.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;
}

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

.preod03 .inner {
    align-items: start;
}

.fuc_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.fuc_list > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    background-size: cover;
    padding: 64px 60px;
    border-radius: 16px;
}

.fuc_list > li:nth-child(1) {
    background: url("../../img/fls/fls_fuc_0.png") no-repeat center;
}
.fuc_list > li:nth-child(2) {
    background: url("../../img/fls/fls_fuc_1.png") no-repeat center;
}
.fuc_list > li:nth-child(3) {
    background: url("../../img/fls/fls_fuc_2.png") no-repeat center;
}

.fuc_list > li > h4 {
    color: #3ba3fd;
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: 400;
}
.fuc_list > li > h3 {
    font-size: 28px;
    letter-spacing: -0.56px;
    font-weight: 500;
    line-height: 40px;
    margin: 23px 0 27px;
}
.fuc_list > li > p {
    font-size: 20px;
    letter-spacing: -0.4px;
    font-weight: 300;
    line-height: 34px;
}

.preodList {
    display: flex;
    flex-direction: column;
    gap: 160px;
}
.preodList > li {
    width: 100%;
}
.preodList > li:nth-child(2) .preodImg {
    height: 731px;
}

.section_title {
    margin-bottom: 80px;
}
.section_title > h5 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.6px;
    color: #a4a4a4;
    margin-bottom: 30px;
}
.section_title > h3 {
    font-size: 42px;
    letter-spacing: -1.26px;
    font-weight: 700;
    color: #022d81;
    line-height: 60px;
    margin-bottom: 38px;
}
.section_title > p {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 34px;
    color: #383838;
}

.preodImg {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 560px;
}
.preodImg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
.se1_img:hover > img {
    transform: scale(1.1);
}
.se2_img .se2_div > img,
.se2_img .se3_div > img,
.se2_img .se4_div > img{
    transition: 0.2s all ease-in-out;
}
.se2_img:hover .se2_div > img,
.se2_img:hover .se3_div > img,
.se2_img:hover .se4_div > img{
    transform: scale(1.1);
}
.preodImg .chat {
    position: absolute;
    left: 280px;
    top: 212px;
}
.preodImg .se2_chat {
    position: absolute;
    left: 354px;
    top: 270px;
}
.preodImg .se3_chat {
    position: absolute;
    left: 523px;
    top: 12px;
}
.preodImg .se2_div {
    position: absolute;
    left: 508px;
    top: 342px;
}
.preodImg .se3_div {
    position: absolute;
    left: 222px;
    top: 66px;
}
.preodImg .se4_div{
    position: absolute;
    right: 32px;
    top: 66px;
}

.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/fls/fls_point_01.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li:nth-child(2) {
    background: url("../../img/fls/fls_point_02.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li:nth-child(3) {
    background: url("../../img/fls/fls_point_03.png") no-repeat center;
    background-size: cover;
}
.pre05_list > li:nth-child(4) {
    background: url("../../img/fls/fls_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_only.img_btn {
    display: flex;
    justify-content: end;
    margin-top: 24px;
}
.img_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    position: relative;
}
.img_title .required {
    position: absolute;
    left: -14px;
    top: 3px;
}

.listBr {
    display: block;
    margin-left: 12px;
}

.stockList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.stockList > li {
    background: #F8F8F8;
    border-radius: 24px;
    padding: 42px 30px 30px 42px;
    display: flex;
    justify-content: space-between;
}

.stockList_wide > li {
    padding: 42px 30px 67px 42px;
}

.stockList > li > div:nth-child(1) {
    display: flex;
    gap: 18px;
}

.stockList > li > div:nth-child(1) > p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 32px;
    color: #3BA3FD;
}

.stockList > li > div:nth-child(1) > div {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #383838;
}

.stockList > li > div:nth-child(1) > div > h3 {
    font-size: 24px;
    letter-spacing: -0.72px;
    line-height: 32px;
}

.stockList > li > div:nth-child(1) > div > ul {
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 28px;
}

.stockList > li > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 92px;
}

.stickNum {
    display: none;
}

.wideTnb {
    display: flex;
    justify-content: end;
    margin-top: 36px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 28px;
    color: #383838;
}

.wideTnb .img_title {
    font-weight: 400;
    margin-bottom: 20px;
}

.fls_s_img {
    margin-top: 160px;
    border-radius: 28px;
}

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

@media (max-width: 1024px) {
    .pc_br,
    .pc_only,
    .coreFunc_pc {
        display: none;
    }
    .mobile_br,
    .mobile_only {
        display: block;
    }

    .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: 0;
        width: 100%;
        position: relative;
    }
    .coreFunc article {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }
    .coreFunc article h2 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 600;
        letter-spacing: -0.52px;
    }
    .coreFunc article div {
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .coreFunc article div button {
        background: rgba(255,255,255,0.2);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: none;
        padding: 0;
        position: absolute;
        z-index: 20;
        bottom: 58px;
    }
    .coreFunc article div button img {
        display: block;
    }
    .coreFunc article div button#corePrev {
        transform: rotate(180deg);
        opacity: 0.5;
        left: 20px;
    }
    .coreFunc article div button#coreNext {
        right: 20px;
    }
    .coreFunc ul li section {
        width: 100%;
        height: 160px;
        overflow: hidden;
    }
    .coreFunc ul li section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .coreFunc ul li > div {
        margin-bottom: 40px;
    }

    .coreFunc ul li > div > h4 {
        font-size: 16px;
        letter-spacing: -0.48px;
        line-height: 32px;
        font-weight: 500;
        color: #a4a4a4;
    }
    .coreFunc ul li > div > h3 {
        font-size: 24px;
        letter-spacing: 0.48px;
        color: #022d81;
        line-height: 36px;
        margin: 16px 0 28px;
        font-weight: bold;
    }
    .coreFunc ul li > div > p {
        font-size: 14px;
        letter-spacing: -0.28px;
        color: #383838;
        line-height: 24px;
        min-height: 144px;
    }

    .preod02 {
        padding: 126px 0;
        background-image: url("../../img/fls/fls02_m_bg.png");
        background-size: cover;
        background-attachment: scroll;
    }
    .preod02 > div > p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.32px;
    }
    .preod02 > div > div {
        margin-top: 22px;
    }
    .preod02 > div > div > h5 {
        font-size: 28px;
        letter-spacing: -0.56px;
        font-weight: 600;
    }
    .preod02 > div > div > p {
        font-size: 14px;
        letter-spacing: -0.28px;
        margin-top: 8px;
    }

    .section_title.center {
        text-align: center;
    }

    .section_title > h3 {
        font-size: 24px;
        letter-spacing: -0.48px;
        margin-bottom: 20px;
        line-height: 36px;
        font-weight: 500;
    }
    .section_title > h5 {
        font-size: 16px;
        letter-spacing: -0.48px;
        margin-bottom: 12px;
    }
    .section_title > p {
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 24px;
    }

    .preodList {
        gap: 100px;
    }

    .section_title {
        margin-bottom: 40px;
    }

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

    .stockList {
        grid-template-columns: repeat(1, 1fr);
    }

    .stockList > li {
        flex-direction:column-reverse;
        gap: 46px;
        padding: 40px 20px 38px;
    }


    .stockList > li > div:nth-child(1) {
        flex-direction: column;
    }

    .stockList > li > div:nth-child(1) > div {
        text-align: center;
        gap: 20px;
    }

    .stockList > li > div:nth-child(1) > div > h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 24px;
        color: #3AA3FD;
        font-weight: bold;
    }

    .stockList > li > div:nth-child(1) > div > ul {
        font-size: 16px;
        letter-spacing: -0.48px;
        line-height: 24px;
        color: #383838;
    }

    .stockList > li > div:nth-child(2) {
        width: auto;
    }

    .stockList > li > div:nth-child(2) img {
        width: 94px;
        margin: 0 auto;
    }

    .stickNum {
        display: inline-block;
        margin-right: 6px;
    }

    .stockList_wide > li > div:nth-child(1) > p {
        text-align: center;
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 24px;
    }
    .stockList_wide > li > div:nth-child(1) > div > h3 {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 24px;
        color: #222;
        font-weight: bold;
    }
    .stockList_wide > li > div:nth-child(1) > div > ul {
        font-size: 16px;
        letter-spacing: -0.48px;
        line-height: 24px;
        color: #383838;
    }
    .wideTnb{
        padding: 0 20px;
    }
    .fls_s_img {
        margin-top: 60px;
        width: 100%;
        border-radius: 0;
    }

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

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

    .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;
    }
}
