@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%;
}

.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 {
  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: 30px 0 55px;
}
.mid_box .logo {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
.mid_box .logo img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}

.center_fix {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 40px auto 0;
}
.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: 50px 0;
}

.refer_slide {
  width: 100%;
  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: 100%;
}
.refer_slide .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: 10px auto 0;
}
.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;
}

.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: 300px;
  padding: 0 0 45px;
  margin: 0 auto;
}
.information01 > h2 {
  font-size: 10px;
  margin-bottom: 20px;
}
.information01 .inner {
  width: 100%;
}
.information01 .contents {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.information01 .contents:last-child {
  margin-bottom: 0;
}
.information01 .contents .left {
  display: flex;
  gap: 10px;
  width: 70px;
}
.information01 .contents .left h2 {
  font-size: 10px;
}
.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: 0 0 130px;
}
.gallery .contents {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
}
.gallery .contents img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.gal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 101;
  display: none;
}

.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;
}
.gal_pop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.gal_pop .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.gal_pop .close span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.gal_pop .close span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}

.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=style26.css.map */
