@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  filter: none;
}

button {
  background-color: inherit;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}

html, body {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  overflow-x: hidden;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
}

input, select, textarea {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

.index {
  position: relative;
  width: 100%;
  padding: 35px 0 25px;
}
.index .logo {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
.index .logo img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}

.top_banner {
  width: 100%;
}
.top_banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top_banner .swiper-slide img {
  height: 330px;
  object-fit: cover;
}
.top_banner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 15;
  display: flex;
  align-items: center;
}
.top_banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.mid_box {
  position: relative;
  width: 100%;
  padding: 60px 0 0;
}

.center_fix {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0 auto 40px;
}
.center_fix a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.center_fix a img {
  width: 25px;
}
.center_fix a p {
  font-size: 10px;
  color: #fff;
}

.txt {
  width: 300px;
  margin: 0 auto 40px;
}
.txt p {
  font-size: 18px;
  line-height: 21px;
  word-break: keep-all;
  text-align: center;
}

.reference {
  width: 100%;
}
.reference .swiper_btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 20px;
  z-index: 13;
}
.reference .refer_prev,
.reference .refer_next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.reference .refer_prev {
  left: 0;
}
.reference .refer_prev p {
  position: absolute;
  left: 5.5px;
  top: 5px;
  width: 0px;
  height: 0px;
  border-bottom: 4px solid transparent;
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
}
.reference .refer_next {
  right: 0;
}
.reference .refer_next p {
  position: absolute;
  right: 5.5px;
  top: 5px;
  width: 0px;
  height: 0px;
  border-bottom: 4px solid transparent;
  border-top: 5px solid transparent;
  border-right: 0px solid transparent;
}

.refer_slide_side {
  width: 100%;
  margin: 0 auto;
}
.refer_slide_side .swiper-slide {
  position: relative;
  width: 250px;
  opacity: 0.3;
}
.refer_slide_side .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.refer_slide_side .swiper-slide .txt_box {
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: center;
}
.refer_slide_side .swiper-slide .txt_box p {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.refer_slide_side .swiper-slide > img {
  width: 100%;
  height: 457px;
  object-fit: cover;
}
.refer_slide_side .swiper-slide .link_go {
  width: 135px;
  height: 40px;
  border: 2.5px solid;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 25px auto 0;
}
.refer_slide_side .swiper-slide .link_go svg {
  width: 12px;
  height: 12px;
}
.refer_slide_side .swiper-slide .link_go h2 {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.information {
  width: 300px;
  margin: 0 auto 60px;
}
.information .contents {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.information .contents:last-child {
  margin-bottom: 0;
}
.information .contents h2 {
  font-size: 12px;
  width: 70px;
}
.information .contents > p {
  font-size: 12px;
  width: calc(100% - 70px);
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.information01 {
  width: 100%;
  padding: 20px 0 45px;
  margin: 0 auto;
}
.information01 > h2 {
  width: 300px;
  font-size: 10px;
  margin: 0 auto 20px;
}
.information01 .inner {
  width: 100%;
}
.information01 .contents {
  width: 300px;
  display: flex;
  gap: 15px;
  margin: 0 auto 15px;
}
.information01 .contents:last-child {
  margin-bottom: 0;
}
.information01 .contents .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid;
  padding: 0 10px;
}
.information01 .contents .left h2 {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.information01 .contents .right {
  position: relative;
  top: 1px;
  width: calc(100% - 90px);
}
.information01 .contents .right p {
  font-size: 10px;
  width: 100%;
  word-break: keep-all;
}

.gallery {
  width: 100%;
  padding: 25px 0 130px;
}

.gallery_slide_side {
  position: relative;
  width: 100%;
}
.gallery_slide_side .swiper-slide {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
}
.gallery_slide_side .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gallery_slide_side .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_slide_side .swiper_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 20px;
  z-index: 11;
}
.gallery_slide_side .swiper_btn > div {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 50%;
}
.gallery_slide_side .swiper_btn > div span:first-child {
  position: absolute;
  top: 5px;
  left: 3.5px;
  transform: rotate(-45deg);
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.gallery_slide_side .swiper_btn > div span:last-child {
  position: absolute;
  top: 9px;
  left: 3.5px;
  transform: rotate(45deg);
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.gallery_slide_side .swiper_btn .gal_next {
  right: 0;
  transform: rotate(180deg);
}

.footer, footer {
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 10px 0;
}
.footer .inner, footer .inner {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer .inner a, footer .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
.footer > a, footer > a {
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 5px;
}
.footer .visitor, footer .visitor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  gap: 10px;
  margin-top: 5px;
}

footer {
  position: fixed;
  bottom: 0;
}

.footer {
  position: absolute;
  bottom: 0;
}

/*# sourceMappingURL=style27.css.map */
