@charset "utf-8";
/*
    author : jooyeon Jin, publisher

    info:
        max-width:1920px;
        inner-width:1460px;

        responsible: 1460px/1280px

    ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

    changes
    - 20191118 : initially created
*/
.terms_bg{background-color:#f5f5f5;}
#denallTerms{max-width:1460px;width:100%;margin:0 auto;padding-bottom:50px;padding-top:50px;}
h3{font-size:38px;text-align:center;font-weight:bold;letter-spacing:-3.8px;}

/*strong{font-size: 18px;letter-spacing:-1.8px;font-weight:bold;}*/

/* Tab area */
.termTab{width:598px;height:45px;border:1px solid #bfbfc9;border-bottom:0;margin-top:63px;margin-bottom:1px;}
.termTab li{width:50%;height:45px;line-height:45px;background-color:#d7d7dc;float: left;text-align:center;}
.termTab li a{color:#666;font-weight:bold;width:100%;height:100%;display:flex; align-items:center;justify-content:center;word-break:keep-all;line-height:normal;}
.termTab li.active{background-color:#302e45;}
.termTab li.active a{color:#fff}


.termPanel{max-width:1460px;width:100%;height:734px;padding:31px 31px 0 47px;border:1px solid #bfbfc9;border-top:1px solid #000;background-color:#fff;overflow-y: auto;}
.termPanel li .term_select{display:block;position: relative;width:142px;height:37px;float: right;}
.termPanel li .term_select input{display: block;width:142px;height:37px;border:1px solid #ccc;padding-left:5px;}
.termPanel li .term_select .btn{position: absolute;right:7px;bottom:10px;}

.termPanel li >p{max-width:1346px;width:100%;margin-top:20px;font-size:16px;letter-spacing:-1.6px;line-height:24px;}
b{font-weight:bold;}
.terms_title{font-size:22px;letter-spacing:-2.2px;}
.terms_subtitle{font-size: 18px;letter-spacing:-1.8px;}
.terms_cont table{border-top:#ccc solid 1px; border-left:#ccc solid 1px;}
.terms_cont table td,.terms_cont table th{border-right:#ccc solid 1px; border-bottom:#ccc solid 1px; padding:8px 10px;}
.terms_cont table th{width:30%;}
.terms_cont table td{width:70%;}

.select_list{display: none;}
.panel2{display: none;}
.pc{display: block;}
.mo{display: none;}
.terms_popup_span {
    font-size: 15px;
    font-weight: initial;
}
/*
::-webkit-scrollbar-thumb {background:white;border: 2px solid #383838;border-radius: 44px;}
::-webkit-scrollbar-track {background: white;border: 0px solid white;border-radius: 73px;}
::-webkit-scrollbar-track:hover {background: white;}
::-webkit-scrollbar-track:active {background: white;}
*/

@media screen and (max-width: 1500px){
    #denallTerms{max-width:1166px;}
    .termPanel{max-width:1166px;}
    .pc{display: none;}
    .mo{display: block;}

}
