@charset "utf-8";

/* 공통부분 */
a{outline:none; select-dummy:expression(this.hideFocus=true);} /* IE 점선 제거 */
::-moz-selection {background-color: #ccc;color: #fff;}
::selection {background-color: #ccc;color: #fff;}
html{overflow-y:scroll; } /* 스크롤바 무조건이야아 */

* html .clearfix{height: 1%;} /* IE5-6 */
*+html .clearfix{display: inline-block;} /* IE7not8 */
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;} /* FF, IE8, O, S, etc. */

#wrap{position:relative; width:100%;}

/* header */
#header{position:relative; width:100%; z-index:1000;}
#header .hgroup{height:120px; background:#2d2d2d; border-bottom:#4e4e4e 1px solid;}

/* body */
#body{width:100%; background:#ffffff; padding:20px 0; margin:20px 0;}

.tabbable.tabs-left .nav.nav-tabs{position:absolute; margin-left:-107px; width:107px;}

/* content */
#content{border:1px solid #DDD; padding:0; margin:-19px 0 0 0;}
#content .content{padding:15px 15px 15px 15px; }

/* footer */
#footer{width:100%; background:#F0F0F0; padding-top:15px; border-top:1px solid #E1E1E1;}

#footer-floor{background: #F8F8F8; padding:20px 0; border-top: 3px solid #EBEBEB}

.nav-collapse.in{background-color:rgba(0, 0, 0, 0.25); margin:-5px;}