@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;
}

* {
    margin: 0;
    padding: 0;
}

body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}


.top-vector {
    width: 50%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    background-image: url('../img/introduce/top_vector.svg');
    background-size: cover;
    z-index: 2;
}

.bottom-vector {
    width: 70%;
    height: 100%;
    position: absolute;
    right: -10%;
    bottom: 0;
    background-image: url('../img/introduce/bottom_vector.svg');
    background-size: cover;
    z-index: 1;
}

.info {
    width: 40vw;
    height: 50vh;
    position: absolute;
    left: 6vw;
    top: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info h1 {
    font-family: 'Pretendard-Regular';
    font-weight: 900;
    color: #5E899B;
    font-size: 4vw;
    margin-bottom: 5vh;
}

.info div {
    width: 100%;
    height: 7vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info div h2{
    font-family: 'Pretendard-Regular';
    font-weight: 700;
    font-size: 1.2vw;
    color: #2B2B2B;
}

.info div span{
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 1.2vw;
    color: #818181;
}

a {
    color: #2B2B2B;
}

.prev_page {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    width: 12vw;
    height: 3vw;
    background: #FFFFFF;
    border: 2px solid #D8D8D8;
    border-radius: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.prev_page span{
    font-family: 'Pretendard-Regular';
    font-size: 1vw;
}

.icon {
    width: 2vw;
    height: 100%;
}

.icon img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
