/* .main5 {
  padding:0;
}

.main5_wrap {
  position: relative;
	max-width: 1920px;
	width: 100%;
}

@media (max-width: 1024px) {
	.main5 {
		max-width: 100%;
	}
	
} */

.main5 {
  padding: 0;
}
.main5.cpage{
	overflow: visible;
}

.main5 .row1 .l-box {
}
.main5 .row1 .r-box {
  max-width: 960px;
  width: 100%;
  height: 1062px;
  background: url(http://img.einet.kr/P202005002/responsive/main/5_1.jpg)
    no-repeat center;
  background-size: cover;
}

.main5_wrap {
  position: relative;
  max-width: 1920px;
  width: 100%;
  padding-left: 260px;
  margin: 0 auto;
}

.main5 .row1 .l-box {
  min-width: 700px;
  position: relative;
  top: 0;
  left: 0;
}
.main5 .row1 .l-box h3 {
  font-family: Lora;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #666666;
}
.main5 .row1 .l-box h2 {
  font-family: Lora;
  font-size: 60px;
  color: #222222;
  line-height: 1;
}
.main5 .row1 .l-box p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #222222;
}
.main5 .row1 .l-box .line-box {
  font-family: Lato;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #666666;
}
.main5 .row1 .l-box .line-box span {
  width: 100px;
  height: 1px;
  background-color: #999999;
}

.main5 .row1 .l-box .txts {
  position: absolute;
  left: 0;
  top: 236px;
}
.main5 .row1 .l-box .txts h3 {
  font-family: Lora;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #666666;
}
.main5 .row1 .l-box .txts h2 {
  font-family: Lora;
  line-height: 0.7;
  font-size: 60px;
	color: #222222;
	margin: 20px 0 72px;
}
.main5 .row1 .l-box .txts p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #222222;
}
.main5 .row1 .l-box .txts .line-box {
  font-family: Lato;
  font-size: 22px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 80px;
}
.main5 .row1 .l-box .txts .line-box span {
	display: inline-block;
  width: 100px;
  height: 1px;
	background-color: #999999;
	margin-right: 20px;
}

.main5 .row1 .l-box .img-box{
	position: absolute;
	bottom: -250px;
	/* bottom: 0; */
	width: 848px;
	height: 500px;
	background: url(http://img.einet.kr/P202005002/responsive/main/5_2.jpg) no-repeat center;
	background-size: cover;
	z-index: 10;
}
.main5 .row1 .l-box .img-box .btn-view{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 252px;
	height: 60px;
	background: #3e8a96;
	color: #fff;
	font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.64px;
}

.main5 .row1 .l-box .img-box .btn-view img {
	margin-left: 9px;
}


@media (max-width: 1024px) {
  .main5 {
    max-width: 100%;
  }
}
