
/*----------------------------------------
 Base 
 ----------------------------------------*/

h2#tmp-subtitle{
	height:35px;
}

h3{
	margin-bottom:20px;
}


#feature h4{
	margin-bottom:12px;
}

/*----------------------------------------
 Q-box 
 ----------------------------------------*/
#q-box{
 	width:755px;
	height:230px;
	background:url(/biz/service/helpdesk/images/bg_q.jpg) no-repeat 0 0;
}
 
#q-box .inner{
 	padding:20px 17px;
}
 
#q-box ul{
 	margin:0;
}
 
#q-box li{
 	float:left;
}
 
#q1{
 	width:253px;
}
 
#q2{
 	width:255px;
}
 
#q3{
 	width:201px;
}

/*----------------------------------------
 box 
 ----------------------------------------*/
#unit_1{
	padding:0 10px 0 150px;
	background:url(/biz/service/helpdesk/images/img_2.jpg) no-repeat 20px 0;
	
	margin-bottom:45px;
}

#unit_2{
	padding:0 10px 0 150px;
	background:url(/biz/service/helpdesk/images/img_1.jpg) no-repeat 20px 0;
	margin-bottom:35px;
}

#unit_3{
	padding:0 10px 0 150px;
	background:url(/biz/service/helpdesk/images/img_3.jpg) no-repeat 20px 0;
	margin-bottom:45px;
}

#unit_4{
	padding:0 10px 0 150px;
	background:url(/biz/service/helpdesk/images/img_4.jpg) no-repeat 20px 0;
	margin-bottom:45px;
}

#unit_5{
	padding:0 10px 0 150px;
	background:url(/biz/service/helpdesk/images/img_5.jpg) no-repeat 20px 0;
}

#feature{
	background:url(/biz/service/helpdesk/images/blue_arrow.gif) no-repeat 0 bottom;
	padding-bottom:45px;
	margin-bottom:10px;
}

.unit{
 	width:755px;
}

.img-box{
	width:130px;
 	float:left;
	
}

.txt-box{
	width:605px;
 	float:left;
}

/*----------------------------------------
 Suc-box
 ----------------------------------------*/ 
#suc{

}

#suc-box{
	
}

#suc-logo{
	width:210px;
	float:left;
	margin-right:20px;
}

#txt-box{
	width:525px;
	float:left;
}


#voice {
	background:url(/biz/service/helpdesk/images/suc_bg.jpg) no-repeat 0 0;
}

#voice .inner{
	padding:20px 30px 20px 120px;
	background:url(/biz/service/helpdesk/images/suc_bg_bottom.jpg) no-repeat 0 bottom;
}


/*----------------------------------------
Inq
 ----------------------------------------*/ 
#inq{
	width:755px;
}

#inq h3{
	margin-bottom:10px;
}

#tel{
	float:left;
	width:540px;

}

#tel li{
	line-height:2em;
} 

#tel .inner{
	height:106px;
	padding:40px 18px 18px 18px;
	_padding:16px;
	border:solid 1px #CCC;
	border-top:none;
	background-color:#F9F9F9;
	margin-bottom:10px;
}

#mail{
	float:right;
	width:198px;
	
	
}
#mail .inner{
	height:126px;
	padding:19px;
	_padding:18px;
	border:solid 1px #CCC;
	border-top:none;
	background-color:#F9F9F9;
	margin-bottom:10px;
}


/*----------------------------------------
 Other
 ----------------------------------------*/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


.kometxt{
	font-size:10px;
	color:#666;
	height:40px;
}

.posc{
	text-align:center;
}

.posr{
	text-align:right;
	margin-right:5px;
}


.pb{
	padding-bottom:15px;
}

.ml20{
	margin-left:20px;
}

.mt40{
	margin-top:40px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb45{
	margin-bottom:45px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

