#branding {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#branding .bgbox1item {
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
#branding .bgbox1item .banner {
  display: flex;
}
.bgbox2item {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.bgbox2item > header {
  margin-top: 80px;
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgbox2item > header > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
.bgbox2item > .container {
  width: 1058px;
  height: 550px;
  margin: 0 auto;
  position: relative;
}
.bgbox3item {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.bgbox3item > header {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bgbox3item > header > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
.bgbox3item > .container {
  display: flex;
}
.bgbox3item > .container > ul {
  display: flex;
  margin: 0 auto;
  gap: 33px;
}
.bgbox3item > .container > ul > li {
  display: flex;
  width: 330px;
  height: 222px;
}
.bgbox3item > footer {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  margin-bottom: 99px;
}
.bgbox3item > footer p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
.bgboxf3item {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.bgbox5item {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.bgbox5item > header {
  display: flex;
}
.bgbox5item > header > ul {
  width: 1008px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.bgbox5item > header > ul > li {
  width: 495px;
  height: 236px;
  display: flex;
}
.bgbox5item > header > ul > li:nth-of-type(3),
.bgbox5item > header > ul > li:nth-of-type(4) {
  align-items: center;
  justify-content: space-between;
}
.bgbox5item > header > ul > li:nth-of-type(3) > img,
.bgbox5item > header > ul > li:nth-of-type(4) > img {
  width: 239px;
  height: 236px;
}
.bgbox5item > footer {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}
.bgbox5item > footer p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}
