@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%;
  height: 450px;
}
.index .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .logo img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}
.index .back_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .back_bg .back_img {
  width: 100%;
  height: 100%;
}

.left_fix {
  position: absolute;
  top: 50px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.left_fix a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.left_fix a img {
  width: 25px;
}
.left_fix a p {
  font-size: 10px;
  color: #fff;
}

.top_banner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.top_banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top_banner .swiper-slide img {
  width: 65%;
  object-fit: cover;
}
.top_banner .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 30px;
  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;
}

.reference {
  width: 100%;
  padding: 50px 0;
}

.refer_slide {
  width: 300px;
  height: 587px;
  margin: 0 auto;
}
.refer_slide .swiper-slide {
  position: relative;
  width: 100%;
}
.refer_slide .swiper-slide .txt_box {
  padding: 0 15px;
  margin-bottom: 15px;
}
.refer_slide .swiper-slide .txt_box p {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.refer_slide .swiper-slide > img {
  width: 300px;
  height: 512px;
  object-fit: cover;
  border-radius: 20px;
}
.refer_slide .swiper-slide .link_go {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
  height: 40px;
  border: 2.5px solid;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.refer_slide .swiper-slide .link_go svg {
  width: 12px;
  height: 12px;
}
.refer_slide .swiper-slide .link_go h2 {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.mid_box {
  width: 100%;
  padding: 30px 0 55px;
}

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

.information {
  width: 300px;
  margin: 0 auto;
}
.information .contents {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.information .contents:last-child {
  margin-bottom: 0;
}
.information .contents h2 {
  font-size: 12px;
  width: 70px;
}
.information .contents > p {
  font-size: 12px;
  width: 150px;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.information .contents a, .information .contents button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid;
  padding: 10px;
}
.information .contents a svg, .information .contents button svg {
  width: 10px;
  height: 10px;
}
.information .contents a p, .information .contents button p {
  font-size: 8px;
  font-weight: 500;
  position: relative;
  top: -1px;
}

.information01 {
  width: 300px;
  padding: 35px 0 45px;
  margin: 0 auto;
}
.information01 > h2 {
  font-size: 10px;
  margin-bottom: 20px;
}
.information01 .inner {
  width: 100%;
}
.information01 .contents {
  width: 100%;
  display: flex;
  gap: 15px;
  margin-bottom: 7px;
}
.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: 300px;
  padding-bottom: 150px;
  margin: 0 auto;
}

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

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

.footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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