@charset "UTF-8";
:root {
  --main-color: #096236;
}
/***font setting***/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*PT serif*/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*지마켓산스*/
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot");
  src: url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix") format("embedded-opentype"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2") format("woff2"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff") format("woff"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot");
  src: url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix") format("embedded-opentype"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2") format("woff2"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff") format("woff"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot");
  src: url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix") format("embedded-opentype"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2") format("woff2"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff") format("woff"), url("https://fastly.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf") format("truetype");
  font-display: swap;
}
/*더페이스샵 잉크립퀴드*/
@font-face {
  font-family: "InkLipquid";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************inner size*************/
.inner {
  padding: 0 70px;
  width: 100%;
  margin: 0 auto;
}

/* ===========================
   Modern CSS Reset (2025)
   =========================== */

html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Pretendard", sans-serif;
  font-size: 16px;
  color: #222;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  word-break: keep-all;
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

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

img, video {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  appearance: none;
}

button {
  cursor: pointer;
}

strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;  /* 셀 간격 제거 */
  border-spacing: 0;          /* 여백 제거 */
  max-width: 100%;
  table-layout: auto;
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/*카카오맵 하단 정보표시 숨기기(필요시, .location_map에 담으면됨)*/
.root_daum_roughmap .cont {
  display: none !important;
}
/*fullpage 워터마크삭제*/
.fp-watermark {
  display: none !important;
}
/****swiper btn custom*****/
.swiper .swiper-btns {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.swiper-btns .swiper-button-prev,
.swiper-btns .swiper-button-next {
  background: #00000050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: none;
}
.swiper-btns .swiper-button-prev:before,
.swiper-btns .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
}
.swiper-btns .swiper-button-prev:after,
.swiper-btns .swiper-button-next:after {
  display: none;
}
.swiper-btns .swiper-button-prev:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-btns .swiper-button-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper .swiper-btns-small {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.swiper-btns-small .swiper-button-prev,
.swiper-btns-small .swiper-button-next {
  background: #00000050;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: none;
}
.swiper-btns-small .swiper-button-prev:before,
.swiper-btns-small .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
}
.swiper-btns-small .swiper-button-prev:after,
.swiper-btns-small .swiper-button-next:after {
  display: none;
}
.swiper-btns-small .swiper-button-prev:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-btns-small .swiper-button-next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #aaa;
  opacity: 0.5;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #bf1035;
  opacity: 1;
}
