@charset "UTF-8";
/* CSS Document */
:root{
	--fontcolor: black;
	--greencolor: #5F4846;
	--browncolor: #C98E61;
	--lightbrowncolor: #C98E61;
	--detailfont: 19px;
	--defaultfontfamily: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
}
body {
	background-color: #FAF2DE;
	font-family: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	color: var(--fontcolor);
	overflow-x: hidden;
}
.top_bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}
.top_menu {
	position: relative;	
	left: 0;
	right: 0;
	width: 100%;
/*	max-width: 1080px;*/
	overflow-x: hidden;
	margin: auto;
	max-width: 1600px;
}
.navbar-brand {
	width: 15%;
	padding-bottom: 10px;
	max-width: 140px;
	min-width: 100px;
}
.main_kv picture{
	position: relative;
	z-index: 1;
}
h1{
	position: relative;
    color: #FAF2DE;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.lt_header{
	text-align: center;
	color: #014182;
	font-size: 2rem;
	font-weight: 500;
	display: none;
}
.span1{
	font-size: 1.5rem;
	font-weight: 500;
	color: #014182;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}


.main_kv {
	position: relative;
    width: 100%;
	margin-top: 78px;
	z-index: 1;
}

.main_kv a, .main_kv a:hover, .main_kv a:focus{
	color: white;
	text-decoration: none;
	position: relative;
}
.top_banner {
	margin: 0px auto 0px auto;
	position: relative;
	max-width: 1600px;
}
.wrapper {
	position: relative;
    margin: 0 auto;
    padding: 32px;
    width: 100%;
/*    max-width: 1280px;*/
	max-width: 1600px;
}

.hidden{
	display: none;
}

.desktop{
	display: block;
}
.mobile{
	display: none;
}
.tablet768{
	display: none;
}

a{
	color: #645735;
}
a:hover{
	color: var(--highlight-color);
	text-decoration: underline;
}
.wrapper img{
	pointer-events: none;
	outline: none;
	user-select: none;
	width: 100%;
	height: auto;
}
.wrapper.row{
	flex-direction: column;
	max-width: 90%;
}
.full-width{
/*	max-width: 100% !important;*/
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 1600px !important;
}
.user-select{
	user-select: none;
	-webkit-user-select: none;
}
.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
}
.foot_grass {
	position: relative;
	width: 100%;
}
.foot_grass img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: initial; /* FF */
}
footer {
	position: relative;
    margin: 0px auto 0 auto;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    
}
footer span {
	white-space: nowrap;
}
.footer01 {
	position: relative;
    float: left;
	margin-right: 3%;
    width: 12%;
    max-width: 141px;
}
.footer02 {
	position: relative;
    float: left;
    padding-top: 12px;
    width: 25%;
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    font-weight: 300;
}
.footer03 {
	position: relative;
    float: right;
    width: 50%;
    max-width: 590px;
    text-align: right;
}

.m768, .m576{
	display: none;
}

.mt0{
	margin-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.align-left{
	text-align: left !important;
}
.align-center{
	text-align: center !important;
}
.align-right{
	text-align: right !important;
}

/**/
body{
	color: black;
}
.maxwidth{
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
}
.desc-content{
	max-width: 718px;
	margin:0 auto;
	font-size: 20px;
	line-height: 34px;
	color: #331E0E;
	letter-spacing: 1px;
}
.desc-content h5{
	font-size: var(--detailfont);
	line-height: 1.7;
	font-family: var(--defaultfontfamily);
	font-weight: 300;
	letter-spacing: 1px;
}
.desc-content.for-oes{
	font-size: 19px;
	line-height: 33px;
	max-width: 90%;
}
.h1-block{
	margin: 0 auto;
	padding:32px;
	max-width: 100%;
	width: calc(1440px - 64px);
}
.h1-block .desc{
    position: absolute;
    max-width: calc(100% - 64px);
    overflow: hidden;
    color: #F6F3EE;
}
.h1-img{
	position: relative;
	z-index: 1;
}

.content_menu{
	width: 411px;
	border-radius: 8px;
	background-color: #fff;
	margin:0 auto;
	font-size: 22px;
	overflow: hidden;
	max-width: 95%;
}
.content_menu .title{
	background: #D48464;
    font-weight: bold;
    color: white;
    line-height: 1;
    padding: 13px 28px;
    font-size: 22px;
    letter-spacing: 1px;
}
.content_menu ul{
	list-style: none;
	padding: 25px 30px 20px 38px;
}
.content_menu a{
	color:#331E0E;
/*	text-decoration: underline;*/
/*	line-height: 1.9;*/
	font-weight: 500;
	letter-spacing: 1px;
	padding-left: 30px;
}
.content_menu li{
	position: relative;
}
.content_menu li:after{
   content: '';
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 10px 0 10px 14px;
   border-color: transparent transparent transparent #000000;
   transform: rotate(0deg);
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
}
.content_menu li:not(:last-child) {
    margin-bottom: 13px;
}
.content_menu a:hover, .content_menu a:focus{
	color:var(--highlight-color);
}

.video-row{
	display: flex;
	max-width: 90%;
	width: 1296px;
	margin:0 auto;
}
.video-container{
	margin: 0 auto 80px;
	background-color: black;
	position: relative;
	border-radius: 54px;
	border: 10px solid #E6BE9F;
	width: 94%;
	max-width: 990px;
}
.video-container:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
    width: 9px;
    height: 107px;
	background-color: #393D55;
	border-radius: 50em;
	transform: translateY(-50%);
}
.video-wrapper{
	width: 86.02%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.video-wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.big-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 658px;
	height: 590px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.mobile-show{
	display: none;
}
h2{
	font-size: 36px;
	color: white;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 11px 90px;
	line-height: 1.5;
	align-self: center;
	letter-spacing: 2px;
	background-color: #6691BF;
	border-radius: 50em;
	max-width: 90%;
	margin: 0 auto 30px;
}
h2:after{
	position: absolute;
	content: '';
	top: 4px;
	left: 3px;
	border-radius: 50em;
	border: 1px solid #1E2B39;
	width: 100%;
	height: 100%;
	z-index: 1;
}
h2.no-border{
	color: #4851A1;
	border-radius: 0;
	background-color: unset;
	margin: 0 auto 10px;
}
h2.no-border:after{
	display: none;
}
h2.red{
	background-color: #A52F72;
}
.big-btn{
	width: 354px;
	height: 81px;
	color: white;
	font-size: 29px;
	letter-spacing: 4px;
	background-color: #8D745E;
	border-radius: 50em;
	text-align: center;
	margin: 58px auto;
	position: relative;
	transition: all 150ms;
	line-height: 78px;
}
.big-btn:hover, .big-btn:active, .big-btn:focus{
	color: white;
	text-decoration: none;
}
.big-btn:hover{
	filter: brightness(1.2);
}

.blocks3{
	display: flex;
	padding:40px 40px 0;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto -40px;
}
.block3:nth-child(2){
	margin:0 -30px;
}
.block3{
	position: relative;
}
.block3 .content{
	position: absolute;
	top: 20%;
	left: 25%;
	width: 53%;
	height: 56%;
}
.block3 .title h3{
	font-size: 30px;
	color: #6D462C;
	margin-bottom: 19px;
	font-weight: 600;
	line-height: 1.4;
	font-family: var(--defaultfontfamily);
}
.block3 .content .text-content h5{
	font-size: 21px;
	font-weight: 300;
	font-family: var(--defaultfontfamily);
	color: #535353;
	line-height: normal;
}
.topbanner-swiper img{
	width: 100%;
	height: auto;
}

.testimonial-swiper{
	position: relative;
  	max-width: 1344px;
	width: calc(100vw - 256px);
	overflow: hidden;
	margin: 0;
	font-family: var(--defaultfontfamily);
}
.testimonial-swiper-container{
	position: relative;
	padding: 0 125px;
}
.testimonial-swiper .swiper-slide .content{
	margin:0 16px;
	padding: 22px;
	background-color: white;
	border-radius: 45px;
}
.testimonial-swiper .swiper-slide .thumbnail{
	overflow: hidden;
	border-radius: 32px;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-swiper .text-content{
	padding:8px 15px 0 11px;
	position: relative;
}
.testimonial-swiper .scroll-text{
	width: 100%;
	height: 160px;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 13px;
	position: relative;
}
.testimonial-swiper .scroll-text{
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
}
.testimonial-swiper .text-content:before{
	position: absolute;
	z-index: 1;
	bottom: 49px;
	width: 100%;
	height: 21px;
	content: '';
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.testimonial-swiper .text-content .text{
	padding-bottom: 15px;
}
.testimonial-swiper .by{
	padding: 15px 0 10px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3;
	color: #A52F72;
}
.testimonial-swiper .by span{
	font-weight: normal;
	color: #841342;
	display: block;
	line-height: 1;
}
.testimonial-swiper .by h6, .testimonial-swiper .by h7{
	font-size: 19px;
}
.testimonial-swiper .by h6{
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0;
}
.testimonial-swiper .by h7{
	line-height: normal;
}

.clips3{
	margin: 60px auto 0;
	max-width: 100%;
	width: 1440px;
}

.clip{
	display: flex;
	text-align: left;
	color: var(--greencolor);
}
.clip:nth-child(even){
	flex-flow: row-reverse;
	text-align: right;
}
.clip .thumbnail{
	flex: 0 0 50%;
}
.clip .msg{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 64px;
}
.clip:nth-child(even) .msg{
	padding-left: 0px;
	padding-right: 64px;
}
.clip .msg .title{
	font-size: 40px;
	letter-spacing: 4px;
}
.clip .msg .desc{
	font-size: 26px;
	margin-top: 6px;
	font-family: var(--defaultfontfamily);
	font-weight: normal;
	line-height: normal;
	letter-spacing: 2px;
}
.clip-tnc{
	text-align: center;
	font-size: 20px;
	font-family: var(--defaultfontfamily);
	color: var(--greencolor);
	margin-top: 57px;
}
.product-tabs{
	display: flex;
	flex-wrap: wrap;
	gap: 26px 20px;
	justify-content: center;
	width: 970px;
	margin: 45px auto;
	max-width: 100%;
}
.product-tab{
	font-size: 25px;
	line-height: 1.44;
	color: black;
	background-color: #ECEDE8;
	border-radius: 50em;
	padding:13px 62px 15px;
	font-family: var(--defaultfontfamily);
	position: relative;
	cursor: pointer;
}
.product-tab.active, .product-tab:hover{
	color: white;
	background-color: #7C6F66;
	
}
/*.product-tab.active:after{
	position: absolute;
	width: 100%;
	height: 100%;
	border:6px solid #9B5F32;
	top: 0;
	left: 0;
	content: '';
	border-radius: 50em;
}*/
.products{
/*	background-color: #EEE3D8;*/
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 auto;
    padding: 33px;
    font-family: var(--defaultfontfamily);
    width: 100%;
    display: none;
}
.tour-block{
	flex: 0 0 367px;
	background-color: white;
/*	border: 2px solid var(--browncolor);*/
	padding: 15px;
	border-radius: 18px;
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
}
.tour-block .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	margin-bottom: 9px;
	border-radius: 14px;
}
.tour-block .title{
	font-size: 28px;
	font-weight: bold;
	color: #401D1D;
	margin-bottom: 8px;
	line-height: 1.2;
}
.tour-block .code{
	font-size: 14px;
	color: #C2644F;
	margin-bottom: 11px;
}

.tour-block .desc{
	font-size: 16px;
}
/*.tour-block .room{
	margin-top: 22px;
	font-size: 19px;
	font-weight: bold;
}*/
.tour-block .top{
	margin-bottom: 13px;
}
.tour-block .bottom{

}
.tour-block .date{
	font-size: 16px;
	margin-bottom: 20px;
}
.tour-block .price{
	font-size: 42px;
	color: #EC6B86;
	font-weight: bold;
	text-align: right;
	margin:-10px 0 10px 0;
}
.tour-block .price span{
	font-size: 28px;
}
.tour-block .button{
	display: flex;
}
.tour-block .button a{
	display: flex;
	border-radius: 7px;
	background-color: #614992;
	color: white;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-weight: bold;
	padding: 7px;
	flex: 0 0 calc(50% - 7px);
}
.tour-block .button a + a{
	margin-left: 14px;
}
.tour-block .button a:hover{
	filter: brightness(1.2);
	text-decoration: none;
}
.tour-block .button a:before{
	position: relative;
	content: '';
	width: 100%;
	height: 19px;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/ic_plane.png) center center no-repeat;
	background-size: auto 100%;
}
.tour-block .button a + a:before{
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/ic_whatsapp.png) center center no-repeat;
	background-size: auto 100%;
}
.swiper-button-next, .swiper-button-prev{
	width: 85px !important;
	height: 85px !important;
	top: 50% !important;
	margin-top: -42px !important;
	border-radius: 50em;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/arrow.png) center center no-repeat;
	background-size: contain;
	box-shadow: none;
}
.testimonial-swiper-container .swiper-button-next, .testimonial-swiper-container .swiper-button-prev{
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/arrow_red.png) center center no-repeat;
	background-size: contain;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none !important;
}
.swiper-button-next{
	right: 35px !important;
	transform: rotate(180deg);
}
.swiper-button-prev{
	left: 35px !important;
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover{
	filter: brightness(1.2);
}
.floating-icon{
	position: fixed;
	right: 30px;
	bottom: 31px;
	z-index: 99;
	width: 50px;
	height: 50px;
}
.floating-icon a{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50em;
	overflow: hidden;
}
.floating-icon a:hover{
	filter: brightness(1.1);
}
.floating-icon .wtsapp{
	background: #25d366 url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/ic_whatsapp.png) center center no-repeat;
	background-size: 30px;
	
}
.floating-icon:after{
	content: '立即查詢';
	position: absolute;
	bottom: -16px;
	font-size: 11px;
	text-align: center;
	width: 100%;
	color: #25d366;
	font-weight: bold;
	display: block;
}

.whyjoin-list{
	margin: 30px auto;
}
.whyjoin-list ul{
	list-style: none;
	font-size: 18px;
	line-height: 25px;

}
.whyjoin-list li{
	position: relative;
	padding-left: 39px;
	max-width: 90%;
	width: 754px;
}
.whyjoin-list li:not(:last-child){
	margin-bottom: 15px;
}
.whyjoin-list li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/tick.png) no-repeat;
	background-size: contain;
}
.footer_bg{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.tips-container{
	background-color: white;
	padding: 24px 34px 24px;
	width: 777px;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
}
.tips-container:after{
	content: '';
	position: absolute;
	width: 37px;
	height: calc(100% - 24px);
	top: 24px;
	left: 0;
	z-index: 1;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/tips_bg.png) repeat-y;
	background-size: contain;
}	

.tips-container ul{
	list-style: none;
}
.tips-container li{
	position: relative;
	padding-left: 29px;
	font-size: 23px;
	line-height: 42px;
}
.tips-container li:before{
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: 18px;
	border-radius: 50em;
	background-color: #4851A1;
}
.tips-container li .sm{
	font-size: 20px;
	line-height: 30px;
}
.views-container{
	max-width: 100%;
	width: 1440px;
	padding-bottom: 3em;
	margin: 0 auto;
}
.views-swiper{
	position: relative;
    max-width: 1040px;
    width: calc(90vw - 256px);
    overflow: hidden;
    margin: 0;
}
.views-swiper .big-image{
	border: 10px solid white;
}
.views-swiper .content{
	user-select: none;
}
.views-swiper .text-content{
	padding: 30px 26px 0 0;
}
.views-swiper .text-content .title{
	position: relative;
}
.views-swiper .text-content .title span{
	border-radius: 50em;
	width: 49px;
	height: 49px;
	background-color: #052045;
	border-radius: 50em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 49px;
	position: absolute;
	left: 0;
	top: -5px;
}
.views-swiper .text-content .title h3{
	padding-left: 60px;
	font-size: 34px;
	font-weight: bold;
	color: #000;
}
.views-swiper .text-content > .desc{
	font-size: 18px;
	line-height: 28px;
	padding: 14px 0 34px 60px;
}
.sub-views{
	display: flex;
	padding-left: 60px;
}
.sub-views{
	display: none;
}
.mobile-slide  .text-content{
	padding-top: 0;
	padding-bottom: 0;
}
.mobile-slide .text-content > .desc{
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}
.sub-view{
	flex: 0 0 37%;
}
.sub-view .desc{
	padding-top: 17px;
}
.sub-view:not(:last-child){
	margin-right: 42px;
}
.views-container-bg{
	background-color: #C3DEDE;
	position: absolute;
	top: 11em;
	width: 100%;
	left: 0;
	z-index: -1;
	height: calc(100% - 11em);
}
.views-container-bg .top{
	width: 100%;
	height: 50px;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/wave_top_bg.png) repeat-x;
	background-size: contain;
}
.views-container-bg .bottom{
	width: 100%;
	height: 50px;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/wave_top_bg.png) repeat-x;
	background-size: contain;
	transform: rotate(180deg);
	position: absolute;
	bottom: 0;
}
.views-container-bg .tone{
	width: 100%;
	height: 197px;
	background: url(https://www.egltours.com/travel/pages/morocco-travel-tour/images/tone_bg.png) repeat-x;
	background-size: contain;
	position: absolute;
	top: 10%;
}
.views-swiper-container{
	position: relative;
	margin-bottom: 1em;
}
@media only screen and (min-width: 1600px){
	.swiper.box4{
		padding: 73px 120px;
	}
}
@media only screen and (max-width: 1280px){
	.big-title{
		width: 548px;
    	height: 490px;
	}
	.block3 .title h3{
		font-size: 25px;
		margin-bottom: 14px;
	}
	.block3 .content .text-content h5{
		font-size: 19px;
	}
	.testimonial-swiper-container{
		padding: 0 105px;
	}
	.testimonial-swiper{
		width: calc(100vw - 206px);
	}
	.swiper-button-prev{
		left: 25px !important;
	}
	.swiper-button-next{
		right: 25px !important;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 75px !important;
	    height: 75px !important;
	    top: 50% !important;
	    margin-top: -37px !important;
	}
	.testimonial-swiper .swiper-slide .content{
		border-radius: 35px;
	}
	.testimonial-swiper .swiper-slide .thumbnail {
	    border-radius: 20px;
	}
	.testimonial-swiper .text-content .scroll-text h5{
		font-size: 15px;
	}
	.testimonial-swiper .by h6, .testimonial-swiper .by h7{
		font-size: 17px;
	}

	.clip .msg .title{
		font-size: 30px;
	}
	.clip .msg .desc{
		font-size: 20px;
	}

}

@media (max-width: 1200px) {
	.footer02 {
		position: relative;
		float: left;
		padding-top: 5px;
		width: 25%;
		text-align: left;
		font-size: 10px;
		color: #666;
		line-height: 12px;
		font-weight: 300;
	}
}
@media (max-width: 1024px) {
	.views-container-bg{
		top: 9em;
		height: calc(100% - 9em);
	}
	.views-container{
		padding-bottom: 1em;
	}
	.views-container-bg .top, .views-container-bg .bottom{
		height: 30px;
	}
	.views-container-bg .tone{
		height: 127px;
	}
	.views-swiper .text-content .title h3 {
	    padding-left: 50px;
	    font-size: 26px;
	}
	.sub-views{
		padding-left: 50px;
	}
	.views-swiper .text-content{
		padding: 32px 16px 0 0;
	}
	.sub-view {
	    flex: 0 0 40%;
	}
	.sub-view:not(:last-child) {
	    margin-right: 28px;
	}
	.sub-view .desc{
		padding-top: 10px;
		font-size: 15px;
    	line-height: 25px;
	}
	.views-swiper .text-content > .desc{
		font-size: 15px;
    	line-height: 25px;
    	padding: 10px 0 0 50px;
	}
	.views-swiper .text-content .title span{
		width: 39px;
	    height: 39px;
	    font-size: 23px;
	    line-height: 39px;
	    top: -5px;
	}
	.main_kv {
		margin-top: 7.65625vw;
	}
	.wrapper.row{
		padding:32px 0;
	}
	.video-row{
		max-width: 95%;
	}
	.video-container{
		border-radius: 3.25vw;
		border-width: 1vw;
	}
	.video-container:before{
		left: 1.3vw;
		width: .5vw;
		height: 8vw;
	}
	.big-title {
        width: 448px;
        height: 400px;
    }
    .main_kv:after{
    	height: 90px;
    }
    h2{
    	font-size: 30px;
    }
    .block3 .title h3{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.block3 .content .text-content h5{
		font-size: 15px;
	}
    .product-tab {
	    font-size: 22px;
	    padding: 11px 40px 13px;
	}
	.product-tabs{
		max-width: 85%;
		gap: 20px 15px;
	}
	.big-btn {
	    width: 274px;
	    height: 66px;
	    line-height: 64px;
	    font-size: 21px;
	    letter-spacing: 3px;
	    margin: 38px auto 0;
	}
	.desc-content{
		max-width: 90%;
	}
	.clip .msg .title{
		font-size: 22px;
		letter-spacing: 2px;
	}
	.clip .msg .desc{
		font-size: 14px;
		letter-spacing: 1px;
		margin:0;
	}
	.clip .msg{
		padding-left: 44px;
	}
	.clip:nth-child(even) .msg{
		padding-left: 0;
		padding-right: 44px;
	}
	.clip-tnc{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.views-swiper .big-image{
		border-width: 6px;
	}
	.views-swiper{
		width: calc(100% - 136px);
	}
	.views-swiper .text-content .title h3 {
        padding-left: 45px;
        font-size: 21px;
    }
    .sub-views {
        padding-left: 45px;
    }
    .sub-view {
        flex: 0 0 45%;
    }
    .views-swiper .text-content {
        padding: 24px 10px 0 0;
    }
    .mobile-slide .text-content{
    	padding-top: 4px;
    	padding-bottom: 0;
    }
    .views-container-bg .top, .views-container-bg .bottom {
        height: 20px;
    }
    .views-container-bg .tone {
        height: 87px;
    }
    .sub-view .desc {
        padding-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }
    .views-swiper .text-content > .desc {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 0 22px 45px;
    }
	.views-swiper .text-content .title span {
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 36px;
        top: -5px;
    }
	.desc-content.for-oes{
		font-size: 15px;
		line-height: 24px;
	}
	.whyjoin-list{
		margin: 22px auto 0;
		max-width: 100%;
	}
	.whyjoin-list ul{
		font-size: 15px;
    	line-height: 20px;
	}
	.whyjoin-list li:before{
		width: 19px;
		height: 19px;
	}
	.whyjoin-list li{
		padding-left: 27px;
		width: 624px;
	}
	.tips-container li {
	    padding-left: 25px;
	    font-size: 17px;
	    line-height: 34px;
	}
	.tips-container li:before{
		width: 8px;
		height: 8px;
		top: 14px;
	}
	.tips-container li .sm {
	    font-size: 15px;
	    line-height: 22px;
	}
	.wrapper {
		padding: 30px 10px;
	}
	.w970{
		max-width: 100%;
	}
	
	.footer01 {
		display: none;
	}
	.footer02 {
		position: relative;
		float: none;
		padding-top: 12px;
		width: 100%;
		text-align: left;
		font-size: 12px;
		color: #666;
		line-height: 14px;
		font-weight: 300;
		text-align: center;
	}
	.footer03 {
		position: relative;
		float: none;
		width: 100%;
		margin: 0 auto;
		max-width: 590px;
		text-align: center;
	}
	:root{
		--detailfont: 15px;
	}
	
	.packages{
		gap: 20px;
	}
	.package {
	    flex: 0 0 calc(50% - 10px);
	}
	.package > .title span{
		width: 36px;
		height: 36px;
	}
	.package > .title{
		font-size: 30px;
	}
	.package .number{
		font-size: 66px;
		margin-right: 2px;
	}
	.date-info .label{
		margin-right: 3px;
	}
	.package-li, .date-info{
		font-size: 12px;
		line-height: 1.3;
	}
	.package-li .li-content .title{
		font-size: 18px;
	}
	.package-li:nth-child(3){
		padding-bottom: 0;
	}
	.package a.button{
		margin: 0px auto -39px;
	}
	.package-remark{
		font-size: 14px;
	}
	.big-title {
        width: 348px;
        height: 310px;
    }
	.blocks3{
		flex-wrap: wrap;
	}
	.block3{
		flex: 0 0 320px;
	}
	.block3:nth-child(2){
		margin:0;
	}
	.block3:nth-child(3){
		margin-top: -50px;
	}
    .swiper.box4{
    	padding: 53px 50;
    }
    .box4 .title {
        font-size: 21px;
        width: 264px;
        height: 74px;
        padding: 19px 0 0;
    }
    .box4 .case {
        font-size: 14px;
    }
    .box4 .ans span {
        flex: 0 0 54px;
    }
    .box4 .ans {
        font-size: 14px;
    }
    .swiper.box4 .swiper-slide {
        width: 305px;
    }
    .box4 .title:before {
	    top: -7px;
	    left: -3px;
	    border-width: 2px;
	}
    .product-tab {
        font-size: 19px;
        padding: 9px 35px 11px;
    }
    .product-tab.active:after{
    	border-width: 4px;
    }
    .product-tabs {
        gap: 15px 12px;
    }
    .tour-block {
	    flex: 0 0 337px;
	}

	.swiper-button-next{
		right: 17px !important;
	}
	.swiper-button-prev{
		left: 17px !important;
	}
	.swiper-button-next, .swiper-button-prev {
        width: 56px !important;
        height: 56px !important;
        top: 50% !important;
        margin-top: -28px !important;
    }
    .testimonial-swiper-container {
        padding: 0 80px;
    }
    .testimonial-swiper{
		width: calc(100vw - 160px);
	}
	.testimonial-swiper .swiper-slide .content{
		margin:0 10px;
        /*border-radius: 55px;*/
        padding: 20px;
    }
    .testimonial-swiper .swiper-slide .thumbnail {
        border-radius: 16px;
    }
    .testimonial-swiper .text-content .scroll-text h5{
        font-size: 13px;
    }
    .testimonial-swiper .by h6, .testimonial-swiper .by h7{
        font-size: 15px;
    }
    .testimonial-swiper .text-content {
	    padding: 13px 13px 0 9px;
	}
}
@media (max-width: 576px) {

	.top_bar {
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9999;
		overflow-x: hidden;
	}
	.top_menu {
		width: 100%;
	}
	.navbar-brand {
		width: 19%;
		padding-bottom: 6px;
		max-width: 140px;
		min-width: 70px;
	}	

	/*.main_kv {
		overflow: hidden;
		margin-top: 44px;
	}*/
	.main_kv{
		margin-top: 44px;
	}
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }

	:root{
		--detailfont: 12px;
	}
	
	.packages{
		flex-direction: column;
		margin-top: 12px;
		gap: 48px;
	}
	.package {
	    flex: 0 0 auto;
	}
	.package .number{
		margin-right: 4px;
	}
	.date-info .label{
		margin-right: 4px;
	}
	.package-li, .date-info{
		font-size: 13px;
	}
	.package-li{
		padding-bottom: 6px;
	}
	.package-li .li-content .title{
		font-size: 18px;
	}
	.package-li:nth-child(3){
		padding-bottom: 0;
	}
	.package a.button {
        margin: 28px auto -46px;
        width: 193px;
    }
	.package-remark{
		font-size: 12px;
		margin: 19vw auto 0;
	}
	h2{
        letter-spacing: 1px;
        font-size: 19px;
        line-height: 26px;
        border-top-width: 3px;
        border-bottom-width: 3px;
        padding: 10px 30px 12px;
        font-weight: 500;
        max-width: 95%;
    }
    .block3:nth-child(2) {
        margin-top: -50px;
    }
    .block3 .content{
    	width: 50%;
    }
    .blocks3{
    	padding-top: 20px;
    }
    .box4 .title {
        font-size: 18px;
        width: 224px;
        height: 64px;
        padding: 15px 0 0;
    }
    .swiper.box4 .swiper-slide {
        width: 264px;
    }
    .box4 .ans span {
        flex: 0 0 44px;
        margin-right: 12px;
    }
    .mobile-hide{
    	display: none;
    }
    .mobile-show{
    	display: block;
    }
    .box4 .case{
    	font-size: 13px;
    }
    .swiper.box4:after, .swiper.box4:before{
    	display: none;
    }
    .swiper.box4 .swiper-slide{
    	padding: 0 40px;
    	box-sizing: border-box;
    }
    .swiper.box4 .swiper-slide:nth-child(1) {
	    margin-left: 0;
	}
	.swiper.box4 .swiper-slide:last-child {
		margin-right: 0;
	}
	.swiper.box4 {
        padding: 26px 0 35px;
    }
    .wrapper.row {
        padding: 24px 0;
    }
    .desc-content{
    	max-width: 90%;
    	margin-top: 0;
    	font-size: 14px;
        line-height: 1.5;
    }
    .products{
    	padding: 18px;
    	gap: 12px;
    }
    .tour-block{
    	padding: 12px;
    }
    .tour-block .thumbnail{
    	border-radius: 10px;
    }
    .tour-block .title{
    	font-size: 23px;
    }
    .tour-block .code {
	    font-size: 12px;
	    margin-bottom: 8px;
	}
	.tour-block .desc {
	    font-size: 14px;
	}
	.tour-block .date {
	    font-size: 14px;
	    margin-bottom: 12px;
	}
	.product-tab {
        font-size: 14px;
        padding: 8px 20px 10px;
    }
    .product-tabs {
        max-width: 100%;
        gap: 15px 5px;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        justify-content: flex-start;
        padding: 10px 18px;
        margin: 15px 0 5px;
        position: sticky;
        top: 45px;
		background-color: #F6F3EE;
        z-index: 1;
    }
    .product-tabs::-webkit-scrollbar {
	  display: none;
	}
    .products{
    	display: flex !important;
    }
    .products + .products {
	    padding: 0 18px 12px;
	}
	.product-tab:hover{
		color: black;
    	background-color: #EDDBCB;
	}
	.product-tab.active:hover{
		color: white;
    	background-color: #7C6F66;
	}
    .big-title {
        width: 248px;
        height: 230px;
        left: 52%;
        top: 70%;
    }
    .main_kv:after {
        height: 44px;
        bottom: -18px;
    }
    .product-tabs.sticky{
    	box-shadow: 0 0 20px rgba(0,0,0,.5);
    }
    .big-btn:hover {
	    padding: 12px 0 0;
	}
	.big-btn:hover:before{
		top: -6px;
    	left: -4px;
	}

    .swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !!important;
	}
	.floating-icon{
		right: 18px;
	}
	.tour-block {
	    flex: 0 0 367px;
	}
	.h1-block{
		padding: 0 16px;
	}
	.testimonial-swiper-container {
        padding: 0 40px;
    }
    .testimonial-swiper {
        width: calc(100vw - 80px);
    }
    .swiper-button-next {
        right: 6px !important;
    }
    .swiper-button-prev {
        left: 6px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        top: 50% !important;
        margin-top: -20px !important;
    }
    .testimonial-swiper .scroll-text{
    	height: 154px;
    }

    .clip, .clip:nth-child(even){
    	flex-direction: column;
    }
    .clip:not(:last-child){
    	margin-bottom: 20px;
    }
    .clip .thumbnail{
    	width: 95%;
    	margin-bottom: 20px;
    }
    .clip:nth-child(even) .thumbnail{
    	align-self: flex-end;
    }
    .clip .msg .title{
		font-size: 22px;
		letter-spacing: 2px;
	}
	.clip .msg .desc{
		font-size: 14px;
		letter-spacing: 1px;
		margin:0;
	}
	.clip .msg{
		align-items: center;
	}
	.clip .msg, .clip:nth-child(even) .msg{
		padding: 0;
		text-align: center;
	}
	.clip-tnc{
		font-size: 10px;
		margin-top: 39px;
	}
	.clips3{
		margin-top: 30px;
	}
	h2.nodot{
		line-height: normal;
		margin-top: -1em;
	}
	.desc-content.for-oes{
		margin-top: 0;
	}
	.tips-container{
		padding: 16px 10px 16px 6px;
	    max-width: 95%;
	}
	.tips-container li {
        padding-left: 16px;
        font-size: 14px;
        line-height: 27px;
    }
    .tips-container li .sm {
        font-size: 12px;
        line-height: 16px;
    }
    .tips-container:after{
    	width: 29px;
        height: calc(100% - 20px);
        bottom: 0;
        top: auto;
    }
    .tips-container{
    	padding: 16px 18px 16px 15px;
    }
    .tips-container li:before {
        width: 6px;
        height: 6px;
        top: 12px;
    }
    .desc-content.for-oes{
		font-size: 14px;
		line-height: 21px;
	}
	.video-row{
		display: block;
	}
	.video-container{
		margin: 0 auto 15px;
	}
	.video-container {
        border-radius: 7.25vw;
        border-width: 1.5vw;
    }
    .video-container {
        border-radius: 7.25vw;
        border-width: 1.5vw;
    }
    .content_menu{
    	font-size: 18px;
    }
    .content_menu li:after{
    	border-width: 8px 0 8px 12px;
    }
    .content_menu a{
    	padding-left: 24px;
    }
    .content_menu ul {
	    padding: 20px 24px 14px 34px;
	}
	.views-container-bg .top, .views-container-bg .bottom {
        height: 26px;
    }
    .views-container-bg {
        top: 7em;
        height: calc(100% - 7em);
    }
    .views-swiper {
        width: calc(100% - 96px);
    }
    .views-swiper .text-content {
        padding: 10px 10px 0 0;
        /*verflow-x: hidden;
        overflow-y: auto;
        max-height: 50vh;*/
    }
    .views-container-bg .tone {
        height: 47px;
        top: 8%;
    }
    .views-container{
    	padding-bottom: 1em;
    }
    .views-swiper .text-content .title span {
        width: 19px;
        height: 19px;
        font-size: 12px;
        line-height: 19px;
        top: 0px;
    }
    .views-swiper .text-content .title h3 {
        padding-left: 22px;
        font-size: 15px;
    }
    .views-swiper .text-content > .desc {
        font-size: 13px;
        line-height: 19px;
        padding: 0 0 15px 22px;
    }
    .sub-views {
        padding-left: 22px;
        /*display: block;*/
    }
    .sub-view:not(:last-child) {
        margin-right: 0;
        margin-bottom: 14px;
    }
    .sub-view .desc{
    	font-size: 13px;
        line-height: 19px;
    }
    .views-swiper-container .swiper-button-next, .views-swiper-container .swiper-button-prev{
    	top: 58% !important;
    }

}
@media (max-width: 375px) {
	.main_kv {
		margin-top: 44.16px;
	}
}
