@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

html {
  overflow-x: clip;
}

body {
  position: relative;
  font-family: "微軟正黑體", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #1a1818;
  width: 100%;
  height: auto;
  color: #fff;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button,
button:focus {
  outline: none;
  border: 0;
  background: none;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
} */

.title {
  position: relative;
  margin: 1vh auto;
}

/* seemore */
.seeMore {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 215px;
  height: 130px;
  z-index: 10;
  transition: .3s all;
  display: inline-block;
  animation: upDown 2s ease-in-out infinite;
}

.seeMore:hover {
  filter: brightness(1.2);
}

/* sidebar */
.section-side {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all .3s ease-in-out;
}

.section-side .btn-on {
  position: absolute;
  right: 0;
  top: -175px;
  width: 45px;
  height: 46px;
  z-index: 10;
  transition: all .3s ease-in-out;
  opacity: 0
}

.section-side .btn-on.show {
  opacity: 1;
}

.section-side .btn-on.show:hover {
  filter: brightness(1.5);
}

.section-side .btn-on.open img {
  content: url(../images/open.png);
}

.section-side .sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  transition: all .3s ease-in-out
}

.section-side .sidebar li {
  position: relative;
  margin: 3% auto;
}

.section-side .sidebar li a {
  display: block;
  width: 347px;
  height: 52px;
  transition: .3s linear;
  filter: brightness(1);
}

.section-side .sidebar li a.active {
  filter: brightness(1.3);
}

.section-side .sidebar li a:hover {
  filter: brightness(1.3);
}

.section-side .sidebar.show {
  opacity: 1
}

.section-side .sidebar.open {
  transform: translateY(-50%) translateX(0)
}

.section-side .sidebar.off {
  transform: translateY(-50%) translateX(100%);
  pointer-events: none
}

/* header */
#header,
section {
  position: relative;
  min-height: 100vh;
  text-align: center;
}

#header {
  /* min-height: 1192px; */
  background: url(../images/mainBg.png) no-repeat center center/cover;
  z-index: 1;
  padding: 5% 0;
  margin-bottom: -1%;
}

.contents {
  position: relative;
}

.contents .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50vh 0 0 0;
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.contents::before {
  content: '';
  position: absolute;
  width: 900px;
  height: 1100px;
  background: url(../images/maincha.png) no-repeat center center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contents::after {
  content: '';
  position: absolute;
  width: 1785px;
  height: 921px;
  background: url(../images/mainDec.png) no-repeat center center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* tab-1 */
#tab-1 {
  background: url(../images/s1Bg.png) no-repeat top center/cover;
  padding: 4% 0;
  position: relative;
}

#tab-1 .radio input[type="radio"] {
  display: none;
  font-weight: normal;
}

#tab-1 .radio input[type="radio"]+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 26px;
}

#tab-1 .radio input[type="radio"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: transparent;
}

#tab-1 .radio input[type="radio"]:checked+label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #9eeeff;
  border-radius: 50%;
}

#tab-1 input[type="checkbox"] {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border: 1px solid #a5ffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

#tab-1 input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 18px;
  color: #a74216;
}

#selectArea {
  margin-right: 2%;
  width: 50%;
}

#tab-1 .form-control {
  height: 45px;
  color: #a5a5a5;
  font-size: 20px;
  line-height: 20px;
  background-color: #122540;
  border: 1px solid #a5ffff;
}

#tab-1 .register1 {
  position: relative;
  width: 975px;
  min-height: 1016px;
  background: url(../images/s1Frame.png) no-repeat center center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}

.prizeContents {
  position: absolute;
  top: 80px;
}

#tab-1 .book {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#tab-1 .goh_form {
  position: relative;
  color: #d9d9d9;
  font-size: 26px;
  font-weight: normal;
}

#tab-1 .goh_form label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}

#tab-1 .goh_form p {
  margin-bottom: 0;
}

#tab-1 .form-group {
  display: flex;
  align-items: center;
}

#tab-1 .form-group .txt {
  color: #d9d9d9;
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
}

#tab-1 .form-group .steps {
  padding-right: 30px;
}

#tab-1 .form-group p.warning {
  cursor: pointer;
  color: #a5ffff;
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#tab-1 .form-group1 .radio {
  padding-left: 55px;
}

#tab-1 .form-group2 .row {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#tab-1 .form-group3 .txt {
  display: flex;
}

#tab-1 .phone {
  gap: 10px;
}

#tab-1 .checkbox {
  margin-top: 2%;
}

#tab-1 .goh_submit {
  background: url(../images/s1Btn.png) no-repeat center center/contain;
  width: 251px;
  height: 87px;
  padding: 0;
  border: none;
  margin: 0 auto;
  transition: .3s linear;
}

#tab-1 .goh_submit:hover,
#tab-1 .goh_submit:focus,
#tab-1 .goh_submit:active {
  background: url(../images/s1Btn_hover.png) no-repeat center center/contain;
}

#tab-1 .container-custom::before {
  content: '';
  position: absolute;
  width: 884px;
  height: 983px;
  background: url(../images/s1chaL.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
}

#tab-1 .container-custom::after {
  content: '';
  position: absolute;
  width: 861px;
  height: 959px;
  background: url(../images/s1chaR.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translate(40%, -30%);
  z-index: 1;
}

/* tab-2 */
#tab-2 {
  background: url(../images/s2Bg.png) no-repeat top center/cover;
  padding: 4% 0;
}

#tab-2 .register2 {
  position: relative;
  width: 975px;
  min-height: 1016px;
  background: url(../images/s2Frame.png) no-repeat center center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}

#tab-2 .register2 .prizeContents2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 65px;
}

#tab-2 .shop li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

#tab-2 .shop img {
  max-width: 200px;
  height: auto;
}

#tab-2 .shop li a:hover img {
  filter: brightness(1.3);
  transition: .3s linear;
}

#tab-2 .limited {
  color: #dcfff6;
  font-size: 2.5rem;
  text-shadow: 0 0 7px rgba(0, 0, 0, 1);
  margin-bottom: -5px;
  letter-spacing: 2px
}

#tab-2 .container-custom2::before {
  content: '';
  position: absolute;
  width: 984px;
  height: 976px;
  background: url(../images/s2chaL.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translate(-55%, -30%);
  z-index: 1;
}

#tab-2 .container-custom2::after {
  content: '';
  position: absolute;
  width: 869px;
  height: 980px;
  background: url(../images/s2chaR.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translate(55%, -30%);
  z-index: 1;
}

/* tab-3 */
#tab-3 {
  background: url(../images/s3Bg.png) no-repeat top center/cover;
  padding: 4% 0;
}

#tab-3 .register3 {
  position: relative;
  width: 975px;
  min-height: 1016px;
  background: url(../images/s3Frame.png) no-repeat center center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
}

#tab-3 .description {
  color: #fff5dc;
  font-size: 1.5rem;
  text-shadow: 0 0 7px rgba(0, 0, 0, 1);
  margin: 1% auto;
}

#tab-3 .noticeText {
  color: #fff5dc;
  text-shadow: 0 0 7px rgba(0, 0, 0, 1);
}

#tab-3 .event_rules_btn {
  transition: .5s linear;
}

#tab-3 .event_rules_btn:hover {
  filter: brightness(1.3);
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0.788);
  overflow: auto;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop .popArea {
  z-index: 1070;
  width: 100%;
  max-height: 100vh;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pop .btnclose-notic {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.pop .btnclose-success {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.pop .btnclose:hover,
.pop .btnclose.x:hover {
  filter: brightness(1.5);
}

.pop .btnclose button {
  display: block;
  text-indent: -99999em;
  width: 143px;
  height: 125px;
  background: transparent url(../images/close_x.png) no-repeat center center/contain;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}

.pop .notic_pop {
  max-width: 1033px;
  height: 711px;
  background: url(../images/notice.png) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.pop .success_pop {
  max-width: 754px;
  height: 531px;
  background: url(../images/pop_success.png) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


#tab-3 .container-custom3::before {
  content: '';
  position: absolute;
  width: 833px;
  height: 1042px;
  background: url(../images/s3chaL.png) no-repeat center center/contain;
  left: 0;
  top: 50%;
  transform: translate(-55%, -35%);
  z-index: 1;
}

#tab-3 .container-custom3::after {
  content: '';
  position: absolute;
  width: 853px;
  height: 950px;
  background: url(../images/s3chaR.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  transform: translate(43%, -27%);
  z-index: 1;
}

/* tab-4 */
#tab-4 {
  background: url(../images/s4Bg1.png) no-repeat top center/cover;
  padding: 4% 0;
  position: relative;
}

#tab-4 #bg-layer,
#tab-4 #bg-layer-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}

#tab-4>.nav {
  justify-content: center;
  margin-bottom: 2vw;
  position: relative;
  z-index: 10
}

#tab-4 .nav-link {
  padding: 0
}

#tab-4 .nav-pills .nav-link.active {
  background-color: transparent
}

#tab-4 #intro-01-tab,
#tab-4 #intro-02-tab {
  width: 285px;
  height: 98px
}

#tab-4 #intro-01-tab {
  background: url(../images/s4Tab1.png) center center no-repeat;
  background-size: contain;
  margin-right: -18px
}

#tab-4 #intro-01-tab.active,
#tab-4 #intro-01-tab:hover {
  background-image: url(../images/s4Tab1_hov.png)
}

#tab-4 #intro-02-tab {
  background: url(../images/s4Tab2.png) center center no-repeat;
  background-size: contain;
  margin-left: -18px;
}

#tab-4 #intro-02-tab.active,
#tab-4 #intro-02-tab:hover {
  background-image: url(../images/s4Tab2_hov.png)
}

#tab-4 #intro-02 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px
}

#tab-4 #intro-02 .tab-content .tab-pane .content {
  display: flex;
  justify-content: space-between;
  width: 100%
}

#tab-4 #intro-02 .tab-pane.fade {
  transition: opacity 0.3s linear;
}

#tab-4 #intro-02 .tab-content .tab-pane .content .info {
  margin-top: 60px;
  position: relative;
  z-index: 2
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char {
  position: relative;
  max-height: 769px
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char img {
  position: relative;
  z-index: 2;
  bottom: -15%;
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char1 img {
  right: -12%;
  bottom: -20%;
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char2 img {
  right: -15%;
  bottom: -10%
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char4 img {
  bottom: -10%
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char5 img {
  bottom: -20%;
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char6 img {
  bottom: -22%
}

#tab-4 #intro-02 .tab-content .tab-pane .content .char::before {
  content: '';
  position: absolute;
  width: 412px;
  height: 600px;
  background: url(../images/s4Card1.png) center center no-repeat;
  background-size: contain;
  top: 0;
  right: -35%;
  z-index: 1
}

#tab-4 #intro-02 .tab-content .tab-pane:nth-child(2) .content .char::before {
  background-image: url(../images/s4Card2.png)
}

#tab-4 #intro-02 .tab-content .tab-pane:nth-child(3) .content .char::before {
  background-image: url(../images/s4Card3.png)
}

#tab-4 #intro-02 .tab-content .tab-pane:nth-child(4) .content .char::before {
  background-image: url(../images/s4Card4.png)
}

#tab-4 #intro-02 .tab-content .tab-pane:nth-child(5) .content .char::before {
  background-image: url(../images/s4Card5.png)
}

#tab-4 #intro-02 .tab-content .tab-pane:nth-child(6) .content .char::before {
  background-image: url(../images/s4Card6.png)
}

#tab-4 #intro-02 ul {
  position: absolute;
  bottom: 5%;
  z-index: 5
}

#tab-4 #intro-02 ul li button.nav-link {
  width: 128px;
  height: 184px;
  transition: .3s all
}

#tab-4 #intro-02 ul li #char-01-tab {
  background: url(../images/s4Icon1.png) center center no-repeat;
  background-size: contain
}

#tab-4 #intro-02 ul li #char-01-tab.active,
#tab-4 #intro-02 ul li #char-01-tab:hover {
  background-image: url(../images/s4Icon1_hov.png)
}

#tab-4 #intro-02 ul li #char-02-tab {
  background: url(../images/s4Icon2.png) center center no-repeat;
  background-size: contain
}

#tab-4 #intro-02 ul li #char-02-tab.active,
#tab-4 #intro-02 ul li #char-02-tab:hover {
  background-image: url(../images/s4Icon2_hov.png)
}

#tab-4 #intro-02 ul li #char-03-tab {
  background: url(../images/s4Icon3.png) center center no-repeat;
  background-size: contain
}

#tab-4 #intro-02 ul li #char-03-tab.active,
#tab-4 #intro-02 ul li #char-03-tab:hover {
  background-image: url(../images/s4Icon3_hov.png)
}

#tab-4 #intro-02 ul li #char-04-tab {
  background: url(../images/s4Icon4.png) center center no-repeat;
  background-size: contain
}

#tab-4 #intro-02 ul li #char-04-tab.active,
#tab-4 #intro-02 ul li #char-04-tab:hover {
  background-image: url(../images/s4Icon4_hov.png)
}

#tab-4 #intro-02 ul li #char-05-tab {
  background: url(../images/s4Icon5.png) center center no-repeat;
  background-size: contain
}

#tab-4 #intro-02 ul li #char-05-tab.active,
#tab-4 #intro-02 ul li #char-05-tab:hover {
  background-image: url(../images/s4Icon5_hov.png)
}

#tab-4 #intro-02 ul li #char-06-tab {
  background: url(../images/s4Icon6.png) center center no-repeat;
  background-size: contain
}

#tab-4 #intro-02 ul li #char-06-tab.active,
#tab-4 #intro-02 ul li #char-06-tab:hover {
  background-image: url(../images/s4Icon6_hov.png)
}

#tab-4 .tab-content {
  position: relative;
  z-index: 2
}

/* tab-5 */
#tab-5 {
  background: url(../images/s5Bg.png) no-repeat top center/cover;
  padding: 4% 0;
  z-index: 2;
}

.notic {
  max-width: 1002px;
  min-height: 581px;
  background: url(../images/s5Frame.png) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 0 auto;
  padding: 2% 2% 11% 2%;
}

.notic ol {
  max-width: 80%;
  padding: 20px 0 0 0px;
  list-style: auto;
}

.notic ol li {
  padding: 1% 0;
  color: #111422;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {

  #header .contents::before {
    width: calc(900px*.8);
    height: calc(1100px* .8);
  }

  #header .contents.logo {
    max-width: 800px;
  }

  #tab-1 .container-custom::before,
  #tab-1 .container-custom::after,
  #tab-2 .container-custom2::before,
  #tab-2 .container-custom2::after,
  #tab-3 .container-custom3::before,
  #tab-3 .container-custom3::after {
    display: none;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char {
    right: 10%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char2 img {
    right: -20%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char3 img {
    right: -8%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char4 img {
    right: -10%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char6 img {
    right: -32%;
  }
}

@media screen and (max-width: 1024px) {

  #header {
    padding: 10% 0 8%;
  }

  #tab-1 .register1,
  #tab-2 .register2,
  #tab-3 .register3 {
    width: 100%;
    background-size: cover;
  }

  #tab-1 .container-custom,
  #tab-2 .container-custom2,
  #tab-3 .container-custom3 {
    max-width: unset;
    padding: 0;
  }

  #tab-4 #intro-02 ul li button.nav-link {
    width: calc(128px* .8);
    height: calc(184px* .8)
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char {
    right: 18%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char::before {
    width: 300px;
    height: 500px;
    right: -32%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char3 img {
    right: -30%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char4 img {
    right: -33%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char5 img {
    right: -12%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char6 img {
    right: -33%;
  }

  .goh_form {
    max-width: unset;
    height: 100%;
  }

}

@media screen and (max-width: 768px) {
  #header {
    padding: 24% 0 8%;
  }

  #header .contents .logo {
    margin: 0 auto;
    top: -35px;
    max-width: 100%;
  }

  #tab-1 .title,
  #tab-2 .title,
  #tab-4 .title,
  #tab-5 .title {
    width: calc(768px * .8);
    max-width: 100%;
  }

  #tab-4 {
    padding: 15% 0;
  }

  .copyright {
    gap: 15px;
  }

  #tab-4>.nav {
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content {
    flex-direction: column;
    align-items: center;
    padding: 0 20px
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .info {
    margin-top: 20px
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char::before {
    width: calc(412px* .7);
    height: calc(600px* .7)
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char1::before {
    right: -10%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char2::before {
    right: -10%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char3::before {
    right: -30%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char4::before {
    right: -30%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char5::before {
    right: -20%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char6::before {
    right: -20%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char {
    right: 10%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char2 {
    right: 5%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char1 img {
    right: 0;
    bottom: -12vh;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char2 img {
    right: 0;
    bottom: -5vh;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char3 img {
    right: 0;
    bottom: -8vh;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char4 img {
    right: 0;
    bottom: -8vh;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char5 img {
    right: 0;
    bottom: -12vh;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char6 img {
    right: 0;
    bottom: -12vh;
  }

  #tab-4 #intro-02 ul {
    bottom: -8%;
    flex-wrap: nowrap;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%)
  }

  #tab-4 #intro-02 ul li button.nav-link {
    width: calc(128px* .6);
    height: calc(184px* .6)
  }

  .pop .btnclose button {
    width: calc(143px* .8);
    height: calc(125px* .8);
  }
}

@media screen and (max-width: 540px) {
  .pop .notic_pop {
    max-width: 711px;
    height: 1033px;
    background: url(../images/notice_mo.png) no-repeat center center/contain;
  }

}

@media screen and (max-width: 450px) {

  .section-side .btn-on {
    top: -130px;
    width: 35px;
    height: 35px;
  }

  .section-side .sidebar {
    right: -15px;
  }

  .section-side .sidebar li {
    margin: 5% auto;
  }

  .section-side .sidebar li a {
    width: 250px;
    height: 30px;
  }

  .seeMore {
    display: none;
  }

  #header {
    padding: 40% 0 8%;
  }

  #header .contents .logo {
    top: -35px;
  }

  #header .contents::before {
    width: calc(900px * .6);
    height: calc(1000px * .6);
  }

  section {
    min-height: unset;
  }

  #tab-1 .register1,
  #tab-3 .register3 {
    min-height: 900px;
  }

  #tab-2 .register2 {
    min-height: 700px
  }

  #tab-1 .pre-register {
    margin-top: -25px;
  }

  #tab-1 .goh_submit {
    width: calc(251px * .7);
    height: calc(87px * .7);
  }

  #tab-1 .goh_form,
  #tab-1 .form-group .steps,
  #tab-1 .form-group .txt {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  #tab-1 #reservation_form .form-group {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  #tab-1 .register .row,
  #tab-1 .register .checkbox {
    transform: scale(0.9);
  }

  #tab-1 .form-group1 .radio {
    padding-left: 0;
    margin: 2% 10%;
  }

  #tab-1 .form-group3 .txt {
    flex-wrap: wrap;
    justify-content: center;
  }

  #tab-1 div.g-recaptcha {
    margin: 1vh auto;
    transform: scale(0.9);
  }

  #tab-2 .register2 .prizeContents2 {
    margin-top: 20%;
    gap: 35px;
  }

  #tab-2 .sub {
    margin-top: -25%;
  }

  #tab-2 .shop img {
    max-width: 150px;
  }

  #tab-2 .prize2 .limited {
    position: relative;
    top: -20px;
    font-size: 2rem;
  }

  #tab-3 .prize3 {
    margin: 3vh auto;
  }

  #tab-4 #intro-01-tab {
    scale: 0.6;
    margin-right: -68px
  }

  #tab-4 #intro-02-tab {
    scale: 0.6;
    margin-left: -68px
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char::before {
    width: calc(412px* .5);
    height: calc(600px* .5)
  }

  #tab-4 #intro-02 ul li button.nav-link {
    width: calc(128px* .5);
    height: calc(184px* .5)
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char2 img {
    bottom: -8vh;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char3::before {
    right: -18%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char4::before {
    right: -18%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char5::before {
    right: -18%;
  }

  #tab-4 #intro-02 .tab-content .tab-pane .content .char6::before {
    right: -18%;
  }

  #tab-5 .notic ol {
    padding: 0;
    margin-top: -25px
  }

  .pop .btnclose button {
    width: calc(143px* .6);
    height: calc(125px* .6);
  }
}

@media screen and (max-width: 390px) {

  #tab-1 .goh_submit {
    width: 200px;
  }

  #tab-5 .notic ol li {
    font-size: 1rem;
  }

  .pop .btnclose button {
    width: calc(143px* .4);
    height: calc(125px* .4);
  }

}

@media screen and (max-width: 320px) {

  #tab-4 #intro-02 ul li button.nav-link {
    width: calc(128px* .4);
    height: calc(184px* .4)
  }

}