@charset "utf-8";
/************************************************
converse
Author : 전혜정 (2015-01-09)
*************************************************/
html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
    background: #fff;
    font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; color:#555; font-size:12px;
}
caption {display: none;}
#mainWarp{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: hidden;
      background-color: #fff;
}
header.logo_area {
    background-color:#f6f6f6;
    height:51px;
    width: 100%;
    overflow: hidden;
}
header.logo_area h1 {
    font-size: 25px;
    float: left;
    color: #0b0d30;
    font-weight: bold;
    margin-top: 19px;
    margin-left: 70px;
    text-indent: -9999px;
    width: 95px;
    height: 62px;
    background: url(../images/vans_logo.png) no-repeat;
    background-size: 78px;
}
header h2 {
float: left;
height:24px;
line-height:24px;
text-align:center;
font-weight:bold;
font-size:14px;
width:150px;
color:#fff;
background-color: #4386fb;
    margin-top:26px;
    margin-left: 12px;
}
header p {
margin-top:15px;
margin-right: 40px;
float: right;
color:#bbbbbb;
}
header p.skip_menu {font-size: 11px;}
header p a {color: #555;}
header p a:hover {color:#4376e6; text-decoration: underline;}
.menu_icon_search {display: inline-block; width:20px; height: 20px; background:url("../images/menu_icon_search.png") no-repeat; vertical-align: middle;}
.menu_icon_confirm {display: inline-block; width:20px; height: 20px; background:url("../images/menu_icon_confirm.png") no-repeat; vertical-align: middle;}
.menu_icon_search:HOVER {background-position: -20px 0;}
.menu_icon_confirm:HOVER {background-position: -20px 0;}
header p a#hplink {font-weight: bold;color:#005fd0;letter-spacing: 0.05em;font-size: 13px; margin-left: 40px;}
nav {
	position:relative;
    line-height:30px;
    height:30px;
    width: 100%;
    margin: 0 auto;
     background:#f6f6f6;
border-bottom: 2px solid #68707d;
    z-index: 500px;
}
.Warp {overflow: hidden; width: 1024px; margin: 0 auto;}
nav ul {float: right; margin-right: 100px;}
nav li{
    float: left;
    height:30px;
    width: 100px;
    box-sizing: border-box;
    text-align: center;
    background:#fff;
    border: 1px solid #d5d5d5;
    border-right: none;
border-bottom: none;
    cursor: pointer;
    font-size: 13px;
}
nav li:nth-child(4) {border-right: 1px solid #d5d5d5;}
nav li:hover{
    background: #eeeeee;
    color:#555;
    cursor: pointer;
}

nav li.selected{
background: #fff;
font-weight: bold;
border: 2px solid #68707d;
border-bottom: 1px solid #fff;
height:32px;
cursor: pointer;
}
#sectionWarpPosition{
    width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
#sectionWarp{
    width: 400%;
    height: 650px;
}
section {
    position: absolute;
/*     top:0px; */
/*     left:0;  */
    width: 100%;
    padding: 0;
    margin: 0;
}
.searchField,#backgroundTrick1{ 
    width: 100%;
    height: 78px;
    background:url("../images/bg_search_area.png") repeat-x;
}
#backgroundTrick1{
	position: absolute;
}
#backgroundTrick2{
	position: absolute;
	top:161px;
	width:100%;
    height: 30px;
    color: #ffffff;
    background-color: #68707d;
}
#backgroundTrick3{
	position: absolute;
	top:191px;
	width:100%;
    height: 240px;
    color: #ffffff;
    background-color: #fbfbfb;
    border-bottom: 1px solid #dbdbdb;
}
.searchForm { 
	position: absolute;
    left: 20px;
    top: 13px;
    width:1024px;
    height:54px;
    }

.searchField .calendar {overflow:hidden; padding:0 0 5px 0; }
.calendar .title {font-weight: bold;}
.searchField .calendar div {float:left; height:23px; line-height: 20px;}
.i_progress {margin-left: 22px;}
.i_progress label {font-weight: bold; margin-right: 5px;}
.i_progress select {width: 62px; height:22px; border: 1px solid  #bdbdbd; background-color: #fff;}
.i_progress select.store_select {width:100px;}
.searchField .calendar input {border:none;margin:0 0px 0 0; padding:4px 5px 4px 3px; width:90px; text-align:left; background-color:transparent;}
.searchField .calendar input.input_store_select {height:16px; border: 1px solid  #bdbdbd; background-color: #fff;padding:2px 5px;width:80px;}
.guest_info label {display: inline-block; margin-left: 35px; margin-right: 5px; font-weight: bold;}
.guest_info input {height:16px; border: 1px solid  #bdbdbd; background-color: #fff;padding:2px 5px;}
.input20 {width:17px;}
.input40 {width:40px;}
.input90 {width:90px;}
.searchField .calendar span {display:inline-block; width:23px; height:25px; line-height:25px; background:url("../images/calendar.png") no-repeat center center;}
.searchField .calendar .title {padding:2px 10px 0 35px;}
.searchField .calendar .i_txt {font-size:18px;  padding:2px 5px 0 5px;}
.searchField .date {font-size:14px;}

.buttonField {
 position: absolute;
    left: 776px;
    top: 13px;
    z-index: 50;
    overflow: hidden;
}
.buttonField li {
float:left;
height:22px; width:48px;
background:url("../images/btn.png") no-repeat center center;
text-indent: -9999px;
margin-right: 7px;
cursor: pointer;
}
.buttonField li.searchBtn {background-position: 0 0;}
.buttonField li.searchBtn:hover {background-position: 0 -22px;}
.buttonField li.newBtn {background-position: 0 -44px;}
.buttonField li.newBtn:hover {background-position: 0 -66px;}
.buttonField li.saveBtn {background-position: 0 -88px;}
.buttonField li.saveBtn:hover {background-position: 0 -110px;}
.buttonField li.deleteBtn {background-position: 0 -132px;}
.buttonField li.deleteBtn:hover {background-position: 0 -154px;}
.buttonField li.changeBtn {background-position: 0 -176px;}
.buttonField li.changeBtn:hover {background-position: 0 -198px;}
.buttonField li.takeoverBtn {background-position: 0 -220px;}
.buttonField li.takeoverBtn:hover {background-position: 0 -242px;}

.buttonField .excel_save {display: inline-block; width:90px; height: 22px; background:url("../images/excel_save.png") no-repeat; text-indent: -9999px;position:relative;}
.buttonField .excel_save:HOVER {background-position: 0 -22px;}

#sectionWarpPosition .dataField{
     width: 100%;
     background-color:#fbfbfb;
     height: 270px;
     overflow: hidden;
 }
#sectionWarpPosition .dataHeader{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }
.dataHeader div{
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 30px;
    font-weight: 300;
    color: #ffffff;
}


#sectionWarpPosition .dataBody{
    position: absolute;
    width: 1024px;
    height: 210px;
    overflow-y: scroll;
}

#sectionWarpPosition .dataFooter{
	position: relative;
	top:210px;
    width: 1024px;
    height: 30px;
    background-color: #68707d;
    color: white;
	line-height: 30px;
    text-align: center;
    
}

@media (max-height:768px) {
	#sectionWarpPosition .dataBody{
	 height: 90px;
	}
	#sectionWarpPosition .dataFooter{
	 top:90px;
	}
	#sectionWarpPosition .dataField{
     height: 150px;
	 }
	 #backgroundTrick3{
	    height: 120px;
	 }
	 
}


.data{
    width: 100%;
    height: 30px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.data:HOVER div{
	background:#e2e2e2; 
}

.data.selected div{
	background:#dce7fc; 
}

.data:nth-of-type(2n+1){
    background-color: #f5f5f5;
}

.data:nth-of-type(2n){
    background-color: #f5f5f5;
}

.data div{
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid whitesmoke;
}

#sectionWarpPosition .dataHeader div:nth-child(1),#sectionWarpPosition .data div:nth-child(1){
    width: 68px;
}
#sectionWarpPosition .dataHeader div:nth-child(2),#sectionWarpPosition .data div:nth-child(2){
    width: 85px;
}
#sectionWarpPosition .dataHeader div:nth-child(3),#sectionWarpPosition .data div:nth-child(3){
    width: 175px;
}

#sectionWarpPosition .dataHeader div:nth-child(4),#sectionWarpPosition .data div:nth-child(4){
    width: 90px;
}
#sectionWarpPosition .dataHeader div:nth-child(5),#sectionWarpPosition .data div:nth-child(5){
    width: 75px;
}
#sectionWarpPosition .dataHeader div:nth-child(6),#sectionWarpPosition .data div:nth-child(6){
    width: 70px;
}
#sectionWarpPosition .dataHeader div:nth-child(7),#sectionWarpPosition .data div:nth-child(7){
    width: 160px;
}
#sectionWarpPosition .dataHeader div:nth-child(8),#sectionWarpPosition .data div:nth-child(8){
    width: 142px;
}
#sectionWarpPosition .dataHeader div:nth-child(9),#sectionWarpPosition .data div:nth-child(9){
    width: 142px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(1),#sectionWarpPosition #dataField2 .data div:nth-child(1){
    width: 68px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(2),#sectionWarpPosition #dataField2 .data div:nth-child(2){
    width: 85px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(3),#sectionWarpPosition #dataField2 .data div:nth-child(3){
    width: 120px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(4),#sectionWarpPosition #dataField2 .data div:nth-child(4){
    width: 90px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(5),#sectionWarpPosition #dataField2 .data div:nth-child(5){
    width: 75px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(6),#sectionWarpPosition #dataField2 .data div:nth-child(6){
    width: 85px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(7),#sectionWarpPosition #dataField2 .data div:nth-child(7){
    width: 70px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(8),#sectionWarpPosition #dataField2 .data div:nth-child(8){
    width: 130px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(9),#sectionWarpPosition #dataField2 .data div:nth-child(9){
    width: 142px;
}
#sectionWarpPosition #dataField2 .dataHeader div:nth-child(10),#sectionWarpPosition #dataField2 .data div:nth-child(10){
    width: 142px;
}

#sectionWarpPosition #dataField3 .dataHeader div:nth-child(1),#sectionWarpPosition #dataField3 .data div:nth-child(1){
    width: 68px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(2),#sectionWarpPosition #dataField3 .data div:nth-child(2){
    width: 85px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(3),#sectionWarpPosition #dataField3 .data div:nth-child(3){
    width: 120px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(4),#sectionWarpPosition #dataField3 .data div:nth-child(4){
    width: 90px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(5),#sectionWarpPosition #dataField3 .data div:nth-child(5){
    width: 75px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(6),#sectionWarpPosition #dataField3 .data div:nth-child(6){
    width: 85px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(7),#sectionWarpPosition #dataField3 .data div:nth-child(7){
    width: 70px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(8),#sectionWarpPosition #dataField3 .data div:nth-child(8){
    width: 130px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(9),#sectionWarpPosition #dataField3 .data div:nth-child(9){
    width: 142px;
}
#sectionWarpPosition #dataField3 .dataHeader div:nth-child(10),#sectionWarpPosition #dataField3 .data div:nth-child(10){
    width: 142px;
}

#sectionWarpPosition #dataField4 .dataHeader div:nth-child(1),#sectionWarpPosition #dataField4 .data div:nth-child(1){
    width: 68px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(2),#sectionWarpPosition #dataField4 .data div:nth-child(2){
    width: 85px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(3),#sectionWarpPosition #dataField4 .data div:nth-child(3){
    width: 120px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(4),#sectionWarpPosition #dataField4 .data div:nth-child(4){
    width: 90px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(5),#sectionWarpPosition #dataField4 .data div:nth-child(5){
    width: 75px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(6),#sectionWarpPosition #dataField4 .data div:nth-child(6){
    width: 85px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(7),#sectionWarpPosition #dataField4 .data div:nth-child(7){
    width: 70px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(8),#sectionWarpPosition #dataField4 .data div:nth-child(8){
    width: 130px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(9),#sectionWarpPosition #dataField4 .data div:nth-child(9){
    width: 142px;
}
#sectionWarpPosition #dataField4 .dataHeader div:nth-child(10),#sectionWarpPosition #dataField4 .data div:nth-child(10){
    width: 142px;
}




#sectionWarpPosition #dataField5 .dataHeader div:nth-child(1),#sectionWarpPosition #dataField5 .data div:nth-child(1){
    width: 68px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(2),#sectionWarpPosition #dataField5 .data div:nth-child(2){
    width: 85px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(3),#sectionWarpPosition #dataField5 .data div:nth-child(3){
    width: 120px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(4),#sectionWarpPosition #dataField5 .data div:nth-child(4){
    width: 90px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(5),#sectionWarpPosition #dataField5 .data div:nth-child(5){
    width: 75px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(6),#sectionWarpPosition #dataField5 .data div:nth-child(6){
    width: 85px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(7),#sectionWarpPosition #dataField5 .data div:nth-child(7){
    width: 70px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(8),#sectionWarpPosition #dataField5 .data div:nth-child(8){
    width: 130px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(9),#sectionWarpPosition #dataField5 .data div:nth-child(9){
    width: 142px;
}
#sectionWarpPosition #dataField5 .dataHeader div:nth-child(10),#sectionWarpPosition #dataField5 .data div:nth-child(10){
    width: 142px;
}



















#sectionWarpPosition .data div:nth-child(3){
    text-align: left;
}
#sectionWarpPosition .data div:nth-child(8){
    align:left;
}
#sectionWarpPosition .data div:nth-child(7){
    padding-left: 18px;
    text-align: left;
}


.detailField {
    position: relative;
    box-sizing: border-box;
    width: 1024px;
    border-top: 1px solid #dbdbdb;  
}
.detailField table.asReq {
   float: left;
   margin: 10px 0 0 5px;
}
.detailField table.progress {
   float: right;
    margin: 10px 5px 10px 0;
}
.detailField td, th, table{
    box-sizing: border-box;
    table-layout: fixed;
}
.detailField thead th{
    background-color: #4386fb;
    color: white;
    font-weight: bolder;
    height: 30px;
    line-height: 30px;
}

.detailField input{
	margin-left:5px;
    padding:3px 5px;
    width:75px;
    border:none;
   text-align : center;

}

 .detailField .sortLeft{
text-align:left;
}
 .detailField .sortRight{
text-align:right;
}


.detailField input#renewBtn {
	margin-left:130px;
	display:inline-block;
    height:21px;
    width:60px;
    outline:0;
    border:none;
    background:url("../images/btn_re_reception.png") no-repeat;
    vertical-align: middle;
}
li.confirmBtn , li.rejectBtn {
    background: none;
    border: 1px solid #b1b3b7;
    color: black;
    text-indent: initial;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 2px;
        padding: 0px 5px;
}
.detailField input#renewBtn:hover {background-position: 0 -22px;}
.detailField input.inp {
	width:80%;
}
.detailField input.itemKind {
	width:10%;
}
.detailField input.itemName {
	width:79%;
}
.detailField .AXanchorDateHandle{
	display: none;
}
.detailField select  {
    width: 85px;
    height: 22px;
    margin-left: 7px;
    border: 1px soild #bdbdbd;
}
.asReq textarea {
margin: 10px 0 0 10px;
padding:3px 5px;
border: none;
width: 475px;
}
.progress textarea {
/* margin: 10px 0 0 10px; */
padding:3px 5px;
border: none;
width: 275px;
}
.detailField table.asReq{
    width: 600px;
    table-layout:fixed;
}
.detailField table.progress{
    width:400px;
}
.detailField tbody th{
    background-color: #f0f0f0;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border:1px solid #e2e2e2;
    width:90px;
}
.detailField tbody th.ac {
vertical-align: middle;
padding: 
}
.detailField tbody td {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e2e2e2;
    font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; color:#555; font-size:12px;
}

#d01_repair_sprc,#d02_repair_sprc,#d03_repair_sprc,#d04_repair_sprc,#d05_repair_sprc{
	text-align: right;
	width: 60px;
}

 footer {
	position:fixed;
	bottom:30px;
    height: 25px;
    width: 100%;
    text-align:center;
    padding:5px;
    border-top: 1px solid #dbdbdb;
} 

/* footer {
    position: fixed;
    bottom: 0px;
    height: 64px;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #dbdbdb;
} */

.p1 {
    transform:translateX(0)
}

.p2 {
    transform:translateX(-100%)
}

.p3 {
    transform:translateX(-200%)
}

.p4 {
    transform:translateX(-300%)
}
.p5 {
    transform:translateX(-400%)
}

.s1 {
    left:100%;
}

.s2 {
    left:200%;
}

.s3 {
    left:300%;
}
.s4 {
    left:400%;
}
table textarea {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
table input {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
table label {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
table select {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
fieldset textarea {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
fieldset input {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
fieldset label {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
fieldset select {font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; }
/***************** 비밀번호 변경 *****************/
.changePWPop{
	width: 500px;
	height: 410px;
	background-color:#fff;
	position: absolute;
	top:40%;
	left:40%;
	margin: -150px 0 0 -150px;
	display: none;
	z-index: 500;
	font-size: 13px;
}
.changePWPop header{background-color: #fff; width:100%;} 
.changePWPop header h1{
height:29px;
	border-bottom: 1px solid #dbdbdb; 
	width:90%;
	font-size: 16px;color:#222; margin: 26px 32px 12px 26px; *padding-bottom: 12px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}
.changePWPop form {width:100%}
.changePWPop ul {width:310px; margin:20px auto 0;}

.changePWPop .inputclick {width:276px; height:31px; border: 1px soild #dbdbdb; padding-left: 20px;margin-bottom: 9px; font-size:13px; color:#333;
    font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;}
.changePWPop .i_txt {text-align: center;border-bottom: 1px solid #bdbdbd; padding: 7px 0 25px 0; margin:0 100px;}

/***************** 수선코드 조회 팝업 *****************/
#repairSearchPop{
	width: 407px;
	height: 500px;
	background-color:#fff;
	position: absolute;
	top:40%;
	left:50%;
	margin: -150px 0 0 -200px;
	display: none;
	z-index: 500;
	font-size: 13px;
}

#repairSearchPop header{background-color: #fff; width:100%;} 
#repairSearchPop header h1{
height:29px;
	border-bottom: 1px solid #dbdbdb; 
	width:90%;
	font-size: 16px;color:#222; margin: 26px 32px 12px 26px; *padding-bottom: 12px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}
.tatalCost {display: inline-block;}
.area_btn {width:100%; text-align: center;	padding-top: 15px;}
.btn_ok {display: inline-block; width:106px; height:35px; background-color: #3065ab;border:1px solid #275899; color:#fff; margin-right: 10px;}
.btn_ok:hover {background-color: #a1a8b2; border: 1px solid #9096a0; }
.btn_close {display: inline-block; width:106px; height:35px; line-height: 35px;background-color: #fff;border: 1px solid #bebebe; cursor:pointer;}
.btn_close:hover {border: 1px solid #888;}
.btn_ok span {display: inline-block; height:35px; line-height: 35px; font-size: 14px;}
#repairSearchPop article {margin: 0 5px;/* border-bottom: 1px solid #dbdbdb;  */}
#repairSearchPop .tatalCostTitle{
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 230px;
    font-size: 13px;
    font-weight: bold;
}
.tatalCost {font-weight: normal;}
#repairSearchPop .data input[type="checkbox"] {width:18px; height: 18px; background-color: #fff; border: 1px solid #bdbdbd; margin-top: 6px; }
#repairSearchPop .dataHeader{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }

#repairSearchPop .dataBody{
    height:290px;
    width: 100%;
    overflow-y: scroll;
}

#repairSearchPop .dataHeader div:nth-child(1),#repairSearchPop .data div:nth-child(1){
    width: 60px;
}
#repairSearchPop .dataHeader div:nth-child(2),#repairSearchPop .data div:nth-child(2){
    width: 160px;
}
#repairSearchPop .dataHeader div:nth-child(3),#repairSearchPop .data div:nth-child(3){
    width: 160px;
}

#repairSearchPop .data div:nth-child(3){
	padding-right: 30px;
    text-align: right;
}

#repairSearchPop .data div:nth-child(7){
    padding-left: 18px;
    text-align: left;
}

#repairSearchPop .inputCost {
    width: 90px;
    text-align: right;
}
/***************** Converse A/S 수선코드 조회 수정2015/0401 *****************/
#repairSearchPop .table_data_area {
    width: 100%;
   /*  margin-bottom: 30px; */
    background-color: #f5f5f5; 
    border-bottom: 1px solid #ddd;
}
#repairSearchPop .table_data_area  thead{
   width: 397px;
   float: left;
}
#repairSearchPop .table_data_area  tbody{
    width: 397px;
    height: 296px;
    float: left;
    overflow-y:auto; overflow-x:hidden;
}
#repairSearchPop .table_data_area thead th:nth-child(0n+1) {width: 60px;}
#repairSearchPop .table_data_area thead th:nth-child(0n+2) {width: 216px;}
#repairSearchPop .table_data_area thead th:nth-child(0n+3) {width: 120px;}
#repairSearchPop .table_data_area tbody th:nth-child(0n+1) {width: 61px;}
#repairSearchPop .table_data_area tbody td {padding: 0 10px;}
#repairSearchPop .table_data_area tbody tr td:first-child {width: 196px;}
#repairSearchPop .table_data_area tbody td:last-child {width: 83px;}
#repairSearchPop .table_data_area  thead th{
	height:26px;
	line-height:26px;
   border-top: 1px solid #68707d;
   background-color: #68707d;
   color:#ffffff;
}
#repairSearchPop .table_data_area  th{
	height:26px;
	line-height:26px;
   border-bottom: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
}
#repairSearchPop .table_data_area  td{
	height:26px;
	line-height:26px;
   border-bottom: 1px solid #fff;
   border-right: 1px solid #fff;
}
#repairSearchPop .table_data_area  td:last-child {text-align: right;border-right: none;}
#repairSearchPop .table_data_area  td input[type="checkbox"] {float:right; width:18px; height: 18px; margin-top: 4px; border: none; background-color: transparent; /* background-color: #fff; border: 1px solid #bdbdbd;  */}
#repairSearchPop .table_data_area  tbody th {vertical-align: middle; background-color: #e2e2e2;cursor: pointer;}
#repairSearchPop .table_data_area  tbody td {cursor: pointer;}
#repairSearchPop .table_data_area  tbody tr.selected {background-color: #dce7fc;}
#repairSearchPop .table_data_area  tbody tr.selected th {background-color: #e2e2e2;}
#repairSearchPop .table_data_area  tbody tr:HOVER {background-color: #e2e2e2;}


.ajaxCover{position:fixed;top:0;left:0;width:100%; height:100%;background-color:#000;z-index:1000;opacity:.5;}

/***************** 상품조회 팝업 *****************/
#itemSearchPop{
	width: 550px;
	height: 530px;
	background-color:#fff;
	position: absolute;
	top:40%;
	left:40%;
	margin: -150px 0 0 -150px;
	display: none;
	z-index: 500;
	font-size: 13px;
}

#itemSearchPop .searchType{
	padding	: 15px 5px 5px 55px;
}

.storename {border: 1px solid #dbdbdb; margin: 10px 50px;}
.itemSearchPop .storename label {
	display:inline-block; 
	width:18px; 
	height:18px; 
	background:url("../images/pop_search.png") no-repeat center center; 
	background-color:#fff;
	vertical-align:middle;
	margin:0 5px 0 10px;
}
.itemSearchPop .storename input {
	width:380px; 
	height:25px; 
	border:none;
	margin:5px 0 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}

.itemSearchPop .storename div{
	display : inline-block;
	
}
#itemSearchPop header{background-color: #fff; width:100%;height:29px;} 
#itemSearchPop header h1{
height:29px;
	border-bottom: 1px solid #dbdbdb; 
	width:90%;
	font-size: 16px;color:#222; margin: 26px 32px 12px 26px; *padding-bottom: 12px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}

#itemSearchPop article {margin: 0 5px;border-bottom: 1px solid #dbdbdb; }
#itemSearchPop .tatalCostTitle{
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 40px;
    font-size: 13px;
    font-weight: bold;
}

#itemSearchPop .data input {width:18px; height: 18px; background-color: #fff; border: 1px solid #bdbdbd; margin-top: 6px; }
#itemSearchPop .dataHeader{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }
 

#itemSearchPop .dataBody{
    height:290px;
    width: 100%;
    overflow-y: scroll;
}

#itemSearchPop .dataHeader div:nth-child(1),#itemSearchPop .data div:nth-child(1){
    width: 60px;
}
#itemSearchPop .dataHeader div:nth-child(2),#itemSearchPop .data div:nth-child(2){
    width: 110px;
}
#itemSearchPop .dataHeader div:nth-child(3),#itemSearchPop .data div:nth-child(3){
    width: 140px;
}
#itemSearchPop .dataHeader div:nth-child(4),#itemSearchPop .data div:nth-child(4){
    width: 100px;
}
#itemSearchPop .dataHeader div:nth-child(5),#itemSearchPop .data div:nth-child(5){
    width: 113px;
}

#itemSearchPop .data div:nth-child(8){
    text-align: center;
}

#itemSearchPop .data div:nth-child(7){
    padding-left: 18px;
    text-align: left;
}

input[disabled="disabled"],textarea[disabled="disabled"]{
	background-color: white;
}

/***************** 상품조회(추가메뉴1) 팝업 *****************/
.itemSearchPop2 {
	z-index: 500;
	font-size: 13px;
	width: 1000px;
	height: 545px;
	background-color:#fff;
	position: absolute;
	margin: 0px 0 0 -500px;
	top:50px;
	left:50%;
	
	display: none;
}
.close_pop {display:inline-block; width:20px; height:20px; background:url("../images/close_pop.png") no-repeat center center; float: right;}
.itemSearchPop2 .store_name {margin: 10px 5px 15px 15px;}
.itemSearchPop2 .store_name ul {overflow: hidden;}
.itemSearchPop2 .store_name li {float: left;}
.itemSearchPop2 .store_name label {
	display:inline-block; 
	width:55px; 
	height:18px; 
	background-color:#fff;
	margin:0 0 0 10px;
}
.itemSearchPop2 .store_name input {
	width:138px; 
	height:19px; 
	border:1px solid #ddd;
	margin:5px 30px 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}
.itemSearchPop2 .store_name select {
	width:145px; 
	height:21px; 
	border:1px solid #ddd;
	margin:5px 30px 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}
.itemSearchPop2 header h1{
	height:29px;
	border-bottom: 1px solid #dbdbdb; 
	font-size: 16px;color:#222; margin: 26px 20px 12px 26px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}

.itemSearchPop2 article {margin: 0 5px;border-bottom: 1px solid #dbdbdb; }
.btn_area_pop {position: relative; }
.Btn_Search {display: inline-block; width:48px; height: 22px;background:url("../images/btn.png") no-repeat center center; text-indent: -9999px; position: absolute; top:-36px; left:710px; background-position: 0 0;}
.Btn_Search:hover {background-position: 0 -22px;}
.excel_save_pop {display: inline-block; width:90px; height: 22px; background:url("../images/excel_save.png") no-repeat; text-indent: -9999px; position: absolute; top:-36px; right:16px;}
.excel_save_pop:HOVER {background-position: 0 -22px;}
.itemSearchPop2 .dataScrollCover {
	width:100%;
	overflow-x: auto;
}
.itemSearchPop2 .dataCover{
width:2300px;
	
}

.itemSearchPop2 .dataHeader{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }

.itemSearchPop2 .dataBody{
    height:290px;
	overflow-y: auto;
 
}



.itemSearchPop2 .dataHeader div:nth-child(1),.itemSearchPop2 .data div:nth-child(1){
    width: 60px;
}
.itemSearchPop2 .dataHeader div:nth-child(2),.itemSearchPop2 .data div:nth-child(2){
    width: 110px;
}
.itemSearchPop2 .dataHeader div:nth-child(3),.itemSearchPop2 .data div:nth-child(3){
    width: 140px;
}
.itemSearchPop2 .dataHeader div:nth-child(4),.itemSearchPop2 .data div:nth-child(4){
    width: 100px;
}
.itemSearchPop2 .dataHeader div:nth-child(5),.itemSearchPop2 .data div:nth-child(5){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(6),.itemSearchPop2 .data div:nth-child(6){
    width: 250px;
}
.itemSearchPop2 .dataHeader div:nth-child(7),.itemSearchPop2 .data div:nth-child(7){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(8),.itemSearchPop2 .data div:nth-child(8){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(9),.itemSearchPop2 .data div:nth-child(9){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(10),.itemSearchPop2 .data div:nth-child(10){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(11),.itemSearchPop2 .data div:nth-child(11){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(12),.itemSearchPop2 .data div:nth-child(12){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(13),.itemSearchPop2 .data div:nth-child(13){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(14),.itemSearchPop2 .data div:nth-child(14){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(15),.itemSearchPop2 .data div:nth-child(15){
    width: 113px;
}
.itemSearchPop2 .dataHeader div:nth-child(16),.itemSearchPop2 .data div:nth-child(16){
    width: 93px;
}
.itemSearchPop2 .dataHeader div:nth-child(17),.itemSearchPop2 .data div:nth-child(17){
    width: 80px;
}
.itemSearchPop2 .dataHeader div:nth-child(18),.itemSearchPop2 .data div:nth-child(18){
    width: 80px;
}
.itemSearchPop2 .dataHeader div:nth-child(19),.itemSearchPop2 .data div:nth-child(19){
    width: 240px;
}



/***************** 입고확인(추가메뉴2) 팝업 *****************/
.itemSearchPop3 {
	z-index: 500;
	font-size: 13px;
	width: 1000px;
	height: 530px;
	background-color:#fff;
	position: absolute;
	margin: 0px 0 0 -500px;
	top:50px;
	left:50%;
	display: none;
}
.itemSearchPop3 .store_name {margin: 10px 5px 15px 15px;}
.itemSearchPop3 .store_name ul {overflow: hidden;}
.itemSearchPop3 .store_name li {float: left;}
.itemSearchPop3 .store_name label {
	display:inline-block; 
	width:55px; 
	height:18px; 
	background-color:#fff;
	margin:0 0 0 10px;
}
.itemSearchPop3 .store_name input {
	width:138px; 
	height:19px; 
	border:1px solid #ddd;
	margin:5px 30px 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}
.itemSearchPop3 .store_name li:nth-child(2) input {width:100px; margin-right:5px;}
.itemSearchPop3 .store_name select {
	width:145px; 
	height:21px; 
	border:1px solid #ddd;
	margin:5px 30px 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}
.itemSearchPop3 header h1{
	height:29px;
	border-bottom: 1px solid #dbdbdb; 
	font-size: 16px;color:#222; margin: 26px 20px 12px 26px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}

.itemSearchPop3 article {margin: 0 5px;border-bottom: 1px solid #dbdbdb; }
.itemSearchPop3 .dataHeader{
    width: 140%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }
 

.itemSearchPop3 .dataBodyCover{
	width:100%;
	overflow-x: auto;
	
}

.itemSearchPop3 .dataBody{
    width: 140%;
    height:277px;
    overflow-y: scroll;
}

.itemSearchPop3 .dataFooter{
	width:140%;
    height:30px;
	overflow-y: auto;
	background-color: #68707d;
 
}
.itemSearchPop3 .dataFooter div{
/*     box-sizing: border-box; */
/*     display: inline-block; */
    float: left;
    height: 30px;
    padding-left : 5px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}


.itemSearchPop3 .dataHeader div:nth-child(1),.itemSearchPop3 .data div:nth-child(1){
    width: 60px;
}
.itemSearchPop3 .dataHeader div:nth-child(2),.itemSearchPop3 .data div:nth-child(2){
    width: 110px;
}
.itemSearchPop3 .dataHeader div:nth-child(3),.itemSearchPop3 .data div:nth-child(3){
    width: 120px;
}
.itemSearchPop3 .dataHeader div:nth-child(4),.itemSearchPop3 .data div:nth-child(4){
    width: 100px;
}
.itemSearchPop3 .dataHeader div:nth-child(5),.itemSearchPop3 .data div:nth-child(5){
    width: 133px;
}
.itemSearchPop3 .dataHeader div:nth-child(6),.itemSearchPop3 .data div:nth-child(6){
    width: 113px;
}
.itemSearchPop3 .dataHeader div:nth-child(7),.itemSearchPop3 .data div:nth-child(7){
    width: 113px;
}
.itemSearchPop3 .dataHeader div:nth-child(8),.itemSearchPop3 .data div:nth-child(8){
    width: 113px;
}
.itemSearchPop3 .dataHeader div:nth-child(9),.itemSearchPop3 .data div:nth-child(9){
    width: 113px;
}
.itemSearchPop3 .dataHeader div:nth-child(10),.itemSearchPop3 .data div:nth-child(10){
    width: 190px;
}
.itemSearchPop3 .dataHeader div:nth-child(11),.itemSearchPop3 .data div:nth-child(11){
    width: 180px;
}


/***************** 주문조회(추가메뉴4) 팝업 *****************/
.itemSearchPop4 {
	z-index: 500;
	font-size: 13px;
	width: 1000px;
	height: 600px;
	background-color:#fff;
	position: absolute;
	margin: 0px 0 0 -500px;
	top:50px;
	left:50%;
	display: none;
}
.itemSearchPop4 .store_name {margin: 10px 5px 15px 15px;}
.itemSearchPop4 .store_name ul {overflow: hidden;}
.itemSearchPop4 .store_name li {float: left;}
.itemSearchPop4 .store_name label {
	display:inline-block; 
	width:85px; 
	height:18px; 
	background-color:#fff;
	margin:0 0 0 10px;
}
.itemSearchPop4 .store_name input {
	width:90px; 
	height:19px; 
	border:1px solid #ddd;
	margin:5px 30px 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}
/* .itemSearchPop4 .store_name li:nth-child(3) input {width:100px; margin-right:5px;}
.itemSearchPop4 .store_name li:nth-child(3) label {width:81px;} */
.itemSearchPop4 .store_name select {
	width:97px; 
	height:21px; 
	border:1px solid #ddd;
	margin:5px 30px 0 0;
	padding:0 0 0 5px;
	color:#999; 
	font-size:1.15em;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; font-size:12px;
}

#o_SHIP_CODE2{
	margin:5px 30px 0 20px;
}

.itemSearchPop4 header h1{
	height:29px;
	border-bottom: 1px solid #dbdbdb; 
	font-size: 16px;color:#222; margin: 26px 20px 12px 26px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}

.itemSearchPop4 article {margin: 0 5px;border-bottom: 1px solid #dbdbdb; }
.itemSearchPop4 input.o_ship_code {	
	width:90px;  
	margin:5px 2px 0 0;
	padding:0 0 0 5px;
	}
.itemSearchPop4 input.inputday {	  
	margin-right:2px;
	padding:0 0 0 5px;
	}
.itemSearchPop4 label.s_label {
	width:55px;
	margin:0 0 0 40px;
	}
.itemSearchPop4 .dataHeader{
    width: 140%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }
.itemSearchPop4 .dataBodyCover{
	width:100%;
	height:320px;
	overflow-x:scroll;
	overflow-y:hidden;
	
}
.itemSearchPop4 .dataBody{
    width: 140%;
    height:290px;
    overflow-y: scroll;

}
.itemSearchPop4 .dataScrollCover {
	width:100%;
	overflow-x: auto;
}
.itemSearchPop4 .dataCover{
	width:1720px;
	
}

.itemSearchPop4 .dataHeader{
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #68707d;
 }
 
.itemSearchPop4 .dataHeader>div{
    border-right-color: white; */
    border: 0.1px solid;
 }

.itemSearchPop4 .dataBody{
    height:290px;
	overflow-y: auto;
 
}
.itemSearchPop4 .dataFooter{
	width:140%;
    height:30px;
	overflow-y: hidden;
	background-color: #68707d;
 
}
.itemSearchPop4 .dataFooter div{
/*     box-sizing: border-box; */
/*     display: inline-block; */
    float: left;
    height: 30px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
}

.itemSearchPop4 .dataHeader div,.itemSearchPop4 .dataFooter div,.itemSearchPop4 .data div{
    text-align:center;
}

.itemSearchPop4 .dataHeader div:nth-child(1),.itemSearchPop4 .dataFooter div:nth-child(1),.itemSearchPop4 .data div:nth-child(1){
    width: 90px;
}

.itemSearchPop4 .dataHeader div:nth-child(2),.itemSearchPop4 .dataFooter div:nth-child(2),.itemSearchPop4 .data div:nth-child(2){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(3),.itemSearchPop4 .dataFooter div:nth-child(3),.itemSearchPop4 .data div:nth-child(3){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(4),.itemSearchPop4 .dataFooter div:nth-child(4),.itemSearchPop4 .data div:nth-child(4){
    width: 70px;
}

.itemSearchPop4 .dataHeader div:nth-child(5),.itemSearchPop4 .dataFooter div:nth-child(5),.itemSearchPop4 .data div:nth-child(5){
    width: 70px;
}
.itemSearchPop4 .dataHeader div:nth-child(6),.itemSearchPop4 .dataFooter div:nth-child(6),.itemSearchPop4 .data div:nth-child(6){
    width: 70px;
}
.itemSearchPop4 .dataHeader div:nth-child(7),.itemSearchPop4 .dataFooter div:nth-child(7),.itemSearchPop4 .data div:nth-child(7){
    width: 120px;
}
.itemSearchPop4 .dataHeader div:nth-child(8),.itemSearchPop4 .dataFooter div:nth-child(8),.itemSearchPop4 .data div:nth-child(8){
    width: 120px;
}
.itemSearchPop4 .dataHeader div:nth-child(9),.itemSearchPop4 .dataFooter div:nth-child(9),.itemSearchPop4 .data div:nth-child(9){
    width: 250px;
}
.itemSearchPop4 .dataHeader div:nth-child(10),.itemSearchPop4 .dataFooter div:nth-child(10),.itemSearchPop4 .data div:nth-child(10){
    width: 90px;
}
.itemSearchPop4 .dataHeader div:nth-child(11),.itemSearchPop4 .dataFooter div:nth-child(11),.itemSearchPop4 .data div:nth-child(11){
    width: 70px;
}
.itemSearchPop4 .dataHeader div:nth-child(12),.itemSearchPop4 .dataFooter div:nth-child(12),.itemSearchPop4 .data div:nth-child(12){
    width: 70px;
}
.itemSearchPop4 .dataHeader div:nth-child(13),.itemSearchPop4 .dataFooter div:nth-child(13),.itemSearchPop4 .data div:nth-child(13){
    width: 80px;
}
.itemSearchPop4 .dataHeader div:nth-child(14),.itemSearchPop4 .dataFooter div:nth-child(14),.itemSearchPop4 .data div:nth-child(14){
    width: 120px;
}
.itemSearchPop4 .dataHeader div:nth-child(15),.itemSearchPop4 .dataFooter div:nth-child(15),.itemSearchPop4 .data div:nth-child(15){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(16),.itemSearchPop4 .dataFooter div:nth-child(16),.itemSearchPop4 .data div:nth-child(16){
    width: 150px;
}
.itemSearchPop4 .dataHeader div:nth-child(17),.itemSearchPop4 .dataFooter div:nth-child(17),.itemSearchPop4 .data div:nth-child(17){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(18),.itemSearchPop4 .dataFooter div:nth-child(18),.itemSearchPop4 .data div:nth-child(18){
    width: 150px;
}
.itemSearchPop4 .dataHeader div:nth-child(19),.itemSearchPop4 .dataFooter div:nth-child(19),.itemSearchPop4 .data div:nth-child(19){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(20),.itemSearchPop4 .dataFooter div:nth-child(20),.itemSearchPop4 .data div:nth-child(20){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(21),.itemSearchPop4 .dataFooter div:nth-child(21),.itemSearchPop4 .data div:nth-child(21){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(22),.itemSearchPop4 .dataFooter div:nth-child(22),.itemSearchPop4 .data div:nth-child(22){
    width: 100px;
}
.itemSearchPop4 .dataHeader div:nth-child(23),.itemSearchPop4 .dataFooter div:nth-child(23),.itemSearchPop4 .data div:nth-child(23){
    width: 100px;
}


.itemSearchPop4 .data div:nth-child(9),  
.itemSearchPop4 .data div:nth-child(27)  {
	text-align: left; padding-left: 10px;
}

.itemSearchPop4 .dataHeader div:nth-child(14),.itemSearchPop4 .data div:nth-child(14), .itemSearchPop4 .dataFooter div:nth-child(14),
.itemSearchPop4 .dataHeader div:nth-child(15),.itemSearchPop4 .data div:nth-child(15),
.itemSearchPop4 .dataHeader div:nth-child(16),.itemSearchPop4 .data div:nth-child(16), .itemSearchPop4 .dataFooter div:nth-child(16){
	text-align: right; padding-right: 10px;
}

.itemSearchPop4 .dataFooter div:nth-child(13){
	width:70px;
}
.itemSearchPop4 .dataFooter div:nth-child(15){
	width:90px;
}


.itemSearchPop4 .Btn_Search {top:-36px;
	 right: 110px;
    left: initial;}
.itemSearchPop4 .store_name li:nth-child(3) div {display:none !important;}
.itemSearchPop3 .Btn_Search {left:565px;}
.itemSearchPop4 .AXanchorDateHandle {display:none;}


/***************** footer *****************/
.copyright {margin: 10px 0 7px 0; height:11px;}
.copyright strong {margin-right:5px; font-weight: bold; color:#222; letter-spacing: 0.03em; font-family:Arial, sans-serif; }
.helpdesk {color:#888;}

/* 저장,삭제 버튼 누를시 뜨는 팝업 */

/* .login_wrap input[type="text"]:focus,
.login_wrap input[type="password"]:focus,
.changepw select:focus,
.changepw input[type="text"]:focus,
.changepw input[type="password"]:focus,
.changepw select:focus,
.signup textarea:focus,
.signup input[type="text"]:focus,
.signup input[type="password"]:focus,
.signup select:focus {
	border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0;
  outline: thin dotted \9;
  IE6-9
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
} */

/*****************Modal*****************/
.modal_popUp p{
	text-align: center;
	color:#444;
}
.modal_popUp {
	position: absolute;
	z-index: 301;
	width: 300px;
	min-height: 100px;
	left: 50%;
	top: 40%;
	margin: -70px 0 0 -133px;
	padding: 30px 10px 20px 10px;
	background: white;
	font-size: 14px;
}
.modal_cover .btnPosition{
	position : relative;
	top: 10px;
	padding-top:20px;
}
.modal_cover #closePop{
	width:50px;
	background:#4386fb;
	border:none;
	height:20px;
}

 button#closePop {
	height:35px;
	width:80px;
	border: 0px;
	padding: 5px 19px;
	margin: 25px 0px 0px 110px;
  	outline: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
} 
.modal_popUp .closePop{
	display:inline-block;
	background-color:#3065ab;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; 
	text-align: center;
	height:35px;
	width:80px;
	padding: 5px 19px;
  	outline: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.modal_popUp .closePop:hover {background-color:#a1a8b2;}
 button.confirmOk {
	height:35px;
	width:80px;
	border: 0px;
	padding: 5px 19px;
	margin: 25px 0px 0px 65px;
  	outline: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
} 
.btnPosition .confirmOk {
	display:inline-block;
	background-color:#3065ab;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; 
	text-align: center;
	height:35px;
	width:80px;
	padding: 5px 19px;
  	outline: 0;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;	
}
.btnPosition .confirmOk:hover {background-color:#a1a8b2;}
.btnPosition .closePop{
	display:inline-block;
	background-color:#fff;
	font-family:"돋음", dotum,"맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif; 
	text-align: center;
	height:35px;
	width:80px;
	margin: 25px 0px 0px 10px;
	border:1px solid #bebebe;
	padding: 5px 19px;
	font-size: 14px;
	cursor: pointer;
	color: #555;
	font-weight: bold;
}
.btnPosition .closePop:hover {background-color:#fff; border: 1px solid #888;}
.modal_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	background: rgba( 0, 0, 0, 0.5 );
}

.modal_active .modal_cover{
	visibility: visible;
	opacity: 1;
	position: fixed;
}

.body,
.modal_cover,
.modal_popUp{

	-webkit-transform-origin: 50% 50%;
	   -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	     -o-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;

	-webkit-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	   -moz-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	    -ms-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	     -o-transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);
	        transition: 0.3s all cubic-bezier(0.250, 0.460, 0.450, 0.940);

}

@media (min-width:950px){
	.modal_active .modal_contents {
		-webkit-filter: blur(2px);
		   -moz-filter: blur(2px);
		    -ms-filter: blur(2px);
		     -o-filter: blur(2px);
		        filter: blur(2px);
	}
}



/***************** 헬프 링크 팝업 *****************/
#helplinkPop{
	width: 700px;
	height: 530px;
	background-color:#fff;
	position: absolute;
	top:40%;
	left:50%;
	margin: -150px 0 0 -350px;
	display: none;
	z-index: 500;
	font-size: 13px;
}
#helplinkPop header{background-color: #fff; width:100%;height:29px;} 
#helplinkPop header h1{
height:29px;
	border-bottom: 1px solid #dbdbdb; 
	width:90%;
	font-size: 16px;color:#222; margin: 26px 32px 12px 26px; *padding-bottom: 12px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}

#helplinkPop article {margin: 0 5px; }
.area_gaid {margin: 40px 50px 20px 70px;}
.area_gaid li {padding: 15px 0 7px 0;}
.gaid {display: inline-block; width:180px; font-size: 15px; color:#024193;font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;}
.view_vod {display: inline-block; width:120px; height: 35px; background-color: #4a4e5b; color: #fff; font-size: 13px; font-weight: bold; border: 1px solid #4a4e5b; margin-right: 5px;}
.view_vod:HOVER {
	background-color: #676c7b;
	border: 1px solid #676c7b;
}
.view_vod span {display: inline-block; width:120px;height:35px; line-height: 35px;text-align: center;}
.view_pdf  {display:inline-block; width:150px; height: 35px; background-color: #fff; border:1px soild #fff; font-size: 13px; font-weight: bold;background:url("../images/pdf.png") no-repeat 15% center ;}
.view_pdf:HOVER {
background-color: #fff;
 border: 1px solid #aaaaaa;
}
.view_pdf span {display: inline-block;height:35px; line-height: 35px;margin-left:55px; }
.tar {text-align: right;}
#helplinkPop .btn_ok span {width:108px; text-align: center;}
.area_gaid li.attention {padding-top:0; color:#888;}
.note {background:url("../images/note.png") no-repeat left 10%; padding-left: 15px; margin: 0 60px 10px 70px;border-bottom: 1px solid #dbdbdb;padding-bottom: 15px;}
.note strong {margin-right:5px; font-weight: bold; color:#005fd0; letter-spacing: 0.03em; font-family:Arial, sans-serif;}
.area_copyright {width:100%; text-align: center;	padding-top: 15px;}



p.insertMsg{
	line-height: 18px;
}

p.insertMsg mark{
	font-weight: bold;
	letter-spacing: 0.1em;
}

/***************** 공지 알림 팝업 *****************/
#noticePop{
	width: 700px;
	height: 530px;
	background-color:#fff;
	position: absolute;
	top:40%;
	left:50%;
	margin: -150px 0 0 -350px;
	display: none;
	z-index: 500;
	font-size: 13px;
}
#noticePop header{background-color: #fff; width:100%;height:29px;} 
#noticePop header h1{
height:29px;
	border-bottom: 1px solid #dbdbdb; 
	width:90%;
	font-size: 16px;color:#222; margin: 26px 32px 12px 26px; *padding-bottom: 12px;
	font-family:"나눔고딕", NanumGothic, "맑은 고딕",MalgunGothic, AppleGothic, Arial, sans-serif;
	font-weight: normal;
}
#noticePop article {margin: 0 5px; }
#noticePop .btn_ok span {width:108px; text-align: center;}


