@charset "UTF-8";

html {
	height: 100%;
}

input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* IE 에서 Select box 화살표 제거 */ 
select::-ms-expand { 
	display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/img/select_btn.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 5px);
}

html, body {
	font-family: 'NanumSquare';
	font-weight: 400;
	letter-spacing: -0.5px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-stroke: 0.6px;
	font-size: 14px;
	height: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #ea3737;
    margin-bottom: 10px;
}

.t-center {
	text-align: center;
}

#beauty-alert {
	display: none;
	position: fixed;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	top: 50%;
	left: 50%;
	z-index: 9999;
	background: rgba(255, 0, 0, 0.7);
	width: 250px;
	height: 250px;
	border-radius: 50%;
	text-align: center;
	padding: 50px 20px;
	color: #fff;
	margin-left: -125px;
	margin-top: -125px;
	tab-index: -1;
	position: fixed;
}

#beauty-alert i, #beauty-alert svg {
	color: #fff;
	font-size: 50px;
}

#beauty-alert h3 {
	font-size: 18px;
}

img {
	width: 100%;
}


#contents #contacts_form fieldset>div.inputs>div {
	position: relative;
}

#contents #contacts_form fieldset>div.inputs>div>ul {
    position: absolute;
    top: 50%;
    font-size: 3vw;
    left: 70%;	
}

#contents #contacts_form fieldset>.checkbox {
	padding-top: 7px;
}

#contents #contacts_form .radios {
	display: flex;
}

#contents #contacts_form .inputs>div {
	position: relative;
}

#contents #contacts_form .inputs>div ul {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px, -70%);
    margin: 0;	
}

#contents #contacts_form .radios>div {
    display: inline-block;
    margin-right: 20px;
    width: 50%;	
}

#contents #contacts_form .radios .disabled label {
    text-decoration: line-through;
    opacity: .5;
}

#contents #contacts_form .radios>div+div {
	margin: 0;
}

#contents #contacts_form .radios input{
	display: none;
}

#contents #contacts_form .radios input:checked+label {
	background: #ee2b57;
	color: #fff;	
}

/* #contents #contacts_form input,
#contents #contacts_form select{
    background-color: #dedede;
    color: #333;
    margin-bottom: 2vw;
    border: 0;
    width: 54vw;
    padding: 1.5%;
    font-size: 3vw;
    border-radius: 50px;
    padding-left: 15px;
} */

#contents #contacts_form select.basic {
	color: #666;
}

#contents #contacts_form input::placeholder {
	color: #b5b3b3;
}

#contents #contacts_form .checkbox label{
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 12px;
    width: 100%;
    text-align: center;   
}

#contents #contacts_form .checkbox input {
	display: none;
}

#contents #contacts_form .checkbox span {
	width: 3.5vw;
    height: 3.5vw;
    position: relative;
    left: 0;
    background: #fff3c4;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1vw;
    margin-bottom: 0.6vw;
}

/* 
#contents #contacts_form .checkbox p {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 2.5vw;
    vertical-align: middle;
    text-align: left;
} */

#contents #contacts_form .checkbox p>a {
	color: #ee2b57;
}

#contents #contacts_form .btn-list p {
    text-align: left;
    margin-top: 2vw;
    font-weight: 800;
    font-size: 2.5vw;
    margin-bottom: 0;	
}

body>footer{
	padding: 15px 0px 155px;
    background: #353744;
    font-weight: 600;
}

footer .help_lst a:first-child{
	padding-left: 0;
}

footer .help_lst a{
	display: inline-block;
    padding: 1px 10px;
    line-height: .9rem;
    color: #fff;
    font-weight: 500;
}

footer>.design-footer .footer-top{
	padding: 10px;
    border-bottom: 1px solid #5d5f69;
    padding-top: 15px;
}

footer>.design-footer .footer-center{
	color: #96969b;
    padding: 20px 10px;
    border-bottom: 1px solid #5d5f69;
}

footer>.design-footer .footer-center>div{
	margin-bottom: 5px;
}

footer>.design-footer .footer-center>div>span{
	display: inline-block;
    padding-right: 3px;
    margin-bottom: 5px;
}

footer>.design-footer .footer-top img{
	width: 100px;
}

a, a:focus, a:hover{
	text-decoration: none;
}

footer>.design-footer .footer-center>div.legend_text{
	margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}

footer>.design-footer .footer-center>div.legend_text>p>a{
	color: #fff;
    font-weight: 600;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	padding-left: 5px;
}

#contents .footer-btn{
	position: fixed;
    bottom: 0;
    padding: 3vw;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 5.5vw;
    max-width: 640px;	
    background-position: center;
    background-size: cover;
    background-color: #c2b2f2;
    z-index: 100000;
    border: 1px solid transparent;
    border-top-left-radius: 2.8vw;
    border-top-right-radius: 2.8vw;
}


/* 2022 */

body {
	max-width: 800px;
	min-width: 300px;
	background-color: #e2e0d8;
	margin: 0 auto;
}

#contents section {
	position: relative;
}

#contents .contact-btn {
	color: #fff;
	font-size: 40px;
	font-family: 'Gmarket';	
	font-weight: 600;
	display: block;
    padding: 35px 0;
    line-height: 1;
    border-radius: 15px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

/* #contents .main a.contact-btn {
	background-color: #fd4c56;
} */

#contents section>div {
	position: relative;
}


#contents section>div .btn-wrap {
	position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;    
}


@media (max-width: 800px) {
	
	#contents .contact-btn {
		font-size: 5vw;
	    padding: 4.375vw 0;
	    line-height: 1;
	    border-radius: 1.88vw;
	}
	
}

/* 기본 끝 */

#contents section .tour .btn-wrap {
	bottom: 120px;
}

#contents section .tour .contact-btn {
	background: #005094;
	color: #fff;
}

#contents section .hall .btn-wrap {
	bottom: 80px;
}

#contents section .hall .contact-btn {
	background: #009465;
	color: #fff;
}

#contents section .experience .btn-wrap {
	bottom: 78px;
}

#contents section .experience .contact-btn {
	background: #b79301;
	color: #fff;
}

#contents section .contact .btn-wrap {
	bottom: 145px;
}

#contents section .contact .contact-btn {
	background: #ff1641;
	color: #fff;
	border: 1px solid transparent;
}

#contents .contact-wrapper {
	position: relative;
}

#contents .frm {
	position: absolute;
    bottom: 200px;
    width: 100%;
}

#contents .frm .top-line {
	margin-bottom: 145px;
}

#contents #contacts_form fieldset {
	padding: 0 85px;
	padding-top: 0px;
}

#contents #contacts_form .radios label {
	background: #efefef;
    color: #666;
    text-align: center;
    border-radius: 15px;
    width: 100%;
    padding: 26px 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 1;
}

#contents #contacts_form .radios input:checked+label {
	background: #ff1741;
    color: #fff;
}

#contents #contacts_form input, #contents #contacts_form select {
	background-color: #efefef;
    color: #666;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    padding: 25px;
    font-size: 24px;
    border-radius: 15px;
    font-weight: 700;
    line-height: 1;
}

#contents #contacts_form input::placeholder {
	color: #666;
}

#contents #contacts_form select option:checked {
	color: #666;
}


#contents #contacts_form .btn-list {
    position: relative;
    margin-top: 75px;
    padding: 0 85px;
}

#contents #contacts_form fieldset>div.inputs>div>ul {
    position: absolute;
    top: 16%;
    font-size: 18px;
    left: 60%;	
}

#contents #contacts_form .checkbox p {
    margin: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 21px;
    vertical-align: middle;
    text-align: left;
	white-space: nowrap;
	display: flex;
    align-items: center;	
    font-weight: 700;
}

#contents #contacts_form .checkbox span {
	width: 55px;
    height: 55px;
    color: #999;
    font-weight: 900;
    position: relative;
    left: 0;
    background: #efefef;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 0;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 32px;
}

#contents #contacts_form .checkbox input:checked+span {
	color: #fff;
	background: #ff1741;
}

#contents .main .btn-wrap.main-button {
	position: absolute;
	bottom: 210px;
}

#contents .main .btn-wrap .main-btn {
	color: #fff;
    font-size: 32px;
    font-weight: 700;
    display: block;
    padding: inherit;
    height: 95px;
    line-height: 95px;
    border-radius: 15px;
    width: 300px;
    margin: 0;
    cursor: pointer;
    background-color: #ff1e1e;
}

#contents .main .btn-wrap .main-btn.move-location {
	background-color: #000;
	color: #fff;
}


#contents section.benefit-section .contact-btn {
	background: #b79301;
	color: #fff;
}


#contents section.footer-section {
    background-color: #ff1741;
    color: #fff;
    font-size: 42px;
    text-align: center;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    position: fixed;
    bottom: 0;
    padding: 52px 0 42px;
    font-weight: 700;
    width: 800px;
    z-index: 15;
    display: none;
    font-family: 'Gmarket';
    font-weight: 600;
}

#contents section.footer-section.top-fix {
	display: block;
}

#contents section.footer-section.top-fix.success {
	display: block;
}

#contents section.footer-section .footer>p {
	margin: auto;
}


#contents .main .btn-wrap.main-button>a:first-child {
	margin-right: 16px;
}

#contents .main .btn-wrap.main-button>a:last-child {
	margin-left: 16px;
}

@media(max-width: 800px) {
	
	#contents .main .btn-wrap .main-btn {
		font-size: 4vw;
        width: 37.5vw;
        border-radius: 1.88vw;
        height: 11.88vw;
        line-height: 11.88vw;
	}
	
	#contents .main .btn-wrap.main-button>a:first-child {
		margin-right: 2vw;
	}
	
	#contents .main .btn-wrap.main-button>a:last-child {
		margin-left: 2vw;
	}
	
	.owl-theme .owl-dots .owl-dot span {
		height: 1.25vw;
	}
	
	#contents .frm {
		bottom: 25vw;
	}
	
	#contents .frm .top-line {
		margin-bottom: 18vw;
	}
	
	#contents #contacts_form .btn-list {
        margin-top: 9.38vw;
        padding: 0 10.63vw;
	}
	
	#contents #contacts_form fieldset {
		padding: 0 10.63vw;
		padding-top: 0;
	}
	
	#contents #contacts_form .radios label {
		padding: 1.5vw 0;
	    font-size: 3vw;
	    margin-bottom: 2.5vw;
        border-radius: 1.88vw;	    
        padding: 3.13vw;
	}
	
	
	#contents #contacts_form input, 
	#contents #contacts_form select {
		margin-bottom: 2.5vw;
		font-size: 3vw;
        border-radius: 1.88vw;
        padding: 3.25vw;		
	}
	
	#contents #contacts_form fieldset>.checkbox {
		padding-top: 0.88vw;
	}
	
	#contents #contacts_form .checkbox label {
		font-size: 1.5vw;
	}
	
	#contents #contacts_form .checkbox p {
		font-size: 2.63vw;
	}
	
	#contents #contacts_form .checkbox span {
		width: 6.88vw;
	    height: 6.88vw;
	    margin-right: 1.88vw;
	    border-radius: 1.88vw;
        line-height: 6.88vw;	    
        font-size: 4vw;
	}
	
	#contents section.footer-section {
        font-size: 5.25vw;
        border-top-left-radius: 4.38vw;
        border-top-right-radius: 4.38vw;
        padding: 6.5vw 0 5.25vw;
        width: 100vw;
	}
	
	body>footer{
		padding: 3.75vw 0px 20vw 0;
	    background: #353744;
	    font-weight: 600;
	}
	
	#contents .main .btn-wrap.main-button {
		bottom: 26.25vw;
	}
	
	#contents #contacts_form .radios>div {
		margin-right: 2.5vw;
	}
	
	
}




