/* NO CSS*/
/* componenet*/
html[lang="en"] .section-title {
    display: flex;
    justify-content: space-between;
}
html[lang="en"] .section-contents {
    margin-top: 0 !important;
}
@media (max-width: 1023px) {
    html[lang="en"] .section-container {
        flex-direction: column;
        gap: 4.8rem;
    }
}
.banners {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.banner {
    display: flex;
    padding: 0.8rem 1.2rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.6rem;
}
.banner .p {
    font-weight: 700;
}
.banner.light-green {
    background: #d6ed6d;
}
.banner.light-green .p {
    color: #1e2124;
}
.banner.blue {
    background: #063a74;
}
.banner.blue .p {
    color: #fff;
}
.banner.blue.border {
    background: #fff;
    border: 1px solid #063a74;
}
.banner.blue.border .p {
    color: #063a74;
}
@media (max-width: 768px) {
    .banner {
        padding: 0.4rem 1rem;
    }
}

main {
    display: flex;
    flex-direction: column;
    margin: 13.6rem 0 0;
}
@media (max-width: 768px) {
    main {
        margin: 10rem 0 0;
    }
}

.section-container {
    display: flex;
    gap: 4rem;
}
.section-title {
    width: -moz-fit-content;
    width: fit-content;
}
.section-title-topic {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.section-title-topic .orange {
    color: #f3650c !important;
}
.section-title.flex {
    display: flex;
    align-items: center;
}
.section-title .h3 {
    color: #1e2124;
    font-size: 4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1rem;
}
@media (max-width: 1024px) {
    .section-container {
        gap: 3rem;
    }
    .section-title .h3 {
        font-size: 3rem;
    }
}
@media (max-width: 880px) {
    .section-container {
        gap: 2.4rem;
    }
}
@media (max-width: 640px) {
    .section-container {
        flex-direction: column;
        gap: 6rem;
    }
}

#section01 .layout {
    max-width: calc(100vw - 12rem);
    width: auto;
    padding: 0 !important;
}
#section01 .visual {
    position: relative;
    height: 78rem;
    z-index: 0;
}
#section01 .visual-bg {
    height: 100%;
    border-radius: 2.4rem;
    overflow: hidden;
}
#section01 .visual-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#section01 .visual-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#section01 .visual-slider-swiper {
    height: 100%;
}
#section01 .visual-slider-controller {
    margin-top: 12.6rem;
}
#section01 .visual-contents {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 2.4rem;
    max-width: 120rem;
    height: 100%;
    margin: 0 auto;
    padding: 10rem 0 13.6rem;
    z-index: 1;
}
#section01 .visual-contents-detail {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}
#section01 .visual-contents-title h2 {
    color: #fff;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1rem;
}
#section01 .visual-contents-title h2 + h2 {
    margin-top: -1.7rem;
}
#section01 .visual-contents-title p {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 150%;
}
#section01 .visual .slider-controller {
    display: flex;
    gap: 2.4rem;
}
@media (max-width: 1860px) {
    #section01 .layout {
        max-width: calc(100vw - 8rem);
    }
}
@media (max-width: 1360px) {
    #section01 .visual-contents {
        padding: 10rem 4rem 13.6rem;
    }
}
@media (max-width: 1280px) {
    #section01 .layout {
        max-width: calc(100vw - 6rem);
    }
    #section01 .visual-contents {
        padding: 8rem 4rem 10rem;
    }
    #section01 .visual-contents-title h2 {
        font-size: 5.6rem;
    }
    #section01 .visual-contents-title p {
        font-size: 1.8rem;
    }
}
@media (max-width: 1024px) {
    #section01 .layout {
        max-width: calc(100vw - 4rem);
    }
    #section01 .visual {
        height: auto;
    }
    #section01 .visual-contents {
        padding: 8rem 2rem 10rem;
    }
    #section01 .visual-contents-title h2 {
        font-size: 4.8rem;
    }
    #section01 .visual-slider-controller {
        margin-top: 6.4rem;
    }
}
@media (max-width: 768px) {
    #section01 .visual-contents {
        padding: 6rem 2rem 8rem;
    }
    #section01 .visual-contents-title h2 {
        font-size: 4.4rem;
    }
    #section01 .visual-contents-title p {
        font-size: 16px;
    }
    #section01 .visual-slider-controller {
        margin-top: 3.6rem;
    }
}
@media (max-width: 580px) {
    #section01 .visual-contents-title h2 {
        font-size: 4.2rem;
    }
    #section01 .visual-contents-title p {
        font-size: 15px;
    }
}

@keyframes card-out {
    0% {
        z-index: 20;
        transform: translateY(0px) rotate(-3deg) translateX(0);
    }
    50% {
        transform: translateY(-120%) rotate(-4deg) translateX(-0.8rem);
        opacity: 0.5;
    }
    80% {
        z-index: 1;
    }
    100% {
        transform: translateY(-50px) rotate(-4.237deg) translateX(-1.6rem)
            scale(0.95);
    }
}
#section02 {
    position: relative;
    padding: 10rem 0;
}
#section02:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41.3rem;
    height: 54rem;
    background: url(/cntp/images/korean/main/section03_bg.svg) no-repeat
        center/contain;
}
#section02 .section-container {
    gap: 8rem;
    align-items: center;
}
#section02 .section-title {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
#section02 .section-title-topic {
    gap: 0;
}
#section02 .section-title-topic .img {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
#section02 .section-title-topic .img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.7rem;
    background: #ebf6b6;
}
#section02 .section-title-topic .img img {
    position: relative;
    display: block;
    width: 21rem;
    z-index: 1;
}
#section02 .section-contents {
    flex: 1;
    max-width: calc(76.6667% - 8rem);
}
#section02 .slider-topic {
    display: flex;
    flex-direction: column;
    gap: 8.5rem;
    width: 23.333%;
    flex-shrink: 0;
}
#section02 .slider-controller {
    position: relative;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 4.8rem;
}
#section02 .plan {
    display: flex;
    gap: 6.2rem;
}
#section02 .plan-card {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    transform: translateY(3.2rem) rotate(-4.237deg) translateX(-1.6rem) scale(1);
    transform-origin: 0 0;
    pointer-events: auto;
    width: 43.1rem;
    height: 52.4rem;
    border-radius: 2.4rem;
    overflow: hidden;
    transition: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#section02 .plan-card-next {
    background: #e6f6d3;
    z-index: 5;
    transform: translateY(-0.5rem) rotate(4.885deg) translateX(6.6rem) scale(1);
}
#section02 .plan-card-out {
    animation: none;
    transform: translateY(3.2rem) rotate(-4.237deg) translateX(-1.6rem) scale(1);
    transition: none;
    z-index: 1;
    background: #c8e0ff;
    z-index: 3;
}
#section02 .plan-card-out .plan-img-title,
#section02 .plan-card-out .plan-img-detail {
    opacity: 0;
    visibility: hidden;
}
#section02 .plan-card-current {
    cursor: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    position: relative;
    z-index: 10;
    opacity: 1;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08),
        0px 16px 24px 0px rgba(0, 0, 0, 0.12);
    transform: rotate(-1deg) translateX(0%) scale(1);
}
#section02 .plan-card-current .plan-img-detail {
    opacity: 1;
}
#section02 .plan-card-current.plan1 .plan-img-item {
    background: url(/cntp/images/korean/main/card_img1.jpg) no-repeat
        center/cover;
}
#section02 .plan-card-current.plan2 .plan-img-item {
    background: url(/cntp/images/korean/main/card_img2.jpg) no-repeat
        center/cover;
}
#section02 .plan-card-current.plan3 .plan-img-item {
    background: url(/cntp/images/korean/main/card_img3.jpg) no-repeat
        center/cover;
}
#section02 .plan-card-current.plan4 .plan-img-item {
    background: url(/cntp/images/korean/main/card_img4.jpg) no-repeat
        center/cover;
}
#section02 .plan-card-current.plan5 .plan-img-item {
    background: url(/cntp/images/korean/main/card_img5.jpg) no-repeat
        center/cover;
}
#section02 .plan[data-armed="true"] .plan-card {
    transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0s,
        background 0.4s linear 0.4s;
}
#section02 .plan[data-armed="true"] .plan-card-out {
    animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
    transition: transform 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8) 0s;
}
#section02 .plan-img {
    width: 51.309%;
}
#section02 .plan-img-slider {
    position: relative;
}
#section02 .plan-img-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    aspect-ratio: 431/524;
    padding: 4rem;
}
#section02 .plan-img-title strong {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1rem;
}
#section02 .plan-img-detail {
    padding: 2.4rem;
    border-radius: 0.8rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
}
#section02 .plan-img-detail-list > li {
    position: relative;
    padding-left: 3.2rem;
}
#section02 .plan-img-detail-list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/cntp/images/korean/layout/ico_round-check.svg) no-repeat
        center/contain;
}
#section02 .plan-img-detail-list > li + li {
    margin-top: 0.8rem;
}
#section02 .plan-img-detail-list > li .p {
    color: #fff;
}
#section02 .plan-txt {
    width: 48.691%;
    display: flex;
    flex-direction: column;
    padding: 9.3rem 3rem 6.8rem 6.2rem;
}
#section02 .plan-txt-swiper {
    margin: 0;
    width: 100%;
}
#section02 .plan-txt-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4rem;
}
#section02 .plan-txt-item .btn-more {
    margin-top: auto;
    margin-left: 0;
}
#section02 .plan-txt-info {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
#section02 .plan-txt .slider-controller {
    margin-top: 4rem;
}
#section02 .plan-txt .slider-controller + .btn-link {
    margin-top: auto;
}
#section02 .plan-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
}
#section02 .plan-controls .p {
    font-weight: 700;
}
#section02 .plan-sep {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.6rem;
    background: #b1b8be;
}
@media (max-width: 1280px) {
    #section02 {
        padding: 8rem 0;
    }
    #section02 .slider-topic {
        width: 30%;
    }
    #section02 .section-container {
        gap: 0;
    }
    #section02 .section-contents {
        max-width: 70%;
    }
    #section02 .plan-card {
        width: 40rem;
        height: 49.3rem;
    }
    #section02 .plan-card-next {
        transform: translateY(-1.2rem) rotate(4.885deg) translateX(6.6rem)
            scale(1);
    }
    #section02 .plan-txt {
        padding: 9.3rem 0 6.8rem 6.2rem;
    }
    #section02 .plan-img-item {
        padding: 3rem;
    }
    #section02 .plan-img-title strong {
        font-size: 3rem;
    }
}
@media (max-width: 1024px) {
    #section02 {
        padding: 6rem 0;
    }
    #section02 .plan {
        gap: 0;
    }
    #section02 .plan-img {
        width: 50%;
    }
    #section02 .plan-img-title strong {
        font-size: 2.8rem;
    }
    #section02 .plan-img-detail {
        padding: 2rem 1.6rem;
    }
    #section02 .plan-img-detail-list > li:before {
        top: 0.2rem;
    }
    #section02 .plan-card {
        width: 100%;
    }
    #section02 .plan-txt {
        width: 50%;
        padding: 9.3rem 0 6.8rem 10rem;
    }
}
@media (max-width: 880px) {
    #section02 .slider-topic {
        gap: 5.6rem;
    }
    #section02 .plan-img-item {
        padding: 3rem 2rem;
    }
    #section02 .plan-img-title strong {
        font-size: 2.6rem;
    }
    #section02 .plan-card {
        height: 42rem;
    }
    #section02 .plan-card-next {
        transform: translateY(-1.5rem) rotate(4deg) translateX(4.8rem) scale(1);
    }
    #section02 .plan-txt {
        justify-content: center;
        padding: 0 0 0 8rem;
    }
    #section02 .plan-txt .slider-controller {
        margin-top: 4rem;
    }
}
@media (max-width: 768px) {
    #section02 .section-container {
        flex-direction: column;
        gap: 4.8rem;
    }
    #section02 .section-title-topic {
        flex-direction: row;
        align-items: end;
        gap: 1.6rem;
    }
    #section02 .section-contents {
        max-width: 100%;
    }
    #section02 .slider-topic {
        gap: 2.4rem;
        width: 100%;
    }
    #section02 .plan {
        padding-left: 2.4rem;
    }
    #section02 .plan-card {
        width: auto;
    }
}
@media (max-width: 640px) {
    #section02 {
        padding: 4rem 0 6rem;
    }
}
@media (max-width: 580px) {
    #section02 .plan {
        padding-left: 1.6rem;
    }
    #section02 .plan-card {
        width: 100%;
        height: 38rem;
    }
    #section02 .plan-txt {
        padding: 0 0 0 6rem;
    }
    #section02 .plan-txt-title br {
        display: none;
    }
    #section02 .plan-img-title strong {
        font-size: 2.4rem;
    }
    #section02 .plan-img-item {
        padding: 2rem 1.6rem;
    }
    #section02 .plan-img-detail {
        padding: 1.2rem;
    }
    #section02 .plan-img-detail-list > li + li {
        margin-top: 0.4rem;
    }
    #section02 .plan-img-detail-list > li .p {
        font-size: 14px;
    }
}
@media (max-width: 460px) {
    #section02 .plan {
        flex-direction: column;
        gap: 6rem;
        padding-right: 4.8rem;
    }
    #section02 .plan-card {
        height: 40rem;
    }
    #section02 .plan-img,
    #section02 .plan-txt {
        width: 100%;
    }
    #section02 .plan-txt {
        padding: 0;
    }
    #section02 .plan-txt .slider-controller + .btn-link {
        margin-top: 4rem;
    }
}

#section03 {
    padding: 5rem 0 10rem;
}
#section03 .section-contents {
    flex: 1;
}
#section03 .board-util {
    align-items: center;
}
#section03 .board-list-nodata {
    width: 100%;
}
#section03 .library {
    width: 66.6666%;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
#section03 .library .swiper {
    height: 100%;
    box-sizing: border-box;
}
#section03 .library .swiper-pagination-bullet {
    background: #cdd1d5;
}
#section03 .library .swiper-pagination-bullet-active {
    background: #738c01;
}
#section03 .library .slider-pagination {
    background: #fff;
    border: 1px solid #cdd1d5;
}
#section03 .library .slider-controller {
    display: flex;
    gap: 2.4rem;
}
#section03 .library-item {
    margin-top: 3.05rem;
}
#section03 .library-item-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4.8rem;
}
#section03 .library-item-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
#section03 .library-item-image {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
}
#section03 .library-item-image .board-list-thumb-noimg {
    top: 50%;
    left: 50%;
    width: 17.9rem;
    height: 5.84rem;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#section03 .library-item-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 388/208;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#section03 .library-item-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    background: #fff;
}
#section03 .library-item-info .board-title {
    -webkit-line-clamp: 2;
}
#section03 .library-item-info .board-date {
    margin-left: 0;
}
#section03 .quick {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    flex-shrink: 0;
}
#section03 .quick-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    height: 100%;
    z-index: 1;
}
#section03 .quick-list > li.qna > a {
    background: #ddf0ec;
}
#section03 .quick-list > li.qna > a:hover {
    background: #c6ded9;
}
#section03 .quick-list > li.publish > a {
    background: #eef2f7;
}
#section03 .quick-list > li.publish > a .hover {
    display: none;
}
#section03 .quick-list > li.publish > a:hover {
    background: #dee7f2;
}
#section03 .quick-list > li.publish > a:hover .default {
    display: none;
}
#section03 .quick-list > li.publish > a:hover .hover {
    display: block;
}
#section03 .quick-list > li > a {
    display: flex;
    gap: 2.4rem;
    align-items: center;
    height: 100%;
    padding: 3.2rem;
    border-radius: 1.2rem;
}
#section03 .quick-list > li > a:hover .txt .strong {
    text-decoration: underline;
    text-underline-offset: 3px;
}
#section03 .quick-list > li .txt {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    flex: 1;
}
#section03 .quick-list > li .icon {
    flex-shrink: 0;
}
#section03 .quick-list > li .icon img {
    display: block;
    width: 8rem;
}
#section03 .quick .slider-controller {
    position: absolute;
    right: 5.4rem;
    top: 5.4rem;
    z-index: 3;
}
@media (max-width: 1280px) {
    #section03 {
        padding: 4rem 0 8rem;
    }
    #section03 .quick-list {
        gap: 1.6rem;
    }
    #section03 .quick-list > li > a {
        gap: 1.6rem;
        padding: 3.2rem 2.4rem;
    }
}
@media (max-width: 1024px) {
    #section03 {
        padding: 3rem 0 6rem;
    }
    #section03 .library-item-link {
        gap: 1.6rem;
    }
    #section03 .quick-list > li > a {
        padding: 2.4rem;
    }
    #section03 .quick-list > li .icon img {
        width: 7rem;
    }
}
@media (max-width: 880px) {
    #section03 .library {
        width: 60%;
    }
}
@media (max-width: 768px) {
    #section03 .library {
        width: 55%;
    }
    #section03 .library .slider-controller {
        gap: 1.6rem;
    }
    #section03 .quick-list > li > a {
        padding: 1.6rem;
        gap: 0.8rem;
        flex-direction: column-reverse;
        justify-content: center;
    }
    #section03 .quick-list > li .txt {
        gap: 0.8rem;
        flex: none;
    }
    #section03 .quick-list > li .txt * {
        text-align: center;
    }
    #section03 .quick-list > li .icon img {
        width: 5.6rem;
    }
}
@media (max-width: 640px) {
    #section03 {
        padding: 4rem 0 6rem;
    }
    #section03 .library {
        width: 100%;
    }
}

.tab-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
}
.tab-container .board-tab-list {
    flex-grow: 1;
}
.tab-container .board-tab-list + .btn-more {
    position: relative;
}
.tab-container .board-tab-list + .btn-more:before {
    content: "";
    position: absolute;
    right: calc(100% + 2rem);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2rem;
    background: #bdbdbd;
}
.tab-container .board-tab-list + .btn-more:focus,
.tab-container .board-tab-list + .btn-more:focus-visible {
    outline: 2px solid #063a74;
}
.tab-container .board-tab-list + .btn-more:focus:before,
.tab-container .board-tab-list + .btn-more:focus-visible:before {
    outline: none;
    border: none;
}
@media (max-width: 768px) {
    .tab-container {
        gap: 2.4rem;
        justify-content: start;
    }
    .tab-container .board-tab-list {
        flex-grow: 0;
    }
    .tab-container .board-tab-list + .btn-more {
        position: relative;
        margin-left: 0;
    }
    .tab-container .board-tab-list + .btn-more:before {
        right: calc(100% + 1.1rem);
        height: 1.6rem;
    }
}

.board-util {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.6rem;
}
.board-link:not(.news-list > li > a):hover .board-title {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.board-link:focus,
.board-link:focus-visible {
    outline: 2px solid #063a74;
}
.board-link-detail {
    flex: 1;
    flex-shrink: 0;
}
.board-link-detail:hover .board-desc {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.board-title {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    color: #1e2124;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    word-break: break-word;
}
.board-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    color: #1e2124;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 150%;
    word-break: break-all;
}
.board-date {
    flex-shrink: 0;
    display: block;
    color: #464c53;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 150%;
    margin-top: auto;
}
@media (max-width: 1024px) {
    .board-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 880px) {
    .board-title {
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 768px) {
    .board-title {
        font-size: 2rem;
    }
}
