/* 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%; position: relative;}
/* .sub_tit {margin-bottom: 50px; } */
.sub_tit h2::before {content: ''; width:46px; height: 4px; display: block ;background-color: #192e63; margin: 0 0 20px;}

/* font size */
.fs_55 {font-size: 55px; font-weight :600; line-height: 1.2; color:#000; }
.fs_37 {font-size: 37px; font-weight :700; line-height: 1.2; color:#000; }
.fs_36 {font-size: 36px; 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:400; line-height: 1.6;  color:#000;  }
.fs_26 {font-size: 26px; font-weight:700; line-height: 1.57;  color:#000;  }
.fs_24 {font-size: 24px; font-weight:300; line-height: 1.67; color:#333;  }
.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.8; color:#333;  }
.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.72; 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; }

/* btn */
.sub_btn {display: flex;align-items: center; justify-content: space-between; width: 260px; height: 60px; border:1px solid #000; border-radius: 30px;
font-size: 16px; font-weight: 500; color:#000;  transition: all .3s; padding: 0 32px; text-transform: uppercase;}
.sub_btn .arrow {  position: relative; left: 0;top:-1px; transition: all .3s; display: block; width: 9px; height: 15px;
background:url("../img/btn_arrow.png") 50%/contain no-repeat;}
.sub_btn:hover {background-color: #192e63; border-color: #192e63; color:#fff;}
.sub_btn:hover .arrow {left: 7px; background-image:url("../img/btn_arrow_hv.png") ;}

/*Content CSS*/
.cont.flex {display: flex; align-items: flex-start; }
.cont.flex .sub_tit {flex-shrink: 0; margin-right: 130px; }
.cont.flex .desc {padding-top: 25px; }
.cont.flex .desc h3 {margin: 0 0 40px; font-weight: 700; }

.cont_wrap {border-top: 1px solid #ccc; margin-top:90px; padding-top: 70px; text-align: center;}
.cont_wrap h3 {font-weight:400; line-height: 1.64; color:#000;}
.cont_wrap p {font-weight: 300; line-height: 1.44;}
.cont_wrap .fs_36 {margin: 80px 0;}
.cont_wrap .img {margin: 50px 0 50px; text-align: center; }
.cont_wrap .sub_btn {margin: 110px auto 0;}


.list{display: flex; justify-content: space-between; text-align: center; margin: 60px 0 80px;}
.list li {width: calc(33.3% - 40px); padding:38px; background-color: #74aeff; border-radius: 50%;}
.list li .circle { width: 100%; padding-bottom: 100%; height: 0; border-radius: 50%; background-color: #fff; box-shadow: 14.6px 13.6px 20px 0 rgba(0, 43, 150, 0.35); position: relative;}
.list li .circle > div {position: absolute; left: 0; top:0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
padding: 0 20px;}
.list li h4 {font-weight: 700;}
.list li .icon {display: flex; align-items: center; justify-content: center; height: 56px; margin-bottom: 10px; }
.list li p {margin-top: 10px; }

.list li .icon img{transition: transform .5s;}
.list li:hover .icon img {transform: rotateY(180deg);}

.list li:nth-child(2) {background-color: #9683d8;}
.list li:nth-child(3) {background-color: #29a9a4;}


.cir_list {display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between;}
.cir_list > li {width: 25%; display: flex; text-align: center; flex-direction: column; align-items: center; max-width: 277px;}
.cir_list i {border-radius: 50%; overflow: hidden;}
.cir_list p {margin-top: 30px; font-weight:700; color:#000; }





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

    /* content */
    .cont.flex .sub_tit {margin-right: 100px;}
    .list li {width: calc(33.3% - 20px);}

    .cir_list > li {padding: 0 15px;}
}


@media screen and (max-width:1200px) {
    .list li {padding: 30px;}
    .list li h4 {font-size: 27px;}
    .list li p {margin-top: 5px; font-size: 16px;}
}


@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit h2::before {margin: 0 auto 15px;}

    /* font size */
    .fs_55 {font-size:40px; }
    .fs_37 {font-size:30px; }
    .fs_36 {font-size:30px; }
    .fs_34 {font-size: 27px;}
    .fs_32 {font-size: 26px;}
    .fs_30 {font-size: 25px;}
    .fs_26 {font-size: 21px;}
    .fs_24 {font-size: 20px;}
    .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;}

    /* btn */
    .sub_btn {margin:0 auto;}

    /* content */
    .cont.flex  {display: block; }
    .cont.flex .sub_tit { margin: 0 0 30px; }
    .cont.flex .desc {padding: 0;}
    .cont.flex .desc h3 { margin: 0 0 30px;}

    .cont_wrap {margin-top: 50px; padding-top: 50px;}
    .cont_wrap .img {margin: 40px 0;}
    .cont_wrap .sub_btn {  margin: 80px auto 0;}
    .cont_wrap .fs_36 {margin: 60px 0;}

    .list li {padding:20px; width: calc(33.3% - 15px);}
    .list li h4 {font-size: 20px;}
    .list li p { font-size: 14px;}

    .cir_list > li {padding: 0 10px;}
    .cir_list p {margin-top: 20px; line-height: 1.3;}


}

@media screen and (max-width: 768px) {
    .list {flex-direction: column; align-items: center; margin: 40px 0;}
    .list li {width: 100%; max-width: 250px; }
    .list li:nth-child(n+2) {margin-top: 15px;}
    .list li h4 {font-size: 20px;}
}

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

    /* font size */
    .fs_55 {font-size:32px; }
    .fs_37 {font-size:22px; }
    .fs_36 {font-size:22px; }
    .fs_34 {font-size: 21px;}
    .fs_32 {font-size: 20px;}
    .fs_30 {font-size: 20px;}
    .fs_26 {font-size: 18px;}
    .fs_24 {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;}

    /* btn */
    .sub_btn {  width: 100%;   height:40px; font-size: 14px; padding: 0 20px;}
    .sub_btn .arrow {top:0; width: 7px;}

    /* content */
    .cont.flex .sub_tit { margin: 0 0 20px; }
    .cont.flex .desc h3 { margin:0 0 20px;}

    .cont_wrap {margin-top: 40px; padding-top: 40px;}
    .cont_wrap .img {margin: 30px 0;}
    .cont_wrap .fs_36 {margin: 50px 0;}
    .cont_wrap .sub_btn {  margin:50px auto 0;}

    .cir_list > li {width: 50%; padding: 0 10px;}
    .cir_list > li:nth-child(n+3) {margin-top: 30px;}
    .cir_list p {margin-top: 15px; line-height: 1.3; font-size: 16px;}
}
