.x-content {
    line-height: 1;
}

.webfont,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, "Microsoft Yahei", "Lucida Grande", sans-serif;
}

.x-content *,
.x-content input {
    margin: 0;
    padding: 0;
}

.w-1050 {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 32px;
}

.pa-t {
    text-align: center;
}

.pa-t .pa-title {
    margin-bottom: 10px;
    font-size: 48px;

}

.pa-t .pa-subtitle {
    font-size: 36px;
    color: #A6A6A6;
}

.pa-top {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    color: #fff;
}

.pa-top a {
    color: #fff;
}

.pa-nav-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    justify-items: center;
    width: 852px;
    max-width: 100%;
    margin: 0 auto;
    gap: 20px 0;
    font-size: 16px;
    flex-wrap: wrap;
    padding: 0 32px;
}

.pa-nav-item {
    width: 6em;
    border-bottom: 4px solid transparent;
    padding: 10px 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: default;
}

a.pa-nav-item {
    cursor: pointer;
}

.pa-nav-item:hover,
.pa-nav-item.is-active {
    border-color: #b396e4;
}

.pa-nav-item:hover {
    text-decoration: none;
}

.pa-button {
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

.pa-button:hover {
    text-decoration: none;
}


.primary-button {
    border: 1px solid #b396e4;
    background-color: #b396e4;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.primary-button:hover {
    background-color: #fff;
    border-color: #b396e4;
    color: #b396e4;
}


.default-button {
    border: 1px solid #B396E4;
    background-color: #ffffff;
    color: #B396E4;
    transition: all 0.3s ease-in-out;
}

.default-button:hover {
    background-color: #B396E4;
    border-color: #b396e4;
    color: #fff;
}

.test-nav .pa-button,.pa-home-nav .pa-button {
    width: 48%;
}

.pa-button.is-disabled{
    cursor: not-allowed;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: #A6A6A6;
}

/* # ADD */
.pa-shadow {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.pa-video {
    position: relative;
    width: 900px;
}

.pa-video video {
    max-width: 100%;
}

.pa-video i {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}
.is-sp{
    display: none;
}
.t-gray{
    color: #808080;
}
.t-green{
    color: #1BB394;
}
.t-red{
    color: #BD3124;
}
.t-black{
    color: #383838;
}
.f-20{
    font-size: 20px;
}
.bg-bottom img {
    width: 100%;
}


@media all and (max-width: 1024px) {

}

@media all and (max-width: 768px) {
    .pa-nav-list{
        /* display: grid; */
        /* grid-template-columns: repeat(3, 1fr); */
        /* gap: 20px 80px; */
        padding: 0 16px;
        font-size: 14px;
    }

    .pa-t .pa-title {
        font-size: 36px;
    }
    .pa-t .pa-subtitle {
        font-size: 24px;
    }
    .is-sp{
        display: block;
    }
    .is-pc{
        display:none;
    }
    .f-20{
        font-size: 18px;
    }
}

@media all and (max-width: 430px) {
    .pa-nav-list{
        gap: 20px 32px;
    }
}