#s07 {
}
#s07 .bg{
  /* background-color: #a1a1a1; */
}
#s07 .bg.lg{
  display: block;
}
#s07 .bg.sm{
  display: none;
}
#s07 .content {
  max-width: 100% !important;
}
#s07 .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

#s07 .text-wrapper .sub1 {
  font-weight: 500;
  font-size: 40px;
  margin-top: 80px;
  margin-left: 20px;
}
#s07 .text-wrapper .sub2 {
  font-size: 17px;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: 300;
  opacity: 0.9;
  color: gray;
}
/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 450px) {

  #s07 .text-wrapper .sub1 {
    font-size: 26px;
    margin-top: 51.5px;
  }
  #s07 .text-wrapper .sub2 {
    font-size: 13px;
    margin-top: 14px;
  }
  #s07 .text-wrapper .sub2 p {
    font-weight: normal;
  }
  #s07 .bg.lg{
    display: none;
  }
  #s07 .bg.sm{
    /* height: 350px !important; */
    display: block;
  }
}
/* 테블릿 */
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #s07 .bg {
    background-position: 60% center !important;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
}
