@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1.13px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input:focus-visible,
input[type=text],
input[type=password] textarea,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;

  outline-style: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

em {
  font-style: normal;
}

/*
* responsive
*/
/**
* fonts
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("./fonts/woff2/Pretendard-Black.woff2") format("woff2"), url("./fonts/woff/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("./fonts/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("./fonts/woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("./fonts/woff2/Pretendard-Bold.woff2") format("woff2"), url("./fonts/woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("./fonts/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("./fonts/woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("./fonts/woff2/Pretendard-Medium.woff2") format("woff2"), url("./fonts/woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("./fonts/woff2/Pretendard-Regular.woff2") format("woff2"), url("./fonts/woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("./fonts/woff2/Pretendard-Light.woff2") format("woff2"), url("./fonts/woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("./fonts/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("./fonts/woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("./fonts/woff2/Pretendard-Thin.woff2") format("woff2"), url("./fonts/woff/Pretendard-Thin.woff") format("woff");
}
.skip-navigation-css {
    position: absolute;
    top: -50px;
    left: 0;
    background-color: #ECECEC;
    padding: 10px 20px;
    font-size: 13px;
    border: none;
    z-index: 1000;
}

.skip-navigation-css:focus {
    top: 0px;
}

.new-main-wrap {
  font-family: "Pretendard";
  color: #000;
  cursor: default;
  overflow-x: hidden;
}
.new-main-wrap .section {
  max-width: 97.5rem;
  margin: 0 auto;
  padding: 6.875rem 1.25rem;
}
.new-main-wrap .section.main-banner {
  max-width: 100%;
  height: 52.5rem;
  padding: 0;
}
.new-main-wrap .section .main-banner-slide {
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-main-wrap .section .main-banner-slide .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  max-width: 97.5rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.new-main-wrap .section .main-banner-slide .bg-banner-center {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.new-main-wrap .section .main-banner-slide .bg-banner-center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7); /* 하얀색 배경과 투명도 조절 */
  pointer-events: none;
}
.new-main-wrap .section .main-banner-slide .top-cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.new-main-wrap .section .main-banner-slide .top-cont-wrap .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.875rem;
  margin-right: 1.25rem;
}
.new-main-wrap .section .main-banner-slide .top-cont-wrap .img-cont-wrap {
  width: 50%;
}
.new-main-wrap .section .main-banner-slide .top-cont-wrap .img-wrap {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.new-main-wrap .section .main-banner-slide .top-cont-wrap .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-main-wrap .section .main-banner-slide .img-cont-wrap .center-name {
  display: none;
}
.new-main-wrap .section .main-banner-slide .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  letter-spacing: -1px;
}
.new-main-wrap .section .main-banner-slide .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-main-wrap .section .main-banner-slide .logo_unikorae img {
  width: 7.5rem;
}
.new-main-wrap .section .main-banner-slide .logo_jeonnam img {
  width: 8.75rem;
}
.new-main-wrap .section .main-banner-slide .logo_incheon img {
  width: 10rem;
}
.new-main-wrap .section .main-banner-slide .logo_gwd img {
  width: 9.5rem;
}
.new-main-wrap .section .main-banner-slide .title {
  font-size: 3.375rem;
  font-weight: 200;
  line-height: 1.1;
  word-break: keep-all;
}
.new-main-wrap .section .main-banner-slide .title em {
  display: block;
  margin-top: 0.625rem;
  font-size: 3.75rem;
  font-weight: 700;
}
.new-main-wrap .section .main-banner-slide .center-name {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #666;
  padding-bottom: 1rem;
  position: relative;
}
.new-main-wrap .section .main-banner-slide .center-name::after {
  content: "";
  display: block;
  width: 130px;
  height: auto;
  border-bottom: 3px solid #000;
  position: absolute;
  bottom: 0;
}
.new-main-wrap .section .main-banner-slide .center-name em {
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
}
.new-main-wrap .section .main-banner-slide .bottom-cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 4rem;
}
.new-main-wrap .section .main-banner-slide .btn-go {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  border: 2px solid #000;
  padding: 1rem 1.25rem 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  display: none;
}
.new-main-wrap .section .main-banner-slide .btn-go::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/design/theme/uni/images/main_new/icon_arrow_circle.png") center/cover no-repeat;
}
.new-main-wrap .section .main-banner-slide .btn-go .local {
  font-size: 1.375rem;
  font-weight: 700;
}
.new-main-wrap .section .main-banner-slide .swiper-button-next,
.new-main-wrap .section .main-banner-slide .swiper-button-prev {
  width: 3.625rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.new-main-wrap .section .main-banner-slide .swiper-button-next::after,
.new-main-wrap .section .main-banner-slide .swiper-button-prev::after {
  font-size: 2.5rem;
}
.new-main-wrap .section .main-banner-slide .swiper-button-next {
  right: 4.6875rem;
}
.new-main-wrap .section .main-banner-slide .swiper-button-prev {
  left: 4.6875rem;
}
.new-main-wrap .section .main-banner-slide .swiper-pagination {
  bottom: 1.25rem;
}
.new-main-wrap .section .main-banner-slide .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
}
.new-main-wrap .section .sec-top {
  margin-bottom: 1.875rem;
}
.new-main-wrap .section .sec-top .label-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.new-main-wrap .section .sec-top .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-main-wrap .section .sec-top .title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.new-main-wrap .section .sec-top .title .color-gray {
  color: #666;
}
.new-main-wrap .section .btn-all-view {
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 1.875rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.125rem 0.625rem 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-main-wrap .section .btn-all-view::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.425rem;
  margin-left: 0.25rem;
  background: url("/design/theme/uni/images/main_new/icon_arrow.png") center/cover no-repeat;
}
.new-main-wrap .section .program-info-slide {
  padding-bottom: 3.75rem;
  padding-top: 1rem;
}
.new-main-wrap .section .program-info-slide .swiper-slide a {
  display: inline-block;
  width: 100%;
}
.new-main-wrap .section .program-info-slide .swiper-slide:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new-main-wrap .section .program-info-slide .img-thumb-wrap {
  border: 1px solid #ddd;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
  padding-top: 134.4%;
}
.new-main-wrap .section .program-info-slide .img-thumb-wrap .img-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
.new-main-wrap .section .program-info-slide .img-thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-main-wrap .section .program-info-slide .program-status {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-main-wrap .section .program-info-slide .program-status .label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  /* background-color: #f3981e; */
  background-color: #C57B1E;
  border-radius: 0.625rem;
  height: 1.25rem;
  padding: 0.0625rem 0.5rem 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2.25rem;
  margin-right: 0.375rem;
}
.new-main-wrap .section .program-info-slide .program-status .label.done {
  background-color: #666;
}
.new-main-wrap .section .program-info-slide .program-status .date {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
.new-main-wrap .section .program-info-slide .program-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new-main-wrap .section .program-info-slide .program-center {
  font-size: 1rem;
  font-weight: 700;
  /* color: #00aac3; */
  color: #0094C3; 
}
.new-main-wrap .section .news-slide {
  position: relative;
  padding-top: 3rem;
}
.new-main-wrap .section .news-slide .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 1.875rem;
  border-radius: 0.5rem;
  height: 14.25rem;
}
.new-main-wrap .section .news-slide .center-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.new-main-wrap .section .news-slide .center-name .type {
  font-size: 1.25rem;
  /* color: #00aac3; */
  color: #0094C3;
}
.new-main-wrap .section .news-slide .news-desc {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
.new-main-wrap .section .news-slide .date {
  display: block;
  margin-top: auto;
}
.new-main-wrap .section .news-slide .swiper-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.new-main-wrap .section .news-slide .swiper-button-prev,
.new-main-wrap .section .news-slide .swiper-button-next {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0;
  color: #666;
  background: url("/design/theme/uni/images/main_new/icon_arrow.png") center/1.125rem no-repeat;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.new-main-wrap .section .news-slide .swiper-button-prev::after,
.new-main-wrap .section .news-slide .swiper-button-next::after {
  display: none;
}
.new-main-wrap .section .news-slide .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.new-main-wrap .section .news-slide .swiper-pagination {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 600;
  color: #3c495d;
  min-width: 4rem;
}
.new-main-wrap .section .news-slide .swiper-pagination-lock {
  display: block;
}
.new-main-wrap .section.news {
  background-color: #e9eff8;
  max-width: 100%;
}
.new-main-wrap .section.news .sec-top,
.new-main-wrap .section.news .sec-body {
  max-width: 97.5rem;
  margin: 0 auto;
}
.new-main-wrap .section.news .sec-top {
  margin-bottom: 3.875rem;
}
.new-main-wrap .section.news .sec-body {
  position: relative;
}
.new-main-wrap .section.news .sec-body::after {
  content: "";
  display: block;
  width: 21.25rem;
  height: 23.125rem;
  background: url("/design/theme/uni/images/main_new/img_character.png") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -57.5rem;
}
.new-main-wrap .section.news .cont-wrap {
  padding-left: 14.125rem;
}
.new-main-wrap .section.news .btn-all-view {
  border-color: #00aac3;
  background-color: #00aac3;
  color: #fff;
}
.new-main-wrap .section.news .btn-all-view::after {
  background: url("/design/theme/uni/images/main_new/icon_arrow_white.png") center/cover no-repeat;
}
.new-main-wrap .section .sns-slide {
  padding-bottom: 3.75rem;
  padding-top: 1rem;
}
.new-main-wrap .section .sns-slide .swiper-slide a {
  display: inline-block;
  width: 100%;
}
.new-main-wrap .section .sns-slide .swiper-slide:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new-main-wrap .section .sns-slide .img-thumb-wrap {
  border: 1px solid #ddd;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  position: relative;
  padding-top: 134.4%;
}
.new-main-wrap .section .sns-slide .img-thumb-wrap .img-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
.new-main-wrap .section .sns-slide .img-thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-main-wrap .section .sns-slide .program-status {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-main-wrap .section .sns-slide .program-status .label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background-color: #f3981e;
  border-radius: 0.625rem;
  height: 1.25rem;
  padding: 0.0625rem 0.5rem 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 2.25rem;
  margin-right: 0.375rem;
}
.new-main-wrap .section .sns-slide .program-status .label.done {
  background-color: #666;
}
.new-main-wrap .section .sns-slide .program-status .date {
  font-size: 1rem;
  font-weight: 400;
  color: #666;
}
.new-main-wrap .section .sns-slide .sns-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new-main-wrap .section .sns-slide .sns-center {
  font-size: 1rem;
  font-weight: 700;
  color: #00aac3;
}
.etc-area-back{
	background: linear-gradient(to bottom, rgba(233, 239, 248, 1) 60%, rgba(233, 239, 248, 0) 100%);
	width: 100%;
}
.new-main-wrap .section.etc-area {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
}
.new-main-wrap .section.etc-area .sec-top {
  margin-bottom: 1.25rem;
}
.new-main-wrap .section.etc-area .sec-top .label-text {
  margin-bottom: 0;
}
.new-main-wrap .section.etc-area .sec-body {
  position: relative;
  /* overflow: hidden; */
  padding-top: 100%;
  border-radius: 0.5rem;
}
.new-main-wrap .section.etc-area .sec-body a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.new-main-wrap .section.etc-area .sec-body a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.new-main-wrap .swiper-scrollbar-drag {
  background: #000;
}
.new-main-wrap .swiper-button-lock,
.new-main-wrap .swiper-scrollbar-lock,
.new-main-wrap .swiper-pagination-lock {
  display: block;
}
.new-main-wrap .swiper-pagination-bullet-active {
  background-color: #000;
}
.new-main-wrap .swiper-pagination-bullet:only-child {
  display: inline-block !important;
}
.new-main-wrap .header {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.header {
  width: 100%;
  max-width: 120rem;
  height: 6.125rem;
  margin: 0 auto;
  z-index: 999;
  background-color: #eaf0f9;
  position: relative;
}
.header .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.6875rem;
  height: 100%;
}
.header .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  position: absolute;
  left: 4.6875rem;
}
.header .logo {
  display: inline-block;
  width: 6.5625rem;
  height: 2.5rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .logo.unicenter {
  width: 7.0625rem;
  height: 2.3125rem;
}
.header .gnb-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.6666%, 1fr));
  max-width: 53.75rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header .gnb-list {
  position: relative;
  width: auto;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.header .gnb-list .menu-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header .gnb-list:last-child .depth2-area {
  border-right: 1px solid #ddd;
}
.header .depth2-area {
  display: none;
  position: absolute;
  top: 6.125rem;
  padding: 1.5rem 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
  min-height: 12.75rem;
  text-align: start;
  background-color: #fff;
}
.header .depth2-area.on {
  background-color: #003965;
  color: #fff;
}
.header .depth2-area.on .depth2-list {
  color: #fff;
}
.header .depth2-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  padding: 0 1.125rem;
}
.header .depth2-list {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #666;
  line-height: 1.2;
  width: 100%;
}
.header .depth2-list a {
  display: block;
}
.header.on-gnb {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.header.on-gnb::before {
  content: "";
  display: block;
  width: 100%;
  min-height: 15.75rem;
  background-color: #fff;
  position: absolute;
  top: calc(6.125rem + 1px);
}
.header.on-gnb .depth2-area {
  display: block;
}
.child-menu-name:focus {
    outline: 2px solid white !important; 
    outline-offset: 2px;
}
.header .btn-menu {
  display: none;
  width: 1.875rem;
  height: 1.625rem;
  background: url("/design/theme/uni/images/main_new/icon_menu.png") center/cover no-repeat;
  position: absolute;
  right: 1.25rem;
}
.header .btn-close {
  width: 2rem;
  height: 2rem;
  background: url("/design/theme/uni/images/main_new/icon_close.png") center/cover no-repeat;
}
.mo-menu-area {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #003965;
  position: fixed;
  top: 0;
  right: -110%;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  display: none;
}
.mo-menu-area.open {
  right: 0;
}
.mo-menu-area.open::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mo-menu-area.open .mo-menu-wrap {
  width: 100%;
  height: 100%;
  background-color: #003965;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.mo-menu-area .menu-top {
  padding: 2rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.mo-menu-area .menu-list-wrap {
  background-color: #003965;
}
.mo-menu-area .logo-wrap {
  position: relative;
  left: initial;
}
.mo-menu-area .menu-list {
  border-bottom: 2px solid #15476f;
  color: #fff;
}
.mo-menu-area .menu-list:first-of-type {
  border-top: 2px solid #15476f;
}
.mo-menu-area .menu-list .list-name {
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  padding: 1.625rem 1.25rem 1.625rem 2rem;
  cursor: pointer;
}
.mo-menu-area .menu-list .list-name::after {
  content: "";
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  background: url("/design/theme/uni/images/main_new/icon_arrow_bottom_blue.png") center/cover no-repeat;
  position: absolute;
  right: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mo-menu-area .menu-list.open .list-name::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mo-menu-area .depth2-list-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  display: block;
  padding: 0;
}
.mo-menu-area .depth2-list-wrap .depth2-list {
  background-color: #1a4b72;
  padding: 0.25rem 2.25rem;
  width: auto;
  margin: 0 1.25rem;
  color: #fff;
}
.mo-menu-area .depth2-list-wrap .depth2-list:first-of-type {
  padding-top: 1.25rem;
}
.mo-menu-area .depth2-list-wrap .depth2-list:last-of-type {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.mo-menu-area .depth2-list a {
  padding: 0.25rem 0;
}
.new-main-wrap .footer {
  max-width: 97.5rem;
  padding: 5rem 0 6.25rem 0;
}
.footer {
  margin: 0 auto;
  background-color: #fff;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 2.375rem;
  border-bottom: 1px solid #ddd;
  padding-left: 1.875rem;
  padding-right: 0rem;
}
.footer .footer-top .text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer .swiper-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  margin-right: 0.5rem;
}
.footer .swiper-btn-wrap button:focus{
	outline: 2px solid black;
	outline-offset: 0.5px;
}
.footer .btn-prev,
.footer .btn-next {
  width: 1rem;
  height: 1rem;
  background: url("/design/theme/uni/images/main_new/icon_arrow.png") center/cover no-repeat;
}
.footer .btn-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer .btn-play-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .btn-pause {
  width: 1rem;
  height: 1rem;
  background: url("/design/theme/uni/images/main_new/icon_pause.png") center/0.5625rem no-repeat;
  border: 1px solid #999;
  border-radius: 50%;
}
.footer .btn-play {
  display: none;
  width: 1rem;
  height: 1rem;
  background: url("/design/theme/uni/images/main_new/icon_play.png") center/0.5625rem no-repeat;
  border: 1px solid #999;
  border-radius: 50%;
}
.footer .main-organ {
/*   background-color: #edeeee; */
  padding: 0 0.625rem;
  height: 82px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
.footer .main-organ a {
  padding: 0.75rem 1.125rem 0.687rem 1.125rem;
  background-color: #edeeee;
  border-radius: 1.875rem;
}
.footer .main-organ a:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer .main-organ a:first-of-type img{
	/* width: 62%; */
	width: 81.8px;
}
.footer .main-organ a:nth-of-type(2) {
  border-radius: 0;
  width: 200px;
}
.footer .main-organ a:nth-of-type(2) img {
	width:auto;
	height:32px;
}
.footer .main-organ a:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.footer .main-organ a:last-of-type img{
	/* width: 70%; */
	width: 128px;
}
.footer .main-organ a:hover {
  color: #00aac3;
}
.footer .related-organ-list-slide {
  max-width: calc(100% - 42.2rem);
  /* background-color: #edeeee; */
  height: 82px;
  margin-left: initial;
  margin-right: initial;
}
.footer .related-organ-list-slide .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer .related-organ-list-slide .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  height: 100%;
  padding: 0 0.25rem;
  word-wrap: break-word;
  text-align: center;
}
.footer .sel-related-organ-list {
  display: none;
  visibility: hidden;
}
.footer .footer-bottom {
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
.footer .footer-bottom .address {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.footer .footer-bottom .copyright {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  line-height: 1.4;
}
.footer .img-web-access-logo {
  width: 4rem;
  height: 2.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer .img-web-access-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-hide {
  /* display: none; */
  color: rgba(0, 0, 0, 0);
}

/*
* responsive
*/
@media (max-width: 1849.98px) {
  .new-main-wrap .section {
    padding: 5.625rem 1.25rem;
  }
  .new-main-wrap .section .main-banner-slide .center-name {
    font-size: 1.125rem;
  }
  .new-main-wrap .section .main-banner-slide .center-name::after {
    width: 120px;
  }
  .new-main-wrap .section .main-banner-slide .center-name em {
    font-size: 1.625rem;
  }
  .new-main-wrap .section .main-banner-slide .swiper-button-next {
    right: 1.25rem;
  }
  .new-main-wrap .section .main-banner-slide .swiper-button-prev {
    left: 1.25rem;
  }
  .new-main-wrap .section .main-banner-slide .btn-go .local {
    font-size: 1.25rem;
  }
  .new-main-wrap .section.news .sec-body::after {
    width: 17.5rem;
    height: 19.375rem;
    top: 3.125rem;
    margin-left: -50rem;
  }
  .new-main-wrap .section.news .cont-wrap {
    padding-left: 17.5rem;
  }
  .new-main-wrap .section .sec-top .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1599.98px) {
  .new-main-wrap .section {
    padding: 5rem 1.25rem;
  }
  .new-main-wrap .section.main-banner {
    height: 49.25rem;
  }
  .new-main-wrap .section .main-banner-slide .cont-wrap {
    max-width: 88%;
  }
  .new-main-wrap .section .main-banner-slide .logo_jeonnam img {
    width: 8.25rem;
  }
  .new-main-wrap .section .main-banner-slide .logo_incheon img {
    width: 9.5rem;
  }
  .new-main-wrap .section .main-banner-slide .logo_gwd img {
    width: 9rem;
  }
  .new-main-wrap .section .main-banner-slide .swiper-button-next,
  .new-main-wrap .section .main-banner-slide .swiper-button-prev {
    width: 3.125rem;
    height: 4rem;
  }
  .new-main-wrap .section .main-banner-slide .swiper-button-next::after,
  .new-main-wrap .section .main-banner-slide .swiper-button-prev::after {
    font-size: 2rem;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 3rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 3.375rem;
  }
  .new-main-wrap .section .main-banner-slide .center-name em {
    font-size: 1.5rem;
  }
  .new-main-wrap .section .main-banner-slide .btn-go {
    font-size: 1rem;
  }
  .new-main-wrap .section .news-slide {
    padding: 0;
  }
  .new-main-wrap .section .news-slide .swiper-btn-wrap {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
  .new-main-wrap .section .news-slide .swiper-button-prev,
  .new-main-wrap .section .news-slide .swiper-button-next {
    width: 2.125rem;
    height: 2.125rem;
    background-size: 1.125rem;
  }
  .new-main-wrap .section .news-slide .swiper-pagination {
    min-width: 5rem;
  }
  .new-main-wrap .section.news .cont-wrap {
    padding-left: 0;
  }
  .new-main-wrap .section.news .sec-body::after {
    width: 10.75rem;
    height: 11.875rem;
    top: -13.75rem;
    left: initial;
    right: 0;
  }
  .header .logo-wrap {
    left: 1.25rem;
    gap: 1rem;
  }
  .mo-menu-area .logo-wrap {
    left: initial;
  }
}
@media (max-width: 1399.98px) {
  .header .logo {
    width: 5.5rem;
    height: 2.125rem;
  }
  .header .logo.unicenter {
    width: 5.8125rem;
    height: 1.9375rem;
  }
  .header .gnb-area {
    max-width: 45.75rem;
  }
  .new-main-wrap .section {
    padding: 4.375rem 1.25rem;
  }
  .new-main-wrap .section.main-banner {
    height: 46.25rem;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .text-wrap {
    padding-bottom: 2.5rem;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 2.75rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 3.125rem;
  }
  .new-main-wrap .section .main-banner-slide .center-name {
    font-size: 1rem;
  }
  .new-main-wrap .section .main-banner-slide .center-name::after {
    width: 110px;
  }
  .new-main-wrap .section .main-banner-slide .center-name em {
    font-size: 1.375rem;
  }
  .new-main-wrap .section .main-banner-slide .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  .new-main-wrap .section {
    padding: 3.75rem 1.25rem;
  }
  .new-main-wrap .section.main-banner {
    height: 40rem;
  }
  .new-main-wrap .section .main-banner-slide .cont-wrap {
    max-width: 60rem;
    padding: 0 1.25rem 0 1.25rem;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap {
    margin-top: 10.5rem;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .text-wrap {
    padding-bottom: 1.875rem;
  }
  .new-main-wrap .section .main-banner-slide .logo_jeonnam img {
    width: 7.5rem;
  }
  .new-main-wrap .section .main-banner-slide .logo_incheon img {
    width: 8.75rem;
  }
  .new-main-wrap .section .main-banner-slide .logo_gwd img {
    width: 8.25rem;
  }
  .new-main-wrap .section .main-banner-slide .center-name em {
    font-size: 1.25rem;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 2.5rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 2.875rem;
  }
  .new-main-wrap .section .main-banner-slide .btn-go {
    font-size: 1rem;
    padding: 0.75rem 0.938rem 0.6875rem 0.938rem;
  }
  .new-main-wrap .section .main-banner-slide .btn-go::after {
    width: 1rem;
    height: 1rem;
  }
  .new-main-wrap .section .main-banner-slide .btn-go .local {
    font-size: 0.9rem;
  }
  .header .inner-wrap {
    padding: 0 1.25rem;
  }
  .header .gnb-area {
    display: none;
  }
  .header .btn-menu {
    display: block;
  }
  .footer {
    padding: 5rem 0 6.5rem 0;
  }
  .footer .footer-top {
    padding-left: 1.25rem;
  }
  .mo-menu-area{
  	display: block;
}
@media (max-width: 991.98px) {
  .new-main-wrap .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .new-main-wrap .section.main-banner {
    height: 47.5rem;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    margin-top: 10rem;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .text-wrap .center-name {
    display: none;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .img-cont-wrap {
    width: auto;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .img-wrap {
    width: 25rem;
    height: 16rem;
    margin-bottom: 0.5rem;
  }
  .new-main-wrap .section .main-banner-slide .img-cont-wrap .center-name {
    display: block;
    font-size: 1rem;
    border-bottom: none;
    padding-bottom: 0;
  }
  .new-main-wrap .section .main-banner-slide .img-cont-wrap .center-name::after {
    content: none;
  }
  .new-main-wrap .section .main-banner-slide .img-cont-wrap .center-name em {
    font-size: 1.125rem;
  }
  .new-main-wrap .section .main-banner-slide .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: initial;
  }
  .new-main-wrap .section .main-banner-slide .label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 2.25rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 2.5rem;
  }
  .new-main-wrap .section .main-banner-slide .bottom-cont-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-bottom: 0;
  }
  .new-main-wrap .section .main-banner-slide .btn-go {
    min-width: 9.875rem;
    padding: 0.625rem 0.938rem 0.625rem 0.938rem;
    display: block;
  }
  .new-main-wrap .section .main-banner-slide .btn-go span {
    display: none;
  }
  .new-main-wrap .section .main-banner-slide .swiper-button-next,
  .new-main-wrap .section .main-banner-slide .swiper-button-prev {
    width: 2.875rem;
    height: 3.375rem;
    top: var(--swiper-navigation-top-offset, 51%);
  }
  .new-main-wrap .section .main-banner-slide .swiper-button-next::after,
  .new-main-wrap .section .main-banner-slide .swiper-button-prev::after {
    font-size: 1.75rem;
  }
  .new-main-wrap .section .program-info-slide {
    padding-bottom: 2.5rem;
    padding-top: 0;
  }
  .new-main-wrap .section .program-info-slide .swiper-slide:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .new-main-wrap .section .program-info-slide .text-wrap {
    padding: 0 1.5rem;
  }
  .new-main-wrap .section .program-info-slide .program-status .label {
    font-size: 0.8125rem;
    height: 1.5rem;
    padding: 0.0625rem 0.625rem 0 0.625rem;
    border-radius: 1rem;
  }
  .new-main-wrap .section .program-info-slide .program-status .date {
    font-size: 1rem;
  }
  .new-main-wrap .section .program-info-slide .program-title {
    font-size: 1.1875rem;
  }
  .new-main-wrap .section .program-info-slide .program-center {
    font-size: 1rem;
  }
  .new-main-wrap .section .sec-top .title {
    font-size: 2.25rem;
  }
  .new-main-wrap .section.news .sec-body::after {
    width: 8.26rem;
    height: 9rem;
    top: -12.5rem;
  }
  .new-main-wrap .section .news-slide .swiper-slide a {
    padding: 2.5rem 2.375rem;
    border-radius: 1rem;
  }
  .new-main-wrap .section .news-slide .center-name {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .new-main-wrap .section .news-slide .swiper-btn-wrap {
    margin-top: 2rem;
  }
  .new-main-wrap .section.etc-area {
    gap: 3rem 1.25rem;
  }
  .new-main-wrap .footer {
    padding: 5rem 0 3.75rem 0;
  }
  .footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .footer .footer-top .text {
    font-size: 1rem;
    padding-bottom: 0.875rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed #ddd;
    margin-right: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer .main-organ {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    font-size: 1rem;
    text-align: center;
    padding: 0;
    margin-bottom: 1.875rem;
    height: auto;
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .footer .main-organ a {
    width: calc(100% - 2.25rem);
  }
  .footer .main-organ a:first-of-type {
    border-radius: 1.875rem;
  }
  .footer .main-organ a:nth-of-type(2) {
    border-radius: 1.875rem;
  }
  .footer .main-organ a:last-of-type {
    border-radius: 1.875rem;
  }
  .footer .swiper-btn-wrap,
  .footer .related-organ-list-slide {
    display: none;
    visibility: hidden;
  }
  .footer .sel-related-organ-list {
    display: block;
    visibility: visible;
    border: 1px solid #ddd;
    width: 100%;
    height: 3.25rem;
    padding: 0 1.25rem;
    background: url("/design/theme/uni/images/main_new/icon_arrow_bottom.png") center right 1.25rem/1.375rem no-repeat;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    color: #000;
  }
}
@media (max-width: 767.98px) {
  .new-main-wrap .section {
    padding: 3rem 1.25rem;
  }
  .new-main-wrap .section.main-banner {
    height: 46.25rem;
  }
  .new-main-wrap .section .main-banner-slide .top-cont-wrap {
    margin-top: 9rem;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 1.75rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 2rem;
  }
  .new-main-wrap .section .sec-top {
    margin-bottom: 2rem;
    padding: 0 0.875rem;
  }
  .new-main-wrap .section .sec-top .label-text {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  .new-main-wrap .section .sec-top .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .new-main-wrap .section .sec-top .title {
    font-size: 2rem;
  }
  .new-main-wrap .section.news .sec-body::after {
    width: 8.26rem;
    height: 9rem;
    top: -10.625rem;
  }
  .new-main-wrap .section .news-slide .center-name .type {
    font-size: 1.1875rem;
  }
  .new-main-wrap .section .news-slide .news-desc {
    font-size: 1.1875rem;
  }
  .new-main-wrap .section.program-info {
    padding-bottom: 3.75rem;
  }
    .new-main-wrap .section.sns-info {
    padding-bottom: 3.75rem;
  }
  .new-main-wrap .section.etc-area {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-bottom {
    padding: 0 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-bottom .address {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
    max-width: 100%;
    line-height: 1.4;
  }
  .footer .footer-bottom .copyright {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.2;
  }
  .footer .img-web-access-logo {
    width: 5.125rem;
    height: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  .new-main-wrap .section.main-banner {
    height: 46rem;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 1.5rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 1.75rem;
  }
  .new-main-wrap .section .sec-top .title {
    font-size: 1.7rem;
  }
  .new-main-wrap .section.news .sec-body::after {
    width: 7.5rem;
    height: 8.25rem;
    top: -10rem;
  }
}
@media (max-width: 479.98px) {
  .new-main-wrap .section .main-banner-slide .top-cont-wrap .img-wrap {
    width: 100%;
  }
  .new-main-wrap .section .main-banner-slide .title {
    font-size: 1.375rem;
  }
  .new-main-wrap .section .main-banner-slide .title em {
    font-size: 1.625rem;
  }
  .new-main-wrap .section .main-banner-slide .btn-go {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .new-main-wrap .section.news .sec-top {
    margin-bottom: 2.5rem;
  }
  .new-main-wrap .section .sec-top .title {
    font-size: 1.5rem;
  }
  .new-main-wrap .section.news .sec-body::after {
    background-image: none;
  }
  .new-main-wrap .section.etc-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}/*# sourceMappingURL=main_new_style.css.map */
