@charset "utf-8";
/* Reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
menu,
nav,
section,
article,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
}
body,
input,
select,
textarea,
button {
	border: none;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	color: #333;
}
ul,
ol,
li {
	list-style: none;
}
table {
	border-spacing: 0;
}
img,
fieldset {
	border: 0;
}
address,
cite,
code {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: normal;
}
label,
img,
input,
select,
textarea,
button {
	vertical-align: middle;
	color: inherit;
	font: inherit;
}
.hide,
legend {
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}
hr {
	display: none;
}
main,
header,
section,
nav,
footer,
aside,
article,
figure {
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
button {
	cursor: pointer;
	color: #333;
	background-color: transparent;
}

html {
}
body {
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
*:before,
*:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/* Form */
textarea {
	border: 1px solid #d3d3d3;
}
select {
	padding-left: 10px;
	height: 35px;
}
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
	font-size: 16px;
	color: #585858;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	transition: all 0.5s;
	box-sizing: border-box;
	vertical-align: middle;
}
input[type="password"],
input[type="text"] {
	padding: 0 0 0 10px;
	height: 35px;
}
textarea {
	padding: 10px;
}

input::-webkit-input-placeholder {
	color: #b8b8b8;
}
input:-moz-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
input::-moz-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
input::-ms-input-placeholder {
	color: #b8b8b8;
}
input:-ms-input-placeholder {
	color: #b8b8b8;
}
input::input-placeholder {
	color: #b8b8b8;
}

textarea::-webkit-input-placeholder {
	color: #b8b8b8;
}
textarea:-moz-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
textarea::-moz-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
textarea::-ms-input-placeholder {
	color: #b8b8b8;
}
textarea:-ms-input-placeholder {
	color: #b8b8b8;
}
textarea::input-placeholder {
	color: #b8b8b8;
}

textarea:focus,
input:focus {
	border: 1px solid #5282ff;
	outline: none;
}
label {
}

input[type="tel"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="email"][disabled] {
	border-color: #d3d3d3;
	color: #333333;
	-webkit-appearance: none;
	font-size: 15px;
	padding: 0 10px;
	background-color: #f1f1f1;
}
input[type="text"]::-ms-clear {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select {
	height: 35px;
	background: url("../images/basic/icon_sel_arr.png") no-repeat right center
		#fff;
	border: 1px solid #d3d3d3;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
select[disabled] {
	background-color: #f1f1f1 !important;
}

textarea[readonly],
textarea[disabled] {
	padding: 12px;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	line-height: 140%;
	height: 78px;
	background: #fafafa;
	border: 1px solid #d3d3d3;
}
.clear {
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}

/* 인풋스타일 (날짜) */
.inp_date {
	background: url("../images/basic/icon_date.png") no-repeat right 5px center;
}
.icon_from {
	display: inline-block;
	margin: 0 12px;
	font-style: normal;
}

/* 인풋 스타일 ( 체크박스, 라디오 )*/
.checkbox {
	display: inline-block;
	position: relative;
}
.checkbox input {
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	opacity: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}
.checkbox label {
	display: inline-block;
	padding-left: 31px;
	font-size: 15px;
	color: #585858;
	line-height: 35px;
}
.checkbox label:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background: url("../images/basic/un_check.png") no-repeat center;
	content: "";
}
.checkbox input:checked + label:before {
	background-image: url("../images/basic/check.png");
}
.checkbox input:focus + label:before {
	outline: 1px dotted #000;
}
.checkbox + .checkbox {
	margin-left: 20px;
}
.checkbox.t_none {
	width: 22px;
}
.checkbox.t_none label {
	overflow: hidden;
	text-indent: -999px;
	text-align: left;
}

.radio {
	display: inline-block;
	position: relative;
}
.radio input {
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}
.radio label {
	display: inline-block;
	padding-left: 31px;
	font-size: 15px;
	color: #585858;
	line-height: 35px;
}
.radio label:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background: url("../images/basic/un_radio.png") no-repeat center;
	content: "";
}
.radio input:checked + label:before {
	background-image: url("../images/basic/radio.png");
}
.radio input:focus + label:before {
	outline: 1px dotted #000;
}
.radio + .radio {
	margin-left: 20px;
}

.ch_list {
	display: inline-block;
}
.ch_list li {
	display: inline-block;
}
.ch_list li + li {
	margin-left: 15px;
}

.filebox_list li + li {
	margin-top: 10px;
}

.filebox {
	display: inline-block;
}
.filebox .btn {
	float: left;
	margin: 0;
	width: 100px !important;
}
.filebox input {
	float: right;
	background: #fff !important;
}

.tel_wrap {
	overflow: hidden;
	display: inline-block;
}
.tel_wrap select,
.tel_wrap input {
	float: left;
	width: 31%;
}
.tel_wrap .bar {
	float: left;
	width: 3.5%;
	line-height: 35px;
	text-align: center;
}
.tel_wrap .bar:after {
	display: none;
}

/* 본문 바로가기 */
#skipnavigation a {
	position: absolute;
	left: -3000%;
}
#skipnavigation a:focus {
	display: block;
	left: 0;
	top: 0;
	z-index: 10000000000;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #3290ff;
	color: #fff;
	text-align: center;
}

/* 사용자 페이지 공통 css */
/* 정렬 */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.con_box {
	margin: 0 15px;
}

/* text-align */
.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

/* text 말줄임표 */
.text_over {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* display */
.dis_inblock {
	display: inline-block;
}

/* Hidden Type */
.skip {
	position: absolute;
	top: 0;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.blind {
	overflow: hidden;
	color: transparent;
	white-space: nowrap;
}
.m_visible {
	display: none;
}
.d_none {
	display: none;
}

.relative {
	position: relative;
}
.abs_r {
	position: absolute;
	top: 0;
	right: 0;
}

/* 가로사이즈 */

.w_100 {
	width: 100px;
}
.w_110 {
	width: 110px;
}
.w_120 {
	width: 120px;
}
.w_150 {
	width: 150px;
}
.w_200 {
	width: 200px;
}
.w_340 {
	width: 340px;
}
.w_400 {
	width: 400px;
}
.w_500 {
	width: 500px;
}
.w_600 {
	width: 600px;
}
.w_700 {
	width: 700px;
}
.w_800 {
	width: 800px;
}
.w_900 {
	width: 900px;
}

.wp_50 {
	width: 50%;
}
.wp_60 {
	width: 60%;
}
.wp_70 {
	width: 70%;
}
.wp_80 {
	width: 80%;
}
.wp_90 {
	width: 90%;
}

.w_full {
	width: 100% !important;
}
.w_half {
	width: 50% !important;
}

/* margin */
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
.ml_5 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.mr_5 {
	margin-right: 5px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}

/* padding */
.pd_top10 {
	padding-top: 10px;
}

@keyframes rotateAni {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes tweenY {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}
@keyframes tweenY02 {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}

@keyframes tweenS {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.btitle01 {
	margin-top: -50px;
	margin-bottom: 25px;
}
.btitle01 * {
	vertical-align: middle;
}
.btitle01 h3 {
	display: inline-block;
	font-size: 22px;
	color: #222222;
	font-weight: 500;
}
.btitle01 p {
	margin-top: 10px;
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}
.btitle01 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}

.btitle02 {
	margin-bottom: 35px;
	font-size: 30px;
	color: #222222;
	font-weight: 500;
	text-align: center;
}

#branch_pop {
	display: none;
	position: absolute;
	top: 300px;
	left: 50%;
	z-index: 1001;
	width: 1400px;
	margin-left: -700px;
	padding: 50px 60px 60px;
	background: #fff;
}
#branch_pop .btn_branch_close {
	position: absolute;
	top: 50px;
	right: 60px;
}
#branch_pop .top {
	margin-bottom: 45px;
	text-align: center;
}
#branch_pop h2 {
	display: inline-block;
	padding-left: 50px;
	font-size: 40px;
	color: #222222;
	background: url("/images/branch/icon_branch_location.png") no-repeat 0
		center;
}
#branch_pop .branch_cont {
	display: none;
	overflow: hidden;
	height: 600px;
	margin-top: 40px;
	background: #f4f4f4;
}
#branch_pop .branch_cont .map {
	float: left;
	width: 640px;
	height: 600px;
}
#branch_pop .branch_cont .cbox {
	float: left;
	margin-left: 40px;
	width: 560px;
	padding-top: 30px;
}
#branch_pop .branch_cont h3 {
	margin-bottom: 20px;
	font-size: 40px;
	color: #222222;
	font-weight: 500;
}
#branch_pop .branch_cont .addr {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
#branch_pop .branch_cont .addr dt {
	float: left;
	width: 95px;
	border-radius: 15px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #222222;
}
#branch_pop .branch_cont .addr dd {
	margin-left: 105px;
	padding-top: 2px;
	font-size: 20px;
	color: #000000;
}
#branch_pop .sns_list {
	margin-top: 40px;
}
#branch_pop .sns_list li + li {
	margin-top: 15px;
}
#branch_pop .sns_list p,
#branch_pop .sns_list a {
	display: inline-block;
	padding-left: 74px;
	line-height: 64px;
	color: #222222;
	font-weight: 500;
	background: no-repeat 0 center;
}
#branch_pop .sns_list .tel {
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	background-image: url("/images/branch/icon_branch_tel.png");
}
#branch_pop .sns_list .insta {
	font-size: 30px;
	background-image: url("/images/branch/icon_branch_insta.png");
}
#branch_pop .sns_list .kakao {
	font-size: 26px;
	background-image: url("/images/branch/icon_branch_kakao.png");
}
#branch_pop .link_list {
	margin-top: 28px;
}
#branch_pop .link_list li {
	float: left;
	margin-right: 20px;
}

.branch_pop_dimmed_bg {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.4);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

#main-rolling-popup {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 1082px;
	transform: translatex(-50%);
	height: 680px;
	z-index: 99999;
}
#main-rolling-popup .title {
	text-align: center;
	background: #252731;
	position: relative;
}
#main-rolling-popup .title .sub_title {
	cursor: pointer;
	position: absolute;
	top: 52px;
	left: 3px;
}
#main-rolling-popup .title .close {
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 20px;
	z-index: 9999;
}
#main-rolling-popup .bx-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 954px;
}
#main-rolling-popup .bx-wrapper ul {
	padding: 0;
	margin: 0;
}
#main-rolling-popup #pop-nav a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #8c8c8c;
	line-height: 71px;
	border-bottom: 1px solid #efefef;
}
#main-rolling-popup #pop-nav a.active {
	background: #fef0d5;
	color: #252731;
}
#main-rolling-popup #pop-nav a:last-child {
	border-bottom: 0;
}
.main-rolling-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.83);
	z-index: 99999;
	cursor: pointer;
}

#main-rolling-popup .wrapper {
	width: 551px;
	height: 272px;
	position: absolute;
	right: 45px;
	bottom: 112px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#main-rolling-popup .button img {
	margin: 20px 0 0 480px;
}

#quick_counsel_new {
	z-index: 9999;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(30, 30, 30, 0.9);
}

#quick_counsel_new h2 {
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
}
#quick_counsel_new h2 span {
	font-weight: 700;
}
#quick_counsel_new fieldset {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 120px;
	height: 100px;
}
#quick_counsel_new fieldset .fbox {
	display: flex;
	align-items: center;
	gap: 44px;
}
#quick_counsel_new fieldset .r_wrap {
	display: flex;
	align-items: center;
	gap: 44px;
}

#quick_counsel_new fieldset .fbox input {
	width: 217px;
	height: 34px;
	background: #fff;
	border-radius: 32px;
	font-weight: 700;
	padding: 0;
	text-align: center;

	cursor: pointer;
}
#quick_counsel_new fieldset .fbox input.btn_submit {
	background: transparent;
	border: 1px solid #bcbcbc;
	color: #fff;
}
#quick_counsel_new fieldset #consult_agree {
	width: 20px;
	height: 20px;

	margin-right: 16px;
}
#quick_counsel_new fieldset #consult_agree[type="checkbox"]:checked {
	background: #005aff;
}
#quick_counsel_new fieldset .mcheckbox label {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.ft__quick {
	z-index: 9999;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	right: 40px;

	display: flex;
	flex-direction: column;
}
.ft__quick a {
	width: 80px;
	height: 80px;

	opacity: 0.9;
}
.ft__quick a + a {
	margin-top: 20px;
}
.ft__quick a.--kakao {
	background: url(/images/common/footer/quick-kakao.png) center / contain
		no-repeat;
}
.ft__quick a.--event {
	background: url(/images/common/footer/quick-event.png) center / contain
		no-repeat;
}
.ft__quick a.--booking {
	background: url(/images/common/footer/quick-booking.png) center / contain
		no-repeat;
}
.ft__quick a.--insta {
	background: url(/images/common/footer/quick-insta.png) center / contain
		no-repeat;
}
.ft__quick a.--tel {
	background: url(/images/common/footer/quick-tel.png) center / contain
		no-repeat;
}
