/* BASIC css start */
#special{
    width: 1140px;
    margin: auto;
}

#special a{
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    margin: 15px 0 5px;
}

#about_us_footer a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
    color: #fff
}

#about_us_footer {
    margin-right: 300px;
}

#layout_footer {
    background: var(--white);
    margin: 0 auto;
    padding: 40px 0;
    width: 1560px;
    position: relative;
}

#layout_footer::after {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: var(--gray500);
}

#layout_footer .footerTop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--gray500);
}

#layout_footer .footerTop .footerLogo img { width: 140px;}

#layout_footer .footerTop .footerMenu {
    display: flex;
    gap: 0 35px;
}

#layout_footer .footerTop .footerMenu ul {
    display: flex;
}

#layout_footer .footerTop .footerMenu .tit {
    
    font-weight: 700;
    letter-spacing: -0.45px;
    color: var(--gray900);
    margin-right: 20px;
}

#layout_footer .footerTop .footerMenu ul ul {
    display: flex;
    flex-flow: column;
    gap: 16px 0;
}

#layout_footer .footerTop .footerMenu ul ul a {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.36px;
    color: var(--gray900);
}

#layout_footer .footerTop .cs strong {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: var(--gray900);
}

#layout_footer .footerTop .cs h3 {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: var(--gray900);
}

#layout_footer .footerTop .cs p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.36px;
    color: var(--gray900);
    line-height: 15px;
}

#layout_footer .footerTop .links {
    display: flex;
    flex-flow: column;
    gap: 40px 0;
}

#layout_footer .footerTop .links > ul {
    display: flex;
    gap: 0 20px;
    justify-content: end;
}

#layout_footer .footerTop .links .small-select {
    margin-left: 0;
}

.small-select__btn {
    width: 192px;
    height: 36px;
    border: 1px solid var(--gray100);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray800);
}

.small-select__btn::before {
    width: 14px;
    height: 8px;
    background: url(/design/skinfood/skinfood/images/wib/PC/common/footer_select_arrow.svg) no-repeat;
}

.small-select__list {
    width: 192px;
    height: 114px;
    top: 35px;
    background: var(--white);
    border: 1px solid var(--gray100);
    overflow-y: auto;
}

.small-select__list::-webkit-scrollbar {
    width: 3px;
}


.small-select__list::-webkit-scrollbar-thumb {
    background: var(--black);
}

.small-select__list::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

.small-select__anchor a {
    color: var(--gray800) !important;
}


#layout_footer .footerBottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

#layout_footer .footerBottom ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#layout_footer .footerBottom .email {
    justify-content: space-between;
    width: 715px;
}

#layout_footer .footerBottom .email .first {
    margin-right: 30px;
}

#layout_footer .footerBottom .email li span {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.36px;
    color: var(--gray900);
    margin-right: 7px;
}

/* 탑버튼 */
.fixed-icon-wrap {
    bottom: 155px;
    right: 55px;
    left: auto;
    transform: none;
}

.fixed-icon--top {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: 999px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}
.fixed-icon--top:before {
    display: none;
}
/* BASIC css end */

