@charset "UTF-8";
/* 24.12.21 - Hyeok css 추가 */
.page_chase { display:flex; flex-direction:column; gap:10px 0; position:fixed; top:630px; left:50%; transform:translateX(-850px); z-index:10; }
a.chase_point { width:fit-content; font-size:16px; color:#121212; padding:10px 20px; border-radius:40px; box-sizing: border-box; background:#F8F8F8; transition:all 0.3s; }
a.chase_point.active, a.chase_point:hover { color:#FFF; background:#0089F7; transition:all 0.3s; }

.inner_title__flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.inner_title__flex .m_txt01,
.inner_title__flex .m_txt02 {
    text-align: left;
}
.inner_title__flex .m_txt01 {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: -0.84px;
    line-height: 60px;
}
.m_title_list {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.04px;
}

.grid_card_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 120px;
}
.grid_card_3 > li > section {
    width: 400px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
}
.grid_card_3 > li > section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.grid_card_3 > li:hover > section img {
    transform: scale(1.1);
}
.grid_card_3 > li > div {
    margin-top: 60px;
}
.grid_card_3 > li > div > h4 {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 32px;
    font-weight: 500;
    color: #a4a4a4;
}
.grid_card_3 > li > div > h3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    color: #022d81;
    line-height: 40px;
    margin: 24px 0 28px;
    font-weight: bold;
}
.grid_card_3 > li > div > p {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #383838;
    line-height: 34px;
}

.pre02 {
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 212px 0;
    text-align: center;
    background: url("../../img/prepack/pre02_bg.jpg") no-repeat center;
    background-size: cover;
    color: white;
    background-attachment: fixed;
}
.pre02 > div > p {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.72px;
}
.pre02 > div > div {
    margin-top: 40px;
}
.pre02 > div > div > h5 {
    font-size: 52px;
    letter-spacing: -1.04px;
    font-weight: bold;
}
.pre02 > div > div > p {
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #dadfe3;
    margin-top: 12px;
}

.prepack_step {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}
.prepack_step li {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: 1px solid #022d81;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    text-align: left;
    align-items: start;
}
.prepack_step li:after {
    display: none;
}
.prepack_step li .step_txt01 {
    margin-top: 0;
}
.prepack_step li .step_txt02 {
    margin: 32px 0 16px;
    font-size: 20px;
    letter-spacing: -0.4px;
    font-weight: bold;
    color: #022d81;
}
.prepack_step li .step_txt03 {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 24px;
    color: #022d81;
}
.prepack_step li.on .step_txt03,
.prepack_step li:hover .step_txt03 {
    color: white;
    transition: all 0.3s;
}

.prepack_step li .img_box {
    justify-content: end;
    width: 100%;
    margin-top: 40px;
}
.prepack_process_area .step_box {
    height: auto;
    background: none;
    border-radius: inherit;
    padding: 0;
}
.prepack_process_area .step_box img {
    position: static;
    bottom: auto;
    right: auto;
    width: 100%;
}

.pre03 .inner {
    padding-top: 100px;
}
.pre03 .inner .l_txt01,
.pre05 .inner .l_txt01 {
    font-size: 42px;
    letter-spacing: -0.84px;
    font-weight: bold;
    color: #022d81;
    line-height: 60px;
}

.pre03 img {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border-radius: 38px;
    overflow: hidden;
    margin: 60px 0 24px;
}
.pre03 .img_btn {
    display: flex;
    justify-content: end;
}
.pre03 .img_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    position: relative;
}
.pre03 .img_title .required {
    position: absolute;
    left: -14px;
    top: 3px;
}

.pre04 .inner {
    padding-top: 40px;
}
.pre05 .inner .l_txt02 {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 26px;
    letter-spacing: -0.78px;
    font-weight: 500;
    color: #5ea2f6;
}

.pre05_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 120px;
}
.pre05_list > li {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.pre05_list > li:nth-child(1) {
    background: url("../../img/prepack/pre_point_01.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li:nth-child(2) {
    background: url("../../img/prepack/pre_point_02.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li:nth-child(3) {
    background: url("../../img/prepack/pre_point_03.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li:nth-child(4) {
    background: url("../../img/prepack/pre_point_04.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li > div {
    color: white;
}
.pre05_list > li > div:nth-child(1) {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 0;
}
.pre05_list > li > div:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(2, 45, 129, 0.75);
    padding: 59px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.3s ease-out all;
}
.pre05_list > li:hover > div:nth-child(2) {
    transform: translateY(0);
}

.pre05_list > li > div > h3,
.pre05_list > li > div > div > h3 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: -0.84px;
}
.pre05_list > li > div > p,
.pre05_list > li > div > div > p {
    font-size: 28px;
    letter-spacing: -0.56px;
    font-weight: bold;
}
.pre05_list > li > div > ul {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 32px;
}

.pre05_list > li > div > ul > li::marker {
    content: "• ";
}
.pre05_list > li > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pre05_list > li:hover > div:nth-child(1) {
    opacity: 0;
    transition: 0.2s ease-out all;
    bottom: 230px;
}

.pre05_list > li > div:nth-child(2) > h3,
.pre05_list > li > div:nth-child(2) > p,
.pre05_list > li > div:nth-child(2) > ul {
    opacity: 0;
    transition: 0.5s ease-out all;
}
.pre05_list > li:hover > div:nth-child(2) > h3,
.pre05_list > li:hover > div:nth-child(2) > p,
.pre05_list > li:hover > div:nth-child(2) > ul {
    opacity: 1;
}

.pc_br,
.pc_only {
    display: block;
}
.mobile_br,
.mobile_only {
    display: none;
}

@media (max-width: 1024px) {
    .page_chase { display:none; }

    .pc_br,
    .pc_only,
    .coreFunc_pc {
        display: none !important;
    }
    .mobile_br,
    .mobile_only {
        display: block;
    }

    #proList_0 img:nth-child(1) {
        content: url("../../img/prepack/pre_step_ic_0_m.svg");
    }
    #proList_0 img:nth-child(2) {
        content: url("../../img/prepack/pre_step_ic_0_m_on.svg");
    }
    #proList_1 img:nth-child(1) {
        content: url("../../img/prepack/pre_step_ic_1_m.svg");
    }
    #proList_1 img:nth-child(2) {
        content: url("../../img/prepack/pre_step_ic_1_m_on.svg");
    }
    #proList_2 img:nth-child(1) {
        content: url("../../img/prepack/pre_step_ic_2_m.svg");
    }
    #proList_2 img:nth-child(2) {
        content: url("../../img/prepack/pre_step_ic_2_m_on.svg");
    }
    #proList_3 img:nth-child(1) {
        content: url("../../img/prepack/pre_step_ic_3_m.svg");
    }
    #proList_3 img:nth-child(2) {
        content: url("../../img/prepack/pre_step_ic_3_m_on.svg");
    }
    #proList_4 img:nth-child(1) {
        content: url("../../img/prepack/pre_step_ic_4_m.svg");
    }
    #proList_4 img:nth-child(2) {
        content: url("../../img/prepack/pre_step_ic_4_m_on.svg");
    }

    .pre03 img{
        margin: 40px 0 0;
    }

    .prepack_process_area .step_box {
        margin-top: 52px;
    }

    .mobile_img img{
        width: 100%;
        box-shadow: 0 3px 8px #0000001A;
        border-radius: 12px;
        overflow: hidden;
    }

    .c_sec01 {
        padding: 0 20px;
    }
    .inner_title__flex {
        flex-direction: column;
        gap: 28px;
    }
    .c_sec01 .inner .m_txt01 {
        font-size: 20px;
        line-height: 32px;
    }
    .c_sec01 .inner {
        padding-top: 40px;
        align-items: start;
    }
    .m_title_list {
        font-size: 14px;
        line-height: 26px;
    }
    .coreFunc {
        margin-top: 80px;
        width: 100%;
        position: relative;
    }
    .coreFunc article {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 28px;
    }
    .coreFunc article h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 500;
    }
    .coreFunc article div {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .coreFunc article div button {
        background: none;
        border: none;
        padding: 0;
        transition: opacity 0.1s ease-out;
        width: 48px;
        height: 48px;
        background: rgba(255,255,255,0.3);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .coreFunc article div button img {
        display: block;
    }
    .coreFunc article div button#corePrev {
        position: absolute;
        left: 20px;
        top: 20%;
        transform: rotate(180deg);
        z-index: 20;
    }
    .coreFunc article div button#coreNext {
        position: absolute;
        right: 20px;
        top: 20%;
        z-index: 20;
    }
    .coreFunc ul li section {
        width: 100%;
        height: 280px;
        overflow: hidden;
    }
    .coreFunc ul li section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .coreFunc ul li > div {
        margin-top: 28px;
        text-align: center;
    }

    .coreFunc ul li > div > h4 {
        font-size: 16px;
        letter-spacing: -0.48px;
        font-weight: 400;
        color: #a4a4a4;
    }
    .coreFunc ul li > div > h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
        color: #022d81;
        line-height: 36px;
        margin: 13px 0 20px;
        font-weight: 600;
    }
    .coreFunc ul li > div > p {
        font-size: 14px;
        letter-spacing: -0.28px;
        color: #383838;
        line-height: 24px;
    }
    .pre02 {
        padding: 126px 0;
        background-image: url("../../img/prepack/pre02_bg_m.png");
        background-size: cover;
        background-attachment: scroll;
    }
    .pre02 > div > p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.32px;
    }
    .pre02 > div > div {
        margin-top: 22px;
    }
    .pre02 > div > div > h5 {
        font-size: 28px;
        letter-spacing: -0.56px;
        font-weight: 600;
    }
    .pre02 > div > div > p {
        font-size: 14px;
        letter-spacing: -0.28px;
        margin-top: 8px;
    }
    .prepack_step {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 12px;
    }
    .prepack_step li {
        position: relative;
        gap: 7px;
        height: auto;
        padding: 13px 28px;
        margin-bottom: 0;
    }
    .prepack_step li .step_txt03 {
        display: none;
    }
    .process_step li .step_txt01 {
        font-size: 14px;
        letter-spacing: -0.28px;
    }
    .prepack_step li .step_txt02 {
        font-size: 16px;
        letter-spacing: -0.32px;
        font-weight: 600;
        margin: 0;
    }
    .prepack_step li .img_box {
        position: absolute;
        right: 33px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        margin-top: 0;
    }
    .prepack_step li .img_box img {
        width: 100%;
    }

    .pre05 .inner .l_txt02 {
        font-size: 16px;
        letter-spacing: -0.48px;
        margin-bottom: 20px;
    }

    .pre03 .inner {
        padding-top: 30px;
    }

    .pre03 .inner .l_txt01, .pre05 .inner .l_txt01 {
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 36px;
        font-weight: 600;
    }

    .pre05_list {
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .pre05_list > li {
        height: 440px;
        border-radius: 12px;
    }

    .pre05_list > li > div:nth-child(2) {
        transform: translateY(0);
        padding: 30px 28px;
        background: rgba(0, 0, 0, 0.5);
    }

    .pre05_list > li > div:nth-child(1) {
        display: none;
    }

    .pre05_list > li > div:nth-child(2) > h3, .pre05_list > li > div:nth-child(2) > p, .pre05_list > li > div:nth-child(2) > ul {
        opacity: 1;
        font-size: 16px;
        letter-spacing: -0.32px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        list-style: disc;
        padding: 0 0 0 8px;
    }

    .pre05_list > li > div > h3, .pre05_list > li > div > div > h3 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .pre05_list > li > div > p, .pre05_list > li > div > div > p {
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 32px;
    }

    .pre05_list > li > div > ul {
        line-height: 20px;
    }
}
