/*--- Page Cover ---*/

.page-cover {
	background-color: #fcfbf7 !important;
	width: 100%;
	position: relative;
}
.page-cover .cover-image {
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
[data-category="wanna-be"] .page-cover .cover-image {
	background-color: #fcfbf7;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 70% center;
}
[data-sub-category="celebrity"] .page-cover .cover-image,
[data-category="contact"] .page-cover .cover-image,
[data-category="information"] .page-cover .cover-image {
	background-position: center top;
}
.page-cover .page-title {
	padding-right: 30px;
	position: absolute;
	bottom: 100px;
	left: 200px;
	z-index: 2;
}
[lang="ko"] .page-cover .page-title {
	word-break: keep-all;
}
.page-cover .page-title h1 {
	margin-bottom: 20px;
}
.page-cover .page-title h3 {
	line-height: 1.8;
}
.page-cover .page-title h3 strong {
	display: block;
	font-weight: 400;
	color: rgba(0,0,0,0.35);
}
.page-cover .round-button {
	position: absolute;
	bottom: 100px;
	right: 70px;
	width: 160px;
	z-index: 2;
}

.page-cover.static-height {    
	height: 5vh;   /* 60vh */
	min-height: 200px; /* 340px */
	max-height: 600px; 
}
.page-cover.static-height .page-title {
	bottom: auto;
	top: 140px;
}

.toned-white .page-cover .page-title {
	color: #fff;
}
.toned-white .page-cover .page-title * {
	color: #fff !important;
}
.toned-white .page-cover .round-button {
	border-color: #fff;
	color: #fff;
}

@media (max-width: 900px) {
	.page-cover .page-title {
		bottom: 80px;
		left: 50px;
	}
	[data-category="wanna-be"] .page-cover .page-title {
		bottom: auto;
		top: 120px;
	}
	[data-category="wanna-be"] .page-cover .page-title h3 {
		font-size: 13px;
	}
	.page-cover .round-button {
		right: auto;
		left: 50px;
	}
}

@media (max-width: 600px) {
	.page-cover .page-title {
		bottom: 60px;
		left: 25px;
	}
	[data-category="wanna-be"] .page-cover .page-title {
		top: 90px;
	}
	.page-cover .page-title h1 {
		margin-bottom: 10px;
	}
	.page-cover .round-button {
		left: 25px;
		bottom: 60px;
		width: 140px;
		height: 44px;
		line-height: 44px;
	}
}

@media (orientation: portrait) {
	[data-category="wanna-be"] .page-cover .cover-image {
		background-size: cover;
		background-position: 10% bottom;
	}
	[data-category="after-care"] .page-cover .round-button {
		display: none;
	}
}

@media (max-width: 900px) and (orientation: portrait) {
	[data-category="wanna-be"] .page-cover .cover-image {
		top: 20vh;
	}
}

/*--- Page Nav ---*/

.page-nav {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 99;
}
.page-nav .nav-item {
	color: rgba(0,0,0,0.25);
	cursor: pointer;
	font-size: 11px;
	padding: 8px 35px 8px 8px;
	position: relative;
}
.page-nav .nav-item:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #4e4d4d;
	right: 0;
	top: 50%;
	transition: width .2s ease-out;
}
.page-nav .nav-item:hover {
	color: rgba(0,0,0,0.5);
}
.page-nav .nav-item.is-active {
	color: #4e4d4d;
}
.page-nav .nav-item.is-active:after {
	width: 20px;
}

.toned-white .page-nav .nav-item {
	color: rgba(255,255,255,0.3);
}
.toned-white .page-nav .nav-item:after {
	background-color: #fff;
}
.toned-white .page-nav .nav-item:hover {
	color: rgba(255,255,255,0.6);
}
.toned-white .page-nav .nav-item.is-active {
	color: #fff;
}

@media (max-width: 600px) {
	.page-nav {
		display: none;
	}
}

/*--- Layouts ---*/

.section,
[data-category="wanna-be"] .section:nth-child(even) {
	background-color: #faf9f6;
}
.section:nth-child(even),
[data-category="wanna-be"] .section:nth-child(odd) {
	background-color: #f6f5f0;
}
.section .outer {
	position: relative;
}

.section .section-title {
	color: #888785;
	margin-bottom: 35px;
}
.section .section-title * {
	display: inline-block;
	margin-right: 12px;
}
.section:nth-child(even) .section-title {
	color: inherit;
}

.section .section-content:after {
	clear: both;
	content: '';
	display: table;
}
.section .section-content p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
[lang="ko"] .section .section-content p {
	word-break: keep-all;
}
.section .section-content p:last-child {
	margin-bottom: 0;
}
.section .section-content h4 {
	font-weight: 500;
	margin-bottom: 30px;
}
.section .section-content ul {
	margin-bottom: 20px;
}
.section .section-content .has-no-title ul {
	margin-top: 50px;
}
.section .section-content ul li {
	font-weight: 300;
	margin-bottom: 5px;
}
.section .section-content .info-block {
	float: left;
	margin-right: 80px;
}
.section .section-content .info-block:last-child {
	margin-right: 0;
}

.section .section-gallery {
	padding-bottom: 100px;
}
.section .section-gallery img {
	position: relative;
}
.section .section-gallery .owl-nav {
	display: none;
}
.section .section-gallery-nav {
	position: absolute;
	top: 0;
	right: -15px;
}
.section .section-gallery-nav span {
	color: #b1afab;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	padding: 15px;
	margin-left: 35px;
}
.section .section-image,
.section .section-video {
	margin-top: 100px;
}
.section .section-image img {
	width: 100%;
	height: auto;
}
.section .section-video {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.section .section-video iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1400px) {
	.section .section-content .info-block {
		margin-right: 60px;
	}
}

@media (max-width: 900px) {
	.section .section-gallery img {
		left: 0;
	}
	.section .section-gallery-nav {
		display: none;
	}
}

@media (max-width: 600px) {
	.section .section-title h1 {
		display: block;
		margin-bottom: 7px;
	}
	.section .section-content p {
		margin-bottom: 10px;
		text-align: justify;
	}
	[lang="ko"] .section .section-content p {
		word-break: break-word;
	}
	.section .section-content p br {
		display: none;
	}
	.section .section-gallery img {
		left: -10px;
	}
	.section .section-image,
	.section .section-video {
		margin-top: 60px;
	}
}

/*--- O Story ---*/

[data-category="o-story"] .page-cover h1 {
	font-weight: 200;
}
[data-category="o-story"] .page-cover h1 strong {
	font-weight: 500;
}

.profile-section:after {
	clear: both;
	content: '';
	display: table;
}
.profile-section .outer-margin {
	overflow: hidden;
	padding-bottom: 50px;
	min-height: 560px;
}
.section .ogana-lab-gallery img {
	position: relative;
	left: 200px;
}
.profile-section .profile-detail {
	position: relative;
	z-index: 9;
}
.profile-section .profile-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 500px;
	margin-left: 10%;
}
.profile-section .profile-image img {
	display: block;
	width: 100%;
	height: auto;
}
.section:nth-child(odd) .profile-detail {
	margin-left: 40%;
}
.section:nth-child(odd) .profile-image {
	left: 0;
}
.section:nth-child(even) .profile-detail {
	margin-left: 12.5%;
}
.profile-section.has-one-column .outer-margin {
	max-width: 1300px;
	margin: 0 auto;
}

@media (max-width: 1400px) {
	.section:nth-child(even) .profile-image {
	 	margin-left: 5%;
	}
	.section:nth-child(odd) .profile-image {
		left: -5%;
	}
	.section:nth-child(odd) .profile-detail {
		margin-left: 32.5%;
	}
}

@media (min-width: 1100px) {
	.section:nth-child(odd).profile-section.has-one-column .profile-detail {
		margin-left: 65%;
	}
	.section:nth-child(even).profile-section.has-one-column .profile-image {
		left: 35%;
	}
}

@media (max-width: 1100px) {
	.section .section-content .info-block {
		float: none;
		margin-bottom: 30px;
	}
	.section:nth-child(odd) .profile-detail,
	.section:nth-child(even) .profile-detail {
		margin-left: 0;
	}
	.section:nth-child(odd) .profile-image,
	.section:nth-child(even) .profile-image {
		left: 50%;
		margin-left: -5%;
	}
}

@media (max-width: 900px) {
	.section .ogana-lab-gallery img {
		left: 0;
	}
	.section:nth-child(odd) .profile-image,
	.section:nth-child(even) .profile-image {
		margin-left: -15%;
	}
}

@media (max-width: 600px) {
	[data-category="o-story"] .page-cover .cover-image {
		background-position: 75% center;
	}
	.section .ogana-lab-gallery img {
		left: -10px;
	}
	.profile-section .outer-margin {
		padding-bottom: 390px;
	}
	.section:nth-child(odd) .profile-image,
	.section:nth-child(even) .profile-image {
		margin-left: 0;
		transform: translateX(-50%);
	}
}

/*--- Wanna be ---*/

[data-sub-category="energy"] h1 {
	color: #b48f9e;
}
[data-sub-category="shine"] h1 {
	color: #b4a38f;
}
[data-sub-category="essential"] h1 {
	color: #8fb4ab;
}
[data-sub-category="health"] h1 {
	color: #9485ab;
}
[data-sub-category="celeb"] h1 {
	color: #567ca7;
}
[data-sub-category="mens-skin"] h1 {
	color: #959499;
}
.section .wanna-be-gallery img {
	position: relative;
	left: 0;
}
.section .procedure-gallery {
	padding-bottom: 0;
}
.section .procedure-gallery img {
	max-width: 420px;
	left: -10px;
}
.section .procedure-gallery .procedure-info {
	min-height: 170px;
}
.section .procedure-gallery .procedure-info h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.section .procedure-gallery .procedure-info p {
	font-size: 14px;
	line-height: 1.8;
	max-width: 400px;
	padding-right: 50px;
}
[lang="ko"] .section .procedure-gallery .procedure-info p {
	word-break: keep-all;
}
.wb-procedure .outer-margin {
	padding-bottom: 30px;
}

@media (max-width: 600px) {
	.section .wanna-be-gallery img {
		left: -10px;
	}
	.section .procedure-gallery img {
		left: 10%;
	}
	.section .procedure-gallery .wide-image {
		left: 0;
		width: 90%;
	}
	.section .procedure-gallery .procedure-info p {
		padding-right: 20px;
	}
}

.health-solution {
	margin: 50px 0;
}
.health-solution:after {
	content: '';
	clear: both;
	display: table;
}
.health-solution .item {
	float: left;
	padding: 20px 30px;
	width: 25%;
}
.health-solution .item .outer-box {
	background-color: #fffefb;
	border: 1px solid #4e4d4d;
	text-align: center;
	padding: 25px 20px;
	position: relative;
}
.health-solution .item .outer-box:before,
.health-solution .item .outer-box:after {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Y2RjVGMDt9LnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM0RTRENEQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwLDAgMjQsMjQgMCwyNCAiLz48bGluZSBjbGFzcz0ic3QxIiB4MT0iMCIgeTE9IjAiIHgyPSIyNCIgeTI9IjI0Ii8+PC9zdmc+);
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
}
.health-solution .item .outer-box:before {
	top: -1px;
	right: -1px;
	transform: rotate(180deg);
}
.health-solution .item .outer-box:after {
	left: -1px;
	bottom: -1px;
}
.health-solution .item .outer-box h4 {
	font-size: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b1afab;
}
.health-solution .item .outer-box p {
	text-align: center;
}

@media (max-width: 1400px) {
	.health-solution {
		margin: 50px -20px;
	}
	.health-solution .item {
		padding: 20px;
	}
}

@media (max-width: 1200px) {
	.health-solution {
		margin: 35px -10px;
	}
	.health-solution .item {
		padding: 20px 10px;
	}
	.health-solution .item .outer-box {
		padding: 20px 15px;
	}
	.health-solution .item .outer-box h4 {
		font-size: 14px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.health-solution .item .outer-box p {
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	.health-solution .item {
		width: 50%;
		padding: 20px;
	}
}

@media (max-width: 600px) {
	.health-solution .item {
		padding: 10px;
	}
	.health-solution .item .outer-box:before,
	.health-solution .item .outer-box:after {
		width: 20px;
		height: 20px;
	}
	.health-solution .item .outer-box {
		padding: 15px 10px;
	}
	.health-solution .item .outer-box p {
		line-height: 1.5;
	}
}

@media (max-width: 360px) {
	.health-solution .item {
		float: none;
		width: 90%;
		padding: 10px;
		margin: 0 5%;
	}
	
}

.mens-procedure {
	margin: 0 0 60px;
	position: relative;
}
.mens-procedure:after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	border-top: 1px solid #b1afab;
	top: 50%;
	z-index: 1;
}
.mens-procedure .outer-margin {
	padding-top: 0;
	padding-bottom: 0;
}
.mens-procedure .outer-margin:after {
	content: '';
	clear: both;
	display: table;
}
.mens-procedure .item {
	width: 16.666%;
	float: left;
	text-align: center;
	display: flex;
}
.mens-procedure .item .outer-circle {
	background-color: #faf9f6;
	width: 70%;
	height: 0;
	padding-top: 70%;
	position: relative;
	border-radius: 50%;
	border: 1px solid #4e4d4d;
	z-index: 2;
}
.mens-procedure .item .outer-circle span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-weight: 500;
	font-size: 15px;
	width: 100%;
}

@media (max-width: 1200px) {
	.mens-procedure .item .outer-circle {
		width: 80%;
		padding-top: 80%;
	}
	.mens-procedure .item .outer-circle span {
		font-size: 14px;	
	}
}

@media (max-width: 900px) {
	.mens-procedure {
		margin: 0 0 60px;
	}
	.mens-procedure:after {
		top: 25%;
		padding-top: 22.5%;
		border-bottom: 1px solid #b1afab;
	}
	.mens-procedure .item {
		width: 33.333%;
		padding: 20px 0;
	}
	.mens-procedure .item .outer-circle {
		width: 60%;
		padding-top: 60%;
	}
	.mens-procedure .item .outer-circle span {
		font-size: 13px;	
	}
}

@media (max-width: 600px) {
	.mens-procedure:after {
		padding-top: 33.5%;
	}
	.mens-procedure .item .outer-circle {
		width: 80%;
		padding-top: 80%;
	}
}

/*--- After Care ---*/

[data-category="after-care"] .section {
	background-color: #f6f5f0;
}
[data-category="after-care"] .section:nth-child(even) {
	background-color: #faf9f6;
}

[data-category="after-care"] .page-cover h1 {
	font-weight: 200;
}
[data-category="after-care"] .page-cover h1 strong {
	font-weight: 500;
}

.re-correcting-diagram {
	position: relative;
}
.re-correcting-diagram .outer-margin {
	padding-top: 0;
}
.re-correcting-diagram .outer-margin:after {
	content: '';
	clear: both;
	display: table;
}
.re-correcting-diagram:before {
	content: '';
	width: 100%;
	height: 0;
	border-top: 1px solid #b1afab;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -50px;
}
.re-correcting-diagram .outer-circle,
.re-correcting-diagram .outer-box {
	background-color: #fffefb;
	border: 1px solid #908e8a;
	width: 100%;
	height: 0;
	position: relative;
}
.re-correcting-diagram .side-effect, 
.re-correcting-diagram .re-correcting {
	position: relative;
	z-index: 2;
}
.re-correcting-diagram .side-effect {
	width: 15%;
	float: left;
	padding: 0 1.5%;
}
.re-correcting-diagram .side-effect .outer-circle {
	border-radius: 50%;
	padding-top: 100%;
}
.re-correcting-diagram .re-correcting {
	float: right;
	width: 25%;
	padding: 0 2%;
}
.re-correcting-diagram .re-correcting .outer-box {
	padding-top: 54.5%;
}
.re-correcting-diagram .re-correcting .outer-box:before,
.re-correcting-diagram .re-correcting .outer-box:after {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZBRjlGNjt9LnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM5MDhFOEE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwLDAgMjQsMjQgMCwyNCAiLz48bGluZSBjbGFzcz0ic3QxIiB4MT0iMCIgeTE9IjAiIHgyPSIyNCIgeTI9IjI0Ii8+PC9zdmc+);
	width: 24px;
	height: 24px;
	position: absolute;
}
.re-correcting-diagram .re-correcting .outer-box:before {
	top: -1px;
	right: -1px;
	transform: rotate(180deg);
}
.re-correcting-diagram .re-correcting .outer-box:after {
	left: -1px;
	bottom: -1px;
}
.re-correcting-diagram .text-block {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.re-correcting-diagram .text-block h5 {
	font-size: 15px;
	margin-bottom: 3px;
}
.re-correcting-diagram .outer-box .text-block h5 {
	margin-top: 3px;
	margin-bottom: 0;
}
.re-correcting-diagram .arrows {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzkwOEU4QTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIyLjk0LDMuNDMgMTEuNTEsMTIgMi45NCwyMC41NyAiLz48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxMi45MSwzLjQzIDIxLjQ4LDEyIDEyLjkxLDIwLjU3ICIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center center;
	float: left;
	width: 15%;
	padding-top: 12%;
	position: relative;
	top: 1px;
	z-index: 3;
}

.ac-procedure .outer-margin {
	padding-bottom: 0;
}
.ac-procedure .procedure-gallery .procedure-info h4 {
	font-size: 15px;
	margin-bottom: 30px;
}

@media (max-width: 1400px) {
	.re-correcting-diagram .text-block h5 {
		font-size: 13px;
	}
	.re-correcting-diagram .text-block span {
		font-size: 12px;
	}
}

@media (max-width: 900px) {
	.re-correcting-diagram:before {
		margin-top: -40px;
	}
	.re-correcting-diagram .side-effect {
		padding: 0 1%;
	}
	.re-correcting-diagram .arrows {
		padding-top: 13%;
	}
	.re-correcting-diagram .re-correcting .outer-box {
		padding-top: 62.5%;
	}
}

@media (max-width: 600px) {
	.re-correcting-diagram:before {
		border-bottom: 1px solid #b1afab;
		top: 25%;
		padding-top: 45%;
		margin-top: -11%;
	}
	.re-correcting-diagram .side-effect {
		width: 25%;
		padding: 0 1.5%;
	}
	.re-correcting-diagram .arrows {
		clear: both;
		float: none;
		padding-top: 25%;
		width: 100%;
		transform: rotate(90deg);
		top: -5px;
	}
	.re-correcting-diagram .re-correcting {
		float: none;
		width: 100%;
		padding: 0 25%;
	}
	.re-correcting-diagram .text-block h5 {
		font-size: 12px;
		margin: 0 !important;
	}
	.re-correcting-diagram .text-block span {
		font-size: 11px;
	}
}

/*--- Contact ---*/

.contact-section .outer-margin {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-section .contact-office-hours {
	padding-right: 50px;
}
.contact-section .contact-block {
	min-width: 140px;
}
.contact-section .contact-block p {
	font-size: 13px;
	margin-bottom: 15px;
}
.contact-section .contact-block .round-button {
	width: 120px;
	height: 40px;
	font-size: 13px;
	line-height: 38px;
	position: relative;
	left: -5px;
}
.contact-section .contact-address {
	padding-right: 50px;
	width: 33.333%;
}
.contact-section .contact-address p {
	text-align: left;
}
[lang="ko"] .contact-section .contact-address p {
	word-break: keep-all;
}
.contact-section .contact-map {
	width: 66.666%;
}
.contact-section .contact-map .map-area {
	height: 460px;
}

@media (max-width: 1200px) {
	.contact-section .contact-office-hours,
	.contact-section .contact-address {
		width: 100%;
		margin-bottom: 50px;
	}
	.contact-section .contact-address p:nth-child(2) {
		margin-bottom: 0;
	}
	.contact-section .contact-address p br {
		display: none;
	}
	.contact-section .contact-map {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.contact-section .contact-block {
		width: 50%;
	}
	.contact-section .contact-block:first-child,
	.contact-section .contact-block:nth-child(2) {
		margin-bottom: 50px;
	}
}

@media (max-width: 600px) {
	.contact-section .contact-office-hours,
	.contact-section .contact-address {
		padding-right: 0;
	}
	.contact-section .contact-office-hours p br {
		display: block;
	}
}


/*--- Gallery Board ---*/

.gallery-list {
	margin-left: -20px;
	margin-right: -20px;
}
.gallery-list:after {
	content: '';
	clear: both;
	display: table;
}
.gallery-list .gallery-item {
	cursor: pointer;
	float: left;
	padding: 0 20px;
	position: relative;
	width: 33.333%;
}
.gallery-list .gallery-item .thumbnail-holder {
	width: 100%;
	height: 0;
	padding-top: 66.666%;
	position: relative;
	overflow: hidden;
}
.gallery-list .gallery-item .thumbnail-holder .thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}
.gallery-list .gallery-item h3 {
	color: #908e8a;
	margin-top: 25px;
	margin-bottom: 50px;
	white-space: nowrap; 
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	transition: color .2s ease-out
}
.gallery-list .gallery-item:hover h3 {
	color: #4e4d4d;
}
.gallery-list .gallery-item .gallery-content {
	display: none;
}
.gallery-content * {
	color: #4e4d4d !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}
.gallery-content h3 {
	font-size: 20px !important;
}
.gallery-content .post-link {
	display: inline-block;
	width: 100px;
	height: 30px;
}

html.remodal-is-locked {
	overflow: hidden;
	touch-action: none;
}
.remodal-overlay {
	background-color: rgba(250,249,246,0.95);
	display: none;
	position: fixed;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	z-index: 999998;
}
.remodal-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	padding: 30px;
	z-index: 999999;
}
.remodal-wrapper:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
}
.remodal-overlay,
.remodal-wrapper {
	backface-visibility: hidden;
}
.remodal {
	color: #4e4d4d;
	display: none;
	font-size: 14px;
	margin-bottom: 15px;
	outline: none;
	position: relative;
	text-size-adjust: 100%;
	transform: translate3d(0, 0, 0);
	width: 100%;
	max-width: 900px;
}
.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}
.remodal-is-initialized {
	display: inline-block;
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	animation-name: remodal-overlay-closing-keyframes;
}
.remodal.remodal-is-opening {
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-closing {
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	animation-name: remodal-closing-keyframes;
}

.remodal img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 30px auto;
}

@keyframes remodal-opening-keyframes {
	from {
		transform: scale(1.02);
		opacity: 0;
	}
	to {
		transform: none;
		opacity: 1;
		filter: blur(0);
	}
}
@keyframes remodal-closing-keyframes {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(0.95);
		opacity: 0;
		filter: blur(0);
	}
}
@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.board-category {
	min-height: 80px;
}
.board-category #board_category {
	display: none;
}
.board-category .category-button .item {
	color: #908e8a;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 30px;
}
.board-category .category-button .item.selected {
	color: #4e4d4d;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.gallery-list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.gallery-list .gallery-item {
		padding: 0 10px;
	}
}

@media (max-width: 600px) {
	.gallery-list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.gallery-list .gallery-item {
		width: 50%;
		padding: 0 5px;
	}
	.gallery-list .gallery-item h3 {
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.board-category .category-button .item {
		margin-bottom: 8px;
		margin-right: 15px;
	}
}

/*--- Post editor ---*/

.post-editor table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none !important;
	width: 100%;
}
.post-editor table tr td {
	border: none;
	padding: 10px 0;
	position: relative;
}
.post-editor div.nneditor-container {
	border: 1px solid #ccc;
	border-top: none;
}
.post-editor div.nneditor-container .nneditor-iframe-container {
	border: none;
}
.post-editor .field-label {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}
.post-editor input[type="text"],
.post-editor input[type="password"],
.post-editor input[name="attach_file[]"] {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 12px 15px;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	width: 100%;
}
.post-editor .post-subject .selectbox {
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	height: 39px;
	width: 150px;
	margin-right: 2px;
	position: relative;
}
.post-editor .post-subject .selectbox:after {
	color: #999;
	content: '';
	font-family: 'Ionicons';
	position: absolute;
	top: 10px;
	right: 10px;
}
.post-editor .post-subject .selectbox select {
	background-color: transparent;
	border: none;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0 !important;
	padding: 9px !important;
	outline: none;
	width: 100% !important;
	-webkit-appearance: none;
}
.post-editor .post-subject input[type="text"] {
	width: 100%;
}
.post-editor .post-subject .selectbox + input[type="text"] {
	width: calc(100% - 155px);
}
.post-editor .post-subject input[type="checkbox"] {
	margin-right: 5px;
}
.post-editor .post-options {
	position: absolute;
	top: 8px;
	right: 0;
}
.post-editor .post-subject label {
	color: #999;
}
.post-editor .post-subject input[type="checkbox"]:checked + label {
	color: #444;
}

.post-editor .ec-base-button {
	margin-top: 30px;
	text-align: center;
}
.post-editor .round-button {
	border: none;
	background-color: #efede5;
	display: inline-block;
	max-width: 200px;
}

/*--- Post Landing ---*/

.post-landing table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none !important;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.post-landing table tr td {
	border: none;
	text-align: center;
}
.post-landing table tr td h2 {
	margin-bottom: 50px;
}
.post-landing table tr td img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.post-landing .ec-base-button {
	margin-top: 50px;
	text-align: center;
}
.post-landing .ec-base-button a {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 17px;
	background-color: #efede5;
	margin: 0 5px;
}

/*--- Entry Pages ---*/

.entry-page {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 150px 30px;
	text-align: center;
}
.entry-page.sign-up {
	max-width: 460px;
}
.entry-page fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.entry-page .entry-title {
	margin-bottom: 60px;
}
.entry-page input[type="text"],
.entry-page input[type="password"] {
	background-color: #faf9f6;
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: none;
	padding: 13px 17px;
	width: 100%;
	margin-bottom: 17px;
	outline: none;
	-webkit-appearance: none;
}
.entry-page input[type="text"]:focus,
.entry-page input[type="password"]:focus {
	background-color: #fff;
}
.entry-page .security {
	display: none;
}
.entry-page .round-button {
	margin-top: 15px;
	border: none;
	background-color: #efede5;
}
.entry-page .sign-in-options {
	margin: 60px 0;
}
.entry-page .sign-in-options li {
	display: inline-block;
	padding: 0 10px;
}
.entry-page .sign-in-options li a {
	color: #999793;
}
.entry-page .social-login .description {
	color: #4a4948;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 30px;
}
.entry-page .social-login ul {
	margin-left: -5px;
	margin-right: -5px;
}
.entry-page .social-login ul:after {
	content: '';
	clear: both;
	display: table;
}
.entry-page .social-login ul li {
	float: left;
	width: 33.333%;
	padding: 5px;
}
.entry-page .social-login ul li a {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
.entry-page .social-login ul li .facebook {
	background-color: #4268b3;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Zz48cGF0aCBpZD0iWE1MSURfMV8iIGNsYXNzPSJzdDAiIGQ9Ik0xMS44MywyMy45N2MwLTIuNTEtMC4wMS01LjAxLDAuMDEtNy41MWMwLTAuNDItMC4xMi0wLjU1LTAuNTQtMC41NGMtMC43OCwwLjAzLTEuNTYsMC0yLjM0LDAuMDFjLTAuMzIsMC4wMS0wLjQzLTAuMDgtMC40My0wLjQxYzAuMDItMS41NiwwLjAxLTMuMTMsMC00LjY5YzAtMC4zLDAuMDktMC40LDAuMzktMC4zOWMwLjgsMC4wMiwxLjYtMC4wMiwyLjQsMC4wMmMwLjQ2LDAuMDIsMC41Ni0wLjE0LDAuNTUtMC41N2MtMC4wMy0xLjE5LTAuMDMtMi4zOCwwLTMuNTdjMC4wMy0xLjQ1LDAuNDItMi44MSwxLjI5LTMuOTljMS4xLTEuNSwyLjY1LTIuMTgsNC40NS0yLjI2YzEuODQtMC4wOCwzLjY5LTAuMDQsNS41NC0wLjA2YzAuMjYsMCwwLjMzLDAuMDksMC4zMywwLjM0Yy0wLjAxLDEuNTgtMC4wMSwzLjE2LDAsNC43NGMwLDAuMjgtMC4wOSwwLjM3LTAuMzcsMC4zNmMtMC44OS0wLjAxLTEuNzgtMC4wMS0yLjY2LDBjLTEuMTgsMC0xLjg5LDAuNjEtMS45NiwxLjc4Yy0wLjA2LDAuOTQtMC4wMiwxLjg4LTAuMDQsMi44MmMtMC4wMSwwLjM0LDAuMTksMC4zMSwwLjQxLDAuMzFjMS4zNSwwLDIuNywwLjAxLDQuMDUtMC4wMWMwLjQtMC4wMSwwLjUzLDAuMDgsMC40OCwwLjVjLTAuMTcsMS41Ny0wLjMyLDMuMTQtMC40NSw0LjcyYy0wLjAzLDAuMzYtMC4xOSwwLjQyLTAuNTEsMC40MmMtMS4wNy0wLjAyLTIuMTMtMC4wMS0zLjIsMGMtMC43NywwLTAuNjktMC4xMS0wLjY5LDAuNjdjMCw0LjktMC4wMSw5LjgxLDAuMDEsMTQuNzFjMCwwLjUyLTAuMTMsMC42NS0wLjY0LDAuNjRjLTEuODMtMC4wMy0zLjY2LTAuMDQtNS40OSwwYy0wLjUyLDAuMDEtMC42LTAuMTYtMC42LTAuNjJDMTEuODQsMjguOTEsMTEuODMsMjYuNDQsMTEuODMsMjMuOTd6Ii8+PC9nPjwvc3ZnPg==);
}
.entry-page .social-login ul li .naver {
	background-color: #1ecd00;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjIwLjE0LDE2Ljk4IDExLjI0LDQuMiAzLjg3LDQuMiAzLjg3LDI4LjA4IDExLjYsMjguMDggMTEuNiwxNS4zIDIwLjQ5LDI4LjA4IDI3Ljg3LDI4LjA4IDI3Ljg3LDQuMiAyMC4xNCw0LjIgIi8+PC9zdmc+);
}
.entry-page .social-login ul li .kakao {
	background-color: #ffd200;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzQ3MkIxRjt9PC9zdHlsZT48Zz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYsMS4yNEwxNiwxLjI0Yy04Ljg0LDAtMTYsNS42NS0xNiwxMi42MmMwLDQuNSwyLjk5LDguNDYsNy41LDEwLjY5Yy0wLjI1LDAuODUtMS41Nyw1LjQ0LTEuNjMsNS44YzAsMC0wLjAzLDAuMjcsMC4xNCwwLjM3YzAuMTgsMC4xLDAuMzgsMC4wMiwwLjM4LDAuMDJjMC41LTAuMDcsNS44NC0zLjgyLDYuNzYtNC40N2MwLjkyLDAuMTMsMS44NywwLjIsMi44NCwwLjJjOC44NCwwLDE2LTUuNjUsMTYtMTIuNjJDMzIsNi44OCwyNC44NCwxLjI0LDE2LDEuMjR6Ii8+PC9nPjwvc3ZnPg==);
}
.entry-page table {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-page table tr td {
	border: none;
}
.entry-page table tr td .form-label {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	color: #4a4948;
	font-size: 12px;
}
.entry-page table tr td .form-label .form-tip {
	color: #999;
	font-size: 11px;
}
.entry-page table tr td .error,
.entry-page table tr td #idMsg {
	display: block;
	position: relative;
	font-size: 11px;
	top: -12px;
	text-align: left;
}
.entry-page .selectbox {
	background-size: 25px 25px;
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #999;
	display: inline-block;
	height: 41px;
	position: relative;
	top: -1px;
}
.entry-page .selectbox select {
	background-color: transparent;
	border: none;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0 !important;
	padding: 9px !important;
	outline: none;
	width: 100% !important;
	-webkit-appearance: none;
}
body[lang="cn"] .entry-page .selectbox select {
	font-family: 'Noto Sans SC', sans-serif;
}
.entry-page .form-mobile-field {
	text-align: left;
	padding-bottom: 20px;
}
.entry-page .form-mobile-field .selectbox {
	width: 100px;
	margin-right: 4px;
}
.entry-page .form-mobile-field input[type="text"] {
	width: calc(50% - 63px) !important;
}
.entry-page .form-mobile-field #mobile3 {
	margin-right: 0 !important;
}
.entry-page .form-email-field .selectbox {
	width: 120px;
	margin-left: 4px;
}
.entry-page .agreeArea {
	text-align: left;
	position: relative;
	margin-top: 30px !important;
}
.entry-page .agreeArea .check {
	position: absolute;
	right: 0;
	top: -5px;
}
.entry-page .agreeArea .check label {
	color: #999;
	margin-left: 5px;
}
.entry-page .agreeArea .check input[type="checkbox"]:checked + label {
	color: #444;
}
.entry-page .ec-base-button {
	margin-top: 30px;
}

@media (max-width: 600px) {
	.entry-page {
		padding: 100px 30px;
	}
}

.entry-page .signup-results {
	padding: 50px 0;
}
.entry-page .signup-results ul {
	margin-top: 30px;
}
.entry-page .signup-results ul li {
	margin-bottom: 7px;
}
.entry-page .signup-results ul li strong {
	margin-left: 5px;
}
.entry-page .withdraw-button {
	display: inline-block;
	margin-top: 20px;
}

/*--- Information ---*/

[data-category="information"] .section-content h3 {
	color: #908e8a;
	margin-top: 50px;
	margin-bottom: 30px;
}
[data-category="information"] .section-content p strong {
	display: block;
	font-weight: 500;
}