.h5 {
    display: none;
}

.pc {

    width: 100%;
    min-width: 1280px;
    position: relative;

}

.pc1 {
    width: 100%;
    background-color: #232626;

}

.pc2 {
    width: 100%;
    background-color: #232626;
    margin-top: -10px;
}

.btn {
    width: 11%;
    height: auto;
    position: absolute;
    top: 3px;
    right: 10%;
    background-color: transparent;
    cursor: pointer;
}


.btn-box {
    width: 66%;
    height: auto;
    position: absolute;
    bottom: 13.5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    display: flex;

}

.btn-box img {
    width: 33%;
    height: auto;
    background-color: transparent;
    cursor: pointer;

}