/* css start*/

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


.main_wrap {
  font-family: "Black Han Sans", sans-serif;
  letter-spacing: -1.1px;
  position: relative;
  width: 1280px;
  margin: 50px auto;
  background: url('/event/marketing/202508/MO01/images/main_bg.jpg');
  background-position: center;
  height: 7035px;
  background-repeat: no-repeat;
}

.op_card {
  position: absolute;
  top: 853px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 612px;
}

.my_card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1450px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 612px;
}

.result_card_wrap {
  position: absolute;
  width: 147px;
  top: 1050px;
  left: 50%;
  transform: translateX(-50%);
}

.result_card_wrap img:nth-child(1) {
  margin-bottom: 25px;
}

.result_txt_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1155px;
  width: 240px;
  text-align: center;
  margin: 0 auto;
}

.score_wrap {
   position: absolute;
   left: 32%;
   transform: translateX(-50%);
   top: 1188px;
   width: 150px;
   height: 140px;
   font-size: 35px;
   text-align: center;
   color: #fff;
}

.score_wrap p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.score {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transform: translateY(0px);
    text-align: center;
}

.score span {
    padding: 0 3px 0;
}

.point_wrap {
    position: absolute;
    left: 69%;
    transform: translateX(-50%);
    top: 1188px;
    width: 150px;
    height: 140px;
    font-size: 35px;
    text-align: center;
    color: #fff;
}

.reset_wrap {
  position: absolute;
  left: 83%;
  transform: translateX(-50%);
  top: 1175px;
  text-align: center;
}

.mid_btn {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

a.coupon_bundle {
  top: 4100px;
  width: 394px;
}

.event_wrap {
  position: absolute;
  top: 4630px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.event_wrap>a {
  display: block;
  width: 508px;
  border-radius: 30px;
  transition: all .3s;
}

.event_wrap>a:hover {
  box-shadow: 25px 20px 16px 0px rgba(19, 26, 17, 0.23);
  transform: translate(-10px, -10px);
}

.event_wrap>a:first-child {
  margin-right: 30px;
}

.go_kanu {
  top: 6080px;
}

.go_doubleA {
  top: 6870px;
}

.main_wrap #first_section {
  position: absolute;
  top: 1375px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: -9999px;
}

.main_wrap #second_section {
  position: absolute;
  top: 3220px;
  left: 50%;
  transform: translateX(-50%);
  text-indent: -9999px;
}

/* css end*/