/* NO CSS*/
/* componenet*/
::-webkit-scrollbar {
    width: 0.8rem;
    height: 0.8rem;
}

::-webkit-scrollbar-track {
    background: #eeeeee;
}

::-webkit-scrollbar-thumb {
    background: #9e9e9e;
}

#skip-nav {
    position: absolute;
    left: 0;
    top: -1000px;
    width: 100%;
    height: 0px;
    z-index: 1000;
    line-height: 0px;
    font-size: 0px;
}

#skip-nav a {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
}

#skip-nav a:focus,
#skip-nav a:hover,
#skip-nav a:active {
    position: absolute;
    left: 0px;
    top: 1000px;
    padding: 0.8rem 0;
    display: block;
    height: 4.5rem;
    background: #20262c;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #fff;
}

.zindex1 {
    z-index: 1 !important;
}

.zindex2 {
    z-index: 2 !important;
}

.zindex3 {
    z-index: 3 !important;
}

.btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: #222;
    margin-left: auto;
}
.btn-more i {
    color: #fff;
    font-size: 2.4rem;
}

#wrap {
    position: relative;
    overflow: hidden;
}

html.active {
    overflow: hidden;
}
html.active:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
}
html.active2:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
}
@media (max-width: 1279px) {
    html {
        font-size: 9px;
    }
}
@media (max-width: 1023px) {
    html {
        font-size: 8px;
    }
}
@media (max-width: 459px) {
    html.active:after,
    html.active2:after {
        display: none;
    }
}
html[lang='en'] .header-menu > li > a {
    min-width: 18rem;
}
html[lang='en'] .header-logo a img {
    width: 15.656rem;
}
html[lang='en'] .footer-address {
    margin-top: 0;
}
html[lang='en'] .sitemap-logo a img {
    width: 22.4rem;
}
@media (max-width: 1023px) {
    html[lang='en'] .relatives-swiper-title {
        margin-right: 2rem;
    }
}

.layout {
    width: 144rem;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
@media (max-width: 1459px) {
    .layout {
        padding: 0 4rem;
    }
}
@media (max-width: 1279px) {
    .layout {
        padding: 0 2rem;
    }
}

.header {
    height: 10.4rem;
    box-shadow: none;
    z-index: 30;
}
.header button:focus-visible,
.header a:focus-visible {
    outline: 2px solid #46c3ce;
}
.header.fixed,
.header.active,
.header.active2 {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.header.fixed .header-logo .basic,
.header.active .header-logo .basic,
.header.active2 .header-logo .basic {
    display: none;
}
.header.fixed .header-logo .active,
.header.active .header-logo .active,
.header.active2 .header-logo .active {
    display: block;
}
.header.fixed .header-menu-2dpeth,
.header.active .header-menu-2dpeth,
.header.active2 .header-menu-2dpeth {
    border-top: 1px solid #e0e0e0;
}
.header.fixed .header-menu > li > a,
.header.active .header-menu > li > a,
.header.active2 .header-menu > li > a {
    color: #222;
    letter-spacing: 0;
}
.header.fixed .header-util > div > a,
.header.fixed .header-util > div > button,
.header.active .header-util > div > a,
.header.active .header-util > div > button,
.header.active2 .header-util > div > a,
.header.active2 .header-util > div > button {
    background: #f5f5f5;
}
.header.fixed .header-util > div > a:before,
.header.fixed .header-util > div > button:before,
.header.active .header-util > div > a:before,
.header.active .header-util > div > button:before,
.header.active2 .header-util > div > a:before,
.header.active2 .header-util > div > button:before {
    color: #222;
}
.header.fixed .header-util > div > a i,
.header.fixed .header-util > div > button i,
.header.active .header-util > div > a i,
.header.active .header-util > div > button i,
.header.active2 .header-util > div > a i,
.header.active2 .header-util > div > button i {
    color: #222;
}
@media (max-width: 767px) {
    .header.active3 {
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
    }
    .header.active3 .header-logo .basic {
        display: none;
    }
    .header.active3 .header-logo .active {
        display: block;
    }
    .header.active3 .header-menu-2dpeth {
        border-top: 1px solid #e0e0e0;
    }
    .header.active3 .header-menu > li > a {
        color: #222;
        letter-spacing: 0;
    }
    .header.active3 .header-util > div > a,
    .header.active3 .header-util > div > button {
        background: #f5f5f5;
    }
    .header.active3 .header-util > div > a:before,
    .header.active3 .header-util > div > button:before {
        color: #222;
    }
    .header.active3 .header-util > div > a i,
    .header.active3 .header-util > div > button i {
        color: #222;
    }
}
.header-container {
    max-width: 168rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
.header-wrap {
    height: 100%;
    float: none;
    margin-right: 0;
}
.header-wrap .gnb {
    height: 100%;
}
.header-logo {
    flex-shrink: 0;
}
.header-logo .active {
    display: none;
}
.header-logo a {
    display: block;
}
.header-logo a img {
    width: 32.3752rem;
}
.header-menu {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-menu-bg {
    position: absolute;
    top: calc(100% + 0.5px);
    left: 50%;
    width: 100vw;
    height: 0;
    background: #fff;
    transition: all 0.1s;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 0;
}
.header-menu-bg:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/_webroot/images/korean/layout/header-menu_bg.svg) no-repeat center/contain;
    background: url(/_webroot/images/korean/layout/header-menu_bg.svg) no-repeat center/contain;
    width: 53.6rem;
    height: 9.9rem;
}
.header-menu > li {
    position: relative;
    margin: 0;
    height: 100%;
}
.header-menu > li:first-child .header-menu-2depth {
    border-left: 1px solid #e0e0e0;
}
.header-menu > li.active .header-menu-2depth {
    background: #00447d;
    border-color: #00447d;
}
.header-menu > li.active .header-menu-2depth > ul > li > a {
    color: #fff;
}
.header-menu > li.active .header-menu-2depth > ul > li > a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.header-menu > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0;
    line-height: normal;
    letter-spacing: 0;
}
.header-menu > li > a[target='_blank'] {
    position: relative;
    gap: 0.4rem;
}
.header-menu > li > a[target='_blank']:after {
    position: static;
    display: inline-block;
    transform: none;
    background: transparent;
    content: '\ecaf';
    width: auto;
    height: auto;
    font-family: 'remixicon';
    font-size: 2rem;
    transition: none;
}
.header-menu-2depth {
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    display: none;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 2.4rem 1.6rem;
    overflow: visible;
    visibility: visible;
    opacity: 1 !important;
    background: #fff;
}
.header-menu-2depth .depth2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.header-menu-2depth .depth2 a {
    display: block;
    color: #555;
    font-size: 1.6rem;
    letter-spacing: -0.16px;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
}
.header-util {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.header-util > div {
    color: #fff;
}
.header-util > div > a,
.header-util > div > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 22.2rem;
    -webkit-backdrop-filter: blur(1.2rem);
    backdrop-filter: blur(1.2rem);
}
.header-util > div > a i,
.header-util > div > button i {
    color: #fff;
    font-size: 2rem;
}
.header-util-popup > button {
    position: relative;
}
.header-util-popup > button .popup-count {
    content: '';
    display: block;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    line-height: 1.4;
    background: #f00;
    flex-shrink: 0;
}
.header-util-language {
    position: relative;
}
.header-util-language.active .language-container {
    display: block;
}
.header-util-language .language-container {
    display: none;
    position: absolute;
    top: calc(100% + 2rem);
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0.2rem 0.4rem 1.2rem rgba(0, 0, 0, 0.16);
    z-index: 15;
}
.header-util-language .language-container > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    color: #222;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}
.header-util-language .language-container > ul > li > a:hover {
    text-decoration: underline;
}
.header-util-search.active .search-container {
    padding: 8.6rem 2rem;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
.header-util-search.active .search-area > input {
    color: #222;
}
.header-util-search.active .search-btn:before {
    content: '\eb99';
    font-size: 2.4rem;
}
.header-util-search .search-btn:before {
    display: block;
    content: '\f0d1';
    font-family: 'remixicon';
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}
.header-util-search .search-btn:hover {
    transform: scale(1) translateY(0);
}
.header-util-sitemap.active > button:before {
    content: '\eb99';
    font-size: 2.4rem;
}
.header-util-sitemap.active .sitemap-container {
    display: block;
    height: 100dvh;
    transform: translateX(0);
    opacity: 1;
    z-index: 9;
    visibility: visible;
}
.header-util-sitemap.active .sitemap-container .allgnb-wrap {
    background: linear-gradient(251deg, #e13911 -76.28%, #00447d 100%);
}
.header-util-sitemap > button:before {
    display: block;
    content: '\ef3e';
    font-family: 'remixicon';
    color: #fff;
    font-size: 2rem;
}
.header-util-sitemap .sitemap-layout {
    height: 100%;
}
.header-util-sitemap .sitemap-container {
    height: calc(100dvh - 10.4rem);
}
@media (max-width: 1859px) {
    .header-menu-bg:after {
        width: 47.6rem;
        height: 8.9rem;
    }
}
@media (max-width: 1759px) {
    .header-menu-bg:after {
        width: 37.6rem;
        height: 6.9rem;
    }
}
@media (max-width: 1699px) {
    .header-container {
        padding: 0 4rem;
    }
}
@media (max-width: 1639px) {
    .header-menu > li > a {
        width: 14rem;
    }
}
@media (max-width: 1459px) {
    .header-menu > li > a {
        width: 13rem;
    }
}
@media (max-width: 1410px) {
    .header-wrap {
        display: none;
    }
}
@media (max-width: 1279px) {
    .header-container {
        padding: 0 2rem;
    }
    .header-logo a img {
        width: 29rem;
    }
}
@media (max-width: 1023px) {
    .header-logo a img {
        width: 27rem;
    }
}
@media (max-width: 767px) {
    .header {
        height: 8.4rem;
    }
    .header-logo a img {
        width: 25rem;
    }
    .header-util > div > a,
    .header-util > div > button {
        width: 4.4rem;
        height: 4.4rem;
    }
    .header-util > div > a i,
    .header-util > div > button i {
        font-size: 18px;
    }
    .header-util-popup > button .popup-count {
        top: 2px;
        right: 2px;
        width: 13px;
        height: 13px;
        font-size: 8px;
        line-height: 1.5;
    }
    .header-util-language .language-container > ul > li > a {
        font-size: 14px;
    }
}
@media (max-width: 587px) {
    .header-logo a img {
        width: 23rem;
    }
    .header-util-search {
        display: none;
    }
}

.search-container {
    top: calc(100% + 1px);
    width: 100vw;
    background: #fff;
}
.search-container .container {
    width: 128rem;
}
.search-container .search-area {
    max-width: 60rem;
    width: 100%;
}
.search-container .search-area > button {
    color: #e13911;
    bottom: 1.8rem;
    font-size: 2.8rem;
}
.search-container .search-area > input {
    height: 4.5rem;
    font-size: 2.7rem;
    font-weight: 400;
    padding: 0 5rem 1.6rem 0;
    border-bottom-color: #222;
}
.search-container .search-area > input::-moz-placeholder {
    color: #9e9e9e;
    font-size: 1.8rem;
    line-height: 160%;
    opacity: 1;
}
.search-container .search-area > input::placeholder {
    color: #9e9e9e;
    font-size: 1.8rem;
    line-height: 160%;
    opacity: 1;
}
.search-container .container {
    width: 100%;
}
@media (max-width: 587px) {
    .search-container {
        height: auto;
        opacity: 1;
        overflow: visible;
        visibility: visible;
        position: static;
        transform: translateX(0);
        background: none;
        padding: 0;
    }
    .search-container .search-area > button {
        color: #fff;
    }
    .search-container .search-area > input {
        border-bottom-color: #fff;
    }
    .search-container .search-area > input::-moz-placeholder {
        color: #fff;
    }
    .search-container .search-area > input::placeholder {
        color: #fff;
    }
    .search-container .container {
        max-width: 100%;
    }
}

.sitemap-layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    padding: 10.4rem 0 !important;
}
.sitemap-logo {
    flex-shrink: 0;
}
.sitemap-logo > a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.sitemap-logo > a img {
    display: block;
    width: 46.4rem;
}
.sitemap-header {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 168rem;
    width: 100%;
    height: 10.4rem;
    margin: 0 auto;
}
.sitemap-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    gap: 0.8rem;
    border-radius: 22.2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1.2rem);
    backdrop-filter: blur(1.2rem);
}
.sitemap-close i {
    color: #fff;
    font-size: 2rem;
}
.sitemap-menu {
    display: flex;
    gap: 22.2rem;
    max-width: 145.2rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    overflow-y: auto;
    z-index: 2;
}
.sitemap-menu-item {
    display: flex;
}
.sitemap-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6.4rem 14.4rem;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
}
.sitemap-menu-list > li {
    width: calc(33.3333333333% - 9.6rem);
}
.sitemap-menu-list > li > a {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.36px;
    padding: 0;
}
.sitemap-menu-list > li > a[target='_blank'] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.sitemap-menu-list > li > a[target='_blank']:after {
    content: '\ecaf';
    display: block;
    font-family: 'remixicon';
    font-size: 3.6rem;
    color: #fff;
}
.sitemap-menu-list > li > a i {
    display: none;
}
.sitemap-menu-list .submenu {
    margin-top: 2.4rem;
}
.sitemap-menu-list .submenu > ul {
    display: flex;
    flex-direction: column;
    gap: 1.22rem;
    font-size: inherit;
    letter-spacing: 0;
    padding: 0;
}
.sitemap-menu-list .submenu > ul > li.plus > a:after {
    display: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sitemap-menu-list .submenu > ul > li.active .lnb-detail {
    border-bottom: none;
}
.sitemap-menu-list .submenu > ul > li > a {
    padding: 0;
}
.sitemap-menu-list .submenu > ul > li > a:hover span {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: white;
}
.sitemap-menu-list .submenu > ul > li > a span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.sitemap-menu-list .lnb-detail {
    display: none;
}
.sitemap-menu-list .lnb-detail a {
    color: rgba(255, 255, 255, 0.6);
}
.sitemap-menu-list .lnb-detail a:before {
    background-color: rgba(255, 255, 255, 0.6);
}
.sitemap-utils {
    display: none;
    justify-content: end;
    align-items: center;
    gap: 0.8rem;
    padding: 3rem 2rem 0;
}
.sitemap-utils > div {
    color: #fff;
}
.sitemap-utils > div > a,
.sitemap-utils > div > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 22.2rem;
    -webkit-backdrop-filter: blur(1.2rem);
    backdrop-filter: blur(1.2rem);
}
.sitemap-utils > div > a i,
.sitemap-utils > div > button i {
    color: #fff;
    font-size: 2rem;
}
.sitemap-container {
    position: fixed;
    display: none;
    width: 100vw;
    max-width: 100%;
    height: 100dvh;
    right: 0;
    top: 0;
    transition: opacity 0.1s;
    z-index: 10 !important;
}
.sitemap-container:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    display: block;
    width: 79.4rem;
    height: 63.9rem;
    background: url(/_webroot/images/korean/layout/sitemap-bg.svg) no-repeat center/contain;
    z-index: 1;
}
@media (max-width: 1639px) {
    .sitemap-header {
        padding: 0 4rem;
    }
    .sitemap-menu {
        gap: 10rem;
    }
}
@media (max-width: 1459px) {
    .sitemap-layout {
        padding: 7rem 0 !important;
    }
    .sitemap-menu {
        flex-direction: column;
        overflow-y: visible;
    }
    .sitemap-menu-list {
        max-height: 56vh;
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .sitemap-logo,
    .sitemap-header {
        display: none;
    }
    .sitemap-container {
        top: 8.4rem !important;
        height: calc(100dvh - 8.4rem) !important;
        width: 45rem;
        top: 10.4rem;
    }
    .sitemap-container:before {
        display: none;
    }
    .sitemap-container.active .sitemap-layout {
        height: calc(100dvh - 10.4rem);
    }
    .sitemap-layout {
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: 0 !important;
    }
    .sitemap-menu {
        padding: 0;
        gap: 2rem;
        overflow-y: auto;
    }
    .sitemap-menu-list {
        overflow-y: auto;
        max-height: 100%;
        padding: 0;
        gap: 0;
    }
    .sitemap-menu-list > li {
        width: 100%;
    }
    .sitemap-menu-list > li.active > a.had:after {
        transform: rotate(180deg);
    }
    .sitemap-menu-list > li > a {
        display: flex;
        justify-content: space-between;
        font-size: 2.6rem;
        padding: 2rem;
    }
    .sitemap-menu-list > li > a[target='_blank']:after {
        font-size: 2.6rem;
    }
    .sitemap-menu-list > li > a.had:after {
        content: '\e942';
        display: block;
        font-family: 'xeicon';
        font-size: 2.6rem;
        color: #fff;
        transition: transform 0.24s;
    }
    .sitemap-menu-list > li > a i {
        display: none;
        font-size: 2.6rem;
    }
    .sitemap-menu-list .submenu > ul > li.plus > a:after {
        display: block;
    }
    .sitemap-menu-list .submenu > ul > li.active > a span {
        color: white;
    }
    .sitemap-menu-item {
        display: none;
        margin-top: 0 !important;
    }
    .sitemap-menu-item > ul {
        padding: 1rem 2rem !important;
    }
    .sitemap-menu-item > ul > li > a {
        font-size: 2rem !important;
    }
    .sitemap-menu-item .lnb-detail {
        padding: 1rem !important;
    }
    .sitemap-menu-item .lnb-detail-item + .lnb-detail-item {
        margin-top: 1rem;
    }
    .sitemap-menu-item .lnb-detail-item.active > a {
        color: #fff;
    }
    .sitemap-menu-item .lnb-detail-item.active > a:after {
        background: #fff;
    }
    .sitemap-menu-item .lnb-detail a:hover {
        color: #fff;
    }
    .sitemap-menu-item .lnb-detail a:hover:after {
        background: #fff;
    }
}
@media (max-width: 587px) {
    .sitemap-utils {
        display: flex;
    }
}
@media (max-width: 459px) {
    .sitemap-container {
        width: 100%;
    }
}

.footer {
    font-size: inherit;
    padding: 6.4rem 0;
    background: #222;
    overflow: visible;
}
.footer-container {
    display: flex;
    gap: 8rem;
}
.footer-logo img {
    display: block;
    width: 17.905rem;
}
.footer-address {
    margin-top: 2.4rem;
}
.footer-address .address {
    font-size: 1.8rem;
}
.footer-address .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    margin-top: 1.2rem;
}
.footer-contact {
    display: flex;
    gap: 1.2rem;
    margin-top: 0.4rem;
}
.footer-contact > li {
    display: flex;
    gap: 0.8rem;
}
.footer-contact > li > em {
    font-size: 1.8rem;
    font-weight: 600;
}
.footer-contact > li p {
    font-size: 1.8rem;
}
.footer-menu {
    display: flex;
    gap: 4.5rem;
}
.footer-menu > li.privacy > a {
    color: #46c3ce;
}
.footer-menu > li > a {
    font-size: 1.8rem;
    line-height: 140%;
}
.footer-menu-family {
    position: relative;
    margin-left: auto;
    width: 24rem;
}
.footer-menu-family.active .footer-menu-family-button:before {
    transform: translateY(-50%) rotate(180deg);
}
.footer-menu-family.active .footer-menu-family-container {
    display: block;
}
.footer-menu-family-button {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    background: #424242;
    border-radius: 1.2rem;
    padding: 1.55rem 2.4rem;
    transition: 0.3s;
    z-index: 1;
}
.footer-menu-family-button:before {
    content: '\ea78';
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'remixicon';
    font-size: 2.4rem;
    transition: 0.3s;
}
.footer-menu-family-container {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    padding: 1rem;
    background: #fafafa;
    border-radius: 1.2rem;
    z-index: 5;
}
.footer-menu-family-list {
    max-height: 19.4rem;
    overflow: auto;
}
.footer-menu-family-list > li {
    width: 100%;
    transition: 0.2s;
}
.footer-menu-family-list > li:hover > a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-menu-family-list > li > a {
    display: flex;
    align-items: center;
    height: 4.8rem;
    color: #1e2a34;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
    padding: 0.5rem 1.4rem;
}
@media (max-width: 1023px) {
    .footer {
        padding: 4.8rem 0;
    }
    .footer-container {
        gap: 4.8rem;
    }
    .footer-menu > li > a {
        font-size: 17px;
    }
    .footer-address .address {
        font-size: 17px;
    }
    .footer-address .copyright {
        font-size: 14px;
    }
    .footer-contact > li > em,
    .footer-contact > li > p {
        font-size: 17px;
    }
}
@media (max-width: 879px) {
    .footer-container {
        flex-direction: column;
        gap: 3.2rem;
    }
    .footer-menu > li > a {
        font-size: 16px;
    }
    .footer-menu-family {
        margin-left: 0;
    }
    .footer-address .address {
        font-size: 16px;
    }
    .footer-address .copyright {
        font-size: 13px;
    }
    .footer-contact > li > em,
    .footer-contact > li > p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 3.2rem 0;
    }
    .footer-menu > li > a {
        font-size: 15px;
    }
    .footer-menu-family-list > li > a {
        font-size: 14px;
    }
    .footer-address .address {
        font-size: 15px;
    }
    .footer-contact > li > em,
    .footer-contact > li > p {
        font-size: 15px;
    }
}

.fixed-container {
    position: fixed;
    right: 5.4rem;
    bottom: 5.4rem;
    display: none;
    z-index: 10;
}
@media (max-width: 1459px) {
    .fixed-container {
        right: 2.4rem;
    }
}
@media (max-width: 1023px) {
    .fixed-container {
        right: 1.6rem;
    }
}

.btn-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 22.2rem;
    background: linear-gradient(135deg, #e13911 0%, #00447d 100%);
}
.btn-top i {
    color: #fff;
    font-size: 2.4rem;
}

/* popupzone */
.popupzone {
    position: fixed;
    height: 100dvh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}
.popupzone .swiper-pagination {
    position: static;
    margin-top: 2.4rem;
}
.popupzone .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
    opacity: 0.4;
    background: #fff;
}
.popupzone .swiper-pagination-bullet-active {
    opacity: 1;
}
.popupzone-nodata {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.popupzone-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 138.4rem;
    margin: auto;
    max-width: calc(100% - 5.6rem);
}
.popupzone-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.popupzone-title strong {
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
}
.popupzone-count {
    width: 100%;
    text-align: right;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
    color: #fff;
    padding: 0 11.2rem;
}
@media (max-width: 768px) {
    .popupzone-count {
        font-size: 15px;
    }
}
@media (max-width: 587px) {
    .popupzone-count {
        padding: 0;
    }
}
.popupzone-count strong {
    font-weight: 700;
}
.popupzone-slider {
    position: relative;
    padding: 0 11.2rem;
    width: 100%;
}
@media (max-width: 587px) {
    .popupzone-slider {
        padding: 0;
    }
}
.popupzone-slider-list {
    margin: 0 auto;
    max-width: 100%;
}
.popupzone-slider-image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 1.2rem;
    position: relative;
    overflow: hidden;
}
.popupzone-slider-image img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}
.popupzone-slider-arrow {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: none;
    background: #222;
    margin: auto 0;
    z-index: 2;
}
.popupzone-slider-arrow.swiper-button-disabled {
    opacity: 0.5;
}
.popupzone-slider-arrow i {
    color: #fff;
    font-size: 2.4rem;
}
@media (max-width: 587px) {
    .popupzone-slider-arrow i {
        font-size: 20px;
    }
}
.popupzone-slider #popupzone-slider-prev {
    left: 0;
}
@media (max-width: 587px) {
    .popupzone-slider #popupzone-slider-prev {
        transform: translateX(-50%);
        left: 3px;
    }
}
.popupzone-slider #popupzone-slider-next {
    right: 0;
}
@media (max-width: 587px) {
    .popupzone-slider #popupzone-slider-next {
        right: 3px;
        transform: translateX(50%);
    }
}
.popupzone-utils {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 4.8rem;
}
.popupzone-utils button {
    padding: 1.7rem 2.6rem;
    background: #e13911;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.popupzone-utils button.day-close {
    background: rgba(255, 255, 255, 0.2);
}
.popupzone-utils button span {
    font-size: 1.8rem;
}

.relatives {
    height: 7.2rem;
    border-top: 1px solid #e0e0e0;
}
.relatives .layout {
    height: 100%;
}
.relatives-container {
    display: flex;
    align-items: center;
    height: 100%;
}
.relatives-swiper {
    flex: 1;
    height: 100%;
}
.relatives-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.relatives-swiper .swiper-slide > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.relatives-swiper .swiper-slide > a img {
    display: block;
    max-height: 80%;
    margin: auto;
}
.relatives-swiper-title {
    margin-right: 6rem;
}
.relatives-swiper-title strong {
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 140%;
}
.relatives-controller {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 2.6rem;
}
.relatives-controller > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.relatives-controller > button + button {
    border-left: 1px solid #e0e0e0;
}
.relatives-controller > button:first-child {
    border-left: 1px solid #e0e0e0;
}
.relatives-controller > button:last-child {
    border-right: 1px solid #e0e0e0;
}
.relatives-controller > button i {
    color: #222;
    font-size: 2rem;
}
.relatives-controller > button.active i {
    color: #222;
}
.relatives-controller > button.inactive i {
    color: #e0e0e0;
}
.relatives-controller-play i {
    font-size: 1.6rem !important;
}
@media (max-width: 1023px) {
    .relatives-swiper-title {
        margin-right: 4rem;
    }
}
@media (max-width: 767px) {
    .relatives-swiper-title {
        display: none;
    }
}

.video-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(108deg, rgba(225, 57, 17, 0.5) 0%, rgba(0, 68, 125, 0.5) 100%);
    opacity: 0;
}
.video-item-hover-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    height: 4rem;
    border-radius: 22.2rem;
    padding: 0.5rem 1.6rem;
    background: #222;
    opacity: 0;
}
.video-item-hover-banner i {
    color: #fff;
    font-size: 1.8rem;
}
.video-item-hover-banner span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.42px;
}
@media (max-width: 767px) {
    .video-item-hover-banner span {
        font-size: 12px;
    }
    .video-item-hover-banner i {
        font-size: 16px;
    }
}

.mxds {
    /* tooltip */
}
.mxds-alert {
    padding: 1.7rem 2.4rem;
    border: 1px solid;
    border-radius: 0.3rem;
    display: flex;
    align-items: flex-start;
    gap: 6rem;
    color: #424242;
    border-color: #424242;
    background: #fafafa;
    position: relative;
}
.mxds-alert-close {
    color: #757575;
    font-size: 1.8rem;
    line-height: 1.3;
}
.mxds-alert[data-mxds-type='default'] {
    color: #424242;
    border-color: #424242;
    background: #fafafa;
}
.mxds-alert[data-mxds-type='default'] .mxds-alert-message::before {
    background-image: url(/mxds/images/components/alert-default.svg);
}
.mxds-alert[data-mxds-type='success'] {
    color: #00447d;
    border-color: #00447d;
    background: #f3f8ff;
}
.mxds-alert[data-mxds-type='success'] .mxds-alert-message::before {
    background-image: url(/mxds/images/components/alert-success.svg);
}
.mxds-alert[data-mxds-type='success'] .mxds-alert-progress span {
    background: #00447d;
}
.mxds-alert[data-mxds-type='information'] {
    color: #087f34;
    border-color: #087f34;
    background: #f6fbf8;
}
.mxds-alert[data-mxds-type='information'] .mxds-alert-message::before {
    background-image: url(/mxds/images/components/alert-information.svg);
}
.mxds-alert[data-mxds-type='information'] .mxds-alert-progress span {
    background: #087f34;
}
.mxds-alert[data-mxds-type='warning'] {
    color: #e13911;
    border-color: #e13911;
    background: #fffbf5;
}
.mxds-alert[data-mxds-type='warning'] .mxds-alert-message::before {
    background-image: url(/mxds/images/components/alert-warning.svg);
}
.mxds-alert[data-mxds-type='warning'] .mxds-alert-progress span {
    background: #e13911;
}
.mxds-alert[data-mxds-type='error'] {
    color: #e13911;
    border-color: #e13911;
    background: #fef9f9;
}
.mxds-alert[data-mxds-type='error'] .mxds-alert-message::before {
    background-image: url(/mxds/images/components/alert-error.svg);
}
.mxds-alert[data-mxds-type='error'] .mxds-alert-progress span {
    background: #e13911;
}
.mxds-alert[data-mxds-type='cancel'] {
    color: #424242;
    border-color: #424242;
    background: #fafafa;
}
.mxds-alert[data-mxds-type='cancel'] .mxds-alert-message::before {
    background-image: url(/mxds/images/components/alert-cancel.svg);
}
.mxds-alert[data-mxds-type='cancel'] .mxds-alert-progress span {
    background: #424242;
}
.mxds-alert[data-mxds-alert='inline'] {
    padding: 0;
    border: none;
    background: transparent !important;
}
.mxds-alert[data-mxds-alert='inline'] .mxds-alert-message-desc {
    display: none;
}
.mxds-alert-message {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding-left: 2.8rem;
}
.mxds-alert-message::before {
    display: block;
    content: '';
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0.2rem;
    left: 0;
    line-height: 1;
    background-image: url(/mxds/images/components/alert-default.svg);
}
.mxds-alert-message-title {
    font-size: 1.6rem;
    font-weight: 500;
}
.mxds-alert-message-desc {
    color: #757575;
}
.mxds-alert-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
}
.mxds-alert-progress span {
    background: #424242;
    display: block;
    width: 0;
    height: 100%;
}
.mxds-tooltip {
    border-radius: 0.3rem;
    overflow: hidden;
    background: #222;
    padding: 0.7rem 1.2rem;
}
.mxds-tooltip[data-mxds-type='card'] {
    width: 28rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 2rem;
}
.mxds-tooltip[data-mxds-type='card'] .mxds-tooltip-message {
    gap: 1rem;
}
.mxds-tooltip[data-mxds-type='card'] .mxds-tooltip-message-title {
    color: #616161;
    font-weight: 400;
}
.mxds-tooltip[data-mxds-type='card'] .mxds-tooltip-message-desc {
    color: #757575;
}
.mxds-tooltip-close,
.mxds-tooltip-progress {
    display: none;
}
.mxds-tooltip-message {
    position: relative;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.mxds-tooltip-message-title {
    color: #fff;
    font-weight: 500;
}
.mxds-tooltip-message-desc {
    color: #fff;
}
.mxds-toast-item .mxds-alert {
    justify-content: space-between;
    gap: 2rem;
}
@media (max-width: 639px) {
    .mxds-toast-item .mxds-alert {
        width: 75vw !important;
        max-width: 75vw !important;
    }
}

.nodata {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 34rem;
    border: 2px dashed #e0e0e0;
    border-radius: 1.2rem;
}
.nodata-image img {
    display: block;
    width: 10rem;
}
.nodata-txt .p {
    color: #757575;
    font-size: 2rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.6px;
}

@keyframes scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(0.5rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeOutDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(0.5rem);
        opacity: 0;
    }
}
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
