@charset"utf-8";

body.subBody.line {
    /*background: url("../images/common/leb_line_bg.png") repeat-y 0 0;*/
}

/* 헤더 */
.header {
    border-bottom: 1px solid #ccc;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    min-width: 1200px;
}
.topArea {
    height: 30px;
    background: #d8dbde;
    position: relative;
}
.header.main .topArea .inner { 
	position:relative;
	height:30px;
	width:1200px; 
	margin:0 auto;
}
.header.main .gnbArea .inner { 
	position:relative;
	height: 60px;
	width:1200px; 
	margin:0 auto;
}

.topMenu {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 20px;
}
.topMenu li {
    float: left;
    position: relative;
}
.topMenu li a {
    display: block;
    height: 30px;
    line-height: 30px;
}
.topMenu li a strong {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.topMenu li a em {
    font-size: 13px;
    color: #666;
    padding-left: 5px;
}
.topMenu li.logout {
    margin-left: 15px;
    padding-left: 15px;
}
.topMenu li.logout:after {
    content: "";
    width: 1px;
    background: #999;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
}
.topMenu li.logout a {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.topMenu li.logout a:hover { color:#ea3d56; }

/* 
	비용정산 데모사이트용 CSS와 충돌되어 주석처리
.header .logo {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -19px;
}
 */
/* 
	비용정산 데모사이트용 CSS와 충돌되어 주석처리
.header .logo a {
    display: block;
    width: 203px;
    height: 38px;
    background: url("../images/common/logo.png") no-repeat 50%;
    text-indent: -9999px;
}
 */

/* .header.main .logo {left:0; } */

.gnbArea {
    height: 60px;
    position: relative;
}
.gnbMenu {
    position: absolute;
    bottom: 0;
	left:240px;
    right: 0;
}
.gnbMenu > li {
    float: left;
    position: relative;
	width:16.66%;
}
.gnbMenu > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
	text-align:center;
}
.gnbMenu > li.selected > a,
.gnbMenu > li:hover > a {
    color: #e51937;
}
.gnbMenu > li:hover .gnbSub {
    display: block;
}
.gnbSub {
    display: none;
    /* width: 160px; */
    width: 165px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -80px;
    border: 1px solid #888;
    border-top: 3px solid #e51937;
    background: #f5f6f8;
    box-sizing: border-box;
    z-index: 999;
}
.gnbSub > li > a {
    display: block;
    font-size: 13px;
	font-weight:bold;
    color: #666;
    line-height: 30px;
	border-top:1px solid #ccc;
	padding:0 10px;
}
.gnbSub > li:first-child > a { border-top:0; }
.gnbSub li:hover > a {
    color: #e51937;
}
.gnbSub > li ul { 
	padding:0 10px 5px;
}
.gnbSub > li ul li a { 
	display:block;
	line-height:20px;
	font-size:12px;
	color:#777;
}


/* 열기,접기 버튼 */
.gnbToggleBtn {
    display: block;
    width: 20px;
    height: 20px;
    background: #777 url("../images/common/gnb_close_btn.png") no-repeat 50%;
    text-indent: -9999px;
    position: absolute;
    top: -1px;
    right: 20px;
    z-index: 99;
    border: 1px solid #888;
    box-sizing: border-box;
}
.gnbToggleBtn.on {
    background: #777 url("../images/common/gnb_open_btn.png") no-repeat 50%;
}
.lnbToggleBtn {
    display: inline-block;
    width: 15px;
    height: 26px;
    background: #777 url("../images/common/lnb_cloes_btn.png") no-repeat 50%;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 204px;
    z-index: 99;
    box-sizing: border-box;
}
.lnbToggleBtn.on {
    background: #777 url("../images/common/lnb_opne_btn.png") no-repeat 50%;
    left: 0;
}


/* LNB메뉴 */
.lnbArea {
    width: 199px;
    box-sizing: border-box;
    float: left;
	background:#fff;
	border:1px solid #e6e6e6;
	border-bottom:1px solid #a1a1a1;
	margin-left:20px;
}
.lnbtit {
    height: 80px;
	text-align:left;
	background:#f3f3f3 url("../images/common/lnb_bg.png") no-repeat 100% 50%;	
	padding-left:10px;
}
.lnbtit h2 { 
	display:inline-block;
	font-size:20px;
	font-weight:600; 
	color:#e51937;	
	padding-top:32px;
}

.lnbMenu-area { 
	height:572px; 
}

.lnbMenu { 
	border-top:1px solid #ddd;
}
.lnbMenu ul li a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lnbMenu > ul > li.active > ul {
    display: block;
}
.lnbMenu > ul > li > a {
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #ddd;
    text-indent: 10px;
    letter-spacing: -1px;
}
.lnbMenu > ul > li > a em {
    font-size: 12px;
    margin-right: 5px;
}
.lnbMenu > ul > li.open > a {
    color: #fff;
	background:#ea3d56;
}
.lnbMenu > ul > li:hover > a {
    color: #ea3d56;
}
.lnbMenu > ul > li.open:hover > a {
    color: #fff;
}
.lnbMenu ul > li.has-sub > a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    display: block;
    height: 8px;
    width: 14px;
    margin-top: -4px;
    content: "";
    background: url("../images/common/lnb_down.png") no-repeat 50%;
}
.lnbMenu ul > li.has-sub.open > a:after {
    background: url("../images/common/lnb_up.png") no-repeat 50%;
}
.lnbMenu ul ul {
	display:none;
    padding: 8px 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.lnbMenu ul ul li > a {
    height: 25px;
    line-height: 25px;
    z-index: 2;
    font-size: 13px;
    color: #666;
    padding-left: 5px;
}
.lnbMenu ul ul li > a:hover,
.lnbMenu ul ul li.active > a {
    color: #ea3d56;
}

.mCSB_scrollTools { z-index:999; }


/* 컨텐츠 내용 */
.content {
    margin-left: 220px;
    box-sizing: border-box;
    /* padding: 20px; */
    padding: 0px 40px 20px 0px;
	background:#fff;
}


/* 타이틀 디자인 */
.topTit {
/*     
	overflow: hidden;
    height: 30px;
	padding:10px 0 10px; */
	
	overflow:hidden;
	padding:30px 0 15px 0;
}
.topTit h4 {
/*     
	float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #000; 
*/
	float:left;
	font-size:24px;
	color:#222;
	font-weight:800;
}
.sub_tit {
	overflow:hidden;
    margin: 20px 0 5px;
    /* height: 28px; */
    position: relative;
}
.sub_tit .desc{
	margin:6px 0 6px 10px;
}/* 국내출장비 공용카드/타인카드 margin값으로 간격 수정 */

.sub_tit h3 {
/*     
	float: left;
    font-size: 16px;
    color: #434868;
    font-weight: 600;
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
    position: relative; 
*/
	float:left;
	position:relative;
	padding-left:10px;
	/* line-height:36px; */
	color:#222;
	font-size:17px;
	font-weight:bold;
}
.sub_tit h3:after {
/* 	content: "";
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #ea3d56;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px; */
    
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:4px;
	height:15px;
	margin-top:-7px;
	background-color:#326cb8;
}
.sub_tit h3 em {
    font-size: 14px;
    color: #c8252b;
}


/* 검색폼 */
.stit {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    /* font-size: 13px;
    font-weight: bold;
    color: #444; */
    /* background: url("../images/common/search_bult_icon.png") no-repeat 0 50%;  */
    background: url("../images/common/lnb_bult_icon.png") no-repeat 0 50%; 
    padding-left: 12px;
    vertical-align: middle;
}

/* 
.search_field_wrap {
    display: table;
    width: 100%;
    padding: 10px 0 10px 10px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 10px;
    border-top: 2px solid #aaa6a2;
	border-bottom: 2px solid #aaa6a2;
}
.search_field_area {
    display: table-cell;
}
.search_field {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    border-collapse: inherit;
}
 */

.search_field_wrap{
	display:table;
	width:100%;
	border-top:4px solid #e0e1e5;
	border-bottom:4px solid #e0e1e5;
	padding:15px 0;
}
.search_field_area{
	display:table-cell;
	padding:0 45px 0 25px;
}
.search_field{
	width: 210px !important;
}

.w210 {
    width: 210px !important;
}

.w215 {
    width: 215px !important;
}

.tbl-search-area li{
	display:inline-block;
	width:317px;
	padding:5px;
	box-sizing:border-box;
}
.tbl-search-area li dl{
	overflow:hidden;
}
.tbl-search-area li dl dt{
	float:left;
	min-width:90px;
}
.tbl-search-area li dl dd{
	float:left;
	line-height:26px;
}


.search_field tbody td,
.search_field tbody th {
    padding: 4px 0 4px 10px;
    box-sizing: border-box;
}
.search_field tbody th {
    text-align: left;
}

/* 
.search_btn_area {
    display: table-cell;
    width: 120px;
    font-size: 13px;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
	position:relative;
	border-left:1px solid #ddd;
}
.search_btn {
    display: inline-block;
    height: 30px;
    line-height: 29px;
    padding: 0 30px;
    color: #fff !important;
    font-size: 13px !important;
    background: #c84a5c;
    border-radius: 2px;
    box-sizing: border-box;
}
 */
 
.search_btn_area{
	display:table-cell;
	width:110px;
	border-left:1px solid #e4e5e9;
	text-align:center;
	vertical-align:middle;
}
.search_btn_area .search_btn{
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding:7px 15px 7px 33px;
	border-radius:3px;
	background:#363f51 url('../images/common/icon_search.png') no-repeat left 12px center;
}
.search_btn_area .search_btn:hover{
	background-color:#282f3d;
}
 
 
.search_field td label { vertical-align:middle; }
.search_field td label:first-child {
    margin-left: 0;
}
.search_field td label input {
    margin-right: 5px;
    vertical-align: -2px;
}
.search_field td label {
    margin-left: 20px;
    cursor: pointer;
}


/* 테이블 스타일 */
.tableStyle {
    table-layout: fixed;
    width: 100%;
   /*  border-top: 1px solid #434868; */
    border-top: 1px solid #326cb8;
    border-right: 1px solid #d7d7d7;
    word-break: break-all;
    border-collapse: inherit;
}
.tableStyle th {
/*     height: 24px;
    font-size: 13px;
    color: #222;
    padding: 5px;
    font-weight: bold;
    background: #f2f3f4;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center; */
    
    height:24px;
	padding:5px;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background-color:#fafbfc;
	font-size:13px;
	color:#222;
	text-align:center;
    
}
.tableStyle tbody th {
    text-align: left;
    padding: 5px 10px;
}
.tableStyle td {
    height: 24px;
    font-size: 13px;
    color: #666;
    padding: 5px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
	line-height:18px;
}
.tableStyle td label:first-child {
    margin-left: 0;
}
.tableStyle td label input {
    margin-right: 5px;
    vertical-align: -2px;
}
.tableStyle td label {
    margin-left: 10px;
    cursor: pointer;
}
.tableStyle td label.tBtn {
    margin: 0;
}

.tableStyle .view { 
	line-height:20px;
}

.optionTableStyle {
	table-layout: fixed;
    width: 100%;
    border: 1px solid #d7d7d7;
}

.optionTableStyle th {
	text-align: left;
    padding: 5px 10px;
}

.optionTableStyle td {
	height: 24px;
    font-size: 13px;
    color: #666;
    padding: 5px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
	line-height:18px;
}

.optionTableStyle td:first-child, 
.optionTableStyle td:last-child {
	text-align: center;
}

.laborSign {
	border-collapse: collapse;
	width: 100%;
	font-family:'맑은고딕','Malgun Gothic','돋움', Dotum, Arial, sans-serif;
}

.laborSign th,
.laborSign td {
	border: 1px solid black;
	font-family:'맑은고딕','Malgun Gothic','돋움', Dotum, Arial, sans-serif;
}

.laborSign th, 
.laborSign td {
	padding: 8px;
	font-family:'맑은고딕','Malgun Gothic','돋움', Dotum, Arial, sans-serif;
}

/* 버튼 */
.btnArea {
	overflow:hidden;
	padding:5px 0;
}
.btn {
	display:inline-block;
	height:28px;
	line-height:27px;
	padding:0 12px;
	text-align:center;
	color:#945568;
	border:1px solid #ccc;
	font-size:13px;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:2px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	cursor:pointer;
}
.btn:hover { 
	border:1px solid #945568;
}
.btn i { 
	color:#945568;
	margin-right:5px;
	font-size:14px;
	vertical-align: -1px;
}
.tBtn { 
	display:inline-block;
	height:26px;
	line-height:24px;
	padding:0 8px;
	text-align:center;
	color:#fff !important;
	border:1px solid #bbb;
	font-size:12px;
	font-weight:bold;
	box-sizing:border-box;
	vertical-align:top;
	background:#bbb;
}
.tBtn:hover { 
	background:#aaa;
}
.ibtn {
	display:inline-block;
	height:26px;
	line-height:23px;
	width:26px;
	color:#434868;
	text-align:center;
	box-sizing:border-box;
	vertical-align:top;
}
.ibtn i { 
	color:#434868;
	font-size:14px;
	vertical-align:middle;
}
.iconArea i { 
	font-size:14px;
	margin:5px;
	color:#434868;
}
.popBtn {
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 12px;
	text-align:center;
	color:#fff !important;
	font-size:13px !important;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:2px;
	background:#c06f81;
	min-width:100px;
}
.popBtn:hover { 
	background:#d08898;
}
.popBtn.navy { background:#434868; }
.popBtn.navy:hover { background:#6d708c; }
.popBtn.gray { background:#a3a3a3; }
.popBtn.gray:hover { background:#c7c7c7; }

.btn.icon { 
	padding:0;
	width:28px;
}
.btn.icon i { 
	margin-right:0;	
}

.btmBtnArea { 
	text-align:right;
	margin:20px 0 0;
}

.btnDiv {
	cursor: pointer;
}

.btnAddOption {
    text-align: center;
    cursor: pointer;
}

.btnMoveRow {
	background: url('../images/icon/IcoMove.png');
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 체크 박스 */
.chkBox {
	width: 17px;
	height: 17px;
	cursor: pointer;
}


/* 팝업 */
.popup-header {
    height: 45px;
    background: #434868;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.popup-header h2 {
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.popup-header .closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url("../images/common/pop_close.png") no-repeat 50%;
    margin-top: -8px;
    text-indent: -9999px;
}
.pop-wrap .popup-content {
    padding: 15px;
}

/* 기타 */
.upload-hidden {
    display: none;
}
.req {
    font-size: 13px;
    color: #222;
    display: inline-block;
    padding-right: 10px;
    background: url("../images/common/required_item.png") no-repeat 100% 50%;
}
.req_input {
    border: 1px solid #edb6c5 !important;
    background: #f8e9ed;
}


/* 페이징 */
.pageing {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.pageing a {
    display: inline-block;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 12px;
    margin: 0 1px;
    color: #646464;
}
.pageing a:hover {
    /* border: 1px solid #ea3d56; */
    border: 1px solid #326cb8;
}
.pageing a.selected {
/*     border: 1px solid #ea3d56;
    color: #ea3d56; */
    border: 1px solid #326cb8;
    color: #326cb8;
    font-weight: bold;
}
.pageing a.first { background:url('../images/common/pageing_first.png') no-repeat 50%; }
.pageing a.last { background:url('../images/common/pageing_last.png') no-repeat 50%; }
.pageing a.next { background:url('../images/common/pageing_next.png') no-repeat 50%; }
.pageing a.pre { background:url('../images/common/pageing_pre.png') no-repeat 50%; }
.total {
    line-height: 28px;    
    font-size: 13px;
	position:absolute;
	top:0;
	left:0;
}
.total em {
    font-size: 13px;
    font-weight: bold;
    color: #d87b98;
}
.amount { 
	position:absolute;
	top:0;
	right:0;
}

/* 풋터 */
/* 
.footer {	
    border-top: 1px solid #c4c4c4;
	padding: 10px;
//	min-width: 1300px;
//	margin-left:200px;
	box-sizing:border-box;
	text-align:center;
}
.footer .inner {
    position: relative;
}
.footer .inner p {
    font-size: 12px;
    color: #888;
}
.footer .inner p span {
    font-size: 12px;
    color: #e51937;
} 
*/
 
.footer {	
    border-top: 1px solid #c4c4c4;
	/* padding: 10px; */
	padding: 8px;
	box-sizing:border-box;
}
.footer .inner {
    position: relative;
}
.footer .inner p {
    padding-left:30px;
}
.footer .inner p span {
    display:inline-block;
	padding-left:30px;
	color:#979797;
	font-size:11px;
	line-height:40px;
}

/* 팝업 */
.popHead {
	height:50px;
	/* background:#444; */
	background-color:#363f51;
	padding:0 20px;
	position:relative;
}
.popHead h2 { 
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:500;
	color:#fff;
	float:left;
}
.popHead .close { 
	display:inline-block;
	width:14px;
	height:14px;
	background:url('../images/common/pop_close.png') no-repeat 50%;
	text-indent:-9999px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-7px;
}
.popCont { 
	padding:15px;
}
.popBtnArea { 
	padding:15px 0;
	text-align:center;
}
.popBtn { 
	display:inline-block;
	height:30px;
	line-height:28px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding:0 20px;
	background:#999;
	border-radius:2px;
}
.popBtn:hover { 
	background:#aaa;
}
.popBtn.red { 
	/* background:#c8252b; */
	background-color:#326cb8;
	border-radius: 3px;
}
.popBtn.red:hover {  
	/* background:#d1393f; */
	background-color:#4981ca;
	border-radius: 3px;
}


/* jquery UI datepicker */
/* 
.ui-datepicker-trigger {
    width: 26px;
    height: 26px;
    border: 0;
    vertical-align: top;
}
 */
.ui-datepicker-trigger img {
    vertical-align: -2px;
}

#ui-datepicker-div {
	z-index: 30 !important;
}


/* jquery UI 텝 디자인 */
.ui-tabs {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
    height: 36px;
    border: 0;
    border-bottom: 1px solid #ea3d56;
}
.ui-tabs .ui-tabs-nav li {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    background: #fff;
    margin-left: 2px;
}
.ui-tabs .ui-tabs-nav li:first-child {
    margin-left: 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-default .ui-tabs-anchor {
    border: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fdfdfd;
    border: 1px solid #ddd;
    border-bottom: 0;
    /*width:100px;*/
    min-width: 60px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #8d8d8d;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #fff;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    cursor: pointer;
    border-top: 3px solid #ea3d56;
    border-left: 1px solid #ea3d56;
    border-right: 1px solid #ea3d56;
    border-bottom: 0;
    font-size: 13px;
    color: #ea3d56;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
    background: #fff;
}


/* jquery UI 다이얼로그 */
.ui-dialog.ui-widget.ui-widget-content {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    /* background: #444; */
    background: #363f51;
    border:0;
}
.ui-dialog .ui-dialog-title {
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.ui-dialog .ui-dialog-content {
    padding: 15px;
    border:0;
    border-top: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
    width: 15px;
    height: 15px;
    background: url("../images/common/pop_close.png") no-repeat 50%;
    border: 0;
    border-radius: 0;
    outline: none;
    right: 15px;
    margin-top: -8px;
}
.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.readonly {
    background: #eaeaea;
    color: #999;
}

/* 그리드 영역 */
.realGridArea { 
	background:#f8f8f8;
	overflow-y:auto;
	box-sizing:border-box;
}
.realGridArea .gridView { border:1px solid #ddd; }

/* 양분할 레이아웃 가운데 버튼 */
.doubleLayout { 
    width:100%;
    display:table;
    table-layout:fixed;
}
.doubleLayout .layer { 
    display:table-cell;    
    text-align:center;
}
.doubleLayout .layer.left { width:auto; vertical-align:top; }
.doubleLayout .layer.center { width:80px; vertical-align:middle; }
.doubleLayout .layer.right { width:auto; vertical-align:top; }

/* 양분할 레이아웃 */
.layoutArea {
	overflow:hidden;
}
.layoutLeft {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:10px;
}
.layoutRight {
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-left:10px;
}

a.subject { 
	font-size:12px;
	color:#444;
	display:inline-block;
	max-width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap:normal;
	vertical-align:middle;
}
a.subject:hover { 
	text-decoration:underline;
	color:#648dd6;
}

.file-list li { 
	float:left; 
	margin-right:15px;
}
.file-list li:last-child { margin-right:0; }
.file-list li a {
	display:inline-block;
	font-size:12px;
	color:#666;
	line-height:26px;
}
.file-list li a:hover { 
	text-decoration:underline;
	color:#648dd6;
}

.desc { 
	font-size:13px;
	/* color:#ea3d56; */
	color:#326cb8;
	margin:10px 0;
	font-weight:bold;
	
}

.organArea {
	border:1px solid #ddd;
	overflow-y:auto;
	box-sizing:border-box;
}

/* 로그인 */
.login-wrap {
	background:#d8dbde;
	padding:20px 0 0;
}

.login-cont h1 { 
	height:40px;
	background:url('../images/main/login_logo.png') no-repeat 0 50%;
	text-indent:-9999px;
}

.login-box h2 { 
	font-size:45px;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
}
.login-box h2 span { 
	font-size:13px;
	font-weight:normal;
	color:#666;
	margin-left:10px;
	letter-spacing:-1px;
}

.login-input {
	position:relative;
	padding-right:112px;
	margin-top:10px;
}
.login-input input {
	border:1px solid #d6dbe0;
	height:40px;
	width:100%;
	padding-left:45px;
	font-size:14px;
}
.login-input input[type="text"] { background:url('../images/main/id_icon.png') no-repeat 10px 50%; }
.login-input input[type="password"] { background:url('../images/main/pw_icon.png') no-repeat 10px 50%; margin-top:5px; }
.login-input button { 
	position:absolute;
	top:0;
	right:0;
	background:#ea3d56;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:106px;
	height:85px;
}
.login-input button:hover { background:#ea556b; }
.login-btm { margin-top:10px; }
.login-btm label { font-weight:bold; cursor:pointer; }
.login-btm label:hover , .login-btm a:hover { color:#ea3d56; }
.login-btm label input { 
	vertical-align:-2px; 
	margin-right:5px;
}
.login-btm a { 
	font-weight:bold;
	/*margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;*/
}
.main-foot {
	text-align:center;
	padding:20px 0;
}
.main-foot p { 
	font-size: 12px;
    color: #666;
}
.main-foot p span { 
	font-size: 12px;
    color: #e51937;
}

/* 메인 */
.main-cont {
	margin:0 auto;
	position: relative;
	max-width: 1500px;
	/* right: 300px; */
}
.main-cont .section { 
	float:left;
	box-sizing:border-box;
}
.main-cont .section.left { 
	width:420px;
	padding-right:20px;
}
.main-cont .section.center { 
	width:400px;
	padding-right:20px;
}
.main-cont .section.right { 
	width:380px;
}
/* 
.main-cont .section.left .inner { 
	border:4px solid #a8acb0;
	box-sizing:border-box;
	padding:40px;
	height:513px;
	border-radius:20px;
}
*/

.main-cont .section.left .inner { 
	border:1px solid #ced2d7;
	box-sizing:border-box;
	/* padding:40px; */
	padding:30px;
	height:513px;
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
	box-shadow:0px 0px 5px 5px rgba(0,0,0,0.03);
}

.main-cont .section.left .inner .top { 
	height:220px;
}
.main-cont .section.left .inner .bottom { 
	border-top:1px solid #ccc;
	height:170px;
	padding-top:20px;
}

.m-tit { 
	/* font-size:24px; */
	font-size:21px;
	font-weight:bold;
	/* color:#444; */
	/* background:#a0a9bd; */
	color:#fff;
	background: url(../images/common/bg_report_head.png) no-repeat 50% 0;
	padding: 0px 20px;
	border-radius:20px;
	line-height:45px;
}

.approval-list {
	overflow:hidden;
	margin-top:40px;
}
.approval-list li {
	float:left;
	width:50%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}
.approval-list li:first-child:after { 
	content:"";
	width:1px;
	height:92px;
	background:#ddd;
	position:absolute;
	top:0;
	right:0;
}
.approval-list li a { 
	display:block;
	/* padding-top:100px; */
	padding-top:85px;
	text-align: left;
	padding-left: 25px;
}
/* .approval-list li a.icon01 { background:url('../images/main/q_icon04.png') no-repeat 42% 0; } */
/* .approval-list li a.icon02 { background:url('../images/main/q_icon05.png') no-repeat 58% 0; } */
.approval-list li a.icon01 {
	display:inline-block;
	width:85px;
	height:0px;
	background:#e7eaf2 url('../images/common/icon1.png') no-repeat 50% 0;
	border-radius:50%;
	transition:all .2s;
	cursor: default;
}

.approval-list li a.icon02 {
 	display:inline-block;
	width:85px;
	height:0px;
	background:#e7eaf2 url('../images/common/icon2.png') no-repeat 50% 0;
	border-radius:50%;
	transition:all .2s; 
}

.approval-list li a.icon03 { background:url('../images/main/q_icon03.png') no-repeat 50% 0; }
.approval-list li a p {	
	font-size:14px;
	color:#444;
}
.approval-list li a p strong {
	font-size:21px;
	color:#444;
	text-decoration:underline;
	margin-left:10px;
}
/* .approval-list li a:hover p ,
.approval-list li a:hover p strong { 
	color:#326cb8;
} */
.approval-list li a:hover p ,
.approval-list li a:hover p strong { 
	color:#1b5cb0;
}

.quick-service {
	overflow:hidden;
	padding:100px 0 0 135px;
	background:url('../images/main/qs_bg.png') no-repeat 0 100%;
	margin-top:10px;
}
.quick-service li {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:2px;
}
.quick-service li a { 
	display:block;
	line-height:30px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
	text-align:center;
}
/* .quick-service li a:hover { 
	border:1px solid #326cb8;
	color:#326cb8;
} */
.quick-service li a:hover { 
	border:1px solid #1b5cb0;
	color:#1b5cb0;
}
/* .main-cont .section.center .inner { 
	box-sizing:border-box;
	padding:40px;
	background:#d8dbde;
	height:513px;
	border-radius:20px;
} */
.main-cont .section.center .inner { 
	border:1px solid #ced2d7;
	box-sizing:border-box;
	padding:30px;
	height:755px;
	border-radius:20px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
	box-shadow:0px 0px 5px 5px rgba(0,0,0,0.03);
	background-color:#ebebeb;
}

.main-cont .section.center .inner .top { 
	height:220px;
}
.main-cont .section.center .inner .bottom { 
	border-top:1px solid #fff;
	height:180px;
	padding-top:45px;
}
.main-cont .section.center .inner .bottom .m-tit { color:#fff; }

.corporation-card { 
	margin-top:40px;
}
.corporation-card li { margin-bottom:7px; }
.corporation-card li a { 
	display:block;
	background:#fff;
	height:34px;
	line-height:34px;
	border:1px solid #fff;
	border-left:3px solid #777;
	padding:0 15px;
	overflow:hidden;
}
/* .corporation-card li a:hover { 
	border:1px solid #326cb8;
	border-left:3px solid #326cb8;
} */
.corporation-card li a:hover { 
	border:1px solid #1b5cb0;
	border-left:3px solid #1b5cb0;
}
/* .corporation-card li a:hover strong,
.corporation-card li a:hover span { 
	color:#326cb8;
} */
.corporation-card li a:hover strong,
.corporation-card li a:hover span { 
	color:#1b5cb0;
}
.corporation-card li a strong {
	float:left;
	line-height:34px;
	font-size:15px;
	font-weight:normal;
	color:#444;
}
.corporation-card li a span {
	float:right;
	line-height:34px;
	font-size:18px;
	font-weight:bold;
	color:#444;
	text-decoration:underline;
}

.download { 
	/* margin-top:40px; */
	margin-top:20px;
	padding-left:110px;
	background:url('../images/main/down_icon.png') no-repeat 0 50%;
}
.download h4 { 
	font-size:17px;
	color:#777;
}
.download p {
	font-size:12px;
	color:#666;
	margin-top:12px;
}
.download button {
	height:24px;
/* 	color:#fff;
	border:1px solid #fff; */
	color:#666;
	border:1px solid #666;
	padding:0 15px;
	margin-top:10px;
}
/* .download button:hover {
	border:1px solid #326cb8;
	color:#326cb8;
} */
.download button:hover {
	border:1px solid #1b5cb0;
	color:#1b5cb0;
}
.notice-link {
	border:1px solid #ccc;
	padding:50px 0;
	/* padding:155px 0; */
	overflow:hidden;
	height:265px;
	/* height:513px; */
	box-sizing:border-box;
	border-radius:20px;
}
.notice-link li { 
	float:left;
	width:50%;
	text-align:center;
	box-sizing:border-box;
}
.notice-link li a { 
	display:block;
	padding-top:130px;
}
.notice-link li:first-child { border-right:1px dashed #ddd; }
.notice-link li a.icon01 { background:url('../images/main/notice_icon01.png') no-repeat 50% 20px; }
.notice-link li a.icon02 { background:url('../images/main/notice_icon02.png') no-repeat 50% 20px; }
.notice-link li a strong { 
	display:block;
	font-size:15px;
	font-weight:500;
	color:#444;
	padding-bottom:10px;
	/* background:url('../images/main/arrow_btm_icon.png') no-repeat 50% 100%; */
}
/* .notice-link li a:hover strong {
	color:#326cb8;
	background:url('../images/main/arrow_btm_icon_on.png') no-repeat 50% 100%;
}  */
.notice-link li a:hover strong {
	color:#1b5cb0;
	text-decoration: underline;
} 

.site-guid { 
	margin-top:20px;
	border:1px solid #ccc;
	border-radius: 20px;
}
.site-guid-tit {
	height:60px;
	/* background:#d45669 url('../images/main/sd_tit_bg.png') no-repeat 100% 50%; */
	background:url('../images/common/bg_report_head.png') no-repeat 50% 0;
	position:relative;
	padding:0 20px;
	border-radius: 20px;
	margin-bottom: 10px;
}
.site-guid-tit h3 {
	line-height:60px;
	font-size:19px;
	font-weight:normal;
	color:#fff;
}
.site-guid-tit h3 strong {
	font-size:19px;
	font-weight:bold;
	color:#fff;
}
.swiper-button-area { 
	width:40px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-7px;
	z-index:1;
}
.swiper-button-area .swiper-button-prev { 
	border:1px solid #fff;
	width:15px;
	height:15px;
	background:url('../images/main/slide_arrow_left.png') no-repeat 50%;
	left:0;
	top:0;
	margin-top:0;
}
.swiper-button-area .swiper-button-next { 
	border:1px solid #fff;
	width:15px;
	height:15px;
	background:url('../images/main/slide_arrow_right.png') no-repeat 50%;
	right:0;
	top:0;
	margin-top:0;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { 
	/*opacity:1;*/
}

.site-guid .swiper-wrapper .swiper-slide { 
	/* height:156px; */
	height:226px;
	background:#ebebeb;
	box-sizing:border-box;
	padding:15px;
}

.scrollable-vertical {
	overflow-y: auto;
	overflow-x: hidden;
}

.scrollable-vertical-h300 {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.banner-cont p {
	height:60px;
	font-size:12px;
	color:#888;
	padding-left:90px;
	line-height:18px;
	background:url('../images/main/sd_img01.png') no-repeat 10px 50%;
}
.banner-cont ul {
	border:2px solid #fff;
	padding:10px 20px;
	margin-top:5px;
}
.banner-cont ul li { 
	font-size:13px;
	color:#222;
	line-height:20px;
}

#spanToDo1 {
	float:right; 
	text-decoration: underline; 
	padding-right: 35px;
}

#spanToDo2 {
	float:right; 
	text-decoration: underline; 
	padding-right: 35px;
}

.error-body { background:#ebebeb; }

.error-wrap {
	width:770px;
	height:310px;
	box-sizing:border-box;
	border-top:2px solid #ea3d56;
	border-bottom:1px solid #222;
	background:#fff url('../images/common/error_bg.png') no-repeat right 50px top 50%;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-385px;
	padding:60px;
}
.error-wrap h1 {
	font-size:30px;
	color:#444;
}
.error-wrap p { 
	font-size:15px;
	color:#444;
	position:relative;
	padding-top:20px;
	margin-top:15px;
	line-height:24px;
}
.error-wrap p:after { 
	content:"";
	width:30px;
	height:2px;
	background:#222;
	position:absolute;
	top:0;
	left:0;
}
.error-btn {	margin-top:25px; }
.error-btn button { 
	height:30px;
	font-size:12px;
	color:#fff;
	background:#c84a5c;
	padding:0 15px;
	border-radius:4px;
}
.error-btn button:hover { background:#d86a7a; }
.error-btn button.gray { background:#bbb; }
.error-btn button.gray:hover { background:#ccc; }
 
/* 개발추가요청 */
/* 전자세금계산서(매출) */
.etax-wrap { margin:15px auto 0; border:1px solid #ff0000; padding:2px; }
.etax-wrap_none { margin:auto 0; border:1px solid #ff0000; padding:2px; }
.table-design { width:100%; border-top:1px solid #ff0000; border-right:1px solid #ff0000; margin-top:10px; table-layout:fixed; border-spacing:0; border-collapse:collapse; color:#000; font-size:12px; }
.table-design thead th { border-left:1px solid #ff0000; border-bottom:1px solid #ff0000; padding:4px; font-weight:bold; font-size:12px; height:16px; color:#ff0000; }
.table-design tbody th {  padding:4px; border-bottom:1px solid #ff0000; border-left:1px solid #ff0000; text-align:center; font-weight:bold; font-size:12px; height:16px; color:#ff0000;  }
.table-design tbody td { border-bottom:1px solid #ff0000; border-left:1px solid #ff0000; border-right:1px solid #ff0000; padding:4px; font-size:12px; height:16px; color:#000; }
.table-design.center-type tbody td { text-align:center; }
.table-design.in { margin-top:0; border:0; }
.table-design.in thead th:first-child , .table-design.in tbody td:first-child { border-left:0; }
.table-design.in tr:last-child td { border-bottom:0; }
.table-design.in thead th { padding:0; height:20px; }
.table-design.in tbody th { padding:0; height:20px; }
.table-design.in tbody td { padding:0; height:20px; }
.btm-desc { font-weight:bold; font-size:12px; color:#ff0000; text-align:center; border:1px solid #ff0000; padding:10px; margin:10px 0 0; }
.subject-tit { font-size:20px; color:#ff0000; }
.subject-tit span { font-size:14px; color:#ff0000; }

/* 전자세금계산서(매입) */
.etax-wrap2 { margin:15px auto 0; border:1px solid #0000ff; padding:2px; }
.etax-wrap2_none { margin:auto 0; border:1px solid #0000ff; padding:2px; }
.table-design2 { width:100%; border-top:1px solid #0000ff; border-right:1px solid #0000ff; margin-top:10px; table-layout:fixed; border-spacing:0; border-collapse:collapse; color:#000; font-size:12px; }
.table-design2 thead th { border-left:1px solid #0000ff; border-bottom:1px solid #0000ff; padding:4px; font-weight:bold; font-size:12px; height:16px; color:#0000ff; }
.table-design2 tbody th {  padding:4px; border-bottom:1px solid #0000ff; border-left:1px solid #0000ff; text-align:center; font-weight:bold; font-size:12px; height:16px; color:#0000ff;  }
.table-design2 tbody td { border-bottom:1px solid #0000ff; border-left:1px solid #0000ff; border-right:1px solid #0000ff; padding:4px; font-size:12px; height:16px; color:#000; }
.table-design2.center-type tbody td { text-align:center; }
.table-design2.in { margin-top:0; border:0; }
.table-design2.in thead th:first-child , .table-design.in tbody td:first-child { border-left:0; }
.table-design2.in tr:last-child td { border-bottom:0; }
.table-design2.in thead th { padding:0; height:20px; }
.table-design2.in tbody th { padding:0; height:20px; }
.table-design2.in tbody td { padding:0; height:20px; }
.btm-desc2 { font-weight:bold; font-size:12px; color:#0000ff; text-align:center; border:1px solid #0000ff; padding:10px; margin:10px 0 0; }
.subject-tit2 { font-size:20px; color:#0000ff; }
.subject-tit2 span { font-size:14px; color:#0000ff; }

.total-list { overflow:hidden;   box-sizing: border-box; border: 1px solid #ddd; margin-top: 10px; padding:10px;}
.total-list li  {float:left;width:30%;	box-sizing:border-box;	padding-left:10px;}
.total-list li strong {display: inline-block; height: 28px; line-height: 28px; font-size: 13px; font-weight: bold; color: #444; background: url('../images/common/search_bult_icon.png') no-repeat 0 50%; padding-left: 12px; vertical-align: middle;}
.total-list li strong span {font-size: 13px; font-weight: bold;color:#125ab4;padding:0 2px;}

.total-list2 { overflow:hidden;   box-sizing: border-box;border: 1px solid #ddd; margin-top: 10px; padding:10px;}
.total-list2 li  {float:left;width:14%;box-sizing:border-box;	padding-left:10px;}
.total-list2 li strong {	display: inline-block; height: 28px; line-height: 28px; font-size: 13px; font-weight: bold; color: #444; background: url('../images/common/search_bult_icon.png') no-repeat 0 50%; padding-left: 12px; vertical-align: middle;}
.total-list2 li strong span {	font-size: 13px; font-weight: bold;	color:#125ab4;	padding:0 2px;}

.tit-txt {display: inline-block; height: 28px; line-height: 28px; font-size: 13px; font-weight: bold; color: #444; background: url('../images/common/search_bult_icon.png') no-repeat 0 50%; padding-left: 12px; vertical-align: middle;margin-right:20px;}
.tit-txt em { font-size: 13px; font-weight: bold;color:#125ab4; padding:0 2px;}

.noline-table { 
	border-top:2px solid #aaa6a2;
	border-bottom:2px solid #aaa6a2;
	padding:10px 0 10px 10px; 
}
.noline-table table { 
	width:100%;
	table-layout:fixed;	
}
.noline-table table th , .noline-table table td { text-align:left; }
.noline-table em{ color:#125abd; font-weight:bold; }

/* 국내출장비 박스 컨텐츠 */

.box-content{ margin-top:15px; padding:16px 0; background:#f2f4fa url(../images/common/icon_box_content.png) no-repeat 28px 50%; }
.box-content.type3{ background-position:28px 50%; }
.box-content .inner{ margin-left:95px; padding-left:20px; border-left:1px dotted #bbb; }
.list-depht1{ padding:10px 60px 10px 0; }
.list-depht1 > li{ padding-left:10px; font-weight:900; position:relative; }
.list-depht2{ margin-top:5px;}
.list-depht2 > li{ padding-left:10px; font-size:13px; color:#444; font-weight:bold; background: url('../images/common/search_bult_icon2.png') no-repeat 0 8px; line-height:22px; }

.box-cont-tit{ font-size: 16px;color: #ea3d56; font-weight: bold; padding-left: 12px; position: relative; }
.box-cont-tit:before{ content: ""; width: 4px;height: 14px;background: #ea3d56;position: absolute;top:0;left: 0; margin-top: 1px; }


.sub_tit.type2 .f_left{
	width:62%;
}

@media (max-width:1200px) {
	.sub_tit.type2 .f_right{
		margin-top:28px;	
	}
  
}

/*국내출장규정*/
/* 테이블 스타일 */
.tableStyle_rule {
    table-layout: fixed;
    width: 100%;
    height: 367px;
    border: 2px solid  #434868;
    word-break: break-all;
    border-collapse: inherit;
}

.tableStyle_rule td {
    height: 24px;
    font-size: 13px;
    border-left: 1px solid #434868;
    border-bottom: 1px solid #434868;
    background: #fff;
	line-height:18px;
	text-align:center;
}
.tableStyle_rule td label:first-child {
    margin-left: 0;
}

/* jqgrid 그리드 */
.jqgrid-area {
	border-top:1px solid #326cb8;
	border-right:1px solid #e5e5e5;
	overflow:hidden;
}
.jqgrid-area .ui-jqgrid {
	border-radius:0;
}
.jqgrid-area .ui-jqgrid-hbox .ui-jqgrid-htable thead th {
	background:#fafbfc;
	height:35px;
	padding:0 5px;
	box-sizing:border-box;
}
.jqgrid-area .ui-jqgrid-hbox .ui-jqgrid-htable thead th .ui-jqgrid-sortable {
	font-weight:bold;
	font-size:12px;
}
.jqgrid-area .ui-widget-content {
	border:1px solid #e5e5e5;
	border-right:0;
	border-left:0;
	border-top:0;
}
.jqgrid-area .ui-jqgrid .ui-jqgrid-view {
	border-left:1px solid #e5e5e5;
}
.jqgrid-area .ui-jqgrid-bdiv .ui-jqgrid-btable tbody td {
	height:30px;
	font-size:12px;
	padding:0 5px;
	box-sizing:border-box;
}
.jqgrid-area .ui-jqgrid-pager {
	background:#fafafa;
	border-left:1px solid #e5e5e5 !important;
	border-radius:0;
	box-sizing:inherit !important;
}
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th div {
	font-weight:bold;
}

/* 기타 */
.linkCell{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
	font-size:13px;
	color:#326cb8;
	font-weight:bold;
}
.linkCell:hover{
	text-decoration:underline;
}

.sub-tit {
	overflow:hidden;
    margin: 10px 0 10px;
    position: relative;
}
.sub-tit h3 {
    float: left;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
    position: relative;
}
.sub-tit h3:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #326cb8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.sub-tit h3 em {
    font-size: 14px;
    color: #c8252b;
}

.sub-tit h4{
	float:left;
	position:relative;
	padding-left:10px;
	/* line-height:36px; */
	color:#222;
	font-size:18px;
	font-weight:bold;
}
.sub-tit h4:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:4px;
	height:15px;
	margin-top:-7px;
	background-color:#326cb8;
}

/* 일요일 날짜 빨간색 */
.fc-day-sun a {
	color: red;
	text-decoration: none;
}
	
/* 토요일 날짜 파란색 */
.fc-day-sat a {
	color: blue;
	text-decoration: none;
}
.fc-event-title {
	font-size:14px;
}
	
.fc .fc-toolbar {
    justify-content: center !important;
}
	
.fc .fc-toolbar-title {
    margin: 0 20px !important;
}
	
.fc-more-link{
	font-size:14px;
}

.fc-day:has(.holiday) .fc-daygrid-day-number {
	color:red;
}

.holiday {
	color:red !important;
}

.holiday .fc-daygrid-event-dot{
	opacity:0;
}

/* 설문조사 응답 테이블 */

.surveyHead {
	width: 100%;
}

.surveyHead td {
	padding: 2px;
}

.surveyHead tr:first-child {
	border-bottom: 5px solid #363f51;
}

.surveyHead tr:first-child, .surveyHead tr:first-child td {
	display: flex;
}

.surveyHead tr:first-child td:first-child {
	margin-right: auto;
}

.surveyHead tr:first-child td:last-child {
	margin-left: auto;
}

.surveyHead dd {
	margin-right: 10px;
}

.surveyInfo{
	font-size: 12px;
	color: #666666;
}


.surveyQuestion {
	font-size: 17px;
    font-weight: 700;
}

.surveyAnswer li {
	display: inline-block;
}

.surveyAnswerBox {

}

.answerSelect {
	margin: auto 7px;
	margin-left: 30px;
}

.optionItem {
	flex: 9;
}

.surveyResult {
	border-top: none;
}

.surveyResult thead {
	position: sticky;
	top: 0;
}

.surveyResult thead th {
	text-align: center;
	border-top: 1px solid #326cb8;
}

.surveyResult tbody tr td:last-child {
	text-align: center;
}

/* diplay flex */

.centerByFlex {
	display: flex;
	align-items: center;
}

/* 설문 결과 */
.contentFixed{width:960px;}
.guide-box{background-color: #EFF4FA;border-radius: 10px;padding:10px 10px;margin-top:1px;}
.guide-box dl{display:flex;align-items: center;}
.guide-box dl dt{position:relative;font-size:16px;line-height:22px;font-weight:800;color:#444;padding-left:31px;}
.guide-box dl dt em{position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background-color:rgba(255,255,255,0.6);font-size:16px;line-height:22px;font-weight:800;color:#0168B7;text-align:center;}
.guide-box dl dd{position:relative;padding-left:40px;margin-left:5px;}
.guide-box dl dd::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background-color:#e0e0e0;}
.guide-box dl dd strong{font-size:18px;line-height:26px;color:#444;font-weight:800;}
.guide-box dl dd p{margin-top:8px;font-size:14px;line-height:20px;color:#444;}

.guide-tit{margin-top:60px;}
.guide-tit h3{font-size:18px;line-height:26px;font-weight:700;color:#000;padding-left:11px;position:relative;}
.guide-tit h3::before{content:"";position:absolute;left:0;top:4px;width:4px;height:18px;background-color:#0168B7;}

.display-reddot {display: inline-block; height: 28px; line-height: 28px; font-size: 13px; font-weight: bold; color: #444; background: url('../images/common/search_bult_icon.png') no-repeat 0 50%; padding-left: 12px; vertical-align: middle;}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1000;
	display: none;
}

/* 노사협의회 생성 */
.tableAgenda {
	width: 100%;
}

.tableAgenda > thead {
	position: sticky;
	top: 0;
	background-color: white;
}

.tableAgenda > thead > tr > th, .tableAgenda > tbody > tr > td {
	border-bottom: none;
	border-left: none;
}

.vacationChkBox {
	display: inline-block;
	vertical-align: -2px !important;
}

.upload-container {
	height: 100px;
	padding: 10px;
	margin: auto;
	border: 1px solid #ccc;
	text-align: center;
	overflow-y: auto;
}
.file-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f9f9f9;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
}
.remove-btn {
	cursor: pointer;
	color: red;
}
.file-down-btn{
	cursor: pointer;
}
img.securityPledgeLogo{
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 35px;
}
.dcLine{
	display: flex;
	align-items: flex-start;
}
.dcLine .num {
	width: 40px;
	text-align: right;
	margin-right: 10px;
}
.dcLine .text {
	flex: 1;
	word-break: break-word;
}