/* common */
.subpage { overflow: hidden; position:relative; text-align: center; }
.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_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.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*/
.subpage {text-align: left;}
.cont + .cont {border-top: 1px solid #ccc; margin-top:80px; padding-top: 80px; }
.cont.flex {display: flex; align-items: flex-start; }
.cont.flex .sub_tit {flex-shrink: 0; margin-right: 130px; }
.cont.flex .desc {padding-top: 35px; }
.cont.flex .desc p {margin-top: 25px; }

#sec1 .sub_btn {margin-top: 80px;}
#sec1 .cont2 {text-align: center;}
#sec1 .img {text-align: center;}

#sec2 {background:url("../img/b6_s2_bg.jpg?v=241118") 80% 50%/cover no-repeat; }
#sec2 .sub_btn {border:0; background-color: #fff; margin: 35px 0 140px; }
#sec2 .sub_btn:hover { background-color: #192e63; }

#sec2 .sns {display: flex; flex-shrink: 0; }
#sec2 .sns li {margin-right: 26px; }
#sec2 .sns li:last-child {margin-right: 0; }
#sec2 .sns a {display: flex ;align-items: center; justify-content: center; width: 107px; height: 107px; border-radius: 50%; background-color:#d92c28;
position: relative; transition: background-color .3s;}
#sec2 .sns li.insta a {background:url("../img/insta_color.png") 50%/cover no-repeat; }
#sec2 .sns li.naver a {background-color:#32b04a;}
/* #sec2 .sns a:hover {background:#192e63 !important;} */

.list{display: flex; justify-content: space-between; text-align: center; margin-top: 80px; }
.list > li{width: calc(25% - 15px); text-align: center; padding:0 40px 60px; background-color: #fff; box-shadow: 0 0 32px 0 rgba(0, 43, 150, 0.3); }
.list > li h4 {font-weight: 700; text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px; }
.list > li p {line-height: 1.83; margin-top:15px; letter-spacing: -.45px; }
.list > li .icon {display: flex; align-items: center; justify-content: center; margin: -80px auto 25px; width: 170px; height: 170px; border-radius: 50%;
background-color:#00b7e5; }

.list > li .icon img{transition: transform .5s;}
.list > li:hover .icon img {transform: rotateY(180deg);}
.list .fs_18 > li {position: relative; padding-left: 10px; color:#333; text-align: left; }
.list .fs_18 > li::before {content: '-'; position: absolute; left: 0; top:0; }
.list .fs_18 > li + li {margin-top: 5px; }


/* color */
.list > li:nth-child(2) .icon {background-color: #00bfc6;}
.list > li:nth-child(3) .icon {background-color: #c6a3ff;}
.list > li:nth-child(4) .icon {background-color: #344b8c;}



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

    /* content */
    .list > li h4 {font-size: 25px;}
    .list > li {padding: 0 20px 60px;}

}



@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_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 p {margin-top: 15px;}

    #sec2 .sub_btn {margin: 35px auto 40px;}
    #sec2 .sns {justify-content: center; margin:25px 0 0;}
    #sec2 .sns li {margin-right: 20px;}
    #sec2 .sns a {width: 70px; height: 70px; padding: 20px;}

    .list {flex-wrap: wrap; margin-top:40px;}
    .list > li{  width:calc(50% - 15px); padding: 0 30px 40px; }
    .list > li:nth-child(n+3) {margin-top: 90px;}
    .list > li .icon {width: 130px; height: 130px; margin: -70px auto 20px; padding: 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_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 + .cont { margin-top: 40px; padding-top: 40px;}
    .cont.flex .sub_tit { margin: 0 0 20px; }
    .cont.flex .desc p {margin-top: 10px;}

    #sec1 .sub_btn {margin-top: 40px;}

    #sec2 .logo img {width: 350px;}
    #sec2 .sub_btn { margin: 15px auto 120px;}

    .list {margin-top: 50px; }
    .list > li{padding:0 20px 30px; width: 100%;  }
    .list > li:nth-child(n+2) {margin-top: 70px;}
    .list > li .icon {width: 100px; height: 100px; margin: -50px auto 10px;}
    .list > li .icon img {max-height: 50px;}
    .list > li h4 {padding-bottom: 15px; margin-bottom: 15px;}

}
