/* BASIC css start */
/* 하단 */
#footer {
    margin-top:115px;
    width: 100%;
    background: #F7F7F7;
}

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

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

#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{
  width:1260px;
  margin:auto;
  display: flex;
  justify-content: space-between;
  align-items: center;}


.footer-links{font-size:0}

.footer-links a {
    color: #8C8C8C !important;
    margin-right: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

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

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

.footer-sns img {
}


/* 두 번째 섹션 */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
    width: 1260px;
    margin: auto;
}

.footer-left {
  max-width: 65%;
}

.footer-logo img {
    max-height: 30px;
    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:flex;}


.footer-cs .cs-box span{
    color: #8C8C8C;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;}

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

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

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



/* 오른쪽 */
.footer-right {
  width: 500px;
}
.footer-right p {
    color: #8c8c8c !important;
}



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

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

