/* Generated by less 2.2.0 */
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,700&display=swap');


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 18px;
    line-height: 1.6;
	font-family: "Montserrat","Noto Sans TC", sans-serif !important;
    color: var(--color-dark);
}
@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
}
a {
	cursor: pointer;
	outline: none;
}

sup {
	vertical-align: super;
	font-size: smaller;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.header {
	position: relative;
	width: 100%;
	background: #ffffff;
	min-height: 100px;
	z-index: 999999;
}

.header::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#b09f66),
		color-stop(#c4b68a),
		color-stop(#e2dbc6),
		color-stop(#dcd4ba),
		to(#b6a671)
	);
	background: linear-gradient(
		to right,
		#b09f66,
		#c4b68a,
		#e2dbc6,
		#dcd4ba,
		#b6a671
	);
	position: absolute;
	top: 100%;
	left: 0;
}
.logo {
	position:absolute;
}
.logo1 {
    width: 191px;
    left: 50px;
    top: 25px;
}
.logo2 {
    width: 100px;
    right: 50px;
    top: 15px;
}
@media screen and (max-width: 576px) {
    .header {
        min-height: 75px;
    }
    .logo1 {
        width: 141px;
        left: 23px;
        top: 18px;
    }
    .logo2 {
        width: 78px;
        right: 16px;
        top: 11px;
    }
}

/*Footer*/

.footer-top {
	padding: 10px 16%;
}
@media screen and (max-width: 576px) {
	.footer-top {
		padding: 10px 2%;
	}
}
.footer-bottom {
	position: relative;
	width: 100%;
	padding: 0 20px;
	background: #c42b05;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	color: white;
}
.footer-bottom a {
	text-decoration: none;
	color: white;
}

.footer-bottom::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#b09f66),
		color-stop(#c4b68a),
		color-stop(#e2dbc6),
		color-stop(#dcd4ba),
		to(#b6a671)
	);
	background: linear-gradient(
		to right,
		#b09f66,
		#c4b68a,
		#e2dbc6,
		#dcd4ba,
		#b6a671
	);
	position: absolute;
	left: 0;
}

.footer-bottom .bottom {
	padding: 20px 0px 20px;
	max-width: 1024px;
	margin: 0 auto;
	background: #c52b1e;
	color: #fff;
	text-align: left;
	line-height: 1.6;
}
.footer-bottom .bottom ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-bottom .bottom ul li:nth(2) {
	width: 50%;
	float: right;
}

/* LAYOUT */
main.main {
    background-color: #ebebeb;
}
.section {
    padding-block: 80px;
}
.title-container {
    margin-bottom: 40px;
}
.title-bg {
    width: 50%;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .section {
        padding-block: 60px;
    }
    .title-bg {
        width: 80%;
    }
} 


/* TABLE */
table  {
	border-collapse: collapse;
	width: 100%;
}
.table-outline {
    font-size: 16px;
}
.table-outline th{
    text-align: center;
    font-weight: normal;
}
.table-outline td,
.table-outline th{
    border: 1px solid var(--color-dark);
    padding: 4px;
}



/* UTILITIES */
.h2     { 
    font-size: 40px; 
    letter-spacing: 0.1em;
    z-index: 1;
    position: relative;
}
.h3 {
    font-size: 24px;
    line-height: 1.3;
}
.fs-1       { font-size: 32px; }
.fs-2       { font-size: 24px; }
.fs-3       { font-size: 20px; }
.fs-4       { font-size: 18px; }
.fs-5       { font-size: 16px; }
.fs-6       { font-size: 14px; }

@media screen and (max-width: 768px) {
    .h2     { 
        font-size: 28px; 
        letter-spacing: 0.05em;
    }
    .h3 {
        font-size: 20px;
    }
    .fs-1       { font-size: 24px; }
    .fs-2       { font-size: 20px; }
    .fs-3       { font-size: 18px; }
    .fs-4       { font-size: 16px; }
    .fs-5       { font-size: 14px; }
    .fs-6       { font-size: 14px; }
}

.fw-bold    { font-weight: 700; }
.fw-medium  { font-weight: 600; }
.fw-regular { font-weight: 500; }
.fw-light   { font-weight: 400; }

.w-fitcontent { width: fit-content !important;}

:root {
    --color-dark: #3d474a;
    --color-primary: #80bebf;
    --color-lightgray: #8d9b9e;
    --color-red: #d92b2b;
}
.text-primary {
    color: var(--color-primary) !important
}
.text-lightgray{
    color: var(--color-lightgray);
}
.text-red {
    color: var(--color-red);
}
a.text-secondary:hover {
    color: var(--color-primary) !important;
}
/* KEY VISUAL */
.key-visual .bg-image {
	left: 0;
    width: 100%;
    animation: slide 16s infinite linear;
    will-change: opacity;
    top: 0;
    height: auto;
}
.key-visual .bg-image-container {
    width: 100%;
    overflow: hidden; 
}
.key-visual .img-front {
	z-index: 4;
	bottom: 0;
	width: 40.6%;
	right: 0;
}
.key-visual .decor {
	bottom: -2px;
	z-index: 5;
}
.key-visual .title {
	width: 41.8%;
	left: 28%;
	top: 26%;
    z-index: 5;
}

.key-visual .bg-image.img-1 {
	animation-delay: 0s;
    z-index: 3;
}
.key-visual .bg-image.img-2 {
	animation-delay: 4s;
    z-index: 2;
}
.key-visual .bg-image.img-3 {
	animation-delay: 8s;
    z-index: 1;
}
.key-visual .bg-image.img-4 {
	animation-delay: 12s;
    z-index: 0;
}

@keyframes slide {
    0% { opacity: 1; }
    20% { opacity: 1; }
    25% { opacity: 0; }
    95% { opacity: 0; }
    100% { opacity: 1; }
}


@media screen and (max-width: 576px) {
    .key-visual .title {
        width: 94%;
        left: 50%;
        top: 22%;
        transform: translateX(-50%);
    }
    .key-visual .img-front {
        width: 80%;
    }
}

/* NAV BAR */
.nav {
    justify-content: center;
    padding-block: 8px;
    font-weight: 500;
}
.navbar {
    margin-inline: auto;
    justify-content: center;
}
.nav-container {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-inline-start: 0;
    width: 100%;
}
.nav-item {
    width: 20%;
    margin-inline: 8px;
    text-align: center;
}
.nav-link {
    color: var(--color-dark);
    background: rgb(216,233,234);
    background: linear-gradient(0deg, rgba(216,233,234,1) 0%, rgba(197,226,227,1) 100%);
    border-radius: 10px;
    width: 100%;
}
.nav-link:hover {
    color: var(--color-dark);
}

@media screen and (max-width: 768px) {
    .nav-link {
        font-size: 16px;
        padding: .5rem;
    }
    .nav-item {
        width: auto;
        margin-inline: 1%;
    }
}

/* CARD 通用 */
.card-title {
    margin-bottom: 0;
}
.card-title .number {
    font-style: italic;
    font-size: 2em;
}


/* CARD SMALL */
.card-row {
    padding-inline: 5%;
}
.card-sm {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.card-sm .card-content{
    text-align: center;
}
.card-sm .card-table th {
    font-weight: normal;
    border-bottom: 1px solid var(--color-dark);
    padding-bottom: 4px;
}
.card-sm .card-table td,
.card-sm .card-table th {
	/* padding: 8px; */
	font-size: 16px;
	text-align: center !important;
    vertical-align: baseline;
}
.card-sm ol,
.card-sm ul{
    padding-inline-start: 20px;
}

@media screen and (max-width: 992px) {
    .card-row {
        gap: 20px;
    }
}

/* CARD LARGE */
.card-lg {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 60px 40px;
}
.card-lg .card-img{
    width: 45%;
    margin-inline: 20px;
    border-radius: 10px;
}



.card-lg ol,
.card-lg ul{
    padding-inline-start: 20px;
}

@media screen and (max-width: 992px) {
    .card-lg {
        flex-direction: column;
    }
    .card-lg .card-img{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .card-lg .card-img{
        width: 80%;
    }
}
@media screen and (max-width: 576px) {
    .card-lg .card-img{
        width: 100%;
    }
    .card-lg {
        padding: 40px 20px;
    }
}
/* SWIPER */
.swiper-slide {
    padding-bottom: 50px;
}
.swiper-button-next::after{
    content: '〉';
}
.swiper-button-prev::after{
    content: '〈';
}
.swiper-button-next, .swiper-button-prev {
    font-family: "Microsoft Jheng Hei","Noto Sans TC";
    font-weight: light;
    color: var(--color-lightgray);
}
.swiper-pagination-bullet-active {
    background-color: var(--color-dark);
}
.swiper-pagination-bullet {
    background-color: var(--color-lightgray);
}

.swiper1 .swiper-button-next, .swiper1 .swiper-button-prev {
    top: 300px;
}
@media screen and (max-width: 992px) {
    .swiper-button-next {
        right: -20px;
    }
    .swiper-button-prev {
        left: -20px;
    }
    .swiper1 .swiper-button-next, .swiper1 .swiper-button-prev {
        top: 50%;
    }
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev {
    top: 280px;
}
@media screen and (max-width: 992px) {
    .swiper2 .swiper-button-next, .swiper2 .swiper-button-prev {
        top: 50%;
    }
}
.swiper3 .swiper-button-next, .swiper3 .swiper-button-prev {
    top: 280px;
}
@media screen and (max-width: 992px) {
    .swiper3 .swiper-button-next, .swiper3 .swiper-button-prev {
        top: 50%;
    }
}

/* BUTTON */
.btn-red {
    background-color: var(--color-red);
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 10px;
    margin-inline: auto;
    margin-top: 20px;
    position: relative;
    overflow: clip;
}
.btn-red:hover,.btn-red:focus {
    box-shadow: none;
    color: #fff;
}
.btn .icon{
    margin-left: 8px;
}
.btn:hover .icon{
    transform: translate(70px, -70px);
}
.btn .icon,.btn .icon::after {
    width: 14px;
    height: 14px;
    background-image: url(../images/icon_arrow_upright.png);
    background-size: contain;
    position: relative;
    display: block;
    transition: transform ease 300ms;
}
.btn .icon::after {
    content: '';
    right: 0;
    transform: translate(-70px, 70px);
}

.btn-outline {
    background-color: #fff;
    color: var(--color-red); 
    border: 1px solid var(--color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 10px;
    margin-inline: auto;
    margin-top: 20px;
    position: relative;
    overflow: clip;
}
.btn-outline:hover,.btn-outline:focus {
    box-shadow: none;
    color: var(--color-red);
}
.btn-outline .icon,.btn-outline .icon::after {
    background-image: url(../images/icon_arrow_upright_red.png);
}

/* 注意事項 */
.precaution-title {
    font-size: 14px;
    color: var(--color-lightgray);
    display: flex;
    align-items: center;
    margin-inline: auto;
    width: fit-content;
}
.precaution-title:hover {
    color: var(--color-lightgray);
    text-decoration: none;
}
.precaution-title .icon{
    width: 10px;
    margin-left: 4px;
    transition: transform ease 300ms;
}
.precaution-title[aria-expanded="true"] .icon {
    transform: rotate(-180deg);
}
.precaution-container {
    width: 80%;
    margin-inline: auto;
}
.precaution-container .collapse,
.precaution-container .collapsing{
    font-size: 14px;
}

.precaution-container ol {
    padding-inline-start: 20px;
}
.precaution-content {
    padding-top: 16px;
}

/* Section 2 */
.section2 {
    background-color: #d8e9ea;
    position: relative;
    padding-block-start: 120px;
}
.section2 .gradient {
    background: rgb(235,235,235);
    background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%);
    height: 80px;
    position: absolute;
    top: -1px;
}
.section2 .container{
    z-index: 3;
}
.section2 .oval {
    bottom: -1px;
    z-index: 1;
}
.section2 .landmark {
    bottom: -20px;
    z-index: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
    .section2 .landmark {
        bottom: -1px;
        width: 100%;
    }
}
/* Section 3 */
.section3 {
    background-color: #edeae6;
}

/* Section 4 */
.section4 .img{
    width: 50%;
    margin-inline: 16px;
    border-radius: 10px;
}
.section4 ul,
.section4 ol {
    padding-inline-start: 20px;
}
.section4 .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    background: rgb(216,233,234);
    background: linear-gradient(90deg, rgba(216,233,234,1) 0%, rgba(197,226,227,1) 100%);
    padding: 16px;
    border-radius: 10px;
}
@media screen and (max-width: 992px) {
    .section4 .img{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .section4 .img{
        width: 80%;
    }
}



/* Section 5 */
section.section5 {
    background-color: #fff;
    padding-block: 60px;
}
.section5 .slogan {
    max-width: 380px;
    display: block;
    margin-inline: auto;
}
.section5 .btn-container .btn {
    margin-inline: 8px;
}
@media screen and (max-width: 768px) {
    .section5 .slogan {
        width: 80%;
    }
}
.section5 .btn-container  {
    margin-inline: 8px;
}


.fixed-btn {
    top: 55%;
    right: -1px;
    z-index: 100;
    width: 50px;
}