.franchise-nav{
    height: 6.25rem;
    background-color: #fefefc;
    font-size: 1.25rem;
    display: flex;
    justify-content: space-evenly;
}

.franchise-nav .nav-link {
    color: #d6b53c;
}

.franchise-nav .active {
    font-family: MuliBold, sans-serif !important;
    color: #06cecb;
    border-bottom: 1px solid #06cecb;
}

.franchise-conditions .boder {
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #f2f1d6;
}

.franchise-conditions .franchise-conditions-content {
    height: 32rem;
}

.franchise-conditions .franchise-conditions-content .nav {
    height: 18.5rem;
}

.franchise-conditions .franchise-conditions-content .nav li {
    height: 100%;
    width: 20rem;
}


.franchise-conditions .franchise-conditions-content .franchise-title {
    height: 7.75rem;
    font-size: 2.2rem;
    color: #d6b53c;
}

.franchise-conditions .franchise-conditions-content .nav li .imgdiv {
    height: 8rem;
}

.franchise-conditions .franchise-conditions-content .nav li .tipsdiv {
    height: 10rem;
}

.franchise-conditions .franchise-conditions-content .nav li .tipsdiv .title {
   font-size: 1.5rem;
}

.franchise-process{
    margin-bottom: 3rem;
}

.franchise-process .title {
    height: 10rem;
    font-size: 2.4rem;
    color: #d6b53c;
}

.franchise-process .imgdiv-warp {
    width: 75%;
    margin: 0 auto;
}

.franchise-process .imgdiv-warp .img-row .img-col-3 {
    width: 32.5%;
}

.franchise-process .imgdiv-warp .img-row .img-col-4 {
    width: 24%;
}

.franchise-process .imgdiv-warp .franchise-process-img-tips {
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

.franchise-process .franchise-process-img-icon {
    height: 2rem;
    width: 2rem;
    background-color: rgba(192, 192, 192, 0.50);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
}

.franchise-process .overlay {
    display: none;
}

.franchise-process .franchise-process-imgbox:hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: background 0.3s ease;
}

.franchise-process .franchise-process-imgbox:hover .overlay .overlay-tips {
    width: 10rem;
    font-size: 0.9rem;
    color: #fefefc;
    font-family: MuliLight, sans-serif
}

.w-30{
    width: 30%;
}

.franchise-fullserivce{
    height: 56rem;
    background: #f7f7f7;
}

.franchise-fullserivce .franchise-fullserivce-title {
    height: 3.75rem;
    font-size: 2.4rem;
    color: #d6b53c;
    padding: 3.75rem 0;
}

.franchise-fullserivce .nav-content {
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.franchise-fullserivce .nav-content-title {
    font-size: 1.8rem;
    color: #06cecb;
}

.franchise-fullserivce .nav-content-wrap {
    height: 35rem;
    background: #fefefc;
    border-radius: 5%;
    display: flex;
    justify-content: space-evenly;
    padding: 0 2.5rem;
    margin-top: 3rem;
}

.franchise-fullserivce .nav-content-wrap .title {
    color: #5d5d5d;
    font-size: 1.6rem;
}

.franchise-fullserivce .nav-content-wrap .tips {
    color: #999999;
    font-size: 1.2rem;
}

.franchise-policies .title {
    height: 10rem;
    font-size: 2.4rem;
    color: #d6b53c;
}

.franchise-policies .imgdiv-warp {
    width: 92.5%;
    margin: 0 auto;
}

.franchise-policies .imgdiv-warp .imgdiv {
    width: 32.95%;
}

.franchise-policies .imgdiv-warp .imgdiv .imgtips {
    height: 55px;
    background-color: #06cecb;
    color: #fefefc;
    font-size: 1.75rem;
}

.franchise-policies .franchise-policies-tips {
    width: 92.5%;
    margin: 1rem auto 5rem;
    height: 4.5rem;
    background-color: #f8e44d;
    color: #fefefc;
    font-size: 1.75rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 768px){

    .franchise-nav .w-50{
        width: 100% !important;
        text-align: center;

        .nav-item{
            width: 50%;
        }
    }

    .franchise-conditions-content {
        height: auto !important;

        .nav{
            height: auto !important;
        }
    }

    .franchise-fullserivce{
        height: auto;
    }

    .franchise-fullserivce .nav-content {
        flex-wrap: wrap;

        .w-30 {
            width: 100%;
            margin-bottom: 2rem;
        }
    }

    .franchise-process .imgdiv-warp .img-row{
        flex-wrap: wrap;
    }

    .franchise-process .imgdiv-warp .img-row .img-col-3 {
        width: 100%;
    }

    .franchise-process .imgdiv-warp .img-row .img-col-4{
        width: 49%;
    }

    .franchise-policies .imgdiv-warp .imgdiv{

        width: 49%;

        .imgtips{
            height: 4.5rem;
            font-size: 1.5rem;
        }
    }

    .franchise-policies .franchise-policies-tips{
        height: 6.5rem;
        text-align: center;
    }

    .franchise-process .imgdiv-warp{
        width: 90%;
    }

    .franchise-conditions .franchise-conditions-content .nav li {
        width: 15.5rem;
    }
}
