@charset "UTF-8";
@import url("../aos.html");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;family=Noto+Serif+TC&amp;display=swap"); /*黑體*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap");
@import url("all.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("../jquery-ui.html");
@import url("all.css");
@import url("pretty-2.css");
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 3s;
  }
}
@keyframes show_height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
    transition: height 1s;
  }
}
@keyframes show_height_vh {
  0% {
    height: 0;
  }
  100% {
    height: 90vh;
    transition: height 1s;
  }
}
@keyframes criss-cross-top {
  0% {
    top: -20px;
  }
  50% {
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
  100% {
    top: 50%;
    width: 103%;
    height: 103%;
    border-radius: 0%;
  }
}
@keyframes linkline01 {
  0% {
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes linkline02 {
  0% {
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  49% {
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity 3s;
  }
}
@keyframes widthto30 {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@keyframes widthto60 {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}
@keyframes widthto100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes hidtoshow {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-padding-top: 260px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  font-family: Microsoft JhengHei, Arial, Helvetica, "Noto Sans TC", sans-serif;
  line-height: 2;
  font-weight: initial;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #000;
  transition: 0.5s;
  text-decoration: none;
}
a:visited {
  color: #555;
}
a:hover {
  opacity: 0.7;
  color: #c60000;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

.container {
  margin: unset;
  max-width: unset;
  padding: unset;
}

.container img {
  margin: initial;
}

.ming {
  font-family: Arial, Helvetica, "Noto Sans TC", "cwTeXMing", sans-serif;
} /*黑體*/
.f_nototc {
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-family: unset;
}

p, td, li, label, .lead {
  font-size: unset;
  line-height: unset;
  font-weight: unset;
}

.path-green {
  color: #333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.home-fd {
  display: block;
  margin-bottom: 12px;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.content_title {
  font-weight: bold;
}

.deco01 {
  position: relative;
  padding-left: 20px;
}
.deco01::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 28px;
  border-left: 4px solid #ad0000;
}

.titimg_first {
  width: 54%;
  color: #ad0000;
  line-height: 1.2;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.titimg_first .tit_xl {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.titimg_first .sub {
  font-size: clamp(2.4rem, 2.35vw, 3rem);
}
.titimg_first .text {
  margin-top: 64px;
  line-height: 1.6;
}

.tit_xl {
  font-family: "Oswald", Arial, Helvetica, "Noto Sans TC", Microsoft JhengHei, sans-serif;
  font-size: clamp(4rem, 5vw, 7.2rem);
  font-weight: 500;
  text-transform: uppercase;
}

.tit_m {
  font-size: clamp(2.4rem, 2.1vw, 2.6rem);
  font-weight: bold;
}
.tit_m a,
.tit_m a:hover {
  color: #fff;
  pointer-events: none;
}
.tit_m.fbig {
  font-size: clamp(2.4rem, 2.1vw, 4rem);
}
.title_sec {
  position: relative;
  margin-top: 60px;
}
.title_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 64px;
  border-top: 2px solid #c60000;
}
.title_sec .col {
  padding: 0;
}

.title_third {
  color: #c60000;
  font-size: clamp(-1.6rem, 2.35vw, 2.4rem);
  font-weight: bold;
}

.title_fourth {
  margin-bottom: 12px;
  color: #c60000;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-weight: bold;
}

.white {
  color: #fff !important;
}
.white::before {
  border-top: 2px solid #fff !important;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.both {
  flex: 0 0 100%;
  clear: both;
}

/* -------------------------------- 
but.icon
-------------------------------- */
select,
input,
textarea,
button {
  font-size: 1.6rem;
  font-family: Microsoft JhengHei, Arial, Helvetica, "Noto Sans TC", sans-serif;
  vertical-align: middle;
  padding: 8px;
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none; /*去除ios語法，但會導致checkbox與radio出問題*/
}
select:hover,
input:hover,
textarea:hover,
button:hover {
  cursor: pointer;
}
select:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0;
  box-shadow: 0 3px 8px #dbf2eb;
  -webkit-transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #c60000;
}

select {
  padding-right: 26px;
  background: #fff url("../arrow_dwon_green.html") no-repeat right center;
  background-size: 20px;
}

select::-ms-expand {
  display: none;
} /* --ie清除--*/
input[type=radio], input[type=checkbox] {
  border: 1px solid #bbb;
  background-color: #fff;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; /* 用來修正appearance: none; 所帶來的問題 */
}

input {
  cursor: pointer;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=image],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus,
input[type=image]:focus,
button:focus {
  outline: 0;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 0;
}

:focus, input:focus, select:focus, textarea:focus {
  outline: 0 !important;
  border-bottom: 2px solid #c60000 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc; /* Chrome, Safari */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc; /* IE 10+ */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc; /* Firefox 19+ */
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

.dropdown-item {
  display: unset;
  padding: unset;
  white-space: unset;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #c60000;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
  border-bottom: 2px solid #c60000 !important;
}

.btn-light {
  padding: 12px 8px;
  color: #c60000;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.btn-light:hover {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.btn-light.focus,
.btn-light:focus {
  color: #c60000;
  background-color: transparent;
  border-color: transparent;
  box-shadow: initial;
  border-bottom: 2px solid #c60000 !important;
}

.bootstrap-select .dropdown-menu li {
  font-size: 1.6rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #c60000;
}

.form-control:focus {
  border-color: #f90000;
  box-shadow: 0 0 0 0.2rem rgba(17, 161, 130, 0.25);
}

.bs-searchbox .form-control {
  padding: 8px;
  color: #c60000;
  font-size: 1.6rem;
}

.bootstrap-select .dropdown-menu.show {
  border: 1px solid #eee;
}

.bootstrap-select.my-select .inner.show {
  border: 0;
}

.bootstrap-select.my-select .dropdown-menu.show,
.bootstrap-select.my-select .inner.show {
  max-height: initial !important;
  min-height: initial !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: unset;
  text-decoration: unset;
  background-color: unset;
}

.nav-link {
  display: unset;
  padding: unset;
}

.card {
  border: 0;
}

.send {
  text-align: center;
}
.send input {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5;
  text-align: center;
  margin: 60px 0;
  padding: 0 30px;
  border: 0;
  border-radius: 40px;
  background-color: #c60000;
  letter-spacing: 10px;
  text-indent: 10px;
}
.send input:hover {
  outline: 0;
  opacity: 0.7;
}

.send input:hover {
  background-color: #aaa;
}

.back {
  margin: 8vh 0;
  text-align: center;
}
.back img {
  margin-right: 12px;
  height: 22px;
}
.back a,
.back a:visited {
  padding: 12px 24px;
  color: #ad0000;
  border: 2px solid #ad0000;
  border-radius: 40px;
}

.btn_more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn_more a {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  line-height: 1.2;
  background-color: #ad0000;
  border-radius: 0 24px 0 0;
}

.btn_download a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #c60000;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin: 20px 0;
  padding: 4px 24px;
  border: 1px solid #c60000;
  border-radius: 40px;
}
.btn_download a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c60000;
}

/*   note   */
.note {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.6;
}

.strong_01 {
  color: #c60000;
  font-size: 1.8rem;
}

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

/*   table   */
.table_scroll {
  overflow-x: auto;
}

.table_scroll > table {
  min-width: 1000px;
}

.td_title {
  font-weight: bold;
  text-align: right;
  vertical-align: baseline;
  padding-top: 16px !important;
}

.tdst_01 td.f_left {
  text-align: left;
}

.tdst_01 th {
  line-height: 1.4;
  padding: 8px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #b3b3b3;
}
.tdst_01 td {
  line-height: 1.4;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.tdst_01 td.weaken {
  font-size: 1.3rem;
  color: #999;
}
.tdst_01 tr:nth-child(even) td {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_flex > tbody > tr {
  display: flex;
  flex-wrap: wrap;
}

.td_bodr {
  border: 1px solid #c4c4c4;
}

.decoline01 {
  max-height: 7px;
}

/*  rwd table  */
.rwd-table {
  border-collapse: collapse;
}

.rwd-table th, .rwd-table td {
  line-height: 1.4;
  padding: 8px;
}

@media screen and (max-width: 576px) {
  .rwd-table tr {
    border: 1px solid #ddd;
  }
  .rwd-table th {
    display: none;
  }
  .rwd-table td {
    display: flex;
    border: none;
    text-align: left;
  }
  .rwd-table td:before {
    content: attr(data-th) " ";
    min-width: 90px;
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 8px;
  }
  .car_shoplist table.rwd-table .td01 {
    padding: 10px;
  }
  table.rwd-table tr:nth-child(even) td.td01 {
    border-bottom: 0;
  }
  table.rwd td {
    display: block;
  }
}
/*RWD Youtube 以及 Vimeo*/
.video-container {
  position: relative;
  height: 0;
  padding: 30px 0 56.25% 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Global Links CSS*/
@media screen and (min-width: 3840px) {
  html {
    font-size: unset;
  }
}
@media screen and (max-width: 992px) {
  .titleimg_first {
    width: 100%;
    padding: 68px 0;
  }
  .back {
    margin: 10vw 0;
  }
}
#loaders .spinner {
  position: absolute;
  left: 45%;
  top: 45%;
  animation: spinnerFour 1s linear infinite;
  border: solid 1px transparent;
  border-top: solid 1px #c60000;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 100%;
  width: 3em;
  height: 3em;
  margin: auto;
}

@keyframes spinnerFour {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* spinner9 4 ends here */
.wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  padding: 0 7%;
}

.full {
  width: 100%;
  padding: 0;
}

.xxl {
  padding: 0 5%;
}

.xl {
  max-width: 1920px;
  margin: auto;
  padding: 0 7%;
}

.ml {
  max-width: 1920px;
  margin: auto;
  padding: 0 12%;
}

.md {
  max-width: 1920px;
  margin: auto;
  padding: 0 15%;
}

.sm {
  width: 46%;
  margin: auto;
}

.mx_xl {
  max-width: 1920px;
  margin: auto;
}

.mx1280 {
  max-width: 1280px;
  margin: auto;
}

.headgap {
  margin-top: 100px;
}

.headgap_l {
  margin-top: 160px;
}

.gaptop_m {
  padding-top: 60px;
}

@media screen and (min-width: 1925px) {
  .xxl,
  .xl,
  .ml,
  .md {
    padding: 0;
  }
}
@media screen and (max-width: 1440px) {
  .wrap {
    gap: 3%;
    padding: 0 3%;
  }
  .wrap.md {
    padding: 0 3%;
  }
  .full {
    width: 100%;
    padding: 0;
  }
  .xl,
  .ml,
  .md,
  .mx1280 {
    padding: 0 3%;
  }
  .gaptop_m {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .xxl {
    padding: 0;
  }
  .xl,
  .ml,
  .md,
  .mx1280 {
    padding: 0;
  }
}
.hid {
  display: none;
}

.pchidmobshow {
  display: none;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-center-stretch-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-topcenter-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap-between-rwd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-wrap-between-rwd.tit_gup .path.fs_14 {
  flex: unset;
  width: unset;
}

@media screen and (max-width: 992px) {
  .headgap,
  .headgap_l {
    margin-top: 61px;
  }
  .pchidmobshow {
    display: block;
  }
  .pchshowmobhid {
    display: none;
  }
  .flex-wrap-between-rwd {
    flex-direction: column;
    align-items: unset;
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
ul.liststyl_01 { 
  margin-top: 10px;
  padding-left: 20px; 
  line-height: 1.4;
}
ul.liststyl_01 li {
  margin-bottom: 12px;
  list-style-image: url(../jpg/arrow01-2.jpg); 
}

.path.fs_14 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 100%;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 7%;
  color: #ddd;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: right;
}
.path.fs_14 > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: initial;
  line-height: initial;
  font-weight: initial;
}
.path.fs_14 > li:last-child {
  color: #c60000;
}
.path.fs_14 > li:last-child::after {
  content: none;
  color: #c60000;
}
.path.fs_14 > li a:link,
.path.fs_14 li a:visited {
  text-decoration: none;
  color: #ad0000;
  transition: all 0.5s ease 0s;
}
.path.fs_14 > li::after {
  content: ">";
  margin: 0 5px;
}
.path.fs_14 .m1_title {
  color: #c60000;
}

.tit_gup {
  width: 100%;
  margin-bottom: 24px;
}
.tit_gup .tit_xl {
  color: #ad0000;
}
.tit_gup .path.fs_14 {
  padding: 30px 0;
}

.content {
  flex: 10;
  padding-bottom: 60px;
}

.row-2 {
  display: flex;
  align-items: center;
}

.modal:not(:target),
.modal.show:not(:target) {
  display: none !important;
}

.fade:not(.show) {
  opacity: unset;
}

.aside_left {
  flex: 2;
  margin-bottom: 44px;
}
.aside_left .subject_warp {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.aside_left .subject {
  cursor: initial;
  margin: 0;
  margin-bottom: 24px;
  padding: 12px 1vw;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  list-style: none;
  border-radius: 0 0 40px 0;
  background: linear-gradient(135deg, #c50000 0%, #950101 100%);
}
.aside_left .subject_sub {
  cursor: initial;
  margin: 0;
  margin-top: -12px;
  margin-bottom: 16px;
  padding: 8px 1vw;
  color: #c60000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  list-style: none;
}
.aside_left .txt {
  color: #999;
}
.aside_left ul.prolist {
  width: 100%;
  margin-bottom: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.aside_left ul.prolist li {
  font-size: 1.8rem;
  line-height: 1.2;
}
.aside_left ul.prolist a {
  position: relative;
  display: block;
  padding: 16px 0 16px 24px;
  color: #000;
}
.aside_left ul.prolist a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.aside_left ul.prolist a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ad0000;
  vertical-align: 0.255em;
  border-top: 2px solid #ad0000;
  border-right: 2px solid #ad0000;
  border-bottom: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -6px;
}
.aside_left ul.prolist a:hover {
  opacity: 1;
  font-weight: bold;
  text-decoration: none;
}
.aside_left ul.prolist a:hover::after {
  border-bottom: 2px solid #c60000;
  animation: linkline01 0.5s linear 1;
}
.aside_left ul.prolist a.current {
  font-weight: bold;
}
.aside_left ul.prolist a.current::after {
  border-bottom: 2px solid #b3b3b3;
  animation: linkline01 0.5s linear 1;
}
.aside_left ul.prolist.appli_checkbox {
  margin-top: 20px;
}
.aside_left ul.prolist.appli_checkbox li {
  margin: 12px 0;
}
.aside_left ul.prolist .current {
  position: relative;
  padding: 16px 0 16px 24px;
  color: #000;
}
.aside_left ul.prolist .current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ad0000;
  vertical-align: 0.255em;
  border-top: 2px solid #ad0000;
  border-right: 2px solid #ad0000;
  border-bottom: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: -6px;
}
.aside_left ul.prolist .current::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 2px solid #b3b3b3;
}
.aside_left ul.mu_lv2 {
  padding-left: 16px;
  list-style: none;
}
.aside_left ul.mu_lv2 a::before {
  border-radius: 10px;
  border: 2px solid #ad0000;
  transform: rotate(135deg);
}
.aside_left ul.mu_lv2 a.current::before {
  border-radius: 10px;
  border: 2px solid #ad0000;
}
.aside_left .contact {
  margin-top: 60px;
}
.aside_left .contact a {
  display: block;
}
.aside_left .m2_title a {
  pointer-events: none;
  color: #fff;
}

.clamp_m {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.aside_left.article_left .subject_warp {
  margin: 0;
  padding: 24px 10% 20px;
  border-bottom: 0;
  background-color: #f7f7f7;
}
.aside_left.article_left ul.articlelist {
  list-style: none;
  margin-bottom: 0;
  padding: 0px 10% 40px;
  background-color: #fff;
}
.aside_left.article_left ul.articlelist li {
  font-size: 1.8rem;
  line-height: 1.2;
}
.aside_left.article_left ul.articlelist a {
  display: block;
  position: relative;
  padding: 12px 0 12px 24px;
  color: #000;
}
.aside_left.article_left ul.articlelist a::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  border: 3px solid #d0631f;
}
.aside_left.article_left ul.articlelist a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.aside_left.article_left ul.articlelist a:hover, .aside_left.article_left ul.articlelist a.current {
  opacity: 1;
  color: #c60000;
  text-decoration: none;
}
.aside_left.article_left ul.articlelist a:hover::after, .aside_left.article_left ul.articlelist a.current::after {
  border-bottom: 1px solid #c60000;
  animation: linkline01 0.5s linear 1;
}
.aside_left.article_left .subject_warp.catalog {
  margin-top: 20px;
}
.aside_left.article_left .articlelist.catalog a::before {
  transform: rotate(90deg);
}

.cat_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
  border: 1px solid #ddd;
}
.cat_list .col {
  width: 50%;
}
.cat_list .info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6vw;
}
.cat_list a .proname {
  margin-bottom: 16px;
  color: #ad0000;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: bold;
}
.cat_list a .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  word-wrap: break-word;
}
.cat_list a:hover {
  text-decoration: none;
}
.cat_list a:hover .proname,
.cat_list a:hover .desc {
  color: #ad0000;
}
.cat_list .img {
  padding: 40px;
  text-align: center;
}

.procatlv02_wrap .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.procatlv02_wrap .proname {
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  line-height: 1.4;
  font-weight: bold;
}
.procatlv02_wrap .catlv2_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 29.3333333333%;
  margin: 0 2%;
  margin-bottom: 48px;
}
.procatlv02_wrap .catlv2_list .col {
  width: 100%;
}
.procatlv02_wrap .catlv2_list .info {
  padding: 24px 0;
}
.procatlv02_wrap .catlv2_list a .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: gray;
  line-height: 1.4;
  font-weight: normal;
}
.procatlv02_wrap .catlv2_list a:hover {
  text-decoration: none;
}
.procatlv02_wrap .catlv2_list a:hover .proname,
.procatlv02_wrap .catlv2_list a:hover .desc {
  color: #ad0000;
}
.procatlv02_wrap .catlv2_list .img {
  text-align: center;
}

.prolist_wrap {
  align-items: flex-start;
}
.prolist_wrap .content {
  display: flex;
  flex-wrap: wrap;
}
.prolist_wrap .proli_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 29.3333333333%;
  margin: 0 2%;
  margin-bottom: 48px;
}
.prolist_wrap .proli_list a {
  height: 100%;
  padding: 2vw;
  border: 1px solid #ddd;
}
.prolist_wrap .proli_list a:hover {
  border-bottom: 2px solid #ad0000;
}
.prolist_wrap .proli_list .col {
  width: 100%;
  padding-bottom: 24px;
}
.prolist_wrap .proli_list .proname {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: clamp(1.7rem, 2vw, 1.8rem);
  line-height: 1.4;
  font-weight: bold;
}
.prolist_wrap .proli_list .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: gray;
  line-height: 1.6;
}
.prolist_wrap .proli_list .img {
  text-align: center;
}
.prolist_wrap .proli_list .feature {
  margin-bottom: 12px;
}

.search_wrap .proli_list{
  height: 100%;
  padding: 2vw;
  border: 1px solid #ddd;
}
.search_wrap .proli_list .proname a {
  display: block;
  padding: 4px 0 12px;
  border: 0;
}
.search_wrap .proli_list .title_fourth {
  font-size: clamp(1.6rem, 2.1vw, 1.6rem);
}

.prodec_wrap .prodec_coat {
  display: flex;
  flex-wrap: wrap;
}
.prodec_wrap .prodec_coat .img {
  width: 40%;
  text-align: center;
}
.prodec_wrap .prodec_coat .img img {
  padding: 6vw;
  border: 1px solid #ddd;
}
.prodec_wrap .prodec_coat .info {
  width: 60%;
}
.prodec_wrap .prodec_coat .proname {
  margin-bottom: 12px;
  font-size: clamp(2.4rem, 2.35vw, 3.6rem);
  line-height: 1.2;
  font-weight: bold;
}
.prodec_wrap .prodec_coat .feature {
  margin-bottom: 60px;
}
.prodec_wrap .prodec_coat .feature.first {
  padding-top: 24px;
}

.procat {
  display: flex;
  flex-wrap: wrap;
}

.procatlist {
  position: relative;
  width: 48%;
  margin: 0 1% 2vw;
  overflow: hidden;
}
.procatlist a {
  display: block;
  color: #fff;
}
.procatlist a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #42af9e;
}
.procatlist .images {
  background-color: #000;
}
.procatlist .images img {
  position: relative;
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
  height: 100% !important;
  margin: 0;
}
.procatlist .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 4%;
  height: 100%;
  text-align: center;
}
.procatlist .text h2.title {
  color: #fff;
  font-size: 3.6rem;
}
.procatlist .text .copy {
  color: #fff;
  line-height: 1.6;
}

.prolist_wrap .inquire {
  display: block;
  margin: auto;
}
.prolist_wrap .shell {
  display: flex;
  flex-wrap: wrap;
}
.prolist_wrap .modal .prev_pro {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  animation: show 1s 0s linear 1;
}
.prolist_wrap .modal .prev_pro img {
  width: 68px;
}
.prolist_wrap .modal .next_pro {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  transform: translateY(-50%);
  animation: show 1s 0s linear 1;
}
.prolist_wrap .modal .next_pro img {
  width: 68px;
}
.prolist_wrap .modal .btn-close {
  z-index: 1;
  right: 44px;
  top: 44px;
  padding: 16px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.prolist_wrap .modal-title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.prolist_wrap .modal-body,
.prolist_wrap .modal-content,
.prolist_wrap .modal-dialog {
  position: initial;
}
.prolist_wrap .modal-header {
  justify-content: flex-end;
  border-bottom: 0;
}
.prolist_wrap .modal-body .row {
  display: flex;
  position: relative;
  z-index: 2;
}
.prolist_wrap .modal-body .row .col {
  padding: 24px;
}

.modal-xl {
  max-width: 1920px;
}
.modal-xl .modal-content {
  width: 60%;
  margin: auto;
}

.prolist_wrap .modal-dialog {
  transform: translateY(20%) !important;
}

.procatlist,
.prolist {
  width: 21%;
  margin: 2%;
}
.procatlist .images,
.prolist .images {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  padding-bottom: 66.254%;
  height: 0;
}
.procatlist .images img,
.prolist .images img {
  margin: 0;
  max-height: 100%;
}
.procatlist .images a,
.prolist .images a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border: 10px solid #cce7e3;
}
.procatlist .images a:hover,
.prolist .images a:hover {
  opacity: 1;
  border: 10px solid #c60000;
}
.procatlist .images .text,
.prolist .images .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 30, 39, 0.78);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 160%;
  overflow: hidden;
  filter: alpha(opacity=0);
  Opacity: 0;
  transition: all 0.5s ease 0s;
}
.procatlist .images:hover .text,
.prolist .images:hover .text {
  filter: alpha(opacity=100);
  Opacity: 1;
  transition: all 0.25s ease 0s;
}
.procatlist .caption,
.prolist .caption {
  margin: 0;
  padding: 20px 0;
}
.procatlist .pretty i:before,
.prolist .pretty i:before {
  top: 3px;
}
.procatlist .pretty:hover h4,
.prolist .pretty:hover h4 {
  color: #c60000;
}
.procatlist .pretty label,
.prolist .pretty label {
  display: flex;
}
.procatlist .pretty label h4,
.prolist .pretty label h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
}

.pro_detail {
  display: flex;
  margin-top: 72px;
}
.pro_detail .pro_detail_img {
  position: relative;
}
.pro_detail .pro_detail_img .btn {
  padding: 0;
}
.pro_detail .pro_detail_img img {
  position: relative;
  z-index: 1;
}
.pro_detail .col {
  width: 50%;
  padding: 0 5%;
}
.pro_detail .col h1.title_a {
  display: flex;
  color: #c60000;
  font-size: clamp(3.2rem, 2.35vw, 4.4rem);
  font-weight: bold;
  margin-bottom: 42px;
}
.pro_detail .col h1.title_a img {
  width: 24px;
}
.pro_detail .gallery-thumbs {
  padding: 10px 0;
}
.pro_detail .gallery-thumbs img:hover {
  cursor: pointer;
  border-bottom: 4px solid #c60000;
}
.pro_detail .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.2;
}
.pro_detail .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.pro_detail .swiper-slide img {
  border: 1px solid #eee;
}
.pro_detail .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.pro_detail .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
}
.pro_detail .col.group {
  padding-bottom: 32px;
  border-bottom: 3px solid #c60000;
}
.pro_detail .col.group form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro_detail .col.group .text {
  height: 100%;
}

.pro_detail .pro_qty.qty {
  display: flex;
  margin-top: 44px;
}
.pro_detail .pro_qty.qty .text {
  display: flex;
  align-items: center;
  padding-right: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.pro_detail .pro_qty.qty .but_minus,
.pro_detail .pro_qty.qty .but_add {
  width: 50px;
  height: 50px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 0;
  color: #fff;
  background-color: #c60000;
}
.pro_detail .pro_qty.qty .but_minus:hover,
.pro_detail .pro_qty.qty .but_add:hover {
  background-color: #f90000;
}
.pro_detail .pro_qty.qty .form03 {
  width: 100px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
}

.btn.inquiry {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 0;
}
.btn.inquiry a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  background-color: #ad0000;
  overflow: hidden;
  transition: 0.3s;
}
.btn.inquiry a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: initial;
  bottom: initial;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #f90000;
  -webkit-transform: scaleX(200);
  -ms-transform: scaleX(200);
  transform: scaleX(200);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.btn.inquiry a:hover {
  color: #fff;
  text-decoration: none;
}
.btn.inquiry a:hover::before {
  -webkit-animation: criss-cross-top 0.8s both;
  animation: criss-cross-top 0.8s both;
  opacity: 1;
}
.btn.inquiry a img {
  height: 48px;
  margin: 4px;
}
.btn.inquiry .images,
.btn.inquiry span {
  position: relative;
  z-index: 1;
  width: auto;
}
.btn.inquiry .images.sm img {
  height: 22px;
  margin: 16px 12px;
}

.inqvsmore {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.inqvsmore .nexpre {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.inqvsmore .nexpre img {
  width: 32px;
}
.inqvsmore .nexpre a.prev {
  padding: 12px 16px;
}
.inqvsmore .nexpre a.next {
  padding: 12px 16px;
}
.inqvsmore .nexpre .divider_v {
  height: 24px;
  border-right: 1px solid #ddd;
}

.pro_detail_directions {
  margin: 8vh 0;
}

.sendinquiry_end {
  margin: 4vh 0;
  text-align: center;
}
.sendinquiry_end .txt {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 2.35vw, 4.4rem);
  color: #c60000;
  font-weight: bold;
  line-height: 1.2;
}

/*Global Links CSS*/
@media screen and (max-width: 1440px) {
  .aside_left {
    flex: 3;
  }
  .content {
    flex: 9;
  }
}
@media screen and (max-width: 992px) {
  .path.fs_14 {
    padding: 12px 3%;
  }
  .tit_gup .path.fs_14 {
    padding: 12px 0;
  }
  .tit_gup {
    margin-top: 24px;
  }
  .wrap .aside_left {
    display: none;
  }
  .procat_wrap .content {
    display: flex;
    flex-wrap: wrap;
  }
  .procat_wrap .content .cat_list {
    flex-direction: column-reverse;
    width: 46%;
    margin: 0 2%;
    margin-bottom: 48px;
  }
  .procat_wrap .content .cat_list .col {
    width: 100%;
  }
  .procat_wrap .content .cat_list .info {
    padding-bottom: 60px;
  }
  .procatlv02_wrap .aside_left {
    flex: 100%;
    display: block !important;
    text-align: center;
  }
  .procatlv02_wrap .catlv2_list {
    width: 46%;
  }
  .procatlist {
    width: 100%;
  }
  .prodec_wrap .prodec_coat {
    flex-direction: column;
  }
  .prodec_wrap .prodec_coat .img,
  .prodec_wrap .prodec_coat .info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-xl .modal-content {
    width: 90%;
  }
  .coat.prolist_wrap .modal .next_pro {
    right: -26px;
  }
  .coat.prolist_wrap .modal .prev_pro {
    left: -26px;
  }
  .coat.prolist_wrap .modal-dialog {
    transform: translateY(2%) !important;
  }
  .coat.prolist_wrap .modal-body .row .col {
    padding: 0 12px 12px;
  }
  .coat.prolist_wrap .modal-title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .prolist_wrap .proli_list {
    width: 46%;
  }
  .pro_detail {
    flex-direction: column;
    margin-top: 40px;
  }
  .pro_detail .col {
    width: 100%;
    padding: 0;
  }
  .pro_detail .col.pro_detail_img {
    margin-bottom: 24px;
  }
  .pro_detail .col.pro_detail_img .gallery-top {
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .procat_wrap .content .cat_list {
    width: 100%;
    margin: 0;
    margin-bottom: 48px;
  }
  .coat.prolist_wrap .modal-body .row .col:first-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .procatlv02_wrap .catlv2_list {
    width: 100%;
    margin: 0 10%;
    margin-bottom: 48px;
  }
  .prolist {
    width: 97%;
  }
  .prolist_wrap .proli_list {
    width: 100%;
  }
}
.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.wrap.news_wrap .sell {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  width: 100%;
}

.news_wrap .shell {
  display: flex;
  flex-wrap: wrap;
}
.news_wrap .shell .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 96%;
  margin: 0 2% 3em;
  background-color: #fff;
}
.news_wrap .shell .list a {
  display: block;
  padding: 2vw;
  border: 1px solid #eee;
}
.news_wrap .shell .list .col.images {
  position: relative;
  overflow: hidden;
  flex-grow: unset;
  height: 0;
  padding: 0;
}
.news_wrap .shell .list .col.copy {
  position: relative;
  padding: 0;
}
.news_wrap .shell .list .col.copy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.news_wrap .shell .list .col.copy a:hover {
  text-decoration: none;
}
.news_wrap .shell .list .col.copy a h3 {
  color: #c60000;
}
.news_wrap .shell .list .col.copy .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.news_wrap .shell .list:hover .col.copy .text {
  opacity: 1;
  max-height: 48px;
  transition: 1s;
}
.news_wrap .shell .list:hover .col.copy::after {
  border-bottom: 2px solid #c60000;
  animation: linkline01 0.5s linear 1;
}
.news_wrap .shell .list .date {
  margin-top: 12px;
  color: #999;
  font-size: 1.4rem;
  text-align: right;
}

.wrap.news_detail_wp {
  display: flex;
  gap: 2vw;
}
.wrap.news_detail_wp .content {
  flex: 9;
}
.wrap.news_detail_wp .title_main {
  display: block;
  margin: 0 auto 40px;
}
.wrap.news_detail_wp .date {
  display: flex;
  gap: 8px;
  color: #999;
  font-size: 1.4rem;
}
.wrap.news_detail_wp .article_txt {
  padding: 5%;
  background-color: #fff;
}
.wrap.news_detail_wp .related_tags {
  margin-top: 44px;
}
.wrap.news_detail_wp .related_tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wrap.news_detail_wp .related_tags li {
  margin: 8px 16px 8px 0;
  list-style: none;
}
.wrap.news_detail_wp .related_tags li a {
  display: block;
  padding: 4px 12px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #fff;
}
.wrap.news_detail_wp .related_tags li a:hover {
  color: #fff;
  background-color: #c60000;
}
.wrap.news_detail_wp #post_share {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  transform: unset;
  margin-top: 44px;
  padding: 20px 0;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.wrap.news_detail_wp #post_share ul {
  padding: 0;
}
.wrap.news_detail_wp #post_share #facebook,
.wrap.news_detail_wp #post_share #linkedin,
.wrap.news_detail_wp #post_share #youtube {
  mix-blend-mode: luminosity;
  opacity: 0.8;
  background-position-y: -36px;
}

.wrap.news_detail_wp .aside_left.article_left {
  flex: 2.5;
}
.wrap.news_detail_wp .content {
  flex: 9.5;
}

.date .ico_ss {
  width: 14px;
  vertical-align: text-top;
}

.article_txt img {
  margin-bottom: 12px;
}
.article_txt .remark {
  margin: 3vw 0;
  padding-left: 3vw;
  color: #c60000;
  font-size: clamp(2.4rem, 5vw, 3rem);
  line-height: 1.4;
  border-left: 2px solid #c60000;
}

@media screen and (max-width: 992px) {
  .news_wrap .aside_left .contact { margin-bottom: 100px;}
  .wrap.news_wrap .sell {
    flex-wrap: unset;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .wrap.news_wrap .sell .aside_left {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .news_wrap .shell .list {
    width: 100%;
  }
  .news_wrap .shell .list a {
    padding: 24px;
  }
}
ul.sitemap_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  padding-left: 0;
}
ul.sitemap_list a {
  display: block;
  padding: 4px 0;
  line-height: 2.2;
}
ul.sitemap_list a:hover {
  text-decoration: underline;
}
ul.sitemap_list h4 {
  margin-bottom: 12px;
  color: #c60000;
  font-size: 2.4rem;
  font-weight: bold;
}
ul.sitemap_list li {
  list-style: none;
  flex: 0 1 33.3%;
  font-size: unset;
  font-weight: unset;
  text-align: center;
  border-left: 1px solid #afdec5;
}
ul.sitemap_list li:nth-child(3n) {
  border-right: 1px solid #afdec5;
}
ul.sitemap_list ul {
  margin-bottom: 24px;
  padding-left: 0;
}
ul.sitemap_list ul li {
  position: relative;
  border: 0;
}
ul.sitemap_list ul li:nth-child(3n) {
  border: 0;
}
ul.sitemap_list ul li i.sp_nav_end::before {
  transform: rotate(90deg);
  color: #999;
}
ul.sitemap_list ul ul {
  background-color: #f2f2f2;
}

ul.sitemap_prolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
  padding-left: 0;
}
ul.sitemap_prolist a {
  display: block;
  margin: 12px;
  padding: 4px 0;
  text-align: center;
  line-height: 2.2;
  border: 1px solid #c60000;
}
ul.sitemap_prolist a:hover {
  opacity: 1;
  color: #fff;
  background-color: #c60000;
}
ul.sitemap_prolist h4 {
  flex: 1 0 100%;
  margin-bottom: 44px;
  color: #c60000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
ul.sitemap_prolist ul {
  padding-left: 0;
}
ul.sitemap_prolist li {
  list-style: none;
  flex: 0 1 20%;
  font-size: unset;
  font-weight: unset;
}
ul.sitemap_prolist li li a {
  width: 90%;
  padding-left: 24px;
  color: #c60000;
  text-align: left;
  border: 0;
  border-left: 1px solid #c60000;
}

.wrap.full.coat.contactus_wp {
  margin-top: 30px;
}

.contacct_wrap .contact_td .home-news,
.contacct_wrap .contact_td textarea {
  width: 100%;
}
.contacct_wrap .contact_td td {
  padding: 8px 6px;
}
.contacct_wrap .contact_td td:first-child {
  text-align: right;
}
.contacct_wrap .contact_td .left {
  min-width: 100px;
  width: 20%;
}
.contacct_wrap .Quicklink { color: #c60000;} 
input.content_intro{width: 100%;}

@media screen and (max-width: 992px) {
  .contactus_wp .row-2.shell {
    flex-direction: column;
  }
  .contactus_wp .row-2.shell .col:first-child {
    margin-top: 0;
  }
  ul.sitemap_prolist li {
    flex: 0 1 33.3%;
  }
}
@media screen and (max-width: 768px) {
  ul.sitemap_list li {
    flex: 0 1 50%;
  }
  ul.sitemap_list li:nth-child(3n) {
    border-right: 0;
  }
  ul.sitemap_list li:nth-child(2n) {
    border-right: 1px solid #afdec5;
  }
  ul.sitemap_list li li:nth-child(3n), ul.sitemap_list li li:nth-child(2n) {
    border: 0;
  }
}
@media screen and (max-width: 576px) {
  ul.sitemap_prolist li {
    flex: 0 1 50%;
  }
  ul.sitemap_list li {
    flex: 0 1 100%;
    border: 0;
  }
  ul.sitemap_list li:nth-child(2n) {
    border: 0;
  }
  .contactus_wp .row-2.shell .con_rowA {
    flex-direction: column;
  }
  .wrap.contactus_wp .row-2.shell .con_rowA > div:nth-child(1),
  .wrap.contactus_wp .row-2.shell .con_rowA > div:nth-child(2) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .contactus_wp .row-2.shell .con_rowA > div:nth-child(1) {
    padding-bottom: 20px;
  }
  .contactus_wp .row-2.shell .btn.inquiry.con_rowC {
    margin: 44px 0;
  }
}
.about_list_td .dropdown-item {
  font-size: 2rem;
  font-weight: bold;
}
.about_list_td table {
  text-align: center;
  border-right: 1px solid #eee;
}
.about_list_td td:last-child table {
  border: 0;
}
.about_list_td > tbody > tr > td {
  width: 20%;
}

.about_wrap .location .btn_shortcutgp {
  position: sticky;
  top: 136px;
  z-index: 3;
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 0;
  background-color: #fff;
}
.about_wrap .location .btn_shortcutgp .box {
  display: flex;
  flex-wrap: wrap;
}
.about_wrap .location .btn_shortcutgp .box .btn_lik a {
  display: inline-block;
  margin: 8px;
  padding: 8px 24px;
  color: #fff;
  background-color: #ad0000;
  border-radius: 40px;
}
.about_wrap .location .locainfo_wp {
  margin-bottom: 24px;
  padding-bottom: 40px;
  background: url(../jpg/about_05bg-2.jpg) no-repeat bottom;
  background-size: 100% 27px;
}
.about_wrap .location .locainfo_wp .lay2to1 {
  display: flex;
  flex-wrap: wrap;
}
.about_wrap .location .locainfo_wp .lay2to1 .col {
  flex-basis: unset;
  width: 50%;
}
.about_wrap .location .locainfo_wp .content_intro {
  margin-top: 12px;
}

.about_wrap .timeline .btn_shortcutgp {
  position: sticky;
  top: 136px;
  z-index: 3;
  width: 100%;
  padding: 24px 0;
  background-color: #fff;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav {
  max-width: 200px;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav a {
  display: inline-block;
  padding: 8px;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav a:hover {
  color: #fff;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav i.sp_nav_end {
  width: 100%;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav .dropdown-menu.show {
  width: 100%;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav > .nav-item {
  border: 1px solid #ddd;
}
.about_wrap .timeline .btn_shortcutgp ul.navbar-nav .dropdown-menu.show {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
}

@media screen and (max-width: 992px) {
  .about_wrap .location .btn_shortcutgp {
    top: 59px;
  }
  .about_wrap .timeline .btn_shortcutgp { top: 61px;}
}
@media screen and (max-width: 768px) {
  .tab_flex > tbody > tr > td {
    width: 33%;
    margin-bottom: 24px;
  }
  .about_list_td td table {
    border: 0;
  }
  .about_wrap .location .locainfo_wp .lay2to1 .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .about_list_td > tbody > tr > td {
    width: 50%;
  }
}
.joinus img.max_img {
  width: 340px;
}

.prodtitle_ornage {
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.mg_m {
  display: block;
  padding: 0 4vw;
}

.carear_list_td > tbody > tr > td {
  flex: 1;
}
.carear_list_td table{ text-align: center;}
table.carear_list_td02 tr {
  align-items: flex-start;
  gap: 3%;
}
table.carear_list_td02 > tbody > tr > td {
  position: relative;
  flex: 1;
}
table.carear_list_td02 .btn_more {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  line-height: 1.2;
  background-color: #c60000;
  border-radius: 0 24px 0 0;
}
table.carear_list_td02 a:hover {
  opacity: 1;
}
.caree_pro{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.caree_pro .list{ 
      width: calc(100% / 3 - 2%);
      margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .carear_list_td > tbody > tr > td {
    width: 33%;
    margin-bottom: 24px;
  }
  table.carear_list_td02 > tbody > tr > td {
    flex: unset;
    width: 48%;
    margin-bottom: 24px;
  }
  .caree_pro .list{  width: calc(100% / 2 - 2%); }
}
@media screen and (max-width: 576px) {
  .carear_list_td > tbody > tr > td {
    flex: unset;
    width: 50%;
  }
  table.carear_list_td02 > tbody > tr > td {
    width: 100%;
  }
  .caree_pro .list{  width: calc(100% / 1 - 2%); }
}

.esg_list_td > tbody > tr > td {
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .esg_list_td > tbody > tr > td {
    width: 50%;
    height: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .esg_list_td > tbody > tr > td {
    width: 100%;
  }
}
.inv_list_td > tbody > tr > td {
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  .inv_list_td > tbody > tr > td {
    width: 50%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .inv_list_td > tbody > tr > td {
    width: 100%;
  }
}
.project-name {
  text-align: center;
  padding: 10px 0;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#timeline:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ad0000;
  left: 50%;
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  margin-bottom: 24px;
  position: relative;
}
#timeline .timeline-item:nth-child(even) .timeline-content {
  float: right;
}
#timeline .timeline-item:nth-child(even) .timeline-content::before {
  content: "";
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ad0000;
}
#timeline .timeline-item .list {
  padding: 8px 20px;
}
#timeline .timeline-item .list:nth-child(even) {
  background-color: #fafafa;
}
#timeline .timeline-item .list ul {
  padding-left: 16px;
}

#timeline .timeline-item .timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px 0;
  background-color: #fff;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background-color: #ad0000;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ad0000;
}

.timeline-content strong {
  margin-top: 12px;
  font-size: 18px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item:nth-child(even) .timeline-content::before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ad0000;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
/*   form   */
/*Global Links CSS*/
.coat.cart_wrap .row-2.container {
  align-items: flex-start;
  margin-top: 44px;
}
.coat.cart_wrap .row-2.container .inquiry_content {
  margin: 24px 0;
  color: #666;
  font-size: 1.4rem;
}
.coat.cart_wrap .row-2.container .inquiry-cart.list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #aaa;
}
.coat.cart_wrap .row-2.container .inquiry-cart.list_item:last-child {
  border-bottom: 1px solid #aaa;
}
.coat.cart_wrap .row-2.container .inquiry-cart.list_item .images {
  width: 100px;
  margin-right: 24px;
}
.coat.cart_wrap .row-2.container .inquiry-cart.list_item .neme {
  flex: 1;
  font-weight: 700;
}
.coat.cart_wrap .row-2.container .qty {
  width: 100px;
  margin: 12px 0;
}
.coat.cart_wrap .row-2.container .qty input.spinner {
  width: 100%;
  padding: 4px 8px;
}
.coat.cart_wrap .row-2.container .btn-delete {
  width: 32px;
  height: 32px;
  margin: 12px 32px;
}
.coat.cart_wrap .row-2.container .btn-delete a:focus {
  border-bottom: 0 !important;
}
.coat.cart_wrap .row-2.container .col {
  flex: 1;
  margin: 0 2%;
  padding: 0 0 4vw 0;
}
.coat.cart_wrap .row-2.container .btn.inquiry.con_rowC {
  justify-content: center;
  margin-bottom: 60px;
}

.coat.cart_wrap .container .col input[type=text],
.coat.cart_wrap .container .col input[type=number],
.coat.cart_wrap .container .col input[type=tel],
.coat.cart_wrap .container .col input[type=phone],
.coat.cart_wrap .container .col input[type=date],
.coat.cart_wrap .container .col input[type=email],
.coat.cart_wrap .container .col input[type=password],
.coat.cart_wrap .container .col input[type=button],
.coat.cart_wrap .container .col textarea {
  margin: 0px 0 0 0;
  width: 100%;
  padding: 12px 8px;
  border: 0;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  background: none;
}

.coat.cart_wrap .container .col textarea {
  height: 135px;
  padding: 12px 8px;
  letter-spacing: 1px;
}

.coat.cart_wrap .container .col select {
  margin: 0 4px 0 0;
  padding: 12px 8px;
  min-width: 80px;
  width: 100%;
  background-image: url(../product-select-2.html);
  background-repeat: no-repeat;
  background-position: 100% 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
}

.coat.cart_wrap .container .col option {
  padding: 1px 5px;
}

.coat.cart_wrap .container .col select::-ms-expand {
  display: none;
}

.contact-map iframe {
  width: 100%;
  border-width: 0;
  height: 570px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-form-3 {
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.contact-form-3 > div {
  width: calc(100% - 96px);
  margin-right: 10px;
}
.contact-form-3 > div.formSelect {
  width: 126px;
}

.google-machine {
  margin: 5vh 0;
}

@media screen and (max-width: 1280px) {
  .coat.contactus .wrap.full {
    margin-top: 0;
  }
  .coat.cart_wrap .row-2.container {
    flex-direction: column;
  }
  .coat.cart_wrap .row-2.container .col {
    flex: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-3 {
    flex-direction: column;
    margin-right: 0;
  }
  .contact-form-3 > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 576px) {
  .coat.cart_wrap .row-2.container .inquiry-cart.list_item .neme {
    flex: auto;
    width: calc(100% - 130px);
  }
}
#page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 8vh 0;
}
#page .prev img,
#page .next img {
  height: 44px;
}
#page .prev span,
#page .next span {
  display: none;
}
#page .prev a,
#page .next a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .item {
  display: flex;
  justify-content: center;
  margin: 0 24px;
  align-items: center;
}
#page .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 4px;
  color: #000;
  border-radius: 50%;
}
#page .item a:hover {
  color: #fff;
  background-color: #c60000;
}
#page .item .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 50%;
  background-color: #c60000;
}

@media screen and (max-width: 576px) {
  #page .prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  #page .next {
    position: absolute;
    top: 0;
    right: 0;
  }
  #page .item {
    margin-top: 62px;
  }
}
/*   layout   */
.lay_h_1 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #c60000;
  font-size: 3.6rem;
  font-weight: bold;
}
.lay_h_1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 64px;
  border-top: 2px solid #c60000;
}

.lay_h_2 {
  position: relative;
  margin-top: 32px;
  padding-left: 24px;
  color: #c60000;
  font-size: 2.4rem;
  font-weight: bold;
}
.lay_h_2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: 24px;
  border-left: 2px solid #c60000;
}

.lay_h_3 {
  margin-top: 32px;
  color: #c60000;
  font-size: 2.2rem;
  font-weight: bold;
}

.lay_h_4 {
  margin-top: 12px;
  color: #c60000;
  font-size: 2rem;
  font-weight: bold;
}

.listy_01 {
  padding: 20px 20px 20px 50px;
  background-color: rgba(198, 0, 0, 0.08);
}

.layout_blackbg .col {
  margin-bottom: 24px;
}
.layout_blackbg .card {
  height: 100%;
  background-color: rgba(198, 0, 0, 0.08);
  border-bottom: 1px solid #c60000;
}

.layout_lr {
  align-items: stretch;
}
.layout_lr .col {
  flex: 50%;
  padding: 0;
  max-width: unset;
}
.layout_lr .col:first-child {
  padding: 4%;
}

.ver_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mark_applic_warp {
  position: relative;
}
.mark_applic_warp .swiper-button-prev,
.mark_applic_warp .swiper-container-rtl .swiper-button-next {
  left: -12px;
}
.mark_applic_warp .swiper-button-next,
.mark_applic_warp .swiper-container-rtl .swiper-button-prev {
  right: -12px;
}

/*Global Links CSS*/
@media screen and (max-width: 768px) {
  .layout_lr {
    flex-direction: column;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.6rem;
  color: #222;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border: 2px solid #86b7fe !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 104, 190, 0.25);
}

.accordion-header {
  margin: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.nav-tabs.fixed_top {
  position: fixed !important;
  top: 56px;
  z-index: 999;
  width: 74%;
  box-shadow: 0px 0 20px 3px rgba(51, 51, 51, 0.2);
}

.nav-tabs.fixed_top .nav > li:first-child:before {
  height: 85% !important;
}

.nav-tabs.fixed_top .nav > li > a {
  padding: 6px 0 !important;
}

.nav-tabs.fixed_top .nav > li:after {
  height: 85% !important;
}

.nav-tabs.fixed_top .nav > li img {
  display: none;
}

ul.nav-tabs {
  gap: 6px;
  border-bottom: 0;
}
ul.nav-tabs a.nav-link {
  padding: 8px 20px;
  color: #fff;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 500;
  background-color: #c60000;
}
ul.nav-tabs li.tabs_btn.active a {
  color: #c60000;
  background-color: #fff;
}
ul.nav-tabs.fixed_top {
  background-color: #fff;
}

.tab-content {
  padding: 6%;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .nav-tabs.fixed_top {
    top: 130px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .nav-tabs.fixed_top {
    top: 55px;
  }
  ul.nav-tabs a.nav-link {
    padding: 8px;
  }
}
.table_scroll {
  width: 100%;
  overflow-x: auto;
}

.td_stymain {
  min-width: 1000px;
  width: 100%;
  text-align: center;
  border: 1px solid #cad5eb;
  border-collapse: collapse;
}

.td_stymain th {
  padding: 8px;
  color: #fff;
  background: #7b91b4;
  font-weight: 400;
  text-align: center;
  padding: 14px 10px 14px 10px;
  line-height: 140%;
  border-right: 1px solid #cad5eb;
}

.td_stymain td {
  padding: 8px;
  line-height: 140%;
  border-right: 1px solid #cad5eb;
}

.td_stymain tr:nth-child(2n+2) {
  background: #f5f5f5;
}

.datatable {
  border-collapse: collapse;
}

.datatable {
  width: 100%;
  text-align: center;
  border: 1px solid #cad5eb;
}

.datatable th {
  color: #fff;
  background: #7b91b4;
  font-weight: 400;
  text-align: center;
  padding: 14px 10px 14px 10px;
  line-height: 140%;
}

.datatable td {
  color: #333333;
  padding: 11px 10px;
  line-height: 140%;
}

.table_scroll {
  overflow-x: auto;
}

.table_scroll > table {
  min-width: 1000px;
}

.datatable th, .datatable td {
  border-right: 1px solid #cad5eb;
}

.datatable tr:nth-child(2n+2) {
  background: #f5f5f5;
}

.adSw .swiper-slide a:hover {
  opacity: 1;
}

.index_wp .wrap,
.index_wp .titimg_first {
  width: 100%;
}
.index_wp .prolist {
  width: 100%;
}
.index_wp .titimg_first {
  text-shadow: unset;
}
.index_wp .tit_m {
  color: #333;
}
.index_wp .ind_phil_box {
  position: relative;
}
.index_wp .ind_phil_box .swiper-button-next, .index_wp .ind_phil_box .swiper-rtl .swiper-button-prev {
  right: 0;
}
.index_wp .ind_phil_box .swiper-button-prev, .index_wp .ind_phil_box .swiper-rtl .swiper-button-next {
  left: 0;
}
.index_wp .ind_idea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 7% 40px;
}
.index_wp .ind_idea .swiper {
  padding-bottom: 50px;
}
.index_wp .ind_idea .ind_idea_box {
  margin: 40px 0;
  max-width: 1280px;
}
.index_wp .ind_idea .col {
  flex-basis: unset;
  flex-grow: unset;
}
.index_wp .ind_idea .col_l {
  width: 25%;
}
.index_wp .ind_idea .col_r {
  width: 75%;
}
.index_wp .ind_idea .list {
  height: 400px;
  text-align: center;
  transition: 0.5s;
}
.index_wp .ind_idea .list .path_inner {
  position: relative;
  z-index: 3;
  height: 100%;
  padding: 20px 0 60px;
}
.index_wp .ind_idea .list .path_inner .bgimg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}
.index_wp .ind_idea .list .path_inner .bgimg img {
  width: 100%;
  height: 100%;
}
.index_wp .ind_idea .list .path_inner .bgimg img.hov {
  display: none;
}
.index_wp .ind_idea .list:hover {
  margin-top: 20px;
}
.index_wp .ind_idea .list:hover .images .ico {
  background-color: #fff;
}
.index_wp .ind_idea .list:hover .artic {
  color: #fff;
}
.index_wp .ind_idea .list:hover .bgimg img.defo {
  display: none;
}
.index_wp .ind_idea .list:hover .bgimg img.hov {
  display: block;
}
.index_wp .ind_idea .list .images {
  position: relative;
  z-index: 2;
  padding: 24px;
  text-align: center;
}
.index_wp .ind_idea .list .images .ico {
  display: inline-block;
  border-radius: 60px;
  border: 1px solid #ad0000;
}
.index_wp .ind_idea .list .images img {
  width: 100px;
  padding: 20px;
}
.index_wp .ind_idea .list .artic {
  position: relative;
  z-index: 2;
  padding: 0 20px 48px;
}
.index_wp .ind_idea .list .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.index_wp .ind_idea .list .txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
}

.indprocat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 40px 7%;
}
.indprocat .titimg_first {
  padding: 24px;
}
.indprocat .col_l {
  width: 75%;
  max-width: 1280px;
  max-height: 450px !important;
}
.indprocat .col_r {
  width: 25%;
}
.indprocat .list {
  position: relative;
}
.indprocat .list .images img {
  border-radius: 20px;
}
.indprocat .list .artic {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  display: inline-block;
  padding: 8px 24px;
  color: #fff;
  background-color: #ad0000;
  border-radius: 0 20px 0 20px;
}
.indprocat .list a:hover {
  text-decoration: none;
}
.indprocat .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}
.indprocat .swiper-slide {
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.ind_news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 60px 0;
}
.ind_news .titimg_first {
  padding: 0;
}
.ind_news .col_l {
  width: 50%;
  padding-left: 7%;
}
.ind_news .col_r {
  width: 50%;
  text-align: right;
}
.ind_news .col_r .images {
  position: relative;
}
.ind_news .list {
  width: 100%;
  margin-top: 40px;
  line-height: 1.4;
}
.ind_news .list .date {
  margin-right: 12px;
  color: #999;
  font-size: 1.4rem;
}
.ind_news .list table {
  width: 90%;
}
.ind_news .list table td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.ind_news .list table td:first-child {
  min-width: 106px;
  width: 10%;
  border-bottom: 1px solid #c60000;
}

.ind_advantage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 60px 0;
  padding: 40px 7%;
}
.ind_advantage .titimg_first {
  padding: 0;
}
.ind_advantage .col_l {
  width: 50%;
  padding-left: 7%;
}
.ind_advantage .col_l .txt {
  margin-top: 32px;
  color: #555;
  line-height: 1.6;
}
.ind_advantage .col_l .txt .title_fourth {
  color: #c60000;
}
.ind_advantage .col_r {
  width: 50%;
  text-align: right;
}
.ind_advantage .col_r .images {
  position: relative;
}

@media screen and (max-width: 1680px) {
  .index_wp .ind_idea,
  .index_wp .indprocat {
    padding: 32px 3% 40px;
  }
  .index_wp .ind_idea .col_l {
    width: 35%;
  }
  .index_wp .ind_idea .col_r {
    width: 65%;
  }
}
@media screen and (max-width: 992px) {
  .index_wp .ind_idea {
    flex-direction: column;
  }
  .index_wp .ind_idea .titimg_first {
    padding: 0 0 40px;
  }
  .index_wp .ind_idea .col_l,
  .index_wp .ind_idea .col_r {
    width: 100%;
  }
  .ind_phil_box .swiper-button-next, .ind_phil_box .swiper-rtl .swiper-button-prev,
  .ind_phil_box .swiper-button-prev, .ind_phil_box .swiper-rtl .swiper-button-next {
    display: none;
  }
  .indprocat {
    flex-direction: column-reverse;
  }
  .indprocat .col_l,
  .indprocat .col_r {
    width: 100%;
  }
  .indprocat .col_l {
    height: 240px;
  }
  .indprocat .swiper-slide {
    height: calc((100% - 30px) / 1);
  }
  .indprocat .titimg_first {
    padding: 24px 0;
  }
  .indprocat .rwdhid {
    display: none;
  }
  .ind_news {
    flex-direction: column;
    margin: 0 0 40px;
  }
  .ind_news .col_l,
  .ind_news .col_r {
    width: 100%;
  }
  .ind_news .col_l {
    padding: 0 3%;
    padding-bottom: 24px;
  }
  .ind_news .list table {
    width: 100%;
  }
  .ind_advantage {
    flex-direction: column;
    margin: 0;
    padding: 40px 3%;
  }
  .ind_advantage .col_l,
  .ind_advantage .col_r {
    width: 100%;
  }
  .ind_advantage .col_l {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .adSw {
    height: 230px;
  }
  .adSw .swiper-slide picture img {
    transform: scale(1.6);
  }
  .indprocat .col_l {
    height: 200px;
  }
}/*# sourceMappingURL=cms-index.css.map */