body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.father-container {
    width: 100%;
    height: auto;
}

.father-header {
    width: 100%;
}

.father-header-mob {
    display: none;
}

.father-header img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.father-content {
    background: url(../images/88active_02.jpg);
    width: 100%;
    background-repeat: repeat-y;
    display: flex;
    justify-content: center;
    margin-top: -5px;
    height: 180px;
}

.domobtn {
    background: url(../images/88active_05.png);
    width: 440px;
    height: 117px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    padding: 16px 0px;
    margin: 36px 80px;
}

.domobtn:hover {
    background: url(../images/88active_05_hvoer.png);
    width: 440px;
    height: 117px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    padding: 16px 0px;
    margin: 36px 80px;
}

.k2btn {
    background: url(../images/88active_07.png);
    background-size: contain;
    width: 440px;
    height: 117px;
    display: block;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    margin: 36px 80px;
}

.k2btn:hover {
    background: url(../images/88active_07_hover.png);
    background-size: contain;
    width: 440px;
    height: 117px;
    display: block;
    background-repeat: no-repeat;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    margin: 36px 80px;
}

.father-main {
    width: 100%;
    height: auto;
}

.father-main-mob {
    display: none;
}

.father-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 1400px) {
    .domobtn, .k2btn {
        width: 350px;
        height: 93px;
        margin: 56px 80px;
    }

    .domobtn:hover, .k2btn:hover {
        width: 350px;
        height: 93px;
        margin: 56px 80px;
    }
}

@media screen and (max-width: 1100px) {
    .domobtn, .k2btn {
        width: 280px;
        height: 74px;
        margin: 56px 80px;
    }

    .domobtn:hover, .k2btn:hover {
        width: 280px;
        height: 74px;
        margin: 56px 80px;
    }
}

@media screen and (max-width: 834px) {
    .domobtn, .k2btn {
        margin: 56px 20px;
    }

    .domobtn:hover, .k2btn:hover {
        margin: 56px 20px;
    }
}

@media screen and (max-width: 780px) {
    .father-header {
        display: none;
    }

    .father-header-mob {
        display: block;
        width: 100%;
    }

    .father-header-mob img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .father-content {
        background: url(../images/88active_mob_02.jpg);
        width: 100%;
        background-repeat: repeat-y;
        display: flex;
        justify-content: center;
        margin-top: -5px;
    }

    .father-main {
        display: none;
    }

    .father-main-mob {
        display: block;
        width: 100%;
    }

    .father-main-mob img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (max-width: 460px) {
    .father-content {
        flex-direction: column;
    }

    .domobtn, .k2btn {
        padding: 0px;
        margin: 8px auto;
        width: 60%;
        height: 85px;
    }

    .domobtn:hover, .k2btn:hover {
        padding: 0px;
        margin: 8px auto;
        width: 60%;
        height: 85px;
    }
}

@media screen and (max-width: 380px) {
    .domobtn, .k2btn {
        height: 60px;
    }

    .domobtn:hover, .k2btn:hover {
        height: 60px;
    }
}

@media screen and (max-width: 360px) {
    .domobtn, .k2btn {
        width: 60%;
    }

    .domobtn:hover, .k2btn:hover {
        width: 60%;
    }

}

@media screen and (max-width: 320px) {
    .domobtn, .k2btn {
        width: 70%;
    }

    .domobtn:hover, .k2btn:hover {
        width: 70%;
    }
}