@charset "UTF-8";
.moreico, .moreico--basic, .btn--basic, .moreico--move, .btn--move {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.flex--end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flex--between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flex--acenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flex--astart {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.flex--jcstart {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.flex--jcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid {
	display: grid;
}

.grid--space2 {
	grid-template-columns: 1fr 1fr;
}

.grid--space3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.grid--space4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid--space5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid--space64 {
	grid-template-columns: 60% 38%;
}

.grid--space46 {
	grid-template-columns: 45% 55%;
}

.grid--gap25 {
	grid-gap: 25px;
}

.grid--gap30 {
	grid-gap: 30px;
}

.grid--gap60 {
	grid-gap: 60px;
}

@media only screen and (max-width: 1024px) {
	.grid--space5 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.grid--gap60 {
		grid-gap: 30px;
	}
	.grid--space46 {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 768px) {
	.grid--space2 {
		grid-template-columns: 1fr;
	}
	.grid--space3 {
		grid-template-columns: 1fr 1fr;
	}
	.grid--space4 {
		grid-template-columns: 1fr 1fr;
	}
	.grid--space5 {
		grid-template-columns: 1fr 1fr;
	}
	.grid--gap25, .grid--gap30, .grid--gap60 {
		grid-gap: 30px 20px;
	}
	.grid--space64 {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 540px) {
	.grid--space3, .grid--space4, .grid--space5 {
		grid-template-columns: 1fr;
	}
}

.font--40 {
	font-size: clamp(28px, 3.5vw, 40px);
}

.font--36 {
	font-size: clamp(28px, 2.9vw, 36px);
}

.font--34 {
	font-size: clamp(24px, 2.5vw, 34px);
}

.font--30 {
	font-size: clamp(22px, 2.3vw, 30px);
}

.font--26 {
	font-size: clamp(22px, 2.2vw, 26px);
}

.font--24 {
	font-size: clamp(22px, 2.1vw, 24px);
}

.font--22 {
	font-size: 22px;
}

.font--20 {
	font-size: 20px;
}

.font--18 {
	font-size: 18px;
}

.font--16 {
	font-size: 16px;
}

.font--15 {
	font-size: 15px;
}

.font--14 {
	font-size: 14px;
}

.font--md {
	font-weight: 500;
}

.font--bold {
	font-weight: 700;
}

.font--green {
	color: #2F5597;
}

.font--red {
	color: #E60505;
}

.font--blue {
	color: #007BCE;
}

.font--black {
	color: #000;
}

.font--gray {
	color: #808080;
}

.font--gray500 {
	color: #adb5bd;
}

.font--gray800 {
	color: #343a40;
}

.font--white {
	color: #fff;
}

.font--center {
	text-align: center;
}

.font--line {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 10px;
}

.font--through {
	text-decoration: line-through;
}

.page__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 2px;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	margin-bottom: 20px;
	color: #523817;
}

.page__subtitle {
	display: block;
	font-family: "EB Garamond";
	color: #B89A6F;
	font-weight: 600;
	font-size: clamp(52px, 8vw, 75px);
	letter-spacing: 5px;
	position: relative;
	background-image: url("../../images/title-ap.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

.page__itemtitle {
	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;
	width: 100%;
	background-image: url("../../images/line-ap2.jpg");
	background-position: 50% 50%;
	background-repeat: repeat;
	margin: 20px auto 40px;
	z-index: -2;
}

.page__itemtitle p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: center;
	font-size: 26px;
	color: #523817;
	background: #fff;
	font-weight: 500;
	padding: 0 15px;
	z-index: 1;
}

.page__itemtitle p::after {
	content: "";
	background: #ECE8E2;
	width: 90%;
	height: 11px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.page__tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 10px;
}

.page__tip li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #D9F1D9;
	line-height: 35px;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
	color: #104A32;
	margin: 0 8px 5px 0;
}

.page__tip li i {
	margin-right: 5px;
}

.page__subtip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	margin-bottom: 20px;
}

.page__txt {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.25rem;
}

.page__info {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.page__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page--full {
	width: 100%;
}

.page--pd30 {
	padding: 30px;
}

.page--pdtb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.page--pdtb120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.page--pdb60 {
	padding-bottom: 60px;
}

.page--pdb100 {
	padding-bottom: 100px;
}

.page--mtb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.page--mt50cut {
	margin-top: -50px;
}

.page--mb20 {
	margin-bottom: 20px;
}

.page--mb50 {
	margin-bottom: 50px;
}

.page--mb80 {
	margin-bottom: 80px;
}

.page--mb100 {
	margin-bottom: 100px;
}

.page--center {
	margin: auto;
}

.page--shadow {
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: none !important;
}

.page--bgwhite {
	background: #fff;
	padding: 20px;
}

.page--bgray {
	background: #F1F1F1;
}

.page--w70 {
	width: calc(100% - 33% - 30px);
}

.page--w30 {
	width: 33%;
}

.page--line {
	border: 1px solid #dedede;
}

.page--topline {
	border-top: 1px solid #B5C5C5;
	padding-top: 20px;
}

.page__right-main {
	width: calc(78% - 30px);
}

.page--robe::after {
	content: '';
	display: block;
	margin-top: 5px;
	width: 60px;
	height: 6px;
	background: -webkit-gradient(linear, left top, right top, from(#0394b9), to(#00d8ac));
	background: linear-gradient(to right, #0394b9 0%, #00d8ac 100%);
	z-index: 1;
}

.page--bg01 {
	position: relative;
	background-image: url(../../images/bg-a01.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FDF3E2;
}

.page--bg01::after {
	content: "";
	width: 100%;
	height: 447px;
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	background-image: url(../../images/bg-a02.svg), url(../../images/bg-a03.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom , right 50px bottom;
}

.page--bg02 {
	position: relative;
	background-image: url(../../images/bg-a04.svg);
	background-repeat: no-repeat;
	background-position: left 240px;
}

@media only screen and (max-width: 1080px) {
	.page--pdtb120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page--pdb100 {
		padding-bottom: 80px;
	}
	.page--mb100 {
		margin-bottom: 60px;
	}
	.page--w70 {
		width: 100%;
		margin-right: 0;
	}
	.page--w30 {
		width: 100%;
	}
	.page--bg02 {
		background-position: left 0px;
	}
}

@media only screen and (max-width: 768px) {
	.page--pdtb80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page--pd30 {
		padding: 15px;
	}
	.page--mb80 {
		margin-bottom: 40px;
	}
	.page--mb100 {
		margin-bottom: 40px;
	}
	.page__img img {
		margin: auto;
		width: 100%;
		height: auto;
	}
}

/*====共用====*/
.edit {
	margin: 30px 0;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.125rem;
}

.edit img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px auto;
}

.edit--gray {
	padding: 15px;
	background: #F9F9F9;
}

.edit-keyword {
	margin: 20px auto 30px;
}

.moreico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 190px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px 20px;
	font-family: "Poppins", "Noto Sans TC", sans-serif;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	z-index: 3;
	border-radius: 5px;
	overflow: hidden;
}

.moreico img, .moreico i {
	margin-left: 10px;
}

.moreico:hover {
	padding-right: 0;
}

.moreico--gray, .btn--gray {
	background: #EBEBEB;
	color: #333;
}

.moreico--gray:hover, .btn--gray:hover {
	background: #333;
	color: #fff;
}

.moreico--black, .btn--black {
	background: #000;
	color: #fff;
	margin-bottom: 15px;
}

.moreico--black:hover, .btn--black:hover {
	background: #2F5597;
	color: #fff;
}

.moreico--basic, .btn--basic {
	color: #333;
}

.moreico--line, .btn--line {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

.moreico--line:hover, .btn--line:hover {
	background: #fff;
	color: #333;
}

.moreico--move:hover, .btn--move:hover {
	margin-left: 10px;
}

.moreico--shadow, .btn--shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	color: #333;
}

.moreico--CTA, .btn--CTA {
	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;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 385px;
	height: 65px;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 60px;
	background: #333;
}

@media only screen and (max-width: 540px) {
	.moreico--CTA, .btn--CTA {
		width: 90%;
	}
}

.moreico--CTA i, .btn--CTA i {
	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;
	background: #fff;
	color: #3168A7;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 99rem;
	margin-left: 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.moreico--CTA:hover, .btn--CTA:hover {
	background: #90DCC8;
	color: #fff;
}

.moreico--CTA:hover i, .btn--CTA:hover i {
	-webkit-transform: translate(20px);
	    -ms-transform: translate(20px);
	        transform: translate(20px);
}

.agree_icon {
	display: block;
	margin: 20px 0;
	width: 100%;
}

.agree_icon input[type=checkbox].css-checkbox {
	display: none;
}

.agree_icon input[type=checkbox].css-checkbox + label.css-label.agree {
	padding-left: 45px;
	display: inline-block;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 0 -60px;
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.agree_icon input[type=checkbox].css-checkbox:checked + label.css-label.agree {
	background-position: 0 0;
}

.agree_icon label.css-label.agree {
	background-image: url(../../images/csscheckbox.png);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	height: 30px;
	overflow: hidden;
}

.arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.arrow li {
	width: 50%;
}

.arrow li:nth-of-type(1) {
	border-right: 1px solid #d3d3d3;
}

.arrow a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 18px;
	color: #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 30px 50px 20px;
}

.arrow a:hover {
	background: #E9E9E9;
}

.arrow a:hover i {
	border: 1px solid #333;
	background: #333;
}

.arrow a:hover i::after {
	color: #fff;
}

.arrow a i {
	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;
	position: absolute;
	top: 20px;
	border: 1px solid #707070;
	background: #fff;
	border-radius: 99rem;
	width: 40px;
	height: 40px;
}

.arrow a i::before {
	position: absolute;
	top: -15px;
	width: 100px;
	content: attr(title);
	font-size: 16px;
	color: #1F7CA5;
	font-weight: 700;
}

.arrow a i::after {
	font-size: 20px;
	color: #333;
	font-family: 'icomoon' !important;
}

.arrow a.arrow__prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.arrow a.arrow__prev i {
	left: 0;
}

.arrow a.arrow__prev i::before {
	left: 48px;
}

.arrow a.arrow__prev i::after {
	content: "\e925";
}

.arrow a.arrow__next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.arrow a.arrow__next i {
	right: 0;
}

.arrow a.arrow__next i::before {
	right: 0;
}

.arrow a.arrow__next i::after {
	content: "\e928";
}

@media only screen and (max-width: 1024px) {
	.arrow li {
		width: 100%;
	}
}
