/************************************************************\
* CONTACT
\************************************************************/
#contact{
}
#contact .container{
	box-sizing: border-box;
	margin: 0 auto 83px;
	padding-top: 96px;
	padding-right: 4px;
}

/*****************************\
* LEFT INFO
\*****************************/
#contact .infomation{
	position: relative;
	float: left;
	
	width: 424px;
	margin-top: -4px;
	padding-right: 77px;
	border-right: 1px solid #e4e4e4;
}
#contact .infomation .left{
}
#contact .infomation h2{
	margin-bottom: 40px;
	letter-spacing: 0.03em;
	opacity: 0;
}
#contact .infobox{
	opacity: 0;
}
#contact .infomation p{
	display: block;
	width: 415px;
	margin-bottom: 85px;
	clear: both;
	color: #292929;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.043em;
}
#contact .infomation h3{
	color: #292929;
	padding-bottom: 20px;
	border-bottom: 2px solid #a3a3a3;
	font-family: proxima_novasemibold;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.047em;
}
#contact .infomation .field {
    display: inline-block;
	box-sizing: border-box;
    width: 100%;
	margin-left: 1px;
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
}
#contact .infomation .field:nth-child(4){
	border-bottom: 0;
}
#contact .infomation .field .name {
    float: left;
	
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 600;
}
#contact .infomation .field em {
    float: right;
    width: 357px;
	
	color: #292929;
	font-size: 14px;
	letter-spacing: 0.04em;
}

#contact .infomation .contact_map{
	cursor: pointer;
	margin-top: 50px;
	width: 200px;
	
	opacity: 0;
}
#contact .infomation .contact_map .map_icon{
    background-image: url("../images/contact_map.png");
    background-repeat: no-repeat;
	background-position: 0 0;
    float: left;
	
    width: 38px;
    height: 30px;
	margin-right: 24px;
    color: white;
    font-size: 12px;
    line-height: 25px;
	
	-webkit-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;
}
#contact .infomation .contact_map:hover .map_icon{
	background-position: 0 -31px;
}
#contact .infomation .contact_map span{
	float: left;
	margin-top: 12px;
	font-size: 18px;
	letter-spacing: 0.06em;
}

/*****************************\
* RIGHT FORM
\*****************************/
#contact form{
	box-sizing: border-box;
	float: right;
	width: 497px;
	padding-left: 83.5px;
	
	opacity: 0;
}
#contact .markde_tip{
	margin-bottom: 86px;
	margin-left: 4px;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 600;
}
#contact form em{
	color: #ff0000;
	margin-left: 7px;
}
#contact form .field .name{
	margin-left: 4px;
	line-height: 33px;
}
#contact form .right{
	float: right;
	width: 68%;
}
#contact form .field input[type="text"]{
    width: 100%;
	height: 34px;
}
#contact form .field .select {
    background: rgba(0, 0, 0, 0) url("../images/contact_s.jpg") no-repeat scroll right center;
    overflow: hidden;
    margin-bottom: 0;
    border: 0 none;
}
#contact form .field .select select {
    background: transparent none repeat scroll 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0 none;
    border-radius: 0;
    width: 100%;
    height: 34px;
    padding: 0;
	
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}
#contact form .field textarea{
	background: transparent;
	
	width: 100%;
	height: 121px;
	border: none;
    color: #606060;
    font-size: 13px;
    line-height: 36px;
    letter-spacing: 0.05em;
	
    border-radius: 0;
}
#contact form .fc5 {
	padding-bottom: 8px;
}
#contact form .field_button{
	margin-top: 14px;
}
#contact form .btn_reset{
	margin-right: 9px;
}
/*****************************\
* GOOGLE MAP
\*****************************/
#contact .map_wrapper{
	position: relative;
	overflow: hidden;
	height: 0;
	
	opacity: 0;
}
#contact #map{
	width: 100%;
	height: 666px;
}
/*****************************\
* GOOGLE CLOSE
\*****************************/
#contact #map_close{
	background: #ffffff;
	box-sizing: border-box;
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: 980;
	
	width: 56px;
	height: 53px;
	margin-left: -28px;
	
	cursor: pointer;
}
#contact #map_close span {
    background-color: #474747;
    -moz-user-select: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
	
    width: 28px;
    height: 2px;
    margin-top: -2px;
    margin-left: -14px;
    font-size: 0;
	
	-webkit-transition: background-color 0.3s ease 0s;
		 -o-transition: background-color 0.3s ease 0s;
	        transition: background-color 0.3s ease 0s;
}
#contact #map_close span::before, #contact #map_close span::after {
    background: #474747 none repeat scroll 0 0;
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
	
    width: 100%;
    height: 100%;
	
	-webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
		 -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
	        transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99) 0s;
}
#contact #map_close span::before {
	-webkit-transform: translateY(-340%);
	   -moz-transform: translateY(-340%);
	    -ms-transform: translateY(-340%);
	     -o-transform: translateY(-340%);
	        transform: translateY(-340%);
}
#contact #map_close span::after {
	-webkit-transform: translateY(340%);
	   -moz-transform: translateY(340%);
	    -ms-transform: translateY(340%);
	     -o-transform: translateY(340%);
	        transform: translateY(340%);
}

#contact #map_close span {
  background-color: transparent;
  width: 28px;
  height: 2px;
}
#contact #map_close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
#contact #map_close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
#contact #map_close.dark span {
  background: transparent;
}
#contact #map_close:hover span:before,
#contact #map_close:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}