/* BASIC css start */
/* 하단 */
footer{
    padding-bottom:45px;
    margin-top:50px;
    border-top:1px solid #000;
}

footer .topBox{
    padding:10px 0;
    border-bottom:1px solid #f0f0f0;
    line-height:35px;
}

footer .f_notice{
    position:relative;
    width:50%;
    padding-left:35px;
}


footer .f_notice .boardTit{
    position:absolute;
    width:35px;
    top:0;
    left:0;
}


footer .f_notice .boardTit strong{
    font-size:13px;
}


footer .f_notice .swiper{
    height:35px;
}


footer .f_notice .swiper-slide{
    margin-left: 8px;
    display:block;
    font-size:13px;
    line-height:35px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    text-align: left;
}


footer .f_sns a{
    display:inline-block;
    margin-right:15px; 
}


footer .f_sns a:last-child{
    margin-right:0;
}


footer .bottomBox{
    padding-top:33px;
}

footer .f_companyInfo{
    width:634px;
    margin-right:50px;
}

footer .f_companyInfo .f_logo{
        width:200px;
        margin-bottom:10px;
        line-height:40px;
}

footer .f_companyInfo .f_logo img{
    width:100%;
}

footer .f_companyInfo .infoWrap{
    text-align: left;
    margin-left: 10px;
    margin-bottom:14px;
}

footer .f_companyInfo .infoWrap span{
    display:inline-block;
    margin-right:10px;
    font-size:11px;
    color:#707070;
    line-height:18px;
}

footer .f_companyInfo .copy {
    text-align: left;
    margin-left: 10px;
    margin-bottom:14px;
    font-size:11px;
    color:#707070;
    line-height:18px;
}

footer .f_linkPool{
    text-align: left;
    width:850px;
    margin-right:50px;
}

footer .f_linkPool ul{
    margin-right:110px;
}

footer .f_linkPool ul:last-child{
    margin-right:0;
}

footer .f_linkPool ul li{
    margin-bottom:8px;
    line-height:18px;
    font-size:12px;
}

footer .f_csCenter{
    width:166px;
}

footer .f_csCenter .f_tel{
    margin-bottom:48px;
}

footer .f_csCenter .f_tel span,
footer .f_csCenter .f_tel strong{
    display:inline-block;
    font-size:16px;
    line-height:30px;
}

footer .f_csCenter .f_tel span{
    margin-right:5px;
}

footer .f_csCenter select{
    /* 다른 스타일 속성들 */
    -webkit-appearance: none; /* Safari/Chrome */
       -moz-appearance: none; /* Firefox */
            appearance: none;
    background-color:#fff;
    background-image: url('//skin.makeshop.co.kr/skin/etashop/img/icon/icon_select_down.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 10px;
    margin-left:-10px;
    margin-right:5px;
    border:none;
    font-size:11px;
    cursor:pointer;
}

footer .f_csCenter select:nth-child(2n){
    margin:0;
}

footer .f_csCenter select option{
    padding:5px;
}
/* BASIC css end */

