@charset 'utf-8';

/* 오시는 길 : S */
.ws_location_wrap {}
.ws_location_wrap .es_local_area {margin-top:30px}
.ws_location_wrap .es_local_area .bs_icon {display:inline-block;vertical-align:middle;width:80px;height:80px;border-radius:50% !important;color:#fff;font-size:3em;line-height:80px;text-align:center}
.ws_location_wrap .es_local_area .bs_desc {display:inline-block;vertical-align:middle;padding-left:20px;font-size:1.4em;line-height:1.5em;letter-spacing:-0.5px}
/* 오시는 길 : E */


 /* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {

}
/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {

}
/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {

}

 /* ================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ================================================== */
 
 /* MEDIA (태블릿 이상) 768px 이상 */
@media all and (min-width:768px) {

}
/* MEDIA (데스크탑 이상) 992px 이상 */
@media all and (min-width:992px) {

}
/* MEDIA (큰화면 데스크탑 이상) 1280px 이상 */
@media all and (min-width:1280px) {
	
}
 
 /* ================================================== *
 *
 *     MEDIA EXTEND - AND DEVICE
 *
 * ================================================== */

/* MEDIA (태블릿 구간만) 768px ~ 991px */
@media (min-width:768px) and (max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media (min-width:992px) and (max-width:1279px) {

}