@charset "UTF-8";
@font-face {
  font-family: LiSong;
  src: url("../webfonts/LiSong.eot"); /* IE9*/
  src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
}
@font-face {
  font-family: Anton-Regular;
  src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
  src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
}
.color_01 {
  color: #bda26d !important;
}

.color_02 {
  color: #bd2328 !important;
}

.color_03 {
  color: #bc5a23 !important;
}

.color_04 {
  color: #8b5903 !important;
}

.bg_01 {
  background: #bda26d !important;
}

.bg_02 {
  background: #bd2328 !important;
}

.bg_03 {
  background: #bc5a23 !important;
}

.bg_04 {
  background: #8b5903 !important;
}

.bg_gold {
  background: #a07a30 !important;
  color: #fff !important;
}
.bg_gold a {
  color: #fff !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: sans-serif;
  color: #333;
  background: #fff;
  font-size: 1em;
  position: relative;
}

p {
  margin-bottom: 2em !important;
  color: #333 !important;
  line-height: inherit;
}

a {
  color: #bda26d;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #bd2328;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0 !important;
  line-height: normal;
  font-size: inherit;
}

h2 {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 0;
  color: #bd2328;
  letter-spacing: 1px;
}

h3 {
  color: #bda26d;
  font-size: 1.65em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  font-weight: bold;
  color: #fff;
  padding: 8px 15px;
  border-left: solid #e1e1e1 5px;
  font-size: 1.45em;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(60deg, transparent 250px, #f5f5f5 0), linear-gradient(-120deg, transparent 20px, #bda26d 0);
}

h4 a {
  color: #fff !important;
}

h5 {
  font-size: 1.35em;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
  padding: 9px 10px 9px 15px;
  border-left: solid #bda26d 5px;
  margin-bottom: 10px;
}

h6 {
  font-size: 1.25em;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff !important;
  background: #bda26d;
}
.btn_01:hover, .btn_01:focus {
  background: #bd2328;
  color: #fff !important;
  transition: all 0.5s;
}

.btn_02 {
  background-color: transparent;
  padding: 6px 15px;
  color: #666;
  font-size: 1em;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 30px;
  border: solid #666 1px;
}
.btn_02:hover, .btn_02:focus {
  background: #666;
  color: #fff;
}

.btn_03 {
  background-color: transparent;
  padding: 6px 15px;
  color: #666;
  font-size: 1em;
  border: none;
  letter-spacing: 1px;
  border-radius: 30px;
  border: solid #666 1px;
}

button.btn_01, html input.btn_01, button.btn_02, html input.btn_02 {
  padding: 3px 20px;
}

.btn_back {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  color: #fff !important;
  background: #666;
}
.btn_back:hover, .btn_back:focus {
  background: #bd2328;
  color: #fff !important;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.display_inline {
  display: inline-block !important;
}

.display_none {
  display: none;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #bda26d;
}
.scroll-to-top i {
  color: #fff;
  padding-top: 5px;
}

.w-auto {
  width: auto;
}

.line {
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  height: 2px;
  float: left;
  width: 100%;
  margin: 25px 0;
}

.form-control {
  padding: 5.5px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: #ccc;
}
.form-control.form-select {
  padding: 4.4px 35px 4.4px 8px;
}

.dropdown-menu {
  min-width: auto;
}

input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
}

label .title {
  display: inline-block;
  padding-right: 3px;
}
label .form-control {
  display: inline-block;
}

/*date*/
.post-date {
  border: solid 7px;
  border-color: #bda26d !important;
  border: none !important;
  text-align: center;
  padding: 0 8px 0 8px;
  width: 90px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.post-date div {
  display: inline-block;
}
.post-date .day {
  width: 100%;
  color: #bd2328;
  font-size: 3.125em;
  font-family: Anton-Regular;
  border-bottom: solid 1px #ccc;
  border: none !important;
  padding: 5px 5px 0 5px;
  line-height: 100% !important;
}
.post-date .month {
  width: 100%;
  font-size: 0.8em;
  color: #999;
  padding-bottom: 7%;
  line-height: 190%;
}

.badge {
  background: #8b5903;
  color: #fff;
  padding: 3px 12px;
  font-size: 1em;
  font-weight: 400;
}

.date {
  float: left;
  width: 100%;
  color: #bda26d;
  margin-bottom: 10px;
  line-height: 170%;
}
.date .day {
  color: #bda26d;
  font-size: 2.5em;
  font-family: Impact;
  padding-right: 5px;
  display: inline-block;
}
.date .month {
  display: inline-block;
}
.date .type {
  color: #fff;
  display: inline-block;
  background: #bda26d;
  padding: 0px 9px;
  border-radius: 20px;
  margin-left: 5px;
}
.date .author {
  color: #999;
}
.date .author:before {
  content: "- by";
  display: inline-block;
  color: #999;
  padding: 0 5px 0 10px;
}

/*cookie*/
#cookie {
  z-index: 99;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 150%;
}

.cookie_con {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.cookie_con a {
  color: #bda26d;
}
.cookie_con a:hover {
  color: #bd2328;
}
.cookie_con .font {
  float: left;
  width: calc(100% - 130px);
}
.cookie_con .btn_box {
  float: left;
  width: 130px;
  margin: 0;
  text-align: center;
}
.cookie_con .btn_box .btn_01 {
  background: #bda26d;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 3px 0;
}
.cookie_con .btn_box .btn_01:hover {
  background: #bd2328;
  color: #fff;
}

/*header-nav-top*/
.header-nav-top {
  float: right;
}
.header-nav-top .nav li a {
  color: #333 !important;
}
.header-nav-top .nav li a:hover, .header-nav-top .nav li a:focus {
  color: #bda26d !important;
}
.header-nav-top li {
  display: inline-block;
}

.header-nav-features {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.header-nav-features:before {
  display: none !important;
}
.header-nav-features .header-nav-features-toggle {
  width: 30px;
  height: 50px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav-features .header-nav-features-toggle i {
  color: #bda26d !important;
  font-size: 1.2em;
}
.header-nav-features .header-nav-features-toggle:hover, .header-nav-features .header-nav-features-toggle:focus {
  transition: all 0.5s;
}
.header-nav-features .header-nav-features-toggle:hover i, .header-nav-features .header-nav-features-toggle:focus i {
  color: #bd2328 !important;
}

.sticky-header-active .header-nav-features-dropdown {
  top: 15px !important;
}

/*font size*/
.font_size {
  list-style: none;
  float: left;
  margin: 0 10px;
  padding-left: 0;
}
.font_size li {
  display: inline-block;
  border-radius: 10px;
  background: #eee;
  min-width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 3px;
  padding: 5px 3px;
}
.font_size li:hover {
  background: #bda26d;
  color: #fff;
}

/*login*/
.login {
  float: left;
  height: 50px !important;
  vertical-align: middle;
}
.login > a:hover {
  color: #bda26d;
}
.login > a:hover i {
  background: #bda26d;
  border: solid #dcc393 3px;
}
.login > a .fa-chevron-down {
  display: none;
}
.login > a::after {
  display: none;
}
.login > a i:first-child, .login > i:first-child {
  background: #bc5a23;
  color: #fff;
  border: solid #e19569 3px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.login .dropdown-menu {
  left: auto;
  right: 0;
}
.login .dropdown-menu li {
  float: left;
  width: 100%;
}
.login .dropdown-menu a {
  float: left;
  width: 100% !important;
  color: #333 !important;
  font-size: 0.9em !important;
  font-weight: 400;
  padding: 5px 10px !important;
}

.login, .logout {
  color: #bc5a23;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-top: 5px;
}

.login > a {
  color: #bc5a23;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}

.red_btn {
  color: #bd2328 !important;
}
.red_btn i {
  background: #bd2328 !important;
  border: solid #ed7779 3px !important;
}
.red_btn:hover {
  color: #bda26d !important;
}
.red_btn:hover i {
  background: #bda26d !important;
  border: solid #dcc393 3px !important;
}

/*service_header*/
.service_header .header-nav-login {
  margin: 0 0 0 -63px;
}

/*login_service*/
.login_service {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_service i {
  background: #bc5a23;
  color: #fff;
  border: solid #e19569 3px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  float: left;
}
.login_service a {
  color: #bc5a23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.login_service a:hover {
  color: #bda26d;
}
.login_service a:hover i {
  background: #bda26d;
  border: solid #dcc393 3px;
}

/*logout*/
.logout {
  float: left;
}

.logout .btn_01 {
  background: #bc5a23;
  padding: 1px 7px;
  margin-left: 7px;
  font-size: 0.9em;
  font-weight: 400;
}

.logout .btn_01:hover {
  background: #bda26d;
}

.logout .btn_01 i {
  padding-left: 3px;
}

/*mobile login*/
.header-nav-login {
  float: left;
  width: 100vw;
  padding: 10px;
  margin: 0 -15px;
  background: #cecece;
}
.header-nav-login ul {
  list-style: none;
  padding-left: 0;
}
.header-nav-login li {
  float: left;
  width: 100%;
  border-top: solid #eee 1px;
  background: #fff;
}
.header-nav-login li:first-child {
  border-top: none;
  border-radius: 10px 10px 0 0;
}
.header-nav-login li:last-child {
  border-radius: 0 0 10px 10px;
}
.header-nav-login li a {
  padding: 8px 15px;
  float: left;
  width: 100% !important;
  color: #333;
}
.header-nav-login li i {
  width: 25px;
}
.header-nav-login .user_mobile {
  background: #666;
  color: #fff;
  float: left;
  width: 100%;
  padding: 8px 15px;
  border-radius: 10px 10px 0 0;
}
.header-nav-login .user_mobile a {
  padding: 0 !important;
  color: #fff;
}
.header-nav-login .divider {
  background-image: none;
  height: 1px;
  background: #ccc;
  margin: 0;
}

.nav-pills > li + li {
  margin-left: 0;
}

.header-nav-features-login .header-nav-features-dropdown {
  top: 50px !important;
  padding: 0 !important;
  width: 100vw;
  margin: 0 !important;
  right: -75px !important;
}

/*search-手機版*/
#header .header-btn-collapse-nav-search, .header-btn-collapse-nav-login {
  margin: 10px 0 8px 0px;
  padding: 6px 8px;
  float: right;
  background: #fff;
  color: #bda26d;
}

.header-nav-search {
  background: #f5f5f5;
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.search_box {
  border-radius: 5px;
  margin: 0 !important;
  float: none;
  height: 38px;
}
.search_box label {
  width: calc(100% - 105px);
}

.search_icon {
  margin-right: 120px;
}

.search_adv {
  padding: 3px 10px !important;
}

.header-nav-features-search .header-nav-features-dropdown {
  top: 50px !important;
  background: #eee !important;
  padding: 10px !important;
  width: 100vw;
  margin: 0 !important;
  right: -100px !important;
}

/*header*/
#header {
  position: fixed;
  width: 100%;
}
#header .header-body {
  border-bottom: solid #ccc 1px !important;
}
#header .header-logo {
  margin: 0.65rem 0;
  height: auto !important;
}
#header .header-logo a {
  float: left;
}

.header-nav-bar {
  height: auto !important;
}

.header-nav .container {
  display: block;
  padding: 0 15px;
}

#header .header-btn-collapse-nav {
  background: #bda26d;
}

.header-nav-main {
  margin: 0 -15px;
  padding: 0 !important;
  width: calc(100% + 30px);
}
.header-nav-main .nav.nav-pills {
  padding: 0 !important;
}
.header-nav-main .nav.nav-pills > li {
  margin: 0;
}
.header-nav-main nav > ul > li > a {
  color: #fff;
  font-weight: 400 !important;
}
.header-nav-main nav > ul > li:after {
  height: 0;
}
.header-nav-main nav > ul > li:before {
  display: none;
}
.header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
  margin-left: 0;
}

.dropdown-menu {
  font-size: 1em !important;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li > a {
  padding: 10px 20px;
  border-radius: 0;
  white-space: normal;
  font-size: 1em !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

.nav-pills > li + li {
  margin-left: 0 !important;
}

#header .nav-top li.dropdown .dropdown-menu li {
  background: #666;
}

#header .header-container {
  background: #fff;
  height: auto !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  color: #333;
}

#header .header-nav-main nav > ul li.dropdown-submenu.open > .dropdown-menu {
  margin-left: 0 !important;
}

#header .header-nav-main nav > ul > li.dropdown-submenu.show .dropdown-menu {
  top: auto;
  display: block;
  opacity: 1;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: rgba(0, 0, 0, 0.15);
}

/*search icon*/
.menu_search:hover > i {
  color: #fff;
}
.menu_search:hover:before {
  background-color: transparent;
}
.menu_search .dropdown-mega-content {
  padding: 16px !important;
}

.search_box {
  position: relative;
  margin-top: -10px;
}
.search_box label {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border-radius: 5px;
  padding: 5px 40px 0 0;
}

.search_input {
  width: 100%;
  background-color: transparent;
  border: none;
  margin-top: -5px;
  height: 40px;
  padding: 5px 10px 5px 20px;
}
.search_input:focus {
  background-color: transparent;
  box-shadow: none;
}

.search_icon {
  padding: 7px 15px 6px 10px;
  margin-right: 0;
  background-color: transparent;
  color: #bda26d;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.search_icon:hover {
  color: #bd2328;
}

.key_word {
  float: left;
  width: 100%;
  padding: 5px 0 15px 0;
  line-height: 150%;
  font-size: 0.8em;
  text-shadow: 0 1px 3px rgb(255, 255, 255);
}
.key_word a {
  color: #333 !important;
  padding: 6px 0 !important;
  white-space: nowrap;
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
.key_word a:hover, .key_word a:focus {
  color: #bda26d !important;
}

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
  position: relative;
  overflow: hidden;
}
.swiper.btn_left_right {
  padding: 0 35px;
  width: calc(100% + 70px) !important;
  margin-left: -35px;
}
.swiper a {
  float: left;
  width: 100%;
}
.swiper [class^=swiper-button-]:after {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
}
.swiper .cricle_btn:after {
  background: rgba(0, 0, 0, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #fff;
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgba(255, 255, 255, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .swiper-button-prev {
  margin-left: -5px;
}
.swiper .swiper-button-next {
  margin-right: -5px;
}
.swiper [class^=swiper-button-] {
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
.swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
  color: #bda26d;
  opacity: 0.7;
}
.swiper.button_right {
  margin-right: 90px;
}
.swiper.button_right .swiper-button-prev {
  left: auto;
  right: 50px;
}
.swiper img {
  width: 100%;
}
.swiper .title {
  font-size: 1.2em;
  padding-bottom: 10px;
}
.swiper .swiper-slide.swiper-slide-duplicate-next, .swiper .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.swiper.banner_02 .swiper-slide:not(.swiper-slide-visible), .swiper.banner_01 .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}
.swiper.banner_02 .swiper-slide.swiper-slide-active, .swiper.banner_01 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper.btn_right_top {
  position: relative;
  width: 100%;
}
.swiper.btn_right_top .button_box {
  position: relative;
  width: 100%;
  height: 45px;
}
.swiper.btn_right_top .button_box .swiper-button-prev {
  position: absolute;
  right: 45px;
  left: auto;
}
.swiper.btn_right_top .button_box .swiper-button-next {
  position: absolute;
  right: 10px;
}
.swiper.btn_right_top .swiper-wrapper {
  margin-top: 0;
}
.swiper.btn_right_top .swiper-pagination-bullet-active {
  background: #bda26d;
}
.swiper.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-slide video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  justify-content: center;
  align-items: center;
}

/*index_link*/
.index_link {
  float: left;
  width: 100%;
  background: #333;
  color: #fff;
  padding: 22px 0;
}
.index_link .container {
  position: relative;
}
.index_link .quick {
  float: left;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
.index_link .quick li {
  display: inline-block;
  text-align: center;
  border-right: dotted rgba(255, 255, 255, 0.2) 3px;
  padding: 0 10px;
  vertical-align: top;
}
.index_link .quick li img {
  width: 60px;
  clear: both;
}
.index_link .quick li:last-child {
  border-right: none;
}
.index_link .quick li a {
  float: left;
  width: 100%;
  font-size: 0.85rem;
  color: #fff;
  line-height: 130%;
}
.index_link .quick li a:hover {
  color: #bda26d;
}
.index_link .quick .title {
  float: left;
  width: 100%;
  min-height: 35px;
}
.index_link .quick .index_login {
  float: left;
  width: 19%;
  height: 180px;
  background: rgba(190, 162, 110, 0.8);
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: -22px;
}
.index_link .quick .index_login .title {
  float: left;
  width: 100%;
  height: 100%;
  background: #bda26d;
  color: #fff;
  font-size: 1.8rem;
  line-height: 150%;
  border: solid rgba(255, 255, 255, 0.8) 1px;
  padding: 5% 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_link .quick .index_login .title:hover {
  background: #a07a30;
}
.index_link.icon_9 .container {
  padding: 0;
}
.index_link.icon_9 .quick {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.index_link.icon_9 .quick li {
  float: none;
  width: 10%;
  display: inline-block;
  box-sizing: content-box;
}

/*index_news*/
.index_news {
  float: left;
  width: 100%;
  background: url(../img/customer/index_news_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 5% 0;
}
.index_news h2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
}
.index_news .nav {
  width: 100%;
  margin: 25px 0 20px 0;
  display: inline-block;
  text-align: center;
}
.index_news .nav .nav-link {
  margin-right: -5px !important;
  border-radius: 0 !important;
  font-size: 1.25em !important;
  padding: 9px 20px !important;
  display: inline-block;
}
.index_news .nav .nav-link.active {
  background: #bd2328 !important;
}
.index_news .tab-content {
  float: left;
  width: 100%;
  border: none;
  padding: 25px 8% 0 8%;
}
.index_news .tab-content .tab-pane {
  border-top: solid #eee 5px;
}
.index_news .tab-content ul {
  float: left;
  width: 100%;
  display: table;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.index_news .tab-content ul a {
  float: left;
  width: 100%;
  display: table-row;
  padding: 20px 10px;
  border-bottom: solid #eee 1px;
  font-size: 1.125em;
}
.index_news .tab-content ul li:last-child a {
  border-bottom: none;
}
.index_news .tab-content .date {
  width: 120px;
  display: table-cell;
  color: #bda26d;
  text-align: left;
  margin-bottom: 0 !important;
  font-size: 0.9em;
}
.index_news .tab-content .title {
  display: table-cell;
  text-align: left;
  padding-top: 2px;
}
.index_news .tab-content .btn_box {
  float: left;
  width: 100%;
  text-align: center;
}
.index_news .tab-content .btn_box .btn_01 {
  border-radius: 0;
  padding: 6px 20px;
  border: solid #bda26d 1px;
  background-color: transparent;
  color: #bda26d !important;
}
.index_news .tab-content .btn_box .btn_01:hover {
  background-color: #bda26d;
  color: #fff !important;
}

/*index_activity*/
.index_activity {
  float: left;
  width: 100%;
  background: #f5f1e9;
  padding: 5% 0;
}
.index_activity .container {
  padding: 0 5%;
}
.index_activity h2 {
  color: #000;
}
.index_activity h2 .small {
  font-size: 50%;
  display: inline-block;
  font-weight: 400;
  color: #999;
}
.index_activity h2 .small:before {
  content: "/";
  color: #bd2328;
  padding: 0 10px 0 5px;
}
.index_activity ul {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.index_activity ul li {
  float: left;
  width: 33.3%;
  padding: 2%;
}
.index_activity ul li a {
  float: left;
  width: 100%;
  position: relative;
}
.index_activity .font {
  padding: 0 25px;
  position: relative;
}
.index_activity .font .date {
  background: #bda26d;
  color: #fff;
  font-size: 1em;
  padding: 5px 12px;
  width: 110px;
  margin-top: -19px;
  position: relative;
  z-index: 10;
}
.index_activity .font .title {
  background: #fff;
  font-size: 1.125em;
  line-height: 150%;
  padding: 34px 20px 20px 20px;
  margin-top: -18px;
  position: relative;
  z-index: 9;
}
.index_activity .btn_box {
  text-align: center;
}
.index_activity .btn_box .btn_01 {
  border-radius: 0;
  padding: 5px 20px;
  border: solid #bda26d 1px;
  background-color: transparent;
  color: #bda26d !important;
}
.index_activity .btn_box .btn_01:hover {
  background-color: #bda26d;
  color: #fff !important;
}

/*index_video*/
.index_video {
  float: left;
  width: 100%;
  background: url(../img/customer/index_video_bg.jpg);
  background-size: cover;
  background-position: center top;
  padding: 5% 0;
}

.index_video .container {
  padding: 0 5%;
}

.index_video .font {
  float: left;
  width: 35%;
  background: #fff;
  padding: 5%;
}

.index_video h2 {
  color: #000;
}

.index_video h2 .small {
  font-size: 50%;
  display: inline-block;
  font-weight: 400;
  color: #999;
}

.index_video h2 .small:before {
  content: "/";
  color: #bd2328;
  padding: 0 10px 0 5px;
}

.index_video .con_font {
  padding-top: 10px;
}

.index_video .video {
  float: left;
  width: 65%;
}

.index_video .btn_box {
  margin-bottom: 0;
}

.index_video .btn_box .btn_01 {
  border-radius: 0;
  padding: 5px 20px;
  border: solid #bda26d 1px;
  background-color: transparent;
  color: #bda26d !important;
}

.index_video .btn_box .btn_01:hover {
  background-color: #bda26d;
  color: #fff !important;
}

/*footer*/
footer {
  float: left;
  width: 100%;
  position: relative;
  border-top: solid #bda26d 3px;
}

.footer {
  float: left;
  width: 100%;
  padding: 30px 0;
}
.footer .menu {
  float: left;
  width: 30%;
  padding-right: 30px;
}
.footer .menu ul {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
.footer .menu ul li {
  display: inline-block;
  margin: 0 7px 3px 0;
}
.footer .menu ul li a {
  padding: 7px 15px;
  background: #f5f5f5;
  border-radius: 5px;
  float: left;
}
.footer .menu ul li a:hover {
  background: #bda26d;
  color: #fff;
}
.footer .footer_logo {
  width: 300px;
  margin-bottom: 10px;
  max-width: 70%;
  display: none;
}
.footer .badge {
  background-color: transparent;
  float: left;
  width: 100%;
  text-align: left;
}
.footer .badge img {
  width: 60px;
  float: left;
}
.footer .badge i {
  font-size: 1.5em;
  color: #666;
  padding: 20px 10px;
  float: left;
}
.footer .contact {
  float: left;
  width: 70%;
}
.footer .contact ul {
  list-style: none;
  display: table;
  margin-bottom: 0;
}
.footer .contact ul li {
  display: table-row;
  margin-bottom: 15px;
  float: left;
}
.footer .contact ul li:last-child {
  margin-bottom: 0;
}
.footer .contact ul li .img {
  display: table-cell;
  width: 60px;
  padding-right: 10px;
}
.footer .contact ul li .font {
  display: table-cell;
  vertical-align: top;
}
.footer .contact ul li .font .title {
  color: #bda26d;
  font-size: 1.125em;
  font-weight: bold;
  margin-top: -4px;
}
.footer .contact ul li .font .con_font {
  font-size: 0.9em;
  line-height: 170%;
}
.footer .contact ul li .font .con_font span {
  padding-right: 20px;
}
.footer .contact ul li .font .con_font span.visible-xs {
  height: 0;
}

/*copyright*/
.copyright {
  background: #333;
  float: left;
  width: 100%;
  color: #fff;
}
.copyright .container {
  padding: 10px 15px;
  text-align: center;
}
.copyright span {
  white-space: nowrap;
}
.copyright a {
  padding: 0 5px 0 5px;
  color: #fff;
  display: none;
}
.copyright a:first-child:before {
  content: "|";
  color: #666;
  padding: 0 15px 0 5px;
}
.copyright a:hover {
  color: #bda26d;
}

/*footer_design*/
.footer_design {
  color: #666;
  display: inline-block;
  font-size: 0.8em;
  white-space: nowrap;
}
.footer_design a {
  color: #666 !important;
}

/*page_banner*/
.page_banner {
  float: left;
  width: 100%;
  margin-top: 164px;
}

.page_banner img {
  opacity: 0;
}

.service_banner {
  margin-top: 109px !important;
}

/*page_con*/
.page_con {
  float: left;
  width: 100%;
  min-height: 500px;
  padding: 0 0 5% 0;
}
.page_con .container {
  padding: 0 15px;
  position: relative;
}

/*main_con*/
.main_con {
  float: left;
  width: 100%;
  padding: 20px 1em 50px 1em !important;
  min-height: 500px;
}
.main_con .container {
  padding: 0;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}
.main_con h2 {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.main_con .table-toolbar {
  margin-bottom: 15px;
}
.main_con .table-toolbar .date {
  font-size: 0.9em;
}
.main_con .table-toolbar .type {
  color: #fff;
  display: inline-block;
  background: #bda26d;
  padding: 0px 9px;
  border-radius: 20px;
  margin-left: 5px;
}

/*main*/
.main > .container {
  padding: 0 25px;
}
.main .row > div {
  padding: 0 1em;
}

.menu_left .sidebar_menu {
  width: 220px;
}
.menu_left .sidebar_menu .sidebar.fixd_menu {
  position: fixed;
  top: 140px !important;
  width: 188px;
  z-index: 99;
}
.menu_left .sidebar_menu .menu_scroll {
  overflow-y: overlay;
  height: auto;
  max-height: calc(100vh - 170px);
}
.menu_left .main_con {
  width: calc(100% - 220px);
  padding: 20px 20px 40px 20px;
}
.menu_left > div:nth-child(3) {
  display: none;
}

.menu_right .sidebar_menu {
  width: 220px;
}
.menu_right .sidebar_menu .sidebar.fixd_menu {
  position: fixed;
  top: 140px !important;
  width: 188px;
}
.menu_right .main_con {
  width: calc(100% - 220px);
}
.menu_right > div:nth-child(1) {
  display: none;
}

.menu_none .main_con {
  width: 100%;
  padding: 20px 5% 40px 5% !important;
}
.menu_none > div:nth-child(1), .menu_none .menu_none > div:nth-child(3) {
  display: none;
}

/*sidebar*/
.sidebar {
  position: relative;
  border-radius: 10px;
  margin: 15px 0 0 0;
}
.sidebar > a {
  position: absolute;
  top: -30px;
}
.sidebar .title {
  background: #bda26d;
  color: #fff;
  font-size: 1.625em;
  padding: 7% 8%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 1px;
}
.sidebar .nav-item {
  position: relative !important;
  float: left;
  width: 100%;
  padding-top: 2px;
}
.sidebar .nav-item a {
  border-left: solid rgba(0, 0, 0, 0.07) 4px;
  margin-bottom: 2px;
  border-bottom: none;
  color: #333;
}
.sidebar .nav-item .nav-link {
  white-space: normal;
  padding: 5% 25px 5% 8%;
  background: #f5f5f5;
  border-bottom: none;
  font-size: 1em;
}
.sidebar .nav-item .nav-link:before {
  display: none;
}
.sidebar .nav-item .nav-link:after {
  display: none !important;
}
.sidebar .nav-item .nav-link:hover {
  background: #f5f1e9;
}
.sidebar .nav-item .nav-link.active {
  color: #bd2328;
  border-color: #bd2328;
}
.sidebar .nav-item.dropdown .dropdown-toggle {
  white-space: normal;
  padding: 5% 25px 5% 8%;
  background: #f5f5f5;
  border-bottom: none;
  font-size: 1em;
}
.sidebar .nav-item.dropdown .dropdown-toggle:before {
  display: none;
}
.sidebar .nav-item.dropdown .dropdown-toggle:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0dd";
  font-weight: 900;
  position: absolute;
  font-size: 1rem;
  opacity: 1;
  transform: translate3d(-1px, 0, 0);
  right: 10px;
  left: auto;
  border: none;
  display: block;
  top: 14px;
}
.sidebar .nav-item.dropdown .dropdown-toggle:hover {
  background: #f5f1e9;
}
.sidebar .nav-item .dropdown-menu {
  background: #fff;
  position: relative !important;
  border: none;
  border-radius: 10px;
}
.sidebar .nav-item .dropdown-menu.show {
  top: -39px !important;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 39px, 0px) !important;
}
.sidebar .nav-item .dropdown-menu > li a {
  padding: 5% 25px 5% 14%;
  background: rgba(190, 36, 40, 0.1);
}
.sidebar .nav-item .dropdown-menu > li a:before {
  right: 10px;
  left: auto;
  display: none;
}
.sidebar .nav-item .dropdown-menu > li a:after {
  display: none;
}
.sidebar .nav-item .dropdown-menu > li a:hover, .sidebar .nav-item .dropdown-menu > li a:focus, .sidebar .nav-item .dropdown-menu > li a:active {
  background: rgba(190, 36, 40, 0.2);
}
.sidebar .nav-item .dropdown-submenu ul {
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 10px !important;
}
.sidebar .nav-item .dropdown-submenu ul > li a {
  padding: 10px 15px 10px 10px !important;
  border-top: solid #ccc 1px !important;
}
.sidebar .nav-item .dropdown-submenu ul > li:nth-child(1) > a {
  border-top: none !important;
}
.sidebar .nav-item:has(.show) > .dropdown-toggle, .sidebar .nav-item:has(.show) > .dropdown-toggle:hover {
  background: #bd2328;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.3);
}
.sidebar .nav-item:has(.show) > .dropdown-toggle:after, .sidebar .nav-item:has(.show) > .dropdown-toggle:hover:after {
  color: #fff !important;
}
.sidebar .dropdown-toggle.show, .sidebar .dropdown:hover .dropdown-toggle.show {
  color: #bda26d;
}

/*page_top*/
.page_top {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
.page_top .viewer {
  float: right;
  color: #999;
  font-size: 0.9em;
  line-height: 130%;
}
.page_top .viewer i {
  padding-right: 5px;
}

/*breadcrumb*/
.breadcrumb {
  color: #666;
  width: calc(100% - 140px) !important;
  float: left;
  font-size: 0.8em;
  line-height: 130%;
}
.breadcrumb > span {
  word-wrap: break-word;
  float: left;
}
.breadcrumb > span + span:before {
  content: "|";
  padding: 0 8px;
  color: #ccc;
}
.breadcrumb i {
  padding: 0 0 0 5px;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:hover i {
  color: #bda26d !important;
}

/*page_share*/
.page_share {
  float: right;
  width: 140px;
  text-align: right;
}
.page_share .title {
  font-weight: bold;
  float: left;
  width: 65px;
  padding-top: 7px;
}
.page_share .list {
  float: left;
  width: calc(100% - 65px);
}
.page_share .list a {
  display: inline-block;
}
.page_share img {
  width: 34px;
}

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0;
}
.page_search > li {
  display: inline-block;
  padding-right: 10px;
  align-self: center !important;
  white-space: nowrap;
}
.page_search > li:last-child {
  padding-right: 0;
}
.page_search .btn {
  margin: 2px 0;
  vertical-align: top;
}
.page_search .btn_01 {
  background: #666;
}
.page_search .btn_01:hover, .page_search .btn_01:focus {
  background: #bd2328;
}
.page_search .title {
  display: inline-block;
  padding-right: 3px;
}
.page_search select, .page_search input, .page_search label {
  display: inline-block;
  width: auto;
}
.page_search .datepickers input {
  width: 142px;
}
.page_search .datepickers .input-group-addon {
  padding: 5px;
}

.list_icon {
  vertical-align: top;
  display: inline-block;
}
.list_icon .btn {
  background: #eee;
  padding: 8px 7px 4.4px 9px;
  margin: 2px 0;
}
.list_icon .btn.active, .list_icon .btn:hover {
  background: #bd2328;
  transition: all 0.5s;
}
.list_icon .btn.active i, .list_icon .btn:hover i {
  color: #fff;
}
.list_icon i {
  font-size: 1.5em;
  color: #333;
}

.bootstrap-datetimepicker-widget {
  z-index: 1111;
  background: #fff;
}
.bootstrap-datetimepicker-widget .list-unstyled li {
  width: 100%;
}
.bootstrap-datetimepicker-widget .table-condensed span::before {
  color: #bda26d;
}

/*page_author*/
.page_author {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #666;
  line-height: 170%;
}
.page_author > div {
  display: inline-block;
  width: auto;
  padding: 0 20px 0 0;
  color: #333;
}
.page_author > div:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 7px 0 5px;
  display: inline-block;
  line-height: 130%;
  color: #bda26d;
}
.page_author .date:before {
  content: "\f017";
}
.page_author .state:before {
  content: "\f0a1";
}
.page_author .add:before {
  content: "\f3c5";
}
.page_author .type:before {
  content: "\f02b";
}
.page_author > div {
  position: relative;
  vertical-align: top;
  margin: 0 0 5px 0;
}
.page_author > div:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 5px;
  display: none;
  left: 20px;
  position: absolute;
}

/*page_bottom*/
.page_bottom {
  float: left;
  width: 100%;
  padding: 30px 0 10px 0;
  font-size: 0.9em;
}
.page_bottom > div {
  float: left;
  width: 100%;
  padding: 3px 0;
}
.page_bottom .title {
  width: 120px;
  background: #eee;
  border-radius: 20px;
  padding: 2px 5px;
  text-align: center;
  float: left;
}
.page_bottom .title i {
  padding-right: 5px;
}
.page_bottom .con_font {
  padding-left: 130px;
  line-height: 170%;
  margin-top: -30px;
  float: left;
  clear: both;
}
.page_bottom .con_font a {
  padding: 3px 0 4px 0;
  float: left;
  clear: both;
}

/*page_number*/
#page_number .page_total {
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#page_number .page_icon {
  text-align: right;
  margin-bottom: 10px;
}
#page_number .btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: none;
  padding: 2px 12px 3px 12px;
  font-size: 1em;
  background: #666;
  border-radius: 5px;
  margin: 1px;
  color: #fff;
  height: 36px;
}
#page_number .btn_page:hover, #page_number .btn_page:focus {
  background: #bd2328;
  color: #fff;
}
#page_number select {
  margin: 0 2px;
  padding: 4px 35px 4px 8px;
  height: 36px;
}

label[for=page_select] select {
  margin: -2px 0 0 0;
}

/*floatbar*/
#floatbar {
  position: absolute;
  z-index: 9;
  top: 150px;
  background: rgba(255, 255, 255, 0.9);
  width: 90vw;
  padding: 10px 0;
}
#floatbar.float_1 {
  top: 220px;
}
#floatbar.float_2 {
  top: 270px;
}
#floatbar ul {
  padding: 0;
  display: block;
}
#floatbar ul li {
  display: inline-block;
}
#floatbar ul li .nav-link {
  margin: 0 8px 0 0 !important;
  padding: 5px 15px !important;
  border-radius: 5px !important;
  border: solid #ccc 1px;
  color: #666 !important;
}
#floatbar ul li .nav-link:hover {
  background: #eee;
}
#floatbar ul li .nav-link.active {
  color: #fff !important;
  background: #bda26d !important;
  border-color: #bda26d;
}
#floatbar.fixd_menu {
  position: fixed;
  top: 140px !important;
}

[id^=float_0] {
  padding-top: 80px;
}

/*service*/
.service_list {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.service_list li {
  float: left;
  width: 20%;
  padding: 1%;
}
.service_list li:nth-child(5n+1) {
  clear: both;
}
.service_list li a {
  float: left;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  font-size: 1.1em;
  border-radius: 5px;
  background: rgba(190, 162, 110, 0.1);
  line-height: 130%;
}
.service_list li a i {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
  font-size: 1.8em;
  color: #999;
}
.service_list li a:hover {
  color: #fff !important;
  background: #bda26d;
  transition: all 0.5s;
}
.service_list li a:hover i {
  color: #fff;
}

/*news_list*/
.news_list {
  float: left;
  width: 100%;
}

.news_list .item {
  float: left;
  width: 100%;
}

.news_list .item a {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 20px 20px 20px 25px;
  border-radius: 10px;
}

.news_list .item .font {
  float: left;
  width: 75%;
  color: #333;
}

.news_list .item .title {
  font-size: 1.125em;
  font-weight: bold;
  color: #000;
  padding: 5px 0 10px 0;
  border-bottom: solid #ddd 1px;
}

.news_list .item a:hover .title {
  color: #bda26d;
}

.news_list .item .con_font {
  margin-top: 10px;
}

.news_list .item .more {
  color: #bd2328;
  font-size: 0.9em;
  padding-left: 5px;
}

.news_list .item .img {
  float: left;
  width: 25%;
  padding: 0 0 0 5%;
}

/*faq*/
.faq_list .toggle {
  border: solid #ddd 1px !important;
  border-radius: 5px;
  margin-bottom: 20px;
}
.faq_list .toggle-title {
  color: #333 !important;
  font-weight: 400;
  padding: 10px 40px 10px 15px;
  border: none;
}
.faq_list .toggle-title span {
  color: #bda26d;
  font-weight: bold;
}
.faq_list .toggle-title span:after {
  content: "：";
  padding: 0 3px;
  color: #999;
  font-size: 0.8em;
  display: inline-block;
}
.faq_list .toggle-title:hover {
  color: #333 !important;
}
.faq_list .toggle-content {
  padding: 15px 20px;
}

/*sitemap*/
.sitemap_list {
  float: left;
  width: 100%;
  padding-left: 0 !important;
  margin-bottom: 30px;
}
.sitemap_list li {
  float: left;
  width: 20%;
  padding: 5px 5px 15px 10px;
  list-style: none;
  line-height: 130%;
}
.sitemap_list li:nth-child(5n+1) {
  clear: both;
}
.sitemap_list li > .title {
  color: #bda26d;
  font-size: 1.1em;
  font-weight: bold;
}
.sitemap_list li > .title a {
  color: #bda26d !important;
}
.sitemap_list li > a:hover.title, .sitemap_list li > .title a:hover {
  color: #a07a30 !important;
}
.sitemap_list ul {
  float: left;
  width: calc(100% - 5px);
  list-style: none;
  padding-left: 0 !important;
  margin: 10px 0 0 5px;
  border-left: solid #ddd 1px;
}
.sitemap_list ul li {
  float: left;
  width: 100%;
  padding: 9px 0 9px 15px;
  line-height: 130%;
}
.sitemap_list ul a {
  color: #333 !important;
}
.sitemap_list ul a:hover {
  color: #bd2328 !important;
}

/*event*/
.event_list {
  float: left;
  width: 100%;
  position: relative;
}
.event_list .item {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.event_list .item:last-child {
  margin-bottom: 0;
}
.event_list .item:before {
  content: "";
  position: absolute;
  left: 105px;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #bda26d;
}
.event_list .year {
  font-family: Tahoma;
  font-weight: bold;
  font-size: 2rem;
  color: #666;
}
.event_list .year:after {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #bda26d;
  margin: -50px 0 0 16px;
  vertical-align: top;
}
.event_list ul {
  width: calc(100% - 130px) !important;
  float: left;
  list-style: none;
  margin: -35px 0 20px 130px;
  padding-left: 0 !important;
}
.event_list ul a {
  width: 100%;
  float: left;
}
.event_list ul li {
  float: left;
  width: 100%;
  background: #fff;
  border: solid #ccc 1px;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 0;
}
.event_list ul li:hover, .event_list ul a:focus li {
  border: solid #bda26d 1px;
  background: #bda26d;
  color: #fff;
}

/*dropdownlist*/
.dropdownlist {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/*patent*/
.patent_list {
  float: left;
  width: 100%;
}
.patent_list .item {
  float: left;
  width: 100%;
  display: table;
}
.patent_list .no {
  border-color: #bda26d transparent;
  border-style: solid;
  border-width: 50px 50px 0px 0px;
  width: 0px;
  position: relative;
  display: table-cell;
  width: 50px;
}
.patent_list .no div {
  position: absolute;
  color: #FFF;
  top: -50px;
  left: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Century Gothic, Arial, Verdana;
  width: 22px;
  text-align: center;
}
.patent_list .font {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  padding: 10px 0 10px 10px;
}
.patent_list .title {
  font-size: 1.2em;
  font-weight: bold;
  color: #bda26d;
}
.patent_list .con_font {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-top: solid #ccc 1px;
  padding-top: 10px;
  color: #333;
}
.patent_list .patent_ul {
  margin: 0;
  padding: 0 !important;
}
.patent_list a {
  float: left;
  width: 100%;
  /*border:solid #ddd 1px;*/
  border-radius: 10px;
  padding: 15px;
  display: table-row;
  margin: 5px 0 10px 0;
  background: #f5f5f5;
}
.patent_list a:hover {
  background: #bda26d;
  color: #fff;
}
.patent_list a:hover .no {
  border-color: #fff transparent !important;
}
.patent_list a:hover .no div {
  color: #bda26d;
}
.patent_list a:hover .title {
  color: #fff !important;
}
.patent_list a:hover .con_font {
  color: #fff;
}
.patent_list a:hover .patent_ul {
  background: #bda26d;
}
.patent_list a:hover .patent_ul li:before {
  color: #fff;
}

.patent_ul {
  float: left;
  width: 100% !important;
  list-style: none;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  padding-left: 10px !important;
}
.patent_ul li {
  display: inline-block;
  margin-right: 30px;
}
.patent_ul li:before {
  content: "•";
  color: #bd2328;
  padding: 0 7px;
}
.patent_ul li i {
  padding-left: 5px;
}

/*print*/
.con_box {
  padding: 2%;
  margin: 2%;
  border: solid 1px #ccc;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 4px rgba(51, 51, 51, 0.1);
  background: #fff;
}
.con_box h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.con_box h3 {
  color: #bda26d;
  font-size: 1.65em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 150%;
  text-transform: none;
}
.con_box .page_title_item {
  text-align: left;
}
.con_box .page_con {
  padding: 10px 0;
  font-size: 0.9em;
  float: left;
  width: 100%;
}
.con_box .form_con {
  padding: 10px 0 0 0;
}
.con_box .product_intro {
  width: 740px;
}

.con_banner {
  margin-bottom: 15px;
}
.con_banner img {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.1);
  border: solid 1px #fff;
}

.con_footer {
  font-size: 0.9em;
  padding: 0 20px 20px 20px;
  line-height: 150%;
  text-align: center;
}

.con_float {
  float: left;
  width: 100%;
}

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

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

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

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

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

.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;
  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;
  width: 100%;
}

.imh_zoom a:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 1.875em;
  color: #fff;
  background: #bda26d;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  border: dashed #fff 2px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99;
  transition: all 0.4s ease;
}

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

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

/*動畫效果*/
/*旋轉*/
@keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateZ-2 {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-360deg);
  }
}
/*閃動*/
@keyframes icon_glitter {
  from {
    left: -95px;
  }
  to {
    left: 180%;
  }
}
/*縮放*/
@keyframes icon_scale {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
/*閃爍按鈕*/
.glitter {
  overflow: hidden;
  position: relative;
}

.glitter:before {
  background: #fff;
  content: "";
  height: 215px;
  left: -95px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.glitter:hover:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
  /*header*/
  .header-nav-bar .container {
    height: 0;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.7em !important;
  }
  h3 {
    font-size: 1.4em !important;
  }
  h4 {
    font-size: 1.2em !important;
  }
  .container {
    max-width: 100%;
  }
  /*header*/
  .header-container .header-row .header-column:nth-child(1) {
    width: 250px;
  }
  .header-container .header-row .header-column:nth-child(2) {
    width: calc(100% - 300px);
  }
  #header .header-logo {
    margin: 0.65rem 0;
    width: 250px;
  }
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-nav-bar .header-nav {
    min-height: 57px;
  }
  #header .header-nav-main nav {
    display: block !important;
  }
  #header .header-nav-main nav > ul > li a {
    border-radius: 0;
    white-space: normal;
    margin: 0 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown li.open > a {
    background: #bda26d !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu ul {
    background-color: #333;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu ul > .dropdown-submenu ul {
    background: #000 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu > a.dropdown-item:after {
    right: 7px !important;
  }
  #header .dropdown.open > .dropdown-menu, #header .dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -1px !important;
    border-radius: 0 !important;
  }
  #header .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
  }
  /*service_header*/
  .service_header .page_banner {
    margin-top: 76px;
  }
  /*share_icon*/
  .share_icon a {
    padding: 6px 0 !important;
  }
  .share_icon img {
    width: 30px;
  }
  /*header menu滑入上方出現線條*/
  .header-nav-line li {
    padding: 0 10px;
  }
  .header-nav-line li > a.dropdown-toggle {
    font-size: 0.65rem !important;
    padding: 14px 0 !important;
  }
  .header-nav-line li .dropdown-item {
    font-size: 1em !important;
    padding: 10px 0 !important;
  }
  .header-nav-line li a:before {
    top: -1px !important;
    width: 0 !important;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
    margin: 0 auto;
  }
  .header-nav-line li:hover > :before {
    width: 100% !important;
    background: #bda26d !important;
    opacity: 1 !important;
  }
  /*dropdown-mega menu*/
  .dropdown-mega {
    background: #fff !important;
  }
  .dropdown-mega > a {
    padding: 0 !important;
  }
  .dropdown-mega > .dropdown-item {
    font-weight: bold !important;
    text-transform: none !important;
  }
  .dropdown-mega .fa-search {
    padding-top: 2px;
  }
  .dropdown-mega .dropdown-menu {
    width: 100vw !important;
    margin-left: -12px !important;
    background: #efefef;
    max-height: calc(90vh - 190px);
    overflow-y: scroll;
  }
  .dropdown-mega .dropdown-menu a {
    font-size: 1em !important;
  }
  .dropdown-mega .dropdown-mega-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem 3.4rem !important;
  }
  .dropdown-mega .dropdown-mega-content .item {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
  .dropdown-mega .dropdown-mega-content .item:nth-child(6n+1) {
    clear: none;
  }
  .dropdown-mega .dropdown-mega-content .item:nth-child(4n+1) {
    clear: both;
  }
  .dropdown-mega .dropdown-mega-sub-title {
    color: #bda26d !important;
    font-size: 1em !important;
    float: left;
    padding: 10px 0;
  }
  .dropdown-mega .dropdown-mega-sub-title a {
    color: #bda26d !important;
    border-radius: 0;
    padding: 6px 0 !important;
    font-weight: bold !important;
  }
  .dropdown-mega .dropdown-mega-sub-title a:hover {
    color: #bd2328 !important;
  }
  .dropdown-mega:last-child:hover a::before {
    background: transparent !important;
  }
  .dropdown-mega:last-child:hover a i:before {
    background: transparent !important;
    color: #bda26d;
  }
  .dropdown-mega .dropdown-mega-sub-nav {
    float: left;
    width: 100%;
  }
  .dropdown-mega .dropdown-mega-sub-nav li {
    border-bottom: solid #ccc 1px;
  }
  .dropdown-mega .dropdown-mega-sub-nav li a {
    padding: 10px 0 !important;
  }
  .dropdown-mega .dropdown-mega-sub-nav li:hover a {
    background: transparent !important;
    color: #bd2328 !important;
  }
  /*index_link*/
  .index_link .quick {
    width: 100%;
  }
  .index_link .quick li {
    width: 24.25%;
    border-right: dotted rgba(255, 255, 255, 0.2) 3px;
    border-top: dotted rgba(255, 255, 255, 0.2) 3px;
  }
  .index_link .quick li img {
    margin-top: 5px;
  }
  .index_link .quick li:nth-child(1), .index_link .quick li:nth-child(2), .index_link .quick li:nth-child(3) {
    border-top: none;
    margin-top: 0;
  }
  .index_link .quick li:nth-child(4) {
    border-right: none;
    border-top: none;
    margin-top: 0;
  }
  .index_link .quick li:nth-child(4n+1) {
    clear: both;
  }
  .index_link .quick .title {
    margin-bottom: 5px;
  }
  .index_link .quick .index_login {
    position: relative;
    width: 22%;
    bottom: auto;
    padding: 10px;
    height: 200px;
  }
  .index_link .quick .index_login .title {
    font-size: 1.5rem;
  }
  .index_link.icon_9 {
    font-size: 0.65rem;
  }
  .index_link.icon_9 .container {
    padding: 0;
  }
  .index_link.icon_9 .quick {
    padding-right: 0;
  }
  .index_link.icon_9 .quick li {
    width: 10.5%;
    border-top: none;
    padding: 0 3px;
  }
  .index_link.icon_9 .quick li:nth-child(4n+1) {
    clear: none;
  }
  .index_link.icon_9 .quick li:nth-child(4) {
    border-right: dotted rgba(255, 255, 255, 0.2) 3px;
  }
  .index_link.icon_9 .quick li img {
    width: 50%;
  }
  /*index_news*/
  .index_news .nav .nav-link {
    font-size: 1em !important;
    padding: 6px 15px !important;
  }
  .index_news .tab-content {
    padding: 15px 3% 0 3% !important;
  }
  /*index_activity*/
  .index_activity .font {
    padding: 0 10px;
  }
  /*index_video*/
  .index_video .font {
    width: 100%;
  }
  .index_video .video {
    width: 100%;
  }
  /*main*/
  .main {
    padding-top: 125px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 200px;
    margin: 0;
  }
  .menu_left .sidebar_menu .sidebar.fixd_menu, .menu_right .sidebar_menu .sidebar.fixd_menu {
    position: fixed;
    top: 140px !important;
    width: 168px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 200px);
  }
  /*footer*/
  .footer {
    font-size: 0.9em;
    background: #fff;
  }
  .footer .menu {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .footer .contact {
    width: 100%;
  }
  .footer .contact ul {
    padding-left: 0;
  }
  /*copyright*/
  .copyright .container {
    font-size: 0.8em;
  }
  /*page_banner*/
  .page_banner {
    margin-top: 119px;
  }
  .service_banner {
    margin-top: 64px !important;
  }
  /*sidebar*/
  .sidebar .title {
    font-size: 1.25em;
  }
  .sidebar .nav-item .nav-link {
    padding: 5% 25px 5% 8%;
    font-size: 1em;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle {
    padding: 5% 25px 5% 8%;
  }
  .sidebar .nav-item .dropdown-menu > li a {
    padding: 5% 25px 5% 14%;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*sitemap*/
  .sitemap_list li {
    width: 25%;
  }
  .sitemap_list li:nth-child(5n+1) {
    clear: none;
  }
  .sitemap_list li:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.875em;
  }
  h3 {
    font-size: 1.65em;
  }
  h4 {
    font-size: 1.45em;
  }
  h5 {
    font-size: 1.35em;
  }
  h6 {
    font-size: 1.25em;
  }
  .container {
    max-width: 100% !important;
  }
  /*header*/
  .header-container .header-row .header-column:nth-child(1) {
    width: 400px;
  }
  .header-container .header-row .header-column:nth-child(2) {
    width: calc(100% - 450px);
  }
  /*header-logo*/
  #header .header-logo {
    margin: 0.65rem 0;
    width: 400px;
  }
  #header .header-logo img {
    width: 400px;
  }
  /*header-nav-top*/
  .header-nav-top {
    font-size: 1.125em;
  }
  /*header menu滑入上方出現線條*/
  .header-nav-line li {
    padding: 0 13px;
  }
  .header-nav-line li > a.dropdown-toggle {
    font-size: 0.8em !important;
    padding: 14px 0 !important;
  }
  .header-nav-line li .dropdown-item {
    padding: 10px 0 !important;
  }
  .header-nav-line li a:before {
    top: -1px !important;
    width: 0 !important;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
    margin: 0 auto;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*dropdown-mega menu*/
  .dropdown-mega .dropdown-mega-content .item {
    width: 16.6666666667%;
  }
  .dropdown-mega .dropdown-mega-content .item:nth-child(4n+1) {
    clear: none;
  }
  .dropdown-mega .dropdown-mega-content .item:nth-child(6n+1) {
    clear: both;
  }
  /*service_header*/
  .service_header .page_banner {
    margin-top: 109px;
  }
  /*index_link*/
  .index_link .quick {
    width: 100%;
  }
  .index_link .quick li {
    width: 12.125%;
    border-right: dotted rgba(255, 255, 255, 0.2) 3px !important;
    border-top: none;
  }
  .index_link .quick li img {
    margin-top: 5px;
  }
  .index_link .quick li:nth-child(4n+1) {
    clear: none;
  }
  .index_link .quick li:last-child {
    border-right: none !important;
  }
  .index_link .quick .title {
    margin-bottom: 5px;
  }
  .index_link .quick .index_login {
    position: relative;
    width: 22%;
    bottom: auto;
    padding: 10px;
    height: 200px;
  }
  .index_link .quick .index_login .title {
    font-size: 1.5rem;
  }
  .index_link .index_login .title {
    font-size: 1.7rem;
  }
  .index_link.icon_9 .quick li {
    width: 9.5%;
  }
  /*index_news*/
  .index_news .nav .nav-link {
    font-size: 1.25em !important;
    padding: 9px 20px !important;
  }
  .index_news .tab-content {
    padding: 15px 8% 0 8% !important;
  }
  /*index_activity*/
  .index_activity .font {
    padding: 0 25px;
  }
  /*index_video*/
  .index_video .font {
    width: 35%;
  }
  .index_video .video {
    width: 65%;
  }
  /*footer*/
  .footer {
    font-size: 1em;
  }
  .footer .menu {
    width: 30%;
    padding-right: 30px;
  }
  .footer .contact {
    width: 70%;
  }
  .footer .contact ul {
    padding-left: 30px;
  }
  /*copyright*/
  .copyright .container {
    font-size: 1em;
  }
  /*page_banner*/
  .page_banner {
    margin-top: 150px;
  }
  .service_banner {
    margin-top: 86px !important;
  }
  /*main*/
  .main {
    padding-top: 143px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 280px;
  }
  .menu_left .sidebar_menu .sidebar.fixd_menu, .menu_right .sidebar_menu .sidebar.fixd_menu {
    position: fixed;
    top: 140px !important;
    width: 244px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 280px);
  }
  /*sidebar*/
  .sidebar .title {
    font-size: 1.625em;
  }
  .sidebar .nav-item .nav-link {
    padding: 5% 25px 5% 8%;
    font-size: 1em;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle {
    padding: 5% 25px 5% 8%;
  }
  .sidebar .nav-item .dropdown-menu > li a {
    padding: 5% 25px 5% 14%;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*share_icon*/
  .share_icon img {
    width: 40px;
  }
  /*sitemap*/
  .sitemap_list li {
    width: 20%;
  }
  .sitemap_list li:nth-child(4n+1) {
    clear: none;
  }
  .sitemap_list li:nth-child(5n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  /*header menu滑入上方出現線條*/
  .header-nav-line li {
    padding: 0 12px;
  }
  .header-nav-line li > a.dropdown-item {
    font-size: 1.05em !important;
  }
  /*fat_footer*/
  .fat_footer .footer_list {
    width: 16.6666666667%;
  }
  .fat_footer .footer_list:nth-child(4n+1), .fat_footer .footer_list:nth-child(2n+1) {
    clear: none;
  }
  .fat_footer .footer_list:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*header*/
  .header-nav-line li {
    padding: 0 22px;
  }
  .header-nav-top .nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*dropdown-mega menu*/
  .dropdown-mega .dropdown-menu {
    margin-left: calc((1376px - 100vw) / 2) !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em !important;
  }
  h3 {
    font-size: 1.2em !important;
    margin-bottom: 10px;
  }
  h4, h5, h6 {
    font-size: 1.1em !important;
  }
  /*date*/
  .post-date {
    font-size: 0.7em;
    border: solid 5px;
    padding: 3px 5px 0 5px;
    width: 70px !important;
  }
  .post-date .month {
    padding-bottom: 0;
  }
  .badge {
    padding: 5px 12px;
    font-size: 0.9em;
  }
  /*header*/
  .header-nav-bar .container {
    height: 0;
  }
  #header {
    height: 50px !important;
  }
  #header .header-body {
    background-color: #fff !important;
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
  }
  #header .header-logo {
    width: auto;
    height: 50px !important;
    margin: 0 !important;
  }
  #header .header-logo img {
    width: auto;
    height: 50px !important;
  }
  #header .header-btn-collapse-nav {
    margin-left: 5px;
  }
  #header .header-container .header-row .header-column:nth-child(1) {
    width: 100px !important;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
    background: #bda26d;
    margin-top: 5px;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
  }
  .header-nav-main nav > ul > li > a {
    padding: 10px 15px;
    float: left;
    text-transform: none !important;
    width: 100%;
  }
  #header .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #header .header-nav-main nav > ul li a:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  #header .dropdown .dropdown-menu {
    background: #bda26d !important;
    margin-left: 0 !important;
  }
  #header .dropdown .dropdown-menu a {
    color: #fff;
    width: 100% !important;
    display: block;
  }
  #header .dropdown .dropdown-menu .dropdown-item {
    padding-left: 30px !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #333 !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 45px !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu {
    background: #000 !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 60px !important;
  }
  .sticky-header-active #header .header-row {
    height: 50px;
  }
  .sticky-header-active #header .header-row .header-logo img {
    margin-top: 7px;
  }
  .header-social-icons {
    padding: 5px 0 0 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    background: #fff;
  }
  .header-social-icons li {
    display: inline-block !important;
  }
  .header-social-icons li a {
    border-radius: 50% !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-social-icons li a i {
    padding: 0;
    font-size: 1.2em;
  }
  /*dropdown-mega*/
  .dropdown-mega .dropdown-toggle {
    color: #fff !important;
  }
  .dropdown-mega .dropdown-mega-content {
    background: #fff;
  }
  .dropdown-mega .dropdown-mega-sub-nav li {
    border: none !important;
  }
  .dropdown-mega .dropdown-mega-sub-nav a {
    color: #333 !important;
  }
  .dropdown-mega.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0.2);
  }
  /*nav-top*/
  .nav-top {
    background: #444 !important;
    padding: 0 !important;
  }
  .nav-top li {
    width: 100% !important;
    float: left !important;
    margin: 0;
    height: 38px;
    display: table !important;
  }
  .nav-top li a {
    width: 100%;
    display: block;
  }
  .nav-top select {
    margin: 3px;
    padding: 2px 5px !important;
    height: 30px;
  }
  .nav-top .lang {
    float: left;
    width: 100% !important;
  }
  .nav-top .lang .title {
    color: #fff;
    float: left;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
  }
  .nav-top .share_icon {
    text-align: center;
    width: 100%;
    float: left;
    padding: 2px;
  }
  .nav-top .share_icon a {
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 40px;
    margin: 0 5px;
  }
  .nav-top a i {
    font-size: 1.2em;
    width: 40px;
  }
  .header-nav-top {
    width: 0;
  }
  /*dropdown-mega*/
  .dropdown-mega .dropdown-mega-sub-title {
    margin-top: 0 !important;
    color: #bda26d !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    display: block;
    border-top: solid rgba(0, 0, 0, 0.1) 1px;
    border-radius: 0 !important;
    padding: 7px 15px !important;
    text-decoration: none;
  }
  .dropdown-mega .dropdown-mega-sub-title a {
    color: #bda26d !important;
  }
  .dropdown-mega-sub-nav {
    margin-left: 0 !important;
    background: #fff;
  }
  .dropdown-mega-sub-nav li {
    border-color: rgba(0, 0, 0, 0.1) !important;
  }
  .dropdown-mega-sub-nav li a {
    padding: 10px 15px 10px 32px !important;
  }
  /*index_link*/
  .index_link {
    padding: 15px 0;
  }
  .index_link .quick {
    width: 100%;
  }
  .index_link .quick li {
    width: 23.75%;
    border-right: none;
    border-top: none;
    padding: 0 5px;
  }
  .index_link .quick li img {
    margin-top: 5px;
    width: 50%;
    max-width: 50px;
  }
  .index_link .quick li:nth-child(1), .index_link .quick li:nth-child(2), .index_link .quick li:nth-child(3) {
    border-top: none;
    margin-top: 0;
  }
  .index_link .quick li:nth-child(4) {
    border-right: none;
    border-top: none;
    margin-top: 0;
  }
  .index_link .quick li:nth-child(4n+1) {
    clear: both;
  }
  .index_link .quick .title {
    margin-bottom: 5px;
    min-height: auto;
  }
  .index_link .quick .index_login {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    padding: 10px;
  }
  .index_link .quick .index_login .title {
    font-size: 1.2rem;
  }
  .index_link .quick .index_login .title br {
    display: none;
  }
  .index_link.icon_9 {
    font-size: 0.8em;
  }
  .index_link.icon_9 .container {
    padding: 0;
  }
  .index_link.icon_9 .quick {
    padding-right: 0;
  }
  .index_link.icon_9 .quick li {
    width: 22%;
    border-top: none;
    padding: 0 5px;
  }
  .index_link.icon_9 .quick li img {
    width: 40%;
  }
  /*index_news*/
  .index_news {
    background-size: 170%;
    padding: 30px 0;
  }
  .index_news .nav {
    margin: 15px 0 20px 0;
  }
  .index_news .nav .nav-link {
    font-size: 0.9em !important;
    padding: 6px 10px !important;
  }
  .index_news .tab-content {
    padding: 10px 2% 0 2% !important;
  }
  .index_news .tab-content .tab-pane {
    border-top: solid #eee 4px;
  }
  .index_news .tab-content ul a {
    font-size: 1em;
    padding: 15px 10px;
    text-align: left;
  }
  .index_news .tab-content .date {
    width: 100px;
  }
  /*index_activity*/
  .index_activity .container {
    padding: 0 20px;
  }
  .index_activity ul {
    text-align: center;
  }
  .index_activity ul li {
    float: none;
    width: 49.5%;
    display: inline-block;
  }
  .index_activity .font {
    padding: 0 15px;
  }
  .index_activity .font .date {
    font-size: 0.85em;
    padding: 4px 5px;
    width: 90px;
    margin-top: -15px;
  }
  .index_activity .font .title {
    font-size: 1em;
    padding: 28px 15px 15px 15px;
    margin-top: -16px;
    text-align: left;
  }
  /*index_video*/
  .index_video {
    padding: 50px 0;
  }
  .index_video .font, .index_video .video {
    width: 100%;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .sidebar_menu {
    display: none;
  }
  /*page_con*/
  .page_con .container {
    padding: 0 15px;
  }
  /*main_con*/
  .main_con {
    width: 100% !important;
    padding: 0 20px !important;
    background-size: 200%;
  }
  .main_con h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /*fat_footer*/
  .fat_footer .footer_list {
    width: 50%;
    padding: 5px 10px 25px 10px;
  }
  .fat_footer .footer_list:nth-child(6n+1), .fat_footer .footer_list:nth-child(4n+1) {
    clear: none;
  }
  .fat_footer .footer_list:nth-child(2n+1) {
    clear: both;
  }
  /*footer*/
  .footer {
    font-size: 0.9em;
    padding: 20px 0;
  }
  .footer .menu {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer .menu ul li {
    margin: 0px 3px 0 0;
  }
  .footer .contact {
    width: 100%;
  }
  .footer .contact ul {
    padding-left: 0;
  }
  .footer .footer_logo {
    width: 200px;
    display: none;
  }
  /*copyright*/
  .copyright {
    font-size: 0.7em;
    line-height: 170%;
  }
  .copyright .container {
    font-size: 0.8em;
  }
  .copyright .contact {
    width: 100%;
  }
  /*page_banner*/
  .page_banner, .service_banner {
    margin-top: 51px !important;
  }
  /*page_top*/
  .page_top {
    padding: 10px 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  /*page_share*/
  .page_share {
    width: 100%;
  }
  .page_share img {
    width: 27px;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*breadcrumb*/
  .breadcrumb {
    font-size: 0.6em;
    width: 100%;
  }
  .breadcrumb > span + span:before {
    padding: 3px 4px;
  }
  /*news_list*/
  .news_list .item .img {
    padding: 35px 0 0 5%;
  }
  /*sitemap*/
  .sitemap_list li {
    width: 33.3333333333%;
  }
  .sitemap_list li:nth-child(5n+1), .sitemap_list li:nth-child(4n+1) {
    clear: none;
  }
  .sitemap_list li:nth-child(3n+1) {
    clear: both;
  }
  /*event*/
  .event_list .item {
    margin-bottom: 30px;
  }
  .event_list .item:before {
    left: 84px;
    display: none;
  }
  .event_list .year {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #bda26d;
  }
  .event_list .year:after {
    display: none;
  }
  .event_list ul {
    margin: 0;
    width: 100% !important;
  }
  /*service*/
  .service_list li {
    width: 33.3333333333%;
  }
  .service_list li:nth-child(5n+1) {
    clear: none;
  }
  .service_list li:nth-child(3n+1) {
    clear: both;
  }
  .service_list li a {
    padding: 15px 5px;
    font-size: 0.95em;
  }
  .service_list li a i {
    font-size: 1.5em;
  }
  /*floatbar*/
  #floatbar {
    top: 130px;
  }
  #floatbar ul {
    white-space: nowrap;
    overflow-x: scroll;
  }
  #floatbar.fixd_menu {
    position: fixed;
    top: 50px !important;
  }
  #float_01 {
    padding-top: 70px !important;
  }
  [id^=float_0] {
    padding-top: 20px;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*cookie*/
  .cookie_con {
    font-size: 0.9em;
    padding: 10px 0;
  }
  .cookie_con .font, .cookie_con .btn_box {
    width: 100%;
  }
  .cookie_con .btn_01 {
    margin-top: 5px;
  }
  /*index_link*/
  .index_link .quick li a {
    font-size: 0.6rem;
  }
  .index_link .index_login {
    padding: 5px;
  }
  .index_link .icon_9 .quick li {
    width: 20%;
    padding: 0 3px;
  }
  .index_link .icon_9 .quick li img {
    width: 40%;
    margin-bottom: 3px;
  }
  /*index_news*/
  .index_news .nav > li > a {
    font-size: 0.7em;
    padding: 5px 3px;
  }
  .index_news .tab-content .date {
    display: block;
    width: 100%;
  }
  /*index_activity*/
  .index_activity {
    padding: 40px 0;
  }
  .index_activity ul li {
    width: 99%;
  }
  /*footer*/
  .footer {
    font-size: 0.75em;
  }
  .footer .container {
    padding-right: 0 !important;
  }
  .footer .contact ul li .img {
    width: 40px !important;
  }
  /*copyright*/
  .footer .contact ul li .font .con_font span:first-child {
    padding-right: 5px;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*sitemap*/
  .sitemap_list li {
    width: 50%;
  }
  .sitemap_list li:nth-child(5n+1), .sitemap_list li:nth-child(4n+1), .sitemap_list li:nth-child(3n+1) {
    clear: none;
  }
  .sitemap_list li:nth-child(2n+1) {
    clear: both;
  }
  /*service*/
  .service_list li a {
    padding: 15px 5px;
    font-size: 0.8em;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
  line-height: 150%;
  float: left;
  width: 100%;
}

h3 {
  color: #bda26d;
  font-size: 1.55em;
  font-weight: bold;
  margin-bottom: 15px;
}

h4 {
  font-weight: bold;
  color: #fff;
  padding: 8px 15px;
  border-left: solid #e1e1e1 5px;
  font-size: 1.45em;
  margin-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: linear-gradient(60deg, transparent 250px, #f5f5f5 0), linear-gradient(-120deg, transparent 20px, #bda26d 0);
}

h4 a {
  color: #fff !important;
}

h5 {
  font-size: 1.35em;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
  padding: 9px 10px 9px 15px;
  border-left: solid #bda26d 5px;
  margin-bottom: 10px;
}

h6 {
  font-size: 1.25em;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto !important;
}

.font-xlarge {
  font-size: 140% !important;
}

.font-large {
  font-size: 120% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-small {
  font-size: 80% !important;
}

.font-xsmall {
  font-size: 60% !important;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

.w-1200 {
  max-width: 1200px;
}

.w-1000 {
  max-width: 1000px;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-100px {
  max-width: 100px;
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.input-xlarge {
  width: 420px !important;
}

.input-large {
  width: 320px !important;
}

.input-medium {
  width: 240px !important;
}

.input-small {
  width: 145px !important;
}

.input-xsmall {
  width: 80px !important;
}

.float_left, .float-left {
  float: left;
}

.float_right, .float-right {
  float: right;
}

.text_center, .text-center {
  text-align: center;
}

.text_right, .text-right {
  text-align: right !important;
}

.text_left, .text-left {
  text-align: left !important;
}

.red {
  color: #900 !important;
}

.white, a.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

.blue_01 {
  color: #3e76b6 !important;
}

.blue_02 {
  color: #003f86 !important;
}

.green_01 {
  color: #588216 !important;
}

.green_02 {
  color: #00693E !important;
}

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #fff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

.bg_blue_01 {
  background: #3e76b6 !important;
}

.bg_blue_02 {
  background: #003f86 !important;
}

.bg_green_01 {
  background: #588216 !important;
}

.bg_green_02 {
  background: #00693E !important;
}

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

.required {
  color: #900;
  font-size: 0.9em;
  line-height: 140%;
  padding: 3px 0;
}

.img_padding {
  padding: 10px;
}

.img_padding[align=left] {
  padding: 0 30px 30px 0;
}

.img_padding[align=right] {
  padding: 0 0 30px 30px;
}

.img_pic {
  border: solid #ddd 1px;
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
}

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

blockquote {
  float: left;
}

.blockquote_font {
  max-width: 96%;
  margin: 30px auto;
  color: #333;
  border-left: 6px solid #2b50a8;
  padding-left: 1.5em;
}

.align-m {
  vertical-align: middle !important;
}

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead th {
  background: #999 !important;
  color: #fff !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody th {
  background: #f9f9f9;
  font-weight: 400;
  vertical-align: middle !important;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
  vertical-align: middle !important;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle !important;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  color: #666;
}
.table.table-bordered {
  border: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: #f5f5f5;
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover {
  --bs-table-accent-bg:auto!important;
}
.table.table-hover tbody tr:hover > td {
  background: rgba(135, 116, 28, 0.1) !important;
  --bs-table-hover-bg:auto!important;
}
.table.table-hover tbody tr:hover a {
  color: #bda26d;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  color: #bd2328 !important;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 850px;
}

@media (max-width: 480px) {
  .table.m_100 > .table-row {
    display: block;
    width: 100%;
  }
  .table.m_100 > .table-row > .table-cell {
    display: block;
    width: 100%;
  }
  .table.m_100 .text-right {
    text-align: left !important;
  }
}
/*page_info*/
.page_info .table-row {
  display: table-row;
}
.page_info .table-row .table-cell:first-child {
  font-weight: bold;
}
.page_info .table-row .table-cell:first-child:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}
.page_info .table-row .table-cell {
  display: table-cell;
  padding: 5px;
  border-bottom: solid #ddd 1px;
}

@media (max-width: 480px) {
  .page_info .table-row .table-cell:first-child {
    border-bottom: none;
    width: 100% !important;
    padding: 0 5px;
  }
  .page_info .table-row .table-cell:nth-child(2) {
    padding: 5px 5px 5px 20px;
  }
  .page_info.m_100 > .table-row {
    margin-bottom: 10px;
  }
}
/*縮排*/
.paddingleft22 {
  padding-left: 22px;
}

.textindent22 {
  text-indent: -22px;
}

.text_indent {
  text-indent: 2em;
}

/*edit_con*/
.edit_con {
  float: left;
  width: 100%;
  line-height: 170% !important;
  text-align: justify;
}
.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
  text-align: left;
}
.edit_con a {
  color: #bda26d !important;
  /*text-decoration:underline;*/
}
.edit_con a:hover {
  color: #bd2328 !important;
}
.edit_con .white, .edit_con a.white {
  color: #fff !important;
}
.edit_con .btn_01 {
  color: #fff !important;
  margin: 5px 0;
  display: inline-block;
}
.edit_con .btn_01:hover {
  color: #fff !important;
}
.edit_con h3, .edit_con nav {
  float: left;
  width: 100%;
}

.table > :not(caption) > * > * {
  color: #333;
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
}

.ol_02 {
  list-style-type: upper-latin; /*A, B, C*/
}

.ol_03 {
  list-style-type: lower-alpha; /*a, b, c*/
}

.ol_04 {
  list-style-type: decimal; /*1,2,3*/
}

.ul_01 {
  list-style-type: square; /*實心方塊*/
}

.ul_02 {
  list-style-type: disc; /*實心圓*/
}

.ul_none, .ol_none {
  list-style: none;
  padding-left: 0;
}

.ul_w50 {
  float: left;
  width: 100%;
}
.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

.ul_line {
  list-style: none;
}
.ul_line li:before {
  content: "-";
  display: inline-block;
  color: #e4c916;
  padding-right: 10px;
  font-weight: bold;
  margin-left: -16px;
}

@media (max-width: 767px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero; /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}
.anchor_list li {
  float: left;
}
.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}
.anchor_list a.active {
  background: #bda26d;
  color: #fff !important;
  border: solid #bda26d 1px;
}

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤 bs3*/
.tabs {
  float: left;
  width: 100%;
}
.tabs .nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}
.tabs .nav-tabs button {
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  line-height: 170%;
}
.tabs .nav-tabs button:hover {
  color: #bd2328 !important;
}
.tabs .nav-tabs button.active, .tabs .nav-tabs button.active:focus, .tabs .nav-tabs button.active:hover {
  background-color: #bda26d;
  color: #333 !important;
  border: 1px solid #bda26d;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 170%;
}
.tabs .nav-tabs li a:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs li.active a, .tabs .nav-tabs li.active a:focus, .tabs .nav-tabs li.active a:hover {
  background-color: #bda26d;
  color: #fff !important;
  border: 1px solid #bda26d !important;
}
.tabs .tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 0;
}

/*頁籤 bs5*/
.nav-tabs {
  border: none;
  z-index: 99;
  position: relative;
  margin-bottom: 15px;
}
.nav-tabs .nav-link {
  font-size: 1em;
  margin: 0 8px 0 0 !important;
  padding: 5px 15px !important;
  border-radius: 5px !important;
  border: solid #ccc 1px;
  color: #666;
}
.nav-tabs .nav-link.active {
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
  background: #bda26d !important;
  border-color: #bda26d;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #333;
  background: #eee;
  transition: all 0.5s;
}

.tab-content {
  border: none;
  padding: 15px 0;
  box-shadow: none;
  background-color: transparent;
}

/*併排*/
[class^=list_0] .title, .list_img .title, .list_font .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  [class^=list_0] .title, .list_img .title, .list_font .title, .list_icon_img .title {
    font-size: 1.1em;
  }
}
/*併排5*/
.list_05 {
  float: left;
  width: 100%;
}
.list_05 > .item {
  float: left;
  width: 17%;
  margin: 1.5%;
  vertical-align: top;
  line-height: 150%;
}
.list_05 > .item img {
  margin-bottom: 5px;
}
.list_05 > .item:nth-child(5n+1) {
  clear: both;
}
.list_05.nomargin > .item {
  margin: 0;
  width: 20%;
}

@media (max-width: 767px) {
  .list_05 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_05 > .item:nth-child(5n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_05 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_05 > .item:nth-child(5n+1), .list_05 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_05 > .item img {
    width: 100%;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4*/
.list_04 {
  float: left;
  width: 100%;
}
.list_04 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}
.list_04 > .item img {
  margin-bottom: 5px;
}
.list_04 > .item:nth-child(4n+1) {
  clear: both;
}
.list_04.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_04 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_04 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04 > .item:nth-child(4n+1), .list_04 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04 > .item img {
    width: 100%;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4-2*/
.list_04-2 {
  float: left;
  width: 100%;
}
.list_04-2 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}
.list_04-2 > .item img {
  margin-bottom: 5px;
}
.list_04-2 > .item:nth-child(4n+1) {
  clear: both;
}
.list_04-2.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 767px) {
  .list_04-2 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04-2 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04-2 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_04-2 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_04-2 > .item:nth-child(even) {
    margin: -1% 5% 5% 5%;
  }
  .list_04-2 > .item img {
    margin-bottom: 0;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3*/
.list_03 {
  float: left;
  width: 100%;
}
.list_03 > .item {
  float: left;
  width: 29.3%;
  margin: 2%;
}
.list_03 > .item img {
  margin-bottom: 5px;
}
.list_03 > .item:nth-child(3n+1) {
  clear: both;
}
.list_03.nomargin > .item {
  margin: 0;
  width: 33.3%;
}

@media (max-width: 767px) {
  .list_03 > .item {
    width: 46%;
  }
  .list_03 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_03 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_03 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_03 > .item img {
    width: 100%;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排2*/
.list_02 {
  float: left;
  width: 100%;
}
.list_02 > .item {
  float: left;
  width: 44%;
  margin: 3%;
}
.list_02 > .item img {
  margin-bottom: 5px;
}
.list_02 > .item:nth-child(2n+1) {
  clear: both;
}
.list_02.nomargin > .item {
  margin: 0;
  width: 50%;
}

@media (max-width: 767px) {
  .list_02 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_02.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排1+3*/
.list_img {
  float: left;
  width: 100%;
}
.list_img > .item:nth-child(2n-1) {
  float: left;
  width: 20%;
  margin: 2.5%;
}
.list_img > .item:nth-child(2n) {
  float: left;
  width: 70%;
  margin: 2.5%;
}
.list_img > .item:nth-child(2n+1) {
  clear: both;
}
.list_img > .item img {
  margin-bottom: 5px;
}
.list_img.nomargin > .item {
  margin: 0;
}
.list_img.nomargin > .item:nth-child(2n-1) {
  width: 25%;
}
.list_img.nomargin > .item:nth-child(2n) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_img > .item {
    width: 95% !important;
  }
  .list_img.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3+1*/
.list_font {
  float: left;
  width: 100%;
}
.list_font > .item:nth-child(2n) {
  float: left;
  width: 20%;
  margin: 2.5%;
}
.list_font > .item:nth-child(2n-1) {
  float: left;
  width: 70%;
  margin: 2.5%;
}
.list_font > .item:nth-child(2n+1) {
  clear: both;
}
.list_font > .item img {
  margin-bottom: 5px;
}
.list_font.nomargin > .item {
  margin: 0;
}
.list_font.nomargin > .item:nth-child(2n) {
  width: 25%;
}
.list_font.nomargin > .item:nth-child(2n-1) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_font > .item {
    width: 95% !important;
  }
  .list_font.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*youtube影片*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
  *:before,
  *:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  color: #333;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  color: #333;
}
.rwd-table.table-hover tr:hover td:before {
  color: #fff;
}
.rwd-table.table-bordered > tbody > tr > td {
  border-top: none;
  border-left: none;
  line-height: 150%;
}

@media (min-width: 769px) {
  /*rwd table*/
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 769px) {
  /*rwd table*/
  .rwd-table.table {
    border: none;
  }
  .rwd-table tbody tr {
    display: table;
    width: calc(100% - 2px);
    border: solid #ddd 1px;
  }
  .rwd-table tbody tr td {
    display: table-row;
  }
  .rwd-table tbody tr td:before {
    display: table-cell;
    padding: 8px;
    text-align: right;
  }
  .rwd-table tr {
    margin-bottom: 20px;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */