.container_inner {
  width: 100%;
  /* padding-top: 100px; */
  padding-bottom: 330px;
}
.brand_story_wrap {
  width: 100%;
  height: 100vh;
  display: flex;
}

.brand_slogan_wrap {
  width: 100%;
  height: 100vh;
  display: flex;
}
.brand_story_left {
  width: 50%;
  height: 100%;
  opacity: 0;
}
.brand_story_right {
  width: 50%;
  height: 100%;
  padding-left: 6%;
  padding-top: 10%;
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
}
.brand_story_wrap .brand_story_left {
  background: url("../images/main/brand-story/c-brandstory-img1.png") no-repeat
    center;
  background-size: cover;
}
.brand_slogan_wrap .brand_story_left {
  background: url("../images/main/brand-story/c-brandstory-img2.png") no-repeat
    center;
  background-size: cover;
}
.brand_story_titlewrap p {
  opacity: 0;
  position: relative;
  right: -2%;
}
.brand_story_title {
  font-size: 65px;
  font-family: var(--font-proxima);

  font-weight: 700;
  color: #ff4713;
}
.brand_story_subtitle {
  font-size: 48px;
  font-family: var(--font-proxima);

  font-weight: 700;
  color: #ff4713;
  margin-top: 7%;
}
.brand_story_txtwrap {
  margin-top: 5%;
  opacity: 0;
}
.brand_story_txtwrap p {
  font-size: 18px;
  font-weight: 400;
  color: #ff4713;
  line-height: 27px;
  margin-top: 5%;
  word-break: keep-all;
}
.brand_story_txtwrap p:first-child {
  margin-top: 0;
}
.brand_story_videowrap {
  width: 1280px;
  /* height: 100vh; */
  margin: 0 auto;
  margin-top: 230px;
  display: flex;
  align-items: center;
}
.brand_story_video {
  width: 100%;
  height: 720px;
  background: url("../images/main/brand-competitivity-pageeight/c-contents-img1.png")
    no-repeat center;
  background-size: cover;
  opacity: 0;
  position: relative;
  bottom: -5%;
}
.brand_story_listdots {
  width: 32px;
  height: 120px;
  position: fixed;
  top: 44%;
  right: 80px;
  /* background-color: #ffcdbf; */
}
.brand_story_listdots.is-hide {
  display: none;
}
.story_dots {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.story_dots li {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ff4713;
  border-radius: 6px;
  transition: 0.2s;
}
.story_dots li span {
  width: 12px;
  height: 12px;
  border: solid 1px #ff4713;
  border-radius: 6px;
}
.story_dots li.is-active {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.story_dots li.is-active span {
  border: none;
  background-color: #ff4713;
}
.mobile_br {
  display: none;
}
@media (max-width: 1760px) {
  .brand_competi_listdots {
    right: 4%;
  }
}
@media (max-width: 1400px) {
  .mobile_br {
    display: block;
  }
}

@media (max-width: 1300px) {
  .brand_story_right {
    /* padding-left: 5%; */
    /* padding-top: 0; */
  }
  .brand_story_title {
    font-size: 43px;
  }
  .brand_story_subtitle {
    font-size: 33px;
  }
  .brand_story_txtwrap p {
    font-size: 16px;
  }
  .brand_story_videowrap {
    width: 92%;
    /* padding: 0 4%; */
    margin: 0 auto;
    padding-top: 230px;
  }
  .brand_story_videowrap {
    margin-top: 0px;
  }
}
@media (max-width: 1280px) {
}
@media (max-width: 820px) {
  .brand_story_wrap {
    display: block;
  }
  .brand_story_left {
    width: 100%;
    height: 50vh;
  }
  .brand_story_right {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
  }
  .brand_slogan_wrap {
    display: block;
  }
  .brand_story_title {
    font-size: 30px;
  }

  .brand_story_titlewrap {
    width: 50%;
    /* height: 100%; */
  }
  .brand_story_txtwrap {
    width: 50%;
    /* height: 100%; */
  }
  .brand_story_subtitle {
    font-size: 24px;
    margin-top: 0;
    /* 수정됨 */
    /* margin-top: 20px; */
  }
  .brand_story_txtwrap {
    margin-top: 0;
  }
  .brand_story_txtwrap p {
    font-size: 14px;
    margin-top: 3%;
  }
  .brand_story_txtwrap p:first-child {
    margin-top: 0;
  }
  .brand_story_videowrap {
    padding-top: 100px;
  }
  .brand_story_video {
    height: 480px;
  }
}
@media (max-width: 650px) {
  .brand_story_left {
    height: 40vh;
  }
  .brand_story_right {
    width: 100%;
    height: 60vh;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 4%;
    text-align: center;
  }
  .brand_story_titlewrap {
    width: 100%;
    /* height: 100%; */
  }
  .brand_story_txtwrap {
    width: 100%;
    /* height: 100%; */
    margin-top: 4%;
  }
  .brand_story_subtitle {
    font-size: 20px;
    /* 수정됨 */
    margin-top: 0;
  }
  .brand_story_txtwrap p {
    /* font-size: 12px; */
    line-height: 22px;
  }
  /* .brand_story_txtwrap{
        width: 100%;
    } */
  .brand_story_videowrap {
    height: 480px;
    padding-top: 20px;
  }
  .brand_story_video {
    height: 360px;
  }
  .container_inner {
    /* padding-top: 80px; */
    padding-bottom: 60px;
  }
  .mobile_br {
    display: block;
  }
  /* .brand_competi_listdots{
        display: none;
    } */
}

@media (max-width: 1024px) {
  .c-video {
    height: 550px;
  }
}
@media (max-width: 700px) {
  .c-video {
    height: 365px;
  }
}
@media (max-width: 500px) {
  .c-video {
    height: 260px;
  }
}
