html,body {
    height: 100%;
}
.brand_color {
    color:#01B3CD;
}

.tit_wrap {}
.tit_wrap > h4 {
    font-size: 14px;
    font-weight: 700;
    color:#DB082D;
}
.tit_wrap > h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 4px;
}
.tit_wrap > p {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 20px;
    word-break: keep-all;
}

.s_tit2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color:#B4CC38;
    text-align: center;
}
.s_tit {
    font-size: 24px;
    font-weight: 700;
    margin-top: 6px;
    text-align: center;
}
.s_tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
}

.mt60 {
    margin-top: 60px!important;
}
    #hd_pop { background: #fff; }
    .hd_pops { left: 20px !important; right: 20px !important;  background: #fff; }
    .hd_pops_con { width: 100% !important; height: auto !important; background: #fff; }
    .hd_pops_con img { width: 100% !important; height: auto !important; }
    .sns_link {
        display: flex;
    }
    .sns_link > li {
        width: 26px;
        height: 26px;
        background:red;
        margin-left: 20px;
    }
    .sns_link > li.img01 {background:url('../img/sns01.png') center no-repeat;background-size:contain;}
    .sns_link > li.img02 {background:url('../img/sns02.png') center no-repeat;background-size:contain;}
    .sns_link > li.img03 {background:url('../img/sns03.png') center no-repeat;background-size:contain;}
    .sns_link > li.img04 {background:url('../img/sns04.png') center no-repeat;background-size:contain;}
    .sns_link > li.img05 {background:url('../img/sns05.png') center no-repeat;background-size:contain;}
    .sns_link > li > a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
.sub_tit {
    font-size: 22px;
    font-weight: 900;
    
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.sub_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color:#666;
    margin-top: 20px;
    line-height: 22px;
}
.sub_tit_eng {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color:#000030;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.sub_section {
    margin-top: 80px;
    padding:0 0px;
}
.sub_banner_wrap {
    overflow: hidden;
}
.sub_banner {
    width: calc(100% - 5px);
    background:url('../img/sub_banner.png') center no-repeat;
    background-size:cover;
    height: 300px;
    animation : s-up 3s .2s both!important;

}
.sub_banner > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    
}
.sub_banner_tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}

.sub_banner_tit > h2 {
    
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    animation : text 1s .2s both!important;
}

.sub_banner_tit > p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
    animation : text 1s .4s both!important;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.hide_m {
    display: none;
}
.board.inner {
    margin-top: 80px;
    padding:0 10px;
}
.inner {
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding:0 10px;
}
.section {


}
.login_wrap {
    display: none;
}

.login_wrap.mnav {
    position: absolute;
    bottom: 20px;
    display: flex;
    border:1px solid red;
    width: 100%;
    border:1px solid #ddd;
    padding: 0;
    background:#fff;
}
.login_wrap.mnav > li {
    width: 50%;
    height: 100%;
    border-right:1px solid #ddd;
    text-align: center;
    padding: 0!important;
    background:#fff;
}
.login_wrap.mnav > li:last-child {
    border-right:0;
}
.login_wrap.mnav > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding:0px 0;
}
.tit {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}
.tit_desc {
    font-size: 16px;
    font-weight: 300;
    color:#666;
    margin-top: 14px;
    line-height: 24px;
}
.smenu > li > a {
    color:#666;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding:0px 10px;
}
.br_pc {
    display: none;
}
.br_m {
    display: block;
}

.b_color {
    color:#D2D787;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}

.btn_more {
    margin-left: 0;
}
/* 헤더 */
.header {
    height: auto;
    padding:10px 10px;
    display: block;
}
.header > .inner {
    
    height: 150px;
}


.logo {
    max-width: 200px;
    width: 100%;
    aspect-ratio: 1/0.1125;
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    transition: all .4s;
    margin:10px 0;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}


.nav {
    display: none;    
}


/* 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 > .txt_wrap {
    height: 202px;
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 150px;

}
.main_slide .swiper-slide > .txt_wrap > h2 {
    font-size: 28px;
    line-height: 36px;
    margin-right: 0px;
}
.f_nanum {
    font-family: "Nanum Myeongjo", serif!important;
    font-size: 33px!important;
    line-height: 43px;
    font-weight: 900;
}
.m_logo {
    max-width: 150px;
    width: 100%;
    aspect-ratio: 1/0.8178137651821862;
    background:url('../img/m_logo.png') center no-repeat;
    background-size:contain;
    margin-top: 40px;
}
.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(50% - 5px);
    margin-bottom: 10px;
    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;
}

.premium_wrap > li > h3 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-top: 22px;
}
.premium_wrap > li > h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 7px;
    word-break: keep-all;
}
.premium_wrap > li > h4 {
    font-size: 16px;
    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: 100%;
    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: 100%;
    margin-bottom: 40px;
    background:#ddd;
    aspect-ratio: 1/0.6193548387096774;
}
/* msec04 */





/* footer */

footer {
    background:#F1F1F1;
    padding:50px 0;
}
footer > .inner {
    display: flex;
    flex-direction: column;
    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;
    word-break: keep-all;
}
.footer_info > h6 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;    
    color:#666;
}
.footer_info > h4 {
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    color:#666;
}
.footer_info2 {
    width: 300px;
    height: 60px;
    border-radius: 10px;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    background:#A71653;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
}
/* 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: block;
}



.info_data {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    align-items: baseline;

}




.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 60px;
    right: 15px;
}
.q_menu > li {
    width: 44px;
    height: 44px;
    border:1px solid rgba(0,0,0,0);
}

.q_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.ico_qmenu {
    width: 44px;
    height: 44px;
    background:#6E0E10;
    margin: 5px auto 0;
}

.q_menu > li > a > p,
.q_menu > li >  p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin-top: 8px;
}




/* 입단 및 무료체험문의 */

.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: 24px 0;;
}
.privacy_check span {
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.input_radio {
    width: 24px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 0px;
}
.inquiry_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inquiry_list > li {
    width: 100%;
    margin-bottom: 10px!important;
    
}

.inquiry_list.type3 > li {
    width: 100%;
    margin-bottom: 0;
    
}
.inquiry_list.type3 > li {
    width: calc(50% - 5px);
    margin-bottom: 0;
}
.inquiry_list.type3 > li:first-child {
    width: 100%;
}
.inquiry_list.type3 > li:last-child {
    width: 100%;
}
.inquiry_list > .full_input {
    width: 100%;
}
.inquiry_01 {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
.inquiry_01 > h2 {
    font-size: 16px;
    display: inline-block;
    position: relative;
}
.inquiry_01 > p {
    font-size: 14px;
    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: 0px;
}
.radio_tit {
    font-size: 15px;
    color:#666;
    display: inline-block;
    margin-right: 0px;
}
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;
   }

   .img_sub_wrap {
    width: 100%;
    overflow: hidden;
    transition: all .4s;
}
.img_sub > h2 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color:#000;
    font-weight: 600;
    word-break: keep-all;
    line-height: 24px;
}
.pyung,
.pyung2 {
    width: 80px;
    height: 28px;
    margin:12px auto 0;
    border-radius: 14px;
    border:1px solid #000;
    color:#000;
}
.pyung > span {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    text-align: center;
    margin:0 auto;
    color:#000;
}
.pyung2 > span {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    text-align: center;
    margin:0 auto;
    color:#666;
}

.img_wrap {
    position: relative;
    transition: all .4s;
}
.img_wrap:hover .img_sub_wrap {

    height: 100px;
}
.img_wrap img {
    transition: all .4s;
}
.img_wrap:hover img {
    filter: brightness(0.5);
    transform: scale(1.1);
}
.img_box {
    z-index: 9999;
    max-width: 430px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.img_box > a {
    display: block;
    width: 100%;
    height: 100%;
}
.customer_bar {
    border-bottom:1px solid #ddd;
}
.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: auto;
    width: 100%;
}
.fr-con > input {
    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 {}
.form-box .form-con {
    width: 100%;
    margin: 0px auto 0;
    padding:10px;
}

.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 20px;
}

.form-box .form-con ul li .fr-con textarea {
    height: 200px;
    width: 100%;
    border:1px solid #ddd;
    background:#f6f6f6;
    padding:40px;
    resize: none;
}

.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: #F1054D !important;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;


}

select {
    font-size: 16px;
}



 
/*-------------------모바일 메뉴----------------------*/


/* 모바일메뉴 */
.m_nav_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background:#fff;
    border-left:1px solid #ddd;
    z-index: 9999;
 }
 
 .m_nav_wrap > .close_btn {
   position: absolute;
   top: 0;
   left: -41px;
   width: 40px;
   height: 40px;
   background:#222;
   cursor: pointer;
 }
 
 .material-icons.close {
   display: block;
   text-align: center;
   line-height: 40px;
   color:#fff;
 }
 
 
 .m_addr {
     border-top:1px solid #ddd;
     margin-top: 200px;
 }
.header.active .m_nav_btn {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}
.m_nav_btn {
    /* display: block; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 40px;
    height: 40px;
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
    border:0;
}
.m_nav_btn.btn2 {
    background:url('../img/m_nav_wrap_btn.png') center no-repeat;
}

.left_gnb {
    margin-top: 50px;
    border-top:1px solid #000;
    
}

.left_gnb > li{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.left_gnb>li>a{
    display: block; ; line-height: 50px;
    width: 100%; height: 50px;
    color: black;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.left_gnb>li>a.on{
}
.left_gnb>li>ul{
    display: none;
    border-top:1px solid #ddd;
    background:#f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left_gnb>li>ul>li>a{
    display: block;  line-height: 40px;
    width: 100%; height: 40px; 
    font-size: 15px;
    color: #666;
    padding-left:30px;
}




.q_inquiry {
    width: 100%;
    position:sticky;
    bottom: 0;
    z-index: 8889;
}
.form-con2 {
    width: 100%;
    background:#8e0821;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color:#fff;
    padding:10px 10px 30px 10px;
}
.form_img_wrap {
    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: 16px;
    font-weight: 900;
    margin-top: 6px;
}

.form_cont {
    width: 100%;
    display: flex;
    align-items: center;
}
.form_cont input {
    height: 50px;
    font-size: 14px;
    padding-left: 10px;
}
.form_cont .inquiry_02 {
    height: auto;
}
.form_cont .inquiry_02.type2 {}
.form_cont .inquiry_02.type2 > .fr-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_btn {
    width: 100%;
    display: flex;
    align-items: center;

}
.form_btn > input {
    width: 100%;
    height: 50px!important;
}
.form_check {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.form_check input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.form_check .privacy_check {
    margin: 0;
}
.form_check span {
    font-size: 12px;
    font-weight: 700;
    color:#fff;
}
.form_btn input {
    width: 100%;
    height: 50px;
    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 {}



/* 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: 14px;
    line-height: 22px;
    padding:20px 0px;
    word-break: keep-all;
    border-bottom:2px solid #ddd;
}
.busi_table td:first-child {
    font-weight: 700;
    border-bottom:2px solid #6B002D;
}
/* sub1_1 */