@charset "utf-8";

.container-center { width:auto; padding-left:50px; padding-right:50px; }
.list-group { position:relative; *zoom:1; }
.list-group:after { content:""; display:block; clear:both; }
.list-group a.list-group-item { display:inline; margin:5px 0 10px; float:left; clear:left; padding:0 0 0 10px; text-decoration:none; }
.list-group a.list-group-item:before { display:inline-block; margin:0 5px 0 0; width:5px; height:1px; overflow:hidden; background:#333; content:""; vertical-align:middle; }
.list-group a.list-group-item:visited { color:#888; }
.list-group a.list-group-item:hover { text-decoration:underline; }
.panel-default { clear:left; }
.img-responsive { display:block; max-width:100%; height:auto; }
.carousel-caption { margin:3px 0 10px; padding:3px 0 0; border-top:1px solid #ddd; font:11px Dotum, "돋움", Gulim,Arial sans-serif; }
.panel-heading strong { margin:10px 0 20px; display:inline-block; }

.container .panel-body { padding-left:10px; padding-right:10px; }

.btn-default { display:inline-block; text-decoration:none; margin:0 0 3px; padding:7px 9px 4px; *margin:0 3px 3px; *padding:7px 3px 3px; border:1px solid #bbb; border-radius:5px; background:#f9f9f9; font:bold 12px Dotum, Gulim, Arial, sans-serif; line-height:14px; color:#444; cursor:pointer;
background: #f6f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.btn-default .icon_arrow { display:inline-block; width:12px; height:6px; background:url(img/gnb.gif) no-repeat 0 -200px; vertical-align:middle; }
.btn-default:hover { color:#126ad8; }
.btn-default:hover .icon_arrow,
.kmle_btn_on .icon_arrow { background-position:0 -100px; }
