.page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image_1 {
  width: 100%;
  height: 920px;
}

.intro-section {
  width: 1320px;
  height: 204px;
  margin: 190px 0 0 302px;
}

.intro-text {
  width: 1320px;
  height: 178px;
  overflow-wrap: break-word;
  color: rgba(91, 91, 91, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  margin-top: 12px;
}

.intro-logo {
  width: 204px;
  height: 204px;
  margin: 0 560px 0 -764px;
}

.decoration-section {
  width: 1838px;
  height: 18px;
  margin: 222px 0 0 41px;
}

.decoration-line--1 {
  height: 18px;
  background: url(./img/9177e22e75f67497748710317df2cf16.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 472px;
}

.decoration-line__image--1 {
  width: 472px;
  height: 18px;
}

.decoration-line--2 {
  height: 18px;
  background: url(./img/1035a99ca23bc0ff58760760fd3e0af9.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin-left: 211px;
  width: 472px;
}

.decoration-line__image--2 {
  width: 472px;
  height: 18px;
}

.decoration-line--3 {
  height: 18px;
  background: url(./img/89247de53108aeb9a66997f63bf428a3.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin-left: 211px;
  width: 472px;
}

.decoration-line__image--3 {
  width: 472px;
  height: 18px;
}

.chef-section {
  width: 100%;
  height: 922px;
  background: #000;
  background-size: 100% 100%;
  margin-top: 15px;
}

.chef-photo {
  width: 573px;
  height: 640px;
  margin: 110px 0 0 302px;
}

.chef-info {
  width: 654px;
  height: 571px;
  margin: 193px 302px 0 0;
}

.chef-name {
  width: 98px;
  height: 25px;
  overflow-wrap: break-word;
  color: rgba(148, 148, 148, 1);
  font-size: 32px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: justifyLeft;
  white-space: nowrap;
  line-height: 42px;
}

.chef-bio {
  width: 654px;
  height: 508px;
  overflow-wrap: break-word;
  color: rgba(148, 148, 148, 1);
  font-size: 18px;
  font-family: SourceHanSerifSC-Regular;
  font-weight: NaN;
  text-align: justifyLeft;
  line-height: 26px;
  margin-top: 38px;
}

.philosophy-section {
  width: 100%;
  height: 922px;
  background: url(./img/f78b27ef63d940679cc7a4b452ce4162_mergeImage.jpg)
    100% no-repeat;
  background-size: 100% 100%;
}

.philosophy-title {
  width: 511px;
  height: 125px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-family: SourceHanSerifSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 72px;
  margin: 215px 0 0 698px;
}

.philosophy-desc {
  height: 106px;
  overflow-wrap: break-word;
  color: rgba(174, 149, 114, 1);
  font-size: 24px;
  font-family: SourceHanSerifSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 40px;
  margin: 98px 0 0 0;
}

.philosophy-icon {
  width: 110px;
  height: 110px;
  margin: 99px 0 169px 905px;
}

.news-section {
  position: relative;
  width: 100%;
  height: 922px;
  background: #fff;
  background-size: 100% 100%;
}

.news-section__wrapper {
  position: relative;
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-section__scroll-container {
  width: calc(100% - 300px);
  max-width: 1800px;
  overflow: hidden;
}

.news-section__scroll-wrapper {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

.news-card {
  width: 552px;
  flex-shrink: 0;
  background: #7b7b7b;
  overflow: hidden;
}

.news-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.news-card__content {
  width: 100%;
  padding: 40px 38px 41px 38px;
  box-sizing: border-box;
}

.news-card__tag {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: SourceHanSerifSC-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.news-card__title {
  color: rgba(255, 255, 255, 1);
  font-size: 29px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 42px;
  margin-top: 29px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card__date {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 30px;
}

.slider-nav {
  width: 109px;
  height: 109px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
}

.slider-nav:hover {
  opacity: 0.7;
}

.slider-nav--prev {
  left: 30px;
}

.slider-nav--next {
  right: 30px;
}

.brands-title {
  width: 355px;
  height: 34px;
  margin: 151px 0 0 783px;
}

.brands-section {
  width: 1107px;
  margin: 68px 0 0 406px;
  display: flex;
  justify-content: space-between;
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-card__image-wrapper {
  background-color: rgba(225, 225, 225, 1);
  border-radius: 10px;
  width: 253px;
  height: 253px;
  border: 1px solid rgba(138, 138, 138, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-card__image {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.brand-card__text {
  overflow-wrap: break-word;
  color: rgba(53, 53, 53, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  margin-top: 17px;
}

.hero-section {
  width: 100%;
  height: 922px;
  background: url(./img/b83a7b5c526240afa767a00c820c2f56_mergeImage.jpg)
    center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo {
  width: 278px;
  height: 368px;
}

@media (max-width: 1200px) {
  .hero-section {
    height: 700px;
  }
  .hero-logo {
    width: 220px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 500px;
  }
  .hero-logo {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 400px;
  }
  .hero-logo {
    width: 150px;
  }
}

.image-wrapper_9 {
  width: 140px;
  height: 12px;
  margin: 207px 0 52px 889px;
}

.thumbnail_1 {
  width: 11px;
  height: 12px;
}

.thumbnail_2 {
  width: 11px;
  height: 12px;
  margin-left: 22px;
}

.thumbnail_3 {
  width: 11px;
  height: 12px;
  margin-left: 21px;
}

.thumbnail_4 {
  width: 11px;
  height: 12px;
  margin-left: 21px;
}

.thumbnail_5 {
  width: 11px;
  height: 12px;
  margin-left: 21px;
}

@media (max-width: 1919px) {
  .intro-section {
    width: 90%;
    margin: 150px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intro-text {
    width: 100%;
    max-width: 1320px;
  }
  .intro-logo {
    margin: -160px auto 0;
  }
  .philosophy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .philosophy-title {
    margin-left: auto;
    margin-right: auto;
  }
  .philosophy-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .philosophy-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .decoration-section {
    width: 90%;
    margin: 180px auto 0;
  }
  .chef-section {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .chef-photo {
    margin: 80px 50px 0;
  }
  .chef-info {
    margin: 80px 50px 0 0;
  }
  .brands-title {
    display: block;
    margin: 100px auto 0;
  }
  .news-section {
    height: auto;
    padding: 60px 0;
  }
  .news-section__wrapper {
    flex-direction: row;
  }
  .news-section__scroll-container {
    width: calc(100% - 250px);
  }
  .news-card {
    width: calc(33.33% - 20px);
    min-width: 300px;
  }
  .news-card__content {
    width: 100%;
    height: auto;
  }
  .slider-nav {
    width: 80px;
    height: 80px;
  }
  .slider-nav--prev {
    left: 15px;
  }
  .slider-nav--next {
    right: 15px;
  }
  .brands-section {
    width: 90%;
    max-width: 1107px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .brand-card__image-wrapper {
    margin-left: 0;
  }
  .brand-card__image {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .intro-section {
    flex-direction: column;
    height: auto;
    margin: 100px auto;
  }
  .intro-text {
    font-size: 18px;
    height: auto;
  }
  .intro-logo {
    width: 150px;
    height: 150px;
    margin-top: 30px;
  }
  .decoration-section {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    height: auto;
    margin: 100px auto;
  }
  .decoration-line--1,
  .decoration-line--2,
  .decoration-line--3 {
    margin-left: 0;
    width: 80%;
  }
  .decoration-line__image--1,
  .decoration-line__image--2,
  .decoration-line__image--3 {
    width: 100%;
  }
  .chef-section {
    height: auto;
    flex-direction: column;
    padding: 50px 30px;
    background-size: cover;
  }
  .chef-photo {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .chef-info {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }
  .chef-bio {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
  .philosophy-section {
    height: auto;
    padding: 80px 30px;
    background-size: cover;
  }
  .philosophy-title {
    font-size: 42px;
    height: auto;
  }
  .philosophy-desc {
    font-size: 20px;
    height: auto;
    margin-top: 60px;
  }
  .philosophy-icon {
    margin: 60px auto;
  }
  .news-section {
    padding: 50px 20px;
    gap: 20px;
  }
  .news-card {
    width: 45%;
    min-width: 280px;
  }
  .news-card__content {
    width: 100%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
  }
  .news-card__tag {
    font-size: 16px;
    margin: 0 0 0 0;
  }
  .news-card__title {
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0 0 0;
  }
  .news-card__date {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .news-card__image {
    max-width: 80%;
    height: auto;
  }
  .slider-nav {
    width: 70px;
    height: 70px;
  }
  .slider-nav--prev {
    left: 10px;
  }
  .slider-nav--next {
    right: 10px;
  }
  .brands-section {
    gap: 15px;
  }
  .brand-card__image-wrapper {
    width: 200px;
    height: 200px;
  }
  .brand-card__image {
    width: 100px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .image_1 {
    height: 500px;
    object-fit: cover;
  }
  .intro-section {
    margin: 60px auto;
    padding: 0 20px;
  }
  .intro-text {
    font-size: 15px;
    line-height: 26px;
  }
  .intro-logo {
    width: 120px;
    height: 120px;
  }
  .decoration-section {
    margin: 60px auto;
    padding: 0 20px;
  }
  .decoration-line--1,
  .decoration-line--2,
  .decoration-line--3 {
    width: 100%;
  }
  .chef-section {
    padding: 40px 20px;
  }
  .chef-photo {
    width: 90%;
  }
  .chef-name {
    font-size: 26px;
  }
  .chef-bio {
    font-size: 14px;
    line-height: 24px;
  }
  .philosophy-section {
    padding: 60px 20px;
  }
  .philosophy-title {
    font-size: 32px;
    line-height: 50px;
  }
  .philosophy-desc {
    font-size: 16px;
    line-height: 32px;
  }
  .philosophy-icon {
    width: 80px;
    height: 80px;
  }
  .news-section {
    padding: 40px 15px;
    gap: 15px;
  }
  .news-card {
    width: 100%;
    min-width: auto;
    max-width: 400px;
  }
  .news-card__content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .news-card__tag {
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .news-card__title {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0 0 0;
  }
  .news-card__date {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
  .news-card__image {
    max-width: 60%;
    height: auto;
  }
  .slider-nav {
    width: 50px;
    height: 50px;
  }
  .slider-nav--prev {
    left: 5px;
  }
  .slider-nav--next {
    right: 5px;
  }
  .brands-section {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .image_1 {
    height: 300px;
  }
  .intro-section {
    margin: 40px auto;
  }
  .intro-text {
    font-size: 13px;
  }
  .intro-logo {
    width: 100px;
    height: 100px;
  }
  .decoration-section {
    margin: 40px auto;
  }
  .chef-section {
    padding: 30px 15px;
  }
  .chef-name {
    font-size: 22px;
  }
  .chef-bio {
    font-size: 12px;
  }
  .philosophy-section {
    padding: 40px 15px;
  }
  .philosophy-title {
    font-size: 26px;
  }
  .philosophy-desc {
    font-size: 14px;
  }
  .philosophy-icon {
    width: 60px;
    height: 60px;
  }
  .news-section {
    padding: 30px 10px;
    gap: 10px;
  }
  .news-card {
    max-width: 320px;
  }
  .news-card__content {
    padding: 15px;
  }
  .news-card__tag {
    font-size: 12px;
  }
  .news-card__title {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 0;
  }
  .news-card__date {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  .news-card__image {
    max-width: 50%;
  }
  .slider-nav {
    width: 40px;
    height: 40px;
  }
  .brands-section {
    gap: 8px;
  }
}
