

.btn-top {
    align-items: center;
    background: rgb(var(--color-color1));
    border-radius: 56px;
    bottom: 32px;
    bottom: calc(32px + env(safe-area-inset-bottom, 0));
    display: flex;
    flex-direction: column;
    width: 46px;
    height: 46px;
    justify-content: flex-start;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: fixed;
    right: 20px;
    right: calc(20px + env(safe-area-inset-right, 0));
    transform: translateY(30px);
    transition: opacity .3s ease, transform .3s ease, height .3s ease;
    will-change: height, opacity, transform;
    z-index: 98;
}
.btn-top.is-scroll {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
@media (min-width:1060px) {
    .btn-top {
        width: 56px;
        height: 56px;
        padding: 17px 0;
        right: 40px;
        right: calc(40px + env(safe-area-inset-right, 0));
    }
}
.btn-top:hover {
    height: 56px;
}
@media (min-width:1060px) {
    .btn-top:hover {
        height: 66px;
    }
}
.btn-top svg path {
    fill: rgb(var(--color-white));
}
.btn-top .line {
    bottom: 12px;
    height: 20px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 3px;
    background: rgb(var(--color-white));
    border-radius: 2px;
    transition: height 0.3s;
}
@media (min-width:1060px) {
    .btn-top .line {
        bottom: 17px;
        height: 20px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 3px;
        background: rgb(var(--color-white));
        border-radius: 2px;
        transition: height 0.3s;
    }
}
.btn-top:hover .line {
    height: 30px;
}
@media (min-width:1060px) {
    .btn-top:hover .line {
        height: 30px;
    }
}


footer {
    position: relative;
}
.layout-breadcrumb {
    margin-top: 2px;
    border-top: 1px solid rgb(var(--color-border));
}
.layout-breadcrumb__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1280px;
    width: 100%;
    gap: 10px;
    margin: 0px auto;
    padding: 24px;
}
.layout-breadcrumb .breadcrumb-btn {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
}
.layout-breadcrumb__container .breadcrumb-btn .yyu-icon__right {
    transform: rotate(-90deg);
}

footer .layout-footer {
    border-top: 1px solid rgb(var(--color-border));
}
footer .layout-footer__container {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    padding: 64px 24px 32px;
}
.layout-breadcrumb .breadcrumb-btn:last-child .yyu-icon__right {
    display: none;
}
.layout-breadcrumb .breadcrumb-btn:last-child {
    color: rgb(var(--color-color1));
    font-weight: 700;
}




footer .layout-footer__content {
    margin-top: 24px;
    position: relative;
}
footer .layout-footer__content .address {
    font-style: normal;
    margin-top: 24px;
}
footer .layout-footer__content .copyright {
    font-size: 12px;
    margin-top: 10px;
    /* padding-right: 318px; */
}



.layout-footer__flex {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__container .layout-footer__flex {
        flex-direction: column;
    }
}
.layout-footer__btn {
    align-items: flex-start;
    display: flex;
    flex: 1 0 357px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 32px;
    max-width: 357px;
    position: relative;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__btn {
        flex: 1 0 auto;
        gap: 32px;
        margin-right: 0;
        max-width: 100%;
    }
}
footer .layout-footer__btn .footer-logo {
    color: rgb(var(--color-color1));
}
footer .layout-footer__btn .footer-logo div{
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: 1.2rem;
    font-weight: 700;
}
footer .layout-footer__btn .footer-logo img, footer .layout-footer__btn .footer-logo svg {
    height: 32px;
    width: auto;
}
footer .layout-footer__btn .footer-site {
    gap: 24px;
    margin-top: 64px;
    position: relative;
}
footer .layout-footer__btn .footer-site, footer .layout-footer__btn .footer-site__familysite {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__btn .footer-site {
        margin-top: 0;
    }
}
footer .layout-footer__btn .footer-site, footer .layout-footer__btn .footer-site__familysite {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
footer .layout-footer__btn .footer-site__familysite {
    border: 1px solid rgb(var(--color-border));
    border-radius: 16px;
    gap: 10px;
    padding: 12px 16px;
}
footer .layout-footer__btn .footer-site .footer-language {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: flex-start;
}
footer .layout-footer__btn .footer-site .footer-language:before {
    background: rgb(var(--color-color-desc2));
    content: "";
    display: block;
    height: 24px;
    width: 1px;
}
footer .layout-footer__btn .footer-site .footer-language .onLanguage {
    color: rgb(var(--color-color3));
    font-weight: 700;
}
footer .layout-footer__container .footer-policy {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
footer .layout-footer__btn .footer-policy {
    margin-top: 24px;
}
footer .layout-footer__container .footer-policy a+a {
    margin-top: 8px;
}




.layout-footer__flex nav {
    flex: 1;
    width: 100%;
}
footer .layout-footer__menu {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: flex-start;
    width: 843px;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__menu {
        flex-wrap: nowrap;
        margin-top: 32px;
        width: 100%;
    }
}
@media (max-width: 767.9px) {
    footer .layout-footer__menu {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 960px) {
    footer .layout-footer__menu {
        flex-wrap: wrap;
    }
}
footer .layout-footer__menu>li {
    flex: 0 0 143px;
}
@media (max-width: 767.9px) {
    footer .layout-footer__menu>li {
        flex: 0 0 calc(50% - 16px);
    }
}
footer .layout-footer__menu>li>a, footer .layout-footer__menu>li>span {
    color: rgb(var(--color-color1));
    display: flex;
    font-size: .8rem;
    font-weight: 700;
}
footer .layout-footer__menu>li .layout-footer__menu-sub {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 32px;
}
@media (max-width: 767.9px) {
    footer .layout-footer__menu>li .layout-footer__menu-sub {
        margin-top: 20px;
    }
}
@media (max-width: 767.9px) {
    footer .layout-footer__menu>li .layout-footer__menu-sub li {
        width: 100%;
    }
}
footer .layout-footer__menu>li .layout-footer__menu-sub a {
    display: flex;
    gap: 2px;
}













footer .layout-footer__family {
    background: rgb(var(--color-color0));
    border: 1px solid rgb(var(--color-border));
    border-radius: 16px;
    left: 0;
    overflow: hidden;
    padding: 32px;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    z-index: 10;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family {
        padding: 0;
    }
}
footer .layout-footer__family .ps {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    justify-content: flex-start;
    max-height: 400px;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family .ps {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
        margin-top: 16px;
        max-height: 40vh;
        overflow-y: auto;
    }
}
footer .layout-footer__family .popup-group {
    flex: 0 0 auto;
    max-width: 134px;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family .popup-group {
        max-width: 172px;
    }
}
footer .layout-footer__family .popup-group .popup-category {
    color: rgb(var(--color-color-desc2));
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family .popup-group .popup-category {
        padding: 8px 16px;
    }
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family .popup-group:first-child .popup-category {
        padding-top: 0;
    }
}
footer .layout-footer__family ul {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 16px;
    width: 100%;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family ul {
        gap: 0;
        margin-top: 0;
    }
}
footer .layout-footer__family ul li {
    word-break: keep-all;
}
footer .layout-footer__family ul a, footer .layout-footer__family ul span {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
@media (max-width: 1279.9px) {
    footer .layout-footer__family ul a, footer .layout-footer__family ul span {
        padding: 8px 16px;
    }
}














