/* BASIC css start */
.account-info-wrap{
    position:fixed;
    top:50%;
    left:32.5px;
    right:32.5px;
    margin:0 auto;
    z-index:999;
    background:#fff;
    overflow:hidden;
    border-radius: 10px;
    display:none;
}
.account-info-wrap.active{
    display:block;
}
.account-info-wrap .pop-title{
    background:#e4d5c9;
    padding:15px 15px;
    background:#e4d5c9;
}
.account-info-wrap .pop-title > h2{
    position:relative;
    line-height:30px;
    color:#4e4e4e;
    font-size:17px;
    font-family:'Noto Sans KR';
    font-weight:300;
    letter-spacing:-0.85px;
    text-align:center;
}
.account-info-wrap .pop-title > h2 > .btn-close{
    position:absolute;
    top:0;
    right:0;
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    background:url('/design/ooo1069/2020_m_renew/btn_close.png')no-repeat center center;
    background-size:10px auto;
}
.account-info-wrap .account-info-table{
    padding:30px 42px;
}
.account-info-wrap .account-info-table table{
    width:100%;
}
.account-info-wrap .account-info-table table th,
.account-info-wrap .account-info-table table td{
    text-align:left;
    line-height:28px;
    color:#000000;
    font-size:14px;
    font-family:'Noto Sans KR';
    font-weight:300;
}
.account-info-wrap .account-info-table table td{
    font-weight:400;
}
.account-info-wrap .account-info-table table th{
    width:20%;
}
.account-info-wrap .account-info-table table td{
    width:80%;
}
.account-info-wrap .pt{
    padding-top:15px;
    font-weight:300;
}

/*서브헤더*/
.header-area{
    background:#eae5e1;
}
.cs-center-container{
    font-family:'Noto Sans KR';
}
.notosanskr{
    font-family:'Noto Sans KR' !important;
}
.cs-center-container{
    background:#eae5e1;
}
.cs-center-container .cs-center-top{
    padding:25px 0 30px 0;
    font-size:0px;
    text-align:center;
}
.cs-center-container .cs-center-top .profile{
    display:inline-block;
    width:85px;
    height:85px;
    line-height:85px;
    vertical-align:bottom;
    border-radius:50%;
    box-shadow: 0px 7.5px 9px 0px rgba(56, 33, 13, 0.11);
}
.cs-center-container .cs-center-top .profile > img{
    width:100%;
    height:auto;
    vertical-align:top;
}
.cs-center-container .cs-center-top .cs-text-wrap{
    display:inline-block;
    vertical-align:bottom;
    padding-left:48px;
    text-align:left;
}
.cs-center-container .cs-center-top .cs-text-wrap > h2{
    padding-bottom:5px;
}
.cs-center-container .cs-center-top .cs-text-wrap > h2 > a{
    display:inline-block;
    line-height:20px;
    color:#4e4e4e;
    font-size:17px;
    font-weight:500;
    font-family:'Heebo';
}
.cs-center-container .cs-center-top .cs-text-wrap > p{
    line-height:16px;
    color:#4e4e4e;
    font-size:12px;
    font-weight:300;
    font-family:'Heebo';
}
.cs-wrap{
    background:#fff;
    padding-top:34px;
    border-radius:20px 20px 0 0;
}
.cs-wrap .cs-top-utill-btns{
    text-align:center;
    padding-bottom:49px;
}
.cs-wrap .cs-top-utill-btns ul{
    font-size:0px;
}
.cs-wrap .cs-top-utill-btns ul li{
    display:inline-block;
    width:30%;
    vertical-align:top;
    padding:0 5px;
}
.cs-wrap .cs-top-utill-btns ul li a{
    display:block;
    height:43px;
    line-height:43px;
    color:#4e4e4e;
    font-size:12px;
    font-family:'Noto Sans KR';
    font-weight:300;
    letter-spacing:-0.6px;
    text-align:center;
    background:#ddd1c7;
    border-radius:21px;
}
.cs-wrap .cs-top-list-btns{
    font-size:0px;
    border-top:1px solid #e3e3e3;
    padding-bottom:40px;
   
}
.cs-wrap .cs-top-list-btns li{
    display:inline-block;
    vertical-align:top;
    width:50%;
    padding:10px 0 10px 25px;
    border-bottom:1px solid #e3e3e3;
}
.cs-wrap .cs-top-list-btns li:nth-child(2n){
    padding-left:0px;
}
.cs-wrap .cs-top-list-btns li a{
    line-height:25px;
    display:block;
    font-size:0px;
}
.cs-wrap .cs-top-list-btns li a .icon{
    display:inline-block;
    width:35px;
    vertical-align:top;
}
.cs-wrap .cs-top-list-btns li a .icon > img {
    width:100%;
    height:auto;
    vertical-align:top;
}
.cs-wrap .cs-top-list-btns li a p{
    display:inline-block;
    vertical-align:top;
    color:#888888;
    font-size:12px;
    font-weight:300;
    font-family:'Noto Sans KR';
    letter-spacing:-0.3px;
}
/*공지사항 영역*/
.cs-notice-wrap{
    padding:0 30px;
    padding-bottom:31px;
}
.cs-notice-wrap .notice-container ul li{
    position:relative;
    padding:5px 11px;
    padding-right:0px;
}
.cs-notice-wrap .notice-container ul li::after{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    display:inline-block;
    width:2px;
    height:2px;
    border-radius:50%;
    background:#5f5f5f;
    margin-top:-1px;
}
.cs-notice-wrap .notice-container ul li a{
    position:relative;
    display:block;
    font-size:0px;
    line-height:17px;
}
.cs-notice-wrap .notice-container ul li a > span{
    display:inline-block;
    vertical-align:top;
}
.cs-notice-wrap .notice-container ul li a .notice-title{
    width:70%;
    color:#4e4e4e;
    font-family:'Noto Sans KR';
    font-size:12px;
    font-weight:300;
    letter-spacing:-0.3px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cs-notice-wrap .notice-container ul li a .notice-date{
    position:absolute;
    top:0;
    right:0;
    line-height:17px;
    color:#888888;
    font-family:'Heebo';
    font-weight:300;
    font-size:12px;
}
/*faq 영역*/
.cs-faq-wrap{
    padding:0 30px;
    padding-bottom:58px;
}
.cs-wrap-title{
    position:relative;
    line-height:22px;
    font-size:14px;
    font-weight:500;
    font-family:'Heebo';
    letter-spacing:-0.35px;
    padding-bottom:15px;
}
.cs-wrap-title .btn-more{
    position:absolute;
    display:inline-block;
    line-height:22px;
    top:0;
    right:0;
    font-family:'Heebo';
    font-size:11px;
    font-weight:300;
    text-decoration:underline;
    color:#888888;
}
.cs-faq-wrap .faq-tabs{
    font-size:0px;
    padding-bottom:12px;
}
.cs-faq-wrap .faq-tabs li{
    display:inline-block;
    vertical-align:top;
    padding-right:5px;
    padding-bottom:7.5px;
}
.cs-faq-wrap .faq-tabs li a{
    display:inline-block;
    vertical-align:top;
    height:38px;
    line-height:36px;
    border:1px solid #d8d8d8;
    box-sizing:border-box;
    color:#4e4e4e;
    font-size:12px;
    font-weight:300;
    font-family:'Noto Sans KR';
    letter-spacing:-0.3px;
    padding:0 19px;
    border-radius:19px;
    font-family:'Noto Sans KR';
}
.cs-faq-wrap .faq-tabs li a.active{
    background:#eae5e1;
    border:1px solid #eae5e1;
}
.cs-faq-wrap .faq-contents li .faq-list-title{
    position:relative;
    height:33px;
    line-height:33px;
    color:#4e4e4e;
    font-size:12px;
    font-weight:300;
    font-family:'Noto Sans KR';
    letter-spacing:-0.3px;
}
.cs-faq-wrap .faq-contents li .faq-list-title::after{
    position:absolute;
    top:50%;
    right:0;
    content:'';
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(/design/ooo1069/2020_m_renew/cate_btn_menu_all.png);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;   
    margin-top:-6px;
    opacity:0.5;
}
.cs-faq-wrap .faq-contents li .faq-list-title.active::after{
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;   
}
.cs-faq-wrap .faq-contents li .faq-list-con{
    display:none;
    padding-top:7px;
}
.cs-faq-wrap .faq-contents li .faq-list-con .image-wrap{
    margin-bottom:10px;
}
.cs-faq-wrap .faq-contents li .faq-list-con .image-wrap img{
    width:100%;
    height:auto;
    vertical-align:top;
}
.cs-faq-wrap .faq-contents li .faq-list-con .text-wrap{
    line-height:17px;
    color:#888888;
    font-family:'Noto Sans KR';
    font-size:12px;
    font-weight:300;
    letter-spacing:-0.3px;
    padding-bottom:15px;
    padding-right:30px;
}

/* BASIC css end */

