@charset "UTF-8";
@import url(base.css);
@import url(animate.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/cwtexyen.css');
/* =============================================================================
   BASIC
   ========================================================================== */
html, body { height: 100%;
 -webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	 -ms-text-size-adjust: none;
		 text-size-adjust: none;  
}
body { background:#fffafa;}
body, th, td, input { font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; font-size: 100%; }
::selection { background: #cd4f8d; color: #FFF;}
a { text-decoration: none; }
h1 { font-size: 1.5em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin: 0 0 1em; }
h2 { font-size: 1.4em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 1em; }
h3 { font-size: 1.3em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h4 { font-size: 1.2em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h5 { font-size: 1.2em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
h6 { font-size: 1.1em; font-family: 'Lato', '微軟正黑體', Arial, Helvetica, sans-serif; margin:0 0 0.6em; }
p,li { font-size: 0.95em; line-height: 1.8em; color: #333; }
a:link, a:visited { text-decoration: none; cursor: pointer; }
hr {  margin: 1.5em 0;}

.loadbar { position: fixed; background: #c7a482; width: 0; height: 5px; top: 0; left: 0; z-index: 3000; overflow: hidden;
	transition: 400ms ease-in-out;
}
.loadbar.ed { width: 0!important; border: none; right: 0; left: inherit; opacity: 0; }

.imgLiquidCenter, .imgLiquidFill{ opacity: 0; 
	transition: opacity 400ms ease-in-out;
}
.imgLiquid_ready { opacity: 1; }
.mv_16by9 { position: relative; padding-bottom: 56.25%;}
.mv_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.s16by9 { position: relative; padding-bottom: 56.25%;}
.s4by3 { position: relative; padding-bottom: 75%;}
.s2by1 { position: relative; padding-bottom: 50%;}
.s1by1 { position: relative; padding-bottom: 100%;}

/*Element*/
.ie { position: fixed; width: 100%; height: 100%; box-sizing: border-box; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie h2, .ie h4 { color: #333 !important; }
.ie p { text-align: center; color: #333 !important; font-size: 0.9em; }
.ie a { color: #F36; }

/* =============================================================================
   BASIC END
   ========================================================================== */

/*Package*/
.inner-width { position: relative; max-width:1200px; margin: auto; }
.txt-width { position: relative; max-width:1080px; margin: auto; }

.more_bar{ position: relative; z-index: 100; padding: 20px 0; text-align: left;}
.more_bar.center{ text-align: center;}
.more_bar.right{ text-align: right;}

.btn_more{ position: relative; display: inline-block; font-family: 'cwTeXYen', sans-serif; font-size: 1.25em; color: #c7a482; line-height: 50px; padding: 0 2.5em; border: solid 1px #c7a482;
	transition: 200ms ease;
}
.btn_more:hover{ color: #c7a482;}
.btn_more::after{ position: absolute; content: ''; display: block; right: 10px; top:0; color:#c7a482; font-size: 0.8em; opacity: 0;
	font-family: "FontAwesome"; font-weight: 900; content: "\f054";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: 200ms ease;
}

.btn_more:hover::after{ opacity: 1;}

.btn_inner_more{ position: relative; display: inline-block;}
.btn_inner_more::before{  content: ''; display: block; position: absolute; left: 0%; bottom: -4px; height: 4px; border-radius: 4px; background: #1b50bc; width: 100%;}

.btn_send{ position: relative; display: inline-block; color: #FFF; text-align: center; background: #ee2455; font-size:18px; line-height: 32px; padding: 5px 20px; font-weight: 700; border:none;
	transition: 200ms ease; border-radius: 5px;;
}
.btn_send:hover, .btn_send:focus{ color: #FFF; background: #b50105;}

.btn_send.disabled{ background: #CCC; cursor: default;}

.btn_clear{ position: relative; display: inline-block; color: #333; text-align: center; background: #f2f2f2; font-size:18px; line-height: 32px; padding: 5px 20px; font-weight: 700; border:none;
	transition: 200ms ease; border-radius: 5px;
}
.btn_clear:hover{
	background: #999; color: #FFF;;
}

.btn_send.sm{ display:block; padding: 0 20px; box-sizing: border-box; font-size: 1em; line-height: 2.4em;}

.pager_bar { padding: 20px 0; text-align: center; }
.pager_bar.left {  text-align: left; }
.pager_bar.right {  text-align: right; }
.pager_bar a { display: inline-block; line-height: 32px; width: 32px; text-align: center; margin: 0 4px 0 0; color: #FFF; font-size: 16px;  border-radius: 5px; background: #CCC; vertical-align: text-top; border:solid 1px #B69868;
	transition: 300ms ease;
}
.pager_bar select { display: inline-block; line-height: 30px; vertical-align: text-top; padding: 0 30px; margin: 0 4px 0 0;
	transition: 300ms ease;
}
.pager_bar a.con { width: auto; padding: 0 20px; background: #FFF; color:#333}
.pager_bar a.arr { background: #999; font-size: 1.4em;}
.pager_bar a:hover, .pager_bar a.cur { color: #FFF; background: #B69868;}
.pager_bar p{ text-align: center; color: #999; font-size: 0.9em; margin: 0 0 10px 0;}
.pager_bar p strong{ color:#333;}

/*TITLE*/
.title_bar{ position: relative; margin: 0 0 60px 0; padding:0;}
.title_bar.left{ text-align: left; }
.title_bar.right{ text-align: right; }
.title_bar.center{ text-align: center; }
.title_bar .title{ position: relative; display: inline-block; color: #000; font-size: 2em; margin: 0; font-weight: 400;}
.title_bar .title.small{ font-size: 1.25em;}
.title_bar .title span{ display: block; font-size: 0.5em; line-height: 1em; color: #666;}
.title_bar .back{ position: absolute; bottom: 10px; left: -30px; font-size: 1.5em; color: #b50105;}
.title_bar.left .title::before{ left: 0; }


/*BLOCK*/
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
#header { position:fixed; z-index:1000; width:100%; padding: 0; left:0; border-top: solid 5px #cd4f8d;
    transition: 500ms ease;
}
#header .bg{ position: absolute; top: 0; left: 0; width: 100%;  background: rgba(255,255,255,1); height: 100px;
	transition: 500ms ease;
}

#content { position: relative; padding: 100px 0 0 0;}

#footer { position:relative;  z-index: 1; background: #fff3f3; border-bottom: solid 5px #cd4f8d; padding: 60px 10px 20px;}
#footer .foot_menu{ position: relative; padding: 10px; width: 30%; float: right; box-sizing: border-box; text-align: right;}
#footer .foot_menu a{ display: block; color: #525252; padding: 8px 10px; margin: 2px; font-size: 1em; 
	transition: 500ms ease;
}
#footer .foot_menu a:hover{ background: #cd4f8d; color: #FFF;}

#footer .info{ position: relative; width: 60%; color: #666; text-align: left; float: left; box-sizing: border-box; }
#footer .info p{ color: #666;}
#footer .info .foot_logo{ width: 250px; margin-bottom: 20px;}
#footer .info .foot_logo img{ width: 100%;}

#footer .add{ position: relative;  width: 60%; color: #666; text-align: left; float: left; box-sizing: border-box; }
#footer .add p{ color: #666;}
#footer .copyright { position: relative; width: 60%; text-align: left; float: left; color: #666; font-size: 0.9em;}


#path{ position: relative; box-sizing: border-box; width: 100%; padding:10px; background:#3b3b3b; color: #666; overflow: auto; 
	transition: 500ms ease;
}
#path ul{ display: block; list-style: none; margin: 0 5px; }
#path li { display: inline-block; color: #FFF; font-size: 0.9em; }
#path li + li:before { 
	content: "/";
    padding:0 5px;
    color: #FFF;
}
#path li a{ color:#FFF; font-size: 0.9em; }
#path li a i{ font-size: 1em;}

#path .share_bar{ position: relative; width: 30%; float: right; text-align: right;}

#path .share_bar a{ display: inline-block; color: #999; padding: 2px 4px; font-size: 1em; border-radius: 4px; margin: 2px;}
#path .share_bar a i{ font-size: 1em;}
#path .share_bar a:hover{ background: #811916; color: #FFF;}
#path .share_bar a:hover i{ color: #FFF;}

/**logo**/
.logo { position: absolute; top: 25px; left: 10px; width: 254px; padding: 0; margin: 0 ; box-sizing: border-box;
    transition: 500ms ease;
}
.logo img { max-width: 100%;}

.top_menu{ position: absolute; box-sizing: border-box; top: 30px; left:290px; width: calc(100% - 290px); 
	transition: 500ms ease;
}
.top_menu ul{ list-style:none; margin:0; box-sizing: border-box;
	transition: 500ms ease-in;
}
.top_menu>div>ul>li{ position: relative; display: block; float: left; }
.top_menu>div>ul>li+li{ margin: 0 0 0 15px;}
.top_menu>div>ul>li.media{ float: right;}

.top_menu>div>ul>li>a{ position:relative; display:block; font-size: 1.1em; color:#514a4e; padding:5px 25px; margin: 0; line-height: 32px; border: solid 2px #FFF;
	transition: 200ms ease;
}

.top_menu>div>ul>li>a:hover, .top_menu>div>ul>li>a.cur{  border: solid 2px #c7a482; color: #c7a482;}

.fb_btn a{ position: absolute; top:5px; right:5px}

.fb_btn a{  font-size: 24px; color:#B69868; padding:5px 10px; margin: 0; line-height: 32px; border: solid 2px #FFF;
	transition: 200ms ease;
}
.fb_btn:hover{  border: solid 2px #c7a482; color: #c7a482;}


/*ED*/
#header.ed .bg{ height: 60px; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
#header.ed .top_menu{ top: 8px;}
#header.ed .logo {top: 10px; width: 200px;}

/*BANNER*/
.top_banner { position: relative; width: 100%; margin: 0 auto; overflow: hidden; z-index: 100; height: 0; padding-bottom: 40%;}
.top_banner ul{ position: relative; display: block; margin: 0; list-style: none; }
.top_banner li{ position: relative; display: block; }
.top_banner .pic{ position: relative; display: block; top: 0; left: 0; height: 0; padding-bottom: 40%;}
.top_banner .owl-dots { position: absolute; bottom: 15px;}

.ad_banner { position: relative; width: 100%; margin: 0 auto; overflow: hidden; z-index: 100;}
.ad_banner img{ width: 100%;}


/*inx_ad_box*/
.inx_ad_box{ position: relative; padding: 100px 0; }
.inx_ad_box ul{ position: relative; display: block; list-style: none; margin: 0;}
.inx_ad_box ul li{ position: relative; display: block; float: left; width: calc(100% / 3);}
.inx_ad_box ul li:first-child{ width: 100%; }
.inx_ad_box li a{ position: relative; display: block; margin: 10px; overflow: hidden;
	transition: 400ms ease;
}
.inx_ad_box li a::before{ position: absolute; display: block; content: ''; border-left: solid 2px #c7a482; border-top: solid 2px #c7a482; top: 10px; left: 10px; z-index: 100; width: 0; height: 0; opacity: 0;
	transition: 1000ms ease;
}
.inx_ad_box li a::after{ position: absolute; display: block; content: ''; border-bottom: solid 2px #c7a482; border-right: solid 2px #c7a482; bottom: 10px; right: 10px; z-index: 100; width: 0; height: 0; opacity: 0;
	transition: 1000ms ease;
}
.inx_ad_box li a .txt{ position: absolute; bottom: 10px; right: -30px; display: block; color: #FFF; font-size: 1.2em; padding:10px; font-weight: 700; background: rgba(199, 164, 130, 0.8);
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align: center; opacity: 0;
	transition: 1000ms ease;
}
.inx_ad_box li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.inx_ad_box li a:hover .txt{ opacity: 1; right: 10px;}
.inx_ad_box li a:hover::before{ width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}
.inx_ad_box li a:hover::after{ width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}


/*inx_pro_box*/
.inx_pro_box{ position: relative; padding: 100px 0; }
.inx_pro_box ul{ position: relative; display: block; list-style: none; margin: 0;}
.inx_pro_box ul li{ position: relative; display: block; float: left; width: calc(100% / 3);}
.inx_pro_box li a{ position: relative; display: block; margin: 10px; overflow: hidden;
	transition: 400ms ease;
}
.inx_pro_box li a::before{ position: absolute; display: block; content: ''; border-left: solid 2px #c7a482; border-top: solid 2px #c7a482; top: 10px; left: 10px; z-index: 100; width: 0; height: 0; opacity: 0;
	transition: 1000ms ease;
}
.inx_pro_box li a::after{ position: absolute; display: block; content: ''; border-bottom: solid 2px #c7a482; border-right: solid 2px #c7a482; bottom: 10px; right: 10px; z-index: 100; width: 0; height: 0; opacity: 0;
	transition: 1000ms ease;
}
.inx_pro_box li a .txt{ position: absolute; bottom: 10px; right: -30px; display: block; color: #FFF; font-size: 1.2em; padding:10px; font-weight: 700; background: rgba(205, 79, 142, 0.8);
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align: center; opacity: 0;
	transition: 1000ms ease;
}
.inx_pro_box li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: scale(1.02);
}
.inx_pro_box li a:hover .txt{ opacity: 1; right: 10px;}
.inx_pro_box li a:hover::before{ width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}
.inx_pro_box li a:hover::after{ width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}



/*pro_box*/
.pro_box{ position: relative; padding: 50px 0; background: #fefaf9;}
.pro_box.bc{ background: #fdf4f5; }
.pro_box .bg_box{ background: #f8f2f5; padding: 40px 0; margin: 40px 0 0;}

.pro_box ul{ position: relative; display: block; list-style: none; margin: 0;}
.pro_box ul li{ position: relative; display: block; float: left; width: calc(100% / 3);}
.pro_box li a{ position: relative; display: block; margin: 10px; overflow: hidden;
	transition: 400ms ease;
}
.pro_box li a::before{ position: absolute; display: block; content: ''; border-left: solid 2px #c7a482; border-top: solid 2px #c7a482; top: 10px; left: 10px; z-index: 100; width: 0; height: 0; opacity: 0;
	transition: 1000ms ease;
}
.pro_box li a::after{ position: absolute; display: block; content: ''; border-bottom: solid 2px #c7a482; border-right: solid 2px #c7a482; bottom: 10px; right: 10px; z-index: 100; width: 0; height: 0; opacity: 0;
	transition: 1000ms ease;
}
.pro_box li a .txt{ position: absolute; bottom: 10px; right: -30px; display: block; color: #FFF; font-size: 1.2em; padding:10px; font-weight: 700; background: rgba(205, 79, 142, 0.8);
	word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align: center; opacity: 0;
	transition: 1000ms ease;
}
.pro_box li a .title{ position: absolute; bottom: 10px; right: 10px; display: block; color: #333; font-size: 1.2em; padding:10px; font-weight: 700;
	transition: 1000ms ease;
}
.pro_box li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: scale(1.02);
}
.pro_box li a:hover .txt{ opacity: 1; right: 10px;}
.pro_box li a:hover::before{ width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}
.pro_box li a:hover::after{ width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}


.pro_view{ position: relative; }
.pro_view .cover{ width: 530px; float: left; margin: 0 30px 0 0;}
.pro_view .cover .pic_main{ border:solid 1px #CCC;}
.pro_view .cover .pic_main img{ width: 100%;}
.pro_view .cover .pic_list{ position: relative; margin: 5px -5px 5px 0;}
.pro_view .cover .pic_list .item{ width: calc( 100% / 5 - 5px); float: left; border:solid 1px #CCC; margin:5px 5px 5px 0; opacity: 0.5; cursor: pointer;}
.pro_view .cover .pic_list .item:hover{ opacity: 0.8;}
.pro_view .cover .pic_list .item.on{ opacity: 1;}
.pro_view .cover .pic_list img{ display: block; max-width: 100%;}
.pro_view .txt{ width: calc( 100% - 580px); float: left; padding: 10px;}
.pro_view .txt .name{ margin: 0; line-height: 1.2em; font-size:35px; font-weight: 700; color:#c7a482;}
.pro_view .txt .name .con{ display: inline-block; margin: 0 0 0 10px;}
.pro_view .txt .name .con i{ color: #CCC; font-size: 0.8em;}
.pro_view .txt .name .con.favorited i{ color: #F36;} 
.pro_view .txt .type{ font-size: 30px; color:#cd4f8d; font-family: Georgia, 'Times New Roman', Times, serif; margin: 0 0 10px 0;}
.pro_view .txt .tag{ position: relative; padding: 5px 0;}
.pro_view .txt .tag a{ font-size: 0.8em; display: inline-block; padding:0 8px; margin: 0 2px; border-radius: 5px; background: #cd4f8d; color: #FFF;}
.pro_view .txt .tag a:hover{ background: #F36;}
.pro_view .txt .info{ padding: 10px 0; font-size: 0.9em; color: #666;} 

.pro_view .txt .spe{ position: relative; padding: 5px 0;}
.pro_view .txt .spe .items { position: relative; color: #666; margin: 0 0 20px 0; padding: 0 0 0 50px; font-size: 16px;}
.pro_view .txt .spe .items .title{ position: absolute; top: 0; left: 0; color: #333; margin: 0 0 4px 0; font-weight: 700;}


.pro_view .txt .spe .item{ display: inline-block; padding: 4px 20px; border: solid 1px #CCC; cursor: pointer; color:#666; border-radius: 5px;}
.pro_view .txt .spe .item:hover{ background: #f2f2f2;}
.pro_view .txt .spe .item.on{ border: solid 1px #00b8ff; color: #00b8ff; background: #FFF; margin: 0 0 4px 0;}
.pro_view .txt .spe select{ padding: 4px 30px 4px 10px;}
.pro_view .txt .spe .tip{ display: inline-block; padding:  0 10px;}
.pro_view .txt .spe .tip strong{ color: #00b8ff;}
.pro_view .txt .add_bar{ position: relative;  border: solid 1px #CCC; border-radius: 10px; margin: 10px 0; overflow: hidden;}
.pro_view .txt .add_bar .item{ position: relative; box-sizing: border-box;width: 50%; float: left; padding: 10px 30px; font-size: 18px;}
.pro_view .txt .add_bar .item.add{ text-align: left; color: #666;}
.pro_view .txt .add_bar .item.add:hover{ color: #FFF; background: #666;}
.pro_view .txt .add_bar .item.cart{ text-align: right; color: #FFF; background: #00b8ff;}
.pro_view .txt .add_bar .item.cart:hover{ background: #00a2e0;}

.pro_content{ padding: 20px 0;}

.pro_content .txt{ position: relative; margin: 0 40px 0 0; width: calc(50% - 40px); float:left;}
.pro_content .txt p{ color:#999;}
.pro_content .pic{ position: relative; width: 50%; float:right;}
.pro_content .pic img{ max-width: 100%;}

.pro_content .forms{ padding: 10px;}
.pro_content .forms .f_title{ font-size: 16px;}
.pro_content .forms textarea{ width: 100%; display: block; margin: 10px 0;}
.pro_content .forms button{ float: right;}

.pro_desk_banner{ width: 30%; float: right; margin-top: 94px;}
.pro_desk_banner img{ max-width: 100%;}
.pro_desk_banner a{ display: block;}
.pro_desk_banner a + a{ margin: 10px 0 0;}
.pro_mobile_banner{ display: none;}
.pro_mobile_banner img{ max-width: 100%;}

/*inner_box*/
.inner_box{ position: relative; padding: 40px;}
.inner_box.left{ width: calc(100% - 240px); }
.inner_box .date{ font-size: 1.25em; font-weight: 400; padding: 10px 0; color: #00447d; }
.inner_box .edit tr:nth-child(2n-1){ background: #f2f2f2;}
.inner_box .edit tr:nth-child(2n){ background: #FFF;}
.inner_box .edit td, th { line-height: 1.4em;}


.inner_box table { border-collapse: collapse; width: 100%;}
.inner_box th { background: #999; color: #FFF; font-size: 18px;}
.inner_box td, .inner_box th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}
.inner_box img{ max-width: 100%; height: auto !important;}
.inner_box iframe{ max-width: 100%;}
  
.inner_box tr:nth-child(even) { background-color: #f2f2f2;}
.inner_box .s2 tr:nth-child(even) { background-color: #FFF;}
.inner_box .s2 td:nth-child(even) { background-color: #f2f2f2;}

.inner_box .cover{ position: relative; margin: 20px 0; max-width: 500px;}
.inner_box .cover img{ position: relative; display: block; max-width: 100%;}

.inner_box table.animal{ position: relative; width: 100%;}
.inner_box table.animal th, .inner_box table.animal td{ border-bottom: solid 1px #f2f2f2; padding: 0.5em 15px; line-height: 1.4em; font-size:18px;}
.inner_box table.animal th{ width: 80px;}

.inner_box .tool_bar{ position: absolute; top: 30px; right: 20px;}
.inner_box .tool_bar a { display: inline-block; line-height: 32px; width: auto;  text-align: center; margin: 0 4px 0 0; padding: 0 20px; color: #FFF; font-size: 1em; border-radius: 16px;background: #b50105; 
	transition: 300ms ease;
}
.inner_box .tool_bar a:hover { color: #FFF; background: #b50105;
	transform: scale(1.04);
}

.faq_box{ position:relative; margin: 0;}
.faq_box .list{ counter-reset: my-badass-counter  my-badass-counter2;}
.faq_box .title{ position:relative; font-size:16px; color:#000; padding:10px 40px 10px 50px; border-bottom:solid 1px #CCC; cursor: pointer;}
.faq_box .title.on{ border:none;}
.faq_box .title:hover{ background:#f2f2f2;}
.faq_box .title:after{ position:absolute; top:10px; right:10px; font-size:24px; color:#CCC;
content: "\f107"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; margin:0 5px 0 0;}
.faq_box .title.on:after{content: "\f106"; }
.faq_box .title:before { position:absolute; top:10px; left:10px; font-weight:bold; font-size:30px; color:#333;
	content:'Q';
}
.faq_box .txt{ display:none; position:relative; color:#666; padding:10px 20px 10px 50px; border-bottom:solid 2px #CCC;}
.faq_box .txt:before { position:absolute; top:10px; left:10px; font-weight:bold; font-size:30px; color:#ee2455;
	content:'A';
}



/*編輯器*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit p{ margin-bottom: 0.8em; font-size: 16px;}
.edit h3{ position: relative; display: block; color: #333; margin-bottom: 20px;}
.edit h4{ position: relative; display: block; color: #333; font-size: 1.25em; letter-spacing: 0.1em;}


/*text img*/
.pic_1{ max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; }
.pic_1 img{ width: 100%; height: auto;}
.pic_1 i{ display: block;}
.pic_left{ float:left; margin: 0 40px 0 0; max-width: 600px;}
.pic_left img{ width: 100%; height: auto;}
.pic_right{ float:right; margin: 0 0 0 40px; max-width: 600px;}
.pic_right img{ width: 100%; height: auto;}
.txt_pad{ padding: 20px;}

.print .inner_box{ padding: 20px 0;}
.print .title_bar{ text-align: left; margin: 0;}
.print blockquote.s1 { max-width: 100%; margin: 0 auto 20px;}

.pho_list{ position: relative; margin:10px -10px 50px;}
.pho_list a{ position: relative; display: block; float: left; width: calc(100%/4 - 20px); height: auto; margin: 10px; border-radius: 5px; overflow: hidden; background: #333;}
.pho_list a figure{  position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 10px; text-align: center; opacity: 0;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; display: block !important; top: 50%; left: 50%; width: 0%; height: 0%;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ display: block; content: ''; background: #333; opacity: 0; z-index: 1; top: 0; left: 0%; width: 100%; padding: 0 0 75% 0;
	transition: 500ms ease-in-out;
}
.pho_list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -12px 0 0 -12px; width: 100%; font-size: 24px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pho_list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pho_list a:hover::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}


.tag_list{ position: relative; padding:5px 0; background: #fdf4f5;}
.tag_list .title{ display: inline-block; color: #cd4f8d;}
.tag_list ul{ position: relative; display: inline-block; margin: 0; list-style: none; font-size: 20px; color: #cd4f8d;}
.tag_list li{ position: relative; display: inline-block;}
.tag_list a{ display: inline-block; color: #333; padding: 2px 10px; font-size: 16px; border-radius: 4px; margin: 2px;}
.tag_list a:hover{ background: #cd4f8d; color: #FFF;}
.tag_list a.on{ background: #cd4f8d; color: #FFF;}


.dl_list{ padding: 0;}
.dl_list ul{ display:block; list-style:none; margin:0;}
.dl_list ul li{ display:block; float:left; width: calc(100% / 2);}
.dl_list ul li a{ display:block; margin:5px; color:#333; padding:10px; border:solid 1px #CCC; border-radius:5px; }
.dl_list ul li a:hover{ background:#1098a8; color:#FFF;}
.dl_list ul li a:hover p{ color:#FFF;}
.dl_list ul li a i{ font-size:16px;}

.share_bar{ position: relative; margin:10px 0; text-align: left;}
.share_bar a{ display: inline-block; color: #FFF; background: #666; text-align: center; border-radius: 16px; margin: 2px; width: 32px; line-height: 32px;}
.share_bar a i{ font-size: 1.2em; vertical-align: text-top;}
.share_bar a.fb{ background: #3B5998;}
.share_bar a.fb i{ margin: 2px 0 0 0;}
.share_bar a.tw{ background: #1EA2F2;}
.share_bar a.tw i{ margin: 2px 0 0 0;}
.share_bar a.line{ background: #00B901;}
.share_bar a.line img{ width: 20px; vertical-align: text-top;}
.share_bar a:hover{ background: #1b50bc; color: #FFF;}

blockquote.s1{ box-sizing: border-box; background: #f2f2f2; color:#333; border-radius: 20px; margin: 20px auto 60px; padding: 20px 40px; max-width:80%; quotes:"\201C""\201D""\2018""\2019"; border: none; }
blockquote.s1:before, blockquote.s1:after{ font-family: 'Noto Sans TC', sans-serif; font-size:2em; color:#b50105; line-height:.01em; vertical-align:-0.5em;}
blockquote.s1:before{ content:open-quote; top: 20px; float: left; position: relative; margin-left:-1.4em;}
blockquote.s1:after{ float: right; position: relative; content:close-quote; bottom: -40px; margin-right:-1.4em;}
blockquote.s1 ol{margin:.2em;padding:0}
blockquote.s1 li{margin:.2em;padding:0}


.filter_bar{ padding: 20px 0;
	background: #cbb08e;
	background: linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
	background: -moz-linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
	background: -webkit-linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
	background: -o-linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
}
.filter_bar .title{ position: relative; display: block; color: #FFF; padding: 5px 0; margin: 0; position: absolute; top:10px; left:0; font-size: 16px; font-weight: 700;}
.filter_bar .title::before{ position: absolute; content: ''; display: block; bottom: -2px; left:0; width: 60%; height: 2px; background: #FFF;}
.filter_bar .title::after{ content: ' : '; }

.filter_bar .item{ display: inline-block; color: #FFF; padding: 5px 10px; cursor: pointer; margin: 2px;}
.filter_bar .item:hover{ background: rgba(255,255,255,0.2);}
.filter_bar .item.on{ border: solid 2px #FFF; margin: 0;}

.filter_bar .type_list{ position: relative; float: left; border-bottom: solid 1px #c2ab85; padding: 5px 5px 5px 45px; box-sizing: border-box; width: calc(100% - 240px);}
.filter_bar .style_list{ position: relative; float: left; padding: 5px 5px 5px 45px; box-sizing: border-box; width: calc(100% - 240px);}

.filter_bar .btn_list{ position: absolute; top: 30px; right: 10px; width: 220px; padding: 0 10px;}
.filter_bar .btn_list a{ display: inline-block; color: #FFF; border: solid 2px #FFF; padding: 5px 15px; border-radius: 5px; margin: 0 4px;}
.filter_bar .btn_list a.clear{ border:#efdcca 2px solid; color: #efdcca;}
.filter_bar .btn_list a:hover{ background: rgba(255,255,255,0.2);}

.select_bar{ padding: 20px 0;
	background: #cbb08e;
	background: linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
	background: -moz-linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
	background: -webkit-linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
	background: -o-linear-gradient(0deg, #D1B89A 0%, #B69868 60%);
}
.select_bar .title{ position: relative; display: block; color: #FFF; padding: 5px 0; margin: 0; position: absolute; top:10px; left:0; font-size: 16px; font-weight: 700;}
.select_bar .title::before{ position: absolute; content: ''; display: block; bottom: -2px; left:0; width: 60%; height: 2px; background: #FFF;}
.select_bar .title::after{ content: ' : '; }

.select_bar .item{ display: inline-block; color: #FFF; padding: 5px 10px; cursor: pointer; margin: 2px;}
.select_bar .item:hover{ background: rgba(255,255,255,0.2);}
.select_bar .item.on{ border: solid 2px #FFF; margin: 0;}

.select_bar .type_list{ position: relative; float: left; border-bottom: solid 1px #c2ab85; padding: 5px 5px 5px 45px; box-sizing: border-box; width: calc(100% - 240px);}
.select_bar .style_list{ position: relative; float: left; padding: 5px 5px 5px 45px; box-sizing: border-box; width: calc(100% - 240px);}

.select_bar .btn_list{ position: absolute; top: 30px; right: 10px; width: 220px; padding: 0 10px;}
.select_bar .btn_list a{ display: inline-block; color: #FFF; border: solid 2px #FFF; padding: 5px 15px; border-radius: 5px; margin: 0 4px;}
.select_bar .btn_list a.clear{ border:#efdcca 2px solid; color: #efdcca;}
.select_bar .btn_list a:hover{ background: rgba(255,255,255,0.2);}


/*forms*/
.forms{ position: relative;}
.forms .title{ text-align: center; padding: 10px; background: #668c25; color: #FFF; font-family: 'Noto Serif TC', serif; font-weight: 500; font-size: 1.4em; font-weight: 500; letter-spacing: 0.1em;}

.forms.bc .form-item{ padding: 10px 20px;
	margin-bottom: 0;
}
.forms.bc .form-item:nth-child(even) {
    background: #f3f0ed;
}

.forms .rec{ max-width: 320px;}
.forms .rec img{ max-width: 100%;}

.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="mail"],
.form-item input[type="password"],
.form-item input[type="phone"],
.form-item input[type="tel"],
.form-item input[type="date"],
.form-item textarea { display: block; width: 100%; font-family: inherit; box-sizing: border-box; font-size: 1em; font-weight: normal; height: 2.4em; border-radius: 4px; box-shadow: none; padding: 0 8px; color: rgba(17, 17, 19, 0.8); border: 1px solid rgba(17, 17, 19, 0.2);}
.form-item select { display: block;font-family: inherit; box-sizing: border-box; font-size: 1em; font-weight: normal; height: 2.4em; background-color: #fff; border: 1px solid rgba(17, 17, 19, 0.2); border-radius: 4px; box-shadow: none; padding: 0 8px; color: rgba(17, 17, 19, 0.8);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4)" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
}

.form-item.buttons{ text-align: center;}


.form_left{ width: 48%; float: left; padding: 10px 0; box-sizing: border-box;}
.form_right{ width: 48%; float: right; padding: 10px 0; box-sizing: border-box;}
.form_txt{ margin: 0 0 40px 0;}
.form_center{ max-width: 700px; margin: 20px auto; background: #FFF; box-sizing: border-box; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}


/*POPUP*/
.show_box{ position:fixed; top:-100%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:1000; opacity:0;
	transition: 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.show_box.on{ top:0; opacity:1;}
.show_box .mask{  position: fixed; top:0%; left:0; width:100%; height:0%; z-index:1; background:rgba(30,30,30,.9) url(../images/bg_page.jpg) fixed; background-size: cover; opacity:0;
	transition: 800ms ease;
}
.show_box.on .mask, .show_box.ad .mask{ height:100%; opacity:0.95;
}
.show_box .txt{ position: relative; max-width:640px; background:#FFF; margin:0 auto 40px; padding: 20px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px;}
.show_box .txt .title{ padding: 20px; margin: -20px -20px 20px;  background: #809d5a; background-size: cover; color:#FFF; font-size: 24px; text-transform: uppercase; text-align: center; border-radius: 10px 10px 0 0;
	font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
} 
.show_box .close_btn{ position: relative; width:24px; text-align:center; z-index:10; opacity:0.5; margin: 20px auto; cursor: pointer;}
.show_box .close_btn img{ display: block; max-width:100%;}
.show_box .close_btn:hover{ opacity:1;}
.show_box .txt .left{ width: 50%; float: left;}
.show_box .txt .right{ width: 50%; float: right;}

table.tra tbody tr:nth-child(2n-1) {
    background: rgba(30,30,30,0.1);
}


.alert_box{ position:fixed; top:0%; left:0; width:100%; height:100%; overflow:auto; -webkit-overflow-scrolling: touch; z-index:-1; opacity:0;
	transition: opacity 500ms ease;
}
.alert_box.on{ top:0; opacity:1; z-index: 1000;}
.alert_box .mask{  position: fixed; top:0%; left:0; width:100%; height:100%; z-index:-1; background:rgba(30,30,30,.7); opacity:0;
	transition: opacity 1000ms ease;
}
.alert_box.on .mask{opacity:0.95; z-index: 1;}
.alert_box .txt{ position: absolute; background:#FFF; width: 360px ; padding: 20px; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px;
	top: 50%; left: 50%; margin: -32px 0 0 -180px; text-align: center;
}
.alert_box .fa{ font-size: 18px; color: #634f41;}


/*RWD*/
.desk-show { display: block;}
.mobile-show { display: none !important; }
.peload{ opacity:0;
	transition: opacity 700ms ease-in-out;
}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}

.mobile_menu{ display: none;}

@media only screen and (max-width: 1366px) {
	.inner-width { box-sizing: border-box; padding: 0 10px;}
}

@media only screen and (max-width: 1199px) {
	.top_menu>div>ul>li>a {
		padding: 5px 10px;
		
	}
}

@media only screen and (max-width: 1024px) {
	.top_menu>div>ul>li+li {
		margin: 0 0 0 5px;
	}


}

@media only screen and (max-width: 900px) {
	#content { padding: 60px 0 0 0;}
	#header .bg { height: 60px;}

	.logo { top: 10px; left: 60px; width: 180px; }
	/*ED*/
	#header.ed .logo{ width: 180px;}
	#header.ed .bg { height: 60px;}
	#header.ed .nav { top: 15px;}

	.inx_ad_box{ position: relative; padding: 10px 0; }
	.inx_pro_box{ position: relative; padding: 10px 0; }

	.title_bar {
		margin: 10px 0;
	}

	/*MENU*/
	.menu_btn{ position: absolute; top:0; left:0; display:block; width:60px; height:60px; z-index:3000; cursor: pointer;} 
	.menu_btn>div{ position:absolute; width:24px; height:2px; background: #c7a482; left:12px;
		transition: 0.2s ease-in;
	}
	.menu_btn.on>div{ background: #FFF;}
	.menu_btn .m1{ top:20px;}
	.menu_btn .m2{ top:28px;}
	.menu_btn .m3{ top:36px; }
	.menu_btn:hover .m1,.menu_btn:hover .m2,.menu_btn:hover .m3{ width:24px;}
	.menu_btn.on .m1{  top:29px; width: 24px; transform: rotateZ(45deg);}
	.menu_btn.on .m2{ opacity: 0; width:0; left:50%;}
	.menu_btn.on .m3{  top:29px; width: 24px; transform: rotateZ(-45deg);}
	.top_menu{ padding: 60px 0 0 0; background: #cd4f8d; position:fixed; top:0 !important; left:-100%; width:200px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; transition: 500ms ease-in;}
	.top_menu ul{ list-style:none; margin:0; padding:0; width:100%; display:block; box-sizing: border-box;}
	.top_menu ul>li{ display: block; border-left:none; float: none; margin: 0;}
	
	.top_menu>div{ height: 100%; overflow: auto;}
	.top_menu>div>ul>li { display: block; float: none; border-top:solid 1px #FFF; }
	.top_menu>div>ul>li+li {margin: 0;}

	.top_menu>div>ul>li:first-child{ border: none;}
	.top_menu>div>ul>li>a{ position:relative; display:block; color:#FFF; padding:10px; text-align: left; line-height: 1.2em; border: none;}
	.top_menu>div>ul>li>a:hover{ border: none;}

	
	.top_menu>div>ul>li>a:hover { background: none; color: #FFF; }
	.top_menu>div>ul>li.on>a { background: #FFF; color: #000; }

	.top_menu>div>ul>li>a:hover, .top_menu>div>ul>li>a.cur {
		border: solid 2px #FFF;
		color: #FFF;
	}
	
	.top_menu.on{ left:0; }
	.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(0,0,0,0.8);
		transition: opacity 500ms ease-in;
	}
	.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}

	.search_box input { width: 100px;}

	.pic_right { margin: 0 0 0 20px; max-width: 400px;}
	.pic_left { margin: 0 20px 0 0; max-width: 400px;}

	.pho_list a { width: calc(100%/3 - 20px); }

	.pro_list.sp ul li:nth-child(1) { width: calc( 100% / 2); }
	.pro_list.sp ul li:nth-child(2) { width: calc( 100% / 2); }
	.pro_list.sp ul li { width: calc( 100% / 3); }

	.pro_list.list ul li { width: calc( 100% / 3);}

	.pro_list .item .price s {
		display: block;
	}
	
	.pro_view .cover { width: 100%;}
	.pro_view .txt { width: 100%;}

	.tab_scroll{ position: relative; padding: 60px 0 0 0;}
	.tab_scroll .scroll{ overflow: auto; -webkit-overflow-scrolling: touch; } 
	.tab_scroll .icon{ position: absolute; color:#000; z-index: 2; top: 0; left:50%; margin: 0 0 0 -25px; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 24px;}
	.tab_scroll .icon::before{ display: block; 
		font-family: "FontAwesome"; font-weight: 900; content: "\f07e";
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		transition: 500ms ease;
	}
	
	.tab_scroll table{ min-width: 1000px;}

	.pager_bar { padding: 20px 0;}

	.brand_box .cover {
		padding: 0 30px 30px;
		margin: -60px 0 0 0;
	}

	.quick_bar ul{ word-break:keep-all; white-space:nowrap; overflow: auto;}
	.quick_bar li a:hover, .quick_bar li a:focus { transform: scale(1.1) translateY(-5px); }



	.pro_content .menu a {
		width: auto;
		margin: 0 0 -1px 0;
		padding: 4px 40px;
		border: solid 1px #CCC;
		cursor: pointer;
		color: #666;
	}


	.title_bar .title { font-size: 30px;}
	.title_bar .back{ display: none;}

	.inner_box {
		padding: 20px;
	}
}

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

	.desk-show { display: none!important;}
	.mobile-show { display: block!important;}

	.logo{  top: 14px; left: 50%; width: 160px; margin: 0 0 0 -80px;}

	#footer .add {
		width: auto;
		float: none;
	}
	#footer .copyright {
		width: auto;
		float: none;
	}
	#footer .info {
		width: auto;
		float: none;
	}

	/*ED*/
	#header.ed .logo{  top: 14px; left: 50%; width: 160px; margin: 0 0 0 -80px;}

	#footer { padding: 10px;}
	#footer .foot_menu{ width: auto; float: none; text-align: left; padding: 0 0 20px 0;}
	#footer .foot_menu a{ display: inline-block;}
	#footer .info{ width: auto; float: none;}

	.inx_ad_box ul li:nth-child(1) {
		width: calc(100% / 1);
	}
	.inx_ad_box ul li:nth-child(2) {
		width: calc(100% / 1);
	}

	.inx_ad_box ul li {
		width: calc(100% / 2);
	}

	.inx_pro_box ul li:nth-child(1) {
		width: calc(100% / 1);
	}
	.inx_pro_box ul li {
		position: relative;
		display: block;
		float: left;
		width: calc(100% / 2);
	}

	.filter_bar .title {
		padding: 5px;
		position: relative;
		top: initial;
		left: initial;

	}
	.filter_bar .type_list{ float: none; padding: 5px; width: auto;}
	.filter_bar .style_list{ float: none; padding: 5px; width: auto;}

	.filter_bar .btn_list{ position: relative; top: initial; right: initial; width: auto; padding:5px;}

	.pro_box ul li {
		width: calc(100% / 2);
	}
	.pro_box li a .title {
		font-size: 1em;
	}

	.pro_content .pic {
		width: auto;
		float: none;
	}

	.pro_content .txt {
		margin: 0;
		width: auto;
		float: none;
	}
	
}
@media only screen and (max-width: 414px) {
	

}

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

}

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

}