@charset "utf-8";
/*슬라이드 사용 안하는 경우*/
.photo-flex{display:flex; gap:10px}
.photo-flex li{flex:1; }
.photo-flex li img{width:100%; max-width:100%}

.img-title{padding:10px 0;text-align:center;font-size:15px;background:#f3f3f3;width:100%;border:1px solid #ddd;border-top:0px;overflow:hidden}

.contain-box .con-img-box{min-width:336px}

/*Responsive 370, 480, 768, 834, 1024, 1440*/
@media all and (max-width:768px){
	.contain-box{flex-direction: column;}
	.contain-box .con-img-box{min-width:auto; width:100% !important}

	.contxt-box{width:100% !important}
}
