@charset "UTF-8";
/* CSS Document */
:root{
	--fontcolor: #282936;
	--greencolor: #5F4846;
	--browncolor: #C98E61;
	--lightbrowncolor: #C98E61;
	--detailfont: 19px;
	--defaultfontfamily: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
	--w:min(1, 1.11);
}
body {
	background: #f2f2f2 url(../images/bg.jpg) center center repeat-y;
	background-size: min(100%, 1600px) auto;
	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: #F2F2F2;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
}*/
h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -40%, 0);
	display: flex;
	flex-direction: column;
	z-index: 2;
}
h1 span:nth-child(1){
	display: block;
	font-size: 93px;
	font-size: clamp(10px, 6.458vw, 93px);
	font-weight: 600;
	color: white;
	-webkit-text-stroke: 18px #6468D4;
	paint-order: stroke fill;
	position: relative;
	transform: translateX(-10px) rotate(-1deg);
	white-space: nowrap;
}
h1 span:nth-child(1):before,
h1 span:nth-child(1):after{
	content: '';
	width: 106%;
	position: absolute;
	left: calc(-3% + 6px);
	height: 18px;
	background-color: white;
	border: 6px solid #6468D4;
}
h1 span:nth-child(1):before{
	top: -9px;
}
h1 span:nth-child(1):after{
	bottom: -18px;
}
h1 span:nth-child(2){
	display: none;
}
h1 span:nth-child(3){
	display: block;
	font-size: 32px;
	font-size: clamp(10px, 2.22vw, 32px);
	font-weight: bold;
	margin: 40px auto 0;
	text-align: center;
	padding:12px 45px 16px;
	border-radius: 50em;
	letter-spacing: 2px;
	background-color: #12FFAF;
	position: relative;
}
h1 span:nth-child(3):after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: red;*/
	z-index: -1;
	top: -9px;
	left: -9px;
	border-radius: 50em;
	padding: 6px;
	box-sizing: content-box;
	border: 3px solid #12FFAF;
}
.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;
	overflow: hidden;
}

.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;
}

/**/
.maxwidth{
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
}
.desc-content{
	max-width: 992px;
	margin:0 auto;
	font-size: 20px;
	line-height: 34px;
	color: var(--fontcolor);
	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: 590px;
	border-radius: 8px;
	background-color: #fff;
	margin:0 auto;
	font-size: 19px;
	overflow: hidden;
	max-width: 95%;
}
.content_menu .title{
	background: #095983;
    font-weight: normal;
    color: white;
    line-height: 1;
    padding: 10px 28px;
    font-size: 22px;
    letter-spacing: 1px;
}
.content_menu ul{
	list-style: none;
	padding: 20px 30px 20px 35px;
}
.content_menu a{
	color:var(--fontcolor);
/*	text-decoration: underline;*/
/*	line-height: 1.9;*/
	font-weight: 400;
	letter-spacing: .5px;
}
.content_menu li{
	position: relative;
}
.content_menu li.sub{
	font-size: .89em;
	padding-left: 23px;
	background: url(../images/ic_pin.png) left top no-repeat;
	background-size: 17px auto;
}
.content_menu li:not(:last-child) {
    margin-bottom: 8px;
}
.content_menu li.sub + li.sub + li.sub{
	margin-bottom: 12px;
}
.content_menu a:hover, .content_menu a:focus{
	color:var(--highlight-color);
}

.mobile-show{
	display: none;
}
h2{
	font-size: 36px;
	color: var(--fontcolor);
	text-align: center;
	font-weight: bold;
	position: relative;
	/*padding: 11px 90px;*/
	align-self: center;
	letter-spacing: 0;
	/*max-width: 90%;*/
	margin: 0 auto 30px;
	height: 88px;
	padding:0;
	line-height: 79px;
}
/*h2:after{
	position: absolute;
	content: '';
	width: 54px;
	height: 88px;
	z-index: 1;
	right: 0;
	margin-right: -54px;
	line-height: 79px;
}
h2:before{
	position: absolute;
	content: '';
	width: 36px;
	height: 88px;
	z-index: 1;
	left: 0;
	margin-left: -36px;
}*/
h2.no-border{
	color: #282936;
	border-radius: 0;
	background: unset;
	margin: 0 auto;
	line-height: 1.5;
	padding: 11px 90px 0;
	height: auto;
}
h2.no-border:after, h2.no-border:before{
	display: none;
}

.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);
}

.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%;
    max-width: 1137px;
}
.product{
	border: 3px solid #00A497;
	padding: 11px;
	flex: 0 0 calc(33.33% - 12px);
}
.product .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 66.87%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid #00A497;
}
.swiper-button-next, .swiper-button-prev{
	width: 63px !important;
	height: 63px !important;
	top: 50% !important;
	margin-top: -32px !important;
	border-radius: 50em;
	box-shadow: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	display: none !important;
}
.swiper-button-next{
	right: 8px !important;
	transform: rotate(180deg);
}
.swiper-button-prev{
	left: 8px !important;
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover{
	filter: brightness(1.2);
}

.views-container{
	max-width: 100%;
	width: 1600px;
	padding: 0 30px;
	margin: 0 auto;
}
.views-container.bg{
	background-color: #CFDCE3;
}
.views-container .swiper-wrapper{
	align-items: stretch;
}
.views-container.bg .views-swiper-container:before{
	width: 100%;
	height: 78px;
	background-color: white;
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
}
.views-swiper{
	position: relative;
    max-width: 1440px;
    width: calc(100vw - 150px);
    overflow: hidden;
    margin: 0;
}
.views-swiper .big-image{
	
}
.views-swiper .swiper-slide{
	height: auto;
}
.views-swiper .content{
	user-select: none;
	border-radius: 25px;
	background-color: white;
	overflow: hidden;
	height: 100%;
}
.views-swiper2 .content{
	user-select: none;
}
.views-swiper .text-content{
	padding: 28px 34px;
}
.views-swiper .text-content .title,
.views-swiper2 .text-content .title{
	position: relative;
}
.views-swiper .text-content .title:before,
.views-swiper2 .text-content .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
	height: 40px;
}
.views-swiper .text-content .title div,
.views-swiper2 .text-content .title div{
	padding-left: 33px;
	font-size: 35px;
	font-weight: bold;
	color: var(--fontcolor);
	line-height: 1.3;
}
.views-swiper .text-content .title span,
.views-swiper2 .text-content .title span{
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.views-swiper .text-content > .desc,
.views-swiper2 .text-content > .desc{
	font-size: 20px;
	line-height: 32px;
	padding: 13px 0 7px;
	text-align: justify;
	font-weight: normal;
}
.views-container-bg{
	background-color: #C3DEDE;
	position: absolute;
	top: 11em;
	width: 100%;
	left: 0;
	z-index: -1;
	height: calc(100% - 11em);
}

.views-swiper-container{
	position: relative;
	/*margin-bottom: 1em;*/
	z-index: 1;
}


.w830{
	max-width: 830px;
}
.views-swiper2 .big-image{
	padding-right: 34.1305%;
	padding-bottom: 100px;
}
.views-swiper2 .text-content{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 646px;
	background-color: white;
	padding: 84px 90px 50px 45px;
	box-sizing: border-box;
	/*overflow: hidden;*/
}
.views-swiper2 .text-content:before{
	content: '';
	width: 86px;
	height: 86px;
	position: absolute;
	bottom: 32px;
	left: 42px;
	background: url(../images/ic_bg_chi.png) center center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.views-swiper2 .text-content:after{
	content: '';
	width: 86px;
	height: 86px;
	position: absolute;
	top: 32px;
	right: 42px;
	background: url(../images/ic_bg_chi.png) center center no-repeat;
	background-size: contain;
}
.views-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: calc(-11px - 25px);
}
.views-swiper-container .swiper-pagination-bullet{
	width: 57px;
	height: 6px;
	border-radius: 0;
	background-color: #D8D8D8;
	opacity: 1;
}
.views-swiper-container .swiper-pagination-bullet-active{
	background-color: #09CE8B;
}
.views-swiper2 .text-content > .desc{
	padding-left: 33px;
}
.views-swiper2 .btn-prevnext{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 33px;
	margin-top: 30px;
}
.views-swiper2 .btn-prevnext .swiper-button-next,
.views-swiper2 .btn-prevnext .swiper-button-prev{
	position: relative;
	top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
.views-swiper2 .btn-prevnext .swiper-button-prev{
}
.text-content .big-title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    padding: 16px 40px 18px 20px;
    color: white;
    transform: translateY(-50%);
    background-color: #61A8BC;
    line-height: 1;
}
.text-content .big-title:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent white transparent;
    transform: rotate(0deg);
}
.subtitle{
	position: relative;
}
.subtitle h3{
	font-size: 30px;
	background-color: #f2f2f2;
	z-index: 1;
	position: relative;
	display: inline-block;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
}
.subtitle:after{
	content: '';
	width: 100%;
	height: 3px;
	background-color: var(--fontcolor);
	transform: translateX(-50%);
	margin-top: -1.5px;
	position: absolute;
	top: 50%;
	width: 830px;
	z-index: 0;
	left: 50%;
}
.subtitle.white h3{
	background-color: white;
	color: #00A498;
}
.subtitle.green-line:after{
	background-color: #00A498;
}
.bg-white{
	background-color: white;
}
/*.w1024{
	width: 1024px;
}*/
.subtitle.w1024:after{
	width: 1024px;
}

.button-set{
	text-align: center;
	margin: 0 auto;
}
.button-set a{
	width: 307px;
	height: 61px;
	border-radius: 8px;
	background-color: #614992;
	color: white;
	text-align: center;
	line-height: 1;
	padding: 10px;
	display: flex;
	font-size: 23px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	gap: 5px;
	filter: brightness(1);
}
.button-set a:hover{
	text-decoration: none;
	filter: brightness(1.2);
}
.button-set a:before{
	content: '';
	width: 28px;
	height: 28px;
	background-color: white;
	position: relative;
}
.label-faq{
	position: absolute;
	right: 76px;
	top: 65px;
	width: 114px;
	z-index: -1;
}
.tips-lists{
	width: 990px;
	max-width: 85%;
	margin: 0 auto;
}
.tips-list{
	border-bottom: 1px solid #979797;
    padding: 22px 0px;
	position: relative;
}
/*.tips-list:last-child{
	border-bottom: 1px solid #979797;
}*/
.tips-title{
	font-size: 23px;
	font-weight: 500;
	cursor: pointer;
	letter-spacing: 1px;
	position: relative;
	padding-left: 26px;
	line-height: normal;
}
.tips-title:before{
	content: '';
	width: 20px;
	height: 38px;
	position: absolute;
	background-size: contain;
	left: 0;
}
.tips-text-content{
	font-size: 19px;
	line-height: 28px;
	padding: 0 80px 0 26px;
	position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.tips-text-content:before{
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 8px;
}
.tips-btn{
	position: absolute;
	right: 24px;
	top: 0;
	width: 34px;
	height: 34px;
	transform: rotate(0);
	background-size: contain;
}
.tips-title.open .tips-btn{
	transform: rotate(180deg);
}
.product{
	display: flex;
	flex-direction: column;
}
.product .title{
	font-size: 28px;
	font-weight: 600;
	color: #00A498;
	margin-top: 10px;
	line-height: 1.2;
}
.product .desc{
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.product .desc ul{
	padding-left: 20px;
}
.product .bottom{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product .bottom .date{
	font-weight: 500;
	line-height: 20px;
	font-size: 15px;
}
.product .bottom .price{
	align-self: flex-end;
	color: #EC6C87;
	font-size: 37px;
	font-weight: 500;
}
.product .bottom .price span{
	font-size: 25px;
	font-weight: normal;
}
.more-detail-btn{
	width: 100%;
    text-align: center;
    padding: 5px;
    background: #00a597;
    border-radius: 6px;
    color: white;
    margin-top: 3px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}


.map{
	position: relative;
	width: 100%;
	background: url(../images/map_bg.png) center top no-repeat;
	background-size: contain;
}
.map-box{
	border: 2px solid #B3B3B3;
	background-color: #fff;
	padding: 20px;
	border-radius: 34px;
	width: 770px;
	max-width: 55%;
	margin: 0 auto;
	position: relative;
	display: block;
	box-sizing: border-box;
}
.map-box div{
	width: 100%;
	height: 0;
	padding-bottom: 72.8%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
}
h2.star{
	line-height: 1.5;
	height: auto;
	border-bottom: 3.6px solid #5BC0CD;
	
	display: flex;
	gap: 15px;
	align-items	: center;
}
h2.star:before, h2.star:after{
	content: '';
	width: 44px;
	height: 44px;
	background: url(../images/ic_star.png) center center no-repeat;
	background-size: contain;
	position: relative;
	margin: 0;
}
h2.faq{
	color: white;
	background-color: #095983;
	padding: 17px 40px;
	height: 71px;
	line-height: 1;
}
h2.faq:before, h2.faq:after{
	display: none;
}

.views-container.bg .swiper-button-next, .views-container.bg .swiper-button-prev{
	background: url(../images/ic_arrow.png) center center no-repeat;
	background-size: contain;
}
.views-container .text-content .title:before{
	background: url(../images/ic.png) center center no-repeat;
	background-size: contain;
}
.views-swiper2 .btn-prevnext .swiper-button-next,
.views-swiper2 .btn-prevnext .swiper-button-prev{
	background: #0988CE url(../images/ic_arrow.png) center center no-repeat;
	background-size: 40px;
}
.views-container .text-content .title:before{
	background: url(../images/ic.png) center center no-repeat;
	background-size: contain;
}
.button-set a:before{
	background: url(../images/ic_whatsapp.png) center center no-repeat;
	background-size: contain;
}
.tips-btn{
	background-image: url(../images/ic_arrow_down.png);
}
.tips-title:before{
	background-image: url(../images/ic_faq_h.png);
}
h2.wall-border{
	padding-top: 11px;
	border-bottom: 3px solid #5cc0cd;
	background: url(../images/ic_line_chi.png) left top repeat-x;
	background-size: auto 18px;
}
.highlight-block ul{
	margin: 30px 0 80px;
	list-style: none;
	font-size: 22px;
	line-height: 30px;
	padding: 0;
}
.highlight-block ul li:not(:last-child){
	margin-bottom: 17px;
}
.highlight-block ul li span{
	color: #095983;
	font-weight: bold;
}
h2.border, h3.border{
	background: url(../images/head_mt.png) center center repeat-x;
	background-size: auto 100%;
	color: #fff;
	height: 115px;
	line-height: 109px;
	/*padding: 0 50px;*/
	font-size: 43px;
	margin-bottom: 0;
	position: relative;
	width: 444px;
	text-align: center;
}
h2.border.pd2{
	/*padding: 0 29px;*/
}
h2.border span:nth-child(1), h3.border span:nth-child(1){
	background: url(../images/head_lt.png) center center no-repeat;
	background-size: auto 100%;
	width: 29px;
	height: 100%;
	position: absolute;
	left: -29px;
}
h2.border span:nth-child(2), h3.border span:nth-child(2){
	background: url(../images/head_rt.png) center center no-repeat;
	background-size: auto 100%;
	width: 29px;
	height: 100%;
	position: absolute;
	right: -29px;
}
.underline:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(50% - 222px - 29px - 30px);
	height: 5px;
	background-color: #0b5984;
}
.underline:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(50% - 222px - 29px - 30px);
	height: 5px;
	background-color: #0b5984;
}
.underline{
	position: relative;
	display: flex;
	margin:0 30px 30px;
	justify-content: center;
}
.hotel-lists{
	padding: 0 66px 66px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 15px;
}
.hotels{
	position: relative;
}
.hotel{
	flex: 0 0 calc(33.33% - 15px);
	background-color: white;
	border-radius: 25px;
	overflow: hidden;
}
.hotel .text-content{
	padding: 28px 35px 40px;
}
.hotel .hotel-name{
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color: #095983;
}
.hotel .hotel-desc{
	margin-top: 16px;
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
	letter-spacing: 1px;
}
.hotel .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 52.11%;
	background-size: cover;
}
.ht-bg{
	background-color: #CFDCE3;
	height: calc(100% - 48px);
	position: absolute;
	z-index: -1;
	width: 100%;
	bottom: 0;
	overflow: hidden;
}
.ht-bg .top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background: url(../images/ic_bg_block.png) left top repeat-x;
	background-size: auto 100%;
	transform: rotate(180deg);
}
.ht-bg .bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background: url(../images/ic_bg_block.png) left top repeat-x;
	background-size: auto 100%;
}
.ht-bg .left{
	position: absolute;
	bottom: 264px;
	left: -59px;
	width: 286px;
	height: 147px;
	background: url(../images/ic_cloud.png) left top no-repeat;
	background-size: auto 100%;
}
.ht-bg .right{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -59px;
	width: 286px;
	height: 147px;
	background: url(../images/ic_cloud.png) left top no-repeat;
	background-size: auto 100%;
}
.nextbox{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 21px;
}
.nextbox h3{
	font-size: 36px;
	line-height: 44px;
	text-align: right;
	text-decoration: underline;
    text-decoration-color: #FFF657; /* Or any desired highlight color */
    text-decoration-thickness: 0.5em; /* Adjust thickness as needed */
    text-underline-offset: -0.3em;
    transform: rotate(-3deg);
}
.nextbox .white-box{
	flex: 0 0 570px;
	padding: 38px 40px;
	background-color: white;
	border-radius: 48px;
	font-size: 18px;
	line-height: 29px;
	position: relative;
}
.nextbox .white-box:after{
	content: '';
	position: absolute;
	left: -40px;
	bottom: 42px;
	width: 40px;
	height: 33px;
	background: url(../images/next.png) center center no-repeat;
	background-size: 40px auto;
}
.tour-block .button {
    display: flex;
    justify-content: space-around;
}
.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:before {
    position: relative;
    content: '';
    width: 100%;
    height: 19px;
    background: url(../images/ic_plane.png) center center no-repeat;
    background-size: auto 100%;
}
.tour-block .button a + a:before {
    background: url(../images/ic_whatsapp.png) center center no-repeat;
    background-size: auto 100%;
}
.tips-text-content ul {
    padding-left: 1.5em;
}
.circle-text{
	position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
   	transform: translate(-50%, calc(-37% - var(--w) * 1px)) rotate(-3deg) scale(var(--w));
    z-index: 99;
    width: 607px;
    aspect-ratio: 1/1;
    border-radius: 50em;
    background: rgba(255,255,255,1);
    border: 3px solid #5ec2cf;
    font-family: "Noto Serif TC", serif;

    /*zoom: var(--w);*/
}
.text-ring {
  position: relative;

  position: absolute;
  font-weight: bold;
    top: 296px;
    left: 301px;
    transform: rotate(-57deg);
    color: #647F9B;
}
.text-ring [style*=--index] {
  /*font-size: calc(var(--font-size, 2) * 1rem);*/
  font-size: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  /*transform:
    translate(-50%, -50%)
    rotate(calc(360deg / var(--total) * var(--index)))
    translateY(calc(var(--radius, 5) * -1ch));*/
    transform:
    translate(-50%, -50%)
    rotate(calc(360deg / var(--total) * var(--index)))
    translateY(calc(var(--radius, 5) * -1.8ch));
}

.headline{
	font-size: 87px;
	font-weight: bold;
	text-align: center;

	color: #0b5984;
	border-top: 5px solid #0b5984;
    width: 80%;
    margin: 218px auto 0;
    line-height: 1.2;
    height: 1.4em;
    border-bottom: 5px solid #000;
}
.headline span{
	color: #d45f5f;
}
.headline2nd{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #0b5984;
}
.circle-text:before {
    content: '';
    width: 96.4%;
    height: 96.4%;
    position: absolute;
    top: 1.8%;
    left: 1.8%;
    border: 8px solid #0b5984;
    border-radius: 50em;
}
.circle-text:after {
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 5px solid #5ec2cf;
    border-radius: 50em;
}
.headline:after{
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/ic_star.png) center center no-repeat;
	background-size: contain;
	top: 140px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}
.headcloud{
	position: absolute;
	width: 163px;
	height: 87px;
	background: url(../images/ic_headcloud.png) center center no-repeat;
	background-size: contain;
	top: 155px;
	left: -78px;
	z-index: 1;
}
.headcloud + .headcloud{
	top: 369px;
	left: auto;
	right: -99px;
}

@media only screen and (min-width: 1600px){
   .circle-text{
         transform: translate(-50%, calc(-37% - var(--w) * 1px)) rotate(-3deg) scale(var(--w));
   }
}
@media only screen and (max-width: 1280px){	
	.circle-text{
         transform: translate(-50%, calc(-40% - var(--w) * 1px)) rotate(-3deg) scale(var(--w));
   }
	.views-swiper2 .text-content .title:before{
		width: 15px;
		height: 32px;
	}
	.views-swiper2 .text-content .title div{
		font-size: 26px;
		padding-left: 26px;
	}
	.views-swiper2 .text-content .title span{
		font-size: 13px;
	}
	.views-swiper2 .text-content > .desc {
	    font-size: 15px;
	    line-height: 21px;
	    padding: 7px 0 4px;
	}
	.desc-content{
		font-size: 17px;
    	line-height: 28px;
	}
	h2{
		font-size: 32px;
	}
}

@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) {
	h2.border, h3.border{
	    font-size: 32px;
	    width: 333px;
	    height: 85px;
	    line-height: 80px;
	}
	h2.border span:nth-child(1), h3.border span:nth-child(1){
		left: -25px;
	}
	h2.border span:nth-child(2), h3.border span:nth-child(2){
		right: -25px;
	}
	.underline:before, .underline:after{
	    width: calc(50% - 150px - 29px - 30px);
	    height: 4px;
	}
	.map-box{
		padding: 14px;
    	border-radius: 28px;
	}
	.text-content .big-title {
	    font-size: 24px;
	    padding: 12px 25px 15px 10px;
	}
	.text-content .big-title:after{
		border-width: 0 0 18px 18px;
	}
	.views-swiper2 .text-content {
        width: 419px;
        padding: 50px 30px 30px 29px;
    }
	
	h2.no-border{
		font-size: 26px;
	}
	h2.star:before, h2.star:after {
	    width: 32px;
	    height: 32px;
	}
	h2.star{
		gap: 9px;
		border-width: 3px;
	}
	.views-swiper2 .text-content:after{
		width: 46px;
	    height: 46px;
	    top: 29px;
	    right: 29px;
	}
	.views-swiper2 .text-content:before{
		width: 46px;
	    height: 46px;
		bottom: 29px;
    	left: 29px;
	}
	.views-swiper2 .btn-prevnext{
		gap: 15px;
		margin-top: 20px;
	}
	.views-swiper2 .btn-prevnext .swiper-button-next, .views-swiper2 .btn-prevnext .swiper-button-prev {
	    background-size: 27px;
	}
	.views-swiper2 .big-image{
		padding-bottom: 40px;
	}
	.hotel-lists {
	    padding: 0 40px 40px;
	    gap: 20px 10px;
	}
	.hotel{
		border-radius: 20px;
	}
	.hotel .text-content {
	    padding: 18px 25px 30px;
	}
	.hotel .hotel-name {
	    font-size: 20px;
	    line-height: 24px;
	}
	.hotel .hotel-desc {
	    margin-top: 6px;
	    font-size: 14px;
	    line-height: 21px;
	}



	.views-swiper .content{
		border-radius: 20px;
	}
	.views-swiper .text-content .title:before, .views-swiper2 .text-content .title:before {
        width: 12px;
        height: 27px;
    }
    .views-swiper .text-content .title div, .views-swiper2 .text-content .title div {
        font-size: 21px;
        padding-left: 21px;
    }
    .views-swiper .text-content .title span, .views-swiper2 .text-content .title span {
        font-size: 11px;
    }
    .views-swiper .text-content > .desc, .views-swiper2 .text-content > .desc {
        font-size: 13px;
        line-height: 20px;
        padding: 9px 0 4px;
    }
    .views-swiper .text-content {
        padding: 15px 21px;
    }
    .swiper-button-next, .swiper-button-prev {
	    width: 40px !important;
	    height: 40px !important;
	    top: 50% !important;
	    margin-top: -20px !important;
	}
	.ht-bg .left, .ht-bg .right{
		height: 107px;
		width: 216px;
	}
	.ht-bg .bottom, .ht-bg .top{
		height: 160px;
	}
	.highlight-block ul {
	    margin: 30px 0 80px;
	    list-style: none;
	    font-size: 17px;
	    line-height: 21px;
	}
	.highlight-block ul li:not(:last-child) {
	    margin-bottom: 14px;
	}
	.nextbox h3 {
	    font-size: 28px;
	    line-height: 41px;
	}
	.nextbox .white-box {
	    flex: 0 0 520px;
	    padding: 28px 30px;
	    border-radius: 36px;
	    font-size: 16px;
	    line-height: 25px;
	}
	.nextbox .white-box:after {
	    left: -32px;
	    bottom: 29px;
	    width: 32px;
	    height: 27px;
	}
	.highlight-block ul {
	    margin: 22px 0 60px;
	}
	.products{
		padding: 0 33px 33px;
	}
	h2.faq{
		height: 56px;
		padding: 13px 30px;
	}
	.content_menu li.sub{
		background-size: 14px auto;
	}
	

	.main_kv {
		margin-top: 7.65625vw;
	}
	.wrapper.row{
		padding:32px 0;
	}
	
    .main_kv:after{
    	height: 90px;
    }

	.desc-content {
        width: 624px;
        max-width: 70%;
        font-size: 16px;
        line-height: 1.5;
    }
	h2{
		font-size: 27px;
		height: 72px;
		line-height: 67px;
		margin-bottom: 20px;
	}
	h2:before{
		width: 30px;
		height: 72px;
		margin-left: -30px;
	}
	h2:after{
		width: 44px;
		height: 72px;
		margin-right: -44px;
	}


    .label-faq {
	    position: absolute;
	    right: 56px;
	    top: 65px;
	    width: 86px;
	}
	.tips-lists {
	    margin: 12px auto 24px;
	}
	.tips-title{
		font-size: 18px;
		padding-left: 20px;
	}
	.tips-title:before {
	    width: 15px;
	    height: 28px;
	}
	.tips-btn{
		width: 28px;
		height: 28px;
		right: 20px;
	}
	.tips-list{
		padding:16px 0;
	}
	.tips-text-content{
	    font-size: 15px;
	    line-height: 23px;
	    padding: 0 66px 0 20px;
	}
	.content_menu .title{
		padding: 10px 22px;
    	font-size: 19px;
	}
	.content_menu ul {
	    padding: 18px 25px 18px 28px;
	    margin-bottom: .5em;
	}
	.content_menu li:not(:last-child) {
	    margin-bottom: 4px;
	}
	.content_menu li.sub + li.sub + li.sub {
	    margin-bottom: 7px;
	}
	.content_menu {
        font-size: 17px;
        width: 530px;
    }
    .content_menu li.sub{
    	padding-left: 21px;
    }

	.product .title{
		font-size: 22px;
	}
	.product .desc{
		font-size: 13px;
	    line-height: 18px;
	}
	.product .desc ul{
		padding-left: 20px;
	}
	.product .bottom .date{
		line-height: 18px;
		font-size: 13px;
	}
	.product .bottom .price{
		font-size: 31px;
	}
	.product .bottom .price span{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.circle-text{
         transform: translate(-50%, calc(-44% - var(--w) * 1px)) rotate(-3deg) scale(var(--w));
   }
	
	.content_menu .title{
		padding: 10px 18px;
    	font-size: 17px;
	}
	.content_menu ul {
	    padding: 15px 23px 16px 25px;
	    margin-bottom: .5rem;
	}
	.content_menu li:not(:last-child) {
	    margin-bottom: 6px;
	}
	.content_menu{
		font-size: 17px;
	}
	.desc-content {
        width: 100%;
        max-width: 90%;
    }
    .desktop{
    	display: none;
    }
    .views-swiper2 .text-content .title div {
        font-size: 18px;
        padding-left: 16px;
    }
    .views-swiper2 .text-content .title:before {
        width: 9px;
        height: 18px;
    }
    .views-swiper2 .text-content .title span{
    	font-size: 9px;
    }
    .views-swiper2 .text-content > .desc {
        font-size: 12px;
        line-height: 17px;
        padding: 6px 0 0px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
        margin-top: -18px !important;
    }
    .views-container{
    	padding-bottom: 0;
    }
    h2 {
        height: 60px;
        line-height: 54px;
        margin-bottom: 15px;
        font-size: 21px;
    }
    h2:before {
        width: 22px;
        height: 60px;
        margin-left: -22px;
    }
    h2:after {
        width: 36px;
        height: 60px;
        margin-right: -36px;
    }
    .map-box {
        padding: 10px;
        border-radius: 24px;
        border-width: 1px;
    }
    h2.border, h3.border {
        font-size: 26px;
        width: 264px;
        height: 72px;
        line-height: 68px;
    }
    .underline:before, .underline:after {
        width: calc(50% - 103px - 29px - 30px);
        height: 3px;
    }
    h2.border span:nth-child(1), h3.border span:nth-child(1) {
        left: -23px;
    }
    h2.border span:nth-child(2), h3.border span:nth-child(2) {
        right: -23px;
    }
    .text-content .big-title {
        font-size: 20px;
        padding: 10px 18px 12px 9px;
    }
    .hotel-lists {
        padding: 0 16px 30px;
        gap: 15px 10px;
    }
    .hotel .hotel-name {
        font-size: 16px;
        line-height: 21px;
    }
    .hotel .text-content {
        padding: 13px 17px 24px;
    }
    .hotel .hotel-desc {
        font-size: 13px;
        line-height: 19px;
    }
    .ht-bg .bottom, .ht-bg .top {
        height: 110px;
    }
    .ht-bg .left, .ht-bg .right {
        height: 77px;
        width: 156px;
    }
    .ht-bg .left{
    	bottom: 214px;
    }
    h2.wall-border{
    	padding-top: 8px;
    	background-size: auto 14px;
    	border-width: 2px;
    }
    .w830{
    	max-width: 80%;
    }
    .highlight-block ul{
    	font-size: 16px;
        line-height: 20px;
    }
    .nextbox .white-box {
        flex: 0 0 420px;
        padding: 20px 24px;
        border-radius: 26px;
        font-size: 14px;
        line-height: 21px;
    }
    .nextbox .white-box:after {
        left: -27px;
        bottom: 24px;
        width: 27px;
        height: 27px;
    }
    .nextbox h3 {
        font-size: 23px;
        line-height: 32px;
    }

    
    .views-swiper2 .text-content {
        width: 340px;
        padding: 40px 29px 20px;
    }
    .views-swiper2 .btn-prevnext{
    	gap: 14px;
    	margin-top: 25px;
    }
    .views-swiper2 .text-content:before {
        width: 32px;
        height: 32px;
        bottom: 23px;
        left: 29px;
    }
    .views-swiper2 .text-content:after {
        width: 32px;
        height: 32px;
        top: 23px;
        right: 29px;
    }
    .text-content .big-title:after {
        border-width: 0 0 15px 15px;
    }
    .button-set a {
	    width: 267px;
	    height: 51px;
	    font-size: 17px;
	}
	.button-set a:before{
		width: 22px;
		height: 22px;
	}
	.label-faq {
        right: 36px;
        width: 68px;
    }
    .tips-title {
        font-size: 15px;
        padding-left: 16px;
    }
    .tips-title:before {
        width: 12px;
        height: 22px;
    }
    .tips-list {
        padding: 11px 0;
    }
    .tips-btn {
        width: 22px;
        height: 22px;
    }
    .tips-text-content {
        font-size: 13px;
        line-height: 18px;
        padding: 0 66px 0 16px;
    }
    .tips-text-content:before{
    	height: 4px;
    }
    .tips-lists{
    	max-width: 90%;
        margin: 6px auto 0;
    }
	.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;
	}

	.product .title{
		font-size: 18px;
	}
	.product .desc{
		font-size: 12px;
	    line-height: 17px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 17px;
		font-size: 12px;
	}
	.product .bottom .price{
		font-size: 27px;
	}
	.product .bottom .price span{
		font-size: 16px;
	}
	.product .thumbnail{
		border-width: 2px;
	}
	.product {
	    border-width: 2px;
	    padding: 8px;
	}
	.products{
		gap: 8px;
        padding: 0 13px 13px;
    }
    .tour-block .button a{
    	font-size: 11px;
    }
    .tour-block .button a:before{
    	height: 15px;
    }
    h2.faq {
        height: 50px;
        padding: 13px 22px;
    }
}
@media (max-width: 576px) {
	.map-box{
		max-width: 85%;
		padding: 8px;
        border-radius: 20px;
	}
	h2.border, h3.border {
        font-size: 21px;
        width: 214px;
        height: 62px;
        line-height: 58px;
    }
    .underline:before, .underline:after {
        width: calc(50% - 74px - 29px - 30px);
        height: 2px;
    }
    h2.border span:nth-child(1), h3.border span:nth-child(1) {
        left: -22px;
    }
    h2.border span:nth-child(2), h3.border span:nth-child(2) {
        right: -22px;
    }
    .underline{
    	padding: 14px 25px;
    	margin: 0 22px 10px;
    }
    .hotel .hotel-desc {
        font-size: 12px;
        line-height: 16px;
    }
    .hotel .text-content {
        padding: 10px 14px 18px;
    }
    .hotel {
        border-radius: 14px;
    }
    .tour-block .button a {
        font-size: 13px;
    }
    .tour-block .button a:before {
        height: 19px;
    }
	.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{
		margin-top: 44px;
	}
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }

	:root{
		--detailfont: 12px;
	}
	
	/*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%;
    }*/
    
    .mobile-hide{
    	display: none;
    }
    .mobile-show{
    	display: block;
    }
    
    .wrapper.row {
        padding: 24px 0;
    }
    .desc-content{
    	max-width: 90%;
    	margin-top: 0;
    	font-size: 14px;
        line-height: 1.5;
    }
/*   	.circle-text {
        top: 16px;
    }*/
    
    .products{
    	display: flex !important;
    }
    .products + .products {
	    padding: 0 18px 12px;
	}
	
    .main_kv:after {
        height: 44px;
        bottom: -18px;
    }
    

    .swiper-button-next{
		right: 10px !important;
	}
	.swiper-button-prev{
		left: 10px !!important;
	}
	
    .content_menu{
    	font-size: 15px;
    	margin-top: -2em;
    }		
    .content_menu ul {
        padding: 15px 23px 14px 25px;
    }
    h2{
    	font-size: 21px;
    }
	h2.no-border{
		margin: 0 auto 5px;
	    line-height: 1.5;
	    padding: 5px 0 11px;
	    font-size: 19px;
	    max-width: 90%;
	}
	.img-local {
        width: 115px;
        right: 10px;
        top: -70px;
    }
    .img-bg-arrow{
		top: -60px;
		width: 22%;
    }
	.m7desc-wrapper {
        max-width: 85%;
        width: 100%;
        padding: 10px 0;
        font-size: 13px;
    }
    .views-swiper2 .content{
    	display: flex;
    	flex-direction: column;
    }
    .views-swiper2 .text-content {
        background-size: auto 14px;
        position: relative;
        margin-left: 0px;
        width: calc(100% - 0px);
        transform: translateY(-40px);
        padding: 34px 21px 20px 21px;
    }
    .views-swiper2 .text-content:before{
    	left: 21px;
    }
    .views-swiper2 .text-content:after{
    	right: 21px;
    }
    .hotel {
	    flex: 0 0 calc(50% - 10px);
	}
    .views-swiper2 .big-image{
    	padding-right: 0;
    }
    .views-swiper2 .btn-prevnext {
        margin-top: 18px;
    }
    .views-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
	    bottom: 10px;
	}
	.views-swiper{
		width: 100vw;
	}
	.views-swiper .swiper-slide{
		padding: 0 50px;
		box-sizing: border-box;
	}
	.side-left{
		flex-direction: column;
	}
	.side-left_block {
        padding: 22px 30px 36px 30px;
        text-align: center;
    }
    .side-left .img {
        margin-bottom: -19px;
    }
    .egl3boxes{
    	flex-wrap: wrap;
    }
    .egl3box {
        flex: 0 0 180px;
        height: 180px;
        border-width: 7px;
        font-size: 16px;
    }
    .egl3box .ic {
        flex: 0 0 85px;
        height: 85px;
        margin-top: -13px;
    }
    .egl3box:last-child{
    	margin-top: -20px;
    }
    .label-faq {
        right: 16px;
        width: 48px;
        top: 13px;
    }
    .tips-lists{
    	margin: 0 auto;
    }
    .tips-list{
    	padding: 9px 0;
    }
    .product{
    	flex:0 0 100%;
    }
    .m7desc-top, .m7desc-bottom {
        height: 20px;
    }
   	.m7desc-top:before, .m7desc-bottom:before, .m7desc-top:after, .m7desc-bottom:after {
        flex: 0 0 47px;
    }
    .marathonEGL-bottom{
    	padding: 50px 0 30px;
    }
   	.views-swiper-container .swiper-pagination-bullet {
        width: 26px;
        height: 3px;
    }

    .product{
    	padding: 15px;
    }
    .product .title{
		font-size: 23px;
	}
	.product .desc{
		font-size: 15px;
	    line-height: 22px;
	}
	.product .desc ul{
		padding-left: 17px;
	}
	.product .bottom .date{
		line-height: 22px;
		font-size: 15px;
	}
	.product .bottom .price{
		font-size: 37px;
	}
	.product .bottom .price span{
		font-size: 22px;
	}
	
	h2.star{
		margin-bottom: 10px;
		gap: 5px;
        border-width: 2px;
	}
	h2.star:before, h2.star:after {
        width: 24px;
        height: 24px;
    }
    .nextbox{
    	flex-direction: column;
    	gap: 6px;
    }
    h2.wall-border {
        padding-top: 20px;
        background-size: auto 14px;
        border-width: 2px;
        line-height: 1.3;
        height: 83px; 
    }
    .nextbox .white-box {
        flex: 0 0 auto;
        border-radius: 22px;
        max-width: 90%;
    }
    .nextbox .white-box:after{
    	display: none;
    }
    .w830 {
        max-width: 84%;
    }
    .nextbox h3 {
        font-size: 25px;
        line-height: 34px;
        transform: rotate(-1deg);
    }
    .circle-text{
         transform: translate(-50%, calc(-45% - var(--w) * 1px)) rotate(-3deg) scale(var(--w));
   }
}
@media (max-width: 375px) {
	.main_kv {
		margin-top: 44.16px;
	}
}
