/* common */
html,body {
    height: 100%;
    scroll-behavior: smooth;
    background:#fff!important;
}

.img_wrap {
    margin-top: 60px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.board.inner {
    margin-top: 100px;
    margin-bottom: 120px;
}
.section {
    padding:100px 0;
}
.btn_more {
    width: 155px;
    height: 31px;
    background:url('../img/top_call.png') center no-repeat;
    background-size:contain;
    margin-left: 165px;
}
.btn_more > a {
    display: block;
    width: 100%;
    height: 100%;
}
.btn_more.type2 {
    margin-top: 60px;
}
.btn_more.type2 > a {
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    padding:20px 66px;
    background:radial-gradient(#820017,#64125F);
    border-radius: 5px;    
}
.tit_wrap {
    text-align: center;
}
.tit_wrap > h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color:#D11A69;
}
.tit_wrap > h2 {
    font-size: 56px;
    margin-top: 20px;
}
.tit_wrap > h2.type2,
.tit_wrap > p.type2 {
    color:#fff;
}
.tit_wrap > p {
    font-size: 18px;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
    word-break: keep-all;
}

.tit_wrap.type2 > h4 {
    color:#fff;
}
.tit_wrap.type2 > h2 {
    color:#DBBF08;
}
.tit_wrap.type2 > p {
    color:#fff;
}
.mt20 {
    margin-top: 20px!important;
}
.mt40 {
    margin-top: 40px!important;
}
/* common */


/* animation */
@keyframes text {
    0% {opacity :0; transform: translateY(30px);}
    100% {opacity:1; transform :translateY(0);}
    }
/* animation */



@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-7bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.sub_banner_wrap {

}
.sub_banner {
    width: 100%;
    background:url('../img/sub_banner2.png') center no-repeat;
    background-size:cover;
    height: 400px;
    animation : s-up 3s .2s both!important;
    position: relative;

}
.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_cont_tit_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom:1px solid #ddd;
    margin-top: 79px;
    margin-bottom: 40px;
}
.sub_cont_tit_wrap > h2 {
    font-size: 36px;
    font-weight: 700;
}
.location {
    display: flex;
    align-items: center;
}
.location > span {
    font-size: 16px;
    color:#A6AAB1;
}
.location > h6 {
    font-size: 16px;
    color:#666;
    padding:0 8px;
}
.location > p {
    font-size: 14px;
    color:#666;
}
.location > h4 {
    font-size: 14px;
    font-weight: 600;
    color:#000;
}
.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;
}
.sub_menu_wrap {
    max-width: 260px;
    width: 100%;

}

.smenu_wrap {
    width: 100%;
    margin-top: 50px;
}
.sub_top {
    width: 100%;
    padding:40px 0;
    background:url('../img/sub_top_bg.png') center no-repeat;
    background-size:cover;
}
.sub_top > h2 {
    font-size: 26px;
    font-weight: 700;
    color:#fff;
    text-align: center;
}
.sub_top > p {
    font-size: 14px;
    font-weight: 300;
    color:#fff;
    margin-top: 6px;
    text-align: center;
}
.smenu {
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.smenu > li {
    border:1px solid #ddd;
    
    position: relative;
    
    margin-right: 10px;
    border-radius: 5px;
}
.smenu > li:last-child::after {
    display: none;
}
.smenu > li:hover {
    background:#6B002D;
    border:1px solid #6B002D;
}
.smenu > li:hover > a {
    color:#fff;
}
.smenu > li.active {
    background:#6B002D;
    border:1px solid #6B002D;
}
.smenu > li.active > a {
    color:#fff;
}
.smenu > li > a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding:12px 20px;
}
.sub_contents_wrap {
    max-width: 980px;
    width: 100%;
    margin-bottom: 40px;
}
.sub_section {
    margin:100px 0;
}
.sub_section.sub2_2 {
    padding-bottom: 50px;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700!important;
}

.board.inner {
    max-width: 1280px;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 120px;
    
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.section {
}
.stit {
    font-family: 'S-CoreDream-7bold';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    word-break: keep-all;
}
.stit > span {
    font-family: 'S-CoreDream-7bold';
}

.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:#87D117;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}
.s_tit2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color:#B4CC38;
    text-align: center;
}
.s_tit {
    font-size: 50px;
    font-weight: 700;
    margin-top: 6px;
    text-align: center;
}
.s_tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    line-height: 26px;
    margin-top: 12px;
    text-align: center;
}
.swiper-container-slide {
    max-width: 1520px;
    width: 100%;
}
.swiper-slide-slide img {
    border-radius: 10px;
}

.pyung,
.pyung2 {
    width: 80px;
    height: 28px;
    margin:12px auto 0;
    border-radius: 14px;
    border:1px solid #ddd;
    color:#fff;
}
.pyung > span {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    text-align: center;
    margin:0 auto;
    color:#fff;
}
.pyung2 > span {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    text-align: center;
    margin:0 auto;
    color:#666;
}
.img_sub > h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
}


/* header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: all .4s;;
    height: 100px;    
}
.header.active {
    background:#fff;
}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.active {
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.f_nanum {
    font-family: "Nanum Myeongjo", serif!important;
    font-size: 48px!important;
    font-weight: 900;
}
.logo {
    max-width: 320px;
    width: 100%;
    aspect-ratio: 1/0.1125;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}
.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    margin-right: 60px;
    position: relative;
    height: 100%;
    line-height: 100px;
}

.nav > li > a {
    font-family: 'pretendard',sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 100%;
    width: 100%;

}

.nav.sub > li > a {
    color:#000;
}
.header.active .nav > li > a {
    color:#000;
}

.nav > li.active {
    position: relative;
}


.nav > li.active:after {
    content:"";
    width: 3px;
    height: 3px;
    border-radius:50%;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    background:#43A0E2;
}

.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;
}

.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;
}
.m_nav_btn,
.m_nav_wrap {
    display: none;
}

/* header */


/* main_banner */
.main_banner {
    height: 100%;
    overflow: hidden;

}
.swiper {
    width: 100%;
    height: 100%;
}

.main_slide .swiper-slide {
    background: #000;
    display: flex;

}

.main_slide .swiper-slide.img01 {
    background:url('../img/main_banner.png') center no-repeat;
    background-size:cover;
}
.main_slide .swiper-slide.img02 {
    background:url('../img/main_banner02.png') center no-repeat;
    background-size:cover;
}
.main_slide .swiper-slide.img03 {
    background:url('../img/main_banner03.png') center no-repeat;
    background-size:cover;
}
.main_slide .swiper-slide > .txt_wrap {
    height: 202px;
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 152px;

}
.main_slide .swiper-slide > .txt_wrap > h2 {
    font-size: 44px;
    line-height: 55px;
    margin-right: 40px;
    text-align: right;
}
.main_slide .swiper-slide.img03 > .txt_wrap > h2 {
    color:#fff;
}
.m_logo {
    max-width: 247px;
    width: 100%;
    aspect-ratio: 1/0.8178137651821862;
    background:url('../img/m_logo.png') center no-repeat;
    background-size:contain;
}
.main_slide .swiper-slide-active .txt_wrap > h2 {
    animation : text 1s .2s both;
}
.main_slide .swiper-slide-active .txt_wrap > .m_logo {
    animation : text 1s .6s both;
}
/* main_banner --*/



/* msec01 */
.msec01 {
    background:url('../img/msec01_bg.png') center no-repeat;
    background-size:cover;
}
/* msec01 */


/* msec02 */
.msec02 {
    background:url('../img/msec02_bg.png') center no-repeat;
    background-size:cover;
}

.premium_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.premium_wrap > li {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
    background:rgba(255,255,255,.6);
    text-align: center;
    padding:40px 0;
    border:1px solid #ddd;
}
.ico_premium {
    width: 60px;
    height: 60px;
    background:#000;
    margin:0 auto;
}
.ico_premium.img01 {background:url('../img/ico_premium01.png') center no-repeat;background-size:contain;}
.ico_premium.img02 {background:url('../img/ico_premium02.png') center no-repeat;background-size:contain;}
.ico_premium.img03 {background:url('../img/ico_premium03.png') center no-repeat;background-size:contain;}
.ico_premium.img04 {background:url('../img/ico_premium04.png') center no-repeat;background-size:contain;}
.ico_premium.img05 {background:url('../img/ico_premium05.png') center no-repeat;background-size:contain;}
.ico_premium.img06 {background:url('../img/ico_premium06.png') center no-repeat;background-size:contain;}

.premium_wrap > li > h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-top: 22px;
}
.premium_wrap > li > h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 7px;
}
.premium_wrap > li > h4 {
    font-size: 18px;
    font-weight: 700;
    color:#AD2458;
    margin-top: 24px;
}
/* msec02 */

/* msec03 */
.main_envi {
    margin-top: 60px;
}
.envi_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}
.envi_wrap > li {
    width: calc(50% - 20px);
    aspect-ratio: 1/0.8967741935483871;
    margin-bottom: 20px;
}
.envi_wrap > li.img01 {background:url('../img/img_envi01.png') center no-repeat;background-size:contain;}
.envi_wrap > li.img02 {background:url('../img/img_envi02.png') center no-repeat;background-size:contain;}
.envi_wrap > li.img03 {background:url('../img/img_envi03.png') center no-repeat;background-size:contain;}
.envi_wrap > li.img04 {background:url('../img/img_envi04.png') center no-repeat;background-size:contain;}
/* msec03 */


/* msec04 */
.msec04 {
    background:url('../img/msec04_bg.png') center no-repeat;
    background-size:cover;
}
.merit_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.merit_wrap > .img01 {background:url('../img/img_merit01.png') center no-repeat;background-size:cover;}
.merit_wrap > .img02 {background:url('../img/img_merit02.png') center no-repeat;background-size:cover;}
.merit_wrap > .img03 {background:url('../img/img_merit03.png') center no-repeat;background-size:cover;}
.merit_wrap > .img04 {background:url('../img/img_merit04.png') center no-repeat;background-size:cover;}
.merit_wrap > li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    background:#ddd;
    aspect-ratio: 1/0.6193548387096774;
}
/* msec04 */


/* sub1_1 */
.busi_img {
    width: 100%;
    aspect-ratio: 1/0.6203125;
    background:url('../img/busi_img.png') center no-repeat;
    background-size:cover;
    margin-top: 60px;
}
.busi_table {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.busi_table tr {}
.busi_table td {
    font-size: 20px;
    padding:20px 20px;
    
    border-bottom:2px solid #ddd;
}
.busi_table td:first-child {
    font-weight: 700;
    border-bottom:2px solid #6B002D;
}
/* sub1_1 */

.commu_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.commu_wrap > li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    text-align: center;
}
.img_commu {
    width:100%;
    aspect-ratio: 1/.75;
    background:#ddd;
}
.img_commu.img01 {background:url('../img/img_commu01.png') center no-repeat;background-size:cover;}
.img_commu.img02 {background:url('../img/img_commu02.png') center no-repeat;background-size:cover;}
.img_commu.img03 {background:url('../img/img_commu03.png') center no-repeat;background-size:cover;}
.img_commu.img04 {background:url('../img/img_commu04.png') center no-repeat;background-size:cover;}
.commu_wrap > li > h2 {
    font-size: 20px;
    margin-top: 12px;
    font-weight: 700;
}

/* footer */

footer {
    background:#F1F1F1;
    padding:50px 0;
}
footer > .inner {
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.footer_info {}
.footer_info > ul {

}
.footer_info > ul > li {
    display: flex;
    margin-bottom: 12px;
}
.footer_info > ul > li > h2 {
    width: 95px;
    font-size: 16px;
    font-weight: 700;
}
.footer_info > ul > li > p {
    font-size: 16px;
}
.footer_info > h6 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;    
    color:#666;
}
.footer_info > h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color:#666;
}
.footer_info2 {
    width: 300px;
    height: 60px;
    border-radius: 10px;
    background:#A71653;
    line-height: 60px;
    text-align: center;
}
.footer_info2 > a {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
}
/* footer */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 115px;
    right: 58px;
}
.q_menu > li {
    width: 56px;
    height: 56px;
    border-radius: 24px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.q_menu > li:hover {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.qmenu01 {
    background:url('../img/q_menu01.png') center no-repeat;
    background-size:contain;
}
.qmenu02 {
    background:url('../img/q_menu02.png') center no-repeat;
    background-size:contain;
}
.qmenu03 {
    background:#413F3C;
}
.qmenu04 {
    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;
}







/* 문의하기 */

.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:15px;
}
.privacy_box > p {
    font-family: 'pretendard',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 22px;
}

.privacy_check {
    margin-top: 10px;
}
.privacy_check span {
    color:#666;
    font-size: 14px;
    font-weight: 300;
}

.inquiry_list {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: 100%;
    margin-bottom: 20px;
    
}
.inquiry_list.type3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: unset;
}
.inquiry_02.type3 > .fr-con {
    display: flex;
    align-items: center;
}
.inquiry_list.type3 > li {
    width: calc(50% - 5px);
    margin-bottom: 0;
}
.inquiry_list.type3 > li:first-child {
    width: calc(25% - 5px);
}
.inquiry_list.type3 > li:last-child {
    width: calc(75% - 5px);
}
.inquiry_list > .full_input {
    width: 100%;
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}
.inquiry_01 > h2 {
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.inquiry_01 > p {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-left: 10px;
    display: inline-block;
    position: relative;
}
#radioSpan {
    display: block;
    line-height: 57px;
}
.input_radio {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 9px;
}
.radio_tit {
    font-size: 15px;
    color:#666;
    display: inline-block;
    margin-right: 20px;
}
input[type='radio'] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none; 
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none; 
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #B4CC38; 
    border: 3px solid white; 
    box-shadow: 0 0 0 1.6px #B4CC38;
}

/* input 숨겨준다 */
input#check_btn{
    display:none;
    }
  
  input#check_btn + label{
    cursor:pointer;
   }
  
  input#check_btn + label > span{
    vertical-align: middle;
    padding-left: 5px;
   }


.customer_bar {
    border-bottom:1px solid #ddd;
}
.inquiry_01 > h2.type2:after {
    display: none;
}
.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: 57px;
    width: 100%;
}
.form_cont .inquiry_02.type2 {}
.form_cont .inquiry_02.type2 > .fr-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fr-con > input,
select {
    background:#fff;
    width: 100%;
    height: 57px;
    border:1px solid #A9A9A9;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 10px;
    background:#fbfbfb;
}

.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 {
    width: 100%;
}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:40px;
}

.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%;
}



.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: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #A71653 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

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;
}


.q_inquiry {
    width: 100%;
    position:sticky;
    bottom: 0;
    z-index: 8889;
}
.form-con2 {
    background:#8e0821;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#fff;
    padding:20px 300px;
}
.form_img_wrap {
    width: 100%;
    display: flex;
    align-items: center;

}
.form_img {
    width: 60px;
    height: 60px;
    background:url('../img/form_img.png') center no-repeat;
    margin-right: 10px;

}
.form_img_wrap > .txt_wrap {}
.form_img_wrap > .txt_wrap > h4 {
    font-size: 14px;
}
.form_img_wrap > .txt_wrap > h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.form_cont {
    width: calc(80% - 10px);
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.form_cont input {
    height: 40px;
}
.form_cont .inquiry_02 {
    height: 40px;
}
.form_btn {
    width: calc(20% - 10px);
    display: flex;
    align-items: center;
    margin-top: 10px;

}
.form_btn > input {
    width: 160px;
    height: 40px!important;
}
.form_check {
    display: flex;
    align-items: center;
}
.form_check input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.form_check span {
    font-size: 16px;
    font-weight: 700;
    color:#fff;
}
.form_btn input {
    width: 160px;
    height: 40px;
    color: #fff;
    background: #000 !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;
}

.inquiry_table {}
.inquiry_table tr {}
