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;
}


.btn_mun {
    width: 180px;
    height: 50px;
    background:#7D9AB2;
}
.btn_mun > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 100;
    color:#fff;
    text-align: center;
    line-height: 50px;

}
.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: 250px;
    height: 55px;
    background: #D52724;
    margin-top: 40px;
}


.btn_more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    position: relative;
}
.btn_more > a:after {
    content:"";
    width: 96%;
    height: 49px;
    bordeR:1px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn_more > a > p {
    margin-right: 30px;
    transition: all .4s;
}
.btn_more > a:hover  p {
    margin-right: 55px;
}
.btn_more > a > span {
    font-weight: 100!important;
} */

.btn_more {
    width: 250px;
    height: 55px;
    margin-top: 40px;
    color: #fff;
    background:url('../img/btn_bg2.png') center no-repeat;
    background-size:contain;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
}

.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    
    background:#7A7A7A;
}
.bar2 {
    width: 60px;
    height: 4px;
    background:#A50105;
    margin:26px auto 0;
}

.tit {
    font-size: 36px;
    font-weight: 700;
    color:#000;
    margin-top: 10px;
}
.tit2 {
    font-size: 20px;
    font-weight: 700;
    color:#D52724;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#000;
    margin-top: 14px;
    line-height: 26px;
    word-break: keep-all;
}

.s_tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
}
/* .s_tit:after {
    content:"";
    width: 40px;
    height: 4px;
    background:#A50105;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
} */
.s_tit_desc {
    font-size: 18px;
    color:#666;
    line-height: 26px;
    margin-top: 16px;
    text-align: center;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 500px;
    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 .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
    animation : text 1s .4s 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;
}
.smenu {
    max-width: 1280px;
    display: flex;
    width: 100%;
    margin:0 auto;

}
.smenu > li {
    width: 50%;
    height: 60px;
    background:#fff;
    position: relative;
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li.active {
    border-bottom:2px solid #A50105;
}
.smenu > li.active a {
    color:#A50105;
    font-weight: 700;
}
.smenu > li > a {
    font-size: 18px;
    color:#666;
    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:80px 0;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    margin-top: 80px;
    margin-bottom: 120px;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.inner2 {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.section {
    height: 100%;
    position: relative;
}
.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_color {
    color:#A50105;
}
.b_color2 {
    color:#05C2BA;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    height: 100px;    
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.active {
    background:#fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}

.logo {
    width: 245px;
    height: 46px;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
}
.header.active .logo {
    width: 245px;
    height: 46px;
    background:url('../img/logo2.png') center no-repeat;
    background-size:contain;
}
.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    position: relative;
    width: 150px;
    height: 100%;
    line-height: 100px;
    transition: all .4s;
    text-align: center;
}

.nav > li > a {
    font-size: 18px;
    font-weight: 600;
    display: inline;
    height: 100%;
    width: 100%;
    color:#fff;
    position: relative;
    padding:10px 0 2px 0;
}

.header.active .nav > li > a {
    color:#000!important;
}
.nav > li > a:after {
    content: '';
    display: inline;
    position: absolute;
    background: #000;
    height: 1px;
    width: 0%;
    border-radius: 2px;
    bottom: 0px;
    left: 0;

    transition: 0.7s;
} 
.nav > li:hover > a {
    color:#A50105;
}
.nav > li:hover > a:after {
    width: 100%;
    height: 1px;
    

}

.nav.sub > li > a {
    color:#000;
    
}



.nav > li:last-child {
    margin-right: 0;
}


.snb {
    display: none;
    padding:20px;
    width: 200px;
    border:1px solid #ddd;
    background:#fff;
    border-top:0;
    position: absolute;
    top:100px;
    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;
}

/* 메인배너 */
.main_banner {
    height:100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}
.mySwiper {}
.mySwiper .swiper-button-next {
    right: 100px!important;
} 
.mySwiper .swiper-button-prev {
    left: 100px!important;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    color:#fff!important;
}
.mySwiper .swiper-pagination {
    bottom: 50px!important;
}
.mySwiper .swiper-pagination-bullet {
    background:#fff!important;
}

.mySwiper .swiper-pagination-bullet-active {
    background:red!important;
}
.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper .swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}
.mySwiper .swiper-slide > .txt_wrap {
    color:#fff;
    text-align: center;
    margin:20% auto;
}

.mySwiper .swiper-slide > .txt_wrap > h2 {
    
    font-size: 50px;
    font-weight: 700;
    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 > h2 {
    animation : text 1s .4s both;
}

.mySwiper .swiper-slide-active .txt_wrap > p {
    animation : text 1s .6s both;
}
.mySwiper .swiper-slide-active .txt_wrap > .btn_more {
    animation : text 1s .8s both;
}
/* 메인배너 --*/

/* msec_01 */
.msec_01 {
    background:url('../img/msec01_bg.png') center no-repeat;
    background-size:cover;
    padding: 0;
    
}
.msec_01 .tit,
.msec_01 .tit2,
.msec_01 .tit_desc {
    text-align: left;
}
.msec_01 .tit2 {
    margin-top: -250px;
}
.msec_01 .tit,
.msec_01 .tit_desc {
    color:#fff;
}
.img_brand {
    position: absolute;
    right: 0;
    bottom: -300px;
    max-width: 597px;
    width: 100%;
    aspect-ratio: 1/0.2230320699708455;
    background:url('../img/img_brand.png') center no-repeat;
    background-size:contain;
}
/* msec_01 */

/* msec_02 */
.msec_02 {
}
.item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.item_wrap > li {
    width: calc(50% - 20px);
    background:#303030;
    margin-bottom: 40px;
    display: flex;
    position: relative;
}
.item_wrap > li:nth-child(3),
.item_wrap > li:nth-child(4) {
    margin-bottom: 0;
}
.item_wrap > li > .txt_box {
    padding:30px 20px;
    color:#fff;
}

.item_wrap > li > .txt_box > h2 {
    font-size: 22px;
    font-weight: 500;
}
.item_wrap > li > .txt_box > p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
    color:#999;
}
.ico_trust {
    width: 194px;
    height: 194px;
    background:#1D1D1D
}
.txt_box.type2 {
    padding:60px 20px!important;
}
.txt_box.type2 > p {
    margin-top: 0px!important;
}
.ico_trust.img01 {background:url('../img/ico_trust01.png') center no-repeat;background-size:contain;}
.ico_trust.img02 {background:url('../img/ico_trust02.png') center no-repeat;background-size:contain;}
.ico_trust.img03 {background:url('../img/ico_trust03.png') center no-repeat;background-size:contain;}
.ico_trust.img04 {background:url('../img/ico_trust04.png') center no-repeat;background-size:contain;}


/* msec_02 */

/* msec_03 */
.msec_03 {
}
.product_wrap {
    margin-top: 60px;
}
.product_slide {
    padding:0 60px 50px!important;
}

.product_slide .img_product {
    width: 100%;
    aspect-ratio: 1/.75;
    background:#000;
}
.product_slide .swiper-button-next:after,
.product_slide .swiper-button-prev:after {
    content:""!important;
}
.product_slide .swiper-button-next,
.product_slide .swiper-button-prev {
    width: 40px;
    height: 40px;
    background:red!important;
    color:red!important;
    margin-top: -70px;
}
.product_slide .swiper-button-prev {
    background:url('../img/l_arrow.png') center no-repeat!important;
    background-size:contain!important;
}
.product_slide .swiper-button-next {
    background:url('../img/r_arrow.png') center no-repeat!important;
    background-size:contain!important;
}
.img_product.img01 {background:url('../img/img_product011.png') center no-repeat;background-size:contain;}
.img_product.img02 {background:url('../img/img_product022.png') center no-repeat;background-size:contain;}
.img_product.img03 {background:url('../img/img_product033.png') center no-repeat;background-size:contain;}
.img_product.img04 {background:url('../img/img_product044.png') center no-repeat;background-size:contain;}
.img_product.img05 {background:url('../img/img_product055.png') center no-repeat;background-size:contain;}
.img_product.img06 {background:url('../img/img_product066.png') center no-repeat;background-size:contain;}
.img_product.img07 {background:url('../img/img_product077.png') center no-repeat;background-size:contain;}
.img_product.img08 {background:url('../img/img_product088.png') center no-repeat;background-size:contain;}
.img_product.img09 {background:url('../img/img_product099.png') center no-repeat;background-size:contain;}
.img_product.img10 {background:url('../img/img_product100.png') center no-repeat;background-size:contain;}
.img_product.img11 {background:url('../img/img_product111.png') center no-repeat;background-size:contain;}

.swiper-pagination-bullet-active {
    background:red!important;
}
.product_slide h3 {
    font-size: 14px;
    font-weight: 600;
    color:#D0BC80;
    margin-top: 30px;
    text-align: center;
}
.product_slide h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
    text-align: center;
}
/* msec_03 */

/* msec_04 */
.msec_04 {
    background:url('../img/msec04_bg.png') center no-repeat;
    background-size:cover;
}
.msec_04 .tit {
    color:#fff;
}
.client_wrap {
    display: flex;
    margin-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
}
.client_wrap > li {
    width: calc(25% - 40px);
    aspect-ratio: 1/0.4166666666666667;
    background:red;
    margin-right: 50px;
    margin-bottom: 20px;
}
.client_wrap > li:nth-child(4n) {
    margin-right: 0;
}
.client_wrap > .img01 {background:url('../img/img_client01.png') center no-repeat;background-size:contain;}
.client_wrap > .img02 {background:url('../img/img_client02.png') center no-repeat;background-size:contain;}
.client_wrap > .img03 {background:url('../img/img_client03.png') center no-repeat;background-size:contain;}
.client_wrap > .img04 {background:url('../img/img_client04.png') center no-repeat;background-size:contain;}
.client_wrap > .img05 {background:url('../img/img_client05.png') center no-repeat;background-size:contain;}
.client_wrap > .img06 {background:url('../img/img_client06.png') center no-repeat;background-size:contain;}
.client_wrap > .img07 {background:url('../img/img_client07.png') center no-repeat;background-size:contain;}
.client_wrap > .img08 {background:url('../img/img_client08.png') center no-repeat;background-size:contain;}
.client_wrap > .img09 {background:url('../img/img_client09.png') center no-repeat;background-size:contain;}
.client_wrap > .img10 {background:url('../img/img_client10.png') center no-repeat;background-size:contain;}
.client_wrap > .img11 {background:url('../img/img_client11.png') center no-repeat;background-size:contain;}
/* msec_04 */

/* msec_05 */
.msec_05 {
    height: auto;
    padding:100px 0;
}
.map {
    margin-top: 60px;
}
.map_info {
    display: flex;
    margin-top: 40px;
    border-bottom:1px solid #ddd;
    padding-bottom: 40px;
}
.map_info > h2 {
    font-size: 26px;
    font-weight: 700;
    width: 20%;
}
.map_info > ul {
    width: 80%;
    display: flex;
}
.map_info > ul > li {
    width: 50%;
    margin-right: 0px;
}
.map_info > ul > li > ul {
    display: flex;
}
.map_info > ul > li > ul > li {
    width: 50%;
}
.map_info > ul > li > ul > li > h3 {
    font-size: 18px;
    font-weight: 700;
}
.map_info > ul > li > ul > li > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
.map_info > ul > li > h3 {
    font-size: 18px;
    font-weight: 700;
}
.map_info > ul > li > p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 12px;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
}
/* msec_05 */

/* msec_06 */
.msec_06 {
    height: auto!important;
    padding:150px 0;
}
/* msec_06 */



/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.q_menu > li {

    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    max-width: 100px;
    width: 100%;
    aspect-ratio: 1/1.97!important;
    background:url('../img/q01.png');
    background-size:contain;
}
.qmenu02 {
    background:#9A3032;
}
.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    width: 80px;
    height: 80px;
    background:#000000;
}
.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 {
    display: flex;
}

.login_wrap > li {
    margin-right: 10px;
}
.login_wrap > li > a {
    color:#fff;
}
.header.active .login_wrap > li > a {
    color:#000;
}


.m_nav_btn,
.m_nav_wrap {
    display: none;
}

footer {
    background:#000;
    padding:60px 0px;
    border-top:1px solid #ddd;
}
.f_menu {
    display: flex;
}
.f_menu > li {
    margin-right: 20px;
}
.f_menu > li > a {
    font-weight: 700;
    color:#fff;
}
footer > .inner > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color:#fff;
    margin-top: 30px;
}

footer > .inner > .copy {
    font-size: 14px;
    margin-top: 12px;
    color:#666;
}

footer > .inner > .copy > a {
    color:#666;
}






/* 입단 및 무료체험문의 */

.privacy {
    display: none;
}
.privacy > h2,
.inquiry_tit {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.inquiry_tit {
    margin: 50px 0;
}
.privacy_box {
    margin-top: 24px;
    border:1px solid #ddd;
    padding:15px;
}
.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;
}
.inquiry_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: calc(33.33% - 10px);
    display: flex;
    height: auto;
    margin-bottom: 12px;
    align-items: center;
    
}
.inquiry_01 {
    width: 26%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.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_02 {
    height: 60px;
    width: 100%;
}
.fr-con > input {
    background:#fff;
    width: 100%;
    height: 60px;
    border:1px solid #ddd;
    padding-left: 20px;
    font-size: 14px;
}

.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 {
    width: 100%!important;
    /* 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 {
    width: 100%;
    margin-top: 30px;
}
.form-box .form-con {
    width: 100%;
    
}

.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 {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
}

.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;
    font-family: 'Noto Sans KR', sans-serif;
}

.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: 250px;
    height: 55px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background:url('../img/btn_bg.png') center no-repeat;
    background-size:contain;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.form-box .receive-btn input:after {
    content:"";
    width: 100%;
    height: 55px;
    bordeR:1px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

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;
}
