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

@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
.ico_file { display:inline-block; margin:0 2px; font-size:16px; }

.ico_file.ico_pdf i { color:#e74c3c; width: 20px;height: 20px;}
.ico_file.ico_hwp i { color:#3498db; width: 20px;height: 20px;}
.ico_file.ico_xls i { color:#27ae60; width: 20px;height: 20px;}
.ico_file.ico_ppt i { color:#e67e22; width: 20px;height: 20px;}
.ico_file.ico_doc i { color:#2980b9; width: 20px;height: 20px;}
.ico_file.ico_etc i { color:#7f8c8d; width: 20px;height: 20px;}
.nanumpenscript * {
 font-family: 'Nanum Pen Script', cursive;
}
.brand_color {
    color:#274AAF;
}

.color_black {
    color:#000!important;
}
.test_box {
    width: 200px;
    height: 50px;
    background:red;
    color:#fff;
}

.bg_gray {
    background:#f9f9f9;
    padding:40px 10px!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt80 {
    margin-top: 80px!important;
}
.pd0 {
    padding: 0!important;
}


.bar {
    width: 1px;
    margin:30px auto -20px;
    height: 50px;    
    background:#333;
}
.bar2 {
    width: 100%;
    height: 1px;
    background:#ddd;
    margin:20px 0 20px 0;
}
.bar3 {
    width: 60px;
    height: 4px;
    background:#EB1847;
    margin:20px 0 20px 0;
}
.bar4 {
    width: 100%;
    height: 1px;
    border-top:1px solid #ddd;
    margin:60px auto;
}

.desc_list {
    display: flex;
    margin-top: 20px;
}

.desc_list > li {
    width: calc(50% - 20px);
    font-size: 18px;
    line-height: 26px;
    color:#666;
}
.desc_list.type2 > li {
    width: 100%;
}

.tit {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    transition: all .4s;
    text-align: center;
}
.tit_desc {
    font-size: 18px;
    font-weight: 300;
    color:#666;
    margin-top: 16px;
    line-height: 26px;
    word-break: keep-all;
    transition: all .4s;
    text-align: center;
}
.tac {
    text-align: center!important;
}
.s_tit {
    font-size: 24px;
    font-weight: 400;

}

.s_tit2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.tit_box {
    background:#000;
    
}
.tit_box > a {
    display: flex;
    justify-content: space-between;
    color:#fff;
    padding:2px 5px;
    font-size: 14px;
    margin-bottom: 10px;
}
.s_tit2:before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:5px solid #EB1847;
}
.s_tit3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}
.s_tit3:before {
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border:5px solid #EB1847;
}
.s_tit_desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color:#666;
    margin-top: 12px;
}
.sub_banner_wrap {
    height: 210px;
    background:url('../img/sub_bg.jpg') center repeat-x
}
.sub_bottom {
    height: 35px;
    background: linear-gradient(to bottom, #2B1915, #4D2F27);
}
.sub_bottom > .inner {
    line-height: 35px;
    color:#fff;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
}
.sub_cont_wrap {
    
}
.sub_cont_wrap > .inner {
    display: flex;
    justify-content: space-between;
}
.sm_wrap {
    height: auto;
    border:5px solid #ddd;
    width: 240px;
    padding:10px;
    align-self: flex-start;
}
.sm_wrap > h2 {
    font-size: 30px;

}
.sub_cont {
    width: 755px;
    padding:20px;
    
}
.sub_section_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:4px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.con_txt {
    font-size: 16px;
    color:blue;
    padding:20px;
}
.yn_table {
    width: 100%;
    margin-left: 20px;
}
.yn_table th {
    padding:12px 10px;
    background:#274AAF;
    color:#fff;
}
.yn_table td:nth-child(1) {
    width: 15%;
}
.yn_table td:nth-child(2) {
    width: 15%;
}
.yn_table td:nth-child(3) {
    width: 40%;
}
.yn_table td:nth-child(4) {
    width: 30%;
}
.yn_table td {
    text-align: center;
    padding:12px 0;
    border:1px solid #ddd;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
    color:#666;
}
.yn_table2 {
    width: 100%;
    margin-left: 20px;
}
.yn_table2 th {
    padding:12px 10px;
    background:#274AAF;
    color:#fff;
}

.yn_table2 td {
    text-align: center;
    padding:12px 0;
    border:1px solid #ddd;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
    color:#666;
}
.yn_table3 {
    width: 100%;
    padding-left: 20px;
    margin-left: 20px;
}
.yn_table3 th {
    padding:12px 10px;
    background:#274AAF;
    color:#fff;
}

.yn_table3 td {
    text-align: center;
    padding:12px 0;
    border:1px solid #ddd;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
    color:#666;
}

.td1 {
    background:#274AAF;
    color:#fff!important;
}
.process1 {
    background:#F2FAD1;
    padding:5px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.process2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color:#666;
    padding:5px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.jungong_wrap {
    display: flex;
    justify-content: space-between;
}

.jungong_wrap > div {
    padding-left: 20px;
}

.jungong_wrap > div > h2 {
    font-size: 16px;
    font-weight: 700;
    color:red;
    margin-top: 10px;
}
.jungong_wrap > div > p {
    font-size: 14px;
    font-weight: 300;
    color:#666;
    line-height: 24px;
    margin-top: 10px;
}
.point {
    font-size: 14px;
    font-weight: 600!important;
    color:#FF6600!important;
    line-height: 24px;
    margin-top: 20px;
}









.smenu {
    margin-top: 20px;
}
.smenu > li {
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, #E9BC55, #B57B27);
    margin-bottom: 10px;
}
.smenu > li:hover {
    background: linear-gradient(to bottom, #E48451,#B04624);
}
.smenu > li.type2 {
    color:#000;
    height: auto;
    background:none;
    margin-bottom: 5px;
}
.smenu > li.type2 > a {
    height: 20px;
    line-height: 20px;
    color:#666;
    text-align: right;    
}
.smenu > li.type3 {
    width: 100%;
    height: 35px;
    background: linear-gradient(to bottom, #9BD250, #7BA223);
    margin-bottom: 10px;
}
.smenu > li.type3:hover {
    background:#7BA223;
}
.smenu > li.type3 > a {
    display: flex;
    align-items: center;
}
.smenu > li.type3 > a > span {
    margin-right: 10px;
}
.smenu > li:last-child {
}
.smenu > li.active {
    background: linear-gradient(to bottom, #E48451,#B04624);
}
.smenu > li.active a {
    font-weight: 700;
    color:#fff;
}
.smenu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 16px;
    color:#fff;
    padding-left: 20px;
}
.loca_wrap {
    font-size: 14px;
    color:#666;
}



.sub_section {
    
}
.sub_section > img {
    /* display: block;
    margin: 0 auto; */
}
.sub_section.type2 {
    background:#FEF4F2;
}
.hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}
.fw700 {
    font-weight: 700;
}
.board.inner {
    max-width: 1000px;
    width: 100%;
    margin:50px auto 0;
    margin-bottom: 80px;
}
.inner {
    max-width: 1000px;
    margin:0 auto;
}
.inner4 {
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
}
.section {
    padding:100px 0;
}

.brand_stit {
    font-size: 18px;
    font-weight: 700;
    color:#274AAF;
    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:#EB1847;
}
.b_color2 {
    color:#001969;
}
.b_color3 {
    color:#FFDD35;
}
#bo_v_img {width:100%;overflow:hidden;text-align:center!important;zoom:1}


/* 헤더 */
.header {
    width: 100%;
    height: 55px;

}
.header > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo {
    width: 210px;
    height: 55px;
    background:url('../img/logo.jpg') left center no-repeat;
    background-size:cover;
    transition: all .4s;
    z-index: 9999;
}

.logo > a {
    display: block;
    width: 100%;
    height: 100%;
}

.top_menu {
    display: flex;
    gap: 40px;
}
.top_menu > li {}
.top_menu > li > a {
    font-size: 14px;
    font-weight: 600;
    color:#666;
}
.top_menu > li.type2 > a {
    font-size: 14px;
    font-weight: 600;
    color:rgb(170, 13, 13);
}
.nav_wrap {
    height: 50px;
    background: linear-gradient(to bottom, #E9BC55, #B17424);
    
}
.nav_wrap > .inner {
    
}
.nav {
    height: 50px;
    display: flex;
    align-items:end;
    justify-content: space-between;
    background: linear-gradient(to bottom, #2A1A15, #4D2F27);
    height: 50px;
    padding:0 48px;
}
.nav > li {
    height: 45px;
    line-height: 45px;
    position: relative;    
}
.nav > li:hover {
    background:#fff;
    border-radius: 10px 10px 0 0;;
}
.nav > li:hover a {
    color:#000;
}
.nav > li > a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    padding:0 10px;
}

.snb {
    width: 300px;
    display: none;
    justify-content: center;
    align-items: center;
    height: 30px;
    line-height: 30px;
    padding:0px;
    background:#000;
    border-top:0;
    position: absolute;
    top:45px;
    left: -20px;
    text-align: center;
    line-height:normal;
    transition: all .4s;
    z-index: 99999;
    gap: 20px;
}
.snb.type2 {
    width:550px;
}

.snb.type3 {
    width:120px;
}
.snb.type4 {
    width:180px;
    left: -56px;
}

.nav > li.active > .snb {
    display: flex;
}
.nav > li.active > .snb > li > a {
    color:#fff;
}
.snb > li {
    
}
.snb > li:last-child {
    margin-bottom: 0;
}
.snb > li > a {
    color:#fff;
    font-size: 14px;
    font-weight: 300;
}
.main_banner {
    height: 380px;
    background:url('../img/main_bg.jpg') top center repeat-x;
}

.main_banner > .inner {
    height: 380px;
    background:url('../img/main.jpg') top center no-repeat;
    background-size:contain;    
    position: relative;
}
.m_menu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 5px;
}
.r_ban {
    position: absolute;
    top: 0;
    right: -150px;
}


.main_bottom {
    height: 35px;
    background: linear-gradient(to bottom, #E9BC55, #B17424);
}
.main_latest {
    margin-top: 20px;
}
.main_latest > .inner {
    display: flex;
    justify-content: space-between;
}
.board_wrap {
    width: 248px;
}
.gallery_wrap {
    width: 436px;
}
/* msec_01 */
.moving_cate {
    display: flex;
    justify-content: space-between;
}
.moving_cate > li {
    width: calc(25% - 10px);
    aspect-ratio: 300/384;
}
.moving_cate > li.img01 {background:url('../img/img_moving_cate01.png') center no-repeat;background-size:contain;}
.moving_cate > li.img02 {background:url('../img/img_moving_cate02.png') center no-repeat;background-size:contain;}
.moving_cate > li.img03 {background:url('../img/img_moving_cate03.png') center no-repeat;background-size:contain;}
.moving_cate > li.img04 {background:url('../img/img_moving_cate04.png') center no-repeat;background-size:contain;}
.moving_cate > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
/* msec_01 */




.menu_list_wrap {
    border:8px solid #F8A729;
    border-radius: 10px;
    padding:40px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.menu_list_wrap.type2 {
    border:8px solid #71ABFF;
}
.menu_list_wrap > h2 {
    font-size: 24px;
    font-weight: 700;
}
.menu_list_wrap > .food {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.menu_list_wrap > .food.hot {
    color:red;
}
.menu_list_wrap > .food.cool {
    color:blue;
}
.menu_list_wrap > .food.last {
    color:#000;;
}
.menu_list_wrap > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.menu_list_wrap > ul > li {
    width: calc(33.33% - 10px);
    font-size: 16px;
    font-weight: 300;
    color:#666;
    padding:12px 10px;
    border:1px solid #ddd;
    
}



.menu_list_wrap2 {
    border:8px solid #F8A729;
    border-radius: 10px;
    padding:40px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.menu_list_wrap2.type2 {
    border:8px solid #71ABFF;
}
.menu_list_wrap2.type2 > h2:before {
    background:#71ABFF;
}
.menu_list_wrap2.type3 {
    border:8px solid #D4A35E;
}
.menu_list_wrap2.type3 > h2:before {
    background:#D4A35E;
}
.menu_list_wrap2.type4 {
    border:8px solid #DC9BFF;
}
.menu_list_wrap2.type4 > h2:before {
    background:#DC9BFF;
}
.menu_list_wrap2.type5 {
    border:8px solid #8DE6C6;
}
.menu_list_wrap2.type5 > h2:before {
    background:#8DE6C6;
}
.menu_list_wrap2 > h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}
.menu_list_wrap2 > h2:before {
    content:"";
    width: 10px;
    height: 5px;
    background:#F8A729;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu_list_wrap2 > h4 {
    display: inline-block;
    font-weight: 900;
    color:#ddd;
}
.menu_list_wrap2 > .food {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.menu_list_wrap2 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
    padding-left: 20px;
}
.menu_list_wrap2 > ul > li {
    list-style:circle;
    width: calc(33% - 10px);
    font-size: 15px;
    font-weight: 300;
    color:#666;
    margin-bottom: 10px;
}
.line {
    width: 100%;
    height: 2px;
    background:#ddd;
    margin:20px 0;
}
/* 푸터 */


.q_menu {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 10px;
}
.q_menu > li {
    width: 80px;
    height: 80px;
    border:1px solid rgba(0,0,0,0);
}

.qmenu01 {
    background:url('../img/q01.png') center no-repeat;
    background-size:contain;
}
.qmenu02 {
    background:url('../img/q02.png') center no-repeat;
    background-size:contain;
}
.qmenu01:hover {
    background:url('../img/q011.png') center no-repeat;
    background-size:contain;
}
.qmenu02:hover {
    background:url('../img/q022.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;
    background-size:contain;
}
.ico_qmenu.img02 {
    background:url('../img/ico_qmenu02.png') center no-repeat;
    background-size:contain;
}
.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;
    align-items: center;
    gap: 10px;
}

.login_wrap > li {
}
.login_wrap > li > a {
    font-size: 16px;
    font-weight: 400;
    color:#666;
}

.sns_link {
    width: 36px;
    height: 36px;
    background:#ddd;
}
.sns_link  > a {
    display: block;
    width: 100%;
    height: 100%;
}
.sns_link.img00 {background:url('../img/ico_sns00.png') center no-repeat;background-size:contain;}
.sns_link.img01 {background:url('../img/ico_sns01.png') center no-repeat;background-size:contain;}
.sns_link.img02 {background:url('../img/ico_sns02.png') center no-repeat;background-size:contain;}
.sns_link.img03 {background:url('../img/ico_sns03.png') center no-repeat;background-size:contain;}


.header.active .sns_link.img00 {background:url('../img/ico_sns000.png') center no-repeat;background-size:contain;}
.header.active .sns_link.img01 {background:url('../img/ico_sns011.png') center no-repeat;background-size:contain;}
.header.active .sns_link.img02 {background:url('../img/ico_sns022.png') center no-repeat;background-size:contain;}
.header.active .sns_link.img03 {background:url('../img/ico_sns033.png') center no-repeat;background-size:contain;}

.all_menu {
    width: 40px;
    height: 40px;
    background:url('../img/allmenu.png') center no-repeat;
    background-size:contain;
    z-index: 9999;
    cursor: pointer;
    margin-left: 10px;
}
.header.active  .all_menu {
    background:url('../img/allmenu2.png') center no-repeat;
    background-size:contain;
}

.all_wrap {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    padding:0 120px;
    /* display: none;  ← 이거 빼고 */
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease; /* 배경 페이드인 */
}

.all_wrap.active {
    /* display: block;  ← 이건 필요 없음 */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.all_menu.active {
    width: 40px;
    height: 40px;
    background:url('../img/close_all.png') center no-repeat;
    background-size:contain;
    z-index: 9999;
}
.all_wrap > div {
    
    height: 100%;
}
.all_wrap > div > ul {
    display: flex;
    height: 100%;
}
.all_wrap > div > ul > li {
    width: 33.33%;
    padding: 25vh 30px 0;
    border-right:1px solid #ddd;
    
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* active 상태일 때 한 개씩 순서대로 올라오게 (stagger 효과) */
.all_wrap.active > div > ul > li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}
.all_wrap.active > div > ul > li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}
.all_wrap.active > div > ul > li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
}


.all_wrap > div > ul > li:first-child {
    border-left:1px solid #ddd;
}
.all_wrap > div > ul > li > a {
    font-size: 32px;
    position: relative;
    font-weight: 700;
}
.all_wrap > div > ul > li > a:hover {
    color:#EB1847;
}

.all_wrap > div > ul > li > ul {
    margin-top: 50px;
}
.all_wrap > div > ul > li > ul > li {
    margin-bottom: 20px;
}
.all_wrap > div > ul > li > ul > li > a {
    font-size: 20px;
    color:#333;
}
.all_wrap > div > ul > li > ul > li > a:hover {
    color:#EB1847;
    text-decoration: underline;
}

.m_nav_btn,
.m_nav_wrap {
    display: none;
}


footer {
    background:#000123;
    padding:60px 0;
    background-size:cover;
}
footer > .inner {
    display: flex;
    flex-direction: column;
    position: relative;
}

footer > .inner >  .logo {
    background:url('../img/logo.png') center no-repeat;
    background-size:contain;
    margin-right: 110px;
}
footer > .inner > .footer_info {
    margin-top: 20px;
}
footer > .inner > .footer_info > p {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color:#8D8D8D!important;
    line-height: 22px;

}
.footer_info >  .copy {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color:#AAAAAA;
    line-height: 26px;
    margin-top: 20px;
}
.customer_info {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.customer_info > li {
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: flex-end;
}
.customer_info > li > h4 {
    font-size: 20px;
    font-weight: 300;
    color:#fff;
}
.customer_info > li > h3 {
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    margin-left: 11px;
}
.customer_info > li > h5 {
    font-size: 14px;
    font-weight: 300;
    color:#AAAAAA;
}
.q_link {
    display: flex;
    justify-content: center;
}
.q_link > li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#fff;
}
.q_link > li:last-child {
    margin-right: 0;
}
.q_link > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
.q_link > li.img01 {background:url('../img/q_link01.png') center no-repeat; background-size:contain;}
.q_link > li.img02 {background:url('../img/q_link02.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: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(50% - 20px);
    margin-bottom: 20px;
    
}
.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: 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: #2AA4FF; 
    border: 3px solid white; 
    box-shadow: 0 0 0 1.6px #2AA4FF;
}

/* 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: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%;
}
.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.type2 {
    display: flex;
    align-items: center;
}
.fr-con.type2 .frm_file {

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

.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: 158px;
    height: 47px;
    margin: 40px auto 0;

}

.form-box .receive-btn input {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #2AA4FF !important;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 10px;


}

select {
    font-size: 16px;
}