#main {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
}

.main-visual-section {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-visual-section .container {
  width: 100%;
  height: 100%;
}
.main-visual-section .container .mv-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-visual-section .container .mv-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-visual-section .container .mv-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-visual-section .container .mv-swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.main-visual-section .container .mv-swiper .swiper-wrapper .swiper-slide .slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  padding-top: 220px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.main-visual-section .container .mv-swiper .swiper-wrapper .swiper-slide .slide-container .slide-subject {
  font-size: 78px;
  line-height: 1.3;
  color: white;
  word-break: keep-all;
}
.main-visual-section .container .mv-swiper .swiper-wrapper .swiper-slide .slide-container .slide-desc {
  font-size: 18;
  font-weight: 200;
  line-height: 1.4;
  color: #ddd;
  word-break: keep-all;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  z-index: 5;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-custom-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-custom-navigation > div {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 500px;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-custom-navigation > div > svg {
  width: 70%;
  height: 70%;
  fill: white;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  width: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 300;
  color: #818181;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-pagination > span {
  position: absolute;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-pagination > span:nth-of-type(1) {
  left: 0;
  top: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
.main-visual-section .container .mv-swiper .swiper-control-pannel .swiper-pagination > span:nth-of-type(2) {
  right: 0;
  bottom: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
.main-visual-section .container .mv-swiper .mv-etc-box {
  position: absolute;
  bottom: 60px;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 5;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap {
  width: 700px;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 62, 146, 0.6666666667), rgba(135, 199, 183, 0.6666666667));
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-notice {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-notice > span {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-notice .view-more-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-notice .view-more-icon > svg {
  width: 60%;
  height: 60%;
  fill: white;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu > a {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu > a .menu-icon {
  position: relative;
  width: 80px;
  height: auto;
  background: transparent;
  aspect-ratio: 1/1;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu > a .menu-icon::before, .main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu > a .menu-icon::after {
  display: none;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu > a .menu-icon > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu > a .menu-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: white;
  text-align: center;
}
.main-visual-section .container .mv-swiper .mv-etc-box .inner-wrap .mv-etc-menu .devide {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: white;
  opacity: 0.4;
}

.index-section-01 {
  width: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-01 .container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  gap: 70px;
}
.index-section-01 .container .title-article {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
}
.index-section-01 .container .title-article .category {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #87C7B7;
}
.index-section-01 .container .title-article .title {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  color: black;
  text-align: left;
  word-break: keep-all;
}
.index-section-01 .container .title-article .title > span {
  color: #003E92;
}
.index-section-01 .container .title-article .desc {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.3;
  color: #818181;
  text-align: left;
  word-break: keep-all;
}
.index-section-01 .container .title-article .article-more {
  align-self: flex-start;
  padding: 16px 24px;
  border: 1px solid #ddd;
  border-radius: 500rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #818181;
}
.index-section-01 .container .business-grid {
  flex: 1 1 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
.index-section-01 .container .business-grid .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.index-section-01 .container .business-grid .column:nth-of-type(1) {
  padding-bottom: 120px;
}
.index-section-01 .container .business-grid .column:nth-of-type(2) {
  padding-top: 120px;
}
.index-section-01 .container .business-grid .column .business-item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 40px;
  padding-bottom: 90px;
  aspect-ratio: 1/1.1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
  cursor: auto;
}
.index-section-01 .container .business-grid .column .business-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8666666667), transparent);
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.index-section-01 .container .business-grid .column .business-item .business-name {
  position: relative;
  padding-bottom: 16px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.index-section-01 .container .business-grid .column .business-item .business-name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: white;
  opacity: 0.7;
}
.index-section-01 .container .business-grid .column .business-item .business-content {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: white;
  word-break: keep-all;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.index-section-01 .container .business-grid .column .business-item:hover {
  gap: 35px;
}
.index-section-01 .container .business-grid .column .business-item:hover::before {
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4666666667), rgba(0, 0, 0, 0.4666666667));
}
.index-section-01 .container .business-grid .column .business-item:hover .business-content {
  max-height: 200px;
}
.index-section-01 .container .main-sec-01-side-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 60%;
}

.index-section-02 {
  width: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #f0f0f0;
  overflow: hidden;
}
.index-section-02 .container {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.index-section-02 .container .title-article-2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.index-section-02 .container .title-article-2 .category {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #87C7B7;
}
.index-section-02 .container .title-article-2 .title {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  color: black;
  text-align: left;
  word-break: keep-all;
}
.index-section-02 .container .title-article-2 .title > span {
  color: #003E92;
}
.index-section-02 .container .title-article-2 .desc {
  font-size: 18px;
  line-height: 1.3;
  color: #818181;
  text-align: left;
  word-break: keep-all;
}
.index-section-02 .container .accomplishments-swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide {
  width: 30%;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content {
  width: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content .item-name {
  position: relative;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  color: black;
  text-align: center;
  word-break: keep-all;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content .item-name::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background: #aaa;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content .item-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content .item-details .detail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content .item-details .detail-item .detail-name {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  color: #003E92;
}
.index-section-02 .container .accomplishments-swiper .swiper-wrapper .swiper-slide > a .item-content .item-details .detail-item .detail-desc {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #707070;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-pagination {
  position: relative;
  width: auto;
  flex: 1 1 auto;
  background: #aaa;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #464646;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-prev, .index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-next {
  width: 24px;
  height: 24px;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-prev > svg, .index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-next > svg {
  width: 100%;
  height: 100%;
  fill: #818181;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-paused {
  width: 36px;
  height: 36px;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-paused > svg {
  width: 100%;
  height: 100%;
  fill: #818181;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-paused > svg:nth-of-type(1) {
  display: block;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-paused > svg:nth-of-type(2) {
  display: none;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-paused.paused > svg:nth-of-type(1) {
  display: none;
}
.index-section-02 .container .accomplishments-swiper .swiper-control-pannel .swiper-custom-navigation .custom-paused.paused > svg:nth-of-type(2) {
  display: block;
}

.index-section-03 {
  width: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-03 .container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 70px;
}
.index-section-03 .container .title-article {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
}
.index-section-03 .container .title-article .category {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #87C7B7;
}
.index-section-03 .container .title-article .title {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  color: black;
  text-align: left;
  word-break: keep-all;
}
.index-section-03 .container .title-article .title > span {
  color: #003E92;
}
.index-section-03 .container .title-article .desc {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 1.3;
  color: #818181;
  text-align: left;
  word-break: keep-all;
}
.index-section-03 .container .title-article .article-more {
  align-self: flex-start;
  padding: 16px 24px;
  border: 1px solid #ddd;
  border-radius: 500rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #818181;
}
.index-section-03 .container .youtube-wrap {
  position: relative;
  padding: 40px 40px 0 0;
  flex: 1 1 50%;
}
.index-section-03 .container .youtube-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #87C7B7;
}
.index-section-03 .container .youtube-wrap > iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1280;
}

.index-section-04 {
  width: 100%;
  padding: 70px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-section-04 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-section-04 .container .banner-tit {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.index-section-04 .container .banner-desc {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.index-section-04 .container .view-more {
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-align: center;
  border: 2px solid white;
  border-radius: 500px;
}

.index-section-05 {
  width: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-05 .container {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.index-section-05 .container .title-article {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-section-05 .container .title-article .category {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #87C7B7;
  text-align: center;
}
.index-section-05 .container .title-article .title {
  font-size: 50px;
  line-height: 1.3;
  color: black;
  text-align: left;
  word-break: keep-all;
  text-align: center;
}
.index-section-05 .container .title-article .title > span {
  color: #003E92;
}
.index-section-05 .container .index-location-wrap {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.index-section-05 .container .index-location-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 150px);
  height: calc(100% - 50px);
  background: linear-gradient(to right, #003E92, #87C7B7);
}
.index-section-05 .container .index-location-wrap .location-map {
  position: relative;
  flex: 1 1 45%;
  width: auto;
}
.index-section-05 .container .index-location-wrap .location-map .root_daum_roughmap {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.72;
}
.index-section-05 .container .index-location-wrap .location-map .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.index-section-05 .container .index-location-wrap .location-info-article {
  position: relative;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .name-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .name-wrap > img {
  width: auto;
  height: 100%;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .name-wrap > b {
  font-size: 45px;
  line-height: 1;
  color: white;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .location-infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .location-infos > li {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .location-infos > li > em {
  flex: 0 0 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: white;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .location-infos > li > p {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .location-infos > li > p > span {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: #ddd;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner:not(:last-of-type) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid white;
}
.index-section-05 .container .index-location-wrap .location-info-article .info-inner .contact-us {
  align-self: flex-start;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #4584A5;
  background: white;
}/*# sourceMappingURL=main.css.map */