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


.scroll  {} 

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

.scroll a:hover {opacity: 0.85;}


.scroll a {
    bottom: 60px;
} 
.scroll a + a{
    transition: all 1s 0.6s;
    margin-bottom: 55px;
} 
.scroll a + a + a{
    transition: all 1s 0.8s;
    margin-bottom: 110px;
} 

.scroll.ac a {
    right: 70px;
    bottom: 60px;
} 

.scroll.ac a + a { 
}
.scroll.ac a + a + a{ 
}
 

#footer {
    margin: 70px auto 0;
    border-top: 1px solid #373737;
    padding: 35px 0;
    font-size: 0;
}

#footer .left {
    display: inline-block;
    vertical-align: top;
    color: #666666;
    font-size: 13px;
    font-weight: 200;
    width: 405px;
}

.companyDesc {
    line-height: 1.5;
}

.footerlogo {
    margin-bottom: 35px;
}

.companyDesc a {
    color: #a0a0a0;
    font-size: 11px;
    font-weight: 200;
    border: 1px solid #dddddd;
    width: 83px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#footer .copyright {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 300;
    margin-top: 25px;
}

#footer .left ul {
    font-size: 0;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

#footer .left ul a {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
}

#footer .center {
    display: inline-block;
    vertical-align: top;
    margin-left: 75px;
    width: 328px;
}

.footertitle {
    color: #202020;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 25px;
}

.bankinfo {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 35px;
}

.bankinfo strong {
    color: #000000;
    font-weight: 300;
    margin-right: 15px;
}


.bankinfo p {
    margin-bottom: 15px;
}

.returninfo {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
}

#footer .center .sns {
    margin-top: 35px;
    font-size: 0;
}

#footer .center .sns span {
    margin: 0 12px;
}

#footer .right {
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    width: 292px;
}

.customercenter h1 {
    color: #303030;
    font-weight: 500;
    font-size: 34px;
}

.customercenter p {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 10px;
}

.customercenter .btn {
    margin-top: 30px;
}

.customercenter .btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 180px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background: #303030;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #303030;
}

.customercenter .btn a + a {
    background: #fff;
    color: #2b2b2b;
    width: 81px;
    margin-left: 5px;
}

/* BASIC css end */


/* BASIC css end */

