/* BASIC css start */
/* ÇÏ´Ü */
#footer { margin-top:50px; padding:60px 0; position:relative; width:100%; background:#f8f9fb }
#footer .footer_In{ width: 1200px; margin: 0 auto;}
#footer .footer_In:after { display:block; clear:both; content:'' }

#footer .footer_In .footerLeft{float: left;}
#footer .footer_In .footerLeft div{float: left;}
#footer .footer_In .footerLeft .infoBx{margin: 0 30px;}
#footer .footer_In .footerLeft .infoBx ul li{float: left;}
#footer .footer_In .footerLeft .infoBx ul li a{ display: block; height: 12px; line-height: 12px; padding: 0 16px; color: #aaaaaa; font-size: 14px; font-family: 'Noto Sans KR',sans-serif; border-right: 1px solid #e8e9eb;}
#footer .footer_In .footerLeft .infoBx ul li:last-of-type a{border-right: 0}
#footer .footer_In .footerLeft .copy{color: #aaaaaa; font-family: "¸¼Àº °íµñ",'Malgun Gothic',sans-serif; font-size: 13px; font-weight: 100; text-transform: uppercase;}

#footer .footer_In .footerRight{float: right;}
#footer .footer_In .footerRight .sns li{ float: left; margin: 0 15px;}

/*ÇÃ·¯ÆÃ*/
.floating{position: fixed; bottom: 6%; right: 3%; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear;}
.floating.on {  visibility: visible; opacity: 1; }
.floating div a img{ width: 100%;}

/* escrow */
.escrow{position: absolute; top: 10px; right: 154px; }
/* BASIC css end */

