@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code, del, dfn, em, img, ins, q, samp, small, strong, sub,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, legend, label,
table, caption, thead, tbody, tfoot, tr, td, article, aside, canvas, details,
figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: -0.05em;
}

article, aside, canvas, figure, figcaption, hgroup, footer, header, main, menu, nav, section {
  display: block;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: inherit;
  letter-spacing: -0.05em;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img, video {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Pretendard", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.5;
}

@keyframes popupShow {
  0% {
    transform: translateY(1200px) scale(0.1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes popupHide {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(1200px) scale(0.1);
  }
}
.did-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.did-header {
  position: relative;
  width: 100%;
  height: 1039px;
  background: url("/assets/images/header_bg.jpg") no-repeat center top;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .did-header {
    height: 96vw;
    background-size: cover;
  }
}
.did-header .title {
  display: none;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.did-header .sub-copy {
  display: none;
  font-size: 1.5rem;
  color: #666;
}
.did-header .btn-tts {
  position: absolute;
  top: 30px;
  right: 16px;
  width: 180px;
  height: 60px;
  text-indent: -9999px;
  background: url("/assets/images/tts_bg.png");
  cursor: pointer;
}
.did-header .btn-tts.is-playing {
  background-position: 0 -60px;
}
.did-header .btn-tts.is-paused {
  background-position: 0 0;
}

.did-footer {
  width: 100%;
  height: 120px;
  background: url("/assets/images/footer_bg.jpg") no-repeat center top;
}
@media screen and (max-width: 1080px) {
  .did-footer {
    height: 11vw;
    background-size: cover;
  }
}

.menu-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 80px 22%;
  background-color: #f7e3e8;
}
.menu-grid .menu-item {
  height: 280px;
  border-radius: 20px;
  padding: 60px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .menu-grid .menu-item {
    height: 26vw;
  }
}
.menu-grid .menu-item img {
  object-fit: cover;
}
.menu-grid .menu-item.type1 {
  background-color: #f5a9b2;
}
.menu-grid .menu-item.type2 {
  background-color: #f06e8b;
}
.menu-grid .menu-item strong {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
}
.menu-grid .menu-item strong span {
  font-size: 2.8rem;
}

.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.layer-popup.show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-popup.hiding .popup-box {
  animation: popupHide 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.layer-popup.hiding .popup-dim {
  display: none;
}
.layer-popup .popup-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.layer-popup .popup-box {
  position: relative;
  width: 90%;
  max-width: 960px;
  max-height: 80vh;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  animation: popupShow 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.layer-popup .popup-box .btn-tts {
  position: absolute;
  top: 40px;
  right: 120px;
  width: 180px;
  height: 60px;
  text-indent: -9999px;
  background: url("/assets/images/tts_bg.png");
  cursor: pointer;
}
.layer-popup .popup-box .btn-tts.is-playing {
  background-position: 0 -60px;
}
.layer-popup .popup-box .btn-tts.is-paused {
  background-position: 0 0;
}
.layer-popup .popup-header {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.layer-popup .popup-header .btn-close {
  position: absolute;
  right: 10px;
  top: 27px;
  width: 82px;
  height: 82px;
  background: url("/assets/images/btn_close.png") no-repeat center;
  cursor: pointer;
  text-indent: -9999px;
}
.layer-popup .popup-header .btn-close.btn-close-w {
  background: url("/assets/images/btn_close_w.png") no-repeat center;
}
.layer-popup .popup-header.type1 {
  padding: 80px 0 0;
}
.layer-popup .popup-header.type1 h2 {
  font-size: 6.4rem;
  font-weight: 600;
  text-align: center;
}
.layer-popup .popup-body {
  display: flex;
  padding: 20px 30px;
  font-size: 1.1rem;
  line-height: 1.6;
  overflow: hidden;
}
.layer-popup .popup-body .scroll-content {
  width: 100%;
  padding: 30px 9px 70px 25px;
  overflow-y: scroll;
}
.layer-popup .popup-body .scroll-content::-webkit-scrollbar {
  width: 16px;
}
.layer-popup .popup-body .scroll-content::-webkit-scrollbar-button {
  display: none;
}
.layer-popup .popup-body .scroll-content::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  border-radius: 10px;
}
.layer-popup .popup-body .info {
  padding: 70px 0;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}
.layer-popup .popup-body .brands {
  text-align: center;
}
.layer-popup .popup-body .brands h3 {
  display: inline-block;
  padding: 5px 52px;
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  background-color: #f06e8b;
  border-radius: 50px;
  text-align: center;
}
.layer-popup .popup-body .brands ul {
  margin-top: 50px;
  text-align: left;
}
.layer-popup .popup-body .brands ul li {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 11px 17px;
  border: 3px solid #f06e8b;
  border-radius: 40px;
}
.layer-popup .popup-body .brands ul li .num {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #f06e8b;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 30px;
}
.layer-popup .popup-body .brands ul li .brand {
  font-size: 3rem;
  font-weight: 600;
  margin-left: 20px;
}
.layer-popup .popup-body .brands ul li .floor-num {
  display: flex;
  justify-content: end;
  font-size: 2.8rem;
  color: #666;
  flex: 1;
  margin-right: 25px;
}
.layer-popup .popup-body .tab-floor {
  width: 670px;
  margin-bottom: 20px;
  margin: 0 auto;
  border-bottom: 3px solid #ddd;
}
.layer-popup .popup-body .tab-floor li {
  flex: 1;
  text-align: center;
}
.layer-popup .popup-body .tab-floor li button {
  font-size: 4.8rem;
  font-weight: 500;
  color: #d9d9d9;
}
.layer-popup .popup-body .tab-floor li.active {
  border-bottom: 3px solid #000;
  margin-bottom: -3px;
}
.layer-popup .popup-body .tab-floor li.active button {
  color: #000;
}
.layer-popup .tab-contents h3 {
  margin-top: 50px;
  font-size: 5rem;
  font-weight: 600;
  color: #f06e8b;
  text-align: center;
}
.layer-popup .tab-contents .tab-district {
  margin: 50px auto 0;
  gap: 50px;
  justify-content: center;
}
.layer-popup .tab-contents .tab-district li {
  display: inline-block;
}
.layer-popup .tab-contents .tab-district li button {
  padding: 5px 30px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 40px;
  background-color: #f5a9b2;
}
.layer-popup .tab-contents .tab-district li.active button {
  background-color: #f06e8b;
}
.layer-popup .tab-contents .cont-img {
  margin-top: 40px;
}
.layer-popup .tab-contents h4 {
  margin-top: 40px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.layer-popup .tab-contents h4.co_2 {
  color: #9f9f21;
}
.layer-popup .tab-contents h4.co_3 {
  color: #4cae9f;
}
.layer-popup .tab-contents h4.co_4 {
  color: #4ccb70;
}
.layer-popup .tab-contents h4.co_5 {
  color: #ffb129;
}
.layer-popup .tab-contents h4.co_6 {
  color: #f5574e;
}
.layer-popup .tab-contents .brand {
  margin-top: 50px;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
.layer-popup .tab-contents .brand span {
  display: inline-block;
  margin-right: 25px;
  padding: 3px 30px;
  color: #fff;
  border-radius: 30px;
}
.layer-popup .tab-contents .brand span.co_2 {
  background-color: #9f9f21;
}
.layer-popup .tab-contents .brand span.co_3 {
  background-color: #4cae9f;
}
.layer-popup .tab-contents .brand span.co_4 {
  background-color: #4ccb70;
}
.layer-popup .tab-contents .brand span.co_5 {
  background-color: #ffb129;
}
.layer-popup .tab-contents .brand span.co_6 {
  background-color: #f5574e;
}
.layer-popup .tab-contents .cont-text {
  margin-top: 40px;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}

.tab-nav {
  display: flex;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.form-wrap h3 {
  margin: -30px 0 50px;
  padding-top: 45px;
  font-size: 5rem;
  font-weight: 600;
  background: url("/assets/images/dot_bg.jpg") repeat-x left top;
  text-align: center;
  line-height: 1.2;
}

.form-group {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
.form-group > div > label {
  display: block;
  margin-bottom: 8px;
  font-size: 2.8rem;
  font-weight: 500;
}
.form-group > div > label sub {
  display: inline-block;
  color: #ff0000;
}
.form-group input[type=number]::-webkit-outer-spin-button,
.form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type=text], .form-group input[type=tel], .form-group input[type=email], .form-group input[type=number], .form-group textarea, .form-group select {
  width: 100%;
  padding: 15px;
  font-size: 2.6rem;
  font-weight: 400;
  background: #f2f2f2;
  border-radius: 10px;
}
.form-group input[type=text]:focus, .form-group input[type=tel]:focus, .form-group input[type=email]:focus, .form-group input[type=number]:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: #f06e8b;
}
.form-group .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
  min-height: 71px;
}
.form-group .checkbox-group input[type=checkbox]:checked + label::before, .form-group .checkbox-group input[type=radio]:checked + label::before {
  background: #d94a6a url("/assets/images/icon_check.png") no-repeat center;
}
.form-group .checkbox-group label {
  display: inline-block;
  width: calc(25% - 11.25px);
  font-size: 2.6rem;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 1;
}
.form-group .checkbox-group label.long {
  width: calc(33.33% - 10px);
  flex-shrink: 1;
}
.form-group .checkbox-group label.long2 {
  width: 45%;
}
.form-group .checkbox-group label::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin: -4px 12px 0 0;
  background: #b5b5b5 url("/assets/images/icon_check.png") no-repeat center;
  background-size: contain;
  border-radius: 100%;
  vertical-align: middle;
}
.form-group select {
  height: 71px;
  background: url("/assets/images/icon_select_arrow.png") no-repeat 94% 50% #f2f2f2;
}
.form-group.split-3 > div {
  width: calc((100% - 50px) / 3);
}
.form-group.split-2 > div {
  width: calc((100% - 25px) / 2);
}
.form-group.no-flex {
  display: block;
}
.form-group.agree-box {
  display: block;
  padding-top: 35px;
  border-top: 1px solid #ddd;
}
.form-group.agree-box .psn-box {
  padding: 15px 8px;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 10px;
  box-sizing: border-box;
}
.form-group.agree-box .psn-box-in {
  padding: 5px 20px;
  height: 250px;
  max-height: 250px;
  overflow-y: auto;
}
.form-group.agree-box .psn-box-in p {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 400;
}
.form-group.agree-box .psn-box-in::-webkit-scrollbar {
  width: 8px;
}
.form-group.agree-box .psn-box-in::-webkit-scrollbar-button {
  display: none;
}
.form-group.agree-box .psn-box-in::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.form-group.agree-box label span {
  color: #b5b5b5;
}

.btn-submit {
  width: 100%;
  padding: 15px;
  background: #f06e8b;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  border-radius: 15px;
  cursor: pointer;
}