/* BASIC css start */
/** 하단 **/

.footer_wrap .notice_wrap{
    border-top: 1px solid #e6e6e6;
    margin-top: 65px;
}



/* 게시글연동 */

.footer_wrap .notice_wrap{
    padding: 12px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.footer_wrap .notice_wrap .title{
    color: #343434;
    width: 40%;
    vertical-align: middle;
    line-height: 1;
    font-weight: bold;
}

.footer_wrap .notice_wrap ul{
    vertical-align: middle;
    width: 60%;
    line-height: 1;
    float: right;
}

.footer_wrap .notice_wrap ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.footer_wrap .notice_wrap ul li a{
    color: #606060;
    font-size: 12px;
}


/* CS 센터 */

.footer_wrap .cs_wrap{
    padding: 20px 0 20px 20px;
}

.footer_wrap .cs_wrap > div{
    width: 50%;
}

.footer_wrap .cs_wrap .left_box{}

.footer_wrap .cs_wrap .left_box .title{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 18px;
}

.footer_wrap .cs_wrap .left_box p{
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 8px;
}

.footer_wrap .cs_wrap .left_box .tell a{
    font-size: 18px;
    font-weight: bold;
    color: #4f4f4f;
    line-height: 1;
    display: block; 
}

.footer_wrap .cs_wrap .left_box .btn_wrap{
    margin-top: 14px;
}

.footer_wrap .cs_wrap .left_box .btn_wrap a{
    font-size: 11px;
    border: 1px solid #e6e6e6;
    padding: 3px 13px;
    margin-right: 5px;
}

.footer_wrap .cs_wrap .right_box{
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.footer_wrap .cs_wrap .right_box ul li{
    width: 40%;
    margin-bottom: 14px;
}

.footer_wrap .cs_wrap .right_box ul li:nth-of-type(3),
.footer_wrap .cs_wrap .right_box ul li:nth-of-type(4){
    margin-bottom: 0;
}

.footer_wrap .cs_wrap .right_box ul li:nth-of-type(odd){
    margin-left: 12%;
}

.footer_wrap .cs_wrap .right_box ul li p{
    font-size: 10px;
    color: #4f4f4f;
    text-align: center;
    line-height: 1;
}

.footer_wrap .cs_wrap .right_box ul li .img{
    width: 52px;
    margin: 0 auto 6px;
}

.footer_wrap .cs_wrap .right_box ul li .img img{
    width: 100%;
}


/* 메뉴 리스트 */

.footer_wrap .menu_list{
    background: #606060;
    text-align: center;
    line-height: 42px;
}

.footer_wrap .menu_list ul li{
    width: 23%;
}

.footer_wrap .menu_list ul li:nth-of-type(3){
    width: 31%;
}

.footer_wrap .menu_list ul li a{
    color: #fff;
    font-size: 12px;
}


/* 회사정보 */

.footer_wrap .info_wrap{
    text-align: center;
    padding: 27px 10px;
}

.footer_wrap .info_wrap .sns_wrap{
    margin-bottom: 20px;
}

.footer_wrap .info_wrap .sns_wrap a{
    width: 26px;
    margin: 0 5px;
}

.footer_wrap .info_wrap .sns_wrap a img{
    width: 100%;
}

.footer_wrap .info_wrap .info_inner p{
    color: #232323;
    font-size: 11px;
    line-height: 21px;
}

.footer_wrap .info_wrap .info_inner p span{
    padding: 0 6px;
}

.footer_wrap .info_wrap .info_inner p.copy{
    color: #aaaaaa;
    font-weight: 300;
    margin-top: 15px;
}



/* BASIC css end */

