:root {
  --color-blue:#4E6D89;
  --color-blue2:#A4BDBF;
  --color-yellow:#E9CF9E;
  --color-green:#879380;
  --color-gray:#E4DFDB;
  --color-white:#FFFFFF;
  --color-white2:#F5F5F5;
  --color-black:#2A2A2A;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.8em;
}

.form-in .form-label {
  margin-bottom: 0.5rem;
}
.form-in .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.foodbtn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  padding: 3px 10px;
  cursor: pointer;
  border-color: transparent;
}
.foodbtn.letter {
  letter-spacing: 2px;
}

.btn-yellow {
  color: var(--color-white);
  background-color: var(--color-yellow);
}

.navbar {
  padding: 0;
}

.container-fluid {
  padding: 0;
}

body {
  margin: 0;
}
body.hid {
  overflow: hidden;
}

.foodHeader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 99;
  background-color: var(--color-blue);
}
.foodHeader .top-header-web .top-iphone-flex {
  display: flex;
  justify-content: end;
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .foodHeader .top-header-web .top-iphone-flex {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .foodHeader .top-header-web .top-iphone-flex {
    display: none;
  }
}
.foodHeader .top-header-web .top-iphone-flex .top-iphone-img .top-iphone-logo {
  width: 20%;
}
.foodHeader .top-header-web .top-iphone-flex .top-iphone-groups .top-iphone-groups-icon {
  color: var(--color-white);
  cursor: pointer;
}
.foodHeader .top-header-nav {
  z-index: 99;
  display: none;
  padding: 0;
  text-align: center;
  justify-content: center;
  background-color: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .foodHeader .top-header-nav {
    display: flex;
  }
}
@media screen and (min-width: 1100px) {
  .foodHeader .top-header-nav {
    display: flex;
  }
}
.foodHeader .top-header-nav .navbar-nav {
  display: contents;
}
.foodHeader .top-header-nav .navbar-nav .nav-item .nav-link {
  color: var(--color-white);
  font-size: 14px;
  margin: 0 8px;
  padding: 5px 10px;
}
.foodHeader .top-header-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-yellow);
}
.foodHeader .top-iphone-layout {
  z-index: 999;
  width: 100%;
  max-width: 450px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--color-blue);
  display: block;
}
@media screen and (min-width: 1024px) {
  .foodHeader .top-iphone-layout {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .foodHeader .top-iphone-layout {
    display: none;
  }
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-close {
  background-color: var(--color-gray);
  color: var(--color-blue);
  text-align: right;
  height: 30px;
  padding: 5px;
  cursor: pointer;
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-close i {
  font-size: 20px;
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-block {
  background-color: var(--color-gray);
  height: 100vh;
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-block .top-iphone-nav .navbar-nav .nav-item {
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-blue);
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-block .top-iphone-nav .navbar-nav .nav-item .nav-item-box {
  display: flex;
  justify-content: space-between;
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-block .top-iphone-nav .navbar-nav .nav-item .nav-item-box.open {
  border-bottom: 1px var(--color-white) solid;
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-block .top-iphone-nav .navbar-nav .nav-item .nav-link {
  padding: 0;
  cursor: pointer;
}
.foodHeader .top-iphone-layout .top-iphone-list .top-iphone-block .top-iphone-nav .navbar-nav .nav-item:hover {
  font-weight: 700;
  color: var(--color-blue);
}
.foodHeader .dropdown-item.active, .foodHeader .dropdown-item:active {
  background-color: var(--color-blue);
}

.interface-backdrop {
  display: block;
}
.interface-backdrop.show {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  .interface-backdrop {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .interface-backdrop {
    display: none;
  }
}

.foodFooter {
  text-align: center;
  justify-content: center;
  background-color: var(--color-blue);
  width: 100%;
}
.foodFooter .footer-text {
  padding: 5px;
  color: var(--color-white);
  font-size: 13px;
}

.dropdown-menu[data-bs-popper] {
  top: 80%;
  opacity: 0.9;
  font-size: 14px;
}

.dropdown-menu {
  min-width: auto;
}

.swiperSection .swiper-title {
  text-align: center;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .swiperSection .swiper-title {
    font-size: 22px;
  }
}
.swiperSection .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiperSection .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperSection .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiperSection .swiper-button-prev,
.swiperSection .swiper-button-next {
  color: #2a2a2a;
}
.swiperSection .swiper-button-prev:after,
.swiperSection .swiper-button-next:after {
  font-size: 22px;
}

.foodImgSection {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.foodImgSection img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .foodImgSection img {
    height: 350px;
  }
}
.foodImgSection .foodImg-word {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  bottom: 0;
  align-items: center;
}
.foodImgSection .foodImg-word .foodImg-title {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .foodImgSection .foodImg-word .foodImg-title {
    font-size: 28px;
  }
}
.foodImgSection .foodImg-word .foodImg-txt {
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
  max-width: 800px;
}
@media screen and (min-width: 1024px) {
  .foodImgSection .foodImg-word .foodImg-txt {
    font-size: 18px;
  }
}

.setGap {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .setGap {
    margin-bottom: 5rem;
  }
}

#FoodHomeContent .foodHeaderImgSection {
  width: 100%;
  margin-top: 40px;
}
#FoodHomeContent .foodHeaderImgSection img {
  width: 100%;
}
#FoodHomeContent .foodVoiceSection {
  justify-content: center;
  display: flex;
}
#FoodHomeContent .foodVoiceSection #videoContainer {
  max-width: 750px;
}
#FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-img img {
  width: 100%;
}
#FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-word {
  text-align: center;
  margin-top: 1rem;
}
#FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-word .foodCafeStore-title {
  color: var(--color-blue);
  font-weight: bolder;
  margin-bottom: 1rem;
  font-size: 18px;
}
#FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-word .foodCafeStore-text {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex {
    display: flex;
  }
  #FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-img {
    width: 50%;
  }
  #FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-word {
    width: 45%;
    margin-top: 0;
    align-content: center;
    margin-left: 2rem;
  }
  #FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-word .foodCafeStore-title {
    font-size: 24px;
  }
  #FoodHomeContent .foodCafeStoreSection .foodCafeStore-flex .foodCafeStore-word .foodCafeStore-text {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
  }
}
#FoodHomeContent .foodImgWSection {
  width: 100%;
}
#FoodHomeContent .foodImgWSection img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #FoodHomeContent .foodImgWSection img {
    height: 600px;
  }
}
#FoodHomeContent .foodImgWSection .foodImgWSection-word {
  text-align: center;
  margin-top: 1rem;
}
#FoodHomeContent .foodImgWSection .foodImgWSection-word .foodImgWSection-title {
  color: var(--color-blue);
  font-weight: bolder;
  margin-bottom: 1rem;
  font-size: 18px;
}
#FoodHomeContent .foodImgWSection .foodImgWSection-word .foodImgWSection-text {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #FoodHomeContent .foodImgWSection .foodImgWSection-word .foodImgWSection-title {
    font-size: 24px;
  }
  #FoodHomeContent .foodImgWSection .foodImgWSection-word .foodImgWSection-text {
    font-size: 16px;
    max-width: 600px;
    text-align: center;
    margin: auto;
  }
}