html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, nav, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, nav, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ======================  [ Reset.css ^ ] ======================= */


*{
	-webkit-box-sizing:border-box;/* 寬高與padding解除關係 */
	box-sizing:border-box;
}


html{
	-webkit-text-size-adjust:none; /*在iOS手機旋轉時鎖定文字不縮放*/
	-webkit-tap-highlight-color:rgba(255,255,255,0.5); /*觸摸無顏色*/
	-webkit-user-select:none;/*觸摸文字不選取*/
	font-family:"Century Schoolbook", "微軟正黑體",  "Adobe 明體 Std L", "新細明體";
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.5;
	color:#666;
	text-align:justify;/*使左右對齊本文*/
}


body{
	-webkit-text-size-adjust:none; /*在iOS手機旋轉時鎖定文字不縮放*/
	margin:0;
	padding:0;
}


header{
	
}

nav{
	width:100vw;
	position:fixed;
	top:0;
	right:auto;
	left:auto;
	z-index:777;
	width:100vw;
	overflow:hidden;
	margin:0px;
	padding: 10px 0px 0px 40px;
}

/* ====================== [ TOP-MENU A ] ======================= */

#nav_l{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

#nav_l img{
	display:block;
	float:left;
	width:30px;
	margin: 4px 3px 0px 0px;
	padding:0px;
	border-radius:50%;
}

#nav_l a{
	margin: 0px;
	float: left;
	font-family: corbel;
	color: #444;
	font-size:22px;
	line-height:40px;
	font-style: normal;
	text-decoration: none;
	letter-spacing:0px;
}

#nav_l a samp{
	margin: 0px 0px 0px 10px;
	float: left;
	font-family: corbel;
	font-weight:bold;
	color: #444;
	font-size: 28px;
	line-height:40px;
	font-style: normal;
	text-decoration: none;
	letter-spacing:2px;
}

#nav_top{
	display: block;
	float: left;
	width:65vw;
	overflow:hidden;
	margin:0px;
	padding-left: 140px;
}

#nav_top ul{
}

#nav_top ul #XX{
	display:none;
}

#nav_top ul li{
	display: block;
	padding: 5px;
	margin:5px 20px;
	float:left;
}

#nav_top ul li.company a{
	display: block;
	border: #555 solid 1px;
	color: aquamarine;
}

#nav_top ul li.mbbutton{
	display:none;
}

#nav_top ul li a{
	display:block;
	width:100%;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	color:#444;
	font-size:14px;
	letter-spacing:2px;
}

#nav_top ul li a:hover{
	color:rgba(129,216,208,1);
}


/* ====================== [ TOP-MENU R ] ======================= */
#nav_r{
	display:block;
	float:right;
	margin: 0px;
	width: 20vw;
	height: 45px;
	overflow: hidden;
}

#nav_r h5{
	display:none;
}

#nav_r ul{
	display:block;
	margin: 0px 0px 0px 0px;
}

#nav_r ul li a{
	display:block;
	float: left;
	margin: 5px 15px;
	padding:0px;
}

#nav_r ul li a:hove{
	color:rgba(129,216,208,1);}

#nav_r ul li img{
	display:block;
	width:30px;
	margin:0px;
	padding: 0px;
	float:inherit;
	border-radius:50%;
}
	

@font-face{
	font-family: corbel;
	src:url("../font/corbel.ttf");
}

@font-face{
	font-family:SOSA;
	src:url("../font/sosa.ttf");
}
/* ====================== [ 電腦區 #WRAPPER ] ======================= */

#WRAPPER{
	display:block;
	width:100%;
	margin:0px auto;
	padding: 0px;
	position:relative;
}

/* ====================== [ 電腦區 首頁圖片輪播 ] ======================= */
.coverflow{
	display:block;
	width:100vw;
	height:130vh;
	overflow:hidden;
	position: relative;
	margin:0px;
	padding:0px;
}

.coverflow img{
	width:30vw;
	margin:15vw 35vw;
	padding:0px;
	position: absolute;
	z-index: 666;
}

.coverflow a{
	display: block;
	position: absolute;
	opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 24s linear infinite;
    animation: silder 24s linear infinite;
	
	margin:0px;
	padding:0px;
	width:100vw;


}
.coverflow a img{
	
	width:100vw;
	margin:0px;
	padding:0px;
}

/*動畫關鍵影格*/
@-webkit-keyframes silder {
    3% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    27% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes silder {
    3% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    27% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    30% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/*每個圖片各延遲5秒*/
.coverflow>a:nth-child(3) {
-webkit-animation-delay: 16s;
        animation-delay: 16s;            
}

.coverflow>a:nth-child(2) {
-webkit-animation-delay: 8s;
        animation-delay: 8s;
}

.coverflow>a:nth-child(1) {
-webkit-animation-delay: 0s;
        animation-delay: 0s;    
}
/* ====================== [ 電腦區 首頁圖片輪播 結束 ] ======================= */

/* ====================== [ 電腦版 SHOP BOX 開始 ] ======================= */
#WRAPPER .shopbox{
	clear:both;
	width:100vw;
	padding:0px;
	margin-top:120px;
	overflow:hidden;
}

#WRAPPER .shopbox h2{
	display:block;
	width:70%;
	margin:0px auto;
	padding:10px;
	text-align:center;
	font-size:28px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	line-height:1.6em;
}

#WRAPPER .shopbox h5{
	display:block;
	width:70%;
	margin:0px auto;
	font-size:15px;
	letter-spacing:2px;
	line-height:2em;
	color:#666;
}

#WRAPPER .shopbox .shopbox_a{
	width:100vw;
	margin:100px auto;
	padding:0px;
	overflow: hidden;
}

#WRAPPER .shopbox .shopbox_a .shopbox_b{
	width:32vw;
	margin:0px;
	float:left;
	padding:0px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_c{
	width:33vw;
	height:45vh;
	margin:0px 30px;
	padding:0px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a .shopbox_b .shopbox_c img{
	height:45vh;
	margin:0px;
	padding: 0px;
	float: inherit;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_d{
	width:33vw;
	height:10vw;
	margin:0px auto 20px auto;
	padding:10px 10px 0px 10px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_d h2{
	text-align: center;
	font-size:20px;
	line-height:2em;
	letter-spacing:2px;
	width:33vw;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_d p{
	display: block;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:1px;
	width:30vw;
	margin:0px auto;
	padding:0px 0px 0px 15px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_e{
	display: block;
	width: 90%;
	margin: 0px auto;
	overflow:hidden;
}


#WRAPPER .shopbox .shopbox_a  .shopbox_e h4{
	display: block;
	width: 100%;
	text-align: right;
	font-size:13px;
	line-height:2em;
	letter-spacing:1px;
	float: right;
	padding:0px;
	overflow:hidden;
}
/* ====================== [ 電腦版 SHOP BOX 結束 ] ======================= */

/* ====================== [ 電腦區 兩列式內文 NEWS BOX 開始 ] */
#WRAPPER .newsbox{
	clear:both;
	width:100vw;
	overflow:hidden;
	margin:0px;
	padding: 0px;
}

#WRAPPER .newsbox .newsbox_a{
	width:100vw;
	height:70vh;
	margin:0px;
	padding: 0px;
	overflow:hidden;
}

#WRAPPER .newsbox .newsbox_a h2{
	display:block;
	overflow:hidden;
	width:50vw;
	height:70vh;
	margin:0px;
	padding:0px;
	float:left;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b{
	display:block;
	width:50%;
	margin:0px;
	padding:20px 10px 10px 10px;
	float:left;
}
#WRAPPER .newsbox .newsbox_a .newsbox_b h1{
	display:block;
	margin:100px auto 0px auto;
	text-align:center;
	font-size:24px;
	font-style:normal;
	text-decoration:none;
	line-height: 1.6em;
	letter-spacing:5px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3{
	display:block;
	width:300px;
	margin:0px auto 20px auto;
	font-size:18px;
	letter-spacing:20px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3 samp{
	display:block;
	line-height:1.8em;
	margin:0px auto;
	text-align:center;
	padding-left:26px;
	font-size:14px;
	letter-spacing:0px;
}

#WRAPPER .newsbox_a .newsbox_b h6{
	display:block;
	width:30vw;
	margin:0px auto 20px auto;
	font-size:16px;
	letter-spacing:3px;
	line-height:1.6em;
	color:#666;
}

/* ====================== [ 電腦區 兩列式內文 結束 ] */

	
/* ====================== [ 電腦版 terms 開始 ] ======================= */
#WRAPPER .terms_top{
	clear:both;
	width:100vw;
	height: 100vh;
	padding-top:30vh;
	margin:0px;
	overflow:hidden;
	background-image:url("../image/mountain/mountain_54.jpg");
	background-size: 100vw;
	background-repeat: no-repeat;
}

	#WRAPPER .terms_top h1{
	clear:both;
	width:80vw;
	padding:0px;
	margin:120px auto 0px auto;
	overflow:hidden;
	text-align:center;
	font-size:28px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #fff;
}

#WRAPPER .terms_top h3{
	display:block;
	width: 80vw;
	margin:10px auto;
	padding:10px 10px 10px 100px;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #fff;
}

#WRAPPER .terms_top h4{
	display:block;
	width:70%;
	margin:0px auto;
	padding:10px 10px 10px 100px;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #fff;
}

#WRAPPER .terms{
	clear:both;
	width:80vw;
	padding:0px;
	margin:50px auto;
	overflow:hidden;
	color: #000;
}

#WRAPPER .terms h1{
	display:block;
	margin:0px;
	padding:10px;
	text-align:center;
	font-size:28px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #000;
}

#WRAPPER .terms h3{
	display:block;
	margin:0px;
	padding:20px 10px 10px 100px;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #000;
}

#WRAPPER .terms h4{
	display:block;
	width:70%;
	margin:0px auto;
	font-size:16px;
	letter-spacing:2px;
	line-height:2em;
	color:#000;
}

#WRAPPER .terms h4 samp{
	color:#F3060A;
}

#WRAPPER .shopbox .shopbox_a{
	width:100vw;
	margin:100px auto;
	padding:0px;
	overflow: hidden;
}



/* ====================== [ FOOTER ] ======================= */
#FOOTER{
	clear:both;
	background-repeat:no-repeat;
	background-size:100vw;
	margin: 50px 0px 0px 0px;
}


#FOOTER a{
	display:block;
}

	
#FOOTER .footer_main{
	display:block;
	width:100vw;
	background-color:#000;
	padding:100px;
	overflow: hidden;
}

#FOOTER .footer_main .footer_title{
	width:70vw;
	margin:auto;
	border-bottom:1px solid rgba(92,92,92,1);
}

#FOOTER .footer_main .footer_title h2{
	line-height:24px;
	padding: 20px 5px;
	font-size:20px;
	color: #fff;
	font-weight: bold;
	letter-spacing:5px;
}

#FOOTER .footer_main .footer_top{
	display:block;
	width:70vw;
	margin: auto;
	padding:10px;
	overflow: hidden;
}

#FOOTER .footer_main .footer_top ul{
	display:block;
	width:50%;
	float: left;
	margin: 0px;
	padding:0px;
}

#FOOTER .footer_main .footer_top ul p{
	color: #fff;
	font-size: 14px;
	line-height:50px;
}


#FOOTER .footer_main .footer_top li{
	width: 100%;
	height:70px;
	float: left;
	margin: 0px;
	padding:5px;
	overflow: hidden;
}

#FOOTER .footer_main .footer_top li img{
	width:30px;
	margin:10px;
	padding: 0px;
	float: left;
	border-radius:50%;
	border: 1px solid #777;
}

#FOOTER .footer_main .footer_top p{
	color: #fff;
	font-size: 14px;
	line-height:50px;
}


#FOOTER .footer_main .footer_top a{
	color: #fff;
	font-size: 14px;
	line-height:50px;
	font-style: normal;
	text-decoration: none;
}

#FOOTER #footer_bottom{
	display:block;
	width:100vw;
	height: 80px;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
	background-color: #111;
}

#FOOTER #footer_bottom ul{
    display:block;
	width: 25vw;
	margin: 0px auto;
	padding:0px;
}

#FOOTER #footer_bottom li{
	display:block;
	float: left;
	margin: 0px;
	padding:0px;
}

#FOOTER #footer_bottom li img{
	display:block;
	width:40px;
	margin:20px;
	padding: 0px;
	float:inherit;
	border-radius:50%;
}
	


/* =========================================== [ 手機區 ] ============================================ */
@media screen and (max-width: 767px) {


nav{
	width:100vw;
	position:fixed;
	top:0;
	right:auto;
	left:auto;
	z-index:777;
	width:100vw;
	overflow:hidden;
	margin:0px;
	padding:0px;
	color: #000;
	border-bottom:none;
}

/* ====================== [ 手機區 #nav_l ] ======================= */

#nav_l{
	display:block;
	float:left;
	margin:5px;
	padding:0px;
}

#nav_l img{
	display:block;
	float:left;
	width:30px;
	margin: 4px;
	padding:0px;
	border-radius:50%;
}

#nav_l a{
	margin: 0px;
	float: left;
	font-family: corbel;
	font-weight:bold;
	color: #000;
	font-size: 24px;
	line-height:40px;
	font-style: normal;
	text-decoration: none;
	letter-spacing:1px;
	}

#nav_l a samp{
	margin: 0px;
	float: left;
	font-family: corbel;
	font-weight:bold;
	color: #000;
	font-size: 28px;
	line-height:40px;
	font-style: normal;
	text-decoration: none;
	letter-spacing:1px;
}

#nav_top{
	display:none;
	width:100vw;
	
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	margin:0 auto;
	padding: 0px;
	overflow:hidden;
	float:none;
}

#nav_top ul{
	display:block;
	width:100vw;
	height:100vh;
	padding:30vw 0vw 50vw 4vw;
	overflow:hidden;
	background-color:rgba(77,77,77,0.5);
}

#nav_top ul #XX{
	display:block;
	width:40px;
	height:40px;
	padding:0px 2px;
	background-color:#FFF;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	position:absolute;
	right:5vw;
	top:5vh;
	font-size:35px;
	font-weight:normal;
	color:#777;
	font-family:SOSA;
}

#nav_top ul li{
	display:block;
	width:40vw;
	border-radius:5px;
	background-color:#FFF;
	border:1px solid #777;
	color:#000;
	margin:3vw;
}

#nav_top ul li.company a{
	color:rgba(129,216,208,1);
}

#nav_top ul li.mbbutton{
	display:block;
}

#nav_top ul li a{
	line-height:50px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	letter-spacing:2px;
}

#nav_top ul li a:hover{
	display:block;
	color:rgba(129,216,208,1);
}


/* ====================== [ 手機區 #nav_R ] ======================= */
#nav_r{
	position:fixed;
	top:0px;
	right:0px;
	z-index:777;
	width:100vw;
	padding:5px;
}

#nav_r h5{
	display:block;
	float:right;
	width:50px;
	height:50px;
	margin-top: 3px;
	background-image:url("../image/btn.png");
	background-repeat: no-repeat;
	background-size:50px;
	text-indent:-9999px;
}

#nav_r ul{
	display:block;
	margin-top:0px;
}

#nav_r ul li a{
	display:block;
	float:right;
	width:35px;
	height:35px;
	margin:2px 5px;
	border-radius:50%;
	background-color:#FFF;
}

#nav_r ul li a:hove{
	color:rgba(129,216,208,1);
}

#nav_r ul li img{
	display:block;
	width:35px;
	margin:0px;
	padding: 0px;
	float:inherit;
	border-radius:50%;
}
	

#WRAPPER{
	display:block;
	width:100vw;
	margin:0px;
	padding: 0px;
	position:relative;
}

	
/* ====================== [ 手機區 首頁圖片輪播 ] ======================= */
.coverflow{
	display:block;
	width:100vw;
	height:100vh;
	overflow:hidden;
	position: relative;
	margin:0px;
	padding:0px;
}

.coverflow img{
	width:60vw;
	margin:30vw 20vw;
	padding:0px;
	position: absolute;
	z-index: 666;
}

.coverflow a{
	display: block;
	position: absolute;
	opacity: 0;
    filter: alpha(opacity=0);
    /*當圖片數量增加，影片長度需更改，變為5s*圖片數量*/
    -webkit-animation: silder 24s linear infinite;
    animation: silder 24s linear infinite;
	
	margin:0px;
	padding:0px;
	width:auto;
	height: 100vh;
}
	
.coverflow a img{
	
	width:auto;
	height: 100vh;
	margin:0px;
	padding:0px;
}

/*每個圖片各延遲5秒*/
.coverflow>a:nth-child(3) {
-webkit-animation-delay: 16s;
        animation-delay: 16s;            
}

	/* ====================== [ 手機區 首頁圖片輪播 結束 ] ======================= */


/* ====================== [ 手機區 SHOP BOX 開始 ] ======================= */
#WRAPPER .shopbox{
	clear:both;
	width:100%;
	padding:0px;
	margin:10px auto;
	overflow:hidden;
	float:none;
}

#WRAPPER .shopbox h2{
	display:block;
	width:80%;
	margin:30px auto;
	padding:10px 10px 0px 10px;
	text-align:center;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
	line-height: 1.6em;
    float:none;
}

#WRAPPER .shopbox h5{
	display:block;
	width:100%;
	margin:0px auto 35px auto;
	padding:0px 15px;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.6em;
	color:#666;
	float:none;
}

#WRAPPER .shopbox .shopbox_a{
	width:100%;
	margin:0px;
	float:none;
	padding:0px;
	overflow: hidden;
}

#WRAPPER .shopbox .shopbox_a .shopbox_b{
	width:100%;
	margin:0px;
	float:none;
	padding:0px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_c{
	display: block;
	width:95%;
	height:auto;
	margin:5px;
	padding:5px;
	overflow:hidden;	
}

#WRAPPER .shopbox .shopbox_a .shopbox_b .shopbox_c img{
	width:100%;
	height:auto;
	margin:0px;
	padding: 0px;
	float:none;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_d{
	width:100%;
	height:auto;
	margin:0px;
	padding:10px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_d h2{
	text-align: center;
	font-size:20px;
	line-height:2em;
	letter-spacing:2px;
	width:100%;
	margin:0px;
	padding:10px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_b .shopbox_d p{
	display: block;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:1px;
	width:100%;
	margin:0px;
	padding:10px;
	overflow:hidden;
}

#WRAPPER .shopbox .shopbox_a  .shopbox_e{
	display: block;
	width:100%;
	margin: 0px 0px 20px 0px;
	padding:13px;
	overflow:hidden;
}


#WRAPPER .shopbox .shopbox_a  .shopbox_e h4{
	display: block;
	width:100%;
	margin: 0px auto;
	text-align: right;
	font-size:12px;
	line-height:2em;
	letter-spacing:0px;
	float: right;
	padding:0px;
	overflow:hidden;
}
/* ====================== [ 手機區 SHOP BOX 結束 ] ======================= */

/* ====================== [ 手機區 兩列式內文 NEWS BOX 開始 ] */
	
#WRAPPER .newsbox{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px;
	padding: 0px;
}

#WRAPPER .newsbox .newsbox_a{
	width:100%;
	height:auto;
	margin:0px;
	padding: 0px;
	overflow:hidden;
}

#WRAPPER .newsbox .newsbox_a h2{
	display:block;
	overflow:hidden;
	width:100%;
	height:50vh;
	margin:0px;
	padding:0px;
	float:none;
	background-size:100vw;
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-9999px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b{
	display:block;
	width:100%;
	margin:0px;
	padding:10px;
	float:left;
}
#WRAPPER .newsbox .newsbox_a .newsbox_b h1{
	display:block;
	width:100%;
	margin:10px auto;
	text-align:center;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	line-height: 1.6em;
	letter-spacing:1px;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3{
	display:block;
	width:100%;
	margin:0px auto 20px auto;
	font-size:18px;
	letter-spacing:20px;
	line-height:1.6em;
	color:#666;
}

#WRAPPER .newsbox .newsbox_a .newsbox_b h3 samp{
	display:block;
	line-height:1.8em;
	margin:0px auto;
	text-align:center;
	padding-left:26px;
	font-size:14px;
	letter-spacing:0px;
}

#WRAPPER .newsbox_a .newsbox_b h6{
	display:block;
	width:100%;
	margin:0px auto;
	padding: 10px;
	font-size:16px;
	letter-spacing:1px;
	line-height:1.4em;
	color:#666;
}

/* ====================== [ 手機區 兩列式內文 結束 ] ====================== */

	
/* ====================== [ 手機區 terms 開始 ] ======================= */
#WRAPPER .terms_top{
	clear:both;
	width:100%;
	height:auto;
	padding:20px;
	margin:0px;
	overflow:visible;
	background-image:none;
	background-size:100vw;
	background-repeat: no-repeat;
}

	#WRAPPER .terms_top h1{
	clear:both;
	width:100%;
	padding:0px;
	margin:90px auto 0px auto;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:1px;
    line-height: 1.6em;
	color: #000;
}

#WRAPPER .terms_top h3{
	display:block;
	width:100%;
	margin:10px auto;
	padding:0px;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #000;
}

#WRAPPER .terms_top h4{
	display:block;
	width:100%;
	margin:0px auto;
	padding:10px;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	line-height: 1.6em;
	color: #000;
}

#WRAPPER .terms{
	clear:both;
	width:100%;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color: #000;
}

#WRAPPER .terms h1{
	display:block;
	margin:0px;
	padding:10px;
	text-align:left;
	font-size:28px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #000;
}

#WRAPPER .terms h3{
	display:block;
	margin:0px;
	padding:20px;
	font-size:20px;
	font-style:normal;
	text-decoration:none;
	letter-spacing:2px;
	color: #000;
}

#WRAPPER .terms h4{
	display:block;
	width:100%;
	margin:0px auto;
	padding: 20px;
	font-size:16px;
	letter-spacing:2px;
	line-height:1.6em;
	color:#000;
}

#WRAPPER .terms h4 samp{
	color:#F3060A;
}

#WRAPPER .shopbox .shopbox_a{
	width:100%;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
}



/* ====================== [ 手機區 FOOTER ] ======================= */
#FOOTER{
	clear:both;
	background-repeat:no-repeat;
	width:100%;
	margin:20px 0px 0px 0px;
	background-color:#000;
}


#FOOTER a{
	display:block;
}

	
#FOOTER .footer_main{
	display:block;
	width:100%;
	margin: 0px auto;
	padding:15px;
	overflow: hidden;
}

#FOOTER .footer_main .footer_title{
	width:100%;
	margin:0px auto;
	border-bottom:1px solid rgba(92,92,92,1);
}

#FOOTER .footer_main .footer_title h2{
	line-height:24px;
	padding: 20px 5px;
	font-size:20px;
	color: #fff;
	font-weight: bold;
	letter-spacing:5px;
	text-align: center;
}

#FOOTER .footer_main .footer_top{
	display:block;
	width:100%;
	margin:20px auto;
	padding:10px;
	overflow: hidden;
}

#FOOTER .footer_main .footer_top ul{
	display:block;
	width:80%;
	margin: 0px auto;
	float:none;
	padding:0px;
}

#FOOTER .footer_main .footer_top ul p{
	color: #fff;
	font-size: 16px;
	line-height:30px;
}


#FOOTER .footer_main .footer_top li{
	width:80%;
	margin: 0px auto;
	padding:5px;
	height:70px;
	float: left;
	overflow: hidden;
}

#FOOTER .footer_main .footer_top li img{
	width:30px;
	margin:10px;
	padding: 0px;
	float: left;
	border-radius:50%;
	border: 1px solid #777;
}

#FOOTER .footer_main .footer_top p{
	color: #fff;
	font-size: 16px;
	line-height:30px;
}


#FOOTER .footer_main .footer_top a{
	color: #fff;
	font-size: 16px;
	line-height:30px;
	font-style: normal;
	text-decoration: none;
}

#FOOTER #footer_bottom{
	display:block;
	width:100%;
	height: 80px;
	margin:0px auto;
	padding:0px;
	overflow: hidden;
	background-color: #000;
}

#FOOTER #footer_bottom ul{
    display:block;
	width:75%;
	float: none;
	margin: 0px auto;
	padding:0px;
}

#FOOTER #footer_bottom li{
	display:block;
	float:left;
	margin:20px;
	padding:0px;
}

#FOOTER #footer_bottom li img{
	display:block;
	width:40px;
	margin:0px;
	padding: 0px;
	float:inherit;
	border-radius:50%;
}
	

}
