/* BASIC css start */
<link rel="stylesheet" href="path/to/xi-icon.css">
<link rel="stylesheet" href="https://cdn1-aka.makeshop.co.kr/css/xeicon-2.3.3/xeicon.min.css">


/* 하단 */
footer{
    padding-bottom:60px;
    margin-top:185px;
    border-top:1px solid #000;
    background:#000 !important;
    color: #fff !important;
    font-family: "Red Hat Display", 'Pretendard', sans-serif;
}

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

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{
    display:block;
    font-size:13px;
    line-height:28px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}


footer .f_sns a{
    display:inline-block;
    margin-right:15px; 
    font-size: 30px;
    line-height: 19px;
    color: #fff
}


footer .f_sns a:last-child{
    margin-right:0;
    color:#fff !important;
}


footer .bottomBox{
    padding-top:25px;
    padding-bottom:50px;
}

footer .f_companyInfo{
    width:640px;
    margin-right:130px;
}

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

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

footer .f_companyInfo .infoWrap{
    margin-bottom:14px;
}

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


footer .f_companyInfo .infoWrap02 {
     margin-bottom:10px;
}


footer .f_companyInfo .infoWrap02 span {
    display:inline-block;
    margin-right:10px;
}

footer .f_companyInfo .infoWrap02 a {
    display:inline-block;
    /*margin-right:20px;*/
    font-size:11px;
    color:#b9b9b9;
    border-right: 1px solid #737373;
    padding-right: 10px;
}

footer .f_companyInfo .copy {
    display:inline-block;
    font-size:11px;
    color:#fff !important;
    line-height:18px;
}

footer .f_linkPool{
    width:600px;
    margin-top: 20px;
}

footer .f_linkPool ul{
    margin-right:80px;
     color:#fff !important;
}

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

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

footer .f_linkPool ul li a{
    color:#fff !important;
}

footer .f_linkPool .fist{
    margin-bottom:8px;
    line-height:18px;
    font-size:14px;
    font-weight: 600;
    color:#fff !important;
    
}


footer .f_csCenter{
    width:500px;
}

footer .f_companyInfo .infoWrap .f_tel{
    display:inline-block;

}

footer .f_companyInfo .infoWrap .CS{
    display:inline-block;
    margin-left: 10px;

}

footer .f_companyInfo .infoWrap .f_tel span,
footer .f_companyInfo .infoWrap .f_tel strong{
    display:inline-block;
    font-size:16px;
    line-height:30px;
     color:#fff;
     margin-right: 5px;
}

footer .f_csCenter .f_tel span{
     display:block;
     margin-right:0px;
     color:#fff;
}

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 */

