/* BASIC css start */
/* ÇªÅÍ */ 
#footer {background:#000; color:#fff; width:100%; padding:40px 0 40px;}
#footer * {color:#fff;}
#footer .inner {max-width:1800px; margin:0 auto; font-size:0; padding: 0 60px;}
#footer .linkInfo {width: 100%; text-align: right;}
#footer .linkInfo li {display:inline-block; vertical-align:top; margin-left:30px;}
#footer .linkInfo li a {font-size:15px; font-weight:300;}
#footer .ft_logo {display:block; padding:0px 0 20px;}
#footer .ft_logo a {}
#footer .shopInfo {font-size: 15px; font-weight:300; line-height: 1.6; display:inline-block; vertical-align:top; width:57%;}
#footer .cs_center {display:inline-block; vertical-align:top;vertical-align:top; width:17%;}
#footer .bank_info {display:inline-block; vertical-align:top; width:16%;}
#footer .sns_cont {display:inline-block; vertical-align:middle; width:10%; text-align:right; padding:50px 0 0;}
#footer .sns_cont li {display:inline-block; vertical-align:top; width:calc(25% - 3px);}
#footer h3 {font-size:25px; font-weight:500; padding-bottom:25px;}
#footer .cs_center .cs_num {font-size:30px; font-weight:700; padding:0 0 25px; line-height:1;}
#footer .cs_center .cs_desc {font-size:15px; font-weight:300; line-height:1.6;}
#footer .bank_info .bank_num {font-size:15px; font-weight:300; line-height:1.6;}
#footer .bank_info .cs_desc {font-size:15px; font-weight:500; line-height:1.6;}

.goTop {position:fixed; right:42px; bottom: 100px; z-index:1; cursor:pointer;}



.quick {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    z-index: 999; 
    width: 50px;
    font-size: 0;
    /* padding-top: 2px; */
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255, 0.8);
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 2px 0;
}

.quick a {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.quick a:hover {
    opacity: 0.75;
}


.quick a:after {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 200;
    top: 8px;
    left: -30px;
    padding: 0 3px 0 13px;
    font-size: 14px;
    color: #000;
    /* border-radius: 25px; */
    border-bottom: 0px solid #c0c0c0;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    /* font-weight: 100; */
    letter-spacing: 1px;
    line-height: 2.6;
}
.quick a:hover:after {
    opacity: 1;
    visibility: visible;
    left: -16px;
}
.quick a._kakao::after {
    content: "KakaoTalk";
}
.quick a._home::after {
    content: "Home";
} 
.quick a._fa::after {
    content: "¿À´Ãº»»óÇ°";
} 
.quick a._photo::after {
    content: "REALÈÄ±â";
} 
.quick a.jb-1::after {
    content: "Áñ°ÜÃ£±â";
} 
.quick a.jb-2::after {
    content: "¹«ÀÌÀÚÄ«µå";
} 
.quick a.jb-3::after {
    content: "°³ÀÎ°áÁ¦Ã¢";
} 
.quick a.jb-4::after {
    content: "Áú¹®¹×´äº¯";
} 
.quick a.jb-5::after {
    content: "°øÁö»çÇ×";
} 
.quick a.-top_sc::after {
    content: "Top";
}  
.quick a._more::after {
    content: "More";
}   
.quick.sloun-quick-over {  

}
.quick.sloun-quick-over a {
    letter-spacing: -0.5px;
    font-family: 'NanumSquare', sans-serif;
    font-size: 11px;
    color: #000;
}
.quick a:before {
    content: "";
    background: #c9c9c9;
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.quick a:last-child:before {
    display: none;
}
.quick a.hidden { 
    opacity:0;
    height:0;
}



.quick2 {
    position: fixed;
    top: 80%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 999; 
    width: 115px;
    font-size: 0;
    /* padding-top: 2px; */
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255, 0.0);
    border: 0px solid #c9c9c9;
    border-radius: 50px;
    padding: 2px 0;
}

/* board */
.pwd-link { 
    text-align: center;
    padding-top: 0;
    margin-bottom: 50px; }
#bbsData .bbs-link-btm {
    margin-bottom: 95px;
}
#bbsData .bbs-link-btm a {
    width: 138px;
    height: 48px;
    font-size: 13px;
    line-height: 48px;
}
.bbs-table-view .data-bd-cont img {
    max-width: 100%;
}
 
 

/* BASIC css end */

