.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

.Container {
	width: 100%;
	max-width: unset;
	padding: 0px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters .col, .no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

[class*='col-'] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 1);
	flex: 0 0 calc(100% / 12 * 1);
	max-width: calc(100% / 12 * 1);
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 2);
	flex: 0 0 calc(100% / 12 * 2);
	max-width: calc(100% / 12 * 2);
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 3);
	flex: 0 0 calc(100% / 12 * 3);
	max-width: calc(100% / 12 * 3);
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 4);
	flex: 0 0 calc(100% / 12 * 4);
	max-width: calc(100% / 12 * 4);
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 5);
	flex: 0 0 calc(100% / 12 * 5);
	max-width: calc(100% / 12 * 5);
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 6);
	flex: 0 0 calc(100% / 12 * 6);
	max-width: calc(100% / 12 * 6);
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 7);
	flex: 0 0 calc(100% / 12 * 7);
	max-width: calc(100% / 12 * 7);
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 8);
	flex: 0 0 calc(100% / 12 * 8);
	max-width: calc(100% / 12 * 8);
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 9);
	flex: 0 0 calc(100% / 12 * 9);
	max-width: calc(100% / 12 * 9);
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 10);
	flex: 0 0 calc(100% / 12 * 10);
	max-width: calc(100% / 12 * 10);
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 11);
	flex: 0 0 calc(100% / 12 * 11);
	max-width: calc(100% / 12 * 11);
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 12 * 12);
	flex: 0 0 calc(100% / 12 * 12);
	max-width: calc(100% / 12 * 12);
}

@media (min-width: 576px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 1);
		flex: 0 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}

@media (min-width: 576px) {
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 2);
		flex: 0 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}

@media (min-width: 576px) {
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 3);
		flex: 0 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}

@media (min-width: 576px) {
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 4);
		flex: 0 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}

@media (min-width: 576px) {
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 5);
		flex: 0 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}

@media (min-width: 576px) {
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 6);
		flex: 0 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}

@media (min-width: 576px) {
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 7);
		flex: 0 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}

@media (min-width: 576px) {
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 8);
		flex: 0 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}

@media (min-width: 576px) {
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 9);
		flex: 0 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}

@media (min-width: 576px) {
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 10);
		flex: 0 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}

@media (min-width: 576px) {
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 11);
		flex: 0 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}

@media (min-width: 576px) {
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 12);
		flex: 0 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 1);
		flex: 0 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}

@media (min-width: 768px) {
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 2);
		flex: 0 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}

@media (min-width: 768px) {
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 3);
		flex: 0 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}

@media (min-width: 768px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 4);
		flex: 0 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}

@media (min-width: 768px) {
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 5);
		flex: 0 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}

@media (min-width: 768px) {
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 6);
		flex: 0 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}

@media (min-width: 768px) {
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 7);
		flex: 0 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}

@media (min-width: 768px) {
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 8);
		flex: 0 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}

@media (min-width: 768px) {
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 9);
		flex: 0 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}

@media (min-width: 768px) {
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 10);
		flex: 0 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}

@media (min-width: 768px) {
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 11);
		flex: 0 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}

@media (min-width: 768px) {
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 12);
		flex: 0 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 1);
		flex: 0 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}

@media (min-width: 992px) {
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 2);
		flex: 0 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 3);
		flex: 0 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 4);
		flex: 0 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}

@media (min-width: 992px) {
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 5);
		flex: 0 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}

@media (min-width: 992px) {
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 6);
		flex: 0 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}

@media (min-width: 992px) {
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 7);
		flex: 0 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}

@media (min-width: 992px) {
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 8);
		flex: 0 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}

@media (min-width: 992px) {
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 9);
		flex: 0 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}

@media (min-width: 992px) {
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 10);
		flex: 0 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}

@media (min-width: 992px) {
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 11);
		flex: 0 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}

@media (min-width: 992px) {
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 12);
		flex: 0 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 1);
		flex: 0 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}

@media (min-width: 1200px) {
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 2);
		flex: 0 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 3);
		flex: 0 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}

@media (min-width: 1200px) {
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 4);
		flex: 0 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}

@media (min-width: 1200px) {
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 5);
		flex: 0 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}

@media (min-width: 1200px) {
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 6);
		flex: 0 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}

@media (min-width: 1200px) {
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 7);
		flex: 0 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}

@media (min-width: 1200px) {
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 8);
		flex: 0 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}

@media (min-width: 1200px) {
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 9);
		flex: 0 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}

@media (min-width: 1200px) {
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 10);
		flex: 0 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}

@media (min-width: 1200px) {
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 11);
		flex: 0 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}

@media (min-width: 1200px) {
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 12 * 12);
		flex: 0 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@font-face {
	font-family: 'edenred_bold';
	src: url('../../fonts/edenred/edenred_bold.otf') format('opentype');
}

body {
	padding: 0;
	margin: 0;
}

.Home * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Ubuntu','Noto Sans TC';
}

.img-fluid {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, span {
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Edenred,'Noto Sans TC';
	font-weight: bold;
}

a {
	text-decoration: none;
}

section#contact {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 48px;
}

@media (min-width: 1200px) {
	section#contact {
		padding-top: 146px;
		padding-bottom: 96px;
	}
}

section#contact .info {
	margin-bottom: 48px;
}

section#contact .info .icon {
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
}

section#contact .info .title {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 18px;
}

@media (min-width: 768px) {
	section#contact .info .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 24px;
	}
}

section#contact .info .link {
	color: #F72717;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
}

@media (min-width: 768px) {
	section#contact .info .link {
		font-size: 32px;
		line-height: 43px;
	}
}

section#contact .info .name {
	color: #707070;
	font-size: 15px;
	line-height: 22px;
}

@media (min-width: 768px) {
	section#contact .info .name {
		font-size: 20px;
		line-height: 29px;
	}
}

section#other-link {
	padding: 72px 0 18px;
	background: #F1F7FF;
}

section#other-link .link-group {
	margin-bottom: 54px;
}

section#other-link .link-group .title {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	section#other-link .link-group .title {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 26px;
	}
}

section#other-link .link-group .link-list {
	list-style: none;
	padding-left: 0;
}

section#other-link .link-group .link-list .list {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	section#other-link .link-group .link-list .list {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

section#other-link .link-group .link-list .list a {
	color: #000000;
	text-decoration: none;
}

body {
	background: #F1F7FF;
}

section#banner {
	margin-bottom: 120px;
	position: relative;
}

@media (min-width: 992px) {
	section#banner {
		margin-bottom: 320px;
	}
}

@media (min-width: 1200px) {
	section#banner {
		margin-bottom: 380px;
	}
}

section#banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 90vw;
	background: #fff;
	width: 100%;
	height: 550px;
	-webkit-clip-path: ellipse(250px 250px at 150px 250px);
	clip-path: ellipse(250px 250px at 150px 250px);
}

@media (min-width: 576px) {
	section#banner:before {
		top: 70vw;
		height: 790px;
		-webkit-clip-path: ellipse(350px 350px at 220px 360px);
		clip-path: ellipse(350px 350px at 220px 360px);
	}
}

@media (min-width: 992px) {
	section#banner:before {
		top: 0;
		height: 920px;
		-webkit-clip-path: ellipse(440px 440px at 330px 380px);
		clip-path: ellipse(440px 440px at 330px 380px);
	}
}

@media (min-width: 1200px) {
	section#banner:before {
		-webkit-clip-path: ellipse(550px 550px at 500px 280px);
		clip-path: ellipse(550px 550px at 500px 280px);
	}
}

@media (min-width: 1440px) {
	section#banner:before {
		-webkit-clip-path: ellipse(640px 640px at 600px 280px);
		clip-path: ellipse(640px 640px at 600px 280px);
	}
}

section#banner .content {
	margin-top: 22px;
	z-index: 1;
	position: relative;
}

@media (min-width: 992px) {
	section#banner .content {
		margin-top: 202px;
	}
}

section#banner .content .title {
	font-size: 30px;
	line-height: 45px;
}

@media (min-width: 992px) {
	section#banner .content .title {
		font-size: 48px;
		line-height: 60px;
	}
}

@media (min-width: 1200px) {
	section#banner .content .title {
		font-size: 54px;
		line-height: 70px;
	}
}

@media (min-width: 1440px) {
	section#banner .content .title {
		font-size: 67px;
		line-height: 99px;
	}
}

section#banner .content .title .dot {
	display: inline-block;
	margin: 0 12px;
	width: 15px;
	height: 15px;
	border-radius: 999px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

section#banner .content .title .dot.purple {
	background: #711CFF;
}

section#banner .content .title .dot.blue {
	background: #28C0D5;
	border-radius: 20px;
	width: 33px;
}

@media (min-width: 992px) {
	section#banner .content .title .dot {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
	}
}

@media (min-width: 1200px) {
	section#banner .content .title .dot {
		width: 25px;
		height: 25px;
	}

	section#banner .content .title .dot.blue {
		width: 60px;
	}
}

@media (min-width: 1440px) {
	section#banner .content .title .dot {
		margin: 0 28px;
		width: 40px;
		height: 40px;
	}

	section#banner .content .title .dot.blue {
		width: 80px;
	}
}

section#banner .content .subtitle {
	padding: 20px 0px;
	font-size: 17px;
	line-height: 25px;
}

@media (min-width: 1200px) {
	section#banner .content .subtitle {
		font-size: 22px;
		line-height: 34px;
		padding: 30px 300px 20px 0px;
	}
}

@media (min-width: 1440px) {
	section#banner .content .subtitle {
		font-size: 24px;
		line-height: 36px;
		padding: 30px 170px 62px 0px;
	}
}

section#banner .content .subtitle span {
	padding: 0px 6px;
	border-radius: 15px;
	line-height: 28px;
}

section#banner .content .subtitle span.pink {
	background: #FED0C8;
}

section#banner .content .subtitle span.lightgreen {
	background: #98F6DB;
}

section#banner .content .detail {
	font-size: 15px;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
}

section#banner .content .detail::before {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	width: 6px;
	height: 70%;
	background: #F72717;
	border-radius: 5px;
}

@media (min-width: 1440px) {
	section#banner .content .detail::before {
		width: 10px;
	}
}

@media (min-width: 1200px) {
	section#banner .content .detail {
		font-size: 18px;
		line-height: 30px;
		padding-right: 300px;
	}
}

@media (min-width: 1440px) {
	section#banner .content .detail {
		font-size: 20px;
		line-height: 32px;
		padding-left: 30px;
		padding-right: 200px;
	}
}

section#banner .content .scroll-down {
	margin-top: 38px;
	width: 72px;
	height: 72px;
	cursor: pointer;
}

section#banner .banner-bg {
	position: relative;
	width: 110vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
	z-index: 0;
}

@media (min-width: 992px) {
	section#banner .banner-bg {
		margin-top: 0;
		width: auto;
		height: 560px;
		position: absolute;
		bottom: -10px;
		right: 0;
	}
}

@media (min-width: 1200px) {
	section#banner .banner-bg {
		bottom: 90px;
		height: 630px;
	}
}

@media (min-width: 1440px) {
	section#banner .banner-bg {
		bottom: -10px;
		height: 700px;
	}
}

@media (min-width: 1600px) {
	section#banner .banner-bg {
		height: 880px;
	}
}

section#feature .content {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	section#feature .content {
		margin-bottom: 80px;
	}
}

section#feature .content .title {
	text-align: center;
	font-size: 26px;
}

@media (min-width: 1200px) {
	section#feature .content .title {
		font-size: 60px;
		line-height: 89px;
	}
}

section#feature .content .title .dot {
	display: inline-block;
	border-radius: 999px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin: 0 12px;
	width: 15px;
	height: 15px;
}

section#feature .content .title .dot.purple {
	background: #711CFF;
}

section#feature .content .title .dot.pink {
	background: #FED0C8;
	width: 30px;
	border-radius: 20px;
	margin-right: 0;
}

section#feature .content .title .dot.green {
	background: #739A00;
}

@media (min-width: 1200px) {
	section#feature .content .title .dot {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
		margin: 0 24px;
		width: 32px;
		height: 32px;
	}

	section#feature .content .title .dot.pink {
		width: 117px;
	}
}

section#feature .features {
	border-radius: 204px;
	padding: 104px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	section#feature .features {
		padding: 138px 40px;
	}
}

section#feature .features.fast {
	border: 1px solid #0D8AFF;
	background: rgba(13, 138, 255, 0.05);
}

section#feature .features.fast .name {
	color: #0D8AFF;
}

section#feature .features.convenient {
	border: 1px solid #00A184;
	background: rgba(0, 161, 132, 0.05);
}

@media (min-width: 992px) {
	section#feature .features.convenient {
		margin-top: 88px;
	}
}

section#feature .features.convenient .name {
	color: #00A184;
}

section#feature .features.satisfy {
	border: 1px solid #711CFF;
	background: rgba(113, 28, 255, 0.05);
}

section#feature .features.satisfy .name {
	color: #711CFF;
}

section#feature .features .icon {
	width: 80px;
	height: 80px;
	margin-bottom: 60px;
}

section#feature .features .name {
	margin: 0;
	font-size: 55px;
	line-height: 82px;
}

section#feature .features .content {
	margin: 0;
	font-size: 20px;
	line-height: 29px;
}

section#demand {
	margin-top: 80px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	section#demand {
		margin-top: 200px;
		margin-bottom: 250px;
	}
}

section#demand .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

section#demand .content {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	section#demand .content {
		margin-bottom: 80px;
	}
}

section#demand .content .title {
	text-align: center;
	font-size: 26px;
}

@media (min-width: 1200px) {
	section#demand .content .title {
		font-size: 60px;
		line-height: 89px;
	}
}

section#demand .content .title .dot {
	display: inline-block;
	border-radius: 999px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin: 0 12px;
	width: 15px;
	height: 15px;
}

section#demand .content .title .dot.pink {
	background: #FED0C8;
	width: 30px;
	border-radius: 20px;
}

@media (min-width: 1200px) {
	section#demand .content .title .dot {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
		margin: 0 24px;
		width: 32px;
		height: 32px;
	}

	section#demand .content .title .dot.pink {
		width: 117px;
	}
}

section#demand .demands {
	border-radius: 999px;
	padding: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

section#demand .demands .img-wrap {
	width: 100%;
	height: calc(50vw - 60px);
	border-radius: 999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 576px) {
	section#demand .demands .img-wrap {
		height: 210px;
	}
}

@media (min-width: 768px) {
	section#demand .demands .img-wrap {
		height: 300px;
	}
}

@media (min-width: 992px) {
	section#demand .demands .img-wrap {
		height: 132px;
	}
}

@media (min-width: 1200px) {
	section#demand .demands .img-wrap {
		height: 170px;
	}
}

section#demand .demands .img-wrap .icon {
	width: 60px;
	height: 60px;
}

section#demand .demands.bonus {
	border: 1px solid #711CFF;
}

section#demand .demands.bonus .img-wrap {
	background: #711CFF0D;
	border: 1px solid #711CFF;
}

section#demand .demands.birthday {
	border: 1px solid #0D8AFF;
}

section#demand .demands.birthday .img-wrap {
	background: #0D8AFF0D;
	border: 1px solid #0D8AFF;
}

@media (min-width: 992px) {
	section#demand .demands.birthday {
		margin-top: 44px;
	}
}

section#demand .demands.banquet {
	border: 1px solid #FF5978;
}

section#demand .demands.banquet .img-wrap {
	background: #FF59780D;
	border: 1px solid #FF5978;
}

section#demand .demands.travel {
	border: 1px solid #739A00;
}

section#demand .demands.travel .img-wrap {
	background: #739A000D;
	border: 1px solid #739A00;
}

@media (min-width: 992px) {
	section#demand .demands.travel {
		margin-top: 44px;
	}
}

section#demand .demands.reward {
	border: 1px solid #00A184;
}

section#demand .demands.reward .img-wrap {
	background: #00A1840D;
	border: 1px solid #00A184;
}

section#demand .name {
	font-size: 16px;
	line-height: 36px;
	margin-top: 24px;
	text-align: center;
	margin-bottom: 48px;
}

@media (min-width: 768px) {
	section#demand .name {
		font-size: 20px;
	}
}

section#e-ticket .content {
	text-align: center;
	min-height: 50vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: white;
	border-radius: 50vw 50vw 0 0;
	padding: 80px 0;
}

@media (min-width: 1200px) {
	section#e-ticket .content {
		padding: 0;
	}
}

section#e-ticket .content .title-wrap {
	overflow: hidden;
}

section#e-ticket .content .title {
	font-size: 26px;
	line-height: 90px;
	color: #F72717;
	white-space: nowrap;
	margin: 0;
	text-align: left;
}

section#e-ticket .content .title#scroll-title {
	-webkit-transform: translateX(var(--tx));
	transform: translateX(var(--tx));
}

@media (min-width: 768px) {
	section#e-ticket .content .title {
		margin-bottom: 49px;
		font-size: 48px;
	}
}

@media (min-width: 1200px) {
	section#e-ticket .content .title {
		font-size: 120px;
		line-height: 177px;
	}
}

section#e-ticket .content .title .dot {
	display: inline-block;
	border-radius: 999px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin: 0 12px;
	width: 15px;
	height: 15px;
}

section#e-ticket .content .title .dot.pink {
	background: #FED0C8;
	width: 30px;
	border-radius: 20px;
}

@media (min-width: 768px) {
	section#e-ticket .content .title .dot {
		margin: 0 18px;
		width: 30px;
		height: 30px;
	}

	section#e-ticket .content .title .dot.pink {
		width: 80px;
		border-radius: 20px;
	}
}

@media (min-width: 1200px) {
	section#e-ticket .content .title .dot {
		-webkit-transform: translateY(-14px);
		transform: translateY(-14px);
		margin: 0 24px;
		width: 58px;
		height: 58px;
	}

	section#e-ticket .content .title .dot.pink {
		width: 104px;
		border-radius: 29px;
	}
}

section#e-ticket .content .subtitle {
	font-size: 20px;
	margin: 0;
	margin-bottom: 88px;
}

@media (min-width: 768px) {
	section#e-ticket .content .subtitle {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	section#e-ticket .content .subtitle {
		font-size: 56px;
		line-height: 83px;
	}
}

section#e-ticket .content .scroll-down {
	width: 72px;
	height: 72px;
	cursor: pointer;
}

section.video {
	background: white;
	position: relative;
	padding: 30px 0;
}

section.video .description {
	padding: 70px 0;
	text-align: center;
}

@media (min-width: 992px) {
	section.video .description {
		padding: 80px 0;
		text-align: left;
	}
}

@media (min-width: 1440px) {
	section.video .description {
		padding: 104px 0;
	}
}

section.video .description .title {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 120%;
}

section.video#video2 .description .title:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 2.5% 5px 0px 0px;
	width: 15px;
	height: 15px;
	border-radius: 500px;
	background: #711CFF;
}

section.video#video1 .description .title:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 2.25% 0px 0px 5px;
	width: 30px;
	height: 15px;
	border-radius: 500px;
	background: #739A00;
}

@media (min-width: 1200px) {
	section .video .description .title {
		font-size: 60px;
		line-height: 89px;
		margin-bottom: 48px;
	}
}

section.video .description .info {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 40px;
}

@media (min-width: 1200px) {
	section.video .description .info {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 72px;
	}
}

section.video .description .link {
	border-radius: 42px;
	border: 1px solid #F72717;
	font-size: 17px;
	line-height: 25px;
	padding: 16px 32px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
}

section.video .description .link:hover {
	padding: 16px 36px;
}

@media (min-width: 1200px) {
	section.video .description .link {
		font-size: 24px;
		line-height: 36px;
		padding: 24px 40px;
	}

	section.video .description .link:hover {
		padding: 24px 45px;
	}
}

section.video .description .bxp-video {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	display: none;
	align-content: center;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

section.video .description .bxp-video.Show {
	display: flex;
}

section.video .description .bxp-video .OverlayBg {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: rgba(0,0,0,.85);
	z-index: 1;
}

section.video .description .bxp-video .content {
	position: relative;
	width: 70vw;
	height: 39.45vw;
	max-width: 1200px;
	max-height: 675px;
	border-radius: 15px;
	overflow: hidden;
	z-index: 2;
}

@media screen and (max-width: 600px) {
	section.video .description .bxp-video .content {
		border-radius: 10px;
		width: 90vw;
		height: 51vw;
	}
}

section.video .description .bxp-video .content iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

section.video .description .bxp-video .content .close-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(255,255,255,.5);
	width: 40px;
	height: 40px;
	z-index: 3;
	cursor: pointer;
}

section.video .description .bxp-video .content .close-btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 2px;
	height: 25px;
	background: rgba(0,0,0,0.5);
	border-radius: 500px;
	transform-origin: center;
	transform: rotate(45deg);
	margin: auto;
}

section.video .description .bxp-video .content .close-btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 2px;
	height: 25px;
	background: rgba(0,0,0,0.5);
	border-radius: 500px;
	transform-origin: center;
	transform: rotate(-45deg);
	margin: auto;
}

section.video .img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90vw;
	height: 50vw;
	overflow: hidden;
	margin-left: auto;
	position: relative;
	-webkit-filter: drop-shadow(0px 6px 20px #16205626);
	filter: drop-shadow(0px 6px 20px #16205626);
	border-radius: 25vw 0 0 25vw;
}

@media (min-width: 992px) {
	section.video .img-wrap {
		width: 50vw;
		height: 28vw;
		position: absolute;
		right: 0;
		border-radius: 14vw 0 0 14vw;
	}
}

section.video .img-wrap .video-wrap {
	height: 51vw;
}

@media (min-width: 992px) {

	section.video .img-wrap .video-wrap {
		height: 29vw;
	}
}

section.video#video2 .row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 992px) {
	section.video#video2 .row .description {
		padding-left: 100px;
	}
}

section.video#video2 .img-wrap {
	margin-right: auto;
	margin-left: 0;
	border-radius: 0 25vw 25vw 0;
}

@media (min-width: 992px) {
	section.video#video2 .img-wrap {
		left: 0;
		border-radius: 0 14vw 14vw 0;
	}
}

section#why {
	background: #fff;
}

@media (min-width: 992px) {
	section#why {
		padding-top: 300px;
	}
}

section#why .block {
	background: #F1F7FF;
	border-radius: 50vw 50vw 0 0;
	margin: 0 auto;
	padding: 20px;
}

@media (min-width: 576px) {
	section#why .block {
		padding: 0;
	}
}

section#why .block .wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

@media (min-width: 320px) {
	section#why .block .wrapper {
		max-width: inherit;
		width: 100%;
	}
}

@media (min-width: 576px) {
	section#why .block .wrapper {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	section#why .block .wrapper {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	section#why .block .wrapper {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	section#why .block .wrapper {
		max-width: 1140px;
	}
}

section#why .block .wrapper ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 540px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 576px) {
	section#why .block .wrapper ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	section#why .block .wrapper ul {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	section#why .block .wrapper ul {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	section#why .block .wrapper ul {
		max-width: 1140px;
	}
}

section#why .block .wrapper ul li {
	padding: 15px;
	max-width: inherit;
	width: 100%;
}

@media (min-width: 576px) {
	section#why .block .wrapper ul li {
		width: 100%;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	section#why .block .wrapper ul li {
		width: calc(100%/3);
	}
}

section#why .block .wrapper ul li:nth-child(2) {
	margin-top: 10px;
}

@media (min-width: 576px) {
	section#why .block .wrapper ul li:nth-child(2) {
		margin-top: 32px;
	}
}

@media (min-width: 768px) {
	section#why .block .wrapper ul li:nth-child(2) {
		margin-top: 88px;
	}
}

section#why .block .wrapper ul li .why-info {
	position: relative;
}

section#why .block .wrapper ul li .number {
	position: absolute;
	font: normal normal bold 45px/87px Edenred;
	border-radius: 100%;
	left: 6%;
	top: 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	width: 50px;
	height: 50px;
}

section#why .block .wrapper ul li .number.number1 {
	color: #0D8AFF;
	background: #F2F9FF;
	border: 1px solid #0D8AFF;
}

section#why .block .wrapper ul li .number.number2 {
	color: #FF5978;
	background: #FFF6F8;
	border: 1px solid #FF5978;
}

section#why .block .wrapper ul li .number.number3 {
	color: #00A184;
	background: #F2FAF9;
	border: 1px solid #00A184;
}

section#why .block .wrapper ul li .number.number4 {
	color: #739A00;
	background: #F8FAF2;
	border: 1px solid #739A00;
}

section#why .block .wrapper ul li .number.number5 {
	color: #711CFF;
	background: #F8F3FF;
	border: 1px solid #711CFF;
}

section#why .block .wrapper ul li .number.number6 {
	color: #00A184;
	background: #F2FAF9;
	border: 1px solid #00A184;
}

@media (min-width: 576px) {
	section#why .block .wrapper ul li .number {
		left: 4%;
		top: 0%;
	}
}

@media (min-width: 768px) {
	section#why .block .wrapper ul li .number {
		font-size: 40px;
		width: 74px;
		height: 74px;
	}
}

@media (min-width: 992px) {
	section#why .block .wrapper ul li .number {
		width: 5vw;
		height: 5vw;
		left: 12%;
		top: 4%;
	}
}

@media (min-width: 1200px) {
	section#why .block .wrapper ul li .number {
		width: 80px;
		height: 80px;
		left: 30px;
		top: 10px;
	}
}

section#why .block .wrapper ul li img {
	width: 100%;
}

@media (min-width: 576px) {
	section#why .block .wrapper ul li img {
		width: 80%;
		margin-left: 10%;
	}
}

section#why .block .wrapper ul li h4 {
	font-size: 24px;
	margin-top: 48px;
	margin-bottom: 24px;
	text-align: center;
}

@media (min-width: 576px) {
	section#why .block .wrapper ul li h4 {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	section#why .block .wrapper ul li h4 {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	section#why .block .wrapper ul li h4 {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	section#why .block .wrapper ul li h4 {
		margin-top: 72px;
		font-size: 30px;
	}
}

section#why .block .wrapper ul li p {
	font-size: 16px;
}

@media (min-width: 768px) {
	section#why .block .wrapper ul li p {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	section#why .block .wrapper ul li p {
		font-size: 20px;
	}
}

section#why .block .container {
	padding-bottom: 50px;
}

section#why .block .container ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
	-webkit-transition: .5s;
	transition: .5s;
}

section#why .block .container ul li {
	width: 100%;
}

section#why .block .container ul li div {
	width: 90%;
}

section#why .block .container ul li div.check-flex:nth-child(1) {
	padding: 10px 0;
}

@media (min-width: 768px) {
	section#why .block .container ul li div.check-flex:nth-child(1) {
		padding: 0;
	}
}

@media (min-width: 576px) {
	section#why .block .container ul li div {
		width: 80%;
	}
}

@media (min-width: 768px) {
	section#why .block .container ul li div {
		width: 50%;
	}
}

section#why .block .container ul li h2 {
	font-size: 22px;
}

@media (min-width: 576px) {
	section#why .block .container ul li h2 {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	section#why .block .container ul li h2 {
		font-size: 45px;
	}
}

section#why .sib-title {
	padding-top: 15%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section#why .sib-title h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	section#why .sib-title h2 {
		font-size: 60px;
	}
}

section#why .botton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	/* padding: 34px */
	border-radius: 62px;
	position: relative;
	padding: 20px;
}

@media (min-width: 576px) {
	section#why .botton {
		padding: 0;
	}
}

section#why .botton .btn {
	font-size: 17px;
	padding: 0px;
	margin: 0 10px;
	font-weight: bold;
	z-index: 1;
	/* padding: 0 30px  */
	background: transparent;
	border: none;
	cursor: pointer;
}

@media (min-width: 576px) {
	section#why .botton .btn {
		font-size: 24px;
		padding: 30px;
	}
}

section#why .botton .btn:nth-child(1) {
	margin-right: 16px;
}

section#why .botton #select1 {
	color: white;
	margin-right: 26px;
}

@media (min-width: 576px) {
	section#why .botton #select1 {
		margin-right: 0;
	}
}

section#why .botton #select2 {
	margin-left: 26px;
}

@media (min-width: 576px) {
	section#why .botton #select2 {
		margin-left: 0;
	}
}

section#why .botton .bg {
	background-color: #F72717;
	height: 70%;
	width: 44%;
	position: absolute;
	top: 15%;
	-webkit-transform: translateX(-55%);
	transform: translateX(-55%);
	/* z-index: -1 */
	-webkit-transition: 1.0s;
	transition: 1.0s;
	border-radius: 50px;
}

section#why .slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 200%;
	margin-bottom: 100px;
	-webkit-transition: 1.0s;
	transition: 1.0s;
}

section#why .slider.left_1 {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

section#why .slider.left_2 {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

section#why .container .title li,
section#why .title-img,
section#why .item-g li,
section#why .item-g li .check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section#why .container .title li,
section#why .title-img img {
	width: 40%;
}

@media (min-width: 576px) {
	section#why .container .title li,
	section#why .title-img img {
		width: 45%;
	}
}

section#why .container .title li:nth-child(1),
section#why .title-img img:nth-child(1) {
	border-radius: 100%;
}

section#why .item-g {
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

section#why .item-g li {
	padding: 20px 0;
	border-bottom: 1px solid #D5D8DD;
}

section#why .item-g .item {
	font-size: 17px;
}

@media (min-width: 576px) {
	section#why .item-g .item {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	section#why .item-g .item {
		font-size: 27px;
	}
}

section#why .check-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section#why .check img {
	width: 35%;
}

@media (min-width: 768px) {
	section#why .check img {
		width: 15%;
	}
}

section#why .check .g-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section#why .check .g-line span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #6D7787;
	height: 2px;
	margin: 0 auto;
	width: 10%;
	margin-left: 45%;
	display: inline-block;
}

section#client {
	background: white;
}

section#client .container-fluid .row .col-md-6 {
	padding: 0;
}

@media (min-width: 768px) {
	section#client .container-fluid .row .col-md-6 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

section#client .bg {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px 0;
}

@media (min-width: 576px) {
	section#client .bg {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	section#client .bg {
		padding: 140px 0;
	}
}

section#client .bg .corp {
	display: none;
}

@media (min-width: 768px) {
	section#client .bg .corp {
		width: 80%;
		margin:0px auto;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		display: block;
	}
}

@media (min-width: 992px) {
	section#client .bg .corp {
		width: 80%;
		margin: -6% auto 0px auto;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		display: block;
	}
}

section#client .bg .corp_m {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	section#client .bg .corp_m {
		display: none;
	}
}

@media (min-width: 1200px) {
	section#client .bg .paper {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
}

section#client .bg .content {
	text-align: center;
	margin-top: 50px;
}

@media (min-width: 768px) {
	section#client .bg .content {
		margin-top: 0;
		text-align: left;
	}
}

section#client .bg .content .title {
	font-size: 26px;
	margin-bottom: 32px;
}

@media (min-width: 1200px) {
	section#client .bg .content .title {
		font-size: 54px;
		line-height: 150%;
	}
}

section#client .bg .content .title .dot {
	display: inline-block;
	border-radius: 999px;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin: 0 12px;
	width: 15px;
	height: 15px;
}

section#client .bg .content .title .dot.red {
	background: #F72717;
}

@media (min-width: 1200px) {
	section#client .bg .content .title .dot {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
		margin: 0 24px;
		width: 32px;
		height: 32px;
	}
}

section#client .bg .content .subtitle {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 60px;
}

section#client .bg .content .apply {
	border-radius: 42px;
	border: 1px solid #F72717;
	font-size: 17px;
	line-height: 25px;
	padding: 16px 24px;
	margin: 0px 0px 0px 2.5%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #f72717;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 200px;
	text-align: center;
	justify-content: center;
}

section#client .bg .content .apply:hover {
	padding: 16px 36px;
}

@media (min-width: 992px) {
	section#client .bg .content .apply {
		font-size: 24px;
		line-height: 36px;
		padding: 24px 40px;
	}

	section#client .bg .content .apply:hover {
		padding: 24px 45px;
	}
}
/*# sourceMappingURL=index.css.map */

footer .Copyrights * {
	color: inherit;
}
