    /* grid */
    .aklove_page {

    }
    .aklove_page .left {
        width: 42rem;
    }
    .aklove_page .right {
        width: calc(100% - 56.3rem);
        margin-bottom: 20rem;
    }
    @media(max-width: 1260px) {
        .aklove_page .left {
            width: 360px;
        }
        .aklove_page .right {
            width: calc(100% - 380px);
        }   
    }
    .aklove_page .pb_s {
        margin-bottom: 15.2rem;
    }

    .aklove_page .pb_m {
        margin-bottom: 20rem;
    }

    .content_info {
        border-top: 1px solid #000;
        padding-top: 2.8rem;
    }

    .content_info h3 {
        font-size: 2.15rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: -0.06rem;
        position: relative;
        padding-left: 7rem;
    }
    .about .content_info h3,
    .use_aklover .content_info h3 {
        padding-left: 0;
    }
    .content_info h3 .step {
        position: absolute;
        left: 0;
        top: 0;
        color: #ff4c05;
        text-decoration: underline;
        margin-right: 1.4rem;
    }

    .content_info p {
        margin-top: 3.2rem;
        font-size: 1.65rem;
        line-height: 1.5;
        letter-spacing: -0.045rem;
        font-weight: 500;
        opacity: 0.7;
    }
    .use_aklover .content_info p {
        margin-top: 2rem;
    }
    .method_list {
        margin-top: 4.9rem;
    }

    .method_list .method_item {
        margin-bottom: 3rem;
    }

    .method_list .item_word {
        background-color: #f8f8f8;
        width: fit-content;
        padding: 0.9rem 1rem;
        font-size: 1.65rem;
        font-weight: 500;
        line-height: 1.45;
        letter-spacing: -0.083rem;
    }

    .method_list .item_des {
        margin-top: 1.7rem;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: -0.075rem;
        opacity: 0.7;
    }

    .caution {
        background-color: #f8f8f8;
        border-radius: 0.5rem;
        padding: 4.5rem 6rem;
        gap: 5rem;
    }

    .caution p {
        font-size: 1.95rem;
        line-height: 1.64;
        letter-spacing: -0.098rem;
    }

    .content {
        margin-bottom: 5rem;
    }

    .content .con_left {
        width: calc(100% - 50rem);
    }

    .content .con_right {    
        width: 48rem;
    }

    .con_info .method_banner_list {
        margin-top: 2rem;
    }

    .con_info h3 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.39;
        letter-spacing: -0.11rem;
    }

    .con_info .point {
        color: #ff4c05;    
        font-size: 1.65rem;
        font-weight: 600;
        margin-left: 1rem;
    }

    .con_info .description {
        font-size: 1.5rem;
        color: #373737;
        line-height: 1.6;
        letter-spacing: -0.075rem;
        margin-top: 1.2rem;
    }

    .con_info .method {
        margin: 3rem 0 1.6rem;
        background-color: #f8f8f8;
        border-radius: 0.5rem;
        width: fit-content;
        font-size: 1.65rem;
        font-weight: 600;
        letter-spacing: -0.083rem;
        padding: 0.8rem 1rem;
    }

    .con_info .method_banner_list li {
        font-size: 1.5rem;
        line-height: 1.55;
        font-weight: 500;
        letter-spacing: -0.045rem;
        margin-bottom: 0.8rem;
    }

    .content_info .btn_round {
        width: fit-content;
        border: 1px solid #e5e5e5;
        border-radius: 2.4rem;
        margin-top: 3.9rem;
    }

    .content_info .btn_round a {
        padding: 1.6rem 3rem;
        display: block;
        cursor: pointer;
        font-size: 1.7rem;
        font-weight: 600;
        letter-spacing: -0.085rem;
    }

    .con_info .btn_square {
        margin-top: 3rem;
        width: fit-content;
        gap: 1rem;
    }

    .con_info .btn_square a {
        display: block;
        padding: 1.5rem 2.3rem;
        border-radius: 0.5rem;
        background-color: #000;
        color: #fff;
        font-size: clamp(1.4rem, 1vw, 1.8rem);
        line-height: 1.3;
        letter-spacing: -0.09rem;
        cursor: pointer;
    }

    .con_info .btn_square img {
        vertical-align: inherit;
        margin-left: 1rem
    }


    .con_info .number {
        display: inline-block;
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 0.3rem;
        background-color: #ff4c05;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 800;
        text-align: center;
        line-height: 2.1rem;
        margin-right: 1rem;
    }

    .content .banner {
        background-color: #f8f8f8;
        border-radius: 1rem;
        text-align: center;
        padding: 8rem 0;
    }

    .content .pad_short {
        padding: 4rem 0;
    }

    .banner .banner_image {
        margin: 0 auto;
    }

    .banner .text {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 2.5;
        letter-spacing: -0.16rem;
    }

    .banner .banner_info {
        margin-top: 2rem;
        font-size: 1.5rem;
        opacity: 0.7;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: -0.045rem;
    }

    .image_content {
        grid-row-gap: 4.9rem;
    }

    .image_content .con_tit {
        margin-top: 1.8rem;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.1rem;
    }

    .image_content .con_tit a {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.1rem;
    }

    .image_content .con_tit .arrow {
        margin-left: 0.7rem;
    }

    .image_content .con_tit .arrow img {
        vertical-align: top;
    }

    .image_content .cont_des {
        margin-top: 1.8rem;
        font-size: 1.65rem;
        letter-spacing: -0.083rem;
        line-height: 1.58;
        color: #373737;
    }
    .image_content .cont_des .mini {
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: top;
    }
    .image_content .btn_moreview {
        margin-top: 4rem;
        width: fit-content;
        border: 1px solid #e5e5e5;
        border-radius: 4rem;
    }

    .image_content .btn_moreview a {
        display: block;
        padding: 1.6rem 3rem;
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.71;
        letter-spacing: -0.085rem;
    }

    .consumer_content {
        margin-top: 6rem;
        border: 1px solid #e5e5e5;
        padding: 3rem;
        border-radius: 0.5rem;
    }

    .consumer_content ul {
        grid-column-gap: 1.4rem;
    }

    .consumer_content .con_tit {
        margin-bottom: 1.8rem;
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.1rem;
    }

    .consumer_content .con_tit a {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: -0.1rem;
    }

    .consumer_content .con_tit .arrow {
        margin-left: 0.7rem;
    }

    .consumer_content .con_tit .arrow img {
        vertical-align: top;
    }


    .gift_content li {
        background-color: #fafafa;
        display: grid;
        grid-template-columns: 1fr 3fr 1.5fr;
        grid-column-gap: 1rem;
        align-items: center;
        padding: 3rem 0rem;
        border-radius: 0.5rem;
        margin-bottom: 1rem;
    }

    .gift_content .gift_num {
        text-align: center;
    }

    .gift_content .gift_num p:first-child {
        color: #ff4c05;
        font-size: 1.5rem;
        letter-spacing: -0.045rem;
    }

    .gift_content .gift_num p:last-child {
        margin-top: 1.3rem;
        color: #ff4c05;
        font-size: 5rem;
    }

    .gift_content .gift_info_tit {
        font-size: 1.95rem;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: -0.117rem;
    }

    .gift_content .gift_info_des {
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: -0.09rem;
        opacity: 0.8;
        margin-top: 1rem;
    }

    .gift_content .gift_icon {
        margin: 0 auto;
    }

    .gift_bottom {
        position: relative;
        margin: 3rem 0;
    }

    .gift_bottom::before {
        content:"¡Ø";
        display: inline-block;
        position: absolute;
        top: 0.5rem;
        left: 0;
    }

    .gift_bottom p {
        font-size: 1.5rem;
        color: #373737;
        line-height: 1.6;
        letter-spacing: -0.075rem;
        margin-left: 2rem;
    }

    .point_contents > li {
        gap: 1rem;
        margin-bottom: 8rem;
    }

    .point_contents .point_info p {
        font-size: 1.95rem;
        font-weight: bold;
        line-height: 1.33;
        letter-spacing: -0.098rem;
    }

    .point_contents .point_info .number {
        display: inline-block;
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 0.3rem;
        background-color: #ff4c05;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 800;
        text-align: center;
        line-height: 2.1rem;
        margin-right: 1rem;
        vertical-align: text-bottom;
    }

    .point_contents .point_info ul {
        margin-top: 2.6rem;
        padding-left: 1.3rem;
    }

    .point_contents .point_info ul li {
        font-size: 1.65rem;
        color: #373737;
        line-height: 1.58;
        letter-spacing: -0.083rem;
        list-style-type: '- ';
        list-style-position : outside;
    }

    /* Å×ÀÌºí CSS */
    .grid_custom {
        display: grid;
        grid-template-columns: 23fr 57.2fr 23.4fr;
        grid-column-gap: 0.4rem;
        align-items: center;
    }
    .grid_custom.g2 {
        grid-template-columns: 23fr 80.6fr;
        grid-column-gap: 1rem;
    }
    .grid_custom.g2_1 {
        grid-template-columns: 57.2fr 23.4fr;
        grid-column-gap: 0.4rem;
        padding: 2rem 0;
    }
    .grid_custom.g2_2 {
        grid-template-columns: 15fr 65.6fr;
        grid-column-gap: 1rem;
        padding: 2rem 0;
    }
    .grid_custom.g2_3 {
        grid-template-columns: 42fr 23.4fr;
        grid-column-gap: 0.4rem;
        padding: 2rem 0;
    }
    .grid_custom.g2_4 {
        grid-template-columns: 57.2fr 23.4fr;
        grid-column-gap: 0.4rem;
    }

    /* 20251229 Ãß°¡ (S)*/
    .point_table_wrap {
        margin-top: 20px;
        padding: 2rem;
        border: 1px solid #e5e5e5;
        border-radius: 0.5rem;
    }
    .point_table_2 {
        margin-top: 30px;
    }
    .point_table {
        height: 100%;
        border-collapse: initial;
        border-spacing: 0;
    }
    .point_table th {
        padding: 1.5rem 0;
    }
    table.point_table tr td {
        border-bottom: 1px solid #e5e5e5;
    }
    table.point_table tr.no_bottom_border,
    table.point_table td.no_bottom_border {
        border-bottom: 0;
    }
    table.point_table tbody tr:last-of-type td {
        border-bottom: 0;
    }
    .point_table td {
        position: relative;
        text-align: center;
    }
    .point_table td.no_line::after {
        content: none;
        display: none;
    }
    .point_table td::after {
        content: "";
        display: block;
        width: 1px;
        height: calc(100% - 35px);
        background-color: #e5e5e5;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .point_table th, 
    .point_table td, 
    .point_table td > div {
        font-size: 1.7rem;
        font-weight: 500;
        letter-spacing: -0.083rem;
        line-height: 1.3;
    }
    .point_table .division.last_td,
    .point_table .division_v2.last_td {
        padding: 10px 6px 0px 0;
    }
    .point_table .division,
    .point_table .division_v2 {
        height: 100%;
        padding: 10px 6px 10px 0;
        padding-left: 0;
        box-sizing: border-box;
    }
    .point_table .division > div {
        background-color: #f8f8f8;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    .point_table .division_v2 > div {
        background-color: rgba(255, 76, 5, 0.05);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    /* 20251229 Ãß°¡ (E)*/
    
    .padd_0 {
        padding: 0 !important;
    }
    .padd_1b {
        padding: 0 0 1rem 0 !important;
    }
    .padd_1 {
        padding: 1rem 0 !important;
    }
    .grid_custom.ti > div:first-child {
        /* text-indent: -15rem; */
    }
    .table_container {
        border: 1px solid #e5e5e5;
        padding: 2rem 2rem 1rem;
        border-radius: 0.5rem;
        margin-top: 1.9rem;
    }
    .table_container .table_head > div {
        background-color: #f8f8f8;
        padding: 1.5rem 0;
        border-radius: 0.5rem;
        font-size: 1.7rem;
        font-weight: 500;
        letter-spacing: -0.083rem;
    }
    .table_container .table_body .division {
        height: 100%;
        background-color: #f8f8f8;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table_container .table_body .division.color_orange {
        background-color: rgba(255, 76, 5, 0.05);
    }

    .table_container .table_body li {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .table_container .table_body li:last-child {
        border-bottom: 0;
    }

    .table_container .table_body li > div {
        font-size: 1.7rem;
        font-weight: 500;
        letter-spacing: -0.085rem;
        line-height: 1.53;
    }
    .table_container .table_body .tb_inner > div {
        border-bottom: 1px solid #e5e5e5;
    }
    .table_container .table_body .tb_inner > div > div {
        position: relative;
    }
    .table_container .table_body .tb_inner > div > div:first-child {
        font-weight: 500;
        font-size: 1.7rem;
    }
    .table_container .table_body .tb_inner > div > div:last-child {
        font-size: 1.7rem;
        line-height: 1.25;
    }
    .table_container .table_body .tb_inner div > div:not(.no_line)::after {
        display: block;
        content: "";
        width: 1px;
        height: 2.5rem;
        background-color: #e5e5e5;
        position: absolute;
        top: 50%;
        right: -0.5rem;
        transform: translate(-50%, -50%);
    }

    .table_container .table_body .tb_inner > div:last-child {
        border-bottom: 0;
    }

    .point_contents .point_image img {
        width: 100%;
    }

    .point_contents .point_notice {
        border: 1px solid #e5e5e5;
        padding: 2rem;
        margin-top: 2rem;
    }

    .point_contents .point_notice .pn_top {
        background-color: #f8f8f8;
        border-radius: 0.5rem;
        padding: 1.4rem 0;
        font-size: 1.65rem;
        text-align: center;
        font-weight: 500;
        letter-spacing: -0.083rem;
    }

    .point_contents .point_notice .pn_content {
        counter-reset: colorcircle 0;
    }

    .point_contents .point_notice .pn_content li {
        padding: 3rem 4rem;
        border-bottom: 1px solid #e5e5e5;
        counter-increment: colorcircle 1;
        list-style-position: inside;

        font-size: 1.65rem;
        font-weight: 500;
        line-height: 1.58;
        letter-spacing: -0.083rem;
    }

    .point_contents .point_notice .pn_content li::before {
        display: inline-block;
        content: counter(colorcircle) ". ";
    }

    .point_contents .point_notice .pn_content li:last-child {
        border-bottom: 0;
    }

    .point_contents .point_notice .pn_content .pn_des {
        margin-top: 1.9rem;
        color: rgba(55, 55, 55, 0.8);
        font-size: 1.5rem;
        line-height: 1.63;
        letter-spacing: -0.075rem;
    }

    .point_contents .point_notice .pn_content .pn_des span {
        display: inline-block;
        line-height: 1;
    }

    .point_contents .point_notice .pn_content .pn_des .arr_img {
        width: 0.6rem;
        height: .6rem;
        background: url(/img/front/intro/diagonal_arrow.webp) no-repeat center;
        background-size: contain;
        display: block;
        position: absolute;
        right: 1.1rem;
        top: .9rem;
    }
    .point_contents .point_notice .pn_content .more_view {
        display: inline-block;
        height: 3rem;
        line-height: 3rem;
        background-color: #f6f6f6;
        border-radius: 1.5rem;
        padding: 0 2.2rem 0 1.5rem;
        font-size: 1.2rem;
        margin-left: .2rem;
        transition: .4s;
        position: relative;
    }
    .point_contents .point_notice .pn_content .more_view:hover {
        background: #000;
        color: #fff;
    }
    .point_contents .point_notice .pn_content .more_view:hover .arr_img {
        background: url(/img/front/intro/diagonal_arrow_wh.png) no-repeat center;
        background-size: contain;
    }

    /* ÆË¾÷ */
    .popup .inner {
        height: 82vh;
    }


    /* pc 1290 */
    @media(max-width: 1680px) {
        .point_contents .point_notice .pn_content li {
            padding: 3rem 1rem;
        }
    }

    .aklove_page .mission_guide_btn {
        margin-left: 5px;
        height: 5rem;
        line-height: 5rem;
        border-radius: 2.5rem;
        padding: 0 3.4rem;
        /* margin-top: 4rem; */
        width: 22rem;
        text-align: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #000;
        color: #fff;
        margin-top: 25px;
    }