.container {
    max-width: 1800px !important;
    margin: 0 auto;
}

/* Èå¸£´Â°øÁö */
@media (max-width:991px) {
.ct-notice {margin-top:60px;}
}

/* ¸ð¹ÙÀÏÀ§Á¬ ¼û±â±â */
@media (max-width:991px) {
.none-widget {display:none;}
}

/* ¿µ»óÇÁ·¹ÀÓ¼³Á¤ */
@media (max-width:991px) {
.wdplayer {}
}
 
/* Ã¤ÆÃÅä±Û */
@media (min-width:992px) {
.foot_nav {display:none;}
}

@media (max-width:991px) {
.basic-body-main {padding:0 !important;}
.foot_nav { position:fixed; bottom:0px; padding:0px; margin:0px; width:100%; }
.foot_nav .tool_menu { overflow:hidden; list-style:none; padding:0; margin:0; border-top:1px solid #38383B; border-bottom:1px solid #38383B; }
.foot_nav .tool_menu li { float:left; width:50%; background:#4B4B4D; text-align:center; }
.foot_nav .tool_menu li a { color:#c3c3c3; display:block; line-height:40px; border-right:1px solid #38383B; white-space:nowrap; }
.foot_nav .tool_menu li:last-child {  border-right:0; }

.chatting { background:#fff;width:100%;height:30vh; padding:0px; margin:0 0 0px 0px; }
.chatting2 { background:#fff;width:100%; padding:0px; margin:0 0 0px 0px; }
.chatting3 { background:#fff;width:100%; padding:0px; margin:0 0 0px 0px; }

.chatting div { width:100% !important; }
.chatting table { width:100% !important; }
.chatting table input { width:100% !important; }

.chatting2 div { width:100% !important; }
.chatting2 table { width:100% !important; }
.chatting2 table input { width:100% !important; }
}

/* ÆäÀÌÁö Ä«Å×°í¸®ÅÜ */
.detail-category {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
.cTab {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
    border: 0;
}

.cTab:after {
    content: "";
    display: block;
    clear: both
}

.cTab li {
		background: #f5f5f5;
    float: left;
    margin: 0 2px 0 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0
}

.cTab li a {
    position: relative;
    border-top: 1px solid #e5e5e5;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 14px;
    text-decoration: none;
    color: #666;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.cTab li em {
    font: 11px Tahoma, Geneva, sans-serif;
    color: #767676;
    padding: 0 0 0 2px
}

.cTab li.on a, .cTab li:hover a {
    color: #000;
    border-top: 2px solid #0198D6
}

.cTab ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 0
}

.cTab li.on ul {
    display: block;
    overflow: hidden;
    white-space: nowrap
}

.cTab li.on ul li {
    position: relative;
    left: 1px;
    float: none;
    display: inline;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    border: 0;
    border-right: 1px solid #d0d0d0
}

.cTab li.on ul li a {
    border: 0;
    top: 0;
    float: none;
    line-height: none;
    padding: 0;
    font-weight: 400
}

.cTab li.on ul li.on_ a {
    font-weight: 700;
    color: #3912b3
}

