* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url("../img/bg.png")/*tpa=https://xxb.njupt.edu.cn/_upload/tpl/0f/5a/3930/template3930/img/bg.png*/;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0464AE;
}

.list {
    background: white;
    box-shadow: 0 0.05em 0.1em 0 #c7c7ca;
    border-bottom: #1C378F 0.6vw solid;
    border-radius: 0.85em;
    margin-top: 1em;
    position: relative;
    padding: 0 1em;
}

.list svg {
    width: 0.6em;
    align-self: center;
    margin-right: 0.5em;
}

.list a {
    display: flex;
    padding: 1em 0.625em;
    color: #1C378F;
    text-decoration: none;
    align-items: center;
    justify-content: space-evenly;
}

.list a:hover {
/*     text-decoration: underline; */
/*     text-decoration-color: #1C378F; */
    background-color: #E3E6F2;
    transform: rotateX(3deg) translateY(-0.1em);
    transition: all 200ms ease-out;
}

.list a span {
    color: #8E9BC7;
    font-size: 0.8em;
    white-space: nowrap;
}

.list a div {
    width: 21em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main {
    overflow: hidden;
    width: calc(1278 / 1440 * 100%);
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.1rem, 1vw, 5rem);
}


#header {
    width: 100%;
    aspect-ratio: 1278 / 58;
    padding: calc(54 / 2139 * 100%) 0;
    display: flex;
    justify-content: space-between;
}

#header img {
    scale: 2.2;
    transform-origin: left;
    height: 100%;
    object-fit: contain;
}

#header>div {
    width: calc(275 / 1278 * 100%);
    aspect-ratio: 275 / 58;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: flex-end;
    justify-content:center;
}

#menu {
    display: none;
}

#search {
    width: 100%;
    aspect-ratio: 259 / 36;
    padding: 0.5em;
    background: #FFF;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#search input {
    width: calc(241 / 259 * 100%);
    min-height: 2em;
    border: 0;
    font-size: clamp(0.1rem, 1vw, 5rem);
}

#submit {
    position: absolute;
    width: 2em !important;
    z-index: 10;
    opacity: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
}

#search svg {
    width: 1em;
    height: 1em;
    cursor: pointer;
}


.navigation {
    width: 100%;
    aspect-ratio: 1278 / 52;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #1C378F;
    align-items: center;
    position: relative;
}

.navigation a {
    width: 100%;
    height: 3em;
    line-height: 3em;
    color: white;
    text-decoration: none;
    text-align: center;
}

.navigation a:hover {
    width: 100%;
    scale: 1.2;
    transition: all 200ms linear;
}

.navigation div {
    width: 100%;
    height: 100%;
}


#swiper {
    width: 100%;
    aspect-ratio: 1278 / 355;
    background-color: #6CA6E6;
    overflow: hidden;
    display: flex;
    position: relative;
}

#swiper a:hover img {
    transform: scale(1.1);
    transition: all 200ms ease-out;
}

#swiper img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.swiper-pagination {
    background-color: #DCDCDC;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    height: 10%;
    bottom: 0 !important;
    width: 100%;
}

.swiper-pagination span {
    width: 83px;
    border-radius: unset;
    background-color: white;
}

.swiper-pagination-bullet {
    height: 3px !important;
}


#icons {
    width: calc(1210 / 1278 * 100%);
    aspect-ratio: 1210 / 134;
    padding: calc(10 / 1278 * 100%);
    background-color: #fff;
    margin: 0 auto calc(16 / 1278 * 100%);
    border-radius: 0.6vw;
    box-shadow: inset 0 -0.6vw #1C378F,
        0 0 0.6vw 0 #E9E9ED;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2em;
    position: relative;
}

#icons div {
    width: calc(80 / 1210 * 100%);
    padding: calc(10 / 1210 * 100%);
    display: flex;
    flex-wrap: wrap;
}

#icons svg {
    width: 100%;
    aspect-ratio: 1 / 1;
}

#icons a {
    width: 100%;
    text-align: center;
    color: #1C378F;
    text-decoration: none;
}

#icons a:hover {
/*     text-decoration: underline; */
    scale: 1.1;
    color: #273153;
    transition: all 200ms ease-out;
}

#icons span {
    display: block;
    text-wrap: nowrap;
}

#show {
    width: calc(1230 / 1278 * 100%);
    /* aspect-ratio: 1230 / 1316; */
    padding: calc(16 / 1316 * 100%) calc(24 / 1278 * 100%);
    background-color: #F8F8FD;
}

#area {
    display: grid;
    padding: 0 calc(24 / 1278 * 100%);
    column-gap: 1.75em;
    row-gap: 2em;
    height: calc(1138 / 1316 * 100%);
    margin-top: 2.5em;
    grid-template-columns: 33.9837% 33.9837% auto;
    grid-template-areas: "a a b"
        "c d b"
        "e f b";
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title div {
    height: 1.7em;
    color: #1C378F;
    border-bottom: 0.3em #A5BAD7 solid;
    font-size: 1.25em;
}

.title a {
    text-decoration: none;
    color: #5168B3;
    display: flex;
}

.title a:hover {
/*     text-decoration: underline; */
    text-decoration-color: #273153;
    color: #273153;
    transition: all 200ms linear;
}

.title svg {
    width: 1em;
    height: 1em;
    align-self: center;
}

#news {
    grid-area: a;
    /* aspect-ratio: 836 / 405; */
}

#sidebar {
    grid-area: b;
}

#partyWork {
    grid-area: c;
    /* aspect-ratio: 418 / 328; */
}

#workNotice {
    grid-area: d;
    /* aspect-ratio: 418 / 311; */
}

#FAQ {
    grid-area: e;
   /*  aspect-ratio: 418 / 311; */
}

#serviceGuide {
    grid-area: f;
    /* aspect-ratio: 418 / 311; */
}


#news a {
    text-decoration: none;
}

#moment {
    margin-top: 1em;
    display: flex;
    align-items: center;
    /* gap: 1.75em; */
    position: relative;
    height: 17em;
    background-color: white;
    box-shadow: 0 0.05em 0.1em 0 #c7c7ca;
    border-bottom: #1C378F 0.6vw solid;
    border-radius: 0.85em;
    padding: 1em;
    justify-content: space-around;
}

#moment > div:first-of-type{
    width: 42%;
    height: 97%;
    overflow: hidden;
}

#moment > div:last-of-type{
    width: 53%;
    height: 100%;
    overflow: hidden;
}

#moment > div:last-of-type ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 18em;
}

#moment > div:last-of-type ul a{
    color: #1C378F;
}

#news a:hover {
/*     text-decoration: underline; */
    transition: all 200ms ease-out;
    background-color: #E3E6F2;
    transform: rotateX(3deg) translateY(-0.1em);
}

#news .title a:hover {
    background-color: #F8F8FD;
}

#news span.Article_PublishDate{
    color: #8E9BC7;
}

/* #news a:active {
    text-decoration: underline;
} */

#newsBigIMG {
    display: flex;
    width: calc(342 / 871 * 100%);
    aspect-ratio: 342 / 350;
}

#newsBigIMG a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#newsBigIMG a:hover img {
    scale: 1.05;
    translate: 0 0.2em;
    transition: all 200ms ease-out;
}

#newsBigIMG a:active {
    text-decoration-color: black;
}

#newsBigIMG a p {
    width: 20em;
    height: 1.5em;
    font-size: 1.125em;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#newsBigIMG a>div {
    display: flex;
    align-items: center;
    gap: 1.375em;
}

#newsBigIMG div div:first-child {
    display: flex;
    flex-direction: column-reverse;
    color: #5168B3;
    align-items: center;
}

#newsBigIMG div div:first-child b{
    font-size: larger;
    font-weight: 700;
}

#newsBigIMG div div:last-child {
    color: #A1A1A1;
    font-size: 0.875em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2.5em;
    height: 7em;
}

#newsBigIMG img {
    width: 100%;
    aspect-ratio: 342 / 214;
    clip-path: circle(70%);
}

#newsBigIMG div span {
    font-size: 2em;
}

#newsBigIMG+div {
    width: calc(501 / 871 * 100%);
    aspect-ratio: 501 / 350;
    display: flex;
    flex-wrap: wrap;
}

#newsBigIMG+div a {
    width: 35em;
    display: flex;
    align-items: center;
    gap: 2em;
    height: 25%;
}

#newsBigIMG+div a>div:last-child {
    color: black;
}

#newsBigIMG+div a:active {
    text-decoration-color: black;
}

#newsBigIMG+div a div:first-child {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    color: #5168B3;
    height: 100%;
    justify-content: space-evenly;
}

#newsBigIMG+div a div:first-child div:first-of-type {
    width: 1em;
    height: 1em;
    font-size: 2em;
}

#newsBigIMG+div a div:first-child span{
    display: block;
    white-space: nowrap;
}

#newsBigIMG+div a>div:last-child {
    width: 27em;
}

#partyWork>div:not(.title)>div:first-child {
    margin-top: 1em;
    /* aspect-ratio: 368 / 119; */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.5em 0.5em 0 0.2em;
    position: relative;
    border-bottom: 1px dashed #ccc;
    height: 9.5em;
}

#partyWork>div.title + div{
    background: white;
    box-shadow: 0 0.05em 0.1em 0 #c7c7ca;
    border-bottom: #1C378F 0.6vw solid;
    border-radius: 0.85em;
}

#partyWork .title+div>div a:has(img) {
    width: 42%;
    height: 100%;
    aspect-ratio: 158 / 119;
    margin-right: 1.5em;
}

#partyWork a:has(img):hover {
    height: 100%;
    aspect-ratio: 158 / 119;
    scale: 1.02;
}

#partyWork .title+div>div a:has(img) + div{
    min-width: 14em;
}

/* #partyWork a:has(img):hover+div #firstWork {
    text-decoration: underline;
}
 */
#partyWork img {
    height: auto;
    width: auto;
    max-width: 100%;
    /* aspect-ratio: 158 / 119;
    border-radius: 0.2vw 0 0 0.2vw; */
    /* object-fit: contain; */
}

#partyWork .title+div div>div:first-child {
    display: flex;
    align-content: center;
    gap: 0.625em;
    flex-wrap: wrap;
    padding-right: 1em;
}

#partyWork .list {
    box-shadow: none;
    border: none;
    margin-top: 0.05em;
    padding: 0.9em 0 0;
}

#firstWork {
    color: #1C378F;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.125em;
}

/* #firstWork:hover {
    text-decoration: underline;
} */

#firstWork b {
    font-weight: 600;
    font-size: 1.125em;
}

#secondWork {
    position: absolute;
    right: 1em;
    text-decoration: none;
    color: #8E9BC7;
}

/* #secondWork:hover {
    text-decoration: underline;
} */

/*sidebar*/
#specialService {
    margin-top: 1em;
    position: relative;
    background: white;
    box-shadow: 0 0.05em 0.1em 0 #c7c7ca;
    border-bottom: #1C378F 0.6vw solid;
    border-radius: 0.85em;
    padding: 1.5em 1em;
    height: 16em;
}

#specialService svg {
    width: 1em;
    height: 1em;
    align-self: center;
}

#specialService a {
    margin-bottom: 1.5em;
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 1px dashed #ccc;;
    box-sizing: border-box;
}

#specialService a:last-of-type {
    margin-bottom: 0.75em;
}

#specialService a:hover {
/*     text-decoration: underline; */
    background-color: #E3E6F2;
    transform: rotateX(3deg) translateY(-0.1em);
    transition: all 200ms ease-out;
}

#specialService div:has(svg) {
    color: #90A1B9;
}

#specialService div:has(svg) span{
    white-space: nowrap;
}

#specialService div:not(:has(svg)) {
    width: 22em;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1C378F;
}

#imgs {
    margin: calc(36 / 1120 * 100%) 0;
}

#imgs a {
    width: 100%;
    /* aspect-ratio: 323 / 150.5; */
    height: 7em;
    margin-bottom: calc(14 / 293 * 100%);
    color: white;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.05em 0.05em 0.05em #c7c7ca;
    border-radius: 0.4em;
}

#imgs a:hover {
    transform: scale(1.05) translateX(1.5%);
    transition: transform 200ms ease-out;
}

#imgs a b {
    font-size: clamp(0.1rem, 2vw, 4rem);
    width: 4em;
    text-align: center;
}

#imgs a:first-child {
    margin-top: 2em;
    background-image: url("../img/cybersecurity.png")/*tpa=https://xxb.njupt.edu.cn/_upload/tpl/0f/5a/3930/template3930/img/cybersecurity.png*/;
    background-size: cover;
    background-position: center;
}

#imgs a:last-child {
    background-image: url("../img/legitimateSoftware.png")/*tpa=https://xxb.njupt.edu.cn/_upload/tpl/0f/5a/3930/template3930/img/legitimateSoftware.png*/;
    background-size: cover;
    margin-bottom: 1.4em;
    background-position: center 21%;
}

#studyGarden {
    width: 100%;
    aspect-ratio: 323 / 216;
}

#studyGarden .title {
    background-color: #1C378F;
    padding: 1em;
    border-radius: 0.5em 0.5em 0 0;
}

#studyGarden .title div {
    border: 0;
    align-content: center;
    color: white;
    font-weight: 700;
}

#studyGarden .title a svg {
    color: #7B8BBE;
}

#studyGarden .title a:hover {
    color: #7B8BBE;
/*     text-decoration: underline; */
}

#studyGarden div.title+div {
    aspect-ratio: 303 / 144;
    background-color: #FFFFFF;
    box-shadow: 0 0 0.1vw 0 #c7c7ca;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 0 0 0.5em 0.5em;
    position: relative;
    padding: 0.625em;
    border-bottom: #1C378F 0.6vw solid;
    border-radius: 0 0 0.85em 0.85em;

}

#studyGarden div.title+div svg {
    width: 0.6em;
    align-self: center;
    margin-right: 0.2em;
}

#studyGarden div.title+div a {
    display: flex;
    padding: 1em ;
    color: #1C378F;
    text-decoration: none;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#studyGarden div.title+div a:hover {
/*     text-decoration: underline; */
    background-color: #E3E6F2;
    transform: rotateX(3deg) translateY(-0.1em);
    transition: all 200ms ease-out;
}

#studyGarden div.title+div a > span {
    color: #8E9BC7;
    font-size: 0.8em;
    white-space: nowrap;
}

#studyGarden div.title+div a div {
    width: 16em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#friendshipLink {
    margin-top: 1.3em;
    position: relative;
}

#friendshipLink>div {
    background-color: #1C378F;
    padding: 0.75em;
    color: white;
    border-radius: 0.5em 0.5em 0 0;
    font-size: 1.2em;
    font-weight: 700;
}

#friendshipLink>div:nth-child(2) {
    padding: 0.5em 1em 0;
    background-color: white;
    box-shadow: 0 0 0.1vw 0 #c7c7ca;
    font-weight: unset;
    border-bottom: #1C378F 0.6vw solid;
    border-radius: 0 0 0.85em 0.85em;
}

#friendshipLink>div:nth-child(2) a>div div {
    width: 19em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#friendshipLink>div:nth-child(2) a>div {
    width: 21em;
    display: flex;
    align-items: center;
    font-size: 0.75em;
}

#friendshipLink a {
    height: calc(28 / 164 * 100%);
    display: flex;
    justify-content: space-between;
    padding: calc(10 / 323 * 100%);
    text-decoration: none;
    color: #1C378F;
}

#friendshipLink a:hover {
/*     text-decoration: underline; */
    background-color: #E3E6F2;
    transform: rotateX(3deg) translateY(-0.1em);
    transition: all 200ms ease-out;
}

#friendshipLink>div:nth-child(2) a div svg {
    width: 0.6em;
    margin-right: 0.5em;
}

#friendshipLink>div:nth-child(2) svg {
    width: 1em;
    height: 1em;
    align-self: center;
}

#footer {
    width: calc(100% - 20px);
    min-height: calc(230 / 2139 * 100%);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #1B3794;
    background-image: url("../img/footer.png")/*tpa=https://xxb.njupt.edu.cn/_upload/tpl/0f/5a/3930/template3930/img/footer.png*/;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#address {
    width: calc(468 / 1278 * 100%);
    aspect-ratio: 468 / 230;
    list-style: none;
    margin-left: calc(32 / 1278 * 100%);
    display: flex;
    gap: calc(10 / 230 * 100%);
    flex-wrap: wrap;
    align-content: center;
}

#address li {
    height: 1.5em;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.625em;
}

#address svg {
    height: 100%;
    aspect-ratio: 1 / 1;
}

#QRCodediv {
    color: #E3E6F2;
    height: 100%;
    aspect-ratio: 276 / 230;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: calc(32 / 1278 * 100%);
    font-weight: 300;
}

#QRCodediv .QRCodeLine{
    width: 16em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#QRCodediv .QRCode{
    width: 7em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#QRCodediv .QRCode div {
    color: white;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    font-weight: 600;
    font-size: 1.3em;
}

#QRCodediv .QRCode img {
    width: 7em;
    aspect-ratio: 1 / 1;
}

.focus-pagination {
    position: relative !important;
    right: 10px !important;
    bottom: 23% !important;
}

.focus-next{
    display: none !important;
}

.focus-prev{
    display: none !important;
}

.Article_Index{
    background-size: 50% !important;
    display: none !important;
}

.focus-title{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 95% !important;
}

.focus-title-bar{
    bottom: 3% !important;
}

@media (max-width:992px) {
    .list svg {
        margin-right: unset;
    }

    .list a div{
        width: 20em;
    }

    #main {
        font-size: clamp(0.1rem, 1.3vw, 5rem);
    }

    #icons div{
        width: calc(92.5 / 1210 * 100%);
        padding: calc(3.75 / 1210 * 100%);
    }

    #area {
        grid-template-columns: 48% 48%;
        grid-template-areas: "a a"
            "c d"
            "e f"
            "b b";
        height: auto;
        row-gap: 2em;
        justify-content: center;
    }

/*     #news {
        aspect-ratio: unset;
    } */

    #sidebar {
        aspect-ratio: unset;
    }

    #partyWork {
        aspect-ratio: unset;
    }

    #partyWork .list{
        padding: 0.75em 0 0.4em;
    }

    #workNotice {
        aspect-ratio: unset;
    }

    #FAQ {
        aspect-ratio: unset;
    }

    #serviceGuide {
        aspect-ratio: unset;
    }

    #newsBigIMG+div {
        justify-content: flex-end;
    }

    #newsBigIMG+div a>div:last-child {
        width: 29em;
    }

    #newsBigIMG+div a {
        width: 38em;
    }

    #newsBigIMG a {

        justify-content: space-evenly;
    }


    #moment > div:first-of-type{
        width: 39%;
    }

    #imgs {
        display: flex;
        gap: 1em;
    }

    #imgs a {
        margin: unset !important;
    }

    #imgs a:hover {
        transform: scale(1.05) translateX(0);
        transition: transform 200ms ease-out;
    }

    #studyGarden {
        aspect-ratio: unset;
    }

    #studyGarden div.title+div {
        aspect-ratio: unset;
    }

    #friendshipLink {
        aspect-ratio: unset;
    }

    #friendshipLink a {
        padding: 1em;
    }

    #friendshipLink>div:nth-child(2) a>div {
        width: 60em;
    }

    #friendshipLink>div:nth-child(2) a>div div {
        width: 57em;
    }

    #specialService {
        padding: 1em 1em 0;
        height: unset;
    }

    #specialService a {
        display: flex;
        justify-content: space-between;
        padding: 1em 0;
    }

    #specialService div:not(:has(svg)) {
        width: 54em;
    }

    #specialService div:has(svg){
        width: 7em;
    }

    #address {
        width: 36em;
    }

    #studyGarden div.title+div a {
        width: 100%;
        padding: 1.5em 1.5em 1.5em 0.625em;
        justify-content: space-between;
    }

    #studyGarden div.title+div a div {
        width: 50em;
    }
}

@media (max-width:768px) {
    body {
        background-position: left top;
        background-size: 300%;
    }

    #main {
        width: 100%;
        aspect-ratio: unset;
        font-size: clamp(0.1rem, 3.5vw, 5rem);
    }

    .navigationMobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.5em;
        background-color: #1C378F;
        align-items: center;
    }

    .navigationMobile a {
        width: 100%;
        height: 3em;
        line-height: 3em;
        color: white;
        text-decoration: none;
        text-align: center;
    }

    .navigationMobile a:hover {
        background-color: #182d73;
    }

    .navigationMobile a:hover {
        width: 100%;
        scale: 1.2;
        transition: all 200ms linear;
    }

    .navigationMobile div {
        width: 100%;
        height: 100%;
    }

    .navigation {
        display: none;
    }

    .list {
        border-bottom: 1.2vw #1C378F solid;
        border-radius: 0.5em;
    }

    .list a {
        gap: 0.625em;
        padding-right: 1em;
    }

    #header {
        width: calc(100% - 2em);
        aspect-ratio: 370 / 37;
        padding: 1em;
        padding-bottom: 0.5em;
    }

    #header img {
        /* width: auto; */
        scale: 1.5;
        height: 100%;
        aspect-ratio: unset;
        object-fit: contain;
    }

    #swiper {
        width: 100%;
    }

    #menu {
        height: 100%;
        aspect-ratio: 1 / 1;
        display: flex;
    }

    #hamberger {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20%;
        cursor: pointer;
        transition: all 200ms ease-out;
    }

    #hamberger div {
        width: 65%;
        height: 5%;
        background: white;
        transition: all 200ms linear;
    }

    .hambergerActive {
        gap: 0 !important;
    }

    .hambergerActive div:nth-child(2) {
        display: none;
    }

    #menu+div {
        display: none;
    }

    #menu {
        display: flex;
    }

    .navigationMobile > div:first-child {
        padding: 0.5em;
        color: white;
        display: flex;
        flex-wrap: wrap;
    }

    #search {
        aspect-ratio: 370 / 20;
        justify-content: space-between;
    }

    #search input {
        font-size: 1em;
    }

    #search+div {
        text-align: center;
        font-size: 0.75em;
    }

    #show {
        padding: 1em 0.5em 2em;
    }

    #icons {
        width: unset;
        aspect-ratio: unset;
        box-shadow: inset 0 -0.6vw #1C378F, 0 0 0.6vw 0 #E9E9ED;
        border-bottom: 1.2vw #1C378F solid;
        border-radius: 0.5em;
        padding: 1em;
        overflow-x: auto;
        overflow-y: hidden;
        align-items: normal;
        flex-wrap: nowrap;
        justify-content: start;
        gap: 0.5em;
    }

    #icons div {
        width: calc(92.5 / 1210 * 100%);
        padding: calc(3.75 / 1210 * 100%);
        flex: 0 0 23%;
        width: unset;
    }

    #icons svg {
        width: 3em;
    }

    #area {
        grid-template-columns: 100%;
        grid-template-areas: "a" "c" "d" "e" "f" "b";
    }

    #moment {
        flex-wrap: wrap;
        border-bottom: 1.2vw #1C378F solid;
        height: unset;
        padding-bottom: 0;
    }

    #moment > div:last-of-type ul{
        height: 18em;
        justify-content: space-evenly;
    }

    #moment > div:last-of-type ul a{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        width: 16em;
    }

    .list_item{
        height: 35px !important;
    }

    .Article_Index{
        background-size: 75% !important;
    }

    #moment > div{
        width: 100% !important;
    }

    #newsBigIMG {
        width: unset;
    }

    #newsBigIMG+div {
        width: 100%;
        justify-content: unset;
    }

    #newsBigIMG+div a {
        width: 25em;
        gap: 1em;
    }

    #newsBigIMG+div a div:first-child {
        width: 6em;
        justify-content: space-around;
    }

    #newsBigIMG+div a>div:last-child {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #partyWork .title+div>div a:has(img) + div{
        min-width: 13em;
    }

    #partyWork .list{
        border-bottom: 1.2vw #1C378F solid;
    }

    #partyWork img{
        width: 18em;
        height: auto;
    }
    
    #firstWork{
        margin-bottom: unset;
        margin-top: -1.4em;
    }

    #firstWork b {
        font-size: unset;
    }

    #secondWork {
        font-size: 0.9em;
        padding-top: 1em;
    }

    #imgs {
        flex-wrap: wrap;
        padding: 2em 0;
    }

    #imgs a b {
        font-size: 2em;
    }

    #specialService{
        border-bottom: 1.2vw #1C378F solid;
    }

    #specialService a {
        flex-wrap: wrap;
        padding: unset;
    }

    #specialService div:not(:has(svg)) {
        width: 27em;
    }

    #specialService div:has(svg){
        width: 100%;
    }

    #studyGarden div.title+div{
        border-bottom: 1.2vw #1C378F solid;
    }

    #studyGarden div.title+div a {
        padding-right: 1em;
    }

    #studyGarden div.title+div a div {
        width: 20em;
    }

    #friendshipLink a {
        padding: 0.5em;
    }

    #friendshipLink>div:nth-child(2) {
        padding: 1em 0.5em;
        border-bottom: 1.2vw #1C378F solid;
    }

    #friendshipLink>div:nth-child(2) a>div div {
        width: 16em;
    }

    #friendshipLink>div:nth-child(2) svg {
        width: 2em;
        height: 2em;
    }

    #footer {
        justify-content: center;
        background-size: 295%;
        background-position: 45% 100%;
    }

    #QRCodediv {
        align-items: center;
        margin-right: unset;
        aspect-ratio: unset;
        padding: 1em 0;
    }

    #address {
        gap: 1em;
        margin-top: 1.5em;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #address li {
        width: 24em;
        letter-spacing: 0.02em;
        height: 2em;
    }

    .scrollbar-hide::-webkit-scrollbar {
        display: none;
      }
      
    .scrollbar-hide {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .mask{
        mask-image: linear-gradient(
       36deg, 
      white 27%, 
      white 73%, 
      rgba(255, 255, 255, 0.1) 90%
    )
    }
}
nav#navigation div[frag] > *{
    display: none;
}