﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.section {
  position: relative;
  width: 100%;
}

.section_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section_title {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
.section_title.color_o {
  color: #d74c15;
}

.section_minTitle {
  text-align: center;
  font-size: 3.2rem;
  padding: 2rem 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
.section_minTitle.color_o {
  color: #d74c15;
}

.section_bottom {
  position: relative;
  padding: 0.5rem;
  text-align: center;
}

.section_btn {
  margin-right: auto;
  margin-left: auto;
  padding: 13px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #efefef;
  box-shadow: 0 3px 0 #efefef;
  max-width: 280px;
  display: block;
  position: relative;
  background-color: #d74c15;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
}
.section_btn:hover {
  top: 2px !important;
  -webkit-box-shadow: 0 1px 0 #efefef;
  box-shadow: 0 1px 0 #efefef;
  color: #fff;
  text-decoration: none;
}

.section_pagination {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
}
.section_pagination a {
  display: inline-block;
  border-radius: 20px;
  height: 25px;
  width: 25px;
  font-weight: bold;
  line-height: 25px;
  font-size: 0.875rem;
  background-color: #fff;
  color: #d74c15;
  margin: 0 5px;
  text-decoration: none;
}
.section_pagination a.active {
  background-color: #d74c15;
  color: #fff;
}

.link_list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.link_item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 1%;
  width: 250px;
  padding: 5px;
  height: 80px;
  text-align: center;
  border: 1px solid #ffae8e;
  border-radius: 5px;
}
.link_item img {
  max-width: 100%;
}

.bg__color_o {
  background-color: #ffe7de;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .section_inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link_item {
    width: 42%;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .section_inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1px) and (max-width: 999.98px) {
  .wrapper {
    margin-top: 65px;
  }
}
@media (min-width: 1000px) {
  .wrapper {
    margin-top: 85px;
  }

  .section_inner {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .link_item {
    max-width: 20%;
  }
}
html, body {
  font-family: "Arial",微軟正黑體;
  font-size: 100%;
}

body {
  margin: 0;
  background-color: #fff;
}

iframe {
  border: none;
}

img {
  border: 0;
  outline: none;
  display: inline-block;
}

a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 99999px;
}

.txt-sig {
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background-color: #fff;
  border-bottom: 5px solid #eee;
}

.header_inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.logo {
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.logo img {
  max-height: 50px;
}
.logo b {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 20px;
}
.logo small {
  font-size: 0.75rem;
  color: #fff600;
  color: #000;
}

.hamburger {
  position: absolute;
  right: 15px;
  font: inherit;
  display: none;
  overflow: visible;
  padding: 0px;
  cursor: pointer;
  outline: none;
  text-transform: none;
  color: inherit;
  border: 0;
  z-index: 6;
  background-color: transparent;
}
.hamburger.active .hamburger_inner {
  transition-delay: .22s;
  background-color: transparent;
}
.hamburger.active .hamburger_inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
.hamburger.active .hamburger_inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}

.hamburger_box {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.hamburger_inner {
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #d74c15;
  top: 2px;
}
.hamburger_inner:after {
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #d74c15;
  display: block;
  content: "";
  top: 12px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger_inner:before {
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #d74c15;
  display: block;
  content: "";
  top: 6px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  height: 100%;
  background-color: #fff;
  display: none;
  cursor: pointer;
}

.nav_box ul {
  position: relative;
  transition: all 0.35s;
}
.nav_box .a_val_1 {
  position: relative;
  font-size: 1.0625rem;
  font-weight: bold;
  white-space: nowrap;
  color: #d74c15;
  height: 100%;
  text-decoration: none;
}
.nav_box .box {
  display: inline-flex;
  align-items: flex-end;
}
.nav_box .txt {
  line-height: 2;
}
.nav_box .ul_val_2 {
  display: none;
}
.nav_box .a_val_2 {
  color: #000;
}

@media (min-width: 1px) and (max-width: 999.98px) {
  .header_inner {
    padding: 10px 15px;
    height: 60px;
    justify-content: center;
  }
  .header_inner:before {
    position: absolute;
    width: 100%;
    top: 60px;
    height: 5px;
    background-color: #eee;
    content: "";
    z-index: 5;
  }

  .hamburger {
    display: inline-block;
  }

  .nav_mask {
    display: block;
  }

  .nav_box {
    position: fixed;
    display: none;
    z-index: 3;
    width: 100%;
    left: 0%;
    top: 60px;
    min-height: calc(100% - 60px);
  }
  .nav_box.active {
    display: block;
    overflow-y: auto;
    height: calc(100% - 60px);
  }
  .nav_box ul {
    width: 100%;
    margin: 0px auto;
    padding-top: 0px;
  }
  .nav_box .ul_val_1 {
    padding-bottom: 20px;
  }
  .nav_box .a_val_1 {
    color: #000;
    border-bottom: 2px solid #eee;
    padding: 0.625rem 2rem;
    width: 100%;
    display: block;
    border-left: 5px solid #d74c15;
    font-weight: bold;
  }
  .nav_box .ul_val_2 {
    display: block;
  }
  .nav_box .a_val_2 {
    padding: 0.625rem 3rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 1000px) {
  .header_inner {
    padding-left: 20px;
    height: 80px;
    justify-content: space-between;
  }
	.logo img {
	  max-height: 70px;
	}
  .header_nav {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .nav_box {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .nav_box li {
    text-align: center;
  }
  .nav_box .li_val_1 {
    position: relative;
    height: 100%;
  }
  .nav_box .li_val_1:hover .a_val_1 {
    color: #ffffff;
  }
  .nav_box .li_val_1:hover:before {
    height: 100%;
  }
  .nav_box .li_val_1:hover > .ul_val_2 {
    display: block;
  }
  .nav_box .li_val_1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    transition: width .35s;
    transition: height 0.35s;
    background-color: #ffae8e;
  }
  .nav_box .li_val_1:nth-child(odd):before {
    background-color: #d74c15;
  }
  .nav_box .a_val_1 {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 120px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    text-align: center;
  }
  .nav_box .ul_val_2 {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    display: none;
  }
  .nav_box .li_val_2 {
    display: inline-block;
    width: 100%;
    padding-top: 0.75rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.75rem;
    line-height: 1;
    text-align: center;
    border-bottom: 2px solid #eee;
    transition: all .35s;
  }
  .nav_box .li_val_2:hover {
    border-bottom: 2px solid #d74c15;
  }
  .nav_box .li_val_2:hover .a_val_2 {
    color: #d74c15;
  }
  .nav_box .a_val_2 {
    transition: all .35s;
    font-weight: bold;
  }
}
.footer {
  position: relative;
  border-top: 5px solid #eee;
  width: 100%;
  padding-bottom: 40px;
}

.footer_inner {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0 15px;
  width: 90%;
  max-width: 1000px;
}

.footer_info {
  line-height: 1.5;
}
.footer_info h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
.footer_info ul {
  font-size: 0.875rem;
  list-style: disc;
  margin-left: 1.25rem;
}
.footer_info li {
  padding: 0.125rem 0;
}
.footer_info .line {
  position: relative;
  max-width: 200px;
}
.footer_info .line img {
  max-width: 100%;
}
.footer_info .icon_map {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_map.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}

.footer_row {
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.footer_contact .map {
  position: relative;
  height: 300px;
}
.footer_contact iframe {
  width: 100%;
  height: 100%;
}

.footer_copyright {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 1px) and (max-width: 999.98px) {
  .footer_row {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    padding: 0 15px;
  }

  .footer_contact {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .footer_row {
    flex-direction: row-reverse;
  }

  .footer_info {
    width: 50%;
    padding: 1rem;
  }

  .footer_contact {
    width: 50%;
    padding: 1rem;
  }
}
.marquee {
  position: fixed;
  width: 100%;
  z-index: 9;
  bottom: 0px;
  left: 0;
  padding: 10px;
  background-color: #d74c15;
  border-top: 1px solid #ffffff;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

.form {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.form .input_radio {
  position: relative;
  margin: 0.5rem 0;
}
.form .input_radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  line-height: 1.375rem;
  padding-left: 2rem;
}
.form input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
}
.form input[type="radio"]:checked + label:before,
.form input[type="radio"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url(../images/input_radio.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  margin-right: 5px;
}
.form input[type="radio"]:checked + label:before {
  background-image: url(../images/input_radio_on.png);
}
.form input[type="radio"]:disabled + label:before {
  cursor: auto;
}
.form input[type="radio"].on:disabled + label:before {
  cursor: auto;
}
.form .input_checked {
  position: relative;
  margin: 0.5rem 0;
}
.form .input_checked label {
  position: relative;
  cursor: pointer;
  display: flex;
  padding-left: 2rem;
  line-height:1.375rem;
}
.form .input_checked .txt {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 30px;
  font-weight: bold;
}
.form input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
}
.form input[type=""]:checked + label:before,
.form input[type="checkbox"] + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  height: 24px;
  width: 24px;
  display: inline-block;
  background: url(../images/input_checked.png) no-repeat;
}
.form input[type="checkbox"]:checked + label:before {
  background: url(../images/input_checked_on.png) no-repeat;
}
.form .input_txt {
  width: 100%;
  height: 40px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  transition: all .35s;
}
.form textarea.input_txt {
  min-height: 80px;
}
.form input, .form select {
  font-size: 1.135rem;
}

.form_title {
  padding: 0.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.form_title b {
  font-size: 1.875rem;
  line-height: 1.2;
}
.form_title small {
  font-size: 1rem;
  letter-spacing: 2px;
}

.form_item {
  position: relative;
  width: 100%;
  margin-bottom: 0.75rem;
}

.form_item_title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.125rem;
}
.form_item_title span {
  line-height: 2;
}

.form_item_txt {
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.125rem;
}
.form_item_txt span {
  line-height: 2;
}

.form_item_input {
  width: 100%;
}
.form_item_input .input_radio {
  display: inline-block;
}

.form_remark {
  padding: 5px;
  color: red;
  display: inline-block;
}

.input_address {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.input_address .zipcode {
  display: none;
}
.input_address .input_address_county {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
  transition: all .35s;
  margin-bottom: 5px;
  margin-right: 5px;
}
.input_address .input_address_district {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
  transition: all .35s;
  margin-bottom: 5px;
}

.form_check_item_content {
  margin-left: 40px;
  margin-bottom: 30px;
  display: none;
}
.form_check_item_content h3 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.form_check_item_content small {
  font-size: 1rem;
}
.form_check_item_content .input_radio {
  margin-bottom: 10px;
  font-size: 1rem;
}

.form_bottom {
  margin-top: 50px;
}

@media (min-width: 1px) and (max-width: 999.98px) {
  .form_item_title {
    margin-bottom: 5px;
  }
  .form_item_title span {
    border-left: 3px solid #000;
    padding-left: 5px;
  }

  .form_item_txt {
    margin-bottom: 5px;
  }
  .form_item_txt span {
    border-left: 3px solid #000;
    padding-left: 5px;
  }
}
@media (min-width: 1000px) {
  .form_item {
    display: flex;
  }

  .form_item_title {
    padding: 0 1rem;
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
    text-align: right;
  }
  .form_item_title span {
    border-bottom: 2px solid #000;
  }

  .form_item_txt {
    padding: 0 1rem;
    flex: 0 0 370px;
    max-width: 370px;
    width: 370px;
    text-align: right;
  }
  .form_item_txt span {
    border-bottom: 2px solid #000;
  }
}
.banner {
  position: relative;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.banner .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
}

.bannerSwiper {
  position: relative;
  width: 100%;
}
.bannerSwiper .swiper-wrapper {
  height: 100%;
}
.bannerSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.bannerSwiper .swiper-pagination-bullet {
  background-color: #ffae8e;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .banner .mb {
    display: block;
  }

  .bannerSwiper {
    /*height: 156.25vw;*/
    /*height: 78.125vw;*/
    height: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .banner .ipad {
    display: block;
  }

  .bannerSwiper {
    /*height: 43.75vw;*/
    /*height:20.84vw;*/
    height:31.25vw;
  }
}
@media (min-width: 1000px) {
  .banner .pc {
    display: block;
  }

  .bannerSwiper {
    /*height: 43.75vw;*/
    /*height:20.84vw;*/
    height:31.25vw;
  }
}
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/*20201204*/
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.news_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.news_item {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}

.news_item_top {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1rem;
  color: #888888;
}

.news_item_pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  width: 100%;
  margin-bottom: 1rem;
}
.news_item_pic .pic {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  transition: transform .35s;
}
.news_item_pic:hover .pic {
  transform: scale(1.1);
}

.news_item_txt {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #888888;
  font-weight: bold;
  min-height: 150px;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .news_list {
    max-width: 600px;
    padding: 1rem 0 2rem;
  }

  .news_list_s .news_item {
    width: 98%;
    margin: 0 1% 20px;
  }

  .news_list_b .news_item {
    width: 98%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .news_list {
    padding: 2rem 0;
  }

  .news_list_s .news_item {
    width: 48%;
    margin: 0 1% 20px;
  }

  .news_list_b .news_item {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 1000px) {
  .news_list {
    padding: 3rem 0 2rem;
  }

  .news_list_s .news_item {
    width: 23%;
    margin: 0 1% 20px;
  }

  .news_list_b .news_item {
    width: 48%;
    margin: 0 1% 20px;
  }
}
.article {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
.article img {
  max-width: 100%;
}

.article_top .date {
  font-size: 1rem;
}

.article_title {
  font-size: 2.125rem;
  line-height: 1.2;
  padding: 0.75rem 0;
}

.article_content {
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
}
.article_content strong {
  font-weight: bold;
}
.article_content ol {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.article_content ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article_content_pic {
  margin-bottom: 1rem;
  text-align: center;
}

.article_content_txt {
  margin-bottom: 1rem;
}

.article_download h3 {
  padding: 5px;
  background-color: #d74c15;
  color: #fff;
}
.article_download .item {
  position: relative;
  padding: 0.5rem;
  display: flex;
  font-size: 1rem;
  color: #000;
  align-items: center;
  border-bottom: 1px solid #d74c15;
}
.article_download .item .txt {
  width: calc(100% - 30px);
}
.article_download .item:after {
  position: relative;
  content: "";
  display: inline-block;
  background-image: url(../images/icon_download.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .article_title {
    font-size: 2rem;
  }
}
