* {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul,
li {
    list-style: none;
}

button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* h1 {
    display: none;
} */

.delighter.fadein.started {
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    -webkit-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.delighter.fadeLeft {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.delighter.fadeRight {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.delighter.fadeTop {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-title {
    font-size: 26px;
    padding: 20px 0;
}

@media (min-width: 996px) {
    .main-title {
        font-size: var(--title-xl);
    }
}

html {
    scroll-behavior: smooth;
}

.project {
    position: relative;
    overflow: hidden;
    background: #000;
}

.project img {
    max-width: 100%;
}

.project figure {
    margin: 0;
    padding: 0;
}

.project .containerBox {
    margin: auto;
    padding: 0 25px;
    width: 100%;
    max-width: 1280px;
}

@media (min-width: 996px) {
    .project .containerBox {
        padding: 0;
    }
}

.project .kv {
    width: 100%;
    position: relative;
    background: #eee;
}

.project .kv img {
    width: 100%;
}

.project .kv__logoPMB {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 15%;
}

@media (min-width: 996px) {
    .project .kv__logoPMB {
        top: 10%;
        left: 10%;
        width: 10%;
    }
}

@media (min-width: 1930px) {
    .project .kv__logoPMB {
        width: 8%;
    }
}

.project .kv__content {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

@media (min-width: 996px) {
    .project .kv__content {
        position: absolute;
        top: 55%;
        left: 10%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 38%;
    }
}

@media (min-width: 1930px) {
    .project .kv__content {
        width: 35%;
    }
}

.project .kv__content-date {
    font-size: 24px;
    padding: 10px 0;
}

@media (min-width: 996px) {
    .project .kv__content-date {
        font-size: 40px;
    }
}

@media (min-width: 1930px) {
    .project .kv__content-date {
        font-size: 60px;
    }
}

.project .kv__content-des {
    font-size: 14px;
}

@media (min-width: 996px) {
    .project .kv__content-des {
        font-size: 18px;
    }
}

@media (min-width: 1930px) {
    .project .kv__content-des {
        font-size: 24px;
        width: 80%;
        margin: 0 auto;
    }
}

.project .modelTable {
    position: relative;
    background: #fff;
}

/* .project .modelTable::before {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
} */

@media (min-width: 996px) {
    .project .modelTable::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
        clip-path: polygon(0 0, 100% 0, 0 100%);
        top: -100px;
        height: 100px;
    }
}

.project .modelTable__wrapper .main-title {
    text-align: center;
}

@media (min-width: 996px) {
    .project .modelTable__wrapper .main-title {
        text-align: left;
    }
}

@media (min-width: 996px) {
    .project .modelTable__wrapper-block1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 996px) {
    .project .modelTable__wrapper-block1 .col-wrapper {
        width: 50%;
    }
}

.project .modelTable__wrapper .pdLine {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 5px 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

@media (min-width: 996px) {
    .project .modelTable__wrapper .pdLine {
        font-size: 36px;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
    }
}

.project .modelTable__wrapper .pdList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #000;
}

@media (min-width: 996px) {
    .project .modelTable__wrapper .pdList {
        margin: 0 10px;
        font-size: 17px;
    }
}

.project .modelTable__wrapper .pdList__box {
    width: 50%;
}

@media (min-width: 996px) {
    .project .modelTable__wrapper #storageDrive .pdList {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.project .modelTable__wrapper-note {
    padding: 20px;
    font-size: 14px;
}

/*# sourceMappingURL=main.css.map */