@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansLight";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gmarket Sans";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-1Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-2ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-3Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-4Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-5Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-6SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-7Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-8ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Paperlogy';
  src: url('./Paperlogy-9Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* css 드래그 이벤트 차단 */
.disableDrag {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

* {
  transition: 0.3s;
}

#header {
  width: 100%;
  display: flex;
  height: 70px;
  box-sizing: border-box;
  padding: 6px 40px 2px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 45;
  gap: 30px;
  background: #fff100;
}

.logo {
  width: 168px;
  position: absolute;
  left: 40px;
  cursor: pointer;
}

#header nav {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header nav > ul > li {
  cursor: pointer;
  width: 110px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Paperlogy";
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #604c3f;
}

#header nav > ul > li:hover, .tap {
  font-weight: 700 !important;
  color: #EA8500 !important;
}

#header .wave {
  width: 100%;
  position: absolute;
  top: 69px;
  left: 0;
}

.mo-icons {
  display: none;
  gap: 20px;
  align-items: center;
  justify-content: end;
}

.mo-icons svg {
  cursor: pointer;
}

.call {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  color: #ea5519;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 32px;
}

.mo-menu {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  z-index: 50;
  background: #fff100;
}

.mo-menu-top {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

.mo-menu-bottom {
  width: 100%;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.menu-close {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.mo-menu nav {
  width: 100%;
}

.mo-menu nav > ul > li {
  cursor: pointer;
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  align-self: stretch;

  color: #604c3f;
  font-weight: 500;

  font-family: Paperlogy;
  font-size: 18px;
  font-style: normal;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.45px;
  border-bottom: 1px solid rgba(96, 76, 63, 0.1);
  /* 150% */
  /* width: 100%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  box-sizing: border-box;
  height: 60px;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center; */
}

.mo-menu nav > ul > li > span {
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 100px;
}

.mo-menu nav > ul > li:hover,
.mo-menu .tap {
  color: #EA8500 !important;
  font-weight: 700 !important;
}

/* footer */
footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  background: #EA5519;
  display: flex !important;
  padding: 65px 0 105px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}

.footer-big-container {
  display: flex;
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 16px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-container {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.footer-logo {
  width: 168px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-wrap {
  display: flex;
  align-items: center;
}

.footer-div, .footer-inner > p {
  box-sizing: border-box;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.4px;
  align-items: center;
}

.footer-div:first-child {
  padding-right: 10px;
  height: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-div:last-child {
  padding-left: 10px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.footer-right > p:first-child {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.footer-right > p:last-child {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; /* 141.667% */
  letter-spacing: -0.6px;
}

.up-btn {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.up-btn:hover {
  border: 1px solid #FFF100;
  background: #FFF100;
}

/* 하단 고정 문의 */
#floating-container {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 45;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s all;
  box-sizing: border-box;
}

.floating-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1300px;
  padding: 3px 0;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: #EA5519;
}

.floating-form {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
  box-sizing: border-box;
  height: 54px;
  padding-left: 40px;
}

.floating-form .contact-char {
  max-width: 52px;
  width: 10%;
  position: absolute;
  bottom: 2.5px;
  left: 0;
}

.floating-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.floating-contact input[type="text"] {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(234, 133, 0, 0.50);
  display: flex;
  width: 180px;
  box-sizing: border-box;
  padding: 8px 10px;
  align-items: center;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.floating-contact input[type="text"]:focus {
  background: #fff;
  border: 1px solid rgba(234, 133, 0) !important;
}

.floating-contact input[type="text"]::placeholder {
  color: rgba(51, 51, 51, 0.50);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.floating-agree-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.floating-agree-wrap .round-checkbox {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #FFF;
}

.floating-agree-wrap .round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.floating-agree-wrap .round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 15px !important;
  background-position: center center !important;
  background-color: #fff;
  background-repeat: no-repeat;
  border: none;
}

.floating-agree-wrap .agree {
  color: #fff;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: -0.28px !important;
  cursor: pointer;
}

.floating-agree-wrap .agree-open {
  font-weight: 600;
}

.f-btn {
  border-radius: 12px;
  background: linear-gradient(180deg, #fff100 49%, #ffdb27 50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  width: 130px;
  height: 42px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #222;
  font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-align: center;
  box-sizing: border-box;
  border: none;
  position: relative;
  overflow: hidden;
}

.f-btn span {
  z-index: 3;
}

.f-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFD400;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s;
}

.f-btn:hover::after {
  opacity: 1;
}

.floating-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  color: #19493b;
  text-align: center;
  font-family: "SF_HambakSnow";
  font-size: 18px;
  line-height: 125%; /* 22.5px */
  letter-spacing: -0.45px;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 10px;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.8s ease-in-out;
}


/* fixed-top */
#fixed-top {
  width: 97.533px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 30;
  cursor: pointer;
}

#fixed-top img {
  width: 100%;
}


/* 문의폼 이동 고정 버튼 */
#go-contact {
  height: fit-content;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 45;
  display: flex;
  box-sizing: border-box;
  padding-right: 12px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: -0.35px;
  white-space: nowrap;
  cursor: pointer;
}

#go-contact:hover {
  background: #fff;
}

/* 개인정보처리방침 */
.agree-modal {
  position: fixed;
  top: 2.5vh;
  width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  cursor: pointer;
  z-index: 60;
  box-sizing: border-box;
  padding: 0 48px;
  padding-top: 60px !important;
  padding-bottom: 20px !important;
  justify-content: initial !important;
  height: 95vh;
  gap: 20px !important;
  display: none;
}

.agree-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.agree-close > svg {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  padding: 6.4px 6.4px 5.6px 5.6px;
}

.agree-close > svg:hover {
  background: #000;
  transition: 0.3s;
}

.agree-modal > .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.p24 {
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  letter-spacing: -0.6px;
}

.p40 {
  color: #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 130% */
  letter-spacing: -1px;
}

.content-div {
  margin-top: 20px;
  height: 81%;
  overflow: hidden;
}

.agree-modal > .content-div > .content {
  height: 100%;
  overflow: scroll;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #505050;
  padding-bottom: 20px;
}

.agree-logo {
  width: 150px;
}

.mo-tit {
  display: none;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 50;
}

.normal {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.semibold {
  font-weight: 600 !important;
}

.bold-g {
  font-family: "Gmarket Sans";
}

.primary {
  color: #EA5519 !important;
}

.o {
  color: #f0832c !important;
}

.w {
  color: #fff !important;
}

.sub {
  color: #505050 !important;
}

.y {
  color: #FFF100 !important;
}

.st-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 5;
}

.st-tit-img {
  height: 83px;
}

.st-tit-mo {
  display: none;
}

.st-tit {
  color: #FFD400;
  text-align: center;
  text-shadow: 0 2px 0 #604C3F;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #111;
  font-family: 'Paperlogy';
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 83.2px */
  position: relative;
  z-index: 5;
}

.st-sub-tit {
  color: #604C3F;
  text-align: center;
  font-family: 'Paperlogy';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  position: relative;
  z-index: 5;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* 900px */
.mi-br {
  display: none;
}

/* 768px */
.ta-br {
  display: none;
}

/* 650px */
.mo-br {
  display: none;
}

/* 480px */
.xs-br {
  display: none;
}

/* 400px */
.xxs-br {
  display: none;
}

/* 370px */
.xxxs-br {
  display: none;
}

@media (max-width: 1500px) {
  #fixed-top {
    bottom: 35%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1280px) {
  #header {
    padding: 0 16px;
  }
  #header nav > ul > li {
    width: 90px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .logo {
    width: 145px;
    left: 16px;
  }
  .floating-form, .floating-contact {
    gap: 12px;
  }
  .floating-logo {
    width: 220px;
  }
  .floating-contact input[type="text"], select {
    width: 170px;
  }
  .f-btn {
    width: 110px;
    font-size: 18px;
    letter-spacing: -0.45px;
    border-radius: 8px;
  }
  #fixed-top {
    right: 20px;
    width: 75px;
  }
  .st-tit {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .st-sub-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st-tit-img {
    height: 72px;
  }
}

@media (max-width: 1200px) {
  .agree-modal {
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    height: 100%;
    transform: none;
  }
}

@media (max-width: 1150px) {
  .input-wrap {
    gap: 4px;
  }
  .floating-logo {
    width: 190px;
  }
  .floating-contact input[type="text"], select {
    width: 160px;
  }
}

@media(max-width: 1100px) {
  .floating-contact input[type="text"], select {
    width: 150px;
  }
}

@media (max-width: 1024px) {
  #header {
    height: 50px;
    justify-content: space-between;
  }
  #header nav {
    display: none;
  }
  #header .wave {
    top: 49px;
  }
  .mo-icons {
    display: flex;
  }
  .logo {
    width: 105px;
    position: static;
  }
  .footer-container {
    flex-direction: column;
    gap: 24px;
  }
  .footer-big-container {
    flex-direction: column;
    gap: 40px;
  }
  #floating-container {
    display: none !important;
  }
  #go-contact {
    bottom: 20px;
    right: 10px;
  }
  .no-br-1024 {
    display: none;
  }
}

@media (max-width: 900px) {
  .st-tit {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st-sub-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .mi-br {
    display: block;
  }
  .st-tit-img {
    height: 64px;
  }
  .st-tit-mo {
    height: 128px;
  }
}

@media (max-width: 768px) {
  .agree-modal {
    padding: 0 20px;
  }
  .ta-br {
    display: block;
  }
  .st-tit-pc {
    display: none;
  }
  .st-tit-mo {
    display: block;
  }
}

@media (max-width: 650px) {
  .logo {
    width: 90px;
  }
  .input-wrap {
    gap: 4px;
  }
  .agree-modal {
    gap: 40px !important;
  }
  .agree-modal > .title > .p24 {
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: -0.5px;
  }
  .agree-modal > .title > .p40 {
    font-size: 28px;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
  }
  .agree-logo {
    width: 120px;
  }
  .st-tit {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st-sub-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .mo-br {
    display: block;
  }
  #fixed-top {
    width: 60px;
    bottom: 20px;
    transform: none;
  }
  .st-tit-img {
    height: 56px;
  }
  .st-tit-mo {
    height: 112px;
  }
}

@media (max-width: 480px) {
  .st-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st-sub-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .xs-br {
    display: block;
  }
  .xs-no-br {
    display: none;
  }
  #fixed-top {
    right: 10px;
    width: 50px;
  }
  .st-tit-img {
    height: 42px;
  }
  .st-tit-mo {
    height: 84px;
  }
}

@media (max-width: 400px) {
  .xxs-br {
    display: block;
  }
}

@media (max-width: 370px) {
  .xxxs-br {
    display: block;
  }
}
