@charset "utf-8";

.wrap_lf {-ms-flex:1;flex:1;display:flex;flex-direction:row;/*height:100%;*/box-sizing:border-box;overflow:auto;}
.wrap_lf.ty_center {justify-content: center;}
.wrap_lf .wrap_left {display:inline-flex;flex:none;flex-direction:column;box-sizing:border-box;}
.wrap_lf .wrap_right {display:inline-flex;flex-direction:column;}

.wrap_lf.w50p .wrap_left {width:50%;box-sizing:border-box;padding-right:10px;}
.wrap_lf.w50p .wrap_right {flex:none;width:50%;box-sizing:border-box;padding-left:10px;}

.wrap_lf.w70_30p .wrap_left {width:70%;box-sizing:border-box;padding-right:10px;}
.wrap_lf.w70_30p .wrap_right {flex:none;width:30%;box-sizing:border-box;padding-left:10px;}

.wrap_lf.w30_70p .wrap_left {width:30%;box-sizing:border-box;padding-right:10px;}
.wrap_lf.w30_70p .wrap_right {flex:none;width:70%;box-sizing:border-box;padding-left:10px;}

.wrap_lf.w20_80p .wrap_left {width:20%;box-sizing:border-box;padding-right:10px;}
.wrap_lf.w20_80p .wrap_right {flex:none;width:80%;box-sizing:border-box;padding-left:10px;}

.wrap_lf.w25_75p .wrap_left {width:25%;box-sizing:border-box;padding-right:10px;}
.wrap_lf.w25_75p .wrap_right {flex:none;width:75%;box-sizing:border-box;padding-left:10px;}

.wrap_lf.w80_20p .wrap_left {width:80%;box-sizing:border-box;padding-right:10px;}
.wrap_lf.w80_20p .wrap_right {flex:none;width:20%;box-sizing:border-box;padding-left:10px;}

.wrap_cont {-ms-flex:1;flex:1;height:100%;box-sizing:border-box;overflow:auto;}/*컨텐츠 스크롤 영역*/

.flex-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.flex-container.row {
    flex-direction: row;
}
.flex-container .flex {
    flex: 1;
}
/* SMS 발송 (3column)*/
.wrap_lf.col3_wrap .wrap_left,
.wrap_lf.col3_wrap .wrap_right {
  width: 36%;
}

.wrap_lf.col3_wrap > .btn_wrap {
  width: 128px;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 47px;
}
.wrap_lf.col3_wrap > .btn_wrap .btn_m + .btn_m {
  margin-top: 36px;
}
.wrap_lf.col3_wrap > .btn_wrap .btn_m + .btn_move_left {
  margin-top: 85px;
}
.col3_wrap .col3_wrap .gwb-ui-box-body {
  max-height: calc(100% - 118px);
}
.col3_wrap .wrap_3rd {
  position: relative;
  display: inline-flex;
  width: 23.3%;
  padding: 25px 0px 0px 10px;
}
.col3_wrap .send_num {
  line-height: 18px;
  font-size: 14px;
  margin-top: 7px;
}

/* 업무지원 */
/* 공지사항 팝업 */
.pop_notice .pop_cont .data_table.ty2 {border-bottom-color:#d3d4d6;}
/* Q&A 상세보기 팝업 */
.layer_pop.pop_faq .data_table.ty2 {border-bottom-color:#d3d4d6;}

/* 인사관리 > 인사기본정보관리 > 인사정보관리 */
.wrap_lf .wrap_left .tree_menu {width:330px;margin-right:20px;}
/* 인사관리 > 인사기본정보관리 > 인사카드조회  */
.wrap_lf .wrap_left .hr_card_thum {position: relative; width:198px;height:0; padding-top: 206px; margin:12px 12px 0 0; border:#e8e9eb 1px solid;box-sizing:border-box; }
.wrap_lf .wrap_left .hr_card_thum:before {content : ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; background: url('../images/ic_user.png') no-repeat center;}
.wrap_lf .wrap_left .hr_card_thum .img_user_photo {position: absolute; width: 100%; height: 100%; left: 0; top:0; z-index: 10; object-fit: cover; background: none;}

/* MYPAGE > 기타마이메뉴 > 관리 */
.wrap-myMenu {margin: 0px auto;}
.wrap-myMenu .menuGroup {display: inline-block;}
.wrap-myMenu .moveButtonGroup {display: inline-block; vertical-align: top; margin: 280px 20px 0 20px;}

/* 시스템관리 */
/* 시스템관리 > 화면관리 > 사용자권한설정 */
.wrap_lf.w50p .wrap_left.main {width:40%;}
.wrap_lf.w50p .wrap_left.side {width:10%;}


/* 비밀번호변경 */
/* .box_pw {border-top:#ABC4EF 1px solid;} */
.box_pw .box_pw_con,
.box_pw .box_pw_btn_inner {width:452px;margin:0 auto;}
.box_pw .box_pw_con {padding:18px 0 0;}
.box_pw .box_pw_con .input_row {display:table;width:100%;table-layout:fixed;height:28px;padding-bottom:13px;}
.box_pw .box_pw_con .input_row .row_tit {display:table-cell;color:#333;font-size:14px;line-height:28px;}
.box_pw .box_pw_con .input_row .row_con {display:table-cell;width:360px;}
.box_pw .box_pw_con .input_row .row_con .txt {padding:14px 0 1px;font-size:13px;line-height:21px;}
.box_pw .box_pw_con .input_row .row_con .txt strong,
.box_pw .box_pw_con .input_row .row_con .txt span {display:block;}
.box_pw .box_pw_con .input_row .row_con .txt span {text-indent:18px;}
/* .box_pw .box_pw_btn {border-top:#d3d4d6 1px solid;} */
.box_pw .box_pw_btn_inner {padding-top:12px;text-align:right;}

/* 로그인 */
#wrap.login_wrap {display: table;padding-bottom: 60px;box-sizing: border-box;background: #fafafa;}
.login_area {display: table-cell;vertical-align: middle;}
.login_area .login_logo {width: 440px;margin: 13px auto;}
.login_area .login_logo img {width: 90px;}
.login_box 
{display: table;width: 440px;height: 396px;margin: 0 auto 9vh;
padding: 70px 60px;box-sizing: border-box;background: #FFF;border: 1px solid transparent;border-image: linear-gradient(to right, #683893,#008ED6,#009247);border-image-slice: 1;box-shadow: 0 30px 40px -20px rgba(143, 148, 161, 0.16);border-radius: 2px;}
.login_box .login_box_con {display: flex;flex-direction: column;width: 100%;}
.login_box .login_box_con h1.tit {display: table-cell;width: 280px;vertical-align: top;font-size: 18px;}
.login_box .login_box_con h1.tit span {display: table-cell;width: 280px;vertical-align: top;font-size: 18px;line-height: 16px;}
.login_box .login_box_con h1.tit strong {font-size: 18px;font-weight: 700;line-height: 40px;}
.login_box .login_box_con .login_input {display: table-cell;}
.login_box .login_box_con .login_input .input_row {padding-bottom: 8px;}
.login_box .login_box_con .login_input ::placeholder {color: #aaa !important;}
.login_box .login_box_con .login_input ::-webkit-input-placeholder {color: #aaa !important;}
.login_box .login_box_con .login_input ::-moz-placeholder {color: #aaa !important;}
.login_box .login_box_con .login_input :-ms-input-placeholder {color: #aaa !important;}
.login_box .login_box_con .login_input :-moz-placeholder {color: #aaa !important;}
.login_box .login_box_con .login_input input[type="text"],
.login_box .login_box_con .login_input input[type="password"] {height: 48px;padding: 0 9px 0 35px;background-repeat: no-repeat;background-position: 11px center;font-size: 17px;line-height: 48px;}
.login_box .login_box_con .login_input .input_row.id,
.login_box .login_box_con .login_input .input_row.pw {position: relative;}
.login_box .login_box_con .login_input .input_row.id:after{content: ""; position: absolute; top:0; left: 0; width: 35px; height: 48px;  z-index: 1; background: url("../images/common/ico_user.png")
 no-repeat center;}
 .login_box .login_box_con .login_input .input_row.pw:after {content: ""; position: absolute; top:0; left: 0; width: 35px; height: 48px;  z-index: 1; background: url("../images/common/ico_lock.png")
 no-repeat center;}
.login_box .login_box_con .login_input .btn_login {width: 100%;margin-top: 4px;}
.login_box .login_box_con .login_input .btn_login span {width: 100%;min-width: auto;height: 48px;line-height: 46px;font-size: 20px;background: #30B97D;color: #FFF;border: none;}
.login_box .login_box_con .login_input .check_link {display: table;width: 100%;padding-top: 18px;}
.login_box .login_box_con .login_input .check_link .icheckbox_flat {margin-top: -5px;}
.login_box .login_box_con .login_input .check {display: table-cell;vertical-align: top;}
.login_box .login_box_con .login_input .checkbox label {padding-left: 5px;font-size: 16px;font-weight: 600;color: #333;}
.login_box .login_box_con .login_input .link {display: table-cell;vertical-align: top;text-align: right;cursor: pointer;}
.login_box .login_box_con .login_input .link span{font-size: 16px;font-weight: 600;line-height: 20px;}
.login_box .copyright {padding-top: 29px;color: #888;font-size: 14px;line-height: 16px;letter-spacing: -0.015em;}



/* 공통팝업 */
/* 공통 조회 팝업 */
.layer_pop.pop_common_search .box_con .box_row .box_cell:nth-of-type(1) {width:36.33333%}
.layer_pop.pop_common_search .box_con .box_row .box_cell:nth-of-type(2) {width:36.33333%}
.layer_pop.pop_common_search .box_con .box_row .box_cell:nth-of-type(3) {width:27.33333%}
/* 주소조회 */
.layer_pop.pop_address .pop_cont {width:788px;}
/* SMS발송 */
.pop_sms .pop_con {display:flex;flex-direction:row;max-width:850px; margin: 0 auto;}
.phone_area {position:relative;-ms-flex:1;flex:1;margin-left:10px;padding:44px 8px 50px;background-image:url('../images/common/bg_sms.png');
border-radius:30px; background-size: 100% 100%;max-height: 630px; top:50%;transform:translateY(-50%);}
.phone_area .btn_wrap {position: absolute;width: 100%;height:58px;left: 50%; bottom: 7%;transform: translateX(-50%);}
.phone_area .btn_wrap .btn_l {margin:18px 4px 0;}
.phone_area .btn_wrap .btn_l span {height:40px;line-height:38px;min-width:60px;}
.phone_area .btn_wrap .btn_l:nth-of-type(2) span {width:84px;}
.phone_area .btn_wrap .btn_l:nth-of-type(3) span {width:140px;}
.phone_area .sms_content {position: relative; height:510px;padding:19px 22px 0;box-sizing:border-box;}
.phone_area .sms_content .bytes_num {height:16px;padding:0 0 0 26px;background:url('../images/common/ico_sms_bytes.png') no-repeat 0 center;color:#666;font-size:14px;font-weight:700;line-height:16px;}
.phone_area .sms_content .bytes_num strong {color:#30B97D;;font-weight:700;}
.phone_area .sms_content .content_txt {height:100%;box-sizing:border-box;padding:23px 0 60px;word-break:keep-all;}
.phone_area .sms_content .content_txt textarea {padding:0;border:0;font-size:17px;line-height:26px !important;resize: none;}
.phone_area .sms_content .help_txt {display:inline-block;font-size:13px;color:#2b7ede;line-height:14px;}
.phone_area .sms_content .btn_wrap {display:table;width:100%;height:auto;padding-top:10px;}
.phone_area .sms_content .btn_wrap .left {display:table-cell;text-align:left;}
.phone_area .sms_content .btn_wrap .right {display:table-cell;text-align:right;}
.phone_area .sms_content .btn_wrap .left .btn_m:first-of-type {margin-left:0;}
.phone_area .sms_content .btn_wrap .right .btn_m:last-of-type {margin-right:0;}
.phone_area .sender {height:130px;padding:0 22px;border-top:#e8e9eb 1px solid;border-bottom:#e8e9eb 1px solid;background:#f7f7f7;}
.phone_area .sender .tit {padding:18px 0 7px;font-size:13px;color:#333;line-height:1;}
.phone_area .sender .td_row {display:flex;align-items:center;padding:6px 0;}
.phone_area .sender .td_row .td_cell {padding:0 3px;}
.phone_area .sender .td_row .td_cell:first-of-type {padding-left:0;}
.phone_area .sender .td_row .td_cell:last-of-type {padding-right:0;}
.phone_area .sender .td_row .td_cell.wauto {-ms-flex:1;flex:1;}
.pop_sms .phone_area .sms_content  {height: 600px;}
.pop_sms .list_area {-ms-flex:1;flex:1;display:flex;flex-direction:column;width:360px;height:665px;padding-right:10px;margin: auto 0;}
.pop_sms .list_area .title_area {min-height:40px;}
.pop_sms .list_area .title_area .gwb-ut-box-title {margin-top:5px;}
.pop_sms .list_area .title_area .right {top:0;}
.pop_sms .list_area .send_num {height:60px;font-size:14px;line-height:60px;text-align:right;}
.pop_sms .list_area .send_num strong {display:inline-block;margin:0 2px 0 8px;color:#ff6a4d;font-size:17px;font-weight:700;vertical-align:middle;}
.pop_sms_layer {position:absolute;width:360px;height:665px; border-radius:30px;overflow: hidden;}
.pop_sms_layer .pop_area {vertical-align:top;}
.pop_sms_layer .pop_wrap {background-color:transparent;}
.pop_sms_layer .pop_cont {width:302px;height:307px;margin:328px auto 0;background:#fff;border-radius:10px;}
.pop_sms_layer .pop_head {height:42px;padding:0 60px 0 20px;background-color:transparent;border-bottom:#5688DF 1px solid;}
.pop_sms_layer .pop_head h4 {padding-top:0;color:#111;font-size:17px;line-height:42px;}
.pop_sms_layer .pop_con {display:block;padding:0;}
.pop_sms_layer .btn_close {position:absolute;top:7px;right:7px;width:32px;height:32px;background:url('../images/common/btn_close_sms.png') no-repeat center;}
#CMSmsPopMngLayer.pop_sms .btn_close  {position:absolute;top:7px;right:7px;width:32px;height:32px;background:url('../images/common/btn_close_sms.png') no-repeat center;   display: block !important; }

/* 즐겨찾기링크 */
.afcrLinkList {max-width: 986px; margin: 0 auto; padding: 20px; display: flex; flex-flow: row wrap;}
.afcrLinkList > li {position: relative;width:calc((100% - 100px)/3); height: 75px; padding: 10px; box-sizing: border-box; border-radius: 10px; background-color: #FFF; box-shadow: 1px 2px 30px 0px rgba(0, 0, 0, 0.10);}
.afcrLinkList > li {margin-right: 50px; margin-bottom: 50px;}
.afcrLinkList > li:nth-child(3n) {margin-right: 0;}
.afcrLinkList > li:nth-last-child(1),
.afcrLinkList > li:nth-last-child(2),
.afcrLinkList > li:nth-last-child(3) { margin-bottom: 0;}
.afcrLinkList > li img {width: 100%; height: 100%; object-fit: contain;}
.afcrLinkList > li .bg {position: absolute; left: 0 ; top: 0; width: 100%; height: 100%; border-radius: 10px; background-color: rgba(0, 0, 0, 0.70); z-index: 1; font-size: 20px; line-height: 75px; 
						text-align: center; color: #fff; font-weight: 700;opacity: 0;transition: opacity .3s; }
.afcrLinkList > li:hover .bg {opacity: 1; cursor:pointer;}

.dhxwins_vp_material {
    overflow-y: auto;
}
.body_padding {
    width: calc(100% - 44px);
    min-width: 1170px;
    min-height: 750px;
}

div.gridbox_dhx_terrace.gridbox .xhdr[style] {
    height: auto !important;
}
#container {
    height: calc(100% - 118px);
    overflow-y: auto;
}
.dhxtabbar_base_material div.dhxtabbar_cont {
    height: 100% !important;
}
.dhxtabbar_base_material div.dhxtabbar_tabs_top div.dhx_cell_tabbar div.dhx_cell_cont_tabbar {
    border-width: 0;
    width: calc(100% - 40px);
}
