/* common */
.subpage { overflow: hidden; position:relative; text-align: left;}
.subpage > section {padding: 90px 0; position: relative; color:#000;}
.subpage img {max-width: inherit;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}
.sub_tit h3 {font-size: 20px; font-weight: 700; color:#1ea2ff; line-height: 1.1;  margin-bottom: 20px; text-transform: uppercase;}
.line_title i {font-family: "Poppins", sans-serif; font-style: normal; margin-right: 16px; color: #fc0606}

.left_line {position: relative; padding-left: 23px; margin-bottom: 0px; border-bottom: 1px solid #000; padding-bottom: 50px}
.left_line::before {content: ''; display: block; width: 5px; height: 45px; background-color: #fc0606;  left: 0; top: 5px; position: absolute;}

/* Content css */
.subpage .img {width:350px; height:280px; display: flex; align-items: center; justify-content: center; overflow: hidden;  background-color: #fff; border: 1px solid #ddd; border-radius: 38px;}

.cont2_box { background-color: #f7f7f7; padding: 18px 32px; margin-top: 40px}
.cont2_box > p {display: flex; align-items: center;}
.cont2_box > p i {margin-right: 9px; color: #fc0606;  flex-shrink: 0; font-size: 125%; margin-bottom: 0px}

.line_title {margin-bottom: 35px}

/* zig_wrap */
.zig_wrap .box {display: flex; align-items: center;}
.zig_wrap .box:nth-child(odd) {flex-direction: row-reverse;}
.zig_wrap .box h3:not(.line_title) {margin-bottom: 25px;}
.zig_wrap .box .txt {width: 80%}
.zig_wrap .box {padding: 80px 0}

/* zig_wrap half */
.zig_wrap.half .box > div {width: 50%;}
.zig_wrap.half .box .img {display: flex; align-items: center; justify-content: center; border:1px solid #ddd; }
@media screen and (min-width:1401px){
    .zig_wrap.half .box .txt {padding-right: 50px;}
    .zig_wrap.half .box:nth-child(odd) .txt {padding: 0 0 0 50px;}
}
/* zig_wrap border_box */
.zig_wrap.border_box .box {justify-content:space-between; border-bottom: 1px solid #ddd; }
@media screen and (min-width:1401px){
.zig_wrap.border_box .box .img {flex-shrink: 0; margin-left: 80px;}
.zig_wrap.border_box .box:nth-child(odd) .img {margin:0 80px 0 0;}
}

/* font size */
.fs_60 {font-size: 60px; font-weight :700; line-height: 1.1;}
.fs_50 {font-size: 50px; font-weight :700; line-height: 1.1;}
.fs_40 {font-size: 40px; font-weight :700; line-height: 1.1;}
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.1;}
.fs_36 {font-size: 36px; font-weight :700; line-height: 1.1;}
.fs_35 {font-size: 35px; font-weight :700; line-height: 1.1;}
.fs_34 {font-size: 34px; font-weight:500; line-height: 1.2;}
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.2;}
.fs_30 {font-size: 30px; font-weight:600; line-height: 1.2;}
.fs_30.bold{font-weight: 700}
.fs_28 {font-size: 28px; font-weight:700; line-height: 1.2;}
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.2;}
.fs_25 {font-size: 24px; font-weight:700; line-height: 1.2;}
.fs_24 {font-size: 24px; font-weight:700; line-height: 1.2;}
.fs_23 {font-size: 23px; font-weight:700; line-height: 1.4;}
.fs_22 {font-size: 22px; font-weight:600; line-height: 1.4;}
.fs_21 {font-size: 21px; font-weight:600; line-height: 1.4;}
.fs_20 {font-size: 20px; font-weight:300; line-height: 1.76;}
.fs_19 {font-size: 19px; font-weight: 400; color:#333;  line-height: 1.76; letter-spacing: -.36px;}
.fs_18 {font-size: 18px; font-weight: 400; color:#333;  line-height: 1.83; letter-spacing: -.36px;}
/* .fs_18_bold {font-size: 18px; font-weight: 400; color:#333;  line-height: 1.83; letter-spacing: -.36px; } */
.fs_18.bold {font-weight: 700; color:#000; }
.fs_17 {font-size: 17px; font-weight: 300; color:#333;  line-height: 1.76; letter-spacing: -.36px;}
.fs_16 {font-size: 16px; font-weight: 300; color:#333;  line-height: 1.76; letter-spacing: -.36px;}
.fs_16.color{color: #000}
.fs_15 {font-size: 15px; font-weight: 300; color:#333;  line-height: 1.76; letter-spacing: -.36px;}

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

/* content */
/* zig_wrap */
.zig_wrap br {display: none;}
.zig_wrap.half .box .img {padding: 30px;}
@media screen and (min-width:1025px){
.zig_wrap .fs_18 {font-size: 16px; line-height: 1.7;}
.zig_wrap.half .box .txt {padding-right: 30px;}
.zig_wrap.half .box:nth-child(odd) .txt {padding: 0 0 0 30px;}

.zig_wrap.border_box .box .img {flex-shrink: 0; margin-left: 40px; max-width: 40%;}
.zig_wrap.border_box .box:nth-child(odd) .img {margin:0 40px 0 0;}
}

@media screen and (max-width: 1024px) {
/* common */
.subpage > section {padding: 70px 0;}
.subpage .img img {max-height:70px;}
/* .subpage > section:first-of-type {padding-top: 50px; } */
.sub_inner {padding:0 30px;}

.left_line {padding: 0; padding-bottom: 50px; text-align: center;}
.left_line::before {width: 40px; height: 4px; position: static; margin: 0 auto 20px;}

.subpage .img {height: auto; padding: 30px;}
.zig_wrap .box .txt {width: 100%;}
.zig_wrap .box {padding: 60px 0}

.subpage .img {border-radius: 28px;}

/* font size */
.fs_60 {font-size:40px; }
.fs_50 {font-size:35px; }
.fs_40 {font-size:32px; }
.fs_37 {font-size:30px; }
.fs_36 {font-size:30px; }
.fs_35 {font-size:28px; }
.fs_34 {font-size: 27px;}
.fs_32 {font-size: 26px;}
.fs_30 {font-size: 25px;}
.fs_28 {font-size: 23px;}
.fs_26 {font-size: 21px;}
.fs_24 {font-size: 19px;}
.fs_25 {font-size: 19px;}
.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 */
/* zig_wrap */
.zig_wrap .box,
.zig_wrap .box:nth-child(odd) {flex-direction: column-reverse;;}
.zig_wrap .box h3:not(.line_title) {margin-bottom: 15px;}
.zig_wrap .box .img {margin:0 0 40px;}

.zig_wrap.half .box > div {width: 100%;}
}

@media screen and (max-width: 640px) {
/* common */
.subpage > section {padding: 50px 0;}
.sub_inner {padding:0 20px;}
.subpage .img {width: 100%; border-radius: 20px;}
.line_title {margin-bottom: 12px}

.cont2_box { background-color: #f7f7f7; padding: 25px 25px; margin-top: 25px}

/* font size */
.fs_60 {font-size:32px;}
.fs_50 {font-size:28px;}
.fs_40 {font-size:24px;}
.fs_37 {font-size:22px;}
.fs_36 {font-size:22px;}
.fs_35 {font-size:22px;}
.fs_34 {font-size: 21px;}
.fs_32 {font-size: 20px;}
.fs_30 {font-size: 20px;}
.fs_28 {font-size: 19px;}
.fs_26 {font-size: 18px;}
.fs_25 {font-size: 18px;}
.fs_24 {font-size: 17px;}
.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 */
.left_line {margin-bottom: 0px;}
.subpage .info {margin-top: 20px;}
.zig_wrap .box {padding: 40px 0;}
}
