@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
            공통 레이아웃
=================================================*/
html {
  scroll-behavior: smooth;
  overflow-y: auto; /* 세로 스크롤 */
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  margin: 0 auto;
  line-height: 1.15;
  color: #333 !important;
  letter-spacing: -0.02em;
}

#page-content-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 1920px) {
  .area {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .area {
    max-width: 1172px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*=================================================
            공통 요소
=================================================*/
.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .block-xxxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-lg {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .flex-xl {
    display: flex !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

.lg-backdrop.in {
  opacity: 0.85 !important;
}

.lg-components {
  display: none !important;
}

.lg-show-in .lg-next,
.lg-show-in .lg-prev {
  opacity: 0.5 !important;
}
@media screen and (min-width: 992px) {
  .lg-show-in .lg-next,
  .lg-show-in .lg-prev {
    opacity: 1 !important;
    padding: 20px;
  }
}

.lg-show-in .lg-next:before,
.lg-show-in .lg-prev:after {
  color: #fff;
}

#page-content-wrapper section {
  position: relative;
}

#section01 {
  padding: 250px 0 60px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section01 {
    padding: 200px 0 120px;
    text-align: left;
  }
}
#section01:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
#section01 .subtitle {
  font-size: 4.3583535109vw;
  font-family: "Jeju Myeongjo", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (min-width: 414px) {
  #section01 .subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  #section01 .subtitle {
    font-size: 30px;
    letter-spacing: -0.02em;
  }
}
#section01 .title {
  margin: 8px 0 30px;
  font-size: 34px;
  font-family: "Jeju Myeongjo", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  #section01 .title {
    font-size: 50px;
    letter-spacing: -0.01em;
  }
}
#section01 .desc {
  font-size: 3.8740920097vw;
  line-height: 1.65;
}
@media screen and (min-width: 414px) {
  #section01 .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  #section01 .desc {
    font-size: 20px;
    line-height: 1.5;
  }
}
#section01 .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 40px 0 20px;
}
@media screen and (min-width: 992px) {
  #section01 .stats {
    gap: 28px;
  }
}
#section01 .stats .stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50%; /* 원형 느낌 */
  aspect-ratio: 1/1; /* 완전 원형 */
  text-align: center;
  background: rgba(7, 78, 45, 0.8);
  padding: 16px 8px 18px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #section01 .stats .stat {
    border-radius: 24px;
    aspect-ratio: auto;
    padding: 28px 10px;
  }
}
#section01 .stats .stat .label {
  font-size: clamp(15px, 2.8vw, 12px);
  line-height: 1.3;
  display: block;
}
@media screen and (min-width: 992px) {
  #section01 .stats .stat .label {
    font-size: 22px;
    margin-bottom: 10px;
    max-width: none;
  }
}
#section01 .stats .stat .value {
  font-size: clamp(16px, 4.8vw, 22px);
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 992px) {
  #section01 .stats .stat .value {
    font-size: 40px;
  }
}
#section01 .footnote {
  font-size: 13px;
  color: #b0b0b0;
}
@media screen and (min-width: 992px) {
  #section01 .footnote {
    font-size: 15px;
  }
}

#section02 {
  padding: 60px 0;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  #section02 {
    padding: 120px 0;
  }
}
#section02.no-img .img-wrap {
  display: none;
}
@media screen and (min-width: 992px) {
  #section02.no-img .txt-wrap dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  #section02.no-img .txt-wrap dt:before {
    height: 21px;
  }
}
#section02 .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 30px;
}
@media screen and (min-width: 992px) {
  #section02 .list-wrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 40px;
  }
}
#section02 .img-wrap {
  aspect-ratio: 4/3;
  background-color: #ddd;
}
#section02 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section02 .txt-wrap {
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  #section02 .txt-wrap {
    margin-top: 24px;
  }
}
#section02 .txt-wrap dt {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  #section02 .txt-wrap dt {
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 20px;
  }
}
#section02 .txt-wrap dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: #585858;
}
@media screen and (min-width: 992px) {
  #section02 .txt-wrap dt:before {
    top: 5px;
  }
}
#section02 .txt-wrap dd {
  position: relative;
  line-height: 1.4;
  padding-left: 10px;
}
#section02 .txt-wrap dd:before {
  content: "· ";
  position: absolute;
  top: 0px;
  left: 0;
}

#section03 {
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #section03 {
    padding: 120px 0;
  }
}
#section03 .title {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1.4;
  font-family: "Jeju Myeongjo", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}
@media screen and (min-width: 992px) {
  #section03 .title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
#section03 .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #585858;
}
@media screen and (min-width: 992px) {
  #section03 .desc {
    font-size: 18px;
  }
}
#section03 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0 60px;
}
@media screen and (min-width: 992px) {
  #section03 .btn-wrap {
    margin: 44px 0 100px;
    gap: 24px;
  }
}
#section03 .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  #section03 .btn-wrap a {
    width: 280px;
    height: 70px;
    font-size: 22px;
    transition: all 0.2s;
  }
}
#section03 .btn-wrap a.kakao {
  background-color: #fee500;
}
#section03 .btn-wrap a.insta {
  color: #fff;
  background: linear-gradient(70deg, #e1306c, #c13584, #833ab4, #5851db, #405de6);
}
#section03 .btn-wrap a img {
  display: none;
  width: 24px;
  margin-right: 8px;
}
@media screen and (min-width: 544px) {
  #section03 .btn-wrap a img {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  #section03 .btn-wrap a img {
    width: 30px;
    margin-right: 10px;
  }
}
#section03 .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 992px) {
  #section03 .gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}
#section03 .gallery > a {
  aspect-ratio: 4/3;
  background-color: #ddd;
  transition: all 0.2s;
}
#section03 .gallery > a:hover {
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}
#section03 .gallery > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section04 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #section04 {
    height: 400px;
  }
}
#section04 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#section04 .btn-map {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 24px;
  background-color: #fff;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  #section04 .btn-map {
    font-size: 18px;
    padding: 12px 30px;
  }
}
#section04 .btn-map .i-map {
  height: 28px;
  margin-right: 5px;
}
#section04 .btn-map .i-arrow {
  margin-left: 10px;
  width: 22px;
}

.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  z-index: 999;
}
.site-header .inner {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 60px;
}
@media screen and (min-width: 992px) {
  .site-header .inner {
    padding: 0 40px;
    height: 77px;
  }
}

.logo a {
  display: block;
}
.logo .logo-img {
  height: 40px;
}
@media screen and (min-width: 992px) {
  .logo .logo-img {
    height: 50px;
  }
}

.promo {
  max-width: calc(100% - 100px);
  margin-left: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  text-align: right;
  gap: 12px;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .promo {
    max-width: none;
    font-size: 16px;
  }
}
.promo .label {
  display: none;
}
@media screen and (min-width: 992px) {
  .promo .label {
    display: block;
  }
}

#footer {
  padding: 50px 0;
  background-color: #242424;
  color: #fff;
}
#footer .top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #footer .top-wrap {
    gap: 60px;
    margin-bottom: 60px;
  }
}
#footer .top-wrap .logo {
  width: 60px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  #footer .top-wrap .logo {
    width: 100px;
  }
}
#footer .tel-wrap .txt {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  #footer .tel-wrap .txt {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
#footer .tel-wrap .tel {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 992px) {
  #footer .tel-wrap .tel {
    font-size: 30px;
  }
}
#footer .txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  #footer .txt-wrap {
    gap: 30px;
    font-size: 16px;
  }
}
#footer .txt-wrap p {
  position: relative;
  line-height: 1;
}
#footer .txt-wrap p:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  width: 1px;
  height: 12px;
  border-right: 1px solid #9c9c9c;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  #footer .txt-wrap p:not(:last-child):after {
    right: -15px;
    height: 15px;
  }
}
#footer .fixed-btn-wrap {
  position: fixed;
  bottom: 20px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  #footer .fixed-btn-wrap {
    gap: 16px;
  }
}
@media screen and (min-width: 1600px) {
  #footer .fixed-btn-wrap {
    right: 50px;
  }
}
#footer .fixed-btn-wrap .btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2.9411764706vw;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 375px) {
  #footer .fixed-btn-wrap .btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  #footer .fixed-btn-wrap .btn {
    width: 90px;
    height: 90px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
  }
}
#footer .fixed-btn-wrap .btn.google {
  background-color: #fff;
  color: #333;
  border: 1px solid #777;
}
#footer .fixed-btn-wrap .btn.tel {
  position: relative;
  background-color: #222;
}
#footer .fixed-btn-wrap .btn.tel:hover .hide-num {
  right: 100px;
  opacity: 1;
}
#footer .fixed-btn-wrap .btn.tel .hide-num {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  background-color: #222;
  color: #fff;
  border-radius: 25px;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.4s;
  transform: translateY(-50%);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  #footer .fixed-btn-wrap .btn.tel .hide-num {
    display: block;
  }
}
#footer .fixed-btn-wrap .btn.kakao {
  background-color: #fee500;
  color: #333;
}
#footer .fixed-btn-wrap .btn.insta {
  background: linear-gradient(70deg, #e1306c, #c13584, #833ab4, #5851db, #405de6);
  color: #fff;
  font-weight: 600;
}
#footer .fixed-btn-wrap .btn.tel {
  font-weight: 600;
}
#footer .fixed-btn-wrap .btn .icon {
  margin-bottom: 2px;
  width: 28px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  #footer .fixed-btn-wrap .btn .icon {
    margin-bottom: 2px;
    width: 38px;
  }
}
#footer .fixed-btn-wrap .btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}