#apply-form {
    overflow:hidden;
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder{
    opacity:0;
}

/* form style sheets */
.default-contact-write-form{
    max-width: 600px;
}
.default-contact-write-form .form-container .input-default{
    width:100%;
    border:0;
    background-color:transparent;
    height:44px;
    line-height:inherit;
    color:#000;
}
.default-contact-write-form .form-container .form-wrap {
    line-height:40px;
    padding-left:0;
    margin-bottom:35px;
    border:0;
    border-bottom:1px solid #ddd;
    font-size:16px;
    color:#313131;
    transition: all 0.2s linear 0s;
}
.default-contact-write-form .form-container .form-wrap {
    margin-bottom:30px;
}
.default-contact-write-form .form-container > .form-wrap:last-child {
    margin-bottom:20px;
}


.selectbox-custom .selectbox-custom-style2 {
    opacity:0;
}

.selectbox-custom .select-value {
    position:absolute;
    top:0;
    padding-left:15px;
    font-size:14px;
    color:#000;
}
.selectbox-custom .select-arrow::after {
    display:block;
    content:'';
    position:absolute;
    top:35%;
    right:3px;
    width:10px;
    height:10px;
    border-right:1.5px solid #000;
    border-bottom:1.5px solid #000;
    transform:rotate(45deg)
}
.content_input .file_plus::after,
.content_input .file_plus::before{
    display:block;
    content:'';
    position:absolute;
    top:35%;
    right:0;
    width:13.5px;
    height:1.5px;
    background-color: #000;
}
.content_input .file_plus::after {
    transform:rotate(90deg);
}

.default-contact-write-form .form-container .input-textarea {
    width:100%;
    height:177px;
    line-height:16px;
    border:0;
    background-color:transparent;
    resize:none;
    font-size: 13px;
}

.divide-right .form-btn {
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    .divide-right .form-btn {
        margin-top: 18px;
    }
}
.checkbox-btn-content .check-label {

}

.default-contact-write-form .contact-submit-btn {
    width:100%;
    height:50px;
    padding:0;
    background-color:#313131;
    font-family: 'Poppins', sans-serif;
    font-size:15px;
    font-weight: 300;
    color:#fff;
    letter-spacing:0.05em;
}
@media screen and (min-width: 992px) {
    .default-contact-write-form .contact-submit-btn {
        width: 260px;
    }
}
.default-contact-write-form .contact-submit-btn:hover {
}
.default-contact-write-form .contact-submit-btn:after {
    display:none;
}
.default-contact-write-form .contact-submit-btn span{
    position: relative;
}
#form-container {
    box-sizing: border-box;
}
.form-item-block {
    position: relative;
}
.default-contact-write-form .checkbox-btn-content label:before{
    width: 15px;
    height: 15px;
    background-color: #f9f9f9;
}
.default-contact-write-form .checkbox-btn-content input[type=checkbox]:checked ~ label:after{
    top:4px;
    left: 4px;
}

.default-contact-write-form .checkbox-btn-content .check-label{
    font-size: 12px;
    vertical-align: top;
    color: #454545;
    letter-spacing: -0.02em;
}
/*=================================================
            foxholder 공통(인풋박스 효과주기)
=================================================*/
.foxholder-container label {
    position: absolute;
    top: 1px;
    left: 1px;
    margin-bottom: 0;
    background: transparent;
    display: inline-block;
    align-items: center;
    font-size: 13px;
}

.foxholder-container textarea {
    resize: none;
    height: 140px;
    line-height: 24px;
}

.foxholder-container textarea + label {
    line-height: 24px;
    padding: 20px 0px;
}

.foxholder-container input + label {
    height: calc(100% - 2px);
}

.foxholder-container button {
    color: #222;
    border: 1px solid #222;
    background: transparent;
    border-radius: 4px;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
}
.foxholder-container input::placeholder,
.foxholder-container textarea::placeholder{
    color:transparent!important;
}
/* style-2 styles */
#style-2.foxholder-container label {
    opacity: 1;
    transition: all 0.2s linear 0s;
}

#style-2.foxholder-container input:focus,
#style-2.foxholder-container input.active,
#style-2.foxholder-container textarea:focus,
#style-2.foxholder-container textarea.active,
#style-2.foxholder-container select:focus,
#style-2.foxholder-container select.active
{
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #000;
}

/*=================================================
            리캡차 스타일
=================================================*/
.grecaptcha-badge{
    opacity: .5;
}


/*=================================================
약관/ 개인정보처리/ 개인정보수집 모달 스타일 커스텀
=================================================*/
.modal-custom{
    padding:0 7px;
    background-color:rgba(255,255,255,.3);
}
.modal-custom .modal-dialog{
    max-width: 600px;
    margin: 50px auto;
}
.modal-custom .modal-content{
    padding: 40px 35px;
    border-radius: 0;
}
.modal-custom .modal-content > *{
    padding:0
}
.modal-custom .title{
    margin-bottom: 15px;
}
.modal-custom .modal-header{
    border-bottom:1px solid #222;
}

.modal-custom .modal-header .title{
    font-size:21px;
    font-weight:700;
    letter-spacing:-0.1em;
    color:#000;
}
.modal-custom .modal-header .sub-title{
    font-size:14px;
    letter-spacing:-0.08em;
    color:#333;
    margin-bottom: 15px;
}
.modal-custom .modal-body{
    padding-top:30px;
}
.modal-custom .modal-body .title{
    font-size:16px;
    font-weight:500;
    letter-spacing:-0.04em;
    color:#333;
}
.modal-custom .modal-body .content{
    font-size:14px;
    font-weight:300;
    letter-spacing:-0.08em;
    color:#777;
}
.modal-custom .modal-body .content:last-child{
    margin-bottom:36px;
}
.modal-custom .modal-postscript .content{
    line-height: 1.5;
    margin-bottom:30px;
}

.modal-custom .btn-close{
    width: 100%;
    padding: 15px 0;
    background-color: #000;
    border: none;
    border-radius:0;
    outline:none;
    font-size: 16px;
    font-weight:500;
    letter-spacing: -0.08em;
    color:#fff;
}