@import url("/ASP/resources/css/common/common.css");
#all{
	width:800px;
/* 	height:1148px; */
	height:880px;
	margin:0 auto;
	position:relative;
	border:1px solid #ccc;
}

.kakaoTop{
	width:800px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 40px;
    text-align: center;
	font-size: 16px;
   	color: #212529;
   	padding:0;
}


#all .content{
	height:825px;
}
#all .grayTitleBox{
	background:#f2f2f2;
	height:150px; /* 140-20 */
	padding:10px 0 0 0;
}

#all .grayTitleBox table{
	height:150px;
	width:740px ;
	margin:0 auto;
	position:relative;
}

#all .blackTextBox{
	background:#333;
	height:25px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
	padding:9px 10px 0 10px;
}

#all .blackTri{
	width: 0px;
	height: 0px;
	border-top:17.2px solid none;
	border-bottom:17.2px solid #333;
	border-right: 17.2px solid transparent;
	border-left: 17.2px solid  transparent;
	display:inline-block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	position:absolute;
	top:24px;	
	left:292px;
}

#all .purpleFont{
	color:#363264;
}

#all .pinkFont{
	color:#ec008b;
}

#all .blueFont{
	color:#343091;
}

#all .lightPurpleFont{
	color:#6834c7;
}

#all .companyListImgArea{
	height:315px;
	margin:20px auto 0 auto;
} 

#all .purpleArea{
	background:#444267;
	height:270px;
	padding-top:20px;
}

#all .purpleArea .hyphenAreaTr{
	height:18px;
}

#all .whiteRoundBox{
	width:740px;
	height:195px;
	background:#fff;
	border:1px solid #dfe2db;
	border-radius:30px;
	margin:0 auto 5px auto;
	padding:5px 0;
}

#all #agree .btnLabel{
	background:#f8f6f7;
	border:1px solid #a3a0b1;
	border-radius:5px;
	color:#343235;
	height:17px;
	display:inline-block;
	padding:2px 10px 0 10px;
	cursor:pointer;
}

#all .viewBtn{
	background:#f8f6f7;
	border:1px solid #a3a0b1;
	border-radius:5px;
	color:#343235;
	height:21px;
	display:inline-block;
	padding:6px 10px 0 10px;
	cursor:pointer;
}

#all #agree .btnLabel .icon, #all .viewBtn .icon{
	width:6px;
	height:6px;
	border:1px solid #826385;
	border-left:none;
	border-bottom:none;
	transform:rotate(43deg);
	-ms-transform:rotate(43deg);
	-webkit-transform:rotate(43deg);
	-o-transform:rotate(43deg);
	-moz-transform:rotate(43deg);
	display:inline-block;
	margin-left:5px;
}

#all #agree .contentsTable{
	width:98%;letter-spacing:-1px;margin:0 auto 0 0;
}

#all .agreeTr1 th{
	background:#f9f9f9;
}

#all .agreeTr2 td{
	background:#f5effb;
	line-height:110%;
}

#all .agreeTr3 td{
	background:#fdedf8;
	line-height:110%;
}
.infoAgreTable td.scrollTd div{
	height:25px;
}

#all .pinkBorder{
	border:10px solid #ed008c;
	height:805px;/* content 825 - border 20 */
}

#all .pinkTitle{
	background:#ed008c;
	height:37px;/* 55 - padding 12 */
	font-size:30px;
	font-weight:bold;
	color:#fff;
	padding:18px 15px 0 15px;
}

#all .totalDiv{
	background:#444267;
	width:100%;
	height:43px;
	padding:5px 0 0 0;
	color:#fff;
}

.totalDiv table{
	width:50%;
	margin:0 auto;
}

.totalDiv table td{
	width:50%;
	margin:0 auto;
	color:#fff;
	font-size:16px;
}

.inputSpan_1{
	font-size:21px;
	color:#6633cc;
	padding:0 5px 0 0;
	height:30px;
}

.queryTableDiv{
	border-bottom: 2px solid #666;
}

#all .pointTableTitle{
	font-size:18px;
	line-height:140%;
	color:#333;
}

/* Button */
#all .pinkButton{
	background:#ed008c;
	border:1px solid #ed008c;
	height:45px;
	font-size:17px;
	color:#fff;
}

#all .grayButton{
	background:#999;
	border:1px solid #999;
	height:45px;
	font-size:17px;
	color:#fff;
}

#all .pinkButton .icon , #all .grayButton .icon{
	width:10px;
	height:10px;
	border:2px solid #fff;
	border-left:none;
	border-bottom:none;
	transform:rotate(43deg);
	-ms-transform:rotate(43deg);
	-webkit-transform:rotate(43deg);
	-o-transform:rotate(43deg);
	-moz-transform:rotate(43deg);
	display:inline-block;
	margin-left:20px;
	vertical-align: middle;
}

#all .pinkButton .icon.big{
	width:11px;
	height:11px;
}

#all .chkStyle{
	display:none;
} 

#all .chkStyle + label{
	display:inline-block;
	width:21px;
	height:21px;
	border-radius:2px;
	vertical-align:middle;
	position:relative;
	background:#fff;
	border:1px solid #fff;
} 

#all .chkStyle:not(:checked) + label .checkShape{
	display:none;
}

#all .chkStyle:checked + label .checkShape{
	display:inline-block;
	width:15px;
	height:9px;
	border:2px solid red;
	border-left:none;
	border-bottom:none;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	position:absolute;
	top:2px;
	left:2px;
}

/* Layer */
#layerUnclear{
	z-index:4;
	width:100%;
	height:1000px;
	top:0px;
	left:0px;
	position:absolute;
	border:1px solid #ccc;
	background:#000;
	filter:alpha(opacity:40);
	opacity:.5;
	display:none;
}

#all .layer{
	width:640px; /* 700 - 60 */ 
/* 	min-height:540px; */
	padding:30px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}

#all .layerTitle{
	font-size:21px;
	color:#444267;
	font-weight:bold;
}

#all .layerGrayBox{
	border-top:1px solid #999999;
	background:#f8f8f8;
	padding:20px;
}

#all .layerGrayBox .hyphenAreaTr{
	height:30px;
}

#layerUnclear{
	height:900px;
}

#all .resultTable{
	padding: 10px 0;
}
#all .pointTd{
	border-bottom: none;
	border-top: none;
	border-right: none;
	padding-right: 15px;
	text-align: right;
}
#all .title{
	border: none;
	padding-left: 15px;
}
#all .rightBorder{
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #dedede;
}
#all #normalDiv{
	display: none;
}
#all #hyundaiDiv{
	display: none;
}
#all .boldTopBorder{
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: none;
    border-left: none;
}
#chargeok .hotPinkFont{
	color: #ed008c;
}
#all .footer{padding:10px 0 0 25px;  background:#414141; height:45px; color:#fff; text-align:center;}

.footerWebText{
	margin:-4px 0 0 0 !important;
}