@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");
}
@font-face {
  font-family: NotoSansTC;
  src: url("../webfonts/NotoSansTC-Regular.eot"); /* IE9*/
  src: url("../webfonts/NotoSansTC-Regular.eot") format("embedded-opentype"), url("../webfonts/NotoSansTC-Regular.woff") format("woff"), url("../webfonts/NotoSansTC-Regular.ttf") format("truetype");
}
.color_01 {
  color: #a06c57 !important;
}

.color_02 {
  color: #ffe200 !important;
}

.color_03 {
  color: #c6606f !important;
}

.color_04 {
  color: #ffee81 !important;
}

.color_05 {
  color: #fffbeb !important;
}

.bg_01 {
  background: #a06c57 !important;
}

.bg_02 {
  background: #ffe200 !important;
}

.bg_03 {
  background: #c6606f !important;
}

.bg_04 {
  background: #ffee81 !important;
}

.bg_05 {
  background: #fffbeb !important;
}

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

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

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #a06c57;
  text-decoration: none !important;
  transition: color 0.5s;
}

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

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

h2 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
  color: #a06c57;
  letter-spacing: 0.1em;
}

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

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

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

h6 {
  color: #ffee81;
  font-size: 1.1em;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  color: #333 !important;
  background: #ffe200;
}
.btn_01:hover, .btn_01:focus {
  background: #a06c57;
  color: #fff !important;
}

.btn_back {
  background-color: transparent;
  padding: 6.5px 20px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #666;
}
.btn_back:hover, .btn_back:focus {
  background: #ffe200;
  color: #fff !important;
}

.btn_margin {
  margin: 2px;
}

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

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

.display_none {
  display: none;
}

.scroll-to-top {
  display: none !important;
  background-image: url(../img/customer/top_icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #ffebca !important;
  background-size: 40% !important;
  width: 50px;
  height: 50px !important;
  border-radius: 50px !important;
  border: solid #a06c57 2px;
  margin-bottom: 10px;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #ffee81 !important;
}
.scroll-to-top i {
  color: #fff;
  display: none;
}

.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: 2.2px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
}

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

/*header*/
.header-body {
  position: fixed !important;
  background: #a06c57 !important;
  border: none !important;
  box-shadow: 0 0 37px rgba(33, 37, 41, 0.6588235294);
}
.header-body .header-logo {
  width: auto !important;
}
.header-body .header-logo a:first-child {
  border-right: solid #ffebca 2px;
  padding: 0 20px;
}
.header-body .header-logo a {
  padding: 0;
  margin: 10px 0;
  float: left;
}
.header-body .header-nav li {
  text-align: center;
}
.header-body .header-nav li a {
  color: #ffebca !important;
  display: block !important;
  padding: 0 7px !important;
}
.header-body .header-nav li a svg {
  width: 55px;
  height: 55px;
}

.sticky-header-active .header-logo {
  margin: 0;
}
.sticky-header-active .header-logo svg {
  height: 50px;
  width: auto;
}
.sticky-header-active .header-logo a {
  height: 50px;
  margin: 0;
}
.sticky-header-active .header-nav li a {
  margin-top: -5px;
}

/*ICON*/
#ICON {
  position: fixed;
  right: 40px;
  width: 50px;
  text-align: center;
  z-index: 9;
  bottom: -500px;
}
#ICON ul {
  list-style: none;
}
#ICON a {
  display: block;
  background: #a06c57;
  width: 48px;
  height: 48px;
  border: solid #fffbeb 2px;
  border-radius: 50%;
  margin-bottom: 15px;
  opacity: 0.8;
}
#ICON a .svg-img {
  width: 100%;
  margin-top: -37px;
}
#ICON a .svg-img path {
  fill: #fffbeb;
}
#ICON a.top_icon, #ICON a.home_icon {
  background: #fffbeb;
}
#ICON a.top_icon .svg-img path, #ICON a.home_icon .svg-img path {
  fill: #a06c57;
}
#ICON a:hover {
  opacity: 1;
  transition: all 0.5s;
}

/*svg檔換色*/
.header-logo .svg-img path {
  fill: #ffebca;
}
.header-logo a:hover .svg-img path, .header-logo a:focus .svg-img path {
  fill: #ffee81;
}

.header-nav li .svg-img path {
  fill: #ffebca;
}
.header-nav li:hover a, .header-nav li:focus a {
  background: transparent !important;
  color: #ffee81 !important;
  transition: color 0.5s;
}
.header-nav li:hover .svg-img path, .header-nav li:focus .svg-img path {
  fill: #ffee81;
  transition: fill 0.5s;
}
.header-nav a:hover, .header-nav a:focus {
  color: #ffee81 !important;
  transition: color 0.5s;
}
.header-nav a:hover .svg-img path, .header-nav a:focus .svg-img path {
  fill: #ffee81;
  transition: fill 0.5s;
}
.header-nav li {
  text-align: center;
}
.header-nav li a:hover, .header-nav li a:focus {
  color: #ffee81 !important;
  transition: color 0.5s;
}
.header-nav li a:hover .svg-img path, .header-nav li a:focus .svg-img path {
  fill: #ffee81;
  transition: fill 0.5s;
}

/*mobile menu icon*/
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu-button-container:before {
  content: "";
  position: absolute;
  background: #ffebca;
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.menu-button-container[aria-expanded=true]:before {
  background: #ffee81;
}

#menu-toggle {
  display: none;
}

.menu-button, .menu-button::before, .menu-button::after {
  display: block;
  content: "";
  background-image: url(../img/customer/mobile_menu_icon.png);
  background-size: 100%;
  position: absolute;
  height: 7px;
  width: 24px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-button:before {
  content: "";
  margin-top: -8px;
}
.menu-button:after {
  content: "";
  margin-top: 8px;
}

.mobile-menu-opened .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
.mobile-menu-opened .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
.mobile-menu-opened .menu-button-container .menu-button:after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

/*main*/
.main {
  min-height: 500px;
  width: 100%;
}
.main > .container {
  padding: 0 25px;
}
.main .row > div {
  padding: 0 1em;
}

/*modal*/
.modal .modal-content {
  border-radius: 30px;
}
.modal .modal-header {
  border-radius: 30px 30px 0 0;
  border: none;
  background: #26a8a8;
}
.modal .modal-header .modal-title {
  font-weight: bold;
  text-align: center !important;
  font-size: 2em;
  width: 100%;
  color: #fff;
}
.modal .modal-header .btn-close {
  background: none;
  opacity: 1;
  position: relative;
}
.modal .modal-header .btn-close svg {
  position: absolute;
  right: 5px;
  top: 0;
}
.modal .modal-header .btn-close .svg-img path {
  fill: #fff;
}
.modal .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
}
.modal .modal-footer .btn_close {
  text-align: center;
  padding: 5.4% 18%;
  border: solid #26a8a8 1px;
  color: #26a8a8;
  background: #fff;
  border-radius: 20px;
  font-size: 1.5em;
  white-space: nowrap;
}

/*footer*/
#footer {
  background: #a06c57;
  color: #ffebca;
  text-align: center;
  border: none;
  padding: 3% 5% 0 5%;
  font-size: 1.15em;
  letter-spacing: 0;
}
#footer .box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#footer .svg-img path {
  fill: #ffebca;
}
#footer .title_box img {
  width: 250px;
}
#footer .title_box hr {
  border-top: dotted #ffe200 5px;
  background: transparent;
}
#footer .font {
  width: 100%;
  max-width: 1000px;
  margin: 3% auto;
}
#footer .font .mail {
  float: left;
  width: 50%;
  padding: 0 5%;
  border-right: solid #ffebca 3px;
}
#footer .font .mail img {
  max-width: 150px;
  width: 40%;
}
#footer .font .mail .title {
  font-size: 1.3em;
  font-weight: bold;
  padding: 30px 0 10px 0;
}
#footer .font .contact {
  float: left;
  width: 50%;
  padding: 0 5%;
}
#footer .font .contact img {
  max-width: 400px;
  width: 100%;
  margin: 8% 0;
}
#footer .copyright {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  clear: both;
  padding: 30px 0;
  font-size: 0.8em;
  line-height: 150%;
}

/*footer_design*/
.footer_design {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 0.9em;
  white-space: nowrap;
}

.footer_design a {
  color: rgba(255, 255, 255, 0.5) !important;
}

/*main_con*/
.main_con {
  margin: 0 auto 0 auto;
  padding: 150px 0 60px 0;
}
.main_con hr {
  float: left;
  width: 100%;
  border-top: dashed #a06c57 5px;
  background: transparent;
  margin: 5% 0;
}

/*page_left*/
.page_left {
  float: left;
  width: 33.3333333333%;
  padding-right: 1%;
}

/*page_right*/
.page_right {
  float: left;
  width: 66.6666666667%;
  padding: 0 0 0 8%;
}

/*page_box*/
.page_box {
  float: left;
  padding-left: 41%;
}

/*page_title*/
.page_title {
  float: left;
  width: 100%;
}
.page_title .font {
  float: left;
  width: 100%;
  padding: 21% 0 0 0;
}
.page_title .font > img {
  max-width: 370px;
  width: 70%;
}
.page_title .font h2 {
  line-height: 130%;
  font-weight: bold;
  margin: 9% 0px 4% 0;
}
.page_title .font .page_info {
  line-height: 170%;
  color: #777;
}
.page_title .font .page_info span {
  color: #ccc;
  padding: 0 3px;
}

/*page_con*/
.page_con {
  float: left;
  width: 100;
  padding-top: 30px;
}

.item_title {
  color: #a06c57;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 150%;
  position: relative;
}
.item_title .no {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #ffe300;
  font-size: 0.9em;
  color: #333;
  left: -65px;
  top: -7px;
  text-align: center;
  font-weight: 400;
  font-family: "微軟正黑體";
  padding: 5px 0 0 0;
}
.item_title .no img {
  max-width: 70%;
}

.pic_font {
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 0.85em;
}
.pic_font::before {
  content: url(../img/customer/arrow.svg);
  position: relative;
  left: -8px;
}

/*page_link*/
.page_link {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
.page_link .item_title {
  padding-bottom: 30px;
}
.page_link .item_title .no {
  padding: 3px 0 0 0;
}
.page_link .item_title .img {
  position: absolute;
  right: -40px;
  max-width: 470px;
  bottom: -70px;
}
.page_link .list {
  float: left;
  width: 100%;
}
.page_link .list a {
  float: left;
  width: 100%;
  margin: 1.5% 0;
  background: #ffe200;
  color: #000;
  padding: 25px 40px 25px 65px;
  border-radius: 20px;
  line-height: 150%;
  position: relative;
  font-size: 0.95em;
  border: solid #fff 1px;
  box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.1);
}
.page_link .list a:hover, .page_link .list a:focus {
  background: #ffee81;
  transition: color 0.5s;
  transition: background 0.5s;
  color: #26a8a8;
}
.page_link .list a .no {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  top: 20px;
  left: 20px;
  font-weight: bold;
  color: #000;
  padding-top: 5px;
  font-family: "微軟正黑體";
  font-size: 0.9em;
  letter-spacing: 0;
}
.page_link .list a:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  display: block;
  font-size: 0.9em;
  color: #000;
  position: absolute;
  right: 25px;
  top: 25px;
}

/*page_faq*/
.page_faq {
  float: left;
  width: 100%;
  position: relative;
}
.page_faq .title {
  font-size: 1.9em;
  color: #c6606f;
  font-weight: bold;
  margin-bottom: 20px;
}
.page_faq .title img {
  padding-right: 10px;
  margin-top: -8px;
}
.page_faq .img {
  position: absolute;
  right: 20px;
  top: -112px;
}
.page_faq .list {
  background: #f7f7f7;
  padding: 4% 3%;
  border-radius: 20px;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 30px !important;
  border: none;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0 !important;
}
.accordion .accordion-item .accordion-button {
  border: none;
  background: #ffe200;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 30px !important;
  box-shadow: none;
  position: relative;
  padding: 16px 20px 16px 70px;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #a06c57;
  color: #fff;
  transition: color 0.1s;
  transition: background 0.1s;
}
.accordion .accordion-item .accordion-button:not(.collapsed) .icon {
  color: #a06c57;
}
.accordion .accordion-item .accordion-button .icon {
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  text-align: center;
  padding-top: 7px;
  left: 20px;
  top: 10px;
}
.accordion .accordion-item .accordion-body {
  position: relative;
  padding: 20px 20px 20px 70px;
  font-weight: bold;
}
.accordion .accordion-item .accordion-body .icon {
  position: absolute;
  background: #a06c57;
  color: #fff;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  text-align: center;
  padding-top: 7px;
  left: 20px;
  top: 15px;
}

/*page_share*/
.page_share {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10% 0 12% 0;
}
.page_share a {
  border: solid #26a8a8 2px;
  padding: 3% 8.3%;
  border-radius: 20px;
  font-size: 1.25em;
  margin: 10px;
  width: 200px;
}
.page_share a svg {
  margin-right: 10px;
}
.page_share a:nth-child(1) {
  background: #26a8a8;
  color: #fff;
}
.page_share a:nth-child(2) {
  background: #fff;
  color: #26a8a8;
}
.page_share a:hover {
  opacity: 0.8;
}

.share_list {
  float: left;
  width: 90%;
  margin: 0 5%;
}
.share_list a {
  float: left;
  width: 33.3333333333%;
  color: #26a8a8;
  text-align: center;
  padding: 5%;
  font-weight: bold;
  line-height: 100%;
}
.share_list a img {
  max-width: 90px;
  width: 100%;
  margin-bottom: 10px;
}

/*page_month*/
.page_month {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 4% 60px 41%;
}
.page_month .box {
  width: 185px;
  margin: 0 auto;
}
.page_month .item_title {
  color: #26a8a8;
  margin-left: 60px;
}
.page_month .item_title .no {
  padding: 3px 0 0 2px;
}

.month_icon_list {
  float: left;
  width: 100%;
  padding: 10px 0 20% 0;
}
.month_icon_list .nav-link {
  float: left;
  width: 16.6666666667%;
  text-align: center;
  padding: 1.5% 2px;
  display: flex;
  justify-content: center;
}
.month_icon_list .nav-link a {
  background-color: #fff;
  border: solid #26a8a8 2px;
  padding: 4px;
  float: left;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0;
}
.month_icon_list .nav-link .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #26a8a8;
  padding: 5px;
}
.month_icon_list .nav-link .svg-img {
  border-radius: 50%;
  width: 75%;
  margin-top: -10px;
}
.month_icon_list .nav-link.lock {
  pointer-events: none;
  opacity: 0.5;
}
.month_icon_list .nav-link:hover, .month_icon_list .nav-link:focus {
  opacity: 0.9 !important;
  transition: background 0.5s;
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  h2 {
    font-size: 2em;
  }
  .container {
    max-width: 100%;
  }
  /*header*/
  .header-body .header-logo a:first-child {
    padding: 0 10px 0 0;
  }
  .header-body .header-logo a {
    margin: 10px 0 !important;
    height: 40px;
  }
  .header-body .header-logo svg {
    height: 40px;
    width: auto;
  }
  .header-body .header-nav li a {
    padding: 0 5px !important;
    font-size: 0.8em !important;
    font-weight: 400 !important;
  }
  /*main*/
  .main {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.4em;
  }
  .container {
    max-width: 100% !important;
  }
  /*header*/
  .header-body .header-logo a:first-child {
    padding: 0 20px;
  }
  .header-body .header-logo a {
    margin: 10px 0 !important;
    height: 50px;
  }
  .header-body .header-logo svg {
    height: 50px;
    width: auto;
  }
  .header-body .header-nav li a {
    padding: 0 10px !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
  }
  .sticky-header-active .header-logo {
    margin: 0;
  }
  .sticky-header-active .header-logo svg {
    height: 50px;
    width: auto;
  }
  .sticky-header-active .header-logo a {
    height: 50px;
    margin: 0 !important;
  }
  .sticky-header-active .header-nav li a {
    margin-top: -5px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  .header-body .header-logo a:first-child {
    padding: 0 20px;
  }
  .header-body .header-logo a {
    margin: 10px 0;
    height: 60px;
  }
  .header-body .header-logo svg {
    height: 60px;
  }
  .sticky-header-active .header-logo {
    margin: 0;
  }
  .sticky-header-active .header-logo svg {
    height: 60px;
    width: auto;
  }
  .sticky-header-active .header-logo a {
    height: 60px;
    margin: 0;
  }
  .sticky-header-active .header-nav li a {
    margin-top: -5px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (max-width: 991px) {
  /*header*/
  .header-body .header-nav li a svg {
    width: 40px;
    height: 40px;
  }
  /*page_left*/
  .page_left {
    width: 50%;
    padding-right: 3%;
  }
  /*page_right*/
  .page_right {
    width: 50%;
    padding: 0 0 0 5%;
  }
  /*page_box*/
  .page_box {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding: 60px;
    border-top: dashed #a06c57 4px;
  }
  /*page_month*/
  .page_month {
    padding: 60px 0 60px 0;
    background: #fffbeb;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .month_icon_list {
    float: left;
    width: 90%;
    padding: 20px 0 0 0;
    margin: 20px 5% 0 5%;
    border-top: dashed #a06c57 4px;
  }
  .month_icon_list .nav-link a {
    background-color: #fffbeb;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.4em;
  }
  .container {
    max-width: 100%;
  }
  /*mobile menu icon*/
  .menu-button-container {
    display: flex;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  /*header*/
  #header .container {
    position: fixed;
  }
  /*mobile menu*/
  .header-body {
    background: transparent !important;
  }
  .header-body .header-container {
    background: #a06c57;
    box-shadow: 0 0 37px rgba(33, 37, 41, 0.6588235294);
  }
  .header-body .header-row {
    height: 60px !important;
  }
  .header-body .header-logo {
    margin: 0 !important;
  }
  .header-body .header-logo a:first-child {
    padding: 0 10px 0 0;
  }
  .header-body .header-logo a {
    margin: 0 !important;
    height: 35px;
  }
  .header-body .header-logo svg {
    height: 35px;
    width: auto;
  }
  .header-body .header-nav .header-nav-main {
    opacity: 0.9;
  }
  .header-body .header-nav nav {
    background: #a06c57;
    max-height: calc(100vh - 60px) !important;
  }
  .header-body .header-nav nav .nav {
    display: block !important;
  }
  .header-body .header-nav nav li {
    display: block !important;
    border: none !important;
    float: left !important;
    width: 33.3333333333%;
    clear: none !important;
    padding: 10px !important;
  }
  .header-body .header-nav nav li a {
    text-align: center !important;
    padding: 10px 0 !important;
    font-size: 1em !important;
    font-weight: 400 !important;
  }
  .header-body .header-nav nav li a svg {
    width: 60px !important;
    height: 60px !important;
  }
  /*ICON*/
  #ICON {
    right: 30px;
    width: 45px;
  }
  #ICON a {
    width: 40px;
    height: 40px;
    border: solid #fffbeb 1px;
    margin-bottom: 10px;
  }
  #ICON a .svg-img {
    margin-top: -41px;
  }
  /*main*/
  .main {
    padding-top: 40px;
  }
  /*modal*/
  .modal .modal-content {
    border-radius: 20px;
  }
  .modal .modal-header {
    border-radius: 20px 20px 0 0;
  }
  .modal .modal-header .modal-title {
    font-size: 1.5em;
  }
  .modal .modal-footer .btn_close {
    padding: 4% 15%;
    font-size: 1.2em;
  }
  /*footer*/
  #footer {
    font-size: 0.95em;
    line-height: 150%;
    padding: 10% 5% 0 5%;
  }
  #footer .title_box img {
    width: 220px;
  }
  #footer .font .mail {
    border-right: solid #fff 2px;
  }
  /*main_con*/
  .main_con {
    padding: 20px 0px 60px;
  }
  .main_con hr {
    border-width: 4px;
  }
  /*page_title*/
  .page_title .font {
    padding-top: 10%;
  }
  .page_title .font .month {
    margin-bottom: 30px;
  }
  .page_title .font .month .no {
    font-size: 5em;
  }
  .page_title .font .month .badge {
    margin-top: 33px;
  }
  .page_title .font h2 {
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .page_title .font .page_info {
    font-size: 0.8em;
  }
  .page_title .font .page_info span {
    padding: 0;
  }
  .page_title .img img {
    border: solid #a06c57 3px;
  }
  /*page_box*/
  .page_box {
    padding: 40px 15px;
    margin-top: 4%;
  }
  /*page_con*/
  .page_con {
    padding-top: 0;
  }
  .item_title {
    font-size: 1.5em;
    padding: 60px 0 0 0;
  }
  .item_title .no {
    top: -10px;
    left: 0;
    padding-top: 10px;
  }
  /*page_link*/
  .page_link {
    padding: 30px 0 0 0;
  }
  .page_link .item_title {
    padding-bottom: 0;
  }
  .page_link .item_title .no {
    padding: 8px 0 0 0;
  }
  .page_link .item_title .img {
    position: absolute;
    right: -10px;
    max-width: 250px;
    bottom: -40px;
  }
  .page_link .list {
    float: left;
    width: 100%;
  }
  .page_link .list a {
    float: left;
    width: 100%;
    margin: 1.5% 0;
    background: #ffe200;
    color: #000;
    padding: 25px 40px 25px 65px;
    border-radius: 20px;
    line-height: 150%;
    position: relative;
    font-size: 0.95em;
  }
  .page_link .list a:hover, .page_link .list a:focus {
    background: #ffee81;
    transition: color 0.5s;
    transition: background 0.5s;
    color: #26a8a8;
  }
  .page_link .list a .no {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    top: 20px;
    left: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 5px;
    font-family: "微軟正黑體";
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .page_link .list a:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    display: block;
    font-size: 0.9em;
    color: #000;
    position: absolute;
    right: 25px;
    top: 25px;
  }
  /*page_faq*/
  .page_faq .title {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .page_faq .title img {
    width: 35px;
  }
  .page_faq .img {
    right: 0;
    top: -37px;
  }
  .page_faq .img img {
    width: 120px;
  }
  .accordion .accordion-item .accordion-button {
    padding: 16px 15px 16px 60px;
  }
  .accordion .accordion-item .accordion-button .icon {
    left: 10px;
  }
  /*page_month*/
  .page_month {
    padding-top: 0;
  }
  .page_month .box {
    width: 145px;
  }
  .page_month .box .no {
    left: -65px;
    top: 50px;
  }
  .page_month .box .no img {
    padding-top: 7px;
  }
  .page_month .box .item_title {
    margin-left: 40px;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*mobile menu*/
  .header-body .header-nav nav li {
    width: 50%;
  }
  .header-body .header-nav nav li a {
    padding: 5px 0 !important;
  }
  /*footer*/
  #footer {
    font-size: 0.8em;
  }
  #footer .title_box img {
    width: 180px;
  }
  #footer .font .mail {
    width: 100%;
    padding: 8% 0 10% 0;
    border-right: none;
    border-bottom: solid #ffebca 2px;
  }
  #footer .font .contact {
    width: 100%;
    padding: 5% 0;
  }
  /*page_left*/
  .page_left {
    width: calc(100% + 54px);
    padding-right: 0;
    margin-left: -25px;
  }
  /*page_right*/
  .page_right {
    width: 100%;
    padding: 0;
  }
  /*page_title*/
  .page_title .font {
    width: 100%;
    padding: 5%;
  }
  .page_title .font h2 {
    margin: 4% 0;
  }
  .page_title .img {
    width: 100%;
    padding: 30px 0 0 0;
  }
  /*page_link*/
  .page_link .item_title .img {
    max-width: 150px;
    bottom: -35px;
    right: -5px;
  }
  .page_link .list a {
    padding: 15px 30px 15px 45px;
  }
  .page_link .list a .no {
    top: 10px;
    left: 7px;
  }
  .page_link .list a:after {
    right: 11px;
    top: 16px;
  }
  /*page_share*/
  .page_share a {
    font-size: 1.1em;
    display: block;
    margin: 10px auto;
  }
  .share_list {
    width: 100%;
    margin: 0;
    font-size: 0.8em;
    letter-spacing: 0;
  }
  .share_list a {
    padding: 3%;
  }
  .share_list a img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  /*page_month*/
  .month_icon_list .nav-link {
    width: 25%;
  }
  .month_icon_list .nav-link a {
    padding: 2px;
    width: 60px;
    height: 60px;
    font-size: 0.9em;
  }
  .month_icon_list .nav-link .svg-img {
    margin-top: -15px;
  }
}
/*-----------------------------------------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-800 {
  max-width: 800px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red {
  color: #900 !important;
}

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

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

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

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

.green_01 {
  color: #588216 !important;
}

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

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #fff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

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

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

.bg_green_01 {
  background: #588216 !important;
}

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

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

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

.img_padding {
  padding: 10px;
}

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

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

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

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.blockquote_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: 0;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #f5f5f5;
  color: #333;
}
.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;
}
.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: #a06c57;
}
.table tbody td a:hover {
  color: #ffe200;
}
.table tbody td a:hover i:before {
  color: #fff !important;
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: #a06c57 !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: #ffe200 !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: rgba(0, 0, 0, 0.09);
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #ffe200 !important;
  color: #fff;
}
.table.table-hover tbody tr:hover > td a:hover {
  color: #000 !important;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  background: #a06c57;
  color: #fff !important;
}
.table.table-hover tbody tr:hover a i:before {
  color: #fff !important;
}
.table.table-hover tbody tr:hover a:focus i:before {
  color: #fff !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: #ffe200 !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}

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

.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%;
  font-size: 1.1em;
}
.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
}
.edit_con a {
  color: #a06c57;
  /*text-decoration:underline;*/
}

.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; /*一, 二, 三*/
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤*/
.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: #a06c57;
  color: #fff !important;
  border: 1px solid #a06c57 !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: #a06c57;
  color: #fff !important;
  border: 1px solid #a06c57 !important;
}

.tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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