

/* 인사말 */

#compnay ul li img { width:100%; }
#compnay ul li { float:right; }
#compnay ul li:last-child { padding-right:60px; }
#compnay .tit { line-height:150%; }

@media (max-width:1200px) {
	#compnay ul li:last-child { width:55%; padding-right:30px; }
	#compnay ul li:first-child { width:45%; }
	#compnay div img { width:500px; }
}

@media (max-width:900px){
	#compnay div img { width:400px; }
}

@media (max-width:760px){
	#compnay div img { width:300px; }
	#compnay ul li:last-child { width:100%; padding-right:0; padding-top:40px; }
	#compnay ul li:first-child { width:100%; }
}

@media (max-width:500px){
	#compnay ul li:last-child { padding-top:30px; }
}








/* 오시는길 */

#map {	width:100%;	height:500px; margin-bottom:-1px; }

.map_table { border-top:1px solid #ccc; background:#f5f5f5; }
.map_table tr td { padding-top:15px; padding-bottom:15px; border-left:0; border-right:0; }
.map_table tr td.map_icon { width:50px; padding-left:30px; padding-right:0;}

.map_icon div {
	width:50px;
	height:50px;
	background-color:#333;
	border-radius:25px;
	background-repeat:no-repeat;
	background-position:center;
}
.map_icon .map_loc { background-image:url('/images/map_location.png'); }
.map_icon .map_tel { background-image:url('/images/map_tel.png'); }
.map_icon .map_mail { background-image:url('/images/map_mail.png'); }
.map_icon .map_fax { background-image:url('/images/map_fax.png'); }

#loc_guide .map_icon2 { width:100px; }
#loc_guide .map_icon2 div { width:80px; height:80px; border-radius:40px; background-repeat:no-repeat; background-position:center; }
#loc_guide .map_icon2 .map_car {  background-image:url('/images/map_car.png'); background-size:36px 27px; }
#loc_guide .map_icon2 .map_subway {  background-image:url('/images/map_subway.png'); background-size:31px 38px; }
#loc_guide .map_icon2 .map_bus {  background-image:url('/images/map_bus.png'); background-size:29px 34px; }

#loc_guide h3 { line-height:100%; }
#loc_guide tr td { padding:15px 0; }

@media (max-width:650px) {
	#loc_guide .map_icon2 { width:70px; }
	#loc_guide .map_icon2 div { width:50px; height:50px; }
	#loc_guide .map_icon2 .map_car { background-size:28px 21px; }
	#loc_guide .map_icon2 .map_subway { background-size:23px 28px; }
	#loc_guide .map_icon2 .map_bus { background-size:22px 26px; }
}
@media (max-width:540px){
	.map_table tr td.map_icon { width:40px; padding-left:16px; }
	.map_icon div { width:40px; height:40px; }
	.map_icon .map_loc { background-size:15px 17px; }
	.map_icon .map_tel { background-size:17px 17px; }
	.map_icon .map_mail { background-size:17px 13px; }
	.map_icon .map_fax { background-size:18px 15px; }
}
@media (max-width:420px) {
	#map {	height:400px; }
}
