/* CSS Document 
Theme Name: cheongna
Theme URI: 
Description: cheongna theme
Author: PLAN-G
Author URI: http://plang.co.kr/
*/

/*--------------------------------------------------------------------------------*/
/*--------------------------------- FONT STYLES ----------------------------------*/
/*--------------------------------------------------------------------------------*/

/* Paperlogy */
@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
	font-weight: 100;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Paperozi';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
	font-weight: 900;
	font-display: swap;
}

/* Serif */




/*--------------------------------------------------------------------------------*/
/*------------------------------------ Basic -------------------------------------*/
/*--------------------------------------------------------------------------------*/

body, td, form, input, select, textarea {
	font-family: 'Paperozi';
	color: #333;
}

.font-serif {
	font-family: 'georgia', 'Times New Roman', serif;
}

a {
	text-decoration: none;
	color: #333;
}

ul {
	padding-left: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

.mc-only {
	display: none !important;
}

.pc-only {
	display: block !important;
}

span.pc-only {
	display: inline-block !important;
}

.text-center, .text-center th, .text-center td, th.text-center, td.text-center {
	text-align: center;
}

.font-sm, .font-sm th, .font-sm td {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.font-xm, .font-xm th, .font-xm td {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25rem;
}

::placeholder {
	color: #aaa !important;
	font-weight: 300;
	font-size: 1rem;
}

input:focus, button:focus, select:focus, textarea:focus {
	box-shadow: none !important;
}

input:focus {
	border-color: #41B97C !important;
}

.text-primary {
	color: #004833 !important;
}

.text-secondary {
	color: #a5c63b !important;
}

.text-green {
	color: #41B97C !important;
}

.text-orange {
	color: #F47932 !important;
}

.text-gray {
	color: #ddd !important;
}

.text-darkgray {
	color: #999 !important;
}

.text-blue {
	color: #0d6efd !important;
}

.text-lime {
	color: #f0fae4 !important;
}

.bg-primary {
	background-color: #004833 !important;
}

.bg-secondary {
	background-color: #a5c63b !important;
}

.bg-green {
	background-color: #41B97C !important;
}

.bg-darkgreen {
	background-color: #003b2a !important;
}

.bg-lime {
	background-color: #f0fae4 !important;
}

.bg-orange {
	background-color: #F47932 !important;
}

.bg-gray {
	background-color: #ddd !important;
}

.bg-blue {
	background-color: #0d6efd !important;
}

.bg-lime-half {
	background: linear-gradient(to bottom, #f0fae4 50%, #fff 50%) !important;
}

.bg-white-gray {
	background: linear-gradient(to bottom, #fff 50%, #F5F5F5 50%) !important;
}

.border-primary {
	border-color: #004833 !important;
}

.border-secondary {
	border-color: #a5c63b !important;
}

.border-green {
	border-color: #41B97C !important;
}

.border-blue {
	border-color: #0d6efd !important;
}

.filter-white {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.filter-primary {
	filter: brightness(0) saturate(100%) invert(36%) sepia(5%) saturate(251%) hue-rotate(251deg) brightness(97%) contrast(84%);
}

.filter-secondary {
	filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(3102%) hue-rotate(338deg) brightness(96%) contrast(68%);
}

.scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

	.scroll .nav, .scroll ul {
		position: relative;
		min-width: max-content;
		flex-wrap: nowrap;
	}

.scroll {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

	.scroll::-webkit-scrollbar {
		display: none;
		width: 0; /* Remove scrollbar space */
		height: 0;
		background: transparent; /* Optional: just make scrollbar invisible */
		-webkit-appearance: none;
	}

.scroll-width {
	scrollbar-width: thin;
	scrollbar-color: #ddd #f8f9fa;
}

	.scroll-width::-webkit-scrollbar-button {
		display: none;
		height: 0;
		width: 0;
	}

.match-height > [class*=col] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.bg-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-contain {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


/*--------------------------------------------------------------------------------*/
/*------------------------------------ Header ------------------------------------*/
/*--------------------------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	z-index: 999;
}

.home .site-header {
	background: rgba(255, 255, 255, 0);
}

.btn-lang {
	padding: 1rem;
}

#menu-area .mainlogo-mc {
	display: none;
}

	#menu-area .mainlogo-mc img {
		max-height: 100%;
	}

#main-menu a {
	webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.header-bg {
	background: #004833;
	position: relative;
	width: 100%;
	padding: 0 2%;
	height: 80px;
	overflow: hidden;
	webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

	.header-bg:hover {
		background: #004833;
	}

.home .header-bg {
	background: transparent;
}

	.home .header-bg:hover {
		background: #004833;
	}

#menu-area {
	position: relative;
	display: flex;
	height: 80px;
	webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

	#menu-area .mainlogo {
		display: block;
		margin-right: 50px;
		webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

		#menu-area .mainlogo img {
			max-width: 100$;
			height: 70px;
		}

		#menu-area .mainlogo.site-brand img {
			max-width: 150px;
			height: 60px;
		}

	#menu-area li {
		padding: 0px 24px;
		min-width: 140px;
	}

	#menu-area a {
		display: flex;
		line-height: 80px;
		font-size: 1rem;
		color: #fff;
		z-index: 3;
	}

#main-menu {
	position: relative;
	display: flex;
	justify-content: end;
	width: -webkit-fill-available;
}

	#main-menu a:hover {
		color: #a5c63b;
		font-weight: bold;
	}

	#main-menu .current a {
		color: #a5c63b;
		font-weight: bold;
	}

	#main-menu .sub-menu li {
		padding: 0px;
		margin: 0px;
		text-align: left;
		width: 186px;
	}

	#main-menu .sub-menu a {
		border-bottom: none;
		font-size: 0.875rem;
		font-weight: normal;
		line-height: 2rem !important;
		color: #fff;
		padding-bottom: 0;
	}

		#main-menu .sub-menu a:hover, #main-menu .sub-menu a.active {
			color: #a5c63b;
			font-weight: bold;
		}

	#main-menu .menu-item .sub-menu {
		display: none;
		height: 0;
	}

	#main-menu .menu-item:hover .sub-menu {
		display: block;
		height: auto;
		animation: slipdown .5s;
	}

.site-header:hover #main-menu .menu-item .sub-menu {
	display: block;
	height: auto;
	animation: slipdown .5s;
}

.sub-menu {
	position: absolute;
	visibility: hidden;
	min-height: 130px;
}

	.sub-menu li {
		display: block;
		float: none;
		padding: 6px;
		padding-bottom: 0;
	}

	.sub-menu a {
		width: 100%;
	}

#menu-area .login-menu li {
	padding: 0px 12px;
}

#menu-area .login-menu a {
	font-size: 0.875rem;
	font-weight: 300;
}

.login-menu {
	position: relative;
	margin-left: 80px;
	margin-right: 24px;
}

.navi-close {
	position: absolute;
	right: 0;
	z-index: 99;
}

#navi-icon.opened {
	display: block;
	visibility: visible;
	z-index: 9999;
}

	#navi-icon.opened .navi-icon-line:nth-child(3) {
		width: 30px;
		right: 0;
	}

#navi-icon {
	float: right;
	margin: 28px 0;
	position: relative;
	width: 30px;
	height: 23px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.navi-icon-line {
	left: 0;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 991;
}

	.navi-icon-line:first-child {
		top: 0;
	}

	.navi-icon-line:nth-child(2) {
		top: 10px;
		width: 12px;
	}

	.navi-icon-line:nth-child(3) {
		top: 20px;
	}

#navi-icon.opened .navi-icon-line {
	background-color: #FFF;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

	#navi-icon.opened .navi-icon-line:first-child {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	#navi-icon.opened .navi-icon-line:nth-child(2) {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}

	#navi-icon.opened .navi-icon-line:nth-child(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}

.site-header.expand #menu-area {
	height: 300px;
}

.site-header.expand .sub-menu {
	visibility: visible;
}

.site-header.expand .header-bg {
	height: auto;
}

.site-header.expand.cambio_header .header-bg:before {
	webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.expand .header-bg:after {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	content: " ";
	background: #707070;
	width: 100%;
	height: 1px;
	z-index: 9;
}

.cambio_header #gnb-menu .nav-link {
	min-width: 100px;
	padding: 0.125rem 0.25rem;
	font-size: 0.875rem;
}

.cambio_header .btn-lang {
	padding: 0.5rem;
}

.cambio_header .header-bg {
	background: #004833;
	height: 70px;
	box-shadow: 0px 10px 20px 0px rgba(38, 31, 31, 0.1);
}

.cambio_header #menu-area {
	height: 70px;
}

	.cambio_header #menu-area a {
		line-height: 70px;
	}

.cambio_header .mainlogo img {
	max-height: 50px;
}

.cambio_header #navi-icon {
	margin: 20px 0;
}

/*-- fullwidth_menu --*/
#fullwidth_menu {
	position: fixed;
	width: 100%;
	height: 100svh;
	top: 0px;
	left: 0;
	z-index: 990;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000;
	display: none;
	overflow: hidden;
}

	#fullwidth_menu li {
		line-height: 1.5rem;
		webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}

	#fullwidth_menu a {
		display: block;
		padding: 10px 10px;
		color: #fff;
	}

	#fullwidth_menu li.menu-item {
		position: relative;
		float: left;
		display: inline-block;
		width: 14%;
		margin: 80px 0;
		padding-left: 8px;
	}

		#fullwidth_menu li.menu-item h4 {
			font-size: 1.125rem;
			color: #fff;
			font-weight: normal;
			padding-right: 40px;
			height: 50px;
		}

	#fullwidth_menu li.menu-sub-title {
		padding: 0.5rem 0 0.25rem;
		color: #004833;
		margin-top: 1.25rem !important;
	}

	#fullwidth_menu li.menu-item:after {
		position: absolute;
		top: 0;
		right: 30px;
		content: "";
		height: 100%;
		width: 1px;
		background: rgba(255, 255, 255, 0.125);
	}

	#fullwidth_menu li:last-child.menu-item:after {
		display: none;
	}

	#fullwidth_menu a:hover, #fullwidth_menu li a.active {
		color: #fff;
	}

	#fullwidth_menu ul.nav {
		display: flex;
		justify-content: center;
		padding-top: 80px;
		margin: auto;
		width: 90%;
	}

	#fullwidth_menu ul.sub-menu {
		position: relative;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}

		#fullwidth_menu ul.sub-menu li {
			float: none;
			padding-left: 0;
			width: 100%;
			margin: 0;
		}

			#fullwidth_menu ul.sub-menu li:last-child {
				margin-bottom: 2rem;
			}

		#fullwidth_menu ul.sub-menu a {
			font-size: 0.875rem;
			font-weight: normal;
			color: #bbb;
			padding: 0 10px;
			line-height: 2rem;
		}

		#fullwidth_menu ul.sub-menu form {
			padding-left:10px;
		}
			#fullwidth_menu ul.sub-menu a.active, #fullwidth_menu ul.sub-menu a:hover {
				color: #a5c63b;
				border-bottom: none;
			}

	#fullwidth_menu li:hover ul {
		opacity: 1 !important;
		visibility: visible;
	}

	#fullwidth_menu li.current ul {
		opacity: 1 !important;
		visibility: visible;
	}

	#fullwidth_menu .menu-item > a:hover, #fullwidth_menu .menu-item > a.active {
		border-bottom: none !important;
	}

	#fullwidth_menu li.menu-item.last a {
		margin-top: 10px;
		padding: 0 !important;
		width: 100px;
	}

	/*#fullwidth_menu .login-menu {
		display: none;
	}*/



/*--------------------------------------------------------------------------------*/
/*------------------------------------ main area ---------------------------------*/
/*--------------------------------------------------------------------------------*/

.mainslider {
	background-color: #828282;
}

.swiper, .swiper-container {
	overflow: hidden;
}

.swiper-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mainslider, .mainslider .swiper-slide {
	position: relative;
	width: 100%;
	height: 90vh;
	overflow: hidden;
}

	.mainslider .slide-img:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: " ";
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.125));
		z-index: 9;
	}

	.mainslider .swiper-slide .slide-img {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
		overflow: hidden;
	}

	.mainslider .swiper-slide .slide-img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform 3s;
		transition: -webkit-transform 3s;
		transition: transform 3s;
		transition: transform 3s, -webkit-transform 3s;
	}

	.mainslider .swiper-slide.swiper-slide-active .slide-img {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}

.slide-text {
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 991;
	animation: slipup 1s .2s both;
	color: #FFF;
	padding-left: 4%;
}

	.slide-text h1 {
		font-size: 3rem;
		font-weight: bold;
		text-transform: uppercase;
	}

	.slide-text p {
		font-size: 1rem;
	}

.swiper-scrollbar {
	width: 100% !important;
	left: 0 !important;
	height: 3px !important;
	margin-top: 3rem;
}

.swiper-wrapper::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.125);
}

/* video */
.slide-video {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

	.video-container iframe {
		width: 100vw;
		height: 75vw; /* 16:9 56.25 */
		min-height: 100vh;
		min-width: 177.77vh; /* 16:9 비율 유지 (16 / 9 * 100) */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}

	.video-container .background-video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

/* reserve */
.section-reserve {
	position: relative;
}

	.section-reserve .btn-area {
		position: absolute;
		bottom: 180px;
		z-index: 9;
		width: 100%;
		margin: auto;
		text-align: center;
	}

.btn-reserve {
	background-color: #dc3545;
	color: #fff;
	border-radius: 0.5rem !important;
}

	.btn-reserve:hover {
		background-color: #b02a37;
		color: #fff;
	}

.reserve-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
}

.reserve-box {
	display: flex;
	padding: 2rem 0 1rem;
}

.reserve-box-header {
	position: relative;
	width: 200px;
	color: #FFF;
}

.reserve-box-body {
	position: relative;
	width: calc(100% - 200px);
}

	.reserve-box-body .swiper-button-next {
		width: 12px;
		height: 12px;
		background-size: contain;
		filter: brightness(0) invert(1);
		right: -12px;
		top: 28px;
	}

	.reserve-box-body .swiper-button-prev {
		width: 12px;
		height: 12px;
		background-size: contain;
		filter: brightness(0) invert(1);
		left: 28px;
		top: 28px;
	}

.floor {
	position: relative;
	display: flex;
	gap: 20px;
	width: 100%;
	height: 36px;
}

.section-service {
	background-color: #f0fae4;
}

.section-serviceinfo {
	padding-top: 3rem;
	background-color: #f0fae4;
	padding-bottom: 0;
}

.service-wrapper {
	position: relative;
	background-color: #004833;
}

.service-wrapper-lg {
	position: relative;
	background-color: #004833;
}

.service-wrapper:hover .service-img {
	opacity: 0.5;
}

.service-img {
	background-position: center;
	background-size: cover;
}

.service-text {
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
	padding: 1rem;
	text-align: center;
	color: #FFF;
}

	.service-text a {
		color: #FFF;
	}

.service-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	padding: 1rem;
	text-align: center;
	color: #FFF;
}

.service-wrapper-lg .service-text {
	text-align: start;
	padding-left: 8%;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 2rem;
	font-weight: bold;
}

.section-description {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 1.25rem;
}

.section-news {
	position: relative;
	background-color: #f0fae4;
	padding: 3rem 0 5rem;
}

.card-news {
	background: transparent;
	border: 0;
}

	.card-news .card-header {
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}

	.card-news .card-body {
		padding: 0;
	}

	.card-news .news-thumb {
		margin-bottom: 1rem;
	}

		.card-news .news-thumb, .card-news .news-thumb img {
			width: 100%;
		}

.entry-box a:hover {
	color: #000;
}

.icon-quick img {
	width: 40px;
	height: auto;
}

.icon-quick:hover img {
	filter: none;
}

.section-location {
	position: relative;
}

.address-wrapper {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	min-width: 310px;
}

.quickicon-group {
	position: fixed;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	z-index: 99;
}

	.quickicon-group .quickicon-item {
		position: relative;
		margin: 1rem 0;
	}

		.quickicon-group .quickicon-item label {
			position: absolute;
			right: 64px;
			top: 20px;
			display: none;
		}

		.quickicon-group .quickicon-item:hover label {
			display: block;
		}

/*--------------------------------------------------------------------------------*/
/*--------------------------------- Form & Button --------------------------------*/
/*--------------------------------------------------------------------------------*/

.btn {
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #004833;
	border-color: #004833;
}

	.btn-primary:hover {
		color: #fff;
		background-color: #00251b;
		border-color: #00251b;
	}

.btn-outline-primary {
	color: #004833;
	border-color: #004833;
}

	.btn-outline-primary:hover {
		color: #fff;
		background-color: #00251b;
		border-color: #00251b;
	}

.btn-secondary {
	color: #fff;
	background-color: #a5c63b;
	border-color: #a5c63b;
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #92b12e;
		border-color: #92b12e;
	}

.btn-outline-secondary {
	color: #a5c63b;
	border-color: #a5c63b;
}

	.btn-outline-secondary:hover {
		color: #FFF;
		background-color: #a5c63b;
		border-color: #a5c63b;
	}

.btn-green {
	color: #fff;
	background-color: #41B97C;
	border-color: #41B97C;
}

	.btn-green:hover {
		color: #fff;
		background-color: #34a86e;
		border-color: #34a86e;
	}

.btn-outline-green {
	color: #41B97C;
	border-color: #41B97C;
}

	.btn-outline-green:hover {
		color: #34a86e;
		background-color: #e1ecd2;
		border-color: #34a86e;
	}

.btn-lime {
	color: #333;
	background-color: #e1ecd2;
	border-color: #e1ecd2;
}

	.btn-lime:hover {
		color: #333;
		background-color: #d6e2c5;
		border-color: #d6e2c5;
	}

.btn-outline-gray {
	color: #666;
	border-color: #666;
}

	.btn-outline-gray:hover, .btn-outline-gray.active {
		background-color: #fff;
		border-color: #333;
		color: #000;
	}

.btn-dark:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.form-check .form-check-input {
	border-color: #ddd;
	cursor: pointer;
}

.form-check-input:checked {
	background-color: #004833;
	border-color: #004833;
}

.form-check-lg .form-check-input[type=checkbox] {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.form-check-lg .form-check-input[type=radio] {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	cursor: pointer;
}

.form-check-lg .form-check-label, .form-label-lg {
	font-size: 1.25rem;
}

.member-form .form-control {
	border-radius: 0;
	background-color: #F5F5F5;
	border-color: transparent;
}

.member-form .form-control, .member-form .form-select, .member-form .form-check, .member-form .input-group-text, .member-form .form-check-input {
	border-radius: 0;
}

	.member-form .form-control:focus {
		background-color: #FFF;
	}

.member-form .form-label-lg {
	margin: 0.5rem 0;
}

.member-form .input-group-text {
	border-color: transparent;
}

.member-form .btn-lg, .member-form .btn-group-lg > .btn, .member-form .form-select-lg {
	font-size: 1rem;
	min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
	padding: 0.625rem 1rem;
}

.btn-xl, .member-form .btn-group-xl > .btn, .member-form .form-select-xl {
	font-size: 1.25rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}



/*--------------------------------------------------------------------------------*/
/*------------------------------------ Member ------------------------------------*/
/*--------------------------------------------------------------------------------*/

/* login */
.section-login {
	background: linear-gradient(to right, #eae2cf, #f0fae4, #eae7cf);
	padding-bottom: 12rem;
}

.login-form {
	margin: auto;
	max-width: 430px;
}

	.login-form ul li {
		padding-left: 10px;
	}

/* mypage */
.card-charge {
	display: flex;
	flex-direction: row;
	border-radius: 1rem;
	overflow: hidden;
	background-color: transparent;
	border-color: transparent;
	max-width: 960px;
	margin: auto;
}

	.card-charge .card-header {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		color: #004833;
		border-radius: 1rem;
		padding: 1.5rem 2rem;
		min-width: 16%;
	}

	.card-charge .card-body {
		background-color: #41B97C;
		border-radius: 1rem 0 0 1rem;
		padding: 1.5rem 2rem;
	}

	.card-charge .card-footer {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #41B97C;
		border-color: transparent;
		border-radius: 0 1rem 1rem 0;
		padding: 1.5rem 2rem;
		min-width: 16%;
	}

	.card-charge:hover .card-header {
		background-color: #258b58;
		color: #fff;
	}

	.card-charge:hover .card-body, .card-charge:hover .card-footer {
		background-color: #34a86e;
	}

.datepicker table tr td, .datepicker table tr th {
	font-size: 0.75rem;
}

/*--------------------------------------------------------------------------------*/
/*------------------------------------ content -----------------------------------*/
/*--------------------------------------------------------------------------------*/

.container-xm {
	max-width: 960px;
}

.content-area {
	position: relative;
	padding-top: 80px;
	overflow: hidden;
}

.content-header {
	position: relative;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background-color: #F5F5F5;
}

.content-body {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 6rem;
}

.section-padding {
	padding: 5rem 0 7rem;
}

.section-padding-sm {
	padding: 2rem 0 3rem;
}

.icon-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0fae4;
	margin: 2rem auto;
}

.icon-title-lg {
	width: 140px;
	height: 140px;
}

.entry-box {
	position: relative;
	padding: 1.5rem 1rem;
	border: 1px solid #ddd;
	border-radius: 0.5rem;
}

.entry-box-lg {
	padding: 2rem;
}

.entry-box.active {
	border-color: #41B97C;
	background-color: #F8FFF0;
}

	.entry-box.active label {
		font-weight: 600;
	}

.hover-green:hover {
	border-color: #41B97C;
	background-color: #F8FFF0;
}

	.hover-green:hover label {
		font-weight: 600;
	}

.hover-shadow:hover {
	border-color: #CECEBB;
	box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.125);
}

.card-primary {
	background-color: #004833;
	border-color: transparent;
	padding: 1rem;
	margin-bottom: 1rem;
}

	.card-primary .card-header {
		background-color: transparent;
		border-color: transparent;
		color: #fff;
	}

	.card-primary .card-body {
		padding-bottom: 0;
		color: #fff;
	}

.card-secondary {
	background-color: #a5c63b;
	border-color: transparent;
	padding: 1rem;
	margin-bottom: 1rem;
}

	.card-secondary .card-header {
		background-color: transparent;
		border-color: transparent;
	}

	.card-secondary .card-body {
		padding-bottom: 0;
	}

/* page Top */
.hero-wrapper {
	position: relative;
	width: 100%;
	height: calc(100vh - 160px);
	overflow: hidden;
}

	.hero-wrapper .slide-img {
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
	}

		.hero-wrapper .slide-img:after {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			content: " ";
			width: 100%;
			height: 100%;
			background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));
			z-index: 9;
		}

.page-title {
	font-size: 3rem;
	margin-bottom: 0;
	padding-bottom: 1rem;
	font-weight: bold;
	color: #004833;
	text-transform: uppercase;
}

.page-description {
	margin-bottom: 0;
	font-size: 1.25rem;
}

.content-title {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.sub-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.content-description {
	margin-bottom: 0;
}

.fullwidth-wrapper {
	position: relative;
	width: 100%;
	height: calc(100vh - 160px);
	overflow: hidden;
}

	.fullwidth-wrapper .fullwidth-img {
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
	}

	.fullwidth-wrapper .fullwidth-text {
		position: absolute;
		width: 100%;
		display: block;
		text-align: center;
		top: 25vh;
		z-index: 991;
		color: #FFF;
		padding: 1rem;
	}

/* breadcrumb */
.breadcrumb-wrapper {
	display: flex;
	justify-content: center;
	padding-bottom: 1rem;
}

.breadcrumb li {
	position: relative;
	padding-right: 1.75rem;
}

	.breadcrumb li:first-child {
		padding-right: 0.75rem;
	}

	.breadcrumb li:nth-child(2)::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		pointer-events: none;
	}

	.breadcrumb li:nth-child(2)::after {
		width: 28px;
		height: 28px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(0, 0, 0, 0.5)' stroke-width='3' viewBox='0 0 16 16'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/></svg>");
	}

.blockquote {
	margin-bottom: 3rem;
}

	.blockquote p {
		font-size: 2rem;
	}

/* ul */
.page-ul {
	list-style: none;
}

	.page-ul li {
		position: relative;
		padding-left: 20px;
		font-size: 1rem;
		line-height: 1.68rem;
	}

		.page-ul li:before {
			position: absolute;
			top: 9px;
			left: 0px;
			display: inline-block;
			content: "";
			width: 18px;
			height: 18px;
			background-position: center;
			background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle fill='rgba(180, 151, 89, 1)' cx='12' cy='5' r='2'></circle></svg>");
		}

.ul-legend {
	display: flex;
	justify-content: center;
}

	.ul-legend li {
		margin-right: 1rem;
		font-size: 0.875rem;
	}

.ul-roundstep {
	position: relative;
	display: flex;
	justify-content: space-around;
	gap: 60px;
}

	.ul-roundstep li {
		position: relative;
		flex: 1;
		text-align: center;
	}

		.ul-roundstep li .round-step {
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			min-height: 130px;
			padding: 2rem 0.5rem;
			margin-bottom: 1rem;
			border-radius: 6rem;
			border: 1px solid #004833;
			color: #004833;
			background-color: #fff;
		}

			.ul-roundstep li .round-step::after {
				position: absolute;
				top: calc(50% - 24px);
				right: -55px;
				content: "";
				width: 48px;
				height: 48px;
				background: url("../images/arrow.svg") no-repeat center;
				z-index: 1;
			}

		.ul-roundstep li:last-child .round-step::after {
			display: none;
		}

/* faq */
.faq-wrapper {
	border-top: 2px solid #004833;
	margin-bottom: 4rem;
}

.details-faq {
	border-bottom: 1px solid #ddd;
}

	.details-faq summary {
		list-style: none;
		padding: 1.5rem;
		display: flex;
	}

details.details-faq[open] summary {
	color: #004833;
	font-weight: 600;
}

.details-faq summary::before {
	content: "Q";
	margin-right: 1rem;
	color: #004833;
	font-weight: bold;
}

.details-faq .details-content {
	padding: 1.5rem 3rem;
	background-color: #F8F8F8;
	border-top: 1px solid #ddd;
}


/*--------------------------------------------------------------------------------*/
/*------------------------------ Reserve & Calendar ------------------------------*/
/*--------------------------------------------------------------------------------*/

.text-ready {
	color: #fff;
}

.text-inuse {
	color: #149252;
}

.text-under30 {
	color: #b49900;
}

.text-under10 {
	color: #d5b70b;
}

.text-out {
	color: #666;
}

.bg-ready, .bg-ready:hover {
	background-color: #fff !important;
	color: #149252 !important;
}

.bg-inuse, .bg-inuse:hover {
	background-color: #149252 !important;
	color: #fff !important;
}

.bg-under30, .bg-under30:hover {
	background-color: #b49900 !important;
	color: #fff !important;
}

.bg-under10, .bg-under10:hover {
	background-color: #d5b70b !important;
	color: #fff !important;
}

.bg-out, .bg-out:hover {
	background-color: #666 !important;
	color: #999 !important;
	border-color: transparent !important;
	cursor: not-allowed;
}

.card-hittingbay {
	border-radius: 1.5rem;
	text-align: center;
	overflow: hidden;
	border: 3px solid transparent;
}

	.card-hittingbay:hover, .card-hittingbay.active {
		border-color: #fff;
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
	}

	.card-hittingbay .card-header {
		background-color: transparent;
		border: 0;
		font-size: 1.5rem;
		font-weight: 600;
		padding-bottom: 0;
	}

	.card-hittingbay .card-body {
		background-color: transparent;
		font-size: 1.25rem;
		font-weight: 600;
	}

	.card-hittingbay .card-footer {
		background-color: transparent;
		border: 0;
		font-size: 0.875rem;
		padding-bottom: 1rem;
		min-height: 45px;
	}

	.card-hittingbay.bg-ready:hover, .card-hittingbay.bg-ready.active {
		border-color: #40FFA2;
	}

	.card-hittingbay.bg-out {
		opacity: 0.75;
	}

	.card-hittingbay.active::after {
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		content: "";
		width: 2rem;
		height: 2rem;
		background-color: #f00;
		border-radius: 50%;
		background-position: center;
		background-size: contain;
	}

	.card-hittingbay.active::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='26 12 15 23 10 18'/%3E%3C/svg%3E");
	}

.btn-sidearray {
	background-color: #005F38;
	color: #6ab38e;
	border-radius: 0.5rem;
	border: 0;
}

	.btn-sidearray.active {
		background-color: #41B97C;
		color: #fff;
	}

.btn-sidearray-top, .btn-sidearray-bottom {
	background-color: #005F38;
	color: #6ab38e;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 0;
	text-align: center;
}

	.btn-sidearray-top:hover, .btn-sidearray-bottom:hover, .btn-sidearray-top.active, .btn-sidearray-bottom.active {
		background-color: #41B97C;
		color: #fff;
		border: 0;
		font-weight: 600;
	}

	.btn-sidearray-bottom::before {
		position: absolute;
		top: -20px;
		left: 30px;
		content: "";
		width: 40px;
		height: 26px;
		background: url(../images/sidearray.svg) no-repeat center;
		z-index: -1;
	}

.reservebar-wrapper {
	position: relative;
}

.btn-reservebar {
	width: 100%;
	padding: 2rem;
	border-radius: 6rem;
	background-color: #41B97C;
}

	.btn-reservebar:hover {
		background-color: #34a86e;
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
	}

.badge-reservebar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 1.75rem;
	text-align: center;
	background-color: #f00;
	color: #fff;
}

.floor-wrapper {
	position: relative;
	width: 100%;
	min-width: 1200px;
	min-height: 220px;
	padding: 0.125rem;
	background: url(../images/floorline.svg) no-repeat top center;
	background-size: contain;
}

.btn-hittingbay {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid transparent;
	font-weight: 600;
}

	.btn-hittingbay:hover, .btn-hittingbay.active {
		border: 1px solid #fff;
		box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
	}

		.btn-hittingbay.active::after {
			position: absolute;
			top: -3px;
			right: -3px;
			content: "";
			width: 1.125rem;
			height: 1.125rem;
			background-color: #f00;
			border-radius: 50%;
			background-position: center;
			background-size: contain;
		}

		.btn-hittingbay.active::after {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='26 12 15 23 10 18'/%3E%3C/svg%3E");
		}

	.btn-hittingbay.bg-ready:hover, .btn-hittingbay.bg-ready.active {
		border-color: #40FFA2;
	}

.btn-hittingbay-sm {
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 0.75rem;
	padding: 0;
}

.aftertail {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0px 15px;
	border-color: #fff transparent transparent transparent;
}

/*--------------------------------------------------------------------------------*/
/*------------------------------------ table -------------------------------------*/
/*--------------------------------------------------------------------------------*/

.table.text-start th, .table.text-start td {
	text-align: start;
}

/* table board */
.table-board table {
	background: none;
	border-top: 1px solid #004833;
}

.table-board tr td, .table-board th {
	border: none;
	border-bottom: 1px solid #f0fae4;
	padding: 20px 30px;
}

.table-board tr td, .table-board th {
	border-left: none;
	border-bottom: 1px solid #f0fae4;
	border-right: none;
	padding: 16px 30px;
}

.table-board th {
	background: #f0fae4;
	font-weight: normal;
}

.table-board tr:hover {
	background: #F8F8F8;
}

.table-board tr td:first-child {
	width: 100px;
}

.table-board tr td a:hover {
	color: #004833;
	border-bottom: 1px solid #004833;
}

.table-board tr:last-child td {
	border-bottom: 1px solid #a5c63b;
}

.table-boardview table {
	background: none;
	border-top: 1px solid #004833;
}

.table-boardview tr td, .table-boardview tr th {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 20px 10px;
	font-weight: normal;
}

	.table-boardview tr td:first-child {
		width: 120px;
	}

	.table-boardview tr th:first-child {
		text-align: left;
		padding-left: 70px;
	}

	.table-boardview tr td:nth-child(2) {
		text-align: left;
	}

	.table-boardview tr td:last-child, .table-boardview tr th:last-child {
		width: 120px;
	}

.table-boardview tr:last-child td {
	border-bottom: 1px solid #ddd;
}

.table-boardview tr td a:hover {
	color: #004833;
	border-bottom: 1px solid #004833;
}

.table-boardview-meta:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.table-boardview-meta li {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
}

	.table-boardview-meta li:first-child {
		padding-left: 0;
	}

	.table-boardview-meta li:after {
		position: absolute;
		content: " | ";
		right: 0;
		color: #ddd;
	}

	.table-boardview-meta li:last-child:after {
		display: none;
	}

	.table-boardview-meta li span {
		color: #535B5D;
		margin-right: 0.5rem;
	}

.boardview-title {
	font-size: 1.2rem;
}

.viewbox {
	min-height: 300px;
	padding-bottom: 75px !important;
}

.boardview-join tr th:first-child {
	padding-left: 46px;
}

.boardview-join .viewbox {
	padding-left: 46px;
}

.btn-prev, .btn-next {
	padding: 0;
	width: 60px;
	height: 24px;
	color: #747E81;
	font-size: 1rem;
}

.btn-download {
	padding: 0;
	width: 60px;
	height: 24px;
	color: #004833;
	font-size: 1rem;
}

.board-comment {
	margin-bottom: 10px;
	padding: 0.75rem 1.5rem;
	background-color: #F8F8F8;
	font-size: 0.938rem;
}

	.board-comment ul.list li {
		float: left;
		padding-left: 0;
		padding-right: 20px;
		padding-bottom: 0;
	}

.board-comment-inner {
	padding: 0.75rem 0;
}

.board-comment-footer {
	background-color: #FFF;
	padding: 0rem;
	box-shadow: 0 0 0 1px #004833 inset;
}

	.board-comment-footer textarea {
		margin-left: 1.5rem;
		padding: 0;
		width: calc(100% - 3rem);
	}

	.board-comment-footer ul.list {
		padding-left: 1.5rem;
		border-top: 1px solid #ddd;
	}

		.board-comment-footer ul.list li {
			float: left;
			padding-left: 0;
			padding-right: 20px;
			padding-bottom: 0;
		}

.btn-comment {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
}

.board-comment-btn {
	margin: 1rem 0;
}

.table-lg tr td, .table-lg th {
	padding: 1rem !important;
}

.table-sm tr td, .table-sm th {
	padding: 0.25rem !important;
	font-size: 0.75rem;
}

.table-primary {
	border-top: 2px solid #41B97C;
}

	.table-primary tr td, .table-primary th {
		padding: 1rem 1.5rem;
		vertical-align: middle;
	}

	.table-primary tr th {
		background-color: #F8F8F8;
		color: #333;
		text-align: center;
		border-color: #ccc;
		font-weight: 500;
	}

	.table-primary tr td {
		background-color: #FFF;
		color: #333;
		text-align: center;
		border-color: #ccc;
	}

	.table-primary > :not(caption) > * > * {
		border-width: 1px;
	}

	.table-primary th:first-child, .table-primary td:first-child {
		border-left: 0;
	}

	.table-primary th:last-child, .table-primary td:last-child {
		border-right: 0;
	}

	.table-secondary tr td, .table-primary th {
		padding: 1rem;
		vertical-align: middle;
	}

.table-secondary tr th {
	background-color: #e6e6d5;
	color: #004833;
	text-align: center;
	border-color: #a5c63b;
}

.table-secondary tr td {
	background-color: #FFF;
	color: #666666;
	text-align: center;
	border-color: #a5c63b;
}

.table-secondary > :not(caption) > * > * {
	border-width: 1px;
}

.table-secondary th:first-child, .table-secondary td:first-child {
	border-left: 0;
}

.table-secondary th:last-child, .table-secondary td:last-child {
	border-right: 0;
}

.table-green th {
	padding: 1.25rem;
	vertical-align: middle;
}

.table-green tr td {
	padding: 1.5rem 1rem;
	vertical-align: middle;
}

.table-green tr th {
	background-color: #41B97C;
	color: #fff;
	text-align: center;
	border-color: transparent;
	border-left: 0;
	border-right: 0;
}

	.table-green tr th:first-child {
		border-radius: 3rem 0 0 3rem;
	}

	.table-green tr th:last-child {
		border-radius: 0 3rem 3rem 0;
	}

.table-green tr td {
	background-color: transparent;
	color: #fff;
	text-align: center;
	border-color: #41B97C;
	border-left: 0;
	border-right: 0;
}

.table-green > :not(caption) > * > * {
	border-width: 1px;
}


/*--------------------------------------------------------------------------------*/
/*------------------------------------ Navi --------------------------------------*/
/*--------------------------------------------------------------------------------*/

.nav-pagetab {
	margin-bottom: 2rem;
}

	.nav-pagetab .nav-item:not(:last-child) {
		border-right: 1px solid #fff;
	}

	.nav-pagetab .nav-link {
		text-align: center;
		color: #333;
		background-color: #a5c63b;
		padding: 1rem 0;
	}

		.nav-pagetab .nav-link:hover {
			color: #000;
		}

		.nav-pagetab .nav-link.active {
			color: #fff;
			background-color: #004833;
		}

.section-tabmenu {
	position: relative;
}

.nav-subtab {
	padding: 0;
}

	.nav-subtab .nav-link {
		text-align: center;
		color: #7F7F7F;
		border-color: transparent;
		padding: 1rem 2rem;
		border-bottom: 1px solid transparent;
		border-radius: 0.25rem 0.25rem 0 0;
	}

		.nav-subtab .nav-link:hover {
			color: #000;
		}

		.nav-subtab .nav-link.active {
			color: #000;
			border-bottom: 1px solid #004833;
			font-weight: bold;
		}

.nav-subtab-lg {
	padding: 0;
}

	.nav-subtab-lg .nav-link {
		position: relative;
		font-size: 1.5rem;
		padding: 1.5rem 2rem;
	}

		.nav-subtab-lg .nav-link.active::after {
			position: absolute;
			left: 0;
			bottom: 0;
			content: "";
			width: 100%;
			border-bottom: 2px solid #004833;
		}

.nav-contenttab {
	margin: 1rem 0;
}

	.nav-contenttab .nav-link {
		text-align: center;
		color: #333;
		background-color: #FFF;
		border: 1px solid #a5c63b;
		padding: 0.25rem 0.75rem;
		border-radius: 0.25rem 0.25rem 0 0;
	}

		.nav-contenttab .nav-link:hover {
			color: #000;
		}

		.nav-contenttab .nav-link.active {
			color: #fff;
			background-color: #004833;
			border-color: #004833;
		}

.nav-pointtab {
	margin: 0 0 1rem;
}

	.nav-pointtab .nav-item {
		position: relative;
	}

	.nav-pointtab .nav-link {
		position: relative;
		text-align: center;
		color: #fff;
		padding: 2rem 3rem 0;
		font-size: 1.75rem;
	}

		.nav-pointtab .nav-link:hover {
			color: #40FFA2;
		}

		.nav-pointtab .nav-link.active {
			color: #40FFA2;
			font-weight: bold;
		}

			.nav-pointtab .nav-link.active::before {
				position: absolute;
				top: 7px;
				left: 50%;
				transform: translate(-50%, -50%);
				content: "";
				width: 14px;
				height: 14px;
				border-radius: 50%;
				background-color: #40FFA2;
			}

.nav-roundtab {
	margin: 1rem 0;
}

	.nav-roundtab .nav-link {
		text-align: center;
		color: #004833;
		background-color: #FFF;
		border: 1px solid #004833;
		padding: 0.5rem 2rem;
		border-radius: 5rem;
	}

		.nav-roundtab .nav-link:hover {
			color: #000;
		}

		.nav-roundtab .nav-link.active {
			color: #fff;
			background-color: #004833;
			border-color: #004833;
		}

.pagination {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.page-link {
	font-size: 1.125rem;
	border: 0;
	padding: 0.375rem 0.75rem;
	color: #666;
}

	.page-link:hover, .page-item.active .page-link {
		background: none;
		color: #000;
		font-weight: 500;
	}

	.page-link:first-child:hover, .page-link:last-child:hover {
		border-bottom: none;
	}

.page-prev img, .page-next img {
	filter: grayscale(100%);
}

.page-prev:hover img, .page-next:hover img {
	filter: grayscale(0%);
}

/*--------------------------------------------------------------------------------*/
/*------------------------------------ Popup -------------------------------------*/
/*--------------------------------------------------------------------------------*/

.modal-title {
	color: #333;
}

.modal-buttonn-area {
	display: flex;
	width: 100%;
	margin: 0;
	border-radius: 0 0 0.3rem 0.3rem;
	overflow: hidden;
	padding-top: 1rem;
}

	.modal-buttonn-area .btn {
		border-radius: 0;
		padding: 0.75rem 1rem;
	}

.modal-content {
	border-radius: 0.5rem;
}



/*--------------------------------------------------------------------------------*/
/*------------------------------------ footer ------------------------------------*/
/*--------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	padding: 2%;
	background: #004833;
	color: #c8c8c8;
	font-size: 0.875rem;
}

	#footer ul {
		display: flex;
		margin-bottom: 15px;
	}

		#footer ul li {
			padding-right: 12px;
		}

	#footer a {
		color: #C8C8C8;
	}

		#footer a:hover {
			color: #FFF;
		}

.footer-menu ul li:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 14px;
	background: #999;
	margin-left: 12px;
}

.footer-menu ul li:last-child:after {
	display: none;
}

.footer-description {
	font-weight: 300;
	margin-bottom: 10px;
}

	.footer-description a:hover {
		color: #FFF;
	}

.footer-sns ul {
	display: flex;
	justify-content: end;
	margin: 1rem 0;
}

.footer-sns li {
	width: 34px;
	height: 34px;
	background-color: #C8C8C8;
	border-radius: 50%;
	margin: 0.25rem;
}

	.footer-sns li:hover {
		background-color: #FFF;
	}

.footer-sns a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0.25rem;
}

.footer-sns img {
	max-width: 24px;
}

.footer-description span {
	padding-left: 2px;
	padding-right: 2px;
}

.footer-copyright {
	margin: 1rem 0;
	font-size: 0.75rem;
}


/*--------------------------------------------------------------------------------*/
/*----------------------------------- response -----------------------------------*/
/*--------------------------------------------------------------------------------*/

@media only screen and (max-width: 1600px) {
	.mainlogo img {
		height: 50px;
	}

	#main-menu {
		margin-left: 4%;
		margin-right: 0;
	}

	#menu-area li {
		padding: 0 18px;
		min-width: 110px;
	}

	#menu-area a {
		font-size: 0.875rem;
	}

	#menu-area .login-menu a {
		font-size: 0.75rem;
	}
}

@media only screen and (max-width: 1280px) {
	#menu-area li {
		padding: 0 12px;
		min-width: 100px;
	}

	#menu-area .mainlogo {
		display: none;
	}

	#menu-area .mainlogo-mc {
		display: block;
		line-height: 45px !important;
	}

	.login-menu {
		margin-left: 60px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

@media only screen and ( max-width: 1024px ) {
	.mc-only {
		display: block !important;
	}

	span.mc-only {
		display: inline-block !important;
	}

	.pc-only, span.pc-only {
		display: none !important;
	}

	.cambio_header .gnblogo img, .gnblogo img {
		max-height: 24px;
	}

	.gnblogo-pc {
		display: none;
	}

	.gnblogo-mc {
		display: block;
	}

	.cambio_header #gnb-menu .menu-item, #gnb-menu .menu-item {
		margin-right: 0;
	}

	.cambio_header #gnb-menu .nav-link, #gnb-menu .nav-link {
		min-width: auto;
		padding: 0.25rem 0.75rem;
		font-size: 0.75rem;
	}

	.cambio_header .btn-lang, .btn-lang {
		padding: 0;
		width: 24px;
	}

	.cambio_header .header-bg, .cambio_header #menu-area, .header-bg, #menu-area {
		height: 50px;
	}

	.cambio_header #navi-icon, #navi-icon {
		margin: 12px 0;
	}

	#menu-area {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.header-bg.opened #menu-area {
		overflow-x: hidden;
	}

	.cambio_header #menu-area a, #menu-area a {
		line-height: 50px;
	}

	#menu-area li {
		padding: 0 10px;
		min-width: 90px;
	}

	#main-menu .sub-menu a {
		font-size: 0.75rem;
	}

	#main-menu {
		margin-left: 6%;
		margin-right: 0;
	}

		#main-menu .nav {
			flex-wrap: nowrap;
			min-width: max-content;
			display: none;
		}

	#menu-area .login-menu {
		margin-left: 1rem;
	}

		#menu-area .login-menu li {
			padding: 0px 6px;
		}

		#menu-area .login-menu a {
			font-size: 0.75rem;
		}

	#fullwidth_menu {
		height: 100%;
		overflow-y: auto;
	}

		#fullwidth_menu ul.nav {
			padding-top: 60px;
		}

		#fullwidth_menu li.menu-item {
			width: 50% !important;
			margin: 0;
		}

			#fullwidth_menu li.menu-item:after {
				display: none;
			}

			#fullwidth_menu li.menu-item h4 {
				height: 30px;
			}

		#fullwidth_menu ul.sub-menu, #fullwidth_menu li.current ul.sub-menu {
			display: block;
			min-height: auto;
		}

			#fullwidth_menu ul.sub-menu li {
				width: auto;
				margin-right: 1rem;
			}

		#fullwidth_menu .login-menu {
			display: flex;
			justify-content: space-between;
			width: 90%;
			margin: auto;
			gap: 2px;
		}

			#fullwidth_menu .login-menu li {
				background-color: rgba(255, 255, 255, 0.12);
				flex-grow: 1;
				padding: 0.5rem 0 0;
			}

			#fullwidth_menu .login-menu a {
				font-size: 1rem;
				line-height: 2;
			}

	.navi-icon-line {
		width: 20px;
		height: 2px;
	}

		.navi-icon-line:first-child {
			top: 4px;
		}

		.navi-icon-line:nth-child(2) {
			top: 10px;
			width: 12px;
		}

		.navi-icon-line:nth-child(3) {
			top: 16px;
		}

	#navi-icon.opened .navi-icon-line:first-child {
		top: 0;
	}

	#navi-icon.opened .navi-icon-line:nth-child(3) {
		width: 20px;
		top: 20px;
	}

	.quickicon-group {
		display: none;
		right: 6px;
	}

	.home .quickicon-group {
		display: block;
	}

	/* form & button */
	.form-check-lg .form-check-label, .form-label-lg {
		font-size: 1rem;
	}

	.member-form .btn-lg, .member-form .btn-group-lg > .btn, .member-form .form-select-lg {
		padding: 0.5rem 1rem;
	}

	.member-form .form-control-lg {
		font-size: 1rem;
	}

	.form-check-lg .form-check-input[type=checkbox] {
		width: 1rem;
		height: 1rem;
	}

	.form-check-lg .form-check-input[type=radio] {
		width: 1rem;
		height: 1rem;
	}

	/* main */
	.slide-text h1 {
		font-size: 2rem;
	}

	.slide-text p {
		font-size: 1.5rem;
	}

	.section-title {
		font-size: 2rem;
	}

	.section-description {
		font-size: 1rem;
	}

	.icon-quick img {
		width: 24px;
	}

	.mainslider, .mainslider .swiper-slide {
		height: 78vh;
	}

	.section-reserve .btn-area {
		bottom: 160px;
	}

	/* member */
	.card-charge {
		flex-direction: column;
	}

		.card-charge .card-header {
			padding: 1rem 2rem;
		}

		.card-charge .card-body {
			padding: 1rem 2rem;
			border-radius: 1rem 1rem 0 0;
		}

		.card-charge .card-footer {
			padding: 1rem 2rem;
			border-radius: 0 0 1rem 1rem;
		}

	/* content */
	.section-padding {
		padding: 2.5rem 0;
	}

	.section-padding-sm {
		padding: 1.5rem 0;
	}

	.content-area {
		padding-top: 50px;
	}

	.content-header {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.content-body {
		padding-top: 2.5rem;
		padding-bottom: 5rem;
	}

	.page-title {
		font-size: 2rem;
	}

	.content-title {
		font-size: 1.5rem;
	}

	.sub-title {
		font-size: 1.25rem;
	}

		.sub-title span img {
			max-height: 24px;
		}

	.entry-box {
		padding: 1.5rem 1rem;
	}

	.entry-box-lg {
		padding: 3rem 2rem;
	}

	.nav-contenttab {
		margin-bottom: 1rem;
	}

		.nav-contenttab .nav-link {
			font-size: 1rem;
			padding: 0.5rem 1rem;
		}

	.table-boardview-meta li {
		display: flex;
		padding: 0;
		float: none;
	}

		.table-boardview-meta li span {
			display: block;
		}

		.table-boardview-meta li:after {
			display: none;
		}

	.table-board tr td, .table-board th {
		padding: 6px 4px;
		font-size: 0.75rem;
	}

		.table-board tr td:first-child {
			width: 50px;
		}

	.table-board tr .count {
		display: none;
	}

	.icon-title-lg {
		width: 100px;
		height: 100px;
	}

	.ul-roundstep {
		display: block;
	}

		.ul-roundstep li .round-step::after {
			top: auto;
			right: auto;
			bottom: -16px;
			width: 24px;
			height: 24px;
			transform: rotate(90deg);
			background-color: #fff;
		}

	/* table */
	.table-primary tr td, .table-primary th {
		padding: 0.5rem 0.75rem;
	}

	/* page Top & navi */
	.breadcrumb-wrapper {
		display: none;
	}

	.blockquote {
		margin-bottom: 2rem;
	}

		.blockquote p {
			font-size: 1.5rem;
		}

	.nav-subtab-lg .nav-link {
		font-size: 1.125rem;
		padding: 0.75rem 1rem;
	}

	.nav-pointtab .nav-link {
		padding: 1.25rem 1.125rem 0.75rem;
	}

		.nav-pointtab .nav-link.active::before {
			width: 8px;
			height: 8px;
		}

	/* reserve */
	.card-hittingbay .card-header {
		padding: 0.25rem 0.25rem 0;
	}

	.card-hittingbay .card-body {
		padding: 0.25rem;
	}

	.card-hittingbay .card-footer {
		padding-bottom: 0.25rem;
		min-height: 33px;
	}

	.quickicon {
		top: auto;
		bottom: 0;
	}

		.quickicon img {
			max-height: 240px;
		}

	/* footer */
	#footer {
		padding: 3rem 2%;
	}

	.footer-sns ul {
		justify-content: start;
	}
}

@media (min-width: 961px) and (max-width: 1024px) {
}

@media only screen and ( max-width: 960px ) {
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
}

@media only screen and ( max-width: 767px ) {
	html {
		font-size: 14px;
	}

	#menu-area li {
		min-width: 80px;
	}
}


@media only screen and ( max-width: 479px ) {
}
