/* BASIC css start */
/* ?? */
#footer {
    /*margin-top: 80px;*/
    padding: 85px 0 60px;
    background: #000;
    color: #777;
    font-size: 13px;
    letter-spacing: -0.01em;
}
#footer a:hover {color: #fff; transition: all 0.4s;}
#footer .ft-lt {
    float: left;
    width: 640px;
    text-align: left;
}
#footer .ft-rt {
    float: right;
    width: 640px;
    text-align: right;
}

#footer p.txt:not(.first) {
    margin-top: 20px;
}
#footer .shopInfo p.txt {
    line-height: 1.92;
}
#footer .shopInfo p.txt>span {
    line-height: 13px;
    vertical-align: text-bottom;
}
#footer .agreeLink {
    margin-bottom: 20px;
}
#footer .agreeLink a {
    margin-left: 10px;
}
#footer .csCenter .first {line-height: 1;}
#footer .csCenter .first span {
    font-size: 20px;
}
#footer .csCenter span.tel {
    margin-left: 20px;
    font-size: 40px;
}
#footer .csCenter span.time {
    font-size: 13px;
}
#footer .etcLink {
    margin-top: 26px;
    font-size: 0;
    text-align: right;
}
#footer .etcLink a {
    display: inline-block;
    min-width: 72px;
    height: 25px;
    margin-left: 10px;
    padding: 0 10px;
    border: 1px solid #777;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    vertical-align: top;
}
/* BASIC css end */

