@charset "utf-8"; 

.memory_wrap .intro_box{margin-top:10px;padding:60px 80px;background:#f6f6f6;text-align:center;}
.memory_wrap .intro_box .tit{margin-bottom:35px;font-family:'NotoKrL';font-size:30px;line-height:1.3;color:#000;}
.memory_wrap .intro_box .tit strong{font-family:'Lato','NotoKrB',sans-serif;font-weight:700;}
.memory_wrap .intro_box .txt_area p{font-size:14px;line-height:1.6;}
.memory_wrap .intro_box .txt_area p:nth-child(n+2){margin-top:15px;}

.memory_wrap .img_box{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:0;line-height:0;}
.memory_wrap .img_box img{width:100%;object-fit:cover;}
.memory_wrap .img_box.col2{flex-wrap:nowrap;gap:10px;}
.memory_wrap .img_box.col2 li{width:50%;}
.memory_wrap .img_box.col2 li img{height:400px;}
.memory_wrap .img_box.col3{gap:10px;justify-content:center;}
.memory_wrap .img_box.col3 li{width:calc(33.3333% - 10px);}

.memory_wrap .map_box .root_daum_roughmap{width:100%;}

.memory_wrap .addr_info{padding:15px 0;border-bottom:1px solid #d5d5d5;}
.memory_wrap .addr_info .addr{font-family:'NotoKrB';font-size:16px;color:#000;}
.memory_wrap .addr_info .stxt{font-size:15px;color:#555;}

/******************************1023******************************/
@media all and (max-width:1023px){

}

/******************************768******************************/
@media all and (max-width:768px){

.memory_wrap .intro_box{padding:30px;}
.memory_wrap .intro_box .tit{margin-bottom:20px;font-size:25px;}
.memory_wrap .img_box{flex-wrap:wrap !important;}
.memory_wrap .img_box img{width:100% !important;}
.memory_wrap .img_box li{width:100% !important;}

.memory_wrap .img_box.col2 li img,
.memory_wrap .img_box.col3 li img{height:180px;}

.memory_wrap .addr_info .addr{font-size:15px;}
.memory_wrap .addr_info .stxt{font-size:13px;}

}


/***************web***************/
@media all and (min-width:1281px){

}
