/*

LISTENING

*/
.library {
    position: relative;
}

.library img {
    width: 650px;
}

.library #ansUl8 {
    position: absolute;
    top: 0.5rem;
    right: 4.5rem;
    width: 40%;
}

.library #ansUl9 {
    position: absolute;
    right: 0.5rem;
    top: 10.25rem;
    width: 40%;
}

.library #ansUl7 {
    position: absolute;
    top: 15.75rem;
    left: 6rem;
    width: 27%;
}

.library #ansUl6 {
    position: absolute;
    bottom: 9.3rem;
    left: 5rem;
    width: 30%;
}

.library #ansUl10 {
    position: absolute;
    bottom: 1rem;
    left: 13rem;
    width: 40%;
}

.slot::after {
    font-weight: bold;
}

#ansUl6::after {
    content: "6.";
}

#ansUl7::after {
    content: "7.";
}

#ansUl8::after {
    content: "8.";
}

#ansUl9::after {
    content: "9.";
}

#ansUl10::after {
    content: "10.";
}

/*

//LISTENING

*/


/*

RESULT LISTENING

*/

/*

//RESULT LISTENING

*/


/*

RESULT READING

*/

.passage-2-table {
    min-height : 500px;
    border-collapse : collapse;
}

.passage-2-table tr td ul{
    font-size: 14px;
}
.passage-2-table tr{
    border: 2px solid dimgrey;
}

.passage-2-table tr:nth-child(1){
    text-align: center;
    background: lightgrey;
    line-height: 2.5rem;
}
.passage-2-table tr:nth-child(1)>td{
    font-size : 24px;
}
.passage-2-table tr:not(:nth-child(1)) td ul li{
    margin-left: 10px;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    line-height: 1.5rem;
}

/*

//RESULT READING

*/

table {
    min-height : 500px;
    border-collapse : collapse;
}
table tr{
    border: 2px solid dimgrey;
}

table tr:nth-child(1){
    text-align: center;
    background: lightgrey;
    line-height: 2.5rem;
}
table tr:nth-child(1)>td{
    font-size : 24px;
}
table tr:not(:nth-child(1)) td ul li{
    margin-left: 10px;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    line-height: 1.5rem;
}
ul.slot{
    margin-top : 1rem;
    width: 100%;
}
