/* .mainWrap > div{    
    display:inline-block;
    vertical-align: top;
} */

/* @font-face{
    font-family: "Wando Clean Sea Regular";
    src: url('../fonts/WandocleanseaR.ttf');
} */
[class$="-title"]{
    font-size:15px;
    text-align:center;
    padding:15px;
    
}
div.contentWrap1, div.contentWrap2{
    display:flex;
    justify-content: center;
    height:250px;
    /* padding-bottom:10px; */
    margin-top:20px;
}

/* .loginWrap, .mediaWrap, .monthlyWrap, .photoWrap{
    width:320px;
    border:1px solid lightgray;
} */

/* .loginWrap{
    margin:0 20px;
}
.loginWrap .login{
    margin:0 30px;
    padding-right:10px;
    font-size:14px;
} */

.login input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    
}

.login a{
    font-size:12px;
    font-weight: bold;
    padding-right:10px;
}
.loginBtn{
    border: 0;
    width: 100%;
    background-color:#00838f;
    font-weight: bold;
    color:white;
    padding:10px;
}

.bbsWrap{
    /* border:1px solid lightgray; */
    margin:0 20px;
}

.bbsWrap table{
    border-collapse: collapse;
    width:450px;
    height:100%;
    border:1px solid lightgray;
}

.bbsWrap table tr.label-title td{
    box-sizing: border-box;
    cursor:pointer;
    width:33.3%;
    height:50px;
    padding:15px 15px;
    border-right:1px solid lightgray;
    border-bottom:1px solid lightgray;
}

.bbsWrap .notice{
}

.bbsWrap .notice td{
    padding:10px;
    /* font-size:12px; */
    vertical-align: top;

}

.mainWrap{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:40px;
}

.mainWrap > div{
    height:200px;
    padding:15px;
    width:25%;
    margin-left:0.5%;
    margin-bottom:0.5%;
    position:relative;
}
.mainWrap > div:last-child{
    width:calc(75% + (30 * 2px) + 1%);
}

.mainWrap > div:not(:last-child) > div:first-child{
    display:flex;
    justify-content: space-between;
}

div.treeWrap{
    /*25%: 기본 칸 크기 30px:padding left+right*/
    width:calc(25% + 30px);
    height:230px;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:0;
    box-sizing: border-box;
}

div.treeWrap div{
    width:100%;
    padding:15px;
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
}

div.treeWrap div.familytreeWrap{
    margin-bottom:1%;
    cursor: pointer;
}

div.treeWrap div.searchWrap{
    margin-top:1%;
    cursor: pointer;
}

.mainWrap span.wraptitle, .mainWrap a.more{
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: bold;

    /* font-family: 'Wando Clean Sea Bold'; */
    font-size:24px;
}
.mainWrap table{
    padding-top:10px;
}

.mainWrap table tr, .mainWrap table td{
    padding:5px 10px 5px 0;
}

table.notice td:first-child::before, table.freeboard td:first-child::before{
    content:"·"
}

.mainWrap table td a{
    color:white;
}

.mainWrap table td a:hover{
    text-decoration: underline;
}

.dataWrap{
    min-height:400px;
}

.dataWrap div:first-child{
    border-top:2px solid;
    border-bottom:1px solid;
    text-align: center;
    padding:15px;
}

.dataWrap div:last-child{
    border-bottom: 1px solid;
    min-height: 250px;
}

.dataWrap table{
    width:100%;
    padding:0;
}

.dataWrap table th{
    font-size:20px;
}

.dataWrap table td a{
    color:black;
}

.dataWrap table tr.label{
    font-size:13px;
}

.dataWrap td:nth-child(2){
    width:80px;
    text-align: center;
}

.dataWrap td:nth-child(3){
    width:40px;
    text-align: center;
}

.dataWrap table tr, .dataWrap table td, .dataWrap table th{
    padding:6px 10px;
}

div.deco{
    position:absolute;
    display:inline-block;
    bottom:0;
    right:0;
    padding:0 20px 12px 0;
    font-size:40px;
    /* opacity:0.8; */
}

input[type="radio"]{
    outline: none;
    appearance: none;
    cursor: pointer;
    width:12px;
    height:12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

input[type="radio"]:hover{
    background-color: rgba(255, 255, 255, 0.5);
}

input[type="radio"]:checked{
    background-color:#fff;
}

/******************************slider******************************/

div.img-slide{
    height:400px;
    position:relative;
    border-bottom:1px solid lightgray;
    overflow: hidden;
}
div.slideWrap, div.slide-frame{
    width:1400px;
    margin:0 auto;
    /* overflow: hidden; */
}

div.slide-frame{
    height:400px;
    position:absolute;
    left:260px;
    outline: rgba(255, 255, 255, 0.4) solid 260px;
    z-index:8;
    box-sizing: border-box;
}

.img-slide .radioWrap{
    position: absolute;
    display:block;
    text-align: center;
    width:100%;
    bottom:10px;
    z-index: 8;
}

.slideWrap img{
    min-height: 400px;
    width:1400px;
    vertical-align: middle;

}

.slideWrap ul{
    position:absolute;
    display:flex;
    list-style: none;
    padding:0;
    margin:0;
    left:-2540px;
    width:calc(1400px * 7);
    align-items: flex-start;
    /* transition: .5s ; */
}

div[class$="arrowWrap"]{
    position:absolute;
    top:180px;
    width:48px;
    height:48px;
    border-radius: 24px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    vertical-align: middle;
    /* display:flex; */
    z-index:9;
    cursor: pointer;
}

div.larrowWrap{
    left:30px;
}

div.rarrowWrap{
    right:30px;
}

i.larrow, i.rarrow{
    border: solid rgba(255, 255, 255, 1);
    border-width: 2px 0 0 2px;
    display:inline-block;
    padding:5px;
    position:relative;
    top:15px;
}

i.larrow{
    transform:rotate(-45deg);
    left:3px;
}

i.rarrow{
    transform:rotate(135deg);
    right:3px;
}

.login_info{
    /* margin-left:20px; */
    margin:12px 10px 0 10px;
}

.login_info input{
    padding:10px;
    box-sizing: border-box;
    outline: none;
    margin-top:10px;
    border-radius: 3px;
    border:0;
    width:100%;
}

.login_info input:focus{
    outline:1px solid #88a136;
}

.login_info button{
    cursor: pointer;
    width:100%;
    padding:8px;
    margin-top:20px;
    border-radius: 3px;
    border:0;
    background-color: #88a136;
    color:white;
    z-index:5;
    outline:none;
    font-weight: bold;

}

.login_info a{
    color:white;
}

.fa{
    transform: none !important;
}

span.logout{
    float: right;
}

span.logout a{
    color:white;
    font-weight: bold;
}

.promoWrap{
    z-index:20;
    position:absolute;
    bottom:50px;
    right:50px;
    width:400px;
    height:600px;
    background-color:white;
    border:1px solid;
}

.notShowToday{
    font-size:14px;
    vertical-align: bottom;
    position:absolute;
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    bottom:0;
    padding:5px;
    border-top:1px solid;
    width:100%;
    box-sizing: border-box;
}

.hover-underline:hover{
    cursor: pointer;
    text-decoration: underline;
}

/******************************하단 메뉴 컬러******************************/
.mainWrap .noticeWrap{
    background-color: #1c84e6;
    color:white;
}

.noticeWrap a.more{
    color:white;
}

.mainWrap .eventWrap{
    background-color: #eceff1;
    
}
.mainWrap .freeboardWrap{
    background-color: #2fc2d3;
    color:white;
}

.freeboardWrap a.more{
    color:white;
}

.mainWrap .photoWrap{
    background:url("/static/main/img/tomb/tomb_yoongwan24.png");
    background-size:105%;

    color:white;
}

.photoWrap a.more{
    color:white;
}

.mainWrap .familytreeWrap{
    background-color: #24c5a1;
    color:white;
    
}
.mainWrap .searchWrap{
    background-color: #ffbd88;
    color:white;

}
.mainWrap .loginWrap{
    /* background-color: #eceff1; */
    background-color: #a7ca38;
    color:white;

}
