@charset "utf-8";


.gallery_one_body {
    border: 1px solid #ccc;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
     display: block;
   /* width: 90%;*/
   
    /* max-width: 100%; */
    /* height: 160px; */
	width:auto;
    margin-top: 30px;
    margin: 0 auto;

}

.caption {
    font-size: 18px;
    /* height: 28px; */
    /* padding: 0px 0px 5px !important; */
    overflow: hidden;
    font-weight: bold;
    /* background-color: #f7f7f7; */
    text-align: center;
    /* margin: 43px 0 6px 0; */
}


.caption2 {
    font-size: 16px;
    padding: 10px 0px;
    height: 35px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 7px;
    font-family: "NanumBarunGothicR", sans-serif;
    color: rgba(125, 125, 125, 1);
}

 
.caption3 {
    font-size: 19px;
    /* padding: 3px 0px; */
    /* height: 25px; */
    overflow: hidden;
    /* font-family: "NanumBarunGothicR", sans-serif; */
    color: #fff;
    text-align: center;
}
.gallery_one_thumbnail {
    display: block;
    width: 100%;
    padding: 0px;
       margin-top: 75px;
    line-height: 1.4285;
    /* background-color: #f7f7f7; */
    border: none;
   
    -o-transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    text-align: center;
}
/*
.gallery_one_thumbnail img {
    width: 153px !important;
box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.52);
	position: relative;
}
*/

.gallery_one_cont {
    background-color: #62B762;
    padding: 20% 0 11% 0;
    margin-top: -8%;
}

.gallery_one_cont a {
    color: #fff;
	font-size: 23px;
}
.webzin_img {
    width: 50% !important;
    
    /* position: relative; */
    margin: 0 auto;
    overflow: hidden;
	
}
.webzin_img:after {
    content: '';
    position: absolute;
    /* bottom: 0; */
    height: 15px;
    background: #CFB586;
    width: 190px;
    display: block;
    /* margin-top: 8px; */
    left: 28%;
    box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.7);
}

.webzin_img img {
    width: 153px !important;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.52);
	border: 1px solid #efefef;
	height: 193px;
}


 /*@media (max-width:1200px) {
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 57%;
    max-width: 100%;
    height: 170px;
	  margin-top: auto;
}
 }

 .div_align {
    text-align: center;
 }
 
 .div_bar_s {
	border-top: 7px solid #ddd;
    width: 57%;
    margin-top: 8px;
    margin-bottom: 24px;
    margin-left: 45px;
	box-shadow: 1px 5px 21px 1px grey;
 }
 }*/
 
 @media (max-width:1024px) {
	.webzin_img:after {
		left: 22%;
	}
 }


 @media (max-width:910px) {
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
	  margin-top: auto;
}

 }

@media (max-width: 768px){
.webzin_img:after {
    left: 36%;
}
}

@media (max-width: 414px){
.webzin_img:after {
    left: 24%;
}
}@media (max-width: 414px){
.webzin_img:after {
    left: 23%;
}
}

@media (max-width: 320px){
.webzin_img:after {
    left: 18%;
}
}
