.main {
    width: 100vw;
}

.carousel-w {
    width: 100vw;
    height: 350px;
    background-color: #00a9a1;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.bg-main {
    background-color: #00a9a1;
}

.c-items {
    display: flex;
    flex-wrap: wrap;
    width: 1260px;
    justify-content: center;
    margin-top: 30px;
}

.c-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 418px;
    height: 200px;
    border: 1px solid #f2f2f2;
}

/* search box */
.search-w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    /* background-color: red; */
}

.search-w .search-title {
    color: #fff;
    font-size: 30px;
}

.input {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 800px;
    height: 45px;
    /* background-color: red; */
}

.search-input {
    border: none;
    width: 730px;
    height: 45px;
    padding-left: 10px;
    font-size: 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 45px;
    background-color: #ea3d35;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}