/* reset */
@import url("https://use.typekit.net/ajh8euo.css");
html,
body,
div,
p,
img,
span,
a,
em,
strong,
pre,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
caption,
input,
textarea,
button,
select,
video,
iframe,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  color: #1c1c1c;
  line-height: 1;
  font-weight: 400;
  word-break: break-all;
  letter-spacing: -0.5px;
}

input,
textarea,
button,
select {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

select {
  border: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

textarea {
  border: none;
  resize: none;
}

img,
fieldset,
button {
  border: 0;
  background: none;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}

input {
  border-radius: 0;
}

input[type=text],
input[type=tel] {
  appearance: none;
}

input,
button,
textarea {
  border: 0 none;
  outline: 0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a,
img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.blind,
caption {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.hidden {
  visibility: hidden;
}

.gnbWrapper {
  min-width: 1280px !important;
}

h1.logo {
  position: absolute;
  top: 34px;
  left: 50px;
  z-index: 10;
}
h1.logo a {
  display: block;
  width: 240px;
  height: 33px;
  background: url(../images/logo.png) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
h1.logo a img {
  display: block;
}

.lnb_open h1.logo {
  display: none !important;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 146px;
  background: #000 url(../images/footer.png) 50% 50% no-repeat;
}
footer p {
  text-indent: -9999px;
}

#wrap {
  position: relative;
  margin: 0 auto;
  min-width: 1280px;
  max-width: 2560px;
  overflow: hidden;
}

section {
  position: relative;
}
section .bg,
section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .obj {
  position: absolute;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .inner {
  margin: 0 auto;
  max-width: 1280px;
}

.scroll_lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}

.popup-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.popup-body {
  position: relative;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
  z-index: 1000;
}

.popup-image {
  cursor: pointer;
}

.popup-inline {
  display: none;
}

.popup-youtube .popup-body {
  max-width: 1440px;
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
}
.popup-youtube .popup-body:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.popup-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-youtube .close {
  position: absolute;
  top: 0;
  right: -62px;
  width: 60px;
  height: 60px;
  border: 1px solid #bf2819;
  background: transparent;
}
.popup-youtube .close span {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-youtube .close span::before, .popup-youtube .close span::after {
  position: absolute;
  top: 10%;
  left: 50%;
  content: "";
  height: 80%;
  width: 1px;
  background-color: #bf2819;
}
.popup-youtube .close span::before {
  transform: rotate(45deg);
}
.popup-youtube .close span::after {
  transform: rotate(-45deg);
}
.popup-youtube .close:hover span {
  background-color: #bf2819;
  border-color: #bf2819;
}
.popup-youtube .close:hover span::before, .popup-youtube .close:hover span::after {
  background-color: #fff;
}

.popup-confirm .popup-body {
  width: 610px;
  background: #f9f9f9;
  border: 1px solid #000;
  padding: 60px 40px;
  box-sizing: border-box;
}
.popup-confirm .title {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  color: #0bcba9;
}
.popup-confirm .title span {
  color: #000;
}
.popup-confirm .content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #586161;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
}
.popup-confirm .button-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.popup-confirm .button-box button {
  width: 220px;
  height: 70px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.popup-confirm .button-box button.btn_cancel {
  background: #000;
  color: #fff;
}
.popup-confirm .button-box button.btn_confirm {
  background: #0bcba9;
  color: #000;
}
.popup-confirm .popup-close {
  width: 36px;
  height: 36px;
}

.popup-alert .popup-body {
  width: 610px;
  background: #f9f9f9;
  border: 1px solid #000;
  padding: 60px 40px;
  box-sizing: border-box;
}
.popup-alert .title {
  margin-bottom: 36px;
  padding: 0 20px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
  color: #0bcba9;
  word-break: keep-all;
}
.popup-alert .title span {
  color: #000;
}
.popup-alert .content {
  padding: 40px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #586161;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
}
.popup-alert .content span {
  font-weight: 700;
  color: #000;
}
.popup-alert .button-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.popup-alert .button-box button {
  width: 220px;
  height: 70px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  background: #000;
  color: #fff;
}
.popup-alert .notice {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.25;
  color: #586161;
  text-align: center;
}
.popup-alert .popup-close {
  width: 36px;
  height: 36px;
}

.popup-image .popup-tab {
  position: absolute;
  top: 142px;
  left: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 880px;
  height: 50px;
}

#quick {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 164px;
  width: 164px;
  margin-right: 20px;
  margin-top: -100px;
  z-index: 99;
}
#quick .title {
  width: 100%;
  height: 109px;
  background: url("../images/quick.png") no-repeat;
}
#quick button {
  width: 100%;
  height: 71px;
  background: url("../images/quick.png") no-repeat;
}
#quick button:nth-of-type(1) {
  background-position-y: -109px;
}
#quick button:nth-of-type(2) {
  background-position-y: -180px;
}
#quick button:nth-of-type(3) {
  background-position-y: -251px;
}
#quick button:nth-of-type(4) {
  background-position-y: -322px;
}
#quick button.btn_top {
  height: 42px;
  background-position-y: -393px;
}
#quick button:hover, #quick button.active {
  background-position-x: -164px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 790px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.jpg") 0 0 no-repeat;
  background-size: auto 790px;
}
#visual .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 790px;
}
#visual .title-box {
  margin-top: 110px;
  text-align: center;
}
#visual .title-box .title {
  margin-bottom: -8px;
}
#visual .title-box .sub-text {
  margin-left: -35px;
}
#visual .period {
  text-align: center;
  margin-top: 43px;
}
#visual .my-pick-box {
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 1080px;
  height: 240px;
  padding: 0 20px 20px;
  box-sizing: border-box;
  background: url("../images/visual/bg_creator-box.png") 0 0 no-repeat;
}
#visual .my-pick-box .my-pick {
  margin-top: 36px;
  margin-left: 46px;
}
#visual .my-pick-box .user-status {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url("../images/visual/default-profile.png") 48px 50% no-repeat;
}
#visual .my-pick-box .user-status p {
  padding-left: 225px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
#visual .my-pick-box .user-status p span {
  color: #0086be;
}
#visual .btn_point-guide {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 260px;
  height: 60px;
  background: url("../images/visual/btn_point-guide.png") 0 0 no-repeat;
}
#visual .btn_point-guide:hover {
  background-position-y: -60px;
}
#visual .character {
  pointer-events: none;
}
#visual .character .left {
  position: absolute;
  bottom: -36px;
  left: -133px;
}
#visual .character .right {
  position: absolute;
  bottom: -232px;
  right: -27px;
}

#event1 {
  position: relative;
  width: 2560px;
  height: 2997px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/event1/bg_event1.jpg") 0 0 #00dfd1 no-repeat;
  background-size: auto auto;
}
#event1 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 2997px;
}
#event1 .title-box {
  margin-top: 168px;
  text-align: center;
}
#event1 .title-box .title {
  margin-bottom: 46px;
}
#event1 .select-box {
  position: relative;
  margin-top: 135px;
}
#event1 .creator-list {
  display: flex;
  justify-content: space-between;
  width: 1518px;
}
#event1 .creator-list-item {
  position: relative;
}
#event1 .creator-list-item .my-pick {
  position: absolute;
  bottom: -18px;
  display: block;
  width: 548px;
  height: 744px;
  text-align: center;
  background: url("../images/event1/border-my-pick.png") 0 100% no-repeat;
}
#event1 .creator-list-item .btn_select {
  position: absolute;
  bottom: 0;
  width: 315px;
  height: 133px;
  background: url("../images/event1/btn_select.png") 0 0 no-repeat;
}
#event1 .creator-list-item .btn_select:disabled {
  background-position-x: -315px;
  cursor: not-allowed;
}
#event1 .creator-list-item .btn_select:hover:not(:disabled) {
  background-position-x: -630px;
}
#event1 .creator-list-item:nth-of-type(1) .my-pick {
  right: -18px;
}
#event1 .creator-list-item:nth-of-type(1) .btn_select {
  right: 100px;
}
#event1 .creator-list-item:nth-of-type(2) .my-pick {
  left: -18px;
}
#event1 .creator-list-item:nth-of-type(2) .btn_select {
  left: 100px;
}
#event1 .character {
  position: absolute;
  bottom: 0;
  left: 560px;
}
#event1 .bonus-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 80px;
}
#event1 .bonus-list li {
  position: relative;
}
#event1 .bonus-buttons {
  position: absolute;
  bottom: 138px;
  right: 100px;
  display: flex;
  flex-direction: column;
  gap: 91px;
}
#event1 .bonus-buttons .btn_bonus-reward {
  width: 180px;
  height: 60px;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #0051e5;
}
#event1 .bonus-buttons .btn_bonus-reward:disabled {
  background: #d6dadc;
  cursor: not-allowed;
}
#event1 .bonus-buttons .btn_bonus-reward.is-complete {
  color: #cfd4d5;
  background: transparent;
  border: 2px solid #e0e3e4;
  box-sizing: border-box;
  cursor: not-allowed;
}

#event2 {
  position: relative;
  width: 2560px;
  height: 2613px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e5fdf8;
}
#event2 .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 2613px;
}
#event2 .title-box {
  margin-top: 140px;
  text-align: center;
}
#event2 .title-box .title {
  margin-bottom: 45px;
}
#event2 .point-board-box {
  position: relative;
  margin-top: 75px;
}
#event2 .point-board-box .btn_refresh {
  position: absolute;
  right: 185px;
  top: 56px;
  width: 32px;
  height: 32px;
  background: url("../images/event2/btn_refresh.png") 0 0 no-repeat;
}
#event2 .point-board-box .notice {
  margin-top: 40px;
  text-align: center;
}
#event2 .point-board-box .character {
  pointer-events: none;
}
#event2 .point-board-box .character .left {
  position: absolute;
  left: -296px;
  bottom: 28px;
}
#event2 .point-board-box .character .right {
  position: absolute;
  right: -102px;
  bottom: 34px;
}
#event2 .point-board {
  display: grid;
  grid-template-columns: repeat(3, 304px) auto;
  align-items: end;
  width: 1280px;
  height: 215px;
  margin: 0 auto;
  background: url("../images/event2/bg_point-board.png") 0 0 no-repeat;
}
#event2 .point-board li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 190px;
  padding-left: 61px;
  padding-bottom: 30px;
  padding-top: 38px;
}
#event2 .point-board li span {
  display: block;
}
#event2 .point-board li .point {
  font-family: "zuume-edge";
  font-size: 62px;
  line-height: 1;
  color: #12c8ac;
  letter-spacing: 1px;
}
#event2 .point-board li:last-child {
  padding-left: 0;
  padding-right: 126px;
  padding-bottom: 28px;
  text-align: right;
}
#event2 .point-board li:last-child .point {
  font-size: 80px;
  color: #02191b;
}
#event2 .sub-title {
  margin-top: 110px;
  text-align: center;
}
#event2 .point-shop-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 18px;
  width: 1280px;
  border: 3px solid #02191b;
  margin: 60px auto 0;
  padding: 51px;
  box-sizing: border-box;
  background: #fff;
}
#event2 .point-shop-item-list-item {
  position: relative;
  background: #f6f6f6;
}
#event2 .point-shop-item-list-item .count {
  position: absolute;
  top: 20px;
  left: 24px;
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  background: #02191b;
  border-radius: 4px;
  padding: 0 10px;
}
#event2 .point-shop-item-list-item .count span {
  margin-left: 5px;
  font-weight: 800;
  color: #39dcc5;
}
#event2 .point-shop-item-list-item .count.empty {
  background: #d4d4d4;
}
#event2 .point-shop-item-list-item .count.empty span {
  color: #fff;
}
#event2 .point-shop-item-list-item .btn_more {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../images/event2/btn_more.png") 0 0 no-repeat;
}
#event2 .point-shop-item-list-item .btn_entry {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 1.25;
  color: #02191b;
  background: #39dcc5;
}
#event2 .point-shop-item-list-item .btn_entry span {
  font-weight: 700;
}
#event2 .point-shop-item-list-item:hover {
  background: #edf4f5;
}
#event2 .point-shop-item-list-item:hover .btn_entry {
  background: #00c6aa;
}
#event2 .cauton {
  width: 1280px;
  margin: 50px auto 0;
}

#event3 {
  position: relative;
  width: 2560px;
  height: 2430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/event3/bg_event3.jpg") 0 0 no-repeat;
  background-size: auto 2430px;
}
#event3 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 2430px;
}
#event3 .title-box {
  margin-top: 160px;
  text-align: center;
}
#event3 .title-box .title {
  margin-bottom: 45px;
}
#event3 .weekly-match-box {
  width: 1280px;
  background: url("../images/event3/bg_contents.png") 0 0 no-repeat;
  margin: 76px auto 0;
}
#event3 .weekly-match-item {
  display: flex;
  width: 100%;
  height: 250px;
  margin-bottom: 1px;
}
#event3 .left-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 210px;
  background: #00e7be;
  color: #000;
}
#event3 .left-box.disabled {
  background: #dfdfdf;
  color: #fff;
}
#event3 .left-box .label-open {
  position: absolute;
  top: 43px;
  left: 50%;
  transform: translateX(-50%);
}
#event3 .right-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 210px);
  padding: 50px;
  box-sizing: border-box;
}
#event3 .right-box .creator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 410px;
  height: 80px;
}
#event3 .right-box .creator:nth-of-type(1) {
  flex-direction: row-reverse;
  padding-right: 100px;
}
#event3 .right-box .creator:nth-of-type(1) .border {
  background: url("../images/event3/pick-border-left.png") 0 0 no-repeat;
}
#event3 .right-box .creator:nth-of-type(1) .percent {
  text-align: left;
  padding-left: 35px;
}
#event3 .right-box .creator:nth-of-type(2) {
  flex-direction: row;
  padding-left: 100px;
}
#event3 .right-box .creator:nth-of-type(2) .border {
  background: url("../images/event3/pick-border-right.png") 0 0 no-repeat;
}
#event3 .right-box .creator:nth-of-type(2) .percent {
  text-align: right;
  padding-right: 35px;
}
#event3 .right-box .creator .name {
  width: auto;
  height: 24px;
  opacity: 0.3;
}
#event3 .right-box .creator .name img {
  display: block;
  width: auto;
  height: 100%;
}
#event3 .right-box .creator .name.my-pick {
  opacity: 1;
}
#event3 .right-box .creator .percent {
  font-family: "zuume-edge";
  font-size: 44px;
  line-height: 1;
  letter-spacing: 1px;
  color: #0bcba9;
}
#event3 .right-box .creator .percent span {
  font-size: 30px;
  padding-left: 3px;
}
#event3 .right-box .creator .btn_select {
  width: 148px;
  height: 100%;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
  background: #00ddcf;
}
#event3 .right-box .creator .btn_select:disabled {
  background: #eaeaea;
  cursor: not-allowed;
}
#event3 .right-box .creator .border {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 410px;
  height: 80px;
}
#event3 .btn_match-result-view {
  width: 400px;
  height: 100px;
  margin-top: 60px;
  background: url("../images/event3/bg_result.png") 0 0 no-repeat;
}
#event3 .btn_match-result-view:hover {
  background-position-y: -100px;
}
#event3 .reward {
  margin-top: 100px;
}
#event3 .caution {
  width: 100%;
  margin-top: 40px;
  padding-left: 60px;
  box-sizing: border-box;
}

#event4 {
  position: relative;
  width: 2560px;
  height: 1266px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/event4/bg_event4.jpg") 0 0 no-repeat;
  background-size: auto 1266px;
}
#event4 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 1266px;
}
#event4 .title-box {
  margin-top: 120px;
  text-align: center;
}
#event4 .title-box .title {
  margin-bottom: 50px;
}
#event4 .period {
  margin-top: 40px;
}
#event4 .creator-list-box {
  width: 1280px;
  height: 180px;
  display: flex;
  margin-top: 60px;
  background: url("../images/event4/creator.png") 0 0 no-repeat;
}
#event4 .creator-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}
#event4 .creator-list-item a {
  display: block;
  width: 170px;
  height: 40px;
  background-image: url("../images/event4/btn_channel.png");
  background-size: auto;
  background-repeat: no-repeat;
}
#event4 .creator-list-item a:hover {
  background-position-y: -40px;
}
#event4 .creator-list-item .btn_chzzk {
  background-position: 0 0;
}
#event4 .creator-list-item .btn_youtube {
  background-position: -170px 0;
}
#event4 .reward {
  margin-top: 40px;
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Pretendard", sans-serif;
}
#wrap picture {
  display: inline-block;
}

.blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

.util {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.util a,
.util button {
  background: url("../images/spr_util.png") 0 0 no-repeat;
  text-indent: -9999px;
}
.util > div {
  display: flex;
  gap: 4px;
}
.util .btn_start {
  display: block;
  width: 190px;
  height: 40px;
}
.util .btn_start:hover {
  background-position-y: -71px;
}
.util .btn_home {
  display: block;
  width: 40px;
  height: 40px;
  background-position-x: -194px;
}
.util .btn_home:hover {
  background-position-y: -71px;
}
.util .btn_hide {
  margin-top: 10px;
  width: 234px;
  height: 14px;
  background-position-y: -48px;
}
.util .btn_hide:hover {
  background-position-y: -119px;
}

.popup-close {
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
}

footer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  background: #000;
}
footer img {
  display: inline-block;
}