@charset "utf-8";
body{overflow-x:hidden;font-size:15px;color:#666;line-height:1.2;letter-spacing:-1px;background:#F8F7F5}
body,
body *{font-family:'Pretendard','Noto Sans' ,'돋움',Dotum, sans-serif;}
select{}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
textarea,
select{width:100%;height:40px;padding:0 10px;line-height:40px;border-radius:5px;border:1px solid #E5E5E5;color:#333;font-size:15px}
select{padding-right:25px;background:url(../images/user/select_arrow.png) no-repeat calc(100% - 10px) 50% #fff}
textarea{height:200px;padding:15px 10px;line-height:1.4}
input[type="date"]{position:relative;padding-right:35px;background:url(../images/user/input_date_ic.png) no-repeat calc(100% - 10px) 50%}
input[type="date"]::-webkit-calendar-picker-indicator{position:absolute;left:0;right:0;top:0;bottom:0;height:auto;width:auto;color:transparent;cursor:pointer;background:transparent;}


/* scroll */
body *::-webkit-scrollbar-track{background-color:#eee}
body *::-webkit-scrollbar{width:7px;height:12px;background-color:#eee;}
body *::-webkit-scrollbar-thumb{background-color:#ABAEB3;border-radius:50px}

.inner{width:100%;max-width:1980px;margin:0 auto;padding:0 10px;}

.t_left{text-align:left !important}
.t_right{text-align:right !important}
.t_center{text-align:center !important}

.mob{display:none}

/* header */
.header{position:fixed;top:0;left:0;width:100%;height:64px;border-bottom:1px solid #F0F0F0}
.header .inner{display:flex;align-items:center;justify-content:space-between;position:relative;max-width:1980px;height:100%;padding:0 10px}
.header .logo{width:300px;height:43px;padding-top:12px;padding-left:160px;background:url(../images/common/kookmin_logo.png) no-repeat 0 50% / 300px;background-size:160px;transition:0.3s}
.header .logo span{font-weight:500;font-size:17px;color:#222;white-space:nowrap}
.header .logo span::before{content:'';display:inline-block;width:1px;height:10px;margin:0 10px;background:#979797}
.header .gnb_wrap{height:auto;border:0}
.header_info ul{display:flex;align-items:center}
.header_info li{position:relative;font-weight:600;color:#212121;}
.header_info .auth_lb{padding:3px 10px;border-radius:20px;background:#212121;color:#fff;font-weight:400;margin-right:7px;}
/* .header_info li + li::before{content:'';display:block;position:absolute;top:50%;left:0;width:3px;height:3px;margin-top:-1px;border-radius:50%;background:#E5E5E5} */
.header_info a,
.header_info button{display:block;padding:0 12px;border:0;white-space:nowrap;font-size:14px;color:#989898;background:none}
.header_info .logout::before{width:1px;height:8px;border-radius:0;margin-top:-4px;background:#C4C4C4}
.header_info .logout button{color:#EA2735}
.header_info .logout span{display:inline-block;padding:4px 0;padding-left:20px;background:url(../images/common/header_logout_ic.png) no-repeat 0 50%}
.header_info .logout a,
.header_info .logout button{padding-right:0}
.gnb_btn{display:none}
.session_info{display:flex;align-items:center;position:fixed;bottom:0;left:0;width:100%;padding:10px;font-size:13px;color:#fff;background:#EA2735}
.session_info .name{white-space:nowrap;}
.session_info .btn01{padding:4px 10px;border:1px solid #fff;margin:0 10px;background:none;font-size:12px;white-space:nowrap;}



/* gnb_bg */
/*
.gnb_wrap .gnb_bg{display:none;top:88px;height:auto}
.gnb_bg .gnb_bg{display:none !important}
.gnb_bg .gnb{align-items:normal;width:100%;padding:0;text-align:center}
.gnb_bg .gnb > li{flex:1;padding:30px 15px;border-top:2px solid #fff}
.gnb_bg .gnb > li + li{border-left:1px solid #F0F0F0}
.gnb_bg .gnb > li > a{display:inline-block;padding:5px 30px;border-radius:50px;font-size:16px;color:#fff;background:#98999C}
.gnb_bg .gnb > li:hover{border-top:2px solid #5380F2;background:#F8F9FD}
.gnb_bg .gnb > li:hover > a{background:#5380F2}
.gnb_bg .gnb .depth2{display:block !important;position:static;height:auto;padding:20px 0 0}
.gnb_wrap .inner{max-width:calc(100% - 320px);padding:0;margin:0}
*/

/* gnb v2 */
.gnb_wrap .gnb_bg,
.gnb_wrap .gnb > li,
.gnb_wrap .gnb > li > a,
.gnb_wrap .depth2,
.gnb_wrap .depth2 > li{transition:0.4s}
.gnb_wrap .gnb > li:nth-child(2) .depth2 > li{transition-delay:0.1s}
.gnb_wrap .gnb > li:nth-child(3) .depth2 > li{transition-delay:0.15s}
.gnb_wrap .gnb > li:nth-child(4) .depth2 > li{transition-delay:0.2s}
.gnb_wrap .gnb > li:nth-child(5) .depth2 > li{transition-delay:0.25s}
.gnb_wrap .gnb > li:nth-child(6) .depth2 > li{transition-delay:0.3s}
.gnb_wrap .gnb > li:nth-child(7) .depth2 > li{transition-delay:0.35s}
.gnb_wrap .gnb > li:nth-child(8) .depth2 > li{transition-delay:0.4s}
.gnb_wrap .gnb > li:nth-child(9) .depth2 > li{transition-delay:0.45s}
.gnb_wrap .gnb > li:nth-child(10) .depth2 > li{transition-delay:0.5s}

.gnb_wrap{max-width:calc(100% - 300px)}
.gnb_wrap .inner{width:100%;padding:0}
.gnb_wrap .gnb_bg{display:block;visibility:hidden;top:64px;overflow:hidden;height:0;}
.gnb_wrap .gnb{justify-content:flex-end;width:100%}
.gnb_wrap .gnb{left:0;}
/*gnb 너비 확장 모션 제거, 확장을 디폴트로*/
/* .gnb_wrap .gnb > li{padding:0 25px}
.gnb_wrap .gnb > li:last-child{padding-right:0} */
.gnb_wrap .gnb > li{padding:0 60px 0 15px}
.gnb_wrap .gnb > li > a{position:relative;z-index:10;padding:21px 0;font-weight:600;white-space:nowrap}
.gnb_wrap .gnb > li + li .depth2{border-left:1px solid #F0F0F0}
.gnb_wrap .depth2{display:block;visibility:hidden;overflow:hidden;top:43px;height:0;border-top:2px solid transparent;}
.gnb_wrap .depth2 > li{transform:translateX(-100%);opacity:0;}
.gnb_wrap .depth2 > li + li{margin-top:12px}
.gnb_wrap .depth2 > li > a{display:block;position:relative;padding-left:6px;font-weight:500;font-size:15px;color:#000}
.gnb_wrap .depth2 > li > a::before{display:none}
.gnb_wrap .depth2 > li > a::after{content:'';display:block;position:absolute;top:7px;left:0;width:2px;height:2px;background:#01050D}
.gnb_wrap .depth3{padding:0}
.gnb_wrap .depth3 li:first-child{margin-top:6px}
.gnb_wrap .depth3 li{margin-top:4px}
.gnb_wrap .depth3 a{color:#666}
.gnb_wrap .depth3 > li > a{position:relative;padding-left:6px}
.gnb_wrap .depth2 > li > a:hover{color:#5380F2}
.gnb_wrap .depth2 > li > a:hover::after{background:#5380F2}
.gnb_wrap .depth3 > li > a:hover{color:#5380F2;}
.gnb_wrap .depth2 > li.on > a,
.gnb_wrap .depth3 > li.on > a{color:#5380F2}
.gnb_wrap li:has(ul.depth3 li.on) > a.use_sub,
.gnb_wrap li:has(ul.depth2 li.on) > a.use_sub{ color: #5380F2; }
.gnb_wrap .gnb > li:hover > a{color:#5380F2}
.gnb_wrap .gnb > li:hover .depth2{border-top-color:#5380F2;background-color:#F8F9FD;}

/*gnb 너비 확장 모션 제거*/
/* .header.hover .logo{width:250px;padding-left:134px;background-size:134px}
.header.hover .gnb_wrap .gnb > li{padding:0 60px 0 15px} */
.header.hover .gnb_wrap .gnb_bg,
.header.hover .gnb_wrap .depth2{visibility:visible;}
.header.hover .gnb_wrap .gnb_bg{height:250px}
.header.hover .gnb_wrap .depth2{height:250px;padding:20px 15px;}
.header.staff.hover .gnb_wrap .gnb_bg,
.header.staff.hover .gnb_wrap .depth2{height:185px;}
.header.professor.hover .gnb_wrap .gnb_bg,
.header.professor.hover .gnb_wrap .depth2{height:170px;}
.header.company.hover .gnb_wrap .gnb_bg,
.header.company.hover .gnb_wrap .depth2{height:170px;}
.header.hover .gnb_wrap .depth2 > li{transform:translateX(0);opacity:1;}

.professor .gnb_wrap .depth2 > li > a:hover{color:#56B8F4}
.professor .gnb_wrap .depth2 > li > a:hover::after{background:#56B8F4}
.professor .gnb_wrap .depth3 > li > a:hover{color:#56B8F4;}
.professor .gnb_wrap .gnb > li:hover > a{color:#56B8F4}
.professor .gnb_wrap .gnb > li:hover .depth2{border-top-color:#56B8F4;background-color:#F7FBFE;}
.student .gnb_wrap .depth2 > li > a:hover{color:#F6925A}
.student .gnb_wrap .depth2 > li > a:hover::after{background:#F6925A}
.student .gnb_wrap .depth3 > li > a:hover{color:#F6925A;}
.student .gnb_wrap .gnb > li:hover > a{color:#F6925A}
.student .gnb_wrap .gnb > li:hover .depth2{border-top-color:#F6925A;background-color:#FEFAF9;}
.assistant .gnb_wrap .depth2 > li > a:hover{color:#A369EF}
.assistant .gnb_wrap .depth2 > li > a:hover::after{background:#A369EF}
.assistant .gnb_wrap .depth3 > li > a:hover{color:#A369EF;}
.assistant .gnb_wrap .gnb > li:hover > a{color:#A369EF}
.assistant .gnb_wrap .gnb > li:hover .depth2{border-top-color:#A369EF;background-color:#FAF7FD;}
.company .gnb_wrap .depth2 > li > a:hover{color:#F65B56}
.company .gnb_wrap .depth2 > li > a:hover::after{background:#F65B56}
.company .gnb_wrap .depth3 > li > a:hover{color:#F65B56;}
.company .gnb_wrap .gnb > li:hover > a{color:#F65B56}
.company .gnb_wrap .gnb > li:hover .depth2{border-top-color:#F65B56;background-color:#FEF8F8;}




/* footer */
.footer{/* height:155px; */padding:0;background:#515151;color:#C1C1C1;font-size:14px;text-align:left}
.footer .terms{justify-content:flex-start;padding:25px 0}
.footer .terms a{color:#C1C1C1}
.footer .terms li + li::before{height:10px;background:#ABABAB}
.footer .addr{padding:25px 0;border-top:1px solid #616161;background:url(../images/common/kookmin_logo.png) no-repeat 100% 50% / 210px}
/* .footer .addr dl{display:flex;} */
.footer .addr dt{display:none;}

.footer .copy{margin-top:10px;font-size:14px;text-transform:uppercase}

/* float_btn */
.float_btn{position:fixed;bottom:20px;left:calc(50% + 930px);}
.float_btn a{display:block;color:#fff;font-size:13px;letter-spacing:0;word-break:keep-all;text-align:center}
.float_btn a span{display:inline-block;}
.float_btn .chk_list{background:#C41C39}
.float_btn .chk_list span{background-image:url(../images/user/float_chk_list_arrow.png)}
.float_btn .quick{background:#4c4c4c}
.float_btn .quick span{padding-bottom:40px;background-image:url(../images/user/float_quick_more.png)}
.scroll_btn a{width:40px;height:40px;border-radius:50%;border:2px solid #E0E0E0;background:#fff no-repeat 50% 50%;box-shadow:0 0 10px 5px rgba(0,0,0,0.05)}
.scroll_btn li + li{margin-top:5px}
.scroll_btn a span{text-indent:-9999px}
.scroll_btn .top{background-image:url(../images/user/scroll_btn_top.png)}
.scroll_btn .bottom{background-image:url(../images/user/scroll_btn_bottom.png)}
.scroll_btn a.disabled{opacity:0.45}
.scroll_bottom{position:relative;}
.scroll_bottom .float_btn{position:absolute;bottom:80px}


/* contents */
.sub_visual{position:absolute;display:flex;align-items:flex-end;flex-wrap:wrap;/* justify-content:space-between; */justify-content:flex-end;width:calc(100% - 20px);max-width:1960px;height:110px;transition:0.3s}
.sub_visual > div{width:50%}
.sub_visual .page_tit{/* display:flex; */display:none;align-items:flex-end;padding-bottom:30px;color:#000}
.sub_visual .page_tit .tit{position:relative;margin-right:12px;font-weight:700;font-size:32px;}
.sub_visual .page_tit .tit::after{content:'';display:block;position:absolute;top:-4px;right:-4px;width:7px;height:7px;border-radius:50%;background:#E75826}
.sub_visual .page_tit .desc{font-size:18px}
.sub_visual .visual_bg{position:relative;height:100%;/* background:no-repeat calc(100% - 20px) 100% */background:no-repeat calc(100% - 50px) 100% / auto 100px;}
.sub_visual .visual_obj{position:absolute;bottom:0;left:250px;width:100px;height:100px;background:no-repeat 0 100%}
.sub_visual .visual_bg .bubble{position:absolute;bottom:60px;right:260px;min-width:140px;padding:10px 20px;border-radius:50px;background:#000;color:#fff;font-size:14px}
.sub_visual .visual_bg .bubble::after{content:'';display:block;position:absolute;bottom:-1px;right:2px;border-style:solid;border-width:12px 7px 0 7px;border-color: #000 transparent transparent transparent;transform:rotate(75deg);}
.sub_visual.hidden{height:0;margin-bottom:60px}

/*== base 서브비주얼 관련 임시 숨김처리 ===*/
.sub_visual .visual_bg{background-image:none !important;}
.sub_visual .visual_bg .bubble{display: none !important;}
/*== //base 서브비주얼 관련 임시 숨김처리 ===*/

.contents{min-height:calc(100vh - 155px);padding:64px 0 70px;background:#f8f8f8;}
.contents .cont_section{position:relative;border:0;padding:0}
.contents .cont_wrap{overflow:hidden;padding:30px 50px;border-radius:20px;border:1px solid #F1F0EE;background:#fff;box-shadow:0 0 15px 2px rgba(151,151,151,0.15)}
.page_top{position:relative;padding-bottom:20px}
.page_top .page_tit{font-size:24px;margin-right:20px;}
.page_top .page_tit button{display:inline-block;position:relative;top:-2px;width:24px;height:24px;margin-left:10px;border-radius:50%;border:1px solid #444;background:#fff url(../images/user/tit_guide_ic.png) no-repeat 50% 50%}
.page_top .page_tit button:hover{border-color:#0C33A8;background-image:url(../images/user/tit_guide_ic_over.png);box-shadow:3px 2px 1px 0 #E3E3E3}
.navigation{padding:0;margin-top:15px;}
.navigation li{color:#9598A0}
.navigation li + li{background-image:url(../images/user/user_nav_arrow.png)}

/* guide_wrap */
.guide_wrap{display:flex;align-items:center;flex-wrap:wrap;z-index:10;width:100%;min-height:100px;padding:20px 40px;padding-right:140px;margin-bottom:10px;border-radius:5px;border:0;background:#F8F8F9 url(../images/user/user_guide_ic.png) no-repeat calc(100% - 40px) 50%;}
.guide_wrap ul{width:100%;}
.guide_wrap ul li{padding:0;font-weight:600;font-size:18px;color:#000;background:none;}
.guide_wrap .warn{display:block;margin-top:10px;padding:5px 0;padding-left:30px;font-weight:400;font-size:14px;color:#aaa;background:url(../images/user/guide_warn_ic.png) no-repeat 0 50%}
.guide_wrap .warn + .warn{margin-top:5px}
.guide_wrap .btn01{padding:8px 30px;background:#8B90A2}
.guide_wrap.j_between{display:flex;align-items:center;justify-content:space-between;padding:40px;background-image:none}
.guide_wrap.close{display:none}
/* .page_guide{position:relative;} */
.page_guide .tooltip_msg{display:block;visibility:hidden;opacity:0;min-width:150px;padding:8px 15px;position:absolute;top:-50px;right:-6px;text-align:center;font-size:13px;color:#C6C6C6;white-space:nowrap;background:#202021;box-shadow:0 0 15px 2px rgba(0,0,0,0.05);transform:translateY(50%);transition:0.3s}
.page_guide .tooltip_msg span{display:inline-block;padding-left:22px;background:url(../images/user/guide_tooltip_msg_ic.png) no-repeat 0 50%}
.page_guide .tooltip_msg::after{content:'';display:block;position:absolute;bottom:-10px;right:10px;border-style:solid;border-width:10px 6px 0 6px;border-color:#202021 transparent transparent transparent}
.page_guide button:hover + .tooltip_msg{visibility:visible;opacity:1;transform:translateY(0);}
.guide_wrap button{display:block;position:absolute;top:-6px;right:-6px;width:28px;height:28px;border-radius:50%;border:1px solid #E8E8E8;box-shadow:0 0 15px 2px rgba(0,0,0,0.05);background:url(../images/user/guide_close.png) #fff no-repeat 50% 50%}
.guide_wrap button:hover{border-color:#6D6D6D;background-image:url(../images/user/guide_close_hover.png)}
.guide_open{position:absolute;top:-80px;left:160px;z-index:10;transition:0.3s}
.guide_open button{width:26px;height:26px;border:1px solid #EBEBEB;border-radius:50%;background:url(../images/user/guide_open_ic.png) no-repeat 50% 50% #fff;box-shadow:0 0 10px 5px rgba(0,0,0,0.05)}
.guide_open button:hover{border-color:#000;background-image:url(../images/user/guide_open_ic_on.png)}
.guide_open .tooltip_msg{transform:translateY(0);top:-3px;right:unset;left:100%;margin-left:15px;}
.guide_open .tooltip_msg::after{bottom:unset;right:unset;top:50%;left:-8px;transform: translateY(-50%) rotate(-30deg);}
.close .guide_wrap{display:none;}
.guide_open + .guide_wrap{position:relative;}
.guide260 .guide_open{left: 260px;}
/* .close .guide_open{right:-50px;} */
/* cont_box */
.cont_subbox + .cont_subbox{margin-top:30px}
.cont_tit{font-weight:600;font-size:18px;color:#000;}
.cont_tit2{font-weight:500;font-size:20px;color:#000;}
.cont_tit span{font-size:18px}
.cont_subtit{font-weight:500;font-size:19px;color:#000;}
.tit_wrap{display:flex;align-items:center}
.tit_wrap .btn01{margin-left:15px}
.req{display:inline-block;padding-left:4px;font-weight:700;font-size:14px;color:#5381F2}
.warn{font-size:14px;color:#aaa;}
.warn2{font-size:14px;color:#E75826;}
.str{color:#5181f8}
.str2{color:#0D318C}
.text_btn{color:#1B294D;cursor: pointer;}
.highlights {color: #005667;}

/* btn01 */
.btn01{border:1px solid #ABAEB3;background:#ABAEB3;text-align:center;color:#fff;cursor: pointer;}
.btn01 span{display:inline-block;padding:2px 0}
.btn01 .write{padding-left:17px;background:url(../images/user/btn_write_ic.png) no-repeat 0 50%}
.btn01 .add{padding-left:18px;background:url(../images/user/btn_add_ic.png) no-repeat 0 50%}
.btn01 .pool_add{padding-left:16px;background:url(../images/user/btn_pool_add_ic.png) no-repeat 0 50%}
.btn01 .user_add{padding-left:16px;background:url(../images/user/btn_user_add_ic.png) no-repeat 0 50%}
.btn01 .copy{padding-left:18px;background:url(../images/user/btn_copy_ic.png) no-repeat 0 50%}
.btn01 .req_chk{padding-left:18px;background:url(../images/user/btn_req_chk_ic.png) no-repeat 0 50%}
.btn01 .search{padding-left:20px;background:url(../images/user/search_btn_ic.png) no-repeat 0 50%}
.btn01 .pass_chg{padding-left:20px;background:url(../images/user/btn_pass_chg_ic.png) no-repeat 0 50%}
.btn01 .select{padding-left:23px;background:url(../images/user/btn_select_ic.png) no-repeat 0 50%}
.btn01 .excel{padding-left:20px;background:url(../images/user/btn_excel_ic.png) no-repeat 0 50%}
.btn01 .comp_search{padding-left:28px;background:url(../images/user/btn_comp_search_ic.png) no-repeat 0 50%}
.btn01 .dept_search{padding-left:28px;background:url(../images/user/btn_dept_search_ic.png) no-repeat 0 50%}
.btn01 .dept_resi{padding-left:20px;background:url(../images/user/btn_dept_resi_ic.png) no-repeat 0 50%}
.btn01 .doc_search{padding-left:20px;background:url(../images/user/btn_doc_search_ic.png) no-repeat 0 50%}
.btn01 .cal_search{padding-left:25px;background:url(../images/user/btn_cal_search_ic.png) no-repeat 0 50%}
.btn01 .cal_search2{padding-left:25px;background:url(../images/user/btn_cal_search2_ic.png) no-repeat 0 50%}
.btn01 .resu_search{padding-left:18px;background:url(../images/user/btn_resu_search_ic.png) no-repeat 0 50%}
.btn01 .down_ic{padding-left:16px;background:url(../images/user/btn_down_ic.png) no-repeat 0 50%}
.btn01 .print_ic{padding-left:16px;background:url(../images/user/btn_print_ic.png) no-repeat 0 50%}
.btn01 .doc_down{padding-left:18px;background:url(../images/user/btn_doc_down_ic.png) no-repeat 0 50%}
.btn01 .comp_ok{padding-left:20px;background:url(../images/user/btn_comp_ok_ic.png) no-repeat 0 50%}
.btn01 .call{padding-left:17px;background:url(../images/user/btn_call_ic.png) no-repeat 0 50%}
.btn01 .edit{padding-left:20px;background:url(../images/user/btn_edit_ic.png) no-repeat 0 50%}
.btn01 .del{padding-left:20px;background:url(../images/user/ic_btn_del_ic.png) no-repeat 0 50%}
.btn01 .auto{padding-left:18px;background:url(../images/user/ic_btn_auto_ic.png) no-repeat 0 50%}
.btn01 .reset{padding-left:16px;background:url(../images/user/ic_btn_reset_w_ic.png) no-repeat 0 50%}
.btn01 .screen{padding-left:18px;background:url(../images/user/ic_btn_screen_ic.png) no-repeat 0 50%}
.btn01 .screen_zo{padding-left:18px;background:url(../images/user/ic_btn_screen_zo_ic.png) no-repeat 0 50%}
.btn01 .list_chk{padding-left:20px;background:url(../images/user/ic_btn_list_chk_ic.png) no-repeat 0 50%}
.btn01 .calc_prv{padding-left:20px;background:url(../images/user/btn_calc_prv_ic.png) no-repeat 0 50%}

.btn01.col02{background:#0D318C}
.btn01.col04{border-color:#0D318C;color:#0D318C;background:#fff;}
.btn01.col05{background:#8B90A2}
.btn01.col06{border-color:#666;color:#666;background:#fff}
.btn01.col07{border-color:#EA2936;color:#EA2936;background:#fff}

.ic_btn{display:inline-block;min-width:40px;width:40px;height:40px;vertical-align:middle;border-radius:5px;border:1px solid #666;background:no-repeat #fff 50% 50%;text-indent:-9999px;}
.ic_btn.add{background-image:url(../images/user/ic_btn_add_ic.png)}
.ic_btn.del{border-color:#EA2936;background-image:url(../images/user/ic_btn_del_ic.png)}
.ic_btn.del2{border-color:#999;background-color:#999;background-image:url(../images/user/ic_btn_del_w_ic.png)}
.ic_btn.file{background-image:url(../images/user/ic_btn_file_ic.png)}
.ic_btn.search{border-color:#1B294D;background-color:#1B294D;background-image:url(../images/user/search_btn_ic.png)}
.ic_btn.reset{background-image:url(../images/user/ic_btn_reset_ic.png)}
.ic_btn.img_edit{border-color:#999;background-image:url(../images/user/ic_btn_img_edit_ic.png)}
.ic_btn.apply{border-color:#0D318C;background-image:url(../images/user/ic_btn_img_apply_ic.png)}
.ic_btn.small_add{position:relative;top:-1px;min-width:auto;width:13px;height:13px;margin:0 5px;border-radius:50%;border:0;background:#3D3D3D no-repeat 50% 50% url(../images/user/ic_btn_small_add_ic.png)}
.ic_btn.small_del{position:relative;top:-1px;min-width:auto;width:13px;height:13px;margin:0 5px;border-radius:50%;border:0;background:#C41C39 no-repeat 50% 50% url(../images/user/ic_btn_small_del_ic.png)}
.ic_btn.print{background-image:url(../images/user/ic_btn_print_ic.png)}
.ic_btn.down{min-width:28px;width:28px;height:28px;border:0;border-radius:50%;background-color:#1B294D;background-image:url(../images/user/ic_btn_down_ic.png)}
.ic_btn.down.sq{min-width:40px;width:40px;height:40px;border:1px solid #666;border-radius:5px;background-color:#fff;background-image:url(../images/user/ic_btn_down_b_ic.png)}
.ic_btn.print.round{min-width:28px;width:28px;height:28px;border:0;border-radius:50%;background-color:#1B294D;background-image:url(../images/user/ic_btn_print_w_ic.png)}
.ic_btn.user_view{background-image:url(../images/user/ic_btn_user_view_ic.png)}
.ic_btn.user_view.round{min-width:28px;width:28px;height:28px;border:0;border-radius:50%;background-color:#1B294D;background-image:url(../images/user/ic_btn_user_view_w_ic.png)}
.ic_btn.doc_view{background-image:url(../images/user/ic_btn_doc_view_ic.png)}
.ic_btn.doc_view2{background-image:url(../images/user/ic_btn_doc_view2_ic.png)}
.ic_btn.next{border-radius:50%;background-image:url(../images/user/ic_btn_next_ic.png)}
.ic_btn.edit{background-image:url(../images/user/ic_btn_edit_ic.png)}
.ic_btn.sem_view{min-width:28px;width:28px;height:28px;border:0;border-radius:50%;background-color:#1B294D;background-image:url(../images/user/ic_btn_sem_view_ic.png)}
.ic_btn.preview{min-width:30px;width:30px;height:30px;border:0;border-radius:50%;background-color:#1B294D;background-image:url(../images/user/t_list_view_ic.png);}
.ic_btn.down.mini{min-width:15px;width:15px;height:15px;border-radius:50%;border:0;background-color:#fff;background-image:url(../images/user/ic_btn_down_mini_ic.png)}
.ic_btn.warn_ic{width:24px;height:24px;min-width:24px;background:#fff url(../images/user/guide_open_ic_on.png) no-repeat 50% 50% / 10px;border:1px solid #999;border-radius:50%;margin-left:5px;box-shadow:0 0 5px 1px rgba(0,0,0,.1);}

.btn01.file_btn{display:inline-block;min-width:40px;width:40px;height:40px;vertical-align:middle;border-radius:5px;border:1px solid #666;background:no-repeat url(../images/user/ic_btn_file_ic.png) #fff 50% 50%}
.btn01.file_btn span{background:none;text-indent:-9999px}

/* file_list */
.file_list{}
.file_list li a{padding-left:0;text-decoration:underline;font-weight:400;color:#5380F2;background:none}
.file_list .del{background-image:url(../images/common/del_ic.png)}
.file_box .btn01{padding:9px 12px;border-radius:5px;border:1px solid #666;color:#3d3d3d;background-color:#fff}

.page_btn{margin-top:40px}
.page_btn .btn01{width:180px}

/* label */
.label{display:inline-block;padding:6px 16px;border-radius:50px;color:#fff;font-size:14px;line-height:1}
.label.col02{background:#0D318C}
.label.col03{background:#9598A0}
.label.col04{background:#137C5B}
.label.col05{background:#1EB1D4}

/* check / radio */
.check,
.radio{position:relative}
.check input:checked + .txt::before{border-color:#5380F2;background:#5380F2 no-repeat url(../images/user/check_ic.png) 50% 50%}
.check input:checked + .txt,
.radio input:checked + .txt{color:#5381F2}
.radio input:checked + .txt::before{border:4px solid #5380F2;background:#fff}
/* label */
.check.label{padding:0;}
.check.label .txt{display:inline-block;padding:6px 16px;border-radius:50px;color:#fff;background:#9598A0 no-repeat 12px 50%;transition:0.3s}
.check.label .txt::before{display:none}
.check.label input:checked + .txt{padding-left:30px;background-color:#0D318C;background-image:url(../images/user/check_ic_w.png);color:#fff}

/* sq */
label.sq{display:block;width:100%;margin:0 0 10px}
label.sq .txt::before{display:none}
label.sq .txt{display:block;width:100%;padding:10px;border:1px solid #E5E5E5;border-radius:5px;background:#F8F8F8;font-size:14px;color:#bbb}
label.sq input:checked + .txt{border:1px solid #01050D;color:#01050D;background:#fff}
label.sq.half{width:calc(50% - 5px)}
label.sq.half + .half{margin-left:10px}

/* flex_box */
.flex_box + .flex_box{margin-top:5px}
.flex_wrap{flex-wrap:wrap}
.flex_box.f_start{flex-wrap:wrap;align-items:flex-start;}
.flex_box .check,
.flex_box .radio{margin-right:0}
.flex_box .txt_chk{min-width:80px;text-align:left}
.flex_box .day .check{margin-left:20px}
.flex_box .check .txt,
.flex_box .check .txt::before{margin-left:0}
.flex_box .check + .check,
.flex_box .check + .radio,
.flex_box .check + input{margin-left:10px}
.flex_box .warn + .btn01{margin-left:15px}
.date_time .flex_box{width:100%}
.date_time .flex_box + .flex_box{margin-top:0}
.password_flex{width:100%}
.password_flex .password_chg{margin-left:0}
.password_flex .password-input{width:100%;margin-right:5px}
.flex_box.addr input[type="text"]{flex:1;}
.flex_box.addr > input[type="text"]:first-of-type{flex:none;width:15%;}
.flex_box.addr > select{flex:none;width:110px !important;}
.flex_box.addr > select + input[type="text"]{flex:none;width:150px !important;}

/* sem_tab */
.sem_tab{position:relative;z-index:10;margin-bottom:15px;border-bottom:1px solid #f8f8f6}
.sem_tab .label{padding:5px 15px;margin-right:5px;font-size:14px;word-break:keep-all}
.sem_tab .label.col01{background:#5380F2}
.sem_tab .label.col02{background:#FC7347}
.sem_tab .label.col03{background:#22BF5F}
.sem_tab .sem_tit{display:flex;align-items:center;position:relative;height:75px;padding:0 30px;padding-right:60px;border:1px solid transparent;border-top:1px solid #222;font-size:20px;font-weight:600;color:#000;}
.sem_tab .sem_tit::after{content:'';display:block;position:absolute;right:30px;top:50%;width:34px;height:34px;margin-top:-18px;border-radius:50%;background:#222 url(../images/user/sel_tit_arrow.png) no-repeat 50% 50% / 12px;transition:0.3s;box-shadow: 0 0 10px 3px rgba(0,0,0,.2);}
.sem_tab .sem_tit div.date{display:none;}
.sem_tab .sem_detail{position:absolute;right:83px;top:17px;}
.sem_tab .sem_cont{display:none;position:absolute;top:75px;left:0;width:100%;background:#fff}
.sem_tab .sem_cont .label{padding:3px 12px;font-size:12px}
.sem_tab .sem_cont ul{display:flex;flex-wrap:wrap;padding:20px 20px 10px;max-height:300px;overflow-y: scroll;}
.sem_tab .sem_cont li{width:calc((100% - 50px)/6);margin-right:10px;margin-bottom:10px;}
.sem_tab .sem_cont li:nth-child(6n){margin-right:0}
.sem_tab .sem_cont li.no_result{width:100%;margin:0}
.sem_tab .sem_cont a{display:block;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap; padding:12px 15px;border:1px solid #F8F8F9;border-radius:5px;font-weight:500;font-size:14px;color:#333;background:#F8F8F9}
.sem_tab .sem_cont a:hover{border:1px solid #5380F2;opacity:1;background:#F6F9FF}
.sem_tab .search_gp{display:flex;flex-wrap:wrap;padding:20px 15px;border-top:1px solid #EFEFEF;background:#FAFAFA}
.sem_tab .search_gp dl{display:flex;align-items:center;flex-wrap:wrap;width:33.33%;padding:0 15px;}
.sem_tab .search_gp dt{width:115px;font-weight:600;color:#1A1A1A}
.sem_tab .search_gp dd{width:calc(100% - 115px)}
.sem_tab.on{z-index:20}
.sem_tab.on .sem_tit{border:1px solid #222;border-bottom-color:transparent;}
.sem_tab.on .sem_tit::after{transform:rotate(180deg);background-color:#CACBD0;box-shadow:none;}
.sem_tab.on .sem_cont{display:block;border:1px solid #222;border-top:1px solid #EFEFEF;box-shadow:0 10px 10px 5px rgba(0,0,0,0.05)}
.sem_tab.view{position:relative;}
.sem_tab.view .sem_tit::after{display:none}
.sem_tab.view .tooltip_wrap{position:absolute;top:50%;right:30px;margin-top:-14px}
.sem_tab.view .tooltip_wrap .tooltip_cont{left:unset;right:-100%;}
.sem_tab.view .tooltip_wrap .tooltip_cont::before{left:unset;right:30px;}


/* search_form */
.search_form{position:relative;padding:0;margin-bottom:15px;border:0;border-radius:5px;background:#fff}
.search_form li{padding:0;border:1px solid transparent;}
.search_form li .search_title{padding:0;font-size:15px;font-weight:600;color:#000;vertical-align:middle}
.search_form li .search_title::before{content:'';display:inline-block;position:relative;top:-5px;width:3px;height:3px;margin-right:6px;background:#000}
.search_form > li dl{padding:10px 15px}
.search_form > li dl.col2{width:50%}
.search_form > li dl.col3{width:75%}
.search_form dl dt{margin-bottom:10px}
.search_form dl dt.no_title{overflow: hidden;text-indent:-9999em;}
.search_form dl + .search_bar_wrap{padding:5px 0;padding-left:15px}
.search_form dl + .search_bar_wrap dt{text-align:left}
.search_form dl + .search_bar_wrap dt,
.search_form dl + .search_bar_wrap dd{width:100%}
.search_form .search_bar_wrap{display:flex;flex-wrap:wrap;align-items:center;}
.search_form .search_bar_wrap dt{width:85px;margin:0}
.search_form .search_bar_wrap dd{width:calc(100% - 85px);}
.search_form .search_bar_wrap input,
.search_form > li .search_bar_wrap input[type="text"]{width:100%}
.search_form .search_bar_wrap a,
.search_form .search_bar_wrap .btn01{border-radius:5px;white-space:nowrap;line-height:40px}
.search_form .search_bar_wrap .searchBtn,
.search_form .search_bar_wrap #searchBtn,
.search_form .search_bar_wrap .resetBtn, 
.search_form .search_bar_wrap #resetBtn{border-radius:5px}
.search_form .search_bar_wrap .searchBtn,
.search_form .search_bar_wrap #searchBtn{min-width:90px;width:90px;height:40px;background:#1B294D}
.search_form .search_bar_wrap .searchBtn span,
.search_form .search_bar_wrap #searchBtn span{padding-left:24px;background:url(../images/user/search_btn_ic.png) no-repeat 0 50%}
.search_form .search_bar_wrap .resetBtn, 
.search_form .search_bar_wrap #resetBtn{min-width:40px;width:40px;height:40px;border:0;background:#999 url(../images/user/reset_btn_ic.png) no-repeat 50% 50%}
.search_form .search_bar_wrap .detail_btn{min-width:120px;height:40px;padding:0 20px;margin-left:5px;border:1px solid #ccc;text-align:center}
.search_form .search_bar_wrap .detail_btn span{display:inline-block;position:relative;padding-right:20px;}
.search_form .search_bar_wrap .detail_btn span::after{content:'';display:block;position:absolute;top:50%;right:0;width:10px;height:10px;margin-top:-5px;background:url(../images/user/search_detail_btn_arrow.png) no-repeat 50% 50%;transition:0.3s}
.search_form .search_detail{display:none;background:#F8F8F9}
.search_form .search_detail dl dd{flex-wrap:wrap;min-height:40px;}
.search_form .search_detail dl dd .check{margin-top:3px;margin-bottom:3px;margin-right:12px;}
.search_form .search_detail .flx{flex:1;}
.search_form .search_detail .auto{width:auto;}

.search_form.on{z-index:20;border-radius:0;border:0}
.search_form .on > li dl{padding:10px 15px}
.search_form.on li{/* padding:0 15px; */border:1px solid #5B5B5B;border-bottom:0}
.search_form.on .search_bar_wrap .detail_btn span::after{transform:rotate(180deg)}
.search_form.on .search_detail{display:flex;position:absolute;/* top:60px; */top:100%;left:0;z-index:10;width:100%;padding:5px 15px;border:1px solid #5B5B5B;border-top:0;box-shadow:0 5px 10px 5px rgba(0,0,0,0.05)}

/* search_filter */
.search_filter{overflow:hidden;border-radius:10px;margin-bottom:30px;background:#F8F8F9}
.search_filter .filter_cont{display:none;padding:30px 30px 22px;}
.search_filter .filter_list{display:flex;flex-wrap:wrap;overflow:hidden;/* height:132px */}
.search_filter .filter_cont.auto .filter_list{height:auto}
.search_filter .filter_btm{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-top:1px solid #e5e5e5}
.search_filter .filter_btm.flex_end{justify-content:flex-end}
.search_filter .filter_chk{width:calc((100% - 72px)/10);margin-right:8px;margin-bottom:8px}
.search_filter .filter_chk:nth-child(10n){margin-right:0}
.search_filter .filter_chk input{overflow:hidden;position:absolute;top:0;left:0;width:0px;height:0px;border:0 none;font-size:0;line-height:0;clip:rect(0 0 0 0);opacity:0;}
.search_filter .filter_chk .txt{display:flex;align-items:center;position:relative;height:36px;padding:0 10px;padding-right:24px;border:1px solid #CACBD0;border-radius:5px;font-size:14px;color:#A8AAB3;background:#fff}
.search_filter .filter_chk .txt::after{content:'';display:block;position:absolute;top:50%;right:10px;width:10px;height:10px;margin-top:-5px;background:url(../images/user/filter_chk_ic.png) no-repeat 50% 50%}
.search_filter .filter_chk input:checked + .txt{border-color:#0D318C;color:#0D318C}
.search_filter .filter_chk input:checked + .txt::after{background-image:url(../images/user/filter_chk_on_ic.png)}
.search_filter .filter_btn{font-size:14px;}
.search_filter .filter_btn span{display:inline-block;position:relative;padding-right:18px;}
.search_filter .filter_btn span::after{content:'';display:block;position:absolute;top:50%;right:0;width:8px;height:8px;margin-top:-4px;background:url(../images/user/search_filter_arrow.png) no-repeat 50% 50%;transition:0.3s}
.search_filter .filter_all input{overflow:hidden;position:absolute;top:0;left:0;width:0px;height:0px;border:0 none;font-size:0;line-height:0;clip:rect(0 0 0 0);opacity:0;}
.search_filter .filter_all .txt{display:inline-block;position:relative;padding:6px 15px;padding-left:30px;margin-left:0;border:1px solid #CACBD0;border-radius:50px;font-size:13px;line-height:1;color:#A8AAB3;background:#fff}
.search_filter .filter_all .txt::before{content:'';display:block;position:absolute;top:50%;left:15px;width:10px;height:10px;margin-top:-5px;background:url(../images/user/filter_chk_ic.png) no-repeat 50% 50%;}
.search_filter .filter_all input:checked + .txt{border-color:#0D318C;color:#fff;background:#0D318C}
.search_filter .filter_all input:checked + .txt::before{background-image:url(../images/user/filter_chk_w_ic.png)}
.search_filter .filter_all .txt.reset::before{background-image:url(../images/user/filter_reset_ic.png);background-size:10px;}
.search_filter .filter_all input:checked + .txt.reset::before{background-image:url(../images/user/filter_reset_w_ic.png)}
.search_filter.on .filter_cont{display:block;}
.search_filter.on .filter_list{height:auto}
.search_filter.on .filter_btn span::after{transform:rotate(180deg)}
 
 
/* table_top */
.table_top{margin-bottom:20px}
.table_top .btn01{padding:4px 15px;border-color:#6B6B6B;color:#6B6B6B;line-height:1;font-size:15px;background-color:#fff}
.table_top .btn01.on{color:#fff;background: #5380f2;border-color:#5380f2;}
.table_top .btn01.on span{padding-left:15px;background:url(../images/user/check_ic.png) no-repeat 0 50%;}
.table_top .btn01.col02{border-color:#6B6B6B;color:#fff;background-color:#6B6B6B}
.table_top.flex_wrap .ic_btn,
.table_top.flex_wrap .btn01{margin:5px 5px 0 0}
.table_top.f_end{justify-content:flex-end}

.table_wrap .btn01{padding:9px 12px;border-radius:5px;border:1px solid #666;color:#3D3D3D;background-color:#fff}
.table_wrap .btn01.col02{border-color:#1B294D;background-color:#1B294D;color:#fff}
.table_wrap .f_start .btn01{padding:10px 12px}

/* table_wrap */
.table_wrap{border-top:2px solid #222;border-bottom:1px solid #DADADA;}
.table_wrap a{color:#5380F2}
.table_wrap .label{color:#fff;text-decoration:none}
.table_wrap table.t_list{border-collapse:separate;border-spacing:0;}
.table_wrap table.t_list thead tr th,
.table_wrap table.t_list thead tr th[colspan]{height:55px;padding:10px;border-bottom:1px solid #CECECE;background:#F8F8F9;font-weight:600;color:#000}
.table_wrap table.t_list thead tr th::after,
.table_wrap table.t_list thead tr th[colspan] + th::before{background:#C2C3C7}
.table_wrap table.t_list tbody td{border-top:1px solid #EFEFEF;border-left:1px solid #efefef;height:60px;color:#333}
.table_wrap table.t_list tbody td[rowspan]{border-right:1px solid #efefef;}
.table_wrap table.t_list tbody tr td:first-child{border-left:0}
.table_wrap table.t_list tbody tr td,
.table_wrap table.t_list tbody tr:nth-child(2n) td{background:#fff}
.table_wrap table.t_list tbody tr:last-child td{border-bottom:0}
.table_wrap table.t_list a.title{display:inline-block;padding:6px 0;padding-right:40px;font-weight:600;text-decoration:none;color:#333;background:url(../images/user/t_list_view_ic.png) no-repeat 100% 50%}
.table_wrap table.t_list a.title:hover{text-decoration:underline}
.table_wrap table.t_list tbody tr.highlight{border:2px solid #5380F2}
.table_wrap table.t_list tbody tr.highlight td{background:#F6F9FF}
.table_wrap table.t_list tbody tr.tbl_highlight td{background:#F6F9FF}
.table_wrap table.t_list tbody tr td.wr_highlight{border:2px solid #FC4C43;background:#FFF6F5}
.table_wrap table.t_list .prd{display:block;font-weight:400;color:#666;font-size:14px}
.table_wrap table.t_list a + .preview{margin-left:5px}

.table_wrap table.t_view tbody tr th{border-color:#EFEFEF;font-weight:600;text-align:left}
.table_wrap table.t_view thead th, 
.table_wrap table.t_view tbody tr th, 
.table_wrap table.t_view tbody tr td, 
.table_wrap table.t_view tfoot th, 
.table_wrap table.t_view tfoot td{height:60px;padding:10px;border-color:#EFEFEF;}
.table_wrap table.t_view tbody tr th{word-break:keep-all}
.table_wrap .flex_box span{white-space:nowrap;}
.table_wrap table.t_list .flex_box{justify-content:center}
.table_wrap table.t_view .flex_box input[type="text"]{width:100%;}
.table_wrap .t_list .check{margin:0 5px}
.table_wrap .td_box{min-height:100px;text-align:left}
.table_wrap .t_view th .btn01{padding:4px 10px;border-radius:50px;font-weight:400}
.table_wrap .t_view .btn01.col02{border:0;background:#6b6b6b}
.table_wrap table.t_view .logoImg_td > *{display:flex;justify-content:center;align-items:center;width:130px;height:130px;overflow:hidden;}
.table_wrap table.t_view .logoImg_td img{max-width:100%;max-height:100%;}

.table_wrap .item{display:flex;align-items:center;justify-content:space-between;width:100%;height:30px;padding:0 5px;}
.table_wrap .item + .item{margin-top:2px}
.table_wrap .item span{width:calc(100% - 30px);padding-right:10px;text-align:left;font-size:14px}
.table_wrap .item .del{width:20px;height:20px;min-width:20px;border-radius:3px;background-size:9px}

.right-align {
	text-align: right;
}

/* no_result */
div.no_result{border:1px solid #E5E5E5;border-radius:10px;}
.no_result p{padding-top:70px;color:#77797F;font-weight:500;font-size:16px;background:url(../images/user/no_result_ic.png) no-repeat 50% 0;}
.no_result p.no_sem{background-image:url(../images/user/no_sem_result_ic.png)}
.no_result p.no_data{background-image:url(../images/user/no_data_result_ic.png)}

.table_wrap.round{overflow:hidden;border-radius:5px;border:1px solid #E5E5E5}
.table_wrap.round table.t_view tbody tr th,
.table_wrap.round table.t_view tbody tr td{height:60px;border-bottom:0}
.table_wrap.round table.t_view tbody tr th{background:#F8F8F9}
.table_wrap.round table.t_view tbody tr + tr th,
.table_wrap.round table.t_view tbody tr + tr td{border-top:1px solid #F0F0F0}
.table_wrap.round table.t_view tbody tr.dv th,
.table_wrap.round table.t_view tbody tr.dv td{border-top:1px solid #ccc}

.tbl_col2 {display: flex; gap: 20px; align-items: flex-start;}
.tbl_col2 .table_wrap + .table_wrap {margin-top: 0;}

.scroll_tbl.Yfx{/* max-height:1000px; */max-height:calc(100vh - 200px);}
.scroll_tbl.Yfx table.t_list thead tr th{position:sticky;top:0;z-index:10;}
.scroll_tbl.Xfx table.t_list tr th:first-child,
.scroll_tbl.Xfx table.t_list tr td:first-child{position:sticky;top:0;left:0;z-index:10;}
.scroll_tbl.Yfx.Xfx table.t_list thead tr:first-child th:first-child{z-index:11;}

.table_wrap.hover table.t_list tbody tr{cursor: pointer;}
.table_wrap.hover table.t_list tbody tr:hover td{background:#F6F9FF;}

.byte{margin-top:5px;font-size:14px;color:#AAA}
.byte strong{font-size:16px;color:#0D318C}
.byte + .btn01{margin-top:10px}

.warn_info{margin-top:10px;padding:15px 20px;background:#F6F9FF;font-size:14px}
.warn_info .tit{margin-bottom:10px;padding-left:24px;font-weight:600;color:#111;background:url(../images/user/warn_info_tit_ic.png) no-repeat 0 50%}
.warn_info li{position:relative;padding-left:25px;color:#999}
.warn_info li::before{content:'';display:block;width:20px;height:20px;position:absolute;left:0;top:-2px;border-radius:50%;text-align:center;font-size:12px;letter-spacing:0;color:#fff;line-height:20px;background:#5380F2}
.warn_info li:nth-child(1)::before{content:'1'}
.warn_info li:nth-child(2)::before{content:'2'}
.warn_info li:nth-child(3)::before{content:'3'}
.warn_info li:nth-child(4)::before{content:'4'}
.warn_info li:nth-child(5)::before{content:'5'}
.warn_info li + li{margin-top:8px}
.warn_info .warn{margin-top:0;padding:5px 0;padding-left:32px;color:#666;background:url(../images/user/guide_icon_01.png) no-repeat 0 50%}
.warn_info .tit.pay{background-image:url(../images/user/warn_info_pay_tit_ic.png)}
.warn_info .tit.type2{padding-left:0;background:none}
.warn_info.memo{background:#F3F1FF}
.warn_info.memo .warn{background-image:url(../images/user/guide_icon_02.png);background-position-x:4px}
.warn_info.sucs{background:#DDFFF1}
.warn_info.sucs .warn{background-image:url(../images/user/guide_icon_03.png)}
.warn_info.war{background:#FFF7D6}
.warn_info.war .warn{background-image:url(../images/user/guide_icon_04.png)}
.warn_info.err{background:#FFECEB}
.warn_info.err .warn{background-image:url(../images/user/guide_icon_05.png)}
.warn_th + td{position:relative;}
.warn_th + td .warn_info{display:none;position:absolute;padding:10px;width:calc(100% - 20px);box-shadow: 0 0 10px 3px rgba(0,0,0,.1);border-radius:5px;z-index:1;}

/* input_gp */
.input_vtc * + *{margin-left:0;margin-top:5px}

/* table_gp */
.table_gp{overflow:hidden;border:1px solid #E5E5E5;border-radius:5px}
.table_gp + .table_gp{margin-top:20px}
.table_gp .gp_tit{display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 40px;background:#F8F8F9}
.table_gp .gp_tit dl{display:flex;align-items:center}
.table_gp .gp_tit dt{margin-right:20px;font-size:20px;font-weight:600;color:#000}
.table_gp .gp_tit .req_txt{color:#999;}
.table_gp .gp_tit.only{justify-content:flex-end}
.table_gp .gp_tit .date{display:inline-block;padding-left:28px;background:url(../images/user/user_gp_tit_date_ic.png) no-repeat 0 50%;}
.table_gp .gp_tit .check,
.table_gp .gp_tit .radio{margin-right:10px}
.table_gp .gp_cont{padding:20px}
.table_gp + .table_wrap{margin-top:20px}
.table_gp .text_btn{color:#999}

/* dl_input_gp */
.table_gp .dl_input_gp,
.dl_input_gp{padding:0 25px}
.dl_input_gp{display:flex;flex-wrap:wrap}
.dl_input_gp dl{display:flex;flex-wrap:wrap;align-items:center;width:50%;padding:30px 15px;border-top:1px solid #F0F0F0}
.dl_input_gp dl:nth-child(2n){margin-right:0}
.dl_input_gp dl:nth-child(1),
.dl_input_gp dl:nth-child(2){border-top:0}
.dl_input_gp dt{width:130px;font-weight:600;color:#1A1A1A}
.dl_input_gp dd{width:calc(100% - 130px);font-weight:600;font-size:14px;color:#333}
.dl_input_gp .dot dt{position:relative;padding-left:10px;}
.dl_input_gp .dot dt::before{content:'';display:block;position:absolute;top:7px;left:0;width:4px;height:4px;border-radius:50%;vertical-align:middle;background:#CCC}
.dl_input_gp.dl3 dl{width:calc(100%/3);}
.dl_input_gp.dl8-2{flex-wrap:nowrap;}
.dl_input_gp.dl8-2 dl:nth-child(1){width:80%;}
.dl_input_gp.dl8-2 dl:nth-child(2){width:20%;min-width:330px;}
.dl_input_gp.addr-tel dl:nth-child(1){width:calc(100% - 350px);}
.dl_input_gp.addr-tel dl:nth-child(2){width:350px;}


/* page_bottom */
.page_bottom{display:flex;align-items:center;justify-content:center;margin-top:40px}
.page_bottom .page_list{padding:0}
.page_bottom .page_cnt{width:auto;margin-left:20px;border-radius:50px;color:#333;background-image:url(../images/user/page_cnt_arrow.png)}
.page_list li + li{margin:0}
.page_list li a{width:36px;height:36px;border-radius:50%;line-height:36px;color:#666;letter-spacing:0}
.page_list li a:hover,
.page_list li.on a{background:#EDF2FD;color:#5381F2}
.page_list li.on a::before, 
.page_list li a:hover::before{display:none}
.page_list li:nth-child(1) a,
.page_list li:nth-child(2) a,
.page_list li:nth-last-child(2) a,
.page_list li:last-child a{width:26px;height:36px;border:0;opacity:0.6;background:no-repeat 50% 50%}
.page_list li:nth-child(2) a{margin-right:15px}
.page_list li:nth-last-child(2) a{margin-left:15px;}
.page_list li:nth-child(1) a,
.page_list li:nth-child(1) a:hover{background-image:url(../images/user/pageing_ic_first.png)}
.page_list li:nth-child(2) a,
.page_list li:nth-child(2) a:hover{background-image:url(../images/user/pageing_ic_prev.png)}
.page_list li:nth-last-child(2) a,
.page_list li:nth-last-child(2) a:hover{background-image:url(../images/user/pageing_ic_next.png)}
.page_list li:last-child a,
.page_list li:last-child a:hover{background-image:url(../images/user/pageing_ic_last.png)}
.page_list li:nth-child(1) a:hover,
.page_list li:nth-child(2) a:hover,
.page_list li:nth-last-child(2) a:hover,
.page_list li:last-child a:hover{opacity:1}

.tooltip_cont{border:1px solid #1B294D;}
.tooltip_cont .btn01{padding:6px 15px;border:1px solid #1B294D;color:#1B294D;background:#fff}
.tooltip_cont .btn01.col02{background:#1B294D;color:#fff}
.tooltip_cont .file_btn{background:no-repeat url(../images/user/ic_btn_file_ic.png) #fff 50% 50%}
.tooltip_cont::before{background:url(../images/user/tootip_dot.png) no-repeat 0 0}
.tooltip_cont .dot_list li{font-size:12px;color:#1B294D}
.tooltip_cont .flex_box + .flex_box{margin-left:0}
.tooltip_cont input,
.tooltip_cont select{font-size:14px}
.tooltip_cont .flex_box select{height:34px}

/* tabType02 */
.tabType02{overflow:hidden;border-radius:5px;background:#F5F5F5}
.tabType02 ul li a,
.tabType02 ul li a:hover{height:40px;border-radius:5px;font-size:15px;color:#999;background:#F5F5F5}
.tabType02 ul li.on a{color:#fff;background:#066C70}

/* dot_list */
.dot_list li::before{background:#253355}

/* num_list */
.num_list li{position:relative;padding-left:25px;}
.num_list li::before{content:'';display:block;width:20px;height:20px;position:absolute;left:0;top:-1px;border-radius:50%;text-align:center;font-size:12px;letter-spacing:0;color:#fff;line-height:20px;background:#5380F2}
.num_list li:nth-child(1)::before{content:'1'}
.num_list li:nth-child(2)::before{content:'2'}
.num_list li:nth-child(3)::before{content:'3'}
.num_list li:nth-child(4)::before{content:'4'}
.num_list li:nth-child(5)::before{content:'5'}
.num_list li + li{margin-top:8px}

.gray_box{padding:20px 25px;border:1px solid #E5E5E5;border-radius:5px}


/* layer_pop_wrap */
.layer_pop{overflow:hidden;border-radius:20px}
.layer_pop .pop_head{height:60px;padding:10px 20px 0;background:#fff}
.layer_pop .pop_head .title{padding-left:10px;font-weight:600;font-size:20px;color:#000}
.layer_pop .pop_head .pop_close{background-image:url(../images/user/popup_close.png);border:0;}
.layer_pop .pop_cont{overflow-x:hidden;overflow-y:auto;max-height: calc(100vh - 300px);padding:10px 30px 30px;font-weight:500;font-size:18px;color:#000;text-align:center}
.layer_pop .pop_btn{padding:20px 30px 30px}
.layer_pop .pop_btn .btn01{padding:10px 30px;border:0;border-radius:50px;background:#9D9DA2;color:#fff}
.layer_pop .pop_btn .btn01.col02{background:#0D318C}
.layer_pop .pop_btn .btn01.col03{border:1px solid #9D9DA2;background:#fff;color:#9D9DA2}
.layer_pop .pop_btn .btn01 span{padding:0}
.layer_pop .pop_btn .chk_ic{padding-left:20px;background:url(../images/user/pop_btn_chk_ic.png) no-repeat 0 50%}
.layer_pop .guide_wrap{padding:20px 30px;background:#F8F8F9;text-align:left}
.layer_pop .close .guide_wrap{display:flex;}
.layer_pop .guide_wrap ul li{padding:5px 0;padding-left:35px;font-size:16px;color:#000;background:url(../images/user/guide_warn_ic.png) no-repeat 0 50%}
.layer_pop .guide_wrap .warn{padding-left:0;margin-top:0;background:none}
.layer_pop .warn{font-size:14px;color:#aaa;word-break:keep-all}
.layer_pop .cont_tit{font-size:20px}
.layer_pop .cont_subtit{font-size:18px}
.layer_pop .cont_box{text-align:left;font-size:16px;color:#666}
.layer_pop .pers_info{margin:20px 0;padding:25px;line-height:1.6;font-size:14px;color:#666}
.layer_pop .pop_btn .btn01 .today_close{padding-left:15px;background:url(../images/user/pop_btn_today_close_ic.png) no-repeat 0 50%}

/* password_info */
.layer_pop .password_info{padding:30px;border:1px solid #E5E5E5;border-radius:5px;margin-bottom:20px;text-align:left}
.layer_pop .password_info p{font-size:18px;color:#000}
.layer_pop .password_info dl{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;margin-top:20px;border-radius:5px;background:#F6F9FF;font-size:16px}
.layer_pop .password_info dt{color:#5381F2}
.layer_pop .password_info .btn01{padding:4px 15px;font-size:13px}

.layer_pop .search_filter{display:block;background:none;margin:0}
.layer_pop .search_filter + .search_filter{margin-top:20px}
.layer_pop .filter_list{height:auto}
.layer_pop .filter_chk{width:calc(33.33% - 5.33px)}
.layer_pop .filter_chk:nth-child(3n){margin-right:0}

/*multi 팝업*/
.multiPop_wrap{display: flex;align-items: center;justify-content: center;position: fixed;top: 0;left: 0;z-index: 100;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.3);}
.multiPop_wrap .swiper{position:relative;max-width:1670px;padding-bottom:60px;}
.multiPop_wrap .layer_pop_wrap{background:none;left:unset;top:unset;z-index: inherit;width:536px;}
.multiPop_wrap .layer_pop{width:auto;height:740px;max-height:calc(100vh - 150px);}
.multiPop_wrap .layer_pop .pop_cont{height:calc(100% - 135px);max-height:calc(100vh - 286px);}
.multiPop_wrap .swiper-opt{display:flex;justify-content:space-between;align-items:center;width:160px;height:42px;position:absolute;left:50%;bottom:0;transform:translateX(-50%);background:rgba(15,15,15,.4);border-radius:30px;}
.multiPop_wrap .swiper-button-prev,
.multiPop_wrap .swiper-button-next{position:static;width:42px;height:100%;margin-top:0;background-repeat: no-repeat;background-position: 50% 50%;background-size:7px;}
.multiPop_wrap .swiper-button-prev::after,
.multiPop_wrap .swiper-button-next::after{display:none;}
.multiPop_wrap .swiper-button-prev{background-image: url(../images/common/multiPop_sw_prev.png);}
.multiPop_wrap .swiper-button-next{background-image: url(../images/common/multiPop_sw_next.png);}
.multiPop_wrap .swiper-pagination{position:static;width:auto;font-size:15px;color:#e5e5e5;}
.multiPop_wrap .swiper-pagination > span{margin:0 5px;}
.multiPop_wrap .swiper-pagination-current{color:#fff;font-weight:600;}
.multiPop_wrap .layer_pop .pop_btn{display:flex;justify-content:space-between;padding:20px 0;background:none;}
.multiPop_wrap .layer_pop .pop_btn .btn01{border:0;background:#fff;color:#01050e;}
.multiPop_wrap .layer_pop .pop_btn .btn01.close{padding-right:45px;background:url(../images/common/multiPop_cls_sm.png) no-repeat calc(100% - 30px) 50%;}

/*list 팝업*/
.layer_pop_wrap.list .layer_pop{position:relative;}
.layer_pop_wrap.list .layer_pop .sidebar{position:absolute;left:0;top:0;width:270px;height:100%;background:#fdfeff;border-right:1px solid #f0f0f0;}
.layer_pop_wrap.list .layer_pop .sidebar > p{height:62px;font-size:16px;color:#d2d2d2;font-weight:600;letter-spacing: 1.5em;text-indent: 30px;line-height:62px;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper{margin-right:-20px;max-height:calc(100% - 150px);}
.layer_pop_wrap.list .layer_pop .sidebar ul{padding:0 60px 0 40px;box-sizing: border-box;}
.layer_pop_wrap.list .layer_pop .sidebar ul li + li{border-top:1px solid #eaeaea;}
.layer_pop_wrap.list .layer_pop .sidebar ul li a{position:relative;display:block;padding:15px 0;font-size:16px;color:#333;text-align: left;transition:all .2s;background:url(../images/common/listPop_arrow_ico.png) no-repeat 100% 50%;}
.layer_pop_wrap.list .layer_pop .sidebar ul li a::before{display:block;content:'';position:absolute;top:0;left: -25px;width:calc(100% + 20px);height:100%;border-radius:50px;background-image:linear-gradient(45deg, #0b3190, #5180f7) ;box-shadow:3px 3px 7px 1px rgba(0,0,0,0.3) ;visibility: hidden;opacity:0;}
.layer_pop_wrap.list .layer_pop .sidebar ul li a:hover{color:#fff;width:calc(100% + 55px);background:none;}
.layer_pop_wrap.list .layer_pop .sidebar ul li a:hover::before{visibility: visible;opacity:1;}
.layer_pop_wrap.list .layer_pop .sidebar ul li a span{position:relative;width: calc(100% - 40px);overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt{display:flex;justify-content:space-between;align-items:center;position:absolute;left:0;bottom:0;width:100%;height:100px;padding:0 40px;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-prev,
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-next{position:static;width:40px;height:40px;margin:0;border-radius:50%;border:2px solid #9d9da3;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-prev::after,
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-next::after{display:none;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-prev{background:url(../images/common/listPop_sw_prev.png) no-repeat 50% 50%;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-next{background:url(../images/common/listPop_sw_next.png) no-repeat 50% 50%;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-pagination-fraction{position:static;width:auto;color:#6b6b6b;font-weight:400;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-pagination-fraction > *{padding:0 10px;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-pagination-current{position:relative;color:#5181f8;font-weight:600;}
.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-pagination-current::after{content:'';display:block;position:absolute;right:0;top:50%;width:1px;height:12px;background:#d2d2d2;transform:translateY(-50%);}
.layer_pop_wrap.list .layer_pop .right{width:100%;padding-left:270px;}
.layer_pop_wrap.list .layer_pop .pop_btn{padding:40px 0 0;}


/* step_tab */
.step_tab a:hover{opacity:1}
.step_tab ul{display:flex}
.step_tab li{flex:1}
.step_tab li + li{margin-left:10px}
.step_tab a{display:flex;align-items:center;position:relative;height:48px;padding:0 10px 0 40px;border:1px solid #E7EAF3;border-radius:10px;font-weight:500;color:#9598A0;background:#F8F9FC;}
.step_tab a::after{content:'';display:block;position:absolute;top:0px;right:-22px;z-index:1;width:30px;height:100%;background:url(../images/user/step_tab_arrow.png) no-repeat 0 50%;background-size:auto 100%}
.step_tab .step::after{content:'';display:inline-block;width:1px;height:10px;margin:0 8px;background:#E4E7EC}
.step_tab li.on a{z-index:1;background:linear-gradient(to right, #0E318C, #5280F2);box-shadow:0 5px 10px 2px rgba(0,0,0,0.05);color:#fff}
.step_tab li.on a::after{background-image:url(../images/user/step_tab_arrow_on.png)}
.step_tab li.on .step::after{background:rgba(255,255,255,0.3)}
.step_tab li:last-child a::after{display:none}
.pop_cont .step_tab{margin-bottom:40px}

/* stu_prof */
.stu_prof{display:flex;flex-wrap:wrap;align-items:center;padding:40px 60px;margin-bottom:20px;border-radius:5px;background:#F8F8F9}
.stu_prof > div{width:50%}
.stu_prof .prof_info{display:flex;flex-wrap:wrap;align-items:center}
.stu_prof .prof_img{display:flex;align-items:center;justify-content:center;overflow:hidden;width:130px;height:130px;border-radius:50%;background:#DADADA}
.stu_prof .prof_img img{max-width:100%;max-height:100%;object-fit:cover}
.stu_prof .prof_txt{width:calc(100% - 130px);padding:0 40px 0 20px}
.stu_prof .stu_name .name{font-size:24px;font-weight:600;color:#000}
.stu_prof .addr{margin-top:20px;font-size:16px}
.stu_prof .addr dt{padding-left:22px;margin-bottom:5px;background:url(../images/user/stu_prof_addr_ic.png) no-repeat 0 50%}
.stu_prof .prof_etc{display:flex}
.stu_prof .prof_etc dl{display:flex;flex-wrap:wrap;flex-flow:column-reverse;flex:1;border-radius:5px;background:#fff}
.stu_prof .prof_etc dl + dl{margin-left:10px}
.stu_prof .prof_etc dt,
.stu_prof .prof_etc dd{width:100%;text-align:center}
.stu_prof .prof_etc dt{padding:8px 10px;border-top:1px solid #EFEFEF}
.stu_prof .prof_etc dt span{display:inline-block;padding:5px 0;padding-left:30px;background:no-repeat 0 50%}
.stu_prof .prof_etc dd{display:flex;align-items:center;justify-content:center;height:90px;padding:15px 10px;font-weight:600;font-size:20px;color:#000}
.stu_prof .prof_etc .tel span{background-image:url(../images/user/stu_prof_tel_ic.png)}
.stu_prof .prof_etc .email span{background-image:url(../images/user/stu_prof_email_ic.png)}


/* writer_chk */
.writer_chk .guide_wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:40px;background-image:none}
.writer_chk .guide_wrap ul{width:Calc(100% - 215px);padding-right:20px}
.writer_chk .guide_wrap .btn_gp{width:215px;text-align:right}
.writer_chk .guide_wrap .writer_btn{padding:8px 30px;margin-left:5px;background:#8B90A2}
.writer_chk .guide_wrap .writer_btn span{position:relative;padding-left:18px;}
.writer_chk .guide_wrap .writer_btn span::before{content:'';display:block;position:absolute;top:50%;left:0;width:12px;height:6px;margin-top:-3px;background:url(../images/user/writer_btn_arrow.png) no-repeat 50% 50%;transition:0.3s}
.writer_chk .writer_wrap .writer_btn{padding:8px 30px;margin-left:5px;background:#8B90A2}
.writer_chk .writer_wrap .writer_btn span{position:relative;padding-left:18px;}
.writer_chk .writer_wrap .writer_btn span::before{content:'';display:block;position:absolute;top:50%;left:0;width:12px;height:6px;margin-top:-3px;background:url(../images/user/writer_btn_arrow.png) no-repeat 50% 50%;transition:0.3s}
.writer_chk .wirter_cont{display:none}
.writer_chk .wirter_cont .t_view tbody tr th{padding-left:40px}
.writer_chk .wirter_cont .t_view tbody tr td{padding:30px 20px}
.writer_chk .wirter_cont .wt_top{font-size:14px;color:#999}
.writer_chk .wirter_cont .wt_top::after{display:inline-block;padding-left:4px;font-weight:600;color:#5381F2}
.writer_chk .wirter_cont .wt_tit{margin-top:15px;font-size:20px;color:#1a1a1a}
.writer_chk .wirter_cont td li{display:flex;align-items:center;height:40px;font-size:14px}
.writer_chk .wirter_cont td li span{white-space:nowrap}
.writer_chk .wirter_cont td li + li{margin-top:5px}
.writer_chk .wirter_cont .t_view td input[type="text"]{min-width:auto;margin-left:20px}
.writer_chk .wirter_cont .etc input[type="text"]{width:calc(100% - 100px);}
.writer_chk .wirter_cont .warn{padding:5px 0;padding-left:30px;font-weight:500;font-size:14px;color:#aaa;background:url(../images/user/guide_warn_ic.png) no-repeat 0 50%}
.writer_chk.on .wirter_cont{display:block}
.writer_chk.on .guide_wrap .writer_btn span::before{transform:rotate(180deg)}
.writer_chk.on .writer_wrap .writer_btn span::before{transform:rotate(180deg)}

/* resi_ok */
.resi_ok{padding:60px;border-radius:10px;border:1px solid #E5E5E5;text-align:center}
.resi_ok p{font-size:16px;color:#333}
.resi_ok .tit{margin-bottom:10px;padding-top:165px;font-weight:600;font-size:20px;background:url(../images/user/resi_ok_ic.png) no-repeat 50% 0}
.resi_ok .btn01{width:240px;margin-top:30px;border-radius:5px}
.resi_ok.join .tit{background-image:url(../images/user/join_ok_ic.png)}

/* no_ic_result */
.no_ic_result{padding:60px;border-radius:10px;border:1px solid #E5E5E5;text-align:center}
.no_ic_result p{font-size:16px;color:#333}
.no_ic_result .tit{margin-bottom:10px;padding-top:165px;font-weight:600;font-size:20px;background:url(../images/user/resi_ok_ic.png) no-repeat 50% 0}
.no_ic_result .btn01{width:240px;margin-top:30px;border-radius:5px}
.no_ic_result.history .tit{background-image:url(../images/user/no_history_ic.png)}


/* select_col */
.select_col{display:flex;flex-wrap:wrap}
.select_col > div{position:relative;width:calc(50% - 10px)}
.select_col > div + div{margin-left:20px}
.select_col .select_info{padding:25px;background:#FAFAFA}
.select_col .search_form{margin-bottom:10px}
.select_info .table_wrap{max-height:calc(100% - 24px)}
.select_info .no_result p{background-image:url(../images/user/no_select_info.png)}
.select_col.type2{position:relative;}
.select_col.type2 > div{width:50%;padding-right:40px}
.select_col.type2 > div + div{margin:0;padding-left:40px;padding-right:25px;border-left:1px solid #F5F5F5}
.select_col.type2 .select_btn{display:block;width:36px;height:77px;position:absolute;right:-18px;top:50%;z-index:10;margin-top:-38px}
.select_col .select_btn .btn01{display:block;min-width:auto;width:36px;height:36px;padding:0;border:2px solid #D1D6DF;border-radius:50%;background:no-repeat #fff 50% 50%}
.select_col .select_btn .btn01:hover{opacity:1}
.select_col .select_btn .btn01 + .btn01{margin-top:5px;margin-left:0}
.select_col .select_btn .btn01.add{background-image:url(../images/user/select_add_ic.png)}
.select_col .select_btn .btn01.del{border-color:#9F9FA5;background-image:url(../images/user/select_del_ic.png)}



/* agree_box */
.agree_box{padding:30px 40px;border-radius:5px;background:#F8F8F9}
.agree_box pre{white-space:pre-line;}
.agree_box dl{margin-top:25px;padding-top:25px;border-top:1px solid #E6E6E6}
.agree_box dl dt{margin-bottom:12px;padding-left:22px;font-weight:600;font-size:18px;color:#000;background:url(../images/user/agree_box_tit_ic.png) no-repeat 0 50%}
.agree_box .dot_list li::before{background:#5B86F2}
.pers_info{padding:30px 40px;border:1px solid #E5E5E5;border-radius:5px}
.pers_info dl{display:flex;flex-wrap:wrap}
.pers_info dl + dl{margin-top:10px}
.pers_info dt{width:70px;font-weight:600;color:#000}
.pers_info dt::after{content:'';display:inline-block;width:1px;height:10px;margin:0 10px;background:#D0D1D6}
.pers_info dd{width:calc(100% - 70px)}
.agree_box + .agree_chk{margin-top:40px}
.agree_chk{display:block;position:relative;}
.agree_chk input{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;text-indent:-9999px;}
.agree_chk .txt{display:block;width:100%;padding:25px;border-radius:5px;text-align:center;font-size:16px;background:#F8F8F9}
.agree_chk .txt em{display:inline-block;padding:5px 0;padding-left:26px;background:url(../images/user/agree_chk_ic.png) no-repeat 0 50%}
.agree_chk input:checked + .txt{background:#EEF2FD;font-weight:600;color:#5381F2}
.agree_chk input:checked + .txt em{background-image:url(../images/user/agree_chk_ic_on.png)}


/* surv_wrap */
.surv_div .table_top{margin:25px 0 10px;}
.surv_div:first-child .table_top{margin-top:0}
.surv_wrap{border-top:1px solid #737373;font-size:16px;text-align:left}
.surv_box .surv_tit{padding:20px 25px;border-bottom:1px solid #EFEFEF;font-weight:600;color:#000;background:#F8F8F9}
.surv_box .surv_cont{padding:20px 25px;border-bottom:1px solid #EFEFEF}
.surv_box .surv_cont li + li{margin-top:5px}
.surv_box textarea{height:140px}
.surv_box * + textarea{margin-top:10px}
/* .surv_box .addr{display:block;} */
.surv_box .addr .btn01{background:#333;border-radius:5px;}
.surv_box .addr > input[type='text']:first-child{max-width:200px;}
/* .surv_box .addr > input[type='text']:last-child{width:calc(100% - )} */
.surv_box .add_chd dl{display:flex;}
.surv_box .add_chd + .add_chd{border-top:1px dashed #e5e5e5;padding-top:10px;}
.surv_box .add_chd dl dt{width:85px;}
.surv_box .add_chd dl dt .ic_btn.small_del{top:5px;}
.surv_box .add_chd dl dd{width:calc(100% - 85px);}
.surv_box .add_chd .add_tit{padding: 0;font-size: 15px;font-weight: 600;color: #000;vertical-align: middle;display:inline-block;padding-top:12px;}
.surv_box .add_chd .add_tit::before {content: '';display: inline-block;position: relative;top: -5px;width: 3px;height: 3px;margin-right: 6px;background: #000;}

/* total_tbl */
.layer_pop .total_tbl{max-height:none}
.total_tbl table.t_view tbody tr th,
.total_tbl table.t_view tbody tr td{text-align:center}
.total_tbl .check,
.total_tbl .radio{margin:0}
.total_tbl .total{display:inline-block;margin:0 10px;padding:5px 15px;border-radius:50px;font-weight:400;font-size:14px;color:#fff;background:#5380F2}
.total_tbl .total_tr td{font-weight:600;color:#333;background:#F6F9FF}
.total_tbl .score{display:inline-block;padding:3px 0;padding-left:28px;background:url(../images/user/total_tbl_score_ic.png) no-repeat 0 50%}

/* oath_wrap */
.oath_wrap{text-align:left;}
.oath_wrap .cont_subtit{margin-bottom:10px}
.oath_wrap .cont_desc{margin-bottom:15px;font-size:16px;color:#666}
.oath_wrap .gray_box{font-size:14px;color:#666;line-height:1.4;white-space:pre-line;}
.oath_wrap .gray_box li + li{margin-top:5px}
.oath_wrap .agree_chk{display:block;margin-top:20px}
.oath_wrap p.str{margin-top:15px;text-align:center}
.oath_box + .oath_box{margin-top:40px}

/* order_list */
.order_list{display:flex;flex-wrap:wrap}
.order_list .order_chk{display:block;position:relative;width:calc(50% - 5px);margin-right:10px;margin-top:10px}
.order_list .order_chk:nth-child(2n){margin-right:0;}
.order_list .order_chk:nth-child(1),
.order_list .order_chk:nth-child(2){margin-top:0}
.order_chk input{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;text-indent:-9999px;}
.order_chk .txt{display:block;width:100%;padding:10px;border-radius:5px;border:1px solid #E4E4E5;font-size:14px;background:#FBFBFC}
.order_chk .txt em{display:inline-block;padding:4px 0;padding-left:30px;background:url(../images/user/order_chk_ic.png) no-repeat 0 50%}
.order_chk input:checked + .txt{border-color:#E12642;background:#FEF3F5;}
.order_chk input:checked + .txt em{background-image:url(../images/user/order_chk_ic_on.png)}

/* prct */
.table_gp.prct + .table_gp.prct{margin-top:10px}
.prct .logo_wrap{display:flex;overflow:hidden;align-items:center;justify-content:center;width:140px;height:48px;border-radius:5px;background:#fff}
.prct .logo_wrap *{width:100%;height:100%;}
.prct .logo_wrap img{max-width:100%;max-height:100%;object-fit: contain;}
.prct .tit{display:flex;align-items:center;font-weight:600;font-size:20px;color:#000}
.prct .label{margin-right:10px;background:#5380F2}
.prct_cnt{margin-bottom:20px}
.prct_cnt .btn01{padding:6px 30px}
.prct .sta_label{display:inline-block;padding:8px 12px;margin:2px;border-radius:5px;font-weight:500;color:#666;font-size:14px;line-height:1;background:#ddd}
.prct .sta_label.col01{color:#1EB1D4;background:#E6F7FA}
.prct .sta_label.col02{color:#fff;background:#137C5B}
.prct .sta_label.col03{color:#FA834F;background:#FFEEE7}
.prct .sta_label.col04{color:#5381F2;background:#EDF2FD}
.prct .sta_label.col05{color:#EA5957;background:#FBE6E6}
.prct .sta_label.col06{color:#858176;background:#EFEEEC}
.prct .sta_label.col07{color:#636977;background:#EFF0F1}
.prct .sta_label.col08{color:#fff;background:#3D3D3D}
.prct .sta_label.col09{color:#147C5B;background:#E5F2EE}

/* agree_summary */
.agree_summary{display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px;border:1px solid #E4E7EC;border-radius:10px;background:#F6F7FA}
.agree_summary dl{display:flex;flex-wrap:wrap;align-content:space-between;width:calc(30% - 15px);height:120px;padding:25px 30px;border-radius:10px;background:#fff}
.agree_summary dt,
.agree_summary dd{width:100%}
.agree_summary dt{padding:4px 0;padding-left:28px;font-weight:600;color:#828287;background:no-repeat 0 50%}
.agree_summary .chk dt{background-image:url(../images/user/agree_summary_chk_ic.png)}
.agree_summary .off dt{background-image:url(../images/user/agree_summary_off_ic.png)}
.agree_summary .prt dt{background-image:url(../images/user/agree_summary_prt_ic.png)}
.agree_summary .date dt{background-image:url(../images/user/agree_summary_date_ic.png)}
.agree_summary dd{font-weight:600;color:#000;font-size:20px;text-align:right}
.agree_summary .btn01{padding:4px 15px;border-color:#6B6B6B;color:#6B6B6B;line-height:1;font-weight:400;font-size:13px;background-color:#fff}
.agree_summary .btn01.col02{background:#828287;color:#fff}

p + .agree_info{margin-top:15px}
.agree_info{padding:30px;border-radius:5px;border:1px solid #E5E5E5}
.agree_info li{position:relative;padding-left:25px;color:#666;line-height:1.4;}
.agree_info li::before{content:'';display:block;width:20px;height:20px;position:absolute;left:0;top:1px;border-radius:50%;text-align:center;font-size:12px;letter-spacing:0;color:#fff;line-height:20px;background:#5380F2}
.agree_info li:nth-child(1)::before{content:'1'}
.agree_info li:nth-child(2)::before{content:'2'}
.agree_info li:nth-child(3)::before{content:'3'}
.agree_info li:nth-child(4)::before{content:'4'}
.agree_info li:nth-child(5)::before{content:'5'}
.agree_info li:nth-child(6)::before{content:'6'}
.agree_info li:nth-child(7)::before{content:'7'}
.agree_info li:nth-child(8)::before{content:'8'}
.agree_info li:nth-child(9)::before{content:'9'}
.agree_info li:nth-child(10)::before{content:'10'}
.agree_info li + li{margin-top:8px}
.agree_info strong{color:#000}
.agree_info .date{display:inline-block;margin:0;margin-left:4px;font-size:16px;}
.agree_info li p > .check{vertical-align:-5px;}

.sign_wrap{border-top:1px solid #252525}
.sign_wrap .sign_tit{padding:20px;text-align:center;font-size:16px;}
.sign_wrap .date{display:inline-block;margin:0;padding-top:8px;font-size:16px;}
.sign_wrap .table_wrap{border-top:1px solid #252525}
.sign_wrap .sign_name{display:flex;align-items:center;justify-content:center}
.sign_wrap .sign_name strong{padding:0 8px;font-weight:400}
.sign_wrap .sign_name .sign_img{position:static;width:60px;height:60px}
.sign_wrap .sign_name .sign{padding:0;font-weight:600;font-size:25px;color:#333}
.sign_wrap + .agree_chk{margin-top:20px}
.agree_chk_dl{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E5E5E5}
.cont_box.oath{padding:30px;border:1px solid #F0F0F0;border-radius:10px}
.pop_btn.oath{position:relative;}
.pop_btn.oath .ic_btn{position:absolute;top:20px;right:30px}

/* prac_chk */
.prac_chk{margin-top:20px;border-top:1px solid #222;border-bottom:1px solid #DADADA}
.prac_chk li{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;height:66px;padding:5px 20px;border-bottom:1px solid #F0F0F0}
.prac_chk li:last-child{border-bottom:0}
.prac_chk .check{margin:0}
.prac_chk p{width:calc(100% - 80px)}

/* board_list */
.board_list{border-top:2px solid #222;border-bottom:1px solid #DADADA}
.board_list > li{display:flex;flex-wrap:wrap;align-items:center;padding:20px 30px}
.board_list > li + li{border-top:1px solid #EFEFEF}
.board_list > li.no_result{display:block;padding:60px 0}
.board_list .num{width:40px;text-align:center}
.board_list .state{display:inline-block;width:60px;padding:6px;border-radius:3px;text-align:center;line-height:1;font-weight:600}
.board_list .state.comp{border:1px solid #5380F2;color:#5380F2}
.board_list .state.wait{border:1px solid #137C5B;color:#137C5B}
.board_list .board_cont{width:calc(100% - 100px);padding:0 20px}
.board_list .board_cont a{display:flex;align-items:center;font-size:16px;font-weight:600;color:#000}
.board_list .board_cont span{margin-right:5px;white-space:nowrap}
.board_list .board_cont .tit{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.board_list .board_cont .type.col01{color:#5380F2}
.board_list .board_cont .type.col02{color:#FC7347}
.board_list .board_cont .type.col03{color:#22BF5F}
.board_list .etc_info{display:flex;align-items:center;margin-top:10px}
.board_list .etc_info li{font-size:14px;color:#9D9DA3}
.board_list .etc_info li + li::before{content:'';display:inline-block;width:1px;height:10px;margin:0 10px;background:#ddd}


/* board_view */
.board_view .board_top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:30px;border-radius:5px;background:#F8F8F9}
.board_view .board_top .tit{font-weight:600;font-size:20px;color:#000}
.board_view .board_info span{display:inline-block;padding-left:22px;font-size:15px;color:#666;background:no-repeat 0 50%}
.board_view .board_info span + span{margin-left:30px}
.board_view .board_info .writer{background-image:url(../images/user/board_info_writer_ic.png)}
.board_view .board_info .date{background-image:url(../images/user/board_info_date_ic.png)}
.board_view .board_cont{padding:25px 30px 40px;}
.board_view .view_cont{min-height:400px;margin-bottom:40px;font-size:14px;color:#333}
.board_view .board_file{display:flex;align-items:center;flex-wrap:wrap;padding:15px;border-radius:50px;background:#F8F8F9}
.board_view .board_file dt{width:80px;text-align:center;font-weight:600;color:#000}
.board_view .board_file dd{width:calc(100% - 80px);padding-left:20px}
.board_view .board_file a{display:block;padding-left:18px;font-size:14px;/* background:url(../images/user/board_down_ic.png) no-repeat 0 50% */}
.board_view .board_file a + a{margin-top:5px}
.board_view .board_nav{border-top:1px solid #222;border-bottom:1px solid #222}
.board_view .board_nav li{padding:20px 30px}
.board_view .board_nav li + li{border-top:1px solid #F0F0F0}
.board_view .board_nav dl{display:flex;flex-wrap:wrap;align-items:center;}
.board_view .board_nav dt{width:70px;font-weight:600;color:#000}
.board_view .board_nav dd{width:calc(100% - 70px);}
.board_view .board_nav a{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;padding-right:36px;font-size:14px;background:no-repeat 100% 50%}
.board_view .board_nav a p{width:calc(100% - 80px)}
.board_view .board_nav .next a{background-image:url(../images/user/board_nav_next_ic.png)}
.board_view .board_nav .prev a{background-image:url(../images/user/board_nav_prev_ic.png)}

.board_view.qus,
.board_view.ans{border-top:1px solid #222;border-bottom:1px solid #DADADA}
.board_view.ans{margin-top:20px}
.board_view.qus .board_top{display:block;padding:20px 20px 0;background:#fff}
.board_view.qus .board_cont{padding:25px 20px}
.board_view.qus .board_top .tit{font-size:24px}
.board_view.qus .board_top .tit::before{content:'Q';display:inline-block;margin-right:6px;color:#CECED1}
.board_view.qus .board_info{display:flex;align-items:center;padding:15px 20px;border-radius:5px;margin-top:20px;background:#F8F8F9}
.board_view.qus .board_info dl{display:flex;align-items:center;font-size:14px}
.board_view.qus .board_info dl + dl::before{content:'';display:inline-block;width:3px;height:3px;border-radius:50%;margin:0 10px;background:#C1C1C1}
.board_view.qus .board_info dl dd::before{content:'';display:inline-block;width:1px;height:10px;margin:0 8px;background:#CECECE}
.board_view.qus .view_cont{min-height:200px}
.board_view.qus .board_btn{margin-top:20px;text-align:right;}
.board_view.qus .board_btn .btn01{border-color:#666;border-radius:5px;color:#666;background:#fff}
.board_view.qus .board_btn .btn01.col07{border-color:#ED4654;color:#ED4654}
.board_view.ans .board_top{padding:20px}
.board_view.ans .board_cont{padding:25px 20px}
.board_view.ans .board_info{margin-top:15px;text-align:right}
.board_view.ans .board_info span{padding:0;font-size:14px}
.board_view.ans .board_info span + span{margin:0}
.board_view.ans .board_info span + span::before{content:'';display:inline-block;width:1px;height:10px;margin:0 8px;background:#CECECE}

.board_view.review .board_top .tit::before{display:none}
.board_view.review .board_cont{padding-bottom:0}

/* join_comp */
.join_comp{display:flex;align-items:center;width:100%;height:490px;border:1px solid #E5E5E5;border-radius:10px;padding:0 110px;background:url(../images/user/comp_search_bg.png) no-repeat calc(100% - 40px) calc(100% - 28px);}
.join_comp .tit{margin-bottom:10px;font-size:25px;font-weight:600;color:#333}
.join_comp .tit .str{color:#333;background:linear-gradient(to bottom, transparent 65%, #D2E6FD 35%)}
.join_comp dl{margin-top:40px}
.join_comp dl dt{margin-bottom:8px;font-weight:600;color:#111}
.join_comp dl input{width:380px}
.join_comp dl .btn01{border:1px solid #666;border-radius:5px;background:#fff;color:#666}

/* pers_info qna */
.pers_info.qna{border:0;padding:0 20px}
.pers_info.qna .info_box + .info_box{margin-top:20px}
.pers_info.qna .info_box{line-height:1.6}
.pers_info.qna .info_box dt,
.pers_info.qna .info_box dd{width:auto}
.pers_info.qna .info_box dd,
.pers_info.qna .info_box p{font-size:14px}
.pers_info.qna .num_list{margin-top:10px;line-height:1.2;}

/* review_list */
.review_list .gp_tit dt{font-size:16px}
.review_list .gp_tit .date{display:flex;padding:0;background:none;color:#666}
.review_list .date dt{margin:0;font-weight:400;color:#666}
.review_list .date dt::after{content:'';display:inline-block;width:1px;height:10px;margin:0 8px;background:#CECECE}
.review_list .gp_cont{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:20px 40px}
.review_list .review_view{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background:#EDF2FD;text-align:center;}
.review_list .review_view span{display:inline-block;padding-top:22px;font-size:14px;color:#5381F2;background:url(../images/user/review_view_ic.png) no-repeat 50% 0}
.review_list .text_wrap{width:calc(100% - 80px)}
.review_list .comp_info,
.review_list .review_info{display:flex;align-items:center;font-weight:500;font-size:14px}
.review_list .comp_info li + li::before{content:'';display:inline-block;width:2px;height:2px;margin:0 5px;background:#666;vertical-align:middle}
.review_list .review_info li + li::before{content:'';display:inline-block;width:1px;height:10px;margin:0 8px;background:#D5D5D5;vertical-align:middle}
.review_list .review_info strong{color:#111}
.review_list .tit{margin:10px 0;font-weight:600;font-size:20px;color:#111}

/* review_swiper */
.review_swiper{position:relative;margin-top:40px;padding:20px 40px;border-top:1px solid #F0F0F0}
.review_swiper .swiper::after{content:'';display:block;position:absolute;top:0;right:0;z-index:10;width:100px;height:100%;background:linear-gradient(to right, transparent, #fff);}
.review_swiper .swiper-slide{overflow:hidden;width:260px;height:134px;border-radius:10px;}
.review_swiper .swiper-slide img{width:100%;height:100%;object-fit:cover}
.review_swiper .swiper-button-prev,
.review_swiper .swiper-button-next{top:50%;width:24px;height:24px;margin-top:-12px;border-radius:50%;background:#CACBD0 no-repeat 50% 50%}
.review_swiper .swiper-button-prev::after,
.review_swiper .swiper-button-next::after{display:none}
.review_swiper .swiper-button-prev{left:0;background-image:url(../images/user/review_swiper_prev.png)}
.review_swiper .swiper-button-next{right:0;background-image:url(../images/user/review_swiper_next.png)}
.review_swiper .no_result{display:flex;align-items:center;justify-content:center;width:100%;border:0;padding:0}
.review_swiper .no_result p{background-image:url(../images/user/no_result_img_ic.png)}

/* subj_chk */
.subj_chk{display:inline-block;position:relative;margin:2px 5px;margin-left:0}
.subj_chk input{overflow:hidden;position:absolute;top:0;left:0;width:0px;height:0px;border:0 none;font-size:0;line-height:0;clip:rect(0 0 0 0);opacity:0;}
.subj_chk .txt{display:inline-block;padding:8px 15px;padding-left:28px;border:1px solid #ddd;border-radius:50px;font-size:13px;line-height:1;color:#ddd;background:url(../images/user/subj_chk_ic.png) #fff no-repeat 15px 50%}
.subj_chk.col01 input:checked + .txt{border-color:#79C1C5;color:#79C1C5;background-color:#F3FBFB;background-image:url(../images/user/subj_chk_col01_on_ic.png)}
.subj_chk.col02 input:checked + .txt{border-color:#5381F2;color:#5381F2;background-color:#F6F9FF;background-image:url(../images/user/subj_chk_col02_on_ic.png)}
.subj_chk.col03 input:checked + .txt{border-color:#FDACA9;color:#FDACA9;background-color:#FFF8F8;background-image:url(../images/user/subj_chk_col03_on_ic.png)}
.subj_chk.col04 input:checked + .txt{border-color:#FC8997;color:#FC8997;background-color:#FEE7EA;background-image:url(../images/user/subj_chk_col04_on_ic.png)}
.subj_chk.col05 input:checked + .txt{border-color:#89AECE;color:#89AECE;background-color:#EDF3F7;background-image:url(../images/user/subj_chk_col05_on_ic.png)}
.subj_chk.col06 input:checked + .txt{border-color:#DB9CDA;color:#DB9CDA;background-color:#FAF0F9;background-image:url(../images/user/subj_chk_col06_on_ic.png)}
.subj_chk.col07 input:checked + .txt{border-color:#F887B7;color:#F887B7;background-color:#FDE7F0;background-image:url(../images/user/subj_chk_col07_on_ic.png)}
.subj_chk.col08 input:checked + .txt{border-color:#61A7E3;color:#61A7E3;background-color:#DFEEF9;background-image:url(../images/user/subj_chk_col08_on_ic.png)}
.subj_chk.col09 input:checked + .txt{border-color:#AFB4BA;color:#AFB4BA;background-color:#F3F4F5;background-image:url(../images/user/subj_chk_col09_on_ic.png)}
.subj_chk.col10 input:checked + .txt{border-color:#CDD98D;color:#CDD98D;background-color:#FBFCF6;background-image:url(../images/user/subj_chk_col10_on_ic.png)}
.subj_chk.col11 input:checked + .txt{border-color:#F3BD7B;color:#F3BD7B;background-color:#FDF2E4;background-image:url(../images/user/subj_chk_col11_on_ic.png)}
.subj_chk.col12 input:checked + .txt{border-color:#F29A6B;color:#F29A6B;background-color:#FDF0E9;background-image:url(../images/user/subj_chk_col12_on_ic.png)}
.subj_chk.col13 input:checked + .txt{border-color:#F2826B;color:#F2826B;background-color:#FCECE8;background-image:url(../images/user/subj_chk_col13_on_ic.png)}
.subj_chk.col14 input:checked + .txt{border-color:#DF7783;color:#DF7783;background-color:#FAEAEC;background-image:url(../images/user/subj_chk_col14_on_ic.png)}
.subj_chk.col15 input:checked + .txt{border-color:#7B89C2;color:#7B89C2;background-color:#EBEDF6;background-image:url(../images/user/subj_chk_col15_on_ic.png)}
.subj_chk.col16 input:checked + .txt{border-color:#8979B6;color:#8979B6;background-color:#F1EFF6;background-image:url(../images/user/subj_chk_col16_on_ic.png)}
.subj_chk.col17 input:checked + .txt{border-color:#95C5A3;color:#95C5A3;background-color:#F2F8F3;background-image:url(../images/user/subj_chk_col17_on_ic.png)}
.subj_chk.col18 input:checked + .txt{border-color:#9FD785;color:#9FD785;background-color:#F2F8F3;background-image:url(../images/user/subj_chk_col18_on_ic.png)}
.subj_chk.col19 input:checked + .txt{border-color:#BEA982;color:#BEA982;background-color:#F7F5EF;background-image:url(../images/user/subj_chk_col19_on_ic.png)}
.subj_chk.col20 input:checked + .txt{border-color:#C4A1CE;color:#C4A1CE;background-color:#F9F5FA;background-image:url(../images/user/subj_chk_col20_on_ic.png)}
.flex_box .subj_chk{margin-right:0}
.subj_box.col01{background-color:#F3FBFB;}
.subj_box.col02{background-color:#F6F9FF;}
.subj_box.col03{background-color:#FFF8F8;}
.subj_box.col04{background-color:#FEE7EA;}
.subj_box.col05{background-color:#EDF3F7;}
.subj_box.col06{background-color:#FAF0F9;}
.subj_box.col07{background-color:#FDE7F0;}
.subj_box.col08{background-color:#DFEEF9;}
.subj_box.col09{background-color:#F3F4F5;}
.subj_box.col10{background-color:#FBFCF6;}
.subj_box.col11{background-color:#FDF2E4;}
.subj_box.col12{background-color:#FDF0E9;}
.subj_box.col13{background-color:#FCECE8;}
.subj_box.col14{background-color:#FAEAEC;}
.subj_box.col15{background-color:#EBEDF6;}
.subj_box.col16{background-color:#F1EFF6;}
.subj_box.col17{background-color:#F2F8F3;}
.subj_box.col18{background-color:#F2F8F3;}
.subj_box.col19{background-color:#F7F5EF;}
.subj_box.col20{background-color:#F9F5FA;}

/* drag_item */
.drag_item{display:block;width:100%;height:100%;}
.drag_table .sortable-ghost{border:1px dashed #6B6B6B}
.drag_table .sortable-swap-highlight{background:#F5F5F6}

/* accd_table */
.table_wrap.accd_table table{min-width:1280px}
.accd_table .accd_hd{display:none}
.accd_table .fxd.accd_hd{display:revert}
.accd_table .accd_btn{display:flex;align-items:center;height:20px;position:absolute;top:50%;right:20px;padding-left:12px;margin-top:-10px;font-size:12px;color:#666;font-weight:400;text-decoration:none;background:url(../images/user/accd_arrow.png) no-repeat 0 50%}
.accd_table .accd_btn.accd_on{background-image:url(../images/user/accd_right_arrow.png)}

/* stu_info */
.t_list .stu_info{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:12px 20px;font-size:14px;}
.t_list .class{display:inline-block;width:20px;height:20px;border-radius:3px;font-weight:600;line-height:20px;text-align:center;letter-spacing:0;background:#eee}
.t_list .class.col01{color:#90BC37;background:#EEF5DD}
.t_list .class.col02{color:#1A9DD7;background:#DAF1F9}
.t_list .class.col03{color:#DB5A37;background:#F7DDD6}
.t_list .class.col04{color:#5752F0;background:#DDDCFB}
.t_list .class.col05{color:#3959A7;background:#D7DEED}
.t_list .class.col06{color:#636977;background:#D8D9DD}
.t_list .gender{display:inline-block;width:20px;height:20px;border:1px solid #000;border-radius:3px;font-size:12px;line-height:20px;color:#000;text-align:center;letter-spacing:0;background:#fff}
.t_list .name{width:100%;margin-top:6px;font-size:14px;font-weight:600;color:#000}
.t_list .grade{display:inline-block;padding:4px 10px;border-radius:5px;font-weight:600;color:#777;font-size:12px;line-height:1;background:#ECECEC}

/* wide_box */
.wide_box.on{position:absolute;width:100%;height:100%;left:0;top:0;background:#fff;z-index:999;padding:15px;}


/* bacth_wrap */
.bacth_wrap{border-radius:5px;border:1px solid #E5E5E5;height:calc(100% - 60px);}
.bacth_wrap table.t_list{height:100%;}
.bacth_wrap table.t_list thead tr th:first-child{border-left:0}
.bacth_wrap table.t_list thead tr th,
.bacth_wrap table.t_list thead tr th[colspan]{position:relative;border-left:1px solid #EFEFEF;border-color:#EFEFEF;font-size:13px;background:#FAFAFA}
.bacth_wrap table.t_list thead tr.accd_tr th{background:#fff}
.bacth_wrap table.t_list thead tr th::before,
.bacth_wrap table.t_list thead tr th::after{display:none !important}
.bacth_wrap table.t_list thead tr th,
.bacth_wrap table.t_list thead tr th[colspan],
.bacth_wrap table.t_list tbody tr th,
.bacth_wrap table.t_list tbody tr td{text-align:left;border-color:#EFEFEF;}
.bacth_wrap table.t_list thead tr th,
.bacth_wrap table.t_list thead tr th[colspan]{padding:15px 20px;}
.bacth_wrap table.t_list tbody tr th,
.bacth_wrap table.t_list tbody tr td{padding:0}
.bacth_wrap table.t_list thead tr th.fxd,
.bacth_wrap table.t_list tbody tr td.fxd{border-left:1px solid #ccc}
.bacth_wrap table.t_list thead tr th.scroll_fxd,
.bacth_wrap table.t_list tbody tr td.scroll_fxd{position:sticky;top:0;left:0;z-index:20;}
.bacth_wrap table.t_list thead tr th.scroll_fxd::after,
.bacth_wrap table.t_list tbody tr td.scroll_fxd::after{content:'';display:block !important;position:absolute;top:0;right:0;width:1px;height:100%;transform:translateY(0);background:#ccc}
.bacth_wrap .label{padding:4px 12px;margin-right:5px;border:1px solid #5381F2;font-size:12px;color:#5381F2}
.bacth_wrap .stu_search p{margin-bottom:8px;font-size:15px}
.bacth_wrap .stu_search .check{margin-bottom:8px;}
.bacth_wrap .stu_search .check .txt{font-weight:400;}
.bacth_wrap .stu_search input{height:32px;border-radius:50px;font-size:14px}
.bacth_wrap .num{color:#AFAFAF}
.bacth_wrap .ic_btn.comment{position:relative;top:-5px;width:20px;min-width:20px;height:20px;border:0;background:url(../images/user/ic_btn_comment_ic.png) no-repeat 50% 50%}
.bacth_wrap .ic_btn.del{width:28px;min-width:28px;height:28px;border:0;margin-left:5px;background:url(../images/user/ic_btn_bacth_del_ic.png) #AFAFAF no-repeat 50% 50%}
.bacth_wrap .is_cmt .comment{background-image:url(../images/user/ic_btn_is_comment_ic.png)}
.bacth_wrap .on .comment{background-image:url(../images/user/ic_btn_click_comment_ic.png)}
.bacth_wrap .tooltip_wrap{font-size:14px}
.bacth_wrap .subj_box{display:flex;justify-content:space-between;flex-wrap:wrap;align-content:center;position:relative;padding:10px;}
.bacth_wrap .subj_box .subj_cont{width:calc(100% - 20px);padding-right:5px;}
.bacth_wrap .subj_box .subj_cont a{text-decoration:none}
.bacth_wrap .subj_cont.on{z-index:12;}
.bacth_wrap .subj_cont p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.bacth_wrap .subj_cont .tit{font-size:14px;font-weight:600;color:#000}
.bacth_wrap .subj_cont .desc{margin-top:4px;font-size:13px;color:#666}
.bacth_wrap .subj_cont textarea{height:60px}
.bacth_wrap .subj_cont .tooltip_cont{width:230px;bottom:-10px;left:0;z-index:11;border-radius:5px}
.bacth_wrap .subj_cont .tooltip_cont::before{display:none}
.bacth_wrap .subj_cont dl + dl{margin-top:8px}
.bacth_wrap .subj_cont dt{margin-bottom:4px;font-weight:600;color:#000}
.bacth_wrap .subj_cont dt::before{content:'';display:inline-block;position:relative;top:-2px;width:3px;height:3px;border-radius:50%;margin-right:4px;border-radius:50%;background:#5380F2;vertical-align:middle}
.bacth_wrap .drag_handle{display:block;position:absolute;bottom:8px;right:12px;z-index:11;width:18px;height:18px;border-radius:5px;background:url(../images/user/bacth_handle_ic.png) no-repeat 50% 50%;cursor:grab}
.bacth_wrap .drag_handle:hover{background-image:url(../images/user/bacth_handle_on_ic.png)}

/* drag_postn */
.drag_postn table.t_list thead tr th, 
.drag_postn table.t_list tbody tr td{padding:0}
.drag_postn table.t_list thead tr th{text-align:center}
.drag_postn .stu_search{padding:10px}
.drag_postn .postn_gp{display:flex;flex-wrap:nowrap;align-items:center;width:100%;height:100%}
.drag_postn .postn_gp > li{display:flex;align-items:center;flex:1;min-width:180px;height:100%}
.drag_postn .postn_gp > li + li{border-left:1px solid #EFEFEF}
.drag_postn th .postn_gp > li{padding:0 10px;background:#fff}
.drag_postn table.t_list thead tr th + th,
.drag_postn table.t_list tbody tr td + td{border-left:1px solid #ccc}
.drag_postn table.t_list thead tr th.scroll_fxd + th,
.drag_postn table.t_list tbody tr td.scroll_fxd + td{border-left:0}


/* vac_wrap */
.vac_wrap table.t_list thead tr th.scroll_fxd,
.vac_wrap table.t_list tbody tr td.scroll_fxd{position:sticky;top:0;left:0;z-index:20;}
.vac_wrap table.t_list tbody tr td.scroll_fxd:nth-child(2)::after{content:'';display:block !important;position:absolute;top:0;right:0;width:1px;height:100%;transform:translateY(0);background:#ccc}
.vac_wrap table.t_list thead tr th.scroll_fxd:nth-child(2),
.vac_wrap table.t_list tbody tr td.scroll_fxd:nth-child(2){left:60px}
.vac_wrap .stu_info{padding:0;text-align:left}
.vac_cont{text-align:left} 
.vac_cont + .vac_cont,
.etc_vac + .etc_vac{margin-top:10px;padding-top:10px;border-top:1px solid #EFEFEF}
.etc_vac{display:flex;align-items:center;justify-content:space-between;font-size:14px;text-align:left}
.etc_vac .ic_btn{margin-left:5px}
.vac_info{position:relative;margin-bottom:5px;} 
.vac_info .down.mini{position:absolute;top:0;right:0}
.vac_info span{display:inline-block;min-width:20px;height:20px;padding:0 5px;margin-right:2px;border-radius:5px;font-size:12px;line-height:20px;text-align:center;letter-spacing:0}
.vac_info .label{color:#777;background:#ECECEC;}
.vac_info .yn{color:#fff;background:#9598A0}
.vac_info .yn.col02{background:#0D318C}
.vac_info .yn2{border:1px solid #0D318C;color:#0D318C;background:#fff}
.vac_info .yn2.col02{border:1px solid #EF4529;color:#EF4529;}
.vac_info .yn3{color:#ffffff;background:#db5248}
.vac_info .yn3.col02{color: #ffffff;background:#57af30;}
.vac_cont dl{display:flex;align-items:center;font-weight:500;font-size:14px;color:#333}
.vac_cont dt::after{content:'';display:inline-block;width:1px;height:10px;margin:0 6px;background:#E5E5E5}

/* atted_summary */
.atted_summary{display:flex;justify-content:space-between;padding:30px;margin-bottom:20px;border-radius:5px;border:1px solid #E4E7EC;background:#F6F7FA}
.atted_summary dl{flex:1;padding:30px 15px;border-radius:5px;text-align:center;background:#fff}
.atted_summary dl + dl{margin-left:20px}
.atted_summary dt{color:#828287}
.atted_summary dd{padding-top:20px;font-weight:600;font-size:20px;color:#000}
.atted_cal{position:relative;border:1px solid #ddd;border-radius:5px;padding:50px 15px;}
.atted_cal .cal_top{position:absolute;top:50px;left:0;width:100%;padding:0 30px;margin-bottom:20px;}
.atted_cal .cal_month{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;}
.atted_cal .cal_month .date{padding:0 20px;font-weight:600;color:#333;font-size:30px;white-space:nowrap}
.atted_cal .cal_month a{width:30px;height:30px;border-radius:50%;background:#CACBD0 no-repeat 50% 50%}
.atted_cal .cal_month .cal_prev{background-image:url(../images/user/atted_cal_prev.png)}
.atted_cal .cal_month .cal_next{background-image:url(../images/user/atted_cal_next.png)}
.atted_cal .cal_month .disabled{opacity:0.1;}

.cal_table{overflow:auto;padding-top:80px}
.cal_table table{table-layout:fixed;width:100%;min-width:1024px}
.cal_table table thead th{text-align:center;color:#828287}
.cal_table table th,
.cal_table table td{border:10px solid #fff;}
.cal_table table td{height:120px;}
.cal_table .day_cont{position:relative;width:100%;height:100%;padding:10px;border-radius:5px;background:#F8F8F8}
.cal_table .day_cont .day{display:block;margin-bottom:10px;font-weight:600;color:#5C5C5C}
.cal_table .day_cont .day_add{display:flex;position:absolute;top:10px;right:10px}
.cal_table .day_cont .attend_write{display:block;width:80px;height:24px;padding:0;margin:0 auto;border:0;border-radius:3px;font-size:14px;color:#7F7F7F;background:#D4D4D4}
.cal_table .day_cont .attend_write span{padding:0;padding-left:12px;line-height:24px;background:url(../images/user/attend_ic.png) no-repeat 0 50%}
.cal_table .day_cont .attend_view{display:block;width:80px;height:24px;padding:0;margin:0 auto;border:0;border-radius:3px;font-size:14px;color:#fff;background:#0F3188}
.cal_table .day_cont .attend_view span{padding:0;line-height:24px;}
.cal_table .day_cont.out{opacity:0.3;background:#fff}
.cal_table .day_cont.holi .day{color:#EC5A50}
.cal_table .day_cont .holi_name{position:absolute;top:15px;right:15px;font-size:12px;color:#B0B0B0} 
.cal_table .day_cont .holiday{padding-top:32px;text-align:center;font-weight:500;color:#333;background:url(../images/user/holiday_ic.png) no-repeat 50% 0}

.cal_table .cont_list li{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#333}
.cal_table .cont_list li + li{margin-top:4px}
.cal_table .cont_list .label{padding:3px 4px;border-radius:3px;margin-right:3px;font-size:12px;color:#fff;line-height:1;}
.cal_table .cont_list .label.col01{background:#5380F2}
.cal_table .cont_list .label.col02{background:#0C1C42}
.cal_table .cont_list .label.col03{background:#636977}
.cal_table .cont_list .label.col04{background:#EC5B50}
.cal_table .cont_list .label.col05{background:#F38A35}
.cal_table .today-label{display:block;position:absolute;left:5px;top:5px;width:26px;height:26px;border-radius:50%;border:2px solid red;}

.cal_table .day_add a{margin-left:2px}
.cal_table .tooltip_wrap{font-size:14px}
.cal_table .tooltip_wrap .time{padding-left:6px;white-space:nowrap;color:#aaa}
.cal_table .ic_btn.comment{width:20px;min-width:20px;height:20px;border:0;background:url(../images/user/ic_btn_comment_ic.png) no-repeat 50% 50%}
.cal_table .is_cmt .comment{background-image:url(../images/user/ic_btn_is_comment_ic.png)}
.cal_table .on .comment{background-image:url(../images/user/ic_btn_click_comment_ic.png)}
.cal_table .ic_btn.ext{width:20px;min-width:20px;height:20px;border:0;background:url(../images/user/ic_btn_ext_ic.png) no-repeat 50% 50%}
.cal_table .is_cmt .ext{background-image:url(../images/user/ic_btn_is_ext_ic.png)}
.cal_table .on .ext{background-image:url(../images/user/ic_btn_click_ext_ic.png)}
.cal_table .ic_btn.del{width:28px;min-width:28px;height:28px;border:0;margin-left:5px;background:url(../images/user/ic_btn_bacth_del_ic.png) #AFAFAF no-repeat 50% 50%}
.cal_table .ic_btn.del_sm{width:16px;min-width:16px;height:16px;background:url(../images/user/guide_close_hover.png) no-repeat 50% 50%;border:0;}

/*학생참여관리 > 출석부 캘린더*/
.atted_cal .cal_table .day_cont .holiday_wrap{padding-bottom:7px;}
.atted_cal .cal_table .day_cont .holiday{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; padding-top:0;padding-left:20px;background-position:0 50%;background-size:16px;font-size:14px;text-align: left;} /*출석부 캘린더 휴일 표시 작게*/
.atted_cal .cal_table .day_cont .holiday + .holiday{margin-top:5px;}
.atted_cal .cal_table .cont_list{padding-top:7px;border-top:1px solid #ccc;width:calc(100%);} /*위에 휴일 있을때 보더탑,패딩*/
.atted_cal .cal_table .cont_list.no_holi{padding-top:0;border-top:0;} /*위에 휴일 없을때 보더탑,패딩 제거*/
.atted_cal .cal_table .cont_list li{margin-left:0;overflow: visible;text-overflow:unset;}

.attend_pop{display:none;/* position:absolute; */position:fixed;top:50%;left:50%;z-index:10;width:370px;padding:20px;border:1px solid #1B294D;border-radius:10px;box-shadow:0 0 10px 2px rgba(0,0,0,0.05);background:#fff;transform:translate(-50%, -50%)}
.attend_pop.on{display:block;}
.attend_pop .day_tit{font-weight:600;font-size:20px;color:#333}
.attend_pop .attend_cont{padding:20px 0}
.attend_pop .attend_time{margin-bottom:10px}
.attend_pop .attend_type{display:flex;flex-wrap:wrap;padding-top:10px;border-top:1px solid #E5E5E5;}
.attend_pop .attend_type .radio.sq.half:nth-of-type(odd){margin-left:0;}
.attend_pop .radio .txt{padding:5px 10px;}
.attend_pop .radio em{display:inline-block;padding:5px 0;padding-left:24px;background:no-repeat 0 50%}
.attend_pop .radio .type1{background-image:url(../images/user/attend_type1_ic.png)}
.attend_pop .radio .type2{background-image:url(../images/user/attend_type2_ic.png)}
.attend_pop .radio .type3{background-image:url(../images/user/attend_type3_ic.png)}
.attend_pop .radio .type4{background-image:url(../images/user/attend_type4_ic.png)}
.attend_pop .radio .type5{background-image:url(../images/user/attend_type5_ic.png)}
.attend_pop .radio input:checked + .txt .type1{background-image:url(../images/user/attend_type1_on_ic.png)}
.attend_pop .radio input:checked + .txt .type2{background-image:url(../images/user/attend_type2_on_ic.png)}
.attend_pop .radio input:checked + .txt .type3{background-image:url(../images/user/attend_type3_on_ic.png)}
.attend_pop .radio input:checked + .txt .type4{background-image:url(../images/user/attend_type4_on_ic.png)}
.attend_pop .radio input:checked + .txt .type5{background-image:url(../images/user/attend_type5_on_ic.png)}
.attend_pop .btn_gp{display:flex;padding:0 30px}
.attend_pop .btn01{flex:1;padding:6px 15px;border:1px solid #1B294D;border-radius:5px;font-size:13px;color:#1B294D;text-align:center;background:#fff}
.attend_pop .btn01.col02{background:#1B294D;color:#fff}
.bulk_info{color:#5181f8}

.monthly_calendar{position:relative;}
.monthly_calendar .cal_month{top:-80px;}
.monthly_calendar + .monthly_calendar .cal_month{top:-60px;}

.filedown + .filedown{margin-top:10px;padding-top:10px;border-top:1px solid #EFEFEF}

/*휴일관리 캘린더*/
.atted_cal.hldy .cal_table .cont_list li{display:flex;justify-content: space-between;align-items: center;}
.atted_cal.hldy .cal_table .cont_list li .label + span{width:calc(100% - 40px);overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

/* write_flex */
.write_flex{display:flex;flex-wrap:wrap;border:1px solid #ddd}
.write_flex > div{border:0;border-radius:0}
.write_flex .atted_cal{width:35%;padding:30px 20px}
.write_flex .table_gp{width:65%;border-left:1px solid #ddd}
.write_flex .atted_cal .cal_top{position:static;justify-content:center;padding:0;text-align:center}
.write_flex .atted_cal .cal_month .date{font-size:20px}
.write_flex .cal_table{padding-top:20px}
.write_flex .cal_table table{min-width:auto}
.write_flex .cal_table table th, 
.write_flex .cal_table table td{border-width:2px;font-size:14px}
.write_flex .cal_table table th{padding-bottom:10px}
.write_flex .cal_table table td{height:80px}
.write_flex .cal_table .day_cont{padding:10px 5px}
.write_flex .cal_table .day_cont .btn01{width:auto;font-size:13px}
.write_flex .cal_table .day_cont .btn01 span{padding:0;background:none}
.write_flex .cal_table .day_cont .holi_name{display:none}
.write_flex .cal_table .day_cont .holiday{padding:0;background:none;color:#EC5A50}


/* wait_wrap */
.wait_wrap{padding:200px 40px;text-align:center}
.wait_wrap .tit{padding-top:130px;margin-bottom:20px;font-size:46px;color:#111;background:url(../images/user/page_wait_ic.png) no-repeat 50% 0}
.wait_wrap .desc{font-weight:500;font-size:18px;color:#111;line-height:1.6}

/*calc_wrap*/
.calc_wrap{display:flex;overflow:hidden;flex-wrap:wrap;justify-content:center;padding:25px 30px;border:1px solid #e5e5e5;border-radius:5px;background:#f6f7fa;}
.calc_wrap > *{width:calc((100% - 70px) / 3);min-width:340px;margin:5px 0;}
.calc_wrap .calc_ico_wrap{width:calc(((100% - 70px) / 3) + 35px); padding-right:35px;background-repeat: no-repeat;background-position: calc(100% - 8px) 50%;}
.calc_ico_wrap.calc01{background-image: url(../images/common/calc_ico01.png);}
.calc_ico_wrap.calc02{background-image: url(../images/common/calc_ico02.png);}
.calc_ico_wrap.calc03{background-image: url(../images/common/calc_ico03.png);}
.calc_ico_wrap.calc04{background-image: url(../images/common/calc_ico04.png);}
.calc_ico_wrap.calc05{background-image: url(../images/common/calc_ico05.png);}
.calc_ico_wrap.calc06{background-image: url(../images/common/calc_ico06.png);}
.calc_ico_wrap.calc07{background-image: url(../images/common/calc_ico07.png);}
.calc_ico_wrap.calc08{background-image: url(../images/common/calc_ico08.png);}
.calc_ico_wrap.calc09{background-image: url(../images/common/calc_ico09.png);}
.calc_ico_wrap.calc10{background-image: url(../images/common/calc_ico10.png);}
.calc_ico_wrap.calc11{background-image: url(../images/common/calc_ico11.png);}
.calc_ico_wrap.calc12{background-image: url(../images/common/calc_ico12.png);}
.calc_box{position:relative;height:120px;display:flex;align-items: center;padding:15px 35px;border-radius:10px;background:#fff;}
.calc_box::before,
.calc_box::after{content:'';display:block;position:absolute;width:15px;height:60px;top:50%;transform:translateY(-50%);background-repeat:no-repeat;}
.calc_box::before{left:7px;background-position-x:0;}
.calc_box::after{right:7px;background-position-x:100%;}
.calc_box.type1::before{background-image: url(../images/common/calc_type1_prev.png);} /*type1 - 중괄호*/
.calc_box.type1::after{background-image: url(../images/common/calc_type1_next.png);}
.calc_box.type2::before{background-image: url(../images/common/calc_type2_prev.png);} /*type2 - 대괄호*/
.calc_box.type2::after{background-image: url(../images/common/calc_type2_next.png);}
.calc_box.type3::before{background-image: url(../images/common/calc_type3_prev.png);} /*type3 - 소괄호*/
.calc_box.type3::after{background-image: url(../images/common/calc_type3_next.png);}

.calc_box > div:first-child{width:100%;min-width:120px;text-align: center;}
.calc_box > div + div{width:100%;min-width:100px;padding-left:40px;background:url(../images/common/calc_txt01.png) no-repeat 10px 50%;}
.calc_box > div > p{padding:10px 0;font-size:20px;color:#01050e;font-weight:500;}
.calc_box > div > p + p{border-top:1px solid #e5e5e5;}

.calc_box input.sty{background:#fbfbfc;color:#333;font-weight:500;}
.calc_box input.sty::-moz-placeholder,
.calc_box input.sty::-webkit-input-placeholder{color:#333 !important;font-weight:500 !important;}
.calc_box input.sty::placeholder{color:#333 !important;font-weight:500 !important;}

/*평가비율설정*/
.calc_wrap + .table_wrap.eval{margin-top:20px;}
.table_wrap.eval tr td .flex_box span{display:inline-block;color:#aaa;font-weight:500;}
.table_wrap.eval tr td.warn_td{padding:0;}
.table_wrap.eval tr td .warn_info{margin:0;}

/*평가비율설정팝업*/
.calcPop .calc_wrap > *{width:100%;}
.calcPop .calc_wrap .calc_ico_wrap{width:100%;padding-right:0;padding-bottom:35px;background-position: 50% calc(100% - 2px);}
.calcPop .calc_tot{text-align:center;margin-top:15px;}
.calcPop .calc_tot span{padding-left:30px;font-size:18px;color:#1a1a1a;font-weight:600;background:url(../images/common/calc_ico08.png) no-repeat 0 50%;}

/* 프로그램안내 25.05.28 */
.info_cont .table_wrap table.t_list thead tr th{font-size:16px;font-weight:500;}
.info_cont .table_gp .gp_tit dt{font-weight:500;}
.info_cont .info_wrap .info_box .cont_subtit{font-weight:500;}

.list_txt + .list_txt {padding-top: 20px;}
.list_txt .label_tit {display: inline-block;font-weight: 600;padding: 4px 11px;border-radius: 45px; margin-bottom: 15px;}
.list_txt.pointColor .label_tit {color: #066c70;background: #e6f0f0;}
.list_txt.pointColor2 .label_tit {color: #417abb;background: #e2ebf6;}
.list_txt .dot_list li {font-size: 16px;padding-left: 13px; line-height: 1.4;}
.list_txt .dot_list li + li {margin-top: 10px;}
.list_txt .dot_list li:before {width: 5px;height: 5px;top: 8px;}
.list_txt .dot_list li em {display: block; font-size: 16px;}
.list_txt.pointColor .dot_list li:before {background: #066c70;}
.list_txt.pointColor2 .dot_list li:before {background: #417abb;}
.dot_list li.in>ul {padding: 10px 0;}
.dot_list li.in>ul>li {display: flex;padding-left: 0;font-size: 15px;}
.dot_list li.in>ul>li + li {margin-top: 5px;}
.dot_list li.in>ul>li:before {content: '-';background: none !important;width: auto;height: auto;position: inherit;top: 0;margin-right: 5px;}
em.alert {color: #066c70; font-weight: 500; font-size: 14px;}

/* 조직도 */
.round_box {border-radius: 10px;border: 1px solid #e5e5e5;padding: 20px;}
.organization_wrap {position: relative;z-index: 1;display: flex;flex-direction: column;align-items: center;font-size: 15px;font-weight: 600;color: #444;padding: 30px;}
.organization_wrap:after {content: '';display: block;position: absolute;z-index: -1;width: 1px;height: 80%;top: 30px;left: 50%;background: #ccc;}
.organi_box {border-radius: 5px;font-size: 16px;color: #066c70;display: flex;height: 65px;align-items: center;border: 1px solid #83b3b5;background: #f2f8f8;width: 200px;justify-content: center;}
.organi_box.top {color: #fff;background: #066c70;font-size: 18px;margin-bottom: 30px;}
.organ {width: 200px;border-radius: 5px;border: 1px solid #ccc;display: flex;align-items: center;height: 48px;justify-content: center;background: #fff;}
.organization_wrap .right {padding-left: 460px;position: relative;}
.organization_wrap .right:before {content: '';position: absolute;left: 50%;top: 50%;width: 50%;height: 1px;background: #ccc;z-index: -1;}
.organi_list>ul {display: flex;flex-direction: column;gap: 5px;background: #fff;}

/* info box */
.info_wrap {display: flex; gap: 20px;}
.info_wrap .info_box {padding: 35px 40px; border-radius: 10px; border: 1px solid #e5e5e5; width: 100%; background: #f8f8f9;}
.info_wrap .info_box .list_txt {padding-top: 15px;}
.info_wrap .info_box .ico {display: inline-block; vertical-align: middle; margin-right: 3px; width: 22px; height: 22px; background: url(/images/user/ic_chk.png) no-repeat center;}
.info_wrap .info_box .ico.type2 {background-image: url(/images/user/ic_no.png);}
.info_box .cont_subtit .alert {padding-left: 5px;}

/* bg box */
.cont_bg_box {display: flex; align-items: center; height: 300px; padding: 50px; border-radius: 10px; overflow: hidden; margin-bottom: 50px;}
.cont_bg_box.practice01 {background: url(/images/user/bg_practice_01.png) no-repeat; background-size: cover;}
.cont_bg_box .bg_txt {color: #fff; font-size: 18px; font-weight: 500; line-height: 1.4; text-shadow: 2px 2px 5px rgba(105,105,105,0.5);}
.cont_bg_box .bg_txt>p {font-size: 26px; padding-bottom: 10px; font-weight: 600; letter-spacing: 0;}

/* 운영절차 */
.process_info {padding: 30px;}
.process_info>ul.top, .process_info>ul.process>li {display: grid; grid-template-columns: 200px 70px 200px 70px 200px; justify-content: center;}
.process_info>ul.top, .process_info>ul.process {width: fit-content; margin: 0 auto;}
.process_info>ul.process {padding-top: 20px; position: relative; z-index: 1;}
.process_info>ul.process .line {position: absolute; left: 100px; top: 0; display: block; width: 1px; height: 100%; z-index: -1; border: 1px dashed #ddd;}
.process_info>ul.process .line.second {left: 50%;}
.process_info>ul.process .line.third {left: auto; right: 100px;}
.process_info>ul.process>li + li {padding-top: 20px;}
.process_info .top .sky {grid-column: 1;}
.process_info .top .gr {grid-column: 3;}
.process_info .top .yg {grid-column: 5;}
.process_info .box {position: relative; min-width: 200px; display: flex; align-items: center; justify-content: center; border-radius: 5px; border: 1px solid #bbb; background: #f9f9f9; font-size: 14px; font-weight: 500; color: #444; padding: 13px 5px;}
.process_info .box .arrow {content: ''; position: absolute; left: 50%; top: -7px; margin-left: -4px; display: block; width: 0; height: 0; border-top: 7px solid #ddd; border-left: 5px solid transparent; border-right: 5px solid transparent;}
.process_info .box .arrow.left {margin-left: 0; left: 95px;}
.process_info .box .arrow.right {margin-left: 0; left: auto; right: 95.5px;}
.process_info .box.yg .arrow {margin-left: -5.5px;}
.process_info .process .box.yg:before {margin-left: -5.5px;}
.process_info .top .box {color: #fff; font-size: 16px; font-weight: 500;}
.process_info .top .sky .box {border-color: #6c9bd1; background: #6c9bd1;}
.process_info .top .gr .box {border-color: #066c70; background: #066c70;}
.process_info .top .yg .box {border-color: #abcd05; background: #abcd05;}
.process_info .box.sky {grid-column: 1; border-color: #9dbce0; background: #f0f5fa;}
.process_info .box.gr {grid-column: 3; border-color: #83b3b5; background: #f2f8f8;}
.process_info .box.yg {grid-column: 5; border-color: #abcd05; background: #f6fae6;}
.process_info .box.col_span2 {grid-column: 3 / span 3;}
.process_info .box.col_span3 {grid-column: span 5;}

.table_wrap.period_tbl table.t_list tbody td {position: relative; height: 70px;}
.period_tbl td > .period {display: block; height: 40px; width: calc(100% + 1px); position: absolute; left: 0; top: 14px; z-index: 1;}
.period_tbl td > .period.last {width: calc(100% - 20px);}
.period_tbl td > .period.last:before {content: ''; position: absolute; right: -20px; top: -9px; width: 0; height: 0; border-left: 20px solid #e2ebf6; border-top: 29px solid transparent; border-bottom: 30px solid transparent;}
.period_tbl td > .period.blue {background: #e2ebf6;}
.period_tbl td > .period.mint {background: #e6f0f0;}
.period_tbl td > .period.mint.last:before {border-left-color: #e6f0f0;}
.period_tbl td > .period.green {background: #eef5cd;}
.period_tbl td > .period.green.last:before {border-left-color: #eef5cd;}
.period_tbl td > .period.orange {background: #fdecd5;}
.period_tbl td > .period.orange.last:before {border-left-color: #fdecd5;}

/*엑셀다운로드파일 table*/
.excel_wrap{background:#fff;}
.excel_tbl{width:100%;}
.excel_tbl thead th,
.excel_tbl tbody th,
.excel_tbl tbody td{font-size:12px;padding: 5px;text-align: center;vertical-align: middle;border-left: 1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background: #fff;color: #4c4c4c;}
.excel_tbl thead > tr:first-child th{border-top:1px solid #e0e0e0;}
.excel_tbl tbody tr > td:last-child{border-right:1px solid #e0e0e0;}
.excel_tbl thead th{background:#dae5f0;font-weight:600;border-color:#bbb;}

/*메인 대시보드 pc*/
.main > .contents{padding-bottom:40px;}
.main > .contents .inner{padding-top:0;}
.main .sub_visual{position:static;height:140px;}
.main .sub_visual .page_tit{display:flex;padding-bottom:32px;}
.main .sub_visual .page_tit .tit{line-height:1;padding-right:17px;font-size:40px;}
.main .sub_visual .page_tit .tit::after{right:0;bottom:4px;top:unset;}
.main .sub_visual .page_tit .desc{font-size:30px;color:#070001;font-weight:600;}
.main .sub_visual .visual_bg{background-image: url(../images/user/sub_visual_1.png);background-size: auto 140px;background-position: calc(100% - 20px) 100%;}
.main .sub_visual .visual_bg .bubble{bottom:85px;right:330px;}

/*지원센터*/
.main.staff .contents{min-width:1560px;} /*지원센터*/
.main.staff{overflow-x: auto;}
.main.staff .sub_visual{height:64px;justify-content: flex-start;}
.main.staff .sub_visual .page_tit{padding-bottom:15px;}
.main.staff .sub_visual .page_tit .tit{font-size:32px;}
.main.staff .sub_visual .page_tit .desc{font-size:20px;}

/*학생*/
.dashboard_wrap{width:100%;}
.dashboard_wrap .fc01{color:#00a8df !important;}
.dashboard_wrap .fc02{color:#84b137 !important;}
.dashboard_wrap .fc03{color:#54b2b1 !important;}
.dashboard_wrap .fc04{color:#35a2e8 !important;}
.dashboard_wrap .fc05{color:#906ec9 !important;}
.dashboard_wrap .fc06{color:#eb1b2f !important;}

.dashboard_wrap .lb{font-size:13px;color:#fff;border-radius:4px;display:inline-block;/* padding:3px 10px; */padding:3px 4px;width:20px;text-align:center;}
.dashboard_wrap .lb::before{content:'';display:inline-block;width:12px;height:12px;background-repeat:no-repeat;background-position:0 0;/* margin-right:5px; */}
.dashboard_wrap .lb.col01{background-color:#c490bf;}
.dashboard_wrap .lb.col02{background-color:#f29c9f;}
.dashboard_wrap .lb.col03{background-color:#84ccc9;}
.dashboard_wrap .lb.col04{background-color:#88abda;}
.dashboard_wrap .lb.col05{background-color:#f6b37f;}
.dashboard_wrap .lb.col06{background-color:#8bbf72;}

.dashboard_wrap .lb.col01::before{content:'◇';}
.dashboard_wrap .lb.col02::before{content:'○';}
.dashboard_wrap .lb.col03::before{content:'□';}
.dashboard_wrap .lb.col04::before{content:'♡';}
.dashboard_wrap .lb.col05::before{content:'▷';}
.dashboard_wrap .lb.col06::before{content:'◁';}
.dashboard_wrap .lb.dis{background-color:#dfdfdf !important;}
.dashboard_wrap .lb span{display:none;}

.dash_top{display:flex;}
.dash_box{border:1px solid #e8e8e8;border-radius:10px;background-color:#fff;}
.dash_top .dash_box{overflow:hidden;display:flex;justify-content:space-between;align-items:center;position:relative;flex:1;margin-right:20px;padding:38px 12px;}
.dash_top .dash_box:last-child{margin-right:0;}
.dash_top .dash_box > div{font-size:18px;font-weight:500;padding:3px 0;padding-left:56px;margin-left:15px;background-repeat:no-repeat;background-position:0 50%;flex-shrink: 0;}
.dash_top .dash_box.status1 > div{background-image: url(../images/user/center_status1_ic.png);color:#d48686;}
.dash_top .dash_box.status2 > div{background-image: url(../images/user/center_status2_ic.png);color:#906ec9;}
.dash_top .dash_box.status3 > div{background-image: url(../images/user/center_status3_ic.png);color:#54b2b1;}
.dash_top .dash_box.status4 > div{background-image: url(../images/user/center_status4_ic.png);color:#35a2e8;}
.dash_top .dash_box.status5 > div{background-image: url(../images/user/center_status5_ic.png);color:#7d9d39;}
.dash_top .dash_box .percent_bar{position:absolute;height:5px;left:0;bottom:0;width:100%;background:#ebf2f7;}
.dash_top .dash_box.status1 > div > a{color:#d48686;}
.dash_top .dash_box.status2 > div > a{color:#906ec9;}
.dash_top .dash_box.status3 > div > a{color:#54b2b1;}
.dash_top .dash_box.status4 > div > a{color:#35a2e8;}
.dash_top .dash_box.status5 > div > a{color:#7d9d39;}
.dash_top .dash_box .percent_bar{position:absolute;height:5px;left:0;bottom:0;width:100%;background:#ebf2f7;}
.dash_top .dash_box .percent_bar .bar{position:relative;display:block;height:5px;}
.dash_top .dash_box.status1 .percent_bar .bar{background:#d48686;}
.dash_top .dash_box.status2 .percent_bar .bar{background:#906ec9;}
.dash_top .dash_box.status3 .percent_bar .bar{background:#54b2b1;}
.dash_top .dash_box.status4 .percent_bar .bar{background:#5cbcf8;}
.dash_top .dash_box.status5 .percent_bar .bar{background:#94b254;}
.dash_top .dash_box .percent_bar .cnt{position:absolute;display:block;right:0;top:-20px;font-size:15px;white-space: nowrap;}
.dash_top .dash_box.status1 .percent_bar .cnt{color:#d48686;}
.dash_top .dash_box.status2 .percent_bar .cnt{color:#906ec9;}
.dash_top .dash_box.status3 .percent_bar .cnt{color:#54b2b1;}
.dash_top .dash_box.status4 .percent_bar .cnt{color:#5cbcf8;}
.dash_top .dash_box.status5 .percent_bar .cnt{color:#94b254;}
.dash_top .dash_box > ul{display:flex;justify-content:space-evenly;width:calc(100% - 145px);padding-left:10px;}
.dash_top .dash_box > ul li{text-align:center;}
.dash_top .dash_box > ul i{width:1px;height:45px;margin:0 10px;background:#ebebeb;}
.dash_top .dash_box > ul li span{font-size:13px;color:#666;}
.dash_top .dash_box > ul li p{font-size:28px;font-weight:600;margin-top:5px;}

.dash_top + .dash_middle{margin-top:20px;}
.dash_middle{display:flex;}
.staff .dash_middle > div{height:630px;}
.dash_middle .dash_left{width:28%;max-width:510px;}
.dash_middle .dash_left .sem_tab{margin-bottom:10px;}
.dash_middle .dash_left .sem_tab .sem_tit{display:block;position:relative;height:auto;min-height:75px;padding:24px 30px 15px;border-radius:10px;background-color:#000 !important;padding-right:52px;/* font-size:26px; */color:#fff;}
.dash_middle .dash_left .sem_tab .sem_tit::after{position:absolute;right:30px;top:50%;width:22px;height:13px;background: url(../images/user/dash_list-box_arr.png) no-repeat;transform:translateY(50%);}
.dash_middle .dash_left .sem_tab .label{display:none;}
.dash_middle .dash_left .sem_tab .date{display:flex;align-items: center;font-size:15px;font-weight:300;margin-top:5px;}
.dash_middle .dash_left .sem_tab .date .label{display:block;background:#eb1b2f;margin-right:0;margin-left:5px;padding:5px 8px;}
.dash_middle .dash_left .sem_tab.on .sem_tit::after{transform:translateY(50%) rotate(180deg);}
.dash_middle .dash_left .sem_tab.on .sem_cont{top:100%;padding:10px 25px;padding-right:10px;border:2px solid #000;border-radius:10px;}
.dash_middle .dash_left .sem_tab .sem_cont ul{padding:0;max-height:180px;}
.dash_middle .dash_left .sem_tab .sem_cont ul::-webkit-scrollbar {width: 8px;}
.dash_middle .dash_left .sem_tab .sem_cont ul::-webkit-scrollbar-track {background:#fff;border-radius:10px;}
.dash_middle .dash_left .sem_tab .sem_cont ul::-webkit-scrollbar-thumb {background-color: #eb1b2f;border-radius: 10px;}
.dash_middle .dash_left .sem_tab .sem_cont li{width:100%;margin:0;}
.dash_middle .dash_left .sem_tab .sem_cont li.no_result{padding:30px 0;}
.dash_middle .dash_left .sem_tab .sem_cont li a{padding:8px 0;padding-right:7px;font-size:16px;color:#000;background:none;border:0;}
.dash_middle .dash_left .sem_tab .sem_cont a:hover{border:0;background:none;}
/* .dash_middle .dash_left .list_box .tit{font-size:26px;color:#fff;} */
.dash_middle .dash_left .list_box > div{display:flex;align-items:center;margin-top:8px;}
.dash_middle .dash_left .list_box > div p{font-size:14px;color:#c7c8ca;margin-right:12px;}
.dash_middle .dash_left .list_box > div span{font-size:13px;color:#fff;background:#ea1b2f;border-radius:20px;display:block;padding:3px 10px;}

.main.student .dash_middle .dash_left .dash_box.tbl{margin-top:10px;padding-top:15px;padding-bottom:15px;}
.dash_left .dash_box.tbl tr{cursor: pointer;}
.dash_box.tbl{padding:30px;}
.dash_box.tbl > a{font-size:22px;color:#070001;font-weight:600;padding-right:18px;background:url(../images/user/dash_not_tit_arr.png) no-repeat 100% 50%;}
.dash_box.tbl .table_wrap{overflow:auto;border:0;margin-top:15px;max-height:145px;}
.dash_box.tbl .table_wrap::-webkit-scrollbar {width: 8px;}
.dash_box.tbl .table_wrap::-webkit-scrollbar-track {background:#fff;border-radius:10px;}
.dash_box.tbl .table_wrap::-webkit-scrollbar-thumb {background-color: #eb1b2f;border-radius: 10px;}
.dash_box.tbl .table_wrap table thead{border-top:1px solid #ececec;border-bottom:1px solid #ececec;}
.dash_box.tbl .table_wrap table thead th{font-size:13px;color:#000;text-align:center;padding:10px 5px;background:#f7f7f7;}
.dash_box.tbl .table_wrap table tbody td{font-size:13px;color:#333;text-align:center;padding:7px 5px;}
.dash_box.tbl .table_wrap table tbody tr td:first-child{text-align:left;}
.dash_box.tbl .table_wrap table tbody tr td:first-child:last-child{text-align:center;}
.dash_box.tbl .table_wrap table tbody tr:first-child td{padding-top:18px;}
.dash_box.tbl .table_wrap table tbody tr td p{position:relative;font-size:14px;display:inline-block;/* padding-right:13px; */}
/* .dash_box.tbl .table_wrap table tbody .ing td p::after{content:'';display:block;position:absolute;right:0;top:0;width:8px;height:8px;border-radius:50%;background:#84b137;} */
/* .dash_box.tbl .table_wrap table tbody .point td p::after{content:'';display:block;position:absolute;right:0;top:0;width:8px;height:8px;border-radius:50%;background:#eb1b2f;} */
.dash_box.tbl .table_wrap .st{color:#000;}
.dash_box.tbl .table_wrap .st.alert{color:#ff002d;}
.dash_box.tbl .table_wrap .ing .st{color:#84b137;}
.dashboard_wrap .tbl_lb{display: inline-block;height:36px;min-width:90px;padding:0 10px;font-size:14px;text-align: center;border:1px solid #fff;border-radius:20px;background-color:#fff;line-height:34px;text-decoration: none;}
.dashboard_wrap .tbl_lb.write{border-color:#00a8df;color:#00a8df;}
.dashboard_wrap .tbl_lb.write span{padding-left:20px;background:url(../images/user/tbl_label_ic01.png) no-repeat 0 50%;}
.dashboard_wrap .tbl_lb.score{border-color:#84b137;color:#84b137;}
.dashboard_wrap .tbl_lb.score span{padding-left:20px;background:url(../images/user/tbl_label_ic02.png) no-repeat 0 50%;}
.dashboard_wrap .tbl_lb.end{background:#eee;border-color:#eee;color:#666;}

.dash_middle .ct-stu{margin-top:20px;display:flex;}
.dash_middle .ct-stu > div{flex:1;padding:5px;cursor: pointer;}
.dash_middle .ct-stu > div + div{margin-left:20px;}
.dash_middle .ct-stu > div > p{text-align: center;font-size:24px;font-weight:600;color:#070001;padding:16px 0;}
.dash_middle .ct-stu > div > p span{padding-left:22px;background-repeat:no-repeat;background-position:0 50%;}
.dash_middle .ct-stu > .center > p span{background-image: url(../images/user/dash_center_ic.png);}
.dash_middle .ct-stu > .student > p span{background-image: url(../images/user/dash_stu_ic.png);}
.dash_middle .ct-stu > div > ul{display:flex;justify-content:space-evenly;padding:17px 0;}
.dash_middle .ct-stu > div > ul i{width:1px;height:45px;background:#ebebeb;}
.dash_middle .ct-stu > div > ul li{text-align:center;}
.dash_middle .ct-stu > div > ul li span{font-size:14px;color:#666;}
.dash_middle .ct-stu > div > ul li p{font-size:30px;font-weight:600;margin-top:5px;}

.dash_middle .schd{border:2px solid #22bd5e;border-radius:10px;background:#fff;margin-top:20px;height:calc(100% - 312px);}
.dash_middle .schd .schd_tit{display:flex;justify-content: space-between;align-items:flex-end;margin:0 30px;padding:20px 0;font-size:24px;font-weight:600;color:#22bf5f;font-weight:500;border-bottom:1px solid #ebebeb;}
.dash_middle .schd .schd_tit span{font-size:13px;color:#eb1b2f;font-weight:500;}
.dash_middle .schd .schd_list{padding-left:30px;margin-right:5px;overflow:auto;height:calc(100% - 70px);}
.dash_middle .schd .schd_list::-webkit-scrollbar {width: 8px;}
.dash_middle .schd .schd_list::-webkit-scrollbar-track {background:#fff;border-radius:10px;}
.dash_middle .schd .schd_list::-webkit-scrollbar-thumb {background-color: #eb1b2f;border-radius: 10px;}
.dash_middle .schd .schd_list > div{position:relative;padding:24px 0;padding-left:34px;}
.dash_middle .schd .schd_list > div + div{border-top:1px solid #ebebeb;}
.dash_middle .schd .schd_list > div .lb{position:absolute;left:0;top:20px;}
.dash_middle .schd .schd_list ul{padding-right:25px;}
.dash_middle .schd .schd_list ul li{display:flex;justify-content: space-between;align-items:center;}
.dash_middle .schd .schd_list ul li + li{margin-top:11px;}
.dash_middle .schd .schd_list ul li p{font-size:13px;color:#666;font-weight:500;}
.dash_middle .schd .schd_list ul li p:not(.list_tit){width:80px;}
.dash_middle .schd .schd_list ul li p:not(.list_tit)::before{content:'';display:inline-block;width:2px;height:2px;background:#333;margin-right:4px;vertical-align: 4px;}
.dash_middle .schd .schd_list ul li p span{color:#999;}
.dash_middle .schd .schd_list ul li .list_tit{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width:calc(100% - 80px);font-size:15px;color:#666;}

.dash_middle .dash_right{width:calc(100% - 510px);min-width:72%;padding-left:20px;}

/*지원센터*/
.main.staff .dash_top .dash_box{margin-right:10px;cursor: pointer;}
.main.staff .dash_top .dash_box.status5{min-width:450px;}
.main.staff .dash_top .dash_box > div{padding-left:30px;background-size: 22px;}
.main.staff .dash_top .dash_box > ul{width:calc(100% - 100px);}

.event_wrap{display:flex;}
.event_wrap .event_list{width:350px;padding:30px;}
.event_wrap .event_list > p{font-size:20px;font-weight:600;color:#070001;}
.event_wrap .event_list ul{margin-top:35px;}
.event_wrap .event_list ul li{display:flex;justify-content: space-between;align-items: center;}
.event_wrap .event_list ul li + li{margin-top:28px;}

.event_wrap .check{margin-right:0;}
.event_wrap .check .txt{font-size:15px;color:#000;font-weight:600;}
.event_wrap .check .txt::before{width:24px;height:24px;top:0;border:2px solid #c7c8ca;margin-right:12px;}
.event_wrap .check input:checked + .txt{color:#000;}
.event_wrap .check input:checked + .txt::before{border-color:#13abe0;background-color:#fff;background-image:url(../images/user/dash_event_chk.png);}

.event_wrap .event_cal{width:calc(100% - 350px);margin-right:5px;}
.event_wrap .event_cal .atted_cal{padding:0;}
.event_wrap .event_cal .atted_cal .cal_month .date{font-size:20px;color:#070001;padding:0 80px;}
.event_wrap .event_cal .atted_cal .cal_top{position:static;margin:10px 0;padding:0 30px;height:35px;}
.event_wrap .event_cal .atted_cal .cal_top .btn01{padding:8px 15px;font-size:14px;color:#000;border:1px solid #c7c8ca;}
.event_wrap .event_cal .atted_cal .cal_top .left .btn01{color:#666;}
.event_wrap .event_cal .atted_cal .cal_top .left .btn01:nth-child(1){border-radius:10px 0 0 10px;}
.event_wrap .event_cal .atted_cal .cal_top .left .btn01:nth-child(2){border-radius:0 10px 10px 0;margin-left:-1px;}
.event_wrap .event_cal .atted_cal .cal_top .left .btn01.on{color:#13abe0;border-color:#13abe0;background:#fff;}
.event_wrap .event_cal .atted_cal .cal_top .left .btn01.on span{padding-left:0;background:none;}
.event_wrap .event_cal .atted_cal .cal_table{padding-top:0;}
.event_wrap .event_cal .atted_cal .cal_month .cal_prev{background-color:#fff;background-image:url(../images/user/dash_event-cal_prev.png);}
.event_wrap .event_cal .atted_cal .cal_month .cal_next{background-color:#fff;background-image:url(../images/user/dash_event-cal_next.png);}
.event_wrap .event_cal .atted_cal .cal_table table th,
.event_wrap .event_cal .atted_cal .cal_table table td{border:0;border-left:1px solid #ebebeb;font-size:14px;}
.event_wrap .event_cal .atted_cal .cal_table table th{padding:10px 0;background:#f7f7f7;border-top:1px solid #c7c8ca;}
.event_wrap .event_cal .atted_cal .cal_table table th.sun,
.event_wrap .event_cal .atted_cal .cal_table table th.sat{color:#ea1b2f;}
.event_wrap .event_cal .atted_cal .cal_table table td{border-bottom:1px solid #ebebeb;height:84px;}
.event_wrap .event_cal .atted_cal .cal_table table td.active{border:2px solid #22bd5e;}
.event_wrap .event_cal .atted_cal .cal_table table tbody tr:first-child td{border-top-color:#c7c8ca;}
.event_wrap .event_cal .atted_cal .cal_table table tr > *:first-child{border-left:0;}
.event_wrap .event_cal .atted_cal .cal_table .day_cont{border-radius:0;background-color:#fff;padding:5px;}
.event_wrap .event_cal .atted_cal .cal_table .day_cont.holi{background:#fde8ea;}
.event_cal .cal_table table{min-width:920px;}
.event_cal .cal_table .day_cont.today::after{content:'';display:block;width:100%;height:100%;position:absolute;border:2px solid #eb1b2f;border-radius:5px;left:50%;top:50%;transform:translate(-50%, -50%);}
.event_cal .cal_table .day_cont .day{font-weight:500;color:#666;margin:0;}
.event_cal .cal_table .day_cont.holi .day{color:#eb1b2f;}
.event_cal .cal_table .day_cont .event_cnt{position:absolute;right:10px;top:6px;font-size:12px;font-weight:600;color:#eb1b2f;border-bottom:1px solid #eb1b2f;}
.event_cal .cal_table .cont_list{border:0;}
.event_cal .cal_table .cont_list .lb{margin-right:2px;margin-bottom:2px;padding:3px 4px;}
.event_cal .cal_table .cont_list .lb::before{margin-right:0;}
.event_cal .cal_table .cont_list .lb span{display:none;}
.event_cal .cal_table .cont_list .lb:last-child{margin-right:0;}

/*학생*/
.student .dash_middle .dash_right{position:relative;}
.student .dash_middle .dash_right > p{position:absolute;left:20px;top:-54px;font-size:16px;color:#070001;font-weight:600;}
.student .dash_middle .dash_right > p span{font-size:16px;color:#ff002d;border-bottom:1px solid #ff002d;margin-left:16px;}
.jobtrain-swp .jobswp1{/* height:565px; */height:430px;padding-bottom:35px;}
.jobtrain-swp .dash_box{display:flex;align-items: center; padding:25px 30px;}
.jobtrain-swp .dash_box .front{display:flex;justify-content: space-evenly;align-items:center;flex:1;}
.jobtrain-swp .dash_box .img_wrap{overflow:hidden;width:80px;height:80px;border-radius:50%;border:1px solid #efefef;}
.jobtrain-swp .dash_box .img_wrap *{width:100%;height:100%;}
.jobtrain-swp .dash_box .img_wrap img{width:100%;height:100%;object-fit: contain;}
.jobtrain-swp .dash_box .front > div{width:500px;padding-left:10px;}
.jobtrain-swp .dash_box .front > div.no-result{padding:0;text-align:center;}
.jobtrain-swp .dash_box .front > div .tit{font-size:22px;font-weight:600;color:#070001;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.jobtrain-swp .dash_box .front > div ul{display:flex;align-items: center;margin-top:15px;}
.jobtrain-swp .dash_box .front .label{padding:5px 10px;border-radius:20px;font-size:13px;color:#fff;}
.jobtrain-swp .dash_box .front .label + .label{margin-left:4px;}
.jobtrain-swp .dash_box .front .label.col01{background:#ff7100;}
.jobtrain-swp .dash_box .front .label.col02{background:#000;}
.jobtrain-swp .dash_box .front .label.col03{background:#22bf5f;}
.jobtrain-swp .dash_box .front .label > span{font-size:13px !important;color:#fff !important;margin-top:0 !important;}
.jobtrain-swp .dash_box .front .date{position:relative;padding-left:42px;font-size:16px;color:#070001;margin-left:20px;}
.jobtrain-swp .dash_box .front .date::before{position:absolute;left:0;top:-4px;content:'';display:block;width:29px;height:23px;background:url(../images/user/dash_jobtrain_date.png) no-repeat 0 50%;}
.jobtrain-swp .dash_box .back{display:flex;align-items: center;justify-content: space-between; flex:1;}
.jobtrain-swp .dash_box .back > ul{position:relative; display:flex;justify-content: space-evenly;width:calc(100% - 350px);max-width:300px;}
.jobtrain-swp .dash_box .back > ul::before{content:'';display:block;width:1px;height:45px;background:#ebebeb;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.jobtrain-swp .dash_box .back > ul li{text-align:center;}
.jobtrain-swp .dash_box .back > ul i{width:1px;height:45px;background:#ebebeb;}
.jobtrain-swp .dash_box .back > ul li span{font-size:14px;color:#666;}
.jobtrain-swp .dash_box .back > ul li p{font-size:30px;font-weight:600;margin-top:5px;}
.jobtrain-swp .dash_box .back > p{position:relative;width:180px;color:#eb1b2f;text-align:right;}
.jobtrain-swp .dash_box .back > p > span{position:absolute;right:100%;top:50%;margin-right:10px;white-space:nowrap;font-size:13px;transform:translateY(-50%);text-align: center;}
.jobtrain-swp .dash_box .back > p > span::before{content:'';display:inline-block;width:2px;height:2px;background:#eb1b2f;margin-right:5px;vertical-align: 4px;}
.jobtrain-swp .dash_box .back > p .btn01{padding:8px 20px;background:#fff;border:1px solid #eb1b2f;border-radius:30px;font-size:14px;color:#eb1b2f}
.jobtrain-swp .swiper-opt_wrap{position:relative;display:flex;width:100%;height:35px;align-items:flex-end;justify-content: center;}
.jobtrain-swp .swiper-opt_wrap *{position:static !important;}
.jobtrain-swp .swiper-button-prev,
.jobtrain-swp .swiper-button-next{width:19px;height:14px;background-repeat:no-repeat;}
.jobtrain-swp .swiper-button-prev{background-image: url(../images/user/dash_jobtrain-swp_prev.png);}
.jobtrain-swp .swiper-button-next{background-image: url(../images/user/dash_jobtrain-swp_next.png);}
.jobtrain-swp .swiper-button-prev::after,
.jobtrain-swp .swiper-button-next::after{display:none;}
.jobtrain-swp .swiper-opt_wrap .swiper-pagination{width:auto;margin:0 40px;}
.jobtrain-swp .swiper-opt_wrap .swiper-pagination-bullet{width:9px;height:9px;margin:0 5px;background:#c6c7c9;}
.jobtrain-swp .swiper-opt_wrap .swiper-pagination-bullet-active{background:#e91b2f;}

.jobtrain-swp.ing{position:relative;}
.jobtrain-swp.ing::before{position:absolute;top:-40px;left:0;padding-top:10px;padding-left:30px;content:'참여중인 현장실습';display:block;width:208px;height:55px;background:url(../images/user/dash_jobtrain_ing.png) no-repeat;font-size:16px;color:#fff;}
.jobtrain-swp .jobswp2{height:160px; padding-bottom:35px;}
.jobtrain-swp.ing .jobswp2{margin-top:10px;}
.jobtrain-swp .jobswp2 .dash_box .front > div .tit,
.jobtrain-swp .jobswp2 .dash_box .front .date,
.jobtrain-swp .jobswp2 .dash_box .back > ul li *{color:#c7c8ca !important;}
.jobtrain-swp .jobswp2 .dash_box .front .img_wrap img{filter: grayscale(100%);}
.jobtrain-swp .jobswp2 .dash_box .front .date::before{background-image: url(../images/user/dash_jobtrain_date_ing.png);}
.jobtrain-swp .jobswp2 .dash_box .front .label{background:#c7c8ca !important;}
.jobtrain-swp .jobswp2 .dash_box .back > p .btn01{color:#666;border-color:#666;}
.jobtrain-swp.ing .back > ul{width:calc(100% - 150px);}
.jobtrain-swp.ing .back > p{width:150px;}


.jobtrain-swp .ing_box{position:relative;border:2px solid #22bf5f;display:block;height:260px;}
.jobtrain-swp .ing_box > .top{display:flex;align-items: center;padding-bottom:30px;}
.jobtrain-swp .ing_box .front > div span{font-size:15px;color:#666;display:block;margin-top:5px;}
.jobtrain-swp .ing_box .back > ul::before{display:none;}
.jobtrain-swp .ing_box .back > ul li p{width:75px;height:75px;border-radius:50%;line-height:75px;background:#f2f2f2;}
.jobtrain-swp .ing_box .back > p .btn01{font-size:16px;border:2px solid #22bf5f;color:#22bf5f;}
.jobtrain-swp .ing_box .back > p .btn01.col02{border-color:#eb1b2f;color:#eb1b2f;}
.jobtrain-swp .ing_box .back > p .btn01 span{padding:0;}
.jobtrain-swp .ing_box > .bottom{display:flex;align-items: center;padding:28px 0;border-top:1px solid #ececec;}
.jobtrain-swp .ing_box > .bottom > p{position:relative;width:140px;font-size:14px;font-weight:600;color:#ed1b2f;padding:15px 0;padding-left:34px;background:url(../images/user/dash_jobtrain_todo.png) no-repeat 0 50%;}
.jobtrain-swp .ing_box > .bottom > p::after{position:absolute;content:'';display:block;width:40px;height:1px;background:#eb1b2f;right:0;top:50%;}
.jobtrain-swp .ing_box > .bottom ul{display:flex;flex-wrap:wrap;align-items: center;justify-content: space-between;width:calc(100% - 140px);padding:0 30px;}
.jobtrain-swp .ing_box > .bottom ul li{padding:3px 0;padding-left:34px;background-repeat:no-repeat;background-position:0 50%;cursor: pointer;}
.jobtrain-swp .ing_box > .bottom ul .chk1{background-image: url(../images/user/dash_jobtrain_todo_ic1.png);}
.jobtrain-swp .ing_box > .bottom ul .chk2{background-image: url(../images/user/dash_jobtrain_todo_ic2.png);}
.jobtrain-swp .ing_box > .bottom ul .chk3{background-image: url(../images/user/dash_jobtrain_todo_ic3.png);}
.jobtrain-swp .ing_box > .bottom ul .chk4{background-image: url(../images/user/dash_jobtrain_todo_ic4.png);}
.jobtrain-swp .ing_box > .bottom ul .chk5{background-image: url(../images/user/dash_jobtrain_todo_ic5.png);}
.jobtrain-swp .ing_box > .bottom ul .chk6{background-image: url(../images/user/dash_jobtrain_todo_ic6.png);}
.jobtrain-swp .ing_box > .bottom ul li span{font-size:16px;font-weight:500;color:#a8a8a8;border-bottom:1px solid #fff;}
.jobtrain-swp .ing_box > .bottom ul li.dot span{border-color:#ea1b2f;}
.jobtrain-swp .ing_box > .bottom ul li.dot span::after{position:absolute;content:'';display:inline-block;width:8px;height:8px;background:#ea1b2f;border-radius:50%;margin-left:4px;}
.jobtrain-swp .ing_box > .bottom ul li.on span{color:#ea1b2f;}
.jobtrain-swp .ing_box > .bottom ul .chk1.on{background-image: url(../images/user/dash_jobtrain_todo_ic1_on.png);}
.jobtrain-swp .ing_box > .bottom ul .chk2.on{background-image: url(../images/user/dash_jobtrain_todo_ic2_on.png);}
.jobtrain-swp .ing_box > .bottom ul .chk3.on{background-image: url(../images/user/dash_jobtrain_todo_ic3_on.png);}
.jobtrain-swp .ing_box > .bottom ul .chk4.on{background-image: url(../images/user/dash_jobtrain_todo_ic4_on.png);}
.jobtrain-swp .ing_box > .bottom ul .chk5.on{background-image: url(../images/user/dash_jobtrain_todo_ic5_on.png);}
.jobtrain-swp .ing_box > .bottom ul .chk6.on{background-image: url(../images/user/dash_jobtrain_todo_ic6_on.png);}

/*교수*/
.main.professor .dash_top .dash_box{flex:none;}
.main.professor .dash_top .dash_box > div{position:relative;}
.main.professor .dash_top .dash_box > div i{position:absolute;right:-12px;bottom:0;font-size:24px;}
.main.professor .dash_top .dash_box.status4{width:28.37%;}
.main.professor .dash_top .dash_box.status5{width:40.54%;}
.main.professor .dash_top .dash_box.status3{flex:1;}

.main.professor .dash_top .dash_box.status4 ul,
.main.professor .dash_top .dash_box.status3 ul{max-width:200px;}
.main.professor .dash_top .dash_box.status5 ul{max-width:400px;}

.jobtrain-swp .jobswp3{transition: height 0.3s ease;}
.jobtrain-swp .jobswp3 .dash_box{display:block;}
.jobtrain-swp .jobswp3 .dash_box .top{display:flex;align-items: center;}
.jobtrain-swp .jobswp3 .dash_box .front{flex:1;width:auto;justify-content: flex-start;}
.jobtrain-swp .jobswp3 .dash_box .front > div{padding-left:0;width:calc(100% - 130px);}
.jobtrain-swp .jobswp3 .dash_box .front > div span{font-size:15px;color:#666;display:block;margin-top:5px;}
.jobtrain-swp .jobswp3 .dash_box .front .date + .label{margin-left:10px;}
.jobtrain-swp .jobswp3 .dash_box .img_wrap{margin:0 30px;}
.jobtrain-swp .jobswp3 .dash_box .back{width:360px;flex:none;padding:0 40px;}
.jobtrain-swp .jobswp3 .dash_box .back > ul{max-width:none;width:100%;justify-content: space-around;}
.jobtrain-swp .jobswp3 .dash_box .back > ul::before{display:none;}
.jobtrain-swp .jobswp3 .dash_box .back > ul li p{width:75px;height:75px;background:#f2f2f2;border-radius:50%;line-height:75px;}
.jobtrain-swp .jobswp3 .dash_box .table_wrap{max-height:495px;}
.jobtrain-swp .dash_box.tbl .table_wrap table thead tr > th:first-child{text-align: center;}
.jobtrain-swp .dash_box.tbl .table_wrap table tbody td{padding:25px 5px;border-bottom:1px solid #ececec;}
.jobtrain-swp .dash_box.tbl .table_wrap table tbody tr:last-child td{border-bottom:0;}
.jobswp3 .swp-topBtn{position:absolute;top:38px;width:26px;height:58px;border:2px solid #000;background-color:#f7f7f7;background-repeat:no-repeat;background-position:50% 50%;z-index:1;cursor: pointer;}
.jobswp3 .swp-topBtn.prev{left:0;border-radius:0 10px 10px 0;background-image: url(../images/user/dash_jobtrain-swp_topPrev.png);}
.jobswp3 .swp-topBtn.next{right:0;border-radius:10px 0 0 10px;background-image: url(../images/user/dash_jobtrain-swp_topNext.png);}
.jobswp3 .swp-topBtn.dis{border-color:#ccc;opacity:0.3;}

.jobtrain-swp .prof_wrap{display:flex;align-items: center;}
.jobtrain-swp .prof_wrap > span{width:40px;height:40px;border-radius:50%;background:#d4d4d4;font-size:24px;color:#fff;font-weight:500;text-align:center;line-height:40px;margin-right:14px;}
.jobtrain-swp .prof_wrap > p{font-size:20px !important;padding-right:15px;color:#070001;font-weight:600;max-width:calc(100% - 100px);text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.jobtrain-swp .prof_wrap > a{font-size:13px;color:#eb1b2f;text-decoration: none;padding-right:13px;background:url(../images/user/more_red_arr.png) no-repeat 100% 50%;}
.jobtrain-swp .prof_wrap > a span{border-bottom:1px solid #eb1b2f;}
.jobtrain-swp .tel_wrap p{font-size:13px;color:#000;padding-right:0;padding-left:20px;background-repeat:no-repeat;background-position:0 50%;}
.jobtrain-swp .tel_wrap p.info1{margin-right:37px;background-image: url(../images/user/card_ico.png);}
.jobtrain-swp .tel_wrap p.info2{margin-right:0;background-image: url(../images/user/mobile_ico.png);}
.jobtrain-swp.no-result{display:flex;align-items:center;justify-content: center;height:100%;}

.dash_bottom{display:flex;margin-top:20px;}
.dash_bottom > div{width:20%;height:265px;}
.dash_bottom > div + div{margin-left:20px;}
.dash_bottom .banner_wrap{flex:1;}
.dash_bottom .info_wrap{display:block;}
.dash_bottom .info_wrap .info_box{height:calc(100% - 66px);padding:25px 30px;border:1px solid #e3cd53;border-radius:10px;background:url(../images/user/dash_info_img.jpg) no-repeat 50% 50% / cover;}
.dash_bottom .info_wrap .info_box > p{font-size:22px;color:#000;font-weight:600;margin-bottom:30px;}
.dash_bottom .info_wrap .info_box ul li{position:relative;font-size:15px;color:#000;font-weight:600;padding-left:27px;background-repeat:no-repeat;}
.dash_bottom .info_wrap .info_box ul li + li{margin-top:10px;}
.dash_bottom .info_wrap .info_box ul li.tel{background-image: url(../images/user/dash_info_tel.png);background-position:0 50%;}
.dash_bottom .info_wrap .info_box ul li.mail{background-image: url(../images/user/dash_info_mail.png);background-position:0 50%;}
.dash_bottom .info_wrap .btn_wrap{display:flex;}
.dash_bottom .info_wrap .btn_wrap .btn01{border-radius:10px;background-color:#eb1b2f;flex:1;padding:11px 5px;}
.dash_bottom .info_wrap .btn_wrap .btn01 + .btn01{margin-left:10px;}
.dash_bottom .info_wrap .btn_wrap .btn01 span{display:flex;justify-content: center;align-items: center; font-size:16px;color:#fff;}
.dash_bottom .info_wrap .btn_wrap .btn01 span::after{content:'';display:inline-block;width:20px;height:17px;margin-left:10px;}
.dash_bottom .info_wrap .btn_wrap .btn01 span.ic1::after{background: url(../images/user/dash_info_btn1.png) no-repeat 50% 50%;}
.dash_bottom .info_wrap .btn_wrap .btn01 span.ic2::after{background: url(../images/user/dash_info_btn2.png) no-repeat 50% 50%;}
.dash_bottom .info_wrap .btn_wrap .btn01 span.ic3::after{background: url(../images/user/dash_info_btn2.png) no-repeat 50% 50%;}
.dash_bottom .notice{padding:30px;padding-right:10px;}
.dash_bottom .notice > a{font-size:22px;color:#070001;font-weight:600;padding-right:18px;background:url(../images/user/dash_not_tit_arr.png) no-repeat 100% 50%;}
.dash_bottom .notice > ul{overflow:auto;margin-top:30px;height:calc(100% - 54px);}
.dash_bottom .notice > ul li{font-size:15px;color:#333;padding-right:10px;}
.dash_bottom .notice > ul li + li{margin-top:15px;}

.dash_bottom .notice .not_list1 li{display:flex;justify-content: space-between;align-items: center;}
.dash_bottom .notice .not_list1 li p{width:calc(100% - 70px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dash_bottom .notice .not_list1 li span{font-size:13px;color:#333;width:70px;}
.dash_bottom .notice .not_list2 li{position:relative;padding:5px 0;padding-left:33px;}
.dash_bottom .notice .not_list2 li::before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:'';display:block;width:25px;height:25px;background:url(../images/user/dash_not_qa_ic.png) no-repeat;}
.dash_bottom .notice .not_list2 li p{width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dash_bottom .notice .not_list2 li.no-result{padding-left:0;}
.dash_bottom .notice .not_list2 li.no-result::before{display:none;}

.dash_bottom .banner_wrap {overflow:hidden;padding:30px; border:1px solid #e3e3e3;border-radius:10px;background:url(../images/user/dash_bn_img.jpg) no-repeat 70% 100% / cover;}
.dash_bottom .banner_wrap > p{font-size:22px;color:#070001;font-weight:600;margin-bottom:15px;}
.dash_bottom .banner_wrap .btn01{padding:5px 15px;background:#eb1b2f;}
.dash_bottom .banner_wrap .btn01 span{font-size:13px;color:#fff;padding-right:13px;background:url(../images/user/dash_bn_btn_arr.png) no-repeat 100% 50%;}

/*실습기관*/
.main.company .dash_top .dash_box{flex:none;}
.main.company .dash_top .dash_box > div{position:relative;padding:15px 0;padding-left:60px;}
.main.company .dash_top .dash_box.status4{width:19.29%;}
.main.company .dash_top .dash_box.status3{width:19.57%;}
.main.company .dash_top .dash_box.status2{width:28.80%;}
.main.company .dash_top .dash_box.status5{flex:1;}
.main.company .dash_top .dash_box.status4 > div{background-image: url(../images/user/comp_status4_ic.png);}
.main.company .dash_top .dash_box.status3 > div{background-image: url(../images/user/comp_status3_ic.png);}
.main.company .dash_top .dash_box.status2 > div{background-image: url(../images/user/comp_status2_ic.png);}
.main.company .dash_top .dash_box > div i{position:absolute;font-size:24px;right: -12px;top: 50%;transform: translateY(-50%);}
.main.company .dash_top .dash_box > ul{width:calc(100% - 110px);}
.main.company .dash_top .dash_box.status4 > ul,
.main.company .dash_top .dash_box.status3 > ul{max-width:160px;}
.main.company .dash_top .dash_box.status2 > ul,
.main.company .dash_top .dash_box.status5 > ul{max-width:320px;}

.dash_left .btn_wrap{margin-top:10px;}
.dash_left .btn_wrap .btn01 {border-radius: 10px;background-color: #eb1b2f;width:100%;padding: 15px 5px;}
.dash_left .btn_wrap .btn01 span {display: flex;justify-content: center;align-items: center;font-size: 20px;color: #fff;}
.dash_left .btn_wrap .btn01 span::before{content:'';display:inline-block;width:18px;height:24px;margin-right:10px;background: url(../images/user/dash_info_btn1.png) no-repeat 50% 50%;}
.dash_left .btn_wrap .btn01 span.ic4::before{background-image: url(../images/user/dash_info_btn4.png);}
.dash_left .btn_wrap .btn01.dot{position:relative;border:2px solid #000;background:#fff;}
.dash_left .btn_wrap .btn01.dot::after{content:'';display:inline-block;width:15px;height:15px;background:#eb1b2f;border-radius: 50%;position:absolute;right:10px;top:10px;}
.dash_left .btn_wrap .btn01.dot span{color:#000;}
.dash_left .btn_wrap .btn01.dot span::before{display:none;}

.dash_left .ing_box_wrap{position:relative;margin-top:60px;}
.dash_left .ing_box_wrap::before{position:absolute;top:-40px;left:0;padding-top:10px;padding-left:30px;content:'실습진행중';display:block;width:118px;height:55px;background:url(../images/user/dash_jobtrain_ing.png) no-repeat 100% 0;font-size:16px;color:#fff;border-radius:10px;}
.dash_left .ing_box{position:relative;padding:25px 30px;border:2px solid #22bf5f;display:block;}
.dash_left .ing_box .top{cursor:pointer;}
.dash_left .ing_box .front > div > p,
.dash_left .ing_box .front > div > span{padding-right:60px;}
.dash_left .ing_box .front > div span{font-size:15px;color:#666;display:block;margin-top:5px;}
.dash_left .ing_box .img_wrap{position:absolute;top:10px;right:10px;overflow:hidden;width:80px;height:80px;border-radius:50%;border:1px solid #efefef;}
.dash_left .ing_box .img_wrap > a{display:block;width:100%;height:100%;}
.dash_left .ing_box .img_wrap *{display:block;width:100%;height:100%;}
.dash_left .ing_box .img_wrap img{width:100%;height:100%;object-fit: contain;}
.dash_left .ing_box .md{display:flex;align-items: center;justify-content: space-between;padding:10px 0;border-top:1px solid #ececec;border-bottom:1px solid #ececec;margin-top:15px;}
.dash_left .ing_box .md > p{display:flex;align-items: center; font-size:20px;font-weight:500;color:#070001;}
.dash_left .ing_box .md > p .label{margin-right:20px;}
.dash_left .ing_box .md > span{font-size:12px;color:#666;}
.dash_left .ing_box .md.half > p{width:50%;}
.dash_left .ing_box .front > div .tit{font-size:22px;font-weight:600;color:#070001;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dash_left .ing_box .front > div ul{display:flex;flex-wrap:wrap;align-items: center;margin-top:15px;}
.dash_left .ing_box .label{padding:5px 10px;border-radius:20px;font-size:13px;color:#fff;}
.dash_left .ing_box .label + .label{margin-left:4px;}
.dash_left .ing_box .label.col01{background:#ff7100;}
.dash_left .ing_box .label.col02{background:#000;}
.dash_left .ing_box .label.col03{background:#22bf5f;}
.dash_left .ing_box .front .date{position:relative;padding-left:42px;font-size:16px;color:#070001;margin-right:10px;}
.dash_left .ing_box .front .date::before{position:absolute;left:0;top:-4px;content:'';display:block;width:29px;height:23px;background:url(../images/user/dash_jobtrain_date.png) no-repeat 0 50%;}
.dash_left .ing_box .front .tel{background-image:url(../images/user/main_ing_box_tel.png);}
.dash_left .ing_box .front .person{background-image:url(../images/user/main_ing_box_person.png);}
.dash_left .ing_box .back{display:flex;align-items: center;justify-content: space-between; flex:1;padding:15px 0;}
.dash_left .ing_box .back > ul{position:relative; display:flex;justify-content: space-evenly;width:100%;}
.dash_left .ing_box .back > ul::before{content:'';display:block;width:1px;height:45px;background:#ebebeb;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.dash_left .ing_box .back > ul > span{position:absolute;top:20px;width:76px;height:23px;line-height:23px;background:#5f5f5f;font-size:13px;color:#fff;text-align:center;border-radius:20px;}
.dash_left .ing_box .back > ul li{text-align:center;flex:1;}
.dash_left .ing_box .back > ul i{position:relative;top:5px;width:1px;height:45px;background:#ebebeb;}
.dash_left .ing_box .back > ul li span{font-size:14px;color:#666;}
.dash_left .ing_box .back > ul li p{font-size:30px;font-weight:600;}
.dash_left .ing_box .back > p{position:relative;width:250px;color:#eb1b2f;text-align:right;}
.dash_left .ing_box .back > p span{position:absolute;left:0;top:50%;font-size:13px;transform:translateY(-50%);}
.dash_left .ing_box .back > p span::before{content:'';display:inline-block;width:2px;height:2px;background:#eb1b2f;margin-right:5px;vertical-align: 4px;}
.dash_left .ing_box .back > p .btn01{padding:8px 20px;background:#fff;border:1px solid #eb1b2f;border-radius:30px;font-size:14px;color:#eb1b2f}

.dash_left .ing_box .back > ul::before{display:none;}
.dash_left .ing_box .back > p .btn01{font-size:16px;border:2px solid #22bf5f;color:#22bf5f;}
.dash_left .ing_box > .bottom{display:flex;align-items: center;padding-top:18px;border-top:1px solid #ececec;}
.dash_left .ing_box > .bottom > p{position:relative;width:140px;font-size:14px;font-weight:600;color:#ed1b2f;padding:15px 0;padding-left:34px;background:url(../images/user/dash_jobtrain_todo.png) no-repeat 0 50%;}
.dash_left .ing_box > .bottom > p::after{position:absolute;content:'';display:block;width:40px;height:1px;background:#eb1b2f;right:0;top:50%;}
.dash_left .ing_box > .bottom ul{display:flex;flex-wrap:wrap;align-items: center;justify-content: space-between;width:calc(100% - 140px);padding-left:30px;}
.dash_left .ing_box > .bottom ul li{padding:3px 0;padding-left:34px;padding-right:13px;background-repeat:no-repeat;background-position:0 50%;cursor:pointer;}
.dash_left .ing_box > .bottom ul .chk1{background-image: url(../images/user/dash_jobtrain_todo_ic1.png);}
.dash_left .ing_box > .bottom ul .chk2{background-image: url(../images/user/dash_jobtrain_todo_ic2.png);}
.dash_left .ing_box > .bottom ul .chk3{background-image: url(../images/user/dash_jobtrain_todo_ic3.png);}
.dash_left .ing_box > .bottom ul .chk4{background-image: url(../images/user/dash_jobtrain_todo_ic4.png);}
.dash_left .ing_box > .bottom ul .chk5{background-image: url(../images/user/dash_jobtrain_todo_ic5.png);}
.dash_left .ing_box > .bottom ul .chk6{background-image: url(../images/user/dash_jobtrain_todo_ic6.png);}
.dash_left .ing_box > .bottom ul li span{font-size:16px;font-weight:500;color:#a8a8a8;border-bottom:1px solid #fff;}
.dash_left .ing_box > .bottom ul li.on span{color:#ea1b2f;border-color:#ea1b2f;}
.dash_left .ing_box > .bottom ul li.dot span::after{position:absolute;content:'';display:inline-block;width:8px;height:8px;background:#ea1b2f;border-radius:50%;margin-left:4px;}

.dash_left .ing_box > .bottom ul .chk1.on{background-image: url(../images/user/dash_jobtrain_todo_ic1_on.png);}
.dash_left .ing_box > .bottom ul .chk2.on{background-image: url(../images/user/dash_jobtrain_todo_ic2_on.png);}
.dash_left .ing_box > .bottom ul .chk3.on{background-image: url(../images/user/dash_jobtrain_todo_ic3_on.png);}
.dash_left .ing_box > .bottom ul .chk4.on{background-image: url(../images/user/dash_jobtrain_todo_ic4_on.png);}
.dash_left .ing_box > .bottom ul .chk5.on{background-image: url(../images/user/dash_jobtrain_todo_ic5_on.png);}
.dash_left .ing_box > .bottom ul .chk6.on{background-image: url(../images/user/dash_jobtrain_todo_ic6_on.png);}

.leftswp1 .swiper-opt_wrap{position:relative;display:flex;width:100%;align-items:flex-end;justify-content: center;margin-top:15px;}
.leftswp1 .swiper-opt_wrap *{position:static !important;}
.leftswp1 .swiper-button-prev,
.leftswp1 .swiper-button-next{width:19px;height:14px;background-repeat:no-repeat;}
.leftswp1 .swiper-button-prev{background-image: url(../images/user/dash_jobtrain-swp_prev.png);}
.leftswp1 .swiper-button-next{background-image: url(../images/user/dash_jobtrain-swp_next.png);}
.leftswp1 .swiper-button-prev::after,
.leftswp1 .swiper-button-next::after{display:none;}
.leftswp1 .swiper-opt_wrap .swiper-pagination{width:auto;margin:0 40px;}
.leftswp1 .swiper-opt_wrap .swiper-pagination-bullet{width:9px;height:9px;margin:0 5px;background:#c6c7c9;}
.leftswp1 .swiper-opt_wrap .swiper-pagination-bullet-active{background:#e91b2f;}

.comp_info_box .ing_box .front > div ul{display:block;}
.comp_info_box .ing_box .front ul li{font-size:15px;color:#666;padding-left:30px;background-repeat:no-repeat;background-position:0 50%;}
.comp_info_box .ing_box .front ul li + li{margin-top:8px;}
.comp_info_box .ing_box .back > ul{position:relative;padding-top:70px;border-top:1px solid #ececec;}
.comp_info_box .ing_box .back > ul + ul{border-left:1px solid #ececec;}
.comp_info_box .ing_box .back > ul li p{color:#000;}
.comp_info_box .ing_box .back > ul li p{color:#000;}

.company .jobtrain-swp{margin-top:0;}
.company .dash_middle .dash_right{position:relative;}
.company .dash_middle .dash_right > a{position:absolute;left:20px;top:-54px;font-size: 22px;color: #070001;font-weight: 600;padding-right: 18px;background: url(../images/user/dash_not_tit_arr.png) no-repeat 100% 50%;}
.jobtrain-swp .jobswp4 {height: 580px;padding-bottom: 35px;margin-top:5px;}
.thead-box{width:100%;display:flex;background:#3c3c3c;font-size:13px;color:#fff;font-weight:600;border-radius:10px;padding:0 20px;justify-content: space-between;}
.thead-box .th-box{padding:14px 10px;text-align:center;}
.jobtrain-swp .jobswp4 .dash_box{padding:0 20px;}
.row-box{display:flex;width:100%;height:100%;justify-content: space-between;}
.row-box .td-box{display:flex;align-items: center;padding:0 10px;text-align:center;justify-content: center;}
.tb-col1{width:260px;}
.tb-col2{width:350px;}
.tb-col3{width:100px;}
.tb-col4{width:115px;}
.tb-col5,
.tb-col6{width:100px;}
.tb-col7{width:140px;}
.jobtrain-swp .jobswp4 .row-box .tb-col1,
.jobtrain-swp .jobswp5 .row-box .tb-col1{justify-content: flex-start;text-align: left;}
.row-box .td-box .label{font-size:13px;padding:5px 12px;}
.row-box .td-box .label.col02{background:#22bf5f;}
.jobtrain-swp .jobswp5 .row-box .td-box p{font-size:15px;color:#000;}
.row-box.no-result .td-box{width:100%;text-align: center;}

@media only screen and (max-width:1980px){
	.float_btn{left:unset;right:20px;}
}

@media only screen and (max-width:1920px){
    .header .inner{padding:0 20px}
	.header .header_info{right:20px}
	.gnb_wrap .inner{padding:0}
}
@media only screen and (max-width:1680px){
	/* .float_btn{left:auto;right:30px}
	.scroll_bottom .float_btn{bottom:250px} */

	.search_filter .filter_chk{width:calc((100% - 40px)/6);margin-right:8px;}
	.search_filter .filter_chk:nth-child(10n){margin-right:8px;}
	.search_filter .filter_chk:nth-child(6n){margin-right:0;}
}

/*
@media only screen and (max-width:1680px){
	.header .inner{display:block}
	.header .logo{display:block;margin:0;width:250px;padding-left:134px;background-size:134px}
	.header .header_info{top:5px}
	.gnb_wrap{max-width:100%}
	.gnb_wrap .gnb{justify-content:center}
	.gnb_wrap .gnb > li{flex:1;max-width:none}
	.gnb_wrap .depth2{top:34px;}
	.header.hover .gnb_wrap .gnb > li{padding:0 20px}
}
@media only screen and (max-width:1980px){
	.gnb_wrap .gnb > li{padding:0 20px}
	.gnb_wrap .gnb > li > a{font-size:17px}
	.gnb_bg .gnb > li{padding:20px 15px}
	
    
}
	*/

/*메인대시보드*/
@media only screen and (max-width:1600px){
	.dash_middle .dash_left .list_box{padding-right:40px;background-position: calc(100% - 20px) 50%;}
	.jobtrain-swp .jobswp1{/* height:830px; */height:650px;}
	.jobtrain-swp .dash_box{display:block;}
	.jobtrain-swp .dash_box .front{justify-content: flex-start;}
	.jobtrain-swp .dash_box .front > div{width:calc(100% - 80px);padding-left:40px;}
	.jobtrain-swp .dash_box .back{margin-top:10px;margin-left:120px;}
	.dash_bottom > div{width:24%;}

	.jobtrain-swp .jobswp2{height:230px;}
	.jobtrain-swp .ing_box{height:350px;}
	.jobtrain-swp .ing_box > .top{display:block;padding-bottom:20px;}
	.jobtrain-swp .ing_box .back > ul{width:auto;}
	.jobtrain-swp .ing_box .back > ul li + li{margin-left:20px;}
	.jobtrain-swp .ing_box > .bottom{padding:20px 0;}
	.jobtrain-swp .ing_box > .bottom ul li{width:33.3333%;margin:3px 0;}

	.jobtrain-swp .jobswp3 .dash_box .img_wrap{margin:0 15px;}
	.jobtrain-swp .jobswp3 .dash_box .front > div{width:calc(100% - 110px);}
	.jobtrain-swp .jobswp3 .dash_box .back{width:240px;padding:0 10px;margin:0;}
	.jobtrain-swp .jobswp3 .dash_box .back > ul li p{width:55px;height:55px;line-height:55px;font-size:24px;}

	/*실습기관*/
	.main.company .dash_top{flex-wrap:wrap;}
	.main.company .dash_top .dash_box{width: calc((100% - 20px) / 2) !important;}
	.main.company .dash_top .dash_box:nth-child(2n){margin-right:0;}
	.main.company .dash_top .dash_box:nth-child(n+3){margin-top:20px;}
	.dash_left .ing_box .front > div ul{display:block;}
	.dash_left .ing_box .front .date{margin-right:0;margin-bottom:5px;padding-left:28px;}
	.dash_left .ing_box .front .date::before{width:22px;background-size:22px;}
	.dash_left .ing_box > .bottom ul li{margin:5px 0;}

	.jobtrain-swp .tel_wrap{flex-direction:column;align-items: flex-start;}
	.jobtrain-swp .tel_wrap p.info1{margin-right:0;margin-bottom:5px;}

	.tb-col2{width:200px;}

	.main:not(.staff) .dash_bottom{flex-wrap:wrap;}
	.main:not(.staff) .dash_bottom > div{width: calc((100% - 60px) / 4);}
	.main:not(.staff) .dash_bottom .banner_wrap{flex:none;width:100%;margin-left:0;margin-top:10px;}
}

@media only screen and (max-width:1280px){
	.header, 
	.footer{width:100%}

	.gnb_wrap .gnb > li{padding:0 20px;}
	.gnb_wrap .gnb > li > a{font-size:17px}
	.header.hover .gnb_wrap .gnb > li{padding:0 40px 0 10px}
	
	.sub_visual .page_tit .tit{font-size:26px}
	
	.atted_summary{flex-wrap:wrap;padding:20px 28px}
	.atted_summary dl{flex:inherit;width:calc(25% - 12px);padding:20px;margin:8px 0;margin-right:16px;}
	.atted_summary dl + dl{margin-left:0;}
	.atted_summary dl:nth-child(4n){margin-right:0}
	.atted_cal{padding:40px 20px 20px}
	.atted_cal .cal_top{top:40px;padding:0 20px}
	
	
	.write_flex .atted_cal{width:45%;}
	.write_flex .table_gp{width:55%;}

	/*메인대시보드*/
	.main.company .dash_top .dash_box{padding:15px;margin-right:10px;}
	.main.company .dash_top .dash_box > ul li p{margin-top:0;margin-bottom:7px;}
	.main.company .dash_top .dash_box:nth-child(n+3){margin-top:10px;}
	.main:not(.staff) .dash_top .dash_box > div{margin-left:0;font-size:16px;padding-left:30px;background-size:24px;}
	.main:not(.staff) .dash_top .dash_box > ul{width:auto;}

    .main:not(.staff) .dash_middle{display:block;}
	.main:not(.staff) .dash_middle .dash_left{max-width:100%;width:100%;}
	.main:not(.staff) .dash_middle .dash_right{min-width:100%;width:100%;padding-left:0;padding-top:10px;}
	
	.main:not(.staff) .dash_bottom > div{width: calc((100% - 20px) / 2);}
	.main:not(.staff) .dash_bottom > div:nth-child(2n+1){margin-left:0;}
	.main:not(.staff) .dash_bottom > div:nth-child(n+3){margin-top:10px;}

	.student .dash_middle .dash_right > p{left:20px;top:20px;}
	.jobtrain-swp{margin-top:40px;}
	.jobtrain-swp.ing .back > ul{max-width:300px;}
	.jobtrain-swp .ing_box{height:320px;}
	.jobtrain-swp .ing_box > .bottom{padding:10px 0;}
	.jobtrain-swp .ing_box > .bottom > p{padding:5px 0;padding-left:24px;background-size:14px;width:120px;}
	.jobtrain-swp .ing_box > .bottom ul{width:calc(100% - 120px);padding:0 20px;}
	.jobtrain-swp .ing_box > .bottom ul li{background-size:17px;padding-left:25px;width:calc(100% / 6);}
	.jobtrain-swp .ing_box > .bottom ul li span{font-size:14px;}
	.jobtrain-swp .ing_box > .bottom ul li.on span::after{width:5px;height:5px;}

	.dash_left .ing_box > .bottom ul{max-width:230px;}
	.dash_left .ing_box > .bottom > p{padding:5px 0;padding-left:24px;background-size:14px;width:120px;}
	.dash_left .ing_box > .bottom ul{width:calc(100% - 120px);padding:0 20px;}
	.dash_left .ing_box > .bottom ul li{background-size:17px;padding-left:25px;}
	.dash_left .ing_box > .bottom ul li span{font-size:14px;}
	.dash_left .ing_box > .bottom ul li.on span::after{width:5px;height:5px;}
	
}


@media only screen and (max-width:1024px){
	body{font-size:14px}
	.inner{padding:0 15px}
	.mob{display:block}
	
	.header{height:60px}
	.gnb_btn{display:block;}
	.gnb_wrap{max-width:100%;}
	.gnb_wrap,
	.header_info{display:none}
	.header .inner{display:flex;align-items:center;padding:0 15px}
	.header .logo,
	.header.hover .logo{width:120px;padding:0;background-size:100%;}
	.header .logo span{display:none}
	.header .gnb_btn{overflow:hidden;display:flex;align-content:center;flex-wrap:wrap;justify-content:flex-end;width:40px;height:40px}
	.header .gnb_btn i{width:26px;height:2px;background:#000;transition:0.3s}
	.header .gnb_btn i + i{margin-top:6px}
	.header .gnb_btn i:nth-child(2){width:20px}

	/* mob gnb */
	.header .gnb_btn{position:relative;z-index:100}
	.header .gnb_wrap{display:block;position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;transition:right 0.3s}
	.header .gnb_wrap .inner{display:block;max-width:100%}
	.gnb_wrap .gnb_bg{display:none !important}
	.gnb_wrap .user_name{display:flex;align-items:center;height:60px;padding:0 15px;font-size:16px;color:#000}
	.gnb_wrap .mgnb_top{height:106px}
	.gnb_wrap .mgnb_top ul{display:flex;align-items:center;justify-content:center;padding:10px 15px;background:#F7F7F7}
	.gnb_wrap .mgnb_top li + li::before{content:'';display:inline-block;width:1px;height:12px;margin:0 30px;background:#D9D9D9}
	.gnb_wrap .mgnb_top a{font-size:14px;color:#414245;}
	.gnb_wrap .mgnb_top a span{display:inline-block;padding:5px 0;padding-left:26px;background:no-repeat 0 50%;background-size:18px}
	.gnb_wrap .mgnb_top a.menu_open span{background-image:url(../images/user/m_gnb_menu_open.png)}
	.gnb_wrap .mgnb_top a.menu_close span{background-image:url(../images/user/m_gnb_menu_close.png)}
	.gnb_wrap .gnb{display:block;overflow:auto;left:0;width:100%;height:calc(100vh - 166px)}
	.gnb_wrap .gnb > li,
	.header.hover .gnb_wrap .gnb > li{padding:0}
	#header .gnb_wrap .gnb > li > a{color:#333}
	.gnb_wrap .gnb > li > a,
	.gnb_wrap .depth2 > li > a{display:flex;align-items:center;position:relative;height:50px;padding-left:10px;padding-right:30px;border-bottom:1px solid #E8E8E8;font-size:16px;}
	.gnb_wrap .depth2 > li > a{font-size:15px}
	.gnb_wrap .depth2 > li > a::before{display:none}
	.gnb_wrap .depth2 > li > a:hover,
	.gnb_open .gnb_wrap .depth2 > li > a:hover,
	.gnb_open .gnb_wrap .depth3 > li > a:hover{color:#000}
	.gnb_wrap .use_sub{position:relative;}
	.gnb_wrap .depth2 > li > a::after{display:none}
	#header .gnb_wrap .use_sub::after,
	.gnb_wrap .depth2 > li > a.use_sub::after{content:'';display:block;position:absolute;left:auto;top:50%;right:10px;width:20px;height:20px;margin-top:-10px;background:url(../images/user/gnb_arrow.png) no-repeat 50% 50%;background-size:10px;transition:0.3s}
	.gnb_wrap .depth2,
	.gnb_wrap .gnb:hover .depth2{display:none;position:static}
	.gnb_wrap .depth2,
	.header.hover .gnb_wrap .gnb_bg, 
	.header.hover .gnb_wrap .depth2{visibility:visible;height:auto;padding:0}
	.gnb_wrap .depth2 > li + li{margin:0}
	.gnb_wrap .depth2 > li > a{padding:0 25px;}
	.gnb_wrap .depth3{padding:15px 25px;background:#F8F9FD}
	.gnb_wrap .depth3 li,
	.gnb_wrap .depth3 li:first-child{margin:0}
	.gnb_wrap .depth3 a{display:block;padding:5px 0;font-size:14px;}
	.gnb_wrap .depth3 > li > a::before{display:none}
	.gnb_wrap .depth2,
	.gnb_wrap .depth3{display:none}
	.gnb_wrap .use_sub.on,
	#header .gnb_wrap .gnb > li > a.on,
	.gnb_wrap .depth2 > li > a.on,
	.gnb_open .gnb_wrap .depth2 > li > a.on{color:#5380F2}
	.gnb_wrap .use_sub.on::after,
	#header .gnb_wrap .use_sub.on::after{transform:rotate(180deg);background-image:url(../images/user/gnb_on_arrow.png) }
	.gnb_wrap .use_sub.on + .depth2,
	.gnb_wrap .use_sub.on + .depth3{display:block}
	.gnb_wrap #logoutBtn{width:100%;padding:13px 10px;margin-top:10px;border:0;border-radius:5px;text-align:center;font-size:14px;color:#9C9C9C;background:#DBDBDB}
	#header .gnb_wrap .gnb > li .depth2{border-top:0;background:#fff}
	body.gnb_open{overflow:hidden}
	body.gnb_open .gnb_wrap{right:0}
	body.gnb_open .gnb_btn i:nth-child(1){transform:rotate(45deg);margin-top:13px}
	body.gnb_open .gnb_btn i:nth-child(2){transform:translateX(120%)}
	body.gnb_open .gnb_btn i:nth-child(3){transform:rotate(-45deg);margin-top:-10px}
	
	.footer,
	.footer a{font-size:13px}
	.footer .terms li + li::before{margin:0 5px}
	.footer .terms,
	.footer .addr{padding:20px 0}
	.footer .addr{background:none}
	.footer .addr dl{display:block;}
	.footer .copy{margin-top:10px;font-size:13px;font-weight:300}
	
	.float_btn a{padding:15px 5px;}
	.float_btn .chk_list span{padding-bottom:20px;background-size:10px}
	.float_btn .quick span{padding-bottom:25px;background-size:15px}
	.scroll_bottom .float_btn{bottom:50px}
	
	.sub_visual,
	.sub_visual.hidden{height:60px;margin:0}
	.sub_visual .page_tit{padding-bottom:15px;}
	.sub_visual .page_tit .tit{font-size:18px}
	.sub_visual .page_tit .tit::after{width:4px;height:4px}
	.sub_visual .page_tit .desc{display:none}
	.sub_visual .visual_bg{background-size:auto 100%}
	.sub_visual .visual_obj,
	.sub_visual .visual_bg .bubble{display:none}
	
	.contents{padding:60px 0 40px}
	.contents .cont_wrap{padding:20px}
	.page_top{display:block;}
	.page_top .page_tit{padding-bottom:15px;font-size:18px}
	.page_top .page_tit button{width:20px;height:20px;background-size:6px}
	
	.guide_wrap{padding:20px;padding-right:80px;background-size:50px;background-position-x:calc(100% - 20px)}
	.guide_wrap ul li{font-size:16px}
	.guide_wrap .warn{padding-left:22px;background-size:16px;font-size:13px}
	.guide_wrap .btn01{margin-top:20px}
	.guide_wrap.j_between{display:block;padding:20px}
	.guide_open{top:0;right:-46px}
	.close .guide_open{right:-20px}

	/* .search_form */
	.search_form > li{padding:8px 0}
	.search_form > li dl{width:100%;}
	.search_form > li dl.col2,
	.search_form > li dl.col3,
	.search_form > li dl + dl + .search_bar_wrap{width:100%}
	.search_form dl + .search_bar_wrap{padding:10px 0;padding-left:0;}
	.search_form li dl dt{margin:0;padding-bottom:10px;text-align:left}
	.search_form .search_bar_wrap dt{width:100%;text-align:left}
	.search_form .search_bar_wrap dd{flex-wrap:wrap;width:100%}
	.search_form > li .search_bar_wrap input[type="text"]{width:100%}
	.search_form .search_bar_wrap .searchBtn, 
	.search_form .search_bar_wrap #searchBtn{width:calc(100% - 45px);margin-left:0;}
	.search_form .search_bar_wrap .searchBtn,
	.search_form .search_bar_wrap #searchBtn,
	.search_form .search_bar_wrap .resetBtn, 
	.search_form .search_bar_wrap #resetBtn{margin-top:5px}
	.search_form .search_bar_wrap .detail_btn{width:100%;margin-left:0;margin-top:5px}
	
	.search_form.on > li{padding:8px 15px}
	.search_form.on .search_detail{top:187px}
	
	/* search_filter */
	.search_filter .filter_cont{padding:20px 20px 12px}
	.search_filter .filter_btm{display:block;padding:20px}
	.search_filter .filter_chk{width:calc(50% - 4px);}
	.search_filter .filter_chk:nth-child(2n){margin-right:0}
	.search_filter .filter_btn{display:block;width:100%;text-align:center}
	.search_filter .flex_box{display:block;margin-top:10px;text-align:right;}
	.search_filter .flex_box .filter_all{display:inline-block;margin:5px 0 0}
	
	.layer_pop .filter_chk:nth-child(3n){margin-right:8px}
	.layer_pop .filter_chk:nth-child(2n){margin-right:0}


	/*multi 팝업*/
	.multiPop_wrap .layer_pop_wrap{width:340px;}
	.multiPop_wrap .layer_pop{max-width:100%;height:460px;max-height:calc(100vh - 80px);filter: brightness(0.9);}
	.multiPop_wrap .swiper-slide-active .layer_pop{filter: brightness(1);}
	.multiPop_wrap .layer_pop .pop_head{display:none;}
	.multiPop_wrap .layer_pop .pop_cont{height:calc(100% - 48px);max-height:calc(100vh - 127px);}
	.multiPop_wrap .layer_pop .pop_btn{padding:5px 0;}
	.multiPop_wrap .layer_pop .pop_btn .btn01{padding:10px 22px;color:#9d9da3;}
	.multiPop_wrap .layer_pop .pop_btn .btn01.close{padding-right:22px;background:none;}

	/*list 팝업*/
	.layer_pop_wrap.list{max-height:100vh;}
	.layer_pop_wrap.list .layer_pop{max-width:100%;max-height:100vh;border-radius:0;}
	.layer_pop_wrap.list .layer_pop .pop_head,
	.layer_pop_wrap.list .layer_pop .sidebar > p{display:none;}
	.layer_pop_wrap.list .layer_pop .pop_cont{height:100%;max-height:100vh;padding:0;}
	.layer_pop_wrap.list .layer_pop .sidebar{width:100%;height:60px;padding:0 15px;border-right:0;border-bottom:1px solid #f0f0f0;}
	.layer_pop_wrap.list .layer_pop .sidebar ul{padding:0;}
	.layer_pop_wrap.list .layer_pop .sidebar ul li{width:auto;}
	.layer_pop_wrap.list .layer_pop .sidebar ul li + li{border-top:0;padding-left:15px;}
	.layer_pop_wrap.list .layer_pop .sidebar ul li a{background:none;}
	.layer_pop_wrap.list .layer_pop .sidebar ul li a span{width:100%;-webkit-line-clamp: 1;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper{width:calc(100% - 60px);height:100%;max-height:100%;margin:0;padding-top:12px;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt{width:auto;height:100%;left:unset;right:0;padding:12px 15px 0 0;background:#fff;z-index:1;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt::before{position:absolute;right:80px;bottom:0;content:'';display:block;width:30px;height:100%;background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);box-shadow: none;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-pagination-fraction{display:none;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-prev,
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-next{width:28px;height:28px;background-repeat:no-repeat;background-position:50% 50%;background-size:7px;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-prev{background-image: url(../images/common/listPop_sw_prev_m.png);margin-right:10px;}
	.layer_pop_wrap.list .layer_pop .sidebar .swiper-opt .swiper-button-next{background-image: url(../images/common/listPop_sw_next_m.png);}
	.layer_pop_wrap.list .layer_pop .sidebar ul li a::before{width:100%;height:3px;left:0;top:unset;bottom:3px;box-shadow:none;}
	.layer_pop_wrap.list .layer_pop .sidebar ul li a:hover{width:100%;color:#5181f8;}
	.layer_pop_wrap.list .layer_pop .right{padding:0 15px;padding-top:80px;max-height:100vh;}
	.layer_pop_wrap.list .layer_pop .right .content{max-height:calc(100vh - 160px);overflow:auto;}
	.layer_pop_wrap.list .layer_pop .pop_btn{padding:20px 0;}

	
	
	
	/* sem_tab */
	.sem_tab{}
	.sem_tab .sem_tit{height:60px;padding:0 15px;padding-right:40px;font-size:16px;}
	.sem_tab .sem_tit::after{right:15px;width:18px;height:18px;margun-top:-9px;background-size:5px}
	.sem_tab .label{padding:4px 12px;font-size:13px;}
	.sem_tab .sem_cont{top:60px}
	.sem_tab .sem_cont ul{padding:15px 15px 10px;}
	.sem_tab .sem_cont li{width:100%;margin-right:0;margin-bottom:5px}
	.sem_tab .sem_cont a{padding:10px;font-size:13px}
	.sem_tab .search_gp{padding:15px}
	.sem_tab .search_gp dl{width:100%;padding:2px 10px;}
	.sem_tab .search_gp dt{width:80px}
	.sem_tab .search_gp dd{width:calc(100% - 80px)}
	.sem_tab.view .tooltip_wrap{right:15px}
	
	.radio,
	.check{margin-right:15px}
	
	
	.cont_box + .cont_box{margin-top:25px}
	.cont_subbox + .cont_subbox{margin-top:20px}
	.cont_tit{font-size:18px}
	.cont_tit2{font-size:17px}
	.cont_subtit{font-size:16px}
	.tit_wrap{display:block;}
	.tit_wrap .btn01{margin-left:0;margin-top:10px}
	
	.table_top{align-items:flex-end;flex-wrap:wrap;margin-bottom:10px;}
	.table_top > *{margin:4px 0}

	.tbl_col2 {display: block;}
	.tbl_col2 .table_wrap .t_list{min-width:500px}
	.tbl_col2 .table_wrap + .table_wrap {margin-top: 20px;}
	
	/* flex_box */
	.flex_box > div{flex:1;}
	.flex_box.addr{display:block}
	.flex_box.addr * + *{margin-left:0;margin-top:5px}
	.flex_box.addr input[type="text"],
	.flex_box.addr .btn01{width:100%}
	.day{width:100%;margin-top:10px;}
	.surv_box .addr .btn01{width:auto;margin-left:5px;}
	.flex_box.addr input[type="text"]{flex:none;width:100%;}
	.flex_box.addr > input[type="text"]:first-of-type{width:100%;}
	.flex_box.addr > select,
	.flex_box.addr > select + input[type="text"]{flex:none;width:calc((100% - 5px)/2) !important;}
	.flex_box.addr > select + input[type="text"]{margin-top:0;margin-left:5px;}
	
	/* btn */
	.page_btn{margin-top:20px}
	.page_btn .f_left,
	.page_btn .f_right{float:none}
	.page_btn div + div{margin-top:5px}
	.page_btn .btn01{width:100%}
	.page_btn .btn01 + .btn01{margin-left:0;margin-top:5px}
	
	.date_time{display:block}
	.date_time .flex_box + .flex_box{margin-left:0;margin-top:5px}
	
	.table_wrap .t_list{min-width:1024px}
	
	/* t_view */
	.table_wrap .t_view,
	.table_wrap .t_view tbody,
	.table_wrap .t_view tbody tr,
	.table_wrap .t_view tbody th,
	.table_wrap .t_view tbody td{display:block;width:100%}
	.table_wrap table.t_view tbody tr th,
	.table_wrap table.t_view tbody tr td,
	.table_wrap table.t_view tfoot th,
	.table_wrap table.t_view tfoot td,
	.table_wrap.round table.t_view tbody tr th,
	.table_wrap.round table.t_view tbody tr td{height:auto;padding:10px;border-left:0;border-right:0}
	.table_wrap table.t_view input[type="text"].wid160{width:100% !important;}
	
	.table_gp .gp_tit{height:auto;align-items:flex-start;padding:15px 20px;}
	.table_gp .gp_tit dl{display:block}
	.table_gp .gp_tit dt{font-size:16px}
	.table_gp .gp_tit dd{margin-top:10px}
	.table_gp .gp_cont{padding:15px}
	
	.dl_input_gp dl{display:block;width:100%;min-height:40px;padding:5px 10px;border-top:0}
	.dl_input_gp dt{width:100%}
	.dl_input_gp dd{width:100%;padding-left:10px;padding-top:5px}
	.dl_input_gp dt br{display:none}
	.dl_input_gp.dl8-2{display:block;}
	.dl_input_gp.dl8-2 dl:nth-child(1),
	.dl_input_gp.dl8-2 dl:nth-child(2){width:100%;min-width:auto;}
	.dl_input_gp.addr-tel dl:nth-child(1),
	.dl_input_gp.addr-tel dl:nth-child(2){width:100%;}
	
	.warn_info{padding:15px}
	
	
	/* layer_pop */
	.layer_pop{max-width:90%}
	.layer_pop .pop_head{height:46px;}
	.layer_pop .pop_head .pop_close{height:30px;}
	.layer_pop .pop_head .title{padding-left:0;font-size:16px}
	.layer_pop .guide_wrap{padding:15px;}
	.layer_pop .guide_wrap ul li{padding-left:22px;background-size:16px;font-size:16px}
	.layer_pop .pop_cont{max-height:calc(100vh - 160px);padding:10px 15px 15px}
	.layer_pop .table_wrap.round{overflow:visible}
	.layer_pop .table_wrap{max-height:none}
	.layer_pop .table_wrap .t_list{min-width:auto}
	.layer_pop .cont_box{font-size:14px}
	.layer_pop .cont_tit{font-size:16px}
	.layer_pop .cont_subtit{font-size:16px}
	
	.layer_pop .password_info{padding:20px}
	.layer_pop .password_info p{font-size:16px}
	.layer_pop .password_info dl{display:block;text-align:center}
	.layer_pop .password_info .btn01{width:100%;margin-top:10px;}
	
	/* .step_tab */
	.step_tab ul{flex-wrap:wrap}
	.step_tab li{flex:inherit;width:calc(50% - 2.5px);margin-bottom:5px;margin-right:5px}
	.step_tab li:nth-child(2n){margin-right:0}
	.step_tab li + li{margin-left:0;}
	.step_tab a{flex-wrap:wrap;align-content:center;justify-content:center;height:60px;padding:0 15px;font-size:14px;text-align:center}
	.step_tab a p{width:100%}
	.step_tab .step{}
	.step_tab .step::after{display:none}
	.step_tab a::after{display:none}
	
	/* tabType02 */
	.tabType02{background:none}
	.tabType02 ul{flex-wrap:wrap}
	.tabType02 ul li{flex:inherit;width:calc(50% - 2.5px);margin-bottom:5px;margin-right:5px}
	.tabType02 li:nth-child(2n){margin-right:0}
	
	/* .stu_prof */
	.stu_prof{display:block;padding:20px}
	.stu_prof > div{width:100%}
	.stu_prof .prof_img{width:90px;height:90px}
	.stu_prof .prof_txt{width:calc(100% - 90px);padding:0 0 0 20px}
	.stu_prof .stu_name .name{font-size:20px}
	.stu_prof .addr{font-size:14px}
	.stu_prof .addr dt{padding-left:20px;background-size:14px}
	.stu_prof .prof_etc{margin-top:20px}
	.stu_prof .prof_etc dd{height:70px;font-size:16px}
	.stu_prof .prof_etc dt span{padding-left:20px;background-size:16px}
	
	.writer_chk .guide_wrap{display:block;padding:20px}
	.writer_chk .guide_wrap ul{width:100%;padding:0 0 15px}
	.writer_chk .guide_wrap .btn_gp{width:100%;text-align:center}
	.writer_chk .wirter_cont .t_view tbody tr th{padding-left:10px}
	.writer_chk .wirter_cont .t_view tbody tr td{padding:10px}
	.writer_chk .wirter_cont .wt_tit{margin-top:10px;font-size:16px}
	/* resi_ok */
	.resi_ok{padding:30px}
	.resi_ok p{font-size:14px}
	.resi_ok .tit{padding-top:110px;font-size:18px;background-size:180px}
	.resi_ok .btn01{width:100%}
	
	/* no_ic_result */
	.no_ic_result{padding:30px}
	.no_ic_result p{font-size:14px}
	.no_ic_result .tit{padding-top:110px;font-size:18px;background-size:180px}
	.no_ic_result .btn01{width:100%}
	
	
	.select_col > div{width:100%}
	.select_col > div + div{margin:20px 0 0}
	.select_col .select_info{padding:15px}
	
	.select_col.type2 > div{width:100%;padding:0 0 20px}
	.select_col.type2 > div + div{padding:20px 0 0;border-left:0;border-top:1px solid #F5F5F5}
	.select_col.type2 .select_btn{width:100%;height:36px;right:0;top:auto;bottom:-18px;margin:0;}
	.select_col.type2 .select_btn .btn01{display:inline-block;}
	.select_col.type2 .select_btn .btn01.add{transform:rotate(90deg)}
	
	.agree_box{padding:20px}
	.agree_box dl{margin-top:15px;padding-top:15px}
	.agree_box dl dt{padding-left:20px;font-size:16px;background-size:14px}
	.agree_box + .agree_chk{margin-top:20px}
	.pers_info{padding:20px}
	.agree_chk .txt{padding:20px;font-size:14px;}
	.agree_chk .txt em{background-position-y:4px}
	
	.surv_wrap{font-size:14px}
	.surv_box .surv_tit,
	.surv_box .surv_cont{padding:15px}
	
	.table_wrap.total_tbl{overflow:auto}
	.total_tbl .t_view, 
	.total_tbl .t_view tbody, 
	.total_tbl .t_view tbody tr, 
	.total_tbl .t_view tbody th, 
	.total_tbl .t_view tbody td{display:revert}
	
	.order_list{display:block}
	.order_list .order_chk{width:100%;margin:0}
	.order_list .order_chk + .order_chk{margin-top:8px}
	
	.prct .gp_tit{display:block}
	.prct .gp_tit dl{width:100%}
	.prct .gp_tit .logo_wrap{margin:0 auto 10px}
	.prct .gp_tit .tit{justify-content:center;text-align:center;font-size:16px}
	.prct .gp_tit .label{font-size:12px}
	.prct .gp_tit .flex_box{justify-content:center;margin-top:15px}
	

	.agree_summary{display:block;padding:20px}
	.agree_summary dl{width:100%;height:auto;padding:18px}
	.agree_summary dl + dl{margin-top:10px}
	.agree_summary dd{margin-top:10px;font-size:16px}
	.agree_info{padding:20px}
	
	.oath_box + .oath_box{margin-top:25px}

	.sign_wrap .sign_tit{display:block;}
	.sign_wrap .table_wrap .t_list{min-width:700px}
	.sign_wrap .sign_name .sign_img{width:40px;height:40px}
	.sign_wrap .sign_name .sign{font-size:20px}
	
	.cont_box.oath{padding:20px}
	.agree_chk_dl{display:block;padding:15px 0}
	.agree_chk_dl dd{margin-top:10px;text-align:right}
	
	.prac_chk li{height:auto;padding:15px}
	
	.board_list > li{padding:15px 0}
	.board_list .board_cont{width:calc(100% - 86px);padding:0 10px}
	.board_list .state{width:46px;font-size:13px}
	.board_list .board_cont a{flex-wrap:wrap;font-size:15px;}
	.board_list .board_cont .tit{width:100%;margin-top:5px}
	
	.board_view .board_top{display:block;padding:20px;}
	.board_view .board_top .tit{font-size:16px}
	.board_view .board_info{margin-top:15px;text-align:right}
	.board_view .board_cont{padding:20px}
	.board_view .view_cont{min-height:auto}
	.board_view .board_file{display:block;border-radius:10px;}
	.board_view .board_file dt{width:100%;margin-bottom:10px;text-align:left}
	.board_view .board_file dd{width:100%;padding:0}
	.board_view .board_nav li{padding:15px}
	.board_view .board_nav dl{display:block;}
	.board_view .board_nav dt{margin-bottom:5px}
	.board_view .board_nav dt,
	.board_view .board_nav dd{width:100%}
	
	.board_view.qus .board_top .tit{font-size:16px}
	.board_view.qus .board_info{display:block;margin-top:20px}
	.board_view.qus .board_info dl{width:100%;padding:2px 0}
	.board_view.qus .board_info dl + dl::before{display:none}
	.board_view.qus .board_cont,
	.board_view.ans .board_cont{padding:20px}
	.board_view.qus .view_cont{margin-bottom:25px}
	.board_view.review .board_cont{padding-bottom:0}
	
	.join_comp{display:block;height:auto;padding:50px 20px 100px;background-size:140px;background-position:calc(100% + 5px) calc(100% + 10px);}
	.join_comp .tit{font-size:18px}
	
	.pers_info.qna{padding:0}
	.pers_info.qna dl{display:block}
	.pers_info.qna dt::after{display:none}
	
	.review_list .gp_tit{align-items:center}
	.review_list .gp_tit .date{display:block}
	.review_list .gp_tit dt{font-size:14px}
	.review_list .date dt::after{display:none}
	.review_list .date dd{margin-top:5px}
	.review_list .tit{font-size:18px}
	.review_list .text_wrap{width:100%}
	.review_list .review_view{width:100%;height:40px;margin-top:15px;border-radius:5px}
	.review_list .review_view span{padding:5px;padding-left:20px;background-position:0 50%}
	
	.review_swiper{padding:20px 30px}
	.review_swiper .swiper::after{width:50px}
	.review_swiper .swiper-slide{width:calc(60% - 10px);height:120px}
	.review_swiper .swiper-button-prev, 
	.review_swiper .swiper-button-next{width:20px;height:20px;margin-top:-10px}
	.review_swiper .no_result{width:100%}
	
	.atted_summary{padding:10px 15px}
	.atted_summary dl{width:calc(50% - 5px);margin:5px 0;margin-right:10px}
	.atted_summary dl:nth-child(2n){margin-right:0}
	.atted_summary dd{padding-top:10px;font-size:16px}
	.atted_cal{padding:20px 10px}
	.atted_cal .cal_top{top:20px;padding:40px 15px 0}
	.atted_cal .cal_month{position:absolute;top:0;left:0;width:100%;}
	.atted_cal .cal_month .date{font-size:20px}
	.atted_cal .cal_month a{width:20px;height:20px}
	.cal_table{padding-top:90px}
	
	.write_flex{display:block}
	.write_flex .atted_cal,
	.write_flex .table_gp{width:100%}
	.write_flex .table_gp{border-left:0;border-top:1px solid #ddd}
	.write_flex .atted_cal{padding:20px 15px}
	.write_flex .atted_cal .cal_month{position:static}
	.write_flex .cal_table{padding-top:0}
	.write_flex .cal_table table{min-width:320px}
	
	.wait_wrap{padding:60px 10px}
	.wait_wrap .tit{padding-top:80px;font-size:30px;background-size:100px}
	.wait_wrap .desc{font-size:15px}
	
	/* 프로그램안내 25.5.28 */
	.list_txt + .list_txt {padding-top: 15px;}
	.list_txt .label_tit {font-size: 13px;margin-bottom: 10px;}
	.list_txt .dot_list li {font-size: 14px;padding-left: 10px;}
	.list_txt .dot_list li:before {width: 3px;height: 3px;top: 8px;}
	.list_txt .dot_list li + li {margin-top: 6px;}
	.dot_list li.in>ul {padding: 6px 0;}
	.dot_list li.in>ul>li {font-size: 13px;}
	.dot_list li.in>ul>li + li {margin-top: 3px;}

	/* 조직도 */
	.organization_wrap {padding: 20px;font-size: 13px;}
	.organi_box {height: 50px;width: 160px;font-size: 14px;}
	.organi_box.top {font-size: 16px;margin-bottom: 20px;}
	.organ {width: 160px;height: 42px;}
	.organization_wrap .right {padding-left: 360px;}
	em.alert {font-size: 12px;}
	.info_wrap {flex-direction: column;}
	.info_wrap .info_box .ico {width: 18px; height: 18px; background-size: 18px; margin-top: -2px;}

	.cont_bg_box.practice01 {height: 180px; padding: 40px 30px;}
	.cont_bg_box .bg_txt {font-size: 16px;}
	.cont_bg_box .bg_txt>p {font-size: 20px;}

	.process_info {padding: 20px 0; overflow-x: auto;}

	/*메인대시보드*/
	.main:not(.staff) .sub_visual{height:65px;}
	.main:not(.staff) .sub_visual .page_tit{padding-bottom:15px;}
	.main:not(.staff) .sub_visual .page_tit .tit{font-size:30px;}
	.main .sub_visual .page_tit .desc{display:inline-block;font-size:18px;}

	.main:not(.staff) .dash_box,
	.dash_box.tbl,
	.jobtrain-swp .dash_box,
	.main:not(.staff) .dash_bottom .info_wrap .info_box,
	.main:not(.staff) .dash_bottom .notice,
	.main:not(.staff) .dash_bottom .banner_wrap{padding:15px;}
	.main:not(.staff) .dash_bottom .notice > a,
	.dash_box.tbl > a,
	.main:not(.staff) .dash_bottom .info_wrap .info_box > p,
	.jobtrain-swp .dash_box .front > div .tit{font-size:18px;background-size:8px;}

	.main:not(.staff) .dash_top{display:block;}
	.main:not(.staff) .dash_top .dash_box{width:100% !important;margin-right:0;}
	.main:not(.staff) .dash_top .dash_box + .dash_box{margin-top:10px;}

	.main:not(.staff) .dash_middle .dash_left .list_box{padding:20px 15px;background-size:15px;}
	.main:not(.staff) .dash_middle .dash_left .list_box .tit{font-size:20px;}
	.main:not(.staff) .dash_middle .dash_left .list_box > div{margin-top:5px;}
	.dash_left .btn_wrap .btn01 span{font-size:16px;}

	.jobtrain-swp .swiper{height:100%;padding-bottom:0;}
	.jobtrain-swp .dash_box .front{display:block;}
	.jobtrain-swp .dash_box .img_wrap{margin:0 auto;}
	.jobtrain-swp .dash_box .img_wrap *{width:100%;height:100%;}
	.jobtrain-swp .dash_box .img_wrap img{object-fit: contain;}
	.jobtrain-swp .dash_box .front > div{width:100%;padding-left:0;margin-top:10px;text-align: center;}
	.jobtrain-swp .dash_box .front > div ul{display:block;margin-top:7px;}
	.jobtrain-swp .dash_box .front .date{font-size:14px;padding-left:30px;margin:0 auto;margin-top:7px;width:265px;text-align:left;}
	.jobtrain-swp .dash_box .front .date::before{width:22px;height:18px;background-size:22px;top:-1px;}
	.jobtrain-swp .dash_box .back{display:block;margin-left:0;margin-top:15px;}
	.jobtrain-swp .dash_box .back > ul{width:100%;margin:0 auto;}
	.jobtrain-swp .dash_box .back > ul li p{margin-top:5px;}
	.jobtrain-swp .dash_box .back > p{width:100%;padding-left:0;text-align: center;margin-top:15px;}
	.jobtrain-swp .dash_box .back > p span{position:static;transform:none;margin-right:10px;}

	.jobtrain-swp .ing_box{height:490px;}
	.jobtrain-swp .ing_box > .bottom ul li{width:calc(100% / 3);}

	.jobtrain-swp .jobswp3 .dash_box .top{display:block;}
	.jobtrain-swp .jobswp3 .dash_box .img_wrap{margin:0 auto;}
	.jobtrain-swp .jobswp3 .dash_box .front > div{width:100%;}
	.jobtrain-swp .jobswp3 .dash_box .back{margin:0 auto;margin-top:10px;}
	.jobtrain-swp .jobswp3 .dash_box .front .date + .label{margin-left:0;margin-top:5px;}
	.jobswp3 .swp-topBtn{top:160px;}

	.jobtrain-swp .tel_wrap p.info1{margin-right:10px;}
	.jobtrain-swp .prof_wrap > span{width:30px;height:30px;line-height:30px;font-size:18px;margin-right:10px;}
	.jobtrain-swp .prof_wrap > p{font-size:16px !important;}

	.jobtrain-swp .dash_box.tbl .table_wrap table tbody td{padding:15px 10px;}
	.dashboard_wrap .tbl_lb{width:60px;height:28px;line-height:28px;font-size:13px;}
	.dashboard_wrap .tbl_lb.write span,
	.dashboard_wrap .tbl_lb.score span{padding-left:15px;background-size: 12px;}

	.company .jobtrain-swp{display:flex;}
	.thead-box {display:block;width:80px;margin-right:10px;padding:15px 0;margin-bottom:35px;}
	.jobtrain-swp .jobswp4{width:calc(100% - 90px);margin-top:0;}
	.thead-box .th-box{padding:0;width:100%;padding:8px 0;}
	.row-box{display:block;}
	.row-box .td-box{padding:0;width:100%;}
	.row-box .td-box + .td-box{margin-top:5px;}
	.jobtrain-swp .jobswp4 .tel_wrap{align-items: center;}
	.jobtrain-swp .jobswp4 .row-box .tb-col1{justify-content: center;}

	.main:not(.staff) .dash_bottom{display:block;}
	.main:not(.staff) .dash_bottom > div{width:100%;height:235px;}
	.main:not(.staff) .dash_bottom > div + div{margin-top:10px;margin-left:0;}
}
@media only screen and (max-width:660px){
	.organization_wrap {padding: 10px 0;}
	.organization_wrap .right {padding-left: 0;padding: 5px 0 5px 8px;margin-left: auto;position: static;width: 50%;}
	.organization_wrap .right:before {right: 0;left: auto;top: 156px;}
	.organization_wrap .right .organ {width: 100%;max-width: 160px;margin-left: auto;}

	.info_wrap {gap: 10px;}
	.info_wrap .info_box {padding: 20px;}

	/*메인대시보드*/
	.main:not(.staff) .sub_visual{position:relative;}
	.main:not(.staff) .sub_visual > div{width:100%;position:absolute;}
	.main:not(.staff) .sub_visual .page_tit{position:relative;z-index: 1;padding-bottom:10px;flex-direction: column;align-items: flex-start;}
	.main:not(.staff) .sub_visual .page_tit .tit{font-size:20px;}
	.main.student .sub_visual .visual_bg{position:absolute;right:-30px;top:0;}

	.dash_box.tbl .table_wrap .m-col_w80{width:80px;}
	.dash_box.tbl .table_wrap .m-col_w60{width:60px;}

	.jobtrain-swp .ing_box{height:530px;}
	.jobtrain-swp .ing_box > .bottom{display:block;}
	.jobtrain-swp .ing_box > .bottom ul{width:100%;padding:0;margin-top:10px;}
}
@media only screen and (max-width:480px){
	.surv_box .addr .btn01{width:100%;margin-left:0;}
	.surv_box .addr > input[type='text']:first-child{max-width:none;}

	.jobtrain-swp .ing_box{height:560px;}
	.jobtrain-swp .ing_box > .bottom ul li{width:50%;}

	/*메인대시보드*/
	.main:not(.staff) .dash_top .dash_box > div{padding-left:0;background:none !important;}
}