/* readonly */
input[disabled] {background-color: #f5f5f5; color:#bfbfbf; color:#b6b6b6; } 
input[disabled]:focus { border:1px solid #bbb;}

input[readonly] {background-color: #f5f5f5; color:#5b5a5a; } 
input[readonly]:focus  { border:1px solid #bbb;}


/* pagination ui-member.css에만 있어서 임시로 지정 */
.pagination{margin-top:50px;text-align:center;}
.pagination a{display:inline-block;width:30px;height:24px;line-height:24px;font-size:12px;vertical-align:top;}
.pagination a + a{margin-left:4px;}
.pagination > a{text-indent:-9999px;font-size:0;border:1px solid #ddd;}
.pagination .btn-first{background:url(../../img/hp/btn/btn-first.png) 50% no-repeat;}
.pagination .btn-prev{background:url(../../img/hp/btn/btn-prev.png) 50% no-repeat;}
.pagination .btn-next{background:url(../../img/hp/btn/btn-next.png) 50% no-repeat;}
.pagination .btn-last{background:url(../../img/hp/btn/btn-last.png) 50% no-repeat;}
.pagination > span{margin:0 13px;}
.pagination > span a{width:20px;}
.pagination a.on {background-color:#24221f;color:#fff;}



/* 메인차량 지정 이미지*/
.imgContents .entryListDip {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: -20px;
    z-index: 99;
    background-image: url(../../img/hp/dev/dT6o664nc.png);
    background-size: 100% 100%;
}


/*etc 추후 삭제*/
.required:after{content:'*';margin-left:3px;color:#f04040;}
.file-att{display:none;}
.comment-att-img{display:inline-block;font-size:13px;line-height:16px;color:#222;text-decoration:underline;}


/* 판매 상품 관리 - 그림자박스 공통  ui-member.css에만 있어서 임시로 지정 */
.layout-shadow-box{position:relative;margin-top:20px;padding:40px 59px;border:1px solid #cdcdcd;}
.layout-shadow-box:before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:#e0e0e0}
.layout-shadow-box:after{content:'';position:absolute;bottom:-4px;left:-1px;width:100%;height:2px;background:#ebebeb;border:1px solid #ebebeb;}
.layout-shadow-box .box-tit{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #b5b5b5;font-size:16px;font-weight:bold;}
.layout-shadow-box .box-tit .explanation{display:inline-block;margin-left:10px;font-size:14px;font-weight:400;color:#666;}
.layout-shadow-box .sales-performance li+li{margin-top:20px;}
.layout-shadow-box .sales-performance li dl{position:relative;padding-left:138px;}
.layout-shadow-box .sales-performance li dl dt{position:absolute;top:0;left:0;}
.layout-shadow-box .sales-performance li dl dd{display:inline-block;min-width:115px;}
.tbl-shadow-box th,
.tbl-shadow-box td{text-align:left;line-height:25px;}
.tbl-shadow-box th{vertical-align:middle;}
.tbl-shadow-box td{padding:19px 0;border-bottom:1px solid #ccc;}
.tbl-shadow-box tr:last-child td{border-bottom:0}
.tbl-shadow-box .border-btm{border-bottom:1px solid #ccc;}
.tbl-shadow-box .check-text{width:100%;height:120px;}
.insurance-turn + span{display:inline-block;margin-right:42px;}
.shadow-box-table{display:table;width:100%;table-layout:fixed;}
.shadow-box-table li{display:table-row;}
.shadow-box-table li > strong{display:table-cell;width:220px;vertical-align:middle;}
.shadow-box-table li > div{padding:11px 0;width:630px;}
.shadow-box-table li + li > div{border-top:1px solid #ccc;}

input.img-file-att{width:430px;margin-right:10px;}
.btn-att{display:inline-block;margin-right:10px;width:75px;line-height:30px;background:#545454;color:#fff;text-align:center;}
.btn-att:hover{color:#fff;}


.input.datepickerEgo, .input.datepicker, .input.datepickerToday{width:95px !important;}
.input.datepicker1, .input.datepicker2{width:135px !important;}
.ui-datepicker-trigger{vertical-align:middle;margin-left:5px;cursor:pointer;}
.datepicker:disabled + .ui-datepicker-trigger{display:none;}
.ui-datepicker-trigger + select{margin-left:10px;}
select + select, select + .btnS.btn1, .btnS.btn1 + input[type="text"]{margin-left:1px;}
.ui-datepicker-title span{vertical-align:baseline;}


.layer .btn-none-close-layer {
    position: absolute;
    top: 19px;
    right: 24px;
    width: 19px;
    height: 19px;
    background: url(../../img/hp/common/bg-close-layer.gif) no-repeat 50% 50%;
    font-size: 0;
    text-indent: -9999px;
}

.progressBarNoPreview {
	height: 22px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	overflow: hidden;
	display:inline-block;
	margin:0px 10px 5px 5px;
	vertical-align:top;
	margin-left: 8px;
	padding-top:6px;
	padding-left: 6px;
	padding-right: 6px;
}

.progressBarNoPreview .progressBarDiv {
	height: 4px;
	color: #fff;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned */
	width: 0px;
	background-color: #F04040; 
}


/* 프로그래스바*/
.devProgressBar{
	background-image: url(../../css/hp/images/fancybox_sprite.png);
}

.devProgressBar {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

.devProgressBar div {
	width: 44px;
	height: 44px;
	background: url(../../css/hp/images/fancybox_loading.gif) center center no-repeat;
	cursor: default;
}
.ajaxLodingTransDim{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #000; 
	background: transparent	
}



/*친구추천 2020.06*/
.tab_menu { border-bottom:1px solid #000;}
.tab_menu:after { content:''; display: block; clear: both; }
.tab_menu li { position: relative; float:left; border:1px solid #d7d7d7; border-bottom:none; text-align: center; margin:0 0 0 -1px ; }
.tab_menu li:first-child { margin:0;}
.tab_menu li a { display:block; min-width: 205px; height:48px; font-size:15px; color:#454545; line-height: 50px; }
.tab_menu li.active { z-index: 2; border-color:#000; }
.tab_menu li.active:after { content:''; display: block; position: absolute; bottom:-1px; width: 100%; border-bottom: 1px solid #fff; }
.tab_menu li.active a { color:#000; font-weight:bold; }

/* table */ 
.grid { border-top:1px solid #000;  }
.grid span.txt_must {float:right;top:3px;right:0;display:inline-block;text-align:right;font-size:14px; color:#646464; font-weight: normal; }
.grid caption { width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }
.grid .tb_col { width:100%; border:0; } 
.grid .tb_col thead th,
.grid .tb_col tbody th,
.grid .tb_col tbody td { height:19px; line-height:20px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; padding:11px 10px 9px 10px;  font-weight: normal; }
.grid .tb_col thead th { background:#fafafa; color:#000; font-weight:bold;}   
.grid .tb_col thead th.type2 span { display: block;  }
.grid .tb_col thead th.bgGray { background: #e4e4e4; }
.grid .tb_col thead th.bgGray2 { background: #eeeeee; }
.grid .tb_col thead th:first-child { border-left:0; } 
.grid .tb_col thead th.borderL { border-left:1px solid #ccc;  } 
.grid .tb_col tbody th { text-align: center; background:#fafafa; font-weight:bold; color:#000; }
.grid .tb_col tbody th.left { text-align: left; }
.grid .tb_col tbody th.noBorderL { border-left:0; } 
.grid .tb_col tbody td { text-align: center; color:#646464; }
.grid .tb_col tbody td:first-child { border-left:0; } 
.grid .tb_col tbody td.left { text-align:left; }
.grid .tb_col tbody td.no_data { padding:55px 10px; }
.grid .tb_col tbody td.noStore { padding:40px 0;}
.grid .tb_col tbody th.borderL, .grid .tb_col tbody td.borderL { border-left:1px solid #ccc;  } 
.grid .tb_col th.red, .grid .tb_col td.red {background-color:#fdecec}
.grid .tb_row { width:100%; border:0; }
.grid .tb_row tbody tr.borderTop { border-top:1px solid #000; }
.grid .tb_row tbody tr th,
.grid .tb_row tbody tr td { border-bottom:1px solid #ccc; border-left:1px solid #ccc; color: #646464; }
.grid .tb_row tbody tr th:first-child { border-left:0; }
.grid .tb_row tbody th.bgGray { background: #e4e4e4; }
.grid .tb_row tbody th.noBorderL { border-left:0; } 
.grid .tb_row tbody tr th { height:19px; line-height:19px;  padding:11px 10px 8px 10px; text-align: left;font-size:15px; background:#fafafa; color:#000;vertical-align: middle;  }   
.grid .tb_row tbody tr td { height:19px; line-height:20px; padding:10px 15px 9px 15px; vertical-align: top;  }  
.grid .tb_row tbody th.borderL, .grid .tb_row tbody td.borderL { border-left:1px solid #ccc;}
.grid .tb_row tbody tr th.center { text-align: center; vertical-align: middle;}
.grid .tb_row tbody tr td.center { text-align: center; vertical-align: middle;}
.grid .tb_noBorder { width:100%;  border:0; }   
.grid .tb_noBorder tbody tr th { height:19px; line-height:19px;  padding:9px 10px 5px 10px; text-align: left; background:#fafafa; color:#000;  vertical-align: top; font-weight: normal; background:url('/img/hp/ico/bul_black.png') 0 15px no-repeat; }   
.grid .tb_noBorder tbody tr td { height:19px; line-height:22px; padding:5px 15px 5px 15px; vertical-align: top;  } 
.grid .tb_noBorder tbody tr.space { /* height:80px; */}
.grid .tb_noBorder tbody tr td .radio_hr { margin-top: 4px; } 
.grid .tb_noBorder tbody tr td .radio_hr li { margin-right:10px;} 

/* Text List */
.txt_list li { padding: 0 0 4px 10px; font-size:12px; line-height: 20px;}  
.txt_list li.black { color:#000; background:url('/img/hp/ico/bul_black.png') 0 7px no-repeat;} 
.txt_list li.none { padding: 0 0 4px 14px; color:#6d6d6d;   }
.txt_list li.f12 { font-size:12px; }
.txt_list li.f13 { font-size:13px; }
.txt_list li.f14 { font-size:14px; padding: 0 0 6px 10px; }
.txt_list li.f15 { font-size:15px; }
.txt_list li.f16 { font-size:16px; } 
.mt25 {margin-top:25px}
.mt15 {margin-top:15px}

.recommend h3 {position:relative;border-bottom:1px solid #000; padding:0 0 2px 0; font-size:18px; color:#313131;}
.recommend h3 span.txt_must {position:absolute;top:3px;right:0;display:inline-block;text-align:right;font-size:14px; color:#646464; font-weight: normal; }

#tab_recommend .tb_row tr {height:60px;}
#tab_recommend .tb_row td .login_txt {text-decoration:underline;}
#tab_recommend .tb_row td {vertical-align:middle;}
.my_url {margin-top:50px; padding:47px 41px 48px 35px;background:#f7f7f7;}
.my_url .txt_list li span {display:block; float:right; width:1000px; margin-left:17px; margin-top:-5px; padding:0 15px; height:30px; line-height:30px; background:#fff; border:1px solid #c2c2c2; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
.my_url .txt_list:after{content:""; display:block; clear:both;}
.tab_menu li {background:#fafafa;}
.tab_menu li.active {background:#fff;}
.down_box {position:relative; padding-bottom:25px; border-bottom:1px solid #ccc;}
.down_box .agreement_anchor {overflow: hidden;display: block;position: absolute;top: 31px;right: 20px;width: 21px;height: 10px;background: url("https://direct.lotterentacar.net/images/pc/common/@btn_agreement_anchor.png") 0 0 no-repeat; text-indent: -9999px;			border: 0;		}
.agreement_anchor.on {background: url("https://direct.lotterentacar.net/images/pc/common/@btn_agreement_anchor_on.png") 0 0 no-repeat;}
.agreement_area.type02 .agreement_anchor {top: 6px;}
.agreement_area.type03 .agreement_anchor {top: 16px;}
.down_box .scroll {display:none;}

input[type=checkbox]+label{ position:relative; display:inline-block; padding:0 0 0 0px; height:20px; vertical-align: middle; overflow:hidden; line-height:19px;}
.btn_red {color:#fff;background-color:#f04040;border:1px solid #f04040; display:inline-block; vertical-align: middle; padding:0 14px 0; height:30px; line-height:30px; font-size:13px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 
.btn_wrap {padding-top: 70px;    overflow: hidden;    text-align: center;}
.btn_200 {    width: 200px;    height: 48px !important;    font-size: 15px !important;    line-height: 48px !important;    text-align: center;}

.box { padding:30px 30px 40px 30px; border:1px solid #ccc; background: #fdfdfd; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.box.scroll {overflow: scroll; overflow-x:hidden;}
.btn_gray {color: #fff;    background-color: #747677;    border: 1px solid #747677;    display: inline-block;    vertical-align: middle;    padding: 0 14px 0;    height: 30px;    line-height: 30px;    font-size: 13px;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box; box-sizing: border-box;}

.floatBanner {position: absolute;top:255px;left:50%;margin-left: -830px;}