@charset "UTF-8";
/* noto-sans-tc-100 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-100.woff2") format("woff2");
}
/* noto-sans-tc-200 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-200.woff2") format("woff2");
}
/* noto-sans-tc-300 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-300.woff2") format("woff2");
}
/* noto-sans-tc-regular - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-regular.woff2") format("woff2");
}
/* noto-sans-tc-500 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-500.woff2") format("woff2");
}
/* noto-sans-tc-600 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-600.woff2") format("woff2");
}
/* noto-sans-tc-700 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-700.woff2") format("woff2");
}
/* noto-sans-tc-800 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 800;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-800.woff2") format("woff2");
}
/* noto-sans-tc-900 - chinese-traditional */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans TC") url("../fonts/noto-sans-tc-v37-chinese-traditional-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Mono") url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  src: local("IBM Plex Mono") url("../fonts/IBMPlexMono-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  src: local("IBM Plex Mono") url("../fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2");
}
/**
 * * 往上適應
 * * 引用方式: +media-up($breakpoint-value)
 * */
/**
 * * 往上適應
 * * 引用方式: +media-up-num(自訂數值)
 * */
/**
 * * 往下適應
 * * 引用方式: +media-down($breakpoint-value)
 * */
/**
 * * 往下適應
 * * 引用方式: +media-up-num(自訂數值)
 * */
/**
 * * 範圍內適應
 * * 引用方式: +media-between($lower-breakpoint, $upper-breakpoint)
 * */
/**
 * * 引用方式: +lh(15,22) 前面放 line-height 的 px 值, 後面放 font-size 的 px 值（計算）
 * */
/**
 * * 引用方式: +ls(15,22) 前面放 letter-spacing 的 px 值, 後面放 font-size 的 px 值（計算）
 * */
/*  ===== firefox font weight bold 統一設定為 normal (firefox 在小字為粗體的時候會過粗) ===== */
/**
 * * margin
 * * 引用方式: +mb(15,22) 前面放 margin 的 px 值, 後面放 font-size 的 px 值
 * */
/**
 * * padding
 * * 引用方式: +pb(15,22) 前面放 padding 的 px 值, 後面放 font-size 的 px 值
 * */
:root {
  scroll-behavior: initial;
}

*:focus, *:active, *:visited,
*::before:focus,
*::before:active,
*::before:visited,
*::after:focus,
*::after:active,
*::after:visited {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

noscript {
  position: absolute;
  top: 0;
  z-index: 9999;
}

body {
  overflow-x: hidden;
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
  display: none;
}
body::-webkit-scrollbar-track {
  background-color: #464444;
  border: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: #D70C18;
  border: 0;
  cursor: pointer;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #D70C18;
}
@-moz-document url-prefix() {
  body {
    scrollbar-width: thin;
    scrollbar-color: #D70C18 #464444;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
a:hover {
  color: currentColor;
}
a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}
button:active, button:hover, button:visited, button:focus {
  outline: 0;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

ul, ol {
  padding: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

p, label {
  margin-bottom: 0;
}

textarea {
  resize: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
}
input:active, input:hover, input:visited, input:focus, select:active, select:hover, select:visited, select:focus, textarea:active, textarea:hover, textarea:visited, textarea:focus {
  outline: 0;
}

input[type=submit], [type=date], [type=checkbox] {
  cursor: pointer;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.u-link-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-pointer {
  cursor: pointer;
}

.u-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.u-sr-only {
  outline: #D70C18 auto 5px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.u-sr-only:focus {
  width: auto;
  height: auto;
  visibility: visible;
}

.u-img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.u-img-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.u-bg-cover {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.u-16x9 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.u-16x9 > * {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}

.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@font-face {
  font-family: "DM Sans";
  src: local("DM Sans"), local("DMSans"), url("../fonts/DM_Sans/DMSans-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: local("DM Sans Italic"), local("DMSans-Italic"), url("../fonts/DM_Sans/DMSans-Italic-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: local("Noto Sans TC Light"), local("NotoSansTC-Light"), url("../fonts/Noto_Sans_TC/noto-sans-tc-v37-chinese-traditional-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: local("Noto Sans TC"), local("NotoSansTC-Regular"), url("../fonts/Noto_Sans_TC/noto-sans-tc-v37-chinese-traditional-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: local("Noto Sans TC Medium"), local("NotoSansTC-Medium"), url("../fonts/Noto_Sans_TC/noto-sans-tc-v37-chinese-traditional-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: local("Noto Sans TC Bold"), local("NotoSansTC-Bold"), url("../fonts/Noto_Sans_TC/noto-sans-tc-v37-chinese-traditional-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "DM Sans", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.fixed {
  overflow: hidden;
}
@media (max-width: 768.98px) {
  body [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
body header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
body .pc {
  display: none !important;
}
@media (min-width: 769px) {
  body .pc {
    display: block !important;
  }
}
body .mb {
  display: block !important;
}
@media (min-width: 769px) {
  body .mb {
    display: none !important;
  }
}
body h2 {
  font-family: "Noto Sans TC";
}
body main {
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
}
body main .body-bg {
  background-image: url("./../images/bg.jpg");
  background-size: cover;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main .menu {
  position: fixed;
  top: 53px;
  left: 0;
  z-index: 10;
  width: 100%;
}
body main .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
  max-width: 100vw;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body main .menu ul li {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 900;
  min-width: 70px;
  width: 25%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  text-align: center;
}
body main .menu ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body main .menu ul li.active {
  background-color: #fff;
  color: #000;
}
@media (min-width: 769px) {
  body main .menu {
    position: fixed;
    top: 50%;
    left: 0;
    width: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body main .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  body main .menu ul li {
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    min-width: unset;
    width: 60px;
  }
}
@media (min-width: 769px) and (min-width: 1620px) {
  body main .menu ul li {
    font-size: 21px;
    width: 100px;
    padding: 7.5px 15px;
    line-height: 25px;
  }
}
@media (min-width: 769px) {
  body main .menu ul li.active {
    background-color: #fff;
    color: #000;
  }
}
body main .fixed-button-join {
  position: fixed;
  bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  border-radius: 30px;
  color: #fff;
  padding: 14px 16px;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
  width: 75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  word-break: keep-all;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 50%;
  font-weight: 900;
}
@media (min-width: 769px) {
  body main .fixed-button-join {
    padding: 17px 69px;
    text-align: unset;
    width: unset;
  }
  body main .fixed-button-join:hover {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
}
@media (min-width: 1620px) {
  body main .fixed-button-join {
    padding: 22.5px 91.5px;
    border-radius: 50px;
    font-size: 30px;
    bottom: 30px;
  }
}
body main .fixed-button-guidelines {
  position: fixed;
  bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  border-radius: 30px;
  color: #fff;
  padding: 14px 16px;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  width: 75px;
  left: calc(50% - 172px);
  word-break: keep-all;
  font-weight: 900;
}
body main .fixed-button {
  position: fixed;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 10;
  bottom: -50%;
  -webkit-transition: 1s;
  transition: 1s;
  word-break: keep-all;
  cursor: pointer;
}
body main .fixed-button.active {
  bottom: 80px;
}
@media (min-width: 769px) {
  body main .fixed-button {
    gap: 20px;
    right: 20px;
  }
  body main .fixed-button.active {
    bottom: 20px;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button {
    gap: 25px;
  }
}
body main .fixed-button .amount {
  width: 85px;
  height: 85px;
  gap: 3px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  body main .fixed-button .amount {
    width: 105px;
    height: 105px;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .amount {
    width: 157px;
    height: 157px;
  }
}
body main .fixed-button .amount img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main .fixed-button .amount p {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
@media (min-width: 769px) {
  body main .fixed-button .amount p {
    font-size: 14px;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .amount p {
    font-size: 21px;
  }
}
body main .fixed-button .amount span {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}
@media (min-width: 769px) {
  body main .fixed-button .amount span {
    font-size: 24px;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .amount span {
    font-size: 36px;
  }
}
body main .fixed-button .share {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  bottom: 20px;
  left: calc(50% + 65px);
  -webkit-transform: translate();
          transform: translate();
  width: 75px;
  height: unset;
  padding: 14px 16px;
}
@media (min-width: 769px) {
  body main .fixed-button .share {
    width: 90px;
    height: 90px;
    padding: 0;
    border-radius: 50%;
    position: relative;
    left: unset;
    bottom: unset;
  }
  body main .fixed-button .share:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .share {
    width: 135px;
    height: 135px;
  }
}
body main .fixed-button .share img {
  width: 80px;
  -webkit-transform: rotate(0deg) translateX(-50%);
          transform: rotate(0deg) translateX(-50%);
  position: absolute;
  top: -25px;
  left: 50%;
  display: none;
}
@media (min-width: 769px) {
  body main .fixed-button .share img {
    display: block;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .share img {
    width: 130px;
    top: -35px;
    left: 52%;
  }
}
body main .fixed-button .share p {
  color: #fff;
  text-align: center;
}
body main .fixed-button .share p.zh {
  font-size: 16px;
  ine-height: 1;
  font-weight: 900;
}
@media (min-width: 769px) {
  body main .fixed-button .share p.zh {
    font-size: 20px;
    ine-height: 1.2;
    font-weight: 700;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .share p.zh {
    font-size: 27px;
    line-height: 32px;
  }
}
body main .fixed-button .share p.en {
  font-size: 10px;
  ine-height: 1.2;
}
@media (min-width: 769px) {
  body main .fixed-button .share p.en {
    margin-top: 3px;
    font-size: 12px;
  }
}
@media (min-width: 1620px) {
  body main .fixed-button .share p.en {
    font-size: 18px;
    line-height: 18px;
  }
}
body section {
  position: relative;
}
body section.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 750px;
}
@media (min-width: 992px) {
  body section.hero {
    min-height: calc(100vh - 60px);
  }
}
@media (min-width: 1620px) {
  body section.hero {
    min-height: calc(100vh - 100px);
  }
}
body section.hero .container {
  max-width: 820px;
  margin: 0px auto;
  text-align: center;
}
@media (min-width: 769px) {
  body section.hero .container {
    padding: 0 0 8% 0;
  }
}
@media (min-width: 1620px) {
  body section.hero .container {
    max-width: 1228px;
    padding: 0 0 0% 0;
  }
}
body section.hero .container .item {
  position: relative;
  z-index: 2;
}
body section.hero .container .item .title {
  width: 100%;
}
body section.hero .container .item .subtitle {
  width: 100%;
  max-width: 300px;
  margin: -30px auto;
}
@media (min-width: 576px) {
  body section.hero .container .item .subtitle {
    margin: -34px auto;
  }
}
@media (min-width: 1620px) {
  body section.hero .container .item .subtitle {
    max-width: 447px;
  }
}
body section.hero .container .item ul {
  display: inline-block;
  margin-top: 30px;
  text-align: left;
}
@media (min-width: 769px) {
  body section.hero .container .item ul {
    margin-top: 50px;
  }
}
body section.hero .container .item ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body section.hero .container .item ul li + li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1620px) {
  body section.hero .container .item ul li {
    padding: 12px 10px;
    font-size: 21px;
  }
}
body section.hero .aurora_1 {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0px;
  right: -15%;
}
@media (min-width: 992px) {
  body section.hero .aurora_1 {
    width: 69.7vw;
    top: -28%;
    right: -15%;
  }
}
body section.hero .aurora_2 {
  position: absolute;
  z-index: 1;
  width: 300%;
  right: -10%;
  bottom: 15%;
}
@media (min-width: 992px) {
  body section.hero .aurora_2 {
    width: 58.8vw;
    right: -10%;
    top: 46%;
    bottom: unset;
  }
}
body section.hero .castle {
  z-index: -1;
  max-width: 60vw;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
}
@media (min-width: 576px) {
  body section.hero .castle {
    max-width: 60vw;
  }
}
@media (min-width: 992px) {
  body section.hero .castle {
    z-index: 0;
    position: absolute;
    width: 43.8vw;
    right: -8%;
    top: 5%;
    margin: unset;
  }
}
@media (min-width: 1620px) {
  body section.hero .castle {
    width: 50.2vw;
    right: -15%;
    top: 5%;
  }
}
body section.hero .castle.active {
  -webkit-animation: castle 10s ease-in-out infinite alternate;
          animation: castle 10s ease-in-out infinite alternate;
}
@-webkit-keyframes castle {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes castle {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body section.hero .dogAirplane {
  position: absolute;
  z-index: 1;
  max-width: 150px;
  width: 100%;
  left: 10%;
  bottom: 15%;
}
@media (min-width: 576px) {
  body section.hero .dogAirplane {
    bottom: 5%;
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  body section.hero .dogAirplane {
    position: absolute;
    z-index: 1;
    max-width: 150px;
    width: 100%;
    left: 0%;
    bottom: 5%;
    max-width: 20vw;
    width: 100%;
    left: calc(50vw - 40%);
    top: 45%;
    bottom: unset;
  }
}
@media (min-width: 1620px) {
  body section.hero .dogAirplane {
    max-width: 483px;
    left: calc(50vw - 47%);
  }
}
body section.hero .dogAirplane.active {
  -webkit-animation: dogAirplane 3s ease-in-out infinite alternate;
          animation: dogAirplane 3s ease-in-out infinite alternate;
}
@-webkit-keyframes dogAirplane {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-5px) rotate(-3deg);
            transform: translateY(-20px) translateX(-5px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes dogAirplane {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-5px) rotate(-3deg);
            transform: translateY(-20px) translateX(-5px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
body section.foreword {
  padding: 100px 20px 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (min-width: 769px) {
  body section.foreword {
    padding: 230px 20px 100px;
  }
}
body section.foreword .container {
  text-align: center;
  display: inline-block;
  margin: auto;
  max-width: unset;
  position: relative;
  width: unset;
}
body section.foreword .container .item p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  body section.foreword .container .item p {
    font-size: 18px;
  }
}
@media (min-width: 1620px) {
  body section.foreword .container .item p {
    font-size: 27px;
  }
}
body section.foreword .container .item p span.span_1 {
  font-size: 32px;
  color: #D70C18;
  line-height: 1;
}
@media (min-width: 769px) {
  body section.foreword .container .item p span.span_1 {
    font-size: 36px;
  }
}
@media (min-width: 1620px) {
  body section.foreword .container .item p span.span_1 {
    font-size: 54px;
  }
}
body section.foreword .container .item p span.span_2 {
  font-size: 20px;
  color: #F2056C;
}
@media (min-width: 769px) {
  body section.foreword .container .item p span.span_2 {
    font-size: 24px;
  }
}
@media (min-width: 1620px) {
  body section.foreword .container .item p span.span_2 {
    font-size: 36px;
  }
}
body section.foreword .container .inner-dec .photo {
  position: absolute;
  width: 100%;
  max-width: 180px;
  left: -20%;
  top: -90%;
  z-index: -1;
  display: none;
}
@media (min-width: 769px) {
  body section.foreword .container .inner-dec .photo {
    max-width: 320px;
    left: -65%;
    top: -71%;
    display: block;
  }
}
@media (min-width: 1620px) {
  body section.foreword .container .inner-dec .photo {
    max-width: 480px;
    top: -71%;
    left: -68%;
  }
}
body section.foreword .container .inner-dec .dog {
  position: absolute;
  width: 100%;
  max-width: 170px;
  right: -11%;
  top: -92.5%;
  z-index: -1;
  display: none;
}
@media (min-width: 769px) {
  body section.foreword .container .inner-dec .dog {
    max-width: 230px;
    right: -40.5%;
    top: -48.5%;
    display: block;
  }
}
@media (min-width: 1620px) {
  body section.foreword .container .inner-dec .dog {
    max-width: 300px;
    right: -34.5%;
    top: -32.5%;
  }
}
body section.foreword .dec .c-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 830px;
}
@media (min-width: 769px) {
  body section.foreword .dec .c-intro {
    max-width: 1100px;
  }
}
@media (min-width: 1620px) {
  body section.foreword .dec .c-intro {
    max-width: 1608px;
  }
}
body section.guidelines {
  padding: 0px 20px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  body section.guidelines {
    padding: 0px 20px 0px;
  }
}
body section.guidelines .title {
  position: relative;
  height: 145px;
  width: 306px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body section.guidelines .title {
    width: 460px;
    height: 217.5px;
  }
}
body section.guidelines .title .cloud {
  width: 306px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1620px) {
  body section.guidelines .title .cloud {
    width: 460px;
  }
}
body section.guidelines .title .airplane {
  width: 70px;
  position: absolute;
  right: 5px;
  top: -10px;
}
@media (min-width: 1620px) {
  body section.guidelines .title .airplane {
    width: 103.5px;
    right: 19px;
    top: -4px;
  }
}
body section.guidelines .title h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 1620px) {
  body section.guidelines .title h2 {
    font-size: 36px;
  }
}
body section.guidelines .container {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin: auto;
  max-width: unset;
  position: relative;
  width: unset;
  gap: 20px;
}
@media (min-width: 1620px) {
  body section.guidelines .container {
    gap: 30px;
  }
}
body section.guidelines .container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background-color: #fff;
  padding: 20px 30px 10px;
  border-radius: 20px;
  gap: 10px;
  width: 100%;
  max-width: 85%;
}
@media (min-width: 769px) {
  body section.guidelines .container .item {
    max-width: 490px;
  }
}
@media (min-width: 1620px) {
  body section.guidelines .container .item {
    max-width: 760px;
    gap: 15px;
    padding: 30px 45px 30px;
  }
}
body section.guidelines .container .item div:nth-child(1) {
  text-align: center;
}
body section.guidelines .container .item div:nth-child(1) p {
  font-size: 84px;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-style: italic;
  -webkit-transform: translateY(0px) translateX(-5px);
          transform: translateY(0px) translateX(-5px);
}
@media (min-width: 1620px) {
  body section.guidelines .container .item div:nth-child(1) p {
    font-size: 126px;
  }
}
body section.guidelines .container .item div:nth-child(1) span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 1620px) {
  body section.guidelines .container .item div:nth-child(1) span {
    font-size: 30px;
  }
}
body section.guidelines .container .item div:nth-child(2) p {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  font-family: "Noto Sans TC";
  line-height: 22px;
}
@media (min-width: 1620px) {
  body section.guidelines .container .item div:nth-child(2) p {
    font-size: 27px;
    line-height: 34px;
  }
}
body section.guidelines .container .item div:nth-child(2) span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 1620px) {
  body section.guidelines .container .item div:nth-child(2) span {
    font-size: 18px;
    line-height: 31px;
    margin-top: 15px;
  }
}
body section.guidelines .dec .c-intro {
  width: 157px;
  position: absolute;
  left: calc(50% - 500px);
  top: 20%;
  -webkit-animation: c-intro 3s ease-in-out infinite alternate;
          animation: c-intro 3s ease-in-out infinite alternate;
}
@media (min-width: 1620px) {
  body section.guidelines .dec .c-intro {
    width: 235.5px;
    left: calc(50% - 750px);
  }
}
@-webkit-keyframes c-intro {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-5px) rotate(-5deg);
            transform: translateY(-20px) translateX(-5px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes c-intro {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-20px) translateX(-5px) rotate(-5deg);
            transform: translateY(-20px) translateX(-5px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
body section.awards {
  padding: 63px 20px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  body section.awards {
    padding: 63px 20px 30px;
  }
}
body section.awards .title {
  position: relative;
  height: 145px;
  width: 306px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body section.awards .title {
    width: 460px;
    height: 217px;
  }
}
body section.awards .title .cloud {
  width: 306px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1620px) {
  body section.awards .title .cloud {
    width: 460px;
  }
}
body section.awards .title .airplane {
  width: 108px;
  position: absolute;
  left: -30px;
  bottom: 0px;
}
@media (min-width: 1620px) {
  body section.awards .title .airplane {
    width: 166px;
    bottom: 20px;
  }
}
body section.awards .title h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 1620px) {
  body section.awards .title h2 {
    font-size: 36px;
  }
}
body section.awards .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1070px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 77px 40px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  body section.awards .container {
    margin-top: 50px;
  }
}
@media (min-width: 1620px) {
  body section.awards .container {
    max-width: 1560px;
    gap: 116px 60px;
    margin-top: 75px;
  }
}
body section.awards .container .item {
  width: calc(100% - 50px);
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  max-width: 350px;
}
@media (min-width: 769px) {
  body section.awards .container .item {
    width: 320px;
  }
}
@media (min-width: 1620px) {
  body section.awards .container .item {
    width: 480px;
    max-width: 480px;
  }
}
body section.awards .container .item .tag {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
}
@media (min-width: 769px) {
  body section.awards .container .item .tag {
    top: -40px;
    left: -40px;
  }
}
@media (min-width: 1620px) {
  body section.awards .container .item .tag {
    width: 120px;
    height: 120px;
  }
}
body section.awards .container .item .tag.small span {
  font-size: 24px;
}
body section.awards .container .item .tag p {
  font-weight: 900;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 5px;
}
@media (min-width: 1620px) {
  body section.awards .container .item .tag p {
    font-size: 24px;
  }
}
body section.awards .container .item .tag p span {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1620px) {
  body section.awards .container .item .tag p span {
    font-size: 72px;
  }
}
body section.awards .container .item .up {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
body section.awards .container .item .down {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1620px) {
  body section.awards .container .item .down {
    padding: 30px;
  }
}
body section.awards .container .item .down > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 1620px) {
  body section.awards .container .item .down > p {
    font-size: 27px;
  }
}
body section.awards .container .item .down div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
}
@media (min-width: 1620px) {
  body section.awards .container .item .down div {
    margin-top: 15px;
    gap: 15px;
  }
}
body section.awards .container .item .down div span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1620px) {
  body section.awards .container .item .down div span {
    font-size: 21px;
  }
}
body section.awards .container .item .down div p {
  font-size: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 700;
  line-height: 47px;
}
@media (min-width: 1620px) {
  body section.awards .container .item .down div p {
    font-size: 54px;
    line-height: 75px;
  }
}
body section.awards .container .item .down img {
  display: inline-block;
}
body section.awards .container .item-1 .down img {
  height: 42px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-1 .down img {
    height: 63px;
  }
}
body section.awards .container .item-2 .down img {
  height: 46px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-2 .down img {
    height: 69px;
  }
}
body section.awards .container .item-3 .down img {
  height: 46px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-3 .down img {
    height: 70.36px;
  }
}
body section.awards .container .item-4 {
  position: relative;
}
body section.awards .container .item-4::after {
  content: "前 200 名發文參加者，即可獲得該獎項";
  display: block;
  position: absolute;
  bottom: -30px;
  width: 100%;
  font-size: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 20px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-4::after {
    font-size: 21px;
    line-height: 45px;
    bottom: -50px;
  }
}
body section.awards .container .item-4 .down img {
  height: 46px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-4 .down img {
    height: 69px;
  }
}
body section.awards .container .item-5 {
  position: relative;
}
body section.awards .container .item-5::after {
  content: "按讚數最高的貼文參加者前 3 名，即可獲得該獎項";
  display: block;
  position: absolute;
  bottom: -50px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px;
  left: calc(50% - 20px);
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 414px) {
  body section.awards .container .item-5::after {
    font-size: 14px;
    bottom: -30px;
    margin: 0;
    left: 50%;
    width: 100%;
    line-height: 20px;
  }
}
@media (min-width: 1620px) {
  body section.awards .container .item-5::after {
    font-size: 21px;
    line-height: 45px;
    bottom: -50px;
  }
}
body section.awards .container .item-5 .down img {
  height: 46px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-5 .down img {
    height: 67.7px;
  }
}
body section.awards .container .item-5 .down div p {
  font-size: 24px;
  line-height: 47px;
}
@media (min-width: 1620px) {
  body section.awards .container .item-5 .down div p {
    font-size: 36px;
    line-height: 71px;
  }
}
body section.post {
  padding: 35px 12px 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100%;
}
@media (min-width: 769px) {
  body section.post {
    padding: 35px 20px 50px;
    max-width: 960px;
    margin: auto;
  }
}
@media (min-width: 1620px) {
  body section.post {
    padding: 100px 20px 74px;
    max-width: 1434px;
  }
}
body section.post .title {
  position: relative;
  height: 145px;
  width: 281px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  body section.post .title {
    width: 421px;
    height: 213px;
  }
}
body section.post .title .cloud {
  width: 281px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 769px) {
  body section.post .title .cloud {
    width: 421px;
  }
}
body section.post .title .airplane {
  width: 81px;
  position: absolute;
  right: 15px;
  bottom: 0px;
}
@media (min-width: 769px) {
  body section.post .title .airplane {
    width: 166px;
    right: -2px;
    bottom: -5px;
  }
}
body section.post .title h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 769px) {
  body section.post .title h2 {
    font-size: 36px;
  }
}
body section.post .search {
  text-align: left;
  margin-top: 20px;
}
@media (min-width: 769px) {
  body section.post .search {
    position: absolute;
    left: 20px;
    top: 90px;
    margin-top: 0px;
  }
}
@media (min-width: 1620px) {
  body section.post .search {
    top: 180px;
  }
}
body section.post .search input {
  width: calc(100vw - 75px);
  padding: 15px 39px 15px 10px;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1620px) {
  body section.post .search input {
    font-size: 24px;
  }
}
body section.post .search input::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}
body section.post .search input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
body section.post .search input:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
body section.post .search input::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
body section.post .search input::placeholder {
  color: #000;
  font-weight: 500;
}
@media (min-width: 769px) {
  body section.post .search input {
    width: 189px;
    padding: 12.5px 39px 12.5px 10px;
  }
}
@media (min-width: 1620px) {
  body section.post .search input {
    width: 287px;
    padding: 15.5px 58px 15.5px 15px;
  }
}
body section.post .search div {
  position: relative;
}
body section.post .search .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  pointer-events: unset;
}
@media (min-width: 1620px) {
  body section.post .search .icon {
    width: 36px;
    height: 36px;
  }
}
body section.post .search p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1620px) {
  body section.post .search p {
    font-size: 21px;
    line-height: 25px;
    margin-top: 15px;
  }
}
body section.post .filter {
  margin-top: 20px;
}
@media (min-width: 769px) {
  body section.post .filter {
    position: absolute;
    right: 20px;
    top: 90px;
    margin-top: 0;
  }
}
@media (min-width: 1620px) {
  body section.post .filter {
    top: 180px;
  }
}
body section.post .filter select {
  width: calc(100vw - 24px);
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 769px) {
  body section.post .filter select {
    width: 240px;
    padding: 12.5px 10px;
  }
}
@media (min-width: 1620px) {
  body section.post .filter select {
    padding: 15.5px 15px;
    width: 360px;
    font-size: 24px;
  }
}
body section.post .filter .dog {
  width: 124px;
  position: absolute;
  top: -25px;
  right: 35px;
}
@media (min-width: 769px) {
  body section.post .filter .dog {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: unset;
  }
}
@media (min-width: 1620px) {
  body section.post .filter .dog {
    width: 259px;
    top: -57px;
  }
}
body section.post .filter .icon {
  width: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1620px) {
  body section.post .filter .icon {
    width: 36px;
    right: 15px;
  }
}
body section.post .filter div {
  position: relative;
}
body section.post .container {
  width: 100%;
  max-width: 960px;
  margin: 35px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 769px) {
  body section.post .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px 28px;
    margin: 45px auto 0;
  }
}
@media (min-width: 1620px) {
  body section.post .container {
    max-width: 1434px;
    margin: 66px auto 0;
    gap: 46px 42px;
  }
}
body section.post .container .item {
  width: calc(50% - 7px);
}
@media (min-width: 769px) {
  body section.post .container .item {
    width: calc(33.3333333% - 18.666666px);
  }
}
@media (min-width: 1620px) {
  body section.post .container .item {
    width: calc(33.3333333% - 28.666666px);
  }
}
body section.post .container .item .up {
  padding: 10px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 1620px) {
  body section.post .container .item .up {
    padding: 15px;
  }
}
body section.post .container .item .up > img {
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 280/210;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.post .container .item .up .like {
  position: absolute;
  padding: 6px 10px;
  right: 13px;
  top: 13px;
  border-radius: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 5px;
}
@media (min-width: 769px) {
  body section.post .container .item .up .like {
    right: 20px;
    top: 20px;
    padding: 10px;
  }
}
@media (min-width: 1620px) {
  body section.post .container .item .up .like {
    right: 30px;
    top: 30px;
    padding: 15px;
  }
}
@media (min-width: 1620px) {
  body section.post .container .item .up .like img {
    width: 36px;
    height: 36px;
  }
}
body section.post .container .item .up .like.processing {
  background-color: #fadfdf;
  cursor: not-allowed;
}
body section.post .container .item .up .like p {
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 1620px) {
  body section.post .container .item .up .like p {
    font-size: 24px;
    line-height: 24px;
  }
}
body section.post .container .item .down {
  background-color: #fff;
  padding: 12px 15px;
  font-family: "Noto Sans TC";
}
body section.post .container .item .down .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 1620px) {
  body section.post .container .item .down .card-title {
    font-size: 24px;
    height: 30px;
  }
}
body section.post .container .item .down .card-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
  text-align: left;
}
@media (min-width: 1620px) {
  body section.post .container .item .down .card-description {
    font-size: 21px;
    height: 60px;
    line-height: 30px;
    margin-top: 7.5px;
  }
}
body section.post .container .item .down .card-information {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media (min-width: 1620px) {
  body section.post .container .item .down .card-information {
    gap: 7.5px;
  }
}
body section.post .container .item .down .card-information img {
  width: 36px;
  height: 36px;
}
@media (min-width: 1620px) {
  body section.post .container .item .down .card-information img {
    height: 54px;
    width: 54px;
  }
}
body section.post .container .item .down .card-information div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
@media (min-width: 769px) {
  body section.post .container .item .down .card-information div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body section.post .container .item .down .card-information div p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1620px) {
  body section.post .container .item .down .card-information div p {
    font-size: 18px;
  }
}
body section.post .container .item .down .card-information div span {
  min-width: 100px;
}
@media (min-width: 1620px) {
  body section.post .container .item .down .card-information div span {
    font-size: 18px;
  }
}
body section.post .container .item.loading {
  width: calc(50% - 27px);
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 769px) {
  body section.post .container .item.loading {
    width: calc(33.3333333% - 38.666666px);
  }
}
@media (min-width: 1620px) {
  body section.post .container .item.loading {
    width: calc(33.3333333% - 58.666666px);
    padding: 15px;
  }
}
body section.post .container .item.loading .skeleton > div {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e7e9ec), color-stop(37%, #f1f3f5), color-stop(63%, #e7e9ec));
  background: linear-gradient(90deg, #e7e9ec 25%, #f1f3f5 37%, #e7e9ec 63%);
  background-size: 400% 100%;
  -webkit-animation: shimmer 5s ease infinite;
          animation: shimmer 5s ease infinite;
}
body section.post .container .item.loading .skeleton > div + div {
  margin-top: 6px;
}
@media (min-width: 769px) {
  body section.post .container .item.loading .skeleton > div + div {
    margin-top: 10px;
  }
}
body section.post .container .item.loading .skeleton .skeleton-img {
  width: 100%;
  aspect-ratio: 280/210;
  border-radius: 8px;
}
body section.post .container .item.loading .skeleton .skeleton-title {
  width: 80%;
  height: 20px;
  margin-top: 20px;
}
@media (min-width: 1620px) {
  body section.post .container .item.loading .skeleton .skeleton-title {
    height: 35px;
  }
}
body section.post .container .item.loading .skeleton .skeleton-text {
  width: 100%;
  height: 40px;
}
@media (min-width: 1620px) {
  body section.post .container .item.loading .skeleton .skeleton-text {
    height: 52px;
  }
}
body section.post .container .item.loading .skeleton .skeleton-info {
  width: 60%;
  height: 36px;
  margin-top: 20px;
}
@media (min-width: 1620px) {
  body section.post .container .item.loading .skeleton .skeleton-info {
    height: 54px;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
body section.post .btn-more-post {
  padding: 14px 60px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 34px;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  body section.post .btn-more-post:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body section.post .btn-more-post {
    padding: 18.8px 92px;
    border-radius: 50px;
    margin-top: 38px;
  }
}
body section.post .btn-more-post p {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}
@media (min-width: 1620px) {
  body section.post .btn-more-post p {
    font-size: 24px;
    line-height: 1.4;
  }
}
body section.precaution {
  padding: 10px 20px 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  body section.precaution {
    padding: 50px 20px 150px;
  }
}
body section.precaution .title {
  position: relative;
  height: 180px;
  width: 423px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body section.precaution .title {
    width: 634px;
    height: 270px;
  }
}
body section.precaution .title .cloud {
  width: 423px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1620px) {
  body section.precaution .title .cloud {
    width: 634px;
  }
}
body section.precaution .title .airplane {
  width: 115px;
  position: absolute;
  left: 62px;
  top: 30%;
}
@media (min-width: 1620px) {
  body section.precaution .title .airplane {
    width: 172px;
    left: 95px;
  }
}
body section.precaution .title h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 1620px) {
  body section.precaution .title h2 {
    font-size: 36px;
  }
}
body section.precaution .container {
  max-width: 956px;
  margin: 46px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1620px) {
  body section.precaution .container {
    max-width: 1434px;
    gap: 30px;
  }
}
body section.precaution .container .item {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}
body section.precaution .container .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 20px;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .question {
    padding: 30px;
  }
}
body section.precaution .container .item .question p {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .question p {
    font-size: 27px;
  }
}
body section.precaution .container .item .question img {
  height: 24px;
  width: 24px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .question img {
    width: 36px;
    height: 36px;
  }
}
body section.precaution .container .item .margin-30 {
  margin-top: 30px;
}
body section.precaution .container .item .margin-30 + .margin-30 {
  margin-top: 30px;
}
body section.precaution .container .item .special-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body section.precaution .container .item .special-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body section.precaution .container .item .special-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body section.precaution .container .item .special-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body section.precaution .container .item .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 1.2s ease-out;
  transition: 1.2s ease-out;
  padding: 0 20px;
}
@media (min-width: 769px) {
  body section.precaution .container .item .answer {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer {
    padding: 0 30px;
  }
}
body section.precaution .container .item .answer.open {
  max-height: 3000px;
  padding: 20px 20px;
}
@media (min-width: 769px) {
  body section.precaution .container .item .answer.open {
    max-height: 1500px;
  }
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer.open {
    padding: 30px 30px;
  }
}
body section.precaution .container .item .answer-title {
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer-title {
    font-size: 21px;
    line-height: 1.5;
  }
}
body section.precaution .container .item .answer p {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer p {
    font-size: 21px;
    line-height: 1.5;
  }
}
body section.precaution .container .item .answer p + p {
  margin-top: 10px;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer p + p {
    margin-top: 15px;
  }
}
body section.precaution .container .item .answer ul {
  margin-top: 5px;
}
body section.precaution .container .item .answer ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer ul li {
    font-size: 21px;
    line-height: 1.5;
  }
}
body section.precaution .container .item .answer ul li > ul > li::before {
  border-radius: 0%;
}
body section.precaution .container .item .answer ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 4px;
  height: 4px;
  top: 7px;
  border-radius: 50%;
  background-color: #000;
}
@media (min-width: 1620px) {
  body section.precaution .container .item .answer ul li::before {
    top: 13px;
  }
}
body section.raffle-winners {
  padding: 0px 20px 115px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body section.raffle-winners .title {
  position: relative;
  height: 193px;
  width: 453px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body section.raffle-winners .title {
    width: 679px;
    height: 289px;
  }
}
body section.raffle-winners .title .cloud {
  width: 453px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1620px) {
  body section.raffle-winners .title .cloud {
    width: 679px;
  }
}
body section.raffle-winners .title .airplane {
  width: 88px;
  position: absolute;
  right: 90px;
  top: 30px;
}
@media (min-width: 1620px) {
  body section.raffle-winners .title .airplane {
    width: 132px;
    right: 160px;
    top: 53px;
  }
}
body section.raffle-winners .title h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 1620px) {
  body section.raffle-winners .title h2 {
    font-size: 36px;
  }
}
body section.raffle-winners .container {
  width: 100%;
  max-width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 20px 0;
  position: relative;
  margin-top: 27px;
  margin: 0 20px;
}
@media (min-width: 769px) {
  body section.raffle-winners .container {
    margin: 0 0px;
    max-width: 956px;
    padding: 50px 50px 0;
  }
}
@media (min-width: 1620px) {
  body section.raffle-winners .container {
    max-width: 1284px;
    margin-top: 40px;
    padding: 75px 75px 15px;
  }
}
body section.raffle-winners .container .item + .item {
  padding-top: 44px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .item + .item {
    padding-top: 66px;
  }
}
body section.raffle-winners .container .item h3 {
  font-weight: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .item h3 {
    font-size: 27px;
  }
}
body section.raffle-winners .container .item .list {
  margin-top: 32px;
  margin-bottom: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
}
@media (min-width: 769px) {
  body section.raffle-winners .container .item .list {
    gap: 40px 80px;
  }
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .item .list {
    margin-top: 44px;
    gap: 59px 120px;
    margin-bottom: 65px;
  }
}
body section.raffle-winners .container .item .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  body section.raffle-winners .container .item .list > div {
    gap: 20px;
  }
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .item .list > div {
    gap: 30px;
  }
}
body section.raffle-winners .container .item .list > div span {
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: block;
  margin-top: 6px;
  line-height: 14px;
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .item .list > div span {
    font-size: 18px;
    line-height: 22px;
  }
}
body section.raffle-winners .container .item .list > div p {
  font-weight: 500;
  margin-top: 6px;
  line-height: 19px;
  font-size: 12px;
}
@media (min-width: 576px) {
  body section.raffle-winners .container .item .list > div p {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  body section.raffle-winners .container .item .list > div p {
    font-size: 16px;
  }
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .item .list > div p {
    font-size: 24px;
    line-height: 35px;
    margin-top: 9px;
  }
}
body section.raffle-winners .container .item.first > div span {
  text-align: center;
}
body section.raffle-winners .container .dec .dog {
  position: absolute;
  width: 95px;
  right: 14px;
  top: -85px;
}
@media (min-width: 769px) {
  body section.raffle-winners .container .dec .dog {
    width: 145px;
    top: -130px;
  }
}
@media (min-width: 1620px) {
  body section.raffle-winners .container .dec .dog {
    width: 217px;
    top: -195px;
  }
}
body section.raffle-winners .dec .aurora_1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  left: -15%;
  display: none;
}
@media (min-width: 992px) {
  body section.raffle-winners .dec .aurora_1 {
    width: 73.4vw;
    bottom: -4%;
    left: 15%;
    display: block;
  }
}
body section.raffle-winners .dec .aurora_2 {
  position: absolute;
  z-index: -1;
  width: 300%;
  left: -10%;
  bottom: 15%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: none;
}
@media (min-width: 992px) {
  body section.raffle-winners .dec .aurora_2 {
    width: 59.1vw;
    left: -25%;
    top: 46%;
    bottom: unset;
    display: block;
  }
}
body section.raffle-winners .dec .castle {
  position: absolute;
  z-index: 0;
  max-width: 30vw;
  width: 100%;
  left: 0%;
  bottom: 0%;
  -webkit-animation: castle-2 5s ease-in-out infinite alternate;
          animation: castle-2 5s ease-in-out infinite alternate;
}
@media (min-width: 576px) {
  body section.raffle-winners .dec .castle {
    max-width: 20vw;
  }
}
@media (min-width: 992px) {
  body section.raffle-winners .dec .castle {
    max-width: 25vw;
    width: 25vw;
    left: 0%;
    bottom: -5%;
  }
}
@-webkit-keyframes castle-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes castle-2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body .modal-post {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
body .modal-post .post-form {
  overflow: auto;
  max-height: calc(100vh - 150px);
}
body .modal-post .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  width: calc(100% - 80px);
  padding: 20px 20px;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  body .modal-post .modal-container {
    padding: 28px 55px;
    width: 100%;
    max-width: 490px;
  }
}
@media (min-width: 1620px) {
  body .modal-post .modal-container {
    max-width: 612px;
    padding: 35px 69px 35px;
  }
}
body .modal-post .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 769px) {
  body .modal-post .modal-close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 1620px) {
  body .modal-post .modal-close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
}
body .modal-post .modal-heading {
  text-align: center;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 24px;
  margin-bottom: 28px;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body .modal-post .modal-heading {
    font-size: 30px;
  }
}
body .modal-post .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  min-height: 41px;
  gap: 10px;
  width: 100%;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  body .modal-post .form-group {
    gap: 15px;
  }
}
@media (min-width: 1620px) {
  body .modal-post .form-group {
    min-height: 52px;
  }
}
body .modal-post .form-group label {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63px;
  min-width: 63px;
}
@media (min-width: 1620px) {
  body .modal-post .form-group label {
    font-size: 15px;
    width: 90px;
  }
}
body .modal-post .form-group input[type=text],
body .modal-post .form-group textarea {
  border: none;
  font-size: 16px;
  padding: 8px 0;
  outline: none;
  resize: none;
  width: 100%;
}
body .modal-post .form-group input[type=text]::-webkit-input-placeholder, body .modal-post .form-group textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-post .form-group input[type=text]::-moz-placeholder, body .modal-post .form-group textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-post .form-group input[type=text]:-ms-input-placeholder, body .modal-post .form-group textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-post .form-group input[type=text]::-ms-input-placeholder, body .modal-post .form-group textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-post .form-group input[type=text]::placeholder,
body .modal-post .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
@media (min-width: 1620px) {
  body .modal-post .form-group input[type=text],
  body .modal-post .form-group textarea {
    font-size: 20px;
  }
}
body .modal-post .form-group textarea {
  min-height: 135px;
  padding: 0;
}
body .modal-post .gender-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  body .modal-post .gender-options {
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  body .modal-post .gender-options {
    gap: 10px;
  }
}
@media (min-width: 1620px) {
  body .modal-post .gender-options {
    gap: 12.5px;
  }
}
body .modal-post .gender-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 769px) {
  body .modal-post .gender-options label {
    font-size: 16px;
    gap: 10px;
  }
}
@media (min-width: 1620px) {
  body .modal-post .gender-options label {
    font-size: 20px;
    gap: 12.5px;
    width: unset;
  }
}
body .modal-post .gender-options input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  accent-color: #e4002b;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1620px) {
  body .modal-post .gender-options input[type=radio] {
    min-width: 22.5px;
    height: 22.5px;
  }
}
body .modal-post .upload-group {
  height: 58px;
}
body .modal-post .upload-group .upload-box {
  background: #e9e9e9;
  border-radius: 10px;
  padding: 12px 20px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  position: relative;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1620px) {
  body .modal-post .upload-group .upload-box {
    font-size: 17.5px;
  }
}
body .modal-post .upload-group .upload-box span {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
}
@media (min-width: 1620px) {
  body .modal-post .upload-group .upload-box span {
    font-size: 17.5px;
  }
}
body .modal-post .upload-group .upload-box input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
body .modal-post .content-group {
  min-height: 150px;
  padding-bottom: 20px;
}
body .modal-post .content-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 7px;
  width: 100%;
}
body .modal-post .content-group label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 11px;
}
@media (min-width: 1620px) {
  body .modal-post .content-group label {
    margin-top: 15px;
  }
}
body .modal-post .btn-submit {
  width: 186px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 14px;
  border-radius: 50px;
  cursor: pointer;
  margin: 30px auto 0;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  body .modal-post .btn-submit:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body .modal-post .btn-submit {
    font-size: 20px;
    width: 232px;
    line-height: 31px;
    margin-top: 37.5px;
  }
}
body .modal-post .form-note {
  text-align: left;
  font-size: 12px;
  color: #000;
  margin-bottom: 20px;
  line-height: 21px;
}
@media (min-width: 1620px) {
  body .modal-post .form-note {
    font-size: 15px;
  }
}
body .modal-post #char-remaining, body .modal-post #current-char-count {
  font-size: 13px;
}
@media (min-width: 1620px) {
  body .modal-post #char-remaining, body .modal-post #current-char-count {
    font-size: 18px;
  }
}
body .modal-post .character-count {
  text-align: right;
  font-size: 13px;
}
@media (min-width: 1620px) {
  body .modal-post .character-count {
    font-size: 18px;
  }
}
body .modal-post-success {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
}
body .modal-post-success .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  width: calc(100% - 80px);
  padding: 50px 20px 40px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  body .modal-post-success .modal-container {
    width: 100%;
    max-width: 560px;
    padding: 120px 20px 120px;
  }
}
@media (min-width: 1620px) {
  body .modal-post-success .modal-container {
    max-width: 612px;
    padding: 147px 69px 147px;
  }
}
body .modal-post-success .modal-post-success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .modal-post-success .success-img {
  width: 172px;
  height: auto;
  margin: 0 auto 20px;
}
@media (min-width: 1620px) {
  body .modal-post-success .success-img {
    width: 215px;
    margin: 0 auto 25px;
  }
}
body .modal-post-success .success-title {
  font-size: 20px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-bottom: 6px;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body .modal-post-success .success-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 7.5px;
  }
}
body .modal-post-success .success-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 1620px) {
  body .modal-post-success .success-desc {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
body .modal-post-success .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
body .modal-post-success .btn {
  padding: 10px 26px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  body .modal-post-success .btn {
    padding: 15px 26px;
    font-size: 16px;
    width: 186px;
  }
  body .modal-post-success .btn:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body .modal-post-success .btn {
    padding: 17.5px 0;
    font-size: 20px;
  }
}
body .modal-post-success .btn-gray {
  background: #979797;
  color: #fff;
}
body .modal-post-success .btn-red {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  color: #fff;
}
body .modal-information {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
}
body .modal-information .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding: 20px 20px;
  margin: 0 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  body .modal-information .modal-container {
    padding: 28px 55px;
    width: 100%;
    max-width: 490px;
    margin: 0;
  }
}
@media (min-width: 1620px) {
  body .modal-information .modal-container {
    max-width: 612px;
    padding: 35px 69px 35px;
  }
}
body .modal-information .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 769px) {
  body .modal-information .modal-close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 1620px) {
  body .modal-information .modal-close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
}
body .modal-information .modal-title {
  color: #e4002b;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 26px;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body .modal-information .modal-title {
    font-size: 30px;
    line-height: 43px;
  }
}
body .modal-information .info-form {
  overflow: auto;
  max-height: calc(100vh - 200px);
}
body .modal-information .info-form .form-group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  border-bottom: 1px solid #333;
  letter-spacing: 0.1em;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .form-group {
    margin-bottom: 12.5px;
    height: 65px;
  }
}
body .modal-information .info-form .form-group .error-message {
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #e4002b;
  width: 110px;
}
@media (min-width: 769px) {
  body .modal-information .info-form .form-group .error-message {
    width: unset;
    white-space: pre;
  }
}
@media (min-width: 1620px) {
  body .modal-information .info-form .form-group .error-message {
    font-size: 15px;
    line-height: 1.4;
  }
}
body .modal-information .info-form .form-label {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  width: 85px;
  text-align: left;
  min-width: 85px;
  line-height: 16px;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .form-label {
    font-size: 15px;
    line-height: 27px;
    min-width: 97px;
  }
}
body .modal-information .info-form .form-label .required {
  color: #e4002b;
  margin-left: 2px;
}
body .modal-information .info-form .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .modal-information .info-form .radio-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .radio-group > div {
    gap: 12.5px;
  }
}
body .modal-information .info-form .form-group-radio {
  height: 78px;
}
@media (min-width: 769px) {
  body .modal-information .info-form .form-group-radio {
    height: 52px;
  }
}
body .modal-information .info-form .radio-option-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .modal-information .info-form .radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .radio-option {
    gap: 12.5px;
  }
}
body .modal-information .info-form .radio-option input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #e4002b;
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  margin: 0;
  padding: 0;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .radio-option input[type=radio] {
    min-width: 22.5px;
    height: 22.5px;
  }
}
body .modal-information .info-form .radio-option label {
  cursor: pointer;
  font-size: 16px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .radio-option label {
    font-size: 20px;
    line-height: 26px;
  }
}
body .modal-information .info-form .form-input {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  font-family: inherit;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .form-input {
    font-size: 20px;
    line-height: 26px;
    padding: 13px 19px;
  }
}
body .modal-information .info-form .form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-information .info-form .form-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-information .info-form .form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-information .info-form .form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-information .info-form .form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
body .modal-information .info-form .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 22px 0 10px;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .checkbox-group {
    margin: 25px 0 12.5px;
    gap: 12.5px;
  }
}
body .modal-information .info-form .checkbox-group input[type=checkbox] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #e4002b;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  body .modal-information .info-form .checkbox-group input[type=checkbox] {
    width: 17.5px;
    height: 17.5px;
  }
}
body .modal-information .info-form .checkbox-group label {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1620px) {
  body .modal-information .info-form .checkbox-group label {
    font-size: 17.5px;
  }
}
body .modal-information .info-form .submit-btn {
  width: 100%;
  max-width: 186px;
  display: block;
  margin: 10px auto;
  padding: 14px 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  body .modal-information .info-form .submit-btn:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body .modal-information .info-form .submit-btn {
    max-width: 232px;
    padding: 19px 55px;
    font-size: 20px;
    line-height: 26px;
  }
}
body .modal-information .info-form .submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.6;
}
body .modal-information .required-note {
  text-align: left;
  color: #000;
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 21px;
}
@media (min-width: 1620px) {
  body .modal-information .required-note {
    font-size: 15px;
    line-height: 27px;
  }
}
body .modal-information-success {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
}
body .modal-information-success .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  width: calc(100% - 80px);
  padding: 50px 20px 40px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  body .modal-information-success .modal-container {
    max-width: 490px;
    padding: 120px 55px 120px;
    width: 100%;
  }
}
@media (min-width: 1620px) {
  body .modal-information-success .modal-container {
    max-width: 612px;
    padding: 147px 69px 147px;
  }
}
body .modal-information-success .modal-post-success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .modal-information-success .success-img {
  width: 114px;
  height: auto;
  margin: 0 auto 20px;
}
@media (min-width: 1620px) {
  body .modal-information-success .success-img {
    width: 142px;
  }
}
body .modal-information-success .success-title {
  font-size: 20px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin-bottom: 6px;
  letter-spacing: 0.2em;
}
@media (min-width: 1620px) {
  body .modal-information-success .success-title {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 7.5px;
  }
}
body .modal-information-success .success-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 1620px) {
  body .modal-information-success .success-desc {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
body .modal-information-success .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
body .modal-information-success .btn {
  padding: 10px 26px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  body .modal-information-success .btn {
    width: 186px;
    padding: 15px 0;
  }
  body .modal-information-success .btn:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body .modal-information-success .btn {
    padding: 18px 0;
    font-size: 20px;
    width: 232px;
  }
}
body .modal-information-success .btn-gray {
  background: #979797;
  color: #fff;
}
body .modal-information-success .btn-red {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  color: #fff;
}
body .modal-limit {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2000;
}
body .modal-limit .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  padding: 77px 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: calc(100% - 80px);
}
@media (min-width: 769px) {
  body .modal-limit .modal-container {
    padding: 77px 55px;
    width: 100%;
    max-width: 490px;
  }
}
@media (min-width: 1620px) {
  body .modal-limit .modal-container {
    max-width: 612px;
    padding: 91px 69px 91px;
  }
}
body .modal-limit .modal-post-success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .modal-limit .success-img {
  width: 156px;
  height: auto;
  margin: 0 auto 20px;
}
@media (min-width: 1620px) {
  body .modal-limit .success-img {
    width: 195px;
    margin: 0 auto 25px;
  }
}
body .modal-limit .success-title {
  font-size: 24px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0.2em;
  color: transparent;
  margin-bottom: 20px;
}
@media (min-width: 1620px) {
  body .modal-limit .success-title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 43px;
  }
}
body .modal-limit .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
body .modal-limit .btn {
  padding: 13px 26px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-size: 15px;
}
@media (min-width: 1620px) {
  body .modal-limit .btn {
    font-size: 20px;
    padding: 18px 26px;
  }
}
body .modal-limit .btn-red {
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  color: #fff;
  width: 153px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  body .modal-limit .btn-red:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1620px) {
  body .modal-limit .btn-red {
    width: 191px;
  }
}
body .modal-detail {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
body .modal-detail .shareButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  position: relative;
  bottom: 70px;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: keep-all;
  gap: 10px;
  -webkit-transform: translateY(20px) translateX(-50%);
          transform: translateY(20px) translateX(-50%);
}
@media (min-width: 769px) {
  body .modal-detail .shareButtons {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    bottom: 15px;
    left: 20px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    gap: 10px;
  }
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons {
    gap: 12.5px;
  }
}
body .modal-detail .shareButtons .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons .social {
    gap: 12.5px;
  }
}
body .modal-detail .shareButtons .social > p {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons .social > p {
    font-size: 15px;
  }
}
body .modal-detail .shareButtons .social img {
  min-width: 36px;
  min-height: 36px;
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons .social img {
    min-width: 45px;
    min-height: 45px;
  }
}
body .modal-detail .shareButtons .social .tooltip {
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 6px 4px 6px;
  border-radius: 5px;
  background-color: #555555;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  z-index: 1;
}
body .modal-detail .shareButtons .social .tooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("./../images/tri.svg");
  top: -6px;
}
body .modal-detail .shareButtons .social .fb {
  position: relative;
}
@media (min-width: 769px) {
  body .modal-detail .shareButtons .social .fb:hover .tooltip {
    display: block;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 117px;
  }
}
body .modal-detail .shareButtons .social .line {
  position: relative;
}
@media (min-width: 769px) {
  body .modal-detail .shareButtons .social .line:hover .tooltip {
    display: block;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 77px;
  }
}
body .modal-detail .shareButtons .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  width: 80px;
  gap: 3px;
  cursor: pointer;
  width: 80px;
}
@media (min-width: 769px) {
  body .modal-detail .shareButtons .copy {
    width: 80px;
    padding: 11px 12px;
  }
  body .modal-detail .shareButtons .copy:hover .tooltip {
    display: block;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 117px;
  }
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons .copy {
    width: 102px;
    padding: 14px 12.5px;
  }
}
body .modal-detail .shareButtons .copy > p {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons .copy > p {
    font-size: 15px;
  }
}
body .modal-detail .shareButtons .copy img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-detail .shareButtons .copy img {
    width: 30px;
    height: 30px;
  }
}
body .modal-detail .shareButtons .copy .tooltip {
  display: none;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  padding: 2px 6px 4px 6px;
  border-radius: 5px;
  background-color: #555555;
  color: #fff;
  font-weight: 500;
}
body .modal-detail .shareButtons .copy .tooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("./../images/tri.svg");
  top: -6px;
}
body .modal-detail .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
}
body .modal-detail .modal-close img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-close img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1620px) {
  body .modal-detail .modal-close {
    top: 20px;
    right: 20px;
  }
}
body .modal-detail .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  width: 100%;
  max-width: calc(100% - 72px);
  padding: 50px 11px 30px 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  overflow: auto;
}
@media (min-width: 769px) {
  body .modal-detail .modal-container {
    width: 100%;
    max-width: 800px;
    padding: 60px 11px 5px 20px;
    max-height: unset;
    overflow: initial;
    min-height: 80%;
  }
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container {
    min-height: 65%;
    max-width: 962px;
    padding: 75px 13.75px 10px 25px;
  }
}
body .modal-detail .modal-container .modal-detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  body .modal-detail .modal-container .modal-detail-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: unset;
  }
}
body .modal-detail .modal-container .picture {
  text-align: left;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  body .modal-detail .modal-container .picture {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .picture {
    margin-top: 35px;
  }
}
body .modal-detail .modal-container .picture > img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1;
  background-color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 414px) {
  body .modal-detail .modal-container .picture > img {
    max-width: 260px;
    max-height: 260px;
  }
}
@media (min-width: 769px) {
  body .modal-detail .modal-container .picture > img {
    max-width: 330px;
    max-height: 330px;
    -webkit-transform: rotate(-10deg) translateY(20px) translateX(-20px);
            transform: rotate(-10deg) translateY(20px) translateX(-20px);
  }
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .picture > img {
    max-width: 377px;
    max-height: 377px;
  }
}
body .modal-detail .modal-container .content {
  text-align: left;
  width: 100%;
  padding-bottom: 30px;
  margin-top: 50px;
}
@media (min-width: 769px) {
  body .modal-detail .modal-container .content {
    padding-right: 29px;
    max-height: 70vh;
    overflow: auto;
    margin-top: 0;
    padding-bottom: 5px;
  }
  body .modal-detail .modal-container .content::after {
    content: "";
    height: 50px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 118px;
    right: 20px;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F4F4), to(transparent));
    background: linear-gradient(to top, #F4F4F4, transparent);
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  body .modal-detail .modal-container .content::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F4F4), to(transparent));
    background: linear-gradient(to top, #F4F4F4, transparent);
    height: 60px;
    width: calc(50% - 20px);
    bottom: 0;
    right: 20px;
  }
}
body .modal-detail .modal-container .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
}
body .modal-detail .modal-container .content::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
body .modal-detail .modal-container .content::-webkit-scrollbar-thumb {
  width: 6px;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  background-color: #D9D9D9;
}
body .modal-detail .modal-container .content .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .amount {
    gap: 12.5px;
  }
}
body .modal-detail .modal-container .content .amount img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .amount img {
    width: 30px;
    height: 30px;
  }
}
body .modal-detail .modal-container .content .amount p {
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: 40px;
  font-size: 16px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .amount p {
    font-size: 20px;
  }
}
body .modal-detail .modal-container .content .amount p span {
  font-size: 32px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .amount p span {
    font-size: 40px;
  }
}
body .modal-detail .modal-container .content .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 12px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 25px;
  }
}
body .modal-detail .modal-container .content .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .information {
    margin-top: 25px;
    font-size: 17.5px;
    line-height: 21px;
    gap: 6.5px;
  }
}
body .modal-detail .modal-container .content .information img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .information img {
    height: 60px;
    width: 60px;
  }
}
body .modal-detail .modal-container .content .information .date {
  width: 110px;
}
body .modal-detail .modal-container .content .text {
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  body .modal-detail .modal-container .content .text {
    padding-bottom: 70px;
  }
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .content .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}
body .modal-detail .modal-container .like {
  width: 187px;
  padding: 10px 0px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  font-size: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  color: #fff;
  position: relative;
  bottom: -50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  body .modal-detail .modal-container .like {
    bottom: 20px;
    position: absolute;
    padding: 14px 0px;
    margin: 0;
  }
  body .modal-detail .modal-container .like:hover {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .like {
    gap: 12.5px;
    padding: 17px 0px;
    width: 233px;
  }
}
body .modal-detail .modal-container .like.active {
  background: #7D7D7D;
}
body .modal-detail .modal-container .like img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .like img {
    width: 30px;
    height: 30px;
  }
}
body .modal-detail .modal-container .like span {
  font-weight: 900;
  font-size: 16px;
}
@media (min-width: 1620px) {
  body .modal-detail .modal-container .like span {
    font-size: 20px;
  }
}

body {
  font-family: "DM Sans", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.fixed {
  overflow: hidden;
}
body header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
body h2 {
  font-family: "Noto Sans TC";
}
body .modal-preview {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
body .modal-preview .shareButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  position: relative;
  bottom: 70px;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: keep-all;
  gap: 10px;
  -webkit-transform: translateY(20px) translateX(-50%);
          transform: translateY(20px) translateX(-50%);
}
@media (min-width: 769px) {
  body .modal-preview .shareButtons {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    bottom: 15px;
    left: 20px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    gap: 10px;
  }
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons {
    gap: 12.5px;
  }
}
body .modal-preview .shareButtons .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons .social {
    gap: 12.5px;
  }
}
body .modal-preview .shareButtons .social > p {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons .social > p {
    font-size: 15px;
  }
}
body .modal-preview .shareButtons .social img {
  min-width: 36px;
  min-height: 36px;
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons .social img {
    min-width: 45px;
    min-height: 45px;
  }
}
body .modal-preview .shareButtons .social .tooltip {
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 6px 4px 6px;
  border-radius: 5px;
  background-color: #555555;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  z-index: 1;
}
body .modal-preview .shareButtons .social .tooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("./../images/tri.svg");
  top: -6px;
}
body .modal-preview .shareButtons .social .fb {
  position: relative;
}
@media (min-width: 769px) {
  body .modal-preview .shareButtons .social .fb:hover .tooltip {
    display: block;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 117px;
  }
}
body .modal-preview .shareButtons .social .line {
  position: relative;
}
@media (min-width: 769px) {
  body .modal-preview .shareButtons .social .line:hover .tooltip {
    display: block;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 77px;
  }
}
body .modal-preview .shareButtons .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  width: 80px;
  gap: 3px;
  cursor: pointer;
  width: 80px;
}
@media (min-width: 769px) {
  body .modal-preview .shareButtons .copy {
    width: 80px;
    padding: 11px 12px;
  }
  body .modal-preview .shareButtons .copy:hover .tooltip {
    display: block;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 117px;
  }
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons .copy {
    width: 102px;
    padding: 14px 12.5px;
  }
}
body .modal-preview .shareButtons .copy > p {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons .copy > p {
    font-size: 15px;
  }
}
body .modal-preview .shareButtons .copy img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-preview .shareButtons .copy img {
    width: 30px;
    height: 30px;
  }
}
body .modal-preview .shareButtons .copy .tooltip {
  display: none;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 21px;
  padding: 2px 6px 4px 6px;
  border-radius: 5px;
  background-color: #555555;
  color: #fff;
  font-weight: 500;
}
body .modal-preview .shareButtons .copy .tooltip::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("./../images/tri.svg");
  top: -6px;
}
body .modal-preview .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px;
}
body .modal-preview .modal-close img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-close img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1620px) {
  body .modal-preview .modal-close {
    top: 20px;
    right: 20px;
  }
}
body .modal-preview .modal-container {
  background: #F4F4F4;
  border-radius: 20px;
  width: 100%;
  max-width: calc(100% - 72px);
  padding: 50px 11px 30px 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 50vh;
  overflow: auto;
}
@media (min-width: 769px) {
  body .modal-preview .modal-container {
    width: 100%;
    max-width: 800px;
    padding: 60px 11px 5px 20px;
    max-height: unset;
    overflow: initial;
    min-height: 80%;
  }
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container {
    min-height: 65%;
    max-width: 962px;
    padding: 75px 13.75px 10px 25px;
  }
}
body .modal-preview .modal-container .modal-detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  body .modal-preview .modal-container .modal-detail-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: unset;
  }
}
body .modal-preview .modal-container .picture {
  text-align: left;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  body .modal-preview .modal-container .picture {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .picture {
    margin-top: 35px;
  }
}
body .modal-preview .modal-container .picture > img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1;
  background-color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media (min-width: 414px) {
  body .modal-preview .modal-container .picture > img {
    max-width: 260px;
    max-height: 260px;
  }
}
@media (min-width: 769px) {
  body .modal-preview .modal-container .picture > img {
    max-width: 330px;
    max-height: 330px;
    -webkit-transform: rotate(-10deg) translateY(20px) translateX(-20px);
            transform: rotate(-10deg) translateY(20px) translateX(-20px);
  }
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .picture > img {
    max-width: 377px;
    max-height: 377px;
  }
}
body .modal-preview .modal-container .content {
  text-align: left;
  width: 100%;
  padding-bottom: 30px;
  margin-top: 50px;
}
@media (min-width: 769px) {
  body .modal-preview .modal-container .content {
    padding-right: 29px;
    max-height: 70vh;
    overflow: auto;
    margin-top: 0;
    padding-bottom: 5px;
  }
  body .modal-preview .modal-container .content::after {
    content: "";
    height: 50px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 118px;
    right: 20px;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F4F4), to(transparent));
    background: linear-gradient(to top, #F4F4F4, transparent);
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  body .modal-preview .modal-container .content::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#F4F4F4), to(transparent));
    background: linear-gradient(to top, #F4F4F4, transparent);
    height: 60px;
    width: calc(50% - 20px);
    bottom: 0;
    right: 20px;
  }
}
body .modal-preview .modal-container .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
}
body .modal-preview .modal-container .content::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
body .modal-preview .modal-container .content::-webkit-scrollbar-thumb {
  width: 6px;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  background-color: #D9D9D9;
}
body .modal-preview .modal-container .content .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .amount {
    gap: 12.5px;
  }
}
body .modal-preview .modal-container .content .amount img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .amount img {
    width: 30px;
    height: 30px;
  }
}
body .modal-preview .modal-container .content .amount p {
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: 40px;
  font-size: 16px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .amount p {
    font-size: 20px;
  }
}
body .modal-preview .modal-container .content .amount p span {
  font-size: 32px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .amount p span {
    font-size: 40px;
  }
}
body .modal-preview .modal-container .content .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 12px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 25px;
  }
}
body .modal-preview .modal-container .content .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .information {
    margin-top: 25px;
    font-size: 17.5px;
    line-height: 21px;
    gap: 6.5px;
  }
}
body .modal-preview .modal-container .content .information img {
  width: 48px;
  height: 48px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .information img {
    height: 60px;
    width: 60px;
  }
}
body .modal-preview .modal-container .content .information .date {
  width: 110px;
}
body .modal-preview .modal-container .content .text {
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  body .modal-preview .modal-container .content .text {
    padding-bottom: 70px;
  }
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .content .text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}
body .modal-preview .modal-container .like {
  width: 187px;
  padding: 10px 0px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  font-size: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#D70C18), to(#F2056C));
  background: linear-gradient(to bottom, #D70C18, #F2056C);
  color: #fff;
  position: relative;
  bottom: -50px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  body .modal-preview .modal-container .like {
    bottom: 20px;
    position: absolute;
    padding: 14px 0px;
    margin: 0;
  }
  body .modal-preview .modal-container .like:hover {
    -webkit-transform: translateY(-5px) translateX(-50%);
            transform: translateY(-5px) translateX(-50%);
  }
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .like {
    gap: 12.5px;
    padding: 17px 0px;
    width: 233px;
  }
}
body .modal-preview .modal-container .like.active {
  background: #7D7D7D;
}
body .modal-preview .modal-container .like img {
  width: 24px;
  height: 24px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .like img {
    width: 30px;
    height: 30px;
  }
}
body .modal-preview .modal-container .like span {
  font-weight: 900;
  font-size: 16px;
}
@media (min-width: 1620px) {
  body .modal-preview .modal-container .like span {
    font-size: 20px;
  }
}/*# sourceMappingURL=main.css.map */