/* ************************************** *
 * footer layout
 * ************************************** */

/* 하이라이트 제거 */
.btn-top, span { -webkit-tap-highlight-color:transparent;}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #FFF4F4;
}

.tippy-box[data-theme~='tomato'] {
    background: #FFF4F4;
    border: 1px solid #FACFCF;
}

/* footer */
#footer {
    width: 100%;
    padding: 60px 0 80px;
    background: #F3F3F3;
    /*margin-top: 105px;*/
    overflow: hidden;
}

#footer .footer-in {
    width: 1200px;
    margin: 0 auto;
    line-height: 31px;
    position: relative;
}

#footer .footer-in .logo-wrap {
    width: 100%;
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
}

#footer .footer-in .logo-wrap .logo-title {
    padding: 0;
}

#footer .footer-in .logo-wrap .logo-title .personal-info-policy a {
    padding: 0 0 0 20px;
    color: #2196f3;
    font-weight: 500;
    cursor: pointer;
}

#footer .footer-in .logo-wrap .logo-title .personal-info-policy img {
    position: relative;
    top: -1px;
    left: 10px;
}

#footer .footer-in .logo-wrap .logo-img {
    /*width: 880px;*/
}

#footer .footer-in .footer-logo {
    /*padding-top: 80px;*/
    box-sizing: border-box;
}

#footer h4 {
    font-size: 20px;
    padding-bottom: 25px;
    color: #000;
    font-weight: 500;
}

#footer address {
    margin-top: 10px;
    color: #444;
}

#footer address span {
    margin-right: 15px;
}

#footer address span.add-box {
    box-sizing: border-box;
}

#footer address span.add-box a {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    padding: 8px 27px 8px 14px;
    background: #fff url(image/ico-arrow-right.svg) no-repeat;
    background-position: right 12px center;
    margin-left: 10px;
}

#footer .copyright {
    padding-top: 45px;
    color: #444;
}

#footer .btn-top {
    z-index: 50;
    position: fixed;
    bottom: 10%;
    right: 5%;
    display: none;
}

#footer .btn-top button {
    background: url(image/btn-top.svg) no-repeat;
}

/* ////////////////////////////////////////////////// notebook */
/*@media all and (min-width: 991px) and (max-width: 1290px) {*/
    /*.footer-in {*/
    /*    width: 93% !important;*/
    /*}*/

    /*#footer address span.add-box a {*/
    /*    margin-left: 0;*/
    /*    margin-top: 8px;*/
    /*}*/

    /*#footer address span.add-box {*/
    /*    display: block;*/
    /*}*/
/*}*/

/* ////////////////////////////////////////////////// tablet */
/*@media all and (min-width: 641px) and (max-width: 990px) {*/
    /*.footer-in {*/
    /*    width: 93% !important;*/
    /*}*/

    /*#footer {*/
    /*    padding: 20px 0 48px;*/
    /*    margin-top: 0;*/
    /*    position: relative;*/
    /*}*/

    /*#footer h4 {*/
    /*    padding-bottom: 0;*/
    /*    font-size: 18px;*/
    /*}*/

    /*#footer .footer-in {*/
    /*    line-height: 22px;*/
    /*    position: inherit;*/
    /*}*/

    /*#footer .footer-in .logo-wrap {*/
    /*    display: flex;*/
    /*    padding-bottom: 20px;*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    overflow: hidden;*/
    /*}*/

    /*#footer .footer-in .logo-wrap .logo-title {*/
    /*    width: 200px;*/
    /*    height: auto;*/
    /*    float: left;*/
    /*    padding: 26px 0;*/
    /*    box-sizing: border-box;*/
    /*    display: inline-block;*/
    /*}*/

    /*#footer .footer-in .logo-wrap .logo-img {*/
    /*    width: 135px;*/
    /*    height: 95px;*/
    /*    float: right;*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*}*/

    /*#footer .footer-in .logo-wrap .logo-img img {*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/

    /*#footer address {*/
    /*    font-size: 12px;*/
    /*    font-weight: 500;*/
    /*}*/

    /*#footer address span.add-box {*/
    /*    width: 135px;*/
    /*    height: 30px;*/
    /*    margin-top: 10px;*/
    /*    display: block;*/
    /*}*/

    /*#footer address span.add-box a {*/
    /*    width: max-content;*/
    /*    display: block;*/
    /*    margin-left: 0;*/
    /*    font-size: 14px;*/
    /*    padding: 4px 32px 4px 14px;*/
    /*    background-position: right 15px center;*/
    /*}*/

    /*#footer .copyright {*/
    /*    padding-top: 12px;*/
    /*    font-size: 12px;*/
    /*}*/

    /*#footer address span {*/
    /*    margin-right: 12px;*/
    /*}*/
/*}*/

/* ////////////////////////////////////////////////// mobile */
@media all and (max-width: 1279px) {
    .footer-in {
        width: 90% !important;
    }

    #footer {
        padding: 20px 0 48px;
        margin-top: 0;
        position: relative;
    }

    #footer h4 {
        padding-bottom: 0;
        font-size: 18px;
    }

    #footer .footer-in {
        line-height: 22px;
        position: inherit;
    }

    #footer .footer-in .logo-wrap {
        padding-bottom: 20px;
        width: 100%;
        overflow: hidden;
    }

    #footer .footer-in .logo-wrap .logo-title {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    #footer .footer-in .logo-wrap .logo-title h4 > * {
        margin: 0 0 10px;
        display: block;
    }

    #footer .footer-in .logo-wrap .logo-title .personal-info-policy a {
        padding: 0;
    }

    #footer .footer-in .logo-wrap .logo-img {
        width: 115px;
        height: auto;
    }

    #footer .footer-in .logo-wrap .logo-img img {
        width: 100%;
        text-align: center;
    }

    #footer address {
        font-size: 12px;
        font-weight: 500;
    }

    #footer address span.add-box {
        width: 135px;
        height: 30px;
        margin-top: 10px;
        display: block;
    }

    #footer address span.add-box a {
        width: max-content;
        display: block;
        margin-left: 0;
        font-size: 14px;
        padding: 4px 32px 4px 14px;
        background-position: right 15px center;
    }

    #footer .copyright {
        padding-top: 12px;
        font-size: 12px;
    }

    #footer address span {
        margin-right: 12px;
    }

}