@charset "utf-8";
/* 공통 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;500;700&display=swap');

:root {
   --main-color- : #F9DF2F;
}



*{color:#111;}
body{font:400 14px 'IBM Plex Sans KR',  'Pretendard', Dotum, Arial, Helvetica, sans-serif; color:#222; letter-spacing:-0.020em; min-width:1400px;/line-height:1.2}
body, html, p, div, ul, li , h1, h2, h3, h4, h5, h6, span,br, dl, dt, dd{padding:0; margin:0;}
h1, h2, h3, h4, h5{font-weight:400;}
a{text-decoration:none; }
a, img{border:none; vertical-align:middle;}
/* a:hover{cursor:none;} */
ul, li{list-style:none;}
img{max-width:100%;}
input[type=text], textarea{font:400 16px 'IBM Plex Sans KR',  'Malgun Gothic', Dotum, Arial, Helvetica, sans-serif; color:#222; letter-spacing:-0.050em;/* max-width:1920px; */line-height:1.2}

body{background-color:#fff;    margin: 0 auto;padding:0}
#wrap{max-width:1920px; margin: 0 auto;}

.center_wrap{ max-width:1080px; margin:0 auto; position:relative;padding:0 ;}
.center_wrap2{ max-width:1280px; margin:0 auto; position:relative;padding:0 ;}
.center_wrap3{ max-width:1440px; margin:0 auto; position:relative;padding:0 ;}
input[type=text]{border:none;min-width:auto;height:42px;line-height:40px; padding:0 10px 0 20px; box-sizing:border-box; vertical-align:middle;outline:none;
margin-bottom:10px;background:#272727;border-radius:5px;font-size:0.95em;font-weight:500;width:100%;color:#fff}
/* input[type=button]{vertical-align:middle;cursor:pointer;outline:none} */
input::placeholder {color:#767676}
select{border: 1px solid #dbdbdb;height: 42px;line-height: 40px;padding: 0 10px;box-sizing: border-box;vertical-align: middle;outline: none;
margin-bottom: 0px;text-indent: 15px;font-size: 14px;width: 400px;font-weight: 500;font-family: 'Noto Sans KR';appearance: none;background: #1A1A1A url(../img/select_arrow.png) no-repeat 95% 50%/10px auto;color:#fff;border-radius: 10px;font-family: 'KoPub Dotum'}
table{border-collapse:collapse; width:100%;}
textarea{width: 100%;max-width: 100%;min-width: 100%;padding: 10px;box-sizing: border-box;border: 0px solid #e9e9e9;border-radius: 5px;min-height: 100px;max-height: 100px;outline: none;background: #272727;padding-left:20px;font-size:14px;}
textarea::placeholder {color:#767676;}
button {
  -webkit-appearance: none;-moz-appearance: none;appearance: none; margin: 0;font-family: "Noto Sans KR", sans-serif;  font-size: 1rem;text-align: center;text-decoration: none;display: inline-block;width: auto;cursor:pointer;border: none;
  box-sizing: border-box; max-width:400px;  height: 40px;  background-color: ;  color: #222;  text-align: center;  font-weight: normal;  font-weight: 500;;border-radius:5px;line-height:1.2;
}

.layer-bg { display:none;position:fixed;width:100%;height:100%;top:0;left:0;z-index:11;background-color:rgba(0,0,0,.6)}
.mobile{display:none}

/* header */
#head {
    height: 76px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
	background:#fff;
	box-shadow: #ddd 0px 5px 8px -3px;
}

/* 네비게이션 전체 */
#head .center_wrap {
    max-width: 1080px;
	height:inherit;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#head .logo_area img {
    height: 32px;
	padding-left: 10px;
}

#head .gnb {
    padding-right: 50px;
    position: relative;
}

/* 메인 메뉴 스타일 */
#head .gnb ul {
    display: flex;
	height:76px;
	line-height:76px
}

#head .gnb ul li.depth1 {
    text-align: center;
    padding: 0 20px;
    position: relative;
	height:inherit;
	font-size: 1.1em;
}

#head .gnb ul li.depth1

#head .gnb ul li.depth1 a {
    color: #433d3e;
    font-size: 15.4px;
    font-weight: 500;
	height:inherit;
}
#head .gnb ul li.depth1:hover > a {
     color: #cd1f83;
    border-bottom: 2px solid #cd1f83;
    font-weight: 600; 
}
/* 서브메뉴가 있는 메뉴만 hover 스타일 적용 */
#head .gnb ul li.depth1.has-depth2:hover > a {
     color: #cd1f83;
    border-bottom: 2px solid #cd1f83;
    font-weight: 600; 
}

/* 서브메뉴 배경 (전체 너비) */
.gnb .depth2-bg {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 74px;
    left: 0;
    width: 100vw; /* 화면 전체 너비 */
    height: auto;
    min-height: 60px;
    background: #fcfcfc;
    box-shadow: #ddd 0px 5px 8px -3px;
    z-index: 1;
    border-top: 1px solid #d7d7d7;
    border-radius: 0 0 20px 20px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gnb .depth2-bg.show {
    opacity: 1;
    visibility: visible;
}

.gnb .depth2-bg:not(.show) {
    transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
}
/* 서브메뉴 */
.gnb .depth2 {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0px 0;
	width:max-content;
}

.gnb .depth2 ul{display: flex;justify-content: space-between;}
.gnb .depth2 ul li{padding: 0 20px;}
.gnb .depth2 ul li{}
.gnb .depth2 ul li:hover a{color: #cd1f83;font-weight:600}

/* footer */
.footer{background: #951b81;color:#fff;padding-bottom:160px;max-width:1920px;margin: 0 auto;}
.footer .f-menu{height: 60px; line-height: 60px;border-bottom: 1px solid #fff;}
.footer .center_wrap{text-align:left;display:flex; align-items:center}
.footer .f-menu a{color:#fff;font-size:1.2em;}
.footer .f-menu .mid_space_footer{display:inline-block;width:1px; background: #fff; height:13px; margin: 0 20px;}
.footer .footer_con .center_wrap{display: flex;justify-content:space-between;}
.footer .footer_con .left{color:#fff;font-size:1em; line-height:1.8}
.footer .footer_con .left .logo{margin: 70px 0 40px}
.footer .footer_con .right{padding-top:70px}
.footer .footer_con .right .sns{margin-bottom:20px;}
.footer .footer_con .right .sns a{margin-right: 20px;}
.footer .footer_con .right .call {background: #760f65;padding:25px 35px;border-radius:20px;}
.footer .footer_con .right .call .num a{color:#fff; font-weight: 500;margin-left:5px;font-size:1.2em;}
.footer .footer_con .right .call .num{padding-bottom: 20px; margin-bottom: 10px;border-bottom: 1px solid #fff;}
.footer .footer_con .right .call .time{color:#fff; padding: 10px 30px 0px 0; }



/* 메인 팝업 */
.main_popup_st01.popup_wrapper.main_popup3 .popup{height:auto;}
.main_popup_st01.popup_wrapper.main_popup3 .pd_wrap{height:auto;padding: 20px;text-align:center;}
.main_popup_st01.popup_wrapper.main_popup3 .popup_button_wrap{text-align:center}
.main_popup_st01.popup_wrapper.main_popup3 .txt_wrap{position:static;top:0;;transform:none;width:100%;margin-top:10px;}
.main_popup_st01.popup_wrapper.main_popup3 .call_wrap{background-color: #e6e6ee; padding: 30px 10px;}
.main_popup_st01.popup_wrapper.main_popup3 .call_inner{background-color: #fff;border-radius: 20px; border: 1px solid #f3f3f7;width: 80%;margin: 0 auto;padding:15px 0}
.main_popup_st01.popup_wrapper.main_popup3 .call_wrap .txt img{margin-right:5px;}
.main_popup_st01.popup_wrapper.main_popup3 .call_wrap .txt{font-size: 1.7em;text-align:center;font-weight:500;margin-top:10px;}
.main_popup_st01.popup_wrapper.main_popup3 .call_wrap .call {text-align:center}
.main_popup_st01.popup_wrapper.main_popup3 .call_wrap .call a{font-size: 4.2em;color:#c80877; font-weight: 600;}


.popup_overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5); /* 투명한 검은 배경 */z-index: 9998;display: none;}
.popup_wrapper {font-family: 'IBM Plex Sans KR';  position: fixed;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  width: 520px;  height: auto;  background: white;  box-shadow: 0 8px 20px rgba(0,0,0,0.2);  z-index: 9999;  border-radius: 8px;  display: none;}
.popup {  position: relative;  width: 100%;  height: 100%;  padding: 20px;  box-sizing: border-box;  text-align: center; }
.main_popup1 .popup{height:650px}
.main_popup1 .popup{background:url('/assets/vomi2_pc/img/pc_popup01_img.jpg') no-repeat 100%}
.main_popup1 .popup .btm_wrap{ position: absolute;  bottom: 0px; width:calc(100% - 40px);}
.main_popup1 .popup .btm_wrap .popup_button_wrap{width:100%}
.main_popup1 .popup .btm_wrap .popup_footer{width:100%}
.popup_button_wrap {  margin: 20px 0 15px;position:absolute; bottom:50px;width:calc(100% - 40px);position:static; margin: 20px auto;}
.popup_button_wrap2 { /* position:absolute; bottom:50px; */width:100%;display:flex;justify-content: space-between;margin:20px auto;text-align:center} /* 버튼 2개일때 wrap */
.popup_button_wrap2 a, .popup_button_wrap2 button{width:calc(44% - 60px);}
.popup_wrapper .go_more {  font-family: 'IBM Plex Sans KR';display: block;  background-color: #d4007f;  color: #fff;  padding: 14px 40px;  border-radius: 6px;  font-weight: bold;  text-decoration: none;  font-size: 16px;}
.popup_wrapper .ok_btn_gray {  font-family: 'IBM Plex Sans KR';display: block;  background-color: #575757;  color: #fff;  padding: 14px 40px;  border-radius: 6px;  font-weight: bold;  text-decoration: none;  font-size: 16px;}
.popup_button_wrap2 .btn_gray{background:#a6abbb;color:#4b5060}
.popup_footer { width:calc(100% - 40px); /* position: absolute;  bottom: 20px; */margin: 20px auto;display: flex;  justify-content: space-between;  align-items: center;  font-size: 14px;
color: #292929;font-family: 'IBM Plex Sans KR';font-weight:500;padding-bottom:5px;}
.popup_close {  position: absolute;  top: 12px;  right: 17px;  font-size: 26px;  background: none;  border: none;  cursor: pointer;}
.popup_dismiss {background:none;font-weight:500;border-bottom:1px solid #000;padding:0;color: #292929;height:auto;border-radius:0;font-size:13px;font-family: 'IBM Plex Sans KR'}
.custom_check {  display: flex;  align-items: center;  cursor: pointer;  font-size: 14px;  color: #292929;font-weight:500;font-family: 'IBM Plex Sans KR'}
.custom_check input[type="checkbox"] {  display: none;}
.checkbox-img {  width: 20px;  height: 20px; margin-top:1px; background-image: url('/assets/vomi2_pc/img/popup_check_box_no.png');  background-size: cover;  margin-right: 8px;  transition: background-image 0.2s ease-in-out;}
.custom_check input[type="checkbox"]:checked + .checkbox-img {  background-image: url('/assets/vomi2_pc/img/popup_check_box_yes.png');}

.main_popup_st01.popup_wrapper .popup_close_wrap {border-bottom:1px solid #c8c8c8;height: 48px;}
.main_popup_st01.popup_wrapper .title{font-size:2.7em;font-weight:600;margin-bottom:20px;margin-top:20px;}
.main_popup_st01.popup_wrapper .txt_wrap{/* position: absolute;top: 44%;transform: translateY(-44%); */width:calc(100% - 40px);margin: 0 auto;}
.main_popup_st01.popup_wrapper .txt_area{font-size:1.6em;font-weight:400;color:#191919;text-align:center;}

.main_popup_st01.main_popup2.popup_wrapper .txt_wrap{height:430px;display: flex; flex-wrap: wrap;align-items: center;align-content: center;justify-content: center;}

.popup_wrapper.main_popup2 .popup_footer{margin-bottom:0}
.popup_wrapper.main_popup3 .popup_button_wrap2{width:calc(100% - 40px);}

/* 레이어팝업공통사용 */
.layer-pop { border-radius:20px;display:none;background:#fff;position:fixed;left:50%;margin-left:-300px;;transform:none;top:50%;transform: translateY(-50%);z-index:12;width:600px;box-sizing:border-box;
max-height:100%;font-size:16px;;text-align:left;font-size:15px;padding-bottom:60px;}
.layer-pop .layer_inner{padding: 15px;;margin-top: 60px;height: calc(100vh - 170px);margin-bottom: 10px;}
.layer-pop.h_auto{min-height:auto;}
.layer-pop.h_auto .con{padding-bottom:0}
.layer-pop.h_auto .layer_inner{height:auto;}
.layer-pop .txt{text-align:Center; font-size:21px;font-weight:600}


@media only screen and (max-width: 768px) {
.center_wrap{ padding:0 5%;}
.pc{display:none !important;}
.mobile{display:block !important;}
.layer-pop{width:80%;left:10%;margin-left:0;}

}


