@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%;  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%}


table{border-collapse:collapse; font-size:1.1em; width:77%;  margin-left:6%;}
table tr{}
/*.table th, .table td{padding:10px 10px; border-bottom:1px solid #666;  }
.table th{background:#aec4ce;}
.number{margin-left:35%; margin-bottom:5%}*/

@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}


}
@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;}
table{ font-size:.9em; width:87%;  margin-left:6%;}


}

@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;}
table{ font-size:.6em; width:100%;  margin-left:5%;}

}

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

