/* 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:120px; line-height:100px; overflow:hidden; margin:0px; }
.header h1 a { display:block; height:100%; font-size:1em; }

.header .menu { display:inline-block; float:right; }
.header .menu ul { list-style:none; width:auto; margin:0; padding:0;  }
.header .menu ul a { color:inherit; text-decoration:none; }
.header .menu ul li { float:left; position:relative; padding:24px 24px; font-size:16px; font-weight:700; }
.header .menu ul li:hover > a { color:#c4c4c4; }
.header .menu ul li ul { overflow:hidden; list-style:none; position:absolute; display:none; }
.header .menu ul li ul li { text-align:center; padding:10px 30px; font-size:14px; min-width: 200px;}
.header .menu ul li ul li:hover { bacground:#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:auto;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; }

#banner_wap_body {position:relative;overflow:hidden; width:100%;}/* overflow:hidden; */
#banner_wap_body .box_skitter_data {display:none};
#banner_wap_body a:hover {color:#f09d9d;font-weight:bold;}
#banner_wap_body a.active {color:#f09d9d;font-weight:bold;}
#banner_wap_body .viewlist {border:1px #ededed solid;padding-left:10px;background-color:#FFFFFF;}
#banner_wap_body .box_skitter_bultbox .bult {float:left;width:10px; height:10px;margin:5px 5px 5px 5px;background-repeat:no-repeat;background-position:-178px -277px;cursor:pointer;}
#banner_wap_body .box_skitter_bultbox .bult.active {background-position:-193px -277px;}
#banner_wap_body .cntview {color:#FFFFFF;background-repeat:no-repeat;background-position:center middle;}
#banner_wap_body .controller_left {width:24px;height:44px;;background-repeat:no-repeat;background-position:-30px -317px; } 
#banner_wap_body .controller_right {width:24px;height:44px;background-repeat:no-repeat;background-position:0px -317px; } 
#banner_wap_body .controller_left:hover {width:24px;height:44px;background-image:url(../common/img/bg_home_sprite130828.png);background-repeat:no-repeat;background-position:-30px -371px; } 
#banner_wap_body .controller_right:hover {width:24px;height:44px;background-image:url(../common/img/bg_home_sprite130828.png);background-repeat:no-repeat;background-position:0px -371px; } 

.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%;}  



/*추가*/

/*reset css*/
*{padding: 0; margin: 0;}
ol,ul,li{list-style: none; margin: 0;}
.clear:after{content: ""; display: block; clear: both;}
img{vertical-align: top;}
p{margin: 0;}
.cont_menu h3, .cont_menu h4, .cont_menu h5, .cont_menu h6{margin: 0;}
.navy{color: #0d5fd0;}
.skyblue{color: #2293e3;}
.bold{font-weight: 900;}
.no-padding{padding: 0;}

/*header*/
.header .menu > ul > li:hover{background-color: #a59262;}

.box_skitter_body{width:1200px; margin:0 auto;}
.box_skitter_main box_skitte{width:1200px; margin:0 auto;}

/*cont-menu*/
.more_btn {position: absolute; top: 20px; right: 20px; padding: 5px; width: 28px; height: 26px; line-height: 13px;}
.more_btn a {font-size: 25px; line-height: 20px;}
    
.cont-menu{margin:0; height: 275px;}
.cont-menu-center{width: 1200px; margin: -4px auto; height: 100%; border-top: 5px solid #c0ab73; border-bottom: 1px solid #999; }
.cont-menu>div>div h3{font-size: 18px; margin: 0 0 10px; font-weight:900;}
.cont_menu>div h3{font-size: 22px; margin-bottom: 20px; font-weight:900;}
.cont-menu>div>div{float: left; height: 100%; margin: 0; background-color: #fff; padding: 2px; border-right: 1px solid #999;}
.cont-menu>div>div img{width: 100%; height: 100%;}

.cont-menu>div> .left-box{width: 520px;}
.cont-menu>div> .left-box .left-box-top{height: 145px; border-bottom: 1px solid #999;}
.cont-menu>div> .left-box .left-box-top > div{float: left;}
.cont-menu>div> .left-box .left-box-top .qna{width: 318px; height: 100%; padding: 25px;}
.cont-menu>div> .left-box .left-box-top .location{width: 195px; height: 100%; border-left: 1px solid #999;}
.cont-menu>div> .left-box .left-box-bot{width: 100%; height: 120px;}
.cont-menu>div> .left-box .left-box-bot img{width: 100%; height: 100%;}
.cont-menu>div> .blog{width: 200px;}
.cont-menu>div> .video{width: 330px; overflow: hidden;}
.cont-menu>div> .video-des{width: 150px;}

.cont-menu>div>div:nth-child(1){border-left:1px solid #999;}
.cont-menu .customer-center{background-color: #fff; color: #000; position: relative;}
.cont-menu .customer-center div h4{font-size: 32px; font-weight: 900;color: #7a92ae; margin: 5px 0; line-height: 50px;}
.cont-menu .customer-center > div > p{font-size: 16px; line-height: 24px; color: #666;}
.customer-center table{font-size: 16px; width: 90%; margin: 0 auto;}
.customer-center table tr{height: 25px; line-height: 25px;}
.customer-center table th{width: 90px; vertical-align: top; font-weight: 900; background-color:#e0e0e0;}
.customer-center-bot{background-color: #c0ab73; position: absolute; bottom: 0; left: 0; width: 100%; height: 80px;}
.customer-center-bot>div{float: left; width: 50%;}
.customer-center-bot>div p{line-height: 80px; color: #fff; font-size: 17px;}
.customer-center-bot .customer-center-icon{width: 40px; height: 40px; border-radius: 50%; text-align: center; background-color: #fff; float: left;margin: 20px 10px 0 15px;}
.customer-center-bot .customer-center-icon img{margin-top: 10px; }
.qna{background-color: #fff; position: relative;}
.qna .qna-box{width: 100%; position: relative;}
.bbsTitle{height: 30px; padding-top: 0px;}
.bbs .btn-xs{position: absolute; top:5px; right:10px;}
.bbsTXT{font-size:15px; padding: 0; border-bottom: 1px dashed #ccc; height: 40px; line-height: 40px;} 
.bbsBody{margin-top:0px;} 
.cont-menu>div> .location{font-size: 20px;}
/*.location .location-map{width: 100%; height: 200px; margin: 0 0 10px;}*/
.location p{margin: 20px 0; color: #fff; font-size: 17px;}
.location .more-btn{display: block; width: 140px; height: 40px; border-radius: 20px; line-height: 40px; text-align: center; background-color: #fff;  color: #c0ab73; font-weight: bold; font-size: 16px;}


/*video tab*/
.tabs{
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.tabs {
/*  width: 90%;*/
  display: block;
  margin: 5px auto;
  position: relative;
}
.tabs .tab {
  float: left;
  display: block;
}
.tabs .tab>input[type=radio] {
position: absolute;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.tabs .tab > label {
  display: block;
  padding: 6px 21px;
  cursor: pointer;
  position: relative;
  background: #303030;
    color: #fff;
}
.tabs .content {
  z-index: 0;
  overflow: hidden;
/*  width: 90%;*/
/*  padding: 25px 5%;*/
  position: absolute;
  left: 0;
/*  background: #303030;*/
  color: #DFDFDF;
  opacity: 0;
}
.tabs > .tab > [id^=tab]:checked + label {
  top: 0;
  background: #ed2222;
  color: #FFF;
    font-weight: bold;
}
.tabs > .tab > [id^=tab]:checked ~ [id^=tab-content] {
  z-index: 1;
  opacity: 1;
}


/*cont-bot*/
.cont-bot{height: 260px; border-bottom: 1px solid #999; margin-bottom: 40px;}
.cont-bot>div{padding: 2px; border-right: 1px solid #999;}
.cont-bot> #gallery{float: left; width: 720px; border-left: 1px solid #999;}
.cont-bot> .customer-center{float: left; width: 480px; height: 100%;}
.cont-bot> .customer-center img{width: 100%; height: 100%;}
    
/*gallery*/
#gallery { height:100%;overflow:hidden; background-color: #dcdce1; position: relative;}
#gallery h3{font-size: 18px; margin-bottom: 20px; font-weight:900; padding-left: 25px;}
#gallery ul {  float:left;position:relative;width:10000px; height:160px; padding-left:0px;padding-right:0px; margin-top: 0px;}
#gallery ul,#gallery li { list-style-type:none; }
#gallery li { float:left;position:relative;width:auto;display:inline-block; }

/*footer*/
.footer .item.copyright ul{margin-top: 0;}