@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")bottom center repeat-y fixed;
	scroll-behavior: smooth;
}

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

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

	html:before {
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("../images/bg_fixed.jpg")center 0 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: block;
		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;
}

.kv_tt {
	top: calc((172 / 1920) * 100%);
	left: calc((890 / 1920) * 100%);
	width: calc((563 / 1920)* 100%);
	animation: fadeIn 5s;
	animation-delay: .1s;
	animation-fill-mode: backwards;
}

.kv_promotion {
	top: calc((1338 / 1920) * 100%);
	left: calc((1159 / 1920) * 100%);
	width: calc((170 / 1920)* 100%);
	animation: fadeInUp 2s;
	animation-delay: .5s;
	animation-fill-mode: backwards;
}

.kv_deco1 {
	top: calc((1250 / 1920) * 100%);
	left: calc((146 / 1920) * 100%);
	width: calc((50 / 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((312 / 1920) * 100%);
	left: calc((771 / 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;
}

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

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

.kv_deco5 {
	top: calc((650 / 1920) * 100%);
	left: calc((1787 / 1920) * 100%);
	width: calc((66 / 1920)* 100%);
	animation-name: float_A;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-delay: -.5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

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

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

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

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



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

.block_1 {
	margin-top: 80px;
}

.block_8 {
	margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
	.blk {
		margin: 3vw auto 0px;
	}

	.block_1 {
		margin-top: 3vw;
	}

	.block_8 {
		margin-bottom: 6vw;
	}
}



/*文字標題*/
big {
	color: #0d99b0;
}

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

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

.btt {
	background: url("../images/btt_bg.png")bottom center no-repeat;
	width: 100%;
	height: 220px;
	margin: 20px auto;
}

.btt h2 {
	font-size: 6rem;
	line-height: 8rem;
	color: #0d99b0;
	letter-spacing: 2px;
}

.btt h2 p {
	font-size: 3rem;
	color: #fff;
	padding: 25px 0 0;
}

.block_6 .btt h2,
.block_7 .btt h2 {
	font-size: 5.1rem;
	line-height: 8rem;
}

@media screen and (max-width: 991px) {
	.btt {
		background-size: contain;
		width: 100%;
		height: 35vw;
		margin: 2vw auto 5vw;
	}

	.btt h2 {
		font-size: 4.5rem;
		line-height: 5rem;
		letter-spacing: 0px;
	}

	.btt h2 p {
		font-size: 2.3rem;
		padding: 5vw 0 0;
	}

	.block_6 .btt h2,
	.block_7 .btt h2 {
		font-size: 3.7rem;
		line-height: 5.3rem;
	}

	.block_6 .btt h2 p,
	.block_7 .btt h2 p {
		padding: 3.8vw 0 0;
	}

}



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

.round_3p,
.alternate,
.hightlight,
.round_5p {
	margin: 20px auto;
}

.alternate ul:nth-child(even) {
	margin: -102px auto 20px;
}

.keywordC .round_5p img {
	background: #fff;
}

.keywordC .round_5p img {
	border: 4px solid #fff650;
}

.keywordC .round_5p .font {
	background: url("../images/bg_color1.jpg");
	color: #0d99b0;
}

.keywordC .font p {
	font-size: 1rem;
}

.hightlight li,
.alternate li,
.banner img {
	border-radius: 15px;
}

.hightlight img {
	border-radius: 15px 15px 0 0;
}

.hightlight .font h4,
.round_3p .font h4 {
	background: url("../images/bg_color1.jpg");
	color: #0d99b0;
}

.round_3p img {
	background: #fff;
	border: 4px solid #fff;
}

.round_3p .font p,
.round_3p .font .price {
	color: #fff;
}

.round_3p .font .price big {
	color: #fff650;
}

.alternate ul:nth-child(odd) li:first-child {
	background: url("../images/bg_color1.jpg");
	border-radius: 100px 20px 20px;
}

.alternate ul:nth-child(even) li:last-child {
	background: url("../images/bg_color1.jpg");
	border-radius: 20px 20px 100px;
}

.alternate ul:nth-child(odd) li:first-child .font h4,
.alternate ul:nth-child(even) li:last-child .font h4,
.alternate .font h4,
.alternate ul:nth-child(odd) li:first-child .font .price big,
.alternate ul:nth-child(even) li:last-child .font .price big{
	color: #0d99b0;
}

.alternate .font p,
.alternate ul:nth-child(odd) li:first-child .font .price,
.alternate ul:nth-child(even) li:last-child .font .price {
	color: #222;
}

@media screen and (max-width: 991px) {
	.round_3p {
		margin: 5vw auto;
	}

	.alternate,
	.hightlight,
	.round_5p {
		margin: 2vw auto;
	}

	.alternate ul:nth-child(even) {
		margin: auto;
	}

	.keywordC {
		padding-bottom: 0;
	}

	.keywordC .round_5p li {
		width: 40vw;
		margin: 0 0 4vw;
	}

	.keywordC .round_5p .font {
		width: 85%;
		padding: 2vw 5vw;
		top: 90%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.alternate ul:nth-child(odd) li:first-child {
		border-radius: 60px 20px 20px;
	}

	.alternate ul:nth-child(even) li:last-child {
		border-radius: 20px 20px 60px;
	}
}



/*波段促案*/
.promotion {
	background: url(../images/bg_color1.jpg);
	width: 100%;
	padding: 1px 0 0;
	transform-style: preserve-3d;
}

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

.promotion li {
	width: 1100px;
	margin: 0px auto 20px;
}

.promotion img {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.promotion {
		margin: 0 auto 10vw;
		padding: 1vw 0 0;
	}

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

	.promotion li {
		width: 100%;
		margin: 0 auto 2vw;
	}

	.promotion img {
		padding: 0 2vw;
	}
}



/*more按鈕*/
.morebtn {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.morebtn a {
	color: #0d99b0;
	background: url("../images/bg_color1.jpg");
	border-radius: 99em;
	padding: 6px 10px 8px 12px;
	position: absolute;
	top: -80px;
	right: 270px;
	font-size: 1.3rem;
	letter-spacing: 0;
	transition: .5s;
}

.morebtn a:hover {
	color: #222;
}

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

	.morebtn {
		width: 100%;
		height: 5vw;
	}

	.morebtn a {
		top: 1vw;
		right: 50%;
		font-size: 1.2rem;
		padding: 1vw 2vw 1.5vw 3vw;
		transform: translate(50%, -50%);
	}
}



/*按鈕*/
.gobtn {
	margin: 20px auto 80px;
}

.gobtn a {
	text-align: center;
	width: 310px;
	height: 80px;
	display: block;
	background: url("../images/bg_color1.jpg");
	line-height: 1.5;
	margin: 0 auto;
	border-radius: 999em;
	border: 1px solid #006270;
	color: #0d99b0;
	box-shadow: 0 7px #006270;
	transition: .2s;
	font-size: 2.9rem;
}

.gobtn a:hover {
	filter: brightness(70%);
	transform: translateY(4px);
	box-shadow: 0 2px #006270;
}

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

	.gobtn a {
		text-align: center;
		width: 60vw;
		height: auto;
		line-height: 3.2rem;
		font-size: 2.5rem;
		padding-bottom: 2.4vw;
	}
}










/*--  nav 選單 固定側邊--*/
@media only screen and (min-width: 992px) {
	.menustyle2 {
		width: 130px;
		display: flex;
		flex-wrap: wrap;
		background: url("../images/bg_color2.jpg");
		z-index: 999;
		height: auto;
		position: fixed;
		top: 180px;
		right: 0px;
		border-radius: 15px 0 0 15px;
		border: 2px solid #0d99b0;
		border-right: 0px solid #0d99b0;
	}

	.menustyle2 ul {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding: 10px 5px;
		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;
		font-weight: 700;
		color: #006270;
		display: flex;
		width: fit-content;
		justify-content: center;
		align-items: center;
		padding: 8px 15px 10px;
		margin: 1px auto;
		flex-direction: column;
		line-height: 1;
		border-radius: 999em;
		text-align: center;
	}

	.menustyle2 a br {
		display: block;
	}

	.menustyle2 ul li a:hover {
		color: #fff650 !important;
		background: #006270;
		transform: scale(1);
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		color: #fff650 !important;
		background: #006270;
		border-radius: 999em;
	}
}

@media screen and (max-width: 991px) {
	.menustyle2 ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.menustyle2::-webkit-scrollbar {
		display: none;
	}

	.menustyle2 {
		width: 100%;
		z-index: 999;
		padding: 2vw 1vw;
		display: block;
		background: url("../images/bg_color2.jpg");
		border-bottom: 1.5px solid #0d99b0;
		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;
	}

	.menustyle2 ul {
		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;
		font-weight: 700;
		letter-spacing: 0px;
		color: #006270;
		box-sizing: border-box;
		padding: 1.5vw 2.5vw 2vw;
	}

	.menustyle2 a br {
		display: none;
	}

	.menustyle2 ul li a:hover {
		color: #fff650 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #006270;
		border-radius: 999em;
	}

	.menustyle2 ul .active {
		color: #fff650 !important;
		width: 100%;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #006270;
		border-radius: 999em;
	}

	.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: -40px;
	}
}


/*--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;
	}
}