@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
html,
body {
  min-height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #414042;
  background-color: #FAF9F7;
  line-height: 140%;
  margin: 0 auto;
  position: relative;
  padding-top: 213px;
}
@media screen and (max-width: 1179px) {
  body {
    padding-top: 75px;
    overflow-x: hidden;
  }
}

html[lang=tc] body {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=tc] body select, html[lang=tc] body input, html[lang=tc] body textarea {
  font-family: "Noto Sans TC", sans-serif;
}

html[lang=sc] body {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=sc] body select, html[lang=sc] body input, html[lang=sc] body textarea {
  font-family: "Noto Sans SC", sans-serif;
}

select, input, textarea {
  font-family: "Noto Sans", sans-serif;
}

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

.row:before {
  display: none;
}

.row .col {
  float: none;
}

.container {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.container {
  position: relative;
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1180px) and (max-width: 1490px) {
  .container {
    padding-right: 150px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 32px;
  }
}

section {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #ffffff;
}
header.mobile-menu-show .mobile-menu {
  transform: translateX(0);
}
header.mobile-menu-show .bar .col-right .hamburger {
  position: relative;
  right: 39px;
  top: 24px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  header.mobile-menu-show .bar .col-right .hamburger {
    right: 4px;
  }
}
header.mobile-menu-show .bar .col-right .hamburger:before {
  opacity: 1;
  width: 100vh;
}
header .container {
  max-width: 1440px;
}
@media screen and (min-width: 992px) and (max-width: 1490px) {
  header .container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  header .container {
    padding: 0 16px;
  }
}
header .bar {
  padding: 32px 0;
}
@media screen and (max-width: 1179px) {
  header .bar {
    padding: 16px 0;
  }
}
header .bar .row-t {
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1180px) {
  header .bar .row-t {
    border-bottom: 1px solid rgba(88, 89, 91, 0.3);
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1179px) {
  header .bar .col-logo img {
    width: 200px;
  }
}
header .bar .col-logo a {
  display: inline-block;
}
header .bar .col-logo a:hover {
  opacity: 1;
}
header .bar .col-right {
  font-size: 1.25em;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 1179px) {
  header .bar .col-right > div:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1180px) {
  header .bar .col-right .search:after, header .bar .col-right .lang:after, header .bar .col-right .accessbility:after {
    content: "|";
    margin: 0 14px;
    display: inline-block;
  }
}
@media screen and (min-width: 1180px) and (min-width: 992px) and (max-width: 1439px) {
  header .bar .col-right .search:after, header .bar .col-right .lang:after, header .bar .col-right .accessbility:after {
    margin: 0 10px;
  }
}
header .bar .col-right .search {
  display: flex;
  align-items: center;
}
header .bar .col-right .search .icon {
  cursor: pointer;
  background-image: url("../img/icon/magnifier.svg");
  width: 24px;
  height: 24px;
  padding: 4px;
  background-size: contain;
}
@media screen and (max-width: 1179px) {
  header .bar .col-right .search .icon {
    width: 40px;
    height: 40px;
  }
}
header .bar .col-right .lang {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1179px) {
  header .bar .col-right .lang {
    display: none;
  }
}
header .bar .col-right .lang a {
  border-radius: 8px;
  padding: 8px;
}
header .bar .col-right .lang a:not(:last-child) {
  margin-right: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  header .bar .col-right .lang a:not(:last-child) {
    margin-right: 12px;
  }
}
header .bar .col-right .lang .active {
  color: #ffffff;
  background-color: #414042;
}
header .bar .col-right .accessbility {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1179px) {
  header .bar .col-right .accessbility {
    display: none;
  }
}
header .bar .col-right .accessbility a:not(:last-child) {
  margin-right: 23px;
}
header .bar .col-right .accessbility img {
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  header .bar .col-right .system {
    max-width: 280px;
  }
}
@media screen and (max-width: 1179px) {
  header .bar .col-right .system {
    display: none;
  }
}
header .bar .col-right .system a {
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #58595B;
  display: flex;
  align-items: center;
}
header .bar .col-right .system a:before {
  content: "";
  background-image: url("../img/icon/system.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-right: 4px;
  flex-shrink: 0;
}
header .bar .col-right .hamburger {
  position: relative;
  border-radius: 12px 0px;
  background-color: #414042;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1180px) {
  header .bar .col-right .hamburger {
    display: none;
  }
}
header .bar .col-right .hamburger:before {
  content: "";
  background-color: #414042;
  position: absolute;
  top: -24px;
  left: -32px;
  width: 0;
  height: 80px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .bar .col-right .hamburger.active .line {
  width: 28px;
}
header .bar .col-right .hamburger.active .line:first-child {
  top: 11px;
  transform: rotate(-135deg) translate(-1px, -13px);
}
header .bar .col-right .hamburger.active .line:nth-child(2) {
  width: 0;
}
header .bar .col-right .hamburger.active .line:last-child {
  top: 27px;
  transform: rotate(135deg) translate(2px, 10px);
}
header .bar .col-right .hamburger .line {
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 20px;
  border-radius: 2px;
  left: 10px;
  transition: all 0.3s ease-in-out;
}
header .bar .col-right .hamburger .line:first-child {
  top: 11px;
  transition-delay: 0.1s;
}
header .bar .col-right .hamburger .line:nth-child(2) {
  top: 19px;
}
header .bar .col-right .hamburger .line:last-child {
  top: 27px;
  transition-delay: 0.1s;
}
header .bar .row-b {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.25em;
  font-weight: 500;
  padding-top: 16px;
}
@media screen and (max-width: 1179px) {
  header .bar .row-b {
    display: none;
  }
}
header .bar .row-b > div {
  position: relative;
  margin-right: 14px;
}
header .bar .row-b > div:nth-last-child(2), header .bar .row-b > div:last-child {
  margin-right: 0;
}
header .bar .row-b .hv-sub:hover > a:after {
  width: 100% !important;
  opacity: 1;
}
header .bar .row-b .hv-sub:hover > .dropdown-menu {
  display: block;
}
header .bar .row-b .hv-sub > a {
  padding-right: 30px;
}
header .bar .row-b .hv-sub > a:hover:before, header .bar .row-b .hv-sub > a.active:before {
  width: 30px;
}
header .bar .row-b .hv-sub > a:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/icon/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: 0;
  top: 8px;
  left: auto;
  opacity: 1;
  background-color: transparent;
}
header .bar .row-b .hv-sub.support .dropdown-menu .subhead:before {
  background-color: #E2D21C;
}
header .bar .row-b a {
  position: relative;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
header .bar .row-b a:hover, header .bar .row-b a.active {
  opacity: 1;
}
header .bar .row-b a:hover:after, header .bar .row-b a.active:after {
  opacity: 1;
  width: 100%;
}
header .bar .row-b a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #414042;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
header .bar .row-b .dropdown-menu {
  display: none;
  position: absolute;
  top: 33px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  border-radius: 0px 0px 40px 40px;
  max-width: 1000px;
  width: 80vw;
  right: 0;
  transform: translate(30vw);
}
header .bar .row-b .dropdown-menu .col:not(:last-child) {
  padding-right: 50px;
  border-right: 2px solid #F4F4F4;
}
header .bar .row-b .dropdown-menu .col:not(:first-child) {
  padding-left: 50px;
}
header .bar .row-b .dropdown-menu .subhead {
  position: relative;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 19px;
  padding-bottom: 16px;
}
header .bar .row-b .dropdown-menu .subhead:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2.5px 0;
  background-color: #E52D5E;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}
header .bar .row-b .dropdown-menu a {
  padding: 0;
}
header .bar .row-b .dropdown-menu a:after {
  display: none;
}
header .bar .row-b .dropdown-menu a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
header .bar .row-b .dropdown-menu ul {
  list-style-type: none;
  padding-left: 20px;
  font-size: 0.8em;
}
header .bar .row-b .dropdown-menu ul li:not(:last-child) {
  margin-bottom: 16px;
}
header .bar .row-b .member:hover ul {
  display: block;
}
header .bar .row-b .member:before {
  content: "";
  position: relative;
  top: 7px;
  width: 1px;
  height: 32px;
  background-color: #414042;
  display: inline-block;
  margin: 0 28px;
}
header .bar .row-b .member .name {
  position: relative;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
header .bar .row-b .member .name > span {
  color: #0C8295;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}
header .bar .row-b .member .name:hover ul {
  display: block;
}
header .bar .row-b .member .name:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/icon/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  right: 0;
  top: 5px;
  left: auto;
  opacity: 1;
  background-color: transparent;
}
header .bar .row-b .member .name ul {
  position: absolute;
  top: 33px;
  list-style-type: none;
  padding-left: 24px;
  margin-top: 6px;
  display: none;
}
header .bar .row-b .member .name ul li {
  margin-bottom: 4px;
}
header .bar .row-b .member .name ul a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #ffffff;
  border-radius: 16px 0px 16px 16px;
  border: 1px solid #414042;
  letter-spacing: 0.4px;
  line-height: 2;
  font-weight: 500;
  color: #58595B;
  min-width: 200px;
}
header .bar .row-b .member .name ul a:hover span {
  opacity: 0.8;
}
header .bar .row-b .member .name ul a span {
  transition: all 0.3s ease-in-out;
}
header .bar .row-b .member .name ul a:after {
  display: none;
}
header .bar .row-b .member .btn-login {
  display: inline-block;
  padding: 11px 16px;
  color: #ffffff;
  background-color: #0C8295;
  border-radius: 8px;
  font-weight: 500;
}
header .bar .row-b .member .btn-login:after {
  display: none;
}
header .mobile-menu {
  overflow: auto;
  background-color: #414042;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}
header .mobile-menu .wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .mobile-menu .col-t {
  padding: 84px 0 0 0;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 500;
  height: calc(100vh - 91px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .mobile-menu .col-t::-webkit-scrollbar {
  width: 0;
}
header .mobile-menu .col-t ul {
  list-style-type: none;
}
header .mobile-menu .col-t ul a {
  display: block;
  position: relative;
}
header .mobile-menu .col-t ul a span {
  line-height: 1.2;
}
header .mobile-menu .col-t ul a.active span {
  padding: 8px 0;
  position: relative;
  display: inline-block;
}
header .mobile-menu .col-t ul a.active span:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
header .mobile-menu .col-t ul > li.hv-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mobile-menu .col-t ul > li.hv-sub .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
header .mobile-menu .col-t ul > li.hv-sub .arrow:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/icon/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  width: 100%;
  height: 100%;
  right: 0;
  top: 5px;
  left: auto;
  opacity: 1;
  background-color: transparent;
  transform: rotate(-90deg);
}
header .mobile-menu .col-t ul > li.hv-sub.active > a {
  margin-bottom: 14px;
}
header .mobile-menu .col-t ul > li.hv-sub.active > a:after {
  transform: scaleY(-1);
}
header .mobile-menu .col-t ul > li > a {
  margin-bottom: 12px;
  padding: 8px 0;
}
header .mobile-menu .col-t ul > li ul {
  padding-left: 20px;
}
header .mobile-menu .col-t ul > li ul li:last-child a {
  margin-bottom: 24px;
}
header .mobile-menu .col-t ul > li ul li a {
  margin-bottom: 10px;
}
header .mobile-menu .col-t ul ul {
  display: none;
}
header .mobile-menu .col-t .setting {
  padding-top: 40px;
}
header .mobile-menu .col-t .setting .title {
  position: relative;
  font-weight: 500;
  letter-spacing: 1.4px;
  padding: 8px 0;
  margin-bottom: 16px;
  cursor: pointer;
}
header .mobile-menu .col-t .setting .title:after {
  content: "";
  display: block;
  background-image: url("../img/icon/chevron-down.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(-90deg);
}
header .mobile-menu .col-t .setting .lang {
  display: flex;
  justify-content: space-between;
}
header .mobile-menu .col-t .setting .lang .current {
  color: #ACACAC;
}
header .mobile-menu .col-t .setting .lang:after {
  display: none;
}
header .mobile-menu .col-t .sec-member-info {
  padding-bottom: 24px;
  border-bottom: 1px solid #58595B;
  margin-bottom: 24px;
}
header .mobile-menu .col-t .sec-member-info .name {
  text-align: center;
  margin-bottom: 20px;
}
header .mobile-menu .col-t .sec-member-info .btn-container {
  display: flex;
  justify-content: center;
}
header .mobile-menu .col-t .sec-member-info .btn-container .com-btn {
  font-size: 0.7em;
  line-height: 1.71;
  letter-spacing: 0.7px;
  padding: 8px 16px;
  width: calc((100% - 40px) / 2);
}
header .mobile-menu .col-t .sec-member-info .btn-container .com-btn:first-child {
  background-color: #ffffff;
  color: #414042;
  margin-right: 40px;
}
header .mobile-menu .col-t .sec-member-info .btn-container .com-btn:last-child {
  color: #ffffff;
  background-color: #58595B;
}
header .mobile-menu .col-t .login-menu {
  margin-bottom: 20px;
}
header .mobile-menu .col-t .login-menu .btn-container {
  margin-top: 24px;
  margin-bottom: 24px;
}
header .mobile-menu .col-t .login-menu .com-btn {
  background-color: #45B2C3;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
}
header .mobile-menu .col-t .login-menu .com-btn:hover {
  color: #ffffff;
}
header .mobile-menu .col-t .login-menu .no-acc {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  text-decoration: underline;
  text-align: center;
}
header .mobile-menu .col-link {
  padding-top: 16px;
  border-top: 1px solid #58595B;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 24px;
  position: fixed;
  bottom: 0;
  left: 32px;
  width: calc(100% - 64px);
}
header .mobile-menu .col-link a {
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
header .mobile-menu .col-link a:before {
  content: "";
  background-image: url("../img/icon/system.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}
header .search-panel {
  display: none;
}
header .search-panel.active .panel {
  transform: translateX(0);
  height: 100vh;
}
header .search-panel .bg {
  overflow: auto;
  background-color: #414042;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(65, 64, 66, 0.9);
  display: flex;
  justify-content: flex-end;
}
header .search-panel .panel {
  background-color: #ffffff;
  padding: 48px 56px 0;
  max-width: 720px;
  width: 60vw;
  height: 100%;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel {
    width: 100vw;
    padding: 48px 32px;
  }
}
header .search-panel .panel .btn-close {
  width: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .search-panel .panel .btn-close:hover {
  transform: rotate(90deg);
}
header .search-panel .panel .btn-close img {
  width: 100%;
}
header .search-panel .panel .form-group {
  margin-top: 48px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .form-group {
    margin-top: 40px;
    flex-direction: column;
  }
}
header .search-panel .panel .form-group input {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 40px;
  border-radius: 8px;
  border: 1px solid rgba(88, 89, 91, 0.5);
  padding: 12px 60px 12px 16px;
  font-size: 1em;
  line-height: 1.75;
  letter-spacing: 0.48px;
  background-image: url("../img/icon/magnifier.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .form-group input {
    padding: 8px 80px 8px 16px;
    margin-right: 0;
    width: 100%;
  }
}
header .search-panel .panel .form-group input::-moz-placeholder {
  color: rgba(77, 77, 77, 0.7);
}
header .search-panel .panel .form-group input::placeholder {
  color: rgba(77, 77, 77, 0.7);
}
header .search-panel .panel .form-group button {
  cursor: pointer;
}
header .search-panel .panel .form-group .btn-container {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .form-group .btn-container {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .form-group .btn-container .com-btn {
    width: 100%;
    border-radius: 8px;
  }
}
header .search-panel .panel .hot-search .title {
  line-height: 1.75;
  letter-spacing: 0.48px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(65, 64, 66, 0.3);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .hot-search .title {
    margin-bottom: 16px;
  }
}
header .search-panel .panel .hot-search .result a {
  display: block;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .hot-search .result a {
    line-height: 1.4;
  }
}
header .search-panel .panel .hot-search .result a:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  header .search-panel .panel .hot-search .result a:not(:last-child) {
    margin-bottom: 28px;
  }
}
header .search-panel .panel .search-result {
  height: calc(100vh - 290px);
  overflow: auto;
}
header .search-panel .panel .search-result::-webkit-scrollbar {
  width: 4px;
}
header .search-panel .panel .search-result::-webkit-scrollbar-track {
  background: transparent;
}
header .search-panel .panel .search-result::-webkit-scrollbar-thumb {
  background: rgba(88, 89, 91, 0.4);
}
header .search-panel .panel .search-result .title-row {
  border-bottom: 1px solid rgba(65, 64, 66, 0.3);
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.48px;
  line-height: 1.75;
}
header .search-panel .panel .search-result .item {
  padding: 16px 0;
  margin-bottom: 20px;
}
header .search-panel .panel .search-result .item .title {
  margin-bottom: 4px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
}
header .search-panel .panel .search-result .item .link {
  color: #0C8295;
  font-size: 0.875em;
  line-height: 1.71;
  letter-spacing: 0.42px;
  margin-bottom: 8px;
}
header .search-panel .panel .search-result .item .desc {
  font-size: 0.875em;
  color: #58595B;
  line-height: 1.71;
  letter-spacing: 0.42px;
}
header .second-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 91px);
  background-color: #414042;
  padding: 48px 16px 24px 16px;
  color: #ffffff;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
header .second-layer::-webkit-scrollbar {
  display: none;
}
header .second-layer.active {
  transform: translateX(0);
}
header .second-layer .listing ul {
  list-style-type: none;
}
header .second-layer .listing ul a {
  display: block;
  position: relative;
}
header .second-layer .listing ul a span {
  line-height: 1.2;
}
header .second-layer .listing ul a.active span {
  padding: 8px 0;
  position: relative;
  display: inline-block;
}
header .second-layer .listing ul a.active span:after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
header .second-layer .listing ul > li.hv-sub .title {
  width: 100%;
}
header .second-layer .listing ul > li.hv-sub .arrow {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
header .second-layer .listing ul > li.hv-sub .arrow:before {
  content: "";
  display: block;
  background-image: url("../img/icon/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: rotate(-90deg);
}
header .second-layer .listing ul > li.hv-sub .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
}
header .second-layer .listing ul > li.hv-sub.active .title {
  border-bottom: 1px solid #ffffff;
}
header .second-layer .listing ul > li.hv-sub.active .arrow:before {
  transform: scaleX(-1);
}
header .second-layer .listing ul > li .title {
  margin-bottom: 12px;
  padding: 8px 0;
}
header .second-layer .listing ul > li ul {
  padding-left: 20px;
}
header .second-layer .listing ul > li ul li:last-child a {
  margin-bottom: 24px;
}
header .second-layer .listing ul > li ul li a {
  margin-bottom: 10px;
}
header .second-layer .listing ul ul {
  display: none;
  padding-left: 0 !important;
  margin-bottom: 24px;
}
header .second-layer .listing ul ul li {
  padding: 8px 8px 8px 26px;
}
header .second-layer .listing ul ul li a {
  position: relative;
  font-size: 1.125em;
  margin-bottom: 0 !important;
}
header .second-layer .listing ul ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 2.5px 0;
}
header .second-layer .btn-back {
  margin-bottom: 43px;
}
header .second-layer .btn-back a {
  display: inline-flex;
  align-items: center;
  color: #D9D9D9;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.9px;
}
header .second-layer .btn-back a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/chevron-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-right: 8px;
}
header .second-layer#setting ul li {
  padding-bottom: 20px;
}
header .second-layer#setting ul li.current a {
  color: #45B2C3;
  cursor: default;
}
header .second-layer#setting ul li.current a span {
  position: relative;
  padding-right: 40px;
  display: block;
}
header .second-layer#setting ul li.current a span:after {
  content: "";
  background-image: url("../img/icon/checked.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 0;
}
header .second-layer#setting .fontSize ul li:first-child a {
  font-size: 16px;
}
header .second-layer#setting .fontSize ul li:nth-child(2) a {
  font-size: 18px;
}
header .second-layer#setting .fontSize ul li:nth-child(3) a {
  font-size: 21px;
}
header #scheme-detail.second-layer .listing ul ul li a:before {
  background-color: #E52D5E;
}
header #industry-support.second-layer .listing ul ul li a:before {
  background-color: #E2D21C;
}

footer {
  position: relative;
  background-color: #E7E6E5;
}
footer .btn-scroll-top {
  position: absolute;
  left: -74px;
  top: -80px;
  background-color: #0C8295;
  border-radius: 40px 0 40px 40px;
  color: #ffffff;
  font-size: 1.25em;
  padding: 52px 38px 36px 20px;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 78px;
}
@media screen and (min-width: 992px) and (max-width: 1359px) {
  footer .btn-scroll-top {
    right: 0;
    top: -150px;
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  footer .btn-scroll-top {
    top: -12px;
    left: auto;
    right: 32px;
    padding: 38px 24px 24px 16px;
    width: 54px;
  }
}
footer .btn-scroll-top:hover {
  background-color: #0a6d7d;
}
footer .btn-scroll-top:hover .line:after {
  transform: translateY(-110px);
}
@media screen and (max-width: 991px) {
  footer .btn-scroll-top:hover .line:after {
    transform: translateY(-64px);
  }
}
footer .btn-scroll-top .txt {
  display: block;
}
@media screen and (max-width: 991px) {
  footer .btn-scroll-top .txt {
    font-size: 0.7em;
  }
}
footer .btn-scroll-top .line {
  position: absolute;
  right: 18px;
  top: 24px;
  width: 2px;
  height: 110px;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  footer .btn-scroll-top .line {
    width: 1px;
    height: 64px;
    right: 16px;
    top: 25px;
  }
}
footer .btn-scroll-top .line:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  left: -4px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  footer .btn-scroll-top .line:after {
    width: 5px;
    height: 5px;
    bottom: -2px;
    left: -2px;
  }
}
footer .wrap {
  padding: 48px 0 65px;
}
@media screen and (min-width: 992px) {
  footer .wrap {
    margin-right: -22px;
  }
}
footer .row-contact {
  padding-bottom: 44px;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 991px) {
  footer .row-contact {
    padding-bottom: 24px;
  }
}
footer .row-contact h3 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  footer .row-contact h3 {
    font-size: 1.5em;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  footer .row-contact .row {
    flex-direction: column;
  }
}
footer .row-contact .col-contact {
  width: calc(100% - 185px);
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  footer .row-contact .col-contact {
    padding-right: 100px;
    width: 100%;
  }
}
footer .row-contact .col-contact .item {
  display: inline-flex;
  font-size: 1.25em;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  footer .row-contact .col-contact .item {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
  }
}
footer .row-contact .col-contact .item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px;
  margin-right: 12px;
}
footer .row-contact .col-contact .item.item-tel {
  width: 100%;
}
footer .row-contact .col-contact .item.item-tel:before {
  background-image: url("../img/icon/phone.svg");
}
footer .row-contact .col-contact .item.item-fax:before {
  background-image: url("../img/icon/fax.svg");
}
footer .row-contact .col-contact .item.item-mail:before {
  background-image: url("../img/icon/mail.svg");
}
footer .row-contact .col-contact .item.item-website:before {
  background-image: url("../img/icon/website.svg");
}
footer .row-contact .col-contact .item.item-address:before {
  background-image: url("../img/icon/pin.svg");
}
footer .row-contact .col-subscribe {
  width: 185px;
}
@media screen and (max-width: 991px) {
  footer .row-contact .col-subscribe {
    margin-top: 30px;
  }
}
footer .row-contact .col-subscribe .social {
  display: flex;
  align-items: center;
}
footer .row-contact .col-subscribe .social a:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  footer .row-contact .col-subscribe .social a:not(:last-child) {
    margin-right: 40px;
  }
}
footer .row-contact .col-subscribe .social a img {
  display: block;
}
footer .row-bottom {
  padding-top: 44px;
}
@media screen and (max-width: 991px) {
  footer .row-bottom {
    padding-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  footer .row-bottom .row {
    flex-direction: column-reverse;
  }
}
footer .row-bottom .col-disclaimer {
  width: 44%;
  letter-spacing: 0.32px;
  font-weight: 500;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  footer .row-bottom .col-disclaimer {
    width: 100%;
    padding-right: 0;
  }
}
footer .row-bottom .col-disclaimer .links {
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  footer .row-bottom .col-disclaimer .links {
    margin-bottom: 16px;
  }
}
footer .row-bottom .col-disclaimer .links a:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 12px;
}
footer .row-bottom .col-logo {
  width: 56%;
  display: flex;
  align-items: center;
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer .row-bottom .col-logo {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
footer .row-bottom .col-logo span {
  display: inline-block;
  margin-bottom: 10px;
}
footer .row-bottom .col-logo span:not(:last-child) {
  margin-right: 24px;
}

html[lang=tc] .btn-scroll-top .txt {
  display: block;
  width: 20px;
  line-height: 1.4;
  word-break: break-word;
}/*# sourceMappingURL=layout.css.map */
