/* 2025 포인트페이 리뉴얼 서브 관련 */
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sub_header{
    width: 100% !important; height: 600px !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
    max-width: none !important;
}
.sub_header.func_bg{
    background: url("/assets/img/renewal/sub1_header.png") center center / cover no-repeat;
}
.sub_header.case{
    background: url("/assets/img/renewal/sub_02_header.png") center center / cover no-repeat;
}
.sub_header.part{
    background: url("/assets/img/renewal/sub_03_header.png") center center / cover no-repeat;
}
.sub_header .tit_wrap{
    width: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.sub_header .sub_tit, .sub_header .head_tit{
    color: #fff;
    text-align: center;
}
.sub_header .head_tit{
    word-break: keep-all;
    margin-top: 12px;
}

.sub_page{
    width: 100%;
    height: auto;
    padding: 20px;
}

.func_bg{
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}
.func{
    margin-top: 200px !important;
    max-width: 1000px;
    margin: 0 auto;
}
.func:first-child{
    margin-top: 100px !important;
}
.func.f01{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 0;
}

.func_cont{
    width: 50%;
    height: auto;
    border-radius: 36px;
    overflow: hidden;
}
.func_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.func_title{
    font-size: 36px;
    font-weight: 700;
    margin-top: 50px;
}

.cont_txt{
    font-size:36px;
    font-weight: 700;
    margin-bottom: 16px;
}
.func .arrow{
    width: 30px;
    margin-bottom: 16px;
}
.cont_txt_sub{
    font-size: 24px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 16px;
}
.func_p{
    font-size: 20px;
    font-weight: 500;
    word-break: keep-all;
}
.func.f01 .func_p{
    width: 80%;
    max-width: 333px;
}

.func.f02,
.func.f03,
.func.f04{
    max-width: 1000px !important;
}
.user_illu{
    margin: 0 auto;
    width: 100px; height: 100px;
    background: url(/assets/img/renewal/f02_user_icon.svg) no-repeat center center / contain;
    margin-top: 50px;
    margin-bottom: 12px;
}
.user_under {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.f02 .wide_arrow{
    display: block;
    max-width: 110px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.f02 .cont_wrap{
    width: 100%;
    display: flex;
    gap: 12px;
}
.f02 .cont_wrap .cont{
    flex: 1; 
    border-radius: 28px;
    background-color: #f9f9f9;
    position: relative;
    padding: 0;
    height: 300px;
    overflow: hidden;
}
.f02 .cont_wrap .cont img{
    width: 50%;
    max-width: 100px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%); 
}
.f02 .cont_wrap .cont p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}


.f03_cont img{
    display: block;
    width: 96%;
    margin: 28px auto;
}
.f04 .cont_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-top: 60px;
}
.f04 .img_box{
    width: 50%; height: auto;
    border-radius: 36px;
    overflow: hidden;
}
.f04 .img_box img{
    width: 100%;
}
.f04 .cont_p{
    max-width: 340px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}
.f04 .cont_p li{
    position: relative;
    padding-left: 16px;
}
.f04 .cont_p li::before{
    content: '';
    position: absolute;
    width: 4px; height: 4px;
    background-color:  #222;
    border-radius: 50%;
    top: 12px;
    left: 6px;
}

.f05{
    margin-top: 100px;
    margin-bottom: 100px;
}
.f05 .cont_wrap{
    margin-top: 50px;
}
.f05 .cont_wrap #lottie05{
    width: 70%;
    margin: 0 auto;
}
.f05 .cont_wrap img{
    width: 80%;
    margin: 20px auto;
}
.f05 .txt_wrap{
    width: 50%; height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    gap: 12px;
    padding: 12px;
    align-items: center;
    background-color: #BAFFF6;
}
.f05 .txt_wrap p{
    /* font-size: 28px; */
    font-size: clamp(16px, 2vw, 28px);
    font-weight: 700;
    display: block;
}
.f05 .txt_wrap .arrow{
    transform: rotate(-90deg);
    display: block;
    height: 29px;
    margin-bottom: 0;
}
.arrow_wrap {
    display: flex;
    align-items: center;
}
.f05 .head_tit{
    text-align: center;
    font-size: 36px;
    margin-top: 32px;
}

@media (max-width : 1023px){
    .func_p{
        font-size: 16px;
    }
    .f01{
        flex-direction: column;
    }
    .func.f01 .func_p{
        width: 100%;
        font-size: 16px;
    }
    .func_cont{
        width: 100%;
        margin-top: 20px;
        max-width: 660px;
    }

    .f02 .cont_wrap .cont {
        margin: 0 auto;
        max-width: 200px;
        height: auto;
        aspect-ratio: 1/1;
        /* 정사각형 유지 */
    }

    .f02 .cont_wrap .cont p {
        bottom: 16px;
        font-size: 16px;
    }
}
@media (max-width : 680px){
    .sub_header .head_tit{
        font-size: 28px;
    }
    .sub_tit.under span{
        display: block;
    }
    .func_title{
        font-size: 28px;
    }
    .func.f01 .func_title{
        margin-top: 0;
    }
    .func.f01{
        margin-top: 0 !important;
    }
    .f02 .cont_wrap {
        flex-direction: column;
        gap: 20px;
    }

    .f02 .cont_wrap .cont {
        width: 100%;
        aspect-ratio: 1/1;
        height: auto;
        
    }

    .f02 .cont_wrap .cont img {
        width: 40%;
        max-width: 80px;
    }

    .f02 .cont_wrap .cont p {
        font-size: 16px;
        bottom: 16px;
    }

    .f04 .cont_wrap{
        flex-direction: column;
    }
    .f04 .img_box{
        width: 80%;
    }
    .f04 .cont_p {
        font-size: 14px;
        max-width: 90%;
    }
    .f04 .cont_p li::before{
        top: 8px;
    }

    .f05 .txt_wrap{
        width: auto;
        max-width: 300px;
    }
    .f05 .head_tit{
        font-size: 24px;
    }
    .f05 .cont_wrap img{
        width: 100%;
    }
    .f05 .cont_wrap #lottie05{
        width: 100%;
    }
}

/* 서브페이지 2 : 활용 사례 */
.dot.case{
    margin: 0 auto;
    margin-top: 100px;
}
.head_tit.case{
    width: 100%;
    text-align: center;
    font-size: clamp(24px, 2vw, 32px);
    margin-top: 28px;
    margin-bottom: 50px;
}
.case_wrap {
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 한 줄에 2개씩 */
    gap: 24px;
    margin-bottom: 100px;
}

.case_card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
    cursor: default;
}
.case_card:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12); 
    border-color: #d8f7f3;
}

.case_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}
.case_title span{
    font-size: clamp(22px, 2vw, 36px);
}

.case_block {
    margin-bottom: 20px;
}
.case_block:last-child{
    margin-bottom: 0;
}

.case_label {
    font-weight: 700;
    color: #00AFA0;
    /* 민트 컬러 느낌 */
    margin-bottom: 6px;
}

.case_text {
    line-height: 1.6;
    color: #444;
}
.case_text.effect{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.case_text.effect p{
    height: 174px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    word-break: keep-all;
    border: 1px solid rgb(176, 252, 245);
    border-radius: 12px;
    padding: 16px 12px;
}
.case_text.strong{
    font-size: clamp(24px, 3vw, 36px);
    color: #00AFA0;
    font-weight: 800;
    word-break: keep-all;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
}
.case_card .wide_arrow{
    opacity: 0.4;
    width: 100px;
    margin: 0 auto;
}

/* ------- 반응형 ------- */
@media (max-width: 900px) {
    .case_wrap {
        grid-template-columns: 1fr;
        /* 한 줄에 1개 */
    }
}

/* 제휴문의 */
.sub_tit.under{
    font-size: clamp(18px, 2vw, 24px);
    margin-top: 12px;
}
.sub_page.part{
    background-color: #e6f1f1;
    padding: 60px 20px;
}
.form_wrap{
    background-color: #fff;
    padding: 32px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 24px;
}
.form_section {
    margin-bottom: 40px;
}

/* .form_section h3 { */
.partnership_sub_txt{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}
.form_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* 태블릿 이상 2컬럼 */
@media (min-width: 768px) {
    .form_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* textarea는 전체폭 */
.full {
    grid-column: 1 / -1;
}

.form_item {
    display: flex;
    flex-direction: column;
}

.form_item label {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}

.form_item input,
.form_item select,
.form_item textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}
.form_item select{
    background-color: #fff;
    background: url(/assets/img/renewal/select_arrow.svg)no-repeat right 10px center;
    background-size:12px ;
}

.form_item textarea {
    height: 150px;
    resize: vertical;
}
.partnership.terms{
    background-color: #f9f9f9;
    border-radius:6px;
    padding: 4px 16px;
}
.partnership_dl {
    font-size: 16px;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 50px 1fr;
    /* 왼쪽은 dt, 오른쪽은 dd */
    row-gap: 12px;
    column-gap: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    word-break: keep-all;
    transition: all 0.1s;
}
.partnership_dl dd {
    width: 5em;
    font-weight: 700;
}
span.req{
    color: #ff0000;
}
.check_wrap.terms{
    margin-top: 12px;
}
.check_wrap.terms label{
    font-size: 16px;
    font-weight: 500;
    transition: all 0.1s;
}
.check_txt{
    font-size: 16px;
    transition: all 0.1s;
    margin-top: 12px;
}
.sub_button_wrap{
    display: flex;
    justify-content: center;
    margin-top: 48px;
}
.btn_inq{
    padding: 12px 36px;
    background-color: #00AFA0;
    color: #fff;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/* ------- 반응형 ------- */
@media (max-width: 768px) {
    .form_wrap{
        padding: 32px 24px;
    }
    
    .partnership_dl{
        font-size: 14px;
        column-gap: 8px;
    }

    .check_wrap.terms label{
        font-size: 14px;
    }
    .check_txt{
        font-size: 14px;
    }

    .case_card{
        padding: 32px 20px;
    }
    .case_text.effect{
        flex-direction: column;
        height: inherit;
        width: 100% !important;
    }
    .case_text.effect p{
        width: 100% !important;
        height: inherit;
    }
}