.main4 {
  padding: 150px 0 0;
}
.main4.cpage {
  overflow: visible;
}
.main4_wrap {
  position: relative;
  max-width: 1660px;
  margin: 0 auto;
  left: -130px;
}

.main4_wrap .l-box {
  max-width: 960px;
  width: 100%;
  height: 650px;
  background: url(http://img.einet.kr/P202005002/responsive/main/4_1.jpg)
    no-repeat center;
  background-size: cover;
}
.main4_wrap .r-box {
  position: relative;
  top: 0;
  left: 0;
  min-width: 700px;
  height: 950px;
  background: url(http://img.einet.kr/P202005002/responsive/main/4_2.jpg)
    no-repeat center;
  background-size: cover;
  margin-top: -300px;
}

.main4_wrap .txts {
  position: absolute;
  top: 150px;
  left: 60px;
}
.main4_wrap .txts h3 {
  opacity: 0.6;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #d4e6e9;
  margin-bottom: 40px;
}
.main4_wrap .txts h2 {
  font-family: Lora;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #f8f9fb;
}
.main4_wrap .txts p {
  font-family: NotoSansKR;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #daeff2;
  margin: 77px 0 220px;
}
.main4_wrap .line-box {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.88px;
  text-align: left;
  color: #c9dcdf;
  display: flex;
  align-items: center;
}
.main4_wrap .line-box span {
  display: inline-block;
  width: 386px;
  height: 1px;
  background-color: #c8dbde;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .main4 {
    padding: 40px 0;
  }
  .main4_wrap {
    max-width: 100%;
    padding: 0 15px;
    left: 0;
  }
  .main4_wrap .row {
    flex-wrap: wrap;
  }
  .main4_wrap .l-box {
    max-width: 100%;
    height: auto;
    padding-top: 68%;
    min-height: 194px;
  }
  .main4_wrap .r-box {
    min-width: auto;
    width: 100%;
    margin-top: 0;
    height: 231px;
    background: transparent;
  }
  .main4_wrap .txts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .main4_wrap .txts h2 {
    font-size: 35px;
    color: #3e8793;
    margin-top: 33px;
  }
  .main4_wrap .txts p {
    margin: 30px 0 0px;
    font-size: 13px;
    color: #666;
    line-height: 1.46;
  }
}
