@font-face{font-family:ng;src:url(../font/NanumGothic.eot);src:local(※), url(../font/NanumGothic.woff) format('woff')}

html,body,div,a,table,tr,td,span,li,th,h1,h2,h3,h4,h5 {
    font-family:'나눔고딕',NanumGothic !important;
}

/* top-bar custom */
.top-bar {
    background-color: #3b6490;
}
.top-bar .logged-user .dropdown-menu {
    top: 27px;
    left:auto;
    right:0px;
}

.top-bar .notifications .btn-group {
    top: 8px;
}
.top-bar .notifications .btn-group .dropdown-menu {
    left: inherit;
    top: 27px;
}

.top-bar .adflat-notice {
    padding-top:8px;
    margin-bottom:-10px;
    height:27px;
    overflow: hidden;
}
.top-bar .adflat-notice ul {
    list-style: none;
}
.top-bar .adflat-notice ul > li {

}

/* widget custom */
.widget {
    border-color: #bfc3c8;
    background-color: #fff;
}
.widget .widget-header {
    background-color: #bfc3c8;
    border-color: #bfc3c8;
}
.widget .widget-header h3 {
    font-weight: lighter;
}
.widget .widget-header .widget-header-toolbar {
    border-color: #bfc3c8;
}

/* modal dialog */
.modal-header {
    background-color: #ddd;
    font-weight: bold;
    font-size: 1.3em;
    padding: 13px;
    border-bottom: 1px solid #b6d6e5;
    min-height: 16.428571429px;
}
.modal-header h4 {
    font-weight: bold;
}
.modal-header .close {
    width: 20px;
    height: 21px;
    color: #FF1717;
    top: 60%;
    padding: 1px;
    cursor: pointer;
    margin-top: 1px;
    opacity: 1;
}
.modal-header .close:before {
     font-family: FontAwesome;
     content: '\f057';
 }

/* data-row custom */
.data-row .data-name {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
}

/* profile custom */
.profile .user-info-right > div {
    margin-bottom: 35px !important;
}

.adflat-profile-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    width: 300px;
}

.adflat-sup {
	color : #ff5151;
	font-size : 120%;
	top : -0.05em;
}

/* dashboard panel style */
.adflat-dashboard {
    position: relative;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    margin-top: 15px;
    margin-bottom: 35px;
    margin-right:10px;
    overflow: hidden;
}
.adflat-dashboard >i{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    bottom:0em;
    right: -0.1em;
    font-size: 9em;
}
.adflat-dashboard .panel-title{
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}
.adflat-dashboard .panel-body{
    background-color: #f9f9f9;
    padding-top: 0;
    height: 136px;
    border-top: dotted 1px #ECECEC;
    padding-left: 10px;
}

/* button color style */
.btn.focus, .btn:focus, .btn:hover {
    color:#fff;
}

.adflat-btn-danger {
	background-color:#f798a7;
	border-color:#f798a7;
	color:	#fff;
}

.adflat-btn-cancel {
    background-color: #bfc3c8;
    color: #fff;
}

.adflat-btn-primary {
    background-color: #878a8f;
    border-color: #878a8f;
}
.adflat-btn-default {
    background-color: #8fa2b5;
    border-color: #8fa2b5;
    color: #fff;
}

.adflat-filter-btn a {
    border-color:#34a6c8;
}
.adflat-filter-btn .active {
    background-color: #8398ad !important;
}

/* pagenation */
.pagination.borderless > li.active > a, .pagination.borderless > li.active > span {
    color: #f2f2f2;
    background-color: #8fa2b5;
}
.pagination.borderless > li.active > a:focus, .pagination.borderless > li.active > a:hover,
.pagination.borderless > li > a:focus, .pagination.borderless > li > a:hover {
    background-color: #8fa2b5;
    color:#fff;
}

/* select2 override */
.select2-search {
    font-family: FontAwesome !important;
}


/* common etc style */
.adflat-h5-with-dash {
    background-image: url('/share/img/dots.png');
    background-size: contain;
    width:290px;
}

.adflat-wrapper {
    background-color: #FFFFFF !important;
}

.adflat-none-border {
    border-left:none !important;
    border-right:none !important;
    border-bottom:none !important;
    border-top:none !important;
}

.adflat-to-left {
    padding-left:0px !important;
}

.adflat-input-info {
    line-height: 35px;
}

.adflat-data-button-area {
    padding-top: 3px !important;
}

.adflat-btn-xxs {
    padding: 1px 4px;
    font-size: 11px;
    line-height: 1.3;
}

.adflat-myinfo-input {
    padding-top : 0px !important;
    padding-bottom : 4px !important;
}

.adflat-static-fake-input {
    background-color:transparent;
    border:transparent;
}

.adflat-link-underline {
    text-decoration: underline;
}

.adflat-auto-30 input {
    height:30px;
}

.adflat-require {
    color:#ff5151;
    font-size:3px;
}

.adflat-report-total-sum,
.adflat-report-total-sum:hover {
    background-color: #dece73 !important;
    font-weight: bold;
}

.adflat-alarm-contents tr {
    background-color: #ffffff !important;
}
.adflat-alarm-contents th {
    background-color:#f7f8fa;
    color:#666;
}

/* table sorting content */
.table-sorting .adflat-table-sort:after {
    content: '\f0dc';
}
.table-sorting .adflat-table-sort.asc:after{
    content: '\f0de';
}
.table-sorting .adflat-table-sort.desc:after{
    content: '\f0dd';
}

/* 전환 상세 리스트 */
.conversion-list .widget-content {
	padding: 0px;
}
.conversion-list .table {
	white-space: nowrap;
}
.conversion-list div.dataTables_info {
	position: absolute
}
.conversion-list .table thead tr td {
	font-size: 1.1em;
	background-color: white;
}
.conversion-list .dataTables_scroll {
	overflow-x: auto;
}

/* footer */
/* footer*/
/* .footer_link {float:left;width:220px;overflow:hidden;padding-top:4px;}
.footer_link .fmenu{zoom:1}
.footer_link .fmenu:after{display:block;clear:both;content:""}
.footer_link .fmenu li{position:relative;float:left;padding:0 7px;font-size:11px}
.footer_link .fmenu li a{color:#363636}
.footer_link .fmenu li.selected{font-weight:bold}
.footer_link .fmenu li:first-child{padding-left:0}
.footer_link .fmenu li .bar{display:block;clear:both;position:absolute;right:0;top:2px;width:1px;height:10px;background:#e3e3e3;content:"";}
.footer_link .privacy{font-weight:bold;color:#707070}
.footer_copy {float: left;padding-top:2px;}
.footer_copy .copy_r{font-size:10px;color:#999}
.footer{width:100%;height:40px;padding:10px 0 0 10px;background:#ffffff;border-top: 1px solid #eaebed;bottom:0px;}
.footer ul,ol{list-style:none;padding-left: 0px;margin-bottom:0px;}
.footer .blind{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0} */

/* footer*/
.company_sec{overflow:hidden;padding-left:55px;font-family:dotum,'돋움'}
.company_sec .fmenu{zoom:1}
.company_sec .fmenu:after{display:block;clear:both;content:""}
.company_sec .fmenu li{position:relative;float:left;padding:0 7px;font-size:11px}
.company_sec .fmenu li a{color:#363636}
.company_sec .fmenu li.selected{font-weight:bold}
.company_sec .fmenu li:first-child{padding-left:0}
.company_sec .fmenu li .bar{display:block;clear:both;position:absolute;right:0;top:2px;width:1px;height:10px;background:#e3e3e3;content:"";}
.company_sec .fmenu li em{font-family:tahoma}
.company_sec .com_infos{padding:12px 0;font-size:11px;line-height:15px}
.company_sec .com_infos .bar{display:inline-block;width:1px;height:10px;margin:0 6px;background:#e3e3e3;vertical-align:middle}
.company_sec .copy_r{font-family:Arial;font-size:10px;}
.company_sec .copy_r em{color:#f0461e} 
.company_sec .btn_vinfo{color:#9e9e9e}
.company_sec .btn_vinfo .sp_com{width:3px;height:5px;margin-left:4px;background-position:-320px 0;vertical-align:middle}
.sp_com{display:inline-block;overflow:hidden;background:url(/share/img/NHN_ACE_Black.png) no-repeat;vertical-align:top}
#footer{width:100%;padding:20px 0 0 50px;background:#ffffff;border-top: 1px solid #eaebed;}
#footer .logo{float:left}
#footer .logo .sp_com{width:125px;height:100px;background-position:0 30px}
#footer ul,ol{list-style:none;padding-left: 0px;margin-bottom:0px;}
#footer .blind{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0}


/* dimmed loading */
.dimmed {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.60;
    z-index:200;
    filter:alpha(opacity=60);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)'
}