/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# common
# Animations
# Topbar
# Main Menu
# Banner
# Exhibitions
# Collections
# Blog
# Comment
# Event
# Call to Action
# Brand 
# Main Footer 
# About
# SideMenu 
# Search Popup 
# Testimonials
# Page Header
# Team
# Video
# History
# Contact Map
# Contact Box
# Contact Form
# Venue
# Membership
# FAQ
# Donate
# Sidebar
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/

/* Template Variables */

/* font-family: 'Karla', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Work Sans', sans-serif; */

:root {
	--thm-font: "Karla", sans-serif;
	--heading-font: "Playfair Display", serif;
	--special-font: "Work Sans", sans-serif;
	--thm-base: #aaa081;
	--thm-base-rgb: 170, 160, 129;
	--thm-black: #252930;
	--thm-black-rgb: 37, 41, 48;
	--white-color:#fff;
}

body {
	font-family: var(--thm-font);
	font-size: 16px;
	line-height: 28px;
	color: #848484;
}

[dir=rtl] .thm__owl-carousel {
	direction: ltr;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1500px) {
	.container {
		max-width: 1500px;
	}
}

.mainContainer { padding:0 50px; }
.bannerContainer { max-width:1800px; }


.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	background-color: var(--thm-base);
	padding: 13.5px 10px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;

	width:140px; height:50px;
	border:1px solid rgba(62,62,62,1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:17px; font-weight:600;
	line-height:1;
	color:rgba(30,30,30,1);
	background:#fff;

}

.thm-btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/* Cursor*/

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
		0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
		0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
		0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
		0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
		0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
		0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
		0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
		0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
		0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
		0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: inherit !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #f4f4f4;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-black);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: var(--thm-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-black);
	color: #fff;
	cursor: pointer;
}

.scroll-to-top {
	display: inline-block;
	width: 50px;
	height: 50px;
	/* border-radius: 50%; */
	position: fixed;
	bottom: 86px;
	right: 40px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	border:1px solid rgba(91,90,90,1);
	background:#1e1e1e;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background-color: #fff;
}

.scroll-to-top:hover i {
	color: var(--thm-black);
}

.post-pagination {
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.post-pagination a {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
	border-color: #e3e9ec;
	padding-left: 18.5px;
	padding-right: 18.5px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.post-pagination a.active,
.post-pagination a:hover {
	color: #fff;
	background-color: var(--thm-black);
	border-color: var(--thm-black);
}

.post-pagination a+a {
	margin-left: 10px;
}

.post-pagination a.active {
	cursor: auto;
}

.post-pagination__prev,
.post-pagination__next {
	border: none !important;
	background-color: transparent !important;
	text-decoration: underline;
	color: var(--thm-black) !important;
	text-transform: uppercase;
	font-size: 14px !important;
}

/* datepicker */
.datepicker-dropdown {
	min-width: 300px;
}

.datepicker-dropdown table {
	width: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
	background-color: var(--thm-black);
	background-image: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
	background-color: var(--thm-base);
	background-image: none;
}

/* preloader */

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
    display:none;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--thm-black);
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	        animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

/* Block Title */

.block-title p {
	margin: 0;
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: var(--thm-base);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: -webkit-box;
	font-weight:500;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.block-title p::before {
	content: "";
	width: 60px;
	height: 2px;
	background-color: var(--thm-base);
	display: block;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.block-title h3 {
	font-family: "Playfair Display";
	font-weight: bold;
	color: var(--thm-black);
	font-size: 44px;
	margin: 0;
	margin-top: 25px;
}

.block-title-two {
	margin-bottom: 60px;
	position: relative;
	padding-top: 170px;
}

.block-title-two__line {
	width: 2px;
	height: 110px;
	background-color: var(--thm-base);
	position: absolute;
	top: -55px;
	left: calc(50% - 1px);
}

.block-title-two p {
	margin: 0;
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: var(--thm-base);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
}

.block-title-two h3 {
	font-family: "Playfair Display";
	font-weight: bold;
	color: var(--thm-black);
	font-size: 44px;
	margin: 0;
}

/* More Post link */

.more-post__link {
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #252930;
	flex-wrap: wrap;
	line-height: 1.2em;
	padding: 0 22px;
	text-transform: uppercase;
}

.more-post__link:hover {
	color: var(--thm-black);
}

.more-post__link .curved-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	        transform: translate(-50%, -50%) rotate(0);
	width: 100px;
	font-size: 8px;
	color: var(--thm-base);
	text-transform: uppercase;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.more-post__link:hover .curved-circle {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

/*-------------------------------------------------------------- 
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@-webkit-keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}

@keyframes slideBgImage {
	from {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.15);
		        transform: scale(1.15);
	}
}

/*-------------------------------------------------------------- 
# Topbar
--------------------------------------------------------------*/

.topbar-one {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 11px;
	padding-bottom: 11px;
}

.topbar-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.topbar-one .containerTop {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width:100%;
	padding:0 50px;
}


.topbar-one p {
	font-size: 16px;
	color: #848484;
	margin: 0;
}

.topbar-one__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.topbar-one__right a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	font-size: 16px;
	color: #000;
}

.topbar-one__right a i {
	margin-right: 10px;
}

.topbar-one__right a+a {
	margin-left: 30px;
}

.topbar-one__right .topbar__btn {
	background-color: var(--thm-black);
	font-size: 16px;
	color: #fff;
	padding: 7px 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--thm-black);
	height:44px;
	display:flex;
	justify-content:center; align-items:center;
}

.topbar__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

.topbar-one__home-two {
	background-color: var(--thm-black);
	border-bottom: 0;
}

.topbar-one__home-two .topbar__btn {
	background-color: var(--thm-base);
}

.topbar-one__home-two .topbar__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

.topbar-one__home-two .topbar-one__right a:not(.topbar__btn) {
	color: #ffffff;
	opacity: 40%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__home-two .topbar-one__right a:not(.topbar__btn):hover {
	opacity: 100%;
}

.topbar-one__home-two .topbar-one p {
	color: #ffffff;
	opacity: 40%;
}

/* shadowed carousel */

.shadowed__carousel .owl-stage-outer {
	overflow: visible;
}

.shadowed__carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.shadowed__carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}


/*-------------------------------------------------------------- 
# Main Menu
--------------------------------------------------------------*/

.main-nav-one .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.main-nav-one .side-menu__toggler {
	display: block;
}

.main-nav-one .logo-box {
	border-right: 1px solid #e5e5e5;
	padding: 22px 0;
	padding-right: 50px;
}

.main-nav-one .main-nav__main-navigation {
	margin-left: auto;
	padding-right:30px;
}

.main-nav-one .main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav-one .dropdown-btn {
	display: none;
}

.main-nav-one .main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.main-nav-one .main-nav__navigation-box>li {
	padding: 45.75px 0;
	padding: 27px 0;
}

.main-nav-one .main-nav__navigation-box>li+li {
	margin-left: 40px;
}

.main-nav-one .main-nav__navigation-box>li>a {
	font-size: 18px;
	color: var(--thm-black);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color:rgba(30,30,30,1);
	padding:24px 0;
}

.main-nav-one .main-nav__navigation-box .dropdown>a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 210px;
	background-color: #fff;
	border-top: 2px solid var(--thm-black);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
		-webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul .dropdown>a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-black-rgb), 0.15);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 16px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-top:16px;
	padding-bottom:16px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-black);
}

/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
	        transform: perspective(300px) scaleY(0) translateZ(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: perspective(300px) scaleY(1) translateZ(0);
	        transform: perspective(300px) scaleY(1) translateZ(0);
	visibility: visible;
	opacity: 1;
}

/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: perspective(300px) scaleX(0);
	        transform: perspective(300px) scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: left;
	        transform-origin: left;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: perspective(300px) scaleX(1);
	        transform: perspective(300px) scaleX(1);
	visibility: visible;
	opacity: 1;
}

/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}

/* Right Side */

.main-nav-one .main-nav__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	border-left: 1px solid #e5e5e5;
	padding: 50px 0;
	padding-left: 50px;
	margin-left: 50px;
}

.main-nav-one .main-nav__right a {
	font-size: 20px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav-one .main-nav__right a+a {
	margin-left: 30px;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu .logo-box {
	padding-top: 14.25px;
	padding-bottom: 14.25px;
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 22px 0;
}

.stricked-menu .main-nav__right {
	padding-top: 22px;
	padding-bottom: 22px;
}

/* home two */

.main-nav-one__home-two .logo-box {
	padding-right: 0;
	border-right: 0;
}

.main-nav-one__home-two .main-nav__right {
	border: none;
	padding-left: 40px;
	margin-left: 0;
}

/* home three */
.main-nav-one__home-three {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.main-nav-one__home-three .logo-box {
	border-right: 0;
	padding-right: 0;
}

.main-nav-one__home-three .main-nav__right a,
.main-nav-one__home-three .main-nav__navigation-box>li>a {
	color: #ffffff;
}

.main-nav-one__home-three .main-nav__right {
	padding-left: 0;
	border-left: 0;
	margin-left: 40px;
}

/* home three stricked */
.main-nav-one__home-three.stricked-menu {
	position: fixed;
	background-color: var(--thm-black);
	border-bottom: 0;
}

/*-------------------------------------------------------------- 
# Banner
--------------------------------------------------------------*/

.banner-section {
	position: relative;
}

.banner-carousel {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* padding: 120px 0px 220px; */
	overflow: hidden;
	height:870px;
}

.style-two .banner-carousel .slide-item {
	padding: 340px 0px 210px;
}

.style-three .banner-carousel .slide-item {
	padding: 300px 0px 270px;
}

.banner-carousel .slide-item .curved-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
}

.banner-carousel .slide-item .curved-layer:before {
	content: "";
	position: absolute;
	right: 0;
	top: -80%;
	width: 150%;
	height: 200%;
	opacity: 0.85;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: rotate(20deg) scaleX(0);
	transform: rotate(20deg) scaleX(0);
}

.banner-carousel .active .slide-item .curved-layer:before {
	-webkit-transform: rotate(20deg) scaleX(1);
	transform: rotate(20deg) scaleX(1);
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	background-attachment: fixed;
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-animation-name: slideBgImage;
	        animation-name: slideBgImage;
	-webkit-animation-duration: 7000ms;
	        animation-duration: 7000ms;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.banner-carousel .slide-item:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0.4;
	content: "";
	z-index: 1;
}

.banner-carousel .slide-item.shadowNone:before {
	display:none;
}


.banner-carousel .content-box {
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	z-index: 5;
}

.banner-carousel .content-box:before {
	position: absolute;
	content: "";
	left: -220px;
	top: -120px;
	width: 650px;
	height: 650px;
	border-radius: 50%;
}

.style-three .banner-carousel .content-box {
	text-align: left;
	max-width: 1000px;
	margin: 0 0;
}

.banner-carousel .content-box h3 {
	font-family: var(--thm-font);
	display: block;
	font-size: 24px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 35px;
	letter-spacing: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}

.banner-carousel .active .content-box h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box h2 {
	display: block;
	font-size: 70px;
	line-height: 1.15em;
	color: #ffffff;
	font-weight: 700;
	opacity: 0;
	margin-bottom: 0;
	position: relative;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}

.banner-carousel .content-box h2 span {
	font-weight: 300;
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box .text {
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin: 0 auto;
	margin-bottom: 35px;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
}

.style-three .banner-carousel .content-box .text {
	text-align: left;
	max-width: 600px;
	margin: 0 0 40px;
}

.banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	margin-top: 0;
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .thm-btn {
	margin-right: 20px;
	padding: 13.5px 40.5px;
	background-color: #fff;
	color: var(--thm-black);
}

.banner-carousel .content-box .btn-box .thm-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.banner-carousel .content-box .btn-box .thm-btn:last-child {
	margin: 0;
}

.banner-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: 900;
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	left: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover:after {
	color: #222;
}

.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	right: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next:hover:after {
	color: #222;
}

.banner-section .owl-theme .owl-nav .owl-prev:hover,
.banner-section .owl-theme .owl-nav .owl-next:hover {
	opacity: 1;
	background-color: #fff;
}

.banner-section .owl-dots {
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	display: none;
}

.banner-section .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}

.banner-section .btn-style-one .btn-title {
	background-color: #fff;
	color: #222;
}

.banner-section .btn-style-one:hover .btn-title {
	color: #fff;
}

.banner-section__home-two .content-box h3 {
	color: var(--thm-base);
}

.banner-section__home-two .banner-carousel .slide-item {
	padding-top: 175px;
	padding-bottom: 175px;
}

.banner-section__home-three .banner-carousel .slide-item {
	padding-top: 335px;
	padding-bottom: 210px;
}

.banner-section__home-three .owl-theme .owl-nav .owl-prev {
	left: 20px;
	outline: none;
}

.banner-section__home-three .owl-theme .owl-nav .owl-next {
	right: 20px;
	outline: none;
}

/*-------------------------------------------------------------- 
# Exhibitions
--------------------------------------------------------------*/

.exhibition-one {
	padding-bottom: 120px;
}

.exhibition-one .row.high-gutter {
	margin-left: -53px;
	margin-right: -53px;
}

.exhibition-one .row.high-gutter>[class*="col-"] {
	padding-left: 53px;
	padding-right: 53px;
}

.exhibition-one__single {
	margin-bottom: 30px;
}

.exhibition-one__image {
	overflow: hidden;
	position: relative;
}

.exhibition-one__image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	        transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
			left top, right top,
			color-stop(50%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.7) 100%);
}

.exhibition-one__single:hover .exhibition-one__image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

.exhibition-one__image>img {
	width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.exhibition-one__content {
	text-align: center;
}

.exhibition-one__content h3 {
	margin: 0;
	font-size: 24px;
	line-height: 36px;
	color: var(--thm-black);
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.exhibition-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.exhibition-one__content h3 a:hover {
	color: var(--thm-base);
}

.exhibition-one__content p {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--thm-base);
}

/* exhibition two */

.exhibition-two {
	padding-bottom: 340px;
}

.exhibition-two__content {
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.exhibition-two__content h3 {
	margin: 0;
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: var(--thm-black);
}

.exhibition-two__content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.exhibition-two__content h3 a:hover {
	color: var(--thm-base);
}

.exhibition-two__content span {
	font-size: 16px;
	color: var(--thm-base);
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.exhibition-two__content p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 12px;
}

.exhibition-two__link {
	color: #252930;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.exhibition-two__link::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--thm-base);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.exhibition-two__link:hover {
	color: var(--thm-base);
}

.exhibition-two__link:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}


.exhibition-two__image {
	overflow: hidden;
	position: relative;
}

.exhibition-two__image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -190%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.3);
	        transform: rotate(30deg) scale(1.3);
	background: -webkit-gradient(linear,
			left top, right top,
			color-stop(50%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.7) 100%);
}

.exhibition-two__single:hover .exhibition-two__image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

.exhibition-two__carousel.owl-theme .owl-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.exhibition-two__carousel.owl-theme .owl-nav {
	margin-top: 70px;
}

.exhibition-two__carousel.owl-theme .owl-nav [class*=owl-] {
	width: 60px;
	height: 45px;
	border: 1px solid var(--thm-base);
	opacity: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	outline: none;
	margin: 0;
	padding: 0;
}

.exhibition-two__carousel.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--thm-base);
	background-color: transparent;
	opacity: 100%;
}


.exhibition-two__carousel.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
	margin-left: 10px;
}

.exhibition-two__carousel.owl-theme .owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}


.exhibition-two__carousel.owl-theme .owl-nav [class*=owl-] span::before {
	content: '\f30a';
	color: var(--thm-base);
	font-size: 17px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.exhibition-two__carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {
	content: '\f30b';
}




/*-------------------------------------------------------------- 
# Collections
--------------------------------------------------------------*/

.collection-one {
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.collection-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: center;
	position: relative;
}

.collection-one__top .block-title { 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.collection-one__top .block-title p { margin-right:210px;}

.collection-one__top .block-title h3 {
	color:rgba(30,30,30,1);
	color: #fff; font-weight:500;
}

.collection-one__top .more-post__link {
	color:rgba(30,30,30,1);
	color: #fff;
}

.collection-one__top .more-post__block {
	position: absolute;
	right:0; top:0;
}


.benefits-one .collection-one__top .block-title h3 {
	color: #fff; font-weight:500;
	color:rgba(30,30,30,1);
}

.benefits-one .collection-one__top .more-post__link {
	color: #fff;
	color:rgba(30,30,30,1);
}


.benefits-one .collection-one__top .block-title h3.notoSerif { font-family: "Noto Serif KR", serif; }


.collection-one__carousel {
	width: 100%;
	max-width: 1745px;
	max-width:100%;
	margin-left: auto;
	margin-right: 0;
	margin-right:auto;
	margin-top: 90px;
}

@media (max-width: 1750px) {
	.collection-one__carousel {
		max-width: 1660px;
	}
}

@media (max-width: 1440px) {
	.collection-one__carousel {
		margin-right: -140px;
		margin-right:auto;
	}
}

@media (max-width: 1366px) {
	.collection-one__carousel {
		margin-right: -90px;
		margin-right:auto;
	}
}

.collection-one__single {
	padding-left: 190px;
	padding-left:auto;
	position: relative;
}

@media (max-width: 1440px) {
	.collection-one__single {
		padding-left: 120px;
		padding-left:auto;
	}
}

.collection-one__single>img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
	        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.collection-one__single:hover>img {
	-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
	        clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
}

.collection-one__content {
	position: absolute;
	bottom: 80px;
	left: 100px;
	width: 100%;
}

.collection-one__content h3 {
	margin: 0;
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	width: 50%;
}
.collection-one__content h3 a {
	font-size: 30px;
	font-family:var(--heading-font);
}
.collection-one__content h3 a span { display:block; font-size:16px; color:#fff; margin-top:10px;  font-weight:300;}

@media (max-width: 1440px) {
	.collection-one__content h3 {
		width: 70%;
	}
}

.collection-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.collection-one__content h3 a:hover {
	color: var(--thm-base);
}


.collection-one .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.collection-one .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.collection-one .owl-theme .owl-nav .owl-prev:after {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: 900;
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	left: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.collection-one .owl-theme .owl-nav .owl-prev:hover:after {
	color: #222;
}

.collection-one .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.collection-one .owl-theme .owl-nav .owl-next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	right: 0;
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.collection-one .owl-theme .owl-nav .owl-next:hover:after {
	color: #222;
}

.collection-one .owl-theme .owl-nav .owl-prev:hover,
.collection-one .owl-theme .owl-nav .owl-next:hover {
	opacity: 1;
	background-color: #fff;
}



/* featured collection */
.midContainer { padding:0; }
.featured-collection {
	padding-top: 150px;
	padding-bottom: 200px;
	padding:0;
}
.baseText { padding-right:80px !important; }
.baseText2 { padding-right:20px !important; }
.baseText span { 
	display: block !important; 
	font-size:22px !important; 
	font-weight:400 !important; 
	font-family: 'Pretendard' !important;
	line-height:2 !important;
	letter-spacing:-1px;
}
.featured-collection__left {
	padding-right: 50px;
}
.padding_left { padding-left:0; }

.featured-collection a.base-btn { 
	width:180px; height:59px;
	border:1px solid rgba(62,62,62,1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:17px; font-weight:600;
	line-height:1;
	color:rgba(30,30,30,1);
	background:#fff;
}


.featured-collection__left .featured-collection__image {
	margin-bottom: 80px;
}

.featured-collection__left>p {
	margin: 0;
}

.featured-collection__btn {
	margin-top: 40px;
}

.featured-collection__btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.featured-collection__right {
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height:100%;
	width:100%;
}

.featured-collection__right>p {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--heading-font);
	font-size: 24px;
	line-height: 44px;
	margin-top:40px;
	margin-bottom: 100px;
}

.featured-collection__right .block-title {
	margin-bottom: 50px;
}

.featured-collection__image>img {
	max-width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.featured-collection__image {
	overflow: hidden;
	position: relative;
}

.featured-collection__image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -120%;
	left: -210%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.5);
	        transform: rotate(30deg) scale(1.5);
	background: -webkit-gradient(linear,
			left top, right top,
			color-stop(50%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.7) 100%);
}

.featured-collection__image:hover::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

/* collection two */

.collection-two {
	padding-bottom: 200px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(245, 247, 250, .8)));
	background-image: linear-gradient(180deg, transparent 0%, rgba(245, 247, 250, .8) 100%);
	padding-top: 165px;
}

.collection-two .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.collection-two__single {
	position: relative;
}

.collection-two__content {
	padding-top: 32.5px;
	padding-bottom: 32.5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	        transform: translateX(-50%) translateY(50%);
	width: calc(100% - 70px);
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	-webkit-transition: 500ms;
	transition: 500ms;
	z-index: 11;
}

.collection-two__content:hover {
	background-color: var(--thm-base);
}

.collection-two__content h3 {
	color: var(--thm-black);
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
}

.collection-two__content:hover h3 a {
	color: #fff;
}

.collection-two__content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.collection-two__content h3 a:hover {
	color: #fff;
}

.collection-two__content p {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	color: var(--thm-base);
	line-height: 1em;
	margin-top: 20px;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.collection-two__content:hover p {
	color: #fff;
}

.collection-two__carousel.owl-theme .owl-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.collection-two__carousel.owl-theme .owl-nav {
	margin-top: 160px;
}

.collection-two__carousel.owl-theme .owl-nav [class*=owl-] {
	width: 60px;
	height: 45px;
	border: 1px solid var(--thm-base);
	opacity: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	outline: none;
	margin: 0;
	padding: 0;
}

.collection-two__carousel.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--thm-base);
	background-color: transparent;
	opacity: 100%;
}


.collection-two__carousel.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
	margin-left: 10px;
}

.collection-two__carousel.owl-theme .owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}


.collection-two__carousel.owl-theme .owl-nav [class*=owl-] span::before {
	content: '\f30a';
	color: var(--thm-base);
	font-size: 17px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.collection-two__carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {
	content: '\f30b';
}


.collection-two__image {
	overflow: hidden;
	position: relative;
}

.collection-two__image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	        transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
			left top, right top,
			color-stop(50%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.7) 100%);
}

.collection-two__single:hover .collection-two__image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

.collection-two__image>img {
	width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

/* collection two full width page */

.collection-two__collection-full-page {
	padding-top: 0;
	padding-bottom: 150px;
}

/* collection two home three */

.collection-two__home-three {
	padding-top: 0;
	padding-bottom: 150px;
	position: relative;
	z-index: 10;
	background-image: none;
}

.collection-two__scupture {
	position: absolute;
	bottom: -45px;
	right: 2%;
	z-index: 10;
}

.collection-two__home-three .collection-two__content h3 {
	font-size: 24px;
}

.collection-two__home-three .collection-two__content {
	width: calc(100% - 40px);
	box-shadow: none;
}

.collection-two__home-three .collection-two__image img {
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

/* collection three */

.collection-three {
	padding-top: 150px;
	padding-bottom: 80px;
}

.collection-three__block>p {
	font-size: 16px;
	line-height: 28px;
	color: #848484;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 35px;
}

.collection-three__block-btn {
	border: 2px solid #e5e5e5;
	background-color: #fff;
	color: var(--thm-black);
}

.collection-three__block-btn:hover {
	color: #fff;
	background-color: var(--thm-black);
	border-color: var(--thm-black);
}

.collection-three .collection-two__single {
	margin-bottom: 50px;
}

.collection-three .masonary-layout {
	margin-left: -20px;
	margin-right: -20px;
}

.collection-three .masonary-item {
	padding-left: 20px;
	padding-right: 20px;
}

.collection-three .collection-two__content {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: left;
	background-color: #fff !important;
	box-shadow: none;
	bottom: auto;
	left: auto;
	-webkit-transform: translateX(0) translateY(0);
	        transform: translateX(0) translateY(0);
	padding-top: 20px;
}

.collection-three .collection-two__content h3 {
	color: var(--thm-black) !important;
}

.collection-three .collection-two__single:hover .collection-two__content h3 a,
.collection-three .collection-two__content h3 a:hover {
	color: var(--thm-base) !important;
}

.collection-three .collection-two__content h3 br {
	display: none;
}

.collection-three .collection-two__content p {
	color: var(--thm-base) !important;
}


/* collection grid */

.collection-grid {
	padding-bottom: 100px;
}

.collection-grid .row.high-gutter {
	margin-left: -20px;
	margin-right: -20px;
}

.collection-grid .row.high-gutter>[class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

.collection-grid__single {
	margin-bottom: 50px;
}

.collection-grid__image {
	position: relative;
	background-color: var(--thm-black);
	overflow: hidden;
}

.collection-grid__image>img {
	width: 100%;
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	transition: opacity 500ms, -webkit-transform 500ms;
	transition: transform 500ms, opacity 500ms;
	transition: transform 500ms, opacity 500ms, -webkit-transform 500ms;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
}

.collection-grid__single:hover .collection-grid__image>img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.collection-grid__image>a {
	width: 65px;
	height: 65px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
	position: absolute;
	top: calc(50% - 32.5px);
	left: calc(50% - 32.5px);
	background-color: #fff;
	color: var(--thm-black);
	line-height: 65px;
	font-size: 30px;
	font-weight: 600px;
	color: var(--thm-black);
	-webkit-transform: translateY(33px) rotate(30deg);
	        transform: translateY(33px) rotate(30deg);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 500ms;
	transition: 500ms;
	-webkit-transition-delay: 0ms;
	        transition-delay: 0ms;
}

.collection-grid__single:hover .collection-grid__image>a {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) rotate(0);
	        transform: translateY(0) rotate(0);
	-webkit-transition-delay: 500ms;
	        transition-delay: 500ms;
}

.collection-grid__content h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--thm-black);
	margin-top: 30px;
	margin-bottom: 20px;
}

.collection-grid__content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.collection-grid__content h3 a:hover {
	color: var(--thm-base);
}

.collection-grid__content p {
	margin: 0;
	color: var(--thm-base);
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
}

/* collection filter */

.collection-filter {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.collection-filter li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 10px;
}

.collection-filter li+li {
	margin-left: 10px;
}

.collection-filter li span {
	display: block;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: var(--thm-black);
	padding: 10px 26px;
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.collection-filter li.active span,
.collection-filter li:hover span {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: #fff;
}

/* collection masonary */

.collection-masonary {
	padding-top: 150px;
}

.collection-masonary .collection-grid__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-bottom: 60px;
}

@media(max-width: 1199px) {
	.collection-masonary .collection-grid__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		        align-items: flex-start;
	}
}

.collection-masonary .collection-grid__top .block-title {
	margin-bottom: 0;
}

@media(max-width: 1199px) {
	.collection-masonary .collection-grid__top .block-title {
		margin-bottom: 40px;
	}
}

.collection-masonary .collection-filter {
	margin-bottom: 0;
}

/*-------------------------------------------------------------- 
# Blog
--------------------------------------------------------------*/

.blog-one {
	padding-top: 56px;
	padding-bottom: 56px;
}

.blog-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-bottom: 55px;
}

.blog-one__single {
	margin-bottom: 30px;
}

.blog-one__image {
	overflow: hidden;
	background-color: var(--thm-black);
}

.blog-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.blog-one__date {
	display: inline-block;
	vertical-align: middle;
	color: #252930;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	position: absolute;
	top: 40px;
	left: 40px;
	text-transform: uppercase;
}

.blog-one__date i {
	color: var(--thm-base);
	margin-right: 4px;
}

.blog-one__content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
	/* box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1); */
}

.blog-one__content::before {
	content: "";
	width: 2px;
	height: 40px;
	background-color: var(--thm-base);
	position: absolute;
	top: -20px;
	right: 40px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: none;
}

.blog-one__single:hover .blog-one__content::before {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.blog-one__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin: 0;
	margin-bottom: 5px;
}

.blog-one__meta li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: var(--thm-base);
	text-transform: uppercase;
	font-size: 18px;
	font-weight:400;
	margin-right:10px;
}

.blog-one__meta li a {
	color: inherit;
}

.blog-one__meta li+li:before {
	content: "|";
	margin-left: 14px;
	margin-right: 14px;
	display: none;
}

.blog-one__content {
	background:rgba(247,247,247,1);
}
.blog-one__content h3 {
	margin: 0;
	font-size: 26px !important;
	line-height: 34px;
	color: var(--thm-black);
	margin-bottom: 25px;
}

.blog-one__content h3 a {
	color: inherit;
	font-size: 26px !important;	
	-webkit-transition: 500ms;
	transition: 500ms;
	font-weight:700;
}

.blog-one__content h3 a:hover {
	color: var(--thm-base);
}

.blog-one__content p {
	margin: 0;
	font-size: 20px;
	line-height: 32px;
	color: #848484;
	color:rgba(62,62,62,1);
	margin-bottom: 66px;
}

.blog-one__link {
	color: #252930;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.blog-one__link::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--thm-base);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__link:hover {
	color: var(--thm-base);
}

.blog-one__link:hover::before {
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

/* blog one video */

.blog-one__video {
	position: relative;
	background-color: #212224;
}

.blog-one__video::before {
	content: '';
	width: 300px;
	height: 300px;
	border: 2px solid #ffffff;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.blog-one__video>img {
	width: 100%;
	opacity: 0.3;
}

.blog-one__video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	color: #FFF;
	font-size: 21px;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-color: var(--thm-base);
}

.blog-one__video-btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/* blog standard page */

.blog-standard-page .blog-one__content {
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
	padding-bottom: 0;
}

.blog-standard-page .blog-one__content::before {
	display: none;
}

.blog-standard-page .blog-one__single {
	margin-bottom: 50px;
}

/* blog masonary */

.blog-masonary__single {
	margin-bottom: 60px;
}

.blog-masonary__single .blog-one__image {
	margin-bottom: 30px;
}

.blog-masonary__qoute {
	background-color: var(--thm-base);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 55px;
	margin-bottom: 70px;
}

.blog-masonary__qoute p {
	margin: 0;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	font-family: var(--heading-font);
	font-style: italic;
}

.blog-masonary__qoute h3 {
	text-transform: uppercase;
	font-family: var(--thm-font);
	margin: 0;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 45px;
}

.blog-masonary__qoute h3::before {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin-right: 10px;
}

.blog-masonary__single h3 {
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: var(--thm-black);
	font-weight: bold;
}

.blog-masonary__single h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-masonary__single h3 a:hover {
	color: var(--thm-base);
}

.blog-masonary__single .blog-one__meta {
	margin-bottom: 30px;
	margin-top: 5px;
}

/* blog details */

.blog-details__image {
	margin-bottom: 40px;
}

.blog-details__main h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 44px;
	line-height: 55px;
	font-weight: bold;
}

.blog-details__main p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
}

.blog-details__main h4 {
	margin: 0;
	color: #252930;
	font-size: 24px;
	font-weight: bold;
}

.blog-details__main .blog-details__tags {
	font-size: 17px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.blog-details__tags span {
	margin-right: 5px;
}

.blog-details__tags span,
.blog-details__tags a {
	color: #252930;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-details__tags a+a {
	margin-left: 5px;
}

.blog-details__tags a:hover {
	color: var(--thm-base);
}

.blog-details__share {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: var(--thm-black);
}

.blog-details__share span {
	margin-right: 10px;
}

.blog-details__share a {
	font-size: 16px;
	color: #c2c2c2;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.blog-details__share a+a {
	margin-left: 10px;
}

.blog-details__share a:hover {
	color: var(--thm-base);
}

.blog-details__main .blog-details__tags {
	margin-bottom: 15px;
	margin-top: 45px;
}

/*-------------------------------------------------------------- 
# Comment
--------------------------------------------------------------*/

.comment-one {
	margin-top: 50px;
	margin-bottom: 50px;
}

.comment-one__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}

.comment-one__single {
	display: -webkit-box;
	display: flex;
}

.comment-one__image>img {
	width: 80px;
	border-radius: 50%;
}

.comment-one__content {
	padding-left: 30px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 24px;
	color: var(--thm-black);
	font-weight: bold;
	margin-bottom: 5px;
}

.comment-one__btn {
	margin: 0;
	padding: 2px 15px;
	color: var(--thm-black);
	background-color: #fff;
	border: 1px solid #e5e5e5;
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-one__btn:hover {
	color: #fff;
	border-color: var(--thm-base);
	background-color: var(--thm-base);
}

.comment-one__single {
	position: relative;
}

.comment-one__content span {
	margin: 0;
	color: #848484;
	display: block;
	margin-bottom: 15px;
}

.comment-one__content p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
}

.comment-one__single+.comment-one__single {
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
	margin-top: 40px;
}

.comment-one__single+.comment-one__single .comment-one__btn {
	top: 60px;
}

/*-------------------------------------------------------------- 
# Event
--------------------------------------------------------------*/

.event-one {
	padding-bottom: 150px;
	position: relative;
	background-image: -webkit-gradient(linear,
			left top, right top,
			from(rgba(245, 247, 250, 0)),
			to(rgba(245, 247, 250, 0.8)));
	background-image: linear-gradient(90deg,
			rgba(245, 247, 250, 0) 0%,
			rgba(245, 247, 250, 0.8) 100%);
}

.event-one::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/backgrounds/event-bg-1-1.jpg);
}

.event-one__moc {
	position: absolute;
	top: -150px;
	right: 2%;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.event-one__home-three .event-one__moc {
	left: 2%;
	right: auto;
}

.event-one .container {
	position: relative;
}

.event-one .container .row>[class*="col-"]+[class*="col-"] {
	margin-top: 30px;
}

.event-one__single {
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding-left: 80px;
	padding-right: 80px;
	flex-wrap: wrap;
	padding-top: 55.5px;
	padding-bottom: 55.5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.event-one__single:hover {
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.event-one__image {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	position: relative;
}

.event-one__image-inner {
	position: relative;
}

.event-one__image-inner::before {
	content: "";
	width: 260px;
	height: 10px;
	border-top: 2px solid var(--thm-base);
	border-bottom: 2px solid var(--thm-base);
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg) skewX(45deg);
	        transform: translate(-50%, -50%) rotate(-45deg) skewX(45deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.event-one__single:hover .event-one__image-inner::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg) skewX(45deg);
	        transform: translate(-50%, -50%) rotate(45deg) skewX(45deg);
}

.event-one__image-inner>img {
	position: relative;
	z-index: 10;
	border-radius: 50%;
	box-shadow: 0px 10px 20px 0px rgba(33, 37, 43, 0.2);
}

.event-one__content {
	padding-left: 80px;
	padding-right: 90px;
	-webkit-box-flex: 1;
	        flex: 1 1 54%;
}

.event-one__content h3 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: var(--thm-black);
}

.event-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.event-one__content h3 a:hover {
	color: var(--thm-base);
}

.event-one__content p {
	margin: 0;
	width: 87%;
}

.event-one__date {
	font-size: 20px;
	color: var(--thm-base);
	line-height: 1em;
	text-align: center;
	margin-right: 85px;
}

.event-one__date span {
	display: block;
	font-size: 47px;
	font-weight: bold;
	color: var(--thm-black);
	margin-bottom: 15px;
}

.event-one__btn {
	border: 2px solid #e5e5e5;
	background-color: transparent;
	font-size: 16px;
	color: var(--thm-black);
}

.event-one__btn:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: #fff;
}

.event-one__event-page-2 {
	padding-top: 150px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 247, 250, 0)), to(rgba(245, 247, 250, 0.8)));
	background-image: linear-gradient(90deg, rgba(245, 247, 250, 0) 0%, rgba(245, 247, 250, 0.8) 100%);
}

.event-one__event-page-2::before {
	display: none;
}

.event-one__event-page-2 .more-post__block {
	margin-top: 70px;
}

/* event two */

.event-two {
	padding-bottom: 150px;
	position: relative;
}

.event-two__sculpture {
	position: absolute;
	top: -120px;
	right: 3%;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.event-two .container {
	position: relative;
}

.event-two__single+.event-two__single {
	margin-top: 70px;
}

.event-two__single:nth-child(odd) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}

.event-two__single:nth-child(even) .row .event-two__content {
	padding-left: 50px;
}

.event-two__single:nth-child(odd) .row .event-two__content {
	padding-right: 50px;
}

.event-two__image {
	position: relative;
}

.event-two__image::before {
	content: '';
	width: 250px;
	height: 202px;
	background-image: url(../images/shapes/event-2-dot-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -75px;
}


.event-two__single:nth-child(odd) .event-two__image::before {
	left: auto;
	right: -75px;
}

.event-two__image {
	display: inline-block;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.2);
}

.event-two__image-inner>img {
	position: relative;
}

.event-two__image-inner {
	overflow: hidden;
	position: relative;
}

.event-two__image-inner::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg) scale(1.2);
	        transform: rotate(30deg) scale(1.2);
	background: -webkit-gradient(linear,
			left top, right top,
			color-stop(50%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.7) 100%);
}

.event-two__single:hover .event-two__image-inner::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}


.event-two__content .block-title {
	margin-bottom: 40px;
}

.event-two__content .block-title p {
	font-size: 16px;
}

.event-two__content .block-title h3 {
	font-size: 30px;
	margin-top: 15px;
}

.event-two__content>p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 28px;
}

.event-two__btn {
	border: 2px solid #e5e5e5;
	background-color: transparent;
	color: #252930;
	margin-top: 40px;
}

.event-two__btn:hover {
	background-color: var(--thm-base);
	color: #fff;
	border-color: var(--thm-base);
}

.event-two__event-1-page {
	padding-top: 150px;
}

.event-two__event-1-page .more-post__block {
	margin-top: 70px;
}

/* event three */

.event-three {
	padding-top: 150px;
	padding-bottom: 150px;
}

.event-three .more-post__block {
	margin-top: 30px;
}

.event-three__single {
	margin-bottom: 40px;
}

.event-three__image {
	overflow: hidden;
	background-color: var(--thm-black);
}

.event-three__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.event-three__single:hover .event-three__image>img {
	opacity: 0.5;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.event-three__date {
	display: inline-block;
	vertical-align: middle;
	color: #252930;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	position: absolute;
	top: 40px;
	left: 40px;
	text-transform: uppercase;
}

.event-three__date i {
	color: var(--thm-base);
	margin-right: 4px;
}

.event-three__content {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.event-three__content span {
	text-transform: uppercase;
	font-size: 16px;
	color: var(--thm-base);
	display: block;
	line-height: 1em;
}

.event-three__content h3 {
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	color: var(--thm-black);
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.event-three__content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.event-three__content h3 a:hover {
	color: var(--thm-base);
}

.event-three__content p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 25px;
}

.event-three__content p i {
	margin-right: 10px;
}

.event-three__btn {
	padding: 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	color: var(--thm-black);
	padding: 10px 37.5px;
}

.event-three__btn:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: #fff;
}

/* event details */

.event-details {
	padding-top: 150px;
	padding-bottom: 150px;
}

.event-details__booking {
	background-image: url(../images/shapes/event-d-bg-1-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-color: var(--thm-black);
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
}


.event-details__book-btn {
	padding: 11px 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.event-details__booking-info {
	margin: 0;
	margin-bottom: 55px;
}

.event-details__booking-info li {
	color: rgba(255, 255, 255, .5);
	font-size: 17px;
	line-height: 1em;
}

.event-details__booking-info li+li {
	margin-top: 25px;
}

.event-details__booking-info li span {
	display: block;
	color: #fefefe;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	margin-bottom: 15px;
}

.event-details .row.high-gutter {
	margin-left: -20px;
	margin-right: -20px;
}

.event-details .row.high-gutter>[class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

.event-details__image {
	margin-bottom: 50px;
}

.event-details__image>img {
	width: 100%;
}

.event-details__content p {
	margin: 0;
}

.event-details__content p+p {
	margin-top: 25px;
}

.event-details__content h3 {
	font-weight: bold;
	font-size: 24px;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 25px;
}

.event-details__content p+h3 {
	margin-top: 30px;
}

.event-details__content .google-map__contact {
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	width: 100%;
	height: 350px;
	display: block;
	border: none;
	outline: none;
	margin-top: 40px;
	margin-bottom: 50px;
}

.event-details__contact {
	margin: 0;
	margin-top: 40px;
}

.event-details__contact li {
	font-size: 17px;
	line-height: 1em;
	color: #848484;
}

.event-details__contact li+li {
	margin-top: 25px;
}

.event-details__contact li span {
	display: block;
	color: var(--thm-black);
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	margin-bottom: 15px;
}

.event-details__top {
	margin-bottom: 60px;
}

.event-details__top p {
	text-transform: uppercase;
	margin: 0;
	font-size: 17px;
	color: var(--thm-base);
	line-height: 1em;
	margin-bottom: 25px;
}

.event-details__top h3 {
	margin: 0;
	font-weight: bold;
	color: var(--thm-black);
	font-size: 44px;
}

.event-details__post-nav {
	border-top: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
	margin-top: 65px;
	padding-top: 30px;
}

[class*=event-details__post__] {
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
	position: relative;
	padding-left: 55px;
	background-image: url(../images/shapes/event-d-p-post.png);
	background-repeat: no-repeat;
	background-position: left center;
}

[class*=event-details__post__] p {
	margin: 0;
	color: #8e8e8e;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1em;
}

[class*=event-details__post__] h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

[class*=event-details__post__] h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.event-details__post__next {
	text-align: right;
	padding-left: 0;
	padding-right: 55px;
	background-image: url(../images/shapes/event-d-n-post.png);
	background-position: right center;
}


/*-------------------------------------------------------------- 
# Call to Action
--------------------------------------------------------------*/

.cta-one {
	padding-top: 117px;
	padding-bottom: 127px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: var(--thm-black);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

.cta-one__btn-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 35px;
}

.cta-one h3 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.cta-one p {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.cta-one__btn-one {
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	background-color: transparent;
	padding: 11.5px 34.5px;
	margin-right: 15px;
}

.cta-two {
	padding-bottom: 150px;
}

.cta-two .inner-container {
	margin-top: -100px;
	position: relative;
	z-index: 11;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 30px 70px 0px rgba(33, 37, 43, 0.1);
}

.cta-two__box {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 55px;
}

.cta-two__icon {
	width: 90px;
	height: 90px;
	background-color: rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 50%;
}

.cta-two__icon i {
	font-size: 40px;
	color: var(--thm-black);
}

.cta-two__box h3 {
	color: var(--thm-black);
	font-size: 24px;
	margin: 0;
	margin-bottom: 15px;
}

.cta-two__box p {
	margin: 0;
	margin-bottom: 20px;
}

.cta-two__box .thm-btn {
	background-color: transparent;
	color: var(--thm-black);
	border: 2px solid #e5e5e5;
	font-size: 16px;
	padding: 6px 26px;
}
.cta-two__box .thm-btn:hover {
	background-color: var(--thm-black);
	border-color: var(--thm-black);
	color: #fff;
}

.thm-btn-transparent {
	background-color: transparent !important;
}

.thm-btn-transparent:hover {
	color:#fff !important;
	background:#000 !important; 
}

[class*="col-"]:nth-child(2) .cta-two__box {
	background-color: var(--thm-black);
}

[class*="col-"]:nth-child(2) .cta-two__box h3 {
	color: #fff;
}

[class*="col-"]:nth-child(2) .cta-two__icon {
	background-color: rgba(255, 255, 255, 0.05);
}

[class*="col-"]:nth-child(2) .cta-two__icon i {
	color: var(--thm-base);
}

[class*="col-"]:nth-child(2) .cta-two__box .thm-btn {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: #fff;
}

[class*="col-"]:nth-child(2) .cta-two__box .thm-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--thm-black);
}

.cta-two__home-two {
	background-color: #1b1f24;
}

.cta-two__home-two .inner-container {
	margin-top: 0;
	background-color: transparent;
}

.cta-two__home-two [class*="col-"]:nth-child(2) .cta-two__box {
	background-color: transparent;
}

.cta-two__home-two .cta-two__box h3 {
	color: #fff;
}

.cta-two__home-two [class*="col-"]:nth-child(2) .cta-two__Icon,
.cta-two__home-two .cta-two__icon {
	background-color: rgba(255, 255, 255, 0.05);
}

.cta-two__home-two .cta-two__icon i {
	color: var(--thm-base);
}

.cta-two__home-two [class*="col-"]:nth-child(2) .cta-two__box .thm-btn,
.cta-two__home-two .cta-two__box .thm-btn {
	background-color: transparent;
	color: rgb(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.1);
}

.cta-two__home-two [class*="col-"]:nth-child(2) .cta-two__box .thm-btn:hover,
.cta-two__home-two .cta-two__box .thm-btn:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: #fff;
}

.cta-two__home-two .cta-two__box {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	text-align: left;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.cta-two__home-two .cta-two__icon {
	margin-left: 0;
	margin-right: 20px;
	width: 75px;
	height: 75px;
}

.cta-two__home-two .cta-two__icon {
	font-size: 35px;
}

.cta-two__home-two {
	padding-bottom: 0;
}

.cta-two__home-two .cta-two__box {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* cta three */

.cta-three .inner-container {
	background-color: #1b1f24;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
	padding-left: 100px;
	padding-right: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 90px;
	position: relative;
	margin-top: -190px;
	margin-bottom: -190px;
	z-index: 10;
}

.cta-three .inner-container::before {
	content: '';
	width: 60px;
	height: 2px;
	background-color: var(--thm-base);
	top: 115px;
	left: -30px;
	position: absolute;
}

.cta-three__title {
	position: relative;
	top: -10px;
}

.cta-three__title h3 {
	width: 170px;
	color: #fff;
	font-size: 30px;
	line-height: 46px;
	font-weight: bold;
	margin: 0;
}


.cta-three__title h3 span {
	color: var(--thm-base);
}

.cta-three__content {
	padding-left: 80px;
}

.cta-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.cta-three__list-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 30px;
}

.cta-three__list {
	margin: 0;
	-webkit-box-flex: 1;
	        flex: 1 1 32%;
}

.cta-three__list:not(:first-child) {
	margin-left: 40px;
}

.cta-three__list:nth-child(1) {
	-webkit-box-flex: 1;
	        flex: 1 1 47%;
}

.cta-three__list li {
	color: rgb(255, 255, 255, .5);
	font-size: 16px;
	position: relative;
	padding-left: 23px;
}

.cta-three__list li+li {
	margin-top: 7px;
}

.cta-three__list li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--thm-base);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*-------------------------------------------------------------- 
# Brand 
--------------------------------------------------------------*/

.brand-one {
	background-color: #fff;
	border-top:1px solid #e5e5e5;
	height:140px;
	display: flex; 
	justify-content: center !important;
	align-items: center !important;
}

.brand-one__carousel {
	display: flex !important; 
	justify-content: space-between !important;
	align-items: center !important;
	height:140px;
	width:100%;
	padding:0 80px;
}
.brand-one__carousel .item {
	display: inline-flex; 
	justify-content: center !important;
	align-items: center !important;
}
.brand-one__carousel .item img {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width:100%;
}

.brand-one__carousel img:hover {
	opacity: 1;
}


@media (max-width:1024px){

	.brand-one__carousel {
		width:320px;
		padding:0 20px;
	}

	.baseText span { 
		font-size: 20px !important;
		line-height: 2 !important;
		word-break:keep-all;
	}
	.featured-collection__btn {
		margin-top: 0;
		margin-bottom:100px;
	}
	.collection-one {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.blog-one__meta { flex-wrap:wrap; }
	.blog-one__meta li { flex:0 0 100%; margin-bottom:12px; }
	.benefits-box .block-base span { line-height: 2 !important; }


	.brand-one__carousel {
		padding:0 20px;
	}
}


/*-------------------------------------------------------------- 
# Main Footer 
--------------------------------------------------------------*/

.site-footer {
	background:rgba(30,30,30,1);
}

.site-footer-sms {
	display: flex;
	height:140px;
	align-items: center;
}
.site-footer-sms a { 
	flex:0 0 25%; height:140px; border-left:1px solid #5b5a5a; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-footer-sms a i {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:75px;
	background:rgba(255,255,255,0.05);
	margin-right:30px;
	width:75px;
	height:75px;
}
.site-footer-sms a i img { max-width:100%; }
.site-footer-sms a dl dt {
	font-size:20px; font-weight:500;
	color:#fff; letter-spacing: -1px;
}
.site-footer-sms a dl dd {
	margin-top:6px;
	font-size:16px; font-weight:400;
	color:rgba(158,158,158,1); letter-spacing: -1px;
}


@media (max-width:1024px){
	.baseText { padding-right:0 !important; } 
	.block-title p { padding-left:30px !important; }
	.collection-one__top .more-post__block { position:relative; margin:30px auto; }
	.site-footer-sms {
		display: flex;
		height:auto;
		padding:0 0;
		flex-wrap:wrap;
	}
	.site-footer-sms a { 
		flex:0 0 50%; height:auto; 
		justify-content: flex-start;
	    border-left:0 solid #5b5a5a; 
		margin:0 0;
		padding:15px 0 15px 15px;
	}
	.site-footer-sms a:nth-child(2) { border-left:1px solid #5b5a5a; }
	.site-footer-sms a:nth-child(4) { border-left:1px solid #5b5a5a; border-top:1px solid #5b5a5a;}
	.site-footer-sms a:nth-child(3) { border-top:1px solid #5b5a5a; }

	.site-footer-sms a i {
		margin-right:10px;
		width:45px;
		height:45px;
	}
	.site-footer-sms a i img { width:50%; }

	.site-footer-sms a dl dt {
		font-size:17px; 
	}
	.site-footer-sms a dl dd {
		margin-top:5px;
		font-size:13px; letter-spacing: 0px;
	}
}


.footContainer { padding:0 30px;}

.site-footer__upper {
	padding-bottom: 60px;
	padding-top: 60px;
	border-top:1px solid rgba(91,90,90,1);
	border-bottom:1px solid rgba(91,90,90,1);
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget__title {
	margin: 0;
	color:rgba(238,238,238,1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 50px;
}

.footer-widget p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
}

.footer-widget p+p {
	margin-top: 15px;
}

.footer-widget p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget p a:hover {
	color: var(--thm-black);
}

.footer-widget__links-list {
	margin-bottom: 0;
	list-style: none;
}

.footer-widget__links-list li {
	position: relative;
	padding-left: 0;
	margin-bottom:15px;
	list-style: none;
}

.footer-widget__links-list li+li {
	margin-top: 5px;
}

.footer-widget__links-list li a {
	color: #848484;
	color:rgba(158,158,158,1);
	font-size: 19px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li:hover::before {
	color: var(--thm-black);
}

.footer-widget__links-list li:hover a {
	color: var(--thm-black);
}

.footer-widget__about {
	padding-right: 70px;
}

.footer-widget__about p {
	padding:50px 0;	
}
.footer-widget__about p span {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight:400;
	color: rgba(158,158,158,1);
	display: block;
}

.footer-widget__contact {
	padding-left: 60px;
}

.footer-widget__open-hrs {
	padding-left: 0;
}

.footer-widget__open-hrs h4 { 
	font-size:30px; font-weight:700; color:rgba(170, 160, 129, 1);
	font-family: 'Pretendard';
}
.footer-widget__open-hrs p { padding-top:12px;}
.footer-widget__open-hrs p span { 
	font-size:16px; font-weight:400; line-height:28px; letter-spacing: -1px;
	color:rgba(158,158,158,1);	
	display: block;
}



.site-footer__bottom {
	padding-top: 30px;
}

.site-footer__bottom .inner-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.site-footer__bottom-logo {
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}
.site-footer__bottom { padding-bottom:30px}
.site-footer__bottom p {
	margin: 0;
	color:rgba(110,110,110,1);
	line-height:1.3;
}

.site-footer__bottom-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top:25px;
}

.site-footer__bottom-links a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-links a:hover {
	color: var(--thm-black);
}

.site-footer__bottom-links a+a {
	margin-left:18px;
}

/*-------------------------------------------------------------- 
# About
--------------------------------------------------------------*/

.about-one p {
	margin: 0;
	color: #848484;
	position: relative;
}

.about-one__membership {
	padding-top: 150px;
}



.about-one__moc {
	position: absolute;
	bottom: -75px;
	left: -70px;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.about-one .container {
	padding-bottom: 175px;
}

.about-one__membership .container {
	padding-bottom: 140px;
}

.about-one .block-title {
	margin-bottom: 50px;
}

.about-one .about-one__highlighted-text {
	font-family: var(--heading-font);
	color: #000000;
	font-size: 24px;
	line-height: 44px;
	margin: 0;
	font-weight: 400;
	padding-right: 35px;
}

.about-one__feature-list {
	margin: 0;
	margin-top: 35px;
}

.col-xl-3 .about-one__feature-list {
	margin-left: -10px;
}

.about-one__feature-list li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	word-break: break-all;
	color: #252930;
}

.about-one__feature-list li+li {
	margin-top: 10px;
}

.about-one__feature-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--thm-base);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.about-one__feature h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 30px;
	font-weight: bold;
	font-weight: 700;
	margin-top: 55px;
	margin-bottom: 15px;
}

.about-cta__wrapper {
	position: relative;
	background-image: -webkit-gradient(linear,
			left bottom, left top,
			from(rgba(245, 247, 250, 0)),
			to(rgba(245, 247, 250, 0.8)));
	background-image: linear-gradient(0deg,
			rgba(245, 247, 250, 0) 0%,
			rgba(245, 247, 250, 0.8) 100%);
}

.about-cta__wrapper .container {
	position: relative;
}

.about-cta__wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/backgrounds/event-bg-1-1.jpg);
}

.about-two {
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
}

.about-two::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f7fa;
	opacity: 70%;
}

.about-two__sclupture {
	position: absolute;
	bottom: -100px;
	left: 50px;
	z-index: 10;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

@media(max-width: 1440px) {
	.about-two__sclupture {
		left: -10%;
	}
}

.about-two .container {
	position: relative;
}

.about-two__content p {
	color: #252930;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

.about-two__content .about-two__highlight {
	font-family: var(--heading-font);
	color: #000000;
	font-size: 24px;
	line-height: 44px;
	margin: 0;
}

.about-two__content .block-title {
	margin-bottom: 50px;
}

.about-two__content .about-two__highlight {
	margin-bottom: 30px;
}

.about-two__image {
	margin-top: 50px;
	position: relative;
	left: 100px;
}

.about-two__image::before {
	content: '';
	position: absolute;
	width: 250px;
	height: 250px;
	background-image: url(../images/shapes/about-dot-2.png);
	background-repeat: no-repeat;
	right: -70px;
	top: -70px;
}

.about-two__image>img {
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
	z-index: 10;
	position: relative;
}

/* about three */

.about-three {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 247, 250, 0)), to(rgba(245, 247, 250, 0.8)));
	background-image: linear-gradient(90deg, rgba(245, 247, 250, 0) 0%, rgba(245, 247, 250, 0.8) 100%);
}

.about-three .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.about-three .my-auto {
	display: block;
	width: 100%;
}

.about-three__image img {
	float: right;
}

.about-three__content {
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.about-three__content>p {
	font-size: 16px;
	line-height: 28px;
	color: #252930;
	margin: 0;
}

.about-three__content .about-three__highlight {
	font-family: var(--heading-font);
	color: #000000;
	font-size: 24px;
	line-height: 44px;
}

.about-three__content .block-title {
	margin-bottom: 50px;
}

.about-three__content .about-three__highlight {
	margin-bottom: 25px;
}


/* about four */

.about-four {
	padding-top: 150px;
	padding-bottom: 140px;
}


.about-four {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(245, 247, 250, 0)), to(rgba(245, 247, 250, 0.8)));
	background-image: linear-gradient(90deg, rgba(245, 247, 250, 0) 0%, rgba(245, 247, 250, 0.8) 100%);
}

.about-four .container {
	position: relative;
}

.about-four::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/backgrounds/event-bg-1-1.jpg);
}

.about-four__content>p {
	font-size: 16px;
	line-height: 28px;
	color: #252930;
	margin: 0;
}

.about-four__content>p+p {
	margin-top: 30px;

}

.about-four__highlite-text {
	margin-bottom: 30px;
}

.about-four__highlite-text p {
	margin: 0;
	color: #000000;
	font-size: 24px;
	line-height: 44px;
	font-family: var(--heading-font);
}

.about-four__image {
	position: absolute;
	right: 0;
	top: 150px;
}

.about-four__image>img {
	position: relative;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.3);
}

.about-four__image::before {
	content: '';
	width: 250px;
	height: 370px;
	background-image: url(../images/shapes/about-4-dots.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: -100px;
	right: -70px;
}

.about-four__content .block-title {
	margin-bottom: 50px;
}


/*-------------------------------------------------------------- 
 # SideMenu 
 --------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.side-menu__block.active .side-menu__logo img { width:100px; }

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.side-menu__block-inner {
	position: relative;
	width: inherit;
	width:320px;
	margin-left: auto;
	height: 100vh;
	background-color: var(--thm-black);
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 25px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 9999999;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.side-menu__close-btn i { 
	width:36px; height:36px;
	background:url(../imgs/sub/mb_menu_close.svg) no-repeat center;
	display:block;
}
.side-menu__close-btn i::before { display:none; }

.side-menu__close-btn:hover {
	color: var(--thm-base);
}

.mobile-nav__container {
	margin: 20px 30px 10px;
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
	border-bottom: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown ul {
	background:#161616 !important;
	padding:15px 15px !important;
	margin-bottom:20px;
	border-top:0 !important;
	border-bottom:0 !important;
}
.mobile-nav__container li.dropdown ul li a { 
	font-size:16px !important; padding:10px 0 10px 5px !important;
	font-weight:400 !important;
	position:relative !important;
}
.mobile-nav__container li.dropdown ul li a::before { content:"-"; margin-right:5px; font-size:16px; }



.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	width: 64px;
	height: 64px;
	background-color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: transfrom 500ms ease, color 500ms ease,
		background-color 500ms ease;
	transition: transfrom 500ms ease, color 500ms ease,
		background-color 500ms ease;
	display:flex; 
	justify-content:center;
	align-items:center;
	background:url(../imgs/sub/open_up.svg) no-repeat center; 
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	/* background: #ffffff; */
	color: var(--thm-black);
	color:#fff;
}

.mobile-nav__container li.dropdown .dropdown-btn i { display:none; }

.mobile-nav__container li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.mobile-nav__container li>ul {
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.mobile-nav__container li.dropdown ul li { border-top:0 !important; }

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: block;
	font-family: var(--thm-font);
	padding: 25px 0;
	padding-left: 0;
	padding-right: 30px;
	border-left: 3px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	background-color: var(--thm-base);
	color: #ffffff;
	background-color:transparent !important;
	color:#fff !important;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	border-color: var(--thm-primary);
	background-color: var(--thm-base);

	border-color:transparent !important;
	background-color:transparent !important;
}

.mobile-nav__container .navigation-box__right {
	border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}

.side-menu__logo {
	padding-left: 30px;
}

.side-menu__block__copy {
	color: #cccccc;
	font-family: var(--thm-font);
	font-size: 18px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.side-menu__block__copy a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__block__copy a:hover {
	color: var(--thm-base);
}

.side-menu__social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.side-menu__social a {
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a:hover {
	color: var(--thm-base);
}

.side-menu__social a+a {
	margin-left: 19px;
}

/* side content */

.side-content__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-content__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-content__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
}

.side-content__block-inner {
	position: relative;
	width: 300px;
	height: 100vh;
	background-color: #fff;
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 15px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

.side-content__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-content__block .main-navigation .submenu {
	display: none;
}

.side-content__block__text {
	text-align: center;
}

.side-content__block__title {
	font-size: 20px;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 15px;
}

.side-content__block-line {
	margin: 40px 0;
	border-color: rgba(48, 46, 47, 0.2);
}

.side-content__block-about {
	margin-top: 40px;
}

.side-content__block-about__btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.side-content__block-contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.side-content__block-contact__list-item {
	color: var(--thm-black);
	font-size: 15px;
	position: relative;
	padding-left: 30px;
}

.side-content__block-contact__list-item a {
	color: inherit;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-content__block-contact__list-item a:hover {
	color: var(--thm-black);
}

.side-content__block-contact__list-item i {
	font-size: 17px;
	color: var(--thm-black);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side-content__block-contact__list-item+.side-content__block-contact__list-item {
	margin-top: 10px;
}

.side-content__block__text-copy {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.side-content__block__text-copy a {
	color: inherit;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-content__block__text-copy a:hover {
	color: var(--thm-black);
}

.side-content__block__text a {
	color: var(--thm-black);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.side-content__block__text a:hover {
	color: var(--thm-black);
}

/*-------------------------------------------------------------- 
 # Search Popup 
 --------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0.7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: var(--thm-black);
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form ::-webkit-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form ::-moz-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form :-ms-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form ::-ms-input-placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form ::placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--thm-black);
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--thm-black);
}

.search-popup__form button[type="submit"] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: var(--thm-black);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
	background-color: var(--thm-base);
	color: #fff;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
	background-color: #f5f7fa;
}

.testimonials-one .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.testimonials-one .block-title {
	margin-bottom: 60px;
}

.testimonials-one__block {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 520px;
}

.testimonials-one__carousel .owl-item img {
	width: auto;
}

.testimonials-one .my-auto {
	width: 100%;
	display: block;
}

.testimonials-one__author {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.testimonials-one__author img {
	border-radius: 50%;
}

.testimonials-one__author h4 {
	margin: 0;
	font-size: 16px;
	color: var(--thm-black);
	font-family: var(--thm-font);
	text-transform: uppercase;
	margin-left: 15px;
}

.testimonials-one__single>p {
	margin: 0;
	font-family: var(--heading-font);
	font-size: 22px;
	color: #000000;
	line-height: 40px;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 15px;
}

.testimonials-one__carousel.owl-theme .owl-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.testimonials-one__carousel.owl-theme .owl-nav {
	margin-top: 45px;
}

.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-] {
	width: 60px;
	height: 45px;
	border: 1px solid var(--thm-base);
	opacity: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	outline: none;
	margin: 0;
	padding: 0;
}

.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--thm-base);
	background-color: transparent;
	opacity: 100%;
}


.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
	margin-left: 10px;
}

.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}


.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-] span::before {
	content: '\f30a';
	color: var(--thm-base);
	font-size: 17px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-]:nth-child(2) span::before {
	content: '\f30b';
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}


.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	opacity: 60%;
}

.page-header .container {
	position: relative;
	text-align: center;
}

.page-header h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 0;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-one {
	background-color: #f5f7fa;
	padding-bottom: 95px;
}

@media(min-width: 1200px) {
	.team-one .container>.row {
		margin-left: -53px;
		margin-right: -53px;
	}

	.team-one .container>.row>[class*=col-] {
		padding-left: 53px;
		padding-right: 53px;
	}
}

.team-one .block-title-two {
	padding-top: 150px;
}

.team-one__single {
	margin-bottom: 65px;
}

.team-one__image {
	background-color: #000000;
	position: relative;
	overflow: hidden;
}

.team-one__image>img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__image>img {
	opacity: 0.7;
}

.team-one__social {
	position: absolute;
	width: 100%;
	background-color: var(--thm-base);
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	bottom: 0;
	left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.team-one__single:hover .team-one__social {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
	opacity: 1;
	visibility: visible;
}

.team-one__social a {
	display: -webkit-box;
	display: flex;
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	-webkit-transition: 500ms;
	transition: 500ms;
	font-size: 14px;
	border-radius: 50%;
}

.team-one__social a:hover {
	color: var(--thm-black);
	border-color: #ffff;
	background-color: #fff;
}

.team-one__social a+a {
	margin-left: 10px;
}

.team-one__content {
	text-align: center;
}

.team-one__content h3 {
	color: var(--thm-black);
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}

.team-one__content p {
	margin: 0;
	color: var(--thm-base);
	text-transform: uppercase;
	font-size: 16px;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;

	position: relative;

}

.video-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.3;
}

.video-one .container {
	position: relative;
	padding-top: 320px;
	padding-bottom: 320px;
}

.video-one__btn {
	width: 110px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #fff;
	border-radius: 50%;
	font-size: 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.video-one__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}



/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

.history-one {
	padding-bottom: 150px;
	padding-top: 95px;
	position: relative;
}

.history-one__sculp {
	position: absolute;
	top: -95px;
	left: 3%;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

@media(max-width: 575px) {
	.history-one__sculp {
		display: none;
	}
}

.history-one__single:nth-child(odd) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}

.history-one__single:nth-child(odd) .history-one__image {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}

.history-one__image>img {
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.2);
	position: relative;
}

.history-one__image {
	position: relative;
}

.history-one__image::before {
	content: '';
	position: absolute;
	width: 250px;
	height: 202px;
	background-image: url(../images/shapes/about-dot-2.png);
	background-repeat: no-repeat;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.history-one__content {
	width: 100%;
	padding-right: 70px;
}

.history-one__single:nth-child(even) .history-one__content {
	padding-right: 0;
	padding-left: 70px;
}


.history-one__single {
	position: relative;
}

.history-one__single::before {
	content: '';
	width: 25px;
	height: 25px;
	border: 7px solid #f0ede6;
	background-color: var(--thm-base);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	border-radius: 50%;
	z-index: 11;
}

.history-one__single:nth-child(odd) .history-one__image::before {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(50%);
	        transform: translateY(-50%) translateX(50%);
}

.history-one__single::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.history-one__single+.history-one__single {
	padding-top: 70px;
}

.history-one__top p {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
}

.history-one__top h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 40px;
}


/*--------------------------------------------------------------
# Contact Map
--------------------------------------------------------------*/

.contact-map-one .google-map__contact {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 500px;
	box-shadow: 0px -5px 70px 0px rgba(33, 37, 43, 0.2);
}

.contact-map-one {
	padding-top: 150px;
	padding-bottom: 150px;
}


/*--------------------------------------------------------------
# Contact Box
--------------------------------------------------------------*/

.contact-box-one {
	padding-bottom: 140px;
}

.contact-box-one .row.high-gutters {
	margin-left: -20px;
	margin-right: -20px;
}

.contact-box-one .row.high-gutters>[class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

.contact-box-one__single h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact-box-one__single p {
	margin: 0;
	color: #848484;
	line-height: 28px;
	font-size: 16px;
}


/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.contact-one__box+.contact-one__box {
	margin-top: 40px;
}

.contact-one__box h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
	margin-bottom: 20px;
}

.contact-one__box p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
}

.contact-one__box p+p {
	margin-top: 15px;
}

.contact-one__box p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__box p a:hover {
	color: var(--thm-black);
}

.contact-one__box-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.contact-one__box-social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 45px;
	height: 45px;
	color: #848484;
	font-size: 14px;
	background-color: rgba(0, 0, 0, .1);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.contact-one__box-social a:hover {
	background-color: var(--thm-base);
	color: #fff;
}


.contact-one__box-social a+a {
	margin-left: 10px;
}

.contact-one__form textarea,
.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	width: 100%;
	border: none;
	height: 60px;
	border: 1px solid #e5e5e5;
	color: #848484;
	outline: none;
	padding-left: 20px;
	margin-bottom: 30px;
}

.contact-one__form ::-webkit-input-placeholder {
	opacity: 1;
	color: #848484;
}

.contact-one__form ::-moz-placeholder {
	opacity: 1;
	color: #848484;
}

.contact-one__form :-ms-input-placeholder {
	opacity: 1;
	color: #848484;
}

.contact-one__form ::-ms-input-placeholder {
	opacity: 1;
	color: #848484;
}

.contact-one__form ::placeholder {
	opacity: 1;
	color: #848484;
}

.contact-one__form textarea {
	height: 165px;
	padding-top: 15px;
}

.contact-one__btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle {
	height: 60px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding-left: 20px;
	background-color: transparent;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.contact-one__form .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}


/*--------------------------------------------------------------
# Venue
--------------------------------------------------------------*/

.venue-one {
	padding-top: 150px;
	padding-bottom: 110px;
}

.venue-one__top {
	margin-bottom: 60px;
}

.venue-one__top>p {
	margin: 0;
	margin-top: 55px;
}

.venue-one .row.high-gutter {
	margin-left: -52px;
	margin-right: -52px;
}

.venue-one .row.high-gutter>[class*=col-] {
	padding-left: 52px;
	padding-right: 52px;
}

.venue-one__single {
	text-align: center;
	margin-bottom: 40px;
}

.venue-one__single h3 {
	color: var(--thm-black);
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.venue-one__single h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.venue-one__single h3 a:hover {
	color: var(--thm-base);
}

.venue-one__single p {
	margin: 0;
	color: #848484;
	font-size: 16px;
	line-height: 1em;
}

.venue-one__single span {
	display: block;
	line-height: 1em;
}

.venue-one__time {
	text-transform: uppercase;
	color: var(--thm-base);
	font-size: 16px;
	line-height: 1em;
	display: block;
	margin-bottom: 10px;
}

.venue-one__address i {
	margin-right: 10px;
}

.venue-one__btn {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	background-color: transparent;
	color: #252930;
	margin-top: 25px;
}

.venue-one__btn:hover {
	background-color: var(--thm-base);
	color: #fff;
}

.venue-one__image {
	overflow: hidden;
	position: relative;
}

.venue-one__image::after {
	content: "";
	width: 150%;
	height: 200%;
	position: absolute;
	top: -100%;
	left: -180%;
	z-index: 11;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
	background: -webkit-gradient(linear,
			left top, right top,
			color-stop(50%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0.7)));
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 50%,
			rgba(255, 255, 255, 0.7) 100%);
}

.venue-one__single:hover .venue-one__image::after {
	top: 100%;
	left: 100%;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

.venue-one__image>img {
	width: 100%;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
}

/*--------------------------------------------------------------
# Membership
--------------------------------------------------------------*/

.membership-one {
	background-color: #f5f7fa;
	padding-top: 150px;
	padding-bottom: 110px;
}

.membership-one__single {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 40px;
	text-align: center;
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.membership-one__single h3 {
	color: var(--thm-black);
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

.membership-one__single p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	margin-top: 30px;
	margin-bottom: 25px;
}

.membership-one__btn {
	padding: 6px 26.5px;
	border: 2px solid #e5e5e5;
	font-size: 16px;
	font-weight: bold;
	color: var(--thm-black);
	background-color: #fff;
}


.membership-one__btn:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: #fff;
}

.membership-one__price {
	margin-bottom: 35px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(33, 37, 43, 0.1);
	font-size: 14px;
	line-height: 1em;
	color: #848484;
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.membership-one__price span {
	display: block;
	color: var(--thm-base);
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}

.membership-one__price {
	position: relative;
}

.membership-one__price::before {
	content: "";
	width: 180px;
	height: 10px;
	border-top: 2px solid var(--thm-base);
	border-bottom: 2px solid var(--thm-base);
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg) skewX(45deg);
	        transform: translate(-50%, -50%) rotate(-45deg) skewX(45deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.membership-one__single:hover .membership-one__price::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg) skewX(45deg);
	        transform: translate(-50%, -50%) rotate(45deg) skewX(45deg);
}

.membership-one__price-inner {
	position: relative;
	background-color: #fff;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	border-radius: 50%;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
	padding-top: 150px;
	padding-bottom: 110px;
}

.faq-one__top {
	margin-bottom: 60px;
}

.faq-one__top>p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
	margin-top: 55px;
}

.faq-one .accrodion-grp {
	margin-bottom: 40px;
}

.faq-one .accrodion {
	border: 1px solid #e5e5e5;
}

.faq-one .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-one .accrodion-title {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	cursor: pointer;
	padding-right: 30px;
}

.faq-one .accrodion-title h4 {
	font-family: var(--thm-font);
	color: #252930;
	font-size: 20px;
	margin: 0;
}

.faq-one .accrodion-content {
	padding-left: 30px;
	padding-right: 30px;
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
	padding-bottom: 25px;
}

.faq-one .accrodion-content p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/

.donate-one {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

.donate-one__sculpture {
	position: absolute;
	bottom: 120px;
	left: 60px;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

@media(max-width: 1440px) {
	.donate-one__sculpture {
		left: -8%;
	}
}

.donate-one::before {
	content: '';
	width: 100%;
	height: 320px;
	background-color: #f5f7fa;
	position: absolute;
	bottom: 0;
	left: 0;
}

.donate-one .container {
	position: relative;
}

.donate-one__block>p {
	margin: 0;
	margin-top: 55px;
}

.donate-one__form {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	padding: 50px;
	margin-left: 100px;
}

.donate-one__btn {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	outline: none;
}

.donate-one__btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.donate-one__amount {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.donate-one__amount .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 44px;
	height: 44px;
	background-color: #f5f7fa;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
}

.donate-one__amount .bootstrap-select>.dropdown-toggle {
	padding: 0;
	font-size: 16px;
	color: #848484;
	text-align: center;
	background-color: transparent;
}

.donate-one__amount .bootstrap-select .dropdown-toggle .filter-option-inner {
	text-align: center;
}

.donate-one__amount .dropdown-toggle::after {
	display: none;
}

.donate-one__amount input {
	border: none;
	outline: none;
	width: 131px;
	height: 44px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	color: #848484;
	font-size: 16px;
	padding-left: 15px;
}

.donate-one__selected-amount {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 15px;
	margin-bottom: 40px;
}


.donate-one__selected-amount a {
	width: 115px;
	height: 60px;
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
	font-size: 16px;
	color: #848484;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.donate-one__selected-amount a.active,
.donate-one__selected-amount a:hover {
	background-color: #f5f7fa;
	border-color: #e5e5e5;
}

.donate-one__selected-amount a+a {
	margin-left: 10px;
}

.donate-one__title {
	font-size: 26px;
	color: var(--thm-black);
	margin: 0;
	font-weight: bold;
	margin-bottom: 30px;
}

.donate-one__subtitle {
	margin: 0;
	font-size: 22px;
	color: var(--thm-black);
	margin-bottom: 20px;
}

.donate-one__form label {
	margin: 0;
	color: #252930;
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
}

.donate-one__form label span {
	vertical-align: super;
}

.donate-one__total {
	border: 1px solid #e5e5e5;
	width: 100%;
	max-width: 240px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	font-size: 18px;
	color: #252930;
	padding-left: 15px;
}

.donate-one__total input {
	border: none;
	outline: none;
	width: 84px;
	height: 44px;
	border-left: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	margin-left: 15px;
}

.donate-one__input {
	margin-bottom: 20px;
}

.donate-one__input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	width: 100%;
	height: 44px;
	border: 1px solid #e5e5e5;
	padding-left: 15px;
	font-size: 16px;
	color: #848484;
}

.donate-one__input ::-webkit-input-placeholder {
	color: #848484;
	opacity: 1;
}

.donate-one__input ::-moz-placeholder {
	color: #848484;
	opacity: 1;
}

.donate-one__input :-ms-input-placeholder {
	color: #848484;
	opacity: 1;
}

.donate-one__input ::-ms-input-placeholder {
	color: #848484;
	opacity: 1;
}

.donate-one__input ::placeholder {
	color: #848484;
	opacity: 1;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 20px 50px 0px rgba(33, 37, 43, 0.1);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 63px;
	padding-bottom: 70px;
}

@media(max-width: 991px) {
	.sidebar {
		margin-top: 80px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 70px;
}

.sidebar__title {
	margin: 0;
	color: var(--thm-black);
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 35px;
}

.sidebar__single .sidebar__title+p {
	margin-top: -20px;
}

.sidebar__search {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	background-color: rgb(255, 255, 255);
	position: relative;
}

.sidebar__search input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	border: none;
	outline: none;
	width: 100%;
	height: 70px;
	padding-left: 20px;
}

.sidebar__search button[type=submit] {
	width: auto;
	border: none;
	outline: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 18px;
}

.sidebar__search ::-webkit-input-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search ::-moz-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search :-ms-input-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search ::-ms-input-placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__search ::placeholder {
	opacity: 1;
	font-size: 16px;
	color: #848484;
}

.sidebar__single p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #848484;
}

.sidebar__cat-list {
	margin-bottom: -10px;
	margin-top: 20px;
}

.sidebar__cat-list li {
	position: relative;
	padding-left: 18px;
}

.sidebar__cat-list li+li {
	margin-top: 10px;
}

.sidebar__cat-list li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #dadde0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 50%;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.sidebar__cat-list li:hover::before {
	background-color: var(--thm-base);
}

.sidebar__cat-list li a {
	font-size: 16px;
	font-weight: bold;
	color: var(--thm-black);
	-webkit-transition: 500ms;
	transition: 500ms;
	display: block;

}

.sidebar__cat-list li a:hover {
	color: var(--thm-base);
}

.sidebar__post-single {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

@media(max-width: 425px) {
	.sidebar__post-single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-webkit-box-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		        justify-content: flex-start;
	}
}

.sidebar__post-single+.sidebar__post-single {
	margin-top: 30px;
}

.sidebar__post-image>img {
	width: 90px;
}

.sidebar__post-content {
	margin-left: 20px;
}

@media(max-width: 425px) {
	.sidebar__post-content {
		margin-left: 0;
		margin-top: 20px;
	}
}

.sidebar__post-content h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5em;
	color: var(--thm-black);
	font-weight: bold;
	margin-top: 10px;
}

.sidebar__post-content h3 a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.sidebar__post-content h3 a:hover {
	color: var(--thm-base);
}

.sidebar__post-date {
	text-transform: uppercase;
	color: var(--thm-black);
	font-size: 16px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	line-height: 1em;
}

.sidebar__post-date i {
	color: var(--thm-base);
	margin-right: 10px;
}

.sidebar__tags {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
}

.sidebar__tags a {
	border: 1px solid #e5e5e5;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	font-size: 15px;
	color: var(--thm-black);
	-webkit-transition: 500ms;
	transition: 500ms;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 17px;
}

.sidebar__tags a:hover {
	color: #fff;
	background-color: var(--thm-base);
	border-color: var(--thm-base);
}



/* 2024-10-17 */
.section_mv {
	height:800px;
	width:100%;
	position: relative;
}
.smvBox { 
	position: absolute;
	left:50%; 
	top:50%;
	width:90%; 
	height:70%;
	transform: translate(-50%,-50%);
	z-index:2;
	transition:all 1s ease-out;
	background:#fff url(../imgs/mv.png) no-repeat center / cover;
}
.smvBox.wide { width:100%; height:100%;  }
.flex-center-box { display: flex; justify-content: center; align-items: center; flex-direction: column;}
.flex-center-box h2 { font-weight:400 !important; }

.banner-carousel .content-box .btn-box .thm-btn.gradient-base {
	background-image: linear-gradient( rgba(255,255,255,0.1), rgba(153,153,153,0.3)) !important; 
/*	background:url(../imgs/Link.svg) no-repeat; */
	width:186px !important;
	height:55px !important;
	color:#fff;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border:none;
	transition:all 0.5s ease-out;
}

.banner-carousel .content-box .btn-box .thm-btn.gradient-base:hover { background:#000; color:#fff; }

.more-link-circle { 
	border:1px solid rgba(110, 110, 110, 1);
	border-radius:50px;
	transition:all 0.5s ease-out;
}
.more-link-circle:hover {
	background:#fff; color:#000;
	border:none;
}

.benefits-one {
	padding-top: 70px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.benefits-one .collection-one__top .block-title p { margin-right:130px;}
.benefits-bg { 
	height:761px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:65px;
	background-attachment: fixed;
}

.benefits-box {
	height: 761px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.benefits-box .block-title {}
.benefits-box .block-title p {
	margin-right:90px !important;
}
.benefits-box .block-title h3 {
	font-size:50px; font-weight:600; line-height:1.1;
	letter-spacing: -1px;
}

.benefits-box .block-base {
	padding:50px 0 40px;
}
.benefits-box .block-base span {
	display: block;
	font-size:20px; letter-spacing: -1px;
	line-height:32px;
}
.benefits-box .block-base span strong {
	font-size:20px; letter-spacing: -1px;
	line-height:32px;
}

.benefits-box .bene-list { width:570px; display: flex; flex-wrap: wrap;}
.benefits-box .bene-list li { 
	width:270px; height:62px;
	border:1px solid rgba(62,62,62,0.6);
	border-radius:7px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:10px;
	margin-bottom:10px;
}
.benefits-box .bene-list li i { margin-right:7px;}
.benefits-box .bene-list li span { font-size:20px; letter-spacing: -1px;}

.v_line_one { 
	position: relative;
	height:106px;
	margin-top:-53px;
}
.v_line_one span {
	width:1px; height:106px;
	display: block;
	margin:0 auto;
	background:rgba(170,160,129,1);
}

.mobile_gallery_more { display:none; }
@media (max-width:1024px){
	.mobile_gallery_more { display:block; margin:70px auto 0; width:100px; }
	.mobile_gallery_more .more-post__block a { color:#fff; }


	.benefits-bg { height:100% !important; }
	.benefits-box {
		height: auto; 
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding:80px 20px 0;
	}
	.benefits-box .block-title {}
	.benefits-box .block-title p {
		margin-right:0 !important;
		padding-left:25px;
		line-height:1.3;
	}
	.benefits-box .block-title h3 {
		font-size:40px; font-weight:600; line-height:1.1;
		letter-spacing: -1px;
	}

	.benefits-box .block-base {
		padding:50px 0 40px;
	}
	.benefits-box .block-base span {
		display: inline;
		font-size:20px; letter-spacing: -1px;
		line-height:32px;
	}
	.benefits-box .block-base span strong {
		font-size:20px; letter-spacing: -1px;
		line-height:32px;
	}

	.benefits-box .bene-list { width:100%; display: flex; flex-wrap: wrap; padding-bottom:100px;}
	.benefits-box .bene-list li { 
		width:100%; height:62px;
		border:1px solid rgba(62,62,62,0.6);
		border-radius:7px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right:10px;
		margin-bottom:10px;
	}
	.benefits-box .bene-list li i { margin-right:7px;}
	.benefits-box .bene-list li span { font-size:20px; letter-spacing: -1px;}

	.v_line_one { 
		position: relative;
		height:106px;
		margin-top:-53px;
	}
	.v_line_one span {
		width:1px; height:106px;
		display: block;
		margin:0 auto;
		background:rgba(170,160,129,1);
	}
}


.test-mv { 
	padding:72px 100px; position: relative;
	background:rgba(247,247,247,1);
	margin-bottom:120px;
}
.test-mv .block-title { padding:40px 0 0;}
.test-mv .block-title h3 {
	font-size:36px; line-height:48px;
}

.test-mv .baseText { padding-top: 45px; padding-right:0 !important; margin-right:0 !important }
.test-mv .baseText span { 
	padding-right:0 !important; display: block; 
	font-size:22px !important; line-height:34px !important; letter-spacing: -1px !important;
	color:rgba(62,62,62,1);
}

.mv-img { width:850px; }
.mv-img img { width:100%;}

@media (max-width:1024px){
	.test-mv { 
		padding:80px 20px 100px; 
		margin-bottom:0;
	}
	.test-mv .block-title { padding:30px 0 0;}
	.test-mv .block-title h3 {
		font-size:32px; line-height:48px;
	}

	.test-mv .baseText { padding-top: 45px; padding-right:0 !important; margin-right:0 !important }
	.test-mv .baseText span { 
		display: inline; 
		font-size:20px !important; 
	}

	.mv-img { width:100%; margin-top:50px; }
	.mv-img img { width:100%;}	
}


.kapp_banner {
	background:#fff url(../imgs/bottom_bg2.png) no-repeat center / cover;
	height:310px;
	width:100%;
	position: relative;
	/* background-attachment: fixed; */
}
.kapp_banner::before { 
	content:"";
	position:absolute; left:0; top:0;
	width:100%; height:100%;
	background:rgba(0,0,0,0.3);
	z-index:1;
}

.kapp_banner > div { 
	height:100%; 
	display: flex;
	padding:0 10%;
	align-items: center;
	justify-content: center;
	position:relative;
	z-index:10;
}
.kapp_banner > div em { 
	font-size:100px;
	color:rgba(152,152,152,1);
	font-weight: 100;
}
.kapp_banner > div i { 
	display: inline-block;
	margin:0 5% 0 10%;
}
.kapp_banner > div p { padding-right:10%; }
.kapp_banner > div p span { 
	font-size:26px; line-height:2; color:rgba(238,238,238,1);
	font-weight:400;
	display: block;
	letter-spacing: -0.34px;
	word-break:keep-all;
}
.kapp_banner > div p span strong { 
	font-size:26px; line-height:2; color:rgba(238,238,238,1);
	font-weight:700;
	letter-spacing: -0.34px;
}

@media (max-width:1800px){
	.kapp_banner > div p span { display:inline }
}


@media (max-width:1024px){
	.kapp_banner {
		background:#fff url(../imgs/bottom_bg2.jpg) no-repeat center / cover;
		height:auto;
		width:100%;
		position: relative;
		background-attachment: fixed;
		padding:100px 0 ;
	}


	.kapp_banner > div { 
		height:100%; 
		display: flex;
		padding:0 10%;
		align-items: center;
		justify-content: center;
		position:relative;
		z-index:10;
		flex-wrap:wrap;
	}
	.kapp_banner > div em { 
		font-size:100px;
		color:rgba(152,152,152,1);
		font-weight: 100;
		display:none;
	}
	.kapp_banner > div i { 
		display: inline-block;
		margin:0 20% 40px 20%;
	}
	.kapp_banner > div p { padding-right:0; text-align:center;}
	.kapp_banner > div p span { 
		font-size:20px; 
		text-align:center;
		display:inline;
	}
	.kapp_banner > div p span strong { 
		font-size:20px; 
		text-align:center;
		display:inline;
	}

	@media (max-width:1800px){
		.kapp_banner > div p span { display:inline }
	}
}


.svWrap { 
	height:500px;
	width:100%;
	overflow: hidden;
	position: relative;
}


.sv { position:absolute; left:0; top:0; width:100%; height:100%; transition:all 3s ease-out; transform:scale(1.3); z-index:1; }
.sv101 { background:url(../imgs/sub/sv101.png) no-repeat center / cover; height:100%; width:100%; }
.sv201 { background:url(../imgs/sub/sv201.png) no-repeat center / cover; height:100%; width:100%; }
.sv301 { background:url(../imgs/sub/sv301.png) no-repeat center / cover; height:100%; width:100%; }
.sv401 { background:url(../imgs/sub/sv401.png) no-repeat center / cover; height:100%; width:100%; }
.sv501 { background:url(../imgs/sub/sv501.png) no-repeat center / cover; height:100%; width:100%; }
.sv601 { background:url(../imgs/sub/sv601.png) no-repeat center / cover; height:100%; width:100%; }
.sv701 { background:url(../imgs/sub/sv701.png) no-repeat center / cover; height:100%; width:100%; }

.svMypage { background:url(../imgs/sub/sv_mypage.png) no-repeat center / cover; height:100%; width:100%; }


.sv::after {
	content:"";display:block;width:100%;height:100%;
	position: absolute;left:0;top:0;
	z-index:2;
	background:rgba(0,0,0,0.5)
}

.svTextArea { position: relative; height:458px; display: flex;	align-items: flex-end; z-index:10;}
.svLogo { position: absolute; left:0; top:24px; display: block; z-index:10;}

.svBox { display:flex; align-items:center; justify-content: center; position: relative; height:100%; z-index:10; width:100%;}
.svBox article { display: flex; flex-direction: column; justify-content: center; }
.svBox article h2 { font-size:70px; font-weight:400; color:#fff; line-height:1.7; display: block;  font-family: var(--heading-font);}

.svWrap.on .sv { transform: scale(1);}


.section101 { background:url(../imgs/sub/sub101_bg.png) no-repeat center top; }
.section201 { background:url(../imgs/sub/sub201_bg.png) no-repeat center top;}
.section301 { background:url(../imgs/sub/sub301_bg.png) no-repeat center top;}
.section401 { background:url(../imgs/sub/sub401_bg.jpg) no-repeat center top / cover;}
.section501 { background:url(../imgs/sub/sub501_bg.png) no-repeat center top;}
.section601 { background:url(../imgs/sub/sub601_bg.png) no-repeat center top;}
.section701 { background:url(../imgs/sub/sub701_bg.png) no-repeat center top;}



.subNav { padding:160px 0 120px;}
.subNav ul { display: flex; justify-content: center; }
.subNav ul li { margin:0 5px; flex:0 0 180px; height:60px; }
.subNav ul li a{ 
	display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color:#3e3e3e; border:1px solid #3E3E3E; 
	font-size:20px; font-weight:500; transition: all 0.4s ease-out; background:#fff;
}
.subNav ul li.on a {
	background:#A09676;
	color:#fff;
	border: 1px solid #A09676;
}
.subNav ul li a:hover {
	background:#A09676;
	color:#fff;
	border: none;
	border: 1px solid #A09676;
}

.imgComm { text-align: center;}




/* consult */
.consultLayer { 
	display:none;
	position:fixed; left:0; top:0;
	width:100%; height:100%;
	z-index:99999;
}
.consultLayer section { 
	display:flex; justify-content:center; align-items:center; 
	width:100%; height:100%;
	position:relative; z-index:100;
	background:#fff;
}
.consultLayer::before {
	content:"";display:block; width:100%;height:100%; position:absolute; left:0; top:0; z-index:1;
	background:rgba(0,0,0,0.5);
}
/* .consultLayer article .imgComm { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:3; } */

.consultDiv { border:1px solid #cecece; background:#f4f2f2; border-radius:10px; width:1100px; overflow:hidden;}
.consultHead { display:flex; padding:45px 70px 25px; border-bottom:1px solid #aaa081; align-items:flex-end; position:relative; background:#fff;}
.consultHead h2 { font-size:50px; color:#1E1E1E; font-weight:600; font-family: 'Pretendard';  } 
.consultHead p { font-size:18px; color:#6E6E6E; font-weight:500; margin-left:10px; margin-bottom:6px;}


.consultScroll { height:calc(100vh - 400px); overflow-y:auto; }
.consultCon { padding:40px 70px 30px;}
.regFormList { margin-bottom:14px; }
.regFormList label { font-size:14px; font-weight:600; color:#545454; }
.ness { color:#aaa081; font-weight:700; }
.regFormList div { padding:5px 0; display:flex; }
.empty_span { width:34px; color:#CECECE; font-size:16px; font-weight:400; display:flex; justify-content:center; align-items:center; }

.regFormList div.selectbox { padding:0 0; }
.selectbox{ 
	border:1px solid #aeaeae; font-size:16px; 
	color:#1e1e1e; font-weight:600; padding:0 0; 
	border-radius:5px;
	position: relative;
	height:51px;
}

.selectbox::after { 
	content:"";display:block; position: absolute; right:15px; top:50%; transform: translateY(-50%); 
	background:url(../imgs/sub/i-select-arrow.svg) no-repeat center / 100%;
	width:16px; height:10px;
}

.sel { height:49px; background: none !important; border: none !important; width:100%; appearance: none !important; -webkit-appearance: none !important; font-size:16px; padding-left:10px;}
.sel2 { height:49px; background: none !important; border: none !important; width:100%; appearance: none !important; -webkit-appearance: none !important; font-size:16px; padding-left:10px;}


.inpx { border:1px solid #aeaeae; font-size:16px; color:#1e1e1e; font-weight:600; padding:15px 15px; border-radius:5px;}
.inpx::placeholder { color:#CECECE; font-weight:400; }
.texta1 { height:170px; }

.cCon1 { background:#fff; }
.cCon2 { background:#F4F2F2; }

.w50per { width:50% !important; }
.w70per { width:70% !important; }
.w100per { width:100% !important; }
.w190px { width:190px !important; }
.w150px { width:150px !important; }
.w100px { width:100px !important; }


.flexWrapType1 ul { display:flex; }
.flexWrapType1 ul li { margin-left:50px; position:relative;}
.flexWrapType1 ul li:nth-child(1) { margin-left:0;  }

.checkingAreaN { position: relative; padding-left:0; display:flex; align-items:center; height:28px; margin:0 auto 0 15px; text-align:center;}
.checkingAreaN input[type="checkbox"] {
	appearance: none;
}
.checkingAreaN input[type="checkbox"] + i { 
	border: none;
	width:26px; height:26px;
    border:1px solid #e0e0e0;
    background:#fff;
	position: absolute;
	left:0; top:0;
    display: flex;
    justify-content: center;
    align-items: center;

}
.checkingAreaN input[type="checkbox"]:checked + i { 
    border:1px solid #06BFEA;
    background:#06BFEA;
}
.checkingAreaN input[type="checkbox"]:checked + i::after { 
	content:"";
    display:block;
    width:20px; height:20px; 
    background:url(../imgs/sub/i_check.svg) no-repeat center / 100%; 
    border-radius:7px;
}
.checkingAreaN strong { font-weight:600; color:#545454;}

.fxBtnCenter { height:110px; padding-bottom:30px; display:flex; justify-content:center; align-items:flex-end; background:#f4f2f2; }
.fxBtnCenter button { margin:0 10px; }




.btnBeige { width:180px; height:60px; background:#A09676; display:flex; justify-content:center; align-items:center; color:#fff; font-size:20px;}
.btnBaseTransparent { width:180px; height:60px; background:#f4f2f2; border:1px solid #cccccc; display:flex; justify-content:center; align-items:center; color:#3E3E3E; font-size:20px;}



.eventCon { padding:150px 0 100px ; }
/* participate */
.participateLayer { 
	display:none;
	position:fixed; left:0; top:0;
	width:100%; height:100%;
	z-index:99999;
}
.participateLayer section { 
	display:flex; justify-content:center; align-items:center; 
	width:100%; height:100%;
	position:relative; z-index:100;
}
.participateLayer::before {
	content:"";display:block; width:100%;height:100%; position:absolute; left:0; top:0; z-index:1;
	background:rgba(0,0,0,0.5);
}
.partiWrap { }
.partiDiv { border:1px solid #cecece; background:#fff; border-radius:10px; width:1100px; overflow:hidden;}

.file_list { display:flex; flex-wrap:wrap; justify-content:space-between; margin-top:5px; }
.file_list li { flex:0 0 49.5%; border:1px solid #ccc; padding:10px 0 10px 12px; position:relative; border-radius:5px; margin-bottom:5px; display:flex; align-items:center;}
.file_list li div { padding-right:50px; display:flex; flex-wrap:wrap; }
.file_list li div strong { font-size:16px; color:#3e3e3e; font-weight:400; display:inline; line-height:1.2; flex:0 0 100%;}
.file_list li div span { font-size:14px; color:#BEBEBE; font-weight:400; margin-left:0; display:inline; line-height:1.2;}

.file_list li a { 
	position:absolute; right:0; top:50%; width:50px; height:50px; 
	transform:translateY(-50%);
	display:flex; align-items:center;
}

.file_list li a i.i_delete { 
	display:block;
	width:100%; height:100%; 
	background:url(../imgs/contents/i_close_p.svg) no-repeat center;
}

.file_list_add li { flex:0 0 100% !important; width:100% !important;  }


.fxBtnCenter2 { height:110px; padding-bottom:50px; display:flex; justify-content:center; align-items:flex-end; background:#fff; }



@media (max-width:1100px){
	/* consult */
	.consultLayer { 
		display:none;
		position:absolute; left:0; top:0;
		width:100%; height:100vh;
		z-index:99999;
		overflow-y:auto;
	}
	.consultLayer section { 
		display:flex; justify-content:center; align-items:center; 
		width:100%; height:auto;
		position:relative; z-index:100;
		padding:0 0 0;
	}

	.eventCon { padding:80px 0 60px ; }
	.participateLayer { 
		display:none;
		position:fixed; left:0; top:0;
		width:100%; height:100vh;
		z-index:99999;
		overflow-y:auto;
	}
	.participateLayer section { 
		display:flex; justify-content:center; align-items:center; 
		width:100%; height:auto;
		position:relative; z-index:100;
		padding:0 0 0;
	}

	.partiDiv { border:1px solid #cecece; background:#fff; border-radius:0; width:100%; }

	.consultDiv { border:1px solid #cecece; background:#fff; border-radius:0; width:100%; }
	.consultHead { display:flex; padding:30px 20px 30px; align-items:flex-start; flex-direction:column;}
	.consultHead h2 { font-size:34px;  } 
	.consultHead p { font-size:16px; margin-left:0; margin-bottom:6px; margin-top:10px; line-height:1.4;}


	.consultScroll { height:calc(100vh - 400px); overflow-y:none; height:auto; }
	.consultCon { padding:30px 20px 30px;}
	.regFormList { margin-bottom:14px; }
	.regFormList label { font-size:14px; }
	.regFormList > div { padding:5px 0; display:flex; }
	.empty_span { width:16px; }

	.selectbox{ 
		padding:0 0; 
	}


	.inpx { padding:15px 10px;} 

	.cCon1 { background:#fff; }
	.cCon2 { background:#F4F2F2; }

	.w50per { width:50% !important; }
	.w100per { width:100% !important; }
	.w190px { width:100px !important; }


	.flexWrapType1 ul { display:flex; flex-wrap:wrap; justify-content:flex-start; }
	.flexWrapType1 ul li { margin-left:0; position:relative; width:100%; }
	.flexWrapType1 ul li:nth-child(1) { margin-left:0;  }

	.checkingArea2 { padding-left:40px; height:28px;}

	.fxBtnCenter { height:auto; padding:0 10px 50px;  }
	.fxBtnCenter button { margin:0 0; }
	.fxBtnCenter2 { height:auto; padding:0 10px 50px;  }
	.fxBtnCenter2 button { margin:0 0; }

	.btnBeige { width:calc(49.5%);  font-size:18px;}
	.btnBaseTransparent { width:calc(49.5%); font-size:18px;}

	.file_list_add li { flex:0 0 100% !important; width:100% !important; height:50px; }
	.file_list_add li div { align-items:center; height:100%; }
}

@media (max-width:480px){
	.file_list li { flex:0 0 100%; }
	.file_list li div { display:flex; flex-wrap:wrap; }
	.file_list li div strong { font-size:14px; }
	.file_list li div span { font-size:14px; margin-left:0; }

	.file_list li a { 
		top:50%; transform:translateY(-50%); width:40px; height:40px; 
		justify-content:center;
	}

	.file_list li a i.i_delete { 
		background-size: 50%;
	}
}

@media (max-width:380px){
	.regFormList > div { display:flex;  }
	.empty_span { display:none; width:0; }

	.w50per { width:100% !important; }
	.w190px { width:100% !important; }

	.regFormList > div.rfList_1 { justify-content:space-between; }
	.regFormList > div.flex_wrap { flex-wrap:wrap }
	.regFormList > div.flex_wrap input { width:100%; margin-top:5px; }
	.regFormList > div.flex_wrap input:nth-child(1) { margin-top:0; }

	.regFormList > div.rfList_1 input.inpx { padding:15px 10px; height:50px; width:32% !important;} 

	.regFormList > div .selectbox { height:50px; width:100%; margin-top:5px; }


	.file_add input[type="text"] { width:100% !important; flex:0 0 100% !important;  }
	.file_add button { width:100%; margin-left:0; margin-top:5px; }



}



/* purchase */
.s601 { padding:160px 0; }
.buyBoxWrap { border:1px solid #cfcaba;background:#fff; margin:0 auto; width:1358px;  }
.orderBox { padding:85px 100px 0; }
.orderBox h3 { font-size:36px; font-weight:800; margin-bottom:40px; font-family:'Pretendard';}

.orderBox article { display:flex; }
.orderBox article .orderProductImg { }
.orderBox article .orderProductImg img { max-width:100%; }

.orderProductImg { position:relative; width:408px; }
.opImgList li { position:absolute; left:0; top:0; width:408px; height:507px; z-index:1; display:none;}
.opImgList li:nth-child(1) { display:block; }

.orderBox article .orderView { padding-left:85px; }
.orderBox article .orderView > p { border-bottom:1px solid #AEAEAE; padding-bottom:40px; }
.orderBox article .orderView > p strong { font-size:40px; font-weight:800; color:#1e1e1e; line-height:1.3; display: block; }
.orderBox article .orderView > p span {  font-size:30px; font-weight:400; color:#1e1e1e; line-height:1.3; display: block; }

.orderBox article .orderView .od_div > ul { padding:28px 0 15px;  }
.orderBox article .orderView .od_div > ul li { display: flex; align-items: flex-end; justify-content:flex-end;}
.orderBox article .orderView .od_div > ul li strong { font-weight:800; font-size:36px; font-weight:700; color:#AAA081;}
.orderBox article .orderView .od_div > ul li strong.order_txt_red { color:#AAA081; font-size:36px; font-weight:700;}
.orderBox article .orderView .od_div > ul li span.txt_sale { color:#000; font-size:24px; font-weight:500; margin-left:5px; margin-bottom:4px; }

.orderBox article .orderView .od_div > ul li span.discount_txt_gray { text-decoration: line-through; font-size:16px; color:#9E9E9E; margin-bottom:5px; display: inline-block; }
.orderBox article .orderView .od_div > ul li em { display:flex; align-items: flex-end; justify-content:flex-end; }
.orderBox article .orderView .od_div > ul li em strong.order_txt_red { color:#D61313; font-size:36px; font-weight:700; }
.orderBox article .orderView .od_div > ul li em span { font-size:24px; color:#000; font-weight:500; margin-left:5px; margin-bottom:4px; }

.orderBox article .orderView .od_div > ul li span.add_price_txt { display:block; margin-top:10px; font-size:20px; color:#6e6e6e; }


.orderBox article .orderView .od_div > div { display:flex; justify-content: flex-end;  }
.orderBox article .orderView .od_div > div p { display:flex; align-items: center; }
.orderBox article .orderView .od_div > div p i.i_deliver { 
	width:29px; height:21px; background:url(../imgs/sub/i_delivery_car.svg) no-repeat center / 100%; display:block; 
}
.orderBox article .orderView .od_div > div p span { font-size:20px; color:#6E6E6E; margin-left:10px; }

.orderBox article .orderAmount { padding-bottom:23px; margin-bottom:32px; border-bottom:1px solid #AEAEAE; margin-top:70px; display:flex; justify-content:flex-end;}
.orderBox article .orderAmount > div { display:flex; align-items:center; justify-content:flex-end;}
.orderBox article .orderAmount > div strong { flex:0 0 auto; text-align:right; font-size:20px; }
.orderBox article .orderAmount > div span { flex:1; display:flex; align-items:center; padding-left:25px; justify-content:flex-end;}
.orderBox article .orderAmount > div span button.btnOrderMinus { width:50px; height:50px; background:url(../imgs/contents/i_p_minus.svg) no-repeat center; display:block; border:1px solid #DEDEDE; border-right:0; border-radius:5px 0 0 5px;}
.orderBox article .orderAmount > div span input.inpOrder { width:50px; height:50px; border-radius:3px; text-align:center; font-size:26px; font-weight:400; color:#000; margin:0 0; border:1px solid #DEDEDE; }
.orderBox article .orderAmount > div span button.btnOrderPlus { width:50px; height:50px; background:url(../imgs/contents/i_p_plus.svg) no-repeat center; display:block; border:1px solid #DEDEDE;border-left:0; border-radius:0 5px 5px 0;}

.orderBox article .orderPrice { display:flex; justify-content:flex-end;}
.orderBox article .orderPrice > div { display:flex; align-items:center; }
.orderBox article .orderPrice > div strong {flex:0 0 auto; text-align:right; font-size:20px;}
.orderBox article .orderPrice > div p { flex:1; padding-left:25px; display:flex; justify-content:flex-end; align-items:flex-end;}
.orderBox article .orderPrice > div p em { color:#AAA081; font-size:36px; font-weight:700; }
.orderBox article .orderPrice > div p span { font-size:24px; color:#000; font-weight:500; margin-left:8px; margin-bottom:4px; }

.orderBox article .orderList { padding-left:85px;flex:1; }
.orderBox article .orderList > ul li { display:flex; justify-content:space-between; align-items:center; padding:30px 30px; border-bottom:1px solid #aeaeae; }
.orderBox article .orderList > ul li:nth-child(1){ 
	/* padding-top:10px; */
	border-top:1px solid #aeaeae; 
}
.orderBox article .orderList > ul li p { display:flex; align-items:center; }
.orderBox article .orderList > ul li p em { display:flex; align-items:center; }
.orderBox article .orderList > ul li p em.type_em { 
	width:105px;
	height:38px;
	background:#fff; 
	border:1px solid #AAA081;
	color:#AAA081; 
	border-radius:5px; 
	font-size:20px; font-weight:700; 
	text-align:center;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	transition:all 0.4s ease-out;
}
.orderBox article .orderList > ul li p em.type_em.on { 
	background:#AAA081; 
	border:1px solid #AAA081;
	color:#fff; 
}

.orderBox article .orderList > ul li.on { background:#f7f7f7; }

.orderBox article .orderList > ul li p strong { font-size:20px; font-weight:700; color:#1E1E1E; margin-left:15px; }
.orderBox article .orderList > ul li span { font-size:20px; font-weight:700; color:#1E1E1E; }

.orderBase { padding:85px 100px 0; }
.orderBase h3 { font-size:36px; font-weight:800; margin-bottom:40px; font-family:'Pretendard';}

.orderBase .orFormList{ padding:10px 0 10px; }
.orderBase .orFormList label { color:#3E3E3E; font-weight:600; display:block; }
.orderBase .orFormList div { padding:8px 0; display:flex; }
.orderBase .orFormList div.selectbox { padding:0 0; }
.orderBase .orFormList div a.btnGray1 { 
	display:inline-flex; width:125px; height:50px; color:#fff; font-size:16px; font-weight:600; background:#6E6E6E; border-radius:5px; 
	justify-content:center; align-items:center;
	margin-left:10px;
}
.orderBase .fxHalf { display:flex; }
.orderBase .fxHalf .orFormList input { 
	border:1px solid #AEAEAE;
}
.orderBase .fxHalf .orFormList.fxColumn { flex:0 0 auto; }
.orderBase .joinAddrAgree { display:flex; align-items:center; }
.orderBase .joinAddrAgree .flexWrapType1 { display:flex; align-items:center; }
.orderBase .joinAddrAgree .flexWrapType1 label strong { font-size:20px; color:#AAA081; font-weight:600; }
.orderBase .joinAddrAgree .flexWrapType1 p { font-size:14px; color:#6E6E6E; margin-left:20px; padding-bottom:7px; }


label.checkingArea2.nCaseCheck { position: relative; padding-left:40px; display:flex; align-items:center; height:28px;}
label.checkingArea2.nCaseCheck input[type="checkbox"] {
	appearance: none;
}
label.checkingArea2.nCaseCheck input[type="checkbox"] + i { 
	border: none;
	width:26px; height:26px;
    border:1px solid #e0e0e0;
	position: absolute;
	background:#AEAEAE url(../imgs/sub/i_check.svg) no-repeat center; 
	left:0; top:0;
    display: flex;
    justify-content: center;
    align-items: center;

}
label.checkingArea2.nCaseCheck input[type="checkbox"]:checked + i { 
    border:1px solid #06BFEA;
    background:#06BFEA;
}
label.checkingArea2.nCaseCheck input[type="checkbox"]:checked + i::after { 
	content:"";
    display:block;
    width:26px; height:26px; 
    background:url(../imgs/sub/i_check.svg) no-repeat center; 
    border-radius:7px;
}
label.checkingArea2.nCaseCheck strong { font-weight:600; color:#545454;}

.orderPayResult { padding:50px 50px 40px; border:1px solid #AAA081; background:#F4F2F2; margin:90px 50px 0; border-radius:5px;}
.orderPayResult h3 { font-size:36px; font-weight:800; margin-bottom:40px; font-family:'Pretendard';}

.orderPayResult .payR_list1 { border-bottom:1px solid #AEAEAE; padding-bottom:10px;}
.orderPayResult .payR_list1 li { display:flex; justify-content:space-between; align-items:center; padding-bottom:34px; }
.orderPayResult .payR_list1 li strong { font-size:20px; color:#7D7C7C; font-weight:400; }
.orderPayResult .payR_list1 li p { display:flex; align-items:center; }
.orderPayResult .payR_list1 li p em { color:#1E1E1E; font-weight:700; font-size:20px; }
.orderPayResult .payR_list1 li p em.color_red_1 { color:#D61313; }
.orderPayResult .payR_list1 li p span { color:#1E1E1E; font-weight:700; font-size:20px; }

.orderPayResult .payR_list2 { padding:30px 0 20px; }
.orderPayResult .payR_list2 li { display:flex; justify-content:space-between; align-items:flex-end; }
.orderPayResult .payR_list2 li strong { font-size:20px; color:#1e1e1e; font-weight:800; }
.orderPayResult .payR_list2 li p { display:flex; align-items:center; }
.orderPayResult .payR_list2 li p em { color:#1E1E1E; font-weight:800; font-size:36px; }
.orderPayResult .payR_list2 li p em.color_red_1 { color:#D61313; }
.orderPayResult .payR_list2 li p span { color:#1E1E1E; font-weight:700; font-size:20px; margin-top:6px; }

.justifyContentSpaceBetween { justify-content:space-between; }

.orderBase .orFormList .selectbox_point { border:1px solid #AAA081; }
.orderBase .fxHalf { display:flex; justify-content:space-between; }
.orderBase .fxHalf article { flex:0 0 48%; }

.tip_txt1 { color:#6E6E6E; font-size:14px; margin-top:10px; }
.orderBase .fxFull .orFormList > div { display:flex; align-items:center;  }
.orderBase .fxFull .orFormList > div .payGuideList { display:flex; flex:0 0 50%; justify-content:space-between;}
.orderBase .fxFull .orFormList > div .payGuideList li { flex:0 0 32%; height:50px; }
.orderBase .fxFull .orFormList > div .payGuideList li a.btnGray2 { 
	display:inline-flex; 
	width:100%; justify-content:center; 
	align-items:center; font-size:16px; color:#fff; font-weight:600;
	height:100%;
	background:#6E6E6E;
	border-radius:5px;
}
.orderBase .fxFull .orFormList > div p.tip_txt1 { font-size:14px; color:#6E6E6E; margin-left:2%; }
.orderAgreeBox { padding:85px 100px 0; }
.orderAgreeBox h3 { font-size:36px; font-weight:800; margin-bottom:40px; font-family:'Pretendard';}
.orderAgreeBox > div { border-top:1px solid #AEAEAE; border-bottom:1px solid #AEAEAE; padding:25px 0; }
.orderAgreeBox > div label strong { font-size:20px; font-weight:800 !important; color:#000; }
.orderAgreeBox .agOrderList { padding:10px 0; }
.orderAgreeBox .agOrderList li { display:flex; justify-content:space-between; padding:20px 0; align-items:center;}
.orderAgreeBox .agOrderList li label strong { font-weight:700; color:#808080; }
.orderAgreeBox .agOrderList li a.view_btn { 
	display:flex; justify-content:center;
	align-items:center;
	width:40px;height:40px;
}
.orderAgreeBox .agOrderList li a.view_btn i { 
	background:url(../imgs/sub/i_arrow_right1.svg) no-repeat center; 
	width:40px; height:40px;
	transition:all 0.4s ease-out;
	display:block; 
}
.orderAgreeBox .agOrderList li a.view_btn i.on { transform:rotate(90deg); }

.orderTotalPrice { padding:70px 100px; }
.orderTotalPrice a.btnFullPay { 
	display:flex; justify-content:center;
	align-items:flex-end;
	padding:25px 0;
	border-radius:5px; background:#AAA081;
}
.orderTotalPrice a.btnFullPay strong { 
	font-weight:600; font-size:36px; 
	color:#fff;
}
.orderTotalPrice a.btnFullPay span { 
	font-weight:400; font-size:24px; 
	color:#fff;
	margin-bottom:4px;
}
.orderTotalPrice p { 
	padding:30px 0 20px; 
	font-size:14px;
	font-weight:500;
	color:#6E6E6E; line-height:1.5;
	word-break:keep-all;
}

.payInfo .pi_div p { padding:0 0; }
.payInfo .pi_div p strong { font-weight:700; font-size:22px; display:block; line-height:1.5; }
.payInfo .pi_div p em { font-weight:700; font-size:22px; display:block; line-height:1.5; }
.payInfo .pi_div p span { display:block; margin-top:20px; font-size:16px; font-weight:400; color:#808080; }


@media (max-width:1370px){


	.s601 { padding:120px 20px; }
	.buyBoxWrap { width:100%;  }
	.orderBox { padding:50px 30px 0; }
	.orderBox h3 { font-size:30px; margin-bottom:20px; }

	.orderBox article { display:flex; }
	.orderBox article .orderProductImg { }
	.orderBox article .orderProductImg img { max-width:100%; }
	.orderBox article .orderView { padding-left:85px; padding-left:50px; flex:1; }
	.orderBox article .orderView > p { border-bottom:1px solid #AAA081; padding-bottom:40px; }
	.orderBox article .orderView > p strong { font-size:32px; }
	.orderBox article .orderView > p span {  font-size:32px; }



	.orderBox article .orderView .od_div > ul li span.discount_txt_gray { text-decoration: line-through; font-size:16px; color:#9E9E9E; margin-bottom:5px; display: inline-block; }

	.orderBox article .orderView .od_div > div { display:flex; justify-content: flex-end;  }
	.orderBox article .orderView .od_div > div p { display:flex; align-items: center; }
	.orderBox article .orderView .od_div > div p i.i_deliver { 
		width:29px; height:21px; background:url(../imgs/sub/i_delivery_car.svg) no-repeat center / 100%; display:block; 
	}
	.orderBox article .orderView .od_div > div p span { font-size:20px; color:#6E6E6E; margin-left:10px; }



	.orderBox article .orderList > ul li p strong { font-size:20px; font-weight:700; color:#1E1E1E; margin-left:15px; }
	.orderBox article .orderList > ul li span { font-size:20px; font-weight:700; color:#1E1E1E; }

	.orderBase { padding:50px 30px 0; }
	.orderBase h3 { font-size:30px; margin-bottom:20px; }

	.orderBase .orFormList{ padding:10px 0 10px; }
	.orderBase .orFormList label { color:#3E3E3E; font-weight:600; display:block; }
	.orderBase .orFormList div { padding:8px 0; display:flex; }
	.orderBase .orFormList div.selectbox { padding:0 0; }


	.orderBase .orFormList div a.btnGray1 { 
		display:inline-flex; width:125px; height:50px; color:#fff; font-size:16px; font-weight:600; background:#6E6E6E; border-radius:5px; 
		justify-content:center; align-items:center;
		margin-left:10px;
	}
	.orderBase .fxHalf { display:flex; }
	.orderBase .fxHalf .orFormList input { 
		border:1px solid #AEAEAE;
	}
	.orderBase .fxHalf .orFormList.fxColumn { flex:0 0 100%; }
	.orderBase .orFormList > div .w190px { width:25% !important; }
	.orderBase .fxHalf .orFormList.fxColumn > div .w190px { width:25% !important; }

	.orderBase .joinAddrAgree { display:flex; align-items:center;}
	.orderBase .joinAddrAgree .flexWrapType1 { display:flex; align-items:center;  flex-wrap:wrap;}
	.orderBase .joinAddrAgree .flexWrapType1 label { flex:0 0 100%; }
	.orderBase .joinAddrAgree .flexWrapType1 label strong { font-size:20px; color:#AAA081; font-weight:600; }
	.orderBase .joinAddrAgree .flexWrapType1 p { font-size:14px; color:#6E6E6E; margin-left:40px; padding-bottom:7px; margin-top:10px; line-height:1.5;}


	.orderPayResult { padding:50px 30px 40px; border:1px solid #AAA081; background:#F4F2F2; margin:70px 20px 0; border-radius:5px;}
	.orderPayResult h3 { font-size:30px; margin-bottom:20px; }

	.orderPayResult .payR_list1 { border-bottom:1px solid #AEAEAE; padding-bottom:10px;}
	.orderPayResult .payR_list1 li { display:flex; justify-content:space-between; align-items:center; padding-bottom:34px; }
	.orderPayResult .payR_list1 li strong { font-size:20px; color:#7D7C7C; font-weight:400; }
	.orderPayResult .payR_list1 li p { display:flex; align-items:center; }
	.orderPayResult .payR_list1 li p em { color:#1E1E1E; font-weight:700; font-size:20px; }
	.orderPayResult .payR_list1 li p em.color_red_1 { color:#D61313; }
	.orderPayResult .payR_list1 li p span { color:#1E1E1E; font-weight:700; font-size:20px; }

	.orderPayResult .payR_list2 { padding:30px 0 20px; }
	.orderPayResult .payR_list2 li { display:flex; justify-content:space-between; align-items:flex-end; }
	.orderPayResult .payR_list2 li strong { font-size:20px; color:#1e1e1e; font-weight:800; }
	.orderPayResult .payR_list2 li p { display:flex; align-items:center; }
	.orderPayResult .payR_list2 li p em { color:#1E1E1E; font-weight:800; font-size:36px; }
	.orderPayResult .payR_list2 li p em.color_red_1 { color:#D61313; }
	.orderPayResult .payR_list2 li p span { color:#1E1E1E; font-weight:700; font-size:20px; margin-top:6px; }

	.justifyContentSpaceBetween { justify-content:space-between; }

	.orderBase .orFormList .selectbox_point { border:1px solid #AAA081; }
	.orderBase .fxHalf { display:flex; justify-content:space-between; flex-wrap:wrap; }
	.orderBase .fxHalf article { flex:0 0 100%; }

	.tip_txt1 { color:#6E6E6E; font-size:14px; margin-top:10px; }
	.orderBase .fxFull .orFormList > div { display:flex; align-items:center;  }
	.orderBase .fxFull .orFormList > div .payGuideList { display:flex; flex:0 0 100%; justify-content:space-between;}
	.orderBase .fxFull .orFormList > div .payGuideList li { flex:0 0 32%; height:50px; }
	.orderBase .fxFull .orFormList > div .payGuideList li a.btnGray2 { 
		display:inline-flex; 
		width:100%; justify-content:center; 
		align-items:center; font-size:16px; color:#fff; font-weight:600;
		height:100%;
		background:#6E6E6E;
		border-radius:5px;
	}
	.orderBase .fxFull .orFormList > div p.tip_txt1 { font-size:14px; color:#6E6E6E; margin-left:2%; }
	.orderAgreeBox { padding:50px 30px 0; }
	.orderAgreeBox h3 { font-size:30px; margin-bottom:20px; }
	.orderAgreeBox > div { border-top:1px solid #AEAEAE; border-bottom:1px solid #AEAEAE; padding:25px 0; }
	.orderAgreeBox > div label strong { font-size:20px; font-weight:800 !important; color:#000; }
	.orderAgreeBox .agOrderList { padding:10px 0; }
	.orderAgreeBox .agOrderList li { display:flex; justify-content:space-between; padding:20px 0; align-items:center;}
	.orderAgreeBox .agOrderList li label strong { font-weight:700; color:#808080; }
	.orderAgreeBox .agOrderList li a.view_btn { 
		display:flex; justify-content:center;
		align-items:center;
		width:40px;height:40px;
	}
	.orderAgreeBox .agOrderList li a.view_btn i { 
		background:url(../imgs/sub/i_arrow_right1.svg) no-repeat center; 
		width:40px; height:40px;
		display:block;
	}

	.orderTotalPrice { padding:50px 30px; }
	.orderTotalPrice a.btnFullPay { 
		display:flex; justify-content:center;
		align-items:flex-end;
		padding:25px 0;
		border-radius:5px; background:#AAA081;
	}
	.orderTotalPrice a.btnFullPay strong { 
		font-weight:600; font-size:36px; 
		color:#fff;
	}
	.orderTotalPrice a.btnFullPay span { 
		font-weight:400; font-size:24px; 
		color:#fff;
		margin-bottom:4px;
	}
	.orderTotalPrice p { 
		padding:30px 0 20px; 
		font-size:14px;
		font-weight:500;
		color:#6E6E6E; line-height:1.5;
		word-break:keep-all;
	}


}


@media (max-width:1120px){
	
	.s601 { padding:50px 20px; }
	.orderBox { padding:50px 30px 0; }
	.orderBox h3 { font-size:26px; }

	.orderBox article { display:flex; flex-wrap:wrap;  }
	.orderBox article .orderProductImg { flex:0 0 100%; text-align:center; }
	.orderBox article .orderProductImg img { max-width:100%; }
	.orderBox article .orderView { padding-left:0; flex:0 0 100%; padding-top:40px;}
	.orderBox article .orderView > p { border-bottom:1px solid #AAA081; padding-bottom:40px; }
	.orderBox article .orderView > p strong { font-size:26px; }
	.orderBox article .orderView > p span {  font-size:26px; }

	.orderBox article .orderList { flex:0 0 100%; padding-left:0; padding-top:0px;}
	.orderBox article .orderList > ul { }
	.orderBox article .orderList > ul li { display:flex; justify-content:space-between; align-items:center; padding:30px 0; border-bottom:1px solid #aeaeae; }
	.orderBox article .orderList > ul li:nth-child(1){ padding-top:10px; }
	.orderBox article .orderList > ul li p { display:flex; align-items:center; }
	.orderBox article .orderList > ul li p em { display:flex; align-items:center; }
	.orderBox article .orderList > ul li p em.type_em { 
		width:105px;
		height:38px;
		background:#AAA081; border-radius:5px; 
		color:#fff; font-size:20px; font-weight:700; 
		text-align:center;
		display:inline-flex;
		align-items:center;
		justify-content:center;
	}
	.orderBox article .orderList > ul li p strong { font-size:20px; font-weight:700; color:#1E1E1E; margin-left:15px; }
	.orderBox article .orderList > ul li span { font-size:20px; font-weight:700; color:#1E1E1E; }

	.orderBase { padding:50px 30px 0; }
	.orderBase h3 { font-size:30px; margin-bottom:20px; }

	.orderBase .orFormList{ padding:10px 0 10px; }
	.orderBase .orFormList label { color:#3E3E3E; font-weight:600; display:block; }
	.orderBase .orFormList div { padding:8px 0; display:flex; }
	.orderBase .orFormList div.selectbox { padding:0 0; }


	.orderBase .orFormList div a.btnGray1 { 
		display:inline-flex; width:125px; height:50px; color:#fff; font-size:16px; font-weight:600; background:#6E6E6E; border-radius:5px; 
		justify-content:center; align-items:center;
		margin-left:10px;
	}
	.orderBase .fxHalf { display:flex; }
	.orderBase .fxHalf .orFormList input { 
		border:1px solid #AEAEAE;
	}
	.orderBase .fxHalf .orFormList.fxColumn { flex:0 0 100%; }
	.orderBase .orFormList > div .w190px { width:25% !important; }
	.orderBase .fxHalf .orFormList.fxColumn > div .w190px { width:25% !important; }

	.orderBase .joinAddrAgree { display:flex; align-items:center;}
	.orderBase .joinAddrAgree .flexWrapType1 { display:flex; align-items:center;  flex-wrap:wrap;}
	.orderBase .joinAddrAgree .flexWrapType1 label { flex:0 0 100%; }
	.orderBase .joinAddrAgree .flexWrapType1 label strong { font-size:20px; color:#AAA081; font-weight:600; }
	.orderBase .joinAddrAgree .flexWrapType1 p { font-size:14px; color:#6E6E6E; margin-left:40px; padding-bottom:7px; margin-top:10px; line-height:1.5;}


	.orderPayResult { padding:50px 30px 40px; border:1px solid #AAA081; background:#F4F2F2; margin:70px 20px 0; border-radius:5px;}
	.orderPayResult h3 { font-size:30px; margin-bottom:20px; }

	.orderPayResult .payR_list1 { border-bottom:1px solid #AEAEAE; padding-bottom:10px;}
	.orderPayResult .payR_list1 li { display:flex; justify-content:space-between; align-items:center; padding-bottom:34px; }
	.orderPayResult .payR_list1 li strong { font-size:20px; color:#7D7C7C; font-weight:400; }
	.orderPayResult .payR_list1 li p { display:flex; align-items:center; }
	.orderPayResult .payR_list1 li p em { color:#1E1E1E; font-weight:700; font-size:20px; }
	.orderPayResult .payR_list1 li p em.color_red_1 { color:#D61313; }
	.orderPayResult .payR_list1 li p span { color:#1E1E1E; font-weight:700; font-size:20px; }

	.orderPayResult .payR_list2 { padding:30px 0 20px; }
	.orderPayResult .payR_list2 li { display:flex; justify-content:space-between; align-items:flex-end; }
	.orderPayResult .payR_list2 li strong { font-size:20px; color:#1e1e1e; font-weight:800; }
	.orderPayResult .payR_list2 li p { display:flex; align-items:center; }
	.orderPayResult .payR_list2 li p em { color:#1E1E1E; font-weight:800; font-size:36px; }
	.orderPayResult .payR_list2 li p em.color_red_1 { color:#D61313; }
	.orderPayResult .payR_list2 li p span { color:#1E1E1E; font-weight:700; font-size:20px; margin-top:6px; }


	.orderTotalPrice a.btnFullPay strong { 
		font-size:30px; 
	}
	.orderTotalPrice a.btnFullPay span { 
		font-size:20px; 
		margin-bottom:4px;
	}
	.orderTotalPrice p { 
		padding:20px 0 10px; 
		font-size:14px;
	}

	.opImgList { display:none; }
	.opImgList li { width:100%; }
}


.btnCloseLayer { 
	position:absolute; right:30px; top:30px;
	z-index:1000;
}
.btnCloseLayer i { 
	width:54px; height:54px; 
	background:url(../imgs/sub/i_close_layer.svg) no-repeat center / 100%; display:block;
}


@media (max-width:640px){
	.svWrap { height:300px; }
	.svBox article h2 { font-size:32px; }

	.s601 { padding:50px 20px; }
	.buyBoxWrap { width:100%;  }
	.orderBox { padding:40px 20px 0; }
	.orderBox h3 { font-size:26px; margin-bottom:20px; }

	.orderBox article { display:flex; flex-wrap:wrap;}
	.orderBox article .orderProductImg { flex:0 0 100%; }
	
	.orderBox article .orderView { padding-left:0; flex:0 0 100%; }
	.orderBox article .orderView > p { padding-bottom:30px; }
	.orderBox article .orderView > p strong { font-size:26px; }
	.orderBox article .orderView > p span {  font-size:26px; }

	.orderBox article .orderView .od_div > ul { display: flex; justify-content: space-between; padding:28px 0 15px;  flex-wrap:wrap;}
	.orderBox article .orderView .od_div > ul li { display: flex; align-items: flex-end; flex:0 0 100%; justify-content:flex-end;}
	.orderBox article .orderView .od_div > ul li strong { font-weight:800;  }
	.orderBox article .orderView .od_div > ul li strong.order_txt_red { font-size:30px; font-weight:700;}
	.orderBox article .orderView .od_div > ul li span.txt_sale { font-size:20px; font-weight:500; margin-left:5px; margin-bottom:4px; }

	.orderBox article .orderView .od_div > ul li.fx-wrap { flex-wrap:wrap; margin-top:20px;}
	.orderBox article .orderView .od_div > ul li span.discount_txt_gray { text-decoration: line-through; font-size:16px; color:#9E9E9E; margin-bottom:5px; display: inline-block; flex:0 0 100%; text-align:right; }
	.orderBox article .orderView .od_div > ul li em { display:flex; align-items: flex-end; margin-left:10px; margin-top:0;}
	.orderBox article .orderView .od_div > ul li em strong.order_txt_red { font-size:30px; font-weight:700; }
	.orderBox article .orderView .od_div > ul li em span { font-size:20px; font-weight:500; margin-left:5px; margin-bottom:4px; }

	.orderBox article .orderView .od_div > div { display:flex; justify-content: flex-end;  flex:0 0 100%: }
	.orderBox article .orderView .od_div > div p { display:flex; align-items: center; }
	.orderBox article .orderView .od_div > div p span { font-size:18px; }

	.orderBox article .orderAmount { margin-top:70px; }
	.orderBox article .orderAmount > div { display:flex; align-items:center; flex-wrap:wrap;}
	.orderBox article .orderAmount > div strong { flex: 0 0 100%; text-align:right; font-size:18px; }
	.orderBox article .orderAmount > div span { flex:0 0 100%; display:flex; align-items:center; padding-left:0; margin-top:10px; justify-content:flex-end; display:flex;}

	.orderBox article .orderPrice > div { display:flex; align-items:center; flex-wrap:wrap;}
	.orderBox article .orderPrice > div strong {flex:0 0 100%; text-align:right; font-size:18px;}
	.orderBox article .orderPrice > div p { flex:0 0 100%; padding-left:0; margin-top:10px; text-align:right; }
	.orderBox article .orderPrice > div p em { font-size:30px; font-weight:700; }
	.orderBox article .orderPrice > div p span { font-size:20px; font-weight:500; margin-left:0; margin-bottom:4px; }

	.orderBox article .orderList { flex:0 0 100%; padding-left:0; padding-top: 0;}
	.orderBox article .orderList > ul li { padding:20px 0; flex-wrap:wrap; align-items:flex-end; display:flex; }
	.orderBox article .orderList > ul li p { flex:0 0 100%; flex-wrap:wrap; align-items:flex-end; display:flex;}
	.orderBox article .orderList > ul li p em.type_em { 
		width:85px;
		height:32px;
		font-size:18px; 

	}
	.orderBox article .orderList > ul li p strong { font-size:18px;  margin-left:0; margin-top:10px; flex:0 0 100%;}
	.orderBox article .orderList > ul li span { font-size:18px; display:flex; justify-content:flex-end; flex:0 0 100%; text-align:right; margin-top:15px;}

	.orderBase { padding:50px 20px 0; }
	.orderBase h3 { font-size:26px; }

	.orderBase .orFormList{ padding:10px 0 10px; }
	.orderBase .orFormList label { color:#3E3E3E; font-weight:600; display:block; }
	.orderBase .orFormList div { padding:8px 0; display:flex; flex-wrap:wrap;}
	.orderBase .orFormList div.selectbox { padding:0 0; flex:0 0 100%; }


	.orderBase .orFormList div a.btnGray1 { 
		display:inline-flex; width:100%; height:50px; font-size:16px; 
		margin-left:0;
	}
	.orderBase .fxHalf { display:flex; flex-wrap:wrap; }
	.orderBase .fxHalf .orFormList input { 
		border:1px solid #AEAEAE;
		width:100% !important;
	}
	.orderBase .fxHalf .orFormList.fxColumn { flex:0 0 100%; flex-wrap:wrap;}
	.orderBase .orFormList > div .w190px { width:100% !important; margin-bottom:5px;}
	.orderBase .fxHalf .orFormList.fxColumn > div .w190px { width:100% !important; }

	.orderBase .orFormList > div .empty_span{ display:none; }

	.orderBase .joinAddrAgree { display:flex; align-items:center;}
	.orderBase .joinAddrAgree .flexWrapType1 { display:flex; align-items:center;  flex-wrap:wrap;}
	.orderBase .joinAddrAgree .flexWrapType1 label { flex:0 0 100%; }
	.orderBase .joinAddrAgree .flexWrapType1 label strong { font-size:20px; color:#AAA081; font-weight:600; }
	.orderBase .joinAddrAgree .flexWrapType1 p { font-size:14px; color:#6E6E6E; margin-left:40px; padding-bottom:7px; margin-top:10px; line-height:1.5;}


	.orderPayResult { padding:30px 20px 30px; margin:40px 20px 0; }
	.orderPayResult h3 { font-size:26px; }

	.orderPayResult .payR_list1 { border-bottom:1px solid #AEAEAE; padding-bottom:10px;}
	.orderPayResult .payR_list1 li { display:flex; justify-content:flex-end; align-items:center; padding-bottom:25px; flex-wrap:wrap;}
	.orderPayResult .payR_list1 li strong { font-size:18px; flex:0 0 100%; text-align:right; }
	.orderPayResult .payR_list1 li p { display:flex; align-items:center; justify-content:flex-end; flex:0 0 100%; margin-top:10px;}
	.orderPayResult .payR_list1 li p em { font-size:20px; }
	.orderPayResult .payR_list1 li p span { font-size:16px; }

	.orderPayResult .payR_list2 { padding:30px 0 20px; }
	.orderPayResult .payR_list2 li { display:flex; justify-content:flex-end; align-items:flex-end;  flex-wrap:wrap;}
	.orderPayResult .payR_list2 li strong { font-size:18px; flex:0 0 100%; text-align:right; }
	.orderPayResult .payR_list2 li p { display:flex; justify-content:flex-end;  margin-top:10px; flex:0 0 100%;}
	.orderPayResult .payR_list2 li p em {  font-size:30px; }
	.orderPayResult .payR_list2 li p span { font-size:16px; margin-top:6px; }

	.justifyContentSpaceBetween { justify-content:space-between; }

	.orderBase .orFormList .selectbox_point { border:1px solid #AAA081; }
	.orderBase .fxHalf { display:flex; justify-content:space-between; flex-wrap:wrap; }
	.orderBase .fxHalf article { flex:0 0 100%; }

	.tip_txt1 { color:#6E6E6E; font-size:14px; margin-top:10px; }
	.orderBase .fxFull .orFormList > div { display:flex; align-items:center;  }
	.orderBase .fxFull .orFormList > div .payGuideList { display:flex; flex:0 0 100%; justify-content:space-between;}
	.orderBase .fxFull .orFormList > div .payGuideList li { flex:0 0 32%; height:50px; }
	.orderBase .fxFull .orFormList > div .payGuideList li a.btnGray2 { 
		display:inline-flex; 
		width:100%; justify-content:center; 
		align-items:center; font-size:16px; color:#fff; font-weight:600;
		height:100%;
		background:#6E6E6E;
		border-radius:5px;
	}
	.orderAgreeBox { padding:40px 20px 0; }
	.orderAgreeBox h3 { font-size:26px; }
	.orderAgreeBox > div { padding:20px 0 15px; }
	.orderAgreeBox > div label strong { font-size:18px; line-height:1.3;}

	.orderAgreeBox > ul li strong { font-size:14px; line-height:1.3;}

	.orderAgreeBox .agOrderList { padding:5px 0; }
	.orderAgreeBox .agOrderList li { padding:5px 0; }
	.orderAgreeBox .agOrderList li a.view_btn { 
		width:20px;height:20px;
	}
	.orderAgreeBox .agOrderList li a.view_btn i { 
		width:20px; height:20px;
	}

	.orderTotalPrice { padding:40px 20px; }
	.orderTotalPrice a.btnFullPay { 
		padding:20px 0;
	}
	.orderTotalPrice a.btnFullPay strong { 
		font-size:24px; 
	}
	.orderTotalPrice a.btnFullPay span { 
		font-size:16px; 
	}
	.orderTotalPrice p { 
		padding:20px 0 10px; 
		font-size:14px;
	}

	label.checkingArea2.nCaseCheck { padding-left:32px; }

	.btnCloseLayer { right:20px; top:20px; }
	.btnCloseLayer i { width:30px; height:30px; }
}


.baseWidth { max-width:1200px; margin:0 auto; position:relative; }
.baseWidthMiddle { max-width:1520px; margin:0 auto; position:relative;}
.baseWidthMiddle2 { max-width:1400px; margin:0 auto; position:relative;}
.baseWidthMiddle3 { max-width:1560px; margin:0 auto; position:relative;}

.s101 { padding:160px 0; }
.s101_div1 { padding-bottom:100px; }
.s101_div1 .s101_phar1 { display:flex; flex-direction:column; justify-content:center; height:100%; }
.s101_div1 .s101_phar1 .block-title { padding-bottom:40px; }
.s101_div1 .s101_phar1 .block-title h3 { font-family: "Noto Serif KR", serif; line-height:1.4; }
.s101_div1 .s101_phar1 .block-title h3 span { display:block; font-size:40px; font-family: "Noto Serif KR", serif; line-height:1.4; word-break:keep-all;}
.s101_div1 .s101_phar1 p.baseText { margin-top:20px; }
.s101_div1 .s101_phar1 p.baseText strong { font-size:22px; }

.s101_div2 { text-align:center; }
.s101_div2 img { max-width:100%; }
.s101_div2 i.i_h1 { width:1px; height:85px; margin:85px auto 35px; display:block; background:#AAA081; }

.s101_div2 i { position:relative; z-index:3; }
.s101_div2 em { position:relative; z-index:3;}
.s101_div2 p { position:relative; z-index:3; }

.free_pet_img::after { 
	content:"";display:block;width:261px; height:158px;   
	background:url(../imgs/contents/i_free_pet_logo.svg) no-repeat center / 100%;
	left:50%; top:0;
	position:absolute; 
	margin:90px 0 0 170px
}


.s_tip_txt { text-transform:uppercase; font-size:17px; color:#AAA081; font-family:var(--thm-font); letter-spacing:5px; font-weight:700;}
.s_title_p { display:flex; justify-content:center; margin:20px 0; align-items:flex-start;}
.s_title_p > strong { font-size:50px; color:#1e1e1e; font-weight:700; text-align:center;  font-family: "Noto Serif KR", serif; line-height:1.4; }
.s_title_p > span { font-family: var(--heading-font); font-size:100px; font-weight:600; color:#1e1e1e; margin:0 45px; padding-top:25px; }

.s101_div2 .s_title_p span { font-size:50px; color:#1e1e1e; font-weight:700; text-align:center;  font-family: "Noto Serif KR", serif; line-height:1.4;  }

.s101_div3 { }
.s101_div3 article { display:flex;  }
.s101_div3 article dl { flex:0 0 50%; display:flex; flex-direction:column; align-items:flex-end; justify-content:center; border-radius:30px 0 0 0; background:#F7F7F7; padding-right:70px;}
.s101_div3 article dl dt { font-size:50px; line-height:1.3; color:#1E1E1E; text-align:right; font-weight:600; }
.s101_div3 article dl dd { position:relative; padding:30px 0 0; margin-top:20px; }
.s101_div3 article dl dd::before { content:"";display:block; position:absolute; right:0; top:0; width:25px;height:5px; background:#3e3e3e; }
.s101_div3 article dl dd span { font-size:22px; line-height:1.6; font-weight:400; text-align:right; display:block; }
.s101_div3 article div { flex:0 0 50%; border-radius:0 30px 0 0; overflow:hidden; }
.s101_div3 article div img { width:100%; }

.s101_div3 article:nth-child(2) dl { border-radius:0 0 30px 0; padding-right:0; padding-left:70px; align-items:flex-start;}
.s101_div3 article:nth-child(2) dl dt { text-align:left; }
.s101_div3 article:nth-child(2) dl dd::before { right:auto; left:0; }
.s101_div3 article:nth-child(2) dl dd span {  text-align:left; }
.s101_div3 article:nth-child(2) div { border-radius:0 0 0 30px;}

.s101_bw { margin:220px auto 0; }
.t_greeting { 
	position:absolute; left:0; top:0; z-index:1;
}
.s101_div4 { padding:110px 0; position:relative; z-index:10; }
.s101_div4 p.fisrt { margin-bottom:25px; }
.s101_div4 p.fisrt span { font-size:36px; line-height:1.4; color:#1E1E1E; font-weight:500; }
.s101_div4 p.second span { font-size:24px; line-height:1.5; color:#AAA081; font-weight:300; }

.s101_div4 p.third { position:relative; margin-top:50px; padding-top:50px; }
.s101_div4 p.third::before { 
	content:"";display:block;width:697px; height:1px; background:#CECECE;
	position:absolute; left:0; top:0;
}
.s101_div4 p.third span { font-size:20px; line-height:2; color:#3E3E3E; font-weight:400; }

.s101_div4 p span { display:block; }

.s101_div4 article { display:flex; align-items:center; padding:80px 0; justify-content:flex-end;}
.s101_div4 article dl { margin-right:25px; }
.s101_div4 article dl dt { font-size:20px; font-weight:400; color:#3e3e3e; padding-bottom:10px;}
.s101_div4 article dl dd { font-size:20px; font-weight:700; color:#3e3e3e; padding-top:10px; }
.s101_div4 article img { }

.s201	{ padding:0 0 150px; }
.s201_thum { display:flex; justify-content:space-between; padding-bottom:100px;}
.s201_thum article { flex:0 0 32%; }
.s201_thum article div { }
.s201_thum article div img { width:100%; }
.s201_thum article dl { padding:30px 0; }
.s201_thum article dl dt { font-size:26px; color:#1E1E1E; margin-bottom:30px; font-family: var(--heading-font); font-weight:600;}
.s201_thum article dl dd { font-size:16px; color:#AAA081; }

.paThumWrap { background:url(../imgs/contents/pa201_bg.png) no-repeat center / cover; position:relative; padding:120px 0;}
.paThumWrap::before { 
	content:"";display:block;width:100%; height:100%; background:rgba(0,0,0,0.9);
	position:absolute; left:0; top:0;
}
.s201_sl_header h3 { color:#fff; }
.s201_slides { position:relative; z-index:10; padding:70px 0 0; }
.s201_slidesWrap { display:flex; justify-content:space-between; }

.spPrevNext { 
	display:flex; position:absolute; right:0; top:0
}
.spPrevNext a { margin-left:10px; }
a.sp_prev1 { width:60px; height:45px; display:flex; justify-content:center; align-items:center; border-radius:5px; border:1px solid #fff;}
a.sp_prev1 i { 
	width:16px; height:8px;
	background:url(../imgs/contents/s_prev1.svg) no-repeat center / 100%;
}
a.sp_next2 { width:60px; height:45px; display:flex; justify-content:center; align-items:center; border-radius:5px; border:1px solid #fff; }
a.sp_next2 i { 
	width:16px; height:8px;
	background:url(../imgs/contents/s_next1.svg) no-repeat center / 100%;
}

.s202_ab1 { position:absolute; right:-80px; bottom:-180px; }
.s202_ab1 img { max-width:100%; }
.s202_blank1 { margin-top:120px; }
.newAddBox { margin-top:100px; } 
.newAddBox .round_top { border-radius:50px 50px 0 0; overflow:hidden; padding:0;}

.newAddBox p { 
	background:#FEFCF7; padding:20px 0; text-align:center; font-size:24px; font-weight:700; color:#1E1E1E; border:1px solid #CECECE; border-top:0; }
.newAddBox em { 
	font-size:120px; font-weight:700; color:#1E1E1E; 
	font-family: "Playfair Display";
	position:absolute; left:-5px; top:-80px;
}
.newAddBox > div.row .posRelative { margin-top:80px; }


.centerPhar1 { border:1px solid #dadada; padding:55px 0; margin:10px 0 80px; position:relative;}
.centerPhar1 i.first { position:absolute; left:0; top:0; }
.centerPhar1 i.first::before { 
	content:"";display:block;width:45px; height:2px;
	position:absolute; left:0; top:0;
	background:#665729;
}
.centerPhar1 i.first::after { 
	content:"";display:block;width:2px; height:45px;
	position:absolute; left:0; top:0;
	background:#665729;
}

.centerPhar1 p { text-align:center; }
.centerPhar1 p span { font-size:30px; line-height:1.6; font-weight:600; display:block; color:#1e1e1e;}
.centerPhar1 p span strong.beige { color:#A09676; font-weight:800; font-size:30px; line-height:1.6; }
.centerPhar1 i.last { position:absolute; right:0; bottom:0; }
.centerPhar1 i.last::before { 
	content:"";display:block;width:45px; height:2px;
	position:absolute; right:0; bottom:0;
	background:#665729;
}
.centerPhar1 i.last::after { 
	content:"";display:block;width:2px; height:45px;
	position:absolute; right:0; bottom:0;
	background:#665729;
}

.s202_div2 { display:flex; justify-content:space-between;  padding:100px 0;}
.s202_div2 article { flex:0 0 46%; }
.s202_div2 article div img { width:100%; }
.s202_div2 article p { font-size:18px; color:#A09676; font-weight:400; padding:20px 0; display:none;}
.s202_div2 article:nth-child(2) div { padding-top:180px; }

.pdtb_case1 { padding:0; }

.s202_div3 { display:flex; justify-content:space-between;  padding:0 0 80px;}
.s202_div3 article { flex:0 0 49%; }
.s202_div3 article div img { width:100%; }
.s202_div3 article p { font-size:18px; color:#A09676; font-weight:400; padding:20px 0; text-align:center;}

.s202_div4 p { text-align:center; font-size:36px; font-weight:600; color:#1E1E1E; }
.s202_div4 p span { font-size:36px; font-weight:600; color:#1E1E1E; }

.s202_div5 { display:flex; justify-content:space-between;  padding:100px 0 80px; position:relative;}
.s202_div5 article div img { width:100%; }
.txt_promise { display:block; position:absolute; right:-80px;bottom:17px; }

.s203_div1 { display:flex; justify-content:center; }
.s203_div1 .block-title h3 { font-family: "Noto Serif KR", serif; line-height:1.4;  }


.process-title em {
	margin: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: var(--thm-base);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: -webkit-box;
	font-weight:500;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.process-title em::before {
	content: "";
	width: 60px;
	height: 2px;
	background-color: var(--thm-base);
	display: block;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.process-title h3 {
	font-family: "Playfair Display";
	font-weight: bold;
	color: var(--thm-black);
	font-size: 26px;
	margin: 0;
	margin-top: 15px;
	margin-bottom:25px;
}

.process-title p span { font-size:22px; font-weight:400; color:#6E6E6E; line-height:1.5; display:block;}
.process-img img { max-width:100%; }

.s203 { padding-bottom:100px; }
.s203_case { padding:40px 0; position:relative; }
.s203_case article { display:flex; justify-content:space-between; position:relative; padding:40px 0;}
.s203_case article .process-img { flex:0 0 50%; }
.s203_case article .process-con { flex:0 0 50%; padding-left:70px; display:flex; align-items:flex-start; padding-top:75px; }

.s203_case article:nth-child(2n) .process-img { order:1; text-align:right;}
.s203_case article:nth-child(2n) .process-con { order:0;}
.s203_case::before { 
	content:"";display:block;width:2px; height:calc(100% - 180px);
	background:#E5E5E5;
	position:absolute; left:50%; top:100px;  
	margin-left:-1px;
}
.s203_case article::after { 
	content:"";
	display:block;width:25px; height:25px;
	border:7px solid #F0EDE6;
	background:#AAA081;
	position:absolute; left:50%; top:50%;  
	transform:translate(-50%,-50%);
	border-radius:12.5px;
}


.ogCont { padding:25px; height:350px; overflow-y:auto; border:1px solid #aeaeae; }
.ogCont h2 { font-size:22px; font-weight:700; margin-bottom:30px; }
.ogCont article { margin-bottom:30px; }
.ogCont article h3 { font-size:18px; font-weight:700; margin-bottom:15px; }
.ogCont article p { font-size:16px; line-height:2; }

.titleAreaCase204 h3 { padding-left:30px; }
.pp_type1 { padding:30px 0 5px; }
.pp_phar1 > span { font-size:24px; font-weight:400; color:#3e3e3e; text-align:center; line-height:1.6; display:block;}
.pp_phar1 > span span { font-size:24px; font-weight:400; color:#3e3e3e; text-align:center; line-height:1.6; display:inline;}
.pp_phar1 strong.str_case1 { font-size:36px; font-weight:700; color:#1e1e1e; text-align:center; line-height:1.6; display:block; }
.pp_type2 { padding:10px 0 50px; }
.imgDiv1 { text-align:center;  margin:80px 0 50px;}
.imgDiv2 { text-align:center;  margin:50px 0 80px;}
.imgDiv3 { text-align:center;  margin:40px 0 80px;}

.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }

.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb60 { margin-bottom:60px; }
.mb80 { margin-bottom:80px; }
.mb100 { margin-bottom:100px; }
.mb120 { margin-bottom:120px; }

.max_w100per { max-width:100%; }

.centerPhar2 { margin:30px 0 80px; position:relative;}
.cTitle_h4 { 
	border:1px solid #CECECE; width:296px; height:65px; display:flex; justify-content:center; align-items:center; font-size:30px; font-weight:700; color:#1e1e1e; 
	border-radius:40px;
	position:absolute; left:100px; top:-34px; background:#fff;
}

.pp_table thead tr th { 
	text-align:center; 
	background:#AAA081;
	font-size:36px; font-weight:600; color:#fff;
	padding:30px 0;
}
.pp_table thead tr th:nth-child(2) {	border-left:1px solid #c5c3bb; }
.pp_table tbody tr th { 
	font-size:32px; font-weight:600; color:#1E1E1E;
	border:1px solid #e0e0e0; border-top:0;
	padding:30px 0; text-align:center; 
}
.pp_table tbody tr td { 
	font-size:32px; font-weight:400; color:#1E1E1E;
	border:1px solid #e0e0e0; border-left:0; border-top:0;
	padding:30px 0; text-align:center; 
}
.ptbCase1 { padding:40px 0; }
.pp_right { text-align:right; padding:15px 0; }
.grayFont { font-size:24px; color:#7E7E7E; }

.pp_list_flex { display:flex; justify-content:space-between; margin-top:50px;}
.pp_list_flex article { display:flex; flex-direction:column; flex:0 0 47%; }
.pp_list_flex article .ppConText { 
	display:flex; flex-direction:column; align-items:flex-end; justify-content:center; 
	padding:200px 0 0;
}
.pp_list_flex article .ppConText h3 { font-size:30px; font-weight:700; color:#2E2E2E; line-height:1.3; font-family:'Pretendard' }
.pp_list_flex article .ppConText p { padding:40px 0 50px; }
.pp_list_flex article .ppConText p span { font-size:18px; line-height:1.6; color:#3E3E3E; font-weight:400; text-align:right; display:block; }
.pp_list_flex article .ppConText ul li { 
	border-radius:20px; font-size:16px; color:#4e4e4e; border:1px solid #BEBEBE; height:28px; 
	display:inline-flex; justify-content:center; align-items:center; 
	margin-left:7px;
	padding-left:15px; padding-right:15px;
}

.pp_list_flex article:nth-child(2) .ppConImg { order:1; }
.pp_list_flex article:nth-child(2) .ppConText { order:0; align-items:flex-start; padding: 80px 0 80px;}
.pp_list_flex article:nth-child(2) .ppConText p span { text-align:left; }
.pp_list_flex article:nth-child(2) .ppConText ul li { margin-left:0; margin-right:7px; } 


/* imgs expand */
.imgCase1 { width:824px; margin:50px auto 0; }
.imgGlasses { position: relative; } 
.magnifier { display: none; position: absolute; width: 350px; height: 350px; z-index: 1; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } 
.magnifier::after { content:''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #fff;  z-index: 2; } 

@media (max-width:1024px){
	.magnifier { width: 200px; height: 200px; }
}


.s205_pbox { 
	padding:150px 0 120px;
}
.s205_benefit { 
	height:560px; 
	background:url(../imgs/contents/s205_bg2.png) no-repeat center / cover;
	display:flex; justify-content:center; align-items:center;
}
.s205_div1 {  
	display:flex; justify-content:center; align-items:center;
	flex-direction:column;
}
.s205_div1 em { 
	font-size:24px; font-weight:400; color:#fff; line-height:1.3; display:block; text-align:center;
}
.s205_div1 p { 
	font-size:50px; font-weight:600; color:#fff; line-height:1.3; display:block; text-align:center;
	font-family: "Noto Serif KR", serif; 
	padding:30px 0 75px;
}
.s205_div1 a.btnBaseWhite { 
	width:170px; height:55px;
	display:flex; justify-content:center; align-items:center;
	font-size:17px; font-weight:600; color:#252930; line-height:1; 
	margin:0 auto;
	background:#fff;
}

.s205_div2 { 
	display: flex;
	flex-direction:column;
	justify-content:center; 
	align-items:center;
}
.s205_div2 em {
	margin: 0;
	font-size: 17px;
	line-height: 1em;
	font-weight: bold;
	color: var(--thm-base);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: -webkit-box;
	font-weight:500;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.s205_div2 h3 {
	font-family: "Noto Serif KR", serif; 
	font-weight: bold;
	color: var(--thm-black);
	font-size: 40px;
	margin: 0;
	margin-top: 25px;
}

.s205_tabBox { padding:80px 0 120px; }
.processTab { display:flex; justify-content:flex-start; }
.processTab li { 
	width:300px; height:70px;
	display:flex; justify-content:center; align-items:center;
	font-size:20px; font-weight:600; color:#3E3E3E; line-height:1; 
	background:#fff;
	border-radius:10px 10px 0 0;
	border:1px solid #d3d3d3;
	border-bottom:0;
	margin-right:10px;
	cursor:pointer;
}
.processTab li.on { 
	background:#A09676;
	border:1px solid #A09676;
	color:#fff;
}

.processCon { 
	border:1px solid #AAA081;
	border-radius:0 10px 10px 10px;
	padding:50px 0;
	display:flex; align-items:center; justify-content:center;
}
.processCon article { 
	display:none;
}
.processCon article.on { display:flex; align-items:center; justify-content:center; }


.processCon article div:nth-child(1) { }
.processCon article div:nth-child(1) img { max-width:100%; }

.processCon article div:nth-child(2) { 
	display:flex; flex-direction:column;
	padding-left:90px;
	justify-content:center;
}
.processCon article div:nth-child(2) > span { position:relative; }
.processCon article div:nth-child(2) > span i { 
	width:60px; height:60px;
	display:block; position:relative;
	z-index:10;
}
.processCon article div:nth-child(2) > span::after { 
	content:"";display:block;
	background:#EDE7D4;
	border-radius:18px;
	position:absolute; z-index:1;
}
.processCon article:nth-child(1) div:nth-child(2) > span::after { 
	width:22px;height:22px;
	left:0; top:3px;
}
.processCon article:nth-child(2) div:nth-child(2) > span::after { 
	width:33px;height:33px;
	left:32px; top:-3px;
}
.processCon article:nth-child(3) div:nth-child(2) > span::after { 
	width:33px;height:33px;
	left:35px; top:28px;
}


.processCon article div:nth-child(2) p { padding:25px 0 0; }
.processCon article div:nth-child(2) p span { font-size:22px; color:#3E3E3E; font-weight:400; display:block; line-height:1.5;}
.processCon article div:nth-child(2) p span a { font-size:22px; color:#3E3E3E; font-weight:700; }
.processCon article div:nth-child(2) p span strong { font-size:22px; color:#3E3E3E; font-weight:700; }

.i_proc1 { 
	background:url(../imgs/contents/ip_Headset.svg) no-repeat center / 100%;
}
.i_proc2 { 
	background:url(../imgs/contents/ip_Palette.svg) no-repeat center / 100%;
}
.i_proc3 { 
	background:url(../imgs/contents/ip_Package.svg) no-repeat center / 100%;
}


.s301 { padding:160px 0; }
.s401 { padding:160px 0; }
.s205_title_area { padding-bottom:70px; }



.s301_div1 { border:1px solid #7d7d7d; }
.s301_div1 article { position:relative; padding:60px; }
.s301_div1 article h4 { font-size:30px; font-weight:700; color:#2e2e2e; line-height:1.3;}
.s301_div1 article p { padding:30px 0; }
.s301_div1 article p span { font-size:18px; font-weight:400; color:#2e2e2e; line-height:1.7; display:block;}
.s301_div1 article ul { display:flex; }
.s301_div1 article ul li { 
	margin-right:10px; border-radius:20px; border:1px solid #BEBEBE; padding:10px 20px; 
	display:flex; justify-content:center; align-items:center; font-size:16px; color:#4E4E4E; line-height:1;
}

.s301_div1 article a.btnBaseMore { 
	position:absolute; right:50px; top:50px;
	width:180px; height:59px;
	border:1px solid #3E3E3E; padding:10px 20px; 
	display:flex; justify-content:center; align-items:center; font-size:17px; color:#3e3e3e; 
	font-weight:600; line-height:1;
	font-family:var(--thm-font);
	transition:all 0.4s ease-out;
}

.s301_div2 { padding:120px 0 10px; }
.s301_div2 article { display:flex; justify-content:space-between; margin-bottom:80px; }
.s301_div2 article .s301_Link_txt { 
	position:relative;
	display:flex; flex-direction:column;
	justify-content:flex-start; align-items:flex-start;
	flex:0 0 47%;
	padding-top:40px
}
.s301_div2 article .s301_Link_txt h4 { font-size:30px; font-weight:700; color:#2e2e2e; line-height:1.3;}
.s301_div2 article .s301_Link_txt h4 span { font-size:30px; font-weight:700; color:#2e2e2e; line-height:1.3;}
.s301_div2 article .s301_Link_txt p { padding:30px 0; }
.s301_div2 article .s301_Link_txt p span { font-size:18px; font-weight:400; color:#2e2e2e; line-height:1.7; display:block; }
.s301_div2 article .s301_Link_txt ul { display:flex;  }
.s301_div2 article .s301_Link_txt ul li { 
	margin-right:10px; border-radius:20px; border:1px solid #BEBEBE; padding:10px 20px; 
	display:flex; justify-content:center; align-items:center; font-size:16px; color:#4E4E4E; line-height:1;
}
.s301_div2 article .s301_Link_txt .btnBaseMore { 
	position:absolute; right:auto; bottom:0; left:0;
	width:166px; height:48px;
	border:1px solid #E5E5E5; 
	display:flex; justify-content:center; align-items:center; font-size:17px; color:#3E3E3E; 
	font-weight:600; line-height:1;
	font-family:var(--thm-font);
	transition:all 0.4s ease-out;
}

.s301_div1 article a.btnBaseMore:hover { background:#3e3e3e; color:#fff; }
.s301_div2 article .s301_Link_txt .btnBaseMore:hover { background:#3e3e3e; color:#fff; }

.s301_div2 article .s301_Link_txt._FxRight { 
	justify-content:flex-start; align-items:flex-end;
}
.s301_div2 article .s301_Link_txt._FxRight h4 { text-align:right; padding-right:0;}
.s301_div2 article .s301_Link_txt._FxRight p span {  text-align:right;}
.s301_div2 article .s301_Link_txt._FxRight ul { justify-content:flex-end; }
.s301_div2 article .s301_Link_txt._FxRight ul li { 
	margin-right:0; 
	margin-left:10px;
}

.s301_div2 article .s301_Link_txt._FxRight .btnBaseMore { 
	position:absolute; right:0; bottom:0; left:auto;
}


.s301_div2 article .s301_Link_img { 
	flex:0 0 47%; position:relative;
}
.s301_div2 article .s301_Link_img > div { position:relative; z-index:10; }
.s301_div2 article .s301_Link_img > div img { width:100%; }

.s301_div2 article:nth-child(2) .s301_Link_txt { order:1; }
.s301_div2 article:nth-child(2) .s301_Link_img { order:0; }


.s301_div2 article .s301_Link_img::before { 
	content:"";display:block;
	width:250px;
	height:202px;
	background:url(../imgs/contents/i_dotted.svg) no-repeat center / 100%;
	position:absolute; top:50%;
	transform:translateY(-50%);
}

.s301_div2 article:nth-child(1) .s301_Link_img::before { 
	right:-75px;
}
.s301_div2 article:nth-child(2) .s301_Link_img::before { 
	left:-75px;
}
.s301_div2 article:nth-child(3) .s301_Link_img::before { 
	right:-75px;
}

.s301_div2.s301_div2_center article .s301_Link_img::before { display:none; }




.freeSlide { display:flex; padding:30px 0 0 ; flex-wrap:wrap; max-width:1500px; margin:0 auto;}
.freeSlide article { margin:0 10px; flex:0 0 calc(25% - 20px); margin-bottom:70px; }
.freeSlide article div { width:100%; position:relative; }
.freeSlide article div img { width:100% }
.freeSlide article dl { background:#fff; width:90%; height:161px; position:relative; margin:-80px auto 0; z-index:10;}
.freeSlide article dl dt { padding:30px 0 17px; }
.freeSlide article dl dt em { display:block; text-align:center; font-size:17px; color:#AAA081; line-height:1;}
.freeSlide article dl dt strong { display:block; text-align:center; font-size:30px; color:#1E1E1E; line-height:1; font-weight:800; margin:12px 0 0;}
.freeSlide article dl dd { }
.freeSlide article dl dd span { display:block; text-align:center; font-size:18px; line-height:1.6; }


.s301_div2.s301_div2_center article .s301_Link_txt { 
	position:relative;
	display:flex; flex-direction:column;
	justify-content:center; align-items:flex-start;
	flex:0 0 47%;
	padding-top:0
}

.s301_div2.s301_div2_center article .s301_Link_txt._FxRight { 
	justify-content:center; align-items:flex-end;
}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight h4 { text-align:right; padding-right:0;}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight p span {  text-align:right;}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight ul { justify-content:flex-end; }
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight ul li { 
	margin-right:0; 
	margin-left:10px;
}

.s301_div2.s301_div2_center article .s301_Link_txt em.beige_sm { color:#A09676; font-size:18px; font-weight:400; display:block; margin-bottom:15px; padding-top:15px; }

.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox { 
	display:flex; flex-direction:column; justify-content:center; align-items:flex-end; padding:30px 25px; background:#f4f4f4;
	border-radius:7px; margin-top:50px;
}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox dt { 
	display:flex; justify-content:flex-end; line-height:1.7; font-weight:400; color:#1e1e1e; font-size:14px; 
	align-items:center;
	padding-bottom:10px;
}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox dt i { }
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox dt strong { line-height:1.7; font-weight:400; color:#AAA081; font-size:14px; display:inline-block; padding-bottom:0px;  margin-left:5px; text-decoration:underline;}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox dd { }
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox dd span { display:block; line-height:1.7; font-weight:400; color:#1e1e1e; font-size:14px; text-align:right;}
.s301_div2.s301_div2_center article .s301_Link_txt._FxRight .beigeBox dd span strong { color:#AAA081; }

.dl_titleArea { padding-bottom:40px; }
.dl_titleArea dl { border-bottom:1px solid #3E3E3E; padding:60px 40px 60px 60px; display:flex; align-items:center;  }
.dl_titleArea dl dt { flex:0 0 auto; padding-right:80px; }
.dl_titleArea dl dt em { display:block; font-size:18px; color:#A09676; font-weight:400;}
.dl_titleArea dl dt strong { display:block; font-size:30px; color:#1E1E1E; margin-top:15px; font-weight:700; }
.dl_titleArea dl dt strong span { font-size:30px; color:#1E1E1E; margin-top:15px; font-weight:700; }
.dl_titleArea dl dd { flex:1; }
.dl_titleArea dl dd span { font-size:18px; line-height:1.7; color:#1e1e1e; font-weight:400; word-break:keep-all;}



.s301_studio { padding:60px 0; }
.s301_studio { display:flex;  }
.s301_studio div { flex:0 0 50%; }
.s301_studio article { display:flex; flex-direction:column; justify-content:flex-end; padding:0 0 50px 70px; background:#f7f7f7; border-radius:0 15px; flex:1;}
.s301_studio article h5 { color:#AAA081; font-size:17px; font-weight:700; font-family:var(--thm-font); letter-spacing:10px; text-transform:uppercase; margin-bottom:15px;}
.s301_studio article ul li { 
	position:relative; font-size:26px; font-weight:500; color:#1e1e1e; 
	padding-left:16px;
	margin:15px 0;
}
.s301_studio article ul li::before { content:"";display:block;width:5px; height:5px; background:#1e1e1e; border-radius:3px; position:absolute; left:0; top:50%; transform:translateY(-50%); }

.s301_baseDiv1 { padding:50px 0; }

.s301_lastList { border:1px solid #cecece; border-top:0; display:flex;flex-wrap:wrap;}
.s301_lastList li { flex:0 0 25%; display:flex; justify-content:center; align-items:center; position:relative; border:1px solid #cecece; height:293px; flex-direction:column;}
.s301_lastList li div { width:60px; height:60px; position:relative; }
.s301_lastList li div i { position:relative; z-index:10; width:100%; height:100%; }

.s301_lastList li div::before { 
	content:"";
	display:block;width:33px; height:33px;
	background:#EDE7D4;
	position:absolute;  right:0; top:0;
	border-radius:20px;
}

.s301_lastList li:nth-child(1) div::before { right:-5px; top:-5px; }
.s301_lastList li:nth-child(2) div::before { right:-5px; top:24px; }
.s301_lastList li:nth-child(3) div::before { right:-5px; top:-5px; }
.s301_lastList li:nth-child(4) div::before { right:-5px; top:24px; }
.s301_lastList li:nth-child(5) div::before { right:-5px; top:-5px; }
.s301_lastList li:nth-child(6) div::before { right:-5px; top:24px; }
.s301_lastList li:nth-child(7) div::before { right:auto; top:auto; left:-6px; bottom:-4px; }

.s301_lastList li p { padding:25px 0 0; }
.s301_lastList li p span { font-size:20px; font-weight:400; color:#3e3e3e; line-height:1.5; display:block; text-align:center; }
.s301_lastList li.last { background:#fffef6; position:relative;  justify-content:flex-start; align-items:flex-start; padding:40px; }
.s301_lastList li.last article { }
.s301_lastList li.last article span { font-size:24px; line-height:1.5; color:#3E3E3E; display:block;}
.s301_lastList li.last article span strong { color:#AAA081; font-size:24px; line-height:1.5; }
.s301_lastList li.last .last_img { position:absolute; right:30px; bottom:35px; }


.sTab_sub { display:flex; justify-content:center; align-items:center; position:relative; margin-top:-80px; padding-bottom:100px; }
.sTab_sub li { padding-left:0; position:relative; font-size:18px; color:#6E6E6E; font-weight:400; margin-left:15px; cursor:pointer;} 
.sTab_sub li.on { color:#A09676; text-decoration:underline; font-weight:700; }
.sTab_sub li:nth-child(1) { padding-left:0;  }
.sTab_sub li::before { 
	content:"";display:inline-block;
	background:url(../imgs/contents/i_cross_line.svg) no-repeat center top 4px / 100%; 
	width:16px; height:16px;
	margin:0 auto;
	margin-right:15px;
}
.sTab_sub li:nth-child(1)::before { display:none; }

.sTab_sub li.on a { color:#A09676; text-decoration:underline; font-weight:700; }


.attendArea { padding-bottom:50px; max-width:1200px; margin:0 auto; }
.formBase { margin-top:100px;}
.mt0 { margin-top:0 !important;}
.formBase h2 { 
    font-size:36px; font-weight:800; color: var(--title-color); 
}
.formBase h2.title_h2 {
    margin-bottom:30px;font-family:'Pretendard';
	font-weight:700;
}
.formBase h2.title_h2_1 {
    font-size:30px; font-weight:800; color: var(--title-color); 
    line-height:1.2;
}
.formBase h2.title_h2_a {
    font-size:38px; font-weight:800; color: var(--title-color); 
    line-height:1.2; padding-bottom:5px;
	font-family:'Pretendard';
}
.gray_bright1 { color:#666; font-weight:400; }

.formBase2 { margin-top:50px;}
.spRight { 
    display: flex; justify-content: flex-end; margin-bottom:30px; 
}
.spRight article {
    display: flex; justify-content: flex-end; width:520px; 
    border:2px solid #9238ec;
    border-radius:3px;
    margin-bottom:30px; 
}
.spCenter { 
    display: flex; justify-content: center; margin-bottom:20px; 
}
.spCenter article {
    display: flex; justify-content: flex-end; width:520px; 
    border:2px solid #9238ec;
    border-radius:3px;
}
.inputSearch { position: relative;}
.inputSearch input[type='text'] {
    height:50px; width:402px; 
    border:1px solid #D9D9D9; 
    background:#fff;
    font-size:16px; color:#6e6e6e;
    padding-left:10px;
    position: relative;
}
::placeholder { color:#cecece; }
.btnSearch {
    width:50px; height:50px;
    position: absolute; right:0; top:0;
    background: url(../imgs/contents/ic_search.svg) no-repeat center ;
    border:none;
}
.boardListTable.pc { display: block;}
.table_layout.mo { display: none;}

.galleryList { display: flex; flex-wrap: wrap;}
.galleryList article { flex:0 0 calc(33.33333333% - 2%); margin:0 1% 20px; }
.galleryList article a { display: block; width:100%;}
.galleryList article a .thumImg { overflow: hidden; border-radius: 10px; }
.galleryList article a .thumImg img { width: 100%; }
.galleryList article a span { font-size:20px; line-height:1.6; display: block; padding:20px 0 30px; color:#3e3e3e; font-weight:700;}


 .myTableWrap { padding:10px 0 0; margin-left:15px;}
 .myTableWrap h4 { font-size:20px; font-weight:700; margin-bottom:15px;}
 .myTable { width: 100%;}
 .myTable thead th { 
    background:#F0F0F0; border-top:1px solid #5a5a5a; border-bottom:1px solid #d2d2d2;
    font-size:18px; padding:15px 0; text-align: center; font-weight:500;
}
.myTable tbody td { 
    border-bottom:1px solid #d2d2d2;
    font-size:16px; padding:15px 0; text-align: center; font-weight:500;
}
.myTable tbody td.taLeft { text-align:left; padding-left:20px;}
 
 .mycList { display: flex; justify-content: flex-start; padding-top:10px; flex-wrap:wrap;}
 .mycList section {
    flex:0 0 calc(33.333333%);
    padding-left:15px;
 }
 .mycList article {
    display: flex;
    padding:28px 25px 20px;
    position: relative;
    background-color: #fff;
    border:1px solid #CECECE;
    border-radius:5px;
    flex-direction: column;
    height:200px;
    margin-bottom:15px;
 }
 .mycList article em {
    display: block;
    font-size:14px;
    color:#9238EC;  
    font-weight:800;
 }
 .mycList article h4 {
    font-size:18px; 
    font-weight:800;
    color:#1e1e1e;
    margin-top:15px;
    padding-top:16px;
    border-top:1px solid #CECECE;
    line-height: 1;
 }
 .mycList article p {
    font-size:14px;
    color:#6e6e6e;
    line-height:1.2;
    padding-bottom:5px;
 }
 
 .mypageMobTitle { display: none;}

.btnMypQuick {
    width:62px; height:25px; display: block; 
    position: absolute; left:50%; top:0; margin-left:-31px; z-index:100; 
    display: none; 
}
.btnMypQuick .btnMypMenu { 
    width:62px; height:25px; border-radius:0 0 5px 5px; 
    display: flex; justify-content: center;
    align-items: center;
    background:#9238EC;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.btnMypQuick .btnMypMenu i { 
    display: block; width: 20px; height: 20px;
    background: url(../imgs/add/i_myp_down.svg) no-repeat center / 100%;
    transition: all 0.3s ease-out;
}
.btnMypQuick.on .btnMypMenu i {
    transform: rotate(180deg);
}



 
 .numRight { display: flex; }
 .numRight span { font-size:24px; font-weight:800; line-height: 1;}
 .numRight span strong { font-size:34px; font-weight:900; margin-right:5px;}

 /* paginate */
.pgAnother { padding:50px 0 0;}
.pgAnother2 { padding:25px 0 0;}
.paginate {text-align:center;display: flex; justify-content: center;}
.paginate a {display:inline-block;width:40px;height:40px;text-align:center;color:#000;font-size:16px;line-height:2.7em; border-radius:20px;}
.paginate a span {display:inline-block;padding:0 2px;line-height:1em;}
.paginate a.active,
.paginate a:hover {background:#a09676;color:#fff;}
.paginate a.active span { color:#fff;}
.paginate a:hover span {border-bottom:1px solid #fff;color:#fff;}
.paginate a.prev {
    margin:0 15px 0 0;border:none;border-left:0;
    /* background:url(../imgs/i_pg_prev.svg) no-repeat 50%; */
    background: none;
}
.paginate a.next {
    margin:0 0 0 15px;border:none;border-right:0;
    /* background:url(../imgs/i_pg_next.svg) no-repeat 50%; */
    background: none;
}
.paginate a.first {
    margin:0 0 0 0;border:none;
    /* background:url(../imgs/i_pg_prev.svg) no-repeat 50%;
    display: none; */
    background: none;
}
.paginate a.last {
    margin:0 0 0 0;border:none;
    /* background:url(../images/pg_last.jpg) no-repeat 50%;
    display: none; */
    background: none;
}
.paginate a.prev:hover,
.paginate a.next:hover,
.paginate a.first:hover,
.paginate a.last:hover { background: transparent;}

/*
.paginate a.prev:hover svg path { stroke:#3E3E3E; }
.paginate a.next:hover svg path { stroke:#3E3E3E; }
.paginate a.first:hover svg path { stroke:#3E3E3E; }
.paginate a.last:hover svg path { stroke:#3E3E3E; }
*/

.paginate a.prev.on svg path { stroke:#3E3E3E; }
.paginate a.next.on svg path { stroke:#3E3E3E; }
.paginate a.first.on svg path { stroke:#3E3E3E; }
.paginate a.last.on svg path { stroke:#3E3E3E; }

.searchBox { display: flex; }
.selectBox { margin-right:10px; }
.selectBox select{ 
    height: 51px; 
    border:1px solid #D9D9D9; 
    background:#fff;
    padding-left:10px; 
    padding-right:20px;
}

.checkingArea2 strong { font-weight:600; color:#3e3e3e;}
.checkingArea2 { position: relative; padding-left:25px;}
.checkingArea2 input[type="checkbox"] {
	appearance: none;
}
.checkingArea2 input[type="checkbox"] + i { 
	border: none;
	width:26px; height:26px;
    border:1px solid #e0e0e0;
    background:#fff;
	position: absolute;
	left:0; top:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkingArea2 input[type="checkbox"]:checked + i { 
    border:1px solid #a09676;
    background:#a09676;
}
.checkingArea2 input[type="checkbox"]:checked + i::after { 
	content:"";
    display:block;
    width:20px; height:20px; 
    background:url(../imgs/sub/i_check.svg) no-repeat center / 100%; 
    border-radius:7px;
}

.subBtnBottomRight { position: relative; z-index: 10; display: flex; justify-content: flex-end; }
.subBtnBottomRight a { margin-left:10px;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}

.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}

pt30 { padding-top:30px !important;}
.pt40 { padding-top:40px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}

.pb30 { padding-bottom:30px !important;}
.pb40 { padding-bottom:40px !important;}
.pb50 { padding-bottom:50px !important;}
.pb60 { padding-bottom:60px !important;}
.pb80 { padding-bottom:80px !important;}
.pb100 { padding-bottom:100px !important;}


.gray-btn {
    border: none;
    width: 170px;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 38px;
    text-align: center;
    color: var(--sub-color);
    border:1px solid var(--sub-color);
    background-color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
  }
.gray-btn:hover {
    background-color: var(--sub-color);
    color:var(--white-color);
}
.btnBottomCenter {
    display: flex; justify-content: center;
    margin-top:70px;
}
.btnBottomCenter a { margin:0 5px;}
a.btnListGray {
    display: flex;
    justify-content: center;
    align-items: center;
    width:150px;
    height:50px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    border-radius:3px;
    background:#3e3e3e;
}
a.btnListBeige {
    display: flex;
    justify-content: center;
    align-items: center;
    width:150px;
    height:50px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    border-radius:3px;
    background:#a09676;
}


.boardViewHeader { 
    border-top:1px solid #3e3e3e; 
    background:#f0f0f0;
    display: flex;
    justify-content: space-between;
    padding:30px 30px;
}
.boardViewHeader h2 { font-size:24px; font-weight:600; color:#3e3e3e; font-family:'Pretendard'; line-height:1.4;}
.boardViewHeader ul { display: flex; margin:0; padding:0; align-items: center;}
.boardViewHeader ul li { margin-left:15px; padding-left:16px; font-size:14px; font-weight:600; color:#3e3e3e; position: relative;}
.boardViewHeader ul li:nth-child(2)::before {
    content:"";display:block;
    position: absolute;left:0; 
    top:0; height:15px; width:1px; background:#3e3e3e;
}
.boardViewCon { min-height:200px; padding:30px 0;}
.boardViewCon p { font-size:16px; line-height:1.8; padding:30px; font-weight:400; word-break:keep-all;}
.boardConImg { overflow: hidden; text-align: center;}
.boardConImg img { max-width:100%;}

.boardWriteCon { width:100%; }
.boardWriteCon article { display: flex; margin:20px 0; }
.boardWriteCon article label { flex:0 0 150px; text-align: center; padding-top:10px; font-size:20px; font-weight:600; }
.boardWriteCon article div { flex: 1; }

.textaCon1 { height:450px; padding:15px 20px; width:100%;}

.prevNextWrap { border-top:1px solid #eaeaea; }
.prevNextArea {
    display: flex;
    position: relative;
    padding:15px 30px;
    align-items: center;
	
}
.nextBtnArea { border-top:1px solid #eaeaea; border-top:none !important;}
.prevBtnArea { border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea}
.nextBtnArea span i {
    display: block;
    width:10px; height:5px;
    background:url(../imgs/contents/pg_up.svg) no-repeat center / 100%;
    margin-right:10px;
}
.prevBtnArea span i {
    display: block;
    width:10px; height:5px;
    background:url(../imgs/contents/pg_down.svg) no-repeat center / 100%;
    margin-right:10px;
}
.prevNextArea span { 
    font-size:16px; font-weight:600; 
    display: flex;
    align-items: center;
    flex:0 0 130px;
}
.prevNextArea a { font-size:16px; font-weight:600; color:#3e3e3e;}
.prevNextArea em { position: absolute; right:30px; top:50%; transform: translateY(-50%); font-size:16px; font-weight:300;}


.faqList { border-top:1px solid #aeaeae; }
.faqThum { border-bottom:1px solid #aeaeae;  }
.faqThum h3 { display: flex; padding:16px 40px 18px; position: relative; margin:0; cursor: pointer;}
.faqThum h3 em { font-size:20px; font-weight:800; line-height:1.2; padding-top:3px; flex:0 0 70px}
.faqThum h3 p { font-size:18px; font-weight:700; line-height:1.2; padding-right:100px; padding-top:5px;}
.faqThum h3 i {
    position: absolute; right:40px; 
    top:50%;
    transform: translateY(-50%);
    background:url(../imgs/contents/i_plus.svg) no-repeat center / 100%;
    width:20px; height:20px;
    display: block;
}
.faqThum h3.on i {
    background:url(../imgs/contents/i_minus.svg) no-repeat center / 100%;
    color:#fff;
}

.faqThum h3.on { background:#3E3E3E;}
.faqThum h3.on em { color:#fff; }
.faqThum h3.on p { color:#fff;}

.faqThum article { display: flex; padding:16px 40px 25px; border-top:1px solid #aeaeae;}
.faqThum article em { font-size:20px; font-weight:800;  line-height:1.8; padding-top:7px; flex:0 0 70px; color:#a09676;}
.faqThum article div { font-size:14px; font-weight:500;  line-height:1.6; padding-right:40px; padding-top:10px; color:#545454; }
.faqThum article div p { font-size:14px; line-height:1.6;  }


.spRight { 
    display: flex; justify-content: flex-end; margin-bottom:30px; 
}
.spRight article {
    display: flex; justify-content: flex-end; width:520px; 
    border:2px solid #9238ec;
    border-radius:3px;
    margin-bottom:30px; 
}
.spCenter { 
    display: flex; justify-content: center; margin-bottom:20px; 
}
.spCenter article {
    display: flex; justify-content: flex-end; width:520px; 
    border:2px solid #9238ec;
    border-radius:3px;
}


.artList { display:flex; padding:50px 0 10px; justify-content:flex-start;}
.artList ul { display:flex; flex-wrap:wrap; flex:1; }
.artList ul:nth-child(1) { margin-left:0; }
.artList ul li { margin-bottom:20px; position:relative;  flex:0 0 14.2857%; }
.artList ul li a { position:relative; font-size:18px; font-weight:500; color:#4e4e4e; line-height:1.2; font-family: "Playfair Display"; padding-left:14px;}
.artList ul li a::before { content:"";display:block;width:6px; height:6px; background:#4e4e4e; border-radius:3px; position:absolute; left:0; top:10px; }
.artList ul li a + div { display:none; position:absolute; left:50%; top:50%; transform:translateY(-50%); width:296px; height:auto; z-index:100; box-shadow:0 10px 20px rgba(0,0,0,0.3); border-radius:10px; overflow:hidden;}
.artList ul li a + div img { width:100%; }
.artList ul li a:hover { color:#AAA081;}
.artList ul li a:hover + div { display:block;  }

.artView { display:flex; padding:80px 0; }
.artView article:nth-child(1) { flex:0 0 418px; margin-right:80px; }
.artView article:nth-child(1) div img { width:100%; }
.artView article:nth-child(1) div.artName { border-bottom:1px solid #3e3e3e; display:flex; padding:50px 0 40px;  align-items:flex-end; }
.artView article:nth-child(1) div.artName strong { font-size:30px; font-weight:700; color:#1E1E1E; flex:0 0 auto;}
.artView article:nth-child(1) div.artName em { font-size:20px; font-weight:700; color:#9E9E9E; margin-left:15px; }

.artView article:nth-child(1) dl { display:flex; padding:43px 0; }
.artView article:nth-child(1) dl dt {  flex:0 0 auto; font-size:20px; color:#1e1e1e; flex:0 0 auto; line-height:1.8; font-weight:500; }
.artView article:nth-child(1) dl dd { font-size:18px; font-weight:300; color:#3E3E3E; line-height:1.8; word-break:keep-all; margin-left:20px;}

.artView article:nth-child(2) { border-left:1px solid #3e3e3e; padding-left:80px; flex:1;}
.artView article:nth-child(2) div img { width:100%; }
.artView article:nth-child(2) p { font-size:18px; line-height:1.3; color:#3E3E3E; letter-spacing:-0.5px; padding:20px 0; font-weight:300; }


.btn-box.mv1-tip i { width:1px; height:32px; background:#fff; display:block; margin:30px auto; }
.btn-box.mv1-tip strong { font-size:26px; font-weight:600; color:#fff; display:block; text-align:center; }
.btn-box.mv1-tip ul { display:flex; justify-content:center; padding:20px 0 0;  }
.btn-box.mv1-tip ul li { font-size:22px; font-weight:400; color:#fff;  }
.btn-box.mv1-tip ul li:nth-child(2),
.btn-box.mv1-tip ul li:nth-child(4){ margin:0 15px; padding-top:5px; }
.btn-box.mv1-tip ul li span.i_cross_h { display:block; width:1px; height:14px; background:#fff; transform:rotate(40deg); margin:0 auto; }

h3.mv2_title_h3 > span { display:block; text-align:center; }
h3.mv2_title_h3 > strong { display:block; text-align:center;  }
h3.mv2_title_h3 > span span { font-size:50px;  color:#fff; line-height:1.4; font-weight:300; font-family: "Noto Serif KR", serif; text-align:center;}
h3.mv2_title_h3 > strong span { font-size:50px; color:#fff; line-height:1.4; font-weight:700; font-family: "Noto Serif KR", serif; text-align:center;}

h2.mv3_title_h2 span { font-size:40px; display:block; color:#1E1E1E; line-height:1.4; font-weight:300; font-family: "Noto Serif KR", serif; text-align:center;}
h2.mv3_title_h2 strong { font-size:50px; display:block; color:#1E1E1E; line-height:1.4; font-weight:700; font-family: "Noto Serif KR", serif; text-align:center;}
.mv3_img1 { margin-top:60px; }

.pbNone { padding-bottom:0 !important; }


.mv2-cert { 
	position:absolute; right:30px; bottom:40px;
	z-index:100;
}
.mv2-cert img { max-width:100%; }
.mv2-cert p { font-size:24px; font-weight:500; color:#fff; text-align:center; margin-top:15px; } 

.mb0 { margin-bottom:0 !important; }


/* login */
.subContainer { border-top:14px solid #aaa081; }
.memCenterArea { padding:100px 0; }
.loginBox {
    border-radius:5px; 
    background:#fff;
    padding:0 160px 0 0;
    text-align:center;
    width:1176px; height:540px;
    margin:0 auto;
	border:1px solid #DEDEDE;
	display:flex;
}

.loginBox > div { display:flex; align-items:center; justify-content:center; flex:0 0 560px;}

.loginBox article { display:flex; flex-direction:column; justify-content:center; flex:1; padding-bottom:20px;text-align:left;}
.loginBox article h2 { font-size:44px; font-weight:800; line-height: 1; font-family:'Pretendard';}
.loginBox article p { font-size:18px; font-weight:600; padding:10px 0 20px; }
.lgDiv { margin-top:20px}
.lgDiv .titleLabel { padding-bottom:4px; }
.lgDiv .titleLabel strong { font-size:18px; font-weight:600; color:#3e3e3e; text-align:left;}

.autoSave { padding:10px 0 10px; }
.autoSave > div { flex:0 0 auto; display:flex; }
.autoSave > div label { display:flex; align-items:center; }
.autoSave > div label strong { height:26px;  display:flex; align-items:center; }

.lgDivEtc { display: flex; position:absolute; left:50%; top:50%; margin-left:110px; margin-top:38px}
.lgDivEtc div { display: flex; align-items: center; height:26px;}
.lgDivEtc div a { 
    font-size:16px; color:#6e6e6e; 
    font-weight:500; display: flex; align-items: center;
	padding:0 15px; position: relative;
}
.lgDivEtc div a::before { 
	content:""; 
    position: absolute; left:0; top:4px; 
	display:block; height:10px; width:1px; 
    background:#CECECE; 
}
.lgDivEtc div a:nth-child(1)::before { display:none; }

.checkingLogin strong {
    padding-left:10px;
}
.checkingLogin input[type="checkbox"]:checked + i + strong { 
    color:#9238EC;
}

.btnLoginB { border-radius:0;}
.btnLoginBox { margin-top:20px; display:flex;}

a.btnBase { 
	color:#3e3e3e;
	border:1px solid #CCCCCC;
	background:#fff;
    height:60px; width:180px; display: flex; justify-content: center; align-items: center; font-size:20px; font-weight:500; 
	margin-left:10px;
	color:#3e3e3e;
	border:1px solid #CCCCCC;
}
a.btnBeige { 
    height:60px; width:180px; display: flex; justify-content: center; align-items: center; font-size:20px; font-weight:500; 
	margin-left:10px;
	color:#fff;
	border:1px solid #A09676;
	background:#A09676;
}
.btnLoginBox a:nth-child(1) { margin-left:0; }



.loginLogo { width:187px; }


.findWrap {
	padding:120px 20px 50px;
}

.findBox {
	padding:30px 0;
	text-align:center;
	position: relative;
	z-index:10;
	border:1px solid #DEDEDE;
	background:#fff;
	max-width:600px; 
	margin:0 auto;
	position: relative;
}

.findBox article { text-align: left; padding:30px 40px 30px;}
.findBox article h2 { font-size:44px; font-weight:800; line-height: 1; }
.findBox article p { font-size:18px; font-weight:600; padding:10px 0 20px; }

.findNav li.on a { 
    color:#9238EC;
    z-index: 100; 
}
.txCenter { text-align:center !important; }

.sessionNav { display: flex; position: relative; }
.sessionNav li { flex:0 0 50%; position: relative;}
.sessionNav.fx100 li { flex:0 0 100% }
.sessionNav li a { 
    display: flex; height:60px; width:100%;
    justify-content: center;
    align-items: center;
    font-size:26px;
    color:#8E8E8E;
    position: relative;
    z-index:1;
	padding-bottom:20px;

}
.sessionNav li.on a { 
    color:#AAA081;
    z-index: 100; 
	font-weight:700;
}

.sessionNav li a::after {
    content:"";
    display: block;
    width:100%;
    height:1px;
    background:#CECECE; 
    position: absolute;
    left:0; bottom:0; 
}

.sessionNav li.on a::after {
    height:5px;
    background:#AAA081; 
}

.conArea { margin:0 auto; padding:100px 0; position: relative; z-index: 10;}
.memberTopTab {
    height:65px;
    display: flex;
    background:var(--white-color);
    border-radius:5px;
	max-width:940px;
    align-items: center;
	justify-content:center;
	margin:0 auto;
}
.memberTopTab li { flex:0 0 33.333333%; height:inherit; }
.memberTopTab li a { position: relative; display: flex; justify-content: center; align-items: center; height:inherit; background:#fff; border-radius:5px;}
.memberTopTab li a strong { font-size:18px; color:#6E6E6E; position: absolute; left:10px; top:10px; font-weight:700;}
.memberTopTab li a em,
.memberTopTab li a em span { font-size:20px; font-weight:700; color:#6E6E6E; display: block; text-align: center; font-style: normal;}

.memberTopTab li.on a { 
    background:#AAA081;
}
.memberTopTab li.on a strong { color:var(--white-color);}
.memberTopTab li.on a em { color:var(--white-color)}
.memberTopTab li.on a em span { color:var(--white-color); }

.memberTopTab li:nth-child(1).on a {  border-radius: 5px ;}


.memberTopTab li.on a strong { left:36px; }
.memberTopTab li:nth-child(1).on a strong { left:15px; }
.nece { color:#AAA081; font-weight:600;font-size:36px; }
.nece2 { color:#AAA081; font-weight:600; margin-left:4px;font-size:36px; }

.cmBox {
    border-radius:3px; 
    border:1px solid #d9d9d9;
    background:#fff;
    height:400px; 
    overflow: hidden;
    overflow-y: auto;
    padding:20px 20px;
	line-height:1.7;
	color:#3E3E3E;
	font-size:16px;
}

.cmBox2 {
    border-radius:3px; 
    border:1px solid #d9d9d9;
    background:#fff;
    padding:80px 50px;
    text-align:center;
}
.cmBox2 i { display: block; text-align: center;}
.cmBox2 p { margin:40px 0 60px; text-align: center; line-height:1.7;}
.cmBox2 p span { font-size:30px; font-weight:700; color:#3E3E3E; display: block; letter-spacing: -1px; line-height:1.7;}
.cmBox2 p span strong { font-size:30px; font-weight:700; color:#3E3E3E; line-height:1.7;}


.agreeBox { margin-top:30px; }
.agreeCheck { padding:20px 0; display: flex; }
.agreeCheck > div { margin-left:40px;}
.agreeCheck > div:nth-child(1) { margin-left:0; }

.agreeBox { border-bottom:1px solid #aeaeae;}
.agreeBox2 { border-bottom:1px solid #aeaeae; margin-top:100px;}

.agreeTotal { padding:35px 0 0; display: flex; justify-content: flex-end;}
.agreeTotal > div strong { font-size:16px; font-weight:600; color:#3e3e3e;}

.ml50 { margin-left:50px;}
.txtRed { color:#ef4b4b; font-size:14px; margin-top:10px; line-height:1.3;}
.txtRed0 { color:#ef4b4b; font-size:14px; margin-top:0; line-height:1.3;}
.txtRed2  { color:#ef4b4b; font-size:14px; margin-top:20px; line-height:1.3;}

.subBtnBottomCenter { position: relative; z-index: 10; display: flex; justify-content: center; }
.subBtnBottomCenter a { margin-right:5px; margin-left:5px;}

.subBtnBottomLeft { position: relative; z-index: 10; display: flex; justify-content: flex-start; }
.subBtnBottomLeft a { margin-right:10px; }
.commTitle_h2 { font-size:44px; font-weight:800; color:var(--title-color); text-align: center; }


.newChecking { padding:13px 0 0; display:flex; align-items:center;}

.checkingArea3 { position: relative; padding-left:35px; display: flex; align-items: center; }

.checkingArea2 strong { font-weight:500; color:#3e3e3e; height:26px; display:flex; align-items:center; line-height:1.2;}
.checkingArea3 strong { font-weight:500; color:#3e3e3e; height:26px; display:flex; align-items:center; line-height:1.2; flex:0 0 auto;}

.checkingArea3 input[type="checkbox"] {
	appearance: none;
}
.checkingArea3 input[type="checkbox"] + i { 
	border: none;
	width:26px; height:26px;
    border:1px solid #DEDEDE;
    background:#fff;
	position: absolute;
	left:0; top:0;
    display: flex;
    justify-content: center;
    align-items: center;

}
.checkingArea3 input[type="checkbox"]:checked + i { 
    border:1px solid #AAA081;
    background:#AAA081;
}
.checkingArea3 input[type="checkbox"]:checked + i::after { 
	content:"";
    display:block;
    width:20px; height:20px; 
    background:url(../imgs/sub/i_check.svg) no-repeat center / 100%; 
    border-radius:7px;
}

.fxb { display: flex; width: 100%; }
.fxbCase { margin-bottom:30px !important; }
.w_col_1 > div { flex:0 0 calc(100%);}
.w_col_1_n > div { flex:0 0 calc(100% - 20px); margin-left:10px; margin-right:10px;}
.w_col_2 > div { flex:0 0 calc(50% - 20px); margin-left:10px; margin-right:10px;}
.w_col_3 > div { flex:0 0 calc(33.333333% - 20px); margin-left:10px; margin-right:10px;}
.w_col_4 > div { flex:0 0 calc(25% - 20px); margin-left:10px; margin-right:10px;}
.w_col_5 > div { flex:0 0 calc(20% - 20px); margin-left:10px; margin-right:10px;}
.w_col_6 > div { flex:0 0 calc(16.666667% - 20px); margin-left:10px; margin-right:10px;}
.w_col_6_pet > div { flex:0 0 calc(20% - 33px); margin-left:10px; margin-right:10px;}
.w_col_6_pet > div.last_col { flex:0 0 50px; }

.pet_profile { margin:60px 0 30px; }
.pet_profile h3 { font-size:25px; font-weight:700; padding-left:10px; font-family:'Pretendard'; }

.last_pet { padding:24px 0 0; }
.addBtn { height:49px; width:50px; font-size:24px; font-weight:700; color:#fff; background:#6E6E6E; border-radius:5px; border:1px solid #6E6E6E }


.w_col_2.spaceBetween > div:nth-child(1) { 
    flex:0 0 calc(50% - 10px); 
    margin-left:0; margin-right:10px;
 }
.w_col_2.spaceBetween > div:nth-child(2) { 
    flex:0 0 calc(50% - 10px);  
    margin-left:10px; margin-right:0;
}

.btnx { height:50px; border:1px solid #6E6E6E; background:#6E6E6E; width:125px; margin-left:5px; color:#fff; border-radius:3px;}
.fsbDiv { display: flex; margin-bottom:5px; position: relative; }
.fsbDiv input[type="text"]:focus { 
    border:1px solid #000; color:#000;
 }
.fsbDiv input[type="password"]:focus { 
    border:1px solid #000; color:#000;
}


.pc_view { display:block; }
.m_view { display:none; }

a.btn_logout { display:flex; align-items:center; }
.i_logout { 
	width:17px; height:20px; margin-left:7px;
	background:url(../imgs/i_logout.png) no-repeat center / 100%;
}
.i_logout img { width:100%; }

a.btn_mypage { display: inline-flex; align-items: center; }

a.btn_mypage i {
   display: block;
   width:26px; height:27px;
   background: url(../imgs/i_mypage_d.svg) no-repeat center / 100%;
   transition: all 0.5s ease-out;
   margin-right:6px;
}
a.btn_mypage em { font-style: normal; font-size:16px; color:#1e1e1e; font-weight:500; transition: all 0.5s ease-out;}


a.btnWhiteBorder {
    border:1px solid #6e6e6e;
    color:#6e6e6e;
    background:#fff;     
    margin-left:5px;
    width:125px; height:50px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:3px;
}
a.btnWhiteBorder:hover { color:#6e6e6e;}
a.btnGrayBorder {
    border:1px solid #6e6e6e;
    color:#fff;
    background:#6e6e6e; 
    margin-left:5px;
    width:125px; height:50px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:3px;
}
a.btnGrayBorder:hover { color:#fff;}

.selectBox2 { margin-right:5px; flex:0 0 120px;}
.selectBox2 select{ 
    height: 51px; 
    border:1px solid #D9D9D9; 
    background:#fff;
    padding-left:10px; 
    padding-right:20px;
    width:100%;
    border-radius:3px;
}

.phoneAuto { flex:0 0 calc(100% - 255px); }
.phoneAuto { flex:1; }
.certAuto { flex:0 0 calc(100% - 130px);}


.againChecking { display:flex; align-items:center; }
.againChecking i { margin-right:10px; }
.i_spiner {
	border-radius:5px;
	width:51px;
	height:51px;
	background:#fff url(../imgs/loading_icon1.gif) no-repeat center / 70%;
	border:1px solid #aeaeae; 
}
.i_again_complete { 
	display:block;
	width:51px;
	height:51px;
	background:url(../imgs/i_checking_complete.png) no-repeat center / 70%;
}

.collection-two__collection-full-page { padding-bottom:0; background:transparent; padding-top:20px;}
.collection-two__carousel.owl-theme .owl-nav { position:absolute; right:0; top:0;  margin-top: -70px; z-index:1000;}


.featured-collection { height:910px; margin-bottom:50px; }
.aboutBox { display:flex; align-items:flex-start; flex-direction:column; justify-content:center; }
.fcimg_bg { height:910px; background:url(../imgs/img_about.png) no-repeat center / cover; }
.m_view { display:none; }



/* 205 */
.s205_slides .s101_div1 .s205_imgBox { padding-right:50px; }
.s205_slides .s101_div1 .s101_phar1 { justify-content:flex-start; }

.s205_slides .collection-two__carousel.owl-theme .owl-nav {
    position: absolute;
    right: auto;
	left:50%;
    top: 50%;
    margin-top: 170px;
	margin-left:20px;
    z-index: 1000;
}

.m_block1 { display:none; }


.sitemapList1 { margin-bottom:30px; }
.sitemapList1 li a { display:block; padding:10px 0 10px 30px;}
.sitemapList1 li a:hover { font-weight:500;  }
.sitemapList2 li { line-height:1.7; }
.m_member_btn_t { display:flex; padding:20px 20px 0 20px; justify-content:space-between; box-sizing:border-box; margin-right:20px;}
.m_member_btn_t li { flex:0 0 auto; }
.m_member_btn_t li a { width:100% !important; height:54px; align-items:center; display:flex; padding-left:10px; padding-right:10px; border-radius:3px;}
.m_member_btn_t li.mm1,
.m_member_btn_t li.mm2 { flex:0 0 49%; }
.m_member_btn_t li a.btnBase { background:transparent; color:#fff;  }
.m_member_btn_t li a.a_profile { display:flex; align-items:center; }

.m_member_btn_t li.mm3 { flex:0 0 100%; padding:20px 0; }

/*
.m_member_btn_t li a.a_profile i { 
	display: block;
    width: 26px;
    height: 27px;
    background: url(../imgs/i_mypage_d_white.png) no-repeat center / 100%;
    margin-right: 6px;
}
*/
.m_member_btn_t li a.a_profile i { 
	display: block;
    width: 50px;
    height: 50px;
	border-radius:20px;
	position:relative;
}

.m_member_btn_t li a.a_profile i::after { 
	content:"";display:block;
	width:12px; height:12px;
	background:#DEE85C;
	border-radius:6px;
	position:absolute; right:0; top:0;
}

.m_member_btn_t li a.a_profile { display:flex; }
.m_member_btn_t li a.a_profile i { flex:0 0 50px; }
.m_member_btn_t li a.a_profile i img { max-width:100%;}
.m_member_btn_t li a.a_profile div { padding-left:0; flex:1; padding-right:20px;}
.m_member_btn_t li a.a_profile div em { font-size:20px; display:block; color:#fff; line-height:1.5;}
.m_member_btn_t li a.a_profile div em strong { font-size:20px; color:#fff;  line-height:1.5;}
.m_member_btn_t li a.a_profile div span { font-size:20px; margin-left:0; word-break:keep-all; color:#fff;  line-height:1.5;}




.m_member_btn_b { display:flex; padding:20px 20px 0 20px; box-sizing:border-box; margin-right:20px; margin-bottom:50px;}
.m_member_btn_b li { flex:0 0 100%; }
.m_member_btn_b li a { width:100% !important; height:54px; align-items:center; display:flex; padding-left:10px; padding-right:10px; border-radius:3px;}
.m_member_btn_b li a.btnBaseWhite { background:#fff; color:#1e1e1e;  }

.btNone { border-top:0 !important; }
.sMypage { padding:120px 0 0; }
.title_h2_another { padding-left:10px; padding-right:10px; }

.justify-content-center { justify-content: center !important; }

.mypageInfo { border:1px solid #CECECE; border-radius:5px; background:#fff; display:flex; padding:34px 32px; justify-content:flex-start;align-items:center; margin-bottom:50px; }
.mypageInfo i { 
	width:61px; height:61px; display:block; position:relative; 
	border-radius:31px; 
}
.mypageInfo i img { width:100%; } 
.mypageInfo i::after { 
	content:"";display:block;
	width:15px; height:15px;
	background:#DEE85C;
	border-radius:8px;
	position:absolute; right:0; top:0;
}
.mypageInfo div { padding-left:30px; position:relative; margin-left:20px; }
.mypageInfo div em { font-size:30px; font-weight:400; line-height:1.2;}
.mypageInfo div em strong { font-size:30px; font-weight:700; line-height:1.2;}
.mypageInfo div span { font-size:30px; font-weight:400; margin-left:10px; line-height:1.2;}
.titleLabel em { color:#AAA081; margin-left:3px; }

.mypageInfo div::after { 
	content:"";display:block;
	width:15px; height:15px;
	background:#DEE85C;
	border-radius:8px;
	position:absolute; left:0; top:0;
}

.mCSB_inside>.mCSB_container { margin-right:0 !important; }

.pw_view { 
	display:flex; 
	align-items:center; justify-content:center;
	width:40px; height:40px;
	position:absolute; right:0; 
	top:50%; transform:translateY(-50%);
	z-index:8;
	cursor:pointer;
}
.pw_view .i_eye { 
	width:20px; height:20px;
	display:block;
	background:url(../imgs/contents/i_eye_off.svg) no-repeat center;
}
.pw_view.on .i_eye {
	background:url(../imgs/contents/i_eye_on.svg) no-repeat center;
}



/* popup */
.popLayer { position:absolute; z-index:99999; }
.popInner { position:relative; }
.popContent { padding:22px; background:#fff; }
.popContent .popImg img { max-width:100%; }
.popContent .popBottom { 
	display:flex; justify-content:space-between;
	align-items:center; padding-top:22px;
}
.popContent .popBottom > div { position:relative; display:flex; align-items:center; }
.popContent .popBottom .popClose { font-size:16px; color:#404040; line-height:1.2; background:transparent; margin-bottom:5px; appearance: none; outline: none; } 

.popTodayNoneCheking { display:flex; align-items:center;  }
.popTodayNoneCheking input[type="checkbox"] {
	appearance: none;
}
.popTodayNoneCheking input[type="checkbox"] + i { 
	border: none;
	width:26px; height:26px;
    border:1px solid #DEDEDE;
    background:#fff;
	position: absolute;
	left:0; top:0;
    display: flex;
    justify-content: center;
    align-items: center;

}
.popTodayNoneCheking input[type="checkbox"]:checked + i { 
    border:1px solid #AAA081;
    background:#AAA081;
}
.popTodayNoneCheking input[type="checkbox"]:checked + i::after { 
	content:"";
    display:block;
    width:20px; height:20px; 
    background:url(../imgs/sub/i_check.svg) no-repeat center / 100%; 
    border-radius:7px;
}
.popTodayNoneCheking strong { font-weight:500; color:#404040; height:26px; display:flex; align-items:center; line-height:1.2; font-size:16px; margin-left:35px;}

.popLayer1 { width:666px; left:0; top:100px; }

.benefits-one .collection-one__top .block-title p { margin-left:150px !important; }

.benefits-bg { position:relative; }
.benefits-bg .thm-btn { position:absolute; right:10%; top:110px; border-radius:50px; width:100px; height:100px; border:1px solid rgba(255,255,255,1); color:#fff; line-height:1.3; }
.benefits-bg .thm-btn:hover { border:1px solid transparent; }

.featured-collection { position:relative; margin-bottom:140px; }
.featured-collection .midContainer .row::before { 
	content:"K-Pet Art";
	font-family: "Playfair Display";
	font-size:200px; font-weight:700;
	background: linear-gradient(10deg, #F4EEDB 0%, #F4F4F4 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height:1;
	position:absolute; left:50%; bottom:-80px;
	margin:0 0 0 -620px;
	z-index:10;
}

.featured-collection .midContainer .row > div:nth-child(2) { position:relative; z-index:11; }

.repTitle { display:block; margin-bottom:5px; color:#9e9e9e; font-size:18px; font-weight:500;}