/* BASIC css start */
/* 하단 */
#footer {width:100%; margin-top:120px; border:none;}
#footer .inner {position:relative; max-width:1920px; width:auto; min-width:1380px; margin:0 auto;}

/* 우측 퀵베너 */
.scroll_btn {position:fixed; right:60px; bottom:60px; z-index:100; width:60px; height:120px; border:1px solid #000; border-radius:2px; box-sizing:border-box;}
.scroll_btn ul li {width:100%; height:60px; text-align:center;}
.scroll_btn ul li:first-child {border-bottom:1px solid #000;}
.scroll_btn ul li a {display:block; line-height:65px; font-size:26px; font-weight:200;}

/* 하단 영역 : 타이틀 */
.main_title {margin-bottom:60px; text-align:center;}
.main_title .t1 {color:#000; font-size:20px; font-weight:600;}
.main_title .t2 {color:#888; font-size:16px; font-weight:400; line-height:25px; margin-top:25px;}

/* 하단 영역 : 인스타그램 */
.footer_insta {padding:60px 0 67px; background:#f6f6f6;}
.footer_insta .bt_feed ul li {float:left; width:15.83%; margin-left:1%;}
.footer_insta .bt_feed ul li:first-child {margin-left:0;}
.footer_insta .bt_feed ul li img {width:100%;}

/* 하단 영역 : 공통메뉴 */
.footer_area {padding:60px 0;}
.footer_area .bt_title {font-size:16px; color:#000; font-weight:700; margin-bottom:12px;}
.footer_area .bt_menu {float:left; width:15.83%; margin-left:1%; margin-bottom:60px;}
.footer_area .bt_menu.store {width:32.66%; margin-left:0;}
.footer_area .bt_menu ul li {font-size:14px; line-height:1.8; color:#888;}
.footer_area .bt_menu ul li.num {font-size:16px; color:#222; font-weight:600;}
.footer_area .bt_menu ul li a {color:#888;}
.footer_area .bt_copyright {color:#cfcfcf;}
/* BASIC css end */

