@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 1200px;
  color: #333;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

input, textarea, a {
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
}

legend {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

fieldset, button {
  vertical-align: middle;
  border: 0;
}

caption {
  text-indent: -100%;
  *text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.blind {
  position: absolute;
  top: -9999px;
  text-indent: -100%;
  font-size: 0;
  line-height: 0;
}

.clfix {
  *zoom: 1;
}

.clfix:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
}

* ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

* ::-webkit-scrollbar-track {
  background: #F6F7FA;
  border-radius: 4px;
}

* ::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

* ::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* 공통 */
#eventWrap .top_menu {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
} /* [PUB]: 로고 위치에 따라 width값 조정 */
#eventWrap .top_menu .logo {
  position: absolute;
  top: 70px;
  right: 0;
}

#eventWrap .top_menu .menu {
  position: absolute;
  top: 73px;
  right: 120px;
  height: 19px;
  padding: 3px 10px 0 10px;
  border-radius: 11px;
  text-align: center;
}

#eventWrap .top_menu .menu a {
  display: inline-block;
  padding: 0 10px;
  font-size: 17px;
  color: #373737;
  line-height: 20px;
  letter-spacing: -0.025em;
}

#eventWrap .top_menu .menu a:first-child {
  border-right: 1px solid #373737;
}

#footer {
  background: #666666;
}

#footer .footer_inner {
  width: 900px;
  margin: 0 auto;
  color: #222;
  padding: 20px 0 20px 100px;
  letter-spacing: -0.032em;
  font-weight: bold;
}

#footer .footer_inner ul {
  *zoom: 1;
}

#footer .footer_inner ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer .footer_inner ul li {
  float: left;
  margin-right: 18px;
}

#footer .footer_inner ul li a {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  color: #fff;
}

#footer .footer_inner ul li a.privacy {
  color: #ead572;
}

#footer .footer_inner ul li span {
  display: inline-block;
  margin-left: 18px;
  color: #ccc;
}

#footer .footer_inner p {
  padding-left: 5px;
  font-weight: normal;
  color: #b5b5b5;
}

#footer .footer_inner p.copyright {
  font-weight: bold;
  color: #858585;
}

#footer .footer_inner .addr {
  margin: 25px 0 15px;
}

#footer .footer_inner .btn_myinfo {
  display: inline-block;
  width: 52px;
  height: 16px;
  background: url("/img/event/e200610/btn_myinfo.png") no-repeat 0 0;
  text-indent: -1000px;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.wrap {
  position: relative;
  margin: 0 auto;
}

/* //공통 */
/* EVENT COMMON */
/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.slick-list {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: block;
  clear: both;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  float: left;
}

.slick-slide.slick-vertical {
  float: none;
  display: block;
  height: auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 73px;
  height: 73px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}

.slick-prev {
  left: -100px;
  background-image: url("/Img/event/e250210/btn_prev.png");
  background-size: cover;
}

.slick-next {
  right: -100px;
  background-image: url("/Img/event/e250210/btn_next.png");
  background-size: cover;
}

.slick-arrow:hover {
  width: 93px;
  height: 93px;
  transform-origin: 50% 50%;
}

.slick-dots {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  font-size: 0;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  background: #E5E5E5;
  border-radius: 100%;
  color: #E5E5E5;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  width: 32px;
  border-radius: 100px;
  background-color: #5B43F8;
  color: #5B43F8;
}

#eventWrap {
  min-width: 1200px;
}

#eventWrap .blind {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: auto;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 1px;
  line-height: 1;
  clip: rect(0, 0, 0, 0);
}

[class^=sector-] {
  position: relative;
}

[class^=sector-] .wrap {
  position: relative;
  width: 1200px;
}

[class^=sector-] {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

[class^=sector-] * {
  letter-spacing: -1px;
  font-family: "Noto Sans KR";
}

[class^=sector-] .btnWrap {
  text-align: center;
  line-height: 1;
}

.sector-notice {
  padding: 75px 0;
  background: #f2f2f2;
}

.sector-notice .wrap {
  width: 1100px;
  display: flex;
  flex-direction: column;
}

.sector-notice h2 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  text-align: left;
  letter-spacing: -1px;
}

.sector-notice li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #222;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: left;
}

.sector-notice li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222;
}

.sector-notice li + li {
  margin-top: 8px;
}

.sector-notice .btnPrivacy {
  position: absolute;
  top: -5px;
  right: 136px;
  display: block;
  width: 130px;
  height: 33px;
  background: #666666;
  font-size: 18px;
  color: #222;
  text-align: center;
  line-height: 33px;
  letter-spacing: -0.025em;
  border-radius: 5px;
}

.sector-visual {
  height: 1387px;
  background: #cae8f7 url("/Img/event/e250210/visual.jpg") 50% 0 no-repeat;
}

.sector-visual:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: url("/Img/event/e250210/bg_pattern.png") 0 0 repeat-x;
  z-index: 1;
}

.sector-content1 .content-slick-wrap {
  padding: 43px 0;
  background: #3d3e3d;
}

.sector-content1 .content-slick-wrap .slick-slide {
  width: 266px;
  margin: 0 12px;
}

.sector-content1 .content-slick-wrap .slick-slide img {
  width: 100%;
}

.sector-content1 .content-slick-wrap p {
  margin-top: 48px;
}

.sector-content1 {
  background-color: #fff;
}

/*  popup*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}
.popup.on {
  display: block;
}
.popup.popup_full {
  text-align: center;
}
.popup .button-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .popup .button-popup-close {
    width: 120px;
  }
}
@media screen and (min-width: 720px) {
  .popup .button-popup-close {
    height: 120px;
  }
}
.popup .button-popup-close::before, .popup .button-popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 3px;
  margin-left: -30px;
  background-color: #fff;
}
.popup .button-popup-close::before {
  transform: rotate(45deg);
}
.popup .button-popup-close::after {
  transform: rotate(315deg);
}
.popup .button-popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup .popup-inner {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.popup .popup-inner:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.popup .popup-inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}
.popup .popup-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.popup .popup-inner::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.popup .popup-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.popup .popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1000px;
}