/*=================================================
		01. about
=================================================*/
#about-page{
	margin:120px 0 0;
}

#about-page #about{
	padding-top:0;
}

#about-page #about .item-wrap{
	font-size:15px;
    margin-top: 70px;
}

#about-page #about .item-wrap .item-data1,
#about-page #about .item-wrap .item-data2{
	font-size:36px;
	font-weight:700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.4px;
    line-height:0.9;
}

#about-page #about .item-wrap .item-title{
	margin:45px 0 15px;
	font-size:18px;
}

#about-page #about .item-wrap .item-desc {
	line-height:1;
}

#about-page #about .item-wrap .item-subtitle{
	font-size:18px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	
}

/***** xs *****/
@media (max-width: 767px){
	#about-page{
		margin:55px 0 0;
	}	
	
	#about-page #about .item-wrap .item-data1,
	#about-page #about .item-wrap .item-data2{
		font-size:26px;
	}
	
	#about-page #about .item-wrap {
	    font-size: 14px;
	}
	
	#about-page #about .item-wrap .item-desc{
		font-size:1.4;
	}
}

/*=================================================
		02. process
=================================================*/
/*****#####===== 타이틀 =====#####*****/
#about-page #process .section-title-wrap .section-title{
	text-align:left;
	font-size:36px;
	font-weight:700;
    font-family: 'Montserrat', sans-serif;
    
    color:#000;
    letter-spacing: -1.4px;
    line-height:0.9;
}

#about-page #process .section-title-wrap{
	padding:30px 0;
}

#about-page #process .section-title-wrap .section-title span{
	display:block;
	
	font-size:36px;
	font-weight:700;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    letter-spacing: -1.4px;
    line-height:0.9;
}

#about-page #process .section-title-wrap .section-subtitle{
	margin:45px 0 15px;
	font-size:18px;
}

#about-page #process .section-title-wrap .section-desc{
	font-size:15px;
}

#about-page #process .section-title-wrap .section-desc span{
	font-size:20px;
}

/*****#####===== 아이템 전체 =====#####*****/
#about-page #process .item-wrap{
    padding: 0 16%;
    position:relative;
}

#about-page #process .item-wrap:before{
    position:absolute;
    right:141px;
    bottom:21px;
    
    content:"";
    display:block;
    width:90px;
    height:2px;
    background:url(/img/page/dashed.png);
}

#about-page #process .item-wrap.nono:before{
    display:none;
}

#about-page #process .item-wrap:hover .item-icon{
    background-color: #fff;
   	color:#e50012;
     
     -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;
}

#about-page #process .item-icon{
    font-size: 60px;
    border-radius: 50%;
    background-color:rgba(255,255,255,0.15);
    border: 1px solid #fff;
    border-color: rgba(255,255,255,0.27);
 	color:#fff;
    
    -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;
}

#about-page #process .item-icon i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	

	-webkit-transform: translate(-50%, -50%);		
	-moz-transform: translate(-50%, -50%);	
	-o-transform: translate(-50%, -50%);	
	-ms-transform: translate(-50%, -50%);		
}

#about-page #process .item-title{
	padding: 12px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
	#about-page #process .item-wrap{
	    padding: 0 8%;
	}	
	
	#about-page #process .item-wrap:before{
	    display:none;
	}

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	#about-page #process .item-wrap{
	    padding: 0 5%;
	}	
	
	#about-page #process .item-wrap:before{
	    display:none;
	}
	
	#about-page #process .section-title-wrap{
		padding:70px 0;
	}
	
	#about-page #process .item-icon{
		font-size:40px;
	}
	
	#about-page #process .item-title{
		font-size:15px;
	}
}

/***** xs *****/
@media (max-width: 767px){
	#about-page #process .item-wrap {
	    padding: 0 5%;
	}	
	
	#about-page #process .item-wrap:before{
	    display:none
	}
	#about-page #process .section-title-wrap{
		padding:0;
	}
	
	#about-page #process .section-title-wrap .section-title{
		font-size:26px;
	}
	
	#about-page #process .section-title-wrap .section-desc{
		font-size:14px;
	}
	
	#about-page #process .section-title-wrap .section-desc span{
		font-size:18px;
	}
	
	/*****#####===== 아이템 전체 =====#####*****/
	#about-page #process .item-title{
		font-size:14px;
	}
	
	#about-page #process .item-icon{
		font-size:50px;
	}
}
/*=================================================
		03. payment
=================================================*/
/*****#####===== 타이틀 =====#####*****/
#about-page #payment .item-wrap .item-data1,
#about-page #payment .item-wrap .item-data2{
	font-size:36px;
	font-weight:700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.4px;
    line-height:0.9;
}

#about-page #payment .item-wrap .item-title{
	margin:45px 0 15px;
	font-size:18px;
}

#about-page #payment .item-wrap .item-desc {
	line-height:1.8;
	font-size:15px;
}

#about-page #payment .item-wrap .item-desc .point{
	font-size:20px;
}

#about-page #payment .item-wrap .item-subtitle{
	font-size:20px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	
}

/***** xs *****/
@media (max-width: 767px){
	/*****#####===== 타이틀 =====#####*****/
	#about-page #payment .item-wrap .item-data1,
	#about-page #payment .item-wrap .item-data2{
		font-size:26px;
	}
	
	#about-page #payment .item-wrap .item-desc{
		font-size:14px;
		letter-spacing:-1px;
	}
	
	#about-page #payment .item-wrap .item-subtitle {
	    font-size: 18px;
	}
}
