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

/* 문의하기 */
.fix_footer.mob .form_content {
    padding: 37px 0;
    border-top: 1px solid #e1e1e1;
}
.fix_footer.mob .form_content .ft_title {
    color: var(--main-box-font-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
.fix_footer.mob .form_content .form_flex {
    display: flex;
}
.fix_footer.mob .form_content .input_wrap {
    width: 100%;
}
.fix_footer.mob .form_content textarea,
.fix_footer.mob .form_content input[type="text"],
.fix_footer.mob .form_content input[type="password"] {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
    width: 100%;
    margin-bottom: 20px;
    color: #0c0c0c;
}
.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 .ft_btn {
    background-color: var(--main-btn-font-point-color);
    color: #fff;
    display: inline-block;
    border-radius: 2.5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 65px 21px;
    max-width: 95px;
    white-space: nowrap;
    margin-left: 15px;
}
.fix_footer.mob .content_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.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: 15px;
    height: 15px;
    background: url(/img/m_ft_checkbox.png) center / 100% 100% no-repeat;
    position: relative;
}
.fix_footer.mob .contact_agree input:checked + span::before {
    content: "";
    width: 2px;
    height: 4px;
    border-radius: 3px;
    background: var(--main-btn-font-point-color);
    position: absolute;
    top: 7px;
    left: 5px;
    transform: rotate(-45deg);
}
.fix_footer.mob .contact_agree input:checked + span::after {
    content: "";
    width: 2px;
    height: 8px;
    border-radius: 5px;
    background: var(--main-btn-font-point-color);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}
.fix_footer.mob .contact_agree p {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--main-box-font-color2);
    line-height: 1em;
    margin-left: 5px;
}

.fix_footer .fix_infos_box .container_fix {
    padding: 30px 15px;
}

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