*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a { text-decoration: none; outline: none; }
ul{list-style:none;}
img{ max-width:100%; display:block; user-select: none;}
img[src*=".svg"] { width:100%; }
html { width:100%; height:100%; /*scroll-behavior: smooth;*/}
body { width:100%; min-height:100%; color:#434343; margin:0 auto; font-size:16px; font-weight: 500; line-height:1.75; position:relative; font-family: "Noto Sans TC", Helvetica; }

#loader{ width:100%; height:100vh; top:0; left: 0; background: #FFFFFF; position:fixed; z-index:99999; overflow:hidden; pointer-events: none;}
#loader.loaded{ opacity:0; transition: opacity 0.5s ease-in; }

#wrap{ width:100%; height:100%; }

header{ background-color: #3d456c; position: fixed; left: 0; right: 0; top: 0; width: 100%; height: 64px; z-index: 9999; margin: auto; display: flex !important; justify-content: center; align-items: center; transition: all ease-out 0.3s; }
header .container{ background-image: url("../img/bg_header.svg"); background-repeat: no-repeat; background-size: auto 100%; width: 100%; max-width: 1920px; height: 100%; display: flex; justify-content:space-between; align-items: center; padding: 0 16px;}

header .logo-container{ display: flex; align-items: center; position: relative; z-index: 1001;}
header .logo-container .logo{ display: block; }
header .logo-container .logo img{ width: 150px; transition: all ease-out 0.3s;}
header .logo-container h1{ color: #fff; border-left: 1px solid #bcbcbc; margin: 0 0 4px 12px; padding-left: 15px; font-size: 17px; font-weight: 400; line-height: 1; letter-spacing: 2px; white-space: nowrap; user-select: none;}
header #btn-menu-toggle{ display: none; }
nav{ display: flex; align-items: center; z-index:1000; position: relative;}
nav ul{ display: flex; }
nav ul li{ padding: 0 18px; }
nav ul li a{ color:#FFFFFF; display:block; letter-spacing: 1px; font-size:17px; font-weight:400; line-height:1.2; transition:all ease-out 0.3s; user-select: none; }
nav ul li a:hover{ color: #C3C9E0; transition:all ease-out 0.3s;}

main{ padding-top: 64px; position: relative; }
main section{ padding: 80px 0; position: relative; }

.title{ color: #0b3aa2; font-size: 34px; font-weight: 700; font-style: italic; text-align: left; letter-spacing: 2px; line-height: 1.5; padding-left: 50px; margin: 0 auto 30px; position: relative; }
.title::before,
.title::after{ content: '✦'; position: absolute; line-height: 1; }
.title::before{ font-size: 40px; left: 0; top: 3px; color: #4860aa;}
.title::after{ font-size: 14px; left: 35px; top: 0; color: #8ad3f4;}
.title span{ display: inline-block; position: relative;}
.title span::before{ content: '✦'; color: #8ad0ea; font-size: 18px; line-height: 1; top: 50%; right: -35px; transform: translateY(-50%); position: absolute; }
.title span::after{ content: ''; width: 130px; height: 1px; background-color: #0b3aa2; top: 50%; right: -170px; position: absolute;}

.container{ width:100%; margin:0 auto; position:relative;}
.hidden-xs{ display: block !important;}
.visible-xs{ display: none !important;}

.arrow{ display: block; width: 20px; height: 26px; position: relative;}
.arrow::after ,
.arrow::before { content: ''; background-color: #fff; position: absolute; top: 50%; width: 10px; height: 2px; right: 0; transition: all ease-out 0.3s;}
.arrow::after { transform: rotate(-45deg) translate(-3px, 2px); }
.arrow::before { transform: rotate(45deg) translate(-3px, -2px); }

.sec-kv{ background-color: #ffec61; padding: 0; }
.sec-kv .container{ width: 100%;}
.sec-kv .container .slogan{ width: 32%; max-width: 500px; top: 0; left: 50%; position: absolute; transform: translateX(-50%);}
.sec-kv .container .slogan img{ animation-delay: 0.2s;}
.sec-kv .container .bg{ width: 100%; max-width: 1680px; margin: 0 auto; }


.sec-feature{ background: #587cd0 url("../img/bg_feature.png") center bottom no-repeat;}
.sec-feature .container{ width: 90%; max-width: 1100px;}
.sec-feature .title{ color: #ffec62;}
.sec-feature .title strong{ font-size: 50px; font-weight: 600; line-height: 0.5; }
.sec-feature .title::before{ color: #ffec62;}
.sec-feature .title::after,
.sec-feature .title span::before{ color: #fff8ba; }
.sec-feature .title span::after{ background-color: #fff7b8; }
.sec-feature .advantage{ width: 100%; max-width: 1100px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto 30px;}
.sec-feature .advantage li{ display: flex; align-items: center; width: 15%; position: relative; z-index: 2;}
.sec-feature .advantage li:nth-child(2){ animation-delay: 0.1s;}
.sec-feature .advantage li:nth-child(3){ animation-delay: 0.2s;}
.sec-feature .advantage li:nth-child(4){ animation-delay: 0.3s;}
.sec-feature .advantage li:nth-child(5){ animation-delay: 0.4s;}
.sec-feature .advantage li:nth-child(6){ animation-delay: 0.5s;}
.sec-feature .advantage li::before{ content: ''; background-color: #0b3aa2; transform: skewY(2deg); width: 100%; height: 100%; top: 2px; left: 0; position: absolute; z-index: -1;  }
.sec-feature .advantage li::after{ content: ''; background-color: #fff; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: -1;  }
.sec-feature .advantage li img{ background-image: #eee; width: 45px; flex-shrink: 0; }
.sec-feature .advantage li p{ font-size: 18px; font-weight: 600; width: calc(100% - 45px); text-align: center; letter-spacing: 1px;}
.sec-feature .feature{ width: 100%; max-width: 1100px; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; overflow: hidden;}
.sec-feature .feature .item{ background-color: #fff; border: #0b3aa2 solid 2px; border-radius: 15px; padding-top: 15px; width: 24%; margin-bottom: 30px; position: relative; }
.sec-feature .feature .item h3{ color: #0b3aa2; text-align: center; font-size: 24px; letter-spacing: 2px; line-height: 1.5; font-weight: 600; margin-bottom: 10px;}
.sec-feature .feature .item p{ padding: 0 10px; text-align: center; font-size: 18px; line-height: 1.5; margin-bottom: 10px;}
.sec-feature .feature .item.pitcher{ background-color: transparent; border: 0; border-radius: 0; padding-top: 0; display: flex; align-items: flex-end;}
.sec-feature .feature .item.pitcher img{ }
.sec-feature .feature .item.item-1{}
.sec-feature .feature .item.item-1 ul{ width: 80%; max-width: 170px; margin: 0 auto; }
.sec-feature .feature .item.item-1 ul li{ }
.sec-feature .feature .item.item-1 ul li span{ padding-right: 3px;}
.sec-feature .feature .item.item-1 ul li:nth-child(1) span{ color: #fa9380; }
.sec-feature .feature .item.item-1 ul li:nth-child(2) span{ color: #f9b5a8; }
.sec-feature .feature .item.item-1 ul li:nth-child(3) span{ color: #ffe4e1; }
.sec-feature .feature .item.item-2{ }
.sec-feature .feature .item.item-2 .note{ color: #fff; text-align: center; font-size: 14px; font-weight: 400; position: absolute; bottom: -35px; left: -10%; padding: 0; width: 120%;}
.sec-feature .feature .item.item-3{ }
.sec-feature .feature .item.item-3 p{ margin-bottom: 20px; }
.sec-feature .feature .item.item-3 .btn-go{ background-color: #ffddd7; border-radius: 10px; color: #0b3aa2; display: block; font-size: 18px; letter-spacing: 1px; margin: 0 auto 15px; width: 90%; height: 50px; line-height: 50px; max-width: 200px; position: relative; text-align: center; transition: all ease-out 0.3s;}
.sec-feature .feature .item.item-3 .btn-go:hover{ background-color: #587cd0; color: #fff; transition: all ease-out 0.3s;}
.sec-feature .feature .item.item-3 .btn-go .arrow{ position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.sec-feature .feature .item.item-3 .btn-go .arrow::after,
.sec-feature .feature .item.item-3 .btn-go .arrow::before { background-color: #0b3aa2; }
.sec-feature .feature .item.item-3 .btn-go:hover .arrow::after,
.sec-feature .feature .item.item-3 .btn-go:hover .arrow::before { background-color: #fff; }


.sec-products{ background: #69d2a7 url("../img/bg_products.jpg") center top no-repeat; background-size: 100% auto;}
.sec-products .container{ width: 90%; max-width: 1100px; }
.sec-products .list{ width: 100%; max-width: 1000px; margin: 0 auto 30px; }
.sec-products .list .item{ background-color: #fff; color:#434343; display: flex; align-items: center; padding: 15px 0; position: relative;}
.sec-products .list .item:nth-child(even){ background-color: #fffcdb; }
.sec-products .list .item:last-child{ margin-bottom: 0; }
.sec-products .list .item:hover{ box-shadow: rgba(3,92,86,0.5) 0 0 10px 2px; z-index: 100;}
.sec-products .list .item.header:hover{ box-shadow: none;}
.sec-products .list .item .cell{ font-size: 18px; padding: 0 10px; height: 100%;}
.sec-products .list .item .cell.name{ width: 63%; padding: 0 10px 0 20px; line-height: 1.5;}
.sec-products .list .item .cell.fee { width: 19%; justify-content: center; text-align: center; border-left: #035c56 solid 2px; border-right: #035c56 solid 2px;}
.sec-products .list .item .cell.btns{ width: 18%; border-right: 0; justify-content: center;}
.sec-products .list .item .cell.btns .btn-addtocart{ border-radius: 40px; color: #d94931; display: flex; justify-content: center; align-items: center; width: 100%; max-width: 120px; height: 45px; margin: 0 auto; }
.sec-products .list .item:hover .cell.btns .btn-addtocart{ background-color: #035c56; color: #fff;  }
.sec-products .list .item .cell.btns .btn-addtocart .arrow::after,
.sec-products .list .item .cell.btns .btn-addtocart .arrow::before {  background-color: #065d55; transition: none; }
.sec-products .list .item:hover .cell.btns .btn-addtocart .arrow::after,
.sec-products .list .item:hover .cell.btns .btn-addtocart .arrow::before {  background-color: #fff; }
.sec-products .list .item.header{ background-color: #035c56; color: #fff;}
.sec-products .list .item.header .cell{ font-size: 20px; }
.sec-products .list .item.header .cell.name{ }
.sec-products .list .item.header .cell.fee { font-size: 14px; line-height: 1.35; border-left: #fffcdb solid 2px; border-right: #fffcdb solid 2px;}
.sec-products .list .item.header .cell.btns{ }
.sec-products .note{ width: 100%; max-width: 1000px; font-size: 14px; font-weight: 400; text-align: right; margin: 0 auto 30px;}
.sec-products .btn-all{ width: 100%; max-width: 270px; display: block; padding-top: 40px; margin: 0 auto 30px; position: relative;}
.sec-products .btn-all .btn{ background-color: #d94931; border-radius: 40px; color: #fff; font-size: 18px; letter-spacing: 1px; display: flex; justify-content: center; align-items: center; height: 50px; padding-left: 25px; transition: all ease-out 0.3s;}
.sec-products img{ width: 100px; top: 0; left: -40px; position: absolute; }
.sec-products .btn-all:hover .btn{ color: #fffcdb; transition: all ease-out 0.3s;}
.sec-products .btn-all:hover .btn .arrow::before,
.sec-products .btn-all:hover .btn .arrow::after{ background-color: #fffcdb; transition: all ease-out 0.3s;}


.sec-about{ background-color: #edf2f8;}
.sec-about .container{ width: 90%; max-width: 1100px; }
.sec-about .video { width: 100%; max-width: 1000px; margin: 0 auto 15px; position: relative; }
.sec-about .video::after { content: ''; width: 100%; height: 100%; background-color: #c0c6d2; border-radius: 25px; top: 15px; left: 15px; position: absolute; z-index: 1;}
.sec-about .video-container { position:relative; padding-bottom:56.25%; height:0; overflow: hidden; z-index: 2; border-radius: 20px; border: #334c9e solid 2px;}
.sec-about .video-container video,
.sec-about .video-container iframe,
.sec-about .video-container object,
.sec-about .video-container embed { position: absolute; top:0; left:0; width:100%; height:100%; }


.sec-instruction{ background: #fff url("../img/bg_instruction.png") center top repeat-y; background-size: 100% auto;}
.sec-instruction .container{ width: 90%; max-width: 1100px;}
.sec-instruction .tabs{ width: 100%; max-width: 400px; display: flex; justify-content: center; margin: 0 auto 30px;}
.sec-instruction .tabs li{ width: 50%; cursor: pointer; font-size: 20px; font-weight: 600; text-align: center; padding: 10px 0; }
.sec-instruction .tabs li span{ padding: 7px; position: relative;}
.sec-instruction .tabs li span::after{ background-color: #0e3aa3; content: ''; width: 0%; height: 2px; left: 50%; bottom: 0; position: absolute; transition: all ease-out 0.3s;}
.sec-instruction .tabs li:hover span,
.sec-instruction .tabs li.active span{ color: #0e3aa3; transition: all ease-out 0.3s;}
.sec-instruction .tabs li:hover span::after,
.sec-instruction .tabs li.active span::after{ width: 100%; left: 0%; transition: all ease-out 0.3s; }
.sec-instruction .step{ display: flex; justify-content: space-between; width: 100%; max-width: 400px; margin: 0 auto 30px; position: relative;}
.sec-instruction .step::before{ background-color: #2d4fbe; content: ''; width: 70%; height: 2px; top: 49%; left: 15%; position: absolute; z-index: 1;}
.sec-instruction .step li{ font-size: 16px; line-height: 1; width: 25%; max-width: 80px; cursor: pointer; padding: 9px 0 10px; text-align: center; color: #2d4fbe; background-color: #fff; border: #2d4fbe solid 2px; border-radius: 100px; position: relative; z-index: 2; transition: all ease-out 0.3s;}
.sec-instruction .step li.active{ background-color: #2d4fbe; color: #fff; transition: all ease-out 0.3s; }
.sec-instruction .album-container{ }
.sec-instruction .album-container .album{ display: none; }
.sec-instruction .album-container .album:first-child{ display: block;}
.sec-instruction .album-container .album .list{ width: 90%; margin: 0 auto 50px; }
.sec-instruction .album-container .album .list .item{ }
.sec-instruction .album-container .album .list .item .zoomin{ border: #3d456c solid 2px; border-radius: 20px; overflow: hidden;}
.sec-instruction .album-container .album .list .item figcaption{ margin-bottom: 15px;}
.sec-instruction .album-container .album .list .item figcaption h4{ font-size: 22px; text-align: center;}
.sec-instruction .album-container .album .list .item figcaption ol{ margin-left: 30px; }

.sec-instruction .slick-prev,
.sec-instruction .slick-next{ bottom: 40%; width: 50px; height: 50px; border-radius: 100%; z-index: 9; transition: all ease-out 0.3s;}
.sec-instruction .slick-prev{  left: -60px; background: #3d456c url("../img/ic_left.png") 50% 50% no-repeat; background-size: 90% auto;}
.sec-instruction .slick-next{ right: -60px; background: #3d456c url("../img/ic_right.png") 50% 50% no-repeat; background-size: 90% auto;}
.sec-instruction .slick-prev.slick-disabled,
.sec-instruction .slick-next.slick-disabled{ opacity:0.5; cursor: auto; transition: all ease-out 0.3s;}

#cboxLoadedContent{ margin: 25px 25px 0 25px;}
#cboxClose{ position:absolute; top:0; right:0; background: url("../img/ic_close.png") 50% 50% no-repeat; background-size: 100% auto; width:50px; height:50px; font-size: 0; transition: 0.3s;}
#cboxClose:hover{ opacity: 0.7; transition: 0.3s; }


.sec-faq{ background-color: #eeeeee;}
.sec-faq .container{ width: 100%; max-width: 1100px;}
.sec-faq .terms-container{ width: 90%; height: 400px; overflow: hidden; margin: 0 auto 6%; position: relative; }
.sec-faq .terms-container::after{ background: linear-gradient(to bottom, rgba(238,238,238,0) 0%,rgba(238,238,238,1) 75%); content: ''; width: 100%; height: 90%; position: absolute; bottom: 0; left: 0; z-index: 1; }
.sec-faq .terms-container.open{ height: auto; overflow: auto; }
.sec-faq .terms-container.open::after,
.sec-faq .terms-container.open .btn-open{ display: none; }
.sec-faq .terms-container .btn-open{ border: #053bb7 solid 2px; border-radius: 50px; color: #053bb7; font-size: 18px; font-weight: 700; line-height: 1; padding: 15px 0; cursor: pointer; left: 50%; transform: translateX(-50%); bottom: 30px; position: absolute; z-index: 2; width: 220px; display: flex; justify-content: center; align-items: center; transition: all ease-out 0.3s;}
.sec-faq .terms-container:hover .btn-open{ background-color: #fff; transition: all ease-out 0.3s;}
.sec-faq .terms-container h3{ color: #053bb7; font-size: 24px; line-height: 1.5; margin-bottom: 30px; text-align: center;}
.sec-faq .terms-container ol{ list-style: none; margin-bottom: 6%;}
.sec-faq .terms-container sup{ font-size: 80%; top: -5px; position: relative;}
.sec-faq .terms-container ol li{ margin-bottom: 14px;}
.sec-faq .terms-container ol li>p,
.sec-faq .terms-container ol ol{ margin-left: 35px; margin-bottom: 0;}
.sec-faq .terms-container ol ol li:last-child{ margin-bottom: 0;}
.sec-faq .terms-container ol ol li.i{ display: flex; }
.sec-faq .terms-container ol ol li.i i{ flex-shrink: 0; font-style: normal; padding-right: 5px; }
.sec-faq .terms-container ol ol li.i span{ }
.sec-faq .terms-container ol ol ol{ margin-left: 25px; list-style: decimal; }
.sec-faq .terms-container a{ color: #434343; }
.sec-faq .tips{ border: #434343 solid 1px; font-size: 18px; padding: 20px; text-align: center; margin: 0 auto;}
.sec-faq .tabs-container { overflow: auto; margin: 0 auto; padding: 0 5%;}
.sec-faq .tabs { display: flex; justify-content: space-between; width: calc(200px * 4 + 30px); margin: 0 auto;}
.sec-faq .tabs li { flex-shrink: 0; color: #053bb7; cursor: pointer; font-size: 18px; line-height: 1; text-align: center; white-space: nowrap; padding: 15px 0; width: 200px; background-color: #FFFFFF; border-top-left-radius: 20px; border-top-right-radius: 20px; transition: all ease-out 0.3s; }
.sec-faq .tabs li.active { color: #fff; background-color: #053bb7; transition: all ease-out 0.3s;  }
.sec-faq .faq-container{ width: 90%; margin: 0 auto; }
.sec-faq .faq-container .list { display: none; }
.sec-faq .faq-container .list:first-child { display: block; }
.sec-faq .faq-container .list .item { border-bottom: 1px dotted #434343; transition: all ease-out 0.3s; }
.sec-faq .faq-container .list .item:hover { background-color: rgba(255,255,255,0.75); transition: all ease-out 0.3s;}
.sec-faq .faq-container .list .item:first-child { border-top: 1px dotted #434343; }
.sec-faq .faq-container .list .item .quiz { font-size: 18px; line-height: 1.5; padding: 15px 50px 15px 5px; cursor: pointer; position: relative;}
.sec-faq .faq-container .list .item .quiz span{ color: #053bb7; font-family: Helvetica; font-size: 25px; font-style: italic; font-weight: 700; padding-right: 5px; }
.sec-faq .faq-container .list .item .quiz::after { color: #053bb7; content:'＋'; width: 40px; height: 40px; top: 15px; right: 0px; position: absolute; font-size: 30px; font-weight: 700; text-align: center; line-height: 38px; }
.sec-faq .faq-container .list .item.active .quiz::after { color: #053bb7; content:'－'; }
.sec-faq .faq-container .list .item .ans { display: none; padding-left: 45px; padding-bottom: 15px; position: relative;}
.sec-faq .faq-container .list .item .ans::before { color: #053bb7; content:'A:'; width: 40px; height: 40px; top: -8px; left: 8px; position: absolute; font-family: Helvetica; font-size: 25px; font-style: italic; font-weight: 700;  }

.sec-faq .faq-container .list .item .ans ol{ list-style: none; counter-reset: count;}
.sec-faq .faq-container .list .item .ans ol li{ counter-increment: count; padding-left: 25px; position: relative;}
.sec-faq .faq-container .list .item .ans ol li::before { content: "("counter(count)")"; position: absolute; left: 0; top: 0;}

.sec-faq .faq-container .list .item .ans ul{ list-style: none; }
.sec-faq .faq-container .list .item .ans ul li{ padding-left: 18px; position: relative;}
.sec-faq .faq-container .list .item .ans ul li::before { content: ''; width: 8px; height: 8px; background-color: #053bb7; border-radius: 10px; position: absolute; left: 3px; top: 11px;}

footer { }
footer .container{ width: 90%; max-width: 1400px; }
footer .statement{ background-color: #495387; color: #C3C9E0; padding:40px 0;}
footer .statement h6{ color: #C3C9E0; font-size: 16px; }
footer .copyright { background: #383F60; color: #C3C9E0; font-size: 14px; line-height: 1; padding: 20px 0px; text-align: center;}
footer .copyright ul{ display: flex; justify-content: center; margin: 0 auto 10px; flex-wrap: wrap; }
footer .copyright ul li{ border-right: #C3C9E0 solid 1px; padding-right: 10px; margin-right: 10px; margin-bottom: 10px; }
footer .copyright ul li:last-child{ border: 0; padding-right: 0; margin-right: 0; }
footer .copyright p{ text-align: center; }
footer .copyright a{ color: #C3C9E0;}
footer .copyright a:hover{ color: #C3C9E0; text-decoration: underline;}



.fixed-container { position: fixed; right: 5px; top: 50%; width: 160px; transform: translateY(-50%); z-index: 200; animation-delay: 1s;}
.fixed-container a { display: block; }


#btn-gotop { display:none; position:fixed; right: 10px; bottom:20px; width:50px; height:50px; z-index:998; background-color: rgba(255,255,255,0.7); background-image: url(../img/ic_gotop.png); background-position: 50% 50%; background-repeat: no-repeat; background-size:100% auto; border-radius:100%; cursor:pointer; transition: opacity ease-out 0.3s;}
.desktop #btn-gotop:hover { background-color: rgba(255,255,255,0.95); transition: all ease-out 0.3s;}


@media only screen and (max-width:1280px) {
.sec-faq .title{ width: 90%; }
}

@media only screen and (max-width:1080px) {
	
.has-active-menu{ overflow: hidden;}

header{ height: 50px; }
header .logo-container{ }
header .logo-container .logo img{ width: 140px; }
header .logo-container h1{ }
	
header #btn-menu-toggle { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; width: 30px; z-index: 1001; cursor: pointer; }
header #btn-menu-toggle span { margin-top: 6px; height: 2px; width: 100%; background-color: #fff; transition: .3s; }
header #btn-menu-toggle span:first-child { margin-top: 0;}
header #btn-menu-toggle.active span:first-child { opacity: 0; }
header #btn-menu-toggle.active span:nth-child(2) { transform: rotate(45deg) translate(0, 1px); margin: 0; }
header #btn-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(0, -1px); margin: 0; }

.has-active-menu nav{ right: 0; transition:all ease-in-out 0.3s;}
	
nav{ position:fixed; z-index:1000; top:50px; width: 360px; height:calc(100vh - 50px); right: -360px; overflow-y:auto; overflow-x: hidden; background-color: #3d456c; transition:all ease-in-out 0.3s; display: block; }
nav ul{ display: block; padding: 30px 0 20px; margin:0 auto 20px;}
nav ul li{ padding: 0; width:90%; max-width:350px; text-align:center; margin: 0 auto 15px;}
nav ul li a{ color: #FFF; display: block; font-size:22px; line-height:40px; height: auto; letter-spacing: 2px; }

main{ padding-top: 50px; transition: padding-top ease-out 0.3s;}	
	
.has-active-menu main::after{ content: ''; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.4); backdrop-filter: blur(2px); position: absolute; transition: all ease-out 0.3s; z-index: 99;  }
    
.sec-feature{ background-size: 100% auto; background-position: center 40%;}
.sec-feature .feature .item{ width: 32%; }
.sec-feature .feature .item img{ margin: 0 auto;}	
.sec-feature .feature .item.pitcher{ width: 100%;  }
.sec-feature .feature .item.pitcher img{ width: 230px;}
	
.sec-feature .advantage li{ width: 32%; margin-bottom: 15px;}
	
}



/*	RESPONSIVE:  */
@media only screen and (max-width:767px) {
	
nav{ width:100%; right: -100%;}
.has-active-menu main::after{ display: none;}

.hidden-xs{ display: none !important; }
.visible-xs{ display: block !important;}

main section{ padding: 60px 0; }
    
.title{ font-size: 28px; letter-spacing: 0;}
.title::before{ font-size: 36px; }
.title::after{ font-size: 15px; left: 25px; }
.title span::after{ display: none;}

.sec-kv .container .slogan{ width: 80%; }

.sec-feature{ background-size: 960px auto; background-position: center 23.5%;}
.sec-feature .advantage{ max-width: 500px; }
.sec-feature .advantage li{ width: 48%; }
.sec-feature .feature .item{ width: 100%; max-width: 500px; margin: 0 auto 35px; }
.sec-feature .feature .item h3{ font-size: 25px;}
.sec-feature .feature .item.pitcher{  }
.sec-feature .feature .item.pitcher img{ width: 230px;}
.sec-feature .feature .item.item-1{ }
.sec-feature .feature .item.item-2{ margin-bottom: 50px;}
.sec-feature .feature .item.item-2 .note{ left: 0; width: 100%;}
.sec-feature .feature .item.item-3{ margin-bottom: 0; padding-bottom: 15px;}
    
.sec-about .video::after { border-radius: 13px; top: 8px; left: 8px; }
.sec-about .video-container { border-radius: 10px; border: 0; }
    
.sec-products .list{ max-width: 500px; }
.sec-products .list .item{ border: #035c56 solid 1px; border-top: 0; display: block; padding: 15px 10px 20px 15px;}
.sec-products .list .item:nth-child(even){ background-color: #fff; }
.sec-products .list .item .cell{ padding: 0; text-align: left;}
.sec-products .list .item .cell.name{ width: 100%; font-size: 18px; margin-bottom: 10px; padding: 0; }
.sec-products .list .item .cell.fee { width: 100%; border: 0; text-align: left; font-size: 18px; line-height: 1.5; margin-bottom: 20px;}
.sec-products .list .item .cell.btns{ width: 100%; }
.sec-products .list .item:hover .cell.btns .btn-addtocart,
.sec-products .list .item .cell.btns .btn-addtocart{ background-color: #053bb7; color: #fff; width: 160px; max-width: 160px; height: 45px;}
.sec-products .list .item .cell.btns .btn-addtocart .arrow::after,
.sec-products .list .item .cell.btns .btn-addtocart .arrow::before {  background-color: #fff; }
.sec-products .list .item.header{ padding: 10px; position: sticky; top: 50px; z-index: 199;}
.sec-products .list .item.header .cell{ }
.sec-products .list .item.header .cell.name{ width: 100%; }
.sec-products .list .item.header .cell.fee { width: 100%; font-size: 14px; line-height: 1.35; border: 0; margin-bottom: 0;}
.sec-products .list .item.header .cell.btns{ display: none;}
.sec-products .note{ text-align: left;}
.sec-products .btn-all{ width: 90%; max-width: 400px;  }
.sec-products .btn-all .btn{ padding-left: 60px;}
.sec-products img{ left: -20px; }
	
.sec-instruction{ background-image: none;}
.sec-instruction .tabs li span{ display: block; padding: 0;}
.sec-instruction .album-container .album{ max-width: 500px; margin: 0 auto;}
.sec-instruction .album-container .album .list{ width: 100%; }
	
.sec-instruction .slick-prev,	
.sec-instruction .slick-next{ bottom: -50px; width:40px; height:40px; }
.sec-instruction .slick-prev{  left: 50px; }
.sec-instruction .slick-next{ right: 50px; }
	
.sec-faq .terms-container h3{ font-size: 22px;}
.sec-faq .faq-container .list .item:hover { background-color: transparent; }
    
#btn-gotop { bottom:20px; right: 10px; }
	
.fixed-container { right: 3px; width: 65px; } 	
	
footer .copyright ul{ display: block; margin: 0 auto 20px; }
footer .copyright ul li{ border: 0; padding-right: 0; margin-right: 0; }
	
}


