.pro_container {  position: relative;  width: 100%; }
#text_wrap{
  position: relative;
  width: 40%;
  height:100%;
  float:left;
  padding-left:%;
}
#text_wrap .text {
  position: relative;
  width: ;
  padding:5% 5% 5% 5%;
  height:62vh;
  overflow:auto;
  position:; left:0; 	
  margin-bottom:30px;
}
#text_wrap .text_title{
  color: #333;
  font-size: 1.2em;
  padding-bottom:10px;
 }
#text_wrap .explain{
  font-size: 1em;
  line-height:1.8;
  color: #555;
  }
#text_wrap .sub_explain{
  font-size: 0.9em;
  line-height:1.8;
  color: #666;
  font-style:italic;
  }
  
#text_wrap #foot_wrap{padding:2.5% !important }  
/*#img_wrap{
  position: relative;
  width: 50%;
  height: 100%;
  float:right;	
  
}*/
#img_wrap {
  position: relative;
  width:45%;
  height:90%;
  overflow:auto;
  position:fixed; right:0; bottom:0;
  padding-bottom:60px;	
}
#img_wrap:after{content:"";  display:block; clear:both;}	
#img_wrap .img_fixed{
  position: relative;
  padding-bottom:0px;	
}
#img_wrap a{
  margin:30px 0;	
}
#img_wrap .image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	 overflow:hidden
}
#img_wrap .image img{
  width: 100%;
  height: auto;
}
#img_wrap .image:hover {
  display: block;
  width: 100%;
  height: auto;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(255,255,255,0.75);
  overflow:hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  z-index:10;
}
.image:hover .overlay {
  width: 35%;
}
.image .text {
  color: #333;
  font-size: 18px;
  padding:0;
  position: absolute;
  top: 40%;
  left: 15%;
  width:50%;
  -webkit-transform: translate(-0%, -0%);
  -ms-transform: translate(-0%, -0%);
  transform: translate(-0%, -0%);
  white-space: nowrap;
}
.text .btn_view{margin-top:20%; font-size: 13px;}

.image span{width:100%; height:100%; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
.image .on-img{z-index:1; opacity:0;filter:Alpha(opacity=0); position:absolute; top:0px; right:0px; }
.image:hover .on-img{opacity:1.0;filter:Alpha(opacity=100);}
.overlay:hover .image .on-img{opacity:1.0;}
.image:after{content:""; display:block; clear:both;}
.image span img{display:block; width:100% !important; text-align:right; right:0;}
.image .active-img{opacity:1.0;filter:Alpha(opacity=100); }
.image .active-img img{ margin-bottom:60px; display:block; width:100% !important; text-align:right; right:0;}

.btn_pn{width:95%; margin:0 auto; min-height:25px;  display:block;}
.btn_pn ul{width:100%; padding:10px 0;  display:block;}
.btn_pn ul li.btn_prev{float:left; text-align:left; display:inline-block; }
.btn_pn ul li.btn_next{float:right; text-align:right; display:inline-block; }
.btn_pn ul li a{font-size:.8em; color:#666; letter-spacing:0.06em; line-height:2; text-transform:;}
.btn_pn ul li.btn_prev a{background:url('/img/project/btn_prev.png') 0 46% no-repeat; padding-left:25px;}
.btn_pn ul li.btn_next a{background:url('/img/project/btn_next.png') 100% 46% no-repeat; padding-right:25px;}
.btn_pn ul li a:hover{color:#111;}


.p_foot{display:;}
.m_foot{display:none;}

/* 20200519 내가 작업한 스타일[반응형] */

@media all and (max-width:65em){
}
@media all and (max-width:45em){
	
#text_wrap{
  width: 100%;
  float:none;
  clear:both;	
  padding-top:30px;
}
#text_wrap .text {
  height:100% !important;
}
#text_wrap .explain{
  font-size: 0.8em;
  }
#text_wrap .sub_explain{
  font-size: 0.7em;
  font-style:italic;
  }
#img_wrap{
  width: 100%;
  float:none;
  clear:both;	
  position:relative !important;
  margin-left:0%;
}
#img_wrap .img_fixed{
  padding-bottom:30px;	
}
.image:hover .overlay {
  width: 60%;
}
.image .text {
  font-size: 14px;
}
.p_foot{display:none;}
.m_foot{display:block;}

}

@media all and (max-width:35em){
}

/* 20200519 내가 작업한 스타일[반응형] */




