@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Noto Sans TC', sans-serif;
	vertical-align: baseline;
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

body,
html {
	overflow-anchor: none;
	width: 100%;
	height: auto;
	color: #fff;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1275px) {
	.wrapper {
		padding: 0 40px;
	}
}

@media (max-width: 1023px) {
	.wrapper {
		padding: 0 16px;
	}
}

/* kv */
.kv {
	position: relative;
	background: url(../img/kv_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 877px;
	overflow: hidden;
}

.kv>* {
	position: absolute;
}

.kv a.logo {
	display: inline-block;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	width: 153px;
	height: 45px;
	top: 31px;
	margin-left: calc(50% - 595px);
	z-index: 2;
}

.kv_t1 {
	background: url(../img/kv_t1.png) no-repeat;
	background-size: contain;
	width: 435px;
	height: 233px;
	top: 158px;
	left: calc(50% - 465px);
}

.kv_t2 {
	background: url(../img/kv_t2.png) no-repeat;
	background-size: contain;
	width: 356px;
	height: 105px;
	top: 417px;
	left: calc(50% - 397px);
}

.kv_p {
	background: url(../img/kv_p.png) no-repeat;
	background-size: contain;
	width: 408px;
	height: 673px;
	top: 204px;
	left: calc(50% + 47px);
}

.kv_g1 {
	background: url(../img/kv_g1.png) no-repeat;
	background-size: contain;
	width: 119px;
	height: 136px;
	top: 496px;
	left: calc(50% - 540px);
}

.kv_g2 {
	background: url(../img/kv_g2.png) no-repeat;
	background-size: contain;
	width: 141px;
	height: 131px;
	top: 44px;
	left: calc(50% + 95px);
}

.kv_g3 {
	background: url(../img/kv_g3.png) no-repeat;
	background-size: contain;
	width: 115px;
	height: 69px;
	top: 0px;
	left: calc(50% - 222px);
}

.kv_g4 {
	background: url(../img/kv_g4.png) no-repeat;
	background-size: contain;
	width: 159px;
	height: 168px;
	top: 363px;
	left: calc(50% + 459px);
}

.kv_g5 {
	background: url(../img/kv_g5.png) no-repeat;
	background-size: contain;
	width: 98px;
	height: 75px;
	top: 621px;
	left: calc(50% - 55px);
}

.kv_c1 {
	position: relative;
	overflow: hidden;
	background: url(../img/kv_c1.png) no-repeat center top;
	margin: 0 auto;
	width: 100%;
	height: 593px;
}

.kv_nav {
	background: #174487;
	width: 100%;
	height: 198px;
	top: 679px;
}

.kv_nav .marquee {
	display: flex;
	width: 1050px;
	height: 198px;
	white-space: nowrap;
	overflow: hidden;
	margin: 0px auto;
}

.kv_nav .bar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 110%;
	height: 198px;
	animation: marquee 20s linear infinite;
}

.kv_nav .bar .navBtn {
	display: inline-block;
	width: 16.7%;
	position: relative;
	z-index: 1;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.kv_nav .marquee:hover .bar {
	animation-play-state: paused;
}

.kv_nav .bar .navBtn .icon {
	position: relative;
	display: block;
	width: 73px;
	height: 63px;
	margin: 0 auto;
	z-index: 3;
}

.kv_nav .bar .navBtn h3 {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-top: 21px;
	letter-spacing: 4px;
}

.kv_nav .bar .navBtn:nth-child(1) h3 {
	letter-spacing: 0px;
}

.kv_nav .bar .navBtn:nth-child(1) .icon,
.nav .bar .navBtn:nth-child(1) .icon {
	background: url(../img/nav_icon1.png) no-repeat center / 100% 100%;
}

.kv_nav .bar .navBtn:nth-child(2) .icon,
.nav .bar .navBtn:nth-child(2) .icon {
	background: url(../img/nav_icon2.png) no-repeat center / 100% 100%;
}

.kv_nav .bar .navBtn:nth-child(3) .icon,
.nav .bar .navBtn:nth-child(3) .icon {
	background: url(../img/nav_icon3.png) no-repeat center / 100% 100%;
}

.kv_nav .bar .navBtn:nth-child(4) .icon,
.nav .bar .navBtn:nth-child(4) .icon {
	background: url(../img/nav_icon4.png) no-repeat center / 100% 100%;
}

.kv_nav .bar .navBtn:nth-child(5) .icon,
.nav .bar .navBtn:nth-child(5) .icon {
	background: url(../img/nav_icon5.png) no-repeat center / 100% 100%;
}

.kv_nav .bar .navBtn:nth-child(6) .icon,
.nav .bar .navBtn:nth-child(6) .icon {
	background: url(../img/nav_icon6.png) no-repeat center / 100% 100%;
}

.kv_nav .bar .navBtn:hover:after {
	position: absolute;
	content: "";
	width: 57px;
	height: 57px;
	background-color: #fff;
	border-radius: 57px;
	filter: blur(16px);
	z-index: 2;
	top: 0;
	left: 30%;
}

.kv_nav .bar .navBtn:nth-child(1)::after,
.kv_nav .bar .navBtn:nth-child(2)::after,
.kv_nav .bar .navBtn:nth-child(4)::after {
	left: 33%;
}

.kv_nav .bar .navBtn:hover h3,
.nav .bar .navBtn:hover h3 {
	color: #f0d784;
}

.nav {
	display: none;
	position: fixed;
	background: #174487;
	width: 100%;
	height: 100px;
	top: 0;
	z-index: 999;
}

.nav.active {
	display: block;
}

.nav_page {
	display: none;
	position: fixed;
	background: #174487;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 99;
}

.nav .p_wrap {
	display: flex;
	margin-top: 25px;
	max-width: 1280px;
	align-items: center;
}

.nav a.logo {
	display: inline-block;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	width: 153px;
	height: 45px;
	margin-right: 60px;
}

.nav .bar {
	display: flex;
}

.bar_m {
	width: 90%;
	margin: 0 auto;
}

.nav .bar .navBtn .icon {
	display: block;
	width: 34px;
	height: 30px;
	margin-right: 6px;
}

.bar_m .navBtn .icon {
	display: block;
	width: 34px;
	height: 30px;
	margin-right: 6px;
}

.nav .bar .navBtn {
	display: flex;
	margin-right: 20px;
}

.bar_m .navBtn {
	margin: 20px;
}

.nav .bar .navBtn h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .5px;
}

.bar_m .navBtn h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	padding: 20px 60px;
	border-bottom: 2px solid #b19866;
}

.nav .menu {
	display: none;
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0;
	margin-top: 24px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: url(../img/icon-menu.png) no-repeat;
	background-size: 100% 100%;
}

.nav .menu.active {
	background: url(../img/icon-menu-close.png) no-repeat;
	background-size: 100% 100%;
}

.nav_page {
	position: fixed;
	top: 100px;
	/* 接在.nav下方 */
	left: 0;
	width: 100%;
	height: calc(100vh - 100px);
	background: #183463;
	display: none;
	z-index: 998;
}

/* 展開時加上.open 顯示 */
.nav_page.open {
	display: block;
}


/* p1 */
.p1 {
	position: relative;
	width: 100%;
	height: 1860px;
	background: linear-gradient(to bottom, #ffffff 55%, #ffe281 100%);
	display: flex;
	flex-direction: column;
}

.p1_t {
	width: 100%;
	height: 137px;
	background: url(../img/p1_t.png) no-repeat center center / contain;
	margin-top: 80px;
}

.p1_content {
	display: flex;
	margin-top: 80px;
	justify-content: center;
	align-items: center;
}

.p1_p1 {
	width: 100%;
	max-width: 360px;
	height: 307px;
	background: url(../img/p1_cont1.png) no-repeat center center / contain;
	margin-right: 30px;
}

.p1_p2 {
	width: 100%;
	max-width: 618px;
	height: 288px;
	background: url(../img/p1_cont2.png) no-repeat center center / contain;
}

.p1_content2 {
	position: relative;
	max-width: 1200px;
	margin: 30px auto 0;
}

.p1_content2 ul {
	color: #000;
	font-size: 20px;
}

.p1_content2 .info {
	list-style: url(../img/title_icon.png);
}

.p1_content2 .info span {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 3px;
}

.p1_content2 .info2 span {
	font-size: 20px;
	font-weight: 700;
}

.p1_content2 ul li span {
	line-height: 2.2;
}

.p1_content2 .info li p,
.p1_content2 .info2 li:nth-child(3) {
	margin-bottom: 30px;
}

.p1_content2 .info .step1,
.p1_content2 .info .step2 {
	max-width: 959px;
	height: 108px;
	background-color: #183463;
	border-radius: 47px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.p1_content2 .info .step3 {
	max-width: 959px;
	height: 108px;
	background-color: #183463;
	border-radius: 47px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	display: flex;
}

.p1_content2 .info .step1 {
	margin-top: 20px;
}

.p1_content2 .info .step2 {
	margin-top: 15px;
}

.p1_content2 .info .step3 {
	margin-top: 15px;
	background-color: #183463;
	color: #fff;
}

.p1_content2 .info .step1 .left,
.p1_content2 .info .step2 .left {
	width: 50%;
	display: flex;
	align-items: center;
}

.p1_content2 .info .step3 .left {
	width: 85%;
	display: flex;
	align-items: center;
	margin-left: 50px;
}


.p1_content2 .info .step1 .right,
.p1_content2 .info .step2 .right {
	width: 50%;
	max-width: 254px;
}

.p1_content2 .info .step1 .icon1,
.p1_content2 .info .step2 .icon1,
.p1_content2 .info .step3 .icon1 {
	position: relative;
	background: url(../img/step01.png) no-repeat center center / contain;
	width: 100%;
	max-width: 92px;
	height: 30px;
	z-index: 1;
	margin-right: 20px;
}

.p1_content2 .info .step2 .icon1 {
	background: url(../img/step02.png) no-repeat center center / contain;
}

.p1_content2 .info .step3 .icon1 {
	background: url(../img/step03.png) no-repeat center center / contain;
}

.p1_content2 .info .step1 .line,
.p1_content2 .info .step2 .line,
.p1_content2 .info .step3 .line {
	width: 1px;
	height: 70px;
	background-color: #e8d17b;
}

.p1_content2 .info .step1 .icon2 {
	background: url(../img/step01_icon.png) no-repeat center center / contain;
	width: 100%;
	max-width: 79px;
	height: 76px;
	margin: 0 20px;
}

.p1_content2 .info .step2 .icon2 {
	background: url(../img/step02_icon.png) no-repeat center center / contain;
	width: 100%;
	max-width: 75px;
	height: 73px;
	margin: 0 20px;
}
.p1_content2 .info .step3 .icon2 {
	background: url(../img/step03_icon.png) no-repeat center center / contain;
	width: 100%;
	max-width: 79px;
	height: 49px;
	margin: 0 20px;
}

.p1_content2 .info .step1 .btn,
.p1_content2 .info .step2 .btn {
	background: url(../img/step_btn.png) no-repeat center center / contain;
	width: 100%;
	max-width: 254px;
	height: 55px;
	display: block;
}

.btn:hover {
	filter: brightness(110%);
}

/* p2 */
.p2 {
	overflow: hidden;
	position: relative;
	background: url(../img/p2_bg.svg) no-repeat center top;
	background-size: cover;
	width: 100%;
	margin-top: -200px;
	z-index: 5;
	padding-bottom: 50px;
}

.p_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.p2_t {
	font-size: 30px;
	padding: 170px 0 0;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.p2_t h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #ffe188;
}

.p2_t img,
.step_t img {
	width: 26px;
	height: 26px;
	margin-right: 6px;
}

.p2 .box {
	border-radius: 7px;
	padding: 10px 35px 25px;
	background-color: #0f223d;
	margin-bottom: 20px;
}

.p2 .box h3 {
	display: flex;
	position: relative;
	cursor: pointer;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 26px;
	color: #e0c561;
	padding-left: 40px;
	border-bottom: 1px solid #fff;
}

.p2 .box h3::before {
	display: block;
	content: "1";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 25px;
	font-size: 12px;
	color: #0f223d;
	background-color: #fff;
	top: 35%;
	left: 1%;
	text-align: center;
	line-height: 18px;
}

.p2 .box:nth-child(3) h3::before {
	content: "2";
}

.p2 .box:nth-child(4) h3::before {
	content: "3";
}

.p2 .box:nth-child(5) h3::before {
	content: "4";
}

.p2 .box:nth-child(6) h3::before {
	content: "5";
}

.p2 .box:nth-child(7) h3::before {
	content: "6";
}

.p2 .box:nth-child(8) h3::before {
	content: "7";
}


.p2 .box h3::after {
	display: block;
	content: "";
	position: absolute;
	width: 15px;
	height: 9px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/p2_icon.svg) no-repeat;
	background-size: 100% 100%;
	transition: transform 0.3s ease;
}

/* 收合狀態：加上 .collapsed 就會旋轉 */
.p2 .box.collapsed h3::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.box.collapsed .detail-content {
	display: none;
}

.p2 .box p,
.p2 .box ul {
	position: relative;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 18px;
	padding-left: 40px;
	margin-top: 12px;
}

.p2 .box:nth-child(6) p:nth-child(3),
.p2 .box:nth-child(6) ul {
	margin-top: 0px;
}

.p2 .box ul {
	padding-left: 60px;
	list-style: disc;
}

.p2 .box ul a {
	color: #c0ab5b;
	font-weight: 700;
	border-bottom: 1px solid #c0ab5b;
	padding-bottom: 2px;
}

.p2 .detail>div {
	transition: all 0.3s ease;
}

/* p3 */
.p3 {
	position: relative;
	background: url(../img/p3_bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 932px;
	overflow: hidden;
}

.p3 .p_wrap,
.p4 .p_wrap {
	display: flex;
	flex-direction: column;
}

.p3_t {
	width: 100%;
	height: 130px;
	background: url(../img/p3_t.png) no-repeat center center / contain;
	margin-top: 80px;
}

.apply_line {
	width: 100%;
	height: 1px;
	background-color: #b19866;
	margin-top: 70px;
}

.apply {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 8px;
	text-align: center;
	color: #b19866;
	width: 223px;
	height: 56px;
	border-radius: 27px;
	background-color: #f7f7f7;
	margin: 0 auto;
	margin-top: -25px;
}

.p3 .step1,
.p3 .step2 {
	width: 100%;
	max-width: 465px;
	height: 358px;
	margin-top: 20px;
}

.p3_step {
	display: flex;
	justify-content: space-around;
}

.p3 .step1 {
	background: url(../img/p3_step1.png) no-repeat center center / contain;
}

.p3 .step2 {
	background: url(../img/p3_step2.png) no-repeat center center / contain;
}

.btn-button {
	display: inline-block;
	background-color: #0e2850;
	border-radius: 999px;
	width: 440px;
	line-height: 60px;
	letter-spacing: 2px;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	border: 0;
	cursor: pointer;
	text-decoration: none;
}

.btn-button i {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 25px;
	background: url(../img/icon-arrow-right.png) no-repeat;
	margin: 24px 0 0 30px;
}

.p3 .btn-button {
	margin: 50px auto 0;
}

.btn-button:hover {
	background-color: rgba(255, 228, 122, 1);
	color: #091c3c;
}

.btn-button:hover i {
	background: url(../img/icon-arrow-right_b.png) no-repeat;
	width: 27px;
	height: 25px;
}

/* p4 */
.p4 {
	position: relative;
	background: url(../img/p4_bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 910px;
	overflow: hidden;
}

.p4_t {
	width: 100%;
	height: 146px;
	background: url(../img/p4_t.png) no-repeat center center / contain;
	margin-top: 80px;
}

.p4 p,
.p5 p {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-top: 30px;
}

.p4 .cont1 {
	width: 100%;
	max-width: 427px;
	background: url(../img/p4_cont1.png) no-repeat center center / contain;
}

.p4 .cont2 {
	width: 100%;
	max-width: 508px;
}

.p4_step {
	margin-top: 70px;
}

.p4 .step1,
.p4 .step2,
.p4 .step3 {
	width: 100%;
	max-width: 508px;
	height: 83px;
	display: block;
	margin: 20px 0;
}

.p4 .step1 {
	background: url(../img/p4_step1.png) no-repeat center center / contain;
}

.p4 .step2 {
	background: url(../img/p4_step2.png) no-repeat center center / contain;
}

.p4 .step3 {
	background: url(../img/p4_step3.png) no-repeat center center / contain;
}

.p4 .btn {
	background: url(../img/p4_btn.png) no-repeat center center / contain;
	width: 100%;
	max-width: 507px;
	height: 60px;
	display: block;
}

.step_t {
	font-size: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.p4_step {
	display: flex;
	justify-content: space-between;
}

/* p5 */
.p5 {
	position: relative;
	background: url(../img/p3_bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 955px;
	overflow: hidden;
}

.p5 p {
	color: #0e2850;
}

.p5 .apply_line {
	margin-top: 50px;
}

.p5_t {
	width: 100%;
	height: 132px;
	background: url(../img/p5_t.png) no-repeat center center / contain;
	margin-top: 80px;
}

.p5 .step1,
.p5 .step2,
.p5 .step3,
.p5 .step4 {
	width: 100%;
	max-width: 224px;
	display: block;
	margin: 25px 0;
}

.p5 .step1 {
	height: 307px;
}

.p5 .step2,
.p5 .step3,
.p5 .step4 {
	height: 308px;
}

.p5_step {
	display: flex;
	justify-content: space-between;
}

.p5 .step1 {
	background: url(../img/p5_step1.png) no-repeat center center / contain;
}

.p5 .step2 {
	background: url(../img/p5_step2.png) no-repeat center center / contain;
}

.p5 .step3 {
	background: url(../img/p5_step3.png) no-repeat center center / contain;
}

.p5 .step4 {
	background: url(../img/p5_step4.png) no-repeat center center / contain;
}

.p5 .btn {
	background: url(../img/p5_btn.png) no-repeat center center / contain;
	width: 100%;
	max-width: 441px;
	height: 55px;
	display: block;
	margin: 40px auto;
}

/* p6 */
.p6 {
	position: relative;
	background: url(../img/p6_bg.png) #fff no-repeat center bottom;
	width: 100%;
	overflow: hidden;
	color: #0d1933;
}

.p6 .p_wrap {
	max-width: 1200px;
}

.p6_p1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p6_p2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
}

.p6 .p6_p1 h4 {
	font-size: 20px;
	font-weight: 700;
	width: 137px;
	display: block;
	padding: 3px;
	background-color: #fff;
	border-radius: 999px;
	border: 2px solid #0e2850;
	text-align: center;
}

.p6 p {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.p6 span {
	font-size: 30px;
	font-weight: 700;
}

.p6_t {
	width: 100%;
	height: 138px;
	background: url(../img/p6_t.png) no-repeat center center / contain;
	margin-top: 80px;
}

.event1 {
	width: 100%;
	max-width: 1000px;
	display: flex;
	align-items: center;
	padding: 80px 0 60px;
	border-bottom: 1px solid #0e2850;
}

.p6 .cont1,
.p6 .cont2,
.p6 .cont3,
.p6 .cont4 {
	width: 100%;
	height: 187px;
}

.p6 .cont1 {
	max-width: 215px;
	background: url(../img/p6_cont1.png) no-repeat center center / contain;
	margin-right: 140px;
}

.p6_t2 {
	width: 100%;
	max-width: 558px;
	height: 193px;
	background: url(../img/p6_t2.png) no-repeat center center / contain;
}

.event2 {
	width: 100%;
	display: flex;
	justify-content: center;
}

.event {
	max-width: 400px;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p6 .cont2,
.p6 .cont3,
.p6 .cont4 {
	margin: 20px 0;
}

.p6 .cont2 {
	max-width: 212px;
	background: url(../img/p6_cont2.png) no-repeat center center / contain;
}

.p6 .cont3 {
	max-width: 200px;
	background: url(../img/p6_cont3.png) no-repeat center center / contain;
}

.p6 .cont4 {
	max-width: 197px;
	background: url(../img/p6_cont4.png) no-repeat center center / contain;
}

.p6 .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
}

.p6_t3 {
	width: 100%;
	max-width: 498px;
	height: 146px;
	background: url(../img/p6_t3.png) no-repeat center center / contain;
	margin-bottom: 30px;
}

.p6 .cont5 {
	width: 50%;
	max-width: 415px;
	height: 539px;
	background: url(../img/p6_cont5.png) no-repeat center center / contain;
}

.p6_p2 p {
	font-size: 30px;
	font-weight: 700;
	color: #0e2850;
}

.p6_p2 .tag {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 50px;
}

.p6_p2 .tag p {
	font-size: 22px;
	display: block;
	width: 100px;
	height: 36px;
	border-radius: 999px;
	background-color: #fff;
	margin: 5px;
}

.p6_p2 .tag p:nth-child(4) {
	width: 159px;
}

.p6_p3 {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #e6d38d5e;
	display: flex;
	color: #0e2850;
}

.p6 .p6_p3 h4 {
	width: 30%;
	font-size: 33px;
	font-weight: 700;
	display: block;
	margin-right: 120px;
}

.p6 .p6_p3 p {
	width: 70%;
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-align: start;
}

.p6 .p6_p3 .wrapper {
	display: flex;
	align-items: center;
}

/* fixbtn */
.back-to-top {
	display: none;
	position: fixed;
	z-index: 10;
	right: 22px;
	bottom: 40px;
	width: 52px;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.back-to-top {
		right: 18px;
		bottom: 16px;
	}
}

.back-to-top img {
	display: block;
	width: 100%;
}

.fix-btn {
	position: fixed;
	right: 20px;
	bottom: 250px;
	margin: auto;
	z-index: 10;
	height: 124px;
}

@media (max-width: 1023px) {
	.fix-btn {
		right: 16px;
		bottom: 220px;
	}
}

.fix-btn .link-contactUs {
	background: url(../img/icon-fix03.png) center no-repeat;
	background-size: contain;
	margin-bottom: 12px;
}

.fix-btn>a {
	display: block;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.fix-btn>a.active {
	background: url(../img/icon-fix-close.png) center no-repeat;
	background-size: contain;
}

.fix-btn .link {
	background: url(../img/icon-fix04.png) center no-repeat;
	background-size: contain;
	margin-bottom: 12px;
}

.fix-btn .link2 {
	background: url(../img/icon-fix01.png) center no-repeat;
	background-size: contain;
	margin-bottom: 12px;
}

.fix-btn .link.active+.hide,
.fix-btn .link2.active+.hide2 {
	pointer-events: auto;
}

.fix-btn .link.active+.hide>a:nth-of-type(1),
.fix-btn .link2.active+.hide2>a:nth-of-type(1) {
	-webkit-animation: come-in 0.4s forwards 0.2s;
	animation: come-in 0.4s forwards 0.2s;
}

.fix-btn .link.active+.hide>a:nth-of-type(2),
.fix-btn .link2.active+.hide2>a:nth-of-type(2) {
	-webkit-animation: come-in 0.4s forwards 0.4s;
	animation: come-in 0.4s forwards 0.4s;
}

.fix-btn .link.active+.hide>a:nth-of-type(3),
.fix-btn .link2.active+.hide2>a:nth-of-type(3) {
	-webkit-animation: come-in 0.4s forwards 0.6s;
	animation: come-in 0.4s forwards 0.6s;
}

@-webkit-keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-webkit-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}

	70% {
		-webkit-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}

	100% {
		-webkit-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

@keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-webkit-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}

	70% {
		-webkit-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}

	100% {
		-webkit-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

.fix-btn .contact {
	background: url(../img/icon-fix02.png) center no-repeat;
	background-size: contain;
}

.fix-btn .contact.active+.hide,
.fix-btn .contact.active+.hide2 {
	-webkit-animation: come-in 0.4s forwards 0.2s;
	animation: come-in 0.4s forwards 0.2s;
	pointer-events: auto;
}

.fix-btn .hide {
	position: absolute;
	right: 0;
	top: -104px;
	white-space: nowrap;
	pointer-events: none;
}

.fix-btn .hide2 {
	position: absolute;
	right: 65px;
	top: 45px;
	white-space: nowrap;
	pointer-events: none;
}

.fix-btn .hide>a,
.fix-btn .hide2>a {
	float: right;
	border-radius: 999px;
	font-size: 14px;
	line-height: 40px;
	padding: 0 48px 0 16px;
	color: #0D1933;
	margin-bottom: 8px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fix-btn .hide>a:hover,
.fix-btn .hide2>a:hover {
	color: #fff;
}

.fix-btn .hide>a:hover:nth-of-type(1) {
	background: url(../img/icon-fix-btn04-hover.png) #B28742 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide2>a:hover:nth-of-type(1) {
	background: url(../img/icon-fix-btn01-hover.png) #B28742 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide>a:hover:nth-of-type(2) {
	background: url(../img/icon-fix-btn05-hover.png) #B28742 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide2>a:hover:nth-of-type(2) {
	background: url(../img/icon-fix-btn02-hover.png) #B28742 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide2>a:hover:nth-of-type(3) {
	background: url(../img/icon-fix-btn03-hover.png) #B28742 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide>a:nth-of-type(1) {
	background: url(../img/icon-fix-btn04.png) #CEB070 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide2>a:nth-of-type(1) {
	background: url(../img/icon-fix-btn01.png) #CEB070 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide>a:nth-of-type(2) {
	background: url(../img/icon-fix-btn05.png) #CEB070 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide2>a:nth-of-type(2) {
	background: url(../img/icon-fix-btn02.png) #CEB070 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide>a:nth-of-type(3),
.fix-btn .hide2>a:nth-of-type(3) {
	background: url(../img/icon-fix-btn03.png) #CEB070 right 16px center no-repeat;
	background-size: 24px 24px;
}

.fix-btn .hide.box,
.fix-btn .hide2.box {
	width: 335px;
	height: 50dvh;
	position: absolute;
	right: 0;
	top: auto;
	bottom: 64px;
	background: #CEB070;
	border-radius: 20px;
	opacity: 0;
	pointer-events: none;
}

/* footer */
.copyright {
	width: 100%;
	background: linear-gradient(to top, rgb(196, 153, 77) 0%, rgb(234, 212, 139) 100%);
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-top: 20px;
	bottom: 0;
}

.copyright p,
.copyright a {
	color: #0d1933;
	display: inline-block;
	font-size: 16.5px;
}

#footer {
	padding: 64px 0 0;
	border-top: 1px solid #CEB070;
	background-color: #0d1933;
}

@media (max-width: 1275px) {
	#footer {
		padding: 40px 0 0;
	}
}

#footer .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
}

@media (max-width: 1275px) {
	#footer .wrapper {
		display: block;
	}
}

#footer .wrapper .logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	width: 180px;
	margin-right: 126px;
}

@media (max-width: 1275px) {
	#footer .wrapper .logo {
		margin: 0 0 40px 0;
	}
}

#footer .wrapper .logo img {
	display: block;
	width: 100%;
}

#footer .wrapper title {
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	color: #CEB070;
	margin-bottom: 20px;
}

@media (max-width: 1023px) {
	#footer .wrapper title {
		font-size: 0.9rem;
		line-height: 28px;
		margin-bottom: 12px;
	}
}

@media (max-width: 600px) {
	.copyright {
		margin-top: 160px;
	}

	.back-to-top {
		transform: scale(1.5);
		transform-origin: bottom right;
	}

	.fix-btn {
		transform: scale(1.5);
		transform-origin: bottom right;
		bottom: 320px;
	}

	#footer {
		overflow: hidden;
	}

	#footer .t {
		transform: scale(1.1);
		transform-origin: top left;
	}

	#footer .wrapper title {
		font-size: 30px;
		line-height: 55px;
	}

	.copyright p,
	.copyright a {
		font-size: 24px;
	}

}

#footer .wrapper .link {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 180px;
	margin-right: 24px;
}

@media (max-width: 1275px) {
	#footer .wrapper .link {
		display: inline-block;
		vertical-align: top;
		width: calc(33.3333333333% - 3px);
		margin: 40px 0 0 0;
	}
}

@media (max-width: 1023px) {
	#footer .wrapper .link {
		width: calc(50% - 3px);
	}
}

#footer .wrapper .link a:not(.icon) {
	display: block;
	color: #CEB070;
	font-size: 17.6px;
	line-height: 40px;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	#footer .wrapper .link a:not(.icon) {
		font-size: 24px;
		line-height: 55px;
	}
}


#footer .wrapper .link a:not(.icon):last-of-type {
	margin-bottom: 0;
}

#footer .wrapper .link a:not(.icon):hover {
	text-decoration: underline;
}

#footer .wrapper .form {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

#footer .wrapper .form label {
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#footer .wrapper .form label input {
	width: 242px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #CEB070;
	height: 40px;
	background: none;
	padding: 0 10px;
	font-size: 0.8rem;
	color: #fff;
}

@media (max-width: 1023px) {
	#footer .wrapper .form label input {
		width: calc(100% - 40px);
	}
}

#footer .wrapper .form label button {
	border-radius: 0 4px 4px 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.52%, #EDD990), to(#C3974B));
	background: linear-gradient(90deg, #EDD990 0.52%, #C3974B 100%);
	height: 40px;
	width: 40px;
	border: 0;
	cursor: pointer;
}

#footer .wrapper .form label button img {
	display: block;
	width: 24px;
	margin: 0 auto;
}

#footer .wrapper .form .icon {
	display: inline-block;
	width: 32px;
	margin-right: 13px;
}

#footer .wrapper .form .icon img {
	display: block;
	width: 100%;
}

#footer .wrapper .form .icon:hover {
	opacity: 0.8;
}