/*ax5 calendar custom start */
#ax5CalendarWrap {
    width: 296px;
    z-index: 1;
    position: absolute;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 4px;
    background: #fff;
}
#ax5CalendarWrap .ax5-ui-calendar .calendar-control {
	border: none;
    margin-bottom: 0;
    height: 30px !important;
    line-height: 30px !important;
}
#ax5CalendarWrap tbody td.select {
	background: #04beb0 !important;
	border-radius: 50%;
}
#ax5CalendarWrap tbody .hover-on:hover {
	background: #e0e0e0;
	border-radius: 50%;
} 
#ax5CalendarWrap .date-display {
	background: #fff;
	height: 30px !important;
}
#ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody td .calendar-item-day.live, #ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody th .calendar-item-day.live {
    background: transparent;
}
#ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody td, #ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody th {
	width: 40px !important;
	height: 40px !important;
	line-height: 14px !important;
}
#ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody td .calendar-item-day.live, #ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody th .calendar-item-day.live {
	color: #000;
}
#ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody td .calendar-item-day.live.saturday, #ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody th .calendar-item-day.live.saturday {
	color: #2f5ddc;
}
#ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody td .calendar-item-day.live.sunday, #ax5CalendarWrap .ax5-ui-calendar .calendar-body table tbody th .calendar-item-day.live.sunday {
	color: #dc322f;
}
/*ax5 calendar custom end */

/*loading start*/
.loading-circle{
  	display: inline-block;
  	width: 30px;
  	height: 30px;
  	border-radius: 50%;
  	animation: spin 0.5s ease-in-out infinite;
  	-webkit-animation: spin 0.5s ease-in-out infinite;
	border: 3px solid rgba(255,255,255,.5);
	border-top-color: #000;
	z-index: 100;
}
.loading-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 99;
}
.loading-circle.center{
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

@keyframes spin {
  to { 
  	-ms-transform: rotate(360deg); 
  	-webkit-transform: rotate(360deg); 
  }
}
@-webkit-keyframes spin {
  to {
  	-ms-transform: rotate(360deg); 
  	-webkit-transform: rotate(360deg); 
  }
}
/*loading end*/
.main-header .logo-holder a{
	color: #222;
	font-size: 18px;
}
.footer-logo img{max-width: 180px;}
.main-header .logo-holder a span {
	padding: 10px 0;
    position: relative;
    top: -3px;
    font-weight: 600;
}
.main-header.active .logo-holder a{
	color: #fff;
}
.logo-holder a:focus{
	text-decoration: none;
}
body .slider-container .hero-section-wrap {
    padding-top: 15%;
}
body.main .main-top-images:before {
	display: block;
	position: absolute;
	z-index: 2;
	background-color: #000;
	opacity: 0.3;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
body.main .section-title p {
	float: left;
    width: 100%;
    margin-top: 5px;
	color: #777;
}
body.main .logo-holder a {
	color: #fff;
}
body.main .logo-holder a span {
	color: #fff;
}
.logo-holder a{
	text-decoration: underline;
    text-underline-position: under;
    max-width: 230px;
    max-height: 45px;
    overflow: hidden;
}
.logo-holder a img {
	margin-top: -15px;
	max-height: inherit;
}
body.main .main-header.active .logo-holder a, body.main .main-header.active .logo-holder a span {
	color: #222;
}
.main .logo-holder a:first-of-type, .main .main-header.active .logo-holder a:last-of-type{
	display: inline;
}
.main .logo-holder a:last-of-type, .main .main-header.active .logo-holder a:first-of-type, .logo-holder a:first-of-type{
	display: none;
}
.lightpick__day-of-the-week:nth-of-type(7n+1){
	color: #DC322F;	
}
.lightpick__day-of-the-week:nth-of-type(7n){
	color: #2F5DDC;
}
.lightpick__day.sun{
	color: #DC322F;
}
.lightpick__day.sater{
	color: #2F5DDC;
}
.header-search{
	margin-top: 3px;
    float: right;
    font-size: 18px;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.header-search .search-text{
    height: 100%;
	border: none;
	background: transparent;
	font-size: 14px;
	display: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	color: #fff;
}
.search-close{
	color: #fff;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 48px;
    display: none;	
}
.header-search.active .search-close{
	display: none;
}
.header-search.active .search-close.active{
	display: block;
}
body:not(.main) .header-search .search-text{
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.6);
}
body:not(.main) .main-header .search-close{
	color: #000;
}
.main .main-header.active .search-close{
	color: #000;
}
.header-search:hover{
	opacity: 1;
}
.header-search i{
    background: #000;
    border-radius: 12px;
    color: #04beb0;
    font-size: 18px;
    padding: 10px;
}

.currency-li img{
	width: 20px;
	margin-right: 5px;
}
.noto-kr, .noto-kr *:not(i){
	font-family: 'Noto Sans KR';
}
body {
	letter-spacing: -0.03em !important;
	line-height: 1.4em; 
}
.ko, .ko *{
	letter-spacing: -0.03em !important;
}
.en, .en *{
	letter-spacing: 0em !important;
}
.slider-container-wrap{
	padding:35vh 0;
}
.slider-container-wrap.wide {
	padding: 46vh 0;
}
body .wide .slider-container .hero-section-wrap {
	padding-top: 42vh;
}
a:hover{
	text-decoration: none;
}
.logo-holder a:hover {
	text-decoration: underline;
}
.color{
	color: #04beb0;
}
.bg-color{
	background-color: #04beb0;
}
.padding-null{
	padding: 0px;
}
header .main-menu ul li a{
    font-weight: 400;
    font-size: 16px;
}
header.main-header{
	background-color: #fff;
}
header .logo-holder{
	top: 30px;
	text-align: left;	
}
header .login-header .logo-holder{
	top: 5px;
}
section.lightpick{
	width: auto;
}
.slick-initialized .slick-slide{
	height: 510px;
}
.pagination a{
	cursor: pointer;
}
.to-top{
	text-align: center;
}
.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
    background-color: #04beb0;
}
.lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
    background: #04beb0;
    opacity: 1;
}
.lightpick__day.is-in-range:hover{
	background: rgba(250, 86, 54, 0.5);
}
.lightpick__day.is-in-range {
	background: rgba(250, 86, 54, 0.1);
}
.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
	background: #04beb0;
}


.share-holder.hid-share .share-container{
	min-width: 140px;	
}
a.to-top i, .sw-btn i, .video-box-btn i{
	color: #fff;	
}
.modal-logo-img{
    width: 100px;
    margin-top: -5px;
}
@media only screen and (max-width: 1470px){
	body.main .wide .slider-container .hero-section-wrap {
		padding-top: 12vh;
	}
	.container {
		width: 100%;
	}
	.list-single-header-column .viewed-counter, .list-single-header-column .custom-scroll-link{
		margin-bottom: 10px;
	}
	.user-ul {
		display: none;
	}
	.visible-1064 {
		display: block !important;
	}
	.hidden-1064 {
		display: none !important;
	}
	.header-search .search-text{
		width: 150px;
		color: #000;
		border-bottom:1px solid rgba(0,0,0,0.8);
	}
	.header-search i{
		background: none;
		float: left;
	}
	.header-search {
		float: left;
	}
	.category-ul {
	    margin-top: 0px !important;
	}
	.nav-button-wrap {
		margin-right: 0;
	}
}
@media(max-width: 991px){
	.main-menu {
		top: 90px;
	}
	.container {
		width: 100%;
	}
	.main .logo-holder a:first-of-type{
		display: none;
	}
	.main .logo-holder a:last-of-type{
		display: inline;
	}
}
@media(max-width: 767px){
	.list-single-main-item{
		padding: 20px 10px;
	}
	.reviews-comments-item-text{
		padding: 0 10px;
	}
}
@media(max-width: 382px){
	.list-single-header-column .viewed-counter, .list-single-header-column .custom-scroll-link{
		margin: 10px 4px;
	}
}

/*main.jsp*/
.overlay{
	opacity: 0.3;
}
.main .main-search-input{
	display: none;	
}
.main .main-search-input.active{
	display: block;
}
.main .intro-item.fl-wrap h2, .main .intro-item.fl-wrap h3{
	word-break: break-all;
}
.main .category-box{
	background: #04beb0;
    padding: 20px 0px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0s linear;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
}
.main .category-box:hover{
    background: #333;
}
.main .category-box img{
	height: 60px;
}
.main .category-box p{
    font-size: 14.5px;
    color: #fff;
    font-family: "Noto Sans KR";
    font-weight: 450;
    margin-top: 16px;
    padding-bottom: 0px;
    letter-spacing: 0.6px;
}
.banner-custom{
	cursor: pointer;
}
.banner-custom > div{
	margin-bottom: 20px;
}
body.main .listing-item-grid .listing-item-cat p {
    margin-top: 5px;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
}
.banner-custom .listing-item-grid{
	height: 233px;
}
.banner-custom *{
	border-radius: 8px;	
}
.banner-custom img{
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.main .section-title h2 {
	font-size: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.banner-custom .listing-item-grid .listing-item-cat{
	top: 0;
	padding: 25px;
}
.banner-custom .listing-item-grid .listing-item-cat h3{
	color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.main .card-listing .geodir-category-content h3, .goods .card-listing .geodir-category-content h3{
    height: 3em;
    overflow: hidden;
    font-size: 18px;
}
.main .card-listing .price-label, .goods .card-listing .price-label { 
	position: absolute;
    bottom: 5px;
    right: 18px;
}
.main .card-listing .price-tag, .goods .card-listing .price-tag {
	font-size: 16px;
	font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main .card-listing .price-tag span, .goods .card-listing .price-tag span {
	font-size: 21px;
	font-weight: 600;
	margin-right: 6px;
	display: inline-block;
}
.main .card-listing .list-post-counter{
    right: 15px;
    top: 19px;
}
.main-content-section {
	padding: 100px 0;
}
.text-section .list-single-main-item-title h3 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	padding-top: 30px;
}
.text-section .about-wrap {
    float: left;
    width: 100%;
    margin-bottom: 44px;
}
.text-section .about-wrap .about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.text-section .about-wrap .about-item > div:nth-of-type(1) {
    background: #fff;
    padding: 30px;
}
.text-section .about-wrap .about-item > div:nth-of-type(2) {
    min-height: 40vh;
    background-color: #fff;
}
.text-section .about-wrap .section-separator:before {
	width: 15px;
}
.text-section .about-wrap .bottom-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 15px;
    color: #222;
    cursor: pointer;
}
.text-section .list-single-main-item-title {
	margin-bottom: 15px;
}
.text-section .about-wrap p, .text-section .about-wrap h4 {
    text-align: left;
    float: left;
    width: 100%;
    color: #222;
    opacity: 0.58;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 15px;
}
.main-content-section.banner-section {
	padding: 150px 0;
}
.main-content-section:nth-of-type(2n) {
	background-color: #F9F9F9;	
}
.main-content-section .sw-btn {
    background: transparent;
    border: 0;
    box-shadow: 0px 0px 0px;
    top: 50%;
    opacity: 0.5;
}
.main-content-section .sw-btn.swiper-button-prev {
    left: 10px;
}
.main-content-section .sw-btn.swiper-button-next {
	right: 10px;
}
.main-content-section .sw-btn:hover {
	opacity: 1;
}
.main-content-section .sw-btn i {
	font-size: 45px;
}
.main-content-section .banner-item {
	height: 310px;
}
.main-content-section .banner-item .hero-section-wrap {
    position: absolute;
    top: 33%;
}
.main-content-section .slick-arrow {
	display: none !important;
}
.main-content-section .doted-on .slick-dots {
	display: block !important;
	bottom: 5px;
}
.main-content-section .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.5;
}
.main-content-section .slick-dots li.slick-active button {
	opacity: 1;
}
.main-content-section .banner-item .hero-section-wrap h2 {
	font-size: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-weight: 500;
}
.main-content-section .banner-item .hero-section-wrap h3 {
	font-weight: 300;
    opacity: 0.7;
    font-size: 14px;
}
.main .card-listing .list-post-counter.quote{
    background: #3fb423;
}
.main .card-listing .list-post-counter.quote span,
.main .card-listing .list-post-counter.discount span{
	font-family: "Noto Sans KR";
    font-weight: 300;
    letter-spacing: 0.6px;
    padding: 0px 19px;
    font-size: 12px;
}
.main .card-listing .list-post-counter.discount{
    background: #d14242;
}

.main .card-listing .geodir-category-location .short-info{
    color: #999;
    position: relative;
    padding-bottom: 0px;
}
.main .card-listing .geodir-category-location .short-info span{
	padding-right: 20px;
}
.main .card-listing .geodir-category-location .short-info *{
	float: none;
}
.main .card-listing .geodir-category-location .short-info svg{
	fill : #04beb0;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	-ms-vertical-align: sub;
	vertical-align: sub;
}
.main .join-wrap-btn{
	font-size: 13px;
    font-weight: 500;
    color: #a2a2a2;	
}
.card-listing .geodir-category-location i{
	padding-right: 10px;
}
.card-listing .geodir-category-listing{
	margin-bottom: 20px;
	cursor: pointer;
}
.card-listing .geodir-category-listing:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.main .slick-slide.slick-current[onclick] {
	cursor: pointer;
}
.main .main-search-category{
    text-align: left;
  		padding-left: 45px;
}
.main .main-search-category p{
	font-family: 'Noto Sans KR', sans-serif;
	background-color: #000;
	opacity: 0.8;
	padding: 15px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.main .main-search-category p.active, .main .main-search-category p:hover{
	background-color: #04beb0;
	color: #000
}
.main .search-wrap{
    position: absolute;
    top: 350px;
    width: 88%;
    left: 6%;
    z-index: 6;
}
.main .sw-btn{
	z-index: 30;
}
.main .main-search-input:before{
	content: none;
}
.main .main-search-input fl-wrap{
	display: none;
}
.main .main-search-input fl-wrap{
	display: block;
}
.main .main-search-input-item .nice-select .nice-select-search{
	display: none;
}
.main .main-search-input-item .nice-select .list{
	padding-top: 10px;
}
.main .main-search-input-item .nice-select .list::-webkit-scrollbar {
  width: 5px;
}
.main .main-search-input-item .nice-select .list::-webkit-scrollbar-track {
  background: #eee; 
}
.main .main-search-input-item .nice-select .list::-webkit-scrollbar-thumb {
  background: #999; 
}
.main .main-search-input-item .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #666; 
}
.main .slick-dots{
	display: none !important;
}
.main .category-box-wrap{
	margin-top: -70px;
}
.main [name="start_date"], .main [name="start_date"]::placeholder{
	color: #292929;
	font-size: 13px;
    font-family: 'Quicksand', sans-serif;
}
.main .main-search-input{
	margin-top: 0px;
}
.main .trs-btn {
    background: transparent;
    box-shadow: 0px 0px 0px;
    border: 1px solid #fff;
    opacity: 0.51;
    padding: 5px;
    width: 127px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 300;
}
.main .trs-btn:hover {
	opacity: 1;
	background: transparent;
}
.hero-section .intro-item h2{
    overflow: hidden;
    word-break: break-all;
    font-family: "Gmarket Sans";
    font-size: 32px;
    font-weight: 400;
}
.hero-section .intro-item p {
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
	font-weight: 300;
	line-height: 1.3em;
}
.hero-section .intro-item a {
	border: 1px solid #fff;
    border-radius: 20px;
    width: 193px;
    display: inline-block;
    color: #fff;
    opacity: 0.51;
    padding: 8px;
    font-size: 14px;
    font-weight: 300;
}
.main .hero-section .intro-item a:hover {
	opacity: 1;
}
.main .hero-section .slick-dots {
	display: block !important;
}
.main .hero-section .slick-dots li {
    width: 15px;
    height: 15px;
}
.main .hero-section .slick-dots li button {
	width: 9px;
    height: 9px;
}
.main .hero-section .slick-dots .slick-active button, .main .hero-section .slick-dots li:hover button {
	background: #fff;
}

@media (max-width: 991px){
	.main .search-wrap{
		width: 100%;
		left: 0;
	}
	.banner-custom .listing-item-grid{
		height: 180px;
	}
	.main .intro-item.fl-wrap h3{
		font-size: 16px;
	}
	.main .hero-section .intro-item h2{
	    height: 2.4em;
	    overflow: hidden;
	    word-break: break-all;
	    line-height: 40px;
	}
	.main .slider-container-wrap .sw-btn{
		display: none;	
	}
	.main .logo-holder a {
		color: #04beb0;
	}
}
@media only screen and (max-width: 1324px) and (min-width: 1065px){
	.main .slider-container-wrap .sw-btn{
		top: 80%;
	}
}
@media (min-width: 769px){
	.main .main-search-input-item.type-B {
		width: 25%;
	}
}
@media (max-width: 991px){
}
@media (max-width: 768px){
	.main .search-wrap{
		top: 230px;
	}
	.banner-custom .listing-item-grid{
		height: 170px;
	}
	
}
@media (max-width: 767px){
	.main .category-box{
		margin-bottom: 22px;
	}
}
@media (max-width: 499px){
	.about-wrap .col-md-8 .slider-container-wrap2{
		height: 310px !important;
	}
	.slick-initialized .slick-slide{
		height: 310px !important;
	}
	.main .hero-section .intro-item h2{
		line-height: 35px;
	}
	.search-wrap > .container{
		padding: 0px;
	}
	.banner-custom > div{
		width: 100%;
	}
	.banner-custom .listing-item-grid{
		height: 250px;
	}
	.main .main-search-category p{
	    padding: 5px;
	    font-size: 13px;
	}
	.main .main-search-category{
		padding-left: 10px;
	}
	.main .category-box-wrap{
		margin-top: 60px;
	}
}
@media (max-width: 400px){
	.banner-custom .listing-item-grid{
		height: 160px;
	}	
}

/* goods.jsp */
.goods .card-listing .list-post-counter{
    right: 15px;
    top: 19px;
}
.goods .card-listing .list-post-counter.quote{
    background: #3fb423;
}
.goods .card-listing .list-post-counter.quote span,
.goods .card-listing .list-post-counter.discount span{
	font-family: "Noto Sans KR";
    font-weight: 300;
    letter-spacing: 0.6px;
    padding: 0px 19px;
    font-size: 12px;
}
.goods .card-listing .list-post-counter.discount{
    background: #d14242;
}
.goods .card-listing .geodir-category-location .short-info{
    color: #999;
    position: relative;
    padding-bottom: 0px;
}
.goods .card-listing .geodir-category-location .short-info span{
	font-size: 14px;
	padding-right: 20px;
}
.goods .card-listing .geodir-category-location .short-info *{
	float: none;
}
.goods .card-listing .geodir-category-location .short-info svg{
	fill : #04beb0;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	-ms-vertical-align: sub;
	vertical-align: sub;
}

/* room.jsp, coupon-main.jsp */
.goods-detail .reviews-comments-wrap{
    width: 100%;
    margin-top: 0px;
}
.goods-detail section.lightpick{
	z-index: 10;	
}
.goods-detail .anchor-nav-wrap a:hover, .goods-detail .anchor-nav-wrap a.active{
	color: #04beb0;
}
.goods-detail .time-select{
    float: left;
    border: 1px solid #eee;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 55px;
    border-radius: 6px;
    color: #666;
    font-size: 13px;
    -webkit-appearance: none;
    margin-bottom: 20px;	
}
.goods-detail .reviews-comments-item{
	padding-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.goods-detail .reviews-comments-item-text h4{
	padding-bottom: 9px;
}
.goods-detail .reviews-comments-item a{
    font-size: 14.5px;
    font-weight: 600;
    color: #666;
}
.goods-detail .comment_more-btn{
	border: none;
    background: #aeaeae;
    opacity: 0.4;
    cursor: default;
}
.goods-detail .reviews-comments-item-text .listing-rating{
    float: left;
    margin-bottom: 15px;
}
.goods-detail .reviews-comments-item-text .listing-rating i{
	font-size: 14px;
	margin-right: 1px;
	margin-top: 2px;
}
.goods-detail .reviews-comments-item-text .listing-rating .reg-date{
    margin-left: 8px;
    font-weight: 500;
    color: #666;
}
.goods-detail #reviewForm .review-btn{
	background-color: #04beb0;
    width: 200px;
    text-align: center;
    padding: 15px 0px;
    padding-right: 20px;
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 12.5px;
    color: #fff;
    border:none;
}
.goods-detail .fa-paper-plane-o{
    position: absolute;
    left: 150px;
    bottom: 38px;
    color: #fff;
}
.goods-detail .comment_more-btn:hover{
	background: #aeaeae;
}
.goods-detail .comment_more-btn.active{
	opacity: 1;
	background: #04beb0;
	cursor: pointer;
}

.goods-detail .comment_more-btn.active:hover, .goods-detail #reviewForm .review-btn:hover {
    background: #2F3B59;
}
.goods-detail .reviews-comments-item .reviews-comments-item-text p{
    font-size: 12px;
    line-height: 16px;
    color: #999;
    word-break: break-all;
}
.goods-detail .accordion{
	display: none;
}
.goods-detail .accordion-inner{
    margin-top: -15px;
    padding: 20px 15px 0px 15px;
}
.goods-detail .accordion a{
	text-decoration: none;
}
.goods-detail .list-single-header-contacts li a{
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    cursor: default;
}
.goods-detail .list-single-header-contacts li a:hover{
	color: #fff;
}
.goods-detail .discount-wrap{
	margin-bottom: 15px;
}
.goods-detail .discount-wrap a{
	cursor: default;
    font-family: "Noto Sans KR";
    font-weight: 200;
    letter-spacing: 0.6px;
    padding: 9px 27px;
    font-size: 12px;
    height: 35px;
    background: #d14242;
}
.goods-detail .quote-wrap{
	margin-bottom: 15px;
}
.goods-detail .quote-wrap a{
	cursor: default;
    font-family: "Noto Sans KR";
    font-weight: 200;
    letter-spacing: 0.6px;
    padding: 9px 27px;
    font-size: 12px;
    height: 35px;
    background: #3fb423;
}
.goods-detail .list-single-header-contacts{
	margin-top: 18px;
}
.goods-detail .share-holder.hid-share .share-container{
	background-color: #333;
}
.goods-detail .share-holder.hid-share .share-container:after{
	border-top-color: #333;
}
.goods-detail .accordion span.opt-name{
	font-size: 16px;
    font-family: "Noto Sans KR";
    font-weight: 600;
    color: #333;
}
.goods-detail .accordion span.opt-price{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    float: right;
    margin-right: 50px;
    letter-spacing: -1.3px;
}
.goods-detail .accordion .act-accordion span.opt-price{
	color: #fff;
}
.goods-detail .accordion .select-btn{
    padding: 5px;
    font-size: 11px;
    background: #04beb0;
    border: 1px solid #fff;
    opacity: 0.8;
    border-radius: 3px;
    float: right;
    color: #fff;
}
.goods-detail .accordion .toggle.act-accordion .select-btn{
    color: #04beb0;
    border-color: #04beb0;
    opacity: 1;
}
.goods-detail .accordion .select-btn:hover{
	opacity: 1;
}
.goods-detail ins{
	text-decoration: underline;
}
.goods-detail section.no-top-padding{
	padding: 20px 0;	
}
.goods-detail .list-single-facts{
	background: #fff;
	text-align: left;
}
.goods-detail .top-intro p{
	font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px;
}
.goods-detail .top-intro p.text-wrap{
	margin-right: 60px;
}
.goods-detail .top-intro i{
	font-size: 22px;
	color: #999;
    vertical-align: middle;
    margin-right: 6px;
}
.goods-detail .top-intro .intro-title{
	color: #333;
}
.goods-detail .top-intro .intro-content{
	color: #666;
    font-weight: 300;
    line-height: 26px;
}
.goods-detail .outer-title{
    font-size: 18px;
    font-family: "Noto Sans KR";
    font-weight: 500;
    text-align: left;
    color: #04beb0;
    margin-bottom: 9px;
    float: left;
    letter-spacing: -2px;
}
.goods-detail .details-wrap div{
	text-align: left;
}
.goods-detail .list-single-main-item p{
    font-family: 'Noto Sans KR';
    color: #737373;
    font-size: 14px;
    font-weight: 350;
    line-height: 25px;
    letter-spacing: 0;
}
.goods-detail .icon-m-l{
	margin-right: 10px;
}
.goods-detail .icon-m-s{
	margin-right: 3px;
}
.goods-detail .alarm-clock{
    width: 18px;
    height: 18px;
    margin-left: -3px;
    vertical-align: sub;
}
.goods-detail .list-single-main-item.type-box{
	padding: 30px 15px;
}
.goods-detail .list-single-main-item.type-box > div{
	margin: 0px;
}
.goods-detail .list-single-main-item.type-box > div > div{
	padding: 0px 13px;
}
.goods-detail .list-single-main-item.type-box .text-box_booking-arrow{
	padding: 0px;
}
.goods-detail .quantity-item{
	float: left;
}
.goods-detail .quantity p{
	letter-spacing: 0.6px;
	text-align: left;
	color: #cccccc;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: 4px;
}
.goods-detail .opt-count-wrap{
	text-align: right;
}
.goods-detail .custom-form .quantity i{
	margin-top: 2px;
    position: absolute;
    pointer-events: none;
}
.goods-detail .anchor-nav-wrap a.active{
	color: #04beb0;
}
.goods-detail .text-box_booking-head{
    background: #00b3ad;
}
.goods-detail .text-box_booking .text-box_booking-head p{
    color: #fff;
    padding: 0px;
    text-align: center;
    font-size: 13.5px;
    opacity: 0.9;	
    padding: 3.5px;
}
.goods-detail .text-box_booking-body{
	height: 140px;
    background: #f6f6f6;
    padding: 10px 3px;
}
.goods-detail .text-box_booking .text-box_booking-body p{
    font-size: 11.5px;
    color: #666;
    line-height: 16px;
    font-weight: 450;
    letter-spacing: -0.1px;
}
.goods-detail .text-box_booking-body span{
    font-size: 11.5px;
    color: #666;
    line-height: 16px;
    font-weight: 550;	
}
.goods-detail .list-single-main-item.type-box .text-wrap{
	margin-top: 12px;
}
.goods-detail .text-wrap ins{
	font-weight: 500;
}
.goods-detail .text-wrap p{
	font-size: 14px;
	font-weight: 300;
}
.goods-detail .color-green{
	color: #008052;
	font-weight: 500;
}
.goods-detail .gallery-item img{
	max-height: 147px;
}
.goods-detail .calendar-wrap{
    text-align: left;
    margin: 0px;
    background: #fff;
    border-radius: 6px;
    width: 295px;
}
.goods-detail .calendar-label{
    position: absolute;
    top: 15px;
    left: 32px;
    pointer-events: none;
}
.goods-detail .calendar-wrap .fa-calendar-check-o{
    color: #04beb0;
}
.goods-detail div.datedropper.primary,
.goods-detail .pick-sl:before, 
.goods-detail div.datedropper.primary .pick-lg-h, 
.goods-detail div.datedropper.primary .pick-m, 
.goods-detail div.datedropper.primary .pick-submit, 
.goods-detail div.datedropper.primary:before{
	background-color: #04beb0 !important;
}
.goods-detail div.datedropper.primary .pick li span, 
.goods-detail div.datedropper.primary .pick-btn,
.goods-detail div.datedropper.primary .pick-lg-b .pick-wke, 
.goods-detail div.datedropper.primary .pick-y.pick-jump{
	color: #04beb0;
}
.goods-detail .list-single-main-item.type-B{
	margin: 10px 0px 35px;
	padding: 0px;
}
.goods-detail .side_price-box{
	padding: 0px 25px;
    padding-top: 21px;
    background: #f2f2f2;
    margin-bottom: 28px;
    border-radius: 6px 6px 0px 0px;	
}
.goods-detail .side_price-box .price-text {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    font-weight: 800;
    padding-bottom: 8px;
}
.goods-detail .side-box .side_price-box .option-name{
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans KR";
    color: #333;
}
.goods-detail .side-box .side_price-box .option-detail{
    line-height: 20px;
    padding-bottom: 21px;	
}
.goods-detail .side-box .side_price-box .option-detail span{
	font-family: "Noto Sans KR";
	font-size: 14px;
	color: #999;	
    line-height: 24px;
    margin-right: 12px;
}
.goods-detail .side-box .side_price-box .option-detail .adult-count,
.goods-detail .side-box .side_price-box .option-detail .student-count,
.goods-detail .side-box .side_price-box .option-detail .child-count,
.goods-detail .side-box .side_price-box .option-detail .baby-count {
	margin-right: 0px;
}
.goods-detail .side_price-box .price-text span {
    color: #afafaf;
    font-weight: 400;
    font-size: 14px;
}
.goods-detail .side-box .side_booking-box span{
    font-family: "Noto Sans KR";
    font-weight: 300;
    font-size: 12px;
    color: #ccc;
    float: left;
}
.goods-detail .side-box .side_booking-box .total-price{
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: right;
    padding-bottom: 15px;
    letter-spacing: -1.3px;
}
.goods-detail .side_booking-box {
    padding: 0px 15px;
}
.goods-detail .booking-btn {
	font-family: 'Noto Sans KR';
    display: block;
    background-color: #AEAEAE;
    padding: 17.5px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 21px;
    border: 1px solid #AEAEAE;
    opacity: 0.4;
    cursor: pointer;
}
.goods-detail .booking-btn.active{
	color: #fff;
	border-color: #04beb0;
	background: #04beb0;
	opacity: 0.7;
}
.goods-detail .booking-btn.active:hover{
	opacity: 1;
}
.goods-detail .side_booking-box .booking_info-text{
    font-size: 14px;
    padding: 0px 5px;
    padding-bottom: 7px;	
}
.goods-detail .side_booking-box .booking_info-text i{
    color: #ddd;
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}
.goods-detail .side_booking-box .booking_info-text .fa-file{
    font-size: 16px;
    margin-right: 10px;	
}
.goods-detail .list-single-main-item.type-B .booking-count{
    font-size: 13.5px;
    padding: 14px 30px;
    color: #666;
}
.goods-detail .list-single-main-item.type-B .booking-count .svg-fire{
	fill: #ddd;
	width: 18px;
	height: 18px;
	margin-left: -2px;
	margin-right: 8px;
}
.goods-detail .pay-category *{
	opacity: 0.4;
}
.goods-detail .pay-category i{
	font-size: 40px;
    color: #AEAEAE;
}
.goods-detail .pay-category img{
    width: 51px;
    height: 35px;
    -ms-vertical-align: sub;
    vertical-align: sub;
}
.goods-detail .banner-box{
	width: 100%;
    float: left;
    border-radius: 6px;
    height: 115px;
    padding: 15px 20px;
    background-size: contain !important;
    background-position-x: 100% !important;
    background-repeat: no-repeat !important;
    margin-bottom: 27px;
    box-shadow: 0px 3px 0px #eee;
    cursor: pointer;
    background-color: #c4dbe9 !important;
}
.goods-detail .banner-box .star-box{
    position: absolute;
    text-align: left;
    padding: 0px 7px;
}
.goods-detail .banner-box p{
    margin-top: 7px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
    font-family: "Noto Sans KR";
    line-height: 22px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    text-align: left;
}
.goods-detail .mobile-flex-bottom{
    position: fixed;
    bottom: 0px;
	background: #fff;	
    width: 100%;
    padding: 6px;
    z-index: 999;
}
.goods-detail .wish-star-wrap{
	width: 18%;
	float: left;
}
.goods-detail .wish-star-wrap i{
    font-size: 45px;
    margin-top: 5px;
    color: #ddd;
}
.goods-detail .wish-star-wrap.active i{
	color: #04beb0;
}
.goods-detail .option-anchor{
	float: left;
	border-radius: 3px;
    background: #04beb0;
    display: block;
    color: #fff;
    z-index: 5;
    height: 50px;
    padding: 15px 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    width: 80%;
}
.goods-detail .separator-wrap .fw-separator{
    margin-top: 0px;
   	margin-bottom: 40px;	
}
.custom-form .quantity input.minus, .custom-form .quantity input.plus, .goods-detail .custom-form .quantity input.qty{
	width: 33.3%;
	height: 50px;
}
.goods-detail .custom-form .quantity input.qty{
	background-color: #7f7f7f;
    border: 1px solid #7f7f7f;
}
@media (max-width: 1199px){
	.goods-detail .accordion a.toggle{
	    padding: 13px 15px;
	}
	.goods-detail .accordion span.opt-name{
	    width: 320px;
        font-size: 14px;
    	display: inline-block;
	}
	.goods-detail .accordion span.opt-price{
		margin-right: 10px;
		font-size: 16px;
	}
	.goods-detail .side_booking-box .booking_info-text{
	    font-size: 13px;
	    line-height: 16px;
	    padding-bottom: 3px;
	}
}
@media (max-width: 767px){
	.text-section .about-wrap .about-item{
		display: block;
	}
	.goods-detail .accordion span.opt-price{
	    margin-right: 0px;
	}
	.goods-detail .calendar-wrap{
		width: 100%;
	}
	.goods-detail .accordion span.opt-name{
	    margin-bottom: 10px;
	    font-size: 16px;
	    width: 100%;
	}
	.goods-detail .accordion span.opt-price{
		font-size: 18px;
	}
	.goods-detail .accordion a.toggle{
	    padding: 8px 20px;
	}
	.goods-detail .accordion .select-btn{
		display: none;
	}
	.goods-detail .side_booking-box{
		padding: 0 15px;
	}
	.goods-detail .total-price-wrap{
		margin-bottom: 20px;
	}
	.goods-detail .total-price-wrap span{
        font-family: "Noto Sans KR";
	    font-weight: 300;
	    font-size: 12px;
	    color: #ccc;
	}
	.goods-detail .total-price{
		float: right;
	    font-family: "Noto Sans KR";
	    font-size: 24px;
	    color: #333;
	    font-weight: 800;
	    text-align: right;
	    padding-bottom: 15px;
	}
	.goods-detail .booking-btn.active{
		text-align: center;
		padding: 12px;
		font-size: 18px;
	}
}
.main-register h3 .modal-top-text{
    font-family: inherit;
    text-transform: none;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #666;
}
.show-reg-form:before{
	content: none;
}
@media (max-width: 499px){
	.goods-detail .list-single-facts.top-intro{
		padding: 20px 0px;
	}
	.goods-detail .list-single-facts.top-intro div{
		text-align: center;
	    padding: 0px 10px;
	}
	.goods-detail .top-intro p.text-wrap{
		margin-right: 0px;
		padding-bottom: 5px;
	}
	.goods-detail .top-intro p{
	    font-weight: 400;
	    display: block;
	}
	.goods-detail .top-intro .intro-content{
		line-height: 18px;
	}
	.goods-detail .list-single-main-item p{
	    font-size: 14px;
	    line-height: 22px;
	}
	.header-container{
	    width: 100%;
    	padding: 0px;
	}
	.goods-detail .custom-form .quantity i{
		margin-top: -2px;
	}
	.goods-detail .accordion-inner{
		padding: 0px;
		padding-top: 10px;
	}
	.goods-detail .time-select{
	    padding: 10px 20px 10px 45px;
	}
	
	.custom-form .quantity input.minus, .custom-form .quantity input.plus, .goods-detail .custom-form .quantity input.qty{
		height: 40px;
	}
	.goods-detail .opt-count-wrap{
		padding-right: 0px;
	}
}
/*reservation.jsp*/
body.reservation{
	text-align: left;
}
.reservation .hint-text i.right{
	margin-top: -2px;
}
.reservation .pay-category{
	margin-top: 10px;
}
.reservation .pay-category *{
	opacity: 0.4;
    text-align: center;
}
.reservation .pay-category i{
	font-size: 50px;
    color: #AEAEAE;
}
.reservation .pay-category img{
    width: 64.3px;
    height: 42.2px;
    -ms-vertical-align: sub;
    vertical-align: sub;
}
@media (max-width: 767px){
	.reservation .check-label{
		margin-right: 3px;
	}
}

/*faq.jsp*/
.faq .faq-title{
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 15px;
}
.faq .faq-category{
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.faq .faq-category p{
    font-size: 14px;
    cursor: pointer;
    color: #666;
    text-align: left;
    padding-bottom: 0px;
}
.faq .category-title{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    padding-left: 30px;
}
.faq .cate-section{
	display: none;
}
.faq .cate-section.active{
	display: block;
}
.faq .faq-category p:hover, .faq .faq-category p.active{
	color: #04beb0;
}
.faq .faq-wrap{
	background-color: #fff;
	border-radius: 6px;
}
.faq .faq_cate-wrap{
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 2px 3px rgba(0,0,0,0.09);
}
.faq .faq-wrap .accordion-inner{
   	padding: 20px 15px 0px 15px;
}
.faq .accordion{
	padding: 5px 30px;
}
.faq .accordion a.toggle{
	border-color: transparent;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px solid #f4f4f4;
}
.faq .accordion-inner p{
	font-size: 14px;
	color: #000;
}
.faq .faq_cate-wrap > h2{
	font-size: 20px;
	font-weight: 600;
    margin-top: 20px;
}
.faq .faq_cate-wrap .section-separator{
	border-bottom: 1px solid #e9e9e9;
}
.faq .faq_cate-wrap .section-separator:before{
	top: -2px; 
}
@media(min-width: 992px){
	.card-listing .geodir-category-listing{
		height: 476px;
	}
	.main .card-listing .geodir-category-listing, .goods .card-listing .geodir-category-listing{
		height: auto;
	}
	.nav-holder nav li{
		margin-right: 20px;		
	}
	.login-menu{
		float: right;
		display: block;
	}
	.login-menu nav li {
	    float: left;
	    position: relative;
	    margin-left: 36px;
	    height: 70px;
	}
	.header-search{
	    opacity: 0.8;
	}
	.header-search.active{
		opacity: 1;
	}
	.header-search:hover{
		opacity: 1;
	}
	.main .card-listing .geodir-category-content, .goods .card-listing .geodir-category-content {
        padding: 18px;
    	height: 152px;
	}
	.main .gallery-item img, .main .grid-sizer img{
		height: 250px;
	}
	.main header.main-header.active{
		position: fixed;
		background-color: #fff;
		border-bottom: none;
	}
	.main header.main-header.active .nav-holder nav li a,
	.main header.main-header.active .top-header .login-menu > nav > ul > li > a
	{
		color: #494949;	
	}
	.main-header.active .header-search .search-text{
		color: #494949;
	 	border-bottom-color: rgba(0,0,0,0.6);
	}
	.main .nav-holder nav li a:hover, header.main-header.active .nav-holder nav li a:hover{
		color: #04beb0;
	}
	.category-ul {
		margin-top: 15px;
	}
	.login-header .category-ul {
		margin-top: 0px;
	}
	.goods-detail .opt-count-wrap{
		padding-right: 25px;
	}
	.board-faq-section{
		min-height: 75vh;
		padding-top: 70px;
	}
	.goods-detail .custom-form .quantity .add-wrap .add-item:nth-of-type(odd){
		padding-left: 20px;
	}
	.goods-detail .add-wrap .add-item:nth-of-type(odd) .opt-count-wrap{
		padding-right: 0px;
	}
	.goods-detail .custom-form .quantity .add-wrap{
		padding-right: 0px;
	}
	.login-header .btn-reservation-check{
		top:7px;
		right:12px;
	}
	
}

/*agree.jsp, private.jsp*/
.private .tab, .agree .tab{
	margin-top: 40px;
} 
.private .tab a, .agree .tab a{
	font-size: 18px;
	margin-right: 20px;
}
.private .tab a:before, .agree .tab a:before{
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 4px;
    display: none;
}
.private .tab a.active, .agree .tab a.active{
	color: #04beb0;
}
.private .tab a.active:before, .agree .tab a.active:before{
    background-color: #04beb0;
    display: block;
}
@media (max-width: 499px){
	.private .tab a, .agree .tab a{
		font-size: 13px;
	}
}
.refund-table{
	width: 100%;
}
.refund-table tr th{
	background: #fbfbfb;
	color: #333;
	font-weight: 500;
	font-size: 14px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.refund-table tr td{
	color: #333;
	font-weight: 500;
	font-size: 14px;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.bg-img-list{
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}
.bg-category-wrap{
	width: 100%;
	height: 230px;	
}
.bg-category-img{
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
}
.geodir-category-listing:hover .bg-category-img{
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
} 

/* 異붽��샃�뀡 (addopt) css*/
.goods-detail #singleOptWrap .add-item {
    padding-bottom: 10px;
}
.goods-detail #singleOptWrap .add-item:first-of-type {
	padding-top: 12px;
}
.goods-detail #alterOptWrap .add-item {
	padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.goods-detail #alterOptWrap .add-item-wrap > div:nth-last-of-type(1) .add-item, .goods-detail #alterOptWrap .add-item-wrap > div:nth-last-of-type(2) .add-item {
	border-bottom: 0;
}
.goods-detail #alterOptWrap .add-item-wrap.odd > div:nth-last-of-type(2) .add-item {
	border-bottom: 1px solid #eee;
}
.goods-detail .add-item-info {
    background: #f1f1f1;
    padding: 12px 30px;
    border-top: 1px solid #eee;
}
.goods-detail .add-item-info p {
	color: #04beb0;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 0;
    line-height: 14px !important;
    margin-top: -3px;
}
.goods-detail .add-item-wrap {
	background: #fcfcfc;	
}
.goods-detail .custom-form .quantity .add-wrap p{
    float: none;
    display: block;
    font-size: 12px;
    line-height: 21px;
}
.goods-detail .quantity .add-name{
    float: none;
    color: #5b5b5b;
    font-size: 11px;
    position: inherit;
    padding-left: 0px;
    margin-bottom: -8px !important;
}
.goods-detail .quantity .add-price{
    float: right;
    font-size: 13px;
    color: #5b5b5b;
    position: inherit;
}
.goods-detail .custom-form .quantity input[class*=add-qty]{
    width: 30px;
    padding: 0px;
    text-align: center;
    height: 30px;
    background: #999;
    color: #fff;
    float: none;
    border-radius: 0px;
    margin: 0px;	
    border: 1px solid #999;
}
.custom-form .quantity input.add-plus, .custom-form .quantity input.add-minus{
    width: 30px;
    height: 31px;
    padding: 0px;
    float: none;
    margin: 0px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.goods-detail .quantity .add-name{
    float: none;
    color: #999;
    font-size: 11px;
    position: inherit;
    padding-left: 0px;
    margin-bottom: -8px !important;
}
.goods-detail .quantity .add-price{
    float: right;
    font-size: 13px;
    color: #999;
    position: inherit;
}
.goods-detail .custom-form .quantity input[class*=add-qty]{
    width: 30px;
    padding: 0px;
    text-align: center;
    height: 30px;
    background: #7f7f7f;
    color: #fff;
    float: none;
    border-radius: 0px;
    margin: 0px;	
    border: 1px solid #7f7f7f;
}
.custom-form .quantity input.add-plus, .custom-form .quantity input.add-minus{
    width: 30px;
    height: 31px;
    padding: 0px;
    float: none;
    margin: 0px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media (max-width: 499px) {
	.goods-detail .add-wrap {
		margin-left: 0;
		margin-right: 0;
	}
	.custom-form .quantity input.add-plus, .custom-form .quantity input.add-minus, .goods-detail .custom-form .quantity input[class*=add-qty]{
	    width: 25px;
	    height: 31px;
	}
}


/* �뫖�꽣 紐⑤떖 css */
.arcticmodal-container_i {
	width: 100%;
}
#chatBtn {
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 99;
    background: #04beb0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 10px;
}
#reserveCheckBtn {
    position: fixed;
    right: 50px;
/*     bottom: 180px; */
    bottom: 120px;
    z-index: 99;
    background: #388898;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 10px;
}
#chatBtn:hover, #reserveCheckBtn:hover{
    background: #2C3B5A;
}
#chatBtn i {
	margin-top: 10px !important;
}
#reserveCheckBtn i {
    color: #fff;
    font-size: 26px;
    margin-top: 8px !important;
}
#chatBtn a, #reserveCheckBtn a {
    color: #FFF;
    display: none;
    line-height: 47px;
    padding-left: 30px;
}
#reserveCheckBtn i, #chatBtn i{color: #fff;font-size: 24px;margin-top: 13px;margin-left: -1px;float: left;}
#reserveCheckBtn a, #chatBtn a{color: #FFF;display: none;line-height: 40px;padding-left: 30px;}
#reserveCheckBtn:hover, #chatBtn:hover{width: 164px;}
#reserveCheckBtn:hover > a, #chatBtn:hover > a{display: block}
.boxed {
    padding: 20px;
}
.bg-color--white {
    background-color: #fff;
}
.modal-check {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0,0,0);
    background: rgba(0,0,0,0.81);
}
.footer-modal.modal input, .footer-modal.modal textarea, .footer-modal.modal select{
	height: 45px;
	color: black;
}
.footer-modal.modal .right {
	float: right;
}
.footer-modal.modal {
    padding: 10px;
    display: block;
    position: initial;
    overflow: hidden;
}
.footer-modal.modal .main-register {
	border-radius: 0px;
}
.footer-modal.modal .boxed {
    padding: 20px;
}
.footer-modal.modal [class ^=col-] {
    margin-bottom: 10px;
}
.footer-modal.modal [class*="col-"] > [class*="boxed"] {
    overflow: hidden;
}
.footer-modal.modal .arcticmodal-close {
    cursor: pointer;
}
.footer-modal.modal label {
    font-size: 14px;
    color: #212121;
    letter-spacing: 0.6px;
    white-space: nowrap;
    font-weight: 400;
}
.footer-modal.modal h5{
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0px;
    color: #000;
    font-weight: 500;
}
.footer-modal.modal .btn{
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.11px;
    line-height: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background-color: #fff;
}
.footer-modal.modal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn)	{
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}
.footer-modal.modal .bootstrap-select .dropdown-toggle	{
    padding: 0px 20px;
    border-color: #dedede;
    border-radius: 0px;
    height: 46px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
}
.footer-modal.modal .btn--default{
    margin-top: 10px;
    width: 100%;
    border: 2px solid #04beb0;
    border-radius: 2px;
}
.footer-modal.modal .btn.cancel-btn	{
    margin-top: 0;
    padding: 10px;
    font-size: 14px;
}
.footer-modal.modal .table {
    width: 100%;
    max-width: 100%;
}
.footer-modal.modal .btn:not([class*=dropdown-toggle]):hover{
	background-color: #04beb0;
	color: #fff !important;
}
.footer-modal.modal form [class *="col-"]:not([class*="boxed"]) {
	margin:0;
}
.footer-modal.modal form [class *="col-"]:not([class*="boxed"]):first-child	{
	padding-left:15px;
}
.footer-modal.modal form [class *="col-"]:not([class*="boxed"]):last-child	{
	padding-right:15px;
}
.footer-modal.modal .table>thead>tr>th{
	border-bottom: none;
}
.footer-modal.modal .table>tbody>tr>td{
	border-top: none;
}
.footer-modal.modal table thead th{
    background: #fafafa;
}
.footer-modal.modal table.table > thead > tr > th, .footer-modal.modal table.table > tbody > tr > td {
    padding: 8px;
    text-align:center;
    border-left:0;
    vertical-align:middle;
}
.footer-modal.modal input[type='text'], .modal input[type='address'], .footer-modal.modal input[type='url'], .footer-modal.modal input[type='password'], .footer-modal.modal input[type='email'], .footer-modal.modal input[type="search"], .footer-modal.modal input[type="tel"], .footer-modal.modal input[type="date"], .footer-modal.modal input[type="number"], .footer-modal.modal textarea, .footer-modal.modal select {
    -webkit-appearance: none;
    font-size: 16px;
    letter-spacing: 0.4px;
    border: 1px solid rgba(0,0,0,0.10);
    width: 100%;
    height: 44px;
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    background-color: transparent;
    border-radius: 0;
    margin-top:10px;
    margin-bottom:20px;
}

/* �뫖�꽣 紐⑤떖 css �걹 */
.box-popup_content p{
	text-align: left;
	color: #000;
	font-size: 16px;
	padding: 15px 0;
}
.box-popup_content {
	background: #fff;
	padding: 10px 15px;
}

.box-popup_content.type-image{
	padding: 10px 0 0;
}
.box-popup_content.type-text{
	min-height: 300px;
}
.box-popup_content.type-image .box-popup-title{
	padding-left: 10px;
}
.box-popup_content.type-image p{
	padding: 0;
}
.box-popup_content img{
	width: 100%;
}
.arcticmodal-container_i2 {
	padding: 0;
}

.basket-li {
	padding: 11px 0;
	opacity: 1;
}
.nav-holder nav li.basket-li a {
    padding: 0;
}
.basket-li-mobile span {
    background-color: #04beb0;
    padding: 3px 10px;
    color: #fff;
    border-radius: 50%;
}
.nav-holder nav li.basket-li a:hover i {
	-webkit-transform: none;
	transform: none;
	color: #04beb0;
}
.basket-li i {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.basket-li span {
	background: #04beb0;
    border-radius: 50%;
    padding: 0px 6px;
    position: absolute;
    font-size: 10px;
    color: #fff;
    left: 24px;
    cursor: default;
    line-height: 18px;
    margin-top: 3px;
}
.user-profile-menu li a {
	font-weight: 500;
	font-size: 14px;
}
.profile-edit-page-header h2 {
	font-size: 21px;	
}
.nav-holder .user-ul {
	position: absolute;
    top: -15px;
    right: 0;
    z-index: 5;
}
.nav-holder .user-ul li {
	height: auto;
    float: right;
    padding: 0 15px;
}
.main header .main-menu ul.user-ul li a {
    color: #fff;
	
}
header .main-menu ul.user-ul li a {
    color: #000;
    padding: 0;
    font-size: 12px;
}
header.active .main-menu ul.user-ul li a {
	color: #494949;
}
header .main-menu ul.user-ul li a:hover,
header.active .main-menu ul.user-ul li a:hover {
	color: #04beb0;
}

.main-header {
	height: 80px;
}
#reserveCheckBtn, #chatBtn, .to-top {
	background-color: #fff;
	border: 1px solid #222;
}
#reserveCheckBtn:hover, #chatBtn:hover, .to-top:hover {
	background-color: #fff;
}
@media (max-width: 991px) {
	#reserveCheckBtn, #chatBtn, .to-top {
		right: 15px;
	}
}
@media (max-width: 499px) {
	.box-popup_close {
		font-size: 14px;
	}
	.slider-container .hero-section-wrap {
		padding-top: 50%;
	}
}
@media (max-width: 767px) and (min-width:500px) {
	.bg-category-wrap {
		height: 330px;
	}
}
@media (min-width: 500px) {
	.boxed-size_450px__over_mobile {
		width: 400px;
	}
}

.goods-detail .accordion-wrap {
	position: relative;
	min-height: 30px;
}
.head-footer {
	background-color: #000;
	padding: 50px 0;
}
.head-footer li {
    float: left;
    width: 20%;
    text-align: left;
}
.head-footer a {
    opacity: 0.6;
}
.head-footer a:hover {
	opacity: 1;
}
.head-footer a img {
	height: 46px;
}
.head-footer a span {
    font-size: 16px;
    color: #fff;
    padding-left: 8px;
}
.second-aside {
	text-align: left;
	padding-left: 50px;
}
.second-aside p:first-child {
	margin-bottom: 34px;
} 
.third-aside {
	text-align: left;
}
.third-aside h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 18px;
}
.third-aside p {
    line-height: 34px;
    font-size: 14px;
}
.third-aside span {
    font-size: 38px;
    color: #fff !important;
    font-weight: 600;
}
.body-footer {
	padding-top: 90px;
	padding-bottom: 80px;
}
.main .section-title {
	padding-bottom: 8vh;
}
.package-listing .slick-list {
	border-radius: 6px;
}
/* .package-listing .slick-dots { */
/* 	display: block !important; */
/*     text-align: left; */
/*     bottom: 25px; */
/*     left: 25px; */
/*     width: 100%; */
/* } */
/* .package-listing .slick-dots li button { */
/* 	width: 8px; */
/* 	height: 8px; */
/* } */

.package-listing .bg-img-list {
    height: inherit;
    width: inherit;
    border-radius: 6px;
    padding: 25px;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
}
.package-item:hover .bg-img-list {
	transform: scale(1.15);
}
.package-item .item-img__text {
	position: absolute;
    top: 25px;
    width: auto;
    z-index: 2;
    left: 25px;
}
.card-listing .package-item .price-tag {
    position: absolute;
    width: inherit;
    float: none;
    left: 25px;
    top: auto;
    right: auto;
    bottom: 20px;
    font-size: 24px;
    text-align: right;
    letter-spacing: 1px;
    margin-left: -25px;
    box-shadow: none;
    background-color: transparent;
    padding: 5px 15px;
}
.package-listing .bg-img-list img {
	width: auto;
	position: relative;
    z-index: 5;
}
.package-listing .slick-initialized .slick-slide {
	height: 330px;
}
.package-listing .bg-img-list .overlay {
	border-radius: 6px;
	opacity: 0.1;
}
.slider-container-wrap2 {
	position: relative;
}
.btn-reservation-check {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	width: 132px;
	padding: 7px;
/* 	position: absolute; */
	float: right;
	right: 20px;
	top: 20px;
	border-radius: 5px;
	border: 1px solid #fff;
    background-color: #222222;
    opacity: 0.51;
    text-align: center;
}
header .main-menu ul li a {
    font-weight: 500;
    font-size: 16px;
}
header .main-menu ul ul a.long-custom {
	padding: 3px 6px;
}
header .main-menu ul ul a {
	font-size: 14px;
	font-weight: 400;
	padding-top: 3px;
	padding-bottom: 3px;
}
.nav-holder nav li ul {
	min-width: 140px;	
}
.nav-button-wrap.active .nav-button span:nth-of-type(1) {
    transform: rotate(45deg);
}
.nav-button-wrap.active .nav-button span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -6px;
}
.nav-button-wrap.active .nav-button span:nth-of-type(3) {
	transform: rotate(45deg);
    margin-top: -6px;
}

@media (min-width: 1469px){
	.main #wrapper{
		padding-top: 0px;
	}
	.nav-holder {
		margin-right: -7px;
	}
	.mobile-header {
		display: none;
	}
}


@media (max-width: 1470px) {
	body.main .slider-container .hero-section-wrap {
	    padding-top: 15vh;
	}
	.main .main-search-category{
		padding-left: 5px;
	}
	.main .slick-dots {
		display: block !important;
		bottom: 30px;
	}
	.main .slick-dots li {
		width: 14px;
	}
	.main .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.fs-header {
	    padding: 0px 15px;
	}
	.main .slider-container-wrap .sw-btn {
		display: none;
	}
	body.main .logo-holder a, body.main .logo-holder a span {
	    color: #222;
	}
	.pc-header {
		display: none;
	}
	.nav-button-wrap {
	    top: 20px;
	    right: 0px;
	}
	.vismobmenu {
		display: none;
		visibility: hidden;
	}
	.mobile-header {
		display: block;
		height: 80px;
	}
	.mobile-menu {
		position: absolute;
	    top: 80px;
	    box-shadow: 1px 11px 10px rgba(0,0,0,0.1);
        width: 100vw;
    	left: 0;
	    z-index: 50;
	    padding: 0 10px;
	    background: #fff;
	    border-bottom-left-radius: 6px;
	    border-left: 1px solid #eee;
	    border-bottom: 1px solid #eee;
	    opacity: 1;
	    float: left;
	    letter-spacing: -0.4px;
	    padding-top: 7vh;
		height: 100vh;
    	transform: translateX(100vw);
	}
	.mobile-menu > ul {
		float: left;
		width: 100%;
	}
	.mobile-menu.active {
		opacity: 1;
		transform: translateX(0);
    	box-shadow: 0px 3px 6px #00000029;
	}
	.mobile-menu__main {
		text-align: center;
		padding: 0;
	    width: 100%;
    	margin-bottom: 7vh;
	}
	.mobile-menu__main ul {
		display: none;
		text-align: left;
		font-size: 14px;
		color: #999;
		padding: 0;
	    float: left;
	    width: 100%;
	}
	.mobile-menu__main ul li {
		padding: 7.5px 35px;
	}
	.mobile-menu__main ul li a {
		color: #222;
    	display: block;
	}
	.mobile-menu__nav {
		font-size: 17px;
		text-align: center;
    	width: 100%;
    	padding: 10px;
    	font-weight: 600;
    	color: #222;
	}
	.mobile-menu__nav i {
	    position: relative;
    	top: -2px;
    	right: -6px;
    	transition: all .3s;
    	color: #222;
    	font-size: 14px;
	}
	.mobile-menu__nav.active i {
    	transform: rotate3d(1, 0, 0, 180deg);
	}
	.mobile-menu__nav:hover, .mobile-menu__nav:focus {
	    color: #666;
	}
	.mobile-menu__nav.active {
		color: #222;
	}
	.mobile-menu__main ul.active {
	    display: block;
	    margin: 15px 0;
	    text-align: center;
	}
	.main .nav-button-wrap {
		transition: all .3s;
		background: transparent;
	}
	.main .nav-button-wrap.active .nav-button span:nth-of-type(1) {
	    transform: rotate(45deg);
	}
	.main .nav-button-wrap.active .nav-button span:nth-of-type(2) {
	    transform: rotate(-45deg);
    	margin-top: -6px;
	}
	.main .nav-button-wrap.active .nav-button span:nth-of-type(3) {
		display: none;
	}
	.mobile-menu__button-wrap {
		margin-top: 25px;
	    padding: 0 10px;
	    float: left;
	    width: 100%;
	}
	.mobile-menu__button-row {
	    float: left;
	    width: 100%;
	    margin-top: 0;
	    text-align: left;
	}
	.mobile-menu__button-row:last-of-type {
		margin-bottom: 20px;
	}
	.mobile-menu__button-wrap-B {
	    width: 50%;
	}
	[class^=mobile-menu__button] {
    	float: left;
	}
	[class^=mobile-menu__button] i {
		font-size: 18px;
		margin-top: 4px;
	}
	.btn-reservation-check-mobile {
	    color: #222;
	    font-size: 17px;
	    font-weight: 600;
	    display: block;
	    background-color: #fff;
	    opacity: 1;
	    text-align: center;
	}
	.mobile-button-A {
   	    width: 96%;
    	float: left;
	}
	.mobile-button-A:hover, .mobile-button-A:focus {
		color: #222;
	}
	.mobile-button-B {
    	width: 66%;
    	margin-right: 4%;
    	float: left;
    	color: #777;
    	border-color: #777;
	}
	.mobile-button-B:hover, .mobile-button-B:focus {
		color: #777;
	}
	.mobile-button-C {
    	width: 30%;
    	color: #333;
    	border-color: #777;
    	height: 36px;
    	
	}
	.mobile-button-C:hover, .mobile-button-C:focus {
		color: #333;
	}
	.mobile-button-D {
    	width: 100%;
    	background: #222;
    	color: #fff;
	}
	.mobile-button-D:hover, .mobile-button-D:focus {
		color: #fff;
	}
	.header-inner {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.logo-holder p {
		display: none;
	}
	.category-ul > li > a {
		color: #000;
	}
	.category-ul .visible-1064 a {
		color: #999;
		font-size: 16px;
	}
    .goods-detail .sw-btn {
    	display: none;
    }
	.goods-detail .custom-slick {
	 	margin-top: -100px;
	}
/* 	.main header.main-header { */
/* 		background-color: transparent; */
/* 	} */
	.main header.main-header.active {
		box-shadow: 0px 0px 0px transparent;
	    position: fixed;
	    background-color: #fff;
	}
	body.main .slider-container-wrap {
	    padding: 25vh 0;
	}
	
	
	body.main .section-title h2 {
    	font-size: 26px;
    	line-height: 1.5em;
    	margin-bottom: 5px;
	}
	.main-content-section {
	    padding: 5vh 0;
	}
	/*
	.main .hero-section .intro-item p {
		font-size: 16px;
	}
	.main .hero-section .intro-item h2 {
		font-size: 28px;
	}

	.banner-custom .listing-item-grid .listing-item-cat h3 {
		font-size: 18px;
	}
	body.main .listing-item-grid .listing-item-cat p {
		font-size: 13px;
	}
	*/
}
@media(max-width: 767px){
/* 	.main section.hero-section { */
/* 		padding: 15vh 0; */
/* 	} */
	.package-listing .slick-initialized .slick-slide {
		height: 400px;
	}
	.mobile-menu {
		-webkit-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out;
	}

}
@media(max-width: 499px){

	.package-listing .slick-initialized .slick-slide {
		height: 30vh;
	}
	section.hero-section .bg {
	    height: 100%;
	    top: initial;
	}
}

.nav-holder {
	top: 0px;
    margin-left: 128px;
    float: left;
	
}

.main-B .nav-holder {
		display: none;
}
.main-B .single-visible {
		display: block !important;
    	visibility: visible !important;
}
.main-B .nav-holder.single-visible {
	    float: right;
	    margin: 0;
}

.modal-backdrop {
	position: static !important;
}

.note-image-dialog {
	top: 70px !important;
}

.note-link-dialog {
	top: 70px !important;
}

.note-video-dialog {
	top: 70px !important;
}

.note-help-dialog {
	top: 70px !important;
}

.note-statusbar {
	display: none;
}

.rateInsert-section {
   min-height: 700px;
   margin-top: 90px;
}

.rateInsert-section p{
    color: #333;
    letter-spacing: -0.6px;
    line-height: 22px;
}

.rateInsert-title .title-font{
    padding: 0px 0px 0px 0px !important;
    font-size: 18px;
    font-weight: 600;
    color: #7B7B7B !important;
}

.rateInsert-title .title-input{
	float: left;
    height: 40px;
    width: 50%;
    border: 1px solid #a9a9a9;
    padding: 0px 0px 0px 10px;
    margin-bottom: 20px;
}

.summernote-wrapper textarea[name=content] {
	display: none;
}

.btn-reservation-check.rigth-0{
	right: 0;
}