@charset "utf-8";
@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}
@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}
:root {
    --point-color: #1D3D87;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.cs-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #CBCBCB;
    border-radius: 45px;
}

::-webkit-scrollbar-thumb {
    height: 30%;
    background: #00243E;
    border-radius: 45px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main-container {
    color: #101010;
    position: relative;
    z-index: 1;
}

.main-container .inner {
    display: flex;
    justify-content: center;
    padding: 0;
}

.main-contents {
    padding-left: 240px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.section {
    margin-left: -240px;
    overflow: hidden;
}

.section>div {
    max-width: 1190px;
    padding: 0 90px 0 240px;
    margin: 0 auto;
}

.main-tit h2 {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: bold;
}

.main-tit.sky h2 {
    color: #2283F6;
}

.scrolling-text-wrap {
    position: fixed;
    pointer-events: none;
    mix-blend-mode: color-burn;
    left: 0;
    top: 70%;
    width: 100%;
    letter-spacing: -10px;
    font-size: 180px;
    font-weight: 900;
    overflow: hidden;
    color: #EFEFEF;
}

.scrolling-text {
    white-space: nowrap;
    display: flex;
    transform: translateX(0);
    animation: marquee 30s linear infinite;
}

.scrolling-text .line-txt {
    color: transparent;
    -webkit-text-stroke: 2px #EFEFEF;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2316px);
    }
}

.left-quick-wrap {
    position: sticky;
    top: 0;
    width: 0;
    height: 100vh;
    z-index: 5;
}

.left-quick-wrap .inner {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 17%;
    font-size: 16px;
    display: flex;
    gap: 45px;
    flex-direction: column;
    justify-content: center;
    width: 240px;
    height: auto;
}

.left-quick-wrap .top {
    font-size: 14px;
    padding: 0 0 0 20px;
    position: relative;
}

.left-quick-wrap .top:before {
    content: '';
    position: absolute;
    left: 32px;
    bottom: calc(100% + 40px);
    width: 1px;
    height: 200%;
    background: #737a89;
}

.left-quick-wrap .top h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
    padding-bottom: 15px;
}

.left-quick-wrap .top h3 strong {
    font-weight: 900;
    word-break: keep-all;
}

.left-quick-wrap .top em {
    font-size: 18px;
    font-weight: 500;
    vertical-align: baseline;
}

.left-quick-wrap .middle {
    position: relative;
}

.left-quick-wrap .btn-go {
    position: relative;
}

.left-quick-wrap .btn-go .d-day {
    position: absolute;
    z-index: 1;
    left: 23px;
    top: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: bold;
    width: 75px;
    height: 75px;
    color: #fff;
    background: #2283F6;
    border-radius: 45px;
    border: 4px solid #fff;
}
.left-quick-wrap .btn-go .d-day img {width: 60px;}

.left-quick-wrap .btn-go a {
    overflow: hidden;
    position: relative;
    background: #fff;
    font-weight: bold;
    color: #2283F6;
    border-radius: 0 45px 45px 0;
    box-sizing: border-box;
    padding-left: 63px;
    margin-left: 58px;
    display: flex;
    align-items: center;
    width: 165px;
    height: 75px;
    border: 2px solid #2283F6;
    box-shadow: 0 0 0 2px inset #2283F6;
}

.left-quick-wrap .btn-go a>span {
    position: relative;
    z-index: 1;
}

.left-quick-wrap .btn-go a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -200px;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background: rgba(34,131,246,0.6);
    clip-path: ellipse(50% 35% at 50% 50%);
    transition: bottom 0.35s ease-out;
}

.left-quick-wrap .btn-go a:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -225px;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background: #2283f6;
    clip-path: ellipse(50% 35% at 50% 50%);
    transition: bottom 0.35s ease-out;
}

.left-quick-wrap .btn-go a:hover {
    color: #fff;
    font-weight: bold;
}

.left-quick-wrap .btn-go a:hover:before {
    bottom: -70px;
}

.left-quick-wrap .btn-go a:hover:after {
    bottom: -90px;
}

.left-quick-wrap .circle-txt {
    mix-blend-mode: difference;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
}

.left-quick-wrap .circle-txt .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #2283F6;
    font-weight: 500;
    animation: textRotation 8s linear infinite;
}

.left-quick-wrap .circle-txt .text>span {
    position: absolute;
    left: 50%;
    display: inline-block;
    text-align: center;
    width: 10px;
    transform-origin: 0 60px;
}

.left-quick-wrap .quick-btn {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    font-weight: 500;
    gap: 20px;
    position: relative;
}

.left-quick-wrap .quick-btn:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 13px;
    width: 1px;
    height: 300%;
    background: #737a89;
}

.left-quick-wrap .quick-btn>a {
    color: #101010;
    display: flex;
    align-items: center;
    position: relative;
}

.left-quick-wrap .quick-btn .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 45px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.2s;
}

.left-quick-wrap .quick-btn .dot:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #1B2E57;
    border-radius: 45px;
    transition: all 0.2;
}

.left-quick-wrap .quick-btn>a:hover {
    font-weight: bold;
}

.left-quick-wrap .quick-btn a:hover .dot {
    border-color: #1B2E57;
}

.left-quick-wrap .quick-btn a:hover .dot:before {
    border: 2px solid #1B2E57;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1500px) {
    .main-contents {
        padding-left: 275px;
    }

    .section {
        margin-left: -275px;
    }

    .section>div {
        padding-left: 275px;
    }

    .left-quick-wrap .inner {
        width: 250px;
        gap: 65px;
    }

    .left-quick-wrap .top {
        font-size: 16px;
    }

    .left-quick-wrap .top h3 {
        font-size: 30px;
        letter-spacing: -1.5px;
    }

    .left-quick-wrap .top em {
        font-size: 20px;
    }

    .left-quick-wrap .btn-go .d-day {
        width: 83px;
        height: 83px;
    }

    .left-quick-wrap .btn-go a {
        width: 192px;
        height: 83px;
        padding-left: 90px;
    }

    .left-quick-wrap .circle-txt {
        width: 140px;
        height: 140px;
        left: 0;
    }

    .left-quick-wrap .circle-txt .text>span {
        transform-origin: 0 70px;
    }

    .left-quick-wrap .quick-btn {
        font-size: 17px;
    }

    .left-quick-wrap .btn-go a:hover:before {
        bottom: -65px;
    }

    .left-quick-wrap .btn-go a:hover:after {
        bottom: -83px;
    }

    .scrolling-text-wrap {
        top: 72%;
    }
}
@media screen and (min-width: 1500px) {
    .left-quick-wrap .inner {
        top: 17%;
        height: auto;
    }
}

@media screen and (min-width: 1800px) {
    .left-quick-wrap .inner {
        left: 4vw;
        top: 0;
        height: 100%;
    }
}

.section.main-visual-wrap {
    margin-left: 0;
    border-bottom-left-radius: 100px;
}

.section.main-visual-wrap .main-visual {
    position: relative;
    height: 390px;
    max-width: none;
    margin: 0;
}

.main-visual .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-visual .swiper-slide {
    position: relative;
}

.main-visual .swiper-slide > a > img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    top: -108px;
}

.main-slide-control {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 50px;
    padding: 0 140px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #000;
    font-size: 18px;
}

.main-slide-control .swiper-button-next, .main-slide-control .swiper-button-prev {
    width: 40px;
    height: 30px;
    position: relative;
    background-image: none;
    left: 0;
    top: 0;
    margin-top: 0;
}

.main-slide-control .swiper-button-next:before, .main-slide-control .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

/*.main-slide-control .swiper-button-next:after, .main-slide-control .swiper-button-prev:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    top: 15px;*/
/*    width: 20px;*/
/*    height: 2px;*/
/*    background: #000;*/
/*}*/

.main-slide-control .swiper-button-next:before {
    transform: rotate(45deg);
    left: 16px;
}

.main-slide-control .swiper-button-next:after {
    left: 12px;
}

.main-slide-control .swiper-button-prev:before {
    transform: rotate(-135deg);
}

.main-slide-control .swiper-pagination {
    position: relative;
    bottom: 0;
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.main-slide-control .swiper-pagination-current {
    font-size: 30px;
    font-weight: bold;
}

.main-slide-control .btn-play {
    position: relative;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}

.main-slide-control .btn-play:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 20px;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
}

.main-slide-control .btn-play.on:before {
    width: 0;
    height: 0;
    border-left: 12px solid #000;
    border-right: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    box-sizing: border-box;
}

.main-visual .pos-txt {
    position: absolute;
    /*left: 27%;*/
    left: 9.5%;
    top: 24%;
    color: #00f1ff;
    font-size: 31px;
    line-height: 1.5;
    letter-spacing: -4.5px;
}

.main-visual .pos-txt strong {
    letter-spacing: -1.6px;
}

.main-visual .pos-txt p {
    /*opacity: 0;*/
    position: relative;
    /*right: -100px;*/
    font-weight: 300;
    text-shadow: 3px 3px 10px rgba(162,162,162,0.2);
}

.main-visual .pos-under {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px 100px;
}

.main-visual .pos-under>p {
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0;
}

.main-visual .swiper-slide-active .pos-under>p {
    opacity: 1;
}


.main-visual .pos-under em {
    color: #00f1ff;
    font-weight: bold;
}

.mob-br {display: none;}
.main-visual .pos-txt {font-family: 'NanumSquareNeo', sans-serif; z-index: 1;}
.main-visual .pos-txt strong {font-family: 'NanumSquareNeoExtraBold'}
.main-visual .pos-txt-sub {position: absolute; top: 36%; left: 9.5%; color: #111; font-weight: 500; font-size: 18px; font-family: 'NanumSquareNeo', sans-serif; z-index: 1;}
.main-visual .pos-obj {display: block; position: absolute; right: 16vw; bottom: -12px; }
.main-visual .pos-obj img {max-width: 100%;}
/*.main-visual .num01 .pos-obj {right: 16vw; bottom: 0; width: 472px; height: 332px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-01.png") no-repeat center / cover;}*/
/*.main-visual .num01 .pos-obj {right: 24vw; bottom: 0; width: 275px; height: 336px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-01.png") no-repeat center / contain;}*/
/*.main-visual .num02 .pos-obj {right: 22vw; bottom: 0; width: 247px; height: 317px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-02.png") no-repeat center / contain;}*/
/*.main-visual .num03 .pos-obj {right: 14vw; bottom: 0; width: 472px; height: 332px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-03.png") no-repeat center / contain;}*/
/*.main-visual .num04 .pos-obj {right: 17vw; bottom: 0; width: 368px; height: 265px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-04.png") no-repeat center / contain;}*/
/*.main-visual .num05 .pos-obj {right: 16vw; bottom: -9px; width: 373px; height: 274px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-05.png") no-repeat center / contain;}*/
/*.main-visual .num06 .pos-obj {right: 14vw; bottom: -16px; width: 472px; height: 332px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-06.png") no-repeat center / contain;}*/
/*.main-visual .num07 .pos-obj {right: 14vw; bottom: 0; width: 428px; height: 328px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-07.png") no-repeat center / contain;}*/
/*.main-visual .num08 .pos-obj {right: 20vw; bottom: -19px; width: 291px; height: 333px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-08.png") no-repeat center / contain;}*/
/*.main-visual .num09 .pos-obj {right: 15vw; bottom: -23px; width: 472px; height: 332px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-09.png") no-repeat center / contain;}*/
/*.main-visual .num10 .pos-obj {right: 14vw; bottom: 0; width: 508px; height: 329px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-10.png") no-repeat center / cover;}*/
/*.main-visual .num11 .pos-obj {right: 12vw; bottom: 0; width: 680px; height: 309px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-11.png") no-repeat center / cover;}*/
/*.main-visual .num12 .pos-obj {right: 13.5vw; bottom: -74px; width: 479px; height: 322px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-12.png") no-repeat center / contain;}*/
/*.main-visual .num13 .pos-obj {right: 12vw; bottom: -40px; width: 472px; height: 332px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-13.png") no-repeat center / cover;}*/
/*.main-visual .num14 .pos-obj {right: 12vw; bottom: -40px; width: 522px; height: 304px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-14.png") no-repeat center / contain;}*/
/*.main-visual .num15 .pos-obj {right: 15vw; bottom: -13px; width: 443px; height: 335px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-15.png") no-repeat center / contain;}*/
/*.main-visual .num16 .pos-obj {right: 12vw; bottom: -40px; width: 443px; height: 335px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-16.png") no-repeat center / contain;}*/
/*.main-visual .num17 .pos-obj {right: 12vw; bottom: -40px; width: 443px; height: 335px; background: url("/type/IPSI_2024/img/main/ver7/img-visual-17.png") no-repeat center / contain;}*/
.main-visual .pos-obj.on {animation: textAni2 1.5s ease-in-out; opacity: 1;}
.main-visual.ver7 .swiper-slide > a > img {top: -4.6vw;}
.main-visual.ver8 .swiper-slide > a > img {top: -8.6vw;}

.main-visual .swiper-slide-active .pos-txt p {
    animation: moveBg 1s ease-out;
    animation-fill-mode: forwards;
}

.main-visual .swiper-slide-active .pos-txt p {
    opacity: 0;
    animation: moveBg 1s ease-out;
    animation-fill-mode: forwards;
}

.pos-txt-sub p {line-height: 1.6; color: #4A4A4A;}

.main-visual .swiper-slide-active .pos-txt-sub p {
    opacity: 0;
    position: relative;
    animation: moveBg 1s ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}



@media screen and (max-width: 1700px) {
    .main-visual .pos-obj {right: 0 !important;;}
    .main-visual .swiper-slide > a > img {transform: scale(1.2);}
    .main-visual.ver7 .swiper-slide img {top: -2.5vw;}
    .main-visual.ver8 .swiper-slide > a > img {top: -2.5vw;}
}
@media screen and (min-width: 1700px) {
    .main-visual .pos-txt {left: 16px;}
    .main-visual .pos-txt-sub {top: 44%; max-width: 300px;}
}

@keyframes moveBg {
    from {
        right: -50px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}
@keyframes textAni2 {
    from {
        opacity: 0;
        transform: translateY(10%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media screen and (min-width: 1450px) {
    .main-visual .pos-txt {
        /*top: 6.4vw;*/
        /*left: 24%;*/
        left: 9.5%;
    }

    .main-visual .swiper-slide > a > img {
        top: -7.7vw;
    }

    /*.main-visual.ver3 .swiper-slide img {*/
    /*    top: -2.5vw;*/
    /*}*/

    .main-visual.ver6 .swiper-slide img {
        top: -3.8vw;
    }
}

@media screen and (min-width: 1600px) {
    .section.main-visual-wrap {
        margin-left: auto;
    }

    .main-visual .pos-txt {
        font-size: 40px;
        top: 5.2vw;
    }
}

@media screen and (min-width: 1800px) {
    .section.main-visual-wrap {
        max-width: 92%;
    }

    .main-visual .pos-txt {
        top: 5vw;
    }

    .main-visual.ver6 .pos-txt {
        top: 6.6vw;
    }
}

.section.infozone {
    padding: 35px 0 100px;
}

.infozone-wrap .top-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 3fr minmax(347px, 2fr) 1fr;
}

.infozone-wrap .top-grid .sky {
    color: #2283F6;
}

.infozone-wrap .top-grid .box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #EFF4FE;
    border: 1px solid #3EA5FF;
    font-size: 14px;
    line-height: 1.2;
    padding: 25px;
    box-sizing: border-box;
}

.infozone-wrap .top-grid .box .add-more {
    margin-top: auto;
    margin-left: auto;
    width: fit-content;
    color: #101010;
}

.infozone-wrap .top-grid .box .add-more:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.infozone-wrap .top-grid .box>p {
    display: flex;
    padding-bottom: 10px;
    align-items: flex-end;
    line-height: 1;
    gap: 5px;
    font-size: 22px;
    font-weight: bold;
}

.infozone-wrap .top-grid .box.type3>p {
    font-size: 18px;
    font-weight: 500;
}

.infozone-wrap .top-grid .box em {
    font-size: 14px;
}

.infozone-wrap .top-grid .box.type1 {
    grid-row: span 3;
    grid-column: 1;
    background-color: #3EA5FF;
    background-image: url('/type/IPSI_2023/img/main/box-bg01.png'), url('/type/IPSI_2023/img/main/box-bg02.png');
    background-repeat: no-repeat;
    background-size: 184px, 195px;
    background-position: 0 100%, 100% 0;
}

.infozone-wrap .top-grid .box.type2 {
    grid-row: span 3;
    grid-column: 2;
    /*background-color: #3EA5FF;*/
    /*background-image: url('/type/IPSI_2024/img/main/box-bg01.png'), url('/type/IPSI_2024/img/main/box-bg02.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: 184px, 195px;*/
    /*background-position: 0 100%, 100% 0;*/
}

.infozone-wrap .top-grid .box.type1 strong, .infozone-wrap .top-grid .box.type2 strong {
    font-size: 32px;
    letter-spacing: -1px;
    display: inline-block;
    padding-top: 10px;
}

.infozone-wrap .top-grid .box.type3 {
    padding: 18px;
}

.infozone-wrap .top-grid .lnk-btn-wrap {
    display: grid;
    gap: 10px;
    padding: 20px 0;
    counter-reset: lnk-counter 0;
}

.infozone-wrap .top-grid .lnk-btn-wrap.bg {
    min-height: 120px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.infozone-wrap .top-grid .lnk-btn-wrap a {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 7px rgba(125,125,125,0.5);
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 11px 15px;
    font-weight: 700;
    color: #111;
}

.infozone-wrap .top-grid .lnk-btn-wrap a:before {
    min-width: 20px;
    counter-increment: lnk-counter;
    content: counter(lnk-counter);
}

.infozone-wrap .top-grid .lnk-btn-wrap a:after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 2px solid #1B2E57;
    border-right: 2px solid #1B2E57;
    margin-left: auto;
}

.infozone-wrap .top-grid .lnk-btn-wrap a:hover {
    background: #FFBC00;
    transition: background-color 0.25s;
}

.infozone-wrap .top-grid .type1 .lnk-btn-wrap {
    grid-template-columns: 1fr 1fr;
}

/*.infozone-wrap .top-grid .box.row1 {*/
/*    grid-row: 1;*/
/*    grid-column: 3;*/
/*    background-color: #3EA5FF;*/
/*}*/

/*.infozone-wrap .top-grid .box.type3.row1>p {*/
/*    font-weight: bold;*/
/*    color: #acff55;*/
/*}*/

.infozone-wrap .top-grid .box.row2 {
    grid-row: 2;
    grid-column: 3;
}

.infozone-wrap .top-grid .box.row3 {
    grid-row: 3;
    grid-column: 3;
}

.infozone-wrap .bottom {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 3fr 3.2fr;
}

.infozone-wrap .my-search {
    display: flex;
    font-size: 13px;
}

.infozone-wrap .my-search>li {
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    line-height: 1.3;
}

.infozone-wrap .my-search>li + li {
    padding: 0 15px;
    border-left: 1px solid #E5E5E5;
}

.infozone-wrap .my-search p {
    font-size: 18px;
}

.infozone-wrap .my-search p>.sky {
    color: #2283F6;
}

.infozone-wrap .my-search p>.mint {
    color: #0099A7;
}

.infozone-wrap .my-search p>.yellow {
    color: #EFB921;
}

.infozone-wrap .my-search em {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.btn-up {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 130px;
    font-size: 18px;
    width: fit-content;
    border: 1px solid #9E9C9F;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 45px;
    color: #101010;
}

.btn-up:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 50%;
    bottom: -105px;
    transform: translateX(-50%);
    width: 140px;
    height: 120px;
    background: rgba(85,85,85,0.2);
    clip-path: ellipse(50% 35% at 50% 50%);
    transition: bottom 0.35s ease-out;
}

.btn-up:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: 50%;
    bottom: -125px;
    transform: translateX(-50%);
    width: 140px;
    height: 120px;
    background: rgba(85,85,85,0.2);
    clip-path: ellipse(50% 35% at 50% 50%);
    transition: bottom 0.35s ease-out;
}

.btn-more.btn-up:before {
    background: rgba(34,131,246,0.6);
    width: 200px;
}

.btn-more.btn-up:after {
    background: #2283f6;
    width: 200px;
}

.btn-up:hover:before {
    bottom: -28px;
}

.btn-up:hover:after {
    bottom: -40px;
}

.btn-more:hover {
    color: #fff;
}

.btn-more:hover>span {
    background-color: #fff;
}

.btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    height: 60px;
    width: 115px;
    border-radius: 45px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
}

.btn-more>span {
    margin-left: 8px;
    display: block;
    width: 14px;
    height: 14px;
    color: transparent;
    background-color: #9E9C9F;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath id='ico_list' d='M7,12.893V6.457H1V4.892H7v-6H8.565v6H15V6.457H8.565v6.436Z' transform='translate(-1 1.106)' fill='%239e9c9f'/%3E%3C/svg%3E");
    -webkit-mask: var(--svg);
    mask: var(--svg);
    transition: background-color 0.3s;
}

.infozone-wrap .btn-up {
    height: 50px;
    min-width: 110px;
    border: none;
    color: #fff;
}

.infozone-wrap .btn-up.sky {
    background-color: #2283F6;
}

.infozone-wrap .btn-up.mint {
    background-color: #24AAE1;
}

.infozone-wrap .btn-up.yellow {
    background-color: #EFB921;
}

.infozone-wrap .quick-menu {
    background: #fff;
    font-size: 16px;
    line-height: 1.3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 80px;
    border-radius: 10px;
}

.infozone-wrap .quick-menu a {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    color: #101010;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: 90% 85%;
    font-size: 15px;
    word-break: keep-all;
    background: #fff;
    box-sizing: border-box;
}

.infozone-wrap .quick-menu>div {grid-column: 1 / 3; background: #EFB921; border-radius: 10px; padding: 10px; margin-right: 5px; box-sizing: border-box;}
.infozone-wrap .quick-menu>a:nth-child(n+3) {position: relative; border: 1px solid #E5E5E5; margin-top: 5px; font-size: 16px;}
.infozone-wrap .quick-menu>a:nth-of-type(2) {grid-row: 2 / 3; grid-column: 1 / 2; border-radius: 10px 0 0 10px; border-right: none;}
.infozone-wrap .quick-menu>a:nth-of-type(3) {grid-row: 2 / 3; grid-column: 2 / 3; border-left: none; border-right: none;}
.infozone-wrap .quick-menu>a:nth-of-type(4) {grid-row: 2 / 3; grid-column: 3 / 4; border-radius: 0 10px 10px 0; border-left: none;}
.infozone-wrap .quick-menu a:nth-child(n+4)::before {content: ''; width: 1px; height: 80%; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); background: #E5E5E5;}
.quick-menu-top > p {text-align: center; padding-bottom: 10px; font-weight: 600; font-size: 16px;}
.quick-menu-top > div {display: flex; gap: 10px;}
.infozone-wrap .quick-menu .quick-menu-top > div > a {width: 50%; padding: 15px 10px 20px 15px; min-height: 62px; border-radius: 10px;}
.quick-menu-top > div > a:first-of-type {border-left: none;}

.infozone-wrap .quick-menu a:hover, .infozone-wrap .quick-menu a:focus {
    text-decoration: underline;
    text-underline-position: under;
}

.infozone-wrap .quick-menu>a span {
    white-space: nowrap;
}
/*.infozone-wrap .quick-menu>a span br {display: none;}*/

.infozone-wrap .quick-menu .icon {
    margin-left: auto;
    margin-top: auto;
}

.infozone-wrap .quick-menu .kakao {
    position: relative;
    flex-direction: column;
    justify-content: center;
    /*box-shadow: -5px 6px 0 0 #e5e5e5;*/
    border-radius: 10px 10px 0 10px;
    padding: 10px 20px;
    background-color: #1B2E57;
    font-size: 14px;
    color: #ffea48;
    font-weight: 300;
    gap: 3px;
    border-radius: 10px;
    box-sizing: border-box;
}

.infozone-wrap .quick-menu .kakao .icon {
    position: absolute;
    right: 35px;
    top: -15px;
    width: 58px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    background: #fff;
    filter: drop-shadow(-2px 3px 0px #A5A5A5)
}

.infozone-wrap .quick-menu .kakao .icon img {width: 40px;}

.infozone-wrap .quick-menu .kakao strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.infozone-wrap .quick-menu .kakao:hover {
    text-decoration: none;
}

.infozone-wrap .quick-menu .kakao:hover .icon {
    transform: rotateY(360deg);
    transition: all 1s;
}

@media screen and (min-width: 1500px) {
    .infozone-wrap .top-grid {
        grid-template-columns: 3fr minmax(398px, 2.2fr) minmax(205px, 1fr);
    }

    .infozone-wrap .top-grid .box {
        padding: 30px;
        font-size: 16px;
    }

    .infozone-wrap .top-grid .box>p {
        font-size: 24px;
    }

    .infozone-wrap .top-grid .box.type3 {
        font-size: 17px;
    }

    .infozone-wrap .top-grid .box.type3>p {
        font-size: 20px;
    }

    .infozone-wrap .top-grid .box.type1 span, .infozone-wrap .top-grid .box.type2 span {
        font-size: 39px;
    }

    .infozone-wrap .bottom {
        grid-template-columns: 3fr minmax(624px, 3.2fr);
    }

    .infozone-wrap .my-search {
        font-size: 14px;
    }

    .infozone-wrap .my-search>li {
        gap: 15px;
    }

    .infozone-wrap .my-search>li + li {
        padding: 0 25px;
    }

    .infozone-wrap .my-search p {
        font-size: 20px;
    }

    .infozone-wrap .my-search em {
        font-size: 24px;
    }

    /*.infozone-wrap .btn-up {margin-top: auto;}*/
    .infozone-wrap .quick-menu {
        font-size: 18px;
    }

    .infozone-wrap .quick-menu>a {
        min-height: 88px;
        box-sizing: border-box;
    }

    .infozone-wrap .quick-menu .kakao {
        font-size: 16px;
        padding: 23px 30px 10px;
    }

    .infozone-wrap .quick-menu .kakao strong {
        font-size: 25px;
    }

    .infozone-wrap .quick-menu .icon {position: relative; top: 12px;}
}

.section.explore {
    height: 1430px;
    padding-top: 100px;
    box-sizing: border-box;
    background: url('/type/IPSI_2024/img/main/main-bg01.jpg') no-repeat;
}

.explore-wrap .mob-ex {
    display: none;
}

.explore-wrap .grid-box {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: space-between;
}

.explore-wrap .grid-box .line02 {
    margin-top: -100px;
}

.grid-box .box-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.grid-box .explore-box {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 30px 120px;
    line-height: 1.3;
    transition: all 0.25s;
}

.grid-box .explore-box .bg {
    overflow: hidden;
    position: absolute;
    left: -3px;
    bottom: 0;
    border-radius: 0 30px 0 0;
    width: 85%;
    height: 100px;
    transition: all 0.25s;
}

.grid-box .explore-box .bg img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.grid-box .explore-box:after {
    content: '';
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
}

.grid-box .explore-box>p {
    font-size: 28px;
    font-weight: bold;
    color: #283369;
    transition: all 0.25s;
}

.grid-box .explore-box>ul {
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.grid-box .explore-box>ul>li {
    font-size: 15px;
    transition: all 0.25s;
}

.grid-box .explore-box>ul>li>a:hover {
    color: #2283f6;
    font-weight: bold;
}

.grid-box .explore-box:hover {
    margin-top: -20px;
    padding-bottom: 100px;
}

.grid-box .explore-box:hover .bg {
    height: 80px;
}

.grid-box .explore-box:hover:after {
    box-shadow: 0 0 0 3px #1B2E57 inset;
}

.grid-box .explore-box:hover>p {
    font-size: 26px;
}

.grid-box .explore-box:hover>ul>li {
    padding-top: 10px;
    font-size: 18px;
}

.section.notice {
    padding: 130px 0;
}

.notice-wrap .main-tit {
    display: flex;
    gap: 65px;
}

.notice-wrap .tab-btn {
    margin-top: 15px;
    display: flex;
    gap: 35px;
}

.notice-wrap .tab-btn>button {
    font-size: 24px;
    font-weight: 500;
    color: #101010;
    display: flex;
    align-items: center;
}

.notice-wrap .tab-btn>button em {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    display: block;
    border-radius: 45px;
    background: #868686;
    position: relative;
    transition: all 0.2s;
}

.notice-wrap .tab-btn>button.active em {
    width: 26px;
    height: 26px;
    background: #2283F6;
}

.notice-wrap .tab-btn>button.active em:after, .notice-wrap .tab-btn>button.active em:before {
    left: 12px;
    top: 7px;
}

.notice-wrap .tab-btn>button.active em:before {
    transform: rotate(90deg);
}

.notice-wrap .tab-btn>button em:after, .notice-wrap .tab-btn>button em:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 2px;
    height: 12px;
    background: #fff;
    transition: all 0.2s;
}

.notice-wrap .tab-btn>button em:after {
    transform: rotate(90deg);
}

.notice-slide {
    padding-top: 70px;
    position: relative;
}

.notice-slide .tab-con {
    display: none;
}

.notice-slide .tab-con.active {
    display: block;
}

.notice-slide .tab-con .btn-more {
    position: absolute;
    right: 0;
    top: -74px;
}

.notice-slide .swiper {
    overflow: hidden;
}

.notice-slide .swiper-slide a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.noti-card-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.notice-slide .tit {
    color: #101010;
    word-break: break-all;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
}

.notice-slide .card-box {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    height: 135px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.notice-slide .card-box .tit {
    width: calc(100% - 100px);
}

.notice-slide .arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 45px;
    border: 1px solid #E5E5E5;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}

.notice-slide .arrow:after {
    content: '';
    display: block;
    width: 23px;
    height: 11px;
    color: transparent;
    background-color: #101010;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.688' height='11.677' viewBox='0 0 23.688 11.677'%3E%3Cg id='arrow_r' transform='translate(0 0.707)'%3E%3Cpath id='dot_copy' data-name='dot copy' d='M1776.282,1607.55l4.845-5.131-4.845-5.132' transform='translate(-1758.127 -1597.287)' fill='none' stroke='%23101010' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='선_436' data-name='선 436' x2='23' transform='translate(0 5.132)' fill='none' stroke='%23101010' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--svg);
    mask: var(--svg);
    transition: background-color 0.3s;
}

.notice-slide .card-box:hover, .notice-slide .card-box:focus {
    border-color: #2283F6;
    box-shadow: 0 0 0 2px #2283F6 inset;
    padding-left: 40px;
}

.notice-slide .card-box:hover .arrow, .notice-slide .card-box:focus .arrow {
    right: 40px;
    width: 55px;
    height: 55px;
    border-color: #2283F6;
}

.notice-slide .card-box:hover .arrow:after, .notice-slide .card-box:focus .arrow:after {
    background: #2283F6;
}

.notice-slide .card-slide .swiper-slide a {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.notice-slide .swiper-slide .img-area {
    height: 200px;
    overflow: hidden;
}

.notice-slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice-slide .swiper-slide .con {
    height: 200px;
    background: #C4FAF7;
    color: #101010;
    padding: 30px 25px;
    box-sizing: border-box;
    word-break: break-all;
}

.notice-slide .card-slide .swiper-slide a:hover .con {
    background: #2283F6;
    color: #fff;
}

.notice-slide .card-slide .swiper-slide a:hover .con .tit {
    color: #fff;
}

.notice-slide .slide-info {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 40px;
}

.notice-slide .slide-info .swiper-button-next, .notice-slide .slide-info .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 45px;
    transition: all 0.2s;
}

.notice-slide .slide-info .swiper-button-next:before {
    content: '';
    display: block;
    width: 23px;
    height: 11px;
    color: transparent;
    background-color: #101010;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.688' height='11.677' viewBox='0 0 23.688 11.677'%3E%3Cg id='arrow_r' transform='translate(0 0.707)'%3E%3Cpath id='dot_copy' data-name='dot copy' d='M1776.282,1607.55l4.845-5.131-4.845-5.132' transform='translate(-1758.127 -1597.287)' fill='none' stroke='%23101010' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='선_436' data-name='선 436' x2='23' transform='translate(0 5.132)' fill='none' stroke='%23101010' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--svg);
    mask: var(--svg);
    transition: background-color 0.3s;
}

.notice-slide .slide-info .swiper-button-prev:before {
    content: '';
    display: block;
    width: 23px;
    height: 11px;
    color: transparent;
    background-color: #101010;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.688' height='11.677' viewBox='0 0 23.688 11.677'%3E%3Cg id='arrow_l' transform='translate(0.688 0.707)'%3E%3Cpath id='dot_copy' data-name='dot copy' d='M1781.127,1607.551l-4.845-5.132,4.845-5.132' transform='translate(-1776.282 -1597.287)' fill='none' stroke='%23101010' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='선_436' data-name='선 436' x2='23' transform='translate(0 5.132)' fill='none' stroke='%23101010' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--svg);
    mask: var(--svg);
    transition: background-color 0.3s;
}

.notice-slide .slide-info .swiper-button-next:hover, .notice-slide .slide-info .swiper-button-prev:hover {
    border-color: #2283F6;
    background: #2283F6;
}

.notice-slide .slide-info .swiper-button-next:hover:before, .notice-slide .slide-info .swiper-button-prev:hover:before {
    background-color: #fff;
}

.section.interview {
    padding: 0 0 130px;
    overflow: visible;
    position: relative;
    background-image: url('/type/IPSI_2024/img/main/bg-main02.png');
    background-repeat: no-repeat;
    background-position: 95% 80%;
}

.section.interview:before {
    content: '';
    mix-blend-mode: multiply;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translateX(-50%);
    width: 150%;
    height: 870px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: linear-gradient(180deg, rgba(236,246,255,1) 0%, rgba(236,246,255,0.2) 100%);
}

.interview-wrap .main-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interview-box-wrap {
    height: 650px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.interview-wrap .mouse-event {
    padding-top: 50px;
}

.interview-box-wrap .swiper-wrapper {
    gap: 15px;
    padding-top: 180px;
    justify-content: center;
}

.interview-box-wrap .interview-box {
    position: relative;
    display: block;
    width: 100px;
    height: 450px;
    overflow: hidden;
    transition: all 0.3s;
}

.interview-box:nth-child(2n) {
    margin-top: -80px;
}

.interview-box .img-area {
    position: relative;
    width: 100px;
    height: 450px;
    border-radius: 70px;
    overflow: hidden;
    transition: all 0.3s;
}

.interview-box .img-area:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(157deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7) 100%);
}

.interview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-box .info-area {
    position: absolute;
    max-width: 150px;
    font-size: 22px;
    top: 383px;
    left: 10px;
    transition: top 0.3s;
}

.interview-box .info-area:after {
    content: '';
    opacity: 0;
    transform: scale(0.8);
    position: absolute;
    right: 0;
    top: -60px;
    width: 72px;
    height: 72px;
    background: url('/type/IPSI_2024/img/main/ico-on.png') no-repeat;
}

.interview-box .info-area>p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.interview-box .info-area em {
    font-weight: 500;
}

.interview-box .info-area em, .interview-box .info-area .hide {
    opacity: 0;
    height: 0;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}

.interview-box-wrap .interview-box.on {
    width: 505px;
    height: 600px;
}

.interview-box.on .img-area {
    width: 340px;
    height: 600px;
    border-radius: 200px;
}

.interview-box.on .img-area:after {
    background: linear-gradient(157deg, rgba(0,0,0,0) 50%, rgba(239,185,33,0.7) 100%);
}

.interview-box.on .info-area {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.interview-box.on .info-area:after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s 0.3s;
}

.interview-box.on .info-area>p {
    font-size: 40px;
    font-weight: 900;
    color: #111;
}

.interview-box.on .info-area em, .interview-box.on .info-area .hide {
    opacity: 1;
    height: auto;
}

html.hover * {
    cursor: none;
}

html.hover .cursor-img, html.hover .cursor {
    opacity: 1;
}

.cursor-img {
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.cursor {
    opacity: 0;
    mix-blend-mode: difference;
    transition: opacity 0.2s;
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    color: #EFB921;
}

.cursor-inner {
    position: absolute;
}

.cursor-pointer {
    width: 160px;
    height: 160px;
    transform: translate(-50%,-50%);
    transition: all 0.2s;
}

.cursor-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    background: #EFB921 url('/type/IPSI_2024/img/main/ico-cursor.png') 50% no-repeat;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transition: width 0.2s, height 0.2s;
}

.cursor-pointer span {
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform-origin: 0 80px;
    display: inline-block;
    width: 9px;
}

.rolling-txt {
    position: relative;
    opacity: 0;
    transition: all 0.2s;
    width: 160px;
    height: 160px;
    text-align: center;
    animation: rollingAni linear infinite 10s;
}

html.hover .rolling-txt {
    opacity: 1;
}

html.sm .cursor {
    opacity: 0;
}

html.sm .cursor-img {
    mix-blend-mode: difference;
}

html.sm .cursor-arrow {
    width: 30px;
    height: 30px;
}

@keyframes rollingAni {
    0% {
        transform: rotate(0deg);
        transform-origin: center center;
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1400px) {
    .interview-box-wrap .interview-box.on {
        width: 605px;
    }

    .interview-box.on .img-area {
        width: 390px;
    }

    .interview-box.on .info-area {
        max-width: 200px;
    }

    .interview-box .info-area:after {
        right: 67px;
        top: -66px;
    }
}

@media screen and (min-width: 1520px) {
    .interview-box-wrap .swiper-wrapper {
        gap: 30px;
    }

    .interview-box-wrap .interview-box.on {
        width: 710px;
    }

    .interview-box.on .img-area {
        width: 412px;
    }

    .interview-box.on .info-area {
        width: 270px;
        max-width: none;
    }
}

.section.inside {
    position: relative;
}

.inside-wrap .grid-box-lnk {
    padding-top: 70px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}

.inside-wrap .grid-box-lnk>a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #101010;
    background-size: cover;
    background-position: center;
}

.inside-wrap .grid-box-lnk>a:after {
    position: absolute;
    content: '';
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0) 50%, rgba(34,131,246,0.7) 100%);
    transition: all 0.3s;
}

.inside-wrap .grid-box-lnk>a:hover:after {
    opacity: 1;
}

.inside-wrap .grid-box-lnk>a>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.inside-wrap .grid-box-lnk .box-tit {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -2px;
}

.inside-wrap .grid-box-lnk .box01 {
    padding: 40px;
    grid-column: span 2;
    grid-row: 1;
    height: 250px;
}

.inside-wrap .grid-box-lnk .box02 {
    grid-row: 2;
    grid-column: 1;
}

.inside-wrap .grid-box-lnk .box03 {
    grid-row: 2;
    grid-column: 2;
}

.inside-wrap .grid-box-lnk .box04 {
    border: 2px solid #505050;
    grid-row: span 2;
    grid-column: 3;
}

.inside-wrap .grid-box-lnk .box05 {
    grid-row: 1;
    grid-column: 4;
}

.inside-wrap .grid-box-lnk .box06 {
    grid-row: 2;
    grid-column: 4;
}

.section.sns {
    padding: 130px 0;
}

.sns-wrap {
    position: relative;
}

.sns-wrap .main-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sns-wrap .sns-lnk {
    display: flex;
    gap: 10px;
}

.sns-wrap .sns-lnk a {
    display: flex;
    background: #fff;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 45px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.sns-wrap .sns-lnk a:hover {
    border-color: #2283F6;
    border-width: 3px;
}

.sns-wrap .sns-slide {
    padding-top: 70px;
    overflow: hidden;
}

.sns-wrap .sns-slide .swiper {
    margin-left: 1px;
}

.sns-wrap .sns-slide .swiper-slide {
    transition: opacity 0.3s;
}

.sns-wrap .sns-slide .swiper-slide:hover {
    opacity: 0.7;
}

.sns-wrap .sns-slide .img-area {
    margin-bottom: 17px;
    border-radius: 30px 5px 30px 30px;
    overflow: hidden;
}

.sns-wrap .sns-slide .img-area img {
    width: 100%;
}

.sns-wrap .sns-slide .label {
    background: #fff;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    border: 1px solid #e5e5e5;
}

.sns-wrap .swiper-button-next {
    right: 15px;
    transform: translateY(-50%);
    margin-top: 36px;
    background-image: url('/type/KOR_2024/img/main/ico-slide-next.png');
    width: 90px;
    height: 90px;
    background-size: 90px;
}

.sns-wrap .circle-txt2 {
    /* mix-blend-mode: difference; */
    margin-top: 36px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: 170px;
    display: none;
}

.sns-wrap .circle-txt2 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    animation: textRotation 8s linear infinite;
}

.sns-wrap .circle-txt2 .text>span {
    position: absolute;
    left: 50%;
    transform-origin: 0 85px;
}

.video .video-wrap {
    max-width: none;
    padding: 0;
    height: 540px;
    display: block;
    position: relative;
}

.video .video-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.video .video-wrap .play-btn {
    display: block;
    z-index: 2;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url('/type/IPSI_2024/img/main/play-btn.svg') 50% no-repeat;
}

.video .video-wrap img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
