﻿* {
    margin: 0;
    pad: 0;
}

.top-1 {
    height: 30px;
}

.now-position {
    width: 1200px;
    height: 50px;
}

.list {
    width: 1200px;
    height: 950px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 400px;
    height: 266.6px;
}

.list-nav img {
    width: 197px;
    height: 252px;
}

.list-nav span {
    font-weight: 700;
    font-size: 20px;
}