/* 공통 구조 설정 */
#structure, #structure2, #structure3 {
    width: 708px;
    margin-top: 10px;
}

.plan {
    width: 708px;
    height: 320px;
    border: 0 solid #dedede;
    position: relative;
}

.structure .plan {
    height: 380px;
}

.plan img {
    display: none;
    position: absolute;
}
.plan img:first-child {
    display:block;
}

/* Pagination 스타일 */
.pagination {
    float: right;
    list-style-type: none;
    margin: 20px 50px 30px 0;
    padding: 0;
}

.structure .pagination {
    margin-bottom: 0;
}

.pagination li {
    float: left;
    margin-left: 0;
}


/* 기본 설정 */
.structure {
    position: relative;
    width: 708px;
    margin: 0 auto;
}

.plan {
    position: relative;
}

.floor-image {
    width: 100%;
    display: block;
    border: 0;
}

/* Grandtour 스타일 */
.grandtour {
    position: absolute;
}

.box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.box-image {
    width: 150px;
    height: 112px;
}

.box-info {
    width: 80px;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
}

.grandtour-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Pagination 스타일 */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.button.orange {
    display: block;
    padding: 8px 16px;
    background-color: #ff7f50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.button.orange:hover {
    background-color: #ff6347;
}
