@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");/* regular-400, medium-500, semibold-600, bold-700 */ 

*{-webkit-text-size-adjust:none}
body{background:#fff;font-size:0.81em;font-family:'Pretendard'}
h1, h2, h3, h4, h5, h6, input, button, textarea, select{font-family:'Pretendard'}
:root{--ps:#ff4935;--ps-line:#ffd5d1;--ps-bg:#fff3f2;--caution:#ffa129;--caution-bg:#fff3e5;--primary:#0cac9a;--primary-bg:#e5f3f3;--primary-line:#b7e1dd;--primary:#0cac9a;--primary-15:rgba(12, 172, 154,.15);--primary-50:rgba(12, 172, 154,.5);--primary-h:#09bda9;
--second:#32b1d9;--second-50:rgba(58, 164, 197,.5);--dark:#25302f;--pale:#ECF5F4;--pale-line:#b7e1dd}

/* ----------------------- 공통 스타일 [s] ----------------------- */
/* 그라디언트 애니메이션 */
.cm-gradient-bg:before{display:block;content:"";position:absolute;left:0;top:0;z-index:0;width:100%;height:100%;animation:cm-gradient-bg-ani 8s linear infinite;
background-position:left center;background-size:200% auto;background-image:linear-gradient(to right, #00dec5 15%, var(--second) 60%, var(--primary) 100%)}
@keyframes cm-gradient-bg-ani{from{background-position:left center}20%{background-position:right center}50%{background-position:left center}70%{background-position:right center}100%{background-position:left center}}
/* 말줄임표 */
.cm-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* 뉴 뱃지 */
.cm-new-badge{display:inline-block;vertical-align:text-top;width:15px;height:15px;margin-left:3px;border-radius:4px;font-size:8px;font-weight:700;color:#fff;line-height:15px;text-align:center;background:var(--primary);animation:cm-new-flash-ani 1s ease infinite}
@keyframes cm-new-flash-ani{0%, 100%{opacity:1}40%{opacity:0.1}}
/* CSO업체 리스트 */
.cm-direct-list{display:grid;row-gap:35px;column-gap:25px}
.cm-direct-list *{word-break:keep-all}
.cm-direct-list li{position:relative;padding-top:4px;border-radius:15px;background:linear-gradient(to right, #1C998B 0%, #3AA4C5 100%)}
.cm-direct-list li .info{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:20px;border-radius:12px 12px 0 0;text-align:center;background:#fff}
.cm-direct-list li .info span{font-size:15px;font-weight:600;color:var(--primary)}
.cm-direct-list li .info p{padding:0 20px;font-size:20px;font-weight:600;line-height:1.3;color:var(--dark)}
.cm-direct-list li .info div{font-size:13px;font-weight:500;color:#888}
.cm-direct-list li .info img{width:100%}
.cm-direct-list li button{overflow:hidden;position:relative;width:100%;height:50px;border-radius:0 0 12px 12px;border:none;font-size:16px;font-weight:600;color:#fff;background:none}
.cm-direct-list li button p{position:relative;z-index:2}
.cm-direct-list li button span{vertical-align:-3px;margin-right:5px;font-size:18px}
/* 모달 */
#modal{display:flex;position:fixed;left:0;top:0;z-index:101;width:100%;height:100%;padding:15px;background:rgba(0,0,0,.5)}
#modal *{word-break:keep-all}
#modalWrap{overflow-y:auto;position:relative;width:520px;max-height:calc(100vh - 30px);padding:35px;margin:auto;border-radius:12px;font-size:15px;font-weight:400;line-height:1.65;color:#777;background:#fff;box-shadow:4px 4px 16px rgba(0,0,0,.1)}
#modal .close{position:absolute;right:5px;top:5px;z-index:101;width:50px;height:50px;border:none;color:var(--dark);background:none}
#modal .close svg{width:28px;height:28px}
.cm-modal-cont h2{margin-bottom:20px;font-size:20px;font-weight:700;text-align:center;color:var(--dark)}
.cm-modal-cont dl+dl{margin-top:8px}
.cm-modal-cont dl dt{flex-shrink:0;width:120px;font-weight:500;color:var(--dark)}
.cm-modal-cont dl dd{flex-grow:1;font-size:14px;color:#777}
.cm-modal-cont dl dd.pf-status b{font-weight:600;color:var(--primary)}
.cm-modal-cont .cm-filebox .upload-name{width:calc(100% - 120px)}
.cm-modal-cont .cm-txtarea{width:100%;height:120px}
.cm-modal-cont .btns{align-items:center;justify-content:center;margin-top:25px}
.cm-modal-cont .btns.row-3 .cm-link-fill,.cm-modal-cont .btns.row-3 .cm-link-line{min-width:auto}
.cm-modal-cont .cm-link-line{height:45px;padding:0 30px;line-height:43px}
.cm-modal-cont .cm-link-fill{min-width:150px;height:45px;padding:0 30px;line-height:45px}
.cm-modal-cont .cm-center{text-align:center}
.cm-modal-cont .cm-pvc{justify-content:center}
.cm-modal-cont .cm-pvc i{color:var(--primary);font-style:normal}
.cm-modal-cont .cm-pvc a{color:var(--dark);text-decoration:underline}
.cm-modal-cont .cm-ck-overlap{gap:8px;margin:5px 0}
.cm-modal-cont .cm-ck-overlap button{width:120px;height:40px;border-radius:4px;color:#fff!important;background:var(--dark)}
.cm-modal-cont .counter{font-size:13px;color:#aaa;text-align:right}
.cm-modal-cont .my-img-label{display:block;position:relative;width:max-content;margin:0 auto;cursor:pointer}
.cm-modal-cont .my-img-circle{width:90px;height:90px;border:1px solid #d9d9d9;border-radius:50%;overflow:hidden;background:#fafafa}
.cm-modal-cont .my-img{display:none;width:100%;height:100%;object-fit:contain}
.cm-modal-cont .my-img-icon{display:flex;align-items:center;justify-content:center;position:absolute;right:0;bottom:0;width:24px;height:24px;border-radius:50%;border:1px solid #d9d9d9;color:var(--dark);background:#fff}
.cm-modal-cont .my-img-icon svg{width:16px;height:16px;color:#aaa}
.cm-modal-cont .cont{overflow-y:auto;max-height:120px;margin-top:5px;padding:12px;border:1px solid #d9d9d9;border-radius:4px}
.cm-modal-cont .file{flex-wrap:wrap;align-items:center}
.cm-modal-cont .file dd a{display:flex;align-items:center;gap:5px;width:max-content;padding:5px 10px;border:1px solid #e1e1e1;border-radius:6px;font-size:13px;line-height:1;color:#777;background:#f2f2f2}
.cm-modal-cont .file dd a svg{width:15px;height:15px}
.cm-modal-cont .matched span{gap:5px;align-items:center}
.cm-modal-cont .matched svg{width:16px;height:16px}
.cm-modal-cont .sender-type{flex-wrap:wrap}
.cm-modal-cont .sender-type button{color:#777;background:none}
#modalWrap.profileView{width:100%;max-width:1440px;padding-right:50px;background:#f7f7f7}
@media(max-width:1200px){
#modalWrap.profileView{padding:30px 20px}
}
@media(max-width:768px){
#modalWrap{font-size:13px}    
.cm-modal-cont h2{font-size:18px}
.cm-modal-cont dl dd{font-size:13px}
.cm-modal-cont .btns{gap:5px}
.cm-modal-cont .cm-link-line{height:38px;line-height:36px}
.cm-modal-cont .cm-link-fill{height:38px;line-height:38px}
.cm-modal-cont .sender-type{gap:5px 10px}
#receivedMsg.cm-modal-cont dl dt, #sendMsg.cm-modal-cont dl dt{width:80px}{width:80px}
#sendMsg.cm-modal-cont dl dt{width:90px}
#newsInq.cm-modal-cont dl dt{width:60px}
}
@media(max-width:480px){
#modalWrap{padding:20px}
#modal .close{width:35px;height:35px}
#modal .close svg{width:20px;height:20px}
.cm-modal-cont .file dd a{font-size:12px}
.cm-modal-cont .counter{font-size:12px}
.cm-modal-cont .btns{gap:5px;margin-top:15px}
.cm-modal-cont .cm-link-line{height:32px;padding:0 20px;line-height:32px;font-size:13px}
.cm-modal-cont .cm-link-fill{min-width:90px;height:32px;padding:0 20px;line-height:30px;font-size:13px}
}

/* 모달 - 제안받기 - 비로그인 */
#offerWrite .cm-center{margin-top:25px}
#offerWrite .cm-center a{color:var(--primary);text-decoration:underline}
/* ----------------------- 공통 스타일 [e] ----------------------- */

/* shTip */
#shTipWrap{display:flex;padding:10px 4%;border-bottom:1px solid #e9e9e9;background:#fff}
#shTip{display:flex}
#shTip a{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#aaa;line-height:1}
#shTip a img{width:18px}
#shTip a+a{color:var(--dark)}
#shTip a+a:before{display:inline-block;content:"";width:1px;height:12px;margin:0 8px 0 12px;background:#ccc}

/* hdLatest */
#hdLatest{overflow:hidden;display:flex;gap:20px;align-items:center;max-width:1000px;height:56px;margin:20px auto;padding:0 30px;border-radius:6px;font-size:15px;font-weight:500;color:var(--dark);background:var(--pale)}
#hdLatest .latest{flex-grow:1;padding-right:20px}
#hdLatest dt p{position:relative;padding-top:4px}
#hdLatest dt p:after{display:block;content:"";position:absolute;right:4px;top:4px;width:5px;height:5px;border-radius:50%;background:#ff3d3d}
#hdLatest dt p svg{width:20px;height:20px;color:var(--primary)}
#hdLatest dd{flex-grow:1;display:flex;align-items:center;height:100%}
#hdLatest dd > div{height:100%}
#hdLatest dd ul li{display:flex;align-items:center;line-height:56px;font-family:var(--k-font)}
#hdLatest dd ul li .date{margin-left:auto;font-size:14px}
#hdLatest dd .arrow{overflow:hidden;display:flex;align-items:center;height:32px;margin-left:auto;border-radius:5px;border:1px solid #e1e1e1}
#hdLatest dd .arrow div{cursor:pointer;display:flex;width:32px;height:100%;background:#fff}
#hdLatest dd .arrow div+div{border-left:1px solid #e1e1e1}
#hdLatest dd .arrow svg{width:16px;height:16px;margin:auto}

/* shContainer */
#shContainer{position:relative;font-size:15px;font-weight:400;line-height:1.65}

/* shSection */
#shSection{position:relative;font-size:15px;font-weight:400;color:#777;line-height:1.65}
#shSection *{word-break:keep-all}
#shSection .pl{white-space:pre-line}
#shSection .cm-main-tit{text-align:center}
#shSection .cm-main-tit p{font-size:22px;font-weight:700;color:var(--primary)}
#shSection .cm-main-tit h2{margin-top:15px;font-size:30px;font-weight:700;color:var(--dark)}

/* shContent */
#shContent{position:relative;max-width:1440px;width:100%;min-height:720px;margin:0 auto;padding:60px 0 100px}

/* Footer */
#shFooter{position:relative;padding:40px calc((100% - 1440px) / 2);padding-bottom:20px;width:100%;line-height:1.5;font-size:13px;font-weight:300;color:rgba(255, 255, 255, 0.4);background:#36383b}
#shFooter.sub{border-top:1px solid #d9d9d9}
#shFooter .logo{width:160px}
#shFooter .logo img{width:100%}
#shFooter .info{margin:20px 0}

@media(max-width:1480px){
#shFooter{padding:40px 15px}    
}
@media(max-width:1024px){
#shTipWrap{padding:10px 15px}    
#hdLatest{width:calc(100% - 30px)}
#shSection{font-size:14px}
}
@media(max-width:768px){
#shTipWrap{padding:10px;border:none;background:#f2f2f2}    
#shTip a{font-size:11px;letter-spacing:-.5px} 
#shTip a img{width:15px}   
#shTip a+a:before{height:10px;margin:0  0 0 5px;background:#aaa}#hdLatest{gap:10px;width:100%;height:45px;margin:0;padding:0 15px;border-radius:0;font-size:13px}
#hdLatest dd ul li{line-height:45px}
#shSection{font-size:13px}
#shSection .cm-main-tit p{font-size:16px}
#shSection .cm-main-tit h2{margin-top:10px;font-size:22px;line-height:1.45}   
#shContent{min-height:450px;padding:30px 0}
}
@media (max-width:580px){
#hdLatest{gap:8px;padding:0 15px}
#hdLatest .latest{padding:0}
#hdLatest dd .arrow{display:none}
}
@media (max-width:480px){
#hdLatest{height:45px;padding:0 12px}    
#hdLatest dt p svg{width:18px;height:18px}
#hdLatest dd ul li{font-size:13px}    
#hdLatest dd ul li .date{font-size:11px}
}
@media (max-width:380px){
#hdLatest dt{display:none}
}
/* 사이트맵 */
#sh_site_map{position:relative;width:100%}
#sh_site_map:after{display:block;content:"";visibility:hidden;clear:both}
#sh_site_map > div{width:31%;float:left;margin:0 1%}
#sh_site_map > div:nth-of-type(3n){margin-right:0}
#sh_site_map .sh_site_map_title{padding:10px 15px;border-bottom:2px solid #333;font-size:17px;font-weight:600;text-align:center;color:#222}
#sh_site_map ul{padding:0 15px 15px}
#sh_site_map .sh_site_map_box{min-height:205px;padding:17px 20px;border:1px solid #e1e1e1;border-top:none;font-size:14px;color:#333;line-height:40px}
#sh_site_map .sh_site_map_box li{border-bottom:1px dotted #ccc}
#sh_site_map .sh_site_map_box li:last-child{border:none}

