/*
Theme Name:  Victoria Luxury Resort & Spa HTML template
Theme URI: http://victoria-spa.themexriver.com/
Author: themexriver
Description: Victoria Luxury Resort & Spa HTML template
Version: 1.0
*/





/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Global Styling
#0.2	Theme reset style


-------------------------------------------------------------
---->index page
-------------------------------------------------------------
#1.1	header
#1.2	hero
#1.3	about-resort
#1.4	faeture
#1.5	fun-fact
#1.6	spa-advantages
#1.7	services
	#1.7.1	facial
	#1.7.2	body
#1.8	news-shop
	#1.8.1	news
	#1.8.2	shop
#1.9	partner
#1.10	exparts
#1.11	latest-news
#1.12	footer
#1.13	appoinment-popup-box
#1.14	news-letter-popup


-------------------------------------------------------------
#2	----> gallery 2
-------------------------------------------------------------
#2.1	gallery-content


-------------------------------------------------------------
#3	----> gallery 3
-------------------------------------------------------------
#3.1	gallery-content


-------------------------------------------------------------
#4	----> service
-------------------------------------------------------------
#4.1	banar
#4.2	about-victoria
#4.3	middle-banar
#4.4	shop


-------------------------------------------------------------
#5	----> about
-------------------------------------------------------------
#5.1	about-victoria
#5.2	vic-partner
#5.3	team
#5.4	middle-banar


-------------------------------------------------------------
#6	----> team
-------------------------------------------------------------
#6.1	banar
#6.2	team
#6.3	about-team


-------------------------------------------------------------
#7	----> shop
-------------------------------------------------------------
#7.1	shop


-------------------------------------------------------------
#8	----> shop-details
-------------------------------------------------------------
#8.1	vic-shop
#8.2	product-details 
#8.3	review
#8.4	shop


-------------------------------------------------------------
#9	----> contact
-------------------------------------------------------------
#9.1	map
#9.2	keep-in-touch
#9.3	leave-message


-------------------------------------------------------------
#10	----> blog
-------------------------------------------------------------
#10.1	blog-title
#10.2	blog-content
#10.3	news
#10.4	sidebar




--------------------------------------------------------------
--------------------------------------------------------------*/



/*--------------------------------------------------------------
#0.1	Global Styling
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  position: relative;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
  font-size: 50px;
  font-weight: bold;
}
h3 {
	font-size: 36px;
	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

p {
  font-size: 16px;
  line-height: 150%;
}


a:hover {
	text-decoration: none;
}

button:focus {
	outline: none !important;
	background: none !important;
	box-shadow: none !important;
}

.playfair {
	font-family: 'Playfair Display', serif;
}

form select,
form input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}




/*--------------------------------------------------------------
#0.2	Theme reset style
--------------------------------------------------------------*/
.section-title {
	text-align: center;
}

.section-title span {
	color: #383838;
}

.section-title h3 {
	margin-top: 0;
}

.section-title p {
	color: #7d7d7d;
	margin: 0;
}	

.overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/*owl-controls*/
.owl-prev,
.owl-next {
	background-color: #9d9aab!important;
	width: 30px;
	height: 30px;
	border-radius: 0 !important;
	opacity: 1 !important;
	position: absolute;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.owl-prev i,
.owl-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.owl-prev i:before,
.owl-next i:before {
	font-size: 15px;
	margin: 0;
}

.owl-prev:hover,
.owl-next:hover {
  background: #e3dff7 !important;
}

.btn {
	-webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-weight: bold;
}

.btn:hover {
	background-color: #3b2314 !important;
  color: #fff!important;
  border-color: #3b2314 !important;
}

/*back to top*/
a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	background-position:  center 43%;
	line-height: 65px;
	color: #fff;
}

a.back-to-top i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* 상담하기 바로가기 퀵버튼 */
a.quick-to-contact {
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 20%;
  background-color: #383838;
  background-position: center 43%;
  color: #fff;
  padding: 1rem 2rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 2rem;
  letter-spacing: 2px;
  text-decoration: none;
}
a.quick-to-contact.two {
  bottom: 27%;
}

a.quick-to-contact i {
	margin: 1rem;
}

/*pre loder*/
.pre-loder {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #fff;
}

.pre-loder .loding {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
}

.pre-loder .loding:before,
.pre-loder .loding:after {
	content: "";
	border: 2px solid#2E1D1E;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

.pre-loder .loding:before {
    transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: outside .6s infinite linear;
    animation: outside .6s infinite linear
}
.pre-loder .loding:after {
    transform: scale(0, 0);
    opacity: 0;
    -webkit-animation: inside .6s infinite linear;
    animation: inside .6s infinite linear
}
@-webkit-keyframes inside {
    from {
        -webkit-transform: scale(.5, .5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}
@keyframes inside {
    from {
        transform: scale(.5, .5);
        opacity: 0
    }
    to {
        transform: scale(1, 1);
        opacity: 1
    }
}
@-webkit-keyframes outside {
    from {
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0
    }
}
@keyframes outside {
    from {
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0
    }
}





/*--------------------------------------------------------------
------> index page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.1	header
--------------------------------------------------------------*/
header {
	background-color: transparent;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

/*navigation*/
header .navbar {
	margin-bottom: 0;
	border: 0;
}

header .navbar .container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

header .navbar .navbar-nav {
	margin: 13px 0;
}

.toggle-menu {
	visibility: visible !important;
	opacity: 1 !important;
}

.toggle-dropdown-menu {
	display: block !important;
}
header .navbar-header .navbar-brand {
  padding: 4px 15px;
}
header .navbar #navbar > ul > li {
	margin-left: 35px;
	padding: 10px 0;
}

header .navbar #navbar ul > li > a {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 16px;
	padding: 3px 11px;
}

header .navbar #navbar ul > li > a:hover,
header .navbar #navbar ul > li.active > a  {
  background-color: #f1e3c4 ; 
  border-radius: 15px;
  color: #3b2314;
}

header .dropdown-menu li.active > a {
	background-color: #f1e3c4 ;
	color: #fff !important;
}

header #navbar ul li a:active,
header #navbar ul li a:focus {
	background: transparent !important;
}

/* header-appear */
.header-appear {
  height: 4rem;
  position: fixed;
  z-index: 99;
  background: #ffffff;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  opacity: 0;
}

.header-appear {
  background: #2E1D1E;
  height: auto;
}

@keyframes animationFade {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-trnasform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
#1.2	hero
--------------------------------------------------------------*/
#home-1 .hero {
	text-align: center;
	position: relative;
  margin: 0;
  max-height: 100vh;
  min-height: 100vh;
  height: 100vh!important;
}

#home-1 .hero .item {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
}
#main-hero .owl-controls {
  bottom: 2%;
}

/****slider image setting****/
#home-1 .hero .item-1 {
	background: url(../images/pg/index_page1_21.png) no-repeat 50% 50%;
	background-size: cover;
}

#home-1 .hero .item-2 {
	background: url(../images/pg/index_page1_3.png) no-repeat 50% 50%;
	background-size: cover;
}

#home-1 .hero .item-3 {
	background: url(../images/pg/index_page1_22.png) no-repeat 50% 50%;
	background-size: cover;
}

#home-1 .hero .item-4 {
	background: url(../images/pg/index_page1_7.png) no-repeat 50% 50%;
	background-size: cover;
}

#home-1 .hero .item-5 {
	background: url(../images/pg/index_page1_1.png) no-repeat 50% 50%;
	background-size: cover;
}

#home-1 .hero .item-6 {
	background: url(../images/pg/index_page1_2.png) no-repeat 50% 50%;
	background-size: cover;
}

#home-1 .hero .item-7 {
	background: url(../images/pg/index_page1_4.png) no-repeat 50% 50%;
	background-size: cover;
}
#home-1 .hero .item-8 {
	background: url(../images/pg/index_page1_6.png) no-repeat 50% 50%;
	background-size: cover;
}
/****slider image setting****/


#home-1 .hero > a {
	background: rgba(255,255,255, 0.1);
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0;
	top: -300px;
	position: relative;
}

#home-1 .hero > a:hover {
	background: #84af00 !important;
	color: #fff !important;
	border-color: #84af00;
}


/*title*/
#home-1 .hero .title {
	width: 70%;
	height: 341px;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 0 25px;
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	z-index: 6;
}

#home-1 .hero .title > div {
	margin-top: 75px;
}

#home-1 .hero .playfair {
	font-size: 28px;
}

#home-1 .hero .title h2 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 5rem;
  margin: 1em 0 3.5rem 0;
  letter-spacing: 1px;
}
#home-1 .hero .title h2 span {
  font-weight: 500;
  font-size: 2.5rem;
}
#home-1 .hero .title p {
	font-size: 2rem;
	text-transform: uppercase;
}

#home-1 .hero .title div > span {
  font-size: 2rem;
}
#home-1 #dragon_city_video > div {
  position: absolute; 
  top: 0; 
  width: 100%; 
  height: 100vh;
}
/*hero pagination and progress*/
#main-hero .owl-controls {
	position: absolute ;
	left: 50% ;
    -webkit-transform: translate(-50%) ;
   transform: translate(-50%) ;
}

.hero .owl-page span {
	background: rgba(255,255,255,0.2) !important;
	opacity: 1 !important;
}

.hero .owl-pagination .active span {
	width: 14px;
	height: 14px;
	background: #f1e3c4 !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #f7f7f7!important;
}

#bar{
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: #3b2314;
}

#progressBar{
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  z-index: 5;
}


/*--------------------------------------------------------------
#1.3	SERVICE
--------------------------------------------------------------*/
.about-slider {text-align: center;}
.about-slider h3 {margin-bottom: 2rem;}
.about-slider strong {font-size: 2rem; margin: 1rem 0 2rem 0; display: block;}
.about-slider .for_title_wrap {
  padding: 0 16rem;
  height: 119px;
}
.about-slider .for_title_wrap > span {
  color: #7d7d7d;
  font-size: 18px;
  line-height: 180%;
}
.about-resort {
	overflow: hidden;
	margin-top: -45px;
}

.about {
	padding-top: 208px;
}

.about img {
  width: 100%;
  height: 74vh;
}

.about .owl-prev,
.about .owl-next {
	right: 17px;
	top: -110px;
	border: 1px solid transparent;
}

.about .owl-prev {
	right: 51px;
}

/*resort*/
.resort {
	padding-left: 0;
	padding-right: 0;
}
.resort .title_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
}
.resort .title {
	color: #fff;
	border: 1px dashed #fff;
	text-align: center;
	padding: 30px;
	position: absolute;
	top: calc(40% + 68px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.resort .title h2 {
	letter-spacing: 10px;
	margin: 0!important;
}

.resort .title p {
	font-size: 23px;
	margin: 0;
}
#facility .resort-slider .item {height: 70vh!important;}
.resort-slider .item {
	position: relative;
}

.resort-slider .item-1 {
	background: url(../images/home-1/resort/slider/service.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.resort-slider .item-2 {
	background: url(../images/facility/img-1.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.resort-slider .item-3 {
	background: url(../images/facility/img-2.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.resort-slider .item-4 {
	background: url(../images/facility/img-3.jpg) no-repeat 50% 50%;
	background-size: cover;
}

.resort-slider .owl-controls {
	margin-top: -87px;
	position: absolute ;
	left: 50% ;
    -webkit-transform: translate(-50%) ;
   transform: translate(-50%) ;
}

.resort-slider .owl-page span {
	background: rgba(255,255,255,0.2) !important;
	opacity: 1 !important;
}

.resort-slider .owl-pagination .active span {
	width: 13px;
	height: 13px;
	background: #f1e3c4 !important;
}
.resort .resort_btn {
  position: absolute;
  top: calc(60% + 68px);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  background: #f7f7f7;
  color: #3b2314;
  font-weight: bold;
  font-size: 17px;
}
/* service */
#service .service_wrap {overflow: hidden; width: 100%;}
#service .service_wrap .about {
  min-height: 100vh;
  padding: 0;
}
#service .section-title {
  width: 100%; 
  margin: 0; 
  padding: 0;
}
#service .about-slider {
  position: absolute;
  bottom: 0;
}
#service .owl-theme .owl-controls .owl-buttons div {
  top: -4rem;
}
#service .resort strong {
  position: absolute;
  top: calc(50% + 68px);
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
/*--------------------------------------------------------------
#1.4	faeture
--------------------------------------------------------------*/
.faeture2 .bounceIn4 {
  width: 50%;
  height: 265.5px;
}
.faeture2 #first-box {
  position: relative; 
  height: calc(35vh - 34px)
}

.faeture2 #first-box .first-box_wrap {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.faeture2 #first-box .first-box_wrap h2 {
  margin-top: 0;
  font-size: 42px;
}
.faeture2 #first-box .first-box_wrap strong {
  font-size: 18px;
  color: #7d7d7d;
}
.faeture .faeture_btn {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 0.5rem 1rem;
  background: #3b2e14;
  border-color: #3b2e14;
  color: #fff;
}
.faeture .faeture_btn:hover {
  background: #e3dff7!important;
  border-color: #e3dff7!important;
  color: #3b2e14;
}
.faeture2 .faeture_btn {
  bottom: 25%!important;
}

/*--------------------------------------------------------------
#1.2	OUR MISSON
--------------------------------------------------------------*/
/*.beautifull-spa*/
.beautifull-spa-and-faeture {
	position: relative;
	z-index: 5;
}
.beautifull-spa-and-faeture .about_wrap {width: 100%; overflow: hidden;} 
.beautifull-spa-and-faeture .about_wrap p {width: 100%;}

.beautifull-spa {
	background: url(../images/home-1/our_mission.jpg) no-repeat 50% 50%;
	background-size: cover;
  padding: 200px 40px 0;
  min-height: 100vh;
}

.beautifull-spa .col:first-child {
  padding: 0;
  left: 0;
  width: 40%;
}

.beautifull-spa .col:last-child {
  left: 0;
  font-size: 18px;
  width: 60%;
  line-height: 180%;
  border-left: 3px solid #3b2e14;
}

.beautifull-spa .col:first-child p {
	font-size: 15px;
	color: #7d7d7d;
	line-height: 24px;
	margin-bottom: 0;
}

.beautifull-spa h2 {
	font-size: 5rem;
	line-height: 35px;
	margin: 0;
}

/*faeture*/
.faeture {
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	padding-left: 0;
  padding-right: 0;
  margin-top: 68px;
}

.faeture .col {
	padding: 145px 60px;
	-webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: calc(50vh - 34px);
  padding: 0;
}

.faeture .col i:before {
	font-size: 45px;
}
.faeture .col .box_cont {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faeture h3 {
	font-size: 17px;
	color: #383838;
	margin: 2em 0;
}

.faeture .col p {
	color: #7d7d7d;
  margin: 0;
}

.faeture .col:hover {
	background-color: #9D9AAB !important;
	color: #fff;
}
.latest-news .character_wrap > .faeture > .col:nth-child(2n):hover {
  background-color: #3b2e14 !important;
}
.faeture .col:hover h3,
.faeture .col:hover p {
	color: #fff;
}

#index .faeture .col:nth-child(1),
#index .faeture .col:nth-child(4) {
	background-color: #fafafa;
}

#facility .faeture .col-xs-6 img {
  min-height: calc(35vh - 34px);
  max-height: calc(35vh - 34px);
  width: 100%
}
#facility .faeture .col-xs-6:nth-child(2),
#facility .faeture .col-xs-6:nth-child(3) {
  padding: 0;
}
#facility .faeture .col-xs-6:nth-child(4) {
  min-height: calc(35vh - 34px);
  position: relative;
  background: #f7f7f7;
}
#facility .faeture .col-xs-6:nth-child(4) p {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 160%;
}
#dragon_city_video {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
/*--------------------------------------------------------------
#1.5	fun-fact
--------------------------------------------------------------*/
.fun-fact {
	color: #fff;
  position: relative;
  min-height: 30vh;
}

.fun-fact .container {
  position: relative;
  width: 100%;
  background: #383838;
}

.fun-fact .col {
	border-right: 1px solid #555555;
  padding: 15px 24px;
}
.fun-fact .row {
  width: 1170px;
  margin: 0 auto;
}
.fun-fact .row .col:last-child {
	border-right: 0;
}

.fun-fact span {
	display: inline-block;
}

.fun-fact i:before {
	margin-left: 0;
	font-size: 45px;
}

.fun-fact .number {
	font-size: 50px;
	font-weight: 600;
	line-height: 40px;
	margin: 0.36em 0 0.28em;
}
#about .fun-fact .fact-title {
  font-size: 1.5rem;
}
.fun-fact .fact-title {
	font-size: 18px;
}
.heading-box {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 10;
  width: 80%;
}
.heading-box > a {
  background: rgba(255,255,255, 0.1);
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
  font-size: 15px;
  color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
  padding: 0;
  margin-top: 1rem;
}
.heading-box > a:hover {
  background: #e3dff7!important;
  color: #3b2e14!important;
	border: 1px solid #e3dff7!important;
}
.make-appointment-btn:hover {
  background-color: rgba(255, 255, 255, 0.1)!important;
}
/* .white-tran-black-btn {
  font-size: 12px;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  cursor: pointer;
} */
.fun-fact video {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
#about .fun-fact .about-victoria .container {
  background: #fff;
  padding-top: 68px;
}
#about .fun-fact figure .col-sm-6:first-child img {
  float: right;
  width: 100%;
}
#about .fun-fact figure .col-sm-6:last-child img {
  float: left;
  width: 100%;
}
/*--------------------------------------------------------------
#guide
--------------------------------------------------------------*/
#guide .service_guide {
  width: 100%;
  text-align: center;
}
#guide .service_guide span {
  display: inline-block;
  font-size: 1.5rem;
  margin: 2rem 0;
  text-align: right;
  width: 100%;
}
#guide .service_guide table {
  width: 100%;
}
#guide .service_guide table th {
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #dbdbdb;
  text-align: center;
}
#guide .service_guide table td {
  padding: 12px;
  border: 1px solid #dbdbdb;
}

#guide .service_guide strong {
  margin-top: 2rem;
  display: block;
  text-align: left;
}
#guide .content .price > div {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
#guide .price strong {
  margin-top: 0;
}
#guide .ex_tbl, #guide .ex_tbl tr, #guide .ex_tbl th, #guide .ex_tbl td{
	border-collapse:collapse;
}
#guide .ex_tbl{
	border-top: 2px solid #333;
}
#guide .ex_tbl th{
	border-bottom: 1px solid #888;
	background:#f8f8f8;
}
#guide .ex_tbl td{
	text-align:center;
	border-bottom:1px solid #e2e2e2;
	cursor:pointer;
}
#guide .ex_tbl th {
  font-size: 16px;
}
#guide .ex_tbl th, #guide .ex_tbl td{
	font-size: 14px;
	padding: 12px;
}
#guide .ex_tbl td a {
	color:#444;
}
#guide .ex_tbl_subject{
	text-align:left !important;
}
#guide .faq_tbl {
	border-top:none !important;
	color:#444;
}
#guide .faq_tbl th,
#guide .service_guide thead tr:first-child th,
#guide .price thead tr:first-child th {
	background:#777;
  color:#fff !important;
  text-align: center;
  font-size: 16px;
}
#guide .faq_tbl td{
	padding:20px 0px 20px 0px !important;
}
#guide .faq_gubun {
    text-align: center;
    font-weight: bold;
    color: red;
    width: 110px;
}
#guide .faq_an {
  background: #f8f8f8;
  display: none;
}
#guide .ex_tbl {
  width: 100%;
  color: #444;
}
#guide .faq_title {
  font-weight: bold;
}
#guide .faq_an_show {
	display:table-row;
}
#guide .last_section .fp-tableCell {
  vertical-align: bottom;
}
#guide .last_section .fp-tableCell > .container {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
}
#guide .last_section .section-title h2 {
  margin-bottom: 35px;
  font-size: 32px;
}
#guide .section01 .section-title h2 {
  margin: 96px 0 0 0;
}
#guide #tab_wrap {
  position: relative;
}
#guide #tab_wrap > div {
  position: absolute;
  top:0;
  width: 100%;
}
#facility #tab_wrap,
#about #tab_wrap2,
#facility #tab_wrap2,
#facility #tab_wrap3,
#facility #tab_wrap4,
#facility #tab_wrap5,
#facility #tab_wrap6 {
  position: relative;
}
#facility #tab_wrap .popup_close,
#about #tab_wrap2 .popup_close,
#facility #tab_wrap2 .popup_close2,
#facility #tab_wrap3 .popup_close3,
#facility #tab_wrap4 .popup_close4,
#facility #tab_wrap5 .popup_close5,
#facility #tab_wrap6 .popup_close6 {
  position: absolute;
  top: -5rem;
  right: 0;
  font-size: 2rem;
}
#facility #tab_wrap > div,
#about #tab_wrap2 > div,
#facility #tab_wrap2 > div,
#facility #tab_wrap3 > div,
#facility #tab_wrap4 > div,
#facility #tab_wrap5 > div,
#facility #tab_wrap6 > div {
  position: absolute;
  top:0;
  width: 100%;
  z-index: -1;
}
#facility #tab_btn,
#about #tab_btn2,
#facility #tab_btn2,
#facility #tab_btn3,
#facility #tab_btn4,
#facility #tab_btn5,
#facility #tab_btn6 {
  width: 100%;
  position: absolute;
  bottom: -12rem;
  padding: 2rem 0;
}
#facility #tab_btn ul li a,
#about #tab_btn2 ul li a,
#facility #tab_btn2 ul li a,
#facility #tab_btn3 ul li a,
#facility #tab_btn4 ul li a,
#facility #tab_btn5 ul li a,
#facility #tab_btn6 ul li a {
  padding: 1rem 6rem;
  display: block;
}
#facility #tab_btn ul,
#about #tab_btn2 ul,
#facility #tab_btn2 ul,
#facility #tab_btn3 ul,
#facility #tab_btn4 ul,
#facility #tab_btn5 ul,
#facility #tab_btn6 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#facility #tab_btn ul li,
#about #tab_btn2 ul li,
#facility #tab_btn2 ul li,
#facility #tab_btn3 ul li,
#facility #tab_btn4 ul li,
#facility #tab_btn5 ul li,
#facility #tab_btn6 ul li {
  width: 48%;
}
#guide #tab_btn ul,
#guide #tab_btn2 ul,
#guide #tab_btn3 ul,
#guide #tab_btn4 ul,
#guide #tab_btn5 ul,
#guide #tab_btn6 ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
#guide #tab_btn ul li:nth-child(2) {
  margin: 0 1.5rem;
}
#guide .keep-in-touch .content {
  display: flex;
  flex-direction: column;
}
#guide .keep-in-touch .content span i {
  width: 70px;
  height: 70px;
}
#guide .keep-in-touch .content span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px dashed #e3dff7;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
#guide .keep-in-touch .content span i:before {
  margin: 0;
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#guide .keep-in-touch .content span i {
  background: #e3dff7;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#guide .keep-in-touch .content .col-sm-4 {
  width: initial;
  text-align: center;
  margin-bottom: 2rem;
}
#guide .keep-in-touch .content .col-sm-4 h3 {
  font-size: 24px;
}
/*--------------------------------------------------------------
#1.6	spa-advantages
--------------------------------------------------------------*/
.spa-advantages .advantage-details {
	background: url(../images/home-1/mission.jpg) no-repeat 0 0;
	padding-bottom: 43px;
  width: 110%;
}


/*section-title */
.spa-advantages .section-title {
	margin-bottom: 40px;
}

.spa-advantages .section-title .playfair {
	margin: 0;
}

.spa-advantages .section-title h2 {
	font-size: 35px;
	font-weight: 800;
	line-height: 30px;
	color: #000;
	margin: 0.77em 0 1.15em;
}

.spa-advantages .section-title span {
	font-size: 18px;
  color: #7d7d7d;
  margin: 0;
  line-height: 180%;
}


/*advantages*/
#about .spa-advantages .advantages {
  padding-left: 15px;
}
.spa-advantages .advantages {
	padding-left: 47px;
	margin-top: 32px;
}

.spa-advantages .advantages .row {
	margin-bottom: 35px;
	position: relative;
}

.spa-advantages .advantages .row:last-child {
	margin-bottom: 0;
}

.spa-advantages .advantages .icon {
	width: 70px;
	height: 70px;
	padding: 0;
	border: 1px solid #9d9aab;
	border-radius: 50%;
	position: relative;
}

.spa-advantages .advantages i {
	background-color: #9d9aab;
	width: 60px;
	height: 60px;
	display: table;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spa-advantages .advantages i:before {
	font-size: 33px;
	margin: 0;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.spa-advantages .playfair {
	display: block;
	font-size: 16px;
	color: #83a100;
	margin-top: 5px;
}

.spa-advantages .advantages h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 0.4em 0 0.4em ;
}


/*line*/
.spa-advantages .advantages .line {
	background-color: #9d9aab;
	width: 160px;
	height: 1px;
	position: absolute;
    left: -160px;
    top: 35px;
}

.spa-advantages .advantages .line .before {
	content: "";
	background-color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	border: 4px solid #9d9aab;
	border-radius: 50%;
	position: absolute;
    left: 0;
    top: -10px;
    z-index: 5;
}

.spa-advantages .advantages .line .point {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	left: -1px;
	top: -11px;
	box-shadow: 0 0 0 1px #9d9aab;

	-webkit-animation: pin-point 2s linear infinite;
	animation: pin-point 2s linear infinite;
}

@-webkit-keyframes pin-point {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pin-point {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.latest-news strong {
  font-weight: normal;
  font-size: 18px;
}
.latest-news .fa_wrap {
  display: flex;
  justify-content: space-around;
  width: 45%;
  margin: 0 auto;
}
.latest-news .fa-plus {padding-top: 9.5px;}
.latest-news .fa-plus:before {font-size: 26px!important;}
/*--------------------------------------------------------------
#1.7	services
--------------------------------------------------------------*/
.services {
	background: url(../images/home-1/services/bg.jpg);
	overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
}

.services .thumbnail {
	background: none;
	border: 0;
	border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}

.services .thumbnail .hover-content > div {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.services .thumbnail .hover-content > div p {
	text-transform: uppercase;
    color: #fff;
    line-height: 12px;
    margin: 17px 0 0;
}

.services .thumbnail .hover-content {
	background: rgba(133,173,0,0.9) !important;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.services .thumbnail .hover-content:before,
.services .thumbnail .hover-content:after {
	content: "";
	width: 94%;
	height: 94%;
	position: absolute;
	left: 3%;
	top: 3%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.services .thumbnail .hover-content:before {
	width: 0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.services .thumbnail .hover-content:after {
	height: 0;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}

.services .thumbnail:hover .hover-content:before {
	width: 94%;
}

.services .thumbnail:hover .hover-content:after {
	height: 94%;
}

.services .wrap-hover-content:hover .hover-content {
	visibility: visible;
}
.services .fp-tableCell {
  padding-top: 68px;
}
/*service-button*/
.top-button {
	padding-bottom: 50px;
}

.top-button .col:first-child {
	padding: 0;
}

.top-button .col:first-child p {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #d3d1ca;
	text-transform: uppercase;
	margin: 0;
}

.top-button .col:nth-child(2) {
	background-color: #d3d1ca;
	line-height: 20px;
	width: 72%;
	height: 1px;
	margin: 12px 0 0 15px;
}

.top-button .btn {
	background: transparent;
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-left: 16px;
	margin-right: 16px;
	position: relative;
}

.top-button .btn i:before {
	font-size: 20px;
	color: #d5d3cd;
	margin: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.top-button .btn:first-child {
	margin-left: 0;
}

.top-button .btn:last-child {
	margin-right: 0;
}

.top-button .btn:after {
	content: "";
	display: block;
	height: 26px;
	border-right: 1px solid #d5d3cc;
	position: absolute;
	top: 0;
	left: 36px;
}

.top-button .btn:last-child:after {
	display: none;
}

.top-button .btn:hover i:before,
.top-button .active i:before {
	color: #000;
}

.top-button .active {
	box-shadow: none;
	cursor: auto;
}

.services .view-all-service {
	background-color: #85ad00;
	width: 180px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin-top: 68px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services .view-all-service:hover {
	background-color: #000 !important;
}

section#facility {
  height: 357.75px;
  min-height: 357.75px!important;
  padding-bottom: 15px;
}
#facility .swiper-slide {
  width: 100%!important;
  margin-right: 0!important;
}

.movie_title ul li a .overlay figure {
  position: relative;
}
.movie_title ul li a .overlay figure > span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.8);
  width: 100%;
  display: none;
}
.facial .swiper-slide {width: 100%!important;}
/*--------------------------------------------------------------
#1.7.1	facial
--------------------------------------------------------------*/
.services .facial > .col,
.services .body > .col,
.services .foot > .col {
	padding: 0;
}


/*left side*/
.services .facial-left-thumbnail {
	background: url(../images/home-1/services/facial/massage.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 625px;
	overflow: hidden;
}

.services .facial .left,
.services .body .left,
.services .foot .left {
	position: relative;
}

.services .facial-left-thumbnail,
.services .foot-left-thumbnail {
	position: relative;
}


.services .facial-left-thumbnail .overlay + div,
.services .body-right-thumbnail .overlay + div,
.services .foot-left-thumbnail .overlay + div {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 45px;
	z-index: 6;
}

.services .facial-left-thumbnail .overlay + div p,
.services .body-right-thumbnail .overlay + div p,
.services .foot-left-thumbnail .overlay + div p {
	text-transform: uppercase;
	color: #fff;
	line-height: 12px;
	margin: 17px 0 0;
}

/*right side*/
.services .facial-right-thumbnail {
	margin-left: 30px;
	margin-bottom: 0;
}

.services .facial-right-thumbnail .row {
	margin-left: 0;
	margin-right: 0;
}

.services .facial .victorial-facila-massage,
.services .body .victorial-body-massage,
.services .foot .victorial-foot-massage {
	background: #fff;
	text-align: center;
	padding: 110px 15px 85px; 
	text-transform: uppercase;
	margin-bottom: 30px;
}

.services .facial .victorial-facila-massage h4,
.services .body .victorial-body-massage h4,
.services .foot .victorial-foot-massage h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
	color: #333;
}
.services .facial .victorial-facila-massage strong {
  font-size: 18px;
  line-height: 180%;
  color: #7d7d7d;
}

.services .facial .victorial-facila-massage p,
.services .body .victorial-body-massage p,
.services .foot .victorial-foot-massage p {
	color: #7f7d79;
	margin-bottom: 22px;
}

.services .facial .victorial-facila-massage > a,
.services .body .victorial-body-massage > a,
.services .foot .victorial-foot-massage > a {
  background-color: #9d9aab;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 8px 11px;
}

.services .body .victorial-body-massage > a:hover,
.services .foot .victorial-foot-massage > a:hover {
	background-color: #000 !important;
}

.services .facial .victorial-facila-massage > a {
  display: block;
  width: 80%;
  margin: 4rem auto
}
/*like-comment*/
.services .facial .like-comment,
.services .body .like-comment,
.services .foot .like-comment {
	margin-top: 82px;
}

.services .facial .like-comment a,
.services .body .like-comment a,
.services .foot .like-comment a {
	font-size: 13px;
	color: #7f7d79;
	font-weight: 600;
	font-style: normal !important;
}

.services .facial .like-comment a:first-child,
.services .body .like-comment a:first-child,
.services .foot .like-comment a:first-child  {
	margin-right: 28px;
}

.services .facial .like-comment a i,
.services .body .like-comment a i,
.services .foot .like-comment a i   {
	font-style: normal !important;
}

.services .facial .like-comment a i:before,
.services .body .like-comment a i:before,
.services .foot .like-comment a i:before {
	font-size: 15px;
	margin: 0 7px 0 0;
}


/*facial-slider*/
.services .facial-slider .owl-item {
	margin-right: 5px;
}

.services .facial-slider .thumbnail {
	width: 170px;
	height: 170px;
	position: relative;
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.services .facial-slider .thumbnail img {
	width: 100%;
}

.services .facial-slider .thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}

.services .facial-slider .overlay {
	background: rgba(0,0,0, 0.1);
}

/*hover-effect for every item*/
.services .facial-slider .overlay:before,
.services .facial-slider .overlay:after {
	content: "";
	position: absolute;
	left: 5%;
	top: 5%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.services .facial-slider .overlay:before {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	width: 0%;
	height: 90%;
}


.services .facial-slider .overlay:after {
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
	width: 90%;
	height: 0%;
}

.services .facial-slider .overlay:hover:before {
	width: 90%;
}
.services .facial-slider .overlay:hover:after {
	height: 90%;
}


/*owl-controls*/
.services .facial-slider .owl-prev,
.services .facial-slider .owl-next {
	top: 35% !important;
}

.services .facial-slider .owl-prev {
	left: -3% !important;
}

.services .facial-slider .owl-next {
	right: -3% !important;
}



/*--------------------------------------------------------------
#1.7.2	body
--------------------------------------------------------------*/
.services .body,
.services .foot {
	margin-top: 20px;
}
.services .body .right .thumbnail {
	margin-right: 15px;
}

.services .body .left .thumbnail {
	margin-left: 30px;
	position: relative;
}



/*left-side*/
/*thumb section*/
.services .body .right {
	padding-left: 15px;
}

.services .body-left-thumbnail .thumb .thumbnail .overlay,
.services .foot-right-thumbnail .thumb .thumbnail .overlay {
	background: rgba(133,173,0,0.9) !important
}

.services .body-left-thumbnail .thumb .thumbnail,
.services .foot-right-thumbnail .thumb .thumbnail {
	position: relative;
	margin: 0;
}

.services .body-left-thumbnail .thumb img,
.services .foot-right-thumbnail .thumb img {
	width: 100%;
}


/*per-col*/
.services .body-left-thumbnail .thumb > .col {
	width: 175px;
	padding: 0;
	margin-right: 30px;
}

.services .body-left-thumbnail .thumb > .col:last-child,
.services .foot-right-thumbnail .thumb > .col:last-child  {
	margin-right: 0;
}



/*thumb overlay and link*/
.services .body-left-thumbnail .thumb .thumbnail a,
.services .foot-right-thumbnail .thumb .thumbnail a {
	background: #333;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
    z-index: 100;
}

.services .body-left-thumbnail .thumb .thumbnail a,
.services .foot-right-thumbnail .thumb .thumbnail a, 
.services .body-left-thumbnail .thumb .thumbnail .overlay,
.services .foot-right-thumbnail .thumb .thumbnail .overlay {
	visibility: hidden;
}

.services .body-left-thumbnail .thumb .thumbnail:hover a,
.services .foot-right-thumbnail .thumb .thumbnail:hover a {
	visibility: visible;
}

.services .body-left-thumbnail .thumb .thumbnail:hover .overlay,
.services .foot-right-thumbnail .thumb .thumbnail:hover .overlay {
	visibility: visible;
}


/*border*/
.services .body-left-thumbnail .thumb .thumbnail:before,
.services .foot-right-thumbnail .thumb .thumbnail:before,
.services .body-left-thumbnail .thumb .thumbnail:after,
.services .foot-right-thumbnail .thumb .thumbnail:after {
	content: "";
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.services .body-left-thumbnail .thumb .thumbnail:before,
.services .foot-right-thumbnail .thumb .thumbnail:before {
	width: 0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.services .body-left-thumbnail .thumb .thumbnail:after,
.services .foot-right-thumbnail .thumb .thumbnail:after {
	height: 0;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}

.services .body-left-thumbnail .thumb .thumbnail:hover:before,
.services .foot-right-thumbnail .thumb .thumbnail:hover:before {
	width: 90%;
}

.services .body-left-thumbnail .thumb .thumbnail:hover:after,
.services .foot-right-thumbnail .thumb .thumbnail:hover:after {
	height: 90%;
}

.movie_title .thumbnail:before,
.movie_title .thumbnail:before,
.movie_title .thumbnail:after,
.movie_title .thumbnail:after {
	content: "";
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 10;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.movie_title .thumbnail:before,
.movie_title .thumbnail:before {
	width: 0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.movie_title .thumbnail:after,
.movie_title .thumbnail:after {
	height: 0;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}

.movie_title .thumbnail:hover:before,
.movie_title .thumbnail:hover:before {
	width: 90%;
}

.movie_title .thumbnail:hover:after,
.movie_title .thumbnail:hover:after {
	height: 90%;
}
.movie_title li.active .thumbnail span {
  color: #fff;
}
.movie_title .thumbnail span {
  background: rgba(0,0,0, 0.2);
  padding: 76px 24px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

/*body-right-thumbnail*/
.services .body-right-thumbnail {
	background: url(../images/home-1/services/body/body-massage.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 625px;
}



/*--------------------------------------------------------------
#1.7.2	foot
--------------------------------------------------------------*/
.services .foot-left-thumbnail {
	background: url(../images/home-1/services/foot/foot.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 615px;
}


/*foot-right-thumbnail*/
.services .foot-right-thumbnail {
	margin: 0 15px 0 45px;
}

.services .foot-right-thumbnail .thumb > .col {
	width: 165px;
	padding: 0;
	margin-right: 30px;
}



/*--------------------------------------------------------------
#1.8	news-shop
--------------------------------------------------------------*/
.news-shop {
	background: url(../images/news-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}



/*--------------------------------------------------------------
#1.8.1	news
--------------------------------------------------------------*/
.news-shop .news {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 47px 30px;
}


/*portfolio*/
.news-shop .news .portfolio h3 {
	margin: 0 0 1.33em;
}

.news-shop .news .portfolio h3 + p {
	font-size: 19px;
	line-height: 30px;
	margin: 0 0 2em;
}

.news-shop .news .portfolio span {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
}


/*Luxury spa and resort*/
.news-shop .news .portfolio + h3 {
	font-size: 76px;
	margin: 0;
	padding-bottom: 1.2em;
	color: rgba(255,255,255, 0.4);
	border-bottom: 1px solid rgba(255,255,255, 0.4);
}

.news-shop .news .portfolio + h3 span {
  font-size: 20px;
	display: block;
	font-weight: lighter;
}

.news-shop .news > a {
	width: 145px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0;
	margin-left: 147px;
}


/*portfolio*/
.news-shop .news .portfolio + h3 {
	line-height: 60px;
}

.news-shop .sort-about {
	margin-top: 42px;
}

.news-shop .sort-about p:first-child {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin: 0 0 2.5em;
}

.news-shop .sort-about .playfair {
	font-size: 18px;
	color: #86a900;
	line-height: 29px;
	margin: 0 0 3.66em;
}

.news-shop .appointment .btn-group .btn {
	background: transparent;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px dotted #888;
	padding: 0;
	border-radius: 0;
  margin-right: 9px;
  float: none;
}
.news-shop .appointment .btn-group .btn i:before {
  color: #fff!important;
}
.news-shop .appointment .btn-group ul li {
  margin-bottom: 2rem;
  font-size: 18px!important;
  color: rgba(255,255,255, 0.6);
  font-weight: bold;
}

.news-shop .appointment .btn-group .btn i:before {
	margin: 0;
	font-size: 30px;
	color: #444444;
}

.news-shop .appointment .btn-group .btn:hover i:before {
	color: #fff;
}
.news-shop .owl-theme .owl-controls {margin-top: 0;}
.news-shop .appointment > a {
  background-color: #f7f7f7;
  font-size: 15px;
  width: calc(100% - 60px);
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: #383838;
  padding: 0;
  display: block;
  position: absolute;
  top: 26rem;
}

.news-shop .carrer_list {
  padding: 0!important;
  height: 311.39px;  
}
.news-shop .carrer_list img {padding-top: 2rem;}
.news-shop .carrer_list ul {
  text-align: left;
  padding: 1rem;
}
.news-shop .carrer_list ul li {
  line-height: 250%;
  color: rgba(255, 255, 255, 0.8);
}
.news-shop .carrer_list ul li:last-child {padding-bottom: 0;}
.news-shop .spacialist_profile {
  position: absolute; 
  bottom: 2rem;
  width: 100%;
}
.news-shop .spacialist_profile h3,
.news-shop .spacialist_profile p {
  text-align: center;
  color: #fff;
}
.news-shop .container {
  position: absolute;
  top: calc(50% + 34px);
  left: 50%;
  transform: translate(-50% , -50%);
}
.news-shop .h-342 {
  height: 342px!important;
  background-size: cover;
}
/*--------------------------------------------------------------
#1.8.2	shop
--------------------------------------------------------------*/
.news-shop .shop > .col {
	padding: 10px;
}

.news-shop .shop > a {
	width: 170px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 0;
	margin: 43px 0 0 10px;
}

.news-shop .shop .thumbnail {
	border-radius: 0;
	padding: 0;
	border: 0;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

.news-shop .shop .thumbnail > div {
	text-align: center;
	padding: 10px 0 40px;
    position: relative;
    /* min-height: 342px; */
}

.news-shop .shop .thumbnail a {
	display: inline-block;
	background-color: #87a900;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
}

.news-shop .shop .thumbnail a i:before {
	margin-left: 0;
	font-size: 21px;
	color: rgba(255,255,255, 0.4);
	line-height: 40px;
}

.news-shop .shop .thumbnail h3 {
	font-size: 19px;
	margin: 0 0 0.6em 0;
}

.news-shop .shop .thumbnail .playfair {
	color: #84ae00;
}

.news-shop .shop .thumbnail img {
	display: block;
	margin: 0 auto;
    padding: 0;
}


/*price-button*/
.news-shop .shop .price {
	background-color: #f1e3c4;
	color: #fff;
	width: 75px;
	height: 75px;
	line-height: 65px;
	font-size: 19px;
	border-radius: 50%;
	position: absolute;
	left: 28%;
	top: 50%;
}

.news-shop .shop .price span {
	display: block;
	width: 65px;
	height: 65px;
	border: 1px dashed #c3d300;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*owl-controls*/
.news-shop .shop-slider .owl-prev,
.news-shop .shop-slider .owl-next {
	top: 74rem;
}

.news-shop .shop-slider .owl-prev {
	right: 50px;
}

.news-shop .shop-slider .owl-next {
	right: 10px;
}

.news-shop .shop-slider .owl-prev:hover,
.news-shop .shop-slider .owl-next:hover,
.news-shop .news-slider .owl-prev:hover,
.news-shop .news-slider .owl-next:hover  {
	background-color: #444444 !important;
} 

/*--------------------------------------------------------------
#1.9	partner
--------------------------------------------------------------*/
/* home */
#home-1 .partner {
  background: #Fff;
  padding: 10px 0;
}

/* about */
#about .partner h2 {
  text-align: center;
  margin-bottom: 70px;
}
#about .partner .container {
  margin-bottom: 70px;
}

#about .partner .thumbnail,
#home-1 .partner .thumbnail {
  height: 100px;
}
#about .partner .thumbnail a,
#home-1 .partner .thumbnail a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
#about .partner .thumbnail:hover {
  background: #e3dff7;
}
#about .partner .thumbnail img,
#home-1 .partner .thumbnail img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#home-2 .partner {
	background-color: #fff;
}

.partner .partner-slider .thumbnail {
	background: #fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.partner .partner-slider .thumbnail img {
	opacity: 0.8;
}
.partner .owl-theme .owl-controls {margin-top: 0;}
.partner .partner-slider .owl-prev,
.partner .partner-slider .owl-next {
	top: 42%;
	-webkit-transform: translateY(-42%);
	transform: translateY(-42%);
}
.partner .partner-slider .owl-prev {
	left: -5px;
}

.partner .partner-slider .owl-next {
	right: -5px;
}

.partner .partner-slider .thumbnail:hover img {
	opacity: 1;
}


.exparts #left-member,
.exparts #right-member {
  opacity: 1!important;
}
/*--------------------------------------------------------------
#1.10	exparts
--------------------------------------------------------------*/
#about .content > div:last-child {
  float: right;
  margin-top: 5rem;
}
#about .content > div:last-child img {
  width: 70%;
  margin-left: 15%;
  display: block;
}
#about #left-member .thumbnail {
  width: 70%;
}
#about #left-member .thumbnail .img-frame {
  height: 600px;
}
#about #left-member .thumbnail .img-frame img {
  height: 76%;
  margin-top: 12%;
}
#about .exparts .expert_sub_wrap img {
  display: inline-block;
}
#about .exparts .expert_sub_wrap > div {
  display: inline-block;
  vertical-align: top;
  padding: 4rem 1rem;
  border-radius: 16px;
  margin-right: 2rem;
}
#about .team .thumbnail {
  margin: 0 auto;
}
.exparts {
	position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100vh;
}


/*section-title*/
.exparts .section-title {
	margin-bottom: 70px;
}

.exparts h2 {
	color: #000;
}
#about .exparts h2  {
  margin: 64px 0 0 0;
}

/*content*/
.exparts .thumbnail {
	width: 325px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	position: relative;
}

.exparts .thumbnail .img-frame {
  background-color: #f7f7f7;
  padding: 35px 35px 0 35px;
  border-radius: 18px;
}

.exparts .thumbnail .img-frame img {
	display: block;
	margin: 0 auto;
}
.exparts .thumbnail .img-frame div {text-align: center;}
.exparts .thumbnail .img-frame div p {margin: 1.5rem 0 0.5rem;}
.exparts .thumbnail .img-frame div span {display: block;}

/*social*/
.exparts .social {
	position: absolute;
  right: -40px;
  top: 4px;
}

.exparts .social li {
	width: 35px;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

.exparts .social ul li:last-child {
	border-bottom: 1px solid #ccc;
}

.exparts .social li a {
	display: block;
	font-size: 16px;
	color: #ccc;
}

.exparts .social li a:hover {
	background-color: #333;
	color: #fff;
}

.exparts .social + div {
	margin-top: 24px;
}

.exparts .thumbnail p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
}

.exparts .thumbnail .playfair {
	display: inline-block;
	font-size: 16px;
	color: #7d7d7d;
	padding: 0 0 0 10px;
	position: relative;
}

.exparts .thumbnail .playfair:before {
	content: "~";
	position: absolute;
	left: 0;
	top: 0;
}
.exparts .career_btn {
  width: 100%;
  background: #9d9aab;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
  bottom: 0;
  z-index: 9999;
  color: #fff;
}

.exparts .thumbnail {position: relative; padding: 0;}
.exparts .career_list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 68%;
  background: #fff;
  display: none;
  border: 3px solid #f7f7f7;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.exparts .career_list ul {
  /* padding: 2rem 0; */
  text-align: center;
}
.exparts .career_list ul li {
  line-height: 250%;
}
.swiper-slide:after {
  background: transparent!important;
}

/*--------------------------------------------------------------
#1.11	latest-news
--------------------------------------------------------------*/
.latest-news {
	/* padding-bottom: 90px; */
  overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
}
.latest-news .character_wrap {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.latest-news .top-button .col:nth-child(2) {
	margin-left: 35px;
}

.latest-news .content > .col {
	padding: 0;
	overflow: hidden;
}


/*date*/
.latest-news .date {
	width: 90px;
	height: 100px;
	padding: 0;
	border: 1px solid #eee;
	border-radius: 15px;
	display: table;
}

.latest-news .date div {
	text-align: center;
	font-size: 40px;
	color: #bebabd;
	display: table-cell;
	vertical-align: middle;
}

.latest-news .date div p {
	margin: 0;
	line-height: 30px;
}

.latest-news .date div span {
	font-size: 20px;
	display: block;
	margin-top: 10px;
}


/*news-details*/
.latest-news .news-details {
	padding: 0 0 0 35px;
}

.latest-news .playfair {
	font-size: 16px;
	color: #84af00;
	margin: 0;
}

.latest-news .news-details h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin: 1.14em 0 1.82em;
}

.latest-news .news-details h3 + p {
	font-size: 15px;
	color: #7d7d7d;
	line-height: 24px;
	margin: 0;
}


/*links*/
.latest-news .links {
	margin-top: 120px;
	text-align: center;
}

.latest-news .links a:first-child {
	margin-right: 5px;
}

.latest-news .links a {
	background-color: #85ad00;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.latest-news .links a:hover {
	background-color: #2c2c2c;
}
.latest-news .heading-area {
  text-align: center; 
  margin-top: 12rem;
}
/* google map */
#location .firstHeading {
  line-height: 120%;
  font-size: 24px;
}
#location .gm-style .gm-style-iw-d {
  overflow: hidden;
}
#location .gm-style .gm-style-iw-c {
  padding: 20px;
  text-align: center;
}
#location .map_copy_btn {
  margin-left: 10px;
  padding: 2px 12px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #9d9aab;;
  border-radius: 4px;
  background: #9d9aab;
  color: #fff;
}
#location .map_copy_btn:hover {
  background-color: #3b2314 !important;
  color: #fff;
  border-color: #3b2314;
}
#location .gm-ui-hover-effect {
  top: 4px!important;
  right: 4px!important;
  width: 24px!important;
  height: 24px!important;
}
#location .gm-ui-hover-effect img {
  width: 100%!important;
  height: 100%!important;
  margin: 0!important;
}
.latest-news .character {height: 70vh;}
.latest-news .character .col {padding: 75px 60px;}
.latest-news .character .col-xs-6 {height: 35vh;}
#about #last_wrap .fp-tableCell,
#about .fun-fact .fp-tableCell,
#service .new_wrap .fp-tableCell,
#facility .new_wrap .fp-tableCell,
#facility .skygarden .fp-tableCell,
#about .spa_special .fp-tableCell,
#home-1 .location_wrap .fp-tableCell {
  vertical-align: bottom;
}
#home-1 .latest-news .fp-tableCell {
  vertical-align: top;
}
#about .fun-fact2 .fp-tableCell {
    vertical-align: middle!important;
}
#last_wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#about #last_wrap .partner {
  margin-bottom: 100px;
}
#last_wrap .last_cont {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#last_wrap .last_cont h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#about #last_wrap .product h2 {
  text-align: center;
  margin-bottom: 35px;
}
#about #last_wrap .product .container {
  width: 100%;
  margin-bottom: 0;
}
#about #last_wrap .product > .container > .row {
  display: flex;
  justify-content: center;
}
#about #last_wrap .product > .container > .row #tab_wrap {
  width: 60%;
  height: 50vh;
  position: relative;
  z-index: -1;
  margin-bottom: 70px;
}
#about #last_wrap .product > .container > .row #tab_wrap > div {
  display: flex;
}
#about #last_wrap .product > .container > .row #tab_wrap .img_wrap {
  width: 38%;
  height: 100%;
  background-size: cover!important;
}

#about #last_wrap .product > .container > .row #tab_wrap .text_wrap {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 70%;
  margin-top: 6%;
}

#about #last_wrap .product > .container > .row #tab_wrap .text_wrap h3 {
  font-size: 3rem;
}
#about #last_wrap .product > .container > .row #tab_wrap .text_wrap strong {
  font-size: 1.8rem;
}
#about #last_wrap .product > .container > .row #tab_wrap .text_wrap p {
  font-size: 2rem;
}
#about #last_wrap .product > .container > .row #tab_wrap .text_wrap img {
  margin: 0 auto;
  width: 25%;
}
#about #last_wrap .product > .container > .row #tab_wrap #tab1 .img_wrap {
  background: url(../images/shop/spa_product_01.jpg) no-repeat;
}
#about #last_wrap .product > .container > .row #tab_wrap #tab2 .img_wrap {
  background: url(../images/shop/spa_product_02.jpg) no-repeat;
}
#about #last_wrap .product > .container > .row #tab_wrap #tab3 .img_wrap {
  background: url(../images/shop/spa_product_03.jpg) no-repeat;
}

#about #last_wrap .product > .container > .row #tab_wrap > div {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 0;
  text-align: center;
}

#about #last_wrap .product > .container > .row #tab_btn {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about #last_wrap .product > .container > .row #tab_btn .btns {
  height: 50vh;
}
#about #last_wrap .product > .container > .row #tab_btn .btns li {
  width: 100%;
  background: #f5f5f5;
  display: block;
  height: 33.3333%;
  padding: 6rem 0;
  text-align: center;
  font-weight: bold;
}
#about #last_wrap .product > .container > .row #tab_btn .btns li.active a {
  background-color: #3b2314 !important;
  color: #fff!important;
  border-color: #3b2314 !important;
}
#about #last_wrap .product > .container > .row #tab_btn .btns li a {
  width: 80%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
#facility #facility_popup1::before,
#about #facility_popup1::before,
#facility #vip_popup::before,
#facility #born_popup::before,
#facility #garden_popup::before,
#facility #info_popup::before,
#facility #dragon_popup::before {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(0,0,0, 0.8);
  z-index: -1;
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
}
#facility #facility_popup1,
#about #facility_popup1,
#facility #vip_popup,
#facility #born_popup,
#facility #garden_popup,
#facility #info_popup,
#facility #dragon_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  z-index: 200;
}
#facility #facility_popup1 #adVideo,
#about #facility_popup1 #adVideo,
#facility #vip_popup #adVideo,
#facility #born_popup #adVideo,
#facility #garden_popup #adVideo,
#facility #info_popup #adVideo,
#facility #dragon_popup #adVideo {
  width: 100%;
  height: 500px;
}

#about .popup_btn {
  font-size: 2rem;
  padding: 1rem 2rem;
  background-color: #9d9aab !important;
  color: #fff!important;
  border-color: #9d9aab !important;
}
#facility .popup_btn,
#facility .popup_btn2,
#facility .popup_btn3,
#facility .popup_btn4,
#facility .popup_btn5,
#facility .popup_btn6 {
  font-size: 2rem;
  width: 48%;
  background-color: #9d9aab !important;
  color: #fff!important;
  border-color: #9d9aab !important;
}
#facility .popup_btn4 {
  width: 100%!important;
}
#about .popup_btn:hover,
#facility .popup_btn:hover,
#facility .popup_btn2:hover,
#facility .popup_btn3:hover,
#facility .popup_btn4:hover,
#facility .popup_btn5:hover,
#facility .popup_btn6:hover {
  color: #fff!important;
  background-color: #3b2e14!important;
  border-color: #3b2e14!important;
}
/*--------------------------------
#1.12	spa_special
--------------------------------*/
#about .spa_special h2 {
  text-align: center;
}
#about .spa_special .special_wrap {
  width: 100%;
  display: flex;
}
#about .spa_special .special_wrap > div {
  width: 25%;
  height: 75vh;
  position: relative;
  margin-top: 70px;
}
#about .spa_special .special_wrap > div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#about .spa_special .special_wrap .box1 > div,
#about .spa_special .special_wrap .box2 > div,
#about .spa_special .special_wrap .box3 > div {
  border-right: 1px solid #f5f5f5;
}
#about .spa_special .special_wrap .box4 > div {
  border-right: 2px solid #f5f5f5;
}
#about .spa_special .special_wrap > div > div h3 {
  font-size: 4rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  margin: 0;
}
#about .spa_special .special_wrap > div:hover > div,
#about .spa_special .special_wrap > div:hover > div ul {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#about .spa_special .special_wrap > div:hover > div h3 {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
#about .spa_special .special_wrap > div:hover > div {
/*  background: #000;*/
}
#about .spa_special .special_wrap > div > div ul {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
#about .spa_special .special_wrap > div > div ul li {
  color: #bdbdbd;
  line-height: 150%;
  margin-bottom: 1.5rem;
  text-align: center;
}
#about .spa_special .special_wrap > div > div ul li strong {
  display: block;
  font-size: 2rem;
  color: #dbdbdb;
  margin-bottom: 0.5rem;
  line-height: 150%;
}
#about .spa_special .special_wrap > div::before {
  content: "";
/*  display: block;*/
  width: 100%;
  height: 100%;
/*  background: rgba(0,0,0, 0.4);*/
}
#about .spa_special .special_wrap > div:nth-child(1) {
  background: url(../images/shop/sap_price_01.jpg) no-repeat;
        background-size : cover;
}
#about .spa_special .special_wrap > div:nth-child(2) {
  background: url(../images/shop/sap_price_02.jpg) no-repeat;
        background-size : cover;
}
#about .spa_special .special_wrap > div:nth-child(3) {
  background: url(../images/shop/sap_price_03.jpg) no-repeat;
        background-size : cover;
}
#about .spa_special .special_wrap > div:nth-child(4) {
  background: url(../images/shop/sap_price_04.jpg) no-repeat;
        background-size : cover;
}
#about .spa_special .special_wrap > div:nth-child(5) {
  background: url(../images/shop/sap_price_05.jpg) no-repeat;
}
/*--------------------------------------------------------------
#1.12	footer
--------------------------------------------------------------*/
footer {
	background-color: #262626;
  padding: 25px 0;
	color: #fff;
  /* position: absolute; */
  overflow: hidden;
  width: 100%;
}

footer p {
	font-size: 15px;
}

footer li,
footer a,
footer p {
	font-size: 15px;
	color: #999;
}
footer p {line-height: 2.5rem;}
footer h2 {
	font-size: 23px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 33px 0;
	padding: 0 0 32px 0;
	position: relative;
}

footer h2:before {
	content: "";
	background-color: #86ab00;
	display: block;
	width: 35px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

footer ul li {
	margin-bottom: 8px;
}

footer ul li:last-child {
	margin-bottom: 0;
}

footer ul li a:hover {
	text-decoration: none;
	color: #fff;
}

footer .price_btn {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0);
  color: #999;
  border-color: #999;
}
footer .price_btn:hover {
  background-color: #e3dff7 !important;
  color: #262626!important;
  border-color: #e3dff7 ;
}
footer .list-unstyled {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
footer .list-unstyled li:nth-child(2) {
  margin: 0 4rem;
}
footer .list-unstyled li a i {
  font-size: 25px;
}
footer .list-unstyled li a img {
  width: 25px;
  display: block;
}
.kakao_h {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/kakao_logo_gray.png) no-repeat;
  background-size: contain;
}
.kakao_h:hover {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../images/kakao_logo_white.png) no-repeat;
  background-size: contain;
}
/*victoria*/
.victoria img {
	display: block;
  margin-bottom: 34px;
  transform: translateY(-16px);
}

.victoria p {
	margin-bottom: 36px;
}

.victoria .nav li {
	margin-right: 5px;
}

.victoria .nav li:last-child {
	margin-right: 0;
}

.victoria .nav a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	border: 1px solid #313131;
	padding: 0;
	text-align: center;
	border-radius: 50%;
}

.victoria .nav a:hover {
	background-color: #86ab00;
	color: #fff;
	border-color: #86ab00;
}

footer > .container > .row {display: flex; justify-content: space-between;}
/*copyright*/
footer .copyright .col:last-child {
	padding-right: 0;
}

footer .copyright p {
	margin: -15px 0 0;
}

footer .copyright p a,
footer .copyright p span {
	text-transform: uppercase;
}

footer .copyright p a:hover {
	text-decoration: none;
}

footer .copyright .nav li {
	margin-left: 30px;
}

footer .copyright .nav li:first-child {
	margin-left: 0;
}

footer .copyright .nav a {
	padding: 0;
	opacity: 0.3;
}

footer .copyright .nav a:hover {
	background: none;
	opacity: 1;
}



/*--------------------------------------------------------------
#1.13	appoinment-popup-box
--------------------------------------------------------------*/
.appoinment-popup-box {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0, 0.8);
	top: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.appoinment-popup-box .booking {
	background: url(../images/appoinment/bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 658px;
	padding: 95px 230px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.appoinment-popup-box .booking:before {
	content: "";
	background: url(../images/appoinment/customar-rating.png) no-repeat;
	background-size: 100%;
	width: 71px;
	height: 125px;
	position: absolute;
	right: 45px;
	top: -9px;
	z-index: 10;
}

.appoinment-popup-box .booking .close {
	border: 0;
	background: none;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	opacity: 1;
}

.appoinment-popup-box .booking > .col {
	padding: 0;
}


/*section-title*/
.appoinment-popup-box .section-title {
	text-align: left;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	overflow: hidden;
}

.appoinment-popup-box .section-title h3 {
	font-size: 38px;
	margin: 0;
	line-height: 27px;
	margin: 0 0 0.45em;
}

.appoinment-popup-box .section-title .playfair {
	color: #fff;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 32px;
}

.appoinment-popup-box .btn-group .btn {
	background-color: transparent;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border: 1px dotted #fff;
	margin-right: 4px;
	border-radius: 5px !important;
}

.appoinment-popup-box .btn-group button i:before {
	margin: 0;
	font-size: 25px;
}

.appoinment-popup-box .btn-group .btn:hover {
	background-color: #fff !important;
	color: #87a92b;
}


/*form*/
.appoinment-popup-box form {
	margin-top: 54px;
}

.appoinment-popup-box form > .col {
	margin-bottom: 40px;
	padding-left: 0;
}

.appoinment-popup-box form > .col:nth-child(4),
.appoinment-popup-box form > .col:nth-child(5),
.appoinment-popup-box form > .col:nth-child(6) {
	margin-bottom: 0;
}

.appoinment-popup-box form label {
	display: block;
	color: #fff;
}

.appoinment-popup-box .form-inline input,
.appoinment-popup-box .form-inline select {
	width: 100% !important;
	border: 0;
	box-shadow: none;
}

.appoinment-popup-box form input:focus,
.appoinment-popup-box form select:focus {
	box-shadow: none !important;
}


.appoinment-popup-box form input:focus{
	background-color: #9abf41;
	text-transform: uppercase;
	color: #576e00;
}

.appoinment-popup-box form > .col div {
	position: relative;
}

.appoinment-popup-box form > .col i {
	position: absolute;
	top: 50%;
	left: 85% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.appoinment-popup-box form > .col i:before {
	margin: 0;
	color: #ccc;
}

.appoinment-popup-box form select {
	-webkit-appearance: none;
}

.appoinment-popup-box .submit {
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 10;
}

.appoinment-popup-box .submit .btn {
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 5px;
}


/*appointment-footer*/
.appoinment-popup-box .appointment-footer {
	margin-top: 62px;
	padding-top: 33px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.appoinment-popup-box .social a {
	background-color: transparent;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	border: 1px solid rgba(255,255,255, 0.2);
	border-radius: 50%;
}

.appoinment-popup-box .social li {
	margin-left: 4px !important;
}

.appoinment-popup-box .social a:hover {
	background-color: #fff;
	color: #9abf41;
}

.appoinment-popup-box .social + div {
	line-height: 35px;
}

.appoinment-popup-box .appointment-footer p {
 	font-size: 14px;
 	color: #b2df46;
 	margin: 0;
}


.latest-news .faeture .col p {text-align: justify;}
/*--------------------------------------------------------------
#1.14	news-letter-popup
--------------------------------------------------------------*/
.news-letter-popup {
	background-color: rgba(0,0,0, 0.9);
	width: 100%;
	height: 100%;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.news-letter-popup .wrapper {
	position: relative;
	top: 50%;
	margin-top: -125px;
}

.news-letter-popup .row {
	background: url(../images/news-letter-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 250px;
	position: relative;
}

.news-letter-popup .close {
	background: none;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 1;
	z-index: 100;
}

.news-letter-popup .row .col {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-letter-popup .row:before {
	content: "";
	background: rgba(0,0,0, 0.2);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news-letter-popup .row .col img {
	display: block;
	margin-left: 117px;
}

.news-letter-popup h2 {
	font-size: 25px;
	line-height: 20px;
	margin: 0 0 0.52em;
}

.news-letter-popup p {
	font-size: 15px;
	margin: 0;
}

.news-letter-popup form {
	margin-top: 24px;
}

.news-letter-popup input {
	box-shadow: none;
	width: 200px;
	height: 40px;
	border: 0;
}

.news-letter-popup form input[type="email"]:focus {
	box-shadow: none;
}

.news-letter-popup form button {
	background-color: #85ad00;
	color: #fff;
	width: 120px;
	height: 40px;
	font-size: 15px;
	text-transform: uppercase;
	border: 0;
}

.news-letter-popup form button:hover {
	background-color: #000 !important;
	color: #fff;
}



/*--------------------------------------------------------------
------> gallery 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#....	photo-gallery-title
--------------------------------------------------------------*/
#gallery .services {
	background: #fff;
}

.photo-gallery-title,
.shop-title {
	background-color: #f6f6f6;
	text-align: center;
	padding: 60px 0;
}

.photo-gallery-title h2,
.shop-title h2 {
	font-size: 33px;
	margin: 14px 0 0;
	line-height: 27px;
}

.photo-gallery-title .playfair,
.shop-title .playfair {
	font-size: 16px;
	color: #6d9600;
}


/*page-breadcrumb*/
.page-breadcrumb {
	padding: 50px 0;
	overflow: hidden;
}

.page-breadcrumb .container {
	padding: 0;
}

.page-breadcrumb p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #7d7d7d;
	text-transform: uppercase;
}

.page-breadcrumb .row > .col:nth-child(2) {
	position: relative;
}

.page-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	position: absolute;
	left: 50%;
}

.page-breadcrumb .breadcrumb li,
.page-breadcrumb .breadcrumb li a {
	color: #ccc !important;
	font-size: 15px;
}

.page-breadcrumb .breadcrumb:before,
.page-breadcrumb .breadcrumb:after {
	content: "";
	height: 1px;
	background: #eee;
	position: absolute;
}

.page-breadcrumb .breadcrumb:before {
	width: 430px;
	left: -440px;
	top: 10px;
}

.page-breadcrumb .breadcrumb:after {
	width: 380px;
	right: -390px;
	top: 10px;
}


/*button*/
.page-breadcrumb .row .col:last-child {
	text-align: right;
	margin-top: -3px;
}

.page-breadcrumb .filt-btn .active {
	background: transparent !important;
	box-shadow: none !important;
	cursor: auto !important;
}

.pg-breadcrumb .filt-btn .active {
	background: transparent !important;
	box-shadow: none !important;
	cursor: auto !important;
}

.pg-breadcrumb .filt-btn .active i:before {
	color: #1e1e1e;
}

.page-breadcrumb button {
	padding: 0;
	border: 0;
	border-radius: 0;
	margin: 0 15px; 
	position: relative;
}

.page-breadcrumb .row .col:last-child button:last-child {
	margin-right: 0;
}


.page-breadcrumb button i:before {
	font-size: 20px;
	color: #d5d3cd;
	margin: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.page-breadcrumb button:after {
	content: "";
	width: 1px;
	height: 26px;
	background: #eaeaea;
	position: absolute;
	right: -15px;
	top: 0;
}

.page-breadcrumb .row .col:last-child button:last-child:after {
	display: none;
}

.page-breadcrumb button:hover i:before,
.page-breadcrumb .filt-btn .active i:before {
	color: #000;
}


/*simple-page-breadcrumb*/
.simple-page-breadcrumb .breadcrumb {
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.simple-page-breadcrumb .breadcrumb:before {
	width: 520px;
	left: -530px;
	top: 10px;
}

.simple-page-breadcrumb .breadcrumb:after {
	width: 520px;
	right: -530px;
	top: 10px;
}



/*--------------------------------------------------------------
#2.1	gallery-content
--------------------------------------------------------------*/
#gallery-2 .gallery-content {
	padding-bottom: 100px;
	overflow: hidden;
}

.gallery-content .container {
	padding-left: 0;
	padding-right: 0;
}

.gallery-content .container > a {
	background-color: #85ad00;
    width: 180px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    margin-top: 68px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery-content .container > a:hover {
	background-color: #000 !important;
}

.gallery-content .thumbnail {
	border: 0;
	padding: 0;
	margin-bottom: 30px;
}

.gallery-content .thumbnail > div {
	position: relative;
	overflow: hidden;
}

/*hover-effect*/
.gallery-content .hover-content {
	background: rgba(133,173,0,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.gallery-content .hover-content:before,
.gallery-content .hover-content:after {
	content: "";
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gallery-content .hover-content:before {
	width: 0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;

}

.gallery-content .hover-content:after {
	height: 0;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}


.gallery-content .hover-content div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.gallery-content .hover-content h3 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 40px;
}

.gallery-content .hover-content a {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.gallery-content .hover-content a:hover {
	background-color: #fff !important;
	color: #000;
}


/*hover-effect*/
.gallery-content .thumbnail:hover .hover-content:before {
	width: 90%;
}
.gallery-content .thumbnail:hover .hover-content:after {
	height: 90%;
}

.gallery-content .thumbnail:hover .hover-content {
	visibility: visible;
	opacity: 1;
}



/*--------------------------------------------------------------
#3.1	gallery-content
--------------------------------------------------------------*/
#gallery-3 .gallery-content {
	padding-bottom: 114px;
	overflow: hidden;
}

#gallery-3 .thumbnail {
	margin-bottom: 55px;
}

#gallery-3 .thumbnail .playfair {
	font-size: 16px;
	color: #87a700;
	display: block;
	margin-top: 33px;
}

#gallery-3 .thumbnail h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0.78em 0 0.91em;
}

#gallery-3 .thumbnail h3 + p {
	text-transform: uppercase;
	font-size: 14px;
	color: #9a9a9a;
	margin-bottom: 0;
}

#gallery-3 .gallery-content .container > a {
	margin-top: 38px;
}

.pswp--open {
	background: rgba(0,0,0,0.9); !important;
}



/*--------------------------------------------------------------
#4	------> service
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.1	banar
--------------------------------------------------------------*/
.banar, .banar2, .banar3 {
    background-size: cover!important;
    width: 100%!important;
    height: 85vh!important;
    min-height: 85vh!important;
}
#about .banar {
	background: url(../images/pg/aboutus_page1.png) no-repeat;
}
#facility .banar {
/*	background: url(../images/service/feature.jpg) no-repeat;*/
}

#facility .banar {
	text-align: center;
	position: relative;
  margin: 0;
  max-height: 100vh;
  min-height: 100vh;
  height: 100vh!important;
}

#facility .banar .item {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
}

/****slider image setting****/
#facility .banar .item-1 {
	background: url(../images/service/feature.jpg) no-repeat 50% 50%;
	background-size: cover;
}

#facility .banar .item-2 {
	background: url(../images/pg/facility_index1.png) no-repeat 50% 50%;
	background-size: cover;
}

/*title*/
#facility .banar .title {
	width: 70%;
	height: 150px;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 0 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	z-index: 6;
}

#facility .banar .title h2 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 5rem;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  color: #fff;
}

#facility .banar .title span { 
color: #fff;
  font-size: 2rem;
}



#service .banar {
	background: url(../images/pg/servicefor.png) no-repeat;
}
#guide .banar {
  background: url(../images/pg/facility_banar.png) no-repeat;
}
#about .banar2 {
	background: url(../images/pg/bodaycard_index1_11.png) no-repeat;
}

#about .banar3 {
	background: url(../images/service/tlcc_top.jpg) no-repeat;
}

.banar .playfair {
	font-size: 22px;
	color: #6d9600;
	display: block;
	margin-top: 188px;
}

.banar h2,
.banar2 h2 {
	font-size: 42px;
	color: #280a01;
	margin: 0.6em 0 0;
}

#about .banar .col-sm-12,
#about .banar2 .col-sm-12,
#about .banar3 .col-sm-12,
#service .banar .col-sm-12,
#facility .banar .col-sm-12,
#guide .banar .col-sm-12 {
	text-align: center;
}
#about .banar .col-sm-12 h2,
#about .banar2 .col-sm-12 h2,
#about .banar3 .col-sm-12 h2,
#service .banar .col-sm-12 h2,
#facility .banar .col-sm-12 h2,
#guide .banar .col-sm-12 h2 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 5rem;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  color: #fff;
}
#about .banar .col-sm-12 span, 
#about .banar2 .col-sm-12 span, 
#about .banar3 .col-sm-12 span, 
#service .banar .col-sm-12 span,
#facility .banar .col-sm-12 span,
#guide .banar .col-sm-12 span {
  color: #fff;
  font-size: 2rem;
}
#facility .move_img {
  background-size: contain!important;
}
#facility .paroller4 {
  width: 100%;
  background-size: cover!important;
  background-position-y: center;
  left: -14rem!important;
}
#facility .paroller5 {
  background-size: cover!important;
  background-position-y: center;
  left: -14rem!important;
}
#facility .paroller6 {
  width: 56%!important;
  height: inherit!important;
  right: -25rem!important;
  left: initial!important;
  bottom: -14rem!important;
}
#facility .paroller7 {
  width: 100%!important;
  left: -22rem!important;
  z-index: 1;
  top: 17rem;
}

#facility .about-victoria .paroller {
  background: url(../images/pg/facility_index2_111.png) no-repeat;
}
#facility .about-victoria .paroller2 {
/*  background: url(../images/pg/facility_mother_room_02.png) no-repeat;*/
  z-index: -1;
  position: relative;
}
#facility .about-victoria .paroller3 {
  background: url(../images/pg/facility_index2_222.png) no-repeat;
  z-index: -2;
  position: relative;
}
#facility .point_spot .spot {
  position: absolute;
  
}
#facility .point_spot .spot span,
#facility .spot span  {
  padding: 2px 8px;
  border-radius: 100%;
  background: #e3dff7;
  display: block;
  color: #383838;
  animation: colorchange 3s ease-in infinite;
  cursor: pointer; 
}
@keyframes colorchange {
  0% {
    background-color: pink;
    opacity: 0;
  }
  100% {
    background: #e3dff7;
    opacity: 1;
  }
}
#facility .about-victoria .point_spot .spot1 {
  top: 22%;
  left: 58%;
}
#facility .about-victoria .point_spot .spot2 {
  top: 31%;
  left: 62%;
}
#facility .about-victoria .point_spot .spot3 {
  bottom: 42%;
  right: 35%;
}
#facility .about-victoria .point_spot .spot4 {
  top: 39%;
  right: 0;
}
#facility .about-victoria .point_spot .spot5 {
  bottom: 5%;
  left: 18%;
}
#facility .about-victoria .point_spot .spot6 {
  left: -3%;
  top: 24%;
}
#facility .about-victoria .point_spot .spot7 {
  left: 20%;
  top: 14%;
}
#facility .about-victoria .point_spot .spot8 {
  top: 17%;
  right: 30%;
}
#facility .about-victoria .point_spot .spot9 {
  bottom: 30%;
  right: 30%;
}
#facility .about-victoria .point_spot .spot .spot_info {
  position: absolute;
  top: 10px;
  background: #e3dff7;
  display: none;
  color: #383838;
  font-weight: bold;
  padding: 1rem;
}
#facility .about-victoria .point_spot .spot1 .spot_info,
#facility .about-victoria .point_spot .spot2 .spot_info {
  left: -15rem;
}
#facility .about-victoria .point_spot .spot3 .spot_info {
  left: -17rem;
}
#facility .about-victoria .point_spot .spot4 .spot_info {
  left: -11rem;
}
#facility .about-victoria .point_spot .spot5 .spot_info {
  right: -18rem;
}
#facility .about-victoria .point_spot .spot6 .spot_info {
  left: -20rem;
}
#facility .about-victoria .point_spot .spot7 .spot_info,
#facility .about-victoria .point_spot .spot9 .spot_info {
  right: -14rem;
}
#facility .about-victoria .point_spot .spot8 .spot_info {
  right: -19rem;
}
#facility .about-victoria .paroller4 {
  background: url(../images/pg/facility_index5_111.png) no-repeat;
}
#facility .about-victoria .paroller5 {
  background: url(../images/pg/facility_index5_222.png) no-repeat;
}
#facility .about-victoria .paroller11 {
  background: url(../images/facility/info_01.jpg) no-repeat;
  z-index: 1;
  height: 65%!important;
}
#facility .about-victoria .paroller12 {
  background: url(../images/pg/facility_sdc_01.png) no-repeat;
  z-index: 1;
  height: 65%!important;
}
#facility .about-victoria .paroller13 {
  background: url(../images/pg/facility_sdc_02.png) no-repeat;
  z-index: 1;
  height: 65%!important;
}
#facility .about-victoria .paroller6 {
  background: url(../images/facility/info_02.jpg) no-repeat;
  z-index: 1;
}
#facility .about-victoria .paroller7 {
  background: url(../images/facility/info_03.jpg) no-repeat;
}
#about .about-victoria .paroller8 {
  background: url(../images/pg/bodycare_facility_02.png) no-repeat;
}
#about .about-victoria .paroller9 {
  background: url(../images/pg/bodycare_facility_01.png) no-repeat;
}
#about .about-victoria .paroller10 {
  background: url(../images/pg/bodycare_facility_03.png) no-repeat;
}
#about .banar2 h2 {
  text-transform: initial;
}
/*--------------------------------------------------------------
#4.2	about-victoria
--------------------------------------------------------------*/
#about .about-victoria2 .section-title h2,
#service .about-victoria .section-title h2,
#service .about-victoria2 .section-title h2,
#service .about-victoria3 .section-title h2 {
	color: #000;
	font-size: 42px;
	font-weight: bold;
	margin: 1.66em 0 1em;
}
#facility .about-victoria .section-title h2,
#about-victoria .section-title h2 {
  color: #000;
	font-size: 42px;
	font-weight: bold;
	margin: 1rem 0 70px 0;
}
#about .about-victoria2 .section-title p,
#service .about-victoria .section-title p,
#service .about-victoria2 .section-title p,
#service .about-victoria3 .section-title p,
#facility .about-victoria .section-title p,
#about-victoria .section-title p  {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 29px;
}

#about .about-victoria2 .container img,
#service .about-victoria .container img,
#service .about-victoria2 .container img,
#service .about-victoria3 .container img,
#facility .about-victoria .container img,
#about-victoria .container img {
	display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  position: relative;
}
#facility .about-victoria4 .container div:nth-child(2) > div:first-child {
  height: 50vh;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child,
#about-victoria .container > div:nth-child(2) > div:first-child {
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0;
}
#facility .about-victoria .container div:nth-child(2),
#about-victoria .container > div:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > .amenity_wrap,
#about-victoria .container > div:nth-child(2) > div:first-child > .amenity_wrap {
  display: flex;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > .amenity_wrap ul,
#about-victoria .container > div:nth-child(2) > div:first-child > .amenity_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > .amenity_wrap,
#about-victoria .container > div:nth-child(2) > div:first-child > .amenity_wrap {
  margin-bottom: 20rem;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > strong,
#about-victoria .container > div:nth-child(2) > div:first-child > strong {
  position: absolute; 
  top: 0;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > strong span,
#facility .skygarden strong span,
#about-victoria .container > div:nth-child(2) > div:first-child > strong span {
  font-weight: normal;
  margin-top: 2rem; 
  display: block;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > strong,
#about .about-victoria .container div:nth-child(2) > div:first-child > strong,
#facility .skygarden strong {
  font-size: 2rem;
  line-height: 150%;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > strong {
  letter-spacing: -0.5px!important;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > em {
  color: crimson;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 3rem;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(1) {
  text-align: justify!important;
  padding: 0!important;
  margin: 0!important;
}
#facility .skygarden .section-title > div {
  margin-bottom: 4rem;
}
#facility .skygarden strong span {
  color: #bdbdbd;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child > strong span,
#about .about-victoria .container div:nth-child(2) > div:first-child > ul,
#facility .skygarden strong span {
  font-size: 1.5rem!important;
  line-height: 150%;
}
#about .about-victoria .container div:nth-child(2) > div:first-child > ul {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 40rem;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child .col,
#about-victoria .container > div:nth-child(2) > div:first-child .col {
  margin-bottom: 10rem;
}

#facility .about-victoria .container div:nth-child(2) > div:first-child .btn_cont2 {
  margin-bottom: 10rem!important;
}
#about-victoria .container > div:nth-child(2) > div:first-child .btn_wrap {
  width: 52%;
  display: flex;
  justify-content: space-between;
}
#facility .about-victoria .container div:nth-child(2) > div:first-child .btn_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) {
  height: 50vh; 
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2),
#about-victoria .container > div:nth-child(2) > div:nth-child(2) {
  position: relative; 
  height: 65vh; 
  padding: 0;
  width: 60%;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1),
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  width: 100%; 
  height: 300px; 
  background-size: contain;
}
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div.paroller9 {
  z-index: -1;
  right: -6rem!important;
  top: 7rem!important;
}
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div.paroller10 {
  left: -10rem!important;
  width: 40%!important;
  background-size: cover!important;
  background-position-y: center;
  height: 40%!important;
  bottom: -2rem!important;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
  left: 20rem!important;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2),
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  width: 80%; 
  height: 600px; 
  position: absolute; 
  top: -12rem; 
  right: 0;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  top: -41rem;
  right: -10.2rem;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > .spot_show,
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > .spot_show {
  display: none;
  position: relative;
  width: 100px;
  height: 100px;
  background: transparent;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > .spot_show > span,
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > .spot_show > span {
  display: block;
  width: 20px;
  height: 20px;
  background: #e3dff7;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > .spot_show > p,
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > .spot_show > p {
  position: absolute;
  top: 3rem;
}
#facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(3),
#about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
  width: 70%; 
  height: 200px; 
  position: absolute; 
  bottom: 0; 
  left: 0;
  background-size: contain;
}
#facility .about-victoria3 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
  top: 20rem;
  left: -28rem!important;
  height: 222px!important; 
}
#facility .about-victoria2 .container div:nth-child(2),
#facility .about-victoria4 .container div:nth-child(2) {
  flex-direction: row-reverse;
}

#facility .about-victoria2 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1),
#facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  width: 60%;
  left: 0;
  position: absolute;
  top: 0;
  margin-left: 0;
}
#facility .about-victoria4 .container {
  margin-bottom: 4rem;
}
#facility .about-victoria4 .container div:nth-child(2) > div:first-child .btn_cont2 {
    margin-bottom: 0!important;
}
#facility .about-victoria2 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2),
#facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  height: 500px;
  top: 6rem;
  z-index: -1;
  width: 50%;
}
#facility .about-victoria2 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  left: 0;
}
#facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  right: 15rem;
  top: 14rem;
}
#facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  left: 14rem;
  height: 80%!important;
  z-index: -1;
}
#facility .about-victoria2 .container div:nth-child(2) > div:first-child .btn_wrap,
#facility .about-victoria4 .container div:nth-child(2) > div:first-child .btn_wrap {
  width: 100%;
  flex-direction: row-reverse;
}
#facility .about-victoria4 .container div:nth-child(2) > div:first-child,
#facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) {
  height: 45vh;
}
#facility .about-victoria3 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  position: absolute;
  top: 0;
  height: 300px;
  width: 70%;
  right: 0;
  margin-right: 0;
}
#facility .about-victoria3 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  height: 250px;
  left: 3rem;
  bottom: initial;
  top: 25rem;
}
#facility .about-victoria3 .container div:nth-child(2) > div:first-child,
#facility .about-victoria3 .container div:nth-child(2) > div:nth-child(2) {
  height: 56vh;
}

/*icon*/
#about .about-victoria2 .icon,
#service .about-victoria .icon,
#service .about-victoria2 .icon,
#service .about-victoria3 .icon {
  text-align: center;
  margin-top: 3.5em;
}
#about .about-victoria2 .new_other,
#service .about-victoria .new_other,
#service .about-victoria2 .new_other,
#service .about-victoria3 .new_other {
  margin-bottom: 70px;
}
#about .about-victoria2 .icon li,
#service .about-victoria .icon li,
#service .about-victoria2 .icon li,
#service .about-victoria3 .icon li {
  display: inline-block;
  width: 20%;
  height: 220px;
  border-radius: 50%;
  margin-right: 18px;
  position: relative;
  margin-bottom: 9rem;
}
#facility .about-victoria .icon .col ul li,
#about-victoria .icon .col ul li {
  display: inline-block;
  width: 22%;
  height: 91.8px;
  border: 1px dashed #d4d4d4;
  border-radius: 50%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 2rem;
}
/* tlcc 서브페이지 추가_2021.03.30 */
#about .about-victoria2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
#about .about-victoria2 li:nth-child(3n) {
    margin-right: 0!important;
}
#about .about-victoria2 li {
    margin-right: 80px!important;
}
#about .service_guide table {
    width: 100%;
}
#about .service_guide table th {
    padding: 12px!important;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    text-align: center;
}
#about .service_guide table td {
    padding: 12px;
    border: 1px solid #dbdbdb;
}
#about .service_guide {
    float: initial!important;
    margin: 2rem 0 15rem!important;
}
#about .service_guide thead tr:first-child th, 
#about .price thead tr:first-child th {
    background: #777;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
}
#about .service_guide span {
    display: inline-block;
    font-size: 1.5rem;
    margin: 2rem 0;
    text-align: right;
    width: 100%;
}
#about .service_guide > div {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
#about .container2 .service_guide > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 75px;
    text-align: center;
}
#about .service_guide > div strong:first-child {
    font-size: 15px;
    color: crimson;
}
#about .service_guide > div strong:last-child {
    font-size: 3rem;
    color: #000;
}

@media only screen and (max-width: 767px) {
    #about .banar3 {
        background: url(../images/service/tlcc_top.jpg) no-repeat center center;
        background-size: cover!important;
    }
}
/* tlcc 서브페이지 추가_2021.03.30 */
#service .about-victoria .icon li:nth-child(4n),
#service .about-victoria2 .icon li:nth-child(4n),
#service .about-victoria3 .icon li:nth-child(4n),
#facility .about-victoria .icon .col ul li:nth-child(4n),
#about-victoria .icon .col ul li:nth-child(4n) {
  margin-right: 0;
}
#about .about-victoria2 .icon ul li:last-child,
#service .about-victoria .icon ul li:last-child,
#service .about-victoria2 .icon ul li:last-child,
#service .about-victoria3 .icon ul li:last-child,
#facility .about-victoria .icon ul li:last-child {
	margin-right: 0;
}
#about .about-victoria2 .icon li a,
#service .about-victoria .icon li a,
#service .about-victoria2 .icon li a,
#service .about-victoria3 .icon li a,
#facility .about-victoria .icon .col ul li a,
#about-victoria .icon .col ul li a {
  position: relative;
  display: block;
  height: inherit;
}
#about .about-victoria2 .icon li h4,
#service .about-victoria .icon li h4,
#service .about-victoria2 .icon li h4,
#service .about-victoria3 .icon li h4 {
  font-size: 1.6rem;
  margin-top: 2rem;
}
#about .about-victoria2 .icon li a > div,
#service .about-victoria .icon li a > div,
#service .about-victoria2 .icon li a > div,
#service .about-victoria3 .icon li a > div,
#facility .about-victoria .icon .col ul li a > div,
#about-victoria .icon .col ul li a > div {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#about .about-victoria2 .icon li a > div p,
#service .about-victoria .icon li a > div p,
#service .about-victoria2 .icon li a > div p,
#service .about-victoria3 .icon li a > div p {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 5rem 3rem;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff
}
#facility .about-victoria .icon .col ul li:hover a > div p,
#about-victoria .icon .col ul li:hover a > div p {
  opacity: 1;
}
#facility .about-victoria .icon .col ul li a > div p {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 2rem 0;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
  font-size: 15px;
}
#about-victoria .icon .col ul li a div p {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 2rem 0;
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}
#about .about-victoria2 .icon li a div:before,
#service .about-victoria .icon li a div:before,
#service .about-victoria2 .icon li a div:before,
#service .about-victoria3 .icon li a div:before,
#facility .about-victoria .icon .col ul li a div:before,
#about-victoria .icon .col ul li a div:before {
	margin: 0;
	font-size: 50px;
	color: #666;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#about .about-victoria2 .icon li a div [class^="flaticon-"]:before,
#service .about-victoria .icon li a div [class^="flaticon-"]:before,
#service .about-victoria2 .icon li a div [class^="flaticon-"]:before,
#service .about-victoria3 .icon li a div [class^="flaticon-"]:before,
#facility .about-victoria .icon .col ul li a div [class^="flaticon-"]:before,
#about-victoria .icon .col ul li a div [class^="flaticon-"]:before {
  font-size: 4rem;
  margin-left: 0;
}
/*hover-effect*/
#about .about-victoria2 .icon ul a:hover span,
#service .about-victoria .icon ul a:hover span,
#service .about-victoria2 .icon ul a:hover span,
#service .about-victoria3 .icon ul a:hover span {
	color: #83b100;
}

#about .about-victoria2 .icon ul a:hover > div,
#service .about-victoria .icon ul a:hover > div,
#service .about-victoria2 .icon ul a:hover > div,
#service .about-victoria3 .icon ul a:hover > div,
#facility .about-victoria .icon ul a:hover > div,
#about-victoria .icon ul a:hover > div {
	background: #9d9aab;
	color: #fff;
}
#about .about-victoria2 .icon ul a:hover > div > p,
#service .about-victoria .icon ul a:hover > div > p,
#service .about-victoria2 .icon ul a:hover > div > p,
#service .about-victoria3 .icon ul a:hover > div > p,
#facility .about-victoria .icon ul a:hover > div > p,
#about-victoria .icon ul a:hover > div > p {
  opacity: 1;
  color: #fff;
}
#about .about-victoria2 .icon ul a:hover p:before,
#service .about-victoria .icon ul a:hover p:before,
#service .about-victoria2 .icon ul a:hover p:before,
#service .about-victoria3 .icon ul a:hover p:before,
#facility .about-victoria .icon ul a:hover p:before,
#about-victoria .icon ul a:hover p:before {
	color: #fff;
}

#about .about-victoria2 .icon .btn,
#service .about-victoria .icon .btn,
#service .about-victoria2 .icon .btn,
#service .about-victoria3 .icon .btn {
	background: #84af00;
	width: 250px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	margin-top: 110px;
}

#about .about-victoria2 .icon .btn:hover,
#service .about-victoria .icon .btn:hover,
#service .about-victoria2 .icon .btn:hover,
#service .about-victoria3 .icon .btn:hover {
	background: #000 !important;
}

#service .owl-theme .owl-controls {
  margin-top: 0!important;
}
/*------------------------
#4.3	skygarden
--------------------------*/
#facility .skygarden .fp-tableCell > div {
/*  background: url(../images/pg/facility_index4_1.png) no-repeat;*/
  background: url(../images/facility_nindex4_1.png) no-repeat;
  width: 100%;
  background-size: cover;
  height: 70vh;
  position: relative;
}

#facility .skygarden .fp-tableCell > div > div.text_wrap {
  position: absolute;
  top: -10rem;
  left: 8rem;
  width: 30%;
  height: 450px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 5rem;
  color: #fff;
}
#facility .skygarden .fp-tableCell > div > div strong {
  font-size: 2rem;
}
#facility .skygarden .fp-tableCell > div > div strong span{
  font-size: 2.5rem;
}

#facility .skygarden .fp-tableCell > div > div ul li {
  line-height: 200%;
  list-style: initial;
}
/*--------------------------------------------------------------
#4.3	middle-banar
--------------------------------------------------------------*/
.middle-banar {
	background: url(../images/service/middle-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 1048px;
	text-align: center;
	color: #fff;
	position: relative;
}

.middle-banar .overlay {
	background: rgba(0,0,0, 0.2);
}

.middle-banar .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.middle-banar h2 {
	font-size: 40px;
	margin: 1em 0 0.75em;
}

.middle-banar p {
	font-size: 16px;
	margin: 0;
}

.middle-banar .btn {
	background-color: #85ad00;
	width: 220px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-radius: 25px;
	margin-top: 45px;
}


/*services*/
#service .services {
	padding-top: 114px;
}

#service .services .section-title h2 {
	font-size: 42px;
	line-height: 30px;
	margin: 0 0 0.7em;
}

#service .services .section-title p {
	line-height: 29px;
	margin-bottom: 115px;
}

#service .spa-advantages {
	background: #fff;
}



/*--------------------------------------------------------------
#4.4	shop
--------------------------------------------------------------*/
#service .shop {
	padding-bottom: 75px;
	overflow: hidden;
}

#service .shop .top-button {
	padding-left: 30px;
	padding-right: 30px;
}

#service .service-shop-slider {
	padding-bottom: 40px;
}

#service .service-shop-slider .thumbnail,
#shop .shop .thumbnail,
#shop-details .shop .thumbnail {
	border: 0;
	border-radius: 0;
	padding: 68px 5px 5px;
	text-align: center;
	position: relative;
}

#service .service-shop-slider .thumbnail:before,
#shop .shop .thumbnail:before,
#shop-details .shop .thumbnail:before {
	content: "";
	width: 100%;
	height: 80%;
	border-radius: 10px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
}

#service .service-shop-slider .thumbnail > div,
#shop .shop .thumbnail > div,
#shop-details .shop .thumbnail > div {
	position: relative;
	z-index: 10;
}

#service .service-shop-slider .thumbnail img ,
#shop .shop .thumbnail img,
#shop-details .shop .thumbnail img {
	display: block;
	margin: 0 auto;
}

#service .service-shop-slider .thumbnail h3,
#shop .shop .thumbnail h3,
#shop-details .shop .thumbnail h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 1em;
}

#service .service-shop-slider .playfair,
#shop .shop .playfair,
#shop-details .shop .playfair {
	font-size: 15px;
	color: #f1e3c4;
	display: block;
	margin-bottom: 45px;
}

#service .service-shop-slider .price,
#shop .shop .price,
#shop-details .shop .price {
	background: #f1e3c4;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 38px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#service .service-shop-slider .owl-prev,
#service .service-shop-slider .owl-next {
	top: 35%;
}

#service .service-shop-slider .owl-prev {
	left: 0;
}

#service .service-shop-slider .owl-next {
	right: 0;
}

#service .shop .view-all {
	background: #f1e3c4;
	width: 180px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	border: 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#service .shop .view-all:hover {
	background: #000 !important;
	color: #fff;
}

#shop .shop .content .thumbnail:hover .price,
#shop-details .shop .content .thumbnail:hover .price {
	-webkit-animation-name: scaling;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-funtion: ease-in-out;
	-webkit-transform-origin: top left;

	animation-name: scaling;
	animation-duration: 0.3s;
	animation-timing-funtion: ease-in-out;
	transform-origin: top left;
}



/*--------------------------------------------------------------
#5	------> about
--------------------------------------------------------------*/
#about .content h3 {
  font-size: 22px;
  margin-top: 1rem;
}
#about .advantages h3 {
  font-weight: bold;
}
#about .advantages span {
  font-weight: 600;
  color: #777;
}
#about .content strong {
  font-size: 15px;
  color: #888;
}
#about .content ul {
  margin-top: 2rem;
  line-height: 170%;
}
#about .spa_exparts .content ul {
  line-height: 270%;
}
/*--------------------------------------------------------------
#5.1	about-victoria
--------------------------------------------------------------*/
#about .about-victoria h2 {
	font-size: 42px;
  margin: 1em 0 1em;
  text-transform: initial;
}
#about .about-victoria p {
  margin: 6rem 0;
  font-size: 18px;
  line-height: 250%;
}

#about .about-victoria h2 + p {
	margin-bottom: 60px;
}

#about .about-victoria .learn-more {
	padding: 0 20%;
	margin-bottom: 65px;
}

#about .about-victoria .learn-more span:first-child {
	font-weight: 600;
	color: #333333;
}		

#about .about-victoria .learn-more span:last-child {
	font-weight: 600;
}	
/* 
#about .about-victoria .btn {
	background: #84af00;
	width: 210px;
	height: 45px;
	line-height: 45px;
	border: 0;
	border-radius: 25px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}	 */
/* 
#about .about-victoria .btn i {
	display: inline-block;
	margin-right: 5px;
}

#about .about-victoria .btn:hover {
	background-color: #000 !important;
}
 */


/*--------------------------------------------------------------
#5.2	vic-partner
--------------------------------------------------------------*/
#about .vic-partner {
	text-align: center;
	padding-bottom: 45px;
	overflow: hidden;
}

#about .vic-partner p {
	font-size: 16px;
}

/*line*/
#about .vic-partner .top-button .col:nth-child(2) {
	width: 79%;
}

/*partner-slider*/
#about .vic-partner .partner-slider {
	padding: 0 105px;
}

#about .vic-partner .partner-slider .item a img {
	opacity: 0.3;
}

#about .vic-partner .partner-slider .item a {
	border: 1px solid #eeeeee;
	display: inline-block;
	padding: 20px 40px;
	overflow: hidden;
}

#about .vic-partner .partner-slider .owl-prev,
#about .vic-partner .partner-slider .owl-next {
	top: 29%;
}

#about .vic-partner .partner-slider .owl-prev {
	left: 0;
}

#about .vic-partner .partner-slider .owl-next {
	right: 0;
}

/*owl-pagination*/
#about .vic-partner .partner-slider .owl-pagination {
	position: absolute;
    top: -70px;
    right: 0;
}

#about .vic-partner .partner-slider .owl-pagination span {
	margin-left: 2px;
	margin-right: 2px;
}

#about .vic-partner .partner-slider .owl-pagination .active span {
	background: #f1e3c4;
	opacity: 1;
}

#about .vic-partner .partner-slider .item a:hover img {
	opacity: 1;
}

#about .fun-fact i:before {
	color: #89a700;
}

#popup_video {
  display: none; 
  position: fixed; 
  bottom: 0; left: 0; z-index: 9999;
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
#popup_video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
}
#popup_video .modal_close,
#home-1 #terms_wrap .modal_close2,
#facility .popup_close,
#about .popup_close,
#facility .popup_close2,
#facility .popup_close3,
#facility .popup_close4,
#facility .popup_close5,
#facility .popup_close6 {
  background: url(../images/close.svg) no-repeat;
  background-size: 32px 32px;
  border: 0;
  color: transparent;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 34px;
  right: 34px;
  text-indent: -9999px;
  z-index: 9999;
}
#home-1 #terms_wrap .modal_close2 {
  top: -5rem;
  right: 0;
}
/*--------------------------------------------------------------
#5.3	team
--------------------------------------------------------------*/
#team .team {
	background: url(../images/about/bg.jpg);
	padding: 110px 0 135px;
}

#about .team .section-title .playfair,
#team .team .section-title .playfair {
	font-size: 20px;
	color: #87a700;
	display: inline-block;
	margin-bottom: 25px;
}

#about .team .thumbnail,
#team .team .thumbnail {
	background: transparent;
	padding: 0;
}

#about .team .thumbnail .img-frame,
#team .team .thumbnail .img-frame,
#about .team .img-frame {
	background-color: #e5e6de;
}

#about .team .social,
#team .team .social {
	background: #e5e6de;
	top: 0;
	border-radius: 5px;
}

#about .team .social li,
#team .team .social li {
	border-left: 0;
	border-right: 0;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
}

#about .team .social li a,
#team .team .social li a {
	color: #fff;
}



/*--------------------------------------------------------------
#5.4	middle-banar
--------------------------------------------------------------*/
#about .middle-banar {
	background: url(../images/about/middle-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 790px;
	overflow: hidden;
}



/*--------------------------------------------------------------
#6	------> team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#6.1	banar
--------------------------------------------------------------*/
#team .banar {
	background-image: url(../images/team/banar.jpg);
}

#team .middle-banar {
	background: url(../images/team/middle-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 790px;
	overflow: hidden;
}



/*--------------------------------------------------------------
#6.2	team
--------------------------------------------------------------*/
#team .page-breadcrumb .breadcrumb:before, 
#team .page-breadcrumb .breadcrumb:after {
	background: #9a9893;
}

#team .team {
	padding: 0 0 95px;
}

#team .team .simple-page-breadcrumb {
	padding-top: 37px;
	padding-bottom: 123px;
}

#team .team .content > .col {
	margin-bottom: 70px;
}

#team .team .container > .btn {
	background: #85ad00;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	border-radius: 5px;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#team .team .container > .btn:hover {
	background-color: #000 !important;
}



/*--------------------------------------------------------------
#6.3	about-team
--------------------------------------------------------------*/
#team .about-team {
	padding: 65px 0 117px;
}

#team .about-team .playfair {
	font-size: 20px;
	color: #86a600;
}

#team .about-team .left-side {
	padding-top: 50px;
}

#team .about-team h2 {
	font-size: 38px;
	color: #1f1f1f;
	line-height: 30px;
	margin: 0.5em 0 1.08em;
}

#team .about-team h2 + p {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 26px;
	margin: 0;
}


/*team-skill*/
#team .team-skill {
	padding-top: 60px;
}

#team .team-skill h3 {
	font-size: 21px;
	color: #333333;
	margin: 0 0 1.71em;
}

#team .team-skill > div {
	background: #f4f4f4;
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	border-radius: 5px;
	position: relative;
}

#team .team-skill > div div {
    background-color: #86a600;
    width: 0;
	height: 100%;
    color: #fff;
    text-align: right;
    line-height: 40px;
	border-radius: 5px;
    -webkit-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important;
}

#team .team-skill span {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/*--------------------------------------------------------------
#7	------> shop
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.1	shop
--------------------------------------------------------------*/

/*breadcrumb*/
#shop .breadcrumb {
	left: 45%;
}

#shop .page-breadcrumb .container {
	padding-left: 15px;
	padding-right: 15px;
}

#shop .breadcrumb:before {
	width: 390px;
    left: -400px;
}

#shop .breadcrumb:after {
	width: 360px;
    right: -370px;
}


/*shop*/
#shop .shop {
	padding-bottom: 100px;
}

#shop .shop .content > .col {
	margin-bottom: 60px;
}

#shop .shop .thumbnail:before,
#shop-details .shop .thumbnail:before {
	height: 88%;
	border-radius: 5px;
}

#shop .shop .content > a {
	background: #85ad00;
	color: #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: 0;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600px;
	text-transform: uppercase;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#shop .shop .content > a:hover {
	background-color: #000 !important;
}



/*--------------------------------------------------------------
#8	------> shop-details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.1	vic-shop
--------------------------------------------------------------*/
#shop-details .vic-shop {
	background: #f6f6f6;
	padding: 87px 0;
}

#shop-details .vic-shop h2 {
	font-size: 38px;
	color: #260a00;
	margin: 0;
	line-height: 30px;
	text-align: center;
}


/*page-breadcrumb*/
#shop-details .page-breadcrumb {
	padding-bottom: 60px;
}

#shop-details .simple-page-breadcrumb .breadcrumb:before,
#shop-details .simple-page-breadcrumb .breadcrumb:after {
	display: none;
}

#shop-details .simple-page-breadcrumb .container {
	padding: 0 30px;
}

#shop-details .simple-page-breadcrumb .row .col {
	position: relative;
}

#shop-details .simple-page-breadcrumb .row .col:before,
#shop-details .simple-page-breadcrumb .row .col:after {
	content: "";
	width: 45%;
	height: 1px;
	background: #eeeeee;
	position: absolute;
	top: 10px;
}

#shop-details .simple-page-breadcrumb .row .col:before {
	left: 0;
}

#shop-details .simple-page-breadcrumb .row .col:after {
	right: 0;
}



/*--------------------------------------------------------------
#8.2	product-details 
--------------------------------------------------------------*/

/*product*/
#shop-details .product > .col:first-child {
	padding: 0;
}

#shop-details .product > .col:last-child {
	padding-left: 8px;
}

#shop-details .product > .col:last-child .thumbnail {
	margin-bottom: 6px;
}


/*details*/
#shop-details .details .title {
	position: relative;
}

#shop-details .details h2 {
	color: #000;
	font-size: 25px;
	line-height: 20px;
	font-weight: 700;
	margin: 0;
}

#shop-details .details h2 span {
	color: #869f00;
}

#shop-details .details .title p {
	color: #879f00;
	margin: 30px 0 0;
}

#shop-details .details .title .price {
	font-size: 25px;
	color: #879f00;
	position: absolute;
	right: 0;
	top: -7px;
}


/*description*/
#shop-details .details .description {
	padding-top: 45px;
}

#shop-details .details .description h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0 0 2.2em;
	line-height: 20px;
}

#shop-details .details .description p {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 24px;
	margin-bottom: 35px;
}


/*form*/
#shop-details .details .description .add-cart-form {
	overflow: hidden;
	margin: 55px 0 40px;
}

#shop-details .details .description form .col {
	padding-left: 0;
}

#shop-details .details .description form select,
#shop-details .details .description form input {
	width: 95%;
	border: 1px dashed #e7e7e7;
	box-shadow: none !important;
	outline: 0;
	font-size: 14px;
	color: #cccccc;
}

#shop-details .details .description form select option {
	color: #000;
}

#shop-details .product-details .form-group div {
	position: relative;
}

#shop-details .product-details .form-group i {
	opacity: 0.5;
	position: absolute;
	right: 15%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#shop-details .details .description form input {
	background: #88a100;
	border: 0;
	color: #fff;
	text-transform: uppercase;
}

#shop-details .details .description form select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#shop-details .details .description form select::-ms-expand {
    display: none;
}


/*share*/
#shop-details .details .description .share > div {
	display: inline-block;
}

#shop-details .details .description .share span {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

#shop-details .details .description .share li {
	display: inline-block;
	margin-right: 5px;
	border-right: 1px solid #ddd;
}


/*links*/
#shop-details .details .description .share ul {
	padding-left: 25px;
}

#shop-details .details .description .share ul li:last-child {
	border-right: 0;
}

#shop-details .details .description .share li a {
	font-size: 14px;
	color: #ddd;
	display: block;
	padding-right: 5px;
}



/*--------------------------------------------------------------
#8.3	review
--------------------------------------------------------------*/
#shop-details .review {
	padding: 73px 0 40px;
}

#shop-details .review .thumbnail {
	border: 0;
	padding: 0;
}



/*product-review*/
#shop-details .product-review .thumbnail {
	overflow: hidden;
}


/*nav-tabs*/
#shop-details .nav-tabs {
	margin: 0;
	border: 0;
}

#shop-details .nav-tabs li {
	margin-right: 17px;
}

#shop-details .nav-tabs .active a {
	color: #333333;
}

#shop-details .nav-tabs a {
	border: 0;
	margin: 0;
	font-size: 18px;
	color: #ccc;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
	padding: 0 17px 0 0;
	border-radius: 0;
}

#shop-details .nav-tabs li:last-child a {
	border-right: 0;
}

#shop-details .nav-tabs a:hover {
	background: none;
}

/*tab-content*/
#shop-details .product-review .tab-content {
	background: #fbfbfb;
	padding: 29px 29px 38px;
	margin-top: 35px;
	height: 381px;
	overflow: auto;
}

#shop-details .product-review .tab-content .col {
	padding-left: 0;
}

#shop-details .product-review .tab-pane > div .col:first-child {
	padding-right: 0;
}


/*tab-pane */
#shop-details .product-review .tab-pane > div {
	overflow: hidden;
	margin-bottom: 28px;
}

#shop-details .product-review .tab-pane > div:last-child {
	margin-bottom: 0;
}

#shop-details .product-review .tab-pane img {
	border-radius: 5px;
}

#shop-details .product-review .tab-pane h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #333;
	margin: 0 0 7px;
}

#shop-details .product-review .tab-pane p {
	font-size: 15px;
	color: #7d7d7d;
	line-height: 25px;
}

#shop-details .product-review .review-rating {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}

#shop-details .product-review .review-rating i {
	color: #879f00;
}

#shop-details .product-review .review-rating span {
	display: inline-block;
	color: #cccccc;
}


/*own-review*/
#shop-details .own-review h4,
#shop-details .own-review h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 0;
}

#shop-details .own-review .thumbnail div {
	background: #fbfbfb;
	height: 381px;
	padding: 47px 38px;
	margin-top: 40px;
	height: 381px;
	overflow: auto;
}

#shop-details .own-review h5 {
	font-size: 15px;
	color: #333;
	margin: 0 0 30px;
}

#shop-details .own-review .thumbnail div p {
	font-size: 15px;
	color: #7d7d7d;
	line-height: 23px;
	margin-bottom: 40px;
}

#shop-details .own-review .thumbnail div p:last-child {
	margin: 0;
}



/*--------------------------------------------------------------
#8.4	shop
--------------------------------------------------------------*/
#shop-details .shop .top-button {
	padding-left: 15px;
	padding-right: 15px;
}

#shop-details .shop .top-button .col:nth-child(2) {
	width: 69%;
	margin: 12px 0 0 22px;
}

#shop-details .shop .top-button p {
	font-size: 17px;
}

#shop-details .shop {
	padding-bottom: 100px;
}

#shop-details .shop .price:before {
	content: "";
	width: 90%;
	height: 90%;
	border: 1px dashed #fff;
	border-radius: 50%;
	position: absolute;
	left: 5%;
	top: 5%;
}

#shop-details .shop .common-btn {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin-top: 80px;
}

#shop-details .shop .common-btn:hover {
	background-color: #000 !important;
	color: #fff;
}



/*--------------------------------------------------------------
#9	------> contact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.1	map
--------------------------------------------------------------*/
#home-1 .map #googleMap {
	height: 560px;
	border-bottom: 4px solid #85ad00;
}



/*--------------------------------------------------------------
#9.2	keep-in-touch
--------------------------------------------------------------*/
#home-1 .keep-in-touch {
	padding: 135px 0 140px;
	position: relative;
	overflow: hidden;
}


/*section-title*/
#home-1 .keep-in-touch .section-title {
	margin-bottom: 92px;
}

#home-1 .keep-in-touch h2 {
	font-size: 42px;
	color: #1e1e1e;
	line-height: 31px;
	margin: 0 0 0.85em;
}

#home-1 .keep-in-touch h2 + p {
	font-size: 16px;
	line-height: 24px;
}


/*content*/
#home-1 .keep-in-touch .content {
	text-align: center;
}

#home-1 .keep-in-touch .content .col {
	border-right: 1px solid #eeeeee;
}

#home-1 .keep-in-touch .content .col:last-child {
	border-right: 0;
}

#home-1 .keep-in-touch .content span {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px dashed #eeeeee;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

#home-1 .keep-in-touch .content span i:before {
	margin: 0;
	font-size: 34px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home-1 .keep-in-touch .content span i {
	background: #eeeeee;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home-1 .keep-in-touch .content h3 {
	font-size: 21px;
	color: #333333;
	line-height: 10px;
	margin: 1.67em 0;
}

#home-1 .keep-in-touch .content p {
	font-size: 15px;
	color: #676767;
	line-height: 23px;
	margin: 0;
}

#home-1 .keep-in-touch .content .col:hover i {
	background: #f1e3c4;
}

#home-1 .keep-in-touch .content .col:hover span {
	border-color: #f1e3c4;
}

#home-1 .keep-in-touch .container > a {
	width: 220px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	margin-top: 120px;
}

#home-1 .keep-in-touch .container > a:hover {
	background-color: #000 !important;
	color: #fff;
}



/*--------------------------------------------------------------
#9.3	leave-message
--------------------------------------------------------------*/
#home-1 .leave-message {
	overflow: hidden;
}


/*left-col*/
#home-1 .leave-message .left-col {
	background: url(../images/contact/consult.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	position: relative;
}

#home-1 .leave-message .left-col .content {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home-1 .leave-message .left-col img {
	display: block;
	margin: 0 auto;
	margin-bottom: 125px;
}

#home-1 .leave-message .left-col .content p {
	display: inline-block;
	background-image: url(../images/contact/para-bg-lt.png), url(../images/contact/para-bg-ri.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
	font-size: 14px;
	color: #fff;
	padding: 0 30px;
	position: relative;
}

#home-1 .leave-message .left-col .content p:before {
	content: "";
	width: 1px;
	height: 90px;
	background: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	top: -100px;
}


/*right-col*/
#home-1 .leave-message .right-col {
	background-color: #f7f7f7;
  padding: 74px 105px;
  height: 65vh;
  position: relative;
}
#home-1 .leave-message .right-col .form_wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#home-1 .leave-message .left-col {
  height: 65vh;
}
#home-1 #terms_wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: -50%;
  height: 50%!important;
  width: 90%;
  transform: translate(-50%, -50%);  
  height: 50%!important;  
}
/*section-title*/
#home-1 .leave-message .right-col .section-title {
	text-align: left;
	color: transparent;
  margin-bottom: 15px;
  padding: 74px 0 15px 0;
	position: relative;
}

#home-1 .leave-message .right-col .section-title h2 {
	color: #383838;
  margin: 0 0 3rem;
}
#home-1 #terms_view {
  margin-left: 1rem;
  font-size: 6px;
  padding: 4px 10px;
  color: #383838;
  border-color: #383838;
}
#home-1 .leave-message .form-control {
  border: none;
}
#home-1 .leave-message .right-col .section-title strong {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 18px;
  color: #7d7d7d;
  display: block;
}

#home-1 .leave-message .right-col .section-title span {
	color: #465900;
}

#home-1 .leave-message .right-col .section-title div {
	position: absolute;
	right: 0;
	top: 20px;
}

#home-1 .social-links {
	padding-left: 0;
	overflow: hidden;
}

#home-1 .social-links li {
	list-style-type: none !important;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #a5cc4c;
	border-radius: 50%;
	margin-right: 5px;
	text-align: center;
}

#home-1 .social-links li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 16px;
	color: #a5cc4c;
}

#home-1 .social-links li a:hover {
	background-color: #fff;
	color: #f1e3c4;
}


/*--------------------------------------------------------------
#1	------> home ------> 상담하기
--------------------------------------------------------------*/
/* 메인페이지 상담하기 */
#home-1 .leave-message .form-inline .col {
	padding: 0 0 0 10px;
	margin-bottom: 15px;
}

#home-1 .leave-message .form-inline .col:first-child,
#home-1 .leave-message .form-inline .col:nth-child(4) {
	padding-left: 0;
}

#home-1 .leave-message .form-inline .col label {
	margin-bottom: 1rem;
}

#home-1 .leave-message .form-inline .col input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	box-shadow: none;
	border: 0;
}
#home-1 .leave-message .form-inline input[type="submit"] {
  width: 100%!important;
  font-size: 15px!important;
  line-height: 1!important;
  height: 36px!important;
  vertical-align: sub;
}
#home-1 .leave-message .form-inline .col input {
  height: 30px;
}
#home-1 .leave-message .form-inline textarea {
  height: 50px!important;
}
#home-1 .leave-message .form-inline .col input:focus,
#home-1 .leave-message .form-inline .col textarea:focus {
	background: #e3dff7;
	border: 0;
	outline: 0;
  box-shadow: none !important;
}

#home-1 .leave-message .form-inline label {
	display: block;
}
#home-1 .leave-message .form-inline label.info_agree {
  display: inline-block;
  color: #383838
}
#home-1 .leave-message .form-inline textarea {
	width: 100%;
	text-transform: uppercase;
  height: 100%;
}

#home-1 .leave-message .form-inline input[type="submit"] {
	background-color: #3b2314;
	width: 160px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	display: inline-block;
	border: 2px solid #3b2314;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
  text-transform: uppercase;
  margin-top: 2rem;
}
#home-1 .leave-message .form-inline input[type="submit"]:hover {
  background-color: #e3dff7!important;  
  border: 2px solid #e3dff7!important;  
  color: #3b2314;
}


/*--------------------------------------------------------------
#10	------> blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.1	blog-title
--------------------------------------------------------------*/
#blog .blog-title {
	background-color: #f6f6f6;
	text-align: center;
	padding: 60px 0;
}

#blog .blog-title .playfair {
	font-size: 16px;
	color: #6d9600;
}

#blog .blog-title h2 {
	line-height: 30px;
	font-size: 33px;
	color: #333;
	margin: 16px 0 0;
}



/*--------------------------------------------------------------
#10.2	blog-content
--------------------------------------------------------------*/
#blog .blog-content {
	padding-top: 47px;
	overflow: hidden;
}

#blog .blog-content .pull-right i:before {
	font-size: 15px;
}


/*pg-breadcrumb*/
#blog .pg-breadcrumb {
	padding-bottom: 50px;
}

#blog .pg-breadcrumb .filter-btn button {
	background: transparent;
	border: 0;
	padding: 0;
	margin-right: 30px;
	color: #eee;
	position: relative;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

#blog .pg-breadcrumb .filter-btn button:hover {
	color: #000;
}

#blog .pg-breadcrumb .filter-btn button:after {
	content: "";
	background-color: #eeeeee;
	width: 1px;
	height: 25px;
	position: absolute;
	top: 2px;
	right: -15px;

}

#blog .pg-breadcrumb .filter-btn button:last-child {
	margin-right: 0;
}

#blog .pg-breadcrumb .filter-btn button:last-child:after {
	display: none;
}

#blog .pg-breadcrumb .filter-btn i:before {
	margin: 0;
	font-size: 20px;
}

/*mid-col*/
#blog .pg-breadcrumb .mid-col {
	position: relative;
}

#blog .pg-breadcrumb .mid-col {
	height: 28px;
	line-height: 28px;
	text-align: center;
	position: relative;
}

#blog .pg-breadcrumb .mid-col:before,
#blog .pg-breadcrumb .mid-col:after {
	content: "";
	height: 1px;
	background-color: #eee;
	position: absolute;
	top: 14px;
}

#blog .pg-breadcrumb .mid-col:before {
	width: 45%;
	left: -3%;
}

#blog .pg-breadcrumb .mid-col:after {
	width: 41%;
	right: 0;
}

#blog .pg-breadcrumb .mid-col .breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	display: inline-block;
}

#blog .pg-breadcrumb .mid-col li {
	font-size: 15px;
	color: #cccccc;
}

#blog .pg-breadcrumb .mid-col li a {
	font-size: 15px;
	color: #cccccc;
}


/*bred-title*/
#blog .pg-breadcrumb .bred-title p {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #ddd;
	text-transform: uppercase;
	margin: 0;
}

/*big-img*/
#blog .news > div {
	overflow: hidden;
}

#blog .big-img {
	overflow: hidden;
	position: relative;
}

#blog .big-img + div {
	overflow: hidden;
	margin-top: 20px;
}

#blog .big-img img {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#blog .big-img:hover img {
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
#home-1 .big-img .item {
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
#home-1 .big-img1:hover .item-1,
#home-1 .big-img2:hover .item-2,
#home-1 .big-img3:hover .item-3,
#home-1 .big-img3:hover .item-4 {
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

/*--------------------------------------------------------------
#10.3	news
--------------------------------------------------------------*/
#blog .blog-content .news {
	padding-left: 0;
	padding-bottom: 125px;
}

#blog .blog-content .news > div {
	margin-bottom: 95px;
}

#blog .blog-content .news > div:last-child {
	margin-bottom: 0;
}

#blog .blog-content .news img {
	display: block;
}

#blog .blog-content .news img + div {
	overflow: hidden;
}

#blog .blog-content .news .playfair {
	font-size: 16px;
	color: #86a900;
}

#blog .blog-content .news .pull-right span {
	font-size: 13px;
	font-weight: 600;
	color: #959595;
	display: inline-block;
	margin-left: 25px;
}

#blog .blog-content .news .pull-right span i {
	font-size: 12px;
	display: inline-block;
	padding-right: 7px;
}

#blog .blog-content .news .pull-right span i:before {
	margin: 0;
}

#blog .blog-content .news .pull-right span:first-child {
	margin-left: 0;
	text-transform: uppercase;
}

#blog .blog-content .news h3 {
	font-size: 30px;
	line-height: 21px;
	margin: 1.53em 0 1.37em;
}

#blog .blog-content .news p {
	font-size: 16px;
	color: #949494;
	line-height: 29px;
	margin: 0;
}

#blog .blog-content .news p a {
	color: #81b200;
}

#blog .blog-content .news .common-btn {
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-top: 45px;
}

#blog .blog-content .news .common-btn:hover {
	background-color: #000 !important;
	color: #fff;
}



/*--------------------------------------------------------------
#10.4	sidebar
--------------------------------------------------------------*/
#blog .sidebar {
	padding-right: 0;
}

#blog .sidebar > div {
	margin-bottom: 74px;
	overflow: hidden;
}

#blog .sidebar h3 {
	font-size: 25px;
	margin: 0 0 1.68em;
	line-height: 19px;
}


/*form*/
#blog .sidebar .form {
	margin-bottom: 60px;
}

#blog .sidebar form > div {
	position: relative;
}

#blog .sidebar form input {
	font-family: 'Playfair Display', serif;
	height: 40px;
	font-size: 16px;
	color: #cccccc;
	border: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
}

#blog .sidebar form button {
	padding-top: 0;
	padding-bottom: 0;
	height: 38px;
	line-height: 38px;
	border: 0;
	border-radius: 0;
	color: #dddddd;
	position: absolute;
	right: 1px;
	top: 1px;
}


/*category*/
#blog .sidebar .category li,
#blog .sidebar .archieves li {
	margin-bottom: 20px;
}

#blog .sidebar .category ul li:last-child,
#blog .sidebar .archieves ul li:last-child {
	margin-bottom: 0;
}

#blog .sidebar .category li a,
#blog .sidebar .archieves li a  {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #939393;
}

#blog .sidebar .category li a i,
#blog .sidebar .archieves li a i {
	display: inline-block;
	padding-right: 8px;
	color: #83b100;
	font-style: 15px;
}


/*latest-post*/
#blog .sidebar .latest-post > div {
	overflow: hidden;
	margin-bottom: 15px;
}

#blog .sidebar .latest-post > div:last-child {
	margin-bottom: 0;
}

#blog .sidebar .latest-post > div .col {
	padding: 0;
}

#blog .sidebar .latest-post > div .col:last-child {
	padding-left: 20px;
}

#blog .sidebar .latest-post h5 {
	margin: 0 0 12px;
}

#blog .sidebar .latest-post h5 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #333;
}

#blog .sidebar .latest-post h5 a:hover {
	color: #83b100;
}

#blog .sidebar .latest-post span {
	font-size: 12px;
	color: #cccccc;
	text-transform: uppercase;
}

#blog .sidebar .latest-post span i {
	display: inline-block;
	padding-right: 7px;
}


/*gallery*/
#blog .sidebar .gallery li {
	display: inline-block;
	margin: 0 2px 5px 0;
}

#blog .sidebar .gallery ul li:nth-child(3n) {
	margin-right: 0;
}


#guide .keep-in-touch .btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 20%;
  margin-bottom: 3rem;
  background: #9d9aab;
  color: #fff;
}

/*Responsive sytle for index-1 page*/
/*--------------------------------------------------------------
#..	header
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {

	header .navbar #navbar ul > li {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	#navbar {
		background: #000;
		border-top: 0 !important;
		margin-top: 35px !important;
		width: 105%;
	}
}



/*--------------------------------------------------------------
#1.1	hero
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.hero .title {
		/* background: url(../images/home-1/title-md-bg.png) no-repeat;		
		height: 229px;
    padding: 0 25px; */
    width: 100%;
		position: absolute;
		top: 45%;
		left: 50%;
		-webkit-transform: translate(-50%, -45%);
		transform: translate(-50%, -45%);
	}

	.hero .title > div {
		margin-top: 50px;
	}

	.hero .playfair {
		font-size: 18px;
	}

	.hero .title h2 {
		font-size: 40px;
		line-height: 46px;
		margin: 0.83em 0 15px 0;
	}

	.hero .title p {
		font-size: 14px;
	}

	.hero .hero-slider img {
		height: 700px !important;
	}
}

@media only screen and (max-width: 991px) {
	.hero .hero-slider .item img {
		height: 700px !important;
	}
}

@media only screen and (max-width: 767px) {
	.hero > a {
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: -200px;
	}
	.hero .hero-slider .item img {
		height: 500px !important;
	}
	/*title*/
	/* .hero .title {
		background: url(../images/home-1/title-bg-sm.png) no-repeat;
		width: 450px;
		height: 172px;
	} */

	/* .hero .title > div {
		margin-top: 40px;
	} */
  .hero .title {height: initial;}
	.hero .playfair {
		font-size: 14px;
	}
  .hero .title > div {margin-top: 0;}
	.hero .title h2 {
		font-size: 30px;
		font-weight: 700;
		line-height: 36px;
		margin: -20px 0 10px 0;
	}

	.hero .title p {
		font-size: 10px;
	}


	/*hero pagination and progress*/
	.hero .owl-controls {
		margin-top: -37px;
	}

	.hero .owl-pagination .active span {
		width: 12px;
		height: 12px;
	}

	#bar {
	  height: 5px;
	}

	#progressBar {
	  height: 5px;
	}
}

@media only screen and (max-width: 500px) {
	.hero > a {
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: -200px;
	}

	.hero .hero-slider .item img {
		height: 450px !important;
	}

	/*title*/
	/* .hero .title {
		background: url(../images/home-1/title-bg-xs.png) no-repeat;
		width: 300px;
		height: 122px;
	} */

	/* .hero .title > div {
		margin-top: 25px;
	} */

	.hero .playfair {
		font-size: 14px;
	}

	.hero .title h2 {
		font-size: 25px;
		font-weight: 700;
		line-height: 30px;
		/* margin: 0.2em 0 5px 0; */
	}

	.hero .title p {
		font-size: 10px;
	}
}



/*--------------------------------------------------------------
#..	aobut-resort
--------------------------------------------------------------*/
/*resort*/
@media only screen and (max-width: 767px) {
	/* .resort {
		margin-top: -10px;
	} */

	.resort .title {
		padding: 20px;
	}

	.resort .title h2 {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 25px;
	}

	.resort .title p {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	/* #home-1 .resort .resort-slider .item {
		height: 450px !important;
	} */
}

@media only screen and (max-width: 500px) {
	/* #home-1 .resort .resort-slider .item {
		height: 350px !important;
	} */
}



/*--------------------------------------------------------------
#..	beautifull-spa-and-faeture
--------------------------------------------------------------*/
@media (max-width: 1366px) {
  .beautifull-spa .col:first-child,
  .beautifull-spa .col:last-child {
    width: 100%;
  }

  .beautifull-spa .col:last-child {
    margin-top: 1rem;
  }

  .beautifull-spa {
    /* background: url(../images/home-1/beautifull-spa_937.jpg) no-repeat 0 50%; */
    min-height: 100vh!important;
    background-size: cover;
  } 
}

@media (max-width: 1199px) {
  .beautifull-spa-and-faeture .faeture {
    width: 100%;
    margin-top: 0;
  }
  .beautifull-spa-and-faeture .faeture .col {
    padding: 80px 20px;
    width: 50%;
    height: 25vh;
  }
  .beautifull-spa {
    width: 100vw;
    min-height: 50vh!important;
    height: 683px;
    text-align: center;
    padding-top: 200px;
    background-position-y: 100%;
  }
  .beautifull-spa-and-faeture .faeture .col {
    padding: 24px 26px;
  }
}

@media only screen and (max-width: 767px) {
  #fullpage > section {
    height: 85vh!important;
    min-height: 85vh!important;
    max-height: 85vh!important;
  }
  #popup_video iframe {
    width: initial;
    height: auto;
    margin-top: -4rem;
  }
  /* .beautifull-spa {
    height: 50vh!important;
  } */
	.beautifull-spa {
    padding: 200px 15px 0;
  }
	.beautifull-spa h2 {
    font-size: 25px;
    margin-top: -4rem;
	}

	.beautifull-spa .col:first-child {
		text-align: center !important;
	}

	.beautifull-spa .col:last-child {
		text-align: center !important;
		padding: 0 10px 0 !important;
  }

  .beautifull-spa-and-faeture .about_wrap p {
    text-align: center;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .faeture h3 {
    font-size: 14px;
  }
  .faeture .col p {
    font-size: 12px;
    display: none;
  }
  #facility .faeture .col-xs-6:nth-child(1) {
    width: 90%;
    background: rgba(255, 255, 255, 0.7);
    margin: 5%;
    height: 15vh;
  }
  #facility .faeture .col-xs-6:nth-child(2) {
    display: none;
  }
  #facility .faeture .col-xs-6:nth-child(3) {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #facility .faeture .col-xs-6:nth-child(3) img {
    min-height: 40vh;
    max-height: 40vh;
  }
  #facility .faeture .col-xs-6:nth-child(4) {
    position: absolute;
    bottom: 3rem;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    min-height: 0!important;
  }
  #dragon_city_video .faeture2 {background: transparent;}
  .beautifull-spa-and-faeture .faeture {
    min-height: 30vh!important;
    height: 30vh!important;
  }
  .beautifull-spa-and-faeture .faeture .col {
    padding: 4.5vh 0;
    height: 50%;
  }
  .beautifull-spa-and-faeture .beautifull-spa {
    padding-top: 96px;
    min-height: 55vh!important;
    height: 55vh!important;
  }
  #service .service_wrap .about, #service .service_wrap .resort,
  #service .resort-slider .item-1 {
    width: 100%;
    min-height: calc(42.5vh - 32px)!important;
    height: calc(42.5vh - 32px)!important;
  }
  #service .service_wrap {
    padding-top: 64px;
  }
  #home-1 #dragon_city_video {
    padding-top: 64px;
  }
  /* home */
  #home-1 .exparts .fp-tableCell {
    padding-top: 64px;
    display: block;
  }
  .exparts .thumbnail .img-frame img {
    width: 60%;
  }
  .exparts .career_btn {
    margin-bottom: 0;
    margin-left: 5%;
    width: 90%;
    border-radius: 8px;
  }
  .exparts .thumbnail .img-frame {
    padding: 20px 10px;
  }
  /* about-us */
  #about .exparts .thumbnail .img-frame {
    height: initial!important;
    
  }
  #about .exparts .thumbnail .img-frame img {
    height: initial!important;
    margin-top: 0!important;
  }


  .resort-slider .owl-controls {
    margin-top: -40px;
  }

  #about .content > div:nth-child(3) {
    display: none;
  }
}

  #service .col-md-offset-2 {
    margin-left: 0;
    width: 100%;
  }
/*--------------------------------------------------------------
#..	fun-fact
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.fun-fact .row .col:nth-child(2n) {
		border-right: 0;
	}
	
	.fun-fact .number {
		font-size: 40px;
	}
}

@media only screen and (max-width: 500px) {
	.fun-fact .number {
		font-size: 28px;
	}

	.fun-fact i:before {
		margin-left: 0;
		font-size: 25px;
	}
}



/*--------------------------------------------------------------
#...	spa-advantages
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.spa-advantages .advantages {
		padding-left: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.spa-advantages .advantages {
		padding-left: 0;
		margin-top: 500px;
	}

	.spa-advantages .advantages > .row {
		padding-left: 25px;
	}

	.spa-advantages .advantages .line {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.spa-advantages .advantages {
		margin-top: 25px;
	}

	.spa-advantages .advantage-details {
		background: none;
	}
}

@media only screen and (max-width: 500px) {
	/*section-title*/
	.spa-advantages .section-title h2 {
		font-size: 25px;
	}

	.spa-advantages .advantages h3 {
		font-size: 16px;
	}
}



/*--------------------------------------------------------------
#.....	facial
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.top-button .col:nth-child(2) {
		width: 67%;
		margin: 12px 0 0 14px;
	}

	.services .facial-left-thumbnail {
		height: 590px;
		overflow: hidden;
	}

	.services .facial-slider .thumbnail {
		width: 140px;
		height: 140px;
	}
}

@media only screen and (max-width: 991px) {
	/*service-button*/
	.top-button .col:first-child {
		padding-left: 15px;
	}

	.top-button .col:last-child {
		padding-right: 15px;
	}

	.top-button .col:nth-child(2) {
		display: none;
	}

	.top-button .col:first-child p {
		font-size: 14px;
	}

	.top-button .col:nth-child(2) {
		margin-top: 8px;
	}

	.top-button .btn {
		margin-left: 10px;
		margin-right: 10px;
	}

	.top-button .btn i:before {
		font-size: 15px;
	}

	.top-button .btn:after {
		height: 20px;
		left: 25px;
	}


	/*facial-right-thumbnail*/
	.services .facial-right-thumbnail {
		margin-left: 0;
	}

	.services .facial .right {
		padding-left: 0;
		margin-top: 30px;
	}

	.services .facial-slider .thumbnail {
		width: 95% !important;
		height: 95% !important;
	}

	.services .facial-slider .owl-prev,
	.services .facial-slider .owl-next {
		top: 40% !important;
	}

	.services .facial-slider .owl-prev {
		left: -20px !important;
	}

	.services .facial-slider .owl-next {
		right: -15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.services .facial-slider {
		padding-left: 15px;
	}

	.services .facial-slider .owl-item {
		margin-right: 0;
	}

	.services .facial-slider .owl-prev {
		left: 0px !important;
	}

	.services .facial-slider .owl-next {
		right: 0px !important;
	}
}


/*--------------------------------------------------------------
#....	body
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.services .body-left-thumbnail .thumb > .col {
		width: 147px;
		margin-right: 20px;
	}

	.services .body-right-thumbnail {
		height: 597px;
	}
}

@media only screen and (max-width: 991px) {
	.services .body-left-thumbnail .thumb > .col {
		width: 31% !important;
		margin-right: 3%;
	}

	.services .body-right-thumbnail {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.services .body-right-thumbnail,
	.services .facial-left-thumbnail,
	.services .foot-left-thumbnail {
		height: 400px !important;
	}
}



/*--------------------------------------------------------------
#....	foot
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.services .foot-right-thumbnail .thumb > .col {
		width: 141px;
		margin-right: 15px;
	}

	.services .foot-left-thumbnail {
		height: 590px;
	}
}

@media only screen and (max-width: 991px) {
	.services .foot-right-thumbnail .thumb > .col {
		width: 31% !important;
		margin-right: 3%;
	}

	.services .foot-right-thumbnail {
		margin-left: 15px !important;
	}
}



/*--------------------------------------------------------------
#...	news-shop
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.news-shop .appointment > a {
		margin-top: 15px;
	}
}


@media only screen and (max-width: 991px) {
	.news-shop .appointment > a {
		margin-top: 0;
	}

	.news-shop .appointment .btn-group .btn {
		border: 1px dotted #fff;
	}

	.news-shop .appointment .btn-group .btn i:before {
		color: #fff;
	}
}

@media only screen and (max-width: 767px) {
	.news-shop .appointment > a {
		font-size: 14px;
		width: 200px;
		height: 35px;
		line-height: 35px;
		margin-top: 0;
	}

	.news-shop .appointment .btn-group .btn {
		width: 35px;
		height: 35px;
	}

	.news-shop .appointment .btn-group .btn i:before {
		font-size: 20px;
	}
}

@media only screen and (max-width: 420px) {
	#home-1 .news-shop .appointment > a {
		margin-top: 10px;
	}
}




/*--------------------------------------------------------------
#...	partner
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.partner .partner-slider .owl-prev,
	.partner .partner-slider .owl-next {
		top: 40% !important;
		-webkit-transform: translateY(-40%) !important;
		transform: translateY(-40%) !important;
	}
}



/*--------------------------------------------------------------
#...	exparts
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.exparts .thumbnail {
		width: 265px;
	}
}

@media only screen and (max-width: 991px) {
	.exparts .thumbnail {
		width: 245px;
	}
	
	.exparts .social {
	    right: 2px;
	}
}

@media only screen and (max-width: 767px) {
	.exparts {
		/* padding: 70px 0 100px; */
	}

	.exparts .thumbnail {
		width: auto !important;
	}

	/*social*/
	.exparts .social li {
		width: 25px;
		height: 29px;
		line-height: 29px;
		border-top: 1px solid rgba(0,0,0, 0.2);
		border-left: 1px solid rgba(0,0,0, 0.2);
		border-right: 1px solid rgba(0,0,0, 0.2);
	}

	.exparts .social ul li:last-child {
		border-bottom: 1px solid rgba(0,0,0, 0.2);
	}

	.exparts .social li a {
		background: rgba(0,0,0, 0.1);
		display: block;
		font-size: 14px;
		color: rgba(0,0,0, 0.5);
	}
}

@media only screen and (max-width: 500px) {
	.exparts .content > .col {
		width: 100%;
		margin-bottom: 2rem;
	}

	.exparts .content > .col:last-child {
		margin-bottom: 0;
	}

	.exparts .social li {
		width: 35px;
		height: 39px;
		line-height: 39px;
	}

	.exparts .social li a {
		font-size: 16px;
	}
}

#about .mobile_hide {
  display: none;
}
#guide .service_guide > p {
  display: none;
}
#facility #tab_btn ul li.active a, 
#about #tab_btn2 ul li.active a, 
#facility #tab_btn2 ul li.active a, 
#facility #tab_btn3 ul li.active a, 
#facility #tab_btn4 ul li.active a, 
#facility #tab_btn5 ul li.active a,
#facility #tab_btn6 ul li.active a {
  background-color: #3b2314 !important;
  color: #fff!important;
  border-color: #3b2314 !important;
}
/*--------------------------------------------------------------
#...	latest-news
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #facility .about-victoria .container div:nth-child(2) > div:first-child > em {
    margin-top: 1rem;
    margin: 0!important;
  }
  #guide .keep-in-touch a.mobile_hide {
    display: none;
  }
  #guide .keep-in-touch a.hide {
    display: block!important;
  }
  #facility #facility_popup1::before, 
  #about #facility_popup1::before, 
  #facility #vip_popup::before, 
  #facility #born_popup::before, 
  #facility #garden_popup::before, 
  #facility #info_popup::before,
  #facility #dragon_popup::before {
    background: rgba(0,0,0, 1);
  }
  #facility #facility_popup1 #adVideo, 
  #about #facility_popup1 #adVideo, 
  #facility #vip_popup #adVideo, 
  #facility #born_popup #adVideo, 
  #facility #garden_popup #adVideo, 
  #facility #info_popup #adVideo,
  #facility #dragon_popup #adVideo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #facility #tab_wrap > div,
  #about #tab_wrap2 > div, 
  #facility #tab_wrap2 > div, 
  #facility #tab_wrap3 > div, 
  #facility #tab_wrap4 > div, 
  #facility #tab_wrap5 > div,
  #facility #tab_wrap6 > div {
    height: 500px;
  }
  #facility #facility_popup1 #adVideo, 
  #about #facility_popup1 #adVideo, 
  #facility #vip_popup #adVideo, 
  #facility #born_popup #adVideo, 
  #facility #garden_popup #adVideo, 
  #facility #info_popup #adVideo,
  #facility #dragon_popup #adVideo {
    height: initial;
  }
  #facility .swiper-slide {
    height: 500px;
  }
  #about .swiper-slide {
    height: 500px;
    width: 100%!important;
  }
  .swiper-button-prev, .swiper-button-next {
    top: 50%!important;
  }
  #facility .swiper-slide img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #about .swiper-slide img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile_hide .swiper-slide {
    position: relative;
  }
  .mobile_hide .swiper-slide > h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    margin: 0!important;
  }
  .mobile_hide .swiper-slide .m_hover {
    position: relative;
  }
  .mobile_hide .swiper-slide .m_hover ul {
    line-height: 160%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  #home-1 .exparts .swiper-button-next {
    display: block!important;
    background: url(../images/next_btn.svg) no-repeat!important;
  }
  #home-1 .exparts .swiper-button-prev {
    display: block!important;
    background: url(../images/prev_btn.svg) no-repeat!important;
  }
  a.quick-to-contact1 {
    display: none;
  }
  
  a.quick-to-contact2.two{
  bottom:24%;
  }
  a.quick-to-contact2 {
    display: block!important;
  }
  .navbar_close {
    display: block!important;
  }
  #guide .service_guide > span {
    margin: 0 0 2rem 0;
  }
  #guide .service_guide > span,
  #guide .service_guide > p {
    text-align: center;
  }
  #guide .service_guide > p {
    display: block;
    margin-top: 1rem;
    font-size: 15px;
  }
  #home-1 #dragon_city_video > div {
    position: initial; 
  }
  #guide .service_guide {
    padding: 0 2rem;
  }
  #guide .section01 .section-title h2 {
    margin: 20px 0 10px 0;
  }
  #guide .service_guide strong {
    font-size: 14px;
    text-align: center;
  }
  #guide .service_guide table th {
    padding: 6px;
    font-size: 16px;
  }
  #guide .service_guide table td {
    padding: 6px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
  }
  #guide .content .price > div strong {
    font-size: 13px;
    display: inline-block;
  }
  #guide .content .price > div a {
    display: inline-block;
    font-size: 12px;
  }
  #guide .keep-in-touch p {
    font-size: 14px;
  }
  #guide .section01 .service_guide table tbody tr:nth-child(4),
  #guide .section01 .service_guide table tbody tr:nth-child(5),
  #guide .section01 .service_guide table tbody tr:nth-child(6),
  #guide .section01 .service_guide table tbody tr:nth-child(7),
  #guide .section01 .service_guide table tbody tr:nth-child(8),
  #guide .section01 .service_guide table tbody tr:nth-child(9) {
    display: none;
  }

  #facility .about-victoria .point_spot {
    display: none;
  }
  #about .about-victoria2 .section-title strong {
    font-size: 16px;
    font-weight: normal;
  }
  #service .about-victoria .section-title strong,
  #service .about-victoria2 .section-title strong {
    font-size: 16px;
    font-weight: normal;
  }
  .spa-advantages .section-title h2 {
    margin: 0 0 0 0!important;
  }
  #about .content ul {
    font-size: 16px;
    line-height: 160%;
  }
  #about .about-victoria h2 {
    margin: 0 0 1em;
  }
  #about .about-victoria p {
    margin: 0;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    width: 100%;
    padding: 0;
    clear: both;
  }
  #home-1 .leave-message .right-col .form_wrap {
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    top: initial;
  }
  .simple-page-breadcrumb .breadcrumb {
    font-size: 25px;
    color: #383838;
  }
  .faeture2 #first-box .first-box_wrap strong {
    font-size: 17px;
  }
  a.quick-to-contact {
    padding: 0rem 0 0 1rem;
    font-size: 1.5rem;
  }
  #home-1 .leave-message .right-col .section-title strong {
    display: none;
  }
  #home-1 .leave-message .right-col .section-title h2 {
    margin: 0 0 1rem;
  }
  .about-slider .for_title_wrap > span {
    font-size: 12px;
    display: block;
    padding: 0 4rem;
    height: 75px;
  }
  .beautifull-spa .col:last-child {
    font-size: 12px;
    border-left: none;
  }
  #home-1 .hero .title p {
    font-size: 1.5rem;
  }
  #home-1 .hero .title h2 br {
    display: none;
  }
  #home-1 .hero .title {
    width: 100%;
  }
  #home-1 .hero .title h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 130%;
    margin: 1rem 0;
    letter-spacing: 1px;
    width: 100%;
  }
  #home-1 .about-slider .for_title_wrap {
    padding: 0;
    height: 140px;
  }
  #guide .last_section .fp-tableCell {
    height: 85vh!important;
  }
  #guide .last_wrap {
    height: 85vh;
    min-height: 85vh;
  }
  #guide .keep-in-touch .content span {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  #guide .keep-in-touch > .container {
    padding-top: 64px;
  }
  #guide .keep-in-touch .content .col-sm-4 h3 {
    font-size: 18px;
  }
  #guide .keep-in-touch .content span i {
    width: 50px;
    height: 50px;
  }
  #guide .keep-in-touch .content {
    display: flex;
    flex-direction: row;
  }
  #guide .keep-in-touch .content > div:first-child {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #guide .keep-in-touch .content > div:last-child {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #guide .keep-in-touch .content > div > div {
    width: 100%;
  }
  #guide .keep-in-touch .btn-default {
    width: 100%;
  }
  #about .mobile_hide {
    display: block;
    margin-top: 34px;
    height: 68vh;
  }
  #about .mobile_hide img {
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  #about .mobile_hide .m_hover {
    position: absolute;
    top: 0;
    padding: 7rem 6rem;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  #about .mobile_hide .m_hover div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 200%;
  }
  #about-victoria .container > div:nth-child(2) > div:first-child > strong {
    position: initial;
    text-align: center;
  }
  #about .mobile_hide .m_hover div h3 {
    font-size: 25px!important;
    text-align: center;
  }
  #about .mobile_hide .swiper-slide {
    width: 100%!important;
  }
  #about .mobile_hide .swiper-slide:hover .m_hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
	  transition: all 0.5s ease-in-out;
  }
  #about-victoria .container > div:nth-child(2) > div:nth-child(2) {
    margin: 0;
  }
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1), 
  #about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    transform: initial!important;
    margin: 0;
    padding: 0;
    transition: initial!important;
  }
  /* #facility .about-victoria .container div:nth-child(2) > div:first-child, #about-victoria .container > div:nth-child(2) > div:first-child {
    height: 25vh!important;
  } */
  #about-victoria .container > div:nth-child(2) > div:first-child .btn_wrap {
    width: 100%;
  }
  #about #about-victoria .container > div:nth-child(2) > div:first-child {
    margin-top: 2rem;
  }
  #about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(2),
  #about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
    display: none;
  }
  #facility .about-victoria .container div:nth-child(2) > div:first-child, #about-victoria .container > div:nth-child(2) > div:first-child {
    height: initial;
    width: 100%;
    margin: 0;
  }
  #about .about-victoria .container div:nth-child(2) > div:first-child > ul {
    margin-bottom: 0;
  }
  #about .pc_hide,
  #about .spa_special .pc_hide > div {
    display: none!important;
  }
  #about .spa_special .special_wrap > div:hover > div {
    display: none;
  }
  #about .spa_special .special_wrap > div {
    width: 100%;
    height: 68vh;
    margin-top: 34px;
  }
  #about .spa_exparts .content ul {
    line-height: 170%;
    text-align: left;
    list-style: disc;
    margin-left: 2rem;
  }
  #about .content > div:last-child {
    margin-top: 0;
  }
  #facility #facility_popup1, 
  #about #facility_popup1, 
  #facility #vip_popup, 
  #facility #born_popup, 
  #facility #garden_popup, 
  #facility #info_popup,
  #facility #dragon_popup {
    width: 90%;
    height: 90%;
    margin-top: 34px;
  }
  #facility #tab_btn ul li a, 
  #about #tab_btn2 ul li a, 
  #facility #tab_btn2 ul li a, 
  #facility #tab_btn3 ul li a, 
  #facility #tab_btn4 ul li a, 
  #facility #tab_btn5 ul li a,
  #facility #tab_btn6 ul li a {
    padding: 1rem 0;
    text-align: center;
  }
  #facility .skygarden .fp-tableCell > div > div ul li {
    line-height: 1;
    list-style: none;
  }
  #facility #tab_btn, 
  #about #tab_btn2, 
  #facility #tab_btn2, 
  #facility #tab_btn3, 
  #facility #tab_btn4, 
  #facility #tab_btn5,
  #facility #tab_btn6 {
    bottom: 0;
    padding: 2rem 0;
  }
  #facility .skygarden .fp-tableCell > div {
    background-size: cover;
    height: 85vh;
  }
  #facility .skygarden .fp-tableCell > div > div.text_wrap {
    top: calc(50% + 34px);
    left: 50%;
    width: 90%;
    height: 500px;
    transform: translate(-50%, -50%);
    padding: 0 3rem;
  }
  #facility .section {
    height: 85vh!important;
    min-height: 85vh;
  }
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(1) {
    text-align: center!important;
  }
  #facility .about-victoria2 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    width: 100%;
    position: relative;
    top: 0;
    left: 0!important;
    transform: initial!important;
    margin-bottom: 2rem!important;
  }
  #facility .about-victoria3 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    width: 100%;
    position: relative;
    top: 0;
    left: 0!important;
    transform: initial!important;
  }
  #facility .about-victoria3 .container div:nth-child(2) > div:first-child .btn_wrap {
    margin-top: 2rem!important;
    width: 100%;
  }
  #facility .popup_btn3,
  #facility .popup_btn5,
  #facility .popup_btn6 {
    width: 100%;
  }
  #facility .about-victoria2 .container div:nth-child(2) > div:first-child .btn_wrap {
    width: 100%;
  }
  #about .about-victoria2 .icon,
  #service .about-victoria .icon,
  #service .about-victoria2 .icon,
  #service .about-victoria3 .icon {
    margin-top: 0;
  }
  #about .about-victoria2 .icon li h4,
  #service .about-victoria .icon li h4,
  #service .about-victoria2 .icon li h4,
  #service .about-victoria3 .icon li h4 {
    font-size: 1.2rem;
    margin-top: 1rem;
    letter-spacing: -1px;
  }
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1), 
  #about-victoria .container > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    height: 250px!important;
    background-size: contain;
  }
  #facility .about-victoria4 .container div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
/*    display: none;*/
  }
  #facility .about-victoria .container div:nth-child(2) > div:first-child .btn_wrap {
    margin-top: 2rem;
  }

  #facility .about-victoria .container div:nth-child(2) > div:first-child > strong, 
  #about .about-victoria .container div:nth-child(2) > div:first-child > strong, 
  #facility .skygarden strong {
    font-size: 17px;
    line-height: 170%;
  }
  #facility .about-victoria .fp-tableCell > .container {
    padding-top: 3rem;
  }
  #facility .about-victoria3 .container div:nth-child(2) > div:first-child > strong span {
    letter-spacing: -1px!important;
  }
  #facility .about-victoria .container div:nth-child(2) > div:first-child > strong span,
  #about .about-victoria .container div:nth-child(2) > div:first-child > ul, 
  #facility .skygarden strong span {
    font-size: 15px!important;
    line-height: 150%;
    margin-top: 1rem;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 0;
  }
  #facility .new_wrap  .about-victoria .container strong span {
    letter-spacing: -2px!important;
  }
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(2),
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
    display: none;
  } 
  #facility .about-victoria .container div:nth-child(2) > div:first-child > strong {
    position: initial;
  }
  #facility .about-victoria .point_spot {display: none;}
  #about .about-victoria2 .icon li,
  #service .about-victoria .icon li,
  #service .about-victoria2 .icon li {
    width: 27%;
    height: initial;
    border-radius: 50%;
    margin-bottom: 1rem;
  }
  #service .about-victoria3 .icon li {
    width: 27%;
    height: initial;
    border-radius: 50%;
    margin-bottom: 1rem;
  }
  #about .about-victoria2 .icon li,
  #service .about-victoria .icon li,
  #service .about-victoria2 .icon li,
  #service .about-victoria3 .icon li {
    margin-right: 2%;
  }
  #about .about-victoria2 .icon li a > div,
  #service .about-victoria .icon li a > div,
  #service .about-victoria2 .icon li a > div,
  #service .about-victoria3 .icon li a > div {
    display: none;
  }
  #service .about-victoria3 {
    height: 45.5vh;
  }
  #about #last_wrap > div  > div > section > .container2 {
    height: 56.5vh;
  }
  #about .fun-fact .about-victoria .container {
    padding-top: 85px;
  }
  .spa-advantages .section-title {
    margin-bottom: 0;
    padding-top: 80px;
  }
  .spa-advantages .section-title p {
    margin-top: 2rem;
  }
  #about #last_wrap .partner {
    margin-bottom: 0;
  }
  #about .partner .container {
    margin-bottom: 0;
  }
  #about .partner .thumbnail img, #home-1 .partner .thumbnail img {
    width: 46%;
  }
  #about .partner .thumbnail, #home-1 .partner .thumbnail {
    height: 40px;
  }
  header .navbar .container {
    width: initial;
  }
  header .navbar-header button {
    margin-right: 0;
  }
  .hero .title h2 span {display: none;}

	.latest-news .content > .col {
		margin-bottom: 50px;
		padding-left: 15px;
	}

	.latest-news .content > .col:last-child {
		margin-bottom: 0;
	}
	
	.latest-news .playfair {
		font-size: 14px;
	}

	.latest-news .news-details h3 {
		font-size: 18px;
		margin: 10px 0 15px;
	}

	.latest-news .links {
		margin-top: 80px;
  }
  footer {
    background-color: #262626;
    height: 34.5vh;
    padding: 20px 0 50px 0;
  }
  #home-1 .leave-message .right-col {
    background-color: #f1e3c4;
    padding: 0 35px 0 35px;
    height: 50.5vh
  }
  #home-1 .leave-message .form-inline .col label {
    font-size: 14px;
  }
  #home-1 .leave-message .form-inline .col {
    padding: 0 0 0 0;    
  }
  #home-1 .leave-message .form-inline .col:nth-child(1) {
    width: 25%;
    display: inline-block;
  }
  #home-1 .leave-message .form-inline .col:nth-child(2) {
    width: 38%;
    display: inline-block;
  }
  #home-1 .leave-message .form-inline .col:nth-child(3) {
    width: 35%;
    display: inline-block;
    float: right;
  }
  #home-1 .leave-message .right-col .section-title p {
    display: none;
  }
  #home-1 .leave-message .right-col .section-title {
    padding: 0 0 7.5px 0;
    margin-bottom: 7.5px;
  }
  #home-1 .leave-message .form-inline .col input {
    font-size: 12px;
    line-height: 1;
    padding: 0 10px;
  }
  #home-1 .news-shop .h-342 {
    height: 250px!important;
  }
  #home-1 .news-shop .shop .thumbnail > div {
    min-height: initial;
  }
  #map #firstHeading {
    margin: 0;
    font-size: 20px!important;
    line-height: 120%;
  }
  #location .map_copy_btn {
    display: block!important;
    margin: 0!important;
  }
  #location .gm-style .gm-style-iw-c {
    max-width: initial!important;
    min-width: initial!important;
    min-height: 151px!important;
    height: 151px!important;
  }
  footer p {
    line-height: 200%;
    font-size: 10px;
  }
  
  footer p .hide {display: none;}
  footer p br {display: none;}
  footer p .next_line2 {display: block;}
  #location .gm-style .gm-style-iw-d {
    padding: 0 2rem 0 0!important;
  }
  #location #mapAddr {
    margin: 1rem 0;
    display: block;
  }
  .footer_text .col-xs-12:first-child {
    margin-bottom: 1rem!important;
  }
  #fullpage > section
  #home-1 .big-img1:hover .item-1,
  #home-1 .big-img2:hover .item-2,
  #home-1 .big-img3:hover .item-3 {
    -webkit-transform: initial;
    transform: initial;
  }
  #home-1 .fp-tableCell {
    vertical-align: bottom!important;
    height: 100%!important;
  }
  #about .fp-tableCell {
    height: 100%!important;
  }
  #about .fun-fact .fp-tableCell {
    vertical-align: middle!important;
  }
  #about .about-victoria .fp-tableCell {
    vertical-align: bottom;
  }
  #about .banar2 .fp-tableCell {
    vertical-align: middle;
  }
  #service .fp-tableCell {
    height: 100%!important;
  }
  #about .banar3 .fp-tableCell,
  #about .banar .fp-tableCell,
  #service .banar .fp-tableCell,
  #facility .banar .fp-tableCell,
  #facility .fp-tableCell {
    vertical-align: middle!important;
    height: 85vh!important;
  }
  #facility .new_wrap .fp-tableCell {
    vertical-align: bottom!important;
  }
  .banar3 .col-sm-12 span,
  .banar .col-sm-12 span,
  .banar2 .col-sm-12 span {
    font-size: 1.5rem!important;
  }
  #service .banar .row .col-sm-12 {
    width: 85%;
    margin: 0 auto;
  }
  #about .banar3 .col-sm-12 h2,
  #about .banar .col-sm-12 h2,
  #service .banar .col-sm-12 h2,
  #guide .banar .col-sm-12 h2,
  #about .banar2 .col-sm-12 h2 {
    margin-bottom: 0;
  }
  #home-1 .form-inline div:nth-child(5),
  #home-1 .form-inline div:nth-child(6) {
    display: inline-block;
  }
  #home-1 .form-inline div:nth-child(6) {float: right;}
  #home-1 .form-inline div.clearfix {display: none;}
  #home-1 .leave-message .form-inline input[type="submit"] {
    margin-top: 0;
    padding: 0 1.5rem;
    font-size: 12px!important;
    line-height: 1;
    height: 24px!important;
  }

  #about #left-member .thumbnail .img-frame img {
    width: 30%;
  }
  #about .exparts h2 {
    margin: 0;
  }
  #about .fun-fact > div > div.container {display: none;} 
  
  #facility .about-victoria .container div:nth-child(2), 
  #about-victoria .container > div:nth-child(2) {
    flex-direction: column-reverse;
    padding: 0!important;
    margin: 0!important;
  }
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(2), 
  #facility .about-victoria .container div:nth-child(2) > div:nth-child(1), 
  #about-victoria .container > div:nth-child(2) > div:nth-child(2) {
    position: relative;
    height: initial;
    padding: 0;
    width: 100%;
  }
  #facility .about-victoria .section-title,
  #facility .about-victoria2 .section-title,
  #facility .about-victoria3 .section-title {
    height: 80px;
  }
  #facility .btn_cont {
    display: none!important;
  }

  #about #last_wrap .product > .container > .row #tab_wrap #tab1 .img_wrap,
  #about #last_wrap .product > .container > .row #tab_wrap #tab2 .img_wrap,
  #about #last_wrap .product > .container > .row #tab_wrap #tab3 .img_wrap {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
  }
  #about #last_wrap .product > .container > .row #tab_wrap .text_wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: initial;
    margin-top: initial;
    background: rgba(0, 0, 0, .5);
    color: #fff;
  }

  #guide .keep-in-touch {
    height: 50.5vh;
  }
  
  #about #last_wrap .product > .container > .row #tab_wrap .text_wrap h3 {
    font-size: 25px;
  }
  #about #last_wrap .product > .container > .row #tab_wrap .text_wrap p {
    font-size: 16px;
  }
  #about #last_wrap .product > .container > .row #tab_wrap .text_wrap strong {
    font-size: 14px;
  }
  #about #last_wrap .product > .container > .row #tab_btn .btns {
    display: flex;
    justify-content: space-between;
  }
  #about #last_wrap .product > .container > .row #tab_btn .btns li {
    height: fit-content;
    padding: 0;
  }
  #about #last_wrap .product > .container > .row #tab_btn .btns li a {
    width: initial;
    height: initial;
    border-radius: 0;
  }
  #about #last_wrap .product > .container > .row #tab_wrap .text_wrap img {
    display: none;
  }
  #about #last_wrap .product > .container > .row #tab_btn .btns li a span.hide {
    display: none;
  }
  #about #last_wrap .product > .container > .row {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #about #last_wrap .product > .container > .row #tab_btn {
    width: 100%;
    flex-direction: row;
  }
  #about #last_wrap .product > .container > .row #tab_btn .btns {
    height: initial;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #about #last_wrap .product > .container > .row #tab_wrap {
    width: 100%;
    margin-bottom: 0;
  }
  #about #last_wrap .product > .container > .row #tab_wrap {
    height: 28vh;
  }
  #about #last_wrap .product > .container > .row #tab_wrap > div {
    height: 28vh;
  }
  #about #last_wrap .product {
    height: 60.5vh;
    position: relative;
  }
  #about #last_wrap .product h2 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 500px) {
	/*date*/
	.latest-news .date {
		width: 50px;
		height: 70px;
		border-radius: 5px;
	}

	.latest-news .date div {
		font-size: 25px;
	}

	.latest-news .date div p {
		margin: 0;
		line-height: 15px;
	}

	.latest-news .date div span {
		font-size: 14px;
	}


	/*news-details*/
	.latest-news .news-details {
		padding: 0 0 0 25px;
	}

	.latest-news .playfair {
		font-size: 15px;
	}

	.latest-news .news-details h3 {
		font-size: 18px;
		margin: 1em 0;
	}
}

/* IR 효과 */
.ir_su {overflow: hidden; position: absolute; width: 0; height: 0; line-height: 0; text-indent: -9999px;}/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
.ir_pm {display: block; overflow: hidden; font-size: 0; text-indent: -9999px;}/* 의미있는 이미지의 대체 텍스트를 제공하는 경우 */

/* popup */
#gbacPopup
,#gbacPopup2{
    position: absolute;
    top: 8rem;
    left: 4rem;
    z-index: 9999;
	text-align: center;
}
	
	#gbacPopup2 {
    left: 45rem;
	}

#gbacPopup > table 
,#gbacPopup2 > table{
	border-spacing: 2px;
	background: #fff;
	padding-top: 5px;
	border: 1px solid rgb(204, 204, 204);
}
#gbacPopup > table > tbody > tr > td img
,#gbacPopup2 > table > tbody > tr > td img{
	display: block;
}
#gbacPopup > table > tfoot > tr > td
,#gbacPopup2 > table > tfoot > tr > td{
	background: #fff;
	text-align: right;
}
#gbacPopup > table > tfoot > tr > td > form > fieldset
,#gbacPopup2 > table > tfoot > tr > td > form > fieldset{
	border: none;
	padding: 5px;
}
#gbacPopup > table > tfoot > tr > td > form input,
#gbacPopup > table > tfoot > tr > td > form span,
#gbacPopup > table > tfoot > tr > td > form label,
#gbacPopup2 > table > tfoot > tr > td > form input,
#gbacPopup2 > table > tfoot > tr > td > form span,
#gbacPopup2 > table > tfoot > tr > td > form label{
	font-size: 12px;
	vertical-align: middle;
}
#gbacPopup > table > tfoot > tr > td > form span a
,#gbacPopup2 > table > tfoot > tr > td > form span a{
	vertical-align: middle;
    color: #565656;
}
#gbacPopup > table > tfoot > tr > td > form label 
,#gbacPopup2 > table > tfoot > tr > td > form label {
	margin-right: 50px;
    margin-bottom: 0;
}
#gbacPopup > table > tfoot > tr > td > form input
,#gbacPopup2 > table > tfoot > tr > td > form input{
	margin-right: 10px;
    margin-top: 0;
}

@media (max-width: 768px) {
  #gbacPopup
  ,#gbacPopup2{
  	position:fixed;
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
  }
  
	
	#gbacPopup {
/*    top:500px;*/
/*		display:none;*/
	}

  #gbacPopup > table,
  #gbacPopup2 > table {
    width: 100%;
	display:block;
  }
  #gbacPopup2 > table {
/*    height:125%;*/
}
  #gbacPopup > table caption,
  #gbacPopup2 > table caption {
    padding: 0!important;

  }
  #gbacPopup > table > tbody > tr > td img,
  
  #gbacPopup2 > table > tbody > tr > td img {
    width: 100%;
/*    position: absolute;*/
    top: 0;
  }
}

/* 레이어 팝업 */
#layer {
    position: fixed;
    right: 50%;
    top: 50%;
    width: 50%;
    border: 10px solid #dceff7;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 40%);
    z-index: 999;
    background: #fff;
    transform: translate(50%, -50%);
}
#layer img {
    width: 80%;
    display: block;
    padding: 2rem;
    margin-left: 10%;
    background: #fff;
}
#layer .close_btn {position: absolute; right: 20px; top: 20px; background: #0093bd; padding: 1px 6px; color: #fff; z-index: 1999;}
#layer .close_btn:hover {text-decoration: underline;}

.layer_btn img {
    display: block;
    width: 100%;
}



#product_pc{display:block;}

#product_mo{display:none;}

@media only screen and (max-width: 767px) {
#product_pc{display:none;}
#product_mo{display:block;}

}

#hero-slider .owl-carousel {
	position: relative;
	height: 100%;
}

@media (min-width: 1200px){
	.exparts .container {
		width: 45%;
	}
	.exparts .swiper-wrapper.disabled {
		transform: translate3d(0px, 0, 0) !important;
	}
}
strong#cpangyo{font-size:16px;}
@media only screen and (max-width: 500px) {
	strong#cpangyo{font-size:11px;}
}