﻿#page_title {
	position: relative;
	background-image: url(/images/main/serviceinfo/title.png);
	height: 112px;
}
#page_title > #page_title_text {
	position: absolute;
	top: 30%;
	left: 8%;
	 
	font-size: 24pt;
	font-weight: bold;
}

#svcinfo_wrap {
	overflow: hidden;

	border-style: solid;
	border-width: 4px;
	border-color: #dae3f3;
	/*border-color: #d9d9d9;*/
	border-top: none;
	border-left: none;
	border-right: none;
}

#svcinfo_wrap > #aside {
	width: 210px;
	float: left;

	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 20px;

	font-size: 12pt;
	line-height: 40px;
}

#svcinfo_wrap > #section {
	width: 790px;
	float: left;

	padding-top: 25px;
	padding-bottom: 50px;

	padding-left: 35px;

	/*
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2;
	border-top: none;
	border-bottom: none;
	border-right: none;
	*/
}

#svcinfo_wrap > #section > .page_title {
	font-size: 16pt;
	font-weight: bold;

	padding-left: 10px;
}

#svcinfo_wrap > #section > .title {
	font-size: 12pt;
	font-weight: bold;

	padding-left: 10px;
}
#svcinfo_wrap > #section > .line {
	width: 755px;
	height: 3px;

	margin-top: 13px;
	margin-bottom: 5px;
	background-color: #dae3f3; 
}

#svcinfo_wrap > #section > .info_wrap {
	position: relative;
	overflow: hidden;

	padding-top: 20px;
	padding-bottom: 10px;
}
/*
#svcinfo_wrap > #section > .info_wrap > .left {
	float: left;
	width: 255px;

	text-align: center;
}
#svcinfo_wrap > #section > .info_wrap > .right {
	float: left;
	width: 500px;

	font-size: 12pt;
	line-height: 25px;

	padding-left: 15px;
	padding-right: 10px;
}
*/
#svcinfo_wrap > #section > .info_wrap > .info_text > ul {
	padding-left: 20px;
}
#svcinfo_wrap > #section > .info_wrap .info_text > ul > li {
	float: left;
	list-style: disc;
	padding-top:13px;
}



/* 결제 및 기타*/
#svcinfo_wrap > #section > .info_wrap > #payandetc > .title {
	font-size: 12pt;
	font-weight: bold;
}
#svcinfo_wrap > #section > .info_wrap > #payandetc > .payandetc_list > ul {
	padding-top: 5px;
	
}
#svcinfo_wrap > #section > .info_wrap > #payandetc > .payandetc_list > ul > li {
	padding-top: 8px;
	list-style: none;
	line-height: 23px;
}



#svcinfo_wrap > #section > ul {
	padding-top: 10px;
	padding-left: 15px;
}	

#svcinfo_wrap > #section > ul > li {
	padding-top: 8px;
	color: #0070C0;
}


#svcinfo_content {
	padding-top: 25px;
	padding-bottom: 75px;
}
#svcinfo_content > .section {
	font-size: 12pt;
	font-weight: bold;

	padding-left: 25px;
}
#svcinfo_content > ul {
	padding-left: 15px;
}	
#svcinfo_content > ul > li {
	padding-top: 70px;
	padding-bottom: 10px;

	color: #0070C0;
}
#svcinfo_content > ul > li:first-child {
	padding-top: 10px;
}
#svcinfo_content > ul > li div:first-child {
	font-size: 14pt;
	font-weight: bold;
}
#svcinfo_content .content {
	padding-left: 20px;
	padding-top: 5px;
	color: #000000;
	line-height: 22px;
}

#svcinfo_content .to_top {
	padding-left: 5px;
}
