/* BASIC css start */
#footer{width: 100%;}
/* ÇªÅÍ ¹è³Ê */
#footer .foot_banner{width: 100%;}
#footer .foot_banner img{width: 100%;}

/*ÇªÅÍ ¸µÅ©Ç®*/
.footerLInkPool {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.footerLInkPool ul {
    display: flex;
}

.footerLInkPool ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #eee;
}

.footerLInkPool ul li:last-child {
    border-right: 0;
}

.footerLInkPool ul li span:nth-child(1) {
    margin-right: 15px;
}

.footerLInkPool ul li span:nth-child(1) img {
    margin-top: -5px;
}

.footerLInkPool ul li span:nth-child(2) {
    font-size: 21px;
    color: #565656;
}

/* »ùÇÃ ½ÅÃ» ±âº» ¼û±è */
.footerLInkPool ul li.sampleLink {
    display: none;
}

/* ¸ÞÀÎÆäÀÌÁö + µî±Þ 2ÀÏ ¶§¸¸ »ùÇÃ ½ÅÃ» ³ëÃâ */
body.main-group-level-2 .footerLInkPool ul li.sampleLink {
    display: block;
}


/* ÇªÅÍ º»¹® °øÅë */
#footer .foot_bottom{background-color: #fff; border-top:1px solid #eee; }
#footer .foot_bottom .foot_inner{width: 1200px; margin: 0 auto;padding-top: 70px; padding-bottom: 80px;}
#footer .foot_bottom .foot_inner>div{width: 50%; float: left;}
#footer .foot_bottom .foot_inner h4{ font-size: 13px; letter-spacing: 1.4px; margin-bottom: 20px;font-weight:700} 
#footer .foot_bottom .foot_inner li{font-size: 12px;color: #999; letter-spacing: 1.1px;}
#footer .foot_bottom .foot_inner li a{font-size: 12px; color: #999;}

/* LEFT */
#footer .foot_bottom .f_left{}
#footer .foot_bottom .f_left ul{}
#footer .foot_bottom .f_left ul li{display: inline-block; margin-right: 13px; margin-bottom: 7px;position: relative;padding-right: 16px;}
#footer .foot_bottom .f_left ul li::after{content: ""; display: block; width: 1px; height: 9px; background-color: #999; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
#footer .foot_bottom .f_left ul li.nobg::after{display: none;}
/* RIGHT */
#footer .foot_bottom .f_right{ display: flex; justify-content: right;}
#footer .foot_bottom .f_right>div{padding-left: 30px;}
#footer .foot_bottom .f_right>div li{margin-bottom: 7px;}


#footer .foot_bottom .f_right .cs_center{}
#footer .foot_bottom .f_right .cs_center h5{ font-size: 26px;font-weight: 500; letter-spacing: 1.4px; margin-bottom: 10px;}
#footer .foot_bottom .f_right .cs_center li a{letter-spacing:1px}
#footer .foot_bottom .f_right .bank_info{}

#footer .foot_bottom .f_right .company{}

.promotionImgWrap{padding-top:20px;}
.promotionImgWrap table tr td{text-align:right;}

/* BASIC css end */

