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

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

::-webkit-scrollbar-thumb {
    background: #063a74;
}

::-webkit-scrollbar-button {
    display: none;
}

*:focus,
*:focus-visible {
    outline: 2px solid #fff;
    box-shadow: 0 0 0 4px #256ef4;
    outline-offset: 0;
    transition: outline 0s, box-shadow 0s;
}

#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-top {
    position: fixed;
    bottom: 6rem;
    right: 6rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 0.8rem;
    border: 1px solid #cdd1d5;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}
.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 5.6rem;
    border-radius: 100rem;
    padding: 0.8rem 0.8rem 0.8rem 2.4rem;
}
.btn-link > span {
    color: #464c53;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 150%;
}
.btn-link .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    background: #d6ed6d;
    transition: background 0.24s;
}
.btn-link .icon i {
    color: #33363d;
    font-size: 1.6rem;
    transition: 0.24s;
}
.btn-link.white {
    background: #fff;
}
.btn-link.white:hover .icon {
    background: #063a74;
}
.btn-link.white:hover .icon i {
    color: #fff;
}
.btn-link.navy {
    background: #063a74;
}
.btn-link.navy > span {
    color: #fff;
}
.btn-link.navy:hover .icon {
    background: #fff;
}
.btn-more {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: auto;
    padding: 0.3rem 0.2rem;
    border-radius: 0.4rem;
    transition: background 0.4s ease-out;
}
.btn-more span {
    color: #1e2124;
    font-size: 1.7rem;
    font-weight: 400;
}
.btn-more .icon {
    background: #222;
    display: block;
    width: 2rem;
    height: 2rem;
    -webkit-mask: url(/cntp/images/korean/layout/ico_more.svg) no-repeat
        center/contain;
    mask: url(/cntp/images/korean/layout/ico_more.svg) no-repeat center/contain;
}
.btn-more:hover {
    background: #eef2f7;
}
.btn-shortcut {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.btn-shortcut span {
    color: #1e2124;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}
.btn-shortcut .icon {
    background: #33363d;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-mask: url(/cntp/images/korean/layout/ico_arrow-right.svg) no-repeat
        center/contain;
    mask: url(/cntp/images/korean/layout/ico_arrow-right.svg) no-repeat
        center/contain;
}
.btn-shortcut.arrow-right {
    padding: 0 0.4rem;
    border-radius: 0.4rem;
    transition: background 0.4s ease-out;
}
.btn-shortcut.arrow-right span {
    text-decoration: none;
}
.btn-shortcut.arrow-right .icon {
    -webkit-mask-image: url(/cntp/images/korean/layout/ico_shortcut.svg);
    mask-image: url(/cntp/images/korean/layout/ico_shortcut.svg);
}
.btn-shortcut.arrow-right:hover {
    background: #eef2f7;
}
.btn-hyperlink {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #256ef4;
    font-size: 1.5rem;
    font-weight: 400;
    word-break: break-all;
    line-height: 150%;
}
.btn-hyperlink:after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: #256ef4;
    -webkit-mask: url("/cntp/images/korean/layout/ico_open-new-window.svg")
        no-repeat center center/contain;
    mask: url("/cntp/images/korean/layout/ico_open-new-window.svg") no-repeat
        center center/contain;
}
.btn-hyperlink.no-icon:after {
    display: none;
}
.btn-hyperlink:hover,
.btn-hyperlink.hover {
    color: #0b50d0;
}
.btn-hyperlink:hover:after,
.btn-hyperlink.hover:after {
    background: #0b50d0;
}
.btn-hyperlink.disable {
    color: #8a949e;
    pointer-events: none;
    cursor: not-allowed;
}
.btn-hyperlink.disable:after {
    background: #8a949e;
}
.btn-download {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: -moz-fit-content;
    width: fit-content;
}
.btn-download span {
    color: #1e2124;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 150%;
}
.btn-download:after {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #33363d;
    -webkit-mask: url("/cntp/images/korean/layout/ico_download.svg") no-repeat
        center center/contain;
    mask: url("/cntp/images/korean/layout/ico_download.svg") no-repeat center
        center/contain;
}
@media (max-width: 1860px) {
    .btn-top {
        right: 4rem;
        bottom: 4rem;
    }
}
@media (max-width: 1280px) {
    .btn-top {
        right: 3rem;
        bottom: 3rem;
    }
}
@media (max-width: 1024px) {
    .btn-top {
        right: 2rem;
        bottom: 2rem;
    }
    .btn-link > span {
        font-size: 1.8rem;
    }
    .btn-hyperlink {
        font-size: 13px;
    }
    .btn-hyperlink:after {
        width: 14px;
        height: 14px;
    }
    .btn-shortcut span {
        font-size: 13px;
    }
    .btn-shortcut .icon {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 768px) {
    .btn-link {
        height: 4.8rem;
        padding: 0.8rem 0.8rem 0.8rem 1.6rem;
    }
    .btn-link > span {
        font-size: 1.7rem;
    }
    .btn-link .icon {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.regular {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.semibold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.strong {
    color: #1e2124;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
}
@media (max-width: 1280px) {
    .strong {
        font-size: 2.2rem;
    }
}
@media (max-width: 1024px) {
    .strong {
        font-size: 2.1rem;
    }
}
@media (max-width: 768px) {
    .strong {
        font-size: 18px;
    }
}
@media (max-width: 580px) {
    .strong {
        font-size: 17px;
    }
}

.p {
    color: #464c53;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 150%;
}
@media (max-width: 768px) {
    .p {
        font-size: 15px;
    }
}
@media (max-width: 580px) {
    .p {
        font-size: 14px;
    }
}

#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: 20;
}
html.active2:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
}
html.active3:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
}
@media (max-width: 1280px) {
    html {
        font-size: 9px;
    }
}
@media (max-width: 1024px) {
    html {
        font-size: 8px;
    }
}
body {
    font-family: "Pretendard GOV", sans-serif;
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 13.6rem;
    padding: 1.2rem 0 0;
    border-bottom: 1px solid #cdd1d5;
    background: #fff;
    box-shadow: none;
    z-index: 30;
}
.header:has(.header-util-sitemap.active) .header-util-sitemap > button {
    position: relative;
    z-index: 40;
}
.header.active .header-logo .basic,
.header.active2 .header-logo .basic,
.header.active3 .header-logo .basic {
    display: none;
}
.header.active .header-logo .active,
.header.active2 .header-logo .active,
.header.active3 .header-logo .active {
    display: block;
}
.header.active .header-menu > li > a,
.header.active2 .header-menu > li > a,
.header.active3 .header-menu > li > a {
    color: #222;
    letter-spacing: 0;
}
.header-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 0.4rem;
}
.header-container {
    flex: 1;
    display: flex;
    padding: 0;
}
.header-logo {
    flex-shrink: 0;
}
.header-logo .active {
    display: none;
}
.header-logo a {
    display: block;
}
.header-logo a img {
    width: 19.1432rem;
}
.header-menu {
    flex: 1;
    height: 100%;
}
.header-menu-bg {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100vw;
    height: 0;
    background: #fff;
    transition: height 0.1s;
    overflow: hidden;
}
.header-menu-container {
    height: 100%;
}
.header-menu-container > ul {
    display: flex;
    justify-content: end;
    gap: 0.8rem;
    height: 100%;
}
.header-menu-container > ul:has(> li.active) > li > a > span {
    color: #bdbdbd;
}
.header-menu-container > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5.6rem;
    color: #464c53;
    background: transparent;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 150%;
    padding: 0 1.6rem;
    border-radius: 1rem;
    transition: background 0.24s;
}
.header-menu-container > ul > li.active > a,
.header-menu-container > ul > li:hover > a {
    background: #eef2f7;
}
.header-menu-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
}
.header-menu-title-topic {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
    min-height: 5.6rem;
}
.header-menu-title-topic + .p {
    color: #9e9e9e;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}
.header-menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    transition: height 0.24s ease;
}
.header-menu-2depth-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.8rem 2.4rem;
    padding: 1.6rem 0;
}
.header-menu-2depth-container > ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 2.4rem;
    background: #fff;
}
.header-menu-2depth-container > ul > li {
    width: calc(33.3333333333% - 1.6rem);
}
.header-menu-2depth-container > ul > li > a {
    position: relative;
    display: block;
    color: #1e2124;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 150%;
    border-radius: 0.6rem;
    background: #fff;
    transition: background 0.24s;
    padding: 1rem 0.8rem;
    padding-left: 2rem;
}
.header-menu-2depth-container > ul > li > a:before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0.8rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #33363d;
}
.header-menu-2depth-container > ul > li > a[target="_blank"]:after {
    content: "\ecaf";
    position: absolute;
    left: calc(100% + 0.8rem);
    color: #616161;
    font-family: "remixicon";
    font-size: 2.4rem;
    line-height: 1;
}
.header-menu-2depth-container > ul > li > a.on,
.header-menu-2depth-container > ul > li > a:hover {
    background: #eef2f7;
}
.header-menu-3depth-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.8rem;
    padding-left: 1.2rem;
}
.header-menu-3depth-list > li {
    position: relative;
    padding-left: 1rem;
}
.header-menu-3depth-list > li:before {
    content: "";
    position: absolute;
    top: 1.1rem;
    left: 0;
    width: 4px;
    height: 1px;
    background: #616161;
}
.header-menu-3depth-list > li > a {
    color: #616161;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 140%;
}
.header-menu-3depth-list > li:hover > a {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.header-util {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2.4rem;
    padding: 0.4rem 0;
}
.header-util > div,
.header-util-sitemap {
    position: relative;
}
.header-util > div:not(:last-child):after,
.header-util-sitemap:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1.2rem);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 1.6rem;
    background: #cdd1d5;
}
.header-util > div > a,
.header-util > div > button,
.header-util-sitemap > a,
.header-util-sitemap > button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}
.header-util > div > a > span,
.header-util > div > button > span,
.header-util-sitemap > a > span,
.header-util-sitemap > button > span {
    color: #1e2124;
    font-size: 1.5rem;
    line-height: 150%;
}
.header-util > div > a .icon,
.header-util > div > button .icon,
.header-util-sitemap > a .icon,
.header-util-sitemap > button .icon {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: #33363d;
}
.header-util-link .icon {
    -webkit-mask: url(/cntp/images/korean/layout/ico_open-new-window.svg)
        no-repeat center/contain;
    mask: url(/cntp/images/korean/layout/ico_open-new-window.svg) no-repeat
        center/contain;
}
.header-util-sitemap .icon {
    -webkit-mask: url(/cntp/images/korean/layout/ico_menu.svg) no-repeat
        center/contain;
    mask: url(/cntp/images/korean/layout/ico_menu.svg) no-repeat center/contain;
}
.header-util-sitemap.active .icon {
    -webkit-mask-image: url(/cntp/images/korean/layout/ico_menu-close.svg);
    mask-image: url(/cntp/images/korean/layout/ico_menu-close.svg);
}
.header-util-sitemap.active .sitemap-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media (max-width: 1280px) {
    .header-logo a img {
        width: 19rem;
    }
    .header-menu-container > ul {
        gap: 0.4rem;
    }
    .header-menu-container > ul > li > a {
        height: 4.8rem;
        font-size: 1.8rem;
    }
    .header-menu-2depth-container {
        padding: 1.6rem;
    }
}
@media (max-width: 1024px) {
    .header-logo a img {
        width: 18rem;
    }
}
@media (max-width: 768px) {
    .header {
        height: 10rem;
        padding: 0;
    }
    .header-wrap {
        gap: 0;
        height: auto;
    }
    .header-util {
        padding: 0.8rem 0;
    }
    .header-util > div:not(:last-child):after {
        display: none;
    }
    .header-util > div > a > span,
    .header-util > div > button > span {
        font-size: 13px;
    }
    .header-util > div > a .icon,
    .header-util > div > button .icon {
        width: 14px;
        height: 14px;
    }
    .header-util-sitemap {
        margin-left: auto;
    }
    .header-util-sitemap.active .sitemap-container {
        top: 10rem;
        transform: translateX(0) translateY(0);
    }
    .header-util-sitemap > a,
    .header-util-sitemap > button {
        flex-direction: column-reverse;
        width: auto;
        height: auto;
        min-width: 7.2rem;
        min-height: 4rem;
        padding: 0.4rem 1rem 0;
        transition: background 0.24s;
        border-radius: 0.6rem;
    }
    .header-util-sitemap > a > span,
    .header-util-sitemap > button > span {
        color: #1e2124;
        font-size: 1.7rem;
        font-weight: 700;
    }
    .header-util-sitemap > a .icon,
    .header-util-sitemap > button .icon {
        flex-shrink: 0;
        width: 2rem !important;
        height: 2rem !important;
    }
    .header-util-sitemap > a:hover,
    .header-util-sitemap > a:focus,
    .header-util-sitemap > button:hover,
    .header-util-sitemap > button:focus {
        background: #eef2f7;
    }
    .header-menu {
        display: none;
    }
}
.sitemap-container {
    position: fixed;
    width: 100vw;
    max-width: 100%;
    height: 100dvh;
    right: 0;
    top: 0;
    background: #fff;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out,
        width 0.24s ease-out;
    z-index: 10 !important;
}
.sitemap-container:before,
.sitemap-container:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}
.sitemap-container:before {
    top: auto;
    left: 8.2rem;
    bottom: 0;
    width: 45.8rem;
    height: 32.4rem;
    background: url(/cntp/images/korean/layout/sitemap_bg.svg) no-repeat
        center/contain;
}
.sitemap-container .layout {
    height: 100%;
}
.sitemap-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    height: 100%;
    padding: 8rem 0;
}
.sitemap-title .h3 {
    display: block;
    color: #1e2124;
    font-size: 4rem;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2.4rem;
    letter-spacing: 0.1rem;
}
.sitemap-menu {
    display: flex;
    flex: 1;
    overflow-y: auto;
    z-index: 2;
}
.sitemap-menu nav {
    width: 100%;
}
.sitemap-menu .topmenu_all {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}
.sitemap-menu .topmenu_all > li {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: calc(25% - 1.8rem);
}
.sitemap-menu .topmenu_all > li > a {
    display: flex;
    align-items: center;
    min-height: 5.6rem;
    padding: 0 1.6rem;
    color: #464c53;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 150%;
    border-radius: 1rem;
    background: #f4f5f6;
    transition: background 0.24s;
}
.sitemap-menu .topmenu_all > li:not(:has(.submenu)) > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
}
.sitemap-menu .topmenu_all > li:not(:has(.submenu)) > a:after {
    content: "";
    -webkit-mask: url(/cntp/images/korean/layout/ico_arrow-right.svg) no-repeat
        center/contain;
    mask: url(/cntp/images/korean/layout/ico_arrow-right.svg) no-repeat
        center/contain;
    width: 1.8rem;
    height: 1.8rem;
    background: #33363d;
}
.sitemap-menu .topmenu_all > li:hover > a {
    background: #eef2f7;
}
.sitemap-menu .topmenu_all > li .submenu > ul {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.sitemap-menu .topmenu_all > li .submenu > ul > li > a {
    position: relative;
    display: block;
    color: #1e2124;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 150%;
    border-radius: 0.6rem;
    transition: background 0.24s;
    padding: 1rem 0.8rem;
    padding-left: 2rem;
}
.sitemap-menu .topmenu_all > li .submenu > ul > li > a:before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0.8rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #33363d;
}
.sitemap-menu .topmenu_all > li .submenu > ul > li > a.on,
.sitemap-menu .topmenu_all > li .submenu > ul > li > a:hover {
    background: #eef2f7;
}
@media (max-width: 768px) {
    .sitemap-container:before {
        display: none;
    }
    .sitemap-wrap {
        padding: 0;
    }
    .sitemap-title {
        display: none;
    }
    .sitemap-container {
        height: calc(100dvh - 10rem) !important;
        width: 45rem;
        background: #fff;
        transform: translateX(100%);
    }
    .sitemap-container .layout {
        padding: 0;
    }
    .sitemap-menu {
        padding: 0;
        gap: 2rem;
        overflow-y: auto;
    }
    .sitemap-menu .topmenu_all {
        flex-direction: column;
        gap: 0;
    }
    .sitemap-menu .topmenu_all > li {
        gap: 0;
        width: 100%;
    }
    .sitemap-menu .topmenu_all > li > a {
        min-height: 6.4rem;
        border-radius: 0;
    }
    .sitemap-menu .topmenu_all > li > a[target="_blank"]:after {
        font-size: 2.6rem;
    }
    .sitemap-menu .topmenu_all > li > a[data-sitemap-depth="true"] {
        gap: 1.6rem;
        justify-content: space-between;
    }
    .sitemap-menu .topmenu_all > li > a[data-sitemap-depth="true"]:after {
        content: "";
        -webkit-mask: url(/cntp/images/korean/layout/ico_arrow-down.svg)
            no-repeat center/contain;
        mask: url(/cntp/images/korean/layout/ico_arrow-down.svg) no-repeat
            center/contain;
        width: 1.8rem;
        height: 1.8rem;
        background: #33363d;
        transition: transform 0.24s;
    }
    .sitemap-menu .topmenu_all > li .submenu {
        display: none;
    }
    .sitemap-menu .topmenu_all > li .submenu > ul > li > a {
        border-radius: 0;
        padding-left: 3rem;
    }
    .sitemap-menu .topmenu_all > li .submenu > ul > li > a:before {
        top: 2.1rem;
        width: 3px;
        height: 3px;
        left: 2rem;
    }
    .sitemap-menu
        .topmenu_all
        > li.active
        > a[data-sitemap-depth="true"]:after {
        transform: rotate(180deg);
    }
    .sitemap-menu .topmenu_all > li.active .submenu {
        display: block;
    }
}
@media (max-width: 460px) {
    .sitemap-container {
        width: 100%;
    }
}

.footer {
    font-size: inherit;
    padding: 4rem 0 2.4rem;
    background: #f4f5f6;
}
.footer * {
    color: #1e2124;
    font-weight: 400;
}
.footer-logo > a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.footer-logo img {
    display: block;
    width: 26rem;
}
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.4rem;
    margin: 4rem 0;
}
.footer-info {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.6rem 0 0;
}
.footer-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 0.8rem);
    height: 1px;
    background: #cdd1d5;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.footer-menu > li > a {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    padding: 0.05rem 0.2rem;
}
.footer-address .address {
    font-size: 1.8rem;
    line-height: 160%;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.6rem;
}
.footer-contact > li {
    display: flex;
    gap: 0.8rem;
}
.footer-contact > li > em {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 150%;
}
.footer-contact > li p {
    font-size: 1.7rem;
    line-height: 150%;
    font-weight: 400;
}
.footer-contact-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem 1.6rem;
}
.footer-contact-item > a:not(:last-child) {
    position: relative;
}
.footer-contact-item > a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.8rem);
    transform: translateY(-50%);
    width: 1px;
    height: 1.2rem;
    background: #6d7882;
}
.footer-relatives-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.footer-relatives-list > li > a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.2rem;
}
.footer-relatives-list > li span {
    font-size: 1.7rem;
    line-height: 150%;
    font-weight: 400;
}
.footer-relatives-list > li .icon {
    display: block;
    width: 2rem;
    height: 2rem;
    -webkit-mask: url("/cntp/images/korean/layout/ico_arrow-right.svg")
        no-repeat center center/contain;
    mask: url("/cntp/images/korean/layout/ico_arrow-right.svg") no-repeat center
        center/contain;
    background: #33363d;
}
.footer-copyright {
    color: #464c53;
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 400;
}
.footer-notice {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.6rem;
    background: #fff;
    margin: 4rem 0 0;
}
.footer-notice img {
    display: block;
    width: 2.4rem;
}
.footer-notice p {
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .footer-logo img {
        width: 24rem;
    }
}
@media (max-width: 768px) {
    .footer {
        padding: 2.4rem 0;
    }
    .footer-logo img {
        width: 22rem;
    }
    .footer-container {
        margin: 2.4rem 0;
    }
    .footer-address .address {
        font-size: 15px;
    }
    .footer-contact > li > em,
    .footer-contact > li p {
        font-size: 14px;
    }
    .footer-menu > li > a {
        font-size: 13px;
    }
    .footer-copyright,
    .footer-notice {
        font-size: 13px;
    }
    .footer-copyright p,
    .footer-notice p {
        font-size: 13px;
    }
}
.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: #0c5fbd;
    border-color: #0c5fbd;
    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: #0c5fbd;
}
.mxds-alert[data-mxds-type="information"] {
    color: #61a200;
    border-color: #61a200;
    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: #61a200;
}
.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);
    }
}
