@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 
wrapper
60px    3.5vw       3.75vw

10px    0.7vw       1vw         1.325vw     2.5vw
12px    0.85vw      1.111vw     1.45vw      2.75vw
14px    0.975vw     1.25vw      1.625vw     3vw
15px    1.05vw
16px    1.111vw     1.325vw     1.75vw     3.325vw
18px    1.25vw
20px    1.4vw       1.625vw     2vw        3.5vw
24px    1.675vw     1.875vw     2.125vw    3.75vw
25px
35px    2.425vw
40px    2.75vw      3vw         3.75vw
45px    3vw         3.25vw      4vw         8vw
50px    3.45vw      3.625vw
60px    4.125vw     5.25vw
75px    5.2vw       5.5vw       7vw
96px    6.65vw
100px   7vw
120px   8vw
230px   16vw        21vw        25vw
250px

*/
html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  background: #000000;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  letter-spacing: -3%;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}

.mona {
  font-family: "Mona Sans", sans-serif;
  letter-spacing: 0;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/* 관리자 에디터 */
.editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4, .editor_content h5, .editor_content p, .editor_content span {
  display: block;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.editor_content h1 {
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
}
.editor_content h2 {
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
}
.editor_content h3 {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content h4 {
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
}
.editor_content h5 {
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
}
.editor_content p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content span {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content ul {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.editor_content ul li ::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}
.editor_content li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.editor_content ol {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: rgba(67, 60, 147, 0.7);
}

::selection {
  background: rgba(67, 60, 147, 0.7);
}

html, body, h1, h2, h3, h4, h5, h6, p, div, input, nav, textarea, select, header, section, article, aside, footer, form, button, table, thead, tbody, tr, td, th,
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

a, input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/select_arrow.png) no-repeat center right 15px;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

input:not([type=checkbox], [type=radio]),
select, textarea {
  color: inherit;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  color: inherit;
  line-height: 1.5;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}

/* textarea::-webkit-scrollbar-thumb:hover {background: #ccc;} */
/* textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {width:3px;height:0px; background:transparent;}  */
*::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #aaa;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .br_1024_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  .br_768 {
    display: block;
  }
  .br_768_none {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
  .br_540 {
    display: block;
  }
  .br_540_none {
    display: none;
  }
}
.hei100 {
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  padding: 0 60px;
  margin: 0 auto;
}

/* 허니팟 — 공통 숨김 (봇만 채움, 문의 폼 등) */
.hp_field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.fadeAni {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fadeAni.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftAni.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}
.LeftTxt span {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  -webkit-transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftTxt.active span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.scroll_motion.active .fadeAni {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.scroll_motion.active .LeftAni {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.delay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay5 {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

html.noScroll,
body.noScroll {
  min-height: 100%;
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

#cursorBlob {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%) rotate(-25deg);
          transform: translate(-50%, -50%) rotate(-25deg);
  will-change: transform;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#cursorBlob svg {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
#cursorBlob.zoom svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
  transition: 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, 0.3s border-color 0.3s ease, background 0.3s ease;
  transition: transform 0.7s ease, 0.3s border-color 0.3s ease, background 0.3s ease, -webkit-transform 0.7s ease;
}
#header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header.h_up {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
}
#header.ham_open {
  border-color: transparent;
}
#header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo svg {
  max-height: 50px;
  width: auto !important;
}
#header .header_rt nav > ul {
  gap: 20px;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  margin-right: -10px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
#header .header_rt nav > ul > li > a {
  padding: 10px;
}
#header .header_rt #hamburger {
  width: 26px;
  row-gap: 4px;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
  pointer-events: none;
}
#header .header_rt #hamburger .line {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
#header .header_rt #hamburger.ham_open .line.line1 {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
#header .header_rt #hamburger.ham_open .line.line2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
#header .header_rt #hamburger.ham_open .line.line3 {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

#hamMenu {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: none;
  pointer-events: none;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
}
#hamMenu .ham_content {
  padding-top: 165px;
  width: 100%;
  max-width: 380px;
  background: #000000;
  color: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.6);
          box-shadow: -5px 0 15px rgba(0, 0, 0, 0.6);
}
#hamMenu nav {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  font-weight: 700;
}
#hamMenu nav ul {
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hamMenu .ham_footer {
  height: 56px;
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  color: #B3B3B3;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#voucherLogo {
  row-gap: 12px;
  left: 60px;
  bottom: 70px;
  position: fixed;
  z-index: 98;
  mix-blend-mode: difference;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#voucherLogo img {
  height: 40px;
  width: auto !important;
}
#voucherLogo.end {
  bottom: 100px;
}

#footer {
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .wrapper {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .copyright {
  color: #B3B3B3;
}
#footer .topBtn {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#footer .topBtn svg {
  width: 24px;
  height: auto !important;
}
#footer .topBtn span {
  font-weight: 600;
}

@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0 3.5vw;
  }
  #header .logo svg {
    max-height: 3.45vw;
  }
  #header .header_rt nav > ul {
    gap: 1.4vw;
    font-size: 1.111vw;
    margin-right: -0.7vw;
    height: 6.25vw;
  }
  #header .header_rt nav > ul > li > a {
    padding: 0.7vw;
  }
  #voucherLogo {
    row-gap: 0.85vw;
    left: 3.25vw;
    bottom: 4.5vw;
  }
  #voucherLogo img {
    height: 2.75vw;
  }
  #voucherLogo.end {
    bottom: 7.2vw;
  }
  #footer {
    font-size: 0.975vw;
  }
  #footer .wrapper {
    height: 5.2vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 0.7vw;
       -moz-column-gap: 0.7vw;
            column-gap: 0.7vw;
  }
  #footer .topBtn svg {
    width: 1.675vw;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 3.75vw;
  }
  #header .logo svg {
    max-height: 3.625vw;
  }
  #header .header_rt nav > ul {
    font-size: 1.325vw;
    height: 6.5vw;
    gap: 1.625vw;
    margin-right: -1vw;
  }
  #header .header_rt nav > ul > li > a {
    padding: 1vw;
  }
  #voucherLogo {
    row-gap: 1.111vw;
    left: 3.25vw;
    bottom: 70px;
  }
  #voucherLogo img {
    height: 3vw;
  }
  #voucherLogo.end {
    bottom: 7.5vw;
  }
  #footer {
    font-size: 1.25vw;
  }
  #footer .wrapper {
    height: 5.5vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
  }
  #footer .topBtn svg {
    width: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 4.5vw;
  }
  #header .wrapper {
    height: 70px;
  }
  #header .logo svg {
    max-height: 35px;
  }
  #header .header_rt nav {
    display: none;
  }
  #header .header_rt #hamburger {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: initial;
  }
  #hamMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: initial;
  }
  #voucherLogo {
    row-gap: 1.45vw;
    left: 4vw;
    bottom: 5vw;
  }
  #voucherLogo img {
    height: 3.75vw;
  }
  #voucherLogo.end {
    bottom: 10vw;
  }
  #footer {
    font-size: 1.625vw;
  }
  #footer .wrapper {
    height: 7vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 1.325vw;
       -moz-column-gap: 1.325vw;
            column-gap: 1.325vw;
  }
  #footer .topBtn svg {
    width: 2.125vw;
  }
}
@media screen and (max-width: 540px) {
  .wrapper {
    padding: 0 20px;
  }
  #header .wrapper {
    height: 60px;
  }
  #header .logo svg {
    max-height: 24px;
  }
  #header .header_rt #hamburger {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hamMenu .ham_content {
    max-width: none;
  }
  #voucherLogo {
    row-gap: 2.75vw;
    left: 17px;
    bottom: 20px;
  }
  #voucherLogo img {
    height: 6vw;
  }
  #voucherLogo.end {
    bottom: 25vw;
  }
  #footer {
    font-size: 3vw;
  }
  #footer .wrapper {
    height: 20vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2.5vw;
  }
  #footer .topBtn {
    -webkit-column-gap: 2.25vw;
       -moz-column-gap: 2.25vw;
            column-gap: 2.25vw;
  }
  #footer .topBtn svg {
    width: 3.75vw;
  }
}
#voucherLogo {
  top: 110px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  bottom: auto !important;
  -webkit-transition: top 0.7s ease;
  transition: top 0.7s ease;
}

#header.hide ~ #voucherLogo {
  top: 30px;
}

#contact {
  min-height: 100vh;
  min-height: 100dvh;
}
#contact .contact_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#contact .contact_grid > div {
  overflow: hidden;
}
#contact .contact_grid > div .inner {
  padding-left: min(3.5vw, 60px) !important;
  padding-right: min(3.5vw, 60px) !important;
}
#contact .lt_box {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  border-right: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
#contact .lt_box .inner {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
#contact .lt_box h1 {
  font-size: clamp(38px, 38px + (96 - 38) * (100vw - 375px) / 1545, 96px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
#contact .lt_box h1 span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
#contact .lt_box h1.active span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#contact .lt_box .contact_info {
  row-gap: 35px;
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .lt_box .contact_info > * {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
#contact .lt_box .contact_info .tel_fax_list > li + li {
  margin-top: 14px;
}
#contact .lt_box .contact_info .tel_fax_list > li > a {
  display: grid;
  grid-template-columns: 33px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .lt_box .contact_info .tel_fax_list > li > a > * {
  line-height: 1;
}
#contact .lt_box .contact_info .tel_fax_list > li > a .tit {
  font-size: 8px;
  margin-top: 5px;
  font-weight: 800;
}
#contact .lt_box .contact_info .tel_fax_list > li > a .txt {
  font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  font-weight: 300;
}
#contact .lt_box .contact_info .address {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
#contact .lt_box .contact_info .email {
  font-size: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1545, 32px);
  font-weight: 800;
  line-height: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF;
  position: relative;
}
#contact .lt_box .contact_info .email::before {
  content: "mkt@clefad.co.kr";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .rt_box .inner {
  padding: 200px 0 100px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0;
}
#contact .rt_box .inner.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#contact .rt_box .inner, #contact .rt_box #inquiryForm, #contact .rt_box #formContainer {
  row-gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .rt_box h5 {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  font-weight: 400;
  line-height: 1.5;
}
#contact .rt_box h5 b {
  font-weight: 800;
}
#contact .rt_box .form_content {
  font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  font-weight: 700;
}
#contact .rt_box .form_content .form_title {
  margin-bottom: 25px;
  color: #E6E6E6;
}
#contact .rt_box .form_tab_list {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .rt_box .form_tab_list input[type=radio] {
  display: none;
}
#contact .rt_box .form_tab_list .tab, #contact .rt_box .form_tab_list.type_tab label, #contact .rt_box .form_tab_list.type_budget label {
  width: 117px;
  height: 35px;
  font-size: clamp(10px, 10px + (13 - 10) * (100vw - 375px) / 1545, 13px);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #444444;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
#contact .rt_box .form_tab_list .tab.active,
#contact .rt_box .form_tab_list input:checked + label {
  background: #7B78D3;
  color: #FFFFFF;
}
#contact .rt_box .form_tab_list .tab:not(.active):hover,
#contact .rt_box .form_tab_list input:not(:checked) + label:hover {
  background: rgba(255, 255, 255, 0.8);
}
#contact .rt_box .form_tab_list.type_budget li {
  width: calc((100% - 48px) / 5);
  min-width: 142px;
}
#contact .rt_box .form_tab_list.type_budget li label {
  width: 100%;
}
#contact .rt_box .input_list {
  gap: 26px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .rt_box .input_list > li.w50 {
  width: calc((100% - 36px) / 2);
}
#contact .rt_box .input_list > li.w100 {
  width: 100%;
}
#contact .rt_box .input_list > li select {
  background: transparent url(/img/select_arrow.png) no-repeat right top 4px/20px auto !important;
}
#contact .rt_box .input_list > li select:valid {
  color: #FFFFFF;
}
#contact .rt_box .input_list > li select option {
  color: #000000;
}
#contact .rt_box .chkbox_list {
  gap: 20px 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(190px, 190px + (205 - 190) * (100vw - 375px) / 1545, 205px), 1fr));
}
#contact .rt_box .chkbox_list input[type=checkbox] {
  display: none;
}
#contact .rt_box .chkbox_list input + label {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .rt_box .chkbox_list input + label::before {
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  aspect-ratio: 1/1;
  content: "";
  display: block;
  background: url(/img/chk_before.png) no-repeat center center/contain;
}
#contact .rt_box .chkbox_list input:checked + label::before {
  background-image: url(/img/chk_after.png);
}
#contact .rt_box .input_list > li input,
#contact .rt_box .input_list > li select,
#contact .rt_box .with_plus_btn input {
  padding: 6px 0 12px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #777777;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
#contact .rt_box .input_list > li input::-webkit-input-placeholder, #contact .rt_box .input_list > li select::-webkit-input-placeholder, #contact .rt_box .with_plus_btn input::-webkit-input-placeholder {
  color: #777777;
}
#contact .rt_box .input_list > li input::-moz-placeholder, #contact .rt_box .input_list > li select::-moz-placeholder, #contact .rt_box .with_plus_btn input::-moz-placeholder {
  color: #777777;
}
#contact .rt_box .input_list > li input:-ms-input-placeholder, #contact .rt_box .input_list > li select:-ms-input-placeholder, #contact .rt_box .with_plus_btn input:-ms-input-placeholder {
  color: #777777;
}
#contact .rt_box .input_list > li input::-ms-input-placeholder, #contact .rt_box .input_list > li select::-ms-input-placeholder, #contact .rt_box .with_plus_btn input::-ms-input-placeholder {
  color: #777777;
}
#contact .rt_box .input_list > li input::placeholder,
#contact .rt_box .input_list > li select::placeholder,
#contact .rt_box .with_plus_btn input::placeholder {
  color: #777777;
}
#contact .rt_box .input_list > li input:focus,
#contact .rt_box .input_list > li select:focus,
#contact .rt_box .with_plus_btn input:focus {
  border-color: #FFFFFF;
}
#contact .rt_box .with_plus_btn {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: grid;
}
#contact .rt_box .with_plus_btn + .with_plus_btn {
  margin-top: 10px;
}
#contact .rt_box .with_plus_btn.referSiteBox {
  grid-template-columns: auto 35px;
}
#contact .rt_box .with_plus_btn.hasPrdImgBox {
  grid-template-columns: auto 138px 35px;
}
#contact .rt_box .with_plus_btn.hasPrdImgBox input[type=file] {
  color: #777777;
}
#contact .rt_box .with_plus_btn.hasPrdImgBox input[type=file]::-webkit-file-upload-button {
  display: none;
}
#contact .rt_box .with_plus_btn.hasPrdImgBox input[type=file]::file-selector-button {
  display: none;
}
#contact .rt_box .with_plus_btn label {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  height: 100%;
  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;
  cursor: pointer;
  background: #7B78D3;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 5px;
}
#contact .rt_box .with_plus_btn .plusMinusBtn {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#contact .rt_box .with_plus_btn .plusMinusBtn.plusBtn {
  background-image: url(/img/plus_btn.svg);
}
#contact .rt_box .with_plus_btn .plusMinusBtn.minusBtn {
  background-image: url(/img/minus_btn.svg);
}
#contact .rt_box .desc_txt {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  margin-top: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  font-weight: 700;
  color: #999999;
  line-height: 1.5;
  word-break: keep-all;
}
#contact .rt_box .desc_txt a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#contact .rt_box .agree_chk_content .agree_chk_content {
  height: 190px;
  padding: 15px;
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  line-height: 1.6;
  border: 1px solid #333333;
  color: #777777;
  overflow-y: scroll;
  font-weight: 400;
}
#contact .rt_box .agree_chk_content .agree_chk_content::-webkit-scrollbar {
  width: 5px;
}
#contact .rt_box .agree_chk_content .agree_chk_content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.15);
}
#contact .rt_box .agree_chk_content .agree_chk_content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
#contact .rt_box .agree_chk_content .agree_chk_content::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
#contact .rt_box .agree_chk_content .agree_chk_content::-webkit-scrollbar-button:start:decrement, #contact .rt_box .agree_chk_content .agree_chk_content::-webkit-scrollbar-button:end:increment {
  display: none;
}
#contact .rt_box .agree_chk_content fieldset {
  margin-top: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
}
#contact .rt_box .agree_chk_content fieldset input[type=checkbox] {
  display: none;
}
#contact .rt_box .agree_chk_content fieldset input + label {
  font-size: clamp(10px, 10px + (12 - 10) * (100vw - 375px) / 1545, 12px);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  cursor: pointer;
}
#contact .rt_box .agree_chk_content fieldset input + label::before {
  width: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  aspect-ratio: 1/1;
  content: "";
  display: block;
  background: url(/img/chk_before.png) no-repeat center center/contain;
}
#contact .rt_box .agree_chk_content fieldset input:checked + label::before {
  background-image: url(/img/chk_after.png);
}
#contact .rt_box .btnSubmit {
  height: 52px;
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  font-weight: 700;
  background: #7B78D3;
  color: #FFFFFF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #voucherLogo {
    top: 7.75vw;
    -webkit-column-gap: 1vw;
       -moz-column-gap: 1vw;
            column-gap: 1vw;
  }
  #header.hide ~ #voucherLogo {
    top: 2vw;
  }
  #contact .contact_grid > div .inner {
    padding-left: 3.5vw !important;
    padding-right: 3.5vw !important;
  }
  #contact .lt_box .inner {
    padding: 3.5vw 0;
  }
  #contact .lt_box .contact_info {
    row-gap: 2.425vw;
    margin-top: 5vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li + li {
    margin-top: 0.975vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a {
    grid-template-columns: 2.25vw auto;
  }
  #contact .rt_box .inner {
    padding: 13vw 0 6vw;
  }
  #contact .rt_box .inner, #contact .rt_box #inquiryForm, #contact .rt_box #formContainer {
    row-gap: 4.125vw;
  }
  #contact .rt_box .form_content .form_title {
    margin-bottom: 1.75vw;
  }
  #contact .rt_box .form_tab_list {
    gap: 0.85vw;
  }
  #contact .rt_box .form_tab_list .tab, #contact .rt_box .form_tab_list.type_tab label, #contact .rt_box .form_tab_list.type_budget label {
    height: 2.5vw;
  }
  #contact .rt_box .form_tab_list .tab {
    width: calc((100% - 3.4vw) / 5);
  }
  #contact .rt_box .form_tab_list.type_tab li {
    width: calc((100% - 1.7vw) / 3);
  }
  #contact .rt_box .form_tab_list.type_tab li label {
    width: 100%;
  }
  #contact .rt_box .form_tab_list.type_budget li {
    width: calc((100% - 1.7vw) / 3);
    min-width: auto;
  }
  #contact .rt_box .input_list {
    gap: 1.75vw 2.5vw;
  }
  #contact .rt_box .input_list > li.w50 {
    width: calc((100% - 2.5vw) / 2);
  }
  #contact .rt_box .input_list > li input,
  #contact .rt_box .input_list > li select,
  #contact .rt_box .with_plus_btn input {
    padding: 6px 0 12px;
  }
  #contact .rt_box .with_plus_btn.referSiteBox {
    grid-template-columns: auto 2.425vw;
  }
  #contact .rt_box .with_plus_btn.hasPrdImgBox {
    grid-template-columns: auto 9.5vw 2.425vw;
  }
  #contact .rt_box .chkbox_list {
    gap: 1.5vw 1.75vw;
  }
  #contact .rt_box .agree_chk_content .agree_chk_content {
    height: 13vw;
    padding: 1vw;
  }
  #contact .rt_box .btnSubmit {
    height: 3.625vw;
  }
}
@media screen and (max-width: 1024px) {
  #voucherLogo {
    top: 8vw;
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
  }
  #header.hide ~ #voucherLogo {
    top: 2.5vw;
  }
  #contact .contact_grid {
    grid-template-columns: 40% 60%;
  }
  #contact .contact_grid > div .inner {
    padding-left: 3.75vw !important;
    padding-right: 3.75vw !important;
  }
  #contact .lt_box .inner {
    padding: 3.75vw 0;
  }
  #contact .lt_box h1 {
    font-size: 4.75vw;
    line-height: 1.2;
  }
  #contact .lt_box .contact_info {
    row-gap: 2.5vw;
    margin-top: 5.75vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li + li {
    margin-top: 1vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a {
    grid-template-columns: 3vw auto;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a .tit {
    margin-top: 4px;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a .txt {
    font-size: 1.875vw;
  }
  #contact .lt_box .contact_info .address {
    font-size: 1.375vw;
  }
  #contact .lt_box .contact_info .email {
    font-size: 2.5vw;
  }
  #contact .rt_box h5 {
    font-size: 1.75vw;
  }
  #contact .rt_box .form_content {
    font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / 1545, 16px);
  }
  #contact .rt_box .form_tab_list .tab, #contact .rt_box .form_tab_list.type_tab label, #contact .rt_box .form_tab_list.type_budget label {
    font-size: clamp(11px, 11px + (15 - 11) * (100vw - 375px) / 1545, 15px);
  }
  #contact .rt_box .with_plus_btn label {
    font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  }
  #contact .rt_box .desc_txt {
    font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
    margin-top: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  }
  #contact .rt_box .chkbox_list {
    gap: 1.625vw 1.875vw;
  }
  #contact .rt_box .chkbox_list input + label {
    font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #contact .rt_box .chkbox_list input + label::before {
    width: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  }
  #contact .rt_box .agree_chk_content .agree_chk_content {
    font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
  }
  #contact .rt_box .agree_chk_content fieldset {
    margin-top: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  }
  #contact .rt_box .agree_chk_content fieldset input + label {
    font-size: clamp(11px, 11px + (14 - 11) * (100vw - 375px) / 1545, 14px);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #contact .rt_box .agree_chk_content fieldset input + label::before {
    width: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  }
  #contact .rt_box .btnSubmit {
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  }
  #contact .rt_box .inner {
    padding: 14vw 0 7vw;
  }
  #contact .rt_box .inner, #contact .rt_box #inquiryForm, #contact .rt_box #formContainer {
    row-gap: 4.5vw;
  }
  #contact .rt_box .form_content .form_title {
    margin-bottom: 2vw;
  }
  #contact .rt_box .form_tab_list {
    gap: 1.111vw;
  }
  #contact .rt_box .form_tab_list .tab, #contact .rt_box .form_tab_list.type_tab label, #contact .rt_box .form_tab_list.type_budget label {
    height: 3.325vw;
  }
  #contact .rt_box .form_tab_list .tab {
    width: calc((100% - 4.444vw) / 5);
  }
  #contact .rt_box .form_tab_list.type_tab > li {
    width: calc((100% - 2.222vw) / 3);
  }
  #contact .rt_box .form_tab_list.type_budget li {
    width: calc((100% - 2.222vw) / 3);
    min-width: auto;
  }
  #contact .rt_box .input_list {
    gap: 1.75vw 1.875vw;
  }
  #contact .rt_box .input_list > li.w50 {
    width: calc((100% - 2.875vw) / 2);
  }
  #contact .rt_box .input_list > li select {
    background-position: right top 3px !important;
  }
  #contact .rt_box .input_list > li input,
  #contact .rt_box .input_list > li select,
  #contact .rt_box .with_plus_btn input {
    padding: 0.5vw 0 1vw;
  }
  #contact .rt_box .with_plus_btn.referSiteBox {
    grid-template-columns: auto 3.125vw;
  }
  #contact .rt_box .with_plus_btn.hasPrdImgBox {
    grid-template-columns: auto 12vw 3.125vw;
  }
  #contact .rt_box .agree_chk_content .agree_chk_content {
    height: 15vw;
    padding: 1.375vw;
  }
  #contact .rt_box .btnSubmit {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #voucherLogo {
    top: calc(70px + 11.5vw);
    left: auto;
    right: 4.5vw;
    -webkit-column-gap: 1.75vw;
       -moz-column-gap: 1.75vw;
            column-gap: 1.75vw;
    position: absolute;
  }
  #header.hide ~ #voucherLogo {
    top: calc(70px + 11.5vw);
  }
  #contact .contact_grid {
    grid-template-columns: 1fr;
  }
  #contact .contact_grid > div {
    overflow: hidden;
  }
  #contact .contact_grid > div .inner {
    padding-left: 4.5vw !important;
    padding-right: 4.5vw !important;
  }
  #contact .lt_box {
    position: static;
    height: auto;
  }
  #contact .lt_box .inner {
    padding: calc(70px + 10vw) 0 16vw;
  }
  #contact .lt_box h1 {
    font-size: clamp(38px, 38px + (96 - 38) * (100vw - 375px) / 1545, 96px);
  }
  #contact .lt_box .contact_info {
    row-gap: 3.5vw;
    margin-top: 6vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li + li {
    margin-top: 1.75vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a {
    grid-template-columns: 4.625vw auto;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a .tit {
    margin-top: 4px;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a .txt {
    font-size: clamp(19px, 19px + (25 - 19) * (100vw - 375px) / 1545, 25px);
  }
  #contact .lt_box .contact_info .address {
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / 1545, 18px);
  }
  #contact .lt_box .contact_info .email {
    font-size: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1545, 32px);
  }
  #contact .rt_box h5 {
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1545, 20px);
  }
  #contact .rt_box .inner {
    padding: 0 0 10vw;
  }
  #contact .rt_box .inner, #contact .rt_box #inquiryForm, #contact .rt_box #formContainer {
    row-gap: 6vw;
  }
  #contact .rt_box .form_content .form_title {
    margin-bottom: 2.5vw;
  }
  #contact .rt_box .form_tab_list {
    gap: 1.5vw;
  }
  #contact .rt_box .form_tab_list .tab, #contact .rt_box .form_tab_list.type_tab label, #contact .rt_box .form_tab_list.type_budget label {
    height: 4.425vw;
  }
  #contact .rt_box .form_tab_list .tab {
    width: calc((100% - 6vw) / 5);
  }
  #contact .rt_box .form_tab_list.type_tab > li {
    width: calc((100% - 3vw) / 3);
  }
  #contact .rt_box .form_tab_list.type_budget li {
    width: calc((100% - 3vw) / 3);
    min-width: auto;
  }
  #contact .rt_box .input_list {
    gap: 2.25vw 4vw;
  }
  #contact .rt_box .input_list > li.w50 {
    width: calc((100% - 4vw) / 2);
  }
  #contact .rt_box .input_list > li select {
    background-position: right top 4px !important;
  }
  #contact .rt_box .input_list > li input,
  #contact .rt_box .input_list > li select,
  #contact .rt_box .with_plus_btn input {
    padding: 0.8vw 0 1.6vw;
  }
  #contact .rt_box .with_plus_btn.referSiteBox {
    grid-template-columns: auto 4.375vw;
  }
  #contact .rt_box .with_plus_btn.hasPrdImgBox {
    grid-template-columns: auto 15vw 4.375vw;
  }
  #contact .rt_box .chkbox_list {
    gap: 2vw 2.25vw;
  }
  #contact .rt_box .agree_chk_content .agree_chk_content {
    height: 18vw;
    padding: 1.625vw;
  }
  #contact .rt_box .btnSubmit {
    height: 6vw;
  }
}
@media screen and (max-width: 540px) {
  #voucherLogo {
    top: calc(60px + 12vw);
    -webkit-column-gap: 2.75vw;
       -moz-column-gap: 2.75vw;
            column-gap: 2.75vw;
    right: auto;
    left: 20px;
  }
  #header.hide ~ #voucherLogo {
    top: calc(60px + 12vw);
  }
  #contact .contact_grid > div .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #contact .lt_box .inner {
    padding: calc(60px + 21vw) 0 21vw;
  }
  #contact .lt_box .contact_info {
    row-gap: 7vw;
    margin-top: 10vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li + li {
    margin-top: 2.5vw;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a {
    grid-template-columns: 30px auto;
  }
  #contact .lt_box .contact_info .tel_fax_list > li > a .txt {
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 1545, 24px);
  }
  #contact .lt_box .contact_info .address {
    font-size: clamp(13px, 13px + (17 - 13) * (100vw - 375px) / 1545, 17px);
  }
  #contact .lt_box .contact_info .email {
    font-size: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1545, 32px);
  }
  #contact .rt_box .inner {
    padding: 0 0 16vw;
  }
  #contact .rt_box .inner, #contact .rt_box #inquiryForm, #contact .rt_box #formContainer {
    row-gap: 12vw;
  }
  #contact .rt_box .form_content .form_title {
    margin-bottom: 4.5vw;
  }
  #contact .rt_box .form_content {
    font-size: 13px;
  }
  #contact .rt_box .form_tab_list {
    gap: 2vw;
  }
  #contact .rt_box .form_tab_list .tab, #contact .rt_box .form_tab_list.type_tab label, #contact .rt_box .form_tab_list.type_budget label {
    height: 8vw;
  }
  #contact .rt_box .form_tab_list .tab {
    width: calc((100% - 4.25vw) / 3);
  }
  #contact .rt_box .form_tab_list.type_tab > li {
    width: calc((100% - 4.25vw) / 3);
  }
  #contact .rt_box .form_tab_list.type_budget li {
    width: calc((100% - 2.125vw) / 2);
    min-width: auto;
  }
  #contact .rt_box .input_list {
    gap: 4vw;
  }
  #contact .rt_box .input_list > li.w50 {
    width: 100%;
  }
  #contact .rt_box .input_list > li select {
    background-position: right top 3px !important;
  }
  #contact .rt_box .input_list > li input,
  #contact .rt_box .input_list > li select,
  #contact .rt_box .with_plus_btn input {
    padding: 1.325vw 0 3vw;
  }
  #contact .rt_box .with_plus_btn.referSiteBox {
    grid-template-columns: auto 8.25vw;
  }
  #contact .rt_box .with_plus_btn.hasPrdImgBox {
    grid-template-columns: auto 24vw 8.25vw;
  }
  #contact .rt_box .chkbox_list {
    gap: 4.325vw;
    grid-template-columns: repeat(auto-fit, minmax(clamp(120px, 120px + (205 - 120) * (100vw - 375px) / 1545, 205px), 1fr));
  }
  #contact .rt_box .chkbox_list.mo_full {
    grid-template-columns: 1fr;
  }
  #contact .rt_box .chkbox_list input + label {
    font-size: 12px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  #contact .rt_box .chkbox_list input + label::before {
    width: 15px;
  }
  #contact .rt_box .agree_chk_content .agree_chk_content {
    height: 25vw;
    padding: 2.75vw;
  }
  #contact .rt_box .agree_chk_content fieldset input + label {
    font-size: 12px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  #contact .rt_box .agree_chk_content fieldset input + label::before {
    width: 15px;
  }
  #contact .rt_box .btnSubmit {
    height: 10.5vw;
  }
}/*# sourceMappingURL=contact.css.map */