@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
body {
  font-size: 16px;
}

body {
  font-family: pretendard;
  font-size: 16px;
}

ul {
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  list-style: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  line-height: 140%;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Bold.woff2") format("woff2"), url("../fonts/OggTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Medium.woff2") format("woff2"), url("../fonts/OggTRIAL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Regular.woff2") format("woff2"), url("../fonts/OggTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Light.woff2") format("woff2"), url("../fonts/OggTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ogg TRIAL";
  src: url("../fonts/OggTRIAL-Thin.woff2") format("woff2"), url("../fonts/OggTRIAL-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinest";
  src: url("../fonts/CabinestRegular.eot");
  src: url("../fonts/CabinestRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/CabinestRegular.woff2") format("woff2"), url("../fonts/CabinestRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button {
  padding-block: 0;
  padding-inline: 0;
}

.your-style {
  font-family: "Ogg TRIAL";
  font-weight: bold;
  font-style: normal;
}

.btn-bn {
  background: transparent;
  border: none;
}

.btn-order {
  background: #000000;
  border: none;
  border-radius: 300px;
  padding: 12px 30px;
}

.flower-box {
  box-shadow: 0 0 0 1px #a0a0a0 inset;
  border-radius: 5px;
  padding: 37px 36px;
}

header {
  width: 100%;
  height: 80px;
  padding: 0.625rem 0;
  margin: auto;
  position: fixed;
  text-align: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  transition: top 0.4s ease-in-out;
}
header.header-bg {
  background: #ffffff;
  border-bottom: 1px solid rgba(255, 58, 30, 0.1);
}
header.hidden {
  top: -15%;
  transition: 0.3s;
  z-index: 1000;
}
header .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}
header .container .gnb {
  align-items: center;
  flex-direction: row;
  height: 100%;
  align-items: center;
}
header .container .gnb .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-logo {
  z-index: 9999;
  align-items: center;
}
header .nav-logo a {
  font-family: "Cabinest", serif;
  font-size: 28px;
  letter-spacing: 1;
  text-align: center;
  color: #ff3a1e;
  list-style: none;
  text-decoration: none;
  display: flex;
  gap: 0 10px;
}
header .nav-list {
  width: 520px;
  z-index: 9999;
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {
  header .nav-list {
    display: flex;
    justify-content: space-between;
  }
}
header .nav-list li {
  width: 130px;
  position: relative;
  padding: 10px 0;
}
header .nav-list li a {
  font-family: "Cabinest", serif;
  list-style: none;
  text-decoration: none;
  text-align: center;
  color: #ff3a1e;
  font-size: 1.375rem;
}
header .nav-list li a:hover {
  color: #ea1d00;
}
header .nav-list li a:after {
  background-color: #ff3a1e;
}
header .nav-list > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 110px;
  height: 2px;
  background-color: rgba(255, 58, 30, 0.3);
  border-radius: 300px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
header .nav-list > li:hover:after {
  transform: scaleX(1);
}

.hamburger {
  width: 24px;
  background: transparent;
  border: none;
  display: block;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.hamburger .hamburger-box .hamburger-inner {
  width: 100%;
  height: 1px;
  border: 1px solid #ff3a1e;
  border-radius: 300px;
  background: #ff3a1e;
}
.hamburger:hover {
  opacity: 0.7;
}

.megamenu {
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 9990;
}
.megamenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.megamenu .megamenu-box {
  width: 100%;
  text-align: left;
}
.megamenu .megamenu-box .megamenu-list ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}
.megamenu .megamenu-box .megamenu-list ul li {
  margin: 1.2rem 0;
}
.megamenu .megamenu-box .megamenu-list ul li a {
  font-size: 3.5rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #ff3a1e;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media (min-width: 375px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 3.5rem;
  }
}
@media (min-width: 576px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
@media (min-width: 1560px) {
  .megamenu .megamenu-box .megamenu-list ul li a {
    font-size: 4rem;
  }
}
.megamenu .megamenu-box .megamenu-list ul li a:hover {
  color: #ff3a1e;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  display: block;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec01 {
  padding-top: 6.25rem;
}
.sec01 .sec01__title h1 {
  font-family: "Ogg TRIAL";
  font-size: 2.25rem;
  font-weight: bold;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .sec01 .sec01__title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sec01 .sec01__title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec01 .sec01__title h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .sec01 .sec01__title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  .sec01 .sec01__title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  .sec01 .sec01__title h1 {
    font-size: 4rem;
  }
}

.sec02 {
  padding: 3.125rem 0;
}
.sec02 .sec02__title {
  margin-bottom: 1.875rem;
}
.sec02 .sec02__title h4 {
  font-family: "Ogg TRIAL";
  font-size: 1.375rem;
  font-weight: bold;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .sec02 .sec02__title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .sec02 .sec02__title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .sec02 .sec02__title h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sec02 .sec02__title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  .sec02 .sec02__title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1560px) {
  .sec02 .sec02__title h4 {
    font-size: 1.75rem;
  }
}
.sec02 .sec02__map {
  height: 400px;
}
.sec02 .sec02__map #map {
  height: 100%;
  border-radius: 10px;
}

.sec03 {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}
.sec03 .sec03__title {
  margin-bottom: 1.875rem;
}
.sec03 .sec03__title h4 {
  font-family: "Ogg TRIAL";
  font-size: 1.375rem;
  font-weight: bold;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .sec03 .sec03__title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03__title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03__title h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03__title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03__title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03__title h4 {
    font-size: 1.75rem;
  }
}
.sec03 .sec03__table {
  width: 100%;
  border-collapse: collapse;
}
.sec03 .sec03__table .sec03__table__thead tr {
  width: 100%;
  height: 90px;
  border-top: 1px solid #ff3a1e;
  border-bottom: 1px solid #ff3a1e;
}
.sec03 .sec03__table .sec03__table__thead td {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ff3a1e;
  vertical-align: middle;
}
@media (min-width: 375px) {
  .sec03 .sec03__table .sec03__table__thead td {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03__table .sec03__table__thead td {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03__table .sec03__table__thead td {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03__table .sec03__table__thead td {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03__table .sec03__table__thead td {
    font-size: 1.125rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03__table .sec03__table__thead td {
    font-size: 1.125rem;
  }
}
.sec03 .sec03__table .sec03__table__tbody tr {
  width: 100%;
  height: 90px;
  border-top: 1px solid rgba(255, 58, 30, 0.3);
  border-bottom: 1px solid rgba(255, 58, 30, 0.3);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.sec03 .sec03__table .sec03__table__tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.sec03 .sec03__table .sec03__table__tbody td {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff3a1e;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 375px) {
  .sec03 .sec03__table .sec03__table__tbody td {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sec03 .sec03__table .sec03__table__tbody td {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .sec03 .sec03__table .sec03__table__tbody td {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .sec03 .sec03__table .sec03__table__tbody td {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .sec03 .sec03__table .sec03__table__tbody td {
    font-size: 1.125rem;
  }
}
@media (min-width: 1560px) {
  .sec03 .sec03__table .sec03__table__tbody td {
    font-size: 1.125rem;
  }
}
.sec03 .sec03__table .sec03__table__tbody td a {
  color: #ff3a1e;
}

.sec04__faq {
  background: #F9F9F9;
  padding: 6.25rem 0;
}
.sec04__faq .sec04__faq-left {
  display: flex;
  justify-content: left;
}
.sec04__faq .sec04__faq-left .faq-title {
  margin-bottom: 1.563rem;
}
.sec04__faq .sec04__faq-left .faq-title h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .sec04__faq .sec04__faq-left .faq-title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .sec04__faq .sec04__faq-left .faq-title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .sec04__faq .sec04__faq-left .faq-title h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sec04__faq .sec04__faq-left .faq-title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  .sec04__faq .sec04__faq-left .faq-title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1560px) {
  .sec04__faq .sec04__faq-left .faq-title h4 {
    font-size: 1.75rem;
  }
}
.sec04__faq .sec04__faq-left .faq-title h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ff3a1e;
}
@media (min-width: 375px) {
  .sec04__faq .sec04__faq-left .faq-title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sec04__faq .sec04__faq-left .faq-title h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .sec04__faq .sec04__faq-left .faq-title h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .sec04__faq .sec04__faq-left .faq-title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1280px) {
  .sec04__faq .sec04__faq-left .faq-title h1 {
    font-size: 3.375rem;
  }
}
@media (min-width: 1560px) {
  .sec04__faq .sec04__faq-left .faq-title h1 {
    font-size: 4rem;
  }
}
.sec04__faq .sec04__faq-right .accordion-header button {
  font-size: 0.875rem;
  color: #ff3a1e;
  font-weight: 400;
  background: #F9F9F9;
}
@media (min-width: 375px) {
  .sec04__faq .sec04__faq-right .accordion-header button {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sec04__faq .sec04__faq-right .accordion-header button {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .sec04__faq .sec04__faq-right .accordion-header button {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .sec04__faq .sec04__faq-right .accordion-header button {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .sec04__faq .sec04__faq-right .accordion-header button {
    font-size: 1.25rem;
  }
}
@media (min-width: 1560px) {
  .sec04__faq .sec04__faq-right .accordion-header button {
    font-size: 1.375rem;
  }
}
.sec04__faq .sec04__faq-right .accordion-body {
  font-size: 0.875rem;
  font-weight: 300;
  color: #717171;
  background: #F9F9F9;
}
@media (min-width: 375px) {
  .sec04__faq .sec04__faq-right .accordion-body {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sec04__faq .sec04__faq-right .accordion-body {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .sec04__faq .sec04__faq-right .accordion-body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .sec04__faq .sec04__faq-right .accordion-body {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .sec04__faq .sec04__faq-right .accordion-body {
    font-size: 1.25rem;
  }
}
@media (min-width: 1560px) {
  .sec04__faq .sec04__faq-right .accordion-body {
    font-size: 1.375rem;
  }
}
.sec04__faq .sec04__faq-right .accordion-body b {
  color: #4b4b4b;
  font-weight: 400;
}
.sec04__faq .sec04__faq-right .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23ff3a1e" stroke-width="2" d="M1.5 6.5l6 6 6-6"/></svg>');
}

.footer {
  padding: 4.375rem 0 3.125rem;
  background: #ff3a1e;
}
.footer .footer__logo {
  margin-bottom: 1.25rem;
}
.footer .footer__line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 1.25rem;
}
.footer .footer__info-bar {
  display: flex;
  list-style: none;
  text-decoration: none;
  margin-bottom: 1.563rem;
}
.footer .footer__info-bar .footer__info-list {
  font-size: 0.75rem;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .footer__info-bar .footer__info-list {
    font-size: 1.125rem;
  }
}
.footer .footer__info-bar .footer__info-list + .footer__info-list::before {
  content: "|";
  margin: 0.625rem;
  color: inherit;
}
.footer .copyright p {
  font-size: 0.75rem;
  font-weight: 200;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .copyright p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .copyright p {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .copyright p {
    font-size: 1.125rem;
  }
}
.footer .footer__right-info {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 200;
  color: #ffffff;
}
@media (min-width: 375px) {
  .footer .footer__right-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .footer .footer__right-info {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer .footer__right-info {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .footer .footer__right-info {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer .footer__right-info {
    font-size: 1rem;
  }
}
@media (min-width: 1560px) {
  .footer .footer__right-info {
    font-size: 1.125rem;
  }
}
.footer .footer__right-info ul {
  margin-bottom: 0.625rem;
}

.popup-modal {
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s ease;
  width: 350px;
  height: 600px;
  border: 1px solid #ff3a1e;
  border-radius: 10px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #ffffff;
}
@media (min-width: 576px) {
  .popup-modal {
    width: 516px;
    height: 580px;
  }
}
@media (min-width: 768px) {
  .popup-modal {
    width: 696px;
    height: 640px;
  }
}
@media (min-width: 1024px) {
  .popup-modal {
    width: 700px;
    height: 640px;
  }
}
.popup-modal.show {
  opacity: 1;
  visibility: visible;
}
.popup-modal .modal__box {
  border: none;
  max-width: 700px;
  max-height: 640px;
}
.popup-modal .tab__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
.popup-modal .tab__list .modal__close {
  border: none;
  background: none;
}
.popup-modal .tab__list .modal__tabs {
  display: flex;
  justify-content: left;
  border-bottom: none;
  gap: 10px 10px;
}
.popup-modal .tab__list .modal__tabs .modal__link {
  border: 1px solid;
  border-radius: 300px;
  border-color: #ff3a1e;
  background: #ffffff;
  padding: 5px 24px;
  font-size: 0.875rem;
  color: #ff3a1e;
  font-weight: 400;
}
@media (min-width: 375px) {
  .popup-modal .tab__list .modal__tabs .modal__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .popup-modal .tab__list .modal__tabs .modal__link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .popup-modal .tab__list .modal__tabs .modal__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .popup-modal .tab__list .modal__tabs .modal__link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .popup-modal .tab__list .modal__tabs .modal__link {
    font-size: 1.25rem;
  }
}
@media (min-width: 1560px) {
  .popup-modal .tab__list .modal__tabs .modal__link {
    font-size: 1.375rem;
  }
}
.popup-modal .tab__list .modal__tabs .modal__item.show .modal__link,
.popup-modal .tab__list .modal__tabs .modal__item .modal__link.active {
  background: #ff3a1e;
  color: #ffffff;
  font-weight: 400;
}
.popup-modal .tab-content {
  width: 100%;
}
.popup-modal .tab-content .modal__content {
  width: 100%;
}
.popup-modal .tab-content .modal__content .modal__map {
  width: 100%;
  margin-bottom: 1.875rem;
}
.popup-modal .tab-content .modal__content .modal__map .modal__map-content {
  width: 100%;
  height: 200px !important;
  border-radius: 10px;
}
.popup-modal .tab-content .modal__content__title {
  margin-bottom: 0.625rem;
}
.popup-modal .tab-content .modal__content__title h4 {
  font-size: 1.375rem;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 375px) {
  .popup-modal .tab-content .modal__content__title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) {
  .popup-modal .tab-content .modal__content__title h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .popup-modal .tab-content .modal__content__title h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .popup-modal .tab-content .modal__content__title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1280px) {
  .popup-modal .tab-content .modal__content__title h4 {
    font-size: 1.625rem;
  }
}
@media (min-width: 1560px) {
  .popup-modal .tab-content .modal__content__title h4 {
    font-size: 1.75rem;
  }
}
.popup-modal .tab-content .modal__content__info {
  display: flex;
  justify-content: space-between;
  gap: 24px 24px;
}
.popup-modal .tab-content .modal__content__info .content__text {
  width: 100%;
  gap: 10px;
}
.popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
  display: inline-block;
  font-size: 0.875rem;
  color: #353535;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 375px) {
  .popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1560px) {
  .popup-modal .tab-content .modal__content__info .content__text .content__text-title span {
    font-size: 1.375rem;
  }
}
.popup-modal .tab-content .modal__content__info .content__text span {
  font-size: 0.875rem;
  color: #717171;
  font-weight: 300;
}
@media (min-width: 375px) {
  .popup-modal .tab-content .modal__content__info .content__text span {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .popup-modal .tab-content .modal__content__info .content__text span {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .popup-modal .tab-content .modal__content__info .content__text span {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .popup-modal .tab-content .modal__content__info .content__text span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .popup-modal .tab-content .modal__content__info .content__text span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1560px) {
  .popup-modal .tab-content .modal__content__info .content__text span {
    font-size: 1.125rem;
  }
}
.popup-modal .tab-content .modal__content__info .content__text .address {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.938rem;
}
.popup-modal .tab-content .modal__content__info .content__text .phonenumber {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.938rem;
}
.popup-modal .tab-content .modal__content__info .content__text .operating-time {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .popup-modal .tab-content .modal__content__info .content__text .operating-time {
    margin-bottom: 2.5rem;
  }
}
.popup-modal .tab-content .modal__socail-btn {
  display: flex;
  gap: 0 10px;
}
.popup-modal .tab-content .modal__socail-btn .social-btn {
  border: none;
  background: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=location.css.map */