@charset "UTF-8";
/*
 * 예약 UI 인라인 타입(CAMP_INFO.RESERVE_UI_TYPE='INLINE') 전용 스타일.
 *
 * 생성물이다. 직접 고치지 말고 아래 원본을 고친 뒤 재생성할 것:
 *   원본  assets/micro/css/{reset,common,contents}.css
 *   생성  scratchpad/gen-reserve-css.js (레포 밖 1회성 변환 — 커밋 대상 아님)
 *
 * 왜 스코프하나: micro CSS 는 :root 에 --primary-color/--font-size-* 를 재정의하고
 * .footer/.container/.sub-title 등 site 레이아웃과 같은 클래스를 쓴다. 그대로 병행 로드하면
 * 홈 헤더/푸터가 뒤집힌다. 전 선택자를 .rsv-scope 아래로 내려 격리하고,
 * 디자인 토큰(primary/secondary)만 site 값으로 매핑해 홈 브랜드에 맞춘다.
 */

/* ===== micro/css/reset.css ===== */
@charset "utf-8";

/*
    #기능: css 초기화
 */.rsv-scope * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
.rsv-scope {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.rsv-scope {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	color: #000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
.rsv-scope div, .rsv-scope h1, .rsv-scope h2, .rsv-scope h3, .rsv-scope h4, .rsv-scope h5, .rsv-scope h6, .rsv-scope ul, .rsv-scope ol, .rsv-scope li, .rsv-scope dl, .rsv-scope dt, .rsv-scope dd, .rsv-scope p, .rsv-scope form, .rsv-scope fieldset, .rsv-scope input, .rsv-scope table, .rsv-scope tr, .rsv-scope th, .rsv-scope td, .rsv-scope button, .rsv-scope textarea, .rsv-scope select {
	margin: 0;
	padding: 0;
}
.rsv-scope h1, .rsv-scope h2, .rsv-scope h3, .rsv-scope h4, .rsv-scope h5, .rsv-scope h6 {
	font-size: 100%;
	font-weight: normal;
}
.rsv-scope img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}
.rsv-scope hr {
	display: none;
}
.rsv-scope ul, .rsv-scope ol, .rsv-scope dl, .rsv-scope dt, .rsv-scope dd, .rsv-scope li {
	list-style: none;
}
.rsv-scope table, .rsv-scope th, .rsv-scope td {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
}
.rsv-scope caption {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.rsv-scope fieldset, .rsv-scope blockquote, .rsv-scope iframe, .rsv-scope button {
	border: none;
}
.rsv-scope i, .rsv-scope em, .rsv-scope u, .rsv-scope cite {
	font-style: normal;
}
.rsv-scope strong, .rsv-scope em, .rsv-scope b {
	font-weight: normal;
}
.rsv-scope a {
	color: #000;
	text-decoration: none;
}
.rsv-scope button {
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: none;
	outline: none;
}
.rsv-scope input, .rsv-scope select, .rsv-scope textarea, .rsv-scope button {
	font-size: 16px;
	border-radius: 5px;
}
.rsv-scope button, .rsv-scope input[type="submit"], .rsv-scope input[type="button"], .rsv-scope input[type="reset"] {
	cursor: pointer;
	-webkit-appearance: none;
	outline: none;
}
.rsv-scope section, .rsv-scope nav, .rsv-scope article, .rsv-scope aside, .rsv-scope header, .rsv-scope footer, .rsv-scope main {
	display: block;
}
.rsv-scope input[type="date"]::-webkit-calendar-picker-indicator, .rsv-scope input[type="date"]::-webkit-inner-spin-button {
	display: none;
}
.rsv-scope input[type="text"], .rsv-scope input[type="search"], .rsv-scope input[type="tel"], .rsv-scope input[type="number"], .rsv-scope input[type="password"] {
	-webkit-appearance: none;
	outline: none;
}
.rsv-scope input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.rsv-scope ::-webkit-input-placeholder, .rsv-scope ::-moz-placeholder, .rsv-scope :-ms-input-placeholder, .rsv-scope :-moz-placeholder {
	color: #aaa;
}
.rsv-scope input:focus::-webkit-input-placeholder, .rsv-scope textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
.rsv-scope ::-ms-clear, .rsv-scope ::-ms-reveal {
	display: none;
}
.rsv-scope select, .rsv-scope textarea, .rsv-scope button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsv-scope input[type="text"], .rsv-scope input[type="search"] {
	-webkit-appearance: none;
	outline: none;
}
.rsv-scope input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.rsv-scope input[type="text"], .rsv-scope input[type="search"], .rsv-scope input[type="number"], .rsv-scope input[type="email"], .rsv-scope input[type="tel"], .rsv-scope input[type="password"] {
	border: 1px solid var(--border-color);
	background: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	outline: none;
}
.rsv-scope select {
	border: 1px solid var(--border-color);
	background: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 10px;
}
.rsv-scope textarea {
	border: 1px solid var(--border-color);
	background: #fff;
	padding: 10px;
}
.rsv-scope textarea::placeholder, .rsv-scope textarea::-webkit-input-placeholder, .rsv-scope textarea:-ms-input-placeholder {
	color: #ccc;
}
.rsv-scope input[type="checkbox"], .rsv-scope input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media all and (max-width: 1023px) {
.rsv-scope input[type="text"], .rsv-scope input[type="search"], .rsv-scope input[type="number"], .rsv-scope input[type="email"], .rsv-scope input[type="tel"], .rsv-scope input[type="password"] {
		height: 55px;
		line-height: 55px;
	}
.rsv-scope select {
		border: 1px solid var(--border-color);
		height: 45px;
		line-height: 45px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope input[type="text"], .rsv-scope input[type="search"], .rsv-scope input[type="number"], .rsv-scope input[type="email"], .rsv-scope input[type="tel"], .rsv-scope input[type="password"] {
		height: 45px;
		line-height: 45px;
	}
.rsv-scope select {
		border: 1px solid var(--border-color);
		height: 45px;
		line-height: 45px;
	}
}

/* ===== micro/css/common.css ===== */
@charset "utf-8";

/*
	#기능: 공통 사용
*/

@font-face {
	font-family: "Pretendard";
	src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}


@font-face {
	font-family: "Pretendard";
	src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: "Pretendard";
	src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: "Pretendard";
	src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: "Pretendard";
	src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}


@font-face {
	font-family: "SEBANG_Gothic_Bold";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
.rsv-scope {
	--primary-color: #0c5c4a;
	--secondary-color: #9c9c9c;
	--border-color: #dcdcdc;
	--font-size-30: 1.85em;
	--font-size-28: 1.75em;
	--font-size-26: 1.65em;
	--font-size-24: 1.5em;
	--font-size-22: 1.4em;
	--font-size-20: 1.25em;
	--font-size-18: 1.125em;
	--font-size-15: 0.95em;
	--font-size-14: 0.88em;
	--font-size-13: 0.82em;
	--font-sebang: "SEBANG_Gothic_Bold", "Pretendard", sans-serif;
}
.rsv-scope, .rsv-scope input, .rsv-scope select, .rsv-scope textarea, .rsv-scope button {font-family: "Pretendard", sans-serif; letter-spacing: -0.5px;}
body.opt-prevent {overflow: hidden;}
.rsv-scope .opt-strong {font-weight: 600;}
.rsv-scope .opt-color-warning {color: #FF5454;}
.rsv-scope .opt-color-primary {color: var(--primary-color);}
.rsv-scope .opt-text-left {text-align: left;}
.rsv-scope .opt-text-center {text-align: center;}
.rsv-scope .opt-text-right {text-align: right;}
.rsv-scope .opt-mt-5 {margin-top: 5px;}
.rsv-scope .opt-mt-10 {margin-top: 10px;}
.rsv-scope .opt-font-sm {font-size: var(--font-size-15);}
@media all and (max-width: 767px) {
.rsv-scope .opt-font-sm {font-size: var(--font-size-14);}
}



/* ## modal ## */.rsv-scope .modal {
	width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 6px #00000029;
	padding: 0;
}
.rsv-scope .modal::backdrop {
	background: rgba(0, 0, 0, 0.5);
}
.rsv-scope .modal-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.rsv-scope .modal .modal-close {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 5;
	font-size: var(--font-size-22);
	margin-left: 0;
	margin-right: 0;
}
.rsv-scope .modal-header {
	display: flex;
	align-items: center;
	height: 60px;
	padding-right: 60px;
	padding-left: 25px;
	background: var(--secondary-color);
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.rsv-scope .modal-title {
	font-size: var(--font-size-20);
	color: #fff;
}
.rsv-scope .modal-header .modal-close {
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	color: #fff;
	font-size: var(--font-size-28);
}
.rsv-scope .modal-body {
	padding: 30px 25px;
	overflow-y: auto;
}
.rsv-scope .modal-header + .modal-body {
	max-height: calc(100vh - 100px);
}
@media all and (max-width: 1023px) {
.rsv-scope .modal-header {
		height: 55px;
		padding-left: 20px;
	}
.rsv-scope .modal-header .modal-close {
		right: 20px;
	}
.rsv-scope .modal-title {
		font-size: var(--font-size-18);
	}
.rsv-scope .modal-body {
		padding: 25px 20px;
	}
.rsv-scope .modal-header + .modal-body {
		max-height: calc(100vh - 95px);
	}
}
@media all and (max-width: 767px) {
.rsv-scope .modal-btn-wrap {
		margin-top: 20px;
	}
.rsv-scope .modal .modal-close {
		right: 15px;
		top: 15px;
	}
.rsv-scope .modal-header {
		height: 50px;
		padding-left: 15px;
		padding-right: 45px;
	}
.rsv-scope .modal-header .modal-close {
		right: 15px;
		top: 50%;
		font-size: var(--font-size-24);
	}
.rsv-scope .modal-body {
		padding: 20px 15px;
	}
.rsv-scope .modal-header + .modal-body {
		max-height: calc(100vh - 90px);
	}
}


/* ## button ## */.rsv-scope .btn-basic-wrap {
	margin-top: 40px;
}
.rsv-scope .btn-basic {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #E6E6E6;
	color: #6F6F6F;
	height: 60px;
	padding: 0 20px;
	min-width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: var(--font-size-18);
	border: 1px solid transparent;
	transition: 0.2s ease-in-out;
	vertical-align: top;
}
.rsv-scope .btn-basic:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rsv-scope .btn-basic.opt-color-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.rsv-scope .btn-basic.opt-color-secondary {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff;
}
.rsv-scope .btn-basic.opt-color-white {
	background-color: #fff;
	border-color: #fff;
	color: #555;
}
.rsv-scope .btn-basic.opt-line-black {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.rsv-scope .btn-basic.opt-line-gray {
	background-color: #fff;
	border-color: #ACACAC;
	color: #000;
}
.rsv-scope .btn-basic.opt-style-round {
	border-radius: 100%;
}
.rsv-scope .btn-basic.opt-style-square {
	border-radius: 5px;
}
.rsv-scope .btn-basic.opt-style-unit {
	width: 60px;
	padding: 0;
	min-width: auto;
}
.rsv-scope .btn-basic.opt-size-md {
	height: 52px;
	min-width: auto;
}
.rsv-scope .btn-basic.opt-size-sm {
	height: 40px;
	min-width: auto;
	padding: 0 10px;
	font-size: 1em;
}
.rsv-scope .btn-basic.opt-size-xs {
	height: 28px;
	min-width: auto;
	padding: 0 5px;
	font-size: var(--font-size-14);
}
.rsv-scope .btn-basic.opt-size-sm.opt-style-unit {
	width: 40px;
}
@media all and (max-width: 1023px) {
.rsv-scope .btn-basic-wrap {
		margin-top: 30px;
	}
.rsv-scope .btn-basic {
		height: 55px;
	}
.rsv-scope .btn-basic.opt-style-unit {
		width: 55px;
	}
.rsv-scope .btn-basic.opt-size-md {
		height: 48px;
		padding: 0 15px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .btn-basic-wrap {
		margin-top: 20px;
	}
.rsv-scope .btn-basic {
		height: 45px;
		font-size: var(--font-size-15);
		min-width: auto;
		margin: 1px 5px;
		padding: 0 25px;
	}
.rsv-scope .btn-basic.opt-style-unit {
		width: 45px;
	}
.rsv-scope .btn-basic.opt-size-md {
		height: 42px;
	}
}



/* ## tab ## */.rsv-scope .tab-basic.opt-type1 {
	margin-bottom: 40px;
}
.rsv-scope .tab-basic.opt-type1 .tab-basic-list {
	display: flex;
}
.rsv-scope .tab-basic.opt-type1 li {
	flex: 1;
	text-align: center;
	border-bottom: 2px solid #DBDBDB;
}
.rsv-scope .tab-basic.opt-type1 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	font-size: var(--font-size-20);
	color: #999;
	position: relative;
	white-space: nowrap;
}
.rsv-scope .tab-basic.opt-type1 a::before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #000;
	border-radius: 20px;
}
.rsv-scope .tab-basic.opt-type1 a.opt-active {
	color: #000;
	font-weight: 600;
}
.rsv-scope .tab-basic.opt-type1 a.opt-active::before {
	width: 100%;
}
@media all and (max-width: 1023px) {
.rsv-scope .tab-basic.opt-type1 a {
		height: 55px;
		font-size: var(--font-size-18);
	}
}
@media all and (max-width: 767px) {
.rsv-scope .tab-basic.opt-type1 {
		overflow-x: auto;
		margin-bottom: 30px;
	}
.rsv-scope .tab-basic.opt-type1 a {
		padding: 0 10px;
		height: 45px;
		font-size: 1em;
	}
}
.rsv-scope .tab-basic.opt-type2 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}
.rsv-scope .tab-basic.opt-type2 .tab-basic-list {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.rsv-scope .tab-basic.opt-type2 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	color: #555;
	min-width: 140px;
	line-height: 1;
	position: relative;
	transition: 0.2s ease-in-out;
}
.rsv-scope .tab-basic.opt-type2 a.opt-active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.rsv-scope .tab-basic.opt-type2 a::before {
	display: block;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%) rotate(45deg);
	transition: 0.2s ease-in-out;
}
.rsv-scope .tab-basic.opt-type2 a.opt-active::before {
	transform: translateX(-50%) rotate(0);
	border-top-color: var(--primary-color);
}
@media all and (max-width: 1023px) {
.rsv-scope .tab-basic.opt-type2 {
		padding-bottom: 0;
		border-bottom: none;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .tab-basic.opt-type2 {
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
.rsv-scope .tab-basic.opt-type2 .tab-basic-list {
		display: block;
		white-space: nowrap;
		text-align: center;
	}
.rsv-scope .tab-basic.opt-type2 li {
		display: inline-block;
		vertical-align: top;
	}
.rsv-scope .tab-basic.opt-type2 a {
		height: 45px;
		min-width: auto;
		padding: 0 15px;
		width: 100%;
	}
}
.rsv-scope .tab-basic.opt-type3 {
	margin-bottom: 15px;
}
.rsv-scope .tab-basic.opt-type3 .tab-basic-list {
	display: flex;
	align-items: center;
}
.rsv-scope .tab-basic.opt-type3 li {
	flex: 1 1 auto;
	margin-left: -1px;
}
.rsv-scope .tab-basic.opt-type3 a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border: 1px solid var(--border-color);
	color: #555;
	line-height: 1;
}
.rsv-scope .tab-basic.opt-type3 a.opt-active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
@media all and (max-width: 767px) {
.rsv-scope .tab-basic.opt-type3 a {
		height: 36px;
	}
}
.rsv-scope .js-tab-cont {
	display: none;
}
.rsv-scope .js-tab-cont.opt-active {
	display: block;
}



/* ## table ## */.rsv-scope .table-basic.opt-type1 {
	border-top: 3px solid var(--primary-color);
}
.rsv-scope .table-basic.opt-type1 table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	border-right: 1px solid var(--border-color);
	color: #000;
}
.rsv-scope .table-basic.opt-type1 th, .rsv-scope .table-basic.opt-type1 td {
	padding: 15px 20px;
	border-left: 1px solid var(--border-color);
}
.rsv-scope .table-basic.opt-type1 tr {
	border-bottom: 1px solid var(--border-color);
}
.rsv-scope .table-basic.opt-type1 .table-title {
	background: #eef8ee;
}
@media all and (max-width: 1023px) {
.rsv-scope .t-table-scroll {
		overflow-x: auto;
	}
.rsv-scope .t-table-scroll.table-basic.opt-type1 table {
		width: 1100px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .table-basic.opt-type1 {
		border-width: 2px;
		font-size: var(--font-size-15);
	}
.rsv-scope .table-basic.opt-type1 th, .rsv-scope .table-basic.opt-type1 td {
		padding: 10px 8px;
	}
.rsv-scope .m-table-scroll {
		overflow-x: auto;
	}
.rsv-scope .m-table-scroll.table-basic.opt-type1 table {
		width: 800px;
	}
}
.rsv-scope .table-basic.opt-type2 table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
.rsv-scope .table-basic.opt-type2 tbody tr {
	border-bottom: 1px solid #DFDFDF;
}
.rsv-scope .table-basic.opt-type2 .table-title {
	background: #F2F2F2;
}
.rsv-scope .table-basic.opt-type2 th, .rsv-scope .table-basic.opt-type2 td {
	padding: 8px 10px;
}



/* ## scroll ## */.rsv-scope .scroll-vertical-basic::-webkit-scrollbar {
	width: 5px;
}
.rsv-scope .scroll-vertical-basic::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 5px;
}
.rsv-scope .scroll-vertical-basic::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 5px;
}



/* ## alert ## */.rsv-scope .alert-modal {
	max-width: 400px;
}
.rsv-scope .alert-box {
	padding: 100px 30px 30px;
	text-align: center;
	background: url("../../micro/img/logo.png") no-repeat center 30px;
	background-size: 160px;
}
.rsv-scope .alert-title {
	font-size: var(--font-size-18);
	margin-bottom: 5px;
}
.rsv-scope .alert-desc-box {
	color: #555;
}
.rsv-scope .alert-btn-box {
	margin-top: 20px;
	display: flex;
}
.rsv-scope .alert-btn-box .btn-basic {
	flex: 1 1 auto;
}
.rsv-scope .alert-close {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: var(--font-size-30);
}
@media all and (max-width: 767px) {
.rsv-scope .alert-box {
		padding: 60px 20px 20px;
		background-position: center 20px;
		background-size: 140px;
	}
.rsv-scope .alert-title {
		font-size: 1em;
		margin-bottom: 3px;
	}
.rsv-scope .alert-desc-box {
		font-size: var(--font-size-15);
	}
.rsv-scope .alert-btn-box {
		margin-top: 15px;
	}
.rsv-scope .alert-close {
		right: 15px;
	}
}



/* ## check box ## */.rsv-scope .check-box {
	position: relative;
}
.rsv-scope .check-input, .rsv-scope .check-check {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.rsv-scope .check-check {
	opacity: .01;
}
.rsv-scope .check-label {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}
.rsv-scope .check-input {
	cursor: pointer;
	border: 1px solid #E2E2E2;
}
.rsv-scope .check-input::before {
	display: block;
	content: "";
	width: 4px;
	height: 8px;
	border-right: 2px solid #E2E2E2;
	border-bottom: 2px solid #E2E2E2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -65%) rotate(45deg);
	transition: 0.2s ease-in-out;
}
.rsv-scope .check-text {
	display: inline-block;
	vertical-align: top;
}
.rsv-scope .check-check:checked + .check-input {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.rsv-scope .check-check:checked + .check-input::before {
	border-color: #fff;
}
@media all and (max-width: 767px) {
.rsv-scope .check-label {
		padding-left: 24px;
	}
.rsv-scope .check-input, .rsv-scope .check-check {
		width: 19px;
		height: 19px;
	}
.rsv-scope .check-input::before {
		width: 4px;
		height: 7px;
		transform: translate(-50%, -64%) rotate(45deg);
	}
}


/* ## radio box ## */.rsv-scope .radio-box {
	position: relative;
}
.rsv-scope .radio-check {
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	width: 14px;
	height: 14px;
	opacity: .01;
}
.rsv-scope .radio-label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}
.rsv-scope .radio-input {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 100%;
	border: 1px solid #d1d1d1;
}
.rsv-scope .radio-input::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
	background: var(--primary-color);
}
.rsv-scope .radio-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.rsv-scope .radio-check:checked + .radio-input {
	border-color: var(--primary-color);
}
.rsv-scope .radio-check:checked + .radio-input::before {
	width: 9px;
	height: 9px;
}



/* ## loading ## */.rsv-scope .loading-default {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 200;
}
.rsv-scope .loading-default::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border: 4px solid var(--primary-color);
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: loading-spinner 1.2s linear infinite;
}

@keyframes loading-spinner {
	0% {transform: translate(-50%, -50%) rotate(0deg);}
	100% {transform: translate(-50%, -50%) rotate(360deg);}
}
.rsv-scope .loading-default.opt-inner {
	position: absolute;
	display: none;
}
.rsv-scope .loading-default.opt-inner::before {
	width: 35px;
	height: 35px;
	border-width: 3px;
}
.rsv-scope .loading-default.opt-inner.opt-active {
	display: block;
}



/* ## main-menu ## */.rsv-scope .main-menu {
	position: sticky;
	top: 0;
	z-index: 15;
	background: #fff;
}
.rsv-scope .main-menu .tab-basic.opt-type1 .tab-basic-list {
	justify-content: center;
	border-bottom: 2px solid #DBDBDB;
}
.rsv-scope .main-menu .tab-basic.opt-type1 li {
	max-width: 125px;
	border-bottom: 0;
}
@media all and (max-width:767px) {
.rsv-scope .main-menu .tab-basic.opt-type1 .tab-basic-list {
		justify-content: flex-start;
	}
}


/* ## common ## */.rsv-scope .container {
	max-width: 1720px;
	padding: 0 10px;
	margin: 0 auto;
}
.rsv-scope .inner-container {
	max-width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
}
@media all and (max-width: 1023px) {
.rsv-scope .container, .rsv-scope .inner-container {
		padding:0 20px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .container, .rsv-scope .inner-container {
		padding:0 15px;
	}
}
.rsv-scope .quick {
	position: fixed;
	right:0;
	top:50%;
	transform: translateY(-50%);
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s 0.2s ease-in-out;
}
.rsv-scope .quick .btn-basic {
	display: flex;
	flex-wrap: wrap;
	margin: 6px 0;
	border-radius: 100%;
	font-size: 1em;
	line-height: 1;
	opacity: 0.9;
	overflow: hidden;
}
.rsv-scope .quick .btn-basic:hover :is(.icon-custom, .rsv-scope .desc) {
	transform: translateY(-100%);
}
.rsv-scope .quick :is(.icon-custom, .rsv-scope .desc) {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.rsv-scope .quick .icon-custom {
	font-size: var(--font-size-18);
}
.rsv-scope .quick .btn-basic.opt-vr {
	background: #b33cdf;
	color: #fff;
}
.rsv-scope .btn-top {
	background:#959595;
	color: #fff;
}
.rsv-scope .quick.opt-active {
	opacity: 1;
	visibility: visible;
	right: 20px;
}
@media all and (max-width: 767px) {
.rsv-scope .quick {
		right:auto;
		top:auto;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%,0);
		display: flex;
		justify-content: center;
		gap: 0 3px;
	}
.rsv-scope .quick .btn-basic {
		width: 60px;
		height: 60px;
		margin: 0;
		flex-direction: column;
		flex-wrap: nowrap;
	}
.rsv-scope .quick .btn-basic:hover :is(.icon-custom, .rsv-scope .desc) {
		transform: translateY(0);
	}
.rsv-scope .quick :is(.icon-custom, .rsv-scope .desc) {
		height: auto;
	}
.rsv-scope .quick .desc {
		font-size: var(--font-size-14);
		font-weight: 300;
		margin-top: 3px;
	}
.rsv-scope .quick.opt-active {
		right: auto;
	}
}




/* ## footer ## */.rsv-scope .footer {
	background: #f0f0f0;
	padding:60px 0;
	line-height: 1.6;
	color: #666666;
}
.rsv-scope .footer a {
	color: inherit;
}
.rsv-scope .footer-box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.rsv-scope .footer-item {
	padding: 0 10px;
}
.rsv-scope .footer-item:nth-child(2) {
	flex: 0 0 380px;
}
.rsv-scope .footer-util {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom:15px;
}
.rsv-scope .footer-util > li {
	position: relative;
	padding: 0 15px;
}
.rsv-scope .footer-util > li:last-child {
	padding-right: 0;
}
.rsv-scope .footer-util > li:not(:first-child)::before {
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.6;
}
.rsv-scope .footer-util a {
	font-weight: 600;
}
.rsv-scope .footer-util a.policy {
	color: #222222;
}
.rsv-scope .footer-title {
	margin-bottom: 20px;
	font-size: var(--font-size-20);
	font-weight: 600;
	color: #222222;
}
.rsv-scope .footer-info .info-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.rsv-scope .footer-info .info-list .item {
	padding-right: 20px;
}
.rsv-scope .footer-address {
	font-style: normal;
	font-size: var(--font-size-14);
	text-align: right;
}
.rsv-scope .footer-address .osoza {
	text-decoration: underline;
	text-underline-offset: 4px;
}
@media all and (max-width: 1023px) {
.rsv-scope .footer {
		padding:45px 0;
	}
.rsv-scope .footer-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px 0;
	}
.rsv-scope .footer-item {
		padding: 0;
	}
.rsv-scope .footer-item:nth-child(2) {
		flex: 0 0 auto;
		align-self: flex-end;
	}
.rsv-scope .footer-info .info-list .item {
		font-size: var(--font-size-15);
	}
}
@media all and (max-width: 767px) {
.rsv-scope .footer {
		padding:20px 0 85px;
	}
.rsv-scope .footer-item:nth-child(2) {
		align-self: center;
	}
.rsv-scope .footer-title {
		margin-bottom: 10px;
		text-align: center;
	}
.rsv-scope .footer-info .info-list {
		justify-content: center;
	}
.rsv-scope .footer-info .info-list .item {
		padding: 0 5px;
		font-size: var(--font-size-14);
	}
.rsv-scope .footer-util {
		margin-bottom: 10px;
		justify-content: center;
	}
.rsv-scope .footer-util > li {
		padding: 0 7px;
		font-size: var(--font-size-15);
	}
.rsv-scope .footer-address {
		font-size: var(--font-size-13);
		text-align: center;
	}
}



/* ## schedule ## */.rsv-scope .schedule-area {
	position: relative;
	left:0;
	top:0;
	width: 100%;
	background: #fff;
	z-index: 20;
	transition: 0.2s ease-out;
}
.rsv-scope .schedule-modal {
	max-width: 1400px;
	padding:50px;
}
.rsv-scope .schedule-row {
	padding:15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rsv-scope .schedule-row .title {
	font-size: var(--font-size-24);
	font-weight: 600;
}
.rsv-scope .schedule-box {
	display: flex;
	align-items: center;
	width: 390px;
}
.rsv-scope .schedule-box .date-box {
	width: 100%;
	height: 48px;
	color: #7b7b7b;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	position: relative;
	border:1px solid var(--border-color);
	border-radius: 99px;
	overflow:hidden;
	line-height: 1;
}
.rsv-scope .schedule-box .date-box:hover {
	border-color: #000;
}
.rsv-scope .schedule-box .date-text {
	padding:0 20px;
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.rsv-scope .schedule-box .date-text::after {
	display: block;
	content: "\f107";
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
	margin-left:5px;
}
.rsv-scope .schedule-box .date-row {
	display: none;
	align-items: center;
	position: absolute;
	left:0;
	top:0;
	width: calc(100% - 50px);
	height: 100%;
	z-index: 1;
	background:#fff;
	padding:0 10px;
}
.rsv-scope .schedule-box .date-row.opt-active {
	display: flex;
}
.rsv-scope .schedule-box .date-item {
	padding:0 5px;
}
.rsv-scope .schedule-box .badge-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding:0 8px;
	background:#B7B7B7;
	color: #fff;
	border-radius: 10px;
	font-size: var(--font-size-14);
}
.rsv-scope .schedule-box .btn {
	width: 50px;
	height: 48px;
	line-height: 48px;
	background:#fff;
	color: #666666;
	position: absolute;
	right: 0;
}
.rsv-scope .schedule-modal {
	text-align: center;
}
.rsv-scope .schedule-period {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin:0 auto 40px;
	background:#EFEFEF;
	border-radius: 30px;
	padding:8px;
}
.rsv-scope .schedule-period .btn {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding:0 30px;
	border-radius: 25px;
	line-height: 1;
}
.rsv-scope .schedule-period .btn.opt-active {
	background:#fff;
	font-weight: 600;
}
.rsv-scope .schedule-calendar-box {
	display: flex;
	flex-wrap: wrap;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
.rsv-scope .schedule-calendar {
	flex:0 0 50%;
	padding:40px;
}
.rsv-scope .schedule-calendar .fc-customPrev-button::before, .rsv-scope .schedule-calendar .fc-customNext-button::before {
	display: block;
	content:"\f104";
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
	font-size: var(--font-size-24);
	padding:0 10px;
}
.rsv-scope .schedule-calendar .fc-customNext-button::before {
	content: "\f105";
}
.rsv-scope .schedule-calendar.fc .fc-toolbar-title {
	font-size: var(--font-size-24);
	font-weight: 600;
}
.rsv-scope .schedule-calendar.fc .fc-header-toolbar {
	margin-bottom:10px;
}
.rsv-scope .schedule-calendar .fc-header-toolbar .fc-button {
	background: none !important;
	border:none !important;
	color: #7D7D7D !important;
	box-shadow: none !important;
	padding:0;
}
.rsv-scope .schedule-calendar .fc-header-toolbar .fc-button .fc-icon {
	font-size: var(--font-size-30);
}
.rsv-scope .schedule-calendar.fc-theme-standard .fc-scrollgrid, .rsv-scope .schedule-calendar.fc-theme-standard td, .rsv-scope .schedule-calendar.fc-theme-standard th {
	border:none;
}
.rsv-scope .schedule-calendar.fc-theme-standard th {
	padding:10px 0;
}
.rsv-scope .schedule-calendar.fc .fc-col-header-cell-cushion {
	color: #777;
}
.rsv-scope .schedule-calendar.fc .fc-cell-shaded, .rsv-scope .schedule-calendar.fc .fc-day-disabled {
	background: none;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day-top {
	flex-direction: row;
	justify-content: center;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
	display: none;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day-number {
	color: #555;
	padding:0;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day {
	cursor: pointer;
	border-radius: 20px;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.fc-day-today {
	background:#ECECEC;
}
.rsv-scope .schedule-calendar .fc-daygrid-day.fc-day-sat .fc-daygrid-day-number {
	color: #006db2;
}
.rsv-scope .schedule-calendar .fc-daygrid-day.fc-day-sun .fc-daygrid-day-number {
	color: #da393f;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-range, .rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-active {
	background:#333;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-range {
	border-radius: 0;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-active.opt-start {
	border-radius: 20px 0 0 20px;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-active.opt-end {
	border-radius: 0 20px 20px 0;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-active.opt-start.opt-end {
	border-radius: 20px;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-range .fc-daygrid-day-number, .rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-active .fc-daygrid-day-number {
	color: #fff;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-disabled {
	pointer-events: none;
}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day.opt-disabled .fc-daygrid-day-number {
	color: #C8C8C8;
}
.rsv-scope .schedule-area.opt-active {
	background: #000;
	position: sticky;
}
.rsv-scope .schedule-area.opt-active .title {
	color: #fff;
}
.rsv-scope .schedule-area.opt-active .date-box {
	background: #fff;
}
.rsv-scope .schedule-area.opt-active .schedule-box .btn {
	background: var(--primary-color);
}
@media all and (max-width: 1023px) {
.rsv-scope .schedule-row .title {
		font-size: var(--font-size-20);
	}
.rsv-scope .schedule-modal {
		padding:30px;
	}
.rsv-scope .schedule-period {
		padding:5px;
	}
.rsv-scope .schedule-calendar {
		padding:30px 20px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .schedule-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px 0;
	}
.rsv-scope .schedule-row .title {
		width: 100%;
	}
.rsv-scope .schedule-row .title img {
		width: 170px;
	}
.rsv-scope .schedule-box {
		flex: 0 0 100%;
		width: 100%;
	}
.rsv-scope .schedule-box .date-box {
		height: 40px;
		font-size: var(--font-size-15);
	}
.rsv-scope .schedule-box .date-row {
		padding:0 5px;
	}
.rsv-scope .schedule-box .badge-box {
		font-size: var(--font-size-13);
		padding:0;
		width: 30px;
	}
.rsv-scope .schedule-box .btn {
		flex:0 0 65px;
		height: 40px;
		line-height: 40px;
		margin-left:5px;
		font-size: var(--font-size-15);
	}
.rsv-scope .schedule-modal {
		padding:20px;
	}
.rsv-scope .schedule-period .btn {
		height: 30px;
		padding:0 10px;
		font-size: var(--font-size-15);
	}
.rsv-scope .schedule-calendar-box {
		padding:20px 0;
	}
.rsv-scope .schedule-calendar {
		padding:0;
		flex:0 0 100%;
	}
.rsv-scope .schedule-calendar.fc .fc-toolbar-title {
		font-size: var(--font-size-22);
	}
.rsv-scope .schedule-calendar.fc .fc-header-toolbar {
		margin-bottom:0;
	}
.rsv-scope .schedule-calendar.fc th, .rsv-scope .schedule-calendar.fc td {
		font-size: var(--font-size-15);
	}
.rsv-scope .schedule-calendar.fc th {
		padding:5px 0;
	}
.rsv-scope .schedule-calendar.fc .fc-daygrid-day-number {
		height: 33px;
	}
}



/* ## sub ## */.rsv-scope .sub-contents .main-menu .tab-basic.opt-type1 {
	margin-bottom: 0;
}
.rsv-scope .sub-title {
	font-size: 2.5em;
	font-weight: 600;
	color: #fff;
}
.rsv-scope .sub-wrap {
	background:#F7F7F7;
	padding:70px 0;
}
.rsv-scope .sub-box {
	background:#fff;
	min-height: 500px;
	border-radius: 40px;
	padding:30px 50px;
}
.rsv-scope .sub-wrap.opt-visual .sub-box {
	margin-top:-150px;
}
@media all and (max-width: 1023px) {
.rsv-scope .sub-title {
		font-size: 2.2em;
	}
.rsv-scope .sub-box {
		padding:20px 25px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .sub-title {
		font-size: var(--font-size-30);
	}
.rsv-scope .sub-wrap {
		padding:30px 0;
	}
.rsv-scope .sub-box {
		padding:20px;
		min-height: 300px;
		border-radius: 30px;
	}
}


/* ## paging ## */.rsv-scope .paging {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.rsv-scope .paging-pages {
	display: flex;
	align-items: center;
	gap: 4px;
}
.rsv-scope .paging-pages :is(a, .rsv-scope span) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #eee;
	border:1px solid #eee;
	border-radius: 5px;
	font-size: var(--font-size-15);
	transition: all 0.3s ease-in-out;
}
.rsv-scope .paging-pages span {
	font-weight: 600;
	background: var(--primary-color);
	color: #fff;
}
.rsv-scope .paging-first::before, .rsv-scope .paging-prev::before, .rsv-scope .paging-next::before, .rsv-scope .paging-last::before {
	display: block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	color: #a0a0a0;
}
.rsv-scope .paging-first::before {
	content: "\f100";
}
.rsv-scope .paging-prev::before {
	content: "\f104";
}
.rsv-scope .paging-next::before {
	content: "\f105";
}
.rsv-scope .paging-last::before {
	content: "\f101";
}
@media all and (max-width: 767px) {
.rsv-scope .paging-pages {
		gap: 3px;
	}
.rsv-scope .paging-pages :is(a, .rsv-scope span) {
		width: 30px;
		height: 30px;
	}
}

/* ===== micro/css/contents.css ===== */
@charset "utf-8";

/*
    #기능: 콘텐츠(서브)
 */


/* ## camping detail ## */.rsv-scope .camping-detail-guide {
	width: 100%;
	margin-bottom:30px;
	display: table;
	table-layout: fixed;
}
.rsv-scope .camping-detail-guide .img-box {
	border-radius: 15px;
	position: relative;
	overflow:hidden;
	width: 52%;
	display: table-cell;
	vertical-align: middle;
	background:#f7f7f7;
}
.rsv-scope .camping-detail-guide .img-box img {
	position: relative;
	z-index: 2;
}
.rsv-scope .camping-detail-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right:15px;
	top:15px;
	border-radius: 100%;
	background:rgba(255,255,255,0.4);
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: var(--font-size-20);
	z-index: 5;
	transition: 0.2s ease-in-out;
}
.rsv-scope .camping-detail-guide .img-box:hover .camping-detail-more, .rsv-scope .camping-detail-more:hover {
	background:rgba(255,255,255,0.9);
	color: var(--primary-color);
}
.rsv-scope .camping-detail-guide .desc-box {
	display: table-cell;
	vertical-align: middle;
	width: 48%;
	padding-left:50px;
}
.rsv-scope .camping-detail-guide .desc-title {
	font-size: var(--font-size-20);
	font-weight: 600;
	margin-bottom:20px;
}
.rsv-scope .camping-detail-guide .desc-list li {
	display: flex;
	margin-bottom:10px;
}
.rsv-scope .camping-detail-guide .desc-list .title {
	color: #9F9F9F;
	padding-left:15px;
	position: relative;
	flex: 0 0 130px;
}
.rsv-scope .camping-detail-guide .desc-list .title::before {
	display: block;
	content:"";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background:var(--primary-color);
	position: absolute;
	left:0;
	top:7px;
}
.rsv-scope .camping-detail-guide .desc-list .desc {
	flex:1 1 auto;
	color: #555;
}
.rsv-scope .camping-able-slide {
	margin-top:30px;
	background: #F9F9F9;
	border-radius: 10px;
	position: relative;
	width: 100%;
	min-height: 192px;
	padding:15px 15px 20px;
}
.rsv-scope .camping-able-slide .swiper {
	width: 100%;
	height: 100%;
}
.rsv-scope .camping-able-slide .item-box {
	color: #555;
	text-align: center;
	font-size: var(--font-size-14);
	padding:55px 5px 5px;
	position: relative;
}
.rsv-scope .camping-able-slide .item-box::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left:0;
	top:5px;
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	font-size: var(--font-size-26);
	color: #999;
}
.rsv-scope .camping-able-slide .item-box.a-01::before {background:url("../../micro/img/icon-camping-valley.svg") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.a-02::before {content: "\f554";}
.rsv-scope .camping-able-slide .item-box.a-03::before {content: "\e643";font-size: var(--font-size-24);}
.rsv-scope .camping-able-slide .item-box.a-04::before {background:url("../../micro/img/icon-camping-lake.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.a-05::before {font-weight: 400;content: "\e3a8";}
.rsv-scope .camping-able-slide .item-box.a-06::before {content: "\f5ca";font-size: var(--font-size-24);}
.rsv-scope .camping-able-slide .item-box.a-07::before {content: "\f5c5";font-size: var(--font-size-24);}
.rsv-scope .camping-able-slide .item-box.a-08::before {content: "\f773";}
.rsv-scope .camping-able-slide .item-box.a-09::before {content: "\e460";}
.rsv-scope .camping-able-slide .item-box.a-10::before {content: "\e2cd";font-weight: 400;}
.rsv-scope .camping-able-slide .item-box.b-01::before {content: "\f2cc";}
.rsv-scope .camping-able-slide .item-box.b-02::before {content: "\e035";}
.rsv-scope .camping-able-slide .item-box.b-03::before {content: "\f54e";font-size: var(--font-size-24);}
.rsv-scope .camping-able-slide .item-box.b-04::before {content: "\f7d8";font-weight: 400;}
.rsv-scope .camping-able-slide .item-box.b-05::before {background:url("../../micro/img/icon-camping-convent.svg") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.c-01::before {background:url("../../micro/img/icon-camping-grass.svg") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.c-02::before {content: "\e151";}
.rsv-scope .camping-able-slide .item-box.c-03::before {background:url("../../micro/img/icon-camping-soil.svg") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.c-04::before {content: "\e4e6";}
.rsv-scope .camping-able-slide .item-box.c-05::before {background:url("../../micro/img/icon-camping-mix.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.d-01::before {content: "\e5a5";}
.rsv-scope .camping-able-slide .item-box.d-02::before {content: "\e55c";font-weight: 400;}
.rsv-scope .camping-able-slide .item-box.d-03::before {content: "\f1eb";font-size: var(--font-size-24);}
.rsv-scope .camping-able-slide .item-box.d-04::before {background:url("../../micro/img/icon-camping-rent.svg") no-repeat center center;background-size: 28px;}
.rsv-scope .camping-able-slide .item-box.d-05::before {content: "\f6ba";}
.rsv-scope .camping-able-slide .item-box.d-06::before {content: "\e00c";}
.rsv-scope .camping-able-slide .item-box.e-01::before {content: "\f7be";font-size: var(--font-size-24);font-weight: 400;}
.rsv-scope .camping-able-slide .item-box.e-02::before {content: "\f6bb";font-weight: 400;}
.rsv-scope .camping-able-slide .item-box.e-03::before {content:"\e582";}
.rsv-scope .camping-able-slide .item-box.f-01::before {content:"\f6d4";}
.rsv-scope .camping-able-slide .item-box.f-02::before {content:"\e065";font-weight: 400;}
.rsv-scope .camping-able-slide .item-box.forest-01::before {background:url("../../micro/img/icon-camping-listen.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-02::before {background:url("../../micro/img/icon-camping-forest-walking.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-03::before {background:url("../../micro/img/icon-camping-forest-cure.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-04::before {background:url("../../micro/img/icon-camping-forest-load.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-05::before {background:url("../../micro/img/icon-camping-cure.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-06::before {background:url("../../micro/img/icon-camping-forest-water.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-07::before {background:url("../../micro/img/icon-camping-load.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-08::before {background:url("../../micro/img/icon-camping-cafe.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-09::before {background:url("../../micro/img/icon-camping-health.png") no-repeat center center;}
.rsv-scope .camping-able-slide .item-box.forest-10::before {background:url("../../micro/img/icon-camping-aroma.png") no-repeat center center;}
.rsv-scope .camping-able-slide .swiper-button-next:after, .rsv-scope .camping-able-slide .swiper-button-prev:after {
	font-size: var(--font-size-22);
	color: #bababa;
}
.rsv-scope .camping-zone-reserve-title {
	margin-bottom:10px;
	font-size: var(--font-size-24);
	font-weight: 600;
}
.rsv-scope .camping-zone-reserve-box {
	padding:30px;
	border:1px solid var(--border-color);
	border-radius: 10px;
	margin-bottom:30px;
}
.rsv-scope .camping-zone-info {
	display: flex;
	align-items: center;
}
.rsv-scope .camping-zone-info .img-box {
	flex:0 0 370px;
	border-radius: 10px;
	position: relative;
	background:#F7F7F7;
	height: 240px;
	overflow: hidden;
}
.rsv-scope .camping-detail-guide .img-box::after, .rsv-scope .camping-zone-info .img-box::after {
	display: block;
	content:"";
	width: 100%;
	height:100%;
	background:url("../../micro/img/logo.png") no-repeat center center;
	background-size: 170px;
	position: absolute;
	left:0;
	top:0;
	filter:opacity(0.3);
}
.rsv-scope .camping-zone-info .img-box img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.rsv-scope .camping-zone-info .text-box {
	flex:1 1 auto;
	padding:0 30px;
}
.rsv-scope .camping-zone-info .text-box .state-box {
	background:#eef8ee;
	border: 1px solid var(--primary-color);
	border-radius: 6px;
	font-size: var(--font-size-14);
	display: inline-flex;
	align-items: center;
	padding:0 5px;
	height: 34px;
	color: var(--primary-color);
	margin-bottom:20px;
}
.rsv-scope .camping-zone-info .text-box .state-box.opt-disabled {
	background: #D6D6D6;
	border-color: #D6D6D6;
	color: #000;
}
.rsv-scope .camping-zone-info .text-box .state-item {
	padding:0 5px;
}
.rsv-scope .camping-zone-info .title {
	font-size: var(--font-size-30);
	font-weight: 600;
}
.rsv-scope .camping-zone-info-list {
	margin-top:20px;
}
.rsv-scope .camping-zone-info-list li {
	padding-left:30px;
	display: flex;
	align-items: center;
	position: relative;
	color: #555;
}
.rsv-scope .camping-zone-info-list li:not(:first-child) {
	margin-top:10px;
}
.rsv-scope .camping-zone-info-list li::before {
	display: block;
	content:"";
	position: absolute;
	left:0;
	top:1px;
	font-size: var(--font-size-14);
	color: #BABABA;
	font-family: "Font Awesome 6 Pro";
	width: 20px;
	text-align: center;
}
.rsv-scope .camping-zone-info-list li.opt-num::before {content: "\f406";font-weight: 400;}
.rsv-scope .camping-zone-info-list li.opt-size::before {content: "\f320";font-weight: 300;}
.rsv-scope .camping-zone-info-list li.opt-desc::before {content: "\f5e2";font-weight: 400;}
.rsv-scope .camping-zone-info-list li.opt-desc2::before {content: "\f6bb";font-weight: 400;}
.rsv-scope .camping-zone-info .desc-box {
	text-align: right;
}
.rsv-scope .camping-zone-info .price {
	font-size: var(--font-size-30);
	font-weight: 600;
	margin-top:5px;
}
.rsv-scope .camping-zone-info .btn-basic {
	margin:30px 0 0;
}
.rsv-scope .camping-zone-info .btn-basic:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.rsv-scope .camping-zone-info .btn-basic .icon-custom {
	display: inline-block;
	vertical-align: middle;
	margin:3px 0 0 8px;
	font-size: var(--font-size-14);
	transition: 0.1s ease-in-out;
}
.rsv-scope .camping-zone-info .btn-basic.opt-active .icon-custom {
	transform:rotate(180deg);
	margin-top:-4px;
}
.rsv-scope .camping-site-reserve {
	display: none;
	padding-top:30px;
	border-top:1px solid #d2d2d2;
	margin-top:30px;
}
.rsv-scope .camping-site-reserve-list {
	padding:0 5px;
	max-height: 355px;
	overflow-y: auto;
	overflow-x: hidden;
}
.rsv-scope .camping-site-reserve-list li {
	display: flex;
	align-items: center;
	background:#F3F3F3;
	border:1px solid #F3F3F3;
	border-radius: 10px;
	padding:0 20px;
	transition: 0.2s ease-in-out;
}
.rsv-scope .camping-site-reserve-list li:not(:first-child) {
	margin-top:10px;
}
.rsv-scope .camping-site-reserve-list li:not(.opt-end, .rsv-scope .opt-wait):hover {
	border-color: var(--primary-color);
}
.rsv-scope .camping-site-reserve-list .item {
	padding:13px 10px;
	color: #555;
	flex: 1 1 auto;
}
.rsv-scope .camping-site-reserve-list .item.opt-title, .rsv-scope .camping-site-reserve-list .item.opt-price {
	color: #000;
}
.rsv-scope .camping-site-reserve-list .item.opt-title {
	font-size: var(--font-size-18);
	font-weight: 600;
	flex:0 0 25%;
}
.rsv-scope .camping-site-reserve-list .item.opt-price {
	text-align: right;
	flex:0 0 23%;
}
.rsv-scope .camping-site-reserve-list .item.opt-price .opt-strong {
	font-size: var(--font-size-22);
}
.rsv-scope .camping-site-reserve-list .item.opt-btn {
	display: flex;
	flex:0 0 18%;
}
.rsv-scope .camping-site-reserve-list li.opt-active {
	border-color: var(--primary-color);
}
.rsv-scope .camping-site-reserve-list li.opt-end .item:not(.opt-btn), .rsv-scope .camping-site-reserve-list li.opt-wait .item:not(.opt-btn) {
	opacity: 0.3;
}
.rsv-scope .camping-site-reserve-list li.opt-end .item.opt-btn {
	pointer-events: none;
}
.rsv-scope .camping-site-reserve-list .btn-basic {
	flex:1 1 auto;
	transition: 0.2s ease-in-out;
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	line-height: 1;
}
.rsv-scope .camping-site-reserve-list li.opt-active .btn-basic {
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
}
.rsv-scope .camping-site-reserve-list li.opt-end .btn-basic {
	border-color: #bbb;
	color: #bbb;
	background-color: transparent;
}
.rsv-scope .camping-site-reserve-list li.opt-wait .btn-basic {
	background-color: #bbb;
	border-color: #bbb;
	color: #fff;
}
.rsv-scope .camping-site-reserve-list li.opt-wait .btn-basic .icon-custom {
	margin-left:10px;
}
.rsv-scope .camping-site-reserve-list li.opt-wait:hover .item.opt-btn .icon-custom {
	animation: camping-ring 0.2s ease-in-out alternate infinite;
}
.rsv-scope .camping-site-reserve-list .camping-detail-more {
	position: relative;
	right: auto;
	top: auto;
	background: #fff;
	width: 32px;
	height: 32px;
	color: var(--primary-color);
	font-size: var(--font-size-13);
	margin-left: 3px;
}
.rsv-scope .camping-site-reserve .btn-basic-wrap {
	margin-top:20px;
}
.rsv-scope .camping-zone-empty {
	background:rgba(43,43,43,0.85);
	text-align: center;
	padding:140px 20px;
	margin:0 -50px;
}
.rsv-scope .camping-zone-empty .text {
	color: #fff;
	font-size: var(--font-size-20);
	margin-bottom:30px;
}
.rsv-scope .camping-zone-empty .btn-basic .icon-custom {
	margin-right: 10px;
}
.rsv-scope .camping-zone-img-modal {
	max-width: 1200px;
	overflow:hidden;
}
.rsv-scope .camping-zone-img-box {
	position: relative;
	margin-bottom:30px;
}
.rsv-scope .camping-zone-img-box:last-child {
	margin-bottom:0;
}
.rsv-scope .camping-zone-img-box .title {
	font-size: var(--font-size-22);
	font-weight: 600;
	margin-bottom:10px;
}
.rsv-scope .camping-zone-img-box .swiper-pagination-bullet {
	background: #fff;
    opacity: 0.5;
}
.rsv-scope .camping-zone-img-box .swiper-pagination-bullet-active {
	background: var(--primary-color);
	opacity: 1;
}
.rsv-scope .camping-zone-img-box .swiper-button-prev {
	left:20px;
}
.rsv-scope .camping-zone-img-box .swiper-button-next {
	right:20px;
}
.rsv-scope .camping-zone-img-box .swiper-button-prev, .rsv-scope .camping-zone-img-box .swiper-button-next {
	margin:0;
	top:50%;
	transform: translateY(-50%);
	width: auto;
	height: auto;
}
.rsv-scope .camping-zone-img-box .swiper-button-prev::after, .rsv-scope .camping-zone-img-box .swiper-button-next::after {
	font-size: var(--font-size-30);
	color: #fff;
}
.rsv-scope .camping-zone-img-slide {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.rsv-scope .camping-zone-img-slide .swiper-wrapper {
	height: auto;
}
.rsv-scope .camping-zone-img-slide .swiper-slide {
	position: relative;
}
.rsv-scope .camping-zone-img-slide .swiper-slide img {
	width: 100%;
}
.rsv-scope .camping-zone-img-slide .swiper-slide .name {
	position: absolute;
	right:15px;
	top:15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 20px;
	height: 40px;
	background:rgba(255,255,255,0.65);
	color: #999;
	font-size: var(--font-size-20);
	border-radius: 25px;
}
@media all and (max-width: 1023px) {
.rsv-scope .camping-detail-guide {
		display: block;
		margin-bottom:40px;
	}
.rsv-scope .camping-detail-guide .img-box {
		display: block;
		width: 100%;
	}
.rsv-scope .camping-detail-guide .img-box img {
		width: 100%;
	}
.rsv-scope .camping-detail-guide .desc-box {
		padding:0;
		margin-top:20px;
		display: block;
		width: 100%;
	}
.rsv-scope .camping-able-slide {
		margin-top:20px;
		padding:5px 10px 10px;
		min-height: auto;
	}
.rsv-scope .camping-zone-info {
		flex-wrap: wrap;
	}
.rsv-scope .camping-zone-info .img-box {
		flex:0 0 100%;
		margin-bottom:20px;
	}
.rsv-scope .camping-zone-info .text-box {
		padding:0;
	}
.rsv-scope .camping-zone-info .desc-box {
		align-self: flex-end;
	}
.rsv-scope .camping-zone-info .text-box .state-box {
		margin-bottom:10px;
	}
.rsv-scope .camping-zone-info-list {
		margin-top:10px;
	}
.rsv-scope .camping-zone-info .btn-basic {
		margin:20px 0 0;
	}
.rsv-scope .camping-site-reserve-list li {
		flex-wrap: wrap;
		padding:20px 10px;
	}
.rsv-scope .camping-site-reserve-list .item {
		flex: 1;
		padding:5px 10px;
	}
.rsv-scope .camping-site-reserve-list .item.opt-title {
		flex: 0 0 100%;
	}
.rsv-scope .camping-site-reserve-list .item.opt-price {
		flex: 1;
	}
.rsv-scope .camping-site-reserve-list .item.opt-btn {
		flex: 0 0 100%;
	}
.rsv-scope .camping-zone-empty {
		padding:100px 20px;
		margin:0 -25px;
	}
.rsv-scope .camping-zone-img-box .title {
		font-size: var(--font-size-20);
	}
.rsv-scope .camping-zone-img-slide .swiper-slide .name {
		font-size: var(--font-size-18);
		height: 35px;
		padding:0 15px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .camping-detail-more {
		width: 40px;
		height: 40px;
		right: 10px;
		top:10px;
		font-size: 1em;
	}
.rsv-scope .camping-detail-guide {
		margin-bottom:30px;
	}
.rsv-scope .camping-detail-guide .desc-title {
		margin-bottom:10px;
		font-size: var(--font-size-18);
	}
.rsv-scope .camping-detail-guide .desc-list li {
		display: block;
	}
.rsv-scope .camping-detail-guide .desc-list .title {
		padding-left:12px;
		margin-bottom:2px;
	}
.rsv-scope .camping-able-slide {
		margin-top:15px;
	}
.rsv-scope .camping-able-slide .item-box {
		padding-top:45px;
		font-size: var(--font-size-13);
	}
.rsv-scope .camping-able-slide .item-box::before {
		background-size: 25px !important;
		font-size: var(--font-size-22) !important;
		height: 40px;
	}
.rsv-scope .camping-able-slide .swiper-button-next {
		right: 0;
	}
.rsv-scope .camping-able-slide .swiper-button-prev {
		left: 0;
	}
.rsv-scope .camping-able-slide .swiper-button-next:after, .rsv-scope .camping-able-slide .swiper-button-prev:after {
		font-size: var(--font-size-18);
	}
.rsv-scope .camping-zone-reserve-title {
		font-size: var(--font-size-20);
	}
.rsv-scope .camping-zone-reserve-box {
		padding:0;
		border:none;
	}
.rsv-scope .camping-zone-info {
		display: block;
	}
.rsv-scope .camping-zone-info .img-box {
		margin-bottom:15px;
	}
.rsv-scope .camping-zone-info .text-box .state-box {
		font-size: var(--font-size-13);
		height: 30px;
	}
.rsv-scope .camping-zone-info .title {
		font-size: var(--font-size-20);
	}
.rsv-scope .camping-zone-info-list li {
		font-size: var(--font-size-14);
		padding-left:25px;
	}
.rsv-scope .camping-zone-info .desc-box {
		text-align: left;
		margin-top:10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
.rsv-scope .camping-zone-info .desc-box .desc {
		font-size: 0.72em;
		margin-right: 8px;
	}
.rsv-scope .camping-zone-info .price {
		font-size: var(--font-size-22);
		margin-top:0;
	}
.rsv-scope .camping-zone-info .btn-basic {
		margin-top:15px;
		width: 100%;
	}
.rsv-scope .camping-zone-info .btn-basic.opt-active .icon-custom {
		margin-top:-2px;
	}
.rsv-scope .camping-site-reserve {
		margin-top:20px;
		padding-top:0;
		border-top:none;
	}
.rsv-scope .camping-zone-reserve-box {
		border-radius: 0;
		padding-bottom:30px;
		border-bottom:1px solid var(--border-color);
	}
.rsv-scope .camping-site-reserve-list {
		max-height: 500px;
		padding:0;
	}
.rsv-scope .camping-site-reserve-list li {
		display: block;
		padding:15px;
	}
.rsv-scope .camping-site-reserve-list .item {
		padding:2px 0;
		font-size: var(--font-size-15);
	}
.rsv-scope .camping-site-reserve-list .item.opt-title {
		margin-bottom:5px;
	}
.rsv-scope .camping-site-reserve-list .item.opt-price {
		text-align: left;
	}
.rsv-scope .camping-site-reserve-list .item.opt-btn {
		margin:5px -5px 0;
	}
.rsv-scope .camping-zone-empty {
		padding:80px 10px;
		margin:0 -20px;
	}
.rsv-scope .camping-zone-empty .text {
		font-size: 1em;
		margin-bottom:10px;
	}
.rsv-scope .camping-zone-img-box {
		margin-bottom:20px;
	}
.rsv-scope .camping-zone-img-box .title {
		font-size: var(--font-size-18);
		margin-bottom:8px;
	}
.rsv-scope .camping-zone-img-slide .swiper-slide .name {
		height: 30px;
		padding:0 10px;
		font-size: var(--font-size-15);
		right:10px;
		top:10px;
	}
.rsv-scope .camping-zone-img-box .swiper-button-prev {
		left: 10px;
	}
.rsv-scope .camping-zone-img-box .swiper-button-next {
		right: 10px;
	}
.rsv-scope .camping-zone-img-box .swiper-button-prev::after, .rsv-scope .camping-zone-img-box .swiper-button-next::after {
		font-size: var(--font-size-24);
	}
.rsv-scope .camping-detail-guide .img-box::after, .rsv-scope .camping-zone-info .img-box::after {
		background-size: 140px;
	}
.rsv-scope .camping-able-slide .item-box.forest-02::before {background-size: 17px !important;}
.rsv-scope .camping-able-slide .item-box.forest-06::before {background-size: 20px !important;}
.rsv-scope .camping-able-slide .item-box.forest-09::before {background-size: 19px !important;}
}



/* ## reserve ## */.rsv-scope .reserve-step-box {
	display: flex;
	margin:0 -20px;
}
.rsv-scope .reserve-step-item {
	flex: 1 1 auto;
	padding:0 20px;
}
.rsv-scope .reserve-step-item.opt-fixed {
	flex:0 0 45%;
	max-width: 550px;
}
.rsv-scope .reserve-step-card {
	background:#fff;
	border-radius: 15px;
	padding:30px;
	margin-bottom:20px;
}
.rsv-scope .reserve-step-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid var(--border-color);
	padding-bottom:12px;
	margin-bottom:20px;
}
.rsv-scope .reserve-step-title .title {
	color: #555;
	font-size: var(--font-size-20);
}
.rsv-scope .reserve-step-title .sub-title {
	font-size: var(--font-size-24);
	font-weight: 600;
}
.rsv-scope .reserve-step-title .opt-mobile {
	display: none;
}
.rsv-scope .reserve-step-box .camping-img .img-box {
	position: relative;
}
.rsv-scope .reserve-step-box .camping-img .img-box img {
	width: 100%;
}
.rsv-scope .reserve-step-box .camping-able-slide {
	display: table;
	table-layout: fixed;
}
.rsv-scope .reserve-step-box .site-box {
	display: flex;
}
.rsv-scope .reserve-step-box .site-box .img-box {
	flex: 0 0 50%;
	position: relative;
	background:#F7F7F7;
	border-radius: 10px;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.rsv-scope .reserve-step-box .site-box .img-box::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../../micro/img/logo.png") no-repeat center center;
	background-size: 140px;
	position: absolute;
	left: 0;
	top: 0;
	filter: opacity(0.5);
	z-index: -1;
}
.rsv-scope .reserve-step-box .site-box .img-box img {
	width: 100%;
}
.rsv-scope .reserve-step-box .site-box .list-box {
	flex: 1 1 auto;
	padding:0 10px 0 20px;
	max-height: 316px;
	overflow-y: auto;
}
.rsv-scope .reserve-step-box .site-box .list-item:not(:last-child) {
	margin-bottom:10px;
}
.rsv-scope .reserve-step-box .site-box .list-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border:1px solid var(--border-color);
	padding:15px 12px;
	border-radius: 5px;
	transition: 0.2s ease-in-out;
}
.rsv-scope .reserve-step-box .site-box .list-btn.opt-active {
	border-color: var(--primary-color);
}
.rsv-scope .reserve-step-box .site-box .list-btn .title {
	color: #555;
	position: relative;
	padding-left:25px;
}
.rsv-scope .reserve-step-box .site-box .list-btn .title::before {
	display: block;
	content:"\f058";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	color: #E2E2E2;
	font-size: var(--font-size-18);
}
.rsv-scope .reserve-step-box .site-box .list-btn:hover .title::before, .rsv-scope .reserve-step-box .site-box .list-btn.opt-active .title::before {
	font-weight: 900;
	color: var(--primary-color);
}
.rsv-scope .reserve-step-box .site-box .list-btn .desc {
	display: flex;
	align-items: center;
	padding-left:10px;
}
.rsv-scope .reserve-step-box .site-box .list-btn .price {
	font-weight: 600;
	margin-left:10px;
}
.rsv-scope .reserve-badge-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:0 10px;
	border:1px solid #B7B7B7;
	background:#B7B7B7;
	border-radius: 25px;
	height: 22px;
	font-size: var(--font-size-13);
	color: #fff;
	white-space: nowrap;
}
.rsv-scope .reserve-badge-box.opt-primary {
	border-color: var(--primary-color);
	background:var(--primary-color);
}
.rsv-scope .reserve-badge-box.opt-line {
	background:#fff;
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.rsv-scope .reserve-step-box .camping-zone-info-list {
	margin:0;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	background: #F9F9F9;
	border-radius: 10px;
	padding:20px 20px;
}
.rsv-scope .reserve-step-box .camping-zone-info-list li {
	margin:2px 10px;
}
.rsv-scope .reserve-info-row {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid var(--border-color);
}
.rsv-scope .reserve-info-row .rows {
	display: flex;
	justify-content: space-between;
	color: #555;
}
.rsv-scope .reserve-info-row .rows:not(:first-child) {
	margin-top:8px;
}
.rsv-scope .reserve-info-row .rows .title {
	padding-left:12px;
	position: relative;
}
.rsv-scope .reserve-info-row .rows .title::before {
	display: block;
	content:"";
	width: 4px;
	height: 4px;
	background:#DCDCDC;
	border-radius: 100%;
	position: absolute;
	left:0;
	top:7px;
}
.rsv-scope .reserve-info-row .rows .desc {
	font-weight: 600;
}
.rsv-scope .reserve-step-box .caution-box {
	color: #555;
}
.rsv-scope .reserve-step-box .caution-box:not(:last-child) {
	margin-bottom:15px;
}
.rsv-scope .reserve-step-box .caution-box .title {
	font-weight: 600;
}
.rsv-scope .reserve-step-box .caution-box .list li {
	padding-left:10px;
	position: relative;
	margin-top:2px;
}
.rsv-scope .reserve-step-box .caution-box .list li::before {
	display: block;
	content:"·";
	position: absolute;
	left: 0;
	top:-1px;
}
.rsv-scope .reserve-step-box .option-box .option-title {
	font-size: var(--font-size-30);
	font-weight: 600;
}
.rsv-scope .reserve-step-box .option-item {
	margin-top:20px;
	border:1px solid var(--border-color);
	border-radius: 10px;
	background: #fff;
}
.rsv-scope .reserve-step-box .option-header {
	padding:15px 20px;
}
.rsv-scope .reserve-step-box .option-body {
	padding:20px;
}
.rsv-scope .reserve-step-box .option-box .date-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rsv-scope .reserve-step-box .option-box .date {
	font-size: var(--font-size-20);
	font-weight: 600;
	margin-left:10px;
}
.rsv-scope .reserve-step-box .option-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid var(--border-color);
}
.rsv-scope .reserve-step-box .option-header .title {
	font-size: var(--font-size-20);
	font-weight: 600;
}
.rsv-scope .reserve-step-box .option-header .close {
	font-size: var(--font-size-20);
	color: #555;
}
.rsv-scope .reserve-step-box .option-header.opt-primary .title {
	color:var(--primary-color);
}
.rsv-scope .reserve-step-box .option-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:15px;
}
.rsv-scope .reserve-step-box .option-info .info {
	color: #B7B7B7;
	font-weight: 600;
	font-size: var(--font-size-15);
}
.rsv-scope .reserve-step-box .option-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #555;
	margin-top:10px;
}
.rsv-scope .reserve-step-box .count-box {
	display: flex;
	align-items: center;
	height: 34px;
	border:1px solid var(--border-color);
	border-radius: 5px;
	color: #999;
	margin-left:10px;
	transition: 0.2s ease-in-out;
}
.rsv-scope .reserve-step-box .count-box:hover {
	border-color: var(--primary-color);
}
.rsv-scope .reserve-step-box .count-btn {
	color: var(--primary-color);
	width: 40px;
}
.rsv-scope .reserve-step-box .count-text {
	text-align: center;
	width: 30px;
}
.rsv-scope .reserve-step-box .reserve-inp {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: var(--font-size-15);
}
.rsv-scope .reserve-inp:focus {
	border-color: var(--primary-color);
}
.rsv-scope .reserve-step-box .option-item .sub-title {
	font-size: 1em;
}
.rsv-scope .reserve-step-box .option-item .sub-title:not(:first-child) {
	margin-top:20px;
}
.rsv-scope .reserve-result-box {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid var(--border-color);
}
.rsv-scope .reserve-result-list {
	background:#eef8ee;
	border-radius: 5px;
	padding:20px;
}
.rsv-scope .reserve-result-list .item-box {
	display: flex;
	justify-content: space-between;
}
.rsv-scope .reserve-result-list .item-box:not(:first-child) {
	margin-top:10px;
}
.rsv-scope .reserve-result-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:20px;
	font-weight: 700;
}
.rsv-scope .reserve-result-total .title {
	font-size: var(--font-size-20);
}
.rsv-scope .reserve-result-total .price {
	font-size: var(--font-size-30);
	color: var(--primary-color);
}
.rsv-scope .btn-basic-wrap.opt-reserve-confirm {
	margin:20px -10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rsv-scope .btn-basic-wrap.opt-reserve-confirm .btn-basic {
	flex:0 0 30%;
	min-width: auto;
}
.rsv-scope .btn-basic-wrap.opt-reserve-confirm .btn-basic:last-child {
	flex:1 1 auto;
}
@media all and (max-width: 1023px) {
.rsv-scope .reserve-step-box {
		display: block;
		margin:0;
	}
.rsv-scope .reserve-step-item {
		padding:0;
	}
.rsv-scope .reserve-step-item.opt-fixed {
		max-width: none;
		margin-bottom:-70px;
	}
.rsv-scope .reserve-step-box .site-box .img-box {
		flex:0 0 45%;
	}
.rsv-scope .reserve-step-box .site-box .list-box {
		padding-right:5px;
		max-height: 265px;
	}
.rsv-scope .reserve-step-item.opt-fixed .reserve-step-card {
		background: #99cb94;
		margin:0 -20px;
		border-radius: 0;
		padding:20px 20px 0;
	}
.rsv-scope .reserve-step-box .option-item:first-child {
		margin-top:0;
	}
.rsv-scope .reserve-step-item.opt-fixed .reserve-step-card .reserve-step-title {
		display: none;
	}
.rsv-scope .reserve-step-item.opt-fixed .reserve-step-card .option-title {
		font-size: var(--font-size-26);
		color: #fff;
	}
.rsv-scope .reserve-step-item.opt-fixed .reserve-step-card .reserve-step-body {
		margin-top:0;
		padding-top:0;
		border-top:none;
	}
.rsv-scope .reserve-result-box {
		border-top:none;
		padding-top:0;
	}
.rsv-scope .reserve-result-total {
		color: #fff;
	}
.rsv-scope .reserve-result-total .price {
		color: #fff;
		font-size: var(--font-size-26);
	}
.rsv-scope .btn-basic-wrap.opt-reserve-confirm {
		margin:20px -30px 0;
		padding:20px;
		background: #fff;
	}
.rsv-scope .reserve-step-box .site-box .camping-detail-more {
		display: none;
	}
.rsv-scope .reserve-step-title {
		margin:0;
		padding:0;
		border-bottom:none;
	}
.rsv-scope .reserve-step-title .opt-mobile {
		display: block;
	}
.rsv-scope .reserve-step-title .more-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		border:1px solid var(--border-color);
		color: #999;
		font-size: var(--font-size-15);
		padding:0 10px;
	}
.rsv-scope .reserve-step-title .more-arrow {
		color: #ACACAC;
		font-size: var(--font-size-15);
	}
.rsv-scope .reserve-step-title .more-arrow .icon-custom {
		vertical-align: middle;
		margin:-3px 0 0 5px;
		transition: 0.2s ease-in-out;
	}
.rsv-scope .reserve-step-title .more-arrow.opt-active .icon-custom {
		transform:rotate(180deg);
		margin-top:-1px;
	}
.rsv-scope .reserve-step-body {
		margin-top:15px;
		padding-top:20px;
		border-top:1px solid var(--border-color);
	}
.rsv-scope .reserve-step-card.opt-site .reserve-step-body {
		display: none;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .reserve-step-card {
		padding:20px;
		margin-bottom:15px;
		font-size: var(--font-size-15);
	}
.rsv-scope .reserve-step-card.opt-camping .reserve-step-title .title {
		display: none;
	}
.rsv-scope .reserve-step-title .title {
		font-size: 1.2em;
	}
.rsv-scope .reserve-step-body {
		padding-top:15px;
		margin-top:10px;
	}
.rsv-scope .reserve-step-box .site-box {
		display: block;
	}
.rsv-scope .reserve-step-box .site-box .img-box {
		display: none;
	}
.rsv-scope .reserve-step-box .site-box .list-box {
		padding:0 5px;
		max-height: 220px;
	}
.rsv-scope .reserve-step-box .site-box .list-item:not(:last-child) {
		margin-bottom:6px;
	}
.rsv-scope .reserve-step-box .site-box .list-btn {
		padding:12px 10px;
	}
.rsv-scope .reserve-step-box .site-box .list-btn .title {
		padding-left:22px;
	}
.rsv-scope .reserve-step-title .more-arrow {
		font-size: var(--font-size-14);
	}
.rsv-scope .reserve-step-title .more-arrow .icon-custom {
		font-size: var(--font-size-13);
		margin-top:-3px;
	}
.rsv-scope .reserve-step-title .more-arrow.opt-active .icon-custom {
		margin-top:-3px;
	}
.rsv-scope .reserve-step-box .camping-zone-info-list {
		display: block;
		padding:10px 15px;
	}
.rsv-scope .reserve-step-box .camping-zone-info-list li {
		margin:5px 0;
		font-size: 1em;
	}
.rsv-scope .reserve-info-row {
		padding-top: 15px;
		margin-top: 15px;
	}
.rsv-scope .reserve-info-row .rows {
		display: block;
	}
.rsv-scope .reserve-info-row .rows .desc {
		padding-left:12px;
		margin-top:3px;
	}
.rsv-scope .reserve-step-item.opt-fixed {
		margin-bottom:-30px;
	}
.rsv-scope .reserve-step-item.opt-fixed .reserve-step-card {
		margin:0 -10px;
		padding:15px 10px 0;
	}
.rsv-scope .reserve-step-item.opt-fixed .reserve-step-card .option-title {
		font-size: var(--font-size-24);
	}
.rsv-scope .reserve-step-box .option-item {
		margin-top:10px;
	}
.rsv-scope .reserve-step-box .option-box .date {
		font-weight: 800;
	}
.rsv-scope .reserve-step-box .option-header {
		padding:10px 15px;
	}
.rsv-scope .reserve-step-box .option-header .title {
		font-size: 1.2em;
	}
.rsv-scope .reserve-step-box .option-body {
		padding:15px;
	}
.rsv-scope .reserve-step-box .option-select {
		margin-top:5px;
	}
.rsv-scope .reserve-step-box .count-box {
		height: 32px;
	}
.rsv-scope .reserve-step-box .count-btn {
		width: 32px;
	}
.rsv-scope .reserve-step-box .option-item .opt-mt-10 {
		margin-top:5px;
	}
.rsv-scope .reserve-step-box .reserve-inp {
		font-size: 1em;
		height: 45px;
		line-height: 45px;
	}
.rsv-scope .reserve-result-box {
		margin-top:10px;
	}
.rsv-scope .reserve-result-list {
		padding:15px;
	}
.rsv-scope .btn-basic-wrap.opt-reserve-confirm {
		padding:15px 10px;
		margin:20px -15px 0;
	}
.rsv-scope .btn-basic-wrap.opt-reserve-confirm .btn-basic {
		font-size: 1em;
	}
}
.rsv-scope .reserve-step-box .input-form {
	margin-bottom:0;
}
.rsv-scope .reserve-step-box .input-form .input-text {
	display: flex;
	max-width: 550px;
	margin-left:auto;
	margin-right: auto;
}
.rsv-scope .reserve-step-box .input-form .input-text:first-child {
	margin-top:0;
}
.rsv-scope .reserve-step-box .input-form .input-text:last-child {
	margin-bottom:0;
}
.rsv-scope .reserve-step-box .input-title {
	flex: 0 0 90px;
	padding-top:14px;
}
.rsv-scope .reserve-step-box .input-group-box {
	flex:1 1 auto;
}
.rsv-scope .reserve-step-box .input-text .btn-basic {
	margin:0;
	padding:0;
}
.rsv-scope .reserve-step-box .input-text.opt-btn {
	padding-left:80px;
}
.rsv-scope .reserve-step-box .input-group.opt-only-one {
	flex: 0 0 100%;
	padding-left:90px;
}
.rsv-scope .reserve-step-box .input-group.opt-only-one .btn-basic {
	width: 100%;
}
.rsv-scope .reserve-step-box .input-policy:not(:last-child) {
	margin-bottom:15px;
}
.rsv-scope .reserve-step-box .policy-box {
	display: flex;
	align-self: center;
	justify-content: space-between;
	color: #555;
}
.rsv-scope .reserve-step-box .policy-btn {
	color: #BBBBBB;
	font-size: var(--font-size-15);
}
.rsv-scope .reserve-step-box .policy-btn .icon-custom {
	font-size: var(--font-size-14);
	display: inline-block;
	vertical-align: middle;
	margin:-3px 0 0 5px;
	transition: 0.2s ease-in-out;
}
.rsv-scope .reserve-step-box .policy-btn.opt-active .icon-custom {
	transform:rotate(180deg);
	margin-top:-2px;
}
.rsv-scope .reserve-step-box .input-policy .contents {
	display: none;
	border:1px solid var(--border-color);
	padding:15px 20px;
	max-height: 180px;
	font-size: var(--font-size-15);
	color: #999;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top:10px;
}
.rsv-scope .reserve-step-box .reserve-step-title .check-text {
	font-size: var(--font-size-18);
	color: #555555;
}
.rsv-scope .reserve-step-box .reserve-step-title .check-input, .rsv-scope .reserve-step-box .reserve-step-title .check-check {
	top:2px;
}
.rsv-scope .reserve-step-box .input-text .opt-card {
	width: 50%;
	background-color: #F7F7F7;
	border-color: #F7F7F7;
}
.rsv-scope .reserve-account-info {
	display: flex;
	align-items: center;
	font-size: var(--font-size-20);
}
.rsv-scope .reserve-account-info .item:not(:last-child) {
	padding-right:15px;
	margin-right:10px;
	position: relative;
}
.rsv-scope .reserve-account-info .item:not(:last-child)::before {
	display: block;
	content:"";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background:#555;
	position: absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.rsv-scope .reserve-step-box .opt-read .option-header {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:-10px;
}
.rsv-scope .reserve-step-box .option-select .text-box {
	color: #555;
	font-weight: 600;
}
.rsv-scope .reserve-step-box .input-text.opt-only-text {
	align-items: center;
}
.rsv-scope .reserve-step-box .input-text.opt-only-text .input-title {
	padding:0;
}
.rsv-scope .reserve-step-box .input-text.opt-only-text .input-group-box {
	color: #555;
}
@media all and (max-width: 1023px) {
.rsv-scope .reserve-step-box .input-form .input-text {
		max-width: none;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .reserve-step-box .input-title {
		padding-top:0;
		margin-bottom:5px;
	}
.rsv-scope .reserve-step-box .input-form .input-text {
		display: block;
	}
.rsv-scope .reserve-step-box .input-title, .rsv-scope .reserve-step-box .input-form .input-text, .rsv-scope .reserve-step-box .input-form .input-text label, .rsv-scope .reserve-step-box .input-form .input-text input, .rsv-scope .reserve-step-box .input-form .input-text select, .rsv-scope .reserve-step-box .input-form .input-text textarea {
		font-size: 1em;
	}
.rsv-scope .reserve-step-box .input-text .btn-basic {
		padding:0 15px;
	}
.rsv-scope .reserve-step-box .input-form .input-text .comment {
		font-size: var(--font-size-15);
	}
.rsv-scope .reserve-step-box .reserve-step-title .check-text {
		font-size: 1em;
	}
.rsv-scope .reserve-step-box .reserve-step-title .check-input, .rsv-scope .reserve-step-box .reserve-step-title .check-check {
		top:0;
	}
.rsv-scope .reserve-step-box .policy-box {
		flex-wrap: wrap;
	}
.rsv-scope .reserve-step-box .policy-btn {
		margin:3px 0 0 24px;
	}
.rsv-scope .reserve-step-box .policy-btn .icon-custom {
		margin:-2px 0 0 4px;
	}
.rsv-scope .reserve-step-box .policy-btn.opt-active .icon-custom {
		margin-top:-3px;
	}
.rsv-scope .reserve-step-box .input-policy .contents {
		padding:10px 15px;
		font-size: var(--font-size-14);
	}
.rsv-scope .reserve-step-box .input-group.opt-only-one {
		padding:0;
	}
.rsv-scope .reserve-step-box .input-text .opt-card {
		width: 100%;
	}
.rsv-scope .reserve-account-info {
		flex-wrap: wrap;
		font-size: var(--font-size-18);
	}
.rsv-scope .reserve-account-info .item:not(:last-child) {
		padding-right:10px;
		margin-right:6px;
	}
.rsv-scope .reserve-account-info .item:not(:last-child)::before {
		width: 3px;
		height: 3px;
	}
.rsv-scope .reserve-step-box .opt-read .option-header {
		margin-bottom:-5px;
	}
}
.rsv-scope .reserve-complete {
	max-width: 480px;
	margin:40px auto;
}
.rsv-scope .reserve-complete .text-box {
	text-align: center;
	padding-top:115px;
	background:url("../../micro/img/img-complete.png") no-repeat center top;
	font-size: var(--font-size-24);
	font-weight: 600;
	margin-bottom:40px;
}
.rsv-scope .reserve-complete-box {
	margin-top:50px;
}
.rsv-scope .reserve-complete-box .title-box {
	color: #555555;
	font-size: var(--font-size-20);
	font-weight: 600;
	padding-bottom:10px;
	margin-bottom:16px;
	border-bottom:1px solid var(--border-color);
}
.rsv-scope .reserve-complete-box .rows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:10px;
}
.rsv-scope .reserve-complete-box .rows:last-child {
	margin-bottom:0;
}
.rsv-scope .reserve-complete-box .rows .title {
	color: #999;
	margin-right: 10px;
	flex: 1;
	white-space: nowrap;
}
.rsv-scope .reserve-complete-box .rows .desc {
	text-align: right;
	flex:1 1 auto;
	word-break: break-word;
}
.rsv-scope .reserve-complete-box .rows .desc.opt-price {
	color: var(--primary-color);
	font-size: var(--font-size-28);
	font-weight: 600;
}
.rsv-scope .reserve-complete-box .rows .item-box.opt-price {
	color: #999;
}
.rsv-scope .reserve-complete-box .rows .item-box.opt-date, .rsv-scope .reserve-complete-box .rows .item-box.opt-price .opt-strong {
	color: #555;
	font-weight: 700;
}
.rsv-scope .reserve-complete-box .multi-box .item:not(:last-child) {
	padding-right:10px;
	margin-right:5px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.rsv-scope .reserve-complete-box .multi-box .item:not(:last-child)::after {
	display: block;
	content:"·";
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.rsv-scope .reserve-complete-box .pay-way {
	background:#F2F2F2;
	border-radius: 5px;
	color:#999999;
	padding:15px 20px;
	text-align: right;
	line-height: 1.5;
}
.rsv-scope .reserve-complete-box .info-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:16px;
}
.rsv-scope .reserve-complete-box .info-box .info {
	padding:0 10px;
	position: relative;
}
.rsv-scope .reserve-complete-box .info-box .info.opt-place {
	font-size: var(--font-size-20);
	font-weight: 600;
}
.rsv-scope .reserve-complete-box .info-box .info.opt-etc:not(:last-child)::before {
	display: block;
	content:"";
	width: 2px;
	height: 2px;
	background:#111111;
	border-radius: 100%;
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.rsv-scope .reserve-complete-box .detail-box {
	border:1px solid #DFDFDF;
	border-radius: 10px;
	padding:20px;
	margin-bottom:10px;
}
.rsv-scope .reserve-complete-box .detail-box .title-box {
	color: var(--primary-color);
}
.rsv-scope .reserve-complete .btn-basic-wrap {
	display: flex;
	gap:10px;
}
.rsv-scope .reserve-complete .btn-basic-wrap .btn-basic {
	flex: 1 1 auto;
	margin:0;
}
@media all and (max-width: 767px) {
.rsv-scope .reserve-complete {
		margin:20px auto;
	}
.rsv-scope .reserve-complete .text-box {
		background-size: 80px;
		padding-top:90px;
		margin-bottom:30px;
	}
.rsv-scope .reserve-complete-box {
		margin-top:40px;
		font-size: var(--font-size-15);
	}
.rsv-scope .reserve-complete-box .rows .desc.opt-price {
		font-size: var(--font-size-24);
	}
.rsv-scope .reserve-complete-box .pay-way {
		padding:10px 15px;
	}
.rsv-scope .reserve-complete-box .info-box {
		flex-wrap: wrap;
	}
.rsv-scope .reserve-complete-box .info-box .info.opt-place {
		flex:0 0 100%;
		text-align: center;
	}
.rsv-scope .reserve-complete-box .detail-box {
		padding:10px 15px;
	}
}
.rsv-scope .reserve-alert-box {
	max-width: 620px;
	margin:40px auto 80px;
	text-align: center;
}
.rsv-scope .reserve-alert-box .in-title {
	font-size: var(--font-size-20);
	font-weight: 600;
	margin-bottom:5px;
}
.rsv-scope .reserve-alert-box .in-sub-title {
	font-size: var(--font-size-30);
	color: var(--primary-color);
	font-weight: 600;
	margin-bottom:20px;
}
.rsv-scope .reserve-alert-box .box {
	border:1px solid var(--border-color);
	border-radius: 10px;
	padding:10px 20px;
	margin:10px 0;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rsv-scope .reserve-alert-box .box.opt-date {
	gap: 10px;
}
.rsv-scope .reserve-alert-box .box.opt-date .date {
	font-size: var(--font-size-20);
	font-weight: 600;
}
.rsv-scope .reserve-alert-box .box.opt-select {
	color: #999;
	flex-direction: column;
}
.rsv-scope .reserve-alert-box .box.opt-select .desc {
	font-size: var(--font-size-20);
	font-weight: 700;
	color: #000;
}
.rsv-scope .reserve-alert-box .text-box {
	margin-top:30px;
	font-size: var(--font-size-20);
}
.rsv-scope .reserve-alert-box .btn-basic-wrap {
	margin-top:30px;
}
.rsv-scope .reserve-alert-box .complete-box {
	padding-top:125px;
	background:url("../../micro/img/img-reserve-complete.png") no-repeat center top;
	font-size: var(--font-size-24);
	font-weight: 600;
}
.rsv-scope .reserve-alert-box .gray-box {
	background:#F5F6F6;
	border-radius: 10px;
	padding:30px 20px;
	font-size: var(--font-size-20);
	line-height: 1.5;
	margin:20px 0;
}
@media all and (max-width: 767px) {
.rsv-scope .reserve-alert-box {
		margin:20px auto 40px;
	}
.rsv-scope .reserve-alert-box .in-title {
		font-size: var(--font-size-18);
	}
.rsv-scope .reserve-alert-box .in-sub-title {
		font-size: var(--font-size-24);
	}
.rsv-scope .reserve-alert-box .box {
		padding:0 10px;
		height: 80px;
	}
.rsv-scope .reserve-alert-box .text-box {
		margin-top:20px;
		font-size: var(--font-size-18);
	}
.rsv-scope .reserve-alert-box .btn-basic-wrap {
		margin-top:20px;
	}
.rsv-scope .reserve-alert-box .complete-box {
		font-size: var(--font-size-20);
		background-size:80px;
		padding-top:95px;
	}
.rsv-scope .reserve-alert-box .gray-box {
		font-size: var(--font-size-18);
		padding:15px 20px;
	}
.rsv-scope .reserve-alert-box .gray-box br {
		display: none;
	}
}
.rsv-scope .reserve-pay-wrap .camping-detail-visual, .rsv-scope .reserve-pay-wrap .camping-detail-introduce, .rsv-scope .reserve-pay-wrap .camping-detail-fixed {
	display: none;
}
.rsv-scope .reserve-pay-wrap .camping-detail-desc .inner-container {
	padding-bottom:0;
	margin-top:-70px;
	margin-bottom:30px;
}
.rsv-scope .reserve-pay-wrap .reserve-step-box .count-box {
	height: 50px;
	margin-left:auto;
}
.rsv-scope .reserve-pay-wrap .reserve-step-box .count-btn {
	width: 50px;
}
.rsv-scope .reserve-pay-wrap .reserve-step-box .count-text {
	width: 50px;
	font-size: 1em;
}
.rsv-scope .reserve-step-box .date-row {
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}
.rsv-scope .reserve-step-box .date-item .date-title {
	color: var(--primary-color);
}
.rsv-scope .reserve-step-box .date-item .date {
	font-size: var(--font-size-20);
	font-weight: 700;
	margin:0;
}
.rsv-scope .reserve-step-box .option-info.opt-desc {
	color: #555;
}
.rsv-scope .reserve-step-box .reserve-badge-box {
	height: 24px;
	line-height: 1;
	padding:1px 12px 0;
	font-size: var(--font-size-15);
}
.rsv-scope .reserve-step-box .select-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:8px;
}
.rsv-scope .reserve-step-box .select-row:last-child {
	margin-bottom:0;
}
.rsv-scope .reserve-step-box .select-row .item-box.opt-date, .rsv-scope .reserve-step-box .select-row .item-box.opt-price .opt-strong {
	font-weight: 700;
	color: #555;
	font-size: var(--font-size-18);
}
.rsv-scope .reserve-step-box .select-row .item-box.opt-price {
	color: #999;
}
.rsv-scope .reserve-pay-wrap .btn-basic-wrap.opt-reserve-confirm {
	margin-top:0;
}
.rsv-scope .reserve-step-card .pay-row {
	display: flex;
	align-items: center;
}
.rsv-scope .reserve-step-card .pay-row .title {
	font-size: var(--font-size-20);
	font-weight: 700;
}
.rsv-scope .reserve-step-card.opt-pay .pay-row {
	flex-wrap: wrap;
}
.rsv-scope .reserve-step-card .pay-row .pay-option {
	flex:0 0 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top:10px;
	flex-wrap: wrap;
}
.rsv-scope .reserve-step-title .img-btn {
	padding:5px 10px;
	font-size: var(--font-size-14);
	background:#555555;
	color: #fff;
	border-radius: 5px;
}
@media all and (max-width: 1023px) {
.rsv-scope .reserve-pay-wrap .camping-detail-desc .inner-container {
		margin-bottom:50px;
	}
.rsv-scope .reserve-step-title .btn-box {
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}
.rsv-scope .reserve-step-item .reserve-step-card.opt-pay .reserve-step-body, .rsv-scope .reserve-step-item .reserve-step-card.opt-agree .reserve-step-body {
		padding:20px;
		background:#fff;
		margin:0;
		border-radius: 5px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .reserve-pay-wrap .camping-detail-desc .inner-container {
		margin-top:-30px;
		margin-bottom:30px;
	}
.rsv-scope .reserve-step-title .img-btn {
		padding:5px 6px;
	}
.rsv-scope .reserve-pay-wrap .reserve-step-box .count-box {
		height: 40px;
		margin-left: 0;
	}
.rsv-scope .reserve-pay-wrap .reserve-step-box .count-btn {
		width: 40px;
	}
.rsv-scope .reserve-pay-wrap .reserve-step-box .count-text {
		width: 40px;
	}
.rsv-scope .reserve-step-box .date-item .date-title {
		font-size: var(--font-size-14);
	}
.rsv-scope .reserve-step-card .pay-row .pay-option {
		gap:5px 10px;
	}
.rsv-scope .reserve-step-box .select-row {
		margin-bottom:5px;
	}
}
.rsv-scope .tags-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin:5px -2px;
}
.rsv-scope .tags-item {
	display: inline-flex;
	align-items: center;
	padding:0 12px;
	height: 40px;
	border:1px solid var(--border-color);
	border-radius: 5px;
	color: #707070;
	margin:2px 2px;
	line-height: 1;
}
.rsv-scope .tags-item .del {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background:#D5D5D5;
	color: #707070;
	margin:-1px 0 0 6px;
}
@media all and (max-width: 767px) {
.rsv-scope .tags-item {
		height: 35px;
		font-size: var(--font-size-15);
	}
.rsv-scope .tags-item .del {
		width: 20px;
		height: 20px;
		font-size: var(--font-size-15);
	}
}
.rsv-scope .camping-footer {
	background: #fff;
	padding:45px 0;
}
.rsv-scope .camping-footer-box {
	display: flex;
	align-items: center;
}
.rsv-scope .camping-footer-title {
	font-size: var(--font-size-28);
	font-weight: 600;
	position: relative;
	margin-right:50px;
	flex:0 0 320px;
	text-align: center;
}
.rsv-scope .camping-footer-title::after {
	display: block;
	content:"";
	width: 2px;
	height: 35px;
	background: #ECECEC;
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.rsv-scope .camping-footer-list {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin:-5px -30px;
}
.rsv-scope .camping-footer-list .item-box {
	display: inline-flex;
	align-items: center;
	padding:5px 30px;
}
.rsv-scope .camping-footer-list .title {
	color: #555;
	padding-right:15px;
	margin-right: 15px;
	position: relative;
	white-space: nowrap;
}
.rsv-scope .camping-footer-list .title::after {
	display: block;
	content:"";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #DFDFDF;
	position: absolute;
	right:-2px;
	top:50%;
	transform:translateY(-50%);
}
.rsv-scope .camping-footer-list .desc {
	flex: 1 1 auto;
}
@media all and (max-width: 1023px) {
.rsv-scope .camping-footer {
		padding:35px 0;
	}
.rsv-scope .camping-footer-box {
		display: block;
	}
.rsv-scope .camping-footer-title {
		margin:0 0 10px;
		font-size: var(--font-size-22);
		text-align: left;
	}
.rsv-scope .camping-footer-title::after {
		display: none;
	}
.rsv-scope .camping-footer-list {
		margin:-3px -20px;
	}
.rsv-scope .camping-footer-list .item-box {
		padding:3px 20px;
	}
}
@media all and (max-width: 767px) {
.rsv-scope .camping-footer {
		padding:25px 0;
	}
.rsv-scope .camping-footer-title {
		font-size: var(--font-size-20);
	}
.rsv-scope .camping-footer-list {
		margin:-3px -15px;
	}
.rsv-scope .camping-footer-list .item-box {
		font-size: var(--font-size-15);
		padding:3px 15px;
	}
.rsv-scope .camping-footer-list .title {
		padding-right:10px;
		margin-right:10px;
	}
.rsv-scope .camping-footer-list .title::after {
		width: 3px;
		height: 3px;
		right:-1.5px;
	}
}



/* 공통 */.rsv-scope .login-wrap {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 70px 0 100px;
}
.rsv-scope .login-wrap .login-title {
	font-size: var(--font-size-30);
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #BBBBBB;
}
.rsv-scope .login-wrap .comment {
	color: #555555;
}
.rsv-scope .login-wrap .comment.red {
	color: #FF5454;
}
.rsv-scope .login-wrap .comment.blue {
	color: #5656ff;
}
.rsv-scope .login-wrap .align-center {
	text-align: center;
}
.rsv-scope .login-wrap .line {
	width: 100%;
	height: 1px;
	background-color: #BBBBBB;
	margin: 30px 0;
}
@media screen and (max-width: 767px) {
.rsv-scope .login-wrap {
		padding: 30px 0 50px;
	}
.rsv-scope .login-wrap .login-title {
		font-size: var(--font-size-24);
		padding-bottom: 20px;
	}
.rsv-scope .login-wrap .comment {
		font-size: var(--font-size-15);
	}
.rsv-scope .login-wrap .line {
		margin: 20px 0;
	}
}


/* 입력 폼 */.rsv-scope .login-form-title {
	font-size: var(--font-size-20);
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--primary-color);
}
.rsv-scope .input-form .required {
	color: #FF6066;
}
.rsv-scope .input-form {
	margin-bottom: 30px;
}
.rsv-scope .input-form .input-text {
	margin: 12px 0;
}
.rsv-scope .input-form .input-text label {
	display: block;
	margin-bottom: 3px;
}
.rsv-scope .input-form .input-text input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	font-size: var(--font-size-15);
	color: #888888;
}
.rsv-scope .input-form .input-text input:disabled {
	background-color: #EFEFEF;
}
.rsv-scope .input-form .input-text input:focus, .rsv-scope .input-form .input-text select:focus, .rsv-scope .input-form .input-text textarea:focus {
	border-color: var(--primary-color);
}
.rsv-scope .input-form .input-text input::placeholder {
	color: #888888;
}
.rsv-scope .input-form .input-text select {
	height: 50px;
	line-height: 50px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	font-size: var(--font-size-15);
}
.rsv-scope .input-form .input-text .comment {
	color: #555555;
	margin-top: 3px;
	font-size: var(--font-size-15);
}
.rsv-scope .input-form .input-text .comment.red {
	color: #FF5454;
}
.rsv-scope .input-form .input-text .comment.blue {
	color: #5656ff;
}
.rsv-scope .input-form .input-text textarea {
	display: block;
	width: 100%;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	font-size: var(--font-size-15);
	color: #888888;
	resize: none;
}
.rsv-scope .input-form .input-group {
	display: flex;
	align-items: center;
	gap: 12px;
}
.rsv-scope .input-form .input-group select {
	width: 100%;
}
.rsv-scope .input-form .input-group span {
	font-size: var(--font-size-14);
}
.rsv-scope .input-form .input-group .btn-basic {
	height: 50px;
	min-width: 125px;
	font-size: 1em;
}
.rsv-scope .input-form .time-wrap {
	position: relative;
	width: 100%;
}
.rsv-scope .input-form .timeLimit {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #FF6066;
	font-size: var(--font-size-14);
	font-weight: 300;
}
@media screen and (max-width: 767px) {
.rsv-scope .login-form-title {
		font-size: var(--font-size-18);
		padding-bottom: 5px;
	}
.rsv-scope .input-form {
		margin-bottom: 20px;
	}
.rsv-scope .input-form .input-text label {
		font-size: var(--font-size-15);
	}
.rsv-scope .input-form .input-text input, .rsv-scope .input-form .input-text select {
		height: 45px;
		line-height: 45px;
	}
.rsv-scope .input-form .input-text .comment {
		font-size: var(--font-size-14);
	}
.rsv-scope .input-form .input-group {
		gap: 3px;
	}
.rsv-scope .input-form .input-group .btn-basic {
		min-width: auto;
		white-space: nowrap;
		margin-left: 2px;
		height: 45px;
	}
}


/* 버튼 */.rsv-scope .login-wrap .back-btn {
	display: block;
	width: 100%;
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #DFDFDF;
	font-size: var(--font-size-15);
	color: #888888;
}
.rsv-scope .login-wrap .btn-basic {
	margin: 0;
}
.rsv-scope .login-wrap .btn-basic.opt-col100 {
	width: 100%;
}
.rsv-scope .login-wrap .opt-color-dark {
	background-color: #555;
	border-color: #555;
	color: #fff;
}
.rsv-scope .login-wrap .opt-color-black {
	background-color: #383838;
	border-color: #383838;
	color: #fff;
}
.rsv-scope .login-wrap .opt-line-gray {
	background-color: #fff;
	border-color: #D5D5D5;
	color: #999;
}
.rsv-scope .login-wrap .btn-group {
	display: flex;
	gap: 12px;
}
@media screen and (max-width: 767px) {
.rsv-scope .login-wrap .back-btn {
		margin-top: 20px;
	}
.rsv-scope .login-wrap .btn-group {
		gap: 5px;
	}
}



/* ## mypage ## */.rsv-scope .mypage-index-title {
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: var(--font-size-28);
	font-weight: 700;
	text-align: center;
}
.rsv-scope .mypage-index-title span {
	color: var(--primary-color);
}
.rsv-scope .mypage-index-tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-bottom: 25px;
	background-color: #F2F2F2;
	padding: 25px 20px;
	border-radius: 10px;
}
.rsv-scope .mypage-index-tab .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid transparent;
	color: #999999;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px #00000029;
	transition: all 0.1s ease-in-out;
}
.rsv-scope .mypage-index-tab .btn:hover {
	color: #333333;
}
.rsv-scope .mypage-index-tab .btn.active {
	border-color: #555555;
	color: #333333;
}
.rsv-scope .mypage-title {
	display: flex;
	align-items: center;
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
	font-size: var(--font-size-28);
	font-weight: 700;
}
.rsv-scope .mypage-title span {
	color: var(--primary-color);
}
.rsv-scope .mypage-guide-total {
	display: block;
	margin: 20px 0;
	font-weight: 300;
	color: #999999;
}
.rsv-scope .mypage-guide-total strong {
	font-weight: 700;
	color: var(--primary-color);
}
.rsv-scope .mypage-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 250px;
}
.rsv-scope .mypage-empty .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	background: #F2F2F2;
	border-radius: 50%;
	font-size: var(--font-size-30);
	color: #D4D4D4;
}
.rsv-scope .mypage-empty .desc {
	margin-top: 20px;
	color: #999;
}
@media screen and (max-width: 1023px) {
.rsv-scope .mypage-index-title {
		font-size: var(--font-size-24);
	}
.rsv-scope .mypage-index-tab {
		gap: 15px;
	}
.rsv-scope .mypage-index-tab .btn {
		height: 45px;
	}
.rsv-scope .mypage-title {
		font-size: var(--font-size-24);
	}
}
@media screen and (max-width: 767px) {
.rsv-scope .mypage-index-title {
		font-size: var(--font-size-20);
	}
.rsv-scope .mypage-index-tab {
		gap: 12px 4%;
		padding: 0;
		background: none;
	}
.rsv-scope .mypage-index-tab .btn {
		flex: 0 0 48%;
		height: 40px;
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-title {
		padding: 10px 0;
		margin-bottom: 15px;
		font-size: var(--font-size-20);
	}
.rsv-scope .mypage-guide-total {
		font-size: var(--font-size-14);
	}
}
.rsv-scope .mypage-reserve-wrap {
	margin-bottom: 40px;
}
.rsv-scope .mypage-reserve-box {
	display: flex;
	align-items: flex-start;
	gap: 20px 25px;
}
.rsv-scope .mypage-reserve-tab {
	width: 190px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}
.rsv-scope .mypage-reserve-tab .btn {
	display: block;
	width: 100%;
	padding: 13px 0;
	text-align: center;
	border-radius: 0;
	transition: all 0.1s ease-in-out;
}
.rsv-scope .mypage-reserve-tab .btn:hover {
	color: var(--primary-color);
}
.rsv-scope .mypage-reserve-tab .btn:not(:last-child) {
	border-bottom: 1px solid #DFDFDF;
}
.rsv-scope .mypage-reserve-tab .btn.active {
	background-color: #f2f2f2;
	color: var(--primary-color);
	font-weight: 700;
}
.rsv-scope .mypage-reserve-list-wrap {
	flex: 1 1 0;
}
.rsv-scope .mypage-reserve-list-wrap .btn-basic-wrap {
	text-align: center;
}
.rsv-scope .mypage-reserve-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}
.rsv-scope .mypage-reserve-item {
	display: flex;
	align-items: center;
	padding: 32px 0;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}
.rsv-scope .mypage-reserve-item .col-box {
	flex: 0 0 33%;
	padding: 0 30px;
}
.rsv-scope .mypage-reserve-item .col-box.opt-info {
	flex: 0 0 42%;
}
.rsv-scope .mypage-reserve-item .col-box.opt-btn {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.rsv-scope .mypage-reserve-item .col-box:not(:last-child) {
	border-right: 1px solid #D4D4D4;
}
.rsv-scope .mypage-reserve-item .col-box .badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	padding: 3px 4px 2px;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	font-size: var(--font-size-14);
}
.rsv-scope .mypage-reserve-item .col-box .badge.opt-use {
	background-color: #eef8ee;
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.rsv-scope .mypage-reserve-item .col-box .badge.opt-done {
	background-color: #EFEFEF;
	color: #BBBBBB;
}
.rsv-scope .mypage-reserve-item .col-box .badge.opt-cancel {
	background-color: #FFF6F7;
	border-color: #FF6066;
	color: #FF6066;
}
.rsv-scope .mypage-reserve-item .col-box .badge.opt-waiting {
	background-color: #F3FDFF;
	border-color: #8BEBFF;
	color: #4BD0EC;
}
.rsv-scope .mypage-reserve-item .col-box .name {
	margin-top: 22px;
	font-size: var(--font-size-24);
	font-weight: 700;
}
.rsv-scope .mypage-reserve-item .col-box .date {
	margin-top: 10px;
	color: #8F8F8F;
}
.rsv-scope .mypage-reserve-item .item-box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.rsv-scope .mypage-reserve-item .item-box:not(:last-child) {
	margin-bottom: 9px;
}
.rsv-scope .mypage-reserve-item .item-box .title {
	min-width: 95px;
	color: #BBBBBB;
}
.rsv-scope .mypage-reserve-item .item-box .desc {
	color: #555555;
}
.rsv-scope .mypage-reserve-item .col-box .btn-basic {
	margin: 0;
	font-size: 1em;
	white-space: nowrap;
}
@media screen and (max-width: 1023px) {
.rsv-scope .mypage-reserve-box {
		flex-direction: column;
	}
.rsv-scope .mypage-reserve-tab {
		width: 100%;
		overflow-x: auto;
	}
.rsv-scope .mypage-reserve-tab .tab-list {
		display: flex;
	}
.rsv-scope .mypage-reserve-tab .btn {
		padding: 13px;
		white-space: nowrap;
	}
.rsv-scope .mypage-reserve-tab .btn:not(:last-child) {
		border-bottom: 0;
		border-right: 1px solid #DFDFDF;
	}
.rsv-scope .mypage-reserve-list-wrap {
		width: 100%;
	}
.rsv-scope .mypage-reserve-item .col-box .name {
		font-size: var(--font-size-22);
	}
.rsv-scope .mypage-reserve-item .col-box .date {
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-reserve-item .item-box .title {
		min-width: 65px;
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-reserve-item .item-box .desc {
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-reserve-item .col-box .btn-basic {
		font-size: var(--font-size-14);
	}
}
@media screen and (max-width: 767px) {
.rsv-scope .mypage-reserve-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px 0;
		padding: 20px 0;
	}
.rsv-scope .mypage-reserve-item .col-box {
		flex: auto;
		width: 100%;
		padding: 0 20px;
	}
.rsv-scope .mypage-reserve-item .col-box.opt-info {
		flex: auto;
	}
.rsv-scope .mypage-reserve-item .col-box.opt-btn {
		flex: auto;
	}
.rsv-scope .mypage-reserve-item .col-box:not(:last-child) {
		border-right: 0;
	}
.rsv-scope .mypage-reserve-item .col-box .name {
		margin-top: 12px;
		font-size: var(--font-size-18);
	}
.rsv-scope .mypage-reserve-item .col-box .date {
		margin-top: 6px;
	}
.rsv-scope .mypage-reserve-item .item-box:not(:last-child) {
		margin-bottom: 6px;
	}
}
.rsv-scope .mypage-scrap-wrap {
	margin-bottom: 40px;
}
.rsv-scope .mypage-scrap-wrap .mypage-empty {
	flex: 0 0 100%;
}
.rsv-scope .mypage-scrap-wrap .btn-basic-wrap {
	text-align: center;
}
.rsv-scope .mypage-scrap-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.rsv-scope .mypage-scrap-item {
	width: calc((100% - 20px) / 2);
	padding: 25px;
	display: flex;
	align-items: center;
	gap: 25px;
	border: 1px solid #DFDFDF;
	background-color: #fff;
	border-radius: 10px;
}
.rsv-scope .mypage-scrap-item .img-box {
	flex: 0 0 46%;
	aspect-ratio: 1.3/1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.rsv-scope .mypage-scrap-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rsv-scope .mypage-scrap-item .icon.opt-mark {
	position: absolute;
	right:15px;
	top:15px;
	font-size: var(--font-size-20);
	color: var(--primary-color);
}
.rsv-scope .mypage-scrap-item .text-box {
	flex:1 1 auto;
}
.rsv-scope .mypage-scrap-item .text-box .rate {
	margin-bottom: 5px;
	color: #999999;
}
.rsv-scope .mypage-scrap-item .text-box .rate strong {
	color: var(--primary-color);
}
.rsv-scope .mypage-scrap-item .title {
	font-size: var(--font-size-24);
	font-weight: 600;
}
.rsv-scope .mypage-scrap-item .info-list {
	margin-top:10px;
}
.rsv-scope .mypage-scrap-item .info-list li {
	padding-left:25px;
	display: flex;
	align-items: center;
	position: relative;
	color: #555;
}
.rsv-scope .mypage-scrap-item .info-list li:not(:first-child) {
	margin-top:7px;
}
.rsv-scope .mypage-scrap-item .info-list li::before {
	display: block;
	content:"";
	position: absolute;
	left:0;
	top:1px;
	font-size: var(--font-size-14);
	color: #BABABA;
	font-family: "Font Awesome 6 Pro";
	width: 20px;
	text-align: center;
}
.rsv-scope .mypage-scrap-item .info-list li.opt-num::before {
	content: "\f406";
	font-weight: 400;
}
.rsv-scope .mypage-scrap-item .info-list li.opt-size::before {
	content: "\f320";
	font-weight: 300;
}
.rsv-scope .mypage-scrap-item .info-list li.opt-desc::before {
	content: "\f5e2";
	font-weight: 400;
}
.rsv-scope .mypage-scrap-item .text-box .btn-basic-wrap {
	display: flex;
	margin-top: 15px;
	gap: 0 8px;
}
.rsv-scope .mypage-scrap-item .text-box .btn-basic {
	width: 100%;
	margin: 0;
}
.rsv-scope .mypage-scrap-item .text-box .btn-basic.opt-cancel {
	flex: 0 0 40px;
}
@media screen and (max-width: 1023px) {
.rsv-scope .mypage-scrap-item {width: 100%;}
}
@media screen and (max-width: 767px) {
.rsv-scope .mypage-scrap-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		gap: 20px;
	}
.rsv-scope .mypage-scrap-item .img-box {
		flex: 0 0 auto;
		width: 100%;
	}
.rsv-scope .mypage-scrap-item .text-box {
		width: 100%;
	}
.rsv-scope .mypage-scrap-item .text-box .rate {
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-scrap-item .title {
		font-size: var(--font-size-18);
	}
.rsv-scope .mypage-scrap-item .info-list li {
		font-size: var(--font-size-14);
	}
}
.rsv-scope .mypage-history-wrap {
	position: relative;
	margin-bottom: 40px;
}
.rsv-scope .mypage-history-wrap .mypage-title {
	margin-bottom: 0;
}
.rsv-scope .mypage-history-wrap .camping-card-top {
	border-top: 0;
}
.rsv-scope .mypage-history-wrap .mypage-empty .icon {
	color: #8F8F8F;
}
.rsv-scope .mypage-history-wrap .m-boardDetail.type-general01 {
	margin-top: 40px;
}
.rsv-scope .mypage-history-wrap .m-boardWrite.type-general01 {
	margin-top: 40px;
}
.rsv-scope .tab-basic.opt-history {
	position: absolute;
	top: 23px;
	right: 0;
}
.rsv-scope .tab-basic.opt-history .tab-basic-list {
	display: flex;
	align-items: center;
	gap: 0 36px;
}
.rsv-scope .tab-basic.opt-history .tab-basic-list li {
	position: relative;
}
.rsv-scope .tab-basic.opt-history .tab-basic-list li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(50%, -50%);
	width: 1px;
	height: 11px;
	background: #ACACAC;
}
.rsv-scope .tab-basic.opt-history .tab-basic-list .js-tab-btn {
	color: #999999;
}
.rsv-scope .tab-basic.opt-history .tab-basic-list .js-tab-btn.opt-active {
	color: #333333;
}
.rsv-scope .tab-basic.opt-history .tab-basic-list .js-tab-btn.opt-active::before {
	content: '';
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #555555;
}
@media screen and (max-width: 767px) {
.rsv-scope .tab-basic.opt-history {
		top: 10px;
	}
.rsv-scope .tab-basic.opt-history .tab-basic-list {
		gap: 0 18px;
	}
.rsv-scope .tab-basic.opt-history .tab-basic-list li:not(:last-child)::after {
		right: -9px;
		height: 9px;
	}
.rsv-scope .tab-basic.opt-history .tab-basic-list .js-tab-btn {
		font-size: var(--font-size-14);
	}
.rsv-scope .tab-basic.opt-history .tab-basic-list .js-tab-btn.opt-active::before {
		display: none;
	}
}
.rsv-scope .mypage-reserve-detail-wrap {
	margin-bottom: 40px;
}
.rsv-scope .mypage-reserve-detail-wrap .mypage-reserve-item .col-box {
	flex: 0 0 33.33%;
}
.rsv-scope .mypage-reserve-pay {
	margin-bottom: 40px;
}
.rsv-scope .mypage-reserve-pay .mypage-title {
	margin-bottom: 0;
	border-bottom: 0;
}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2 {
	border-bottom: 2px solid var(--primary-color);
}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2 td {
	color: #333333;
}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2 .table-title {
	color: #999999;
	word-break: keep-all;
}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2.opt-payInfo {
	margin-bottom: 35px;
}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2.opt-payInfo th, .rsv-scope .mypage-reserve-pay .table-basic.opt-type2.opt-payInfo td {
	padding: 20px 5px;
}
.rsv-scope .mypage-reserve-pay .btn-basic-wrap {
	text-align: center;
}
.rsv-scope .mypage-reserve-pay .comment {
	margin: 10px 0;
	color: #999999;
	text-align: center;
}
.rsv-scope .mypage-reserve-pay .check-text {
	color: #555555;
}
.rsv-scope .mypage-reserve-pay .policy-wrap {
	margin-bottom: 30px;
}
.rsv-scope .mypage-reserve-pay .input-policy {
	position: relative;
	padding-top: 15px;
	max-width: 600px;
	margin: 0 auto;
}
.rsv-scope .mypage-reserve-pay .input-policy .check-box {
	margin-bottom: 10px;
}
.rsv-scope .mypage-reserve-pay .input-policy .policy-btn {
	position: absolute;
	top: 8px;
	right: 0;
	padding: 7px;
}
.rsv-scope .mypage-reserve-pay .input-policy .policy-btn .icon-custom {
	transition: all 0.3s ease-in-out;
}
.rsv-scope .mypage-reserve-pay .input-policy .policy-btn.opt-active .icon-custom {
	transform: rotate(180deg);
}
.rsv-scope .mypage-reserve-pay .input-policy .contents {
	display: none;
	height: 200px;
	overflow-y: auto !important;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 15px 25px;
}
.rsv-scope .mypage-reserve-pay .input-policy .table-basic.opt-type2 {
	font-size: var(--font-size-14);
}
.rsv-scope .mypage-reserve-pay .input-policy .tabs {
	display: flex;
	align-items: center;
	border: 1px solid #DFDFDF;
	margin-bottom: 12px;
}
.rsv-scope .mypage-reserve-pay .input-policy .tabs .tabs-tab {
	flex: 1 1 0;
	color: #555555;
	text-align: center;
	border-radius: 0;
	height: 32px;
	line-height: 32px;
	font-size: var(--font-size-14);
}
.rsv-scope .mypage-reserve-pay .input-policy .tabs .tabs-tab:not(:last-child) {
	border-right: 1px solid #DFDFDF;
}
.rsv-scope .mypage-reserve-pay .input-policy .tabs .tabs-tab.active {
	background-color: var(--primary-color);
	color: #FFFFFF;
}
.rsv-scope .mypage-pay-box {
	padding: 30px 15px;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
}
.rsv-scope .mypage-pay-box .desc-list {
	max-width: 430px;
	margin: 0 auto;
}
.rsv-scope .mypage-pay-box .desc-list li {
	display: flex;
	justify-content: space-between;
}
.rsv-scope .mypage-pay-box .desc-list li:not(:last-child) {
	margin-bottom: 10px;
}
.rsv-scope .mypage-pay-box .desc-list .title {
	color: #999999;
	margin-right: 10px;
	white-space: nowrap;
}
.rsv-scope .mypage-pay-box .desc-list .desc {
	color: #555555;
	text-align: right;
}
.rsv-scope .mypage-pay-box .desc-list .price {
	align-items: center;
}
.rsv-scope .mypage-pay-box .desc-list .price .desc {
	font-size: var(--font-size-24);
	font-weight: 700;
	color: var(--primary-color);
}
.rsv-scope .mypage-reserve-cancel {
	margin-bottom: 40px;
}
.rsv-scope .mypage-reserve-cancel .mypage-title {
	margin-bottom: 0;
	border-bottom: 0;
}
.rsv-scope .mypage-reserve-cancel .table-basic.opt-type1 {
	border-top: 0;
}
.rsv-scope .mypage-reserve-cancel .table-basic.opt-type1 table {
	border-right: 0;
}
.rsv-scope .mypage-reserve-cancel .table-basic.opt-type1 th, .rsv-scope .mypage-reserve-cancel .table-basic.opt-type1 td {
	padding: 20px 5px;
	border-left: 0;
}
.rsv-scope .mypage-reserve-cancel .table-basic.opt-type1 .table-title {
	color: #555555;
}
@media screen and (max-width: 767px) {
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2 {
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2.opt-payInfo {
		overflow-x: auto;
	}
.rsv-scope .mypage-reserve-pay .table-basic.opt-type2.opt-payInfo table {
		min-width: 500px;
	}
.rsv-scope .mypage-reserve-pay .comment {
		font-size: var(--font-size-14);
		text-align: left;
	}
.rsv-scope .mypage-reserve-pay .comment br {
		display: none;
	}
.rsv-scope .mypage-reserve-pay .input-policy .contents {
		padding: 15px;
	}
.rsv-scope .mypage-reserve-pay .input-policy .check-text {
		font-size: var(--font-size-14)
	}
.rsv-scope .mypage-reserve-pay .input-policy .table-basic.opt-type2 {
		font-size: var(--font-size-13);
	}
.rsv-scope .mypage-reserve-pay .input-policy .tabs .tabs-tab {
		font-size: var(--font-size-13);
	}
.rsv-scope .mypage-pay-box .desc-list .title {
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-pay-box .desc-list .desc {
		font-size: var(--font-size-14);
	}
.rsv-scope .mypage-pay-box .desc-list .price .desc {
		font-size: var(--font-size-18);
	}
.rsv-scope .mypage-reserve-cancel .table-basic.opt-type1 {
		font-size: var(--font-size-14);
	}
}
.rsv-scope .mypage-info-wrap .mypage-title {
	margin-bottom: 45px;
}
.rsv-scope .mypage-info-wrap .input-form {
	max-width: 800px;
	margin: 0 auto;
	padding: 35px 70px;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
}
.rsv-scope .mypage-info-wrap .input-form .input-text {
	display: flex;
}
.rsv-scope .mypage-info-wrap .input-title {
	flex: 0 0 90px;
	padding-top:14px;
}
.rsv-scope .mypage-info-wrap .input-title.opt-double-line {
	padding-top:6px;
}
.rsv-scope .mypage-info-wrap .input-group-box {
	flex:1 1 auto;
}
.rsv-scope .mypage-info-wrap .input-group {
	min-height: 50px;
}
.rsv-scope .mypage-info-wrap .input-group .check-box {
	flex:0 0 auto;
}
.rsv-scope .mypage-info-wrap .input-group .check-text {
	font-size: 1em;
}
.rsv-scope .mypage-info-wrap .input-group .radio-box {
	flex:0 0 auto;
}
.rsv-scope .mypage-info-wrap .input-group .radio-text {
	font-size: 1em;
}
.rsv-scope .mypage-info-wrap .input-text .btn-basic {
	margin:0;
	padding:0;
}
.rsv-scope .mypage-info-sns-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 10px;
}
.rsv-scope .mypage-info-sns {
	position: relative;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 10px 15px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	transition: 0.2s ease-in-out;
}
.rsv-scope .mypage-info-sns:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rsv-scope .mypage-info-sns img {
	width: 32px;
}
.rsv-scope .mypage-info-sns .desc {
	padding-top: 3px;
}
.rsv-scope .mypage-info-sns .btn.opt-close {
	position: absolute;
	top: 6px;
	right: 6px;
	display: none;
}
.rsv-scope .mypage-info-sns .btn.opt-close .icon-custom::before {
	color: #707070;
}
.rsv-scope .mypage-info-sns .btn.opt-close .icon-custom::after {
	color: #ECECEC;
	opacity: 1;
}
.rsv-scope .mypage-info-sns.active {
	pointer-events: none;
	padding-right: 30px;
}
.rsv-scope .mypage-info-sns.active .btn.opt-close {
	pointer-events: auto;
	display: block;
}
.rsv-scope .mypage-info-change-box {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #DFDFDF;
	display: none;
}
.rsv-scope .mypage-info-change-box.active {
	display: block;
}
.rsv-scope .btn-basic-wrap.opt-info-save {
	margin:40px -10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rsv-scope .btn-basic-wrap.opt-info-save .btn-basic {
	flex: 1 1 0;
}
.rsv-scope .btn-basic-wrap.opt-info-delete {
	margin:40px -10px 0;
	padding-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #DFDFDF;
}
@media screen and (max-width: 767px) {
.rsv-scope .mypage-info-wrap .input-form {
		padding: 0;
		border: 0;
	}
.rsv-scope .mypage-info-wrap .input-title {
		padding-top:0;
		margin-bottom:5px;
	}
.rsv-scope .mypage-info-wrap .input-title.opt-double-line {
		padding-top: 0;
	}
.rsv-scope .mypage-info-wrap .input-title.opt-double-line br {
		display: none;
	}
.rsv-scope .mypage-info-wrap .input-form .input-text {
		display: block;
	}
.rsv-scope .mypage-info-wrap .input-title, .rsv-scope .mypage-info-wrap .input-form .input-text, .rsv-scope .mypage-info-wrap .input-form .input-text label, .rsv-scope .mypage-info-wrap .input-form .input-text input, .rsv-scope .mypage-info-wrap .input-form .input-text select, .rsv-scope .mypage-info-wrap .input-form .input-text textarea {
		font-size: 1em;
	}
.rsv-scope .mypage-info-wrap .input-text .btn-basic {
		padding:0 15px;
	}
.rsv-scope .mypage-info-wrap .input-group .check-box {
		flex: auto;
	}
.rsv-scope .mypage-info-wrap .input-group .check-text {
		font-size: var(--font-size-15);
	}
.rsv-scope .mypage-info-wrap .input-group .check-input, .rsv-scope .mypage-info-wrap .input-group .check-check {
		top:0;
	}
.rsv-scope .mypage-info-sns .desc {
		font-size: var(--font-size-15);
	}
}