/* BASIC css start */
/** 하단 영역 **/


/* 게시판 노출 */

.board_wrap{
    border-top: 1px solid #e9e9e9;
    height: 70px;
    line-height: 70px;
}

.board_wrap .inner{
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.board_wrap .notice_wrap{
    border-right: 1px solid #e9e9e9;
}

.board_wrap .title{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-right: 32px;
    float: left;
}

.board_wrap .inner .arrow{
    position: absolute;
    width: 18px;
    height: 15px;
    top: 50%;
    right: 50px;
    margin-top: -7.5px;    
    background: url('/design/catalic/wib/img/icon/icon_ft_arrow_next.png') no-repeat;
}

.board_wrap .event_wrap ul{
    right: 20px;
}

.board_wrap ul li a{
    font-size: 16px;
    color: #959595;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.board_wrap .event_wrap .title{
    margin-left: 40px;
}


/* 하단 정보영역 */ 

.ft_wrap{
    background: #000;
    color: #d4d4d4;
}

.ft_wrap a,
.ft_wrap div{
    color: #d4d4d4;
    font-size: 14px;
    line-height: 24px;
}

.ft_top {
    padding: 50px 0;
}

.ft_top .title{
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 1;
}

.ft_top .cs_wrap {
    width: 290px;
}

.ft_top .cs_wrap .tell{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ft_top .cs_wrap .time{
    font-size: 15px;
    line-height: 23px;
}

.ft_top .menu_wrap {
    width: 880px;
    text-align: right;
    margin-right: -70px;
}

.ft_top .menu_wrap ul li{
    width: 20%;
    text-align: left;
}

.ft_top .menu_wrap a{
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

.ft_top .menu_wrap a:hover{
    text-decoration: underline;
    color: #c11933;
}

.ft_bottom {
    border-top: 1px solid #404040;
    padding: 48px 0;
}

.ft_bottom .ft_logo {
    margin-top: 40px;
}


/* 회사정보영역 시작 */

.ft_wrap .foot_info {
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 23px;
    margin: 0 90px;
}

.foot_info p span{
    padding-right: 28px;
}

.foot_info p.copyright{
    margin-top: 10px;
    opacity: 0.6;
}
/* BASIC css end */

