/*=================================================
		00. 공통
=================================================*/
.main-inc-wrap .border-wrap{
    margin: 0 4% 0;
    padding: 5px;
}

.main-inc-wrap .item-wrap {
    margin: 5px;
}

.main-inc-wrap button{
	padding: 60px 0;
	border: none;
	background: none;
}

.main-inc-wrap button i:before{
    font-size: 45px;
    color: #818386;	
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	.isotope-lists-wrap .grid-sizer,
	.isotope-lists-wrap .grid-item{
		width: 49%;
	}
	
	.main-inc-wrap button {
	    padding: 15px 0;
	}		
}
/*=================================================
		01. Service
=================================================*/
#service .item-icon{
	font-size: 40px;
}

#service .item-title{
	padding: 8px 0;
	
	font-size: 16px;
	font-weight: 600;
}


/*=================================================
		03. Features
=================================================*/
/*****#####===== 일반 =====#####*****/
#features{
	padding: 0;
}

/*****#####===== 특징 전체 =====#####*****/
#features .features-wrap{
	padding: 80px 0;
}

#features .features-wrap:nth-child(even){
	background-color: #F4F4F4;
}

/*****#####===== 아이템 전체 =====#####*****/
#features .item-wrap{
	margin: 10px 0;
	padding: 10px 50px 10px 0;
	
	background-color: #FFFFFF;
	
	text-align: left;
}

#features .features-wrap:nth-child(even) .item-wrap{
	background-color: #F4F4F4;
}

/***** 아이템 테두리 *****/
#features .features-wrap:nth-child(odd) .item-wrap:before{
	position: absolute;
	content: '';
	top: -20px;
	left: 80px;
	width: 85%;
	height: 110%;
	z-index: -1;
	
	border: 4px solid #A6D78F;
}

#features .features-wrap:nth-child(3) .item-wrap:before{
	border: 4px solid #B6BCD2;
}

/***** 아이템 요소 *****/
#features .item-subtitle{
	font-size: 18px;
	font-weight: 300;
}

#features .item-title{
	margin: 20px 0;
	
	font-size: 52px;
	font-weight: 300;
}


/*=================================================
		04. Portfolio
=================================================*/
/*****#####===== 카테고리 버튼 =====#####*****/
.portfolio-tmpl-wrap .bcat-btn{
	padding: 0 10px 2px 0;
	
	background: none;
	box-shadow: none;
	border-bottom: 2px solid #AAAAAA;
	
	color: #AAAAAA;
	text-align: left;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.portfolio-tmpl-wrap .bcat-btn:hover,
.portfolio-tmpl-wrap .bcat-btn.active{
	padding-right: 40px;
	
	border-bottom: 2px solid #000000;
	
	color: #000000;
	font-weight: 700;
}

/*****#####===== 리스트 =====#####*****/
/***** 레이어 *****/
.portfolio-tmpl-wrap .item-wrap .inner{
	padding: 0 50px;
}

.portfolio-tmpl-wrap .item-wrap .vertical-list li{
	width: 50%;
}

/***** 아이템 요소 *****/
.portfolio-tmpl-wrap .item-wrap .item-title{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	opacity: 0;
	
	background-color: rgba(92,156,59, 0.7);
	
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.portfolio-tmpl-wrap .item-wrap:hover .item-title{
	opacity: 1;
	
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.portfolio-tmpl-wrap .item-wrap .item-icon{
	font-size: 30px;
}

.portfolio-tmpl-wrap .item-wrap .item-subtitle{
	opacity: 0;
}

.portfolio-tmpl-wrap .item-wrap .vertical-list li:hover .item-subtitle{
	opacity: 1;
}

/*****#####===== 반응형 보기 =====#####*****/
.responsive-show-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 20px;
	
	background-color: green;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.responsive-show-wrap.active{
	height: 600px;
}

/***** 반응형 다바이스 *****/
.responsive-device{
	position: absolute;
	
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

/* 아이폰 */
.responsive-device.iphone{
	width: 360px;
	height: 640px;
	padding: 20px 20px 40px 20px;
	top: 120px;
	left: -90px;
	
	background-color: grey;
}

/* 아이패드 */
.responsive-device.ipad{
	width: 768px;
	height: 1024px;
	padding: 30px 30px 30px 30px;
	top: -200px;
	
	background-color: blue;
}

/* 아이맥 */
.responsive-device.imac{
	width: 1400px;
	height: 800px;
	padding: 30px 30px 100px 30px;
	top: -200px;
	left: 90px;
	
	background-color: black;
}

/***** 반응형 뷰어 *****/
.responsive-viewer{
	width: 100%;
	height: 100%;
}

.responsive-viewer iframe{
	width: 100%;
	height: 100%;
}


/*=================================================
		05. Price
=================================================*/
/*****#####===== 가격 테이블(카드) =====#####*****/
#price table{
	width: 100%;
}

#price table th{
	width: 150px;
	padding: 50px 0;
	
	background-color: #454A5A;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}

#price table.section-table th{
	background-color: #65B146;
}

#price table th span{
	display: inline-block;
	padding: 5px 15px;
	
	border: 2px solid #FFFFFF;
}

#price table td{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #B7B7B7;
	
	font-size: 60px;
	font-weight: 900;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#price table.price-table td small{
	font-size: 20px;
	font-weight: 300;
}

#price table.section-table td{
	background-color: #383E50;
	
	font-size: 50px;
	font-weight: 300;
}

/*****#####===== 가격 설명 =====#####*****/
#price .text-wrap{
	margin-top: 30px;
	padding: 20px 40px;
	
	border: 2px solid #595D6D;
	
	text-align: left;
}

#price .text-wrap h5{
	font-size: 18px;
}

#price .text-wrap ul li{
	line-height: 2em;
}

#price .text-wrap ul li:before {
	content: '\ffed';
	margin-right: 0.5em;
}






















































