/* 2024-12-31 (주)파이브센스_FIVESENSES.Corp. */
/* 
푸터 4
*/

/* 문의하기 */
.fix_footer.mob .form_content {
    padding: 35px 0;
    border-top: 1px solid #583d2c;
}
.fix_footer.mob .form_content .ft_title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}
.fix_footer.mob .form_content .form_flex {
    display: flex;
    gap: 0 18px;
}
.fix_footer.mob .form_content .input_wrap {
    width: calc(100% - 114px);
}
.fix_footer.mob .form_content textarea,
.fix_footer.mob .form_content input[type="text"] {
    border: none;
    border-bottom: 1px solid #a1948d;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 5px;
    color:#fff;
}

.fix_footer.mob .form_content select {
    border-bottom: 1px solid #a1948d;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    width: 100%;
    margin-bottom: 20px;
    padding: 9px 0;
    color:#fff;
}

.fix_footer.mob .form_content select option {
    color: #0c0c0c;
}

.fix_footer.mob .form_content textarea::placeholder, .fix_footer.mob .form_content input[type="text"]::placeholder {
    color: #fff;
}
.fix_footer.mob .form_content .in_flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fix_footer.mob .form_content .in_flex .contact_box {
    flex: 1;
}
.fix_footer.mob .form_content textarea {
    height: 36px;
    resize: none;
    padding: 0;
    margin-bottom: 0px;
}

.fix_footer.mob .form_content .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 151px;
}

.fix_footer.mob .form_content .ft_btn {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #583d2c;
    border-radius: 2.5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2em;
    white-space: nowrap;
}
.fix_footer.mob .content_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}
.fix_footer.mob .content_bot label {
    display: flex;
    align-items: center;
}
.fix_footer.mob .contact_agree input[type="checkbox"] {
    display: none;
}
.fix_footer.mob .contact_agree span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    position: relative;
}
.fix_footer.mob .contact_agree input:checked + span::before {
    content: "";
    width: 1px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 4px;
    transform: rotate(-45deg);
}
.fix_footer.mob .contact_agree input:checked + span::after {
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 5px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 9px;
}
.fix_footer.mob .contact_agree p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    margin-left: 8px;
}

/* SNS 호버 액션 */
.fix_footer.fix_footer04.mob .ft_sns_cont li .sns_hover_img {
    display: none;
}
