@charset "utf-8";

/* ******************  메인 비주얼 ********************** */
@media all and (max-width:1100px) {
	
}

@media all and (max-width:950px) {
}

@media all and (max-width:800px) {
.overview_top p {font-size:20px;margin-top:15px;}
.overview_top h4 {font-size:35px;}
.overview_bottom_left {width:30%;}
.overview_bottom_right {width:65%;}
.overview_bottom_right p.sign {background-size:contain;}
}
@media all and (max-width:480px) { 
.overview_top p {font-size:16px;margin-top:10px;}
.overview_top h4 {font-size:22px;}
.overview_bottom_left {width:100%;}
.overview_bottom_right {width:100%;margin-top:20px;}
.overview_bottom_right p {font-size:1em;margin-bottom:10px;}
.overview_bottom_right p.sign {font-size:1.1em;padding:15px 0;}
	
	  .location_wrap {
        margin-top: 10px;
    }

    .location_wrap p {
        width: 100%;
        margin: 5px 0!important;
    }
	
.tableA tbody th {
	padding: 10px 5px;
	width:25%;
}
.tableA tbody td {
	padding: 10px 5px;
}
}