* {
    font-family: 'Pretendard', 'Noto Sans KR', 'Segoe UI', 'NanumSquare','Apple SD Gothic Neo', Arial, sans-serif;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: 1px;
}

body {
    overflow-y: hidden;
}
.scrolled .fa-bars {
    color: #000;
}
.p000_page_frame {
    width: 100%;
    max-width: calc(var(--containerV1-width) * 1px);
    margin: auto;
    font-size: 14px;
    line-height: 28px;
    word-break: keep-all;
    word-wrap: break-word;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.p000_page_frame .section .containerV1 {
    min-height: calc(115svh - var(--header-h));
    display: flex;
    margin: auto auto !important;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.fw900 {
    font-weight: 900;
    letter-spacing: 0px;
}

.t_deepblue {
    color: #112869;
}

.h7 {
    font-size: 2em;
    line-height: 1.2;
    word-break: keep-all;
    font-family: 'Pretendard', sans-serif !important;
}

/* business */
.intro {
    display: flex;
}

.test {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;

}

.test li {
    width: 48%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    border-radius: 10px;
    gap: 50px;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border: 1px solid #020070;
}


.test .sc {
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.123);
}

.test .sc-text {
    text-align: left;
}

.test .sc-text span {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 1.4rem;
    color: #a3a3a3;
}

.test .sc-text h2 {
    font-family: 'NanumSquare' !important;
    font-size: 1.8rem;
    font-weight: 700;
}

.test .sc-text p {
    margin-top: 10px;
}

/* business - main - end */
.consultingInfo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    grid-gap: 20px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

.consultingInfo>li {
    padding: 25px 40px;
    border: 1px solid #5DA2DE;
    word-break: break-all;
}

.consultingInfo>li:first-child {
    border-color: #9985B5;
}

.consultingInfo>li:last-child {
    border-color: #8BB750;
}

.consultingImg1 {
    margin-top: 50px;
    width: 80%;
}

.consultingCaption1 {
    width: 150px;
}

.systemWrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-gap: 50px;
}

.systemWrap>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.systemWrapImg1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.systemWrapImg2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.systemWrapImg {
    width: 100%;
    align-self: center;
}

.BRstory {
    text-align: center;
}

.BRstoryT {
    font-size: 1.875em;
    word-break: keep-all;
    line-height: 1.5;
    color: #68BFCE;
    font-weight: 700;
    padding-bottom: 50px;
}

.BRstoryImg {
    width: 70%;
    margin-bottom: 50px;
}

.btnArrow {
    float: left;
    width: 20px;
    height: 26px;
    background: url(<?=THEMA_URL?>/img/arrow_deepblue.png) left calc(50% - 0px) no-repeat;
    background-size: 12px;
}

.contServiceT1::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    width: 45px;
    height: 4px;
    background-color: #68BFCE;
    opacity: 1;
}

.contServiceT1 {
    position: relative;
    font-size: 1.875em;
    word-break: keep-all;
    line-height: 1.7;
    color: #68BFCE;
    font-weight: 700;
    padding-top: 30px;
}

.contServiceT2 {
    font-size: 1.25em;
    word-break: keep-all;
    line-height: 1.5;
    color: #112869;
    font-weight: 500;
}

.contServiceT3::before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #68BFCE;
    opacity: 1;
}

.contServiceT3 {
    position: relative;
    font-size: 1.025em;
    word-break: keep-all;
    line-height: 1.5;
    color: #68BFCE;
    font-weight: 700;
    padding-top: 20px;
}

.p000_page_frame .title {
    text-align: left;
}

.contentsTitle {
    width: 100%;
    padding: 25px 0px;
    color: #3b3b3b2d;
    font-size: 2.6vw;
    word-break: keep-all;
    font-weight: 900;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(17, 40, 105, 0.5);
    font-family: 'NanumSquare' !important;
}

.contentsTitle span {
    font-size: 1.5em;
    word-break: keep-all;
    font-weight: 900;
}

.p000_page_frame .title p {
    font-family: 'SUIT', sans-serif;
    font-size: clamp(17px, 1.5vw, 21px);
    text-wrap: balance;
    word-break: keep-all;
    font-weight: 400;
    line-height: 1.7;
    color: #112869;
    margin: 50px 0;
}


/* media */
@media (max-width: 1300px) {
    .businesInfo {
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
        grid-gap: 20px;
    }

    .business {
        margin-bottom: 0;
    }

    .business.bs2,
    .business.bs4 {
        transform: translateY(0);
        animation: business_st1 0.5s ease-in;
    }

    .business.bs1:hover,
    .business.bs2:hover,
    .business.bs3:hover,
    .business.bs4:hover {
        transform: translateY(0);
    }
}

@media (max-width: 800px) {
    .businesInfo {
        grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
        grid-gap: 20px;
        padding: 10% 0;
    }
}


@media (max-width: 500px) {
    .contentsTitle {
        font-size: 1.7em;
    }
}


/* mk-0 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 스크롤 내려간 상태 (section2 이상) */
.header_wrap.scrolled {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header_wrap.scrolled #h_menu .outer>li>a {
    color: #000;
}

.header_wrap.scrolled #h_menu .outer>li>a::before {
    background: #000;
}

.header_wrap.scrolled .logo a img {
    filter: brightness(0) invert(0);
}

/* mk */
.containerV1 {
    max-width: 1250px !important;
}

@media (min-width: 991px) {
    #h_menu .outer {
        gap: max(1.5em, calc(110 / 1920 * 100vw)) !important;
    }
}

:root {
    --header-h: 100px;
}

#index {
    height: 100svh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scroll-padding-top: var(--header-h);
    -webkit-overflow-scrolling: touch;
}

.tmt_sub_frame {
    height: 100svh;
    overflow-y: auto;
    overflow-x: hidden;
    /* scroll-snap-type: y mandatory;
  scroll-padding-top: var(--header-h, 0px); */
    -webkit-overflow-scrolling: touch;
}

.about .containerV1 {
    min-height: calc(100svh - var(--header-h));
    display: flex;
    margin: auto auto !important;
    flex-direction: column;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.about .inf {
    width: 100%;
    height: 100vh;
    background: #0633b5;
    color: #fff;
    font-size: 3rem;
    padding: 8rem 8rem 14rem 8rem;
}

.about .inf p {
    font-size: clamp(35px, 4vw, 77px);
    line-height: 95px;
    font-weight: 700;
}

.about .inf h1 {
    font-size: clamp(35px, 4vw, 77px);
    font-family: 'Pretendard' !important;
    font-weight: 700;
    margin-bottom: 60px;
}

.about .inf:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about .inf li {
    font-size: clamp(15px, 1vw, 25px);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.about .address li {
    border-bottom: none;
}

.about .inf button {
    padding: 2rem;
    background: #fff;
    color: #005a9f;
    font-weight: 600;
    border-radius: 100px;
}

.about .containerV1 {
    flex-direction: row;
}



.v-zone .v-title {
    font-size: clamp(16px, 4vw, 25px);
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    font-family: 'SUIT', sans-serif;
    max-width: 1250px;
    color: #1d1d1dff;
}

.v-zone .v-title::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1em;
    background: currentColor;
    margin-left: 4px;
    vertical-align: -2px;
    animation: blink .8s steps(1) infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

 .yt-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #ffffff;
    overflow: hidden;
}

 .yt-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
 .yt-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

.v-zone .i-box  {
    width: 90%;
    height: 90%;
    border: 1px solid #ffffff6e;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.v-zone .i-box p, .v-zone .i-box h1 {
    font-size: 2rem;
}
@media (min-width: 768px) {
    .v-zone .yt-grid {
        grid-template-columns: 1fr 1fr;
    }


}


/* 서브 */
#move {
    width: 100%;
}

.section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.section2,
.section3 {
    background: #ffffff;
}

.section3 .card-title {
    font-size: 20px !important;
}

.section3 .card-list {
    height: 125px;
    background: aliceblue;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .card-list canvas {
    display: flex;
    margin: auto;
}

#move2 {
    width: 100%;
}

.p401_page_frame {
    padding-top: var(--header-h);
    gap: 0 !important;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    word-break: keep-all;
    word-wrap: break-word;
    text-align: center;
}



/* p201 */

:root {
    --accent: #020f78;
    --border: #e5e7eb;
    --text: #0f172a;
    --bg: #0F0F10;
    --card: #171718;
    --text: #EAEAEA;
    --muted: #CFCFCF;
    --line: #2F2F31;
    --teal: #19D3C6;
    --maxw: 1200px;
    --gap-y: 110px;
    --gap-x: 70px;
    --card-w: 545px;
    --radius: 12px;
    --shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
}

.section1 .notice {
    position: relative;
    display: grid;
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
}

.notice .card {
    position: relative;
    height: 450px;
    flex: 1;
    background: #ffffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px #6666664a;
}

.notice .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020f78;
    clip-path: circle(150px at 80% 20%);
    transition: 0.5s ease-in-out;
    z-index: 99;
}

.notice .card:hover:before {
    clip-path: circle(300px at 80% -20%);
}

.notice .card:after {
    content: 'Koition';
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 12em;
    font-weight: 800;
    font-style: italic;
    color: rgb(52 152 219 / 6%);
}

.notice .card .imgBx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.notice .card:hover .imgBx {
    top: 0%;
    transform: translateY(0%);

}

.notice .card .imgBx img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    max-width: 220px;
}

.notice .card .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.notice .card:hover .contentBx {
    height: 210px;
}

.notice .card .contentBx h2 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
    font-size: 19px;
    font-family: 'NanumSquare' !important;
}

.notice .card .contentBx .size,
.notice .card .contentBx .color {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.notice .card:hover .contentBx .size {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.notice .card:hover .contentBx .color {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
}

.notice .card .contentBx .size h3,
.notice .card .contentBx .color h3 {
    color: #000000ff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px;
}

.notice .card .contentBx .size {
    flex-direction: column;
}

.notice .card .contentBx .size span {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    display: inline-block;
    color: #000000;
    transition: 0.5s;
    border-radius: 4px;
    cursor: pointer;
}

.notice .card .contentBx .size span:hover {
    background: #9bdc28;
}

.notice .card .contentBx .color span {
    width: 20px;
    height: 20px;
    background: #ff0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.notice .card .contentBx .color span:nth-child(2) {
    background: #9bdc28;
}

.notice .card .contentBx .color span:nth-child(3) {
    background: #03a9f4;
}

.notice .card .contentBx .color span:nth-child(4) {
    background: #e91e63;
}

.notice .card .contentBx button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #939393;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
    margin-top: 0;
    font-size: 2rem;
}

.notice .card:hover .contentBx button {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.75s;

}

.section2 .cards-grid,
.section3 .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 40px;
    max-width: calc(var(--containerV1-width)*1px);
    margin: 0 auto;
}

@media (max-width:1024px) {

    .notice,
    .section2 .cards-grid,
    .section3 .cards-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .p000_page_frame .section .containerV1 {
        min-height: auto;
    }

}

@media (max-width:600px) {

    .notice,
    .section2 .cards-grid,
    .section3 .cards-grid {
        grid-template-columns: 1fr !important;
    }


}


.section2 .cards-grid .card,
.section3 .cards-grid .card {
    position: relative;
    padding: 46px 36px 56px;
    background: #fff;
    height: 295px;
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .06);
    transition: .35s cubic-bezier(.4, 0, .2, 1);
}

.section2 .badge,
.section3 .badge {
    position: absolute;
    top: -22px;
    left: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 3px 8px -4px var(--accent);
    overflow: hidden;
}

.section2 .badge::before,
.section3 .badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 20%,
            rgba(255, 255, 255, .55) 50%, transparent 80%);
    transform: translateX(-100%) rotate(0.01deg);
}

@keyframes shine-sweep {
    to {
        transform: translateX(100%) rotate(0.01deg);
    }
}

.card:hover .badge::before {
    animation: shine-sweep .8s ease-out forwards;
}


.section2 .card-title,
.section3 .card-title {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: 700;
}

.section2 .card-list,
.section3 .card-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.75;
}

.section2 .card-list li {
    position: relative;
    padding-left: 14px;
    text-indent: -14px;
    font-size: 1.5rem;
    line-height: 2;
    text-wrap: balance;
}

.section2 .card-list li:before {
    content: '●';
    font-size: .48rem;
    line-height: inherit;
    color: var(--accent);
    margin-right: 8px;
}

.section2 .card:nth-child(1) {
    --d: 0;
}

.section2 .card:nth-child(2) {
    --d: 100;
}

.section2 .card:nth-child(3) {
    --d: 200;
}

.section2 .card:nth-child(4) {
    --d: 300;
}

.section2 .card:nth-child(5) {
    --d: 400;
}

.section2 .card:nth-child(6) {
    --d: 500;
}

.history .container {
    max-width: var(--maxw);
    margin: 0 auto;
    position: relative;
}

.history .timeline {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.history .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 80px;
    width: 2px;
    background: var(--line);
    transform: translateX(-50%);
}

.history .progress {
    content: "";
    position: absolute;
    left: 50%;
    top: 170px;
    width: 2px;
    height: calc(100% - 360px);
    background: var(--teal);
    transform: translateX(-50%);
    opacity: .25;
}

.container .item {
    position: relative;
    margin: 0 0 var(--gap-y);
}

.container .item .point {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--bg);
    border: 2px solid var(--teal);
}

.container .card {
    width: var(--card-w);

}

.container .item:nth-child(odd) .card {
    margin-right: calc(50% + var(--gap-x));
    text-align: left;
}

.container .item:nth-child(even) .card {
    margin-left: calc(50% + var(--gap-x));
    text-align: left;
}

.year {
    font-size: clamp(40px, 3.5vw, 67px);
    font-weight: 800;
    margin: 0;
    color: #19D3C6;
    font-family: 'Abhaya Libre' !important;
}

.sub {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #636363;
    letter-spacing: .2px;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 10px;
    width: 250px;
    text-align: center;
}

.desc {
    margin: 6px 0 !important;
    font-size: clamp(15px, 1vw, 20px);
    line-height: 1.65;
    color: #959595;
}

.container .item.start .card {
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: auto;
}

.container .item.start .badge {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    text-align: center;
}

.container .item.start .badge::before,
.container .item.start .badge::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 72px;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.container .item.start .badge::before {
    top: 22px;
    background: var(--card);
    box-shadow: var(--shadow);
}

.container .item.start .badge::after {
    top: 22px;
    border: 2px solid var(--line);
    box-sizing: border-box;
    background: transparent;
}

.container .item.start .year {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    text-align: center;
}

.container .item.start .sub {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    text-align: center;
    color: #BEBEBE;
}

.year-actions {
    display: inline-flex;
    gap: .5rem;
    margin-left: .5rem;
}

.toggle-year {
    font-size: 2rem;
    padding: 10px 63px;
    border-radius: 6px;
    background: #fff;
    background: #19D3C6;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

@media (max-width:1024px) {
    :root {
        --card-w: 420px;
    }

    .p000_page_frame {
        margin-top: 70px;
    }

    .p401_page_frame {
        margin-top: 0 !important;
    }

    .list-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .list-wrap  {
        flex-direction: column;
    }

    .board-list {
      margin-top: 100px !important;
    }

    .map-2  {
        flex-direction: column-reverse;
    }

    .overlay {
        padding: 16px !important;
    }

    .members {
        flex-direction: column !important;
    }
}

@media (max-width:767px) {
    #index > article {
        min-height: auto !important;
        height: 65vh !important;
    }
    .v-zone .i-box p, .v-zone .i-box h1 {
        font-size: 1.3rem !important;
    }
    .history .progress ,.timeline::before, .container .item .point{
        display: none;
    }

    .container .item:nth-child(odd) .card {
        margin-right: 0 !important;
    }
    .container .item:nth-child(even) .card {
        margin-left: 0 !important;
    }
    .container .item:nth-child(even) .card .sub-ex{
        flex-direction: row-reverse !important;
    }
    .timeline::before,
    .progress {
        left: 24px;
        transform: none;
    }

    .item .point {
        left: 24px;
        transform: translate(-50%, -8px);
    }

    .item .card {
        width: auto;
    }

    .h-3 .container .card {
        min-height: 130px !important;
    }
    .his-title {
        flex-direction: column !important;
    }

    .desc {
        margin: 2px 0!important;
    }

    .h-2 .sub-ex,
    .h-3 .sub-ex {
        border-bottom: 1px solid #e9e9e9;
    }


    .toggle-year {
        font-size: 1.5rem;
        padding: 10px 15px;
    }

    .history .container,.history .containerV1{
        padding: 0 !important;
    }

    .h-2 .container .item:nth-child(even) .sub {
        word-break: break-all;
    }
    .h-2 .container .item .sub {
        margin: 15px 0 !important;
        font-size: 17px !important;
    }
    .section5 .tb-1 {
        flex-direction: column;
        width: 100%;
        height:  auto !important;
        gap: 35px;
    }
        .section5 .tb-1 > div {
            height: 300px !important;
            flex: inherit !important;
        }
    .section5 .detail {
        justify-content: flex-start !important;
    }
    .p401_page_frame .headline {
        margin-bottom: 40px;
        font-size: 2em;
    }

    .p401_page_frame .subcopy {
        text-align: left;
        text-wrap: balance;
    }

    .p401_page_frame .feed {
        flex-direction: column;
        margin-bottom: 100px;
    }

    .p401_page_frame .feed .headline {
        border-right: none;
    }

    .p401_page_frame .sub-con {
        padding-left: 0;
    }

    .p401_page_frame .sub-con ul li {
        width: 33%;
        padding: 10px !important;
    }

    .p401_page_frame canvas {
        width: 60px;
        left: 23px !important;
    }

    .p401_page_frame #canvas7 {
        width: 40px;
        bottom: 10px;
    }

    .sub-con ul li:nth-child(4) {
        border-right: 1px solid #dfdfdf !important;
    }

    .sub-con ul li:nth-child(5),
    .sub-con ul li:nth-child(6),
    .sub-con ul li:nth-child(7) {
        border-bottom: 1px solid #dfdfdf !important;
    }


    .main-feed .sub-con {
        margin-top: 50px;
    }

    .feed  .sub-con h1 {
        font-size: 2rem !important;
    }
    .feed p,.feed span{
        font-size: 1.5rem !important;
        text-wrap: balance;
    }
    .sub-con .sub-title p {
        font-size: 1.2rem !important;
    }
    .main-feed .sub-con button canvas {
        width: 35px;
    }

    .responsive .list-row {
        width: 100% !important;
    }

    .about .inf p {
      line-height: 45px;
    }

    .v-zone .v-title {
        line-height: 1.8;
        word-break: keep-all;
        line-break: loose;
        text-wrap: balance;
        max-width: 36ch;
        margin: 0 auto;
        padding: 0 12px;
        text-align: left;
    }
    .section2 .cards-grid .card {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    .section2 .cards-grid .card-list {
        padding-left: 20px;
    }
    #canvas1-1 {
        width: 200px !important; height: 200px !important;
    }
    .section5 .detail button {
        padding: 10px !important;
        white-space: normal !important;
        line-height: 15px !important;
    }
    .section5 .detail ul li p {
        font-size: 1.5rem;
        
    }
    .section5 .detail ul li p span {
        display: block;
        margin: 5px 0 0 0 !important;
    }
    .list-item {
        height: 282px !important;
    }
    .list-category {
        margin: 100px 0 30px 0 !important;
    }
    .list-category li {
        padding: 10px 20px !important;
    }
    .contact-map-wrap > p {
        width: 100% !important;
        font-size: 1.3rem !important;
    }
    .feed h1 {
        font-size: 2rem !important;
    }
    .yt-grid {
        display: flex !important;
        flex-direction: column !important;
    }

}

.h-2 .sub-ex,
.h-3 .sub-ex {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}

.h-2 .sub-ex .desc,
.h-3 .sub-ex .desc {
    font-size: clamp(15px, 1vw, 17px);
    color: #393939;
}
.container .item:nth-child(even) .card .sub-ex {
    flex-direction: column-reverse !important;
}
.h-2 .sub-ex span,
.h-3 .sub-ex span {
    font-size: clamp(13px, 1vw, 17px);
    white-space: nowrap;
    color: var(--accent);
    font-weight: 600;
}

.h-2 .container .card {
    min-height: 300px;

}

.h-2 .container .item:nth-child(even) .card .his-title,
.h-3 .container .item:nth-child(even) .card .his-title {
    flex-direction: row-reverse;
}

.h-3 .container .card {
    min-height: 230px;
}

.his-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section3 .cards-grid .card {
    max-width: 300px;
    margin: auto;
}

.section5 .tb-1 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    height: 380px;
}

.section5 .detail {
    font-size: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section5 .detail button {
    background: rgb(251, 253, 255);
    border: 1px solid #112869;
    padding: 20px 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
    flex: 1;
    font-size: clamp(14px, 1.5vw, 20px);
    white-space: nowrap;
}

.section5 .detail ul {
    text-align: left;
    padding-left: 50px;
}

.section5 .detail ul li {
    margin-bottom: 30px;
    list-style: disc;

}

.section5 .detail ul li span {
    font-size: 1.3rem;
    color: var(--accent);
    margin-left: 10px;
    font-weight: 500;
}

.section5 .tab-con {
    display: none;
}

.section5 .tab-con.active {
    display: flex;
}

.section5 .tab-btn button.active {
    background-color: #112869;
    color: white;
}

/* p401 */
.hero {
    border-bottom: 1px solid rgba(17, 40, 105, 0.5);
    padding-bottom: 40px;
    width: 100%;
}

.headline {
    font-size: 5rem;
    font-weight: 500;
    text-align: left;
}

.subcopy {
    text-align: right;
    color: #585858;
}

.highlight {
    color: #112869;
    font-weight: 500;
}

.feed {
    display: flex;
}

.feed span {
    font-weight: 500;
}

.feed span,
.feed p {
    font-size: 2rem;
}

.feed p {
    color: #585858;
    line-height: 1.3;
}

.feed h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.feed .headline {
    flex: 0.7;
    border-right: 1px solid #dfdfdf;
    position: relative;
}

.client-slider {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px 0;
    position: absolute;
    margin: 20px 0;
}

.client-track {
    display: flex;
    gap: 40px;
    animation: scroll 30s linear infinite;
}

.client-track p {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif !important;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.sub-con {
    flex: 1;
    padding-left: 30px;
}

.sub-con ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-con ul li {
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 20px;
    position: relative;
    height: 205px;
    cursor: pointer;
}

.sub-con ul li:nth-child(8):hover {
    background: inherit;
    cursor: inherit;
    box-shadow: none
}

.sub-con ul li:nth-child(4) {
    border-right: none;
}

.sub-con ul li:nth-child(5),
.sub-con ul li:nth-child(6),
.sub-con ul li:nth-child(7) {
    border-bottom: none;
}

.sub-con ul li:nth-child(8) {
    border-right: none;
    border-bottom: none;
}

.sub-con ul li p {
    margin-top: 10px;
    font-size: 1.4rem;
}

.sub-con .sub-title {
    text-align: left;
}

.sub-con .sub-title span {
    font-size: 1.2rem;
}

.p401_page_frame canvas {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.main-feed .sub-con {
    overflow: hidden;
    position: relative;
    text-align: left;

}

.main-feed .sub-con button canvas {
    position: inherit;
}

.main-feed .sub-con p {
    text-align: left;
    margin: 30px 0;
}

.main-feed h2 {
    text-align: left;
}

.main-feed ul {
    display: inherit;
    padding: 0;
    margin: 0;
}

.main-feed ul li {
    border: none !important;
    width: inherit;
    height: inherit;
    text-align: left;
    padding: 0;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.board-list .modal-content, .about .modal-content{
    width: 400px;height: 460px;
}
.modal-content {
    position: relative;
    max-width: 100vh;
    width: 90%;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff !important;
    border-radius: 12px !important;
    padding: 20px 30px;
    z-index: 1001;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.modal-header h2 {
    margin: 0;
    font-size: 22px;
    color: #112869;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.modal-body {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.modal-body .text-box {
    text-align: center;
}

.modal-body li {
    margin: 17px 0;
}

.modal-body p {
    text-align: left;
    line-height: 25px;
}

.modal-body h3 {
    font-size: 2rem;
}

.modal-body img {
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 8px;
}

.modal-footer {
    margin-top: 25px;
    text-align: right;
}

.modal-footer .action-btn {
    background: #112869;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.modal-footer .action-btn:hover {
    background: #334c99;
}

.contact-map-wrap > p {
    font-size: 1.5rem;
    margin: 20px 0;
    background: #f3f3f3;
    padding: 15px;
    font-weight: 500;
    width: 65%;
    text-align: center;
}
/* 게시판 */
.view-padding {
    margin-top: 100px;
}

.slider-item p {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
    color: #333;
}