@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
}

input, textarea, label, button, select, option {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  border: none;
}

input, textarea {
  outline: none;
  border: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  display: block;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.portfolio_form {
  max-width: 160px;
  margin: 10px auto;
}
.portfolio_form a {
  display: block;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
  background: #FFFF00;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 5px;
}

section:last-of-type {
  padding-bottom: 100px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  z-index: 100;
  height: 100px;
  padding: 20px 0;
}
footer .inner .footer_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .inner .footer_sns .sns_icon a img {
  width: 30px;
}
footer .inner .copy {
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 0.8125rem;
}
footer .go_top {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -70px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.count span {
  margin-right: 10px;
}
.count span:last-of-type {
  margin-right: 0;
}

.bold_txt {
  font-weight: 700;
}

h2 {
  font-weight: 300;
  font-size: 1.5rem;
}
h2.h2_center {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  #container h2 {
    font-size: 1.25rem;
  }
  #container .reference_title_btn {
    gap: 10px;
  }
  #container .reference_title_btn img {
    width: 30px;
  }
  #container .info_content .phone_number span:nth-of-type(1),
  #container .info_content .email span:nth-of-type(1) {
    width: 80px;
    min-width: 80px;
  }
  #container .info_content .right .body_item span:nth-of-type(1),
  #container .info_content .left .body_item span:nth-of-type(1) {
    width: 80px;
  }
}
@media (max-width: 380px) {
  #container .info_content .email span:nth-of-type(2) {
    word-break: keep-all;
    word-wrap: break-word;
  }
  #container .info_content .model_body {
    gap: 20px;
  }
}
@media (max-width: 380px) {
  #container .model_body {
    flex-direction: column;
    gap: 10px;
  }
}
.reference_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reference_title h2 {
  font-size: 1.5rem;
}
.reference_title .reference_title_btn {
  display: flex;
  gap: 20px;
}
.reference_title .reference_title_btn img {
  width: 40px;
  cursor: pointer;
}

.reference_img .swiper-button-prev,
.reference_img .swiper-button-next,
.reference_video_swiper_01 .swiper-button-prev,
.reference_video_swiper_01 .swiper-button-next {
  font-size: 2rem;
}
.reference_img .swiper-button-prev::after,
.reference_img .swiper-button-next::after,
.reference_video_swiper_01 .swiper-button-prev::after,
.reference_video_swiper_01 .swiper-button-next::after {
  font-size: 2rem;
}

.portfolio_form {
  max-width: 160px;
  margin: 10px auto;
}
.portfolio_form a {
  display: block;
  font-size: 0.875rem;
  color: #000;
  text-align: center;
  background: #FFFF00;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 5px;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 60px;
  z-index: 100;
}
.header .logo {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.template_visit_btn {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: flex;
}

.template_visit_btn a {
  display: block;
  padding: 8px 10px;
  flex: 1;
  text-align: center;
  font-size: 0.875rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.template_visit_btn a:not(:nth-of-type(1)) {
  border-left: 1px solid #fff;
}
