@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
html.loading,
body.loading {
  overflow: hidden;
}
html.loading .loading-overlay,
body.loading .loading-overlay {
  opacity: 1;
  top: 0;
}

.loading-overlay {
  z-index: 9999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: top 0.5s ease-in, opacity 0.35s ease-in-out 0.3s;
}
.loading-overlay.no-animation {
  display: none;
}
.loading-overlay .loading-logo {
  position: relative;
  max-width: 140px;
  width: 100%;
  display: block;
}
.loading-overlay .loading-logo:before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in;
}
.loading-overlay .loading-logo.in:before {
  height: 0;
}
.loading-overlay .loading-logo img {
  display: block;
  width: 100%;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

a {
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

body {
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 112.5%;
  color: #54565B;
  background-color: #ffffff;
  line-height: 140%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row:before {
  display: none;
}

.row .col {
  float: none;
}

.container {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.container {
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

body.overlay-on .overlay {
  height: 100%;
  opacity: 1;
}

header {
  background-color: #ffffff;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  header .menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  header .container {
    padding: 16px;
  }
}
header .outer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  header .logo-container {
    padding: 12px 0;
  }
}
header .logo-container a {
  display: block;
}
header .logo-container img {
  display: block;
  width: 133px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  header .logo-container img {
    width: 87px;
  }
}
header .col-d {
  text-transform: uppercase;
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  header .col-d {
    display: none;
  }
}
header .col-d .row-search {
  justify-content: flex-end;
  padding-bottom: 10px;
}
header .col-d .dropdown-menu {
  position: absolute;
  top: 40px !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid menurgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header .col-d .menu-list {
  color: #707070;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
header .col-d .menu-list > ul {
  display: flex;
  margin-right: 10px;
}
header .col-d .menu-list > ul > li {
  position: relative;
}
header .col-d .menu-list > ul > li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header .col-d .menu-list > ul > li:not(:last-child) {
    margin-right: 8px;
  }
}
header .col-d .menu-list > ul > li.hv-sub > a {
  position: relative;
  padding-right: 42px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header .col-d .menu-list > ul > li.hv-sub > a {
    padding-right: 24px;
  }
}
header .col-d .menu-list > ul > li.hv-sub > a:hover {
  opacity: 1;
}
header .col-d .menu-list > ul > li.hv-sub > a:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icon/down.svg");
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  header .col-d .menu-list > ul > li.hv-sub > a:after {
    right: 0;
  }
}
header .col-d .menu-list > ul > li.hv-sub > a.current:after {
  background-image: url("../img/icon/up-o.svg") !important;
}
header .col-d .menu-list > ul > li.active > a {
  color: #ED6D00;
  font-weight: 700;
  border-color: #ED6D00;
}
header .col-d .menu-list > ul > li.active.hv-sub > a:after {
  top: 50%;
  background-image: url("../img/icon/up-o.svg");
}
header .col-d .menu-list > ul > li > a {
  display: inline-block;
  padding: 16px 16px 15px 14px;
  border-bottom: 5px solid transparent;
  transition: none;
}
@media screen and (min-width: 1299px) {
  header .col-d .menu-list > ul > li > a {
    min-height: 76px;
    display: flex;
    align-items: center;
  }
}
header .col-d .menu-list > ul > li > a.current {
  color: #ED6D00;
}
header .col-d .menu-list > ul > li > ul {
  display: none;
  position: absolute;
  font-size: 0.875em;
  background-color: #ffffff;
}
header .col-d .menu-list > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
header .col-d .menu-list > ul > li > ul > li > a {
  width: 230px;
  display: inline-block;
  text-align: center;
  padding: 16px 12px;
}
header .col-d .menu-list > ul > li > ul > li > a.current {
  color: #ED6D00;
}
header .col-d .menu-list .mega-menu {
  position: fixed;
  top: 117px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 32px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  header .col-d .menu-list .mega-menu {
    top: 101px;
  }
}
header .col-d .menu-list .mega-menu .wrapper {
  display: flex;
  align-items: center;
}
header .col-d .menu-list .mega-menu .wrapper .col-l {
  width: 295px;
  padding: 30px 30px 30px 0;
}
@media (min-width: 992px) and (max-width: 1399px) {
  header .col-d .menu-list .mega-menu .wrapper .col-l {
    width: 250px;
  }
}
header .col-d .menu-list .mega-menu .wrapper .col-l .head {
  text-transform: uppercase;
  color: #707070;
  font-size: 2.125em;
  letter-spacing: 0.03em;
}
header .col-d .menu-list .mega-menu .wrapper .col-l .arrow-btn {
  color: #ED6D00;
  font-weight: 700;
}
header .col-d .menu-list .mega-menu .wrapper .col-l .arrow-btn span:before {
  background-color: #ED6D00;
}
header .col-d .menu-list .mega-menu .wrapper .col-l .btn-container {
  margin-top: 16px;
}
header .col-d .menu-list .mega-menu .wrapper .col-r {
  width: calc(100% - 295px);
  padding-left: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1399px) {
  header .col-d .menu-list .mega-menu .wrapper .col-r {
    width: calc(100% - 250px);
  }
}
header .col-d .menu-list .mega-menu .wrapper .col-r .item {
  padding: 12px;
  width: 14.2%;
  min-height: 144px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
header .col-d .menu-list .mega-menu .wrapper .col-r .item:hover {
  background-color: rgba(237, 109, 0, 0.1);
  opacity: 1;
}
header .col-d .menu-list .mega-menu .wrapper .col-r .item .icon {
  width: 80px;
  height: 80px;
}
header .col-d .menu-list .mega-menu .wrapper .col-r .item .icon img {
  display: block;
  width: 100%;
}
header .col-d .menu-list .mega-menu .wrapper .col-r .item .name {
  font-size: 0.78em;
  letter-spacing: 0.02em;
  color: #707070;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1399px) {
  header .col-d .menu-list .mega-menu .wrapper .col-r .item .name {
    font-size: 0.89em;
  }
}
header .col-d .menu-list .search {
  padding-right: 10px;
  border: 1px solid #C7C7C7;
}
header .col-d .menu-list .search .box {
  display: flex;
  align-items: center;
}
header .col-d .menu-list .search .box input {
  border: 0;
  font-size: 0.9375em;
  line-height: 1.6;
  padding: 8px 10px;
  color: #54565B;
  background-color: transparent;
  width: 140px;
}
header .col-d .menu-list .search .box input::-moz-placeholder {
  color: #DADADA;
}
header .col-d .menu-list .search .box input::placeholder {
  color: #DADADA;
}
header .col-d .menu-list .search button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
header .col-d .menu-list .search .magnifier {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/zoom.svg");
}
header .col-d .menu-list .lang {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 16px;
}
header .col-d .menu-list .lang .global {
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/global.svg");
  cursor: pointer;
}
header .col-d .menu-list .lang .dropdown-lang-menu {
  display: none;
  background-color: #ffffff;
  position: absolute;
  right: -17px;
  top: 50px;
  z-index: 1;
  max-height: 700px;
  overflow: auto;
  color: #707070;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  header .col-d .menu-list .lang .dropdown-lang-menu {
    top: 40px;
  }
}
header .col-d .menu-list .lang .dropdown-lang-menu a {
  color: #707070;
  padding: 10px 16px;
  display: block;
  text-align: center;
}
header .col-d .menu-list .lang .dropdown-lang-menu .lang-item:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list {
  color: #54565B;
  position: relative;
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list label {
  margin-bottom: 0.5rem;
  display: inline-block;
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list label,
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list .dropdown {
  width: 100%;
}
@media screen and (min-width: 1300px) {
  header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list label,
  header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list .dropdown {
    text-transform: uppercase;
  }
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list .dropdown {
  color: #707070;
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list .btn-light {
  border: 1px solid #E6E6E5;
  color: #707070;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 100%;
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list .btn-light:focus {
  outline: 0 !important;
  box-shadow: none;
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-list .btn-light button:focus {
  outline: 0 !important;
}
header .col-d .menu-list .lang .dropdown-lang-menu .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
  right: 14px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  header .col-d .menu-list .lang .dropdown-lang-menu .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    opacity: 0.5;
  }
}
header .col-d .menu-list .lang .dropdown-lang-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group {
  padding: 10px 0;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group:not(:last-child) {
  border-bottom: 1px solid #E6E6E5;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group span {
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group span:hover, header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group span.active {
  color: #ED6D00;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group span.select-header {
  padding: 0.375rem 2em 0.375em 0.5rem;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group.hv-sub .select-header {
  position: relative;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group.hv-sub .select-header:after {
  content: "";
  background-image: url("../img/icon/arrow-mobile-menu-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 14px;
  position: absolute;
  right: 0.75em;
  top: 15px;
  transition: transform 0.3s ease-in-out;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group.hv-sub .select-header[aria-expanded=true]:after {
  transform: scaleY(-1);
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group span {
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .col-d .menu-list .lang .dropdown-lang-menu .full-list .group .details span {
  padding-left: 20px;
}
header .col-d .menu-list .lang .dropdown-lang-menu .collapse:not(.show) {
  display: none;
}
header .col-d .menu-list .lang .dropdown-lang-menu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  header .col-d .menu-list .lang .dropdown-lang-menu .collapsing {
    transition: none;
  }
}
header .col-m {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  header .col-m {
    display: none;
  }
}
header .col-m .search {
  padding-right: 42px;
}
header .col-m .search .magnifier {
  width: 28px;
  height: 28px;
  background-image: url("../img/icon/zoom-w.svg");
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  header .col-m .search .magnifier {
    background-image: url("../img/icon/zoom.svg");
  }
}
header .col-m .hamburger {
  position: fixed;
  right: 16px;
  top: 19px;
  width: 28px;
  height: 27px;
  cursor: pointer;
}
header .col-m .hamburger .line {
  position: absolute;
  display: block;
  left: 6px;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  header .col-m .hamburger .line {
    background-color: #ED6D00;
  }
}
header .col-m .hamburger .line:nth-child(1) {
  top: 7px;
}
header .col-m .hamburger .line:nth-child(2) {
  top: 13px;
}
header .col-m .hamburger .line:nth-child(3) {
  top: 19px;
}
header .col-m .hamburger.active .line {
  background-color: #ED6D00;
}
header .col-m .hamburger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(3px, 6px);
  width: 22px;
}
header .col-m .hamburger.active .line:nth-child(2) {
  width: 0;
}
header .col-m .hamburger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -6px);
  width: 22px;
}
header .bootstrap-select .dropdown-menu {
  margin-top: -38px;
  min-height: 1px !important;
  padding: 0;
  border: 0;
  width: 100%;
  top: 0 !important;
}
header .bootstrap-select .dropdown-menu > .inner {
  border-style: solid;
}
header .bootstrap-select .dropdown-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .bootstrap-select .dropdown-menu li a {
  transition: color 0.3s ease-in-out;
}
header .bootstrap-select .dropdown-menu li:hover a {
  color: #ED6D00;
}
header .bootstrap-select .no-results {
  white-space: break-spaces;
  margin: 0;
  padding: 0.375rem 0.75rem;
  text-transform: initial;
}
header .bootstrap-select .bs-searchbox {
  padding: 0;
}
header .bootstrap-select .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  border: 1px solid #E6E6E5;
  padding: 0.375rem 0.75rem;
  height: 38px;
  font-family: "Lato";
  color: #707070;
}
header .bootstrap-select .bs-searchbox .form-control:hover::-webkit-search-cancel-button {
  display: none;
}
header .bootstrap-select .bs-searchbox .form-control:focus::-webkit-search-cancel-button {
  display: none;
}
header .bootstrap-select .dropdown-menu-left {
  right: auto;
  left: 0;
}
header .bootstrap-select .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media screen and (min-width: 576px) {
  header .bootstrap-select .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  header .bootstrap-select .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  header .bootstrap-select .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  header .bootstrap-select .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  header .bootstrap-select .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  header .bootstrap-select .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  header .bootstrap-select .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  header .bootstrap-select .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
header .bootstrap-select .dropdown-menu.show {
  display: block;
}
header .bootstrap-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  opacity: 0.5;
}
header .bootstrap-select .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
header.mobile-menu-on {
  background-color: #ffffff !important;
}
header.mobile-menu-on .col-m .search .magnifier {
  background-image: url("../img/icon/zoom.svg") !important;
}
header.mobile-menu-on .col-m .hamburger .line {
  background-color: #ED6D00 !important;
}
header .menu-m {
  display: none;
  border-top: 1px solid #E6E6E5;
  height: calc(100vh - 66px);
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  color: #707070;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  header .menu-m {
    display: none !important;
  }
}
header .menu-m::-webkit-scrollbar {
  display: none;
}
header .menu-m .wrapper {
  position: relative;
}
header .menu-m ul li {
  border-bottom: 1px solid #E6E6E5;
  transition: all 0.3s ease-in-out;
}
header .menu-m ul li:hover {
  color: #ED6D00;
}
header .menu-m ul li a {
  padding: 16px;
}
header .menu-m ul li a.active {
  color: #ED6D00;
}
header .menu-m ul li.language-m .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu-m ul li.language-m a {
  position: relative;
}
header .menu-m ul li.language-m a .current {
  width: calc(100% - 80px);
  padding-right: 10px;
}
@media screen and (max-width: 575px) {
  header .menu-m ul li.language-m a .current {
    width: calc(100% - 50px);
  }
}
header .menu-m ul li.language-m a .icon {
  width: 24px;
  height: 24px;
  margin-right: 22px;
  background-image: url("../img/icon/global.svg");
}
@media screen and (max-width: 575px) {
  header .menu-m ul li.language-m a .icon {
    margin-right: 0px;
  }
}
header .menu-m nav > ul > li:not(.hv-sub) > a {
  display: block;
}
header .menu-m nav > ul > li.hv-sub > span {
  display: flex;
  align-items: center;
}
header .menu-m nav > ul > li.hv-sub .category {
  width: calc(100% - 28px);
}
header .menu-m nav > ul > li.hv-sub .arrow {
  width: 28px;
  height: 19px;
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px 19px;
  background-position: left center;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header .menu-m nav > ul > li.hv-sub .arrow {
    padding-left: 0;
  }
}
header .menu-m .menu-sublevel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
header .menu-m .menu-sublevel.active {
  transform: translateX(0);
}
header .menu-m .menu-sublevel li a {
  position: relative;
}
header .menu-m .menu-sublevel li.prev-level {
  opacity: 0.75;
}
header .menu-m .menu-sublevel li.prev-level:hover a {
  color: #ED6D00;
}
header .menu-m .menu-sublevel li.prev-level a {
  color: #707070;
  padding-left: 70px;
  display: block;
}
header .menu-m .menu-sublevel li.prev-level a:before {
  content: "";
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 15px;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 991px) {
  header .menu-m .menu-sublevel li.prev-level a:before {
    left: 18px;
  }
}
header .menu-m .menu-sublevel li:not(.hv-sub) a {
  display: block;
}
header .menu-m .menu-sublevel li.hv-sub > span {
  display: flex;
  align-items: center;
}
header .menu-m .menu-sublevel li.hv-sub .category {
  width: calc(100% - 28px);
}
header .menu-m .menu-sublevel li.hv-sub .arrow {
  width: 28px;
  height: 19px;
  background-image: url(../img/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px 19px;
  background-position: left center;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  header .menu-m .menu-sublevel li.hv-sub .arrow {
    padding-left: 0;
  }
}

header.transparent {
  background-color: rgba(38, 38, 38, 0.35);
}
header.transparent .col-d .menu-list {
  color: #ffffff;
}
header.transparent .col-d .menu-list > ul > li.hv-sub > a:after {
  background-image: url("../img/icon/menu-down-w.svg");
}
header.transparent .col-d .menu-list > ul > li > ul {
  color: #707070;
}
header.transparent .col-d .row-search .search {
  background-color: rgba(255, 255, 255, 0.1);
}
header.transparent .col-d .row-search .magnifier {
  background-image: url("../img/icon/zoom-w.svg");
}
header.transparent .col-d .row-search .lang .global {
  background-image: url("../img/icon/global-w.svg");
}
header.transparent .col-r .menu {
  color: #ffffff;
}
header.transparent .col-r .menu > ul > li.hv-sub > a:after {
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/menu-down-w.svg");
}
header.transparent .col-r .row-search .magnifier {
  background-image: url("../img/icon/zoom-w.svg");
}
header.transparent .col-r .row-search .lang .global {
  background-image: url("../img/icon/global-w.svg");
}

footer {
  position: relative;
  background-color: #575757;
  color: #ffffff;
}
footer .btn-scroll {
  position: absolute;
  right: 33px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ED6D00;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer .btn-scroll.sticky {
  position: fixed;
  right: 33px;
  top: auto;
  bottom: 20px;
}
footer .btn-scroll:hover {
  transform: translateY(-5px);
}
footer .btn-scroll img {
  display: inline-block;
  width: 24px;
  height: 24px;
}
footer .wrapper {
  padding: 32px 0;
}
footer .access-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
footer .social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  footer .social-row {
    width: 100%;
    margin-bottom: 36px;
  }
}
footer .social-row .txt {
  font-size: 0.78em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
footer .social-row a {
  display: inline-block;
  margin-right: 16px;
  width: 30px;
  height: 30px;
}
footer .social-row a img {
  display: inline-block;
  width: 100%;
}
footer .member-logo {
  flex-shrink: 0;
}
footer .member-logo a:hover {
  opacity: 1;
}
footer .member-logo img {
  display: block;
}
footer .disclaimer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .disclaimer-row {
    flex-direction: column-reverse;
  }
}
footer .disclaimer-row .col-l {
  font-size: 0.67em;
  letter-spacing: 0.01em;
  color: #C5C5C5;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  footer .disclaimer-row .col-l {
    width: 100%;
  }
}
footer .disclaimer-row .col-r {
  display: inline-flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 0.78em;
}
@media screen and (max-width: 767px) {
  footer .disclaimer-row .col-r {
    width: 100%;
    margin-bottom: 16px;
  }
}
footer .disclaimer-row .col-r a {
  position: relative;
  margin: 0 12px;
}
footer .disclaimer-row .col-r a:not(:last-child):after {
  position: absolute;
  right: -13px;
  content: "|";
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  footer .disclaimer-row .col-r a:first-child {
    margin-left: 0;
  }
}

.search-bar {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 66px;
  left: 0;
  background-color: #ffffff;
  border-top: 1px solid #E6E6E5;
  display: none;
}
@media screen and (min-width: 1200px) {
  .search-bar {
    display: none;
  }
}
.search-bar .search-field {
  border-bottom: 1px solid #E6E6E5;
}
.search-bar input {
  border: none;
  padding: 15px 45px;
  width: 100%;
  font-size: 0.9em;
  color: #707070;
}
@media screen and (max-width: 991px) {
  .search-bar input {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.search-bar input::-moz-placeholder {
  color: #c6c6c6;
}
.search-bar input::placeholder {
  color: #c6c6c6;
}
.search-bar .submit {
  border-bottom: 1px solid #E6E6E5;
  padding: 15px 15px;
}
.search-bar .submit button {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #ED6D00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
}/*# sourceMappingURL=layout.css.map */