:root {
  --color-main: #7C6FD1;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #e0e0e0;
  --shadow: 0 0 5px rgba(102, 102, 102, 0.20);
  --font-pretendard: "Pretendard", sans-serif;
  --font-redhatdisplay: "Red Hat Display", sans-serif;
  --th-background: #f9f9f9;
  --th-fontColor: #111;
  --th-fontSize: 1.7rem;
  --td-background: #f9f9f9;
  --td-fontColor: #222;
  --td-fontSize: 1.6rem;
}

.font70 {
  --fontsize: 7.0rem;
  font-size: var(--fontsize);
}

.font60 {
  --fontsize: 6.0rem;
  font-size: var(--fontsize);
}

.font50 {
  --fontsize: 5.0rem;
  font-size: var(--fontsize);
}

.quick {
  width: 110px;
  background: var(--color-white);
  border-radius: 35px 35px 0 35px;
  box-shadow: 0 5.5px 10.5px rgba(102, 102, 102, 0.15);
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
}
.quick * {
  font-weight: 700;
  font-family: "SOYOMapleBoldTTF";
}
.quick .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  text-align: center;
  padding: 0 0 20px;
}
.quick .class,
.quick .class::before {
  border-radius: 35px 0 0 35px;
}
.quick .class {
  width: 110px;
  height: 110px;
  background: var(--color-main);
  padding: 20px 0 20px 10px;
  position: relative;
}
.quick .class::before {
  content: "";
  display: block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quick .class span {
  display: inline-block;
  color: var(--color-white);
  line-height: 1.3;
  margin: 5px 0 0;
}
.quick .circle {
  width: 70px;
  height: 70px;
  border: 3px solid #65702F;
  border-radius: 50%;
  color: #65702F;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick p, .quick span {
  line-height: 1.55;
}
.quick p {
  color: #222;
  font-size: 1.7rem;
}
.quick span {
  color: #666;
  font-size: 1.4rem;
}
.quick.off {
  z-index: 1;
}

main {
  overflow: hidden;
}
main h2 {
  color: #222;
  font-weight: 600;
  font-family: var(--font-pretendard);
}
main .button-box .svg {
  width: 12px;
  height: 22px;
}
main .button-box.circle {
  display: flex;
  column-gap: 10px;
}
main .button-box.circle button {
  width: 60px;
  height: 60px;
  background: var(--color-white);
  border: 1px solid rgba(124, 111, 209, 0.2);
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(102, 102, 102, 0.25);
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .button-box.circle button .arrow-cls {
  stroke: var(--color-main);
}
main .button-box.circle button:hover {
  background: var(--color-main);
}
main .button-box.circle button:hover .arrow-cls {
  stroke: var(--color-white);
}
main .tab-title.shadow {
  display: flex;
  column-gap: 5px;
}
main .tab-title.shadow li,
main .tab-title.shadow li::before {
  border-radius: 20px 20px 0 0;
}
main .tab-title.shadow li {
  background: var(--color-white);
  position: relative;
}
main .tab-title.shadow li::before {
  opacity: 0;
  transition: all 0.4s;
  content: "";
  display: block;
  box-shadow: var(--shadow);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .tab-title.shadow li button {
  color: #666;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .tab-title.shadow li.on::before {
  opacity: 1;
}
main .tab-title.shadow li.on button {
  color: var(--color-main);
  font-weight: 700;
}
main .swiper-pagination,
main .bar span {
  border-radius: 10px;
}
main .swiper-pagination {
  width: 100%;
  height: 2px;
  background: #e9e9e9;
  position: relative;
}
main .swiper-pagination span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
main .visual {
  position: relative;
}
main .visual .box {
  padding: 150px 0 40px;
  position: relative;
}
main .visual .point {
  width: 76.25%;
  height: 100%;
  background: rgba(124, 111, 209, 0.1);
  border-radius: 220px 0px 0px 220px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
main .visual p.top {
  color: #222;
  font-size: 2.8rem;
  font-weight: 300;
  opacity: 0;
}
main .visual p.top span {
  display: inline-block;
  opacity: 0;
  transition: all 0.4s;
}
main .visual p.top em span {
  transform: translateX(30px);
}
main .visual p.top b {
  font-weight: 700;
}
main .visual p.top b span {
  transform: scale(1.12);
}
main .visual p.top.on {
  opacity: 1;
}
main .visual p.top.on span {
  opacity: 1;
}
main .visual p.top.on span.span0 {
  transition-delay: 0s;
}
main .visual p.top.on span.span1 {
  transition-delay: 0.2s;
}
main .visual p.top.on span.span2 {
  transition-delay: 0.4s;
}
main .visual p.top.on span.span3 {
  transition-delay: 0.6s;
}
main .visual p.top.on span.span4 {
  transition-delay: 0.8s;
}
main .visual p.top.on span.span5 {
  transition-delay: 1s;
}
main .visual p.top.on span.span6 {
  transition-delay: 1.2s;
}
main .visual p.top.on span.span7 {
  transition-delay: 1.4s;
}
main .visual p.top.on span.span8 {
  transition-delay: 1.6s;
}
main .visual p.top.on span.span9 {
  transition-delay: 1.8s;
}
main .visual p.top.on span.span10 {
  transition-delay: 2s;
}
main .visual p.top.on span.span11 {
  transition-delay: 2.2s;
}
main .visual p.top.on span.span12 {
  transition-delay: 2.4s;
}
main .visual p.top.on span.span13 {
  transition-delay: 2.6s;
}
main .visual p.top.on span.span14 {
  transition-delay: 2.8s;
}
main .visual p.top.on span.span15 {
  transition-delay: 3s;
}
main .visual p.top.on span.span16 {
  transition-delay: 3.2s;
}
main .visual p.top.on em span {
  transform: translateX(0);
}
main .visual p.top.on b span {
  transform: scale(1);
}
main .visual .content {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
  margin: 30px 0 0;
}
main .visual .slide-wrap {
  width: 61.875%;
}
main .visual .slide-box {
  width: 100%;
  background: var(--color-white);
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(102, 102, 102, 0.2);
  overflow: hidden;
}
main .visual .slide-box .img {
  width: 100%;
  padding: 30.7075% 0;
  position: relative;
  overflow: hidden;
}
main .visual .slide-box .img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .visual .slide-box .text {
  position: absolute;
  left: 65px;
  bottom: 100px;
}
main .visual .slide-box .text h6 {
  color: #666;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 5px;
}
main .visual .option-box,
main .visual .button-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .visual .option-box {
  column-gap: 50px;
  margin: 50px 0 0;
}
main .visual .button-box {
  flex-shrink: 0;
  column-gap: 20px;
}
main .visual .button-box hr {
  width: 1px;
  height: 22px;
  background: #e9e9e9;
  border: none;
}
main .visual .button-box button .arrow-cls {
  stroke: #999;
}
main .visual .button-box button:hover .arrow-cls {
  stroke: var(--color-main);
}
main .visual .link-box {
  width: calc(38.125% - 25px);
}
main .visual .tab-title.shadow li {
  height: 50px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}
main .visual .tab-title.shadow li button {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 30px;
}
main .visual .tab-contents,
main .visual .tab-contents::before {
  border-radius: 0 30px 30px 30px;
}
main .visual .tab-contents {
  background: var(--color-white);
  border: 1px solid #e4e4e4;
  border-top: none;
}
main .visual .tab-contents .item-box {
  padding: 30px 50px 25px 40px;
}
main .visual .tab-contents .item {
  display: flex;
  padding: 20px 0 15px 15px;
  position: relative;
}
main .visual .tab-contents .item::before, main .visual .tab-contents .item::after {
  content: "";
  display: block;
}
main .visual .tab-contents .item::before {
  flex-shrink: 0;
  width: 2px;
  height: calc(100% - 35px);
  background: #666;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s;
}
main .visual .tab-contents .item::after {
  width: calc(100% - 15px);
  height: 1px;
  border-bottom: 1px dashed #e4e4e4;
  position: absolute;
  right: 0;
  bottom: 0;
}
main .visual .tab-contents .item a {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 10px 0 5px;
  width: 100%;
  height: 100%;
}
main .visual .tab-contents .item h6 {
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--font-pretendard);
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
main .visual .tab-contents .item .date {
  display: inline-block;
  color: #888;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0 auto;
}
main .visual .tab-contents .item:hover::before {
  background: var(--color-main);
}
main .visual .board-box {
  border-top: none;
}
main .visual .menu-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 9px;
  margin: 10px 0 0;
}
main .visual .menu-box .icon {
  width: 100%;
  background: var(--color-white);
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 50% 0;
  margin: 0 0 10px;
  position: relative;
}
main .visual .menu-box .svg {
  width: 54.545%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .visual .menu-box h6 {
  color: #222;
  font-weight: 600;
  text-align: center;
}
main .event .box {
  padding: 60px 0 0;
  margin: 120px 0;
  position: relative;
}
main .event .point {
  width: 50%;
  width: 50.445%;
  position: absolute;
  top: 0;
  left: 0;
}
main .event .content {
  display: flex;
  flex-direction: column;
}
main .event .view {
  margin-left: auto;
}
main .event .flex-box {
  justify-content: space-between;
  margin: 25px 0 0;
}
main .event .left {
  padding: 50px 0 0;
}
main .event .button-box {
  margin: 170px 0 0;
}
main .event .slide-wrap {
  width: 74.625%;
  flex-shrink: 0;
}
main .event .slide-box {
  width: 134%;
  width: 83.335vw;
  overflow-x: clip;
}
main .event .swiper-slide {
  margin: 60px 0 0;
  transition: all 0.6s;
}
main .event .swiper-slide .img {
  padding: 56.35% 0;
  position: relative;
}
main .event .swiper-slide .img::before,
main .event .swiper-slide .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .event .swiper-slide .img::before {
  content: "";
  display: block;
  background: var(--color-white);
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.15);
  width: 100%;
  height: 100%;
}
main .event .swiper-slide .img img {
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
}
main .event .swiper-slide .text {
  margin: 15px 0 0;
}
main .event .swiper-slide .text h5 {
  color: #222;
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--font-pretendard);
  margin: 0 0 5px;
  transition: all 0.4s;
}
main .event .swiper-slide .text .date {
  column-gap: 8px;
  color: #666;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .event .swiper-slide .text .date::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: var(--color-main);
  border-radius: 5px;
}
main .event .swiper-slide:hover .text h5 {
  color: var(--color-main);
}
main .event .swiper-slide.swiper-slide-active {
  margin: 0;
}
main .event .option-box {
  margin: 30px 0 0;
}
main .background {
  position: relative;
}
main .background::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #7C6FD1 0%, rgba(124, 111, 209, 0.8) 70.45%, rgba(124, 111, 209, 0) 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .background .box {
  padding: 100px 0 0;
  position: relative;
}
main .background .box * {
  color: var(--color-white);
}
main .background .point {
  position: absolute;
  z-index: -1;
}
main .background .point.animation {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: all 1.4s;
}
main .background .point.animation.on {
  stroke-dashoffset: 0;
  opacity: 0.3;
}
main .background .point-l {
  width: 28%;
  top: 12%;
  left: -5%;
}
main .background .point-r {
  width: 24%;
  top: 47.5%;
  right: -8.5%;
}
main .background .point-b {
  left: 0;
  bottom: 0;
}
main .background .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .background .view p {
  color: var(--color-white);
}
main .background .view .plus span {
  background: var(--color-white);
}
main .background .view:hover p {
  color: var(--color-white);
}
main .background .view:hover .plus span {
  background: var(--color-white);
}
main .board .item-box {
  display: flex;
  column-gap: 50px;
}
main .board .item {
  width: 100%;
}
main .board .item .top {
  justify-content: space-between;
}
main .board .item .top h2 {
  position: relative;
}
main .board .item .top h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  left: 0;
  bottom: -10px;
}
main .board .item h5 {
  font-size: 3rem;
  font-weight: 600;
  margin: 40px 0 30px;
}
main .board .item .img {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 35.355% 0;
  position: relative;
}
main .board .item .img figure {
  overflow: hidden;
}
main .board .item .img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .board .item .book {
  background: rgba(255, 255, 255, 0.15) url("/img/main/img_board_01_1.png") no-repeat center/76.129%;
}
main .board .item .book figure {
  width: 44.6325%;
  border-radius: 5px;
  box-shadow: 0 1.5px 7px rgba(102, 102, 102, 0.45);
  padding: 27.815% 0;
  position: absolute;
  top: 8.5%;
  left: 26%;
}
main .board .item .news {
  background: rgba(255, 255, 255, 0.15);
}
main .board .item .news figure {
  width: 87.325%;
  padding: 28.205% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .video {
  margin: 150px 0 0;
}
main .video .item-box {
  justify-content: space-between;
}
main .video .left {
  padding: 60px 0 0;
}
main .video .top {
  column-gap: 50px;
  margin: 0 0 100px;
}
main .video .slide-box {
  width: 61.875%;
  flex-shrink: 0;
  overflow: hidden;
}
main .video .swiper-slide .video-box {
  width: 100%;
  padding: 28.125% 0;
  position: relative;
  overflow: hidden;
}
main .video .swiper-slide .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .location .box {
  padding: 120px 0 100px;
}
main .location .content {
  margin: 40px 0 0;
}
main .location .tab-title.shadow li {
  width: 190px;
  height: 60px;
  background: #F6F6F6;
}
main .location .tab-title.shadow li button {
  font-size: 2.1rem;
  font-weight: 600;
}
main .location .tab-title.shadow li.on {
  background: var(--color-white);
}
main .location .flex-box {
  column-gap: 85px;
  align-items: center;
}
main .location .map,
main .location .map::before {
  border-radius: 0 30px 30px 30px;
}
main .location .map {
  width: 61.875%;
  flex-shrink: 0;
  background: var(--color-white);
  padding: 35px;
}
main .location .text * {
  color: #222;
}
main .location .text *:not(dl dt) {
  font-family: var(--font-pretendard);
}
main .location .text dl {
  margin: 0 0 50px;
}
main .location .text dl dt {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 15px;
}
main .location .text dl dd {
  font-size: 2.4rem;
  font-weight: 300;
}
main .location .text .transport {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
main .location .text .transport > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .location .text .transport h6 {
  width: 65px;
  font-size: 1.8rem;
  font-weight: 600;
}
main .location .text .transport hr {
  width: 2px;
  height: 8px;
  flex-shrink: 0;
  background: var(--color-main);
  border: none;
  border-radius: 10px;
}
main .location .text .transport p {
  padding: 0 0 0 15px;
}