/* BASIC css start */
/* BASIC css start */

.scroll  {} 

.scroll a {
    position: fixed;
    right: -100px;
    margin-right: 0;
    transition: all 1s 0.4s;
    display: block;
    bottom: 65px;
    z-index: 999;
}

.scroll a:hover {opacity: 0.85;}


.scroll a {
    bottom: 65px;
} 
.scroll a + a{
    transition: all 1s 0.6s;
    margin-bottom: 45px;
} 
.scroll a + a + a{
    transition: all 1s 0.8s;
    margin-bottom: 90px;
} 

.scroll.ac a {
    right: 18px;
    bottom: 65px;
} 

.scroll.ac a + a { 
}
.scroll.ac a + a + a{ 
}
.customercenter {
    padding: 24px 18px 20px;
    position: relative;
}
#footer {
    background: #f7f7f7;
    margin-top: 18px;
    font-size: 0;
}

.footertitle {
    color: #202020;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
 
.customercenter h1 {
    color: #303030;
    font-size: 22px;
    font-weight: bold;
    padding-top: 17px;
}

.customercenter p {
    /* position: absolute; */
    /* right: 18px; */
    /* top: 24px; */
    color: #666666;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}

.bankinfo {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    padding: 0 5px 9px 18px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.returninfo {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    padding: 0 15px 9px 18px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #666666;
    word-break: keep-all;
}

.bankinfo .footertitle, .returninfo .footertitle {
    padding-top: 6px;
    padding-bottom: 11px;
}

.returninfo:before {
    content: "";
    background: #e7e7e7;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bankinfo p, 
.returninfo p {
    color: #666666;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.25px;
}
.bankinfo p strong {
    color: #000000;
    font-weight: 300;
    display: block;
}

.customercenter .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.footer-sns {
    text-align: center;
    padding-top: 30px;
    font-size: 0;
}

.footer-sns a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 23px;
}

.footer-btn {
    text-align: center;
    padding: 0 18px;
    margin-top: 31px;
}

.footer-btn a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #202020;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    height: 34px;
    line-height: 34px;
}

.footer-btn a + a {
    margin-left: 2%;
}

.companyInfo {
    padding: 0 18px;
    text-align: left;
    margin-top: 35px;
}

.footerlogo {}

.footerlogo img {
    width: 162px;
}

.companyDesc {
    color: #666666;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.65;
    padding-top: 15px;
    word-break: keep-all;
    letter-spacing: -0.25px;
}

.copyright {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 300;
    padding-top: 16px;
    padding-bottom: 100px;
}

.companyInfo ul {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 20px;
}
 
.companyInfo ul li a {
    color: #303030;
    font-size: 12px;
}
.footer-sns a img {
    vertical-align: middle;
}

.scroll a img {
    width: 42px;
}

.companyDesc a {
    color: #8f8f8f;
    font-weight: 300;
    background: #f2f2f2;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left:2px;
}

#quick_button { position:fixed; bottom:82px; right:12px; background:#FC613C; display: flex; flex-direction: column; padding: 15px 10px; box-sizing: border-box; border-radius: 50px; z-index: 100; } 
#quick_button a { display:inline-block; text-align: center; margin-bottom: 13px; } 
#quick_button a:last-child { margin-bottom:0; } 
/* BASIC css end */

