html {
	font-size: 55%
}

@media (min-width:768px) {
	html {
		font-size: 62.5%
	}

}
.close_button{
	position: absolute;
	top: 20px;
    right: 20px;
	font-size: 30px;
	color: #ffffff;
	border: 2px solid #fff;
	border-radius: 5px;
	padding:5px 10px 0px 10px;
}
.close_button:hover,.close_button:active{
	background: #eee;
	text-decoration: none;
}
.action_end_tw_div{
	background: rgba(0,0,0 ,.8);
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 999999;
	background:url(../img/even_has_finish_tw.png) rgba(0,0,0 ,.8) 50% center no-repeat;
	margin-top: -60px;

}
.action_end_cn_div{
	background: rgba(0,0,0 ,.8);
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 999999;
	background:url(../img/even_has_finish_cn.png) rgba(0,0,0 ,.8) 50% center no-repeat;
	margin-top: -60px;
}
.action_end_en_div{
	background: rgba(0,0,0 ,.8);
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 999999;
	background:url(../img/even_has_finish_en.png) rgba(0,0,0 ,.8) 50% center no-repeat;
	margin-top: -60px;
}
.action_end_kr_div{
	background: rgba(0,0,0 ,.8);
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 999999;
	background:url(../img/even_has_finish_kr.png) rgba(0,0,0 ,.8) 50% center no-repeat;
	margin-top: -60px;
}
.action_end_jp_div{
	background: rgba(0,0,0 ,.8);
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 999999;
	background:url(../img/even_has_finish_jp.png) rgba(0,0,0 ,.8) 50% center no-repeat;
	margin-top: -60px;
}
body {
	overflow-x: hidden;
	font-family: 'Josefin Sans', Arial, sans-serif, "微軟正黑體", "Microsoft JhengHei";
	background-color: #FCFCFC;
	color: #666666;
	text-align: center;
	font-size: 1.8rem;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2.2rem;
}

a {
	color: #4BAEB3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a.active,
a:active,
a:focus,
a:hover {
	color: #4BAEB3;
}

section {
	padding: 75px 0;
}

section .title-circle {
	display: inline-block;
	background: url(../img/icon_title.png) no-repeat left top;
	font-weight: 800;
	color: #FFFFFF;
	font-size: 5.5rem;
	background-size: 90%;
	height: 90px;
	width: 90px;
	line-height: 100px;
}

section .title {
	font-weight: 800;
	margin-bottom: 50px;
	font-size: 3.5rem;
}

section .pink {
	color: #4BAEB3;
	border-bottom: 4px #4BAEB3 solid;
}

section .white {
	color: #FFFFFF;
	border-bottom: 4px #FFF solid;
}

@media (min-width:768px) {
	section {
		padding: 100px 0
	}

	section .title-circle {
		height: 100px;
		width: 100px;
		line-height: 120px;
	}

}

::-moz-selection {
	background: #FFDB7B;
	text-shadow: none
}

::selection {
	background: #FFDB7B;
	text-shadow: none
}

img::selection {
	background: 0 0
}

img::-moz-selection {
	background: 0 0
}

.flexbox {
	display: flex;
	align-items: center;
}

.d-1 {
	animation-delay: 0.1s
}

.d-2 {
	animation-delay: 0.2s
}

.d-3 {
	animation-delay: 0.3s
}

.d-4 {
	animation-delay: 0.4s
}

.d-5 {
	animation-delay: 0.5s
}

.d-6 {
	animation-delay: 0.6s
}

.d-7 {
	animation-delay: 0.7s
}

.d-8 {
	animation-delay: 0.8s
}

.mb-50 {
	margin-bottom: 5rem;
}

/*非遮罩 Nav */
.mainNav {
	background-color: #4BAEB3;
	min-height: 60px;
}

.mainNav .navbar-toggler {
	right: 0;
	padding: 10px;
	color: #FFFFFF;
	border: 0
}

.mainNav .navbar-nav .nav-item .nav-link {
	font-weight: 900;
	padding: 0.8em 0;
	color: #FFFFFF;
}

.mainNav .navbar-nav .nav-item .nav-link.active,
.mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #005043;
}

/*遮罩star
.mainNav {
	background-color: #000;
	min-height: 60px;
	opacity: 0.9;
}
.mainNav .navbar-toggler {
	right: 0;
	padding: 10px;
	color: #666;
	border: 0
}

.mainNav .navbar-nav .nav-item .nav-link {
	font-weight: 900;
	padding: 0.8em 0;
	color: #666;
}
.mainNav .navbar-nav .nav-item .nav-link.active,
.mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #000;
}*/
/*遮罩end*/



.dropdown-menu {
	font-size: 1.8rem;
}

.dropdown-item {
	padding: 0.5rem 3rem;
}

@media (min-width:992px) {
	.mainNav .navbar-nav .nav-item .nav-link {
		padding: 1rem 1.5rem !important;
	}

}

.language a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f57d";
	margin-right: 5px;
}

header.masthead {
	margin-top: 60px;
}

header.masthead img {
	margin: 0
}

/* gifts */

.gifts-bonus-pic {
	position: relative;
	border-radius: 1rem;
	margin-bottom: 30px;
}

.gifts-bonus-pic img {
	width: 100%;
}

.gifts-bonus-text {
	color: #FFFFFF;
	text-align: left;
}

.gifts-bonus-text h2 {
	position: absolute;
	font-weight: 700;
	top: 2rem;
	left: 15px;
	background-color: #4BAEB3;
	padding: 0.8rem 2rem 0.2rem 2rem;
	border-radius: 0 10rem 10rem 0;
	display: inline-block;
}

.gifts-bonus-text h3 {
	position: absolute;
	font-weight: 700;
	line-height: 1.1;
	bottom: 2rem;
	left: 15px;
	margin: 0 2rem;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px;
}

/* bonus */
section.bonus {
	padding: 70px 0;
}

/* shop */
.shop {
	background: url(../img/bg_store01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width:1199.98px) {
	.shop {
		background-attachment: scroll;
	}

}

/* map */
section.map {
	padding: 100px 0 0 0;
}

.map .container {
	padding-right: 0;
	padding-left: 0;
}

.map .map-pic img {
	border-radius: 0rem;
}

.map .map-pic {
	position: relative;
}

.map .map-download {
	position: absolute;
	top: 2rem;
	right: 2rem;
}

.map .btn-dark {
	padding: 0.5rem 1.5rem;
	border-radius: 10rem;
	font-size: 1.8rem;
	color: #FFFFFF;
	font-weight: 700;
}

@media (min-width:576px) {
	.map .map-pic img {
		border-radius: 2rem;
	}

}

@media (min-width:992px) {
	.map .container {
		padding-right: 15px;
		padding-left: 15px;
	}

}

/* store */
section.store {
	padding: 50px 0 0 0;
}

.store .store-list {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	margin-bottom: 30px;
}

.store .store-title {
	padding: 10px;
	color: #4BAEB3;
}

.store .store-number {
	position: relative;
	display: table-cell;
}

.store .store-number h2 {
	position: absolute;
	color: #FFFFFF;
	padding: 5px;
	font-weight: 700;
}

.store .store-number i {
	font-size: 3.5rem;
}

.store .store-name {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
	display: table-cell;
	padding: 0 0 0 5px;
}

.store .store-img {
	position: relative;
}

.store .store-img img {
	width: 100%;
}

.store .store-logo {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.store .store-content {
	padding: 15px 15px 5px 0;
}

.store .store-content i {
	color: #4BAEB3;
}
.store .store-content a{
	border-bottom: 1px solid #4BAEB3;
}
.store .store-content a:hover{
	text-decoration: none;
}

@media (min-width:768px) {
	.store .tw .store-content {
		min-height: 330px;
	}
	.store .cn .store-content {
		min-height: 330px;
	}

	.store .en .store-content {
		min-height: 430px;
	}

	.store .jp .store-content {
		min-height: 410px;
	}
	.store .jp .store-name {
		font-size: 1.9rem;
	}

	.store .kr .store-content {
		min-height: 380px;
	}
	.store .kr .store-name {
		font-size: 1.9rem;
	}

}


/* exchange */
.exchange h3 {
	color: #4BAEB3;
	margin-top: 30px;
}

.exchange .badge-block {
	background-color: #4BAEB3;
	color: #FFFFFF;
	padding: 0.8rem 2rem 0.2rem 2rem;
	border-radius: 10rem;
	width: 100%;
}

/* traffic */
#X-gifts .traffic{
	background: url(../img/bg_traffic01.jpg) no-repeat center center fixed;
}
#B-gifts .traffic{
	background: url(../img/bg_traffic02.jpg) no-repeat center center fixed;
}
#M-gifts .traffic{
	background: url(../img/bg_traffic03.jpg) no-repeat center center fixed;
}
.traffic {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width:1199.98px) {
	.traffic {
		background-attachment: scroll;
	}

}

.traffic h2 {
	margin: 50px 0 25px 0;
	background-color: #4BAEB3;
	color: #FFFFFF;
	font-weight: 700;
	padding: 0.8rem 2rem 0.2rem 2rem;
	border-radius: 10rem;
	display: inline-block;
}

.traffic p {
	color: #FFFFFF;
	margin: 0;
	text-align: left;
}

/* Notice */
.notice {
	background: url(../img/bg_notice.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.notice .badge-block {
	background-color: #4BAEB3;
	color: #FFFFFF;
	padding: 0.4rem 1.2rem 0.1rem 1.2rem;
	border-radius: 10rem;
	display: inline-block;
}

.notice ol {
	padding-inline-start: 15px;
}

footer {
	background: #4BAEB3;
	color: #FFFFFF;
	padding: 5px;
}

.col-margin-bottom {
	margin-bottom: 5rem
}

.col-margin-bottom:last-child {
	margin-bottom: 0
}

@media (min-width:992px) {
	.col-margin-bottom {
		margin-bottom: 0
	}

}

/* scrollup */
.scrollup {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	opacity: .75;
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #4BAEB3;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
	display: none
}

.scrollup:hover {
	opacity: 1
}

.scrollup i {
	font-size: 28px;
	position: absolute;
	opacity: 1;
	color: #FFFFFF;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -12px;
	text-decoration: none
}


/* 西北貓 */
.exclusive-coupon-pic{
	padding: 0 30px;
	position: relative;
	width: 100%;
}
.exclusive-coupon-pic h2{
	left: 30px;
}
.exclusive-coupon-pic a{
	display: block;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.exclusive-coupon-pic a img{
	width: 100%;
	transform: scale(1.1);
}
.exclusive-coupon-detail{
	background-color: #4BAEB3;
	color: #fff;
	padding: 20px;
	border-radius: 0 0 5px 5px	;
	font-size: 18px;
	width: calc(100% - 60px);
	margin-left: 30px;
}
.exclusive-coupon-title{
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #fff;
	text-align-last: left;
	font-weight: 700;
}
.exclusive-coupon-detail p{
	margin: 20px 0 30px 0;
	text-align: left;
	font-weight: normal;
}
.exclusive-coupon-detail ul{
	margin: 0;
	padding: 0;
}
.exclusive-coupon-detail li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.exclusive-coupon-detail li i{
	width: 24px;
	height: 24px;
	text-align: center;
	margin-right: 5px;
}
.exclusive-coupon-detail li a{
	color: #fff;
	font-size: 18px;
}

@media (min-width:768px) {
	.exclusive-coupon-pic{
		float: left;
		width: 30%;
		max-width: 350px;
		padding: 0;
	}
	.exclusive-coupon-pic h2{
		left: 0;
	}
	.exclusive-coupon-pic a{
		border-radius: 5px 0 0 5px;
		height: 100%;
	}
	.exclusive-coupon-pic a img{
		transform: none;
		height: 100%;
		width: auto;
	}
	.exclusive-coupon-detail{
		float: right;
		width: 70% !important;
		border-radius: 0 5px 5px 0;
		max-width: 760px;
		margin: 0;
		padding: 30px;
	}
	.exclusive-coupon-title{
		padding-bottom: 15px;
	}
}
@media (min-width:1200px) {
	.exclusive-coupon-pic{
		margin-left: 15px;
	}
}

/* gifts */
.gifts {
	background: url(../img/bg_store01.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0;
}
.gifts ul{
	padding: 0;
	margin: 0;
}
.gifts ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width:1199.98px) {
	.gifts {
		background-attachment: scroll;
	}
}
.gifts-btn span{
	/* background-color: #4BAEB3; */
	border: 2px solid #4BAEB3;
	color: #4BAEB3;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	font-size: 18px;
	margin-bottom: 20px;
	/* color: #fff; */
	border-radius: 25px;
	/* height: 50px; */
	/* line-height: 53px; */
	padding: 8px 25px 4px 25px;
	cursor: pointer;
	transition: .3s;
}
.gifts-btn span:hover{
	background-color: rgba(75, 175, 180, 0);
	color: #fff;
}
.gifts-btn:last-child span{
	margin: 0;
}
.gifts-btn.gifts-focus span{
	background-color: #4BAEB3;
	color: #fff;
}
@media (min-width:480px) {
	.gifts ul{
		font-size: 0;
	}
	.gifts ul li{
		display: inline-block;
		margin-right: 20px;
	}
	.gifts ul li span{
		max-width: 150px;
	}
	.gifts ul li:last-child{
		margin: 0;
	}
	.gifts-btn span{
		margin: 0;
	}
}
@media (min-width:992px){
	.gifts ul li{
		margin-right: 50px;
	}
	.gifts ul li span{
		max-width: 200px;
		font-size: 26px;
		border-radius: 30px;
	}
}

button:focus{
	outline-color: #4BAEB3;
}


/* 分頁 */
.gifts-box{
	display: none;
}
.gifts-box.show{
	display: block;
}

/* popup */
.popup .fa-ul{
	padding: 10px 20px 0px 0px;
}
.modal-content{
	min-height: 200px;
}

/* nav-link */
.nav-item .nav-link.b-line{
	/* border-bottom: 3px solid #005043; */
	background-image: url(../img/dash.png);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: center 35px;
}
@media (min-width:768px){
	.nav-item .nav-link.b-line{
		background-size: 10%;
		background-position: center 44px;
	}
}
@media (min-width:992px){
	.nav-item .nav-link.b-line{
		background-size: 80%;
		background-position: center 38px;
	}
}

/* 享樂券 */
.exclusive-coupon-detail ul {
    margin-left: 30px;
}
.exclusive-coupon-detail ul a{
    border-bottom: 1px solid #fff;
}
.exclusive-coupon-detail ul a:hover{
    text-decoration: none;
}
#exclusive_popup .modal-body{
	padding: 20px;
	background-color: #4BAEB3;
}
#exclusive_popup ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.exclusive-store{
	color: #4BAEB3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#exclusive_popup ul li i{
	color: #4BAEB3;
	width: 18px;
	text-align: center;
	margin-right: 5px;
}
#exclusive_popup ul li a{
	color: #4BAEB3;
	border-bottom: 1px solid #4BAEB3;
}
#exclusive_popup ul li a:hover{
	text-decoration: none;
}
#exclusive_popup .modal-body>ul>li{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#exclusive_popup .modal-body>ul>li:last-child{
	margin: 0;
}

/* 多語按鈕 */
.gifts .jp .gifts-btn span{
	font-size: 16px;
}
.gifts .kr .gifts-btn span{
	font-size: 16px;
}
@media (min-width:768px){
	.gifts .jp .gifts-btn span{
		font-size: 18px;
	}
	.gifts .kr .gifts-btn span{
		font-size: 18px;
	}
}

.en .nav-item .nav-link.b-line{
	background-position: center 95%;
}
.jp .nav-item{
	font-size: 1.4rem;
}
.jp .nav-item .nav-link.b-line{
	background-position: center 95%;
}
@media (min-width:992px){
	.jp .nav-item .nav-link.b-line{
		background-size: 70%;
	}
}

@media (min-width:992px){
	header.masthead.en{
		margin-top: 113px;
	}
}
@media (min-width:1200px){
	header.masthead.en{
		margin-top: 86px;
	}
}