/* MOBILE */
@media screen and (max-width: 640px) {
    .s__two-way {
        background-image: url(/res/sections/section2/bg_mobile.jpg);
        background-position: center;
        background-size: cover;
    }
    .two-way__highlight {
        top: 5px;
    }
}
/* TABLET */
@media screen and (min-width: 640px) and (max-width: 1279px) {
    .s__two-way {
        background-image: url(/res/sections/section2/bg_mobile.jpg);
        background-position: center;
        background-size: cover;
    }
    .two-way__highlight {
        top: 5px;
    }
}
/* PC */
@media screen and (min-width: 1280px) {
    .s__two-way {
        background-image: url(/res/sections/section2/bg.jpg);
        background-position: center;
        background-size: cover;
    }
    .two-way__highlight {
        top: 25px;
    }
}

/* 타이틀 */
.s__title {
    background-image: url(/res/sections/section1/bg.jpg);
    background-position: center;
    background-size: cover;
}
.title__anim--1 {
    animation-delay: 0.4s;
}
.title__anim--2 {
    animation-delay: 0.8s;
}
.title__anim--3 {
    animation-delay: 1.2s;
}
.title__anim--4 {
    animation-delay: 1.6s;
}
.title__anim--5 {
    animation-delay: 1.8s;
}
.title__anim--6 {
    animation-delay: 2s;
}
.title__mobile--left-prop {
    width: 110vw;
    left: 0;
    bottom: 0;
}
.title__mobile--right-prop {
    width: 70vw;
    top: -15%;
    right: -30%;
}
/* 창업방식 */
.two-way__anim--1 {
    animation-delay: 0.4s;
}
.two-way__anim--2 {
    animation-delay: 0.8s;
}
.two-way__anim--3 {
    animation-delay: 1.2s;
}
/* 배달 */
.full__title {
    width: 800px;
}
.full__anim--1 {
    animation-delay: 0.4s;
}
.full__anim--2 {
    animation-delay: 0.8s;
}
.full__anim--3 {
    animation-delay: 0.9s;
}
.full__anim--4 {
    animation-delay: 1s;
}
.delivery__text {
    z-index: 99;
}
/* 창업비용 */
.table__PC--left-prop {
    z-index: -1;
    bottom: -10px;
}
.table__PC--right-prop {
    top: 25%;
    z-index: -1;
}
.table__MOBILE--left-prop {
    width: 80vw;
    left: -20%;
    bottom: -10px;

    z-index: -1;
}
.table__MOBILE--right-prop {
    width: 80vw;
    right: -20%;
    top: 20%;

    z-index: -1;
}

/* 가맹절차 */
.s__process {
    background-color: #ebc7cc;
}
