@charset 'utf-8';

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

/* Main Style */

body {
	font-family: 'Noto Sans KR', sans-serif;
	color: #ecf0f1;
}

body,
html {
	-webkit-font-smoothing: antialiased;
	background: rgb(2, 85, 78);
	overflow: hidden;
}

h1 {
	font-size: 2.5rem;
	font-weight: 300;
}

h2 {
	font-size: 1.5rem;
	font-weight: 300;
}

h3 {
	font-size: 1.2rem;
	font-weight: 400;
}

ul {
	list-style-type: none;
}

ul.dot li {
	position: relative;
	padding: 0.1rem 0.5rem;
	font-size: 0.875rem;
	font-weight: 300;
}

ul.dot li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	margin-top: -1px;
	background-color: #fff;
	width: 2px;
	height: 2px;
}

.smallfont {
	font-size: 0.8125rem;
	padding-left: 0.625rem;
}

/* To Navigation Style */

.nav-top {
	background: #fff;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: saturate(180%) blur(4px);
	-webkit-backdrop-filter: saturate(180%) blur(4px);
	text-transform: uppercase;
	width: 100%;
	font-size: 1rem;
	line-height: 3.6;
	/* height: 50px; */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1040;
}

.nav-top a {
	/* padding: 0.41rem 1rem; */
	letter-spacing: 0.1rem;
	color: #444;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.nav-top a:hover {
	text-decoration: underline;
}

.nav-top .phone {
	/* background: url(../images/phone.svg) no-repeat left center;
  background-size: 20px 28px; */
	padding: 6px 15px 6px 15px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
}

.nav-top a.location {
	background: url(../images/location.svg) no-repeat left center;
	background-size: 20px 20px;
	padding: 6px 15px 6px 25px;
}

.nav-top a.room {
	padding: 6px 15px 6px 25px;
}

/* style */

/* Custom Stylesheet */

.preload {
	position: absolute;
	top: -99999px;
	left: -99999px;
	overflow: hidden;
	width: 0;
	height: 0;
	background-image: url(../images/home02@2x.jpg);
	background-image: url(../images/valley20200815_1.jpg);
	background-image: url(../images/home03@2x.jpg);
	background-image: url(../images/home04@2x.jpg);
	background-image: url(../images/KakaoMap_20200812_165521.jpg);
	background: url(../images/oki-logo.svg) no-repeat center/160px 92px;
	background: url(../images/oki-logo_green.svg) no-repeat center/160px 92px;
}

.main p {
	color: #ecf0f1;
	font-size: 1rem;
	font-weight: 300;
}

.nav-top a {
	color: #ff0;
	text-decoration: underline;
}

/* ALL DremO */

h1 {
	color: #ecf0f1;
}

.header h1.logo {
	background: url(../images/oki-logo.svg) no-repeat center/ 160px 92px;
	width: 160px;
	height: 92px;
	cursor: pointer;
}

.nav-top {
	position: absolute;
}

.header {
	position: absolute;
	text-align: left;
	top: 5.625rem;
	left: calc(5% + 3.125rem);
	z-index: 999999999;
}

.main section.page1 {
	background: url(../images/home02@2x.jpg) center no-repeat #1a4040;
	background-size: cover;
}

.main section.page2 {
	/* background: url(../images/home01@2x.jpg) center no-repeat #555; */
	background: url(../images/valley20200815_1.jpg) center no-repeat #1a4040;
	background-size: cover;
}

.main section.page3 {
	background: url(../images/home03@2x.jpg) center no-repeat #1a4040;
	background-size: cover;
}

.main section.page4 {
	background: url(../images/home04@2x.jpg) center no-repeat #1a4040;
	background-size: cover;
}

.main section.page5 {
	background: url(../images/KakaoMap_20200812_165521.jpg) center no-repeat #1a4040;
	background-size: cover;
}

.main section.page6 {
	background: url(../images/page6.gif) center no-repeat #977e58;
	background-size: cover;
}

.main section.page5::before {
	background-color: rgba(13, 71, 47, 0.85);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	content: '';
}

.main section.page1 .page_container {
	position: absolute;
	right: 10%;
	top: 30%;
	padding: 3.125rem;
	text-align: right;
}

.main section.page1 .page_container h2 {
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 20px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.main section.page1 .page_container p {
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

/*  */

.main section.page2 .page_container {
	position: absolute;
	left: 10%;
	top: 20%;
	padding: 3.125rem;
}

.main section.page2 .page_container h2 {
	font-weight: 400;
	font-size: 3.75rem;
	margin-bottom: 1.25rem;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.main section.page2 .page_container p {
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
	background-color: rgba(7, 58, 58, 0.55);
	padding: 1rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/*  */

.header h1 {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

body.viewing-page-3 h1.logo {
	background: url(../images/oki-logo_green.svg) no-repeat center/ 160px 92px;
	width: 160px;
	height: 92px;
}

body.mfp-zoom-out-cur h1.logo {
	background: url(../images/oki-logo.svg) no-repeat center/ 160px 92px !important;
	width: 160px;
	height: 92px;
}

/*  */

.main section.page3 .page_container {
	position: absolute;
	left: 0;
	top: 40%;
	padding: 3.125rem 3.125rem 3.125rem 9.375rem;
	/* width: 50%; */
	background-color: rgba(16, 46, 15, 0.8);
}

.main section.page3 .page_container h2 {
	letter-spacing: -1px;
	font-weight: 100;
	font-size: 2.5rem;
}

/*  */

.main section.page4 .page_container {
	position: absolute;
	margin-left: -450px;
	left: 50%;
	top: 20%;
	margin-bottom: 50px;
	width: 900px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.main section.page4 .page_container h2 {
	margin-bottom: 1.25rem;
}

.main section.page3 .page_container p {
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
}

.item_group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.room_common h3 {
	text-align: left !important;
	margin: 30px 0 0 0;
	font-size: 1.5rem;
	font-weight: 100;
}

.main section.page4 .page_container div.item {
	width: 270px;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	padding: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
	cursor: pointer;
}

.main section.page4 .page_container div.item:hover {
	background-color: #f3f3f3;
}

.main section.page4 .page_container div.item:hover h3 {
	background-color: #000;
	color: #fff;
}

.main section.page4 .page_container div.item img {
	max-width: 100%;
}

.main section.page4 .page_container h3 {
	letter-spacing: -1px;
	font-weight: 300;
	font-size: 1.25rem;
	padding: 0.625rem 0;
	text-align: center;
}

.main section.page4 .page_container div.item h3 {
	letter-spacing: -0.5px;
	font-weight: 400;
	font-size: 1.125rem;
	padding: 0.625rem 0;
	text-align: center;
}

.main section.page4 .page_container P {
	line-height: 1.5;
	font-size: 0.8125rem;
	font-weight: 400;
	margin: 0 20px;
	color: #000;
}

.main section.page4 .page_container P.room_charge {
	padding: 0;
	padding-bottom: 16px;
}

.lightyellow {
	color: #ffcc65;
	font-weight: 500 !important;
}

.charge {
	color: #ff6900;
	font-weight: 400;
}

/*  */

.main section.page5 .page_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	margin-left: -450px;
	margin-top: -270px;
	padding: 0;
}

.main section.page5 h3 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.main section.page5 .page_container p {
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.main section.page5 .page_container .root_daum_roughmap {
	margin-top: 2rem !important;
	width: 100% !important;
	height: 340px;
}

.main section.page6 {
	background-color: rgb(82, 62, 43);
}

.main section.page6::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(11, 11, 11, 0.7);
}

.main section.page6 .page_container {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 900px;
	margin-left: -450px;
}

.main section.page6 ul,
.main section.page6 ol {
	margin: 1.25rem;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.725;
	padding-left: 0.5rem;
}

.main section.page6 ul {
	margin: 0;
	border-top: 1px solid #736552;
	padding: 1rem;
}

.main section.page6 ul li {
	padding-left: 0.5rem;
}

.main section.page6 ul li:nth-child(1) {
	font-size: 2rem;
	padding-left: 0;
}

.main section.page6 ul li:nth-last-child(1) {
	margin-top: 1rem;
}

.main section.page6 h3 {
	font-weight: 300;
	font-size: 3rem;
	margin-bottom: 10px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.screenout {
	position: fixed;
	font-size: 0 !important;
	height: 0 !important;
	width: 0 !important;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
}

.page1_figcaption {
	font-size: 1rem;
	position: absolute;
	bottom: 10%;
	left: 10%;
	color: black;
}

.page2_figcaption {
	font-size: 1rem;
	position: absolute;
	bottom: 10%;
	left: 10%;
	color: #fff;
}

/* 농어촌민박사업자 마크 */

.minmark {
	width: 100px;
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}
/* 

/* Responsive */

@media screen and (max-width: 1068px) and (min-width: 768px) {
	.onepage-pagination {
		display: none;
	}

	/* To Navigation Style */
	html {
		font-size: 95%;
	}

	.nav-top {
		background-color: rgba(0, 0, 0, 0.65);
		width: 100%;
		font-size: 1.25rem;
		line-height: 5rem;
		display: block;
		text-align: center;
	}

	.nav-top .room,
	.nav-top .location {
		display: none;
	}

	.nav-top a {
		color: #ff0;
		text-decoration: underline;
	}

	.nav-top a.location {
		font-size: 0;
		background-position-x: center;
	}

	.header {
		top: 1rem;
		left: 2rem;
		width: 100px;
		height: 57.5px;
		overflow: hidden;
	}

	.header h1.logo {
		background: url(../images/oki-logo.svg) no-repeat center/ cover;
		width: inherit;
		height: inherit;
		cursor: pointer;
	}

	.main section.page1 .page_container {
		text-align: center;
		position: absolute;
		top: initial;
		left: 0;
		width: 100%;
		height: 400px;
		bottom: 0;
		background-color: rgb(23 31 16 / 75%);
		padding: 3.125rem;
	}
	.minmark {
		width: 80px;
		position: absolute;
		right: 50%;
		margin-right: -40px;
		bottom: 4rem;
	}
	.main section.page1 .page_container h2 {
		font-weight: 400;
		font-size: 2.5rem;
		margin-bottom: 20px;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
	}

	.page1_figcaption {
		display: none;
	}

	.main section.page2 .page_container {
		text-align: center;
		position: absolute;
		top: 63%;
		left: 0;
		width: 100%;
		bottom: 0;
		background-color: rgba(7, 58, 58, 0.75);
		padding: 3.125rem;
	}

	.main section.page2 .page_container p {
		background-color: transparent;
	}

	.page2_figcaption {
		display: none;
	}

	.main section.page3 {
		background: url(../images/home03@2x.jpg) center 88px no-repeat #1a4040;
		background-size: contain;
	}

	.main section.page3 .page_container {
		text-align: center;
		position: absolute;
		top: 60%;
		left: 0;
		width: 100%;
		bottom: 0;
		background-color: transparent;
		padding: 3.125rem;
	}

	body.viewing-page-3 h1.logo {
		background: url(../images/oki-logo.svg) no-repeat center/ cover;
		width: inherit;
		height: inherit;
		cursor: pointer;
	}

	body.mfp-zoom-out-cur h1.logo {
		background: url(../images/oki-logo.svg) no-repeat center/ cover !important;
		width: inherit;
		height: inherit;
	}

	.main section.page4 .page_container {
		position: absolute;
		margin-left: 0;
		left: 6rem;
		top: 100px;
		margin: 0 !important;
		width: calc(100% - 12rem);
		min-width: 433.59px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.main section.page4 .page_container h2 {
		margin-bottom: 1.25rem;
	}

	.item_group {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.main section.page4 .page_container div.item {
		width: 100%;
		min-height: 147px;
		color: #000;
		background-color: #fff;
		overflow: hidden;
		padding: 0;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
		margin-bottom: 1rem;
		cursor: pointer;
	}

	.main section.page4 .page_container div.item h3 {
		background-color: #102421;
		color: #fff;
		margin-bottom: 1rem;
	}

	.main section.page4 .page_container div.item a {
		display: block;
	}

	.main section.page4 .page_container div.item img {
		display: block;
		width: 110px;
		float: left;
		margin: 0 1.5rem;
		height: 74px;
	}

	.room_common h3 {
		margin: 0;
	}

	.main section.page5 {
		background: rgb(12, 66, 63);
	}

	.main section.page5::before {
		display: none;
	}

	.main section.page5 .page_container {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 768px;
		margin-left: -384px;
		margin-top: -360px;
		padding: 0;
		z-index: 2;
	}

	.main section.page5 .page_container h3 {
		font-size: 3rem;
		font-weight: 100;
	}

	.main section.page5 .page_container p {
		font-size: 1.25rem;
		font-weight: 300;
	}

	.main section.page5 .page_container h3,
	.main section.page5 .page_container p {
		margin: 2rem 2rem 1rem 2rem;
		text-align: center;
	}

	.main section.page5 .page_container .root_daum_roughmap {
		width: 100% !important;
		height: 340px;
	}

	.main section.page6 .page_container {
		position: absolute;
		left: 50%;
		top: 18%;
		width: 768px;
		margin-left: -384px;
		padding: 3rem;
	}
}

@media screen and (max-width: 734px) and (min-width: 0px) {
	.mfp-bg {
		background: rgba(11, 11, 11, 1) !important;
	}
	.onepage-pagination {
		display: none;
	}

	/* To Navigation Style */
	html {
		font-size: 68%;
	}

	.nav-top {
		background-color: rgba(0, 0, 0, 0.65);
		width: 100%;
		font-size: 1.5rem;
		line-height: 3rem;
		display: block;
		text-align: center;
		top: 40px;
	}

	.nav-top .room,
	.nav-top .location {
		display: none;
	}

	.nav-top a {
		color: #ff0;
		text-decoration: underline;
	}

	.nav-top a.location {
		font-size: 0;
		background-position-x: center;
	}

	.header {
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		padding: 1rem 0;
		overflow: hidden;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.9);
	}

	.header h1.logo,
	body.viewing-page-3 h1.logo,
	body.mfp-zoom-out-cur h1.logo {
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 2.5;
		background: none;
		width: inherit;
		height: inherit;
		cursor: pointer;
		background: none !important;
	}

	h1.logo::before {
		content: '칼봉산 오크밸리펜션';
	}

	.main section.page1 .page_container {
		text-align: center;
		position: absolute;
		top: initial;
		left: 0;
		width: 100%;
		height: 280px;
		bottom: 0;
		background-color: rgb(23 31 16 / 75%);
		padding: 3.125rem;
	}
	.minmark {
		width: 60px !important;
		position: absolute;
		right: 50%;
		margin-right: -30px;
		bottom: 5rem;
	}

	.main section.page1 .page_container h2 {
		font-weight: 400;
		font-size: 1.5rem;
		margin-bottom: 20px;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
	}

	.page1_figcaption {
		display: none;
	}

	.main section.page2 .page_container {
		text-align: center;
		position: absolute;
		top: 58%;
		left: 0;
		width: 100%;
		bottom: 0;
		background-color: rgba(7, 58, 58, 0.75);
		padding: 1.125rem;
	}

	.main section.page2 .page_container h2 {
		font-weight: 400;
		font-size: 2.75rem;
		margin-bottom: 1.25rem;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
	}

	.main section.page2 .page_container p {
		background-color: transparent;
	}

	.page2_figcaption {
		display: none;
	}

	.main section.page3 {
		background: url(../images/home03@2x.jpg) center 85px no-repeat #1a4040;
		background-size: contain;
	}

	.main section.page3 .page_container {
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		bottom: 0;
		background-color: #1a4040;
		padding: 3.125rem;
	}

	.main section.page3 .page_container h2 {
		letter-spacing: -1px;
		font-weight: 100;
		font-size: 3.7rem;
	}

	.main section.page4 .page_container {
		position: absolute;
		margin-left: 0;
		left: 2rem;
		top: 100px;
		margin: 0 !important;
		width: calc(100% - 4rem);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.main section.page4 .page_container h2 {
		margin-bottom: 1rem;
	}

	.item_group {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.main section.page4 .page_container div.item {
		width: 100%;
		color: #000;
		background-color: #fff;
		overflow: hidden;
		padding: 0;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
		margin-bottom: 1rem;
		cursor: pointer;
	}

	.main section.page4 .page_container div.item h3 {
		background-color: #102421;
		color: #fff;
		margin-bottom: 1rem;
	}

	.main section.page4 .page_container div.item a {
		display: block;
	}

	.main section.page4 .page_container div.item img {
		display: block;
		width: 66px;
		height: 50px;
		float: left;
		margin: 0 1.5rem;
	}

	.room_common h3 {
		margin: 0;
	}

	.main section.page5 {
		background: rgb(12 66 63);
	}

	.main section.page5::before {
		display: none;
	}

	.main section.page5 .page_container {
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		z-index: 2;
	}

	.main section.page5 .page_container h3 {
		font-size: 3rem;
		font-weight: 100;
	}

	.main section.page5 .page_container p {
		font-size: 1.125rem;
		font-weight: 300;
	}

	.main section.page5 .page_container h3,
	.main section.page5 .page_container p {
		margin: 2rem 2rem 1rem 2rem;
		text-align: center;
	}

	.main section.page5 .page_container .root_daum_roughmap {
		margin-top: 2rem !important;
		width: 100% !important;
		height: 240px;
	}

	.main section.page6 .page_container {
		position: absolute;
		left: 2rem;
		top: 18%;
		width: calc(100% - 4rem);
		margin-left: 0;
		padding: 0;
	}

	.main section.page6 h3 {
		text-align: center;
	}

	.main section.page6 ul,
	.main section.page6 ol {
		margin: 1.25rem;
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.7;
	}

	.main section.page6 ul {
		margin: 0;
		border-top: 1px solid #d3d3d3;
		padding: 1rem;
	}

	.main section.page6 ul li:nth-child(1) {
		font-size: 1.5rem;
	}
}
