.ico-service:before { 
	content: '';
	background: url(/img/icons1.png) no-repeat -818px -498px;
    width: 40px;
    height: 40px;
	position: absolute; 
	top: -9px; 
	left: 0px; 
} 

.service section { position: relative; margin-bottom: 80px; }
.service .desc { font-size: 15px; line-height: 170%; }

.service section.process .btn-request { position: absolute; left: 45px; top: 262px; }
.service section.process .btn-docs { position: absolute; left: 272px; top: 262px; }
.service section.process .btn-subscription { position: absolute; left: 480px; top: 262px; }
.service section.process .flat-button { 
	border-radius: 10px; 
	border: solid 2px #284B89; 
	background: #4472C4; 
}
.service section.fee { margin-top: 100px; }

.service section img { max-width: 920px; } 
.service section img.winmate1 { margin-top: 60px; margin-bottom: 30px; }

/* --------------------------------------------------------------------------
	상담신청
-------------------------------------------------------------------------- */ 

#winmate-request { font-size: 15px; }

#winmate-request table { border-top: solid 1px #9EBED7; border-right: solid 1px #9EBED7; }
#winmate-request table th { background: #EBF3FE; padding: 6px 8px; border-bottom: solid 1px #9EBED7; border-left: solid 1px #9EBED7; font-size: 14px; }
#winmate-request table td { padding: 6px 8px; border-bottom: solid 1px #9EBED7; border-left: solid 1px #9EBED7; font-size: 14px; }
#winmate-request table td input { width: 100%; }
#winmate-request table td textarea { width: 100%; resize: none; }

#winmate-request .bt-btns { text-align: center; margin-top: 30px; } 


/* --------------------------------------------------------------------------
	카카오맵
-------------------------------------------------------------------------- */ 

#map-canvas { width: 100%; height: 800px; }
.region-info {
    position: absolute;
    background: #fff;
    border: 1px solid #888;
    border-radius: 3px;
    font-size: 15px;
    top: -5px;
    left: 15px;
    padding: 5px 10px;
}

.region-info > .name { font-weight: 600; margin-bottom: 5px; } 