@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url(//fonts.googleapis.com/css?family=Montserrat|Roboto:100,300,400,500);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
body {
  /*font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;*/
  font-family: "微軟正黑體", Arial, sans-serif;
  font-size: 13px;
  color: #2e363a;
  overflow-x: hidden;
}

/*css3*/
a {
  cursor: pointer;
  color: #2e363a;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #cfb094;
}

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.b-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  background: #cfb094;
  color: #FFF;
}

a.btn_color1:hover {
  background: #2e363a;
}

a.btn_color2 {
  /*按鈕主色2*/
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

@media screen and (min-width:0\0) {
    .imgOpacity img {
        opacity: 0;
    }
}


.label {
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.scrollX {
  overflow-x: auto;
}

.scrollX > table {
  min-width: 850px;
}

.error {
  box-shadow: 0 0 10px #F00;
}

.horizontalTable {
  position: relative;
}

.horizontalTable .horizontalTableInner {
  overflow-x: auto;
  cursor: move;
}

.m_horizontalTable {
  position: absolute;
  left: 0;
  top: 0;
}

.m_horizontalTable .cloned {
  padding: 13px;
  font-size: 14px;
  box-sizing: border-box;
  letter-spacing: .05em;
  background: #fff;
}

.m_horizontalTable .cloned:nth-of-type(odd) {
  background: #f7f7f7;
  /*border: 1px solid #eee;*/
  border-left: none;
  border-right: none;
}

.m_horizontalTable .cloned:first-child {
  background: #cfb094;
  border: none;
  color: #fff;
}

.classNonteBox div {
  display: none;
}

.classNonteBox div.current {
  display: block;
}

.fullWrap {
  position: relative;
  left: calc((-100vw + 1175px)/2);
  width: 100vw;
}

/*--cookie--*/
.cookieArea {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px;
	background-color: rgba(11, 11, 11, 1);;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cookieArea .text {
	width: calc(100% - 112px);
	font-size: 13px;
	line-height: 1.8;
	color: #fff;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cookieArea .text a {
    color: #fff;
    text-decoration: underline;
}
.cookieArea .btn {
	width: 112px;
}
.cookieArea .btn a {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	letter-spacing: .05em;
	background-color: #cfb094;
}
@media (max-width: 1180px){
	.cookieArea {
		flex-direction: column;
	}
	.cookieArea .text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 12px;
	}
}

/*****網頁頭*****/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  height: 85px;
  line-height: 85px;
  background: rgba(11, 11, 11, 0.35);
  transition: all 0.4s ease;
  /*logo*/
}

header h1 {
  float: left;
  width: 168px;
}

header h1 a {
  display: block;
  width: 100%;
  height: 85px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

header.shrink {
  background: rgba(11, 11, 11, 0.8);
}

header .rightBox {
  float: right;
}

header .rightBox a {
  color: #fff;
  font-size: 15px;
}

header .lanBox {
  float: left;
  position: relative;
}

header .lanBox .btnLan {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

header .lanBox ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 5px);
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}

header .lanBox ul.current {
  transform: translate(-50%, 0px);
  visibility: visible;
  opacity: 1;
}

header .lanBox ul li {
  width: 100%;
  text-align: center;
  line-height: 24px;
}

header .lanBox ul li a {
  display: block;
  font-size: 13px;
  padding: 6px 12px;
  margin-bottom: 1px;
  background: rgba(0, 0, 0, 0.8);
  min-width: 70px;
}

header .lanBox ul li a:hover {
  background: rgba(0, 0, 0, 0.7);
}

header .searchBox {
  float: left;
  margin-left: 35px;
}

.searchArea {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.87);
  display: none;
}

.searchArea .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.searchArea .btnSearch {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.searchArea .btnSearch:hover {
  opacity: .78;
}

.searchArea input {
  width: 400px;
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #fff;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
}

.searchArea input:focus {
  outline: none;
}

/*menu*/
.menuBox {
  float: left;
  max-width: 860px;
  padding-left: 20px;
  box-sizing: border-box;
}

ul.menu {
  text-align: center;
}

ul.menu > li {
  position: relative;
  display: inline-block;
}

ul.menu li > a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: .05em;
  padding: 0 5px;
  margin: 0 10px;
  box-sizing: border-box;
  text-shadow: -3px 3px 2px rgba(0, 0, 16, 0.2);
}

ul.menu li > a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #d15715;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

ul.menu li a:hover:after, ul.menu li a.current:after {
  opacity: 1;
  width: 100%;
}

ul.menu li.dropDown {
  background: url("../images/menuArrow.png") no-repeat right center;
  background-size: 6px;
}
ul.menu > li .submenu {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(20, 20, 20, 0.95);
  line-height: 24px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95) translateX(-50%);
  pointer-events: none;
  transition: all .5s;
  min-width: 160px;
  /*max-width: 220px;*/
  width: 270px;
}
ul.menu > li.investor .submenu{
	padding: 30px 0px;
	width: 1000px;
	min-width: auto;
	/*max-width: 880px;*/
}

ul.menu > li .submenu.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(-50%);
  z-index: 1000;
  pointer-events: auto;
}

ul.menu > li .submenu .list {
  float: left;
  text-align: left;
  max-width: 20%;
  padding-left: 25px;
  padding-right: 45px;
  border-right: 1px solid #282828;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.menu > li .submenu .list:last-child {
  border-right: none;
}

ul.menu > li .submenu b {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: .08em;
  margin-bottom: 15px;
}

ul.menu > li .submenu a {
  display: block;
  font-size: 13px;
  color: #9e9e9e;
  letter-spacing: .08em;
  margin-bottom: 15px;
  text-align: left;
}

ul.menu > li .submenu a.mLink {
  font-size: 14px;
  color: #fff;
}

ul.menu > li .submenu a.mLink:hover {
  color: #cfb094;
}

ul.menu > li .submenu a:hover {
  color: #cfb094;
}

ul.menu > li .submenu > a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: .08em;
  margin-bottom: 15px;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
  background: #000;
}

/*文字跑馬燈*/
.marqueeArea {
  box-shadow: inset 0 10px 15px #283458;
  background: #061540;
  padding: 15px 0;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  overflow: hidden;
  max-height: 30px;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB;
}

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: middle;
}

.marqueeArea ul li h3 a {
  display: block;
  font-size: 15px;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*頁尾資訊*/
footer {
  overflow: hidden;
  /*share*/
}

footer .topArea {
  padding: 21px 0;
  background: #f8f8f8;
}

footer .topArea .downLogo {
  display: inline-block;
  width: 95px;
  margin-right: 10px;
}

footer .topArea .downLogo img {
  display: block;
  width: 100%;
}

footer .topArea b {
  display: inline-block;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transform: translateY(-50%);
  color: #2e363a;
}

footer .bottomArea {
  background: #2e363a;
  color: #fff;
  padding: 80px 0 50px;
}

footer .leftBox {
  float: left;
  width: calc(100% - 260px);
}

footer .leftBox li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: calc(100% / 7);
  padding-right: 12px;
  box-sizing: border-box;
}

footer .leftBox b {
  display: block;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 15px;
}

footer .leftBox a {
  display: block;
  color: #9a9a9a;
  line-height: 20px;
  padding-bottom: 8px;
}

footer .leftBox a:hover {
  color: #cacaca;
  text-decoration: underline;
}

footer .rightBox {
  float: left;
  width: 260px;
}

footer .social {
  width: 100%;
  border-bottom: 1px solid #3c4448;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

footer .social b {
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

footer .social a {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #a3a3a3;
  text-align: center;
  border-radius: 50%;
  background: transparent;
}

footer .social a:hover {
  color: #fff;
  background: #cfb094;
}

footer .infor b {
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: .05em;
  margin-bottom: 18px;
}

footer .infor li {
  float: left;
  width: 100%;
  color: #9a9a9a;
  margin-bottom: 6px;
  font-size: 13px;
}

footer .infor a {
  color: #9a9a9a;
}

footer .infor a:hover {
  color: #cacaca;
  text-decoration: underline;
}

footer .infor .left {
  float: left;
  width: 25px;
  height: 20px;
  line-height: 20px;
  color: #cfb094;
  padding-right: 5px;
  text-align: center;
  box-sizing: border-box;
}

footer .infor .right {
  display: block;
  overflow: hidden;
}

footer .copyright {
  float: left;
  width: 100%;
  margin-top: 30px;
}

footer .copyright .left {
  float: left;
  color: #6e7173;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

footer .copyright .left a {
  color: #484f53;
}

footer .copyright .left a:hover {
  color: #959fa4;
  text-decoration: underline;
}

footer .copyright .right {
  float: right;
  text-align: right;
  width: 300px;
}

footer .copyright .right > ul > li{
	display: inline-block;
	/*width: 50%;*/
	margin-right: -2px;
}

footer .copyright .right .itemBox{
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 26px;
	overflow-y: scroll;
	display: none;
}

footer .copyright .right .itemBox .btnClose{
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 18px;
}

footer .copyright .right .itemBox .btnClose:hover {
	background: #cfb094;
}

footer .copyright .right .itemBox .title{
	font-size: 20px;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	text-align: left;
}

footer .copyright .right a {
  color: #6e7173;
  margin-left: 18px;
}

footer .copyright .right a:hover {
  color: #cacaca;
  text-decoration: underline;
}

footer .row {
  clear: both;
  padding: 15px 0;
  overflow: hidden;
}

ul.downMenu {
  border: 1px solid #142F79;
  border-left: none;
  border-right: none;
  text-align: center;
}

ul.downMenu li {
  display: inline-block;
}

ul.downMenu li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #142F79;
}

footer .qrcode {
  display: inline-block;
  vertical-align: middle;
}

footer .fbBox {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}

footer h5.copyright {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
  color: #313131;
}

.endArea {
  clear: both;
  text-align: center;
  padding-top: 5px;
  color: #FFF;
  background: #061540;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}

.translateIbest .design span {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #FFF;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #FFF;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}

.bannerBox img {
  display: block;
  width: 100%;
}

.bannerBox .bx-wrapper .bx-prev {
  left: 10px;
  background: none;
}

.bannerBox .bx-wrapper .bx-next {
  right: 10px;
  background: none;
}

.bannerBox .bx-wrapper .bx-prev:after,
.bannerBox .bx-wrapper .bx-next:after {
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-indent: 0;
  opacity: .75;
}

.bannerBox .bx-wrapper .bx-prev:hover:after,
.bannerBox .bx-wrapper .bx-next:hover:after {
  opacity: 1;
}

.bannerBox .bx-wrapper .bx-prev:after {
  content: '\f104';
}

.bannerBox .bx-wrapper .bx-next:after {
  content: '\f105';
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px;
  z-index: 99;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #FFF;
  background: none;
  border-radius: 100%;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: none;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.mainArea {
  /* background:url(../images/bg_main.jpg); */
  padding: 30px 0 80px;
}

.bannerArea .titleBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -19%);
  text-align: center;
  color: #fff;
  z-index: 99;
}

.bannerArea .titleBox em {
  position: relative;
  display: block;
  font-size: 40px;
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.bannerArea .titleBox em:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #cfb094;
}

.bannerArea .titleBox strong {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .12em;
}

/*網站導覽bread*/
.mainArea .bread {
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
  color: #b3b3b3;
  letter-spacing: .05em;
}

.mainArea .bread a {
  color: #b3b3b3;
}

.mainArea .bread a:hover {
  text-decoration: underline;
}

.mainArea .bread span {
  padding: 0 5px;
}

.mainArea .bread b {
  color: #808083;
  font-weight: normal;
}

.contentBox h3.articleTitle {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 3px solid #eee;
}

.contentBox h3.articleTitle strong {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0 20px 10px 20px;
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: normal;
  color: #1f2020;
}

.contentBox h3.articleTitle strong:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #cfb094;
}

.contentBox {
  position: relative;
  z-index: 1;
}

.contentBox .inner:before {
  content: '';
  position: absolute;
  z-index: -1;
  z-index: 999;
  right: 260px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}

.contentBox .leftBox {
  float: left;
  width: calc(100% - 260px);
  padding-right: 50px;
  margin-right: 50px;
  box-sizing: border-box;
}

.contentBox .rightBox {
  float: right;
  width: 210px;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none;
}

.m_classLink02 {
  display: none;
}

ul.classLink {
  text-align: center;
}

ul.classLink li {
  display: inline-block;
}

ul.classLink li a {
  position: relative;
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 10px 35px;
  color: #555;
  border: 1px solid #e5e5e5;
}

ul.classLink li a:hover, ul.classLink li a.current {
  background: #cfb094;
  color: #FFF;
}

ul.classLink li a:hover .count {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

ul.classLink li a .count {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 15px;
  margin-bottom: 15px;
  background: #2e363a;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

ul.classLink li a .count:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: url("../images/downArrow01.png") no-repeat center bottom;
  background-size: 9px 5px;
}



ul.classLink02 {
  text-align: center;
  padding-left: 0;
}

ul.classLink02 li {
  display: inline-block;
  margin-bottom: 12px;
}

ul.classLink02 li a {
  position: relative;
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 10px 35px;
  color: #555;
  border: 1px solid #e5e5e5;
}

ul.classLink02 li a:hover, ul.classLink02 li a.current {
  background: #cfb094;
  color: #FFF;
}

ul.classLink02 li a:hover .count {
  top: -40px;
  opacity: 1;
  visibility: visible;
}

ul.classLink02 li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

ul.classLink02 li a .count {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 15px;
  margin-bottom: 15px;
  background: #2e363a;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

ul.classLink02 li a .count:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background: url("../images/downArrow01.png") no-repeat center bottom;
  background-size: 9px 5px;
}


/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
}

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #51649A;
  border: 1px solid #51649A;
  position: relative;
}

.tagBox ul li a:hover,
.tagBox ul li a.current {
  background: #51649A;
  color: #FFF;
}

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px;
}

/*側邊標題字*/
.sectionTitle {
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.sectionTitle strong {
  font-size: 18px;
  color: #2e363a;
  font-weight: normal;
  letter-spacing: .05em;
}

.sectionTitle span {
  font-size: 14px;
}

.sectionTitle em {
  font-weight: bold;
  font-size: 16px;
}

/*--側邊資訊--*/
.ad_side_investor_list li {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.ad_side_investor_list li:last-child {
  border-bottom: none;
}

.ad_side_investor_list img {
  display: block;
  width: 100%;
  transition: all .5s;
}

.ad_side_investor_list img:hover {
  opacity: .75;
}

.ad_side_investor_list h3 a {
  display: block;
  letter-spacing: .03em;
  margin-top: 5px;
}

/*--側邊資訊--*/
.ad_side_report_list {
  margin-bottom: 40px;
}

.ad_side_report_list img{
  display: block;
  width: 100%;
}


ul.ad_side_report_list li:first-child .adSideBox{
	border-top: 3px solid #eee;
	border-bottom: none;
	margin-top: 40px;
}

ul.ad_side_report_list li .adSideBox{
	border-bottom: 1px dashed #c1c1c1;
}

ul.ad_side_report_list li:last-child .adSideBox{
	border-bottom: 3px solid #eee;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
}

.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}

.tab a.current {
  border: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #F8F3F0;
  box-shadow: inset 0 3px 5px -2px #CECECE;
}

ul.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #D6D6D6;
}

ul.tabContent > li {
  display: none;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu ul li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.side_menu ul li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu ul li > a.current {
  background: #8C8C8C;
  color: #FFF;
}

.side_menu ul li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

.side_menu ul li dl {
  padding-left: 25px;
}

.side_menu ul li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu ul li dl dt a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
ul.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

ul.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

ul.side_album li a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}

ul.side_album li a img {
  display: block;
  width: 100%;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  background: #f05b8f;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8D2121;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #D33434;
  box-shadow: 1px 0 #F38A8A;
}

.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8D2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo ul li {
  margin-bottom: 20px;
}

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141;
}

.side_contactInfo ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 2px solid #A5A5A5;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #A5A5A5;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}

.side_room ul li .Img img {
  width: 100%;
}

.side_room ul li .Txt {
  margin-top: 5px;
}

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal;
}

.side_room ul li .Txt p {
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden;
}

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(../images/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
  background: url(../images/bx_arrow_square_next.png) !important;
}

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  width: 100%;
  margin-top: 5px;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -web-box-sizing: border-box;
  box-sizing: border-box;
}

.side_share a.line {
  box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
  background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -ms-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb {
  box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 );
  /* IE6-8 */
}

.side_share a.gPlus {
  box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d65130), color-stop(100%, #d0442b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 );
  /* IE6-8 */
}

.side_share a i {
  padding-right: 5px;
  font-size: 18px;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 0 0 30px 0;
}

.side_news ul {
  margin-top: 20px;
}

.side_news ul li {
  margin-bottom: 20px;
}

.side_news ul li .Img {
  float: left;
  margin-right: 12px;
  width: 60px;
  overflow: hidden;
}

.side_news ul li .Img img {
  height: 60px;
}

.side_news ul li .Txt {
  overflow: hidden;
}

.side_news ul li .Txt a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  font-family: 'Montserrat', '微軟正黑體', sans-serif;
  font-weight: 400;
}

.side_news ul li .Txt a:hover {
  color: #cfb094;
}

.side_news ul li .Txt b {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}

.side_news ul li .newsDate {
  margin-bottom: 0;
}

.side_news ul li .newsDate strong {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/*-button-*/
.btnStyle01 a {
  display: inline-block;
  color: #cfb094;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #cfb094;
  border-radius: 20px;
  padding: 13px 45px;
}

.btnStyle02 a {
  display: inline-block;
  color: #cfb094;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #cfb094;
  border-radius: 30px;
  padding: 11px 25px 11px 45px;
  text-transform: uppercase;
}

.btnStyle02 i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-left: 18px;
  transition: all .5s;
}

.btnStyle02 i svg {
  width: 100%;
  height: 20px;
}

.btnStyle02 i path {
  fill: #cfb094 !important;
  transition: all .5s;
}

.btnStyle03 a {
  display: inline-block;
  font-size: 13px;
  color: #cfb094;
  letter-spacing: .05em;
  transition: all .5s;
}

.btnStyle03 a:hover {
  color: #2e363a;
}

.btnStyle03 a:hover i svg path {
  fill: #2e363a !important;
}

.btnStyle03 i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}

.btnStyle03 i svg {
  width: 100%;
  height: 100%;
}

.btnStyle03 i svg path {
  transition: all .5s;
}

.btnStyle04{
	display: inline-block;
	text-align: center;
	border: 1px solid #cfb094;
	padding: 12px 30px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btnStyle04:hover{
	background: #cfb094;
	color: #fff;
}

.btnBack a {
  display: inline-block;
  color: #808083;
  letter-spacing: .05em;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.btnBack a:hover {
  background: #2e363a;
  color: #fff;
}

.btnClose {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  padding: 10px;
  box-sizing: border-box;
  transition: all .5s;
}

.btnClose:before, .btnClose:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60%;
  height: 1px;
  background: #fff;
}

.btnClose:before {
  left: 8px;
  transform: rotate(45deg);
}

.btnClose:after {
  right: 8px;
  transform: rotate(-45deg);
}

.socialStyle02 a {
  display: inline-block;
  border: 1px solid #3b5998;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #3b5998;
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  transition: all .5s;
}

.socialStyle02 .a2a_kit {
  display: inline-block;
  vertical-align: top;
}

.socialStyle02 .a2a_svg svg {
  display: none !important;
}

.socialStyle02 .a2a_svg {
  width: 100% !important;
  height: 100% !important;
  background: none !important;
}

.socialStyle02 a.weChat, .socialStyle02 a.line {
  border-color: #03c302;
  color: #03c302;
}

.socialStyle02 a.gPlus {
  border-color: #dd4b39;
  color: #dd4b39;
}

.socialStyle02 a.line i {
  transform: translateY(5px);
}

.socialStyle02 a.twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}

.socialStyle02 a i {
  font-size: 16px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.socialStyle02 a i svg {
  width: 100%;
  height: 100%;
}

.socialStyle02 a i path {
  transition: all .5s;
}

.socialStyle02 a:hover {
  color: #fff;
}

.socialStyle02 a:hover.fb {
  background: #3b5998;
}

.socialStyle02 a:hover.weChat, .socialStyle02 a:hover.line {
  border-color: #03c302;
  background: #03c302;
}

.socialStyle02 a:hover.gPlus {
  background: #dd4b39;
}

.socialStyle02 a:hover.twitter {
  background: #1da1f2;
}

.socialStyle02 a:hover path {
  fill: #fff !important;
}

/*--title--*/
.titleStyle01 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.titleStyle01 i {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
}

.titleStyle01 i img {
  display: block;
  width: 100%;
}

.titleStyle02 {
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  box-sizing: border-box;
}

.titleStyle03 {
  position: relative;
  width: 100%;
  text-align: center;
  /*font-family: "Montserrat", sans-serif, "微軟正黑體";*/
  font-size: 24px;
  font-weight: normal;
  color: #2e363a;
  text-transform: uppercase;
  border-bottom: 3px solid #eee;
  padding-bottom: 15px;
}

.titleStyle03:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #cfb094;
}

.titleStyle03 i {
  margin-left: 15px;
}

.title04 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 36px;
}

.title04 b {
  display: block;
  font-weight: normal;
  color: #9a9a9a;
  font-size: 15px;
  letter-spacing: .1em;
}

.title04 span {
  position: relative;
  display: block;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #2e363a;
  letter-spacing: .05em;
  padding-bottom: 15px;
}

.title04 span em {
  font-size: 35px;
  font-style: italic;
  letter-spacing: 0;
}

.title04 span:after {
  content: '';
  position: absolute;
  left: calc(50% - 17.5px);
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cfb094;
}

.title05 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 36px;
}

.title05 b {
  display: block;
  font-weight: normal;
  color: #9a9a9a;
  font-size: 15px;
  letter-spacing: .1em;
}

.title05 em {
  position: relative;
  display: block;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #2e363a;
  letter-spacing: .05em;
  padding-bottom: 15px;
}

/*.title05 em i {*/
/*  font-size: 35px;*/
/*  font-style: italic;*/
/*  letter-spacing: 0;*/
/*}*/

.title05 em:after {
  content: '';
  position: absolute;
  left: calc(50% - 17.5px);
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cfb094;
}

/*--側邊_法人諮詢--*/
.side_infoIR {
  margin-bottom: 20px;
}

/*--側邊_聯絡IR--*/
.sideContactIR {
  margin-bottom: 30px;
}

.sideContactIR a {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif, "微軟正黑體";
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: .05em;
  box-sizing: border-box;
  background: #cfb094;
  border-radius: 30px;
}

.sideContactIR a:hover {
  background: #2e363a;
}

.sideContactIR a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*--側邊_媒體聯絡人--*/
.sideBox {
  border: 3px solid #eee;
  border-left: none;
  border-right: none;
}

.sideBox h3 {
  padding-top: 25px;
  border-top: 1px dashed #c1c1c1;
}

.sideBox h3:first-child {
  padding-top: 18px;
  border-top: 0;
}

.sideBox .Txt {
  font-size: 13px;
  font-family: "Roboto", sans-serif, "微軟正黑體";
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 25px;
  padding-top: 15px;
  letter-spacing: .05em;
}

.sideBox b {
  display: block;
  padding-bottom: 12px;
}

.sideBox p {
  margin-bottom: 12px;
  word-break: break-all;
}


.adSideBox{
  border: 3px solid #eee;
  border-left: none;
  border-right: none;
}
.adSideBox li{
	border-bottom: 1px dashed #c1c1c1;
	padding-bottom: 12px;
}
.adSideBox li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.adSideBox h3 {
  padding: 18px 0;
}

.adSideBox .Txt {
  font-size: 13px;
  font-family: "Roboto", sans-serif, "微軟正黑體";
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 25px;
  padding-top: 15px;
  letter-spacing: .05em;
}

.adSideBox b {
  display: block;
  padding-bottom: 12px;
}

.adSideBox p {
  margin-bottom: 12px;
  word-break: break-all;
}

/*--下拉選單--*/
.classYear {
  position: relative;
  z-index: 998;
  margin-top: -88px;
  float: right;
  width: 140px;
}

.classYear a.main {
  display: block;
  padding: 13px;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  color: #808083;
}

.classYear a.main b {
  font-family: "Roboto", sans-serif, "微軟正黑體";
  font-weight: 300;
}

.classYear a.main i {
  float: right;
}

.classYear ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
}

.classYear ul li {
  width: 100%;
}

.classYear ul a {
  display: block;
  padding: 13px;
  box-sizing: border-box;
}

.classYear ul a:hover {
  background: #f0f0f0;
  color: inherit;
}

.classYear ul .current {
  background: #f0f0f0;
}

/*--顏色--*/
.colorBrown01 {
  color: #cfb094;
}

/*--驗證碼--*/
.captchaArea{
  font-size: 12px;
}

/*--側邊填寫意見--*/
.sideMessage{
	position: fixed;
	z-index: 99;
	right: -200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 200px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	transition: all .3s;
}

.sideMessage.on{
	right: 0;
}

.sideMessage .open a{
	display: block;
	position: absolute;
	top: 40px;
	left: -45px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	background: #cfb094;
	color: #fff;
	text-align: center;
}

.sideMessage .top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	background: #2e363a;
	border-radius: 4px 4px 0 0;
}

.sideMessage .text{
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sideMessage textarea{
	width: 100%;
	border: none;
	background: none;
	resize: none;
	border-bottom: 1px solid #ddd;
	font-family: "微軟正黑體";
	font-size: 13px;
}

.sideMessage textarea:focus{
	outline: #cfb094;
}

.sideMessage .btn a{
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #cfb094;
	border-radius: 0 0 4px 4px;
}

.sideMessage .btn a:hover{
	background: #2e363a;
}

.sideMessage .radioBox{
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sideMessage .radioBox p{
	margin-bottom: 10px;
}

.sideMessage .radioBox .inner{
	margin-left: -10px;
}

.sideMessage input[type="radio"] + label {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.sideMessage input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #cfb094;
  box-sizing: border-box;
  transition: all .3s;
  border-radius: 50%;
}
.sideMessage input[type="radio"] + label span:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #cfb094;
  border-radius: 50%;
  transition: all .3s;
}

.sideMessage .radio {
  position: relative;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.sideMessage .radio:checked + label {
  color: #cfb094;
}
.sideMessage .radio:checked + label span {
  border-color: #cfb094;
}
.sideMessage .radio:checked + label span:before {
  transform: translateY(-50%) scale(1.2);
}

.m_lanBox {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_lanBox .lanText{
  display: block;
  border: 1px solid rgba(255,255,255,.5);
  color: rgba(255,255,255,.5);
  padding: 10px 10px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_lanBox ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m_lanBox ul li {
  width: 100%;
}

.m_lanBox ul li a{
  display: block;
  width: 100%;
  padding: 15px 10px;
  color: rgba(255,255,255,.5);
  background: rgba(0,0,0,1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .fullWrap {
    position: relative;
    left: 0;
    width: 100%;
  }
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    background: rgba(11, 11, 11, 0.87);
    position: relative;
    z-index: 99;
  }
  .m_menu .controlBox a.main {
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 18px;
    margin-right: 15px;
    margin-top: 21px;
  }
  .m_menu .controlBox a.main.current:before, .m_menu .controlBox a.main.current:after {
    top: 50%;
  }
  .m_menu .controlBox a.main.current:before {
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.current:after {
    transform: rotate(-45deg);
  }
  .m_menu .controlBox a.main.current span:before, .m_menu .controlBox a.main.current span:after {
    width: 0;
  }
  .m_menu .controlBox a.main.current:hover span:before, .m_menu .controlBox a.main.current:hover span:after {
    width: 0;
  }
  .m_menu .controlBox a.main:hover span:before, .m_menu .controlBox a.main:hover span:after {
    width: calc(50% - 4px);
  }
  .m_menu .controlBox a.main:before, .m_menu .controlBox a.main:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s;
  }
  .m_menu .controlBox a.main:before {
    top: 0;
  }
  .m_menu .controlBox a.main:after {
    bottom: 0;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    display: block;
    width: 100%;
    height: 1px;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 1px;
    background: #fff;
    transition: all .3s;
  }
  .m_menu .controlBox a.main span:before {
    left: 0;
  }
  .m_menu .controlBox a.main span:after {
    right: 0;
  }
  .m_menu .controlBox .m_logo {
    float: left;
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    height: 60px;
  }
  .m_menu .controlBox .right {
    float: right;
    margin-right: 10px;
    line-height: 60px;
  }
  .m_menu .controlBox .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #FFF;
    position: relative;
  }
  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .hideBox {
    /*手機menu內容*/
    position: fixed;
    right: -250px;
    top: 60px;
    z-index: 11;
    width: 250px;
    height: calc(100vh - 60px);
    box-sizing: border-box;
    background: rgba(11, 11, 11, 0.87);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    transition: all .5s;
  }
  .m_menu .hideBox.show {
    right: 0;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303;
  }
  .searchBox_m {
    text-align: center;
    padding: 20px 0;
  }
  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 30px;
    border: 1px solid #CCC;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #9CC720;
    color: #FFF;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    margin: 0 1px;
    display: inline-block;
    font-size: 16px;
    color: #a3a3a3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu .mfun a:hover {
    background: #cfb094;
    color: #fff;
  }
  .m_menu ul.nav li {
    box-shadow: 0 1px black, 0 2px #212121;
  }
  .m_menu ul.nav li > a {
    padding: 20px 10px;
    display: block;
    font-size: 15px;
    color: #FFF;
    position: relative;
  }
  .m_menu ul.nav li > a:hover {
    background: #d74b00;
  }
  .m_menu ul.nav li > a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .m_menu ul.nav li .submenu b {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    display: block;
    cursor: pointer;
  }
  .m_menu ul.nav li .submenu a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #9e9e9e;
  }
  .m_menu ul.nav li .submenu a.mLink {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    color: #fff;
  }
  .m_menu ul.nav li .submenu a:hover {
    color: #cfb094;
  }
  .m_menu ul.nav li .submenu .list {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .m_menu ul.nav li .submenu .listIns {
    display: none;
  }
  .bannerArea .titleBox {
    transform: translate(-50%, -50%);
  }
  .bannerArea .titleBox em {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 34px;
  }
	footer .copyright .right .itemBox .btnClose{
	    right: 0;
	}

}

@media (max-width: 1024px) {
  footer .leftBox {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  footer .leftBox li {
    width: calc(100% / 5);
    margin-bottom: 12px;
  }
  footer .copyright .left {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .copyright .right {
    float: left;
    width: 100%;
    text-align: left;
  }
  footer .copyright .right a {
    margin-left: 0;
    margin-right: 12px;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .contentBox .inner:before {
    display: none;
  }
  .contentBox .leftBox {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .contentBox .rightBox {
    width: 100%;
    margin-top: 40px;
  }
  .bannerArea .titleBox em {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 24px;
  }
  .bannerArea .titleBox strong {
    font-size: 16px;
  }
  .socialStyle02 #ckepop {
    width: 100%;
  }
  .socialStyle02 a {
    width: 100%;
    margin-right: 0;
  }
  .classYear {
    float: none;
    top: 0;
    width: 100%;
  }
  .classYear ul {
    display: none;
  }
  ul.classLink {
    display: none;
  }

  .m_classLink {
    display: block;
    position: relative;
    z-index: 99;
  }
  .m_classLink ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    display: none;
  }
  .m_classLink ul li {
    width: 100%;
  }
  .m_classLink ul li a {
    display: block;
    padding: 13px;
    box-sizing: border-box;
  }
  .m_classLink ul li a:hover {
    background: #f0f0f0;
    color: inherit;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink ul .current {
    background: #f0f0f0;
  }
  .m_classLink a.main, .classYear a.main {
    display: block;
    width: 100%;
    font-size: 15px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    border: none;
    background: #2e363a;
    border-radius: 0;
  }
  .m_classLink a.main b, .classYear a.main b {
    display: block;
    text-align: left;
    font-weight: normal;
  }
  .m_classLink a.main i, .classYear a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }


  .m_classLink02 {
    display: block;
    position: relative;
    z-index: 99;
  }
  .m_classLink02 ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    display: none;
  }
  .m_classLink02 ul li {
    width: 100%;
  }
  .m_classLink02 ul li a {
    display: block;
    padding: 13px;
    box-sizing: border-box;
  }
  .m_classLink02 ul li a:hover {
    background: #f0f0f0;
    color: inherit;
  }
  .m_classLink02 ul li:first-child a {
    border: none;
  }
  .m_classLink02 ul .current {
    background: #f0f0f0;
  }
  .m_classLink02 a.main, .classYear a.main {
    display: block;
    width: 100%;
    font-size: 15px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    border: none;
    background: #2e363a;
    border-radius: 0;
  }
  .m_classLink02 a.main b, .classYear a.main b {
    display: block;
    text-align: left;
    font-weight: normal;
  }
  .m_classLink02 a.main i, .classYear a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
    .searchArea .inner{
        width:90%;
    }
  .socialStyle02 .a2a_kit {
    width: 100%;
  }
}

/*640*/
@media (max-width: 640px) {
  footer .leftBox li {
    width: calc(100% / 4);
  }
  .marqueeArea h2 {
    display: none;
  }
  .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
}

/*480*/
@media (max-width: 480px) {
  footer .leftBox li {
    width: calc(100% / 2);
  }
  footer .rightBox {
    width: 100%;
  }
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  /*頁籤*/
}

@media (max-width: 320px) {
  .bannerArea .titleBox em {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .bannerArea .titleBox strong {
    font-size: 14px;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}
