body {
  background-image: url('/new/images/branding/branding_bg.png');
  background-size: 1442px auto;
  background-color: #323232;
  background-position: right top;
  background-repeat: no-repeat;
}

/*  Body */
.ct-section {
  padding-top: 230px;
  background-size: cover;
  color: #fff;
}

.cont-txt {
  color: #fff;
}

.cont-txt h1 {
  font-weight: 700;
  font-size: 85px;
  margin-bottom: 24px;
}

.cont-txt p {
  max-width: 870px;
  width: 100%;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

.logo-area {
  width: 100%;
  max-width: 604px;
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.logo-area .img {
  width: 84px;
  height: 84px;
}

.logo-area .img img {
  width: 100%;
}

.content {
  position: relative;
  margin-top: 223px;
  overflow: hidden;
}

.content > div {
  margin-right: 20px;
  margin-bottom: 118px;
}

.content > .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 43px 0;
  float: inherit;
  width: 1240px;
  max-width: 100%;
}

.content.port .content-bg-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}

.content.port .content-bg-wrap > div {
  width: 588px;
  height: 485px;
}

.content-img {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
}
.content-img img {
  width: 100%;
  height: 411px;
  object-fit: cover;
}
.content-img .brand-name {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.content-bg {
  margin-bottom: 20px;
}

.content > div span {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.content > div p {
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}

.history {
  position: relative;
  border-bottom: 2px solid #000;
}

.year {
  margin-bottom: 120px;
}

.year:first-child::before {
  display: none;
}

.year::before {
  content: "";
  width: 200px;
  height: 4px;
  background: #666666;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 120px;
}

.year > span {
  font-size: 85px;
  font-weight: 500;
  color: #fff;
}

.year ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.year ul li {
  width: 280px;
  color: #fff;
  margin-right: 64px;
  margin-bottom: 80px;
  line-height: 32px;
}

.year ul li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fcdd6a;
  border-radius: 50px;
  margin-bottom: 40px;
}

.year ul li p {
  font-size: 28px;
  font-weight: 700;
}

.year ul li span {
  font-size: 28px;
  font-weight: 300;
}

.popup-portfolio {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.popup-portfolio.active {
  display: block;
}
.popup-portfolio .dimm {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pop-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1340px;
  height: 880px;
  background-color: #222;
  border-radius: 16px;
  overflow: hidden;
}
.pop-wrap .pop-header {
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.pop-wrap .pop-header .brand-logo {
  width: 74px;
  height: 74px;
}
.pop-wrap .pop-header .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-wrap .pop-header .brnad-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
  font-style: normal;
  color: #fff;
}
.pop-wrap .pop-cont {
  width: 100%;
  height: calc(100% - 154px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 0 0 117px;
  overflow-y: auto;
}
.pop-wrap .pop-cont .img {
  width: auto;
  max-width: 960px;
}
.pop-wrap .pop-cont .img img {
  max-width: 960px;
}
.pop-wrap .btn-x {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: 100%;
  overflow: hidden;
  text-wrap: nowrap;
}
.pop-wrap .btn-x::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l20 20M1 21L21 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .cont-txt p br:not(.mo) {
    display: none;
  }
  .content.port .content-bg-wrap {
    margin-right: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .pop-wrap {
    left: 0;
    transform: translateY(-50%);
    margin: 0 3%;
    width: 94%;
  }
  .pop-wrap .pop-header .brnad-name {
    font-size: 24px;
    width: calc(100% - 70px);
    padding-right: 50px;

  }
  .pop-wrap .pop-cont {
    gap: 40px;
  }
  .pop-wrap .pop-cont .img {
    max-width: 94%;
    text-align: center;
  }
  .pop-wrap .pop-cont .img img {
    max-width: 94%;
  }
}

@media (max-width: 801px) {
  .wrap {
    padding: 0 20px 80px;
  }
  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    height: 100%;
    overflow-x: hidden;
  }

  .content > div {
    float: none;
    margin-right: auto;
  }

  .content.port .content-bg-wrap > div {
    width: 100%;
    height: auto;
  }

  .content.bgwrap span {
    font-weight: 700;
    font-size: 14px;
  }

  .ct-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 280px;
    overflow-x: hidden;
  }

  .ct-section {
    padding-top: 144.5px;
    color: #fff;
  }

  .ct-section.second {
    padding-bottom: 154.5px;
  }

  .ct-section.second>.wrap {
    padding: 0 12.5px;
  }

  .container.second .ct-section>.wrap {
    padding: 0;
  }

  .content.port .content-bg-wrap {
    margin-right: 0;
  }

  .container.second .cont-txt {
    padding-left: 0;
  }

  .cont-txt h1 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 12.5px;
  }

  .cont-txt p {
    width: 100%;
    font-weight: 400;
    font-size: 10px;
  }

  .logo-area {
    gap: 10px;
  }

  .logo-area .img {
    width: 48px;
    height: 48px;
  }

  .content {
    position: relative;
    margin-top: 99px;
  }

  .content.port .content-bg-wrap {
    float: none;
    gap: 24px;
  }

  .content>div {
    margin-bottom: 0;
  }

  .content-bg-wrap a {
    display: inline-block;
    width: 100%;
  }

  .content.bgwrap>div {
    margin-bottom: 40px;
  }

  .content.bgwrap {
    margin-top: 40px;
  }

  .content-bg {
    margin-bottom: 16.5px;
    width: 350px;
    max-width: 100%;
  }

  .content-bg img {
    width: 100%;
    height: auto;
  }

  .content-img {
    position: relative;
    width: 100%;
    max-width: none;
  }

  .content-img img {
    width: 100%;
    max-width: none;
    height: 200px;
    object-fit: cover;
  }

  .content-img .brand-name {
    font-size: 17px;
    text-align: left;
  }

  .pop-wrap {
    height: 500px;
  }

  .pop-wrap .pop-header {
    padding: 20px;
  }

  .pop-wrap .pop-header .brand-logo {
    width: 50px;
    height: 50px;
  }

  .pop-wrap .pop-header .brnad-name {
    font-size: 17px;
    line-height: 24px;
  }

  .pop-wrap .pop-cont {
    padding: 0 0 30px;
  }

  .pop-wrap .btn-x {
    right: 20px;
    top: 30px;
  }
}
