.detail-def__title {
    font-size: 24px;
    font-weight: 700;
}
.detail-head {
	margin: 0px 0 15px;
}

.detail-head button {
	font-size: 15px;
	height: 32px;
}

.detail-date {
	text-align: right;
	font-size:14px;
	margin-bottom: 10px;
}

.detail-func-button {
	position: relative;
    display: inline-flex;
	justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: #EAF3FB;
}

.detail-func-button::after {
  content: attr(data-text); /* HTML에서 설정한 data-text 값을 가져옴 */
  position: absolute;
  bottom: -30px; /* 아이콘 아래쪽에 배치 */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.detail-func-button:hover::after {
  opacity: 1;
  visibility: visible;
}

.detail-content {
	border: 1px solid #D9D9D9;
	padding: 30px 40px;
}

.detail-primary-info {
	margin-bottom:8px;
}

.detail-primary-company {
	display: inline-block;
	font-size:20px;
	font-weight:500;
    border-bottom: 1px solid #000;
    line-height: 1.2;
}

.detail-primary-company a {
	font-family: "Pretendard Variable", Pretendard; 
}


/* .detail-primary-type:first-child {
	color: #0E61AA;
	background-color: #DFEEFA;
	margin-bottom:10px;
} */

.detail-primary-title {
	font-size: 2.5rem;
    line-height: 1.4;
}

.detail-primary-list {
	margin-bottom:10px;
}

.detail-primary-notice {
	text-align:right;
	border-top: 1px solid #D9D9D9;
	padding-top: 15px;
}

.detail-primary-dday {
	font-size: 15px;
	color: #FF0000;
	border: 1px solid #FF0000;
	border-radius: 20px;
	padding:3px 10px;
	margin-left:7px;
}

.detail-def__list {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding:20px;
	border-top: 2px solid #3767B0;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

.detail-def__data {
    width: calc(100% - 105px);
}

/* 상세요강 */
.restrictions_box {
	margin-bottom:100px;
}

.detail-def__content {
	margin-top: 10px;
	padding-top:15px;
	border-top: 1px solid #D9D9D9;
}
.detail-def__content img { 
	max-width: 100% !important; 
	height: auto !important; 
}

.iframe_content {
   overflow: hidden;
    width: 740px;
    margin: 0 auto;
    padding: 30px 0;
}

/* 광고배너 */
.banner {
	margin-bottom:20px;
}

/* 알려드립니다 */
.information_box {
	background-color:#E6E6E6;
	padding:15px;
}