﻿
/************************************************************************************
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;
	color: #434343;
}
figure{margin: 0; padding: 0;}
/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}

*{box-sizing: border-box;}

/*PC
-----------------------------------------------------------------*/

/*主框架*/
.container {
	width:100%;
	margin: auto;
	font-family: "Noto Sans TC",Verdana,"微軟正黑體";
	background: url(../images/bg.jpg);
	overflow: hidden;
}

.block-center {
	width: 100%;
	max-width:1210px;
	margin: auto;
	clear: both;
	position: relative;
}

.main-slide {
	width: 100%;
	clear: both;
}
.main-mobile,.main-mobile-phone{display: none;}

/*主視覺*/
.block-main{
	background-image: url(../images/head_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top ;
	background-size:cover;
}
.main-banner{
	width: 960px;
	height: 690px;
	position: relative;
	margin: 0 auto;
}
.img{
	position: absolute;
	top: 0;
	margin: auto;
}
h1.head-title {
    text-indent: 4%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    top: 90px;
    left: -2rem;
}
.head_kv{
	top: 350px;
	left: 95px;
}
.bloon {
    top: 380px;
    left: -97px;
    animation: AA 2s infinite ease-in alternate-reverse;
}
.camera {
    right: 10px;
    top: 430px;
    animation: BB 2s infinite ease-in alternate-reverse;
}
@-webkit-keyframes AA{
	0%{transform: translateY(0px);}
	100%{transform: translateY(-40px);}
}
@-webkit-keyframes BB{
	0%{transform: translateY(0px);}
	100%{transform: translateY(30px);}
}

/*輪播區塊*/
.slick-dots {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots .slick-active button {
	background: #999999;
}

.slick-dots button {
	background:#ffffff;
    border: none;
    border-radius: 50px;
    display: inline-block;
	text-indent: -9999px;
	line-height: 0px;
	height: 15px;
	width: 15px;
}

.slick-dots button:hover {
	cursor: pointer;
	background: #656464;
}

ul.slick-dots {
    text-align: center;
    margin-top: 0.5rem;
}
/*主選單*/
.all-menu {
    clear: both;
}
.all-menu ul {
    clear: both;
    max-width:1200px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50px;
    overflow: hidden;
	background-color: #046ad7;
}
.all-menu.sticky {
	max-width: 1200px;
	top:40px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.all-menu li {
	width: calc(100% / 3);
	display: inline-block;
}
.all-menu a {
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	font-size: 25px;
	font-weight: bold;
	color:white;
	border-radius: 50px;
}
.all-menu a:hover {
    background-color: #51a1f5;
    color: #ffffff;
}
.menu-active a {
	background-color: #ffd46d;
	color:#9b700b;
}
/*商品區*/
section {
    background-position: center 0;
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 95px 0 2rem;
}
section.pageA{
	background-image: url(../images/bg01.png);
}
section.pageB {
    background-image: url(../images/bg02.png);
    background-color: rgb(56 149 225 / 35%);
}
.title {
    text-align: center;
    padding-top: 2rem;
}
/*.product_wraper {
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
}*/
.pic-slide{
	padding: 2rem 0 4rem;
	margin-bottom: 2rem;
}
a.product {
	/*width:24%;*/
    background: white;
    padding: 0.75rem;
	margin: 0.5rem;
    border-radius: 1rem;
    /*box-shadow: 3px 5px 5px #4b7f97;*/
	transition: all 0.3s ease-in;
}
a.product:hover {
    background-color: #e4e3df;
	transform: translateY(4px);
    /*box-shadow: 3px 1px 5px #4b7f97;*/
}
.product_pic {
	text-align: center;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    overflow: hidden;
}

a.product:hover .product_pic>img{opacity: 0.9;}
.product_inner {
    padding: 1.5rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product_inner >h3 {
    font-size: 1.1rem;
    font-weight: bold;
}
.price{color:#dc0303;}
span.price_b {
    font-size: 1.3rem;
    font-weight: 700;
}
.boon_pic img{
	border-radius: 0.5rem;
	object-fit: cover;
	object-position: center;
}
.big-title h2 {
    font-size: 65px;
    color: white;
    font-weight: 900;
    font-family: sans-serif;
    text-shadow: 1px 2px 3px #355f6b;
    position: relative;
    display: inline-block;
}
.big-title h2::before,
.big-title h2::after{
	content: "";
	display: block;
	width: 126px;
	height: 63px;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0;
	margin: auto;
}
.big-title h2::before {
    background-image: url(../images/title-before.png);
    margin-left: -140px;
}
.big-title h2::after{
	background-image: url(../images/title-after.png);
	right: 0;
	margin-right: -140px;
}
/*促銷廣告區*/
.sale-banner {
    background-color: white;
    padding: 1rem 0;
	border-radius: 1rem;
}
.adbanner {
    text-align: center;
    padding: 0 1rem;
}
.adbanner>img{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.tkt-box {
    display: flex;
    margin: 2rem 0 0;
    padding: 0 1rem;
}
.tkt-area {
    width: calc(100% / 2 - 3rem);
    margin: 0 auto;
    /* border-right: 1px solid lightgray; */
    /*padding-right: 1.2rem;*/
    text-align: center;
	gap: 0.5rem;
}
/*.tkt-area:last-child{
	border-right: none;
    padding-right: 0;
}*/
h2.tkt-title {
    font-size: 22px;
    /*color: #000000;*/
    margin-bottom: 1rem;
    position: relative;
}
h2.tkt-title::before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 21px;
    background-image: url(../images/air-icon-black.png);
    background-repeat: no-repeat;
    margin-left: 1rem;
    margin-right: 0.5rem;
}
a.tkt-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0.5rem;
    margin-bottom: 0.25rem;
	border-radius: 1rem;
}
a.tkt-inner>h3 {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    /*margin-bottom: 0.5rem;*/
    margin-right: 0.5rem;
}
a.tkt-inner>h3>span{
	font-size: 16px;
}
a.tkt-inner:hover{
	background-color: #5aa2e1;
	
}
a.tkt-inner:hover h2.tkt-title,
a.tkt-inner:hover h3{
	color: white;
}
a.tkt-inner:hover>.tkt-price{
	color: #fff799;
}
.tkt-flex {
   display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
/*.tkt-product {
    margin-bottom: 1rem;
    min-height: 150px;
}*/
.tkt-detail {
    margin-left: 1rem;
}
.tkt-detail>ul>li{
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.cover{
	position: relative;
}
/*.tkt-price{
	margin-top: 0.5rem;
}*/
.soldout {
    position: absolute;
    z-index: 3;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    top: 0;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*top按鈕*/
#back-top {
    left: 57% !important;
}
/*最新優惠*/
.big-title{
	text-align: center;
	margin: 3rem auto ;
	padding: 0 1rem;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
	padding: 0 1rem;
}
.salebox {
	display: block;
	width: calc(100% / 3 - 1rem);
    padding: 0.75rem 0.75rem 1rem;
    background-color: white;
    border-radius: 1rem;
    margin-bottom: 3.5rem;
    margin-right: 1.5rem;
}
.salebox:nth-of-type(3n){
	margin-right: 0;
}
.salebox:hover{
	background-color: rgb(241, 240, 240);
	transform: translateY(5px);
}
.saleinner{
	margin-top: 1rem;
}
.salebox > img{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.saleinner>h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 1rem auto;
    letter-spacing: 1px;
}
.saleinner>ul{
	margin-bottom: 1rem;
}
.saleinner>ul>li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    /*font-weight: bold;*/
    display: list-item;
    list-style: disc;
    margin-left: 1.5rem;
}
.sale-p {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500;
    color: #FF5722;
    padding: 0.5rem 0;
}
.salebox:hover .sale-p,.salebox:hover .saleinner>h3{
	color: #2986e9;
}
a[class*="link-"] {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem;
    border-radius: 2rem;
    background-color: #ff580c;
    box-shadow: 0 4px #af0b0b;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0.75rem 0 0;
}
a[class*="link-"]:hover{
	background-color: #dd3b01;
	transform: translateY(3px);
	box-shadow: 0 1px #af0b0b;
}
.link-box {
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.link-box>a {
    width: 45%;
    margin: auto;
    letter-spacing: 0;
	padding: 1rem 0.5rem;
}
/*特別企劃*/
.program-box {
    margin: 0 auto 2rem;
    width: 90%;
    background-color: white;
    padding: 0.75rem;
    border-radius: 1rem;
    justify-content: space-between;
}
.program-inner {
    width: calc(100% - 480px);
    padding: 1rem;
	position: relative;
}
.program-inner ul{
	margin-bottom: 2rem;
}
.program-inner ul>li{
	font-size: 1rem;
	margin-bottom: 0.75rem;
	display: list-item;
	list-style: disc;
	margin-left: 1rem;
	font-weight: bold;
}
.inner-link {
    position: absolute;
    bottom: 5px;
    right: 0;
	
}
.inner-link >a {
	width: 200px;
    display: inline-block;
    margin-right: 0.5rem;
}
.inner-link >a:nth-child(2),.link-box >a:nth-child(2){
	margin-right: 0;
	background-color: #046ad7;
	box-shadow: 0 4px #083a70;
}
.inner-link >a:nth-child(2):hover,.link-box >a:nth-child(2):hover{
	background-color: #115cac;
	box-shadow: 0 1px #083a70;
}
/*2025 7月促銷*/
.sale-article{
	margin: 0 0 1rem;
	text-align: left;
}
.sale-article h3{
	font-size: 18px;
	line-height: 1.5;
}
h2.sale-article-title {
    display: inline-block;
    font-size: 22px;
    background-color: #e4007f;
    padding: .75rem 1.25rem;
    border-radius: 2rem;
    color: white;
    margin-bottom: 0.75rem;
}
.sale-article ul {
    padding-left: 1rem;
    margin-left: 1rem;
}
.sale-article ul li{
	font-size: 18px;
	line-height: 1.5;
	list-style: decimal;
	font-weight: 600;
}
/*得獎名單*/
.award-box{
	text-align: center;
}
.tkt-title {
    padding: 1rem 0;
}
.tkt-title h2{
	display: inline-block;
	 font-size: 22px;
    background-color: #e4007f;
    padding: .75rem 1.25rem;
    border-radius: 2rem;
    color: white;
    margin-bottom: 0.75rem;
}
table {
    width: 90%;
    margin: 0 auto 1rem;
}
table thead tr th,
table tbody tr td{
	padding: 0.75rem;
	font-size: 18px;
	border: 1px solid lightgray;
}
table thead tr th{
	color: white;
	background-color:#333333
}
.notice span{
	font-size: 15px;
	line-height: 1.2;
	color: #083a70;
}
/*年終促銷*/
.sale-inner {
    width: 100%;
    margin-bottom: 1rem;
    margin: 0px auto;
    padding: 2rem 1.5rem 1.5rem;
    text-align: center;
}
.sale-inner a {
    background-color: #dc0303;
    display: inline-block;
    padding: 0.75rem 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    box-shadow: 0 5px 0 #7e0808;
    transform: translateY(0);
}
.sale-inner a:hover{
	background-color: #bd0d0d;
	box-shadow: 0 2px 0 #7e0808;
	transform: translateY(3px);
}
.sale-inner a>h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.sale-inner p {
    font-size: 1.1rem;
    letter-spacing: 1px;
}


/*中間調度區
-----------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
	.ad {
		width:100%;
	}
}
@media screen and (max-width: 1300px) {
	section.pageA{
		background-image: none;
	}
	section.pageB {
		background-image: none;
	}
	h4 {
		font-size: 1.2rem;
	}
	.product_wraper {
		padding: 5rem 1rem;
		justify-content: space-around;
	}
	.product_inner {
		padding: 1rem 0.5rem;
	}
	.pic-slide {
		padding: 5rem 1rem;
	}
	.pic-slide-sale{
		padding: 0rem 0 5rem;
	}
	.flag01,.flag02{
		display: none;
	}
	
}
@media screen and (max-width: 1200px) {
	a.tkt-inner>h3 {
		width: 100%;
	}
}
@media screen and (max-width: 1080px) {
	html,
    body {
        width: 100%;
        min-height: 100%;
	}
	.pic-slide {
		padding: 3rem 0rem 4rem;
	}
	.slick-dots {
		bottom: 30px;
	}
	.pic-slide-sale{
		padding: 0rem 0 5rem;
	}
	.program-img {
		width: 50%;
	}
	.program-inner {
		width: 50%;
		padding: 1rem;
		position: relative;
	}
	.program-inner ul {
		margin-bottom: 4rem;
	}
	.inner-link >a {
        width: auto;
        padding: 1rem 2rem;
    }
	
}
@media screen and (max-width: 995px) {
	.bk_poient{
		display: none;
	}
}

@media screen and (max-width: 960px) {
	.main-banner{
		width: 100%;
	}
	.head-title {
		padding: 1rem;
	}
	.bloon,.camera{display: none;}
	.ad-banner {
		width: 75%;
		padding: 2rem 0;
	}
	.pic-slide-sale{
		padding: 0rem 0 5rem;
	}
	
}

/*平板
-----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.main-mobile {
		display: block;
	}
	.block-main {
		display: none;
	}
	.block-center {
		width: 95%;
		margin: 0 auto;
	}
	.pic-slide {
		padding: 1rem 0rem 4rem;
	}
	.block-menu{display: none;}
	.flex-box {
		justify-content: space-between;
	}
	.salebox {
        width: calc(100% / 2 - 1rem);
        margin-right: 0rem;
    }
	.salebox:nth-of-type(3n){
		margin-right: unset;
	}
	section{
		padding: 2rem 0;
	}
	.inner-link {
		position: initial;
	}
	.inner-link >a {
        width: auto;
        padding: 1rem;
    }
	.program-box {
		width: 95%;
	}
	.tkt-box {
		margin: 1rem 0 0;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.tkt-area {
		width: 100%;
		border-right: none;
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.tkt-product {
		margin-bottom: 1rem;
		min-height: 0px;
	}
	.tkt-area:last-child {
		margin-bottom: 0;
	}
	a.tkt-inner>h3 {
		width: auto;
	}
	
}

/*中間調度區
-----------------------------------------------------------------*/
@media (max-width:700px) {
	.program-inner ul {
		margin-bottom: 1rem;
	}
}
@media (max-width:600px) {
	
	.main-mobile {
		display: none;
	}

	.main-mobile-phone {
		display: block;
	}
	
	#back-top {
		display: none !important;
	}
	.title {
		padding-top: 0;
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.program-img {
		text-align: center;
        width: 100%;
    }
	.program-inner{
		width: 100%;
	}
	.inner-link {
		text-align: center;
	}
	.inner-link >a{
		padding: 1rem 2rem;
	}
	
}
@media (max-width:550px) {
	.salebox {
        width: 100%;
        margin-right: 0rem;
    }
	.pic-slide {
        padding: 0 0 3rem;
        margin-bottom: 0;
    }
	.pic-slide {
        width: 95%;
        margin: auto;
        margin-bottom: 0;
    }
	.big-title h2 {
        font-size: 50px;
        padding: 1rem;
        border: 2px solid white;
		text-shadow: none;
    }
	.big-title h2::before,
	.big-title h2::after{
	content:unset ;
}
    .sale-banner {
        width: 90%;
        padding: 0.5rem 0;
    }
.sale-inner a>h3 {
    font-size: 1.3rem;
}
.sale-inner p {
    font-size: 1rem;
    line-height: 1.3;
}
.sale-inner {
    margin-bottom: 1rem;
    padding: 1.5rem 0.5rem 1rem;
}
	
}
/*手機
-----------------------------------------------------------------*/

@media (max-width: 480px) {
	
	/*.ad-inner {
		width: 90%;}
	.ad-banner {
    width: 100%;
    padding: 2rem 0;
	}
	.ad-inner>p {
		font-size: 1.1rem;
		margin-bottom: 2rem;
		font-weight: 700;
	}*/
	.block-center {
		width: 100%;
		margin: 0 auto;
	}
	.program-box {
        width: 90%;
    }
	.program-inner {
        padding: 0.5rem;
    }
	.inner-link >a {
        width: 45%;
        padding: 1rem;
    }
	a.tkt-inner>h3 {
		font-size: 18px;
	}
	.tkt-box {
        padding: 0.5rem;
    }
	.sale-banner {
		width: 90%;
		margin: auto;
		padding: 0.5rem 0;
	}
	.adbanner {
		padding: 0 0.5rem;
	}
}

@media (max-width: 320px) {

}