@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css");
.ball-section * {
  transform-style: preserve-3d;
}

.ball {
  height: 89px;
  width: 89px;
  background: radial-gradient(circle at 50% 120%, #7a7f8a, #6f747f 80%, #3a3f4a 100%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  perspective: 100em;
  overflow: hidden;
  transition: transform 1s;
}

.ball::after {
  content: "";
  display: block;
  width: 89px;
  height: 89px;
  z-index: 2;
  position: absolute;
  background-image: radial-gradient(farthest-side at 40% 15%, rgba(255, 255, 255, 0.8), transparent, rgba(58, 54, 54, 0.5));
}

.ball::before {
  content: "";
  display: block;
  width: 89px;
  height: 25px;
  z-index: 2;
  position: absolute;
  background-image: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  bottom: 2.5%;
  left: 0;
  opacity: 0.6;
}

.roll {
  transform: rotateX(-180deg);
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  will-change: transform;
}

.ball.ani .roll {
  animation: 0.5s roll linear;
}

.ball.reverse .roll {
  transform: rotateX(0deg);
}

.eight3D {
  position: absolute;
  transform: translateZ(70px);
}

.eight {
  height: 56px;
  width: 56px;
  background: #ededed;
  border-radius: 50%;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; /* for safari */
  position: relative;
}

.eight b {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #9a8b8b;
  letter-spacing: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ball.reverse .eight b {
  color: #000;
}

.magic3D {
  position: absolute;
  transform: translateZ(-70px);
}

.back {
  transform: rotateX(180deg);
}

@keyframes roll {
  from {
    transform: rotateX(180deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .roll {
    animation: none;
  }
}
/*=================
* TIMER
*=================*/
.timer {
  width: 342px;
  height: 77px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #0f0164;
}
.timer--clock {
  width: 100%;
  position: relative;
  display: flex;
}
.timer--clock .clock-display-grp {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.timer--clock .clock-display-grp .number-grp {
  width: auto;
  display: block;
  height: 77px;
  overflow: hidden;
}
.timer--clock .clock-display-grp .number-grp .number-grp-wrp {
  width: 100%;
  position: relative;
}
.timer--clock .clock-display-grp .number-grp .number-grp-wrp .num {
  width: 100%;
  position: relative;
}
.timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p {
  width: auto;
  display: table;
  font-size: 50px;
  line-height: 77px;
  font-weight: bold;
}

@font-face {
  font-family: "NEXON Lv2 Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("/font/NEXON Lv2 Gothic.eot");
  src: url("/font/NEXON Lv2 Gothic.eot?#iefix") format("embedded-opentype"), url("/font/NEXON Lv2 Gothic.woff") format("woff"), url("/font/NEXON Lv2 Gothic.ttf") format("truetype");
  src: local(※), url("/font/NEXON Lv2 Gothic.woff") format("woff");
}
@font-face {
  font-family: "NEXON Lv2 Gothic";
  font-style: normal;
  font-weight: 300;
  src: url("/font/NEXON Lv2 Gothic Light.eot");
  src: url("/font/NEXON Lv2 Gothic Light.eot?#iefix") format("embedded-opentype"), url("/font/NEXON Lv2 Gothic Light.woff") format("woff"), url("/font/NEXON Lv2 Gothic Light.ttf") format("truetype");
  src: local(※), url("/font/NEXON Lv2 Gothic Light.woff") format("woff");
}
@font-face {
  font-family: "NEXON Lv2 Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("/font/NEXON Lv2 Gothic Bold.eot");
  src: url("/font/NEXON Lv2 Gothic Bold.eot?#iefix") format("embedded-opentype"), url("/font/NEXON Lv2 Gothic Bold.woff") format("woff"), url("/font/NEXON Lv2 Gothic Bold.ttf") format("truetype");
  src: local(※), url("/font/NEXON Lv2 Gothic Bold.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  font-family: "NEXON Lv2 Gothic", "NanumBarunGothic", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tr,
th,
td,
input,
select,
textarea,
button,
figure,
blockquote {
  transform: rotate(0.03deg);
}

img {
  display: block;
}

button {
  cursor: pointer;
}

header {
  background: url("/images/01_TOP_BG.png") no-repeat center top;
  height: 908px;
}
header > div > * {
  margin: 0 auto;
}
header > div:nth-child(2) > div {
  background: url("/images/01_TOP_Title_700x77.png") no-repeat center top;
  width: 700px;
  height: 77px;
  position: relative;
}

nav {
  height: 80px;
  background: #00004c;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  cursor: pointer;
  box-sizing: border-box;
}
nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
nav ul li {
  position: relative;
  font-size: 26px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
nav ul li a {
  color: #fff;
}
nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 1px;
  height: 26px;
  background: #3b3b76;
}
nav ul li.active {
  color: #fff516;
}

.item {
  padding: 70px 0;
  text-align: center;
}
.item > .title {
  border: 1.5px solid #00004c;
  background-color: #00004c;
  border-radius: 20px;
  padding: 7px 19px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.47;
  color: #fff;
}
.item table {
  margin: 30px auto 0;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
}
.item table th {
  vertical-align: top;
  padding-top: 10px;
  line-height: 1.45;
  letter-spacing: -0.42px;
  color: #00007c;
}
.item table td {
  vertical-align: top;
  padding: 10px 0 0 23px;
  line-height: 1.45;
  color: #000;
}
.item table td small {
  font-size: 17px;
  color: #7a7a7a;
}
.item h1 {
  color: #000035;
  font-family: "NEXON Lv2 Gothic";
  font-weight: 700;
  font-size: 58px;
  padding: 30px 0 10px;
}
.item h5 {
  color: #151514;
  font-size: 20px;
  line-height: 2;
}
.item button {
  width: 100%;
  height: 80px;
  background-color: #00004c;
  border-radius: 8px;
  border: 0;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.item p {
  color: #525252;
  font-size: 17px;
}

.ev1 {
  background-color: #eef1f9;
}
.ev1 .prize {
  width: 620px;
  height: 278px;
  background: url("/images/02_Event_1.png") no-repeat center top;
  margin: 20px auto;
  position: relative;
}
.ev1 .prize > div {
  position: absolute;
  top: 110px;
  left: 60px;
  display: flex;
  justify-content: space-evenly;
  width: 500px;
}
.ev1 .prize.w2 {
  background: url("/images/02_Event_2.png") no-repeat center top;
}
.ev1 .prize.w3 {
  background: url("/images/02_Event_3.png") no-repeat center top;
}
.ev1 .prize.w4 {
  background: url("/images/02_Event_4.png") no-repeat center top;
}
.ev1 .prize.w5 {
  background: url("/images/02_Event_5.png") no-repeat center top;
}
.ev1 .prize.w6 {
  background: url("/images/02_Event_6.png") no-repeat center top;
}
.ev1 .prize.w7 {
  background: url("/images/02_Event_7.png") no-repeat center top;
}
.ev1 .prize.w8 {
  background: url("/images/02_Event_8.png") no-repeat center top;
}
.ev1 .prize.w9 {
  background: url("/images/02_Event_9.png") no-repeat center top;
}
.ev1 .prize.w10 {
  background: url("/images/02_Event_10.png") no-repeat center top;
}
.ev1 .prize.w11 {
  background: url("/images/02_Event_11.png") no-repeat center top;
}
.ev1 .prize.w12 {
  background: url("/images/02_Event_12.png") no-repeat center top;
}
.ev1 .mylotto {
  border-radius: 15px;
  border: solid 1px #ffea35;
  background-color: #ffef45;
  width: 620px;
  margin: 0 auto;
}
.ev1 .mylotto > div:first-child {
  color: #00004c;
  font-size: 35px;
  padding: 60px 20px 40px;
}
.ev1 .mylotto > div:first-child > b {
  font-weight: bold;
  color: #00007f;
}
.ev1 .mylotto.win > div:first-child, .ev1 .mylotto.fail > div:first-child {
  margin: 60px 40px 10px;
  border-radius: 15px;
  background-color: #fff;
}
.ev1 .mylotto.win > div:first-child > p, .ev1 .mylotto.fail > div:first-child > p {
  font-size: 22px;
  line-height: 1.91;
  color: #483a3c;
  padding: 10px 0 30px;
}
.ev1 .mylotto > .ball-section {
  padding: 30px 20px;
  margin: 0 40px;
  border-radius: 15px;
  background-color: #fff;
}
.ev1 .mylotto > div:last-child {
  padding: 20px 40px 0;
}
.ev1 .mylotto > div:last-child > p {
  padding: 20px 0 40px;
}
.ev1 .mylotto > div:last-child .challenge {
  padding: 25px 0;
  background-color: #afafaf;
  border-radius: 8px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.prize .lotto-no-0,
.prize .lotto-no-1,
.prize .lotto-no-2,
.prize .lotto-no-3,
.prize .lotto-no-4,
.prize .lotto-no-5,
.prize .lotto-no-6,
.prize .lotto-no-7,
.prize .lotto-no-8,
.prize .lotto-no-9,
.prize .lotto-no-10,
.prize .lotto-no-11,
.prize .lotto-no-12,
.prize .lotto-no-13,
.prize .lotto-no-14,
.prize .lotto-no-15 {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 73px;
}

.lotto .lotto-no-0 {
  background: radial-gradient(circle at 50% 120%, #7a7f8a, #6f747f 80%, #3a3f4a 100%);
}
.lotto .lotto-no-1 {
  background: radial-gradient(circle at 50% 120%, #f4d400, #f1d51b 80%, #f4d400 100%);
}
.lotto .lotto-no-2 {
  background: radial-gradient(circle at 50% 120%, #f4a50d, #f7ac21 80%, #f4a50d 100%);
}
.lotto .lotto-no-3 {
  background: radial-gradient(circle at 50% 120%, #fc641a, #f86f2a 80%, #fc641a 100%);
}
.lotto .lotto-no-4 {
  background: radial-gradient(circle at 50% 120%, #fc569f, #f86eaa 80%, #fc569f 100%);
}
.lotto .lotto-no-5 {
  background: radial-gradient(circle at 50% 120%, #de46d6, #ec51e5 80%, #de46d6 100%);
}
.lotto .lotto-no-6 {
  background: radial-gradient(circle at 50% 120%, #a852d0, #b15ada 80%, #a852d0 100%);
}
.lotto .lotto-no-7 {
  background: radial-gradient(circle at 50% 120%, #8452eb, #905ff0 80%, #8452eb 100%);
}
.lotto .lotto-no-8 {
  background: radial-gradient(circle at 50% 120%, #4f8bf9, #5d90f0 80%, #4f8bf9 100%);
}
.lotto .lotto-no-9 {
  background: radial-gradient(circle at 50% 120%, #1bb8ec, #2dc0f1 80%, #1bb8ec 100%);
}
.lotto .lotto-no-10 {
  background: radial-gradient(circle at 50% 120%, #1ebbb9, #27ccc9 80%, #1ebbb9 100%);
}
.lotto .lotto-no-11 {
  background: radial-gradient(circle at 50% 120%, #24cc5e, #2ed869 80%, #24cc5e 100%);
}
.lotto .lotto-no-12 {
  background: radial-gradient(circle at 50% 120%, #83c21f, #90d128 80%, #83c21f 100%);
}
.lotto .lotto-no-13 {
  background: radial-gradient(circle at 50% 120%, #c0b522, #d6cb2b 80%, #c0b522 100%);
}
.lotto .lotto-no-14 {
  background: radial-gradient(circle at 50% 120%, #d99142, #e09a4e 80%, #d99142 100%);
}
.lotto .lotto-no-15 {
  background: radial-gradient(circle at 50% 120%, #ac9276, #caac8b 80%, #ac9276 100%);
}

.ball.reverse.lotto-no-0 {
  background: radial-gradient(circle at 50% 120%, #7a7f8a, #6f747f 80%, #3a3f4a 100%);
}
.ball.reverse.lotto-no-1 {
  background: radial-gradient(circle at 50% 120%, #f4d400, #f1d51b 80%, #f4d400 100%);
}
.ball.reverse.lotto-no-2 {
  background: radial-gradient(circle at 50% 120%, #f4a50d, #f7ac21 80%, #f4a50d 100%);
}
.ball.reverse.lotto-no-3 {
  background: radial-gradient(circle at 50% 120%, #fc641a, #f86f2a 80%, #fc641a 100%);
}
.ball.reverse.lotto-no-4 {
  background: radial-gradient(circle at 50% 120%, #fc569f, #f86eaa 80%, #fc569f 100%);
}
.ball.reverse.lotto-no-5 {
  background: radial-gradient(circle at 50% 120%, #de46d6, #ec51e5 80%, #de46d6 100%);
}
.ball.reverse.lotto-no-6 {
  background: radial-gradient(circle at 50% 120%, #a852d0, #b15ada 80%, #a852d0 100%);
}
.ball.reverse.lotto-no-7 {
  background: radial-gradient(circle at 50% 120%, #8452eb, #905ff0 80%, #8452eb 100%);
}
.ball.reverse.lotto-no-8 {
  background: radial-gradient(circle at 50% 120%, #4f8bf9, #5d90f0 80%, #4f8bf9 100%);
}
.ball.reverse.lotto-no-9 {
  background: radial-gradient(circle at 50% 120%, #1bb8ec, #2dc0f1 80%, #1bb8ec 100%);
}
.ball.reverse.lotto-no-10 {
  background: radial-gradient(circle at 50% 120%, #1ebbb9, #27ccc9 80%, #1ebbb9 100%);
}
.ball.reverse.lotto-no-11 {
  background: radial-gradient(circle at 50% 120%, #24cc5e, #2ed869 80%, #24cc5e 100%);
}
.ball.reverse.lotto-no-12 {
  background: radial-gradient(circle at 50% 120%, #83c21f, #90d128 80%, #83c21f 100%);
}
.ball.reverse.lotto-no-13 {
  background: radial-gradient(circle at 50% 120%, #c0b522, #d6cb2b 80%, #c0b522 100%);
}
.ball.reverse.lotto-no-14 {
  background: radial-gradient(circle at 50% 120%, #d99142, #e09a4e 80%, #d99142 100%);
}
.ball.reverse.lotto-no-15 {
  background: radial-gradient(circle at 50% 120%, #ac9276, #caac8b 80%, #ac9276 100%);
}

.ball-section {
  display: flex;
  justify-content: space-between;
}

.ev2 {
  background-color: #fff;
}
.ev2 .scratch-ready {
  background: url("/images/03_Event_2.png") no-repeat center top;
  height: 585px;
  position: relative;
}
.ev2 .scratch-ready > div:last-child {
  width: 540px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -270px;
}
.ev2 .scratch-on {
  background: url("/images/03_Event_B_00.png") no-repeat center top;
  height: 576px;
  position: relative;
}
.ev2 .scratch-on > div > div {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
.ev2 .scratch-on > div > div > * {
  margin: 0 auto 10px;
}
.ev2 .scratch-on button {
  height: 90px;
  width: 560px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.ev2 h2 {
  font-size: 32px;
  line-height: 1.31;
  color: #000046;
  padding: 40px 0 20px;
}
.ev2 h2 > b {
  font-weight: bold;
}
.ev2 h5 {
  margin-bottom: 30px;
}

.ev3 {
  background-color: #f5f7fd;
}
.ev3 > * {
  padding-top: 30px;
}
.ev3 > div:last-child {
  margin: 0 auto;
  width: 620px;
}
.ev3 > div:last-child > p {
  color: #767676;
  line-height: 1.41;
  padding-bottom: 40px;
}
.ev3 img {
  margin: 0 auto;
}

.ev4,
.ev5 {
  background-color: #e7eaf2;
}
.ev4 > *,
.ev5 > * {
  width: 540px;
  text-align: left;
  margin: 0 auto;
}
.ev4 h2,
.ev5 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -1.8px;
  color: #191919;
  padding-bottom: 40px;
}
.ev4 ul,
.ev5 ul {
  list-style-position: inside;
  list-style-type: "- ";
}
.ev4 li,
.ev5 li {
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.38px;
  color: #555;
}

.ev5 {
  background-color: #9999a8;
}
.ev5 li {
  color: #fff;
  font-weight: 300;
}
.ev5 p {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.38px;
  color: #fff;
  margin-top: 10px;
}

.winner {
  background-color: #fafaf9;
}
.winner h1 {
  padding: 0 0 10px;
}
.winner h5 {
  line-height: 1.4;
}
.winner > div {
  border: 1px solid #000048;
  border-radius: 8px;
  width: 620px;
  margin: 50px auto;
  position: relative;
}
.winner > div > span {
  font-size: 22px;
  color: #fff;
  background-color: #000048;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 305px;
  line-height: 40px;
  border-radius: 20px;
}
.winner > div > span i {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.winner > div > span i:first-child {
  margin-right: 20px;
}
.winner > div > span i:last-child {
  margin-left: 20px;
}
.winner > div > span b {
  font-weight: bold;
}
.winner > div > div {
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-evenly;
}
.winner > div p {
  font-size: 24px;
}

.popup-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

.popup-con {
  position: absolute;
  width: 540px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.popup-con button {
  background-color: #fff;
  width: 100%;
  height: 80px;
  border: 0;
  border-radius: 8px;
  font-size: 25px;
  color: #00004c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.popup-con .close {
  background: url("/images/close_btn.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

.pop-ev1 .ball-section.done .ball.reverse.fail {
  background-color: #7a7a7a;
}
.pop-ev1 .desc-section {
  padding-top: 40px;
}
.pop-ev1 .desc-section > * {
  padding-top: 40px;
}
.pop-ev1 h2,
.pop-ev1 h3 {
  font-weight: bold;
  line-height: 1.2;
  color: #fff722;
}
.pop-ev1 h3 {
  font-size: 35px;
}
.pop-ev1 h2 {
  font-size: 45px;
}
.pop-ev1 p {
  font-size: 22px;
  line-height: 1.91;
  color: #fff;
}
.pop-ev1 button {
  width: 100%;
  height: 80px;
  border: 0;
  border-radius: 8px;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pop-ev2.popup-con {
  background: url("/images/03_Event_B_00.png") no-repeat center top;
  width: 620px;
  height: 576px;
  border-radius: 8px;
  position: relative;
}
.pop-ev2.popup-con > div.scratch {
  position: absolute;
  top: 98px;
  left: 30px;
}
.pop-ev2.popup-con button {
  height: 90px;
  width: 560px;
  left: 30px;
  bottom: 25px;
  background-color: #00004c;
  color: #fff;
}
.pop-ev2 h2 {
  font-size: 32px;
  line-height: 1.31;
  color: #00004c;
  padding: 40px 0 20px;
}
.pop-ev2 h2 > b {
  font-weight: bold;
}

.pop-fullfill.popup-con {
  background-color: #fff;
  width: 550px;
  height: 820px;
  border-radius: 8px;
  padding: 50px 36px 35px;
}
.pop-fullfill.popup-con > div.pop1 > div:last-child {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.pop-fullfill.popup-con > div.pop1 > div:last-child button {
  position: relative;
  width: 230px;
  height: 70px;
  font-size: 22px;
  background-color: #00004c;
  color: #fff;
}
.pop-fullfill.popup-con > div.pop1 > div:last-child button:first-child {
  border: 2px solid #00004c;
  color: #00004c;
  background-color: #fff;
  font-weight: bold;
}
.pop-fullfill.popup-con > div.pop2 {
  position: relative;
  text-align: left;
  height: 100%;
}
.pop-fullfill.popup-con > div.pop2 h1 {
  text-align: center;
}
.pop-fullfill.popup-con > div.pop2 table {
  width: 100%;
  font-size: 18px;
  color: #525252;
  border-collapse: collapse;
}
.pop-fullfill.popup-con > div.pop2 table th,
.pop-fullfill.popup-con > div.pop2 table td {
  border-bottom: 2px solid #e2e2e2;
  padding: 15px 10px;
}
.pop-fullfill.popup-con > div.pop2 table th {
  background-color: rgba(226, 226, 226, 0.3);
  border-right: 2px solid #e2e2e2;
  text-wrap: nowrap;
}
.pop-fullfill.popup-con > div.pop2 table tr:first-child th,
.pop-fullfill.popup-con > div.pop2 table tr:first-child td {
  border-top: 2px solid #e2e2e2;
}
.pop-fullfill.popup-con > div.pop2 table tr:first-child th {
  width: 155px;
}
.pop-fullfill.popup-con > div.pop2 > div {
  color: #111188;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-top: 15px;
}
.pop-fullfill.popup-con > div.pop2 > div.ag {
  font-size: 20px;
  font-weight: normal;
  color: #483a3c;
}
.pop-fullfill.popup-con > div.pop2 > div.ag > span {
  text-decoration: underline;
  color: #111188;
}
.pop-fullfill.popup-con > div.pop2 > p {
  font-size: 17px;
  line-height: 1.56;
  padding: 0;
}
.pop-fullfill.popup-con > div.pop2 > button {
  font-size: 22px;
  background-color: #00004c;
  color: #fff;
}
.pop-fullfill.pop-addr {
  height: 620px;
}
.pop-fullfill.pop-addr .address {
  display: none;
}
.pop-fullfill h1 {
  font-size: 30px;
  font-weight: bold;
  color: #483a3c;
}
.pop-fullfill p {
  font-size: 16px;
  color: #525252;
  padding: 20px 0 30px;
}
.pop-fullfill form {
  text-align: left;
}
.pop-fullfill form > div {
  padding-bottom: 20px;
}
.pop-fullfill form label {
  display: block;
  font-size: 17px;
  color: #888;
  line-height: 2.12;
}
.pop-fullfill form input[type=text] {
  height: 68px;
  width: 100%;
  border: 0;
  outline: 2px solid #dfdfdf;
  border-radius: 8px;
  font-size: 22px;
  padding: 0 17px;
}
.pop-fullfill form input[type=checkbox] {
  border-color: #fff;
  accent-color: #080884;
}
.pop-fullfill form input[type=text]:focus {
  outline: 2px solid #080884;
}
.pop-fullfill form .flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.pop-fullfill form .flex > *:first-child {
  width: 345px;
}
.pop-fullfill form .flex button {
  font-size: 19px;
  width: 120px;
  height: 68px;
  background-color: #262666;
  color: #fff;
  position: relative;
}
.pop-fullfill form .flex.agree label {
  display: flex;
  align-items: flex-start;
}
.pop-fullfill form .flex.agree label span {
  font-size: 19px;
  color: #525252;
  line-height: 1.39;
  padding-left: 10px;
}
.pop-fullfill form .flex.agree button {
  height: 52px;
  border: 2px solid #322225;
  background-color: #fff;
  color: #322225;
  font-weight: bold;
}

.pop-share.popup-con {
  background-color: #fff;
  width: 550px;
  height: 360px;
  border-radius: 8px;
}
.pop-share.popup-con h1 {
  font-size: 30px;
  font-weight: bold;
  color: #483a3c;
  line-height: 1.2;
  padding: 50px 0;
}
.pop-share.popup-con > div {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  color: #483a3c;
  line-height: 1.5;
}

@media (max-width: 700px) {
  :root {
    --vh: 100%;
  }
  html,
  body {
    height: 100vh;
    height: var(--vh);
  }
  header {
    background: url("/images/MO_01_TOP_BG.png") no-repeat center top;
    background-size: contain;
    height: 128.98vw;
  }
  header > div:nth-child(2) > div {
    width: 100vw;
    height: 11vw;
    background-size: contain;
  }
  header img {
    width: 100vw;
  }
  nav ul li {
    font-size: 23px;
  }
  .item table td {
    padding: 10px 0 0 10px;
  }
  .pop-fullfill.popup-con {
    overflow: auto;
    max-height: 95vh;
  }
  .pop-fullfill.popup-con > div.pop2 button {
    position: relative;
    margin-bottom: 20px;
  }
  .timer {
    width: 48.86vw;
    height: 11vw;
  }
  .timer--clock .clock-display-grp .number-grp {
    height: 11vw;
  }
  .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p {
    font-size: 7.143vw;
    line-height: 11vw;
  }
}
@media (max-width: 480px) {
  nav {
    height: 47px;
  }
  nav ul li {
    font-size: 14px;
    padding: 0 20px;
  }
  nav ul li:not(:last-child)::after {
    top: 15px;
    height: 20px;
  }
  .item {
    padding: 50px 0;
  }
  .item > .title {
    font-size: 10px;
    padding: 5px 11px;
  }
  .item table {
    margin: 20px auto 0;
    font-size: 13px;
  }
  .item table td small {
    font-size: 11px;
  }
  .item h1 {
    font-size: 32px;
    padding: 17px 0 10px;
  }
  .item h5 {
    font-size: 12px;
  }
  .item button {
    height: 46px;
    font-size: 15px;
    border-radius: 5px;
  }
  .item p {
    font-size: 10px;
  }
  .ev1 .prize {
    width: 94vw !important;
    height: 42.15vw !important;
    background-size: contain !important;
    margin: 10px auto;
  }
  .ev1 .prize > div {
    top: 17vw;
    left: 6vw;
    width: 82vw;
  }
  .ev1 .mylotto {
    width: 94vw;
  }
  .ev1 .mylotto > div:first-child {
    font-size: 21px;
    padding: 30px 0 20px;
  }
  .ev1 .mylotto .ball-section {
    justify-content: space-evenly;
    padding: 20px 10px;
    margin: 0 20px;
  }
  .ev1 .mylotto .ball-section img {
    width: 51px;
    height: 51px;
  }
  .ev1 .mylotto.win > div:first-child, .ev1 .mylotto.fail > div:first-child {
    margin: 30px 20px 20px;
  }
  .ev1 .mylotto.win > div:first-child > p, .ev1 .mylotto.fail > div:first-child > p {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .ev1 .mylotto.win > div:first-child > .ball-section, .ev1 .mylotto.fail > div:first-child > .ball-section {
    padding: 0;
    margin: 0 10px;
  }
  .ev1 .mylotto > div:last-child {
    padding: 10px 20px 0;
  }
  .ev1 .mylotto > div:last-child > p {
    padding: 12px 0 24px;
  }
  .ev1 .mylotto > div:last-child .challenge {
    padding: 20px 0;
    border-radius: 5px;
    font-size: 16px;
  }
  .prize .lotto-no-0,
  .prize .lotto-no-1,
  .prize .lotto-no-2,
  .prize .lotto-no-3,
  .prize .lotto-no-4,
  .prize .lotto-no-5,
  .prize .lotto-no-6,
  .prize .lotto-no-7,
  .prize .lotto-no-8,
  .prize .lotto-no-9,
  .prize .lotto-no-10,
  .prize .lotto-no-11,
  .prize .lotto-no-12,
  .prize .lotto-no-13,
  .prize .lotto-no-14,
  .prize .lotto-no-15 {
    width: 42px;
    height: 42px;
    font-size: 24px;
    letter-spacing: -1.41px;
    line-height: 1.8;
  }
  .ev2 .scratch-ready {
    background: url(/images/MO_03_Event_2.png) no-repeat center top;
    height: 83.09vw;
    background-size: contain;
  }
  .ev2 .scratch-ready > div:last-child {
    width: 80vw;
    margin-left: -40vw;
    bottom: 20px;
  }
  .ev2 .scratch-on {
    height: 82.5vw;
    background-size: contain;
  }
  .ev2 .scratch-on > div > div {
    top: 11.5vw;
  }
  .ev2 .scratch-on > div > div > * {
    width: 80vw;
  }
  .ev2 .scratch-on button {
    width: 80vw;
    height: 47px;
  }
  .ev2 h2 {
    font-size: 20px;
    padding: 15px 0;
  }
  .ev3 img {
    width: 90vw;
  }
  .ev3 > div:last-child {
    width: 94vw;
  }
  .ev4 > *,
  .ev5 > * {
    width: 80vw;
  }
  .ev4 h2,
  .ev5 h2 {
    font-size: 18px;
  }
  .ev4 li,
  .ev5 li {
    font-size: 11px;
  }
  .winner > div {
    width: 84vw;
  }
  .winner > div > div {
    flex-flow: column;
  }
  .winner > div > span {
    font-size: 16px;
    width: 280px;
  }
  .winner > div p {
    font-size: 15px;
  }
  .popup-con {
    width: 80vw;
  }
  .pop-ev1 .desc-section > * {
    padding-top: 20px;
  }
  .pop-ev1 h3 {
    font-size: 21px;
  }
  .pop-ev1 h2 {
    font-size: 31px;
  }
  .pop-ev1 p {
    font-size: 13px;
  }
  .pop-ev1 button {
    height: 46px;
    font-size: 15px;
    border-radius: 5px;
  }
  .pop-ev2.popup-con {
    width: 94vw;
    height: 325px;
  }
  .pop-ev2.popup-con > div.scratch {
    top: 55px;
  }
  .pop-ev2.popup-con img {
    width: 80vw;
  }
  .pop-ev2.popup-con button {
    width: 80vw;
    height: 47px;
    bottom: 15px;
    border-radius: 5px;
    font-size: 15px;
  }
  .pop-ev2 h2 {
    font-size: 20px;
    padding: 20px;
  }
  .pop-fullfill.popup-con {
    width: 94vw;
    height: 143.13vw;
    padding: 30px 20px 35px;
  }
  .pop-fullfill.popup-con.pop-addr {
    height: auto;
  }
  .pop-fullfill.popup-con > div.pop1 > div:last-child button {
    width: 41vw;
    height: 46px;
    font-size: 15px;
    border-radius: 5px;
  }
  .pop-fullfill.popup-con > div.pop2 button {
    height: 46px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .pop-fullfill.popup-con > div.pop2 table {
    font-size: 11px;
  }
  .pop-fullfill.popup-con > div.pop2 table tr:first-child th {
    width: 84px;
  }
  .pop-fullfill.popup-con > div.pop2 > div {
    font-size: 12px;
  }
  .pop-fullfill.popup-con > div.pop2 > div.ag {
    font-size: 12px;
  }
  .pop-fullfill.popup-con > div.pop2 > p {
    font-size: 11px;
  }
  .pop-fullfill h1 {
    font-size: 21px;
  }
  .pop-fullfill p {
    font-size: 11px;
    padding: 11px 0 20px;
  }
  .pop-fullfill form > div {
    padding-bottom: 10px;
  }
  .pop-fullfill form label {
    font-size: 12px;
  }
  .pop-fullfill form input[type=text] {
    height: 46px;
    outline: 1px solid #e2e2e2;
    font-size: 15px;
  }
  .pop-fullfill form input[type=text]:focus {
    outline: 1px solid #e80238;
  }
  .pop-fullfill form .flex > *:first-child {
    width: 60.22vw;
  }
  .pop-fullfill form .flex button {
    width: 20.95vw;
    height: 46px;
    font-size: 13px;
  }
  .pop-fullfill form .flex.agree label span {
    font-size: 13px;
  }
  .pop-fullfill form .flex.agree button {
    height: 46px;
    border-width: 1px;
  }
  .pop-share.popup-con {
    width: 80vw;
    height: 206px;
  }
  .pop-share.popup-con h1 {
    font-size: 20px;
    padding: 30px 0;
  }
  .pop-share.popup-con > div {
    font-size: 13px;
  }
  .pop-share.popup-con > div img {
    width: 53px;
    height: 53px;
  }
  .ball {
    height: 50px;
    width: 50px;
  }
  .ball::after {
    width: 50px;
    height: 50px;
  }
  .eight {
    height: 30px;
    width: 30px;
  }
  .eight b {
    font-size: 24px;
    letter-spacing: -2.2px;
  }
}

/*# sourceMappingURL=style.css.map */
