@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;
}

html{
	background:none;
}



/* 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; }
.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; }
.title_m{display:none;}
/* m */
@media screen and ( max-width: 991px ){
	.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; }
}



.swiper-container {
  width: 380px; z-index: 99;padding: 0 0px;
  height:350px; overflow: hidden; display: flex; flex-wrap: wrap;
}
.swiper-wrapper{z-index: 99;}
.swiper-slide img{ width:100%; }
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; margin-right: 0px;
}

	@media screen and ( max-width: 991px ){
	.swiper-container {
  width: 84vw; z-index: 99;padding: 0 0vw; background:url(../images/m/layout-m_09.jpg) top center no-repeat; background-size:100%;
  height:84vw;
}	
.swiper-wrapper{width:100%;}
.swiper-slide{width:100%; text-align:center;}
.swiper-slide img{ width:100%; max-height: 100%; margin:0 auto;}
		}


.titleB h2:before, .titleB h2:after{display: none;}
.titleB h2{letter-spacing: 5px;}

.rectangle_3p li{width: 350px;}
@media screen and ( max-width: 991px ){
	.rectangle_3p ul li:first-child{width: 94vw;}
	.rectangle_3p li{width: 46vw;}
}	












/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	/*overflow: hidden;*/
	
	max-width:100%;
	height:50px;
	z-index:999;
	margin:0 auto;
	/*background: url("../images/navbg.jpg") top center no-repeat;*/
	background-color: #2e2e2e;
  }
  	@media screen and ( max-width: 991px ) {
		#navbar{ display:block;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{width:1200px;margin:0 auto;}
  /* Navbar links */
  #navbar a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	/*font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;*/
	font-weight: 400;
	width:22.6%;
	margin:0 10px;
	font-size:24px;
	color:#ffffff;
	/*border: 1px solid #000000;*/
	height:50px;
	line-height:50px;
	letter-spacing: 1px;
	/*background: url("../images/navbg.jpg");*/
	border-radius: 0px;
	/*border: 2px solid #ffffff;*/
	cursor: pointer;
	} 

  #navbar a:hover {
	color:#ffffff;
	background:#814927;
	border: none;
  } 
  #navbar span{ color:#000000;}

.nav_content .row_03{margin-right: 0;}
  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 78px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}



/*for mobile*/
menu{display:none;}
	@media screen and ( max-width: 991px ){
		menu{ display:none;}
		.title_m{display:block;}
	}
menu ul{
	position:fixed;
	bottom:0;
	left:0;
	margin:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	background-color: #2e2e2e;
	/*background: url("../images/navbg.jpg") top center repeat;*/
	z-index:999;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:1px solid #ffffff;
	padding:5px 0;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:1px;
	color:#f7edcd;
	font-weight:400;
}
menu ul li a{
	/*font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;*/
	font-weight: bold; 
	font-size:14px;
	line-height:1.2rem;
}
menu ul li:nth-last-child(1), menu ul li:nth-child(5){
	border-right:none;
}
/*menu ul li:nth-child(1), menu ul li:nth-child(2), menu ul li:nth-child(3){
	border-bottom: 1px solid #000000;
}*/
menu a{
	color:#ffffff !important;
	text-decoration: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: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 12vw;right: 0;margin: 2vw;	}
	}


/*--Ida CSS--*/
header{background:url(../images/paper2.jpg) center center repeat;}
.head_bg{
 width:100%;
 background:url(../images/head_bg.jpg) center center no-repeat;
 background-size: cover;
}
.head_title{
 width: 900px;
 height: 900px;
 margin: 35px auto 45px auto;
}
.card-wrap{
  width:925px;
  height:925px;
  position:relative;
}

.card{
  position:absolute;
  width:100%;
  height:100%;
/*  transform-style:preserve-3d;
  transition:1s all ease;*/
}

/*.card:hover{
  transform:rotateY(180deg);
}*/

/*front card*/
.card-front{
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  background:url(../images/head_title.png) center center no-repeat;
  background-size:97%;
}
/*back card*/
.card-back{
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
 /* background:url(../images/head_title2.png) center center;
  transform:rotateY(180deg);*/
}

.hightlight .font h4 {background:url(../images/paper2.jpg) center center; }
.hightlight_5p .font h4 { background:url(../images/paper2.jpg) center center;}
.toptitle .font h4{ background:url(../images/paper.jpg) center center;}
#navbar{
	background:url(../images/paper.jpg) top center repeat; 
}
#navbar a:hover {
    background:url(../images/paper2.jpg) top center repeat; 
}
.title_m{
	width:98%;	
}
.title_m img{
	width:100%;	
}
.wrap{
	background-size: 100%!important;
	padding-top: 60px;
	padding-bottom:55px;
}
.wrap1{
	background: url(../images/bg1.jpg) top center no-repeat;
	padding-top: 10px;
}
.wrap2{
	background: url(../images/bg2.jpg) bottom center no-repeat;
	padding-bottom: 10px;
}
.wrap3{
	background: url(../images/bg3.jpg) top center no-repeat;
}
.wrap4{
	background: url(../images/bg4.jpg) top center no-repeat;
}
.wrap5{
	background: url(../images/bg5.jpg) top center no-repeat;
	padding-bottom: 25px;
}
.wrap6{
	background: url(../images/bg6.jpg) top center no-repeat;
	padding-bottom: 0;
}
.product_box{
	width: 1300px;
	background-size: 95%!important;
	padding: 125px 0 50px 0;
	margin: 0 auto;
}


.product_box1 {background: url(../images/wrap_box1.png) top center no-repeat;margin-top: 50px; }
.product_box1 .titleB{ margin:-110px 0 62px 0; color:#ead5b8;text-align:center}

@media screen and ( max-width: 991px ){
.product_box1 .titleB {margin:0}
.product_box1 .titleB h2{ background:url("../images/title1.png") center no-repeat;position: relative; margin:0; background-size:93vw; padding:3vw; width:100%}

	 }

.product_box2 {background: url(../images/wrap_box2.png) top center no-repeat;}
.product_box2 .titleC{ margin:-56px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box2 .titleC{ margin:0}
.product_box2 .titleC h2 {background:url("../images/title_brand1.png") center no-repeat;position: relative; margin:0; background-size:93vw; padding:14vw ; height:28vw;width:100%}
	 }
	 
.product_box3 {background: url(../images/wrap_box3.png) top center no-repeat;}
.product_box3 .titleC{ margin:-56px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box3 .titleC{ margin:0}
.product_box3 .titleC h2 {background:url("../images/title_brand1.png") center no-repeat;position: relative; margin:0; background-size:93vw; padding:14vw 0 0 0 ; height:28vw;width:100%}
	 }
	 
.product_box4 {background: url(../images/wrap_box4.png) top center no-repeat;}
.product_box4 .titleC{ margin:-56px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box4 .titleC{ margin:0}
.product_box4 .titleC h2{background:url("../images/title_brand1.png") center no-repeat;position: relative; margin:0;background-size:93vw;  padding:14vw 0 0 0 ; height:28vw;width:100%}
	 }
	 
.product_box5 {background: url(../images/wrap_box5.png) top center no-repeat;}
.product_box5 .titleC{ margin:-56px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box5 .titleC{ margin:0}
.product_box5 .titleC h2{background:url("../images/title_brand1.png") center no-repeat;position: relative; margin:0; background-size:93vw; padding:14vw 0 0 0 ; height:28vw;width:100%}
	 }

.product_box6 {background: url(../images/wrap_box6.png) top center no-repeat;}
.product_box6 .titleC{ margin:-106px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box6 .titleC{ margin:0}
.product_box6 .titleC h2{background:url("../images/title2.png") center no-repeat;position: relative; margin:0;background-size:93vw; padding:2vw 0 0 0  ; height:13vw;width:100% }
	 }
.product_box7 {background: url(../images/wrap_box7.png) top center no-repeat;}
.product_box7 .titleC{ margin:-107px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box7 .titleC{ margin:0}
.product_box7 .titleC h2{background:url("../images/title2.png") center no-repeat;position: relative; margin:0;background-size:93vw; padding:2vw 0 0 0  ; height:13vw;width:100%}
	 }
.product_box8 {background: url(../images/wrap_box8.png) top center no-repeat;}
.product_box8 .titleC{ margin:-107px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box8 .titleC{ margin:0}
.product_box8 .titleC h2{background:url("../images/title2.png") center no-repeat;position: relative; margin:0; background-size:93vw;padding:2vw 0 0 0  ; height:13vw;width:100%}
	 }
.product_box9 {background: url(../images/wrap_box9.png) top center no-repeat;}
.product_box9 .titleC{ margin:-107px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box9 .titleC{ margin:0}
.product_box9 .titleC h2{background:url("../images/title2.png") center no-repeat;position: relative; margin:0;background-size:93vw;padding:2vw 0 0 0  ; height:13vw;width:100%}
	 }
.product_box10 {background: url(../images/wrap_box10.png) top center no-repeat;}
.product_box10 .titleB{ margin:-107px 0 62px 0; color:#ead5b8;text-align:center}
@media screen and ( max-width: 991px ){
.product_box10 .titleB{ margin:0}
.product_box10 .titleB h2 {background:url("../images/title1.png") center no-repeat;position: relative; margin:0; background-size:93vw; padding:2vw 0 0 0  ; height:13vw;width:100%}
	 }
.product_box11 {background: url(../images/wrap_box11.png) top center no-repeat;}
.product_box11 .titleC{ margin:-107px 0 62px 0; color:#343837;text-align:center}
@media screen and ( max-width: 991px ){
.product_box11 .titleC{ margin:0}
.product_box11 .titleC h2{background:url("../images/title2.png") center no-repeat;position: relative; margin:0; background-size:93vw; padding:2vw 0 0 0  ; height:13vw;width:100%}
	 }













.rectangle_3p li {margin: 8px;box-shadow:0 0 7px #2e2f2f;}
.recommend{background: url(../images/bg.jpg) repeat center top;box-shadow:0 0 5px #464747;margin: 15px auto 40px auto;padding: 45px 60px 45px 25px;}
.hightlight li {/* box-shadow:0 0 5px #464747; */margin: 8px;}
.titleB { margin:0}
.brand,.toptitle{ margin:0 auto 0;}
.brand li,.toptitle li { margin: 8px; }
.banner { margin:60px auto 0 auto;}
footer{background: url(../images/bg3.jpg) center center no-repeat;}
.brand .font p {font-size: 19px;letter-spacing: 0;line-height:28px;}
.brand .font h4 {font-size: 19px;}
.recommend .font {margin-left: 20px;}

/*for mobile*/
@media screen and ( max-width: 991px ){
.wrap{width:100%;background-repeat: repeat;}
.wrap2,.wrap4{
	background: url(../images/bg_m.jpg) top center ;
}
.wrap1,.wrap5{
	background: url(../images/bg_m2.jpg) top center ;
}
.product_box{
  width:100%;
  background:none;
  padding:15px 0;
  margin:0;
}
.sticky {
	position: fixed;
	bottom: 0!important;
	width: 100%;
	top: inherit;
}
.nav_content {
  width: 100%;
  margin: 0 auto;
}
#navbar  a {
	font-weight: 400;
	width:23%;
	margin:0 1%;
	font-size:18px;
	height:50px;
	line-height:50px;
	cursor: pointer;
} 
.wrap{
	padding-top: 0;
	padding-bottom:20px;
}
.wrap1{padding-top:30px;}
.recommend{margin: 25px auto;padding: 45px 15px;}
.product_box6 ,.product_box7,.product_box10,.product_box11{padding-top: 40px;}
.brand,.toptitle {margin: 3vw auto 0 auto;}
.hightlight {margin: 3vw auto 0 auto;}
.banner { margin:10px auto 0 auto;}
.rectangle_3p li {margin: 6px;box-shadow:0 0 7px #2e2f2f;}
.hightlight li {margin: 6px;}
.brand li,.toptitle li { margin: 6px; }
}
@media screen and ( min-width:768px )and ( max-width: 991px ){
.title_m{
	width:70%;	
}	
}
@media screen and ( max-width: 480px ){
#navbar  a {
	font-size:16px;
}