
::placeholder {
	color: #bababa;
}
*::placeholder {
	color: #bababa;
}

.full-width {
	width: 100%;
}
/*ax5 calendar custom start */
button.mfp-arrow {
	
}
button.mfp-arrow {
	
}
#datepicker {
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
}
.loading {
/* 	position: absolute; */
	width: 100%;
	height: 100%;
	z-index: 100;
}
.loading.loading-fade	{
	background: rgba(0,0,0,.2);
}
.loading.loading-absolute	{
	position:absolute;
}
.loading.loading-fixed		{
	position:fixed;
}
.loading.loading-center	{
	display: flex;
    align-items: center;
}
.progress-circle-indeterminate {
  background: url('/resources/img/progress/progress-circle-master.svg') no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 auto;
}
/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.padding-0 {
  padding: 0px !important;
}
.p-t-2	{
	padding-top:2px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.padding-60 {
  padding: 60px !important;
}
.p-l-90	{
	padding-left:90px !important;
}
.p-t-96	{
	padding-top: 96px !important;
}
.p-t-250	{
	padding-top: 250px !important;
}
/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-7	{
	margin-top: 7px;
}
.m-r-7	{
	margin-right: 7px;
}
.m-l-7	{
	margin-left: 7px;
}
.m-b-7	{
	margin-bottom: 7px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100%;
}

#ax5CalendarWrap {
    width: 100%;
    z-index: 3;
    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;
    font-weight: 400;
    max-width: 300px;
    right: 0;
}
.main #ax5CalendarWrap {
	width: 300px;
}
#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 a {
    line-height: 32px;
}
#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*/

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.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;
}
.sw-btn{
	top: unset;
	background: #fff;
}
.sw-btn:hover{
	background: #222;
}
.sw-btn:hover * {
	color: #fff;
}
.noto-kr, .noto-kr *:not(i){
	font-family: 'Noto Sans KR';
}
.ko, .ko *{
	letter-spacing: -0.6px !important;
}
.en, .en *{
	letter-spacing: 0px !important;
}
.slider-container-wrap{
	padding: 39vh 0;
}
.color{
	color: #04beb0;
}
.bg-color{
	background-color: #04beb0;
}
.header-sec-link a {
    padding: 10px 40px;
    background-color: #04beb0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.header-sec-link a:hover {
	background-color: #fff;
	color: #04beb0;
}
.about .section-content {
	float: left;
	width: 100%;
}
.about .section-content h3 {
    font-size: 30px;
    line-height: 43px;
    margin-top: 11px;
}
.about .section-title span {
	color: #fff;
}
.parallax-section .section-title {
    padding-bottom: 0;
    margin-top: 25px;
}
.about strong {
	font-weight: 600;
}




.about__item {
	margin-bottom: 70px;
	float: left;
	width: 100%;
}
.about__item .about__content {
    text-align: left;
    position: absolute;
    margin-left: -30px;
    margin-top: 30px;
    background-color: #fff;
    height: 260px;
    width: 100%;
    padding: 40px;
}
.about__item .content__wrap {
	background-color: #e14d4d;
}
.about__item > div{
	height: 320px;
    background-size: cover;
}
.about__item .about__custom-bg {
    position: absolute;
    height: 100%;
    width: 65%;
    background-color: #fff;
}
.about .about__item h3 {
	padding-top: 10px;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 5px;
    color: #04beb0;
    font-weight: 500;
}
.about .about__item p {
	font-size: 15px;
	color: #666;
	line-height: 22px;
}
.about__item.type_B .about__bg {
	float: right;
}
.about__item.type_B .about__content {
    margin-left: 30px;
    text-align: right;
}
.about__item.type_B .about__custom-bg  {
	right: 0;
}
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;
}
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: #f8f4ee;
}
.lightpick__day.is-in-range {
	background: #f8f4ee;
}
.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;
}
.mobile-course-wrap {
	display: none;
}
@media (min-width: 992px){
	.card-listing .geodir-category-listing{
		height: auto;
	}
	.main .card-listing .geodir-category-listing{
		height: auto;
	}
	.header-search{
	    opacity: 0.8;
	}
	.header-search.active{
		opacity: 1;
	}
	.header-search:hover{
		opacity: 1;
	}
}
.tour-gallery__section .gallery-item:nth-of-type(4n+3), .tour-gallery__section .grid-sizer:nth-of-type(4n+3) {
	margin-left: -0.25px;
}
@media only screen and (max-width: 1064px){
	.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;
	}
}
@media(max-width: 991px){

	.mobile-course-wrap {
		display: block;
	}
	.tour-gallery__section .gallery-item:nth-of-type(4n), .tour-gallery__section .grid-sizer:nth-of-type(4n) {
		margin-left: -0.25px;
	}

}
@media(max-width: 767px){
	.list-single-main-item{
		padding-bottom: 0;
	}
	.reviews-comments-item-text{
		padding: 0;
	}
}
@media(max-width: 382px){
	.list-single-header-column .viewed-counter, .list-single-header-column .custom-scroll-link{
		margin: 10px 4px;
	}
}

/*main.jsp*/
.main .overlay{
	opacity: 0.2;
}
.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: 15px;
    color: #fff;
    font-family: "Noto Sans KR";
    font-weight: 500;
    margin-top: 16px;
    padding-bottom: 0px;
    letter-spacing: 0.6px;
}
.banner-custom{
	cursor: pointer;
}
.banner-custom > div{
	margin-bottom: 20px;
}
.banner-custom .listing-item-grid{
	height: 235px;
}
.banner-custom *{
	border-radius: 6px;	
}
.banner-custom img{
	width: 100%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-custom .listing-item-grid .listing-item-cat{
	bottom: 40%;
}
.banner-custom .listing-item-grid .listing-item-cat h3{
    float: left;
    display: block;
    text-align: center;
    bottom: 40%;
    width: 100%;
    font-size: 26px;
    font-weight: 700;
}
.main .card-listing .geodir-category-content h3{
	height: 3.1em;
	overflow: hidden;
}
.main .card-listing .price-label{
	width: auto;
    position: absolute;
    top: -55px;
    right: 20px;
    height: 60px;
    z-index: 10;
}
.main .card-listing .list-post-counter{
    right: 15px;
    top: 19px;
}
.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 .price-tag{
	position: relative;
	float: right;
	left: 0px;
    top: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 5px 15px;	
    color: #fff;
    border-radius: 4px;
    z-index: 5;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
    background-color: #04beb0;
}
.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 h3 a{
    color: #04beb0;
}
.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;
}
@media (min-width: 992px){
	.main .card-listing .geodir-category-content{
	    padding: 30px 15px 10px;
	}
	.main .gallery-item img, .main .grid-sizer img{
		height: 305px;
	}
	.main #wrapper{
		padding-top: 0px;
	}
	.main-header .header-search .search-text{
		color: #000;
	 	border-bottom-color: rgba(0,0,0,0.6);
	}
}
.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;
	top: 55%;
	background: #fff;
}
.sw-btn i, .video-box-btn i {
    color: #000;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	color: #000;
	background: #fff;
}
.lg-actions .lg-prev:after {
	content: "\f177";
}
.lg-actions .lg-next:before {
	content: "\f178";
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
	background: #04beb0;
}

.main a.to-top i {
	color: #fff;
}
.main .sw-btn:hover {
	background: #04beb0;
}
.main .sw-btn:hover i {
	color: #fff;
}
.main .main-search-input:before{
	content: none;
}
.main .search-section {
	background: #262626;
    padding: 45px 0px;
    overflow: visible;
    z-index: 2;
}
.main-search-input-item, .main-search-input-item input, .main-search-button {
	height: 42px;
}
.main-search-input-item:nth-of-type(1) {
	z-index: 120;
}
.main-search-input-item:nth-of-type(2) {
	z-index: 119;
}
.main-search-input-item:nth-of-type(3) {
	z-index: 118;
}
.main-search-input-item:nth-of-type(4) {
	z-index: 117;
}
.main-search-input-item:nth-of-type(5) {
	z-index: 116;
}
.main-search-input-item:nth-of-type(6) {
	z-index: 115;
}


.main .main-search-input-item .nice-select .list li {
	text-align: left;
}
.main .main-search-input fl-wrap{
/* 	display: none; */
}
.tour-program__section .listing-counter{
    font-size: 17px;
    color: #04beb0;
    font-weight: 400;
    background-color: #fff;
    padding: 3px 20px;
    letter-spacing: -1px;
}
.tour-program__section .listing-item-grid {
	cursor: pointer;
}
.main .section-separator {
    margin-top: 68px;
    margin-bottom: 0px;
}
.main .section-title > h2 {
    color: #666;
    font-weight: 600;
    font-size: 23px;
    margin-top: 20px;
}
.section-title {
    padding-bottom: 55px;
}
.tour-gallery__section .section-title {
	padding-bottom: 90px;
}
.section-subtitle:before {
    content: '';
    position: absolute;
    bottom: -16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-subtitle {
	line-height: 1em;	
}
.tour-program__section .listing-item-grid:hover:before {
    background: rgba(0,0,0,0.66);
}
.tour-program__section .listing-item-grid:hover .listing-counter {
	color: #fff;
	background-color: #333;
}
.tour-program__section .comming-soon {
	color: #fff;
	font-size: 13px;
	position: absolute;
	bottom: 15px;
	left: 30px;
    z-index: 2;
    font-weight: 300;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.tour-program__section .listing-item-grid:hover+.comming-soon {
	opacity: 1;
}
.tour-program__section .btn, .tour-gallery__section .btn {
    padding: 4px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    display: inline-block;
    margin-top: 33px;
}
.bus-section strong {
	font-weight: 500;
}
.bus-section .color-bg-text {
	padding-top: 28px;
	padding-left: 0;
}
.bus-section .color-bg-text p:first-child {
    opacity: 0.9;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}
.bus-section .color-bg-text h3 {
	font-size: 32px;
    font-weight: 300;
    line-height: 39px;
    margin-bottom: 29px;
}
.bus-section .color-bg-text p:last-child {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 34px;
    letter-spacing: -1px;
}
.bus-section .bus-moving {
	padding-top: 80px;
}
.bus-moving .slider-container-wrap {
	padding: 14vh 0;
}
.main .bus-moving .slider-container-wrap .sw-btn {
	top: -60px;
	position: absolute;
	width: 30px;
    height: 30px;
    line-height: 30px;
}
.main .bus-moving .slider-container-wrap .swiper-button-next {
    right: -25px;
}
.main .bus-moving .slider-container-wrap .swiper-button-prev {
    left: -25px;
}
.bus-moving .slick-slide img {
	width: 75%;
	margin: 0 auto;
/* 	filter: drop-shadow(2px 4px 6px #333); */
}
.bus-section #movingBus {
    width: 110%;
    position: absolute;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: slideOutRight;
   	-ms-animation-name: slideOutRight;
}
#movingBus.move {
    animation-name: slideInRight;
   	-ms-animation-name: slideInRight;
}

.animation-item {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideInRight {
   	-webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
.slideOutRight {
   	-webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}


@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes slideInRight {
  0% {
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.tour-program__section .btn:hover, .tour-gallery__section .btn:hover {
	color: #04beb0;
}
.tour-program__section .btn:before, .tour-gallery__section .btn:before {
	border-color: #eee;
}
.tour-program__section .btn:hover:before, .tour-gallery__section .btn:hover:before {
	border-color: #04beb0;
}
.box-container {
	position: absolute;
	top: -80px;
}
.box-container .box-in-item {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}
.box-container .box-img {
	text-align: right;
	margin-bottom: 6px;
}
.box-container .box-img img {
	width: 52px;
}
.box-container .box-content {
	text-align: left;
}
.box-in-item .box-text {
	text-align: left;
    padding: 0 20px;
}
.box-in-item .box-title {
	font-size: 18px;
    color: #04beb0;
    padding-bottom: 8px;
}
.box-in-item .box-content {
    padding-bottom: 8px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #777;
}
.sub-section {
	z-index: 2;
	padding: 0;
	overflow: visible;
}
.course-section {
	background-color: #262626;
}
.course-items .course-item {
	float: left;
}
.course-item > div {
    padding: 13px 0;
}
.course-item > div.circle-bg {
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
	padding: 0;
    width: 66px;
    height: 66px;
    transition: all 200ms linear;
    overflow: hidden;
   	box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.4);
}
.course-item > div.circle-bg img {
	-webkit-transition: all 500ms linear;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 500ms linear;
}
.course-item > div.circle-bg.active, .course-item > div.circle-bg:hover {
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
}
.course-item > div.circle-bg.active img, .course-item > div.circle-bg:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.course-item > div.circle-bg:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.course-item > div.circle-bg.active:before, .course-item > div.circle-bg:hover:before {
	display: none;
}
.course-item img{
    width: 48px;
    height: 48px;
}
.circle-bg img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
    max-width: 66px;
    max-height: 66px;
}
.course-items .course-item {
    float: left;
	margin-left: 0;
    margin-right:0;
    width: 11.1%;
}
.course-items .course-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 28%;
    margin-left: 9.5%;
    width: 33px;
    height: 1px;
    border-bottom: 4.5px dotted #fff;
    opacity: 0.4;
    z-index: -1;
}
.course-section-title__top {
    font-size: 15px;
    color: #04beb0;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-align: left;
    padding: 0 15px;
}
.course-section-title {
	font-size: 32px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 80px;
    text-align: left;
    padding: 0 17px;
}
.course-items .course-item:first-child:after {
    margin-left: 8.5%;
}
.course-item > div.circle-bg:hover + p, .course-item > div.circle-bg.active + p {
	opacity: 1;
}
.course-item p {
	padding-bottom: 0;
    padding-top: 15px;
    font-size: 15px;
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
}
.course__information {
	margin-top: 87px;
}
.course-info-item {
	display: none;
}
.course-info-item.active {
	display: block;
}
/* .course__information .sw-btn { */
/* 	top: 32%; */
/* 	background-color: #000; */
/* } */
/* .course__information .sw-btn:hover { */
/* 	background-color: #04beb0; */
/* } */
/* .course__information .sw-btn.swiper-button-prev { */
/*     left: -70px; */
/* } */
/* .course__information .sw-btn.swiper-button-next { */
/*     right: -40px; */
/* } */
.sw-btn.swiper-button-prev {
	left: 15px;
}
.sw-btn.swiper-button-next {
	right: 15px;
}
.course__information .big__img div{
	width: 100%;
    height: 380px;
    border-radius: 6px;
    background-size: cover;
}
.course__information .mini__img{
    height: 120px;
    background-size: cover;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #262626;
}
.course__information .mini__img:hover, .course__information .mini__img.active {
	border-color: #fff;
}
.course__information .information__right {
	text-align: left;
}
.course__information .course-title{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 26px;
    padding: 0 15px;
}
.course__information .course-info{
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    opacity: 0.5;
    line-height: 30px;
    height: 210px;
}
.tour-gallery__section .gallery-item, .tour-gallery__section .grid-sizer {
	width: 25%;
}
.tour-gallery__section .gallery-item .box-item, .tour-gallery__section .grid-sizer .box-item, .tour-gallery__section .box-item img {
	background-size: cover;
	height: 200px;
}
.tour-gallery__section .box-item a.gal-link {
    background-color: #fff;
    opacity: 0.9;
    color: #333;
    transition: all 400ms ease-in-out;
}
/* .tour-gallery__section .box-item:hover a.gal-link { */
/*     top: 50%; */
/* } */
.tour-gallery__section .popup-text {
    position: absolute;
    text-align: left;
    bottom: -50%;
    color: #666;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    padding: 15px;
    font-size: 15px;
    letter-spacing: -1px;
    z-index: 5;
    transition: all 400ms ease-in-out;
}
.tour-gallery__section .box-item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index:2;
	background:rgba(51,51,51,0.41);
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tour-gallery__section .list-single-gallery .box-item a.gal-link {
    cursor: pointer;
    top: 50%;
}
.tour-gallery__section .popup-text {
	bottom: 0px;
}
.tour-gallery__section .btn {
    display: inline-block;
    margin-top: 70px;
    padding: 1px 50px;
}
.main .main-search-input fl-wrap{
	display: block;
}
.main .search-title {
	text-align: left;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.6px;
}
.main .search-title span {
    font-size: 14px;
    color: #04beb0;
    margin-left: 10px;
    vertical-align: text-top;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.main-search-input-item .nice-select {
	min-width: auto;
}
.main .main-search-input-item .nice-select {
	background-color: transparent;
}
.main-search-input-text {
	height: 41px;
	float: left;
    width: 7%;
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 400;
    background-color: #f5f5f5;
    padding: 10px 0;
    color: #666;
}
.main .main-search-button:hover {
	background-color: #000;
}
.main .main-search-input-item img {
	width: 18px;
    position: absolute;
    z-index: 1;
    top: 13px;
    right: 10px;
    pointer-events: none;
}
.main .main-search-input-item.type-A {
	width: 27%;
}
.main .main-search-input-item.type-B {
    width: 14%;
    font-weight: 600;
}
.main .main-search-input-item.type-C {
    width: 10.5%;
}
#searchTime {
	height: 41px;
    border: none;
    width: 120px;
    padding: 9px 0;
    padding-left: 10px;
    font-weight: 600;
    -webkit-appearance: none;
    background-color: #fff;
    cursor: pointer;
}
#searchTime::-ms-expand {
	display:none;
} 
#searchTime:-ms-expand {
	display:none;
} 

.main .main-search-input-wrap {
	max-width: 100%;
	width: 100%;
}
.main .main-search-input-item.type-D {
    width: 11.5%;
}
.main .main-search-input-item.type-D p {
    position: absolute;
    top: -40px;
    font-size: 14px;
}

.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 .hero-section .intro-item h2 {
    margin-top: 92px;
    overflow: hidden;
    word-break: break-all;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
}
.main .hero-section .intro-item h2 strong {
	font-weight: 600;
}
.main .hero-section .intro-item h3 {
    font-size: 18px;
    font-weight: 300;
    width: 50%;
    margin: 0 auto;
    letter-spacing: -1px;
    line-height: 24px;
    margin-top: 25px;
}
.card-listing .geodir-category-content p {
	color: #ccc;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    float: left
}
.card-listing .listing-rating {
    margin-top: 4px;
    font-size: 13px;
}
.card-listing .listing-rating span, .dashboard-listing-table-text .listing-rating span {
    color: #ababab;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
}
.card-listing .geodir-category-content {
    padding: 25px 20px 10px;
    background: #fff;
}
.card-listing .geodir-category-content h3 {
	font-size: 18px;
    margin-bottom: 15px;
}
@media (max-width: 1274px) {
	.box-in-item .box-text {
	    text-align: left;
	    padding: 0;
	}
	.box-container .box-in-item {
		height: 200px;
	}
	.course-items .course-item:after {
	    margin-left: 7.5%;
        width: 20px;
	}
}
@media (max-width: 991px){
	.main .gallery-item img, .main .grid-sizer img {
		height: 220px;
	}
	.tour-gallery__section .gallery-item .box-item, .tour-gallery__section .grid-sizer .box-item, .tour-gallery__section .box-item img {
	    height: 150px;
	    border-radius: 6px;
	}
	.main .search-wrap{
		width: 100%;
		left: 0;
	}
	.banner-custom .listing-item-grid{
		height: 180px;
	}
	.slider-container .hero-section-wrap{
	    padding-top: 50px;
	}
	.main .intro-item.fl-wrap h3{
		font-size: 16px;
	}
	.main .hero-section .intro-item h2{
	    margin-top: 130px;
	    overflow: hidden;
	    word-break: break-all;
	    line-height: 40px;
	}
	.main .slider-container-wrap .sw-btn{
		display: none;	
	}
}
@media only screen and (max-width: 1324px) and (min-width: 992px){
	.main .slider-container-wrap .sw-btn{
		top: 80%;
	}
}
@media (min-width: 768px){
	.tour-gallery__section {
		padding-top: 205px;
		padding-bottom: 60px;
	}
	.course-section {
	    padding-top: 304px;
	    padding-bottom: 125px;
	}
	.tour-program__section {
		padding: 130px 0;
		margin-bottom: 40px;	
	}
	.about__section {
		padding: 145px 0;
	}
	.bus-section {
		padding: 73px 0;
	}
	.gallery-item:nth-of-type(4n) {
		margin-right: -0.5px;
	}
}
@media (max-width: 991px){
	#movingBus {
		display: none;
	}
	.box-container > div {
		margin-bottom: 20px;
	}
	.head-footer li {
	    text-align: center;
	}
}
@media (max-width: 768px){
	.main .search-wrap{
		top: 230px;
	}
	.banner-custom .listing-item-grid{
		height: 170px;
	}
	
	
}
@media (max-width: 767px){
	.main .gallery-item img, .main .grid-sizer img {
		height: 250px;
	}
	.tour-gallery__section .popup-text {
    	bottom: -55%;
	}
	.tour-gallery__section .gallery-item, .tour-gallery__section .grid-sizer {
		width: 33.33%;
	}
	.head-footer a span {
		padding: 0;
	}
	.main .category-box{
		margin-bottom: 22px;
	}
	.main .main-search-category{
		padding-left: 5px;
	}
	.main .slider-container .hero-section-wrap {
	    position: absolute;
	    top: 150px;
	    padding: 0;
	}
	.main .slick-dots li {
		width: 14px;
	}
	.main .slick-dots li button {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 499px){
	.tour-gallery__section .gallery-item:nth-of-type(4n+3), .tour-gallery__section .grid-sizer:nth-of-type(4n+3) {
		margin-left: 0;
	}
	.tour-gallery__section .gallery-item:nth-of-type(4n), .tour-gallery__section .grid-sizer:nth-of-type(4n) {
		margin-left: 0;
	}
	
	.tour-gallery__section .gallery-item, .tour-gallery__section .grid-sizer {
	    width: 48%;
	    margin-right: 2%;
	    margin-top: 10px;
	}
	.tour-gallery__section .gallery-item .box-item, .tour-gallery__section .grid-sizer .box-item {
		height: 160px;
	}
	.main .hero-section .intro-item h2{
		padding: 0 8px;
		margin-top: 40px;
		line-height: 27px;
		font-size: 24px;
	}
	.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;
	}
}

/* about.jsp */

.about .list-widget-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
    background: #04beb0;
    margin-right: 10px;
}
.about .list-widget-social a:hover{
    background: #2C3B5A;
}
.about .features-box{
	padding: 15px 20px 15px 30px;
}
.about .features-box-container{
	margin-top: 0px;
}
.about .features-box .number{
    color: #fff;
    padding-top: 76px;
    padding-bottom: 56px;
    font-size: 100px;
    font-weight: 600;	
}
.about .features-box .features-title{
    color: #fff;
    font-size: 24px;
    padding-bottom: 64px;	
}
.about .features-box .content{
    background: transparent;
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
    height: 250px;
}
.about .logo-wrap{
	padding: 100px 0;
}
.about .logo-wrap img{
	width: 350px;
}
.about .section-bottom-title {
	font-size: 16px;
	margin-bottom: 40px;
}
@media(max-width: 1199px){
	.features-box{
		padding: 15px;
	}
	.about .features-box .features-title{
		font-size: 22px;
	}
	.about .features-box .content{
		padding-right: 10px;
	}
}
@media(min-width: 992px){
	.about #sec1{
		padding-top: 110px;
	}
	.about .list-single-main-item p{
		padding-bottom: 10px;	
	}
	.about .custom-form textarea{
		height: 180px;
	}
	.about .features-box:nth-child(even){
		background-color: #04beb0;
	}
	.about .features-box:nth-child(odd){
		background-color: #e5004f;	
	}
}
@media(min-width: 992px) and (max-width:1199px){
	.about .features-box:nth-of-type(4n-1), .about .features-box:nth-of-type(4n-2) {
	    background-color: #04beb0;
	}
	.about .features-box:nth-of-type(4n), .about .features-box:nth-of-type(4n+1){
		background-color: #e5004f;
	}
	.about .features-box .content{
		height: 150px;
	}	
}
@media(max-width: 991px){
	.about .features-box{
		text-align: left;
	}
	.about .features-box .number{
	    padding-top: 20px;
	    padding-bottom: 20px;
	    font-size: 64px;
	    display: inline-block;
	}
	.about .features-box .features-title{
	    font-size: 18px;
	    padding-bottom: 24px;
	    display: inline-block;
        padding-left: 20px;
	}
	.about .features-box .content{
	    font-size: 14px;
	    padding-right: 0px;
    	height: 180px;
	}
	.about .features-box:nth-of-type(4n-1), .about .features-box:nth-of-type(4n-2) {
	    background-color: #04beb0;
	}
	.about .features-box:nth-of-type(4n), .about .features-box:nth-of-type(4n+1){
		background-color: #e5004f;
	}
}
@media(max-width: 767px){
	.about .features-box:nth-child(even){
		background-color: #04beb0;
	}
	.about .features-box:nth-child(odd){
		background-color: #e5004f;	
	}
	.about .logo-wrap{
		padding: 0;
	}
	.about .logo-wrap img{
		width: 250px;
	}
	.about .features-box .content{
		height: auto;
	}
}

/* goods.jsp */
.goods .card-listing .price-label{
	width: auto;
    position: absolute;
    top: -30px;
    right: 20px;
    height: 60px;
    z-index: 10;
}
.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 .price-tag{
	position: relative;
	float: right;
	left: 0px;
    top: 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.6px;
    padding: 5px 15px;	
    color: #fff;
    border-radius: 4px;
    z-index: 5;
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
    background-color: #000;
}
.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;
}
.goods .header-sec-link a {
	color: #fff;
	background-color: #04beb0;
	font-size: 12px;
}
.goods .header-sec-link a:hover {
	color: #04beb0;
	background-color: #fff;
}

/* room.jsp, coupon-main.jsp */
.goods-detail .reviews-comments-wrap{
    width: 100%;
    margin-top: 0px;
}
.goods-detail section.lightpick{
	z-index: 10;	
}
.goods-detail .scroll-nav-wrapper .anchor-nav-wrap a {
    color: #AAAAAA;
    font-weight: 400;
    font-size: 15px;
    padding: 19px 30px;
}
/* .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: 15px;
    font-weight: 600;
    color: #666;
}
.goods-detail .reviews-comments-item-text .listing-rating{
    float: left;
    margin-top: 8px;
    margin-left: 50px;
}
.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 {
    padding: 4px 40px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    display: block;
    margin: 0 auto;
    margin-top: 33px;
    background: #fff;
    border: 1px solid #eee;
}
.goods-detail .comment_more-btn span {
	color: #999;
}
.goods-detail .comment_more-btn:hover{
	color: #04beb0;
    border-color: #04beb0;
    background-color: #fff;
}
.goods-detail .comment_more-btn:hover span{
	color: #04beb0;
}
.goods-detail .reviews-comments-item .reviews-comments-item-text p{
    font-size: 13px;
    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: 300;
    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: 300;
    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: 22px;
    font-family: "Noto Sans KR";
    font-weight: 500;
    text-align: left;
    margin-bottom: 9px;
    float: left;
    letter-spacing: -2px;
    color: #222;
}
section.list-single-section {
	padding: 100px 0;
}
.goods-detail section.list-single-section {
	padding: 0;
	height: 140px;
	border-bottom: 1px solid #f7f7f7;
}
.goods-detail .details-wrap div{
	text-align: left;
}
.goods-detail .refund-text {
	margin: 0;
	margin-bottom: 20px;
}
.goods-detail .list-single-main-item p{
    font-family: 'Noto Sans KR';
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0;
}
.goods-detail .refund-table-mobile p {
	color: #000;	
}
.goods-detail .refund-table-mobile span {
	color: #000;
}
.goods-detail .refund-table-mobile span+span {
	margin-left: 20px;
}
.goods-detail .refund-table-mobile h3 {
	margin-bottom: 20px;
}
.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: 500;
    letter-spacing: -0.1px;
}
.goods-detail .text-box_booking-body span{
    font-size: 11.5px;
    color: #666;
    line-height: 16px;
    font-weight: 600;	
}
.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 .calendar-label{
    position: absolute;
    top: 15px;
    left: 32px;
    pointer-events: none;
}
.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: 0px 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;
}
#jsTotalPrice {
	margin-bottom: 10px;
}
.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;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 21px;
    border: 1px solid #04beb0;
    cursor: pointer;
    margin-top: 0;
    letter-spacing: -0.6px;
	color: #fff;
	background: #04beb0;
	opacity: 0.7;
}
.goods-detail .booking-btn:hover{
	opacity: 1;
	color: #fff;
}
.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;
	display: none;
}
.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: 100%;
}
.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;
}
.pointer-events-ok {
	pointer-events: initial !important;
	cursor: pointer !important;
}
@media (min-width: 992px){
	.main .main-search-input{
		height: 42px;
		display: flex;
		-ms-display: flex;
	}
/* 	.main .main-search-input-item { */
/* 		overflow: hidden; */
/* 	} */
	#searchTime {
	    border: none;
	    width: 120px;
	    padding: 9px 0;
	    padding-left: 10px;
	    font-weight: 600;
	    -webkit-appearance: none;
	    background-color: #fff;
	    cursor: pointer;
	}
	#searchTime:-ms-expand {
		display:none;
	}
	.ie-select-wrap {
		width: 100%;
	}
	.goods-detail .opt-count-wrap{
		padding-right: 25px;
	}
}
@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){
	.goods-detail .accordion span.opt-price{
	    margin-right: 0px;
	}
	.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 .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;
	}
}
.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;
}
.logo-holder p {
    float: right;
    font-size: 15px;
    line-height: 18px;
    color: #a5a5a5;
    font-weight: 400;
    margin-left: 58px;
    margin-top: 18px;
}
@media (max-width: 499px){
	.section-subtitle {
		font-size: 54px;
	}
	.about .section-bottom-title {
		text-align: left;
	}
	.logo-holder p {
		display: none;
/* 	    font-size: 12px; */
/* 	    margin-left: 10px;		 */
/*         margin-top: 8px; */
	} 
	.header-inner {
		margin-top: 5px;
	}
	.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;
	}
	.main .intro-item.fl-wrap h3 {
		font-size: 15px;
		line-height: 20px;
	}
}

.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 (min-width: 992px){
	.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;
	}
}
@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%;
}
.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;
}
.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;
}

.box-popup_content img{
	width: 100%;
}
.arcticmodal-container_i2 {
	padding: 0;
}

.basket-li {
	padding: 11px 0;
	opacity: 1;
}
.basket-li-mobile span {
    background-color: #04beb0;
    padding: 3px 10px;
    color: #fff;
    border-radius: 50%;
}
.user-profile-menu li a {
	font-weight: 500;
	font-size: 14px;
}
.profile-edit-page-header h2 {
	font-size: 21px;	
}

.col-list-wrap {
	background-color: transparent;
	min-height: initial;	
	min-height: auto;	
}
@media (max-width: 499px) {
	.box-popup_close {
		font-size: 14px;
	}
}
@media (min-width: 500px) {
	.boxed-size_450px__over_mobile {
		width: 400px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.course-items .course-item:after {
		margin-left: 9.7%;
	}
	.course-items .course-item:first-child:after {
		margin-left: 9.2%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.box-in-item .box-title {
	    height: 3em;
	}
}

.goods-detail .accordion-wrap {
	position: relative;
	min-height: 30px;
}
.goods-detail .details-wrap div {
	overflow-x: auto; 
}
.goods-detail .details-wrap div::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.table-bordered {
	width: 100%;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #eee;
	padding: 5px 10px;	
	color: #aaa;
	font-weight: 300;
}
.table-bordered tr:first-child td, .table-bordered tr td:first-child {
	font-weight: 400;
}

.parallax-section .section-title h2 {
	padding-top: 0px;
    font-size: 38px;
    letter-spacing: 0;
}

/* 占쎄맒占쎄쉭 sidebox */
.side-box .side-box-content {
	padding: 0 15px;
	float: left;
	width: 100%;
	margin-top: 14px;
}
.side-box-content [class^="select-"] {
    margin-bottom: 8px;
    position: relative;
    text-align: left;
    width: 100%;
    float: left;
}
.side-box-content [class^="select-"] {
    margin-bottom: 8px;
    position: relative;
    text-align: left;
    width: 100%;
}
.select-course i, .select-person i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #b5b5b5;
    pointer-events: none;
}
.side-box-content [class^="select-"] ul {
    width: 70%;
    right: 0;
    top: 0;
    margin-top: 48px;
    font-weight: 400;
    background-color: #fff;
    padding: 2px 10px;
    border: 1px solid #eee;
    max-height: 180px;
    padding-bottom: 10px;
    overflow-y: scroll;
    position: absolute;
    z-index: 2;
}
.side-box-content [class^="select-"] ul::-webkit-scrollbar {
  width: 5px;
}
.side-box-content [class^="select-"] ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.side-box-content [class^="select-"] ul::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 2px;
}
.side-box-content [class^="select-"] ul::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.side-box-content [class^="select-"] li {
    color: #999;
    text-align: left;
    padding: 3px 10px;
/*     font-size: 14px; */
    font-size: 12px;
    cursor: default;
}
.side-box-content [class^="select-"] li span {
    letter-spacing: 0px !important;
}
.side-box-content [class^="select-"] li:hover, 
.side-box-content [class^="select-"] li.active {
	color: #fff;
	background-color: #04beb0;
}
.side-box-content [class^="select-"] select.active,
.side-box-content [class^="select-"] input.active {
	color: #666;
}
.side-box-content .input-wrap {
    position: relative;
    float: right;
	width: 70%;
    text-align: right;
    margin: 0px;
    background: #fff;
    border-radius: 6px;
    float: right;
}





.goods-detail .side-loading-target {
	width: 100%;
	position: relative;
}
.side-box .option-title {
    border-bottom: 1px solid #eee;
    padding: 20px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.side-box .option-title:hover {
	color: #000;
}
.side-box .side-box-content p.title-text {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 13px 0;
    display: inline-block;
    margin-top: 0;
    padding-left: 11px;
    width: 25%;
}
.select-addopt-wrap {
    margin-bottom: 8px;
    position: relative;
    text-align: left;
    width: 100%;
    float: left;
}
.goods-detail .info-wrap {
	float: left;
    width: calc(100% - 10px);
    position: relative;
    border: 1px solid #eee;
    padding: 6px 10px;
    cursor: pointer;
    user-select: none;
    margin-left: 10px;
    border-radius: 6px;
}
.goods-detail .side-box .info-title {
	text-align: center;
    font-size: 13px;
    color: #999;
    padding-bottom: 0;
}
.goods-detail .info-title i {
    position: absolute;
    right: 16px;
    font-weight: 600;
    font-size: 24px;
    color: #b5b5b5;
    display: none;
}
.goods-detail .side-box .info-content {
    display: none;
    font-size: 13px;
    line-height: 18px;
    padding: 0 5px;
    font-weight: 400;
    color: #333;
    margin-top: 13px;
}
.goods-detail .info-title i.active, .goods-detail .info-content.active {
    display: inline-block;
}
.goods-detail .info-content .color-high {
    color: #04beb0;
    display: block;
}

.checkbox-wrap .checkbox-custom, .checkbox-wrap .radio-custom{
	border: 1px solid #bbb;
	font-weight: 600;
	border-radius: 0;
}
.checkbox-wrap {
	text-align: left;
    float: left;
    height: 100px;
}

.promotion-wrap {
	padding-top: 5px;
}
.promotion-wrap .text-wrap {
    float: left;
    padding: 0 5px;
}
.promotion-wrap .text-wrap p {
	font-size: 12px;
    color: #999;
    padding: 0;
    line-height: 14px;
    font-weight: 400;
}
.promotion-wrap .text-wrap p:first-child {
    font-size: 14px;
    color: #666;
    padding-top: 3px;
    font-weight: 400;
    padding-bottom: 3px;
    line-height: 24px;
}
.selected-view {
    float: left;
    background: #f2f2f2;
    width: 100%;
    margin-top: 25px;
    padding: 24px 18px;
}
.side-box .selected-view p {
    padding: 0;
    line-height: 22px;
    font-size: 13.5px;
    color: #8e93a5;
}
.side-box .selected-view p.event-text {
	color: #ff6666;
}
.side-box .selected-view span:last-child {
	float: right;
}
.side-box .side_booking-box {
    padding: 0px 15px;
    float: left;
    width: 100%;
}
.side-box .side_booking-box.default {
	margin-top: 33px;
}
.side-box .total-price-wrap {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
}
.side-box .side_booking-box p {
	float: left;
    font-size: 14px;
    color: #8e93a5;
    font-weight: 300;
}
.side-box .side_booking-box p+p {
	float: right;
}
.goods-detail .side-box .side_booking-box span {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.side-box .selected-view .radio:checked+.radio-custom {
	background: #fff;
}
.side-box .selected-view .checkbox:checked+.checkbox-custom {
	border-color: #bbb;
	background-color: #fff;
}
.side-box label .checkbox:checked+.checkbox-custom {
    background: #fff;
    border-color: #bbb;
}
.side-box .checkbox:checked+.checkbox-custom i {
    content: "";
    display: block;
    position: absolute;
    opacity: 1 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 1px;
    color: #04beb0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.goods-detail .calendar-wrap #datepicker.active, #selectTime.active {
	color: #333;
}
.goods-detail .input-wrap input, .goods-detail .input-wrap select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-size: 14px;
    width: 100%;
    color: #bababa;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #eee;
    cursor: pointer;
}
.goods-detail .calendar-wrap #datepicker::placeholder,
.select-discount input::placeholder, 
.select-time input::placeholder,
.select-addopt-wrap input::placeholder {
	color: #bababa;
}
.side-box-content .label-img {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 14px;
	pointer-events: none;
}

.listing-rating .list-single-btn {
	background: transparent;
    color: #fff;
    opacity: 0.5;
    border-radius: 2px;
    padding: 1px 33px;
    float: left;
    margin-top: -13px;
    margin-left: 20px;
}
.listing-rating .share-holder {
    padding: 0;
    background: transparent;
    border-radius: 3px;
/*     margin-left: 10px; */
    margin-left: 0px;
    float: left;
    margin-top: -13px;
}
.listing-rating .list-single-btn {
	cursor: pointer;
}
.listing-rating .list-single-btn.share-holder {
	opacity: 1;
	border: none;
}
.listing-rating .showshare:hover, .listing-rating .list-single-btn:hover {
	opacity: 1;
}
.listing-rating .showshare {
    background: transparent;
    border-radius: 3px;
    box-shadow: none;
    padding: 1px 20px;
    height: 30px;
    opacity: 0.5;
    border: 1px solid #fff;
}
.list-single-header-item .showshare span {
    top: 0;
    display: inline-block;
    font-weight: 400;
    padding: 6px 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.list-single-header-item .listing-rating {
	margin-top: 13px;
/* 	margin-top: 3px; */
}
.goods-detail .scroll-to-fixed-fixed {
	top: 80px !important;
}
.list-single-btn-wrap {
	float: left;	
}
.goods-detail .custom-slick {
	position: absolute;
	width: 100%;
    margin-top: -100px;
}
.list-single-header {
	padding-bottom: 30px;
}
.goods-detail .custom-slick div{
	height: 100%;
}
.goods-detail .list-single-header {
	padding: 0;
	margin: 30px 0;
}
.goods-detail section.list-single-section {
	background-color: #fff;
}
.goods-detail section.list-single-section .section-separator:before {
	background-color: #fff;
}
.goods-detail section.list-single-section .list-single-header-item h2 {
	font-size: 22px;
    font-weight: 500;
    padding-bottom: 0;
    color: #222;
}
.goods-detail .slick-dots li.slick-active button {
	background: #fff;
}
.goods-detail .slick-dots li button {
	width: 7px;
	height: 7px;
}
.custom-write-items .custom-write-item .custom-write-title {
    padding-bottom: 0px;
    color: #04beb0;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 8px;
}
.custom-write-items .custom-write-item .custom-write-content {
	padding-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.custom-write-item {
    padding-bottom: 0;
    border-bottom: 1px solid #eee;
}
.custom-write-item:last-child {
	border-bottom: none;
}
.goods-detail .custom-form label i {
	top: 27px;
}
.goods-detail .unselected-view {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.goods-detail .leave-rating, .goods-detail .leave-rating-title {
	margin-top: 4px;
}
.goods-detail .reviews-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.goods-detail .reviews-title span {
	color: #ccc;
    font-size: 13px;
    font-weight: 300;
    margin-left: 20px;
}
.goods-detail .refund-text {
	margin-top: 15px;
}
.goods-detail .refund-wrap {
	margin-bottom: 0;
}
@media (max-width: 1199px){
	.logo-holder p {
	    margin-left: 5px;
	    font-size: 14px;
	}
}
@media (max-width: 1064px) {
	.header-inner {
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
    .goods-detail .sw-btn {
    	display: none;
    }
	.goods-detail .custom-slick {
	 	margin-top: -100px;
	}
}
@media (max-width: 499px) {
	.list-single-btn-wrap {
		float: none;
	    margin-top: 60px;
	}
	.listing-rating .list-single-btn {
		margin-left: 0;
		margin-right: 20px;
	}
}
.list-single-gallery .box-item a.gal-link {
	text-align: center;
}

.main .body-header {
	display: none;
}

.body-header.parallax-section {
	margin-top: 110px;
	
}
.body-header.parallax-section{
	padding: 115px 0;
}
.body-header.parallax-section.type-B {
	padding: 40px 0px;
}
.body-header.parallax-section .bg{
    height: 100%;
    top: 0;
    background-position: 50% 50%;
}

.nice-select ul.list li:first-child {
	display: none !important;
}
.section-title > h2 {
    font-weight: 600;
    font-size: 23px;
    margin-top: 24px;
}
.custom-header {
	width: 100%;
	position: relative;
	float: left;
	overflow: visible;
	z-index: 9;
	background-color: #fff;
    border-bottom: 1px solid #eee;
}
.custom-header-typeC .custom-header {
	display: none;
}
.custom-header-typeC #bodyHeader {
	display: none;
}
.custom-header-typeD #bodyHeader {
	display: none;
}
#bodyHeader {
	width: 100%;
	position: relative;
	float: left;
	overflow: visible;
	z-index: 51;
	background-color: #fff;
    border-bottom: 1px solid #eee;
}
#bodyHeader.fixed {
	position: fixed;
	top: 109px;
}
#headerMargin.active {
	margin-top: 63px;
}
#bodyHeader .link-wrap {
	float: left;
    padding: 0 30px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
#bodyHeader .home-link {
	float: left;
    color: #999;
}
#bodyHeader .home-link:hover {
	color: #04beb0;
}
#bodyHeader .home-link {
	font-size: 22px;
}
#bodyHeader .nav-holder {
    float: left;
    top: 0;
    padding: 18px 0;
}
#bodyHeader .nav-holder .category-items {
	float: left;
}
#bodyHeader .nav-holder .category-item {
    height: auto;
    width: 190px;
    text-align: left;
    margin: 0;
}
#bodyHeader .nav-holder .category-item a {
	font-size: 14px;
    font-weight: 500;
    color: #999;
    width: 100%;
    padding: 0 20px;
    border-right: 1px solid #eee;
}
#bodyHeader .nav-holder .category-item a i{
    float: right;
    margin-top: 5px;
}
#bodyHeader .nav-holder .category-item a:hover, #bodyHeader .nav-holder a.active {
	color: #04beb0;
}
#bodyHeader .nav-holder .item-ul {
	float: left;
}
#bodyHeader .nav-holder .item-li a {
    padding: 5px 15px;
    border: none;
}
#bodyHeader nav li ul {
	top: 44px;
}
@media (max-width: 1064px) {
	#bodyHeader {
		display: none;
	}
}

.btn.custom-btn {
    background: #fff;
    color: #04beb0;
    border: 1px solid #04beb0;
    padding: 10px 40px;
    font-weight: 400;
}
.btn.custom-btn:hover {
    background: #04beb0;
    color: #fff;
}

#jsPersonWrap {
    float: left;
    width: calc(100% + 30px);
    position: relative;
    padding: 0;
    background-color: #f2f2f2;
    margin: 0 -15px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 220px;
    overflow-y: auto;
}
#jsPersonWrap::-webkit-scrollbar {
  width: 5px;
}
#jsPersonWrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#jsPersonWrap::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 2px;
}
#jsPersonWrap::-webkit-scrollbar-thumb:hover {
  background: #999;
}
#jsPersonWrap .persons {
	float: left;
    width: 100%;
    padding: 12px;
    padding-left: 25px;
    padding-right: 17px;
    border-bottom: 1px solid #fff;
}
#jsPersonWrap .persons:last-child {
    border-bottom: none;
}
#jsPersonWrap .persons .persons-title {
    color: #333;
    font-weight: 500;
}
#jsPersonWrap .persons .person {
    float: left;
    width: 100%;
    padding: 3px 0;
    text-align: left;
}
#jsPersonWrap .person .person-type {
    width: 56%;
    display: inline-block;
    padding: 0;
    line-height: 20px;
    float: left;
    font-size: 13.5px;
}
#jsPersonWrap .person .person-type span {
	font-weight: 300;
	font-size: 12px;
	color: #999;
}
#jsPersonWrap .person .person-count_box {
    display: inline-block;
    width: 20%;
    float: left;
    padding-bottom: 0;
}
#jsPersonWrap .person-count_box .count-btn {
    width: 20px;
    height: 20px;
    float: left;
    line-height: 0;
    border: 1px solid #fff;
    background-color: #fff;
}
#jsPersonWrap .person-count_box .count-cnt {
	line-height: 20px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid #b2b2b2;
    background-color: #b2b2b2;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
#jsPersonWrap .person-count_box .count-cnt.active {
	border-color: #04beb0;
	background-color: #04beb0;
}
#jsPersonWrap .person .person-price {
	display: inline-block;
    width: 24%;
    text-align: right;
    float: left;
    padding-bottom: 0;
    line-height: 20px;
    font-size: 13.5px;
}

/* #jsGoodsPerson { */
/*     float: left; */
/*     width: 100%; */
/*     position: relative; */
/*     border: 1px solid #eee; */
/*     border-radius: 0 0 6px; */
/*     margin-top: -1px; */
/* } */
#jsGoodsPerson {
    float: left;
    position: relative;
    margin-top: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    width: 100%;
    color: #bababa;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 4px 20px;
    border: 1px solid #eee;
    padding-right: 10px;
}
#jsGoodsPerson::-webkit-scrollbar {
  width: 5px;
}
#jsGoodsPerson::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#jsGoodsPerson::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 2px;
}
#jsGoodsPerson::-webkit-scrollbar-thumb:hover {
  background: #999;
}
#jsGoodsPerson .persons {
	float: left;
    width: 100%;
}
#jsGoodsPerson .persons .persons-title {
    color: #333;
    font-weight: 500;
}
#jsGoodsPerson .person {
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #eee;
}
#jsGoodsPerson .person:last-child {
    border-bottom: none;
}
#jsGoodsPerson .person-text {
	float: left;
}
#jsGoodsPerson .person-count-wrap {
	float: right;
}
#jsGoodsPerson .person .person-type {
    width: 100%;
    display: inline-block;
    padding: 0;
    line-height: 18px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
#jsGoodsPerson .person .person-type span {
	font-weight: 300;
	font-size: 12px;
	color: #999;
}
#jsGoodsPerson .person .person-count_box {
    width: 100%;
    float: left;
    padding: 4px 0;
    padding-left: 8px;
}
#jsGoodsPerson .person-count_box .combo-cnt {
	line-height: 28px;
    pointer-events: none;
    width: 30px;
    height: 30px;
    float: left;
    border: 1px solid #b2b2b2;
    background-color: #b2b2b2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 0 2px 0;
    border-radius: 0;
}
#jsGoodsPerson .person-count_box .count-btn {
	width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    border: 1px solid #eee;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 3px 0 0 3px;
}
#jsGoodsPerson .person-count_box .combo-cnt + .count-btn {
	border-radius: 0 3px 3px 0;
}
#jsGoodsPerson .person-count_box .combo-cnt.active {
/* 	border-color: #04beb0; */
/* 	background-color: #04beb0; */
	border-color: #000;
	background-color: #000;
}
#jsGoodsPerson .person .person-price {
    padding-bottom: 0;
    line-height: 18px;
    font-size: 14px;
    color: #bababa;
    float: left;
    width: 100%;
}


.goods-detail .reviews-comments-item .reviews-comments-item-info {
    float: left;
    width: 100%;
    margin-top: 10px;	
}
.goods-detail .reviews-comments-item-text h4 {
    padding-bottom: 9px;
}
.goods-detail .reviews-comments-item a {
    font-size: 15px;
    font-weight: 500;
    color: #999;
}
.goods-detail .reviews-comments-item .reviews-comments-item-info .reviews-comments-title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-bottom: 5px;
    margin-right: 20px;
}
.goods-detail .reviews-comments-item .reviews-comments-item-info .reviews-comments-option-name {
    float: left;
    letter-spacing: -0.6px;
    margin-right: 20px;
    font-weight: 500;
}
.goods-detail .reviews-comments-item .reviews-comments-item-info .reviews-comments-item-date {
    font-size: 13px;
    line-height: 16px;
    color: #999;
    word-break: break-all;
    float: left;
    margin-top: 0;
}
.goods-detail .reviews-comments-item .reviews-comments-item-info .reviews-comments-item-date i {
	color: #999;
}

.goods-detail .reviews-comments-item .reviews-comments-item-text .reviews-comments-content {
    font-size: 15px;
    line-height: 22px;
    color: #999;
    word-break: break-all;
    float: left;
    margin-top: 17px;
}
.goods-detail .reviews-comments-item .gallery-items {
	margin-top: 15px;
}
.goods-detail .reviews-comments-item .gallery-item a {
	background-color: #fff;
    opacity: 0.9;
    color: #333;
}
.gallery-items .gallery-item-six:nth-of-type(1n+7), .gallery-items .grid-sizer-six:nth-of-type(1n+7) {
	display: none;
}

.mobile-course-wrap .mobile-course-list {
	font-size: 18px;
    color: #898989;
    margin-bottom: 40px;
}
.mobile-course-wrap .mobile-course-item-title img {
	width: 60px;
}
.mobile-course-wrap .mobile-course-dot {
    float: left;
    width: 35px;
    margin: 50px 0;
    margin-left: calc(50% - 17.5px);
    transform: rotate(90deg);
    height: 1px;
    border-bottom: 7px dotted #fff;
    opacity: 0.4;
}
.mobile-course-wrap .slider-container-wrap .sw-btn {
	display: block;
}
.mobile-course-wrap  .sw-btn {
    z-index: 30;
    top: 55%;
    background: rgba(0,0,0,.7);
    transition: all 0.5s linear;
}
.mobile-course-wrap .sw-btn i{
    color: #fff;
}
.mobile-course-wrap .timeline-end{
	bottom: -70px;
    color: #999;
    background: #000;
}
.mobile-course-wrap .mobile-course-title {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.mobile-course-wrap .mobile-course-info {
    margin-top: 10px;
    font-size: 16px;
    text-align: left;
    float: left;
    width: 100%;
    line-height: 26px;
    color: #898989;
    font-weight: 400;
}
.mobile-course-wrap .mobile-course-img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.side_btn-wrap {
	padding: 0;	
}
.side_btn-wrap .cart-btn-wrap {
    width: 30%;
    padding: 0 5px;
    float: left;
}
.header-inner {
	height: 100%;
}
.side_btn-wrap .add-cart-btn {
    width: 100%;
    margin: 0;
    height: 48px;
    font-size: 16px;
}
.side_btn-wrap .booking-btn {
	width: 100%;
	display: inline-block;
}
.main .main-search-input-item .nice-select {
	position: relative;
	height: 42px;
	line-height: 42px;
	max-width: 100%;
	font-size: 14px;
}
.custom-rating-wrap {
	float: left;
}
.main .main-search-input-text.mobile-search-text {
    display: none;
}
.main .slider-container-wrap .sw-btn {
    top: 4vh;
    position: absolute;
}
.add-cart-btn i {
	display: none;
}
.pc-gallery {
	display: block;
}
.mobile-gallery {
	display: none;
}
.board-search-form {
	width: 300px;
    margin: 0 auto;
    margin-top: 50px;
}
.search-form-wrap {
	float: left;
	width: 100%;
}
.board-search-form select {
	float: left;
    height: 34px;
    width: 70px;
    border: 1px solid #eee;
}
.board-search-form .keyword {
    float: left;
    width: 160px;
    height: 34px;
    border: 1px solid #eee;
    padding: 0 10px;
}
.board-search-form .pc-search-btn {
    padding: 2px 20px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-top: 0px;
    background-color: #04beb0;
    border: 1px solid #04beb0;
    border-radius: 3px;
    color: #fff;
    opacity: 0.8;
    float: left;
    height: 34px;
}
.board-search-form .pc-search-btn:hover {
	opacity: 1;
}
.main #datepicker {
	height: 41px;
}
@media (min-width: 1064px) and (max-width:1399px) {
	.side-box .option-title {
		padding: 12px 20px;
	}
	.side-box .side-box-content p.title-text {
	    padding-left: 5px;
    	width: 22%;
	}
	.side-box-content .input-wrap {
		width: 78%;
	}
}
@media (max-width: 1199px) {
	.slick-initialized .slick-slide {
		height: 40vh;
	}
	.select-date {
		margin-top: 10px;
	} 
	.select-date, .select-time, .select-person, .select-discount {
		margin-bottom: 10px;
	}
	.side-box .option-title {
		font-size: 17px;
	}
	.goods-detail .side-box .info-content {
		margin-top: 5px;
	}
	.body-header.parallax-section {
	    padding: 80px 0;
		margin-top: 80px;
	}
	.box-container {
		position: relative;
		top: 0;
	}
	.course-section {
		padding-top: 80px;
	}
	.box-container .box-in-item {
		height: 220px;
	}
	.main .main-search-input-item.type-B {
		font-size: 14px;
	}
	.main .main-search-input-item .nice-select {
		height: 42px;
		line-height: 42px;
	}
	.main .main-search-input-text {
		padding: 9px 0;
	}
	.main-search-input-item, .main-search-input-item input, .main-search-button {
		height: 42px;
	}
	.main #searchTime {
	    padding: 7.5px 3px;
	    font-size: 14px;
	    font-weight: 500;
	    line-height: 26px;
	}
	.main .main-search-input-item img {
		top: 12px;
	}
	.select-course input {
		padding: 10px 5px;
		text-align: left;
	}
	.goods-detail .gallery-item img{
		height: 120px;
	}
}
@media (max-width: 1063px) {
	.side-box .side-box-content p.title-text {
		width: 20%;
	}
	.side-box-content .input-wrap {
		width: 80%;
	}
	#jsPersonWrap .person .person-type {
		font-size: 14px;
		line-height: 30px;
		width: 65%;
	}
	#jsPersonWrap .person .person-count_box {
		width: 15%;
	}
	#jsPersonWrap .person .person-price {
		width: 20%;
	}
	
	#jsPersonWrap .person .person-price {
		font-size: 15px;
		line-height: 30px;	
	}
	.side-box-content [class^="select-"] li {
		font-size: 14px;
	}
	#jsPersonWrap .person .person-type span {
		font-size: 13px;
	}
	.goods-detail .list-single-main-item p {
		font-size: 14px;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	.side_btn-wrap .booking-btn {
	    width: calc(66% - 8px);
    	float: right;
	}
	.side_btn-wrap .cart-btn-wrap {
	    width: 30%;
	    padding: 0;
	    margin-left: 8px;
	    float: left;
	}
	.container {
		width: 100%;
	}
	.main .bus-moving .slider-container-wrap .swiper-button-prev {
		left: 0;
	}
	.main .bus-moving .slider-container-wrap .swiper-button-next {
		right: 0;
	}
}
@media (max-width: 991px) {
	.side_btn-wrap .cart-btn-wrap {
		padding-left: 0;
	} 
	.container {
		width: 100%;
	}
	.course__information {
	    margin-top: 20px;
	}
	.course__information .course-info {
		font-size: 15px;
		line-height: 24px;
	}
	.course__information .big__img div {
		height: 400px;
	}
	.course-item > div.circle-bg.active, .course-item > div.circle-bg:hover {
		box-shadow: 0px 0px 0px 3px #fff;
		opacity: 1;
	}
	.course-items {
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    height: 120px;
	    padding: 10px 0;
	}
	.course-item > div.circle-bg:before {
	    display: none;
	}
	.course-items .course-item {
	    float: none;
	    margin-left: 0;
	    margin-right: 0;
	    width: 110px;
	    display: inline-block;
	}
	.course-item > div {
    	padding: 0;
	}
	.course-item p {
	    font-size: 13px;
	    padding-top: 0;
	}
	.main .course-items .course-item:after {
	    content: "";
	    display: block;
	    margin-top: -60px;
	    float: left;
	    margin-left: 100px;
	    width: 20px;
	    height: 1px;
	    border-bottom: 4.5px dotted #fff;
	    opacity: 0.4;
	    position: inherit;
	    z-index: -1;
	}
	.main .course-items .course-item:last-child:after {
	    display: none;
	}
	.course-item > div.circle-bg {
	    border-radius: 50%;
	    display: inline-block;
	    cursor: pointer;
	    padding: 0;
	    width: 55px;
	    height: 55px;
	    transition: all 200ms linear;
	    overflow: hidden;
	    box-shadow: 0px 0px 0px 3px #fff;
	    opacity: 0.5;
	}
	.main .bus-moving .sw-btn {
		display: block;
	}
	.main .bus-moving .slider-container-wrap .swiper-button-prev {
	    left: -100px;
	}
	.main .bus-moving .slider-container-wrap .swiper-button-next {
	    right: -100px;
	}
	.main .bus-moving .slider-container-wrap {
		padding: 150px;
	}
	.box-container .box-in-item {
		height: 240px;
	}
	.goods-detail .sidebox {
		width: 100% !important;
	}
	.center-col-list-wrap .listing-item {
		width: 50%;
		padding: 0 15px;
	}
	.parallax-section .section-title h2 {
		font-size: 28px;
	}
	.mobile-bus {
	    float: left;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.mobile-bus img {
	    float: left;
	    width: 62vw;
	    position: relative;
	}
	.mobile-bus img:nth-of-type(1) {
	}
	.mobile-bus img:nth-of-type(2) {
	    left: 15%;
   	    top: -6vh;
	}
	.mobile-bus img:nth-of-type(3) {
		left: 30%;
   	    top: -12vh;
	}
	.select-time ul, .select-discount ul {
		margin-top: 19px;
		top: 28px;
		width: 300px;
		max-width: 100%;
	}
	#jsPersonWrap .person .person-type {
		width: 65%;
	}
	#jsPersonWrap .person .person-count_box {
	    width: 20%;
	}
	#jsPersonWrap .person .person-price {
	    width: 15%;
	}
	.select-course ul {
	    width: calc(100% - 20px);
	}
	.main .slider-container-wrap {
	    padding: 30vh 0;
	}
	.main .main-search-input {
	    background: transparent;
	    padding: 0;
	    box-shadow: none;
	}
	.main .search-title span {
	    margin-left: 0;
	    display: block;
	}
	.main .main-search-input {
	    margin-top: 0px;
	}
	.main .main-search-input-text {
		display: none;
	}
	.main .main-search-input-text.mobile-search-text {
	    width: 20%;
	    height: 50px;
	    line-height: 50px;
	    padding: 0;
	    background: transparent;
	    color: #fff;
	    margin: 0;
	    display: inline-block !important;
	}
	.main .main-search-input-item .nice-select {
	    height: 50px;
	    line-height: 50px;
	    background-color: #fff;
	    width: 100%;
	    float: left;
	    display: inline-block;
	}
	.main .main-search-input-item.type-A {
	    width: 80%;
	    height: 50px;
	    margin-bottom: 10px;
	}
	.main .main-search-input-item.type-B {
	    width: 80%;
	    margin-bottom: 10px;
	}
	.main #datepicker {
	    padding: 0 18px;
	    border-radius: 6px;
	    height: 50px;
	}
	.main .main-search-input-item.type-C {
	    width: 80%;
	    margin-bottom: 10px;
	}
	.main #searchTime {
	    width: 100%;
	    border-radius: 6px;
	    padding: 0 15px;
	    height: 50px;
	}
	.main .main-search-input-item.type-D {
	    width: 80%;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.main .main-search-input-item.type-D p {
	    display: none;
	}
	.main-search-input-item, .main-search-input-item input, .main-search-button {
	    height: 50px;
	    line-height: 50px;
	    border: none;
	}
	.main-search-button {
		float: left;
	    position: relative;
	    width: 100%;
	    border-radius: 6px;
	}
	.main #ax5CalendarWrap {
	    z-index: 110;
	}
	.main .search-title {
		margin-left: -5px;
	}
	.main .main-search-input-text.mobile-search-text {
		text-align: left;
	}
	.course__information .course-info {
		font-size: 15px;
		line-height: 24px;
	}
	.bus-section .color-bg-text h3 {
		font-size: 24px;
	}
	.about .about__item h3 {
	    font-size: 20px;
	}
	.side-box .option-title, .goods-detail .outer-title {
		font-size: 18px;
	} 
	.goods-detail .add-cart-btn, .goods-detail .booking-btn, .third-aside h4, .box-in-item .box-title, .bus-section .color-bg-text p:last-child, .course__information .course-info, .about .section-bottom-title, .main .search-title {
		font-size: 16px;
	} 
	.goods-detail .input-wrap input, .goods-detail .input-wrap select, .listing-rating .list-single-btn, .goods-detail .reviews-comments-item .reviews-comments-item-text .reviews-comments-content, .about .about__item p, .tour-program__section .listing-counter, .faq .accordion a.toggle, .main-search-button {
		font-size: 14px;
	}
	.list-single-header-item .listing-rating span, .head-footer a span, .footer__anchor, .footer__info.text__mini, .box-in-item .box-content, .refund-table tr th, .refund-table tr td, .goods-detail .side-box .info-content, .board-search-form .keyword, .board-search-form select, .faq .accordion a.toggle, .main-search-input-text, .main .main-search-input-item .nice-select {
		font-size: 13px;
	}
	.tour-gallery__section .gallery-item .box-item, .tour-gallery__section .grid-sizer .box-item, .tour-gallery__section .box-item img {
		height: 100%;
	}
}

@media (max-width: 767px) {
	#jsPersonWrap .person .person-type {
		width: 60%;
	}
	#jsPersonWrap .person .person-count_box {
		width: 25%;
	}
	.goods-detail .gallery-item {
		width: 16.66%;
	}
	.about .about__item h3 {
	    font-size: 20px;
	    color: #000;
	}
	.about__content .section-separator:before {
		background-color: #666; 
		height: 3px;
	} 
	.about__item .content__wrap {
		background-color: #fff;
	}
	.course__information .mini__img {
		height: 140px;
	}
	.main .bus-moving .slider-container-wrap {
		padding: 100px;
	}
	.goods-detail .info-wrap {
		margin-left: 0;
		width: 100%;
	}
	.course__information .big__img div {
		height: 300px;
		background-position: 50% 50%;
	}
	.course__information .course-title {
		margin: 15px 0;
	}
	.course__information .information__right {
		padding: 0;
	}
	.course__information .mini__wrap {
		display: none;
/* 	    float: left; */
/* 	    width: 100%; */
/* 	    margin-top: 10px; */
/* 	    margin-bottom: 30px; */
	}
	.course__information .course-info {
		height: auto;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.list-single-header-item .listing-rating {
		margin-top: 10px;
	}
	.side-box .side-box-content p.title-text {
		padding-left: 0;
	}
	.side-box .side-box-content p.title-text {
		width: 20%;
	}
	.side-box-content .input-wrap {
		width: 80%;
	}
	.side-box-wrap, .side-box-in-wrap {
		padding: 0;
	}
	.container {
		width: 100%;
	}
/* 	.custom-write-items .custom-write-item .custom-write-content { */
/* 		padding: 0 10px; */
/* 	} */
/* 	.side-box-wrap, .detail-main-wrap { */
/* 		padding: 0; */
/* 	} */
	.tour-program__section .listing-counter {
		display: block;
	}
	.main .slider-container-wrap {
	    padding: 40vh 0;
	}
	.slick-initialized .slick-slide {
		height: 50vh;
	}
	.slick-initialized .slick-slide {
		height: 50vh;
	}
	.side-box .option-title {
		padding: 10px;
	}
	.goods-detail .gallery-item img {
		height: 100px;
	}
	.main-search-button {
	    width: 50%;
	    display: block;
	    border-radius: 30px;
	    margin: 0px 25%;
	    margin-top: 20px;
	    height: auto;
	    line-height: 36px;
	}
	.bus-moving .slider-container-wrap {
		padding: 60px 0;
	}
	.course__information .course-title {
		padding: 0 10px;
	}
	.about__custom-bg {
		display: none;
	}
	.about__item .content__wrap {
		height: auto;
	}
	.about__item .about__content {
	    text-align: center;
	    position: relative;
	    margin-left: 0;
	    margin-top: 0;
	    background-color: #fff;
	    height: auto;
	    width: 100%;
	    padding: 20px 0;
	}
	.about__item.type_B .about__content {
		margin-left: 0;
		text-align: center;
	}
	.goods-detail .outer-title {
		font-size: 18px;
	}
	.about__item > div {
		height: 400px;
	}
}

@media (max-width: 499px) {
	section.list-single-section {
		padding: 50px 0;
	}
	.list-single-btn-wrap {
		margin-top: 20px;
	}
	.goods-detail .custom-slick {
	    margin-top: -50px;
	}
	#jsPersonWrap .person .person-type {
		font-size: 13px;
		line-height: 24px;
		width: 65%;
	}
	#jsPersonWrap .person .person-price {
		line-height: 20px;
	}
	.side-box-content [class^="select-"] li {
		font-size: 12px;
	}
	.review-wrap {
		margin-top: 40px;		
	}
	.question-update-btn {
		border: 1px solid #04beb0;
	}
	.board-search-form .keyword {
		width: 180px;
	}
	.goods-detail .gallery-item {
		width: 31%;
		margin-bottom: 10px;
		margin-right: 2.33%;
	}
	.goods-detail .gallery-item img {
		height: 100px;
	} 
	.refund-table tr th, .refund-table tr td {
		padding: 5px 0;
	}
	.about .section-title {
		padding-bottom: 35px;
	}
	.about .about__item h3, .about .about__item p {
		padding: 0 40px;
	}
	.about .about__item p {
		line-height: 18px;
	}
	.about__item  {
		margin-bottom: 30px;
	}
	.about__item > div {
		height: 220px;
		border-radius: 6px;
	}
	
	.main .slider-container-wrap {
		padding: 250px 0;
	}
	.main .search-section {
		padding: 25px 0;
	}
	.tour-gallery__section .gallery-item .box-item, .tour-gallery__section .grid-sizer .box-item {
		padding: 0;
	    height: 120px;
	} 
	.course__information .big__img div {
	    height: 180px;
	}
	.course-section-title {
		margin-bottom: 50px;
	}
	.course__information .mini__img {
		height: 80px;
	}
	.main .bus-moving .slider-container-wrap .sw-btn {
	    top: -70px;
	    position: absolute;
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	    font-size: 11px;
	}
	.main .section-separator {
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.tour-program__section .btn, .tour-gallery__section .btn {
		margin-top: 40px;
	}
	.main .slick-dots li {
	    width: 12px;
	}
	.pc-gallery {
		display: none;
	}
	.mobile-gallery {
		padding: 0 10px;
	    display: block;
	    height: 300px;
	    float: left;
	    width: 100%;
	}
	.mobile-gallery .slick-dots {
	    display: block !important;
	    top: 0px;
	    left: auto;
	    right: 0;
	    bottom: auto;
	    height: auto;
	    width: 80px;
	    text-align: right;
	    padding-right: 15px;
	}
	.mobile-gallery * {
		width: 100%;
		height: 40vh;
		background-size: cover;
	}
	.mobile-gallery .listing-counter {
	    width: 180px;
	    height: 30px;
	    position: absolute;
	    top: 80%;
	    overflow: hidden;
        left: calc(50% - 90px);
	}
	.bus-section strong {
		font-weight: 600;
	}
	.head-footer a img {
		height: 30px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.box-container .box-in-item {
		height: 190px;
		padding: 10px;
	}
	.head-footer a span, .grid-small-pad .grid-item-holder, .bus-section .color-bg-text {
	    padding: 0;
	}
	.side_btn-wrap .cart-btn-wrap {
	    width: 30%;
	    margin-right: 3%;
	    padding: 0;
	    margin-bottom: 15px;
	}
	.side_btn-wrap .booking-btn-wrap {
	    width: 100%;
    	float: left;
	}
	.box-container .box-img, .box-in-item .box-title, .box-in-item .box-content {
		text-align: center;
	}
	.box-container .box-img img {
	    width: 40px;
	}
	/*15~20% 揶쏅Ŋ�꺖*/
	.bus-section .color-bg-text p:last-child {
		line-height: 22px;
	}
	.bus-section .color-bg-text h3 {
		line-height: 26px;
		margin-bottom: 0;
	}
	.tour-program__section .listing-counter {
		font-weight: 500;
	}
	.course__information .course-info, .about .about__item h3 {
		line-height: 22px;
	}
	.about .section-bottom-title {
		line-height: 18px;
		text-align: center;
	}
	.bus-section .color-bg-text h3 {
		font-size: 22px;
	}
	.about .about__item h3 {
	    font-size: 18px;
	}
	.side-box .option-title, .goods-detail .outer-title {
		font-size: 18px;
	} 
	.goods-detail .add-cart-btn, .goods-detail .booking-btn, .third-aside h4, .box-in-item .box-title, .bus-section .color-bg-text p:last-child, .course__information .course-info, .about .section-bottom-title, #jsPersonWrap .person .person-price {
		font-size: 14px;
	} 
	.goods-detail .input-wrap input, .goods-detail .input-wrap select, .listing-rating .list-single-btn, .goods-detail .reviews-comments-item .reviews-comments-item-text .reviews-comments-content, .about .about__item p, .tour-program__section .listing-counter, .faq .accordion a.toggle, #jsGoodsPerson .person .person-type, #jsGoodsPerson .person .person-price {
		font-size: 13px;
	}
	.list-single-header-item .listing-rating span, .head-footer a span, .footer__anchor, .footer__info.text__mini, .box-in-item .box-content, .refund-table tr th, .refund-table tr td, .goods-detail .side-box .info-content, .board-search-form .keyword, .board-search-form select, .faq .accordion-inner p, #jsPersonWrap .person .person-type span {
		font-size: 12px;
	}
	.select-course ul li {
    	padding: 3px 0px;
	}
	.side_btn-wrap .booking-btn {
	    width: 100%;
	}
	.main .main-search-input {
	    padding: 0;
	}
	.main .main-search-input-text.mobile-search-text {
		text-align: left;
	}
	.mobile-course-wrap .mobile-course-img-wrap {
	    padding: 120px 0;
	}
	.mobile-course-wrap .slick-dots {
	    bottom: 10px;
	}
	#jsPersonWrap .person .person-type span {
		display: block;
		line-height: 5px;
	}
	.goods-detail .list-single-main-item .persons-title {
		font-size: 15px;
	}
	#jsPersonWrap .person .person-type, #jsPersonWrap .person .person-price {
		font-size: 14px;
	}
/* 	.mobile-course-wrap .mobile-course-dot { */
/* 	    margin: 30px 0; */
/* 	    margin-bottom: 50px; */
/* 	} */
	#jsPersonWrap .person .person-price {
	    margin-right: 10px;
	    float: right;
	    width: auto;
	}
	.course-section {
		padding-top: 50px;
	    padding-bottom: 60px;
	}
	.mobile-course-wrap .slick-dots li.slick-active button {
		background-color: #fff;
	}
	.mobile-course-wrap .main .slick-dots li {
    	width: 10px;
    	margin: 0 5px;
	}
	.mobile-course-wrap .slider-container-wrap .sw-btn {
	    display: none;
	}
	.mobile-course-wrap .slick-initialized .slick-slide {
	    height: 240px;
	}
	.mobile-course-wrap .mobile-course-img {
	    width: 100%;
	    height: 240px;
	}
	.mobile-bus {
		height: 25vh;
	}
	.center-col-list-wrap .listing-item {
		width: 100%;
	}
	.parallax-section .section-title h2 {
		font-size: 24px;
	}
	.body-header.parallax-section {
		padding: 40px 0;
	}
	#jsPersonWrap .persons {
    	padding: 12px 5px;
    	padding-left: 15px;
	}
	#jsPersonWrap .person .person-type {
		width: 50%;
	}
	#jsPersonWrap .person .person-count_box {
	    width: 24%;
	}
	.select-course input {
		padding: 10px;
	}
	.goods-detail .reviews-title span {
	    display: inline-block;
	    margin-left: 0;
	}
	.goods-detail .comment_more-btn {
		margin-top: 0px;
	}
	
	 {
		font-size: 13px
	}
	
}

.pagination {
	margin-top: 20px;
}
.pagination a.current-page, .pagination a:hover {
	background-color: #fff;
	color: #04beb0;
}
.pagination a.not {
    background-color: #fff;
    cursor: default;
}
.pagination a.not:hover {
    color: #222;
}
.listing-item {
	padding: 0 15px;
}
.spad .grid-item-holder {
	padding: 15px;
}
.remove-discount-btn {
    position: absolute;
    right: 17px;
    cursor: pointer;
    opacity: 0.8;
    pointer-events: initial !important;
}
.remove-discount-btn:hover {
	opacity: 1;
}
@media (min-width: 1400px) {
	.side_btn-wrap .cart-btn-wrap {
	    width: 86px;
	    padding: 0;
	    margin-left: 9px;
	    font-size: 16px;
	}
	.goods-detail .side_btn-wrap .booking-btn {
		float: right;
		font-size: 16px;
	}
}

.padding-null{
	padding: 0px;
}

.custom-slick {
	position: absolute;
	width: 100%;
    margin-top: -200px;
}
.custom-slick div{
	height: 100%;
}
.list-single-header {
    padding-bottom: 50px;
    margin-top: -50px;
}
@media (max-width: 1064px) {
    .sw-btn {
    	display: none;
    }
    .custom-slick {
	    margin-top: -100px;
	}
}
.grid-small-pad .grid-item-holder {
	padding: 10px 10px 10px 0;
}
body.goods-detail .add-wrap .add-item{
    margin-bottom: 0px;
}
body.goods-detail .add-wrap p{
    float: none;
    display: block;
}
body.goods-detail .add-name{
    float: none;
    color: #999;
    font-size: 11px;
    position: inherit;
    padding-left: 0px;
    margin-bottom: -8px !important;
}
body.goods-detail .add-price{
    float: right;
    font-size: 13px;
    color: #999;
    position: inherit;
}
body.goods-detail 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;
}
body.goods-detail .opt-count-wrap input.add-plus, body.goods-detail .opt-count-wrap 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 section.lightpick {
	top: auto !important;
	left: auto !important;
}
	.select-addopt-wrap .add-item-wrap input {
	    width: 30px;
	    height: 30px;
	    float: left;
	    padding: 0;
	    border-radius: 0;
	    color: #333;
	    font-size: 14px;
	    background-color: #f9f9f9;
	    border: 1px solid #eee;
	}
	.select-addopt-wrap .add-item-wrap .add-qty {
	    text-align: center;
	    color: #fff;
	    background: #999;
	    border-color: #999;
	}
	.select-addopt-wrap .add-item-wrap .add-name {
		display: inline-block;
		margin-right: 30px;
	}
	.select-addopt-wrap .add-item-wrap .add-price {
		display: inline-block;
	}
	.select-addopt-wrap .opt-text-wrap {
		text-align: left;
	}
	.goods-detail #alterOptWrap .add-item {
		padding: 0;
		padding-bottom: 5px;
	}
	.goods-detail #singleOptWrap .add-item:first-of-type {
		padding-top : 0px;
	}
	.goods-detail #singleOptWrap .add-item {
	    padding-bottom: 5px;
	}
	
	/* tmp */
	.select-person-wrap .select-person {
		border: 1px solid #eee;
	    position: absolute;
	    width: 100%;
	    z-index: 1;
	    background: #fff;
	    text-align: left;
	}
	.select-person-wrap .select-wrap {
	    padding: 10px 10px;
	    border-bottom: 1px solid #eee;
	    height: 52px;
	}
	.select-person-wrap .select-wrap:first-child {
		border-top: 0;
	}
	.select-person-wrap .select-wrap:last-child {
		border-bottom: 0;
	}
	.select-person-wrap .select-person .first-text {
		color: #000;
	    display: inline-block;
	    padding: 0;
	    font-size: 14px;
	    width: 125px;
	    margin-top: 3px;
	    float: left;
	}
	.select-person-wrap .select-person .second-text {
		color: #000;
	    display: inline-block;
	    padding: 0;
	    letter-spacing: 0px !important;
	    width: 62px;
	    float: left;
	    margin-top: 3px;
	}
	.select-person-wrap .select-person .custom-combo-box {
	    color: #000;
	    display: inline-block;
	    padding: 0;
	    width: 90px;
	    float: right;
	    margin-top: 2px;
	}
	.select-person-wrap .select-person .custom-combo-box .combo-btn{
		width: 30px;
	    height: 30px;
	    float: left;
	    padding: 0;
	    border-radius: 0;
	    color: #333;
	}
	.select-person-wrap .select-person .custom-combo-box .combo-cnt{
	    width: 30px;
	    height: 30px;
	    float: left;
	    padding: 0;
	    border-radius: 0;
	    text-align: center;
	    color: #fff;
	    background: #999;
	    border-color: #999;
	    pointer-events: none;
	}
	
.room-option-wrap-single {
	padding: 27px;
	background-color: #DEDEDE;
	border-radius: 5px;
    margin-bottom: 23px;
}
.room-option-wrap-single .room-options {
	text-align: left;
}
.room-option-wrap-single .room-option {
	margin-bottom: 15px;
	padding: 0;
    display: flex;
}
.room-option-wrap-single .room-option-title {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	display: inline-block;
	width: 100px;
}
.room-option-wrap-single .room-option-content {
	font-size: 14px;
	color: #222;
	font-weight: 400;
	display: inline-block;
    width: calc(100% - 100px);
}




/* �떊洹� */
.be__select-box	{
    position: absolute;
    top:0;
    width: 400px;
    background: #fff;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #eee;
}
.be__select-box .be__list	{
	padding: 10px 15px;
}
.be__select-box .be__row	{
	display:flex;
	align-items:center;
	justify-content: space-between;
	border-bottom:1px dashed #e2e2e2;
	padding-bottom:10px;
	padding-top:10px;
}
.be__select-box .be__row label	{
	margin-bottom:0;
	font-weight:500;
}
.be__select-box .be__row:last-child	{
	border-bottom:0;
}
.be__select-box .be__stepper	{
	display:flex;
}
.be__select-box .be__stepper button	{
	border: 1px solid #6C7BFF;
	color:#6C7BFF;
	background:#fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.be__select-box .be__stepper button.be__minus	{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.be__select-box .be__stepper button.be__plus	{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.be__select-box .be__stepper button.disabled,
.be__select-box .be__stepper button.disabled:hover,
.be__select-box .be__stepper button.disabled:active	{
	border-color:#e2e2e2 !important;
	color:#e2e2e2 !important;
	background:transparent !important;
}
.be__select-box .be__stepper div.be__quantity	{
	border:1px solid #fff;
	background:#fff;
	color:#333;
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.be__select-box .be__stepper div.be__quantity.zero	{
	color:#999999;
}
.be__select-box button.be__ok	{
	border: 1px solid #6C7BFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #6C7BFF;
    opacity: .9;
    color: #fff;
    padding: 3px 20px;
    width: 100%;
    height: 55px;
}
.be__select-box button.be__ok:hover,
.be__select-box button.be__ok:active	{
	opacity:1;
}
.option-select-wrap {
    background: #fff;
   	padding: 22px 15px;
   	border-radius: 5px;
	border: 1px solid #EEEEEE;
	margin-bottom: 15px;
}
.option-select-items {
	margin-bottom: 15px;
}
.js-days {
	position: absolute;
    right: 18px;
    top: 18px;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    padding: 0 16px;
    border-left: 2px solid #8d8d8d;
    height: 15px;
    line-height: 14px;
}
.detail-main {
	margin-top: 2vh;
}
#lightpickWrap .datepicker{
	display: block;
    width: 100%;
    border: none;
    color: #222;
    font-size: 15px;
    padding: 14px;
    padding-left: 55px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #222;
}
#lightpickWrap .datepicker.disabled{
	cursor: no-drop;
}
#datepicker::-webkit-input-placeholder {
	color: #222 !important;
}
#datepicker:-ms-input-placeholder {
	color: #222 !important;
}
#datepicker::placeholder {
	color: #222 !important;
}
.accordion-text {
	font-size: 15px;
    font-weight: 400;
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.accordion-text > span {
    padding: 0 3px;
}
.accordion-text .quantity {
    display: inline-block;
}
.accordion-text i {
	position: relative;
    top: 5px;
}
.js-select-accordion {
	cursor: pointer;
}
.single-opt {
    background: #fff;
    margin-bottom: 14px;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: left;
    padding: 11px 1.3vw;
    position: relative;
}
.single-opt p:nth-of-type(1) {
    padding: 0;
    font-size: 15px;
    color: #222;
}
.single-opt p:nth-of-type(2) {
	color: #AAAAAA;
    font-weight: 300;
    padding: 0;
}
.single-opt select {
	position: absolute;
    right: 20px;
    top: 21px;
    width: 82px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 8px;
    z-index: 1;
}

.multi-opt {
    background: #fff;
    margin-bottom: 14px;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: left;
    position: relative;
    cursor: pointer;
}
.multi-opt p:nth-of-type(1) {
    font-size: 15px;
    color: #222;
    padding: 0 1.3vw;
    padding-top: 11px;
}
.multi-opt p:nth-of-type(2) {
    color: #AAAAAA;
    font-weight: 300;
    padding: 0 1.3vw;
    padding-bottom: 11px;
}
.multi-opt > i {
	font-size: 32px;
    position: absolute;
    right: 15px;
    top: 19px;
}
.multi-opt + .opt-item {
    background: #dedede;
    display: none;
}
.multi-opt.active {
	border-radius: 5px 5px 0px 0px;
}
.multi-opt.active > i{
	transform: rotate(180deg);
}
.multi-opt.active + .opt-item {
	display: block;
    margin-top: -14px;
    margin-bottom: 14px;
    border: 1px solid #dedede;
    border-radius: 0px 0px 5px 5px;
}
.multi-opt + .opt-item div {
    padding: 16px 5px;
}
.multi-opt + .opt-item i {
    position: absolute;
    left: 5px;
    top: 21px;
}
.multi-opt + .opt-item p {
    display: block;
    padding: 0;
    padding-left: 25px;
    height: 33px;
    line-height: 33px;
    text-align: left;
}
.multi-opt + .opt-item select {
	float: right;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    background: #fff;
    width: 82px;
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
    margin-left: 15px;
    font-size: 15px;
}
.multi-opt + .opt-item p span:nth-of-type(1) {
	font-size: 13px;
}
.multi-opt + .opt-item p span:nth-of-type(2) {
	float: right;
    font-size: 13px;
    color: #AAAAAA;
}
.side-box .item-header {

}
.side-box .item-header span {
	position: absolute;
    right: 20px;
    z-index: 5;
    top: 17px;
    cursor: pointer;
}
.side-box .item-contents {
	position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding: 25px 0;
    background: #fff;
    border-bottom: 1px dashed #EEEEEE;
}
.side-box .item-contents .content {
    font-size: 14px;
    padding: 0 25px;
    font-weight: 400;
    display: flex;
}
.side-box .item-contents .content span:nth-of-type(1) {
    color: #aaa;
    display: inline-block;
    width: 85px;
}
.side-box .item-contents .content span:nth-of-type(2) {
    width: calc(100% - 85px);
}
.side-box-wrap .price-wrap.hidden-sm-down {
	text-align: left;
    position: relative;
    float: left;
    background: #fff;
    width: 100%;
    padding: 25px;
    margin-bottom: 21px;
    border-radius: 0px 0px 5px 5px;
}
.side-box-wrap .price-wrap.hidden-sm-down p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}
.side-box-wrap .price-wrap.hidden-sm-down p:nth-of-type(2) {
	float: right;
    padding: 0;
}
.side-box-wrap .price-wrap.hidden-sm-down p:nth-of-type(2) span:not(.currency) {
    font-size: 21px;
    font-weight: 600;
}
.side-box-wrap .price-wrap.hidden-sm-down p:nth-of-type(2) .currency {
    font-size: 16px;
}
.side-box-wrap .btn--reservation {
	background: #222222;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    border: 1px solid #222;
}
.side-box-wrap .btn--reservation:hover {
	opacity: 0.85;
}
.side-box-wrap .price-wrap.disabled p {
	opacity: 0.15;
}
.side-box-wrap .btn--reservation.disabled {
	opacity: 0.15 !important;
	cursor: not-allowed;
}
.side-box .selected-items {
	float: left;
	width: 100%;
	max-height: 350px;
	overflow-y: auto; 
}
.side-box .selected-item {
	float: left;
	width: 100%;
}
.side-box .item-header {
	float: left;
	width: 100%;
	position: relative;
}
.lightpick__day.is-start-date {
	border-radius: 50%;
}
.goods-opts {
	margin-bottom: 20px;
}
.goods-opt-wrap {
	background: #fff;
    margin-bottom: 14px;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: left;
    position: relative;
}
.goods-opt-wrap .goods-opt-head {
    cursor: pointer;
}
.goods-opt-wrap .goods-opt-head p:nth-of-type(1) {
    font-size: 15px;
    color: #222;
    padding: 0 1.3vw;
    padding-top: 11px;
}
.goods-opt-wrap .goods-opt-head p:nth-of-type(2) {
	color: #AAAAAA;
    font-weight: 300;
    padding: 0 1.3vw;
    padding-bottom: 11px;
}
.goods-opt-wrap .goods-opt-head i {
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 19px;
}
.goods-opt-wrap .goods-opt-head.active i {
	transform: rotate(180deg);
}
.goods-opt-wrap .goods-opt-content {
    float: left;
    width: 100%;
    padding: 0 22px;
    padding-top: 15px;
    border-top: 1px dashed #dedede;
    display: none;
}
.goods-opt-wrap .goods-opt-head.active + .goods-opt-content {
	display: block;
}
.goods-opt-wrap .goods-opt-content p {
    display: block;
    font-size: 14px;
    padding-bottom: 3px;
}
.goods-opt-wrap .goods-opt-content .ticket-count {
    width: 100%;
    display: flex;
}
.goods-opt-wrap .goods-opt-content .ticket-minus {
    border: 1px solid #222;
    color: #222;
    background: #fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.goods-opt-wrap .goods-opt-content .ticket-plus {
	border: 1px solid #222;
    color: #222;
    background: #fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.goods-opt-wrap .goods-opt-content .ticket-plus.disabled, .goods-opt-wrap .goods-opt-content .ticket-minus.disabled {
	border-color: #e2e2e2;
    color: #e2e2e2;
    background: transparent;
}
.goods-opt-wrap .goods-opt-content .ticket-quantity {
    border: 1px solid #fff;
    background: #fff;
    color: #333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.goods-opt-wrap .goods-opt-info {
	font-size: 13px;
    color: #999;
    font-weight: 300;
    position: relative;
    float: left;
    padding: 20px;
    text-align: left;
    width: calc(100% + 44px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -22px;
    border-top: 1px dashed #dedede;
}
.goods-opt-wrap .single-addopt {
	border-bottom: 1px dashed #dedede;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.goods-opt-wrap .single-addopt p:nth-of-type(1) {
    margin-left: -22px;
    padding: 0px 20px;
}
.goods-opt-wrap .single-addopt p:nth-of-type(2) {
	display: inline-block;
    margin: 5px 0;
    margin-right: 30px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    font-size: 12px;
    color: #AAA;
}
.goods-opt-wrap .single-addopt p:nth-of-type(3) {
	color: #AAA;
	padding: 0;
	font-size: 12px;
}
.goods-opt-wrap .single-addopt .add-opt_cnt {
	width: 82px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 8px;
    z-index: 1;
    margin: 5px 0;
    position: relative;
    top: 2px;
}

.goods-opt-wrap .multi-addopt p:nth-of-type(2) {
	color: #AAAAAA;
    font-weight: 300;
    padding: 0;
    padding-bottom: 0;
    font-size: 12px;
}
.goods-opt-wrap .multi-addopt + .opt-item {
    background: #dedede;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding: 10px;
    margin-top: 5px;
}
.goods-opt-wrap .multi-addopt + .opt-item i {
	position: absolute;
    left: 5px;
    top: 5px;
}
.goods-opt-wrap .multi-addopt + .opt-item p {
	display: block;
    padding: 0;
    padding-left: 25px;
    height: 33px;
    line-height: 33px;
    text-align: left;
}
.goods-opt-wrap .multi-addopt + .opt-item select {
    float: right;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    background: #fff;
    width: 82px;
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
    margin-left: 15px;
    font-size: 15px;
}
.goods-opt-wrap .multi-addopt + .opt-item span:nth-of-type(2) {
    float: right;
    font-size: 13px;
    color: #AAAAAA;
}



/* �엫�떆 */
.radio, .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 3px;
}
.checkbox input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}
.options > li {
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	border: 1px solid #E2E2E2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.options > li > form	{
	width:100%;
	background: #fff;
	border: 1px solid transparent;
}
.options > li > form > .row	{
	padding: 20px;
}
.options > li.active {
    box-shadow: 0px 0px 8px #e2e2e2;
}
.options > li.disabled > form > .row,
.options > li.disabled .checkbox-area	{
	background:#fff;
}
.options > li .option-content-wrap .row > div[class*='col-']	{
	padding-left:7px!important;
	padding-right:0;
}
.options > li .option-content-wrap .form-group label {
	color:#333333;
	opacity:.5;
	width:100%;
}
.options > li > form > .row .price-area {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.options > li > form > .row .price-area	{
	margin-bottom:5px;
}
.options > li > form > .row .total-price-area	{
	margin-top: 0px;
    white-space: nowrap;
}
.options > li > form > .row .price-area span	{
	color:#333333;
	opacity:.5;
}
.options > li > form > .row .total-price-area span	{
	color:#333333;
}
.options > li > form > .row .total-price-area span.price	{
    font-size: 14px;
    font-weight: 300;
    color: #aaa !important;
}
.options > li .card-wrapper	{
	display:none;
    background: #eee;
    float: left;
    width: 100%;
    padding: 10px;
    box-shadow: -1px 1px 1px #eee, 1px 0px 1px #eee;
}
.options > li .card-wrapper .card	{
	margin-bottom:0;
}
.options > li .card-wrapper .row	{
	display: flex;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dashed #e2e2e2;
    text-align: left;
}
.options > li .card-wrapper .row > div[class*='col-']	{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.options > li .card-wrapper .row > div.col-md-1 {
	padding: 0;
	z-index: 10;
}
.options > li .card-wrapper .row > .col-md-4 {
	text-align: left;
}
.options > li .card-wrapper .row:last-child	{
	border:0;
}
.options > li .card-wrapper .row span,
.options > li .card-wrapper .card p	{
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    height: auto;
    line-height: 16px;
}
.options > li .card-wrapper .row span.select2-selection__arrow,
.options > li .card-wrapper .row span.select2-selection__rendered {
	height: 26px;
	line-height: 26px;
}
.options > li .card-wrapper .row p	{
	color:#333333;
	font-size:13px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.options > li .card-wrapper .card .row div[class*='col-']:last-child	{
	display:flex;
	justify-content:flex-end;
	padding: 0;
}
.options > li .card-wrapper .card .row div[class*='col-'] .price-area	{
	font-size:13px;
	color:#999999;
}
.options > li .card-wrapper .card .row div[class*='col-'] .price-area .price	{
	font-size:13px;
	color:#333333;
}
.options > li.text-active .card-wrapper	{
	display:block;
}
.options > li.disabled,
.options > li.disabled .checkbox-area	{
	border-color:#f6f6f6;
    opacity: 0.4;
    pointer-events: none;
}
.options > li.disabled *,
.options > li.disabled > form > .row .price-area span,
.options > li.disabled > form > .row .total-price-area span	{
	color:#222;
}
.options > li .checkbox .option-check+label	{
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    padding: 0;
}
.options > li .checkbox .option-check[disabled]+label	{
	opacity:1;
}
.options > li .checkbox .option-check+label:before	{
	width: 20px;
    height: 20px;
    background:#fff;
}
.options > li.disabled .checkbox .option-check+label:before	{
	background:#eee;
}
.options > li .checkbox .option-check:checked+label:before	{
	border-width:10px;
}
.label-text {
    display: inline-block;
    margin-right: 20px;
}
.options .bg {
	height: 120px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.options .bg.no-image {
	background-image:url('https://image.autopus.co.kr/autopus/symbol_bg.png') !important;
    background-size: 25%;
    background-color:#e2e2e2;
}
.options .bg:hover:before {
	display: block;
	cursor: pointer;
}
.options .bg span {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    color: #222;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    visibility: hidden;
    top: -20px;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.options .bg:hover span {
	top: 44px;
	visibility: visible;
	opacity: 1;
}
.options .bg:before {
	background: #000;
	content: ' ';
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	position: absolute;
}
.options .bg:hover:before {
	opacity: 0.4;
}
.options .option-select-wrap {
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 0;
}
.option-select-wrap select {
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    width: 80px;
    margin-right: 15px;
    height: 28px;
    line-height: 28px;
}
.option-content-wrap {
	text-align: left;
	padding: 0 15px;
	min-height: 120px;
}
.tab-content--goods .tab-pane--goods	{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:5px;
}
.tab-content--goods .tab-pane--goods:last-child	{
	margin-bottom:0;
}
.tab-content--goods p {
	display: inline-block;
    width: 15%;
    margin: 0;
}
.card-wrapper .tab-content {
    border: 1px solid #E2E2E2;
    border-top: 0px;
}
.card-wrapper.active .card.card-transparent {
	display: block;
}
.card-wrapper .card-toggle-btn {
    text-align: center;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}
.card-wrapper .card-toggle-btn span {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    transition: all 0.15s linear;
}
.card-wrapper.active .card-toggle-btn span {
	transform: rotate(180deg);
}
.card-wrapper .nav-tabs-fillup > li > a span {
	font-weight: 400;
	font-size: 14px;
}
.card-wrapper .nav-tabs-fillup > li > a {
	font-size: 14px;
	font-weight: 400;
}
.card-wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, 
.card-wrapper .nav-tabs > li.active > a:focus {
	border-color: #e2e2e2;
	background-color: #c2c2c2; 
}
.nav-tabs-fillup > li.active > a span {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
    -ms-transform: translate(0px, -5px);
    color: #fff;
}
.modal-text-wrap .goods-name {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 34px;
}
.modal-text-wrap .head-text {
    font-size: 29px;
    font-weight: 400;
    color: #999;
    margin-bottom: 33px;
    line-height: 1em;
    font-family: 'Gmarket Sans';
}
.modal-text-wrap p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 12px;
}
.modal-text-wrap p.bold-text {
	font-weight: 300;
	color: #aaa;
	text-align: center;
}
.option-select-row	{
	margin-bottom:0 !important;
	
}
.option-select-form {
	position:relative;
	border-color:#e2e2e2
	border-radius: 3px;
	display:flex;
	align-items:center;
	cursor:pointer;
	margin-top:10px;
}
.option-select-form .option-group	{
	display:flex;
	align-items:center;
	margin-right: 5px;
}
.option-select-form .option-group > span {
	margin-right: 5px;
}
.option-select-form .option-group:last-child	{
	margin-right:0;
}
.option-select-form .dot	{
	margin-left:2px;
	margin-right:2px;
}
.option-select-form i	{
	margin-right:5px;
	color:#c2c2c2;
	font-size: 18px;
	line-height:18px;
	width:18px;
	height:18px;
}
.option-select-form span	{
	font-size:13px;
}
.option-select-form b	{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 15px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.option-select-form.open b	{
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.be__select-box {
    position: absolute;
    top:0;
    width: 400px;
    background: #fff;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.be__select-box .be__list	{
	padding: 10px 15px;
}
.be__select-box .be__row	{
	display:flex;
	align-items:center;
	justify-content: space-between;
	border-bottom:1px dashed #e2e2e2;
	padding-bottom:10px;
	padding-top:10px;
}
.be__select-box .be__row label	{
	margin-bottom:0;
	font-weight:500;
}
.be__select-box .be__row:last-child	{
	border-bottom:0;
}
.be__select-box .be__stepper	{
	display:flex;
}
.be__select-box .be__stepper button	{
	border: 1px solid #6C7BFF;
	color:#6C7BFF;
	background:#fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.be__select-box .be__stepper button.be__minus	{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.be__select-box .be__stepper button.be__plus	{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.be__select-box .be__stepper button.disabled,
.be__select-box .be__stepper button.disabled:hover,
.be__select-box .be__stepper button.disabled:active	{
	border-color:#e2e2e2;
	color:#e2e2e2;
	background:transparent;
}
.be__select-box .be__stepper div.be__quantity	{
	border:1px solid #fff;
	background:#fff;
	color:#333;
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.be__select-box .be__stepper div.be__quantity.zero	{
	color:#999999;
}
.be__select-box button.be__ok	{
	border: 1px solid #6C7BFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #6C7BFF;
    opacity: .9;
    color: #fff;
    padding: 3px 20px;
    width: 100%;
    height: 55px;
}
.be__select-box button.be__ok:hover,
.be__select-box button.be__ok:active	{
	opacity:1;
}
.add-opt-text {
	padding-top: 8px;
}
.add-opt-text h5 {
    font-size: 13px;
    color: #aaa;
    text-align: left;
    margin-bottom: 10px;
}
.add-opt-text p {
	text-align: left;
	font-size: 13px;
    font-weight: 400;
    line-height: 18px;	
}
.form-control {
    background-color: #eee;
    background-image: none;
    border: 1px solid #DEDEDE;
    font-family: Roboto, Arial, 'Noto Sans KR';
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 9px 15px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    min-height: 35px;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
}
.radio label, .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    min-width: 17px;
    min-height: 17px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.options > li .checkbox .option-check:checked+label:before {
    border-width: 10px;
}
.options > li .checkbox .option-check+label:before {
    width: 20px;
    height: 20px;
    top: 10px;
    background: #fff;
}
.checkbox input[type=checkbox]:checked + label:before {
    border-width: 9px;
    border-color: #6C7BFF;
}
.checkbox input[type=checkbox]:checked + label:before {
    border-width: 8.5px;
}
.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.radio label:before, .checkbox label:before {
    -webkit-box-sizing: inherit;
    top: 10px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}
.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.radio label:before, .checkbox label:before {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
}
.options > li .checkbox .option-check+label:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 14px;
}
.dummy-head {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 15px 25px;
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 0px 0px;
    color: #aaa;
}
.dummy-text {
	background: #fff;
    padding: 60px 0;
    border-bottom: 1px dashed #dedede;
    font-size: 16px;
    color: #5E5E5E;
    font-weight: 300;
}
.checkbox input[type=checkbox]:checked + label::after {
    font-family: 'Material Icons';
    content: "done";
    color: #fff;
}
.checkbox label:after {
    border-radius: 3px;
}
.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.5px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
    border-radius: 3px;
}
.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.5px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.js-goods-info {
	position: absolute;
    right: -55px;
    font-size: 50px;
    cursor: pointer;
    color: #d3d3d3;
    bottom: -3px;
}
.text-active .js-goods-info {
	transform: rotate(180deg);
}
.select2-container .select2-selection.select2-selection--single {
    height: 28px;
    padding-left: 0;
    padding-right: 0;
    
}
.col-md-3 .select2-container .select2-selection.select2-selection--single {
	text-align: left;
}
.col-md-1 .select2-container .select2-selection.select2-selection--single {
	width: 66px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    padding-right: 8px;
    font-weight:400;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    right: 0 !important;
}
.service-select+.select2,
.promotion-select+.select2	{
	width:66px !important;
}
.select2-results	{
	margin:0;
}
.select2-results__option	{
	font-size:12px;
}
.select2-results .select2-results__option--highlighted	{
	border-radius:0;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered	{
	color:#c2c2c2;
}
.room-opt-info {
	display: none;
}
.text-active .room-opt-info {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.room-opt-info p {
	display: flex;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}
.room-opt-info p span:nth-of-type(1) {
	font-size: 13px;
	color: #999;
	font-weight: 400;
	width: 80px;
}
.room-opt-info p span:nth-of-type(2) {
	font-size: 13px;
	color: #222;
	font-weight: 400;
	width: calc(100% - 80px);
}
.price-wrap {
	width:100%;
    float: left;
}
.price-wrap p:first-child {
	font-weight: 600;
	margin-bottom:0;
	padding-bottom: 0;
	color: #FFF;
}
.price-wrap p .price {
	font-weight: 400;
}
.price-wrap p .currency {
	font-weight: 500;
}
.price-wrap p .js-total-price	{
	color: #6C7BFF;
	font-size:20px;
	font-weight:600;
}
.price-wrap .btn--reservation {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 0;
    background: #333;
    color: #fff !important;
    font-size:16px !important;
    opacity: 0.9;
    cursor:pointer;
}
.price-wrap .btn--reservation:hover {
	opacity: 1;
}
.price-wrap .btn--reservation.disabled,
.price-wrap .btn--reservation[disabled]	{
	background:#e2e2e2;
	cursor:not-allowed;
}
.price-wrap .btn--reservation.disabled:hover,
.price-wrap .btn--reservation[disabled]:hover	{
	opacity:.9;
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade {
    opacity: 1 !important;
}
#image-modal .modal-dialog	{
	width: 860px;
}
#image-modal .modal-dialog .modal-header {
	border: 0px;
	padding: 15px 20px;
}
#image-modal .modal-dialog .modal-header h6	{
	display:none;
	font-size:14px;
}
#image-modal .modal-dialog .modal-body	{
	padding: 0;
}
#image-modal .slick-target {
}
#image-modal .slick-target .slide-item {
	height: 50vh;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*     margin-left:10px; */
/*     margin-right:10px; */
}
#image-modal .slick-target .slide-item.init-image {
	background-size: auto;
}
#image-modal .close {
	color:#333;
    opacity:1;
}
#image-modal .close .material-icons	{
    font-size: 30px;
    color: #AAAAAA;
    height: 26px;
    line-height: 26px;
}
#image-modal .goods-name {
    display: inline-block;
    color: #222;
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}
#image-modal .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    border: 0;
    background: #333;
    opacity: 0.7;
    color: #999;
    height: 50px;
    width: 50px;
    z-index: 1;
}
#image-modal .slick-arrow:hover {
	opacity: 1;
	color: #bbb;
}
#image-modal .slick-arrow span {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
}
#image-modal .slick-prev {
	left: 0;
}
#image-modal .slick-next {
	right: 0;
}
.modal-text-wrap .goods-name {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 34px;
}
.modal-text-wrap .head-text {
    font-size: 29px;
    font-weight: 400;
    color: #999;
    margin-bottom: 33px;
    line-height: 1em;
    font-family: 'Gmarket Sans';
}
.modal-text-wrap p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 12px;
	padding: 0;
    margin: 0;
}
.goods-contents-items {
	padding: 17px 0;
    position: relative;
    float: left;
    width: 100%;
}
.goods-contents-items .goods-content {
	margin-bottom: 10px;
	text-align: left;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .modal.fill-in .modal-dialog {
    width: calc(100% - 20px);
  }
  .modal.slide-up .modal-dialog {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto;
  }
  .modal.slide-up .modal-dialog {
    margin: 0 auto;
  }
  .modal.fill-in .modal-dialog {
    margin: 0 auto;
  }
  .modal .modal-content {
    box-shadow: none;
  }
  .modal .modal-dialog {
    width: 600px;
  }
  .modal .modal-sm {
    width: 300px;
  }
  .modal .modal-sm {
    min-width: auto;
  }
}

.times-area span {
    display: inline-block;
    width: 47.8px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-size: 13px;
    color: #2D2D32;
    cursor: pointer;
    margin-bottom: 5px;
    background:#ffffff;
}
.selected-items .selected-item .item-contents .content span.danger {
    color: #F98888;
    font-weight: 500;
}
.times-area span:hover	{
	background:#f6f6f6;
}
.times-area span.disabled,
.times-area span.dsiabled:hover {
	border: 1px solid #f3f3f3;
    background: #e0e0e0;
    color: #ababab;
    cursor: not-allowed;
}
.times-area span.active,
.times-area span.active:hover {
	background-color: #222;
	color:#fff;
	border: 1px solid #aeafaf;
	opacity:1;
	cursor: pointer;
}
.mobile-wrap {
	display: none;
}
.option-content-head p {
	margin-bottom: 7px;
    font-weight: 300;
    padding: 0px;
    color: #aaa !important;
}
.mobile-bottom-box, .mobile-price {
	display: none;	
}
@media (max-width: 1063px) {
	.side-box-wrap {
		display: none;
	}
	#lightpickWrap {
		position: relative;
	}
	.goods-detail .calendar-label {
	    top: 17px;
	    left: 20px;
	}
	.scroll-nav-wrapper {
		display: none;
	}
	.goods-detail section.list-single-section {
		display: none;
	}
	.goods-detail section.no-top-padding {
		padding: 0;
	}
	.detail-main-wrap {
		padding: 0;
	}
	.detail-main-wrap .list-single-main-media {
		border-radius: 0;
	}
	.slick-initialized .slick-slide {
		height: 60vh;
	}
	.slick-dots {
		display: none !important;
	}
	.detail-main {
		padding: 0 20px;
		margin: 4vh 0;
	}
	#datepicker {
		border-radius: 3px;
	}
	.mobile-wrap {
	    display: block;
    	margin-bottom: 10px;
	}
	.mobile-wrap h2 {
	    color: #fff;
	    text-align: left;
    	font-size: 18px;
	}
	.mobile-wrap .section-separator:before {
		left: 25px;
	}
	.option-select-wrap {
    	margin-top: -185px;
		background: transparent;
	    border: 0;
	    padding: 22px 0px;
	    position: relative;
    	margin-bottom: 0;
	}
	.option-select-wrap:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		background: #000;
		opacity: 0.6;
		height: 170px;
		width: 100%;
	}
	.options > li {
		border: 0px;
		border-radius: 0px;
	    margin-bottom: 0;
	    border-bottom: 1px solid #eee;
	}
	.options > li > form {
		border: 0px;
	}
	.options > li.active {
	    border-radius: 0;
	    border: 0px;
	    min-height: 120px;
	    margin: 0;
	}
	.options > li .checkbox .option-check:checked+label:before {
	    border-width: 15px;
	}
	.option-price-wrap {
		position: absolute;
	}
	.options > li .checkbox .option-check+label:before {
	    width: 27px;
	    height: 27px;
	    background-color: #fff;
	    top: 5px;
	}
	.options > li .checkbox .option-check+label {
	    min-width: 27px;
	    min-height: 27px;
	    margin: 0;
	    margin-top: -20px;
	    padding: 0;
	}
	.options > li .checkbox .option-check+label:after {
	    width: 27px;
	    height: 27px;
	    position: absolute;
	    left: 0;
	    top: 10px;
	    font-size: 22px;
	}
	.options > li.active {
		box-shadow: none;
	}
	.options .bg {
		height: 150px;
		position: relative;
	}
	.option-content-head {
		height: 150px;
    	overflow: hidden;
    	margin-bottom: 0;
	}
	.text-active .times-area {
		display: block;
	}
	.add-opt-text h5 {
		display: none;
	}
	.add-opt-text p {
		font-size: 11px;
	}
	.options > li .card-wrapper .row p {
		margin-bottom: 5px;
	}
	.option-content-wrap {
		width: 100%;
	}
	.option-content-head > h3, .option-content-head > p {
    	padding-left: 18%;
	}
	.text-active .form-control {
		display: flex;
		background: #fff;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.options > li.text-active .card-wrapper {
		padding-right: 20px;
	}
	.options > li .card-wrapper .row span {
		font-weight: 300;
	}
	.options > li .card-wrapper .card .row div[class*='col-']:nth-of-type(1) {
		width: 70%;
	}
	.options > li .card-wrapper .card .row div[class*='col-']:nth-of-type(2) {
		width: 20%;
	}
	.options > li .card-wrapper .card .row div[class*='col-']:nth-of-type(3) {
		width: 100px;
		padding-left: 32px;
	}
	.options > li .card-wrapper .card .row div[class*='col-']:nth-of-type(4) {
		display: none;
	}
	.goods-detail .refund-text {
		margin: 5px 0;
	}
	.mobile-bottom-box {
		display: block;
	    position: fixed;
	    bottom: 0px;
	    z-index: 10;
	    width: 100%;
	}
	.mobile-reservation {
		background: #222222;
	    height: 63px;
	    line-height: 63px;
	    color: #fff;
	    font-size: 15px;
	    font-weight: 500;
	    outline: none;
	    float: left;
	    width: 100%;
	}
	.to-top {
		display: none !important;
	}
	.mobile-selected-wrap .mobile-selected-head-dummy, .mobile-selected-wrap.active .mobile-selected-head-text {
		display: block;
		border: 1px solid #AAAAAA6E;
	    border-radius: 20px 20px 0 0;
	    background: #eee;
	    padding: 7px 0;
	    font-size: 12px;
	    display: inline-block;
	    width: 66%;
	    color: #aaa;
	    font-weight: 300;
    	border-bottom: 0;
	}
	.mobile-selected-wrap.active .mobile-selected-head-dummy, .mobile-selected-wrap .mobile-selected-head-text {
		display: none;
	}
	.mobile-selected-head .mobile-selected-head-dummy {
	}
	.mobile-selected-head .mobile-selected-head-text {
	}
	.mobile-selected-body {
		display: none;
		float: left;
    	width: 100%;
	}
	.mobile-selected-wrap.active .mobile-selected-body.active {
		display: block;
	}
	.mobile-selected-body .selected-items {
	    max-height: 55vh;
	    background: #fff;
	    padding-top: 3px;
		float: left;
	    width: 100%;
	    overflow-y: auto; 
	}
	.mobile-selected-body .selected-item {
    	padding: 15px;
    	float: left;
	    width: 100%;
	}
	.mobile-selected-body .selected-item .item-header {
    	display: flex;
    	float: left;
	    width: 100%;
	}
	.mobile-selected-body .selected-item .item-header span {
		position: relative;
		right: -5px;
	}
	.mobile-selected-body .selected-item .item-header p {
	    font-size: 14px;
	    font-weight: 600;
	    width: 90%;
	    text-align: left;
	    text-decoration: underline;
	    padding-bottom: 15px;
	}
	.mobile-selected-body .selected-item .item-contents {
		float: left;
	    width: 100%;
	}
	.mobile-selected-body .selected-item .item-contents .content {
		display: flex;
	    text-align: left;
	    padding-bottom: 2px;
	}
	.mobile-selected-body .selected-items .content span:nth-of-type(1) {
		width: 22%;
	    color: #aaa;
	    font-size: 13px;
	    font-weight: 300;
	}
	.footer {
		padding-bottom: 63px;
	}
	.mobile-selected-body .selected-items .content span:nth-of-type(2) {
		width: 78%;
	    font-size: 13px;
	    font-weight: 400;
	}
	.option-item div.inline {
		line-height: 10px;
	}
	ul.options > li:hover {
		border-color: #eee !important;
	}
	.mobile-price {
		display: block;
	}
	.mobile-price.active .default-price, .mobile-price .js-real-price {
		display: none;
	}
	.mobile-price .default-price, .mobile-price.active .js-real-price {
		display: block;
	}
	.goods-detail .list-single-main-item p {
		font-size: 13px;
	}
	.custom-write-items .custom-write-item .custom-write-content {
		font-size: 13px;
	}
	.times-area {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.option-content-head > h3, .option-content-head > p {
	    padding-left: 36%;
	}
}
@media (max-width: 499px) {
	.options .bg {
	    height: 105px;
	}
	.option-content-head {
	    height: 100px;
	}
	.option-content-head > p {
		line-height: 17px;
	}
	.option-content-head > h3 {
	    max-width: 87%;
	    text-overflow: ellipsis;
	    overflow: hidden;
	}
	
}