.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: #591c86;
  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: #591C86;
  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: -60px;
  right: 0; }
  .fixed-box button.btn.btn-shoppinh {
    background-image: linear-gradient(180deg, #cbafdc 0%, #9b77b6 100%);
    border-radius: 10px 10px 0 0;
    width: 200px;
    height: 60px;
    color: #00205c;
    font-size: 16px;
    font-family: NotoSansCJKtc-Medium;
    font-weight: 600; }
  .fixed-box button.btn.btn-take {
    background-image: linear-gradient(180deg, #f3ef62 0%, #e4da33 100%);
    border-radius: 10px 10px 0 0;
    width: 200px;
    height: 60px;
    color: #00205c;
    font-size: 16px; }

@media (max-width: 992px) {
  .fixed-box {
    width: 100%;
    top: -45px; }
    .fixed-box button.btn.btn-shoppinh {
      width: calc(50% - 0.5rem);
      height: 45px;
      font-size: 14px; }
    .fixed-box button.btn.btn-take {
      width: calc(50% - 0.5rem);
      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: #591c86;
    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; } }

.info-main {
  overflow-x: hidden; }
  .info-main img {
    max-width: 100%; }
  .info-main .banner01-box img {
    width: 100%; }
  .info-main .title {
    font-family: "NotoSansCJKtc-Bold";
    font-weight: 900;
    color: #591c86;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 40px; }
  .info-main .memo {
    font-family: "NotoSansCJKtc-Regular";
    font-size: 12px;
    color: #7b868c;
    letter-spacing: 0; }
    .info-main .memo.important {
      color: red; }
  .info-main .research-box .subtitle {
    font-family: "Noto Sans TC";
    font-size: 20px;
    color: #00205c;
    letter-spacing: 0; }
  .info-main .research-box .content {
    font-family: "auto";
    font-size: 16px;
    color: #000000;
    letter-spacing: 0; }
  .info-main .research-box .research-04 {
    width: calc(100% * 560 / 1060); }
  .info-main .research-box .info-img-box .info-img-left {
    width: calc(100% * 460 / 1160 - 10px);
    margin-right: 20px; }
  .info-main .research-box .info-img-box .info-img-right {
    width: calc(100% * 700 / 1160 - 10px); }

@media (max-width: 992px) {
  .info-main .title {
    font-size: 28px; }
  .info-main .research-box .subtitle {
    font-size: 16px; }
  .info-main .research-box .content {
    font-size: 14px; }
  .info-main .research-box .research-04 {
    width: auto; } }
