@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
html,body {
    width:100%;
    height:100%;
    padding:0;
}

/*
 //a, div 를 같이 적용시키면 jquery 에서의 슬라이스 기능들이 끊기는 현상이 나타남
a, div , #main_navbar, .carousel-inner  {
    text-decoration:none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}*/

#main_navbar, .carousel-inner  {
    text-decoration:none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.menu_sub2{
    box-sizing: border-box;
    text-decoration: none;
    list-style:none;
}
.menu_sub2>li{
    margin:0;
    line-height:25px;
}
.menu_sub2 a{
    color: #595959 !important;
}
.menu_sub2 a:hover{
    color: #bababa !important;
}


.basic_footer {
    padding:30px 0;
    background-color: #e8e8e8;
    text-align:center;
}
.footer-inner{
    font-size:30px;
    font-weight:bold;
}



