@charset "utf-8";

/* 나눔바른고딕 */

@font-face{    
font-family:"나눔바른고딕",'Nanum Barun Gothic', sans-serif;
font-style:normal;   
font-weight: normal;
src:url('../font/NanumBarunGothic.eot');    
src:url('../font/NanumBarunGothic.eot') format('embedded-opentype'),
src:local(※), url('../font/NanumBarunGothic.woff') format('woff'),   
url('../font/NanumBarunGothic.ttf') format('truetype');
}

/*
@font-face{    
font-family:  'Noto Sans KR',sans-serif;
font-style:normal;   
font-weight: normal;
src:url('../font/noto/NotoSansCJKkr-Regular.eot');    
src:url('../font/noto/NotoSansCJKkr-Regular.eot') format('embedded-opentype'),
src:local(※), url('../font/noto/NotoSansCJKkr-Regular.woff') format('woff'),   
url('../font/noto/NotoSansCJKkr-Regular.ttf') format('truetype');
}
*/
 html,  body{
	height:100%;
	margin:0;
	padding:0;
	min-width:1370px;
	min-height:580px;
}
 html{
 overflow: auto;
 }
*{
padding: 0;
margin: 0;
font-size: 14px;
/* font-family: 'Noto Sans KR',sans-serif; */
font-family:"나눔바른고딕",'Nanum Barun Gothic', sans-serif;
}
th,td,a,p,select,input,label,h1,h2,h3,h4,h5,h6,span{
/* font-family:'Noto Sans KR', sans-serif; */
font-family:"나눔바른고딕",'Nanum Barun Gothic', sans-serif;
}
a{
text-decoration: none;
color: #000;
}
ul {
list-style: none;
}
/*setting*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e03c29;
    background: #e7562c;
}

#headerTop{
height: 50px;
line-height: 50px;
}
/*MAIN MENU*/
#headerTop h1{
float: left;
margin-right: 100px;
line-height: 20px;
}
#headerTop h1 a{
display: block;
padding: 15px;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.main_menu{
float: left;
width: 600px;
line-height: 50px;
}
.main_menu > li{
float: left;
}
.main_menu >  li > a{
font-size: 16px;
font-weight: bold !important;
display: block;
width: 145px;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.main_menu >  li > a.on{
color: #c03a1f;
}
.main_menu li{
position: relative;
}
.sub_menu{
position: absolute;
top: 40px;
left: 0;
z-index: 10;
padding-top: 10px;
display: none;
}
.sub_menu ul{
background: #fff;
border: 3px solid #9c9c9c;
padding: 10px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.3);
-moz-box-shadow:0px 4px 12px rgba(0,0,0,.3);
box-shadow:0px 4px 12px rgba(0,0,0,.3);
}
.sub_menu li a{
display: block;
height: 30px;
width: 120px;
line-height: 30px;
font-size: 14px;
font-weight: bold;
}
.sub_menu li a.on{
color: #c03a1f;
text-decoration: underline;
}
.user_menu{
float: right;
width: auto;
min-width:200px;
height: 50px;
background: url('../img/header_top_bg.png') no-repeat right 0;
padding-right: 120px;
}
.user_menu li{
float: right;
height: 50px;
line-height: 50px;
margin-right: 20px;
}
.user_menu li img{
padding: 12px 0;
float: left;
}
.user_menu li span{
float: left;
display: inline-block;
height: 50px;
line-height: 50px;
padding: 0 10px;
}
.user_wrap{
position: absolute;
top: 40px;
right:200px;
z-index: 10;
padding-top: 10px;
display: none;
}
.user_wrap ul{
background: #fff;
border: 3px solid #9c9c9c;
padding: 10px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.3);
-moz-box-shadow:0px 4px 12px rgba(0,0,0,.3);
box-shadow:0px 4px 12px rgba(0,0,0,.3);	
}
.user_wrap ul li{
float:none;
height:38px;
line-height:38px;
}
.user_wrap a{
	font-weight:bold;
}
.user_wrap a.on{
color: #c03a1f;
text-decoration: underline;	
}
.user_menu_btn{
	display:block;
	overflow:hidden;
	background:url('../img/user_info.png') no-repeat right center;
	background-size: auto 30px;
	padding-right:20px;
}
.user_menu_btn.on{
	background-image:url('../img/user_info_1.png') 
}
#pageTitle{
height: 30px;
line-height: 30px;
position: relative;
background-color: #f03226;
}
#pageTitle h2 {
display: inline-block;
color: #fff;
background: url('../img/img_h2_r.png') no-repeat right 0;
-webkit-background-size: 32px 30px;
background-size:  32px 30px;
padding-right: 30px;
text-shadow: 1px 1px 1px #000;
font-weight: bold;
}
#pageTitle h2 span{
display: inline-block;
font-size: 15px;
padding: 0 50px 0 30px;
background: url('../img/img_h2_bg.png') repeat-x;
}
#pageTitle h2 span:before{
content:url('../img/img_h2_l.png');
padding-right: 15px;
}
#pageLocation {
    color: #fff;
    font-size: 12px;
    float: right;
	display: inline-block;
	padding-left: 300px;
	padding-right: 20px;
	color: #fff;
}
#vertical{
border: none;
}
#pageWrap{
background: url(../img/left_bar_bg.png) no-repeat left top;
/* background-attachment: fixed; */
}
#pageWrap .left_bar{
width: 43px;
float: left;
}
#pageWrap .left_bar h2{
padding: 10px;
}
#searchFrame{
background-color: #fff;
}
.search_tb{
background: #f0f0f0;
table-layout: fixed;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 5px;
}
.search_tb th,.search_tb td{
line-height: 35px;
height: 35px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.search_tb th.tb_title{
font-size: 16px;
font-weight: bold;
color: #cd1105 ;
text-align: left;
background: url(../img/tb_title_bar.png) no-repeat 10px center;
padding-left: 20px;
}
.search_tb td{
padding-right: 10px;
background: url(../img/table_bar.png) no-repeat 100% center;
}
.search_tb tr td:last-child{
background: none;
}
.search_tb img, .search_tb input[type="image"]{
	vertical-align: middle;
	height:29px;
	margin-top:-3px;
}
th .div_select .ui-button{
width: 100px !important;
}
.div_select{
display: inline-block;
}
.div_select .ui-icon-triangle-1-s {
    background-position: -65px -11px !important;
}
.div_select .ui-button{
	width: 120px !important;
	margin-top:-5px;
}
.ui-button{
	padding: 0 !important;
	height: 24px;
	line-height: 24px !important;
	padding: 0 5px !important;
	background: #fff !important;
	margin-top: 0px;
}
.input_st{
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
    border: 1px solid #cccccc;
    background: #fff;
    font-weight: normal;
    color: #2b2b2b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3px;
	width: 120px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_st.ipw100{
	width: 100% !important
}
.main_frame{
padding: 0px 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: rgba(255,255,255,.5);
}
.top_button{
height: 24px;
text-align: right;
padding: 0px 10px 5px 0;
}
.top_button > a{
display: inline-block;
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}
.btm_button {
text-align: center;
padding: 20px 0;
}
.btn_st{
background: none;
border: none;
color: #fff;
text-shadow: 1px 1px 1px #000;
background: url('../img/btn_search.png') no-repeat 0 0;
display: inline-block;
text-align: center;
width: 84px;
height: 26px;
line-height: 26px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor:pointer;
}
.btn_st.s_orange{
width: 51px;
height: 26px;
background: url('../img/btn_s_orange.png') no-repeat 0 0;
}
.btn_st.s_gray{
width: 51px;
height: 26px;
background: url('../img/btn_s_gray.png') no-repeat 0 0;
}

/*신규 버튼*/
.btn_new{
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 65px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_new.png')no-repeat;
font-size: 12px;
}
/*엑셀다운로드*/
.btn_excel{
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 120px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_excel.png')no-repeat;
font-size: 12px;
}
/*거래명세서출력 버튼*/
.btn_1{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 113px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_1.png')no-repeat;
font-size: 12px;
}
/*팀장확인요청*/
.btn_2{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 103px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_2.png')no-repeat;
font-size: 12px;
}
/*품목추가 버튼*/
.btn_3{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 81px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_3.png')no-repeat;
font-size: 12px;
}
/*확정 버튼*/
.btn_4{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 65px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_4.png')no-repeat;
font-size: 12px;
}
.btn_6{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 145px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_5.png')no-repeat;
font-size: 12px;
}
/*저장 버튼*/
.btn_7{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 65px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_4.png')no-repeat;
font-size: 12px;
}
/*삭제 버튼 92px*/
.btn_8{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 92px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_8.png')no-repeat;
font-size: 12px;
}
/*삭제 버튼 125px*/
.btn_9{ 
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none;
background: none;
width: 125px;
height: 24px;
line-height: 24px;
padding-left: 20px;
text-align: center;
background: url('../img/btn_9.png')no-repeat;
font-size: 12px;
}



/*Kendo Grid*/
.grid_st{
		 margin: 0;
        padding: 0;
        border-width: 0;
        height: 100%;
}
.grid_st .k-header{
background-image: none;
background: #cdc5c2;
font-weight: bold;
}
.grid_st .k-grid-header th.k-header>.k-link{
font-weight: bold;
}
.grid_st .k-grid-header{
background-image: none;
background-color: #cdc5c2;
}
.grid_st .k-group-footer > div{
background-color: #eae4e4;
}
.grid_st .k-pager-wrap{
background-image: none;
background-color: #fff;
}
.right_frame{
margin-left: 43px;
background-color: #fff;
}
.k-splitter .k-splitbar-static-horizontal {
    width: 0;
    border-width: 0;
}

/*LOGIN*/
#loginWrap{
width: 100%;
height: 100%;
background: #e6e6e6 url(../img/login_bg.png) no-repeat bottom left;
 -webkit-background-size:  100% 900px;
background-size: 100% 900px ;
min-height:760px;
position: relative;
}
.bg_img1{
position: absolute;
left: 0;
bottom: 0;
}
.brdgs_logo{
position: absolute;
right: 50px;
top: 40px;
}
.login_form{
width: 585px;
height: 290px;
position: absolute;
right: 0;
bottom:216px;
padding:50px 0 10px 48px;
background: url(../img/login_frame.png) no-repeat 0 0;
}
fieldset{
border: none;
}
legend{
opacity: 0;
}
.login_form ul li .input_st{
width: 260px !important;
height: 30px;
line-height: 30px;
}
.login_form ul li label{
color: #ee2d23;
font-weight: bold;
display: block;
padding:10px 0 5px;
}
.login_form input[type="checkbox"] {
vertical-align: middle;
}
.login_form input[type="checkbox"] +  label{
display: inline-block;
color: #000;
padding-right: 20px;
}
.login_btn{
position: absolute;
right:55px;
top:145px;
}
.com_addr{
position: absolute;
bottom: 20px;
text-align: center;
font-size: 12px;
right:125px;
}
.find_login{
	display:inline-block;
	padding-left:123px;
}
@media (max-width:1400px) {
   .login_form{
	width: 420px;
	}
	.login_btn{
	right:25px;
	}
	.login_form ul li .input_st{
	width: 190px !important;
	}
	.com_addr{
	right: 60px;
	}
	.find_login{
	padding-left:20px;
	}
}

.com_addr strong{
font-size: 12px;
}
.login_footer{
position: absolute;
bottom: 10px;
width: 100%;
text-align: center;
}
.login_footer .copy_right{
font-size: 12px;
}
/*HOME*/
.home_main{
background: url(../img/home_bg.png) no-repeat top left;
/*-webkit-background-size: 100% auto;
background-size: 100% auto;*/
background-color: #eee;
height: 100%;
background-size: cover;
background-attachment: fixed; 
}
.home_main > div{
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.home_main h3{
background: url(../img/home_title_dot.png) no-repeat 0 center;
padding-left: 10px;
font-size: 18px;
}
.home_status{
width: 654px;
height: 244px;
padding: 20px 10px;
background: url(../img/status_bg.png) no-repeat center;
}
.home_status ul{
width: 500px;
overflow: hidden;
margin: 73px auto 60px;
}
.home_status li{
width: 163px;
float: left;
}
.home_status li strong{
display: block;
font-size: 30px;
color: #d83232;
text-align: center;
padding: 20px 0 30px;
margin:0 auto;
}
.home_status li span{
display: block;
text-align: center;
font-size: 18px;
color: #000;
font-weight: bold;
}
.home_status .status_period{
	text-align:center;
	border-left:2px solid #999;
	border-right:2px solid #999;
	width:230px;
	margin:0 auto;
}
.home_status .status_period span{
	display:inline-block;
	padding:0 10px;
}
.main_notice,.main_cs{
	padding: 20px 0;
}
.main_notice > div{
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	width: 650px;
	height: 210px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow:  5px 5px 5px rgba(0,0,0,.2);
	box-shadow:  5px 5px 5px rgba(0,0,0,.2);
	position: relative;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_notice .bd_more{
	position: absolute;
	right: 10px;
	top: -25px;
}
.main_notice ul{
	height: 150px;
	overflow: hidden;
}
.main_notice li {
	font-size: 15px;
	color: #000;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_notice li:last-child{
	margin-bottom: 0;
}
.main_notice li span{
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #e71810 ;
	margin-right:15px;
}
.main_cs > div{
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 8px;
	width: 650px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow:  5px 5px 5px rgba(0,0,0,.2);
	box-shadow:  5px 5px 5px rgba(0,0,0,.2);
	overflow:hidden;
	padding:20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_cs .cs_tel{
	font-size:26px;
	width:50%;
	float:left;
	border-right:1px solid #ddd;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	vertical-align: middle;
    line-height: 36px;
    font-weight:500;
    text-align:center;
    letter-spacing:-1px;
}
.main_cs .cs_tel span{
	display:inline-block;
	font-size:30px;
	color:#a1a1a1;
	padding:0 10px;
	font-weight:bold;
}
.main_cs .cs_time{
	width:50%;
	float:left;
	text-align:center;
}
.main_cs .cs_time h4{
	font-weight:bold;
}
.main_cs .cs_time h5{
	font-weight:normal;
}
/*코드 팝업 */
.div_select.code_select .ui-button{
	width:90px !important;
}
/*notice 첨부파일*/
#attach{
	text-align:right;
	height:29px;
	line-height:29px;
}
#att_list{
	width:517px;
	float:left;
	padding:3px 3px 0px; 
	border:1px solid #a2a2a2;
	min-height:29px;
}
#attachList li{
	margin-bottom:3px;
	padding-right:40px;
	position:relative;
	border:1px solid #e7e7e7;
}
#attachList li .del_file{
	position:absolute;
	right:5px;
	top:6px;
}
#att_list + #attach{
	width:34px;
	float:right;
}
.btn_attach{
	border:none;
	text-indent:-99999%;
	overflow:hidden;
	background:url('/img/btn_attach.png') no-repeat;
	width:34px;
	height:34px;
	cursor:pointer;
}
.mdfuser, .newuser{
	padding:0 !important;
}
.mdfuser .input_st, .newuser .input_st{
	width:132px !important;
	margin-right:0;
}
.mdfuser td, .newuser td {
	position:relative;
}
.mdfuser  table  td img, .newuser  table  td img{
	vertical-align:top !important;
}
.mdfuser  .ui-datepicker-trigger, .newuser   .ui-datepicker-trigger{
	margin-top:4px !important;
}