.background {
    background-color: #f7f7f7;
    border: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: calc(100% - 64px);
    overflow-x: hidden;
    overflow-y: scroll;
    gap: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.topbar {
    max-width: 480px;
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
    height: 48px;
    width: calc(100% - 16px);
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}
.menubutton {
    background-image: url(/assets/icons/menu_light.png);
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    background-position: center;
    border: none;
    background-size: cover;
    background-color: transparent;
}
.closebutton {
    background-image: url(/assets/icons/close_light.png);
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    background-position: center;
    border: none;
    background-size: cover;
    background-color: transparent;
}
.main {
    max-width: 480px;
    padding-top: 64px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.intro {
    text-align: right;
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    font-family: "Pretendard";
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
}
.list {
    background-color: transparent;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    display: none;
    flex-direction: column;
    width: calc(100% - 32px);
    height: fit-content;
}
.list.active {
    background-color: transparent;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    height: fit-content;
}
.listtitle {
    padding-left: 4px;
    padding-right: 4px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.9);
}
.portfoliobutton {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.pfmorebutton {
    font-family: "Pretendard";
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}
.schoolcard {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0px;
    margin: 0px;
    border: none;
}
.schoolimage1 {
    background-image: url(/assets/school/sdhs.png);
    width: 108px;
    height: 72px;
    background-position: center;
    background-size: cover;
    border-radius: 0px 12px 12px 0px;
}
.schoolimage2 {
    background-image: url(/assets/school/ysuv.png);
    width: 108px;
    height: 72px;
    background-position: center;
    background-size: cover;
    border-radius: 0px 12px 12px 0px;
}
.schoolleft {
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}
.schoolleft1 {
    font-family: "Pretendard";
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.schoolname {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}
.schoolwhen {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}
.schoolwhat {
    font-family: "Pretendard";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
.portfoliocard {
    background-color: #FFFFFF;
    padding: 0px;
    border-radius: 12px;
    border: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.portfolioimg {
    aspect-ratio: calc(16 / 9);
    border-radius: 12px 12px 0px 0px;
    background-position: center;
    background-size: cover;
}
.portfolioname {
    font-family: "Pretendard";
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.portfoliotitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}
.portfoliosubtitle {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}
.linkscard {
    background-color: #FFFFFF;
    height: 48px;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}
.linkstitle {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
}
.linksimage {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-position: center;
    background-size: cover;
}
.contactscard {
    background-color: #FFFFFF;
    height: 48px;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    z-index: 1;
}
.contactsleft {
    display: flex;
    flex-direction: column;
}
.contactstitle {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
}
.contactssubtitle {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}
.contactsimage {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-position: center;
    background-size: cover;
}
.devicecard {
    background-color: #FFFFFF;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    justify-content: center;
}
.devicerow1 {
    font-family: "Pretendard";
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.devicetitle {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
}
.devicemodel {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}
.devicespecs{
    font-family: "Pretendard";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    overflow: hidden;
}
.footer {
    width: 100%;
    height: 128px;
    font-size: 12px;
    font-family: "Pretendard";
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
}
.modal {
    background-color: rgba(0, 0, 0, 0.32);
    position: fixed;
    height: 100dvh;
    width: 100vw;
    display: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 100;
}
.sidebarbg {
    background-color: #FFFFFF;
    width: 256px;
    height: 100dvh;
    position: fixed;
    border-radius: 0px 16px 16px 0px;
    gap: 128px;
    animation: slidein 0.3s ease-in-out forwards;
}
.sidebartopbar {
    background-color: #ffffff;
    height: 48px;
    width: calc(256px - 32px);
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}
.sidebarlist {
    width: 100%;
    height: 192px;
    display: flex;
    flex-direction: column;
    padding-top: 256px;
    width: 256px;
    padding-left: 8px;
}
.sidebarbutton {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}
.sidebarbuttonhome {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #2F8DFF;
    text-decoration: none;
}
.sidebarbuttonportfolio {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #00BB2C;
    text-decoration: none;
}
.sidebarbuttondevices {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #DFA000;
    text-decoration: none;
}
.sidebarbuttoncontacts {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #DF3400;
    text-decoration: none;
}
.switchdiv {
    display: flex;
    flex-direction: row;
    padding: 0px 0px 8px 0px;
    border: none;
    margin: 0px;
    gap: 0px;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE / Edge */
    scrollbar-width: none;     /* Firefox */
}
.switchportfolio {
    background-color: white;
    height: 24px;
    width: auto;
    padding: 8px 16px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 999px;
    font-family: "Pretendard";
    font-weight: 500;
    color: #00BB2C;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.switchdevices {
    background-color: white;
    height: 24px;
    width: auto;
    padding: 8px 16px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 999px;
    font-family: "Pretendard";
    font-weight: 500;
    color: #DFA000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.switchdeactivated {
    height: 24px;
    width: auto;
    padding: 8px 16px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 999px;
    font-family: "Pretendard";
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.00);
}

@media (prefers-color-scheme: dark) {
  
.background {
    background-color: #121212;
    border: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: calc(100% - 64px);
    overflow-x: hidden;
    overflow-y: scroll;
    gap: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.topbar {
    background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.00) 100%);
    height: 48px;
    width: calc(100% - 16px);
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    max-width: 480px;
}
.menubutton {
    background-image: url(/assets/icons/menu_dark.png);
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    background-position: center;
    border: none;
    background-size: cover;
    background-color: transparent;
}
.closebutton {
    background-image: url(/assets/icons/close_dark.png);
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    background-position: center;
    border: none;
    background-size: cover;
    background-color: transparent;
}
.main {
    max-width: 480px;
    padding-top: 64px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.intro {
    text-align: right;
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    font-family: "Pretendard";
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.9);
}
.list {
    background-color: transparent;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    display: none;
    flex-direction: column;
    width: calc(100% - 32px);
    height: fit-content;
}
.list.active {
    background-color: transparent;
    padding: 24px 16px 24px 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    height: fit-content;
}
.listtitle {
    padding-left: 4px;
    padding-right: 4px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}
.portfoliobutton {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.pfmorebutton {
    font-family: "Pretendard";
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}
.schoolcard {
    background-color: #1c1c1c;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0px;
    margin: 0px;
    border: none;
}
.schoolimage1 {
    background-image: url(/assets/school/sdhs.png);
    width: 108px;
    height: 72px;
    background-position: center;
    background-size: cover;
    border-radius: 0px 12px 12px 0px;
}
.schoolimage2 {
    background-image: url(/assets/school/ysuv.png);
    width: 108px;
    height: 72px;
    background-position: center;
    background-size: cover;
    border-radius: 0px 12px 12px 0px;
}
.schoolleft {
    align-self: stretch;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
}
.schoolleft1 {
    font-family: "Pretendard";
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.schoolname {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}
.schoolwhen {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.schoolwhat {
    font-family: "Pretendard";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.portfoliocard {
    background-color: #1c1c1c;
    padding: 0px;
    border-radius: 12px;
    border: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.portfolioimg {
    aspect-ratio: calc(16 / 9);
    border-radius: 12px 12px 0px 0px;
    background-position: center;
    background-size: cover;
}
.portfolioname {
    font-family: "Pretendard";
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.portfoliotitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}
.portfoliosubtitle {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}
.linkscard {
    background-color: #1c1c1c;
    height: 48px;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}
.linkstitle {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
}
.linksimage {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-position: center;
    background-size: cover;
}
.contactscard {
    background-color: #1c1c1c;
    height: 48px;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    z-index: 1;
}
.contactsleft {
    display: flex;
    flex-direction: column;
}
.contactstitle {
    font-family: "Pretendard";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
}
.contactssubtitle {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}
.contactsimage {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background-position: center;
    background-size: cover;
}
.devicecard {
    background-color: #1c1c1c;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    justify-content: center;
}
.devicerow1 {
    font-family: "Pretendard";
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.devicetitle {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}
.devicemodel {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.devicespecs{
    font-family: "Pretendard";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    overflow: hidden;
}
.footer {
    width: 100%;
    height: 128px;
    font-size: 12px;
    font-family: "Pretendard";
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
}
.modal {
    background-color: rgba(0, 0, 0, 0.32);
    position: fixed;
    height: 100dvh;
    width: 100vw;
    display: none;
    flex-direction: row;
    align-items: stretch;
    z-index: 100;
}
.sidebarbg {
    background-color: #1c1c1c;
    width: 256px;
    height: 100dvh;
    position: fixed;
    border-radius: 0px 16px 16px 0px;
    gap: 128px;
    animation: slidein 0.3s ease-in-out forwards;
}
.sidebartopbar {
    background-color: #1c1c1c;
    height: 48px;
    width: calc(256px - 32px);
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
}
.sidebarlist {
    width: 100%;
    height: 192px;
    display: flex;
    flex-direction: column;
    padding-top: 192px;
    width: 256px;
    padding-left: 8px;
}
.sidebarbutton {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.sidebarbuttonhome {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #2F8DFF;
    text-decoration: none;
}
.sidebarbuttonportfolio {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #00BB2C;
    text-decoration: none;
}
.sidebarbuttondevices {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #DFA000;
    text-decoration: none;
}
.sidebarbuttoncontacts {
    width: 100%;
    height: 56px;
    align-items: center;
    display: flex;
    justify-content: left;
    padding-left: 16px;
    font-family: "Pretendard";
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #DF3400;
    text-decoration: none;
}
.switchdiv {
    display: flex;
    flex-direction: row;
    padding: 0px 0px 8px 0px;
    border: none;
    margin: 0px;
    gap: 0px;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE / Edge */
    scrollbar-width: none;     /* Firefox */
}
.switchportfolio {
    background-color: #1c1c1c;
    height: 24px;
    width: auto;
    padding: 8px 16px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 999px;
    font-family: "Pretendard";
    font-weight: 500;
    color: #00BB2C;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.switchdevices {
    background-color: #1c1c1c;
    height: 24px;
    width: auto;
    padding: 8px 16px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 999px;
    font-family: "Pretendard";
    font-weight: 500;
    color: #DFA000;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.switchdeactivated {
    height: 24px;
    width: auto;
    padding: 8px 16px 8px 16px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 999px;
    font-family: "Pretendard";
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.00);
}
* {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

}
* {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}


@keyframes slidein {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}