
html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#A50105;
}

.bg_gray {
    background:#f9f9f9;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt60 {
    margin-top: 60px!important;
}
.pb80 {
    padding-bottom: 80px!important;
}
.btn_more {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background:#EF5000;
    margin:50px auto 0;
}
.btn_more.type2 {
    margin:40px 0;
}
.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
}
.btn_more > a > p {
    margin-right: 70px;
    transition: all .4s;
}
.btn_more > a:hover  p {
    margin-right: 55px;
}
.btn_more > a > span {
    font-weight: 100!important;
}


.tit {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    word-break: keep-all;
    text-align: center;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 12px;
    line-height: 26px;
    word-break: keep-all;
    text-align: center;
}
.s_tit2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    color:#3D7ABD;
}
.s_tit3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.s_tit {
    font-size: 30px;
    font-weight: 700;
    margin-top: 18px;
}
.s_tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 20px;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:#000;
    background-size:cover;
    height: 500px;
    margin-top: 155px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .5s both!important;
    margin-top: 10px;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    animation : text 1s .2s both!important;
}

.sub_tit {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.sub_tit2 {
    font-size: 30px;
    margin-top: 60px;
    font-weight: 700;
    color:#27983B;
    text-align: center;
}
.sub_tit3 {
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
}
.sub_tit4 {
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
}
.sub_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 26px;
}
.smenu_wrap {
    border-bottom:1px solid #ddd;
    background:#000;
}
.smenu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin:0 auto;

}
.smenu > li {
    width: 50%;
    height: 60px;
    position: relative;
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    border-bottom:2px solid #EF5000;
}
.smenu > li.active a {
    color:#EF5000;
    font-weight: 700;
}
.smenu > li > a {
    font-size: 18px;
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
}
.sub02_cate {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.sub02_cate > li {
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    margin-right: 10px;
}
.sub02_cate > li.active {
    background:#0B1F3A;
}
.sub02_cate > li.active > a {
    color:#fff;
}
.sub02_cate > li:last-child {
    margin-right: 0;
}
.sub02_cate > li > a {
    display: block;
    text-align: center;
    line-height: 60px;
}
.sub_section {
    padding:100px 0;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    max-width: 1280px;
    width: 100%;
    margin: 60px auto;
}
.inner {
    max-width: calc(100% - 200px);
    margin:0 auto;

}
.inner.type2 {
    max-width: 1440px;
    width: 100%;
    margin:0 auto;
}
.inner3 {
    max-width: 640px;
    width: 100%;
}
.inner4 {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.section {
    padding-top: 100px;
}
.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#A50105;
    text-transform: uppercase;
}
.brand_tit {
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}
.brand_desc {
    font-size: 20px;
    font-weight: 300;
    color:#666;
    margin-top: 30px;
    line-height: 26px;
}
.br_pc {
    display: block;
}
.br_m {
    display: none;
}
.b_font {
    
}
.b_color {
    color:#EF5000;
}
.b_color2 {
    color:#05C2BA;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    height: 100px;
    background:#fff
}

.logo {
    width: 276px;
    height: 64px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin:18px auto;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .header.active .logo{
    width: 122px;
    height: 45px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
} */

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,.8);
    gap: 200px;
}

.nav > li {
    position: relative;
    height: 55px;
}

.nav > li > a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 100%;
    color:#fff;
    height: 55px;
    line-height: 55px;
}
.nav > li:hover a:hover {
    color:#EF5000!important;
}
.header.active .nav > li > a {
}

.nav > li.active {
    position: relative;
}


.nav > li:last-child {
    margin-right: 0;
}

.tac {
    text-align: center;
}
.nav > li.active > .snb {
    display: block;
}

.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:0;
    position: absolute;
    top:55px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height:normal;
    transition: all .4s;
}

.tac {
    text-align: center;
}
.nav > li.active > .snb {
    display: block;
}

.snb > li {
    margin-bottom: 20px;
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    font-family: 'pretendard',sans-serif;
    color:#666;
    font-size: 16px;
    font-weight: 300;
}

.ico_top {
    height: 100%;
    display: flex;
    align-items: center;
}
.ico_top > li {
    width: 40px;
    aspect-ratio: 1/1;
    background:#ddd;
    margin-right: 10px;
}
.ico_top > li.img01 {
    background:url('../img/ico_instagram.png') center no-repeat; background-size:contain;
}
.ico_top > li.img02 {
    background:url('../img/ico_blog.png') center no-repeat; background-size:contain;
}
.ico_top > li.img03 {
    background:url('../img/ico_chat.png') center no-repeat; background-size:contain;
}
.ico_top > li:last-child {
    margin-right: 0;
}
.ico_top > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
/* 메인배너 */
video { width: 100%; height:100%; object-fit: cover; }

.video_wrap {
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,.5);
    z-index: 99;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.video_wrap > .txt_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_wrap > .txt_wrap > h3 {
    display: inline-block;
    font-size: 26px;
}
.video_wrap > .txt_wrap > h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 12px;
}

.main_banner {
    height: calc(100% - 100px);
    color:#fff;
    text-align: center;
    overflow: hidden;
    margin-top: 100px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .txt_wrap {
    color:#fff;
    text-align: center;
}

.mySwiper .swiper-slide > .txt_wrap > h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

.mySwiper .swiper-slide > .txt_wrap > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
}

.mySwiper .swiper-slide-active .txt_wrap > h3 {
    animation : text 1s .4s both;
}

.mySwiper .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s .8s both;
}
/* 메인배너 --*/

/* msec_01 */
.product_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.product_wrap > li {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    
    
}
.product_wrap > li > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.img_product {ㄴ
    width: 100%;
    aspect-ratio: 1/.75;
    background:#ddd;
    transition: all .4s;
}
.img_product.img01 {background:url('../img/img_product01.png') center no-repeat;background-size:cover;}
.img_product.img02 {background:url('../img/img_product02.png') center no-repeat;background-size:cover;}
.img_product.img03 {background:url('../img/img_product03.png') center no-repeat;background-size:cover;}
.img_product.img04 {background:url('../img/img_product04.png') center no-repeat;background-size:cover;}
.img_product.img05 {background:url('../img/img_product05.png') center no-repeat;background-size:cover;}
.img_product.img06 {background:url('../img/img_product06.png') center no-repeat;background-size:cover;}
.img_product:hover {
    transform:scale(1.1);
}

.product_wrap > li > a > h2 {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 30px;
    font-weight: 700;
    color:#fff;
}
/* msec_01 */

/* msec_02 */
.process_wrap {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 50px;
}
.process_wrap > li {
    width: 25%;
    position: relative;
}
.process_wrap > li:after {
    content:"";
    width: 1px;
    height: 140px;
    background:#ddd;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}.process_wrap > li:last-child::after {
    display: none;
}
.ico_process {
    width: 100px;
    aspect-ratio: 1/1;
    background:#ddd;
    margin:0 auto;
}
.ico_process.img01 {background:url('../img/ico_process01.png') center no-repeat;background-size:cover;}
.ico_process.img02 {background:url('../img/ico_process02.png') center no-repeat;background-size:cover;}
.ico_process.img03 {background:url('../img/ico_process03.png') center no-repeat;background-size:cover;}
.ico_process.img04 {background:url('../img/ico_process04.png') center no-repeat;background-size:cover;}
.ico_process.img05 {background:url('../img/ico_process05.png') center no-repeat;background-size:cover;}

.process_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
}
.process_wrap > li > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
    word-break: keep-all;
    line-height: 24px;
}
/* msec_02 */

/* msec_03 */
.msec_03 {
    padding-bottom: 100px;
}
.port_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.port_btn_wrap > li {
    width: 160px;
    height: 50px;
    background:#fff;
    border-radius: 30px;
    border:1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.port_btn_wrap > li.active {
    background:#041D79;
    border:1px solid #041D79;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
}
.port_cont {
    display: none;
}
.port_cont.active {
    display: block;
}
/* msec_03 */


/* msec_04 */
.msec_04 {
}
.contact_wrap {
    display: flex;
    justify-content: center;
}
.contact_wrap > div {
    width: 50%;
    padding:100px 0;
    
}
.contact_wrap > div > .inner3 {
    height: auto;
    position: relative;
    max-height: 1254px;
    height: 100%;
}
.contact_wrap > div > .inner3 > .txt_wrap {
    position: sticky;
    top: 200px;
    left: 0;
}
.contact_wrap > div:first-child {
    background:#041D79;
    position: relative;
}
.contact_wrap > div:last-child {
    background:#F2F3F5;
}
.contact_wrap > div:last-child > .inner3 {
    padding-left: 60px;
    
}

.contact_wrap > div:first-child > .inner3 {
    float: right;
    color:#fff;
}
.contact_wrap > div:first-child > .inner3  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.contact_wrap > div:first-child > .inner3  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 12px;
}
.contact_wrap > div:first-child > .inner3  p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 30px;
}
.contact_wrap > div:first-child > .inner3  .logo3 {
    max-width: 565px;
    width: 100%;
    aspect-ratio: 1/0.7734513274336283;
    background:url('../img/logo4.png') center no-repeat;
    background-size:contain;
    margin-top: 40px;
}
/* msec_04 */


/* sub1_1 */
.sub_img {
    margin-top: 0px;
}
.map {
    margin-top: 50px;
}
.map_info {
    max-width: 1280px;
    width: 100%;
    margin:40px auto 0;
    background:#041D79;
    padding:50px 60px;
}
.map_info > h2 {
    font-size: 30px;
    font-weight: 700;
    color:#fff;
}
.map_cont {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.map_cont > li.type2 {
    width: calc(50% - 20px);
    margin-bottom: 20px;
}
.map_cont > li {
    width: calc(33.33% - 20px);
    display: flex;
    align-items: center;
}
.ico_map {
    width: 80px;
    aspect-ratio: 1/1;
    background:red;
    margin-right: 8px;
}
.ico_map.img01 {background:url('../img/ico_map01.png') center no-repeat;background-size:contain;}
.ico_map.img02 {background:url('../img/ico_map02.png') center no-repeat;background-size:contain;}
.ico_map.img03 {background:url('../img/ico_map03.png') center no-repeat;background-size:contain;}
.ico_map.img04 {background:url('../img/ico_map04.png') center no-repeat;background-size:contain;}
.ico_map.img05 {background:url('../img/ico_map05.png') center no-repeat;background-size:contain;}
.map_cont > li > .info {
    color:#fff;
}
.map_cont > li > .info > h2 {
    font-size: 20px;
    font-weight: 700;
}
.map_cont > li > .info > p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 8px;
}
/* sub1_1 */


/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    top: 350px;
    right: 10px;
}
.q_menu > li {
    width: 70px;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}


.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 30px;
    height: 30px;
    background:#6E0E10;
    margin: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_qmenu01.png') center no-repeat;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
}
.ico_qmenu.img03 {
    background:url('../img/ico_qmenu03.png') center no-repeat;
}
.ico_qmenu.img04 {
    background:url('../img/ico_qmenu04.png') center no-repeat;
}
.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}


.login_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    display: flex;
}

.login_wrap > li {
    margin-right: 4px;    
}
.login_wrap > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color:#888;
    font-size: 14px;
    padding:8px 24px;
    border-radius: 30px;
    border:1px solid #ddd;
}
.phone_btn {
    background:#B93B7B;
    border-radius: 30px;
}
.phone_btn > a {
    display: flex!important;
    align-items: center;
    border:1px solid #B93B7B!important;
    color:#fff!important;
    font-size: 14px;
    font-weight: 700;
}
.phone_btn > a > span {
    margin-right: 6px;
}

.m_nav_btn,
.m_nav_wrap {
    display: none;
}

footer {
    padding:60px 0px;
    background:#000;
}
footer > .inner {
    display: flex;
    align-items: center;
    position: relative;
}
footer .logo {
    width: 262px;
    height: 60px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
    margin:unset;
    margin-right: 30px;
}


.footer_info > p {
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
    color:#ccc;
}

.number_wrap {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color:#fff;
}
.number_wrap > h3 {
    font-size: 20px;
}
.number_wrap > h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 1px;
}
.number_wrap > p {
    font-size: 16px;
    margin-top: 12px;
    color:#CCCCCC;
}






/* 입단 및 무료체험문의 */

.privacy {
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    height: 60px;
    overflow-y: scroll;
    margin-top: 24px;
    border:1px solid #ddd;
    padding:30px 20px;
    background:#f9f9f9;
}
.privacy_box.type2 {
    height: auto;
    overflow-y: unset;
    margin-top: 24px;
    border:1px solid #ddd;
    padding:30px 20px;
    background:#f9f9f9;
}
.privacy_box > h2 {
    font-size: 20px;
    font-weight: 700;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.full_inq {
    display: flex;
    justify-content: space-between;
}
.full_inq > .inquiry_01,
.full_inq > .inquiry_02 {
    width: 100%;
}
.inquiry_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.inquiry_list > li {
    display: flex;
    margin-bottom: 14px;
}
.half_inq {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.half_inq2 {
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
}
.full_inq {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.inquiry_01 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}
.inquiry_01 > h2 {
    display: inline-block;
    position: relative;
}
.inquiry_01 > h2:after {
    content:"";
    width: 6px;
    height: 6px;
    background:url('../img/star_ico.png') center no-repeat;
    background-size:contain;
    position: absolute;
    top: 10px;
    right: -10px;
}
.inquiry_01 > h2.no_req:after {
    display: none!important;
}
.inquiry_02 {
    height: 40px;
    width: 100%;
    margin-top: 12px;
}
.frm_file {
    
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 40px;
    border:0;
    padding-left:20px;
    border:1px solid #ddd;
    font-size: 14px;
    color:#000!important;
}

.fr-con.phone {
    display: flex;
    justify-content: space-between;
}

.phone_number {
    width: calc(33% - 10px)!important;
    border:1px solid red!important;
}

.fr-con.mail {
    display: flex;
}
.fr-con.mail > span {
    line-height: 50px;
    margin:0 10px;
}

.inquiry_con {
    /* display: none!important; */
    height: 240px;

    
}
.inquiry_con2 {
    height: 500px!important;
}
.inquiry_con > .inquiry_02 {
    height: 200px!important;
}

.check2 {
    width: 100%;
    height: 80px;
    background:#f6f6f6;
    padding:13px 30px;
    display: flex;
    justify-content: space-between;
}
.check2_img {
    width: 54px;
    height: 54px;
    background:url('../img/check2_img.png') center no-repeat;
}
.check2_info {
    width: 629px;
}
.check2_info > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 10px;
}



.form-box {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:0px;
}

.form-box .form-con ul li {
    
}

.form-box .form-con ul li .fr-con {
    width: 100%;
    height: 100%;
}





.form-box .form-con ul li .fr-con .text-box {
    diaplay: table;
    width: 100%;
    height: 65px;
}

.form-box .form-con ul li .fr-con .text-box input {
    width: 34%;
    float: left;
    margin-left: 1%;
}

.form-box select {
    background:#fff;
    width: 100%;
    height: 54px;
    border:0;
    padding-left:20px;
    border:1px solid #ddd;
    font-size: 16px;
    color:#666;
}

.select2 {
    border:1px solid #ddd;
    padding:0 18px;
    font-size: 14px!important;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#fff;
    padding:20px;
    resize: none;
    font-size: 14px;
}

.form-box .form-con .provision {
    display: table;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}

.form-box .form-con .provision label {
    cursor: pointer;
    font-weight: 300;
}

.form-box .form-con .provision label input {
    width: 20px;
    height: 20px;
}

.form-box .form-con .provision label span {
    vertical-align: -2px;
    margin-left: 5px;
}

.form-box .form-con .provision a {
    padding: 0 15px;
    line-height: 65px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

.form-box .receive-btn {
    width: 100%;
    height: 60px;
    margin: 0px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #041D79 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}

select {
    font-size: 16px;
}



.brand_site {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brand_site > li {
    width: calc(10% - 20px);
    aspect-ratio: 1/.4;
    background:#ddd;
    margin-bottom: 20px;
}

.familysite {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    float: right;
    height: 40px;
    width: 240px;
}
.familysite select {
    float: right;
    width: 240px;
    height: 40px;
    BACKGROUND:#C8C0A2;
    font-size: 14px;
    color:#5B512B;
    border-radius: 5px;
    padding-left: 10px;
    border:1px solid #C8C0A2;
}
option {padding:5px 0;}
.familysite select option {
    height: 100px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0;
}




.qa_table {
    width: 100%;
    margin-top: 20px;
}
.qa_table .td1 {
    background:#f9f9f9;
}
.qa_table td {
    padding:20px;
    font-size: 18px;
    border:1px solid #ddd;
}

.img_sub_wrap {
    display: flex;
    justify-content: space-between;
    background:#fff;
    border:1px solid #ddd;
    border-radius: 10px;
    padding:18px 40px;
    font-size: 18px;
}
.img_sub_wrap > h3 {
    font-weight: 700;
}
.swiper-slide.project {
    margin-bottom: 20px;
}

.checkbox-group {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 18px;
    }

    .checkbox-item {
      display: flex;
      align-items: center;
    }

    .checkbox-item input[type="checkbox"] {
      margin-right: 8px;
      width: 20px;
      height: 20px;
    }
