@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #fff;
    font-size: 15px;
}

body,
html {
    height: 100%;
}

body {
    font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif, Helvetica, AppleGothic,
        "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑";
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

main {
    min-width: 320px;
    font-size: 14px;
}

.mobile-download {
    display: block;
    background: #020b17;
    width: 100%;
    min-height: 100vh;
    text-align: center;
}

.mobile-download button {
    line-height: 1.2;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.downloadable {
    background: #020b17;
}

.banner {
    min-height: 400px;
    position: relative;
}

.banner__slide img {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.banner__pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 8px 0;
}

.banner__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    border: none;
    padding: 0;
    cursor: pointer;
}

.banner__dot.is-active {
    opacity: 1;
}

.downloadContainer {
    padding: 20px 10px;
    text-align: center;
}

#desktop-buttons .button-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

#desktop-buttons .button-wrapper .btnDownload.mixed {
    margin: 0;
}

.btnDownload {
    background: url("/assets/images/mobile/download/new/download_button_bg.png") center center no-repeat;
    background-size: cover;
    display: block;
    width: 280px;
    height: 37px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto 10px;
    padding-top: 13px;
}

.btnDownload.mixed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0;
    margin: 0 auto;
}

.btnDownload.mixed > span {
    display: block;
    line-height: 1.1;
}

.btnDownload.mixed > span.buttonText {
    font-size: 13px;
    color: #bce4ff;
    margin-bottom: 2px;
}

.btnDownload.mixed > span.buttonType {
    font-size: 16px;
    font-weight: 700;
}

.mixSetupDesc {
    font-size: 12px;
    color: #ff4141;
    padding: 0 30px;
    margin-bottom: 30px;
    text-align: left;
}

.descContainer {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 20px;
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    text-align: left;
}

.descContainer > h1 {
    font-size: 18px;
    font-weight: 900;
    border-bottom: 2px solid #c00000;
    padding-bottom: 5px;
}

.descContainer > h2 {
    font-size: 18px;
    color: #c00000;
    padding-top: 7.5px;
    font-weight: 700;
}

.descContainer > ol > li {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    list-style: none;
}

.descContainer > ol > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.descContainer > ol > li > p {
    position: relative;
    padding: 0 15px;
}

.descContainer > ol > li > p::before {
    position: absolute;
    content: attr(data-number);
    left: 0;
}

.descContainer > ol > li > img {
    margin: 10px 0;
    width: 100%;
}

.descContainer article {
    text-align: left;
}

.descContainer article.minimumRequirements {
    padding: 10px 2px;
}

.descContainer article > h2 {
    color: #c00000;
    font-size: 15px;
    font-weight: 900;
    margin: 20px 0 10px;
}

.descContainer article > p {
    padding-bottom: 10px;
}

.descContainer article ul {
    list-style: none;
}

.descContainer article ul > li {
    padding: 2px 10px;
    position: relative;
}

.descContainer article ul > li::before {
    position: absolute;
    left: 0;
    content: "•";
    color: #c00000;
    font-weight: 900;
    width: 5px;
}

.descContainer article ul > li > .subDesc {
    padding: 5px 0;
    list-style: none;
}

.descContainer article ul > li > .subDesc > li {
    padding: 5px 10px;
    position: relative;
}

.descContainer article ul > li > .subDesc > li::before {
    color: #333;
    font-weight: 300;
}

.descContainer article ul > li > p {
    display: inline-block;
    font-weight: 900;
}

.descContainer article > .contactContents {
    background: #efefef;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    padding: 10px;
}

.descContainer article > .contactContents p {
    padding-bottom: 6px;
}

.is-hidden {
    display: none !important;
}

.mobile-download.is-desktop {
    min-height: 100vh;
}

.mobile-download.is-desktop .banner {
    min-height: auto;
}

.mobile-download.is-desktop .main-visual {
    text-align: center;
}

.mobile-download.is-desktop .main-visual img {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    height: auto;
}
