@charset "UTF-8";
/* 大圖 */
.leadingPage_image > div{
    display: block;
    vertical-align: top;
    width: 100%;
    height: 0;
    padding-bottom: 35vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.leadingPage_main{
	width: 90%;
	margin: 0 auto;
	padding: 5vw 0;
	box-sizing: border-box;
}
.leadingPage_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.leadingPage_box > img{
	cursor: pointer;
	vertical-align: top;
	display: block;
	width: 95%;
	max-width: 400px;
	margin: 0 20px;
	height: auto;
	transition: all .5s;
}
.leadingPage_box > img:hover{ opacity: .7; }
.leadingPage_content > p{
	line-height: 30px;
    color: #444;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.leadingPage_content > p > img{
	vertical-align: top;
    width: 10px;
    margin-right: 5px;
}
.leadingPage_content > h2{ color: #e98a60; margin: 10px 0; cursor: pointer; text-decoration: underline;}

.leadingPage_content > h2:hover{ text-decoration: none;}
.leadingPage_content > h4{
	border-left: 4px solid #b8860b;
    padding-left: 5px;
    box-sizing: border-box;
    margin: 5px 0;
}
.leadingPage_main > h1{
	width: 100%;
	text-align: center;
	padding: 1rem 0.25rem;
	box-sizing: border-box;
}
.leadingPage_main > h1 > a{
	display: inline-block;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
    background-color: #b8860b;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 1.75rem;
}
.leadingPage_main > h1 > a:hover{
	position: relative;
	top: 2px;
}

.leadingPage_nav{
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(233,138,95,.2);
	color: #666;
}
.leadingPage_nav h2{
	margin-bottom: 10px;
	border-left: 5px solid #e98a60;
	padding-left: 10px;
	letter-spacing: 5px;
}
.leadingPage_nav ul li{
	line-height: 30px;
	text-align: justify;
	display: inline-flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

/* 浮動icon */
	.leadingPage_nav2 ul{
		position: fixed;
		left: 10px;
		z-index: 999;
		top: 50%;
		transform: translate(0, -50%);
	}
	.leadingPage_nav2 ul li a{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		margin-bottom: 10px;
		transition: all .3s;
	}
	.leadingPage_nav2 ul li .leadingPage_login_icon{ background-color: #ed143d; }
	.leadingPage_nav2 ul li .leadingPage_info_icon{ background-color: #ffc107; }
	.leadingPage_nav2 ul li a img{
		width: 80%;
		vertical-align: top;
	}
	.leadingPage_nav2 ul li a span{
		position: absolute;
		width: 80px;
		left: -100px;
		text-align: center;
		display: inline-block;
		padding: 5px 0;
		box-sizing: border-box;
		color: #fff;
		border-radius: 5px;
		transition: all .3s;
		z-index: -1
	}
	.leadingPage_nav2 ul li a span:before{
		position: absolute;
	    content: '';
	    top: 50%;
	    transform: translate(0, -50%);
	    left: -5px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 5px 5px 5px 0;
	}
	.leadingPage_nav2 ul li .leadingPage_login_icon span{ background-color: #ed143d; }
	.leadingPage_nav2 ul li .leadingPage_login_icon span:before{ border-color: transparent #ed143d transparent transparent; }
	.leadingPage_nav2 ul li .leadingPage_info_icon span{ background-color: #ffc107; }
	.leadingPage_nav2 ul li .leadingPage_info_icon span:before{ border-color: transparent #ffc107 transparent transparent; }

	.leadingPage_nav2 ul li a:hover span{ left: 110%; }
/* 浮動文字 */
	.leadingPage_nav3 ul{
		position: fixed;
		z-index: 99;
		top: 50%;
		left: 5px;
		opacity: .9;
		width: 30px;
	}
	.leadingPage_nav3 ul li a{
		width: 30px;
		flex-wrap: wrap;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background-color: #03A9F4;
		color: #ffffff;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 10px;
	}
/* 圖示小圖 */
	.leadingPage_Img{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	.leadingPage_Img a{
		width: calc(85% / 5);
		margin: 50px calc(15% / 10);
		text-align: center;
	}
	.leadingPage_Img a img{
		width: 75%;
		max-width: 90px;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.leadingPage_Img a span{
        display: block;
        width: 95%;
        margin: 10px auto;
        background-color: rgb(255 255 255);
        color: #000000;
        padding: 3px;
        box-sizing: border-box;
        text-align: center;
        transition: all .3s;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%);
        border-radius: 5px;
	}
@media all and (max-width: 1024px)
{
	.leadingPage_main > img{ margin: 5vw auto 0; }
	.leadingPage_Img a{
		width: calc(85% / 3);
		margin: 30px calc(15% / 6);
	}
}
@media all and (max-width: 768px)
{
	.leadingPage_image > div{
	    padding-bottom: 60vw;
	}
	.leadingPage_content h4{
		display: inline-block;
	    border-left: 0;
	    border-bottom: 4px solid #b8860b;
	}
	.leadingPage_Img a{
		width: calc(95% / 2);
		margin: 10px calc(5% / 4);
	}
	.leadingPage_Img a img{
		max-width: 70px;
	}
}
