.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mainDownload {
    color: #555555;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 70px;
}

@media only screen and (min-width: 768px) {
    .mainDownload {
        padding: 25px;
    }
}

@media only screen and (min-width: 1024px) {
    .mainDownload {
        /* padding: 55px 65px 150px; */
    }
}

.headDownload {
    gap: 0 15px;
}

.headDownload .logo {
    width: 60px;
    height: 60px;
}

@media only screen and (min-width: 768px) {
    .headDownload .logo {
        width: 80px;
        height: 80px;
    }
}

.headDownload .logo img {
    width: 100%;
}

.headDownload .desGame .name {
    font-size: clamp(20px, 5vw, 30px);
}

.headDownload .desGame .des {
    color: #38A0FF;
    font-size: clamp(12px, 3vw, 18px);
}

.versionSetting {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.versionSetting .leftVersion {
    font-size: clamp(12px, 2.5vw, 16px);
    line-height: 1.7;
}

.versionSetting .leftVersion .titleVer {
    font-size: clamp(14px, 3.5vw, 20px);
    margin-bottom: 5px;
}

.versionSetting .dlGame {
    border-radius: 36px;
    background: #38A0FF;
    font-size: clamp(14px, 3.5vw, 20px);
    padding: 10px 25px;
}

.infomationDl .titInfo {
    font-size: clamp(14px, 3.5vw, 20px);
}

.infomationDl .text-detail {
    margin-top: 15px;
    overflow-y: auto;
}

@media only screen and (min-width: 1024px) {
    .infomationDl .text-detail {}
}

.linePageDL {
    margin-block: 15px;
    border-top: 1px solid #BABABA;
}

@media only screen and (min-width: 1024px) {
    .linePageDL {
        margin-block: 20px;
    }
}

.text-detail {
    line-height: 1.8;
    font-size: clamp(13px, 2.5vw, 16px);
}

.text-detail p img {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.logox img {
    width: 10%;
}

.desGame {
    margin-left: -1060px;
    margin-top: 3%;
}

.versionSetting {
    margin-right: 110px;
}

#view_download {
    height: auto;
}

.mainDownload {
    padding-top: 130px;
}

.mainDownload2 {
    padding-left: 0px;
}