@charset "utf-8";

/* CSS Document */
/* ---reset.css--- */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	background: url("../images/bg_fixed.jpg") top center no-repeat fixed, #581c30;
	scroll-behavior: smooth;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	html {
		background: #213750;
	}

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.jpg")center no-repeat;
		background-size: cover;
	}
}


/* PC */
.WRAPPER {
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.WRAPPER {
		min-width: 100%;
	}

}

.container {
	overflow: hidden;
	background: url("../images/side_deco.png") top center repeat-y;
}

.topbox {
	position: relative;
	width: 1200px;
	margin: auto;
}

.kv_pc {
	width: 100%;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 1920px;
	margin: auto;
	flex-wrap: wrap-reverse;
}

.kv_pc img {
	/* display: block; */
	text-align: center;
}

.kv_m {
	display: none;
}

/* .kv_m img {
	display: block;
} */

.kv_m a {
	font-size: 0;
	/* display: block; */
}

.for_pc {
	display: block;
}

.for_m {
	display: none;
}

/* m */
@media screen and (max-width: 991px) {
	.kv_m {
		display: flex;
		width: 100%;
	}

	.kv_m img {
		width: 100%;
	}

	.kv_pc {
		display: none;
	}

	.container {
		width: 100%;
		min-width: auto;
	}

	.for_pc {
		display: none;
	}

	.for_m {
		display: block;
	}
}


/*主視覺動畫*/
.kv_bg {
	width: 100%;
}

.kvdeco {
	position: absolute !important;
}

.kv_tt1 {
	top: calc((174 / 1920) * 100%);
	left: calc((454 / 1920) * 100%);
	width: calc((123 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: .6s;
	animation-fill-mode: backwards;
}

.kv_tt2 {
	top: calc((176 / 1920) * 100%);
	left: calc((734 / 1920) * 100%);
	width: calc((105 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_tt3 {
	top: calc((180 / 1920) * 100%);
	left: calc((868 / 1920) * 100%);
	width: calc((124 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_tt4 {
	top: calc((609 / 1920) * 100%);
	left: calc((599 / 1920) * 100%);
	width: calc((115 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: .3s;
	animation-fill-mode: backwards;
}

.kv_tt5 {
	top: calc((599 / 1920) * 100%);
	left: calc((731 / 1920) * 100%);
	width: calc((121 / 1920)* 100%);
	animation: fadeIn 4s;
	animation-delay: 0s;
	animation-fill-mode: backwards;
}

.kv_stt {
	top: calc((1064 / 1920) * 100%);
	left: calc((459 / 1920) * 100%);
	width: calc((607 / 1920)* 100%);
	animation: fadeIn 6s;
	animation-delay: 1.2s;
	animation-fill-mode: backwards;
}

.kv_deco1 {
	top: calc((1048 / 1920) * 100%);
	left: calc((51 / 1920) * 100%);
	width: calc((40 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco2 {
	top: calc((1644 / 1920) * 100%);
	left: calc((348 / 1920) * 100%);
	width: calc((48 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco3 {
	top: calc((1289 / 1920) * 100%);
	left: calc((798 / 1920) * 100%);
	width: calc((147 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco4 {
	top: calc((1708 / 1920) * 100%);
	left: calc((935 / 1920) * 100%);
	width: calc((43 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco5 {
	top: calc((1477 / 1920) * 100%);
	left: calc((978 / 1920) * 100%);
	width: calc((48 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco6 {
	top: calc((1174 / 1920) * 100%);
	left: calc((1137 / 1920) * 100%);
	width: calc((46 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco7 {
	top: calc((1429 / 1920) * 100%);
	left: calc((1219 / 1920) * 100%);
	width: calc((49 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco8 {
	top: calc((289 / 1920) * 100%);
	left: calc((1458 / 1920) * 100%);
	width: calc((47 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco9 {
	top: calc((325 / 1920) * 100%);
	left: calc((1597 / 1920) * 100%);
	width: calc((59 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco10 {
	top: calc((1651 / 1920) * 100%);
	left: calc((1564 / 1920) * 100%);
	width: calc((43 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco11 {
	top: calc((1497 / 1920) * 100%);
	left: calc((1746 / 1920) * 100%);
	width: calc((37 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.kv_deco12 {
	top: calc((1206 / 1920) * 100%);
	left: calc((1826 / 1920) * 100%);
	width: calc((42 / 1920)* 100%);
	animation-name: float_B;
	animation-timing-function: ease-in-out;
	animation-duration: 2s;
	animation-delay: -1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes float_A {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(10%);
	}
}

@keyframes float_B {
	0% {
		transform: translateY(0%);
	}

	100% {
		transform: translateY(14%);
	}
}


/* 區塊 */
.blk {
	margin: 0 auto 40px;

}

.block_0 {
	background: url("../images/bg_color3.jpg");
	padding: 5px 0 0;
	margin: 0 auto 180px;
	transform-style: preserve-3d;
}

.block_0::after {
	content: '';
	max-width: 1920px;
	margin: -180px auto 0;
	background: url("../images/blk0_af.png")center top no-repeat;
	height: 137px;
	display: flex;
	top: 137px;
	position: relative;
	pointer-events: none;
	transform: translateZ(-1px);
}

@media screen and (max-width: 991px) {

	.blk {
		margin: 0vw auto 3vw;

	}

	.block_0 {
		margin: 0 auto 15vw;
		padding: 2vw 0 0;
	}

	.block_0::after {
		content: '';
		margin: -16vw auto 0;
		background: url("../images/blk0_af.png") center top no-repeat;
		background-size: 160%;
		height: 12vw;
		display: flex;
		top: 12vw;
		position: relative;
	}
}


/*文字標題*/
@font-face {
	font-family: HCR_Batang-LVT;
	src: url("https://events.eslite.com/font/HCR_Batang-LVT_은 돋움.ttf");
}

h2,
h3,
.menustyle2 ul li a,
.subtitle .more {
	font-family: HCR_Batang-LVT;
}

big {
	color: #e24444;
}

.btt {
	background: url("../images/btt_bg.png")bottom center no-repeat;
	width: 100%;
	height: 165px;
	align-items: center;
}

.btt h2 {
	font-size: 4.5rem;
	color: #fff;
	letter-spacing: 2px;
}

.btt h2 p {
	font-size: 1.6rem;
	border-top: 1px solid #fff;
	padding: 10px 60px;
	margin-top: 15px;
}

.subtitle {
	margin: 20px auto;
}

.subtitle h3 {
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 2px;
	border-left: solid 0px #e38053;
}

.subtitle h3::before {
	background-image: url("../images/stt_deco1.png");
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: -10px;
	content: "";
}

.subtitle .more {
	background: url("../images/bg_color1.jpg");
	border-radius: 99rem;
	padding: 8px 12px 10px;
	top: 5px;
}

.subtitle .more a {
	color: #581c30;
}

.half ul h3 {
	color: #581c30;
}

.half ul h3::before {
	background-image: url("../images/stt_deco2.png");
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: -8px;
	content: "";
}

.half ul h3::after {
	background-image: url("../images/stt_deco2.png");
	background-size: contain;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: -8px;
	content: "";
}

.warning_words {
	margin: 10px auto 0px;
	display: flex;
	justify-content: center;
}

.warning_words p {
	color: #000;
	font-size: .8rem;
	text-align: center;
}

@media screen and (max-width: 991px) {

	.btt {
		background-size: contain;
		width: 100%;
		height: 18vw;
		align-items: center;
		margin: 3vw auto 2vw;
	}

	.btt h2 {
		font-size: 2.2rem;
		letter-spacing: 1px;
	}

	.btt h2 p {
		font-size: 1rem;
		padding: .2vw 7vw;
		margin-top: 1.5vw;
		letter-spacing: 1px;
	}

	.subtitle {
		margin: 2vw auto;
	}

	.subtitle h3 {
		font-size: 1.8rem;
		letter-spacing: 1px;
		padding: 0 0 0 1vw;
	}

	.subtitle h3::before {
		background-image: url("../images/stt_deco1.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-right: 1vw;
		margin-bottom: -1.5vw;
		content: "";
	}

	.subtitle .more {
		background: url("../images/bg_color1.jpg");
		border-radius: 99rem;
		padding: .8vw 3vw 1.5vw;
		top: 2.5vw;
		right: 3vw;
	}

	.subtitle .more a {
		font-size: .9rem;
	}

	.half ul h3 {
		font-size: 1.8rem;
	}

	.half ul h3::before {
		background-image: url("../images/stt_deco2.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-right: 1vw;
		margin-bottom: -1.5vw;
		content: "";
	}

	.half ul h3::after {
		background-image: url("../images/stt_deco2.png");
		background-size: contain;
		display: inline-block;
		width: 7vw;
		height: 7vw;
		margin-left: 1vw;
		margin-bottom: -1.5vw;
		content: "";
	}

	.warning_words {
		margin: 1vw 3vw 2vw;
	}

	.warning_words p {
		text-align: center;
		line-height: 1.3;
	}
}


/*元件調整*/
.banner {
	padding: 0;
}

.hightlight,
.photograph,
.magazine,
.rectangle_3p {
	margin: 20px auto;
}

.half ul,
.magazine ul {
	background: url("../images/bg_color2.jpg");
	border-radius: 20px;
	border: 0px solid #fff;
}

.hightlight .font h4 {
	background: url("../images/bg_color3.jpg");
}

.rectangle_3p .font h4 {
	color: #e24444;
}

.hightlight img {
	object-fit: contain;
}

@media screen and (max-width: 991px) {

	.half ul {
		margin: 1vw;
		padding: 1vw 0;
	}

	.hightlight,
	.photograph,
	.magazine,
	.rectangle_3p {
		margin: 2vw auto;
	}

	.half ul,
	.magazine ul {
		border-radius: 10px;
	}
}


/*promotion*/
.block_0 ul {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.block_0 ul li img {
	width: 100%;
}


@media screen and (max-width: 991px) {
	.block_0 ul {
		width: 97%;
		margin: 1vw auto;
		padding: 0;
	}

	.block_0 ul.link_b li {
		width: 31vw;
	}

	.block_0 ul.link_c li {
		width: 100vw;
		margin: 0 auto .7vw;
	}


}


/*輪播統一設定*/
.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
	.slider {
		margin: 2vw auto !important;
	}

	.slick-dotted.slick-slider {
		padding-bottom: 2vw !important;
	}
}


/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 115px;
		display: flex;
		flex-wrap: wrap;
		background: url("../images/bg_color1.jpg");
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 10px;
		border-radius: 999em;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 25px 0px;
		flex-wrap: wrap;
	}

	.menustyle2 ul li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menustyle2 ul li a {
		text-decoration: none;
		font-size: 1rem;
		color: #581c30;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 6px 12px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1.2;
		font-weight: 700;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #eee6d0 !important;
		background: url("../images/bg_color3.jpg");
		transform: scale(1);
		border-radius: 99em;
	}

	.menustyle2 ul .active {
		color: #eee6d0 !important;
		background: url("../images/bg_color3.jpg");
		border-radius: 99em;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: url("../images/bg_color1.jpg");
		flex-direction: column;
		flex-wrap: wrap;
		position: absolute;
		overflow-x: auto;
		justify-content: center;
		white-space: nowrap;
		webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		height: auto;
		border-bottom: 1.5px solid #581c30;
	}

	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		flex-wrap: nowrap;
		display: flex;
	}

	.menustyle2 ul li {
		width: fit-content;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.menustyle2 ul li a {
		font-size: 1rem;
		letter-spacing: 0px;
		color: #581c30;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw 2vw;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: #eee6d0 !important;
		background: url("../images/bg_color3.jpg");
	}

	.menustyle2 ul .active {
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		border-radius: 999em;
		color: #eee6d0 !important;
		background: url("../images/bg_color3.jpg");
	}

	.sticky {
		position: fixed;
		top: 0;
	}
}


/*手機版選單下滑出現*/
@media screen and (max-width: 991px) {
	#TopMenu2 {
		transition: background-color 1s, opacity 1s, visibility 1s;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
		position: absolute;
		top: 0;
	}

	#TopMenu2.show {
		opacity: 1;
		visibility: visible;
		position: fixed;
		top: 0;
	}
}


/*--  錨點微調--*/
.target-fix {
	position: relative;
	top: 0px;
	display: block;
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.target-fix {
		top: -12vw;
	}
}


/*--goto top--*/
#gotop {
	display: inline-block;
	background-color: #000;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	margin: 30px;
}

#gotop::after {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	opacity: 0.5;
	background: url("../images/top.png") center no-repeat;
	background-size: 50%;
	background-position: 85% 35%;
}

#gotop:hover {
	cursor: pointer;
	background-color: #666;
}

#gotop:active {
	background-color: #ccc;
}

#gotop.show {
	opacity: 0.4;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	#gotop {
		bottom: 70px;
		right: 0;
		margin: 2vw;
	}
}


/* share url */
#share {
	display: inline-block;
	background-color: #000;
	opacity: 0.4;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 50px;
	right: 0px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	z-index: 1000;
	margin: 30px;
}

#share::after {
	position: absolute;
	display: block;
	font-family: FontAwesome;
	content: '　';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
	opacity: 0.5;
	background: url("../images/share.png") center no-repeat;
	background-size: 50%;
	background-position: 80% 35%;
}

#share:hover {
	cursor: pointer;
	background-color: #666;
}

#share:active {
	background-color: #666;
}

@media screen and (max-width: 991px) {
	#share {
		bottom: 115px;
		right: 0;
		margin: 2vw;
	}
}

@media screen and (max-width: 991px) {
	html {
		padding-bottom: 80px;
	}
}