/* BASIC css start */
/* 하단 */
#footer {
    position:relative;
    width:100%;
    background:#232323;
    padding-top:32px;
    padding-bottom:60px;
    text-align: center;
    margin-top: 60px;
}

#footer * {
    color:#fff;
}
#wrap.small-screen #footer .footerTop {
    position: relative;
    width: 100%;
}
#footer .footerTop {
    margin:0 auto;
    position:relative;
    width:100%;
    *zoom:1
}
#footer .footerTop:after {
    display:block;
    clear:both;
    content:''
}
#footer .footerTop .infoBx {
}
#footer .footerTop .infoBx h3 {
    padding-bottom: 6px;
    font-size: 15px;
    font-weight:600;
}

#footer .footerTop .infoBx h3.arr{padding-bottom:0}

#footer .footerTop .infoBx h3.arr::after{content: "";
    background: url(//skin.makeshop.co.kr/skin/fortnight/mo/arr_white.png) no-repeat right center;
    transition: transform 0.3s;
    font-size: inherit;
    width: 14px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;}

#footer .footerTop .infoBx h3.arr.active::after{
    transform: rotate(180deg);
}



#footer .footerTop .infoBx .arrBox{
    display:none}

#footer .footerTop .infoBx .tx {
    padding-top:6px;
    color:#999999;
    line-height:22px;
}
#footer .footerTop .linkInfo {
    display:flex;
    width: 100%;
    justify-content: center;
}
#footer .footerTop .linkInfo li {
    float:left;
    padding-bottom:24px;
    margin-top:0;
    color:inherit;
}
#footer .footerTop .linkInfo li a {
    font-weight:400;
    color:#999999;
    font-size:13px;
}
#footer .footerTop .linkInfo li a:after {
    font-size: 9px;
    content: "|";
    margin: 0px 12px;
    vertical-align: top;
}
#footer .footerTop .linkInfo li:nth-last-child(1) a:after {
    display:none
}
#footer .footerTop .csInfo {
}
#footer .footerTop .csInfo .tel {
    font-size:13px;
    font-weight:400;
    line-height:22px;
    color:#999;
}
#footer .footerTop .csInfo .tx {
    line-height: 100%;
    padding-bottom: 24px;
    font-size: 13px;
}
#footer .footerTop .csInfo .tx em {
    color:#999;
}
#footer .footerTop .csInfo .tx em:nth-last-child(1) {
    display:none
}
#footer .footerTop .shopInfo {
    padding-bottom: 24px;
}


#footer .footerTop .shopInfo .tx span {
    font-weight:400;
    color:#999999;
    font-size:13px
}
#footer .footerTop .shopInfo .tx a {
    color:unset;
    text-decoration:underline;
    vertical-align:text-top;
}
#footer .footerTop .shopInfo .tx a.btn_email {
    color:#5d5d5d
}

#footer .footerTop .copy {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}
#footer .footerBottom {
    margin:0 auto;
    position:relative;
    width:100%
}
#footer .footerTop .sns {
}
#footer .footerTop .sns ul {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
#footer .footerTop .sns ul li {
    margin:0 8px
}
.sc_script {
    position:fixed;
    bottom:24px;
    right:16px;
    z-index:100;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sc_script a {
    display:block;
    width: 58px;
}

.sc_script a img {
    width: 100%;
}

.sc_script .qa {
    width: 48px;
}
/* BASIC css end */

