@charset "utf-8";

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'aesop';
    src: url(../font/Aesop\ Regular.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

body {
    line-height: 1;
    color: #333;
    font-family: 'Pretendard-Regular';
    overflow-x: hidden;
    background-color: #fefef2;
}


.item01 {
    width: 100%;
    height: 560px;
    background-color: #788983;
    color: #fff;
}

.item01 .inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.item01 .inner .list {
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.item01 .inner .list .right {
    width: 500px;
    height: 560px;
    position: absolute;
    right: 0;
}

.item01 .inner .list .right .text h3 {
    font-size: 16px;
    font-weight: 100;
}

.item01 .inner .list .right .text h1 {
    font-size: 30px;
    margin-top: 10px;
}

.item01 .inner .list .right .text > ul {
    margin-top: 30px;
}

.item01 .inner .list .right .text > ul li {
    width: 400px;
    height: 50px;
    border-bottom: 1px dashed #fff;
    margin: 10px 0;
}

.item01 .inner .list .right .text > ul li:last-child {
    border: none;
}

.item01 .inner .list .right .text > ul li strong {
    font-size: 14px;
}

.item01 .inner .list .right .text > ul li p {
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
    padding-bottom: 20px;
}


.item01 .inner .list .right .text span a {
    width: 315px;
    height: 40px;
    background-color: #fff;
    color: #202020;
    display: block;
    line-height: 40px;
    text-align: center;
    transition: 0.5s;
}

.item01 .inner .list .right .text span a strong {
    font-weight: bold;
}

.item01 .inner .list .right .text span a:hover {
    width: 315px;
    height: 40px;
    background-color: #202020;
    color: #fff;
    transition: 0.5s;
}


/* 🎈🎈🎈 cont01 🎈🎈🎈 */

.cont01 {
    width: 1000px;
    margin: 100px auto;
    position: relative;
}

.cont01 .inner {
    text-align: center;
    margin-top: 54px;
}

.cont01 .inner > img {
    width: 500px;
    object-fit: cover;
}

.cont01 .inner p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
}



.cont01 .text .text_slide01 {
    width: 1920px;
    height: 780px;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
}

.cont01 .text .text_slide01 p {
    width: 100%;
    height: 100px;
    font-size: 100px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    animation: text 30s linear infinite;
}


.cont01 .text .text_slide02 {
    width: 1920px;
    height: 780px;
    position: absolute;
    top: 70%;
    left: 0;
    z-index: -1;

}

.cont01 .text .text_slide02 p {
    height: 100px;
    font-size: 100px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    animation: text1 80s linear infinite;
}

@keyframes text {
    to {
        transform: translateX(-100%);
    }

    from {
        transform: translateX(10%);
    }
}

@keyframes text1 {
    to {
        transform: translateX(10%);
    }

    from {
        transform: translateX(-100%);
    }
}

/* 🧨🧨🧨cont02🧨🧨🧨 */

.cont02 {
    width: 1000px;
    margin: 0 auto;
}


/* 🧨🧨🧨cont03🧨🧨🧨 */

.cont03 {
    width: 1000px;
    margin: 50px auto;
}