<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-page {
  padding-top: var(--headerHeight);
}
.main-mv {
  /* height: calc(100vh - var(--headerHeight)); */
  border-bottom: none !important;
}
.main-mv iframe {
  width: 100%;
  height: 100%;
}
.main-mv__tit {
  margin-bottom: 70px;
}

.main-page section {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #000;
}

.main-page section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.main-page section:last-child {
  padding-bottom: 90px;
}

.main-tit {
  font-size: 40px;
}

.main-mv__tit h2 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}
.main-mv__tit h1 {
  line-height: 1;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 40px;
}
.main-mv__tit p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #333;
}

.main-mv__slide {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main-mv__slide .slick-nav {
  position: absolute;
  right: 50%;
  top: -70px;
  -webkit-transform: translate(800px, -50%);
          transform: translate(800px, -50%);
  width: 300px;
  height: 18px;
}
.main-mv__slide .slick-nav .slick-nav__progress {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.main-mv__slide .slick-nav .slick-nav__progress .progress__current::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.main-mv__slide .slick-nav .slick-nav__progress .progress__total {
  color: #999;
}
.main-mv__slide .slick-nav .slick-nav__progress .progress__track {
  display: none;
}
.main-mv__slide .slick-nav .slick-nav__btns {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-mv__slide .slick-nav .slick-nav__btns button {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  color: transparent;
}
.main-mv__slide .slick-nav .slick-nav__btns .slick-nav__prev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 162px;
  background-image: url("/image/common/prev.svg");
  width: 40px;
}
.main-mv__slide .slick-nav .slick-nav__btns .slick-nav__pause {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 46px;
  background-image: url("/image/common/pause.svg");
  width: 12px;
  height: 16px;
}
.main-mv__slide .slick-nav .slick-nav__btns .slick-nav__pause.paused {
  background-image: url("/image/common/play.svg");
}
.main-mv__slide .slick-nav .slick-nav__btns .slick-nav__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url("/image/common/next.svg");
  width: 40px;
}
.main-mv__slide .item {
  /* height: calc(100vh - var(--headerHeight)); */
  width: 100vw;
  overflow: hidden;
}
.main-mv__slide .item img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-mv__slide .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-mv__slide .slick-dots li {
  overflow: hidden;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.main-mv__slide .slick-dots li.slick-active {
  background-color: #101010;
}
.main-mv__slide .slick-dots button {
  color: transparent;
}

.main-video {
  background-image: url("/image/main/main_video_bg.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: bottom 150px right 0;
  text-align: center;
}
.main-video.style02 {
  background-image: none;
}
.main-video p {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  margin-bottom: 26px;
}
.main-video .main-tit {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 60px;
}

.main-video__area {
  position: relative;
  padding-top: 56.25%
}
.main-video.style02 .main-video__area {
  position: relative;
  padding-top: 70.7%;
}
/* .main-video__area video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
} */
.main-video__area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-video__area button {
  opacity: 0;
}
.main-video__area button {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-tit__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 42px;
}

.link-btn {
  font-size: 18px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  font-weight: 400;
}

.main-program {
  padding-bottom: 140px !important;
}

.main-program__info {
  padding: 30px 0;
}
.main-program__info &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-program__info &gt; div p {
  line-height: 1.2;
}
.main-program__info &gt; div:first-child {
  margin-bottom: 19px;
}
.main-program__info &gt; div img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.main-program__info &gt; div .p01 {
  font-size: 18px;
  font-weight: 700;
  margin-right: 24px;
  position: relative;
}
.main-program__info &gt; div .p01::after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: -12px;
  top: .6em;
  background-color: #c1c1c1;
  transform: translate(50%, -50%);
}
.main-program__info &gt; div .p02 {
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.main-program__slide .item {
  margin: 0 20px;
  width: 507px;
}
.main-program__slide .item:hover .main-program__thumb img {
  transform: scale(1.1);
}
.main-program__slide .item b {
  display: block;
  padding: 38px 0 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-program__slide .slick-nav__dots {
  display: none;
}
.main-program__slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 130px);
  margin-top: 46px;
}
.main-program__slide .slick-dots li {
  overflow: hidden;
  color: transparent;
  height: 2px;
  background-color: #EDEDED;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.main-program__slide .slick-dots li::after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  top: 0;
  left: 0;
}
.main-program__slide .slick-dots li.slick-active::after {
  width: 100%;
  background-color: #000;
}
.main-program__slide .slick-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.main-program__slide .slick-nav .slick-nav__pause {
  display: none;
}
.main-program__slide .slick-nav button {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
}
.main-program__slide .slick-nav .slick-nav__prev {
  background-image: url("/image/common/program_prev.svg");
  margin-right: 24px;
  position: relative;
}
.main-program__slide .slick-nav .slick-nav__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 24px;
  background-color: #ddd;
}
.main-program__slide .slick-nav .slick-nav__next {
  background-image: url("/image/common/program_next.svg");
}
.main-program__thumb {
  overflow: hidden;
  width: 100%;
  padding-top: 55%;
  position: relative;
  display: block;
}
.main-program__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}
.main-schedule {
  text-align: center;
  background-image: url("/image/main/main_schedule01_bg_.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 36%;
}
.main-schedule .scroll-icon {
  display: none;
}
.main-schedule .main-schedule__img {
  margin-top: 52px;
}
.main-schedule .main-schedule__img img {
  width: 100%;
}
.main-schedule.schedule02 {
  /* background-image: url("/image/main/main_schedule02_bg.png"); */
  background-position: bottom right;
  background-size: 50%;
}
.main-schedule.schedule02 .main-schedule__img {
  margin-top: 60px;
}

.main-news .inner {
  display: flex;
  justify-content: space-between;
}
.main-news .main-news__link {
  min-height: 427px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 flex: 1;         
}
.main-news .main-news__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  margin-bottom: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7%;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.main-news .main-news__link a:last-child {
  margin-bottom: 0;
}
.main-news .main-news__link a div {
  flex: 1;
}
.main-news .main-news__link a span {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 30px;
  /* transform: translateY(-50%); */
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-news .main-news__link a b {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
  transition: all .3s ease;
}
.main-news .main-news__link a p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
  transition: all .3s ease;
}
.main-news .main-news__link a:hover {
  background-color: #000;
}
.main-news .main-news__link a:hover b,
.main-news .main-news__link a:hover p {
  color: #fff;
}
.main-news__notice {
  margin-right: 4%;
  width: 62%;
}
.main-news .main-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}
.main-news .main-news__top .more-btn {
  transition: all .3s ease;
}
.main-news .main-news__top .more-btn:hover {
  transform: rotate(180deg);
}
.main-news .main-news__top .main-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-news .main-news__top .main-news__tab li {
  color: #b5b5b5;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s ease;
  cursor: pointer;
}
.main-news .main-news__top .main-news__tab li:not(.active):hover {
  color: #999;
}
.main-news .main-news__top .main-news__tab li:not(:last-child)::after {
  content: "";
  width: 1px;
  background-color: #ddd;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.main-news .main-news__top .main-news__tab li.active {
  color: #000;
}
.main-news .main-news__list {
  border-top: 2px solid #000;
}
.main-news .main-news__list li {
  border-bottom: 1px solid #ddd;
}
.main-news .main-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  padding: 0 20px;
  transition: all .3s ease;
}
.main-news .main-news__list li a .tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 80%;
}
.main-news .main-news__list li a .tit p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-news .main-news__list li a:hover {
  background-color: #F9F9F9;
}
.main-news .main-news__list li a .date {
  color: #666;
  font-weight: 500;
  font-size: 16px;
}
.main-course {
  padding-bottom: 140px;
  background-image: url("/image/main/main_search_bg01.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.main-course &gt; img {
  margin-bottom: 23px;
}
 
.main-course .main-tit {
  text-align: center;
}
.main-course__search {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 36px;
}
.main-course__search div {
  display: flex;
  font-size: 32px;
  gap: 6px;
}
.main-course__search select {
  padding: 0 56px 16px 6px;
  background-image: url("/image/main/main_search_select.svg");
  background-repeat: no-repeat;
  background-position: top 11px right 6px;
  border-bottom: 1px solid #FB6690;
  color: #FB6690;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
}
.main-course__search span {
  font-weight: 500;
  line-height: 1;
}
.main-course__search select option {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
}
.main-course__btn {
  padding-inline: 100px;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-top: 80px;
  height: 76px;
  transition: all .3s ease;
}
.main-course__btn:hover {
  background-color: #FB6690;
  color: #000;
}
.main-course::after {
  content: "";
  position: absolute;
  top: 160px;
  right: 170px;
  width: 160px;
  height: 140px;
  background-image: url("/image/main/main_search_bg02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}</pre></body></html>