@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  box-sizing: border-box;
  font-family: "GmarketSans", "Noto Sans KR" !important;
  color: #222;
  letter-spacing: -0.5px;
}

li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
}

img,
video {
  vertical-align: middle;
  max-width: 100%;
}

.inner {
  max-width: 1010px;
  padding: 0 16px;
  margin: 0 auto;
}

#part1 {
  background-color: #1a253c;
  background-repeat: repeat-y;
  text-align: center;
  height: fit-content;
}

#part1 .inner {
  max-width: 1920px;
  padding: 0px;
}

#part2 {
  background-image: url(/resource/images/eventImg/20251103/event251103_part2_bg2.png);
  background-color: #1a253c;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0 0 120px 0;
  text-align: center;
}

#part2 .inner {
  max-width: 1920px;
  padding: 0px;
}

#part2 .space {
  height: 90px;
}

#part3 {
  background-image: url(/resource/images/eventImg/20251103/event251103_part3_bg.png);
  background-color: #c6e3f8;
  background-size: cover;
  background-position: center top;
  padding: 80px 0px;
  text-align: center;
}

#part3 .inner {
  width: 1000px;
  max-width: fit-content;
}

#part3 .title-area {
  margin-bottom: 20px;
}

#part3 .link-area {
  padding-bottom: 25px;
}

#part3 .link-area .top-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#part3 .link-area .bottom-row {
  display: flex;
  justify-content: center;
}

#part3 .link-area > div > div {
  width: 336px;
  text-align: center;
}

#part6_footer {
  background-color: #4c6193;
  color: #fff;
  padding: 95px 0;
}

/* 모바일 감춤 */
.mo-main,
.event-mo,
.way-mo {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-main,
  .event-pc,
  .way-pc {
    display: none;
  }
  .mo-main,
  .event-mo,
  .way-mo {
    display: block;
  }

  .inner {
    padding: 0 16px;
  }

  #part1 .inner {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #part2 {
    background-image: url(/resource/images/eventImg/20251103/event251103_part2_bg_mo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px 16px 150px 16px;
    text-align: center;
  }

  #part2 .space {
    height: 35px;
  }

  #part3 {
    padding: 50px 0px 0px 0;
    text-align: center;
  }

  #part3 .title-area {
    margin-bottom: 30px;
  }

  #part3 .inner {
    padding: 0 16px;
    margin: 0;
    width: 100%;
  }

  #part3 .link-area * {
    display: inline !important;
  }

  #part3 .link-area img {
    width: 180px;
    text-align: center;
    max-width: 180px;
  }

  #part6_footer {
    padding: 30px 0;
  }
}
