@charset "utf-8";

@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/PretendardVariable.woff2") format("woff2-variations");
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Pretendard Variable", "Malgun Gothic", sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: anywhere;
  scroll-behavior: smooth;
  overflow: auto;
}
body.noscroll,
body.modscroll {
  overflow: hidden;
}

ul, ol, li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
button, input, select, textarea, label {
  font: inherit;
}
input::placeholder {
  color: #929292;
}
img, svg {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.vis-hidden {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.limeclamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.imgzoom__outer {
  position: relative;
}
.imgzoom__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgzoom__outer:hover .imgzoom__inner {
  width: 120%;
  height: 120%;
}

.btnicon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
}
.btnicon:hover {
  background: #F3F3F3;
}
.btnicon__img {
  width: 24px;
  height: 24px;
}

.header__wrap {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.gnb__wrap {
  padding: 4px 0;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
}
.gnb__inner {
  width: 1200px;
  max-width: 100%;
  padding: 0 8px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
}
.gnb__mobile {
  display: block;
}
.gnb__pc {
  display: none;
}

.gnb__menu {
  position: relative;
}

.gnb__logo {
  margin-left: 4px;
}
.gnb__logo-link {
  padding: 4px;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.gnb__logo-img {
  width: 112px;
  height: 28px;
}

.gnb__search {
  margin: 0;
}

.searchbar__wrap {
  border-radius: 99px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F3F3F3;
}
.searchbar__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
}
.searchbar__input {
  margin: 0 4px;
  height: 40px;
  padding: 0 4px;
  flex: 1 1 auto;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background: none;
}

.lnb__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lnb__item {
  padding: 0 6px;
  position: relative;
}
.lnb__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  z-index: 1;
  background: #EBEBEB;
}
.lnb__item:last-child {
  padding-right: 0;
}
.lnb__item:last-child::after {
  display: none;
}
.lnb__link {
  height: 32px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 50   0;
  line-height: 20px;
  position: relative;
}
.lnb__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.lnb__img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.catemenu__wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.25);
}
.catemenu__wrap.catemenu--open {
  display: block;
}
.catemenu__inner {
  width: 220px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: 0;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: none;
}
.catemenu__account {
  display: block;
  padding: 0 0 8px;
  border-bottom: 1px solid #EBEBEB;
}
.catemenu__logo {
  display: block;
  padding: 16px;
}
.catemenu__logo-link {
  display: block;
  width: fit-content;
}
.catemenu__logo-img {
  width: 112px;
  height: 28px;
}
.catemenu__login {
  display: block;
  text-align: center;
  padding: 8px;
  margin-bottom: 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #F5623D;
  background: #FFF3F1;
}
.catemenu__list {
  padding: 8px 0;
  border-bottom: 1px solid #EBEBEB;
}
.catemenu__list:last-child {
  border-bottom: 0;
}
.catemenu__item {
  margin: 0 0 8px;
}
.catemenu__item:last-child {
  margin: 0;
}
.catemenu__link {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background: #FFFFFF;
}
.catemenu__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.catemenu__link.catemenu__more {
  padding: 4px 24px 4px 8px;
  background-image: url("./icons/chevron-right-gray.svg");
  background-position: center right;
  background-size: 24px;
  background-repeat: no-repeat;
}
.catemenu__img--black,
.catemenu__img--orange {
  width: 24px;
  height: 24px;
}
.catemenu__img--black {
  display: block;
}
.catemenu__img--orange {
  display: none;
}

.catemenu__back {
  padding: 4px 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.catemenu__title {
  padding: 12px 8px 8px 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-top: 1px solid #EBEBEB;
}

.catemenu__box {
  width: 100%;
  padding: 0 16px;
}
.catemenu__box1 {
  display: block;
}
.catemenu__box2 {
  display: block;
}
.catemenu__box3 {
  display: none;
}

.recmenu__wrap {
  position: relative;
  height: 40px;
  padding: 0;
  position: relative;
  background: #FFFFFF;
}
.recmenu__swiper {
  height: 40px;
  padding: 4px 48px 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  background: #FFFFFF;
}
.recmenu__swiper .swiper-slide {
  width: fit-content;
  padding: 2px 4px;
}
.recmenu__item {
  padding: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.recmenu__item:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.recmenu__img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.recmenu__toggle {
  width: 56px;
  height: 100%;
  padding-left: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 112;
  background: linear-gradient(90deg, transparent 0, #FFFFFF 16px, #FFFFFF);
}
.recmenu__btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 0;
  position: relative;
  background: #FFFFFF;
}
.recmenu__btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  transform: none;
  background: center / contain url("./icons/chevron-down-black.svg") no-repeat;
}

.mainarea__wrap {
  background: #F4F5F6;
}
.mainarea__section {
  margin-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
  background: #FFFFFF;
}
.mainarea__section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.mainsect__header {
  margin-bottom: 16px;
}
.mainsect--edges {
  padding: 0 16px;
}
.mainsect__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.mainsect__title-img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.mainsect__desc {
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}

.mainbanner__wrap {
  background: #FFFFFF;
}
.mainbanner__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.mainbanner__swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 15 / 8;
  --swiper-navigation-sides-offset: 24px;
}
.mainbanner__swiper .swiper-button-prev,
.mainbanner__swiper .swiper-button-next {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #DFDFDF;
  border-radius: 50%;
  background: center / 24px no-repeat #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.mainbanner__swiper .swiper-button-prev {
  background-image: url("./icons/chevron-left-black.svg");
}
.mainbanner__swiper .swiper-button-next {
  background-image: url("./icons/chevron-right-black.svg");
}
.mainbanner__swiper .swiper-button-prev::after,
.mainbanner__swiper .swiper-button-next::after {
  display: none;
}
.mainbanner__swiper .swiper-pagination {
  width: 48px;
  padding: 4px 12px 4px 4px;
  border-radius: 8px 0 0 0;
  bottom: 0;
  right: 0;
  left: auto;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  color: #FFFFFF;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.5);
}
.mainbanner__item {
  display: block;
  width: 100%;
  height: 100%;
}
.mainbanner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotclip__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}
.hotclip__swiper.swiper {
  padding: 0;
  --swiper-navigation-sides-offset: 36px;
}
.hotclip__swiper.swiper::after,
.hotclip__swiper.swiper::before {
  content: "";
  display: none;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #FFFFFF;
}
.hotclip__swiper.swiper::before {
  left: 0;
}
.hotclip__swiper.swiper::after {
  right: 0;
}
.hotclip__swiper .swiper-slide {
  height: auto;
  aspect-ratio: 3 / 5;
}
.hotclip__swiper .swiper-button-prev,
.hotclip__swiper .swiper-button-next {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  background: center / 24px no-repeat #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.hotclip__swiper .swiper-button-prev {
  background-image: url("./icons/chevron-left-black.svg");
}
.hotclip__swiper .swiper-button-next {
  background-image: url("./icons/chevron-right-black.svg");
}
.hotclip__swiper .swiper-button-prev::after,
.hotclip__swiper .swiper-button-next::after {
  display: none;
}
.hotclip__item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.hotclip__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotclip__caption {
  padding: 32px 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.50));
}
.hotclip__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bestseller__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 16px;
}
.bestseller__content {
  aspect-ratio: 343 / 328;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
}
.bestseller__left,
.bestseller__right {
  min-width: 0;
  min-height: 0;
}
.bestseller__swiper.swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 80px;
  --swiper-navigation-sides-offset: 0;
  --swiper-pagination-bottom: 4px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-border-radius: 9px;
  --swiper-pagination-color: #F5623D;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
}
.bestseller__swiper .swiper-button-prev,
.bestseller__swiper .swiper-button-next {
  display: none;
  width: 40px;
  height: 80px;
}
.bestseller__swiper .swiper-button-prev {
  border-radius: 0 8px 8px 0;
  background: center / 24px url("./icons/chevron-left-white.svg") no-repeat rgba(0, 0, 0, 0.25);
}
.bestseller__swiper .swiper-button-next {
  border-radius: 8px 0 0 8px;
  background: center / 24px url("./icons/chevron-right-white.svg") no-repeat rgba(0, 0, 0, 0.25);
}
.bestseller__swiper .swiper-button-prev::after,
.bestseller__swiper .swiper-button-next::after {
  display: none;
}
.bestseller__item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.bestseller__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestseller__grid.swiper {
  width: 100%;
  height: 100%;
}

.mainproduct__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}
.mainproduct__swiper.swiper {
  padding: 0;
  --swiper-navigation-sides-offset: 36px;
}
.mainproduct__swiper.swiper::before,
.mainproduct__swiper.swiper::after {
  content: "";
  display: none;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: #FFFFFF;
}
.mainproduct__swiper.swiper::before {
  left: 0;
}
.mainproduct__swiper.swiper::after {
  right: 0;
}
.mainproduct__swiper .swiper-button-prev,
.mainproduct__swiper .swiper-button-next {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
}
.mainproduct__swiper .swiper-button-prev {
  background: center / 24px url("./icons/chevron-left-black.svg") no-repeat #FFFFFF;
}
.mainproduct__swiper .swiper-button-next {
  background: center / 24px url("./icons/chevron-right-black.svg") no-repeat #FFFFFF;
}
.mainproduct__swiper .swiper-button-prev::after,
.mainproduct__swiper .swiper-button-next::after {
  display: none;
}
.mainproduct__preview {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.mainproduct__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainproduct__about {
  font-size: 14px;
  line-height: 20px;
}
.mainproduct__brand {
  margin: 0;
  color: #929292;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mainproduct__name {
  margin: 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mainproduct__name:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mainproduct__discount {
  font-weight: 600;
  color: #F5623D;
}
.mainproduct__discount span {
  font-weight: 400;
  color: #B0B0B0;
}
.mainproduct__price {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.mainproduct__price span {
  font-size: 14px;
  font-weight: 500;
}
.mainproduct__rating {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding-left: 18px;
  background: top 1px left / 16px url("./icons/star-yellow.svg") no-repeat;
}
.mainproduct__rating span {
  font-weight: 400;
  color: #929292;
}

.footer__wrap {
  background: #F4F5F6;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
  display: block;
}

.footer__left {
  padding-bottom: 16px;
  padding-right: 0;
}
.footer-cs__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.footer-cs__contact {
  display: block;
  margin-bottom: 16px;
}
.footer-cs__signup {
  margin-bottom: 16px;
}
.footer-cs__signup-btn {
  display: block;
  width: 100%;
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid #F5623D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #F5623D;
}
.footer-cs__phone {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.footer-cs__phone-sub {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 14px;
  font-weight: 400;
}
.footer-cs__item {
  margin-bottom: 4px;
  padding-left: 0.5em;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #929292;
}
.footer-cs__item::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.footer-cs__item:last-child {
  margin-bottom: 0;
}
.footer-cs__online {
  font-size: 14px;
  line-height: 20px;
}
.footer-cs__online-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
}
.footer__right {
  padding-top: 16px;
  padding-left: 0;
  border-top: 1px solid #EBEBEB;
  border-left: 0;
}
.footer__tos {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.footer__info {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #929292;
}
.footer__copyright {
  margin-top: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #929292;
}

.filter__wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.25);
}
.filter__wrap.filter--open {
  display: block;
}
.filter__inner {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 90%;
  border-radius: 8px 8px 0 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "head" "body" "foot";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
}
.filter__close {
  position: absolute;
  top: 4px;
  right: 12px;
}
.filter__close-btn {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: center / 24px url("./icons/close-black.svg") no-repeat #FFFFFF;
}
.filter__head {
  min-height: 0;
  grid-area: head;
  padding: 11px 24px;
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.filter__body {
  min-height: 0;
  grid-area: body;
  overflow: hidden;
}
.filter__foot {
  min-height: 0;
  grid-area: foot;
  border-top: 1px solid #EBEBEB;
  padding: 16px;
}
.filter__content {
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  overflow: auto;
}
.filter__sect {
  margin-bottom: 24px;
}
.filter__sect:last-child {
  margin-bottom: 0;
}
.filter__sect-title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.filter__sect-desc {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.filterradio__group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.filterradio__wrap {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.filterradio__inp {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
}
.filterradio__lbl {
  display: block;
  padding: 6px 12px;
  border-radius: 99px;
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
}
.filterradio__lbl:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.filterradio__wrap:focus-within .filterradio__lbl {
  outline: 1px solid #343434;
}
.filterradio__inp:checked + .filterradio__lbl {
  font-weight: 500;
  border-color: #343434;
  outline: 1px solid #343434;
  background: #F3F3F3;
}

.filterrange__group {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}
.filterrange__wrap {
  min-width: 0;
}
.filterrange__inp {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  width: 100%;
}
.filterstars__1,
.filterstars__2,
.filterstars__3,
.filterstars__4 {
  display: inline-block;
  padding-left: 84px;
  background: center left / 80px no-repeat;
}
.filterstars__1 {
  background-image: url("./icons/stars-1.svg");
}
.filterstars__2 {
  background-image: url("./icons/stars-2.svg");
}
.filterstars__3 {
  background-image: url("./icons/stars-3.svg");
}
.filterstars__4 {
  background-image: url("./icons/stars-4.svg");
}

.filtercontrol__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
}
.filtercontrol__reset {
  cursor: pointer;
  display: block;
  padding: 12px 8px 12px 28px;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #F5623D;
  background: center left / 24px url("./icons/refresh-orange.svg") no-repeat #FFFFFF; 
}
.filtercontrol__send {
  padding: 12px;
  display: block;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  background: #F5623D;
}

.modal__wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.25);
}
.modal__wrap.modal--open {
  display: block;
}
.modal__inner {
  width: 320px;
  aspect-ratio: 4 / 5;
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal__close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.modal__close-btn {
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  background: center / 24px url("./icons/close-black.svg") no-repeat #FFFFFF;
}

.modal__item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.modal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.aboutarea__section {
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
.aboutarea__section:last-child {
  border-bottom: 0;
}
.aboutsect__header {
  margin-bottom: 16px;
  padding: 0 16px;
}
.aboutsect__title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.aboutsect__title-sub {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #929292;
}
.aboutsect__addr {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}



.mapview__wrap {
  background: #FFFFFF;
}
.mapview__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mapview__head {
  padding: 16px;
}
.mapview__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.mapview__desc {
  font-size: 16px;
  line-height: 24px;
  color: #929292;
}
.mapview__body {}



.location__wrap {}
.location__inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}
.location__grid {
  display: block;
  background: #FFFFFF;
}
.location__item {
  min-width: 0;
  padding: 24px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 4px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #EBEBEB;
}
.location__item:last-child {
  border-bottom: 0;
}
.location__info {
  flex: 1 1 0;
}
.location__title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.location__title-sub {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #929292;
}
.location__addr {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}
.location__preview {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
}
.location__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #636363;
}
.location__btn--call,
.location__btn--find,
.location__btn--share {
  display: block;
  padding: 7px 11px 7px 35px;
  border: 1px solid #EBEBEB;
  border-radius: 99px;
  background: center left 12px / 20px no-repeat #FFFFFF;
}
.location__btn--call {
  background-image: url("./icons/chevron-right-gray-sm.svg");
}
.location__btn--find {
  background-image: url("./icons/arrow-bent-gray-sm.svg");
}
.location__btn--share {
  background-image: url("./icons/share-gray-sm.svg");
}