@charset "UTF-8";
main {
  position: relative;
  z-index: 0;
}

.main-1 {
  background-image: url('/gwangju/asset/img/main-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.main-1__content-box {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 50px;
  padding-top: 131px;
}
@media (min-width: 480px) {
  .main-1__content-box {
    padding-left: 56px;
  }
}
@media (min-width: 600px) {
  .main-1__content-box {
    padding-left: 76px;
  }
}
@media (min-width: 768px) {
  .main-1__content-box {
    padding-left: 66px;
  }
}
@media (min-width: 1000px) {
  .main-1__content-box {
    padding-left: 70px;
  }
}
.main-1 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
.main-1__text-1 {
  position: relative;
}
.main-1__text-1:before {
  content: '“';
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 80px;
  left: -30px;
  line-height: 97px;
  position: absolute;
  top: -38px;
}
.main-1__text-1 span {
  font-size: 20px;
  position: relative;
  z-index: 0;
}
.main-1__text-1 span:before {
  background-color: #3e509a;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 67px;
  z-index: -1;
}
.main-1__text-2 {
  margin-top: 5px;
}

.main-2 {
  background-color: #f4f5f0;
  overflow: hidden;
}
.main-2__content-box {
  display: grid;
  gap: 40px 0;
  grid-template: auto auto/100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .main-2__content-box {
    gap: 0 30px;
    grid-template: auto/repeat(2, calc(50% - 15px));
    padding: 40px 30px;
  }
}
@media (min-width: 1000px) {
  .main-2__content-box {
    gap: 0 40px;
    grid-template: auto/280px 600px;
    padding: 40px;
  }
}
.main-2__content-box .background-logo {
  aspect-ratio: 1/1;
  background-color: #216f01;
  bottom: 0;
  -webkit-mask: url('/gwangju/asset/img/header-logo.svg') no-repeat center/contain;
  mask: url('/gwangju/asset/img/header-logo.svg') no-repeat center/contain;
  opacity: 0.03;
  position: absolute;
  right: 20px;
  transform: translateY(50%);
  width: 25%;
}
@media (min-width: 768px) {
  .main-2__content-box .background-logo {
    right: 30px;
  }
}
@media (min-width: 1000px) {
  .main-2__content-box .background-logo {
    right: 0;
    transform: translate(50%, 50%);
    width: 50%;
  }
}

.banner__title {
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.banner__carousel {
  aspect-ratio: 320/256;
  margin-top: 20px;
  width: 100%;
}
.banner__carousel .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.banner__carousel .swiper-slide img {
  width: 100%;
}
.banner__link {
  align-items: center;
  border: 1px solid #216f01;
  color: #216f01;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  margin-top: 20px;
}

.swiper-wrapper {
  width: 100%;
}

.swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background: #216f01;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: rgba(0, 0, 0, 0.3);
}

.board-tabs__item {
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
}
.board-tabs__item._open {
  font-weight: 700;
}
.board-tabs__item:not(:first-child) {
  margin-left: 20px;
}
@media (min-width: 1000px) {
  .board-tabs {
    display: none;
  }
}

.board-pane {
  display: flex;
  position: relative;
}

.board {
  display: none;
  flex: 1;
}
.board._open {
  display: block;
}
@media (min-width: 1000px) {
  .board {
    display: block;
  }
  .board:not(:first-child) {
    margin-left: 40px;
  }
}
.board__title {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1000px) {
  .board__title {
    display: inline;
  }
}
.board__list {
  margin-top: 20px;
}
.board__item {
  border-top: 1px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.board__item-title {
  color: #404040;
  font-size: 15px;
  line-height: 22px;
}
.board__item-date {
  color: #777777;
  font-size: 11px;
  line-height: 16px;
  margin-top: 5px;
}
.board__show-all {
  align-items: center;
  background: #62a51c;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  margin-top: 15px;
  width: 95px;
}
.board__show-all:focus {
  background-color: #216f01;
}

.main-3 {
  display: grid;
  gap: 20px 20px;
  grid-template: 160px 160px 160px / repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px;
}
@media (min-width: 600px) {
  .main-3 {
    gap: 40px;
    grid-template: 160px 160px / repeat(3, 1fr);
    padding: 40px;
  }
}
@media (min-width: 1000px) {
  .main-3 {
    grid-template: 160px / repeat(6, 1fr);
  }
}

.quick-link {
  align-items: center;
  border: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quick-link:hover {
  background-color: #f1f3ff;
}
.quick-link__icon {
  height: 70px;
  width: 70px;
}
.quick-link__name {
  color: #555555;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
}
