:root {
  --color-main: #0068B7;
  --color-sub: #00A9EB;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --font-Notosans: "Noto Sans KR", sans-serif;
  --font-Mulish: "Mulish", sans-serif;
  --font-Titillium: "Titillium Web", sans-serif;
}

.font42 {
  --fontsize: 4.2rem;
  font-size: var(--fontsize);
}

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

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

.font64 {
  --fontsize: 6.4rem;
  font-size: var(--fontsize);
}

.font72 {
  --fontsize: 7.2rem;
  font-size: var(--fontsize);
}

.font75 {
  --fontsize: 7.5rem;
  font-size: var(--fontsize);
}

#sv {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
#sv.sv01 .bg {
  background-image: url("/img/sub/subVisual1.jpg");
}
#sv.sv02 .bg {
  background-image: url("/img/sub/subVisual2.jpg");
}
#sv.sv03 .bg {
  background-image: url("/img/sub/subVisual3.jpg");
}
#sv.sv04 .bg {
  background-image: url("/img/sub/subVisual4.jpg");
}
#sv.sv05 .bg {
  background-image: url("/img/sub/subVisual5.jpg");
}
#sv.sv06 .bg {
  background-image: url("/img/sub/subVisual6.jpg");
}
#sv .bg,
#sv .title {
  width: 100%;
  height: 100%;
}
#sv .bg {
  position: absolute;
  z-index: -1;
  transform: scale(1.08);
  transform-origin: right;
  transition: all 1.6s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#sv .title {
  display: flex;
  align-items: center;
  padding: 40px 0 0;
}
#sv .title h2 {
  color: var(--color-white);
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0;
  transition: all 1.2s 0.4s;
}
#sv.on .bg {
  transform: scale(1);
}
#sv.on .title h2 {
  letter-spacing: -0.03em;
  opacity: 1;
}

.paddingBox {
  padding: 120px 0;
}

.mTop50 {
  margin-top: 50px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop100 {
  margin-top: 100px;
}

.subContents .lnbBox {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e9e9e9;
}
.subContents .lnbBox .depth1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subContents .lnbBox .depth1 br {
  display: none;
}
.subContents .lnbBox .depth1 > li,
.subContents .lnbBox .depth1 > li > a {
  height: 100%;
}
.subContents .lnbBox .depth1 > li {
  padding: 0 40px;
}
.subContents .lnbBox .depth1 > li > a {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  transition: all 0.4s;
}
.subContents .lnbBox .depth1 > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-sub);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.subContents .lnbBox .depth1 > li:hover > a, .subContents .lnbBox .depth1 > li.on > a {
  color: var(--color-sub);
  font-weight: 700;
}
.subContents .lnbBox .depth1 > li:hover > a::after, .subContents .lnbBox .depth1 > li.on > a::after {
  width: 100%;
}
.subContents .subPage {
  padding: 100px 0 0;
}
.subContents .subPage.pBottom {
  padding-bottom: 200px;
}
.subContents .subPage p {
  color: #555;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.9;
}
.subContents .subPage .textBox h4 {
  color: #222;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.subContents .subPage .textBox.flex {
  display: flex;
}
.subContents .subPage .textBox.flex > * {
  width: 100%;
}
.subContents .subPage .textBox.flex > .pBox {
  max-width: 58.335%;
  flex-shrink: 0;
}
.subContents .subPage .bgGray {
  padding: 70px 0 200px;
  position: relative;
}
.subContents .subPage .bgGray::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subContents .pageTitle {
  text-align: center;
  margin: 0 0 50px;
}
.subContents .pageTitle h3 {
  color: #222;
  font-family: var(--font-Titillium);
  font-weight: 600;
  text-transform: uppercase;
}
.subContents .pageTitle h3 br {
  display: none;
}
.subContents .depth3Box {
  padding: 10px 0 0;
  margin: 0 0 60px;
}
.subContents .depth3Box h4 {
  color: #222;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.subContents .depth3Box h4 br {
  display: none;
}
.subContents .depth3Box .depth3Tab {
  display: flex;
  background: var(--color-white);
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  margin: 20px 0 0;
}
.subContents .depth3Box .depth3Tab br {
  display: none;
}
.subContents .depth3Box .depth3Tab > li {
  height: 80px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subContents .depth3Box .depth3Tab > li > a,
.subContents .depth3Box .depth3Tab > li > a::after {
  transition: all 0.4s;
}
.subContents .depth3Box .depth3Tab > li > a {
  color: #666;
  position: relative;
}
.subContents .depth3Box .depth3Tab > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-sub);
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.subContents .depth3Box .depth3Tab > li:hover > a, .subContents .depth3Box .depth3Tab > li.on > a {
  color: var(--color-sub);
  font-weight: 700;
}
.subContents .depth3Box .depth3Tab > li:hover > a::after, .subContents .depth3Box .depth3Tab > li.on > a::after {
  width: 100%;
}
.subContents .gallerySlide .slideBox {
  gap: 0 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subContents .gallerySlide .slideBox .slideThumbsBox,
.subContents .gallerySlide .slideBox .slideListBox,
.subContents .gallerySlide .slideBox figure {
  overflow: hidden;
}
.subContents .gallerySlide .slideThumbsBox {
  width: calc(100% - 220px);
  position: relative;
}
.subContents .gallerySlide .slideThumbsBox figure {
  border-radius: 10px;
  padding: 19.6435% 0;
	padding: 22.6435% 0;
}
.subContents .gallerySlide .slideThumbsBox .pagination {
  display: inline-flex;
  align-items: center;
  gap: 0 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-weight: 300;
  font-family: "Pretendard", sans-serif;
  text-shadow: 0 0 2px var(--color-black);
  position: absolute;
  right: 65px;
  bottom: 55px;
  z-index: 1;
}
.subContents .gallerySlide .slideThumbsBox .pagination span {
  display: block;
  font-size: 1.6rem;
  text-shadow: 0 0 2px var(--color-black);
  font-family: "Pretendard", sans-serif;
}
.subContents .gallerySlide .slideThumbsBox .pagination .swiper-pagination-current {
  color: var(--color-white);
  font-weight: 600;
  transform: translateY(-0.65em);
}
.subContents .gallerySlide .slideThumbsBox .pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  transform: translateY(0.75em);
}
.subContents .gallerySlide .slideListWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  position: relative;
}
.subContents .gallerySlide .slideListWrap button {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--color-sub);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subContents .gallerySlide .slideListBox {
  width: 170px;
  height: 100%;
}
.subContents .gallerySlide .slideListBox .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.subContents .gallerySlide .slideListBox figure {
  border-radius: 5px;
  padding: 29.435% 0;
  top: 50%;
  transform: translateY(-50%);
}
.subContents .gallerySlide figure {
  position: relative;
}
.subContents .gallerySlide figure img {
  min-width: 100%;
  max-width: inherit;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subContents .network h4 {
  color: #222;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.subContents .network .mapBox {
  padding: 0 0 0 90px;
}
.subContents .network .mapBox .map {
  max-width: 1330px;
  margin: 0 auto;
}
.subContents .network .mapBox .country {
  cursor: pointer;
}
.subContents .network .listBox {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.subContents .network .listBox .list {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px 10px 20px 20px;
}
.subContents .network .listBox .list div {
  display: none;
}
.subContents .network .listBox button {
  width: 100%;
  height: 100px;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px rgba(102, 102, 102, 0.15);
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subContents .network .listBox button * {
  color: #333;
}
.subContents .network .listBox button span {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.subContents .network .listBox button i {
  font-size: 2rem;
  transition: all 0.4s;
}
.subContents .network .listBox ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}
.subContents .network .listBox ul li {
  height: 130px;
  gap: 0 30px;
  background: var(--color-white);
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subContents .network .listBox .flag {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.subContents .network .listBox .flag::before {
  content: "";
  background: #d9d9d9;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subContents .network .listBox dl {
  width: 100%;
}
.subContents .network .listBox dl dt {
  color: #222;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 5px;
}
.subContents .network .listBox dl dd {
  max-height: calc(3.9em + 10px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px 40px;
}
.subContents .network .listBox dl p {
  gap: 0 5px;
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subContents .network .listBox dl p::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: var(--color-sub);
  border-radius: 50%;
}
.subContents .network .listBox .list.on button i {
  transform: rotateX(180deg);
}
.subContents .campus .contents .flexBox {
  gap: 0 40px;
}
.subContents .campus .contents .img {
  width: calc(50% - 40px);
}
.subContents .campus .contents .pBox {
  width: 50%;
}
.subContents .yun .contents {
  display: flex;
  flex-direction: column;
  gap: 150px 0;
}
.subContents .yun .animation {
  transition-delay: 0.4s;
}
.subContents .yun .img {
  position: relative;
  overflow: hidden;
}
.subContents .yun .img img {
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subContents .yun p {
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  line-height: 1.9;
}
.subContents .yun .born .img,
.subContents .yun .artistic .img {
  left: 50%;
  transform: translateX(-50%);
}
.subContents .yun .born .img {
  width: 100vw;
  padding: 16.95% 0;
}
.subContents .yun .born .h2Box {
  margin: -6.5em 0 25px;
  position: relative;
}
.subContents .yun .born h2 {
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.subContents .yun .born h2:first-child {
  color: #fff;
}
.subContents .yun .born h2:last-child {
  color: #222;
}
.subContents .yun .born.on .img {
  width: 100%;
  transition: all 1.4s;
}
.subContents .yun .born.on .text {
  padding: 0 0 0 70px;
  transition: all 1.4s;
}
.subContents .yun .circle {
  position: absolute;
}
.subContents .yun .paris {
  width: 100%;
  max-width: 43.215%;
  margin: 110px 0 0 18.5%;
  position: relative;
}
.subContents .yun .paris .circle {
  width: 100%;
  top: -110px;
  left: 28%;
}
.subContents .yun .paris .img {
  padding: 57.145% 0;
}
.subContents .yun .paris .img.on {
  border-radius: 490px;
  transition: all 1.4s;
}
.subContents .yun .paris .text {
  margin: 45px 0 0;
}
.subContents .yun .paris .h3Box {
  position: relative;
}
.subContents .yun .paris .h3Box.on h3 {
  transition: all 1.4s;
}
.subContents .yun .paris .h3Box.on h3:first-child {
  opacity: 0;
}
.subContents .yun .paris .h3Box.on h3:last-child {
  opacity: 1;
}
.subContents .yun .paris h3 {
  color: #222;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 0 0 15px;
}
.subContents .yun .paris h3:last-child {
  font-weight: 500;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.subContents .yun .artistic {
  position: relative;
}
.subContents .yun .artistic .circle {
  width: 27.465%;
  left: -13%;
  bottom: -17%;
}
.subContents .yun .artistic .img {
  width: 350px;
  padding: 12.9635% 0;
}
.subContents .yun .artistic p {
  margin: 45px 0 0;
}
.subContents .yun .artistic.on .img {
  width: 100%;
  transition: all 1.4s;
}