@charset "UTF-8";
@import url(mCustomScrollbar.css);
@import url(plugins.css);
@import url(fontello.css);
@import url(photoswipe.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(default.css);
@import url("css.css?family=Open+Sans");
@import url("josefincss.css?family=Josefin+Sans:300,600&display=swap");
/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Khula");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");*/
@import url("select2.min.css");
.RobotoCondensed {
  font-family: "Roboto Condensed"; }

.Merriweather {
  font-family: "Merriweather"; }

button {
  outline: none !important; }
  button:focus {
    outline: 0 !important; }

.max1800 {
  width: 100%;
  max-width: 1800px;
  margin: auto; }

.max1680 {
  width: 100%;
  max-width: 1680px;
  margin: auto; }

.max1660 {
  width: 100%;
  max-width: 1660px;
  margin: auto; }

.max1620 {
  width: 100%;
  max-width: 1620px;
  margin: auto; }

.max1600 {
  width: 100%;
  max-width: 1600px;
  margin: auto; }

.max1500 {
  width: 100%;
  max-width: 1500px;
  margin: auto; }

.max1480 {
  max-width: 1480px;
  width: calc(100% - 0px);
  margin: auto; }

.max1420 {
  max-width: 1400px;
  width: calc(100% - 0px);
  margin: auto; }

.max1400 {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: auto; }

.max1350 {
  max-width: 1350px;
  width: calc(100% - 0px);
  margin: auto; }

.max1365 {
  width: 100%;
  max-width: 1365px;
  margin: auto; }

.max1300 {
  width: 100%;
  max-width: 1300px;
  margin: auto; }

.max1320 {
  width: 100%;
  max-width: 1320px;
  margin: auto; }

.max1220 {
  width: 100%;
  max-width: 1220px;
  margin: auto; }

.max1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.max1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto; }

.max1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto; }

.z-1 {
  z-index: 1; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.pointer {
  cursor: pointer; }

.poppins {
  font-family: "Poppins"; }

.Montserrat {
  font-family: "Montserrat"; }

.NotoSansTC {
  font-family: "Noto Sans TC"; }

.txtHidden {
  color: transparent !important; }

.black075 {
  color: #000000bf; }

.black046 {
  color: #00000075; }

.text-white {
  color: white; }

.text-black {
  color: #000 !important; }

.text-red {
  color: #D61B39 !important; }

.text-blue {
  color: #1B63AE; }

.text-lightBlue {
  color: #96AED5; }

.text-darkBlue {
  color: #1F427A; }

.text-green {
  color: #58C1A7; }

.text-gray {
  color: #6D6D6D; }

.text-grayA6 {
  color: #A6A6A6; }

.text-grayCCC {
  color: #ccc; }

.bg-blue {
  background: #1B63AE; }

.bg-grayF6 {
  background: #F6F6F6; }

.bg-black {
  background: black; }

.bg-red {
  background-color: #D61B39; }

.bg-red-header {
  background-color: #B01719;
  color: #fff; }

.btn-gray {
  background: linear-gradient(#fff -10%, #E5E5E5 130%);
  color: #808080;
  height: 50px; }

.btn-outline-blue {
  border: 1px solid #1B63AE;
  color: #1B63AE; }

.border-b-blue {
  border-bottom: 2px solid #2B5CAA;
  padding: 2em 0 1.2em 0; }

::placeholder,
::-webkit-input-placeholder {
  color: #B2B2B2 !important; }

input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none; }

button {
  transition: all .3s !important; }

button {
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  width: 100%; }

.shadow {
  transition: all .3s; }
  .shadow:hover {
    box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px; }

.lh10 {
  line-height: 1; }

.lh12 {
  line-height: 1.2em; }

.lh14 {
  line-height: 1.4em; }

.lh25 {
  line-height: 2.5em; }

.lh26 {
  line-height: 26px; }

.lh28 {
  line-height: 28px; }

.lh30 {
  line-height: 30px; }

.lh32 {
  line-height: 32px; }
  @media (max-width: 767px) {
    .lh32 {
      line-height: 1.78em; } }

.lh36 {
  line-height: 2em; }

.fw100 {
  font-weight: 100; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.ls005 {
  letter-spacing: 0.05em; }

.ls004 {
  letter-spacing: 0.04em; }

.ls003 {
  letter-spacing: 0.03em; }

.ls000 {
  letter-spacing: 0; }

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

.flex-grow {
  flex-grow: 1; }

.rounded-5 {
  border-radius: 5px; }

.rounded20 {
  border-radius: 20px; }

.overflow-hidden {
  overflow: hidden; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.vertical-align-sub {
  vertical-align: sub; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.hover-color-blue:hover {
  color: #2B5CAA; }

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

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.items {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  .items .item {
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
    float: left;
    margin-bottom: 40px; }
    .items .item.big {
      width: 40%; }
      .items .item.big a {
        padding-top: 30px;
        padding-bottom: 6px;
        background: #F2F2F2;
        transition: background .5s; }
        .items .item.big a:hover {
          background: white; }
          .items .item.big a:hover h3,
          .items .item.big a:hover h4 {
            transform: none; }
          .items .item.big a:hover .description {
            opacity: 1;
            transform: none; }
        .items .item.big a .img-wrapper {
          width: 270px;
          height: 270px;
          margin-bottom: 70px; }
        .items .item.big a h3,
        .items .item.big a h4 {
          transform: translateY(30px);
          transition: transform .3s; }
        .items .item.big a .description {
          display: block;
          opacity: 0;
          transform: translateY(10px);
          transition: opacity .5s, transform .5s; }
          .items .item.big a .description > span {
            padding-bottom: 0; }
            .items .item.big a .description > span > span {
              padding-bottom: 0; }
              .items .item.big a .description > span > span::before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 7px;
                width: 4px;
                height: 4px;
                background: black;
                border-radius: 50%; }
    .items .item a {
      transition: box-shadow .5s; }
      .items .item a:hover {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
        .items .item a:hover .img-wrapper img:nth-child(1) {
          opacity: 0; }
        .items .item a:hover .img-wrapper img:nth-child(2) {
          opacity: 1; }
      .items .item a .img-wrapper {
        height: 158px;
        width: 158px; }
        .items .item a .img-wrapper img {
          transition: opacity .5s;
          max-width: 100%;
          max-height: 100%; }
          .items .item a .img-wrapper img:nth-child(2) {
            opacity: 0; }
      .items .item a h3,
      .items .item a h4,
      .items .item a span:not(.img-wrapper) {
        padding-bottom: 26px; }

@media (max-width: 1200px) {
  .items .item {
    width: 25%; }
    .items .item.big {
      width: 50%; }
      .items .item.big a {
        padding-top: 8px; }
        .items .item.big a:hover {
          background: #F2F2F2; }
        .items .item.big a h3,
        .items .item.big a h4 {
          transform: none; }
        .items .item.big a .description {
          opacity: 1;
          transform: none; }
    .items .item a:hover {
      box-shadow: none; }
      .items .item a:hover .img-wrapper img:nth-child(1) {
        opacity: 1; }
      .items .item a:hover .img-wrapper img:nth-child(2) {
        opacity: 0; } }

@media (max-width: 992px) {
  .items .item {
    width: 33.33%; }
    .items .item.big {
      width: 66.66%; } }

@media (max-width: 768px) {
  .items .item {
    width: 50%;
    margin-bottom: 16px; }
    .items .item.big {
      width: 100%; } }

@media (max-width: 576px) {
  .items .item {
    width: 100%; }
    .items .item.big {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .items .item.big a {
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0; }
        .items .item.big a:hover {
          background: transparent; }
        .items .item.big a .img-wrapper {
          width: 200px;
          height: 200px;
          margin-bottom: 0; }
          .items .item.big a .img-wrapper img {
            height: 144px; }
        .items .item.big a h3,
        .items .item.big a h4 {
          transform: none; }
        .items .item.big a .description {
          display: none; }
    .items .item a .img-wrapper {
      width: 200px;
      height: 200px;
      display: flex !important;
      align-items: center;
      justify-content: center; }
      .items .item a .img-wrapper img:nth-child(2) {
        display: none; } }

/*font-size*/
.font-80 {
  font-size: 80px; }

.font-75 {
  font-size: 75px; }

.font-70 {
  font-size: 70px; }

.font-65 {
  font-size: 65px; }

.font-60 {
  font-size: 60px; }

.font-55 {
  font-size: 55px; }

.font-50 {
  font-size: 50px; }

.font-48 {
  font-size: 48px; }

.font-45 {
  font-size: 45px; }

.font-44 {
  font-size: 44px; }

.font-43 {
  font-size: 43px; }

.font-42 {
  font-size: 42px; }

.font-40 {
  font-size: 40px; }

.font-38 {
  font-size: 38px; }

.font-36 {
  font-size: 36px; }

.font-35 {
  font-size: 35px; }

.font-33 {
  font-size: 33px; }

.font-32 {
  font-size: 32px; }

.font-30 {
  font-size: 30px; }

.font-28 {
  font-size: 28px; }

.font-26 {
  font-size: 26px; }

.font-25 {
  font-size: 25px; }

.font-24 {
  font-size: 24px; }

.font-23 {
  font-size: 23px; }

.font-22 {
  font-size: 22px; }

.font-21 {
  font-size: 21px; }

.font-20-6 {
  font-size: 20.6px; }

.font-20 {
  font-size: 20px; }

.font-19 {
  font-size: 19px; }

.font-18 {
  font-size: 18px; }

.font-17 {
  font-size: 17px; }

.font-16 {
  font-size: 16px; }

.font-15-5 {
  font-size: 15.5px; }

.font-15 {
  font-size: 15px; }

.font-14 {
  font-size: 14px; }

@media (max-width: 1400px) {
  .font-80 {
    font-size: 70px; }
  .font-75 {
    font-size: 65px; }
  .font-70 {
    font-size: 60px; }
  .font-65 {
    font-size: 55px; }
  .font-60 {
    font-size: 50px; }
  .font-55 {
    font-size: 45px; }
  .font-50 {
    font-size: 40px; }
  .font-45 {
    font-size: 35px; }
  .font-43 {
    font-size: 32px; }
  .font-40 {
    font-size: 30px; } }

@media (max-width: 1200px) {
  .font-80 {
    font-size: 60px; }
  .font-75 {
    font-size: 55px; }
  .font-70 {
    font-size: 50px; }
  .font-65 {
    font-size: 45px; }
  .font-60 {
    font-size: 42px; }
  .font-55 {
    font-size: 40px; }
  .font-50 {
    font-size: 35px; }
  .font-48 {
    font-size: 32px; }
  .font-45 {
    font-size: 30px; }
  .font-43 {
    font-size: 30px; }
  .font-42 {
    font-size: 30px; }
  .font-40 {
    font-size: 28px; }
  .font-38 {
    font-size: 26px; }
  .font-36 {
    font-size: 26px; }
  .font-35 {
    font-size: 25px; }
  .font-33 {
    font-size: 25px; }
  .font-32 {
    font-size: 22px; }
  .font-30 {
    font-size: 22px; }
  .font-28 {
    font-size: 22px; }
  .font-26 {
    font-size: 21px; }
  .font-25 {
    font-size: 21px; }
  .font-24 {
    font-size: 20px; }
  .font-23 {
    font-size: 19px; }
  .font-22 {
    font-size: 19px; }
  .font-20 {
    font-size: 19px; } }

@media (max-width: 768px) {
  .font-80 {
    font-size: 40px; }
  .font-75 {
    font-size: 36px; }
  .font-70 {
    font-size: 35px; }
  .font-65 {
    font-size: 32px; }
  .font-60 {
    font-size: 30px; }
  .font-55 {
    font-size: 29px; }
  .font-50 {
    font-size: 28px; }
  .font-48 {
    font-size: 28px; }
  .font-45 {
    font-size: 24px; }
  .font-43 {
    font-size: 26px; }
  .font-42 {
    font-size: 26px; }
  .font-40 {
    font-size: 25px; }
  .font-38 {
    font-size: 24px; }
  .font-36 {
    font-size: 24px; }
  .font-28 {
    font-size: 22px; }
  .font-26 {
    font-size: 20px; }
  .font-25 {
    font-size: 20px; }
  .font-24 {
    font-size: 20px; }
  .font-22 {
    font-size: 19px; }
  .font-21 {
    font-size: 18px; }
  .font-20-6 {
    font-size: 18px; }
  .font-20 {
    font-size: 18px; }
  .font-19 {
    font-size: 17px; }
  .font-18 {
    font-size: 15px; }
  .font-15-5 {
    font-size: 15px; } }

@media (max-width: 576px) {
  .font-45 {
    font-size: 20px; }
  .font-43 {
    font-size: 21.4px; }
  .font-40 {
    font-size: 18px; }
  .font-26 {
    font-size: 17px; }
  .font-24 {
    font-size: 16px; }
  .font-22 {
    font-size: 16px; }
  .font-21 {
    font-size: 16px; }
  .font-20-6 {
    font-size: 16px; } }

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Noto Sans TC";
  z-index: 30;
  background-color: #fff;
  transition: background-color 1s; }
  @media (max-width: 1199px) {
    #header {
      height: 120px;
      padding-top: 20px; } }
  @media (max-width: 991px) {
    #header {
      height: 65px;
      padding-top: 0;
      background-color: #F6F6F6;
      border-bottom: 1px solid #cbcbcb69; }
      #header.active {
        background-color: #F6F6F6; } }
  #header .header-wrapper {
    max-width: 1920px;
    margin: auto;
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2; }
    #header .header-wrapper .logo {
      width: 145px;
      height: 47px;
      position: absolute;
      z-index: 10;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 8%; }
      #header .header-wrapper .logo a {
        display: block;
        height: 100%;
        background: url(../image/logo.png) center no-repeat;
        background-size: cover; }
      @media (max-width: 1670px) {
        #header .header-wrapper .logo {
          left: 2.5em; } }
      @media (max-width: 1199px) {
        #header .header-wrapper .logo {
          position: static;
          -webkit-transform: none;
          transform: none;
          margin: auto; } }
      @media (max-width: 991px) {
        #header .header-wrapper .logo {
          position: absolute;
          left: 2.5em;
          top: 52%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          margin: 0;
          width: 84px;
          height: 38px;
          z-index: 10; }
          #header .header-wrapper .logo a {
            background: url(../image/logo.png) center no-repeat; } }
    #header .header-wrapper .menu-toggle {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid #A6A6A6;
      position: absolute;
      top: 50%;
      right: 27px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 5;
      cursor: pointer;
      display: none;
      justify-content: center;
      transition: all .3s; }
      @media (max-width: 991px) {
        #header .header-wrapper .menu-toggle {
          display: flex; } }
      #header .header-wrapper .menu-toggle.active {
        background-color: #D61B39;
        border: 1px solid transparent; }
        #header .header-wrapper .menu-toggle.active svg {
          fill: #fff; }
      #header .header-wrapper .menu-toggle img,
      #header .header-wrapper .menu-toggle svg {
        width: 15px;
        fill: #000;
        transition: all .3s; }
    #header .header-wrapper .iconBox {
      top: 50%;
      right: 7%;
      transform: translateY(-50%);
      position: absolute;
      display: flex;
      z-index: 10; }
      #header .header-wrapper .iconBox .icon {
        margin: 0 5px;
        border-radius: 50%;
        transition: all .3s; }
        #header .header-wrapper .iconBox .icon a {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 1px solid #a6a6a680;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all .3s; }
        #header .header-wrapper .iconBox .icon svg {
          fill: #000; }
        #header .header-wrapper .iconBox .icon:hover {
          background-color: #000; }
          #header .header-wrapper .iconBox .icon:hover a {
            border: 1px solid transparent; }
          #header .header-wrapper .iconBox .icon:hover svg {
            fill: #fff; }
        #header .header-wrapper .iconBox .icon:nth-child(1) img,
        #header .header-wrapper .iconBox .icon:nth-child(1) .svg {
          height: 14.4px; }
        #header .header-wrapper .iconBox .icon:nth-child(2) img,
        #header .header-wrapper .iconBox .icon:nth-child(2) .svg {
          height: 16.5px; }
        #header .header-wrapper .iconBox .icon:nth-child(3) img,
        #header .header-wrapper .iconBox .icon:nth-child(3) .svg {
          height: 14.5px; }
        #header .header-wrapper .iconBox .icon:nth-child(4) img,
        #header .header-wrapper .iconBox .icon:nth-child(4) .svg {
          height: 11px; }
      @media (max-width: 1670px) {
        #header .header-wrapper .iconBox {
          right: 2.5em; }
          #header .header-wrapper .iconBox .icon a {
            width: 40px;
            height: 40px; } }
      @media (max-width: 1199px) {
        #header .header-wrapper .iconBox {
          top: 35%;
          right: 25px; } }
      @media (max-width: 991px) {
        #header .header-wrapper .iconBox {
          display: none; } }
    @media screen and (max-width: 991px) {
      #header .header-wrapper .gray_block.active {
        left: 0;
        top: 65px;
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: absolute;
        opacity: 0.5; } }
    @media screen and (max-width: 575px) {
      #header .header-wrapper .gray_block.active {
        display: none; } }
    #header .header-wrapper .bg_phone .infoBox {
      padding: 8.5%;
      display: none; }
    #header .header-wrapper .bg_phone .info2 div {
      justify-content: center;
      padding: 1em 0; }
      #header .header-wrapper .bg_phone .info2 div a {
        border: 1px solid #A6A6A6;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s;
        margin: 0 5px; }
        #header .header-wrapper .bg_phone .info2 div a .svg {
          height: 18px;
          fill: #343434;
          transition: all .3s; }
        #header .header-wrapper .bg_phone .info2 div a:hover {
          border: 1px solid #D61B39; }
          #header .header-wrapper .bg_phone .info2 div a:hover .svg {
            fill: #D61B39; }
        #header .header-wrapper .bg_phone .info2 div a:nth-child(4) .svg {
          width: 18px; }
    #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu {
      font-size: 18px;
      margin: auto;
      width: 1120px; }
      #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li {
        line-height: 85px;
        float: left;
        margin: 0 0.8em;
        padding: 0 2px;
        font-weight: lighter;
        position: static; }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > a,
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > span {
          padding: 0 6px;
          color: #000;
          font-weight: 400;
          text-decoration: none;
          transition: all .3s;
          display: block;
          letter-spacing: 0.5px;
          border-bottom: 5px solid transparent; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > a:hover,
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > span:hover {
            border-bottom: 5px solid #D61B39; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > a > i,
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > span > i {
            display: none; }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox2 > .submenu .Rbox {
          display: block;
          height: 100%; }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox2:hover > .submenu {
          height: 330px !important;
          opacity: 1;
          pointer-events: all;
          padding-top: 60px !important;
          padding-bottom: 60px; }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox1 .Rbox {
          padding: 0; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox1 .Rbox a {
            margin: 0 3%;
            transition: all .3s;
            border: 1px solid #A6A6A6; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox1 .Rbox a img {
              transform: scale(1);
              transition: all .5s; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox1 .Rbox a:nth-child(2) {
              background-color: #000;
              border: 1px solid #000; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox1 .Rbox a:hover img {
              transform: scale(1.2); }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li.downBox1:hover > .submenu {
          height: 330px !important;
          opacity: 1;
          pointer-events: all;
          padding-top: 60px !important;
          padding-bottom: 60px; }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu {
          border: 1px solid #F2F2F2;
          background: white;
          transition: background .5s;
          line-height: 1.5em;
          height: 0;
          position: absolute;
          top: 90px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-box-shadow: 5.2px 5.2px 4.8px rgba(0, 0, 0, 0.12);
          box-shadow: 5.2px 5.2px 4.8px rgba(0, 0, 0, 0.12);
          width: 100%;
          opacity: 0;
          display: block !important;
          pointer-events: none;
          padding-left: 2.5em;
          padding-right: 2.5em;
          transition: all .3s; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .max1620 {
            display: flex; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox {
            padding-right: 10%;
            border-right: 1px solid #D2D2D2;
            height: 200px;
            width: 27%; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox > div {
              max-width: 315px;
              padding: 1em 0; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox .title {
              font-size: 44px;
              line-height: 44px;
              display: block;
              letter-spacing: 0.4px; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox p {
              color: #6D6D6D;
              font-size: 16px; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox {
            display: flex;
            align-items: center;
            padding-left: 6%;
            width: 73%; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slickBox {
              padding: 1em 0; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-list {
              max-width: 750px;
              width: calc(100% - 120px);
              margin: auto; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-slide > div {
              text-align: center;
              margin: 0 0px;
              border: 0.5px solid transparent;
              transition: all .3s;
              width: 98%; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-slide > div a {
                min-height: 90px;
                display: inline-flex !important;
                justify-content: center;
                align-items: center;
                padding: 5% 15%; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-slide > div img {
                transition: all .5s;
                width: 100%; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-slide > div:hover {
                border: 1px solid #A6A6A6; }
                #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-slide > div:hover img {
                  transform: scale(1.2); }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-arrow {
              font-size: 14px;
              font-family: "Merriweather";
              color: #000;
              background-color: transparent;
              border-radius: 50%;
              width: 72px;
              height: 72px;
              display: flex;
              justify-content: center;
              align-items: center; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process {
              width: 71px;
              height: 72px; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process .wrapper {
                width: 36px;
                height: 72px; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process .circle {
                width: 72px;
                height: 72px; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process:hover::after {
                animation: spin2 1.5s infinite linear; }
          @media (max-width: 1510px) {
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu {
              padding-right: 2.5em;
              padding-left: 2.5em; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox {
                width: 35%; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox {
                width: 65%; }
                #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-slide > div a {
                  transition: all .5s; } }
          @media (max-width: 1199px) {
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox {
              width: 40%; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Lbox .title {
                font-size: 35px; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox {
              width: 60%; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .slick-arrow {
                width: 50px;
                height: 50px;
                font-size: 12px; }
              #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process {
                width: 49px;
                height: 50px; }
                #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process .wrapper {
                  width: 25px;
                  height: 50px; }
                #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process .circle {
                  width: 50px;
                  height: 50px; }
                #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li > .submenu .Rbox .circle_process:hover::after {
                  animation: spin3 1.5s infinite linear; } }
      @media (max-width: 1500px) {
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu {
          width: 800px; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li {
            margin: 0 0px; } }
      @media (max-width: 1280px) {
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu {
          width: 750px;
          font-size: 16px; } }
      @media (max-width: 1199px) {
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu {
          width: 900px;
          font-size: 18px; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu > li {
            margin: 0 5px; } }
    #header .header-wrapper .bg_phone .mCustomScrollBox {
      overflow: visible; }
    #header .header-wrapper .bg_phone .mCSB_container {
      position: unset !important; }
    @media (max-width: 1199px) {
      #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu {
        margin-left: 0;
        margin: auto;
        display: table;
        float: none; }
        #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu li {
          line-height: 50px; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu li.downBox1 .submenu, #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu li.downBox2 .submenu {
            top: 122px;
            padding: 1em 5% 2em 5%;
            position: fixed; }
            #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu li.downBox1 .submenu .col-lg-3, #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu li.downBox2 .submenu .col-lg-3 {
              margin: auto; }
          #header .header-wrapper .bg_phone .scroll_wrapper > ul.menu li:after {
            display: none; } }
    @media (max-width: 991px) {
      #header .header-wrapper .bg_phone {
        width: 500px;
        overflow-y: auto;
        position: fixed;
        display: block;
        right: -500px;
        top: 65px;
        border-top: 1px solid #CBCBCB;
        background: white;
        height: calc(100vh - 65px);
        z-index: 4;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
        opacity: 0;
        transition: all .5s; }
        #header .header-wrapper .bg_phone.active {
          right: 0;
          opacity: 1; }
        #header .header-wrapper .bg_phone .infoBox {
          display: block;
          padding: 8.5% 1em 3em 1em; }
        #header .header-wrapper .bg_phone .mCustomScrollBox {
          overflow: hidden; }
        #header .header-wrapper .bg_phone .mCSB_container {
          position: relative !important;
          margin-right: 0; }
        #header .header-wrapper .bg_phone .scroll_wrapper {
          -webkit-overflow-scrolling: touch; }
          #header .header-wrapper .bg_phone .scroll_wrapper ul.menu {
            display: block;
            width: 100%;
            margin-top: 0; }
            #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li {
              float: none;
              width: 100%;
              padding: 0;
              -webkit-transition: -webkit-transform .5s;
              transition: -webkit-transform .5s;
              transition: transform .5s;
              transition: transform .5s, -webkit-transform .5s;
              -webkit-transition: color .3s, background-color .5s;
              transition: color .3s, background-color .5s;
              margin-left: 0;
              border-bottom: 1px solid #DBDBDB; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.active:after {
                display: none; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.slideIn {
                -webkit-transform: translateX(0px);
                transform: translateX(0px); }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(1) {
                -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                transition: transform .5s;
                transition: transform .5s, -webkit-transform .5s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(2) {
                -webkit-transition: -webkit-transform .55s;
                transition: -webkit-transform .55s;
                transition: transform .55s;
                transition: transform .55s, -webkit-transform .55s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(3) {
                -webkit-transition: -webkit-transform .6s;
                transition: -webkit-transform .6s;
                transition: transform .6s;
                transition: transform .6s, -webkit-transform .6s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(4) {
                -webkit-transition: -webkit-transform .65s;
                transition: -webkit-transform .65s;
                transition: transform .65s;
                transition: transform .65s, -webkit-transform .65s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(5) {
                -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition: transform .7s;
                transition: transform .7s, -webkit-transform .7s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(6) {
                -webkit-transition: -webkit-transform .75s;
                transition: -webkit-transform .75s;
                transition: transform .75s;
                transition: transform .75s, -webkit-transform .75s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(7) {
                -webkit-transition: -webkit-transform .8s;
                transition: -webkit-transform .8s;
                transition: transform .8s;
                transition: transform .8s, -webkit-transform .8s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(8) {
                -webkit-transition: -webkit-transform .85s;
                transition: -webkit-transform .85s;
                transition: transform .85s;
                transition: transform .85s, -webkit-transform .85s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(9) {
                -webkit-transition: -webkit-transform .9s;
                transition: -webkit-transform .9s;
                transition: transform .9s;
                transition: transform .9s, -webkit-transform .9s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(10) {
                -webkit-transition: -webkit-transform .95s;
                transition: -webkit-transform .95s;
                transition: transform .95s;
                transition: transform .95s, -webkit-transform .95s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(11) {
                -webkit-transition: -webkit-transform 1s;
                transition: -webkit-transform 1s;
                transition: transform 1s;
                transition: transform 1s, -webkit-transform 1s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li:nth-child(12) {
                -webkit-transition: -webkit-transform 1.05s;
                transition: -webkit-transform 1.05s;
                transition: transform 1.05s;
                transition: transform 1.05s, -webkit-transform 1.05s; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu {
                height: 0 !important;
                opacity: 0;
                padding: 0 !important;
                margin: 0px;
                position: static;
                -webkit-transform: none;
                transform: none;
                max-width: none;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Lbox, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu .Lbox {
                  display: none; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu .Rbox {
                  background-color: #F6F6F6;
                  width: 100%;
                  padding: 1em; }
                  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox a, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu .Rbox a {
                    text-align: center;
                    margin: 0; }
                  #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox .slick-list, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu .Rbox .slick-list {
                    max-width: 100%;
                    width: calc(100% - 100px); }
                    #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox .slick-list .slick-track, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu .Rbox .slick-list .slick-track {
                      /* width: 100% !important;  */
                    }
                    #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox .slick-list .slick-slide, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2 > .submenu .Rbox .slick-list .slick-slide {
                      /* width: 50% !important;  */
                    }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1:hover > .submenu, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2:hover > .submenu {
                height: 0 !important;
                opacity: 0;
                padding: 0 !important; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1.open, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2.open {
                pointer-events: all; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1.open > .submenu, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2.open > .submenu {
                  background-color: #F6F6F6;
                  height: auto;
                  opacity: 1;
                  height: auto !important;
                  animation: fadeIn .5s; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1.open .closeIcon, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2.open .closeIcon {
                  opacity: 1; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1.open .openIcon, #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox2.open .openIcon {
                  opacity: 0; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox a img {
                transform: scale(1.4); }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li.downBox1 > .submenu .Rbox a:hover img {
                transform: scale(1.6); }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > span {
                position: relative;
                line-height: 60px;
                padding-left: 1.5em;
                padding-right: 0; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > span:hover {
                  border-bottom: 5px solid transparent; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > span .openIcon,
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > span .closeIcon {
                  width: 12px;
                  height: 12px;
                  display: inline-block;
                  position: absolute;
                  right: 25px;
                  top: 50%;
                  transition: all .3s; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > span .openIcon {
                  opacity: 1; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > span .closeIcon {
                  opacity: 0; }
              #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > a {
                position: relative;
                line-height: 60px;
                padding-left: 1.5em;
                padding-right: 0;
                color: #000; }
                #header .header-wrapper .bg_phone .scroll_wrapper ul.menu > li > a:hover {
                  border-bottom: 5px solid transparent; } }
    @media (max-width: 575px) {
      #header .header-wrapper .bg_phone.active {
        width: 100%; } }

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
  background: #F6F6F6;
  padding: 4% 0;
  font-family: "Noto Sans TC";
  clear: both; }
  #footer .cookies {
    padding: 1em;
    position: fixed;
    bottom: 0;
    background-color: #ffffffcc;
    width: 100%;
    min-height: 90px; }
    #footer .cookies > div {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #footer .cookies p {
      color: #6D6D6D;
      margin: 0;
      flex: 0 1 920px;
      line-height: 27px;
      padding: 0 1em; }
    #footer .cookies .index-btn {
      position: relative;
      cursor: pointer;
      height: 50px;
      width: 230px;
      background-color: transparent;
      color: #000;
      border: 1px solid #a6a6a680;
      flex: 0 1 230px; }
      #footer .cookies .index-btn svg {
        fill: #000;
        margin-left: 2em; }
      #footer .cookies .index-btn:hover svg {
        margin-left: 3em; }
    @media (max-width: 767px) {
      #footer .cookies > div {
        flex-wrap: wrap;
        justify-content: center; }
      #footer .cookies p {
        margin-bottom: 0.5em; } }
  #footer #top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #F5632B;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    #footer #top.show {
      -webkit-transform: none;
      transform: none; }
    #footer #top:hover {
      opacity: 0.8; }
    #footer #top i {
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #footer #top i::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  #footer > div {
    display: flex; }
  #footer .Lbox {
    margin: auto; }
    #footer .Lbox > div {
      padding: 0 2em; }
    #footer .Lbox div {
      padding: 2% 1em 1em 3%; }
    #footer .Lbox a {
      padding: 0 1em;
      margin: 0.5em 0;
      color: #000;
      font-size: 18px;
      font-weight: 400;
      position: relative;
      display: inline-block;
      text-align: center; }
      #footer .Lbox a::after {
        content: "";
        background-color: #A6A6A6;
        height: 17px;
        width: 0.5px;
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%); }
      #footer .Lbox a::before {
        content: "";
        background-color: #A6A6A6;
        height: 17px;
        width: 0.5px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%); }
      #footer .Lbox a:hover {
        color: #D61B39;
        text-decoration: none; }
  #footer .center {
    padding: 2em 1em;
    border-right: 1px solid #a6a6a680;
    border-left: 1px solid #a6a6a680;
    display: flex; }
    #footer .center div a {
      width: 50%;
      height: 70px;
      display: inline-flex;
      justify-content: center;
      transition: all .3s; }
      #footer .center div a img {
        width: 65%;
        object-fit: contain; }
      #footer .center div a:hover {
        background-color: #ffff; }
  #footer .Rbox {
    display: table;
    margin: auto;
    color: #6D6D6D;
    padding: 1em 1em 1em 4%; }
    #footer .Rbox form input {
      float: left;
      height: 60px;
      border: 1px solid #E7E7E7;
      padding: 0 20px;
      font-size: 16px;
      -webkit-appearance: none;
      width: 100%;
      border-radius: 0; }
    #footer .Rbox form button {
      float: left;
      background: #D61B39;
      border-radius: 0;
      height: 60px;
      width: 100%;
      max-width: 130px;
      padding: 5px;
      color: white;
      font-size: 16px;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    #footer .Rbox .author {
      display: inline-block;
      margin-bottom: 0; }
      #footer .Rbox .author span {
        display: block; }
        #footer .Rbox .author span a.text-red {
          color: #6D6D6D !important;
          transition: color .3s; }
          #footer .Rbox .author span a.text-red:hover {
            color: #D61B39 !important; }
      #footer .Rbox .author .minmax {
        margin-bottom: 0;
        color: #A6A6A6; }
        #footer .Rbox .author .minmax a {
          -webkit-transition: color .3s;
          transition: color .3s;
          text-decoration: none;
          color: #A6A6A6; }
          #footer .Rbox .author .minmax a:hover {
            color: black; }
  @media (max-width: 1263px) {
    #footer .Lbox > div {
      text-align: center; } }
  @media (max-width: 1199px) {
    #footer #top {
      width: 50px;
      height: 50px;
      font-size: 14px; }
    #footer > div {
      flex-wrap: wrap; }
    #footer .center {
      border-right: none;
      border-left: none; }
    #footer .Lbox div {
      padding: 1em 0; }
    #footer .Rbox div {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
      font-size: 16px; }
      #footer .Rbox div form button {
        width: 130px; }
      #footer .Rbox div .author {
        padding: 1em; } }
  @media (max-width: 992px) {
    #footer .Lbox {
      padding: 1em 2em; }
      #footer .Lbox > div {
        margin: auto; }
        #footer .Lbox > div div:nth-child(1) {
          text-align: center; }
        #footer .Lbox > div div:nth-child(2) {
          text-align: left; }
      #footer .Lbox a {
        font-size: 16px;
        width: 24%; }
    #footer .center {
      border-top: 1px solid #D2D2D2;
      border-bottom: 1px solid #D2D2D2;
      display: block; }
      #footer .center > div {
        margin: auto; }
        #footer .center > div a {
          width: 33%;
          margin: 10px 0; }
    #footer .Rbox {
      padding: 1em 2em; }
      #footer .Rbox > div {
        margin: auto; } }
  @media (max-width: 815px) {
    #footer .Rbox {
      padding: 2em; }
      #footer .Rbox > div {
        justify-content: flex-start; }
        #footer .Rbox > div .author {
          padding: 1em 0; }
          #footer .Rbox > div .author span:nth-child(2), #footer .Rbox > div .author span:nth-child(3) {
            display: inline-block; }
      #footer .Rbox form {
        width: 100%; }
        #footer .Rbox form input {
          width: 100%; } }
  @media (max-width: 767px) {
    #footer #top {
      width: 40px;
      height: 40px;
      font-size: 12px;
      bottom: 20px; } }
  @media (max-width: 575px) {
    #footer .Lbox > div div:nth-child(1) {
      text-align: center;
      margin-top: -1.5em; }
    #footer .Lbox > div div:nth-child(2) {
      text-align: left; }
      #footer .Lbox > div div:nth-child(2) a {
        width: 32%; }
        #footer .Lbox > div div:nth-child(2) a:nth-child(2)::before, #footer .Lbox > div div:nth-child(2) a:nth-child(3)::before, #footer .Lbox > div div:nth-child(2) a:nth-child(5)::before, #footer .Lbox > div div:nth-child(2) a:nth-child(6)::before, #footer .Lbox > div div:nth-child(2) a:nth-child(8)::before {
          content: none; }
    #footer .center > div a {
      width: 50%;
      margin: 0; } }

/* ==========================================================================
    common
 ==========================================================================*/
body {
  font-family: "Noto Sans TC";
  overflow: visible; }

.hide {
  transition: opacity 5s;
  opacity: 0; }

.hidden {
  display: none; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  /* user-select: none; */
  image-rendering: -webkit-optimize-contrast; }

button {
  border: 0; }

.noneStyle {
  list-style: none; }

.main .inner {
  padding-top: 90px;
  padding-bottom: 3%; }
  @media (max-width: 1199px) {
    .main .inner {
      padding-top: 123px; } }
  @media (max-width: 992px) {
    .main .inner {
      padding-top: 65px; } }

input {
  appearance: none !important; }

.index-btn {
  width: 230px;
  height: 70px;
  color: #fff;
  background-color: #D61B39;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 15px; }
  .index-btn img,
  .index-btn .svg,
  .index-btn svg {
    width: 18.6px; }
  .index-btn svg {
    width: 18.6px;
    fill: #fff;
    margin-left: 1em;
    transition: all .3s; }
  .index-btn:hover {
    text-decoration: none;
    color: #fff; }
    .index-btn:hover svg {
      margin-left: 2em; }
  @media screen and (max-width: 767px) {
    .index-btn {
      width: 180px;
      height: 55px;
      font-size: 14px; } }

.position-center {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 1199px) {
  .section {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media (max-width: 767px) {
  .section {
    padding-top: 4em !important;
    padding-bottom: 30px !important; } }

@media (min-width: 1400px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; } }

.banner-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 1.5em 3em; }
  .banner-section .block .text-box {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    top: 42%;
    color: #fff; }
    .banner-section .block .text-box span:nth-child(2) {
      position: relative;
      padding-left: 60px; }
      .banner-section .block .text-box span:nth-child(2)::before {
        content: "";
        background-color: #fff;
        width: 50px;
        height: 0.5px;
        position: absolute;
        top: 50%;
        left: 0px; }
    @media screen and (max-width: 575px) {
      .banner-section .block .text-box {
        top: 50%; }
        .banner-section .block .text-box span:nth-child(2) {
          padding-left: 0; }
          .banner-section .block .text-box span:nth-child(2)::before {
            content: none; } }
  .banner-section .block.page .text-box span:nth-child(2) {
    padding-left: 0;
    max-width: 565px; }
    .banner-section .block.page .text-box span:nth-child(2)::before {
      content: none; }
  @media screen and (max-width: 767px) {
    .banner-section {
      height: 250px; } }

.category-section {
  margin-top: -70px; }
  .category-section .category {
    margin: auto;
    max-width: 1480px;
    z-index: 1;
    position: relative; }
    .category-section .category ul {
      position: relative;
      display: flex; }
      .category-section .category ul::after {
        content: "";
        background-color: #fff;
        opacity: 0.3;
        height: 70px;
        width: calc(100% + 15em);
        position: absolute;
        left: 0;
        animation: fadeUp 1.5s;
        z-index: -1; }
      .category-section .category ul li {
        z-index: 1;
        max-width: 250px;
        width: 100%; }
        .category-section .category ul li a {
          background-color: #F6F6F6;
          color: #A6A6A6;
          height: 70px;
          text-decoration: none;
          -webkit-transition: background .3s, color .3s;
          transition: background .3s, color .3s;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-section .category ul li a::before {
            content: "";
            background-color: #a6a6a680;
            height: 20px;
            width: 1px;
            left: 0;
            position: absolute; }
          .category-section .category ul li a img {
            left: 45px;
            z-index: 1;
            top: 50%;
            width: 26px; }
          .category-section .category ul li a svg {
            width: 26px;
            left: 45px;
            z-index: 1;
            top: 50%;
            fill: #A6A6A6; }
          .category-section .category ul li a > span {
            padding: 0 0.5em;
            display: flex;
            justify-content: center;
            align-items: center; }
        @media screen and (min-width: 992px) {
          .category-section .category ul li:hover a {
            background: #000;
            color: #fff; }
            .category-section .category ul li:hover a::before {
              content: none; }
            .category-section .category ul li:hover a svg {
              fill: #fff; }
          .category-section .category ul li:hover + li a::before {
            content: none; } }
        .category-section .category ul li.active a {
          background-color: #fff;
          color: #000; }
        .category-section .category ul li.active + li a::before {
          content: none; }
        .category-section .category ul li.active svg {
          fill: #000 !important; }
        .category-section .category ul li.active a::before, .category-section .category ul li:nth-child(1) a::before {
          content: none; }
    .category-section .category .max1600 {
      padding: 3em 3em 0 3em;
      display: none;
      z-index: 10; }
    .category-section .category .dropdown-toggle {
      display: block;
      background-color: #ffffff33;
      border: 1px solid #E7E7E7;
      border-radius: 0;
      height: 50px;
      padding: 0 1em;
      text-align: left;
      color: #000;
      font-weight: 500; }
      .category-section .category .dropdown-toggle::after {
        content: "";
        display: inline-block;
        border: none;
        position: absolute;
        width: 11px;
        height: 6px;
        right: 1em;
        top: 25px;
        background-image: url(../styles/images/common/down-2.svg);
        background-repeat: no-repeat;
        transition: all .3s; }
    .category-section .category .dropdown-menu {
      display: none;
      background-color: #000; }
      .category-section .category .dropdown-menu.show {
        top: 50px !important;
        transform: none !important;
        width: 100%;
        padding: 0;
        border-radius: 0;
        border: none;
        display: block; }
      .category-section .category .dropdown-menu .dropdown-item {
        border: none;
        background-color: #000;
        color: #fff;
        height: 50px;
        padding: 12px 1em; }
        .category-section .category .dropdown-menu .dropdown-item.active {
          background-color: #D61B39;
          color: #fff; }
        .category-section .category .dropdown-menu .dropdown-item:hover {
          background-color: #d61b3980;
          color: #fff; }
  @media (max-width: 767px) {
    .category-section {
      margin-top: 0px; }
      .category-section .category {
        max-width: calc(100% - 0px); }
        .category-section .category .max1600 {
          padding: 3em 2.5em 0 2.5em;
          display: block; }
        .category-section .category ul {
          display: none; }
          .category-section .category ul li {
            max-width: none; }
            .category-section .category ul li a {
              height: 50px;
              padding: 0.5em; }
              .category-section .category ul li a img,
              .category-section .category ul li a svg {
                display: none; }
          .category-section .category ul::after {
            content: none;
            height: 50px; } }

.page {
  margin: auto;
  font-family: "Merriweather";
  font-size: 18px;
  padding: 0 0 3% 0; }
  .page ul li {
    width: 60px;
    line-height: 60px;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid transparent; }
    .page ul li a {
      color: #6D6D6D;
      text-decoration: none;
      line-height: 60px;
      -webkit-transition: color .3s;
      transition: color .3s; }
    .page ul li:hover {
      border: 1px solid #a9a9a980; }
    .page ul li.active {
      border: 1px solid #D61B39; }
      .page ul li.active a {
        color: #000; }
    .page ul li.next, .page ul li.prev {
      margin: 0;
      width: 100px;
      text-align: center;
      border: none; }
      .page ul li.next span, .page ul li.prev span {
        opacity: 0;
        padding: 0 1em;
        font-size: 14px;
        color: #000;
        transition: all .3s; }
      .page ul li.next img, .page ul li.prev img {
        width: 12.5px; }
      .page ul li.next svg, .page ul li.prev svg {
        width: 12.5px;
        transition: all .3s; }
      .page ul li.next:hover span, .page ul li.prev:hover span {
        opacity: 1; }
      .page ul li.next:hover svg, .page ul li.prev:hover svg {
        fill: #D61B39; }
    .page ul li.prev svg {
      transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .page ul li {
      width: 40px;
      line-height: 40px;
      margin: 0 5px; }
      .page ul li a {
        line-height: 40px; }
      .page ul li.next, .page ul li.prev {
        width: 40px; }
        .page ul li.next span, .page ul li.prev span {
          display: none !important; } }

.breadCrumbs {
  padding: 20px;
  text-align: right;
  font-size: 14px; }
  .breadCrumbs .box a {
    color: black;
    opacity: 0.5;
    font-weight: 400;
    transition: all .3s; }
    .breadCrumbs .box a.active {
      opacity: 1; }
      .breadCrumbs .box a.active:hover {
        color: #D61B39; }
    .breadCrumbs .box a:hover {
      text-decoration: none;
      opacity: 1; }
  .breadCrumbs .box .seperature {
    margin: 0 10px;
    opacity: 0.5;
    transform: scale(0.8, 1.5);
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    vertical-align: baseline;
    padding-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .breadCrumbs {
      display: none; } }

#anchor::before {
  content: "";
  display: block;
  margin-top: -90px;
  height: 90px;
  visibility: hidden; }
  @media screen and (max-width: 1199px) {
    #anchor::before {
      margin-top: -140px;
      height: 140px; } }
  @media screen and (max-width: 992px) {
    #anchor::before {
      margin-top: -65px;
      height: 65px; } }

.formBox {
  padding-bottom: 6%; }
  .formBox form {
    max-width: 1180px;
    background-color: #F6F6F6;
    margin: auto;
    padding: 4% 5%; }
    .formBox form strong {
      color: #B7B7B7;
      text-decoration: underline;
      text-align: right;
      display: block;
      cursor: pointer;
      font-weight: 400;
      letter-spacing: 0.5px;
      transition: all .3s; }
      .formBox form strong:hover {
        color: #D61B39; }
  .formBox .input-group {
    padding: 0 0.6em; }
    .formBox .input-group .code {
      position: absolute;
      right: 2em;
      top: 52%;
      transform: translateY(-50%);
      z-index: 8; }
  .formBox .input-group-prepend {
    z-index: 10;
    position: absolute;
    left: 0; }
  .formBox .input-group-text {
    min-width: 120px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 1.1em 2em;
    font-size: 16px;
    color: #000; }
  .formBox .form-control {
    height: 60px;
    border: none;
    border-radius: 0;
    padding-left: calc(120px + 1.5em);
    background: linear-gradient(to right, #ffffff80 0%, #ffffff80 120px, #fff 120px, #fff 100%); }
    .formBox .form-control:focus {
      box-shadow: none;
      background: linear-gradient(to right, #D61B39 0%, #D61B39 120px, #fff 120px, #fff 100%); }
      .formBox .form-control:focus + div .input-group-text {
        color: #fff;
        animation: fadeIn 0.3s; }
        .formBox .form-control:focus + div .input-group-text span {
          color: #fff !important; }
  .formBox .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #D61B39;
    border-radius: 0;
    height: 12px;
    width: 12px;
    top: 7px; }
  .formBox .custom-control-label::after {
    height: 18px;
    width: 18px;
    left: -2px;
    top: 3px; }
  .formBox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #D61B39; }
  .formBox .btn-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto -1.2em; }
    .formBox .btn-box .index-btn {
      position: relative;
      font-size: 16px;
      opacity: 1;
      transition: all .3s;
      border-radius: 0;
      border: none;
      margin: auto 0.6em; }
      .formBox .btn-box .index-btn:nth-child(1) {
        background-color: #D61B39;
        color: #fff; }
      .formBox .btn-box .index-btn:nth-child(2) {
        background-color: #fff;
        color: #000; }
        .formBox .btn-box .index-btn:nth-child(2) svg {
          fill: #000; }
      .formBox .btn-box .index-btn img {
        margin-left: 1em;
        height: 21px;
        width: auto; }

/**影片RWD**/
.video-container {
  position: relative;
  padding-bottom: 53.9%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/**/
/**下拉選單樣式**/
.select2-container .select2-dropdown {
  border: none !important;
  background: #000;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.4px; }

.select2-container .select2-dropdown .select2-results__option {
  padding: 1em 1em !important;
  letter-spacing: 0.4px;
  transition: all .3s; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d61b3980;
  color: white; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #D61B39; }

/**紅圈圈**/
.circle_process {
  width: 60px;
  height: 60px; }
  .circle_process::after {
    content: "";
    display: inline-block;
    margin: auto 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D61B39;
    width: 5px;
    height: 5px;
    position: absolute;
    opacity: 0; }
  .circle_process .wrapper {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 0;
    overflow: hidden; }
  .circle_process .right {
    right: 0; }
  .circle_process .left {
    left: 0; }
  .circle_process .circle {
    width: 60px;
    height: 60px;
    border: 1px solid #a6a6a680;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transform: rotate(-135deg); }
  .circle_process .rightcircle {
    right: 0; }
  .circle_process .leftcircle {
    left: 0; }
  @media screen and (min-width: 992px) {
    .circle_process:hover::after {
      opacity: 1;
      animation: spin 1.5s infinite linear; }
    .circle_process:hover .rightcircle {
      border-top: 1px solid #D61B39 !important;
      border-right: 1px solid #D61B39 !important;
      -webkit-animation: circle_right 1.5s linear infinite; }
    .circle_process:hover .leftcircle {
      border-bottom: 1px solid #D61B39 !important;
      border-left: 1px solid #D61B39 !important;
      -webkit-animation: circle_left 1.5s linear infinite; } }

@-webkit-keyframes circle_right {
  0% {
    -webkit-transform: rotate(-135deg); }
  50%,
  100% {
    -webkit-transform: rotate(45deg); } }

@-webkit-keyframes circle_left {
  0%,
  50% {
    -webkit-transform: rotate(-135deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes spin {
  from {
    transform: rotate(0turn) translateY(-32px) translateY(50%) rotate(1turn); }
  to {
    transform: rotate(1turn) translateY(-32px) translateY(50%) rotate(0turn); } }

@keyframes spin2 {
  from {
    transform: rotate(0turn) translateY(-37.5px) translateY(50%) rotate(1turn); }
  to {
    transform: rotate(1turn) translateY(-37.5px) translateY(50%) rotate(0turn); } }

@keyframes spin3 {
  from {
    transform: rotate(0turn) translateY(-27px) translateY(50%) rotate(1turn); }
  to {
    transform: rotate(1turn) translateY(-27px) translateY(50%) rotate(0turn); } }

/****紅圈圈end****/
@keyframes upAndDown {
  0% {
    transform: translateY(0px) rotate(270deg); }
  50% {
    transform: translateY(10px) rotate(270deg); }
  100% {
    transform: translateY(0px) rotate(270deg); } }

@keyframes fadeUp {
  0% {
    transform: translateY(70px); }
  100% {
    transform: translateY(0px); } }

/* ==========================================================================
    index
 ==========================================================================*/
#index.inner {
  padding-bottom: 0; }

.index-title {
  height: 110px;
  position: relative;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC"; }
  .index-title h2 {
    margin-bottom: 0.3em;
    font-weight: 500; }
  .index-title span {
    position: absolute;
    left: 315px; }
    .index-title span::before {
      content: "";
      background-color: #A6A6A6;
      width: 220px;
      height: 0.5px;
      position: absolute;
      top: 50%;
      left: -250px; }
  @media screen and (max-width: 1199px) {
    .index-title {
      height: 90px;
      padding-left: 0; }
      .index-title h2 {
        font-size: 28px; }
      .index-title span {
        left: 188px; }
        .index-title span::before {
          width: 118px;
          top: 50%;
          left: -130px; } }
  @media screen and (max-width: 767px) {
    .index-title span {
      left: 155px; } }

.index-banner-section {
  position: relative;
  background-color: #F6F6F6; }
  .index-banner-section .item {
    position: relative; }
    .index-banner-section .item .imgBox {
      width: 100%;
      position: relative;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: all 0.9s;
      opacity: 0.8;
      overflow: hidden;
      background-color: transparent; }
      .index-banner-section .item .imgBox img {
        margin: auto;
        position: relative;
        transition: all 0.3s;
        height: calc(100vh - 90px);
        max-width: initial;
        opacity: 1; }
    .index-banner-section .item.slick-current .imgBox {
      opacity: 1;
      transition-delay: .9s; }
  .index-banner-section .txtBox {
    max-width: 628px;
    position: absolute;
    width: 100%;
    padding: 2.5% 3.5% 4.5% 3.5%;
    z-index: 1;
    background-color: #fff;
    top: 50%;
    right: 7%;
    transform: translateY(-50%) !important; }
    .index-banner-section .txtBox h3 {
      font-size: 55px; }
    .index-banner-section .txtBox p {
      color: #6D6D6D; }
    .index-banner-section .txtBox .index-btn {
      bottom: -35px;
      left: 50%;
      transform: translateX(-50%); }
    .index-banner-section .txtBox::before {
      content: "";
      background-color: #ffffff80;
      width: 123px;
      height: 100%;
      position: absolute;
      left: -123px;
      top: 0; }
  .index-banner-section .tag {
    position: absolute;
    bottom: 3.5em;
    left: calc(93% - 250px);
    width: 8em;
    z-index: 2; }
    .index-banner-section .tag span:nth-child(1) {
      font-size: 40px; }
    .index-banner-section .tag span:nth-child(2) {
      font-size: 14px;
      color: #A6A6A6;
      padding: 0 0.5em; }
    .index-banner-section .tag span:nth-child(3) {
      font-size: 14px;
      color: #A6A6A6; }
  .index-banner-section .slick-slider {
    max-width: 1470px; }
  .index-banner-section .slick-arrow {
    bottom: 50px;
    border-radius: 50%;
    background-color: transparent;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: auto;
    transition: all .3s; }
    .index-banner-section .slick-arrow img {
      width: 13px; }
    .index-banner-section .slick-arrow svg {
      width: 13px;
      fill: #A6A6A6;
      transition: all .3s; }
    .index-banner-section .slick-arrow:hover svg {
      fill: #000; }
  .index-banner-section .slick-next {
    left: calc(93% - 60px); }
  .index-banner-section .slick-prev {
    left: calc(93% - 130px); }
  .index-banner-section .arrowBox {
    z-index: 2;
    left: calc(93% - 0px); }
  @media screen and (max-width: 1750px) {
    .index-banner-section .tag span:nth-child(1), .index-banner-section .tag span:nth-child(2), .index-banner-section .tag span:nth-child(3) {
      color: #fff; }
    .index-banner-section .circle_process .circle {
      border: 1px solid #fff; } }
  @media screen and (max-width: 1720px) {
    .index-banner-section .item .imgBox {
      max-width: none; }
    .index-banner-section .slick-arrow svg {
      fill: #fff; } }
  @media screen and (max-width: 1199px) {
    .index-banner-section .tag {
      top: calc(100% - 110px); }
      .index-banner-section .tag span:nth-child(1), .index-banner-section .tag span:nth-child(2), .index-banner-section .tag span:nth-child(3) {
        color: #fff; }
    .index-banner-section .circle_process .circle {
      border: 1px solid #fff; }
    .index-banner-section .slick-arrow {
      top: calc(100% - 80px); }
      .index-banner-section .slick-arrow svg {
        fill: #fff; }
      .index-banner-section .slick-arrow:hover svg {
        fill: #fff !important; } }
  @media screen and (max-width: 992px) {
    .index-banner-section .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: #00000026; }
    .index-banner-section .item .imgBox img {
      height: calc(100vh - 65px); }
    .index-banner-section .txtBox {
      top: 65%;
      right: 50%;
      transform: translateX(50%) translateY(-50%) !important; }
      .index-banner-section .txtBox::before {
        content: none; }
    .index-banner-section .tag {
      top: calc(100% - 80px); }
    .index-banner-section .slick-arrow {
      top: calc(100% - 50px); } }
  @media screen and (max-width: 767px) {
    .index-banner-section .item .imgBox {
      background-position: 60% 100%; }
    .index-banner-section .txtBox {
      padding: 2em 1.5em 3em 1.5em;
      max-width: calc(100% - 5em);
      margin: 0 auto;
      left: 50%;
      top: auto;
      bottom: -2em;
      transform: translateY(-50%) translateX(-50%) !important; }
      .index-banner-section .txtBox h3 {
        font-size: 36px; }
      .index-banner-section .txtBox p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
      .index-banner-section .txtBox::before {
        content: none; }
    .index-banner-section .tag {
      top: auto;
      bottom: 380px; }
    .index-banner-section .slick-arrow {
      top: auto;
      bottom: 380px; } }
  @media screen and (max-width: 567px) {
    .index-banner-section .tag {
      bottom: 360px; }
    .index-banner-section .slick-arrow {
      bottom: 360px; }
    .index-banner-section .item .imgBox {
      opacity: 1; }
    .index-banner-section .item.slick-current .imgBox {
      transition-delay: .0s; } }

.index-products-section {
  padding: 8% 3em 1em 3em;
  background: linear-gradient(to bottom, #F6F6F6 0%, #F6F6F6 60%, #fff 60%, #fff 100%); }
  .index-products-section .row {
    align-items: flex-end;
    margin: 0; }
  .index-products-section .Lbox {
    width: 43%; }
    .index-products-section .Lbox .nav {
      flex-wrap: nowrap;
      justify-content: center; }
    .index-products-section .Lbox .nav-tabs {
      border: none;
      margin-bottom: 1em; }
    .index-products-section .Lbox .nav-link {
      height: 70px;
      justify-content: center;
      align-items: center;
      display: flex;
      border: none;
      transition: all .3s; }
      .index-products-section .Lbox .nav-link img {
        width: 50%; }
    .index-products-section .Lbox .slickBox {
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      z-index: 10; }
      .index-products-section .Lbox .slickBox .slick {
        margin: 2.5em auto; }
        .index-products-section .Lbox .slickBox .slick .slick-list {
          overflow: visible;
          margin: 0 -10px;
          padding: 0 !important; }
        .index-products-section .Lbox .slickBox .slick .item {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          position: relative;
          width: 260px;
          -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
          .index-products-section .Lbox .slickBox .slick .item a {
            display: block;
            transform: scale(0.7);
            -webkit-transition: all 0.9s ease-in-out;
            transition: all 0.9s ease-in-out; }
          .index-products-section .Lbox .slickBox .slick .item.slick-current {
            transform-origin: bottom center; }
            .index-products-section .Lbox .slickBox .slick .item.slick-current .img {
              transition: opacity .3s;
              max-height: 335px;
              display: block; }
            .index-products-section .Lbox .slickBox .slick .item.slick-current a {
              transform: scale(1); }
            .index-products-section .Lbox .slickBox .slick .item.slick-current .text-box {
              opacity: 1; }
            .index-products-section .Lbox .slickBox .slick .item.slick-current:hover .img {
              opacity: 0.8; }
          .index-products-section .Lbox .slickBox .slick .item .text-box {
            z-index: 1;
            position: absolute;
            opacity: 0;
            transition: all 0.3s;
            text-align: center;
            padding: 0.5em;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            color: #000;
            line-height: 1.5;
            width: 100%;
            font-size: 18px;
            font-family: "Noto Sans TC";
            transition: all 0.9s;
            background-color: #ffffff80; }
            .index-products-section .Lbox .slickBox .slick .item .text-box span:nth-child(1) {
              opacity: 0.5;
              display: block;
              font-size: 14px;
              font-weight: 400; }
            .index-products-section .Lbox .slickBox .slick .item .text-box span:nth-child(2) {
              display: block;
              font-weight: 500;
              font-size: 18px; }
        .index-products-section .Lbox .slickBox .slick img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .index-products-section .Lbox .slickBox .slick-arrow {
        background-color: transparent;
        width: 60px;
        height: 60px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 10;
        top: 45%;
        transform: translateY(50%);
        transition: all .3s;
        background-color: #000;
        border: none;
        border-radius: 50%; }
        .index-products-section .Lbox .slickBox .slick-arrow:hover {
          background-color: #D61B39; }
        .index-products-section .Lbox .slickBox .slick-arrow img {
          width: 12px; }
        .index-products-section .Lbox .slickBox .slick-arrow svg {
          fill: #fff !important;
          width: 12px; }
        .index-products-section .Lbox .slickBox .slick-arrow.slick-disabled {
          background-color: #A6A6A6;
          opacity: 0;
          display: none; }
      .index-products-section .Lbox .slickBox .slick-next {
        right: calc(50% - 160px); }
      .index-products-section .Lbox .slickBox .slick-prev {
        left: calc(50% - 160px); }
  .index-products-section .tab-content > .tab-pane {
    display: block;
    overflow-y: hidden;
    height: 0; }
    .index-products-section .tab-content > .tab-pane.active {
      height: 100%; }
  .index-products-section .Rbox {
    text-align: right;
    width: 57%; }
  @media screen and (max-width: 1670px) {
    .index-products-section .Lbox {
      width: 50%; }
    .index-products-section .Rbox {
      width: 50%;
      padding-left: 1em; } }
  @media screen and (max-width: 1199px) {
    .index-products-section {
      padding: 27px; }
      .index-products-section .Rbox {
        text-align: center;
        width: 100%;
        padding-left: 0; }
      .index-products-section .Lbox {
        width: 100%; }
        .index-products-section .Lbox .slickBox {
          width: 75%; } }
  @media screen and (max-width: 970px) {
    .index-products-section .Lbox .slickBox {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .index-products-section {
      background: #F6F6F6;
      padding-top: 3.5em; }
      .index-products-section .Rbox {
        display: none; } }
  @media screen and (max-width: 575px) {
    .index-products-section .Lbox .nav-tabs {
      margin-bottom: 0em;
      margin-top: 2em; }
      .index-products-section .Lbox .nav-tabs .nav-item {
        width: 50%; }
    .index-products-section .Lbox .nav-link {
      height: 60px;
      width: 100%; }
      .index-products-section .Lbox .nav-link img {
        width: 120px; }
    .index-products-section .Lbox .slickBox0 {
      width: 100%; }
      .index-products-section .Lbox .slickBox0 .slick {
        margin-top: -2.5%; }
        .index-products-section .Lbox .slickBox0 .slick .item:not(.slick-current) {
          z-index: -1; }
          .index-products-section .Lbox .slickBox0 .slick .item:not(.slick-current) a {
            transform: scale(0.4);
            left: auto;
            position: relative;
            right: -120px; }
        .index-products-section .Lbox .slickBox0 .slick .item.slick-current {
          transform-origin: center center;
          padding: 0;
          opacity: 1; }
          .index-products-section .Lbox .slickBox0 .slick .item.slick-current a {
            transform: scale(0.7);
            transition: transform 0.5s;
            transition-delay: 0s; }
          .index-products-section .Lbox .slickBox0 .slick .item.slick-current .text-box {
            bottom: -5em;
            top: auto;
            background-color: transparent; }
            .index-products-section .Lbox .slickBox0 .slick .item.slick-current .text-box span {
              transform: scale(1.4); }
              .index-products-section .Lbox .slickBox0 .slick .item.slick-current .text-box span:nth-child(2) {
                font-size: 16px;
                margin-top: 0.5em; }
          .index-products-section .Lbox .slickBox0 .slick .item.slick-current + .item a {
            transform: scale(0.4);
            right: 120px; }
          .index-products-section .Lbox .slickBox0 .slick .item.slick-current:hover .img {
            opacity: 1; }
        .index-products-section .Lbox .slickBox0 .slick .item a {
          transition: none; }
        .index-products-section .Lbox .slickBox0 .slick .item .text-box {
          transition: none; }
        .index-products-section .Lbox .slickBox0 .slick .slick-arrow {
          width: 40px;
          height: 40px;
          top: 50%; }
        .index-products-section .Lbox .slickBox0 .slick .slick-next {
          right: calc(50% - 115px); }
        .index-products-section .Lbox .slickBox0 .slick .slick-prev {
          left: calc(50% - 115px); }
    .index-products-section .Lbox .slickBox .slick .item {
      width: 200px; }
    .index-products-section .Lbox .slickBox .slick .slick-arrow {
      width: 40px;
      height: 40px;
      top: 50%; }
    .index-products-section .Lbox .slickBox .slick .slick-next {
      right: calc(50% - 115px); }
    .index-products-section .Lbox .slickBox .slick .slick-prev {
      left: calc(50% - 115px); } }

.index-news-section {
  padding: 6% 3em 10% 3em; }
  .index-news-section .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1em; }
    .index-news-section .item .imgBox {
      position: relative;
      overflow: hidden;
      display: block;
      max-height: 500px;
      min-width: 33%; }
      .index-news-section .item .imgBox::before {
        height: 75px;
        width: 100%;
        background-color: #ffffff80;
        position: absolute;
        bottom: 0;
        opacity: 0;
        z-index: 1;
        transition: all .3s; }
      .index-news-section .item .imgBox img {
        transform: scale(1);
        transition: all .5s;
        width: 100%; }
    .index-news-section .item .txtBox {
      max-width: 470px;
      width: 100%;
      margin-top: 1.5em;
      padding-left: 45px;
      position: relative;
      color: #000;
      display: block; }
      .index-news-section .item .txtBox > span:nth-child(1) {
        font-size: 22px;
        font-weight: 500;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        .index-news-section .item .txtBox > span:nth-child(1) span {
          font-size: 22px; }
      .index-news-section .item .txtBox > span:nth-child(2) {
        font-size: 16px; }
      .index-news-section .item .txtBox::before {
        content: "";
        width: 25px;
        height: 1px;
        background-color: #A6A6A6;
        position: absolute;
        left: 0;
        top: 18px; }
    .index-news-section .item a:hover {
      text-decoration: none !important; }
      .index-news-section .item a:hover .imgBox::before {
        opacity: 1; }
      .index-news-section .item a:hover .imgBox img {
        transform: scale(1.1); }
  .index-news-section .index-btn {
    top: 10px;
    right: 0;
    z-index: 10; }
  .index-news-section .slick-list {
    margin: 0 -60px; }
    .index-news-section .slick-list .slick-track {
      min-width: 100% !important; }
  .index-news-section .slickBox {
    position: relative; }
  .index-news-section .slickInfo {
    position: absolute;
    top: -7em;
    left: 58.2%;
    transform: translateX(-50%); }
    .index-news-section .slickInfo .slickProcessContainer {
      width: 683px;
      margin-right: 52px;
      margin-bottom: 6px; }
    .index-news-section .slickInfo .processBox {
      padding-top: 1px;
      position: relative; }
      .index-news-section .slickInfo .processBox .processLine {
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.2); }
      .index-news-section .slickInfo .processBox .currentW {
        height: 2px;
        background: #D61B39;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all 0.4s; }
        .index-news-section .slickInfo .processBox .currentW::after {
          content: "";
          background-color: #D61B39;
          width: 5px;
          height: 5px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 50%; }
  @media screen and (max-width: 1680px) {
    .index-news-section .slickBox {
      padding: 0 2.5em; } }
  @media screen and (max-width: 1500px) {
    .index-news-section .slickInfo {
      top: auto;
      bottom: -4em;
      left: 50%;
      width: 100%; }
      .index-news-section .slickInfo .slickProcessContainer {
        width: 100%; } }
  @media screen and (max-width: 1199px) {
    .index-news-section {
      padding: 5em 27px 10em 27px; }
      .index-news-section .slick-dots {
        bottom: -70px;
        top: auto; } }
  @media screen and (max-width: 767px) {
    .index-news-section {
      padding: 4em 27px; }
      .index-news-section .max1620 {
        padding-bottom: 150px; }
      .index-news-section .item {
        padding: 0 1.5em; }
        .index-news-section .item .txtBox > span:nth-child(1) {
          font-size: 18px; }
          .index-news-section .item .txtBox > span:nth-child(1) span {
            font-size: 18px; }
        .index-news-section .item .txtBox > span:nth-child(2) {
          font-size: 14px; }
      .index-news-section .index-btn {
        bottom: 0;
        top: auto;
        right: 50%;
        transform: translateX(50%); }
      .index-news-section .slickInfo {
        bottom: -4em; }
        .index-news-section .slickInfo .processBox {
          padding-top: 0.5px; }
          .index-news-section .slickInfo .processBox .processLine {
            height: 0.5px; }
          .index-news-section .slickInfo .processBox .currentW {
            height: 1px; } }
  @media screen and (max-width: 575px) {
    .index-news-section .item a:hover .imgBox img {
      transform: scale(1); } }

.index-brand-section {
  background-color: #F6F6F6;
  padding: 0 3em 8% 3em; }
  .index-brand-section .max1480 .index-title {
    padding-top: 100px;
    padding-left: 1em; }
  .index-brand-section .slickBox {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -175px; }
    .index-brand-section .slickBox .slick {
      margin: 0 auto; }
      .index-brand-section .slickBox .slick .slick-list {
        overflow: visible;
        padding: 0 calc(50% - 600px) !important; }
        .index-brand-section .slickBox .slick .slick-list .item {
          width: 100%;
          max-width: 1620px;
          transition: all 0.5s; }
          .index-brand-section .slickBox .slick .slick-list .item .index-title {
            position: absolute;
            width: 100%;
            left: 8em;
            opacity: 0;
            transition: opacity 2s;
            max-width: 500px; }
          .index-brand-section .slickBox .slick .slick-list .item > div {
            display: block;
            position: relative;
            transition: all 0.5s;
            padding: 0 50px;
            padding-top: 10em; }
            .index-brand-section .slickBox .slick .slick-list .item > div .txtBox {
              position: absolute;
              top: 60%;
              transform: translate(0, -50%);
              z-index: 1;
              display: block;
              width: 100%;
              max-width: 600px;
              min-height: 400px;
              background-color: #FFFFFF;
              padding: 4em 3em 6em 3.5em;
              opacity: 0;
              transition: all 1s; }
              .index-brand-section .slickBox .slick .slick-list .item > div .txtBox img.logo {
                width: 50%;
                max-width: 210px;
                min-height: 40px; }
              .index-brand-section .slickBox .slick .slick-list .item > div .txtBox p {
                color: #6D6D6D;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                margin-bottom: 1.5em; }
              .index-brand-section .slickBox .slick .slick-list .item > div .txtBox::after {
                content: "";
                background-color: #ffffff80;
                width: 123px;
                height: 100%;
                position: absolute;
                right: -123px;
                top: 0; }
            .index-brand-section .slickBox .slick .slick-list .item > div .imgBox {
              display: block;
              width: 100%;
              max-width: 870px;
              margin-right: 0;
              margin-left: auto;
              background-color: #F6F6F6; }
              .index-brand-section .slickBox .slick .slick-list .item > div .imgBox img {
                opacity: 0.8;
                transition: all .5s; }
          .index-brand-section .slickBox .slick .slick-list .item.slick-current .txtBox,
          .index-brand-section .slickBox .slick .slick-list .item.slick-current .index-title {
            opacity: 1;
            transition-delay: .8s; }
          .index-brand-section .slickBox .slick .slick-list .item.slick-current .imgBox {
            margin-left: auto; }
            .index-brand-section .slickBox .slick .slick-list .item.slick-current .imgBox img {
              opacity: 1;
              transition-delay: .9s; }
          .index-brand-section .slickBox .slick .slick-list .item.slick-current + .item .txtBox,
          .index-brand-section .slickBox .slick .slick-list .item.slick-current + .item .index-title {
            left: auto;
            right: 0; }
          .index-brand-section .slickBox .slick .slick-list .item.slick-current + .item .imgBox {
            margin-left: 0; }
          @media screen and (max-width: 1550px) {
            .index-brand-section .slickBox .slick .slick-list .item {
              max-width: calc(100vw - 10em);
              padding: 0 1em; }
              .index-brand-section .slickBox .slick .slick-list .item > div {
                padding: 1em 0 10% 0; }
                .index-brand-section .slickBox .slick .slick-list .item > div .txtBox {
                  top: 50%; } }
          @media screen and (max-width: 1199px) {
            .index-brand-section .slickBox .slick .slick-list .item > div {
              padding: 1em 0 12% 0; }
              .index-brand-section .slickBox .slick .slick-list .item > div .txtBox {
                min-height: auto;
                max-width: 500px;
                padding: 1.5em 2em 2em 2em;
                bottom: 0;
                top: auto;
                left: 2em; }
            .index-brand-section .slickBox .slick .slick-list .item.slick-current {
              transition-delay: .3s;
              transition: all .5s; }
              .index-brand-section .slickBox .slick .slick-list .item.slick-current .txtBox {
                transition-delay: .3s; } }
          @media screen and (max-width: 890px) {
            .index-brand-section .slickBox .slick .slick-list .item {
              transition: all .5s; }
              .index-brand-section .slickBox .slick .slick-list .item > div {
                padding: 3em 0 6em 0;
                display: flex;
                flex-direction: column; }
                .index-brand-section .slickBox .slick .slick-list .item > div .txtBox {
                  order: 3;
                  position: relative;
                  left: auto;
                  transform: none;
                  max-width: 100%;
                  min-height: auto;
                  width: 100%;
                  text-align: center;
                  padding: 1.5em 20px 2.5em 20px; }
                  .index-brand-section .slickBox .slick .slick-list .item > div .txtBox::after {
                    right: auto;
                    top: -50px;
                    left: 0;
                    height: 50px;
                    width: 100%;
                    opacity: 0; }
                  .index-brand-section .slickBox .slick .slick-list .item > div .txtBox p {
                    text-align: left; }
              .index-brand-section .slickBox .slick .slick-list .item.slick-current {
                transition-delay: 0.3s; }
                .index-brand-section .slickBox .slick .slick-list .item.slick-current > div {
                  padding: 0em 0 8em 0; } }
          @media screen and (max-width: 768px) {
            .index-brand-section .slickBox .slick .slick-list .item {
              max-width: calc(100vw - 5em);
              opacity: 0;
              padding: 0; }
              .index-brand-section .slickBox .slick .slick-list .item > div {
                padding: 0 0 8em 0; }
              .index-brand-section .slickBox .slick .slick-list .item.slick-current {
                opacity: 1; }
                .index-brand-section .slickBox .slick .slick-list .item.slick-current > div {
                  padding: 0em 0 8em 0; } }
    @media screen and (max-width: 1550px) {
      .index-brand-section .slickBox {
        margin-top: 0; }
        .index-brand-section .slickBox .slick .slick-list {
          padding: 0 27px !important; } }
  .index-brand-section .slick-arrow {
    font-size: 14px;
    font-family: "Merriweather";
    color: #000;
    background-color: #f6f6f680;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: 1.5em; }
  .index-brand-section .slick-next {
    left: calc(22% - 65px); }
  .index-brand-section .slick-prev {
    left: calc(22% - 150px); }
  .index-brand-section .circle_process {
    width: 71px;
    height: 72px; }
    .index-brand-section .circle_process .wrapper {
      width: 36px;
      height: 72px; }
    .index-brand-section .circle_process .circle {
      width: 72px;
      height: 72px; }
    .index-brand-section .circle_process:hover::after {
      animation: spin2 1.5s infinite linear; }
  @media screen and (max-width: 1550px) {
    .index-brand-section {
      padding: 0 3em 5% 3em; }
      .index-brand-section .max1480 .index-title {
        padding-top: 0px;
        padding-left: 0; }
      .index-brand-section .slick-arrow {
        bottom: 0em;
        transform: translateX(-50%); }
      .index-brand-section .slick-next {
        left: calc(50% + 40px); }
      .index-brand-section .slick-prev {
        left: calc(50% - 40px); } }
  @media screen and (max-width: 1199px) {
    .index-brand-section {
      padding: 0 3em 5em 3em; }
      .index-brand-section .slickBox {
        margin-top: 0; }
      .index-brand-section .index-btn {
        position: relative; } }
  @media screen and (max-width: 890px) {
    .index-brand-section {
      padding: 0 27px 4em 27px; }
      .index-brand-section .slick-arrow {
        bottom: 3.5em;
        width: 60px;
        height: 60px;
        font-size: 12px; }
      .index-brand-section .slick-next {
        left: calc(50% + 37px); }
      .index-brand-section .slick-prev {
        left: calc(50% - 37px); }
      .index-brand-section .circle_process {
        width: 60px;
        height: 60px; }
        .index-brand-section .circle_process .wrapper {
          width: 30px;
          height: 60px; }
        .index-brand-section .circle_process .circle {
          width: 60px;
          height: 60px; }
        .index-brand-section .circle_process:hover::after {
          animation: spin 1.5s infinite linear; }
      .index-brand-section .index-btn {
        display: inline-flex; } }
  @media screen and (max-width: 768px) {
    .index-brand-section .slick-arrow {
      bottom: 2em; } }
  @media screen and (max-width: 575px) {
    .index-brand-section .slickBox .slick .slick-list .item > div {
      padding-bottom: 80px; }
    .index-brand-section .slickBox .slick .slick-list .item.slick-current > div {
      padding-bottom: 80px; }
    .index-brand-section .slickBox .slick .slick-list .item .imgBox {
      height: 200px;
      overflow: hidden; }
    .index-brand-section .slick-arrow {
      bottom: 0em; } }

.index-about-section {
  margin: 8% 0;
  height: 694px; }
  .index-about-section .max1620 {
    height: 100%;
    position: relative; }
  .index-about-section .imgBox {
    position: absolute; }
  .index-about-section .txtBox {
    max-width: 760px;
    width: 100%;
    background-color: #F6F6F6;
    padding: 3% 6.5% 4% 6.5%;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%); }
    .index-about-section .txtBox::before {
      content: "";
      background-color: #ffffff80;
      width: 140px;
      height: 100%;
      position: absolute;
      left: -140px;
      top: 0; }
  .index-about-section .index-btn {
    position: relative; }
  @media screen and (max-width: 1199px) {
    .index-about-section {
      margin: 0;
      padding-bottom: 5em;
      height: auto; }
      .index-about-section .max1620 {
        padding: 0 27px; }
      .index-about-section .imgBox {
        position: relative; }
        .index-about-section .imgBox img {
          width: 100%; }
      .index-about-section .txtBox {
        position: relative;
        top: auto;
        bottom: 0;
        display: block;
        min-height: 385px;
        transform: none;
        padding: 2.5em 2em;
        margin: auto; }
        .index-about-section .txtBox::before {
          right: auto;
          top: -50px;
          left: 0;
          height: 50px;
          width: 100%; }
      .index-about-section .index-btn {
        margin: auto; } }
  @media screen and (max-width: 768px) {
    .index-about-section .imgBox img {
      width: 120%;
      max-width: none; }
    .index-about-section .txtBox {
      padding: 2em 20px 4em 20px; } }

.index-point-section {
  background-image: url(../styles/images/index/point.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: 90px;
  background-position-x: 75%;
  height: 400px; }
  .index-point-section > div {
    background-color: #00000066;
    height: 100%;
    padding: 5em 27px; }
    .index-point-section > div .max1620 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      height: 100%; }
  .index-point-section .index-title {
    max-width: 580px;
    width: 100%; }
  .index-point-section .Rbox {
    position: relative; }
  .index-point-section .Btn {
    width: 30px;
    height: 30px;
    margin-left: 25px;
    position: absolute;
    bottom: 15px; }
    .index-point-section .Btn svg {
      fill: #fff;
      stroke: none;
      width: 30px;
      height: 30px;
      transition: all .3s; }
    .index-point-section .Btn:hover svg {
      fill: #D61B39;
      stroke: none; }
  .index-point-section .form-select,
  .index-point-section .select2-container {
    max-width: 530px;
    width: 100% !important;
    height: 65px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px; }
    @media screen and (max-width: 1280px) {
      .index-point-section .form-select,
      .index-point-section .select2-container {
        width: 85% !important; } }
  .index-point-section .select2-container--default .select2-selection--single {
    background-color: #ffffff33;
    border: 1px solid #fff;
    border-radius: 0;
    height: 65px;
    padding: 1em 2em; }
    .index-point-section .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff; }
  .index-point-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 50%;
    right: 3em;
    width: auto; }
    .index-point-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none;
      width: 16px;
      height: 9px;
      background-image: url(../styles/images/common/down.svg);
      background-repeat: no-repeat;
      transition: all .3s; }
  .index-point-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg); }
  @media screen and (max-width: 1280px) {
    .index-point-section {
      height: 375px; }
      .index-point-section p {
        line-height: 23px; }
      .index-point-section .Btn {
        width: 27px;
        height: 27px;
        bottom: 10px; }
        .index-point-section .Btn svg {
          width: 27px;
          height: 27px; }
      .index-point-section .form-select,
      .index-point-section .select2-container {
        height: 50px;
        font-size: 16px; }
      .index-point-section .select2-container--default .select2-selection--single {
        height: 50px;
        padding: 0.5em 1em; }
      .index-point-section .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 1.5em; }
      .index-point-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        width: 10px;
        height: 6px; } }
  @media screen and (max-width: 992px) {
    .index-point-section {
      background-position-y: -65px;
      background-attachment: scroll; } }

/* ==========================================================================
    about
 ==========================================================================*/
.about-section {
  padding-bottom: 7%;
  padding-right: 2.5em;
  padding-left: 2.5em;
  overflow: hidden; }
  .about-section > .max1480 {
    padding-top: 5em; }
  .about-section .breadCrumbs {
    z-index: 1;
    position: relative; }
  .about-section .LBox {
    width: 55%;
    padding-right: 6%; }
    .about-section .LBox .imgBox {
      margin-bottom: 2em;
      display: none; }
      .about-section .LBox .imgBox img {
        width: 100%; }
  .about-section .RBox {
    position: relative;
    width: 45%; }
    .about-section .RBox img {
      max-width: initial; }
    .about-section .RBox::after {
      content: "";
      background-color: #F6F6F6;
      position: absolute;
      width: 790px;
      height: 565px;
      top: -10em;
      left: 100px;
      z-index: -1;
      transition: all .3s; }
    .about-section .RBox::before {
      content: "";
      background-color: #ffffff80;
      position: absolute;
      width: 100px;
      height: 100%;
      transition: all .3s; }
  @media screen and (max-width: 1199px) {
    .about-section {
      padding-bottom: 1em; }
      .about-section > .max1480 {
        padding-top: 3em; }
      .about-section .LBox {
        width: 100%;
        padding-right: 0; }
        .about-section .LBox .imgBox {
          display: block; }
      .about-section .RBox {
        display: none; } }
  @media screen and (max-width: 992px) {
    .about-section {
      padding-bottom: 3em;
      padding-top: 3em; }
      .about-section > .max1480 {
        padding-top: 0em; } }

.about-section-b {
  background-image: url(../styles/images/about/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-y: -90px;
  background-position-x: 65%;
  height: 400px; }
  .about-section-b > div {
    background-color: #0000004d;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 2em;
    text-align: center; }
  .about-section-b span {
    color: #fff;
    position: relative; }
    .about-section-b span:nth-child(1)::before {
      content: " “ ";
      font-family: "Merriweather";
      position: absolute;
      top: 0px;
      left: -50px;
      font-size: 50px; }
    .about-section-b span:nth-child(1)::after {
      content: " “ ";
      font-family: "Merriweather";
      transform: rotate(180deg);
      position: absolute;
      top: -30px;
      right: -50px;
      font-size: 50px; }
  @media screen and (max-width: 1199px) {
    .about-section-b {
      height: 250px; }
      .about-section-b > div {
        height: 250px; } }
  @media screen and (max-width: 992px) {
    .about-section-b {
      background-attachment: scroll;
      background-position-y: 33%;
      background-position-x: 55%; }
      .about-section-b span:nth-child(1)::before {
        top: 5px;
        left: -20px;
        font-size: 20px; }
      .about-section-b span:nth-child(1)::after {
        top: -5px;
        right: -20px;
        font-size: 20px; } }
  @media screen and (max-width: 575px) {
    .about-section-b {
      background-attachment: scroll; } }

.about-bg {
  margin: auto;
  width: 1580px;
  pointer-events: none; }
  .about-bg img {
    position: absolute;
    z-index: 10;
    margin: auto;
    padding-top: 4em;
    text-align: center;
    animation: pulse 5s ease-in-out 0s infinite; }
  @media screen and (max-width: 1199px) {
    .about-bg img {
      padding-top: 20%;
      width: 95%; } }
  @media screen and (max-width: 786px) {
    .about-bg {
      display: none; } }

#about-green .category-section .category ul li a::before {
  content: none; }

.about-green-section {
  position: relative;
  margin-top: 4%;
  margin-bottom: 4%; }
  .about-green-section .LBox {
    position: relative; }
  .about-green-section .RBox {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 47%; }
  .about-green-section .txtBox {
    position: absolute;
    max-width: 760px;
    width: 100%;
    padding: 10% 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #F6F6F6;
    transition: all 0.3s; }
    .about-green-section .txtBox::before {
      content: "";
      background-color: #ffffff80;
      width: 140px;
      height: 100%;
      position: absolute;
      left: -140px;
      top: 0; }
  @media screen and (max-width: 1199px) {
    .about-green-section .RBox {
      width: 60%; }
    .about-green-section .txtBox {
      padding: 5% 10%;
      right: 10%; }
      .about-green-section .txtBox::before {
        width: 100px;
        left: -100px; } }
  @media screen and (max-width: 992px) {
    .about-green-section .RBox {
      width: 100%; }
    .about-green-section .txtBox {
      right: 3em;
      max-width: 500px;
      padding: 2em 2.5em;
      top: 65%; }
      .about-green-section .txtBox::before {
        content: none; } }
  @media screen and (max-width: 768px) {
    .about-green-section {
      margin-top: 0;
      margin-bottom: -0em; }
      .about-green-section .RBox {
        position: relative; }
      .about-green-section .txtBox {
        position: relative;
        right: auto;
        max-width: calc(100% - 5em);
        top: 0;
        margin: auto;
        transform: translateY(-30%); } }
  @media screen and (max-width: 567px) {
    .about-green-section .txtBox {
      transform: translateY(-15%); } }

.about-green-section-b {
  padding: 1em 2.5em; }
  .about-green-section-b .slickBox {
    position: relative;
    margin-top: 3.5%;
    padding-bottom: 3em; }
    .about-green-section-b .slickBox .slick .item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .about-green-section-b .slickBox .slick .item > div {
        transition: all 1s;
        width: 350px; }
      .about-green-section-b .slickBox .slick .item .imgBox {
        text-align: center;
        border-bottom: 1px solid #D2D2D2;
        padding-bottom: 5px;
        position: relative;
        width: 100%; }
        .about-green-section-b .slickBox .slick .item .imgBox div {
          width: 100%;
          transition: all 1s; }
          .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(1) {
            height: 0;
            width: 380px;
            opacity: 0; }
            .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(1) img {
              width: 100%; }
          .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(2) {
            min-height: 230px;
            margin: auto;
            position: relative;
            opacity: 1; }
            .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(2) img {
              width: 120px;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%); }
        .about-green-section-b .slickBox .slick .item .imgBox h2 {
          font-size: 18px;
          padding: 1em; }
        .about-green-section-b .slickBox .slick .item .imgBox::after {
          content: "";
          height: 6px;
          width: 6px;
          border-radius: 50%;
          background-color: #000;
          position: absolute;
          bottom: -3px;
          left: calc(50% + 1px);
          transform: translateX(-50%); }
        .about-green-section-b .slickBox .slick .item .imgBox::before {
          content: "";
          height: 13.5px;
          width: 2px;
          background-color: #D2D2D280;
          position: absolute;
          bottom: 0; }
      .about-green-section-b .slickBox .slick .item .txtBox {
        padding-top: 2em;
        text-align: center;
        opacity: 0;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0.05em;
        color: #fff;
        transition: opacity 1s; }
      .about-green-section-b .slickBox .slick .item.slick-current .imgBox div:nth-child(1) {
        height: 230px;
        opacity: 1;
        transform: translateX(-4%);
        margin: auto; }
      .about-green-section-b .slickBox .slick .item.slick-current .imgBox div:nth-child(2) {
        opacity: 0;
        min-height: 0; }
      .about-green-section-b .slickBox .slick .item.slick-current .imgBox::after {
        background-color: #D61B39; }
      .about-green-section-b .slickBox .slick .item.slick-current .txtBox {
        transition-delay: 0.5s;
        opacity: 1;
        color: #6D6D6D;
        width: 380px;
        transform: translateX(-4%);
        margin: auto; }
    .about-green-section-b .slickBox .slick-list {
      overflow: visible; }
    .about-green-section-b .slickBox .slick-arrow {
      bottom: 50px;
      border: 1px solid #A6A6A680;
      border-radius: 50%;
      background-color: #fff;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 10;
      top: 345px;
      transition: all .3s;
      transform: translateY(-50%);
      opacity: 1; }
      .about-green-section-b .slickBox .slick-arrow img {
        width: 13px; }
      .about-green-section-b .slickBox .slick-arrow svg {
        width: 13px;
        fill: #A6A6A6;
        transition: all .3s; }
      .about-green-section-b .slickBox .slick-arrow:hover {
        background-color: #D61B39; }
        .about-green-section-b .slickBox .slick-arrow:hover svg {
          fill: #fff; }
      .about-green-section-b .slickBox .slick-arrow.slick-disabled {
        opacity: 0;
        pointer-events: none; }
    .about-green-section-b .slickBox .slick-next {
      right: calc(50% - 260px); }
    .about-green-section-b .slickBox .slick-prev {
      left: calc(50% - 260px); }
  @media screen and (max-width: 1600px) {
    .about-green-section-b .slickBox {
      margin-top: 2.5em;
      padding-bottom: 1em; }
      .about-green-section-b .slickBox .slick-list {
        overflow: hidden;
        max-width: 900px;
        margin: auto;
        padding: 0 !important; } }
  @media screen and (max-width: 1080px) {
    .about-green-section-b .slickBox .slick .item > div {
      width: 100%; }
    .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(1) {
      width: 100%;
      height: auto; }
    .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(2) {
      display: none; }
    .about-green-section-b .slickBox .slick .item.slick-current > div {
      width: 100%; }
    .about-green-section-b .slickBox .slick .item.slick-current .imgBox div:nth-child(1) {
      width: 100%;
      height: auto;
      transform: translateX(0); }
    .about-green-section-b .slickBox .slick .item.slick-current .imgBox div:nth-child(2) {
      display: none; }
    .about-green-section-b .slickBox .slick .item.slick-current .txtBox {
      width: 100%;
      transform: translateX(0%); }
    .about-green-section-b .slickBox .slick-list {
      max-width: 420px; }
    .about-green-section-b .slickBox .slick-arrow {
      top: 370px; } }
  @media screen and (max-width: 567px) {
    .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(1) {
      min-height: 230px; }
      .about-green-section-b .slickBox .slick .item .imgBox div:nth-child(1) img {
        width: auto;
        height: 100%;
        max-width: none; }
    .about-green-section-b .slickBox .slick-arrow {
      width: 50px;
      height: 50px; }
    .about-green-section-b .slickBox .slick-prev {
      right: calc(100% - 50px);
      left: auto; }
    .about-green-section-b .slickBox .slick-next {
      left: calc(100% - 50px);
      right: auto; } }

/* ==========================================================================
    news
 ==========================================================================*/
.news-section {
  padding: 3% 2.5em 1em 2.5em; }
  .news-section .row .item {
    margin-bottom: 6%;
    margin-top: 1em;
    padding: 0 1.5em; }
    .news-section .row .item > a {
      display: block;
      cursor: pointer;
      color: #000; }
      .news-section .row .item > a:hover {
        text-decoration: none; }
        .news-section .row .item > a:hover .imgBox::before {
          opacity: 0; }
        .news-section .row .item > a:hover .imgBox img {
          transform: scale(1.1); }
    .news-section .row .item .imgBox {
      position: relative;
      overflow: hidden;
      display: block; }
      .news-section .row .item .imgBox::before {
        content: "";
        height: 75px;
        width: 100%;
        background-color: #ffffff80;
        position: absolute;
        bottom: 0;
        opacity: 0;
        z-index: 1;
        transition: all .3s; }
      .news-section .row .item .imgBox img {
        transform: scale(1);
        transition: all .3s;
        width: 100%; }
    .news-section .row .item .txtBox {
      max-width: 470px;
      width: 100%;
      margin-top: 1.5em;
      padding-left: 45px;
      position: relative;
      display: block; }
      .news-section .row .item .txtBox > span:nth-child(1) {
        font-size: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .news-section .row .item .txtBox > span:nth-child(2) {
        font-size: 16px; }
      .news-section .row .item .txtBox::before {
        content: "";
        width: 25px;
        height: 1px;
        background-color: #A6A6A6;
        position: absolute;
        left: 0;
        top: 18px; }
  @media screen and (max-width: 1199px) {
    .news-section {
      padding: 3em 2.5em 5% 2.5em; } }
  @media screen and (max-width: 767px) {
    .news-section .row .item {
      padding: 0 1em; }
      .news-section .row .item .txtBox {
        padding-left: 0; }
        .news-section .row .item .txtBox > span:nth-child(1) {
          font-size: 18px; }
        .news-section .row .item .txtBox > span:nth-child(2) {
          font-size: 14px; }
        .news-section .row .item .txtBox::before {
          content: none; } }
  @media screen and (max-width: 575px) {
    .news-section .row .item > a:hover .imgBox img {
      transform: scale(1); } }

.new-section .title-box {
  text-align: center;
  max-height: 220px;
  background-color: #F6F6F6;
  padding: 1.5em 2.5em 5% 2.5em; }

.new-section #share {
  position: fixed;
  opacity: 0;
  top: 50%;
  width:0;
  height: 215px;
  padding: 0 1em;
  right: calc(50% - 600px);
  pointer-events: none;
  -webkit-transition: opacity .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 -webkit-transform .3s;
  transition: transform .3s,
 opacity .3s;
  transition: transform .3s,
 opacity .3s,
 -webkit-transform .3s; }
  .new-section #share .max1300 {
    position: relative; }
    .new-section #share .max1300 .shareBox {
      position: absolute;
      right: 0; }
      .new-section #share .max1300 .shareBox > div {
        display: block;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        padding: 12px;
        padding-bottom: 2.5em;
        position: relative; }
        .new-section #share .max1300 .shareBox > div::after {
          content: "";
          height: 20px;
          width: 1px;
          bottom: 8px;
          right: 23.5px;
          background-color: #6D6D6D80;
          position: absolute; }
    .new-section #share .max1300 .iconBox {
      position: absolute;
      display: flex;
      flex-direction: column;
      list-style: none;
      padding: 0; }
      .new-section #share .max1300 .iconBox .icon {
        margin: 3px 0;
        border-radius: 50%;
        transition: all .3s; }
        .new-section #share .max1300 .iconBox .icon a {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 1px solid #a6a6a680;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all .3s; }
          .new-section #share .max1300 .iconBox .icon a .svg {
            height: 14.4px;
            transition: all .3s;
            fill: #000; }
          .new-section #share .max1300 .iconBox .icon a:hover {
            background-color: #000; }
            .new-section #share .max1300 .iconBox .icon a:hover .svg {
              fill: #fff; }
  .new-section #share.show {
    opacity: 1;
    pointer-events: all; }

.new-section .pageBox .index-btn svg {
  margin-left: 1em;
  margin-right: 0; }

.new-section .pageBox .index-btn:hover svg {
  margin-left: 2em;
  margin-right: 0; }
@media screen and (max-width:1199px) {
		.new-section #share {
			right: 0;
		}
}
@media screen and (max-width: 992px) {
  .new-section #share {
    position: relative;
    opacity: 1;
    height: 50px;
    display: flex;
    padding: 1em 2.5em; }
    .new-section #share .max1300 .shareBox {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: end; }
      .new-section #share .max1300 .shareBox > div {
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        padding: 1em;
        display: inline-block; }
        .new-section #share .max1300 .shareBox > div::after {
          content: none; }
    .new-section #share .max1300 .iconBox {
      margin: 0;
      position: relative;
      flex-direction: initial; }
      .new-section #share .max1300 .iconBox .icon {
        margin: 0 3px; }
        .new-section #share .max1300 .iconBox .icon a {
          width: 40px;
          height: 40px; } }

@media screen and (max-width: 767px) {
  .new-section .content-box {
    padding: 1em 2.5em; }
    .new-section .content-box h2 {
      min-height: auto; }
    .new-section .content-box .topBox {
      padding: 1em 0; }
    .new-section .content-box .bottomBox {
      padding: 5% 0; } }

.new-content-box {
  padding: 3em 2.5em 1em 2.5em; }
  .new-content-box p,
  .new-content-box ul {
    color: #6D6D6D;
    font-size: 16px;
    padding: 1em 0;
    line-height: 27px;
    letter-spacing: 0.5px; }
  .new-content-box img {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%; }
  .new-content-box h2 {
    min-height: 3em;
    margin-bottom: 0; }
  .new-content-box .topBox {
    padding: 1em 50px;
    border-bottom: 1px solid #D2D2D280; }
  .new-content-box .bottomBox {
    padding: 5% 50px 0 50px; }
  @media screen and (max-width: 992px) {
    .new-content-box {
      padding: 0em 2.5em 1em 2.5em; }
      .new-content-box .topBox {
        padding: 1em 0; }
      .new-content-box .bottomBox {
        padding: 5% 0 0 0; } }

.pageBox {
  border-top: 1px solid #D2D2D280;
  padding: 0 2.5em; }
  .pageBox .max1300 {
    padding: 4% 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .pageBox .arrowBox {
    display: flex;
    align-items: center; }
    .pageBox .arrowBox .circle_process {
      border-radius: 50%;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      transition: all .3s;
      width: 71px;
      height: 72px; }
      .pageBox .arrowBox .circle_process .wrapper {
        width: 36px;
        height: 72px; }
      .pageBox .arrowBox .circle_process .circle {
        width: 72px;
        height: 72px; }
      .pageBox .arrowBox .circle_process a {
        position: absolute;
        display: block;
        z-index: 1;
        width: 365px;
        line-height: 25px;
        text-decoration: none;
        color: #6D6D6D;
        transition: all .3s; }
      .pageBox .arrowBox .circle_process > span {
        font-size: 14px; }
      .pageBox .arrowBox .circle_process:hover a {
        color: #000; }
      .pageBox .arrowBox .circle_process:hover::after {
        animation: spin2 1.5s infinite linear; }
    .pageBox .arrowBox.prev a {
      padding-left: 100px;
      left: 0; }
    .pageBox .arrowBox.next a {
      padding-right: 100px;
      right: 0; }
  .pageBox .index-btn {
    position: relative;
    background-color: transparent;
    color: #000;
    border: 1px solid #D2D2D2;
    transition: all .3s; }
    .pageBox .index-btn svg {
      fill: #000;
      margin-left: 0;
      margin-right: 1em; }
    .pageBox .index-btn:hover {
      background-color: #D61B39;
      color: #fff;
      border: 1px solid #D61B39; }
      .pageBox .index-btn:hover svg {
        margin-right: 2em;
        fill: #fff; }
  @media screen and (max-width: 1080px) {
    .pageBox .index-btn {
      width: 150px; } }
  @media screen and (max-width: 992px) {
    .pageBox .max1300 {
      padding: 2.5em 0; }
    .pageBox .arrowBox .circle_process {
      width: 55px;
      height: 55px; }
      .pageBox .arrowBox .circle_process .wrapper {
        width: 27.5px;
        height: 55px; }
      .pageBox .arrowBox .circle_process .circle {
        width: 55px;
        height: 55px; }
      .pageBox .arrowBox .circle_process a {
        opacity: 0;
        width: 55px;
        padding: 0; }
      .pageBox .arrowBox .circle_process span {
        font-size: 12px; } }

/* ==========================================================================
    products
 ==========================================================================*/
.products-section {
  padding: 0 3em; }
  .products-section .row > div {
    padding: 3.5% 4.5% 3.5% 4.5%;
    margin-bottom: 5em;
    background: #fff; }
    .products-section .row > div:hover {
      background: linear-gradient(to bottom, #fff 0%, #fff 45%, #F6F6F6 45%, #F6F6F6 100%); }
      .products-section .row > div:hover a {
        text-decoration: none; }
      .products-section .row > div:hover .imgBox span img {
        transform: scale(1.1); }
      .products-section .row > div:hover .index-btn {
        opacity: 1; }
        .products-section .row > div:hover .index-btn svg {
          margin-left: 2em; }
  .products-section .row .index-btn {
    margin-top: -35px;
    right: 0;
    transition: opacity .5s;
    opacity: 0;
    height: auto;
    width: 65%;
    padding: 6.5% 3%;
    max-width: 230px; }
  .products-section .row .imgBox {
    text-align: center;
    position: relative;
    display: block; }
    .products-section .row .imgBox span:nth-child(1) {
      display: block;
      overflow: hidden; }
      .products-section .row .imgBox span:nth-child(1) img {
        width: 100%;
        transform: scale(1);
        transition: all .3s; }
    .products-section .row .imgBox > img {
      width: 100%; }
  .products-section .row .txtBox {
    margin-top: 15%; }
    .products-section .row .txtBox span:nth-child(1) {
      color: #000;
      font-size: 22px;
      font-weight: 500;
      margin-top: 3em;
      margin-bottom: 0.5em;
      display: block; }
    .products-section .row .txtBox span:nth-child(2) {
      font-size: 16px;
      letter-spacing: 0.5px;
      line-height: 27px;
      color: #6D6D6D; }
  @media screen and (max-width: 991px) {
    .products-section .row .index-btn {
      opacity: 1; } }
  @media screen and (max-width: 767px) {
    .products-section {
      padding: 3em; }
      .products-section .row {
        margin: -1.5em; }
        .products-section .row > div {
          padding: 1em;
          margin-bottom: 5%; }
          .products-section .row > div:hover {
            background: transparent; } }
  @media screen and (max-width: 575px) {
    .products-section .row > div:hover .imgBox span img {
      transform: scale(1); } }

.products-section-2 {
  padding: 2em 2.5em 5em 2.5em; }
  .products-section-2 .row {
    margin: 0 -13px; }
    .products-section-2 .row > div {
      padding: 0;
      margin-bottom: 3em;
      background: #fff; }
      .products-section-2 .row > div a {
        margin: 0 13px;
        display: block;
        text-decoration: none;
        color: #000; }
        .products-section-2 .row > div a:hover .txtBox {
          background-color: #F6F6F6; }
          .products-section-2 .row > div a:hover .txtBox::after {
            right: 1.5em; }
        .products-section-2 .row > div a:hover .imgBox > img {
          transform: scale(1.15); }
    .products-section-2 .row .imgBox {
      display: block;
      text-align: center;
      position: relative;
      overflow: hidden; }
      .products-section-2 .row .imgBox > img {
        width: 100%;
        transform: scale(1);
        transition: all .3s;
        height: 100%;
        object-fit: cover; }
    .products-section-2 .row .txtBox {
      display: block;
      padding: 1em 1.5em;
      border: 2px solid #F6F6F6;
      background-color: #fff;
      transition: all .3s;
      position: relative; }
      .products-section-2 .row .txtBox::after {
        content: "";
        background-image: url("./images/common/arrow-red.svg");
        background-repeat: no-repeat;
        width: 19px;
        height: 14px;
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        right: 2em;
        transition: all .3s; }
      .products-section-2 .row .txtBox b {
        font-size: 16px;
        font-weight: 400;
        font-family: "Merriweather";
        color: #A6A6A6;
        letter-spacing: 0.4px;
        transition: all .3s; }
      .products-section-2 .row .txtBox span {
        font-size: 20px;
        font-weight: 500;
        margin-top: 5px;
        transition: all .3s;
        display: block; }
    @media screen and (max-width: 991px) {
      .products-section-2 .row .txtBox {
        padding: 1em; }
        .products-section-2 .row .txtBox::after {
          top: 2em;
          right: 1.5em; } }
    @media screen and (max-width: 575px) {
      .products-section-2 .row {
        margin: 0; }
        .products-section-2 .row > div a {
          margin: 0; }
          .products-section-2 .row > div a:hover .imgBox > img {
            transform: scale(1); } }
  .products-section-2 .slickBox {
    padding: 1em 0; }
    .products-section-2 .slickBox .row > div a {
      margin: 0; }
    .products-section-2 .slickBox .slick-slider {
      margin: auto -1em; }
      .products-section-2 .slickBox .slick-slider .slick-list {
        margin: auto;
        width: calc(100% - 120px - 3%); }
      .products-section-2 .slickBox .slick-slider .slick-track {
        min-width: 1480px !important; }
    .products-section-2 .slickBox .slick-arrow {
      border-radius: 50%;
      background-color: transparent;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 10;
      bottom: 10%;
      transition: all .3s; }
      .products-section-2 .slickBox .slick-arrow img {
        width: 13px; }
      .products-section-2 .slickBox .slick-arrow svg {
        width: 13px;
        fill: #A6A6A6 !important;
        transition: all .3s; }
      .products-section-2 .slickBox .slick-arrow:hover svg {
        fill: #000 !important; }
    @media screen and (max-width: 767px) {
      .products-section-2 .slickBox .slick-list {
        max-width: calc(100% - 100px);
        margin: auto; }
      .products-section-2 .slickBox .slick-arrow {
        width: 50px;
        height: 50px; }
      .products-section-2 .slickBox .circle_process {
        width: 49px;
        height: 50px; }
        .products-section-2 .slickBox .circle_process .wrapper {
          width: 25px;
          height: 50px; }
        .products-section-2 .slickBox .circle_process .circle {
          width: 50px;
          height: 50px; }
        .products-section-2 .slickBox .circle_process:hover::after {
          animation: spin3 1.5s infinite linear; } }

.products-search {
  padding: 3em 2.5em 0 2.5em; }
  .products-search > div {
    display: flex;
    justify-content: space-between; }
  .products-search form {
    width: 80%;
    position: relative; }
    .products-search form input {
      float: left;
      height: 60px;
      border: 1px solid #E7E7E7;
      padding: 0 1em 0 5em;
      font-size: 16px;
      -webkit-appearance: none;
      max-width: 870px;
      width: 100%; }
    .products-search form::before {
      content: "";
      background-image: url("../image/search.svg");
      width: 23.5px;
      height: 23.5px;
      position: absolute;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      left: 2em; }
    .products-search form button {
      border-radius: 0;
      height: 60px;
      width: 100%;
      max-width: 230px;
      padding: 5px;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      position: relative; }
  .products-search.search-section {
    border-bottom: 1px solid #6e6e6e33;
    padding: 2em 2.5em 4% 2.5em;
    margin-bottom: 2.3%; }
    .products-search.search-section > div {
      align-items: center;
      flex-direction: column; }
      .products-search.search-section > div form {
        margin-top: 2.5em;
        width: 75%; }
        .products-search.search-section > div form input {
          max-width: 100%; }
  @media screen and (max-width: 992px) {
    .products-search > div {
      flex-wrap: wrap;
      justify-content: end; }
    .products-search form {
      width: 100% !important;
      margin-bottom: 1em; } }
  @media screen and (max-width: 767px) {
    .products-search {
      padding: 1.5em 2.5em; } }
  @media screen and (max-width: 670px) {
    .products-search form input {
      padding: 0 1em 0 1em;
      height: 50px;
      font-size: 14px; }
    .products-search form::before {
      content: none; }
    .products-search form button {
      max-width: 80px;
      height: 50px; }
      .products-search form button svg {
        display: none; } }
  .products-search .form-select,
  .products-search .select2-container {
    max-width: 265px;
    width: 100% !important;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-left: 1em; }
    @media screen and (max-width: 1280px) {
      .products-search .form-select,
      .products-search .select2-container {
        width: 85% !important; } }
  .products-search .select2-container--default .select2-selection--single {
    background-color: #ffffff33;
    border: none;
    border-bottom: 1px solid #D2D2D2;
    border-radius: 0;
    height: 60px;
    padding: 1em 0.5em; }
  .products-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: auto; }
    .products-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none;
      width: 11px;
      height: 6px;
      background-image: url(../styles/images/common/down-2.svg);
      background-repeat: no-repeat;
      transition: all .3s; }
  .products-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg); }

.products-banner-section {
  position: relative; }
  .products-banner-section .item .imgBox {
    position: relative;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 850px;
    transition: all 0.3s; }
    .products-banner-section .item .imgBox img {
      margin: auto;
      position: relative;
      transition: all 0.3s;
      height: 100%; }
  .products-banner-section .Rbox {
    background-color: #F6F6F6;
    position: absolute;
    padding: 0;
    min-height: 850px;
    height: 100%;
    top: 0;
    right: 0; }
    .products-banner-section .Rbox p {
      opacity: 0.5;
      position: absolute;
      bottom: 0;
      padding: 1em 1em 1em 7%; }
    .products-banner-section .Rbox .txtBox {
      max-width: 810px;
      position: absolute;
      width: 100%;
      padding: 6.5% 7%;
      z-index: 1;
      transition: all 0.3s;
      background-color: #fff;
      top: 45%;
      transform: translateY(-50%);
      min-height: 440px; }
      .products-banner-section .Rbox .txtBox .icon-box {
        display: flex;
        margin-top: 2em; }
        .products-banner-section .Rbox .txtBox .icon-box > div {
          width: 170px;
          height: 170px;
          border: 1px solid #F6F6F6;
          padding: 5% 1em; }
          .products-banner-section .Rbox .txtBox .icon-box > div img {
            height: 30px;
            margin-bottom: 1em; }
      .products-banner-section .Rbox .txtBox .btn-box {
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        display: flex;
        flex-wrap: nowrap;
        border: none; }
        .products-banner-section .Rbox .txtBox .btn-box .nav-item:nth-child(1) .index-btn {
          background-color: #000; }
        .products-banner-section .Rbox .txtBox .btn-box .nav-item:nth-child(2) .index-btn {
          background-color: #D61B39; }
          .products-banner-section .Rbox .txtBox .btn-box .nav-item:nth-child(2) .index-btn svg {
            fill: #fff;
            width: 24.7px; }
        .products-banner-section .Rbox .txtBox .btn-box .nav-item .index-btn {
          position: relative;
          font-size: 16px;
          opacity: 1;
          transition: all .3s;
          border-radius: 0;
          border: none;
          color: #fff !important; }
      .products-banner-section .Rbox .txtBox::before {
        content: "";
        background-color: #ffffff80;
        width: 123px;
        height: 100%;
        position: absolute;
        left: -123px;
        top: 0; }
  .products-banner-section .tag {
    position: absolute;
    bottom: 11%;
    left: 7%;
    width: 6em; }
    .products-banner-section .tag span:nth-child(1) {
      font-size: 40px; }
    .products-banner-section .tag span:nth-child(2) {
      font-size: 14px;
      color: #A6A6A6; }
    .products-banner-section .tag span:nth-child(3) {
      font-size: 14px;
      color: #A6A6A6; }
  .products-banner-section .slick-slider {
    width: 50%;
    background-color: #f6f6f6; }
  .products-banner-section .arrowBox {
    position: absolute;
    bottom: 10.5%;
    left: 10.5em; }
  .products-banner-section .slick-arrow {
    border-radius: 50%;
    background-color: #f6f6f633;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 10%;
    transition: all .3s; }
    .products-banner-section .slick-arrow img {
      width: 13px; }
    .products-banner-section .slick-arrow svg {
      width: 13px;
      fill: #A6A6A6 !important;
      transition: all .3s; }
    .products-banner-section .slick-arrow:hover svg {
      fill: #000 !important; }
  .products-banner-section .slick-next {
    left: 71px; }
  .products-banner-section .slick-prev {
    left: 0px; }
  @media screen and (max-width: 1199px) {
    .products-banner-section .Rbox .txtBox {
      padding-bottom: 10%; }
      .products-banner-section .Rbox .txtBox .icon-box {
        flex-wrap: wrap; }
        .products-banner-section .Rbox .txtBox .icon-box > div {
          width: 50%;
          height: 140px; }
      .products-banner-section .Rbox .txtBox .btn-box {
        left: 50%;
        justify-content: center; }
      .products-banner-section .Rbox .txtBox .index-btn {
        width: 200px;
        height: 60px; }
    .products-banner-section .slick-arrow {
      width: 45px;
      height: 45px; }
    .products-banner-section .slick-next {
      left: 51px; }
    .products-banner-section .slick-prev {
      left: -5px; }
    .products-banner-section .circle_process {
      width: 50px;
      height: 50px; }
      .products-banner-section .circle_process .wrapper {
        width: 25px;
        height: 50px; }
      .products-banner-section .circle_process .circle {
        width: 50px;
        height: 50px; }
      .products-banner-section .circle_process:hover::after {
        animation: spin3 1.5s infinite linear; } }
  @media screen and (max-width: 1720px) {
    .products-banner-section .item .imgBox {
      max-width: none; } }
  @media screen and (max-width: 992px) {
    .products-banner-section .Rbox .txtBox .icon-box {
      margin-top: 1em; } }
  @media screen and (max-width: 992px) {
    .products-banner-section {
      height: auto; }
      .products-banner-section .slick-slider {
        width: 100%; }
      .products-banner-section .item {
        flex-wrap: wrap; }
        .products-banner-section .item .imgBox {
          min-height: 570px; }
      .products-banner-section .Rbox {
        min-height: auto;
        position: relative; }
        .products-banner-section .Rbox .txtBox {
          padding: 1.5em;
          margin: 0 auto;
          position: relative;
          min-height: auto;
          top: 50%;
          transform: none;
          background-color: transparent;
          max-width: none; }
          .products-banner-section .Rbox .txtBox h3 {
            font-size: 36px; }
          .products-banner-section .Rbox .txtBox::before {
            content: none; }
          .products-banner-section .Rbox .txtBox .icon-box > div {
            width: 25%;
            height: auto;
            background-color: #fff; }
          .products-banner-section .Rbox .txtBox .btn-box {
            position: relative;
            margin-top: 2em;
            bottom: auto;
            left: auto;
            transform: none; }
            .products-banner-section .Rbox .txtBox .btn-box .nav-item {
              width: 50%; }
          .products-banner-section .Rbox .txtBox .index-btn {
            width: 100%; }
        .products-banner-section .Rbox p {
          padding: 1.5em;
          position: relative; }
      .products-banner-section .tag {
        bottom: auto;
        left: auto;
        width: 100px;
        top: -60px;
        right: 10px; }
        .products-banner-section .tag span {
          color: #fff !important; }
      .products-banner-section .arrowBox {
        bottom: auto;
        left: auto;
        right: calc(90px + 2.5em);
        top: 15.5%; } }
  @media screen and (max-width: 575px) {
    .products-banner-section .Rbox .txtBox .icon-box > div {
      width: 50%; }
    .products-banner-section .arrowBox {
      top: 5.5em; } }

.products-detail.breadCrumbs {
  background-color: transparent;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 1199px) {
    .products-detail.breadCrumbs {
      top: 120px; } }
  @media screen and (max-width: 992px) {
    .products-detail.breadCrumbs {
      top: 0;
      position: relative; } }

.products-tabs-section {
  border-bottom: 1px solid #D2D2D280; }
  .products-tabs-section .tab-pane {
    padding: 4% 1.5em 6% 1.5em; }
  .products-tabs-section .dropdown-toggle {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    max-width: 350px;
    width: 80%;
    height: 70px;
    text-align: left;
    padding: 1em 1em 1em 5.5em;
    z-index: 1;
    border: 1px solid #D2D2D2;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    transition: background-color .5s !important; }
    .products-tabs-section .dropdown-toggle::after {
      content: url(images/common/down3.svg);
      width: 10px;
      height: 8px;
      margin: 0 10px;
      position: absolute;
      border: none;
      right: 2em;
      top: 40px;
      transform: rotate(180deg); }
    .products-tabs-section .dropdown-toggle::before {
      content: url(images/products/products-icon-7.svg);
      width: 21px;
      height: 26px;
      margin: 0 10px;
      position: absolute;
      border: none;
      left: 1.5em;
      top: 50%;
      transform: translateY(-50%); }
    .products-tabs-section .dropdown-toggle.show {
      background-color: #D61B39;
      color: #fff; }
      .products-tabs-section .dropdown-toggle.show::after {
        content: url(images/common/down2.svg) !important; }
      .products-tabs-section .dropdown-toggle.show::before {
        content: url(images/products/products-icon-5.svg); }
    .products-tabs-section .dropdown-toggle:hover {
      background-color: #D61B39;
      color: #fff; }
      .products-tabs-section .dropdown-toggle:hover::before {
        content: url(images/products/products-icon-5.svg); }
      .products-tabs-section .dropdown-toggle:hover::after {
        content: url(images/common/down4.svg); }
  .products-tabs-section .dropdown-menu.show {
    position: relative !important;
    display: block;
    max-width: 405px;
    width: 100%;
    z-index: 0;
    border: none;
    border-radius: 0;
    background-color: #F6F6F6;
    top: 0px !important;
    padding: 5em 10% 3em 10%;
    transform: translate(0px, -35px) !important;
    line-height: 2.5em; }
    .products-tabs-section .dropdown-menu.show .dropdown-item {
      position: relative;
      padding-left: 1em;
      transition: color .3s;
      color: #000;
      font-size: 16px; }
      .products-tabs-section .dropdown-menu.show .dropdown-item::before {
        content: "";
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background: #000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .products-tabs-section .dropdown-menu.show .dropdown-item:focus, .products-tabs-section .dropdown-menu.show .dropdown-item:hover {
        color: #D61B39;
        text-decoration: underline;
        background-color: transparent; }
        .products-tabs-section .dropdown-menu.show .dropdown-item:focus::before, .products-tabs-section .dropdown-menu.show .dropdown-item:hover::before {
          background: #D61B39; }
  .products-tabs-section .downloadBox {
    padding-bottom: 4%; }
    .products-tabs-section .downloadBox .row {
      padding-top: 1em; }
      .products-tabs-section .downloadBox .row > div > div {
        position: relative;
        max-width: 350px;
        width: 100%;
        margin: 0 auto 20% auto; }
      .products-tabs-section .downloadBox .row > div img {
        width: 100%; }
      .products-tabs-section .downloadBox .row > div .txtBox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        color: #fff;
        opacity: 0;
        transition: all .3s;
        width: 100%; }
        .products-tabs-section .downloadBox .row > div .txtBox span {
          display: block; }
      .products-tabs-section .downloadBox .row > div .index-btn {
        position: absolute;
        bottom: -35px;
        right: 0px;
        background-color: #fff;
        color: #000;
        border: 1px solid #D2D2D2;
        transition: all .3s; }
        .products-tabs-section .downloadBox .row > div .index-btn svg {
          fill: #000;
          width: 23.7px;
          margin-left: 2em; }
      .products-tabs-section .downloadBox .row > div:hover .txtBox {
        opacity: 1; }
      .products-tabs-section .downloadBox .row > div:hover .index-btn {
        background-color: #D61B39;
        color: #fff;
        border: 1px solid #D61B39; }
        .products-tabs-section .downloadBox .row > div:hover .index-btn svg {
          fill: #fff; }
  @media screen and (max-width: 992px) {
    .products-tabs-section {
      min-height: auto; }
      .products-tabs-section .dropdown-toggle {
        max-width: none;
        width: 100%;
        height: 60px;
        margin-bottom: 1em; }
        .products-tabs-section .dropdown-toggle::after {
          top: 35px; }
        .products-tabs-section .dropdown-toggle:not(.show):hover {
          background-color: #fff;
          color: #000; }
          .products-tabs-section .dropdown-toggle:not(.show):hover::before {
            content: url(images/products/products-icon-7.svg); }
          .products-tabs-section .dropdown-toggle:not(.show):hover::after {
            content: url(images/common/down3.svg); }
      .products-tabs-section .dropdown-menu.show {
        max-width: none;
        padding: 3em 10% 3em 10%; } }
  @media screen and (max-width: 576px) {
    .products-tabs-section .formBox form {
      padding-bottom: 2em; }
    .products-tabs-section .formBox .form-control {
      height: 50px;
      padding-left: calc(100px + 1em);
      background: linear-gradient(to right, #ffffff80 0%, #ffffff80 100px, #fff 100px, #fff 100%); }
      .products-tabs-section .formBox .form-control:focus {
        background: linear-gradient(to right, #D61B39 0%, #D61B39 100px, #fff 100px, #fff 100%); }
    .products-tabs-section .formBox .input-group-text {
      min-width: auto;
      width: 100px;
      padding: 0.8em 1em; }
    .products-tabs-section .downloadBox .row > div > div {
      max-width: calc(100% - 130px); }
    .products-tabs-section .downloadBox .row > div .txtBox {
      opacity: 1; }
    .products-tabs-section .downloadBox .row > div .index-btn {
      background-color: #D61B39;
      color: #fff;
      border: 1px solid #D61B39; }
      .products-tabs-section .downloadBox .row > div .index-btn svg {
        fill: #fff; } }

/* ==========================================================================
    privacy
 ==========================================================================*/
#brand-list.wp {
  overflow: visible; }

#brand-list #header {
  position: absolute; }
  @media screen and (max-width: 991px) {
    #brand-list #header {
      position: fixed; } }

.brand-list-section {
  margin-top: -3.9em;
  z-index: 1;
  display: flex;
  flex-wrap: wrap; }
  .brand-list-section .LBox {
    width: 46%;
    display: inline-block; }
    .brand-list-section .LBox > div {
      padding: 0 2.5em;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: cover;
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
    .brand-list-section .LBox .textBox {
      max-width: 600px;
      width: 100%;
      color: #fff;
      position: relative; }
      .brand-list-section .LBox .textBox .VDSbox {
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        right: 0;
        top: -13px; }
        .brand-list-section .LBox .textBox .VDSbox a {
          display: flex;
          align-items: center;
          transition: all .5s; }
          .brand-list-section .LBox .textBox .VDSbox a img {
            transition: all .5s;
            border-radius: 50%; }
          .brand-list-section .LBox .textBox .VDSbox a span {
            transition: all .5s; }
          .brand-list-section .LBox .textBox .VDSbox a:hover img {
            transform: scale(1);
            margin-right: 0 !important;
            background-color: #ffffff40;
            margin-left: 0; }
      .brand-list-section .LBox .textBox > div {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px; }
        .brand-list-section .LBox .textBox > div .index-btn {
          width: calc(33% - 10px);
          margin: 5px;
          height: 60px;
          position: relative;
          background-color: #ffffff33;
          border: 1px solid #fff; }
          .brand-list-section .LBox .textBox > div .index-btn.active {
            background-color: #D61B39;
            border: 1px solid #D61B39; }
      .brand-list-section .LBox .textBox a {
        color: #fff; }
        .brand-list-section .LBox .textBox a img,
        .brand-list-section .LBox .textBox a span {
          transition: all .3s; }
  .brand-list-section .RBox {
    padding: 0 10% 1em 4%;
    width: 54%;
    display: inline-block; }
    .brand-list-section .RBox .row::-webkit-scrollbar {
      width: 2px; }
    .brand-list-section .RBox .row::-webkit-scrollbar-track {
      background-color: #dee2e680;
      width: 2px;
      border-radius: 5px; }
    .brand-list-section .RBox .row::-webkit-scrollbar-thumb {
      background-color: #000;
      width: 1px;
      border-radius: 5px; }
    .brand-list-section .RBox .row > div {
      padding: 0;
      margin-bottom: 3em;
      background: #fff; }
      .brand-list-section .RBox .row > div a {
        margin: 0 13px;
        display: block;
        text-decoration: none;
        color: #000; }
        .brand-list-section .RBox .row > div a:hover .txtBox {
          background-color: #F6F6F6; }
          .brand-list-section .RBox .row > div a:hover .txtBox::after {
            right: 1.5em; }
        .brand-list-section .RBox .row > div a:hover .imgBox > img {
          transform: scale(1.15); }
        .brand-list-section .RBox .row > div a:hover .imgBox::before, .brand-list-section .RBox .row > div a:hover .imgBox::after {
          opacity: 1; }
    .brand-list-section .RBox .row .imgBox {
      display: block;
      text-align: center;
      position: relative;
      overflow: hidden; }
      .brand-list-section .RBox .row .imgBox > img {
        width: 100%;
        transform: scale(1);
        transition: all .3s; }
      .brand-list-section .RBox .row .imgBox::before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #00000033;
        position: absolute;
        z-index: 1;
        top: 0;
        opacity: 0;
        transition: all .3s; }
      .brand-list-section .RBox .row .imgBox::after {
        content: "MORE";
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #fff;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: "Merriweather";
        font-size: 14px;
        opacity: 0;
        transition: all .3s; }
    .brand-list-section .RBox .row .txtBox {
      display: block;
      padding: 1em 1.5em;
      border: 2px solid #F6F6F6;
      background-color: #fff;
      transition: all .3s;
      position: relative;
      font-size: 18px;
      font-weight: 500;
      text-align: center; }
  @media screen and (max-width: 991px) {
    .brand-list-section {
      margin-top: 0; }
      .brand-list-section > div {
        height: auto; }
      .brand-list-section .LBox {
        width: 100%;
        position: relative !important;
        top: 0 !important; }
        .brand-list-section .LBox > div {
          padding: 10% 2.5em;
          height: auto; }
        .brand-list-section .LBox .textBox {
          max-width: none; }
          .brand-list-section .LBox .textBox .VDSbox {
            top: auto;
            bottom: -0px;
            right: 10px; }
            .brand-list-section .LBox .textBox .VDSbox a img {
              width: 50px; }
      .brand-list-section .RBox {
        width: 100%;
        max-width: none;
        padding: 1em 2.5em; }
        .brand-list-section .RBox .row {
          height: auto; } }
  @media screen and (max-width: 575px) {
    .brand-list-section .LBox .textBox h1 {
      padding-bottom: 0.5em; }
    .brand-list-section .LBox .textBox p {
      display: none; }
    .brand-list-section .RBox .row > div a:hover .imgBox > img {
      transform: scale(1); } }

.brand-detail-section-t {
  border-bottom: 1px solid #6e6e6e33;
  padding: 4.5% 2.5em; }
  .brand-detail-section-t .max1350 {
    position: relative; }
    .brand-detail-section-t .max1350 .breadCrumbs {
      position: absolute;
      right: 15%;
      top: 0; }
    .brand-detail-section-t .max1350 .imgBox {
      max-width: 740px; }
    .brand-detail-section-t .max1350 .txtBox {
      max-width: 610px;
      position: absolute;
      width: 100%;
      padding: 5.5% 5% 6.5% 5%;
      z-index: 1;
      background-color: #fff;
      border: 1px solid #6e6e6e33;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      .brand-detail-section-t .max1350 .txtBox img {
        position: absolute;
        right: 8%;
        top: calc(50% - 6em);
        width: 180px; }
      .brand-detail-section-t .max1350 .txtBox p {
        color: #6D6D6D; }
      .brand-detail-section-t .max1350 .txtBox .index-btn {
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%); }
        .brand-detail-section-t .max1350 .txtBox .index-btn img {
          width: 18.6px; }
      .brand-detail-section-t .max1350 .txtBox h1 {
        max-width: 320px; }
        @media screen and (max-width: 575px) {
          .brand-detail-section-t .max1350 .txtBox h1 {
            max-width: 150px; } }
      .brand-detail-section-t .max1350 .txtBox::before {
        content: "";
        background-color: #ffffff80;
        width: 90px;
        height: 100%;
        position: absolute;
        left: -90px;
        top: 0; }
  @media screen and (max-width: 1400px) {
    .brand-detail-section-t {
      padding: 4em 2.5em 0 0;
      border: none; }
      .brand-detail-section-t .max1350 .breadCrumbs {
        right: 0;
        top: -4.5em; } }
  @media screen and (max-width: 991px) {
    .brand-detail-section-t {
      padding: 0; }
      .brand-detail-section-t .max1350 .txtBox {
        position: relative;
        transform: none;
        right: auto;
        top: auto;
        margin: -10em auto 5em auto;
        max-width: calc(100% - 5em); }
        .brand-detail-section-t .max1350 .txtBox::before {
          content: none; }
        .brand-detail-section-t .max1350 .txtBox img {
          width: 150px;
          top: 1.8em; }
      .brand-detail-section-t .max1350 .imgBox {
        max-width: none; }
        .brand-detail-section-t .max1350 .imgBox img {
          width: 100%; } }
  @media screen and (max-width: 575px) {
    .brand-detail-section-t .max1350 .txtBox {
      padding: 2em; }
      .brand-detail-section-t .max1350 .txtBox img {
        width: 120px;
        top: 1.5em; } }

.brand-detail-section-c {
  border-bottom: 1px solid #6e6e6e33;
  padding: 4.5% 2.5em; }
  .brand-detail-section-c h2 {
    font-size: 20px;
    margin-bottom: 1em; }
  .brand-detail-section-c .max1220 > div {
    padding-bottom: 5%; }
  .brand-detail-section-c .badgeBox > div div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 1em;
    width: 150px; }
    .brand-detail-section-c .badgeBox > div div img {
      margin-bottom: 1.5em;
      transition: all .3s; }
    .brand-detail-section-c .badgeBox > div div span {
      font-size: 14px;
      color: #6D6D6D; }
  .brand-detail-section-c ul {
    font-size: 16px;
    color: #6D6D6D;
    padding: 0; }
    .brand-detail-section-c ul li {
      margin-bottom: 1em;
      letter-spacing: 0.05em;
      position: relative;
      padding-left: 1em; }
      .brand-detail-section-c ul li::marker {
        font-size: 0; }
      .brand-detail-section-c ul li::before {
        content: "‧";
        position: absolute;
        left: -4px;
        color: #D61B39;
        font-size: 17px; }
  .brand-detail-section-c table {
    max-width: 100% !important; }
    .brand-detail-section-c table tr:nth-child(1) th:nth-child(1) {
      background-color: #000;
      color: #fff; }
    .brand-detail-section-c table td,
    .brand-detail-section-c table th {
      height: 90px;
      vertical-align: middle;
      color: #6D6D6D;
      font-size: 16px;
      width: 25%;
      letter-spacing: 0.05em;
      padding: 0.5em 1em;
      border: 1px solid #d2d2d280;
      background-color: #efefef33;
      word-break: break-all; }
    .brand-detail-section-c table th {
      text-align: center;
      font-weight: 500;
      background-color: #EFEFEF;
      border: 1px solid #fff;
      font-size: 18px;
      color: #000;
      letter-spacing: unset; }
  @media screen and (max-width: 767px) {
    .brand-detail-section-c .badgeBox > div {
      text-align: center; }
    .brand-detail-section-c .table tr {
      border-bottom: 1px solid #6e6e6e33; }
    .brand-detail-section-c .table td,
    .brand-detail-section-c .table th {
      padding: 0.5em 1.5em;
      display: block;
      text-align: left;
      height: auto;
      border: none;
      width: 100% !important; }
      .brand-detail-section-c .table td:nth-child(2),
      .brand-detail-section-c .table th:nth-child(2) {
        padding-top: 1em; }
      .brand-detail-section-c .table td:nth-child(4),
      .brand-detail-section-c .table th:nth-child(4) {
        padding-bottom: 1em; }
      .brand-detail-section-c .table td::before,
      .brand-detail-section-c .table th::before {
        content: attr(data-label);
        display: block;
        padding-bottom: 0.3em;
        font-size: 16px;
        color: #A6A6A6;
        color: #000; }
    .brand-detail-section-c .table tr:nth-child(1) th {
      display: none; } }

.brand-detail-section-b {
  padding: 4% 2.5em;
  display: flex;
  justify-content: center; }
  .brand-detail-section-b .index-btn {
    position: relative;
    margin: 0 0.7em; }
    .brand-detail-section-b .index-btn:nth-child(1) {
      background-color: transparent;
      color: #000;
      border: 1px solid #D2D2D2;
      transition: all .3s; }
      .brand-detail-section-b .index-btn:nth-child(1) svg {
        fill: #000;
        margin-left: 0;
        margin-right: 1em; }
      .brand-detail-section-b .index-btn:nth-child(1):hover svg {
        margin-right: 2em; }
  @media screen and (max-width: 992px) {
    .brand-detail-section-b {
      padding: 2.5em; } }

/* ==========================================================================
    products
 ==========================================================================*/
.certification-section {
  padding: 5% 2.5em 0 2.5em; }
  .certification-section .row {
    margin: 0 -5px; }
    .certification-section .row > div {
      padding: 0;
      margin-bottom: 8%; }
      .certification-section .row > div > div {
        margin: 0 5px;
        background: linear-gradient(to top, #F6F6F6 0 70%, #fff 70% 100%); }
      .certification-section .row > div a {
        display: block;
        text-decoration: none;
        color: #000; }
        .certification-section .row > div a:hover .txtBox {
          background-color: #D61B39;
          color: #fff; }
        .certification-section .row > div a:hover .imgBox::after {
          opacity: 1; }
    .certification-section .row .imgBox {
      display: block;
      text-align: center;
      position: relative; }
      .certification-section .row .imgBox span {
        padding: 15%;
        padding-top: 0;
        display: block; }
        .certification-section .row .imgBox span img {
          width: 100%;
          transform: scale(1);
          transition: all .3s;
          box-shadow: 0px 0px 10px 0px #bfbfbf33; }
      .certification-section .row .imgBox::after {
        content: "";
        background-image: url(../image/search-c.svg);
        position: absolute;
        top: 43%;
        left: 50%;
        width: 60px;
        height: 60px;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all .3s; }
    .certification-section .row .txtBox {
      display: block;
      padding: 1.5em 1.5em;
      background-color: #ffffff80;
      transition: all .3s;
      position: relative;
      text-align: center;
      font-size: 18px;
      font-weight: 500; }
    @media screen and (max-width: 991px) {
      .certification-section .row {
        padding-top: 3em; }
        .certification-section .row .txtBox {
          padding: 1em;
          font-size: 16px; } }
    @media screen and (max-width: 575px) {
      .certification-section .row > div {
        margin-bottom: 5em; }
      .certification-section .row .imgBox span {
        padding: 3.5em;
        padding-top: 0; } }

.certification-detail-section-t {
  background: linear-gradient(to top, #F6F6F6 0 40%, #fff 40% 100%);
  padding: 1em 2.5em 4% 2.5em; }
  .certification-detail-section-t .max1480 {
    display: flex;
    flex-wrap: wrap; }
    .certification-detail-section-t .max1480 > div.txtBox {
      display: none;
      padding-bottom: 5%;
      width: 80%;
      margin: auto; }
    .certification-detail-section-t .max1480 .LBox {
      width: 35%; }
    .certification-detail-section-t .max1480 .RBox {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .certification-detail-section-t .max1480 .RBox .txtBox {
        padding: 0 0 12% 0;
        position: relative; }
        .certification-detail-section-t .max1480 .RBox .txtBox img {
          position: absolute;
          right: -10%;
          top: 0; }
        .certification-detail-section-t .max1480 .RBox .txtBox p {
          max-width: 480px;
          width: 100%; }
    .certification-detail-section-t .max1480 .CBox {
      width: 15%;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-bottom: 6%; }
  .certification-detail-section-t .slider-for .slick-slide {
    padding: 1em; }
    .certification-detail-section-t .slider-for .slick-slide img {
      box-shadow: 0px 0px 10px 0px #7c7c7c33;
      width: 100%;
      max-width: 695px; }
  .certification-detail-section-t .slider-nav .slick-slide {
    padding: 1em;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    margin: 0 10px; }
    .certification-detail-section-t .slider-nav .slick-slide.slick-current {
      border: 1px solid #D61B39; }
    .certification-detail-section-t .slider-nav .slick-slide img {
      max-width: 276px;
      width: 100%; }
  .certification-detail-section-t .tag {
    width: 95px; }
    .certification-detail-section-t .tag span:nth-child(1) {
      font-size: 40px; }
    .certification-detail-section-t .tag span:nth-child(2) {
      font-size: 14px;
      color: #A6A6A6;
      padding: 0 0.5em; }
    .certification-detail-section-t .tag span:nth-child(3) {
      font-size: 14px;
      color: #A6A6A6; }
  .certification-detail-section-t .arrowBox {
    position: relative; }
  .certification-detail-section-t .slick-arrow {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    margin-top: auto;
    margin: 10px 0;
    transition: all .3s; }
    .certification-detail-section-t .slick-arrow img {
      width: 13px; }
    .certification-detail-section-t .slick-arrow svg {
      width: 13px;
      fill: #A6A6A6;
      transition: all .3s; }
    .certification-detail-section-t .slick-arrow:hover svg {
      fill: #000; }
  .certification-detail-section-t .circle_process {
    width: 71px;
    height: 72px; }
    .certification-detail-section-t .circle_process .wrapper {
      width: 36px;
      height: 72px; }
    .certification-detail-section-t .circle_process .circle {
      width: 72px;
      height: 72px; }
    .certification-detail-section-t .circle_process:hover::after {
      animation: spin2 1.5s infinite linear; }
  @media screen and (max-width: 1690px) {
    .certification-detail-section-t .max1480 .RBox .txtBox img {
      position: absolute;
      right: 0;
      top: 5em;
      width: 130px; }
    .certification-detail-section-t .max1480 .RBox .txtBox img {
      position: absolute;
      right: 0;
      top: 5em;
      width: 130px; } }
  @media screen and (max-width: 1470px) {
    .certification-detail-section-t {
      padding: 3em 2.5em 4% 2.5em; } }
  @media screen and (max-width: 1310px) {
    .certification-detail-section-t .max1480 .RBox .txtBox img {
      display: none; } }
  @media screen and (max-width: 900px) {
    .certification-detail-section-t {
      background: linear-gradient(to top, #F6F6F6 0 60%, #fff 60% 100%); }
      .certification-detail-section-t .max1480 > div.txtBox {
        display: block; }
      .certification-detail-section-t .max1480 .LBox {
        width: 100%; }
      .certification-detail-section-t .max1480 .CBox {
        width: 100%;
        height: 100px;
        padding: 0;
        display: block; }
      .certification-detail-section-t .max1480 .RBox {
        width: 80%;
        margin: auto; }
        .certification-detail-section-t .max1480 .RBox .txtBox {
          display: none;
          padding: 1em 0 2em 0;
          order: 2; }
          .certification-detail-section-t .max1480 .RBox .txtBox p {
            max-width: 100%; }
        .certification-detail-section-t .max1480 .RBox .slickBox {
          padding: 1.5em 0px; }
      .certification-detail-section-t .max1480 .tag {
        margin: auto;
        padding: 1.5em 0px; }
      .certification-detail-section-t .max1480 .slick-arrow {
        position: absolute; }
      .certification-detail-section-t .max1480 .slick-next {
        right: calc(50% - 150px); }
      .certification-detail-section-t .max1480 .slick-prev {
        left: calc(50% - 150px); }
      .certification-detail-section-t .slider-for .slick-slide img {
        width: 80%;
        margin: auto;
        display: block; } }
  @media screen and (max-width: 575px) {
    .certification-detail-section-t .max1480 > div.txtBox {
      width: 100%; }
    .certification-detail-section-t .max1480 .CBox {
      height: 70px; }
      .certification-detail-section-t .max1480 .CBox > div {
        transform: scale(0.8); }
    .certification-detail-section-t .max1480 .RBox {
      width: 100%; }
    .certification-detail-section-t .max1480 .tag {
      padding: 1em 0px; }
    .certification-detail-section-t .slider-for .slick-slide img {
      width: 100%; } }

/*合作廠商*/
.partner.banner-section .block .text-box {
  top: 50%; }

.locationMapTw {
  position: relative; }
  .locationMapTw area {
    position: relative;
    z-index: 999;
    cursor: pointer; }
  .locationMapTw .area {
    position: absolute;
    pointer-events: none; }
    .locationMapTw .area.active .imgUnactive {
      opacity: 0; }
    .locationMapTw .area.active .imgActive {
      opacity: 1; }
    .locationMapTw .area.active .pinUnactive {
      opacity: 0; }
    .locationMapTw .area.active .pinActive {
      opacity: 1; }
    @media screen and (min-width: 991px) {
      .locationMapTw .area:hover .imgUnactive {
        opacity: 0; }
      .locationMapTw .area:hover .imgActive {
        opacity: 1; }
      .locationMapTw .area:hover .pinUnactive {
        opacity: 0; }
      .locationMapTw .area:hover .pinActive {
        opacity: 1; } }
    .locationMapTw .area .imgContainer {
      position: relative;
      z-index: 1; }
    .locationMapTw .area .imgUnactive {
      opacity: 1;
      transition: all 0.4s; }
    .locationMapTw .area .imgActive {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.4s; }
    .locationMapTw .area .factory {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
      .locationMapTw .area .factory.active .pinActive {
        transform: scale(1); }
      .locationMapTw .area .factory.active .activeDec {
        opacity: 1; }
      .locationMapTw .area .factory.active .name {
        opacity: 1; }
    .locationMapTw .area .pin {
      width: 26px;
      height: 35px;
      position: absolute;
      cursor: pointer;
      pointer-events: visiblefill; }
      .locationMapTw .area .pin:hover .pinUnactive {
        transform: scale(1); }
      .locationMapTw .area .pin:hover .pinActive {
        transform: scale(1); }
    .locationMapTw .area .pinUnactive {
      width: 100%;
      transform: scale(0.73);
      transform-origin: bottom center;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 1;
      transition: all 0.4s;
      z-index: 1; }
      .locationMapTw .area .pinUnactive:hover {
        transform: scale(1); }
    .locationMapTw .area .pinActive {
      width: 100%;
      transform: scale(0.73);
      transform-origin: bottom center;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0;
      transition: all 0.4s;
      z-index: 10; }
    .locationMapTw .area .activeDec {
      width: 26px;
      height: 13px;
      border-radius: 50%;
      background: rgba(255, 0, 0, 0.5);
      position: absolute;
      bottom: -7px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      opacity: 0;
      transition: all 0.4s; }
      .locationMapTw .area .activeDec::after {
        content: '';
        width: 14px;
        height: 7px;
        border-radius: 50%;
        background: #FF0D1C;
        box-shadow: 1px 1px 7px 0 rgba(0, 0, 243, 0.43);
        position: absolute;
        top: 2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5; }
    .locationMapTw .area .name {
      width: 160px;
      display: block;
      position: absolute;
      font-size: 16px;
      line-height: 20px;
      transition: all 0.4s; }
  .locationMapTw .areaMap1 {
    top: 0px;
    left: 274px; }
    .locationMapTw .areaMap1 .name {
      top: -15px;
      left: -60px; }
    .locationMapTw .areaMap1 .Map1Fac .pin {
      top: -22px;
      left: 7px; }
  .locationMapTw .areaMap2 {
    top: 42px;
    left: 129px; }
    .locationMapTw .areaMap2 .name {
      top: 50px;
      left: -35px; }
    .locationMapTw .areaMap2 .Map2Fac .pin {
      top: -15px;
      left: 25px; }
  .locationMapTw .areaMap3 {
    top: 205px;
    left: 47px; }
    .locationMapTw .areaMap3 .name {
      top: 40px;
      left: -50px; }
    .locationMapTw .areaMap3 .Map3Fac .pin {
      top: -1px;
      left: 17px; }
  .locationMapTw .areaMap4 {
    top: 349px;
    left: 0px; }
    .locationMapTw .areaMap4 .name {
      top: 85px;
      left: -35px; }
    .locationMapTw .areaMap4 .Map4Fac .pin {
      top: 70px;
      left: -55px; }
  .locationMapTw .areaMap5 {
    top: 438px;
    left: 30px; }
    .locationMapTw .areaMap5 .name {
      top: 260px;
      left: -40px; }
    .locationMapTw .areaMap5 .Map5Fac .pin {
      top: -19px;
      left: 21px; }
  .locationMapTw .areaMap6 {
    top: 0px;
    left: 0px; }
    .locationMapTw .areaMap6 .name {
      top: 50px;
      left: 50px; }
    .locationMapTw .areaMap6 .Map6Fac .pin {
      top: -19px;
      left: 21px; }

.locationMap,
.locationMapTw {
  transform: scale(0.63);
  top: -200px; }
  .locationMap .area .name,
  .locationMapTw .area .name {
    transform: scale(1.5); }
  @media screen and (max-width: 1199px) {
    .locationMap,
    .locationMapTw {
      margin-bottom: -60px;
      transform: scale(0.65);
      margin-left: -175px;
      left: 90px;
      top: -200px; }
      .locationMap .area .name,
      .locationMapTw .area .name {
        transform: scale(1.5); } }
  @media screen and (max-width: 991px) {
    .locationMap,
    .locationMapTw {
      transform: scale(0.55);
      left: 80px; }
      .locationMap .area .name,
      .locationMapTw .area .name {
        transform: scale(1.6); } }
  @media screen and (max-width: 767px) {
    .locationMap,
    .locationMapTw {
      margin-bottom: -125px;
      transform: scale(0.75);
      top: -75px; }
      .locationMap .area .name,
      .locationMapTw .area .name {
        transform: scale(1.5); } }
  @media screen and (max-width: 567px) {
    .locationMap,
    .locationMapTw {
      margin-bottom: -250px;
      transform: scale(0.6);
      margin-left: -160px;
      left: 100px;
      top: -130px; }
      .locationMap .area .name,
      .locationMapTw .area .name {
        transform: scale(1.5); } }

.map-section {
  padding: 3em;
  margin-bottom: -20%; }
  .map-section .locationList .item {
    margin: auto -15px; }
    .map-section .locationList .item.active .itemTitle {
      background-color: #D61B39;
      color: #fff;
      border: 1px solid #D61B39; }
      .map-section .locationList .item.active .itemTitle svg {
        fill: #fff; }
  .map-section .locationList .itemTitle {
    cursor: pointer;
    border: 1px solid #D2D2D280;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .3s; }
    .map-section .locationList .itemTitle:hover {
      background-color: #000;
      color: #fff;
      border: 1px solid #000; }
      .map-section .locationList .itemTitle:hover svg {
        fill: #fff; }
    .map-section .locationList .itemTitle span {
      letter-spacing: 0.4px; }
    .map-section .locationList .itemTitle img {
      width: 27px; }
    .map-section .locationList .itemTitle svg {
      width: 27px;
      fill: #000;
      transition: all .3s; }
  .map-section .locationList .dropdown-toggle {
    display: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #A6A6A6; }
  .map-section .locationList .dropdown-menu {
    width: 100%;
    display: flex;
    border-radius: 0;
    border: none;
    position: relative;
    padding: 0;
    margin-bottom: 5%;
    z-index: 1; }
  .map-section .locationContent {
    padding-top: 2.5em;
    display: flex;
    justify-content: center; }
  .map-section .locationLink {
    padding-right: 5%;
    padding-left: 2%; }
    .map-section .locationLink table {
      width: calc(100% - 20px); }
    .map-section .locationLink .table-responsive table {
      width: 100%; }
  .map-section .table {
    border: 2px solid transparent;
    margin-bottom: 0; }
    .map-section .table thead {
      border: 2px solid transparent; }
      .map-section .table thead th {
        vertical-align: middle;
        height: 70px;
        background-color: #F6F6F6;
        border: none;
        border-right: 1px solid #fff;
        font-size: 18px;
        font-weight: 500; }
        .map-section .table thead th:nth-child(1) {
          width: 20%; }
        .map-section .table thead th:nth-child(2) {
          width: 45%; }
        .map-section .table thead th:nth-child(3) {
          width: 35%; }
    .map-section .table tbody {
      font-size: 16px; }
      .map-section .table tbody td {
        position: relative; }
        .map-section .table tbody td:nth-child(1) {
          width: 20%; }
          .map-section .table tbody td:nth-child(1)::after {
            content: "";
            background-color: #D2D2D2;
            height: 20px;
            width: 1px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        .map-section .table tbody td:nth-child(2) {
          width: 45%; }
          .map-section .table tbody td:nth-child(2)::after {
            content: "";
            background-color: #D2D2D2;
            height: 20px;
            width: 1px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
        .map-section .table tbody td:nth-child(3) {
          width: 35%; }
    .map-section .table td,
    .map-section .table th {
      height: 75px;
      vertical-align: middle;
      text-align: center; }
    @media screen and (max-width: 1199px) {
      .map-section .table thead th {
        font-size: 16px; }
        .map-section .table thead th:nth-child(2) {
          width: 50%; }
        .map-section .table thead th:nth-child(3) {
          width: 30%; }
      .map-section .table tbody td:nth-child(2) {
        width: 50%; }
      .map-section .table tbody td:nth-child(3) {
        width: 30%; } }
    @media screen and (max-width: 992px) {
      .map-section .table thead th {
        height: 50px; }
      .map-section .table td,
      .map-section .table th {
        height: 55px; } }
  .map-section .table-hover tr:hover {
    background-color: transparent;
    outline: 2px solid #D61B39;
    outline-offset: -2px; }
  .map-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    opacity: 1;
    width: 2px; }
  .map-section .mCSB_inside > .mCSB_container {
    margin-right: 30px; }
  .map-section .scroll-container {
    height: 302px;
    overflow: auto;
    scroll-snap-type: y mandatory; }
    .map-section .scroll-container::-webkit-scrollbar {
      width: 2px; }
    .map-section .scroll-container::-webkit-scrollbar-track {
      background-color: #dee2e680;
      width: 2px;
      border-radius: 5px; }
    .map-section .scroll-container::-webkit-scrollbar-thumb {
      background-color: #000;
      width: 1px;
      border-radius: 5px; }
  .map-section .scroll-area {
    height: 75px;
    scroll-snap-align: start; }
  @media screen and (max-width: 1440px) {
    .map-section .locationList {
      width: 250px;
      margin: auto 0 5% auto;
      z-index: 1; }
      .map-section .locationList .item {
        margin: auto 0;
        padding: 0; }
      .map-section .locationList .itemTitle {
        border: none;
        background-color: #000;
        color: #fff;
        height: 50px; }
        .map-section .locationList .itemTitle img,
        .map-section .locationList .itemTitle svg {
          display: none; }
        .map-section .locationList .itemTitle:hover {
          border: none;
          background-color: #d61b3980; }
      .map-section .locationList.show .dropdown-toggle::after {
        transform: rotate(180deg); }
      .map-section .locationList .dropdown-toggle {
        display: block;
        background-color: #ffffff33;
        border: none;
        border-bottom: 1px solid #D2D2D2;
        border-radius: 0;
        height: 50px;
        padding: 1em 1em;
        text-align: left;
        color: #000; }
        .map-section .locationList .dropdown-toggle::after {
          content: "";
          display: inline-block;
          border: none;
          position: absolute;
          width: 11px;
          height: 6px;
          right: 1em;
          top: 25px;
          background-image: url(../styles/images/common/down-2.svg);
          background-repeat: no-repeat;
          transition: all .3s; }
      .map-section .locationList .dropdown-menu {
        display: none;
        background-color: #000; }
        .map-section .locationList .dropdown-menu.show {
          top: 50px !important;
          transform: none !important;
          width: 100%;
          padding: 0;
          border-radius: 0;
          border: none;
          display: block; }
    .map-section .table-responsive {
      height: 52vh; }
    .map-section .locationLink {
      padding: 0; }
      .map-section .locationLink table {
        width: calc(100% - 15px); }
    .map-section .mCSB_inside > .mCSB_container {
      margin-right: 15px; } }
  @media screen and (max-width: 992px) {
    .map-section {
      margin-bottom: -35%; }
      .map-section .locationContent {
        padding-top: 0; } }
  @media screen and (max-width: 767px) {
    .map-section {
      margin-bottom: 0; }
      .map-section .locationList {
        width: 100%; }
      .map-section .locationLink .table {
        width: 100%; }
      .map-section .table td {
        padding: 2px 1em;
        display: block;
        text-align: left;
        height: auto;
        border: none;
        width: 100% !important; }
        .map-section .table td:nth-child(1) {
          padding-top: 0.5em; }
        .map-section .table td:nth-child(3) {
          padding-bottom: 0.5em; }
        .map-section .table td::after {
          content: none !important; }
        .map-section .table td::before {
          content: attr(data-label);
          width: 5em;
          display: inline-block;
          text-align: right;
          padding-right: 1em;
          font-size: 15px;
          color: #A6A6A6; }
      .map-section .table th {
        display: none; }
      .map-section .scroll-container {
        height: 390px;
        border: 1px solid #A6A6A6; }
      .map-section .scroll-area {
        border: 1px solid #A6A6A6; } }

.partner-detail-section {
  padding: 5% 2.5em 6em 2.5em; }
  .partner-detail-section .content {
    position: relative;
    max-width: 1115px;
    margin: auto;
    width: 100%;
    padding-top: 2em; }
    .partner-detail-section .content .linkBnt {
      width: 110px;
      height: 110px;
      border: 2px solid #F6F6F6;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transition: all .3s; }
      .partner-detail-section .content .linkBnt span {
        font-size: 14px;
        color: #000;
        letter-spacing: 0.4px;
        margin-top: 1em;
        display: block; }
      .partner-detail-section .content .linkBnt:hover {
        border: 2px solid #D61B39;
        text-decoration: none; }
    .partner-detail-section .content > div {
      max-width: 1115px;
      margin: auto;
      background-color: #F6F6F6;
      padding: 4% 6% 6% 6%;
      margin-top: 3em;
      position: relative; }
      .partner-detail-section .content > div .row > div {
        padding: 0; }
        .partner-detail-section .content > div .row > div div {
          margin: 0 2em 0 2em;
          padding: 1.2em 0;
          border-bottom: 1px solid #D2D2D280; }
          .partner-detail-section .content > div .row > div div span {
            display: inline-block;
            margin-right: 1.5em; }
            .partner-detail-section .content > div .row > div div span:nth-child(1) {
              color: #A6A6A6;
              font-size: 15px;
              letter-spacing: 0.4px; }
            .partner-detail-section .content > div .row > div div span:nth-child(2) {
              font-size: 16px; }
              .partner-detail-section .content > div .row > div div span:nth-child(2) a {
                color: #000; }
        .partner-detail-section .content > div .row > div:nth-last-child(1) div {
          border-bottom: none; }
      .partner-detail-section .content > div .index-btn {
        left: 50%;
        transform: translateX(-50%);
        bottom: -35px; }
        .partner-detail-section .content > div .index-btn svg {
          margin-right: 1em;
          margin-left: 0; }
        .partner-detail-section .content > div .index-btn:hover svg {
          margin-right: 2em; }
  @media screen and (max-width: 992px) {
    .partner-detail-section .content > div .row > div div span:nth-child(1) {
      width: 4.5em;
      text-justify: distribute; } }
  @media screen and (max-width: 600px) {
    .partner-detail-section .content .linkBnt {
      width: 60px;
      height: 60px;
      position: relative;
      margin: auto; }
      .partner-detail-section .content .linkBnt span {
        display: none; }
    .partner-detail-section .content > div {
      padding: 2em 6% 4em 6%;
      margin-top: 1em; }
      .partner-detail-section .content > div .row > div div span:nth-child(1) {
        margin-bottom: 0.5em;
        display: block; } }

/* ==========================================================================
    privacy,
    error404,
    contact
 ==========================================================================*/
#privacy .banner-section .block .text-box {
  top: 50%; }

.privacy-section {
  padding: 3em 2.5em; }
  .privacy-section h1 {
    text-align: center; }
  .privacy-section h2 {
    margin-bottom: 1em;
    margin-top: 0.5em; }
  .privacy-section p,
  .privacy-section li {
    font-size: 16px;
    color: #6D6D6D;
    line-height: 27px;
    letter-spacing: 0.3px; }
  .privacy-section ul {
    padding: 0;
    position: relative; }
    .privacy-section ul li {
      margin-bottom: 1em;
      padding-left: 1.2em; }
      .privacy-section ul li::marker {
        font-size: 0; }
      .privacy-section ul li::before {
        content: "‧";
        position: absolute;
        left: -4px;
        color: #D61B39;
        font-size: 23px; }
  .privacy-section > div {
    padding: 0 9%; }
    .privacy-section > div div {
      padding: 5% 0 4% 0;
      border-bottom: 1px solid #EFEFEF; }
      .privacy-section > div div:nth-last-child(1) {
        border: none; }
  @media screen and (max-width: 767px) {
    .privacy-section h1 {
      font-size: 30px; }
    .privacy-section > div {
      padding: 0; } }

#error404 {
  height: 100vh;
  overflow: hidden;
  background-color: #F6F6F6; }

.error404-section {
  padding: 0 2.5em; }
  .error404-section .logo {
    position: absolute;
    top: 8%;
    left: 8%;
    z-index: 1; }
  .error404-section .index-btn {
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%); }
  .error404-section::before {
    content: "";
    background-color: #ffffff80;
    width: 123px;
    height: 100%;
    position: absolute;
    left: -123px;
    top: 0; }
  .error404-section .imgBox {
    position: absolute;
    right: 0; }
  .error404-section .txtBox {
    padding: 4% 6% 6% 6%;
    position: absolute;
    background-color: #fff;
    max-width: 700px;
    width: calc(100% - 5em);
    top: 50%;
    transform: translateY(-50%); }
    .error404-section .txtBox h3 span:nth-child(2) {
      vertical-align: super; }
    .error404-section .txtBox .index-btn {
      bottom: -35px;
      left: 50%;
      transform: translateX(-50%); }
    .error404-section .txtBox::before {
      content: "";
      background-color: #ffffff80;
      width: 120px;
      height: 100%;
      position: absolute;
      right: -120px;
      top: 0; }
  @media screen and (max-width: 1199px) {
    .error404-section .imgBox {
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .error404-section .imgBox img {
        width: 100%;
        min-width: fit-content;
        min-height: 100%;
        position: absolute;
        bottom: 0; }
    .error404-section .txtBox {
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      .error404-section .txtBox::before {
        content: none; } }

.contact.banner-section .block .text-box {
  top: 50%; }

.contact-section {
  padding: 0 0 3% 2.5em; }
  .contact-section > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0; }
  .contact-section .formBox {
    width: 50%;
    padding: 3em 5% 3em 0em; }
    .contact-section .formBox p {
      max-width: 660px;
      padding-bottom: 6%; }
    .contact-section .formBox form {
      background-color: transparent;
      padding: 0; }
      .contact-section .formBox form div:nth-child(2) {
        display: flex;
        justify-content: space-between; }
    .contact-section .formBox .input-group {
      padding: 0 1em; }
    .contact-section .formBox textarea {
      padding: 1.2em;
      padding-left: 145px;
      background-color: #f6f6f6;
      border: none;
      width: 100%;
      height: 180px;
      color: #495057;
      background: linear-gradient(to top, #f6f6f6 0%, #f6f6f6 120px, transparent 120px, transparent 100%), linear-gradient(to right, #f6f6f680 0%, #f6f6f680 120px, #F6F6F6 120px, #F6F6F6 100%); }
      .contact-section .formBox textarea:focus {
        background: linear-gradient(to top, #f6f6f6 0%, #f6f6f6 120px, transparent 120px, transparent 100%), linear-gradient(to right, #D61B39 0%, #D61B39 120px, #F6F6F6 120px, #F6F6F6 100%);
        color: #495057; }
        .contact-section .formBox textarea:focus + div .input-group-text {
          color: #fff;
          animation: fadeIn 0.3s; }
          .contact-section .formBox textarea:focus + div .input-group-text span {
            color: #fff !important; }
    .contact-section .formBox .custom-control-label::before {
      height: 15px;
      width: 15px;
      top: 5.5px; }
    .contact-section .formBox .form-control {
      background: linear-gradient(to right, #f6f6f680 0%, #f6f6f680 120px, #F6F6F6 120px, #F6F6F6 100%); }
      .contact-section .formBox .form-control:focus {
        background: linear-gradient(to right, #D61B39 0%, #D61B39 120px, #F6F6F6 120px, #F6F6F6 100%); }
    .contact-section .formBox .btn-box {
      justify-content: start;
      margin: auto -0.5em; }
      .contact-section .formBox .btn-box .index-btn:nth-child(2) {
        border: 1px solid #F6F6F6; }
  .contact-section .imgBox {
    padding-bottom: 4em;
    width: 50%; }
    .contact-section .imgBox img {
      max-width: none; }
  @media screen and (max-width: 1199px) {
    .contact-section .formBox {
      width: 60%; }
    .contact-section .imgBox {
      padding-bottom: 6em;
      width: 40%; } }
  @media screen and (max-width: 860px) {
    .contact-section {
      padding: 2em 2.5em; }
      .contact-section .formBox {
        order: 2;
        width: 100%;
        padding: 2em 0; }
        .contact-section .formBox p {
          max-width: 100%;
          padding-bottom: 1em; }
        .contact-section .formBox .btn-box {
          justify-content: center;
          margin: auto; }
      .contact-section .imgBox {
        order: 1;
        padding-bottom: 0;
        width: 100%;
        position: relative;
        height: 30vh;
        overflow: hidden; }
        .contact-section .imgBox img {
          max-width: 100%;
          top: -36%;
          position: absolute; } }
  @media screen and (max-width: 575px) {
    .contact-section .formBox form div:nth-child(2) {
      flex-wrap: wrap; }
      .contact-section .formBox form div:nth-child(2) div {
        order: 2; }
      .contact-section .formBox form div:nth-child(2) strong {
        order: 1;
        width: 100%;
        padding-bottom: 1em; }
    .contact-section .formBox .form-control {
      height: 50px;
      background: linear-gradient(to right, #f6f6f680 0%, #f6f6f680 100px, #F6F6F6 100px, #F6F6F6 100%); }
      .contact-section .formBox .form-control:focus {
        background: linear-gradient(to right, #D61B39 0%, #D61B39 100px, #F6F6F6 100px, #F6F6F6 100%); }
    .contact-section .formBox .input-group-text {
      padding: 13px 1.5em; }
    .contact-section .formBox textarea {
      background: linear-gradient(to top, #f6f6f6 0%, #f6f6f6 130px, transparent 130px, transparent 100%), linear-gradient(to right, #f6f6f680 0%, #f6f6f680 100px, #F6F6F6 100px, #F6F6F6 100%); }
      .contact-section .formBox textarea:focus {
        background: linear-gradient(to top, #f6f6f6 0%, #f6f6f6 130px, transparent 130px, transparent 100%), linear-gradient(to right, #D61B39 0%, #D61B39 100px, #F6F6F6 100px, #F6F6F6 100%); }
    .contact-section .imgBox {
      height: 20vh; } }

.contact-inquiry-section .modal {
  padding: 2.5em !important; }

.contact-inquiry-section .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 30px;
  padding-bottom: 55px;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 15%; }

.contact-inquiry-section .index-btn {
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 576px) {
  .contact-inquiry-section .modal-dialog {
    max-width: 700px; } }

@media screen and (max-width: 575px) {
  .contact-inquiry-section .modal-content {
    padding: 2.5em;
    height: auto; } }

@font-face {
  font-family: "Gothic";
  src: url("./Century-Gothic-Bold.ttf"); }

.noscroll,
.noscroll body {
  overflow: hidden; }

.noscroll body {
  position: relative; }

/* ==========================================================================
    common
 ==========================================================================*/
.select2-container .select2-dropdown .select2-search {
  display: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }
