@charset "UTF-8";
/* CSS Document */
:root{
	--fontcolor: #333;
	--pinkcolor: #FC6FA1;
	--bluecolor: #6295E5;
	--purplecolor: #5764CF;
	--darkblue: #265A8D;
	--detailfont: 19px;
	--defaultfontfamily: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif";
	--w:min(1, 1.11);
}
body {
	background: #FBFAF9 center center repeat-y;
	/*background-size: min(100%, 1600px) auto;*/
	font-family: "Noto Sans TC","正黑體", "黑體", "微軟正黑體", Helvetica, Arial, "sans-serif" !important;
	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;
}
.navbar-toggler {
    padding: .20rem 0rem;
    background-color: transparent;
    border: 0px solid transparent;
	display: none !important;
}
.navbar {
	padding: 0 1rem;
}
.navbar-nav {
	display: none !important;
}

.hidden{
	display: none;
}

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

a{
 color: var(--fontcolor);
 text-decoration: none;
}
a:hover{
 color: var(--lightbluecolor);
}
.user-select{
 user-select: none;
 -webkit-user-select: none;
}
a:focus{
	color: inherit;
	text-decoration: none;
}



.main_kv {
	position: relative;
    width: 100%;
	margin-top: 78px;
	z-index: 1;
	overflow: hidden;
}
.main_kv picture{
	position: relative;
	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: clamp(0px, 2.22vw, 32px);
    width: 100%;
/*    max-width: 1280px;*/
	max-width: 1600px;
}
.wrapper.row{
	flex-direction: column;
	max-width: 90%;
}
.full-width{
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 1600px !important;
}

.foot_bg {
	position: relative;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
}
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;
}


.section-title{
	font-size: clamp(0px,2.77vw,40px);
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.section-title span.color-blue{
	color: var(--bluecolor);
}
.section-title span.color-pink{
	color: var(--pinkcolor);
}
.section-title span.color-purple{
	color: var(--purplecolor);
}
/*h1{
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	line-height: 48px;
	position: relative;
	margin: 24px auto;
}
h1:after{
	content: '';
	height: 30px;
	bottom: 21px;
	position: relative;
	display: block;
	z-index: -1;
	background-color: #F7FB00;
}
h1 span{
	font-size: .875em;
}
h1 + h2{
	font-size: 31px;
	color: #AE2222;
	text-align: center;
	font-weight: 600;
	position: relative;
	margin: 10px auto 0;
	line-height: 42px;
}*/

/* faq */
.faq-a ul {
    padding-left: 1.2em;
}
.faq-lists{
	width: clamp(0px, 68.6vw, 988px);
	margin: 0 auto;
}
.faq-list{
	background-color: #fff;
	margin-bottom: clamp(0px, .83vw, 12px);
	padding: clamp(0px, 1.11vw, 16px) 0 clamp(0px, 1.11vw, 16px) clamp(0px, 1.597vw, 23px);
}
.faq-q{
	font-size: clamp(0px, 1.458vw, 21px);
	font-weight: bold;
	min-height: clamp(0px, 2.22vw, 32px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: clamp(0px, 5.55vw, 80px);
	position: relative;
	cursor: pointer;
	letter-spacing: 1px;
}
.faq-q h3{
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}
.faq-q:not(.open) + .faq-a:after{
    display: none;
}
.faq-q.open, .faq-q.open + .faq-a{
	margin-bottom: clamp(0px, .69vw, 10px);
}
.faq-a{
	padding: 0 clamp(0px, 5.55vw, 80px) 0 0;
	font-size: clamp(0px, 1.18vw, 17px);
	line-height: 1.44;

	max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faq-a a{
	text-decoration: underline !important;
}
.faq-btn{
	position: absolute;
    right: clamp(0px, 1.67vw, 24px);
    top: clamp(-100px, -.138vw, -2px);
    width: clamp(0px, 2.36vw, 34px);
    height: clamp(0px, 2.36vw, 34px);
    transform: rotate(0);
    background-image: url(../images/ic_arrow_down.png);
    background-size: contain;
}
.faq-q.open .faq-btn {
    transform: rotate(180deg);
    top: 0;
}
.faq-section-title{
	color: var(--darkblue);
	font-size: clamp(0px, 1.74vw, 25px);
	font-weight: bold;
	padding: 0 0 clamp(0px, 1.67vw, 24px) clamp(0px, .69vw, 10px);
	margin-top: clamp(0px, 3.05vw, 44px);
}
.faq-section-title h3{
	font-size: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.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 #45C8F5;
	padding: 11px;
	flex: 0 0 calc(33.33% - 12px);
	background-color: #fff;
}
.product .thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 66.87%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product{
	display: none;
	flex-direction: column;
}
.product.show{
	display: flex;
}
.product .title{
	font-size: 28px;
	font-weight: 600;
	color: var(--lightbluecolor);
	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: var(--pinkcolor);
	font-size: 37px;
	font-weight: 500;
}
.product .bottom .price span{
	font-size: 25px;
	font-weight: normal;
}

.tour-block .button {
    display: flex;
    justify-content: space-around;
}
.tour-block .button a {
    display: flex;
    border-radius: 7px;
    background-color: #11A4FF;
    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);
    white-space: nowrap;
}
.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%;
}

.video-container{
	margin: 0 auto;
	background-color: black;
	position: relative;
	border-radius: clamp(0px, 4.44vw, 64px);
	border: clamp(0px, 1.04vw, 15px) solid #0A5BA9;
	width: clamp(0px, 68.68vw, 989px);
}
.video-container:before{
	content: '';
	position: absolute;
	top: 50%;
	left: clamp(0px, 1.875vw, 27px);
	width: clamp(0px, 1.04vw, 15px);
	height: clamp(0px, 10.33vw, 192px);
	background-color: #393D55;
	border-radius: 50em;
	transform: translateY(-50%);
}
.video-wrapper{
	width: clamp(0px,57.2vw,824px);
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.video-wrapper + img{
	width: 100%;
	height: auto;
}
.video-wrapper iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.zindex1{
	z-index: 1;
}

.top_banner-title{
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	top: 50%;
	text-align: center;
}

.top_banner-title .big-title{
	position: relative;
	white-space: nowrap;
	font-family: "Noto Serif TC", serif;
	font-size: clamp(0px, 4.7vw, 68px);
	color: #fff;
	font-weight: bold;
	letter-spacing: clamp(0px, 1vw, 15px);
	line-height: 1.25;
}
.top_banner-title .small-title{
	font-size: clamp(0px, 1.94vw, 28px);
	color: #fff;
	letter-spacing: clamp(0px, 0.335vw, 4.83px);
	position: relative;
	width: clamp(0px, 37.5vw, 540px);
	line-height: 1.25;
}
.top_banner-title .small-title img{
	width: 100%;
	height: auto;
	pointer-events: none;
}
.top_banner-title .title > img{
	width: clamp(0px, 2.569vw, 37px);
	height: auto;
	margin-bottom: clamp(0px,.5vw,7px);
	pointer-events: none;
}
.top_banner-title .title > img:last-child{
	transform: rotate(180deg);
	margin-bottom: 0;
	margin-top: clamp(0px,.5vw,.7px);
}

.top_banner-title h1,.top_banner-title h2	{
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    font-weight: inherit;
}

.sitenav-bar{
	padding: 0 clamp(0px,1.8vw,26px);
	box-shadow: 0 2px 4px rgba(0,0,0,.11);
	font-size: clamp(0px,1.8vw,26px);
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.sitenav-bar a{
	padding: clamp(0px,1.8vw,26px) clamp(0px, 1.66vw, 24px);
	display: block;
	position: relative;
}
.sitenav-bar a:hover{
	text-decoration: none;
}
.sitenav-bar a.current{
 	cursor: default;
}
.sitenav-bar a:not(.current):hover{
	color: var(--pinkcolor);
}
.sitenav-bar a.current:after, .sitenav-bar a:hover:after{
	content: '';
	width: 100%;
	height: clamp(0px,0.41vw,6px);
	background-color: var(--pinkcolor);
	position: absolute;
	left: 0;
	bottom: 0;
}
.four-boxes{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(0px, 1.74vw, 25px) clamp(0px, .9375vw, 15px);
	margin:clamp(0px, 3.05vw, 44px) auto clamp(0px, 4.583vw, 66px);
}
.four-box{
	background-color: #fff;
	flex: 0 0 clamp(0px,43.68vw,629px);
	font-size: clamp(0px, 1.597vw, 23px);
	border-radius: clamp(0px, 1.388vw,20px);
	padding: clamp(0px,2.43vw,35px) clamp(0px,1.8vw,26px);
	display: flex;
	align-items: center;
	box-shadow: 0 clamp(0px,.625vw,11px) clamp(0px,.763vw,11px) rgba(0,0,0,.1);
}
.four-box h3{
	font-size: inherit;
    line-height: inherit;
    margin: inherit;
    font-weight: inherit;
}
.four-box img{
	pointer-events: none;
	width: clamp(0px, 4.583vw, 66px);
	height: auto;
	margin-right: clamp(0px, 1.388vw,20px);
}
.two-boxes{
	display: flex;
	position: relative;
	justify-content: center;
	font-size: clamp(0px, 1.597vw, 23px);
	color: #fff;
	gap: clamp(0px, 1.74vw, 25px) clamp(0px, .9375vw, 15px);
	margin:clamp(0px, 3.05vw, 44px) auto clamp(0px, 4.583vw, 66px);
}
.two-box{
	position: relative;
	flex: 0 0 clamp(0px,43.68vw,629px);
	border-radius: clamp(0px, 1.388vw,20px);
	overflow: hidden;
	text-align: center;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: clamp(0px, 2.152vw, 31px) 0 clamp(0px,2.77vw,40px);
}
.two-box + .or{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 50em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: clamp(0px, 3.54vw, 51px);
	height: clamp(0px, 3.54vw, 51px);
	color: var(--purplecolor);
	z-index: 2;
}
.two-box .box{
	width: clamp(0px, 28.26vw, 407px);
	margin: 0 auto;
}
.two-box .desc{
	margin-top: clamp(0px, 1.04vw, 15px);
}
.two-box .title{
	background-color: #fff;
	border-radius: 50em;
	font-size: clamp(0px, 1.94vw, 28px);
	line-height: 1;
	padding: clamp(0px, .69vw, 10px) clamp(0px, 1.597vw, 23px);;
	color: var(--purplecolor);
	display: inline-block;
	font-weight: 500;
	position: relative;
	margin-left: clamp(0px, 2.569vw, 37px);
}
.two-box .title h3{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin-bottom: inherit;
}
.two-box .title span{
	font-size: clamp(0px, 2.569vw, 37px);
	color:  #fff;
	position: absolute;
	font-weight: bold;
	left: calc(clamp(0px, 2.569vw, 37px) * -1);
	top: 50%;
	transform: translateY(-50%);
}
.two-orderboxes{
	display: flex;
	justify-content: center;
	gap: clamp(0px, 2.569vw, 37px);
	margin:clamp(0px, 3.05vw, 44px) auto clamp(0px, 4.583vw, 66px);
}
.two-orderbox{
	background-color: #fff;
	flex: 0 0 clamp(0px,38vw,548px);
	font-size: clamp(0px, 1.597vw, 23px);
	border-radius: clamp(0px, 1.388vw,20px);
	padding: clamp(0px,2.638vw,38px) clamp(0px,2.5vw,36px);
	box-shadow: 0 clamp(0px,.625vw,11px) clamp(0px,.763vw,11px) rgba(0,0,0,.1);
}
.two-orderbox .title{
	border-bottom: 1px solid #979797;
	font-weight: 500;
	font-size: clamp(0px, 2.22vw, 32px);
	line-height: 1;
	display: flex;
	align-items: center;
	padding: 0 clamp(0px, 1.388vw,20px) clamp(0px, 1.388vw,20px) 0;
	margin-bottom: clamp(0px,2.77vw,40px);
}
.two-orderbox .title img{
	pointer-events: none;
	width: clamp(0px, 2.36vw, 34px);
	margin-right: clamp(0px, 1.11vw, 16px);
}
.order-content .order-item{
	display: flex;
	margin-top: clamp(0px, .9vw, 13px);
	line-height: 1.2;
	height: clamp(0px, 5.5vw, 80px);
	position: relative;
}
.order-content .order-item:last-child{
	height: clamp(0px, 4.583vw, 66px);
}
.order-content span{
	flex: 0 0 clamp(0px, 3.4vw, 49px);
	height: clamp(0px, 3.4vw, 49px);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50em;
	font-weight: bold;
	font-size: clamp(0px, 2vw, 29px);
	background-color: var(--pinkcolor);
	margin-top: calc(clamp(0px, .9vw, 13px) * -1);
	margin-right: clamp(0px, 2vw, 29px);
	line-height: 1;
	z-index: 1;
}
.order-content .order-item:not(:last-child):after{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	z-index: 0;
	background-color: #DBDBDB;
	left: clamp(0px, 1.7vw, 24.5px);
}
.product-wrapper{
	background-color: #F0F2F4;
}
.faq-wrapper{
	background-color: #E5E8EF;
}
.banner-wrapper{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: clamp(0px, 29.7vw, 400px);
	border-top: clamp(0px, .97vw, 14px) solid var(--darkblue);
}
.banner-wrapper .banner-title{
	font-size: clamp(0px,2.5vw,36px);
	font-weight: bold;
	line-height: 1.4;
}
.banner-wrapper .banner-desc{
	font-size: clamp(0px, 1.597vw, 23px);
	padding-bottom: clamp(0px,2.5vw,36px);
}
.full-width-inline-btn{
	display: flex;
	justify-content: center;
}
.big-btn {
    padding: clamp(0px,1.11vw,16px) clamp(0px, 3.05vw, 44px) clamp(0px, 1.388vw,20px);
    color: white !important;
    font-size: clamp(0px,1.8vw,26px);
    letter-spacing: 1px;
    background-color: var(--darkblue);
    border-radius: 50em;
    text-align: center;
    position: relative;
    transition: all 150ms;
    font-weight: bold;
    display: inline-block;
}
.big-btn:hover{
	text-decoration: none;
	filter: brightness(1.25);
	color: #fff;
}
.yellow-btn{
	background-color: #F49E25;
}
.big-btn.yellow-btn:hover{
	filter: brightness(1.075);
}
.banner-field{
	display: flex;
	flex-direction: column;
	margin-top: clamp(-100px,-.625vw,-11px);
}
.banner-wrapper input{
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: clamp(0px, 1.388vw,20px);
	font-size: clamp(0px, 1.66vw, 24px);
	margin-bottom: clamp(0px, 1.388vw,20px);
	padding: clamp(0px, 1.388vw,20px) clamp(0px,1.8vw,26px);
	box-shadow: none;
	border: none;
	outline: none;
	line-height: 1;
}

.intro-block{
	width: clamp(0px, 70.2vw, 1011px);
	margin: clamp(0px, 3.05vw, 44px) auto clamp(0px, 10vw, 144px);
	position: relative;
}
.intro-block .thumbnail{
	width: clamp(0px, 54.93vw, 791px);
	height: auto;
	z-index: 1;
	position: relative;
	box-sizing: content-box;
	margin: 0 auto clamp(0px, 1.388vw,20px);
	border: clamp(0px, 1.388vw,20px) solid var(--darkblue);
}
.intro-block .thumbnail iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.intro-block .thumbnail img{
	width: 100%;
	height: auto;
}
.intro-block .content{
	z-index: 1;
	position: relative;
	padding: clamp(0px, 1.388vw,20px) clamp(0px, 4.16vw, 61px) 0;
	margin-bottom:clamp(-200px, -1.388vw, -20px);
}
.intro-block .content .title{
	font-size: clamp(0px,2.77vw,40px);
	font-weight: bold;
	color: var(--darkblue);
	line-height: 1.2;
}
.intro-block .content .desc{
	font-size: clamp(0px, 1.67vw, 24px);
	line-height: 1.67;
	margin-top: clamp(0px, 1.67vw, 24px);
}
.intro-block .bg{
	z-index: 0;
	position: absolute;
	top: clamp(0px, 5.76vw, 83px);
	border-radius: clamp(0px, 1.388vw,20px);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	width: 100%;
	height: 100%;
	box-shadow: 0 clamp(0px,.625vw,11px) clamp(0px,.763vw,11px) rgba(0,0,0,.1);
}
.intro-btn{
	margin-top: clamp(0px, 4.16vw, 61px);
}
.br-spacing{
	display: block;
	width: 100%;
	height: clamp(0px, 2.22vw, 32px);
}
.br-spacing.two{
	height: clamp(0px, 4.16vw, 61px);
}

.product-tabs{
	display: flex;
	margin: 0 auto;
	font-size: clamp(0px,1.8vw,26px);
	gap: 1.53vw;
	padding: clamp(0px, 3.3vw, 47px);
}
.product-tab{
	padding: clamp(0px,.5vw,7px) clamp(0px,2.6vw,37px);
	border: 1px solid #979797;
	background-color: #fff;
	border-radius: 50em;
	cursor: pointer;
}
.product-tab.active{
	background-color: var(--darkblue);
	color: #fff;
	border: 1px solid var(--darkblue);
	cursor: default;
}
.product-tab:hover{
	background-color: var(--darkblue);
	color: #fff;
	border: 1px solid var(--darkblue);
}
.product-option-boxes{
	max-width: 1137px;
    margin: 0 auto;
    width: 100%;
    padding: 0 33px;
    text-align: right;
}
.custom-select{
	border-radius: 50em;
	border-color: #979797 !important;
	font-size: clamp(0px, 1.388vw,20px);
	height: clamp(0px, 3.26vw, 47px);
	min-width: clamp(0px, 15.2vw, 219px);
	padding: .375rem 1.25rem .375rem 1.25rem;
	cursor: pointer;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 47'%3E%3Cpath fill='%23333' d='M0,19.5H11l-5.5,8Z'/%3E%3C/svg%3E") no-repeat right 1rem center;
}

.floating-icons{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#btn-whatsapp, #btn-backtotop{
	width: 64px;
	height: 64px;
	border-radius: 50em;
	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 0 clamp(0px,.625vw,11px) clamp(0px,.763vw,11px) rgba(0,0,0,.1);
	cursor: pointer;
}
#btn-whatsapp a{
	text-decoration: none;
	font-size: 13px;
	height: 100%;
	position: relative;
	display: inline-block;
	width: 100%;
}
#btn-whatsapp{
	border: none;
	background-color: #17b251;
	overflow: hidden;
	transition: width 300ms;
}
#btn-whatsapp .ic-whatsapp{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 1px;
	width: 62px;
	height: 62px;
}
#btn-whatsapp .text{
	width: 193px;
	color: #fff;
	line-height: 1.2;
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px 0 69px;
	top: 0;
	left: 0;
}
#btn-whatsapp:hover{
	width: 193px;
}
#btn-whatsapp:hover .ic-whatsapp{
	margin: 4px;
	width: 56px;
	height: 56px;
}
#btn-backtotop{
	margin-top: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@media only screen and (min-width: 1600px){
}
@media only screen and (max-width: 1280px){	
	
}

@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) {
	
	.products{
		padding: 33px;
	}

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


	.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: 900px) {

}
@media (max-width: 768px) {
	
	
    .desktop{
    	display: none;
    }
    
	
	.wrapper {
		padding: clamp(0px, 2.22vw, 32px) clamp(0px, .69vw, 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: 13px;
    }

    
   

}
@media (max-width: 767px){
}
@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{
		margin-top: 44px;
	}
	.h576{
		display: none;
	}
	.m576{
		display: inline-block;
	}
	
    .mobile{
    	display: block;
    }
    .desktop{
    	display: none;
    }

	:root{
		--detailfont: 12px;
	}
	
	
    
    .wrapper.row {
        padding: clamp(0px, 1.67vw, 24px) 0;
    }
    
    .products{
    	display: flex !important;
    }
    .products + .products {
	    padding: 0 18px 12px;
	}
	
    .main_kv:after {
        height: 44px;
        bottom: -18px;
    }
    

    
    
    .product{
    	flex:0 0 100%;
    }
    

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

    .video-container {
        border-radius: 6.25vw;
        border-width: 1.46vw;
        zoom: 1;
        width: 90vw;
        max-width: 90%;
    }
    .video-container:before {
        left: 2.63vw;
        width: 1.46vw;
        height: 18.75vw;
    }
    .video-wrapper{
    	width: 73.2vw;
    }




    .section-title{
    	font-size: 4.77vw;
    }
    .four-box{
    	flex: 0 0 90%;
    	font-size: 3.2vw;
    	padding: 3.2vw 2.8vw;
    }
    .four-box img{
    	width: 7.5vw;
    }
    .two-boxes{
    	flex-wrap: wrap;
    	font-size: 3.6vw;
    	width: 90%;
    }
    .two-box{
    	flex: 1 0 100%;
    	width: 62vw;
    	padding: 5vw 2.7vw 7vw;
    }
    .two-box .title{
    	font-size: 4vw;
    	padding: 1.69vw 3.597vw;
    }
    .two-box .title span{
    	font-size: 5.5vw;
    	left: -5.5vw;
    }
    .two-box .desc{
    	margin-top: 3vw;
    }
    .two-box + .or{
    	width: 7.5vw;
    	height: 7.5vw;
    	margin-top: -1vw;
    }
    .two-box .box{
    	width: 63.26vw;
    }
    .two-boxes .two-box:nth-child(1){
    	padding-bottom: 7vw;
    }
    .two-boxes .two-box:nth-child(3){
    	padding-top: 7vw;
    }

    .two-orderboxes{
    	flex-wrap: wrap;
    	width: 90%;
    }
    .two-orderbox{
    	flex: 0 0 90%;
    	padding: 4.5vw 4.6vw;
    	font-size: 3.6vw;
    }
    .two-orderbox .title{
    	font-size: 4.4vw;
    	padding:0 2.4vw 2.4vw 0;
    	margin-bottom: 5.7vw;
    }
    .two-orderbox .title img{
    	width: 5.36vw;
    	margin-right: 2vw;
    }
    .order-content span{
    	flex: 0 0 6.4vw;
    	height: 6.4vw;
    	font-size: 4vw;
    }
    .order-content .order-item{
    	height: 11.5vw;
    }
    .order-content .order-item:not(:last-child):after{
    	left: calc(3.2vw - 1px);
    }
    .two-orderbox:nth-child(1) .order-content .order-item:last-child{
    	height: 7.583vw;
    }
    .two-orderbox:nth-child(2) .order-content .order-item:last-child{
    	height: 11.583vw;
    }
    .banner-wrapper{
    	height: 48vw;
    	border-width: 1.97vw;
    }
    .banner-wrapper .banner-title{
    	font-size: 4.2vw;
    }
    .banner-wrapper .banner-desc{
    	font-size: 2.8vw;
    	padding-bottom: 3.5vw;
    }
    .big-btn {
	    padding: 2vw 5.5vw 2.5vw;
	    font-size: 3.8vw;
	}
	.faq-lists{
		width: 90vw;
	}
	.faq-section-title {
	    font-size: 3.74vw;
	    padding: 0 0 2.7vw 2.7vw;
	    margin-top: 5.05vw;
	}
	.faq-list{
		margin-bottom: 2.83vw;
		padding: 3.11vw 3.11vw 3.597vw;
	}
	.faq-q{
		font-size: 3.458vw;
		padding-right: 6.5vw;
	}
	.faq-a{
		font-size: 3.18vw;
		padding-right: 6.5vw;
	}
	.faq-q.open, .faq-q.open + .faq-a {
	    margin-bottom: 2.69vw;
	}
	.faq-btn{
		width: 5.36vw;
		height: 5.36vw;
		right: 0vw;
	}
	.faq-q.open .faq-btn{
		top: .25vw;
	}
	.banner-wrapper input {
	    font-size: 3.66vw;
	    border-radius: 3vw;
	    margin-bottom: 2.388vw;
	    padding: 3vw 3.8vw;
	}
	.intro-block{
		width: 90vw;
		margin-top: 5vw;
	}
	.intro-block .thumbnail{
		width: 70vw;
		margin-bottom: 3vw;
	}
	.intro-block .content{
		padding-left: 6vw;
		padding-right: 6vw;
		margin-bottom: 2vw;
	}
	.intro-block .content .title{
		font-size: 4.77vw;
	}
	.intro-block .content .desc {
	    font-size: 3.3vw;
	    margin-top: 3.67vw;
	    line-height: 1.6;
	}
	.intro-btn{
		margin-top: 6vw;
	}
	.sitenav-bar{
		font-size: 4.25vw;
		padding: 0;
		line-height: 1.2;
	}
	.sitenav-bar a{
		padding-top: 2.8vw;
		padding-bottom: 2.8vw;
		text-align: center;
	}
	.sitenav-bar a.current:after, .sitenav-bar a:hover:after{
		height: .6vw;
	}
	.top_banner-title .title{
		transform: scale(1.75);
	}
	.top_banner-title .title > img{
		margin-bottom: -2vw;
	}
	.top_banner-title .title > img:last-child{
		margin-top: -3.5vw;
	}
	.product-tabs{
		font-size: 3.3vw;
		position: sticky;
    	top: 10.5vw;
    	background-color: #F0F2F4;
	}
	.product-tab {
	    padding: 1vw 3.3vw;
	}
	.custom-select{
		font-size: 3.3vw;
    	height: 7.26vw;
    	min-width: 15.2vw;
    	padding: .375rem 3.25rem .375rem 1rem;
	}
	.product-option-boxes{
		padding: 0 13px;
	}
	.floating-icons{
		right: 10px;
		bottom: 10px;
	}

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

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