/* Footer Legacy Styles - 기존 푸터 스타일 */

#footer {
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -.5px;
    text-align: left;
    padding: 80px 0 80px 0;
    background: #fff;
}

#footer > div {
    width: 1288px;
    margin: 0 auto;
    position: relative;
    background: none;
}

#footer {
    margin-top: 100px;
    border-top: 1px solid #ccc;
}

#footer .box_wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}

#footer .box_wrap:nth-child(1) {
    width: 320px;
}

#footer .box_wrap:nth-child(2) {
    width: 370px;
    padding-left: 50px;
}

#footer .box_wrap:nth-child(3) {
    width: 598px;
    padding-left: 50px;
}

#footer .box_wrap:nth-child(n+2):before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    height: 200px;
    background: rgba(0,0,0,.2);
}

/* Logo */
#footer .box_wrap:nth-child(1) > div {
    width: 100%;
    height: 127px;
    background: url("https://vibeprs.com/images/common/footer_logo.png") no-repeat 20px top;
}

/* Customer Center */
#footer .box_wrap:nth-child(2) > p:nth-child(1) {
    font-family: 'Oswald-Bold';
    font-size: 28px;
    line-height: 1;
    color: #2b2b2b;
}

#footer .box_wrap:nth-child(2) > p:nth-child(2) {
    font-family: 's-c-d-bold';
    font-size: 17px;
    line-height: 1;
    color: #2b2b2b;
    margin-top: 30px;
}

#footer .box_wrap:nth-child(2) > p:nth-child(3) {
    font-family: 'Oswald-Bold';
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
    color: #2b2b2b;
    margin-top: 0px;
}

/* SNS Wrap */
#footer .box_wrap:nth-child(2) .sns_wrap {
    position: relative;
    margin-top: 20px;
}

#footer .box_wrap:nth-child(2) .sns_wrap .linkBtn {
    display: inline-block;
    position: relative;
    padding: 8px 8px;
    cursor: pointer;
}

#footer .box_wrap:nth-child(2) .sns_wrap .linkBtn .gp {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    opacity: .7;
}

#footer .box_wrap:nth-child(2) .sns_wrap .linkBtn:before {
    content: '';
    top: 15%;
    left: 0;
    position: absolute;
    width: 1px;
    height: 70%;
    background: rgba(0,0,0,.1);
}

#footer .box_wrap:nth-child(2) .sns_wrap .linkBtn:last-child:after {
    content: '';
    top: 15%;
    right: 0;
    position: absolute;
    width: 1px;
    height: 70%;
    background: rgba(0,0,0,.1);
}

/* Button Wrap */
#footer .box_wrap:nth-child(3) .btn1_wrap {
    position: relative;
}

#footer .box_wrap:nth-child(3) .btn1_wrap .btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#footer .box_wrap:nth-child(3) .btn1_wrap .btn > p {
    padding: 5px 10px;
    font-family: 's-c-d-medium';
    font-size: 16px;
    line-height: 1;
    letter-spacing: -1px;
    color: #2b2b2b;
}

#footer .box_wrap:nth-child(3) .btn1_wrap .btn:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.1);
}

#footer .box_wrap:nth-child(3) .btn1_wrap .btn:last-child:after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.1);
}

/* Info Wrap */
#footer .box_wrap:nth-child(3) .info_wrap > p {
    font-family: 's-c-d-regular';
    font-size: 17px;
    line-height: 1.5;
    color: #555;
    margin-top: 40px;
}

#footer .box_wrap:nth-child(3) .info_wrap > p > span {
    font-family: 's-c-d-regular';
    font-size: 13px;
    line-height: 4;
    text-transform: uppercase;
}

/* Float.php 에서 가져온 추가 스타일 */
#footer {
    padding-bottom: 160px;
}
