@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
.lity-box {
  width: 70vw;
  background: #fff;
  overflow-y: auto;
  min-height: 80vh;
  padding: 1rem 5rem;
}
.lity-box h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}

.lity-box-narec {
  border-color: #36804a;
  border-top: solid 10px #36804a;
  border-bottom: solid 10px #36804a;
}
.lity-box-narec h2 {
  color: #36804a;
}

.lity-box-naborr {
  border-color: #0080a4;
  border-top: solid 10px #0080a4;
  border-bottom: solid 10px #0080a4;
}
.lity-box-naborr h2 {
  color: #0080a4;
}

.lity-box-naser {
  border-color: #dd7428;
  border-top: solid 10px #dd7428;
  border-bottom: solid 10px #dd7428;
}
.lity-box-naser h2 {
  color: #dd7428;
}

@media (max-width: 575.98px) {
  .lity-box {
    width: 80vw;
    padding: 1rem 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .lity-box {
    width: 80vw;
    padding: 1rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lity-box {
    padding: 1rem 2rem;
    min-height: 60vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .lity-box {
    min-height: 50vh;
  }
}
body .recordmenu_c, body .other, body .clock, body .liservice, body .liborrow, body .lirecycle, body .download, body .back, body .more02, body .more {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body .recordmenu_c span, body .other span, body .clock span, body .liservice span, body .liborrow span, body .lirecycle span, body .download span, body .back span, body .more02 span, body .more span {
  border: none;
  border-radius: 0.5rem;
  padding: 0.35rem 1rem;
}
body .recordmenu_c span::before, body .other span::before, body .clock span::before, body .liservice span::before, body .liborrow span::before, body .lirecycle span::before, body .download span::before, body .back span::before, body .more02 span::before, body .more span::before, body .recordmenu_c span::after, body .other span::after, body .clock span::after, body .liservice span::after, body .liborrow span::after, body .lirecycle span::after, body .download span::after, body .back span::after, body .more02 span::after, body .more span::after {
  font-size: 0.9rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 9;
}

[canvas], [off-canvas] {
  transform: translate(0, 0);
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
}

[off-canvas*=shift][off-canvas*=top] {
  transform: translate(0, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  transform: translate(-50%, 0);
}

[off-canvas*=shift][off-canvas*=bottom] {
  transform: translate(0, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  transform: translate(50%, 0);
}

[class*=js-] {
  cursor: pointer;
}

@media print {
  [canvas] {
    transform: translate(0px, 0px) !important;
  }
  [off-canvas] {
    display: none !important;
  }
}
.mobileNav .nav-list {
  width: 100%;
}
.mobileNav .nav-list dd {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mobileNav .nav-list dd a, .mobileNav .nav-list dd label {
  display: block;
}
.mobileNav .nav-list dd label {
  cursor: pointer;
}
.mobileNav .nav-list dd .group-list {
  margin-bottom: 0;
}
.mobileNav .nav-list dd .group-list a, .mobileNav .nav-list dd .group-list label {
  padding-left: 2rem;
}
.mobileNav .nav-list dd .group-list .sub-group-list a, .mobileNav .nav-list dd .group-list .sub-group-list label {
  padding-left: 2rem;
}
.mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list a, .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list label {
  padding-left: 2rem;
}
.mobileNav .nav-list dd .group-list, .mobileNav .nav-list dd .sub-group-list, .mobileNav .nav-list dd .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.mobileNav .nav-list dd input[type=checkbox]:checked + label + dl {
  max-height: 1000px;
}
.mobileNav .nav-list dd input[type=checkbox]:checked + label > span {
  transform: rotate(90deg);
}
.mobileNav .nav-list dd label > span {
  float: right;
  transition: transform 0.65s ease;
}

html {
  min-height: 100%;
  font-size: 16px;
}

body {
  line-height: 1.5;
}
body a, body button, body li, body dt, body dd, body p, body input, body i, body span, body figure, body figcaption, body svg, body g, body path, body ellipse {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body h1 {
  font-size: 2rem;
  font-weight: 500;
}
body h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
body h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
body h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
body p {
  font-size: 1rem;
  font-weight: 300;
}
body sup {
  font-size: 0.8rem;
  color: #f00;
}
body a:hover {
  text-decoration: none;
}
body img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  border: none;
}
body * {
  box-sizing: border-box;
}
body ::before, body ::after {
  font-weight: 900;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
body [onclick], body button {
  cursor: pointer;
}
body [hidden] {
  display: none !important;
}
body .cd-top {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  text-align: center;
}
body .cd-top i {
  border-radius: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  padding: 1rem 1.25rem;
}
body .cd-top.cd-top--show,
body .cd-top.cd-top--fade-out,
body .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}
body .cd-top.cd-top--show {
  visibility: visible;
  opacity: 1;
  z-index: 9997;
}
body .cd-top.cd-top--fade-out {
  opacity: 0.5;
}
body .cd-top:hover {
  opacity: 1;
}
body footer .copyright {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .editor {
  padding-right: 1rem;
  padding-left: 1rem;
}
body .editor h2, body .editor h3, body .editor h4, body .editor h5, body .editor h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
body .editor p {
  line-height: 2rem;
  margin-bottom: 0;
  word-wrap: break-word;
}
body .editor img {
  width: initial;
  margin: 0.5rem;
}

body {
  font-family: "Roboto", "Noto Sans TC", "Font Awesome 5 Free", sans-serif;
}
body a {
  color: #f60;
}
body a:hover {
  color: #666;
}
body .pagination {
  margin-top: 2rem;
}
body .pagination li.page-item {
  margin-top: 0;
}
body .pagination li.page-item:first-of-type a.page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
body .pagination li.page-item:last-of-type a.page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
body .pagination li.page-item a.page-link {
  line-height: 1;
  padding: 0.75rem 0.775rem;
}
body .pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
body .pagination li.page-item a.page-link[href] {
  background: #fff;
}
body .pagination li.page-item a.page-link[href]:focus {
  box-shadow: none;
}
body .pagination li.page-item a.page-link {
  border: 1px solid #fff;
  border-color: #ccc;
  background: #000;
  color: #fff;
}
body .pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
body .pagination li.page-item a.page-link[href] {
  color: #000;
}
body .pagination li.page-item a.page-link[href]:hover {
  background: #000;
  color: #fff;
}
body .pagination li.page-item a.page-link[href]:hover i::before {
  color: #fff;
}
body .cd-top i {
  background: rgba(0, 0, 0, 0.85);
  font-size: 1.15rem;
  color: #fff;
}
body .cd-top i::before, body .cd-top i::after {
  margin: 0;
}
body .more {
  text-align: center;
}
body .more a span {
  background: #221e1f;
  color: #fff;
  text-align: center;
}
body .more a span::after {
  content: "\f067";
  margin-right: 0;
}
body .more a:hover span {
  background: #000;
  color: #FFF;
}
body .more02 {
  text-align: center;
  border: 1px solid #fff;
  border-color: #000;
  border-radius: 0.5rem;
  padding: 0.2rem;
}
body .more02 a span {
  color: #000;
  text-align: center;
}
body .more02 a span::after {
  content: "\f067";
  margin-right: 0;
}
body .more02:hover {
  background: #59040a;
  border-color: #59040a;
  color: #FFF;
}
body .more02:hover span {
  color: #FFF;
}
body .back {
  text-align: center;
}
body .back a span {
  background: #000;
  color: #FFF;
}
body .back a:hover span {
  background: #a21b23;
  color: #FFF;
}
body .download {
  text-align: right;
}
body .download a span {
  background: #000;
  color: #fff;
}
body .download a span::before {
  content: "\f019";
  margin-left: 0;
}
body .download a:hover span {
  background: #ccc;
  color: #000;
}
body .lirecycle {
  text-align: center;
}
body .lirecycle a span {
  background: #36804a;
  color: #fff;
}
body .lirecycle a:hover span {
  background: #1b4725;
  color: #fff;
}
body .liborrow {
  text-align: center;
}
body .liborrow a span {
  background: #0080a4;
  color: #fff;
}
body .liborrow a:hover span {
  background: #034554;
  color: #fff;
}
body .liservice {
  text-align: center;
}
body .liservice a span {
  background: #dd7428;
  color: #fff;
}
body .liservice a:hover span {
  background: #c14000;
  color: #fff;
}
body .clock {
  text-align: center;
}
body .clock a span {
  background: #b90e24;
  color: #fff;
}
body .clock a span::before {
  content: "\f017";
  margin-left: 0;
}
body .clock a:hover span {
  background: #770619;
  color: #fff;
}
body .other {
  text-align: center;
}
body .other a {
  background: none;
  border-radius: 0.5rem;
  border: solid 1px;
  border-color: #ccc;
  color: #ccc;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
body .other a:hover {
  background: #ccc;
  color: #666;
}
body .recordmenu_c {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body .recordmenu_c a {
  background: none;
  border: solid 1px #221e1f;
  border-color: #221e1f;
  color: #221e1f;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body .recordmenu_c a span {
  padding: 0px;
  font-size: 0.9rem;
}
body .recordmenu_c a:hover {
  border: solid 1px #221e1f;
  border-color: #221e1f;
  background: #221e1f;
  color: #FFF;
}
body header {
  background: #FFF;
  border-bottom: 1px solid #fff;
  border-color: #221e1f;
}
body nav.navbar {
  padding-bottom: 0;
  padding-bottom: 0.5rem;
}
body nav.navbar button.navbar-toggler {
  padding: 0.75rem 1rem;
}
body nav.navbar button.navbar-toggler i::before, body nav.navbar button.navbar-toggler i::after {
  margin: 0;
}
body nav.navbar button.navbar-toggler:hover {
  background: none;
}
body nav.navbar div.navbar-collapse {
  background: none;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  padding-right: 0;
  padding-left: 0;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  margin-bottom: 0;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li:last-of-type {
  border-bottom: none;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item p {
  text-align: center;
  margin-bottom: 0;
}
body nav.navbar button.navbar-toggler {
  border: 1px solid #fff;
  border-color: #a21b23;
  color: #a21b23;
}
body nav.navbar button.navbar-toggler:hover {
  border-color: #165782;
  color: #165782;
}
body nav.navbar button.navbar-toggler:hover i {
  color: #165782;
}
body nav.navbar div.navbar-collapse ul.navbar-nav {
  margin-left: auto;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
  font-size: 1.15rem;
  color: #221e1f;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover p {
  color: #a21b23;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li[active] p {
  color: #a21b23 !important;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu ul.sub-menu li > a.dropdown-item, body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li > a.dropdown-item {
  background: none;
  color: #808080;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li > a.dropdown-item p {
  color: #808080;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li:hover {
  background: #307183;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu li:hover > a.dropdown-item p {
  color: #fff;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu {
  border-radius: 0px;
  background: rgba(223, 223, 223, 0.9);
  color: #fff;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu ul.sub-menu .dropdown-item.active, body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu ul.sub-menu .dropdown-item:active {
  background: none !important;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu ul.sub-menu .dropdown-item.active p, body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown ul.dropdown-menu ul.sub-menu .dropdown-item:active p {
  color: #000 !important;
}
body nav.navbar div.navbar-collapse ul.navbar-nav li.dropdown:nth-of-type(2n) ul.dropdown-menu li.dropdown ul.dropdown-menu::before {
  content: none;
}
body div.slidebars {
  width: 100vw;
  padding: 1rem;
  background: rgba(91, 16, 16, 0.9);
  z-index: 2;
}
body div.slidebars .closeBtn {
  text-align: right;
  margin-bottom: 1rem;
}
body div.slidebars .closeBtn button {
  background: none;
  border: none;
  padding: 0;
}
body div.slidebars .closeBtn button {
  color: #fff;
}
body div.slidebars .closeBtn button:hover {
  color: #f60;
}
body div.slidebars .mobileNav .nav-list dd {
  border-bottom: 1px solid #fff;
  border-color: #ccc;
}
body div.slidebars .mobileNav .nav-list dd:last-of-type {
  border-bottom: none;
}
body div.slidebars .mobileNav .nav-list dd a, body div.slidebars .mobileNav .nav-list dd label {
  color: #fff;
}
body div.slidebars .mobileNav .nav-list dd a:hover, body div.slidebars .mobileNav .nav-list dd a:focus, body div.slidebars .mobileNav .nav-list dd label:hover, body div.slidebars .mobileNav .nav-list dd label:focus {
  background: none;
}
body div.slidebars .mobileNav .nav-list dd .group-list dd {
  border-bottom: 1px dashed #fff !important;
}
body div.slidebars .mobileNav .nav-list dd .group-list dd:last-of-type {
  border-bottom: none !important;
}
body div.slidebars .mobileNav .nav-list dd .group-list dd a, body div.slidebars .mobileNav .nav-list dd .group-list dd label {
  padding-left: 2rem;
  background: none;
}
body div.slidebars .mobileNav .nav-list dd .group-list dd a:hover, body div.slidebars .mobileNav .nav-list dd .group-list dd a:focus, body div.slidebars .mobileNav .nav-list dd .group-list dd label:hover, body div.slidebars .mobileNav .nav-list dd .group-list dd label:focus {
  background: none;
}
body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list dd a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list dd label {
  padding-left: 4rem;
  background: none;
}
body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list dd a:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list dd a:focus, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list dd label:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list dd label:focus {
  background: none;
}
body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list dd a, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list dd label {
  padding-left: 6rem;
  background: none;
}
body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list dd a:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list dd a:focus, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list dd label:hover, body div.slidebars .mobileNav .nav-list dd .group-list .sub-group-list .sub-sub-group-list dd label:focus {
  background: none;
}
body section.banner {
  margin-bottom: 1.5rem;
}
body section .title .tit02 h2 {
  font-size: 1.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #221e1f;
  text-align: center;
}
body section .title .tit02 h2 i {
  transform: rotate(90deg);
}
body section .title .tit02 h2 i::before, body section .title .tit02 h2 i::after {
  margin-right: 0;
  margin-left: 0;
}
body section .title .tit02 h2 i {
  color: #b90e24;
}
body section .maps iframe {
  width: 100%;
  height: 20rem;
}
body section dl.list-text_in {
  margin-bottom: 0;
  margin-bottom: 1.5rem;
}
body section dl.list-text_in dd {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body section dl.list-text_in dd:last-of-type {
  border-bottom: none;
}
body section dl.list-text_in dd p {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
body section dl.list-text_in dd {
  background: #e5e5e5;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
body section dl.list-text_in dd p {
  color: #6c6e70;
}
body section dl.list-text_in dd p:first-of-type {
  font-size: 0.8rem;
}
body section dl.list-text_in dd p:last-of-type {
  color: #221e1f;
}
body section dl.list-text_in dd p a {
  color: #221e1f;
}
body section dl.list-text_in dd p a:hover {
  color: #221e1f;
}
body section dl.list-text_in dd:hover {
  background: #e1e9ef;
}
body section dl.list-text_pa {
  margin-bottom: 0;
  margin-bottom: 0;
}
body section dl.list-text_pa dd {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body section dl.list-text_pa dd:last-of-type {
  border-bottom: none;
}
body section dl.list-text_pa dd p {
  color: #000;
  margin-bottom: 0;
}
body section dl.list-text_pa dd p {
  color: #b90e24;
  font-weight: 500;
}
body section dl.list-text_pa dd p i {
  color: #be1d2c;
}
body section dl.list-text_pa dd p:last-of-type {
  padding-left: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body section dl.list-text_pa dd p a {
  color: #000;
}
body section dl.list-text_pa dd p a:hover {
  color: #000;
}
body section .list-img-text02 figure > p {
  overflow: hidden;
  border: 1px solid #ccc;
  height: 200px;
}
body section .list-img-text02 figure > p img {
  max-height: 200px;
  width: initial !important;
}
body section .list-img-text02 figure figcaption {
  margin-bottom: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
body section .list-img-text02 figure figcaption h2 {
  color: #221e1f;
  font-size: 1rem;
  text-align: center;
}
body section dl.list-img-intro {
  margin-bottom: 0;
}
body section dl.list-img-intro dd {
  margin-bottom: 2rem;
}
body section dl.list-img-intro dd figure {
  margin-bottom: 0;
  overflow: hidden;
}
body section dl.list-img-intro dd figure > p {
  overflow: hidden;
}
body section dl.list-img-intro dd figure > p img {
  width: initial;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1, 1);
}
body section dl.list-img-intro dd figure:hover p {
  overflow: hidden;
}
body section dl.list-img-intro dd figure:hover p img {
  transform: scale(1.2, 1.2);
}
body section dl.list-img-intro dd figure figcaption {
  padding: 0.5rem;
}
body section dl.list-img-intro dd figure figcaption h4 {
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body section dl.list-img-intro dd figure figcaption p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
body section dl.list-img-intro dd figure {
  background: #fff;
}
body section dl.list-img-intro dd figure > p {
  height: 300px;
  border: 1px solid #fff;
  border-color: #ccc;
  margin-bottom: 0.5rem;
}
body section dl.list-img-intro dd figure > p img {
  max-height: 300px;
}
body section dl.list-img-intro dd figure:hover p {
  border-color: #000;
}
body section dl.list-img-intro dd figure figcaption {
  padding: 0.5rem;
}
body section dl.list-img-intro dd figure figcaption h4 {
  font-size: 1.55rem;
  color: #221e1f;
  text-align: center;
}
body section dl.list-img-intro dd figure figcaption p {
  color: #a7a7a8;
  text-align: center;
}
body section dl.list-img-intro dd figure figcaption p.for01 {
  color: #000;
  font-weight: 400;
}
body section dl.list-img-intro dd figure figcaption p.for02 {
  color: #000;
  font-weight: 400;
  width: 80px;
  text-align: left;
}
body section dl.list-img-intro dd figure figcaption input.pad01 {
  padding: 0.3rem;
}
body section dl.list-img-intro dd figure figcaption .clocktex {
  margin-top: 4rem;
}
body section dl.list-img-intro dd figure figcaption .clocktex span {
  font-size: 1rem;
}
body section .scbox {
  border: 1px solid #fff;
  border-color: #58595b;
}
body section .scbox input {
  width: 100%;
}
body section .scbox input::-moz-placeholder {
  color: #808080;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
body section .scbox input:-ms-input-placeholder {
  color: #808080;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
body section .scbox input::placeholder {
  color: #808080;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
body section .scbox select {
  color: #888a8c;
}
body section .scbox select option {
  color: #888a8c;
}
body section .scbox .sech {
  background: #58595b;
  border-color: #6c6e70;
  color: #fff;
  border: none;
  padding: 0.55rem 1.65rem;
  outline: none;
}
body section .scbox .sech i {
  color: #fff;
}
body section .scbox .sech:hover {
  background: #000;
  color: #fff;
}
body section .scbox button[type=sech] {
  background: #58595b;
  border-color: #6c6e70;
  color: #fff;
  border: none;
  padding: 0.1rem;
  outline: none;
}
body section .scbox button[type=sech] i {
  color: #fff;
}
body section .scbox button[type=sech]:hover {
  background: #000;
  color: #fff;
}
body section .scalendar input::-moz-placeholder {
  color: #808080;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
body section .scalendar input:-ms-input-placeholder {
  color: #808080;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
body section .scalendar input::placeholder {
  color: #808080;
  padding-left: 0.3rem;
  font-size: 0.9rem;
}
body section .scalendar .sech {
  background: #58595b;
  border-color: #6c6e70;
  color: #fff;
  border: none;
  padding: 0.2rem;
  outline: none;
}
body section .scalendar .sech i {
  color: #fff;
}
body section .scalendar .sech:hover {
  background: #000;
  color: #fff;
}
body section .scalendar button[type=sech] {
  background: #58595b;
  border-color: #6c6e70;
  color: #fff;
  border: none;
  padding: 0.2rem;
  outline: none;
}
body section .scalendar button[type=sech] i {
  color: #fff;
}
body section .scalendar button[type=sech]:hover {
  background: #000;
  color: #fff;
}
body footer {
  background: #e5e5e5;
  color: #fff;
}
body footer .footer-info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body footer .footer-info dl {
  margin-bottom: 0;
}
body footer .footer-info dl dd:last-of-type {
  margin-bottom: 0;
}
body footer .footer-info a {
  color: #fff;
}
body footer .footer-info a:hover {
  color: #666;
}
body footer .footer-info p.fbtex {
  color: #165782;
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 1px;
}
body footer .footer-info dl.foomenu {
  padding-left: 0;
}
body footer .footer-info dl.foomenu::after {
  content: "";
  clear: both;
}
body footer .footer-info dl.foomenu dd {
  float: left;
}
body footer .footer-info dl.foomenu dd:last-of-type::after {
  content: none;
}
body footer .footer-info dl.foomenu dd::after {
  content: "|";
}
body footer .footer-info dl.foomenu dd {
  color: #221e1f;
  font-size: 0.9rem;
}
body footer .footer-info dl.foomenu dd::after {
  color: #221e1f;
}
body footer .footer-info dl.foomenu dd a {
  color: #221e1f;
}
body footer .footer-info dl.foomenu dd a:hover {
  color: #221e1f;
}
body footer .footer-info dl.list-abreast02 {
  margin-bottom: 0;
}
body footer .footer-info dl.list-abreast02 dd {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body footer .footer-info dl.list-abreast02 dd p {
  margin-bottom: 0;
}
body footer .footer-info dl.list-abreast02 dd {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0rem 1rem;
}
body footer .footer-info dl.list-abreast02 dd p {
  color: #221e1f;
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-bottom: 0;
  cursor: pointer;
}
body footer .footer-info dl.list-abreast02 dd p a {
  color: #221e1f;
}
body footer .footer-info dl.list-abreast02 dd p a:hover {
  color: #221e1f;
}
body footer .copyright {
  background: #221e1f;
  border-top: 1px solid #fff;
  border-color: #ccc;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body form.forms-group input, body form.forms-group select, body form.forms-group textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}
body form.forms-group input::-moz-placeholder, body form.forms-group select::-moz-placeholder, body form.forms-group textarea::-moz-placeholder {
  font-weight: 300;
}
body form.forms-group input:-ms-input-placeholder, body form.forms-group select:-ms-input-placeholder, body form.forms-group textarea:-ms-input-placeholder {
  font-weight: 300;
}
body form.forms-group input::placeholder, body form.forms-group select::placeholder, body form.forms-group textarea::placeholder {
  font-weight: 300;
}
body form.forms-group label {
  margin-bottom: 0;
  padding-left: 0;
}
body form.forms-group [type=checkbox], body form.forms-group [type=radio] {
  width: auto !important;
}
body form.forms-group select {
  padding-bottom: 0.75rem;
  margin-right: 0.5rem;
}
body form.forms-group textarea {
  resize: none;
}
body form.forms-group button[type=reset], body form.forms-group button[id=submit], body form.forms-group button {
  border: none;
  padding: 0.55rem 1.65rem;
  outline: none;
}
body form.forms-group button:hover {
  outline: none;
}
body form.forms-group dl dd {
  margin-bottom: 1.5rem;
}
body form.forms-group dl dd #name {
  width: 50%;
}
body form.forms-group dl dd #xcode {
  width: 10rem;
}
body form.forms-group dl dd img#imgcode {
  width: initial;
  height: 2.5rem !important;
  margin-left: 0.5rem;
}
body form.forms-group dl dd:last-of-type {
  text-align: center;
}
body form.forms-group input, body form.forms-group select, body form.forms-group textarea {
  border: 1px solid #666;
  border-radius: 0.5rem;
}
body form.forms-group input:hover, body form.forms-group select:hover, body form.forms-group textarea:hover {
  border-color: #000;
}
body form.forms-group input:focus, body form.forms-group select:focus, body form.forms-group textarea:focus {
  border-color: #f00;
}
body form.forms-group input::-moz-placeholder, body form.forms-group select::-moz-placeholder, body form.forms-group textarea::-moz-placeholder {
  color: #ccc;
}
body form.forms-group input:-ms-input-placeholder, body form.forms-group select:-ms-input-placeholder, body form.forms-group textarea:-ms-input-placeholder {
  color: #ccc;
}
body form.forms-group input::placeholder, body form.forms-group select::placeholder, body form.forms-group textarea::placeholder {
  color: #ccc;
}
body form.forms-group select {
  max-height: 43px;
}
body form.forms-group textarea {
  min-height: 150px;
}
body form.forms-group button {
  background: #000;
  border-color: 1px solid #0f0c0a;
  border-radius: 0.5rem;
  color: #fff;
}
body form.forms-group button:hover {
  background: #ccc;
  color: #fff;
}
body form.forms-group button[type=submit] {
  background: #ce2626;
  color: #fff;
}
body form.forms-group button[type=submit]:hover {
  background: #a21b23;
  color: #fff;
}
body form.forms-group .submit {
  background: #ce2626;
  color: #fff;
}
body form.forms-group .submit:hover {
  background: #a21b23;
  color: #fff;
}
body form.forms-group button[type=reset] {
  background: #6c6e70;
  border-color: #6c6e70;
  color: #fff;
}
body form.forms-group button[type=reset]:hover {
  background: #4b4c4c;
  color: #fff;
}
body form.forms-group .reset {
  background: #6c6e70;
  border-color: #6c6e70;
  color: #fff;
}
body form.forms-group .reset:hover {
  background: #4b4c4c;
  color: #fff;
}

button[type=reset] {
  background: #6c6e70;
  border-color: #6c6e70;
  color: #fff;
  outline: none !important;
  border: none;
}
button[type=reset]:hover {
  background: #4b4c4c;
  color: #fff;
}

.reset {
  background: #6c6e70;
  border-color: #6c6e70;
  color: #fff;
  outline: none !important;
  border: none;
}
.reset:hover {
  background: #4b4c4c;
  color: #fff;
}

.w-40 {
  width: 40% !important;
}

.inquire {
  width: 37px;
  position: fixed;
  right: 0rem;
  top: 22vh;
  z-index: 9999;
}

.textentry {
  border: 1px solid #fff;
  border-color: #666;
  font-size: 0.8rem;
  padding: 1rem;
  letter-spacing: 2px;
  line-height: 25px;
  height: 350px;
  overflow-y: auto;
}

@media (max-width: 767.98px) {
  .deskTop,
.Tablets,
.deskTopTablets {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .deskTop {
    display: none !important;
  }
  .cd-top {
    right: 5vw;
    bottom: 5vh;
  }
}
@media (min-width: 992px) {
  .Mobile,
.Tablets,
.TabletsMobile {
    display: none !important;
  }
  .cd-top {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 60vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body .recordmenu_c a {
    padding: 0rem !important;
  }
  body .recordmenu_c a span {
    font-size: 0.7rem !important;
  }
  body section dl.list-img-intro dd figure > p {
    height: 147px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 150px;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section dl.list-img-intro dd figure figcaption p.for02 {
    font-size: 0.8rem;
  }
  body section .list-img-text02 figure > p {
    height: 95px;
  }
  body section .scbox {
    margin-bottom: 1rem;
  }
  body section .scalendar input {
    width: 33%;
  }
  body footer .footer-info dl.list-abreast02 {
    margin-bottom: 0;
  }
  body footer .footer-info dl.list-abreast02 dd {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body footer .footer-info dl.list-abreast02 dd p {
    margin-bottom: 0;
  }
  body footer .footer-info dl.list-abreast02 dd {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0.3rem 0rem;
  }
  body footer .footer-info p.fbtex {
    text-align: left;
  }
  body form.forms-group dl dd #xcode {
    width: 9rem;
  }
  .w-40 {
    width: 32% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .Tablets {
    display: none !important;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 49vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body .recordmenu_c a {
    padding: 0.2rem !important;
  }
  body section dl.list-img-intro dd figure > p {
    height: 273px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 275px;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section .list-img-text02 figure > p {
    height: 170px;
  }
  body section .scbox {
    margin-bottom: 1rem;
  }
  body footer .footer-info dl.list-abreast02 {
    margin-bottom: 0;
  }
  body footer .footer-info dl.list-abreast02 dd {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body footer .footer-info dl.list-abreast02 dd p {
    margin-bottom: 0;
  }
  body footer .footer-info dl.list-abreast02 dd {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0.3rem 0rem;
  }
  .w-40 {
    width: 60% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .Mobile,
.Tablets {
    display: none !important;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 35vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body .recordmenu_c a span {
    font-size: 0.7rem !important;
  }
  body section dl.list-img-intro dd figure > p {
    height: 150px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 155px;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section .list-img-text02 figure > p {
    height: 135px;
  }
  body section .scalendar input {
    width: 33%;
  }
  .w-40 {
    width: 27% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 25vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  body nav.navbar div.navbar-collapse ul.navbar-nav li.nav-item a.nav-link p {
    font-size: 1rem;
  }
  body section dl.list-img-intro dd figure > p {
    height: 125px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 130px;
  }
  body section dl.list-img-intro dd figure figcaption h4 {
    font-size: 1.1rem;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex span {
    font-size: 0.8rem;
  }
  body section .list-img-text02 figure > p {
    height: 104px;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 15vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 15vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body section dl.list-img-intro dd figure > p {
    height: 179px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 180px;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section .list-img-text02 figure > p {
    height: 140px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 21vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body section dl.list-img-intro dd figure > p {
    height: 185px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 185px;
  }
  body section dl.list-img-intro dd figure figcaption h4 {
    font-size: 1.5rem;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex span {
    font-size: 1.1rem;
  }
  body section .list-img-text02 figure > p {
    height: 145px;
  }
}
@media (min-width: 1441px) {
  .header-logo {
    text-align: center;
  }
  .header-logo a img {
    width: 20vw;
  }
  a.navbar-brand > img {
    width: 15vw;
  }
  .footer-logo a img {
    width: 20vw;
  }
  body section dl.list-img-intro dd figure > p {
    height: 222px;
  }
  body section dl.list-img-intro dd figure > p img {
    max-height: 260px;
  }
  body section dl.list-img-intro dd figure figcaption .clocktex {
    margin-top: 1rem;
  }
  body section .list-img-text02 figure > p {
    height: 166px;
  }
}
.title {
  margin-bottom: 2.5rem;
}
.title h1, .title h2, .title h3, .title h4, .title h5 {
  margin-bottom: 0;
}
.title h1 span {
  font-size: 1.5rem;
}
.title h1 {
  color: #000;
}
.title h2 {
  color: #000;
}
.title h3 {
  color: #000;
}
.title h4 {
  color: #000;
}
.title h5 {
  color: #000;
}

main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main article {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
main article section .title .patitle h2 {
  font-size: 1.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
}
main article section .title .patitle h2 i {
  transform: rotate(90deg);
}
main article section .title .patitle h2 i::before, main article section .title .patitle h2 i::after {
  margin-right: 0;
  margin-left: 0;
}
main article section .title .patitle h2 i {
  color: #f00;
}
main article section .title .patitle h2 span {
  color: #000;
  margin-left: 0.5rem;
}
main article section .title .patitle03 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #b90e24;
  text-align: left;
}
main article section .title .newstitle h1 {
  color: #000;
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
main article section .title .newstitle span {
  color: #b90e24;
  font-size: 1rem;
  font-weight: 700;
}
main article section .newstitlebox {
  border-bottom: 1px dashed #fff;
  border-color: #ccc;
  padding-bottom: 0.5rem;
}
main article section aside nav.navbar {
  background: none;
}
main article section aside nav.nav-aside {
  padding: 0;
}
main article section aside nav.nav-aside button.navbar-toggler {
  width: 100%;
  border: 1px solid #fff;
  border-color: #a7a7a8;
  color: #a7a7a8;
  padding: 10px;
  margin-bottom: 1rem;
}
main article section aside nav.nav-aside button.navbar-toggler img {
  width: 25px;
  margin-right: 0.5rem;
}
main article section aside nav.nav-aside button.navbar-toggler i {
  color: #a7a7a8;
}
main article section aside .mobileNav02 {
  width: 90%;
}
main article section aside .mobileNav02 .nav-list dt {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #a7a7a8;
}
main article section aside .mobileNav02 .nav-list dt img {
  width: 30px;
  margin-right: 0.5rem;
}
main article section aside .mobileNav02 .nav-list dt i {
  color: #a7a7a8;
}
main article section aside .mobileNav02 .nav-list dd {
  border-bottom: 1px solid #fff;
  border-color: #ccc;
  background: #b3b3b3;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
main article section aside .mobileNav02 .nav-list dd:hover, main article section aside .mobileNav02 .nav-list dd:focus {
  background: #b90e24;
}
main article section aside .mobileNav02 .nav-list dd:last-of-type {
  border-bottom: none;
}
main article section aside .mobileNav02 .nav-list dd label, main article section aside .mobileNav02 .nav-list dd p {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  letter-spacing: 1px;
  font-weight: 500;
}
main article section aside .mobileNav02 .nav-list dd a, main article section aside .mobileNav02 .nav-list dd label {
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd a:hover, main article section aside .mobileNav02 .nav-list dd a:focus, main article section aside .mobileNav02 .nav-list dd label:hover, main article section aside .mobileNav02 .nav-list dd label:focus {
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active] {
  background: #b90e24;
}
main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active] a, main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active] label {
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active] a:hover, main article section aside .mobileNav02 .nav-list dd:nth-of-type(n+1)[active] label:hover {
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd.m01 {
  background: #221e1f;
}
main article section aside .mobileNav02 .nav-list dd.m01 label, main article section aside .mobileNav02 .nav-list dd.m01 p {
  margin-bottom: 0;
  padding: 0.8rem 0rem 0.8rem 1rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd.m02 {
  background: #375d41;
}
main article section aside .mobileNav02 .nav-list dd.m02 label, main article section aside .mobileNav02 .nav-list dd.m02 p {
  margin-bottom: 0;
  padding: 0.8rem 0rem 0.8rem 1rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd {
  background: #ccc;
}
main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd:hover {
  background: #b90e24;
}
main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd a, main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd label {
  padding-left: 0;
  color: #000;
}
main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd a:hover, main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd a:focus, main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd label:hover, main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd label:focus {
  color: #fff;
}
main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd[active] {
  background: #b90e24;
}
main article section aside .mobileNav02 .nav-list dd.m02 .group-list dd[active] a {
  color: #fff;
}
main article section .designer-works .selectors {
  margin-top: 0.25rem;
}
main article section .designer-works .selectors a {
  width: 20%;
}
main article section .nemenu {
  background: #FFF;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  border-color: #221e1f;
  color: #221e1f;
  text-align: center;
  padding: 0.3rem 0.5rem;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 1rem;
}
main article section .nemenu[active] {
  background: #be1d2c;
  border-color: #be1d2c;
  color: #FFF;
}
main article section select.forother {
  width: 50%;
  margin: 0;
}
main article section select.forother option:first-of-type {
  color: #b90e24;
}
main article section select.forother2 option:first-of-type {
  color: #b90e24;
}
main article section select.forother_s {
  width: 67%;
  margin: 0;
}
main article section select.forother_s option:first-of-type {
  color: #b90e24;
}
main article section select.forother_st {
  width: 50%;
  margin: 0;
}
main article section select.forother_st option:first-of-type {
  color: #b90e24;
}
main article section select.forother_st2 {
  width: 56%;
  margin: 0;
}
main article section select.forother_st2 option:first-of-type {
  color: #b90e24;
}
main article section select.forother_rt {
  width: 50%;
  margin: 0;
}
main article section select.forother_rt option:first-of-type {
  color: #b90e24;
}
main article section label.ws01 {
  width: 80px;
}
main article section label.br01 {
  width: 12%;
}
main article section label.br01t {
  width: 12%;
}
main article section label.br01se {
  width: 8%;
}
main article section .br02 p {
  margin-bottom: 0;
}
main article section .lfwid {
  width: 20%;
  padding-left: 5px;
}
main article section .addcolor {
  color: #9a9a9a;
  height: 30px;
  line-height: 30px;
}
main article section .lfwid_back {
  width: 25%;
  padding-left: 5px;
}
main article section .sert_back label {
  margin-right: 3rem;
}
main article section .sert_back label:last-of-type {
  margin-right: 0;
}
main article section dl.cont01 dt {
  color: #4eb346;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
main article section dl.cont01 dd {
  color: #403f41;
}
main article section dl.cont01 dd p.wcp01 {
  width: 2.3rem;
  margin-bottom: 0;
  text-align: center;
}
main article section dl.cont01 dd p.wcp01 i {
  color: #093b68;
}
main article section dl.cont01 dd a {
  color: #403f41;
}
main article section dl.cont01 dd a:hover {
  color: #403f41;
}
main article section p.pcotx {
  font-weight: 400;
}

.tred {
  color: #c81b23;
}

#owl-star .owl-nav {
  background: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  font-size: 3.5rem !important;
  color: #000 !important;
  opacity: 0.75 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#owl-star .owl-nav button {
  border: none;
  background: none;
  color: #000;
}
#owl-star .owl-nav button:hover {
  background: none;
  color: #000;
}
#owl-star .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: -4%;
}
#owl-star .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: -4%;
}

@media (max-width: 575.98px) {
  main article section aside .mobileNav02 {
    width: 100%;
  }
  main article section aside .mobileNav02 .nav-list dt {
    font-size: 1rem;
  }
  main article section select.forother {
    width: 94%;
  }
  main article section select.forother2 {
    width: 91%;
  }
  main article section select.forother_s {
    width: 94%;
  }
  main article section select.forother_st {
    width: 94%;
  }
  main article section select.forother_st2 {
    width: 94%;
  }
  main article section select.forother_rt {
    width: 94%;
  }
  main article section label.br01 {
    width: 100%;
  }
  main article section label.br01t {
    width: 100%;
  }
  main article section label.br01se {
    width: 100%;
  }
  main article section .br02 p {
    font-size: 0.8rem;
  }
  main article section .lfwid {
    width: 70%;
  }
  main article section .lfwid_back {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main article section aside .mobileNav02 {
    width: 100%;
  }
  main article section aside .mobileNav02 .nav-list dt {
    font-size: 1rem;
  }
  main article section select.forother {
    width: 97%;
  }
  main article section select.forother2 {
    width: 94%;
  }
  main article section select.forother_s {
    width: 97%;
  }
  main article section select.forother_st {
    width: 97%;
  }
  main article section select.forother_st2 {
    width: 97%;
  }
  main article section select.forother_rt {
    width: 97%;
  }
  main article section label.br01 {
    width: 20%;
  }
  main article section label.br01t {
    width: 20%;
  }
  main article section label.br01se {
    width: 20%;
  }
  main article section .lfwid {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  main article section aside .mobileNav02 {
    width: 100%;
  }
  main article section aside .mobileNav02 .nav-list dt {
    font-size: 1rem;
  }
  main article section select.forother {
    width: 32%;
  }
  main article section select.forother_s {
    width: 41%;
  }
  main article section select.forother_st {
    width: 20%;
  }
  main article section select.forother_st2 {
    width: 96%;
  }
  main article section select.forother_rt {
    width: 96%;
  }
  main article section label.br01 {
    width: 20%;
  }
  main article section label.br01t {
    width: 20%;
  }
  main article section label.br01se {
    width: 20%;
  }
  main article section .lfwid {
    width: 25%;
  }
  main article section .lfwid_back {
    width: 30%;
  }
  main article section dl.cont01 dd p.wcp01 {
    width: 1.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  main article section aside .mobileNav02 {
    width: 100%;
  }
  main article section aside .mobileNav02 .nav-list dt {
    font-size: 1rem;
  }
  main article section select.forother {
    width: 47%;
  }
  main article section label.br01t {
    width: 14%;
  }
  main article section label.br01se {
    width: 14%;
  }
  main article section select.forother_s {
    width: 54%;
  }
  main article section select.forother_st {
    width: 39% !important;
  }
  main article section select.forother_st2 {
    width: 38% !important;
  }
  main article section select.forother_rt {
    width: 29%;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  main article section select.forother {
    width: 60%;
  }
  main article section select.forother_s {
    width: 65%;
  }
  main article section select.forother_st {
    width: 54%;
  }
  main article section select.forother_st2 {
    width: 50%;
  }
  main article section select.forother_rt {
    width: 45%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  main article section select.forother {
    width: 49%;
  }
  main article section select.forother_s {
    width: 55%;
  }
  main article section select.forother_st {
    width: 50%;
  }
  main article section select.forother_st2 {
    width: 45%;
  }
  main article section select.forother_rt {
    width: 31%;
  }
}/*# sourceMappingURL=pages.css.map */