@charset "utf-8";

/* ******************  메인 비주얼 ********************** */
@media all and (max-width:1100px) {
	
}

@media all and (max-width:950px) {
}

@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;
	}
}
@media all and (max-width:480px) { 
.history_wrap h6 {margin-bottom:5px;margin-top:30px;}
.history_wrap h6 img {width:90px}
.history_left:before {
     top: 6px;
    width: 8px;
    height: 8px;
    border: 4px solid #ebebeb;
    margin-left: -8px;
}
.history_right:before {
    top: 6px;
    width: 8px;
    height: 8px;
    border: 4px solid #ebebeb;
    margin-left: -8px;
}
.history_con .year {
    font-size: 1.5em;
}	
.history_con .history_inner {
    padding: 0 0 0 30px;
}
.history_con .history_left .history_inner {
    padding: 0 30px 0 0;
}

.tableA tbody th {
	padding: 10px 5px;
	width:25%;
}
.tableA tbody td {
	padding: 10px 5px;
}
	.sitemap_item {width:49%;}
}