@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #151517;
}

section #schedule {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
section #schedule .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
section #schedule .box_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section #schedule .box_wrap .box {
  width: calc(25% - 20px);
}
section #schedule .box_wrap .box .img_bx {
  width: 100%;
  height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section #schedule .box_wrap .box .tex_bx {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
section #schedule .box_wrap .box .tex_bx .date {
  width: 100px;
  padding: 10px;
}
section #schedule .box_wrap .box .tex_bx .date .dd_bx {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  border: 1px solid #d7d7d7;
}
section #schedule .box_wrap .box .tex_bx .date .dd_bx span {
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
}
section #schedule .box_wrap .box .tex_bx .sd_title {
  width: calc(100% - 100px);
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
section #schedule .more {
  margin-top: 50px;
  padding: 5px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 1500px) {
  section #schedule {
    padding: 0 15px;
  }
  section #schedule .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 50px;
  }
  section #schedule .box_wrap .box {
    width: calc(25% - 15px);
  }
  section #schedule .box_wrap .box .img_bx {
    height: 370px;
  }
  section #schedule .box_wrap .box .tex_bx {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  section #schedule .box_wrap .box .tex_bx .date {
    width: 100%;
    padding: 10px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 5px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx br {
    display: none !important;
  }
  section #schedule .box_wrap .box .tex_bx .sd_title {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .more {
    margin-top: 50px;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 1200px) {
  section #schedule {
    padding: 0 15px;
  }
  section #schedule .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  section #schedule .box_wrap .box {
    width: calc(25% - 15px);
  }
  section #schedule .box_wrap .box .img_bx {
    height: 300px;
  }
  section #schedule .box_wrap .box .tex_bx {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  section #schedule .box_wrap .box .tex_bx .date {
    width: 100%;
    padding: 10px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 5px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx br {
    display: none !important;
  }
  section #schedule .box_wrap .box .tex_bx .sd_title {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .more {
    margin-top: 50px;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 992px) {
  section #schedule {
    padding: 0 15px;
  }
  section #schedule .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  section #schedule .box_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  section #schedule .box_wrap .box {
    width: calc(50% - 15px);
  }
  section #schedule .box_wrap .box .img_bx {
    height: 350px;
  }
  section #schedule .box_wrap .box .tex_bx {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  section #schedule .box_wrap .box .tex_bx .date {
    width: 100%;
    padding: 10px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 5px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx br {
    display: none !important;
  }
  section #schedule .box_wrap .box .tex_bx .sd_title {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .more {
    margin-top: 50px;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 768px) {
  section #schedule {
    padding: 0 15px;
  }
  section #schedule .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  section #schedule .box_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  section #schedule .box_wrap .box {
    width: calc(50% - 10px);
  }
  section #schedule .box_wrap .box .img_bx {
    height: 280px;
  }
  section #schedule .box_wrap .box .tex_bx {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  section #schedule .box_wrap .box .tex_bx .date {
    width: 100%;
    padding: 10px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 5px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx br {
    display: none !important;
  }
  section #schedule .box_wrap .box .tex_bx .sd_title {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .more {
    margin-top: 50px;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 576px) {
  section #schedule {
    padding: 0 15px;
    margin-top: 40px;
  }
  section #schedule .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 30px;
  }
  section #schedule .box_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  section #schedule .box_wrap .box {
    width: calc(50% - 5px);
  }
  section #schedule .box_wrap .box .img_bx {
    height: 210px;
  }
  section #schedule .box_wrap .box .tex_bx {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  section #schedule .box_wrap .box .tex_bx .date {
    width: 100%;
    padding: 10px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 5px;
  }
  section #schedule .box_wrap .box .tex_bx .date .dd_bx br {
    display: none !important;
  }
  section #schedule .box_wrap .box .tex_bx .sd_title {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  section #schedule .more {
    margin-top: 50px;
    padding: 5px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
  }
}
section #map {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 0 15px;
}
section #map .box_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section #map .box_wrap .box {
  width: 50%;
}
section #map .box_wrap .box .img_bx {
  width: 100%;
  height: 390px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section #map .more {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
section #map .more .p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
section #map .more .bt {
  margin-left: 20px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  background-color: #6f6ff8;
}

@media screen and (max-width: 992px) {
  section #map {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section #map .box_wrap .box {
    width: 50%;
  }
  section #map .box_wrap .box .img_bx {
    height: 250px;
  }
  section #map .more {
    margin-top: 30px;
  }
  section #map .more .p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
  }
  section #map .more .bt {
    margin-left: 20px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  section #map {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section #map .box_wrap {
    display: flex;
    flex-direction: column;
  }
  section #map .box_wrap .box {
    width: 100%;
  }
  section #map .box_wrap .box .img_bx {
    height: 230px;
  }
  section #map .more {
    margin-top: 30px;
  }
  section #map .more .p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
  }
  section #map .more .bt {
    margin-left: 20px;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

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