/*----------------------------------------------------*/
/*-----||-----//-----|||||||------||------------------*/
/*-----||---//-----//-------\\----||------------------*/
/*-----||-//------||---------||---||------------------*/
/*-----||||-------||---------||---||------------------*/
/*-----||--\\-----||---------||---||------------------*/
/*-----||----\\----\\-------//----||------------------*/
/*-----||------\\----|||||||------||||||||||||--------*/
/*----------------------------------------------------*/
/*---------------------官網ONLY-----------------------*/
/*---------------------隱私權條款----------------------*/
/*----------------------------------------------------*/

/* COMMON */
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
:root{
    --kolgrey: rgb(112,112,112);
    --kolgreylight: rgb(217,217,217);
    --kolpink: rgb(255,66,145);
    --kolpinkdark: rgb(255,46,125);
    --kolpinklight: rgb(253, 207, 214);
    --kolpinklight2: rgb(255,235,240);
    --kolpinkshadow: drop-shadow(0px 3px 6px rgba(255, 116, 120, 0.102));
    --kolgreen: rgb(186,222,31);
    --kolorange: rgb(255,115,0);
    
    --kol_hintorange: rgb(235,160,95);
    --kol_hintorangebg: rgb(255,251,238);
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}
body::-webkit-scrollbar{
    display: none;
}
.container{
    width: 87%;
    margin: auto;
    max-width: 1200px;
}
h3{
    font-size: 32px;
}
a,button{
    text-decoration: none;
    border-width: 0;
}
p{
    color: #666;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7rem;
    letter-spacing: 1.2px;
    text-align: justify;
}
h3.pink_line{
    position: relative;
    line-height: 90px;
    color: var(--kolpink);
    text-align: center;
    border-bottom: 2px solid var(--kolpink);
}
h3.pink_line.none:before,
h3.pink_line.none:after{
    display: none;
}
h3.dark{
    color: rgb(128,81,100);
}
.group_button{
    display: flex;
    column-gap: 10px;
}
.kol_white_button,
.kol_line_button{
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid var(--kolpink);
    color: var(--kolpink);
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}
.kol_line_button{
    color: #fff;
    border-color: #ffffff;
}
.kol_white_button:hover{
    background-color: var(--kolpink);
    color: #fff;
}
.kol_line_button:hover{
    background-color: #fff;
    color: var(--kolpink);
}
.kol_pink_button{
    display: block;
    cursor: pointer;
    line-height: 50px;
    border-width: none;
    width: 250px;
    text-align: center;
    margin: auto;
    font-size: 24px;
    border-radius: 30px;
    color: #fff;
    background: var(--kolpink);
}
.kol_pink_button:hover{
    box-shadow: 0 0 5px var(--kolpink);
}
/*---------------------*/
header.kol{
    position: relative;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 0 15px var(--kolpinklight);
}
header.kol.center{
    display: flex;
    justify-content: center;
}
header.kol.center a{
    display: flex;
    justify-content: center;
}
header.kol.center img{
    margin-top: 17px;
}
header.kol img{
    height: 45px;
    line-height: 70px;
    margin: auto;
}
header.kol:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: var(--kolpink);
}
header.kol .container{
    width: 65%;
    /* max-width: 1024px; */
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* private banner*/
main.kol{
    margin: 60px auto 50px auto;
    width: clamp(450px ,65% ,1140px);
}
header.kol.center h1{
    display: flex;
    text-align: center;
    padding: 0 12px;
    color: var(--kolpink);
}
main.kol h3{
    font-size: 26px;
    font-weight: 500;
    color: var(--kolpinkdark);
    filter: contrast(70%);
}
main.kol p{
    text-indent: 35px;
}
main.kol ol{
    padding-left: 25px;
}
main.kol ol li{
    padding: 3px 5px;
    font-weight: 300;
    color: #666666;
}
p.mark{
    font-weight: 600;
}
p.mark span{
    color: var(--kolpink);
}
/* banner section */
.kol_banner{
    background: top center / 135vw no-repeat url('../image/newKOL-image/banner.jpg');
    background: top center / 135vw no-repeat url('../image/newKOL-image/banner.jpg');
    height: 62vh;
    width: 100%;
    color: #ffffff;
    line-height: 26px;
    background-size: cover;
}
.kol_banner > div{
    width: 60%;
    margin: auto;
    padding: 120px 0;
}
.kol_banner h1 span{
    display: inline-block;
    /* background: #fff; */
    font-family: 'Yantramanav', sans-serif;
    font-size: 28px;
    width: 40px;
    line-height: 40px;
    /* border-radius: 50%; */
    margin: 0 5px;
    text-align: center;
    color: #fff;
}
.kol_banner p{
    color: #ffffff;
}
.kol_banner img{
    width: 200px;
}
/* ROWCARD */
.service_item{
    padding: 80px 0;
}
.ad_item{
    padding: 80px 0;
}
.rowcard{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
}
.rowcard:nth-child(even){
    flex-direction: row-reverse;
}
.rowcard img{
    height: 300px;
}
.rowcard_textbox{
    width: 100%;
}
.rowcard_textbox h4{
    line-height: 65px;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
    background: var(--kolpinklight2);
    color: var(--kolpink);
}
/* ------------------- CLIENT PATH -------------------- */
.client_path{
    margin-bottom: 50px;
}
.client_box{
    display: flex;
    column-gap: 30px;
    margin: 50px 0;
    justify-content: center;
}
.client_box div{
    line-height: 130px;
    text-align: center;
    position: relative;
    width: 250px;
    font-size: 22px;
    font-weight: 600;
    color: var(--kolpink);
    box-shadow: 0 0 10px var(--kolpinklight);
    border-radius: 20px;
    overflow: hidden;
}
.client_box div img{
    width: 25px;
    padding: 0 5px;
    transform: translateY(6px);
}
.client_box div span{
    position: relative;
    z-index: 2;
}
.client_box div::before,
.client_box div::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
}
.client_box div::before{
    transform: translate(-150px, -150px);
    width: 300px;
    height: 300px;
    background: #ffffff;
    transition: 0.3s all;
}
.client_box div::after{
    transform: translate(-50%, -50%);
    width: 95%;
    height: 120.5px;
    background: white;
    border-radius: 18px;
}
@keyframes client_ani{
    0%{
        transform: translate(-150px, -150px) rotate(0deg);
    }
    100%{
        transform: translate(-150px, -150px) rotate(-360deg);
    }
}

/* ------------------- PROCEDURE BOX ------------------- */
.procedure_box{
    padding: 50px 0;
    text-align: center;
    background: top / cover no-repeat url(../image/n__bg_web2@2x.png);
}
.procedure_group{
    display: flex;
    padding: 20px 0;
    column-gap: 40px;
}
.procedure_step{
    width: 33%;
    background: #ffffff;
    overflow: hidden;
    padding: 0 20px;
    border-radius: 18px;
    box-shadow: 0 0 8px var(--kolpinklight);
}
.procedure_step h3:before{
    content: '';
    position: absolute;
    top: 32px;
    left: 24%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: var(--kolpinklight);
    opacity: 0.4;
}
.procedure_step h3:after{
    content: '';
    position: absolute;
    top: 47px;
    left: 28%;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background-color: var(--kolpinklight);
    opacity: 0.4;
}
.procedure_step p{
    padding: 0 20px;
    font-size: 16px;
    line-height: 25px;
}
.procedure_step .step_img{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 300px;
    margin: 15px 0;
}
.step_img img{
    width: 90%;
}
/* ------------------- SERVICE ADVANTAGE ------------------- */
.service_advantage{
    padding: 50px;
    text-align: center;
}
.advantage_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
}
.advantage_item{
    box-sizing: border-box;
    width: 30%;
    padding: 0 35px;
    margin: 25px 0;
}
.advantage_item h4{
    line-height: 45px;
    font-size: 20px;
    border: 2px solid var(--kolpink);
    color: var(--kolpink);
    border-radius: 5px;
}
.advantage_item img{
    width: auto;
    margin: auto;
    height: 200px;
    max-width: 80%;
}
/* ------------------- CONTRACT LIST ------------------- */
.contract_list{
    position: relative;
    padding: 80px 0 40px 0;
    background: top/contain no-repeat url('../image/web@2x.png'),
                left top 380px/105% no-repeat url('../image/bot_banner_web@2x.png');
    height: 822px;
    text-align: center;
    color: #ffffff;
}
.contract_list h4{
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 1.5px;
}
.contract_box{
    display: inline-block;
    background: #ffffff;
    color: var(--kolpink);
    box-shadow: 0 0 10px var(--kolpinklight);
    border-radius: 35px;
    padding: 50px 40px;
    margin: 40px auto;
    width: 90%;
    max-width: 650px;
    box-sizing: border-box;
}
.contract_box .contract_col{
    display: flex;
    line-height: 40px;
    padding: 10px 0;
}
.contract_col label{
    /*flex: 1.5;*/
    width:200px;
    text-align: right;
    padding: 0 10px;
}
.contract_col input,
.contract_col textarea{
    flex: 1;
    border: 1px solid #cccccc;
    font-size: 16px;
    padding: 0 7px;
    color: #444444;
}
.contract_col textarea{
    padding:7px;
    resize: none;
}
.contract_col textarea::-webkit-scrollbar{
    opacity: 0;
    transition: all 0.3s ease-in;
}
.contract_col textarea::-webkit-scrollbar-thumb{
    opacity: 0;
    transition: all 0.3s ease-in
}
.contract_col textarea:focus::-webkit-scrollbar{
    opacity: 1;
    width: 7px;
    background-color: #e7e7e7;
}
.contract_col textarea:focus::-webkit-scrollbar-thumb{
    opacity: 1;
    border-radius: 5px;
    background-color: var(--kolpink);
}
.contract_col input:focus,
.contract_col textarea:focus {
    outline-color: var(--kolpink);
}
section footer{
    /*position: absolute;*/
}
footer{
    bottom: 15px;
    left: 0;
    margin: 15px auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    position: sticky;
    top: 100%;
}

footer a{
    color: #85a5ff;
}

.icon{
    background: var(--kolpink);
    width: 24px;
    height: 24px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    margin-right: 5px;
    margin-top: 2px;
    flex: 0 0 24px;
}

.contract_us{
    position: relative;
    /* padding: 100px 0 0px 0; */
    background: top/contain no-repeat url('../image/web@2x.png');
    background-size: cover;
    height: 360px;
    text-align: center;
    color: #ffffff;
    padding-top: 1px;
}

.contract_us button{
    width: 240px;
    height: 60px;
    color: #fff;
    background: #00c300;
    border-radius: 16px;
    font-size: 20px;
    margin-top: 20px;
}

.rowcard_left{
    width: 50%;
    display: flex;
    justify-content: center;
}

.rowcard_right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

/* ------------------- PLAN LIST ------------------- */
.plan_list{
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
    background: top / cover no-repeat url(../image/n__bg_web2@2x.png);
}
.plan_list_div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan_list_div_title{
    max-width: 500px;
    border-bottom: 3px solid #C23A74;
    font-size: 32px;
    font-weight: bold;
    color: #C23A74;
    padding: 7px;
    width: 87%;
    word-break: keep-all
}
.plan_card_list{
    margin: 15px 0px;
    display: flex;
}
.plan_card{
    width: 300px;
    height: 530px;
    border-radius: 15px;
    border: 1px solid #E71762;
    background: #ffffff;
    box-shadow: 3px 3px 7px 0px #F4136440;
    margin:10px 50px;
    position: relative;
}
.plan_card_hot_icon{
    position: absolute;
    width: 90px;
    height: 90px;
    top: -25px;
    right: -25px;
}
.plan_card_title{
    margin: 18px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #C81D58;
}
.plan_card_price{
    margin: 10px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #ED236B;
}
.plan_card_price_unit{
    font-size: 16px;
}
.plan_card_remark{
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #4E4E4E;
}
.plan_card_body_list{
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.plan_card_body_list_row{
    margin-left: 33px;
    margin-bottom: 7px;
    color: #4E4E4E;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.plan_card_body_list_row::before{
    background-image: url(https://storage.googleapis.com/shared_uploads/web/moki_web_pink_tick.png);
    width: 15px;
    height: 15px;
    background-size: cover;
    content: "";
    margin-right: 12px;
    /*
    font-size: 9px;
    color: #FFFFFF;
    background-color: #FF004F;
    display: block;
    border-radius: 50%;
    */
}
/* 有 no-icon 的就不要顯示圖片 */
.plan_card_body_list_row.no-icon::before {
    background-image: none;
    width: 15px;
    height: 15px;
    background-size: cover;
    content: "";
    margin-right: 12px;
}
.plan_card_body_list_row_etc{
    margin:auto;
    color: #4E4E4E;
}
.plan_card_footer{
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #E71762;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
    cursor: pointer;
}
.plan_card_footer > a{
    color: #FFFFFF;
}
.plan_card_price_number{
    margin: 0px 15px;
}
.plan_list_show_more_detail{
    cursor: pointer;
    color: #305C9E;
    font-size: 26px;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.plan_list_show_more_detail_icon{
    width: 16px;
    height: 16px;
    background-image: url('https://storage.googleapis.com/shared_uploads/web/moki_web_bg_blue_down_arrow.png');
    background-size: cover;
    background-position: center;
    margin: 0px 10px;
}
.plan_list_show_more_detail_icon.active{
    background-image: url('https://storage.googleapis.com/shared_uploads/web/moki_web_bg_blue_up_arrow.png');
}
/* ------------------- PLAN DETAIL LIST ------------------- */
.plan_detail_list{
    padding: 50px 0;
    text-align: center;
    /*background: top / cover no-repeat url(../image/n__bg_web2@2x.png);*/
    display: none;
    opacity: 0;
}
.plan_detail_list.active {
    display: block;
    opacity: 1;
}
.moki_web_black_tick{
    width: 22px;
    height: 16px;
    background-image: url('https://storage.googleapis.com/shared_uploads/web/moki_web_black_tick.png');
    background-size: cover;
    background-position: center;
    margin: auto;
}
.plan_detail_div_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan_detail_table{
    border-spacing: 10px 0px
}
.plan_detail_table_thead > tr > th{
    width: 290px;
    height: 140px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 2px solid hsl(0, 0%, 73%);
    position: relative;
    color:#5C5C5C;
    font-weight: bold;
}
.plan_detail_table_thead > tr > th:first-child{
    visibility: hidden;
}
.plan_detail_table_thead > tr > th:nth-child(2){
    background-color: #f9f9f9;
}
.plan_detail_table_thead > tr > th:nth-child(3){
    background-color: #FFEFEF;
}
.plan_detail_table_thead_th_title{
    font-size: 28px;
}
.plan_detail_table_thead_th_price{
    font-size: 16px;
}
.plan_detail_table_thead_th_price_unit{
    font-size: 13px;
}
.plan_detail_table_thead_th_try_btn{
    max-width: 123px;
    height: 38px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #FCFCFC;
    background-color: #E71762;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}
.plan_detail_table_thead_th_try_btn > a{
    color: #FCFCFC;
}
.plan_detail_table_tbody{
    border: 0;
    padding: 0;
    margin: 0;
}
.plan_detail_table_tbody > tr > td{
    background-color: pink;
    width: 290px;
    height: 60px;
    border-bottom: 1px solid #CDCDCD;
    color: #262626;

}
.plan_detail_table_tbody > tr > td:first-child{
    background-color: #f9f9f9;
    width: 350px;
    height: 60px;
    text-align: left;
    padding-left: 40px;
    font-size: 18px;
}
.plan_detail_table_tbody > tr > td:nth-child(2){
    background-color: #f9f9f9;
}
.plan_detail_table_tbody > tr > td:nth-child(3){
    background-color: #FFEFEF;
}
/* ------------------- RWD ------------------- */
@media screen and (min-width: 1281px){   
    .client_box div:hover:before{
        transition: 0.3s all;
        animation: client_ani 3s linear infinite;
        background-image: conic-gradient(var(--kolpink) ,#ffffff, #ffffff, #ffffff);
    }
}
@media screen and (max-width: 1280px) and (min-width: 1025px){
    .contract_list{
        background: top/contain no-repeat url('../image/web@2x.png'),
                    left 260px/140% no-repeat url('../image/bot_banner_web@2x.png');
    }
    .contract_us{
        background: top/contain no-repeat url('../image/web@2x.png');
        background-size: cover;
    }
    .client_box div:hover:before{
        transition: 0.3s all;
        animation: client_ani 3s linear infinite;
        background-image: conic-gradient(var(--kolpink) ,#ffffff, #ffffff, #ffffff);
    }
}
@media screen and (max-width: 1024px) and (min-width: 770px){
    header.kol img{
        height: 30px;
    }

    .kol_white_button, .kol_line_button{
        padding: 3px 12px;
    }

    .kol_banner{
        height: 500px;
        background-size: cover;
    }
    .kol_banner > div{
        padding: 100px 0 0 0;
        width: 60%;
    }
    .contract_list{
        padding: 30px 0;
        background: top/contain no-repeat url('../image/web@2x.png'),
                    left 280px/150% no-repeat url('../image/bot_banner_web@2x.png');
    }
    .contract_us{
        padding: 0;
        background: top/contain no-repeat url('../image/web@2x.png');
        background-size: cover;
    }
    .contract_box{
        margin: 15px auto 40px auto;
    }
    .client_box div:hover:before{
        transition: 0.3s all;
        animation: client_ani 3s linear infinite;
        background-image: conic-gradient(var(--kolpink) ,#ffffff, #ffffff, #ffffff);
    }

    .procedure_step .step_img{
        align-items: center;
    }

    .advantage_item h4{
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .advantage_item img{
        width: 100%;
        height: 100px;
    }

    .rowcard img{
        height: 240px;
    }

    p{
        font-size: 16px;
    }

    .rowcard_textbox p{
        width: 90%;
    }
}
/* ------------------- moible ------------------- */
@media screen and (max-width: 769px) and (min-width: 430px){
    .rowcard_left{
        width: 100%;
    }
    
    .rowcard_right{
        width: 100%;
    }

    header.kol img{
        height: 30px;
    }

    .kol_white_button, .kol_line_button{
        padding: 3px 12px;
    }

    h2{
        font-size: 36px;
    }
    h3{
        font-size: 26px;
    }
    p{
        font-size: 20px;
        line-height: 30px;
    }
    h3.dark span{
        display: block;
    }
    .kol_banner{        
        height: 700px;
        text-align: center;
        background-size: cover;
        /* background: top left/ cover no-repeat url('../image/newKOL-image/banner.jpg'); */
    }
    .kol_banner > div{
        width: 80%;
    }
    .kol_banner img{
        width: 165px;
    }
    .kol_banner h2 span{
        width: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    .kol_banner p{
        text-align: center;
    }
    /* ---------- ROWCARD ---------- */
    .rowcard{
        flex-wrap: wrap;
    }
    .rowcard img{
        height: auto;
        width: 85%;
        margin: auto;
    }
    .rowcard_textbox{
        width: 85%;
        margin: 20px auto;
    }
    .rowcard_textbox h4{
        font-size: 24px;
    }
    .rowcard_textbox p{
        font-size: 20px;
        width: 90%;
    }
    /* ---------- CLIENT ITEM ---------- */
    .client_box{
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .client_box div{
        width: 40%;
    }
    .client_box div:hover:before{
        transition: 0.3s all;
        animation: client_ani 3s linear infinite;
        background-image: conic-gradient(var(--kolpink) ,#ffffff, #ffffff, #ffffff);
    }
    /* ---------- PROCEDURE BOX ---------- */
    .procedure_box{
        background: top left/cover no-repeat url('../image/n__bg_pad@2x.png');
    }
    .procedure_group{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .procedure_step{
        width: 80%;
        margin: auto;
    }
    .procedure_step h3{
        position: relative;
        line-height: 140px;
    }
    .procedure_step p{
        font-size: 20px;
        line-height: 30px;
        padding: 0 30px;
    }
    .procedure_step .step_img{
        height: auto;
        margin: auto;
        width: 85%;
        padding-bottom: 100px;
    }
    /* ---------- service advantage ---------- */
    .advantage_item{
        width: 100%;
    }
    /* ---------- contract list ---------- */
    .contract_list{
        padding: 60px 0;
        background: top/contain no-repeat url('../image/pad@2x.png'),
                    left 260px/contain no-repeat url('../image/bot_banner_pad@2x.png');
    }
    .contract_us{
        padding: 0px 0;
        background: top/contain no-repeat url('../image/pad@2x.png');
        background-size: cover;
    }
    .contract_box{
        margin: 50px auto;
    }
    footer{
        font-size: 14px;
    }
    
    .advantage_item img{
        width: 100%;
        height: 200px;
    }
    /* ---------- plan list ---------- */
    .plan_card{
        width: 250px;
    }
    .plan_card_body_list_row{
        margin-left: 13px;
    }
    /* ------------------- PLAN DETAIL LIST ------------------- */
    .plan_detail_table_tbody > tr > td:first-child{
        padding-left:0px;
    }
}
@media screen and (max-width:720px) and (min-width: 430px){
    .rowcard_left{
        width: 100%;
    }
    
    .rowcard_right{
        width: 100%;
    }

    header.kol img{
        height: 25px;
    }

    .kol_white_button, .kol_line_button{
        padding: 2px 10px;
    }

    .rowcard_left{
        width: 100%;
    }
    
    .rowcard_right{
        width: 100%;
    }
     /* contract list */
     .contract_list{
        height: 1500px;
        position: relative;
        padding: 40px 0;
        background: top/contain no-repeat url('../image/phone@2x.png'),
                    left top 400px/contain no-repeat url('../image/bot_banner_phone@2x.png');
    }
    .contract_us{
        /* height: 1500px; */
        position: relative;
        padding: 0px 0;
        background: top/contain no-repeat url('../image/phone@2x.png');
        background-size: cover;
    }
    .contract_list h3 span{
        display: block;
    }
    .contract_list h4{
        font-size: 16px;
    }
    .contract_box{
        padding: 50px 30px;
    }
    .contract_box .contract_col{
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }
    .contract_box label,
    .contract_box input,
    .contract_box textarea{
        text-align: left;
        display: block;
        width: 95%;
        line-height: 40px;
    }
    .contract_col label{
        padding: 0 0;
    }
    /* ---------- plan list ---------- */
    .plan_card_list{
        flex-direction: column;
    }
    .plan_card{
        width: 250px;
        margin: 10px 5px;
    }
    .plan_card_body_list_row{
        margin-left: 12px;
    }
    /* ------------------- PLAN DETAIL LIST ------------------- */
    .plan_detail_table_tbody > tr > td:first-child{
        padding-left:0px;
    }
}
/* ------------------- phone ------------------- */
@media screen and (max-width: 429px){
    .rowcard_left{
        width: 100%;
    }
    
    .rowcard_right{
        width: 100%;
    }

    p{
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    h3{
        font-size: 26px;
    }
    input{
        box-shadow: 0 0 #fff;
        caret-color: var(--kolpink);
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    input:focus{
        outline: 5px solid var(--kolpink);
        -moz-outtline-radius: 25px;
    }
    h3.dark span{
        display: block;
    }
    .container{
        width: 95%;
    }
    .kol_white_button{
        padding: 5px 7px;
    }
    header.kol .container{
        width: 95%;
        column-gap: 7px;
    }
    .kol_banner{
        height: 600px;
        text-align: center;
        background: top left / cover no-repeat url('../image/newKOL-image/banner.jpg');
        background-size: cover;
    }
    .kol_banner div{
        width: 95%;
        column-gap: 6px;
    }
    .kol_banner img{
        width: 160px;
    }
    /* ROWCARD */
    .service_item{
        padding: 50px 0;
    }
    .ad_item{
        padding: 30px 0;
        width: 100%;
    }
    .rowcard{
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .rowcard img{
        height: auto;
        width: 85%;
        margin: auto;
    }
    .rowcard_textbox{
        width: 95%;
        margin: 20px auto;
    }
    .rowcard_textbox h4{
        line-height: 40px;
        font-size: 22px;
        padding: 5px;
    }
    .rowcard_textbox h4 span{
        display: block;
    }
    .rowcard_textbox p{
        font-size: 20px;
        text-align: left;
        width: 90%;
    }
    /* client path */
    .client_box{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .client_box div{
        width: 85%;
        line-height: 100px;
        margin: auto;
    }
    .client_box div img{
        padding-right: 15px;
    }
    .procedure_group{
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .procedure_step{
        width: 80%;
        margin: auto;
    }
    /* service_advantage */
    .advantage_group{
        flex-wrap: wrap;
    }
    .advantage_item{
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .advantage_item p{
        text-align: left;
    }
    .advantage_item img{
        width: 95%;
    }
    .service_advantage{
        padding: 20px;
    }
    /* contract list */
    .contract_list{
        height: 1500px;
        position: relative;
        padding: 40px 0;
        background: top/contain no-repeat url('../image/phone@2x.png'),
    }
    .contract_list h3 span{
        display: block;
    }
    .contract_list h4{
        font-size: 16px;
    }
    .contract_box{
        padding: 50px 30px;
    }
    .contract_box .contract_col{
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }
    .contract_box label,
    .contract_box input,
    .contract_box textarea{
        text-align: left;
        display: block;
        width: 95%;
        line-height: 40px;
    }
    .contract_col label{
        padding: 0 0;
    }
    section{
        overflow: hidden;
        box-sizing: border-box;
    }
    .hide-in-phone{
        display:none
    } 
    .group_button{
        justify-content: flex-end;
        width: 100%;
    }
    /* ---------- plan list ---------- */
    .plan_card_list{
        flex-direction: column;
    }
    .plan_card{
        width: 250px;
        margin: 10px 5px;
    }
    .plan_card_body_list_row{
        margin-left: 12px;
    }
    /* ------------------- PLAN DETAIL LIST ------------------- */
    .plan_detail_table_tbody > tr > td:first-child{
        padding-left:0px;
    }
}
.error{
    border: 1px solid #e91e63 !important;
}

.login-box {
    background: #fff;
    padding: 20px;
    max-width: 250px;
    margin: 25vh auto;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.login-box:hover {
      box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.login-box h2 {
    margin: 20px 0 20px;
    padding: 0;
    text-transform: uppercase;
    color: #4688F1;
    color: var(--kolpink);
}

.social-button {
      background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 3px;
    margin: 15px auto;
    outline: rgb(255, 255, 255) none 0px;
    padding-left: 20%;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


#google-connect {
      background: rgb(255, 255, 255);
    /*background: rgb(255, 255, 255) url('google.png') no-repeat scroll 5px 0px / 50px 50px padding-box border-box;*/
    border: 1px solid rgb(220, 74, 61);
      border-color: rgb(220, 74, 61);
      background: rgb(220, 74, 61);
      /*background: rgb(220, 74, 61) url('google.png') no-repeat scroll 5px 0px / 50px 50px padding-box border-box;*/
      -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#google-connect span {
      box-sizing: border-box;
    /*color: rgb(220, 74, 61);*/
    color:#fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#google-connect:hover span {
      color: #FFF;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#line-connect {
    background: rgb(255, 255, 255);
    /*background: rgb(255, 255, 255) url('https://kolplus.one/web/catalog/view/image/web/line_btn_base.png') no-repeat scroll 5px 0px / 40px 40px padding-box border-box;*/
    border: 1px solid #06C755;
      border-color: #06C755;
      background: #06C755;
      /*background: #06C755 url('https://kolplus.one/web/catalog/view/image/web/line_btn_base.png') no-repeat scroll 5px 0px / 40px 40px padding-box border-box;*/
      -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
    color:#fff;
}

#line-connect span {
      box-sizing: border-box;
    color: #06C755;
    color:#fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(220, 74, 61);
    outline: rgb(255, 255, 255) none 0px;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#line-connect:hover span {
      color: #FFF;
      -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#facebook-connect {
    /*width: 220px;*/
    padding: 7px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    /*border-radius: 8px;*/
    background: #3a77f0;
}
@media only screen and (min-width:480px) { 
    .hide-in-phone { 
        display: block; 
    } 
}



#apple-modal{
    position: fixed;
    z-index: 99999;
    top: 100px;
    left: calc(50% - 360px);
    width: 720px;
    max-width: 90%;
    background: white;
    border-radius: 8px;
}

.apple-modal-content {
    background-color: #fff;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
    max-width: 100vw;
    width: 720px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.apple-modal-content img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
  
}

.apple-modal-footer {
    font-size: 14px;
    margin-top: 10px;
}

.apple-modal-footer a {
    color: #007BFF;
    text-decoration: none;
    cursor: pointer;
}

.apple-modal-footer a:hover {
    text-decoration: underline;
}

.apple-modal-overlay.show {
    display: flex;
}
.apple-do-not-show {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 14px;
    color: #007BFF;
    text-decoration: none;
    cursor: pointer;
}
.apple-responsive-cimage{
    width:100%;
    height:auto;
    display: block;
}
.apple-responsive-mimage{
    display: none;
}
@media (max-width: 768px) {
    #apple-modal{
        left: 0;
        width: 100%;
        max-width: 100vw;
        border-radius: 0;
        top: 100px;
    }
    .apple-modal-content {
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        max-width: 100vw;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .apple-responsive-cimage{
        width:100%;
        height:auto;
        display: none;
    }
    .apple-responsive-mimage{
        width:100%;
        height:auto;
        display: block;
    }
    .apple-modal-content {
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        max-width: 100vw;
    }
}
@media screen and (max-width: 429px){
    #apple-modal{
        left: 0;
        width: 100%;
        max-width: 100vw;
        border-radius: 0;
        top: 100px; 
    }

    .apple-modal-content {
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        max-width: 100%;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .apple-responsive-cimage{
        width:100%;
        height:auto;
        display: none;
    }
    .apple-responsive-mimage{
        width:100%;
        height:auto;
        display: block;
    }
    .apple-modal-content {
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        max-width: 100vw;
    }
}
@media (orientation: landscape) {
    #apple-modal{
        max-width: 40vw;
    }
}
.plan_card_original_price{
    color:#b3b3b3;
    font-size:14px;
    text-decoration: line-through;
    text-align: center;
}

/* Dropdown Styles from layouts/seo-surface.blade.php */
.dropdown-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.dropdown-trigger {
    background: transparent; 
    padding: 8px 16px; 
    font-size: 16px; 
    cursor: pointer;
    border: none; 
    color: var(--kolpink); 
    font-family: inherit;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
    z-index: 9999; /* Ensure on top */
    border-radius: 8px;
    padding: 10px 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    /* margin-top: 10px; Removed to fix hover gap issue */
}
.dropdown-wrapper:hover .dropdown-menu {
    display: block;
}
.dropdown-menu a {
    color: #333 !important;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}
.dropdown-menu a:last-child {
    border-bottom: none;
}
.dropdown-menu a:hover {
    background-color: #fff0f5; /* Light pink hover */
    color: #ff3c8a !important;
}

/* Triangle indicator on top of dropdown */
.dropdown-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    pointer-events: none; /* Ensure mouse can traverse */
}
/* Invisible bridge to keep hover active */
.dropdown-wrapper::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px; /* Bridge the gap area if any margin existed, or just buffer */
}
