/* BASIC css start */
/* 하단 */
#footer {
    position:relative;
    width:100%;
    background:#232323;
    padding-top:40px;
    padding-bottom:48px;
    margin-top: 40px;
}
#footer * {
    color:#fff;
}
#wrap.small-screen #footer .footerTop {
    width:1240px;
}
#footer .footerTop {
    margin:0 auto;
    position:relative;
    width:1760px;
    *zoom:1
}
#footer .footerTop:after {
    display:block;
    clear:both;
    content:''
}
#footer .footerTop .infoBx {
}
#footer .footerTop .infoBx h3 {
    padding-bottom:10px;
    font-size:16px;
    font-weight:600;
}
#footer .footerTop .infoBx .tx {
    color:#999999;
    line-height:22px;
}
#footer .footerTop .linkInfo {
    display:flex;
}
#footer .footerTop .linkInfo li {
    margin-top:16px;
}
#footer .footerTop .linkInfo li {
    float:left;
    padding-bottom:13px;
    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:4px 10px;
    /* vertical-align:top;*/
}
#footer .footerTop .linkInfo li:nth-last-child(1) a:after {
    display:none
}
#footer .footerTop .csInfo {
    float:right;
    text-align:right;
}
#footer .footerTop .csInfo .tel {
    font-size:13px;
    font-weight:400;
    line-height:22px;
    color:#999;
}
#footer .footerTop .csInfo .tx {
    line-height:20px
}
#footer .footerTop .csInfo .tx em {
    color:#999;
}
#footer .footerTop .csInfo .tx em:nth-last-child(1) {
    display:none
}
#footer .footerTop .shopInfo {
    float:left
}
#footer .footerTop .shopInfo .tx span {
    font-weight:400;
    padding-right:25px;
    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 .shopInfo .copy {
    padding-top:5px;
    color:#a5a5a5
}
#footer .footerBottom {
    margin:0 auto;
    position:relative;
    width:1100px
}
#footer .footerTop .sns {
    margin-top:40px;
}
#footer .footerTop .sns ul {
    display:flex;
    justify-content:flex-end;
}
#footer .footerTop .sns ul li {
    margin-left:16px
}
.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: 80px;
}

.sc_script .qa {
    width: 70px;
}

.sc_script a img {
    width: 100%;
}
/* BASIC css end */

