@charset "UTF-8";
/* CSS Document */
@import url("reset_2024.css");

html,body {	
	-webkit-text-size-adjust:none;	/*iOS旋轉手機畫面文字不縮放*/
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
}

/* --desktop------------------------------------- */

/*主選單*/

body {
	background-color:#FFFFFF;
	}

#WRAP{
	width:100%;
	height:auto;
	position: relative;
	}

#WRAP #HEADER{
	position: relative;
	width:723px;
	height:425px;
	background-image:url("../images/logo1.jpg");
	background-position:top center;
	background-repeat:no-repeat;
    margin: 0 auto;
	background-color: #FFFFFF;
	z-index: 100;
	}

#WRAP #HEADER #VOL{
	position: absolute;
	width:100px;
	/*height:100px;*/
	margin-top:110px;
	margin-left: 0px;
	/*background-color: antiquewhite;*/
	}

#WRAP #HEADER #VOL p{
	/*width:100%;
	height:100%;*/
	font-size: 50px;
	font-weight: lighter;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: right;
	}

#WRAP #HEADER #NAME{
	position: absolute;
	width:200px;
	height:2em;
	margin-top: 240px;
	margin-right: 100px;
	}

#WRAP #HEADER #NAME p{
	padding-top: 10px;
	width:100%;
	height:100%;
	text-align: left;
	font-size: 1em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	color: #ffffff;
	}

#WRAP #HEADER #DOWNLOAD{
	position: absolute;
	width:60px;
	height:60px;
	border: 5px solid white;
  	border-radius: 35px;
	top: 105px;
	right: 20px;
	background-color: #bd8bca;
	}

#WRAP #HEADER #DOWNLOAD p{
	padding-top: 22px;
	width:100%;
	height:100%;
	text-align: center;
	font-size: 18px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	color: #ffffff;
	/*text-indent: -1000px;*/
	}

#WRAP #KV{
	position:relative;
	width:780px;
	height:370px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom:40px;
    margin: 0 auto;
    background-color:#ededed;
	}

#WRAP #KV #photo{
	position:relative;
	width:100%;
	height:100%;
	background-image:url("../images/KV.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	}

#WRAP #KV #photo p{
	width:100%;
	height:100%;
	text-indent: -1000px;
	}
	


#WRAP #CONTENT{ 
	position:relative;
	width:860px;
    margin: 0 auto;
	background-color:#ededed;
	overflow:hidden;
	}

#WRAP #CONTENT .BANNER1{ 
	position: relative;
	width:780px;
	height: auto;
	/*padding: 0px 40px;*/
	margin: 0 40px 20px 40px;
	background-color:#FFFFFF;
	overflow:hidden;
	}

#WRAP #CONTENT .BANNER1 .PHOTO{
	width:390px;
	height:348px;
    float: left;
	}

#WRAP #CONTENT .BANNER1 .PHOTO img{
	width:390px;
	height:348px;
	}

#WRAP #CONTENT .BANNER1 .txt{
	width:360px;
    height:auto;
    float: right;
    margin: 0px 30px 0px 0px;
	}

#WRAP #CONTENT .BANNER1 .txt h1{
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:10px 25px;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER1 .txt h2{
    width: 60%;
    font-size:1.1em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:5px 25px;
    margin:20px 0px 5px 0px;
    background-color:#B68ABD;
    border-radius: 0 25px 25px 0px;
	
	}

#WRAP #CONTENT .BANNER1 .txt p{
	width: 90%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 80px 25px;
	padding-left:15px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #B68ABD;
	}

#WRAP #CONTENT .BANNER1 .more1{
	position: absolute;
    width: 60px;
    height: 60px;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5px solid white;
  	border-radius: 60px;
	right:10px;
	bottom:10px;
}

#WRAP #CONTENT .BANNER1 .more1 h3{
	width: 50px;
    height: 50px;
	margin: 0 auto;
    padding-top: 14px;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER1 .more1 a:link{
    text-decoration: none;
	font-size:0.9em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER1 .more1 a:hover{
    text-decoration: none;
    font-size:1em;
	line-height: 1.3em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER1A{ 
	position: relative;
	width:780px;
	height: auto;
	/*padding: 0px 40px;*/
	margin: 0 40px 20px 40px;
	background-color:#FFFFFF;
	overflow:hidden;
	}

#WRAP #CONTENT .BANNER1A .PHOTO{
	width:390px;
	height:348px;
    float: left;
	}

#WRAP #CONTENT .BANNER1A .PHOTO img{
	width:390px;
	height:348px;
	}

#WRAP #CONTENT .BANNER1A .txt{
	width:360px;
    height:auto;
    float: right;
    margin: 0px 30px 0px 0px;
	}

#WRAP #CONTENT .BANNER1A .txt h1{
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:10px 25px;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER1A .txt h2{
    width: 60%;
    font-size:1.1em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:5px 25px;
    margin:20px 0px 5px 0px;
    background-color:#B68ABD;
    border-radius: 0 25px 25px 0px;
	
	}

#WRAP #CONTENT .BANNER1A .txt p{
	width: 90%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 10px 25px;
	padding-left:15px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #B68ABD;
	/*overflow: hidden;*/
	}

#WRAP #CONTENT .BANNER1A ul{
	width: 90%;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 80px 40px;
	padding-left:0px;

	}

#WRAP #CONTENT .BANNER1A li{
	width: 100%;
    margin:0px 0px 5px 0px;
	}

#WRAP #CONTENT .BANNER1A .more1A{
	position: absolute;
    width: 60px;
    height: 60px;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5px solid white;
  	border-radius: 60px;
	right:10px;
	bottom:10px;
}

#WRAP #CONTENT .BANNER1A .more1A h3{
	width: 50px;
    height: 50px;
	margin: 0 auto;
    padding-top: 14px;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER1A .more1A a:link{
    text-decoration: none;
	font-size:0.9em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER1A .more1A a:hover{
    text-decoration: none;
    font-size:1em;
	line-height: 1.3em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}


#WRAP #CONTENT .BANNER2{ 
	position: relative;
	width:780px;
	height: auto;
	/*padding: 0px 40px;*/
	margin: 0 40px 20px 40px;
	background-color:#FFFFFF;
	overflow:hidden;
	}

#WRAP #CONTENT .BANNER2 .PHOTO{
	width:390px;
	height:348px;
    float: right;
	}

#WRAP #CONTENT .BANNER2 .PHOTO img{
	width:390px;
	height:348px;
	}

#WRAP #CONTENT .BANNER2 .txt{
	width:360px;
    height:auto;
    float: left;
    margin: 0px 30px 0px 0px;
	}

#WRAP #CONTENT .BANNER2 .txt h1{
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:10px 25px;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER2 .txt h2{
    width: 60%;
    font-size:1.1em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:5px 25px;
    margin:20px 0px 5px 0px;
    background-color:#B68ABD;
    border-radius: 0 25px 25px 0px;
	}

#WRAP #CONTENT .BANNER2 .txt p{
	width: 90%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 10px 25px;
	padding-left:15px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #B68ABD;
	}

#WRAP #CONTENT .BANNER2 ul{
	width: 90%;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 80px 40px;
	padding-left:0px;
	}

#WRAP #CONTENT .BANNER2 li{
	width: 100%;
    margin:0px 0px 5px 0px;
	}

#WRAP #CONTENT .BANNER2 .more2{
	position: absolute;
    width: 60px;
    height: 60px;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5px solid white;
  	border-radius: 60px;
	right:400px;
	bottom:10px;
}

#WRAP #CONTENT .BANNER2 .more2 h3{
	width: 50px;
    height: 50px;
	margin: 0 auto;
    padding-top: 14px;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER2 .more2 a:link{
    text-decoration: none;
	font-size:0.9em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER2 .more2 a:hover{
    text-decoration: none;
    font-size:1em;
	line-height: 1.3em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER2A{ 
	position: relative;
	width:780px;
	height: auto;
	/*padding: 0px 40px;*/
	margin: 0 40px 20px 40px;
	background-color:#FFFFFF;
	overflow:hidden;
	}

#WRAP #CONTENT .BANNER2A .PHOTO{
	width:390px;
	height:348px;
    float: right;
	}

#WRAP #CONTENT .BANNER2A .PHOTO img{
	width:390px;
	height:348px;
	}

#WRAP #CONTENT .BANNER2A .txt{
	width:360px;
    height:auto;
    float: left;
    margin: 0px 30px 0px 0px;
	}

#WRAP #CONTENT .BANNER2A .txt h1{
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:10px 25px;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER2A .txt h2{
    width: 60%;
    font-size:1.1em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:5px 25px;
    margin:20px 0px 5px 0px;
    background-color:#B68ABD;
    border-radius: 0 25px 25px 0px;
	}

#WRAP #CONTENT .BANNER2A .txt p{
	width: 90%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 10px 25px;
	padding-left:15px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #B68ABD;
	}

#WRAP #CONTENT .BANNER2A ul{
	width: 90%;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 80px 40px;
	padding-left:0px;
	}

#WRAP #CONTENT .BANNER2A li{
	width: 100%;
    margin:0px 0px 5px 0px;
	}

#WRAP #CONTENT .BANNER2A .more2A{
	position: absolute;
    width: 60px;
    height: 60px;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5px solid white;
  	border-radius: 60px;
	right:400px;
	bottom:10px;
}

#WRAP #CONTENT .BANNER2A .more2A h3{
	width: 50px;
    height: 50px;
	margin: 0 auto;
    padding-top: 14px;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER2A .more2A a:link{
    text-decoration: none;
	font-size:0.9em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER2A .more2A a:hover{
    text-decoration: none;
    font-size:1em;
	line-height: 1.3em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}


#WRAP #CONTENT .BANNER3{ 
	position: relative;
	width:780px;
	height: auto;
	/*padding: 0px 40px;*/
	margin: 0 40px 20px 40px;
	background-color:#FFFFFF;
	overflow:hidden;
	}


#WRAP #CONTENT .BANNER3 .txt{
	width:750px;
    height:auto;
    float: left;
    margin: 0px 30px 0px 0px;
	}

#WRAP #CONTENT .BANNER3 .txt h1{
    width: 50%;
    font-size:1.1em;
	color:#ffffff;
	line-height:1.4em;
	text-align:left;
	padding:5px 25px;
    margin:20px 0px 15px 0px;
    background-color:#B68ABD;
    border-radius: 0 25px 25px 0px;
	
	}

#WRAP #CONTENT .BANNER3 .txt p{
	width: 90%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 20px 25px;
	/*background-color: aqua;*/
	padding: 5px 0px 10px 35px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #B68ABD;
	background-image: url("../images/icon_drop.png");
	background-position: top left;
	background-repeat: no-repeat;
	}


#WRAP #CONTENT .BANNER3 .txt a:link{
    text-decoration: none;
	color:#666666;
	}

#WRAP #CONTENT .BANNER3 .txt a:hover{
    text-decoration: none;
    color:#b465c8;
	}

#WRAP #CONTENT .BANNER3 ul{
	width: 90%;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0px 0px 80px 40px;
	padding-left:0px;
	}

#WRAP #CONTENT .BANNER3 li{
	width: 100%;
    margin:0px 0px 5px 0px;
	}

#WRAP #SOCIAL{
	position: relative;
	width: 860px;
	height:90px;
    margin: 0 auto;
    background-color:#ededed;
    z-index: 115;
	margin-bottom: 90px;
	}

#WRAP #SOCIAL ul{
	position: absolute;
	margin: 0 auto;
	margin: 0px 180px;
	height:auto;
    overflow: hidden;
	top:30px;
	list-style: none;
	}

#WRAP #SOCIAL li{
    float: left;
	width: 80px;
	height:100px;
    margin:0px 10px;
	list-style: none;
	}

#WRAP #SOCIAL img{
    width:100%;
    height: auto;
	}


#WRAP #FOOTER{
	position: relative;
	width: 860px;
	height:auto;
    margin: 50px auto;
	padding: 20px 0px 50px 0px;
	background-color: #FFFFFF;
	z-index: 110;
	}

#WRAP #FOOTER #TITLE {
	position: absolute;
	width: 40%;
	height: 30px;
	margin: 0 30%;
	top: 0px;
	background-color:#FFFFFF;
	z-index: 121;
	}

#WRAP #FOOTER #TITLE h1{
	font-size:1.2em;
	color:#B68ABD;
	text-align:center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	margin-top: 10px;
	}

#WRAP #FOOTER #FRAME{
	width: 780px;
	height:auto;
    margin: 0 auto;
    background-color:#FFFFFF;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
	border: 1px solid #D7ABE3;
  	border-radius: 0px;
	z-index: 110;
	}

#WRAP #FOOTER #FRAME #ADD{
	width: 450px;
	height:auto;
    margin: 0 auto;
    padding: 5px 0px 30px 50px;
    float: left;
	}

#WRAP #FOOTER #FRAME #TEL{
	width: 280px;
	height:auto;
    margin: 0 auto;
    /*background-color:azure;*/
    padding: 5px 0 ;
    float: right;
	}

#WRAP #FOOTER #FRAME #TIME{
	width: 100%;
	height:auto;
    margin: 0 auto;
	padding: 10px 0;
    clear: both;
	background-color: #ede0f1;
	}

#WRAP #FOOTER #FRAME #TIME p{
	font-size:0.9em;
    line-height: 1em;
	padding: 5px 0px 5px 120px;
	color:#666666;
	text-align:left;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
    /*clear: both;*/
	}

#WRAP #FOOTER #FRAME #TIME #ICON{
	position: absolute;
    width: 60px;
    height: 60px;
    background-color: #d7abe3;
	text-align:center;
    border: 5px solid #EDE0F1;
  	border-radius: 60px;
	left:75px;
	bottom:59px;
	}

#WRAP #FOOTER #FRAME #TIME #ICON h1{
	font-size: 1em;
	line-height: 1.3em;
	color: #FFFFFF;
	margin-top: 9px;
	}

#WRAP #FOOTER a:link{
    text-decoration: none;
    color:#B68ABD;
	}

#WRAP #FOOTER a:hover{
    text-decoration: none;
    color:#B68ABD;
	}

#WRAP #FOOTER p{
	font-size:0.9em;
    line-height: 1.4em;
	color:#666666;
	text-align:left;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	}

/* --取消訂閱--*/ 
/*#WRAP #MAIL{
	width: 450px;
	height:50px;
    margin: 0 auto;
    background-color:#FFFFFF;
    text-align: center;
    font-size:14px;
    line-height: 50px;
	overflow: hidden;
	}

#WRAP #MAIL a:link{
    text-decoration: none;
    color:#444444;
}

#WRAP #MAIL a:hover{
    text-decoration: none;
    color:#B68ABD;
}*/
/* --取消訂閱--*/


/* --mobile------------------------------------- */

@media screen and (min-width: 361px) and (max-width: 736px) {
	
*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


body{
	-webkit-text-size-adjust:none;
	background-color:#fafafa;
}

#WRAP{
	width:100%;
	height:auto;
	}

#WRAP #HEADER{
	position: relative;
	width:100%;
	height:0;
    padding-bottom: 58%;
	background-image:url("../images/logo.jpg");
	background-position:top center;
	background-repeat:no-repeat;
    background-size:100%;
	background-color: #FFFFFF;
	}


#WRAP #HEADER #VOL{
	position: absolute;
	width:18%;
	height:auto;
	margin-top:35%;
	margin-left: 0%;
	/*background-color: antiquewhite;*/
	}

#WRAP #HEADER #VOL p{
	/*width:100%;
	height:100%;*/
	font-size: 3em;
	font-weight: lighter;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: right;
	}


#WRAP #HEADER #NAME{
	position: absolute;
	width:50%;
	height:2em;
	margin-top: 37%;
	margin-right: 20%;
	}

#WRAP #HEADER #NAME p{
	padding-top: 5%;
	width:100%;
	height:100%;
	text-align:left;
	font-size: 0.7em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	color: #ffffff;
	}

#WRAP #HEADER #DOWNLOAD{
	position: absolute;
	width:4em;
	height:4em;
	border: 3% solid white;
  	border-radius: 50%;
	top: 70%;
	right: 5%;
	background-color: #bd8bca;
	}

#WRAP #HEADER #DOWNLOAD p{
	padding-top: 35%;
	width:100%;
	height:100%;
	text-align: center;
	font-size: 1.2em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	color: #ffffff;
	}
	
#WRAP #KV{
	width:100%;
	height:0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom:89.2%;
    background-color:aqua;
	/*background-color:#ededed;*/
	margin-top: 0%;
	}

#WRAP #KV #photo{
	width:100%;
	height:0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom:89.2%;
	background-image:url("../images/KV_mobile.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	/*background-size:cover;*/
	background-size: cover;
    background-color:#ededed;
	margin-top: 0%;
	}
	

#WRAP #KV #photo p{
	width:100%;
	height:100%;
	text-indent: -1000px;
	}
	

#WRAP #CONTENT{ 
	width:100%;
	height:auto;
	position:relative;
    background-color:#ededed;
    margin: 0 auto;
    padding: 5%;
    overflow: auto;
	}

#WRAP #CONTENT .BANNER1{ 
	width:100%;
	height:auto;
	position:relative;
    background-color:#fafafa;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: auto;
	}

#WRAP #CONTENT .BANNER1 .PHOTO{
	width:100%;
	height:0;
    float: none;
    padding-bottom: 89.23%;
	}

#WRAP #CONTENT .BANNER1 .PHOTO img{
	width:100%;
	height:auto;
	}
	
#WRAP #CONTENT .BANNER1 .txt{
	width:100%;
    height:auto;
    float: none;
    margin: 0;

	}

#WRAP #CONTENT .BANNER1 .txt h1{
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	/*padding:2% 5%;*/
	padding:0.3em 1em;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER1 .txt h2{
    width: 80%;
	height:auto;
    font-size:1.2em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
    margin:1.5em 1em 0.5em 0em;
    background-color:#B68ABD;
    border-radius: 0 3em 3em 0;
	}

#WRAP #CONTENT .BANNER1 .txt p{
	width: 85%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
	margin: 0.5em 0em 6em 1.5em;
	padding-left: 1em;
    border-style: solid;
    border-width: 0px 0px 0px 0.1em;
    border-color: #B68ABD;
	}

#WRAP #CONTENT .BANNER1 .more1{
	position: absolute;
    width: 4.5em;
    height: 4.5em;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5% solid white;
  	border-radius: 50%;
	right:1em;
	bottom:1em;
}

#WRAP #CONTENT .BANNER1 .more1 h3{
	width: 100%;
    height: 100%;
	margin: 0 auto;
    padding-top: 0.75em;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER1 .more1 a:link{
    text-decoration: none;
	font-size:1.1em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER1 .more1 a:hover{
    text-decoration: none;
    font-size:1.2em;
	line-height: 1.2em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}
	
#WRAP #CONTENT .BANNER1A{ 
	width:100%;
	height:auto;
	position:relative;
    background-color:#fafafa;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: auto;
	}

#WRAP #CONTENT .BANNER1A .PHOTO{
	width:100%;
	height:0;
    float: none;
    padding-bottom: 89.23%;
	}

#WRAP #CONTENT .BANNER1A .PHOTO img{
	width:100%;
	height:auto;
	}
	
#WRAP #CONTENT .BANNER1A .txt{
	width:100%;
    height:auto;
    float: none;
    margin: 0;
	}

#WRAP #CONTENT .BANNER1A .txt h1{
	width:95%;
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER1A .txt h2{
    width: 80%;
	height:auto;
    font-size:1.2em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
/*	padding:2% 5%;*/
	padding:0.3em 1em;
    margin:1.5em 1em 0.5em 0em;
    background-color:#B68ABD;
    border-radius: 0 3em 3em 0;
	}

#WRAP #CONTENT .BANNER1A .txt p{
	width: 80%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
  	margin: 0.5em 0em 1em 1.5em;
	padding-left: 1em;
    border-style: solid;
    border-width: 0px 0px 0px 0.1em;
    border-color: #B68ABD;
	}

#WRAP #CONTENT .BANNER1A ul{
	width: 80%;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
	margin: 0.5em 0em 5em 1.5em;
	padding-left: 1em;
	padding-bottom: 1em;
	}

#WRAP #CONTENT .BANNER1A li{
	width: 100%;
    margin:0px 0px 3% 0px;
	}
	
#WRAP #CONTENT .BANNER1A .more1A{
	position: absolute;
    width: 4.5em;
    height: 4.5em;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5% solid white;
  	border-radius: 50%;
	right:1em;
	bottom:1em;
}

#WRAP #CONTENT .BANNER1A .more1A h3{
	width: 100%;
    height: 100%;
	margin: 0 auto;
    padding-top: 0.75em;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER1A .more1A a:link{
    text-decoration: none;
	font-size:1.1em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER1A .more1A a:hover{
    text-decoration: none;
    font-size:1.2em;
	line-height: 1.2em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER2{ 
	width:100%;
	height:auto;
	position:relative;
    background-color:#fafafa;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: auto;
	}

#WRAP #CONTENT .BANNER2 .PHOTO{
	width:100%;
	height:0;
    float: none;
    padding-bottom: 89.23%;
	}

#WRAP #CONTENT .BANNER2 .PHOTO img{
	width:100%;
	height:auto;
	}
	
#WRAP #CONTENT .BANNER2 .txt{
	width:100%;
    height:auto;
    float: none;
    margin: 0;
	}
	
#WRAP #CONTENT .BANNER2 .txt h1{
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER2 .txt h2{
    width: 80%;
	height:auto;
    font-size:1.2em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
    margin:1.5em 1em 0.5em 0em;
    background-color:#B68ABD;
    border-radius: 0 3em 3em 0;
	}

#WRAP #CONTENT .BANNER2 .txt p{
	width: 80%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
    margin: 0.5em 0em 6em 1.5em;
	padding-left: 1em;
    border-style: solid;
    border-width: 0px 0px 0px 0.1em;
    border-color: #B68ABD;
	}
	
#WRAP #CONTENT .BANNER2A ul{
	width: 80%;
    font-size:1em;
	color:#666666;
	line-height:1.4em;
	text-align:justify;
    margin: 0.5em 0em 5em 1.5em;
	padding-left: 1em;
	padding-bottom: 1em;
	}

#WRAP #CONTENT .BANNER2A li{
	width: 100%;
    margin:0px 0px 3% 0px;
	}
	

#WRAP #CONTENT .BANNER2 .more2{
	position: absolute;
    width: 4.5em;
    height: 4.5em;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5% solid white;
  	border-radius: 50%;
	right:1em;
	bottom:1em;
}	

#WRAP #CONTENT .BANNER2 .more2 h3{
	width: 100%;
    height: 100%;
	margin: 0 auto;
    padding-top: 0.75em;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER2 .more2 a:link{
    text-decoration: none;
	font-size:1.1em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER2 .more2 a:hover{
    text-decoration: none;
    font-size:1.2em;
	line-height: 1.2em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}
	
#WRAP #CONTENT .BANNER2A{ 
	width:100%;
	height:auto;
	position:relative;
    background-color:#fafafa;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: auto;
	}

#WRAP #CONTENT .BANNER2A .PHOTO{
	width:100%;
	height:0;
    float: none;
    padding-bottom: 89.23%;
	}

#WRAP #CONTENT .BANNER2A .PHOTO img{
	width:100%;
	height:auto;
	}
	
#WRAP #CONTENT .BANNER2A .txt{
	width:100%;
    height:auto;
    float: none;
    margin: 0;
	}
	
#WRAP #CONTENT .BANNER2A .txt h1{
	width:95%;
    font-size:1.4em;
	color:#B68ABD;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
	font-weight: bold;
	}

#WRAP #CONTENT .BANNER2A .txt h2{
    width: 80%;
	height:auto;
    font-size:1.2em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
    margin:1.5em 1em 0.5em 0em;
    background-color:#B68ABD;
    border-radius: 0 3em 3em 0;
	}

#WRAP #CONTENT .BANNER2A .txt p{
	width: 80%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
    margin: 0.5em 0em 1em 1.5em;
	padding-left: 1em;
    border-style: solid;
    border-width: 0px 0px 0px 0.1em;
    border-color: #B68ABD;
	}
	

#WRAP #CONTENT .BANNER2A .more2A{
	position: absolute;
    width: 4.5em;
    height: 4.5em;
	color:#444444;
    background-color: #d7abe3;
	text-align:center;
    border: 5% solid white;
  	border-radius: 50%;
	right:1em;
	bottom:1em;
}	

#WRAP #CONTENT .BANNER2A .more2A h3{
	width: 100%;
    height: 100%;
	margin: 0 auto;
    padding-top: 0.75em;
    font-size:0.9em;
	line-height: 1.2em;
    font-weight: bold;
	color:#ffffff;
	text-align:center;
	}

#WRAP #CONTENT .BANNER2A .more2A a:link{
    text-decoration: none;
	font-size:1.1em;
	line-height: 1.2em;
    color:#FFFFFF;
	}

#WRAP #CONTENT .BANNER2A .more2A a:hover{
    text-decoration: none;
    font-size:1.2em;
	line-height: 1.2em;
    font-weight: bold;
	background-color:#b465c8;
    color:#FFFFFF;
	}
	
#WRAP #CONTENT .BANNER3{ 
	position: relative;
	width:100%;
	height: auto;
	/*padding: 0px 40px;*/
	margin: 0px 0px 0px 0px;
	/*margin: 0 40px 20px 0px;*/
	background-color:#fafafa;
	/*overflow:hidden;*/
	overflow: auto;
	}

	
#WRAP #CONTENT .BANNER3 .txt{
	width:95%;
    height:auto;
    float: none;
    margin: 0px 0px 0px 0px;
	}

#WRAP #CONTENT .BANNER3 .txt h1{
   	width: 80%;
	height:auto;
    font-size:1.2em;
	color:#ffffff;
	line-height:1.3em;
	text-align:left;
	padding:0.3em 1em;
    margin:1em 2em 1em 0;
    background-color:#B68ABD;
    border-radius: 0 3em 3em 0;
	}

#WRAP #CONTENT .BANNER3 .txt p{
	width: 90%;
	height:auto;
    font-size:1em;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
    margin: 1em 0 1em 1em;
	padding: 0.5em 0em 0.5em 2.25em;
    border-style: solid;
    border-width: 0 0 0.1em 0 ;
    border-color: #B68ABD;
	background-image: url("../images/icon_drop.png");
	background-position: top left;
	background-repeat: no-repeat;
	}

#WRAP #CONTENT .BANNER3 .txt a:link{
    text-decoration: none;
	color:#666666;
	}

#WRAP #CONTENT .BANNER3 .txt a:hover{
    text-decoration: none;
    color:#b465c8;
	}

#WRAP #SOCIAL li{
    float: left;
	width: 18%;
	height:auto;
    margin:5% 1%;
	}

#WRAP #SOCIAL img{
    width:100%;
    height: auto;
	}
	
#WRAP #SOCIAL{
	position: relative;	
	width: 100%;
	height:0;
	padding-bottom: 13%;
    margin: 0 auto;
    background-color:#ededed;
    z-index: 115;
	}

#WRAP #SOCIAL ul{
	position: absolute;
	width: 80%;
	height:auto;
	margin: 0 10%;
    list-style: none;
    overflow: hidden;
	/*background-color: aqua;*/
	top:6%;
	}

#WRAP #SOCIAL li{
    float: left;
	width: 20%;
	height:0;
	padding-bottom: 30%;
    margin:0;
	list-style: none;
	}

#WRAP #SOCIAL img{
    width:100%;
    height: auto;
	}
	
	
#WRAP #FOOTER{
	position: relative;
	width: 100%;
	height:auto;
    margin: 0 auto;
	padding: 20% 0% 12% 0%;
	/*border: 1px solid #D7ABE3;
  	border-radius: 0px;*/
	z-index: 110;
	background-color: #FFFFFF;
	}
    
	
#WRAP #FOOTER #TITLE {
	position: absolute;
	width: 64%;
	height: 1.5em;
	margin: 0 18%;
	top: 14%;
	z-index: 121;
	}

#WRAP #FOOTER #TITLE h1{
	font-size:1em;
	color:#B68ABD;
	text-align:canter;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	margin-top: 2%;
	}
	
#WRAP #FOOTER #FRAME{
	width: 90%;
	height:auto;
    margin: 0 auto;
    background-color:#FFFFFF;
    padding: 5% 0 0 0;
    overflow: hidden;
	border: 1px solid #D7ABE3;
  	border-radius: 0;
	z-index: 110;
	}
	
	
#WRAP #FOOTER #FRAME #ADD{
	width: 95%;
	height:auto;
    margin: 0 auto;
    /*background-color:aqua;*/
    padding: 0 0 ;
    float: none;
	}

#WRAP #FOOTER #FRAME #TEL{
	width: 95%;
	height:auto;
    margin: 0 auto;
    /*background-color:aquamarine;*/
    padding: 2% 0 8% 0 ;
    float: none;
	}
	
#WRAP #FOOTER #FRAME #TIME{
	width: 100%;
	height:auto;
    margin: 0 auto;
	padding: 3% 0;
    clear: both;
	background-color: #ede0f1;
	}

#WRAP #FOOTER #FRAME #TIME p{
	font-size:0.9em;
    line-height: 1.4em;
	padding: 0% 5% 0% 24%;
	color:#666666;
	text-align:left;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	}
	
	
#WRAP #FOOTER #FRAME #TIME #ICON{
	position: absolute;
    width: 4em;
    height: 4em;
	color:#FFFFFF;
    background-color: #d7abe3;
	text-align:center;
    border: 0.3em solid #EDE0F1;
  	border-radius: 4em;
	left:8%;
	bottom:21%;
	}
	
#WRAP #FOOTER #FRAME #TIME #ICON h1{
	font-size: 1em;
	line-height: 1.3em;
	color: #FFFFFF;
	margin-top: 10%;
	}


#WRAP #FOOTER a:link{
    text-decoration: none;
    color:#B68ABD;
	}

#WRAP #FOOTER a:hover{
    text-decoration: none;
    color:#B68ABD;
	}

#WRAP #FOOTER p{
	font-size:0.8em;
    line-height: 1.7em;
	color:#666666;
	text-align:left;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif, 微軟正黑體;
	}	
	

/* --取消訂閱--*/ 
/*#WRAP #MAIL{
	width: 100%;
	height:auto;
    margin: 0 auto;
    background-color:#FFFFFF;
    text-align: center;
    font-size:0.9em;
    line-height: 5em;
	}

#WRAP #MAIL a:link{
    text-decoration: none;
    color:#444444;
}

#WRAP #MAIL a:hover{
    text-decoration: none;
    color:#B68ABD;
}
	*/
/* --取消訂閱--*/ 
	
}

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

#WRAP #FOOTER #TITLE {
	position: absolute;
	width: 64%;
	height: 1.5em;
	margin: 0 18%;
	top: 12%;
	z-index: 121;
	}
}