@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: #BF2E2F !important;
}

.color_02 {
  color: #5f5d5d !important;
}

.bg_01 {
  background: #BF2E2F !important;
}

.bg_02 {
  background: #5f5d5d !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體", "open-sans", Times New Roman, sans-serif;
  color: #616161;
  background: #fff;
  font-size: 1em;
  position: relative;
}

p {
  margin-bottom: 2em !important;
  letter-spacing: 0.05em;
}

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

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

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

h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
  color: #900;
  letter-spacing: 0.05em;
}

h3, .h3 {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #900;
}

h4 {
  font-family: LiSong;
  color: #5f5d5d;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: #BF2E2F;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h6 {
  font-size: 1.1em;
}

.title_font {
  font-size: 1.25em;
  text-transform: none;
}

li {
  line-height: 170%;
}

.btn {
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
}

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

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

.btn_more {
  color: #BF2E2F;
  float: left;
}
.btn_more:hover {
  color: #900;
}

.btn_delete {
  background-color: transparent;
  padding: 9.2px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #900;
}
.btn_delete:hover, .btn_delete:focus {
  background: #c00;
  color: #fff !important;
}

.btn_add {
  background: #588216;
  color: #fff !important;
  padding: 6.8px 20px;
}
.btn_add:hover {
  background: #00693E;
}
.btn_add:before {
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding: 0 5px 0 0;
}

.btn_edit {
  background: #3e76b6;
  color: #fff !important;
  padding: 6.8px 20px;
}
.btn_edit:hover {
  background: #003f86;
}
.btn_edit:before {
  content: "\f044";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding: 0 5px 0 0;
}

.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: #BF2E2F;
}
.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: 4.5px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: #ccc;
  border-radius: 8px;
}
.form-control.form-select {
  padding: 4.5px 35px 4.5px 8px;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333 !important;
}

input::placeholder, textarea::placeholder {
  color: #333 !important;
}

.date {
  color: #5f5d5d;
}

.type {
  font-size: 0.8em;
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 20px;
  padding: 0 15px;
  margin-left: 5px;
}

.author {
  font-size: 0.8em;
  display: inline-block;
  color: #999;
  border: none;
}
.author::before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
  color: #BF2E2F;
}

/*文字選取變色*/
::-moz-selection {
  background: #3367D1;
  color: #fff;
}
::selection {
  background: #3367D1;
  color: #fff;
}

::-moz-selection {
  background: #3367D1;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*header_top*/
.header_top {
  float: left;
  width: 100%;
  background: #900;
  padding: 6px 0;
}
.header_top .left {
  float: left;
  width: calc(100% - 115px);
}
.header_top .left .time {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 22px;
}
.header_top .left .time:before {
  content: "\f017";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  font-size: 0.9em;
  position: absolute;
  left: 0;
}
.header_top .left .tel {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 22px;
}
.header_top .left .tel:before {
  content: "\f58f";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.header_top .right {
  float: right;
  width: 115px;
  text-align: right;
}
.header_top .right a {
  padding: 5px 10px;
}
.header_top .right a i {
  color: #fff;
}
.header_top .right a:hover i {
  color: #EAAB07;
}

/*header*/
#header {
  height: auto !important;
  position: fixed;
  width: 100%;
}
#header .header-body {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0 1px 8px rgba(51, 51, 51, 0.08) !important;
}
#header .header-container {
  height: auto !important;
}
#header .header-nav-features {
  padding-top: 10px;
  margin-left: 0;
  margin-right: 10px;
}
#header .header-nav-features::before {
  display: none;
}
#header .header-nav-features .fa-search {
  font-size: 1.4em;
  color: #5f5d5d;
}
#header .header-nav-features .fa-search:hover {
  color: #BF2E2F;
}
#header .header-nav-features .header-nav-features-dropdown {
  background: transparent;
  box-shadow: none;
  padding: 15px 0;
}
#header .header-nav-features .header-nav-features-dropdown .simple-search {
  border: solid #eee 1px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}
#header .header-nav-features .header-nav-features-dropdown .simple-search input {
  border: none;
  background: transparent;
  padding-left: 20px;
}
#header .header-nav-features .header-nav-features-dropdown .btn {
  border: none;
  border-radius: 0;
  padding: 12px 25px 7px 25px;
}

/*header-nav-main*/
.header-nav-main .nav > li {
  padding: 0 15px;
}
.header-nav-main .nav > li > a {
  padding: 0 !important;
  font-weight: 400 !important;
  margin: 1px 0 -3px 0 !important;
}
.header-nav-main .nav > li a {
  padding: 10px 18px;
  font-size: 1em !important;
  text-transform: none !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu {
  background: #BF2E2F;
  padding: 0 !important;
  border: none !important;
  margin-top: -1px !important;
  color: #fff;
  min-width: 160px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li {
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li:hover > a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li.open > a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu a {
  padding: 8px 18px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-submenu .dropdown-menu {
  background: #5f5d5d;
}
.header-nav-main .nav > li.dropdown .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #666 !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
  background-color: #BF2E2F;
}

/*header menu滑入上方出現線條*/
#header .header-nav-main nav > ul > li:before, #header .header-nav-main nav > ul > li:focus {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: #BF2E2F;
  transition: width 0.5s ease, background-color 0.5s ease;
}

#header .header-nav-main nav > ul > li:hover:before, #header .header-nav-main nav > ul > li:hover:focus {
  width: 100%;
}

/*Modal*/
.modal-header .modal-title {
  font-size: 1.4em;
  font-family: LiSong;
  color: #000;
}
.modal-header .btn-close {
  font-size: 0.6em;
}

/*index_banner*/
.index_banner {
  float: left;
  width: 100%;
  position: relative;
}
.index_banner img {
  width: 100%;
}

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
  position: relative;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-prev {
  opacity: 0 !important;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-active, .swiper.btn_left_right .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-next, .swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.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 {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 1.9em;
  color: rgba(0, 0, 0, 0.2);
}
.swiper .cricle_btn:hover:after {
  color: #BF2E2F;
}
.swiper .cricle_btn.swiper-button-prev:after {
  content: "\f137";
}
.swiper .cricle_btn.swiper-button-next:after {
  content: "\f138";
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgb(255, 255, 255);
  padding: 15px 16px;
  font-size: 1.2em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .cricle_btn.white_btn:hover:after {
  background-color: #BF2E2F;
  color: #fff !important;
}
.swiper .swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
}
.swiper .swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f060";
}
.swiper .swiper-button-prev {
  margin-left: 0px;
}
.swiper .swiper-button-next {
  margin-right: 0px;
}
.swiper [class^=swiper-button-] {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
  color: #BF2E2F;
  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 .opacity_1 {
  opacity: 1 !important;
}
.swiper.btn_bottom_center {
  position: relative;
  width: 100%;
  padding-bottom: 150px !important;
}
.swiper.btn_bottom_center .button_box {
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -80px;
}
.swiper.btn_bottom_center .button_box .swiper-button-prev {
  position: relative;
  margin-right: 30px;
  display: block;
}
.swiper.btn_bottom_center .button_box .swiper-button-next {
  position: relative;
  margin-left: 30px;
  display: block;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.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: #BF2E2F;
}
.swiper.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper.swiper_yt {
  width: 100% !important;
  padding: 50px 50px 250px 50px;
}
.swiper.swiper_yt .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 450px;
}
.swiper.swiper_yt .swiper-slide iframe {
  width: 100%;
  height: 450px;
}
.swiper.swiper_yt .swiper-slide .embed-responsive {
  position: initial;
}

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

.banner_01 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

/*index_title*/
.index_title_b {
  font-family: Impact;
  font-size: 6em;
  color: rgba(0, 0, 0, 0.05);
}

.index_title {
  font-size: 2em;
  font-weight: bold;
  color: #900;
  margin-top: 10px;
}

.index_title_s {
  font-size: 0.875em;
}

/*index_about*/
.index_about {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index_about:before {
  content: "";
  position: absolute;
  background: url(../img/customer/bg_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 750px;
  height: 750px;
  top: 10%;
  left: -25%;
  animation: rotateZ 8s linear infinite;
  z-index: 2;
}
.index_about .left {
  float: left;
  width: 45%;
  position: relative;
  z-index: 3;
}
.index_about .left .box {
  float: right;
  width: 100%;
}
.index_about .left .box .con_font {
  padding: 30px 0;
}
.index_about .right {
  float: left;
  width: 55%;
  background: url(../img/customer/index_about_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 120%;
  padding-bottom: 500em;
  margin-bottom: -500em;
  position: relative;
}
.index_about .right:before {
  content: "";
  display: block;
  width: 300px;
  height: 200vh;
  background: #fff;
  transform: skew(-10deg);
  position: absolute;
  left: -280px;
  z-index: 1;
}
.index_about .right .box {
  float: left;
  width: 100%;
  max-width: 700px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.index_about .right .box .item {
  float: left;
  width: 50%;
  text-align: center;
  color: #fff;
  line-height: 150%;
  padding: 10%;
}
.index_about .right .box .item .quantity {
  font-family: Impact;
  font-size: 4em;
}
.index_about .right .box .item .title_font {
  padding: 5px 0;
}

/*index_service*/
.index_service {
  float: left;
  width: 100%;
  background-color: #1c1819;
  overflow: hidden;
}
.index_service .left {
  float: left;
  width: 65%;
  padding: 100px 0;
  position: relative;
}
.index_service .left:before {
  content: "";
  display: block;
  width: 300px;
  height: 300vh;
  background: #1c1819;
  transform: skew(-10deg);
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 1;
}
.index_service .left .box {
  float: right;
  width: 100%;
  max-width: 850px;
  position: relative;
  z-index: 2;
}
.index_service .left .box .index_title {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.index_service .left .box .index_title:before {
  content: "";
  background: #BF2E2F;
  width: 80px;
  height: 160px;
  position: absolute;
  transform: skew(-10deg);
  z-index: -1;
  top: -117px;
  left: -15px;
}
.index_service .left .box .index_title_s {
  display: inline-block;
  color: #fff;
}
.index_service .left .box .font {
  padding: 20px 0;
  color: #fff;
}
.index_service .left .box .list {
  text-align: center;
  width: 100%;
  vertical-align: top;
}
.index_service .left .box .list .item {
  display: inline-block;
  margin: 2%;
  background: #fff;
  border-radius: 20px 20px 20px 0;
  padding: 30px;
  vertical-align: top;
  text-align: left;
}
.index_service .left .box .list .item .icon {
  width: 90px;
  height: 90px;
  background: #045E7D;
  border-radius: 50%;
  padding: 25px;
}
.index_service .left .box .list .item .icon img {
  vertical-align: top;
}
.index_service .left .box .list .item .title {
  font-size: 1.75em;
  font-weight: bold;
  color: #045E7D;
  padding: 15px 0;
}
.index_service .left .box .list .item:nth-child(1) .icon {
  background: #045E7D;
}
.index_service .left .box .list .item:nth-child(1) .title {
  color: #045E7D;
}
.index_service .left .box .list .item:nth-child(2) .icon {
  background: #BF2E2F;
}
.index_service .left .box .list .item:nth-child(2) .title {
  color: #BF2E2F;
}
.index_service .left .box .list .item:nth-child(3) .icon {
  background: #5f5d5d;
}
.index_service .left .box .list .item:nth-child(3) .title {
  color: #5f5d5d;
}
.index_service .right {
  float: left;
  width: 35%;
  background: url(../img/customer/index_srevice_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 130%;
  padding-bottom: 500em;
  margin-bottom: -500em;
  position: relative;
}

/*index_customer*/
.index_customer {
  float: left;
  width: 100%;
  padding: 45px 5%;
}
.index_customer .title_box {
  float: left;
  width: 190px;
  text-align: right;
  padding-right: 30px;
}
.index_customer .title_box .index_title_s {
  padding: 10px 0 0 0;
}
.index_customer .list {
  float: left;
  width: calc(100% - 190px);
}
.index_customer .list a {
  text-align: center;
  padding: 20px;
}
.index_customer .list a img {
  width: 100%;
  max-height: 45px;
  background-repeat: no-repeat !important;
}

/*index_contact*/
.index_contact {
  float: left;
  width: 100%;
  background: url(../img/customer/index_contact_bg.jpg);
  background-size: cover;
  background-position: center top;
  padding: 0 8%;
}
.index_contact .left {
  float: left;
  width: 50%;
  background: rgba(191, 46, 47, 0.8);
  padding: 8% 5%;
  color: #fff;
}
.index_contact .left .title {
  font-size: 1.75em;
  font-weight: bold;
  padding-bottom: 20px;
}
.index_contact .left .tel {
  font-size: 2.25em;
  font-family: Impact;
  padding: 20px 0;
}
.index_contact .left .mail {
  padding: 2px 0 2px 20px;
  position: relative;
}
.index_contact .left .mail:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  font-size: 0.8em;
  position: absolute;
  left: 0;
}
.index_contact .left .add {
  padding: 3px 0 3px 20px;
  position: relative;
}
.index_contact .left .add:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  left: 0;
}
.index_contact .left .map {
  padding-top: 30px;
}
.index_contact .right {
  float: left;
  width: 50%;
  padding: 8%;
}
.index_contact .right .font {
  text-shadow: 0 1px 3px rgb(255, 255, 255);
  color: #000;
}
.index_contact .right .form_box {
  margin: 20px 0 -10px 0;
  padding: 0;
}
.index_contact .right .form_box .form_group {
  border-bottom: none;
  margin: 0;
  padding: 2px 0;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  background-color: #1c1819;
  padding: 30px 0;
  margin: 0;
  color: #fff;
}
#footer .container {
  width: 100%;
  padding: 0 5%;
}
#footer .logo {
  float: left;
  width: 230px;
  padding: 0 50px 0 0;
}
#footer .logo img {
  padding-top: 10px;
}
#footer .font {
  float: left;
  width: calc(100% - 230px);
}
#footer .font span {
  white-space: nowrap;
  padding-right: 30px;
}

/*scroll-to-top*/
.scroll-to-top {
  border-radius: 4px 4px 0 0 !important;
}

/*page_con*/
.page_con {
  float: left;
  width: 100%;
  min-height: 700px;
  padding: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}
.page_con .container {
  padding: 30px 30px;
  position: relative;
  display: table;
}
.page_con h2 {
  color: #424242;
  text-align: center;
  padding-top: 2%;
}
.page_con h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #BF2E2F;
  margin: 10px auto 0 auto;
}
.page_con.bg_circle:before {
  content: "";
  position: absolute;
  background: url(../img/customer/bg_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 750px;
  height: 750px;
  top: 10%;
  right: -30%;
  animation: rotateZ 12s linear infinite;
  z-index: -2;
}
.page_con.bg_circle:after {
  content: "";
  position: absolute;
  background: url(../img/customer/bg_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 750px;
  height: 750px;
  top: 1400px;
  left: -30%;
  animation: rotateZ 12s linear infinite;
  z-index: -2;
}
.page_con .anchor_list {
  margin: 30px 0;
}

/*main_con*/
.main_con {
  float: left;
  width: 100%;
  padding: 50px 30px !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*/
.main {
  padding-top: 134px;
}
.main > .container {
  padding: 0 25px;
}
.main .row > div {
  padding: 0 1em;
}

.menu_left .sidebar_menu {
  width: 220px;
}
.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 .main_con {
  width: calc(100% - 220px);
}
.menu_right > div:nth-child(1) {
  display: none;
}

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

/*page_banner*/
.page_banner {
  float: left;
  width: 100%;
  background: url(../img/customer/page_banner.jpg);
  background-size: cover;
  background-position: top cneter;
}
.page_banner h2 {
  padding: 50px 5%;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0 1px 3px rgb(255, 255, 255);
}

/*page_share*/
.page_share {
  float: left;
  width: 140px;
}
.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: 40px;
}

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0;
  margin-bottom: 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: -5px 0 0 0;
  vertical-align: top;
  background: #666;
  color: #fff;
  vertical-align: top;
  padding: 7px 25px;
}
.page_search .btn:hover, .page_search .btn:focus {
  background: #BF2E2F;
}
.page_search :has(.btn) {
  padding: 10px 0 0 0;
}
.page_search .title {
  display: inline-block;
  padding: 6px 3px 0 0;
}
.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;
}

select.form-control {
  padding: 2.2px 35px 2.2px 8px;
}

/*page_bottom*/
.page_bottom {
  float: left;
  width: 100%;
  padding: 30px 0 10px 0;
}
.page_bottom .list {
  float: left;
  width: 100%;
}
.page_bottom .list a {
  float: left;
  width: calc(100% - 20px);
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin: 0 0 3px 20px;
  position: relative;
  border-radius: 10px;
  color: #333;
}
.page_bottom .list a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
}
.page_bottom .list a:hover {
  background: #FCF1F1;
  color: #900;
}
.page_bottom .link a:before {
  background: url(../img/icon_link.png);
  background-size: 30px;
}
.page_bottom .download a:before {
  background: url(../img/icon_download.png);
  background-size: 30px;
}

/*page_number*/
#page_number {
  padding-top: 20px;
}
#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: #BF2E2F;
  color: #fff;
}
#page_number select {
  margin: 1px 2px;
  padding: 4px 35px 4px 8px;
  height: 36px;
}

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

/*about_box*/
.about_box {
  float: left;
  width: 100%;
}
.about_box .img {
  float: left;
  width: 50%;
  position: relative;
  padding: 2% 4%;
}
.about_box .img img {
  width: 100%;
}
.about_box .img:before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  background: #f5f5f5;
  z-index: -1;
}
.about_box .font {
  float: left;
  width: 50%;
  padding: 4%;
}
.about_box div:nth-child(1).img:before {
  right: 10px;
  bottom: -10px;
}
.about_box div:nth-child(2).img:before {
  left: 10px;
  bottom: -10px;
}

/*prod_list*/
.prod_list {
  float: left;
  width: 100%;
}
.prod_list .item {
  float: left;
  width: 33.3%;
  padding: 3%;
}
.prod_list .item a {
  float: left;
  width: 100%;
  position: relative;
}
.prod_list .item a .font {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(191, 46, 47, 0.8);
  padding: 20px 20px 20px 30px;
  font-size: 1.75em;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
.prod_list .item a .font::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #bdbdbd;
  border-radius: 30px;
  border: solid #fff 5px;
  position: absolute;
  left: -15px;
  top: 25px;
}
.prod_list .item a:hover .font {
  background: #BF2E2F;
}

/*customer_list*/
.customer_list {
  float: left;
  width: 100%;
}
.customer_list .item {
  float: left;
  width: 25%;
  padding: 4%;
}
.customer_list .item img {
  background-repeat: no-repeat !important;
}

/*contact_con*/
.contact_con {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 20px 50px 0 0;
  padding: 5% 5% 0 5%;
  margin-top: 80px;
}
.contact_con .form {
  float: left;
  width: 70%;
  background: #5f5d5d;
  border-radius: 20px 20px 0 0;
  padding: 5%;
  margin-top: -120px;
  color: #fff;
}
.contact_con .form .btn_01 {
  background: #1c1819;
}
.contact_con .form .btn_01:hover {
  background: #BF2E2F;
}
.contact_con .info {
  float: left;
  width: 30%;
  padding-left: 5%;
}
.contact_con .info .title {
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 10px;
}
.contact_con .info .tel {
  font-size: 2.25em;
  font-family: Impact;
  padding: 20px 0;
  color: #BF2E2F;
  line-height: 110%;
}
.contact_con .info .mail {
  padding: 2px 0 2px 20px;
  position: relative;
}
.contact_con .info .mail:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  color: #BF2E2F;
}
.contact_con .info .add {
  padding: 3px 0 3px 20px;
  position: relative;
}
.contact_con .info .add:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 0.8em;
  position: absolute;
  left: 0;
  color: #BF2E2F;
}

.contact_map {
  margin: -30px 0 -57px 0;
}

/*form*/
.form_box {
  float: left;
  width: 100%;
  padding: 10px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.form_box .form_group {
  float: left;
  width: 100%;
  margin: 3px 0;
  padding-bottom: 5px;
}
.form_box .form_group.w-50 {
  padding-right: 10px;
}
.form_box .btn_01 {
  padding: 8px 40px;
}

.form-label {
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 15px 0x 0;
}
.form-label:after {
  content: "/";
  display: inline-block;
  color: #BF2E2F;
  padding: 0 10px;
  font-size: 0.7em;
  display: none;
}

.form-input {
  float: left;
  width: 100%;
}

.no_label {
  padding-top: 25px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
}

.input-group-text {
  background: transparent;
  border: none;
  color: #666;
  font-size: 0.9em;
}

.form-select {
  margin: 0 1px;
  line-height: 200%;
}

input[type=file] {
  border-color: transparent;
}
input[type=file]:focus {
  border: none;
  box-shadow: none;
}

.form-check.disabled {
  opacity: 0.5;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 5px;
}

.required_icon {
  position: relative;
}
.required_icon::before {
  content: "*";
  color: #900;
  display: block;
  position: absolute;
  left: -15px;
}

.form-check-input:checked {
  background-color: #BF2E2F;
  border-color: #dee2e6;
}
.form-check-input:disabled {
  filter: grayscale(100%);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #FCF1F1 !important;
  border-color: #dee2e6;
}

.form-check-label {
  display: inline-block;
  margin-top: 6px;
}

.form_item {
  float: left;
  width: 100%;
}
.form_item .form_item_title {
  float: left;
  width: 100px;
  padding: 7px 10px 7px 0;
  text-align: right;
  color: #999;
}
.form_item .form_item_input {
  float: left;
  width: calc(100% - 100px);
}

input:invalid, input.invalid {
  border: 2px solid #5f5d5d;
}

/***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:before {
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  background: #008000;
  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;
}

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

/***Hover效果1: 放大淡出down***/
.imh_down {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_down img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.imh_down:before {
  display: block;
  font-family: "Font Awesome 6 free";
  content: "\f019";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  background: #BF2E2F;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99;
  transition: all 0.4s ease;
}

a:hover .imh_down:before {
  top: 50%;
}
a:hover .imh_down img {
  opacity: 0.3;
  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);
  }
}
/*右側icon左右移動*/
@keyframes right_icon_move {
  from {
    right: 25px;
  }
  50% {
    right: 15px;
  }
  to {
    right: 25px;
  }
}
/*閃爍按鈕*/
.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%;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.6em !important;
  }
  h3, .h3 {
    font-size: 1.4em;
  }
  h4, .title_01 {
    font-size: 1.2em;
  }
  .container {
    max-width: 100%;
  }
  /*header*/
  html:not(.sticky-header-active) #header .header-logo img {
    width: 150px !important;
  }
  header .header-logo img {
    width: 150px;
  }
  .header-nav-main .nav > li > a {
    font-size: 0.9em !important;
  }
  /*index_title*/
  .index_title_b {
    font-size: 3.6em;
  }
  .index_title {
    font-size: 1.6em;
    margin-top: 0;
  }
  /*index_about*/
  .index_about:before {
    left: -45%;
  }
  .index_about .left .box {
    max-width: 600px;
    padding: 15% 15% 10% 15%;
  }
  .index_about .right {
    background-size: 230%;
    font-size: 0.7em;
  }
  .index_about .right .box {
    width: 100%;
    padding: 50px 0 50px 80px;
  }
  /*index_service*/
  .index_service .left {
    width: 100%;
    padding: 50px 5%;
  }
  .index_service .left:before {
    right: -100px;
  }
  .index_service .left .box .index_title:before {
    width: 80px;
    height: 160px;
    top: -117px;
    left: -15px;
  }
  .index_service .left .box .list .item {
    width: 28.5%;
    margin: 2%;
    border-radius: 10px 10px 10px 0;
    padding: 20px;
  }
  .index_service .left .box .list .item .icon {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .index_service .left .box .list .item .title {
    font-size: 1.3em;
    padding: 10px 0;
  }
  .index_service .right {
    display: none;
  }
  /*index_customer*/
  .index_customer {
    padding: 25px 5%;
  }
  .index_customer .title_box {
    width: 150px;
    padding: 15px 30px 0 0;
  }
  .index_customer .title_box .index_title_s {
    padding: 0;
  }
  .index_customer .list {
    width: calc(100% - 150px);
  }
  /*index_contact*/
  .index_contact {
    padding: 0 10px;
  }
  .index_contact .left {
    width: 50%;
    padding: 8% 5%;
  }
  .index_contact .left .title {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .index_contact .left .tel {
    font-size: 2em;
    padding: 15px 0;
  }
  .index_contact .left .map {
    padding-top: 30px;
  }
  .index_contact .right {
    padding: 8% 5%;
  }
  /*main*/
  .main {
    padding-top: 110px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 260px;
    margin: 0;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 260px);
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*page_banner*/
  .page_banner h2 {
    padding: 30px 5%;
  }
  /*page_con*/
  .page_con h2 {
    font-size: 1.8em !important;
  }
  .page_con h2:after {
    width: 40px;
    height: 3px;
    margin: 10px auto 0 auto;
  }
  .page_con.bg_circle:before {
    width: 500px;
    height: 500px;
    top: 10%;
    right: -35%;
  }
  .page_con.bg_circle:after {
    width: 500px;
    height: 500px;
    top: 1000px;
    left: -35%;
  }
  /*prod_list*/
  .prod_list .item a .font {
    padding: 10px 10px 10px 20px;
    font-size: 1.3em;
  }
  .prod_list .item a .font::before {
    width: 20px;
    height: 20px;
    border: solid #fff 3px;
    left: -10px;
    top: 17px;
  }
  /*customer_list*/
  .customer_list .item {
    width: 33.3%;
    padding: 4% 6%;
  }
  /*contact_con*/
  .contact_con {
    border-radius: 20px 50px 0 0;
    padding: 5% 5% 0 5%;
    margin-top: 80px;
  }
  .contact_con .form {
    width: 100%;
    margin-top: -120px;
    border-radius: 20px;
  }
  .contact_con .info {
    width: 100%;
    padding: 5%;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2em !important;
  }
  h3, .h3 {
    font-size: 1.7em;
  }
  .container {
    max-width: 100% !important;
  }
  /*header*/
  html:not(.sticky-header-active) #header .header-logo img {
    width: 250px !important;
  }
  #header .header-logo img {
    width: 290px;
  }
  .header-nav-main .nav > li > a {
    font-size: 1em !important;
  }
  /*index_title*/
  .index_title_b {
    font-size: 5em;
  }
  .index_title {
    font-size: 2em;
    margin-top: 10px;
  }
  /*index_about*/
  .index_about:before {
    left: -45%;
  }
  .index_about .left .box {
    max-width: 600px;
    padding: 15% 15% 10% 15%;
  }
  .index_about .right {
    background-size: 180%;
    font-size: 0.8em;
  }
  .index_about .right .box {
    max-width: 700px;
    padding: 8%;
    margin: 0 50px 0 50px;
  }
  /*index_service*/
  .index_service .left {
    width: 80%;
    padding: 60px 0 60px 5%;
  }
  .index_service .left:before {
    right: -100px;
  }
  .index_service .left .box .index_title:before {
    width: 80px;
    height: 160px;
    top: -117px;
    left: -15px;
  }
  .index_service .left .box .list .item {
    width: 28.5%;
    margin: 2%;
    border-radius: 10px 10px 10px 0;
    padding: 20px;
  }
  .index_service .left .box .list .item .icon {
    width: 70px;
    height: 70px;
    padding: 20px;
  }
  .index_service .left .box .list .item .title {
    font-size: 1.5em;
    padding: 15px 0;
  }
  .index_service .right {
    display: block;
    width: 20%;
    background-size: 300%;
  }
  /*index_customer*/
  .index_customer {
    padding: 45px 5%;
  }
  .index_customer .title_box {
    width: 190px;
    padding: 0 30px 0 0;
  }
  .index_customer .title_box .index_title_s {
    padding: 10px 0 0 0;
  }
  .index_customer .list {
    width: calc(100% - 190px);
  }
  /*index_contact*/
  .index_contact {
    padding: 0 8%;
  }
  .index_contact .left {
    width: 50%;
    padding: 8% 5%;
  }
  .index_contact .left .title {
    font-size: 1.75em;
    padding-bottom: 20px;
  }
  .index_contact .left .tel {
    font-size: 2.25em;
    padding: 20px 0;
  }
  .index_contact .left .map {
    padding-top: 30px;
  }
  .index_contact .right {
    padding: 8%;
  }
  /*main*/
  .main {
    padding-top: 134px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 300px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 300px);
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*page_con*/
  .page_con h2 {
    font-size: 2em !important;
  }
  .page_con h2:after {
    width: 50px;
    height: 3px;
    margin: 10px auto 0 auto;
  }
  .page_con.bg_circle:before {
    width: 650px;
    height: 650px;
    top: 10%;
    right: -45%;
  }
  .page_con.bg_circle:after {
    width: 650px;
    height: 650px;
    top: 1200px;
    left: -45%;
  }
  /*page_banner*/
  .page_banner h2 {
    padding: 50px 5%;
  }
  /*prod_list*/
  .prod_list .item a .font {
    padding: 15px 15px 15px 25px;
    font-size: 1.5em;
  }
  .prod_list .item a .font::before {
    width: 25px;
    height: 25px;
    border: solid #fff 4px;
    left: -13px;
    top: 20px;
  }
  /*customer_list*/
  .customer_list .item {
    width: 25%;
    padding: 4%;
  }
  /*contact_con*/
  .contact_con {
    border-radius: 20px 50px 0 0;
    padding: 5% 5% 0 5%;
    margin-top: 80px;
  }
  .contact_con .form {
    width: 70%;
    margin-top: -120px;
    border-radius: 20px 20px 0 0;
  }
  .contact_con .info {
    width: 30%;
    padding: 0 0 0 5%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  .header-nav-main .nav > li > a {
    font-size: 1.2em !important;
  }
  /*index_title*/
  .index_title_b {
    font-size: 6em;
  }
  .index_title {
    font-size: 2.25em;
  }
  /*index_about*/
  .index_about:before {
    left: -35%;
  }
  .index_about .left .box {
    max-width: 600px;
    padding: 15% 20% 15% 15%;
  }
  .index_about .right {
    background-size: 150%;
    font-size: 1em;
  }
  .index_about .right .box {
    max-width: 700px;
    padding: 8%;
    margin: 0 0 0 100px;
  }
  /*index_service*/
  .index_service .left {
    width: 65%;
    padding: 100px 0 100px 5%;
  }
  .index_service .left:before {
    right: -100px;
  }
  .index_service .left .box .index_title:before {
    width: 80px;
    height: 160px;
    top: -117px;
    left: -15px;
  }
  .index_service .left .box .list .item {
    width: 28.6%;
    margin: 2%;
    border-radius: 20px 20px 20px 0;
    padding: 30px;
  }
  .index_service .left .box .list .item .icon {
    width: 90px;
    height: 90px;
    padding: 25px;
  }
  .index_service .left .box .list .item .title {
    font-size: 1.75em;
  }
  .index_service .right {
    width: 35%;
    background-size: 130%;
  }
  /*page_con*/
  .page_con.bg_circle:before {
    width: 750px;
    height: 750px;
    top: 10%;
    right: -40%;
  }
  .page_con.bg_circle:after {
    width: 750px;
    height: 750px;
    top: 1400px;
    left: -40%;
  }
  /*prod_list*/
  .prod_list .item a .font {
    padding: 20px 20px 20px 30px;
    font-size: 1.75em;
  }
  .prod_list .item a .font::before {
    width: 30px;
    height: 30px;
    border: solid #fff 5px;
    left: -15px;
    top: 25px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*page_con*/
  .page_con.bg_circle:before {
    width: 750px;
    height: 750px;
    top: 10%;
    right: -30%;
  }
  .page_con.bg_circle:after {
    width: 750px;
    height: 750px;
    top: 1400px;
    left: -30%;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em !important;
  }
  h3, .h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  .title_font {
    font-size: 1.1em;
  }
  /*header_top*/
  .header_top {
    font-size: 0.8em;
    padding: 0;
  }
  .header_top .left .time {
    padding: 0 16px;
  }
  /*header*/
  #header .header-nav-features .fa-search {
    font-size: 1.4em;
    color: #99cccc;
  }
  #header .header-body {
    background-color: #fff !important;
  }
  #header .header-nav {
    min-height: auto !important;
    height: 50px;
  }
  #header .header-logo {
    width: auto;
    height: 50px !important;
    margin: 0 !important;
  }
  #header .header-logo img {
    width: auto;
    height: 50px !important;
    padding: 8px 0;
  }
  #header .header-nav-main nav {
    background: #BF2E2F;
    padding: 0;
    margin: 0 -5px 0 -1px;
    max-height: 70vh;
  }
  #header .header-nav-main nav .nav {
    padding: 0;
    margin: 0;
  }
  #header .header-nav-main nav .nav > li::before {
    display: none;
  }
  #header .header-nav-main nav .nav a {
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 10px 10px 10px 15px !important;
    margin: 0 !important;
    color: #fff !important;
    line-height: normal;
  }
  #header .header-nav-main nav .nav a:active {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu {
    font-size: 1em;
    float: left;
    width: 100%;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu li {
    border-bottom: 1px solid #e8e8e8;
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu a {
    padding: 10px 10px 10px 30px !important;
  }
  #header .header-nav-main nav .nav li.dropdown-submenu.open > .dropdown-menu {
    font-size: 1em;
    float: left;
    width: 100%;
    background: #666;
    margin-left: 0 !important;
  }
  #header .header-nav-main nav .nav li.dropdown-submenu.open > .dropdown-menu a {
    padding: 10px 10px 10px 45px !important;
  }
  #header .header-btn-collapse-nav {
    background: #BF2E2F;
    color: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 7px 15px;
  }
  #header .header-nav-features {
    padding: 3px 15px 0 10px;
    margin-right: 0;
  }
  #header .header-nav-features input {
    padding: 0 8px;
  }
  #header .header-nav-features .fa-search {
    font-size: 1em;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 7px;
    width: 100vw;
    background: #ccc;
    right: -47px;
    padding: 5px;
  }
  /*main*/
  .main {
    padding-top: 78px;
  }
  /*index_title*/
  .index_title_b {
    font-size: 3.6em;
  }
  .index_title {
    font-size: 1.6em;
    margin-top: 0;
  }
  /*index_about*/
  .index_about:before {
    left: -25%;
    width: 400px;
    height: 400px;
  }
  .index_about .left {
    float: left;
    width: 100%;
  }
  .index_about .left .box {
    max-width: 100%;
    padding: 50px 10% 70px 10%;
  }
  .index_about .right {
    width: 100%;
    background-size: 150%;
    font-size: 0.9em;
  }
  .index_about .right::before {
    display: none;
  }
  .index_about .right .box {
    max-width: 100%;
    padding: 5% 10% 0 10%;
  }
  .index_about .right .box .item {
    padding: 8%;
  }
  /*index_service*/
  .index_service .left {
    width: 100%;
    padding: 50px 8%;
  }
  .index_service .left:before {
    display: none;
  }
  .index_service .left .box .index_title:before {
    width: 50px;
    height: 160px;
    top: -117px;
    left: -10px;
  }
  .index_service .left .box .list .item {
    width: 45%;
    margin: 2%;
    border-radius: 10px 10px 10px 0;
    padding: 20px;
  }
  .index_service .left .box .list .item .icon {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .index_service .left .box .list .item .title {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .index_service .right {
    display: none;
  }
  .index_service .btn_box {
    text-align: center;
  }
  /*index_customer*/
  .index_customer {
    padding: 25px 5%;
  }
  .index_customer .title_box {
    width: 150px;
    padding: 15px 30px 0 0;
  }
  .index_customer .title_box .index_title_s {
    padding: 0;
  }
  .index_customer .list {
    width: calc(100% - 150px);
  }
  /*index_contact*/
  .index_contact {
    padding: 0 5%;
  }
  .index_contact .left {
    width: 100%;
    padding: 8% 5%;
  }
  .index_contact .left .title {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .index_contact .left .tel {
    font-size: 2em;
    padding: 15px 0;
  }
  .index_contact .left .map {
    padding-top: 30px;
  }
  .index_contact .right {
    width: 100%;
    padding: 8% 5%;
  }
  /*footer*/
  #footer {
    padding: 20px 0;
    font-size: 0.8em;
  }
  #footer .logo {
    width: 210px;
    padding: 0 30px 20px 0;
  }
  #footer .logo img {
    padding-top: 10px;
  }
  #footer .font {
    width: calc(100% - 210px);
    line-height: 170%;
  }
  /*page_banner*/
  .page_banner h2 {
    padding: 20px 5%;
  }
  /*page_con*/
  .page_con h2 {
    font-size: 1.4em !important;
  }
  .page_con h2:after {
    width: 30px;
    height: 2px;
    margin: 7px auto 0 auto;
  }
  .page_con.bg_circle:before {
    width: 500px;
    height: 500px;
    top: 10%;
    right: -60%;
  }
  .page_con.bg_circle:after {
    width: 500px;
    height: 500px;
    top: 1000px;
    left: -60%;
  }
  .page_con .anchor_list {
    margin: 0 0 20px 0;
  }
  .page_con .anchor_list li {
    padding: 8px 0;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*about_box*/
  .about_box .img, .about_box .font {
    width: 100%;
    padding: 5%;
  }
  .about_box div:nth-child(1).img:before {
    right: -10px;
    bottom: -10px;
  }
  .about_box div:nth-child(2).img:before {
    left: -10px;
    bottom: -10px;
  }
  /*prod_list*/
  .prod_list .item {
    width: 50%;
  }
  .prod_list .item a .font {
    padding: 10px 10px 10px 20px;
    font-size: 1.2em;
  }
  .prod_list .item a .font::before {
    width: 20px;
    height: 20px;
    border: solid #fff 3px;
    left: -10px;
    top: 15px;
  }
  /*customer_list*/
  .customer_list .item {
    width: 50%;
    padding: 4% 8%;
  }
  /*contact_con*/
  .contact_con {
    border-radius: 20px 50px 0 0;
    padding: 5% 5% 0 5%;
    margin-top: 80px;
  }
  .contact_con .form {
    width: 100%;
    margin-top: -100px;
    border-radius: 10px;
  }
  .contact_con .form .form_group.w-50 {
    width: 100% !important;
    padding: 0;
  }
  .contact_con .form .btn_box {
    margin-top: 0;
  }
  .contact_con .info {
    width: 100%;
    padding: 50px 5%;
  }
  .contact_con .info .title {
    padding-bottom: 0;
  }
  .contact_con .info .tel {
    padding: 15px 0;
  }
  /*form*/
  .form_box .form_group {
    padding-bottom: 15px;
  }
  .form-label {
    width: 100%;
    padding: 7px 0;
    text-align: left;
  }
  .form-input {
    width: 100%;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*header_top*/
  .header_top .left .time {
    display: none;
  }
  /*index_about*/
  .index_about:before {
    left: -42%;
  }
  .index_about .right {
    font-size: 0.7em;
  }
  .index_about .right .box {
    padding: 5% 5% 0% 5%;
  }
  /*index_service*/
  .index_service .left .box .list .item {
    width: 96%;
    margin: 4% 2%;
    border-radius: 10px 10px 10px 0;
    padding: 20px;
  }
  .index_service .left .box .list .item .icon {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .index_service .left .box .list .item .title {
    font-size: 1.2em;
    padding: 10px 0;
  }
  /*footer*/
  #footer {
    padding: 20px 0;
    font-size: 0.8em;
  }
  #footer .logo {
    padding: 0 50px 20px 0;
  }
  #footer .logo img {
    padding-top: 0;
  }
  #footer .font {
    width: 100%;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*contact_con*/
  .contact_con .info .title {
    font-size: 1.4em;
  }
  .contact_con .info .tel {
    font-size: 2em;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

.quantity {
  font-family: Anton-Regular;
}

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;
}

.grey_900 {
  color: #212121 !important;
}

.grey_800 {
  color: #424242 !important;
}

.grey_700 {
  color: #616161 !important;
}

.grey_600 {
  color: #757575 !important;
}

.grey_500 {
  color: #9e9e9e !important;
}

.grey_400 {
  color: #bdbdbd !important;
}

.grey_300 {
  color: #e0e0e0 !important;
}

.grey_200 {
  color: #f5f5f5 !important;
}

.grey_100 {
  color: #fafafa !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_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;
}

mark {
  background: linear-gradient(transparent 60%, #ffdd55 0);
}

@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: 10px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #666;
  color: #fff;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  background: #666;
  color: #fff;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  color: #BF2E2F;
}
.table tbody td a:hover {
  color: #5f5d5d;
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: #BF2E2F !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: #5f5d5d !important;
}
.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 > td {
  background: #f5f5f5 !important;
}
.table.table-hover tbody tr .btn_circle {
  border-radius: 50%;
  padding: 2px 9px 4px 11px;
}
.table.table-hover tbody tr .btn_circle:hover, .table.table-hover tbody tr .btn_circle:focus {
  background: #5f5d5d !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}

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

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

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

.table_total {
  border-top: double #ccc 3px;
}
.table_total td {
  background: #e6eff4;
}

/*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: 700px;
}

@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%;
  padding: 20px 0;
}
.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
  margin-top: 0;
}
.edit_con a {
  color: #BF2E2F;
  /*text-decoration:underline;*/
}
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

.border_box {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: solid #eee 1px;
  padding: 5%;
  background: #fff;
  margin-bottom: 15px;
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
  padding-left: 40px !important;
}

.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*/
}

.ol_05 {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 50px;
}
.ol_05 li {
  counter-increment: my-counter;
  text-indent: -1.6em;
}
.ol_05 li:before {
  content: "(" counter(my-counter) ")";
  margin-right: 0.5em;
}

.ol_c_01 {
  counter-reset: chapter;
}
.ol_c_01 > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  text-indent: -0.3em;
}
.ol_c_01 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_01 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li > ol > li {
  counter-increment: section;
  text-indent: -30px;
  padding-left: 27px;
}
.ol_c_01 > ol > li > ol > li:before {
  content: counter(chapter) "." counter(section);
  margin-right: 0.5em;
}

.ol_c_02 {
  counter-reset: chapter;
}
.ol_c_02 > ol {
  list-style: none;
  padding-left: 10px;
}
.ol_c_02 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  margin-left: 1em;
}
.ol_c_02 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_02 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_02 > ol > li > ol > li {
  counter-increment: section;
}
.ol_c_02 > ol > li > ol > li:before {
  content: counter(chapter) "-" counter(section);
  margin-right: 0.5em;
}

.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 {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin: 15px auto;
  padding-left: 0 !important;
  text-align: center;
}
.anchor_list li {
  display: inline-block;
}
.anchor_list a {
  padding: 8px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 0;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #757575;
  color: #fff;
  border: solid #757575 1px;
}
.anchor_list a.active {
  background: #BF2E2F;
  color: #fff;
  border: solid #BF2E2F 1px;
}

.anchor_con {
  float: left;
  width: 100%;
  padding: 0 5%;
}

@media (max-width: 767px) {
  .anchor_list li {
    padding: 10px 0;
  }
  .anchor_list a {
    font-size: 0.9em;
    padding: 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;
  font-size: 1em;
  line-height: 170%;
}
.tabs .nav-tabs button:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs button.active, .tabs .nav-tabs button.active:focus, .tabs .nav-tabs button.active:hover {
  background-color: #BF2E2F;
  color: #fff !important;
  border: 1px solid #BF2E2F !important;
}
.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: #BF2E2F;
  color: #fff !important;
  border: 1px solid #BF2E2F !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;
  justify-content: center;
}
.nav-tabs .nav-link {
  border: solid #f5f5f5 1px;
  border-radius: 50px;
  margin: 0 5px 5px 0;
  padding: 5px 15px;
  color: #333;
  background: #f5f5f5;
}
.nav-tabs .nav-link:hover {
  border: solid #616161 1px;
  background: #616161;
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: #BF2E2F;
  color: #fff;
  border-color: #BF2E2F;
}

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

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

[class^=list_0] img {
  width: 100%;
}

@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*/
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  /*解決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;
  }
  /*thead不重覆*/
  thead {
    display: table-row-group;
  }
  /*table背景色*/
  body {
    -webkit-print-color-adjust: exact;
  }
  .print_con_table tr th {
    background: #666 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}
/*列印尺寸電腦版*/
@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 */