/* common */
.subpage { overflow: hidden; position:relative; text-align: center; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; }
.sub_tit {margin-bottom: 40px; }
.sub_tit h2::before {content: ''; width: 50px; height: 5px; display: block ;background-color: #1964e8; margin: 0 auto 10px;}
.line_tit {position: relative; padding-left: 20px; text-align: left; margin-bottom: 30px; }
.line_tit::before {content: ''; display: block; width: 4px; height: 70%;  background:#000; position: absolute; left: 0; top:15%;}

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

/* font size */
.fs_57 {font-size: 57px; font-weight: 700; color:#000; line-height: 1.3;  letter-spacing: -1.14px;}
.fs_45 {font-size: 45px; font-weight: 700; color:#000; line-height: 1.3;  letter-spacing: -.9px;}
.fs_18 {font-size: 18px; font-weight: 400; color: #333; line-height: 1.83; letter-spacing: -.36px; }


/*Content CSS*/
.subpage .img_box {padding: 60px; background: #fff;  box-shadow: 0 0 19px 1px rgba(0, 53, 147, 0.1); display: flex; align-items: center; justify-content: center; }
/* sec1 */
#sec1 {min-height: 700px;}
#sec1 p {font-size: 20px; font-weight: 500; color:#000; }









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

    /* content */
    .subpage .pd_box .img {width: calc(50% - 30px); padding: 20px; }

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit.bor { margin-bottom: 40px; padding-bottom: 40px; }
    /* font size */
    .fs_57 {font-size: 40px;}
    .fs_45 {font-size: 30px;}
    .fs_18 {font-size: 16px; line-height: 1.65;}

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

    /* content */
    .subpage .img_box {padding: 30px;}




}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 30px; }
    .sub_tit h2::before {height: 4px; width: 40px;}
    .line_tit {margin-bottom: 20px; padding-left: 15px;}

    /* font size */
    .fs_57 {font-size: 32px;}
    .fs_45 {font-size: 25px;}
    .fs_18 {font-size: 14px;}

    .dot_list > li {padding-left: 12px;}
    .dot_list > li::before {width: 4px; height:4px; top:7px;}

    /* content */
    .subpage .img_box {padding: 20px;}
    /* sec1 */



}
