@charset "utf-8";

@keyframes slide-move {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes slide-move2 {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes talk {
    0% {
        transform : scale(1);
    }

    100% {
        transform : scale(1.3);
        opacity: 0;
    }
}


@keyframes slide-down {
    0% {
        transform: translate(-50%, 0);
    }
    100% {
        transform: translate(-50%, 50px);
    }
}

main{overflow: hidden;}
main .main-hgroup{transition: all 0.5s;text-align: center;}
main .main-hgroup h2{font-size: 50px;font-weight: bold;line-height: 1.4;letter-spacing: -1px;text-align: center;color: #202020;}
main .main-hgroup h2 span{position:relative;display: inline;color:#00c9c6;}
main .main-hgroup h2 span:before{content: "";position:absolute;left:0;bottom:0;display: block;width:100%;height:24px;background: #a7f3e5;opacity:0.53;z-index: -1;}
main .main-hgroup p{margin-top: 20px;text-align: center;font-size: 20px;font-weight: 600;letter-spacing: -0.4px;color: #787878;}
main section{position: relative;}
main .section01{position:relative;height:950px; background-image: linear-gradient(168deg, #f2fbfb 64%, #b1fff9 85%);}
main .section01 .ob1{position: absolute;left:0;bottom:0;}
main .section01 .ob1 img{display: block;}
main .section01 .ob2{position: absolute;right:0;bottom:0;}
main .section01 .ob2 img{display: block;}
main .section01 .m-obj{display: none;position: absolute;}
main .section01 .m-obj img{display:block;}
main .section01 .layout{display: flex;align-items: center;height:100%;justify-content: space-between;z-index: 1;}
main .section01 .txt-box{}
main .section01 .txt-box em{display:block;font-size: 20px;font-weight: bold;letter-spacing: -0.4px;color: #00c9c6;}
main .section01 .txt-box h3{margin-top:20px;font-size: 32px;font-weight: 500;letter-spacing: -0.64px;color: #202020;}
main .section01 .txt-box h2{font-size: 50px;font-weight: normal;line-height: 1.28;letter-spacing: -1px;color: #202020;}
main .section01 .txt-box h2 span{display: inline;background: #00c9c6;color:#fff;padding: 0 5px;}
main .section01 .txt-box p{margin-top:30px;font-size: 24px;font-weight: 500;line-height: 1.67;letter-spacing: -0.48px;color: #202020;}
main .section01 .img-box{position: relative;width:100%;max-width:815px;display: flex;justify-content: flex-end;padding-right: 75px;}
main .section01 .img-box .img1{position: absolute;top:59px;left:0;z-index: 1;animation: slide-move 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;}
main .section01 .img-box .img1 img{display: block;}
main .section01 .img-box .img2{animation: slide-move2 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;}
main .section01 .img-box .img2 img{display: block;}

main .section02{padding:160px 0;}
main .section02 .slide-box{margin-top:110px;}
main .section02 .slide-box .advantageSwiper{overflow: unset;}
main .section02 .slide-box .swiper-slide{position:relative;margin:0 15px;width:405px;}
main .section02 .slide-box .swiper-slide .inner{position:relative;display: flex;align-items: center;overflow: hidden;transition: all 1.5s;width:100%;}
main .section02 .slide-box .swiper-slide .img-box{position: relative;overflow: hidden;border-radius: 5px;z-index: 1;transition: all 2s;}
main .section02 .slide-box .swiper-slide .img-box img{display: block;}
main .section02 .slide-box .swiper-slide .img-box i{position:absolute;top:20px;right:24px;display: block;font-size: 90px;font-weight: bold;line-height: 1.11;color:#fff;opacity:0.8;transition: all 0.5s;}
main .section02 .slide-box .swiper-slide .txt-box{display: block;padding:0 70px;width:calc(100% - 405px);transition: all 2s;opacity: 0;position:absolute;right:100%;}
main .section02 .slide-box .swiper-slide .txt-box em{display: block;font-size: 16px;font-weight: 500;color: #00c9c6;}
main .section02 .slide-box .swiper-slide .txt-box h3{margin-top:10px;font-size: 45px;font-weight: 800;line-height: 1.33;color: #202020;}
main .section02 .slide-box .swiper-slide .txt-box p{margin-top:50px; font-size: 22px;font-weight: 500;line-height: 1.36;color: #787878;word-break: auto-phrase;}
main .section02 .slide-box .swiper-slide .txt-box p strong{color:#202020;}
main .section02 .slide-box .swiper-slide.swiper-slide-active{width:850px;}
main .section02 .slide-box .swiper-slide.swiper-slide-active .inner{width:100%;}
main .section02 .slide-box .swiper-slide.swiper-slide-active .img-box{left:0;}
main .section02 .slide-box .swiper-slide.swiper-slide-active .txt-box{opacity: 1;right:0;}
main .section02 .slide-box .swiper-slide.swiper-slide-active .img-box i{color:#00c9c6;}
main .section02 .slide-box .swiper-pagination{position: relative;top:initial;bottom:initial;margin-top:40px;display: flex;justify-content:center;gap:20px;align-items:center;}
main .section02 .slide-box .swiper-pagination .swiper-pagination-bullet{margin:0;width:15px;height:15px;background: #fff;border:2px solid #00c9c6;opacity: 1;}
main .section02 .slide-box .swiper-pagination .swiper-pagination-bullet-active{border:0;width:35px;height:35px;background: url(/_public/images2/main/point_ico.svg) no-repeat;background-size: cover;border-radius:0;}

main .section-info{padding:118px 0;background: url(/_public/images2/main/section_info_bg.png) top center no-repeat;background-size: cover;}
main .section-info .main-hgroup h2{color:#fff;}
main .section-info .main-hgroup p{color:#fff;}
main .section-info .link-box{margin: 60px auto 0;max-width:600px;position: relative;padding:5px 5px 5px 94px;background: #fff;border-radius: 35px;height:70px;display: flex;align-items: center;justify-content: space-between;font-size: 20px;font-weight: 600;letter-spacing: -0.4px;color: #070707;}
main .section-info .link-box a{display: flex;align-items: center;justify-content: center;width:150px;height:60px;border-radius: 30px;background-color: #00c9c6;  font-size: 20px;font-weight: 600;letter-spacing: -0.4px;text-align: center;color: #fff;}
main .section-info .link-box:before{content: "";position:absolute;left:39px;display: block;width:42px;height:42px;background: url() no-repeat;background-size: cover;background: url(/_public/images2/main/faq_ico.svg) no-repeat;background-size: cover;}

main .section03{padding:160px 0 75px;}
main .section03 .main-hgroup{}
main .section03 .main-hgroup i{display: inline-block;margin-bottom: 5px;}
main .section03 .main-hgroup i img{display:block;}
main .section03 .box{position:relative;display: flex;gap:20px;margin-top:60px;}
main .section03 .box .info-box{flex:1;border-radius: 20px;background: #ddf3f3;padding: 25px;}
main .section03 .box .info-box .top-cont{}
main .section03 .box .info-box .top-cont h3{display: flex;align-items: center;justify-content: center;  border-radius: 20px 20px 0 0;background: #00c9c6;gap:9px;height:79px; text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);font-size: 30px;font-weight: bold;color: #fff;}
main .section03 .box .info-box .top-cont h3 span{display: inline-block;width:60px;}
main .section03 .box .info-box .top-cont h3 span img{display:block;}
main .section03 .box .info-box .top-cont .txt1{border-radius:0 0 10px 10px;border: solid 2px #6ec5c4;background: #fff;border-top:0;padding:35px 0;text-align: center;display: flex;flex-direction: column;align-items: center;gap:10px;}
main .section03 .box .info-box .top-cont .txt1 em{position:relative;display: flex;padding:0 23px;align-items: center;height:45px;border-radius: 22px;background: #d4efef; font-size: 22px;font-weight: bold;letter-spacing: -0.44px;text-align: center;color: #00a5a3;line-height: 45px;}
main .section03 .box .info-box .top-cont .txt1 em:before{content:"";position:absolute;display: block;width:28px;height:53px;background: url(/_public/images2/main/title_img1.svg) no-repeat;background-size: cover;left:-39px;bottom:0;}
main .section03 .box .info-box .top-cont .txt1 em:after{content:"";position:absolute;display: block;width:28px;height:53px;background: url(/_public/images2/main/title_img2.svg) no-repeat;background-size: cover;right:-39px;bottom:0;}
main .section03 .box .info-box .bottom-cont{margin-top:10px;border-radius: 10px;border: solid 2px #6ec5c4;background: #fff;padding:0 30px;}
main .section03 .box .info-box .bottom-cont ul{}
main .section03 .box .info-box .bottom-cont ul li{text-align: center; font-size: 22px;font-weight: 600;line-height: 3.18;letter-spacing: -0.44px;color: #202020;}
main .section03 .box .info-box .bottom-cont ul li em{display: inline-block;line-height: 34px; border-radius: 17px;background-color: #00c9c6;padding:0 13px; font-size: 18px;font-weight: bold;letter-spacing: 0.18px;color: #fff;vertical-align: middle;position: relative;top:-2px;margin-right:5px;}
main .section03 .box .info-box .bottom-cont ul li span{color: #25a7a5;}
main .section03 .box .info-box .bottom-cont ul li + li{border-top:1px dashed #ccc;}
main .section03 .box .info-box .top-cont .txt1 h4{ font-size: 26px;font-weight: bold;letter-spacing: -0.52px;text-align: center;color: #202020;}
main .section03 .box .info-box .top-cont .txt1 h4 span{color:#25a7a5;}
main .section03 .box .info-box:first-child{border-radius: 20px;background: #efefef;}
main .section03 .box .info-box:first-child .top-cont h3{background: #828282;}
main .section03 .box .info-box:first-child .top-cont .txt1{border-color:#e6e6e6;background: #f8f8f8;}
main .section03 .box .info-box:first-child .top-cont .txt1 em{background: #e2e2e2;color:#666;}
main .section03 .box .info-box:first-child .top-cont .txt1 em:before,
main .section03 .box .info-box:first-child .top-cont .txt1 em:after{display: none;}
main .section03 .box .info-box:first-child .bottom-cont{border-color:#e6e6e6;}
main .section03 .box .info-box:first-child .bottom-cont ul li{color:#787878;}
main .section03 .box .info-box:first-child .bottom-cont ul li span{color:#202020;}
main .section03 .box .go-step{position: absolute;top:88px;left:50%;transform:translate(-50%, 0);width:140px;height:140px;border-radius: 100%; border: solid 1px #c2e5de;background-image: linear-gradient(to bottom, #58e5e5, #00bcba);display: flex;align-items: center;justify-content: center;flex-direction: column; font-size: 24px;font-weight: bold;letter-spacing: -0.48px;text-align: center;color: #fff;z-index: 1;transition: all 0.5s;}
main .section03 .box .go-step span{display: inline-block;font-size: 15px;font-weight: bold;letter-spacing: -0.3px;text-align: center;color: #fff;}
main .section03 .box .go-step i{display: inline-block;margin-top:5px;}
main .section03 .box .go-step i img{display:block;}
main .section03 .box .go-step:before{content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border-radius: 100%;border: solid 10px rgba(40, 225, 222, 0.23);background-image: radial-gradient(circle at 50% 50%, #1cb4a9, #6fdcdb 71%);animation: talk 1.5s 1s infinite linear;z-index: -1;}

main .section04{padding:75px 0;}
main .section04 .box{position:relative;margin-top:45px;padding:70px 70px 35px;border-radius: 20px;background-color: #27d5d2;}
main .section04 .box:before{content: "";position:absolute;top:-60px;right:150px;display: block;width:65px;height:60px;background: url(/_public/images2/main/section04_img01.svg) no-repeat;background-size: cover;}
main .section04 .box .inner-box{overflow:hidden;border-radius: 10px;background-color: #fff;}
main .section04 .box .inner-box .thead{}
main .section04 .box .inner-box .thead li{display: flex;background-color: #f5ffff;border-bottom: 1px solid #88cfc1;height:70px;align-items: center;}
main .section04 .box .inner-box .thead li > div{font-size: 22px;font-weight: bold;color: #25a7a5;position: relative;}
main .section04 .box .inner-box .thead li .col1{padding-left:70px;width:274px}
main .section04 .box .inner-box .thead li .col2{width:calc(100% - 485px);text-align: center;}
main .section04 .box .inner-box .thead li .col2 span{position: absolute;right:0;}
main .section04 .box .inner-box .thead li .col3{width:211px}
main .section04 .box .inner-box .tbody{padding:20px 0;}
main .section04 .box .inner-box .tbody li{display: flex;align-items: center;height:52px;}
main .section04 .box .inner-box .tbody li > div{font-size: 21px;font-weight: bold;color: #000;}
main .section04 .box .inner-box .tbody li .col1{width:274px;padding-left: 70px;}
main .section04 .box .inner-box .tbody li .col2{width:calc(100% - 485px);}
main .section04 .box .inner-box .tbody li .col2 .txt{position: relative;display: flex;align-items: center;justify-content: space-between;margin-top:0;}
main .section04 .box .inner-box .tbody li .col2 .txt:before{content:"";display:block;position: absolute;left:0;top:50%;transform: translateY(-50%);border-top:1px dashed #ccc;width:100%;height:1px;}
main .section04 .box .inner-box .tbody li .col2 .txt em{display: inline-block;background: #fff; font-size: 21px;font-weight: 500;color:#000;padding-right: 20px;z-index: 1;}
main .section04 .box .inner-box .tbody li .col2 .txt strong{display: inline-block;padding-left: 20px;background: #fff; font-size: 21px;font-weight: bold;color:#000;z-index: 1;}
main .section04 .box .inner-box .tbody li .col2 .txt strong span{font-weight: normal;color:#787878;}
main .section04 .box .inner-box .tbody li .col3{width:211px;padding-left: 19px;}
main .section04 .box .inner-box .tbody li .col3 span{display: inline-block;line-height: 34px;padding:0 17px; border: solid 1px #00c9c6; font-size: 16px;font-weight: 600; border-radius: 17px;}
main .section04 .box .inner-box .tbody li .col3 span.case1{background: #00c9c6;color:#fff;}
main .section04 .box .inner-box .tbody li .col3 span.case2{color:#00c9c6;}

main .section04 .box .inner-box .tfoot{}
main .section04 .box .inner-box .tfoot li{display:flex;justify-content:center;align-items:center;background-image: linear-gradient(to bottom, #002b2b, #004443);gap:13px;height:80px;}
main .section04 .box .inner-box .tfoot li span{display: inline-block; font-size: 20px;font-weight: 600;color: #fff;}
main .section04 .box .inner-box .tfoot li strong{display:inline-block;font-size: 32px;font-weight: 800;color: #fff;}
main .section04 .box .txt{text-align: right;margin-top:10px;font-size: 20px;font-weight: 500;color: #fff;}


main .section05{padding:75px 0 156px;}
main .section05 .box{display: flex;margin-top:70px;gap:42px;}
main .section05 .box .step{width:100%;max-width: 950px;}
main .section05 .box .step ul{display: flex;flex-wrap: wrap;gap:40px 25px;}
main .section05 .box .step ul li{position:relative;width:calc(33.3333% - 17px);border-radius: 20px;border: solid 1px #eee;background-image: linear-gradient(137deg, #f5f5f5 9%, #fff 50%, #f5f5f5 89%);padding:30px 0 40px;display: flex;align-items: center;justify-content:center;flex-direction: column;}
main .section05 .box .step ul li:before{content: "";position: absolute;display: block;width: 25px;height: 3px;background: #00c9c6;right: -26px;top: 50%;transform: translateY(-50%);}
main .section05 .box .step ul li:nth-child(3):before{display: none;}
main .section05 .box .step ul li:nth-child(6):before{width:3px;height:40px;left:50%;transform: translateX(-50%);top:-40px;}
main .section05 .box .step ul li em{display:flex;align-items:center;justify-content:center;width:39px;height:39px;background: url(/_public/images2/main/num_bg.svg) no-repeat;background-size: cover;font-size: 20px;font-weight: bold;text-align: center;color: #fff;}
main .section05 .box .step ul li i{display: inline-block;margin-top:30px;}
main .section05 .box .step ul li i img{display:block;}
main .section05 .box .step ul li h3{margin-top:25px; font-size: 25px;font-weight: bold;letter-spacing: -0.5px;color: #000;}
main .section05 .box .step ul li p{margin-top:10px; font-size: 20px;font-weight: 600;color: #787878;}
main .section05 .box .slide{position:relative;width:100%;max-width:408px;}
main .section05 .box .slide .swiper-pagination{position: relative;top:initial;bottom:initial;margin-top:20px;display: flex;justify-content:center;gap:20px;align-items:center;}
main .section05 .box .slide .swiper-pagination .swiper-pagination-bullet{margin:0;width:15px;height:15px;background: #fff;border:2px solid #00c9c6;opacity: 1;}
main .section05 .box .slide .swiper-pagination .swiper-pagination-bullet-active{border:0;width:35px;height:35px;background: url(/_public/images2/main/point_ico.svg) no-repeat;background-size: cover;border-radius:0;}
main .section05 .box .slide .swiper-slide{position: relative;overflow: hidden;border-radius: 10px;}
main .section05 .box .slide .swiper-slide figure{position: relative;}
main .section05 .box .slide .swiper-slide figure:before{content: "";position:absolute;left:0;bottom:0;display: block;width:100%;height:50%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 154, 152, 0.68) 60%, #00aeab);}
main .section05 .box .slide .swiper-slide figure img{display: block;}
main .section05 .box .slide .swiper-slide figure figcaption{position: absolute;left:0;bottom:0;width:100%;text-align: center;padding-bottom: 40px;display: block;}
main .section05 .box .slide .swiper-slide figure figcaption strong{display:block;font-size: 25px;font-weight: bold;line-height: 1.2;letter-spacing: -0.5px;color: #fff;}
main .section05 .box .slide .swiper-slide figure figcaption span{display: block;margin-top:10px; font-size: 20px;font-weight: normal;letter-spacing: -0.4px;text-align: center;color: #fff;}

main #section06{padding:210px 0;transition: all 0.5s;}
main #section06.item1{background: url(/_public/images2/main/sn_bg01.png) top center no-repeat;background-size: cover;}
main #section06.item2{background: url(/_public/images2/main/sn_bg02.png) top center no-repeat;background-size: cover;}
main #section06.item3{background: url(/_public/images2/main/sn_bg03.png) top center no-repeat;background-size: cover;}
main #section06.item4{background: url(/_public/images2/main/sn_bg04.png) top center no-repeat;background-size: cover;}
main #section06.item5{background: url(/_public/images2/main/sn_bg05.png) top center no-repeat;background-size: cover;}
main #section06 .box{padding-left: calc(50% - 800px);display: flex;justify-content: space-between;}
main #section06 .box .txt-box{position: relative;}
main #section06 .box .txt-box h3{font-size: 50px;font-weight: normal;line-height: 1.4;letter-spacing: -1px;color: #202020;}
main #section06 .box .txt-box h3 strong{display: inline;}
main #section06 .box .txt-box h3 span{display: inline;background: #00ffea}
main #section06 .box .txt-box .swiper-pagination{position: relative;top:initial;bottom:initial;margin-top:50px;display: flex;justify-content:flex-start;gap:20px;align-items:center;}
main #section06 .box .txt-box .swiper-pagination .swiper-pagination-bullet{margin:0;width:15px;height:15px;background: transparent;border:2px solid #00c9c6;opacity: 1;}
main #section06 .box .txt-box .swiper-pagination .swiper-pagination-bullet-active{border:0;width:35px;height:35px;background: url(/_public/images2/main/point_ico.svg) no-repeat;background-size: cover;border-radius:0;}
main #section06 .box .slide-box{width:100%;max-width:1160px;}
main #section06 .box .slide-box .swiper-slide{width:413px;overflow: hidden;border-radius: 10px;background: rgba(248,248,248,0.9);padding:50px 50px 0;height:520px;margin:0 20px;}
main #section06 .box .slide-box .swiper-slide em{display: block;font-size: 20px;font-weight: 600;letter-spacing: -0.4px;color: #25a7a5;}
main #section06 .box .slide-box .swiper-slide h3{margin-top:10px; font-size: 36px;font-weight: 800;line-height: 1.33;letter-spacing: -0.72px;color: #202020;}
main #section06 .box .slide-box .swiper-slide p{position:relative;margin-top:40px;padding-top: 43px; font-size: 20px;font-weight: 500;line-height: 1.6;letter-spacing: -0.4px;color: #202020;}
main #section06 .box .slide-box .swiper-slide p:before{content: "";position:absolute;top:0;left:0;display: block;width:24px;height:24px;background: url(/_public/images2/main/snb_ico.svg) no-repeat;background-size: cover;}
main #section06 .box .slide-box .swiper-slide p span{display: block;font-size:16px;}
main #section06 .box .slide-box .swiper-slide .btn-box{display: flex;margin-top:10px;gap:10px;}
main #section06 .box .slide-box .swiper-slide .btn-box a{display: flex;align-items:center;justify-content:center;gap:6px;padding:0 20px;height:45px;  border-radius: 22px;border: solid 1px #00ffea;background-color: #fff;font-size: 16px;font-weight: 600;letter-spacing: -0.32px;color: #202020;}
main #section06 .box .slide-box .swiper-slide .btn-box + p{margin-top:40px;}
main #section06 .box .slide-box .swiper-slide.swiper-slide-active{background: rgba(0,188,185,0.9);}
main #section06 .box .slide-box .swiper-slide.swiper-slide-active em{color:#60fff2;}
main #section06 .box .slide-box .swiper-slide.swiper-slide-active h3{color:#fff;}
main #section06 .box .slide-box .swiper-slide.swiper-slide-active p{color:#fff;}
main #section06 .box .slide-box .swiper-slide.swiper-slide-active p:before{background: url(/_public/images2/main/snw_ico.svg) no-repeat;background-size: cover;}

main .section07{padding:130px 0;background: #f8f8f8;}
main .section07 .layout{max-width:1280px;}
main .section07 .form-box{margin-top:60px;border-top:2px solid #202020;}
main .section07 .form-box .field-row{display: flex;gap:49px;padding:15px 30px;}
main .section07 .form-box .field-row + .field-row{border-top:1px solid #ccc;}
main .section07 .form-box .field-row .col{flex:1;display: flex;}
main .section07 .form-box .field-row .col .label{display: flex;align-items: center;width:150px;}
main .section07 .form-box .field-row .col .label span{display: inline-block;font-size: 17px;font-weight: 500;color: #202020;}
main .section07 .form-box .field-row .col .label span em{color:#6ec5c4;}
main .section07 .form-box .field-row .col .field{width:calc(100% - 150px);}
main .section07 .form-box .field-row .col .field input[type="text"],
main .section07 .form-box .field-row .col .field input[type="tel"],
main .section07 .form-box .field-row .col .field input[type="number"],
main .section07 .form-box .field-row .col .field input[type="password"],
main .section07 .form-box .field-row .col .field input[type="email"],
main .section07 .form-box .field-row .col .field input[type="date"]{width:100%;height:50px;border-radius: 5px;border: solid 1px #dbdbdb;background: #fff;padding:0 20px;  font-size: 17px;font-weight: normal;}
main .section07 .form-box .field-row .col .field select{width:100%;height:50px;border-radius: 5px;border: solid 1px #dbdbdb;	background: #fff url(/_public/images2/icon/ico_select.svg) no-repeat;
    background-position:95% 50%;padding:0 20px;  font-size: 17px;font-weight: normal;}
main .section07 .form-box .field-row .col .field input[type="text"]::placeholder,
main .section07 .form-box .field-row .col .field input[type="tel"]::placeholder,
main .section07 .form-box .field-row .col .field input[type="number"]::placeholder,
main .section07 .form-box .field-row .col .field input[type="password"]::placeholder,
main .section07 .form-box .field-row .col .field input[type="email"]::placeholder,
main .section07 .form-box .field-row .col .field input[type="date"]::placeholder{color: #aaa;}
main .section07 .form-box .field-row .col .radio-group{display: flex;gap:30px;padding:13px 0;}
main .section07 .form-box .field-row .col .radio-group2{display: flex;gap:10px;}
main .section07 .form-box .field-row .col .input-box{display: flex;gap:10px;}
main .section07 .form-box .field-row .col .input-box select{max-width:220px;}
main .section07 .form-box .field-row .col .input-box input[type="text"]{max-width:520px;}
main .section07 .form-box .field-row .col .hidden-input{display: none;}
main .section07 .form-box .policy-box{border-top:1px solid #202020;padding-top:50px;}
main .section07 .form-box .policy-box h3{font-size: 20px;font-weight: bold;color: #202020;}
main .section07 .form-box .policy-box h3 em{color:#00c9c6;}
main .section07 .form-box .policy-box .policy-txt{margin-top:20px;border: solid 1px #ccc;background-color: #fff;padding:20px; font-size: 15px;font-weight: 500;line-height: 1.6;color: #202020;height:180px;overflow-y: auto;}
main .section07 .form-box .policy-box .policy-txt strong{font-size: 16px;}
main .section07 .form-box .policy-box .policy-txt .private{word-break: auto-phrase;}
main .section07 .form-box .policy-box .chk-box{margin-top:13px;display: flex;justify-content: flex-end;}
main .section07 .form-box .button-box{margin-top:30px;display: flex;justify-content: center;}
main .section07 .form-box .button-box button{display: flex;align-items: center;justify-content: center;width:250px;height:60px;border-radius: 30px;background-color: #00c9c6;font-size: 20px;font-weight: 500;color: #fff;}

main .section08{padding:130px 0 100px;}
main .section08 .tab-box{display: flex;justify-content: center;margin-top: 90px;gap:60px;}
main .section08 .tab-box button{position:relative;display: inline-block;font-size: 24px;font-weight: normal;letter-spacing: -0.48px;color: #6d6d6d;padding-bottom: 3px;}
main .section08 .tab-box a{position:relative;display: inline-block;font-size: 24px;font-weight: normal;letter-spacing: -0.48px;color: #6d6d6d;padding-bottom: 3px;}
main .section08 .tab-box button:after{content: "";position:absolute;bottom:0;left:0;display: block;width:100%;height:2px;background: #25a7a5;opacity: 0;}
main .section08 .tab-box button.on{font-weight: bold;color: #25a7a5;}
main .section08 .tab-box button.on:after{opacity: 1;}
main .section08 .tab-cont{margin-top:50px;display: none;}
main .section08 .tab-cont .faq-box{border-top:2px solid #202020;}
main .section08 .tab-cont .faq-box dl{}
main .section08 .tab-cont .faq-box dl dt{position: relative;padding:30px 75px;font-size: 20px;font-weight: bold;line-height: 1.5;color: #202020;border-bottom: 1px solid #ccc;cursor: pointer;}
main .section08 .tab-cont .faq-box dl dt:before{content: "Q";position: absolute;left:30px;}
main .section08 .tab-cont .faq-box dl dt:after{content: "";position: absolute;top:37px;right:30px;display:block;background: url(/_public/images2/icon/toggle_icon.svg) no-repeat;background-size: cover;width:21px;height:12px;}
main .section08 .tab-cont .faq-box dl dd{position: relative;padding:30px 75px; font-size: 20px;font-weight: normal;line-height: 1.5;color: #202020;background: #f9f9f9;display: none;}
main .section08 .tab-cont .faq-box dl dd:before{content: "A";position: absolute;left:30px;color:#25a7a5;font-weight: bold;}
main .section08 .tab-cont .faq-box dl dt.on{background: #27d5d2;color:#fff;}
main .section08 .tab-cont .faq-box dl dt.on:before{color:#fff;}
main .section08 .tab-cont .faq-box dl dt.on:after{transform: rotate(-180deg);}
main .section08 .tab-cont .faq-box dl dt.nodata{padding:150px 30px;text-align: center;}
main .section08 .tab-cont .faq-box dl dt.nodata.on{background: #fff;color:#202020;}
main .section08 .tab-cont .faq-box dl dt.nodata:before,
main .section08 .tab-cont .faq-box dl dt.nodata:after{display: none;}

main .section08 .tab-cont .bbs-box{border-top:2px solid #202020;}
main .section08 .tab-cont .bbs-box dl{}
main .section08 .tab-cont .bbs-box dl dt{position: relative;padding:30px 75px 30px 30px;font-size: 20px;font-weight: bold;line-height: 1.5;color: #202020;border-bottom: 1px solid #ccc;cursor: pointer;}
main .section08 .tab-cont .bbs-box dl dt:after{content: "";position: absolute;top:37px;right:30px;display:block;background: url(/_public/images2/icon/toggle_icon.svg) no-repeat;background-size: cover;width:21px;height:12px;}
main .section08 .tab-cont .bbs-box dl dd{position: relative;padding:30px; font-size: 20px;font-weight: normal;line-height: 1.5;color: #202020;background: #f9f9f9;display: none;}
main .section08 .tab-cont .bbs-box dl dt.on{background: #27d5d2;color:#fff;}
main .section08 .tab-cont .bbs-box dl dt.on:before{color:#fff;}
main .section08 .tab-cont .bbs-box dl dt.on:after{transform: rotate(-180deg);}
main .section08 .tab-cont .bbs-box dl dt.nodata{padding:150px 30px;text-align: center;}
main .section08 .tab-cont .bbs-box dl dt.nodata.on{background: #fff;color:#202020;}
main .section08 .tab-cont .bbs-box dl dt.nodata:before,
main .section08 .tab-cont .bbs-box dl dt.nodata:after{display: none;}



.main-section03 main .section03 .box .go-step{animation: slide-down 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;}





@media all and (max-width:1800px) {

}

@media all and (max-width:1680px) {
    main #section06{padding:210px 0 210px 20px;}
}

@media all and (max-width:1530px) {
    main #section06 .box{padding:0;}
    main #section06 .box .txt-box h3{font-size:46px;}
    main #section06 .box .slide-box{max-width:calc(100% - 320px);}
    main #section06 .box .slide-box .swiper-slide{width:380px;padding:40px 40px 0;}
    main #section06 .box .slide-box .swiper-slide em{font-size:18px;}
    main #section06 .box .slide-box .swiper-slide h3{font-size:34px;}
    main #section06 .box .slide-box .swiper-slide p{font-size:18px;}
}

@media all and (max-width:1440px) {
    main .main-hgroup h2{font-size:46px;}

    main .section01 .layout{padding:0 20px;}
    main .section01 .txt-box em{font-size:18px;}
    main .section01 .txt-box h3{font-size:28px;}
    main .section01 .txt-box h2{font-size:44px;}
    main .section01 .img-box{max-width:750px;}
    main .section01 .txt-box p{font-size:22px;}

    main .section03{padding:160px 20px 75px;}
    main .section03 .box .info-box .top-cont h3{font-size: 28px;}
    main .section03 .box .info-box .top-cont .txt1 em{font-size:20px;}
    main .section03 .box .info-box .top-cont .txt1 h4{font-size: 24px;}
    main .section03 .box .info-box .bottom-cont ul li{font-size:20px;}


    main .section04 .box{padding:50px 50px 25px;}
    main .section04 .box .inner-box .thead li > div{font-size:20px;}
    main .section04 .box .inner-box .tbody li > div{font-size:18px;}
    main .section04 .box .inner-box .tbody li .col2 .txt em{font-size:18px;}
    main .section04 .box .inner-box .tbody li .col2 .txt strong{font-size:18px;}
    main .section04 .box .inner-box .tfoot li strong{font-size:30px;}
    main .section04 .box .txt{font-size:18px;}

    main .section05{padding:75px 20px 156px;}

    main #section06 .box .txt-box h3{font-size:42px;}
    main #section06 .box .slide-box .swiper-slide{width:360px;margin:0 10px;padding:30px 30px 0;}
    main #section06 .box .slide-box .swiper-slide h3{font-size: 30px;}

    main .section07{padding:130px 20px;}

    main .section08{padding:130px 20px 100px;}
}


/* tablet */
@media all and (max-width:1280px) {

    main .main-hgroup h2{font-size:42px;}
    main .section01 .txt-box em{font-size:16px;}
    main .section01 .txt-box h3{font-size:24px;}
    main .section01 .txt-box h2{font-size:40px;}
    main .section01 .txt-box p{font-size:20px;}
    main .section01 .img-box{max-width:590px;padding-right:20px;}
    main .section01 .img-box .img1{max-width:300px;}
    main .section01 .img-box .img2{width:370px;}

    main .section02 .slide-box{margin-top:90px;}
    main .section02 .slide-box .swiper-slide{width:360px;}
    main .section02 .slide-box .swiper-slide.swiper-slide-active{width:700px;}
    main .section02 .slide-box .swiper-slide .txt-box{padding:0 30px;width: calc(100% - 360px);}
    main .section02 .slide-box .swiper-slide .txt-box h3{font-size:40px;}
    main .section02 .slide-box .swiper-slide .txt-box p{font-size:20px;margin-top:40px;word-break: keep-all;}
    main .section02 .slide-box .swiper-slide .img-box{width:360px;}

    main .section-info .link-box{font-size:18px;}
    main .section-info .link-box a{height:60px;font-size:18px;}

    main .section03 .box .info-box .top-cont h3{font-size: 26px;}
    main .section03 .box .info-box .top-cont .txt1 em{font-size:18px;}
    main .section03 .box .info-box .top-cont .txt1 h4{font-size: 22px;}
    main .section03 .box .info-box .bottom-cont ul li{font-size:18px;}


    main .section04 .box .inner-box .thead li .col2{width: calc(100% - 350px);}
    main .section04 .box .inner-box .thead li .col3{display: none;}
    main .section04 .box .inner-box .tbody li .col2{width: calc(100% - 350px);}
    main .section04 .box .inner-box .tbody li .col3{display: none;}

    main .section05 .box{margin-top: 50px;}
    main .section05 .box .step ul li h3{font-size:23px;}
    main .section05 .box .step ul li p{font-size:18px;}
    main .section05 .box .step ul li i{margin-top:20px;width:60px;}


    main #section06{padding:80px 0 80px 20px;}
    main #section06 .box{flex-direction: column;gap:50px;}
    main #section06 .box .slide-box{max-width:100%;}
    main #section06 .box .txt-box h3{font-size: 38px;}
    main #section06 .box .slide-box .swiper-slide em{font-size:16px;}
    main #section06 .box .slide-box .swiper-slide h3{font-size:28px;}
    main #section06 .box .slide-box .swiper-slide .btn-box a{padding:0 10px;height:35px;font-size:14px;}
    main #section06 .box .slide-box .swiper-slide p{font-size:14px;}
    main #section06 .box .slide-box .swiper-slide p span{font-size:12px;}
    main #section06 .box .txt-box .swiper-pagination{margin-top:20px;}

    main .section08 .tab-box{margin-top:70px;}
    main .section08 .tab-box button{font-size:20px;}
    main .section08 .tab-box a{font-size:20px;}
    main .section08 .tab-cont .faq-box dl dt{font-size:16px;padding:27px 75px;}
    main .section08 .tab-cont .faq-box dl dd{font-size:16px;padding:27px 75px;}
    main .section08 .tab-cont .bbs-box dl dt{font-size:16px;padding:27px 75px 27px 27px;}
    main .section08 .tab-cont .bbs-box dl dd{font-size:16px;padding:27px 75px 27px 27px;}
}

@media all and (max-width:1080px) {
    main .main-hgroup h2{font-size:38px;}
    main .section01 .txt-box em{font-size:15px;}
    main .section01 .txt-box h3{font-size:22px;}
    main .section01 .txt-box h2{font-size:36px;}
    main .section01 .txt-box p{font-size:18px;}
    main .section01 .img-box{max-width:355px;padding-right:0;}
    main .section01 .img-box .img1{max-width:200px;top:35px;}
    main .section01 .img-box .img2{width:240px;}

    main .section02{padding:90px 0 90px 20px;}
    main .section02 .main-hgroup{position: relative;margin-left:-20px;}
    main .section02 .slide-box{margin-top:70px;}
    main .section02 .slide-box .swiper-slide .txt-box h3{font-size:36px;margin-top:30px;}
    main .section02 .slide-box .swiper-slide{width:330px;margin:0 10px;}
    main .section02 .slide-box .swiper-slide.swiper-slide-active{width:660px;}
    main .section02 .slide-box .swiper-slide .img-box{width:330px;}
    main .section02 .slide-box .swiper-slide .txt-box{padding:0 20px;width: calc(100% - 330px);}
    main .section02 .slide-box .swiper-pagination{margin-top:30px;}
    main .section02 .slide-box .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;}
    main .section02 .slide-box .swiper-pagination .swiper-pagination-bullet-active{width:24px;height:24px;}

    main .section-info{padding:70px 20px;}
    main .section-info .link-box{flex-direction: column;gap:17px;border-radius: 20px;padding:20px;height:auto;font-size:16px;}
    main .section-info .link-box:before{width:37px;height:37px;top:16px;left:20px;}
    main .section-info .link-box a{width:100%;height:50px;}
    main .section-info .link-box p{width: 100%;text-align: center;padding: 0 40px;}


    main .section03{padding:90px 20px 60px;}
    main .section03 .box{flex-direction: column;}
    main .section03 .box .info-box .top-cont h3{font-size: 24px;height:60px;}
    main .section03 .box .info-box .top-cont .txt1 em{font-size:16px;height:30px;}
    main .section03 .box .info-box .top-cont .txt1 h4{font-size: 20px;}
    main .section03 .box .info-box .bottom-cont ul li{font-size:16px;}
    main .section03 .box .info-box .bottom-cont ul li em{font-size:16px;line-height: 30px;}
    main .section03 .box .go-step{position: relative;top:initial;}

    main .section04{padding:60px 0 45px;}
    main .section04 .box{margin-top: 70px;padding:30px 30px 15px;}
    main .section04 .box .inner-box .thead li{height:50px;}
    main .section04 .box .inner-box .thead li > div{font-size:18px;}
    main .section04 .box .inner-box .thead li .col1{padding:0;width:140px;text-align: center;}
    main .section04 .box .inner-box .thead li .col2{width: calc(100% - 140px);padding-right: 125px;}
    main .section04 .box .inner-box .thead li .col2 span{padding-right: 50px;}
    main .section04 .box .inner-box .tbody li > div{font-size:18px;}
    main .section04 .box .inner-box .tbody li .col1{padding:0;width:140px;text-align: center;}
    main .section04 .box .inner-box .tbody li .col2{width: calc(100% - 140px);}
    main .section04 .box .inner-box .tbody li .col2 .txt strong{padding-right: 50px;}
    main .section04 .box .txt{margin-top:0;}

    main .section05{padding:45px 20px 90px;}
    main .section05 .box{margin-top:40px;flex-direction: column;}
    main .section05 .box .step{max-width: 100%;}
    main .section05 .box .step ul li em{width:34px;height:34px;font-size: 16px;}
    main .section05 .box .step ul li h3{font-size:21px;}
    main .section05 .box .step ul li p{font-size:16px;}
    main .section05 .box .step ul li i{margin-top:20px;width:50px;}
    main .section05 .box .slide{max-width:100%;}
    main .section05 .box .slide .swiper-slide figure img{width:100%;}
    main .section05 .box .slide .swiper-pagination{margin-top:30px;}
    main .section05 .box .slide .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;}
    main .section05 .box .slide .swiper-pagination .swiper-pagination-bullet-active{width:24px;height:24px;}

    main #section06 .box .txt-box h3{font-size:34px;}
    main #section06 .box .slide-box .swiper-slide{width:310px;height:410px;}
    main #section06 .box .txt-box .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;}
    main #section06 .box .txt-box .swiper-pagination .swiper-pagination-bullet-active{width:24px;height:24px;}

    main .section07 .form-box .field-row .col .label span{font-size:16px;}
    main .section07 .form-box .field-row .col .radio-group2{flex-wrap: wrap;}
    main .section07 .form-box .field-row .col .field select{height:46px;font-size:16px;}
    main .section07 .form-box .field-row .col .field input[type="text"],
    main .section07 .form-box .field-row .col .field input[type="tel"],
    main .section07 .form-box .field-row .col .field input[type="number"],
    main .section07 .form-box .field-row .col .field input[type="password"],
    main .section07 .form-box .field-row .col .field input[type="email"],
    main .section07 .form-box .field-row .col .field input[type="date"]{height:46px;font-size:16px;}

    main .section08{padding:80px 20px;}
    main .section08 .tab-box{margin-top:50px;}
    main .section08 .tab-box a{font-size:18px;}
    main .section08 .tab-box button{font-size:18px;}
}

@media all and (max-width:960px) {
    main .main-hgroup h2{font-size: 34px;word-break: keep-all;}
    main .section01 .txt-box h3{font-size:20px;}
    main .section01 .txt-box h2{font-size:32px;}
    main .section01 .txt-box p{font-size:16px;}

    main .section02 .slide-box{margin-top:50px;}
    main .section02 .slide-box .swiper-slide{width:310px;margin:0 10px;}
    main .section02 .slide-box .swiper-slide.swiper-slide-active{width:540px;}
    main .section02 .slide-box .swiper-slide .img-box{width:310px;}
    main .section02 .slide-box .swiper-slide .txt-box{padding:0 20px;width: calc(100% - 310px);}
    main .section02 .slide-box .swiper-slide .txt-box h3{font-size:32px;}

    main .section03 .box .info-box{padding:15px;border-radius: 15px;}
    main .section03 .box .info-box .top-cont h3{font-size: 20px;height:50px;border-radius: 15px 15px 0 0;}
    main .section03 .box .info-box .top-cont .txt1{padding:20px;}
    main .section03 .box .info-box .top-cont .txt1 em{font-size:16px;height:30px;}
    main .section03 .box .info-box .top-cont .txt1 em:before{width:20px;height:39px;}
    main .section03 .box .info-box .top-cont .txt1 em:after{width:20px;height:39px;}
    main .section03 .box .info-box .top-cont .txt1 h4{font-size: 20px;}
    main .section03 .box .info-box .bottom-cont ul li{font-size:16px;}
    main .section03 .box .info-box .bottom-cont ul li em{font-size:16px;line-height: 30px;}

    main .section07{padding:80px 20px;}
    main .section07 .form-box{padding-top:30px;}
    main .section07 .form-box .field-row{flex-direction: column;gap:20px;border:0;padding:0;}
    main .section07 .form-box .field-row + .field-row{margin-top:20px;border-top:0;}
    main .section07 .form-box .policy-box{margin-top:30px;}


}

/* mobile */
@media all and (max-width:768px) {
    main{padding-top:85px;}
    main .main-hgroup h2{font-size: 30px;line-height: 1.33;letter-spacing: -0.6px;color: #202020;word-break: keep-all;}
    main .main-hgroup p{font-size:18px;word-break: keep-all;}
    main .section01{height:auto;padding:175px 0 178px;}
    main .section01 .layout{flex-direction: column;gap:50px;}
    main .section01 .ob1{display: none;}
    main .section01 .ob2{display: none;}
    main .section01 .m-obj{display: block;}
    main .section01 .m-ob1{top:0;left:0;}
    main .section01 .m-ob2{bottom:0;left:0;}
    main .section01 .m-ob3{bottom:0;right:0;}
    main .section01 .txt-box h3{margin-top:10px;}
    main .section01 .txt-box h2{word-break: keep-all;}
    main .section01 .txt-box h2 br{display: none;}
    main .section01 .txt-box p{margin-top:20px;}

    main .section02 .main-hgroup h2{}
    main .section02 .main-hgroup h2 br{display: none;}
    main .section02 .slide-box{margin-top:40px;}
    main .section02 .slide-box .swiper-slide.swiper-slide-active{width:310px;}
    main .section02 .slide-box .swiper-slide .inner{flex-direction: column;gap:30px;}
    main .section02 .slide-box .swiper-slide .img-box{width:310px;}
    main .section02 .slide-box .swiper-slide .img-box i{font-size:71px;top:16px;right:9px;}
    main .section02 .slide-box .swiper-slide .txt-box{padding:0;width: 100%;position: relative;right: initial;left: 0;opacity: 1;}
    main .section02 .slide-box .swiper-slide .txt-box h3{font-size:28px;margin-top:10px;word-break: keep-all;}
    main .section02 .slide-box .swiper-slide .txt-box h3 br{display: none;}
    main .section02 .slide-box .swiper-slide .txt-box p{margin-top:20px;font-size:18px;}

    main .section-info{background: url(/_public/images2/main/section_info_bg.png) top left no-repeat;background-size: cover;}

    main .section03 .main-hgroup i{width:78px;}
    main .section03 .box .info-box .top-cont h3{font-size: 18px;height:40px;}
    main .section03 .box .info-box .top-cont h3 span{width:30px;}
    main .section03 .box .info-box .bottom-cont{padding:0 15px;}
    main .section03 .box .info-box .bottom-cont ul li{line-height:normal;padding: 12px 0;word-break: keep-all;}
    main .section03 .box .info-box .bottom-cont ul li em{font-size:15px;line-height: 28px;}
    .main-section03 main .section03 .box .go-step{animation: none;}

    main .section04 .box{padding:20px;border-radius: 0;}
    main .section04 .box:before{right:40px;top:-46px;width:50px;height:46px;}
    main .section04 .box .inner-box .thead li{height:40px;padding:0 20px;}
    main .section04 .box .inner-box .thead li > div{font-size: 16px;}
    main .section04 .box .inner-box .thead li .col1{width:25%;}
    main .section04 .box .inner-box .thead li .col2{width:75%;padding-right: 52px;}
    main .section04 .box .inner-box .thead li .col2 span{width:30%;padding:0;text-align: center;}
    main .section04 .box .inner-box .tbody{padding:20px;}
    main .section04 .box .inner-box .tbody li{height:auto;padding:10px 0;}
    main .section04 .box .inner-box .tbody li > div{font-size:14px;word-break: keep-all;}
    main .section04 .box .inner-box .tbody li .col1{width:25%;}
    main .section04 .box .inner-box .tbody li .col2{width:75%;}
    main .section04 .box .inner-box .tbody li .col2 .txt{font-size:14px;margin:0;}
    main .section04 .box .inner-box .tbody li .col2 .txt:before{display: none;}
    main .section04 .box .inner-box .tbody li .col2 .txt em{font-size:14px;width:70%;text-align: center;padding:0 20px;word-break: keep-all;}
    main .section04 .box .inner-box .tbody li .col2 .txt strong{font-size:14px;width:30%;padding:0;text-align: center;word-break: auto-phrase;}
    main .section04 .box .inner-box .tfoot li{height:70px;}
    main .section04 .box .inner-box .tfoot li span{font-size:18px;}
    main .section04 .box .inner-box .tfoot li strong{font-size:24px;}
    main .section04 .box .txt{font-size:14px;margin-top:10px;}

    main .section05 .box{margin-top: 26px;gap:40px;}
    main .section05 .box .step ul{gap:10px;flex-wrap: wrap;}
    main .section05 .box .step ul li{width:calc(50% - 5px);padding:20px 10px;}
    main .section05 .box .step ul li:nth-child(1){order:1;}
    main .section05 .box .step ul li:nth-child(2){order:2;}
    main .section05 .box .step ul li:nth-child(3){order:4;}
    main .section05 .box .step ul li:nth-child(4){order:6;}
    main .section05 .box .step ul li:nth-child(5){order:5;}
    main .section05 .box .step ul li:nth-child(6){order:3;}
    main .section05 .box .step ul li em{width:29px;height:29px;font-size:14px;}
    main .section05 .box .step ul li i{margin-top: 10px;width:30px;}
    main .section05 .box .step ul li h3{font-size:16px;margin-top:20px;word-break: auto-phrase;text-align: center;}
    main .section05 .box .step ul li p{font-size:14px;margin-top:5px;}
    main .section05 .box .step ul li:before{height:2px;width:10px;right: -11px;}
    main .section05 .box .step ul li:nth-child(2):before{width: 2px;height: 10px;left: 50%;transform: translateX(-50%);bottom: -11px;top: initial;}
    main .section05 .box .step ul li:nth-child(3):before{display:block;height:2px;width:10px;left: -11px;right:initial;}
    main .section05 .box .step ul li:nth-child(6):before{width: 2px;height: 10px;left: 50%;transform: translateX(-50%);bottom: -11px;top: initial;}
    main .section05 .box .step ul li:nth-child(4):before{display: none;}
    main .section05 .box .slide .swiper-slide figure figcaption{padding-bottom: 30px;}
    main .section05 .box .slide .swiper-slide figure figcaption strong{font-size: 20px;}
    main .section05 .box .slide .swiper-slide figure figcaption span{font-size:16px;}

    main #section06 .box .txt-box h3{font-size:32px;}
    main #section06 .box .slide-box .swiper-slide{margin:0 5px;}

    main .section07 .form-box{margin-top:50px;}
    main .section07 .form-box .field-row .col{flex-direction: column;gap:5px;}
    main .section07 .form-box .field-row .col .label{width:100%;}
    main .section07 .form-box .field-row .col .field{width:100%;}
    main .section07 .form-box .policy-box .policy-txt{padding:10px;font-size: 14px;}
    main .section07 .form-box .button-box button{height:50px;font-size: 18px;}

    main .section08 .tab-box button{font-size:16px;}
    main .section08 .tab-box a{font-size:16px;}
    main .section08 .tab-cont .faq-box dl dt{padding:22px 32px;}
    main .section08 .tab-cont .faq-box dl dt:before{left:10px;}
    main .section08 .tab-cont .faq-box dl dt:after{width: 16px;height: 9px;top:28px;right:10px;}
    main .section08 .tab-cont .faq-box dl dd{padding:22px 32px;}
    main .section08 .tab-cont .bbs-box dl dd:before{left:10px;}
    main .section08 .tab-cont .bbs-box dl dt{padding:22px 32px 22px 10px;}
    main .section08 .tab-cont .bbs-box dl dt:after{width: 16px;height: 9px;top:28px;right:10px;}
    main .section08 .tab-cont .bbs-box dl dd{padding:22px 32px 22px 10px;}



}

/* mobile */
@media all and (max-width:460px) {
    main .section07 .form-box .field-row .col .radio-group2 .radio-type1{width:calc(50% - 5px);}
    main .section07 .form-box .field-row .col .radio-group2 .radio-type1 label{padding:0;}
    main .section07 .form-box .field-row .col .input-box{flex-wrap: wrap;}
    main .section07 .form-box .field-row .col .input-box select{width:calc(50% - 5px);}
    main .section07 .form-box .field-row .col .input-box{flex-wrap: wrap;}
    main .section07 .form-box .policy-box .chk-box{justify-content: flex-start;}
    main #section06 .box .slide-box .swiper-slide p span{font-size:12px;}

    main .section08 .tab-box{gap:17px;}
}