@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%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_banner {
  position: relative;
  width: 350px;
  height: 550px;
  border-radius: 20px;
}
.top_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.top_banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_banner .swiper-slide img {
  height: 480px;
  object-fit: cover;
}
.top_banner .swiper-pagination {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  justify-content: center;
  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 {
  width: 100%;
  padding: 50px 0 65px;
}
.mid_box .logo {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.mid_box .logo img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}

.center_fix {
  display: flex;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 30px auto 35px;
}
.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;
}
.txt p {
  font-size: 18px;
  line-height: 21px;
  word-break: keep-all;
  text-align: center;
}

.reference {
  width: 100%;
  padding: 0;
}
.reference .swiper_btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  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_wide {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.refer_slide_wide .swiper-slide {
  position: relative;
  width: 100%;
}
.refer_slide_wide .swiper-slide > img {
  width: 100%;
  aspect-ratio: 3/5;
  object-fit: cover;
  display: block;
}
.refer_slide_wide .swiper-slide .link_go {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 16px;
}
.refer_slide_wide .swiper-slide .link_go .txt_box {
  margin-bottom: 10px;
}
.refer_slide_wide .swiper-slide .link_go .txt_box p {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.refer_slide_wide .swiper-slide .link_go .link_gogo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.refer_slide_wide .swiper-slide .link_go .link_gogo h2 {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.refer_slide_wide .swiper-slide .link_go .link_gogo svg {
  width: 12px;
  height: 12px;
}

.information {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.information .contents {
  display: flex;
  align-items: center;
  width: 300px;
  margin: 0 auto 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 {
  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 {
  width: 10px;
  height: 10px;
}
.information .contents a p {
  font-size: 8px;
  font-weight: 500;
  position: relative;
  top: -1px;
}
.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 button svg {
  width: 10px;
  height: 10px;
}
.information .contents button p {
  font-size: 8px;
  font-weight: 500;
  position: relative;
  top: -1px;
}

.information01 {
  width: 100%;
  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 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: 100%;
  padding: 0 0 79px;
}

.gallery-main-box {
  position: relative;
  width: 100%;
}
.gallery-main-box .swiper-slide {
  width: 100%;
}
.gallery-main-box .swiper-slide p {
  width: 100%;
}
.gallery-main-box .swiper-slide p img {
  width: 100%;
}
.gallery-main-box .swiper-pagination {
  position: absolute;
  bottom: 25px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-main-box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.gallery-thumb-box .swiper-slide {
  opacity: 0.3;
}
.gallery-thumb-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}

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

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

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