@charset "utf-8";

*{padding:0;margin:0;box-sizing:border-box}
body{font-family:Arial,微軟正黑體;color:#444;font-size:16px;background: #f4f4f4}
.CLEAR{clear:both !important;float:none !important;box-shadow:none !important;}
a{color:inherit;text-decoration:none;}
a:hover{text-decoration: none;}
img{max-width: 100%;height:auto !important}
li{list-style: none;}
.HTML li{list-style: inherit}

.nav_padding{
	padding-top: 74px;
}

.NAV{
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	z-index: 2;
	padding: 1rem
}
.NAV ul {float: right}
.NAV li{float:left;list-style:none;margin-left:15px;}
.NAV li a{padding:8px 18px;font-size:16px;display: block;text-align: center;border:1px solid #aaa;color:#fff;background: rgba(0,0,0,0.4);}
.NAV li:hover a{background:#000;}
.NAV h1 {
	float: left;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none
}
.NAV h1 a {color: #000}

.NAV2{display:none;z-index:2;}
.NAV2 li{float:left;width:25%;border-right:1px solid #666;}
.NAV2 li:last-of-type{border-right:0}
.NAV2 li a{text-align: center;background: #333;color:#fff;display: block;padding:8px 0}


/*.BANNER{position: relative;}*/

.BANNER{
	position:relative;
	margin:0 auto;
	width:100%;
	height:0;
	padding-bottom:30%;
}

.BANNER img{display:block; width:100%;}
.BANNER .bx-next{display: none;}
.BANNER_FRONT{
	display:flex;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:12%;
	/*height:100%;*/
	color:#fff;
	align-content:center;
	justify-content:center;
	text-align:center;
	z-index:2;
}
.BANNER_FRONT a{
	/*display: inline-block;background: rgba(255,255,255,0.7);border-radius: 50%;margin-top:15px;width:12%;*/
	display:inlin-block;
	position:relative;
	margin:auto;
	width:100%;
	height:0;
	padding-bottom:100%;
	align-self:center;
}

.BANNER_FRONT a img{
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
	max-height:100% !important;
	background:rgba(255,255,255,0.7);
	border-radius:50%;
	overflow:hidden;
}

.BANNER_FRONT h1{font-size:40px;}

/*
.BANNER_IMG>img:last-of-type{display:none}
*/

.BANNER_IMG:last-of-type{display:none}

.BANNER_FRONT2{width:50%;height:100%;position:absolute;background: rgba(0,0,0,0.5);color:#fff;padding:2% 3%;}
.BANNER_FRONT2 h1{font-size:25px;margin-bottom:15px;}



.BANNER_IMG{position:absolute; top:0; right:0; bottom:0; left:0; margin:auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	z-index:1;
}


@media screen and (max-width: 768px){
	
.BANNER{padding-bottom:60%;}
.BANNER_IMG{
}

}






.FOOTER{text-align:center; font-size:15px; margin:20px auto 0 auto; padding:30px 0 30px 0}



/*--首頁 index--*/
.TOP{margin-top:30px;margin-bottom:30px;
	display: flex;
	flex-wrap: wrap;
}
.BLOCK{float:left;background: #fff;border-radius: 5px;box-shadow: 0 0 3px 3px #ddd;margin-right:2%;
	display: inline-block;
}

.BLOCK:nth-of-type(3){margin-right:0}
.BLOCK:nth-of-type(1), .BLOCK:nth-of-type(3){width:25%;}
.BLOCK:nth-of-type(1) .INFO li{padding-left:30px;margin-bottom:10px}
.BLOCK:nth-of-type(1) .INFO li:nth-of-type(1){background: url(../images/icon01.png) left 2px no-repeat;}
.BLOCK:nth-of-type(1) .INFO li:nth-of-type(2){background: url(../images/icon02.png) 2px top no-repeat;}
.BLOCK:nth-of-type(1) .INFO li:nth-of-type(3){background: url(../images/icon03.png) left 7px no-repeat;}
.BLOCK:nth-of-type(1) .INFO li:nth-of-type(4){background: url(../images/icon04.png) 2px top no-repeat;}
.BLOCK:nth-of-type(1) .INFO li:nth-of-type(5){background: url(../images/icon05.png) left 3px no-repeat;}
.BLOCK:nth-of-type(2){width:45.5%;}
.BLOCK:nth-of-type(2) .HTML{font-size:15px;}
.HOME_TITLE{
	background: #fddade;
	color:#333;
	font-weight:bold;
	text-align: center;
	line-height: 38px;
	font-size:17px;
	border-radius: 5px 5px 0 0;
	height: 2.5rem;
}
.HOME_TITLE+ul, .HOME_TITLE+div{padding:20px;line-height: 30px;} 
.HOME_CONTAINER{width:90%;margin:0 auto;}
.BLOCK:nth-of-type(3) table tr:nth-of-type(odd){background: #f7f7f7;}
.BLOCK:nth-of-type(3) table td{text-align: center;line-height: 30px}


.BOTTOM>div{float:left;margin-right:2%; overflow:hidden;}

.BOTTOM>div:nth-of-type(1), .BOTTOM>div:nth-of-type(3) {width:25%;}
.BOTTOM>div:nth-of-type(2) { width: 45.5%;}
.BOTTOM>div:nth-of-type(3){margin-right:0}
.BOTTOM>div:nth-of-type(1) li{margin-bottom:20px;border-radius: 5px;text-align: center;
	height: 95px;
	line-height: 95px;
	background: #fddade;
}
.BOTTOM>div:nth-of-type(1) li:last-of-type{margin-bottom:0}
.BOTTOM>div:nth-of-type(1) li a{display: block;font-size:20px;font-weight: bold;letter-spacing: 2px}
.BOTTOM>div:nth-of-type(1) li span{display: inline-block;padding-left:68px;}
.BOTTOM>div:nth-of-type(1) li:nth-of-type(1) span{background: url(../images/home_link01.png) left center no-repeat;}
.BOTTOM>div:nth-of-type(1) li:nth-of-type(2) span{background: url(../images/home_link02.png) left center no-repeat;}
.BOTTOM>div:nth-of-type(1) li:nth-of-type(3) span{background: url(../images/home_link03.png) left center no-repeat;}

.MAP{height:325px;}
/*.MAP .img-contain{padding-bottom: 60%}*/
.QR{text-align: center;}
.QR a{display:block;}
.QR img{display: block;margin: 10px auto 10px;width: 100px;}
.QR h4{font-size:15px}


/*--內頁--*/
.CONTAINER{
	position:relative;
	line-height:170%;
	margin:0 auto; width:90%; padding:0 0 10px 0;
}

.main-container{
	position:relative;
	margin:0 auto;
	padding:0;
	width:90%;
}

.container{
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
}

.slide-container{
	position:relative;
	line-height:170%;
	margin:0 auto;
	padding:0;
	width:90%;
}

.item{
	margin:0 auto;
	width:100%;
}



@media (max-width: 768px) {

.slide-container{
	width:calc(100% - 76px);
}

.BOTTOM>div:nth-of-type(2) {margin:10px auto; padding:20px; width:100%;}
.BOTTOM>div:nth-of-type(3){margin:10px auto; padding:5px; width:100%;}

.QR a{display:block; width:50%; float:left;}

}



.TITLE{
	background: none;
	color: #1786FF;
	font-size: 22px;
	font-size: 1.2rem;
	line-height: 2.5rem;
	font-weight: 600;
	padding: 4px 12px;
	margin:20px 0;
	border-bottom:1px dashed #999;
}
.TITLE img {margin:0 10px 0 0; width:80px}
.DETAIL_TITLE{ /*font-size:17px; margin-bottom:10px; letter-spacing: 1px;color:#444;*/}

.HTML{padding:10px 0;line-height: 30px;}

@media (max-width: 768px) {

.TITLE img {width:60px}

}





/*.bg-img{ background-size: cover; height: 250px;background-position: center}
.black{-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
}*/



/*#BAR{background: url(../images/steps/bg-step.svg) left 50% repeat-x}*/

#BAR{background:linear-gradient(to bottom, #fff 0%, #ededed 55%, #dedede 100%) left 50% repeat-x; box-shadow:#555 0 1px 3px;}
#BAR{display:block; margin:0 auto; width:100%;}
#BAR>li{float:left; display:block; padding:5px 10px; width:25%; text-align: center}
#BAR>li.select{}
#BAR>li a{float:left; display:block; font-size:18px; color:#333; text-decoration:none; letter-spacing:1px;}
#BAR>li.select a{color:#000;} 

#BAR>li a .p-txt{display:inline-block; vertical-align:middle; color:#000;}

/*#BAR>li img {width: 15%}*/
#BAR>li img{display:inline-block; margin:auto 10px; width:50px; vertical-align:middle;}
#BAR>li .step-img{display:inline-block; margin:auto 10px; width:50px; height:50px; vertical-align:middle;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center top;
}

#BAR>li.selected{
	/*background-color:#1786ff;*/
	/*background-color:#0ebbf3;*/
	background:linear-gradient(to bottom, #20c0f3 0%, #07a4d7 100%) repeat-x;
}
#BAR>li.selected .step-img{
	background-position:center bottom;
}
#BAR>li.selected a .p-txt{
	color:#fff;
}



#BAR-S3{background:linear-gradient(to bottom, #fff 0%, #ededed 55%, #dedede 100%) left 50% repeat-x; box-shadow:#555 0 1px 3px;}
#BAR-S3{display:block; margin:0 auto; width:100%;}
#BAR-S3>li{float:left; display:block; padding:5px 10px; width:33.33%; text-align: center}
#BAR-S3>li.select{}
#BAR-S3>li a{float:left; display:block; font-size:18px; color:#333; text-decoration:none; letter-spacing:1px;}
#BAR-S3>li.select a{color:#000;} 

#BAR-S3>li a .p-txt{display:inline-block; vertical-align:middle; color:#000;}

#BAR-S3>li img{display:inline-block; margin:auto 10px; width:50px; vertical-align:middle;}
#BAR-S3>li .step-img{display:inline-block; margin:auto 10px; width:50px; height:50px; vertical-align:middle;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center top;
}

#BAR-S3>li.selected{
	/*background-color:#1786ff;*/
	/*background-color:#0ebbf3;*/
	background:linear-gradient(to bottom, #20c0f3 0%, #07a4d7 100%) repeat-x;
}
#BAR-S3>li.selected .step-img{
	background-position:center bottom;
}
#BAR-S3>li.selected a .p-txt{
	color:#fff;
}





#RIGHT_NAV{position: fixed;right:0;top:300px;background:#fff;border-radius:5px 0 0 5px;padding:10px;}
#RIGHT_NAV li{padding:3px;font-size:14px;}



/*圖片垂直水平置中=============================*/
.img-contain {
	/*float: left;*/
	width: 100%;
	/*margin: 10px 0.5%;*/
	height: 0;/*讓元素的高度=padding-bottom*/
	padding-bottom: 33.3%;
	/*每個元素 width=100%，讓元素高度保持為寬度的倍,1/3倍
	(公式%數*倍數100%*0.33=33%)。*/

	/*position: relative;*/
	text-align: center;
}

.img-contain img{
	width:100%;
	height:auto;
	max-height: 100%;
	vertical-align: middle;
}

.img-shiv {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	font-size: 0;
}

.img-shiv:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.img-shiv.font {
	font-size: inherit;
}




/*#SERVICE>ul{display: flex}*/
#SERVICE .slide, #PERSON .slide,
#SERVICE .slide2, #PERSON .slide2{background:#fff; box-shadow:0 0 3px 3px #ddd; position:relative; width:100%;}
#SERVICE .slide .img-contain {padding-bottom: 67%;}
#PERSON .slide .img-contain {padding-bottom: 100%;}
#PERSON .slide2 .img-contain {padding-bottom: 100%;}
#SERVICE .CONTAIN, #PERSON .CONTAIN{padding:10px 10px 60px 10px;/*height:220px;*/ overflow:hidden;}
#SERVICE .CONTAIN h3, #PERSON .CONTAIN h3{font-size:17px;margin-bottom:5px;font-weight:bold;}
#SERVICE .CONTAIN p, #PERSON .CONTAIN p{font-size:15px;margin-bottom:5px;padding-bottom:5px;letter-spacing: 0;text-align: left;}
#SERVICE .BTN, #PERSON .BTN{position:absolute; bottom:0; display:block; width:100%; z-index:10; font-size:16px; border-radius:0.25rem;}
#SERVICE .BTNc, #PERSON .BTNc{position:absolute; bottom:0; display:block; width:100%; z-index:10; font-size:18px; border-radius:0.25rem;}

.btnSelect {
    background: #1786ff !important;
    /*border-radius: .25rem;*/
    padding: .5rem 0;
}

#SERVICE .img-shiv, #PERSON .img-shiv {height: auto;}
#SERVICE .img-shiv:before, #PERSON .img-shiv:before { display: inherit;}



/*滑過圖放大*/
/*#PRO .img-contain img{transition: transform 0.6s;}
#PRO .img-contain:hover img{transform: scale(1.1);}
#PRO .img-contain .img-shiv{overflow: hidden;}*/




/*日期*/
#step4{float:none !important;margin:20px auto;}



/*----模 組----*/

/*左右*/
.LEFT{float:left;}
.RIGHT{float:right;}
.LEFT_20{ float:left;width:20%;}
.LEFT_30{ float:left;width:30%;}
.LEFT_40{ float:left;width:38%;}
.LEFT_50{ float:left;width:47.5%;}
.LEFT_70{ float:left;width:68%;}
.LEFT_80{ float:left;width:78%;}

.RIGHT_20{ float:right;width:20%;}
.RIGHT_30{ float:right;width:30%;}
.RIGHT_50{ float:right;width:47.5%;}
.RIGHT_60{ float:right;width:58%;}
.RIGHT_70{ float:right;width:65%; }
.RIGHT_80{ float:right;width:75%; }
.LEFT_IMG{float:left;margin-right:15px;margin-bottom:15px;}
.RIGHT_IMG{float:right;margin-left:15px;margin-bottom:15px;}


/*列表*/
.LIST{ padding:0; margin:0 !important; padding-bottom:5px; overflow:auto; list-style-type:none;}
.LIST>li{padding:7px 0; overflow:auto;vertical-align:top;}
.LIST li *{ /*vertical-align: middle;*/}
.LIST_LEFT{ display:block; float:left; margin-right:20px; vertical-align:top;}
.LIST_RIGHT{ display:block; overflow:auto; vertical-align:top;}



/*圖文列表*/
.COLUMN3, .COLUMN4{ padding:0; margin:0; margin-left:-1%; margin-right:-1%; }
.COLUMN3>li, .COLUMN4 li{ display:inline-block; vertical-align:top; margin-left:1%; margin-right:1%; margin-bottom:30px;list-style-type:none;}
.COLUMN3>li{ width:30.8%;}
.COLUMN4 li{ width:22.5%;}
.COLUMN4 li img{width:100%;display: block}



/*表單*/
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select{ padding:3px 0;padding-left:1.5%; padding-right:1.5%; border:1px solid #aaa;font-family:"微軟正黑體"; outline:none; vertical-align:top; }

input[type="text"].WIDTH_100,
input[type="password"].WIDTH_100,
input[type="file"].WIDTH_100,
textarea.WIDTH_100,
select.WIDTH_100{ width:96%; padding-left:1.5%; padding-right:1.5%; }



/*按鈕*/
.BTN{border:none;cursor:pointer; color:#fff !important; background:#aaaaaa; padding:10px 0; display:block; text-align:center; text-decoration:none;}
.BTNc{border:none;cursor:pointer; color:#fff !important; background-color:#f95a5a !important; padding:14px 0; display:block; text-align:center; text-decoration:none;}
.BTN:hover{/*transition: background .3s ease-out ;-moz-transition: background .3s ease-out;-webkit-transition: background .3s ease-out; -o-transition: background .3s ease-out; opacity:0.9;*/}
.HOME_CONTAINER .BTN{margin-top:30px;}


/*---頁碼---*/
.PAGES{margin:20px 0}
.page{text-align:center; margin:30px 5px 0; color:#666;}
.page.active{background:#428bca; color:#fff;padding:0px 5px; border-radius:3px; -webkit-border-radius:3px;}


/*---公用---*/
.CENTER{text-align:center;}

.WIDTH_60PX{width:60px;}
.WIDTH_200PX{width:200px;}
.WIDTH_400PX{width:400px;}
.WIDTH20{width:20%;}
.WIDTH30{width:30%;}
.WIDTH40{width:40%;}
.WIDTH50{width:50%;}
.WIDTH60{width:60%;}
.WIDTH70{width:70%;}
.WIDTH75{width:75%;}
.WIDTH80{width:80%;}

.MARGIN_TOP20{margin-top:20px;}
.MARGIN_BOTTOM10{margin-bottom:10px;}
.MARGIN_BOTTOM20{margin-bottom:20px;}

.PADDING20_0{padding:20px 0}




/*改原本style.css*/
main{margin:0}
main h2 {
	background-color: #fddade;
	color: #333;
	font-size: 24px;
	font-size: 1.4rem;
	line-height: 2.5rem;
	font-weight: 500;
	padding: 6px 24px;
	margin-bottom:0;
}

#panel{padding-bottom:0}


button#login_button {
	padding: 8px 18px;
	font-size: 16px;
	display: block;
	text-align: center;
	border: 1px solid #aaa;
	color: #fff;
	background: rgba(0,0,0,0.4);
}
button#login_button:hover {background: rgba(0,0,0,1)}





/*----------------RWD----------------*/
@media screen and (max-width:1200px) {

}

@media screen and (max-width:1000px) {
	.BLOCK{width:32% !important;}
	.CONTAINER{}
	/*#reserveDate{float:none;width:100%;}*/
}

@media screen and (max-width:850px) {
	/*.BANNER_FRONT a{margin-top:5px;}*/
	/*#SERVICE .CONTAIN{height:250px}*/
}

@media screen and (max-width:768px) {
	/*#SERVICE .CONTAIN{height:250px}*/
	.HOME_CONTAINER{width:90%;}
	.BLOCK{float:none;width:100% !important;margin-bottom:20px;margin-right:0}
	.LEFT_50, .RIGHT_50, .RIGHT_20, .LEFT_80 {float:none;width:100% !important}
	.BOTTOM .RIGHT_20{text-align: center;margin-top:15px;}
	.BOTTOM .RIGHT_20 img{/*width:150px;*/}
	.TOP{margin-bottom:10px}
	.NAV{display: none;}
	.nav_padding{display: none;}
	.QR{display: none;}
	.NAV2{display: block; width:100%; background:#333;}
	/*.BANNER_FRONT{padding-top:6%;}*/
	.BANNER_FRONT{width:28%;}
	.BANNER_FRONT h1{font-size:30px}
	.COLUMN4 li{width:30.5%;}
}

@media screen and (max-width:650px) {
}

@media screen and (max-width:600px) {
	.COLUMN4 li{ width:47%; margin-left:1%; margin-right:1%;}
}

@media screen and (max-width:550px) {
	.LEFT, .RIGHT{float:none;width:100%}
}

@media screen and (max-width:500px) {
	.LIST_LEFT{float:none;}

}

@media screen and (max-width:480px) {
	.BANNER_FRONT h1{font-size:28px;}
	/*.BANNER_FRONT a{width:120px;margin-top:15px}*/
	.TOP{margin-top:15px}
	/*
	.BANNER_IMG>img:first-of-type{display:none}
	*/
	.BANNER_IMG:first-of-type{display:none}
	/*
	.BANNER_IMG>img:last-of-type{display:block}
	*/
	.BANNER_IMG:last-of-type{display:block}
	/*.BANNER_FRONT{padding-top:15%}*/
	.img-contain{padding-bottom:60%;}
	.COLUMN4 li{width:100%;}
}

@media screen and (max-width:360px) {
	.CONTAINER{}
}






/* New added */
.bDtM{}

.nav-container{
	z-index:9999;
	/*position:relative;*/
	width:100%;
}

.nav-container.smaller{
	z-index:9999;
	position:fixed;
	top:73px;
	width:100%;
}

.row{
}

@media screen and (max-width: 768px){

	.TITLE{
	}
	
	.nav-container{display:none;}
		
}

@media screen  and (max-width: 414px){
	.mt-sm-5{
		margin-top: 3rem;
	}
	.mb-sm-5 {
		margin-bottom: 3rem;
	}
}
.news_anouncement{	
    width: 45% !important;
    margin: 0;
    box-shadow: none;
    margin: 0 auto;
	border-radius: 8px;
	background-color: #f0f8ff00;
}
.NEWS_TITLE{
    background-color: white;
    position: relative;
    color:  #c11919;
    font-weight: 600;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 8px;
    padding: 8px;
	border: 4px solid #ffc1c8;
}
.triangle{
	position: relative;
}

.triangle:before{
	content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top: 20px solid  #ffc1c8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 768px){
	.news_anouncement{	
		width: 100% !important;
	}
}
@media screen and (min-width: 640px) and (max-width: 768px){
	.triangle:before{
		content: '';
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-left-width: 20px;
		border-right-width: 20px;
		border-top: 20px solid  #ffc1c8;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto
	}
}
@media screen and (max-width: 414px){
	.triangle:before{
		content: '';
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-left-width: 20px;
		border-right-width: 20px;
		border-top: 20px solid  #ffc1c8;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto
	}
}




