/* BASIC css start */
/* 하단 */
.flex{display:flex;
    justify-content: space-between;}

#footer {
    width: 100%;
    background: #F7F7F7;
}

#footer p{
    margin: 5px 0;
    font-size: 12px;
    color: #A6A6A6;
    font-weight: 400;}

#footer h4{
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3F3F3F;
    font-size: 14px;}

#footer a { color: #8c8c8c; }

/* 첫 번째 섹션 */
.footer-top {  
  padding:20.5px 0;
  border-top:1px solid #EEE;
  border-bottom: 1px solid #EEE;
    background: #fff;
}

.footer-top-box{
  margin:0 28px;}


.footer-links{font-size:0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;}

.footer-links a {
    color: #8C8C8C !important;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.footer-sns{font-size:0;margin-top:-10px}

.footer-sns a {
  margin-right: 20px;
  display: inline-block;
}

.footer-sns a:nth-last-child(1){
  margin-right:0;
}

.footer-sns img {width:20px;}


/* 두 번째 섹션 */
.footer-bottom {
    display: block;
    padding: 55px 15px;
}

.footer-left {
}

.footer-logo img {
    width:100px;
    margin-bottom: 30px;
}

/* 회사정보 블록 */
.footer-company {
    margin-bottom: 25px;
}


.footer-company p {
}

.footer-left .btn-link {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    margin-left: 5px;
    width: 79px;
    height: 17PX;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    font-size: 11px;
    background: #fff;
    color: #A6A6A6 !important;
    margin-top: -1px;
    margin-right: 4px;
}

.footer-cs {
}

.footer-cs .cs-box{display:block;}


.footer-cs .cs-box span{
    color: #8C8C8C;
    font-weight: 500;
    font-size: 12px;}

.footer-cs .cs-num {
    font-size: 24px;
    font-weight: 600;
    color: #3F3F3F;
    font-family: 'Montserrat';
    display: block;
}

.copyright {
  font-size: 12px;
  color: #BBBBBB;
  margin-top: 30px;
  text-transform: uppercase;
    font-family: 'Montserrat';
}

.return-info{margin-top:30px}


/* 오른쪽 */
.footer-right {margin-top:30px}


.footer-right p {color: #8c8c8c !important;}

.sc_script {
	position:fixed;
    bottom: 30px;
    right: 30px;
	z-index:100;
}
.sc_script a {
	display:block;
}

.sc_script a img{width:36px}
/* BASIC css end */

