/*

LISTENING

*/
.library {
    position: relative;
}

.library img {
    width: 650px;
}

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

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

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

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

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

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

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

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

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

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

#cdtContentPack3 .matching .slot {
    display: inline-block;
    vertical-align: middle;
}

#matching2 .slot {
    display: inline-block;
    margin: 0.5rem;
    vertical-align: middle;
}

.matching #answerSet1 .drag-item {
    display: inline-block;
    width: 32%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #b9c4d9;
    background: #fff;
    color: #333;
    font-weight: bold;
    line-height: 160%;
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.box-line {
    overflow: hidden;
    width: 100%;
}

.box-line dl {
    float: left;
    margin-left: 2rem;
}

.box-line dl:first-child {
    margin-left: 0;
}

/*

//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)>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 {
    border-collapse : collapse;
}
table tr,
table tr th,
table tr td{
    border: 1px solid dimgrey;
    padding: 10px;
}
table tr:nth-child(1) span {
    font-weight: normal;
}
ul.slot{
    margin-top : 1rem;
    width: 100%;
}

#cdtContentPack3 .matching .slot{position:relative}
.slot::after{position:absolute;top:6px;left:6px}
ul.hide-after::after {display: none}

#matching2 .droptrue.slot.testAn{width:478px}
#matching3 .droptrue.slot.testAn{width:378px}

.cdt-window-container{height:calc(100% - 5px)}

.center {
    text-align: center;
}
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;
}
.table_passage {
    min-width: 100%;
    text-align: center;
}
.table_passage tr {
    background-color:transparent;
}
.table_passage td {
    padding: 1rem;
    border: 2px solid gray;
}
.table_passage tr:nth-child(1) > td {
    font-size: 16px;
    line-height: 1;
}
table.border-none {
    min-height: auto;
    margin: 10px 0;
    border: none;
}
table.border-none tr,
table.border-none tr td {
    border: none;
    vertical-align: top;
}
table.border-none th {
    padding-right: 1rem;
    text-align: left;
    line-height: 1;
}
.cdt-content > .column .question dl dt {
    min-width: 100px;
}
table.brochure tr:nth-child(1) {
    background: transparent;
    text-align: left;
    line-height: normal;
}
table.brochure tr:nth-child(1) > td {
    font-size: medium;
}
table.brochure tr td:nth-child(1) {
    min-width: 150px;
}
table.underline tr {
    border-bottom: 1px solid #000;
}
table.underline tr td {
    width: 50%;
    padding: 1rem 10px;
}
table.underline tr:nth-child(1) {
    background: transparent;
    text-align: left;
    line-height: normal;
}
table.underline tr:nth-child(1) > td {
    font-size: medium;
}
/* .roman-numeral {
     display: flex;
     gap: 1rem;
 }
 #phraseSet>li{
     margin: 8px 0 27px 0;
 }*/
.matching .drag-item {
    cursor: default;
}
.wrap-column {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.wrap-column .image-wrap {
    min-width: 116px;
    width: 116px;
}
.wrap-column .text-wrap {
    width: calc(100% - 126px);
    word-break: break-word;
}
