@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@font-face {
  font-family: 'GmarketSans';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'GmarketSans';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'GmarketSans';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  width: 100%;
  letter-spacing: -1px;
  font-family: 'GmarketSans', sans-serif;
  box-sizing: border-box; }
  body *, body *::before, body *::after {
    box-sizing: border-box; }

/*
#content {
    letter-spacing: -1px;
    min-width: 1280px;
    @include gmarket();
    box-sizing: border-box;
    *, *::before, *::after {
        box-sizing: border-box;
    }
}
*/
.container {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  padding: 0 10px; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 40px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

hr {
  display: block;
  border: 0;
  margin: 0; }

input, select, textarea {
  font-family: inherit;
  outline: none !important; }

a, button {
  color: #333;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none; }
  a:hover, button:hover {
    color: #202020; }

/* event-1 */
.event-1 {
  padding: 60px 0 100px;
  background-image: url(/assets/images/event/bg_event01.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .event-1 .section-header {
    text-align: center;
    padding-bottom: 35px; }
    .event-1 .section-header h3 {
      display: inline-block;
      font-size: 0; }
      .event-1 .section-header h3 img {
        display: block;
        max-width: 100%; }
    .event-1 .section-header > p {
      font-size: 14px;
      line-height: 22px;
      color: #000;
      font-weight: 300;
      margin-top: 40px; }
      .event-1 .section-header > p b {
        font-weight: 700; }
    .event-1 .section-header > strong {
      display: block;
      font-size: 16px;
      line-height: 22px;
      padding: 10px;
      max-width: 1200px;
      font-weight: bold;
      margin: 30px auto 0;
      border: 3px solid #232121;
      background-color: #fff; }
      .event-1 .section-header > strong span.sky {
        color: #009fe1; }
      .event-1 .section-header > strong span.blue {
        color: #004da1; }
  .event-1 .section-content .video {
    max-width: 1015px;
    display: block;
    margin: 0 auto;
    border: 3px solid #232121; }
    .event-1 .section-content .video > video {
      display: block;
      width: 100%; }
  .event-1 .section-content .embed-responsive {
    position: relative;
    border: 3px solid #232121; }
    .event-1 .section-content .embed-responsive:before {
      display: block;
      content: '';
      padding-top: 56.25%; }
    .event-1 .section-content .embed-responsive > iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .event-1 .section-content .btn-area {
    margin-top: 50px; }
    .event-1 .section-content .btn-area .btn-default {
      width: 300px;
      display: block;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin: 0 auto;
      border-radius: 10px;
      border: 3px solid #232121;
      background-color: #004da1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .event-1 .section-content .btn-area .btn-default:hover {
        background-color: #009fe1; }
  @media (min-width: 1024px) {
    .event-1 {
      padding: 60px 0 160px; }
      .event-1 .section-header {
        padding-bottom: 70px; }
        .event-1 .section-header > p {
          font-size: 32px;
          line-height: 50px;
          margin-top: 95px; }
        .event-1 .section-header > strong {
          font-size: 31px;
          height: 86px;
          line-height: 86px;
          padding: 0;
          margin-top: 60px; }
      .event-1 .section-content .btn-area {
        margin-top: 115px; }
        .event-1 .section-content .btn-area .btn-default {
          font-size: 40px;
          width: 435px;
          height: 90px;
          line-height: 90px; } }

/* event-2 */
.event-2 {
  padding-top: 50px;
  background-image: url(/assets/images/event/bg_event2.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .event-2 .section-header {
    position: relative;
    max-width: 840px;
    text-align: center;
    margin: 0 auto; }
    .event-2 .section-header > p {
      position: relative;
      font-weight: 700;
      color: #131313;
      z-index: 1;
      font-size: 18px;
      line-height: 24px;
      padding: 30px 0 20px;
      border: 3px solid #232121;
      background-color: #fff; }
      .event-2 .section-header > p b {
        font-size: 24px;
        color: #009fe1; }
    .event-2 .section-header span {
      position: absolute;
      top: -22px;
      left: 50%;
      display: inline-block;
      font-size: 18px;
      color: #004da1;
      z-index: 2;
      font-weight: 700;
      padding: 10px 15px;
      background-color: #fff;
      transform: translateX(-50%);
      border: 3px solid #232121; }
  .event-2 .section-content {
    position: relative;
    overflow: hidden;
    max-width: 860px;
    margin: 60px auto 0;
    padding-bottom: 25px; }
    .event-2 .section-content > a {
      position: relative;
      display: inline-block;
      font-size: 0;
      width: 35%; }
      .event-2 .section-content > a.left-card {
        float: left; }
      .event-2 .section-content > a.right-card {
        float: right; }
      .event-2 .section-content > a img {
        display: block;
        max-width: 100%; }
    .event-2 .section-content .board {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      font-size: 0;
      margin-top: -45px;
      transform: translate(-50%, -50%); }
      .event-2 .section-content .board img {
        vertical-align: middle;
        display: none; }
        .event-2 .section-content .board img:nth-of-type(2) {
          width: 65px;
          display: inline-block; }
    .event-2 .section-content > figure {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .event-2 .section-content > figure img {
        width: 80px; }
    .event-2 .section-content.left > figure {
      margin-left: -30%; }
    .event-2 .section-content.right > figure {
      margin-left: 30%; }
  @media (min-width: 1024px) {
    .event-2 {
      padding-top: 100px; }
      .event-2 .section-header {
        padding-bottom: 8px; }
        .event-2 .section-header:after {
          position: absolute;
          bottom: -7px;
          right: -6px;
          content: url(/assets/images/event/bg_summary.png); }
        .event-2 .section-header > p {
          font-size: 40px;
          line-height: 50px;
          padding: 40px 0 17px; }
          .event-2 .section-header > p > b {
            font-size: 48px; }
        .event-2 .section-header > span {
          top: -26px;
          font-size: 31px;
          line-height: 50px;
          height: 52px;
          padding: 0 35px; }
      .event-2 .section-content > a {
        width: auto;
        padding-bottom: 55px; }
        .event-2 .section-content > a:after {
          position: absolute;
          bottom: 0;
          left: 50%;
          content: url(/assets/images/event/bg_shadow.png);
          transform: translateX(-50%); }
      .event-2 .section-content .board img {
        display: inline-block; }
        .event-2 .section-content .board img:nth-of-type(2) {
          width: auto; }
      .event-2 .section-content > figure img {
        width: 164px; }
      .event-2 .section-content.left > figure {
        margin-left: -275px; }
      .event-2 .section-content.right > figure {
        margin-left: 275px; } }

/* event-3 */
.event-3 {
  padding: 50px 0 55px;
  background-image: url(/assets/images/event/bg_event3.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .event-3 .section-header {
    position: relative;
    max-width: 840px;
    text-align: center;
    margin: 0 auto; }
    .event-3 .section-header > p {
      position: relative;
      font-weight: 700;
      color: #131313;
      z-index: 1;
      font-size: 18px;
      line-height: 24px;
      padding: 30px 0 20px;
      border: 3px solid #232121;
      background-color: #fff; }
      .event-3 .section-header > p b {
        font-size: 24px;
        color: #009fe1; }
    .event-3 .section-header span {
      position: absolute;
      top: -22px;
      left: 50%;
      display: inline-block;
      font-size: 18px;
      color: #004da1;
      z-index: 2;
      font-weight: 700;
      padding: 10px 15px;
      background-color: #fff;
      transform: translateX(-50%);
      border: 3px solid #232121; }
  .event-3 .section-content {
    text-align: center;
    padding-top: 45px; }
    .event-3 .section-content > .result {
      position: relative;
      width: 70%;
      display: inline-block; }
      .event-3 .section-content > .result > .badge {
        position: absolute;
        top: -30px;
        left: -100px;
        display: block;
        z-index: 2; }
        .event-3 .section-content > .result > .badge img {
          width: 50%; }
      .event-3 .section-content > .result > figure {
        position: relative;
        display: inline-block; }
        .event-3 .section-content > .result > figure img {
          position: relative;
          z-index: 1;
          display: block;
          max-width: 100%;
          margin: 0 auto; }
      .event-3 .section-content > .result .img-man {
        position: absolute;
        bottom: -37px;
        right: -58px;
        z-index: 3; }
        .event-3 .section-content > .result .img-man > figure {
          position: relative;
          padding-bottom: 16px; }
          .event-3 .section-content > .result .img-man > figure img {
            display: block;
            width: 128px; }
    .event-3 .section-content .btn-area {
      margin-top: 30px; }
      .event-3 .section-content .btn-area .btn-result {
        width: 300px;
        display: block;
        font-weight: 700;
        color: #fff;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
        border-radius: 10px;
        border: 3px solid #232121;
        background-color: #004da1;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        .event-3 .section-content .btn-area .btn-result:hover {
          background-color: #009fe1; }
    .event-3 .section-content .sns-list {
      font-size: 0;
      text-align: center;
      margin-top: 30px; }
      .event-3 .section-content .sns-list > li {
        display: inline-block;
        width: 33.33333%;
        vertical-align: top;
        padding: 0 20px; }
        .event-3 .section-content .sns-list > li > a {
          display: block; }
          .event-3 .section-content .sns-list > li > a > figure img {
            display: block;
            margin: 0 auto;
            max-width: 100%; }
          .event-3 .section-content .sns-list > li > a > figure figcaption {
            font-size: 16px;
            color: #232121;
            font-weight: 400;
            margin-top: 10px; }
  @media (min-width: 1024px) {
    .event-3 {
      padding: 100px 0 110px; }
      .event-3 .section-header {
        padding-bottom: 8px; }
        .event-3 .section-header:after {
          position: absolute;
          bottom: -7px;
          right: -6px;
          content: url(/assets/images/event/bg_summary.png); }
        .event-3 .section-header > p {
          font-size: 40px;
          line-height: 50px;
          padding: 40px 0 17px; }
          .event-3 .section-header > p > b {
            font-size: 48px; }
        .event-3 .section-header > span {
          top: -26px;
          font-size: 31px;
          line-height: 50px;
          height: 52px;
          padding: 0 35px; }
      .event-3 .section-content {
        padding-top: 90px; }
        .event-3 .section-content .result {
          width: 413px; }
          .event-3 .section-content .result > .badge {
            position: absolute;
            top: -30px;
            left: -146px; }
            .event-3 .section-content .result > .badge img {
              width: 173px; }
          .event-3 .section-content .result > figure {
            padding-bottom: 166px;
            background: none; }
            .event-3 .section-content .result > figure:after {
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              content: url(/assets/images/event/bg_circle.png); }
          .event-3 .section-content .result .img-man {
            bottom: 62px;
            right: -290px; }
            .event-3 .section-content .result .img-man > figure img {
              width: 256px; }
        .event-3 .section-content .btn-area {
          margin-top: 55px; }
          .event-3 .section-content .btn-area .btn-result {
            font-size: 40px;
            width: 435px;
            height: 90px;
            line-height: 90px; }
        .event-3 .section-content .sns-list {
          margin-top: 65px; }
          .event-3 .section-content .sns-list > li {
            width: auto;
            padding: 0;
            margin-right: 90px; }
            .event-3 .section-content .sns-list > li > a > figure figcaption {
              font-size: 25px;
              margin-top: 20px; }
            .event-3 .section-content .sns-list > li:last-child {
              margin-right: 0; } }
  @media (min-width: 1280px) {
    .event-3 .section-content .result .img-man {
      right: -320px; } }

/* event-4 */
.event-4 {
  padding: 50px 0 100px;
  background-image: url(/assets/images/event/bg_event4.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .event-4 .section-header {
    position: relative;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 45px; }
    .event-4 .section-header .btn-first {
      position: absolute;
      top: 0;
      right: 0;
      width: 120px;
      font-size: 16px;
      line-height: 34px;
      height: 36px;
      display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      border: 3px solid #232121;
      border-radius: 10px;
      background-color: #004da1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .event-4 .section-header .btn-first:hover {
        background-color: #009fe1; }
    .event-4 .section-header > p {
      display: block;
      font-size: 16px;
      line-height: 22px;
      padding: 10px;
      max-width: 1200px;
      font-weight: bold;
      margin-top: 15px;
      margin-top: 15px;
      border: 3px solid #232121;
      background-color: #fff; }
      .event-4 .section-header > p span.sky {
        color: #009fe1; }
      .event-4 .section-header > p span.blue {
        color: #004da1; }
  .event-4 .section-content .table-wrap .table {
    width: 100%; }
    .event-4 .section-content .table-wrap .table thead tr th {
      font-size: 16px;
      color: #000;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      padding: 10px 0;
      border: 1px solid #cacaca;
      border-right: 0; }
      .event-4 .section-content .table-wrap .table thead tr th:nth-of-type(1) {
        width: 40px; }
      .event-4 .section-content .table-wrap .table thead tr th:nth-of-type(2) {
        width: 70px; }
      .event-4 .section-content .table-wrap .table thead tr th:last-child {
        border-right: 1px solid #cacaca; }
    .event-4 .section-content .table-wrap .table tbody tr td {
      font-size: 14px;
      line-height: 18px;
      color: #232121;
      padding: 0 10px;
      font-weight: 400;
      vertical-align: middle;
      border: 1px solid #cacaca;
      border-right: 0;
      border-top: 0; }
      .event-4 .section-content .table-wrap .table tbody tr td > img {
        display: block;
        max-width: 100%; }
      .event-4 .section-content .table-wrap .table tbody tr td .progress .bar {
        position: relative;
        width: 100%;
        height: 18px;
        margin-top: 15px;
        background-color: #fff; }
        .event-4 .section-content .table-wrap .table tbody tr td .progress .bar > span {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 100%;
          background-image: url(/game/assets/images/event/bg_bar.png);
          background-size: auto 100%;
          background-position: 0 0;
          background-repeat: repeat-x; }
      .event-4 .section-content .table-wrap .table tbody tr td:last-child {
        border-right: 1px solid #cacaca; }
      .event-4 .section-content .table-wrap .table tbody tr td:nth-of-type(1) {
        text-align: center;
        padding: 0; }
      .event-4 .section-content .table-wrap .table tbody tr td:nth-of-type(2) {
        padding: 0; }
  .event-4 .section-content .btn-area {
    margin-top: 30px; }
    .event-4 .section-content .btn-area .btn-first {
      width: 300px;
      display: block;
      font-weight: 700;
      color: #fff;
      font-size: 20px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin: 0 auto;
      border-radius: 10px;
      border: 3px solid #232121;
      background-color: #004da1;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
      transition-timing-function: linear;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .event-4 .section-content .btn-area .btn-first:hover {
        background-color: #009fe1; }
  @media (min-width: 1024px) {
    .event-4 {
      padding: 60px 0 130px; }
      .event-4 .section-header {
        padding-top: 68px;
        padding-bottom: 75px; }
        .event-4 .section-header .btn-first {
          width: 280px;
          height: 68px;
          font-size: 35px;
          line-height: 68px; }
        .event-4 .section-header p {
          font-size: 31px;
          height: 86px;
          line-height: 86px;
          padding: 0;
          margin-top: 30px; }
      .event-4 .section-content .table-wrap .table {
        width: 100%; }
        .event-4 .section-content .table-wrap .table thead tr th {
          font-size: 25px;
          padding: 20px 0; }
          .event-4 .section-content .table-wrap .table thead tr th:nth-of-type(1) {
            width: 110px; }
          .event-4 .section-content .table-wrap .table thead tr th:nth-of-type(2) {
            width: 159px; }
        .event-4 .section-content .table-wrap .table tbody tr td {
          font-size: 25px;
          line-height: 29px;
          padding: 0 50px; }
          .event-4 .section-content .table-wrap .table tbody tr td > img {
            display: block; }
          .event-4 .section-content .table-wrap .table tbody tr td:last-child {
            border-right: 1px solid #cacaca; }
      .event-4 .section-content .btn-area {
        margin-top: 80px; }
        .event-4 .section-content .btn-area .btn-first {
          font-size: 40px;
          width: 435px;
          height: 90px;
          line-height: 90px; } }

/*# sourceMappingURL=event.css.map */
