






/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa referenceMiddle */

#versesMain{
  position: relative;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100px;
}
#versesMain>div {
  position: absolute;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100px;
  font-size: 40px;
  color: white;
}
#referenceMiddle{
}






#referencePic{
  width: 200px;
  height: 500px;
  background-color: aquamarine;
}

#referenceMiddleContent{
  display: flex;
  margin: 0 10%;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}

#referenceMiddleContent > div{
}

.reference-content{
  width: 90%;
  border: 0.5px solid #ccc;
}

.reference-content th{
  background-color: hsl(0, 4%, 84%);
}
.reference-content td{
  text-align: center;
}
.reference-content th:nth-child(1){
  width: 10%;
}
.reference-content th:nth-child(2){
  white-space: nowrap;       /* 한 줄로 표시 */
  overflow: hidden;          /* 넘치는 부분을 숨김 */
  text-overflow: ellipsis;   /* 초과된 부분에 대한 생략 표시 (...) */
  max-width: 100px;  
  width: 40%;
}
.reference-content th:nth-child(3){
  width: 10%;
}
.reference-content th:nth-child(4){
  width: 10%;
}




#pagenation{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#pagenation > div{
  display: flex;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
  border-radius: 5px
}
#referenceContent{
  display: flex;
  justify-content: center;
}
#referenceDetail{
  width: 1000px;
  border : 1px solid #ccc;
  border-radius: 10px;
}
#referenceDetail td{
  border : 1px solid #ccc;
  
}

#referenceDetail tr > td:nth-child(1){
  text-align: center;
  width: 150px;
  height: 50px;
  background-color: antiquewhite;
}
#referenceDetail tr > td:nth-child(2){
  padding-left: 30px;
}
#referenceDetail tr:nth-child(5) > td{
  padding-left: 30px;
  text-align: left;
  background-color: white;
}
#referenceButton{
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#referenceButton > button{
  margin-right: 600px;
}

/* 글자 표시 */
.reference-content > td:nth-child(2){
  width: 20px;  
}
.reference-content > td:nth-child(3){
  white-space: nowrap;       /* 한 줄로 표시 */
  overflow: hidden;          /* 넘치는 부분을 숨김 */
  text-overflow: ellipsis;   /* 초과된 부분에 대한 생략 표시 (...) */
  max-width: 100px;  
}