/* 2024-12-31 (주)파이브센스_FIVESENSES.Corp. */
/* 
푸터 4
*/
.fix_footer.pc {
    padding: 80px 0;
}
.fix_footer.pc .fix_infos_box {
    flex: 1;
}
.fix_footer.pc .fix_infos_box .logo_box {
    margin-bottom: 65px;
}

/* 푸터메뉴 */
.fix_footer.pc .fix_links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 0 35px;
}
.fix_footer.pc .fix_links > li {
    position: relative;
}
.fix_footer.pc .fix_links > li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
}
/* .fix_footer.pc .fix_links > li + li {
    padding-left: 15px;
    margin-left: 10px;
} */
/* .fix_footer.pc .fix_links > li + li:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    margin-top: -7px;
    background-color: #d6d6d6;
} */


.fix_footer.pc .fix_infos_box .info_ul > li + li {
	padding-left:15px;
	margin-left:10px;
}


.fix_footer.pc .fix_infos_box h4 {
	margin-top: 25px;
}

/* 패밀리 사이트 */
.fix_footer.pc .fix_links_box {
    margin-top: 35px;
}
.fix_footer.pc .family_site_box {
    margin-left: 0;
}

/* SNS */
.fix_footer.pc .container_fix .ft_sns_cont li:first-child {
    margin-left: 0;
}

/* 문의하기 */
.fix_footer.pc .form_content {
    flex: 1;
    max-width: 730px;
}
.fix_footer.pc .form_content .ft_title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
	line-height:1;
}
.fix_footer.pc .form_content textarea,
.fix_footer.pc .form_content input[type="text"] {
    border-bottom: 1px solid #6c7a95;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
    width: 100%;
    margin-bottom: 11px;
}
.fix_footer.pc .form_content textarea::placeholder, .fix_footer.pc .form_content input[type="text"]::placeholder {
    color: #fff;
}
.fix_footer.pc .form_content .in_flex {
    display: flex;
    align-items: center;
    gap: 26px;
}
.fix_footer.pc .form_content .in_flex .contact_box {
    flex: 1;
}
.fix_footer.pc .form_content textarea {
    height: 110px;
    resize: none;
}
.fix_footer.pc .form_content .ft_btn {
    background-color: #0a4bc3;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1.2em;
    padding: 20px 101px;
    transition: all 0.3s ease;
}
.fix_footer.pc .form_content .ft_btn:hover {
    background-color: #1d5ed7;
    transition: all 0.3s ease;
}
.fix_footer.pc .content_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}
.fix_footer.pc .contact_agree input[type="checkbox"] {
    display: none;
}
.fix_footer.pc .contact_agree span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/img/ft_checkbox.png) no-repeat;
    vertical-align: top;
    position: relative;
}
.fix_footer.pc .contact_agree input:checked + span::before {
    content: "";
    width: 2px;
    height: 4px;
    border-radius: 3px;
    background: var(--main-point-btn-line-color-hover);
    position: absolute;
    top: 7px;
    left: 5px;
    transform: rotate(-45deg);
}
.fix_footer.pc .contact_agree input:checked + span::after {
    content: "";
    width: 2px;
    height: 8px;
    border-radius: 5px;
    background: var(--main-point-btn-line-color-hover);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 9px;
}

.fix_footer.pc .contact_agree {
	margin-top: 4px;
}

.fix_footer.pc .contact_agree p {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    margin-left: 5px;
    margin-top: 2px;
}

@media (max-width: 1200px) {
    .fix_footer.pc .form_content .ft_btn {
        padding: 20px 80px;
    }
}
