@media (max-width: 1537px) {
  .topImg {
    height: calc(100vw * 0.5625);
  }
}

@media (max-width: 1200px) {
  .newsWrapper .social {
    width: 96%;
  }
  .storeGuideWrapper {
    width: 98%;
    flex-direction: column;
  }
  .storeGuideWrapper .guideImg {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .storeGuideWrapper .guideImg img {
    width: 50%;
  }
  .storeGuideWrapper .storeGuide {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .accessWrapper {
    width: 98%;
  }
  .accessWrapper .map {
    height: 300px;
  }
}

@media (max-width: 1151px) {
  .header {
    padding: 25px 35px;
  }
  .header .menu {
    display: none;
  }
  .header .mobileMenu {
    display: block;
  }
  .header .mobileMenu .mobileMenuWrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 100px;
  }
  .header .mobileMenu .mobileMenuWrapper .menuItem {
    padding-top: 50px;
  }
  .header .mobileMenu .mobileMenuWrapper .snsWrapper {
    display: flex;
    width: 200px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header .mobileMenu .mobileMenuWrapper .snsWrapper .menuItem {
    width: 55px;
    margin: 0 10px;
  }
  .header .mobileMenu .mobileMenuWrapper .snsWrapper .menuItem img {
    height: 36px;
  }
  .header .mobileMenu .mobileMenuWrapper .snsWrapper .menuItem .mail {
    width: 42px;
  }
  .scroll {
    display: none;
  }
  .newsWrapper .social {
    flex-direction: column;
    width: fit-content;
  }
  .newsWrapper .social .fb-page {
    margin-bottom: 10px;
  }
  .newsWrapper .social .instagram {
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .header .title {
    font-size: 32px;
  }
  .subTitle {
    margin-top: 100px;
    font-size: 26px;
  }
  .text {
    margin-top: 58px;
  }
  .product .icon .productName {
    font-size: 22px;
  }
  .product .icon .bullet {
    font-size: 18px;
  }
  .storeGuideWrapper .guideImg img {
    width: 80%;
  }
  .accessWrapper {
    margin-top: -80px;
  }
  .footer .storeName {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .db767 {
    display: block;
  }
  .dn767 {
    display: none;
  }
  .header .title {
    font-size: 26px;
  }
  .subTitle {
    font-size: 24px;
  }
  .text {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
    font-size: 16px;
    line-height: 1.8em;
  }
  .product {
    width: 98%;
    flex-direction: column;
    margin-top: 35px;
  }
  .product .icon {
    width: 100%;
  }
  .product .icon .productName {
    font-size: 20px;
  }
  .product .icon .bullet {
    font-size: 18px;
  }
  .product .text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .imagesWrapper {
    margin-top: 82px;
  }
  .newsWrapper .subTitle {
    padding-top: 50px;
  }
  .newsWrapper .social {
    width: 96%;
  }
  .newsWrapper .social .fb-page {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: lightgray 0px 5px 10px -3px;
  }
  .newsWrapper .social .instagram {
    width: 100%;
    height: 400px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: lightgray 0px 5px 10px -3px;
  }
  .newsWrapper .social .instagram iframe {
    width: 100%;
  }
  .storeGuideWrapper .storeGuide {
    width: 100%;
  }
  .accessWrapper {
    margin-top: -100px;
  }
  .accessWrapper .access {
    font-size: 16px;
  }
  .accessWrapper .map {
    height: 200px;
    margin-top: 20px;
  }
  .accessWrapper .accessContentsWrapper .title {
    width: 25%;
  }
  .footer {
    margin-top: 150px;
  }
  .footer .storeName {
    font-size: 24px;
  }
}
