@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 2px;
}

.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;
}

.circle_logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.circle_logo img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}

.box_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 35px 0;
}
.box_logo div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
}
.box_logo div img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}

.right_fix {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 20;
}
.right_fix a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.right_fix a img {
  width: 25px;
}
.right_fix a p {
  font-size: 10px;
  color: #fff;
}

.center_fix {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 14px;
  z-index: 20;
  width: 100%;
}
.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;
}

.top_menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 75px;
}
.top_menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.top_menu a img {
  width: 25px;
}
.top_menu a p {
  font-size: 10px;
  color: #fff;
}

.index_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  word-break: keep-all;
  padding: 0 16px;
}

.txt {
  width: 100%;
  padding: 40px 16px;
}
.txt p {
  font-size: 18px;
  line-height: 21px;
  word-break: keep-all;
}

.circle_txt {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-left: auto;
  text-align: right;
  padding-right: 25px;
  margin-top: 15px;
  font-size: 21px;
  line-height: 26px;
  word-break: keep-all;
}

.information {
  width: 100%;
  padding: 40px 16px;
}
.information .inner > h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
}
.information .contents {
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 10px 0 0;
}
.information .contents:first-child {
  margin: 0;
}
.information .contents h2 {
  font-size: 12px;
  line-height: 16px;
  width: 80px;
}
.information .contents > a {
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  width: calc(100% - 80px);
}
.information .contents div {
  display: flex;
  gap: 10px;
  width: calc(100% - 80px);
}
.information .contents div a {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
  width: 100%;
}
.information .contents div a::before {
  content: "/";
  position: absolute;
  top: 1px;
  left: -7px;
  font-size: 12px;
  line-height: 16px;
}
.information .contents div a:first-child::before {
  display: none;
}
.information .contents div p {
  position: relative;
}
.information .contents div p::before {
  content: "/";
  position: absolute;
  top: 1px;
  left: -7px;
  font-size: 12px;
  line-height: 16px;
}
.information .contents div p:first-child::before {
  display: none;
}
.information .contents p {
  font-size: 12px;
  line-height: 16px;
  word-break: keep-all;
  width: calc(100% - 80px);
}

.info_btn {
  padding: 40px 0;
}
.info_btn .inner {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.info_btn .inner .contents {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.info_btn .inner .contents:last-child {
  margin-bottom: 0;
}
.info_btn .inner .contents h2 {
  font-size: 12px;
  width: 65px;
}
.info_btn .inner .contents p {
  font-size: 12px;
  width: calc(100% - 125px);
  word-break: break-all;
}
.info_btn .inner .contents a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 15px;
  font-size: 10px;
  gap: 3px;
  border-radius: 15px;
  border: 1px solid;
  position: relative;
  top: 2px;
}
.info_btn .inner .contents a img {
  width: 8px;
}
.info_btn .inner .contents a span {
  position: relative;
  top: -1px;
}
.info_btn .inner .contents button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 15px;
  font-size: 10px;
  gap: 3px;
  border-radius: 15px;
  border: 1px solid;
  position: relative;
  top: 2px;
}
.info_btn .inner .contents button img {
  width: 8px;
}
.info_btn .inner .contents button span {
  position: relative;
  top: -1px;
}

.reference {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.reference h2 {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.reference .prev_btn,
.reference .next_btn {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  width: 20px;
}
.reference .prev_btn {
  left: 0px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 25px solid transparent;
}
.reference .next_btn {
  right: 0px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 25px solid transparent;
}

.refer_slide {
  width: 240px;
  margin: 0 auto;
}
.refer_slide .swiper-slide {
  position: relative;
  width: 100%;
}
.refer_slide .swiper-slide > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.refer_slide .swiper-slide p {
  font-size: 12px;
  text-align: center;
  margin: 10px auto 0;
  word-break: keep-all;
}
.refer_slide .swiper-slide a {
  display: block;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  font-weight: 500;
  margin: 10px auto 0;
}

.information01 {
  width: 100%;
  padding: 40px 0;
}
.information01 .inner {
  padding: 0 16px;
}
.information01 .inner > h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
}
.information01 .contents {
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 10px 0 0;
}
.information01 .contents:first-child {
  margin: 0;
}
.information01 .contents h2 {
  font-size: 12px;
  line-height: 16px;
  width: 80px;
}
.information01 .contents p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  word-break: keep-all;
  width: calc(100% - 80px);
}
.information01 .contents div {
  display: flex;
  gap: 10px;
}
.information01 .contents div p {
  position: relative;
}
.information01 .contents div p::before {
  content: "/";
  position: absolute;
  top: 1px;
  left: -7px;
  font-size: 12px;
  line-height: 16px;
}
.information01 .contents div p:first-child::before {
  display: none;
}

.gallery {
  width: 100%;
  padding: 30px 0 110px;
}
.gallery h2 {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 25px;
}
.gallery .contents {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .contents img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  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;
}

.gallery_sl {
  padding: 30px 0 110px;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.gallery_sl h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
}
.gallery_sl .gal_slide {
  width: 100%;
  height: 375px;
  margin: 0 auto;
}
.gallery_sl .gal_slide .swiper-slide {
  width: 100%;
}
.gallery_sl .gal_slide img {
  width: 100%;
}
.gallery_sl .gal_slide.gal_radius .swiper-slide {
  width: 100%;
  height: 330px;
  border-radius: 50%;
  overflow: hidden;
}

.gal_slide .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
}
.gal_slide .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid;
  background-color: transparent;
  margin: 0 2px;
  opacity: 1;
}
.gal_slide .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.gal_slide .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}

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: 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: absolute;
  z-index: 50;
}

.main_banner {
  position: relative;
  width: 100%;
  height: 450px;
}
.main_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.main_banner .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main_banner .swiper-slide img {
  width: 60%;
  padding-left: 10px;
  max-width: 220px;
}
.main_banner.center .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main_banner.center .swiper-slide img {
  width: 170px;
  padding: 0;
}
.main_banner .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 16px;
  z-index: 15;
  display: flex;
  align-items: center;
}
.main_banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid;
  background-color: transparent;
  margin: 0 2px;
  opacity: 1;
}
.main_banner .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.main_banner .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
}

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