.inq_Wrap{
	width:100%;
	position:relative;
}

.conW_Box{
    width: 100%;
    position: relative;
    padding: 240px 0px 140px 0px;
    background-color: #fff;
}

.conW_sidebox{
	width:100%;
	position:relative;
	max-width:1100px;
	margin:0 auto;
	padding:0px 20px;
}
.conH1{
	display:block;
	position:relative;
	overflow:hidden;
}
.conH1 h1{
	position:relative;
	display:block;
	text-align:left;
	font-weight:700;
	font-size:6rem;
	line-height:6.6rem;
	letter-spacing:3px;
	color:#222222;
	font-family: 'Raleway', sans-serif;
}

.conW_InputBox{
	width:100%;
	position:relative;
}
.inquiry-section + .inquiry-section{margin-top: 130px;}

.conW_InputBox h3{
    font-weight:400;
	font-size:38px;
	line-height:55.02px;
	letter-spacing:-0.8px;
	color:#2B333E;
	margin-bottom:40px;
}

.topCheckBox span + span{margin-left:50px;}
.topCheckBox input[type="radio"]:checked,
.topCheckBox input[type="radio"]:not(:checked) {
	position: absolute;
    opacity:0!important;
}
.topCheckBox label{margin-bottom: 0;}
.topCheckBox input[type="radio"]:checked + label,
.topCheckBox input[type="radio"]:not(:checked) + label{position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    color: #444; 
	font-size: 18px;
	font-weight: 400;
	line-height: 26.06px;
	letter-spacing: -0.2px;
}
.topCheckBox input[type="radio"]:checked + label:before,
.topCheckBox input[type="radio"]:not(:checked) + label:before {content: '';
    position: absolute;left: 0;top: 50%;
    transform: translateY(-50%);
    width: 20px; height: 20px;
    border: 1px solid #444;
    border-radius: 100%;
    background: #fff;
}
.topCheckBox input[type="radio"]:checked + label:before{
    text-align: left;
    color: #444;
    border: 1px solid #3182F6;
}
.topCheckBox input[type="radio"]:checked + label:after,
.topCheckBox input[type="radio"]:not(:checked) + label:after { content: '';
    width: 12px; height:12px;
    background: #3182F6;
    position: absolute;  top: 50%;left: 5px;
	
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.topCheckBox input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0); transform: scale(0);
}
.topCheckBox input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%); 
    transform: scale(1)  translateY(-50%);
}



.input-flex {
    margin-top: 40px;
    display: flex;
}
.input-wrap{flex: 1}

.inquiry-section .input-wrap + .input-wrap{margin-left: 24px;}
.input-field {
    width: 100%;
    display: block;
    position: relative;
}

.input-field input[type="text"]{text-align: left;line-height: 69px;}
.input-field input {
	border-bottom: 1px solid #eee;
    border-left: none;
	border-right: none;
	border-top: none;
    flex: 1;
    line-height: 5rem;
    width: calc(100% - 0px);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	font-size:18px;
	padding-left:10px;
	letter-spacing:-0.2px;
	color:#222222;
	font-weight:400;
}
.ifLine:focus {border-bottom: 1px solid #222222;background-color: #fff;}
.on_ifLine{border-bottom: 1px solid #222222!important;}
.m_bar {border-bottom: 1px solid #222222;outline: 0;}
.input-flex  .input-field label{left: 0;
    font-weight: 300;
}
.input-field label {
    color: #888;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 300;
    line-height: 26.06px;
	letter-spacing:-0.2px;
    color: #888;
}
.input-field input:valid~label,
.input-field input:focus~label{
	font-size:14px; color: #444;
	top: -10px;
}
.inquiry-section textarea{
    width: 100%; height: 300px;
    padding: 30px;
	border-radius:0px;
    border: 1px solid #eeeeee;
	background-color:#fff;
    outline: none;
    resize: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: -0.4px;
	color:#444;
    text-align: left;
}
.inquiry-section textarea::placeholer{
	font-size: 18px;
    font-weight: 300;
    line-height: 26.06px;
    letter-spacing: -0.4px;
	color:#888888;
}

/* checkbox */
.formCheck{margin-top: 20px;}
.checkBox {display: block;position: relative;padding-left: 23px;margin-bottom: 0;cursor: pointer;font-size: 15px;font-weight: 400; line-height: 21.72px;letter-spacing: -0.2px;text-align: left;}
.checkBox a {
    text-decoration: underline!important;
    margin-left: 4px;
    font-size: 15px;
    line-height: 21.72px;
    color: #888888;
}
.checkBox input { height: 0; width: 0;position: absolute;opacity: 0;cursor: pointer;}
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
	border:1px solid #dddddd;
    transform: translateY(-50%);
}
.checkmark:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    display: none;
}
.checkBox input:checked ~ .checkmark:before {display: block;}
.checkmark:after {content: "";position: absolute;display: none;}
.checkBox input:checked ~ .checkmark:after {display: block;}
.checkBox .checkmark:after {
    left: 35%;
    top: 0px;
    width: 3px;
    height: 8px;
    border: 1px solid #3182F6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.conW_btnBox{
	text-align:center;
	display:block;
	margin-top:113px;
}
.conW_btnBox button{
	border:1px solid #3182F6;
	background-color:#fff;
}
.conW_btn {
    display: inline-block;
    width: 180px;
    height: 58px;
    position: relative;
	border:1px solid #3182F6;
	text-align:Center;
	font-weight:600;
	font-size:18px;
	line-height:62px;
	color:#3182F6;
	cursor:pointer;
	border-radius:30px;
}

@media (max-width: 1200px){
	.conW_Box {
		padding: 200px 0px 140px 0px;
	}
	.conW_InputBox h3 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	.conW_Box {
		padding: 120px 0px 80px 0px;
	}
	.conW_InputBox h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.topCheckBox input[type="radio"]:checked + label:before, .topCheckBox input[type="radio"]:not(:checked) + label:before {
		width: 16px;
		height: 16px;
		border: 1px solid #444;
	}
	.topCheckBox input[type="radio"]:checked + label:after, .topCheckBox input[type="radio"]:not(:checked) + label:after {
		left: 3px;
	}
	.topCheckBox input[type="radio"]:checked + label, .topCheckBox input[type="radio"]:not(:checked) + label {
		padding-left: 26px;
		font-size: 15px;
		line-height: 38px;
	}
	
	.inquiry-section + .inquiry-section {
		margin-top: 50px;
	}
	.input-flex {
		margin-top: 30px;
	}
	.input-field input[type="text"] {
		text-align: left;
		line-height: 40px;
	}
	.input-field label {
		font-size: 14px;
		line-height: 26.06px;
	}
	
	.inquiry-section textarea {
		height: 240px;
		padding: 14px;
		font-size: 15px;
		line-height: 24px;
	}
	
	.conW_btnBox {
		margin-top: 70px;
	}
	
	.checkBox {
		font-size: 13px;
		line-height: 21.72px;
	}
	.checkBox a {
		font-size: 13px;
	}
	.conW_btn {
		width: 170px;
		height: 48px;
		font-size: 16px;
		line-height: 50px;
		border-radius: 24px;
	}
}