@charset "utf-8";

/*Google網路中文字型應用01 – cwTeXKai (Chinese Traditional) 楷體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);

/*Google網路中文字型應用02 – cwTeXYen (Chinese Traditional) 圓體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

/*Google網路中文字型應用03 – cwTeXFangSong (Chinese Traditional) 仿宋體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

/*Google網路中文字型應用04 – Noto Sans TC (Chinese Traditional) 黑體（思源黑體）*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*Google網路中文字型應用05 – cwTeXMing (Chinese Traditional) 明體字型*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
/* CSS Document */

/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
	}
html{
    overflow-x: hidden;
}
html, body{
	-webkit-text-size-adjust: 100%; /*避免文字自動放大*/
	width:100%;
	height:100%;
    
    font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 

	}
ul{ list-style:none; }

body{
	background-color: #AD1F24;
}

.texthidden{
	display:block; /*轉換為塊級元素*/
	height:0; 
	width:0; 
	overflow:hidden;
	}/*隱藏文字，切勿使用display:none;*/

/* == top == */

.top {
    display: block;
    position: fixed;
    /*固定定位*/
    right: 50px;
    top: 82%;
    /*距離上邊界高度*/
    z-index: 999;
    /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFCD50;

}

.top h3 {
    margin: 0px 0;
    text-align: center;
    color: #FFFFFF;
}

.top a {
    margin: 0px 0;
    text-align: center;
    font-size: 1.5em;
    text-decoration: none;
    color: #FF0000;
    line-height: 1.6em;
}


/* == 側邊按鈕 == */
.page_btn {
    width: 180px;
    height: auto;
    padding: 1vh;
    position: fixed;
    top: 4%;
    right: 0;
    z-index: 800;
	}

.page_btn ul {
    width: 70%;
	}

.page_btn ul li {
    width: 180px;
    height: auto;
	}

.page_btn ul li img {
    display: block;
    width: 70%;
    margin: auto;
	}

.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
	}

.btn a{
	display:block;
    margin:0 auto;
    width:300px;
	height:60px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}

.btn a{
	display:block;
    margin:0 auto;
    width:300px;
	height:60px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
    }

.footer {
    width: 100%;
    height: 340px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    background-color: #fff;
	}

.footer ul {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 10px 10% 7% 16%;
	}

.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 13%;
    height: 13%;
    padding: 5px;
    margin: 0 10px 20px 10px;
    background-color: #384796;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
    border-color: #fff;
    border-style: solid;
    font-size: 1.3em;
    font-weight: 2px;
	}

.footer ul li:hover {
    background-color: #2DA7E0;
    border-color: #fff;
	}

.footer a {
    display: block;
    color: #fff;
    text-decoration: none;
	}

.footer a:hover {
    color: #fff;
	}



.head {
    width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
    background-size: cover;
	background-image: url("../images/head-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pc_head{
	display: block;
	}
	
.m_head{ 
	display:none;
	}	
	
.head img{
	max-width: 1920px;
}



.con00 {
    max-width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.con00 img {
	max-width: 1015px;
	height: auto;
	padding-top: 2%;
	display: inline-block;
   }

.con01 {
    max-width: 1920px;
	padding-top: 1%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.con01 img {
	max-width: 1015px;
	height: auto;
	display: inline-block;
   }

.con02 {
    max-width: 1920px;
	padding-top: 2%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}

.con02 img {
	max-width: 1015px;
	height: auto;
	display: inline-block;
    }

.con03 {
    max-width: 1920px;
	padding-top: 2%;
	padding-bottom: 2%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}

.con03 img {
	max-width: 1015px;
	height: auto;
	padding-top: 2%;
    padding-bottom: 2%;
	display: inline-block;
    }

.con04 {
    max-width: 1920px;
	padding-bottom: 2%;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}

.con04 img {
	max-width: 1015px;
	height: auto;
	display: inline-block;
    }

.con05 {
    max-width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}

.con05 img {
	max-width: 1015px;
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	display: inline-block;
    }

.con06 {
    max-width: 1920px;
	height: auto;
	margin: 3 auto;
	position: relative;
	text-align: center;
	}

.con06 img {
	max-width: 672px;
	height: auto;
	display: inline-block;
    }

/*== 留單 =========================================== */

.listss{
	max-width: 1015px;
	margin: 0 auto 8%;
	position: relative;
	text-align: center;
	background-color: #FFF0C7;
}

.listss h4{
    text-align: center;
    font-size: 2em;
    }

.listss p{
    text-align: center;
    font-size: 1.6em !important;
    font-weight: 600;
    color: red;
    }

.listss p span{
    font-size: 1.2em;
    font-weight: 900;
    }

.listss {
    text-align: center;
    }

.listss ul li{
    display: inline-block;
    width: 280px;
    text-align: center;
    line-height: 2;           
    }

.listss ul li span{
    color: red;
    }


/*== 手機版型區 =========================================== */

@media screen and (max-width:767px) {

.head {
    background-size: cover;
	background-image: url("../images/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.pc_head{
	display: none;
}
	
.m_head{ 
	display: block;
		
}	
	
.m_head img{
	max-width: 767px;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-left: 0%;
	
}	
	
.con00 img{
    max-width: 95%;
	height: auto;
}
	
.con01 img{
    max-width: 95%;
	height: auto;
}
	
.con02 img{
    max-width: 95%;
	margin: 2% auto;
}	

.con03 img{
    max-width: 95%;
	height: auto;
}	
	
.con04 img{
    max-width: 95%;
	height: auto;
}		
	
.con05 img{
    max-width: 95%;
	height: auto;
}

.con06 img{
    max-width: 95%;
	margin: 3% auto 0;
}	
	
.listss {
	max-width: auto;
	height: 400px;
}

.ifr{
	height: 400px;	
}

 /* == 手機top == */

    .top {
        display: block;
        position: fixed;
        /*固定定位*/
        right: 5%;
        top: 77%;
        /*距離上邊界高度*/
        z-index: 999;
        /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
        width: 35px;
        height: 35px;
        border-radius: 50%;

    }

    .top h3 {
        margin: 0px 0;
        text-align: center;
        color: #FFFFFF;
    }

    .top a {
        margin: 0px 0;
        text-align: center;
        font-size: 1.2em;
        text-decoration: none;
        color: #FF0000;
        line-height: 1.6em;
    }
	
	
	
	/* == 側邊連結 == */

.page_btn {
	width: 100px;
    height: auto;
    padding: 1%;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 900;
    }
.page_btn ul {
    width: 100%;
    }
.page_btn ul li {
    width: 90px;
    height: auto;
    }
.page_btn ul li img {
	display: block;
    width: 100%;
    margin: auto;
    }
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
    }
	
.btn a{
	display: block;
    margin: 0 auto;
    width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 2.2em;
	text-align: center;
	text-decoration: none;
	background-color: #ff3300;
	color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	}

	

	
	
.footer ul {
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 1% 1% 158% 1%;
    }
.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 45%;
    height: auto;
    padding: 10px;
    margin-right: 3px;
    background-color: #30339b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
	border-color: #fff;
	border-style: solid;
	font-size: 1.2em;
	font-weight: 2px;
    }
.footer ul li:hover {
	background-color: #2DA7E0;
    border-color: #fff;
    }
}
