/* common */
.subpage { overflow: hidden; position:relative;text-align: center;}
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-child(even) {background-color: #f7f7f7;}
.subpage .wh {color:#fff !important;}
.subpage article + article {margin-top: 90px;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.sub_tit.bor {border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; }
.sub_tit p {margin-top: 30px; color:#000;}
.sub_tit p b {font-weight: 500; color: #0a4da7;}

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

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

/*Content CSS*/
.subpage .sub_tit {margin-bottom: 60px;}

#sec1 {background: linear-gradient(to bottom, #fff 0 85%, #f7f7f7 85%); padding-bottom: 0;}

/* sec2 */
#sec2 .cont_wrap {display: flex; justify-content: space-between; }
#sec2 .cont_wrap .title {display: flex; align-items: center; justify-content: center; width: 200px; background-color: #052653;}
#sec2 .cont_wrap .title h2 {color:#fff; line-height: 1.5; font-weight: 700; }
#sec2 .cont_wrap .subtitle {width: 300px;}
#sec2 .cont_wrap .subtitle > div {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border:1px solid #91abc4; background-color: #deebf7;}
#sec2 .cont_wrap .subtitle > div + div {margin-top: 10px; }
#sec2 .cont_wrap .subtitle h3 {color:#052653; font-weight: 500; }
#sec2 .cont_wrap .desc {width: 779px; }
#sec2 .cont_wrap .desc > div {width: 100%; height: 100px; display: flex; align-items: flex-start; justify-content: center; border:1px solid #ddd; background-color: #fff;
flex-direction: column; padding: 0 50px; }
#sec2 .cont_wrap .desc > div + div {margin-top: 10px; }
#sec2 .cont_wrap .desc p {color:#000; line-height: 1.56;}
#sec2 .cont_wrap .desc .bold p {color:#002ffb; font-weight: 400;}

/* sec3 */
#sec3 .sub_tit .fs_20 {font-weight: 500; color:#000; }

/* sec4 */
#sec4 {background:url("../img/rnd2_s4_bg.jpg") 50%/cover no-repeat;}
#sec4 .img {padding: 55px 0; background: #fff;}







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

    /* content */


}
