.coop-page {
    font-family: 'Noto Sans KR', Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
}
body:not(.edu) .coop-page .container {
    display: block !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 0 !important;
    min-width: 320px !important;
    box-sizing: border-box !important;
}
.coop-page h1, .coop-page h2 {
    color: #1b8cff !important;
    margin-bottom: 10px !important;
}
.coop-page h3 { color: #222 !important; margin-top: 28px !important; margin-bottom: 8px !important;}
.coop-page table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 28px !important;
    background: #f6fbff !important;
}
.coop-page th, .coop-page td {
    border: 1px solid #d2e6f7 !important;
    padding: 13px 9px !important;
    text-align: left !important;
    font-size: 15px !important;
    background: none !important;
    color: #222 !important;
}
.coop-page th {
    background: #e3f2fd !important;
    color: #006bbd !important;
    font-weight: 600 !important;
}
.coop-page .highlight {
    background: #e0f8eb !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    font-size: 1.1em !important;
    margin-bottom: 32px !important;
    color: #136c5e !important;
}
.coop-page .scenario-title {
    color: #177d57 !important;
    font-weight: 700 !important;
}
.coop-page .footer {
    color: #888 !important;
    font-size: 0.95em !important;
    text-align: center !important;
    margin-top: 32px !important;
    background: none !important;
}
@media (max-width: 1300px) {
    body:not(.edu) .coop-page .container {
        max-width: 96vw !important;
        padding: 24px 18px !important;
    }
}
@media (max-width: 768px) {
    body:not(.edu) .coop-page .container {
        max-width: 100vw !important;
        padding: 12px 6px !important;
    }
}


.collabo-cta-section {
    text-align: center;
    margin: 48px 0 32px 0;
}

.collabo-guide {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #444;
}

.collabo-apply-btn {
    background: #0099ff;        /* 브랜드 컬러(예시) */
    color: #fff;
    font-size: 1.2rem;
    padding: 16px 36px;
    border: none;
    border-radius: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: background 0.18s, transform 0.13s;
}

.collabo-apply-btn:hover {
    background: #007acc;
    transform: scale(1.03);
}


/*.coop-list-wrap { max-width: 800px; margin: 0 auto; }
.coop-item { padding: 24px; border-bottom: 1px solid #ddd; display:flex;gap:18px;align-items:flex-start;border-bottom:1px solid #eee;padding:20px 0;}*/
.coop-title { font-size: 1.2em; margin-bottom: 8px; font-weight: bold}
.coop-info { color:#555;font-size:0.99em;margin:5px 0 7px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%; }
.coop-data { font-size:0.93em;color:#888;margin-bottom:3px;}
.coop-date { color: #007acc; }
.coop-empty { padding: 48px 0; text-align: center; color: #888; }
.coop_btn {background:#0099ff;color:#fff !important;padding:5px 14px;border-radius:5px;font-size:0.98em;text-decoration:none; cursor: pointer}


/* 3개씩 카드형으로 보기 위해 grid 적용 */
.coop-list-wrap {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* 카드형에 어울리도록 coop-item 수정 */
.coop-item {
	width: 31.5%;
    display: flex !important;
  	flex-direction: column; /* 수직 배치 */
  	justify-content: space-between;
  	align-items: stretch;
  	border: 1px solid #e0e0e0;
  	border-radius: 8px;
  	padding: 16px;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  	transition: box-shadow 0.3s;
  	background: #fff;
}

/* 호버 시 그림자 강조 */
.coop-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 이미지 (썸네일) 처리 */
.coop-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* No Image 처리 */
.coop-item > div[style*="No Image"] {
  width: 100% !important;
  height: 160px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  margin-bottom: 10px;
  background: #f0f0f0;
  color: #aaa;
}

/* 카드 내부 텍스트 정렬 */
.coop-item > div[style*="flex:1"] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
}

/* 반응형 대응 */
@media (max-width: 1024px) {
  .coop-list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .coop-list-wrap {
    grid-template-columns: 1fr;
  }
}


.coop-process-wrap {
	font-family: 'Noto Sans KR', sans-serif;
	background: #f6fbff;
	padding: 40px;
	border-radius: 10px;
	line-height: 1.7;
	color: #333;
}
.coop-process-wrap h2 {
	font-size: 22px;
	color: #1b8cff;
	margin-bottom: 20px;
}
.coop-process-wrap ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
.coop-process-wrap li {
	margin-bottom: 6px;
}
.coop-process-box {
	background: #f0f7ff;              /* 연한 파랑 배경 */
	padding: 20px 24px;
	margin: 30px 0;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 91, 255, 0.08);  /* 부드러운 그림자 */
	transition: background 0.3s;
}

.coop-process-box p {
	font-weight: 600;
	font-size: 16px;
	color: #003f8a;
	margin-bottom: 12px;
}

.coop-process-box ul {
	color: #333;
}

.coop-process-box li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 6px;
	line-height: 1.6;
}

.coop-process-box li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: #1b8cff;
	font-size: 13px;
	top: 2px;
}
.coop-process-box strong {
	display: inline-block;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 600;
	color: white;
	background-color: #1b8cff;
	padding: 10px 18px;
	border-radius: 30px;
	box-shadow: 0 4px 8px rgba(27, 140, 255, 0.2);
	cursor: pointer;
	transition: background 0.3s, transform 0.2s;
	text-align: center;
	text-decoration: none;
}

.coop-process-box strong:hover {
	background-color: #0076e5;
	transform: translateY(-2px);
}


.coop-step {
	background: #e8f3ff;
	border: 1px solid #b5d8ff;
	padding: 15px;
	margin-bottom: 16px;
	border-radius: 8px;
}
.coop-step-title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #0057ff;
}

.coop-case {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	padding-left: 8px;
}
.coop-case a {
	color: #1b8cff;
	text-decoration: underline;
}
.coop-case a:hover {
	text-decoration: none;
}



.coop-card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
	justify-content: space-between;
	font-family: 'Noto Sans KR', sans-serif;
}
.coop-card {
	flex: 1 1 0;              /* 동일한 비율로 자동 너비 */
	min-width: 0;  
	width: 240px;
	background: #f8fbff;
	border: 1px solid #cce0f9;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	transition: transform 0.3s;
}
.coop-card:hover {
	transform: translateY(-5px);
}
.coop-card h4 {
	font-size: 16px;
	color: #1b8cff;
	margin-bottom: 10px;
}
.coop-card p {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}
.coop-card small {
	color: #666;
	font-size: 13px;
}


.btngr input[type='button'] {
	cursor:pointer
}