/* common */
.subpage { overflow: hidden; position:relative; text-align: left; }
.center {text-align: center;}
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.subpage .tab > section {padding: 90px 0; position: relative; background: #f7f7f7; }
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; }
.sub_tit {margin-bottom: 50px; }
.sub_tit.bor {border-bottom: 1px solid #ddd; padding-bottom: 45px; margin-bottom: 55px;}
.sub_tit h2::before {content: ''; width:50px; height: 4px; display: block ;background-color: #f68123; margin: 0 0 20px;}
.sub_tit h2 span {display: block; font-weight: 700; }
.sub_tit p {margin-top: 15px;}
.center .sub_tit h2::before {margin-left: auto; margin-right: auto; }

.num_tit {display: flex; align-items: flex-start; margin-bottom: 40px; text-align: left;}
.num_tit i {display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; background-color: #ff7b11; margin-right: 20px; font-style: normal;
font-size: 25px; font-weight: 700; color:#fff; position: relative; top:5px;}
.num_tit.bor {border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px;}

.dot_tit {text-align: left; position: relative; padding-left: 23px; margin-bottom: 20px; }
.dot_tit::before {content: ''; position: absolute; left: 0; top:13px; display: block; width: 10px; height: 10px; background-color: #000;}
@media screen and (min-width: 1025px) {
    .dot_tit.flex {display: flex; align-items: flex-start; }
    .dot_tit.flex p {padding: 5px 0 0 20px;}
}


.bor_title {border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; text-align: left;}
.bor_title .num_tit {margin: 0 0 25px;}
.bor_title.flex {display: flex; align-items: flex-start; }
.bor_title.flex .num_tit {flex-shrink: 0; margin-right: 40px;}
.bor_title.flex p {padding-top: 10px; }

/* font size */
.fs_55 {font-size: 55px; font-weight :700; line-height: 1.2; color:#000; }
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.2; color:#000; }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_30 {font-size: 30px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_22 {font-size: 22px; font-weight:700; line-height: 1.4; color:#000;  }
.fs_21 {font-size: 21px; font-weight:700; line-height: 1.4; color:#000;  }
.fs_20 {font-size: 20px; font-weight:700; line-height: 1.4; color:#000;  }
.fs_19 {font-size: 19px; font-weight: 400; color: #333; line-height: 1.67; letter-spacing: -.36px; }
.fs_18 {font-size: 18px; font-weight: 400; color: #333; line-height: 1.72; letter-spacing: -.36px; }
.fs_17 {font-size: 17px; font-weight: 400; color: #333; line-height: 1.72; letter-spacing: -.36px; }
.fs_16 {font-size: 16px; font-weight: 400; color: #444; line-height: 1.72; letter-spacing: -.36px; }
.fs_15 {font-size: 15px; font-weight: 400; color: #666; line-height: 1.72; letter-spacing: -.36px; }

.dot_list > li {position: relative; padding-left: 13px; font-weight: 500; line-height: 1.65; text-align: left;}
.dot_list > li::before {content: ''; position: absolute; left: 0; top:10px; display: block; width: 5px; height: 5px; background-color: #ff7b11;}
.dot_list > li:nth-child(n+2) {margin-top: 10px ;}
.dot_list2 > li {position: relative; padding-left: 12px; font-weight: 400; line-height: 1.65; text-align: left;}
.dot_list2 > li::before {content: ''; position: absolute; left: 0; top:9px; display: block; width: 4px; height: 4px; background-color: #ff7b11; border-radius: 50%;}
.dot_list2 > li:nth-child(n+2) {margin-top: 10px ;}

.middle_dot > li {position: relative; padding-left: 10px; text-align: left;}
.middle_dot > li::before {content: '·'; position: absolute; left: 0; top:0; display: block;}
.middle_dot > li:nth-child(n+2) {margin-top: 10px ;}

.img_box {display: flex; align-items: center; justify-content: center;background: #fff; border:1px solid #ddd;padding: 60px 0; min-height: 270px;}
.txt_box {background-color: #fff; padding: 40px; border:1px solid #ddd; text-align: left; }
/* .txt_box {background-color: #fff; padding: 30px; border:1px solid #ddd; border-top: 4px solid #080808; } */

/* col_list */
.col2_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col2_list > li {width: calc(50% - 15px);}

.col3_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col3_list > li {width: 33.3%;}
/* .col3_list > li {width: calc(33.3% - 23.3px);} */

.col4_list {display: flex; justify-content: space-between; flex-wrap: wrap;}
.col4_list > li {width: calc(25% - 15px);}

/*Content CSS*/
.subpage .tab {display: none;}
.subpage .tab.active {display: block;}

.subpage .tab_btns {display: flex; text-align: center;  margin: 0 auto; border:1px solid #ddd;}
.subpage .tab_btns li {flex:1;}
.subpage .tab_btns a {display: flex; font-size: 20px; font-weight: 400; color:#333; transition:all .3s; width: 100%; text-transform: uppercase;
line-height: 1.1;  position: relative; cursor: pointer;  padding: 0; padding:20px 10px; height: 100%; align-items: center; justify-content: center; }
.subpage .tab_btns a::after {content: ''; display: block; width: 1px; height: 40%; top:30%; background: #ddd; position: absolute; right: -1px; top: 50%;  transform: translateY(-50%);}
.subpage .tab_btns a.active {color: #fff; background-color: #ff7b11; font-weight: 700; }
.subpage .tab_btns a:hover {color: #fff; background-color: #ff7b11; }
.subpage .top_btn {padding:90px 0 0;}
/* dep4 */
.tab_btns_dep4 { display: flex; justify-content: center; text-align: center; }
/* .tab_btns_dep4 li {max-width: 250px; width: calc(20% - 10.4px);} */
.tab_btns_dep4 li {max-width: 250px; width:250px;}
@media screen and (min-width: 1025px) {
    .tab_btns_dep4 li + li {margin-left: 13px; }
}
.tab_btns_dep4 li a {display: flex; align-items: center; justify-content: center; font-size: 17px; color: #fff; padding: 12px 10px; width: 100%; height: 100%; transition: all .3s ease; font-weight: 500; background-color: #bbb; border-radius:22.5px; cursor: pointer;}
.tab_btns_dep4 li a.active {background-color: #080808; color:#fff; }
.tab_btns_dep4 li a:hover {background-color: #080808; color:#fff; }

.subpage .box {text-align: left; margin-top: 60px;}

.pd_info {display: flex ;align-items: center;}
.pd_info .img_box {width: calc(50% - 15px);}
.pd_info .desc {width: calc(50% + 15px); padding-left: 65px; text-align: left; }
.pd_info .desc h4 {border-bottom: 1px solid #ddd; padding-bottom: 25px; margin-bottom: 25px;}
.pd_info .desc h4::before {content: ''; display: block; width: 30px; height: 3px; background-color: #000; margin: 0 0 10px; }

/* table */
.sub_table table { width: 100%; border-collapse: collapse;  }
.sub_table table thead th { padding:12px 20px; border: 1px solid rgba(255,255,255,.3); font-size: 17px; font-weight: 700;line-height: 1.4; color:#fff; background-color: #080808;
text-align: center; }
.sub_table table tbody th {padding:12px 20px; border: 1px solid #ddd;  font-size:15px; font-weight: 700; line-height: 1.4; color:#333; text-align: center; background-color: #f7f7f7; width: 260px;}
.sub_table table tbody td {padding:12px 20px; border: 1px solid #ddd;  font-size:15px; font-weight: 400; line-height: 1.6; color:#333; text-align: left; background-color: #fff;}
.sub_table table tbody td em {padding-top: 5px; display: block; }
.sub_table + p {margin-top: 15px; text-align: left;}










@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}
    .sub_table table br {display: block !important; }

    /* content */
    .img_box {padding: 60px 40px;}
    .pd_info .desc {padding-left: 40px;}

    .sub_table table tbody th {width: 200px; }
}


@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .subpage .tab > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit h2::before {margin: 0 auto 15px;}
    .num_tit i {top:0;}
    .bor_title .num_tit {margin: 0 0 15px;}
    .bor_title.flex {display: block; }
    .bor_title.flex p {padding: 0;}

    /* font size */
    .fs_55 {font-size:40px; }
    .fs_37 {font-size:30px; }
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_26 {font-size: 21px;}
    .fs_22 {font-size: 19px;}
    .fs_21 {font-size: 18px; line-height: 1.4;}
    .fs_20 {font-size: 18px; line-height: 1.65;}
    .fs_19 {font-size: 17px; line-height: 1.65;}
    .fs_18 {font-size: 16px; line-height: 1.65;}
    .fs_17 {font-size: 15px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65;}
    .fs_15 {font-size: 13px; line-height: 1.65;}

    .dot_list > li::before { top: 8px;}
    .dot_list2 > li::before {top:8px;}
    .dot_tit::before { top: 9px;}

    .img_box {padding: 30px; min-height: 200px;}
    .txt_box {padding: 30px; }

    /* col_list */
    .col2_list > li {width: calc(50% - 5px);}

    .col3_list > li {width: 100%;}
    /* .col3_list > li:nth-child(n+2) {margin-top: 20px;} */

    .col4_list > li {width: calc(50% - 5px);}
    .col4_list > li:nth-child(n+3) {margin-top: 10px;}


    /* content */
    .subpage .top_btn {padding: 50px 0 0;}
    .subpage .tab_btns a {font-size: 16px;  }

    .tab_btns_dep4 {flex-wrap: wrap; }
    .tab_btns_dep4 li {width: calc(33.3% - 6.7px); margin-right: 10px;}
    @media screen and (min-width: 641px) {
        .tab_btns_dep4 li:nth-child(3n) {margin-right: 0;}
        .tab_btns_dep4 li:nth-child(n+4) {margin-top: 10px;}
    }
    .tab_btns_dep4 li a {font-size: 14px; }

    .pd_info {display: block;}
    .pd_info .img_box {width: 100%;}
    .pd_info .desc {width: 100%; padding: 0; margin: 30px 0 0;}

    .sub_table {  width: 100%; overflow-x: auto;}
    .sub_table table thead th {font-size: 15px; padding:10px;}
    .sub_table table tbody th {width: auto;}
    .sub_table table tbody th,
    .sub_table table tbody td {font-size: 13px; padding: 10px;}

}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .subpage .tab > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 20px; }
    .sub_tit.bor {padding-bottom: 30px; margin-bottom: 40px;}
    .num_tit {margin-bottom: 20px;}
    .num_tit i {width: 25px; height: 25px; margin-right: 15px; font-size: 18px; top:1px;}

    .dot_list2 > li::before {top:6px;}
    .dot_tit { padding-left: 17px; margin-bottom: 15px;}
    .dot_tit::before {  top: 8px; width: 8px; height: 8px;}
    .num_tit.bor {padding-bottom: 30px; margin-bottom: 30px; }
    .bor_title {padding-bottom: 30px; margin-bottom: 30px; }


    /* font size */
    .fs_55 {font-size:32px; }
    .fs_37 {font-size:22px; }
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .fs_26 {font-size: 18px;}
    .fs_22 {font-size: 17px;}
    .fs_21 {font-size: 16px;}
    .fs_20 {font-size: 16px;}
    .fs_19 {font-size: 15px;}
    .fs_18 {font-size: 14px;}
    .fs_17 {font-size: 14px;}
    .fs_16 {font-size: 13px;}
    .fs_15 {font-size: 12px;}

    .img_box {padding: 20px; min-height: 120px;}
    .txt_box {padding: 20px; }

    /* col_list */
    .col2_list > li {width: 100%;}
    .col2_list > li:nth-child(n+2) {margin-top: 10px;}

    .col4_list > li {width: 100%;}
    .col4_list > li:nth-child(n+2) {margin-top: 10px;}


    /* content */
    .subpage .tab_btns {flex-wrap: wrap;}
    .subpage .tab_btns li {width: 50%; flex:inherit; }
    .subpage .tab_btns a {font-size: 14px; padding:12px 10px;}
    .subpage .tab_btns li:nth-child(n+3) a {border-top: 1px solid #ddd;}

    .tab_btns_dep4 {justify-content: flex-start;}
    .tab_btns_dep4 li {width: calc(50% - 5px); max-width: 100%;}
    .tab_btns_dep4 li:nth-child(2n) {margin-right: 0;}
    .tab_btns_dep4 li:nth-child(n+3) {margin-top: 10px;}
    .tab_btns_dep4 li a {font-size: 13px; letter-spacing: -.5px;}

    .subpage .box {margin-top: 40px;}

    /* .sub_table table {min-width: 500px;} */
    .sub_table table thead th {font-size: 14px; padding:10px 7px;}
    .sub_table table tbody td {font-size: 12px; padding: 7px;}
    .sub_table + p {margin-top: 15px;}

    .sub_table > table {width: 640px; }
    .sub_table {position: relative; overflow-x: hidden; }
    .sub_table.on {overflow-x: auto;}
    .sub_table::after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; z-index: 2;
    background:url("../img/table_scroll.png") 50%/80% auto no-repeat rgba(0,0,0,.8); }
    .sub_table.on::after {display: none;}

    .pd_info .desc h4 {padding-bottom: 20px; margin-bottom: 20px; }

}
