.tablet *{box-sizing:border-box;}
.tablet{width:100%; max-width:1024px; margin:0 auto;}
.tablet .sub-contents{/*margin-top: 100px;*/ padding: 30px 10px 30px 10px;}
.tablet .sub-contents .sub-in{padding:0; height:auto;}

/** 버튼(S) **/
.tablet .btn-type-01{height:40px; padding:0 10px; color:#ffffff; font-size:16px; background:#425059; display:inline-block; line-height:38px; border-radius:3px; min-width:90px; text-align:center;}
.tablet .btn-type-02{display:inline-block; text-align:center; padding:0 10px; background:#3d3d3d; color:#ffffff; font-size:14px; position:relative; height:35px; line-height:35px; width:90px; align-items:center;  margin:0 5px; border-radius:3px;}
.tablet .btn-type-03{display:inline-block; min-width:70px;  padding:0 10px; height:30px; line-height:28px;font-size:14px; text-align:center; background:#ffffff; border:1px solid #303030; color:#303030; box-sizing:border-box; border-radius:5px;}



/** 헤더(S) **/
.tablet .header{height:80px;}
.tablet .header .m-page-title{font-size:18px; font-weight:bold; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
.tablet .header .hi-bottom{padding:0; height:80px; }
.tablet .header .hi-bottom .hb-in{display:none;}
.tablet .header .hi-top{display:none;}
.tablet .header .hi-bottom .main-logo{width:200px; position:absolute; top:50%; left:10px; transform:translateY(-50%); /* font-size:0; */}
.tablet .header .hi-bottom .main-logo img{width:100%;}
.tablet .header .hi-bottom .btn-mobile-menu{display:inline-block;  position:absolute; top:50%; right:20px; transform:translateY(-50%);}
.tablet .banner{margin-top:80px; }
/** 헤더(E) **/

/* .tablet .sub-contents{padding-top:100px;} */

/** 검색창(S) **/
.tablet .search-box .column-wrap > .column .s-title-01{font-size:16px; }
.tablet .form-box{width:calc(100% - 110px);}
.tablet .form-box .sel-type-01,
.tablet .form-box .ip-type-01,
.tablet .form-box .ta-type-01,
.tablet .form-box .date-box,
.tablet .form-text{font-size:14px;}
.tablet input[type="radio"] ~ .label-title{font-size:14px;}
.tablet .date-box input{font-size:14px!important;}
.tablet .search-title{font-size:14px; font-weight:900; height:50px;}
.tablet .search-box .column-wrap > .column{height:50px; line-height:18px;}
.tablet .search-box .column-wrap > .column .s-title-01{width:110px; padding:0 5px; text-align:center; height:100%;}
.tablet .form-box{padding:5px 5px;}
.tablet .form-box .sel-type-01, .form-box .ip-type-01, .form-box .date-box, .form-text{font-size:14px!important;}
.tablet .datepicker{font-size:14px!important;}
.tablet input[type="radio"] ~ .label-title,
.tablet input[type="checkbox"] ~ .label-title{font-size:14px;}
.tablet .btn-search{display:inline-block!important; height:100%; display:flex!important; align-items:center; justify-content: center; width:105px; height:102px; background:#426D9B; color:#ffffff; font-size:16px; font-weight:Bold;}
.tablet .search-tab{width:100%; overflow:hidden;}
.tablet .search-tab .search-box{width: calc(100% - 115px); float: left; margin-right: 10px;}
.tablet .search-tab .btn-search-tab{display:flex!important; height:100%; display:flex!important; align-items:center; justify-content: center; width:105px; height:102px;     background: #003984; color: #ffffff!important; border: 1px solid #003984!important; font-size:16px; font-weight:Bold;}
.tablet .search-tab .btn-search-tab::before{content:''; background:url(../img/icon-btn-search.png) center no-repeat; width:21px; height:21px; margin-right:5px;}
/** 검색창(E) **/

/** 스크롤 테이블 **/
.table-scroll{width:100%; position:relative; }
.table-scroll .left{width:calc(100% - 60px); overflow:hidden;}
.table-scroll .btn-right{position:absolute; top:50%; transform:translateY(-50%); right:0; }
.table-scroll .btn-right .btn-type-scroll{display:block; width:35px; height:35px;}
.table-scroll .btn-right .btn-type-scroll.up{background:url(../img/btn-scroll-up.png) center no-repeat;}
.table-scroll .btn-right .btn-type-scroll.down{background:url(../img/btn-scroll-down.png) center no-repeat; margin-top:10px;}

@media screen and (max-width: 970px) {

    /** 검색창(S) **/
    .tablet .search-tab .search-box{width:100%; float:unset;}
    .tablet .search-tab .btn-search-tab{ margin:0 auto; margin-top:20px; font-size: 14px; height: 40px; max-width: 100px; background: #003984; text-align: center; border-radius: 5px;}

    /** 검색창(E) **/


}

/** 팝업(S) **/
.tablet .popup {
    width: calc(100% - 20px);
    position: relative;
}

.tablet .popup.type-2 .text-01 {
    font-size: 14px;
    line-height: 18px;
}

.tablet .pop_header .p_tit {
    font-size: 16px;
}

.tablet .pop_header .p_close {
    width: 15px;
    height: 15px;
}

.tablet .popup {
    max-width: 450px;
    height: 100%;
    max-height: 550px;
    position:relative;
}

.tablet .popup .pop_header{
    /* position:absolute;  */
    /* top:0; */
    /* left:0; */
    /* z-index:9999999999; */
}

.tablet .popup .pop-cont{
    height:100%;
    /* padding-top:80px; */
}