@charset "uft-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Nanum+Gothic&display=swap');
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* header */

/* section baground Image 
section:nth-child(1) {
  background: url("../../img/new/main/main_visu_01.png") top center / cover
    no-repeat;
}
section:nth-child(2) {
  background: url("../../img/new/main_visu_02.png") top center / cover
    no-repeat;
}
section:nth-child(3) {
  background: url("../../img/new/main_visu_03.png") top center / cover
    no-repeat;
}
section:nth-child(4) {
  background: url("../../img/new/main_visu_04.png") top center / cover
    no-repeat;
}
section:nth-child(5) {
  background: url("../../img/new/main_visu_05.png") top center / cover
    no-repeat;
}
/* section baground Image */

/* main */




main section .mainWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
main section .tit_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 572px;
  border-bottom: 1px solid #b2b2b2;
  color: #fff;
}
main section .tit_box h2:nth-child(1) {
  padding-bottom: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}
main section .tit_box h2:nth-child(2) {
  padding-bottom: 2px;
  font-size: 4.1rem;
  font-weight: 500;
  letter-spacing: -0.4px;
}
main section .tit_box h2:nth-child(3) {
  padding-bottom: 34px;
  font-size: 4.4rem;
  letter-spacing: -0.4px;
}
main section .slideWrap {
  width: 100%;
  margin-top: 38px;
}

main section .slideWrap .slideItem a {
  display: inline-block;
  width: 100%;
  height: 185px;
  padding: 28px 25px;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.45);
  border: 2px solid rgb(64 64 64 / 45%);
  border-radius: 5px;
  color: #fff;
}

main section .slideWrap .slideItem a h3 {
  position: relative;
  margin-top: 19px;
  color: #fff;
  font-size: 1.875rem;
}
main section .slideWrap .slideItem a h3::before {
  position: absolute;
  top: -18px;
  left: 0;
  width: 28px;
  height: 3px;
  content: "";
  background-color: var(--color-red);
}
main section .slideWrap .slideItem a h3::after {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../../img/new/icon/arrow.png) top left / cover no-repeat;
}
main section .slideWrap .slideItem a p {
  width: 80%;
  margin-top: 23px;
  font-size: 1.15rem;
  letter-spacing: 0.3px;
  line-height: 1.5rem;
  word-break: keep-all;
}

main section .slideWrap .slideItem a:hover {
  background-color: rgba(255, 255, 255, 0.45);
  border: 2px solid #fff;
}
main section .slideWrap .slideItem a:hover h3::after {
  background: url(../../img/new/icon/arrow_hover.png) top left / cover
    no-repeat;
}
main section .slideWrap .slideItem:hover a,
main section .slideWrap .slideItem:hover a h3 {
  color: #000;
}

main .section3 .mainWrap .tit_box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

main .section3 .mainWrap .tit_box .dormLink {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: inline-block;
  width: 295px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  letter-spacing: -0.3px;
  line-height: 50px;
  text-align: center;
}
main .section3 .mainWrap .tit_box .dormLink strong {
  color: var(--color-red);
  font-size: 1.375rem;
}
main .section3 .mainWrap .tit_box .dormLink span {
  font-size: 1.375rem;
}
main .section3 .mainWrap .tit_box .dormLink span:last-child {
  margin-left: 7px;
}

main article {
  width: 100%;
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
}

main article .swiper-slide {
  display: flex;
  align-items: center;
}

main #main-slider {
  font-size: 1rem;
  position: relative;
  max-height: 900px;
  height: 100vh;
}
main #main-slider .bg {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-43%);
  z-index: 1;
}
main #main-slider .bg img {
  position: absolute;
  top: 0;
  right: 0;
  
    transform: translate(30%, -9%);
  width: 120%;
  z-index:-1
}
main #main-slider .swiper-wrapper {
  z-index: 2;
}
main #main-slider .swiper-slide {
  overflow: hidden;
}
main #main-slider .inner {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: 100%;
  max-width: 1400px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
}
main #main-slider .swiper-slide .text {
  position: relative;
  font-family: 'GmarketSans', sans-serif;
  width: fit-content;
  z-index: 1;
}
main #main-slider .swiper-slide .text h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 130%;
}
main #main-slider .swiper-slide .text h4 {
  font-size: 1.8em;
  font-weight: 500;
  margin: 30px 0 0;
}
main #main-slider .swiper-slide .text h6 {
  font-size: 1.3em;
  font-weight: 300;
  margin: 30px 0 0;
}
main #main-slider .swiper-pagination-info {
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 0;
  max-width: 1400px;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 5;
  font-size: 1.4em;
  font-weight: 600;
  align-items: center;
}
main #main-slider .swiper-pagination-info > span:not(.current-page) {
  color: #bfbfbf;
}
main #main-slider .swiper-pagination-info .divide {
  padding: 0 8px;
}
main #main-slider .swiper-pagination-info .custom-nav {
  display: flex;
  font-size: 1.2em;
  padding: 0 0 0 30px;
  column-gap: 10px;
}
main #main-slider .swiper-pagination-info .custom-nav > * {
  display: flex;
  flex: 1 1 auto;
  cursor: pointer;
  line-height: 100%;
}
main #main-slider .swiper-pagination-info .prev:before {
  content: '<';
  font-family: 'Nanum Gothic', sans-serif;
}
main #main-slider .swiper-pagination-info .next:before {
  content: '>';
  font-family: 'Nanum Gothic', sans-serif;
}
main #main-slider .swiper-pagination-info .purse:before {
  content: '||';
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.9em;
}
main #main-slider .swiper-pagination-info .purse.active:before {
  content: '▶';
  font-size: 1rem;
}
main #main-slider .swiper-slide[data-order='1'] .img {
  position: absolute;
/*  right: 0px;*/
 right:-141px;
  top: 50%;
  transform: translateY(-50%) scale(1.1);
  width: fit-content;
}

main #main-slider .swiper-slide[data-order='1'] .img img {width:65%}

main #main-slider .swiper-slide[data-order='1'] .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 30px 0 0;
}
main #main-slider .swiper-slide[data-order='1'] .list > li {
  position: relative;
  display: grid;
  
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 25px 20px;
  border-radius: 10px;
}
main #main-slider .swiper-slide[data-order='1'] .list span {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  line-height:150%;
  font-size: 24px;
}
main #main-slider .swiper-slide[data-order='1'] .list span:before {
  content: '●';
  position: absolute;
  color: var(--color-red);
  font-size: 0.5em;
  left: 0;
  top: 10px;
  line-height: 100%;
}
main #main-slider .swiper-slide[data-order='2'] .inner {
  justify-content: end;
  align-items: center;
}
main #main-slider .swiper-slide[data-order='2'] .img {
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translateY(-50%) scale(1.1);
  width: fit-content;
}
main #main-slider .swiper-slide[data-order='2'] a {
  font-size: 1em;
  font-weight: 500;
  border: 2px solid var(--color-red);
  line-height: 45px;
  padding: 0 20px;
  border-radius: 9999px;
  display: inline-block;
  margin: 50px 0 0 0;
  color: #333;
  transition: 0.3s;
}
main #main-slider .swiper-slide[data-order='2'] a:hover {
  color: var(--color-red);
  background: #FFF;
}
main #main-slider .swiper-slide[data-order='3'] .inner {
  align-items: center;
}
main #main-slider .swiper-slide[data-order='3'] .img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(30%);
  width: fit-content;
  text-align: right;
}
main #main-slider .swiper-slide[data-order='3'] .img img {
  width: 90%;
}
main #main-slider .swiper-slide[data-order='3'] .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 30px 0 0;
  width: fit-content;
}
main #main-slider .swiper-slide[data-order='3'] .list > li {
  position: relative;
  height: 100%;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 1.25em;
  font-weight: 300;
}
main #main-slider .swiper-slide[data-order='3'] .list > li p {
  display: block;
  color: var(--color-red);
  margin: 15px 0 0 0;
}
main #main-slider .swiper-slide[data-order='3'] h4 {
  margin: 0;
}
main #main-slider .swiper-slide[data-order='3'] .link-wrap {
  display: flex;
  font-size: 1em;
  font-weight: 500;
  border: 2px solid var(--color-red);
  line-height: 45px;
  padding: 0 20px;
  border-radius: 9999px;
  margin: 50px 0 0 0;
  color: #333;
  transition: 0.3s;
  column-gap: 50px;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
main #main-slider .swiper-slide[data-order='3'] .link-wrap > a {
  position: relative;
  padding: 0 20px;
  color: #333;
  transition: 0.3s;
}
main #main-slider .swiper-slide[data-order='3'] .link-wrap > a:first-child:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background: #333;
}
main #main-slider .swiper-slide[data-order='3'] .link-wrap:hover {
  background: #FFF;
}
main #main-slider .swiper-slide[data-order='3'] .link-wrap > a:hover {
  color: var(--color-red);
}

main #ssu-link {
  font-size: 1rem;
  position: relative;
  max-width: 1400px;
  margin: 100px auto 100px;
  padding: 0 0 0 235px;
  z-index:1;
}
main #ssu-link h2 {
  font-size: 2.6em;
  font-family: 'GmarketSans', sans-serif;
  font-weight: 300;
}
main #ssu-link .link-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  row-gap: 40px;
  padding: 20px 0 0;
  margin: 40px 0 0;
}
main #ssu-link .link-list > li {
  position: relative;
  height: 100%;
}
main #ssu-link .link-list > li:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  height: 0;
  border-bottom: 1px solid #bcbcbc;
}
main #ssu-link .link-list > li.order {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 300;
  font-size: 1.7em;
}
main #ssu-link .link-list > li.title {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 500;
  font-size: 1.7em;
  padding: 0 0 0 40px;
}
main #ssu-link .link-list > li.title a {
  transition: 0.3s;
}
main #ssu-link .link-list > li.title a:hover {
  color: var(--color-red);
}
main #ssu-link .link-list > li.detail-list {
  font-size: 1.3em;
  padding: 0 0 0 50px;
}
main #ssu-link .link-list > li.detail-list a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 10px;
  margin: 6px 20px 6px 0;
  line-height: 100%;
  letter-spacing: -1px;
  transition: 0.3s;
}
main #ssu-link .link-list > li.detail-list a:hover {
  color: var(--color-red);
}
main #ssu-link .link-list > li.detail-list a:before {
  content: '●';
  position: absolute;
  font-size: 0.4rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  margin: -1px 0 0 0;
}
main #ssu-link .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  text-align: center;
}
main #ssu-link .icon .text {
  font-size: 1.1em;
  font-weight: 700;
  font-family: 'GmarketSans', sans-serif;
  margin: 10px 0 0 0;
  white-space: nowrap;
}

main #ssu-link .icon a:hover {color:var(--color-red);}

main #num-statics {
  font-size: 1rem;
  background: url("../../img/new/main/main_num_statics_bg.png") no-repeat center center / cover;
  padding: 100px 0;
}
main #num-statics * {
  color: #FFF;
}
main #num-statics .statics {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 15px;
  row-gap: 25px;
  max-width: 1400px;
  margin: 0 auto;
}
main #num-statics .statics > * {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 0.8991;
  height: 100%;
  align-items: center;
  padding: 40px 20px 40px 40px;
  max-width: 337px;
}
main #num-statics .statics > *:not(.order-5) {
  z-index: 1;
}
main #num-statics .statics .order-1 {
  background: url("../../img/new/main/main_num_statics_02.png") no-repeat center center / cover;
}
main #num-statics .statics .order-3 {
  background: url("../../img/new/main/main_num_statics_02.png") no-repeat center center / cover;
}
main #num-statics .statics .order-4 {
  background: url("../../img/new/main/main_num_statics_02.png") no-repeat center center / cover;
}
main #num-statics .statics .order-6 {
  background: url("../../img/new/main/main_num_statics_02.png") no-repeat center center / cover;
}
main #num-statics .statics .order-8 {
  background: url("../../img/new/main/main_num_statics_02.png") no-repeat center center / cover;
}
main #num-statics .statics .order-5 {
  font-family: 'GmarketSans', sans-serif;
  font-size: 2.7em;
  padding: 40px 0;
}
main #num-statics .statics .order-5 .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-58%, -50%);
  width: 200%;
}
main #num-statics .statics .title {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
}
main #num-statics .statics .order-6 .num {
  font-size: 2.9em;
}
main #num-statics .statics .num,
main #num-statics .statics .num * {
  font-family: "IBM Plex Sans", sans-serif;
}
main #num-statics .statics .num {
  font-weight: 700;
  font-size: 4.5em;
}
main #num-statics .statics .num [data-char='%'],
main #num-statics .statics .num [data-char='개'],
main #num-statics .statics .order-6 .num [data-char='원'] {
  font-family: 'GmarketSans', sans-serif;
  font-weight: 300;
  font-size: 0.4em;
}
main #num-statics .statics .order-6 .num [data-char='원'] {
  font-size: 0.6em;
}
main #num-statics .statics .explain-1 {
  font-family: 'GmarketSans', sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin: 40px 0 0 0;
}
main #num-statics .statics .explain-2 {
  font-family: 'GmarketSans', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}
main #num-statics .statics .order-6 .explain-1 {
  margin: 60px 0 0 0;
}

main #notice {
  display: grid;
  grid-template-columns: repeat(2, auto);
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
  font-size: 1rem;
  column-gap: 120px;
}
main #notice article {
  height: auto;
}
main #notice .tab-parent-wrap {
  position: relative;
}
main #notice .title {
  font-family: 'GmarketSans', sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 140%;
}
main #notice .tab-parent {
  display: flex;
  font-family: 'GmarketSans', sans-serif;
  font-size: 1.3em;
  padding: 30px 0 50px;
}
main #notice .tab-parent > * {
  position: relative;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0 0 0 15px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
main #notice .tab-parent > *:hover,
main #notice .tab-parent > *.on {
  color: var(--color-red);
}
main #notice .tab-parent > *:hover:before,
main #notice .tab-parent > *.on:before {
  content: '●';
  position: absolute;
  display: inline-block;
  font-size: 0.35em;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  line-height: 100%;
}
main #notice .more {
  display: inline-block;
  line-height: 33px;
  border: 1px solid var(--color-red);
  background: var(--color-red);
  color: #FFF;
  border-radius: 9999px;
  padding: 0 15px;
  font-size: 0.9em;
  transition: 0.3s;
}
main #notice .more:hover {
  background: transparent;
  color: var(--color-red);
}
main #notice table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #c0c0c0;
}
main #notice table .category {
  width: 90px;
}
main #notice table .date {
  width: 118px;
}
main #notice table td {
  white-space: nowrap;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 0;
  vertical-align: middle;
  font-weight: 100;
}
main #notice table .td_category a {
  display: block;
  line-height: 27px;
  border: 1px solid var(--color-red);
  background: transparent;
  color: var(--color-red);
  border-radius: 9999px;
  padding: 0 15px;
  font-size: 0.8em;
  transition: 0.3s;
  text-align: center;
  font-weight: 400;
}
main #notice table .td_category a:hover {
  background: var(--color-red);
  color: #FFF;
}
main #notice table .td_subject a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1em;
  padding: 0 20px;
  font-weight: 600;
  transition: 0.3s;
}
main #notice table .td_subject a:hover {
  color: var(--color-red);
}
main #notice table .td_date {
  text-align: right;
}

main #current-status {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 100px;
  font-size: 1rem;
  align-items: center;
  row-gap: 100px;
}
main #current-status article {
  height: auto;
  position: relative;

}

main #current-status .hidden {  overflow: hidden !important;}
main #current-status .title .text,
main #current-status .title .more {
  position: relative;
  z-index: 1;
}
main #current-status .title .text,
main #current-status .department .title {
  font-family: 'GmarketSans', sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 140%;
  overflow: hidden;
}
main #current-status .department .title {
  margin: 0 0 30px;
  border-bottom: 1px solid #c0c0c0;
}
main #current-status .title small {
  font-weight: 500;
  font-size: 0.5em;
  float: right;
}
main #current-status .more {
  display: inline-block;
  line-height: 33px;
  border: 1px solid var(--color-red);
  background: transparent;
  color: var(--color-red);
  border-radius: 9999px;
  padding: 0 15px;
  margin: 50px 0 0 0;
  font-size: 0.9em;
  transition: 0.3s;
}
main #current-status .more:hover {
  background: var(--color-red);
  color: #FFF;
}
main #current-status [class^='bg-'] {
  position: absolute;
}
main #current-status .bg-top {
  top: 0;
  left: 0;
  width: 250%;
  transform: translate(-70%, -20%);
}
main #current-status .bg-bottom {
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate(60%, 68%);
}
main #current-status .status_swiper {
  padding: 10px 0;
  opacity: 0;
  max-height: 380px;
  transition: 0.3s;
}
main #current-status .status_swiper.visible {
  opacity: 1;
  max-height: 1000px;
  max-width: calc(100vw - 20px);
}
main #current-status .swiper-slide {
  border-bottom: 1px solid #c0c0c0;
  transition: 0.3s;
}
main #current-status .swiper-slide:hover {
  border-bottom: 1px solid var(--color-red);
  color:var(--color-red);
}
main #current-status .swiper-slide:hover a {
  color:var(--color-red);
}
main #current-status .swiper-slide .thumb img {
  border-radius: 10px;
}

main #current-status .swiper-slide .thumb img {
height:210px
}

main #current-status .swiper-slide a {
  display: block;
  width: 100%;
}
main #current-status .swiper-slide .subject {
  padding: 20px 0 8px;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main #current-status .swiper-slide .date {
  color: #555;
  padding: 0 0 20px;
}
main #current-status .department {
  position: relative;
}
main #current-status .department .list-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  z-index: 1;
}
main #current-status .department > .list-wrap:nth-of-type(2) {
  padding: 0 0 40px;
  border-bottom: 1px solid #c0c0c0;
}
main #current-status .department .list-cont {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  column-gap: 20px;
}
main #current-status .department .list-cont .cat-1 {
  font-size: 1.1em;
  font-weight: 600;
}
main #current-status .department .list-cont .cat-2 a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  font-weight: 300;
  white-space: nowrap;
  transition: 0.3s;
  font-size:1.1rem;
}
main #current-status .department .list-cont .cat-2 a:before {
  content: '●';
  position: absolute;
  display: inline-block;
  font-size: 0.25em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 100%;
}
main #current-status .department .list-cont .cat-2 a:hover {
  color: var(--color-red);
}

main #sns {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 354px;
  max-width: 1400px;
  margin: 0 auto 100px;
  z-index: 1;
  column-gap: 90px;
  align-items: start;
}
main #sns article {
  height: auto;
}
main #sns .title {
  font-family: 'GmarketSans', sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 140%;
  overflow: hidden;
  margin: 0 0 20px;
}
main #sns .cont ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 15px;
}
main #sns .cont ul li {
  aspect-ratio: 1 / 0.8991;
  background: #DDD;
}
main #sns .list {
  display: grid;
  border-top: 1px solid #c0c0c0;
}
main #sns .list > li {
  display: flex;
  border-bottom: 1px solid #c0c0c0;
  padding: 15px 0;
  align-items: center;
}
main #sns .list > li a {
  font-size: 1.2em;
  font-weight: 600;
  transition: 0.3s;
}
main #sns .list > li a:hover {
  color: var(--color-red);
}
main #sns .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 0;
}

@media (max-width: 1400px) {
  main #main-slider {
    font-size: 0.7rem;
  }
  main #main-slider .swiper-slide .text,
  main #main-slider .swiper-pagination-info,
  main #notice,
  main #current-status,
  main #sns {
    padding-left: 20px;
    padding-right: 20px;
  }
  

  
  main #main-slider .swiper-slide[data-order='1'] .list {
    font-size: 0.9rem;
    margin: 10px 0 0;
  }
  main #main-slider .swiper-slide[data-order='1'] .list span:before {
    top: 8px;
  }
  main #main-slider .swiper-slide[data-order='3'] .link-wrap {
    font-size: 1.1em;
  }

  main #ssu-link {
    margin: 200px 10px 130px;
  }

  main #num-statics {
    font-size: 0.9rem;
    padding: 185px 10px;
  }
  main #num-statics .statics > * {
    width: calc(100vw / 4 - 16px);
  }

  main #current-status .department .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  main #current-status .department .list-cont .cat-2 a {
    white-space: normal;
  }

  main #sns {
    column-gap: 30px;
  }
}
@media (max-width: 1250px) {
  main #sns {
    align-items: start;
  }
}
@media (max-width: 1200px) {
  main #main-slider .swiper-slide[data-order='3'] .list {
    font-size: 1.3em;
  }
  main #main-slider .swiper-slide[data-order='3'] .link-wrap {
    font-size: 1.2em;
  }
  
  aside #toBottom {display:none  !important}
}
@media (max-width: 1100px) {
  main #main-slider .swiper-slide[data-order='2'] .img {
    left: 0;
    transform: translateY(-50%) scale(1);
    max-width: 50%;
  }

  main #num-statics {
    font-size: 0.8rem;
  }
  main #num-statics .statics > * {
    padding: 20px;
    white-space: nowrap;
  }
  main #num-statics .statics .explain-1 {
    margin: 20px 0 0 0;
  }
  main #num-statics .statics .order-6 .explain-1 {
    margin: 40px 0 0 0;
  }

  main #notice {
    column-gap: 50px;
  }
  main #notice table td {
    padding: 25px 0;
  }

  main #current-status {
    grid-template-columns: 250px minmax(0, 1fr);
    row-gap: 100px;
  }
}
@media (max-width: 960px) {
  main #main-slider .text {
    font-size: 0.6em;
  }
  main #main-slider .swiper-slide {
    position: relative;
    min-height: 350px;
  }
  main #main-slider .swiper-pagination-info {
    font-size: 1.9em;
  }
  main #main-slider .swiper-slide .text h6 {
    font-size: 2em;
  }
  main #main-slider .swiper-slide[data-order='1'] .text {
    font-size: 1.1em;
  }
  main #main-slider .swiper-slide[data-order='2'] {
    font-size: 2.2em;
  }
  main #main-slider .swiper-slide[data-order='2'] a {
    font-size: 1.8em;
  }
  main #main-slider .swiper-slide[data-order='2'] .img {
    width: 100%;
  }
  main #main-slider .swiper-slide[data-order='2'] h6 {
    position: relative;
    display: grid;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 10px;
  }
  main #main-slider .swiper-slide[data-order='2'] .img {
    max-width: 80%;
  }
  main #main-slider .swiper-slide[data-order='2'] a {
    background-color: rgba(255, 255, 255, 0.7);
  }
  main #main-slider .swiper-slide[data-order='3'] .text {
    font-size: 1.1em;
  }

  main #ssu-link {
    margin: 100px 10px;
    padding: 0 0 0 100px;
  }
  main #ssu-link .link-list {
    row-gap: 60px;
    padding: 30px 0 0;
    margin: 30px 0 0;
  }
  main #ssu-link .link-list > li:after {
    top: -30px;
  }
  main #ssu-link .link-list > li.title {
    padding: 0 0 0 30px;
  }
  main #ssu-link .link-list > li.detail-list {
    padding: 0 0 0 40px;
  }

  main #num-statics .statics {
    grid-template-columns: repeat(3, 1fr);
    width: fit-content;
  }
  main #num-statics .statics > * {
    width: calc(100vw / 3 - 16px);
  }
  main #num-statics .statics > *:not([class^="order"]) {
    display: none;
  }
  main #num-statics .statics .order-1 {
    order: 1;
  }
  main #num-statics .statics .order-3 {
    order: 2;
  }
  main #num-statics .statics .order-4 {
    order: 3;
  }
  main #num-statics .statics .order-5 {
    order: 4;
  }
  main #num-statics .statics .order-6 {
    order: 5;
  }
  main #num-statics .statics .order-8 {
    order: 6;
  }

  main #notice {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  main #notice .tab-parent {
    padding: 30px 0 0;
  }
  main #notice .more {
    position: absolute;
    bottom: 67px;
    right: 0;
  }
  main #notice table .category {
    width: 70px;
  }
  main #notice table .date{
/*    width: 80px;*/
  }
  main #notice table td {
    padding: 20px 0;
  }
  main #notice table .td_subject a {
    padding: 0 10px;
  }

  main #current-status {
    padding-bottom: 70px;
  }

  main #sns {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  main #sns .sns-list {
    order: 1;
  }
  main #sns .cont {
    order: 2;
  }
  

main #current-status .swiper-slide .thumb img {
height:185px
}
  
  
}
@media (max-width: 900px) {
  main #num-statics .statics .explain-1 {
    margin: 0;
  }
  main #num-statics .statics .order-6 .explain-1 {
    margin: 18px 0 0 0;
  }
}
@media (max-width: 760px) {
  main #current-status {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  main #current-status .title .more {
    position: absolute;
    right: 0;
    bottom: 12px;
  }
  main #current-status .department {
    margin-top: 20px;
  }
  
main #main-slider .swiper-slide[data-order='1'] .list > li {height:auto}  
main #main-slider .swiper-slide[data-order='1'] .list span {font-size:12px}
 
 
 main #main-slider .swiper-slide[data-order='1'] .list span {padding:0px 0px 0px 10px}
  main #main-slider .swiper-slide[data-order='1'] .list span br {display:none}

main #current-status .swiper-slide .thumb img {
height:219px
}  
  
}
@media (max-width: 640px) {
  main #main-slider .swiper-slide[data-order='3'] .link-wrap {
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  main #main-slider .swiper-slide[data-order='3'] .link-wrap > a {
    padding: 0;
  }
  main #main-slider .swiper-slide[data-order='3'] .link-wrap > a:first-child:after {
    right: -10px;
    opacity: 0.5;
  }

  main #ssu-link  {
    margin: 50px 10px 70px;
    padding: 0;
  }
  main #ssu-link h2 {
    padding: 0 0 0 42px;
  }
  main #ssu-link .icon {
    bottom: auto;
    top: 3px;
    width: 23px;
  }
  main #ssu-link .icon .text {
    font-weight: 400;
    font-size: 0.5em;
    margin: 3px 0 0 0;
  }

  main #num-statics {
    font-size: 1em;
    padding: 100px 10px;
  }
  main #num-statics .statics {
    grid-template-columns: repeat(2, 1fr);
  }
  main #num-statics .statics > * {
    width: calc(100vw / 2 - 16px);
  }
  main #num-statics .statics .order-1 {
    order: 1;
  }
  main #num-statics .statics .order-3 {
    order: 2;
  }
  main #num-statics .statics .order-4 {
    order: 3;
  }
  main #num-statics .statics .order-5 {
    order: 5;
  }
  main #num-statics .statics .order-6 {
    order: 4;
  }
  main #num-statics .statics .order-8 {
    order: 6;
  }

  main #current-status .department .list-cont {
    grid-template-columns: 60px minmax(0, 1fr);
  }
}
@media (max-width: 500px) {
  main #num-statics {
    font-size: 0.8em;
  }
}
@media (max-width: 420px) {
  main #ssu-link .link-list {
    row-gap: 10px;
    grid-template-columns: repeat(2, auto);
    border-top: 1px solid #bcbcbc;
    padding: 10px 0 0;
  }
  main #ssu-link .link-list > li:nth-of-type(1) {
    grid-row: 1 / span 2;
  }
  main #ssu-link .link-list > li:nth-of-type(4) {
    grid-row: 3 / span 2;
  }
  main #ssu-link .link-list > li:nth-of-type(7) {
    grid-row: 5 / span 2;
  }
  main #ssu-link .link-list > li:after {
    border-bottom-width: 0;
  }
  main #ssu-link .link-list > li:nth-of-type(3n),
  main #ssu-link .link-list > li:nth-of-type(3n-2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc;
  }
  main #ssu-link .link-list > li:nth-of-type(3n-1),
  main #ssu-link .link-list > li:nth-of-type(3n-2) {
    padding-top: 20px;
  }

  main #num-statics {
    font-size: 0.65em;
    padding: 70px 10px;
  }

  main #current-status .department .list-wrap {
    grid-template-columns: 1fr;
  }
}
/* main */


/* full page nav */
.page-counter {
  position: fixed;
  top: 44%;
  left: 1px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
#fp-nav {
  top: 56% !important;
}
#fp-nav.left {
  left: 78px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 8px !important;
}
#fp-nav > ul > li:last-child {
  display: none;
}
#fp-nav ul li:nth-child(4) a span.on {
  background: var(--color-red) !important; /* 활성화된 상태의 색상 */
  opacity: 1 !important;
}

/* 페이지 번호 표시 스타일 */
.page-indicator {
  position: fixed;
  top: 47.3%;
  left: 67px;
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  font-size: 29px;
  font-weight: bold;
}
.page-indicator::after {
  position: absolute;
  bottom: -9px;
  left: 5px;
  width: 32px;
  padding-bottom: 8px;
  content: "";
  border-bottom: 1px solid #ababab;
}
.page-indicator span {
  font-size: 18px;
  font-weight: 300;
}

/* full page nav */

/* 반응형 */
@media screen and (max-width: 1700px) {
  .page-indicator {
    left: 40px !important;
  }
  #fp-nav.left {
    left: 51px !important;
  }
}
@media screen and (max-width: 1590px) {
  .page-indicator {
    left: 20px !important;
  }
  #fp-nav.left {
    left: 31px !important;
  }
}
@media screen and (max-width: 1520px) {
  #fp-nav,
  .page-indicator {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  main section .mainWrap {
    padding: 0 20px;
  }

  main #main-slider .swiper-slide .text h6 {
    font-size: 1.5em;
  }
  main #main-slider .swiper-slide[data-order='2'] a {
    font-size: 1.3em;
  }
}

/* 타블렛 가로, 노트북 */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  main article {
    height: 80px;
  }

  main #main-slider .swiper-slide[data-order='1'] .list span {
    padding: 0 0 0 20px;
  }
  main #main-slider .swiper-slide[data-order='1'] .list span:before {
    top: 9px;
  }
}

/* 모바일 가로, 타블렛 세로 */
@media screen and (max-width: 800px) {

  main .section3 .mainWrap .tit_box .dormLink {
    position: relative;
    margin-top: 30px;
  }

  main article {
    height: 70px;
  }
}

@media screen and (min-width: 551px) and (max-width: 776px) {
  main section .tit_box h2:nth-child(2) {
    font-size: 3.5rem;
  }
  main section .tit_box h2:nth-child(3) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 550px) {
  main section .tit_box {
    height: auto;
  }
  main section .mainWrap {
    padding-top: 30%;
    justify-content: center;
  }
  main section .tit_box h2:nth-child(2) {
    font-size: 3rem;
  }
  main section .tit_box h2:nth-child(3) {
    font-size: 3.3rem;
  }
}
/* 모바일 세로 */
@media screen and (max-width: 480px) {
  main section .tit_box h2:nth-child(1) {
    font-size: 1rem;
  }
  main section .tit_box h2:nth-child(2) {
    font-size: 2.1rem;
  }
  main section .tit_box h2:nth-child(3) {
    font-size: 2.5rem;
  }
}


aside #toBottom {display:block}
main #num-statics .statics .order-1, main #num-statics .statics .order-2, main #num-statics .statics .order-3, main #num-statics .statics .order-4, main #num-statics .statics .order-5, main #num-statics .statics .order-6, main #num-statics .statics .order-7, main #num-statics .statics .order-8 {order:inherit !important}