* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-mox-box-sizing: border-box;
	-webit-box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 14px/1.15 'Microsoft Jhenghei', arial, sans-serif !important;
	color: #383838;
	background: #f2f2f2;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
}

*:focus {
	outline: none;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.animate__animated[data-aos] {
	pointer-events: initial;
}

body {
	background: white;
	color: #000000;
}

.container {
	max-width: 960px;
}

.header-section {
	text-align: center;
	background: white;
	border-bottom: 3px solid #fecd28;
}

.header-section__logo {
	text-align: center;
	display: block;
	margin: 0 auto;
	background: url('//letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png')
		no-repeat;
	background-position: center center;
	width: 200px;
	height: 63px;
}

.bg-color-main {
	background-color: #e8456c;
}

.bg-color-sec {
	background-color: #ffffff;
}

.bg-color-third {
	background-color: #ffd5d9;
}

.bg-color-four {
	background-color: #1779a4;
}

.bg-color-five {
	background-color: #ffd5d9;
}

.content-color-point {
	color: #de3e64;
}

.content-color-point2 {
	color: #ffd800;
}

.content-color-text {
	color: #ffffff;
}

.wrap {
	overflow: hidden;
	padding-bottom: 4rem;
}

section {
	position: relative;
}

section:first-child img {
	margin: 0;
}

section.arrow:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 800;
	bottom: -2.95rem;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3rem 3rem 0 3rem;
	border-bottom-left-radius: 3rem;
	border-bottom-right-radius: 3rem;
	border-color: white transparent transparent transparent;
}

section.arrow.bg-color-main {
	background-color: #e8456c;
}

section.arrow.bg-color-main:after {
	border-color: #e8456c transparent transparent transparent;
}

section.arrow.bg-color-sec {
	background-color: #ffffff;
}

section.arrow.bg-color-sec:after {
	border-color: #ffffff transparent transparent transparent;
}

section.arrow.bg-color-third {
	background-color: #ffd5d9;
}

section.arrow.bg-color-third:after {
	border-color: #fdc94c transparent transparent transparent;
}

section.arrow.bg-color-four {
	background-color: #1779a4;
}

section.arrow.bg-color-four:after {
	border-color: #1779a4 transparent transparent transparent;
}

section.arrow.bg-color-five {
	background-color: #ffd5d9;
}

section.arrow.bg-color-five:after {
	border-color: #ffd5d9 transparent transparent transparent;
}

.kv {
	padding: 4rem 0;
}
@media all and (max-width: 768px) {
	.kv {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
}
.slogan-kv {
	text-align: center;
	position: relative;
	z-index: 999;
	min-height: 80vh;
	background-image: url('https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20221101_zingala/img/kv_bg.png');
	background-position: center bottom;
	background-size: cover;
	padding: 0;
}

@media all and (max-width: 1024px) {
	.slogan-kv {
		background-size: cover;
		background-position: center bottom;
		min-height: initial;
	}
}

.slogan-kv__img {
	position: relative;
	z-index: 2;
}

@media all and (max-width: 1024px) {
	.slogan-kv__img {
		margin-bottom: 0.3rem;
	}
}

@media all and (max-width: 480px) {
	.slogan-kv__img {
		margin-bottom: 0.1rem;
	}
}

.slogan-kv__link {
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media all and (max-width: 1024px) {
	.slogan-kv__link {
		margin-top: 0;
	}
}

.slogan-kv__link:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.slogan-content {
	z-index: 998;
}

.pages-background__img.cat {
	position: absolute;
}
.plane {
	position: absolute;
	top: 31%;
	right: 10%;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.pages-background__img.cat {
		max-width: 20vw;
	}
}

@media all and (max-width: 1440px) {
	.pages-background__img.cat {
		display: none;
	}
}

.pages-background__img.cat1 {
	width: 260px;
	bottom: -1px;
	left: 13%;
	z-index: 3;
	-webkit-animation-name: fadeIn, slideInLeft;
	animation-name: fadeIn, slideInLeft;
	-webkit-animation-duration: 1s, 1.5s;
	animation-duration: 1s, 1.5s;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pages-background__img.cat2 {
	width: 290px;
	bottom: -1px;
	right: 11%;
	z-index: 3;
	-webkit-animation-name: fadeIn, slideInRight;
	animation-name: fadeIn, slideInRight;
	-webkit-animation-duration: 1s, 1.5s;
	animation-duration: 1s, 1.5s;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pages-background__img.clouds1 {
	top: 30%;
	left: 18.5%;
	z-index: 1;
	-webkit-animation-name: fadeIn, slideInLeft;
	animation-name: fadeIn, slideInLeft;
	-webkit-animation-duration: 1s, 1.5s;
	animation-duration: 1s, 1.5s;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pages-background__img.clouds1__2-animation {
	-webkit-animation-name: clouds1_2animation;
	animation-name: clouds1_2animation;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes clouds1_2animation {
	0% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
	50% {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
	}
	100% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}

@keyframes clouds1_2animation {
	0% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
	50% {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
	}
	100% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}

.pages-background__img.clouds2 {
	top: 20%;
	right: 17.5%;
	z-index: 1;
	-webkit-animation-name: fadeIn, slideInRight;
	animation-name: fadeIn, slideInRight;
	-webkit-animation-duration: 1s, 1.5s;
	animation-duration: 1s, 1.5s;
	-webkit-animation-delay: 1s, 1s;
	animation-delay: 1s, 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pages-background__img.clouds2__2-animation {
	-webkit-animation-name: clouds2_2animation;
	animation-name: clouds2_2animation;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes clouds2_2animation {
	0% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
	50% {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
	}
	100% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}

@keyframes clouds2_2animation {
	0% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
	50% {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
	}
	100% {
		-webkit-transform: translate(0px, 0);
		transform: translate(0px, 0);
	}
}

.pages-background__img.cat4 {
	width: 110px;
	top: -110px;
	left: 160px;
	z-index: 1;
}

.pages-sidebar {
	display: none;
	position: fixed;
	bottom: 5rem;
	right: 0.5rem;
	z-index: 999;
	background: white;
	border: 1px solid #d3d2d2;
	border-radius: 50%;
}

@media all and (max-width: 1440px) {
	.pages-sidebar {
		bottom: 5rem;
	}
}

.pages-sidebar-action__button {
	cursor: pointer;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 1.5rem;
}

.pages-sidebar-action__button i {
	line-height: 50px;
}

.section-header__title {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 2rem 0;
}

.section-footer-notice {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

@media all and (max-width: 1440px) {
	.section-footer-notice {
		font-size: 1rem;
	}
}

.section-content {
	font-size: 1.25rem;
	line-height: 2.5rem;
	padding: 0 1rem;
}

.section-content-list__link {
	position: relative;
	display: inline-block;
}

.section-content-list__link-icon.icon2 {
	position: absolute;
	right: -15px;
	bottom: -10px;
	width: 33px;
	height: 36px;
}

.section-content > ol {
	-webkit-padding-start: 30px;
	padding-inline-start: 30px;
}

.section-content > ol > li {
	list-style-type: cjk-ideographic;
	list-style-image: url();
}

.section-content > ol ol {
	-webkit-padding-start: 20px;
	padding-inline-start: 20px;
	margin-bottom: 0.5rem;
}

.section-content > ol ol > li {
	list-style: decimal;
}

.section-content__title {
	margin-bottom: 1rem;
}

.section-content__img {
	margin: 1rem auto;
	max-width: 710px;
	width: 100%;
}

@media all and (max-width: 1024px) {
	.section-content {
		padding: 0;
	}
}

.event-process {
	background-image: url('https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20221101_zingala/img/bg_3.png');
}

.event-process-title__img {
	-webkit-animation-name: fadeIn, slideInUp;
	animation-name: fadeIn, slideInUp;
	-webkit-animation-delay: 1s, 1.5s;
	animation-delay: 1s, 1.5s;
	-webkit-animation-duration: 1s, 1s;
	animation-duration: 1s, 1s;
	-webkit-animation-iteration-count: 1, 1;
	animation-iteration-count: 1, 1;
}

.event-process__icon {
	font-size: 1.75rem;
}

.event-notice {
	background-image: url('https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20221101_zingala/img/bg_2.png');
	background-color: #ffd5d9;
	font-size: 1.25rem;
}

.event-notice-list {
	font-weight: bolder;
}

@media all and (max-width: 1440px) {
	.event-notice-list {
		-webkit-padding-start: 20px;
		padding-inline-start: 20px;
	}
}

.event-notice-list li {
	list-style-type: decimal;
	margin-bottom: 1rem;
	line-height: 2.5rem;
}

.event-notice.arrow::after {
	border-color: #ffd5d9 transparent transparent;
}

.event-notice2 {
	background-color: #1779a4;
	font-size: 1.25rem;
}

.event-notice2-list {
	font-weight: bolder;
}

@media all and (max-width: 1440px) {
	.event-notice2-list {
		-webkit-padding-start: 20px;
		padding-inline-start: 20px;
	}
}

.event-notice2-list li {
	list-style-type: decimal;
	margin-bottom: 1rem;
	line-height: 2.5rem;
}

.event-notice2.arrow::after {
	border-color: #1779a4 transparent transparent;
}

.event-step-section {
	background-image: url('https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20221101_zingala/img/bg_2.png');
}

.event-step-card {
	position: relative;
}

.event-step-card-header {
	margin: 1rem 0;
}

.event-step-card__title {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	font-weight: bold;
}

.event-step-card__title > span {
	color: #de3e64;
}

.event-step-card__content {
	position: relative;
	overflow: hidden;
	z-index: 5;
	background: white;
	border-radius: 2rem;
	border: 3px solid #e52e5a;
}

.event-step-card__content img {
	margin: 0;
}

.event-give {
	position: relative;
	z-index: 1;
	padding: 3rem;
	background-image: url('https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20221101_zingala/img/guide_bg.png');
	background-position: center bottom;
	background-size: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media all and (max-width: 1024px) {
	.event-give {
		padding: 4rem 0 3rem 0;
		min-height: initial;
	}
}

@media all and (max-width: 480px) {
	.event-give {
		padding-bottom: 0 !important;
	}
}

.event-give img {
	margin-bottom: 60px;
}

@media all and (max-width: 480px) {
	.event-give img {
		margin-bottom: 30px;
	}
}

.event-give.arrow::after {
	border-color: #fbc93f transparent transparent;
}

.event-give-pc {
	margin-right: -1rem;
}

.event-give-pc img {
	margin-right: 1rem;
}

.footer-section {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 4rem;
	padding: 10px 0;
	background: #e82d5a;
	text-align: center;
}

@media all and (max-width: 1440px) {
	.footer-section {
		height: initial;
	}
}

.footer-section__link-button {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 0.25rem 0.8rem 0 1.75rem;
	line-height: 2rem;
	border-radius: 5rem;
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
	background: white;
	color: #e82d59;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
	border: 2px solid #e82d59;
}

@media all and (max-width: 768px) {
	.footer-section__link-button {
		font-size: 1rem;
		padding: 0rem 0.25rem 0 0.95rem;
		margin: 0 0.25rem 0.25rem;
	}
}

.footer-section__link-button:hover {
	color: #33342f;
	border-color: #33342f;
	text-decoration: none;
}

.footer-section__link-button:hover:after {
	background: #33342f;
}

.footer-section__link-button:after {
	content: '\f054';
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Pro';
	margin-bottom: 0.33rem;
	margin-left: 0.95rem;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 1rem;
	font-weight: normal;
	background: #e82d59;
	color: white;
	border-radius: 50%;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}

@media all and (max-width: 768px) {
	.footer-section__link-button:after {
		vertical-align: initial;
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin-left: 0.4rem;
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-50vw, 0, 0);
		transform: translate3d(-50vw, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-50vw, 0, 0);
		transform: translate3d(-50vw, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(50vw, 0, 0);
		transform: translate3d(50vw, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(50vw, 0, 0);
		transform: translate3d(50vw, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
