/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 100px 0;}
/* .subpage > section:nth-of-type(even) {background: #f7f7f7;} */
.sub_inner { max-width: 1500px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.sub_title h3 {margin-bottom: 5px; color: #3f72d7;  letter-spacing: -.6px; font-family: 'NanumSquareRoundEB'; text-transform: uppercase;}
/* font size */
.fs_60 {font-size: 60px; font-weight:400; color: #000; line-height: 1.3; letter-spacing: -1.5px; font-family: 'NanumSquareRoundEB'; text-transform: uppercase;}
.fs_30 {font-size: 30px; font-weight:400; line-height: 1.47; letter-spacing: -1.5px; color:#000; font-family: 'NanumSquareRoundB';}
.fs_24 {font-size: 24px; font-weight:400; line-height: 1.3;}
.fs_18 {font-size: 18px; font-weight: 300; color: #333; line-height: 1.67; letter-spacing: -.45px; }
.fs_17 {font-size: 17px; font-weight: 400; color: #333; line-height: 1.65; letter-spacing: -.43px; }

/*Content CSS*/
#sec1 {position: relative; z-index: 1;}
@media screen and (min-width:1025px){
    #sec1 {padding: 110px 0 130px;}
}
#sec1::before {content: ''; display: block; position: absolute; width: 100%;  z-index: -1; height: calc(100% - 320px); left: 0; bottom: 0; background: #f7f7f7; }
#sec1 .line {position: absolute; width: 1500px; height: 100%; display: flex; justify-content: space-between; z-index: -2; left: 50%;
transform: translateX(-50%); padding:0 50px 0 750px; bottom:0 ;}
#sec1 .line > span {width: 1px; height: 100%;background: #ddd; }

#sec1 .txt {padding-top: 35px; }
#sec1 .img {position: absolute; left: calc(50% + 110px); width:50%; max-width: 850px; border-radius: 30px 0 0 30px; overflow: hidden; top:110px;}
#sec1 .sub_title {position: relative; width: 100%; max-width: 630px; z-index: 1;}
#sec1 .sub_title i {position: absolute; right: 0; top:10px; z-index: -1;}
#sec1 h4 {margin:130px 0 40px;}
#sec1 .name {font-size: 20px; font-weight: 700; color:#000; letter-spacing: -.5px; margin-top: 70px;}
#sec1 .name b {font-size: 30px; font-weight: -.75px; }

@media screen and (min-width:1921px){
    #sec1 .img {border-radius: 30px; }
}


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

    /* content */
    #sec1 .txt {padding-right: 45%;}
    #sec1 .img {top: 50%;  transform: translateY(-50%);}


}

@media screen and (max-width:1199px){
    #sec1 {padding-bottom: 0;}
    #sec1::before {height: calc(100% - 280px);}
    #sec1 .txt {padding: 0;}
    #sec1 .img {position: static; width: 100%; height: 500px; border-radius: 0; max-width: 100%; margin-top: 80px; padding: 0 50px 100px; transform: none;}
    #sec1 .img img {object-fit: cover; width: 100%; height: 100%; border-radius: 30px;}
}

@media screen and (max-width:1024px){
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding:70px 0;}
    .sub_inner {padding: 0 30px;}
    /* fs */
    .fs_60 {font-size: 40px;}
    .fs_30 {font-size: 24px;}
    .fs_24 {font-size: 18px;}
    .fs_18 {font-size: 16px; }
    .fs_17 {font-size: 15px; }

    /*Content CSS*/
    /* sec1 */
    #sec1::before {height: calc(100% - 175px);}
    #sec1 .txt {padding: 0;}
    #sec1 .line {display: none;}
    #sec1 .img {height:400px;  margin-top: 50px; padding: 0 30px 70px;}

    #sec1 .sub_title {max-width: 100%; width: auto; padding: 0; display: inline-block; }
    #sec1 .sub_title i {top:5px; left: auto; right: -40px; }
    #sec1 .sub_title i img {height: 40px;}
    #sec1 h4 {margin:60px 0 30px;}
    #sec1 .name {margin-top: 30px; font-size: 16px;}
    #sec1 .name b {font-size: 24px;}


}

@media screen and (max-width:640px){
    /* common */
    .sub_inner {padding: 0 20px;}
    .subpage > section {padding:50px 0;}
    /* fs */
    .fs_60 {font-size: 30px;}
    .fs_30 {font-size: 20px;}
    .fs_24 {font-size: 16px;}
    .fs_18 {font-size: 14px; }
    .fs_17 {font-size: 13px; }

    /*Content CSS*/
    #sec1::before {height: calc(100% - 135px);}
    #sec1 .img {height:250px; padding: 0 20px 50px;}
    #sec1 .img img {border-radius: 20px;}
    #sec1 h4 {margin: 50px 0 20px;}
    #sec1 .name {font-size: 15px;}
    #sec1 .name b {font-size: 22px;}

}
