@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
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, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
	background:url("../images/fxied_bg.jpg") top center no-repeat, #63abc6;
	background-attachment: fixed;
	scroll-behavior: smooth;
}

@media screen and ( max-width: 991px ){
body:before {
  	content: ' ';
  	position: fixed;
  	z-index: -1;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
	background: url("../images/kv_m.png") top center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
}

header{background: url("../images/header_bg.jpg")top center no-repeat;}

/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; z-index: -1;}
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* 元件調整 */
.recommend_2p li{background: #fff; border-radius: 1em;}
.hightlight img {object-fit: contain;}

/* 區塊調整 */
.block_5 .titleC { margin: 20px auto 40px;}


/* m */
@media screen and ( max-width: 991px ){
	header{background: url("../images/header_m.jpg")top center no-repeat; background-size:100%;}
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }

	/* 元件調整 */
	.block_3 .hightlight,.block_4 .hightlight {width:100%; padding: 2vw 0; border-radius: .5em;}
	

	/* 區塊調整 */
	.block_5 .titleC.btt {margin:0 auto 5vw;}


}

/* =================================================== 主視覺動畫 =================================================== */
.kv_title{ position: absolute; top: 82px; left: 270px;  z-index: 20;
	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;}

.sale{ position: absolute; top: 597px; left: 340px;  z-index: 5;
	-webkit-animation: vibrate-1 2s linear infinite both;
	animation: vibrate-1 2s linear infinite both;}

/*
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
 @-webkit-keyframes text-focus-in {
	0% {
	  -webkit-filter: blur(12px);
			  filter: blur(12px);
	  opacity: 0;
	}
	100% {
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }
  @keyframes text-focus-in {
	0% {
	  -webkit-filter: blur(12px);
			  filter: blur(12px);
	  opacity: 0;
	}
	100% {
	  -webkit-filter: blur(0px);
			  filter: blur(0px);
	  opacity: 1;
	}
  }


/*
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
 @-webkit-keyframes vibrate-1 {
	0% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
	20% {
	  -webkit-transform: translate(-2px, 2px);
			  transform: translate(-2px, 2px);
	}
	40% {
	  -webkit-transform: translate(-2px, -2px);
			  transform: translate(-2px, -2px);
	}
	60% {
	  -webkit-transform: translate(2px, 2px);
			  transform: translate(2px, 2px);
	}
	80% {
	  -webkit-transform: translate(2px, -2px);
			  transform: translate(2px, -2px);
	}
	100% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }
  @keyframes vibrate-1 {
	0% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
	20% {
	  -webkit-transform: translate(-2px, 2px);
			  transform: translate(-2px, 2px);
	}
	40% {
	  -webkit-transform: translate(-2px, -2px);
			  transform: translate(-2px, -2px);
	}
	60% {
	  -webkit-transform: translate(2px, 2px);
			  transform: translate(2px, 2px);
	}
	80% {
	  -webkit-transform: translate(2px, -2px);
			  transform: translate(2px, -2px);
	}
	100% {
	  -webkit-transform: translate(0);
			  transform: translate(0);
	}
  }
  



/* -----------------CLOUD----------------- */

.kv_pc {
    background: url("../images/cloud.png") top center repeat-x;
    animation: cloud 30s 0s linear infinite;
    background-position: 0 0;
}

.cloud {
    background: url("../images/cloud2.png") top center repeat;
    animation: cloud 30s 0s linear infinite;
    background-position: 0 0;
    /*z-index: 1000;*/
}
@media screen and (max-width: 991px) {
    .kv_m {
        background: 
		url("../images/cloud_m.png") top center repeat-x;
        animation: cloud_m 16s 0s linear infinite;
        background-position: 0 0;
        background-size: 100%;
    }
    .cloud {
        background: url("../images/cloud_m.png") top center repeat-x;
        animation: cloud_m 16s 0s linear infinite;
        background-position: 0 0;
        background-size: 100%;
    }
}
@-webkit-keyframes cloud {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1920px 0;
    }
}

@-webkit-keyframes cloud_m {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100vw 0;
    }
}







/* =================================================== 統一設定 =================================================== */
/* ------------------ 架構標 ------------------ */
@font-face { font-family: 源雲明朝; src: url("../font/GenWanMin-SB.ttc");}
	.titleC h2 {
		font-family: 源雲明朝;
		font-size: 4rem;
		padding: 10px 60px 10px;
		color: #fff;
		background: #1c455a;
		border-radius: 60px;
		box-shadow: 4px 4px #b5d7e4;
	}

	.quotes .font h4,.quotes .font p {font-family: 源雲明朝; color:#fff;}

	/* subtitle 標題設定 */
	.half ul h3 { font-family: 源雲明朝; font-size: 2.4rem; color: #fff;}
	.subtitle h3{ font-family: 源雲明朝; font-size: 2.4rem; color: #fff; border-left: none;  padding: 10px 0 0 15px;}
	.subtitle .more {
		font-size: 1.2rem;
		padding: 6px 20px 6px;
		position: absolute;
		top: 15px;
		right: 0;
		transition-duration: 0.3s;
		background: #55859b;
		border-radius: 20px;
	}

	.subtitle .more a { color: #fff;}






@media screen and (max-width: 991px) {
	.titleC h2 {font-size: 2.4rem;}

	/* subtitle 標題設定 */
	.subtitle { width: 96%; margin: 0vw auto 2vw; padding: 2vw; background: #1c465a; border-radius: 10vw;}
	.subtitle h3 {padding: 2vw 0 0 4vw;}
	.subtitle .more {background: transparent; margin-top: 2vw;}

	
	}


/* ------------------ color ------------------ */
.quotes li:nth-child(even) { background: #79acbf;}
.quotes li:nth-child(odd) { background: #67a1b7;}
.hightlight .font h4{background: #55849b;}
.half ul { background: #79acbf; border-radius: 1.5em;}

/* =================================================== 版身設定 =================================================== */
.bg_1200{width:1200px; margin: 40px auto 20px; background: #79acbf; border-radius: 1.5em; padding:20px 0;}
@media screen and (max-width: 991px) {
	.bg_1200 {width:100%;}
}




/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 150px;
	top:10%;
	right:1%;
	padding:5px;
	border-radius:2px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
	background:#333;
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .3s;
	text-align:center;
	z-index:99;
	font-size:15px;
	overflow:hidden;
}
.side-menu2 label{
	position: fixed;
	width: 130px;
	height: 150px;
	background:#ffea00;
	opacity:0.95; 
	color: #285976;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 2px 2px 0;
	padding:18px 8px 10px 8px;
	font-weight:500;
}
#side-menu-switch2{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
#side-menu-switch2:checked + .side-menu{
	transform: translateX(0);
}
.side-menu2 nav li{ border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-last-child(1){ border-bottom: none;}

/*.side-menu2 nav li:nth-child(odd){ background:  #6E5688; border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-child(even){ background: #9A75A0; border-bottom: 1px dotted #fff;}*/

.side-menu2 nav a{
	font-weight: bolder;
	display: block;
	padding: 10px 4px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:18px;	
	font-family:SweiSpringCJKsc-SemiBold;
	font-weight: 600;
	line-height: 1.4;
}
.side-menu2 nav p.name_menu{ padding:10px 0; font-size:1.5em; line-height:1em; border-bottom:3px solid; border-color:#04414b; color:#df6616; font-weight:bold;}
.side-menu2 nav ul.area1{ margin-bottom:150px;}
.side-menu2 nav ul.area1 li{ width:50%; float:left;}
.side-menu2 nav ul.area1 li:nth-last-child(1){ border-bottom:none;}
	@media screen and ( max-width:991px ){
		.side-menu2 {display: none;}
	}



/*Plugin*/
.side-menu2 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.side-menu2 .nav-pills>li.active>a, .side-menu2 .nav-pills>li.active>a:focus, .side-menu2 .nav-pills>li.active>a:hover, .nav-pills>li>a:hover {
	font-weight: 600;
    color: #fff;
    background:url("../images/bg_orange.jpg");
	/*height: 60px;
	line-height: 40px;*/
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/* -- 版頭TopMenu -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
	/*overflow: hidden;*/
	
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: #df6616;
  }
  	
  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #TopMenu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	width:32%;
	margin:0 2.5px;
	font-size:24px;
	color:#fff;
	border-right: 1px solid #ffffff;
	height:60px;
	line-height:60px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 源雲明朝;
  } 
  #TopMenu .row_03 a{border-right: none;}
  #TopMenu span{ color:#000000;}

  /*#TopMenu a:hover{ transform: scale(.95)}*/


/*for mobile*/

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

#TopMenu { width: 100%; height: auto;}	
#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: url("../images/color-b.jpg");z-index:1000;border-top:none; }
#TopMenu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 1vw; width:33.3333%;box-sizing:border-box;text-align:center;font-size:14px;}
#TopMenu ul li a{ width:100%; margin:0 auto; font-size:18px; border-right: none; height:auto; line-height:2; letter-spacing: 0; }
#TopMenu ul li:nth-child(3){border-right:none;}
}




/* ------------------ goto top ------------------ */          
 #gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}          
 #gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}         #gotop:hover {cursor: pointer;background-color: #666;}          
 #gotop:active {background-color: #ccc;}          
 #gotop.show {opacity: 0.4;visibility: visible;}          
 @media screen and ( max-width: 991px ){          
 #gotop {bottom: 70px;right: 0;margin: 2vw;}
 }         
 /* share url */          
 #share{display: inline-block;background-color: #000;opacity:0.4;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 50px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff; opacity:0.5;background: url(../images/share.png) center no-repeat; background-size:20px;background-position:50% 30%;}
 #share:hover{cursor: pointer;background-color: #666;}
 #share:active{background-color: #666;}
 @media screen and ( max-width: 991px ){
 #share{bottom:115px;right: 0;margin: 2vw;}
 }                    
 @media screen and ( max-width: 991px ){          
 html{padding-bottom: 80px;}          
 } 