@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: 40px 0 250px;
}
.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_circle {
  position: absolute;
  bottom: -175px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 350px;
}
.top_banner_circle .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.top_banner_circle .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.top_banner_circle .swiper-slide img {
  height: 330px;
  object-fit: cover;
}
.top_banner_circle .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 15;
  display: flex;
  align-items: center;
}
.top_banner_circle .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%;
  padding: 240px 0 40px;
}
.reference .slide_inner {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.refer_slide_wide {
  width: 300px;
  margin: 0 auto;
}
.refer_slide_wide .swiper-slide {
  position: relative;
  width: 100%;
}
.refer_slide_wide .swiper-slide .txt_box {
  padding: 0 5px;
  margin: 15px auto 20px;
  text-align: center;
}
.refer_slide_wide .swiper-slide .txt_box p {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.refer_slide_wide .swiper-slide > img {
  width: 300px;
  height: 512px;
  object-fit: cover;
  border-radius: 20px;
}
.refer_slide_wide .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: 0 auto;
}
.refer_slide_wide .swiper-slide .link_go svg {
  width: 12px;
  height: 12px;
}
.refer_slide_wide .swiper-slide .link_go h2 {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.reference .swiper_btn {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  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;
}

.information {
  width: 300px;
  margin: 0 auto;
}
.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: 15px 0 130px;
}
.gallery .contents {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .contents img {
  width: 33.33%;
  object-fit: cover;
  cursor: pointer;
}
.gallery .gal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 101;
  display: none;
}
.gallery .gal_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 343px;
  height: 343px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 102;
  display: none;
}
.gallery .gal_pop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.gallery .gal_pop .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.gallery .gal_pop .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.gallery .gal_pop .close span:first-child {
  transform: rotate(45deg);
}
.gallery .gal_pop .close span:last-child {
  transform: rotate(-45deg);
}

footer, .footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
  z-index: 50;
  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: absolute;
}

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