@charset "utf-8";
/*******************************************************************************************************************************************
  Hi_WFM_Style
********************************************************************************************************************************************/
/* layout */
#wrap { position:relative; overflow:hidden;}
#container {height:87%; margin-top:37px; overflow-x:hidden; overflow-y:auto;}

/*  content layout */
.body_padding{ padding-left:1%; padding-right:1%; width:98%; min-width:1170px; min-height:768px; overflow-y:auto; }
.body_noScroll{ overflow-x:hidden; overflow-y:hidden; }

/* header */
.header { position:fixed; top:42px; width:100%; min-width:1080px; background:#fff; z-index:100; }
.top_inwrap { margin:0 auto; min-width:1200px; padding-right:100px; border-top:1px solid #76b2ec; background: linear-gradient(to right,#3b92e5,#2c7fdf); }
.info_inwrap { padding-left:30px; padding-right:20px; }

.header_top { position:relative; width:100%; height:40px; z-index:9999; }
.header_top .top_inwrap:after { content:''; clear:both; display:block; }
.header_top .logo { float:left; margin-top:6px; }
.header_top .logo img {width:70px;}
.header_top .top_Menu {float:left; min-width:700px; width:90%; margin-left:5px; }
.header_top .install_area { display:inline-block; margin-top:28px; }
.header_top .install_area span {cursor:pointer; }
.header_top .install_area span.btn_install { position:relative; margin-left:20px; padding-right:20px; font-size:12px; color:#7a7a7a; }
.header_top .install_area span.btn_install:first-child { margin-left:0; }
.header_top .install_area span.btn_install:after { content:''; position:absolute; top:0; right:0; width:16px; height:17px; background:url('/html/img/wfo/ico/ico_header_install.png') 0 0 no-repeat; }

.header_info_wrap { width:100%; height:53px; z-index:5; padding-top:10px; background: linear-gradient(to right,#3b92e5,#2c7fdf); }
.header_info_wrap .info_inwrap {min-width:1080px; height:53px; background: linear-gradient(to right,#3b92e5,#2c7fdf); border-bottom: 1px solid #76b2ec; }
.header_info_wrap .info_inwrap .login_client { float:left; width:245px; font-family:"NanumBarun", sans-serif ; font-size:14px; color:#fff; }
.header_info_wrap .info_inwrap .login_client > strong { font-family:"NanumBarun", sans-serif ; }
.header_info_wrap .info_inwrap .login_info { float:left; font-size:12px; color:#fff; text-align:right;min-width:300px;padding-top:5px; padding-left:2px; }
.header_info_wrap .info_inwrap .login_info > span { padding-left:15px; }
.header_info_wrap .info_inwrap .login_info > span:first-child { padding-left:0; }
.header_info_wrap .info_inwrap .client_btn_wrap { float:right; text-align:right;min-width:250px; }
.header_info_wrap .info_inwrap .client_btn_wrap span {cursor:pointer; }
.header_info_wrap .info_inwrap .client_btn_wrap .btn_screen_set {margin-right:10px; font-family:"NanumBarun", sans-serif ;  font-size:16px; color: #fff; }
.header_info_wrap .info_inwrap .client_btn_wrap .user_info{margin-right:20px; color: #fff; }
.header_info_wrap .info_inwrap .client_btn_wrap .btn_logout{margin-left:5px; padding:5px 10px; font-family:"NanumBarun", sans-serif ;  font-size:12px; color:#ffffff; border-radius:20px; background:#f19454; }
.header_info_wrap .info_inwrap .client_btn_wrap .btn_logout:hover {background:#FF8938;}

/* gnb */
.gnb { float:left; height:43px; margin:25px 0 0 70px;}
.gnb > ul:after { content:''; clear:both; display:block;}
.gnb > ul > li { float:left;}
.gnb > ul > li > a { padding:0 20px; font-size:20px; color:#292929; }
.gnb > ul > li:first-child > a { padding:0 20px 0 0;}
.gnb > ul > li.on > a { color:#ef3f3e;}

.gnb .all_depth { display:none; position:absolute; top:68px; left:50%; margin-left:-540px; width:1080px; background:#f8f8f8; z-index:9999;}
.gnb .all_depth .depth_area { position:relative; margin:0 auto; padding-top:14px; width:1080px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; background:url('/html/img/wfo/bg/bg_gnb_menu_border.png') repeat-y;}
.gnb .all_depth .depth_area:after { content:''; clear:both; display:block;}
.gnb .all_depth .depth_area .dapth_box { float:left; padding:0 19px 14px 19px; width:215px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.gnb .all_depth .depth_area .dapth_box.space { width:100%; padding:12px 0 0 0;}
.gnb .all_depth .depth_area .dapth_box strong { display:inline-block; padding-bottom:10px; font-size:16px; color:#4c4c4c; font-weight:bold;}
.gnb .all_depth .depth_area .dapth_box .menu li { margin-top:7px; padding-left:12px; background:url('/html/img/wfo/ico/ico_menu_bullet.png') 4px 5px no-repeat;}
.gnb .all_depth .depth_area .dapth_box .menu li:first-child { margin-top:0;}
.gnb .all_depth .depth_area .dapth_box .menu li a { font-family:"NanumBarun", sans-serif ;  font-size:13px; color:#383838; }

.authority_staff .header_page_state .open_page_list li.on, .authority_staff .header_page_state .open_page_list li:hover { background:#f7f6f6 url('/html/img/wfo/bg/bg_openbar_over.png') 0 bottom repeat-x;}
.admin_staff .header_page_state .open_page_list li.on, .admin_staff .header_page_state .open_page_list li:hover { background:#f7f6f6 url('/html/img/wfo/bg/bg_admin_openbar_over.png') 0 bottom repeat-x;}
.counsel_staff .header_page_state .open_page_list li.on, .counsel_staff .header_page_state .open_page_list li:hover { background:#f7f6f6 url('/html/img/wfo/bg/bg_counsel_openbar_over.png') 0 bottom repeat-x;}

footer { position:fixed; padding:9px 0 10px 0; width:100%; bottom:0; border-top:1px solid #d8d8d8; text-align:center; background:#fff;z-index:1;}
footer .copyright { font-family:"NanumBarun", sans-serif ; font-size:11px; color:#959595; }
footer .copyright > strong { color:#606060;}

/* Calender*/
.calendar_title {margin:0 auto;width:55%;}
.calendar_header {min-width:600px;}
.calendar_header ul > li {float:left;min-width:100px;width:100px;height:30px;border:1px solid #d8d8d8;text-align:center;padding-top:15px;}
.calendar_tlt_sunday {color:#ef5450;font-weight:bold;background-color:#eff3f9;}
.calendar_tlt_monday {color:#606060;font-weight:bold;background-color:#eff3f9;}
.calendar_tlt_tueday {color:#606060;font-weight:bold;background-color:#eff3f9;}
.calendar_tlt_wenday {color:#606060;font-weight:bold;background-color:#eff3f9;}
.calendar_tlt_thuday {color:#606060;font-weight:bold;background-color:#eff3f9;}
.calendar_tlt_friday {color:#606060;font-weight:bold;background-color:#eff3f9;}
.calendar_tlt_satday {color:blue;font-weight:bold;background-color:#eff3f9;}

.calendar_content {min-width:600px;}
.calendar_ul {clear:both;}
.calendar_content > ul > li {float:left;min-width:100px;width:100px;height:80px;border:1px solid #d8d8d8;text-align:left;padding-top:5px;}
.calendar_sunday {color:#ef3f3e;}
.calendar_holiday {color:#ef3f3e;}
.calendar_monday {color:#606060;}
.calendar_tueday {color:#606060;}
.calendar_wenday {color:#606060;}
.calendar_thuday {color:#606060;}
.calendar_friday {color:#606060;}
.calendar_satday {color:#3d3df5;}

.calendar_sunday:hover {font-weight:bold;cursor:pointer;background-color:#d8d8d8;}
.calendar_holiday:hover {font-weight:bold;cursor:pointer;background-color:#d8d8d8;}
.calendar_monday:hover {font-weight:bold;cursor:pointer;background-color:#ef3f3e;}
.calendar_tueday:hover {font-weight:bold;cursor:pointer;background-color:#ef3f3e;}
.calendar_wenday:hover {font-weight:bold;cursor:pointer;background-color:#ef3f3e;}
.calendar_thuday:hover {font-weight:bold;cursor:pointer;background-color:#ef3f3e;}
.calendar_friday:hover {font-weight:bold;cursor:pointer;background-color:#ef3f3e;}
.calendar_satday:hover {font-weight:bold;cursor:pointer;background-color:#d8d8d8;}

/* color & Text */
.point_green { color:#308408;}
.point_red { color:#ef3f3e;}
.point_blue { color:#1962b5;}
.point_grey { color:#666666;}
.point_lightgray { color:#c9c9c9;}
.class_upper{ text-transform:uppercase!important; }

/* grid select box arrow */
select.grid-edit-cell{
	background-image:
		linear-gradient(45deg, transparent 50%, #646464 50%),
		linear-gradient(135deg, #646464 50%, transparent 50%);
	background-position:
		calc(100% - 10px),
		calc(100% - 6px);
	background-size:
		5px 5px,
		5px 5px;
	background-repeat: no-repeat;
}

/* tr size change problem */
.icheckbox_flat-red_custom2.disabled { border: none !important; }

/*******************************************************************************************************************************************
  Hi_WFM_New_Style 2022.01~07
********************************************************************************************************************************************/
/* FlexBox */
.tt-cols { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }
.tt-cols.is-no-strch { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.tt-cols > * { -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0px; min-width: 0; max-width: 100%; width: auto; margin-left: 15px; }
.tt-cols > *:first-child { margin-left: 0 !important; }
.tt-cols > * > textarea { height: 100%; }
.tt-cols > * > .tt-card + .tt-card { margin-top: 15px; }
.tt-cols > .tt-list-form, .tt-cols > .tt-split { margin-left: 20px; }
.tt-cols > .tt-split { margin-right: 0; }
.tt-cols > .is-col-fix, .tt-cols > .tt-unit, .tt-cols > .tt-split, .tt-cols > button, .tt-cols > .tt-btn, .tt-cols > .tt-btn-free { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.tt-cols .is-col-fix + .gwbCombo_div { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }
.tt-cols .is-col-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
.tt-cols .is-col-center > div { text-align: center; }
.tt-cols .is-col-center button { margin: 3px 0; }
.tt-cols > .gwbCombo:first-child + .gwbCombo_div { margin-left: 0 !important; }
.tt-cols > .tt-card + .tt-card, .tt-cols > .tt-box + .tt-box, .tt-cols > .tt-form-wrap + .tt-form-wrap, .tt-cols > .tt-cols + .tt-cols { margin-top: 0; }
.tt-cols > .tt-group-input + .tt-btn, .tt-cols > .tt-group-input + .tt-btn-free { margin-left: 4px; }
.tt-cols + .tt-cols { margin-top: 10px; }
.tt-cols.is-hidden + .tt-cols { margin-top: 0; }
.tt-cols > .gwbCombo_div + .tt-selection { margin-left: 10px; }
.tt-cols > .gwbCombo_div { min-width: 0; max-width: 100%; width: auto; }
.tt-cols > .tt-grid-frame + div { margin-top: 0; }
.tt-cols.is-space-0 > * { margin-left: 0; }
.tt-cols.is-space-0 > .tt-list-form, .tt-cols.is-space-0 > .tt-split { margin-left: 0; }
.tt-cols.is-space-5 > * { margin-left: 5px; }
.tt-cols.is-space-5 > .tt-list-form, .tt-cols.is-space-5 > .tt-split { margin-left: 5px; }
.tt-cols.is-space-10 > * { margin-left: 10px; }
.tt-cols.is-space-10 > .tt-list-form, .tt-cols.is-space-10 > .tt-split { margin-left: 10px; }
.tt-cols.is-space-15 > * { margin-left: 15px; }
.tt-cols.is-space-15 > .tt-list-form, .tt-cols.is-space-15 > .tt-split { margin-left: 15px; }
.tt-cols.is-space-20 > * { margin-left: 20px; }
.tt-cols.is-space-20 > .tt-list-form, .tt-cols.is-space-20 > .tt-split { margin-left: 20px; }
.tt-cols.is-setting { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tt-cols.is-setting > * { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100%/3 - 14px); margin-bottom: 15px; }
.tt-cols.is-setting > *:nth-child(3n+1) { margin-left: 0; }

/* Button */
button, input[type="button"], input[type="reset"], input[type="submit"] { font-family:"NanumBarun", sans-serif ; cursor: pointer; -webkit-appearance: button; }
.tt-btn, label.tt-btn, .tt-btn-move, .tt-btn-free, .btn-glass { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; overflow: hidden; min-width: 50px; height: 21px; padding: 0 10px 1px; border-radius: 3px; border: 1px solid; border-color: #b6b7bf; background-image: none; background-color: #ebecf2; font-size: 12px; font-weight: 500; line-height: 1; letter-spacing: -0.5px; word-spacing: -1px; color: #333; -webkit-transition: all .3s; transition: all .3s; outline: none; -webkit-box-sizing: border-box; box-sizing: border-box; }
.tt-btn:hover, label.tt-btn:hover, .tt-btn-move:hover, .tt-btn-free:hover, .btn-glass:hover { border-color: #b6b7bf; background-color: #e4e5eb; }
.tt-btn:disabled, label.tt-btn:disabled, .tt-btn-move:disabled, .tt-btn-free:disabled, .btn-glass:disabled { opacity: .5; cursor: default; }
.tt-btn:disabled:hover, label.tt-btn:disabled:hover, .tt-btn-move:disabled:hover, .tt-btn-free:disabled:hover, .btn-glass:disabled:hover { border-color: #b6b7bf; background-color: #ebecf2; color: #333; }
.tt-btn:disabled:hover i, label.tt-btn:disabled:hover i, .tt-btn-move:disabled:hover i, .tt-btn-free:disabled:hover i, .btn-glass:disabled:hover i { opacity: .8; }
.tt-btn + .tt-btn, .tt-btn + .tt-btn-move, .tt-btn + .tt-btn-free, label.tt-btn + .tt-btn, label.tt-btn + .tt-btn-move, label.tt-btn + .tt-btn-free, .tt-btn-move + .tt-btn, .tt-btn-move + .tt-btn-move, .tt-btn-move + .tt-btn-free, .tt-btn-free + .tt-btn, .tt-btn-free + .tt-btn-move, .tt-btn-free + .tt-btn-free, .btn-glass + .tt-btn, .btn-glass + .tt-btn-move, .btn-glass + .tt-btn-free { margin-left: 4px; }

/*  btn_size */
.tt-btn.is-sm, label.tt-btn.is-sm, .tt-btn-move.is-sm, .tt-btn-free.is-sm, .btn-glass.is-sm { min-width: 30px; height: 20px; padding: 0 5px 2px; border-radius: 2px; font-size: 11px; }
.tt-btn.is-md, label.tt-btn.is-md, .tt-btn-move.is-md, .tt-btn-free.is-md, .btn-glass.is-md { min-width: 65px; height: 30px; padding: 0 15px 2px; border-radius: 3px; font-size: 13px; }
.tt-btn.is-xm, label.tt-btn.is-xm, .tt-btn-move.is-xm, .tt-btn-free.is-xm, .btn-glass.is-xm { min-width: 80px; height: 40px; padding: 0 15px 2px; border-radius: 3px; font-size: 14px; line-height: 1.2; }
.tt-btn.is-lg, label.tt-btn.is-lg, .tt-btn-move.is-lg, .tt-btn-free.is-lg, .btn-glass.is-lg { min-width: 140px; height: 50px; padding: 0 20px 2px; border-radius: 4px; font-size: 15px; font-weight: 600; }
.tt-btn.is-xl, label.tt-btn.is-xl, .tt-btn-move.is-xl, .tt-btn-free.is-xl, .btn-glass.is-xl { min-width: 150px; height: 60px; padding: 0 20px 2px; border-radius: 4px; font-size: 17px; font-weight: 600; }

/* btn_shape */
.tt-btn.is-icon, label.tt-btn.is-icon, .tt-btn-move.is-icon, .tt-btn-free.is-icon, .btn-glass.is-icon { min-width: auto; padding: 0 4px; border: 0; background-color: transparent; }
.tt-btn.has-icon, label.tt-btn.has-icon, .tt-btn-move.has-icon, .tt-btn-free.has-icon, .btn-glass.has-icon { padding: 0 8px; }
.tt-btn.has-icon span, label.tt-btn.has-icon span, .tt-btn-move.has-icon span, .tt-btn-free.has-icon span, .btn-glass.has-icon span { margin-top: -1px; }
.tt-btn.has-icon i + span, label.tt-btn.has-icon i + span, .tt-btn-move.has-icon i + span, .tt-btn-free.has-icon i + span, .btn-glass.has-icon i + span { margin-left: 4px; }
.tt-btn.has-icon span + i, label.tt-btn.has-icon span + i, .tt-btn-move.has-icon span + i, .tt-btn-free.has-icon span + i, .btn-glass.has-icon span + i { margin-left: 6px; margin-right: -2px; }
.tt-btn.has-icon-only, label.tt-btn.has-icon-only, .tt-btn-move.has-icon-only, .tt-btn-free.has-icon-only, .btn-glass.has-icon-only { min-width: 30px; padding: 0; }
.tt-btn.is-trns, label.tt-btn.is-trns, .tt-btn-move.is-trns, .tt-btn-free.is-trns, .btn-glass.is-trns { border: 0; background-color: transparent; }
.tt-btn.is-square, label.tt-btn.is-square, .tt-btn-move.is-square, .tt-btn-free.is-square, .btn-glass.is-square { min-width: 25px; width: 25px; height: 25px; padding: 0; border-radius: 0; border-color: #b8bbcc; background-color: #dae0f2; }
.tt-btn.is-circle, label.tt-btn.is-circle, .tt-btn-move.is-circle, .tt-btn-free.is-circle, .btn-glass.is-circle { min-width: 20px; width: 25px; height: 25px; padding: 0; border-radius: 50%; }
.tt-btn.is-circle.is-sm, label.tt-btn.is-circle.is-sm, .tt-btn-move.is-circle.is-sm, .tt-btn-free.is-circle.is-sm, .btn-glass.is-circle.is-sm { width: 20px; height: 20px; }
.tt-btn.is-circle.is-md, label.tt-btn.is-circle.is-md, .tt-btn-move.is-circle.is-md, .tt-btn-free.is-circle.is-md, .btn-glass.is-circle.is-md { width: 30px; height: 30px; }
.tt-btn.is-circle.is-xm, label.tt-btn.is-circle.is-xm, .tt-btn-move.is-circle.is-xm, .tt-btn-free.is-circle.is-xm, .btn-glass.is-circle.is-xm { width: 40px; height: 40px; }
.tt-btn.is-circle.is-lg, label.tt-btn.is-circle.is-lg, .tt-btn-move.is-circle.is-lg, .tt-btn-free.is-circle.is-lg, .btn-glass.is-circle.is-lg { width: 50px; height: 50px; }
.tt-btn.is-circle.is-xl, label.tt-btn.is-circle.is-xl, .tt-btn-move.is-circle.is-xl, .tt-btn-free.is-circle.is-xl, .btn-glass.is-circle.is-xl { width: 60px; height: 60px; }
.tt-btn.is-round, label.tt-btn.is-round, .tt-btn-move.is-round, .tt-btn-free.is-round, .btn-glass.is-round { height: 25px; border-radius: 18px; }
.tt-btn.is-round-bum, label.tt-btn.is-round-bum, .tt-btn-move.is-round-bum, .tt-btn-free.is-round-bum, .btn-glass.is-round-bum { height: 20px; border-radius: 18px; padding: 0 10px!important; font-size: 11px!important; min-width:30px; }
.tt-btn.is-round.is-sm, label.tt-btn.is-round.ifs-sm, .tt-btn-move.is-round.is-sm, .tt-btn-free.is-round.is-sm, .btn-glass.is-round.is-sm { height: 20px; border-radius: 10px; }
.tt-btn.is-round.is-md, label.tt-btn.is-round.is-md, .tt-btn-move.is-round.is-md, .tt-btn-free.is-round.is-md, .btn-glass.is-round.is-md { height: 30px; border-radius: 15px; }
.tt-btn.is-round.is-xm, label.tt-btn.is-round.is-xm, .tt-btn-move.is-round.is-xm, .tt-btn-free.is-round.is-xm, .btn-glass.is-round.is-xm { height: 40px; border-radius: 20px; }
.tt-btn.is-round.is-lg, label.tt-btn.is-round.is-lg, .tt-btn-move.is-round.is-lg, .tt-btn-free.is-round.is-lg, .btn-glass.is-round.is-lg { height: 50px; border-radius: 25px; }
.tt-btn.is-round.is-xl, label.tt-btn.is-round.is-xl, .tt-btn-move.is-round.is-xl, .tt-btn-free.is-round.is-xl, .btn-glass.is-round.is-xl { height: 60px; border-radius: 30px; }
.tt-btn.is-norborder, label.tt-btn.is-norborder, .tt-btn-move.is-norborder, .tt-btn-free.is-norborder, .btn-glass.is-norborder { border-color: transparent; }
.tt-btn.is-norborder:hover, label.tt-btn.is-norborder:hover, .tt-btn-move.is-norborder:hover, .tt-btn-free.is-norborder:hover, .btn-glass.is-norborder:hover { border-color: transparent; }
.tt-btn.is-norborder:disabled:hover, label.tt-btn.is-norborder:disabled:hover, .tt-btn-move.is-norborder:disabled:hover, .tt-btn-free.is-norborder:disabled:hover, .btn-glass.is-norborder:disabled:hover { border-color: transparent; }

/* btn_color */
.tt-btn.is-blue, label.tt-btn.is-blue, .tt-btn-move.is-blue, .tt-btn-free.is-blue { border-color: #3a4c8e; background-color: #3a4c8e; color: #fff; border:1px solid #2f3d72; }
.tt-btn.is-blue:hover, label.tt-btn.is-blue:hover, .tt-btn-move.is-blue:hover, .tt-btn-free.is-blue:hover { border-color: #2f3d72; background-color: #2f3d72; border:1px solid #2f3d72; }
.tt-btn.is-blue:disabled:hover, label.tt-btn.is-blue:disabled:hover, .tt-btn-move.is-blue:disabled:hover, .tt-btn-free.is-blue:disabled:hover { border-color: #5697d9; background-color: #5697d9; color: #fff; border:1px solid #5697d9; }
.tt-btn.is-purple, label.tt-btn.is-purple, .tt-btn-move.is-purple, .tt-btn-free.is-purple, .btn-glass.is-purple { border-color: #9c67f9; background-color: #9c67f9; color: #fff; border:1px solid #9c67f9; }
.tt-btn.is-cyan, label.tt-btn.is-cyan, .tt-btn-move.is-cyan, .tt-btn-free.is-cyan { border-color: #29b9cc; background-color: #29b9cc; color: #fff; border:1px solid #29b9cc; }
.tt-btn.is-blueGray, label.tt-btn.is-blueGray, .tt-btn-move.is-blueGray, .tt-btn-free.is-blueGray { border-color: #607D8B; background-color: #607D8B; color: #fff; border:1px solid #607D8B; }
.tt-btn.is-org, label.tt-btn.is-org, .tt-btn-move.is-org, .tt-btn-free.is-org{ border-color: #FB8C00; background-color: #FB8C00; color: #fff; border:1px solid #FB8C00; }
.tt-btn.is-yellow, label.tt-btn.is-yellow, .tt-btn-move.is-yellow, .tt-btn-free.is-yellow { border-color: #f1dc2e; background-color: #f1dc2e; color: #000; border:1px solid #f1dc2e; }
.tt-btn.is-bg-white, label.tt-btn.is-bg-white, .tt-btn-move.is-bg-white, .tt-btn-free.is-bg-white { background-color: #fff; color: #333; border: 1px solid #3a4c8e; }

/* bum_color */
.tt-btn.is-teal, label.tt-btn.is-teal, .tt-btn-move.is-teal, .tt-btn-free.is-teal { border-color: #9999CC; background-color: #9999CC; color: #000!important; }/* 미완료*/
.tt-btn.is-red, label.tt-btn.is-red, .tt-btn-move.is-red, .tt-btn-free.is-red { border-color: #f23044; background-color: #f23044; color: #000; }/* 제외 */
.tt-btn.is-indigo, label.tt-btn.is-indigo, .tt-btn-move.is-indigo, .tt-btn-free.is-indigo{ border-color: #CEE1EB; background-color: #CEE1EB; color: #000!important; }/* 미공개*/
.bum-dayoff{ background-color: #f6e1e1!important; min-width:40px!important; color:#f23044!important; }
.is-bum-group-wrap label{ margin-right: 20px; }
[class^='is-bum-check'], [class*='is-bum-check']{ display: inline-block; width:20px; height:15px; vertical-align: -3px; box-sizing: border-box; }
.is-bum-team{ background-color: #CCFF99; border:1px solid #ace573; }
.is-bum-groups{ background-color: #FF99CC; border:1px solid #e07bad; }
.is-bum-part{ background-color: #CCCCFF; border:1px solid #a6a6e2; }
.is-bum-sawon{ background-color: #fff; border:1px solid #e1e1e1; }
.bum_group{ height:30px; }
.bum_group_workday{ height:30px; }
.bum_group_workday em{ margin: 0 20px 0 5px; }

/* 메인홈 범례 컬러샘플*/
.tt-btn.is-vacation{ border-color: #9999CC; background-color: #9999CC; color: #000!important; }/* 휴가 */
.tt-btn.is-consul{ border-color: #CEE1EB; background-color: #CEE1EB; color: #000!important; }/* 상담 */
.tt-btn.is-meal{ border-color: #FFB6C1; background-color: #FFB6C1; color: #000!important; }/* 식사 */
.tt-btn.is-rest{ border-color: #F3EEAF; background-color: #F3EEAF; color: #000!important; }/* 휴식 */
.tt-btn.is-ot{ border-color: #CD5C5C; background-color: #CD5C5C; color: #000!important; }/* OT */
.tt-btn.is-edu{ border-color: #E3BFFF; background-color: #E3BFFF; color: #000!important; }/* 교육 */
.tt-btn.is-lecture{ border-color: #D69D9D; background-color: #D69D9D; color: #000!important; }/* 강의 */
.tt-btn.is-coach{ border-color: #FFBD4B; background-color: #FFBD4B; color: #000!important; }/* 코칭 */
.tt-btn.is-dong{ border-color: #99CC00; background-color: #99CC00; color: #000!important; }/* 동석 */
.tt-btn.is-interview{ border-color: #44CDB4; background-color: #44CDB4; color: #000!important; }/* 면담 */
.tt-btn.is-meet{ border-color: #CC66FF; background-color: #CC66FF; color: #000!important; }/* 회의 */
.tt-btn.is-ot-meal{ border-color: #C71585; background-color: #C71585; color: #000!important; }/* OT식사 */
.tt-btn.is-ot-lunchl{ border-color: #B8860B; background-color: #B8860B; color: #000!important; }/* 중식OT */
.tt-btn.is-edu-meal{ border-color: #DB7093; background-color: #DB7093; color: #000!important; }/* 교육식사 */
.tt-btn.is-support-ot{ border-color: #87CEFA; background-color: #87CEFA; color: #000!important; }/* 지원OT */
.tt-btn.is-work-ot{ border-color: #5F9EA0; background-color: #5F9EA0; color: #000!important; }/* 업무OT */
.tt-btn.is-overtime-work{ border-color: #FF7D5C; background-color: #FF7D5C; color: #000!important; }/* 연장근무 */
.tt-btn.is-move-time{ border-color: #6600FF; background-color: #6600FF; color: #000!important; }/* 이동시간 */
.tt-btn.is-etc{ border-color: #9FB98E; background-color: #9FB98E; color: #000!important; }/* etc */
.tt-btn.is-rest-time{ border-color: #C0C0C0; background-color: #C0C0C0; color: #000!important; }/* 휴직 */
.tt-btn.is-mentoring{ border-color: #AB4A12; background-color: #AB4A12; color: #000!important; }/* 멘토링 */
.tt-btn.is-system-error{ border-color: #FF0000; background-color: #FF0000; color: #000!important; }/* 전산장애 */
.tt-btn.is-edu-mentor{ border-color: #FF9D9D; background-color: #FF9D9D; color: #000!important; }/* 교육멘토 */
.tt-btn.is-min-interview{ border-color: #ffff00; background-color: #ffff00; color: #000!important; }/* 민원면담 */
.tt-btn.is-leader-interview{ border-color: #29a3a3; background-color: #29a3a3; color: #000!important; }/* 센터장면담 */
.tt-btn.is-baby{ border-color: #000099; background-color: #000099; color: #000!important; }/* 태아검진 */
.tt-btn.is-rest-2{ border-color: #ffff00; background-color: #ffff00; color: #000!important; }/* 휴식2 */

/* 휴일유형명 범례*/
.tt-btn.is-wd-first{ border-color: #009cc8; background-color: #0ac9ff; color: #000!important; cursor: default; }
.tt-btn.is-wd-before{ border-color: #009cc8; background-color: #0ac9ff; color: #fff!important; cursor: default; }
.tt-btn.is-wd-mid{ border-color: #2626d6; background-color: #0000ff; color: #fff!important; cursor: default; }
.tt-btn.is-wd-hd{ border-color: #e60000; background-color: #e60000; color: #fff!important; cursor: default; }
.tt-btn.is-wd-hd-plus{ border-color: #f97600; background-color: #f97600; color: #fff!important; cursor: default; }
.tt-btn.is-wd-hd-no{ border-color: #999; background-color: #fff; color: #fff!important; cursor: default; }

/* btn_type */
.tt-btn.is-fill, label.tt-btn.is-fill, .tt-btn-move.is-fill, .tt-btn-free.is-fill, .btn-glass.is-fill { border-color: #1f3d7d!important; background-color: #1f3d7d!important; color: #fff; }
.tt-btn.is-fill:hover, label.tt-btn.is-fill:hover, .tt-btn-move.is-fill:hover, .tt-btn-free.is-fill:hover, .btn-glass.is-fill:hover { border-color: #1f3d7d!important; background-color: #1f3d7d!important; }
.tt-btn.is-fill:disabled:hover, label.tt-btn.is-fill:disabled:hover, .tt-btn-move.is-fill:disabled:hover, .tt-btn-free.is-fill:disabled:hover, .btn-glass.is-fill:disabled:hover { border-color: #596380; background-color: #596380; color: #fff; }
.tt-btn.is-search, label.tt-btn.is-search, .tt-btn-move.is-search, .tt-btn-free.is-search, .btn-glass.is-search { border-color: #1f3d7d!important; background-color: #1f3d7d!important; color: #fff; }
.tt-btn.is-search:hover, label.tt-btn.is-search:hover, .tt-btn-move.is-search:hover, .tt-btn-free.is-search:hover, .btn-glass.is-search:hover { border-color: #334b7e; background-color: #334b7e; }
.tt-btn.is-search:disabled:hover, label.tt-btn.is-search:disabled:hover, .tt-btn-move.is-search:disabled:hover, .tt-btn-free.is-search:disabled:hover, .btn-glass.is-search:disabled:hover { border-color: #29b9cc; background-color: #29b9cc; color: #fff; }
.tt-btn.is-main, label.tt-btn.is-main, .tt-btn-move.is-main, .tt-btn-free.is-main, .btn-glass.is-main { border-color: #ff6474; background-color: #ff6474; color: #fff; }
.tt-btn.is-main:hover, label.tt-btn.is-main:hover, .tt-btn-move.is-main:hover, .tt-btn-free.is-main:hover, .btn-glass.is-main:hover { border-color: #ff4b5d; background-color: #ff4b5d; }
.tt-btn.is-main:disabled:hover, label.tt-btn.is-main:disabled:hover, .tt-btn-move.is-main:disabled:hover, .tt-btn-free.is-main:disabled:hover, .btn-glass.is-main:disabled:hover { border-color: #ff6474; background-color: #ff6474; }
.tt-btn.is-empty, label.tt-btn.is-empty, .tt-btn-move.is-empty, .tt-btn-free.is-empty, .btn-glass.is-empty { background-color: #fff; }
.tt-btn.is-empty:hover, label.tt-btn.is-empty:hover, .tt-btn-move.is-empty:hover, .tt-btn-free.is-empty:hover, .btn-glass.is-empty:hover { border-color: #b6b7bf; background-color: #f2f4fa; }
.tt-btn.is-empty:disabled:hover, label.tt-btn.is-empty:disabled:hover, .tt-btn-move.is-empty:disabled:hover, .tt-btn-free.is-empty:disabled:hover, .btn-glass.is-empty:disabled:hover { border-color: #b6b7bf; background-color: #fff; }
.tt-btn.is-go, label.tt-btn.is-go, .tt-btn-move.is-go, .tt-btn-free.is-go, .btn-glass.is-go { width: 60px; height: 30px; border-radius: 15px; border-color: #5697d9; background: #5697d9; font-size: 16px; color: #fff; line-height: 28px; letter-spacing: 0; }
.tt-btn.is-go:after, label.tt-btn.is-go:after, .tt-btn-move.is-go:after, .tt-btn-free.is-go:after, .btn-glass.is-go:after { content: ''; display: inline-block; width: 7px; height: 7px; margin-left: 5px; border-top: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.tt-btn.is-go:hover, label.tt-btn.is-go:hover, .tt-btn-move.is-go:hover, .tt-btn-free.is-go:hover, .btn-glass.is-go:hover { border-color: #418ad4; background: #418ad4; }
.tt-btn.is-go:disabled:hover, label.tt-btn.is-go:disabled:hover, .tt-btn-move.is-go:disabled:hover, .tt-btn-free.is-go:disabled:hover, .btn-glass.is-go:disabled:hover { border-color: #5697d9; background-color: #5697d9; color: #fff; }

.tt-btn i, label.tt-btn i, .tt-btn-move i, .tt-btn-free i, .btn-glass i { opacity: .8; -webkit-transition: opacity .3s; transition: opacity .3s; }
.tt-btn:hover i, label.tt-btn:hover i, .tt-btn-move:hover i, .tt-btn-free:hover i, .btn-glass:hover i { opacity: 1; }
.tt-btn.sortable-ghost, label.tt-btn.sortable-ghost, .tt-btn-move.sortable-ghost, .tt-btn-free.sortable-ghost, .btn-glass.sortable-ghost { border: 1px dotted #5697d9; background-color: rgba(86, 151, 217, 0.3); }
.tt-btn-move { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 29px; padding: 0; }
.tt-btn-move.is-md { min-width: 41px; height: 31px; padding: 0; }

/*  btn_selector */
.tt-btn-link { position: relative; height: 14px; line-height: 12px; padding: 0 12px 2px 0; border: 0; background: transparent; font-size: 12px; color: #5697d9; outline: none; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s; }
.tt-btn-link:after { content: ""; display: inline-block; position: absolute; top: 3px; width: 6px; height: 6px; border-radius: 1px; border: solid #5697d9; border-width: 1px 1px 0 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.tt-btn-link:hover { color: #2e7dce; }
.tt-btn-link:disabled { opacity: .5; cursor: default; }
.tt-btn-link:disabled:hover { background: transparent; color: #5697d9; }
.tt-btn-link.is-lg { height: 20px; font-size: 15px; font-weight: 600; }
.tt-btn-link.is-lg:after { top: 5px; width: 7px; height: 7px; border-width: 2px 2px 0 0; }
.tt-btn-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; opacity: .7; cursor: pointer; }
.tt-btn-grid:hover { opacity: 1; }
.tt-btn-header { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-width: 30px; height: 30px; margin-right: 10px; padding: 0 12px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.4); background-color: rgba(255, 255, 255, 0.15); font-size: 12px; font-weight: 600; color: #fff; outline: 0 none; -webkit-transition: all .3s; transition: all .3s; }

/*  selection */
.tt-selection-group > * { float: left; }
.tt-selection-group input { display: none; }
.tt-selection-group input:disabled + label { opacity: .5; cursor: default; }
.tt-selection-group input:disabled + label:hover { background-color: #f9f9f9; }
.tt-selection-group input:checked + label { border-color: #596380; background-color: #596380; color: rgba(255, 255, 255, 0.8); cursor: default; }
.tt-selection-group input:checked + label:hover { background-color: #596380; }
.tt-selection-group input:checked:disabled + label { opacity: .5; cursor: default; }
.tt-selection-group input:checked:disabled + label:hover { background-color: #596380; }
.tt-selection-group label { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; overflow: hidden; min-width: 40px; height: 25px; padding: 0 5px 2px; border-style: solid; border-width: 1px 0 1px 1px; border-color: #b3b3b3; background-image: none; background-color: #f9f9f9; font-size: 12px; font-weight: normal; line-height: 23px; letter-spacing: -0.5px; word-spacing: -1px; color: #333; -webkit-transition: all .3s; transition: all .3s; outline: none; -webkit-box-sizing: border-box; box-sizing: border-box; }
.tt-selection-group label:hover { background-color: #fff; }
.tt-selection-group label:first-of-type { border-radius: 3px 0 0 3px; }
.tt-selection-group label:last-of-type { border-radius: 0 3px 3px 0; border-width: 1px; }

/* selection radio */
.tt-selection { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 25px; line-height: 25px; margin-right: 15px; word-spacing: -2px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s; cursor: pointer; }
.tt-selection:last-child { margin-right: 0; }
.tt-selection.is-rows { width: 100%; margin-right: 0 !important; }
.tt-selection .icheckbox_flat-red_custom2, .tt-selection .iradio_flat-red_custom2 { float: none; margin-top: -1px; margin-right: 4px; }
.tt-selection i { position: relative; top: -1px; margin-right: 1px; }
.tt-selection i + span { margin-left: 4px; }
.tt-selection + *:not(.tt-selection) { margin-left: 5px; }
.tt-selection:hover .icheckbox_flat-red_custom2, .tt-selection:hover .iradio_flat-red_custom2 { border-color: #596380; }
.tt-selection:hover .icheckbox_flat-red_custom2:before, .tt-selection:hover .iradio_flat-red_custom2:before { border-color: #596380; }
.tt-selection:hover .icheckbox_flat-red_custom2.disabled, .tt-selection:hover .iradio_flat-red_custom2.disabled { border-color: #b3b3b3; }
.tt-selection:hover .icheckbox_flat-red_custom2.disabled:before, .tt-selection:hover .iradio_flat-red_custom2.disabled:before { border-color: #fff; }
.tt-selection:hover .icheckbox_flat-red_custom2.checked, .tt-selection:hover .iradio_flat-red_custom2.checked { border-color: #ff6474; }
.tt-selection:hover .icheckbox_flat-red_custom2.checked:before, .tt-selection:hover .iradio_flat-red_custom2.checked:before { border-color: #fff; }

/* tt_btn_icons & Awesome font icons */
[class*="tt-icon"] { display: inline-block; width: 15px; height: 15px; background-image: url(../images/icons.png); background-repeat: no-repeat; background-position: 0 0; }
[class*="tt-icon"].is-white { background-image: url(../images/icons-white.png); }
[class*="tt-icon"].is-red { background-image: url(../images/icons-red.png); }
[class*="tt-icon"].is-blue { background-image: url(../images/icons-blue.png); }
.tt-icon-search { width: 13px; height: 13px; background-position: -300px 0; }
.tt-icon-search-sm { width: 12px; height: 13px; background-position: -350px 0; }
.tt-icon-plus-sm { width: 11px; height: 11px; background-position: -50px -200px; }
.tt-icon-plus-sm-bold { width: 12px; height: 12px; background-position: -300px -200px; }
.tt-icon-minus-sm-bold { width: 12px; height: 12px; background-position: -300px -250px; }
.tt-icon-minus-sm { width: 11px; height: 11px; background-position: -50px -250px; }
.tt-icon-angle-down-md { width: 13px; height: 7px; background-position: -150px -450px; }
.tt-icon-angle-up-md { width: 13px; height: 7px; background-position: -150px -400px; }
.tt-icon-angle-left-md { width: 7px; height: 13px; background-position: -150px -350px; }
.tt-icon-angle-right-md { width: 7px; height: 13px; background-position: -150px -300px; }
.tt-icon-trash { width: 14px; height: 13px; background-position: -700px 0; }
.tt-icon-setting { width: 15px; height: 15px; background-position: -950px 0; }
.tt-icon-close { width: 11px; height: 11px; background-position: -100px -150px; }
.tt-label.has-dot { margin-left: 10px; padding-left: 6px; }
.tt-label.has-dot:first-child { margin-left: 0; }
.tt-label.has-dot:before { content: ""; position: relative; top: -3px; left: -6px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #666; }

[class*="tt-icon-main"] { background-image: url(../images/icons-main.png); background-position: 0 0; }
.tt-icon-main-notice { background-position: -200px 0; width: 15px; height: 14px; }

/* Awesome font icons */
.icon-times-circle:before { content: "\f057"; color: #238fdd!important; font-size: 14px!important; }
.icon-remove:before, .icon-close:before, .icon-times:before { content: "\f00d"; color: #022b62!important; font-size: 13px!important; }

/*  group_input */
.tt-group-input { position: relative; }
.tt-group-input .gwbInput { width: 100px!important; }
.tt-group-input-preview .gwbInput { width: 70%!important; }

/*  head title */
/* .gwb-ui-box-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; } */
.gwb-ui-box-head.is-underline { margin-bottom: 20px; border-bottom: 1px solid #b3b3b3; }
.gwb-ui-box-head h1 { font-size: 17px; font-weight: 600; }
.gwb-ui-box-head h2 { font-size: 15px; font-weight: 600; }
/* .gwb-ui-box-head h3 { margin-left: 2px; margin-top: 5px; margin-bottom: 5px; font-size: 14px; font-weight: 600; } */
.gwb-ui-box-head .actions, .gwb-ui-box-head .is-left { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.gwb-ui-box-head .actions > *, .gwb-ui-box-head .is-left > * { float: left; }
.gwb-ui-box-head .actions > * + *, .gwb-ui-box-head .is-left > * + * { margin-left: 6px; }
.gwb-ui-box-head .actions > * + .tt-label, .gwb-ui-box-head .is-left > * + .tt-label { margin-left: 10px; }
.gwb-ui-box-head .actions > * + .tt-unit, .gwb-ui-box-head .is-left > * + .tt-unit { margin-left: 2px; }
.gwb-ui-box-head .actions > * + .gwbInput, .gwb-ui-box-head .actions > * + .gwbCombo_div, .gwb-ui-box-head .is-left > * + .gwbInput, .gwb-ui-box-head .is-left > * + .gwbCombo_div { margin-left: 4px; }
.gwb-ui-box-head .actions > .tt-btn + .tt-btn, .gwb-ui-box-head .is-left > .tt-btn + .tt-btn { margin-left: 4px; }
.gwb-ui-box-head .actions div, .gwb-ui-box-head .actions p, .gwb-ui-box-head .is-left div, .gwb-ui-box-head .is-left p { display: inline-block; }
.gwb-ui-box-head .actions div.tt-info-txt, .gwb-ui-box-head .actions p.tt-info-txt, .gwb-ui-box-head .is-left div.tt-info-txt, .gwb-ui-box-head .is-left p.tt-info-txt { width: auto; }
.gwb-ui-box-head .actions .tt-label, .gwb-ui-box-head .is-left .tt-label { margin-right: 2px; }
.gwb-ui-box-head .tt-info-txt { display: inline-block; width: auto; margin-top: 5px; }
.gwb-ui-box-head .tt-info-txt + * { margin-left: 10px; }
.gwb-ui-box-head .actions .tt-info-txt { margin-top: 0; }
.tt-unit { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; }
.ranking em{ content: ''; display: inline-block; height: 14px; border-right: 1px solid #c0c0c0; padding:0 10px; }
.ranking em:last-child{ border-right:0; }

/* info txt */
.tt-info-txt { display:inline-block; position: relative; min-height: 16px; margin-top: 5px; padding-left: 20px; font-size: 13px; word-break: keep-all; word-break: break-word; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 20px; }
.tt-info-txt:before { content: ""; display: inline-block; position: absolute; top: 2px; left: 0; width: 15px; height: 15px; background: url(../images/icons.png) no-repeat; background-position: -600px -50px; }
.tt-info-txt.is-blue:before { background-image: url(../images/icons-blue.png); }
.tt-info-txt.is-red:before { background-image: url(../images/icons-red.png); }
.tt-info-txt.is-fill:before { background-position: -650px -50px; }
.tt-info-wrap{ clear:both; background-color: #fff1d1; border: 1px solid #eed499; padding:5px 7px 7px 10px; margin:15px 0 10px 0; line-height: 20px; }
.tt-info-wrap .tt-info-txt:before{ position: absolute; top: 2px; left: 0; }

/* summary list */
.eval_list strong{ font-weight: bold!important; }
.sum_list .tt-label{ font-size: 13px!important; }
.sum_list strong{ font-size: 13px!important; font-weight: bold!important; }
.sum_tb th, .sum_tb td{ text-align: center!important; }

/* gwb ui box head */
.gwb-ui-box-head > .is-left table { table-layout: fixed; display: table; width: 100%; margin: 0; border: 0; border-spacing: 0px; border-collapse: collapse; -webkit-box-sizing: border-box; box-sizing: border-box; }
.gwb-ui-box-head > .is-left table tr { height: auto; }
.gwb-ui-box-head > .is-left table tr th, .gwb-ui-box-head > .is-left table tr td { height: 100%; padding: 0; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }
.gwb-ui-box-head > .is-left table tr th { padding-right: 2px; font-weight: 600; color: #444; white-space: nowrap; text-overflow: ellipsis; text-align: right; }
.gwb-ui-box-head > .is-left table tr td { height: 100%; padding-left: 4px; text-align: left; }
.gwb-ui-box-head > .is-left table tr td.has-search { padding-left: 4px; }
.gwb-ui-box-head > .is-left table tr td.has-search .tt-btn, .gwb-ui-box-head > .is-left table tr td.has-search label.tt-btn, .gwb-ui-box-head > .is-left table tr td.has-search .tt-btn-free, .gwb-ui-box-head > .is-left table tr td.has-search .btn-glass { float: left; min-width: 50px; }

/* content layout */
.grid_area{ position: relative; min-height: 250px; top: 0; left: 0; background-color: #f0f2f8; }
.grid_area:after{ content:""; display:block; position: absolute; top: 50%; left: 50%; color: #798fac; }
.chart_area{ position: relative; min-height: 250px; top: 0; left: 0; background-color: #fff; border:1px solid #e1e1e1; }
.chart_area:after{ content:"Chart_Area"; display:block; position: absolute; top: 50%; left: 50%; }
.search_grid_area{ height:120px;overflow-y: auto; }
.tree_grid_area{ height:300px; overflow-y: auto; clear: both; }
.tree_long_grid_area{ height:400px;overflow-y: auto; clear: both; }
.tree_bbs_grid_area{ height:750px;overflow-y: auto; clear: both; }
.move_btn{ position: relative; width: 22px; height: 100%; margin-top: 334px; }
.state_value{ display: inline-block; text-align:left; margin-top:4px; margin-left:10px; white-space: nowrap; color:#fa5405; }
.toast_pop_rt{ position: absolute; top:12%; right:2%; background-color: #fff; width: 450px; border:1px solid #c0c0c0; padding:10px; box-shadow:2px 2px 10px 0px rgba(0, 0, 0, 0.15); z-index: 11; }
.toast_pop_lt{ position: absolute; top:10%; left:2%; background-color: #fff; width: 450px; border:1px solid #c0c0c0; padding:10px; box-shadow:2px 2px 10px 0px rgba(0, 0, 0, 0.15); z-index: 11; }
.toast_pop_Ct{ position: absolute; top:10%; left:15%; background-color: #fff; width: 450px; border:1px solid #c0c0c0; padding:10px; box-shadow:2px 2px 10px 0px rgba(0, 0, 0, 0.15); z-index: 11; }
.side_pop_rt{ position: absolute; top:16%; right:1%; background-color: #fff; width:300px; border:1px solid #c0c0c0; padding:10px; z-index: 11;}
.summary_area{ float:left; display:block; min-height:20px; margin-left:0px; margin-top:10px; width:100%; background: #fff; border:1px solid #bac4f7; padding: 3px 7px 5px 7px; border-radius: 7px; box-sizing: border-box; }
.summary_area .sum_tb th, .summary_area .sum_tb td{ height: 20px; }
.summary_area .sum_total td{ background-color: #fff1d1; color:#f96600; }

.img_user_photo{ display:block; background: url('../images/ic_user.png') no-repeat; width: 110px; height:132px; background-position:  center center; margin-right: auto; margin-left: auto; border: 1px solid #e1e1e1; box-sizing:  border-box; }
.photo_notice{ color:#f97600; font-size: 12px; line-height: 17px;margin-top: 5px; display: inline-block; }
.lst_sort{ width: 100%; }
.lst_sort li{ float: left; width:16%; line-height: 21px; padding-top: 4px; }
.lst_sort li:first-child{ width:7%; }
.epi{ width:30px!important; text-align: left!important; }
.bum_area{ background-color:#f8ebdc; border:1px solid #ebd3b7; color:#e08440; padding:10px; text-align:center; margin:10px 0 10px 0; }
.start_time{ width: 230px; position: absolute; top: 19px; right: 71px; }/* 지문인식 시작시간 */
.start_time input{ width:80px!important; }
.sum_detail th, .sum_detail td { text-align: center!important; }/* 연차사용가능일수 */

.refresh_time{ background-color: #022b62; color:#ffd401; text-align: center; border-radius: 25px; padding:6px 0; box-sizing: border-box; height: 24px; } /* 통합현황총괄 타임설정 */
.refresh_time .time_num{ font-weight: bold; }
.refresh_time .time_tle{ color:#94c0e6; }
.run_time{ display:inline-block; border-radius: 25px; padding: 4px 10px 5px 10px; box-sizing: border-box; border:1px solid #022b62; background-color:#022b62; text-align:center; vertical-align:top; color:#ffd401; height: 25px; }

.pop_move_btn{ position: relative; top: 50%; left: 0; }
ul.bbs_list li{ border-bottom:1px solid #e1e1e1; padding:7px; }/* 게시판 */
ul.bbs_list li a:hover{ color:#6477b6; }
ul.bbs_list .new_dot{ display: inline-block; border-radius: 50%; width: 5px; height: 5px; background-color: #ff8530; border:1px solid #ff8530; vertical-align: middle; margin-left: 5px; }
ul.bbs_scrap_list li{ border: none; padding: 7px 0 7px 15px; }
ul.bbs_scrap_list li:a:hover{ color:#6477b6; }
ul.bbs_scrap_list li:first-child{ padding-top:15px; }
ul.bbs_scrap_list li:last-child{ border-bottom:1px solid #e1e1e1; padding-bottom:15px; }
.checklist_form{ border: 1px solid #a3a3a3; padding:10px; clear: both; }
.head_title{ text-align: center; }
.head_title h2{ font-size: 22px; margin:15px 0; }
.head_title h3{ font-size: 17px!important; color:#333!important; margin-bottom: 5px; }
.radio_group{ float: left; display: block; width: 96%; padding:5px; border:1px solid #c7d2e5; margin-bottom: 10px; background-color: #f2f7fd; }
.radio_group .label{ display:block; padding-bottom:10px; }

/* 출력폼_급여증명서 */
.print_form_wrap{ text-align: center; width:100%; box-sizing: border-box; padding:20px; border:1px solid #d4d4d4; overflow-y: auto; height: 730px; }
.print_form_wrap h2{ font-size: 30px; }
.print_form_wrap .info_top{ float: right; padding-top:100px; padding-right: 60px; }
.print_form_wrap .info_top p{ font-size: 17px; line-height: 30px; text-align: left; }
.print_form_wrap .info_mid{ clear: both; padding-top:100px; }
.print_form_wrap .info_mid p{ font-size: 20px; line-height: 50px; }
.print_form_wrap .info_mid span{ font-size: 20px; font-weight: bold; }
.print_form_wrap .info_btm{ float: right; padding-top:100px; padding-right: 20px; }
.print_form_wrap .info_btm p{ font-size: 16px; line-height: 30px; text-align: left; padding-bottom:50px; }
.print_form_wrap .info_btm p:last-child{ font-size: 25px; line-height: 30px; text-align: left; }
.print_form_wrap .info_footer{ clear: both; padding-top:50px; }
.print_form_wrap .info_footer p{ font-size: 15px; line-height: 50px; text-decoration: underline; }
.print_form_wrap .info_footer h3{ font-size: 23px!important; color:#333!important; margin-bottom:100px; }

/* 출력폼_경력증명서 */
.career_form_wrap{ text-align: center; width:100%; box-sizing: border-box; padding:20px; border:1px solid #d4d4d4; overflow-y: auto; height: 730px; }
.career_form_wrap h2{ font-size: 30px; }
.career_form_wrap .info_num{ text-align: left; padding-bottom:70px; }
.career_form_wrap .info_top{ float: left; padding-top:100px; padding-left: 100px; }
.career_form_wrap .info_top p{ font-size: 17px; line-height: 30px; text-align: left; }
.career_form_wrap .info_top p .sub{ display: inline-block; font-size: 17px; line-height: 30px; text-align: left; letter-spacing: 47px; }
.career_form_wrap .info_top p .sub2{ display: inline-block; font-size: 17px; line-height: 30px; text-align: left; letter-spacing: 6px; }
.career_form_wrap .info_top p .sub3{ display: inline-block; font-size: 17px; line-height: 30px; text-align: left; letter-spacing: 17px; }
.career_form_wrap .info_top p .sub:after{ content: ' : ' ;letter-spacing: 0!important; position: relative; top:0; left:-24px; }
.career_form_wrap .info_top p .sub2:after{ content: ' : ' ;letter-spacing: 0!important; position: relative; top:0; left:16px; }
.career_form_wrap .info_top p .sub3:after{ content: ' : ' ;letter-spacing: 0!important; position: relative; top:0; left:4px; }
.career_form_wrap .info_top .num_date_fr{ padding-left: 37px; }
.career_form_wrap .info_top .num_date_la{ padding-left: 26px; }
.career_form_wrap .info_mid{ clear: both; padding-top:100px; }
.career_form_wrap .info_mid p{ font-size: 20px; line-height: 50px; }
.career_form_wrap .info_mid span{ font-size: 20px; font-weight: bold; }
.career_form_wrap .info_btm{ float: right; padding-top:100px; padding-right: 20px; }
.career_form_wrap .info_btm .date{ font-size: 16px; line-height: 30px; text-align: right; padding-bottom:50px; }
.career_form_wrap .info_btm p{ font-size: 16px; line-height: 25px; text-align: right; }
.career_form_wrap .info_footer{ clear: both; padding-top:50px; }
.career_form_wrap .info_footer p{ font-size: 15px; line-height: 50px; text-decoration: underline; }

/* 설문 썸네일 이미지 */
.scrolly{ width:730px; height:170px; overflow:auto; overflow-y: hidden; margin:0 auto; white-space:  nowrap; margin-top:10px; box-sizing: border-box; }
.scrolly img{ display:inline-block;  width:20%; height:100%; margin-left:10px; }
.scrolly img:first-child{ margin-left:0; }

/* calendar_big */
.tt-bigcal table{ border-top: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1;  border-right: 1px solid #e1e1e1; border-bottom: none; }
.tt-bigcal summary { padding-bottom: 0.25em; font-size: 1.5em; font-weight: 100; text-align: center; }
.tt-bigcal tr { position: relative; }
.tt-bigcal tr:first-child:not(.current-week) .date { border-top: 1px solid #dedbdb; }
.tt-bigcal th { text-align: center; color: #666; font-weight: bold; font-size: 13px; padding:5px; }
.tt-bigcal td { width: 14.28571429%; }
.tt-bigcal .date { text-align: left; display: block; height: 0; font-size: 12px; font-weight: bold; padding: 5px 0 0 5px; padding-bottom: 37%; position: relative; border-bottom: 1px solid #dedbdb; border-right: 1px solid #dedbdb;box-sizing: border-box; }
.tt-bigcal a{ color:#333; }
.tt-bigcal .weekend_sat .date{ border-right: none!important; }
.tt-bigcal .date ul, .date li { margin: 0; padding: 0; list-style: none; color: #333; }
.tt-bigcal .date ul { text-align: left; font-size: 0.9em; width: 100%; overflow: hidden; position: absolute; font-weight: normal; }
.tt-bigcal .date li { color: #222; width: 100%; height: 1.8em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; }
.tt-bigcal .date li:before { content: "\2022"; color: inherit; display: inline-block; padding-right: 0.25em; }
.tt-bigcal .time { float: right; text-align: right; color: #999; }
.tt-bigcal .event { color: #333; }
.tt-bigcal .event_sp { color: #ff4701; font-weight: bold!important; padding-left: 3px; }
.tt-bigcal .current-day { background: #ffebcd; border-top: 2px solid #f97c22; box-sizing: border-box; }
.tt-bigcal .current-day .date { font-weight: bold; color: #ff4701; }
.tt-bigcal .weekend_sun a { color:#ff2300; }
.tt-bigcal .weekend_sun a b { color:#333; }
.tt-bigcal .weekend_sat a{ color:#187fff; }
.tt-bigcal .weekend_sat a b { color:#333; }
.tt-bigcal-detail .date{ text-align: left; display: block; height: 0; font-size: 12px; font-weight: normal; padding: 5px 0 0 5px; padding-bottom: 55%; position: relative; border:0; }
.tt-bigcal-detail .date li { color: #222; width: 100%; height: 2.2em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; }
.tt-bigcal-detail .date li:before { content: "\2022"; color: inherit; display: inline-block; padding-right: 0.25em; }
.tt-bigcal-detail .event { color: #333; }
.tt-bigcal .overfwy { height: 65px; overflow-y: auto!important; width:95%!important; }

/* calendar_mini */
.tt-minical table { color: #333; }
.tt-minical table tr,.tt-minical table td{ border:none!important; }
.tt-minical table.weekdays { width:100%; border: 1px solid #666; border-collapse:collapse; border-spacing:0px; border-width:0px; text-align:center; }
.tt-minical td.weekdays { font-size: 12px; font-weight: bold; text-decoration: none; padding-top: 4px; vertical-align: middle; height:24px; text-align:center; }
.tt-minical .small { font-size: 12px; color:#575767; text-decoration: none; }
.tt-minical .small:link, .tt-minical .small:visited { text-decoration: none; }
.tt-minical .small:hover { text-decoration: underline; }
.tt-minical .daycell, .tt-minical .todaycell,
.tt-minical .sundaycell, .tt-minical .othermonth { font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; color:#555555; }
.tt-minical .todaycell { color:#fff; }
.tt-minical .sundaycell a { color:#ff2300!important; }
.tt-minical .saturdaycell a { color:#187fff!important; }
.tt-minical .othermonth { color:#99AAAA; }
.tt-minical .daylink, .tt-minical .sundaylink, .tt-minical .busylink { font-size: 12px; font-weight: normal; font-style: normal; text-decoration: none; }
.tt-minical .daylink:link,.tt-minical .daylink:visited { color:#555555; }
.tt-minical .busylink:link,.tt-minical .busylink:visited { color:#222; text-decoration: none; display: inline-block; background-color: #fff; padding: 4px 0; }
.tt-minical .todaycell .busylink, .tt-minical .todaycell .busylink:visited{ color:#fff; background-color: #6477b6; padding:5px; border-radius:20px; width: 20px; height: 20px; line-height: 20px; border:1px solid #6477b6; }
.tt-minical .sundaylink:link,.tt-minical .sundaylink:visited { color:#99AAAA; }
.tt-minical .weekcell { margin: 0px; padding: 0px; text-align:center; }
.tt-minical .tt-minical-date{ font-size: 17px; }
.tt-minical-detail { box-shadow: 1px 0px 10px 2px rgba(0, 0, 0, 0.15); padding: 20px 20px; color: #363b41; min-height: 300px; overflow-y: auto; }
.cal_header{ background-color: #6477b6; padding: 15px 0; margin-top:20px; }
.cal_header .year, .cal_header .today_date{ font-size:14px; font-weight: normal; color:#fff; }
.cal_header .luna{ text-align: right; color:#bac8f8; padding-top: 2px; }
.monthly_date .gwbInput_div input.gwbInput{ border:none!important; text-align: center!important; font-size: 17px; font-weight: normal; }

/* moritoringg sum */
.monitoring_sum{ border: 1px solid #e1e1e1; box-sizing: border-box; margin-top: 10px; text-align: center; }
.monitoring_sum input{ border: 0; text-align: center; }
.monitoring_sum p{ text-align: center; border-right: 1px solid #e1e1e1; }
.monitoring_sum p, .monitoring_sum div{ padding: 3px; line-height: 20px; }
.monitoring_sum .waiting{ background-color:#ABE980; }
.monitoring_sum .calling{ background-color:#c8b1f8; }
.monitoring_sum .working{ background-color:#9CD8F4; }
.monitoring_sum .away{ background-color:#F69988; }
.monitoring_sum .etc{ background-color:#F1B8D8; }

/* calendar 19인치 대응 */
@media screen and ( max-width: 1280px ) {

	.tt-bigcal .date{ padding-bottom: 60%; }


}
 @media screen and ( min-width: 1920px ) {

	.tt-bigcal .date{ padding-bottom: 37%; }

}
/* 메인 홈 포틀릿공통 */
.portlet_wrap{ background-color: #f6f6f6!important; }
.port_comm .tt-cols > div{ background-color: #fff; border: 1px solid #e1e1e1; padding:0 10px 10px 10px; }
.port01 .tt-cols .cols_top, .port01 .tt-cols .cols_mid, .port01 .tt-cols .cols_btm{ height: 240px; }
.portlet_thumnail .tt-cols > div{ background-color: #fff; border: 1px solid #e1e1e1; padding: 20px; }
.port_comm.port03 .tt-noline, .port_comm.port04 .tt-noline, .port_comm.port05 .tt-noline{ border: 0; padding: 0; background-color: transparent; }
.portlet_thumnail_wrap{ position: relative; float: left; width:100%; height:130px; border:1px solid #e1e1e1; }
.portlet_thumnail div{ text-align: center; padding-top:10px; }
.portlet_thumnail div .iradio_flat{ margin-top:5px; }
.portlet_thumnail img{ display: block; width:80px; margin: 0 auto; border:1px solid #91acf7; }
.portlet_template{ position: relative; float: left; width:100%; border:1px solid #e1e1e1; margin-top:10px; background-color: #eef1f6; padding: 15px; box-sizing:  border-box; }
.portlet_template .port_comm div{ float: left; min-height: 150px; width: 100%; }
.portlet_template .port_comm.port01 .btn_portlet_del, .portlet_template .port_comm.port02 .btn_portlet_del{ position: absolute; top: 10px; right: 10px; width: 21px; height: 21px; }
.portlet_template .port_comm.port03 .btn_portlet_del, .portlet_template .port_comm.port04 .btn_portlet_del, .portlet_template .port_comm.port05 .btn_portlet_del{ position: absolute; top: 10px; right: -10px; width: 21px; height: 21px; }
.portlet_template .portlet_title{ position: absolute; top: 50%; left:30%; right:30%; min-width: 100px; text-align:center; font-size:13px; }
.frame_img img{ width: 100%; height:170px; }

/* 예측트래킹 스타일 */
.td-cal-head{ background-color: #7486c5; color: #fff; text-align: center; height: 26px; font-weight: normal; border-collapse: collapse; border-right:1px solid #c6c6c6; }
.td-cal{ text-align: center; }
.calRow{ border: solid #c6c6c6 1px; text-align: center; border-collapse: collapse; height: 22px; padding: 0; margin: 0; font-size: 12px!important; }
.cal_data_lst{ height: 580px; overflow-y: auto; border: 1px solid #c6c6c6; margin-top: 5px; }
.option_period{ width:500px;line-height: 25px; }
.spinner{ display: inline-block; list-style: none; line-height: 0; vertical-align: middle; }
.spinner input { font-size: .45em; border-width: .5px; height: 2em; width: 4em; }
.box{ float: left; background-color: #fff; border: solid #c6c6c6 1px; width: 34px; height: 20px; }
.tri{ float: left; width: 20px; height: 20px; border: 1px solid #d0d0d0; line-height: 20px; vertical-align: middle; text-align:center; background-color: #fff; font-size: xx-small; cursor: default; margin-left: -1px; color: #666; }
.top_nav{ font-size: 12px; width:60px; overflow:hidden; cursor: default; }
.menu_title{ padding-left: 15px; }
.sub_li{ overflow: hidden; background-color: white; cursor: default; padding-top: 1px; padding-bottom: 1px; height: 20px; }
.div_input	{ height: 18px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.FOR001, .FOR002, .FOR003, .FOR004, .FOR005{ text-align: center; line-height: 20px; }

/* 날씨유형 범례 */
.w_hot_on01{ background-color: #ff9649!important; }
.w_hot_on02{ background-color: #ff6c00!important; }
.w_hot_on03{ background-color: #ff491e!important; }
.w_normal{ background-color: #ffe1a9!important; }
.w_cool_on01{ background-color: #79d7fc!important; }
.w_cool_on02{ background-color: #02c3ff!important; }
.w_cool_on03{ background-color: #3786ff!important; }
.w_cool_on04{ background-color: #2f59fe!important; }
.w_cool_on05{ background-color: #0430de!important; }

/* 메인하단 footer */
.footer_info .foot_noti{ text-align: left; padding-left:20px; }
.footer_info .foot_sitelink{ position: relative; bottom: 0; right: -9%; }


/* Spacing_margin */
.tt-m-0, .is-m-0 { margin: 0 !important; }
.tt-mt-0, .is-mt-0 { margin-top: 0 !important; }
.tt-mr-0, .is-mr-0 { margin-right: 0 !important; }
.tt-mb-0, .is-mb-0 { margin-bottom: 0 !important; }
.tt-ml-0, .is-ml-0 { margin-left: 0 !important; }
.tt-m-5, .is-m-5 { margin: 5px !important; }
.tt-mt-5, .is-mt-5 { margin-top: 5px !important; }
.tt-mr-3, .is-mr-3 { margin-right: 3px !important; }
.tt-mr-5, .is-mr-5 { margin-right: 5px !important; }
.tt-mb-5, .is-mb-5 { margin-bottom: 5px !important; }
.tt-ml-5, .is-ml-5 { margin-left: 5px !important; }
.tt-m-10, .is-m-10 { margin: 10px !important; }
.tt-mt-10, .is-mt-10 { margin-top: 10px !important; }
.tt-mr-10, .is-mr-10 { margin-right: 10px !important; }
.tt-mb-10, .is-mb-10 { margin-bottom: 10px !important; }
.tt-ml-10, .is-ml-10 { margin-left: 10px !important; }
.tt-m-15, .is-m-15 { margin: 15px !important; }
.tt-mt-15, .is-mt-15 { margin-top: 15px !important; }
.tt-mr-15, .is-mr-15 { margin-right: 15px !important; }
.tt-mb-15, .is-mb-15 { margin-bottom: 15px !important; }
.tt-ml-15, .is-ml-15 { margin-left: 15px !important; }
.tt-m-20, .is-m-20 { margin: 20px !important; }
.tt-mt-20, .is-mt-20 { margin-top: 20px !important; }
.tt-mr-20, .is-mr-20 { margin-right: 20px !important; }
.tt-mb-20, .is-mb-20 { margin-bottom: 20px !important; }
.tt-ml-20, .is-ml-20 { margin-left: 20px !important; }
.tt-m-25, .is-m-25 { margin: 25px !important; }
.tt-mt-25, .is-mt-25 { margin-top: 25px !important; }
.tt-mr-25, .is-mr-25 { margin-right: 25px !important; }
.tt-mb-25, .is-mb-25 { margin-bottom: 25px !important; }
.tt-ml-25, .is-ml-25 { margin-left: 25px !important; }
.tt-m-30, .is-m-30 { margin: 30px !important; }
.tt-mt-30, .is-mt-30 { margin-top: 30px !important; }
.tt-mr-30, .is-mr-30 { margin-right: 30px !important; }
.tt-mb-30, .is-mb-30 { margin-bottom: 30px !important; }
.tt-ml-30, .is-ml-30 { margin-left: 30px !important; }
.tt-ml-35, .is-ml-35 { margin-left: 35px !important; }
.tt-m-40, .is-m-40 { margin: 40px !important; }
.tt-mt-40, .is-mt-40 { margin-top: 40px !important; }
.tt-mr-40, .is-mr-40 { margin-right: 40px !important; }
.tt-mb-40, .is-mb-40 { margin-bottom: 40px !important; }
.tt-ml-40, .is-ml-40 { margin-left: 40px !important; }
.tt-m-50, .is-m-50 { margin: 50px !important; }
.tt-mt-50, .is-mt-50 { margin-top: 50px !important; }
.tt-mr-50, .is-mr-50 { margin-right: 50px !important; }
.tt-mb-50, .is-mb-50 { margin-bottom: 50px !important; }
.tt-ml-50, .is-ml-50 { margin-left: 50px !important; }
.tt-m-60, .is-m-60 { margin: 60px !important; }
.tt-mt-60, .is-mt-60 { margin-top: 60px !important; }
.tt-mr-60, .is-mr-60 { margin-right: 60px !important; }
.tt-mb-60, .is-mb-60 { margin-bottom: 60px !important; }
.tt-ml-60, .is-ml-60 { margin-left: 60px !important; }

/* Spacing_padding */
.tt-p-0, .is-p-0 { padding: 0 !important; }
.tt-pt-0, .is-pt-0 { padding-top: 0 !important; }
.tt-pr-0, .is-pr-0 { padding-right: 0 !important; }
.tt-pb-0, .is-pb-0 { padding-bottom: 0 !important; }
.tt-pl-0, .is-pl-0 { padding-left: 0 !important; }
.tt-p-5, .is-p-5 { padding: 5px !important; }
.tt-pt-5, .is-pt-5 { padding-top: 5px !important; }
.tt-pr-5, .is-pr-5 { padding-right: 5px !important; }
.tt-pb-5, .is-pb-5 { padding-bottom: 5px !important; }
.tt-pl-5, .is-pl-5 { padding-left: 5px !important; }
.tt-p-10, .is-p-10 { padding: 10px !important; }
.tt-pt-10, .is-pt-10 { padding-top: 10px !important; }
.tt-pr-10, .is-pr-10 { padding-right: 10px !important; }
.tt-pb-10, .is-pb-10 { padding-bottom: 10px !important; }
.tt-pl-10, .is-pl-10 { padding-left: 10px !important; }
.tt-p-15, .is-p-15 { padding: 15px !important; }
.tt-pt-15, .is-pt-15 { padding-top: 15px !important; }
.tt-pr-15, .is-pr-15 { padding-right: 15px !important; }
.tt-pb-15, .is-pb-15 { padding-bottom: 15px !important; }
.tt-pl-15, .is-pl-15 { padding-left: 15px !important; }
.tt-p-20, .is-p-20 { padding: 20px !important; }
.tt-pt-20, .is-pt-20 { padding-top: 20px !important; }
.tt-pr-20, .is-pr-20 { padding-right: 20px !important; }
.tt-pb-20, .is-pb-20 { padding-bottom: 20px !important; }
.tt-pl-20, .is-pl-20 { padding-left: 20px !important; }
.tt-p-25, .is-p-25 { padding: 25px !important; }
.tt-pt-25, .is-pt-25 { padding-top: 25px !important; }
.tt-pr-25, .is-pr-25 { padding-right: 25px !important; }
.tt-pb-25, .is-pb-25 { padding-bottom: 25px !important; }
.tt-pl-25, .is-pl-25 { padding-left: 25px !important; }
.tt-p-30, .is-p-30 { padding: 30px !important; }
.tt-pt-30, .is-pt-30 { padding-top: 30px !important; }
.tt-pr-30, .is-pr-30 { padding-right: 30px !important; }
.tt-pb-30, .is-pb-30 { padding-bottom: 30px !important; }
.tt-pl-30, .is-pl-30 { padding-left: 30px !important; }
.tt-p-40, .is-p-40 { padding: 40px !important; }
.tt-pt-40, .is-pt-40 { padding-top: 40px !important; }
.tt-pr-40, .is-pr-40 { padding-right: 40px !important; }
.tt-pb-40, .is-pb-40 { padding-bottom: 40px !important; }
.tt-pl-40, .is-pl-40 { padding-left: 40px !important; }
.tt-p-50, .is-p-50 { padding: 50px !important; }
.tt-pt-50, .is-pt-50 { padding-top: 50px !important; }
.tt-pr-50, .is-pr-50 { padding-right: 50px !important; }
.tt-pb-50, .is-pb-50 { padding-bottom: 50px !important; }
.tt-pl-50, .is-pl-50 { padding-left: 50px !important; }
.tt-p-60, .is-p-60 { padding: 60px !important; }
.tt-pt-60, .is-pt-60 { padding-top: 60px !important; }
.tt-pr-60, .is-pr-60 { padding-right: 60px !important; }
.tt-pb-60, .is-pb-60 { padding-bottom: 60px !important; }
.tt-pl-60, .is-pl-60 { padding-left: 60px !important; }

.btn-darum.btn_blue_s.is-sm{
	padding: 2px;
}
.gwb-ui-search-form table.is-th-right th{
	text-align: right;
}

.no-data{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.no-data:before{
	content:"";
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-bottom: 25px;
	background: url(../images/icon-nodata.png) no-repeat;
}
.no-data span{
	margin-bottom: 35px;
	font-size: 12px;
	color: #999;
}
.is-hidden{
	display: none;
}