/* 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 { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.line_title::before {content: ''; display: block; width:30px; height: 3px; background: #0c3064 ;margin:0 auto 10px;}

/* font */
.fs_45 {font-size: 45px; font-weight: 900; color:#000; line-height: 1.3; }
.fs_24 {font-size: 24px; font-weight: 700; color:#000; line-height: 1.5; letter-spacing: -.24px;}
.fs_18 {font-size: 18px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.18px;}
.fs_16 {font-size: 16px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.16px;}

/*Content CSS*/
#sec1 {z-index: 1;}
#sec1::before {content: ''; width: 100%; height: 330px; background: #f7f7f7; position: absolute; left: 0; bottom: 0; z-index: -1;}
#sec1 .img {display: flex; align-items: center; justify-content: center; border:1px solid #ddd; width: 100%; padding: 90px 30px; margin-top: 45px;background: #fff;}






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

@media screen and (max-width:1024px){
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding:60px 0;}
    .sub_inner {padding: 0 30px;}
    /* font */
    .fs_45 {font-size: 35px;   }
    .fs_24 {font-size: 19px;  }
    .fs_18 {font-size: 15px; line-height: 1.65; }
    .fs_16 {font-size: 14px;}

    /*Content CSS*/
    /* sec1 */
    #sec1::before {height: 30%;}
    #sec1 .img {padding: 30px;}


}

/* 모바일 */
@media screen and (max-width:640px){
    /* common */
    .subpage > section {padding:50px 0;}
    .sub_inner {padding: 0 20px;}
    .sub_title::after {margin:20px auto 35px; width: 80px;}
    .line_title::after {margin:15px auto 20px;  width: 50px;}
    /* font */
    .fs_45 {font-size: 30px; }
    .fs_24 {font-size: 17px; }
    .fs_18 {font-size: 14px; }
    .fs_16 {font-size: 13px;}

    /*Content CSS*/
    #sec1 .img {padding: 20px; margin-top: 30px;}




}
