@charset "utf-8";
#inc07 {
  position: relative;
  width: 100%
}
#inc07 .bg img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
  filter: brightness(0.85)
}
#inc07 .contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  position: absolute;
  bottom: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 100px;
}


#inc07 .contact .tit{
text-align: right;
}


#inc07 .contact .tit h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  font-family: var(--k-font);
  margin-bottom: 30px;
}
#inc07 .contact .tit h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  font-family: var(--k-font);
  color: #fff
}

#inc07 .contact .tit h2 .custom_parent span{
  line-height: 1.2;
}




#inc07 .contact ul {
  display: flex;
  gap: 20px
}
#inc07 .contact ul li:nth-child(1) a {
  position: relative;
  display: block;
  padding: 14px 25px;
  background: var(--primary);
  color: var(--black);
}
#inc07 .contact ul li a {
  position: relative;
  display: block;
  padding: 14px 25px;
  background: var(--white);
  color: var(--black);
}
#inc07 .contact ul h4 {
  font-size: 45px;
  font-weight: 700;
  font-family: var(--k-font);
  transition: all .3s
}
#inc07 .contact ul p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255, 0.6);
  transition: all .3s
}
#inc07 .contact ul li a:hover:after {
  background-size: 100% 100%
}
#inc07 .contact ul li a:hover p {
  color: #fff
}
@media (max-width:1980px) {
  #inc07 .bg img {
    height: 800px
  }
  #inc07 .contact .tit h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 5px;
              text-transform: uppercase;
  }
  #inc07 .contact ul h4 {
    font-size: 18px;
    font-family: var(--k-font);
  }
  #inc07 .contact ul p {
    font-size: 17px
  }
}