/*Content CSS*/

/* common */
.subpage { overflow: hidden; position:relative; text-align: left; }
.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%; }
.line_tit {text-align: left; position: relative; border-bottom: 1px solid #ddd; padding-bottom: 40px; padding-top: 8px}

/* font size */
.fs_55 {font-size: 50px; font-weight :700; line-height: 1.2; color:#000; }
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.2; color:#000; }
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.32;  color:#000;  }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_30 {font-size: 30px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.61; color:#000; letter-spacing: -.46px;}
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; color:#000;  }
.fs_21 {font-size: 21px; font-weight:700; line-height: 1.4; color:#000;  }
.fs_20 {font-size: 20px; font-weight:300; line-height: 1.67; color:#000;  }
.fs_19 {font-size: 19px; font-weight: 400; color: #333; line-height: 1.67; letter-spacing: -.36px; }
.fs_18 {font-size: 18px; font-weight: 400; color: #333; line-height: 1.83; letter-spacing: -.36px; }
.fs_17 {font-size: 17px; font-weight: 400; color: #333; line-height: 1.72; letter-spacing: -.36px; }
.fs_16 {font-size: 16px; font-weight: 400; color: #444; line-height: 1.72; letter-spacing: -.36px; }
.fs_15 {font-size: 15px; font-weight: 400; color: #666; line-height: 1.72; letter-spacing: -.36px; }

/*Content CSS*/
.img_box_wrap {margin-top: 60px;}
.img_box_wrap .box {display: flex;}
.img_box_wrap .box:nth-child(odd) {flex-direction: row-reverse;}
.img_box_wrap .box:nth-child(even) {margin: 80px 0;}
.img_box_wrap .box > div {width: 50%; }

.img_box_wrap .box .img {overflow: hidden;}
.img_box_wrap .box:nth-child(odd) .img {border-radius: 0 50px 50px 0}
.img_box_wrap .box:nth-child(even) .img {border-radius: 50px 0 0 50px}
.img_box_wrap .box .img img {transition: transform .3s; }
.img_box_wrap .box .img:hover img {transform: scale(1.05);}

.img_box_wrap .box .txt {position: relative; z-index: 1; padding-top: 60px; text-align: left; }
.img_box_wrap .box .txt i { position: absolute; top: 0; line-height: .7; color:#ececec; font-size: 100px; font-weight: 700; font-family: "Poppins", sans-serif;
font-style: normal; z-index: -1; letter-spacing: -2px;}
.img_box_wrap .box:nth-child(odd) .txt i {right: 0px;}
.img_box_wrap .box .txt h3 {letter-spacing: -.6px; margin-bottom: 35px; line-height: 1;}
.img_box_wrap .box .txt h3 span {font-weight: 700; line-height: 1;}

.top_title > h2::before {content: ''; display:block; width: 5px; height: 45px; background-color:#fc0606; float: left; margin-right: 20px; margin-top: 7px}

@media screen and (min-width: 1401px) {
    .img_box_wrap .box:nth-child(odd) .txt {padding-left: 70px; text-align: left; }
    .img_box_wrap .box:nth-child(even) .txt {padding-right: 70px;}
    .img_box_wrap .box:nth-child(even) .txt i {right: 60px; margin-right: 10px}

}


@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}
    .img_box_wrap .box .img img {width: 100%; height: 100%; max-height: 800px; object-fit: cover;}
    /* content */
    .img_box_wrap .box .txt {padding-top: 60px;}
    .img_box_wrap .box:nth-child(even) .txt {padding-right: 40px;}
    @media screen and (min-width: 1025px) {
    .img_box_wrap .box .txt {padding-left:40px; text-align: left; }
    .img_box_wrap .box:nth-child(even) .txt {padding-left:0px;}
    .img_box_wrap .box:nth-child(even) .txt i {right: 0px; margin-right: 40px}
    }

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .img_box_wrap .box:nth-child(even) .txt {padding-right: 0; margin-right: 0px;}
    .top_title > h2::before {content: ''; display: block; width: 45px; height: 5px; background-color:#fc0606; float: none; margin: 0 auto; margin-bottom: 20px}
    .line_tit {padding-bottom: 30px;}
    .img_box_wrap .box .txt h3 {margin-bottom: 25px}

    /* font size */

    .fs_55 {font-size:40px; }
    .fs_37 {font-size:30px; }
    .fs_34 {font-size: 27px;}
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_26 {font-size: 21px;}
    .fs_23 {font-size: 19px;}
    .fs_22 {font-size: 19px;}
    .fs_21 {font-size: 18px; line-height: 1.4;}
    .fs_20 {font-size: 17px; line-height: 1.65;}
    .fs_19 {font-size: 17px; line-height: 1.65;}
    .fs_18 {font-size: 16px; line-height: 1.65;}
    .fs_17 {font-size: 15px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65;}
    .fs_15 {font-size: 13px; line-height: 1.65;}

    /* content */
    .img_box_wrap {padding: 40px 0; max-width: 640px; margin: 0 auto; }
    .img_box_wrap .box {flex-direction: column !important; align-items: center; }
    .img_box_wrap .box > div {width: 100%;  }
    .img_box_wrap .box .img img {width: 100%; max-height: 300px; object-fit: cover;}
    .img_box_wrap .box .txt {margin-bottom: 30px; padding: 0;}
    .img_box_wrap .box .txt i {right: 0px; bottom:0; font-size: 70px;}
    .img_box_wrap .box:nth-child(even) {margin: 100px 0}
    .img_box_wrap .box:first-child {margin-top: 40px}
    .img_box_wrap .box .txt h3 {margin-bottom:20px; }


}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 20px; }
    .img_box_wrap .box .txt h3 {margin-bottom: 25px}

    /* font size */
    .fs_55 {font-size:32px; }
    .fs_37 {font-size:22px; }
    .fs_34 {font-size: 21px;}
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .fs_26 {font-size: 18px;}
    .fs_23 {font-size: 17px;}
    .fs_22 {font-size: 17px;}
    .fs_21 {font-size: 16px;}
    .fs_20 {font-size: 15px;}
    .fs_19 {font-size: 15px;}
    .fs_18 {font-size: 14px;}
    .fs_17 {font-size: 14px;}
    .fs_16 {font-size: 13px;}
    .fs_15 {font-size: 12px;}

    /* content */
    .img_box_wrap {padding: 30px 0;}
    .img_box_wrap .box .img img {max-height: 200px;}
    .img_box_wrap .box .txt {margin-bottom: 25px;}
    .img_box_wrap .box:nth-child(even) {margin: 100px 0}
    .img_box_wrap .box .txt i {right: 0px; bottom:0; font-size: 50px;}
    .img_box_wrap .box:nth-child(odd) .img {border-radius: 25px}
    .img_box_wrap .box:nth-child(even) .img {border-radius: 25px}

}
