﻿
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
img {max-width: 100%;image-rendering: -webkit-optimize-contrast;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	overflow-x: hidden;
}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}
*{box-sizing: border-box;}
figure{
	margin: 0;
	padding: 0;
}
h1{
	text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}
/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: "Noto Sans TC", sans-serif,Verdana;
	color: #4f545b;
	overflow-x: hidden;
}

.block-center {
    width: 100%;
    max-width: 1200px;
    margin: auto ;
    clear: both;
    position: relative;
    z-index: 3;
}

.main-wraper {
	width: 100%;
	text-align: center;
	background: url(../images/header_bg.webp) no-repeat center;
	background-size:cover;
	overflow: hidden;
}

.main-banner{
	height: 800px;
	margin: auto;
	position: relative;
}

.main-banner img {
	position: absolute;
	top:75px;
	left: 0;
	right:0;
	margin: 0 auto;
}
.main-banner img:nth-child(1){
	z-index: 0;
}
.main-banner img:nth-child(2){
	top: 275px;
    left: 30%;
    z-index: 2;
}
.main-banner img:nth-child(3){
	top: 370px;
    left: -25%;
    z-index: 1;
}
.main-mobile ,.main-mobile-phone {
	display: none;
	line-height: 0;
}
#back-top{
	margin-left: 650px !important;
	z-index: 15;
}

/*輪播設定*/
.slick-slide {
	width: 100%;
	min-height: 620px;
	text-align: center;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 2%;
    right: -21px;
}

.slick-dots li {
	display: inline-block;
	margin: 5px;
}

.slick-dots .slick-active button {
	background: #070707;
}

.slick-dots button {
	background: white;
    border: none;
    border-radius: 50px;
    display: inline-block;
	text-indent: -9999px;
	line-height: 0px;
	height: 12px;
	width: 12px;
}

.slick-dots button:hover {
	cursor: pointer;
	background: #c7c7c7;
}

/*主選單*/
.main-menu{
	width: 100%;
	background: rgba(255,255,255, .9);
}
.all-menu {
    width: 100%;
    clear: both;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
	
}
.main-menu.sticky {
	top:40px !important;
	box-shadow: 0px 4px 8px rgb(51 51 51 / 12%);
}

/*.all-menu li,.all-menu div {
	width: calc(100% / 3);
	display: inline-block;
}*/

.all-menu a, .all-menu div a {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75rem 3rem;
    font-size: 2rem;
    font-weight: 900;
    border-radius: 4rem;
}
.all-menu a span{
	display: block;
	font-size: 18px;
	margin-bottom: 0.5rem;
	font-weight: 400;
	letter-spacing: 2px;
}
.all-menu a:hover{
	background-color: #a4c5fa;
}

.all-menu a.menu-active{
	background: #ff9e1b;
	color:white;
}

/*內容區*/
section {
    position: relative;
    overflow: hidden;
	padding: 8rem 0 3rem;
}
section.box-content-A::before,
section.box-content-B::before,
section.box-content-C::before{
	content: '';
    position: absolute;
    margin: auto 0;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
	background-color: white;
}
section.box-content-A::before{
	background-image: url('../images/front-bg_01.webp');
}
section.box-content-B::before{
	background-image: url('../images/front-bg_02.webp');
}
section.box-content-C::before{
	background-image: url('../images/front-bg_03.webp');
}
section#BOX1,section#japan,section#korea,section#china{
	background-position: top 420px center;
    background-size: 100%;
}
section#BOX1,section#korea {
    background-image: url(../images/bg01.webp);
}
section#japan,section#skiequipment {
    background-image: url(../images/bg02.webp);
}
section#china{
	background-image: url(../images/bg03.webp);
}
.title-wraper {
    text-align: center;
    margin-bottom: 3rem;
    min-height: 244px;
    background-image: url(../images/title_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.m-tittle{
	font-size: 60px;
	font-weight: 900;
    color: #2b569c;
}
.m-tittle>i>span{
	font-size: 40px;
	font-weight: 500;
}
.m-tittle>i>br{
	display: none;
}
.flex-box{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

/*雪板選擇*/
.ski-tools{
	width: 48%;
	position: relative;
	overflow: hidden;
	/*cursor: pointer;*/
	background-color: #2b569c;
}
.ski-tools:nth-child(1){
    border-top-left-radius: 3rem;
}
.ski-tools:nth-child(2){
    border-top-right-radius: 3rem;
}
.ski-tools:hover img{
	opacity: 0.8;
}
.ski-tools .tools-content {
	width: 100%;
    position: absolute;
    bottom: -130px;
    background-color: #2b569c;
    padding: 1.5rem;
    color: white;
    border-top-right-radius: 3rem;
	transition: all 0.3s linear;
}
.ski-tools:hover .tools-content{
	bottom: 0;
	background-color: #337bee;
}
.tools-content >h3 {
    font-size: 1.65rem;
    margin-bottom: 1.25rem;
    display: inline-flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    align-items: center;
}
.tools-content >h3>i{
	margin-right: 0.5rem;
}
.ski-tools .tools-content p{
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	font-weight: 400;
	transition: all 0.3s linear;
}
.qa-wraper{
	margin: 2rem 0;
}
.qa-wraper>h3 {
    display: block;
    padding: 1.5rem;
    background-color: #2196F3;
    font-size: 1.65rem;
    font-weight: 700;
    color: white;
	line-height: 1.4;
}
.qa-content {
    background-color: white;
    font-size: 18px;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 1.5rem;
	line-height: 1.5;
}
span.b-title{
	font-size:1.65rem;
	font-weight: 700;
}
mark{background-color: #ffe8aa;}

/*日本韓國商品區*/
.tour-box{
	margin-bottom: 2rem;
}
.slide-img{
	width: 48%;
}
.slide-img img{
	border-top-left-radius: 3rem;
}
.tour-content{
	width: 47%;
	padding-top: 2rem;
}
.tour-img {
    margin-bottom: 4rem;
}
h3.location{
	font-size: 1.65rem;
	color: #2b569c;
	margin-bottom: 2rem;
	line-height: 1.5;
	font-weight: 900;
}
.tour-inner p{
	font-size: 18px;
	line-height: 1.75;
	text-align: justify;
}
.goods{
	display: block;
	transform: translateY(0px);
	background-color: white;
	border-radius: 1.5rem;
}
.goods:hover{
	background-color: #fffef4;
	transform: translateY(5px);
}

.goods-box {
    padding: 1.5rem;
    align-items: flex-end;
	margin-bottom: 1.2rem;
}
.tour-name{
	/*width: 100%;*/
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
.tour-name.fit-box{
	flex-direction: column;
	align-items: flex-start;
}

.tour-name h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.tour-detail {
    margin: 0 0 0 0.5rem;
    padding-left: 0.5rem;
    font-size: 16px;
    color: #4080d1;
    font-weight: 400;
}
.tour-detail span{
	font-size: 16px;
	color: #2a5996;
	font-weight: 400;
}
.tour-detail ul.detail-list{
	display: block;
	margin: 1rem 0 1rem;
	padding-left: 1rem;
}
.tour-detail ul.detail-list li{
	font-size: 16px;
    color: #2a5996;
    font-weight: 400;
	/*padding-left: 1rem;*/
	display: list-item;
	list-style: disc;
	line-height: 1.3;
	margin-bottom: 0.75rem;
}
.tour-price span{
	color: #d02b40;
	font-size: 16px;
}
.tour-price span b{
	font-size: 1.5rem;
	font-weight: 900;
}
.sec-content {
    margin: 10rem auto 0;
}
.s-wraper {
    margin: 4rem 0 2rem;
    text-align: center;
}
span.s-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #2b569c;
    padding: .5rem 2rem;
    border-radius: 4rem;
}
.sale-wraper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 3rem auto 2rem;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.sale-title {
    text-align: left;
    margin: 3rem 0 1rem;
    font-size: 1.65rem;
    color: #F44336;
}
article.sale-inner {
    padding-left: 1rem;
}
.sale-inner ul {
    /*display: list-item;*/
    padding-left: 1rem;
    margin-left: 0.5rem;
}
.sale-inner ul li{
	font-size: 1.1rem;
	line-height: 1.5;
	list-style:disc;
}
span.red {
    color: #F44336;
    font-weight: 700;
}

/*滑雪設備*/
.e-wraper {
    background-color: #f7f7f7;
    border-radius: 1.5rem;
	padding: 1.5rem;
	margin-bottom: 4rem;
}
.skiequ-img {
    text-align: center;
    margin: 2rem 0;
}
.skiequ-p {
    text-align: center;
    margin: 3rem 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}
.skiequ-t{
	margin-bottom: 0.5rem;
}
.skiequ-box {
    width: 818px;
    height: 1428px;
    margin: 8rem auto 0;
    background-image: url(../images/equipment-bg.webp);
    position: relative;
    z-index: 0;
    background-position: -20px 0px;
}
article[class*='equ-inner-']{
	width: 260px;
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
    position: absolute;
	z-index: 2;
	transition: all 0.3s linear;
}
article[class*='equ-inner-']:hover{
    background-color: #e8ecf3;
}
article[class*='equ-inner-'] h4{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #2b569c;
}
article[class*='equ-inner-'] p{
	line-height: 1.5;
	font-size: 15px;
}
.equ-inner-a{
    top: -65px;
    left: 185px;
}
.equ-inner-b {
    right: -150px;
    top: -30px;
}
.equ-inner-c {
    right: -150px;
    top: 195px;
}
.equ-inner-d {
    right: -150px;
    top: 450px;
}
.equ-inner-e {
    left: -150px;
    top: 155px;
}
.equ-inner-f {
    left: -150px;
    top: 460px;
}
.equ-inner-g {
    right: -150px;
    top: 830px;
}
.equ-inner-h {
    right: -150px;
    top: 1080px;
}
.equ-inner-i {
    left: -150px;
    top: 800px;
}
.equ-inner-j {
    left: -150px;
    top: 1100px;
}
.s-b{display: none;}
/*影片區*/
.animate-box {
    margin-bottom: 2rem;
}
.animate-A{
	height: 270px;
    background: url(../images/animate_01.webp) top center repeat-x;
    animation: AA 100s 0s linear infinite;
    background-position: 0 0;
}
@-webkit-keyframes AA{
	0%{
		background-position: 0 0;
	}
	100%{
		background-position: -2150px 0;
	}
}
.animate-B{
	height: 270px;
    background: url(../images/animate_02.webp) top center repeat-x;
    animation: BB 100s 0s linear infinite;
    background-position: -2150px 0;
}
@-webkit-keyframes BB{
	0%{
		background-position: -2150px 0;
	}
	100%{
		background-position: 0 0;
	}
}
/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1450px) {
	.main-banner img:nth-child(2) {
		left: 45%;
	}
	.main-banner img:nth-child(3) {
		left: -45%;
	}
}
@media screen and (max-width: 1200px) {
	.block-center {
        width: 92%;
        margin: 0 auto;
    }
	.sec-content {
		margin: 7rem auto 0;
	}
	.skiequ-box {
		width:100%;
		height: auto;
		margin: 0;
		background-image: none;
		position: initial;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
article[class*='equ-inner-']{
		width:calc(100% / 3 - 1rem);
		background-color: white;
		border-radius: 1rem;
		position: unset;
		margin-bottom: 1.5rem;
	}
	
}
@media screen and (max-width: 1070px) {
	.all-menu a span {
		font-size: 16px;
	}
	.ski-tools{
		width: 49.5%;
	}
	.ski-tools .tools-content p,.qa-content{
		font-size: 16px;
	}
	.tools-content >h3,.qa-wraper>h3{
		font-size: 1.4rem;
	}
	.tour-name{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}
	.tour-name h3{
		margin-bottom: 1rem;
	}
	.tour-detail {
		margin: 0 0 0.75rem 0;
        padding-left: 0;
	}
	.tour-detail ul.detail-list{
		margin: 0 0 1rem;
	}
}

@media screen and (max-width: 960px) {
	.main-banner img:nth-child(2) {
		left: 45%;
		top:280px;
	}
	.main-banner img:nth-child(3) {
		left: -45%;
	}
	/*.sale-title {
        font-size: 1.3rem;
        line-height: 1.3;
        text-align: left;
    }*/

}
@media screen and (max-width: 930px) {
	
	.ski-tools .tools-content {
		border-top-right-radius: 0;
		bottom: 0;
		position: unset;
	}
	.ski-tools{
		cursor: unset;
		margin-bottom: 1.5rem;
	}
	.ski-tools .tools-content p,.qa-content,.tour-inner p{
		font-size: 16px;
	}
	.slick-dots {
        bottom: unset;
        width: 100%;
        right: 0px;
        margin: 0.75rem 0;
    }
	.tour-box {
		/*margin-bottom: 3rem;*/
	}
	.qa-wraper {
		margin: 0 0 2rem;
	}
	.goods-box{
		display: block;
	}
	.tour-price{
		text-align: right;
	}
	.tour-name > ul>li{
		font-size: 15px;
		line-height: 1.2;
		font-weight: 400;
	}
	.tour-price span{
		font-size: 15px;
	}
	.tour-price span b{
		font-size: 1.75rem;
	}
	.ski-tools:hover .tools-content {
		bottom: 0;
		background-color: unset;
	}
	.ski-tools:hover img{
		opacity: 1;
	}
}
@media screen and (max-width: 820px) {
	.all-menu a, .all-menu div a {
		font-size: 1.56rem;
	}
}
@media screen and (max-width: 800px) {
	.all-menu a, .all-menu div a {
		padding: 0.75rem 2rem;
	}
}


/*平板
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section.box-content-A::before,
	section.box-content-B::before,
	section.box-content-C::before{
		background-image: none;
		height: 0;
        padding-bottom: 60%;
	}
	.all-menu {
		display: none;
	}
	.main-wraper{
		display: none;
	}
	.main-mobile {
		display: block;
		padding-top: 40px;
	}
	section {
	 padding: 2rem 0;
	}
	.title-wraper {
        margin: 1rem auto;
        /*width: 65%;*/
    }
	.skiequ-p {
        font-size: 18px;
        margin: 2rem 0;
    }
	.sale-wraper figure{
		display: none;
	}
	article.sale-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
	.sale-wraper {
    margin: 0rem auto 2rem;
	}
	.sale-title {
        text-align: center;
        font-size: 1.65rem;
        margin: 2rem auto 1rem;
        border: 1px solid #F44336;
        display: inline-block;
        padding: 1.25rem;
        border-radius: 1rem;
    }
.sale-inner ul li {
    font-size: 1rem;
}
}

/*中間調度區
-----------------------------------------------------------------*/

@media (max-width:600px) {
	.main-mobile {
		display: none;
	}
	.main-mobile-phone {
		display: block;
		padding-top: 40px;
	}
	.slide-img {
		width: 100%;
	}
	.slide-img {
		width: 100%;
	}
	.tour-content {
		width: 100%;
	}
	.tour-box {
		/*margin-bottom: 2rem;*/
		flex-wrap: wrap;
	}
	.tour-img {
        margin-top: 2rem;
        text-align: center;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 0;
    }
	h3.location {
		text-align: center;
	}
	.tour-inner {
		margin-top: 1rem;
	}
	.skitools-box {
        flex-wrap: wrap;
		justify-content: center;
    }
	.ski-tools:nth-child(1){
		border-top-right-radius: 3rem;
	}
	.ski-tools:nth-child(2){
		border-top-left-radius: 3rem;
	}
	.ski-tools {
        width: 100%;
		overflow: auto;
    }
	
	.slide-img img{
		border-top-right-radius: 3rem;
	}
	article[class*='equ-inner-']{
		width:calc(100% / 2 - 1rem);
	}
	.skiequ-img{
		display: none;
	}
	.s-b{display: block;}
	.tour-price {
        margin-top: 0.75rem;
    }
	.m-tittle {
    font-size: 45px;
    letter-spacing: 0;
	word-wrap: break-word;
}
	
}
@media (max-width:500px) {
	article[class*='equ-inner-']{
		width:100%;
	}
	.m-tittle>i>br{
		display: block;
	}
	 section.box-content-A::before,
	section.box-content-B::before,
	section.box-content-C::before {
        padding-bottom: 100%;
    }
	.goods-box {
    padding: 1rem;
    margin-bottom: 1rem;
}
}

/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
   
}
	


@media (max-width: 320px) {
	    .m-tittle {
        font-size: 40px;
    }
}