﻿:root {
    --black-50: #f6f6f6;
    --black-100: #e7e7e7;
    --black-200: #d1d1d1;
    --black-300: #b0b0b0;
    --black-400: #888888;
    --black-500: #6d6d6d;
    --black-600: #5d5d5d;
    --black-700: #4f4f4f;
    --black-800: #454545;
    --black-900: #3d3d3d;
    --black-950: #111111;
    --white: #ffffff;
    --primary-50: #f0f5fe;
    --primary-100: #dde9fc;
    --primary-200: #c2d9fb;
    --primary-300: #98c1f8;
    --primary-400: #68a1f2;
    --primary-500: #447eed;
    --primary-600: #2f60e1;
    --primary-700: #264ccf;
    --primary-800: #253fa8;
    --primary-900: #233985;
    --primary-950: #1a2551;
    --secondary-50: #f6f6f7;
    --secondary-100: #eef0f1;
    --secondary-200: #e0e3e5;
    --secondary-300: #ccd0d5;
    --secondary-400: #b6bbc3;
    --secondary-500: #a2a8b2;
    --secondary-600: #858a97;
    --secondary-700: #797d89;
    --secondary-800: #636670;
    --secondary-900: #53565c;
    --secondary-950: #303136;
    --sky: #ccdbe8;
    --success: #32c771;
    --warning: #ffaa00;
    --error: #eb5757;
    --init-black-50: #f6f6f6;
    --init-black-100: #e7e7e7;
    --init-black-200: #d1d1d1;
    --init-black-300: #b0b0b0;
    --init-black-400: #888888;
    --init-black-500: #6d6d6d;
    --init-black-600: #5d5d5d;
    --init-black-700: #4f4f4f;
    --init-black-800: #454545;
    --init-black-900: #3d3d3d;
    --init-black-950: #111111;
    --init-white: #ffffff;
    --set-white: invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
    --set-black-950: invert(0%) sepia(19%) saturate(7167%) hue-rotate(41deg) brightness(112%) contrast(87%);
}
body.mode-dark {
    --black-50: #111111;
    --black-100: #1a1a1a;
    --black-200: #232323;
    --black-300: #2e2e2e;
    --black-400: #3a3a3a;
    --black-500: #474747;
    --black-600: #5e5e5e;
    --black-700: #787878;
    --black-800: #9b9b9b;
    --black-900: #c5c5c5;
    --black-950: #e8e8e8;
    --white: #1e1e1e;
    --primary-50: #1a2551;
    --primary-100: #233985;
    --primary-200: #253fa8;
    --primary-300: #264ccf;
    --primary-400: #2f60e1;
    --primary-500: #447eed;
    --primary-600: #68a1f2;
    --primary-700: #98c1f8;
    --primary-800: #c2d9fb;
    --primary-900: #dde9fc;
    --primary-950: #f0f5fe;
    --secondary-50: #232427;
    --secondary-100: #2e2f33;
    --secondary-200: #3a3b41;
    --secondary-300: #484a52;
    --secondary-400: #585b66;
    --secondary-500: #6a6d7a;
    --secondary-600: #7f8390;
    --secondary-700: #959aa7;
    --secondary-800: #adb2c0;
    --secondary-900: #c6cbd4;
    --secondary-950: #e1e3e7;
    --sky: #3a4b5c;
    --success: #3edc85;
    --warning: #ffc533;
    --error: #ff6b6b;
    --set-white: invert(100%) sepia(0%) saturate(1662%) hue-rotate(133deg) brightness(112%) contrast(82%);
    --set-black-950: invert(97%) sepia(9%) saturate(86%) hue-rotate(276deg) brightness(112%) contrast(82%);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: none;
    word-break: keep-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
a,
button {
    cursor: pointer;
    outline: unset;
    color: inherit;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src:
        local('Pretendard ExtraBold'),
        url('../../../src/assets/fonts/Pretendard/woff2/Pretendard-ExtraBold.woff2') format('woff2'),
        url('../../../src/assets/fonts/Pretendard/woff/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src:
        local('Pretendard Bold'),
        url('../../../src/assets/fonts/Pretendard/woff2/Pretendard-Bold.woff2') format('woff2'),
        url('../../../src/assets/fonts/Pretendard/woff/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src:
        local('Pretendard Medium'),
        url('../../../src/assets/fonts/Pretendard/woff2/Pretendard-Medium.woff2') format('woff2'),
        url('../../../src/assets/fonts/Pretendard/woff/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src:
        local('Pretendard Regular'),
        url('../../../src/assets/fonts/Pretendard/woff2/Pretendard-Regular.woff2') format('woff2'),
        url('../../../src/assets/fonts/Pretendard/woff/Pretendard-Regular.woff') format('woff');
}
h1 {
    font: 500 46px/120% 'Pretendard';
    color: var(--black-950);
}
h2 {
    font: 500 50px/120% 'Pretendard';
    color: var(--black-950);
}
h4 {
    font: 700 32px/120% 'Pretendard';
    color: var(--black-950);
}
h5 {
    font: 800 20px/120% 'Pretendard';
    color: var(--black-950);
}
.btn {
    font: 400 14px/120% 'Pretendard';
    background-color: var(--white);
    border: 1px solid var(--black-950);
    padding: 12px 16px;
    border-radius: 6px;
    color: var(--black-950);
}
.btn.type-round {
    border-radius: 100px;
    padding: 10px 20px;
}
.btn.bg-black {
    background-color: var(--black-950);
    border-color: var(--white);
    color: var(--white);
}
.btn.bg-primary {
    background-color: var(--primary-600);
    border-color: var(--primary-600);
    color: var(--white);
}
img {
    color: var(--black-950);
}
img:empty {
    display: block;
}
img:empty::before {
    content: '이미지를 찾을 수 없습니다';
    background-color: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-content: center;
    text-align: center;
    padding-inline: 10px;
    box-sizing: border-box;
    font: 400 12px/120% 'Pretendard';
}
footer {
    background-color: var(--init-black-950);
    padding: 100px 200px;
    text-align: center;
    font: 400 14px/120% 'Pretendard';
    color: var(--init-white);
}
footer address {
    font: 400 12px/120% 'Pretendard';
    color: var(--init-black-400);
    margin-top: 16px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.modal::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--init-black-950);
    opacity: 0.4;
    z-index: -1;
}
.modal:has(.modal-content.active) {
    display: flex;
}
.modal-content {
    position: relative;
    width: 1500px;
    max-width: calc(100% - 80px);
    height: 800px;
    max-height: calc(100% - 80px);
    margin-inline: 40px;
    overflow-y: auto;
    background-color: var(--white);
    display: none;
    grid-template: auto/320px 1fr;
}
.modal-content.active {
    display: grid;
}
.modal-header {
    padding: 50px 48px;
    height: inherit;
    position: sticky;
    top: 0;
    border-right: 1px solid var(--black-50);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
}
.modal-header ul {
    margin-top: 120px;
}
.modal-header ul li {
    font: 400 16px/120% 'Pretendard';
    color: var(--black-500);
    margin-bottom: 10px;
}
.modal-header ul li::before {
    content: '#';
}
.modal-header .btn {
    margin-top: auto;
}
.modal-body {
    padding-inline: 32px;
}
.modal-body .wrap {
    width: 100%;
    max-width: 920px;
    margin: 40px auto;
    counter-reset: section-counter;
}
.modal-body .wrap section > h5::before {
    counter-increment: section-counter;
    content: counter(section-counter) '. ';
}
.modal-body section:first-child > *:first-child {
    margin-top: unset;
}
.modal-body figure {
    margin-top: 24px;
}
.modal-body figure:first-child {
    margin-top: unset;
}
.modal-body figure figcaption {
    text-align: right;
    font: 400 14px/120% 'Pretendard';
    color: var(--black-500);
    margin-top: 12px;
}
.modal-body img {
    max-width: 100%;
}
.modal-body h5 {
    margin-top: 80px;
}
.modal-body p {
    font: 400 18px/120% 'Pretendard';
    line-height: 180%;
    color: var(--black-500);
    margin-top: 40px;
}
.modal-body p + div {
    margin-top: 24px;
}
.modal-body .wrap-img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    justify-items: center;
}
.mode-dark .modal figcaption,
.mode-dark .modal li,
.mode-dark .modal p {
    color: var(--black-800);
}
.mode-dark .modal img {
    filter: brightness(0.9) contrast(0.9);
}
.area-welcome {
    background: linear-gradient(180deg, var(--sky) 0%, var(--white) 100%), var(--white);
    width: 100%;
    height: 760px;
    position: relative;
}
.area-welcome canvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.area-intro {
    padding: 30px 64px 160px;
    background-color: var(--white);
}
.area-intro h1 {
    line-height: 80px;
}
.area-intro p {
    text-align: right;
    font: 400 16px/120% 'Pretendard';
    line-height: 30px;
    color: var(--black-950);
}
.area-intro picture {
    margin-top: -100%;
    transform: translateY(-160px);
}
.area-intro .content > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.area-information {
    padding: 160px 64px;
    background-color: var(--black-50);
}
.area-information h2 {
    line-height: 160%;
    text-align: right;
    white-space: nowrap;
    position: sticky;
    top: 30px;
}
.area-information p,
.area-information li {
    font: 400 16px/120% 'Pretendard';
    line-height: 180%;
    color: var(--black-950);
    white-space: nowrap;
}
.area-information li span.align {
    letter-spacing: 4.61px;
}
.area-information li span:not(.align) {
    font: 400 12px/120% 'Pretendard';
    color: var(--black-800);
    margin-left: 4px;
}
.mode-dark .area-information li span:not(.align) {
    color: var(--black-800);
}
.area-information h3.title {
    font: 800 20px/120% 'Pretendard';
    margin-bottom: 16px;
}
.area-information .content {
    display: grid;
    grid-template-columns: 385px 800px;
    justify-content: center;
    align-items: flex-start;
    gap: 155px;
}
.area-information .content > ul {
    display: flex;
    gap: 56px 20px;
    flex-direction: column;
}
.area-information.type-history {
    background-color: var(--white);
}
.area-information.type-history .content > ul {
    flex-wrap: wrap;
    flex-direction: unset;
}
.area-information.type-history .content > ul > li {
    flex: 1 1 calc(50% - 10px);
}
.area-projects {
    position: relative;
    padding: 160px 0 0;
    background-color: var(--white);
}
.area-projects .content {
    display: grid;
    grid-template-columns: 660px 1fr;
    gap: 155px;
}
.area-projects .proj {
    cursor: ew-resize;
    user-select: none;
}
.area-projects .proj-screen-mockup {
    position: relative;
    width: 100%;
    background: url('../../../src/assets//images/mockup-iMac.svg') center/contain no-repeat;
    aspect-ratio: 2014/1696;
    padding: 2.5322740814% 2.3833167825% 0;
}
.area-projects .proj-screen-mockup img {
    position: relative;
    z-index: -1;
    width: 100%;
    aspect-ratio: 1918/1078;
    transition: 10s linear;
    object-fit: cover;
    object-position: top;
}
.area-projects .proj-screen-mockup:hover img {
    object-position: bottom;
}
.area-projects .proj-screen-mockup-wrap {
    width: 100%;
}
.area-projects .proj-screen-mockup-wrap.type-mb {
    padding-inline: 30% 10%;
}
.area-projects .proj-screen-mockup-wrap.type-mb .proj-screen-mockup {
    background-image: url('../../../src/assets//images/mockup-iPhone.svg');
    aspect-ratio: 432/880;
    padding: 4.1666666667% 4.8611111111% 0;
}
.area-projects .proj-screen-mockup-wrap.type-mb img {
    aspect-ratio: 390/844;
    border-radius: 5%;
}
.area-projects .proj-information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.area-projects h2 {
    line-height: 160%;
}
.area-projects p {
    font: 400 16px/120% 'Pretendard';
    line-height: 30px;
    color: var(--black-950);
    margin-top: 30px;
}
.area-projects h3.title {
    font: 800 20px/120% 'Pretendard';
    margin-top: 60px;
    color: var(--black-950);
}
.area-projects ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.area-projects ul li {
    font: 400 14px/120% 'Pretendard';
    color: var(--primary-600);
    border-radius: 16px;
    padding: 8px 12px;
    border: 1px solid var(--primary-400);
}
.area-projects .btn {
    justify-self: end;
    margin-block: 40px 80px;
}
.area-projects .swiper {
    margin: unset;
    width: 100%;
}
.area-projects .swiper-btn {
    position: sticky;
    top: 50%;
    left: 0;
    width: 80px;
    transform: translateY(-50%);
    aspect-ratio: 1;
    border: unset;
    z-index: 2;
    cursor: pointer;
    background: url('../../../src/assets/icons//80/ic-arrow-left.svg') center/contain no-repeat;
    float: left;
}
.area-projects .swiper-btn.btn-gotoNext {
    background-image: url('../../../src/assets/icons//80/ic-arrow-right.svg');
    left: 100%;
}
.mode-dark .area-projects .swiper-btn {
    filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
}
.area-projects .swiper-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20dvw;
    min-width: 100px;
    aspect-ratio: 1;
}
.area-projects .swiper-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.area-projects .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    top: unset;
    margin-top: 24px;
}
.area-projects .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: unset !important;
    background-color: var(--primary-600);
}
.set-mode {
    background-color: var(--secondary-100);
    border: unset;
    position: sticky;
    top: calc(100% - 96px);
    right: 48px;
    float: right;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 160px;
    box-shadow: 0 0 10px 0 var(--black-50);
    z-index: 100;
}
.set-mode::before {
    content: '';
    width: 24px;
    display: block;
    aspect-ratio: 1;
    background: url('../../../src/assets//icons/24/ic-moon.svg') center/cover;
}
.mode-dark .set-mode::before {
    background: url('../../../src/assets//icons/24/ic-sun.svg') center/cover;
    filter: var(--set-white);
}
.content {
    max-width: 1640px;
    width: auto;
    margin: auto;
    padding-inline: 24px;
}
@media (max-width: 1740px) {
    .set-mode {
        right: 16px;
    }
    .content {
        max-width: 100%;
    }
    .area-information .content {
        grid-template-columns: auto 700px;
    }
    .area-projects .content {
        padding-inline: 60px;
        gap: 60px;
    }
    .area-projects .proj-screen-mockup-wrap.type-mb {
        width: 400px;
        padding-inline: unset;
        margin: auto;
    }
    .area-projects .swiper-btn {
        width: 60px;
    }
}
@media (max-width: 1480px) {
    .area-projects .content {
        grid-template-columns: 48% 1fr;
    }
    .area-information .content {
        grid-template-columns: auto, minmax(auto, 700px);
    }
    .modal-body {
        padding-inline: 20px;
    }
}
@media (max-width: 1300px) {
    .content {
        padding-inline: unset;
    }
    [class*='area'] {
        padding-block: 80px;
    }
    .set-mode {
        margin-bottom: 80px;
    }
    h2 {
        font-size: 40px;
    }
    .area-welcome {
        height: 340px;
    }
    .area-welcome canvas {
        display: none;
    }
    .area-intro .content picture {
        transform: translateY(-240px);
    }
    .area-intro img {
        width: 320px;
        height: auto;
    }
    .area-projects {
        padding-bottom: unset;
    }
    .area-projects .content {
        grid-template-columns: 1fr;
    }
    .area-projects .proj-screen-mockup-wrap {
        width: 50%;
    }
    .area-projects .proj-screen-mockup-wrap.type-mb {
        width: 20.4%;
    }
    .area-information .content {
        gap: 80px;
    }
}
@media (max-width: 1140px) {
    .content {
        max-width: unset;
        width: 100%;
    }
    .area-information .content {
        display: block;
    }
    .area-information h2 {
        top: 0;
        text-align: left;
        background: linear-gradient(to bottom, var(--black-50) calc(100% - 16px), transparent);
        padding-block: 16px 32px;
    }
    .area-information ul {
        gap: 48px;
    }
    .area-information.type-history h2 {
        top: 0;
        text-align: left;
        background: linear-gradient(to bottom, var(--white) calc(100% - 16px), transparent);
        padding-block: 16px 32px;
    }
    .area-information.type-history .content ul {
        column-gap: 16px;
    }
    .area-projects .content {
        gap: 56px;
    }
    .area-projects .btn {
        margin-bottom: 8px;
    }
    .area-projects .swiper-pagination {
        gap: 12px;
    }
    .area-projects .swiper-pagination-bullet {
        width: 8px;
    }
    footer {
        padding-inline: 24px;
    }
    .modal-content {
        margin: unset;
        grid-template: auto/auto;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        margin: unset;
    }
    .modal-content.active {
        display: unset;
    }
    .modal-header {
        background-color: var(--white);
        padding: 24px;
        height: unset;
    }
    .modal-header h4 {
        margin-top: 8px;
    }
    .modal-header ul {
        margin-top: 20px;
    }
    .modal-header .btn {
        font-size: 40px;
        margin-left: -4px;
        background: url('../../../src/assets/icons//24/ic-arrow-left.svg') center/1em no-repeat;
        padding: unset;
        width: 1em;
        height: 1em;
        border: unset;
        border-radius: unset;
        margin-top: unset;
        text-indent: -9999px;
        order: -1;
        filter: var(--set-black-950);
    }
    .modal-body {
        padding-inline: 24px;
    }
    .modal-body .wrap {
        margin: unset;
        max-width: unset;
        padding-bottom: 64px;
    }
    .modal-body figure,
    .modal-body .wrap-img {
        margin-inline: -24px;
    }
    .modal-body figcaption {
        margin-inline: 24px;
    }
    .modal-body h5 {
        margin-top: 60px;
    }
    .modal-body p {
        margin-top: 24px;
    }
}
@media (max-width: 1140px) and (max-height: 700px) {
    .modal-header {
        position: relative;
        padding-top: 59px;
    }
    .modal-header .btn {
        position: fixed;
        top: 24px;
        left: 24px;
    }
    .modal-header .btn::after {
        content: '';
        position: absolute;
        width: 200%;
        height: 200%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 980px) {
    .btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    .btn.type-round {
        padding: 8px 16px;
    }
    .area-intro .content {
        position: relative;
    }
    .area-intro .content picture {
        transform: unset;
    }
    .area-intro .content h1 {
        display: none;
    }
    .area-intro .content > div:last-child {
        flex-direction: row-reverse;
    }
    .area-intro .content > div:last-child p {
        text-align: left;
        margin-top: 48px;
    }
    .area-intro img {
        width: 240px;
    }
}
@media (max-width: 768px) {
    [class*='area'] {
        padding-inline: unset;
    }
    .content {
        padding-inline: 32px;
    }
    .set-mode {
        margin-bottom: 60px;
    }
    h2 {
        font-size: 32px;
    }
    .area-intro .content > div:last-child {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .area-intro .content .btn {
        margin-top: 32px;
    }
    .area-information {
        padding-block: 60px;
    }
    .area-information .content {
        gap: 24px;
    }
    .area-information .content ul {
        gap: 40px;
    }
    .area-projects {
        padding-block: 60px 0;
    }
    .area-projects p.title {
        margin-top: 40px;
    }
    .area-projects .proj-screen-mockup-wrap {
        width: 80%;
        margin: auto;
    }
    .area-projects .proj-screen-mockup-wrap.type-mb {
        width: 33%;
    }
    .modal h4 {
        font-size: 28px;
    }
}
@media (max-width: 650px) {
    .area-welcome {
        height: 20dvh;
        max-height: 300px;
    }
    .area-intro img {
        width: 24dvw;
    }
    .content .title {
        font-size: 18px !important;
    }
    .content p,
    .content li {
        font-size: 14px;
    }
    .content li span:not([class*='align']) {
        font-size: 10px;
    }
    .area-projects .content ul li {
        font-size: 12px;
    }
    .area-information .content p {
        white-space: normal;
    }
    .area-information .content > ul ul li {
        display: flex;
        flex-direction: column;
    }
    .area-information .content > ul ul li br {
        display: none;
    }
    .area-information .content > ul ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    .area-information .content > ul ul li span {
        margin-left: unset;
        order: -1;
    }
    .area-information .content > ul ul li span.align {
        order: 1;
        letter-spacing: unset;
    }
    .area-projects p {
        margin-top: 16px;
    }
    .modal .btn {
        font-size: 32px;
        padding: unset;
    }
    .modal ul {
        margin-top: 8px;
    }
    .modal ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .modal figure figcaption {
        font-size: 12px;
    }
    .modal h4 {
        font-size: 24px;
    }
    .modal h5 {
        font-size: 18px;
        margin-top: 32px;
    }
    .modal p {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media (max-width: 480px) {
    h2 {
        font-size: 24px;
    }
    [class*='area'] {
        padding-block: 32px;
    }
    .content {
        padding-inline: 24px !important;
    }
    .set-mode {
        top: calc(100% - 56px);
        padding: 8px;
        right: 8px;
        margin-bottom: 32px;
    }
    .set-mode::before {
        width: 16px;
    }
    .area-intro .content .btn {
        margin-top: 16px;
    }
    .area-information .content > ul {
        display: block;
    }
    .area-information .content > ul > li + li {
        margin-top: 32px;
    }
    .area-information .content li {
        white-space: normal;
    }
    .area-projects .swiper-btn {
        width: 24px;
    }
    footer {
        padding-block: 40px;
        font-size: 12px;
    }
    footer address {
        font-size: 10px;
        margin-top: 4px;
    }
    .modal .btn {
        font-size: 24px;
    }
}
