/* CSS 추가: 19.10.29 */
.bottom-cont-wrap{
  margin-top: 70px;
}
@media screen and (min-width:768px) {
  .bottom-cont-wrap{
    margin-top: 110px;
  } 
}
@media screen and (max-width:575px){
.backdrop-content {margin-top: 70px;}
}

/* 버튼 */
.btn-play {
position: absolute; display:block;
top: 50%; left: 50%;
transform: translate(-50%, -50%); border-radius: 50%;
width: 55px; height: 55px;
background-image: url('/views/res/imgs/page/icon_play_b.png');
background-color: #fff;
background-repeat: no-repeat;
background-position: 24px;
background-size: 12px;
}
.btn-play:hover {
background-color: #135afa;
background-image: url('/views/res/imgs/page/icon_play.png');
transition: background-color .5s, background-image .5s;
}

@media screen and (min-width:768px){
	.btn-play {
	width: 70px; height: 70px;
	background-size: 13px;
	background-position: 31px;
	}
}

/* 팝업영상 */
.layer {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:1050; -webkit-overflow-scrolling:touch; outline:0;}
.layer .pop-bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.9;}
.layer .pop-video {position:absolute; width:1150px; height:647px; top:53%; left:50%; margin-top:-324px; margin-left:-575px; z-index:1060;}
.layer .pop-title {position:relative; top:0; margin-top:30px; font-size:25px; font-weight:500; color:#fff; text-align:center; z-index:1060;}
.layer .btn-close {position:absolute; top:0; right:0; width:120px; height:120px; background-repeat:no-repeat; background-size:cover; z-index:1060; background-image:url(/views/res/imgs/modal/btn-modal-close.jpg);}

@media screen and (max-width:991px){
.layer .pop-video {width:991px; height:559px; margin-top:-279px; margin-left:-495px;}
.layer .pop-title {margin-top:55px; font-size:20px;}
.layer .btn-close {width:60px; height:60px;}
}
@media screen and (max-width:575px){
.layer .pop-video {width:575px; height:325px; margin-top:-163px; margin-left:-287px;}
.layer .pop-title {margin-top:100px; font-size:18px;}
.layer .btn-close {width:60px; height:60px;}
}

/* 이미지 타이틀 */
.section-img-type .type-list .title {
  margin: 11px 0 4px;
}
.section-img-type .type-list {
  margin-top: 0;
  margin-bottom: 40px;
}
.section-img-type .group-title {
  font-size :14px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.section-img-type .group-title:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  width: 26px;
  height: 3px;
  background: #2165ff;
}

/* 이미지 레이아웃 */
.bottom-img-wrap{
  margin: 0;
}
.bottom-img-wrap .list{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.bottom-img-wrap .list:last-of-type{
  margin-bottom: 0;
}
.bottom-img-wrap .img-wrap{
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.bottom-img-wrap .img-wrap{height:316px;}
.bottom-img-wrap .img-wrap:after{
  content: "";
  display: block;
  padding-top: 56.66%;
}
@media screen and (min-width:768px) {
  .bottom-cont-wrap .common-paragraph-wrap.style1 .desc{
    line-height: 1.8;
    font-size: 18px;
    color: #060606;
  }
  .bottom-img-wrap{
    margin: 0 -10px;
  }
  .bottom-img-wrap .list{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .bottom-img-wrap .img-wrap{height:316px;}
  .bottom-img-wrap .img-wrap:after{
    padding-top: 70.06%;
	background-position: 50% 30%;
  }
  .bottom-img-wrap .list:last-of-type .img-wrap:after{
    padding-top: 51.77%;
  }
}
@media screen and (max-width:991px){
.bottom-img-wrap .img-wrap{height:350px;}
}
@media screen and (max-width:575px){
.bottom-img-wrap .img-wrap{height:205px;}
}