/* 모바일 환경 */
@media screen and (max-width:800px){

	/* 주요서비스 */
	#wrap > #body > #body_content > #service_wrap{
		display:none;
	}
}

/* 테블릿 환경 */
@media screen and (min-width:801px) and (max-width:1200px){

	/* 주요서비스 */
	#wrap > #body > #body_content > #service_wrap{
		display:none;
	}
}

/* PC 환경 */
@media screen and (min-width:1201px){

	/* 주요서비스 */
	#wrap > #body > #body_content > #service_wrap{
		width:100%;
		height:100%;
		border-top:1px solid #eaeaea;
		background-color:#fff;
	}		
	#wrap > #body > #body_content > #service_wrap > #service{
		width:1200px;
		padding:90px 0px;
		margin:auto;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul{
		overflow:hidden;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li{
		float:left;
		list-style:none;
		position:relative;
		display:block;
		width:33.33%;
		color:#222;
		text-align:left;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1){
		width:35%;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(2){
		width:35%;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(3){
		width:30%;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li::before{
		position:absolute;
		top:20px;
		right:50px;
		width:1px;
		height:150px;
		background-color:#e5e5e5;
		content:"";
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:last-child::before{
		display:none;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li > .title_font_family{
		color:#222;
		font-size:26px;
		font-weight:600;
		text-align:left;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li > .title_font_family > img{
		margin-right:10px;
		vertical-align:middle;
	}

	/* 고객센터 */
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content1{
		margin-top:20px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content1 > p{
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content1 > p:nth-child(1){
		font-size:24px;
		font-weight:500;
		letter-spacing:-1px;
		text-align:left;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content1 > p:nth-child(1) > .center{
		margin-left:5px;
		margin-right:5px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content1 > p:nth-child(2){
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content2{
		font-size:19px;
		font-weight:400;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(1) > div.content2 > .name{
		display:inline-block;
		width:70px;
		font-weight:500;
	}

	/* 업무시간 */
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(2) > div.content1{
		font-size:19px;
		font-weight:400;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(2) > div.content1 > .name{
		color:#222;
		font-size:18px;
		font-weight:600;
		margin-right:3px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(2) > div.content1 > .time{
		color:#000;
		font-size:26px;
		font-weight:500;
		letter-spacing:1px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(2) > div.content2{
		font-size:17px;
		font-weight:500;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(3) > div.content1{
		font-size:17px;
		font-weight:400;
		line-height:25px;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(3) > div.content1 > .name{
		display:inline-block;
		width:150px;
		font-size:17px;
		font-weight:600;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(3) > div.content1 > .number{
		font-size:23px;
		font-weight:500;
	}
	#wrap > #body > #body_content > #service_wrap > #service > ul > li:nth-child(3) > div.content2{
		font-size:15px;
		font-weight:400;
		margin-top:10px;
	}
}