#brand {
  position: relative;
  /* height: 100%; */
  overflow: hidden;
}
#brand .md {
  display: none;
}

#brand .brand-main-container {
  background-image: url("../img/brand/main-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
/* #brand .brand-main-container .main-wrap {
  padding: 40px 40px 0;
  width: 100%;
} */
/* #brand .brand-main-container .main-tit-wrap {
  padding: 80px 0;
}

#brand .brand-main-container .main-tit-wrap .tit {
  color: #00754a;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
}
#brand .brand-main-container .main-tit-wrap .line {
  width: 100px;
  height: 2px;
  background: #00754a;

  margin: 20px auto 30px auto;
}
#brand .brand-main-container .main-tit-wrap .tit-text {
  word-break: keep-all;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; 
} */
.tit-text {
  margin-top: 6px;
}
#brand .brand-main-container .sub-tit-wrap {
  text-align: center;
  margin-top: 80px;
  font-size: 64px;
  font-weight: 900;
  line-height: 130%; /* 83.2px */
}
#brand .brand-main-container .sub-tit1 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FFF;
  color: #000;
  paint-order: stroke fill;
  font-family: Montserrat;
  font-style: normal;
}
#brand .brand-main-container .sub-tit2 {
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
}

/*  */
/*  */
/*  */

#brand .brand-main-container .food-slider-wrapper .swiper-wrapper {
  align-items: center;
}

#brand .brand-main-container .food-slider-wrapper {
  width: 100%;
  height: fit-content;
  margin-top: 80px;
}

#brand .brand-main-container .food-slider-wrapper .food-grd {
  position: absolute;
  width: 100%;
  height: 260px;
  background: linear-gradient(180deg, rgba(0, 117, 74, 0) 0%, #00754a 100%);
  bottom: 0;
}
#brand .brand-main-container .food-slider-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  height: fit-content;
}

#brand .brand-main-container .food-slider-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
  width: 330px;
  display: block;
}
#brand .brand-main-container .food-slider-wrapper .swiper-slide .text {
  display: none;
}

#brand .brand-main-container .food-slider-wrapper .swiper-slide-active {
  margin-top: 0 !important;
}
#brand .brand-main-container .food-slider-wrapper .swiper-slide-active .food {
  display: none !important;
}
#brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
  width: 550px;
  display: block !important;
}

#brand .global-container {
  position: relative;
  top: -100px;
  z-index: 10;
  background-color: #00754a;
  padding: 48px;
}
#brand .global-container[data-aos="radius-transition"].aos-animate {
  padding: 0;
}

#brand .global-container .tit {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 72.8px */
}
#brand .global-container .global-wrap-container {
  padding: 80px 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/brand/global-graph/global-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 2000px;
  transition: border-radius 1s ease;
}

#brand .global-container .global-wrap-container[data-aos="radius-transition"].aos-animate {
  /* AOS 트리거 후 직각으로 변형됨 */
  border-radius: 0;
}

#brand .global-container .graph-wrap-container {
  display: flex;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1172px;
  margin: auto;
  align-items: baseline;
}

#brand .global-container .graph-wrap-container .thumb {
  position: relative;
  width: 70px;
  height: 70px;
  object-fit: cover;
  z-index: 2;
}
#brand .global-container .graph-wrap-container .graph-box {
  padding: 20px 0px;
  gap: 16px;
  flex: 1 0 0;
  border-left: 1px solid #fff;
  position: relative;
}

#brand .global-container .graph-wrap-container .graph-box .bar {
  height: 50px;
  flex: 1 0 0;
  border-radius: 0px 8px 8px 0px;
}

#brand .global-container .graph-wrap-container .bar-graph-horizontal {
  max-width: 1172px;
  width: 100%;
  margin-left: 150px;
}

#brand .global-container .graph-wrap-container .bar-graph-horizontal > div {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  float: left;
}

#brand .global-container .graph-wrap-container .bar-graph-horizontal .bar {
  height: 55px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 17px;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-one {
}
#brand .global-container .graph-wrap-container .graph-wrap .bar-one .bar,
#brand .global-container .graph-wrap-container .graph-wrap .bar-three .bar,
#brand .global-container .graph-wrap-container .graph-wrap .bar-four .bar,
#brand .global-container .graph-wrap-container .graph-wrap .bar-five .bar {
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(90deg, #00754a 0%, #a1d683 100%), linear-gradient(90deg, #a1d683 0%, #fedd25 100%);
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-one .bar.aos-animate {
  -webkit-animation: show-bar-one 2s 0.1s forwards;
  -moz-animation: show-bar-one 2s 0.1s forwards;
  animation: show-bar-one 2s 0.1s forwards;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-two-wrap.aos-animate {
  -webkit-animation: scale-up 1.8s 2s ease-in-out infinite;
  -moz-animation: scale-up 1.8s 2s ease-in-out infinite;
  animation: scale-up 1.8s 2s ease-in-out infinite;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-two .bar.aos-animate {
  border-radius: 0px 8px 8px 0px;
  background: linear-gradient(90deg, #a1d683 0%, #fedd25 100%);
  -webkit-animation: show-bar-two 2s 0.2s forwards;
  -moz-animation: show-bar-two 2s 0.2s forwards;
  animation: show-bar-two 2s 0.2s forwards;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-three .bar.aos-animate {
  -webkit-animation: show-bar-three 2s 0.3s forwards;
  -moz-animation: show-bar-three 2s 0.3s forwards;
  animation: show-bar-three 2s 0.3s forwards;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-four .bar.aos-animate {
  -webkit-animation: show-bar-four 2s 0.4s forwards;
  -moz-animation: show-bar-four 2s 0.4s forwards;
  animation: show-bar-four 2s 0.4s forwards;
}

#brand .global-container .graph-wrap-container .graph-wrap .bar-five .bar.aos-animate {
  -webkit-animation: show-bar-five 2s 0.4s forwards;
  -moz-animation: show-bar-five 2s 0.4s forwards;
  animation: show-bar-five 2s 0.4s forwards;
}

#brand .global-container .graph-wrap-container .text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans CJK KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  height: 55px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
}

#brand .global-container .graph-wrap-container .bar-two .text {
  transition: transform 0.6s ease;
  transform-origin: left center;
}

#brand .global-container .graph-wrap-container .bar-two .text {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
}
#brand .global-container .graph-wrap-container .bar-two.animated .text {
  /* transform: scale(1.2); */
  animation: scaleUpDown 1.2s ease-in-out infinite;
  transform-origin: left center;
}

@keyframes scaleUpDown {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.bar-one.animated .text {
}

#brand .global-container .graph-wrap-container .text span {
  color: #a1d683;
  text-align: center;
  font-family: "Noto Sans CJK KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
#brand .global-container .graph-wrap-container .source {
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-family: "Noto Sans CJK KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin: 0 auto;
}

@-webkit-keyframes show-bar-one {
  0% {
    width: 0;
  }
  100% {
    /* 3배로 표시 */
    /* width: 14.3%; */
    width: 62.9%;
  }
}

@-webkit-keyframes show-bar-two {
  0% {
    width: 0;
  }
  100% {
    /* width: 13.2%; */
    width: 59.6%;
  }
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* 확대 */
  }
  100% {
    transform: scale(1); /* 다시 원래대로 */
  }
}

@-webkit-keyframes show-bar-three {
  0% {
    width: 0;
  }
  100% {
    /* width: 7.4%; */
    width: 42.2%;
  }
}

@-webkit-keyframes show-bar-four {
  0% {
    width: 0;
  }
  100% {
    /* width: 6.6%; */
    width: 39.8%;
  }
}
@-webkit-keyframes show-bar-five {
  0% {
    width: 0;
  }
  100% {
    /* width: 5.6%; */
    width: 36.8%;
  }
}

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#brand .global-container .graph-wrap-container .bar {
  animation-play-state: paused;
}

#brand .global-container .goob-gif {
  width: 197px;
  height: 197px;
  position: absolute;
  right: 342px;
  bottom: 0px;
}

#brand .global-container {
}

#brand .jajangmyeon-container {
  background: #00754a;
  display: flex;
  padding: 80px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  position: relative;
  top: -100px;
}

#brand .jajangmyeon-container .jajangmyeon-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
  width: 100%;
  padding: 215px 80px 0;
  box-sizing: border-box;
}

#brand .jajangmyeon-container .fixed-wrap {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#brand .jajangmyeon-container .fixed {
  width: 743px;
  position: sticky;
  top: 50%;
  z-index: 10;
  left: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  display: block;
}

#brand .jajangmyeon-container .tit {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  font-family: "Playfair Display";
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%; /* 120px */
  text-transform: uppercase;
  z-index: 10;
}
#brand .jajangmyeon-container .tit-sub {
  display: flex;
  width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
#brand .jajangmyeon-container .tit-sub-wrap {
  display: flex;
  gap: 20px;
  /* width: 100%; */
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
#brand .jajangmyeon-container .tit-sub-wrap .sub-text1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 46.4px */
  padding: 0 20px;
  z-index: 10;
}
#brand .jajangmyeon-container .tit-sub-wrap .sub-text2 {
  color: #fff;
  font-family: "Noto Sans CJK KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
  padding: 0 20px;
  z-index: 10;
}
#brand .jajangmyeon-container .tit-sub-wrap .Jajangmyeon {
  width: 256px;
  z-index: 10;
}

#brand .jajangmyeon-container .food-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #00754a;
}
#brand .jajangmyeon-container .food-wrap:nth-child(odd) {
  justify-content: flex-start;
  margin-left: 20px;
}

#brand .jajangmyeon-container .food-wrap:nth-child(even) {
  margin-right: 20px;
  justify-content: flex-end;
}
#brand .jajangmyeon-container .food-wrap:nth-child(2) {
  margin-top: -200px;
}

#brand .jajangmyeon-container .food-wrap:nth-child(3) {
  margin-top: 100px;
}

#brand .jajangmyeon-container .food-wrap {
  position: relative;
  box-sizing: border-box;
  display: flex;
}
#brand .jajangmyeon-container .food-wrap .food {
  width: 100%;
}
#brand .jajangmyeon-container .food-wrap .food-hover {
  width: 400px;
  height: 400px;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
#brand .jajangmyeon-container .food-wrap .text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 29px */
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}
#brand .jajangmyeon-container .food-wrap .food-hover:hover .text {
  opacity: 1;
}

#brand .jajangmyeon-container .food-wrap .food-hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 117, 74, 0.50) 0%, rgba(0, 117, 74, 0.50) 100%);
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

#brand .jajangmyeon-container .food-wrap .food-hover:hover::after {
  opacity: 1;
}

#brand .jajangmyeon-container {
}

/*  */
/*  */
/*  */
/*  */

#brand .jajangmyeon-container .scroll-text-container {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#brand .jajangmyeon-container .scroll-text-container .scroll-text-vertical {
  width: 300px;
  height: 100%;
  /* overflow: hidden; */
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#brand .jajangmyeon-container .scroll-text-container .track-vertical {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 40px;
  animation: scroll-vertical 20s linear infinite;
}

#brand .jajangmyeon-container .scroll-text-container .text-group {
  display: flex;
  flex-direction: column;
}

#brand .jajangmyeon-container .scroll-text-container .vertical-text {
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(210, 234, 223, 0.4);
  color: #00754a;
  paint-order: stroke fill;
  font-family: Montserrat;
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 200px */
  width: 1000px;
}
@keyframes scroll-vertical {
  0% {
    top: 0;
  }
  100% {
    top: -1000px;
  }
}

#brand .temp-container {
  background-color: #00754a;
  width: 100%;
  height: 50px;
  margin-top: -14px;
}
#brand .bobae-container {
  background-image: url("../img/brand/bobae/bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
  z-index: 2;
}
#brand .bobae-container .bobae-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  border: 1px solid #d2eadf;
  padding: 150px 0px;
} 
#brand .bobae-container .bobae-inner-div {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  line-height: 150%; /* 48px */
}
#brand .bobae-container .panda-text-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 25px;
  align-self: stretch;
}
#brand .bobae-container .panda-text-wrap .panda {
  max-height: 120px;
  height: 100%;
}
#brand .bobae-container .panda-text-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#brand .bobae-container .panda-text-wrap .text-bobae {
  display: flex;
  gap: 8px;
}
#brand .bobae-container .panda-text-wrap .text-box {
  margin-top: 20px;
  display: flex;
  width: 100%;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}

#brand .video-container {
  aspect-ratio: 16 / 9;
  display: flex;
  padding: 235px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(<path-to-image>) lightgray 0px -116.286px / 100% 117.643% no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(<path-to-image>) lightgray 0px -516.332px / 100% 359.228% no-repeat;
}
#brand .video-container .bg-video,
#brand .video-container .bg-mo-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
#brand .video-container .bg-mo-video {
  display: none;
}

#brand .video-container .myeon {
  width: 680px;
  transition: transform 0.2s linear;
  position: absolute;
}

#brand .video-container .myeon.rotate {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#brand .video-container .banner {
  display: flex;
  max-width: 1200px;
  width: 100%;
  padding: 40px 60px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: rgba(0, 117, 74, 0.8);
  backdrop-filter: blur(10px);
  gap: 30px;
}
#brand .video-container .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
}
#brand .video-container .text-wrap .tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
#brand .video-container .text-wrap .tit-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
#brand .video-container .bobae {
  max-width: 426px;
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}
#brand .video-container {
}
#brand .marquee-container {
  border-top: #d2eadf 15px solid;
  border-bottom: #d2eadf 15px solid;
  background: var(--green, #00754a);
  display: flex;
  width: 100%;
  padding: 30px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#brand .marquee-container .marquee-track {
  display: flex;
  animation: scroll-left 30s linear infinite;
}
#brand .marquee-container .marquee-track .text-wrap {
  display: flex;
  flex-shrink: 0;
  gap: 30px;
  margin-right: 30px;
}
#brand .marquee-container .marquee-track .white-text {
  color: #d2eadf;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 62.4px */
}
#brand .marquee-container .marquee-track .border-white-text {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #d2eadf;
  color: #00754a;
  paint-order: stroke fill;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 62.4px */
}
/* 애니메이션 정의 */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#brand .timeline-container {
  background-image: url("../img/brand/timeline/bg.png");
  background-position: center;
  background-size: cover;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 48px 0;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
}
#brand .timeline-container .pic-wrap {
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
#brand .timeline-container .pic-wrap .pic {
  max-width: 400px;
  width: 70%;
  display: flex;
}
#brand .timeline-container .pic-wrap .pic-box {
  width: 100%;
  display: flex;
}
#brand .timeline-container .pic-wrap .pic-box:nth-child(3) {
  margin-top: 10px;
}
#brand .timeline-container .pic-wrap .pic-box:nth-child(odd) {
  justify-content: start;
}
#brand .timeline-container .pic-wrap .pic-box:nth-child(even) {
  margin-top: -250px;
  justify-content: end;
}

#brand .timeline-container .year-box {
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  top: 0;
  width: 100%;
  align-items: center;
  gap: 40px;
  padding-bottom: 48px;
}
#brand .timeline-container .year-wrap {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

#brand .timeline-container .year {
  max-width: 92px;
  color: #d2eadf;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  width: auto;
  line-height: 34px; /* 133.333% */
  position: relative;
  border-bottom: 2px solid #d2eadf;
  padding: 0 3px 10px;
  white-space: nowrap;
}
#brand .timeline-container .cir {
  position: absolute;
  bottom: -7px;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background: #d2eadf;
  left: 50%;
  transform: translate(-50%, 0);
}
#brand .timeline-container .timeline-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
#brand .timeline-container .timeline-wrap .timeline-box:nth-child(1) {
  border-right: 1px solid #d2eadf;
}
#brand .timeline-container .timeline-wrap .timeline-box:nth-child(odd) {
  align-items: end;
}
#brand .timeline-container .timeline-wrap .timeline-box:nth-child(even) {
  align-items: start;
  padding-top: 80px;
}
#brand .timeline-container .timeline-wrap .timeline-box:nth-child(even) .text {
  text-align: left;
}
#brand .timeline-container .timeline-wrap .timeline-box {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: end;
  gap: 80px;
}
#brand .timeline-container .timeline-wrap .timeline {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 50px;
  /* width: 50%; */
}
#brand .timeline-container .timeline-wrap .timeline .text {
  color: #fff;
  text-align: right;
  font-family: "Noto Sans CJK KR";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 150% */
  letter-spacing: -0.5px;
  word-break: keep-all;
}
#brand .timeline-container .timeline-wrap .timeline .text span {
  font-weight: 700;
}
#brand .timeline-container .timeline-wrap .timeline .mark {
  width: 80px;
  height: 80px;
}

@media(min-width: 1700px) {
  #brand .global-container .graph-wrap-container, #brand .global-container .graph-wrap-container .bar-graph-horizontal {
    max-width: 1472px;
  }
  #brand .global-container .graph-wrap-container .bar-graph-horizontal {
    margin-left: 200px;
  }
  #brand .timeline-container .year {
    max-width: 102px;
    font-size: 32px;
    letter-spacing: 40px;
    letter-spacing: -0.8px;
  }
  #brand .timeline-container .timeline-wrap .timeline .text {
    font-size: 24px;
    line-height: 34px; /* 150% */
    letter-spacing: -0.6px;
  }
  #brand .timeline-container .timeline-wrap .timeline .mark {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 1400px) {
  #brand .global-container .goob-gif {
    right: 23%;
  }
}
@media (max-width: 1280px) {
  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 280px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 460px;
  }

  #brand .global-container .global-wrap-container {
    border-radius: 400px;
  }

  #brand .global-container .tit {
    font-size: 45px;
  }

  /* #brand .global-container .graph-wrap-container {
    max-width: 580px;
  } */

  #brand .global-container .graph-wrap-container .bar-graph-horizontal {
    margin-left: 0;
  }

  #brand .global-container .goob-gif {
    right: 14%;
  }

  #brand .jajangmyeon-container .tit-sub {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }

  #brand .jajangmyeon-container .tit {
    font-size: 80px;
  }

  #brand .jajangmyeon-container .tit-sub-wrap .sub-text1 {
    font-size: 25px;
  }
  #brand .jajangmyeon-container .tit-sub-wrap .sub-text2 {
    font-size: 19px;
  }
  #brand .jajangmyeon-container .tit-sub-wrap .Jajangmyeon {
    max-width: 256px;
    width: 55%;
  }

  #brand .jajangmyeon-container .food-wrap .food-hover {
    width: 320px;
    height: 320px;
  }
  #brand .jajangmyeon-container .food-wrap:nth-child(1) {
    margin-top: 50px;
  }
  #brand .temp-container {
    height: 0px;
    margin-top: -100px;
  }

  #brand .jajangmyeon-container .fixed {
    max-width: 746px;
    width: 70%;
  }

  #brand .jajangmyeon-container .jajangmyeon-wrap {
    padding: 180px 60px 0;
  }

  #brand .bobae-container .panda-text-wrap {
    gap: 20px;
  }
  #brand .bobae-container .panda-text-wrap .panda {
    height: 90%;
  }
  #brand .bobae-container .panda-text-wrap .text-bobae {
    width: 90%;
  }
  #brand .bobae-container .panda-text-wrap .text-box {
    width: 90%;
    margin-top: 15px;
  }

  #brand .video-container .text-wrap .tit {
    font-size: 32px;
  }
  #brand .video-container .text-wrap .tit-sub {
    font-size: 17px;
  }
  #brand .video-container .banner {
    padding: 30px 50px;
  }
  #brand .video-container {
    padding: 200px 20px;
  }
  #brand .video-container .myeon {
    width: 640px;
  }
  #brand .timeline-container .pic-wrap .pic {
    width: 35%;
  }
  #brand .jajangmyeon-container .food-wrap .text {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #brand .bobae-container .bobae-inner {
    padding: 120px 0;
  }
  #brand .bobae-container .bobae-inner-div {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
}

@media (max-width: 1024px) {
  /* #brand .brand-main-container .main-tit-wrap .tit-text {
    font-size: 18px;
  } */
  #brand .brand-main-container .sub-tit-wrap {
    font-size: 50px;
    line-height: 120%;
    margin-top: 50px;
  }
  #brand .brand-main-container .food-slider-wrapper {
    margin-top: 50px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 240px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 370px;
  }

  #brand .global-container {
    top: -75px;
  }

  #brand .brand-main-container .food-slider-wrapper .food-grd {
    height: 200px;
  }

  #brand .global-container .tit {
    font-size: 37px;
  }

  /* #brand .global-container .graph-wrap-container {
    max-width: 580px;
  } */

  #brand .jajangmyeon-container {
    padding: 60px 0px;
  }
  #brand .jajangmyeon-container .scroll-text-container .vertical-text {
    max-width: 1000px;
    width: 80%;
  }

  #brand .jajangmyeon-container .tit {
    font-size: 62px;
  }
  #brand .jajangmyeon-container .tit-sub-wrap .sub-text1 {
    font-size: 20px;
  }
  #brand .jajangmyeon-container .tit-sub-wrap .sub-text2 {
    font-size: 16px;
  }
  #brand .jajangmyeon-container .jajangmyeon-wrap {
    padding: 170px 30px 0;
  }
  #brand .jajangmyeon-container .tit-sub-wrap .Jajangmyeon {
    width: 50%;
  }

  #brand .jajangmyeon-container .food-wrap .food-hover {
    width: 250px;
    height: 250px;
  }

  #brand .bobae-container {
    padding: 30px;
  }
  #brand .bobae-container .panda-text-wrap .text-bobae {
    width: 65%;
  }
  #brand .bobae-container .panda-text-wrap .text-box {
    width: 65%;
    margin-top: 0;
  }

  #brand .bobae-container .panda-text-wrap {
    gap: 8px;
  }
  #brand .bobae-container .panda-text-wrap .panda {
    height: 85px;
  }

  #brand .bobae-container .panda-text-wrap .text-wrap {
    align-items: start;
    width: 220px;
  }
  #brand .bobae-container .panda-text-wrap .text-bobae,
  #brand .bobae-container .panda-text-wrap .text-box {
    width: 100%;
  }
  #brand .video-container .text-wrap .tit {
    font-size: 21px;
  }
  #brand .video-container .text-wrap .tit-sub {
    font-size: 15px;
    word-break: keep-all;
  }
  #brand .video-container .banner {
    padding: 30px 40px;
  }

  #brand .marquee-container .marquee-track .white-text,
  #brand .marquee-container .marquee-track .border-white-text {
    font-size: 35px;
  }

  #brand .marquee-container {
    border-top: #d2eadf 10px solid;
    border-bottom: #d2eadf 10px solid;
  }

  #brand .video-container {
    padding: 220px 20px;
  }

  #brand .timeline-container {
    padding: 48px 0 100px;
  }
  #brand .timeline-container .pic-wrap {
  }
  #brand .timeline-container .pic-wrap {
    position: absolute;
    top: 60px;
  }

  #brand .timeline-container .year-box {
    position: relative;
    /* padding: 48px 20px; */
  }
  #brand .timeline-container .pic-wrap .pic-box:nth-child(even) {
    margin-top: -50px;
  }

  #brand .timeline-container .timeline-wrap .timeline {
    padding: 0 20px;
  }

  #brand .jajangmyeon-container .fixed-wrap {
    height: 114%;
  }
}

@media (max-width: 900px) {
  /* #brand .brand-main-container .main-wrap {
    padding: 30px 30px 0;
  } */
  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 200px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 330px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide {
    margin-top: 40px;
  }
  #brand .global-container .graph-wrap-container .text,
  #brand .global-container .graph-wrap-container .text span {
    font-size: 15px;
  }
  #brand .global-container .global-wrap-container {
    border-radius: 300px;
  }

  /* #brand .global-container .graph-wrap-container {
    max-width: 470px;
  } */

  #brand .global-container .goob-gif {
    right: 5%;
  }

  #brand .jajangmyeon-container .tit {
    font-size: 50px;
  }

  #brand .jajangmyeon-container .scroll-text-container .vertical-text {
    font-size: 150px;
  }
  #brand .jajangmyeon-container .food-wrap .text {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #brand .timeline-container .year {
    max-width: 62px;
    font-size: 24px;
    letter-spacing: 32px;
    letter-spacing: -0.6px;
  }
  #brand .timeline-container .timeline-wrap .timeline .text {
    font-size: 18px;
    line-height: 26px; /* 150% */
    letter-spacing: -0.45px;
  }
  #brand .timeline-container .timeline-wrap .timeline .mark {
    width: 70px;
    height: 70px;
  }
  #brand .bobae-container {
    background-attachment: unset;
  }
  #brand .bobae-container .bobae-inner {
    gap: 40px;
  }
  #brand .bobae-container .bobae-inner-div {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}

@media (max-width: 768px) {
  #brand .md {
    display: block;
  }
  /* #brand .brand-main-container .main-tit-wrap {
    padding: 60px 0;
  }
  #brand .brand-main-container .main-tit-wrap .tit {
    font-size: 36px;
  }
  #brand .brand-main-container .main-tit-wrap .tit-text {
    font-size: 14px;
    word-break: keep-all;
  }

  #brand .brand-main-container .main-tit-wrap .line {
    width: 50px;
    margin: 12px auto 20px auto;
  } */

  #brand .brand-main-container .sub-tit-wrap {
    font-size: 40px;
    line-height: 120%;
    margin-top: 80px;
  }

  #brand .brand-main-container .food-slider-wrapper {
    margin-top: 60px;
  }

  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 180px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 300px;
  }

  #brand .global-container {
    top: -50px;
    padding: 30px 20px;
  }

  /* #brand .global-container .graph-wrap-container {
    max-width: 450px;
  } */

  #brand .global-container .tit {
    font-size: 24px;
  }

  #brand .global-container .goob-gif {
    right: 5%;
    width: 130px;
    height: 130px;
    aspect-ratio: 130/130;
  }

  #brand .global-container .graph-wrap-container .source {
    font-size: 12px;
  }

  #brand .global-container .graph-wrap-container .graph-wrap .bar-one .bar,
  #brand .global-container .graph-wrap-container .graph-wrap .bar-two .bar,
  #brand .global-container .graph-wrap-container .graph-wrap .bar-three .bar,
  #brand .global-container .graph-wrap-container .graph-wrap .bar-four .bar,
  #brand .global-container .graph-wrap-container .graph-wrap .bar-five .bar {
    border-radius: 0px 4px 4px 0px !important;
  }
  #brand .global-container .graph-wrap-container .bar-graph-horizontal .bar {
    height: 20px;
  }

  #brand .global-container .graph-wrap-container .text {
    font-size: 14px;
    font-weight: 700;
    height: 20px;
  }
  #brand .global-container .graph-wrap-container .text span {
    font-size: 14px;
  }
  #brand .global-container .graph-wrap-container .thumb {
    width: 35px;
    height: 35px;
  }
  #brand .global-container .graph-wrap-container .graph-box {
    padding: 10px 0;
  }

  #brand .global-container .global-wrap-container {
    background-image: url("/Bobae_eng/img/brand/global-graph/global-bg2.png");
    background-position: bottom;
  }

  #brand .jajangmyeon-container .tit {
    display: none;
  }
  #brand .jajangmyeon-container .scroll-text-container .vertical-text {
    font-size: 100px;
  }
  #brand .jajangmyeon-container .food-wrap .food-hover {
    width: 180px;
    height: 180px;
  }
  #brand .jajangmyeon-container .food-wrap:nth-child(2) {
    margin-top: -20px;
  }
  #brand .jajangmyeon-container .food-wrap:nth-child(3) {
    margin-top: 30px;
  }

  #brand .jajangmyeon-container .food-wrap:nth-child(odd) {
    margin-left: -70px;
  }
  #brand .jajangmyeon-container .food-wrap:nth-child(even) {
    margin-right: -70px;
  }
  #brand .jajangmyeon-container .tit-sub-wrap .Jajangmyeon {
    display: none;
  }
  #brand .jajangmyeon-container .tit-sub {
    align-items: start;
  }
  #brand .jajangmyeon-container .jajangmyeon-wrap {
    padding: 550px 0 0;
  }

  #brand .jajangmyeon-container {
    overflow: hidden;
  }

  #brand .video-container {
    overflow: hidden;
  }

  #brand .bobae-container {
    padding: 20px;
  }
  #brand .video-container .banner {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }
  #brand .video-container .text-wrap {
    width: 100%;
  }
  #brand .video-container .bobae {
    width: 100%;
    max-width: none;
    height: auto;
  }

  #brand .video-container .text-wrap .tit {
    font-size: 20px;
  }
  #brand .video-container .text-wrap .tit-sub {
    font-size: 14px;
  }
  #brand .video-container {
    padding: 100px 20px;
  }
  #brand .video-container .myeon {
    width: 528px;
  }

  #brand .marquee-container .marquee-track .white-text,
  #brand .marquee-container .marquee-track .border-white-text {
    font-size: 24px;
  }
  #brand .marquee-container {
    border-top: #d2eadf 7.5px solid;
    border-bottom: #d2eadf 7.5px solid;
    padding: 15px 0;
  }

  #brand .timeline-container {
    padding: 48px 20px;
  }
  #brand .timeline-container .pic-wrap {
    display: none;
  }

  #brand .timeline-container .timeline-wrap .timeline-box {
    width: 100%;
  }
  #brand .timeline-container .timeline-wrap .timeline-box:nth-child(1) {
    border-right: 0;
  }

  #brand .timeline-container .timeline-wrap {
    flex-direction: column;
  }
  #brand .timeline-container .timeline-wrap .timeline {
    padding: 0;
    justify-content: start;
    width: 100%;
  }
  #brand .timeline-container .timeline-wrap .timeline-box:nth-child(odd) {
    align-items: center;
  }

  #brand .timeline-container .timeline-wrap .timeline-box:nth-child(1) .timeline .text {
    text-align: left;
  }
  #brand .timeline-container .timeline-wrap .timeline-box:nth-child(1) .timeline {
    flex-direction: row-reverse;
  }
  #brand .timeline-container .year-box {
    gap: 60px;
  }
  #brand .timeline-container .year-wrap .timeline-wrap .timeline-box:nth-child(2) {
    /* display: none; */
    padding-top: 20px;
  }
  #brand .timeline-container .year-wrap:last-child .timeline-wrap .timeline-box:nth-child(2) {
    display: none;
  }
  #brand .video-container {
    aspect-ratio: unset;
    height: 80vh;
  }
  #brand .video-container .bg-video {
    display: none;
  }
  #brand .video-container .bg-mo-video {
    display: block;
  }
  #brand .jajangmyeon-container .food-wrap .food-hover::after {
    opacity: 1;
  }
  #brand .jajangmyeon-container .food-wrap .text {
    display: none;
  }
  #brand .timeline-container .timeline-wrap .timeline-box {
    gap: 20px;
  }
  #brand .bobae-container .bobae-inner {
    padding: 100px 0;
  }
}

@media(max-width: 650px) {
  /* #brand .brand-main-container .main-wrap {
    padding: 20px 20px 0;
  } */
  #brand .brand-main-container .sub-tit-wrap {
    font-size: 32px;
    line-height: 120%;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 150px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 260px;
  }
  #brand .global-container .global-wrap-container {
    border-radius: 200px;
  }
  #brand .brand-main-container .food-slider-wrapper {
    padding-bottom: 128px;
  }
  #brand .timeline-container .timeline-wrap .timeline .text {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
  }
  #brand .bobae-container .bobae-inner-div {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 500px) {
  #brand .brand-main-container .sub-tit-wrap {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  #brand .brand-main-container .tit {
    font-size: 28px;
  }

  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 200px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 300px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide {
    margin-top: 60px;
  }

  #brand .brand-main-container .food-slider-wrapper .food-grd {
    height: 150px;
  }

  #brand .global-container {
    top: 0;
  }

  #brand .global-container {
    padding: 24px 10px;
  }
  #brand .global-container .goob-gif {
    right: -0.5px;
    bottom: -0.5px;
    width: 98.5px;
    height: 98.5px;
    aspect-ratio: 98.5/98.5;
  }

  #brand .global-container .global-wrap-container {
    border-radius: 300px;
    padding: 70px 20px;
  }

  /* #brand .brand-main-container .main-tit-wrap {
    padding: 60px 0 0 0;
  } */
  #brand .brand-main-container .food-slider-wrapper .swiper-slide {
    margin-top: 40px;
  }
  #brand .brand-main-container .sub-tit-wrap {
    margin: 80px 0 0 0;
  }
  @-webkit-keyframes show-bar-one {
    0% {
      width: 0;
    }
    100% {
      /* 3배로 표시 */
      /* width: 14.3%; */
      width: 47.9%;
    }
  }
  
  @-webkit-keyframes show-bar-two {
    0% {
      width: 0;
    }
    100% {
      /* width: 13.2%; */
      width: 44.6%;
    }
  }
  
  @-webkit-keyframes show-bar-three {
    0% {
      width: 0;
    }
    100% {
      /* width: 7.4%; */
      width: 27.2%;
    }
  }
  
  @-webkit-keyframes show-bar-four {
    0% {
      width: 0;
    }
    100% {
      /* width: 6.6%; */
      width: 24.8%;
    }
  }
  @-webkit-keyframes show-bar-five {
    0% {
      width: 0;
    }
    100% {
      /* width: 5.6%; */
      width: 21.8%;
    }
  }
  
  @-webkit-keyframes fade-in-text {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes scale-up {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1); /* 확대 */
    }
    100% {
      transform: scale(1); /* 다시 원래대로 */
    }
  }
  #brand .bobae-container .panda-text-wrap .panda {
    height: 77px;
  }
  #brand .bobae-container .panda-text-wrap .text-wrap {
    width: 180px;
  }
  #brand .bobae-container .panda-text-wrap .text-bobae {
    gap: 2px;
  }
  #brand .bobae-container .bobae-inner-div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}
@media (max-width: 400px) {
  #brand .brand-main-container .sub-tit-wrap {
    font-size: 25px;
  }
  #brand .global-container .graph-wrap-container .text,
  #brand .global-container .graph-wrap-container .text span {
    font-size: 12px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide .food {
    width: 175px;
  }
  #brand .brand-main-container .food-slider-wrapper .swiper-slide-active .text {
    width: 275px;
  }
}
