@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face{
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'GmarketSansMedium'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal; 
	font-style: normal; 
}
@font-face{ 
	font-family: 'GmarketSansLight'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); 
	font-weight: normal; 
	font-style: normal; 
} 
* {-webkit-text-size-adjust:none;}
* { margin:0;padding:0; }
a { text-decoration: none;color:#444; }
a:visited{ text-decoration: none;color:#444; }
a:hover{ color:#444; }
img{ border:0px;vertical-align:bottom; }

body{
	margin:0px;
	padding:0px;
}

/* Table */
table{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
td, th{
	padding:0px;
	word-break:break-all;
}

/* 공통 */
.text_overflow{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.text_overflow2{
	text-overflow:ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow:hidden;
}
.text_overflow3{
	text-overflow:ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow:hidden;
}
.title_font_family{
	color:#333;
	font-weight:500;
}

#wrap{ 
	width:100%;
	font-family:Noto Sans KR,Nanum Gothic,Helvetica,sans-serif;
	letter-spacing:-1px;
}

/* Mobile 환경 */
@media screen and (max-width:800px){
	/* 본문 */
	.tablet{
		display:none;
	}
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}

	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden; /* 애니메이션 효과로인한 가로 스크롤바 차단 */
	}

	/* 제품소개 */
	#wrap > #body > #body_content > #business_wrap{
		width:100%;
		background-color:#fff;
	}		
	#wrap > #body > #body_content > #business_wrap > #business{
		position:relative;
		padding:40px 0px;
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul{
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li{
		position:relative;
		list-style:none;
		padding:20px 0px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li::before{
		position:absolute;
		bottom:0px;
		left:50%;
		transform:translateX(-50%);
		width:150px;
		height:1px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:last-child::before{
		display:none;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div{
		width:80%;
		text-align:center;
		margin:20px auto;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(1){
		height:70px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(1) img{
		height:100%;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(2){
		color:#0a0a0a;
		font-size:18px;
		font-weight:bold;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(3){
		line-height:23px;
		color:#5a5a5a;
		font-size:14px;
		margin-top:18px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(4){
		color:#5a5a5a;
		font-size:16px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(4) > img{
		height:7px;
		margin-top:-3px;
		margin-left:5px;
		vertical-align:middle;
	}

	/* 사진 슬라이드1 */
	#wrap > #body > #body_content > #photo_wrap{
		border-top:1px solid #ddd;
		padding:40px 0px;
		background-color:#003964;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content{
		position:relative;
		color:#fff;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content .title{
		color:#fff;
		font-size:25px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content .title_sub{
		color:#aaa;
		font-size:16px;
		font-weight:500;
		text-align:center;
		margin-top:5px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul{
		font-size:0px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li{
		list-style:none;
		display:inline-block;
		width:calc(50% - 5px);
		height:260px;
		margin-right:10px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a{
		display:block;
		width:100%;
		height:200px;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > .caption{
		height:50px;
		color:#fff;
		font-size:16px;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
	}

	/* 사진 슬라이드2 */
	#wrap > #body > #body_content > #photo2_wrap{
		border-top:1px solid #ddd;
		padding:40px 0px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content{
		position:relative;
		color:#111;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content .title{
		color:#111;
		font-size:25px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content .title_sub{
		color:#aaa;
		font-size:16px;
		font-weight:500;
		text-align:center;
		margin-top:5px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul{
		font-size:0px;
		text-align:center;
		margin-top:30px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li{
		list-style:none;
		display:inline-block;
		width:calc(50% - 5px);
		height:260px;
		margin-right:10px;
		margin-bottom:20px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li:nth-child(2n){
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li > a{
		display:block;
		width:100%;
		height:200px;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li > .caption{
		height:50px;
		color:#111;
		font-size:16px;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
	}

	/* SERVICE */
	#wrap > #body > #body_content > #our_service_wrap{
		width:100%;
		border-top:1px solid #ddd;
		background-color:#fff;
		padding:40px 0px;
	}		
	#wrap > #body > #body_content > #our_service_wrap > #our_service{
		margin-left:10px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content{
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content .title{
		color:#111;
		font-size:25px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul{
		padding:60px 0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li{
		list-style:none;
		text-align:center;
		box-sizing:border-box;
		border:1px solid #ddd;
		padding:10px;
		margin-bottom:20px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li:last-child{
		margin-bottom:0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(1){
		width:100%;
		height:100px;
		border-radius:5px;
		background-size:cover !important;
		background-position:center !important;
		margin:auto;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .name{
		color:#111;
		font-size:20px;
		font-weight:600;
		text-align:center;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .desc{
		color:#111;
		font-size:16px;
		font-weight:400;
		text-align:left;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .button{
		color:#5a5a5a;
		font-size:16px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .button > img{
		height:7px;
		margin-top:-3px;
		margin-left:5px;
		vertical-align:middle;
	}
}

/* Tablet 환경 */
@media screen and (min-width:801px) and (max-width:1300px){
	/* 본문 */
	.mobile{
		display:none;
	}
	.pc{
		display:none;
	}
	.tablet{
		display:block;
	}

	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden; /* 애니메이션 효과로인한 가로 스크롤바 차단 */
	}

	/* 제품소개 */
	#wrap > #body > #body_content > #business_wrap{
		width:100%;
		background-color:#fff;
	}		
	#wrap > #body > #body_content > #business_wrap > #business{
		position:relative;
		padding:60px 0px;
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul{
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li{
		float:left;
		position:relative;
		width:33.33%;
		list-style:none;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li::before{
		position:absolute;
		top:50%;
		right:0px;
		transform:translateY(-50%);
		width:1px;
		height:130px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:last-child::before{
		display:none;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div{
		width:80%;
		text-align:center;
		margin:20px auto;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(1){
		height:70px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(1) img{
		height:100%;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(2){
		color:#0a0a0a;
		font-size:18px;
		font-weight:bold;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(3){
		line-height:23px;
		color:#5a5a5a;
		font-size:14px;
		margin-top:18px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(4){
		color:#5a5a5a;
		font-size:16px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(4) > img{
		height:7px;
		margin-top:-3px;
		margin-left:5px;
		vertical-align:middle;
	}

	/* 사진 슬라이드1 */
	#wrap > #body > #body_content > #photo_wrap{
		border-top:1px solid #ddd;
		padding:60px 0px;
		background-color:#003964;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo{
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content{
		position:relative;
		color:#fff;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content .title{
		color:#fff;
		font-size:35px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content .title_sub{
		color:#aaa;
		font-size:18px;
		font-weight:500;
		text-align:center;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul{
		font-size:0px;
		text-align:center;
		margin-top:50px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li{
		list-style:none;
		display:inline-block;
		width:calc(20% - 8px);
		height:260px;
		margin-right:10px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a{
		display:block;
		width:100%;
		height:200px;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > .caption{
		height:50px;
		color:#fff;
		font-size:16px;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
	}

	/* 사진 슬라이드2 */
	#wrap > #body > #body_content > #photo2_wrap{
		border-top:1px solid #ddd;
		padding:60px 0px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2{
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content{
		position:relative;
		color:#111;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content .title{
		color:#111;
		font-size:35px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content .title_sub{
		color:#aaa;
		font-size:18px;
		font-weight:500;
		text-align:center;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul{
		font-size:0px;
		text-align:center;
		margin-top:50px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li{
		list-style:none;
		display:inline-block;
		width:220px;
		height:260px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li > a{
		display:block;
		width:100%;
		height:200px;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li > .caption{
		height:50px;
		color:#111;
		font-size:16px;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
	}

	/* SERVICE */
	#wrap > #body > #body_content > #our_service_wrap{
		width:100%;
		border-top:1px solid #ddd;
		background-color:#fff;
		padding:60px 0px;
	}		
	#wrap > #body > #body_content > #our_service_wrap > #our_service{
		margin-left:20px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content{
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content .title{
		color:#111;
		font-size:35px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul{
		padding:60px 0px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li{
		float:left;
		list-style:none;
		width:calc(33.3% - 13.34px);
		text-align:center;
		box-sizing:border-box;
		border:1px solid #ddd;
		padding:10px;
		margin-right:20px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(1){
		width:100%;
		height:120px;
		border-radius:10px;
		background-size:cover !important;
		background-position:center !important;
		margin:auto;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .name{
		color:#111;
		font-size:20px;
		font-weight:600;
		text-align:center;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .desc{
		height:100px;
		color:#111;
		font-size:16px;
		font-weight:400;
		text-align:left;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .button{
		color:#5a5a5a;
		font-size:16px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .button > img{
		height:7px;
		margin-top:-3px;
		margin-left:5px;
		vertical-align:middle;
	}
}

/* PC 환경 */
@media screen and (min-width:1301px){
	/* 본문 */
	.mobile{
		display:none;
	}
	.tablet{
		display:none;
	}
	.pc{
		display:block;
	}

	#wrap > #body{
		position:relative;
		width:100%;
		background-color:#fff;
	}
	#wrap > #body > #body_content{
		position:relative;
		width:100%;
		overflow:hidden; /* 애니메이션 효과로인한 가로 스크롤바 차단 */
	}

	/* 제품소개 */
	#wrap > #body > #body_content > #business_wrap{
		width:100%;
		background-color:#fff;
	}		
	#wrap > #body > #body_content > #business_wrap > #business{
		position:relative;
		width:1000px;
		margin:auto;
		padding:80px 0px;
		/*overflow:hidden;*/
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul{
		width:100%;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li{
		float:left;
		position:relative;
		width:33.33%;
		list-style:none;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li::before{
		position:absolute;
		top:50%;
		right:0px;
		transform:translateY(-50%);
		width:1px;
		height:130px;
		background-color:#d5d5d5;
		content:"";
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li:last-child::before{
		display:none;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div{
		width:80%;
		text-align:center;
		margin:20px auto;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(1){
		height:70px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(1) img{
		height:100%;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(2){
		color:#0a0a0a;
		font-size:18px;
		font-weight:bold;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(3){
		line-height:23px;
		color:#5a5a5a;
		font-size:14px;
		margin-top:18px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(4){
		color:#5a5a5a;
		font-size:16px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #business_wrap > #business > #business_content > ul > li > div > div:nth-child(4) > img{
		height:7px;
		margin-top:-3px;
		margin-left:5px;
		vertical-align:middle;
	}

	/* 사진 슬라이드1 */
	#wrap > #body > #body_content > #photo_wrap{
		border-top:1px solid #ddd;
		padding:80px 0px;
		background-color:#003964;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo{
		width:1300px;
		margin:auto;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content{
		position:relative;
		color:#fff;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content .title{
		color:#fff;
		font-size:35px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content .title_sub{
		color:#aaa;
		font-size:18px;
		font-weight:500;
		text-align:center;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul{
		font-size:0px;
		text-align:center;
		margin-top:50px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li{
		list-style:none;
		display:inline-block;
		width:calc(20% - 16px);
		height:260px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > a{
		display:block;
		width:100%;
		height:200px;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo_wrap > #photo > #photo_content > ul > li > .caption{
		height:50px;
		color:#fff;
		font-size:16px;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
	}

	/* 사진 슬라이드2 */
	#wrap > #body > #body_content > #photo2_wrap{
		border-top:1px solid #ddd;
		padding:80px 0px;
		background-color:#f5f5f5;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2{
		width:1300px;
		margin:auto;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content{
		position:relative;
		color:#111;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content .title{
		color:#111;
		font-size:35px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content .title_sub{
		color:#aaa;
		font-size:18px;
		font-weight:500;
		text-align:center;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul{
		font-size:0px;
		text-align:center;
		margin-top:50px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li{
		list-style:none;
		display:inline-block;
		width:220px;
		height:260px;
		margin-right:20px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li > a{
		display:block;
		width:100%;
		height:200px;
		background-size:cover !important;
		background-position:center !important;
	}
	#wrap > #body > #body_content > #photo2_wrap > #photo2 > #photo2_content > ul > li > .caption{
		height:50px;
		color:#111;
		font-size:16px;
		text-align:center;
		margin-top:10px;
		overflow:hidden;
	}

	/* SERVICE */
	#wrap > #body > #body_content > #our_service_wrap{
		width:100%;
		border-top:1px solid #ddd;
		background-color:#fff;
		padding:80px 0px;
	}		
	#wrap > #body > #body_content > #our_service_wrap > #our_service{
		width:1300px;
		margin:auto;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content{
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content .title{
		color:#111;
		font-size:35px;
		font-weight:600;
		text-align:center;
		margin-top:0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul{
		padding:60px 0px;
		overflow:hidden;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li{
		float:left;
		list-style:none;
		width:calc(33.3% - 13.34px);
		text-align:center;
		box-sizing:border-box;
		border:1px solid #ddd;
		padding:30px;
		margin-right:20px;
		cursor:pointer;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li:last-child{
		margin-right:0px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(1){
		width:100%;
		height:120px;
		border-radius:10px;
		background-size:cover !important;
		background-position:center !important;
		margin:auto;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .name{
		color:#111;
		font-size:20px;
		font-weight:600;
		text-align:center;
		margin-top:20px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .desc{
		height:100px;
		color:#111;
		font-size:16px;
		font-weight:400;
		text-align:left;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .button{
		color:#5a5a5a;
		font-size:16px;
		margin-top:10px;
	}
	#wrap > #body > #body_content > #our_service_wrap > #our_service > #our_service_content > ul > li > div:nth-child(2) > .button > img{
		height:7px;
		margin-top:-3px;
		margin-left:5px;
		vertical-align:middle;
	}
}