.body-section {
    min-width: 1000px;
    background-color: #fffef7;
    text-align: center;
}
.section-content-area {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    padding-top: 100px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-content-area .deco-img {
    margin-top: 55px;
}
.section-content-area .faq-img {
    position: absolute;
    top: 374px;
    right: 0;
}
.section-content-area .model-select-area {
    display: flex;
    height: 470px;
    justify-content: center;
}
.section-content-area .model-img {
    width: auto;
    height: auto;
}
.section-content-area  .right-area {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.section-content-area  .right-area .title {
    margin-top: 50px;
    font-size: 42px;
    font-family: "GmarketSansBold";
}
.section-content-area  .right-area .model-info {
    font-size: 18px;
    font-weight: 300;
    font-family: "GmarketSansLight";
}
.section-content-area  .right-area .model-item-area {
    margin-top: 27px;
    margin-bottom: 31px;
    width: 550px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    font-family: "GmarketSansMedium";
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 21px;
}
.section-content-area  .right-area .model-item-area .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #00C666;
    width: 168px;
    height: 88px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
.section-content-area  .right-area .model-item-area .item:hover {
    border: 2px dashed #007D40 !important;
    background-color: #00C666 !important;
    color: #FFFFFF !important;
}
.section-content-area  .right-area .model-item-area .item-a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9EAF2;
    border: 2px solid #CFD4E6;
    color: #6D78B0;
    width: 168px;
    height: 88px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
}
.section-content-area  .right-area .model-item-area .item-a:hover {
    background-color: #6D78B0;
    border: 2px solid #CFD4E6;
    color: #E9EAF2;
}
.section-content-area  .right-area .black-line {
    height: 3px;
    width: 550px;
    background-color: #000000;
}
.section-content-area  .right-area .price-info-img {
    margin-top: 34px;
}
.main-footer {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 1180px;
    box-sizing: border-box;
    border-top: 2px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-footer .worktime {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.main-footer .number {
    font-size: 34px;
    font-weight: 500;
    color: #999999;
}