body { background:#000 }

.topVisual { 
    width: 90%;
    text-align: left;
    margin-top: 100px;
    margin-left: 50px;
    color: #fff;
    font-family: "Poppins", Inter, sans-serif;
}
.topVisual .text1 { 
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 1vw;
	opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.topVisual .text1.onScreen {
	opacity:1;
	transform: translateY(150px);
	transition: opacity 0.5s ease 0.8s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.8s;
}

.topVisual .text1 span {
    display: block;
}
.topVisual .text2 { 
    font-size: 15vw;
    font-weight: 600;
    letter-spacing: -0.5vw;
    line-height: 13vw;
	opacity: 0;
    transition: opacity 0.5s ease, transform 1s cubic-bezier(.165, .84, .44, 1);
}
.topVisual .text2.onScreen {
	opacity:1;
	transform: translateY(150px);
	transition: opacity 0.5s ease 1s, transform 1s cubic-bezier(.165, .84, .44, 1) 1s;
}

#projectcouncel { width:90%;text-align:center;margin:220px auto 0;font-size:16px;color:#fff;font-weight:300;font-family: "Pretendard-Regular", serif;}
#projectcouncel .title { font-size:18px;font-weight:800;font-family: "Poppins", Inter, sans-serif; }
#projectcouncel .subtitle { margin-top:8px;font-size:36px;font-weight:400;line-height:130% }
#projectcouncel .container { width:1000px;margin:100px auto;text-align:left; }
#projectcouncel .container .title { font-size:24px;font-weight:700; }
#projectcouncel .container .txt_required { font-size:12px;color:#999;text-align:right; }
#projectcouncel .container .txt_required span { color:#dad7e9;font-size:14px; }

.coun_subtitle { font-size:18px;font-weight:800;letter-spacing:-0.5px;}
.coun_subtitle span { color:#dad7e9;}
.coun_detail { font-size:15px;font-weight:600;letter-spacing:-0.5px;color:#999;margin-bottom:18px;line-height:140%;margin-top:4px;  }
.line_councel { width:100%;height:1px;background-color:#dad7e9;margin:10px 0 20px 0; }
.line_councel_g { width:100%;height:1px;background-color:#444;margin:25px 0 25px 0; }


/*councel form*/
.form-group .form-check, .form-group .form-radio {
    margin:30px 0 30px 0;
}

.form-check .form-check-input {
    position: absolute;
    top: 2px;
    left: 0;
    z-index: -1;
    width: 21px;
    height: 21px;
    visibility: hidden;
    outline: 0;
    opacity: 0!important;
}

.form-check .form-check-label {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.form-check .form-check-label:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    content: "";
    background: #333;
    border: 1px solid #777;
    border-radius: 2px;
}

.form-check input:checked+.form-check-label:before, .form-check input:checked+label:before {
    background-color: #5e28c3;
    border-color: transparent;
}

.form-check input:checked+.form-check-label:after, .form-check input:checked+label:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 11px;
    height: 9px;
    content: "";
    background-image: url(/images/icon_check.png);
    background-repeat: no-repeat;
	background-size: contain;
}

.form-field[disabled], fieldset[disabled] .form-field {
    background-color: #ddd;
    opacity: 1;
}

.form-field {
	width: 40%;
    height: 38px;
    padding: 8px 12px;
    color: #fff;
    background-color: #000;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.form-textarea {
    width: 100%;
    height: 200px;
    padding: 7px 7px;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    background-image: none;
    border: 1px solid #555;
    border-radius: 0;
	box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}


#project_budgetwrapper { margin-top:20px; }

.form-btns:before, .form-btns:after {
    display: table;
    width: 0;
    height: 0;
    content: " ";
    background-color: transparent;
}

.form-btns:after {
    clear: both;
}

.form-btns .form-btn-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    outline: 0;
    opacity: 0!important;
}
.form-btns .form-btn-label {
    display: inline-block;
    padding: 11px 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: #dad7e9;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-color: #dad7e9;
    border-radius: 42px;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
}



.form-radio .form-radio-input {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: -1;
    width: 21px;
    height: 21px;
    visibility: hidden;
    outline: 0;
    opacity: 0!important;
}

.form-radio .form-radio-label {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    cursor: pointer;
}

.form-radio .form-radio-label:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    content: "";
    background: #333;
    border: 1px solid #d3d3d3;
    border-radius: 11px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.form-radio input:checked+.form-radio-label:after, .form-radio input:checked+label:after {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 11px;
    height: 11px;
    content: "";
    background-color: #5e28c3;
    border-radius: 6px;
}

.mart15 {margin-top:15px;}

textarea:focus, input:focus, input[type]:focus {
	border:1px solid #dad7e9 !important;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.contact_btn {
    width: 12vw;
    height: 2vw;
    background: #7331ef;
    border-radius: 10vw;
    text-align: center;
    font-weight: 700;
    font-size: 1vw;
    line-height: 1vw;
    padding-top: 1vw;
    letter-spacing: 0;
    color: #fff;
    margin: 1vw auto;
}

@media(max-width: 1024px) {
	#projectcouncel .container {
		width: 100%;
	}
	.contact_btn { 
		width: 36vw;
		height: 8vw;
		font-size: 3vw;
		line-height: 6vw;
	}
	.form-field {
		width: 100%;
		height:48px;
		box-sizing: border-box;
	}
}

@media(max-width: 640px) {
	.topVisual { margin-left:25px }
	.topVisual .text1 { 
		font-size: 6.5vw;
	}
	.topVisual .text2 { 
		font-size: 19vw;
		line-height: 19vw;
	}
	#projectcouncel {
		margin: 280px auto 0;
	}
	#projectcouncel .subtitle {
		font-size: 32px;
	}
	.contact_btn { 
		width: 40vw;
		height: 10vw;
		font-size: 3.5vw;
		line-height: 7.5vw;
	}
}