@charset "utf-8";
@import url('/share/css/swiper.min.css');

.visual {
  position: relative;
  margin-top: -21rem;
  padding-top: calc(5.4rem + 21rem);
  padding-bottom: 8rem;
  overflow: hidden;
}

.visual video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  object-fit: cover;
  z-index: -1;
}

.visual .inner {
  position: relative;
  display: flex;
  gap: 2rem;
}

#pzone {
  position: relative;
  max-width: 61.5rem;
  width: 100%;
  height: 40.7rem;
  border-radius: 1.2rem;
  overflow: hidden;
}

#pzone .control-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 3.6rem;
  border-radius: 2.4rem 0 0 0;
  background: rgba(255, 255, 255, 0.70);
  z-index: 2;
}

#pzone .control-box h3 {
  color: var(--sh);
  font-weight: 700;
}

#pzone .control-box .swiper-pagination {
  position: static;
  display: flex;
  height: 2.6rem;
  align-items: center;
  gap: 0.8rem;
  color: #555;
}

#pzone .swiper-pagination-current {
  font-weight: 700;
}

#pzone .control {
  display: flex;
}

#pzone .control button {
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/main/pzone.svg) no-repeat 0 0 / 16rem;
}

#pzone .control .toggle-play {
  background-position: -3.2rem 0;
}

#pzone .control .toggle-play.paused {
  background-position: calc(-3.2rem * 2) 0;
}

#pzone .control .next {
  background-position: calc(-3.2rem * 3) 0;
}

#pzone .control .all {
  background-position: calc(-3.2rem * 4) 0;
}

#pzone .swiper {
  display: flex;
}

#modal_pzone .modal-dialog .modal-header .modal-title strong {
  color: var(--sh);
  font-weight: 700;
}

#modal_pzone .modal-dialog .modal-content {
  max-width: 1260px;
}

#modal_pzone .modal-dialog .modal-conts .conts-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}

#modal_pzone .modal-dialog .modal-conts .conts-area a {
  display: block;
  width: calc(50% - 1.5rem);
  border-radius: 2.4rem;
  overflow: hidden;
}

#info {
  flex: 1 1 auto;
  display: flex;
  gap: 2rem;
}

#info>li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.2rem 4.8rem;
  max-height: 40.7rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
}

#info>li:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.25);
  transition: var(--krds-transition-base);
}

#info>li .tit {
  text-align: center;
  font-family: var(--one-typo-font-type);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#info>li.info01 .tit span {
  color: #257FFF;
}

#info>li.info02 .tit span {
  color: var(--sh);
}

#info>li ul {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2.4rem;
}

#info>li ul>li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

#info>li ul>li:nth-child(1) {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.70);
}

#info>li ul>li::before,
#info>li>a>i::before {
  content: '';
  width: 4rem;
  height: 4rem;
  background: url(../img/main/info.svg) no-repeat 0 0 / 8rem;
}

#info>li.info01 ul>li.tel::before {
  background-position: -4rem 0;
}

#info>li.info02 ul>li.addr::before {
  background-position: 0 -4rem;
}

#info>li.info02 ul>li.tel::before {
  background-position: -4rem -4rem;
}

#info>li ul>li.tel span {
  display: block;
  font-size: 1.9rem;
  font-weight: var(--normal);
  line-height: 130%;
}

#info>li>a {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  height: 7.2rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: var(--bold);
  line-height: normal;
  letter-spacing: -0.1rem;
  border-radius: 1.2rem;
  background: #1C365B;
  overflow: hidden;
}

#info>li>a::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: calc(50% - 10.7rem / 2);
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background: var(--jp);
}

#info>li.info02>a::before {
  background: var(--sh);
}

#info>li>a:hover::before {
  width: calc(100% + 2rem);
  border-radius: 0;
  transition: var(--krds-transition-base);
}

#info>li>a>span {
  position: relative;
  z-index: 1;
}

#info>li>a i {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2rem;
  width: 10.7rem;
  height: 10.7rem;
  z-index: 1;
}

#info>li>a>i::before {
  background-position: 0 -8rem;
}

#quick {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

#quick .tit-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#quick .tit-box .txt {
  color: var(--krds-light-color-text-basic);
  font-family: var(--one-typo-font-type);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
}

#quick .tit-box .tit {
  color: var(--sh);
  font-family: var(--one-typo-font-type);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: normal;
}

#quick .list {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
}

#quick .list>li {
  flex: 1 1 auto;
  max-width: 16rem;
  width: 100%;
}

#quick .list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 3.2rem 0;
  font-weight: 600;
  border-radius: 2rem;
  border: 1px solid #FFD6CE;
  background: #FFF8F6;
}

#quick .list a::before {
  content: '';
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: url(../img/main/quick.svg) no-repeat 0 0 / 30rem;
  transition: var(--krds-transition-base);
}

#quick .list>li:nth-child(2) a::before {
  background-position: -5rem 0;
}

#quick .list>li:nth-child(3) a::before {
  background-position: calc(-5rem * 2) 0;
}

#quick .list>li:nth-child(4) a::before {
  background-position: calc(-5rem * 3) 0;
}

#quick .list>li:nth-child(5) a::before {
  background-position: calc(-5rem * 4) 0;
}

#quick .list>li:nth-child(6) a::before {
  background-position: calc(-5rem * 5) 0;
}

#quick .list a:hover::before {
  transform: translateY(-0.5rem);
}

.board {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding-top: 3.6rem;
  padding-bottom: 6rem;
}

.board>div {
  flex: 1 1 50%;
}

#notice {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#notice h3 {
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--krds-light-color-text-basic);
  font-family: var(--one-typo-font-type);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: normal;
}

#notice .list {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}

#notice .list>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  padding: 1.2rem 0.8rem;
}

#notice .list>li:not(:nth-last-child(1)) {
  border-bottom: 1px dashed #CCC;
}

#notice .list>li>a {
  flex: 1 1 auto;
  position: relative;
  display: block;
  padding-left: 1.5rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#notice .list>li>a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ccc;
}

#notice .list>li .date {
  flex: 0 0 8.5rem;
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

#notice .more {
  position: absolute;
  right: 0;
  top: 0.6rem;
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/main/notice-more.svg) no-repeat 0 0 / 100%;
}

#notice .more:hover {
  transform: rotate(90deg);
}

#photo {
  position: relative;
  height: 34.5rem;
  border-radius: 2rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08), 0 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

#photo .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#photo .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.2rem;
  padding: 1rem 1.6rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}

#edu {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  --bg: url(../img/main/edu-ic.svg) no-repeat 0 0 / 16.5rem;
}

#edu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 160rem;
  width: 100%;
  height: 100%;
  border-radius: 8rem;
  background: #E8F1FF url(../img/main/edu-bg.png) no-repeat right top / cover;
  z-index: -1;
}

#edu .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

#edu .tit-box {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

#edu .tit-box .tit {
  color: #1B69D8;
  font-family: var(--one-typo-font-type);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: normal;
}

#edu .tit-box .txt {
  font-family: var(--one-typo-font-type);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
}

#edu .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.8rem;
  background: #FFF;
}

#edu .tab button {
  display: flex;
  text-align: center;
  padding: 1.4rem 2.8rem;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 2.8rem;
  background: #FFF;
}

#edu .tab .select {
  color: #fff;
  background: #1B69D8;
}

#edu .swiper-wrapper {
  display: flex;
  gap: 1.2rem;
  min-height: 27.2rem;
}

#edu .swiper-slide {
  position: relative;
  width: 35.8rem;
  padding: 2.4rem 3.2rem 7.1rem 3.2rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08), 0 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

#edu .nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 3rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08), 0 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.12);
}

#edu .tag-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#edu .tag-box .spot {
  font-weight: 700;
}

#edu .tag-box .spot.sh {
  color: var(--sh);
}

#edu .tag-box .spot.jp {
  color: var(--jp);
}

#edu .tag-box>div span {
  display: inline-block;
  padding: 0.3rem 1.2rem;
  color: #828F98;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 1.6rem;
  border: 1px solid #E0E3E5;
}

#edu .tag-box>div .end {
  color: #828F98;
  border-color: #E0E3E5;
}

#edu .tag-box>div .ing {
  color: var(--jp);
  border-color: var(--jp);
}

#edu .tag-box>div .before {
  color: var(--sh);
  border-color: var(--sh);
}

#edu .tit {
  display: -webkit-box;
  margin-top: 1.6rem;
  margin-bottom: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

#edu .info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

#edu .info>li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

#edu .info>li span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 8.7rem;
}

#edu .info>li.date span::before {
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--bg);
}

#edu .info>li.fee span::before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--bg);
  background-position: -2.5rem 0;
}

#edu .more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;  
  gap: 0.5rem;
  padding: 1.6rem 3.6rem;
  color: var(--jp);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  border-radius: 4rem 0 0 0;
  background: #DBEAFF;
}

#edu .more::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: var(--bg);
  background-position: -4.9rem 0;
  transition: var(--krds-transition-base);
}

#edu .more:hover::after {
  transform: translateX(0.5rem);
}

#edu .control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}

#edu .control button {
  width: 4.8rem;
  height: 4.8rem;
  background: var(--bg);
  background-position: -6.9rem 0;
}

#edu .control .next {
  background-position: -11.7rem 0;
}

#banner {
  position: relative;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  overflow: hidden;
}

#banner .banner-box {
  margin-left: 11.65rem;
  margin-right: 11.65rem;
  overflow: hidden;
}

#banner .control {
  position: absolute;
  left: 0;
  top: calc(50% - 4.8rem / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

#banner .control button {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/main/banner.svg) no-repeat 0 0 / 100%;
  z-index: 2;
}

#banner .control .next {
  transform: rotate(180deg);
}

#banner .swiper {
  overflow: hidden;
}

#banner .swiper-wrapper {
  align-items: center;
}

#banner .swiper-slide {
  width: auto;
}

#banner .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  /* 메인 비주얼 투명용 */
  .masthead,
  .krds-header,
  .main-nav {
    background-color: transparent;
  }

  .is-gnb-web .masthead {
    margin-right: -1.7rem;
    background-color: var(--krds-light-color-surface-secondary-subtler);
  }

  .is-gnb-web .krds-header,
  .is-gnb-web .main-nav {
    background-color: var(--krds-light-color-surface-white);
  }

  .masthead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  }

  .main-nav {
    border-color: rgba(0, 0, 0, 0.10);
  }

  .krds-header.passed {
    background: var(--krds-light-color-surface-white);
  }
  /* //메인 비주얼 투명용 */
}

@media (max-width: 1023px) {
  .visual .inner {
    flex-direction: column;
    align-items: center;
  }

  #info {
    width: 100%;
  }

  #quick {
    flex-direction: column;
  }

  #quick .tit-box {
    text-align: center;
  }

  #quick .list {
    width: 100%;
  }

  #edu .top-box {
    flex-direction: column;
  }

  #banner .control button {
    display: none;
  }

  #banner .banner-box {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .visual {
    padding-bottom: 0;
  }
  
  .visual video {
    display: none;
  }

  #pzone {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    border-radius: 0;
  }

  #pzone .control-box {
    position: static;
    justify-content: center;
    gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  #pzone .control-box h3 {
    font-size: 1.7rem;
  }

  #pzone .control-box .swiper-pagination {
    width: auto;
  }

  #pzone .swiper {
    border-radius: 1.2rem;
    overflow: hidden;
  }

  #modal_pzone .modal-dialog .modal-conts .conts-area {
    flex-direction: column;
    gap: 1.6rem;
  }

  #modal_pzone .modal-dialog .modal-conts .conts-area a {
    width: 100%;
  }
  
  #modal_pzone .modal-dialog .modal-conts .conts-area a img {
    width: 100%;
    height: 100%;
  }
  
  #info {
    flex-direction: column;
  }

  #info>li {
    padding: 5rem 3rem;
  }

  #info .info01 {
    background-color: #E8F1FF;
  }

  #info .info02 {
    background-color: #FFF8F6;
  }

  #quick .list {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  #quick .list li {
    flex-basis: calc(50% - 0.8rem);
    max-width: 100%;
  }

  .board {
    flex-direction: column;
  }

  #photo {
    width: 100%;
  }

  #edu {
    background: #E8F1FF;
  }

  #edu::before {
    display: none;
  }

  #edu .tit-box {
    flex-direction: column;
    gap: 0;
    margin-bottom: 2rem;
  }
}