/* 2024-12-31 (주)파이브센스_FIVESENSES.Corp. */
/* 
푸터 4
*/
.fix_footer.pc {
    padding: 75px 0;
}

.fix_footer.pc .container_fix {
    align-items: stretch;
}

.fix_footer.pc .fix_infos_box {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.fix_footer.pc .fix_infos_box .logo_box {
    margin-bottom: 43px;
}

/* 푸터메뉴 */
.fix_footer.pc .fix_links {
    padding: 0 0 35px;
}
.fix_footer.pc .fix_links > li {
    display: inline-block;
    position: relative;
}
.fix_footer.pc .fix_links > li a {
    font-weight: 500;
    font-size: 16px;
    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: 8px;
}

/* 패밀리 사이트 */
.fix_footer.pc .fix_links_box {
    margin-top: auto;
}
.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.fix_footer04.pc .ft_sns_cont li img {
    opacity: 0.5;
}

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

/* 문의하기 */
.fix_footer.pc .form_content {
    flex: 1;
    max-width: 730px;
    margin-top: 5px;
}
.fix_footer.pc .form_content .ft_title {
    color: #fff;
    font-size: 28px;
    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: 2px solid #a1948d !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
    width: 100%;
    margin-bottom: 11px;
    color: #ffffff;
    padding-left: 5px;
}

.fix_footer.pc .form_content select {
    padding: 13px 0;
    border-bottom: 2px solid #a1948d;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 11px;
    color: #ffffff;
}

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




.fix_footer.pc .form_content textarea::placeholder, .fix_footer.pc .form_content input[type="text"]::placeholder {
    color: #ffffff;
}
.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;
    display: block !important;
}
.fix_footer.pc .form_content .ft_btn {
    background-color: #ffffff;
    color: #583d2c;
    display: inline-block;
    border-radius: 3px;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 20px 101px;
}
.fix_footer.pc .content_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}
.fix_footer.pc .contact_agree label {
    display: flex;
    align-items: center;
}
.fix_footer.pc .contact_agree input[type="checkbox"] {
    display: none;
}
.fix_footer.pc .contact_agree span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e1e1e1;
    vertical-align: top;
    position: relative;
}
.fix_footer.pc .contact_agree input:checked + span::before {
    content: "";
    width: 2px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    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: #fff;
    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: 7px;
}

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