/* BASIC css start */
#footer
{font-family:montserrat,맑은 고딕;font-weight:400;}
/* 하단 메뉴 */
#footer .footerMenu {      
    clear: both;
    width: 100%;
    margin-top: 50px;
    background-color: #f9f9f9;
	}
#footer .footerMenu ul { font-size: 0;
    line-height: 0;
    text-align: left;
    padding: 16px 0;
    padding-left: 23px;
    height: 15px;
    background: #f1f1f1;}
#footer .footerMenu li { display:inline-block;padding-right:10px;margin-right:5px;border-right:1px solid rgba(255,255,255,0.3); height:15px;line-height:15px;border-right:1px solid #ddd;}
#footer .footerMenu li a { display:block; font-size:11px; color:#888 }
#footer .footerMenu li:last-child {border:0;}
/* 고객센터 & 하단정보 (공통) */
#footer .footerText {   

    padding: 40px 23px;
    text-align: left;
    background: #f9f9f9;
	
	}
#footer .footerText h3 { position:relative; line-height:14px; padding-bottom:15px; margin-bottom:20px; font-size:12px; color:#222; letter-spacing:2px; }
#footer .footerText h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 25px;
    height: 1px;
    background: #afafaf;
 }


#footer .footerText ul { font-size:0; line-height:0; }
#footer .footerText ul li { font-size:10px; line-height:1.8em; color:#999; letter-spacing:0; }
#footer .footerText a { line-height:1.3em; color:#999; }
#footer .footerText .call a {    font-size: 16px;
    color: #444;
    font-weight: 500;
    letter-spacing: 1px;}

/* 고객센터 */
#footer .shopInfo {letter-spacing:0.5px;}
#footer .shopInfo .call { font-size:16px; color:#444; font-weight:500;letter-spacing:1px; }
#footer .shopInfo .copyright { margin-top:15px; }
#footer .shopInfo .copyright,
#footer .shopInfo .copyright a { font-size:9px; line-height:1.3em; color:#ccc; }
#footer .calltime b {display:inline-block;padding:0 4px;font-weight:normal;}
#footer .calltime b:last-child {display:none; } 
/* 하단정보 */
#footer address { margin-top:50px; }
#footer address .footerInfo {}

/* 상단 버튼 */
.btnTop { display:none; position:fixed;  z-index:99999999999; opacity:0.8; border:2px solid #c4a26d; background:none;width:38px;height:38px;bottom:14px; right:14px;}
.btnTop a { display:inline-block; width:38px; height:38px; line-height:38px; font-size:10px; color:#c4a26d; text-align:center; font-weight:bold; }




#fix_bottom {position: fixed;bottom: 10px;right: 10px;z-index: 100;opacity: 0.8;z-index:99999999}
#fix_bottom a {display: block;width: 38px;height: 38px;line-height: 38px;background: rgba(202, 155, 112, 0.75);border-radius: 100%;text-align: center;box-sizing: border-box;font-size: 12px;color: #fff;margin: 5px 0;;}
/* BASIC css end */

