* {
  -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;
}

.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("https://storage.googleapis.com/funbid_img/events/20210804_rakuten/logo_header1140.jpg") no-repeat;
  background-position: center center;
  width: 100%;
  height: 63px;
}

.o-main-view {
  position: relative;
  background-image: url("https://funbid-img.s3.ap-northeast-1.amazonaws.com/events/20240501_servicefee/img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  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;
}
@media all and (max-width: 480px) {
  .o-main-view {
    background-image: url("https://funbid-img.s3.ap-northeast-1.amazonaws.com/events/20240501_servicefee/img/m/bg.jpg");
  }
}
.o-main-view-object__img {
  position: absolute;
}
.o-main-view-object__img--slogan {
  position: relative;
  z-index: 2;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  padding: 2.5rem 0;
}
@media all and (max-width: 1024px) {
  .o-main-view-object__img--slogan {
    text-align: center;
  }
  .o-main-view-object__img--slogan img {
    width: 96%;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .o-main-view-object__img--slogan {
    padding: 1rem 0;
  }
}
.o-main-view-object__img-float {
  top: 4%;
  left: 14%;
  z-index: 2;
  -webkit-animation: upToDown 1.5s infinite alternate;
          animation: upToDown 1.5s infinite alternate;
}
@media all and (max-width: 1024px) {
  .o-main-view-object__img-float {
    display: none;
  }
}
.o-main-view-object__img-left {
  bottom: 0%;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .o-main-view-object__img-left {
    display: none;
  }
}
.o-main-view-object__img-right {
  bottom: 0%;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .o-main-view-object__img-right {
    display: none;
  }
}

.list {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-item {
  margin-right: 1rem;
  margin-bottom: 2rem;
  width: calc(25% - 1rem);
}
@media all and (max-width: 480px) {
  .list-item {
    width: calc(50% - 1rem);
  }
}

.o-event-service {
  position: relative;
  background-image: url("https://funbid-img.s3.ap-northeast-1.amazonaws.com/events/20240501_servicefee/img/content_1/bg.jpg");
  border-top: 0.5rem solid #434cff;
  background-size: 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;
}
.o-event-service .service-content {
  padding: 3rem 0;
}
@media all and (max-width: 480px) {
  .o-event-service .service-content > img {
    max-width: 90%;
    margin: 0 auto;
  }
}
.o-event-web {
  position: relative;
  background-image: url("https://funbid-img.s3.ap-northeast-1.amazonaws.com/events/20240501_servicefee/img/content_2/bg.jpg");
  background-size: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}
.o-event-web .web-title {
  margin-bottom: 2rem;
}
.o-event-product {
  position: relative;
  background-image: url("https://funbid-img.s3.ap-northeast-1.amazonaws.com/events/20240501_servicefee/img/content_3/bg.jpg");
  background-size: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}
.o-event-product .product-title {
  margin-bottom: 2rem;
}
.o-event-notice {
  background: url("https://funbid-img.s3.ap-northeast-1.amazonaws.com/events/20240501_servicefee/img/bg-2.jpg");
  background-size: auto;
  padding: 4rem 0;
  font-size: 1.2rem;
  color: #2b004f;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 480px) {
  .o-event-notice {
    padding-top: 2rem;
    background-position: top center;
  }
}
.o-event-notice img {
  position: relative;
  z-index: 1;
}
.o-event-notice-content {
  position: relative;
  top: -3rem;
  border-radius: 30px;
  padding: 4rem 2rem;
  background-color: #ffffff;
  text-align: justify;
}
@media all and (max-width: 480px) {
  .o-event-notice-content {
    padding: 4rem 1rem;
  }
}
.o-event-notice-content ul {
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
@media all and (max-width: 480px) {
  .o-event-notice-content ul {
    -webkit-padding-start: 1.5rem;
            padding-inline-start: 1.5rem;
  }
}
.o-event-notice-content ul ol {
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  margin: 0.5rem 0;
}
.o-event-notice-content ul ol > li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.o-event-notice-content ul ol > li:last-child {
  margin-bottom: 0;
}
.o-event-notice-content ul li {
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}
.o-event-notice-content .point {
  color: #db2ec0;
}
.o-event-notice-content .link {
  font-size: 1rem;
  color: #7300d4;
}

.o-footer {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 69px;
  background: #530087;
  text-align: center;
}
@media all and (max-width: 480px) {
  .o-footer {
    height: 80px;
  }
}
.o-footer .list {
  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;
  list-style-type: none;
  height: 100%;
}
@media all and (max-width: 480px) {
  .o-footer .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.o-footer .list a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-right: 6rem;
}
@media all and (max-width: 1024px) {
  .o-footer .list a {
    margin-right: 2rem;
  }
}
@media all and (max-width: 480px) {
  .o-footer .list a {
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.o-footer .list a:last-child {
  margin-right: 0;
}
.o-footer .list a i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.o-footer .list a i.rotate {
  transform: rotate(-85deg);
  -webkit-transform: rotate(-85deg);
}
@media all and (max-width: 480px) {
  .o-footer .list a i {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
@media all and (max-width: 480px) {
  .o-footer .list a span {
    display: block;
  }
}
.o-footer .list a:hover {
  text-decoration: none;
  color: #ff78bd;
}