/* BASIC css start */
 
#footer {
    margin-top: 150px;
    width:100%;
    position: relative;
     border-top:1px solid #dedede;
}
.footer1{
    width: 1260px;
    position: relative;
    margin: 0 auto;
    font-size: 0;
}
.footer1 > ul {
    font-size: 0;
    margin-left: -70px;
    padding-top: 65px;
}

.footer1 > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 240px;
    margin-left: 70px;
}

.footer1 ul li h1.tit {
    font-family: "BrandonGrotesque-Regular";
    font-size: 18px;
    color: #0d0d0d;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #0d0d0d;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.footer1 ul li h1.tit:after {}

ul.notice_board {}

ul.notice_board li {
    display: block;
    width: 100%;
    letter-spacing: 0.25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 0;
}

ul.notice_board li a {
    font-family: 'Noto Sans KR', sans-serif;
    color: #656565;
    font-size: 13px;
}
 
 
.footer1 ul li p.call {
    color: #000000;
    font-size: 32px;
    letter-spacing: 0.5px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1;
}

.footer1 ul li .call_time {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 1.7;
    padding-top: 5px;
}
 

ul.bank_list {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 1.7;
    padding-top: 5px;
}

li.bank_owner {
    padding-top: 10px;
}

.Company_desc {
    word-break: keep-all;
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    color: #656565;
    font-size: 14px;
    line-height: 1.7;
    padding-top: 5px;
}

.Company_desc a {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    color: #656565;
    font-size: 14px;
    letter-spacing: 0.25px;
    vertical-align: baseline;
}

.footer2 {
    background: #2a2a2a;
    height: 60px;
    width: 100%;
}

.footer2 .footer2_inner {
    width: 1260px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin-top: 65px;
}

.footer2 .footer2_inner .left {
    float: left;
}

.footer2 .footer2_inner .left a {
    font-family: 'Noto Sans KR', sans-serif;
    color: #a2a2a2;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding-right: 20px;
}

.footer2 .footer2_inner .right {
    float: right;
    color: #808080;
    letter-spacing: 0.75px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "BrandonGrotesque-Regular";
}
.footer1 > ul > li:nth-child(4) {
    width: 330px;
}
/* BASIC css end */

