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

/******************************  Swiper     */
:root {
    --c_white: #fff;
    --c_black: #222;
    --c_lightBeige: #FFFBEC;
    --c_beige: #F4EBC9;
    --c_deepBeige: #E7D17F;
    --c_pink: #F0D7B5;
    --c_lightBlue: #00509A;
    --c_deepBlue: #002254;
    --c_grey: #787878;
    --c_award: #0B2538;
    /*  color */
    --padding: 180px 50px;
    --padding_visual: 80px 50px 0;
}
.smb-inner {
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 1380px;
    width: 100%;
    padding: var(--padding);
    margin: 0 auto;
}
.visual-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_white);
}
.visual-title > strong {
    display: block;
    color: var(--c_deepBeige)
}
.visual-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--c_white);
    padding-bottom: 16px;
}
.smb-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_black);
    padding-bottom: 60px;
    z-index: 15;
}
.smb-title > strong {
    display: block;
    color: var(--c_lightBlue);
}

.detail-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--c_lightBlue);
    padding-bottom: 16px;
}
.detail-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--c_black);
}
.detail-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_black);
}
.small-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--c_grey);
}

.__position {
    animation: rotate_move 8s linear infinite;
    transform-origin: 50% 50%;
}

.smb-btn {
    display: block;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_black);
    background-color: var(--c_white);
    padding: 12.5px 48px;
    margin-top: 60px;
    border-radius: 8px;
    cursor: pointer;
}
.smb-btn.reverse {
    color: var(--c_white);
    background-color: var(--c_lightBlue);
}
.smb-visual .smb-btn {
    margin-top: 36px;
}
.smb-btn:hover {
    color: var(--c_black);
    background-color: var(--c_deepBeige);
    transition: .3s ease;
}

/******************************    visual  */
.smb-visual {
    background-color: var(--c_lightBlue);
    padding: var(--padding_visual);
    overflow: hidden;
    padding: 0;
}
.smb-visual .smb-inner {
    position: relative;
    justify-content: space-between;
    padding: var(--padding_visual);
}
.text-area {    
    width: 40%;
    z-index: 10;
    margin-top: -80px;
}
.image-area {
    width: 39.58vw;
    line-height: 0;
    border-radius: 2000px 2000px 0 0;
    overflow: hidden;
    z-index: 10;
}
.circle1 {
    position: absolute;
    top: 54px;
    left: 0;
    width: 118px;
    opacity: 30%;
    z-index: 5;
}
.circle2 {    
    position: absolute;
    top: 310px;
    right: -4%;
    width: 234px;
    opacity: 1;
    z-index: 5;
}
.blur, .blur2, .blur3 {
    position: absolute;
}
.blur {
    top: 30px;
    left: -20px;
    width: 337px;
    height: 337px;
    opacity: 0;
    animation: opacity_move50 1.5s .5s forwards;
    z-index: 0;
}
.smb-visual .blur2 { 
    top: -13%;
    right: -10%;
    width: 590px;
    height: 590px;
    opacity: 0;
    animation: opacity_move100 1.5s .8s forwards;
    z-index: 0;
}
.smb-visual .blur3 {
    bottom: -30%;
    left: 12%;
    width: 740px;
    height: 770px;
    opacity: 0;
    animation: opacity_move60 1.5s 1s forwards;
    z-index: 0;
}

/******************************   contents  */
.smb-shame {background-color: var(--c_beige);}
.smb-shame .smb-inner {
    flex-direction: column;
}
.smb-shame .detail-title::after {
    opacity: 0;
}
.smb-shame .__ani .detail-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--c_black);
    margin-top: 16px;
    animation: move-X .3s .2s ease-in forwards;
}
.smb-shame li.__ani  .detail-text {
    opacity: 0;
    overflow: hidden;
}
.smb-shame li.__ani .detail-text {
    animation: move-Y .3s .3s ease-in forwards;
}
.smb-shame li.__ani  .detail-text:nth-last-child(2) {
    animation: move-Y .3s .4s ease-in forwards;
}
.smb-shame li.__ani  .detail-text:nth-last-child(1) {
    animation: move-Y .3s .5s ease-in forwards;
}
.smb-shame li.__ani  .detail-text::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/icon_check_blue.png') no-repeat center;
    background-size: contain;
    margin-right: 8px;
}
.shame-list {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    gap: 24px;
}
.shame-list > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    overflow: hidden;
}
.shame-list > li > img {
    padding-bottom: 24px;
}



.smb-change {position: relative;background-color: var(--c_white);border-top-right-radius: 200px;border-bottom-left-radius: 200px;}
.smb-change .smb-inner {
    position: relative;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
}
.smb-change::before {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    display: block;
    width: 204px;
    height:204px;
    background-color: var(--c_pink);
    z-index: -11;
}
.smb-change::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 204px;
    height:204px;
    background-color: var(--c_beige);
    z-index: -11;
}
.smb-change .circle1 {
    width: 184px;
    top: 12%;
    left: 8%;
    opacity: 70%;
}
.smb-change .circle2 {    
    width: 132px;
    top: auto;
    bottom: -5%;
    left: auto;
    right: 29%;
    opacity: 1;
}
.smb-change .light-box .blur2 {
    top: auto;
    left: auto;
    right: 0;
    width: 632px;
    height: 632px;
    opacity: 0;
}
.smb-change .light-box .blur3 {
    top: -30%;
    bottom: auto;
    left: 8%;
    width: 472px;
    height: 472px;
    opacity: 0;
}
.smb-change .__ani .light-box .blur2 {
    animation: opacity_move100 .3s .2s ease-in forwards;
}
.smb-change .__ani .light-box .blur3 {
    animation: opacity_move100 .3s .3s ease-in forwards;
}
.smb-change .text-box {    
    text-align: left;
    z-index: 10;
}
.smb-change .smb-title {
    text-align: left;
    padding-right: 128px;
}
.smb-change .detail-text > span {
    display: inline-block;
    width: 36px;
    margin-right: 12px;
}
.smb-change .text-box > ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.smb-change .text-box > ul > li:nth-last-child(2) {
    color: var(--c_lightBlue);
    font-weight: 700;
}



.smb-num {background-color: var(--c_pink);}
.smb-num .smb-inner {
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.smb-num .smb-title {
    position: relative;
    z-index: 15;
}
.smb-num .smb-title::before {
    content: '';
    position: absolute;
    top: -360%;
    left: 50%;
    display: block;
    width: 996px;
    height: 786px;
    transform: translateX(-50%);
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_blur_white.png') no-repeat center;
    background-size: cover;
    opacity: 0;
    z-index: -1;
}
.smb-num.__ani .smb-title::before {
    animation: opacity_move100 .8s .2s ease-in-out forwards;
}
.smb-num article {
    position: relative;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    max-width: 1064px;
    width: 100%;
    margin-bottom: 80px;
    overflow: hidden;
}
.smb-num article:nth-last-child(1) {
    margin-bottom: 0;
}
.smb-num article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--c_award);
    z-index: 15;
}
.smb-num article > img {
    width: 100px;
    padding: 20px 0;
    opacity: 0;
}
.smb-num article.__ani > img {
    animation: opacity_move100 .3s ease-in;
    opacity: 1;
}
.smb-num  .detail-title {
    color: var(--c_award);
    padding: 20px 0;
    opacity: 0;
}
.smb-num article.__ani .detail-title {
    animation: opacity_move100 .3s ease-in;
    opacity: 1;
}
.num-layout {
    width: 62%;
}
.content-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 16px;
}
.content-area:first-child {
    padding-top: 0;
}
.content-area:nth-child(2) img {
    order: 2;
} 
.content-area > img {
    width: 50%;
}
.content-area .info-area {
    width: 50%;
    height: 100%;
    height: auto;
    background-color: var(--c_white);
}
.content-area .info-area .detail-subtitle {
    background-color: var(--c_beige);
    padding: 24px 0 24px 26px;
}
.content-area .info-area ul {
    padding: 16px 10px 0 26px;
}
.content-area .info-area ul li::before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/icon_check_beige.png') no-repeat center;
    background-size: contain;
    margin-right: 5px;
}
.include-slide {
    display: flex;
    flex-direction: column;
}
.include-slide .slide_btn {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    width: 100%;
    order: 1;
}
.include-slide .slide_btn li {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    color: var(--c_award);
    background-color: var(--c_white);
    cursor: pointer;
}
.include-slide .slide_btn li.active {
    color: var(--c_white);
    background-color: var(--c_award);
}
.cont_slide_wrap {
    line-height: 0;
}
.slide_tab_cont {
    display: none;
}
.slide_tab_cont.active {    
    position: relative;
    display: block;
    overflow: hidden;
}
.include-slide .swiper-button-prev {
    left: 0;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.include-slide .swiper-button-next {
    right: 0;
    left: auto;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.include-slide .swiper-button-prev:after {
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/icon_arrow_black_prev.png') no-repeat center;
    background-size: cover;
    width: 26px;
    height: 26px;
    font-size: 0;
}
.include-slide .swiper-button-next:after {
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/icon_arrow_black.png') no-repeat center;
    background-size: cover;
    width: 26px;
    height: 26px;
    font-size: 0;
}

.smb-review {background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review_bg.png') no-repeat center top;background-size: cover;}
.smb-review .smb-inner {
    flex-direction: column;
}
.smb-review .smb-title {
    color: var(--c_white);
}
.smb-review .smb-title > strong {
    color: var(--c_beige)
}
.smb-review .review-list {   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
    gap: 54px 24px;
}
.smb-review .review-list > li {
    position: relative;
    width: 31%;
}
.smb-review .review-list > li::before {
    content: '';
    position: absolute;
    top: 109px;
    left: 14px;
    display: block;
    min-width: 24px;
    min-height: 17px;
    width: min(1.25vw, 24px);
    height: min(0.98vw, 17px);
    background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/icon_quotes.png) no-repeat center;
    background-size: cover;
    opacity: 0;
}
.smb-review .review-list.__ani > li::before {
    animation: opacity_move100 .3s .2s ease-in forwards;
}
.review-list .detail-title {
    color: var(--c_black);
    padding: 24px 0 24px 32px;
    background-color: var(--c_beige);
}
.review-list .detail-title::after {
    content: '';
    position: absolute;
    top: -32px;
    right: 1vw;
    display: block;
    min-width: 90px;
    min-height: 90px;
    width: min(6.41vw, 123px);
    height: min(6.41vw, 123px);
    background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review1.png) no-repeat center;
    background-size: cover;
    opacity: 0;
}
.review-list.__ani .detail-title::after {
    animation: move-X-reverse .5s .4s ease-in-out forwards;
}
.review-list li:nth-child(2) .detail-title:after {
    background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review2.png) no-repeat center;
    background-size: cover;
}
.review-list li:nth-child(3) .detail-title:after {
    background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review3.png) no-repeat center;
    background-size: cover;
}
.review-list li:nth-child(4) .detail-title:after {
    background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review4.png) no-repeat center;
    background-size: cover;
}
.review-list li:nth-child(5) .detail-title:after {
    background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review5.png) no-repeat center;
    background-size: cover;
}
.review-list li:nth-child(6) .detail-title:after {
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review6.png') no-repeat center;
    background-size: cover;
}
.review-list .detail-title .detail-subtitle {
    display: block;
    font-weight: 400;
}
.review-list .detail-text {
    padding: 24px 0 24px 32px;
    background-color: var(--c_white);
}


.smb-spot {background-color: var(--c_lightBeige);}
.smb-spot .smb-inner {
    flex-direction: column;
}
.smb-spot .smb-title {
    position: relative;
    width: 403px;
    padding-bottom: 16px;
}
.smb-spot .smb-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 403px;
    height: 69px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_t_premiumoffice.png') no-repeat center;
    background-size: cover;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
}
.smb-spot.__ani .smb-title::before {
    transition: .3s .3s ease-in;
    opacity: 1;
}
.smb-spot .detail-subtitle {
    font-weight: 400;
    padding-bottom: 60px;
}
.smb-spot .detail-text {
    font-size: 16px;
}
.spot-contents {
    width: 100%;
}
.art-slide {    
    position: relative;
    display: flex;
    justify-content: space-between;
    width: min(55.52vw, 1066px);
    height: min(22.19vw, 426px);
    max-width: 1066px;
    gap: 1.2vw;
    margin: 0 auto min(5.21vw, 100px);;
}
.art-slide > img {
    width: min(15.78vw, 303px);
}
.art-slide .slide-yeoljiro,
.art-slide .slide-gang3,
.art-slide .slide-seoulstation,
.art-slide .slide-shin1 {
    width: min(55.36vw, 1063px);
    height: 100%;
    overflow: hidden;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: min(38.39vw, 737px);
    top: auto !important ;
    left: auto !important;
    bottom: min(-0.83vw, -16px) !important;
    background-color: rgba(34, 34, 34, 0.1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--c_deepBlue);
}
.spot-service {
    width: min(55.52vw, 1066px);
    max-width: 1066px;
    display: flex;
    flex-direction: column;
}
.spot-service > h4 {
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 0;
}
.spot-service > h4 > img {
    width: 318px;
}
.spot-service > h4::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: var(--c_black);
    margin: 40px 0;
}
.spot-service > ul {
    text-align: center;
    align-items: flex-start;
    display: flex;
    justify-content: center;
    gap: 1.88vw;
}

.smb-advantage {position: relative;background-color: var(--c_lightBlue);overflow: hidden;}
.smb-advantage .smb-inner {flex-direction: column;}
.smb-advantage .smb-title {color: var(--c_white);}
.smb-advantage .smb-title > strong {color: var(--c_deepBeige);}
.smb-advantage ul {
    align-items: flex-start;
    display: flex;
    max-width: 1066px;
    Width: 100%;
    height: 100%;
    gap: 24px;
    line-height: 0;
    overflow: hidden;
    z-index: 15;
}
.smb-advantage ul > li:nth-child(even) {
    margin-top: 48px;
}
.smb-advantage .blur2 {
    width: 683px;
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.smb-advantage .__ani .blur2 {
    opacity: 30%;
    transition: .5s .5s linear;
}
.smb-advantage .circle1 {
    position: absolute;
    top: 31%;
    left: 60%;
    width: 164px;
    opacity: 30%;
    z-index: 5;
}
.smb-advantage .circle2 {
    top: -10%;
    left: 32%;
    width: 212px;
    z-index: 5;
    opacity: 30%;
}

.smb-award { background-color: var(--c_award);}
.smb-award .smb-inner {flex-direction: column;}
.smb-award .smb-title {color:var(--c_white)}
.smb-award .detail-subtitle {display: block;font-weight: 500;color:var(--c_white)}

/******************************  animation  */
@keyframes rotate_move {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes opacity_move30 {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 30%;
    }
}
@keyframes opacity_move50 {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 50%;
    }
}
@keyframes opacity_move60 {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 60%;
    }
}
@keyframes opacity_move80 {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 60%;
    }
}
@keyframes opacity_move90 {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 90%;
    }
}
@keyframes opacity_move100 {
    0% {
        opacity: 0%;
    }
    100% {
        opacity: 1;
    }
}
@keyframes move-X {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes move-X-reverse {
    0% {
        transform: translateX(10%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes move-Y {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


@media all and (max-width: 960px) {
    .hidden-pc{display: block;}
    .hidden-mo{display: none;}
    .condition-table.hidden-mo {display: none;}
    :root {
        --padding: 130px 20px;
        --padding_visual: 54px 20px 0;
    }
    

    .visual-title {
        font-size: 34px;
    }
    .visual-subtitle {
        font-size: 18px;
    }
    .smb-title {
        font-size: 28px;
        padding-bottom: 40px;
    }
    .detail-title {
        font-size: 22px;
    }
    .detail-subtitle {
        font-size: 18px;
    }
    .detail-text {
        font-size: 16px;
    }
    .smb-btn {
        font-size: 18px;
        padding: 14.5px 32px;
        margin-top: 40px;
    }
    .smb-visual .smb-btn {
        padding: 12.5px 48px;
        margin: 32px auto 0;
    }


    .smb-visual .smb-inner {
        flex-direction: column;
    }
    .text-area {    
        text-align: center;
        width: 100%;
        margin-top: 0;
    }
    .image-area {
        width: 100%;
        margin: 58px auto 0;
    }
    .circle1 {
        top: 17px;
        left: 15px;
        width: 50px;
        opacity: 50%;
    }
    .circle2 {
        top: 53%;
        right: 10%;
        width: 108px;
        opacity: 1;
    }
    .blur {
        top: -3%;
        left: 1%;
        width: 143px;
        height: 143px;
        animation: opacity_move30 1.5s .5s forwards;
    }
    .smb-visual .blur2 {
        top: auto;
        bottom: 15%;
        right: auto;
        left: -40%;
        width: 339px;
        height: 339px;
        animation: opacity_move90 1.5s 1s forwards;
    }
    .smb-visual .blur3 {
        bottom: 13%;
        right: -23%;
        left: auto;
        width: 217px;
        height: 217px;
        animation: opacity_move100 1.8s .5s forwards;
    }
    

    .shame-list {
        flex-direction: column;
        gap: 60px;
    }
    .smb-shame .__ani li .detail-text::before {
        vertical-align: text-top;
        width: 16px;
        height: 16px;
        margin-top: 1px;
    }


    .smb-change {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }
    .smb-change .smb-inner {flex-direction: column;align-items: center;}
    .smb-change .smb-title {padding: 0 0 40px 0;}
    .smb-change .text-box > ul {gap: 16px;}
    .smb-change .text-box > ul > li {position: relative;}
    .smb-change .text-box > ul > li:nth-child(2) {padding-left: 40px;}
    .smb-change .detail-text > span {
        position: absolute;
        left: 0;
        display: block;
        margin-right: 8px;
    }
    .smb-change .light-box .blur2 {
        top: -5%;
        left: -50%;
        right: auto;
        width: 424px;
        height: 424px;
        opacity: 0;
    }
    .smb-change .light-box .blur3 {
        top: auto;
        bottom: -22%;
        left: auto;
        right: -40%;
        width: 362px;
        height: 362px;
    }
    .smb-change .__ani .light-box .blur2 {
        animation: opacity_move60 .3s .2s ease-in forwards;
    }
    .smb-change .circle1 {
        width: 126px;
        top: -6%;
        left: 25%;
    }
    .smb-change .circle2 {
        width: 66px;
        top: auto;
        bottom: 8%;
        left: auto;
        right: 30%;
    }



    .smb-num .detail-title{
        padding: 20px 0 0;
    }
    .smb-num article > img {
        width: 80px;
        padding: 20px 0 0;
    }
    .smb-num .smb-title::before {
        top: -146%;
        width: 396px;
        height: 416px;
        z-index: -1;
    }
    .smb-num article {    
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 32px 0;
        z-index: 15;
    }
    .num-layout {
        width: 100%;
    }
    .content-area {
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }
    .content-area > img {
        width: 100%;
        height: 100%;
    }
    .content-area .info-area {
        width: 100%;
        order: 2;
    }
    .content-area .info-area ul {
        padding: 16px 0 16px 28px;
    }
    .content-area .info-area .detail-subtitle {
        text-align: center;
        Padding: 16px; 
    }



    .smb-review {background: url('/wp-content/themes/fastfive/assets/images/pages/smallbusiness/img_review_bg_m.png') no-repeat center top;background-size: cover;}
    .smb-review .review-list {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 37px;
        width: 100%;
        max-width: 375px;
        margin-top: 20px;
    }
    .smb-review .review-list > li {
        width: 100%;
    }
    .review-list .detail-title::after {
        top: -21px;
        right: 26px;
        display: block;
        min-width: 100px;
        min-height: 100px;
        width: 100px;
        height: 100px;
    }
    .review-list .detail-title,
    .review-list .detail-text {
        padding: 20px 0 20px 26px;
    }
    .smb-review .review-list > li::before {
        top: 95px;
        left: 12px;
        display: block;
        min-width: 19px;
        min-height: 13px;
        width: 19px;
        height: 13px;
    }


    .smb-spot .smb-title {
        width: 256px;
    }
    .smb-spot .smb-title::before {
        width: 255px;
        height: 48px;
        top: 40%;
        background-size: 100%;
    }
    .smb-spot .detail-subtitle {
        text-align: center;
    }
    .art-slide {    
        flex-direction: column;
        width: 100%;
        height: 100%;
        line-height: 0;
        margin: 0 auto 70px;
    }
    .art-slide > img {
        width: 100%;
    }
    .art-slide .slide-yeoljiro, .art-slide .slide-gang3, .art-slide .slide-seoulstation, .art-slide .slide-shin1 {
        width: 100%;
    }
    .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: 100%;
        height: 2px;
        bottom: -8px !important;
    }

    .spot-service {
        width: 100%;
    }
    .spot-service > h4::after {
        width: 100%;
        height: 4px;
        margin: 16px auto 32px;
    }
    .spot-service > h4 > img {
        width: 226px
    }
    .spot-service > ul {
        width: 100%;
        gap: 24px 12px;
        flex-wrap: wrap;
    }
    .spot-service > ul > li {
        width: 30%;
    }
    
    .smb-advantage ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        overflow: visible;
    }
    .smb-advantage ul > li {
        width: 48%;
    }
    .smb-advantage ul > li:nth-child(even) {
        transform: translateY(31px);
        margin-top: 0;
    }
    .smb-advantage .smb-btn {
        margin-top: 80px;
    }
    .smb-advantage .circle2 {
        top: 40px;
        left: -40px;
        width: 113px;
    }
    .smb-advantage .circle1 {
        top: 195px;
        left: auto;
        right: -40px;
        width: 87px;
    }
    .smb-advantage .blur2 {
        top: 0;
    }

    .smb-award .detail-subtitle {    
        font-size: 22px;
        line-height: 1.4;
    }

}
/* 240104 추가 */
.btn_link{margin-top: 20px;font-size: 18px;line-height: 1.7;font-weight: 600;display: block;}
.btn_link .btn_page{display: inline-flex;align-items: center;border-bottom: 1px solid #00509A;color: #00509A;}
.art-slide{position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    max-width: 1066px;
    max-height: 426px;
    gap: 20px;
    margin: 0 auto 100px;}
    .art-slide a{
      width: calc(29.4% - 10px);
    }
    
.art-slide a > img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
  width: calc(70.6% - 10px);
}
.art-slide .slide-yeoljiro, .art-slide .slide-gang3, .art-slide .slide-seoulstation, .art-slide .slide-shin1{
  width: calc(70.6% - 10px);
}
.art-slide .swiper-wrapper{max-height:426px;}
.spot-service{
  max-width: 1066px;
  width: 100%;
  gap:33px;
}
.spot-service ul li{
  width: calc((100% / 6) - 27.5px);
}
.btn_page:after{content: '';display: inline-block;background: url(/wp-content/themes/fastfive/assets/images/pages/smallbusiness/ico_arrow_n.png) 50% 50% no-repeat;background-size: 22px auto;width: 22px;height: 22px;}
@media all and (max-width: 960px) {
  .btn_link{font-size: 14px;margin-top: 10px;}
  .art-slide a{width: 100%;}
  .art-slide{gap:8px;max-width:375px;margin-bottom: 70px;}
  .art-slide .slide-yeoljiro, .art-slide .slide-gang3, .art-slide .slide-seoulstation, .art-slide .slide-shin1{
    width: 100%;
  }
  .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{width: 100%;}
  .smb-num article{max-width:375px}
  .spot-service > h4::after{margin-bottom: 0;}
  .spot-service ul li{width: calc((100% / 3) - 8px);}
  .sec_lst .swiper-horizontal>.swiper-pagination-progressbar, .sec_lst .swiper-pagination-progressbar.swiper-pagination-horizontal{
  bottom: -32px !important;
  }
}