.keyvisual {
  height: 100vh;
  position: relative;
}

.keyvisual_video {
  width: 100%;
  height: 100%;
}
.keyvisual_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.keyvisual_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.keyvisual_title_h {
  font-size: 34px;
  letter-spacing: -0.1px;
  color: #fff;
  display: inline-block;
}
.keyvisual_title_p {
  padding-top: 12px;
  font-size: 14px;

  letter-spacing: -0.7px;
  color: #fff;
  display: inline-block;
}
.keyvisual_title_wrap {
  overflow: hidden;
}
.keyvisual_scroll {
  width: 1px;
  height: 60px;
  z-index: 1;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #fff;
}
.keyvisual_scrollbar {
  width: 100%;
  height: 100%;
  background-color: #ffffff91;
  position: relative;
  overflow: hidden;
}
.keyvisual_scrollbar-color {
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scrollBar 2s infinite linear;
}
@keyframes scrollBar {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
/* trends */
.trends {
  height: 100vh;
}
.trends_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.trends_left {
  flex: 1;
  height: 100%;

  background-color: #edebe7;
}

.trends_right {
  flex: 1;
  position: relative;
  height: 100%;
}
.trends_right_bg {
  width: 100%;
  height: 100%;
  background: url(../../img/brand/made/brand-img03.jpg) no-repeat center/cover;
}
.trends_right_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trends_right_title_h {
  font-size: 34px;
  text-align: center;
  letter-spacing: -0.1px;
  color: #fff;
}
.trends_right_title_p {
  padding-top: 12px;
  text-align: center;
  font-size: 14px;

  letter-spacing: -0.7px;
  color: #fff;
}
.trends_middle {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  max-width: 1440px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.trends_middle_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.trends_middle_wrap {
  height: 100%;
  width: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.trends_middle_content {
  margin-bottom: 200px;
}

.trends_middle_content:nth-child(1) {
  margin-left: 190px;
}
.trends_middle_content:nth-child(2) .trends_text {
  margin-left: 150px;
}
.trends_middle_content:nth-child(3) {
  margin-left: 250px;
  margin-bottom: 0;
}
.trends_img {
  width: 100%;
}
.trends_img1 {
  max-width: 370px;
}
.trends_img2 {
  max-width: 480px;
}
.trends_img3 {
  max-width: 660px;
}
.trends_text_p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;
  color: #333;
}

/* trends2 */
.trends2 {
  overflow: hidden;
}
f .trends2 .trends_right_bg {
  background: url(../../img/brand/made/brand-img08.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.trends_middle2 {
  justify-content: flex-end;
}

.trends_middle2 .trends_middle_content:nth-child(1) {
  margin-left: 250px;
  margin-bottom: 0;
}
.trends_middle2 .trends_middle_content:nth-child(2) {
  margin-right: 200px;
  margin-bottom: 0;
}
.trends_middle2 .trends_middle_content:nth-child(2) .trends_text {
  margin-left: 0;
}
.trends_middle2 .trends_img1 {
  max-width: 430px;
}
.trends_middle2 .trends_img2 {
  max-width: 430px;
}

.trends_middle2 .trends_middle_content:nth-child(2) {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.trends_middle2 .trends_middle_wrap {
  justify-content: initial;
  gap: 250px;
}

/* certifications */
.certifications {
  padding: 100px 0;
}

.certifications_title_h {
  font-size: 32px;
  letter-spacing: -0.1px;
  line-height: 34px;
  text-align: center;
  color: #333;
}
.certifications_title_p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 28px;
  text-align: center;
  word-break: keep-all;
  color: #333;
  margin: 13px auto 0;
}
.certifications_contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 768px;
  margin-top: 50px;
}
.certifications_ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.certifications_list {
  flex-basis: 145px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.certifications_p,
.certifications_year {
  font-size: 12px;
  letter-spacing: -0.1px;

  text-align: center;
  color: #9a927b;
}
.certifications_img {
  width: 85px;
}

/* process */
.process {
  padding: 100px 0;
  background-color: hsla(40, 14%, 92%, 0.5);
}
.process_title_h {
  font-size: 32px;
  letter-spacing: -0.1px;

  text-align: center;
  color: #333;
}
.process_title_p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;

  text-align: center;
  word-break: keep-all;
  color: #333;
}
.process_title {
  margin-bottom: 50px;
}
.process_contents {
  width: 100%;
  height: 100%;
  max-width: 1280px;
}
.process_contents_wrap {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
}
.process_contents_list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  position: relative;
}
.process_contents_list:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: -1;
  background-color: #cfcecc;
}
.process_contents_list:last-child:after {
  display: none;
}
.process_contents_img {
  width: 85px;
}
.process_contents_nub {
  font-size: 12px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #707070;
  margin-top: 14px;
}
.process_contents_name {
  font-size: 12px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #707070;
}

.process_circle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.process_circle {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #8b8b8a;
}

/* tailor */
.tailor {
  padding: 100px 0;
}
.tailor_title {
  margin-bottom: 50px;
}
.tailor_title_h {
  font-size: 32px;
  letter-spacing: -0.1px;

  text-align: center;
  color: #333;
}
.tailor_title_p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.7px;

  text-align: center;
  word-break: keep-all;
  color: #333;
}
.tailor_contents {
  width: 100%;
}
.tailor_contents_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tailor_img {
  width: 100%;
  max-width: 820px;
}
