@charset "utf-8";
/* CSS Document */

/*--------reset----------*/
html {
	box-sizing: border-box;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-image:url("../images/bg.png");
	transition-duration: 0.8s;
}


*, *:before, *:after {
	box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}

ol {
	padding-left: 30px;
}

img {
vertical-align: bottom;
border: 0;
}
img, svg {
    vertical-align: middle;
}

h2 {
	font-size: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #fff;
}

.menu{
	background-color: #fff;
	padding: 0.2rem;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(15px);
}

.wrapper{
	max-width: 840px;
	margin: 0 auto;
}

.content-bg {
	width: 100%; 
	padding-bottom: 8px;
	border-radius: 16px;
	background-color: #ffffff;
}
.cloud-layer{
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 1; 
}

.cloud{
	position: absolute;
	width: 140px;
	height: 100px;
	background: url("../images/cloud.png") no-repeat;
	background-size: contain;
}

/* 起始位置（X、Y） */
.cloud-left-1{  left: -60px;  top: 100px; }
.cloud-left-2{  left: 50px; top: 280px; }
.cloud-right-1{ right: 10px; top: 110px; }
.cloud-right-2{ right: 100px; top: 360px; }

.wrapper{
	position: relative;
	z-index: 2;
}

.kv{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: left;
	gap:4px;
	padding: 2rem;
}

.switch-btn p{
	font-size: 1.2rem;
	font-weight: bold;	
}
.switch-btn{
	color: #838383;
	border-radius: 15px;
	background: #ffffffc7;
	backdrop-filter: blur(8px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	padding: 1rem 2rem;
	border: 1px solid #E0FFFF;
	box-shadow:
		0 2px 2px rgba(223, 239, 255, 0.3),
		inset 1px 1px 2px #c9eeff,
		inset -2px -1px 8px #0091d570;
	transition: all 0.3s ease;
	cursor: pointer;
}
.switch-btn:hover {
	transform: translateY(-4px);
	color: #0093d5;
}
.content {
	width: 100%;
	padding: 2.5rem 1.5rem 1.5rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.step-title{
	display: flex;
	align-items: center;
	line-height: 1.6rem;
	padding: 0.8rem 1rem 0.5rem 1rem;
}
.step-img{
	width: 100%;
	display: flex;
	justify-content: center;
}
.step-img img{
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	
}
.note{
	font-size: 1rem;
	width: 760px;
	line-height: 24px;
	color: #ff1a31;
	padding: 0rem 1rem 0rem 4rem;
	word-break: break-all;
}
.line {
	margin: 0 0 1rem 1.6rem;
	width: 28px;
	height: 2px;
	background: #6bb2d6;
	opacity: 0;
	border-radius: 50px;
}
/* Language選單 */

a {
	text-decoration: none;
}

ul{
	float: right;
}  

#nav {
	position: absolute;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
}

.main{
	width: 180px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	padding: 0px 16px;
	font-size: 1.2rem;
	text-align: center;	
	border-radius: 20px;
}
.main svg{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

ul.subs{
	width: 180px;
    overflow: hidden; 
    background-color: #F5F5F5;
    position: absolute;
    left: 0;
	top: 48px;
	border-radius: 0px 0px 20px 20px;
}

ul.subs li a {
	width: 180px;
	display: block;
	padding: 10px 30px;
	background-color: #F5F5F5;
	font-size: 18px;
}

.color_blue{
	position: relative;
	margin: 16px 0px 0px 620px;
	border-radius: 24px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	z-index: 1;

}
.color_blue .main {
	background-color: #d9f3ff;
	color: #0D9BE5;
}
.color_blue .main:hover {
	background-color: #0D9BE5;
	color: #ffffff;
}

.color_blue .open {
	background-color: #0a8cd2;
	color: #ffffff;
	background-size: 5%;
    padding-bottom: 10px; 
    border-radius: 20px 20px 0px 0px;
}

.color_blue .rollover {
	background-color: #0D9BE5;
}

.color_blue ul.subs li:last-child a{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.color_blue ul.subs li a{
	background-color: #F5F5F5;
	color: #0D9BE5;
}

.color_blue ul.subs li:last-child a:hover {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.color_blue ul.subs li a:hover {
	background-color: #72b6db;
	color: #fff;
	
}
/* Language選單結束 */

.step-number{
	text-align:center;
	color:#14a242;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "Noto Sans", sans-serif;
	padding: 0 0.5rem;
	display: flex;
	align-items: center; 
	justify-content: center; 
	letter-spacing: -1px;
}  
.step-content{
	color: #363636;
	margin-left: 2px;
	font-size: 1.2rem;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	font-weight: 500;
	letter-spacing: 0.2px;
	
}

.step-img2{
	margin-left: 30px;
}  

.footer{
	clear: both;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}
.gotop {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	opacity: 80%;
	background-image: linear-gradient(#8edeec, #3eaeb8);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
	z-index: 3;
}

.gotop::before, .gotop::after {
	width: 28px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	content: "";
}
.gotop::before {
	transform: rotate(-50deg) translate(0, -90%);
	left: 12px;
}
.gotop::after {
	transform: rotate(50deg) translate(0, -90%);
	right: 12px;
}
.gotop:focus {outline: none;}

.kv-img{
	width: 100%;
	max-width: 1400px;
	height: auto;
	display: block;
}

.step-img img{
	width: 740px;
}


@media (max-device-width: 1880px) {
	.kv img{
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
	}
	
}
@media (max-width: 1023px) {
	[data-0],
	[data-top-bottom],
	[data-bottom-top] {
		transform: none !important;
	}
	.wrapper {
		max-width: 800px;
	}
	.kv{
		padding: 1rem;
		margin-bottom: 1.5rem;
	}
	.color_blue {
		position: relative;
		margin: 24px 20px 0px 590px;
	}
	.cloud{
		width: 100px;
		height: 80px;
	}

}
@media (max-device-width: 480px) {
	html{
		-webkit-text-size-adjust: 100%;
	}
	.wrapper {
		max-width: 750px;
	}
	.content {
		padding: 2rem 1.4rem 1.4rem 1.4rem;
	}
	.step-img img{
		width: 640px;
		border-radius: 8px;
	}
	.color_blue {
		position: relative;
		margin: 22px 20px 0px 540px;
	}
	.note {
		font-size: 18px;
		width: 680px;
		line-height: 24px;
		padding: 0rem 1rem 0rem 3rem;
	}
	.kv{
		padding: 0.5rem;
		margin-bottom: 1rem;
	}
	.cloud{
		display: none;
	}
	.switch-btn {
		padding: 1rem 1.5rem;
		font-size: 20px;
	}
	.kv img{
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
	}
	.step-number{
		font-size:26px;
	}  
	.step-content{
		font-size: 22px;
	}
}