@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Noto+Sans+KR:wght@500;600;700&display=swap");
video {
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

/* Reset 스타일 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: none !important;
	-webkit-text-fill-color: #000000 !important;
}

/**************
 공통
***************/
/* 간격 */
.layer-pop { /* 타이틀 ~ 서브타이틀 */
	/* 서브타이틀 ~ 컨텐츠 */
	/* 190328 타이틀 ~ 탭 */
	/* 컨텐츠 ~ 페이징 */
	/* 컨텐츠 ~ 컨텐츠 , 컨텐츠 ~ 하단버튼영역 , 탭 ~ 컨텐츠   */
	/* 탭 ~ 컨텐츠(목록형) */
	/* 타이틀 ~ 검색박스 */
	/* 검색박스 ~ 탭 */
	/* 검색박스 ~ 컨텐츠(목록형) */
}
.layer-pop .mt-tit {
	margin-top: 50px;
}
.layer-pop .mt-tit2 {
	margin-top: 20px;
}
.layer-pop .mt-tit3 {
	margin-top: 50px;
}
.layer-pop .mt-page {
	margin-top: 30px;
}
.layer-pop .mt-cnt {
	margin-top: 60px;
}
.layer-pop .mt-cnt2 {
	margin-top: 40px;
}
.layer-pop .mt-cnt3 {
	margin-top: 30px;
}
.layer-pop .mt-srch {
	margin-top: 60px;
}
.layer-pop .mt-srch2 {
	margin-top: 40px;
}

@media screen and (max-width: 1279px) {
	.layer-pop { /* 타이틀 ~ 서브타이틀 */
		/* 서브타이틀 ~ 컨텐츠 */
		/* 190328 타이틀 ~ 탭 */
		/* 컨텐츠 ~ 페이징 */
		/* 컨텐츠 ~ 컨텐츠 , 컨텐츠 ~ 하단버튼영역 , 탭 ~ 컨텐츠   */
		/* 탭 ~ 컨텐츠(목록형) */
		/* 타이틀 ~ 검색박스 */
		/* 검색박스 ~ 탭 */
		/* 검색박스 ~ 컨텐츠(목록형) */
	}
	.layer-pop .mt-tit {
		margin-top: 3rem;
	}
	.layer-pop .mt-tit2 {
		margin-top: 1rem;
	}
	.layer-pop .mt-tit3 {
		margin-top: 0;
	}
	.layer-pop .mt-page {
		margin-top: 2rem;
	}
	.layer-pop .mt-cnt {
		margin-top: 3rem;
	}
	.layer-pop .mt-cnt2 {
		margin-top: 3rem;
	}
	.layer-pop .mt-cnt3 {
		margin-top: 0;
	}
	.layer-pop .mt-srch {
		margin-top: 2rem;
	}
	.layer-pop .mt-srch2 {
		margin-top: 2rem;
	}
}
/**************
 Text / Bullet
***************/
@media screen and (max-width: 1279px) {
	.layer-pop .category {
		font-size: 13px;
		color: #fff;
		display: inline-block;
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
	}
}
/**************
 Grid
***************/
/* col-md- */
@media screen and (max-width: 1279px) {
	.layer-pop .grid-area-table.col-md-push {
		display: block;
	}
	.layer-pop .grid-area-table.col-md-push:not(.mixed) > .colum,
	.layer-pop .grid-area.col-md-push:not(.mixed) > .colum {
		float: none;
		display: block;
		width: 100%;
	}
	.layer-pop .grid-area.col-md-push.mixed .wp-25,
	.layer-pop .grid-area.col-md-push.mixed .col-3,
	.layer-pop .grid-area.col-md-push.mixed .col-4 {
		width: 50%;
	}
	.layer-pop .grid-area.col-md-push.mixed .col-6,
	.layer-pop .grid-area.col-md-push.mixed .full {
		width: 100%;
	}
	.layer-pop .grid-area.col-md-pull .colum {
		min-width: inherit;
	}
}
/* col-sm- */
@media screen and (max-width: 1279px) {
	.layer-pop .grid-area-table.col-sm-push {
		display: block;
	}
	.layer-pop .grid-area-table.col-sm-push:not(.mixed) > .colum,
	.layer-pop .grid-area.col-sm-push:not(.mixed) > .colum {
		float: none;
		display: block;
		width: 100%;
	}
	.layer-pop .grid-area.col-sm-push.mixed .wp-25,
	.layer-pop .grid-area.col-sm-push.mixed .col-3,
	.layer-pop .grid-area.col-sm-push.mixed .col-4 {
		width: 50%;
	}
	.layer-pop .grid-area.col-sm-push.mixed .col-6,
	.layer-pop .grid-area.col-sm-push.mixed .full {
		width: 100%;
	}
	.layer-pop .grid-area.col-sm-pull .colum {
		min-width: inherit;
	}
	.layer-pop .grid-area[class*=gap-] {
		width: auto;
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
	.layer-pop .grid-area[class*=gap-] .colum {
		padding: 0 2.5rem;
	}
}
/**************
 Tab
***************/
@media (max-width: 1279px) {
	.layer-pop .inner-tab {
		padding: 0 2.5rem;
	}
	.layer-pop .inner-tab > ul > li {
		height: 3.9rem;
	}
	.layer-pop .inner-tab > ul > li > a {
		line-height: 3.9rem;
		font-size: 1.3rem;
		padding: 0 1rem;
	}
	.layer-pop :lang(ja) .inner-tab > ul > li > a {
		line-height: 4.4rem;
	}
	.layer-pop .inner-tab.fix ul li {
		min-width: 8.7rem;
	}
	.layer-pop .tab-menu {
		background: #f6f6f6;
		padding: 0 0.9rem;
	}
	.layer-pop .tab-menu ul {
		border: 0;
		width: auto;
		padding-left: 1rem;
	}
	.layer-pop .tab-menu ul > li {
		border-left: 0;
		text-align: center;
		border-bottom: 0;
		padding: 0 1.6rem;
	}
	.layer-pop .tab-menu ul > li > a {
		border-bottom: 0;
		font-size: 1.4rem;
		display: inline-block;
		width: auto;
		vertical-align: top;
		padding: 0.5rem 0;
	}
	.layer-pop .tab-menu ul > li > a > span {
		white-space: nowrap;
	}
	.layer-pop .tab-menu ul > li > h2 > a {
		border-bottom: 0;
		font-size: 1.4rem;
		display: inline-block;
		width: auto;
		vertical-align: top;
		padding: 0.5rem 0;
	}
	.layer-pop .tab-menu ul > li > h2 > a > span {
		white-space: nowrap;
	}
	.layer-pop .tab-menu ul > li.active:before {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		top: auto;
		left: 1.6rem;
		width: calc(100% - 3.2rem);
		height: 2px;
		background: #da291c;
	}
	.layer-pop .content .inner-tab {
		padding: 0;
	}
}
.layer-pop .scroll-list li {
	float: none;
	width: 100%;
}

@media (max-width: 1279px) {
	/* 반응형 탭메뉴 swipe */
	/* iscroll */
	.layer-pop {
		/* swipe */
		/* swipe2 */
		/* 탭 잘림현상 대응 */
	}
	.layer-pop #scroll-wrapper {
		position: relative;
		z-index: 1;
		height: 40px;
		width: 100%;
		background: #ccc;
		overflow: hidden;
		-ms-touch-action: none;
		padding: 0;
	}
	.layer-pop .scroller {
		position: absolute;
		z-index: 1;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		height: 40px;
		transform: translateZ(0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-o-text-size-adjust: none;
		text-size-adjust: none;
	}
	.layer-pop #tab-scroll {
		position: relative;
		z-index: 1;
		height: 53px;
		width: 100%;
		overflow: hidden;
		-ms-touch-action: none;
		padding: 0;
	}
	.layer-pop .responsive-scroll {
		position: relative;
		z-index: 1;
		height: 53px;
		width: 100%;
		overflow: hidden;
		-ms-touch-action: none;
		padding: 0;
	}
	.layer-pop .tab-menu.responsive-scroll ul li {
		width: auto;
	}
	.layer-pop .tab-menu.responsive-scroll ul li a {
		white-space: nowrap;
	}
	.layer-pop .tab-menu.responsive-swipe {
		position: relative;
		z-index: 1;
		height: 53px;
		width: 100%;
		overflow: hidden;
		-ms-touch-action: none;
		padding: 0;
	}
	.layer-pop .tab-menu.responsive-swipe li {
		min-width: 22rem;
	}
	.layer-pop .tab-menu.responsive-swipe li a {
		display: inline-block;
		width: auto;
	}
	.layer-pop .tab-menu.responsive-swipe .scroller {
		width: 88.4rem;
	}
	.layer-pop .tab-content.responsive-scroll ul li {
		width: auto;
	}
	.layer-pop .tab-content.responsive-scroll ul li a {
		white-space: nowrap;
	}
	.layer-pop .tab-content.responsive-swipe {
		position: relative;
		z-index: 1;
		height: 53px;
		width: 100%;
		overflow: hidden;
		-ms-touch-action: none;
		padding: 0;
	}
	.layer-pop .tab-content.responsive-swipe li {
		min-width: 22rem;
	}
	.layer-pop .tab-content.responsive-swipe li a {
		display: inline-block;
		width: auto;
	}
	.layer-pop .tab-content.responsive-swipe .scroller {
		width: 88.4rem;
	}
	.layer-pop .tab-menu.responsive-scroll ul {
		padding-right: 2.5rem;
	}
}
/**************
 Table
***************/
/* table - border 있는 경우 */
@media (max-width: 1279px) {
	.layer-pop .tb-wrap.td_style thead tr th,
	.layer-pop .tb-wrap.td_style thead tr td,
	.layer-pop .tb-wrap.td_style tbody tr th,
	.layer-pop .tb-wrap.td_style tbody tr td {
		padding: 1.9rem 0.4rem;
		font-size: 1.4rem;
		word-break: keep-all;
		word-wrap: break-word;
	}
}
/* 반응형 테이블 */
.layer-pop .tb-responsive {
	border-top: 1px solid #aaa;
}
.layer-pop .tb-responsive table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
}
.layer-pop .tb-responsive th, .layer-pop .tb-responsive td {
	padding: 30px 30px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	vertical-align: middle;
	color: #666;
}
.layer-pop .tb-responsive td {
	color: #333;
}
.layer-pop .tb-responsive th {
	background-color: #fbfbfb;
	text-align: left;
}

@media all and (max-width: 1279px) {
	.layer-pop { /* 테이블의 모든 요소를 block화 시킴*/
		/* thead의 tr을 화면밖으로 날림 */
		/* th,td의 플롯해제 */
		/* td내용 우측에 타이틀 들어갈 영역 만듬 */
	}
	.layer-pop .tb-responsive td, .layer-pop .tb-responsive th {
		padding: 2.5rem 2rem;
		border-bottom: 0;
		font-size: 1.4rem;
		background: none;
	}
	.layer-pop .tb-responsive .rwd-table,
	.layer-pop .tb-responsive .rwd-table thead,
	.layer-pop .tb-responsive .rwd-table tbody,
	.layer-pop .tb-responsive .rwd-table tr,
	.layer-pop .tb-responsive .rwd-table th,
	.layer-pop .tb-responsive .rwd-table td {
		display: block;
	}
	.layer-pop .tb-responsive {
		border-top: 1px solid #666;
	}
	.layer-pop .tb-responsive .rwd-table thead tr {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	.layer-pop .tb-responsive .rwd-table tr:after {
		content: "";
		display: block;
		clear: both;
	}
	.layer-pop .tb-responsive .rwd-table td {
		position: relative;
		float: left;
		width: 100%;
		padding: 0.9rem 1rem;
		box-sizing: border-box;
		border-bottom: 0;
		font-size: 1.3rem;
	}
	.layer-pop .tb-responsive .rwd-table td .title {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		max-width: 40%;
		padding-right: 1rem;
		word-break: keep-all;
		word-wrap: break-word;
	}
	.layer-pop .tb-responsive .rwd-table td .td-txt {
		display: inline-block;
		vertical-align: top;
		width: 58%;
	}
	.layer-pop .tb-responsive.list-type tr td:first-child {
		padding-top: 1.9rem;
	}
	.layer-pop .tb-responsive.list-type tr td:last-child {
		padding-bottom: 1.9rem;
		border-bottom: 1px solid #ddd;
	}
	.layer-pop .tb-responsive.view-type .rwd-table tbody th {
		position: absolute;
		left: -9999px;
		top: -9999px;
	}
	.layer-pop .tb-responsive.view-type {
		padding: 1.1rem 0;
		border-bottom: 1px solid #ddd;
	}
}
/**************
 Form
***************/
@media (max-width: 1279px) {
	.layer-pop {
		/* Radio */
		/* Radio - Single type */
		/* 인풋 요소 Size */
		/* -lg */
		/* -md */
		/* option color */
	}
	.layer-pop .input-group-date .input-text {
		background-size: 2.8rem 1.4rem;
	}
	.layer-pop .txtbox textarea {
		font-size: 1.4rem;
	}
	.layer-pop .custom-radio {
		position: relative;
		display: inline-block;
	}
	.layer-pop .custom-radio .radio {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
	.layer-pop .custom-radio .radio + label {
		display: inline-block;
		color: #666;
		position: relative;
		padding-left: 2.4rem;
		height: 1.8rem;
		cursor: pointer;
		font-size: 1.4rem;
	}
	.layer-pop .custom-radio .radio + label:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 1.6rem;
		height: 1.6rem;
		text-align: center;
		background: #fff;
		border: 1px solid #b0b0b0;
		border-radius: 100%;
	}
	.layer-pop .custom-radio .radio:checked + label {
		color: #666;
	}
	.layer-pop .custom-radio .radio[disabled] + label:before {
		opacity: 0.3;
	}
	.layer-pop .custom-radio.single {
		width: 20px;
		height: 20px;
		overflow: hidden;
	}
	.layer-pop .custom-radio.single .radio + label {
		padding-left: 20px;
		text-indent: -9999px;
	}
	.layer-pop .list-select {
		position: relative;
		display: inline-block;
		width: auto;
		box-sizing: border-box;
		background: transparent;
	}
	.layer-pop .list-select .select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: auto;
		border: 0;
		padding: 0 1.5rem 0 0;
		height: 1.7rem;
		font-size: 1.3rem;
		border: 0;
		background: none;
	}
	.layer-pop .list-select:after {
		display: block;
		content: "";
		position: absolute;
		top: 0.7rem;
		right: 0;
		width: 0px;
		height: 0px;
		border-left: 0.4rem solid transparent;
		border-right: 0.4rem solid transparent;
		border-top: 0.5rem solid #666;
	}
	.layer-pop .input-text.input-lg,
	.layer-pop .custom-select.select-lg {
		height: 4rem;
	}
	.layer-pop .input-group.input-lg .input-text,
	.layer-pop .input-group.input-lg .btn,
	.layer-pop .input-group.input-lg .custom-select {
		height: 4.5rem;
		font-size: 1.4rem;
	}
	.layer-pop .input-group.input-lg .custom-select,
	.layer-pop .custom-select.select-lg {
		background-position: right 1.8rem;
	}
	.layer-pop .input-group.input-lg .input-group-add.txt {
		font-size: 1.4rem;
	}
	.layer-pop .input-text.input-md,
	.layer-pop .custom-select.select-md {
		height: 4rem;
	}
	.layer-pop .input-group.input-md .input-text,
	.layer-pop .input-group.input-md .btn,
	.layer-pop .input-group.input-md .custom-select {
		height: 4rem;
	}
	.layer-pop .input-group.input-md .custom-select .select,
	.layer-pop .custom-select.select-md {
		background-position: right 1.5rem;
	}
	.layer-pop .custom-select.opt-color > label {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		font-size: 1.4rem;
		color: #999;
		border: 1px solid transparent;
	}
	.layer-pop .custom-select.opt-color > label > span {
		padding-left: 1.5rem;
		display: block;
		line-height: 4.5rem;
		padding-right: 1.5rem;
	}
	.layer-pop .custom-select.opt-color .select {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.layer-pop .custom-select.opt-color > label.selected {
		color: #666;
	}
	.layer-pop .search-box {
		padding: 2rem 2.5rem;
	}
	.layer-pop .search-box > .input-group[class*=w-]:only-child {
		width: 100%;
	}
}
/* 2020-09-09 480px이하 사이즈 수정 */
@media (max-width: 380px) {
	.layer-pop .search-inner .input-group.input-lg .input-text {
		padding: 0.6rem 2.6rem 0.6rem 1.2rem;
		background-size: 2.5rem auto;
	}
}
/* 반응형 검색영역 */
.layer-pop .search-box.rwd {
	width: 100%;
	max-width: 1280px;
}
.layer-pop .search-box.rwd .search-inner {
	position: relative;
	padding-right: 157px;
}
.layer-pop .search-box.rwd .search-inner .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 118px;
	height: 100%;
	color: #fff;
	background: #da291c;
	font-weight: 700;
	font-size: 18px;
	transition: none;
	max-height: 110px;
}
.layer-pop .search-box.rwd .search-inner .input-group > .input-group-add:first-child {
	padding: 0 20px 0 0;
	width: 95px;
	white-space: normal;
}
.layer-pop :lang(en) .search-box.rwd .search-inner .input-group > .input-group-add:first-child {
	width: 102px;
}
.layer-pop .search-box.rwd .search-inner .input-group > .input-group-add:first-child:lang(ja) {
	width: 100px;
}
.layer-pop .search-box.rwd .search-inner .input-group .checkbox-group {
	margin-right: -3rem;
}
.layer-pop .search-box.rwd .search-inner .input-group .checkbox-group .custom-checkbox {
	padding: 12px 0;
	margin-right: 2.5rem;
	min-width: 90px;
}
.layer-pop .search-box.rwd .search-inner .custom-checkbox + .custom-checkbox {
	margin-left: 0;
}
.layer-pop .search-box.rwd .search-inner .grid-area .colum.col-12:not(:first-child) {
	margin-top: 22px;
}
.layer-pop .search-box.rwd.rwd-type1 .search-inner {
	max-width: 1040px;
	margin: 0 auto;
}
.layer-pop .search-box.rwd.rwd-type2 .search-inner {
	max-width: 775px;
	margin: 0 auto;
}

/* 간격 */
.layer-pop .title-area ~ .search-box.rwd {
	margin-top: 30px;
}
.layer-pop .search-box.rwd + .content {
	margin-top: 40px;
}

@media (max-width: 1279px) {
	.layer-pop .search-box.rwd .search-inner .input-group > .input-group-add:first-child {
		padding: 0 1rem 0 0;
	}
	.layer-pop .search-inner .grid-area.gap-6 {
		margin: 0;
	}
	.layer-pop .search-inner .grid-area.gap-6 .colum {
		padding: 0 1rem;
	}
	.layer-pop .search-box.rwd .search-inner .grid-area.col-md-push .colum {
		margin-bottom: 1rem;
		padding: 0;
	}
	.layer-pop .search-box.rwd .search-inner .grid-area.col-md-push .colum:last-child {
		margin-bottom: 0;
	}
	.layer-pop .search-box.rwd .search-inner .input-group .checkbox-group {
		margin-right: 0rem;
	}
	.layer-pop .search-box.rwd {
		width: 100%;
	}
}
@media (max-width: 1279px) {
	.layer-pop .search-box.rwd .search-inner {
		padding-right: 0;
	}
	.layer-pop .search-box.rwd,
	.layer-pop .search-box.rwd.rwd-type1,
	.layer-pop .search-box.rwd.rwd-type2 {
		padding: 2rem 2.5rem;
	}
	.layer-pop .search-box.rwd.rwd-type1 .search-inner, .layer-pop .search-box.rwd.rwd-type2 .search-inner {
		width: 100%;
		max-width: 100%;
	}
	.layer-pop .search-inner .grid-area {
		padding-bottom: 2rem;
		margin: 0;
	}
	.layer-pop .search-box.rwd .search-inner .grid-area.col-sm-push .colum {
		margin-bottom: 1rem;
		padding: 0;
	}
	.layer-pop .search-box.rwd .search-inner .grid-area.col-sm-push .colum:last-child {
		margin-bottom: 0;
	}
	.layer-pop .search-box.rwd .search-inner .btn-search {
		position: static;
		width: 100%;
		font-size: 1.4rem;
	}
	.layer-pop .search-box.rwd .search-inner .custom-checkbox + .custom-checkbox {
		margin: 0;
	}
	.layer-pop .search-box.rwd .search-inner .grid-area .colum.col-12:not(:first-child) {
		margin-top: 1rem;
	}
	.layer-pop .title-area ~ .search-box.rwd {
		margin-top: 0;
	}
	.layer-pop .search-box.rwd + .content {
		margin-top: 2rem;
	}
}
/* 2020-09-09 480px이하 사이즈 수정 */
@media (max-width: 380px) {
	.layer-pop .search-box.rwd .search-inner .input-group > .input-group-add:first-child {
		width: 20%;
	}
}
/**************
 Button
***************/
@media (max-width: 1279px) {
	.layer-pop {
		/* Button area */
	}
	.layer-pop .btn-xlg {
		height: 5rem;
		line-height: 5rem;
		padding: 0;
		font-size: 1.5rem;
	}
	.layer-pop .btn-lg {
		min-width: 5rem;
		height: 4.2rem;
		line-height: 4.2rem;
		padding: 0 1.2rem;
		font-size: 1.4rem;
	}
	.layer-pop .btn-md {
		min-width: 4rem;
		height: 4rem;
		line-height: 4rem;
		padding: 0 1.2rem;
		font-size: 1.3rem;
	}
	.layer-pop .btn-sm {
		min-width: 3rem;
		height: 3.3rem;
		line-height: 3.3rem;
		padding: 0 1.2rem;
		font-size: 1.4rem;
	}
	.layer-pop .btn-xs {
		min-width: 2rem;
		height: 2.6rem;
		line-height: 2.6rem;
		padding: 0 1.2rem;
		font-size: 1.3rem;
	}
	.layer-pop .btn-bottom-area .btn-xlg {
		min-width: auto;
	}
	.layer-pop .btn-bottom-area {
		display: table;
		width: 100%;
		padding: 0 2.5rem;
	}
	.layer-pop .btn-bottom-area > .btn-xlg {
		display: table-cell;
		width: calc(50% - 0.3rem);
	}
	.layer-pop .btn-bottom-area > .btn-xlg:only-child {
		width: 100%;
		float: none;
		margin: 0;
	}
	.layer-pop .btn-bottom-area > .btn-xlg:first-child {
		float: left;
	}
	.layer-pop .btn-bottom-area > .btn-xlg:last-child {
		float: right;
	}
	.layer-pop .btn-bottom-area > .btn.btn-xlg {
		margin: 0;
		min-width: inherit;
	}
	.layer-pop .content .btn-bottom-area, .layer-pop .login-area .btn-bottom-area,
	.layer-pop .popup-content .btn-bottom-area, .layer-pop .login-area .btn-bottom-area {
		padding: 0;
	}
	.layer-pop .popup-wrap .popup-content .btn-bottom-area .btn:only-child {
		min-width: 100%;
		margin: 0;
	}
}
/**************
 Content
***************/
/* slide list */
.layer-pop .slider-list.room-list .list .img img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: auto;
	height: 100%;
}

@media (max-width: 1280px) {
	.layer-pop .w-max {
		position: relative;
		max-width: 100%;
	}
}
@media (max-width: 1279px) {
	.layer-pop {
		/* title layout */
		/* 2019-07-22 푸드코트 슬라이드 수정 */
		/* slide list */
		/* content layout */
		/* 2019-07-22 푸드코트 슬라이드 수정 */
		/* 리스트 상단 */
		/* result-box */
	}
	.layer-pop .title-sub-area {
		padding: 0 2.5rem;
		max-width: 100%;
	}
	.layer-pop .content .title-sub-area {
		padding: 0;
	}
	.layer-pop .content.food-slide .title-sub-area {
		padding: 0 2.5rem;
	}
	.layer-pop .title-sub-area .right {
		position: static;
		text-align: right; /* right: 2.5rem; */
	}
	.layer-pop .title-sub-area .right .btn {
		margin-bottom: 1rem;
	}
	.layer-pop .slide-area .content .title-sub-area {
		padding: 0 2.5rem;
	}
	.layer-pop .slider-list.room-list .slick-list {
		width: 100%;
		padding: 0;
	}
	.layer-pop .slider-list.room-list .list {
		padding: 0 0.5rem;
	}
	.layer-pop .slider-list.slide-array.room-list .list {
		padding: 1rem;
	}
	.layer-pop .w-max {
		max-width: 100%;
	}
	.layer-pop .breadcrumbs {
		display: none;
	}
	.layer-pop .content-wrap {
		padding: 2.5rem 0 3rem;
		max-width: 100%;
		margin: 0 auto;
	}
	.layer-pop .title-area + .inner-tab {
		margin-top: 1rem;
	}
	.layer-pop .title-area {
		padding: 0 2.5rem;
	}
	.layer-pop .title-area .page-title {
		font-size: 2.4rem;
	}
	.layer-pop .title-area .right {
		right: 2.5rem;
	}
	.layer-pop .breadcrumbs + .title-area {
		margin-top: 0;
	}
	.layer-pop .content-wrap.pt0 .breadcrumbs + .title-area.type2 {
		margin-top: 2rem;
	}
	.layer-pop .inner-tab ~ .tab-container {
		margin-top: 2.4rem;
	}
	.layer-pop .openGnb-mode .title-area.rwd {
		z-index: 99;
	}
	.layer-pop .title-area.rwd + .tab-menu {
		margin-top: 0;
	}
	.layer-pop .title-area.rwd .page-title {
		position: fixed;
		top: 2rem;
		left: 3.8rem;
		z-index: 10001;
		font-size: 1.8rem;
	}
	.layer-pop .title-area.rwd .page-title {
		width: 55%;
		line-height: 1.65;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.layer-pop .openGnb-mode .title-area.rwd .page-title {
		z-index: 1;
	}
	.layer-pop .title-area.rwd .page-desc {
		margin-top: 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.layer-pop .title-area.rwd .page-desc.mob-none {
		display: none;
	}
	.layer-pop .sub-title {
		font-size: 1.8rem;
	}
	.layer-pop .page-desc {
		margin-top: 8px;
		font-size: 1.2rem;
	}
	.layer-pop .title-area.type2 .page-desc {
		margin-top: 0.8rem;
	}
	.layer-pop .content {
		position: relative;
		padding: 0 2.5rem;
	}
	.layer-pop .content.food-slide {
		position: relative;
		padding: 0;
	}
	.layer-pop .title-area + .title-sub-area {
		margin-top: 3rem;
	}
	.layer-pop .sub-title.type2 {
		font-size: 2rem;
	}
	.layer-pop .title-sub-area + .content {
		margin-top: 1rem;
	}
	.layer-pop .title-sub-area.grid-area .right {
		position: static;
	}
	.layer-pop .title-sub-area.grid-area .sub-title.type2 + .right .custom-radio {
		margin-top: 1.3rem;
	}
	.layer-pop .title-sub-area .right .custom-checkbox, .layer-pop .title-sub-area .right .txt {
		margin-top: 0.4rem;
	}
	.layer-pop .list-top .right {
		position: absolute;
		top: 0;
		right: 0;
	}
	.layer-pop .list-top .total {
		font-size: 1.3rem;
		color: #333;
	}
	.layer-pop .result-box.type2 {
		background: none;
		padding: 0;
		text-align: center;
		color: #333;
		font-size: 15px;
	}
	.layer-pop .result-box.type2 > p:first-child {
		line-height: 24px;
	}
	.layer-pop .result-box.type2 + .title-sub-area {
		margin-top: 3rem;
	}
	.layer-pop .guide-box {
		font-size: 1.3rem;
	}
	.layer-pop .agree-terms-box ~ .custom-checkbox,
	.layer-pop .title-sub-area + .agree-terms-box {
		margin-top: 1rem;
	}
	.layer-pop .agree-terms-box + .title-sub-area,
	.layer-pop .agree-terms-box + .guide-box {
		margin-top: 3rem;
	}
	.layer-pop .agree-terms-box .inner-box {
		padding: 2.5rem;
		color: #666;
		line-height: 21px;
		font-size: 1.3rem;
	}
	.layer-pop .agree-terms-box.scroll.type2 .inner-box {
		height: 12.5rem;
	}
}
/**************
 Layer Open
***************/
@media screen and (max-width: 1279px) {
	.layer-pop.type-full .dim, .layer-pop.responsive .dim, .dim.bg {
		background-color: #fff;
		opacity: 1;
	}
}
/* Layer Popup */
/* 타이틀 */
.layer-pop.responsive .popup-wrap .popup-title.type2 {
	padding: 3rem 7rem 3rem 4rem;
}

@media screen and (max-width: 1279px) {
	.layer-pop .popup-content-tit2 {
		color: #333;
		font-size: 16px;
		font-weight: normal;
	}
	.layer-pop .popup-content-tit3 {
		color: #333;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3em;
	}
	.layer-pop .popup-content-tit4 {
		color: #333;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.5em;
	}
	.layer-pop .popup-content-tit5 {
		color: #333;
		font-size: 22px;
		font-weight: 700;
		line-height: 1em;
	}
	.layer-pop .popup-wrap .popup-title.type2 .tit {
		font-size: 18px;
	}
	/* Layer Popup size */
	/* 팝업 반응형 */
	.layer-pop.responsive {
		position: fixed !important;
		top: 0 !important;
		left: 0;
		margin-left: 0;
		margin-top: 0 !important;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.layer-pop.responsive .popup-wrap {
		height: 100%;
	}
	.layer-pop.responsive .popup-content {
		min-height: 100%;
		overflow-y: auto;
	}
	.layer-pop.responsive .popup-wrap .popup-title {
		border-bottom: 1px solid #ebebeb;
	}
	.layer-pop.responsive .btn-icon.ico-close {
		position: fixed;
		top: 1.8rem;
		right: 2rem;
	}
	.layer-pop.responsive .popup-wrap {
		height: 100%;
		background: #fff;
		padding: 6rem 0 0;
	}
	.layer-pop.responsive.pos-center .popup-wrap {
		transform: none;
		-ms-transform: none;
	}
	.layer-pop.responsive .popup-wrap .popup-title {
		padding: 1.8rem 2rem;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		height: 60px;
		overflow: hidden;
	}
	.layer-pop.responsive .popup-wrap .popup-content {
		font-size: 1.4rem;
		height: 100%;
		padding: 2rem 2.5rem 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.layer-pop.responsive .popup-wrap .popup-bottom {
		padding: 4rem 2.5rem;
	}
	.layer-pop.responsive .popup-wrap.type-2 .popup-content {
		padding: 0 2.5rem 0;
	}
	.layer-pop.responsive .popup-wrap .popup-title.type2 {
		padding: 0 5.5rem 0 2.5rem;
		display: table;
	}
	.popup-wrap .popup-title.type2 .tit {
		display: table-cell;
		vertical-align: middle;
	}
	.layer-pop.responsive .ico-close.close-layer::before, .layer-pop.responsive .ico-close.close-layer::after {
		background: #000;
		height: 2px;
	}
}
/* 상단 띠 배너 */
.notice-ban-slide-wrap {
	position: relative;
	padding: 20px 0;
	width: 100%;
	background: #444;
	color: #fff;
	overflow: hidden;
}

.notice-ban-slide-wrap .notice-ban-inner {
	display: table;
	width: 1280px;
}

.notice-ban-inner .notice-ban-slide, .notice-ban-inner .right {
	display: table-cell;
	vertical-align: middle;
}

.notice-ban-inner .notice-ban-slide,
.notice-ban-inner .slider-list .slick-list {
	max-width: 943px;
	width: 943px;
	margin: 0;
}

.notice-ban-inner .right {
	width: 30%;
	text-align: right;
}

.notice-ban-slide .list {
	float: left;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.notice-ban-slide .notice-txt {
	position: relative;
	padding: 0 21px;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	word-break: keep-all;
	word-wrap: break-word;
}

.notice-ban-slide .notice-txt:before {
	position: absolute;
	top: 0.8rem;
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	background: url(../image/icon/ico_notice.png) 0 0 no-repeat;
	background-size: 1.3rem;
	content: "";
}

.notice-ban-slide .notice-txt .detail-view {
	margin-left: 5px;
	text-decoration: underline;
	font-size: 12px;
	color: #fff;
}

.notice-ban-slide .slick-dots {
	position: absolute;
	bottom: 35%;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	right: -150px;
}

.notice-ban-slide .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.notice-ban-slide .slick-dots li.slick-active {
	width: 14px;
}

.notice-ban-slide .slick-dots li button:before,
.notice-ban-slide .slick-dots li button:before {
	width: 5px;
	height: 5px;
	border: solid 3px #fff;
}

.notice-ban-slide .slick-dots li.slick-active button:before,
.notice-ban-slide .slick-dots li.slick-active button:before {
	margin-top: -3px;
}

.notice-ban-inner .right .custom-checkbox,
.notice-ban-inner .right .ico-close {
	display: inline-block;
	vertical-align: middle;
}

.notice-ban-inner .custom-checkbox .checkbox + label {
	font-size: 12px;
	line-height: normal;
}

.notice-ban-inner .custom-checkbox .checkbox + label:before {
	border: 1px solid #fff;
}

.notice-ban-inner .right .ico-close {
	width: 14px;
	height: 14px;
}

.notice-ban-inner .right .ico-close::before, .notice-ban-inner .right .ico-close::after {
	background: #fff;
}

.notice-ban-inner .right .custom-checkbox + .ico-close {
	margin-left: 25px;
}

@media screen and (max-width: 1280px) {
	.notice-ban-slide-wrap {
		padding: 1.5rem 2.2rem 5.4rem;
	}
	.notice-ban-slide-wrap .notice-ban-inner {
		width: 100%;
		display: block;
	}
	.notice-ban-inner .notice-ban-slide,
	.notice-ban-inner .slider-list .slick-list {
		max-width: 100%;
		width: 100%;
		display: inline-block;
	}
	.notice-ban-slide .slick-dots {
		left: 2.1rem;
		bottom: -3.5rem;
		right: auto;
		text-align: left;
	}
	.notice-ban-inner .right {
		position: absolute;
		right: 2rem;
		bottom: 1.5rem;
		width: auto;
	}
}
/**************
 My page
***************/
.layer-pop {
	/* 인증코드 입력 박스 */
	/* progress-guide */
	/* 회원정보 불일치 layerpopup */
}
.layer-pop .input-box-rwd .search-box + .btn-bottom-area {
	margin-top: 60px;
}
.layer-pop .progress-guide {
	padding: 35px 0;
	background: #f5f5f5;
}
.layer-pop .progress-guide.no-bg {
	background: transparent;
}
.layer-pop .progress-guide .txt {
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: normal;
}
.layer-pop .progress-guide .txt.type2 {
	font-size: 20px;
}
.layer-pop .progress-guide .btn-bottom-area .btn {
	min-width: 300px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
}
.layer-pop .progress-guide .grid-area {
	margin: 40px auto 0;
}
.layer-pop .progress-guide .grid-area .certi-select {
	padding: 60px 0 60px 0;
	text-align: center;
	background: #f5f5f5;
}
.layer-pop .progress-guide .grid-area .certi-select .image {
	display: block;
	margin: 0 auto 15px;
	width: 56px;
	height: 64px;
	background: url(../image/icon/ico_mypage_idf.png) 10px 0 no-repeat;
	background-size: 150px 65px;
}
.layer-pop .progress-guide .grid-area .certi-select .image.type {
	background-position: right 0;
}
.layer-pop .progress-guide .grid-area .certi-select .txt {
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}
.layer-pop .popup-content-txt2 + .popup-content-txt2.text-point4 {
	margin-top: 30px;
}

@media screen and (max-width: 1279px) {
	.layer-pop {
		/* 회원정보 불일치 layerpopup */
	}
	.layer-pop .input-box-rwd {
		background: #fbfbfb;
		padding: 1rem 0 3rem;
	}
	.layer-pop .input-box-rwd .search-box + .btn-bottom-area {
		margin-top: 0;
	}
	.layer-pop .progress-guide {
		background: none;
		padding: 0;
	}
	.layer-pop .progress-guide .txt {
		text-align: left;
		font-size: 1.4rem;
		color: #333;
		padding: 0 2.5rem;
		line-height: 2.2rem;
	}
	.layer-pop .progress-guide .txt.type2 {
		text-align: center;
		font-size: 1.5rem;
	}
	.layer-pop .progress-guide .btn-bottom-area .btn {
		min-width: auto;
		height: 5rem;
		line-height: 5rem;
		font-size: 1.5rem;
	}
	.layer-pop :lang(en) .progress-guide .btn-bottom-area .btn {
		min-width: 100%;
		height: 5rem;
		line-height: 5rem;
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.layer-pop .progress-guide .grid-area {
		width: 100%;
	}
	.layer-pop .progress-guide .grid-area.gap-6 {
		width: auto;
		margin: 3rem 1.5rem;
	}
	.layer-pop .progress-guide .grid-area.gap-6 .colum {
		padding: 0 1rem;
	}
	.layer-pop .progress-guide .grid-area .certi-select {
		padding: 33px 0 33px 0;
		text-align: center;
	}
	.layer-pop .progress-guide .grid-area .certi-select .image {
		margin-bottom: 15px;
		width: 48px;
		height: 55px;
		background-position: 8px 0;
		background-size: cover;
	}
	.layer-pop .progress-guide .grid-area .certi-select .image.type {
		background-position: right 0;
	}
	.layer-pop .progress-guide .grid-area .certi-select .txt {
		font-size: 14px;
	}
	.layer-pop .popup-content-txt2 + .popup-content-txt2.text-point4 {
		margin-top: 20px;
	}
	.layer-pop .progress-guide .grid-area[class*=gap-] .colum {
		padding: 0 5px;
	}
}
/* 동의 스텝 리스트 */
.layer-pop .step-num-list {
	position: relative;
	text-align: center;
}
.layer-pop .step-num-list ol {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.layer-pop .step-num-list ol li {
	position: relative;
	float: left;
	font-size: 18px;
	color: #b4b4b4;
	margin-right: 55px;
}
.layer-pop .step-num-list ol li:before {
	position: absolute;
	z-index: -1;
	top: 16px;
	right: -55px;
	width: 50%;
	display: block;
	content: "";
	vertical-align: middle;
	height: 2px;
	background-color: #d6d6d6;
}
.layer-pop .step-num-list ol li > p {
	padding: 0 15px;
	background: #fff;
	display: inline-block;
}
.layer-pop .step-num-list ol li:first-child,
.layer-pop .step-num-list ol li:first-child p {
	padding-left: 0;
}
.layer-pop .step-num-list ol li:last-child {
	margin-right: 0;
}
.layer-pop .step-num-list ol li:last-child,
.layer-pop .step-num-list ol li:last-child p {
	padding-right: 0;
}
.layer-pop .step-num-list ol li:last-child p:after {
	content: none;
}
.layer-pop .step-num-list ol li em {
	display: inline-block;
	vertical-align: middle;
}
.layer-pop .step-num-list ol li .num {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	line-height: 30px;
	border-radius: 50%;
	font-family: "Lato", sans-serif;
	border: 1px solid #b4b4b4;
}
.layer-pop .step-num-list ol li.current .num {
	color: #8a7862;
	font-weight: 700;
	border: 1px solid #8a7862;
}
.layer-pop .step-num-list ol li.current em {
	font-weight: 900;
	color: #333;
}
.layer-pop .step-num-list ol li.current .num {
	color: #fff;
	font-weight: 900;
	background: #333;
	border-color: #333;
}
.layer-pop .step-num-list ol li.before {
	color: #999;
	font-weight: 400;
}
.layer-pop .step-num-list ol li.before .num {
	color: #fff;
	font-weight: 900;
	background: #999;
	border-color: #999;
}
.layer-pop .step-num-list ol li.before.type {
	color: #666;
}
.layer-pop .step-num-list ol li.before.type .num {
	color: #fff;
	font-weight: 900;
	background: #666;
	border-color: #666;
}
.layer-pop .title-area + .step-num-list {
	margin-top: 60px;
}
.layer-pop .step-num-list .right {
	position: absolute;
	right: 0;
	top: 8px;
}
.layer-pop .field-box.rwd-type {
	padding: 0 40px 30px;
}
.layer-pop .field-box.rwd-type .grid-area .colum {
	margin-top: 30px;
}

@media screen and (max-width: 1279px) {
	.layer-pop {
		/* 파일 첨부 */
	}
	.layer-pop .title-area + .step-num-list {
		margin-top: 0;
	}
	.layer-pop .step-num-list .right {
		position: static;
		text-align: left;
		margin-top: 3rem;
		border-bottom: 1px dashed #ececec;
		padding-bottom: 2rem;
	}
	.layer-pop .title-area + .step-num-list {
		margin-top: 0;
	}
	.layer-pop .step-num-list {
		padding: 0 25px;
	}
	.layer-pop .step-num-list ol li {
		font-size: 13px;
	}
	.layer-pop .step-num-list ol li:before {
		top: 10px;
		right: -52px;
		width: 100%;
		content: "";
	}
	.layer-pop .step-num-list ol li > p {
		padding: 0;
	}
	.layer-pop .step-num-list ol li .num {
		display: block;
		text-align: center;
		width: 2rem;
		height: 2rem;
		margin: 0 auto 8px;
		font-size: 12px;
		line-height: 1.45;
		background: #ddd;
		color: #fff;
		border: 0;
	}
	.layer-pop .step-num-list ol li em {
		font-size: 1.3rem;
	}
	.layer-pop .title-sub-area + .field-box:not(.rwd-type) {
		margin-top: 0;
	}
	.layer-pop .field-box.rwd-type {
		background: none;
		padding: 2rem 0 0;
		border-top: 1px solid #666;
	}
	.layer-pop .field-box.rwd-type .grid-area .colum {
		margin-top: 2rem;
	}
	.layer-pop .field-box.rwd-type .grid-area .colum:first-child {
		margin-top: 0;
	}
	.layer-pop .field-wrap-rwd ~ .field-wrap-rwd {
		margin-top: 3rem;
	}
	.layer-pop .field-box.rwd-type .form-group label, .layer-pop .field-box.rwd-type .form-group .label-tit {
		font-size: 1.6rem;
	}
	.layer-pop .field-box.rwd-type .form-group .filebox label {
		padding: 0 20px;
		line-height: 45px;
		font-size: 1.4rem;
	}
}
/* 예약현황 레이어팝업 */
.layer-pop .popup-radio-wrap {
	margin-top: 40px;
}

.layer-pop .popup-wrap .btn-bottom-area.full .btn {
	width: 100%;
	font-size: 16px;
}

.layer-pop.responsive .ico-exc2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #d73f3f;
	border-radius: 100%;
	margin-right: 1rem;
}

.layer-pop.responsive .ico-exc2:before {
	position: absolute;
	content: "";
	display: block;
	top: 0.4rem;
	left: 0.7rem;
	width: 0.2rem;
	height: 0.5rem;
	background: #d73f3f;
}

.layer-pop.responsive .ico-exc2:after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0.4rem;
	left: 0.7rem;
	width: 0.2rem;
	height: 0.2rem;
	background: #d73f3f;
}

@media screen and (max-width: 1279px) {
	.layer-pop .popup-wrap .btn-bottom-area.full .btn {
		width: 100%;
		font-size: 15px;
	}
	.layer-pop .popup-content .tab-menu:first-child {
		margin: -2rem -2.5rem 0;
	}
}
/* 20220311 체험프로그램 추가 etb001 */
.layer-pop .title-sub-area.activity_n {
	margin-top: 60px;
	min-height: 44px;
}

.layer-pop {
	/* text-list */
}
.layer-pop .activity_n .calendar-area-m {
	position: relative;
	margin-top: 1rem;
	padding: 0 2.5rem;
	border-top: 1px solid #ebebeb;
}
.layer-pop .activity_n .calendar-wrap-m {
	margin-top: 3rem;
	margin-bottom: 20px;
	border-bottom: 1px solid #ECECEC;
}
.layer-pop .activity_n .calendar-wrap-m table {
	width: 100%;
}
.layer-pop .activity_n .calendar-wrap-m.fix table {
	table-layout: fixed;
}
.layer-pop .activity_n .calendar-wrap-m table .gray .in-txt .date {
	color: #999999;
}
.layer-pop .activity_n .calendar-wrap-m table thead th {
	background: #fff;
	padding: 1.8rem 0;
	vertical-align: middle;
	font-size: 1.3rem;
}
.layer-pop .activity_n .calendar-wrap-m table th, .layer-pop .calendar-wrap-m table td {
	vertical-align: middle;
}
.layer-pop .activity_n .calendar-wrap-m table .room-info {
	border-left: 0;
	text-align: left;
	color: #333;
	font-size: 1.3rem;
}
.layer-pop .activity_n .calendar-wrap-m table .room-info .in-txt strong {
	font-weight: 700;
}
.layer-pop .activity_n .calendar-wrap-m table .room-info .in-txt .room-type li {
	padding: 0.9rem 0;
}
.layer-pop .activity_n .calendar-wrap-m table tbody td {
	vertical-align: middle;
	text-align: center;
	padding: 0.6rem 0px;
}
.layer-pop .activity_n .calendar-wrap-m table tbody td .in-txt {
	position: relative;
	width: 100%;
	padding: 0;
	height: 4rem;
	line-height: 4rem;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt.before .date {
	color: #bdbdbd;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt.active .date {
	border-radius: 50%;
	background: #da291c;
	color: #fff;
	display: inline-block;
	width: 4rem;
	height: 4rem;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt.before.active .date {
	color: #bdbdbd;
	background: #fff;
}
.layer-pop .activity_n .calendar-wrap-m table td.sunday .in-txt .date {
	color: #c82900;
	font-size: 1.5rem;
	font-family: "Lato", "Noto Sans KR", sans-serif;
	font-weight: 400;
}
.layer-pop .activity_n .calendar-wrap-m table td.sunday .in-txt.active .date {
	color: #fff;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt .date {
	color: #666;
	font-size: 1.5rem;
	font-family: "Lato", "Noto Sans KR", sans-serif;
	font-weight: 400;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt .btn-cal-reser {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	height: 3.3rem;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt .btn-cal-reser + .btn-cal-reser {
	margin-top: 4px;
}
.layer-pop .activity_n .calendar-wrap-m table tr.sep-line td,
.layer-pop .activity_n .calendar-wrap-m table tr.sep-line th {
	height: 1rem;
	background: #fbfbfb;
	border-top: 1px solid #eee;
}
.layer-pop .activity_n .calendar-wrap-m.fix table .col-info {
	width: 13.3rem;
}
.layer-pop .activity_n .calendar-wrap-m.fix table .col-week {
	width: 14.5rem;
}
.layer-pop .activity_n .calendar-head-m:after {
	display: block;
	content: "";
	clear: both;
}
.layer-pop .activity_n .calendar-head-m {
	position: relative;
	text-align: center;
	margin-top: 2rem;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl {
	position: relative;
	padding: 0 3.5rem;
	height: 4rem;
	margin: 0 auto;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl span {
	display: inline-block;
	color: #000;
	vertical-align: middle;
	font-size: 1.5rem;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl .month {
	font-size: 2.6rem;
	font-family: "Noto Sans KR", sans-serif;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl span.resrve-num {
	font-family: "Lato", "Noto Sans KR", sans-serif;
	font-weight: 900;
	font-size: 2.6rem;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl .ico-cal {
	position: absolute;
	display: block;
	width: 23px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../image/btn/btn_datepicker_arrow.png) 0 0;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl .ico-cal.prev {
	left: 0;
	background-position: 0 bottom;
}
.layer-pop .activity_n .calendar-head-m .date-ctrl .ico-cal.next {
	right: 0;
	background-position: 0 0;
}
.layer-pop .activity_n table .gray {
	color: #666666;
}
.layer-pop .activity_n .calendar-wrap-m table .in-txt.today .date:before {
	display: block;
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #999;
	margin-left: -2px;
}
.layer-pop .activity_n .text-list-m li, .layer-pop .text-list-m dd {
	position: relative;
	font-size: 1.3rem;
	color: #666;
	margin-bottom: 0.2rem;
	padding-left: 1rem;
	line-height: 1.8rem;
}
.layer-pop .activity_n .text-list-m li:before, .layer-pop .text-list-m dd:before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #7a7a7a;
}
.layer-pop .activity_n .text-list-m li:last-child, .layer-pop .text-list-m dd:last-child {
	margin-bottom: 0;
}
.layer-pop .activity_n .text-list-m a.link {
	color: #666666;
	font-family: "Noto Sans KR", sans-serif;
	text-decoration: underline;
}
.layer-pop .activity_n .calendar-head-m .custom-select {
	position: relative;
	display: inline-block;
	width: 100px;
	box-sizing: border-box;
}
.layer-pop .activity_n .calendar-head-m .custom-select .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto;
	padding: 0 1.1rem 0 1.1rem;
	height: 4rem;
	border: 1px solid #ddd;
	font-size: 1.4rem;
	background: url("../image/btn/btn_select_arrow.png") no-repeat right 1.7rem;
}
.layer-pop .activity_n .calendar-head-m .custom-select .select::-ms-expand {
	display: none;
}
.layer-pop .activity_n .calendar-head-m .custom-select .select:focus, .layer-pop .custom-select .select.focus {
	outline: 0 none;
}
.layer-pop .activity_n .calendar-head-m .input-group.input-md .input-text,
.layer-pop .activity_n .calendar-head-m .input-group.input-md .btn,
.layer-pop .activity_n .calendar-head-m .input-group.input-md .custom-select .select {
	height: 2.8rem;
}
.layer-pop .activity_n .calendar-head-m .input-group.input-md .custom-select .select,
.layer-pop .activity_n .custom-select.select-md .select {
	background-position: 8rem 1.1rem;
	width: 10.3rem;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.layer-pop .activity_n .calendar-head-m .btn-sm {
	min-width: 3rem;
	height: 2.8rem;
	padding: 0px 1rem;
	font-size: 1.3rem;
	line-height: 2.8rem;
}
.layer-pop .activity_n .calendar-head-m .date-select {
	text-align: left;
	margin-top: 1.5rem;
}
.layer-pop .activity_n .dot_orange:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: #da291c;
}
.layer-pop .activity_n .dot_orange {
	padding-left: 1.5rem;
	font-size: 1.3rem;
	color: #666666;
	text-align: left;
	position: relative;
	display: block;
}
.layer-pop .activity_n .calendar-head-m h3 {
	font-size: 1.7rem;
}
.layer-pop .activity_n.a_date {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.layer-pop .btn-bottom-area.activity_n {
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.layer-pop .btn-bottom-area.activity_n:after {
	display: none;
}
.layer-pop .btn-bottom-area.activity_n button em {
	display: block;
}
.layer-pop .btn-bottom-area.activity_n button {
	border-radius: 5px;
	height: auto;
	background-color: #F4F4F4;
	color: #111111;
}
.layer-pop .btn-bottom-area.activity_n button.active {
	color: #fff;
	background-color: #D8291C;
}
.layer-pop .btn-bottom-area.activity_n button:disabled {
	color: #CDCDCD;
	background-color: #F4F4F4;
}
.layer-pop .actvity_area {
	max-width: 400px;
	margin: 0 auto;
}
.layer-pop .activity_n.a_date .a_ttl {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.layer-pop .activity_n.a_date .a_date {
	font-size: 20px;
	color: #da291c;
	font-weight: normal;
}
.layer-pop .input-group.input-lg span.ntext {
	display: block;
	margin-bottom: 10px;
}
.layer-pop .package-complete.activity .bottom-left {
	width: 100%;
	padding-right: 40px;
}
.layer-pop .package-complete.activity .bottom-left li.wd2.activity {
	width: 940px;
}
.layer-pop .content-wrap.activity_complete {
	padding-top: 0;
}
.layer-pop .content-wrap.activity_complete .breadcrumbs {
	padding-top: 25px;
}
.layer-pop .content-wrap.activity_complete .breadcrumbs ol li.current span {
	color: #fff;
	display: block;
}
.layer-pop .content-wrap.activity_complete .title-txt1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 0 20px;
}
.layer-pop .content-wrap.activity_complete .title-txt2 {
	position: relative;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	line-height: 26px;
	padding: 0 20px;
}
.layer-pop .package-complete.activity {
	padding-top: 50px;
}
.layer-pop .content-wrap.activity_complete .content.w-max.acty {
	background: url(../image/bg/img-artvillas.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 100px;
	max-width: 100%;
}
.layer-pop .package-complete .bottom {
	background: #fff;
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.layer-pop .package-complete .bottom:after {
	display: block;
	content: "";
	clear: both;
}
.layer-pop .package-complete .bottom-left {
	width: 793px;
	padding: 40px;
}
.layer-pop .package-complete .bottom-right {
	width: 450px;
	padding-right: 45px;
	background: #f3f3f3;
	padding-left: 45px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.layer-pop .package-complete .bottom-left div:after {
	display: block;
	content: "";
	clear: both;
}
.layer-pop .package-complete .bottom-left > div {
	border-bottom: 1px dashed #cdcdcd;
}
.layer-pop .package-complete .bottom-left > div:last-child {
	border-bottom: 0;
}
.layer-pop .package-complete .bottom-left ul:after {
	display: block;
	content: "";
	clear: both;
}
.layer-pop .package-complete .bottom-left li {
	float: left;
	margin: 30px 0;
}
.layer-pop .package-complete .bottom-left .st1 {
	font-size: 13px;
	color: #666666;
}
.layer-pop .package-complete .bottom-left strong {
	font-size: 16px;
	color: #000000;
	margin-top: 8px;
	display: block;
	font-weight: normal;
}
.layer-pop .package-complete .bottom-left strong .txt1 {
	font-size: 15px;
}
.layer-pop .package-complete .bottom-left strong .txt2 {
	font-size: 13px;
}
.layer-pop .package-complete .bottom-left li.wd1 {
	width: 240px;
}
.layer-pop .package-complete .bottom-left li.wd2 {
	width: 240px;
}
.layer-pop .package-complete .bottom-left li.wd3 {
	width: 240px;
}
.layer-pop .activyty .img {
	max-height: 250px;
	overflow: hidden;
	margin: 25px 0;
}
.layer-pop .detail-img-wrap.activyty.dining + .content {
	margin: 25px auto;
}

@media screen and (max-width: 1279px) {
	.layer-pop {
		/* 	.detail-img-wrap.dining {display: none;} */
		/* 달력 */
	}
	.layer-pop .field-box.activity_n {
		padding: 15px;
	}
	.layer-pop .field-box.activity_n .colum.col-8 {
		width: 100%;
	}
	.layer-pop .field-box.activity_n .colum.col-8 .input-group {
		padding-top: 52px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.layer-pop .field-box.activity_n .input-group-cell.w-165 {
		width: 100% !important;
		display: block;
		position: absolute;
		padding: 0;
		top: 0;
	}
	.layer-pop .field-box.activity_n .input-text {
		width: 24%;
		padding: 0 10px;
	}
	.layer-pop .field-box.activity_n .input-group-cell.w-165 .input-text {
		width: 100%;
	}
	.layer-pop .field-box.activity_n .input-group-add.txt {
		padding: 0 10px;
	}
	.layer-pop .field-box.activity_n .colum.col-4 {
		width: 100%;
		margin-top: 15px;
	}
	.layer-pop .text-box.activity_n {
		padding: 15px;
	}
	.layer-pop .content-wrap.activity_complete .content.w-max.acty {
		background-size: auto;
		padding-bottom: 20px;
	}
	.layer-pop .content-wrap.activity_complete .title-txt1 {
		font-size: 34px;
		word-break: keep-all;
	}
	.layer-pop .package-complete.activity .bottom-left {
		padding: 20px;
	}
	.layer-pop .package-complete .bottom-left > div {
		border-bottom: 0px;
	}
	.layer-pop .package-complete .bottom-left li {
		margin: 15px 0 0 0;
		padding-bottom: 15px;
		border-bottom: 1px dashed #cdcdcd;
		width: 100% !important;
	}
	.layer-pop .content-wrap.activity_complete .title-sub-area .sub-title.mt60 {
		margin-top: 20px !important;
	}
}
.notice-ban-slide-wrap {
	max-width: 600px;
	margin: 0;
	z-index: 102;
}

.notice-ban-slide-wrap.mo {
	display: none;
}

@media (min-width: 1280px) {
	.notice-ban-slide-wrap.pc {
		display: block;
		position: absolute;
		top: 11.5rem;
		left: 50%;
		background: transparent;
		color: #fff;
		padding: 0;
		z-index: 102;
		transform: translateX(-50%);
		max-width: 1920px;
		margin-left: 4.5rem;
	}
}
/* .notice-ban-inner .notice-ban-slide{background:#fff;}
.notice-ban-inner .slider-list .slick-list{background:bisque;} */
.notice-ban-inner .notice-ban-slide,
.notice-ban-inner .slider-list .slick-list {
	width: 100%;
	max-width: 100%;
}

.notice-ban-inner .slick-vertical .slick-slide .notice-txt {
	display: inline-block;
	max-width: 300px;
	width: 49%;
}

.notice-ban-inner .slick-vertical .slick-slide .notice-txt a {
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration-line: none;
	font-size: 1.4rem;
}

.notice-ban-slide .notice-txt:before {
	position: absolute;
	top: 0.85rem;
}

.notice-ban-slide .notice-txt {
	display: inline-block;
	max-width: 640px;
	width: 49%;
}

.notice-ban-slide .list {
	display: none;
	font-size: 0;
}

.notice-ban-slide .list:first-child {
	display: block;
}

.notice-ban-slide.slick-vertical .slick-slide {
	font-size: 0;
	border: none;
}

.notice-ban-slide .list:last-child {
	display: none;
}

.notice-ban-slide .list a.detail-view {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration-line: none;
	font-size: 1.4rem;
}

@media screen and (max-width: 1279px) {
	.notice-ban-slide-wrap {
		padding: 1.5rem 2.2rem 1.5rem;
	}
	/* submain - header */
	/* .submain #header,
	.submain #header:not(.scroll){background:#fff;color:#000;border-bottom:1px solid rgba(255, 255, 255, 0.2);}
	.submain #header .header-inner .head-title .util-menu-group.reserve {display:block;}
	.submain #header:not(.scroll) .btn-gnb-open:before,
	.submain #header:not(.scroll) .btn-gnb-open > .bar,
	.submain #header:not(.scroll) .btn-gnb-open:after {background:#000;} */
	.submain #container .title-area.rwd .page-title {
		font-size: 1.8rem;
	}
	.notice-ban-slide-wrap.pc {
		display: none;
	}
	.notice-ban-slide-wrap.mo {
		display: block;
	}
	.notice-ban-inner .slick-vertical .slick-slide .notice-txt {
		display: inline-block;
		max-width: 100%;
		width: 100%;
	}
	.notice-ban-inner .slick-vertical .slick-slide .notice-txt a {
		font-size: 1.3rem;
	}
	.notice-ban-slide .notice-txt:before {
		position: absolute;
	}
	.notice-ban-slide .notice-txt {
		max-width: 100%;
		width: 100%;
	}
	.notice-ban-slide .list:first-child {
		display: block;
	}
	.notice-ban-slide .list {
		display: none;
	}
	.notice-ban-slide .list a.detail-view {
		display: block;
		text-decoration-line: none;
		font-size: 1.3rem;
	}
	/* 이용안내 페이지 */
	.mo-noLpd {
		padding-left: 0 !important;
	}
}
/* Mobile */
@media (max-width: 1279px) {
	/* 띠배너 */
	.notice-ban-slide-wrap {
		position: absolute;
		top: 7.3rem;
		left: 2rem;
		background: transparent;
		color: #fff;
		padding: 0;
		z-index: 102;
	}
}
/* Desktop */
@media (min-width: 1280px) {
	/* 띠배너 */
	.notice-ban-slide-wrap {
		position: absolute;
		top: 11.5rem;
		left: 3.5%;
		background: transparent;
		color: #fff;
		padding: 0;
		z-index: 102;
	}
}
/*
레이아웃, 공통컨텐츠 영역입니다
*****************************/
/* 레이아웃 */
#container {
	width: 100%;
	min-height: calc(100vh - 28.9rem);
	margin: auto auto 0;
	padding-top: 10.8rem;
	padding-bottom: 14.7rem;
	max-width: 100%;
}

#container.pb-0 {
	padding-bottom: 0;
}

#wrapper.main #container {
	min-height: auto;
}

#container .content-wrap {
	padding: 0;
}

.section {
	max-width: 128rem;
	margin: 0 auto;
}

.hide-txt {
	font-size: 0;
	opacity: 0;
	text-indent: -100%;
	overflow: hidden;
}

.pc-only {
	display: block;
}

.mo-only {
	display: none;
}

.mt-56 {
	margin-top: 5.6rem;
}

/* 컴포넌트 */
.component-tab.type02 .tab-head {
	display: flex;
	justify-content: space-around;
}
.component-tab.type02 .tab-head .tab-label {
	flex: 1;
	padding: 1.65rem 0;
	border: 1px solid #dddddd;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #666666;
	background-color: #ffffff;
}
.component-tab.type02 .tab-head .tab-label[aria-selected=true] {
	color: #ffffff;
	border: 1px solid transparent;
	background-color: #243d68;
}

/* 브레드크럼 */
.breadcrumb > ol {
	display: flex;
	flex-direction: row;
	gap: 0 2.4rem;
	font-size: 1.4rem;
	color: #666;
	align-items: center;
}
.breadcrumb > ol .home {
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	background: url(/static/image/artvillas/ico_home_btn.png) no-repeat center;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
}
.breadcrumb > ol > li {
	position: relative;
}
.breadcrumb > ol > li::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(/static/image/artvillas/ico_arrow_right.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
}
.breadcrumb > ol > li:last-child::after {
	display: none;
}

/* 공유하기 */
.sns-share {
	z-index: 2;
	position: absolute;
	top: 1rem;
	right: 0;
}
.sns-share .sns-list-wrap {
	position: relative;
}
.sns-share .sns-btn-open {
	width: 4.8rem;
	height: 4.8rem;
	display: block;
	background: url(/static/image/sale/ico_share.png) no-repeat center;
	background-size: cover;
}
.sns-share .blind {
	font-size: 0;
	text-indent: -9999px;
}
.sns-share .sns-list-all[aria-hidden=false] {
	display: block;
}
.sns-share .sns-list-all {
	position: absolute;
	top: calc(100% + 0.8rem);
	right: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5.6rem 1.6rem 3.2rem;
	display: none;
}
.sns-share .sns-list-all > ul {
	display: flex;
	gap: 1.4rem;
	align-items: flex-start;
	justify-content: flex-start;
}
.sns-share .sns-btn {
	position: relative;
	display: block;
	width: 8rem;
	padding-top: 4rem;
	text-align: center;
	font-size: 1.4rem;
	color: #111;
	background-color: #fff;
}
.sns-share .sns-btn::before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.sns-share .sns-btn.facebook::before {
	background-image: url(/static/image/artvillas/facebook.png);
}
.sns-share .sns-btn.twitter::before {
	background-image: url(/static/image/artvillas/twitter.png);
}
.sns-share .sns-btn.twitter-x::before {
	background-image: url(/static/image/artvillas/twitter_x.png);
}
.sns-share .sns-btn.kakaostory {
	width: 7.8rem;
}
.sns-share .sns-btn.kakaostory::before {
	background-image: url(/static/image/artvillas/kakaostory.png);
}
.sns-share .sns-btn.line::before {
	background-image: url(/static/image/artvillas/line.png);
}
.sns-share .sns-btn.kakaotalk::before {
	background-image: url(/static/image/artvillas/kakaotalk.png);
}
.sns-share .sns-btn.url-copy::before {
	background-image: url(/static/image/artvillas/url-copy.png);
}
.sns-share .sns-btn-close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 1.6rem;
	top: 1.6rem;
	background: url(/static/image/artvillas/ico_close_btn.png) no-repeat center;
	background-size: contain;
}

/* 버튼 */
.new-btn {
	width: auto;
	height: 5.5rem;
	line-height: 5.5rem;
	display: inline-block;
	padding: 0 2.6rem;
	border: 1px solid #9a6f2f;
	color: #9a6f2f;
	font-size: 1.4rem;
	text-align: center;
	background-color: #fff;
}
.new-btn.ico_down:after {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 1.6rem;
	margin-left: 1.1rem;
	background: url(/static/image/artvillas/ico_down_btn.png) no-repeat center;
	background-size: cover;
}

.btn-wrap {
	display: flex;
	gap: 0 2rem;
}

/* 슬라이드 */
.slider-list .list {
	max-width: none;
}

/* dot 제거용 */
.slick-dots[role=tablist] {
	display: none;
}

/* form */
.search-box.new {
	margin: 0 auto;
	padding: 0 0 5.2rem 0;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.search-box.new + .content {
	margin-top: 4.8rem;
}
.search-box.new .search-inner {
	padding-right: 20.3rem;
}
.search-box.new .search-inner .btn-search {
	background-color: #111;
	width: 15rem;
	height: 15rem;
	max-height: 15rem;
}
.search-box.new .search-inner .input-group {
	display: flex;
}
.search-box.new .search-inner .input-group > .input-group-add:first-child {
	width: 11rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.search-box.new .search-inner .input-group .checkbox-group {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 0.9rem;
}
.search-box.new .search-inner .input-group .checkbox-group .custom-checkbox {
	min-width: auto;
	margin: 0;
	padding: 0;
	display: block;
	background: #fff;
}
.search-box.new .search-inner .input-group .checkbox-group .custom-checkbox .checkbox:checked + label {
	box-sizing: border-box;
	border: 1px solid #111;
	background-color: #fff;
	font-weight: 700;
}
.search-box.new .search-inner .input-group .checkbox-group .custom-checkbox .checkbox:checked + label:before {
	background: url(/static/image/artvillas/ico_check_on.png) no-repeat center/contain;
}
.search-box.new .search-inner .input-group .checkbox-group .custom-checkbox input {
	width: 100%;
	height: 4rem;
	margin: auto;
	padding: auto;
	overflow: auto;
	clip: auto;
}
.search-box.new .search-inner .input-group .checkbox-group .custom-checkbox label {
	display: block;
	height: 4rem;
	padding: 0 1.6rem 0 3.2rem;
	border-radius: 0.8rem;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	line-height: 4rem;
	color: #333;
	position: relative;
}
.search-box.new .search-inner .input-group .checkbox-group .custom-checkbox label::before {
	width: 1rem;
	height: 0.8rem;
	background: url(/static/image/artvillas/ico_check_off.png) no-repeat center/contain;
	border: 0;
	left: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
}

/* 페이지네이션 */
.paging {
	font-size: 0;
	margin: 0 auto;
}
.paging > a,
.paging .btn-prev,
.paging .btn-first,
.paging .btn-next,
.paging .btn-last {
	width: 3.2rem;
	height: 3.2rem;
}
.paging > a {
	margin: 0;
	padding: 0;
	line-height: 3.2rem;
	color: #111;
	font-size: 1.4rem;
}
.paging > a.on {
	text-decoration: none;
	background-color: #111;
	color: #fff;
}
.paging > a.btn-prev {
	margin: 0 3rem 0 0;
	background: url(/static/image/artvillas/ico_arrow_black.png) no-repeat center/contain;
}
.paging > a.btn-first {
	background: url(/static/image/artvillas/ico_arrow_double.png) no-repeat center/contain;
}
.paging > a.btn-next {
	margin: 0 0 0 3rem;
	transform: rotate(-180deg);
	background: url(/static/image/artvillas/ico_arrow_black.png) no-repeat center/contain;
}
.paging > a.btn-last {
	transform: rotate(-180deg);
	background: url(/static/image/artvillas/ico_arrow_double.png) no-repeat center/contain;
}

/* floating */
.ui-floating {
	position: fixed;
}
.ui-floating .ui-floating-cont {
	display: none;
}

.sale-floating {
	display: flex;
	align-items: center;
	justify-content: center;
	right: 2.4rem;
	bottom: 4rem;
	z-index: 10;
	min-width: 8.8rem;
	height: 8.8rem;
	border-radius: 8.8rem;
	color: #fff;
	background-color: #e13539;
	box-shadow: 0px 0.4rem 2rem 0px rgba(17, 17, 17, 0.2);
	overflow: hidden;
}
.sale-floating .floating-desc {
	font-size: clamp(1.4rem, 3vw, 1.8rem);
	padding: 4.1rem;
	word-break: keep-all;
}
.sale-floating .floating-icon {
	flex-direction: column;
	align-items: center;
}
.sale-floating .floating-icon .img {
	width: 3.2rem;
	height: 3.2rem;
}
.sale-floating .floating-icon .floating-txt {
	font-size: 1.4rem;
	font-weight: 500;
}
.sale-floating img {
	width: 100%;
}

/* notice modal */
/* modal */
.modal-wrapper .link:hover {
	transform: scale(0px);
}
.modal-wrapper .modal-frame {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 5rem);
	max-width: 48rem;
	height: auto;
	max-width: 44rem;
	padding: 2.4rem 2rem 3rem;
	background-color: #ffffff;
}
.modal-wrapper .modal-contents {
	position: relative;
	display: flex;
	flex-direction: column;
}
.modal-wrapper .modal-contents .modal-footer {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.modal-wrapper .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.6rem;
	background: transparent;
}
.modal-wrapper .modal-close .icon-close {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background-color: transparent;
	background-image: url(/static/image/sale/ico_close.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* notice */
.notice-btn {
	position: absolute;
	top: 17.6rem;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	width: 4.6rem;
	height: 12.5rem;
	padding: 1.6rem;
	background-color: #12284b;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #8a6868;
}
.notice-btn > span {
	transform: rotate(90deg);
	padding-left: 3rem;
	color: #fff;
}
.notice-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1.6rem;
	width: 2.4rem;
	height: 2.4rem;
	background-image: url(/static/image/sale/ico_alarm.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.sale-notice {
	display: flex;
	position: absolute;
	top: 17.6rem;
	right: 0;
	z-index: 10;
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sale-notice .modal-footer {
	height: 2.4rem;
}
.sale-notice .swiper {
	width: 100%;
	height: 100%;
}
.sale-notice .swiper .swiper-slide {
	position: relative;
	height: auto;
	font-size: 18px;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding-bottom: 3.5rem;
}
.sale-notice .swiper .swiper-slide .slide-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.6rem;
}
.sale-notice .swiper .swiper-slide .slide-header .slide-sub-tit {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #685230;
}
.sale-notice .swiper .swiper-slide .slide-header .slide-tit {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #111;
}
.sale-notice .swiper .swiper-slide .img {
	height: 100%;
}
.sale-notice .swiper .swiper-slide .img br {
	display: none;
}
.sale-notice .swiper .swiper-slide img {
	display: block;
	width: 100%;
}
.sale-notice .swiper .swiper-slide .link {
	position: absolute;
	bottom: 0;
	right: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 2.4rem;
	margin-left: auto;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #666;
	border-bottom: 1px solid #666;
}
.sale-notice .swiper .swiper-slide .link:hover {
	transform: scale(1);
}
.sale-notice .slide-paging {
	display: flex;
	align-content: center;
	justify-content: center;
}
.sale-notice .slide-paging .swiper-button-prev,
.sale-notice .slide-paging .swiper-button-next {
	position: relative;
	inset: 0;
	margin: 0;
	padding: 0;
	width: 2.4rem;
	height: 2.4rem;
	background-color: transparent;
	background-image: url(/static/image/sale/icon_arrow_right.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.sale-notice .slide-paging .swiper-button-prev::after,
.sale-notice .slide-paging .swiper-button-next::after {
	content: none;
}
.sale-notice .slide-paging .swiper-button-prev {
	transform: rotate(180deg);
}
.sale-notice .slide-paging .swiper-pagination {
	position: relative;
	inset: 0;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 1.6rem;
	display: flex;
	gap: 0.6rem;
}
.sale-notice .slide-paging .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	margin: 0;
	background: transparent;
	border: 1px solid #cccccc;
	border-radius: 0.8rem;
	opacity: 1;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sale-notice .slide-paging .swiper-pagination .swiper-pagination-bullet-active {
	width: 1.6rem;
	border-radius: 0.8rem;
	background: #685230;
}
.sale-notice[data-state=open] {
	display: block;
	transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sale-notice[data-state=open] .notice-btn::before {
	background-image: url(/static/image/sale/ico_close_white.png);
}
.sale-notice[data-state=close] {
	display: none;
}

/* 영문폰트 추가시 제어 */
.lang-en {
	font-family: "Noto Serif KR", serif;
}
.lang-en > span {
	font-family: "Noto Serif KR", serif;
}

/*
서브 컨텐츠 영역입니다
*****************************/
.sub-content-wrap {
	line-height: 1.5;
}
.sub-content-wrap.pb-160 {
	padding-bottom: 16rem;
}
.sub-content-wrap .section {
	margin-top: 10rem;
}
.sub-content-wrap .section.w-100 {
	max-width: 100%;
}
.sub-content-wrap .section.mt-0 {
	margin-top: 0;
}
.sub-content-wrap .section.mt-80 {
	margin-top: 8rem;
}
.sub-content-wrap .section.scroll {
	width: 100vw;
	padding: 0;
	overflow: hidden;
}
.sub-content-wrap .section-tit {
	font-size: 3rem;
	color: #111;
	font-weight: 700;
}

.sub-title-area {
	padding-top: 7.5rem;
	max-width: 128rem;
	margin: 0 auto;
	position: relative;
	height: 18rem;
	text-align: left;
}
.sub-title-area .page-title {
	font-size: 4.8rem;
	color: #111;
	font-weight: 600;
}
.sub-title-area .sns-share {
	position: absolute;
	right: 0;
	top: 9.9rem;
}
.sub-title-area .breadcrumb {
	position: absolute;
	right: 0;
	top: 3.2rem;
}

/* 공통비주얼 영역 -직영및 체인, 브랜드소개 */
.visual-wrap {
	max-width: 128rem;
	width: 100%;
	margin: 0 auto;
}
.visual-wrap .visual-txt {
	font-size: 2.5rem;
	color: #111;
	font-weight: 600;
}
.visual-wrap .visual-txt em {
	color: #666;
	font-weight: 500;
}
.visual-wrap .img-wrap {
	width: 100%;
	margin: 0 auto;
	padding-top: 5.6rem;
}
.visual-wrap .img-wrap > img {
	width: 100%;
}

#container .tab-menu ul {
	display: flex;
	height: 6rem;
	border: 0 none;
}
#container .tab-menu ul li {
	display: flex;
	justify-content: stretch;
	flex: 1;
	width: auto;
	height: auto;
	border: 1px solid #dddddd !important;
}
#container .tab-menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	max-height: none;
	font-weight: 700;
	font-size: 1.8rem;
	color: #666666;
}
#container .tab-menu ul li.active {
	border: 0 none;
	background-color: #243d68;
}
#container .tab-menu ul li.active::before {
	content: none;
}
#container .tab-menu ul li.active > a {
	color: #ffffff;
}

.btn-primary {
	height: 5.6rem;
	border: 1px solid transparent;
	background: #243d68;
	line-height: 5.6rem;
	color: #ffffff;
}

.btn-bottom-area .btn-xlg {
	min-width: auto;
}

.text-box {
	min-height: auto;
	padding: 3.2rem;
	margin-top: 5.6rem;
	background-color: #f9f9f9;
}
.text-box .sub-title {
	margin-bottom: 0.6rem;
	font-weight: 500;
	font-size: 1.8rem;
}
.text-box .text-list > li {
	padding-left: 1.4rem;
	font-size: 1.6rem;
}
.text-box .text-list > li:before {
	width: 0.4rem;
	height: 0.4rem;
}

.sales-guide-list > ul {
	border-top: 2px solid #111111;
}
.sales-guide-list > ul > li {
	border-bottom: 1px solid #cccccc;
}
.sales-guide-list .sales-list-tit {
	background: url("/static/image/sale/icon_open_down.png") no-repeat right 3.1rem top 50%;
	background-size: 2rem auto !important;
}
.sales-guide-list .sales-list-tit .icon {
	display: none;
}
.sales-guide-list .sales-list-tit a {
	display: block;
	padding: 2.4rem 7.4rem 2.4rem 2.4rem;
	font-weight: 700;
	font-size: 2.2rem;
	color: #111111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sales-guide-list .active .sales-list-tit {
	background-image: url("/static/image/sale/icon_open_up.png") !important;
	background-size: 2rem auto !important;
}
.sales-guide-list .sales-list-cont {
	padding: 2.4rem 2.4rem 5.6rem;
	font-size: 1.6rem;
	background-color: transparent;
	display: none;
}
.sales-guide-list .sales-list-cont .ico-a,
.sales-guide-list .sales-list-cont > .icon {
	display: none;
}
.sales-guide-list .sales-list-cont .img {
	text-align: center;
}
.sales-guide-list .sales-list-cont .img + .tb-wrap {
	margin-top: 2rem;
}
.sales-guide-list .sales-list-cont .tb-wrap + .btn-area {
	margin-top: 2rem;
}
.sales-guide-list .sales-list-cont .mt-tit2 {
	margin-top: 2rem;
}
.sales-guide-list .sales-list-cont .title-sub-area ~ .title-sub-area {
	margin-top: 2.4rem;
}
.sales-guide-list .sales-list-cont .title-sub-area + .sales-tit {
	margin-top: 1.6rem;
}
.sales-guide-list .sales-list-cont .title-sub-area .table-title {
	margin-bottom: 1.6rem;
	color: #111111;
	font-size: 1.8rem;
}
.sales-guide-list .sales-list-cont .title-sub-area.sales-tit {
	display: flex;
	color: #111111;
}
.sales-guide-list .sales-list-cont .title-sub-area.sales-tit .table-title {
	margin-bottom: 0;
}
.sales-guide-list .sales-list-cont .title-sub-area.sales-tit .sales-txt {
	margin-left: auto;
	font-size: 1.4rem;
}
.sales-guide-list .sales-list-cont .title-sub-area.sales-tit + .tb-wrap {
	margin-top: 1.6rem;
}
.sales-guide-list .sales-list-cont .title-sub-area .sub-title {
	display: block;
	margin-bottom: 1.6rem;
	font-weight: 700;
	font-size: 2rem;
}
.sales-guide-list .sales-list-cont .text-list.no-bullet {
	margin-top: 0.8rem;
}
.sales-guide-list .sales-list-cont .text-list.no-bullet li,
.sales-guide-list .sales-list-cont .text-list.no-bullet dd,
.sales-guide-list .sales-list-cont .text-list.no-bullet > p {
	font-size: 1.4rem;
	text-align: right;
}
.sales-guide-list .sales-list-cont .btn-area:last-child {
	margin-top: 2.4rem;
}
.sales-guide-list .sales-list-cont .btn-area:last-child .btn-default.btn-md {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 20rem;
	height: 4.8rem;
	padding: 0 1rem;
	border: 1px solid #CCCCCC;
	font-weight: 500;
	font-size: 1.6rem;
	color: #111111;
}

.tb-wrap.tb-wrap {
	border-top: 1px solid #111111;
}
.tb-wrap.tb-wrap + .tb-wrap.tb-wrap {
	margin-top: 3.2rem;
}
.tb-wrap.tb-wrap > table th,
.tb-wrap.tb-wrap > table td {
	padding-top: 1.6rem;
	padding-bottom: 1.5rem;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 1.8rem;
}
.tb-wrap.tb-wrap > table th:first-child,
.tb-wrap.tb-wrap > table td:first-child {
	border-left: 0 none;
}
.tb-wrap.tb-wrap > table th.bold-l-none,
.tb-wrap.tb-wrap > table td.bold-l-none {
	border-left: 0 none;
}
.tb-wrap.tb-wrap > table th.bold-l,
.tb-wrap.tb-wrap > table td.bold-l {
	border-left: 1px solid #dddddd !important;
}
.tb-wrap.tb-wrap > table thead th {
	height: auto;
	font-weight: 500;
	color: #111111;
	background-color: #f9f9f9;
}
.tb-wrap.tb-wrap > table tbody th, .tb-wrap.tb-wrap > table tbody td {
	color: #444444;
}
.tb-wrap.tb-wrap > table tbody th {
	background-color: #fffdf9;
}
.tb-wrap.tb-wrap > table tbody th.point-color {
	font-weight: 700;
	color: #685230;
}
.tb-wrap.tb-wrap > table + p {
	margin-top: 1.6rem;
}
.tb-wrap.tb-wrap + p {
	margin-top: 1.6rem;
}

.agree-check-list {
	margin-top: 0.28rem;
	font-weight: 500;
}
.agree-check-list li {
	padding-left: 0;
}
.agree-check-list li .custom-checkbox {
	margin-right: 1.6rem;
}
.header.bunyang ~ .form-horizontal .agree-check-list li a {
	font-size: 1.6rem;
}
.agree-check-list + .btn-bottom-area {
	margin-top: 4rem;
}

.tb-wrap.mt-tit2.all-border.td_style2.no-table {
	border-top: 0 none;
}

.table-title {
	display: block;
	margin-top: 3rem;
	margin-bottom: 1.6rem;
	font-weight: 700;
	font-size: 2.2rem;
	color: #111111;
}

@media (max-width: 1279px) {
	.table-title {
		font-size: 2rem;
	}
}
.custom-radio .radio + label {
	display: inline-flex;
	align-items: center;
	height: 2.2rem;
	padding-left: 3rem;
	font-size: 1.6rem;
	color: #111111;
}
.custom-radio .radio + label::before {
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.custom-radio .radio:checked + label {
	font-weight: 500;
	color: #111111;
}
.custom-radio .radio:checked + label::before {
	border: 1px solid #f06b21;
}
.custom-radio .radio:checked + label::after {
	top: 0.4rem;
	left: 0.4rem;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #f06b21;
}

.custom-checkbox .checkbox + label {
	padding-left: 3rem;
	font-size: 1.6rem;
	color: #111111;
}
.custom-checkbox .checkbox + label::before {
	width: 2rem;
	height: 2rem;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.custom-checkbox .checkbox:checked + label {
	font-weight: 500;
}
.custom-checkbox .checkbox:checked + label::before {
	width: 2rem;
	height: 2rem;
	border: 1px solid #f06b21;
	background: #f06b21 url("/static/image/sale/icon_checkbox_on.png") 50% 50% no-repeat;
	background-size: 1.4rem auto;
}

.input-group.input-lg .input-text,
.txtbox textarea {
	padding: 1.1rem 1.6rem;
}


.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop {
	width: 66rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-title {
	padding: 5.6rem 2.4rem 1.6rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-title .tit {
	border-bottom: 1px solid #111111;
	padding-bottom: 0.9rem;
	font-weight: 700;
	font-size: 1.8rem;
	color: #111111;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content {
	padding: 0 2.4rem 3.2rem;
	font-size: 1.4rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-terms-box {
	background-color: #f7f7f7;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content strong {
	font-size: 1.6rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content > li ~ li {
	margin-top: 1.5rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content > li .agree-sub {
	margin-top: 0.8rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content .agree-detail {
	margin-top: 1.2rem;
	margin-top: 0.2rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content .agree-detail > li ~ li {
	margin-top: 0.2rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content .agree-tit {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content .press {
	font-size: 2.4rem !important;
	text-decoration: none !important;
	line-height: 1.5;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area {
	display: flex;
	margin-top: 4.8rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area.type2 {
	justify-content: center;
	height: 4.8rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area.type2 > .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin: 0;
	width: 16rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area.type2 > .btn + .btn {
	margin-left: 0.8rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .alert-info {
	position: relative;
	padding-left: 1.8rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .alert-info::before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	background: url("/static/image/sale/icon_alert_info.png") no-repeat;
	background-size: 100% auto;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .btn-icon.ico-close {
	top: 2.2rem;
	right: 2.2rem;
	width: 1.9rem;
	height: 1.9rem;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .dim {
	opacity: 0.5;
}
.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .agree-terms-box .inner-box > .agree-content {
	margin: 0;
}

@media (max-width: 1279px) {
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop {
		width: 100%;
		height: 100%;
		height: 100dvh;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap {
		display: flex;
		flex-direction: column;
		padding-top: 6.4rem;
		height: 100%;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-title {
		overflow: inherit;
		position: static;
		height: auto;
		padding: 0 1.6rem 1.6rem;
		border-bottom: 0 none;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-title .tit {
		padding-bottom: 0.8rem;
		font-size: 2rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content {
		display: flex;
		flex-direction: column;
		flex: 1;
		height: auto;
		min-height: auto;
		padding: 0 0 1.5rem;
		margin: 0 1.6rem;
		line-height: 1.5;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content.scroll {
		max-height: none;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content strong {
		font-size: 1.8rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-terms-box.scroll {
		background-color: #f7f7f7;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-terms-box.scroll .inner-box {
		padding: 1.6rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content {
		margin-bottom: 0;
		line-height: 1.5;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content > li ~ li {
		margin-top: 1.5rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content .agree-detail {
		margin-top: 0.8rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .agree-content .agree-detail > li ~ li {
		margin-top: 0.2rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area {
		margin-top: auto;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area.type2 {
		justify-content: space-between;
		height: 5.2rem;
		flex-shrink: 0;
		padding-top: 1.5rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area.type2 > .btn {
		min-height: 5.2rem;
		flex: 1;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .popup-content .btn-bottom-area::after {
		display: none;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .alert-info {
		margin-top: 0.8rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .popup-wrap .alert-info::before {
		top: 0.4rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .btn-icon.ico-close {
		top: 3rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .layer-pop.responsive .ico-close.close-layer::before,
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .layer-pop.responsive .ico-close.close-layer::after {
		height: 0.15rem;
	}
	.header.bunyang ~ .form-horizontal .layer-pop#privacy-pop .dim {
		opacity: 0.5;
	}
}
.agree-terms-box.scroll .inner-box {
	padding: 2.4rem;
	color: #111111;
}

@media (max-width: 1279px) {
	/*
	레이아웃, 공통컨텐츠 영역입니다
	*****************************/
	/* 레이아웃 */
	#container {
		min-height: calc(100vh - 365px);
		padding-top: 7.2rem;
		padding-bottom: 7.2rem;
	}
	#wrapper.main #container {
		min-height: auto;
	}
	#container .content-wrap {
		padding: 0;
	}
	.mo-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	/* 브레드크럼 */
	.breadcrumb {
		display: none;
	}
	/* 공유하기 */
	.sns-share .sns-btn-open {
		width: 3.2rem;
		height: 3.2rem;
	}
	.sns-share .sns-list-all {
		padding: 5.6rem 2rem 3.2rem 2rem;
		display: none;
		height: auto;
		width: 35rem;
	}
	.sns-share .sns-list-all > ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.2rem 1.4rem;
		height: auto;
	}
	.sns-share .sns-list-all > ul > li {
		width: calc((100% - 4.2rem) / 4);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sns-share .sns-btn {
		font-size: 1.3rem;
	}
	/* form */
	.search-box.new .search-inner {
		padding-right: 0;
	}
	.search-box.new .search-inner .btn-search {
		width: 100%;
		min-height: auto;
		height: auto;
	}
	.search-box.new .search-inner .input-group {
		display: flex;
		flex-direction: column;
		position: relative;
		padding-left: 11rem;
	}
	.search-box.new .search-inner .input-group > .input-group-add:first-child {
		position: absolute;
		left: 0;
		top: 0;
	}
	/* floating */
	.sale-floating {
		right: 1.2rem;
		bottom: 5rem;
		max-width: calc(100% - 2.4rem);
		min-width: 6.4rem;
		height: 6.4rem;
		border-radius: 6.4rem;
	}
	.sale-floating .floating-desc {
		padding: 2.9rem;
	}
	.sale-floating .floating-icon .img {
		width: 2.2rem;
		height: 2.2rem;
	}
	.sale-floating .floating-icon .floating-txt {
		font-size: 1.2rem;
	}
	/* modal */
	.modal-wrapper .modal-frame {
		padding: 2rem 2rem 2.5rem;
	}
	.modal-wrapper .modal-contents .modal-footer {
		height: 2rem;
	}
	.sale-notice {
		width: 100%;
	}
	.sale-notice .swiper .swiper-slide .slide-header .slide-sub-tit {
		font-size: 1.2rem;
	}
	.sale-notice .swiper .swiper-slide .link {
		height: 2rem;
		font-size: 1.2rem;
	}
	.sale-notice .slide-paging .swiper-pagination {
		padding: 0;
	}
	.sale-notice .swiper-button-next,
	.sale-notice .swiper-button-prev {
		display: none;
	}
	/*
	서브 컨텐츠 영역입니다
	*****************************/
	.section {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 0 2rem;
	}
	.sub-content-wrap .section.w-100 {
		padding: 0;
	}
	.sub-title-area {
		padding: 0 1.6rem;
		max-width: 100%;
		margin: 0 auto 0.8rem;
		position: relative;
		height: 6.4rem;
	}
	.sub-title-area > h2 {
		display: none;
	}
	.sub-title-area .sns-share {
		position: absolute;
		right: 1.6rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.sub-title-area .page-title {
		font-size: 1.6rem;
	}
	/* 공통비주얼 영역 -직영및 체인, 브랜드소개 */
	.visual-wrap .visual-txt {
		padding: 0 2rem;
		font-size: 2rem;
		font-weight: 700;
	}
	.visual-wrap .visual-txt em {
		font-weight: 600;
	}
	.visual-wrap .img-wrap {
		width: 100%;
		margin-top: 2.4rem;
		padding-top: 0;
		aspect-ratio: 13/6;
	}
	.visual-wrap .img-wrap > img {
		width: 100%;
		height: 100%;
	}
	.text-box {
		padding: 1.6rem;
	}
	.text-box .sub-title {
		font-size: 1.6rem;
	}
	.text-box .text-list {
		padding-left: 0;
	}
	.text-box .text-list > li {
		padding-left: 1rem;
	}
	.input-group.input-lg .input-text {
		font-size: 1.6rem;
	}
	.agree-check-list li {
		display: flex;
		padding-right: 0;
	}
	.agree-check-list li .custom-checkbox {
		margin-right: auto;
	}
	.agree-check-list li .text-link + .btn-icon {
		display: none !important;
	}
	.custom-radio .radio.radio + label {
		padding-left: 2.4rem;
	}
	.custom-radio .radio.radio + label::before {
		top: 0.3rem;
		width: 1.8rem;
		height: 1.8rem;
	}
	.custom-radio .radio.radio + label::after {
		top: 0.7rem;
		left: 0.4rem;
		width: 1rem;
		height: 1rem;
	}
	.custom-checkbox .checkbox + label {
		padding-left: 2.6rem;
	}
	.layer-pop.responsive {
		position: fixed !important;
		top: 0 !important;
		left: 0;
		margin-left: 0;
		margin-top: 0 !important;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.layer-pop.layer-lg {
		width: 100%;
		height: 100%;
		height: 100dvh;
	}
	.layer-pop.layer-lg .popup-wrap {
		display: flex;
		flex-direction: column;
		padding-top: 6.4rem;
		height: 100%;
	}
	.layer-pop.layer-lg .popup-wrap .popup-title {
		overflow: inherit;
		position: static;
		height: auto;
		padding: 0 1.6rem 1.6rem;
		border-bottom: 0 none;
	}
	.layer-pop.layer-lg .popup-wrap .popup-title .tit {
		padding-bottom: 0.8rem;
		font-size: 2rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content {
		display: flex;
		flex-direction: column;
		flex: 1;
		height: auto;
		min-height: auto;
		padding: 0 0 1.5rem;
		margin: 0 1.6rem;
		line-height: 1.5;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content strong {
		font-size: 1.8rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .agree-terms-box.scroll {
		background-color: #f7f7f7;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .agree-terms-box.scroll .inner-box {
		padding: 1.6rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .agree-content {
		margin-bottom: 0;
		line-height: 1.5;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .agree-content > li ~ li {
		margin-top: 1.5rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .agree-content .agree-detail {
		margin-top: 0.8rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .agree-content .agree-detail > li ~ li {
		margin-top: 0.2rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .btn-bottom-area {
		margin-top: auto;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .btn-bottom-area.type2 {
		justify-content: space-between;
		height: 5.2rem;
	}
	.layer-pop.layer-lg .popup-wrap .popup-content .btn-bottom-area.type2 > .btn {
		flex: 1;
	}
	.layer-pop.layer-lg .popup-wrap .alert-info {
		margin-top: 0.8rem;
	}
	.layer-pop.layer-lg .popup-wrap .alert-info::before {
		top: 0.4rem;
	}
	.layer-pop.layer-lg .btn-icon.ico-close {
		top: 3rem;
	}
	.layer-pop.layer-lg .layer-pop.responsive .ico-close.close-layer::before,
	.layer-pop.layer-lg .layer-pop.responsive .ico-close.close-layer::after {
		height: 0.15rem;
	}
	.layer-pop.layer-lg .dim {
		opacity: 0.5;
	}
	.tab-menu ul {
		height: 5.2rem;
	}
	.tab-menu ul li a {
		font-size: 1.5rem;
	}
	.tb-wrap.tb-wrap {
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap;
		margin-right: -1.6rem;
		padding-bottom: 1px;
	}
	.tb-wrap.tb-wrap > table {
		table-layout: auto;
	}
	.tb-wrap.tb-wrap > table th, .tb-wrap.tb-wrap > table td {
		font-size: 1.6rem;
	}
	.tb-wrap > table tbody th, .tb-wrap > table tbody td {
		padding: 1.6rem;
	}
	.sales-guide-wrap {
		margin-right: 1.6rem;
		margin-left: 1.6rem;
	}
	.sales-guide-list .sales-list-tit {
		background-position: right 0.6rem top 50% !important;
		background-size: 1.7rem auto !important;
	}
	.sales-guide-list .sales-list-tit a {
		padding: 1.8rem 3rem 1.8rem 0;
		font-size: 1.8rem;
	}
	.sales-guide-list .sales-list-cont {
		padding: 1.6rem 0 5.6rem;
	}
	.sales-guide-list .sales-list-cont .title-sub-area.sales-tit {
		display: block;
	}
	.sales-guide-list .sales-list-cont .title-sub-area.sales-tit .sales-txt {
		margin-top: 0.8rem;
		margin-bottom: -0.6rem;
	}
	.sales-guide-list .sales-list-cont .title-sub-area .sub-title {
		font-size: 1.8rem;
	}
	.sales-guide-list .sales-list-cont .title-sub-area .table-title {
		font-weight: 500;
	}
	.sales-guide-list .sales-list-cont .btn-area:last-child {
		margin-top: 3.2rem;
	}
	.sales-guide-list .sales-list-cont .btn-area:last-child .btn-default.btn-md {
		min-width: 16rem;
		border: 1px solid #DDDDDD;
		font-size: 1.4rem;
		color: #666666;
	}
}
@media (max-width: 375px) {
	/* 공유하기 */
	.sns-share .sns-list-all {
		width: 30rem;
		padding: 4rem 1rem 2.2rem 1rem;
	}
	.sns-share .sns-list-all > ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.2rem 0.7em;
		height: auto;
	}
	.sns-share .sns-list-all > ul > li {
		width: calc((100% - 2.1rem) / 4);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sns-share .sns-btn {
		font-size: 1.1rem;
	}
}/*# sourceMappingURL=sale-common.css.map */
