@charset "UTF-8";
/**/


/*--------------------------------------------------------------
# Title Area Contact
--------------------------------------------------------------*/

#title-area-contact {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

#title-area-contact .container {
	width: 100%;
	height: 100%;
	background: url(http://sumikorea.cafe24.com/bizdemo35830/img/01_wideskin/img/fullscreen/contact.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#title-area-contact .overlay-bg {
	background-color: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
}

#title-area-contact .title-area {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
}

#title-area-contact .title-area h1 {
	font-weight: lighter;
	color: #fff;
}

#title-area-contact .title-area p {
	font-weight: lighter;
	font-size: 15px;
	color: #fff;
	opacity: 0.7;
	margin: 0;
}

/*** Title-Area / Responsive ***/

@media (max-width: 768px){
	
	#title-area-contact .title-area h1 {
		font-size: 25px;
	}
	
	#title-area-contact .title-area p {
		font-size: 13px;
	}
	
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact-area {
    position: relative;
	width: 100%;
	padding: 200px 0;
	margin: 0;
}

#contact-area .container {
    width: 100%;
	max-width: 1400px;
}

#contact-area .info-title {
	text-align: center;
	padding: 20px 10px;
}

#contact-area .info-title h4 {
	font-weight: 500;
	color: #333;
}

#contact-area .info-title p {
	font-weight: 300;
	font-size: 17px;
}

#contact-area .info-title i {
	cursor: default;
	font-size: 50px;
	color: #999;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	border: 7px solid #999;
}

#contact-area .info-title i:hover {
	color: #ff6100;
	transition: 0.7s;
	border: 7px solid #ff6100;
}

#contact-area .info-title > .border {
	display: block;
	width: 30px;
	color: #999;
}

#contact-area .info {
    padding: 25px 25px 25px 25px;
    color: #333333;
}

#contact-area .info i {
    font-size: 32px;
    color: #ff9100;
    float: left;
}

#contact-area .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#google-map {
    margin-top: 30px;
}

#map {
    width: 100%;
    height: 500px;
}


@media (max-width: 768px) {
	
	#contact-area {
        padding: 100px 0;
    }
    
    #contact-area h1 {
        font-size: 25px;
        letter-spacing: 0px;
        padding: 0;
    }
    
    #contact-area p {
        font-size: 13px;
        padding: 0;
    }
}