
@media (min-width:1060px) {
    .footer.-bordered {
        border-top: 1px solid #D9D9D9;
        padding-bottom: 60px;
    }
    .footer {
        position: relative;
        background-color: #FFFFFF;
    }
    .shortcuts {
        padding: 50px 40px 0;
    }
    .shortcuts__aligner {
        position: relative;
        width: 100%;
        max-width: 1540px;
        margin: 0 auto;
    }
    .shortcuts__box {
        border-top: 0;
        margin-bottom: 50px;
    }
    .snbs.accordion {
        display: flex;
    }
    .snbs__group {
        width: 25%;
        padding-right: 4rem;
        border-bottom: 0;
    }
    .snbs__title {
    }
    .snbs__title {
        display: block;
        font-size: 15px;
        margin-bottom: 0.8rem;
        color: #000;
        font-weight: 700;
        margin-top: 0;
    }
    .snbs__list_ {
        display: block !important;
    }
    .snbs__list {
        display: block;
        opacity: 1;
        padding-left: 0;
        border: 0;
    }
    .snbs__link {
        display: inline-block;
        align-items: center;
        padding: 0;
        outline: 0;
        color: #555;
        font-size: 12px;
        line-height: 1.58;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        min-height: auto;
        margin: 5px 0;
    }
    .snbs__item em {
        font-style: normal;
        font-weight: 700;
    }





    .shortcuts__snswrap {
        display: flex;
        border-top: 1px solid #D9D9D9;
        padding: 3.2rem 0 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .shortcuts__leftside {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 0;
    }
    .shortcuts__sns {
        margin-top: 0;
        order: 2;
    }
    .snses {
        display: table;
        margin: 0;
    } 
    .snses__item {
        display: table-cell;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }
    .snses__link {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        line-height: 200rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        outline: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 36px 36x;
        text-decoration: none;
    }
    .snses__link.-youtube {
        background: url(/pages/footer/images/youtube.png)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-instagram {
        background: url(/pages/footer/images/instagram.png)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-facebook {
        background: url(/pages/footer/images/logo__facebook.svg)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-twitter {
        background: url(/pages/footer/images/logo__twitter.svg)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-naverblog {
        background: url(/pages/footer/images/blog.png)no-repeat center center;
        background-size: 80%;
    }

    /* 앱 */
    .shortcuts__appstores {
        margin-top: 0;
        margin-right: 2rem;
        order: 1;
    }
    .appstores {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .appstores__item {
        margin: 0 0 0 1.2rem;
        text-align: center;
    }
    .appstores__link {
        position: relative;
        display: block;
        border-radius: 0.2rem;
        outline: 0;
        text-align: left;
    }
    .appstores__banner {
        width: 100px;
        height: auto;
        vertical-align: top;
    }


    .shortcuts__rightside {
        margin: 0;
        display: flex;
        align-items: center;
        padding-left: 0;
    }
    .appstores {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .appstores__item:nth-child(1) {
        margin-left: 0;
    }
    .appstores__banner.-yeoyulo {
        width: auto;
        height: 40px;
        object-fit: contain;
    }







    /* 사업자 */
    .contacts {
        padding: 4rem 4rem 2rem;
        width: 100%;
        border-top: 0;
    }
    .contacts__wrap {
        margin: 0 auto;
        max-width: 1540px;
    }
    .contacts:after {
        content: "";
        clear: both;
        display: block;
    }
    .contacts__aligner {
        width: 100%;
        max-width: 1540px;
    }
    
    



    .contacts__info {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .contacts__in-aligner {
        min-width: calc(100% - 300px);
    }
    .contacts__item {
        float: left;
    }
    .contacts__item {
        color: #000;
        font-size: 13px;
        line-height: 1.58;
    }
    .contacts__list {
        margin: 0;
    }
    .contacts__list .contacts__item {
        position: relative;
        margin-left: 0.8rem;
        padding-left: 1rem;
    }
    .contacts__list .contacts__item:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 1.1rem;
        background-color: #d9dbe1;
        transform: translateY(-50%);
    }
    .contacts__item:nth-child(3) {
        clear: both;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .contacts__list .contacts__item:nth-child(3):before {
        display: none;
    }




    .trustmarks {
        position: relative;
        min-width: 300px;
        margin-top: 0;
    }
    .trustmarks__list {
        width: auto;
        margin: 0;
        justify-content: flex-end;
        display: flex;
        gap: 10px;
    }
    .trustmarks__item {
        display: inline-flex;
        align-items: center;
    }
    
    .trustmarks__logo {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }

    .trustmarks__logo.-developers{
        background-image: url(/pages/footer/images/developers-favicon.png);
    }
    .trustmarks__logo.-tripduty {
        background-image: url(/pages/footer/images/tripduty-favicon.png);
    }
    .trustmarks__logo.-bub {
        background-image: url(/pages/footer/images/bub-favicon.png);
    }

    .trustmarks__link {
        border: 0;
        background-color: transparent;
        vertical-align: top;
        padding: 0;
        border-radius: 0.3rem;
    }
    .trustmarks__pc-link {
        display: inline-block;
        border-radius: 0.3rem;
    }


    .copyright {
        margin-top: -3rem;
    }
    .copyright {
        padding-top: 1.2rem;
    }
    .copyright {
        width: 100%;
        max-width: 144rem;
        margin: 0 auto 0;
        color: #555;
        font-size: 12px;
        line-height: 1.58;
    }
}
@media (max-width:1060px) {
    
    .footer.-bordered {
        border-top: 1px solid #D9D9D9;
        padding-bottom: 60px;
    }
    .footer {
        position: relative;
        background-color: #FFFFFF;
    }
    .shortcuts {
        padding: 2.4rem 0 0;
    }
    .shortcuts__aligner {
        position: relative;
        width: 100%;
        max-width: 144rem;
        margin: 0 auto;
    }
    .snbs__heading {
        margin: 0;
    }
    .snbs__button {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 40px 10px 20px;
        border: 0;
        outline: 0;
        background-color: transparent;
        color: #000;
        font-size: 14px;
        line-height: 2.4rem;
        min-height: 50px;
        text-decoration: none;
        text-align: left;
        cursor: pointer;
        border-bottom: 1px solid #D9D9D9;
    }
    .snbs__button:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 2.4rem;
        height: 2.4rem;
        display: inline-block;
        background: url(/pages/header/images/icon--arrow-down.svg) no-repeat center center;
        background-size: 24px 24px;
    }
    .snbs__button.-active:after {
        background: url(/pages/header/images/icon--arrow-up.svg) no-repeat center center;
        background-size: 24px 24px;
    }
    .snbs__button.-active {
        font-weight: 700;
        text-decoration: underline;
    }




    .snbs__group .snbs__list_ {
        display: none;
    }
    .snbs__group.-active .snbs__list {
        display: block;
        opacity: 1;
        animation: 0.5s fromTtoBAni ease-in-out;
    }

    .snbs__link {
        display: flex;
        align-items: center;
        padding: 10px 30px;
        outline: 0;
        color: #555;
        font-size: 15px;
        line-height: 1.71;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        min-height: 30px;
    }
    .snbs__item em {
        font-style: normal;
        font-weight: 700;
    }
    .snbs__group.-active {
        border-bottom: 1px solid #D9D9D9;
    }





    /* sns */
    .shortcuts__snswrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .shortcuts__leftside {
        display: flex;
        flex-direction: column;
        padding: 0px 10px 0 10px;
        gap: 20px;
    }
    .shortcuts__sns {
        order: 1;
    }
    .snses {
        display: table;
        margin: 0;
    }
    .snses__item {
        display: table-cell;
        padding: 0 10px;
        vertical-align: middle;
    }
    .snses__link {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        line-height: 200rem;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        outline: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 35px 35px;
        text-decoration: none;
    }

    .snses__link.-youtube {
        background: url(/pages/footer/images/youtube.png)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-instagram {
        background: url(/pages/footer/images/instagram.png)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-facebook {
        background: url(/pages/footer/images/facebook.png)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-twitter {
        background: url(/pages/footer/images/logo__twitter.svg)no-repeat center center;
        background-size: 80%;
    }
    .snses__link.-naverblog {
        background: url(/pages/footer/images/blog.png)no-repeat center center;
        background-size: 80%;
    }





    .shortcuts__appstores {
        order: 2;
    }
    .appstores {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .appstores__item {
        margin: 0 10px;
    }
    .appstores__link {
        position: relative;
        display: block;
        border-radius: 10px;
        outline: 0;
        text-align: left;
    }
    .appstores__banner {
        width: 120px;
        height: auto;
        vertical-align: top;
    }





    .shortcuts__rightside {
        display: none;
        padding: 0px 10px 0 10px;
        margin-bottom: 30px;
    }
    .appstores__banner.-yeoyulo {
        width: 40px;
        height: auto;
    }







    /* 사업자 */
    .contacts {
        padding: 20px;
        border-top: 1px solid #D9D9D9;
    }
    .contacts__wrap {
        margin: 0 auto;
        max-width: 1440px;
    }
    .contacts__aligner {
        width: 100%;
        max-width: 1440px;
    }
    .contacts h2 {
        position: relative;
        margin: 0;
    }


    .contacts__button {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px 50px 10px 0;
        margin-bottom: 0.7rem;
        border: 0;
        outline: 0;
        background-color: transparent;
        color: #000;
        font-size: 13px;
        line-height: 1.58;
        text-decoration: none;
        text-align: left;
        border-radius: 0.3rem;
    }
    .contacts__button .contact__emphasis {
        margin-right: 10px;
    }
    .contacts__button:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 23px;
        height: 23px;
        display: inline-block;
        background: url(/pages/header/images/icon--arrow-down.svg) no-repeat center center;
        background-size: 24px 24px;
    }
    .contacts__button.-active:after {
        background: url(/pages/header/images/icon--arrow-up.svg) no-repeat center center;
        background-size: 24px 24px;
    }

    .contacts__info.-active {
        display: block;
        animation: 0.5s fromTtoBAni ease-in-out;
    }
    .contacts__item {
        color: #000;
        font-size: 13px;
        line-height: 1.58;
    }


    #footer-info.contacts__in-aligner[aria-hidden='false'] {
        display: none;
    }
    #footer-info.contacts__in-aligner[aria-hidden='true'] {
        display: block;
    }












    .copyright {
        width: 100%;
        max-width: 144rem;
        margin: 0 auto 0;
        color: #555;
        font-size: 11px;
        line-height: 1.58;
    }

    .trustmarks {
        position: relative;
        margin: 20px 0;
    }
    .trustmarks__list {
        display: flex;
        margin: 20px 0;
        gap: 20px;
        flex-wrap: wrap;
    }
    .trustmarks__item {
        padding: 0;
    }
    .trustmarks__pc-link {
        display: inline-block;
        border-radius: 0.3rem;
    }






    .trustmarks__logo{
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }
    .trustmarks__logo {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        background-size: 100%;
    }

    .trustmarks__logo.-developers{
        background-image: url(/pages/footer/images/developers-favicon.png);
    }
    .trustmarks__logo.-tripduty {
        background-image: url(/pages/footer/images/tripduty-favicon.png);
    }
    .trustmarks__logo.-bub {
        background-image: url(/pages/footer/images/bub-favicon.png);
    }



    
}


/* 쿠키설정 */
#cookie-popup.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000000;
}
/* #cookie-popup.dialog.-active {
    display: flex;
    align-items: center;
    justify-content: center;
} */
#cookie-popup.dialog[aria-hidden="false"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookie-popup.dialog .dialog__contents {
    width: 880px;
    max-width: 100%;
    height: auto;
    max-height: 100% !important;
    border-radius: 0;
    display: inline-block;
    overflow-y: auto;
    position: relative;
    outline: 0;
    background-color: #fff;
    border-radius: 0px;
}
@media (max-width:1060px) {
    #cookie-popup.dialog .dialog__contents {
        min-height: 100%;
    }
}
@media (min-width:1060px) {
    #cookie-popup.dialog .dialog__contents {
        padding: 40px;
        border-radius: 10px;
    }
}@media (max-width:1060px) {
    #cookie-popup.dialog .dialog__contents {
        padding: 20px;
    }
}
#cookie-popup.dialog .dialog__contents .h1 {
    font-size: 25px;
}
#cookie-popup.dialog .dialog__aligner {
    margin-top: 20px;
    padding-bottom: 0;
}
#cookie-popup.dialog .dialog__aligner .mix {
    padding: 32px 40px;
    border: 1px solid #d9dbe1;
    border-radius: 10px;
}
#cookie-popup.dialog .dispose {
    margin: 0 0 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#cookie-popup.dialog .disposeBox + .disposeBox {
    margin-top: 20px;
}
#cookie-popup.dialog .dispose .h3 {
    margin: 0;
    font-size: 18px;
}
#cookie-popup.dialog .dispose .h4.-color-primary {
    color: var(--color-main);
}
#cookie-popup.dialog .dialog__aligner .list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
#cookie-popup.dialog .dialog__aligner .list li {
    position: relative;
    color: #555;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.58;
    text-indent: 0;
}

#cookie-popup.dialog .dialog__aligner .switch {
    display: flex;
    position: relative;
    border: 0;
    background: transparent none;
    font-size: 1.4rem;
    text-align: left;
    cursor: pointer;
    color: #000;
    width: 40px;
    height: 30px;
    padding: 0;
    justify-content: center;
    align-items: center;
}
#cookie-popup.dialog .switch:before {
    content: "";
    display: block;
    position: absolute;
    top: 65%;
    width: 35px;
    height: 10px;
    right: 0;
    margin-top: -0.6rem;
    border-radius: 1.2rem;
    background-color: #888;
    transition: 0.2s;
}

#cookie-popup.dialog .switch:after {
    content: "";
    display: block;
    position: absolute;
    top: 80%;
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: -1.2rem;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: 0.2s;
}
#cookie-popup.dialog .switch[aria-pressed="true"]:before {
    background-color: var(--color-main);
}
#cookie-popup.dialog .switch[aria-pressed="true"]:after {
    left: 25px;
}
#cookie-popup.dialog .dialog__aligner .divider {
    height: 1px;
    margin: 20px 0;
    background-color: #D9D9D9;
}



@media (min-width:1060px) {
    
    #cookie-popup.dialog .dialog__buttons {
        margin-top: 30px;
    }
    #cookie-popup.dialog .dialog__buttons-aligner {
        margin: 0;
        padding: 0;
        box-shadow: none;
        display: flex;
        justify-items: flex-start;
        justify-content: center;
        position: relative;
        left: auto;
        width: 100%;
    }
    #cookie-popup.dialog .dialog__buttons .confirm {
        display: block;
        margin: 0;
        padding: 10px 25px;
        min-height: 30px;
        border: 1px solid var(--color-main);
        border-radius: 10px;
        background-color: var(--color-main);
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.58;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        appearance: none;
    }

}
@media (max-width:1060px) {
    
    #cookie-popup.dialog .dialog__buttons {
        margin-top: 40px;
        padding-top: 78px;
    }
    #cookie-popup.dialog .dialog__buttons-aligner {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 1;
        margin-top: 0;
        background-color: #fff;
        top: auto;
        bottom: 0;
        padding: 12px;
        box-shadow: 4px 0 16px 0 rgba(105, 138, 161, 0.33);
    }
    #cookie-popup.dialog .dialog__buttons .confirm {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 25px;
        min-height: 30px;
        border: 1px solid var(--color-main);
        border-radius: 10px;
        background-color: var(--color-main);
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        line-height: 1.58;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        appearance: none;
    }

}









/* nav */
#footer_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1600000;
    /* box-shadow: 0 0 5px 0px #0000000d; */

    /* transform: translate(0%, 130%);
    transition: all ease-in-out 0.3s; */
}
/* #footer_nav.-active {
    transform: translate(0%, 0%);
    transition: all ease-in-out 0.3s;
} */
#footer_nav .footer_nav_list {
    display: flex;
    /* height: 55px; */
}
@media (min-width:1060px) {
    #footer_nav .footer_nav_list {
        /* display: none; */
        /* max-width: 50%;
        margin: 0 auto; */
        /* height: 80px; */
    }
}
#footer_nav .footer_nav_itembar {
    flex: 1;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 6px hsla(0, 0%, 7%, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer_nav .nav__itemitem {
    flex: 1;
}
#footer_nav .nav_itemitem_link {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
#footer_nav .nav_itemitem_img {
    width: 25px;
    height: 25px;
}
#footer_nav .nav_itemitem_img .img {
    width: 100%;
    height: 100%;
}

#footer_nav .nav_itemitem_title {
    font-size: 11px;
    font-weight: 400;
    color: #888a8d;
}
#footer_nav .-active .nav_itemitem_title {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-main);
}

#footer_nav .footer_nav_itemcenter {
    width: 58px;
    background-color: transparent;
    transform: translateY(-15px);
    border-radius: 50%;
    position: relative;
    z-index: 1002;
}
#footer_nav .footer_nav_itemcenter_back {
    position: relative;
    width: 60px;
    left: -1px;
    height: 100%;
    top: 24px;
    background-color: transparent;
    overflow: hidden;
}
#footer_nav .footer_nav_itemcenter_back:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 1px;
    width: 58px;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 300px 0 300px #fff;
}
#footer_nav .footer_nav_itemcenter_back.NavigationBar_center__kd7DM .NavigationBar_rec__4gGaE:after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 1px;
    width: 58px;
    height: 100%;
    border-radius: 100%;
    box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, .35);
}
#footer_nav .footer_nav_itemcenter_inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
    width: 55px;
    height: 55px;
    padding: 5px;
}
#footer_nav .footer_nav_itemcenter_link {
    display: inline-block;
}
#footer_nav .itemcenter_inner_con {
    width: 100%;
    height: 100%;
    background: var(--color-main);
    border-radius: 50px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer_nav .itemcenter_inner_con .img {
    width: 100%;
    height: 100%;
}
/* // nav */











/* buttom buttons */
[_bottom-contents-box] {
    width: 100%;
    display: flex;
    padding: 8px 20px;
    gap: 10px;
    justify-content: space-between;

    box-shadow: 4px 0 15px #698aa154;
    background-color: rgb(255 255 255 / 80%);
}
@media (min-width:1060px) {
    [_bottom-contents-box] {
        padding: 18px 40px;
    }
}
[_bottom-contents-box] .space-bottombox {
    display: flex;
    align-items: center;
    justify-content: center;
}
[_bottom-contents-box] .space-bottombox.-box {
    width: 80px;
}
[_bottom-contents-box] .space-bottombox.-bid {
    /* flex: 1; */
    width: 100%;
}
@media (min-width:1060px) {
    [_bottom-contents-box] .space-bottombox.-bid {
        /* flex: 1; */
        width: auto;
    }
}
[_bottom-contents-box] .space-bottombox.-share {
    width: 44px;
    min-width: 44px;
}
[_bottom-contents-box] .space-bottomLink {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-main);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /* border: 1px solid var(--color-main); */
    background-color: var(--color-back);
}
[_bottom-contents-box] .-bid .space-bottomLink {
    border: 1px solid var(--color-main);
    background-color: var(--color-main);
    color: var(--color-white);

    padding: 10px 40px;
    border-radius: 50px;
}
/* // buttom buttons */



















[_fot-share-box] .fotshare-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10000000;
}
[_fot-share-box] .fotshare-wrap.-active {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media (min-width: 1060px) {
    [_fot-share-box] .fotshare-wrap.-active {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
[_fot-share-box] .fotshare-contents {
    display: inline-block;
    overflow-y: auto;
    position: relative;
    padding: 20px 0px 20px 0px;
    outline: 0;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #767676 transparent;

    width: 100%;
    max-width: 100%;
    height: 60%;
    max-height: 60%;
}
@media (min-width: 1060px) {
    [_fot-share-box] .fotshare-contents {
        border-radius: 20px;
        width: 400px;
        min-width: 400px;
        max-width: 90%;
        max-height: 50%;
    }
}
[_fot-share-box] .fotshare-close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 10px;
    background: url(/pages/header/images/dialog__close.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
}
[_fot-share-box] .fotshare-head {
    text-align: center;
}

/* linkbox-box */
[_fot-share-box] .linkbox-box_wrap {
    padding: 0 40px;
}
[_fot-share-box] .linkbox-box {
    width: 100%;
    height: 180px;
    background-color: var(--color-sub);
    border-radius: 20px;
    margin: 20px 0;
    color: var(--color-main);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
}
[_fot-share-box] .linkbox-img {
    margin-bottom: 20px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: var(--color-back);
}
[_fot-share-box] .linkbox-title {
    margin-bottom: 3px;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_fot-share-box] .linkbox-desc {

}



/* 링크 */
[_fot-share-box] .sharelist-wrap {
    padding: 0 20px;
}
[_fot-share-box] .sharelist-list {
    display: flex;
    align-items: center;
}
[_fot-share-box] .sharelist-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
[_fot-share-box] .sharelist-item_btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
    font-weight: 400;
}
[_fot-share-box] .sharelist-item_icon {
    width: 45px;
    height: 45px;
}
/* // 링크 */
.sharelist-bottom {
    border-top: 1px solid var(--color-back1);
    margin-top: 20px;
    padding: 20px;

    text-align: left;
}
/* // linkbox-box */