/* common */
.subpage { overflow: hidden; position:relative; }
.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.bor {padding-bottom: 40px; margin-bottom: 70px; border-bottom: 1px solid #ddd; }
@media screen and (min-width:1401px) {
    .sub_tit.flex {display: flex; }
    .sub_tit.flex p {margin-left: 30px; padding-top: 17px;}
}
.line_tit {position: relative; padding-left: 16px; text-align: left; margin-bottom: 30px; }
.line_tit::before {content: ''; display: block; width: 4px; height: 70%;  background:#00a650; position: absolute; left: 0; top:15%;}

/* font size */
.fs_47 {font-size: 47px; font-weight:700; color: #000; line-height: 1.2; letter-spacing: -.94px;}
.fs_35 {font-size: 35px; font-weight:700; line-height: 1.3; letter-spacing: -.7px; color:#000;  }
.fs_32 {font-size: 32px; font-weight:700; line-height: 1.4; letter-spacing: -.64px; color:#000;  }
.fs_25 {font-size: 24px; font-weight:700; line-height: 1.4; letter-spacing: -.5px; color:#000;  }
.fs_24 {font-size: 24px; font-weight:700; line-height: 1.5; letter-spacing: -.48px; color:#000;  }
.fs_22 {font-size: 22px; font-weight:700; line-height: 1.5; letter-spacing: -.44px; color:#000;  }
.fs_20 {font-size: 20px; font-weight:400; line-height: 1.5; letter-spacing: -.4px; color:#000;  }
.fs_18 {font-size: 18px; font-weight: 400; color: #555; line-height: 1.83; letter-spacing: -.36px; }
.fs_17 {font-size: 17px; font-weight: 400; color: #555; line-height: 1.65; letter-spacing: -.34px; }
.fs_16 {font-size: 16px; font-weight: 400; color: #666; line-height: 1.65; letter-spacing: -.32px; }

/*Content CSS*/
.cont + .cont {margin-top: 100px; }

#sec1 .list {display: flex; }
#sec1 .list > li {flex:1; margin-right: 20px; text-align: left; border:1px solid #ddd; border-radius: 20px; background-color: #fff; padding:40px;
display: flex; flex-direction: column; justify-content: space-between;}
#sec1 .list > li:last-child {margin-right: 0;}
#sec1 .list .icon {text-align: right; display: block; }
#sec1 .list h4 {margin: 13px 0 40px;}
#sec1 .list h4 span {display: block; margin-top: 5px;}
#sec1 .list p {font-weight: 700; color:#00a650; }
#sec1 .list i img {transition: transform .5s; }
#sec1 .list li:hover i img {transform: rotateY(180deg);}

#sec1 .img {display: flex; align-items: center; justify-content: center; border:1px solid #ddd; border-radius: 40px; padding: 60px; min-height: 240px; }





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

    /* content */




}


@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;}
    /* font size */
    .fs_47 {font-size: 35px;}
    .fs_35 {font-size: 30px;}
    .fs_32 {font-size: 27px;}
    .fs_25 {font-size: 22px;}
    .fs_24 {font-size: 22px;}
    .fs_22 {font-size: 19px;}
    .fs_20 {font-size: 17px;}
    .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;}

    /* content */
    #sec1 .list h4 {margin: 5px 0 20px;}
    #sec1 .list > li {margin-right: 10px; padding: 30px;}
    #sec1 .list br {display: none;}

    #sec1 .img {padding: 30px; min-height: 200px;}


}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 30px; }
    .sub_tit.bor { padding-bottom: 30px; margin-bottom: 30px;}
    .sub_tit.flex p {margin-top: 10px; }
    .line_tit {padding-left: 12px; margin-bottom: 20px;}
    .line_tit::before { width: 3px;}

    /* font size */
    .fs_47 {font-size: 30px;}
    .fs_35 {font-size: 25px;}
    .fs_32 {font-size: 22px;}
    .fs_25 {font-size: 18px;}
    .fs_24 {font-size: 18px;}
    .fs_22 {font-size: 17px;}
    .fs_20 {font-size: 15px;}
    .fs_18 {font-size: 14px; }
    .fs_17 {font-size: 14px; }
    .fs_16 {font-size: 13px; }

    /* content */
    .cont + .cont {margin-top: 60px; }

    #sec1 .list {flex-wrap: wrap; }
    #sec1 .list > li {width:100%; flex:inherit; margin: 0; padding: 20px; border-radius: 15px;}
    #sec1 .list > li:nth-child(n+2) {margin-top: 10px;}
    #sec1 .list h4 {margin: 5px 0 5px;}
    #sec1 .list h4 span {margin: 0;}
    #sec1 .list .icon img {height: 40px;}

    #sec1 .img {padding: 20px; min-height: 100px; border-radius: 20px;}


}
