#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.index-hero {
  position: relative;
  width: 100%;
  height: auto;
}
.index-hero .hero-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index-hero .hero-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 820px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide .slide-content {
  width: 95%;
  height: auto;
  max-width: 1680px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide .slide-content h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.index-hero .hero-swiper .swiper-wrapper .swiper-slide .slide-content span {
  font-size: 44px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.index-hero .hero-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.index-hero .hero-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 100000rem;
  background: white;
}
.index-hero .hero-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
}
.index-hero .hero-swiper .swiper-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  max-width: 1680px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  z-index: 3;
}
.index-hero .hero-swiper .swiper-navigation > div {
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.index-hero .hero-swiper .swiper-navigation > div i {
  font-size: 48px;
  line-height: 1;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.index-hero .hero-quick-menu {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
  max-width: 1140px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: white;
  border-radius: 14px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.index-hero .hero-quick-menu > a {
  width: 100%;
  height: 170px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.index-hero .hero-quick-menu > a:nth-child(2) {
  grid-column: 2/3;
}
.index-hero .hero-quick-menu > a .icon-box {
  position: relative;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.index-hero .hero-quick-menu > a .icon-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-hero .hero-quick-menu > a span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
.index-hero .hero-quick-menu > a.left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: 200px;
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #EF6767 50%, #F4BC38);
  z-index: 2;
}
.index-hero .hero-quick-menu > a.left span {
  color: white;
}

.sec-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-title-wrap span {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #A60009;
}
.sec-title-wrap h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.sec-title-wrap p {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.sec-title-wrap p > em {
  font-weight: 700;
}
.sec-title-wrap.ta-left {
  align-items: flex-start;
}
.sec-title-wrap.ta-left span, .sec-title-wrap.ta-left h2, .sec-title-wrap.ta-left p {
  text-align: left;
}

.yakson {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.yakson .container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.yakson .container > img {
  position: absolute;
  top: 0;
  right: 5%;
  width: 30%;
  height: auto;
  opacity: 0.7;
}
.yakson .container .yakson-content-group {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  z-index: 3;
}
.yakson .container .yakson-content-group .go-to-page {
  flex: 0 0 auto;
  width: 300px;
  height: 70px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #852121;
  border-radius: 10000000rem;
}
.yakson .container .yakson-content-group .go-to-page span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.yakson .container .yakson-content-group .go-to-page img {
  flex: 0 0 auto;
  width: 28px;
  height: auto;
}
.yakson .container .yakson-image-box {
  position: relative;
  width: 90%;
  height: auto;
  margin-left: auto;
  display: flex;
}
.yakson .container .yakson-image-box > img {
  width: 100%;
  height: auto;
}

.index-event {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.index-event .container {
  width: 95%;
  height: auto;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.index-event .container .event-latest {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.index-event .container .event-latest .event-cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.index-event .container .event-latest .event-cell .thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.index-event .container .event-latest .event-cell .thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-event .container .event-latest .event-cell .event-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.index-event .container .event-latest .event-cell .event-contents b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.index-event .container .event-latest .event-cell .event-contents span {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #3D3D3D;
}
.index-event .container .event-latest .event-cell > a {
  width: 100%;
  height: 48px;
  max-width: 180px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  background: #852121;
  border-radius: 10000rem;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}

.index-gallery {
  width: 100%;
  height: auto;
  padding: 80px 0;
  margin-bottom: 100px;
  background: #f0f0f0;
}
.index-gallery .container {
  width: 95%;
  height: auto;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 22px;
}
.index-gallery .container .left-big {
  flex: 1 1 40%;
  position: relative;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.index-gallery .container .left-big > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-gallery .container .left-big > span {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0 32px;
  font-size: 22px;
  color: white;
  font-weight: 500;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-gallery .container .right-box {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.index-gallery .container .right-box .sec-title-wrap {
  padding-left: 40px;
}
.index-gallery .container .right-box > a {
  margin-left: 40px;
  width: 180px;
  height: 48px;
  background: transparent;
  border: 1px solid #852121;
  border-radius: 100000rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #852121;
}
.index-gallery .container .right-box .small-images {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.index-gallery .container .right-box .small-images > a {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.index-gallery .container .right-box .small-images > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-gallery .container .right-box .small-images > a > span {
  position: relative;
  padding: 0 14px;
  font-size: 15px;
  color: white;
  font-weight: 500;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.55);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
}

.index-support {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.index-support .container {
  width: 95%;
  height: auto;
  max-width: 1540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.index-support .container .support-content-box {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 0 98px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  background: #F6E7C8;
  border-radius: 28px;
}
.index-support .container .support-content-box .left {
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.index-support .container .support-content-box .left b {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.index-support .container .support-content-box .left p {
  font-size: 20px;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
}
.index-support .container .support-content-box .support-bank {
  flex: 0 0 35%;
  padding: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 3px solid #E2A364;
  border-radius: 32px;
}
.index-support .container .support-content-box .support-bank b {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.index-support .container .support-content-box .support-bank p {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.index-support .container .support-content-box .support-bank span {
  font-size: 20px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.index-support .container .support-content-box > img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 90%;
}

.index-location {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.index-location .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.index-location .container .location-contents {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  z-index: 2;
}
.index-location .container .location-contents .map-box {
  width: 100%;
  height: 440px;
  border: 5px solid #EF8A32;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.index-location .container .location-contents .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.index-location .container .location-contents .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.index-location .container .location-contents .location-content-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 78px;
}
.index-location .container .location-contents .location-content-grid .cell {
  position: relative;
  width: 100%;
  height: auto;
}
.index-location .container .location-contents .location-content-grid .cell .icon-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #EF8A32;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10000rem;
}
.index-location .container .location-contents .location-content-grid .cell .icon-circle i {
  font-size: 40px;
  line-height: 1;
  color: white;
  font-variation-settings: "FILL" 1;
}
.index-location .container .location-contents .location-content-grid .cell p {
  width: calc(100% - 20px);
  height: 52px;
  margin-left: auto;
  padding: 0 16px 0 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
  background: white;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.index-location .container .location-contents .location-content-grid .view-map {
  width: 100%;
  height: 52px;
  padding: 0 8%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #954500;
}
.index-location .container .location-contents .location-content-grid .view-map span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  color: white;
}
.index-location .container .location-contents .location-content-grid .view-map img {
  width: 40px;
  height: auto;
}
.index-location .location-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-location .location-bg .cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #EF6767, #F6E820);
  opacity: 0.6;
}/*# sourceMappingURL=main.css.map */