@charset "UTF-8";
.color_01 {
  color: #ab1f2c !important;
}

.color_02 {
  color: #862220 !important;
}

.color_03 {
  color: #c6a055 !important;
}

.color_04 {
  color: #3861ad !important;
}

.color_05 {
  color: #e72124 !important;
}

.color_06 {
  color: #65933b !important;
}

.bg_01 {
  background: #ab1f2c !important;
}

.bg_02 {
  background: #862220 !important;
}

.bg_03 {
  background: #c6a055 !important;
}

.bg_04 {
  background: #3861ad !important;
}

.bg_05 {
  background: #e72124 !important;
}

.bg_06 {
  background: #65933b !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體";
  color: #333;
  background: #fff;
  font-size: 1em;
  position: relative;
}
body.no_header header {
  display: none;
}
body.no_header .page_con {
  padding-top: 10px;
}

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

a {
  color: #ab1f2c;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #862220;
  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;
}

li {
  line-height: 170%;
}

.btn-primary {
  background: #ab1f2c !important;
  border-color: #ab1f2c !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #862220 !important;
}

.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: #ab1f2c;
}
.btn_01:hover, .btn_01:focus {
  background: #862220;
  color: #fff !important;
  transition: all 0.5s;
}

.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: #862220;
  color: #fff !important;
}

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

.btn {
  border-radius: 0.25rem;
  font-size: 1em;
  font-weight: 400;
  margin: 2px 0;
  padding: 5px 15px;
}

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

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #c6a055;
}
.scroll-to-top i {
  color: #fff;
}

.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: 3px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: #ccc;
  border-radius: 0.25rem;
}
.form-control.form-select {
  padding: 2px 35px 2px 8px;
}
.form-control:focus {
  border-color: rgba(231, 33, 36, 0.4);
  box-shadow: 0 0 0 0.25rem rgba(231, 33, 36, 0.15);
}

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

.container {
  padding: 0 30px;
}

.mt_1 {
  margin-top: -3px;
}

/*header*/
/*header*/
#header {
  height: auto !important;
}
#header .header-body {
  background: #000 !important;
  height: auto !important;
  border: none;
}
#header .header-container {
  background: transparent !important;
  background: rgba(134, 34, 32, 0.9) !important;
}
#header .header-logo a {
  color: #fff;
  font-family: "微軟正黑體";
  font-size: 1.4em;
}
#header .header-logo a:hover {
  color: #fff;
}

/*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: #ab1f2c;
}

.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: 40px;
}
.search_box label {
  width: calc(100% - 105px);
}

.search_icon {
  margin-right: 120px;
}
.search_icon i {
  color: #ab1f2c !important;
}

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

.key_word {
  font-size: 0.8em;
  padding: 5px 0 10px 0;
}

/*header-nav-features*/
.header-nav-features .header-nav-feature {
  padding-top: 5px;
}
.header-nav-features .social-icons li {
  box-shadow: none !important;
}
.header-nav-features .social-icons li a {
  background: transparent !important;
}
.header-nav-features:before {
  display: none !important;
}
.header-nav-features i {
  color: #fff;
}

/*mobile menu*/
#header {
  position: fixed;
  width: 100%;
}

.header-nav-bar {
  background: #ab1f2c;
}

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

.header-container .header-row .header-column:nth-child(1) {
  margin: 0 -8px;
}

#header .header-btn-collapse-nav {
  background: #fff;
}
#header .header-btn-collapse-nav i {
  color: #ab1f2c;
}

.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 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.header-nav-main nav > ul > li > a {
  color: #fff !important;
  font-weight: 400 !important;
  border: none;
}
.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 15px 10px 15px !important;
  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;
}

.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-top: 10px !important;
}

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

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

.search_icon {
  padding: 0 10px;
  margin-right: 0;
  background-color: transparent;
  color: #ab1f2c;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
}
.search_icon i {
  font-size: 1.2em !important;
}
.search_icon:hover i {
  color: #c6a055 !important;
}

.key_word {
  float: left;
  width: 100%;
  padding: 5px 0 15px 0;
  line-height: 150%;
}

.key_word a {
  color: #666 !important;
  padding: 6px 0 !important;
}

.key_word a:hover, .key_word a:focus {
  color: #862220 !important;
}

/*page_con*/
.page_con {
  min-height: 500px;
  padding-top: 90px;
  padding-bottom: 50px;
}

/*form_table*/
.form_table {
  float: left;
  width: 100%;
  padding: 0 0 0 10px;
}
.form_table.form_border {
  border-radius: 10px;
  border: solid #eee 1px;
  padding: 20px;
}
.form_table .item {
  float: left;
  width: 100%;
  padding: 3px 0;
}
.form_table .item:before {
  content: "❋";
  display: inline-block;
  color: #c6a055;
  font-size: 1em;
  padding: 0 5px;
}
.form_table .item .title {
  display: inline-block;
  vertical-align: top;
}
.form_table .item .title:after {
  content: " : ";
  display: inline-block;
  font-size: 1.4em;
  color: #ccc;
  padding: 0 5px 0 8px;
}
.form_table .item .font {
  display: inline-block;
  vertical-align: top;
}
.form_table.w-50 {
  width: 100% !important;
}
.form_table.w-50 .item {
  width: 50%;
}
.form_table .note {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
}
.form_table .note .title {
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 5px;
}

.w-600:has(.form_table), .w-800:has(.form_table) {
  float: none;
  margin: 0 auto;
}

/*form*/
.form-cheak-label {
  padding: 2px 5px 2px 0;
}

.form-check-input {
  margin: 6px 7px 0 7px;
}
.form-check-input:checked {
  background-color: #e72124;
  border-color: #ab1f2c;
}
.form-check-input:focus {
  border-color: #ab1f2c;
  box-shadow: 0 0 0 0.25rem rgba(231, 33, 36, 0.15);
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
  /*header-*/
  .header-nav-bar .container {
    height: 0;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    text-transform: none !important;
    color: #333;
    padding: 2px;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1em !important;
  }
  .header-nav-top .nav a:hover, .header-nav-top .nav a:focus {
    color: #65933b !important;
  }
  .header-nav-top .nav li:after {
    content: "|";
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 5px 0 0px;
  }
  .header-nav-top .nav li:last-child:after, .header-nav-top .nav li:first-child:after {
    display: none;
  }
  /*header*/
  #header .header-body {
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
  }
  #header .header-body .header-container {
    min-height: auto !important;
  }
  #header .header-logo {
    width: auto;
    height: 45px !important;
    margin: 0 !important;
    padding-left: 10px;
  }
  #header .header-logo img {
    width: auto;
    height: 45px !important;
  }
  .header-nav-bar .container {
    height: 0;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
    background: #ab1f2c;
  }
  .header-nav-main nav ul > li a {
    float: left;
    width: 100%;
  }
  .header-nav-main nav ul > li:last-child > a {
    border-bottom: none !important;
  }
  .header-nav-main nav > li:hover a, .header-nav-main nav > li:focus a {
    background: rgba(0, 0, 0, 0.15) !important;
  }
  .header-nav-main nav a {
    font-size: 1rem !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
  }
  .header-nav-main nav a:active, .header-nav-main nav a:hover, .header-nav-main nav a:focus {
    background: rgba(0, 0, 0, 0.15) !important;
  }
  #header .dropdown .dropdown-menu {
    background: #c6a055 !important;
    margin-left: 0 !important;
  }
  #header .dropdown .dropdown-menu a {
    color: #fff;
  }
  #header .dropdown .dropdown-menu .dropdown-item {
    padding-left: 30px !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #65933b !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 45px;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu {
    background: #3861ad !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 60px;
  }
  /*share_icon*/
  .share_icon a {
    padding: 6px 0 !important;
  }
  .share_icon img {
    width: 30px;
  }
  /*header-nav-features*/
  .header-nav-features {
    padding-left: 0 !important;
    margin-left: 5px !important;
  }
  .header-nav-features i {
    color: #fff;
    font-size: 1.3em;
  }
  .header-nav-features ul {
    list-style: none;
    margin-left: 5px !important;
  }
  .header-nav-features ul li {
    display: inline-block;
    box-shadow: none !important;
  }
  .header-nav-features a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px;
    padding-top: 5px;
    font-size: 1em !important;
    background: transparent !important;
    border-radius: 35px;
  }
  .header-nav-features .header-nav-features-search .header-nav-features-toggle i {
    padding: 4px 0 0 4px;
  }
  .header-nav-features .header-nav-features-search a {
    position: relative;
  }
  .header-nav-features .header-nav-features-search a:hover {
    background-color: #c6a055 !important;
  }
  .header-nav-features .header-nav-features-search .social-icons i {
    padding: 5px 0 0 0 !important;
  }
  .header-nav-features .header-nav-features-search .fa-search {
    position: absolute;
  }
  .header-nav-features .header-nav-features-dropdown {
    margin: 50px -35px 0 0 !important;
    border-radius: 10px;
  }
  .header-nav-features .search_box button i {
    padding: 9px 5px 0 0;
  }
  /*table*/
  .table .subtotal.pc {
    display: table-row;
  }
  .table .subtotal.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
  /*header*/
  .sticky-header-active #header .header-body {
    background: transparent !important;
  }
  #header .header-logo {
    margin: 1rem 0 !important;
  }
  #header .header-nav nav {
    background: transparent !important;
    width: auto !important;
    max-height: 100% !important;
  }
  #header .header-nav nav > ul > li > a {
    font-size: 0.8rem !important;
    padding: 0 6px !important;
  }
  #header .header-nav .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  #header .header-btn-collapse-nav {
    display: none;
  }
  /*header*/
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #fff !important;
    padding: 5px 8px;
    min-height: auto;
  }
  #header .header-nav-bar .header-nav {
    min-height: 57px;
  }
  #header .header-nav-main nav > ul > li:hover, #header .header-nav-main nav > ul > li:focus {
    background: #c6a055;
  }
  #header .header-nav-main nav > ul > li a {
    border-radius: 0;
    white-space: normal;
    float: none;
  }
  #header .header-nav-main nav > ul > li.dropdown li.open > a {
    background: #c6a055 !important;
    padding-left: 20px !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #c6a055;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu a {
    color: #fff !important;
    padding-left: 20px !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu ul {
    background-color: #65933b;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu ul > .dropdown-submenu ul {
    background: #3861ad !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;
  }
  #header .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
  }
  #header .header-btn-collapse-nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  /*header*/
  #header .header-nav nav > ul > li > a {
    font-size: 1.04rem !important;
    padding: 0 9px !important;
  }
  #header .header-nav .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*header-nav-features*/
  .header-nav-features i {
    font-size: 1.3em !important;
  }
  .header-nav-features ul {
    list-style: none;
  }
  .header-nav-features ul li {
    margin: 0 1px 0 -3px;
  }
  .header-nav-features a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px;
    padding-top: 5px;
    border-radius: 36px;
  }
  .header-nav-features .header-nav-features-search .social-icons i {
    padding: 5px 0 0 0 !important;
  }
  .header-nav-features .header-nav-features-search .header-nav-features-toggle i {
    padding: 4px 0 0 4px;
  }
  .header-nav-features .header-nav-features-dropdown {
    margin: 55px -35px 0 0 !important;
    border-radius: 10px;
  }
  .header-nav-features .search_box button i {
    padding: 9px 5px 0 0;
  }
}
@media (max-width: 991px) {
  /*header*/
  #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 .dropdown-item {
    padding-left: 60px !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
  /*header*/
  #header .header-body {
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
    height: 60px !important;
  }
  #header .header-body .header-container {
    min-height: auto !important;
  }
  #header .header-column {
    height: 60px;
  }
  #header .header-logo {
    width: auto;
    height: 45px !important;
    margin: 0 !important;
  }
  #header .header-logo img {
    width: auto;
    height: 45px !important;
  }
  .header-nav-bar .container {
    height: 0;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
  }
  .header-nav-main nav ul {
    background: #ab1f2c;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
  }
  .header-nav-main nav a:hover, .header-nav-main nav a:focus {
    background: rgba(0, 0, 0, 0.15) !important;
  }
  .header-nav-main nav > ul > li > a {
    padding: 10px 15px !important;
    text-transform: none !important;
    width: 100%;
  }
  #header .header-nav-main nav > #mainNav li {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #header .header-nav-main nav > #mainNav li a {
    float: left;
  }
  #header .header-nav-main nav > ul li a:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  #header .dropdown .dropdown-menu {
    background: #c6a055 !important;
    margin-left: 0 !important;
    float: left;
    width: 100%;
  }
  #header .dropdown .dropdown-menu a {
    color: #fff;
  }
  #header .dropdown .dropdown-menu .dropdown-item {
    padding-left: 30px !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #65933b !important;
    float: left;
    width: 100%;
  }
  #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 {
    float: left;
    width: 100%;
    background: #3861ad !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 60px !important;
  }
  /*nav-top*/
  .nav-top {
    float: left;
    width: 100%;
    background: #444 !important;
    padding: 0 !important;
  }
  .nav-top li {
    margin: 0;
    height: 40px;
    padding-top: 2px;
    text-align: center;
    height: 45px;
  }
  .nav-top li select {
    margin-top: 3px;
  }
  .nav-top li a {
    width: auto !important;
    display: inline-block !important;
  }
  .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;
  }
  /*header-nav-features*/
  .header-nav-features .header-nav-features-toggle {
    padding: 0 5px;
  }
  /*mobile serach*/
  #header .header-nav-features {
    padding-left: 0;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 15px;
    background: #eee;
    padding: 10px 20px;
    width: 105vw;
    margin-right: -100px;
  }
  #header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    color: #ab1f2c;
  }
  #header .header-nav-features:before, #header .header-nav-features:after {
    display: none;
  }
  /*mobile serach*/
  .header-nav-features .header-nav-features-dropdown.show {
    right: 14px !important;
  }
  .search_box label {
    background: #fff;
    width: 100%;
  }
  .search_box .search_icon {
    right: 5px;
    top: 8px;
  }
  /*dropdown-mega*/
  .dropdown-mega .dropdown-mega-sub-title {
    color: #ab1f2c !important;
    margin-top: 0 !important;
  }
  .dropdown-mega .dropdown-mega-sub-title a {
    color: #ab1f2c !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: 10px 15px !important;
    text-decoration: none;
  }
  .dropdown-mega-sub-nav {
    margin-left: 0 !important;
    background: #fff;
  }
  .dropdown-mega-sub-nav li {
    border-bottom: none !important;
  }
  .dropdown-mega-sub-nav li a {
    padding: 10px 15px 10px 32px !important;
  }
  /*page_con*/
  .page_con {
    padding-top: 70px;
  }
  /*table*/
  .table .subtotal.pc {
    display: none;
  }
  .table .subtotal.mobile {
    display: inline-table;
  }
  /*form*/
}
/*手機版*/
@media (max-width: 576px) {
  header .header-logo a {
    font-size: 1.3em !important;
  }
  /*header-nav-features*/
  .header-nav-features .header-nav-features-toggle {
    padding: 0 15px;
  }
  /*mobile serach*/
  #header .header-nav-features .header-nav-features-dropdown.show {
    margin-right: -80px;
  }
  .search_box .search_icon {
    right: 5px;
    top: 8px;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
  line-height: 150%;
  float: left;
  width: 100%;
}

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

.input-large {
  width: 320px;
}

.input-medium {
  width: 240px;
}

.input-small {
  width: 145px;
}

.input-xsmall {
  width: 80px;
}

.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: #eee !important;
  color: #333 !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: #ab1f2c;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  color: #862220 !important;
}
.table .subtotal {
  border-top: double #ccc 4px;
}
.table .subtotal td {
  background-color: #f9f9f9;
}
.table .subtotal .total_cost {
  color: #ab1f2c;
  font-weight: bold;
  font-size: 1.2em;
}

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: 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%;
  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: #ab1f2c !important;
  /*text-decoration:underline;*/
}
.edit_con a:hover {
  color: #862220 !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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #c6a055;
  background-size: cover;
  color: #fff !important;
  border: none;
}

@media (max-width: 767px) {
  .anchor_list {
    display: block;
  }
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤 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: #ab1f2c !important;
  border-color: #ab1f2c;
}
.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.7em;
  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%;
}
.rwd-table .form-control {
  margin: 2px;
}

@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;
  }
  .rwd-table .form-control {
    margin: 3px;
    width: calc(100% - 6px) !important;
  }
}/*# sourceMappingURL=style.css.map */