.sub-title1 {
  line-height: 82px;
  letter-spacing: -1px;
  font-size: 60px;
  font-weight: 700;
}

.sub-title2 {
  line-height: 66px;
  font-size: 48px;
  font-weight: 600;
}

.hero-section {
  margin-top: 120px;
  padding: 80px 0;
  height: 960px;
  background-color: #F6F7F9;
}

.hero-section .hero-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}

.hero-section .lettering-box img {
  width: 100%;
}

.hero-section .hero-description-box {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 20px;
  text-align: center;
}

.hero-section .hero-description-box p {
  line-height: 30px;
  letter-spacing: -0.5px;
  font-size: 20px;
}

.hero-section .hero-btn-wrap {
  margin: 40px 0 0;
}

.hero-section .hero-cont-img {
  width: 100%;
  margin-top: 40px;
}

.container.brand .hero-section .hero-cont-img {
  max-width: 658px;
}

.container.lead .hero-section .hero-cont-img {
  max-width: 570px;
}

.container.sales .hero-section .hero-cont-img {
  max-width: 502px;
}

.container.engage .hero-section .hero-cont-img {
  max-width: 422px;
}

.container.occupy .hero-section .hero-cont-img {
  max-width: 532px;
}

.container.start .hero-section .hero-cont-img {
  max-width: 658px;
}

.container.new .hero-section .hero-cont-img {
  max-width: 695px;
}

.hero-section .hero-cont-img img {
  width: 100%;
}

.cont-section .cont-wrap {
  padding: 100px 0;
  min-height: 640px;
}

.cont-section .cont-wrap .box {
  max-width: 1048px;
  margin: 0 auto;
  display: flex;
}

.cont-section .cont-wrap .box.flex-col {
  flex-direction: column;
  align-items: center;
}

.cont-section .cont-wrap .box.flex-row {
  flex-direction: row;
  align-items: center;
  gap: 140px;
}

.cont-section .cont-wrap .box.flex-row.reverse {
  flex-direction: row-reverse
}

.cont-section .txt-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cont-section .txt-area .tag {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
}

.cont-section .txt-area .tag.c1 {
  border: 1px solid #5814CD;
  color: #5814CD;
}

.cont-section .txt-area .tag.c2 {
  border: 1px solid #FF8375;
  color: #FF8375;
}

.cont-section .txt-area .tag.c3 {
  border: 1px solid #FF9135;
  color: #FF9135;
}

.cont-section .txt-area .tag.c4 {
  border: 1px solid #FEC432;
  color: #FEC432;
}

.cont-section .txt-area .tag.c5 {
  border: 1px solid #419980;
  color: #419980;
}

.cont-section .txt-area .tag.c6 {
  border: 1px solid #1D0DB2;
  color: #1D0DB2;
}

.cont-section .txt-area .tag.c7 {
  border: 1px solid #6495FF;
  color: #6495FF;
}

.cont-section .txt-area .tit {
  margin: 40px 0 0;
  font-size: 32px;
  font-weight: 600;
  word-break: keep-all;
}

.cont-section .txt-area .txt {
  margin: 20px 0 0;
  font-size: 20px;
  word-break: keep-all;
  letter-spacing: -1px;
}

.cont-section .cont-wrap .box.flex-row .txt-area {
  max-width: 390px;
  align-items: flex-start;
  text-align: left;
}

.cont-section .img-area {
  width: 100%;
  text-align: center;
}

.container.brand .cont-section .img-area {
  margin: 40px 0 0;
}

.cont-section .logo-wrap {
  display: inline-flex;
  margin: 0 0 40px;
  height: 30px;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.cont-section .logo-wrap img {
  width: 100%;
  height: 100%;
}

.cont-section .img-area img {
  width: 100%;
}

.container.brand .cont-section .cont-wrap:nth-child(even) {
  background-color: #F6F7F9;
}

.container .cont-section .cont-wrap:nth-child(odd) {
  background-color: #fff;
}

.container.lead .cont-section .cont-wrap:nth-child(even) {
  background-color: #FFE5E2;
}

.container.sales .cont-section .cont-wrap:nth-child(even) {
  background-color: #FFF0E3;
}

.container.engage .cont-section .cont-wrap:nth-child(even) {
  background-color: #FFF8E3;
}

.container.occupy .cont-section .cont-wrap:nth-child(even) {
  background-color: #DCFAF1;
}

.container.start .cont-section .cont-wrap:nth-child(even) {
  background-color: #F6F7F9;
}

.container.new .cont-section .cont-wrap:nth-child(even) {
  background-color: #E2EBFF;
}

.cont-section .cont-wrap.bg-black {
  background-color: #222 !important;
}

.cont-section .cont-wrap.bg-black .txt-area {
  max-width: none;
  color: #fff;
}

.service-list-section {
  padding: 100px 0;
}

.service-list-section .wrap {
  text-align: center;
  color: #fff;
}

.service-list-section .service-description {
  margin-top: 20px;
  line-height: 27px;
  font-size: 20px;
}

.service-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}

.service-grid .card {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9;
  background-color: #F3F3F3;
  border-radius: 8px;
  transition: all ease .3s;
}

.service-grid .card:hover {
  transform: scale(1.05);
}

.service-grid .card strong {
  color: #000;
  opacity: 0.5;
  line-height: 33px;
  font-size: 24px;
  font-weight: 600;
}

.service-grid .card p,
.service-grid .card ul {
  height: 0;
  visibility: hidden;
  opacity: 0;
  line-height: 24px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  transition: all ease .3s;
}

.service-grid .card ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
  text-align: left;
}

.service-grid .card ul li {
  position: relative;
  padding-left: 10px;
}

.service-grid .card ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #888;
  content: "";
}

.service-grid .card:hover p,
.service-grid .card:hover ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.banner-section {
  padding: 120px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.banner-section .banner-title {
  line-height: 56px;
  letter-spacing: -1px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.banner-section .btn-wrap {
  margin-top: 40px;
}

.banner-section .btn-wrap .btn {
  font-weight: 600;
}

.banner-section.ba-brand {
  background-image: url("../images/mkt/sub/bg-banner-brand.png");
}

.banner-section.ba-lead {
  background-image: url("../images/mkt/sub/bg-banner-lead.png");
}

.banner-section.ba-sales {
  background-image: url("../images/mkt/sub/bg-banner-sales.png");
}

.banner-section.ba-engage {
  background-image: url("../images/mkt/sub/bg-banner-engage.png");
}

.banner-section.ba-occupy {
  background-image: url("../images/mkt/sub/bg-banner-occupy.png");
}

.banner-section.ba-start {
  background-image: url("../images/mkt/sub/bg-banner-start.png");
}

.banner-section.ba-new {
  background-image: url("../images/mkt/sub/bg-banner-new.png");
}

@media (max-width: 1152px) {
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .sub-title1 {
    line-height: 38px;
    font-size: 30px;
  }

  .sub-title2 {
    line-height: 40px;
    font-size: 30px;
  }

  .hero-section {
    margin-top: 76px;
    padding: 50px 0;
    height: auto;
  }

  .hero-section .sub-title1 {
    margin-top: 10px;
  }

  .hero-section .lettering-box {
    width: 70%;
  }

  .hero-section .hero-description-box {
    gap: 20px;
  }

  .hero-section .hero-description-box p {
    line-height: 22px;
    font-size: 15px;
  }

  .hero-section .hero-cont-img {
    margin-top: 40px;
  }

  .service-list-section .card strong {
    opacity: 1;
    line-height: 27px;
    font-size: 20px;
    font-weight: 600;
    transition: none;
  }

  .service-list-section .card .back p,
  .service-list-section .card .back ul {
    height: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    transition: none;
  }

  .service-list-section .card:hover .back::before {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .cont-section .cont-wrap {
    padding: 50px 20px;
  }

  .cont-section .cont-wrap .box.flex-row,
  .cont-section .cont-wrap .box.flex-row.reverse {
    flex-direction: column;
    gap: 40px;
  }

  .cont-section .cont-wrap .box.flex-row .txt-area {
    align-items: center;
    text-align: center;
  }

  .cont-section .txt-area .tit,
  .banner-section .banner-title {
    font-size: 30px;
    line-height: 38px;
  }

  .cont-section .txt-area .txt {
    font-size: 15px;
    line-height: 22px;
  }

  .cont-section .img-area {
    max-width: 520px;
  }
}

@media (max-width: 801px) {
  .service-list-section {
    padding: 50px 0;
  }

  .service-list-section .service-description {
    line-height: 22px;
    font-size: 15px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service-list-section .card {
    aspect-ratio: auto;
  }

  .service-list-section .card .back {
    padding: 20px;
  }

  .service-list-section .card .back p,
  .service-list-section .card .back ul {
    padding: 0;
  }

  .banner-section {
    padding: 50px 0;
  }

  .banner-section .banner-title {
    line-height: 34px;
    font-size: 22px;
  }

  .cont-section .logo-wrap {
    flex-direction: column;
    gap: 20px;
    height: auto;
  }

  .cont-section .logo-wrap img {
    width: auto;
  }

  .service-grid .card {
    aspect-ratio: auto;
    height: 150px;
  }
}