* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 14px/1.15 "Microsoft Jhenghei", arial, sans-serif !important;
  color: #383838;
  background: #f2f2f2;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

*:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

[data-aos] {
  visibility: hidden;
}

[data-aos].animate__animated {
  visibility: visible;
}

body {
  background: white;
}

.main-content {
  padding-bottom: 3rem;
}

.container {
  max-width: 960px;
}

.o-header {
  text-align: center;
  background: white;
  border-bottom: 3px solid #fecd28;
}
.o-header__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("//letaoimg.s3-ap-northeast-1.amazonaws.com/common/logo/h-letao-logo.png") no-repeat;
  background-position: center center;
  width: 200px;
  height: 63px;
}

.section__title-img {
  margin: 0.5rem 0;
}

.o-main-view-object_kv_right {
  right: 15%;
  bottom: 0%;
  height: 20%;
  -webkit-animation: bounceInLeft 2s ease-in-out;
          animation: bounceInLeft 2s ease-in-out;
  opacity: 1 !important;
}
@media all and (max-width: 480px) {
  .o-main-view-object_kv_right {
    height: auto;
    width: 110%;
    left: -10%;
    bottom: 0%;
  }
}

.o-main-view-object__image {
  position: absolute;
}
@media all and (max-width: 1024px) {
  .o-main-view-object__image {
    opacity: 0;
  }
}

.o-main-view {
  height: 82dvh;
  min-height: 40rem;
  z-index: 999;
  background-image: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20230801_AUGfreetip/img/kv_bg.png");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .o-main-view {
    height: 30vh;
    min-height: 20rem;
    background-position: center center;
  }
  .o-main-view::after {
    height: 15px;
  }
}
@media all and (max-width: 480px) {
  .o-main-view {
    min-height: 60vw;
    background-position: center center;
  }
}
.o-main-view-object__img {
  position: absolute;
}
.o-main-view-object__img--slogan {
  top: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-animation: boxBounce 2s ease-in-out;
          animation: boxBounce 2s ease-in-out;
}
@media all and (max-width: 1440px) {
  .o-main-view-object__img--slogan {
    top: 20vh;
    max-width: 55%;
  }
}
@media all and (max-width: 1024px) {
  .o-main-view-object__img--slogan {
    top: 15%;
    max-width: 65%;
  }
}
@media all and (max-width: 480px) {
  .o-main-view-object__img--slogan {
    max-width: 99%;
  }
}
.o-main-view-object__img--text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: #5ed1ca;
}
.o-main-view-object__img--text > .img-fluid {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .o-main-view-object__img--text > .img-fluid {
    width: 60%;
  }
}
@media all and (max-width: 480px) {
  .o-main-view-object__img--text {
    margin: auto;
  }
}
.o-main-view__button {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .o-main-view__button {
    bottom: 10px;
  }
}
@media all and (max-width: 480px) {
  .o-main-view__button {
    bottom: 5px;
    right: 10px;
    left: 10px;
    max-width: 80%;
  }
}
.o-main-view__button .button-item {
  max-width: 550px;
  width: 96%;
}
.o-main-view__button .button-item--left {
  margin-right: 25px;
}
@media all and (max-width: 1024px) {
  .o-main-view__button .button-item--left {
    margin-right: 10px;
  }
}
.o-main-view__button .button-item--right {
  margin-left: 25px;
}
@media all and (max-width: 1024px) {
  .o-main-view__button .button-item--right {
    margin-left: 10px;
  }
}
@media all and (max-width: 1024px) {
  .o-main-view__button .button-item {
    width: 350px;
  }
}
@media all and (max-width: 480px) {
  .o-main-view__button .button-item {
    width: 240px;
  }
}
.o-main-view-object_L01 {
  top: 10%;
  left: 7%;
  -webkit-animation: dokidoki 1.25s ease-in-out infinite alternate;
          animation: dokidoki 1.25s ease-in-out infinite alternate;
}
.o-main-view-object_L02 {
  bottom: 4%;
  left: 4%;
  -webkit-animation: dokidoki 1.75s ease-in-out infinite alternate;
          animation: dokidoki 1.75s ease-in-out infinite alternate;
}
.o-main-view-object_R01 {
  top: 33%;
  right: 10%;
  -webkit-animation: dokidoki 1.5s ease-in-out infinite alternate;
          animation: dokidoki 1.5s ease-in-out infinite alternate;
}
.o-main-view-object_R02 {
  bottom: -5px;
  right: 2%;
  -webkit-animation: slideInLeft 0.5s ease-in-out;
          animation: slideInLeft 0.5s ease-in-out;
}
.o-main-view-object_R03 {
  bottom: 0px;
  left: 4%;
  -webkit-animation: slideInRight 0.5s ease-in-out;
          animation: slideInRight 0.5s ease-in-out;
}

.kv-section-gift-lottery {
  position: relative;
  text-align: center;
}
.kv-section-gift-lottery__overlay.mask-active::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.kv-section-gift-lottery__img {
  margin-bottom: 1.25rem;
}
.kv-section-gift-lottery__txt {
  font-size: 1rem;
}
.kv-section-gift-lottery__notice {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 60;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  width: 80%;
}
.kv-section-gift__lottery {
  cursor: pointer;
  position: relative;
  background: 0;
  border: 0;
  position: absolute;
  top: 30%;
  right: -5vw;
  z-index: 999;
}
.kv-section-gift__lottery:disabled {
  cursor: not-allowed;
}
@media all and (max-width: 768px) {
  .kv-section-gift__lottery {
    top: 30%;
    right: -3%;
    max-width: 25%;
  }
}

.o-event-content {
  background-image: url("//letaoimg.s3-ap-northeast-1.amazonaws.com/events/20230801_AUGfreetip/img/bg_2.png");
  background-size: auto;
  background-repeat: repeat;
  border-bottom: 4px solid #2a2c2b;
}
.o-event-notice {
  padding: 2rem 2.5rem 2rem 2.5rem;
  border-radius: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #414141;
}
@media all and (max-width: 1024px) {
  .o-event-notice {
    padding: 0 1rem 2rem 1rem;
  }
}
.o-event-notice > ol {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
@media all and (max-width: 1024px) {
  .o-event-notice > ol {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
.o-event-notice > ol > ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  margin-bottom: 0.5rem;
}
.o-event-notice > ol > li {
  list-style-type: cjk-ideographic;
  list-style-image: url();
  font-weight: bold;
}
.o-event-notice__title {
  margin-bottom: 1rem;
}
.o-event-notice-list {
  font-weight: normal;
}
.o-event-notice-list--point {
  color: #ff5400;
}
.o-event-notice-list mark {
  background: 0 !important;
  padding: 0;
  color: #00b292;
  font-weight: bold;
}
.o-event-notice-list li {
  list-style: decimal;
}
.o-event-rule {
  padding: 2rem 0;
  background-image: url("//letaoimg.s3-ap-northeast-1.amazonaws.com/events/20230801_AUGfreetip/img/bg_3.png");
  background-size: auto;
  background-repeat: repeat;
}
@media all and (max-width: 480px) {
  .o-event-rule {
    padding: 2rem 0;
  }
}
.o-event-rule__card {
  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;
  max-width: 100%;
  width: 250px;
  min-height: 170px;
  margin-bottom: 1.5rem;
}
.o-event-rule__card:hover {
  opacity: 0.75;
}
.o-event-rule__card:nth-child(4n) {
  margin-bottom: 0;
}
@media all and (max-width: 480px) {
  .o-event-rule__card {
    min-height: initial;
  }
}

.o-section__title {
  margin: 1.25rem 0;
}
@media all and (max-width: 480px) {
  .o-section__title {
    margin: 1rem 0;
    font-size: 2rem;
  }
}
.o-section__title-img {
  max-width: 50%;
}
@media all and (max-width: 480px) {
  .o-section__title-img {
    max-width: 85%;
  }
}

.o-footer {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  background: #1e1f1f;
  text-align: center;
}
.o-footer__link {
  display: inline-block;
  margin: 0 0.75rem;
  padding: 0.25rem 1rem;
  line-height: 2rem;
  border-radius: 5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  background: white;
  color: #1e1f1f;
  border: 1px solid #1e1f1f;
}
@media all and (max-width: 768px) {
  .o-footer__link {
    font-size: 1rem;
    padding: 0rem 0.25rem;
    margin: 0 0.25rem;
  }
}
@media all and (max-width: 480px) {
  .o-footer__link {
    padding-left: 0.4rem;
  }
}
.o-footer__link:hover {
  color: white;
  border-color: #1e1f1f;
  background: #00b292;
  text-decoration: none;
}
.o-footer__link:hover::after {
  background: white;
  color: #00b292;
  border: 2px solid white;
}
.o-footer__link:after {
  content: "\f054";
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  margin-top: -0.275rem;
  margin-left: 0.3rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: bold;
  background: white;
  color: #1e1f1f;
  border: 2px solid #1e1f1f;
  border-radius: 50%;
}
@media all and (max-width: 768px) {
  .o-footer__link:after {
    vertical-align: initial;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  .o-footer__link:after {
    margin-left: 0;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100vw, 0, 0);
            transform: translate3d(-100vw, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100vw, 0, 0);
            transform: translate3d(-100vw, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100vw, 0, 0);
            transform: translate3d(100vw, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100vw, 0, 0);
            transform: translate3d(100vw, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100vw, 0);
            transform: translate3d(0, 100vw, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100vw, 0);
            transform: translate3d(0, 100vw, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lidBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1) rotate(0);
            transform: translateY(0) scale(1, 1) rotate(0);
  }
  62.5% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(25%) scale(1.14, 0.95) rotate(0);
            transform: translateY(25%) scale(1.14, 0.95) rotate(0);
  }
  68.75% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(-22.5%) scale(1.05, 1.03) rotate(15deg);
            transform: translateY(-22.5%) scale(1.05, 1.03) rotate(15deg);
  }
  75% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: translateY(-50%) scale(0.96, 1.1) rotate(5deg);
            transform: translateY(-50%) scale(0.96, 1.1) rotate(5deg);
  }
  87.5% {
    -webkit-transform: translateY(10%) scale(1.12, 0.93) rotate(-3deg);
            transform: translateY(10%) scale(1.12, 0.93) rotate(-3deg);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1) rotate(0);
            transform: translateY(0) scale(1, 1) rotate(0);
  }
}
@keyframes lidBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1) rotate(0);
            transform: translateY(0) scale(1, 1) rotate(0);
  }
  62.5% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateY(25%) scale(1.14, 0.95) rotate(0);
            transform: translateY(25%) scale(1.14, 0.95) rotate(0);
  }
  68.75% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: translateY(-22.5%) scale(1.05, 1.03) rotate(15deg);
            transform: translateY(-22.5%) scale(1.05, 1.03) rotate(15deg);
  }
  75% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: translateY(-50%) scale(0.96, 1.1) rotate(5deg);
            transform: translateY(-50%) scale(0.96, 1.1) rotate(5deg);
  }
  87.5% {
    -webkit-transform: translateY(10%) scale(1.12, 0.93) rotate(-3deg);
            transform: translateY(10%) scale(1.12, 0.93) rotate(-3deg);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1) rotate(0);
            transform: translateY(0) scale(1, 1) rotate(0);
  }
}
@-webkit-keyframes boxBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
            transform: translateY(15%) scale(1.12, 0.89);
  }
  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
            transform: translateY(-15%) scale(0.92, 1.1);
  }
  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
            transform: translateY(0) scale(1.05, 0.9);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
@keyframes boxBounce {
  from, 50% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  62.5% {
    -webkit-transform: translateY(15%) scale(1.12, 0.89);
            transform: translateY(15%) scale(1.12, 0.89);
  }
  75% {
    -webkit-transform: translateY(-15%) scale(0.92, 1.1);
            transform: translateY(-15%) scale(0.92, 1.1);
  }
  87.5% {
    -webkit-transform: translateY(0) scale(1.05, 0.9);
            transform: translateY(0) scale(1.05, 0.9);
  }
  to {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}
@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes translateY {
  0% {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes dokidoki {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}