body * {margin:0; padding:0; box-sizing:border-box;}
a, button {cursor: pointer;border:none}
ul, li ,ol{list-style: none;}
.hidden-pc{display: none;}
.hidden-mo {display: block;}

body {
    --c_white: #fff;
    --c_black: #222;
    --c_blackrgba: rgba(10, 10, 10, .5);
    --c_lightblue: #E9F5FC;
    --c_blue: #0095F8;
    --c_navy: #1C1640;
    /*  color */
    --padding: 180px 50px;
    --padding_article: 40px 0 166px 50px;
    --padding_btn: 6.5px 16px 6.5px 24px;
}
.faq-inner {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 1380px;
    margin: 0 auto;
    padding: var(--padding);
}
.faq-tit {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    color: var(--c_white);
    padding-bottom: 24px;
}
.faq-sub {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    color: var(--c_black);
}
.faq-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--c_white);
}
.faq-sub-tit {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1px;
    color: var(--c_black);
}
.ff-faq2 .txt-box .faq-sub-tit:nth-child(2) {
    font-weight: 700;
    padding-top: 20px;
}
.pop-tit {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 32px;
}
.pop-txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}
.pop-txt + .pop-txt {
    padding-top: 16px;
}
.pop-txt b {
    position: relative;
    font-weight: 600;
}
.pop-txt b::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -6px;
    display: inline-block;
    width: 104%;
    height: 12px;
    background: rgba(0, 149, 248, .2);
    mix-blend-mode: multiply;
    border-radius: 100px;
}
.popup._4 .pop-txt b::after {
    content: none;
}

.btn-group {
    margin-top: 30px;
}
.popup .btn-group {
    margin-top: 60px;
} 
.faq-btn {    
    position: relative;
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--c_white);
    padding: var(--padding_btn);
    background-color: var(--c_navy);
    border-radius: 100px;
    transition: all .3s ease;
}
.faq-btn::after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/images/faq/arrow_icon_white.png') no-repeat center;
    background-size: contain;
    margin-bottom: 1.6px;
}
.onPage {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_white);
    padding: 12.5px 48px 12.5px 56px;
    background-color: var(--c_navy);
    border-radius: 4px;
    transition: all .3s ease;
}
.onPage::after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/images/faq/arrow_icon_white.png') no-repeat center;
    background-size: contain;
    margin-bottom: 1.6px;
}


.ff-faq1 {
    background-color: var(--c_navy);
}
.box-stiky {
    position: sticky;
    top: 182px;
    height: 650px;
}
.box-stiky .btn-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.box-stiky .btn-group .cta-add {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 340px;
    height: 102px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #222;;
    background-color: #E9F5FC;
    padding: 15px 16px 15px 28px;
    border-radius: 16px;
}
.cta-add::after {
    content: '';
    position: absolute;
    right: 16px;
    width: 88px;
    height: 67px;
    background: url('/wp-content/themes/fastfive/assets/images/faq/faq_cta_1.png') no-repeat center;
    background-size: cover;
}
.cta-add._2::after {
    content: '';
    position: absolute;
    right: 16px;
    width: 88px;
    height: 67px;
    background: url('/wp-content/themes/fastfive/assets/images/faq/faq_cta_2.png') no-repeat center;
    background-size: cover;
}
.cta-add > span {
    position: relative;
    display: inline-block;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    color: #222;
}
.cta-add > span::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: 3px;
    display: inline;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_2.png) no-repeat center;
    background-size: cover;
}

.ff-faq1 .txt-box {
    padding-top: 41px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 53%;
}
.faq-list > article > h4, .faq-list > article > div {
    position: relative;
}
.faq-list > article {
    position: relative;
    width: 100%;
    padding: var(--padding_article);
    border-radius: 20px;
    overflow: hidden;
}
.faq-list > article::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0.96%, rgba(255, 255, 255, 0.85) 34.18%, rgba(255, 255, 255, 0.67) 48.21%, rgba(255, 255, 255, 0.00) 66.27%);

}
.faq-list > article._1 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_1.png') no-repeat center;
    background-size: cover;
}
.faq-list > article._2 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_2.png') no-repeat center;
    background-size: cover;
}
.faq-list > article._3 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_3.png') no-repeat center;
    background-size: cover;
}
.faq-list > article._4 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_4.png') no-repeat center;
    background-size: cover;
}
.faq-list > article._5 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_5.png') no-repeat center;
    background-size: cover;
}
.faq-list > article._6 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_6.png') no-repeat center;
    background-size: cover;
}
.faq-list > article._7 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_7.png') no-repeat center;
    background-size: cover;
}
.faq-popup {
    position: absolute;
}
.faq-popup .popup, .layer-bg {
    display: none;
}
.layer-bg.active {
    position: fixed;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(26, 19, 65, 0.60);
    backdrop-filter: blur(20px);
}
.flex-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.faq-popup .popup {
    text-align: left;
    position: fixed;
    gap: 50px;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    font-size: 0;
    max-width: 1100px;
    max-height: 868px;
    min-height: 752px;
    width: 100%;
    height: fit-content;
    transform: translate(-50%, -50%);
    background: var(--c_white);
    padding: 100px;
    border-radius: 27px;
    overflow: hidden;
    z-index: 1000;
}
.faq-popup .popup._5 {
    padding: 0;
}
.faq-pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 36px;
    height: 36px;
    background: url('/wp-content/themes/fastfive/assets/images/faq/faq_close.png') no-repeat center;
    background-size: cover;
}
.popup._1 .pop1-Swiper {    
    width: 300px;
    height: 100%;
    background: url('/wp-content/themes/fastfive/assets/images/faq/img_pop1_bg.png') no-repeat center center;
    background-size: 100%;
    padding: 10px;
    margin: 0;
}
.faq-popup .popup._2 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/img_pop2_bg.jpg') no-repeat center;
    background-size: cover;
}
.faq-popup .popup._3 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/img_pop3_bg.jpg') no-repeat center;
    background-size: cover;
}
.faq-popup .popup._4 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/img_pop4_bg1.png') no-repeat center;
    background-size: cover;
}
.faq-popup .popup .txt-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFF 36.36%, rgba(255, 255, 255, 0.78) 52.64%, rgba(255, 255, 255, 0.00) 75.36%);
    z-index: -1;
}


.popup._4 .txt-area::after {
    display: none;
}
.popup._4 .pop-txt ,
.popup._4 .pop-tit {
    color: var(--c_white);
}
.popup._4 .onPage {
    border: 1px solid rgba(241, 244, 248, 0.70);    ;
}
.popup._5 .flex-box {
    padding: 0 100px 0 100px;
    height: 100%;
}
.popup._5 .txt-area {
    padding: 100px 0 100px;
}
.popup._5 .conts-area {
    height: inherit;
}
.popup._5 .conts-area img {
    height: 100%;
}
.faq-popup .popup._7 {
    background: url('/wp-content/themes/fastfive/assets/images/faq/img_pop7_bg.png') no-repeat center;
    background-size: cover;
}
.popup.active .txt-area {
    height: 100%;
}
.popup ::-webkit-scrollbar {
    display: none;
}


.ff-faq2 {
    background-color: var(--c_lightblue);
}
.faq-estimate {
    width: 50%;
}



@media all and (min-width: 961px) {
    .onPage:hover {
        background-color: var(--c_blue);
    }
    .faq-btn:hover {
        background-color: var(--c_blue);
    }
}


@media all and (max-width: 960px) {
    .hidden-pc{display: block;}
    .hidden-mo {display: none;}

    body {
        --padding: 130px 20px;
        --padding_v: 60px 20px;
        --padding_article: 30px 0 246px 30px;
        --padding_btn: 6.5px 16px 6.5px 24px;
    }

    .faq-inner {
        flex-direction: column;
        max-width: 375px;
        margin: 0 auto;
    }

    .faq-tit {
        font-size: 34px;
    }
    .faq-txt {
        font-size: 16px;
        font-weight: 400;
    }
    .faq-sub-tit {
        font-size: 34px;
    }
    .faq-sub {
        font-size: 24px;
    }
    .pop-tit {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .pop-txt {
        font-size: 16px;
    }

    .faq-btn {
        font-size: 12px;
        padding: 6px 16px 6px 20px;
    }
    .faq-btn::after {
        width: 20px;
        height: 20px;
        margin-bottom: 1px;
    }
    .onPage {
        text-align: center;
        width: 100%;
        font-size: 16px;
        padding: 14.5px 20px 14.5px 20px;
    }
    .popup .btn-group {
        margin-top: 40px;
    }
    .layer-bg.active {
        display: none;
    }

    .ff-faq1 .faq-inner {
        padding: var(--padding_v);
    }
    .ff-faq1 .txt-box {
        padding-top: 0;
    }
    .box-stiky {
        position: static;
        height: auto;
    }
    .box-stiky .btn-group {
        display: none;
    }

    .faq-list {
        width: 100%;
    }
    .faq-list > article::before {
        content: none;
    }
    .faq-list > article._1 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_1_m.png') no-repeat center;
        background-size: cover;
    }
    .faq-list > article._2 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_2_m.png') no-repeat center;
        background-size: cover;
    }
    .faq-list > article._3 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_3_m.png') no-repeat center;
        background-size: cover;
    }
    .faq-list > article._4 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_4_m.png') no-repeat center;
        background-size: cover;
    }
    .faq-list > article._5 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_5_m.png') no-repeat center;
        background-size: cover;
    }
    .faq-list > article._6 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_6_m.png') no-repeat center;
        background-size: cover;
    }
    .faq-list > article._7 {
        background: url('/wp-content/themes/fastfive/assets/images/faq/bg_article_7_m.png') no-repeat center;
        background-size: cover;
    }

    .flex-box {     
        justify-content: flex-start;
        flex-direction: column;
        gap: 40px;
        height: 100%;
        padding-bottom: 170px;
    }
    .popup._5 .flex-box {
        padding: 0;
    }
    .ff-faq1 {
        position: relative;
    }
    .faq-popup .popup {
        top: 0px;
        left: 0;
        transform: translateY(0%);
        max-width: none;
        height: unset;
        min-height: unset;
        max-height: unset;
        padding: 80px 0 0px;
        border-radius: 0;
        overflow-y: auto;
    }
    .popup.active .txt-area {
        height: auto;
    }
    .faq-popup .popup .txt-area::after {
        content: none;
    }
    .popup._1 .pop1-Swiper {
        background-position: top;
        width: 300px;
        height: auto;
        padding: 8px 11px 0 11px;
    }
    .faq-popup .popup._2 {
        background: var(--c_white);
    }
    .faq-popup .popup._3 {
        background: var(--c_white);
    }
    .faq-popup .popup._4 {
        background: var(--c_white);
    }
    .popup._4 .pop-txt, .popup._4 .pop-tit {
        color: var(--c_black);
    }
    .popup._4 .onPage {
        border: none;
    }
    .popup._4 .pop-txt b::after {
        content: '';
    }
    .popup._5 .txt-area {
        padding: 100px 20px 0;
    }
    .popup._5 .conts-area {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .pop5-Swiper {
        width: 100%;
        height: auto;
    }
    .popup._5 .conts-area img {
        height: auto;
    }
    .faq-popup .popup._7 {
        background: var(--c_white);
    }


    .faq-pop-close {
        width:28px;
        height: 28px;
    }


    .ff-faq2 .txt-box .faq-sub-tit:nth-child(2) {
        padding-top: 16px;
    }
    .faq-estimate {
        width: 100%;
    }
    
}