/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
.pop .popBox .menu a, footer .appBox .appInfo h2, .page .part3 .content .info .button, .page .part2 .content .info .button, .page .part1 .content .drink .title {
	font-family: "Noto Sans TC", Microsoft JhengHei;
}

.page .part3 .content .info, .page .part2 .content .info, .page .part1 .content .info {
	background-position: center top;
	background-repeat: no-repeat;
}

.page .part3 .content, .page .part2 .content, .page .part1 .content {
	margin: auto;
	width: 820px;
}

.page .part3 .content .info h2, .page .part2 .content .info h2, .page .part1 .content .info h2 {
	font-size: 55px;
	line-height: 60px;
	text-align: center;
}
.page .part3 .content .info h2 span, .page .part2 .content .info h2 span, .page .part1 .content .info h2 span {
	display: block;
	margin-bottom: 7px;
	font-size: 27px;
	line-height: 27px;
}

.page .part3 .content .info h3, .page .part2 .content .info h3, .page .part1 .content .info h3 {
	margin: 55px auto 15px;
	width: 110px;
	height: 32px;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	background: #734315;
	border-radius: 6px;
}

.page .part3 .content .info p, .page .part2 .content .info p, .page .part1 .content .drink .text p, .page .part1 .content .info p {
	font-size: 16px;
	color: #734315;
	line-height: 25px;
}

/* ==========================================================================
	wrap & common
========================================================================== */
body {
	position: relative;
}

a, a img, a span {
	display: block;
	transition: 0.3s;
}

ol {
	margin: 0;
	padding-left: 17px;
}
ol li {
	list-style-type: decimal;
}

.topBar {
	display: none;
}

.wrap {
	min-width: 1200px;
	overflow: hidden;
	background-image: url("../images/bg.jpg");
	background-color: #936950;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 1000px;
}
.wrap .btn_menu {
	position: fixed;
	z-index: 10;
	top: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	background: #ff9b43;
	border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.wrap .btn_menu em {
	margin: 4px 0;
	width: 60%;
	height: 4px;
	background: #fff;
	border-radius: 2px;
}
.wrap .btn_menu:hover {
	background: #FFC943;
}

/* ==========================================================================
	head
========================================================================== */
.head .app, .head h1, .head .logo {
	position: absolute;
	left: 50%;
}

.head {
	position: relative;
	height: 880px;
}
.head .logo {
	top: 40px;
	margin-left: -210px;
}
.head .logo img {
	width: 470px;
}
.head h1 {
	top: 290px;
	margin-left: -277px;
}
.head h1 img {
	width: 600px;
}
.head .app {
	top: 670px;
	margin-left: -277px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 600px;
}
.head .app a {
	margin: 0 8px 8px 0;
}
.head .app a img {
	width: 180px;
	height: auto;
}
.head .app a:nth-child(3), .head .app a:last-child {
	margin-right: 0;
}

/* ==========================================================================
	page
========================================================================== */
.page {
	position: relative;
}
.page .pageBox {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -880px;
	padding: 20px;
	width: 1760px;
	background: #fff3e5;
	border: 14px #c8d989 solid;
}
.page .pageBox .main {
	padding-top: 80px;
	border: 6px #eed8c0 solid;
}

.page section {
	position: relative;
	margin: auto;
	width: 1320px;
}
.page section .mark {
	position: absolute;
	top: 55px;
}
.page section .no1, .page section .no3 {
	left: -302px;
}
.page section .no2 {
	right: -226px;
}
.page .line {
	margin: 100px auto;
	width: 93%;
	height: 30px;
	background-image: url("../images/line.png");
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.page .part1 {
	background-image: url("../images/elves_1.jpg");
	background-position: 720px 70px;
	background-repeat: no-repeat;
	background-size: 600px auto;
}
.page .part1 .content .info {
	width: 460px;
	padding-top: 80px;
	background-image: url("../images/bg_no1.gif");
}
.page .part1 .content .info h2 {
	color: #517047;
}
.page .part1 .content .info .treasure {
	margin: 25px auto 60px;
	font-size: 16px;
	text-align: center;
}
.page .part1 .content .info .treasure .date {
	margin-bottom: 13px;
	color: #fff;
	line-height: 36px;
	background: #eca325;
}
.page .part1 .content .info .treasure .title {
	color: #ffe4b9;
	line-height: 36px;
	background: #a47d5e;
}
.page .part1 .content .info .treasure .way {
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 20px 0;
	color: #ffe4b9;
	text-align: left;
	background: #674d36;
}
.page .part1 .content .info .treasure .way li {
	margin: 5px 0;
}
.page .part1 .content .drink .title {
	font-size: 21px;
	color: #6f6554;
	line-height: 55px;
	text-align: center;
	font-weight: 700;
	background: #d1c1aa;
}
.page .part1 .content .drink .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding: 20px 0 35px;
	background: #eee1d0;
}
.page .part1 .content .drink .text p .red {
	color: #e83200;
	font-weight: 700;
}
.page .part1 .content .drink .text p .green {
	color: #448c5a;
	font-weight: 700;
}
.page .part1 .content .drink .text p .redBg {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	background: #e83200;
}
.page .part2 {
	width: 1450px;
	background-image: url("../images/elves_2.jpg");
	background-position: 0 40px;
	background-repeat: no-repeat;
	background-size: 680px auto;
}
.page .part2 .content .info {
	margin-left: 370px;
	width: 460px;
	padding-top: 80px;
	background-image: url("../images/bg_no2.gif");
}
.page .part2 .content .info h2 {
	color: #804638;
}
.page .part2 .content .info .button {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	text-align: center;
}
.page .part2 .content .info .button .btn {
	width: 48.5%;
}
.page .part2 .content .info .button .btn a {
	position: relative;
	margin-bottom: 5px;
}
.page .part2 .content .info .button .btn a img {
	width: 100%;
}
.page .part2 .content .info .button .btn a span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	font-size: 21px;
	color: #fff;
	line-height: 30px;
}
.page .part2 .content .info .button .btn p {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.page .part2 .content .info .button .btn p .red {
	color: #b72f2f;
}
.page .part2 .content .info .button .btn p .blue {
	color: #3372b9;
}
.page .part2 .content .info .button .btn_7-11 a:hover span {
	color: #FFC97F;
}
.page .part2 .content .info .button .btn_fm a:hover span {
	color: #5DEFFF;
}
.page .part3 {
	background-image: url("../images/elves_3.jpg");
	background-position: 700px 40px;
	background-repeat: no-repeat;
	background-size: 620px auto;
}
.page .part3 .content {
	width: 850px;
	height: 680px;
}
.page .part3 .content .info {
	width: 460px;
	padding-top: 80px;
	background-image: url("../images/bg_no3.gif");
}
.page .part3 .content .info h2 {
	color: #f4ad05;
}
.page .part3 .content .info .button {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.page .part3 .content .info .button a {
	width: 48%;
	height: 60px;
	font-size: 21px;
	color: #fff;
	line-height: 58px;
	text-align: center;
	border-radius: 8px;
}
.page .part3 .content .info .button a:first-child {
	background: #c07a56;
}
.page .part3 .content .info .button a:last-child {
	background: #b33b3c;
}
.page .part3 .content .info .button a:hover {
	color: #FFED6B;
}
.page .part3 .content .info .button a:hover:first-child {
	background: #A65C3A;
}
.page .part3 .content .info .button a:hover:last-child {
	background: #8B3637;
}

/* ==========================================================================
	note
========================================================================== */
.note {
	margin: 50px auto;
	width: 860px;
	color: #f8e8d9;
}
.note h2 {
	position: relative;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 40px;
}
.note h2 span {
	position: relative;
	display: block;
	margin: auto;
	padding: 0 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	background: #936950;
}
.note h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 2px;
	background: #f8e8d9;
}
.note ol li {
	font-size: 16px;
	line-height: 26px;
}
.note ol li span {
	color: #ffd163;
}

/* ==========================================================================
	footer
========================================================================== */
footer {
	padding: 50px 20px 35px;
	font-size: 12px;
	text-align: center;
	background: #3f624a;
}
footer .appBox {
	display: inline-flex;
	align-items: center;
}
footer .appBox .appIcon {
	margin-right: 15px;
	width: 130px;
}
footer .appBox .appInfo h2 {
	margin-bottom: 15px;
	font-size: 60px;
	color: #fff;
	line-height: 60px;
}
footer .appBox .appInfo .app {
	display: flex;
}
footer .appBox .appInfo .app a {
	margin-right: 3px;
}
footer .appBox .appInfo .app a img {
	width: 120px;
	height: auto;
}
footer .appBox .appInfo .app a:last-child {
	margin-right: 0;
}
footer .icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 35px;
	width: 200px;
}
footer .icon a img {
	height: 55px;
	opacity: 0.4;
}
footer .icon a:hover img {
	opacity: 1;
}
footer .copyright {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #c3d0b7;
	line-height: 18px;
	text-align: left;
}
footer .copyright .logo_cr img {
	width: 170px;
}
footer .copyright .info {
	padding-top: 3px;
	margin: 0 30px;
	text-transform: uppercase;
}
footer .copyright .info .tel {
	color: #c3d0b7;
}
footer .copyright .info .link {
	display: inline-flex;
}
footer .copyright .info .link a {
	display: inline;
	padding: 0 15px;
	color: #c3d0b7;
	line-height: 12px;
}
footer .copyright .info .link a:nth-of-type(1) {
	padding-left: 0;
	border-right: 1px #c3d0b7 solid;
}
footer .copyright .info .link a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .copyright .R12 {
	display: inline-flex;
	align-items: center;
}
footer .copyright .R12 img {
	margin-right: 8px;
	width: 50px;
}
footer .copyright .R12 span {
	max-width: 373px;
}

/* ==========================================================================
	pop
========================================================================== */
.pop {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
}
.pop .popBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.pop .popBox .btn_close {
	position: relative;
	float: right;
	margin: -50px -50px 0 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px #DEE5B7 solid;
}
.pop .popBox .btn_close em {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60%;
	height: 3px;
	background: #DEE5B7;
}
.pop .popBox .btn_close em:first-child {
	transform: rotate(45deg);
}
.pop .popBox .btn_close em:last-child {
	transform: rotate(-45deg);
}
.pop .popBox .menu {
	margin-bottom: 50px;
}
.pop .popBox .menu a {
	font-size: 27px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	border-bottom: 1px #666 solid;
}
.pop .popBox .menu a:last-child {
	border-bottom-width: 0;
}
.pop .popBox .menu a:hover {
	color: #FD4;
}
.pop .popBox .btns {
	display: flex;
	justify-content: space-between;
}
.pop .popBox .btns a {
	width: 31%;
	height: 46px;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background: #5ea940;
	border-radius: 8px;
}
.pop .popBox .btns a:first-child {
	background: #dc7a39;
}
.pop .popBox .btns a:hover {
	color: #FD4;
	background: #4A7E33;
}
.pop .popBox .btns a:hover:first-child {
	background: #B64F20;
}

/* ==========================================================================
	RWD
========================================================================== */
@media screen and (max-width: 1366px) and (max-height: 688px) {
	.wrap {
		background-size: auto 700px;
	}

	.head {
		height: 620px;
	}
	.head .logo {
		top: 20px;
		margin-left: -190px;
	}
	.head .logo img {
		width: 400px;
	}
	.head h1 {
		top: 200px;
		margin-left: -220px;
	}
	.head h1 img {
		width: 460px;
	}
	.head .app {
		top: 480px;
		margin-left: -245px;
		width: 510px;
	}
	.head .app a img {
		width: 160px;
	}

	.page .pageBox {
		margin-left: -630px;
		width: 1260px;
	}
	.page .pageBox .main {
		padding-top: 50px;
	}
	.page section {
		width: 1140px;
	}
	.page section .mark {
		width: 400px;
	}
	.page section .no1, .page section .no3 {
		left: -270px;
	}
	.page section .no2 {
		right: -270px;
	}
	.page .part3 .content .info, .page .part2 .content .info, .page .part1 .content .info {
		width: 350px;
		padding-top: 55px;
		background-size: 40% auto;
	}
	.page .part1 {
		background-position: 520px 100px;
	}
	.page .part1 .content .info .treasure {
		margin: 20px auto 40px;
	}
	.page .part2 {
		width: 1140px;
		background-position: 0 50px;
		background-size: 630px auto;
	}
	.page .part2 .content .info {
		margin-left: 470px;
	}
	.page .part2 .content .info .button .btn a span {
		height: 63%;
	}
	.page .part2 .content .info .button .btn p {
		font-size: 16px;
	}
	.page .part3 {
		background-position: 520px 0px;
		background-size: 600px auto;
	}
	.page .part3 .content {
		width: 820px;
		height: 620px;
	}
	.page .line {
		width: 92%;
		background-size: auto 63%;
	}

	footer {
		padding: 35px 0 25px;
	}
	footer .appBox .appIcon {
		margin-right: 12px;
		width: 115px;
	}
	footer .appBox .appInfo h2 {
		margin-bottom: 12px;
		font-size: 54px;
		line-height: 54px;
	}
	footer .appBox .appInfo .app a img {
		width: 102px;
	}
	footer .icon {
		margin: 50px auto 25px;
	}
}
@media screen and (max-width: 900px) {
	.page .part1 .content .info .treasure .date, .page .part1 .content .info .treasure .title, .topBar .barBox .bar_left .headName {
		font-family: "Noto Sans TC", Microsoft JhengHei;
	}

	.topBar {
		position: fixed;
		z-index: 9;
		top: 0;
		display: block;
		width: 100vw;
	}
	.topBar:before {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		width: 100%;
		height: 55px;
		background: rgba(255, 255, 255, 0.9);
		border-top: 5px #a3d46f solid;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
	}
	.topBar .barBox {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 0.5vw 0 1.5vw;
		height: 55px;
	}
	.topBar .barBox .bar_left {
		display: flex;
		align-items: flex-start;
		padding-top: 10px;
	}
	.topBar .barBox .bar_left .headIcon {
		margin-right: 7px;
	}
	.topBar .barBox .bar_left .headIcon img {
		width: 60px;
	}
	.topBar .barBox .bar_left .headName p:first-child {
		font-size: 24px;
		color: #4c6491;
		line-height: 27px;
		font-weight: 700;
	}
	.topBar .barBox .bar_left .headName p:last-child {
		font-size: 12px;
		color: #666;
		line-height: 15px;
	}
	.topBar .barBox .bar_right {
		display: inline-flex;
		align-items: center;
		height: 60px;
	}
	.topBar .barBox .bar_right .bar_btn_register,
.topBar .barBox .bar_right .bar_btn_download {
		margin-right: 2px;
		width: 80px;
		height: 33px;
		font-size: 16px;
		color: #fff;
		line-height: 35px;
		text-align: center;
		background: #4c6491;
		border-radius: 4px;
	}
	.topBar .barBox .bar_right .btn_menu {
		position: relative;
		z-index: 21;
		width: 46px;
		height: 46px;
	}
	.topBar .barBox .bar_right .btn_menu em {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 30px;
		height: 3px;
		background: #4c6491;
	}
	.topBar .barBox .bar_right .btn_menu em.light {
		background: #ffffff;
	}
	.topBar .barBox .bar_right .btn_menu em:nth-child(1) {
		top: 12px;
	}
	.topBar .barBox .bar_right .btn_menu em:nth-child(2) {
		top: 22px;
	}
	.topBar .barBox .bar_right .btn_menu em:nth-child(3) {
		top: 32px;
	}

	.wrap {
		min-width: auto;
		background-image: url("../images/bg_m.jpg");
		background-size: 100% auto;
	}
	.wrap .btn_menu {
		display: none;
	}
	.wrap .topBar {
		display: block;
	}

	.head .app, .head h1, .head .logo {
		left: 0;
		right: 0;
		margin: auto;
	}

	.note, .page .pageBox {
		width: 94%;
		max-width: 560px;
	}

	.head {
		height: 135vw;
	}
	.head .logo {
		top: calc(55px + 2vw);
		width: 50vw;
	}
	.head .logo img {
		width: 50vw;
	}
	.head h1 {
		top: 78vw;
		text-align: center;
	}
	.head h1 img {
		width: 70vw;
		max-width: 500px;
	}
	.head .app {
		top: auto;
		bottom: 4vw;
		margin: auto;
		width: 100%;
	}
	.head .app a {
		margin-bottom: 0;
	}
	.head .app a img {
		width: 33vw;
		max-width: 170px;
		min-width: 100px;
	}

	.page section {
		width: 100%;
	}
	.page section .mark {
		top: 5px;
		width: 340px;
	}
	.page section .no1, .page section .no3 {
		left: -260px;
	}
	.page section .no2 {
		right: -260px;
	}
	.page .pageBox {
		position: relative;
		top: auto;
		left: auto;
		margin: auto;
		padding: 10px;
		border-width: 8px;
	}
	.page .pageBox .main {
		padding-top: 1vw;
		border-width: 4px;
	}
	.page .part3 .content .info, .page .part2 .content .info, .page .part1 .content .info {
		padding-top: 0;
		width: 100%;
		background-image: none;
	}
	.page .part3 .content .info h2 span, .page .part2 .content .info h2 span, .page .part1 .content .info h2 span {
		margin-bottom: 0;
	}
	.page .part1 {
		background-position: center 130px;
		background-size: 80% auto;
	}
	.page .part1 .mark {
		top: 35px;
	}
	.page .part1 .content {
		width: 86%;
	}
	.page .part1 .content .info {
		padding-top: 30px;
	}
	.page .part1 .content .info h3 {
		margin: 380px auto 15px;
	}
	.page .part1 .content .info .treasure {
		margin: 25px auto;
	}
	.page .part1 .content .info .treasure .date, .page .part1 .content .info .treasure .title {
		font-size: 18px;
	}
	.page .part1 .content .drink .title {
		font-size: 18px;
		line-height: 40px;
	}
	.page .part1 .content .drink .text {
		padding: 3vw 2.5vw 2.5vw;
	}
	.page .part1 .content .drink .text img {
		order: 2;
		width: 100%;
		height: auto;
	}
	.page .part1 .content .drink .text p {
		order: 1;
		margin-bottom: 3.5vw;
	}
	.page .part2 {
		width: 100%;
		background-position: 2vw 165px;
		background-size: 88% auto;
	}
	.page .part2 .content {
		width: 86%;
	}
	.page .part2 .content .info {
		margin-left: auto;
	}
	.page .part2 .content .info h3 {
		margin: 390px auto 15px;
	}
	.page .part3 {
		background-position: 8vw 130px;
		background-size: 85% auto;
	}
	.page .part3 .content {
		width: 86%;
		height: auto;
	}
	.page .part3 .content .info h3 {
		margin: 450px auto 15px;
	}
	.page .part3 .content .info .button {
		margin-top: 0;
		padding: 15px 0 40px;
	}
	.page .line {
		margin: 40px auto;
		height: 2.5vw;
		min-height: 10px;
	}

	.note h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.note h2:before {
		width: 65%;
	}

	footer {
		padding: 40px 15px;
	}
	footer .appBox .appIcon {
		margin-right: 10px;
		width: 100px;
	}
	footer .appBox .appInfo h2 {
		margin-bottom: 10px;
		font-size: 38px;
		line-height: 38px;
	}
	footer .appBox .appInfo .app {
		justify-content: space-between;
	}
	footer .appBox .appInfo .app a {
		margin: 0;
	}
	footer .appBox .appInfo .app a img {
		width: 150px;
	}
	footer .icon {
		margin: 40px auto 25px;
	}
	footer .copyright {
		display: block;
		text-align: center;
	}
	footer .copyright .logo_cr img {
		margin: auto;
	}
	footer .copyright .info {
		padding-top: 0;
		margin: 10px 0 20px;
	}
	footer .copyright .R12 {
		text-align: left;
	}

	.pop {
		display: block;
		right: -100vw;
		overflow: auto;
		transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.pop .popBox {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
	}
	.pop .popBox .btn_close {
		position: absolute;
		top: 20px;
		right: 20px;
		margin: auto;
	}
	.pop .popBox .menu {
		padding-top: 35%;
		margin: 0 auto 50px;
		width: 80vw;
		max-width: 350px;
	}
	.pop .popBox .menu a {
		font-size: 24px;
		line-height: 80px;
	}
	.pop .popBox .btns {
		margin: auto;
		width: 80vw;
		max-width: 400px;
	}
	.pop .popBox .btns a {
		width: 32%;
		font-size: 16px;
	}
	.pop.open {
		display: block;
		right: 0;
	}
}
@media screen and (max-width: 900px) and (min-width: 601px) {
	.head h1 {
		top: 85vw;
	}
}
@media screen and (max-width: 600px) {
	.page .part3 .content .info h2, .page .part2 .content .info h2, .page .part1 .content .info h2 {
		font-size: 9vw;
		line-height: 10vw;
	}
	.page .part3 .content .info h2 span, .page .part2 .content .info h2 span, .page .part1 .content .info h2 span {
		font-size: 4.5vw;
		line-height: 4.5vw;
	}

	.page .part3 .content .info h3, .page .part2 .content .info h3, .page .part1 .content .info h3 {
		margin: 64vw auto 15px;
	}

	.page .pageBox {
		padding: 5px;
		border-width: 6px;
	}
	.page .pageBox .main {
		border-width: 2px;
	}
	.page section .mark {
		top: 1vw;
		width: 57vw;
	}
	.page section .no1, .page section .no3 {
		left: -43vw;
	}
	.page section .no2 {
		right: -43vw;
	}
	.page .part1 {
		background-position: center 22vw;
	}
	.page .part1 .mark {
		top: 6vw;
	}
	.page .part1 .content .info {
		padding-top: 5vw;
	}
	.page .part1 .content .info .treasure .date {
		padding: 9px 7px;
		font-size: 16px;
		line-height: 21px;
	}
	.page .part1 .content .info .treasure .title {
		height: 38px;
		font-size: 16px;
		line-height: 36px;
	}
	.page .part1 .content .info .treasure .way {
		padding: 20px 15px;
	}
	.page .part1 .content .info .treasure .way li {
		line-height: 21px;
	}
	.page .part1 .content .drink .title {
		height: 38px;
		font-size: 16px;
		line-height: 36px;
	}
	.page .part1 .content .drink .text {
		padding: 15px;
	}
	.page .part2 {
		background-position: 2vw 27vw;
	}
	.page .part2 .content .info .button .btn a span {
		font-size: 18px;
		line-height: 24px;
	}
	.page .part2 .content .info .button .btn p {
		font-size: 16px;
		line-height: 21px;
	}
	.page .part3 {
		background-position: 10vw 22vw;
	}
	.page .part3 .content .info h3 {
		margin-top: 78vw;
	}
	.page .part3 .content .info .button {
		padding: 15px 0 10vw;
	}
	.page .part3 .content .info .button a {
		height: 50px;
		font-size: 18px;
		line-height: 48px;
	}

	.note {
		margin: 9vw auto;
		width: 82%;
	}
}
@media screen and (max-width: 480px) {
	.topBar .barBox {
		padding-right: 0;
	}

	footer {
		padding: 7vw 26px;
	}
	footer .appBox .appIcon {
		width: 17vw;
	}
	footer .appBox .appInfo h2 {
		margin-bottom: 1.5vw;
		font-size: 6.5vw;
		line-height: 6.5vw;
	}
	footer .appBox .appInfo .app {
		justify-content: space-between;
		width: 52.5vw;
	}
	footer .appBox .appInfo .app a img {
		width: calc(51.5vw / 2);
	}
	footer .icon {
		margin: 8vw auto 6vw;
		width: 44vw;
		min-width: 160px;
	}
	footer .icon a img {
		height: 12vw;
		min-height: 45px;
	}
	footer .copyright .logo_cr img {
		width: 34vw;
		min-width: 140px;
		max-width: 180px;
	}
	footer .copyright .info {
		margin: 3vw 0 5vw;
	}
	footer .copyright .info .link {
		margin-top: 10px;
	}
	footer .copyright .R12 {
		align-items: self-start;
		font-size: 2.5vw;
		line-height: 12.5px;
	}
	footer .copyright .R12 img {
		width: 36px;
	}
	footer .copyright .R12 span {
		width: auto;
	}
}
@media screen and (max-width: 420px) {
	.page .part3 .content .info h3, .page .part2 .content .info h3, .page .part1 .content .info h3 {
		margin-bottom: 10px;
		width: 100px;
		height: 28px;
		font-size: 16px;
		line-height: 26px;
		border-radius: 5px;
	}

	.page .part3 .content .info p, .page .part2 .content .info p, .page .part1 .content .drink .text p, .page .part1 .content .info .treasure .way, .page .part1 .content .info p {
		font-size: 15px;
		line-height: 23px;
	}

	.page .part2 .content .info .button {
		flex-wrap: wrap;
		justify-content: center;
	}
	.page .part2 .content .info .button .btn {
		width: 80%;
	}
	.page .part2 .content .info .button .btn a span {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
	.page .part2 .content .info .button .btn_7-11 {
		margin-bottom: 7vw;
	}
	.page .part3 .content .info h3 {
		margin-top: 76vw;
	}
	.note {
		width: 86%;
	}
	.note h2 {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 24px;
	}
	.note h2 span {
		padding: 0px 10px;
	}
	.note ol li {
		font-size: 14px;
		line-height: 24px;
	}

	.pop .popBox .btn_close {
		top: 12px;
		right: 12px;
		width: 42px;
		height: 42px;
	}
	.pop .popBox .menu {
		padding-top: 22vw;
		margin-bottom: 10px;
	}
	.pop .popBox .menu a {
		font-size: 19px;
		line-height: 80px;
	}
	.pop .popBox .btns {
		flex-wrap: wrap;
		width: 60vw;
	}
	.pop .popBox .btns a {
		width: 100%;
		margin-top: 15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 860px) and (max-height: 480px) and (orientation: landscape) {
	.pop .popBox .btn_close {
		top: 12px;
		right: 12px;
		width: 42px;
		height: 42px;
	}
	.pop .popBox .menu {
		padding-top: 7vw;
		margin-bottom: 3vw;
		max-width: 300px;
	}
	.pop .popBox .menu a {
		font-size: 21px;
		line-height: 9.5vw;
	}
	.pop .popBox .btns a {
		width: 31.5%;
		height: 40px;
		line-height: 42px;
	}
}
@media screen and (min-width: 800px) and (max-height: 375px) and (orientation: landscape) {
	.pop .popBox {
		padding-bottom: 5vw;
	}
	.pop .popBox .menu {
		padding-top: 4vw;
	}
}