.detail-wrap section {
  padding: 70px 0 0 0;
}
.detail-wrap section h2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 30px;
}
.detail-wrap section h2 > span {
  display: inline-block;
  padding: 0 30px;
  line-height: 45px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  /* background-color: #364d81; */
  background-color:#504764;
}
/*
.detail-wrap section .txt {
  margin-bottom: 30px;
  color: #333;
  font-size: 17px;
  line-height: 31px;
  text-align: justify;
  overflow: hidden;
  font-weight: 400;
}
*/
.detail-wrap section h3 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}
.detail-wrap section sup a.footnote-ref {
  cursor: pointer;
  color:#c540a4 !important;
}
.detail-wrap section h2 .btn-toggle::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 2px;
  margin-right: 5px;
  background-color: #000;
  vertical-align: middle;
}
.detail-wrap section h2 .btn-toggle {
  display: flex;
  align-items: center;
}
.detail-wrap section h2 .btn-toggle.change::before {
  content: '+';
  display: inline-block;
  width: auto;
  height: auto;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  background-color: transparent;
}
#layerPop .txt .num {
  color:#f0592c !important;
}
#layerPop .btn-annotation {
	display: none;
}

section table {
	border-top: 1px solid #7d8188;
	
	text-align: center;
	font-size: 1rem;
	width:100%;
	margin-bottom: 1rem;
}
section thead th {
	padding: 18px 5px;
	background-color: #fafafa;
	/* width: 100px; */
	border-bottom: 1px solid #e6e6e6;
	font-weight: 400; color: #000;
}
section tbody th, 
section tbody td {
	padding: 18px 5px;
	/* width: 100px; */
	border-bottom: 1px solid #e6e6e6;
	font-weight: 400; color: #444;
}
section thead th:not(:last-child), 
section tbody th, 
section tbody td:not(:last-child) {
	border-right: 1px solid #e6e6e6;
}
.detail-wrap section  .photo.right {
  float: right;
  padding: 0 0 40px 40px;
}


/* by odop 2024.11.6 */
section .table-wrapper {
  overflow-x: auto;
  max-width: 905px;
}
section .table-wrapper td,
section .table-wrapper th {
  white-space: nowrap;
}
/* - */

.photo img.section-default-img {
	background-repeat: no-repeat;
	background-size: cover;
}
.detail-wrap .photo .photo-info .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.detail-wrap .photo .photo-info {
	max-width: 420px;
}
.detail-wrap .section .txt .photo.right {
  padding: 0 0 20px 40px;
}


/* by odop 2023.7.13 */
.entry-section {
  /* margin-bottom: 100px; */
  margin-bottom: 20px;
}


@media only screen and (max-width: 480px) {
	.detail-wrap .section .txt .photo.right {
	  float: none;
	  padding: 0 0 .625rem 0 !important;
	}
}