.contactWrap {
		width: 100%;
		height: 574px;
		background: url(/image/lubo/m_contact_bg.jpg) no-repeat center 0;
	}

	.contactWrap .info_con {
	    float: left;
		width: 480px;
		padding-top: 100px;
		color: #fff;
		margin-left:30px;
	}

	.contactWrap h3 {
		color: #fff;
		text-align: left;
		padding-bottom: 40px;
		font-size: 40px;
		font-weight: bold;
	}

	.contactWrap .info_con p {
		padding-bottom: 50px;
		font-size: 17px;
		line-height: 28px;
		letter-spacing: -0.2px;
	}

	.contactWrap .info_con strong {
		display: block;
		padding-bottom: 10px;
		font-size: 30px;
		line-height: 33px;
		letter-spacing: -0.2px;
	}



	 .contactWrap .InputArea {
		float: left;
		padding-top: 100px;
	}
		
	   
   table, th, td, div {
		border-collapse: separate;
	}

	input, textarea, select, button, table {
		/*font-size: 13px;*/
		font-family: "Nanum Gothic", "Century Gothic", 돋움, Dotum, Helvetica, AppleGothic, sans-serif;
		color: rgb(34, 34, 34);
		margin: 0px;
	}

	tbody {
		display: table-row-group;
		vertical-align: middle;
		border-color: inherit;
	}

	table {
		display: table;
		border-collapse: separate;
		border-spacing: 2px;
		border-color: grey;
	}

	tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

 .contactWrap .InputArea input.text {
    width: 303px;
    height: 58px;
    padding: 0 20px;
    border: 1px solid #adadae;
    background: none;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
}

.contactWrap .InputArea td {
    padding-bottom: 4px;
    vertical-align: top;
}


.contactWrap .InputArea .textarea {
    width: 301px;
    height: 160px;
    padding: 20px;
    margin-left: 5px;
    border: 1px solid #adadae;
    background: none;
    font-size: 16px;
    color: #fff;
	line-height: 130%;
}

.contactWrap .InputArea .privacy_area {
    width: 653px;
    height: 83px;
    padding: 20px;
    border: 1px solid #adadae;
    background: none;
    font-size: 14px;
    color: #ddd;
}

.contactWrap .InputArea .btnArea {
    padding-top: 10px;
    color: #ddd;
    overflow: hidden;
}

.contactWrap .InputArea .btnArea .privacyCheck {
    float: left;
    padding-top: 13px;
}

.contactWrap .InputArea .btnArea .privacyCheck .comm_check_label {
    font-size: 16px;
    color: #ddd;
}

.comm_check {
    position: absolute;
    left: -9999px;
}


.comm_check_label .ico_check3 {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-top: -2px;
    margin-right: 5px;
    background: url(/image/lubo/icon_check.png) no-repeat left top;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.check_on .ico_check3 {
    background-position: left bottom;
}


 .contactWrap .InputArea .btn_send {
		float:right;
		display: block;
		width: 128px;
		height: 45px;
		border-radius: 30px;
		background: #004499;
		font-size: 22px;
		color: #fff;
		line-height: 45px;
		text-align: center;
		padding:2px 10px;
}

::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #FFF;
}
:-moz-placeholder { /* 파이어폭스 4–18 */
   color: #FFF;
   opacity:  1;
}
::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #FFF;
   opacity:  1;
}
:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #FFF;
}
::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #FFF;
   opacity:  1;
}
