/* 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;}
.sub_tit p b {font-weight: 500; color: #0a4da7;}

/* 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: 30px;}

#sec1 .visual {position: relative; z-index: 1;}
#sec1 .visual::before {content: ''; display: block; width: 100%; height: 150px; background:url("../img/dot_bg.jpg") 0 repeat; position: absolute; left: 0; top:79px;
z-index: -2;}
#sec1 .visual .logo {position: absolute;  left: 50%;  transform: translateX(-50%); z-index: -1;  top:28px;}
#sec1 .visual .logo img {max-width:400px;}
#sec1 .visual .img {padding: 0 20px;}
#sec1 .visual .img img {width: 480px;}

#sec1 .quote {position: relative; z-index: 1; margin: 50px 0 0;}
#sec1 .quote > i {position: absolute; z-index: -1; top:-5px; left: -0; width: 30px;}
#sec1 .quote > i:nth-of-type(2) { left: auto; right: 0;}
#sec1 .quote h3 { font-weight: 300; color:#000; font-size: 16px; padding: 0 20px;}
#sec1 .quote h2 {font-size: 20px; font-weight: 800; color:#000; letter-spacing: -.9px; margin-top: 5px;}

#sec1 .blue_box {border:2px solid #44a6ff; background-color: #f1faff; padding: 20px; margin: 30px 0 15px;}
#sec1 .blue_box p {color:#00649c; }

.sub_btn a {width: 100%; height: 45px; display: flex; align-items:center; justify-content: center; background-color: #0f2645; font-size: 14px; font-weight: 600;
color:#fff; transition: all .3s; margin: 0 auto 0; }
.sub_btn a i {font-size: 120%; margin-left: 10px; position: relative; top:2px;}
.sub_btn a:hover {background-color: #0dbed5;}





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

    /* content */


}
