@charset "UTF-8";

@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: 'SUITE-Regular';
    color: #111;
}

.container {
    width: 75%;
    margin: 150px auto 0;
}

.container .title a {
    color: #555;
}

.container .title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
}

.container .title a:hover {
    cursor: pointer;
}

.container .main-title {
    margin: 40px auto;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
}

.container .text-box {
    width: 55%;
    margin: 0 auto;
    justify-content: center;
    font-size: 1.1rem;
}

.container .text-box div {
    margin-bottom: 7px;
}

.container .text-box .text-1 {
    margin-bottom: 15px;
}

.container .text-box .text-2 {
    margin-bottom: 25px;
}

.container .text-box .text-3 {
    display: flex;
}

.container .text-box .text-3 div:nth-child(1) {
    margin-right: 7px;
}

.container .text-box .text-4 {
    margin-top: 25px;
}

.container .text-box .text-5 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.container .text-box .text-6 {
    display: flex;
}

.container .text-box .text-7 {
    margin-top: 25px;
}

.container .text-box .text-8 {
    margin-top: 15px;
}

.container .text-box .text-6 div:nth-child(1) {
    margin-right: 7px;
}


.margin-top-text {
    margin-top: 200px;
}