@charset "UTF-8";

/*event,notice,faq,areenebt h1*/
.wrap_event h1, .notice h1, .faq_tabs h1{
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}
.notice h1,.agreement h1{
    margin-bottom: 0;
    border-top: 0;
}
/*event,notice,qna 리스트*/
.event_info, .notice_content, .question_wait, .question_complete{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 20px;
    border-bottom: 1px solid #2f2f2f;
}
.notice_content,.wrap_faq_list{
    margin: 0 50px;
}
/*event, notice, faq-> all.html,qna_list 리스트 제목*/
.event_info h2 > a, .notice_title h3 > a .notice_title_info ,
.all_content a > h2,.question_complete .question_title > h3,
.question_wait .question_title > h3{
    font-size: 2rem;
    font-weight: 500;
    color: #dedede;
}
.notice_title h2, 
.question_wait .question_title > h2,
.question_complete .question_title > h2{
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    color: #666;
}
.notice_title h2{
    margin: 0 68px 0 0;
}
.question_wait .question_title > h2,
.question_complete .question_title > h2{
    margin: 0 28px 0 0;
}
.question_complete .question_title > h2{
    color: #f00;
}

/*event, faq tab nav*/
.box_event, .faq_tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 0;
    border-top: 0;
}
.event_tabs, .faq_tabs ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_tabs li, .faq_tabs ul > li{
    padding: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}
.event_tabs li.on, .faq_tabs ul > li.on{
    border-bottom: 1px solid #f00;
    color: #dedede;
}
/*notice , qna_list 날짜 layout*/
.notice_title, .question_wait .question_title, 
.question_complete .question_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*notce,event,qna_list*/
.event_info p, .notice_date, 
.question_wait p, .question_complete p{
    font-size: 1.6rem;
    color: #666;
}
/*faq,qna,agreement sub nav*/
.wrap_faq_list .faq_list_tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 20px 30px;
    border-bottom: 1px solid #2f2f2f;
}
.qna_nav{
    padding: 40px 20px 30px;
}
.agreement .agreement_nav{
    padding: 40px 70px 30px;
}
.qna_tabs, .agreement .agreement_nav > .agreement_tabs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.faq_list, .qna{
    padding: 0 50px;
}
.faq_list_tabs > li, .qna_tabs li, 
.agreement .agreement_nav > .agreement_tabs li{
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
}
.faq_list_tabs svg, .qna_tabs svg, 
.agreement .agreement_nav > .agreement_tabs svg{
    margin: 0 30px;
}
.faq_list_tabs > li.on, .qna_tabs li.on,
.agreement .agreement_nav > .agreement_tabs li.on{
    color: #dedede;
}
/*event, agreement content layout*/
.event_content, .agreement .wrap_agreement_content{
    padding: 0 50px;
}



/*event*/
.event_info h2 > span{
    margin: 0 63px 0 0 ;
    font-size: 2rem;
    font-weight: 500;
    color: #f00;
}



/*notice*/
.notice_title h3 > a{
    display: flex;
    align-items: center;
}
.notice_title h3 > a .notice_title_new{
    margin-right: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #f00;
}


/*faq -> all.html*/
.all_content a > h2{
    padding: 31px 20px;
    line-height: 1.4;
    border-bottom: 1px solid #2f2f2f;
}


/*qna*/
.qna_list > section{
    border-top: 1px solid #2f2f2f;
}
.no_qna{
    padding: 155px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.no_qna p{
    margin: 35px 0 0;
    font-size: 3rem;
    font-weight: 700;
    color: #888;
}

/*agreement*/
.agreement .wrap_agreement_content > .agreement_content{
    width: 1180px;
    height: 494px;
    padding: 16px;
    border: 1px solid #2f2f2f;
    border-radius: 4px;
    overflow: auto;
}
.agreement .wrap_agreement_content > .agreement_content::-webkit-scrollbar{
    width: 8px;
    background-color: #2f2f2f;
}
.agreement .wrap_agreement_content > .agreement_content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.agreement .wrap_agreement_content > .agreement_content::-webkit-scrollbar-track {
    background-color: #2f2f2f;
    border-radius: 4px;
}
.agreement .wrap_agreement_content > .agreement_content{
    scrollbar-base-color: #2f2f2f;
    scrollbar-face-color: #888;
    scrollbar-3dlight-color: #888;
    scrollbar-highlight-color: #888;
    scrollbar-track-color: #2f2f2f;
    scrollbar-arrow-color: #888;
    scrollbar-shadow-color: #888;
    scrollbar-dark-shadow-color: #888;
}
.agreement .wrap_agreement_content > .agreement_content .info{
    font-size: 1.4rem;
    line-height: 1.43;
    text-align: left;
    color: #dedede;
}
.agreement .agreement_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agreement .agreement_nav select {
    border: 1px solid #2f2f2f;
    border-radius: 4px;
    background: #141414;
    height: 42px;
    width : 130px;
    font-size: 1.2rem;
    padding: 0 8px;
    cursor: pointer;
    color: #888;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/imgs/icons/fill/16_triangle_bottom.svg') no-repeat 92% center / 1.6rem;
    cursor: pointer;
}
.agreement .agreement_nav select:focus {
    background: url('/imgs/icons/fill/16_triangle_top.svg') no-repeat 92% 50% / 1.6rem;
}

/*paging*/
.wrap_paging{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 0;
    width: 100%;
}
.wrap_paging button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #212121;
}
.wrap_paging button.on{
    background: #888;
}
.wrap_paging button:first-child{
    margin: 0 30px 0 0;
}
.wrap_paging .paging_num{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_paging .paging_num > li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 1.4rem;
    color: #666;
    cursor: pointer;
}
.wrap_paging .paging_num > li.on{
    background: #666;
    color:  #dedede;
}


/* agreement 테이블 */
.agreement .table {
    margin-right: 0;
    margin-left: 0;
}
.agreement table {
    width: 100%;
    text-align: center;
}
.agreement table, .agreement tr, .agreement td {
    border: 1px solid;
}
.agreement.usage tbody tr:first-child td:nth-child(3) {
    width: 43%;
}