@charset "UTF-8";
.brand-wrap {
  /* 긴자료코 스토리 story */
  /* 오시는 길 */
}
.brand-wrap .ceo-box {
  display: flex;
  gap: 100px;
}
.brand-wrap .ceo-box .img-box {
  width: 50%;
}
.brand-wrap .ceo-box .img-box img {
  width: 100%;
}
.brand-wrap .ceo-box .text-box {
  width: 50%;
}
.brand-wrap .ceo-box .text-box .title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 35px;
}
.brand-wrap .ceo-box .text-box p {
  font-size: 24px;
  line-height: 40px;
}
.brand-wrap .ceo-box .flex {
  margin-top: 150px;
  gap: 20px;
  justify-content: center;
}
.brand-wrap .ceo-box .flex img {
  width: 50%;
}
.brand-wrap .story-box {
  display: flex;
  margin: 0 auto;
  gap: 100px;
  margin-top: 100px;
}
.brand-wrap .story-box + .story {
  margin-top: 150px;
}
.brand-wrap .story-box.reverse .cont .rep-img {
  display: none;
}
.brand-wrap .story-box.reverse .cont .on {
  font-size: 40px;
  font-weight: 800;
  transition: all 0.4s;
}
.brand-wrap .story-box.reverse .text-box {
  min-width: 630px;
  flex-shrink: 0;
}
.brand-wrap .story-box.reverse .img-box {
  position: relative;
  margin-left: auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.brand-wrap .story-box.reverse .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.brand-wrap .story-box.reverse .img-box img.on {
  opacity: 1;
  z-index: 2;
}
.brand-wrap .story-box .img-box {
  width: 665px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.brand-wrap .story-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand-wrap .story-box .text-box {
  margin-top: 50px;
}
.brand-wrap .story-box .text-box strong {
  font-size: 30px;
  line-height: 50px;
  font-weight: 900;
  display: block;
}
.brand-wrap .story-box .text-box .cont {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.8;
}
.brand-wrap .link-box {
  margin: 200px auto 100px;
  text-align: center;
}
.brand-wrap .link-box .logo-box {
  margin-bottom: 50px;
}
.brand-wrap .link-box h3 {
  font-size: 40px;
  text-align: center;
}
.brand-wrap .link-box .btn-link {
  width: 250px;
}
.brand-wrap .link-box .btn-link .label {
  width: 200px;
}
.brand-wrap .link-box .btn-link .youtube {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 0;
}
.brand-wrap .link-box .btn-link .youtube:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../images/youtube1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.brand-wrap .link-box .btn-link .icon-box {
  flex-shrink: 0;
}
.brand-wrap.history .history-box {
  display: flex;
}
.brand-wrap.history .history-box .left,
.brand-wrap.history .history-box .right {
  width: 50%;
}
.brand-wrap.history .history-box .left p {
  font-size: 24px;
  line-height: 50px;
}
.brand-wrap.history .history-box .left h3 {
  font-size: 45px;
  font-weight: 800;
  line-height: 65px;
  margin-top: 20px;
}
.brand-wrap.history .history-box .left .img-box {
  width: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.brand-wrap.history .history-box .left .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.5s;
}
.brand-wrap.history .history-box .left .img-box img.on {
  opacity: 1;
}
.brand-wrap.history .history-box .right .img-box {
  display: none;
}
.brand-wrap.history .history-box .right .item {
  display: flex;
  margin-top: 50vh;
}
.brand-wrap.history .history-box .right .item p {
  width: 180px;
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 900;
}
.brand-wrap.history .history-box .right .item li {
  font-size: 24px;
  line-height: 40px;
  display: flex;
  font-size: 24px;
  line-height: 40px;
  gap: 10px;
}
.brand-wrap.history .history-box .right .item li .num {
  width: 30px;
  flex-shrink: 0;
}
.brand-wrap.history .history-box .right .item li .img {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand-wrap.history .history-box .right .item li .img img {
  width: 100%;
}
.brand-wrap.history .history-box .right .item li .bold {
  font-weight: 900;
  flex-shrink: 0;
}
.brand-wrap.history .history-box .right .item li .bold.red {
  color: #FF0000;
}
.brand-wrap.history .history-box .right .item li .bold.blue {
  color: #0E8FFF;
}
.brand-wrap.history .history-box .right .item:last-child {
  margin-bottom: 20vh;
}
.brand-wrap.vision .flex .text-box {
  font-size: 20px;
  line-height: 40px;
}
.brand-wrap.vision .flex .text-box ul + ul, .brand-wrap.vision .flex .text-box ul + div {
  margin-top: 50px;
}
.brand-wrap.vision .flex .img-box {
  margin-left: auto;
}
.brand-wrap.vision .flex .img-box img {
  width: 100%;
}
.brand-wrap.vision .vision-box {
  position: relative;
  margin-top: 200px;
}
.brand-wrap.vision .vision-box .img-box {
  width: 390px;
  height: 493px;
  position: relative;
  margin: 0 auto;
}
.brand-wrap.vision .vision-box .img-box img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.brand-wrap.vision .vision-box .img-box img.on {
  opacity: 1;
}
.brand-wrap.vision .vision-box .text-box {
  width: 450px;
}
.brand-wrap.vision .vision-box .text-box + .text-box {
  margin-top: 50vh;
}
.brand-wrap.vision .vision-box .text-box .box {
  display: none;
}
.brand-wrap.vision .vision-box .text-box h4 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 50px;
}
.brand-wrap.vision .vision-box .text-box p {
  font-size: 24px;
  line-height: 40px;
}
.brand-wrap.vision .vision-box .text-box.left {
  text-align: left;
}
.brand-wrap.vision .vision-box .text-box.right {
  text-align: right;
  margin-left: auto;
}
.brand-wrap.map-wrap .map-box iframe {
  width: 100%;
}
.brand-wrap.map-wrap .way {
  padding: 50px;
  background-color: var(--gray-300);
  display: flex;
  gap: 50px;
  margin-top: 100px;
}
.brand-wrap.map-wrap .way .left,
.brand-wrap.map-wrap .way .right {
  width: 50%;
  padding: 30px;
  background-color: #fff;
}
.brand-wrap.map-wrap .way .left .title,
.brand-wrap.map-wrap .way .right .title {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.brand-wrap.map-wrap .way .right .img-box {
  border: 1px solid var(--border-darken);
  margin-top: 20px;
}
.brand-wrap.map-wrap .way .right .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-wrap.map-wrap .way .flex {
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
.brand-wrap.map-wrap .way .flex + .flex {
  margin-top: 30px;
}
.brand-wrap.map-wrap .way .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--gray-300);
}
.brand-wrap.map-wrap .way .circle + b {
  flex-shrink: 0;
  width: 50px;
}
.brand-wrap.map-wrap .way .circle .icon {
  width: 50px;
  height: 50px;
}
.brand-wrap.map-wrap .way .round-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.brand-wrap.map-wrap .way .round-box p {
  height: 30px;
  border-radius: 15px;
  border: 1px solid var(--gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

@keyframes riseFade {
  0% {
    transform: translateY(150%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.menu-list.type2 .list-item {
  cursor: pointer;
}
.menu-list.type2 .list-item:hover .img-box .default, .menu-list.type2 .list-item:focus .img-box .default {
  opacity: 0;
}
.menu-list.type2 .list-item:hover .img-box .hover, .menu-list.type2 .list-item:focus .img-box .hover {
  opacity: 1;
}
.menu-list.type2 .list-item .img-box {
  position: relative;
  aspect-ratio: 1/1;
}
.menu-list.type2 .list-item .img-box img {
  transform: scale(1.2);
  transition: opacity 0.3s ease;
}
.menu-list.type2 .list-item .img-box .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.menu-list.type2 .list-item .img-box .modal {
  display: none;
}
.menu-list.type2 .list-item .cont {
  background-color: transparent;
}
.menu-list.type2 .list-item .cont .menusub {
  color: var(--color-darken);
  font-size: 16px;
  line-height: 30px;
  font-family: "BookkGothic";
  font-weight: 100;
}
.menu-list.type2 .list-item .cont .menuname {
  color: var(--color-darken);
  font-size: 20px;
  line-height: 30px;
  font-family: "BookkGothic";
  font-weight: 900;
}
.menu-list.type3 .list-item {
  background-image: url(../../images/menu/menu-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-list.type3 .list-item:hover .img-box .default {
  opacity: 0;
}
.menu-list.type3 .list-item:hover .img-box .hover {
  opacity: 1;
}
.menu-list.type3 .list-item .img-box {
  position: relative;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list.type3 .list-item .img-box img {
  width: 80%;
  height: auto;
  transition: opacity 0.3s ease;
}
.menu-list.type3 .list-item .img-box .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.menu-list.type3 .list-item .cont {
  height: auto;
  background-color: transparent;
  padding-top: 0;
  text-align: left;
}
.menu-list.type3 .list-item .cont .menusub {
  color: var(--color-darken);
  font-size: 11px;
  line-height: 25px;
  font-family: "BookkGothic";
  font-weight: 100;
}
.menu-list.type3 .list-item .cont .menuname {
  color: var(--color-darken);
  font-size: 16px;
  line-height: 25px;
  font-family: "BookkGothic";
  font-weight: 500;
  text-align: left;
}
.menu-list .list-item {
  position: relative;
  overflow: hidden;
}
.menu-list .list-item .img-box {
  height: auto;
  overflow: hidden;
}
.menu-list .list-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.menu-list .list-item .cont {
  height: 100%;
  text-align: center;
  background-color: var(--bg-darkgray);
  padding: 20px;
}
.menu-list .list-item .cont .menuname {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.menu-story .title {
  font-size: 30px;
  line-height: 60px;
  font-weight: 800;
  max-width: 915px;
  margin: 0 auto;
}
.menu-story .box {
  display: flex;
  align-items: center;
  padding: 97px 87px;
  background-color: #f3efea;
  margin-top: 60px;
}
.menu-story .box > div + div {
  margin-left: auto;
}
.menu-story .box .text-box {
  max-width: 630px;
}
.menu-story .box .text-box .num {
  width: 64px;
  font-size: 50px;
  line-height: 40px;
  font-weight: 900;
  color: #9B7C48;
  font-family: "KBIZHanmaumMyungjo";
  flex-shrink: 0;
}
.menu-story .box .text-box span {
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}
.menu-story .box .text-box p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 40px;
}

.guide-wrap {
  /* 인테리어 */
}
.guide-wrap .box {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.guide-wrap .box + .box {
  margin-top: 50px;
}
.guide-wrap .box.reverse {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.guide-wrap .box.reverse .text-box {
  margin-top: auto;
}
.guide-wrap .box .img-box,
.guide-wrap .box .text-box {
  width: 50%;
}
.guide-wrap .box .img-box img {
  width: 100%;
}
.guide-wrap .box .text-box .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 35px;
  font-family: "KBIZHanmaumMyungjo";
}
.guide-wrap .box .text-box p {
  font-size: 24px;
  line-height: 40px;
}
.guide-wrap .bg-wrap {
  background-color: #f3efea;
  padding: 100px 0;
  margin-top: 100px;
}
.guide-wrap .grid-line {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}
.guide-wrap .grid-line + .grid-line {
  margin-top: 60px;
}
.guide-wrap .grid-line.reverse {
  grid-template-columns: 1fr 2fr;
}
.guide-wrap .grid-line.reverse video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-wrap .grid-line.reverse p {
  font-size: 24px;
  line-height: 50px;
  text-align: right;
  margin-top: 50px;
}
.guide-wrap .grid-line.reverse p + p {
  margin-top: 100px;
}
.guide-wrap .grid-line .left img,
.guide-wrap .grid-line .left video,
.guide-wrap .grid-line .right img,
.guide-wrap .grid-line .right video {
  width: 100%;
  height: 100%;
}
.guide-wrap .grid-line .right p {
  font-size: 24px;
  line-height: 50px;
  text-align: right;
  margin-top: 50px;
}
.guide-wrap .grid-line .right p + p {
  margin-top: 100px;
}

#nearest-store-banner {
  padding: 20px;
  background-color: #fef9e7;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#nearest-store-banner .flex {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
#nearest-store-banner #nearest-store-link {
  flex-shrink: 0;
  padding: 0 20px;
}

.store-wrap .thumb-list .thumb-item .cont-box {
  text-align: center;
}
.store-wrap .thumb-list .thumb-item .cont-box .btn-link {
  margin-left: auto;
}
.store-wrap .thumb-list .thumb-item .cont-box .btn-link .label {
  width: 80px;
}
.store-wrap .thumb-list .thumb-item .title,
.store-wrap .thumb-list .thumb-item .cont {
  text-align: left;
}
.store-wrap .thumb-list .thumb-item .cont {
  display: block;
  font-size: 18px;
}
.store-wrap .thumb-list .thumb-item .cont .address {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

/* media */
/* media 1430 */
@media (max-width: 1430px) {
  /* menu */
  .menu-list {
    gap: 30px;
  }
  .brand-wrap {
    /* vision */
    /* history */
  }
  .brand-wrap .story-box {
    justify-content: center;
    gap: 50px;
  }
  .brand-wrap .story-box.reverse .text-box {
    flex-shrink: 1;
    min-width: auto;
  }
  .brand-wrap .story-box.reverse .text-box .cont .on {
    font-size: 30px;
  }
  .brand-wrap.vision .vision-box .img-box {
    margin: 0;
  }
  .brand-wrap.vision .vision-box .text-box {
    width: calc(100% - 500px);
    margin-right: 0;
  }
  .brand-wrap.vision .vision-box .text-box h4 br {
    display: none;
  }
  .brand-wrap.vision .vision-box .text-box p {
    font-size: 20px;
    line-height: 30px;
  }
  .brand-wrap.vision .vision-box .text-box.left {
    text-align: left;
    margin-left: 450px;
  }
  .brand-wrap.vision .vision-box .text-box.right {
    text-align: left;
    margin-left: 450px;
  }
  .brand-wrap.history .history-box .left .img-box {
    width: 70%;
    height: 100%;
  }
  .brand-wrap.history .history-box .right .item {
    flex-direction: column;
  }
  .brand-wrap.history .history-box .right .item p {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* media 1024 */
@media (max-width: 1024px) {
  /* brand */
  .brand-wrap {
    /* history */
    /* map */
  }
  .brand-wrap .ceo-box {
    flex-direction: column;
  }
  .brand-wrap .ceo-box .img-box {
    width: 100%;
  }
  .brand-wrap .ceo-box .text-box {
    width: 100%;
  }
  .brand-wrap .ceo-box .flex {
    margin-top: 100px;
  }
  .brand-wrap .story-box {
    gap: 50px;
  }
  .brand-wrap .story-box .img-box {
    width: 30vw;
    height: 30vw;
  }
  .brand-wrap .story-box .text-box strong {
    font-size: 30px;
    line-height: 1.5;
  }
  .brand-wrap .story-box .text-box .cont {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .brand-wrap .story-box .text-box .cont .on {
    font-weight: 400;
  }
  .brand-wrap .story-box.reverse .flex {
    justify-content: center;
  }
  .brand-wrap .story-box.reverse .text-box {
    flex-grow: 1;
  }
  .brand-wrap .story-box.reverse .text-box .cont .on {
    font-size: 20px;
    color: var(--color-darken);
  }
  .brand-wrap .story-box.reverse .cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }
  .brand-wrap .story-box.reverse .cont p {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    font-size: 20px;
  }
  .brand-wrap .story-box.reverse .cont .rep-img {
    display: block;
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .brand-wrap .story-box.reverse .cont div {
    width: 100%;
    text-align: center;
  }
  .brand-wrap .story-box.reverse .img-box {
    display: none;
  }
  .brand-wrap .social-box .top-box b {
    font-size: 30px;
    line-height: 1.5;
  }
  .brand-wrap .social-box .top-box .cont {
    font-size: 18px;
    line-height: 1.8;
  }
  .brand-wrap .link-wrap {
    margin-top: 200px;
  }
  .brand-wrap.history .history-box {
    flex-direction: column;
  }
  .brand-wrap.history .history-box .left,
  .brand-wrap.history .history-box .right {
    width: 100%;
  }
  .brand-wrap.history .history-box .left .img-box {
    display: none;
  }
  .brand-wrap.history .history-box .right {
    margin-top: 50px;
  }
  .brand-wrap.history .history-box .right .item {
    flex-direction: row;
    margin-top: 50px;
  }
  .brand-wrap.history .history-box .right .item .img-box {
    display: block;
    width: 30vw;
    height: 30vw;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .brand-wrap.history .history-box .right .item p {
    font-size: 36px;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .brand-wrap.history .history-box .right .item li {
    font-size: 18px;
  }
  .brand-wrap.map-wrap .way {
    gap: 30px;
    padding: 30px;
    flex-direction: column;
  }
  .brand-wrap.map-wrap .way .left,
  .brand-wrap.map-wrap .way .right {
    width: 100%;
  }
  .brand-wrap.vision .flex {
    flex-direction: column-reverse;
  }
  .brand-wrap.vision .flex .text-box {
    width: 100%;
  }
  .brand-wrap.vision .flex .text-box li br {
    display: none;
  }
  .brand-wrap.vision .flex .img-box {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .brand-wrap.vision .vision-box {
    margin-top: 100px;
  }
  .brand-wrap.vision .vision-box .img-box {
    display: none;
  }
  .brand-wrap.vision .vision-box .text-box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .brand-wrap.vision .vision-box .text-box + .text-box {
    margin-top: 50px;
  }
  .brand-wrap.vision .vision-box .text-box .box {
    display: block;
    width: 30%;
  }
  .brand-wrap.vision .vision-box .text-box.left {
    margin-left: 0;
  }
  .brand-wrap.vision .vision-box .text-box.right {
    margin-left: 0;
  }
  .brand-wrap.vision .vision-box .text-box .text-item {
    flex-shrink: 0;
    width: 70%;
  }
  /* menu */
  .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .menu-story .title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
  .menu-story .box {
    padding: 20px;
    flex-direction: column;
  }
  .menu-story .box.rtl {
    flex-direction: column-reverse;
  }
  .menu-story .box > div + div {
    margin-left: 0;
  }
  .menu-story .box .text-box {
    max-width: 100%;
    margin-top: 50px;
  }
  /* interier */
  .guide-wrap .box {
    flex-direction: column;
  }
  .guide-wrap .box.reverse {
    flex-direction: column;
  }
  .guide-wrap .box .img-box,
  .guide-wrap .box .text-box {
    width: 100%;
  }
  .guide-wrap .grid-line {
    grid-template-columns: 1fr;
  }
  .guide-wrap .grid-line + .grid-line {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }
  .guide-wrap .grid-line.reverse {
    grid-template-columns: 1fr;
  }
  .guide-wrap .grid-line.reverse video {
    border-radius: 20px;
  }
  .guide-wrap .grid-line.reverse p {
    text-align: center;
    margin-top: 0;
  }
  .guide-wrap .grid-line .right p {
    text-align: center;
    margin-top: 0;
  }
}
/* media 720 */
@media (max-width: 720px) {
  /* brand */
  .brand-wrap {
    margin-top: 50px;
    /* history */
    /* map */
    /* vision */
    /* vision */
  }
  .brand-wrap .ceo-box {
    gap: 50px;
  }
  .brand-wrap .ceo-box .text-box p {
    font-size: 18px;
    line-height: 24px;
  }
  .brand-wrap .ceo-box .text-box p br {
    display: none;
  }
  .brand-wrap .ceo-box .text-box .title {
    font-size: 24px;
    line-height: 40px;
  }
  .brand-wrap .ceo-box .flex {
    margin-top: 50px;
  }
  .brand-wrap .story-box {
    flex-direction: column;
    gap: 0;
  }
  .brand-wrap .story-box + .story {
    margin-top: 100px;
  }
  .brand-wrap .story-box .img-box {
    width: 70%;
    height: 100%;
    margin: 0 auto;
  }
  .brand-wrap .story-box .text-box strong {
    font-size: 24px;
    line-height: 1.2;
  }
  .brand-wrap .story-box .text-box .cont {
    font-size: 18px;
    line-height: 1.3;
  }
  .brand-wrap .story-box.reverse .text-box .cont .on {
    font-size: 18px;
  }
  .brand-wrap .story-box.reverse .text-box .cont p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
  }
  .brand-wrap .story-box.reverse .text-box .cont .rep-img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .brand-wrap .social-box .top-box b {
    font-size: 24px;
    line-height: 1.2;
  }
  .brand-wrap .social-box .top-box .cont {
    line-height: 1.3;
  }
  .brand-wrap .social-box .bot-box .swiper-nav {
    gap: 50px;
  }
  .brand-wrap .social-box .bot-box .swiper-nav .nav-btn {
    width: 30px;
    height: 30px;
  }
  .brand-wrap .social-box .bot-box .swiper-nav .nav-btn .icon {
    width: 50%;
    height: 50%;
  }
  .brand-wrap .link-box {
    margin-top: 100px;
  }
  .brand-wrap .link-box .logo-box img {
    width: 60%;
  }
  .brand-wrap .link-box h3 {
    font-size: 24px;
  }
  .brand-wrap.history .history-box .left h3 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 10px;
    text-align: center;
  }
  .brand-wrap.history .history-box .left p {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  .brand-wrap.history .history-box .right .item {
    flex-direction: column;
  }
  .brand-wrap.history .history-box .right .item .img-box {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    width: 60%;
    height: 100%;
  }
  .brand-wrap.history .history-box .right .item .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .brand-wrap.history .history-box .right .item p {
    width: 100px;
    font-size: 24px;
  }
  .brand-wrap.history .history-box .right .item ul {
    width: 100%;
  }
  .brand-wrap.map-wrap .way {
    gap: 20px;
    padding: 20px;
    margin-top: 50px;
  }
  .brand-wrap.map-wrap .way .left .title,
  .brand-wrap.map-wrap .way .right .title {
    font-size: 24px;
  }
  .brand-wrap.map-wrap .way .flex {
    flex-wrap: wrap;
  }
  .brand-wrap.map-wrap .way .flex p {
    width: 100%;
  }
  .brand-wrap.map-wrap .way .round-box p {
    width: auto;
  }
  .brand-wrap.vision .flex .text-box {
    font-size: 18px;
    line-height: 1.3;
  }
  .brand-wrap.vision .vision-box .text-box {
    flex-direction: column;
  }
  .brand-wrap.vision .vision-box .text-box .box {
    flex-shrink: 0;
    width: 50%;
  }
  .brand-wrap.vision .vision-box .text-box .text-item {
    width: 100%;
    flex-shrink: 1;
    text-align: center;
  }
  .brand-wrap.vision .vision-box .text-box .text-item h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .brand-wrap.vision .vision-box .text-box .text-item p {
    font-size: 18px;
    line-height: 24px;
  }
  /* menu */
  .menu-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .menu-list.type3 .list-item .img-box img {
    width: 50%;
  }
  .menu-list .list-item .cont .menuname {
    font-size: 18px;
  }
  .menu-story {
    margin-top: 50px;
  }
  .menu-story .box .text-box {
    margin-top: 30px;
  }
  .menu-story .box .text-box .num {
    width: 40px;
    font-size: 30px;
  }
  .menu-story .box .text-box span {
    font-size: 24px;
  }
  .menu-story .box .text-box p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  .menu-story .img-box {
    width: 100%;
  }
  .menu-story .img-box img {
    width: 100%;
  }
  /* interior */
  .guide-wrap .box {
    gap: 20px;
  }
  .guide-wrap .box .text-box .title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .guide-wrap .box .text-box p {
    font-size: 18px;
    line-height: 24px;
  }
  .guide-wrap .bg-wrap {
    padding: 50px 0;
    margin-top: 50px;
  }
  .guide-wrap .grid-line {
    gap: 20px;
  }
  .guide-wrap .grid-line.reverse p {
    font-size: 18px;
    line-height: 24px;
  }
  .guide-wrap .grid-line.reverse p + p {
    margin-top: 50px;
  }
  .guide-wrap .grid-line .right p {
    font-size: 18px;
    line-height: 24px;
  }
  .guide-wrap .grid-line .right p + p {
    margin-top: 50px;
  }
}
/* media 480 */
@media (max-width: 480px) {
  /* menu */
  .menu-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .menu-list.type3 .list-item .img-box img {
    width: 80%;
  }
  /* brand */
  .brand-wrap {
    /* history */
    /* map */
    /* vision */
  }
  .brand-wrap .desc-box span {
    font-size: 24px;
  }
  .brand-wrap .desc-box .img-box {
    width: 30%;
  }
  .brand-wrap.history .history-box .left h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .brand-wrap.history .history-box .left p {
    font-size: 18px;
    line-height: 1;
  }
  .brand-wrap.history .history-box .right {
    margin-top: 50px;
  }
  .brand-wrap.history .history-box .right .item p {
    width: 80px;
    font-size: 24px;
  }
  .brand-wrap.map-wrap .way .circle {
    width: 60px;
    height: 60px;
  }
  .brand-wrap.map-wrap .way .circle .icon {
    width: 30px;
    height: 30px;
  }
  .brand-wrap.vision .vision-box .text-box .text-item h4 {
    font-size: 20px;
  }
  .menu-story .box .text-box span {
    font-size: 20px;
    line-height: 24px;
  }
  .menu-story .box .text-box .num {
    font-size: 24px;
    line-height: 24px;
  }
  .menu-story .box .text-box p {
    font-size: 18px;
    line-height: 24px;
  }
}