@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");

:root {
  --font168: 8.75vw;
  --font128: 6.6667vw;
  --font96: 5vw;
  --font74: 3.855vw;
  --font69: 3.5938vw;
  --font64: 3.33335vw;
  --font60: 3.125vw;
  --font48: 2.5vw;
  --font40: 2.0835vw;
  --font34: 1.77085vw;
  --font32: 1.66671vw;
  --font28: 1.4584vw;
  --font24: 1.25vw;
  --font22: 1.14585vw;
  --font20: 1.0417vw;
  --font18: 0.9375vw;
  --font16: 0.83334vw;
  --font14: 0.72917vw;
  --font10: 0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168: calc(0.1vw + 8.75vw);
    --font128: calc(0.1vw + 6.6667vw);
    --font96: calc(0.1vw + 5vw);
    --font74: calc(0.1vw + 3.855vw);
    --font69: calc(0.1vw + 3.5938vw);
    --font64: calc(0.1vw + 3.33335vw);
    --font60: calc(0.1vw + 3.125vw);
    --font48: calc(0.1vw + 2.5vw);
    --font40: calc(0.1vw + 2.0835vw);
    --font34: calc(0.1vw + 1.77085vw);
    --font32: calc(0.1vw + 1.66671vw);
    --font28: calc(0.1vw + 1.4584vw);
    --font24: calc(0.1vw + 1.25vw);
    --font22: calc(0.1vw + 1.14585vw);
    --font20: calc(0.1vw + 1.0417vw);
    --font18: calc(0.1vw + 0.9375vw);
    --font16: calc(0.1vw + 0.83334vw);
    --font14: calc(0.1vw + 0.72917vw);
    --font10: calc(0.1vw + 0.5209vw);
  }
}

@media all and (max-width: 1440px) {
  :root {
    --font168: calc(0.2vw + 8.75vw);
    --font128: calc(0.2vw + 6.6667vw);
    --font96: calc(0.2vw + 5vw);
    --font74: calc(0.2vw + 3.855vw);
    --font69: calc(0.2vw + 3.5938vw);
    --font64: calc(0.2vw + 3.33335vw);
    --font60: calc(0.2vw + 3.125vw);
    --font48: calc(0.2vw + 2.5vw);
    --font40: calc(0.2vw + 2.0835vw);
    --font34: calc(0.2vw + 1.77085vw);
    --font32: calc(0.2vw + 1.66671vw);
    --font28: calc(0.2vw + 1.4584vw);
    --font24: calc(0.2vw + 1.25vw);
    --font22: calc(0.2vw + 1.14585vw);
    --font20: calc(0.2vw + 1.0417vw);
    --font18: calc(0.2vw + 0.9375vw);
    --font16: calc(0.2vw + 0.83334vw);
    --font14: calc(0.2vw + 0.72917vw);
    --font10: calc(0.2vw + 0.5209vw);
  }
}

@media all and (max-width: 1024px) {
  :root {
    --font168: calc(0.6vw + 8.75vw);
    --font128: calc(0.6vw + 6.6667vw);
    --font96: calc(0.6vw + 5vw);
    --font74: calc(0.6vw + 3.855vw);
    --font69: calc(0.6vw + 3.5938vw);
    --font64: calc(0.6vw + 3.33335vw);
    --font60: calc(0.6vw + 3.125vw);
    --font48: calc(0.6vw + 2.5vw);
    --font40: calc(0.6vw + 2.0835vw);
    --font34: calc(0.6vw + 1.77085vw);
    --font32: calc(0.6vw + 1.66671vw);
    --font28: calc(0.6vw + 1.4584vw);
    --font24: calc(0.6vw + 1.25vw);
    --font22: calc(0.6vw + 1.14585vw);
    --font20: calc(0.6vw + 1.0417vw);
    --font18: calc(0.6vw + 0.9375vw);
    --font16: calc(0.6vw + 0.83334vw);
    --font14: calc(0.6vw + 0.72917vw);
    --font10: calc(0.6vw + 0.5209vw);
  }
}

body,
html {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans SC", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #1B1B1B;
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  100% {
    overflow: 1;
  }
}

/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }

  30% {
    background-image: url(../images/loading/loading_01.svg);
  }

  40% {
    background-image: url(../images/loading/loading_02.svg);
  }

  60% {
    background-image: url(../images/loading/loading_03.svg);
  }

  80% {
    background-image: url(../images/loading/loading_04.svg);
  }

  90% {
    background-image: url(../images/loading/loading_05.svg);
  }

  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloder .loader .img {
  /* Safari */
  animation: prloader 1s linear;
  width: 210px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/loading/loading_06.svg);
}

#preloder .loader .deco {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}

#preloder .loader .desc {
  font-size: 14px;
  text-align: center;
  /* Safari */
  animation: flash 0.5s linear infinite;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea,
select,
input,
button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h3,
p {
  /*text-align: justify;*/
  text-justify: inter-word;
  /* word-break: break-all; */
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #AEAEAE;
}

::placeholder {
  color: #AEAEAE;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.9);
}

header .header-div {
  position: relative;
  padding: 20px 0;
}

header .header-div .two-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-div .two-cols .col01 {
  display: flex;
  align-items: center;
}

header .header-div .two-cols .col02 {
  position: relative;
}

header .header-div .language i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(./../images/icon_language.svg);
  background-position: center;
  background-repeat: no-repeat;
}

header .header-div .language .sub-menu {
  position: absolute;
  left: calc(50% - 40px);
  display: none;
}

header .header-div .language .sub-menu .box {
  min-width: 78px;
  border: 1px solid #FCB32A;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

header .header-div .language .sub-menu .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  font-size: 16px;
  color: #36464E;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
}

header .header-div .language .sub-menu .box a.active,
header .header-div .language .sub-menu .box a:hover {
  background-color: #FCB32A;
  color: #fff;
  border-bottom: 1px solid #FCB32A;
}

header .header-div .language .sub-menu .box a:last-child {
  border-bottom: none;
}

header .header-div .language:hover .sub-menu {
  display: block;
}

header .header-div .brand {
  position: relative;
}

header .header-div .brand a {
  display: flex;
}

header .header-div .brand a img {
  height: 60px;
}

header .header-div .navi {
  position: relative;
  z-index: 3;
  margin-left: 15px;
}

header .header-div .navi ul {
  display: flex;
  flex-wrap: wrap;
}

header .header-div .navi ul li {
  display: inline-block;
}

header .header-div .navi ul li a {
  display: block;
  color: #36464E;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 15px;
  -webkit-font-smoothing: antialiased;
}

header .header-div .navi ul li a:hover {
  color: #ffb71b;
}

/*
.body-open-sub-brands{
    header{
        .header-div{
            .brands-div{
                display: block;
            }
        } 
    } 
}
.body-open-sub-seach{
    header{
        .header-div{
            .search-div{
                display: block;
            }
        } 
    } 
}
*/
main {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}

@media all and (max-width: 1330px) {
  header .header-div .copy-code .code-message {
    top: 8px;
    right: 15px;
  }
}

@media all and (max-width: 1100px) {
  header {
    background-color: rgb(255, 255, 255);
  }

  header .header-div {
    padding: 10px 0;
  }

  header .header-div .brand a img {
    height: 40px;
  }

  header .header-div .navi {
    display: none;
  }

  header .header-div .two-cols .col02 {
    display: none;
  }

  main {
    padding-top: 60px;
  }
}

.toggle-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 88;
  background-color: transparent;
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
}

.toggle-btn span {
  display: block;
  background: #FCB32A;
  height: 3px;
  width: 24px;
  margin: 5px 0;
  transition: 0.3s ease;
}

.body_popup_active .toggle-btn {
  display: none;
}

.body-toggle-open .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -8px;
}

.body-toggle-open .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.body-toggle-open .toggle-btn span:nth-child(3) {
  display: none;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 98;
  cursor: pointer;
}

.body-popup-active {
  overflow: hidden;
}

.body-popup-active .overlap {
  display: block;
}

.body-popup-active .popup-div {
  display: flex;
}

#mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  background: #343a40;
  z-index: 99;
  height: 100%;
  transition: 0.5s ease;
  display: none;
}

#mobile-nav .block-outer {
  padding: 0 0 20px 20px;
}

#mobile-nav .logo {
  margin-top: 20px;
}

#mobile-nav .navi {
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 20px;
  max-height: calc(100% - 109px - 20px - 20px);
}

#mobile-nav .navi ul li {
  display: block;
}

#mobile-nav .navi ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

#mobile-nav .navi ul li a:hover {
  color: #FCB32A;
}

#mobile-nav .language {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#mobile-nav .language i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(./../images/icon_language_white.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#mobile-nav .language .sub-menu {
  margin-left: 10px;
}

#mobile-nav .language .sub-menu .box {
  display: flex;
  flex-wrap: wrap;
}

#mobile-nav .language .sub-menu .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  min-width: 50px;
  margin: 0 5px;
}

#mobile-nav .language .sub-menu .box a.active,
#mobile-nav .language .sub-menu .box a:hover {
  background-color: #FCB32A;
  color: #fff;
  border: 1px solid #FCB32A;
}

#mobile-nav .language:hover .sub-menu {
  display: block;
}

.body-toggle-open {
  position: relative;
  overflow: hidden;
}

.body-toggle-open #mobile-nav {
  display: block;
  left: 0;
}

.body-toggle-open .overlap {
  display: block;
}

.body-toggle-open .toggle-btn {
  z-index: 100;
}

.popup-div {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: transparent;
}

.popup-div.active {
  display: flex;
}

.popup-div .close {
  text-align: right;
}

.popup-div .close i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(./../images/icon_popup_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: -40px;
  cursor: pointer;
}

.popup-div .popup-box {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 50px;
  width: 715px;
}

.popup-div .popup-box .popup-close {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.popup-div .popup-box .popup-close i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_popup_close_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.popup-div .popup-box .popup-title {
  position: relative;
}

.popup-div .popup-box .popup-title h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #36464E;
}

.popup-div .popup-box .popup-title h2 span {
  font-size: 16px;
  font-weight: 400;
}

.popup-div .popup-box .popup-title i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(./../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.popup-div .popup-box .popup-body {
  max-height: calc(85vh - 100px);
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.popup-div .popup-box .form-div {
  width: 100%;
  margin-top: 30px;
}

.popup-div .popup-box .form-div .sub-title {
  margin: 30px 0 15px 0;
}

.popup-div .popup-box .form-div .sub-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #36464E;
}

.popup-div .popup-box .form-div .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.popup-div .popup-box .form-div .item .label {
  font-size: 16px;
  font-weight: 400;
  color: #36464E;
  width: 200px;
}

.popup-div .popup-box .form-div .item .label span {
  color: #FF2A2A;
}

.popup-div .popup-box .form-div .item .controller {
  width: calc(100% - 200px);
}

.popup-div .popup-box .form-div .item .controller input {
  min-height: 43px;
  background-color: #FAFAFA;
  border: none;
  font-size: 16px;
  color: #36464E;
  border: 1px solid transparent;
}

.popup-div .popup-box .form-div .item .controller input:hover,
.popup-div .popup-box .form-div .item .controller input:focus {
  border: 1px solid #FCB32A;
}

.popup-div .popup-box .form-div .item .controller input.error {
  border-color: #FF3B30;
}

.popup-div .popup-box .form-div .item .controller .checkbox-list .sub-item {
  margin: 10px 0;
}

.popup-div .popup-box .form-div .item.action {
  margin-top: 30px;
}

.popup-div .popup-box .form-div .item.action button {
  min-width: 300px;
  min-height: 59px;
  display: inline-flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background-color: #36464E;
  color: #B9B9B9;
  font-size: 18px;
  font-weight: 500;
}

.popup-div .popup-box .form-div .item.action button:hover {
  background-color: #FCB32A;
  color: #fff;
}

.body_popup_active {
  overflow: hidden;
}

.body_popup_active .overlap {
  display: flex;
  background-color: rgba(51, 51, 51, 0.7);
}

footer {
  padding: 60px 50px 100px;
  background-color: #343a40;
  font-size: 16px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .block-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .block-outer .contact {
  width: 300px;
}

footer .block-outer .contact img {
  width: 198px;
  margin-bottom: 60px;
}

footer .block-outer .contact p {
  font-size: 13px;
}

footer .block-outer .contact a {
  display: block;
}

footer .block-outer .allPages {
  width: calc(100% - 300px);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .block-outer .allPages .pages.color-yellow li {
  color: #ffb71b;
}

footer .block-outer .allPages .pages.color-yellow li a {
  color: #ffb71b;
}

footer .block-outer .allPages .pages li {
  font-size: 13px;
  padding: 5px 0;
}

footer .block-outer .allPages .pages li:nth-child(1) {
  font-size: 16px;
}

footer .block-outer .allPages .pages li a:hover {
  color: #ffb71b;
}

footer .block-outer .subscription-and-social {
  display: inline-block;
  width: 36px;
}

footer .block-outer .subscription-and-social .social-wrapper a {
  margin-bottom: 30px;
  display: block;
}

footer .block-outer .subscription-and-social .social-wrapper a:last-child {
  margin-bottom: 0;
}

footer .block-outer .subscription-and-social img {
  width: 36px;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media all and (max-width: 1100px) {
  .toggle-btn {
    display: block;
  }

  footer {
    padding: 50px 0px;
  }

  footer .block-outer {
    display: block;
  }

  footer .block-outer .contact {
    width: 100%;
  }

  footer .block-outer .contact img {
    margin-bottom: 20px;
  }

  footer .block-outer .allPages {
    width: 100%;
    margin-top: 20px;
  }
}

@media all and (max-width: 750px) {
  footer {
    padding: 30px 0;
  }

  footer .block-outer .allPages .pages {
    display: none;
  }

  footer .block-outer .subscription-and-social {
    width: 100%;
  }

  footer .block-outer .subscription-and-social .social-wrapper {
    display: flex;
  }

  footer .block-outer .subscription-and-social .social-wrapper a {
    margin-right: 10px;
    margin-bottom: 0;
  }

  footer .block-outer .subscription-and-social .social-wrapper a:last-child {
    margin-right: 0;
  }

  footer .block-outer .subscription-and-social .social-wrapper a img {
    width: 24px;
  }

  .popup-div .popup-box {
    padding: 25px;
    width: calc(100% - 50px);
  }

  .popup-div .popup-box .popup-title h2 {
    font-size: 28px;
  }

  .popup-div .popup-box .popup-title i {
    top: 2px;
  }

  .popup-div .popup-box .form-div .sub-title {
    margin: 15px 0;
  }

  .popup-div .popup-box .form-div .sub-title h3 {
    font-size: 16px;
  }

  .popup-div .popup-box .form-div .item {
    display: block;
  }

  .popup-div .popup-box .form-div .item .label {
    width: 100%;
  }

  .popup-div .popup-box .form-div .item .controller {
    width: 100%;
  }

  .popup-div .popup-box .form-div .item.action button {
    min-width: 100%;
    min-height: 40px;
  }
}

.checkbox-container {
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #36464E;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #FCB32A;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container input:checked~.checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #FCB32A;
  border: 1px solid #FCB32A;
}

.checkbox-container .checkmark:after {
  /*
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  */
}

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

.checkbox-select .checkbox-container {
  display: inline-flex;
}

.checkbox-select .desc {
  font-size: 16px;
}

.checkbox-select .desc a {
  color: #fff;
  text-decoration: underline;
  /*margin: 0 10px;*/
  color: #9685E0;
}

.checkbox-select .desc a:hover {
  color: #fff;
}

.radio-container {
  position: relative;
  font-size: 14px;
  color: #1B1B1B;
  position: relative;
  padding-left: 20px;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
  /*background-color: #9685E0;*/
  border: 1px solid #9685E0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9685E0;
}

.radio-check-container {
  position: relative;
  font-size: 14px;
  color: #1B1B1B;
  position: relative;
  padding-left: 20px;
}

.radio-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-check-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-check-container:hover input~.checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-check-container input:checked~.checkmark {
  /*background-color: #9685E0;*/
  border: 1px solid #9685E0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-check-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-check-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9685E0;
}

@media all and (max-width: 750px) {
  .checkbox-select .desc {
    font-size: 14px;
  }

  .checkbox-container {
    padding-left: 25px;
  }

  .checkbox-container .checkmark {
    top: 4px;
    width: 16px;
    height: 16px;
  }

  .checkbox-container input:checked~.checkmark:before {
    width: 16px;
    height: 16px;
  }

  .checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
  }

  .radio-container {
    padding-left: 25px;
    font-size: 14px;
  }

  .radio-container .checkmark {
    height: 16px;
    width: 16px;
    top: 3px;
  }

  .radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
  }
}

.form-div .item {
  margin: 10px 0;
}

.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}

.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}

.form-div .item .label sup {
  color: #00A7E1;
}

.form-div .item .controller {
  margin-top: 5px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}

.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}

.form-div .item .controller .checkbox-container input {
  width: auto;
}

.form-div .item .controller .checked-container input {
  width: auto;
}

.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}

.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}

.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}

.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}

.form-div .item .controller .file-container {
  position: relative;
}

.form-div .item .controller .file-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-div .item .controller .file-container label input {
  width: calc(100% - 22px - 132px - 10px);
}

.form-div .item .controller .file-container label input:disabled {
  background-color: #fff;
}

.form-div .item .controller .file-container label button {
  min-width: 132px;
  background-color: #00A7E1;
  border: 1px solid #00A7E1;
  border-radius: 5px;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
  color: #fff;
}

.form-div .item .controller .file-container label button:hover {
  background-color: #cbe49f;
}

.form-div .item .controller .file-container .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}

.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}

.form-div .item .keyin-item:hover .label {
  color: #00A7E1;
}

.form-div .item .keyin-item:hover .controller input {
  border-color: #00A7E1;
}

.form-div .item .keyin-item:hover .controller select {
  border-color: #00A7E1;
  color: #00A7E1;
}

.form-div .item .keyin-item:hover .controller textarea {
  border-color: #00A7E1;
}

.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}

.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}

.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}

.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}

.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}

.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}

.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}

.form-div .item .qty {
  width: 196px;
}

.form-div .item .qty .controller select {
  width: 100%;
}

.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}

.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}

.form-div .item .ups-ffdex .col02 {
  width: 540px;
}

.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-div .item .keep-forgot .col01 {
  width: 50%;
}

.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}

.form-div .item .keep-forgot .col02 a {
  color: #00A7E1;
}

.form-div .item.or {
  margin: 20px 0;
}

.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}

.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}

.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}

.form-div .item.remark {
  margin: 20px 0;
}

.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.form-div .item.action button {
  min-width: 68px;
  min-height: 48px;
  border: none;
  border-radius: 6px;
  background-color: #9685E0;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  color: #fff;
  margin: 0 auto;
}

.form-div .item.action button:hover {
  background-color: #333;
  color: #fff;
}

.form-div .item.action button a {
  color: #fff;
  display: block;
}

.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}

.form-div .item .apply-account span {
  display: block;
}

.form-div .item .apply-account .green {
  color: #00A7E1;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.form-item .desc h3 {
  font-size: 14px;
  color: #00A7E1;
  font-weight: 700;
  margin-left: -30px;
}

.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }

  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }

  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }

  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }

  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }

  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }

  .form-div .item .keep-forgot {
    display: block;
  }

  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }

  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }

  .form-div .item .three-col {
    display: block;
  }

  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}

.block-outer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.section-home {
  overflow: hidden;
}

.section-home .block-outer {
  max-width: 100%;
  padding: 0;
}

.section-home .swiper .swiper-slide {
  overflow: hidden;
}

.section-home .swiper .swiper-pagination {
  bottom: 3%;
}

.section-home .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #fff;
}

.section-home .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FCB32A;
}

.section-home .bigSwiper .swiper-slide {
  position: relative;
}

.section-home .bigSwiper .swiper-slide .img {
  display: flex;
}

.section-home .bigSwiper .swiper-slide .img img {
  width: 100%;
}

.section-home .bigSwiper .swiper-slide .img .mobile {
  display: none;
}

.section-home .bigSwiper .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-home .bigSwiper .swiper-slide .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.section-home .block-02 {
  background-image: url(./../images/block_02/bg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.section-home .block-02 .swiper .swiper-slide .img img {
  width: 100%;
}

.section-home .block-02 .swiper .swiper-pagination {
  width: 50%;
}

.section-home .block-02 .swiper.swiperReverse .swiper-pagination {
  left: 50%;
}

.section-home .block-02 .sub-block {
  margin-top: 100px;
}

.section-home .block-02 .sub-block:nth-child(1) {
  margin-top: 0;
}

.section-home .block-02 .two-cols {
  display: flex;
  flex-wrap: wrap;
}

.section-home .block-02 .two-cols .col {
  width: 50%;
}

.section-home .block-02 .two-cols .col:nth-child(2) {
  width: calc(50% - 80px - 160px);
  padding-left: 80px;
  padding-right: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-home .block-02 .two-cols .info .title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #36464E;
}

.section-home .block-02 .two-cols .info .desc {
  margin-top: 30px;
  color: #36464E;
}

.section-home .block-02 .two-cols .info .desc h3 {
  font-size: 16px;
  font-weight: 700;
}

.section-home .block-02 .two-cols .info .desc p {
  font-size: 16px;
}

.section-home .block-02 .two-cols .info .desc p+h3 {
  margin-top: 30px;
}

.section-home .block-02 .two-cols.two-cols-reverse .col:nth-child(1) {
  margin-left: 50%;
  margin-right: -100%;
}

.section-home .block-02 .two-cols.two-cols-reverse .col:nth-child(2) {
  padding-left: 160px;
  padding-right: 80px;
}

.section-home .block-03 {
  background-image: url(./../images/block_03/bg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.section-home .block-03 .block-outer {
  max-width: 1000px;
  color: #36464E;
  text-align: center;
  padding: 0 20px;
}

.section-home .block-03 .block-outer .title h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.section-home .block-03 .block-outer .title+.info {
  margin-top: 50px;
}

.section-home .block-03 .block-outer .info .desc p {
  font-size: 16px;
}

.section-home .block-03 .block-outer .info .desc p span {
  display: block;
}

.section-home .block-03 .block-outer .info .desc p+p {
  margin-top: 30px;
}

.section-home .block-03 .block-outer .info .desc .box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 25px 15px;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
}

.section-home .block-03 .block-outer .info .desc .box .two-cols {
  display: inline-flex;
  flex-wrap: wrap;
}

.section-home .block-03 .block-outer .info .desc .box .two-cols .col span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #FCB32A;
  text-align: left;
  padding-left: 25px;
  position: relative;
  margin: 5px 10px;
}

.section-home .block-03 .block-outer .info .desc .box .two-cols .col span:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #FCB32A;
}

.section-home .block-03 .block-outer .info .desc .box ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: disc;
  width: 50%;
}

.section-home .block-03 .block-outer .info .desc .box ul li {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #FCB32A;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

.section-home .block-04 {
  padding-top: 50px;
}

.section-home .block-04 .title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #36464E;
  text-align: center;
}

.section-home .block-04 .case-video-list {
  margin-top: 50px;
}

.section-home .block-04 .case-video-list .item {
  position: relative;
}

.section-home .block-04 .case-video-list .item .video {
  display: flex;
  /*
  &:hover{
      &:after{
          content: '';
          position: absolute;
          z-index: 2;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-image: url(./../images/block_04/icon_play_video_white.svg);
          background-position: center;
          background-repeat: no-repeat;
      }
  }
  */
}

.section-home .block-04 .case-video-list .item .video video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  /*to cover all the box*/
}

.section-home .block-04 .case-video-list .item .more {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.section-home .block-04 .case-video-list .item .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 319px;
  min-height: 56px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 15px;
}

.section-home .block-04 .case-video-list .item .more a i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(./../images/block_04/icon_more.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.section-home .block-04 .case-video-list .item .more a:hover {
  background-color: #FCB32A;
}

.section-home .block-05 {
  padding: 50px 0;
}

.section-home .block-05 .block-outer {
  max-width: 1240px;
  padding: 0 20px;
}

.section-home .block-05 .title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #36464E;
  text-align: center;
}

.section-home .block-05 .info {
  text-align: center;
  margin-top: 10px;
}

.section-home .block-05 .info p {
  font-size: 16px;
}

.section-home .block-05 .more {
  text-align: center;
  margin-top: 50px;
}

.section-home .block-05 .more a {
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #36464E;
  min-width: 400px;
  min-height: 55px;
}

.section-home .block-05 .more a:hover {
  background-color: #FCB32A;
}

@media all and (max-width: 1100px) {
  .block-outer {
    padding: 0 20px;
  }

  .section-home .block-02 {
    padding: 0 0 40px 0;
  }

  .section-home .block-02 .sub-block {
    margin-top: 40px;
  }

  .section-home .block-02 .two-cols {
    display: block;
  }

  .section-home .block-02 .two-cols .col {
    width: 100%;
  }

  .section-home .block-02 .two-cols .col:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    padding-top: 20px;
    min-height: 50vw;
  }

  .section-home .block-02 .two-cols.two-cols-reverse .col:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }

  .section-home .block-02 .two-cols.two-cols-reverse .col:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
  }

  .section-home .block-02 .two-cols .info .title h2 {
    font-size: 28px;
  }

  .section-home .block-02 .swiper .swiper-pagination {
    top: 80vw;
    bottom: auto;
    width: 100%;
  }

  .section-home .block-02 .swiper.swiperReverse .swiper-pagination {
    left: 0%;
  }

  .section-home .block-03 {
    padding: 50px 0;
  }

  .section-home .block-03 .block-outer .title h2 {
    font-size: 36px;
  }

  .section-home .block-03 .block-outer .info .desc p span {
    display: inline;
  }

  .section-home .block-04 .title h2 {
    font-size: 36px;
  }

  .section-home .block-05 .title h2 {
    font-size: 36px;
  }
}

@media all and (max-width: 820px) {
  .section-home .bigSwiper .swiper-slide .img .web {
    display: none;
  }

  .section-home .bigSwiper .swiper-slide .img .mobile {
    display: flex;
  }

  .section-home .bigSwiper .swiper-slide .video video {
    width: auto;
    height: 100%;
  }
}

@media all and (max-width: 640px) {
  .section-home .block-03 .block-outer .title h2 {
    font-size: 30px;
  }

  .section-home .block-03 .block-outer .title+.info {
    margin-top: 30px;
  }

  .section-home .block-03 .block-outer .info .desc .box {
    width: calc(100% - 30px);
  }

  .section-home .block-03 .block-outer .info .desc .box .two-cols {
    display: block;
  }

  .section-home .block-03 .block-outer .info .desc .box .two-cols .col {
    width: 100%;
  }

  .section-home .block-03 .block-outer .info .desc .box .two-cols .col span {
    font-size: 16px;
    margin: 5px 0px;
    padding-left: 20px;
  }

  .section-home .block-03 .block-outer .info .desc .box .two-cols .col span:before {
    top: 9px;
    left: 5px;
  }

  .section-home .block-04 .case-video-list .item .more a {
    font-size: 14px;
    min-width: auto;
    min-height: 36px;
    padding: 0 10px;
  }

  .section-home .block-05 .more a {
    min-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */