#step03_list {
    position: absolute;
    width: 90%;
    height: 85%;
    overflow-y: scroll;
    top: 12%;
    left: 5%;
}

#step03_list::-webkit-scrollbar {
    display: none;
}

#step03_list ul {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    list-style-type: none;
}

#step03_list ul li {
    display: block;
    width: 33.33%;
    height: auto;
    float: left;
}

#step03_list ul li div {
    width: 100%;
    height: 100%;
    position: relative;
}

#step03_list ul li div #nor {
    width: 85.5%;
    height: auto;
    margin: 4%;
    border-radius: 50%;
    border: 0.6vh solid rgba(0, 245, 245, 0);
}

#step03_list ul li div #sel {
    width: 85.5%;
    height: auto;
    margin: 4%;
    border-radius: 50%;
    border: 0.6vh solid rgba(0, 245, 245, 1);
    -webkit-box-shadow: 0px 1vh 5vh -1vh rgba(0, 245, 245, 0.7);
    -moz-box-shadow: 0px 1vh 5vh -1vh rgba(0, 245, 245, 0.7);
    box-shadow: 0px 1vh 5vh -1vh rgba(0, 245, 245, 0.7);
}

#step03_list #btn_content {
    position: relative;
    width: 100%;
    height: 30%;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 20%;
}

#step03_list #btn_content .btn_name {
    width: 100%;
    height: 50%;
    font-weight: bold;
    font-size: 1.5vh;
    color: #7b7b7b;
    text-align: center;
}

#step03_list #btn_content .btn_disc {
    width: 100%;
    height: 50%;
    margin-top: 5%;
    font-size: 1.8vh;
    color: #7b7b7b;
    text-align: center;
}