@charset "utf-8";
@import url('html5_reset.css');

/********** skip_nav **********/
.skip_nav {position:relative;z-index:10000;display:block;overflow:hidden;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}

/********** 숨김 **********/
.hide {overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); display:initial !important;}

/********** 숨김(웹접근성 대체텍스트) **********/
.blind {position: absolute; display: inline-block; width: 1px; height: 1px; margin:-1px; padding: 0; clip: rect(0, 0, 0, 0); overflow: hidden;}

/********** loading **********/
#loading {position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; background: rgba(0,0,0,0.15);}
#loading .loading-box {display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; width: 170px; height: 170px; background: #fff; border-radius: 10px; transform: translate(-50%, -50%); box-shadow: 0 0 7px rgba(0,0,0,0.15);}
#loading .loading-box > div {text-align: center;}
#loading .loading-box span {display: inline-block; width: 40px; height: 40px; border: 3px solid #4082c4; border-radius: 50%; border-top-color: #d5e3f1; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite;}
#loading .loading-box em {display: block; line-height: 16px; margin-top: 10px; font-weight: 700; font-size: 16px; color: #4082c4;}
/* #loading {
width : 100%;
height : 100%;
top : 0;
left : 0;
position : fixed;
display : block;
opacity : 0.8;
background : white;
z-index : 9999;
text-align : center;
}
#loading > img {
position : absolute;
top : 50%;
left : 50%;
z-index : 100;
}*/

@keyframes spin {
    to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes spin {
    to {-webkit-transform: rotate(360deg);}
}

/********** input **********/
/* input text */
.input-st1 {height: 40px; line-height:340px; padding: 0 8px; background-color: #fff; border: 1px solid #c9c9c9; font-size:14px;}
.input-st1::placeholder {color:#666; opacity:1;}
table .input-st1 {height: 30px; line-height:30px; font-size:12px;}
.input-st2 {height: 40px; line-height:40px; padding: 0 8px; background-color: #fff; border: 1px solid #c9c9c9; font-size:14px;}
.input-st2::placeholder {color:#666; opacity:1;}
table .input-st2 {height: 30px; line-height:30px; font-size:12px;}

/* select */
.sele-st1 {height:40px; padding: 0 30px 0 12px; font-size: 14px; line-height:40px; background-image: url(/asset/images/layout/select-arrow.png); background-position: right center; background-repeat: no-repeat;}
table .sele-st1 {height:30px; line-height:30px; font-size:12px;}
.sele-st2 {height:40px; padding: 0 30px 0 12px; font-size: 14px; line-height:40px; background-image: url(/asset/images/layout/select-arrow.png); background-position: right center; background-repeat: no-repeat;}
table .sele-st2 {height:30px; line-height:30px; font-size:12px;}

/* select [disabled] */
select option[value=""][disabled] {display: none;}

/********** list **********/
.list1 > li {position: relative; padding-left: 9px; font-weight: 400; font-size: 0.938em; color: #666;}
.list1 > li:last-child {margin-bottom: 0;}
.list1 > li:after {content: ""; position: absolute; top: 11px; left: 0; width: 4px; height: 1px; background: #888; }
.list2 > li {position: relative; padding-left: 9px; font-weight: 500; font-size: 0.938em; color: #43515e;}
.list2 > li:after {content: ""; position: absolute; top: 9px; left: 0; width: 3px; height: 3px; background: #43515e; border-radius: 100%;}
.list3 > li {position: relative; padding-left: 11px; font-weight: 700; font-size: 1.000em; color: #43515e;}
.list3 > li:after {content: ""; position: absolute; top: 7px; left: 0; width: 13px; height: 10px; background: url(/asset/images/common/list3.png) no-repeat;}
.list4 > li {position: relative; line-height: 22px; margin-bottom: 3px; padding-left: 11px; font-weight: 400; font-size: 1.000em; color: #444;}
.list4 > li:last-child {margin-bottom: 0;}
.list4 > li:after {content: ""; position: absolute; top: 8px; left: 0; width: 3px; height: 3px; background: #444; border-radius: 100%;}

@media only screen and (max-width: 767px) {
    .list3 > li:after {top: 4px;}
}

/********** button **********/
.btn {border-radius: 0;}

.bt-cen {display: flex; justify-content: center;}
.bt-right {display: flex; justify-content: flex-end;}

.btn-bace1,
.btn-bace1:hover,
.btn-bace1:focus,
.btn-bace1:active{display: inline-block; min-width: 70px; height: 40px; line-height: 40px; padding: 0 10px; font-weight: 700; font-size: 0.875em; color: #fff; text-align: center; background: #2c4257; vertical-align: top; border-radius: 0; text-decoration: none;}
.btn-bace2,
.btn-bace2:hover,
.btn-bace2:focus,
.btn-bace2:active{display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 10px; font-size: 0.875em; text-align: center; background: #fff; border: 1px solid #e5e5e5; border-radius: 0; text-decoration: none;}
.btn-bace3,
.btn-bace3:hover,
.btn-bace3:focus,
.btn-bace3:active {display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 10px; font-size: 0.875em; color: #fff; text-align: center; background: #2167ad; vertical-align: top; border-radius: 0; text-decoration: none;}
.btn-bace4,
.btn-bace4:hover,
.btn-bace4:focus,
.btn-bace4:active{display: inline-block; min-width: 80px; height: 36px; line-height: 36px; padding: 0 10px; font-size: 0.875em; color: #fff; text-align: center; background: #666; vertical-align: top; border-radius: 0; text-decoration: none;}
@media only screen and (max-width: 520px) {
    .bt-cen a, .bt-cen button {flex: 1;}
}

/********** table **********/
.tableA {width: 100%; border-top: 1px solid #666;}
.tableA thead tr th, .tableA tbody tr td {line-height: 20px; padding: 10px;}
.tableA thead tr th, .tableA tfoot tr th {font-weight: 500; font-size: 14px; color: #222; text-align: center; background: #f3f3f3; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.tableA thead tr th:last-child {border-right: 0;}
.tableA tbody tr th {padding: 10px; font-weight: 500; font-size: 14px; color: #222; text-align: center; background: #f3f3f3; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.tableA tbody tr td {font-size: 14px; text-align: center; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;}
.tableA tbody tr td:last-child {border-right: 0;}
.tableA tbody tr td.txt-left {padding: 10px 15px;text-align: left;}
.tableA tbody tr td > a > span {color: #2167ad; text-decoration: underline;}

.tableA tbody tr td.title {text-align: left; padding: 0;}
.tableA tbody tr td.title a {display: block; padding: 10px;}
.tableA tbody tr td.link {padding: 0;}
.tableA tbody tr td.link a {display: block; padding: 10px;}

.tb-right {width: auto; font-weight: 500; font-size: 0.875em; color: #666; text-align: right;}

.table-overflow {overflow-x: scroll;}

/* 접근성 추가 20250109 */
.tableA thead tr th.txt-left, .tableA tbody tr th.txt-left {text-align: left;}
.tableA.con_view tbody tr th {padding: 10px 15px;}
.tableA.con_view tbody tr td {color: #666;}

@media only screen and (max-width: 1023px) {
    .tableA thead tr th, .tableA tbody tr td {word-break: keep-all;}

}
@media only screen and (max-width: 767px) {
    .tableA thead tr th, .tableA tbody tr td, .tableA tbody tr th {line-height: 17px; padding: 8px;}
    .tableA tbody tr td.title a, .tableA tbody tr td.link a {padding: 5px;}
}

@media only screen and (max-width: 600px) {
    .mobile-table1 {border-top: 0;}
    .mobile-table1 colgroup col {width: 100% !important}
    .mobile-table1 thead {display: none;}
    .mobile-table1 tbody tr {display: block; margin-bottom: 20px; border-top: 1px solid #444; clear: both;}
    .mobile-table1 tbody tr:last-child {margin-bottom: 0;}
    .mobile-table1 tbody tr th {display: block; width: 100%; padding: 5px 10px; color: #fff; text-align: left; background: #444; border: 0;}
    .mobile-table1 tbody tr td {display: block; position: relative; width: 100%; padding: 45px 5px 10px 5px; text-align: left; border-right: 0 !important;}
    .mobile-table1 tbody tr td:before {content: attr(tdTitle); position: absolute; top: 0; left: 0; width: 100%; height: 35px; line-height: 34px; padding: 0 10px; text-align: left; background: #f3f3f3}
    .mobile-table1 tbody tr td.require:after {content: "*"; position: absolute; top: 11px; right: 10px; font-size: 14px; color: #ff3939;} /* 필수입력 */
    .mobile-table1 tbody tr td .btn {width: 100%; height: 30px; line-height: 30px;}

    .mobile-table1 .m-hide {display: none;}

    .mobile-table1.mobile-table2 tbody tr td {padding: 10px 5px;}
    .mobile-table1.mobile-table2 tbody tr td:before {display: none;}

    .mobile-table1 tbody tr.file-form .inp-bt {display: block;}
    .mobile-table1 tbody tr.file-form .inp-bt .btn {margin: 5px 0;}
    .mobile-table1 tbody tr.file-form .inp-bt em {display: none;}

    .tableA .fr-box .fr1 .lab-box {width: 100%;}
}

/********** tab **********/
.tab-list1 .tab-btn {position: relative; z-index: 1; display: flex;}
.tab-list1 .tab-btn:after {content:""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #2272c1;}
.tab-list1 .tab-btn li {flex: 1;}
.tab-list1 .tab-btn li a {display: block; padding: 15px 0; font-size: 1.125em; text-align: center; border: 1px solid #e5e5e5; border-right: 0; border-bottom: 0;}
.tab-list1 .tab-btn li:last-child a {border-right: 1px solid #e5e5e5;}
.tab-list1 .tab-btn li.active a {position: relative; font-weight: 700; color: #2272c1; border: 2px solid #2272c1;}
.tab-list1 .tab-btn li.active a:after {content:""; position: absolute; bottom: -2px; left: 0; z-index: 5; width: 100%; height: 2px; background: #fff;}
.tab-list1 > .tab-content {display: none; margin-top: 30px;}
.tab-list1 > .tab-content.active {display: block;}

.tab-list2 .tab-btn {display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.tab-list2 .tab-btn li {display: inline-block; width: 25%; margin-right: -1px; margin-bottom: -1px;}
.tab-list2 .tab-btn li a {display: block; padding: 13px 40px 13px 20px; font-weight: 500; color: #4a4a4a; background: #f8f9fb; border: 1px solid #d9d9d9;}
.tab-list2 .tab-btn li.active {z-index: 10;}
.tab-list2 .tab-btn li.active a {position: relative; font-weight: 600; color: #2167ad; background: #fff; border: 1px solid #2167ad;}
.tab-list2 .tab-btn li.active a:after {content:""; position: absolute; top: 50%; right: 20px; width: 16px; height: 16px; background: url(/asset/images/common/arrow-icon1.png)center center no-repeat #2167ad; border-radius: 100%; transform: translate(0, -50%);}
.tab-list2 > .tab-content {display: none;}
.tab-list2 > .tab-content.active {display: block;}

@media only screen and (max-width: 767px) {
    .tab-list1 .tab-btn li a {padding: 10px 0;}

    .tab-list2 .tab-btn li {width: 50%;}
    .tab-list2 .tab-btn li a {padding: 11px 40px 11px 15px}
    .tab-list2 .tab-btn li.active a:after {right: 15px;}
}
@media only screen and (max-width: 600px) {
    .tab-list1 .tab-btn {flex-wrap: wrap;}
    .tab-list1 .tab-btn:after {display: none;}
    .tab-list1 .tab-btn li {flex: 1 1 40%;}
    .tab-list1 .tab-btn li a {border: 1px solid #e5e5e5;}
    .tab-list1 .tab-btn li.active a {color: #fff; background: #2272c1; border: 1px solid #2272c1;}
    .tab-list1 .tab-btn li.active a:after {display: none; }
}
@media only screen and (max-width: 400px) {
    .tab-list2 .tab-btn li {width: 100%;}
}

/******************** font ********************/
.ft0 {font-size: 0;}

a.link-txt {color: #2167ad; text-decoration: underline;}

/******************** margin ********************/
.mg0 {margin:0;}
/*** margin_top ***/
.mt0 {margin-top:0;}
.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
/*** margin_bottom ***/
.mb0 {margin-bottom:0;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
.mb100 {margin-bottom:100px;}
/*** margin_left ***/
.ml0 {margin-left:0;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}
.ml55 {margin-left:55px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}
.ml70 {margin-left:70px;}
.ml75 {margin-left:75px;}
.ml80 {margin-left:80px;}
.ml85 {margin-left:85px;}
.ml90 {margin-left:90px;}
.ml95 {margin-left:95px;}
.ml100 {margin-left:100px;}
/*** margin_right ***/
.mr0 {margin-right:0;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}
.mr55 {margin-right:55px;}
.mr60 {margin-right:60px;}
.mr65 {margin-right:65px;}
.mr70 {margin-right:70px;}
.mr75 {margin-right:75px;}
.mr80 {margin-right:80px;}
.mr85 {margin-right:85px;}
.mr90 {margin-right:90px;}
.mr95 {margin-right:95px;}
.mr100 {margin-right:100px;}

/******************** padding ********************/
.pd0 {padding:0;}
/*** padding_top ***/
.pt0 {padding-top:0;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px;}
.pt55 {padding-top:55px;}
.pt60 {padding-top:60px;}
.pt65 {padding-top:65px;}
.pt70 {padding-top:70px;}
.pt75 {padding-top:75px;}
.pt80 {padding-top:80px;}
.pt85 {padding-top:85px;}
.pt90 {padding-top:90px;}
.pt95 {padding-top:95px;}
.pt100 {padding-top:100px;}
/*** padding_bottom ***/
.pb0 {padding-bottom:0;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}
.pb45 {padding-bottom:45px;}
.pb50 {padding-bottom:50px;}
.pb55 {padding-bottom:55px;}
.pb60 {padding-bottom:60px;}
.pb65 {padding-bottom:65px;}
.pb70 {padding-bottom:70px;}
.pb75 {padding-bottom:75px;}
.pb80 {padding-bottom:80px;}
.pb85 {padding-bottom:85px;}
.pb90 {padding-bottom:90px;}
.pb95 {padding-bottom:95px;}
.pb100 {padding-bottom:100px;}
/*** padding_left ***/
.pl0 {padding-left:0;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl17 {padding-left:17px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}
.pl35 {padding-left:35px;}
.pl40 {padding-left:40px;}
.pl45 {padding-left:45px;}
.pl50 {padding-left:50px;}
.pl55 {padding-left:55px;}
.pl60 {padding-left:60px;}
.pl65 {padding-left:65px;}
.pl70 {padding-left:70px;}
.pl75 {padding-left:75px;}
.pl80 {padding-left:80px;}
.pl85 {padding-left:85px;}
.pl90 {padding-left:90px;}
.pl95 {padding-left:95px;}
.pl100 {padding-left:100px;}
/*** padding_right ***/
.pr0 {padding-right:0;}
.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr17 {padding-right:17px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}
.pr35 {padding-right:35px;}
.pr40 {padding-right:40px;}
.pr45 {padding-right:45px;}
.pr50 {padding-right:50px;}
.pr55 {padding-right:55px;}
.pr60 {padding-right:60px;}
.pr65 {padding-right:65px;}
.pr70 {padding-right:70px;}
.pr75 {padding-right:75px;}
.pr80 {padding-right:80px;}
.pr85 {padding-right:85px;}
.pr90 {padding-right:90px;}
.pr95 {padding-right:95px;}
.pr100 {padding-right:100px;}

/********
24-12-06
********/

/* input */
.fr1_input {display:inline-block; vertical-align:middle; width:100%; min-width:38px; height:30px; padding: 0 2px; border:1px solid #c9c9c9; font-size:14px;}
select.fr1_input {padding-right: 30px; background-image: url(/asset/images/layout/select-arrow.png); background-position: right center;  background-repeat: no-repeat;}
.fr1_input::placeholder {color:#999;}

.rd_list {display:flex; flex-wrap:wrap; gap:4px 8px;}
.rd_sty1 {position:relative;}
.rd_sty1 input[type='radio'] {position:absolute; top:0; opacity: 0; visibility: hidden;}
.rd_sty1 input[type='radio'] + label {padding-left:24px; font-size:15px; text-align: start;}
.rd_sty1 input[type='radio'] + label::before {content:""; display:block; position:absolute; left:0; top:0; width:18px; height:18px; border-radius: 50%; border:1px solid #c6c6c6; background:#fff;}
.rd_sty1 input[type='radio']:checked + label::before {border-color:#0067B1;}
.rd_sty1 input[type='radio']:checked + label::after {content:""; display:block; position:absolute; left:5px; top:5px; width:8px; height:8px; border-radius: 50%; background:#0067B1}

/* button */
.btn1 {display:inline-flex; align-items: center; justify-content: center; gap:4px; vertical-align:middle; width: 30px; height: 30px; border:1px solid #666; background:#666; color:#fff; font-size:1.8em; font-weight:200; line-height:1.5; letter-spacing: -0.002em; transition: all .25s;}
.btn1:hover, .btn1:focus {background-color:#fff; color:#666;}
.btn1.type1 {border-color:#0067B1; background:#0067B1;} /* 파란색 */
.btn1.type1:hover, .btn1.type1:focus {background-color:#fff; color:#0067B1;}

/* table */
.table_bx { padding-bottom: 0.2rem; overflow-x: auto; overflow-y: hidden; word-break: keep-all;}
.table_bx >table {}
.title-st5 + .table_bx >table {margin-top: 1rem;}
.table_bx > table {margin-top: 1.6rem; table-layout: fixed; max-width: none;width: auto;min-width: 100%; border-collapse: collapse; border-top: 1px solid #8A8A8A;}
.table_bx.over{}
.table_bx.over >table{min-width: 1400px;}

.tableB {width: 100%;}
.tableB thead tr th, .tableB tbody tr td, .tableB tfoot tr td {height: 4.1rem; line-height: 20px; padding: 10px;}
.tableB thead tr th,
.tableB tfoot tr th {height: 4.1rem; font-weight: 700; font-size: 14px; color: #666; text-align: center; background: #f3f3f3; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.tableB thead tr th:last-child,
.tableB tbody tr th:last-child,
.tableB tfoot tr th:last-child {border-right: 0;}
.tableB thead tr:nth-child(n+2) th:last-child{border-right: 1px solid #e5e5e5;}
.tableB tbody tr th {padding: 10px; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; color: #666; text-align: center; font-size:14px; line-height: 1.5;}
.tableB tbody tr td,
.tableB tfoot tr td {color:#666; font-size: 14px; text-align: center; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; font-size:14px; line-height: 1.5;}
.tableB tfoot tr td {font-weight:500;}
.tableB tbody tr td:last-child,
.tableB tfoot tr td:last-child {border-right: 0;}
.tableB tbody tr td.txt-left,
.tableB tfoot tr td.txt-left {padding: 10px 15px;text-align: left;}
.tableB.th_color tbody tr th {background:#f3f3f3}
.tableB tbody tr td > a > span {color: #2167ad; text-decoration: underline;}
.tableB .tfoot th {height:56px; background-color:#E1E9F7; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #3765A9; color:#1976C5; text-align: center; font-weight:700; font-size:14px; line-height:1.5}
.tableB .tfoot td {height:56px; background-color:#F1F5FC; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #3765A9; color:#666; font-size:14px; font-weight:700; text-align: center;}
.tableB th.bg, .tableB td.bg {background-color:#F1F5FC;}

.tableB .line_lf {border-left:1px solid #e5e5e5 !important;}
.tableB .line_ri {border-right:1px solid #e5e5e5 !important;}

.table_bx > .tableC{width: 100%; margin-top: 2rem; border-top: 2px solid #1D4580;}
.tableC{width: 100%; word-wrap: break-word;}
.tableC thead{background-color: #79889F;}
.tableC thead tr{ border-bottom: 1px solid #3F5677; }
.tableC thead tr:nth-child(n+2) {background-color: #526683;}
.tableC thead tr th{height: 4.8rem; padding: 1rem; border-right: 1px solid #3F5677; text-align: center; color: #FFF; font-size: 1.4rem; font-weight: 700; line-height: 1.5;}
.tableC thead tr th:last-child{border-right: 0;}
.tableC tbody{}
.tableC tbody tr{border-bottom: 1px solid #E7E7E7;}
.tableC tbody tr *{height: 5.6rem; padding: 1rem; border-right: 1px solid #E7E7E7; text-align: center; color: #666; font-size: 1.4rem; font-weight: 700; line-height: 1.5;}
.tableC tbody tr td:last-child{border-right: 0;}
.tableC tbody tr td.bg{background-color: #F1F5FC;}
.tableC tbody tr.tfoot th{background-color: #F3F3F3;}

/* tab */
.js_tab{margin-bottom: 3rem;}
.js_tab .title{display: none;}
.js_tab >ul{display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; background-color: #F8F9FB; border: 1px solid #DADADA;}
.js_tab >ul >li{width: 50%; border-top: 1px solid #DADADA; border-right: 1px solid #DADADA;}
.js_tab >ul >li:nth-child(1),
.js_tab >ul >li:nth-child(2) {border-top: 0;}
.js_tab >ul >li:nth-child(2n) {border-right: 0;}
.js_tab >ul >li >a{
    display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; width: 100%; height: 100%; position: relative; padding: 1.4rem 2rem; color: #666; font-size: 1.6rem; letter-spacing: -0.01rem; line-height: 1.5; font-weight: 500; text-decoration: none;
    -webkit-transition: all 0.2s linear; transition: all 0.2s linear;
}
.js_tab >ul >li.active >a,
.js_tab >ul >li >a:hover{color: #FFF;}
.js_tab >ul >li.active >a{padding: 1.4rem 4rem 1.4rem 2rem; }
.js_tab >ul >li.active >a:before,
.js_tab >ul >li >a:hover:before{opacity: 1;}
.js_tab >ul >li >a:before{
    content: ""; opacity: 0; display: block; position: absolute; top: -1px; left: -1px; z-index: 0; width: calc(100% + 2px); height: calc(100% + 2px); background-color: #0067B1;
    -webkit-transition: all 0.2s linear; transition: all 0.2s linear;
}
.js_tab >ul >li >a:after{content: ""; display: none; position: absolute; top: 50%; right: 2rem; width: 1.6rem; height: 1.6rem; margin-top: -0.8rem; background: url(/asset/images/common/jstab_img01.svg) no-repeat center center / 100% auto;}
.js_tab >ul >li.active >a:after{display: block;}
.js_tab >ul >li >a >span{position: relative; z-index: 1;}

@media only screen and (max-width: 1023px) {
    .exit_content{width: 100%;}
}

@media only screen and (max-width: 640px) {
    .js_tab{position: relative; z-index:1;}
    .js_tab .title{display: block;}
    .js_tab .title a{display: block; width: 100%; height: 100%; padding: 1.4rem 4rem 1.4rem 2rem; color: #FFF;font-size: 1.6rem; letter-spacing: -0.01rem; line-height: 1.5; font-weight: 500; text-decoration: none;  background-color: #0067B1;}
    .js_tab .title a:after{content: ""; display: none; position: absolute; top: 50%; right: 2rem; width: 1.6rem; height: 1.6rem; margin-top: -0.8rem; background: url(/asset/images/common/jstab_img01.svg) no-repeat center center / 100% auto;}
    .js_tab .title a:after{display: block;}
    .js_tab >ul{overflow-x: hidden; overflow-y: auto; display: none; position: absolute; top: 100%; left: 0; width: 100%; height: auto; max-height: 21rem; }
    .js_tab >ul >li{width: 100%; border-right: 0;}
    .js_tab >ul >li:nth-child(2) {border-top: 1px solid #DADADA;}
    .js_tab >ul >li >a,
    .js_tab >ul >li.active >a,
    .js_tab >ul >li >a:hover{padding: 1rem 2rem; color: #666; font-size: 1.4rem;}
    .js_tab >ul >li >a:hover{text-decoration: underline; text-underline-position: under;}
    .js_tab >ul >li >a:before,
    .js_tab >ul >li >a:after,
    .js_tab >ul >li.active >a:after{display: none;}

    .table_bx > .tableC{width: 800px;}
}

/********
//24-12-06
********/