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

body {
    --c_white: #fff;
    --c_black: #000;
    --c_yellow: #F5EF51;
    --c_orange: #F4501E;
    --c_pupple: #4440F7;
    --c_award: #222;
    --c_opacity: rgba(255, 255, 255, .5);
    /*  color */
    --padding: 180px 50px;
    --padding_visual: 124px 50px 120px;
    --padding_cont: 180px 0;
    --padding_btn: 12.5px 48px;
}
.refund-inner {    
    display: flex;
    justify-content: flex-start;
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}
.refund-center-inner {
    max-width: 1380px;
    text-align: center;
    line-height: 0;
    padding: var(--padding);
    margin: 0 auto 0;
    width: 100%;
}

.refund-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_white);
}
.content-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_white);
}
.cap-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_white);
    padding-top: 24px;
}
.c_black {
    color: var(--c_award);
}
.refund-btn {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 313px;
    height: 56px;
    cursor: pointer;
    border-radius: 8px;
    background-color: var(--c_white);
    margin-top: 40px;
}
.refund-btn a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    padding: var(--padding_btn);
    overflow: hidden;
}
.refund-btn.reverse {
    color: var(--c_white);
    background-color: var(--c_orange);
}
.refund-btn a::after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/arrow_btn_black.png') no-repeat center;
    background-size: cover;
    margin: 0 0 2px 2px;
}
.refund-btn.reverse a::after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/arrow_btn_white.png') no-repeat center;
    background-size: cover;
    margin: 0 0 2px 2px;
}
.refund-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--c_pupple);
    border-radius: 6px;
}
.refund-btn.btn_black {
    color: var(--c_white);
    background-color: var(--c_award);
}
.refund-btn.orange::before {
    background-color: var(--c_orange);
}
.refund-btn:hover::before {
    width: 100%;
    transition: .8s cubic-bezier(0.77, 0, 0.175, 1) all;
}
.refund-btn:hover a {
    color: var(--c_white);
    transition: .8s cubic-bezier(0.77, 0, 0.175, 1) all;
}
.refund-btn:hover a::after {
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/arrow_btn_white.png') no-repeat center;
    background-size: cover;
    transition: .8s cubic-bezier(0.77, 0, 0.175, 1) all;
}


/****************      비주얼     *******************/
.refund-visual {
    position: relative;
    background-color: var(--c_black);
    overflow: hidden;
}
.refund-visual .refund-btn {
    margin-top: 48px;
}
.refund-visual .text-area {
    width: 543px;
    padding: var(--padding_visual);
    line-height: 0;
    z-index: 5;
}
.visual-title {
    position: relative;
    max-width: 267px;
    max-height: 212px;
}
.visual-title span {
    position: absolute;
    top: -60px;
    right: -80px;
    width: 100px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    height: 100px;
    background: url(/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/icon_badge_all.png) no-repeat center;
    background-size: cover;
    padding: 33px 18px;
}
.visual-tt-100 {
    position: relative;
    top: 0;
    left: -12px;
    width: 240px;
    z-index: 1;
    opacity: 0;
    animation: .8s refund_scale .6s forwards;
}
.visual-tt-2 {
    position: relative;
    margin-top: -28%;
    z-index: 5;
}
.info-1 h4,
.info-2 h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_white)
}
.info-1 {
    display: flex;
    justify-content: flex-start;
    padding: 16px 0 36px;
}
.info-1 h4:first-child {
    padding-right: 24px;
}
.info-2 span {
    font-weight: 700;
    color: var(--c_yellow);
}
.refund-visual .btn-group {
    margin-top: 48px;
}
.refund-visual-swiper {    
    position: absolute;
    top: 0;
    left: 50%;    
    width: calc((100vw - 1380px)/2 + (1280px - 300px));
    height: 100%;
    line-height: 0;
    overflow: hidden;
    transform: translate(-145px, 0);
    margin-right: calc((-100vw + 1380px)/2);
}
.refund-visual-swiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/****************      컨텐츠 섹션 1/2    *******************/
.refund-experience,
.refund-guarantee {
    display: flex;
    justify-content: flex-end;
    line-height: 0;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_experience.jpg') no-repeat center;
    background-size: cover;
    padding: var(--padding_cont);
}
.refund-guarantee .refund-btn {
    width: 294px;
    margin-top: 40px;
}
.refund-guarantee {
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_guarantee.png') no-repeat center;
    background-size: cover;
}
.refund-experience .refund-title,
.refund-guarantee .refund-title {
    display: flex;
    flex-direction: column;
}
.title-area {
    width: 543px;
    padding: 0 50px 0 50px;
}
.title-area .first {
    color: var(--c_white);
    transform: translateY(100%);
}
.__ani .title-area .first {
    color: var(--c_opacity);
    transform: translateY(0);
    transition: .4s ease-in-out;
    transition-delay: .3s;
    padding-bottom: 40px;
}
.title-area .second {
    color: var(--c_white);
    transform: translateY(100%);
    opacity: 0;
}
.__ani .title-area .second {
    transform: translateY(0);
    opacity: 1;
    transition: .6s ease-out;
    transition-delay: .5s;
}
.content-area { 
    opacity: 0;
    transform: translateY(20%);
}
.__ani  .content-area{     
    width: calc(100% - 543px);
    opacity: 1;
    transform: translateY(0);
    transition: .6s ease-out;
    transition-delay: .5s;
}
.content-text + .content-text {
    padding-top: 12px;
}
.content-area > img {
    width: 100%;
    Padding-right:50px;
    margin-top: 40px;
}
.refund-guarantee .content-area > img {
    width: 450px;
    padding-right: 0;
    margin-top: 21px;
}

/****************      컨텐츠 섹션 3   *******************/
.refund-risk {
    background-color: var(--c_black);
}
.refund-risk .refund-btn {
    width: 289px;
    margin-top: 60px;
}
.refund-risk .refund-title {
    padding-bottom: 66px;
}
.refund-risk .real-review {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 870px;
    margin: 0 auto;
}
.real-review > li {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 36px 0;
    opacity: 0;
    transform: translateY(20px);
}
.real-review.__ani > li {
    transform: translateY(0);
    opacity: 1;
    transition: .5s ease-in-out;
}
.back-left {
    width: 320px;
    height: 267px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_left.png') no-repeat center;
    background-size: cover;
}
.back-right {
    width: 320px;
    height: 267px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_right.png') no-repeat center;
    background-size: cover;
}
.back-right-2 {
    width: 320px;
    height: 267px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_right2.png') no-repeat center;
    background-size: cover;
}
.real-review > li > img {
    width: 52px;
    margin: 0 auto 21px;
}
.real-review > li p {
    font-weight: 500;
    line-height: 1.7;
}
.real-review > li p b {
    color: var(--c_orange);
}
.real-review > li:first-child {
    z-index: 10;
    transition-delay: .5s;
}
.real-review > li:nth-child(2) {
    margin: 31px -68px;
    z-index: 5;
    transition-delay: .4s;
}
.real-review > li:nth-child(3) {
    margin: -26px 30px auto auto;
    transition-delay: .3s;
}
.real-review > li:nth-last-child(2) {
    margin: -40px -180px auto auto;
    transition-delay: .2s;
}
.real-review > li:nth-last-child(1) {    
    margin: -80px 110px auto auto;
    transition-delay: .1s;
}

/****************      컨텐츠 섹션 4 - 서비스   *******************/
.refund-service .refund-title {
    padding-bottom: 40px;
}
.refund-service .refund-btn {
    width: 298px;
    margin-top: 60px;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
}
.service-list > figure {
    margin-bottom: 18px;
}
.service-list > figure > img {
    padding-bottom: 40px;
}
.service-list > figure:nth-child(3) {    
    margin: 0 100px 0 auto;
}
.service-list > figure:nth-child(3) > img {  
    max-width: 18.75vw;  
    width: min(18.75vw, 360px);
}
.service-list > figure:nth-child(2) {
    margin: 198px -63px 202px auto;
}
.service-list > figure:nth-child(2) > img { 
    max-width: 32.71vw;
    width: min(32.17vw, 628px);
}
.service-list > figure:nth-child(4) {
    display: flex;
    margin-bottom: 60px;
}
.service-list > figure:nth-child(4) > img {
    width: 845px;
    padding-bottom: 0;
    margin: 0 40px 0 0;
}
.service-list > figure:nth-child(5) {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 200px;
}
.service-list > figure:nth-child(5) > img {
    width: 628px;
    order: 2;
    padding-bottom: 0;
    margin-left: 40px;
}
.service-list > figure:nth-child(6) {
    display: flex;
    margin-bottom: 0;
}
.service-list > figure:nth-child(6) > img {
    width: 761px;
    padding-bottom: 0;
    margin-right: 40px;
}
.service-list > figure:nth-child(4) .service-info,
.service-list > figure:nth-child(5) .service-info,
.service-list > figure:nth-child(6) .service-info {
    flex-direction: column;
    align-items: baseline;
}
.service-list > figure:nth-child(4) .service-info h4,
.service-list > figure:nth-child(5) .service-info h4,
.service-list > figure:nth-child(6) .service-info h4  {
    padding: 0 0 28px 0;
}
.service-list .service-info {
    display: flex;
    opacity: 0;
    transform: translateY(10%);
}
.service-list .__ani .service-info {
    opacity: 1;
    transform: translateY(0);
    transition: .5s ease-in .2s;
}
.service-list .service-info h4 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_orange);
    padding-right: 28px;
}
.service-list .service-info p {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}
.service-list .service-info p strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 12px;
}

/****************      컨텐츠 섹션 4 - 지도   *******************/
.refund-point {
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_map.jpg') no-repeat center;
    background-size: cover;
}
.refund-point .refund-title small {
    font-size: inherit;
}
.refund-point .refund-btn {
    width: 257px;
    margin-top: 66px;
}
.roller_bn {
    width: 620px;
    height: 26px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_roller.png') repeat center;
    background-size: cover;
    animation: roller 40s linear infinite;
    margin: 24px auto 0;
}
.refund-point img {
    width: 463px;
    margin: 62px auto 0;
}

/****************      컨텐츠 섹션 5 - 베네핏 8개  *******************/
.refund-advantage {
    background-color: var(--c_pupple);
}
.refund-advantage .con_adventage {
    width: 846px;margin: 60px auto 0;
}
.refund-advantage .con_adventage ul {
    display: flex;
    flex-wrap: wrap;
    gap:32px 24px;
}
.refund-advantage .con_adventage ul li {
    width: calc(25% - 18px);
}
.refund-advantage .con_adventage img {
    width: 56px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.refund-advantage .con_adventage p::before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    margin-bottom: 8px;
    background: var(--c_white);
    transition:all .5s ease;
}
.refund-advantage .con_adventage.__ani p:before {width: 100%;}
.refund-advantage .con_adventage p {
    text-align: center;
    height: 100%;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500;
    color: var(--c_white);
    margin-top: 8px;
    overflow: hidden;
}
.refund-advantage .con_adventage p span {
    display: inline-block;
    transform: translateY(-105%);
    transition:all .5s ease .5s;
}
.refund-advantage .con_adventage.__ani p span {
    transform: translateY(0);
}

/****************      컨텐츠 섹션 6 - 어워드  *******************/
.refund-award {
    background-color: var(--c_award);
}
.refund-award .refund-btn {
    margin-top: 80px;
}
.refund-award  .refund-title {
    padding-bottom: 60px;
}
.refund-award > div > img {
    width: 1066px;
}


@keyframes refund_scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes roller {
    0% {
        background-position: 220rem center;
    }
    100% {
        background-position: 0 center;
    }
}


@media all and (max-width: 1050px) {

    .hidden-pc{display: block;}
    .hidden-mo {display: none;}
    body {
        --c_white: #fff;
        --c_black: #000;
        --c_yellow: #F5EF51;
        --c_orange: #F4501E;
        --c_pupple: #4440F7;
        --c_award: #222;
        --c_opacity: rgba(255, 255, 255, .5);
        /*  color */
        --padding: 130px 20px;
        --padding_visual: 80px 20px 58Px;
        --padding_cont: 130px 20px;
        --padding_btn: 14.5px 26px;
    }

    .refund-inner {
        flex-direction: column;
    }

    .refund-title {
        font-size: 28px;
        line-height: 1.4;
    }
    .content-text {
        font-size: 18px;
    }

    .refund-btn a {
        font-size: 16px;
        font-weight: 600;
    }
    .refund-btn::before {
        display: none;
    }


    /*******************           MO   ::    비주얼    ***********************/
    .refund-visual .text-area {
        width: 100%;
    }
    .refund-visual .refund-btn {
        position: absolute;
        width: 260px;
        margin-top: 32px;
        z-index: 5;
    }
    .visual-title {
        max-width: 187Px;
        max-height: 149px;
    }
    .visual-title span {
        width: 87px;
        height: 87px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.7;
        padding: 28px 20px;
    }
    .visual-tt-100 {
        left: 0;
        width: 168px;
    }
    .visual-tt-2 {
        margin-left: 5%;
    }
    .info-1 h4, .info-2 h4 {
        font-size: 14px;
    }
    .info-1 {
        padding: 16px 0;
    }

    .refund-visual-swiper {
        position: static;
        transform: translate(0);
        max-width: none;
        width: 100%;
        height: 100%;    
    }

    /*******************           MO   ::   2. 섹션1/2    ***********************/
    .refund-experience {
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_experience_mo.jpg') no-repeat center;
        background-size: cover;
    }
    .__ani .title-area .first {
        padding-bottom: 12px
    }
    .title-area {
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .content-area,
    .__ani .content-area {
        width: 100%;
    }
    .content-area > img {
        width:100%;
        min-height: 191px;
        padding-right: 0;
    } 
    .refund-experience .refund-title, 
    .refund-guarantee .refund-title {
        margin-bottom: 24px;
    }

    .refund-guarantee {
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_guarantee_mo.png') no-repeat center;
        background-size: cover;
    }
    .refund-guarantee .refund-inner {
        text-align: center;
    }
    .refund-guarantee .refund-btn {
        width: 243px;
        margin: 40px auto 0;
    }
    .refund-guarantee .content-text {
        text-align: left;
    }
    .cap-text {
        text-align: center;
        padding-top: 15px;
    }
    .refund-guarantee .content-area > img {
        width: 100%;
        margin-top: 0; 
    }


    /*******************           MO   ::   3. 리뷰    ***********************/
    .refund-risk .real-review {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        max-width: 365px;
        width: 100%;
        margin: 0 auto;
    }
    .refund-risk .refund-btn {
        width: 238px;
        margin-top: 40px;
    }
    .refund-risk .refund-title {
        padding-bottom: 40px;
    }
    .refund-risk .refund-center-inner {
        padding: 130px 0px;
    }
    .real-review > li {
        width: 302px;
        height: 218px;
        padding: 33px 0;
    }
    .real-review > li:first-child {
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_left_mo.png') no-repeat center;
        background-size: contain;
        margin: 0 auto 0 0;
    }
    .real-review > li:nth-child(2) {
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_right_mo.png') no-repeat center;
        background-size: contain;
        margin: -50px 0 0 auto;
        z-index: 10;
    }
    .real-review > li:nth-child(3) {
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_left_mo.png') no-repeat center;
        background-size: contain;
        margin: -50px auto 0 0;
        z-index: 15;
    }
    .real-review > li:nth-last-child(2){
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_right_mo.png') no-repeat center;
        background-size: contain;
        margin: -50px 0 0 auto;
        z-index: 20;
    }
    .real-review > li:nth-last-child(1){
        background: url('/wp-content/themes/fastfive/assets/images/pages/refund-guarantee/img_bg_bubble_left_mo.png') no-repeat center;
        background-size: contain;
        margin: -50px auto 0 0;
        z-index: 25;
    }
    .real-review > li > img {
        width: 45px;
        margin: 0 auto 4px;
    }
    .real-review > li p {
        font-size: 16px;
    }


    /*******************           MO   ::   4. 서비스    ***********************/
    .refund-service .refund-center-inner.mo-layer {
        max-width: none;
        width: 100%;
        padding: 130px 0;
    }
    .refund-service .refund-btn {
        width: 245px;
        margin-top: 40px;
    }
    .service-list {
        max-width: 495px;
        width: 100%;
        margin: 0 auto;
    }
    .service-list .service-info {
        text-align: left;
        flex-direction: column;
        padding-left: 20px;
    }
    .service-list figure:nth-child(odd) .service-info {
        text-align: right;
        padding: 0 20px 0 0;
    }
    .service-list figure:nth-child(3) .service-info {
        text-align: left;
        padding-left: 20px;
    }
    .service-list figure:nth-child(2) .service-info {
        text-align: right;
        padding-right: 20px;
    }
    .service-list .service-info h4 {
        font-size: 34px;
        padding-right:0;
        padding-bottom: 16px;
    }
    .service-list .service-info p {
        font-size: 18px;
    }
    .service-list figure:nth-child(odd) .service-info p,
    .service-list figure:nth-child(2) .service-info p {
        text-align: right;
    }
    .service-list figure:nth-child(3) .service-info p {
        text-align: left;
    }
    .service-list figure:nth-child(6) .service-info p {
        text-align: center;
    }
    .service-list .service-info p strong {
        font-size: 22px;
    }
    .service-list > figure:nth-child(2) {
        margin: 0 0 80px auto;
        Order: 3;
    }
    .service-list > figure:nth-child(3) {
        Order: 2;    
        margin: 80px auto 80px 0;
    }
    .service-list > figure:nth-child(4) {
        flex-direction: column;
        Order: 4;
        margin-bottom: 80px;
    }
    .service-list > figure:nth-child(5) {
        text-align: right;
        flex-direction: column;
        width: 268px;
        Order: 5;
        margin: 0 auto 80px;
    }
    .service-list > figure:nth-child(6) {
        flex-direction: column;
        width: 100%;
        Order: 6;
    }
    .service-list > figure:nth-child(4) .service-info, 
    .service-list > figure:nth-child(5) .service-info {
        align-items: unset;
    }
    .service-list > figure:nth-child(5) .service-info {
        padding-right: 0;
    }
    .service-list > figure:nth-child(6) .service-info {
        align-items: unset;
        text-align: center;
    }
    .service-list > figure:nth-child(4) .service-info h4, 
    .service-list > figure:nth-child(5) .service-info h4, 
    .service-list > figure:nth-child(6) .service-info h4 {
        padding: 0 0 16px 0;
    }
    .service-list > figure > img {
        padding-bottom: 20px;
    }
    .service-list > figure:nth-child(3) > img {
        max-width: none;
        width: 216px;
    }
    .service-list > figure:nth-child(2) > img {
        max-width: none;
        width: 335px;
    }
    .service-list > figure:nth-child(4) > img {
        max-width: none;
        width: 100%;
        padding: 0 0 20px 0;
    }
    .service-list > figure:nth-child(5) > img {
        width: 268px;
        order: unset;
        padding-bottom: 16px;
        margin-left: 0;
    }
    .service-list > figure:nth-child(6) > img {
        width: 335px;
        padding-bottom: 16px;
        margin: 0 auto;
    }
    

    /*******************           MO   ::   5. 지도    ***********************/
    .refund-point .refund-btn {
        width: 211px;
        margin-top: 40px;
    }
    .refund-point .refund-title small {
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 8px;
    }
    .roller_bn {
        width: 100%;
        margin: 28px auto 0;
    }
    .refund-point img {
        margin: 56px auto 0;
    }



    /*******************           MO   ::    6. 베네핏 8개    ***********************/
    .refund-advantage .con_adventage {
        width: 100%;
        margin-top: 40px;
    }
    .refund-advantage .con_adventage ul {
        gap:40px 12px;
    }
    .refund-advantage .con_adventage ul li {
        width: calc(50% - 6px);
    }
    .refund-advantage .con_adventage ul li p {
        font-size: 18px;
        line-height: 1.7;
        margin-top: 10px;
    }
    .refund-advantage .con_adventage p span {
        transform: translateY(-112%);
    }
    .refund-advantage .con_adventage p::before {
        margin-bottom: 10px;
    }


    /*******************           MO   ::    7. 어워드    ***********************/
    .refund-award .refund-title {
        padding-bottom: 40px;
    }
    .refund-award .refund-btn {
        width: 256px;
        margin-top: 60px;
    }
    .refund-award .img_box > img {
        margin: 0 auto;
    }

}