@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id HOM_PR02_APP01 */
/* load db logo_img */
/**
*網站LOGO
**/
.logo_img {height:100%}
/*END*/
/* load db web_menu007 */
.menu_bg{
  margin-top: 30px;
  width: 100%;
  margin-bottom:30px;
  position: relative;
  display: inline-block;
}

.menu_li span{
  position: relative;
  width: 100%;
  height: 55px;
  display: inline-block;
  z-index: 99;
  background-color: #FFF;
  color: #000;
  text-align: center;
}

.menu_li span:hover,.menu_li.active span{
  background-color: #000;
  color: #FFF;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
}

.menu_li{
  min-width: 100%;
  float: left;
  font-size: 16px;
  text-align: left;
  line-height: 55px;
  letter-spacing: 3px;
  color: #000;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;  
    cursor: pointer;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  list-style:none;
  position:relative;
}
.menu_li:hover,.menu_li a:hover,.menu_li.active{
  color: #fff;
}
.menu_li:hover,.menu_li a:hover{
  color: #fff;
}

.menu_bg ul{
  margin: 0px 0px;
  width: 100%;
}
.menu_li a{
   color: #000;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;   
}

.menu_slide{ /*選單滑出*/
  width: 315px;
  background: #343528;
  opacity: 0.9;
  margin-left: 0;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 10;
  display: none;
}
.menu_slide_arrow_bg{
  width: 57px;
  display: table-cell;
  vertical-align: top;
}
.menu_slide_arrow{
  margin-top: 34px;
  margin-left: 27px;
  background: transparent url(../../model/sample/baseimg/web_menu007/arrow.png) top left scroll no-repeat;
  width:10px;
  height:10px;
}
.menu_slide_list{
  width: 120px;
  display: table-cell;
  word-break:break-all;
  vertical-align: top;
}
.menu_slide_list_bg{
  margin-top: 20px;
  margin-bottom:20px;
}
.menu_slide_item{
  padding: 8px 10px;
  padding-left:36px;
}
.menu_slide_list.rightline .menu_slide_item{
  border-right:1px solid #FFF;
  padding-right:36px;
  padding-left:0px;
}
.menu_slide_list.oneline .menu_slide_item{
  padding-left:0px;
}

.menu_slide_item a{
  color: #fff;
  font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
  line-height: 20px;
  font-size:16px;
}
.menu_slide_item a:hover{
  color: #d23047;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;   
}
.menu_slide_line{
  width: 1px;
  display: table-cell;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 10px;
}
.menu_slide_inline{
  width: 1px;
  height: 100%;
  margin-top: 20px;
  background: #fff;
}
/*END*/
/* load db web_community */
.web_community ul, .web_community li{
	list-style: none;
	padding:0px;
	margin:0px;
}
.web_community li{
	float:right;
	margin-left:4px;
}
.web_community a{
	text-decoration: none;
}
.web_community .icon{width:16px;height:16px;background: transparent center center  scroll no-repeat;    background-size: cover!important;}
.web_community .icon_mail {background-image: url(../../model/sample/baseimg/web_community/icon_mail.png);}
.web_community .icon_twitter {background-image: url(../../model/sample/baseimg/web_community/icon_twitter.png);}
.web_community .icon_facebook {background-image: url(../../model/sample/baseimg/web_community/icon_facebook.png);}
.web_community .icon_plurk {background-image: url(../../model/sample/baseimg/web_community/icon_plurk.png);}
.web_community .icon_gplus {background-image: url(../../model/sample/baseimg/web_community/icon_gplus.png);}
.web_community .icon_split {display:none;}
.web_community .icon img{width:100%}
/*END*/
/* load db web_language */
/**
* 下拉語系
**/
.web_language {border:1px solid transparent;font-family:Calibri;}
.web_language .language {height: 30px;position:relative;z-index:100;cursor:pointer;}
.web_language .text {float: left;position:relative;width: 107px;padding-left: 12px;line-height:30px;}
.web_language .btn_container {float: left;position:relative;}
.web_language .btn {cursor: pointer;float: left;width: 33px;height: 30px;position:relative;}
/*下拉選單下面區塊*/
.web_language .dropdown_list_container{width:100%;height:auto;display:none;z-index:999;position:absolute;top:30px;left:0px;}
.web_language .dropdown_list_item {padding:6px 12px;cursor: pointer;line-height:30px;}
/*箭頭下*/
.web_language .arrow_b_int{width:0px;height:0px;border-width:6px;border-style:solid;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-3px;}
/*箭頭下-邊框*/
.web_language .arrow_b_out{width:0px;height:0px;border-width:6px;border-style:solid;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-5px;}
.web_language {background-color:#1a1a1a;}
.web_language {border-color:#1a1a1a;}
.web_language .text {color:#909090;}
.web_language .language:hover .text {color:#ffffff;}
.web_language .btn{background:transparent;}
.web_language .arrow_color{border-color:#7b7b7b transparent transparent transparent;}
.web_language .arrow_border_color{border-color:#1a1a1a transparent transparent transparent;}
.web_language .language:hover .arrow_color{border-color:#ffffff transparent transparent transparent;}
.web_language .dropdown_list_item{color:#ffffff;}
.web_language .dropdown_list_item{background:#000000;}
.web_language .dropdown_list_item:hover{color:#ffffff;}
.web_language .dropdown_list_item:hover{background:#232e2d;}


/*END*/
/* load db web_search */
/**
* 網站搜尋
**/
.web_search {border:1px solid transparent;}
.web_search .searchkey{float:left;position:relative;}
.web_search .searchkey input{border: medium none;line-height:30px;height:30px;padding:0px 5px;width: 149px;margin:0 5px}
.web_search .btn{display: inline-block;padding:0px 10px;line-height: 30px;font-size:13px;float:left;text-align: center;cursor:pointer;}

.web_search {background-color:#1a1a1a;}
.web_search {border-color:#1a1a1a;}
.web_search input{color:#909090;}
.web_search input{background:#1a1a1a;}
.web_search .btn{background:transparent;}
.web_search .btn{color:#7b7b7b;}
.web_search .btn:hover{color:#ffffff;}
/*END*/
/* load file model/lib/web_edm002/model.css */
.web_edm002,.web_edm002 .edm_icon{width:30px;cursor:pointer;height:30px}.web_edm002{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRUI5RjRFRTI2OTExRTRCNTJDOTM3QjVEQUQ5RUNEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRUI5RjRGRTI2OTExRTRCNTJDOTM3QjVEQUQ5RUNEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjNFQjlGNENFMjY5MTFFNEI1MkM5MzdCNURBRDlFQ0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjNFQjlGNERFMjY5MTFFNEI1MkM5MzdCNURBRDlFQ0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QmQ5JAAABHklEQVR42mL8//8/Az0BEwOdwaiFI8NCTnpb+A2IQXnnKhC3A7ENRTaC8iEBjA0cA2IzIvRiYEYiMn4gEIsCsS6ULY0k1wTE9dT2ITpOAOKHSL5dAcTMxOonRtFtaBA2ArEKVIwHiLcjWdpOTQuRwU+o4WxQX61DkvOmloWZQLwUiD8gGb4XaiknEF+Fij2EilFsIQzzA/EiJEvnQMW9kcRiqWkhDK9GsgCWNY5B+buoYWEdEH+DJhJQEAoB8SuoBUuhaiqg/G9QNRRZiBx3NlCxdij/LZRvg6TGAJ95xBRtc6H0WSC+AGWfgtJCQMwPxC+Q1EvgM4yRyCYGDxB/QeOrQ9mXgfgvEBtA+XeA+COlFo5WwKMWjlpIOwAQYADyvEUa1pIUpAAAAABJRU5ErkJggg==') 3% 50% no-repeat #ff520e;display:block;overflow:hidden;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.web_edm002 .edm_icon{float:left;margin-left:3px}.web_edm002 .email{height:30px;float:left;position:relative}.web_edm002 .btn{line-height:30px;padding:0 8px;float:left;cursor:pointer;font-size:12px;font-family:Arial,Helvetica,sans-serif;text-align:center}#btn_reject_email{margin-right:10px;margin-left:1px}.web_edm002 input{width:170px;height:30px;line-height:30px;border:0;border:none;margin-left:30px;background-color:transparent;opacity:0}.web_edm002.open{width:auto;display:inline-block;cursor:auto;font-size:12px;line-height:26px;background-color:#525250}.web_edm002.open input{opacity:1;margin-left:10px}.web_edm002 .btn,.web_edm002 .email,.web_edm002 input{color:#d7d7d7}.web_edm002 .btn:hover{color:#ff520e}
/*END*/
/* load db home_banner */
.home_banner{margin:0 auto;}
.home_banner .bxslider {margin-top:0px;padding:inherit;height:100%;width:100%;overflow:hidden;}
.home_banner .bx-wrapper {position: relative;margin: 0 auto;padding: 0;*zoom: 1;}
.home_banner .bx-wrapper li{background-repeat: no-repeat;background-size: cover;background-position: center center; float: left;width: 100%;height: 100%;}
.home_banner .bx-wrapper li .solgan{background-repeat: no-repeat;background-size: cover;background-position: center center; float: left;width: 100%;height: 100%;}
.home_banner .bx-wrapper img {display: none;}
.home_banner .bx-wrapper .bx-viewport {left: 0;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
/* LOADER */
.home_banner .bx-wrapper .bx-loading {min-height: 50px;background: url(../../model/sample/baseimg/home_banner/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
/* 點點{*/
.home_banner .bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-family: Arial;font-weight: bold;color: #666;padding-top: 20px;}
.home_banner .bx-wrapper .bx-pager .bx-pager-item,.home_banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.home_banner .bx-wrapper .bx-pager.bx-default-pager a {background: #FFF;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 10px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #0e0e0e;}
/* 點點}*/
/* 左右箭頭 {*/
.home_banner .bx-wrapper .bx-controls-direction{display:none;}
.home_banner .bx-wrapper .bx-prev {left: 10px;background: url(../../model/sample/baseimg/home_banner/controls.png) no-repeat 0 -32px;}
.home_banner .bx-wrapper .bx-next {right: 10px;background: url(../../model/sample/baseimg/home_banner/controls.png) no-repeat -43px -32px;}
.home_banner .bx-wrapper .bx-prev:hover {background-position: 0 0;}
.home_banner .bx-wrapper .bx-next:hover {background-position: -43px 0;}
.home_banner .bx-wrapper .bx-controls-direction a {position: absolute;top: 50%;margin-top: -16px;outline: 0;width: 32px;height: 32px;text-indent: -9999px;z-index: 99;}
.home_banner .bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* 左右箭頭}*/
/*版本2-使用swiper*/
.home_banner .swiper-pagination-bullet{width: 10px;  height: 10px; background:#fff;opacity: 1;}
.home_banner .swiper-pagination-bullet-active, .home_banner .swiper-pagination-bullet:hover{background:#515151}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px;}
.home_banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:28px;}
/*END*/
/* load db model002 */
.model002 img{max-width:100%;max-height:100%;}
.model002{position:relative;}
/*END*/
/* load db web_footer */
.web_footer a{text-decoration: none;}
.footer_desc{color:#6F6F6F}
.footer_desc a{color:#6F6F6F}
.footer_desc a:hover{color:#6F6F6F}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/