@charset "UTF-8";
/* Import common.scss */
/* 반응형 계산 함수 750px이하인 경우 사용 */
/* 반응형 계산 함수 560px이하인 경우 사용 */
:root {
  --font-pretendard: "Pretendard", "NanumSquare", "Montserrat", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --color-primary: #b49872; /* 메인, 따뜻한 모래색 */
  --color-primary-dark: #5c472a;
  --color-primary-darkest: #3E3A39;
}

body {
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-family: var(--font-pretendard);
  font-weight: 400;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-pretendard);
}

/* Header */
.hd-wrap {
  width: 100%;
  height: 80px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.hd-wrap.scrolled {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
.hd-wrap.scrolled #gnb #gnb_1dul a {
  color: var(--color-primary-dark);
}
.hd-wrap.scrolled .hd-language {
  background-color: rgba(180, 152, 114, 0.8);
}
.hd-wrap.scrolled .hd-logo img {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}

.hd-section {
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hd-block {
  max-width: 1660px;
  width: 100%;
  width: 98%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-logo {
  width: 100%;
  max-width: 194px;
}
.hd-logo img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* gnb.css 참고 */
.hd-language {
  height: 100%;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  color: #ffffff;
}

.hd-globe {
  width: 26px;
  aspect-ratio: 1/1;
  margin-right: 15px;
  -webkit-mask: url("../img/index/globe_icon.svg") no-repeat center/contain;
          mask: url("../img/index/globe_icon.svg") no-repeat center/contain;
  background-color: #ffffff;
}

/* Header END */
/* Footer */
.ft-wrap {
  padding: 100px 0;
  background-color: #53453C;
  color: #ffffff;
}

.ft-section {
  max-width: 1000px;
  width: 93%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ft-logo {
  width: 30%;
  max-width: 293px;
}
.ft-logo img {
  width: 100%;
  display: block;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.ft-info {
  width: 60%;
  max-width: 550px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: -0.02em;
}

.ft-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
.ft-info-list a {
  color: #ffffff;
}

.ft-copy-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  gap: 0 25px;
}

.ft-copy {
  color: rgba(255, 255, 255, 0.8);
}

.ft-nonpay {
  border-radius: 4px;
  padding: 0 6px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.86;
  color: var(--color-primary-dark);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* Footer END */
@media screen and (max-width: 1660px) {
  .hd-block {
    width: 98%;
  }
}
@media screen and (max-width: 1400px) {
  .hd-wrap {
    height: auto;
  }
  .hd-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hd-block {
    width: 93%;
    display: grid;
    grid-template-columns: 40% auto;
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    padding: 20px 0;
  }
  .hd-logo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hd-gnb {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .hd-language {
    grid-column: 2/3;
    grid-row: 1/2;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hd-block {
    width: 96%;
  }
  .hd-language {
    font-size: 14px;
    line-height: 1.43;
    padding: 0 30px;
    gap: 5px;
  }
  .hd-globe {
    width: 20px;
    margin-right: 0;
  }
  .ft-wrap {
    padding: 80.3571428571px 0; /* calc((60 / 560) * 750px); */
  }
  .ft-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 53.5714285714px 0; /* calc((40 / 560) * 750px); */
  }
  .ft-logo {
    width: 50%;
    max-width: 342.8571428571px; /* calc((256 / 560) * 750px); */
  }
  .ft-info {
    width: 100%;
    font-size: 18.75px; /* calc((14 / 560) * 750px); */
    line-height: 1.75;
  }
  .ft-info-list {
    gap: 0 33.4821428571px; /* calc((25 / 560) * 750px); */
  }
  .ft-copy-etc {
    margin-top: 24.1071428571px; /* calc((18 / 560) * 750px); */
    gap: 0 33.4821428571px; /* calc((25 / 560) * 750px); */
  }
  .ft-nonpay {
    font-weight: 700;
    font-size: 18.75px; /* calc((14 / 560) * 750px); */
  }
}
@media screen and (max-width: 560px) {
  .hd-language {
    font-size: 2.5vw; /* calc((14 / 560) * 100vw); */
    padding: 0 1.7857142857vw; /* calc((10 / 560) * 100vw); */
    gap: 0 0.8928571429vw; /* calc((5 / 560) * 100vw); */
  }
  .hd-globe {
    width: 3.5714285714vw; /* calc((20 / 560) * 100vw); */
    margin: 0;
  }
  .ft-wrap {
    padding: 10.7142857143vw 0; /* calc((60 / 560) * 100vw); */
  }
  .ft-section {
    gap: 7.1428571429vw 0; /* calc((40 / 560) * 100vw); */
  }
  .ft-logo {
    max-width: 45.7142857143vw; /* calc((256 / 560) * 100vw); */
  }
  .ft-info {
    font-size: 2.5vw; /* calc((14 / 560) * 100vw); */
  }
  .ft-info-list {
    gap: 0 3.5714285714vw; /* calc((20 / 560) * 100vw); */
  }
  .ft-copy-etc {
    margin-top: 3.2142857143vw; /* calc((18 / 560) * 100vw); */
    gap: 0 4.4642857143vw; /* calc((25 / 560) * 100vw); */
  }
  .ft-nonpay {
    font-size: 2.5vw; /* calc((14 / 560) * 100vw); */
  }
}