@charset"utf-8";

/* 헤더 */
.header {
    background: #fff;
    position: relative;
    box-sizing: border-box;
    min-width: 1200px;
	z-index: 99;
	height:108px;
	border-bottom:1px solid #ccc;
}
.topArea {   
    background: #f3f3f3;   
}
.topArea .inner { 
	height: 30px;
	position: relative;
	width:1200px;
	margin:0 auto;
}
.topMenu {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.topMenu li {
    float: left;
    position: relative;
	padding-right:17px;
	line-height: 30px;
	color:#444;
	letter-spacing:-1px;
}

.topMenu li:last-child{
	padding-right:0;
	line-height:25px;
}
.topMenu li:first-child{
	
}
.topMenu li strong {
	display:inline-block;
	line-height: 30px;
	font-size:14px;
	color:#222;
	font-weight:600;
	padding-left:5px;
}
.user-grade{
	display:inline-block;
	line-height: 30px;
	font-size:14px;
	color:#d97325;
	padding-left:15px;
	background:url('/images/common/icon_sql.png') no-repeat 0 50%;
}
.topMenu li strong span{
	color:#444;
	font-weight:300;
	padding-left:5px;
}
.topMenu li a.user-grade:hover{
	background:url('/images/common/icon_sql_hover.png') no-repeat 0 50%;
	color:#d97325;
}
.topMenu li a {
	display:inline-block;
	line-height:30px;
}
.topMenu li a:hover{
	color:#e8252d;
}
.icon-home{
	position:relative;
	background:url('/images/common/icon_home.png') no-repeat 0 50%;
	width:17px;
	text-indent:-9999px;
}
.topMenu li a.icon-home:after{
	content:"";
	position:absolute;
	top:36%;
	right:-8px;
	width:1px;
	height:10px;
	background-color:#ccc;
}
.icon-push{
	position:relative;
	background:url('/images/common/icon_push.png') no-repeat 0 50%;
	width:17px;
	text-indent:-9999px;
}
.topMenu li a.icon-push:after{
	content:"";
	position:absolute;
	top:36%;
	right:-5px;
	width:1px;
	height:10px;
	background-color:#ccc;
}
.topMenu li select{
	border:none;
	background-color:#f3f3f3;
	border-bottom:1px solid #313131;
	color:#666;
	font-size:12px;
	background:url('/images/main/icon_select.png') no-repeat 175px 50%;
	-webkit-appearance:none;
	padding-right:15px;
}
.topMenu li select::-ms-expand{ 
	display:none; 
}
.header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
	width:200px;
}
.header .logo a {
    display: inline-block;
}
.gnbArea-shadow{
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.1);
}
.gnbArea .inner {
	height: 77px;
	position: relative;
	width:1200px;
	margin:0 auto;
}
.gnbMenu {
    position: absolute;
    bottom: 0;
	left:209px;
    right: 0;
	width:960px;
}
.gnbMenu > li {
    float: left;
    position: relative;
	width:180px;
}

.gnbMenu > li > a {
    display: block;
    height: 77px;
    line-height: 77px;
    font-size: 18px;
    color: #000;
    font-weight:700;
	text-align:center;
	letter-spacing:-1px;
}
.gnbMenu > li.selected > a,
.gnbMenu > li:hover > a {
    color: #fff;
}
.gnbMenu > li:hover .gnbSub {
    display: block;
}
.gnbMenu > li:hover{
	background-color:#e8252d;

}
.gnbSub {
    display: none;
    width: 180px;
    position: absolute;
    top: 75px;
    left: 100px;
    margin-left: -100px;
    border: 1px solid #e8252d;
    border-top: 3px solid #e8252d;
    background: #f2f3f5;
    box-sizing: border-box;
    z-index: 999;
}
.gnbSub > li > a {
    display: block;
    font-size: 13px;
	font-weight:bold;
    color: #666;
    line-height: 36px;
	border-top:1px dashed #ddd;
	padding:0 10px;
}
.gnbSub > li:first-child > a { border-top:0; }
.gnbSub li:hover > a {
    color: #e8252d;
}
.gnbSub > li ul { 
	padding:0 10px 5px;
}
.gnbSub > li ul li a { 
	display:block;
	line-height:20px;
	font-size:12px;
	color:#777;
}
.icon-menu{
	display:inline-block;
	position:absolute;
	top:50%;
	right:0;
	width:29px;
	height:29px;
	text-indent:-9999px;
	background:#e8252d url("/images/common/icon_menu.png") no-repeat 50%;
	margin-top:-15px;
	-webkit-box-shadow: 2px 2px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);
}

/* 풋터 */
.footer {	
    border-top: 1px solid #ddd;
	box-sizing:border-box;
}
.footer .inner {
    position: relative;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:25px 0 55px 0;
}
/*
.footer .inner p {
    font-size: 12px;
    color: #888;
}
.footer .inner p span {
    font-size: 12px;
    color: #e51937;
}*/
.footer-logo{
	float:left;
	width:132px;
	height:43px;
	display:inline-block;
	background:url("/images/common/f_logo.png") no-repeat 50%;
	text-indent:-9999px;
}
.footer .inner p{
	float:left;
	font-weight:300;
	font-size:12px;
	color:#888888;
	margin:11px 0 0 35px;
	line-height:18px;
}
.footer .inner p span{
	font-size:12px;
	color:#888888;
	letter-spacing:-1px;
}
.footer-info{
	float:left;
	overflow:hidden;
	margin:11px 0 0 30px;
}
.footer-info li{
	float:left;
	padding:0 10px;
	position:relative;
}
.footer-info li:after{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:2px;
	height:13px;
	background-color:#999;
	margin-top:-6px;
}
.footer-info li:first-child a{
	color:#000;
	font-weight:600;
}
.footer-info li:first-child:after{ 
	display:none;
}
.footer-info li a{
	color:#999;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:400;
}
.btnarea { 
	padding:10px 0;
	text-align:right;
}
.footer .inner select{
	float:right;
	width:180px;
	height:30px;
	border:1px solid #c6c6c6;
	margin-top:10px;
}


/* 컨텐츠 */
.container {
    overflow: hidden;
    width: 1200px;
	margin:0 auto;
	padding-bottom:40px;
	background:url('/images/common/icon_border.png') repeat-y 199px;
}


/* LNB메뉴 */
.lnbArea {
	float: left;
    width: 200px;
    box-sizing: border-box;
	background:#fff;
	border-right:1px solid #cbcbcb;
	padding-top:4px;
	position:relative;
}

.lnbArea:before{
	content:"";
	position:absolute;
	top:0;
	right:-1px;
	width:1px;
	height:4px;
	background:#fff;
}
.lnbtit {
	width:200px;
    height:102px;
	text-align:left;
	background:url('/images/common/lnb_bg2.png') no-repeat right bottom;
}
.lnbtit h2 { 
	font-size:24px;
	font-weight:600; 
	color:#fff;	
	text-align:center;
	padding-top:55px;
}

.lnbMenu-area { 
	/*max-height:572px; */
}

.lnbMenu { 
	border-top:1px solid #ddd;
}
.lnbMenu > ul{
	border-bottom:1px solid #444;
}
.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: 52px;
    line-height: 52px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    border-bottom: 1px solid #fff;
    text-indent: 18px;
	background:#e2e4e7 url('/images/common/lnb_bult.png') no-repeat left 10px top 50%;
	letter-spacing:-1px;
}
.lnbMenu > ul > li:last-child > a{
	border-bottom:0;	
}
.lnbMenu > ul > li > a em {
    font-size: 12px;
    margin-right: 5px;
}
.lnbMenu > ul > li.active > a {
    color: #e8252d;
	background:#e2e4e7 url('/images/common/lnb_bult_active.png') no-repeat left 10px top 50%;
}
.lnbMenu > ul > li > a:hover{
    color: #e8252d;
	background:#e2e4e7 url('/images/common/lnb_bult_active.png') no-repeat left 10px top 50%;
}
.lnbMenu > ul > li.active:hover > a {
    color: #e8252d;
}
.lnbMenu ul ul {
    padding: 8px 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.lnbMenu ul ul li > a {
    line-height: 21px;
    z-index: 2;
    font-size: 12px;
    color: #666;
    padding-left: 5px;
	font-weight:600;
}
.lnbMenu ul ul li > a:hover,
.lnbMenu ul ul li.active > a {
    color: #ea3d56;
}

.mCSB_scrollTools { z-index:999; }

.helpcenter {
	border:2px solid #d9dad5;
	padding:2px;
	margin-top:37px;
	width:182px;
} 
.hc-tit strong { 
	display:inline-block;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	vertical-align:top;
	margin-top:4px;
	padding-left:3px;
}
.hc-tit h3 {
	font-size:19px;
	font-weight:bold;
	color:#000;
	padding-right:4px;
	background-color:#999;
	padding:12px 20px 12px 20px;
}
.hc-list { background-color:#f7f7f7; padding:10px; }
.hc-list li { line-height:30px; font-size:13px; font-weight:bold; color:#555; border-bottom:1px solid #e4e4e4; text-indent:10px;}
.hc-list li:last-child{ border-bottom:0; }


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


/* 타이틀 디자인 */
.topTit {
    overflow: hidden;
    height: 30px;
	padding:10px 0 20px;
}
.topTit h4 {
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
}
.sub_tit {
    margin: 20px 0 5px;
    height: 28px;
    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: #ea3d56;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.sub_tit h3 em {
    font-size: 14px;
    color: #c8252b; 
}


.sub_tit h4 {
    float: left;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
    position: relative;
}
.sub_tit h4:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #ea3d56;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.sub_tit h4 em {
    font-size: 14px;
    color: #c8252b; 
}


/* 검색폼 */
.stit {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    background: url("/images/common/search_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: 4px solid #ccc;
	background:#fdfdfd;
	border-radius:10px;
}
.search_field_area {
    display: table-cell;
}
.search_field {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    border-collapse: inherit;
}
.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_field input[type="text"] { width:120px; }
.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;
    background: #e4434a;
    border-radius: 2px;
    box-sizing: border-box;
}
.search_btn:hover{
	background-color:#e8252d;
}

.search_btn_area2 {
    display: table-cell;
    width: 220px;
    font-size: 13px;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
	position:relative;
	border-left:1px solid #ddd;
}
.search_btn2 {
    display: inline-block;
    height: 30px;
    line-height: 29px;
    padding: 0 15px;
    color: #fff !important;
    font-size: 13px;
    background: #ea3d56;
    border-radius: 2px;
    box-sizing: border-box;
}


.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-right: 1px solid #d7d7d7;
    word-break: break-all;
    border-collapse: inherit;
}
.tableStyle th {
    height: 24px;
    font-size: 13px;
    color: #222;
    padding: 5px;
    font-weight: 700;
    background: #f2f3f4;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    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;
}
.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 { 
	padding:10px; 
	line-height:20px;
}

a.subject { 
	font-size:13px;
	color:#3488f5;
	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;
}


/* 버튼 */
.btnArea {
	overflow:hidden;
	padding:5px 0;
}
.btn {
	display:inline-block;
	height:28px;
	line-height:27px;
	padding:0 12px;
	text-align:center;
	color:#945568 !important;
	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;
	font-size:13px;
	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;
}


/* 팝업 */
.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%;
	font-weight:500;
}
.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 #e8252d;
}
.pageing a.selected {
    border: 1px solid #e8252d;
    color: #e8252d;
    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: #e8252d;
}
.amount { 
	position:absolute;
	top:0;
	right:0;
}


/* 팝업 */
.popHead {
	height:50px;
	background:#444;
	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;
}
.popBtn.red:hover {  
	background:#d1393f;
}

/* main 팝업 */
.main-pop-head{
	background-color:#3f6171;
	height:64px;
}
.main-pop-head .close{
	width:25px;
	height:25px;
	background:url('/images/common/icon_x.png') no-repeat 50%;
	margin-top:-12px;
}
.main-pop-head h2{
	height:64px;
	line-height:64px;
	background:url("/images/common/img_notice.png") no-repeat left;
	padding-left:55px;
	font-size:24px;
}
.bg-c{
	background-color:#f5f5f5;
	overflow-y:auto;
}
.main-pop-cont{
	padding:15px 20px 25px 20px;
}
/* 20211130: 추가 */
.main-pop-contbox{
	width:100%; 
  	min-height:310px;
  	max-height:310px;
	word-break:break-word;
  	overflow-y:auto;
}
.main-pop-btn{
	background-color:#eee; 
	width:100%; 
	height:40px; 
	text-align:right; 
	box-sizing:border-box; 
	bottom:0;
}
.main-pop-btn label{
	font-size:13px;
	height:40px;
	line-height:40px;
	padding-right:20px; 
	cursor:pointer;	
}
.main-pop-btn input[type="checkbox"]{
	vertical-align:-4px;
	margin-right:10px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.pop-notice-tit{
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#dd323a;
}
.pop-notice-desc{
	font-size:14px;
	line-height:25px;
	padding:30px 0;
}
.file-up li a{
	padding-left:20px;
	line-height:28px;
	background:url("/images/common/icon_file.png") no-repeat left 50%;
	font-weight:400;
	color:#125ab4;
}
.pop-bottom{
	background-color:#eee;
	width:100%;
	height:40px;
	text-align:right;
	padding-right:10px;
	box-sizing:border-box;
	position:fixed;
	bottom:0;
}
.pop-bottom label{
	font-size:13px;
	height:40px;
	line-height:40px;
}
.pop-bottom input[type="checkbox"]{
	vertical-align:-4px;
	margin-right:10px;
	width:16px;
	height:16px;
}

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


/* 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 #e8252d;
    border-left: 1px solid #e8252d;
    border-right: 1px solid #e8252d;
    border-bottom: 0;
    font-size: 13px;
    color: #e8252d;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
    background: #fff;
}

/* blue tab */
.ui-tabs .ui-tabs-nav.color-b-tap {
	border-bottom:1px solid #2a54ea;
}
.ui-tabs .ui-tabs-nav.color-b-tap.ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	border-top: 3px solid #2a54ea;
    border-left: 1px solid #2a54ea;
    border-right: 1px solid #2a54ea;
	color:#2a54ea;
}

/* 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;
    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;
}



.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;
	margin:10px 0;
}

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

/* 로그인 */

.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 {
	overflow:hidden;
	width:1200px;
	margin:30px auto;
}
.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;
}
.main-cont .section.left .inner .top { 
	height:220px;
}
.main-cont .section.left .inner .bottom { 
	border-top:1px solid #ccc;
	height:170px;
	padding-top:45px;
}

.m-tit { 
	font-size:24px;
	font-weight:bold;
	color:#444;
}

.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;
}
.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.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:#c81f37;
}

.quick-service {
	overflow:hidden;
	padding:50px 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 #c81f37;
	color:#c81f37;
}

.main-cont .section.center .inner { 
	box-sizing:border-box;
	padding:40px;
	background:#d8dbde;
	height:513px;
}
.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 #c81f37;
	border-left:3px solid #c81f37;
}
.corporation-card li a:hover strong,
.corporation-card li a:hover span { 
	color:#c81f37;
}
.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;
	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;
	padding:0 15px;
	margin-top:10px;
}
.download button:hover {
	border:1px solid #c81f37;
	color:#c81f37;
}
.notice-link {
	border:1px solid #ccc;
	padding:50px 0;
	overflow:hidden;
	height:265px;
	box-sizing:border-box;
}
.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:#c81f37;
	background:url('/images/main/arrow_btm_icon_on.png') no-repeat 50% 100%;
}

.site-guid { 
	margin-top:20px;
	border:1px solid #ccc;
}
.site-guid-tit {
	height:70px;
	background:#d45669 url('/images/main/sd_tit_bg.png') no-repeat 100% 50%;
	position:relative;
	padding:0 20px;
}
.site-guid-tit h3 {
	line-height:70px;
	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;
	background:#ebebeb;
	box-sizing:border-box;
	padding:15px;
}

.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;
}

.error-body { background:#ebebeb; }
.error-wrap {
	width:770px;
	height:310px;
	box-sizing:border-box;
	border-top:2px solid #e8252d;
	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-color:#e4434a;
	padding:0 15px;
	border-radius:4px;
}
.error-btn button:hover { background:#e8252d; }
.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; }
.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:500; 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:500; 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 thead th:last-child , .table-design.in tbody td:last-child { border-right:0; } /* 20230501: 추가 */
.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; }
.stamp{ position:relative; font-size:12px; }
.stamp img{ position:absolute; top:-8px; right:62px; }
.stamp_print{ position:relative; font-size:12px; }
.stamp_print img{ position:absolute; top:-8px; right:32px; }

/* 전자세금계산서(매입) */
.etax-wrap2 { margin:15px auto 0; border:1px solid #2a54ea; padding:2px; }
.table-design2 { width:100%; border-top:1px solid #2a54ea; border-right:1px solid #2a54ea; 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 #2a54ea; border-bottom:1px solid #2a54ea; padding:4px; font-weight:bold; font-size:12px; height:16px; color:#2a54ea; }
.table-design2 tbody th {  padding:4px; border-bottom:1px solid #2a54ea; border-left:1px solid #2a54ea; text-align:center; font-weight:bold; font-size:12px; height:16px; color:#2a54ea;  }
.table-design2 tbody td { border-bottom:1px solid #2a54ea; border-left:1px solid #2a54ea; border-right:1px solid #2a54ea; 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-design2.in tbody td:first-child { border-left:0; } /* 20211001: 수정 */
.table-design2.in thead th:last-child , .table-design2.in tbody td:last-child { border-right:0; } /* 20230501: 추가 */
.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:#2a54ea; text-align:center; border:1px solid #2a54ea; padding:10px; margin:10px 0 0; }
.subject-tit2 { font-size:20px; color:#2a54ea; }
.subject-tit2 span { font-size:14px; color:#2a54ea; }

.total-list { overflow:hidden;   box-sizing: border-box; border: 1px solid #ddd; margin-top: 10px; padding:10px;}
.total-list li  {float:left;width:20%;	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 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 30px; }
.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; }


.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size:13px; 
	font-family:'나눔고딕', 'NanumGothic', '맑은고딕', 'Malgun Gothic','돋움', 'Dotum', sans-serif; 
	color:#444;
}

/* sk-innovation 메인 페이지 */
.main-wrap{ min-width:1280px; }
.main-wrap .header{ border-bottom:0; }

.main-visual-area{ height:430px; background: url('/images/main/bg_visual.png') no-repeat 50% 50%; margin:0 auto; }
.menu-slider-area{ position:relative; width:1280px; margin:0 auto; padding-top:45px; box-sizing:border-box; }
.slider-inner{ overflow:hidden; width:1170px; margin:0 auto; }
.slider-tit{ float:left; width:220px; margin:0 50px; text-align:center; }
.slider-tit h2{ font-size:28px; font-weight:800; height:101px; line-height:73px; color:#444; letter-spacing:-1px; }
.slider-box{ width:870px; overflow:hidden; }
.slider-cont { overflow:hidden; }
.slider-cont li{ float:left; /*margin-left:110px;*/ width:92px !important; margin-right:100px; }
.slider-cont li:first-child{ margin-left:0; }
.slider-cont li a{ display:block; }
.slider-cont li a:hover strong{ color:#e8252d; }
.slider-cont li a:hover .list-desc{ color:#e8252d; }
.slider-cont strong{ display:block; line-height:55px; padding-left:60px; font-size:28px; color:#444; font-weight:600; }
.list-desc{ text-align:center; font-size:14px; color:#444; font-weight:600; padding-top:5px; letter-spacing:-1px; line-height:18px; }
.icon-my1{ background: url('/images/main/icon_my1.png') no-repeat 10px 50%; }
.icon-my2{ background: url('/images/main/icon_my2.png') no-repeat 0 50%; }
.icon-my3{ background: url('/images/main/icon_my3.png') no-repeat 0 50%; }
.icon-my4{ background: url('/images/main/icon_my4.png') no-repeat 10px 50%; }
.icon-my5{ background: url('/images/main/icon_my5.png') no-repeat 8px 50%; }
.slider-prev{ display:inline-block; width:60px; height:60px; text-indent:-9999px; position:absolute; top:58px; left:0; background: url('/images/main/slider-prev.png') no-repeat 0 50%; }
.slider-next{ display:inline-block; width:60px; height:60px; text-indent:-9999px; position:absolute; top:58px; right:0; background: url('/images/main/slider-next.png') no-repeat 0 50%; }
.slider-prev:hover{  background: url('/images/main/slider-prev_hover.png') no-repeat 0 50%; }
.slider-next:hover{  background: url('/images/main/slider-next_hover.png') no-repeat 0 50%; }

.content-area{ overflow:hidden; clear:both; width:1200px; margin:0 auto; padding-top:30px; padding-bottom:50px;  }
.main-content{ overflow:hidden; }
.main-content li{ float:left; margin-left:25px; height:260px; }
.main-content li:first-child{ margin-left:0; }

.help-area{ float:left; padding:40px 30px 40px 30px; box-sizing:border-box; width:282px; height:260px; background: url('/images/main/bg_2.png') no-repeat; }
.help-area .sub-tit{ color:#fff; letter-spacing:0.5px; }
.sub-tit-area{ overflow:hidden; }
.sub-tit{ float:left; font-weight:800; font-size:20px; color:#444; letter-spacing:-1px; }
.help-area .sub-tit h2{ color:#fff; letter-spacing:0.5px; }
.help-area .sub-tit span{ color:#000; font-weight:800; font-size:20px; }
.help-area .help-box p{ padding:60px 0 10px 0; padding-bottom:10px; font-size:13px; color:#f7ded0; letter-spacing:-1px; }
.help-area .help-box strong{ display:block; font-weight:600; padding-bottom:5px; color:#fff; font-size:30px; padding-left:35px; background: url('/images/main/icon_msg.png') no-repeat 0 50%; border-bottom:1px solid #eeab77; }
.help-area .help-box span{ display:block; padding-top:6px; color:#fff; font-size:13px; letter-spacing:-1px; }


/* sk-innovation 메인 페이지 isac */
.help-list{ width:100%; margin-top:15px; }
.help-list li{ border-bottom:1px solid #eeab77; }
.help-list p{ padding:8px 0; color:#fff; font-size:13px; }
.help-list span{  padding-left:10px;  color:#fff; font-size:13px; }
.help-list em{ color:#fbe0cb; padding-left:5px; }
/******/

.menual-area{ position:relative; float:left; margin-left:25px; width:282px; height:260px; padding:40px 30px 40px 30px; box-sizing:border-box;  border:1px solid #d9d9d9; background:#f5f5f5 url('/images/main/icon_guide.png') no-repeat 13% 82%; }
.menual-area p{ font-size:14px; color:#666; padding-top:60px; letter-spacing:-1px; line-height:22px; }
.icon-arrow{ display:inline-block; position:absolute; bottom:33px; right:19px; text-indent:-9999px; width:53px; height:8px; padding:10px; background: url('/images/main/icon_arrow.png') no-repeat 50%; }
.icon-arrow:hover{ background: url('/images/main/icon_arrow_hover.png') no-repeat 50%; }
.notice-area{ float:left; margin-left:25px; width:586px; height:260px; border:1px solid #d9d9d9; padding:40px 30px 40px 30px; box-sizing:border-box; }
.icon-plus{ float:right; width:14px; height:14px; text-indent:-9999px; background: url('/images/main/icon_plus.png') no-repeat 50%; }
.icon-plus:hover{ background: url('/images/main/icon_plus_hover.png') no-repeat 50%; }
.notice-view{ width:100%; margin-top:25px; table-layout:fixed; }
.notice-view li{ position:relative; padding-right:90px; overflow:hidden;  }
.notice-view li a{ position:relative; display:block; line-height:32px; padding-left:15px; text-align:left; color:#444; font-size:14px; font-weight:600;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:100%; }
.notice-view li a:before{ content:""; position:absolute; top:50%; left:0; width:3px; height:3px; margin-top:-1px; background-color:#8c8c8c; border-radius:50%; }
.notice-view li a:hover{ color:#e8252d; }
.notice-view li a:hover:before{ background-color:#e8252d; }
.notice-view li em{ display:inline-block; position:absolute; top:0; right:0; line-height:32px; font-weight:200; font-size:12px; color:#666; }


/* 로그인_index */
.login-wrap{ min-width:1100px; }
.login-cont .logo{ position:relative; width:105px; height:36px; margin:25px 0 25px 0; }
.login-cont .logo a{ position: absolute; left:0; display:block; width:105px; height:36px; }

.login-cont{ overflow:hidden; position:relative; width:1100px; margin:0 auto 0; }

.login-area{ float:left; width:280px; height:327px; background-color:#d0221c; letter-spacing:-1px; padding:90px 26px 100px 26px; box-sizing:border-box; }
.login-area p{ font-size:18px; color:#ffe4e3; text-align:center; font-weight:400; }
.login-area a{ display:block; margin-top:30px; border-radius:5px; color:#fff; background-color:#252525; font-size:15px; font-weight:bold; width:228px; line-height:50px; text-align:center; }
.login-area a:hover{ background-color:#373737; }
.login-cont .login-bg{ float:left; margin-left:14px; background:url('/images/login/bg_1.png')no-repeat 50%; text-indent:-9999px; width:806px; height:327px; }
.login-cont .login-msg{ float:left; margin-top:20px; width:280px; height:240px; border-bottom:3px solid #bbb; background:url('/images/login/bg_2.png') no-repeat 173px 125px; padding:34px 19px 34px 19px; box-sizing:border-box; }
.login-cont .login-msg p{ font-size:20px; color:#aeafb1; letter-spacing:-1px; }

.login-notice{ float:left; margin:20px 0 0 14px; width:806px; height:240px; border:4px solid #e1e3e6; padding:30px 30px 25px 30px; box-sizing:border-box;}
.login-notice .sub-tit{ font-size:18px; margin-bottom:25px; letter-spacing:-1px; color:#222; }
.login-notice .icon-plus{ background:url('/images/login/icon_plus.png') no-repeat 50%; }
.login-notice .icon-plus:hover{ background:url('/images/login/icon_plus_hover.png') no-repeat 50%; }

.notice-msg{ position:relative; float:left; width:50%; padding-right:50px; box-sizing:border-box; line-height:20px; margin-top:5px; }
.notice-msg:after{ content:""; position:absolute; bottom:-11px; right:10px; background-color:#d4d4d4; width:1px; height:132px; }
.notice-msg h3{ font-size:16px; color:#444; letter-spacing:-1px;  }
.notice-msg a{ display:block; }
.notice-msg p{ overflow:hidden; font-size:14px; color:#666; padding-top:10px; letter-spacing:-1px; height:38px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-break:break-all;  text-overflow:ellipsis;}
.notice-msg a:hover p{ text-decoration:underline; }
.notice-msg em{ display:block; font-size:13px; color:#888; padding-top:12px;}
.notice-list{ width:50%; float:left;  box-sizing:border-box; padding-left:20px; }
.notice-list .notice-view{ margin-top:0; }
.notice-list .notice-view li{ padding-right:71px; }
.notice-list .notice-view li a{ line-height:28px; padding-left:10px; }
.notice-list .notice-view li em{ font-size:13px; line-height:28px; color:#888; font-weight:400; letter-spacing:-1px; right:1px; }
.notice-list .notice-view li a:before{ background-color:#333; margin-top:-3px; }
.notice-list .notice-view li a:hover:before{ background-color:#e8252d; }

.sk-list-area{ margin-top:52px; background-color:#f8f8f8; border-top:1px solid #ddd; }
.sk-list{ overflow:hidden; position:relative; width:1100px; margin:0 auto; }
.sk-list li{ float:left; position:relative; padding:17px 23px; text-indent:-9999px; }
.sk-list li:before{ content:""; position:absolute; top:50%; left:0; width:1px; height:20px; background-color:#ccc; margin-top:-5px; }
.sk-list li:first-child:before{ display:none; }
.sk-list li:first-child{ padding-left:0; }
.sk-list li:last-child{ padding-right:0; }
.sk-list li.sk-1{ width:75px; height:28px; background:url('/images/login/sk_1.png') no-repeat left 50%;}
.sk-list li.sk-1:before{ content:""; display:none; }
.sk-list li.sk-2{ width:57px; height:28px; background:url('/images/login/sk_2.png') no-repeat 50%; }
.sk-list li.sk-3{ width:67px; height:26px; background:url('/images/login/sk_3.png') no-repeat 50%; }
.sk-list li.sk-4{ width:74px; height:26px; background:url('/images/login/sk_4.png') no-repeat 50%; }
.sk-list li.sk-5{ width:87px; height:26px; background:url('/images/login/sk_5.png') no-repeat 50%; }
.sk-list li.sk-6{ width:115px; height:26px; background:url('/images/login/sk_6.png') no-repeat 50%; }
.sk-list li.sk-7{ width:57px; height:28px; background:url('/images/login/sk_7.png') no-repeat 50%; }
.sk-list li.sk-8{ width:160px; height:28px; background:url('/images/login/sk_8.png') no-repeat 50%; padding-right:20px; }
.sk-list li.sk-9{ width:43px; height:28px; background:url('/images/login/sk_9.png') no-repeat right 50%; padding-bottom:17px; }

/*20210520: */
.logo-slider-wrap{ margin-top:52px; background-color:#f8f8f8; border-top:1px solid #ddd; }
.logo-slider-area{ position:relative; width:1100px; margin:0 auto; background-color:#f8f8f8; }
.logo-slider-blank{ overflow:hidden; position:relative; width:70px; margin:0 auto; }
.logo-slider-box{ overflow:hidden; position:relative; width:960px; margin:0 auto; }
.logo-slider { overflow:hidden; }
.logo-slider li{ float:left; position:relative; padding:17px 25px; text-indent:-9999px; }
.logo-slider li.sk-1{ width:120px; height:28px; background:url('/images/login/sk_1.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-2{ width:120px; height:28px; background:url('/images/login/sk_2.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-3{ width:120px; height:28px; background:url('/images/login/sk_3.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-4{ width:120px; height:28px; background:url('/images/login/sk_4.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-5{ width:120px; height:28px; background:url('/images/login/sk_5.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-6{ width:120px; height:28px; background:url('/images/login/sk_6.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-7{ width:120px; height:28px; background:url('/images/login/sk_7.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-8{ width:120px; height:28px; background:url('/images/login/sk_8.png') no-repeat 50%; background-color:#f8f8f8; } /* 20211215: UAC 로고 변경으로 수정 */
.logo-slider li.sk-9{ width:120px; height:28px; background:url('/images/login/sk_9.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-10{ width:120px; height:28px; background:url('/images/login/sk_10.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-11{ width:120px; height:28px; background:url('/images/login/sk_11.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-12{ width:120px; height:28px; background:url('/images/login/sk_12.png') no-repeat 50%; background-color:#f8f8f8; }
.logo-slider li.sk-13{ width:120px; height:28px; background:url('/images/login/sk_13.png') no-repeat 50%; background-color:#f8f8f8; } /* 20231201: SKET 추가 */
.logo-slider-area .slider-prev{ width:32px; height:32px; top:16px; background: url('/images/main/arrow_128_left.png') no-repeat 0 50%; background-size:32px; }
.logo-slider-area .slider-next{ width:32px; height:32px; top:16px; background: url('/images/main/arrow_128_right.png') no-repeat 50%; background-size:32px; }
.logo-slider-area .slider-prev:hover{ width:32px; height:32px; top:16px; background: url('/images/main/arrow_128_left.png') no-repeat 0 50%; background-size:32px; }
.logo-slider-area .slider-next:hover{ width:32px; height:32px; top:16px; background: url('/images/main/arrow_128_right.png') no-repeat 50%; background-size:32px; }
	
.login-footer .inner{ width:1100px; }

/* 로그인 */
.sk-login-bg{ background-color:#f1f1f1; }
.login-wrapper{ overflow:hidden; width:720px; margin:0 auto; }
.sk-logo{ text-align:center; margin:90px 0 25px 0; }
.sk-logo span{ display:inline-block; font-size:26px; color:#e8252d; font-weight:800; margin-bottom:-6px; vertical-align:bottom; margin-left:17px; }
.sk-logo em{ font-size:26px; color:#666; }
.sk-login-area{ border:1px solid #c3c3c3; background-color:#fff; padding:44px 60px 25px 60px; box-sizing:border-box; }
.sk-login-area h2{ font-size:14px; color:#e8252d; font-weight:700; text-indent:3px; }
.sk-login-check{ margin-top:5px; border:1px solid #d0d0d0; background-color:#f5f4f4; padding:16px 10px 8px 10px; }
.sk-login-check li{ display:inline-block; padding:8px 10px 9px 10px; }
.sk-login-check li span{ display:inline-block; text-indent:-9999px; height:35px; transition:all .1s;}
.sk-login-check li input{ display:none; }
.sk-login-check li label{ display:inline-block; background:url('/images/login/icon_check.png') no-repeat  left 13px; padding-left:20px; cursor:pointer; }
.sk-login-check li:last-child{ padding-left:12px; }
#radio1[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio2[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio3[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio4[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio5[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio6[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio7[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio8[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio9[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; }
#radio10[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; } /* 20190401: SKIET 추가 */
#radio11[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; } /* 20211001: SKO 추가 */ 
#radio12[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; } /* 20211001: SKEO 추가 */ 
#radio13[type="radio"]:checked + label { background:url('/images/login/icon_check_on.png') no-repeat left 13px; } /* 20231201: SKET 추가 */
#radio1[type="radio"]:checked + label .sk_1_gray { background:url('/images/login/sk_1.png') no-repeat; }
#radio2[type="radio"]:checked + label .sk_2_gray { background:url('/images/login/sk_2.png') no-repeat; }
#radio3[type="radio"]:checked + label .sk_3_gray { background:url('/images/login/sk_3.png') no-repeat; }
#radio4[type="radio"]:checked + label .sk_4_gray { background:url('/images/login/sk_4.png') no-repeat; }
#radio5[type="radio"]:checked + label .sk_5_gray { background:url('/images/login/sk_5.png') no-repeat; }
#radio6[type="radio"]:checked + label .sk_6_gray { background:url('/images/login/sk_6.png') no-repeat; }
#radio7[type="radio"]:checked + label .sk_7_gray { background:url('/images/login/sk_7.png') no-repeat 0 8px; }
#radio8[type="radio"]:checked + label .sk_8_gray { background:url('/images/login/sk_8.png') no-repeat; }
#radio9[type="radio"]:checked + label .sk_9_gray { background:url('/images/login/sk_9.png') no-repeat 0 5px; }
#radio10[type="radio"]:checked + label .sk_10_gray { background:url('/images/login/sk_10.png') no-repeat; } /* 20190401: SKIET 추가 */
#radio11[type="radio"]:checked + label .sk_11_gray { background:url('/images/login/sk_11.png') no-repeat; } /* 20211001: SKO 추가 */ 
#radio12[type="radio"]:checked + label .sk_12_gray { background:url('/images/login/sk_12.png') no-repeat; } /* 20211001: SKEO 추가 */ 
#radio13[type="radio"]:checked + label .sk_13_gray { background:url('/images/login/sk_13.png') no-repeat; } /* 20231201: SKET 추가 */
.sk_1_gray{ background:url('/images/login/sk_1_gray.png') no-repeat; width:75px; }
.sk_2_gray{ background:url('/images/login/sk_2_gray.png') no-repeat; width:57px; }
.sk_3_gray{ background:url('/images/login/sk_3_gray.png') no-repeat; width:87px; }
.sk_4_gray{ background:url('/images/login/sk_4_gray.png') no-repeat; width:74px; }
.sk_5_gray{ background:url('/images/login/sk_5_gray.png') no-repeat; width:87px; }
.sk_6_gray{ background:url('/images/login/sk_6_gray.png') no-repeat; width:115px; }
.sk_7_gray{ background:url('/images/login/sk_7_gray.png') no-repeat 0 8px; width:57px; }
.sk_8_gray{ background:url('/images/login/sk_8_gray.png') no-repeat; width:142px; }
.sk_9_gray{ background:url('/images/login/sk_9_gray.png') no-repeat 0 5px; width:43px; }
.sk_10_gray{ background:url('/images/login/sk_10_gray.png') no-repeat; width:122px; } /* 20190401: SKIET 추가 */
.sk_11_gray{ background:url('/images/login/sk_11_gray.png') no-repeat; width:57px; } /* 20211001: SKO 추가 */ 
.sk_12_gray{ background:url('/images/login/sk_12_gray.png') no-repeat; width:63px; } /* 20211001: SKEO 추가 */
.sk_13_gray{ background:url('/images/login/sk_13_gray.png') no-repeat; width:57px; } /* 20231201: SKET 추가 */
.sk_1:hover span{ background:url('/images/login/sk_1.png') no-repeat; }
.sk_2:hover span{ background:url('/images/login/sk_2.png') no-repeat; }
.sk_3:hover span{ background:url('/images/login/sk_3.png') no-repeat; }
.sk_4:hover span{ background:url('/images/login/sk_4.png') no-repeat; }
.sk_5:hover span{ background:url('/images/login/sk_5.png') no-repeat; }
.sk_6:hover span{ background:url('/images/login/sk_6.png') no-repeat; }
.sk_7:hover span{ background:url('/images/login/sk_7.png') no-repeat 0 8px; }
.sk_8:hover span{ background:url('/images/login/sk_8.png') no-repeat; }
.sk_9:hover span{ background:url('/images/login/sk_9.png') no-repeat 0 5px; }
.sk_10:hover span{ background:url('/images/login/sk_10.png') no-repeat; } /* 20190401: SKIET 추가 */
.sk_11:hover span{ background:url('/images/login/sk_11.png') no-repeat; } /* 20211001: SKO 추가 */ 
.sk_12:hover span{ background:url('/images/login/sk_12.png') no-repeat; } /* 20211001: SKEO 추가 */
.sk_13:hover span{ background:url('/images/login/sk_13.png') no-repeat; } /* 20231201: SKET 추가 */

.sk-login-tab{ overflow:hidden; margin-top:13px; }
.sk-login-tab li{ float:left; width:50%; line-height:53px; text-align:center; font-size:18px; font-weight:800; color:#888; border-style:solid; border-width:1px 1px 2px 1px; border-color:#c3c3c3; border-bottom-color:#e8252d; box-sizing:border-box; cursor:pointer; letter-spacing:-1px; }
.sk-login-tab li.tab-on{ border-style:solid; border-width:2px 2px 2px 2px; border-color:#e8252d; border-bottom-color:#fff; color:#e8252d; }
.sk-login-box{ position:relative; margin-top:22px; height:120px; }
.sk-login-box input{ width:440px; height:60px; border:1px solid #ddd; font-size:14px; color:#444; font-weight:400; padding-left:50px; }
.sk-login-box input[type="text"]{ background:url('/images/login/icon_id.png') no-repeat 5% 50%; }
.sk-login-box input[type="password"]{ background:url('/images/login/icon_pw.png') no-repeat 5% 50%; border-top:0; }
.sk-login-box button{ position:absolute; top:0; right:0; width:150px; height:118px; border-radius:3px; background-color:#e8252d; color:#fff; font-size:22px; font-weight:bold; }
.sk-login-box button:hover{ background-color:#f3484f; }
.document button{ height:60px; }

.sk-login-search{ margin:20px 0; text-align:center; }
.sk-login-search li{ display:inline-block; position:relative; padding:0 7px;}
.sk-login-search li:before{ content:""; position:absolute; top:50%; left:0; width:1px; height:13px; background-color:#bbb; margin-top:-7px; }
.sk-login-search li:first-child:before{ display:none; }
.sk-login-search li a{ font-size:14px; color:#666; font-weight:600;}
.sk-login-search li a:hover{ color:#e8252d; }

.sk-login-guide{ padding-top:34px; text-align:center; font-size:15px; color:#666; background:url('/images/login/icon_caution.png') no-repeat 14px 38px; border-top:1px solid #ededed; }
.sk-login-guide em{ font-size:15px; color:#000; font-weight:800; }
.sk-login-guide strong{ display:inline-block; vertical-align:top; margin-top:-6px; font-size:22px; color:#e8252d; font-weight:800; padding:0 5px; }
.sk-login-guide span{ font-size:15px; color:#888; padding-left:7px; }

/* site-map */
.site-map-area{ display:none; width:1280px; margin:0 auto; position:relative; background-color:#f2f1f1; border-bottom:1px solid #512c0e; -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.1);-moz-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.1); box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.1); }
.site-map-area a:hover{ color:#f58026; }
.site-map{ overflow:hidden; padding:55px 70px 75px 70px; }
.site-map > li{ float:left; width:14%; margin-left:34px; }
.site-map > li > a{ display:block; border-bottom:2px solid #f58026; font-size:20px; color:#222; font-weight:800; padding-bottom:15px; letter-spacing:-1px;}
.site-map > li:first-child{ margin-left:0; }

.site-map-depth2 > li{ padding:12px 0; border-bottom:1px solid #e6e6e6; }
.site-map-depth2 > li:last-child{ border-bottom:0; }
.site-map-depth2 > li > a{ font-size:14px; color:#444; font-weight:700; letter-spacing:-1px; }

.site-map-depth3{ padding-top:5px; }
.site-map-depth3 > li{ line-height:20px; }
.site-map-depth3 > li > a{ padding-left:10px; font-size:11px; color:#777; font-weight:400; letter-spacing:-1px; }
.icon-cancel{ display:inline-block; position:absolute; top:20px; right:20px; width:23px; height:23px; background:url('/images/common/icon_cancel.png') no-repeat 50%; text-indent:-9999px; }

/* sub_비밀번호 변경 */
.psw-box{ background-color:#f5f5f5; border:1px solid #d9d9d9; padding:30px 60px; margin-top:25px; }
.psw-box .stit{ width:110px; font-size:13px; color:#444; font-weight:700; }
.psw-box li{ color:#666; font-size:13px; font-weight:400; line-height:43px; }
.psw-box li input{ margin-right:10px; width:180px; }

/* sub_사용설명서 */
.manual-area{ overflow:hidden; margin-top:25px; }
.manual-area .bg-manual1, .bg-manual2{ float:left; width:49.3%; height:236px; border:1px solid #d9d9d9; padding:50px 20px 28px 210px; box-sizing:border-box; }
.manual-area h3{ font-size:20px; color:#444; font-weight:800; margin-bottom:7px; }
.manual-area ul li{ font-size:13px; color:#666; line-height:20px; font-weight:600; }
.manual-area a{ display:inline-block; font-size:13px; background:url('/images/common/icon_down.png') no-repeat 18% 50%; font-weight:800; color:#e8252d; border:2px solid #e8252d; padding:3px 15px 4px 40px; border-radius:20px; margin-top:10px; }
.manual-area a:hover{ border:2px solid #f3484f; color:#f3484f; background:url('/images/common/icon_down_hover.png') no-repeat 18% 50%; }
.manual-area .bg-manual1{ border-top:3px solid #e8252d; background:#f5f5f5 url('/images/common/bg_manual1.png') no-repeat 20% 33%; }
.manual-area .bg-manual2{ border-top:3px solid #f77f28; background:#f5f5f5 url('/images/common/bg_manual2.png') no-repeat 22% 35%; margin-left:12px; }

/* popup_개인정보처리방침 */
.contract-Wrap{ padding:0 20px; box-sizing:border-box; }
.contract-head{ overflow:hidden; border-bottom:3px solid #f77f28; padding:30px 0 10px 0; }
.contract-head h2{ float:left; font-size:24px; color:#000; font-weight:700; }
.contract-search{ float:right; }
.contract-search select{ width:375px; }
.contract-tit{ margin-top:30px; font-size:18px; color:#000; font-weight:700; }
.contract-area{ margin-top:15px; border:1px solid #d9d9d9; background-color:#f5f5f5; padding:30px 20px; }
.contract-area p{ font-size:14px; color:#444; font-weight:600; line-height:23px; }
.line-control{ margin:35px 0; }
.contract-desc{ margin-top:15px; }
.contract-desc li{ position:relative; padding-left:20px; }
.contract-desc li em{ position:absolute; top:0; left:0; }
.contract-cont .tableStyle{ margin-top:20px; }
.contract-list li{ padding-left:10px; background:url('/images/common/img_line.png') no-repeat 0 10px; }
.tit-color{ color:#ea252e; }

/* sub_회원가입 이용약관 */
.agree-area{ overflow-y:scroll; height:200px; border:1px solid #d9d9d9; background-color:#f5f5f5; padding:30px 20px; box-sizing:border-box; }
.agree-area ~ .agree-area { margin-top:40px; }
.agree-area h5{ color:#444; font-size:18px; font-weight:700; }
.agree-area strong{ display:inline-block; color:#444; font-size:14px; font-weight:700; margin-top:20px; }
.agree-area p{ color:#666; font-size:14px; margin-top:20px; }
.agree-check{ font-size:14px; color:#444; font-weight:700; margin-top:15px; }
.agree-check label{ cursor:pointer; }
.agree-check input{ vertical-align:-1px; }
.agree-btn{ text-align:center; margin-top:40px; }

/* pup_사업자번호 검증 */
.message-box{ background:#f5f5f5 url('/images/common/icon_box_content.png') no-repeat 45px 50%; padding:20px 40px; }
.message-list{ margin-left:90px; padding-left:30px; border-left:1px dashed #bbb; }
.message-list li{ position:relative; font-size:14px; color:#222; padding-left:10px; line-height:22px; letter-spacing:-1px; }
.message-list li:before{ content:""; position:absolute; top:8px; left:0; width:3px; height:3px; background-color:#555; border-radius:3px; }
.message-list li span{ color:#e8252d; font-weight:700; }

/* etc_완료안내페이지 */
.complete-box{ position:absolute; top:160px; left:50%; margin-left:-283px; width:566px; }
.complete-msg{ padding:65px 0 55px 230px; margin-bottom:30px; border-bottom:1px solid #444; background:url('/images/common/bg_complete.png') no-repeat 10% 62%; }
.complete-msg h3{ font-size:30px; color:#444; margin-bottom:20px; letter-spacing:-1px; }
.complete-msg h3 span{ font-size:30px; color:#e5262d; }
.complete-msg p{ font-size:15px; color:#666; letter-spacing:-1px; }
.complete-msg p strong{ font-size:15px; color:#444; font-weight:700; }