
dy {
    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;
}
.bar {
    display: inline-block;
    width: 1px;
    margin:0 10px;
    height: 7px;    
    background:#7A7A7A;
}
.bar2 {
    width: 60px;
    height: 4px;
    background:#A50105;
    margin:26px auto 0;
}
.point {
    font-size: 44px;
    font-weight: 700;
    
}
.point2 {
    font-size: 16px;
    color:#666;
    line-height: 24px;
    word-break: keep-all;
    margin-top: 40px;
    text-align: center;
}
.point2.type2 {
    color:#aaa;
}
.tit2 {
    font-size: 30px;
    font-weight: 700;
    color:#245CBA;
    word-break: keep-all;
    text-transform: uppercase;
    text-align: center;
}
.tit {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    word-break: keep-all;
    text-align: center;
    margin-top: 10px;
}
.tit_desc {
    font-size: 22px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 32px;
    word-break: keep-all;
    text-align: center;
}

.s_tit {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.s_tit2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}
.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:#000;
    background-size:cover;
    height: 400px;
    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;
    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 {
    margin: 60px auto;
}
.inner {
    max-width: 1280px;
    margin:0 auto;
}
.inner.type2 {
    max-width: 100%;
    width: calc(100% - 200px);
    margin:0 auto;
}
.inner.type3 {
    max-width: 100%;
    width: calc(100% - 200px);
    margin:0 auto;
}
.section {
    
}
.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;
    padding:0 100px;
    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);
}


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

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

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

.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: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;
}

.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%;
}
/* 메인배너 */
.main_banner {
    height: 100%;
    color:#fff;
    text-align: center;
    overflow: hidden;
}
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    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;
    margin:20% auto;
}

.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 > 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 {
    margin-top: 30px;
}
.top_img_wrap {
    display: flex;
    justify-content: space-between;
}
.top_img_wrap > img {
    width: calc(50% - 5px);
}
.logo {
    margin-top: 30px;
}
.menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.menu_wrap.type2 {
    flex-wrap: nowrap;
}
.menu_wrap.type2 > li {
    width: calc(16.66% - 5px);
}
.menu_wrap > li {
    width: calc(33.33% - 5px);
    margin-bottom: 20px;
    text-align: center;
}
.menu_wrap > li > a >  h2 {
    margin-top: 20px;
}
/* msec_01 */

/* msec_02 */
.msec_02 {
    margin-top: 100px;
    padding: 100px 0;
    background:#f9f9f9;
}
.m_service_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.m_service_wrap > li {
    width: calc(33.33% - 20px);
    text-align: center;
}
.img_service {
    width: 90px;
    height: 90px;
    background:red;
    margin:0 auto;
}
.img_service.img01 {background:url('../img/img_service01.png') center no-repeat;background-size:contain;}
.img_service.img02 {background:url('../img/img_service02.png') center no-repeat;background-size:contain;}
.img_service.img03 {background:url('../img/img_service03.png') center no-repeat;background-size:contain;}
.m_service_wrap > li > h2 {
    font-size: 34px;
    margin-top: 30px;
    font-weight: 700;
}
.m_service_wrap > li > p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
    color:#666;
}
/* msec_02 */


/* sub1_1 */
.con1_1 {
    margin-top: 60px;
}
.con1_1_wrap {
    display: flex;
    justify-content: space-between;
}
.con1_1_img {
    max-width: 30%;
    width: 100%;
    aspect-ratio: 1/0.9261992619926199;
    background:url('../img/con1_1_img.jpg') center no-repeat;
    background-size:contain;
    margin-right: 40px;
}
.con1_1_cont {
    max-width: 65%;
    width: 100%;
}
.con1_1_cont > h2 {
    font-size: 30px;
    font-weight: 700;
    color:rgb(147, 5, 5);
}
.con1_1_cont > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 20px;
    color:#666;
}
.xica_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xica_wrap > li {
    width: calc(50% - 20px);
    margin-bottom: 80px;
}
.xica_wrap > li > h2 {
    font-size: 30px;
    font-weight: 700;
    color:rgb(147, 5, 5);
}
.xica_wrap > li > h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.xica_wrap > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    word-break: keep-all;
    margin-top: 10px;
}
/* sub1_1 */





/* sub1_2 */
.port_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.port_wrap > li {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
    text-align: center;
}
.port_wrap.type2 > li {
    text-align: left;
}
.port_wrap.type3 {

}
.port_wrap.type3 > li {
    width: calc(25% - 20px);

}
.port_wrap.type4 {
    justify-content: unset;
}
.port_wrap.type4 > li {
    width: calc(25% - 20px);
    margin-right: 20px;

}
.img_port,
.img_jangpan,
.img_bujaje {
    aspect-ratio: 1/.75;
    background:#ddd;
}
.port_wrap > li > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
}
.port_wrap > li > p {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 12px;
    word-break: keep-all;
}
.img_port.img01 {background:url('../img/port01.png') center no-repeat;background-size:cover;}
.img_port.img02 {background:url('../img/port02.png') center no-repeat;background-size:cover;}
.img_port.img03 {background:url('../img/port03.png') center no-repeat;background-size:cover;}
.img_port.img04 {background:url('../img/port04.png') center no-repeat;background-size:cover;}
.img_port.img05 {background:url('../img/port05.png') center no-repeat;background-size:cover;}
.img_port.img06 {background:url('../img/port06.png') center no-repeat;background-size:cover;}
.img_port.img07 {background:url('../img/port07.png') center no-repeat;background-size:cover;}
.img_port.img08 {background:url('../img/port08.png') center no-repeat;background-size:cover;}
.img_port.img09 {background:url('../img/port09.png') center no-repeat;background-size:cover;}
.img_port.img10 {background:url('../img/port10.png') center no-repeat;background-size:cover;}
.img_port.img11 {background:url('../img/port11.png') center no-repeat;background-size:cover;}
.img_port.img12 {background:url('../img/port12.png') center no-repeat;background-size:cover;}
.img_port.img13 {background:url('../img/port13.png') center no-repeat;background-size:cover;}
.img_port.img14 {background:url('../img/port14.png') center no-repeat;background-size:cover;}
.img_port.img15 {background:url('../img/port15.png') center no-repeat;background-size:cover;}
.img_port.img16 {background:url('../img/port16.png') center no-repeat;background-size:cover;}
.img_port.img17 {background:url('../img/port17.png') center no-repeat;background-size:cover;}
.img_port.img18 {background:url('../img/port18.png') center no-repeat;background-size:cover;}
.img_port.img19 {background:url('../img/port19.png') center no-repeat;background-size:cover;}
.img_port.img20 {background:url('../img/port20.png') center no-repeat;background-size:cover;}
.img_port.img21 {background:url('../img/port21.png') center no-repeat;background-size:cover;}
.img_port.img22 {background:url('../img/port22.png') center no-repeat;background-size:cover;}
.img_port.img23 {background:url('../img/port23.png') center no-repeat;background-size:cover;}
.img_port.img24 {background:url('../img/port24.png') center no-repeat;background-size:cover;}
.img_port.img25 {background:url('../img/port25.png') center no-repeat;background-size:cover;}
.img_port.img26 {background:url('../img/port26.png') center no-repeat;background-size:cover;}
.img_port.img27 {background:url('../img/port27.png') center no-repeat;background-size:cover;}
.img_port.img28 {background:url('../img/port28.png') center no-repeat;background-size:cover;}
.img_port.img29 {background:url('../img/port29.png') center no-repeat;background-size:cover;}
.img_port.img30 {background:url('../img/port30.png') center no-repeat;background-size:cover;}


.img_jangpan.img01 {background:url('../img/img_jangpan01.png') center no-repeat;background-size:cover;}
.img_jangpan.img02 {background:url('../img/img_jangpan02.png') center no-repeat;background-size:cover;}
.img_jangpan.img03 {background:url('../img/img_jangpan03.png') center no-repeat;background-size:cover;}
.img_jangpan.img04 {background:url('../img/img_jangpan04.png') center no-repeat;background-size:cover;}
.img_jangpan.img05 {background:url('../img/img_jangpan05.png') center no-repeat;background-size:cover;}
.img_jangpan.img06 {background:url('../img/img_jangpan06.png') center no-repeat;background-size:cover;}
.img_jangpan.img07 {background:url('../img/img_jangpan07.png') center no-repeat;background-size:cover;}
.img_jangpan.img08 {background:url('../img/img_jangpan08.png') center no-repeat;background-size:cover;}
.img_jangpan.img09 {background:url('../img/img_jangpan09.png') center no-repeat;background-size:cover;}
.img_jangpan.img10 {background:url('../img/img_jangpan10.png') center no-repeat;background-size:cover;}
img_jangpan.img11 {background:url('../img/img_jangpan11.png') center no-repeat;background-size:cover;}
.img_jangpan.img12 {background:url('../img/img_jangpan12.png') center no-repeat;background-size:cover;}
.img_jangpan.img13 {background:url('../img/img_jangpan13.png') center no-repeat;background-size:cover;}
.img_jangpan.img14 {background:url('../img/img_jangpan14.png') center no-repeat;background-size:cover;}
.img_jangpan.img15 {background:url('../img/img_jangpan15.png') center no-repeat;background-size:cover;}
.img_jangpan.img16 {background:url('../img/img_jangpan16.png') center no-repeat;background-size:cover;}
.img_jangpan.img17 {background:url('../img/img_jangpan17.png') center no-repeat;background-size:cover;}
.img_jangpan.img18 {background:url('../img/img_jangpan18.png') center no-repeat;background-size:cover;}
.img_jangpan.img19 {background:url('../img/img_jangpan19.png') center no-repeat;background-size:cover;}
.img_jangpan.img20 {background:url('../img/img_jangpan20.png') center no-repeat;background-size:cover;}
.img_jangpan.img21 {background:url('../img/img_jangpan21.png') center no-repeat;background-size:cover;}
.img_jangpan.img22 {background:url('../img/img_jangpan22.png') center no-repeat;background-size:cover;}
.img_jangpan.img23 {background:url('../img/img_jangpan23.png') center no-repeat;background-size:cover;}
.img_jangpan.img24 {background:url('../img/img_jangpan24.png') center no-repeat;background-size:cover;}

.img_bujaje.img01 {background:url('../img/img_bujaje01.png') center no-repeat;background-size:cover;}
.img_bujaje.img02 {background:url('../img/img_bujaje02.png') center no-repeat;background-size:cover;}
.img_bujaje.img03 {background:url('../img/img_bujaje03.png') center no-repeat;background-size:cover;}
.img_bujaje.img04 {background:url('../img/img_bujaje04.png') center no-repeat;background-size:cover;}
.img_bujaje.img05 {background:url('../img/img_bujaje05.png') center no-repeat;background-size:cover;}
.img_bujaje.img06 {background:url('../img/img_bujaje06.png') center no-repeat;background-size:cover;}
.img_bujaje.img07 {background:url('../img/img_bujaje07.png') center no-repeat;background-size:cover;}


/* sub1_2 */





/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 50px;
    right: 10px;
}
.q_menu > li {

}


.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 80px;
    height:80px;
    background:#6E0E10;
    margin: 13px auto 0;
}
.ico_qmenu.img01 {
    background:url('../img/ico_blog.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 {
    padding:60px 0px;
    background:#0D1C3A;
}

footer > .inner {
    position: relative;
}
footer .logo {
    max-width: 632px;
    width: 100%;
}

.footer_info {
    display: flex;
    margin-top: 40px;
}
.footer_info.type2 {
    margin-top: 10px;
}
.footer_info > li {
    display: flex;
    margin-right: 30px;
}
.footer_info > li > h2 {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    margin-right: 10px;
}
.footer_info > li > p {
    font-size: 16px;
    color:#fff;
}
footer > .inner > span {
    display: inline-block;
    color:#fff;
    margin-top: 26px;
}
.call {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color:#fff;
    max-width: 570px;
    width: 100%;    
    aspect-ratio: 1/0.3578947368421053;
    background:url('../img/call.png') center no-repeat;
    background-size:contain;
}




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

.privacy {
}
.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: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;
    margin-top: 20px;
}

.privacy_check {
    margin: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.inquiry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.inquiry_list > li {
    display: flex;
    width: calc(50% - 20px);
    height: auto;
    align-items: center;
    margin-bottom: 20px;

    
}
.inquiry_01 {
    width: 26%;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
}
.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:0;
    padding-left:20px;
    border:1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    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: 40px 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 {
    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;
}

.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: #FE000D !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;
    }
