@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
@import url("../js/slick/slick.css");
@import url("../js/fancybox/fancyBox.css");
@import url("bootstrap.min.css");
@font-face {
  font-family: 'Noto Sans TC', 'PingFang TC', '微軟正黑體';
  src: local("Noto Sans TC");
  unicode-range: U+4E00-9FFF;
}

@font-face {
  font-family: 'Helvetica';
  src: local("Helvetica");
  unicode-range: U+00-024F;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  font-size: 100%;
  font-family: 'Arial', 'Noto Sans TC', '微軟正黑體';
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  box-shadow: unset;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a {
  word-break: break-all;
}

a[href]:hover {
  opacity: 0.7;
}

.material-icons {
  font-family: 'Material Icons' !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.clearMargin {
  margin: 0;
}

.clearMargin[important] {
  margin: 0 !important;
}

.marginAuto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marginAuto[important] {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.full-width {
  width: 100%;
}

.full-width[important] {
  width: 100% !important;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 12px 0;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0;
}

h6 {
  font-size: 12px;
  font-weight: 600;
  margin: 12px 0;
}

b {
  padding: 0 5px;
}

.fontStyle-italic {
  font-style: italic !important;
}

.fontStyle-initial {
  font-style: initial !important;
}

.weight100 {
  font-weight: 100 !important;
}

.weight200 {
  font-weight: 200 !important;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.fontSize12 {
  font-size: 12px !important;
}

@media (max-width: 640px) {
  .fontSize12 {
    font-size: 8px !important;
  }
}

.fontSize13 {
  font-size: 13px !important;
}

@media (max-width: 640px) {
  .fontSize13 {
    font-size: 9px !important;
  }
}

.fontSize14 {
  font-size: 14px !important;
}

@media (max-width: 640px) {
  .fontSize14 {
    font-size: 10px !important;
  }
}

.fontSize15 {
  font-size: 15px !important;
}

@media (max-width: 640px) {
  .fontSize15 {
    font-size: 11px !important;
  }
}

.fontSize16 {
  font-size: 16px !important;
}

@media (max-width: 640px) {
  .fontSize16 {
    font-size: 12px !important;
  }
}

.fontSize17 {
  font-size: 17px !important;
}

@media (max-width: 640px) {
  .fontSize17 {
    font-size: 13px !important;
  }
}

.fontSize18 {
  font-size: 18px !important;
}

@media (max-width: 640px) {
  .fontSize18 {
    font-size: 14px !important;
  }
}

.fontSize19 {
  font-size: 19px !important;
}

@media (max-width: 640px) {
  .fontSize19 {
    font-size: 15px !important;
  }
}

.fontSize20 {
  font-size: 20px !important;
}

@media (max-width: 640px) {
  .fontSize20 {
    font-size: 16px !important;
  }
}

.fontSize21 {
  font-size: 21px !important;
}

@media (max-width: 640px) {
  .fontSize21 {
    font-size: 17px !important;
  }
}

.fontSize22 {
  font-size: 22px !important;
}

@media (max-width: 640px) {
  .fontSize22 {
    font-size: 18px !important;
  }
}

.fontSize23 {
  font-size: 23px !important;
}

@media (max-width: 640px) {
  .fontSize23 {
    font-size: 19px !important;
  }
}

.fontSize24 {
  font-size: 24px !important;
}

@media (max-width: 640px) {
  .fontSize24 {
    font-size: 20px !important;
  }
}

.fontSize25 {
  font-size: 25px !important;
}

@media (max-width: 640px) {
  .fontSize25 {
    font-size: 21px !important;
  }
}

.fontSize26 {
  font-size: 26px !important;
}

@media (max-width: 640px) {
  .fontSize26 {
    font-size: 22px !important;
  }
}

.fontSize27 {
  font-size: 27px !important;
}

@media (max-width: 640px) {
  .fontSize27 {
    font-size: 23px !important;
  }
}

.fontSize28 {
  font-size: 28px !important;
}

@media (max-width: 640px) {
  .fontSize28 {
    font-size: 24px !important;
  }
}

.fontSize29 {
  font-size: 29px !important;
}

@media (max-width: 640px) {
  .fontSize29 {
    font-size: 25px !important;
  }
}

.fontSize30 {
  font-size: 30px !important;
}

@media (max-width: 640px) {
  .fontSize30 {
    font-size: 26px !important;
  }
}

.fontSize31 {
  font-size: 31px !important;
}

@media (max-width: 640px) {
  .fontSize31 {
    font-size: 27px !important;
  }
}

.fontSize32 {
  font-size: 32px !important;
}

@media (max-width: 640px) {
  .fontSize32 {
    font-size: 28px !important;
  }
}

.fontSize33 {
  font-size: 33px !important;
}

@media (max-width: 640px) {
  .fontSize33 {
    font-size: 29px !important;
  }
}

.fontSize34 {
  font-size: 34px !important;
}

@media (max-width: 640px) {
  .fontSize34 {
    font-size: 30px !important;
  }
}

.fontSize35 {
  font-size: 35px !important;
}

@media (max-width: 640px) {
  .fontSize35 {
    font-size: 31px !important;
  }
}

.fontSize36 {
  font-size: 36px !important;
}

@media (max-width: 640px) {
  .fontSize36 {
    font-size: 32px !important;
  }
}

.fontSize37 {
  font-size: 37px !important;
}

@media (max-width: 640px) {
  .fontSize37 {
    font-size: 33px !important;
  }
}

.fontSize38 {
  font-size: 38px !important;
}

@media (max-width: 640px) {
  .fontSize38 {
    font-size: 34px !important;
  }
}

.fontSize39 {
  font-size: 39px !important;
}

@media (max-width: 640px) {
  .fontSize39 {
    font-size: 35px !important;
  }
}

.fontSize40 {
  font-size: 40px !important;
}

@media (max-width: 640px) {
  .fontSize40 {
    font-size: 36px !important;
  }
}

.fontSize41 {
  font-size: 41px !important;
}

@media (max-width: 640px) {
  .fontSize41 {
    font-size: 21px !important;
  }
}

.fontSize42 {
  font-size: 42px !important;
}

@media (max-width: 640px) {
  .fontSize42 {
    font-size: 22px !important;
  }
}

.fontSize43 {
  font-size: 43px !important;
}

@media (max-width: 640px) {
  .fontSize43 {
    font-size: 23px !important;
  }
}

.fontSize44 {
  font-size: 44px !important;
}

@media (max-width: 640px) {
  .fontSize44 {
    font-size: 24px !important;
  }
}

.fontSize45 {
  font-size: 45px !important;
}

@media (max-width: 640px) {
  .fontSize45 {
    font-size: 25px !important;
  }
}

.fontSize46 {
  font-size: 46px !important;
}

@media (max-width: 640px) {
  .fontSize46 {
    font-size: 26px !important;
  }
}

.fontSize47 {
  font-size: 47px !important;
}

@media (max-width: 640px) {
  .fontSize47 {
    font-size: 27px !important;
  }
}

.fontSize48 {
  font-size: 48px !important;
}

@media (max-width: 640px) {
  .fontSize48 {
    font-size: 28px !important;
  }
}

.fontSize49 {
  font-size: 49px !important;
}

@media (max-width: 640px) {
  .fontSize49 {
    font-size: 29px !important;
  }
}

.fontSize50 {
  font-size: 50px !important;
}

@media (max-width: 640px) {
  .fontSize50 {
    font-size: 30px !important;
  }
}

.fontSize51 {
  font-size: 51px !important;
}

@media (max-width: 640px) {
  .fontSize51 {
    font-size: 31px !important;
  }
}

.fontSize52 {
  font-size: 52px !important;
}

@media (max-width: 640px) {
  .fontSize52 {
    font-size: 32px !important;
  }
}

.fontSize53 {
  font-size: 53px !important;
}

@media (max-width: 640px) {
  .fontSize53 {
    font-size: 33px !important;
  }
}

.fontSize54 {
  font-size: 54px !important;
}

@media (max-width: 640px) {
  .fontSize54 {
    font-size: 34px !important;
  }
}

.fontSize55 {
  font-size: 55px !important;
}

@media (max-width: 640px) {
  .fontSize55 {
    font-size: 35px !important;
  }
}

.fontSize56 {
  font-size: 56px !important;
}

@media (max-width: 640px) {
  .fontSize56 {
    font-size: 36px !important;
  }
}

.fontSize57 {
  font-size: 57px !important;
}

@media (max-width: 640px) {
  .fontSize57 {
    font-size: 37px !important;
  }
}

.fontSize58 {
  font-size: 58px !important;
}

@media (max-width: 640px) {
  .fontSize58 {
    font-size: 38px !important;
  }
}

.fontSize59 {
  font-size: 59px !important;
}

@media (max-width: 640px) {
  .fontSize59 {
    font-size: 39px !important;
  }
}

.fontSize60 {
  font-size: 60px !important;
}

@media (max-width: 640px) {
  .fontSize60 {
    font-size: 40px !important;
  }
}

.fontSize61 {
  font-size: 61px !important;
}

@media (max-width: 640px) {
  .fontSize61 {
    font-size: 41px !important;
  }
}

.fontSize62 {
  font-size: 62px !important;
}

@media (max-width: 640px) {
  .fontSize62 {
    font-size: 42px !important;
  }
}

.outdent10 {
  text-indent: -10px;
  margin-left: 10px;
  display: block;
}

.outdent11 {
  text-indent: -11px;
  margin-left: 11px;
  display: block;
}

.outdent12 {
  text-indent: -12px;
  margin-left: 12px;
  display: block;
}

.outdent13 {
  text-indent: -13px;
  margin-left: 13px;
  display: block;
}

.outdent14 {
  text-indent: -14px;
  margin-left: 14px;
  display: block;
}

.outdent15 {
  text-indent: -15px;
  margin-left: 15px;
  display: block;
}

.outdent16 {
  text-indent: -16px;
  margin-left: 16px;
  display: block;
}

.outdent17 {
  text-indent: -17px;
  margin-left: 17px;
  display: block;
}

.outdent18 {
  text-indent: -18px;
  margin-left: 18px;
  display: block;
}

.outdent19 {
  text-indent: -19px;
  margin-left: 19px;
  display: block;
}

.outdent20 {
  text-indent: -20px;
  margin-left: 20px;
  display: block;
}

.outdent21 {
  text-indent: -21px;
  margin-left: 21px;
  display: block;
}

.outdent22 {
  text-indent: -22px;
  margin-left: 22px;
  display: block;
}

.outdent23 {
  text-indent: -23px;
  margin-left: 23px;
  display: block;
}

.outdent24 {
  text-indent: -24px;
  margin-left: 24px;
  display: block;
}

.outdent25 {
  text-indent: -25px;
  margin-left: 25px;
  display: block;
}

.outdent26 {
  text-indent: -26px;
  margin-left: 26px;
  display: block;
}

.outdent27 {
  text-indent: -27px;
  margin-left: 27px;
  display: block;
}

.outdent28 {
  text-indent: -28px;
  margin-left: 28px;
  display: block;
}

.outdent29 {
  text-indent: -29px;
  margin-left: 29px;
  display: block;
}

.outdent30 {
  text-indent: -30px;
  margin-left: 30px;
  display: block;
}

.outdent31 {
  text-indent: -31px;
  margin-left: 31px;
  display: block;
}

.outdent32 {
  text-indent: -32px;
  margin-left: 32px;
  display: block;
}

.outdent33 {
  text-indent: -33px;
  margin-left: 33px;
  display: block;
}

.outdent34 {
  text-indent: -34px;
  margin-left: 34px;
  display: block;
}

.outdent35 {
  text-indent: -35px;
  margin-left: 35px;
  display: block;
}

.outdent36 {
  text-indent: -36px;
  margin-left: 36px;
  display: block;
}

.outdent37 {
  text-indent: -37px;
  margin-left: 37px;
  display: block;
}

.outdent38 {
  text-indent: -38px;
  margin-left: 38px;
  display: block;
}

.outdent39 {
  text-indent: -39px;
  margin-left: 39px;
  display: block;
}

.outdent40 {
  text-indent: -40px;
  margin-left: 40px;
  display: block;
}

.outdent41 {
  text-indent: -41px;
  margin-left: 41px;
  display: block;
}

.outdent42 {
  text-indent: -42px;
  margin-left: 42px;
  display: block;
}

.outdent43 {
  text-indent: -43px;
  margin-left: 43px;
  display: block;
}

.outdent44 {
  text-indent: -44px;
  margin-left: 44px;
  display: block;
}

.outdent45 {
  text-indent: -45px;
  margin-left: 45px;
  display: block;
}

.outdent46 {
  text-indent: -46px;
  margin-left: 46px;
  display: block;
}

.outdent47 {
  text-indent: -47px;
  margin-left: 47px;
  display: block;
}

.outdent48 {
  text-indent: -48px;
  margin-left: 48px;
  display: block;
}

.outdent49 {
  text-indent: -49px;
  margin-left: 49px;
  display: block;
}

.outdent50 {
  text-indent: -50px;
  margin-left: 50px;
  display: block;
}

.loader-circle {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999;
  background: -moz-linear-gradient(left, #999 30%, rgba(153, 153, 153, 0) 100%);
  background: -webkit-linear-gradient(left, #999 30%, rgba(153, 153, 153, 0) 100%);
  background: -o-linear-gradient(left, #999 30%, rgba(153, 153, 153, 0) 100%);
  background: -ms-linear-gradient(left, #999 30%, rgba(153, 153, 153, 0) 100%);
  background: linear-gradient(to right, #999 30%, rgba(153, 153, 153, 0) 100%);
  position: relative;
  -webkit-animation: loader-anim 1s infinite linear;
  animation: loader-anim 1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader-circle:before {
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader-circle:after {
  background: #f0f0f1;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-loader {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f0f0f1;
}

.page-loader .wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 102px;
  height: 140px;
  text-align: center;
}

.page-loader .wrap p {
  position: relative;
  margin: 0px auto 18px auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .5px;
  font-size: 18px;
}

.page-loader .wrap .loader-circle {
  margin: 15px auto;
}

@-webkit-keyframes loader-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak] {
  opacity: 0;
}

.color-yellow {
  color: #d7dd22;
}

.color-purple {
  color: #3900A4;
}

.color-orange {
  color: #E05901;
}

a[href]:hover, a[href]:active {
  opacity: 1;
  text-decoration: none;
}

.pageHeight, body, html {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body, html {
  outline: none;
  font-weight: normal;
}

html {
  -webkit-locale: "tw";
}

body {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: 0.125em;
  color: #2b2b2b;
  background: black;
}

.slick-slider {
  position: relative;
}

.slick-slider .slide-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: none;
  outline: none;
  left: 10px;
  cursor: pointer;
  opacity: 0.9;
}

.slick-slider .slide-arrow.next-arrow {
  left: auto;
  right: 10px;
}

.slick-slider .slide-arrow svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.slick-slider .slide-arrow:hover {
  opacity: 1;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style-type: none;
  margin: 0 -3px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.slick-slider .slick-dots li {
  margin: 0 3px;
}

.slick-slider .slick-dots li.slick-active .betdiamond {
  background: #d7dd22;
}

.slick-slider .slick-dots .betdiamond {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: white;
  display: block;
}

.pageWidth, .header .headerMask, .coverSlide, .singleContainer {
  width: 1240px;
  max-width: calc(100% - 20px);
  margin: auto;
}

.floatWindow {
  position: fixed;
  right: 0;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.floatWindow a.btn {
  font-size: 18px;
  font-weight: bold;
  background: #d7dd22;
  padding: 10px;
  border-radius: unset;
  line-height: initial;
}

.floatWindow a.btn + .btn {
  margin-top: 10px;
}

.floatWindow a.btn.imgBtn {
  padding: 0;
  border: none;
}

.floatWindow a.btn.imgBtn img {
  display: block;
}

.floatWindow .backTop {
  background: #E05901;
  margin-top: 8px;
  padding: 5px;
  text-align: center;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .floatWindow a.btn {
    font-size: 12px;
    padding: 5px;
  }
  .floatWindow .backTop {
    padding: 1px;
    padding-top: 5px;
  }
}

.header {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  background: black;
}

.header .headerMask {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo img {
  width: 74px;
}

.header .rwdButton {
  display: none;
  position: relative;
  z-index: 6;
  height: 18px;
  width: 25px;
}

.header .rwdButton span {
  display: block;
  background: white;
  height: 2px;
  width: inherit;
  position: absolute;
  transform-origin: top left;
  transition: .2s;
  opacity: 1;
}

.header .rwdButton span:nth-child(2) {
  top: 8px;
}

.header .rwdButton span:nth-child(3) {
  bottom: 0;
}

.header .rwdButton.active span:nth-child(1) {
  transform: rotate(45deg) translateY(-2px);
}

.header .rwdButton.active span:nth-child(2) {
  opacity: 0;
}

.header .rwdButton.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(1px);
}

.header .mainNav {
  display: flex;
  flex-wrap: nowrap;
  margin-right: -20px;
}

.header .mainNav .item {
  font-size: 18px;
  font-weight: 500;
  color: white;
  display: block;
  margin: 0 20px;
}

@media (max-width: 768px) {
  .header .logo {
    margin: 6px 0;
  }
  .header .logo img {
    width: 36px;
  }
  .header .rwdButton {
    display: block;
  }
  .header .rwdButton.active + .mainNav {
    opacity: 1;
    z-index: 5;
    display: flex;
  }
  .header .mainNav {
    position: fixed;
    flex-direction: column;
    margin-right: 0;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: .5s;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
  }
  .header .mainNav .item {
    margin: 10px 0;
  }
}

.coverSlide {
  margin-top: 90px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .coverSlide {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.flexPhoto {
  height: 682px;
  background-attachment: fixed;
  background-size: 100%;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 768px) {
  .flexPhoto {
    height: 120px;
  }
}

.singleContainer {
  margin-bottom: 100px;
}

.singleContainer h2.title, .singleContainer h3.title {
  font-weight: bold;
  line-height: initial;
  color: white;
  letter-spacing: 0.58px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.singleContainer h2.title svg, .singleContainer h3.title svg {
  fill: #d7dd22;
  width: 14px;
  height: 47px;
  display: inline-block;
  vertical-align: bottom;
}

.singleContainer h2.title {
  font-size: 35px;
}

.singleContainer h3.title {
  font-size: 20px;
}

.singleContainer h3.title svg {
  width: 8px;
  height: 27px;
}

.singleContainer[page="active"] {
  position: relative;
}

.singleContainer[page="active"] h2.title {
  position: absolute;
  top: 15px;
  z-index: 1;
}

.singleContainer[page="active"] .s-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.singleContainer[page="active"] .s-row .s-col:nth-child(1) {
  min-width: 470px;
  max-width: 470px;
}

.singleContainer[page="active"] .s-row .s-col:nth-child(2) {
  padding-left: 60px;
  margin-top: -60px;
}

.singleContainer[page="active"] .s-row .detail {
  color: white;
}

.singleContainer[page="active"] .s-row .detail span {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 28px;
}

.singleContainer[page="active"] .s-row .sDetail {
  margin-top: 30px;
}

.singleContainer[page="gift"] {
  margin-bottom: 20px;
}

.singleContainer[page="gift"] .rowContent {
  background: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  margin-top: 25%;
}

.singleContainer[page="gift"] .rowContent .s-row {
  text-align: center;
  position: relative;
}

.singleContainer[page="gift"] .rowContent .s-row .photo {
  max-width: 90%;
}

.singleContainer[page="gift"] .rowContent .s-row:nth-child(1) .photo {
  margin-top: -20%;
}

.singleContainer[page="gift"] .rowContent .s-row:nth-child(2) .photo {
  margin-top: 30px;
}

.singleContainer[page="gift"] .rowContent .s-row h4.title {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0.22px;
  font-weight: bold;
}

.singleContainer[page="gift"] .rowContent .s-row .detail {
  background: #D9E021;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.3px;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
}

.singleContainer[page="flow"] .s-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}

.singleContainer[page="flow"] .s-row .s-col {
  margin: 0 20px;
  margin-top: 50px;
  display: flex;
  width: calc((100% / 3) - 40px);
  background: url("../images/dot_bg.jpg") white no-repeat top center;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.singleContainer[page="flow"] .s-row .s-col .icon {
  stroke-dashoffset: 1000%;
  stroke-dasharray: 1000%;
  fill: black;
  margin-top: 30px;
}

.singleContainer[page="flow"] .s-row .s-col.aos-animate .icon {
  stroke: black;
  animation: move 3s linear forwards;
}

.singleContainer[page="flow"] .s-row .s-col:nth-child(1) .icon {
  width: 130px;
  height: 60px;
}

.singleContainer[page="flow"] .s-row .s-col:nth-child(2) .icon {
  width: 77px;
  height: 78px;
}

.singleContainer[page="flow"] .s-row .s-col:nth-child(3) .icon {
  width: 89px;
  height: 76px;
}

.singleContainer[page="flow"] .s-row .s-col:nth-child(4) .icon {
  width: 86px;
  height: 82px;
}

.singleContainer[page="flow"] .s-row .s-col:nth-child(5) .icon {
  width: 74px;
  height: 84px;
}

.singleContainer[page="flow"] .s-row .s-col .num {
  position: absolute;
  left: 19px;
  top: -44px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 65px;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: bold;
  background: #d7dd22;
}

.singleContainer[page="flow"] .s-row .s-col:nth-child(2n) .num {
  background: #D06615;
  color: white;
}

.singleContainer[page="flow"] .s-row .s-col .title {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 500;
  text-shadow: none;
}

.singleContainer[page="flow"] .s-row .s-col .detail {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.singleContainer[page="challenge"] {
  position: relative;
}

.singleContainer[page="challenge"] h2.title {
  position: absolute;
  top: 15%;
  z-index: 1;
}

.singleContainer[page="challenge"] .s-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.singleContainer[page="challenge"] .s-row .s-col:nth-child(1) {
  min-width: 597px;
  max-width: 587px;
  height: 580px;
}

.singleContainer[page="challenge"] .s-row .s-col:nth-child(2) {
  padding-left: 50px;
}

.singleContainer[page="challenge"] .s-row .s-col .textSvg {
  width: 100%;
}

.singleContainer[page="challenge"] .s-row .s-col .ulList {
  margin: 52px 0;
  margin-left: 15px;
}

.singleContainer[page="challenge"] .s-row .s-col .ulList li {
  color: white;
  font-size: 18px;
  letter-spacing: 0.3px;
  position: relative;
}

.singleContainer[page="challenge"] .s-row .s-col .ulList li:before {
  content: '●';
  position: absolute;
  left: -24px;
  top: -12px;
  display: block;
  color: white;
  font-size: 30px;
}

.singleContainer[page="challenge"] .s-row .s-col .foot .btn {
  width: 100%;
  font-size: 28px;
  padding: 13px 0;
  background: #d7dd22;
  font-weight: 500;
  border-radius: 8px;
}

.singleContainer[page="challenge"] .slick-dots {
  bottom: -50px;
  margin: 0;
  padding: 0;
}

.singleContainer[page="kol"] .s-row {
  width: 100%;
  margin: 0px auto;
  margin-top: 50px;
}

.singleContainer[page="kol"] .s-row .colMask {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 100%;
  overflow: auto;
  font-size: 0;
}

.singleContainer[page="kol"] .s-row .colMask .s-col {
  padding-bottom: 20px;
}

.singleContainer[page="kol"] .s-row .colMask .s-col > * {
  width: 100%;
  max-width: 100%;
  background-color: white;
}

.singleContainer[page="kol"] .s-row .kolFooter {
  text-align: center;
  margin-top: 80px;
}

.singleContainer[page="kol"] .s-row .kolFooter .btn {
  background: #E05901;
  color: white;
  width: 200px;
  font-size: 18px;
  padding: 8px 0;
}

.singleContainer[page="notice"] .numList {
  margin-top: 20px;
  margin-left: -15px;
}

.singleContainer[page="notice"] .numList li {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .singleContainer h2.title {
    font-size: 20px;
  }
  .singleContainer h2.title svg {
    width: 8px;
    height: 27px;
  }
  .singleContainer h3.title {
    font-size: 18px;
  }
  .singleContainer h3.title svg {
    width: 7px;
    height: 25px;
  }
  .singleContainer[page="active"] .s-row {
    flex-direction: column;
  }
  .singleContainer[page="active"] .s-row .s-col:nth-child(1) {
    max-width: 100%;
    min-width: 100%;
  }
  .singleContainer[page="active"] .s-row .s-col:nth-child(2) {
    padding-left: 0;
    margin-top: 0;
  }
  .singleContainer[page="active"] .s-row .detail {
    font-size: 15px;
  }
  .singleContainer[page="active"] .s-row .detail span {
    font-size: 18px;
  }
  .singleContainer[page="gift"] .rowContent .s-row .photo {
    max-width: 70%;
  }
  .singleContainer[page="gift"] .rowContent .s-row:nth-child(2) .photo {
    max-width: 90%;
  }
  .singleContainer[page="gift"] .rowContent .s-row h4.title {
    font-size: 13px;
    left: 10px;
    top: 0;
  }
  .singleContainer[page="gift"] .rowContent .s-row .detail {
    font-size: 12px;
  }
  .singleContainer[page="flow"] .s-row {
    flex-direction: column;
    margin: 0;
    margin-top: 80px;
  }
  .singleContainer[page="flow"] .s-row .s-col {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
  }
  .singleContainer[page="challenge"] h2.title {
    top: 60px;
  }
  .singleContainer[page="challenge"] .s-row {
    flex-direction: column;
  }
  .singleContainer[page="challenge"] .s-row .s-col:nth-child(1) {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
  .singleContainer[page="challenge"] .s-row .s-col:nth-child(2) {
    padding-left: 0;
  }
  .singleContainer[page="challenge"] .s-row .s-col .textSvg {
    margin-top: 30px;
  }
  .singleContainer[page="challenge"] .s-row .s-col .ulList {
    margin: 30px 0;
  }
  .singleContainer[page="challenge"] .s-row .s-col .ulList li {
    font-size: 14px;
    letter-spacing: 0.23px;
  }
  .singleContainer[page="challenge"] .s-row .s-col .foot .btn {
    font-size: 20px;
    letter-spacing: 0.33px;
  }
  .singleContainer[page="kol"] .s-row .colMask {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .singleContainer[page="kol"] .s-row .colMask .s-col > * {
    width: 100%;
    max-width: 100%;
    background-color: white;
  }
  .singleContainer[page="notice"] .numList {
    margin-top: 20px;
  }
  .singleContainer[page="notice"] .numList li {
    font-size: 13px;
    line-height: 26px;
  }
}

.footer {
  background: white;
  padding: 50px 0;
}

.footer .row {
  align-items: center;
}

.footer .row > * {
  line-height: 32px;
}

.footer .row > *, .footer .row a {
  font-weight: 500;
  font-size: 18px;
}

.footer .row a {
  color: black;
}

@media (max-width: 768px) {
  .footer {
    padding: 25px 0;
  }
  .footer .row img {
    width: 100%;
  }
  .footer .row > * {
    line-height: 25px;
  }
  .footer .row > *:last-child {
    padding-top: 20px;
  }
  .footer .row > *, .footer .row a {
    font-size: 13px;
  }
}

.comingText {
  font-size: 80px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  font-style: italic;
  text-shadow: 3px 3px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .comingText {
    font-size: 40px;
  }
}

@keyframes move {
  0% {
    fill: rgba(0, 0, 0, 0);
  }
  90% {
    stroke-dashoffset: 0%;
    fill: rgba(0, 0, 0, 0);
  }
  100% {
    fill: black;
  }
}
