/* BASIC css start */
#footer {
    width:100%;
}
#footer .inner {
    width:1200px;
    margin:0 auto;
}
#footer .inner:after {
    display:block;
    clear:both;
    content:"";
}

#footer .shop-info {
    width:100%;
    height:377px;
    background:#f6e3e7;   
}
#footer .shop-info .customer {
    float:left;
    width:390px;
    padding-top:100px;    
}
#footer .shop-info .customer h4 {
    margin-bottom:30px;
    color:#333;
    font-size:30px;
    font-weight:bold;
}
#footer .shop-info .customer .item {
    float:left;
}
#footer .shop-info .customer .item h6 {
    color:#333;
    font-size:22px;
    line-height:40px;
}
#footer .shop-info .customer .item p {
    font-size:12px;
    line-height:20px;
    letter-spacing:-0.5px;
}
#footer .shop-info .customer .item p.gray {
    color:#b2a3a6;
}

#footer .shop-info .delivery {
    float:left;
    padding-top:100px;    
}
#footer .shop-info .delivery h4 {
    margin-bottom:30px;
    color:#333;
    font-size:30px;
    font-weight:bold;
}
#footer .shop-info .delivery p {
    color:#333;
    font-size:12px;
    line-height:26px;
}
#footer .shop-info .delivery p.title {
    font-size:15px;
    line-height:30px;
}
#footer .shop-info .delivery a {
    display:inline-block;
    width:200px;
    height:40px;
    margin-top:10px;
    border:1px solid #333;
    color:#333;
    font-size:14px;
    text-align:center;
    line-height:38px;
    box-sizing:border-box;
}
#footer .shop-info .bank {
    float:right;
    padding-top:100px;    
}
#footer .shop-info .bank h4 {
    margin-bottom:30px;
    color:#333;
    font-size:30px;
    font-weight:bold;
}
#footer .shop-info .bank p {
    color:#333;
    font-size:12px;
    line-height:20px;
}
#footer .shop-info .bank p.title {
    font-size:15px;
    line-height:30px;
}

#footer .company-info {
    border-bottom:1px solid #eee;
}
#footer .company-info .menu {
    margin:40px 0px 20px 0px;
    font-size:0px;
    text-align:center;
}
#footer .company-info .menu a {
    display:inline-block;
    margin:0px 15px;
    color:#333;
    font-size:12px;
    letter-spacing:-0.5px;
}
#footer .company-info .info-text { 
    margin-bottom:30px;
    font-size:0px;
    text-align:center;
}
#footer .company-info .info-text span {
    display:inline-block;
    margin:0px 10px;
    color:#333;
    font-size:12px;
    line-height:30px;
    letter-spacing:-0.5px;
}
#footer .company-info .info-text span a {
    color:#333;
}

#footer .copyright {
    margin:30px 0px;
    text-align:center;
}
#footer .copyright p {
    color:#333;
    font-size:12px;
    line-height:22px;
}
#footer .copyright p.escrow {
    display:inline-block;
    padding:0px 42px;
    background:url('/design/ocato/renewal/pc/img/common/footer_escrow.jpg') no-repeat top left;
    line-height:30px;
    letter-spacing:-0.5px;
}
#footer .copyright p.escrow a {
    color:#333;
}
#footer .copyright p a.wisa {
    color:#44a1cd;
    font-weight:bold;
}


/* BASIC css end */

