.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 999;
  color: #333;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.4rem;
  opacity: 0.9;
  max-width: 100vw;
  /* height: 216px; */ }

.cookie .close,
#cookieModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  font-size: 20px; }

.cookie-btn {
  background: #138F3D;
  border-radius: 4px;
  color: white; }

.cookie .close:before,
.cookie .close:after,
#cookieModal .btn-close:before,
#cookieModal .btn-close:after {
  content: "";
  width: 3px;
  height: 30px;
  border-radius: 3px;
  background-color: #138F3D;
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%,-50%); */ }

.cookie .close:before,
#cookieModal .btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg); }

.cookie .close:after,
#cookieModal .btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.cookie .btn {
  font-size: 1.6rem; }

#cookieModal {
  font-size: 1.4rem; }

@media (min-width: 576px) {
  .cookie {
    text-align: center; } }

.fixed-box {
  position: absolute;
  z-index: 99;
  top: -44px;
  right: 0; }
  .fixed-box button.btn.btn-shoppinh {
    background-image: linear-gradient(180deg, #2bc270 0%, #138f3d 100%);
    border-radius: 10px 10px 0 0;
    font-family: NotoSansCJKtc-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    width: 150px;
    height: 45px; }
    .fixed-box button.btn.btn-shoppinh img {
      max-width: 28px; }
  .fixed-box button.btn.btn-take {
    background-image: linear-gradient(180deg, #c2e342 0%, #8fc31f 100%);
    border-radius: 10px 10px 0 0;
    font-family: NotoSansCJKtc-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    width: 150px;
    height: 45px; }
    .fixed-box button.btn.btn-take img {
      max-width: 28px; }
  .fixed-box button.btn.btn-consult {
    background-image: linear-gradient(180deg, #0045a2 0%, #002169 100%);
    border-radius: 10px 10px 0 0;
    font-family: NotoSansCJKtc-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    width: 150px;
    height: 45px; }
    .fixed-box button.btn.btn-consult img {
      max-width: 28px; }

@media (max-width: 992px) {
  .fixed-box {
    width: 100%;
    top: -43px; }
    .fixed-box button.btn.btn-shoppinh,
    .fixed-box button.btn.btn-take,
    .fixed-box button.btn.btn-consult {
      width: calc(50% - 0.15rem);
      height: 45px;
      font-size: 14px; } }

#banner, .official-box {
  background-position-x: 50%;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: white; }

a.btnicon,
a.unsetLink {
  color: unset;
  text-decoration: none; }

.privacy-policy,
.cookie-policy {
  cursor: pointer; }

a.dropdown-item {
  font-family: NotoSansCJKtc-Medium;
  font-size: 15px;
  color: #00205c;
  letter-spacing: 0;
  line-height: 35px; }
  a.dropdown-item span {
    font-family: NotoSansCJKtc-Regular; }

.official-box {
  padding-top: 80px; }
  .official-box .welcome {
    font-size: 36px;
    color: #138F3D;
    text-align: center; }
  .official-box .icon-box {
    max-width: 600px; }
  .official-box .text {
    letter-spacing: 0;
    text-align: center;
    font-family: NotoSansCJKtc-Medium;
    font-size: 18px; }
  .official-box .fb {
    cursor: pointer; }
    .official-box .fb .text {
      color: #1877f2; }
  .official-box .line {
    cursor: pointer; }
    .official-box .line .text {
      color: #06c755; }

@media (max-width: 992px) {
  .official-box {
    padding-top: 80px; }
    .official-box .welcome {
      font-size: 28px; } }

.title {
  font-family: NotoSansCJKtc-Bold, Noto Sans CJK TC;
  font-size: 3.6rem;
  color: #00205C;
  letter-spacing: 0; }

nav .logo-left img {
  max-width: 207px; }

nav .logo-right img {
  max-width: 194px; }

nav .nav-button img {
  max-width: 220px; }

.space {
  height: 90px; }

@media (max-width: 992px) {
  .space {
    height: 70px; }
  .title {
    font-size: 2.8rem; }
  nav .logo-left img {
    max-width: calc(100vw * (135 / 375)); }
  nav .nav-button img {
    max-width: calc(100vw * (100 / 375)); } }
