.brand_wrap {
  width: 100%;
}

.brand_wrap > .brand_item {

}

.brand_1,
.brand_2,
.brand_3 {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.brand_1 {
  background-image: url('../assets/brand/bg_brand_1.png');
}

.brand_2 {
  background-image: url('../assets/brand/bg_brand_2.png');
}

.brand_3 {
  background-image: url('../assets/brand/bg_brand_3.png');
}

/* brand page 1, 2, 3 */
.brand_1 > div,
.brand_2 > div,
.brand_3 > div {
  height: 100%;
}

.brand_1 .cont_wrap,
.brand_2 .cont_wrap,
.brand_3 .cont_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.brand_1 .cont_wrap > div,
.brand_2 .cont_wrap > div,
.brand_3 .cont_wrap > div {
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  cursor: default;
}

.brand_1 .cont_wrap > .subject,
.brand_2 .cont_wrap > .subject,
.brand_3 .cont_wrap > .subject {
  padding-top: 44px;
  margin: auto auto 0;
  background: url('../assets/common/bg_subject_white.png') center top no-repeat;
  color: #FFF;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 2.88px;
  text-indent: 2.88px;
}

.brand_1 .cont_wrap > .cont_1,
.brand_2 .cont_wrap > .cont_1,
.brand_3 .cont_wrap > .cont_1 {
  margin: 34px auto 0;
  color: #FFF;
  font-size: 48px;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  text-indent: -0.96px;
}

.brand_1 .cont_wrap > .cont_2,
.brand_2 .cont_wrap > .cont_2,
.brand_3 .cont_wrap > .cont_2 {
  padding-bottom: 73px;
  margin: 52px auto auto;
  background: url('../assets/common/bg_view_more_white.png') center bottom no-repeat;
  color: #62A286;
  font-size: 18px;
  line-height: 165%; /* 29.7px */
}

.brand_1 .cont_wrap > .cont_2 {
  padding-bottom: 33px;
}

.brand_3 .cont_wrap > .cont_1 {
  margin-top: 25px;
}

.brand_3 .cont_wrap > .cont_2 {
  padding-bottom: 49px;
  margin-top: 56px;
}
