@charset "utf-8";
:root {
  --link: url(../../img/main/link-ic.svg) no-repeat 0 0 / 5.7rem;
}

.splide__sr { 
  display: none;
}

#container {
  overflow: hidden;
}

#contents h4 {
  font-size: 4rem;
  font-weight: 500;
  line-height: normal;
}

.splide__arrows {
  display: flex;
  gap: 1rem;
}

.splide__arrows button {
  width: 4.8rem;
  height: 4.8rem;
  background: url(../../img/main/control.svg) no-repeat 0 0 / 10.6rem;
  border: none;
  border-radius: 50%;
}

.splide__arrows .splide__arrow--next {
  transform: rotate(180deg);
}

#exhibit {
  padding-top: 4rem;
}

#exhibit .tit-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.2rem;
}

#exhibit .deco {
  display: block;
  margin: 1rem;
  width: 100%;
  height: 0.9rem;
  background: url(../../img/main/exhibit-tit-deco.svg) repeat-x center / auto 0.9rem;
}

#exhibit h4,
#exhibit .festival {
  flex: 0 0 auto;
}

#exhibit .festival {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.6rem 3.6rem;
  min-width: 32rem;
  height: 6.3rem;
  color: #FFF;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
  border-radius: 8rem;
  background: linear-gradient(90deg, #EA399B 0%, #4D2084 100%);
  box-shadow: 0 1.3rem 2rem 0 rgba(0, 0, 0, 0.25);
}

#exhibit .festival::before {
  content: '';
  position: absolute;
  right: 1.9rem;
  bottom: 1.4rem;
  width: 12.4rem;
  height: 9.6rem;
  background: url(../../img/main/exhibit-festival-bg.svg) no-repeat 0 0 / 100%;
}

#exhibit .list {
  position: relative;
}

#exhibit .img .splide__list {
  display: flex;
  margin-left: -34.2rem;
  padding-top: 4.4rem;
  padding-bottom: 8rem;
  height: 40rem;
  box-sizing: content-box;
}

#exhibit .img .splide__list>li {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  gap: 5.2rem;
  max-width: 28.3rem;
  width: 100% !important;
  height: 40rem;
  border-radius: 2rem;
  overflow: hidden;
}

#exhibit .img .splide__list>li.is-next {
  margin-left: 34.2rem;
}

#exhibit .img .splide__list>li.is-active {
  box-shadow: 0 2.5rem 3.5rem 0 rgba(0, 0, 0, 0.51);
}

#exhibit .img .splide__list>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-sizing: border-box;
}

#exhibit .img .splide__list>li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#exhibit .con-box {
  position: absolute;
  left: calc(50% + 1.5rem);
  top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 30rem;
  width: 100%;
  height: 42rem;
  background: #fff;
  --p: 2rem;
}

#exhibit .con-box .splide__track {
  flex: 0 0 auto;
}

#exhibit .con-box .splide__list {
  transform: none !important;
}

#exhibit .con-box .splide__slide {
  display: none;
  transform: none !important;
}

#exhibit .con-box .splide__slide.is-active {
  display: block;
}

#exhibit .con-box .con {  
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  padding-top: 2rem;
  /* padding: var(--p); */
}

#exhibit .con-box .con .tag {
	display: flex;
	gap: 0.8rem;
  height: 2.8rem;
  margin-bottom: -1.4rem;
}

#exhibit .con-box .con .tag span {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 140%;
	border-radius: 0.4rem;
  box-sizing: border-box;
}

#exhibit .con-box .con .tag .tag01 {
	color: #97A7B4;
	background-color: #EDF2F6;
}

#exhibit .con-box .con .tag .tag02 {
	color: #C5949F;
	background-color: #F6EDEF;
}

#exhibit .con-box .con .tit {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  /* white-space: nowrap;
  text-overflow: ellipsis; */
  overflow: hidden;
}

#exhibit .con-box .con ul  {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

#exhibit .con-box .con ul li {
  position: relative;
  padding-left: 2.4rem;
  min-height: 1.9rem;
	color: #45474C;
  font-size: 1.5rem;
  line-height: normal;
}

#exhibit .con-box .con ul li::before {  
	content: '';
  position: absolute;
  left: 0;
  top: 0;
	width: 1.8rem;
	height: 1.9rem;
	background: var(--con-ic);
}

#exhibit .con-box .con ul li.ic02::before {
	background-position: calc(-1.8rem * 2) 0;
}

#exhibit .con-box .con ul li.ic03::before {
	background-position: calc(-1.8rem * 3) 0;
}

#exhibit .more {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 3.2rem;
  margin-top: var(--p);
	padding: 1.6rem 2rem 1.6rem 2.4rem;
	font-weight: 500;
	line-height: normal;
	border-radius: 4rem;
	border: 1px solid var(--b-gray);
}

#exhibit .more::after {
	content: '';
	width: 2.1rem;
	height: 1.5rem;
	background: var(--more-ic);
}

#exhibit div.splide__arrows {
  /* margin-left: var(--p); */
  margin-bottom: 1.6rem;
}

#edu {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #F5F7FA;
}

#edu .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

#edu .tit-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-top: 2.4rem;
}

#edu .con-box {
  flex: 1 1 auto;
  width: calc(100% - 23.3rem);
  max-width: 122rem;
}

#edu .list {
  display: flex;
}

#edu .splide__track {
  width: 100%;
  overflow: hidden;
}

#edu .splide__slide {
  flex-shrink: 0;
}

#edu .list .list-box  {
  display: flex;
  flex-direction: column;
  border-radius: 2.8rem;
  border: 1px solid var(--b-gray);
  background: #FFF;
  overflow: hidden;
  transition: .3s;
}

#edu .list .list-box:hover,
#edu .list .list-box:has(>a:focus) {
  border-color: var(--main);
}

#edu .list .list-box .tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 2.6rem 1.6rem 2.6rem;
}

#edu .list .list-box .tag .hash {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 136%; 
}

#edu .list .list-box .tag .info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;  
  gap: 0.2rem;
}

#edu .list .list-box .tag .info span {
  display: flex;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  height: 2.2rem;
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 160%;
  border-radius: 1.6rem;
  border: 1px solid var(--main);
}

#edu .list .list-box.ing .tag .info .state {
  color: #fff;
  background: var(--main);
}

#edu .list .list-box.end .tag .info .state {
  color: #828F98;
  border-color: var(--b-gray);
}

#edu .list .list-box .tit {
  display: -webkit-box;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  height: 4rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.01em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  white-space: normal;
  overflow: hidden;
}

#edu .list .list-box .txt {
  flex: 1 1 auto;
  padding: 2rem 2.6rem 0 2.6rem;
}

#edu .list .list-box .txt li {
  position: relative;
  display: flex;
  gap: 0.8rem;
  color: #686868;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.8rem;
}

/* #edu .list .list-box .txt li:nth-child(2) {
  margin-top: 0.8rem;
} */

#edu .list .list-box .txt li span {
  flex: 0 0 auto;
  display: flex;
  gap: 0.4rem;
  color: var(--bk);
}

#edu .list .list-box .txt li span::before {
  content: '';
  width: 1.6rem;
  height: 1.9rem;
  background: var(--con-ic);
  background-position: -1.9rem 0;
}

#edu .list .list-box .txt li:nth-child(2) span::before {
  background-position: -3.7rem 0;
}

#edu .list .list-box .txt li:nth-child(3) span::before {
  background-position: -10.9rem 0;
}

#edu .list .list-box>a {
  display: block;
  text-align: center;
  margin-top: 2rem;
  padding: 2rem 0rem;
  color: #666;
  font-size: 1.5rem;
  font-weight: 500;
  background: #FAFAFA;
  border-radius: 0 0 2.8rem 2.8rem;
  overflow: hidden;
}

#edu .list .list-box.ing>a {
  color: #fff;
  background: var(--main);
}

#edu .list .list-box>.focus:focus-visible::after {
  border-radius: 0 0 2.8rem 2.8rem;
}

#edu .splide__arrows {
  position: absolute;
  left: 20px;
  top: 10.3rem;
}

#edu .link {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  width: 100%;
}

#edu .link .link-box {
  flex: 1 1 calc(33.3% - 2.4rem / 3);
  position: relative;
  width: 100%;
}

#edu .link .link-box button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 1.4rem 2rem 1.4rem 2.8rem;
  height: 6rem;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 6rem;
  border: 1px solid var(--b-gray);
  background: #FFF;
  z-index: 1;
}

#edu .link .link-box button[aria-expanded="true"] {
  margin-top: 0;
  height: 8rem;
  border-color: transparent;
  background: none;
}

#edu .link .link-box button::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.2rem);
  width: 2.4rem;
  height: 2.4rem;
  background: #fff url(../../img/main/edu-link-btn.svg) no-repeat center / 2.4rem;
}

#edu .link .link-box button[aria-expanded="true"]::after {
  right: 1.4rem;
  top: calc(50% - 5.2rem / 2);
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 5.2rem;
  border: 1px solid #EEE;
  transform: rotate(180deg);
}

#edu .link .link-box>ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 4rem 2.8rem 8rem 2.8rem;
  width: 100%;
  min-height: 66.3rem;
  border-radius: 3rem;
  border: 1px solid var(--main);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.12);
}

#edu .link .link-box button[aria-expanded="true"]+ul {
  display: flex;
}

#edu .link .link-box>ul a {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.8rem;
  padding: 1.2rem 4.3rem 1.2rem 2rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 4rem;
  border: 1px solid var(--b-gray, #E0E3E5);
}

#edu .link .link-box>ul a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1.9rem / 2);
  width: 1.9rem;
  height: 1.9rem;
  right: 2.4rem;
  background: var(--link);
}

#edu .link .link-box #seo-list {
  background-image: url(../../img/main/link-box-seo.png);
}

#edu .link .link-box #issi-list {
  background-image: url(../../img/main/link-box-issi.png);
}

#edu .link .link-box #incheon-list {
  background-image: url(../../img/main/link-box-incheon.png);
}

#jeongseojin {
  padding-top: 8rem;
}

#jeongseojin .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12rem;
  padding: 1rem 8rem;
  border-radius: 2.8rem;
  background: url(../../img/main/jeongseojin-bg.png) no-repeat 30% center, linear-gradient(90deg, #3A67EA 0%, #4D2084 100%);
}

#jeongseojin .tit-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: center;
  color: #fff;
}

#jeongseojin .tit-box p {
  font-size: 17px;
}

#jeongseojin .con-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
}

#jeongseojin .con-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  gap: 1rem;
  font-size: 17px;
  font-weight: 500;
  border-radius: 4rem;
  border: 1px solid #FFF;
}

#jeongseojin .con-box a::before {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

#jeongseojin .con-box .ic01 a {
  color: #fff;
}

#jeongseojin .con-box .ic01 a::before {
  background-image: url(../../img/main/jeongseojin-ic01.svg);
}

#jeongseojin .con-box .ic02 a {
  color: var(--bk);
  background: #fff;
}

#jeongseojin .con-box .ic02 a::before {
  background-image: url(../../img/main/jeongseojin-ic02.svg);
}

#sport {
  position: relative;
  display: flex;
  gap: 6.8rem;
  padding-top: 10rem;
  padding-bottom: 14rem;
}

#sport::after {
  content: '';
  position: absolute;
  right: -6.5rem;
  bottom: -0.9rem;
  width: 73.6rem;
  height: 25.4rem;
  background: url(../../img/main/sport-bg.svg) no-repeat 0 0 / 100%;
  z-index: -1;
}

#sport>div {
  flex: 1 1 33.3%;
}

#sport .tit-box {
  text-align: center;
  margin-bottom: 3.2rem;
}

#sport .tit-box .txt {
  margin-top: 0.4rem;
  color: #AAB4BC;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.03em;
}

#sport .list {
  display: flex;
  flex-wrap: wrap;
}

#sport .list a {
  position: relative;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--b-gray);
  background: #fff;
  transition: .2s;
}

#sport a:hover {
  border-color: var(--main);
  box-shadow: 0 0.4rem 1rem 0 rgba(58, 103, 234, 0.28);
}

#sport .list a::before {
  content: '';
} 

#sport .soccer .list {
  gap: 1.2rem 0.8rem;
}

#sport .swimm .list li,
#sport .soccer .list li {
  flex: 1 1 calc(50% - 0.4rem);
}

#sport .soccer .list li:nth-last-child(1),
#sport .soccer .list li:nth-last-child(2) {
  flex-basis: 100%;
}

#sport .soccer a,
#sport .swimm a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.2rem 4.3rem 1.2rem 2rem;
  min-height: 5.8rem;
  height: 100%;
  border-radius: 4rem;
}

#sport .soccer a::before,
#sport .swimm a::before {
  position: absolute;
  top: calc(50% - 1.9rem / 2);
  width: 1.9rem;
  height: 1.9rem;
  right: 2.4rem;
  background: var(--link);
  background-position: -1.9rem 0;
}

#sport .soccer a span,
#sport .swimm a span {
  color: #405CAC;
}

#sport .soccer a span::after,
#sport .swimm a span::after {
  content: '\00a0';
}

#sport .swimm .list {
  gap: 0.8rem;
}

#sport .swimm a::before {
  background-position: calc(-1.9rem * 2) 0;
}

#sport .etc .list {
  gap: 1.2rem;
}

#sport .etc .list li {
  flex: 1 1 calc(33.3% - 2.4rem / 3);
}

#sport .etc a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
  height: 12.8rem;
  padding: 1.2rem 0;
  border-radius: 2.4rem;
  box-sizing: border-box;
}

#sport .etc a::before {
  display: block;
  width: 5.6rem;
  height: 4.5rem;
  background: url(../../img/main/sport-etc.svg) no-repeat 0 0 / 38.6rem;
}

#sport .etc .ic02 a::before {
  background-position: -6.6rem 0;
}

#sport .etc .ic03 a::before {
  background-position: calc(-6.6rem * 2) 0;
}

#sport .etc .ic04 a::before {
  background-position: calc(-6.6rem * 3) 0;
}

#sport .etc .ic04 a::before {
  background-position: calc(-6.6rem * 3) 0;
}

#sport .etc .ic05 a::before {
  background-position: calc(-6.6rem * 4) 0;
}

#sport .etc .ic06 a::before {
  background-position: calc(-6.6rem * 5) 0;
}

/*pc*/
@media screen and (min-width:1025px) {
  #edu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.7rem;
    border-radius: 1.9rem 1.9rem 0 0;
    background: #CCE2F2;
  }

  #edu .wrap::before {
    content: '';
    position: absolute;
    left: -17.5rem;
    bottom: -7.35rem;
    width: 39.1rem;
    height: 49.9rem;
    background: url(../../img/main/edu-left-bg.svg) no-repeat 0 0 / 100%;
  }

  #edu .wrap::after {
    content: '';
    position: absolute;
    right: -20.08rem;
    bottom: -7.18rem;
    width: 26.1rem;
    height: 25.2rem;
    background: url(../../img/main/edu-right-bg.svg) no-repeat 0 0 / 100%;
  }
}

/* mb */
@media screen and (max-width:1024px) {
  #edu .wrap {
    flex-direction: column;
  }

  #edu .tit-box {
    padding-top: 0;
  }

  #edu .con-box {
    width: 100%;
  }

  #edu .splide__arrows {
    left: auto;
    right: 20px;
    top: 0;
  }

  #edu .link {
    flex-direction: column;
    margin-bottom: 0;
  }

  #edu .link .link-box {
    z-index: 2;
  }

  #edu .link .link-box button {
    margin-top: 0;
  }

  #jeongseojin {
    margin-left: 20px;
    margin-right: 20px;
  }

  #jeongseojin .wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
    padding: 4rem 2rem;
    height: auto;
    background-size: 331px, auto;
    background-position: right -98px top, 0 0 ;
  }

  #sport {
    flex-direction: column;
    padding-top: 8rem;
    padding-bottom: 25rem;
  }

  #jeongseojin .tit-box {
    flex-direction: column;
    gap: 1rem;
  }
}

/* min-mb */
@media screen and (max-width:500px) {
  #contents h4 {
    text-align: center;
  }

  #exhibit .tit-box {
    flex-direction: column;
  }
  
  #exhibit .deco {
    display: none;
  }

  #exhibit .festival {
    width: 100%;
  }
  
  #exhibit .list {
    display: flex;
    flex-direction: column;
    padding: 0 20px 5rem 20px;
  }
  
  #exhibit .img .splide__list {
    margin-left: 0;
    height: auto;
  }

  #exhibit .img .splide__list>li {
    height: auto;
  }  

  #exhibit .con-box {
    position: static;
    height: auto;
    max-width: 100%;
    gap: 3rem;
    margin-top: -3rem;
    --p: 0;
  }

  #exhibit .con-box .con ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  #exhibit .more {
    margin-top: 2rem;
  }

  #exhibit div.splide__arrows {
    display: none;
  }

  #edu .splide__arrows {
    display: none;
  }

  #jeongseojin .con-box {
    flex-direction: column;
    width: 100%;
  }
  
  #jeongseojin .con-box>li {
    width: 100%;
  }

  #sport {
    padding-bottom: 15rem;
  }

  #sport::after {
    left: 0;
    right: auto;
    width: 100%;
    height: 15rem;
    background-position: center top;
  }
}