@charset "utf-8";
*{margin:0; padding:0; }
ul, ol{list-style:none}
a{color:'inhert'; text-decoration:none}
header, footer, nav{display:block}
img{max-width:100%}
body{font-family:'NanumBarunGothic','굴림', "돋음",'Source Sans Pro', 'sans-serif'; font-size:.8em; line-height:1.5 }
#wrapper{width:100%}
.in{width:1001px; margin:0 auto}
.logo{float:left; width:10%; margin-left:4.9113%; margin-top:2%}
.contners{background:url(../images/pr_01main.jpg) no-repeat center center; background-size:cover; height:200px}
.box{width:90%; height:100%; margin:auto}

.idea> h3{font-size:20px; padding-top:7%;font-weight:700; background:url(../images/bar01.gif) no-repeat 0% 50%; margin-bottom:5%}
#map{height:500px; background:#000;margin-left:5%}
.map-text{margin:2% 10%}
/*.pulic{margin-left:5%}
.pulic h3{font-size:20px; padding-top:7%;font-weight:700; background:url(../images/bar01.gif) no-repeat 0% 50%; margin-bottom:5%}
.pulic> ul{margin-left:10%; font-size:1.0em; margin-bottom:5%}
.pulic> ul li{margin-top:3%}*/

@media screen and (min-width:1024px) and (max-width:1279px){
.contners{height:200px}

}
@media screen and (min-width:780px) and (max-width:1023px){
.in{width:auto; margin:0 auto}
.menu-container > .menu a{text-align:right}

}

@media screen and (min-width:640px) and (max-width:779px){
.in{width:auto; margin:0 auto}
.logo{ width:15%;}
.contners{height:150px;}
.menu-container > .menu a{text-align:right}
#map{height:400px; background:#000;margin-left:5%}


}
@media screen and (min-width:480px) and (max-width:639px){

.in{width:auto; margin:0 auto}
.logo{ width:15%;}
.contners{height:100px;}
.menu-container > .menu a{text-align:right}
.idea> h3{font-size:13px;}
#map{height:300px; background:#000;margin-left:5%}


}

@media screen and (max-width:479px){
.in{width:auto; margin:0 auto}
.logo{ width:15%;}
.contners{height:100px;}
.menu-container > .menu a{text-align:right}
.idea> h3{font-size:13px;}
#map{height:300px; background:#000;margin-left:5%}
.map-text{margin:2% 5%}


}




.clearfix::before, .clearfix::after{content:''; display:block}
.clearfix::after{clear:both}

