/* font 저장기능추가 9 */
	@font-face{ font-family:'NanumGothic';  src:url('/loadfonts/NanumBarunGothic.eot');src:url('/loadfonts/NanumBarunGothic.woff') format('woff')}
	@font-face{ font-family:'NanumGothicBold';  src:url('/loadfonts/NanumBarunGothicBold.eot');src:url('/loadfonts/NanumBarunGothicBold.woff') format('woff')}
/*!
 * Start Bootstrap - SB Admin 2 (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    background-color: #ffffff;
	font-family:'NanumGothic';
}

#wrapper {
    width: 100%;
}
.tpl {
	 width: 100%;
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    padding-top:51px;
	padding-bottom:101px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
        padding-top:12px;
		padding-bottom:101px;
    }
}

.navbar-top-links {
    margin-right: 0;
}
.table-input th { background-color:#ededed; }
.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul{ padding-left:0px; }
.sidebar ul li {
    list-style-type:none;;border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 31px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-body.max {

	line-height:180px;
}


.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}



.type10p { width:10%;}
.type20p { width:20%;}
.type30p { width:30%;}
.type40p { width:40%;}
.type50p { width:50%;}
.type60p { width:60%;}
.type70p { width:70%;}
.type80p { width:80%;}
.type90p { width:90%;}
.type99p { width:99%;}
.typeFULL { width:100%;}

.type60 { width:60px;}
.type80 { width:80px;}
.type100 { width:100px;}
.type110 { width:110px;}
.type160 { width:160px;}
.type180 { width:180px;}
.type220 { width:220px;}
.type260 { width:260px;}
.type320 { width:320px;}
.type400 { width:400px;}

.noResult {height:80px;line-height:80px; text-align:center;}

.header .header_top { width:100%; min-width:1200px; position:absolute;top:0px; z-index:10000; }

.header h1 { display:inline-block; width:400px; height:100%; line-height:100px; overflow:hidden; margin:0px; }
.header h1 a { display:block; height:100%; }

.header .menu { display:inline-block; float:left;width:100%; }
.header .menu ul { list-style:none; width:auto; margin:0; padding:0;  }
.header .menu ul a { color:#FFF; text-decoration:none; }
.header .menu ul li { float:left; position:relative; padding:10px 24px; font-size:16px; font-weight:700; text-align:center;}
.header .menu ul li:hover > a { color:fuchsia; }
.header .menu ul li ul { overflow:hidden; list-style:none; position:absolute; display:none; background:red;}
.header .menu ul li ul li { text-align:center; padding:10px 30px; font-size:14px; min-width: 200px;}
.header .menu ul li ul li a{color:inherit}
.header .menu ul li ul li:hover { background:#ffffff; }

.mains { margin:40px 0px; }
.mains .container { background-color:#ffffff; }
.mains .row.mains {padding-left:0px;padding-right:0px;  }
.mains .container {padding-left:0px;padding-right:0px;}
.mains .col-md-4 {padding-left:0px;padding-right:0px;}

.widget_post02 {
	    position: relative;
		padding: 0;
		padding-left: 25px;
		padding-right: 25px;
}
.widget_post02 ul {
	padding: 0;
    margin: 0;

}
.widget_post02 ul li{
	list-style-type: none;
    padding: 5px 0 5px 0;
    line-height: 140%;
    width: 260px;
    display: inline-block;
}
.quick { float:right; position:fixed; width:93px;height:auto;top:150px;right:12%;z-index:1000; }
.quick img {border-top:1px #d0d0d0 solid; border-right:1px #d0d0d0 solid ;border-left:1px #d0d0d0 solid}
.quick img:last-child {border-bottom:1px #d0d0d0 solid; }

.footer { border-top:1px solid #e7e7e7; padding:30px 0px; }
.footer .item { float:left;position:relative;width:100%;margin-left:20px;display:inline-block; }
.footer .item.copyright ul{ float:left;position:relative;margin-top:10px; }
.footer ul { list-style-type: none;padding: 5px 0 5px 0; }

.footer .container { min-width:1200px }
a { color:#000000; }

.submenu { border-top:2px #286090 solid; border-bottom:1px #286090 solid; }
.submenu li { line-height:20px;}
.submenu li a { position:relative;display:block;padding:10px 15px;}
.submenu li a:hover, .submenu li a.select { background-color:#f4f4f4; }
.submenu li .glyphicon { float:right; }



.console { position:absolute; font-size:11px !important; color:#000000  !important; width:30px;height:30px;line-height:30px;z-index:4000000;background-color:#FFFFFF  !important;border:1px #000000 solid  !important; text-align:center  !important; cursor:pointer;}

#gallery { height:160px;overflow:hidden;}
#gallery ul {  float:left;position:relative;width:10000px; height:160px; padding-left:0px;padding-right:0px; }
#gallery ul,#gallery li { list-style-type:none; }
#gallery li { float:left;position:relative;width:auto;display:inline-block; }

.wap_upload_preview {width:100px; height:100px; margin-top:5px; margin-right:5px;float:left; border:1px solid #aaaaaa;}
.upload_preview {width:100%; height:100%;}

.no-padding{padding:0px;}

.mc-contact{width:100%;max-height:200px;overflow:hidden}
.mc-contact img{width:100%;}


.more{font-family: sans-serif;font-size: 10px;color: #585858;float:right;}
.bbsTitle{border-bottom:1px solid #999999;margin:0px 5px;margin-bottom:10px;}
.bbsTitle h4{margin:10px 0px 5px 0px}
.bbsTitle small{font-family: sans-serif;color:#b0b0b0;font-size:11px}
.bbsBody{}
.bbsPhoto{margin:0px 5px;height:120px;}
.bbsTXT{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding:10px;padding-bottom:0px;text-align:center;}

.bbsConts{height:300px;}
.bbsConts img{width:100%;}
.bbsDOT{position:absolute;font-size:20px;margin-left:-15px;margin-top: -5px;}