/* common */
.subpage { overflow: hidden; position:relative;text-align: center;}
.subpage br:not(.space) {display: none;}
.subpage > section {padding:50px 0; position: relative; }
.subpage > section:nth-child(even) {background-color: #f7f7f7;}
.subpage .wh {color:#fff !important;}
.subpage article + article {margin-top: 50px;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 20px; }
.sub_tit.bor {border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; }
.sub_tit p {margin-top:15px; color:#000;}

/* font size */
.fs_55 {font-size: 27px; font-weight :900; line-height: 1.18; color:#052653; letter-spacing: -1.38px; }
.fs_30 {font-size: 20px; font-weight :500; line-height: 1.6; color:#000; letter-spacing: -.75px; }
.fs_24 {font-size: 17px; font-weight :700; line-height: 1.4; color:#000; }
.fs_20 {font-size: 14px; font-weight :300; line-height: 1.7; color:#000; letter-spacing: -.5px; }
.fs_19 {font-size: 14px; font-weight :300; line-height: 1.89; color:#000; letter-spacing: -.48px; }
.fs_18 {font-size: 13px; font-weight :300; line-height: 1.7; color:#555; letter-spacing: -.45px; }
.fs_16 {font-size: 12px; font-weight :300; line-height: 1.5; color:#333; letter-spacing: -.45px; }

.dot_list > li {position: relative; padding-left: 10px; text-align: left; }
.dot_list > li::before {content: ''; display: block; width: 4px; height: 4px; position: absolute; left: 0; top:8px; background: #fff; border-radius: 50%;}

/*Content CSS*/
.subpage .sub_tit {margin-bottom: 120px; }
.subpage .sub_tit p {min-height: 48px;}
.subpage .tab {display: none; }
.subpage .tab.active {display: block;}

.subpage .tab_btns {display: flex; text-align: center; justify-content: center;  margin: 0 auto; width: 100%; position: absolute; left: 0; top:120px; padding:  0 20px;}
.subpage .tab_btns li {width:calc(50% - 5px);}
.subpage .tab_btns li + li {margin-left: 10px;}
.subpage .tab_btns a {display: flex; font-size:15px; font-weight:700; color:#b5bac0; transition:all .3s; width: 100%;
line-height: 1.1;  position: relative; cursor: pointer; border: 1px solid #ccc; padding: 12px 0; height: 100%; align-items: center; justify-content: center; }
.subpage .tab_btns a.active {color: #fff; background-color: #052653; }
.subpage .tab_btns a:hover {color: #fff; background-color: #052653; }

.cer_list {display: flex; flex-wrap:wrap;  }
.cer_list li {width: calc(50% - 5px); margin-right:10px; }
.cer_list li:nth-child(2n) {margin-right: 0;}
.cer_list li:nth-child(n+3) {margin-top: 20px}
.cer_list img {width: 100%;}

.cer_list li a {display: block; position: relative; border:1px solid #ccc; overflow: hidden; transition: all .3s;}
.cer_list li a .hv {width: 100%; height: 100%; position: absolute; left: 0; top:0; transition: opacity .3s; opacity: 0; border:2px solid #0dbed5 ;}
.cer_list li p {margin-top:10px; position: relative; font-weight:300; line-height: 1.5; color:#000; transition: color .3s; letter-spacing: -.5px; text-align: left; }
/* hover */
.cer_list li a:hover {border-color: #0dbed5;  }
.cer_list li a:hover .hv {opacity: 1;}
/* .cer_list li a:hover + p {color: #0dbed5;} */





















@media screen and (max-width:1400px) {
    /* common */

    /* content */


}
