@charset "utf-8";

/* ******************  메인 비주얼 ********************** */
@media all and (max-width:1100px) {
	.history_top h4 {
    font-size: 3.2em;
}
}

@media all and (max-width:950px) {
	.history_top h4 {
    font-size: 3em;
}
}

@media all and (max-width:800px) {
	.ceo_wrap {flex-wrap:wrap;}
	.ceo_wrap .ceo_left,
	.ceo_wrap .ceo_right {
		width:100%;
	}
	.ceo_wrap .ceo_left {
		margin-bottom:30px;
	}
	.history_top h4 {
    font-size: 2.5em;
}
	.history_table table tbody td {
    padding: 10px 5px;
}
	.history_table {
    width: 100%;
		order:2;
}
	.history_img {
    width: 100%;
    flex: 1;
    flex-direction: row;
    gap: 10px;
		order:1;
}
	  .location_wrap {
        margin-top: 10px;
    }

    .location_wrap p {
        width: 100%;
        margin: 5px 0!important;
    }
}
@media all and (max-width:480px) { 


.history_top {
    gap: 10px;
}
.tableA tbody th {
	padding: 10px 5px;
	width:25%;
}
.tableA tbody td {
	padding: 10px 5px;
}
	.sitemap_item {width:49%;}
}