@charset "UTF-8";

/******* A타입 *******/
/***** layout *****/
#header{}
#gnb{display: flex;align-items:center}
#gnb > li{}
#gnb > li > a{display: block;position:relative}
#container{min-height:calc(100vh - 316px)}/* 기본 높이는 100vh - (헤더 높이 + 풋터 높이) */
#footer{}

/***** main *****/

/***** sub *****/



/******* B타입 *******/
/***** layout *****/
.type_b .contents{}
.type_b #header{}
.type_b #container{}
.type_b #footer{}


body{min-width:1320px;overflow-x:auto;/*letter-spacing:-0.04em*/}
.contents{padding:0 20px}
.contents>div{width:1280px;margin:0 auto}

.top_bar{background-color:#f5f5f5}
.top_bar .contents>div{display:flex;justify-content:space-between;padding:12px 0}
.top_bar .left{display:flex;align-items:center;/*font-size:14p;*/color:#6a7075}
.top_bar .left>div{position:relative;line-height:1}
.top_bar .left>div + div{margin-left:12px;padding-left:12px}
.top_bar .left>div + div:before{content:'';position:absolute;left:0;top:50%;width:1px;height:10px;background-color:#c5d1db;transform:translateY(-50%)}
.top_bar .left .user{display:flex;align-items:center}
.top_bar .left .user:before{content:'';display:block;width:16px;height:16px;margin-right:6px;background:url('../images/jedoportal/icon/ico_user.png') no-repeat 50% 50%}
.top_bar .left .user>span{color:#20272e;font-weight:700}
.top_bar .util{display:flex;align-items:center} 
.top_bar .util>li>a,.top_bar .util>li{color:#6a7075;font-size:14px;line-height:1}
.top_bar .util>li + li{position:relative;margin-left:12px;padding-left:12px}
.top_bar .util>li + li:before{content:'';position:absolute;left:0;top:50%;width:1px;height:10px;background-color:#c5d1db;transform:translateY(-50%)}
.top_bar .util>li.logout_cnt{display:flex;align-items:center}
.top_bar .util>li.logout_cnt .btn{margin-left:8px}
.top_bar .util>li.logout_cnt .count{display:block;margin-left:4px;font-weight:700}


/* 헤더 */
.sec_header{border-bottom:1px solid #e6ecf0}
.sec_header .contents>div{display:flex;justify-content:space-between;align-items:center;padding:20px 0 19px}
.sec_header .left{display:flex;align-items:center;position:relative}
.sec_header .left .related_site{position:relative}
.sec_header .left .related_site .toggle_btn{display:flex;align-items:center;padding:6px 12px;margin-left:8px;line-height:1;font-size:14px;border-radius:999px;background-color:#e6ecf0}
.sec_header .left .related_site .toggle_btn:after{content:'';display:block;width:16px;height:16px;margin-left:4px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2320272e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;transition:0.3s transform}
.sec_header .left .related_site .toggle_btn.active:after{transform:rotate(180deg)}
.sec_header .left .related_site .depth{display:none;position:absolute;top:calc(100% + 6px);left:50%;width:280px;padding:32px;transform:translateX(-50%);background-color:#fff;border-radius:12px;box-shadow:0px 0px 36px 0px rgba(0, 0, 0, 0.20);z-index:1}
.sec_header .left .related_site .depth li + li{margin-top:32px}
.sec_header .left .related_site .depth li>a{position:relative;display:flex;align-items:center}
.sec_header .left .related_site .depth li>a:before{content:'';display:block;height:30px;margin-right:8px}
.sec_header .left .related_site .depth li>a:after{content:'';position:absolute;right:0;top:50%;width:20px;height:20px;transform:translateY(-50%);border-radius:50%;background:#e6ecf0 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="12" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%236a7075" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 7L7 17M8 7h9v9"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.sec_header .left .related_site .depth li.epr>a:before{width:38.7px;background:url('../images/jedoportal/icon/ico_epr.png') no-repeat 50% 50%}
.sec_header .left .related_site .depth li.waste>a:before{width:30px;background:url('../images/jedoportal/icon/ico_waste.png') no-repeat 50% 50%}
.sec_header .left .related_site .depth li.ecoas>a:before{width:25.59px;background:url('../images/jedoportal/icon/ico_ecoas.png') no-repeat 50% 50%}
#gnb>ul{display:flex;align-items:center}
#gnb>ul>li + li{margin-left:60px}
#gnb>ul>li{position:relative}
#gnb>ul>li>a{display:block;font-size:20px;font-weight:700;line-height:1}
#gnb .depth{display:none;position:absolute;left:50%;top:calc(100% + 10px);/* width:207px; */padding:16px;background-color:#fff;border-radius:16px;box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);transform:translateX(-50%);z-index:2;}
#gnb .depth a{display:block;padding:16px 0;text-align:center;color:#000;font-weight:400;line-height:1;border-radius:8px;white-space: nowrap;}
#gnb .depth a:hover{color:#5963ff;font-weight:500;background-color:#eff0ff}
/* 푸터 */
.banner_box{border-top:1px solid #e6ecf0}
.banner_box ul{display:flex;justify-content:space-between;align-items:center;padding:23px 0 24px}
.banner_box ul li a{display:block;line-height:1}
footer{background-color:#20272e}
.footer_box1{border-bottom:1px solid #6a7075}
.footer_box1 .contents>div{display:flex;justify-content:space-between;align-items:center}
.footer_link{display:flex} 
.footer_link>li + li{position:relative;margin-left:15px;padding-left:17px}
.footer_link>li + li:before{content:'';position:absolute;left:0;top:50%;width:1px;height:11px;background-color:#959ea6;transform:translateY(-50%)}
.footer_link>li>a{display:block;color:#c5d1db;line-height:1}
.footer_link>li.point>a{color:#1ba1c8;font-weight:700}
footer .related_site{position:relative;width:300px;border-right:1px solid #6a7075;border-left:1px solid #6a7075}
footer .related_site .depth{display:none;position:absolute;bottom:100%;left:0;width:100%;border:1px solid #6a7075;border-bottom:0;background-color:#20272e;z-index:11}
footer .related_site .depth>li>a{display:block;padding:8px 15px;color:#c5d1db}
footer .related_site .depth>li:first>a{padding-top:19.5px}
.related_site>li>div{display:flex;justify-content:space-between;align-items:center;padding:18px 23px 17px;color:#c5d1db;cursor:pointer}
.related_site>li>div.active{background-color:#161b20}
.related_site>li>div:after{content:'';display:block;width:24px;height:24px;background:rgba(255, 255, 255, 0.16) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23c5d1db" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 15l6-6l6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;border-radius:50%;transition:0.3s transform}
.related_site>li>div.active:after{transform:rotate(180deg)}
.footer_box2{padding:22px 0;}
.footer_box2 .contents>div{display:flex;justify-content:space-between }
.footer_box2 .footer_box2_1{display:flex;align-items:flex-start}
.footer_box2 .footer_box2_1 .txt{margin-left:52px;color:#c5d1db}
.footer_box2 .footer_box2_1 .txt p{line-height:19px}
.footer_box2 .footer_box2_1 .txt p + p{margin-top:12px}
.footer_box2 .footer_box2_1 .txt p.copyright{font-size:14px;line-height:16.71px}
.footer_box2 .footer_box2_2 {display:flex; align-items:center}

/* 메인 공통 */
.main_sec{margin-top:40px}
.in_tit{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.in_tit strong{font-size:24px;font-weight:700;line-height:1}
.in_tit strong>span{margin-left:20px;color:#959ea6}
.in_tit .more_btn{width:28px;height:28px;border-radius:50%;background:#e6ecf0 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="32" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%236a7075" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v14m-7-7h14"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

/* 메인 sec01*/
.main_sec01 .contents>div{display:flex}
.main_sec01 .contents>div .slide_box{width:840px;margin-right:40px}
.main_sec01 .contents>div .slide_box .slick-slide{overflow:hidden;border-radius:12px}
.main_sec01 .contents>div .main_sec01_2{width:400px}
.main_sec01 .main_sec01_1{position:relative}
.main_sec01 .slick-dotted.slick-slider{margin-bottom:0}
.main_sec01 .slick-dots{display:flex;position:static;width:auto}
.main_sec01 .slick-dots li button:before{width:6px;height:6px;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#20272e;border-radius:50%;opacity:1}
.main_sec01 .slick-dots li{border-radius:50%;margin:0}
.main_sec01 .slick-dots li + li{margin-left:4px}
.main_sec01 .slick-dots li.slick-active{border:1px solid #20272e}
.main_sec01 .pagination{position:absolute;top:60px;left:60px;display:flex;flex-direction:row-reverse;padding:0}
.main_sec01 .pagination .btn_pause{width:6px;height:6px;margin-left:8px;background:url('../images/jedoportal/icon/ico_pause.png') no-repeat 50% 50%;cursor:pointer}
.main_sec01 .pagination .btn_pause.on{background:url('../images/jedoportal/icon/ico_start.png') no-repeat 50% 50%;}
.main_sec01_2 .login_btn{display:flex;justify-content:center;align-items:center;padding:20px 0;color:#fff;font-size:18px;font-weight:700;line-height:1;border-radius:12px 12px 0 0;background:linear-gradient(92deg, #32A357 -18.73%, #5963FF 49.53%, #8F4CFF 108.51%)}
.main_sec01_2 .login_btn:after{content:'';display:block;width:24px;height:24px;margin-left:8px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M15 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2"%2F%3E%3Cpath d="M21 12H8l3-3m0 6l-3-3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.contact_box{padding:8px 24px 9px;background-color:#f2f6ff}
.contact_box>div{display:flex;justify-content:space-between;align-items:flex-start;padding:27px 0 28px}
.contact_box>div + div{border-top:dashed 1px #c5d1db}
.contact_box>div .list li + li{margin-top:12px}
.contact_box>div .list li>a{display:flex;justify-content:flex-end;align-items:center;line-height:1}
.contact_box>div .list li>a:after{content:'';display:block;width:14px;height:14px;margin-left:4px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.contact_box>div .icon{display:flex;align-items:center;font-weight:600;line-height:1;letter-spacing:-0.32px}
.contact_box>div .icon:before{content:'';display:block;width:20px;height:20px;margin-right:4px}
.contact_box>div .icon.epr{color:#36b25f}
.contact_box>div .icon.epr:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%2336b25f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="m12 17l-2 2l2 2"%2F%3E%3Cpath d="M10 19h9a2 2 0 0 0 1.75-2.75l-.55-1M8.536 11l-.732-2.732L5.072 9"%2F%3E%3Cpath d="m7.804 8.268l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141.024M15.464 11l2.732.732L18.928 9"%2F%3E%3Cpath d="m18.196 11.732l-4.5-7.794a2 2 0 0 0-3.256-.14l-.591.976"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.contact_box>div .icon.waste{color:#5963ff}
.contact_box>div .icon.waste:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%235963ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.contact_box>div .icon.ecoas{color:#8f4cff;}
.contact_box>div .icon.ecoas:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%238f4cff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

/* 메인 sec02 */
.main_sec02 .contents>div{display:flex;align-items:flex-start}
.main_sec02 .main_sec02_1{display:flex;flex-wrap:wrap;width:680px;margin-right:40px}
.main_sec02 .main_sec02_1 .type1{position:relative;width:calc(33.33% - 10.66px)}
.main_sec02 .main_sec02_1 .type1 a{display:block;padding:24px 24px 62px;color:#fff;font-size:20px;font-weight:500;line-height:1.2;border-radius:12px}
.main_sec02 .main_sec02_1 .type1 a:before{content:'';position:absolute;left:24px;bottom:26px;width:24px;height:24px;background:url('../images/jedoportal/icon/ico_up_right.png') no-repeat 50% 50%}
.main_sec02 .main_sec02_1 .type1 + .type1{margin-left:16px}
.main_sec02 .main_sec02_1 .type1 a>b{font-weight:700}
.main_sec02 .main_sec02_1 .type1.epr a{background:#36b25f url('../images/jedoportal/main/bg_epr.png') no-repeat right 0 bottom 0}
.main_sec02 .main_sec02_1 .type1.waste a{background:#5963ff url('../images/jedoportal/main/bg_waste.png') no-repeat right 0 bottom 0}
.main_sec02 .main_sec02_1 .type1.ecoas a{background:#8f4cff url('../images/jedoportal/main/bg_eco.png') no-repeat right 0 bottom 0}

.main_sec02 .main_sec02_1 .type2{width:calc(50% - 8px);}
.main_sec02 .main_sec02_1 .type2 + .type2{margin-left:16px}
.main_sec02 .main_sec02_1 .type2 a{display:flex;justify-content:center;align-items:center;height:100px;margin-top:16px;font-size:20px;font-weight:700;line-height:1;border-radius:12px}
.main_sec02 .main_sec02_1 .type2 a:before{content:'';width:40px;height:48px;margin-right:20px}
.main_sec02 .main_sec02_1 .type2.epr a{color:#00a189;background-color:#d8f3ee}
.main_sec02 .main_sec02_1 .type2.epr a:before{background:url('../images/jedoportal/icon/ico_recycle.png') no-repeat 50% 50%}
.main_sec02 .main_sec02_1 .type2.material a{color:#614cd4;background-color:rgba(97, 76, 212, 0.10)}
.main_sec02 .main_sec02_1 .type2.material a:before{background:url('../images/jedoportal/icon/ico_board.png') no-repeat 50% 50%}

.main_sec02 .main_sec02_2{width:560px}
.main_sec02 .main_sec02_2 .search_box{display:flex;align-items:center;width:100%;border:2px solid #4171d9;border-radius:12px}
.main_sec02 .main_sec02_2 .search_box .nice-select{width:161px}
.main_sec02 .main_sec02_2 .search_box .nice-select .current{height:30px;padding:0 40px 0 20px;color:#000;font-size:16px;font-weight:600;line-height:30px;border:none}
.main_sec02 .main_sec02_2 .search_box .nice-select .current:after{right:20px;width:16px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.main_sec02 .main_sec02_2 .search_box input{width:calc(100% - 207px);height:30px;line-height:28px;padding:0 40px 0 0px;font-weight:500;font-size:18px;border:none !important}
.main_sec02 .main_sec02_2 .search_box input::placeholder{color:#959ea6}
.main_sec02 .main_sec02_2 .search_box .search_btn{min-width:70px;height:70px;border-radius:0 9px 9px 0;background:#4171d9 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="32" height="32" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.main_sec02 .main_sec02_2 .banner_slide{margin-top:16px;margin-bottom:0}
.main_sec02 .main_sec02_2 .banner_slide .slick-slide{overflow:hidden;border-radius:12px}
.main_sec02 .main_sec02_2 .banner_slide .slick-dots{bottom:inherit;top:30px;left:30px;width:auto;padding:0}
.main_sec02 .main_sec02_2 .banner_slide .slick-dots li{margin:0}
.main_sec02 .main_sec02_2 .banner_slide .slick-dots li + li{margin-left:8px}
.main_sec02 .main_sec02_2 .banner_slide .slick-dots li{width:6px;height:6px;background-color:#959ea6;border-radius:999px;transition:0.3s all}
.main_sec02 .main_sec02_2 .banner_slide .slick-dots li:hover{background-color:#055f9b}
.main_sec02 .main_sec02_2 .banner_slide .slick-dots li.slick-active{width:18px;background-color:#055f9b}

/* 메인 sec03 */
.board_box .contents>div,.dashboard_box4.board_box>div{display:flex}
.board_box .contents>div>.box,.dashboard_box4.board_box>div>.box{width:calc(50% - 26.66px)}
.board_box .contents>div>.box + .box,.dashboard_box4.board_box>div>.box + .box{margin-left:40px}
.board_box .contents>div>.box .date{letter-spacing:-0.21px}
.board_box .notice_list li:not(.recent)>a{display:flex;align-items:center;padding:20px 0 19px;border-bottom:1px solid #e6ecf0}
.board_box .notice_list li .eps1{width:calc(100% - 100px);margin-right:22px;line-height:1}
.board_box .notice_list li:not(.recent) .date{min-width:78px;font-size:14px;line-height:1;color:#959ea6}
.board_box .notice_list li.recent{position:relative;padding-bottom:19px;border-bottom:1px solid #e6ecf0}
.board_box .notice_list li.recent.new:before{content:'N';position:absolute;left:-8px;top:-8px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;color:#fff;font-family:'Montserrat';font-weight:700;font-size:12px;line-height:1; background-color:#755306; /* background-color:#f2ac0c; [오상자이엘] 웹접근성 심사 - 20240202 안영희 */z-index:1}
.board_box .notice_list li.recent>a{display:flex;flex-direction:row-reverse;align-items:center}
.board_box .notice_list li.recent>a .date{position:relative;width:86px;padding:16px 0;text-align:center;letter-spacing:inherit;font-family:'Montserrat';line-height:1;color:#fff;font-size:14px;font-weight:500;border-radius:12px;background:linear-gradient(343deg, #60A8FB 7.66%, #68B82B 96.37%)}
.board_box .notice_list li.recent>a .date:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;border-radius:12px;;background:url('../images/jedoportal/main/bg_date.png') no-repeat 50% 50%;z-index:0}
.board_box .notice_list li.recent>a .date>span{display:block;margin-top:8px;font-weight:700;font-size:32px;line-height:1}
.board_box .notice_list li.recent>a .eps2{width:calc(100% - 110px);margin-left:24px;font-weight:600;font-size:18px;line-height:1.5}

.board_box .reference_list ul{display:flex;flex-wrap:wrap}
.board_box .reference_list ul>li{width:calc(50% - 5px)} 
.board_box .reference_list ul>li:nth-child(odd){margin-right:10px}
.board_box .reference_list ul>li:nth-child(n+1):nth-child(-n+2){margin-bottom:10px}
.board_box .reference_list ul>li>a{display:block;padding:15px;border:1px solid #e6ecf0;border-radius:4px;background-color:#fff}
.board_box .reference_list ul>li>a .top{display:flex;justify-content:space-between;align-items:center;line-height:1}
.board_box .reference_list ul>li>a .top .date{color:#959ea6;font-size:14px}
.board_box .reference_list ul>li>a .top:before{content:'';display:block;width:20px;height:20px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="32" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%23f2ac0c" d="M9 3a1 1 0 0 1 .608.206l.1.087L12.414 6H19a3 3 0 0 1 2.995 2.824L22 9v8a3 3 0 0 1-2.824 2.995L19 20H5a3 3 0 0 1-2.995-2.824L2 17V6a3 3 0 0 1 2.824-2.995L5 3h4z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.board_box .reference_list ul>li>a .txt{margin-top:35px;line-height:1.4;letter-spacing:-0.32px}

.board_box .board_list ul>li{padding:22.67px 0  21.67px;border-bottom:1px solid #e6ecf0}
.board_box .board_list ul>li:first-child{padding-top:21.67px;border-top:1px solid #e6ecf0}
.board_box .board_list ul>li>a .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.board_box .board_list ul>li>a .top .tit{color:#4171d9;font-size:14px;font-weight:500;line-height:1}
.board_box .board_list ul>li>a .top .date{color:#959ea6;font-size:14px;line-height:1}
.board_box .board_list ul>li>a .txt{line-height:1}

.main_sec04{background-color:#f2f6ff;padding:40px 0}
.main_sec04 .contents>div{display:flex}
.main_sec04_1{width:520px;margin-right:40px}
.main_sec04_1 .tab_area{display:flex}
.main_sec04_1 .tab_area .tab{display:block;width:87px;margin-right:32px }
.main_sec04_1 .tab_area .tab>li{border:none;border-radius:999px}
.main_sec04_1 .tab>li + li{margin-top:12px;margin-left:0}
.main_sec04_1 .tab>li>a{display:inline-block;line-height:30px;color:#6a7075;font-size:14px;box-shadow:none;border-radius:999px;border:1px solid #c5d1db;background-color:#fff}
.main_sec04_1 .tab>li.active{width:100%}
.main_sec04_1 .tab>li.active>a{width:100%;color:#fff;font-size:18px;font-weight:700;background-color:#4171d9;border-color:#4171d9}
.main_sec04_1 .tab>li:hover>a{color:#fff;font-weight:700;background-color:#4171d9;box-shadow:none;border-color:#4171d9}
.main_sec04_1 .tab_cont{width:calc(100% - 119px)}
.main_sec04_1 .tab_cont .cont{overflow:hidden;height:175px}
.main_sec04_1 .tab_cont .cont .list>li{display:flex;align-items:center;line-height:1}
.main_sec04_1 .tab_cont .cont .list>li + li{margin-top:18px}
.main_sec04_1 .tab_cont .cont .list>li>span{min-width:50px;margin-right:12px;color:#1e1e1e;font-weight:700}
.main_sec04_1 .tab_cont .cont .list>li .txt{width:calc(100% - 62px);color:#6a7075;line-height:1}
.main_sec04_1 .tab_cont .scroll-element{top:0;right:0;width:8px;max-height:100%;background-color:transparent;border-radius:0}
.main_sec04_1 .scroll-wrapper > .scroll-element .scroll-element_outer{height:100%;width:100%;max-height:100%;border-radius:0}
.main_sec04_1 .scroll-wrapper > .scroll-element div.scroll-element_size{left:50%;top:0;height:100%;width:3px;border-radius:0;background-color:#d9d9d9;transform:translateX(-50%)}
.main_sec04_1 .scroll-wrapper > .scroll-element .scroll-bar{width:3px;left:50%;background-color:#6a7075 !important;transform:translateX(-50%);transition:0.3s width}
.main_sec04_1 .scroll-wrapper > .scroll-element .scroll-bar:hover{left:50%;width:100%}
.main_sec04_1 .scroll-content.scroll-scrolly_visible{padding-right:13px}
.main_sec04_2{width:720px}
.main_sec04_2 .compliance_box{display:flex;width:100%} 
.main_sec04_2 .compliance_box>div{width:calc(50% - 8px)}
.main_sec04_2 .compliance_box>div + div{margin-left:16px}
.main_sec04_2 .compliance_box .box{padding:24px;background-color:#fff;border-radius:12px}
.main_sec04_2 .compliance_box .box .tit{display:flex;align-items:center;color:#4171d9;font-weight:600;line-height:1}
.main_sec04_2 .compliance_box .box .tit:before{content:'';display:block;width:20px;height:20px;margin-right:4px}
.main_sec04_2 .compliance_box .box .tit.electrical:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%234171d9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 3v7h6l-8 11v-7H5l8-11"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.main_sec04_2 .compliance_box .box .tit.car:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%234171d9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M5 17a2 2 0 1 0 4 0a2 2 0 1 0-4 0m10 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0"%2F%3E%3Cpath d="M5 17H3v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0H9m-6-6h15m-6 0V6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.main_sec04_2 .compliance_box .box .tit.local:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%234171d9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 21h18M9 8h1m-1 4h1m-1 4h1m4-8h1m-1 4h1m-1 4h1M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.main_sec04_2 .compliance_box>.box .list{margin-top:19px}
.main_sec04_2 .compliance_box>.box .list li + li{margin-top:20px}
.main_sec04_2 .compliance_box>div .box{display:flex;justify-content:space-between}
.main_sec04_2 .compliance_box>div .box .list li + li{margin-top:11px}
.main_sec04_2 .compliance_box>div .box + .box{margin-top:16px}
.main_sec04_2 .compliance_box .box .list li{line-height:1}
.main_sec04_2 .compliance_box .box .list li>a{display:inline-flex;align-items:center;line-height:1}
.main_sec04_2 .compliance_box .box .list li>a:after{content:'';display:block;width:14px;height:14px;margin-left:4px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2320272e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.main_sec04_2 .compliance_box>div .box .list li>a{display:flex;justify-content:flex-end}

/* sub */
.sub_sec  + .sub_sec{margin-top:40px}

#container.sub{padding:40px 0}
#container.sub .contents>div{display:flex}
#container.sub .contents>div #lnb{width:260px}
#lnb .top{display:flex;justify-content:center;align-items:center;width:100%;height:100px;font-size:20px;font-weight:600;color:#fff;line-height:1;text-align:center;background:linear-gradient(95deg, #60A8FB -13.23%, #68B82B 115.64%);border-radius:32px 0}
#lnb .menu{padding:0 16px}
#lnb .bottom{margin-top:24px}
#lnb .menu>ul>li>a{position:relative;display:block;padding:24px 0 23px;line-height:1.5;border-bottom:1px dashed #959ea6;}
#lnb .menu>ul>li>a:after{content:'';position:absolute;right:0;top:50%;width:24px;height:24px;background:#e6ecf0 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg transform="translate(24 0) scale(-1 1)"%3E%3Cpath fill="none" stroke="%23959ea6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%;border-radius:50%;transform:translateY(-50%);transition:0.5s all}
#lnb .menu>ul>li.link>a:after{transform:translateY(-50%) rotate(-90deg)}
#lnb .menu>ul>li.active:not(.link)>a:after{transform:translateY(-50%) rotate(180deg);background:#000 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg transform="translate(24 0) scale(-1 1)"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
#lnb .menu>ul>li .depth{display:none;padding:24px 0 23px;border-bottom:1px dashed #959ea6}
#lnb .menu>ul>li .depth>li + li{margin-top:20px} 
#lnb .menu>ul>li .depth>li>a{display:flex;align-items:center;font-size:14px;line-height:1}
#lnb .menu>ul>li .depth>li>a:before{content:'';display:block;width:4px;height:4px;margin-right:8px;background-color:#959ea6;border-radius:50%}
#lnb .menu>ul>li .depth2{display: none;margin: 17px 0 24px 23px;}
#lnb .menu>ul>li .depth2>li + li{margin-top:20px} 
#lnb .menu>ul>li .depth2>li>a{display: flex;align-items: center;font-size: 14px;line-height: 1;}
#lnb .menu>ul>li .depth2>li>a:before {content: '';display: block;width: 5px;height: 1px;margin-right: 8px;background-color: #959ea6;border-radius: 50%;}
#lnb .menu>ul>li  a:hover,#lnb .menu>ul>li a.active{color:#000;font-weight:500}
#lnb .menu>ul>li .depth>li>a:hover:before,#lnb .menu>ul>li .depth>li>a.active:before{background-color:#000}
#lnb .menu>ul>li a.active:after{background:#000 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg transform="translate(24 0) scale(-1 1)"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
#lnb .present > a {font-weight: 600 !important;}
#lnb .menu>ul>li.present>a:after{background:#000 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg transform="translate(24 0) scale(-1 1)"%3E%3Cpath fill="none" stroke="%23959ea6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9l6 6l6-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

/* #container.sub .contents>div .sub_container{width:calc(100% - 320px);margin-left:60px} */
#container.sub .contents>div .sub_container{width:calc(100% - 310px);margin-left:50px} /* 제도안내 bg때문에 덜컥거림 발생하여 수치 조정 -yhan */
/* .sub_tit{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px} */
.sub_tit{position: relative;margin-bottom: 40px;}
.sub_tit .left {display: flex;align-items: flex-end;}
/* .sub_tit .left strong{font-size:28px;font-weight:700;line-height:1} */
.sub_tit .left strong{font-size:28px;font-weight:500;line-height:1}/* Noto Sans KR 기본 폰트로 사용하면서 두께 변경 */
.sub_tit .left .note:before {content: '';display: inline-block;height: 26px;width: 10px;border-left: 1px solid #ccc;}
.sub_tit .left .note {margin-left: 20px;font-size: 14px;font-weight: 100;}
.sub_tit .right {position: absolute;top: -17px;right: 0;}
.sub_tit .right .location{display:flex;align-items:center}
.sub_tit .right .location li:first-child{width:16px;height:16px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg transform="translate(24 0) scale(-1 1)"%3E%3Cg fill="none" stroke="%236a7075" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M5 12H3l9-9l9 9h-2M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-7"%2F%3E%3Cpath d="M9 21v-6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v6"%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.sub_tit .right .location li{display:block;font-size:14px;color:#6a7075;line-height:1.2}
.sub_tit .right .location li + li{position:relative;margin-left:8px;padding-left:12px;}
.sub_tit .right .location li + li:before{content:'';position:absolute;left:0;top:50%;width:4px;height:4px;background-color:#c5d1db;border-radius:50%;transform:translateY(-50%)}
.sub_tit .right .location li:first-child span{overflow: hidden;position: absolute;width: 1px;height: 1px;margin: -1px;clip: rect(0,0,0,0);}
 
.sub_in_tit{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.sub_in_tit .left{display:flex;align-items:center}
.sub_in_tit .left strong:before{content:'';display:block;width:15px;height:15px;margin-right:8px;background:url('../images/jedoportal/icon/ico_in_tit.png') no-repeat 50% 50%}
.sub_in_tit .left strong{display:flex;align-items:center;font-size:20px;font-weight:500;line-height:1}
.sub_in_tit .right{display:flex}
.sub_in_tit .right .btn + .btn{margin-left:8px}
.sub_in_tit .left .total_num{font-size:16px}
.sub_in_tit .left .total_num>span{font-weight:700}
.sub_in_tit .left strong + .total_num{margin-left:8px;line-height:1}
.sub_in_tit2{margin-bottom:16px}
.sub_in_tit2 .left strong{font-size:16px}
.sub_in_tit2 .left strong:before{width:4px;height:4px;border-radius:50%;background-color:#5963ff;background-image:none}
div  + .sub_in_tit2{margin-top:32px}

.condition_box{padding:10px 24px;background-color:#f2f6ff;border-top:2px solid #5f93fa }
.condition_box .tab + .tab_cont{margin-top:24px}
.dl_list{display:flex;flex-wrap:wrap}
.dl_list.type1 dl{display:flex;align-items:center;width:calc(50% - 30px);margin-top:8px}
.dl_list.type1 dl:nth-child(odd){margin-right:60px}
.dl_list dl:nth-child(n+1):nth-child(-n+2){margin-top:0}
.dl_list dl dt{width:100px;margin-right:8px;font-size:14px;font-weight:500;letter-spacing:-0.28px}
.dl_list dl dd{width:calc(100% - 108px);font-size:14px}
.dl_list dl dd.psr{position:relative}
.dl_list dl dd.psr .ps_right{position:absolute;right:0;top:50%;transform:translateY(-50%)}

.dl_list dl dd .job_division{display:flex;align-items:center}
.dl_list dl dd .job_division .btn{margin-left:12px}
.dl_list dl dd .job_division b{font-size:14px;font-weight:700;letter-spacing:-0.28px}
.dl_list.type2{border-top:1px solid #20272e}
.dl_list.type2 dl{display:flex;align-items:center;width:50%;padding:20px 20px 19px;border-bottom:1px solid #c5d1db} 
.dl_list.type2 dl.one_line{width:100%}
.dl_list.type2 dl dt{color:#6a7075}


.excel_btn:before{content:'';display:block;width:14px;height:14px;margin-right:4px;background:url('../images/jedoportal/icon/ico_excel.png') no-repeat 50% 50%}
.excel_btn.down:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2336b25f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 11l5 5l5-5m-5-7v12"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.excel_btn.upload:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23eb2f34" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 9l5-5l5 5m-5-5v12"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.tbl_responsive{max-height:200px}
.sub_sec2 .tbl_responsive{max-height:362px}
.tbl_list thead th{position:sticky;top:0;z-index:1}
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-y{top:0;right:0;width:10px;max-height:100%;border-radius:0;border-left:1px solid #c5d1db;background-color:#fff}
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer{top:2px;height:calc(100% - 4px)}
/* .tbl_responsive.scroll-wrapper > .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer{top:2px;height:calc(100% - 11px)} */
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:0}
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-4px}
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-y .scroll-bar{left:2px;width:6px;background-color:#959ea6}
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-y .scroll-bar:hover{background-color:#000;width:6px}
.tbl_responsive.scroll-wrapper > .scroll-element.scroll-x .scroll-bar:hover{background-color:#000}
.tbl_responsive.scroll-wrapper > .scroll-content.scroll-scrolly_visible{padding-right:10px}

.tbl_responsive.scroll-wrapper > .scroll-element.scroll-x{bottom:0;left:0;max-width:calc(100% - 2px);height:10px;border:1px solid #c5d1db;border-width:1px 1px 0 0;border-radius:0}
.tbl_responsive.scroll-wrapper > .scroll-x .scroll-element_outer{left:2px;width:calc(100% - 4px)}
.tbl_responsive.scroll-wrapper > .scroll-x.scroll-scrolly_visible .scroll-element_outer{left:2px;width:calc(100% - 11px)}
.tbl_responsive.scroll-wrapper > .scroll-x .scroll-bar{top:2px;height:6px;background-color:#959ea6}
.tbl_responsive.scroll-wrapper > .scroll-x .scroll-bar:hover{top:2px;height:6px}
.tbl_responsive.scroll-wrapper > .scroll-content.scroll-scrollx_visible{padding-bottom:10px} 
.tbl_responsive.scroll-wrapper > .scroll-content{box-sizing:border-box !important}



.tbl_list .no_data{padding:38px 0 59px;text-align:center}
.tbl_list .no_data>div>span{display:block;margin:0 auto;color:#959ea6;font-size:14px;line-height:1}
.tbl_list .no_data>div:before{content:'';display:block;width:16px;height:16px;margin:0 auto 8px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%23959ea6" d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2zm.01 13l-.127.007a1 1 0 0 0 0 1.986L12 17l.127-.007a1 1 0 0 0 0-1.986L12.01 15zM12 7a1 1 0 0 0-.993.883L11 8v4l.007.117a1 1 0 0 0 1.986 0L13 12V8l-.007-.117A1 1 0 0 0 12 7z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.adress_box{display:flex;flex-wrap:wrap}
.adress_box .search_box{display:flex;width:100%}
.adress_box .search_box .input{width:280px;margin-right:8px}
.adress_box .search_box .btn:before{content:'';display:block;width:20px;height:20px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.adress_box>.input{width:calc(50% - 6px);margin-top:12px}
.adress_box>.input:last-child{margin-left:12px}

.dl_list .one_line .nice-select{width:100%;max-width:328px}
.tbl_btn_area{justify-content:flex-start;margin-bottom:12px;padding-top:0}

.adress_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.alert_box{display:flex;align-items:center;color:#eb2f34;font-size:14px;line-height:1;letter-spacing:-0.28px}
.alert_box.fc_black{color:#20272e}
.alert_box:before{content:'';display:block;width:16px;height:16px;margin-right:4px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%23eb2f34" d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2zm.01 13l-.127.007a1 1 0 0 0 0 1.986L12 17l.127-.007a1 1 0 0 0 0-1.986L12.01 15zM12 7a1 1 0 0 0-.993.883L11 8v4l.007.117a1 1 0 0 0 1.986 0L13 12V8l-.007-.117A1 1 0 0 0 12 7z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.alert_box.fc_black:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%2320272e" d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2zm.01 13l-.127.007a1 1 0 0 0 0 1.986L12 17l.127-.007a1 1 0 0 0 0-1.986L12.01 15zM12 7a1 1 0 0 0-.993.883L11 8v4l.007.117a1 1 0 0 0 1.986 0L13 12V8l-.007-.117A1 1 0 0 0 12 7z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.alert_box.fc_cool_grey40:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%236a7075" d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2zm.01 13l-.127.007a1 1 0 0 0 0 1.986L12 17l.127-.007a1 1 0 0 0 0-1.986L12.01 15zM12 7a1 1 0 0 0-.993.883L11 8v4l.007.117a1 1 0 0 0 1.986 0L13 12V8l-.007-.117A1 1 0 0 0 12 7z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.radio_box{display:flex;align-items:center}
.alert_box + .radio_box, .alert_box + .df{margin-top:13px}
.radio_box.type1 .radio label:before{display:none}
.radio_box.type1 label{width:100px;padding:0;text-align:center;color:#6a7075;line-height:40px;border:1px solid #6a7075;background-color:#fff}
.radio_box.type1 .radio:first-child label{border-radius:4px 0 0 4px}
.radio_box.type1 .radio:last-child label{border-radius:0 4px 4px 0}
.radio_box.type1 .radio + .radio{margin-left:-1px}
.radio_box.type1 input:checked ~ label{position:relative;color:#5963ff;background-color:#eff0ff;border-color:#5963ff;z-index:11}

.radio_box.type2 .radio + .radio{margin-left:12px} 


.thumnail{width:40px;margin:0 12px}
.thumnail img{max-width:100%}
.file .file_name{width:120px;}

.step_box{margin-bottom:40px}
.step_box ul{display:flex}
.step_box ul>li{display:flex;align-items:center;width:calc(20% - 22.4px);padding:8px;color:#959ea6;font-weight:500;font-size:18px;line-height:1;border-radius:999px;background-color:rgba(230, 236, 240, 0.50)}
.step_box ul>li.active{color:#36b25f;font-weight:700;background-color:rgba(54, 178, 95, 0.20)}
.step_box ul>li>span{width:28px;height:28px;margin-right:8px;padding:7px 5px;color:#fff;font-size:14px;font-weight:700;text-align:center;line-height:1;letter-spacing:-0.28px;background:#c5d1db;border-radius:50%}
.step_box ul>li>div{width:calc(100% - 36px);text-align:center}
.step_box ul>li.active>span{background-color:#36b25f}
.step_box ul>li + li{position:relative;margin-left:28px}
.step_box ul>li + li:before{content:'';position:absolute;left:-24px;top:50%;width:20px;height:20px;transform:translateY(-50%);background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23959ea6" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.info_box{display:flex;padding:28px;background-color:#f2f6ff;border-radius:12px}
.info_box .info_tit{display:block;margin-bottom:36px;font-size:24px;font-weight:700;line-height:1}
.info_box dl{display:flex;font-size:14px}
.info_box dl + dl{margin-top:16px}
.info_box dl dt{width:80px;margin-right:12px;color:#6a7075;line-height:1}
.info_box dl dd{display:flex;line-height:1}
.info_box dl dd>span{display:block;margin-right:12px;color:#000}
.info_box>div + div dl dt{width:100px}
.info_box>div{width:calc(100% - 318)}
.info_box>div + div{position:relative;width:269px;margin-left:49px;padding-left:40px}
.info_box>div + div:before{content:'';position:absolute;left:0;top:0;width:0;height:100%;border-left:1px dashed #959ea6} 

.info_use{margin-top:20px;padding:15px;background-color:rgba(230, 236, 240, 0.50);border:1px solid #e6ecf0}
.info_use strong{display:flex;align-items:center;margin-bottom:15px;line-height:1;font-size:14px;font-weight:700}
.info_use strong:before{content:'';display:block;width:20px;height:20px;margin-right:4px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%2320272e" d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1-19.995.324L2 12l.004-.28C2.152 6.327 6.57 2 12 2zm.01 13l-.127.007a1 1 0 0 0 0 1.986L12 17l.127-.007a1 1 0 0 0 0-1.986L12.01 15zM12 7a1 1 0 0 0-.993.883L11 8v4l.007.117a1 1 0 0 0 1.986 0L13 12V8l-.007-.117A1 1 0 0 0 12 7z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.info_use ul>li + li{margin-top:12px}
.info_use ul>li{display:flex;align-items:center;color:#000;font-size:14px;line-height:1}
.info_use ul>li:before{content:'';display:block;width:4px;height:4px;margin-right:8px;background-color:#20272e;border-radius:50%} 
.info_use ul>li.point{color:#eb2f34;font-weight:700}
.info_use ul>li div>span{font-weight:700}
.tbl_list .btn.search_btn,.tbl_list .btn.modify_btn{padding:0 6px}
.tbl_list .btn.search_btn:before{content:'';display:block;width:14px;height:14px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2320272e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.tbl_list .btn.modify_btn:before{content:'';display:block;width:14px;height:14px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="m12 15l8.385-8.415a2.1 2.1 0 0 0-2.97-2.97L9 12v3h3zm4-10l3 3"%2F%3E%3Cpath d="M9 7.07A7 7 0 0 0 10 21a7 7 0 0 0 6.929-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.btn.toggle_btn{padding:0 6px}
.btn.toggle_btn:before{content:'';display:block;width:14px;height:14px;transition:0.3s transform;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2320272e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 15l6-6l6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.btn.toggle_btn.active:before{transform:rotate(180deg)}
.btn.ico_receipt:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2M9 7h6m-6 4h6m-2 4h2"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.btn.ico_coins:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M9 14c0 1.657 2.686 3 6 3s6-1.343 6-3s-2.686-3-6-3s-6 1.343-6 3z"%2F%3E%3Cpath d="M9 14v4c0 1.656 2.686 3 6 3s6-1.344 6-3v-4M3 6c0 1.072 1.144 2.062 3 2.598s4.144.536 6 0c1.856-.536 3-1.526 3-2.598c0-1.072-1.144-2.062-3-2.598s-4.144-.536-6 0C4.144 3.938 3 4.928 3 6z"%2F%3E%3Cpath d="M3 6v10c0 .888.772 1.45 2 2"%2F%3E%3Cpath d="M3 11c0 .888.772 1.45 2 2"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')  no-repeat 50% 50%}

.basic_data{display:flex;padding:27px;border:1px solid #c5d1db;border-radius:12px}
.basic_data>div:first-child{width:553px;scroll-margin-right:32px}
.basic_data>div:last-child{width:319px}
.basic_data .basic_data_tit{display:flex;align-items:center;font-size:24px;line-height:1}
.basic_data .basic_data_tit>div{font-weight:400}
.basic_data .basic_data_tit div>span{font-weight:700}
.basic_data .basic_data_tit:before{content:'';display:block;width:24px;height:24px;margin-right:8px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%2320272e" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M4 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm12-4v4M8 3v4m-4 4h16"%2F%3E%3Cpath d="M8 15h2v2H8z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.basic_data .left .txt{margin:73px 0 12px;font-size:14px;color:#6a7075;line-height:1}
.basic_data .left .txt>span{color:#20272e;font-weight:700}
.basic_data .left .reduction_rate{display:flex;align-items:center}
.basic_data .left .reduction_rate strong{margin-right:12px;color:#eb2f34;font-size:24px;font-weight:700;line-height:1}
.basic_data .right dl + dl{margin-top:20px}
.basic_data .right dl dt{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.basic_data .right dl dt label{display:block;font-size:14px;color:#6a7075;line-height:1}
.btn.ico_document:before{background:url('../images/jedoportal/icon/ico_document.png') no-repeat 50% 50%}
.btn.ico_file:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M0 0h24v24H0z"%2F%3E%3Cpath fill="%23f2ac0c" d="M9 3a1 1 0 0 1 .608.206l.1.087L12.414 6H19a3 3 0 0 1 2.995 2.824L22 9v8a3 3 0 0 1-2.824 2.995L19 20H5a3 3 0 0 1-2.995-2.824L2 17V6a3 3 0 0 1 2.824-2.995L5 3h4z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.info_tab{margin-top:20px}
.info_tab .tab{flex-wrap:nowrap;margin-bottom:20px}
.info_tab .tab>li{width:100%;margin:0}
.info_tab .tab>li a,.info_tab .tab>li{border-radius:0}
.info_tab .tab>li a{display:flex;align-items:center;justify-content:center;line-height:48px;color:#20272e;font-size:16px}
.info_tab .tab>li a>span{margin-left:4px;font-weight:500}
.info_tab .tab>li + li{border-left:none}
.info_tab .tab>li.active{border-top:2px solid #000;border-bottom:0}
.info_tab .tab>li.active>a, .info_tab .tab>li:hover>a{color:#000;font-weight:700;background-color:#fff}

.btn_area.type2{justify-content:flex-end;padding:40px 0  20px;border-bottom:1px solid #c5d1db}
.btn_area.type2 + .btn_area{padding-top:39px}


.popup_box .contents{padding:0 36px}
.management_head{display:flex;justify-content:space-between;align-items:center;padding:18px 36px;background-color:#055f9b}
.management_head .tit{display:flex;align-items:center;color:#fff;font-size:20px;font-weight:700;line-height:1}
.management_head .tit:before{content:'';display:block;width:24px;height:24px;margin-right:8px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M12 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6z"%2F%3E%3Cpath d="M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9s-9-1.8-9-9s1.8-9 9-9z"%2F%3E%3Cpath d="M6 20.05V20a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v.05"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.management_head ul{display:flex}
.management_head ul li + li{margin-left:32px}
.management_head ul li>a{display:block;color:#fff;font-weight:500;line-height:1}
.popup_box>.contents{padding:36px 0}

.download_box{display:flex;align-items:center}
.download_box .file_name{display:flex;align-items:center;margin-right:12px}
.download_box .file_name p{margin-right:4px}
.download_box .file_name:before{content:'';display:block;width:14px;height:14px;margin-right:4px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="14" height="14" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3L18 10a3 3 0 0 0-6-6l-6.5 6.5a4.5 4.5 0 0 0 9 9L21 13"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.df_select>span{margin:0 4px}

.helper{position:fixed;left:50%;margin-left:687px;margin-top:116px}

.dashbord{background-color:#f5f5f5;padding:40px 0}
.dashboard_box{display:flex}
.dashboard_box>.box{padding:32px;background-color:#fff;border-radius:12px}
.dashboard_box>.box + .box{margin-left:40px}
.dashboard_box + .dashboard_box{margin-top:40px}
.dashboard_tit{display:flex;justify-content:space-between;align-items:center}
.dashboard_tit strong{font-size:18px;font-weight:700;line-height:1}

.dashboard_box1 .profile_box{width:840px;margin-right:40px}
.dashboard_box1 .profile_box .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:44px}
.dashboard_box1 .profile_box .top .user_name{display:flex;align-items:center;color:#000;font-size:20px;font-weight:400;line-height:1}
.dashboard_box1 .profile_box .top .user_name div>span{font-weight:700}
.dashboard_box1 .profile_box .top .user_name:before{content:'';display:block;width:28px;height:28px;margin-right:8px;background:url('../images/jedoportal/icon/ico_user2.png') no-repeat 50% 50%}
.dashboard_box1 .profile_box .top ul{display:flex;align-items:center}
.dashboard_box1 .profile_box .top ul li + li{position:relative;margin-left:12px;padding-left:12px}
.dashboard_box1 .profile_box .top ul li + li:before{content:'';position:absolute;left:0;top:50%;width:1px;height:16px;background-color:#c5d1db;transform:translateY(-50%)}
.dashboard_box1 .profile_box .top ul li>a{display:flex;color:#6a7075;font-size:14px;font-weight:600;line-height:1}
.dashboard_box1 .profile_box .top ul li>a:before{content:'';display:block;width:16px;height:16px;margin-right:4px}
.dashboard_box1 .profile_box .top ul li.edit>a:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%236a7075" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="m12 15l8.385-8.415a2.1 2.1 0 0 0-2.97-2.97L9 12v3h3zm4-10l3 3"%2F%3E%3Cpath d="M9 7.07A7 7 0 0 0 10 21a7 7 0 0 0 6.929-6"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.dashboard_box1 .profile_box .top ul li.logout>a:before{background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%236a7075" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M14 8V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-2"%2F%3E%3Cpath d="M9 12h12l-3-3m0 6l3-3"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.profile_dl_list{display:flex}
.profile_dl_list>div{width:calc(50% - 16px)}
.profile_dl_list>div + div{margin-left:32px}
.profile_dl_list dl{display:flex;align-items:flex-start;font-size:14px}
.profile_dl_list dl + dl{margin-top:16px}
.profile_dl_list dl dt{width:80px;margin-right:12px;color:#6a7075;line-height:1}
.profile_dl_list dl dd{width:calc(100% - 92px);color:#000;line-height:1}
.profile_dl_list dl.adress dd{line-height:1.4}
.profile_dl_list .btn{border-radius:999px;flex-direction:row-reverse}
.profile_dl_list .btn:after{border-radius:999px}
.profile_dl_list .btn:before{content:'';display:block;width:20px;height:20px;margin:0 0 0 8px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.profile_dl_list .btn b{margin-left:8px}
.profile_dl_list div.left{display:flex;flex-wrap:wrap;align-content:space-between}
.profile_dl_list div.left>div{width:100%}

.dashboard_box1 .contact_box{width:400px;background-color:#fff}

.evaluation_box{width:468px}
.evaluation_box_1{display:flex;flex-wrap:wrap;margin-top:20px}
.evaluation_box_1 dl{display:flex;align-items:center;justify-content:space-between;width:calc(50% - 30px)}
.evaluation_box_1 dl:nth-child(odd){margin-right:60px}
.evaluation_box_1 dl:nth-child(n+3):nth-child(-n+4){margin-top:40px}
.evaluation_box_1 dl dt{display:flex;align-items:center;font-weight:600;line-height:1}
.evaluation_box_1 dl.receipt dt{color:#62a300}
.evaluation_box_1 dl.security dt{color:#e08300}
.evaluation_box_1 dl.approval dt{color:#4171d9}
.evaluation_box_1 dl.companion dt{color:#9e2022}
.evaluation_box_1 dl dt:before{content:'';display:block;width:44px;height:44px;margin-right:8px;border-radius:16px}
.evaluation_box_1 dl.receipt dt:before{background:#f2fae8 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2383bf30" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16l-3-2l-2 2l-2-2l-2 2l-2-2l-3 2M9 7h6m-6 4h6m-2 4h2"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.evaluation_box_1 dl.security dt:before{background:#fcf9e8 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23f2ac0c" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zM4 15a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10 2h6m-3-3v6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.evaluation_box_1 dl.approval dt:before{background:#f2f6ff url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 24 24"%3E%3Cg fill="none" stroke="%235f93fa" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"%3E%3Cpath d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0"%2F%3E%3Cpath d="m9 12l2 2l4-4"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.evaluation_box_1 dl.companion dt:before{background:#fff2f2 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="28" height="28" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%23eb2f34" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0m7-2l4 4m0-4l-4 4"%2F%3E%3C%2Fsvg%3E')  no-repeat 50% 50%}
.evaluation_box_1 dl dd{display:flex;align-items:center;color:#000;line-height:1}
.evaluation_box_1 dl dd b{margin-right:4px;font-size:28px;font-weight:600}

.implementation_tbl{width:780px}
.implementation_tbl table thead th{height:40px;line-height:1;padding-bottom:23px;border-bottom:1px solid #c5d1db;vertical-align:middle;}
.implementation_tbl table tbody td,.implementation_tbl table tbody th{height:50px;padding:21.5px 0 0;line-height:14px;text-align:center;vertical-align:middle}
.implementation_tbl table tbody td .situation:before{content:'';display:block;width:28px;height:28px;margin:0 auto 8px;border-radius:50%}
.implementation_tbl table tbody td .situation>span{display:block;font-weight:700;font-size:14px;line-height:1}
.implementation_tbl table tbody td .situation.not:before{background:#e6ecf0 url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 12l5 5L20 7"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.implementation_tbl table tbody td .situation.approval:before{background:rgba(54, 178, 95, 0.20) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="%2336b25f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 12l5 5L20 7"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}
.implementation_tbl table tbody td .situation.not>span{color:#959ea6}
.implementation_tbl table tbody td .situation.approval>span{color:#36b25f}

.dashboard_box3>div{width:calc(33.33% - 26.66px)}
.dashboard_box3>div .tbl_list{margin-top:25px;border-color:#e6ecf0 !important}
.dashboard_box3>div .tbl_list th{background-color:rgba(230, 236, 240, 0.50)}
.dashboard_box3>div .tbl_list th,.dashboard_box3>div .tbl_list td{border-color:#e6ecf0 !important}
.dashboard_box3>div .tbl_list th:not(:last-child),.dashboard_box3>div .tbl_list td:not(:last-child){border-right:0}
.dashboard_box3>div .tbl_list th:not(:first-child),.dashboard_box3>div .tbl_list td:not(:first-child){border-left:0}
input.comma::placeholder{text-align:right}

.packaging_mt_type.search_box{display:flex}
.packaging_mt_type.search_box .input{margin-right:8px}
.packaging_mt_type.search_box .input:first-child{width:80px}
.packaging_mt_type.search_box .input:first-child input{padding-right:11px !important}
.packaging_mt_type.search_box .input:nth-child(2){width:182px}
.packaging_mt_type.search_box .search_btn:before{content:'';display:block;width:20px;height:20px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%}

.sub_link_box{padding:32px;background-color:#fff;border-radius:12px}
.sub_link_box li>a{position:relative;display:flex;align-items:center;padding:16.5px 20px 16.5px 0}
.sub_link_box li>a>div{width:calc(100% - 60px)}
.sub_link_box li>a:before{content:'';display:block;width:40px;height:40px;margin-right:20px}
.sub_link_box li.delivery_income a:before{background:url('../images/jedoportal/icon/ico_sub_link01.png') no-repeat 50% 50%}
.sub_link_box li.recycle a:before{background:url('../images/jedoportal/icon/ico_sub_link02.png') no-repeat 50% 50%}
.sub_link_box li.separate_discharge a:before{background:url('../images/jedoportal/icon/ico_sub_link03.png') no-repeat 50% 50%}
.sub_link_box li.packaging a:before{background:url('../images/jedoportal/icon/ico_sub_link04.png') no-repeat 50% 50%}
.sub_link_box li>a:after{content:'';position:absolute;right:0;top:50%;width:16px;height:16px;background:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 6l6 6l-6 6"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;transform:translateY(-50%)}
.sub_link_box li:first-child>a{padding-top:0}
.sub_link_box li:last-child>a{padding-bottom:0}
.sub_link_box li + li{border-top:1px dashed #c5d1db}
.sub_link_box li>a b{display:block;font-weight:700;line-height:1}
.sub_link_box li>a span{display:block;margin-top:8px;font-size:13px;line-height:1}

.dashboard_box  .in_tit strong{font-size:20px}
.tab_reference li + li{margin-left:20px}
.tab_reference li,.tab_reference li>a{padding:0 !important;border:none !important;font-size:20px;line-height:1;font-weight:700;color:#959ea6 !important;background-color:transparent !important}
.tab_reference li.active>a{color:#20272e !important}
.tab_reference_cont{display:none}
.tab_reference_cont.active{display:block}
 @media screen and (max-width:1600px){
    .helper{left:inherit;right:0;margin-left:0;margin-top:0;z-index:111;} 
}