    * {
        border: 0;
        font: inherit;
        font-size: 100%;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        text-decoration: none;
    }

    html {
        width: 100%;
        height: 100%;
        touch-action: none;
        touch-action: pan-y;
    }

    body {
        width: 100%;
        height: 100%;
        background-color: white;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        height: 100%;
        line-height: 1;
        margin: 0;
        position: static;
    }

    .flex {
        display: flex;
    }

    .justify-center {
        justify-content: center;
    }

    .item-center {
        align-items: center;
    }

    body::-webkit-scrollbar {
        display: none;
    }

    a {
        color: #01875f;
    }

    .download-page {}

    .header {
        height: 56px;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 16px;
    }

    .header img {
        width: 40px;
        height: 40px;
    }

    .header span {
        font-size: 22px;
        color: rgb(95, 99, 104)
    }

    .content {
        padding: 0 24px;
        padding-bottom: 24px;
    }

    .content-one {
        padding-bottom: 32px;
    }

    .content-two {
        margin-top: 40px;
    }

    .info {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-top: 48px;
    }

    .info img {
        width: 72px;
        height: 72px;
        background-color: #fff;
        border-radius: 20%;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

    .info .name {
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 2rem;
        font-size: 1.5rem;
        letter-spacing: 0;
        font-weight: 400;
        font-weight: 500;
        align-items: flex-end;
        display: flex;
        width: 100%;
        word-break: keep-all;
    }

    .info .code {
        color: #01875f;
        fill: #01875f;
        stop-color: #01875f;
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 1.5rem;
        font-size: 1rem;
        letter-spacing: .00625em;
        font-weight: 500;
    }

    .info .text {
        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-family: Roboto, Arial, sans-serif;
        line-height: 1rem;
        font-size: .75rem;
        letter-spacing: .025em;
        font-weight: 400;
        display: flex;
        align-items: center;
    }

    .limit {
        height: 64px;
        margin: 16px 0 24px -24px;
        padding: 12px 0;
        width: 100vw;
        align-items: center;
        display: flex;
    }

    .limit .item {
        min-width: 96px;
        padding: 0 16px;
        position: relative;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
    }

    .limit .star img {
        width: 12px;
        height: 12px;
        margin-left: 2px;
    }

    .limit .item+.item::before {
        background-color: rgb(232, 234, 237);
        content: "";
        display: block;
        height: 24px;
        left: 0;
        position: absolute;
        top: calc(50% - 12px);
        width: 1px;
    }


    .limit .down-num {}

    .limit .num {
        color: rgb(32, 33, 36);
        fill: rgb(32, 33, 36);
        stop-color: rgb(32, 33, 36);
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        font-size: .875rem;
        letter-spacing: .0178571429em;
        font-weight: 500;
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        white-space: nowrap;
    }

    .limit .text {
        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-family: Roboto, Arial, sans-serif;
        line-height: 1rem;
        font-size: .75rem;
        letter-spacing: .025em;
        font-weight: 400;
        align-items: center;
        display: flex;
        height: 20px;
        justify-content: center;
        white-space: nowrap;
    }

    .age img {
        height: 16px;
        min-width: 16px;
    }

    .age .age-text {
        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-family: Roboto, Arial, sans-serif;
        line-height: 1rem;
        font-size: .75rem;
        letter-spacing: .025em;
        font-weight: 400;
        align-items: center;
        display: flex;
        height: 20px;
        justify-content: center;
        white-space: nowrap;
    }

    .btn-ul .btn {
        background-color: #01875f;
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        font-size: .875rem;
        letter-spacing: .0178571429em;
        font-weight: 500;
        height: 36px;
        margin: 6px 0;
        min-height: 36px;
        min-width: 160px;
        padding: 8px 16px;
        border-radius: 8px;

        line-height: 1.25rem;
        font-size: .875rem;
        letter-spacing: .0178571429em;
        font-weight: 500;
        height: 36px;
        margin: 6px 0;
        min-height: 36px;
        min-width: 160px;
        color: #fff;

        justify-content: center;
        align-items: center;
        display: flex;
    }

    .btn-ul .btn:hover,
    .btn-ul .btn:active {
        background-color: #056449;
    }

    .btn-ul .btn-list {
        justify-content: center;
        align-items: center;
        display: flex;
        gap: 20px;
    }

    .btn-ul .btn-li {
        text-transform: uppercase;
        height: 36px;
        border-radius: 4px;

        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-size: .875rem;
        letter-spacing: .0107142857em;
        font-weight: 500;
        text-transform: none;

        color: #01875f;
        align-items: center;
        display: flex;
        gap: 8px;


        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        min-width: 64px;
        border: none;
        outline: none;
        line-height: inherit;
        -webkit-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        overflow: visible;
        vertical-align: middle;
        background: transparent;
        height: 40px;
    }

    .btn-ul .btn-li img {
        width: 24px;
        height: 24px;
    }

    .notice-ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .notice-ul .notice-li {
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        display: flex;
        padding: 4px 0;
    }

    .notice-ul img {
        font-size: 20px;
        height: 20px;
        margin-right: 12px;
        width: 20px;
    }

    .img-ul {
        width: 100%;
        overflow-x: auto;
    }

    .img-ul .img-list {
        display: flex;
        justify-items: center;
        gap: 12px;
    }

    .img-ul .img-list img {
        border-width: 0;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
        border-radius: 8px;
        cursor: pointer;
        height: 204px;
        min-width: 92px;
    }

    .info-ul {
        padding-top: 20px;
        width: 100%;
    }

    .info-ul .title-li {
        color: rgb(32, 33, 36);
        fill: rgb(32, 33, 36);
        stop-color: rgb(32, 33, 36);
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 1.5rem;
        font-size: 1.125rem;
        letter-spacing: 0;
        font-weight: 400;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .info-ul .title-li img {
        width: 20px;
        height: 20px;
    }

    .info-ul .info-text {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;

        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
        font-family: Roboto, Helvetica, Arial, sans-serif;
    }

    .info-ul .info-text.clamp {
        /* max-height: 7.5rem; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        line-clamp: 9;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .info-ul .update {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 12px;
        margin-bottom: 4px;
        margin-top: 28px;
    }

    .info-ul .text {
        color: rgb(32, 33, 36);
        fill: rgb(32, 33, 36);
        stop-color: rgb(32, 33, 36);
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        line-height: 1.25rem;
        font-size: .875rem;
        letter-spacing: .0178571429em;
        font-weight: 500;
    }

    .info-ul .date {
        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        margin-top: 4px;
    }

    .tool {
        overflow-x: auto;
        width: 100%;
    }

    .tool .tool-list {
        display: flex;
        align-items: center;
        gap: 16px 12px;
        margin-bottom: 4px;
        margin-top: 28px;
    }

    .tool .tool-list .item {
        color: rgb(95, 99, 104);
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-size: .875rem;
        letter-spacing: .0107142857em;
        font-weight: 500;
        text-transform: none;
        transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
        box-shadow: none;
        border: 1px solid rgb(218, 220, 224);
        min-height: auto;
        padding: 0 15px 0 15px;
        height: 32px;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .info-ul .info-text-one {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;

        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
        font-family: Roboto, Helvetica, Arial, sans-serif;
    }

    .info-text-one .data-list {
        border-radius: 8px;
        border: 1px solid rgb(218, 220, 224) !important;
        margin-top: 30px;
        padding: 20px 20px 0;
    }

    .info-text-one .data-list .item {
        align-items: flex-start;
        display: flex;
    }

    .info-text-one .data-list .item+.item {
        margin-top: 20px;
    }


    .info-text-one .data-list .item img {
        height: 20px;
        margin-right: 20px;
        width: 20px;
    }

    .info-text-one .data-list .item a {
        color: rgb(95, 99, 104);
        fill: rgb(95, 99, 104);
        stop-color: rgb(95, 99, 104);
        text-decoration: underline;
    }

    .info-text-one .data-list .view-details {
        height: 48px;
        color: #01875f;
        margin: 10px 0;
        font-family: "Google Sans", Roboto, Arial, sans-serif;
        font-size: .875rem;
        letter-spacing: .0107142857em;
        font-weight: 500;
        text-transform: none;
        display: flex;
        align-items: center;
    }