.main1 {
}
.main1_wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.main1 .l-box,
.main1 .r-box {
  width: 50%;
}

.main1 .row {
  height: 540px;
}
.main1 .row1 .l-box {
  background: url(http://img.einet.kr/P202005002/responsive/main/1_1.jpg)
    no-repeat center;
  background-size: cover;
}
.main1 .row1 .r-box {
  background: url(http://img.einet.kr/P202005002/responsive/main/1_2.jpg)
    no-repeat center;
  background-size: cover;
}
.main1 .row1 .r-box,
.main1 .row2 .l-box {
  min-width: 960px;
}

.main1 .row2 .l-box {
  background: url(http://img.einet.kr/P202005002/responsive/main/1_3.jpg)
    no-repeat center;
  background-size: cover;
}
.main1 .row2 .r-box {
  background: url(http://img.einet.kr/P202005002/responsive/main/1_4.jpg)
    no-repeat center;
  background-size: cover;
}

/* txts */
.main1 .txts {
  left: 100px;
  transform: translate(0, -50%);
}
.main1 .txts h2 {
  font-family: Lora;
  font-size: 40px;
  line-height: 1.3;
  color: #222222;
  text-indent: -2px;
}
.main1 .txts h3 {
  font-size: 18px;
  line-height: 1;
  color: #444444;
  margin: 20px 0 79px;
}
.main1 .txts .watch-video {
  font-family: Lato;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.64px;
  color: #222222;
  cursor: pointer;
}
.main1 .txts .watch-video span {
  font-size: 20px;
  font-family: "Noto Sans KR";
  display: inline-block;
  position: relative;
  left: 0;
  top: 1px;
}

.main1 .row2 .txts {
  left: auto;
  right: 100px;
  text-align: right;
}

.main1 .row2 .txts h2,
.main1 .row2 .txts h3,
.main1 .row2 .txts .watch-video {
  color: #fff;
}

@media (max-width: 1024px) {
  .main1 {
    margin: 75px 0 80px;
  }
  .main1_wrap {
  }
  .main1 .f-box {
    flex-wrap: wrap;
  }
  .main1 .row {
    height: auto;
  }
  .main1 .row2 {
    flex-direction: column-reverse;
  }
  .main1 .i-box {
    padding-top: 56%;
  }
  .main1 .l-box,
  .main1 .r-box {
    width: 100%;
    min-height: 230px;
  }

  .main1 .txts h2 {
    font-size: 30px;
    line-height: 1.13;
  }
  .main1 .txts h3 {
    font-size: 14px;
    line-height: 1.36;
    margin: 28px 0 0;
  }
  .main1 .txts .watch-video {
    display: none;
  }

  .main1 .txts {
    left: 15px;
    transform: translate(0, -50%);
  }
  .main1 .row2 .txts {
    left: auto;
    right: 15px;
      text-align: right;
	}
	.main1 .row1 .r-box, .main1 .row2 .l-box{
		min-width: auto;
	}
}
