.attention-con {
    flex: 1;
    height: 0;
    padding-top: 38%;
    margin-left: 1%;
    position: relative;
    background: #f5f5f5;
}

.attention-con .slide {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 96%;
    height: 90%;
    overflow: auto;
}

.scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}


.scroll::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #a91f24;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #dddddd;
}

.scroll .box {
    width: 90%;
    margin: 0 auto;
}
.scroll .box dl{
    margin-bottom: 8%;
}
.scroll .box dt{
    margin: 1% 0;
    font-size: 1.8rem;
}
.scroll .box dd{
    font-size: 1.6rem;
    line-height: 3.5rem;
}
.scroll .box p{
    font-size: 1.6rem;
    line-height: 3.5rem;
}