/* /css/page_startup.css */

#boxStartup{padding:0;background:#fff;}
#boxStartup .startup-wrap{max-width:900px;padding-top:0;padding-bottom:3rem;}

/* 목록 */
#boxStartup .startup-list{border-top:0;}
#boxStartup .startup-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb;color:inherit;text-decoration:none;}
#boxStartup .startup-item__content{flex:1;min-width:0;}
#boxStartup .startup-item__source,
#boxStartup .startup-source-badge{display:inline-flex;align-items:center;max-width:100%;height:26px;padding:0 10px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:.8rem;font-weight:600;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#boxStartup .startup-item__source{margin-bottom:.5rem;}
#boxStartup .startup-item__title{margin:0 0 .25rem;color:#222;font-size:1.05rem;font-weight:500;line-height:1.5;letter-spacing:-.025em;word-break:keep-all;}
#boxStartup .startup-item__summary{display:-webkit-box;margin:0 0 .45rem;overflow:hidden;color:#64748b;font-size:.9rem;line-height:1.5;word-break:keep-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
#boxStartup .startup-item__meta{display:flex;flex-wrap:wrap;gap:.35rem .6rem;color:#8b95a1;font-size:.85rem;line-height:1.5;}
#boxStartup .startup-item__meta span:not(:last-child)::after{content:'·';margin-left:.6rem;color:#c0c4cc;}
#boxStartup .startup-item__thumb{flex:0 0 90px;width:90px;height:90px;overflow:hidden;border-radius:.5rem;background:#f3f4f6;}
#boxStartup .startup-item__thumb img{display:block;width:100%;height:100%;object-fit:cover;}
#boxStartup .startup-empty{min-height:200px;padding:5rem 1rem;border-bottom:1px solid #e5e7eb;color:#94a3b8;font-size:.95rem;text-align:center;}
#boxStartup .startup-load{padding:2rem 0;text-align:center;}
#boxStartup .startup-load__btn{display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:44px;padding:0 1.5rem;border:1px solid #dfe3e8;border-radius:.5rem;background:#fff;color:#333;font-size:.95rem;font-weight:500;cursor:pointer;}
#boxStartup .startup-load.is-loading .startup-load__btn{opacity:.5;pointer-events:none;}

/* 상세 */
#boxStartup .startup-view{border-top:0;}
#boxStartup .startup-view__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem;padding-top:1.5rem;color:#888;font-size:.9rem;line-height:1.5;}
#boxStartup .startup-view__meta > span:not(.startup-source-badge):not(:last-child)::after{content:'·';margin-left:.6rem;color:#c0c4cc;}
#boxStartup .startup-view__title{margin:0;padding:0 0 1.8rem;border-bottom:1px solid #e5e7eb;color:#222;font-size:1.45rem;font-weight:500;line-height:1.45;letter-spacing:-.04em;word-break:keep-all;}
#boxStartup .startup-view__thumb{margin:1.8rem 0 0;text-align:center;}
#boxStartup .startup-view__thumb img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:.75rem;}
#boxStartup .startup-view__content{min-height:200px;padding:2rem 0 3rem;color:#333;font-size:1rem;line-height:1.9;word-break:keep-all;}
#boxStartup .startup-view__content img{display:block;max-width:100%;height:auto;margin:1.5rem auto;border-radius:.75rem;}
#boxStartup .startup-view__external{padding:0 0 2rem;text-align:center;}
#boxStartup .startup-view__link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.25rem;border-radius:.5rem;background:#1d2b3a;color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;}
#boxStartup .startup-view__nav{border-top:1px solid #e5e7eb;}
#boxStartup .startup-view__nav-item{display:flex;align-items:center;gap:1rem;min-height:64px;padding:0 1.25rem;border-bottom:1px solid #e5e7eb;color:#222;}
#boxStartup .startup-view__nav-item:last-child{border-bottom:0;}
#boxStartup .startup-view__nav-label{flex:0 0 50px;color:#8b95a1;font-size:1rem;}
#boxStartup .startup-view__nav-item strong{min-width:0;overflow:hidden;font-size:1rem;font-weight:400;white-space:nowrap;text-overflow:ellipsis;}
#boxStartup .startup-view__btn{padding-top:2rem;border-top:1px solid #e5e7eb;text-align:center;}
#boxStartup .startup-view__btn a{display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:44px;padding:0 1.5rem;border:1px solid #dfe3e8;border-radius:.5rem;background:#fff;color:#333;font-size:.95rem;font-weight:500;}

@media(min-width:769px){
	#boxStartup{padding:0 0 2rem;}
	#boxStartup .startup-wrap{max-width:1100px;}
	#boxStartup .startup-list{border-top:2px solid #1d2b3a;}
	#boxStartup .startup-item{gap:1.5rem;min-height:180px;padding:1.5rem 1rem;}
	#boxStartup .startup-item__source{margin-bottom:.75rem;}
	#boxStartup .startup-item__title{margin-bottom:.4rem;font-size:1.15rem;}
	#boxStartup .startup-item__summary{margin-bottom:.65rem;font-size:.95rem;}
	#boxStartup .startup-item__meta{font-size:.9rem;}
	#boxStartup .startup-item__thumb{flex-basis:140px;width:140px;height:140px;border-radius:.75rem;}
	#boxStartup .startup-view{padding-top:.5rem;border-top:2px solid #1d2b3a;}
	#boxStartup .startup-view__meta{padding:1.5rem 2rem 0;}
	#boxStartup .startup-view__title{padding:0 2rem 2rem;font-size:2rem;}
	#boxStartup .startup-view__content{padding:2.5rem 2rem 4rem;font-size:1.05rem;line-height:2;}
	#boxStartup .startup-view__external{padding-left:2rem;padding-right:2rem;}
	#boxStartup .startup-view__nav{margin-left:2rem;margin-right:2rem;}
}

@media(max-width:480px){
	#boxStartup .startup-wrap{padding-left:0;padding-right:0;}
	#boxStartup .startup-item{padding-left:1.25rem;padding-right:1.25rem;}
	#boxStartup .startup-item__summary{-webkit-line-clamp:1;}
	#boxStartup .startup-view__meta,
	#boxStartup .startup-view__title,
	#boxStartup .startup-view__content,
	#boxStartup .startup-view__external{padding-left:1.25rem;padding-right:1.25rem;}
	#boxStartup .startup-view__btn{display:none;}
}