@charset "utf-8";

/* =========================================================
   ¾÷Ã¼ ¸Å¹° ÆäÀÌÁö ±âº» ·¹ÀÌ¾Æ¿ô
========================================================= */
#boxCompanyListing{padding:3rem 0 5rem;background:#f8fafc;}

/* =========================================================
   ¾÷Ã¼ ÇÁ·ÎÇÊ
========================================================= */
#boxCompanyListing .company-profile{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:2rem;align-items:stretch;margin-bottom:1.5rem;padding:2rem;border:1px solid #e8ebef;border-radius:1rem;background:#fff;box-shadow:0 3px 16px rgba(15,23,42,.04);}
#boxCompanyListing .company-profile-main{min-width:0;}
#boxCompanyListing .company-profile-identity{display:flex;align-items:center;gap:1.25rem;}
#boxCompanyListing .company-profile-img{flex:0 0 96px;width:96px;height:96px;border:1px solid #e2e8f0;border-radius:999px;background-color:#eef2f7;background-position:center;background-size:cover;}
#boxCompanyListing .company-profile-info{min-width:0;}
#boxCompanyListing .company-profile-info h2{overflow:hidden;margin:0;color:#111827;font-size:1.8rem;font-weight:800;line-height:1.3;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;}
#boxCompanyListing .company-profile-type{margin:0 0 .25rem;color:#10b981;font-size:.95rem;font-weight:700;}
#boxCompanyListing .company-profile-intro{margin-top:1.25rem;padding:1rem 1.1rem;border-radius:.75rem;background:#f8fafc;color:#475569;font-size:.95rem;line-height:1.7;word-break:keep-all;}

/* ¾÷Ã¼ ¿¬¶ôÃ³ */
#boxCompanyListing .company-profile-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.25rem 0 0;padding:1.1rem 0 0;border-top:1px solid #edf0f3;}
#boxCompanyListing .company-profile-contact div{display:flex;align-items:center;gap:1.5rem;min-width:0;}
#boxCompanyListing .company-profile-contact dt{flex:0 0 auto;color:#7b8493;font-size:.9rem;font-weight:600;}
#boxCompanyListing .company-profile-contact dd{overflow:hidden;min-width:0;margin:0;color:#172033;font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;}

/* ¾÷Ã¼ ¿¬¶ô ¹öÆ° */
#boxCompanyListing .company-profile-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;}
#boxCompanyListing .company-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:120px;height:44px;padding:0 1.15rem;border:0;border-radius:.65rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s ease,opacity .15s ease;}
#boxCompanyListing .company-profile-btn:hover{opacity:.9;}
#boxCompanyListing .company-profile-btn:active{transform:scale(.97);}
#boxCompanyListing .company-profile-btn .material-symbols-outlined{font-size:19px;}
#boxCompanyListing .company-profile-btn--call{background:#10b981;color:#fff;}
#boxCompanyListing .company-profile-btn--open{background:#ffd000;color:#172033;}
#boxCompanyListing .company-profile-btn--naver{background:#03c75a;color:#fff;}

/* µî·Ï ¸Å¹° ¼ö */
#boxCompanyListing .company-profile-count{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:132px;padding:1.25rem;border-radius:1rem;background:#f1f5f9;text-align:center;}
#boxCompanyListing .company-profile-count span{color:#64748b;font-size:.9rem;font-weight:700;}
#boxCompanyListing .company-profile-count strong{margin-top:.25rem;color:#10b981;font-size:2rem;font-weight:900;line-height:1.2;}
#boxCompanyListing .company-profile-count small{margin-top:.15rem;color:#94a3b8;font-size:.75rem;font-weight:600;}

/* =========================================================
   ¸Å¹° °Ë»ö ¹× ÇÊÅÍ
========================================================= */
#boxCompanyListing .company-filter{margin-bottom:2rem;padding:1rem;border:1px solid #e8ebef;border-radius:1rem;background:#fff;}
#boxCompanyListing .company-filter-search{display:grid;grid-template-columns:minmax(0,1fr) 52px;margin-bottom:.75rem;}
#boxCompanyListing .company-filter-search input{width:100%;height:3.25rem;padding:0 1rem;border:1px solid #dbe2ea;border-right:0;border-radius:.75rem 0 0 .75rem;background:#fff;color:#334155;font-size:1rem;outline:0;}
#boxCompanyListing .company-filter-search input:focus{border-color:#10b981;}
#boxCompanyListing .company-filter-search input::placeholder{color:#9ca3af;}
#boxCompanyListing .company-filter-search button{display:flex;align-items:center;justify-content:center;width:52px;height:3.25rem;padding:0;border:0;border-radius:0 .75rem .75rem 0;background:#10b981;color:#fff;cursor:pointer;}
#boxCompanyListing .company-filter-search button .material-symbols-outlined{font-size:1.4rem;}
#boxCompanyListing .company-filter-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,auto);gap:.5rem;}
#boxCompanyListing .company-filter-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;}
#boxCompanyListing .company-filter-toolbar{display:grid;grid-template-columns:minmax(150px,1fr) 88px;gap:.5rem;}
#boxCompanyListing .company-filter-options select,#boxCompanyListing .company-filter-order{width:100%;min-width:0;height:2.8rem;padding:0 2.2rem 0 .8rem;border:1px solid #dbe2ea;border-radius:.65rem;background-color:#fff;color:#334155;font-family:inherit;font-size:.9rem;font-weight:600;outline:0;}
#boxCompanyListing .company-filter-options select:focus,#boxCompanyListing .company-filter-order:focus{border-color:#10b981;}
#boxCompanyListing .company-filter-toggle{display:none;}
#boxCompanyListing .company-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#fff;color:#10b981;font-size:11px;font-style:normal;font-weight:800;}
#boxCompanyListing .company-filter-reset{display:flex;align-items:center;justify-content:center;gap:.2rem;height:2.8rem;border:1px solid #e5e7eb;border-radius:.65rem;background:#f8fafc;color:#475569;font-size:.85rem;font-weight:700;text-decoration:none;}
#boxCompanyListing .company-filter-reset:hover{border-color:#cbd5e1;background:#f1f5f9;}
#boxCompanyListing .company-filter-reset .material-symbols-outlined{font-size:17px;}

/* =========================================================
   ¾÷Ã¼ ¸Å¹° ¸ñ·Ï
========================================================= */
#boxCompanyListing .company-list-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;}
#boxCompanyListing .company-list-head h3{margin:0;color:#111827;font-size:25px;font-weight:600;line-height:1.35;letter-spacing:-.04em;}
#boxCompanyListing .company-list-head p{flex:0 0 auto;margin:0;color:#64748b;font-size:1rem;font-weight:500;}
#boxCompanyListing .company-list-head p strong{color:#10b981;}
#boxCompanyListing .company-list-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
#boxCompanyListing .company-list-empty{padding:5rem 1rem;border:1px dashed #cbd5e1;border-radius:1rem;background:#fff;color:#94a3b8;font-size:1rem;font-weight:700;text-align:center;}

/* =========================================================
   ÆäÀÌÁö³×ÀÌ¼Ç
========================================================= */
#boxCompanyListing .company-paging{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem;margin-top:2rem;}
#boxCompanyListing .company-paging a{display:flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#64748b;font-size:.9rem;font-weight:700;text-decoration:none;}
#boxCompanyListing .company-paging a:hover{border-color:#10b981;color:#10b981;}
#boxCompanyListing .company-paging a.on{border-color:#10b981;background:#10b981;color:#fff;}

/* =========================================================
   ÅÂºí¸´: 1024px ÀÌÇÏ
========================================================= */
@media(max-width:1024px){
	#boxCompanyListing{padding:2.5rem 0 4rem;}
	#boxCompanyListing .company-profile{grid-template-columns:minmax(0,1fr) 120px;gap:1.5rem;}
	#boxCompanyListing .company-profile-img{flex-basis:88px;width:88px;height:88px;}
	#boxCompanyListing .company-profile-info h2{font-size:1.6rem;}
	#boxCompanyListing .company-filter-body{grid-template-columns:minmax(0,1fr) 230px;}
	#boxCompanyListing .company-filter-options{grid-template-columns:repeat(2,minmax(0,1fr));}
	#boxCompanyListing .company-filter-toolbar{grid-template-columns:minmax(0,1fr) 80px;}
	#boxCompanyListing .company-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}

/* =========================================================
   ¸ð¹ÙÀÏ: 768px ÀÌÇÏ
========================================================= */
@media(max-width:768px){
	#boxCompanyListing{padding:1.5rem 0 3rem;}
	#boxCompanyListing .contain{padding-right:1rem;padding-left:1rem;}

	#boxCompanyListing .company-profile{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem;padding:1.25rem;border-radius:.9rem;}
	#boxCompanyListing .company-profile-identity{gap:1rem;}
	#boxCompanyListing .company-profile-img{flex-basis:72px;width:72px;height:72px;}
	#boxCompanyListing .company-profile-info h2{font-size:1.35rem;}
	#boxCompanyListing .company-profile-type{font-size:.85rem;}
	#boxCompanyListing .company-profile-intro{margin-top:1rem;padding:.9rem;font-size:.9rem;line-height:1.65;}
	#boxCompanyListing .company-profile-contact{grid-template-columns:1fr;gap:.7rem;margin-top:1rem;padding-top:1rem;}
	#boxCompanyListing .company-profile-contact div{justify-content:space-between;gap:1rem;}
	#boxCompanyListing .company-profile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1rem;}
	#boxCompanyListing .company-profile-btn{width:100%;min-width:0;padding:0 .75rem;}
	#boxCompanyListing .company-profile-count{flex-direction:row;gap:.45rem;min-height:0;padding:.9rem 1rem;border-radius:.75rem;}
	#boxCompanyListing .company-profile-count strong{margin:0;font-size:1.35rem;}
	#boxCompanyListing .company-profile-count small{margin:0;}

	#boxCompanyListing .company-filter{margin-bottom:1.5rem;padding:.75rem;border-radius:.9rem;}
	#boxCompanyListing .company-filter-search{grid-template-columns:minmax(0,1fr) 46px;margin-bottom:.6rem;}
	#boxCompanyListing .company-filter-search input{height:2.9rem;padding:0 .85rem;font-size:.88rem;}
	#boxCompanyListing .company-filter-search button{width:46px;height:2.9rem;}
	#boxCompanyListing .company-filter-body{display:flex;flex-direction:column;gap:.6rem;}
	#boxCompanyListing .company-filter-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(105px,1fr) auto;order:-1;gap:.4rem;}
	#boxCompanyListing .company-filter-toggle{display:flex;align-items:center;justify-content:center;gap:.3rem;height:2.55rem;padding:0 .7rem;border:1px solid #dbe2ea;border-radius:.6rem;background:#fff;color:#334155;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer;}
	#boxCompanyListing .company-filter-toggle .material-symbols-outlined{font-size:18px;}
	#boxCompanyListing .company-filter-toggle[aria-expanded="true"]{border-color:#10b981;background:#ecfdf5;color:#059669;}
	#boxCompanyListing .company-filter-order{height:2.55rem;padding:0 1.8rem 0 .65rem;font-size:.82rem;}
	#boxCompanyListing .company-filter-reset{width:42px;height:2.55rem;padding:0;border-radius:.6rem;}
	#boxCompanyListing .company-filter-reset .material-symbols-outlined{font-size:18px;}
	#boxCompanyListing .company-filter-reset span:last-child{display:none;}
	#boxCompanyListing .company-filter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;max-height:0;opacity:0;overflow:hidden;visibility:hidden;transform:translateY(-5px);transition:max-height .25s ease,opacity .2s ease,transform .2s ease,visibility .2s;}
	#boxCompanyListing .company-filter-options.is-open{max-height:180px;opacity:1;visibility:visible;transform:translateY(0);}
	#boxCompanyListing .company-filter-options select{height:2.55rem;padding:0 1.8rem 0 .65rem;font-size:.8rem;}

	#boxCompanyListing .company-list-head{margin-bottom:1rem;}
	#boxCompanyListing .company-list-head h3{font-size:1.3rem;}
	#boxCompanyListing .company-list-head p{font-size:.9rem;}
	#boxCompanyListing .company-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;}
	#boxCompanyListing .company-list-empty{padding:4rem 1rem;}
}

/* =========================================================
   ¼ÒÇü ¸ð¹ÙÀÏ: 480px ÀÌÇÏ
========================================================= */
@media(max-width:480px){
	#boxCompanyListing{padding:1rem 0 2.5rem;}
	#boxCompanyListing .contain{padding-right:.75rem;padding-left:.75rem;}

	#boxCompanyListing .company-profile{padding:1rem;}
	#boxCompanyListing .company-profile-identity{align-items:center;}
	#boxCompanyListing .company-profile-img{flex-basis:64px;width:64px;height:64px;}
	#boxCompanyListing .company-profile-info h2{font-size:1.2rem;}
	#boxCompanyListing .company-profile-intro{padding:.8rem;font-size:.85rem;}
	#boxCompanyListing .company-profile-contact dt{font-size:.82rem;}
	#boxCompanyListing .company-profile-contact dd{font-size:.9rem;}
	#boxCompanyListing .company-profile-actions{grid-template-columns:1fr;}
	#boxCompanyListing .company-profile-btn{height:42px;}

	#boxCompanyListing .company-filter{padding:.65rem;}
	#boxCompanyListing .company-filter-search{grid-template-columns:minmax(0,1fr) 44px;}
	#boxCompanyListing .company-filter-search input{height:2.75rem;padding:0 .75rem;font-size:.82rem;}
	#boxCompanyListing .company-filter-search button{width:44px;height:2.75rem;}
	#boxCompanyListing .company-filter-toolbar{grid-template-columns:minmax(0,1fr) minmax(92px,1fr) 40px;gap:.35rem;}
	#boxCompanyListing .company-filter-toggle{height:2.45rem;padding:0 .5rem;font-size:.78rem;}
	#boxCompanyListing .company-filter-order{height:2.45rem;padding-right:1.4rem;font-size:.77rem;}
	#boxCompanyListing .company-filter-reset{width:40px;height:2.45rem;}
	#boxCompanyListing .company-filter-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;}
	#boxCompanyListing .company-filter-options select{height:2.45rem;padding:0 1.4rem 0 .55rem;font-size:.76rem;}

	#boxCompanyListing .company-list-grid{grid-template-columns:1fr;}
	#boxCompanyListing .company-list-head h3{font-size:1.2rem;}
	#boxCompanyListing .company-list-head p{font-size:.82rem;}
	#boxCompanyListing .company-paging a{min-width:2rem;height:2rem;font-size:.8rem;}
}

/* =========================================================
   ¾÷Ã¼¸Å¹° ¹«ÇÑ ½ºÅ©·Ñ
========================================================= */
#boxCompanyListing .company-infinite-scroll{display:flex;align-items:center;justify-content:center;min-height:90px;margin-top:1.5rem;text-align:center;}
#boxCompanyListing .company-infinite-loading,#boxCompanyListing .company-infinite-complete,#boxCompanyListing .company-infinite-error{display:none;align-items:center;justify-content:center;color:#7b8493;font-size:.9rem;font-weight:600;}
#boxCompanyListing .company-infinite-loading.is-show,#boxCompanyListing .company-infinite-complete.is-show,#boxCompanyListing .company-infinite-error.is-show{display:flex;}
#boxCompanyListing .company-infinite-loading{gap:.6rem;}
#boxCompanyListing .company-infinite-spinner{display:block;width:22px;height:22px;border:2px solid #dbe4e9;border-top-color:#10b981;border-radius:50%;animation:companyInfiniteSpin .7s linear infinite;}
#boxCompanyListing .company-infinite-complete{color:#94a3b8;}
#boxCompanyListing .company-infinite-error{flex-direction:column;gap:.75rem;}
#boxCompanyListing .company-infinite-error button{height:38px;padding:0 1rem;border:1px solid #10b981;border-radius:.55rem;background:#fff;color:#059669;font-family:inherit;font-size:.85rem;font-weight:700;cursor:pointer;}
#boxCompanyListing .company-infinite-sentinel{position:absolute;width:1px;height:1px;pointer-events:none;}
#boxCompanyListing .company-list-section.is-infinite-ready .pg_wrap{display:none;}
#boxCompanyListing .company-list-section.is-infinite-ready .company-paging{display:none;}
@keyframes companyInfiniteSpin{to{transform:rotate(360deg);}}

/* ¸ð¹ÙÀÏ ¹«ÇÑ ½ºÅ©·Ñ */
@media(max-width:768px){
	#boxCompanyListing .company-infinite-scroll{min-height:74px;margin-top:1rem;}
	#boxCompanyListing .company-infinite-loading,#boxCompanyListing .company-infinite-complete,#boxCompanyListing .company-infinite-error{font-size:.82rem;}
	#boxCompanyListing .company-infinite-spinner{width:19px;height:19px;}
}