@charset "utf-8";
html {font-size: 62.5%}
html,body {width: 100%;height: 100%}
body {
    font-family: "Helvetica Neue","Apple SD Gothic Neo",sans-serif; 
    -webkit-text-size-adjust: none; 
    margin:0; background:#e8edf0;
}
body:before {content: ''; position: fixed; left: 0; top: 0; width: 100%; height: 0}

body * {box-sizing: border-box; }

table {border-collapse: collapse;}
img,fieldset,iframe,button {border: 0 none;}
dl,dt,dd,ul,ol,li {list-style: none; margin:0; padding:0;}
address,em,u,cite,i {font-style: normal;}

a {color: inherit;text-decoration: none;-webkit-tap-highlight-color: rgba(0,0,0,.1)}
mark {color: inherit;font-weight: 700;background: 0 0;}
button,
input,textarea,select {font-family: 'notokr',sans-serif; -webkit-border-radius: 0;border-radius: 0;background: 0 0;}
video::-webkit-media-controls-start-playback-button {display: none!important}
hr {border: 0;border-top: 1px solid #ccc;margin: 4.0rem 0}
legend,caption {font-size: 0;line-height: 0;width: 0;height: 0;text-indent: -9999px}
abbr {text-decoration: none}

header {background:#0f317a;}
.copyright {color:#001871; font-size:1.0rem; text-align:center; padding:1.4rem 0;}
aside.lnb-open {left:0;}
aside { position: fixed; top:0; left:-88vw; width:88vw; height:100vh;  transition :all .3s ease-in-out;}
aside::after {
    content:''; display:none; position: fixed; top:0; left:0; width:100vw; height:100vh; z-index:15;
    background:rgba(0,0,0,0.6);
}
aside.lnb-open::after {display:block;}

body.lnb-open {position:fixed;}
.lnb-wrap {position: relative; z-index:20;background:#fff; width:88vw; height:100vh; overflow-y: auto;}
.lnb-menu li {border-bottom:1px solid #dadada;}
.lnb-menu li > a{
    display:block; font-size:13px; color:#333; padding:1.6rem;
    background:#f0f0f0 url('img_m/icon_lnb_right.png') 95% center no-repeat; background-size:0.7rem 1.1rem;
}
.lnb-header {
    display:flex; align-items: center; justify-content: space-between; 
    background:#0091d1; height:5.1rem; border-bottom:0.3rem solid #0f317a;
}
.lnb-header .logo {
    font-size:0; width:10.5rem; height:1.6rem; margin-left:1.6rem;
    background:url('img_m/logo_lnb.png') no-repeat; background-size:contain;
}
.btn-lnb-closed {
    font-size:0; display:inline-block; width:4.8rem; height:4.8rem; 
    background:url('img_m/icon_lnb_closed.png') center center no-repeat; background-size:1.3rem 1.3rem;
 }
.btn-go-top {
    display:none; position: fixed; width:3.9rem; height:3.9rem; z-index:10; bottom: 4.5rem; right:0.4rem;
    background:url('img_m/icon_go_top.png') no-repeat; background-size:contain; font-size:0;
}
.btn-go-top.up {bottom:9.0rem;}
.btn-go-top.active {display:block;}

.login-section {
    position:relative; width:100vw; height:100vh; overflow: hidden; 
    background:#061532 url('img_m/bg_login.png') center top no-repeat; background-size: cover;
}
.login-section .logo {width:21.2rem; height:4.8rem; background:url('img_m/logo_login.png') no-repeat; background-size:contain; margin:8.7rem auto 3.0rem;}
.login-section .logo span {font-size:0;}
.login-section .copyright {position:absolute; bottom:1.2rem; left:0; width:100%; text-align:center; font-size:1.2rem; color:#fff;}

.login-wrap {border:4px solid #f6f8fa; margin:0 3.4rem; padding:0 2.5rem; text-align: center;}
.login-wrap .input-box {padding-top:2.4rem;}
.login-wrap .input-box input, 
.login-wrap .input-box button {display:block; width:100%; border:none; }
.login-wrap .input-box input + input {margin-top:0.8rem;}
.login-wrap .input-box input {
    color:#202020; font-size:1.1rem; font-weight: bold; background:rgba(255,255,255,0.8);
    height: 2.5rem; line-height:2.5rem; padding:0 1.0rem; border-radius: 0.4rem;
}
.login-wrap .input-box input::placeholder{color:#566978;}
.login-wrap .btn-login {
    margin-top:0.8rem; height:4.0rem; text-align:center; border-radius: 0.4rem;
    font-size:1.8rem; color:#fff; font-weight: bold; background:rgba(2,8,111,0.8); 
}
.login-wrap .form-check {margin:1.5rem 0; }
.login-wrap .form-check label span {color:#fff; font-weight:bold;}

.login-section .privacy-wrap {margin:1.2rem 3.4rem 0; text-align:right; color:#fff; font-size:1.2rem; font-weight: bold;}
.login-section .privacy {text-decoration: underline;}
.login-section .privacy::before{
    content:''; display:inline-block; vertical-align: top; width:0.5rem; height:0.8rem; margin:0.4rem 0.3rem 0 0;
    background:url('img_m/icon_privacy.png') no-repeat; background-size: contain;
 }

.form-check {display:inline-block; position: relative;}
.form-check input[type=checkbox] {position:absolute; top:0; left:0; width:1.5rem; height:1.5rem; opacity: 0; margin:0;}
.form-check label {font-size:0;}
.form-check label span {margin-left:0.5rem; line-height:1.5rem; font-size:1.2rem; color:#202020;}
.form-check label::before {
    content:''; display:inline-block; vertical-align: top; width:1.5rem; height:1.5rem;
    background:url('img_m/bg_checkbox.png') 0 0 no-repeat; background-size:1.5rem 6.0rem; 
}
.form-check :checked + label::before {background-position-y: -1.5rem;}
.form-check :disabled + label::before {background-position-y: -3.0rem;}
.form-check :checked:disabled + label::before {background-position-y: -4.5rem;}

.main-section {min-height: calc(100vh - 10.8rem);}
.main-section .link-list{display:flex; align-items: flex-start; flex-wrap: wrap; width: 100%; border-top:4px solid #143f90;}
.main-section .link-list li {width:33.3333%; border-right:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; background:#fff;}
.main-section .link-list li:nth-child(3n) {border-right:none;}
.main-section .link-list li a {display:block; text-align:center; font-weight:bold; font-size:1.4rem; color:#4c4c57; padding:1.3rem 0 1.5rem;}
.main-section .link-list li a::before {
    content:''; display:block; margin:0 auto 0.8rem; 
    width:5.2rem; height:5.2rem; background-repeat: no-repeat; background-size: contain;
}
.main-section .link-list li a.icon01::before {background-image:url('img_m/icon_main01.png');}
.main-section .link-list li a.icon02::before {background-image:url('img_m/icon_main02.png');}
.main-section .link-list li a.icon03::before {background-image:url('img_m/icon_main03.png');}
.main-section .link-list li a.icon04::before {background-image:url('img_m/icon_main04.png');}
.main-section .link-list li a.icon05::before {background-image:url('img_m/icon_main05.png');}
.main-section .link-list li a.icon06::before {background-image:url('img_m/icon_main06.png');}
.main-section .link-list li a.icon07::before {background-image:url('img_m/icon_main07.png');}
.main-section .link-list li a.icon08::before {background-image:url('img_m/icon_main08.png');}
.main-section .link-list li a.icon09::before {background-image:url('img_m/icon_main09.png');}
.main-section .link-list li a.icon10::before {background-image:url('img_m/icon_main10.png');}
.main-section .link-list li a.icon11::before {background-image:url('img_m/icon_main11.png');}
.main-section .link-list li a.icon12::before {background-image:url('img_m/icon_main12.png');}
.main-section .link-list li a.icon13::before {background-image:url('img_m/icon_main13.png');}

.main-section .notice-list {background:#d9dbdc;}
.main-section .notice-list li {display:flex; align-items: center; }
.main-section .notice-list li .text {display:block; font-size:1.2rem; color:#4c4c57; padding:0.8rem 0; }
.main-section .notice-list li::before {
    content:''; display:inline-block;  width:2.3rem; height: 1.7rem; margin:0 1.0rem 0 1.7rem;
    background:url('img_m/icon_notice.png') no-repeat; background-size: contain;
}

.main-header {display:flex; align-items: center; width:100%;   }
.main-header .logo {width:9.3rem; height:6.7rem; font-size:0; background:#0091d1 url('img_m/logo.png') center center no-repeat; background-size:6.0rem 3.2rem;}
.main-header .btn-logout {font-size:0.9rem; height:6.7rem; color:#fff; white-space: nowrap; padding:0 1.0rem;}
.main-header .btn-logout::before{
    content:''; display:block; width:2.3rem; height:2.1rem; margin:0 auto 0.8rem;
    background:url('img_m/icon_header_logout.png') no-repeat; background-size: contain;
}
.main-header .member-info {flex:1; padding-left:1.5rem;}
.main-header .member-info span {display:block;}
.main-header .member-info .name {color:#16b6eb; font-size:1.4rem; font-weight: bold;margin:0.4rem 0; line-height:1.8rem;}
.main-header .member-info .name::before{
    content:''; display:inline-block; vertical-align:top; width:1.8rem; height:1.8rem; margin-right:0.4rem;
    background:url('img_m/icon_header_profile.png') no-repeat; background-size:contain;
}
.main-header .member-info .group {color:#0091d1; font-size:1.1rem; font-weight: bold; }
.main-header .member-info .date {font-size:0.9rem; color:rgba(255,255,255,0.4); line-height: 1.1;}


.sub-section {min-height: calc(100vh - 9.2rem);}
.sub-header {display:flex; align-items: center; width:100%;  height:5.1rem;}
.sub-header .header-title {flex:1; text-align:center; font-size:1.9rem; color:#fff; font-weight: bold;}
.sub-header .btn-lnb {
    display:inline-block; width:5.1rem; height:4.8rem; font-size:0;
    background:url('img_m/icon_lnb.png') center center no-repeat; background-size:2.25rem 1.6rem;
}
.sub-header .btn-back {
    display:inline-block; width:4.0rem; height:4.8rem; font-size:0; 
    background:url('img_m/icon_header_back.png') center center no-repeat; background-size:1.3rem 2.1rem;
}
.search-top-wrap {display:flex; align-items: stretch; padding:1.7rem 1.0rem 0; border-top:solid 4px #0091d1 ; }
.search-top-wrap input[type=text] {
    display:inline-block;  border:1px solid #676767; border-radius: 0.2rem; color:#202020; font-size:1.2rem;
    padding:0 1.0rem; height:3.2rem; line-height:3.2rem; width:calc(100% - 7.8rem); flex:1; background:#fff;
}
.search-top-wrap input[type=text]::placeholder {color:rgba(102,102,102,0.7);}
.btn-search {
    display:inline-block;   color:#fff; font-size:1.4rem; font-weight: bold;
    background:linear-gradient( to bottom,#44b6e9, #0091d1); border:1px solid #19aee0; border-radius: 0.2rem;
    width:7.8rem; height:3.2rem; text-align:center; 
}

.bd-wrap {padding:0 1.0rem; margin-top:1.4rem;}
.bd-list {border:1px solid #d5d5d5; border-radius: 0.2rem; background:#fff; padding:0.8rem 1.0rem;}
.bd-list > li {border-bottom:1px solid #e7ebee;}
.bd-list > li > a {display:block; padding:1.2rem 1.5rem; line-height:1.1;}
.bd-list .cate {font-size:1.1rem; color:#b0c2d0;}
.bd-list .title {font-size:1.1rem; color:#55677d; font-weight: bold; margin-top:0.8rem;word-break: break-all;}
.bd-list .info {margin-top:0.8rem; font-size:1.1rem; color:#666;}

.bd-wrap .btn-more{
    display:inline-block; width:100%; line-height:1; color:#fff; font-size:1.2rem;
    background:linear-gradient( to bottom,#6786bf, #3e5f9d); padding:1.3rem 0; margin-top:0.8rem;
    box-shadow: 0 0 0 1px #616161, inset 0 0 0 1px rgba(255,255,255,0.3); white-space:nowrap;
}
.bd-wrap .btn-more::before {content:'+'; display:inline-block; vertical-align: top; margin-top:-0.2rem; margin-right:0.4rem;}

.bd-tab {display:flex; align-items: stretch; padding:1.4rem 1.0rem 0;}
.bd-tab.col-2 li{width:50%;}
.bd-tab.col-3 li{width:33.333333%;}
.bd-tab.col-4 li{width:25%;}
.bd-tab.col-5 li{width:20%;}
.bd-tab li {position: relative; background:#fff; }
.bd-tab li:first-child{border-radius: 0.4rem 0 0 0.4rem;}
.bd-tab li:last-child{border-radius: 0 0.4rem 0.4rem 0;}
.bd-tab li+li::before {content:''; position: absolute; top:50%; left:0; transform:translateY(-50%);  width:0.1rem; height:2.5rem; background:#d5d5d5; z-index:0;}
.bd-tab li > a {position:relative; z-index:1; display:flex; align-items: center; flex-wrap: wrap; height:5.0rem;  text-align:center; font-size:1.2rem; color:#666; line-height:1.16; border-radius: 0.4rem; border:1px solid transparent;}
.bd-tab li span {width:100%; text-align: center;}
.bd-tab li.on > a {border-color:#19aee0; color:#fff; font-weight: bold; background:linear-gradient( to bottom,#44b6e9, #0091d1);}

.detail-wrap {background:#fff; border:1px solid #d5d5d5; border-radius: 0.2rem;}

.sub-title {font-size:1.4rem; font-weight:bold; color:#55677d; line-height:1.1; padding:0; margin:0 0 0.7rem;}
.sub-title::before {content:''; display:inline-block; vertical-align:top; width:1.5rem; height:1.5rem; background:url('img_m/icon_sub_title.png') no-repeat; background-size: contain; margin-right:0.5rem;}
.row-box + .row-box {margin-top:2.5rem;}

.align-l {text-align:left;}
.align-c {text-align:center;}
.align-r {text-align:right;}

.summing-list {border-top:2px solid #0091d2;}
.summing-list li {border-bottom:1px solid #e7ebee; padding:1.2rem 0.5rem;}
.summing-list dl{display: flex; align-items: center; justify-content: space-between; font-size:1.1rem; color:#666;}
.summing-list dl + dl {margin-top:1.0rem;}
.summing-list .title {color:#55677d; font-weight:bold;}
.summing-list .progress {color:#b0c2d0}
.summing-list li.total{background:#f4f8fb; border-bottom:none;}
.summing-list li.total .title{color:#0091d1;}

.navToolbar {
	background: #0f317a;
	width: 100% !important;
	height: 45px !important;
}

.navBarHeader {
  padding: 0px !important;
  color: #FFFFFF;
  font-weight: bold;
}

.searchBar {
    border-top: solid 4px #0091d1;
}

.searchComboBoxInput {
	border: 1px solid #676767;
	-moz-border-radius-topleft: 0.2rem;
	-moz-border-radius-topright: 0.2rem;
	-moz-border-radius-bottomleft: 0.2rem;
	-moz-border-radius-bottomright: 0.2rem;
	-webkit-border-top-left-radius: 0.2rem;
	-webkit-border-top-right-radius: 0.2rem;
	-webkit-border-bottom-left-radius: 0.2rem;
	-webkit-border-bottom-right-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 7px;
	padding-right: 20px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.searchComboBoxInput:focus {
	background-color: #fffaa4;
}

.searchComboBoxInput[disabled] {
	background-color: #F4F4F4;
}

.searchInputText {
	border: 1px solid #676767;
	-moz-border-radius-topleft: 0.2rem;
	-moz-border-radius-topright: 0.2rem;
	-moz-border-radius-bottomleft: 0.2rem;
	-moz-border-radius-bottomright: 0.2rem;
	-webkit-border-top-left-radius: 0.2rem;
	-webkit-border-top-right-radius: 0.2rem;
	-webkit-border-bottom-left-radius: 0.2rem;
	-webkit-border-bottom-right-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 20px;
	padding-left: 7px;
	padding-right: 7px;
	
	-webkit-appearance: none;
	box-shadow: none;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.searchInputText:focus {
	background-color: #fffaa4;
}

.searchInputText[disabled] {
	background-color: #F4F4F4;
}

.searchInputText-readonly {
	background-color: #F4F4F4;
}

.searchInputTextRightRounded {
	border: 1px solid #dbdbdb;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0.2rem;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0.2rem;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0.2rem;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0.2rem;
	border-top-left-radius: 0px;
	border-top-right-radius: 0.2rem;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0.2rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 20px;
	padding-left: 7px;
	padding-right: 7px;
	
	-webkit-appearance: none;
	box-shadow: none;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.searchInputTextRightRounded:focus {
	background-color: #fffaa4;
}

.searchInputTextRightRounded[disabled] {
	background-color: #F4F4F4;
}

.searchInputTextRightRounded-readonly {
	background-color: #F4F4F4;
}

.comboBoxDropButton {
	position: absolute !important;
	right: 3px !important;
	width: 19px;
	height: 19px;
	
	top:50% !important;
	transform: translate(0%, -50%); /* (x, y)  => position */
	-ms-transform: translate(0%, -50%); /* IE 9 */
	-webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
	
	background-image: url("icons/dropdown_m.png");
	background-position: center center;
	background-size: 15px;
	background-repeat: no-repeat;
}

.cursorGlassPopupPanel {
	cursor: wait;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}

.gwt-DecoratedPopupPanel {
	-webkit-box-shadow: 2px 2px 20px 2px #575757;
	box-shadow: 2px 2px 20px 2px #575757;
	z-index: 2147483646;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	overflow: auto;
	overflow-x: hidden;
}

.rolebutton-search {
	color: #ffffff;
	border: 1px solid #19aee0;
	box-shadow: none;
	background: linear-gradient( to bottom,#33ccff, #0091d1);
	border-radius: 4px;
	cursor: pointer;
	min-width: 35px;
}

/* 팝업 스타일 */
.windowBackground {
    background: #0091d1 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

/* 다이얼로그 스타일 */
.dialogWindowBackground {
    background: #aab1bc !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding-right: 10px !important;
    padding: 0px 0px 0px 0px !important;
}

.dialogWindowBody {
	background-color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0px 0px 0px 0px !important;
}

.dialogWindowHeader {
	background-color: #ffffff !important;
	font-size: 15px !important;
    line-height: 1;
    color: #4d4d4d !important;
    top: 4px !important;
    height: 44px !important;
}

.alertWindowBody {
	background-color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0px 0px 0px 0px !important;
}

.dialogWindowHeader .windowHeaderText {
	font-size: 15px !important;
    line-height: 1;
    color: #4d4d4d !important;
    padding: 16px 9px 17px !important;
}

/* 리스트 */
.listGrid {
    border: none;
}

.uiListCell,
.uiListCellInactivity,
.uiListCellDisabled,
.uiListCellDark,
.uiListCellOver,
.uiListCellOverDar {
	border-bottom:1px solid #e7ebee;
	padding-top: 8px;
	padding-bottom: 8px;
}

.uiListCellSelected,
.uiListCellSelectedDark,
.uiListCellSelectedOver,
.uiListCellSelectedOverDark {
	border-bottom:1px solid #e7ebee;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #bce4fc;
}

.formHeader {
	font-size: inherit;
	border-top: 1px solid #d2d2d2;
	border-right: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-left: hidden;
	
	background-color: #f2f2f2;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formHeader-showLeftBorder {
	border-left: 1px solid #d2d2d2;
}

.formHeader-hideLeftBorder {
	border-left: hidden;
}

.formHeader-showRightBorder {
	border-right: 1px solid #d2d2d2;
}

.formHeader-hideRightBorder {
	border-right: hidden;
}

.formHeader-noBorder {
	color: #202020;
	border-top: hidden !important;
	border-right: hidden !important;
	border-bottom: hidden !important;
	border-left: hidden !important;
	
	background-color: #ededed;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formHeaderLabel {
	color: #202020;
	font-weight: bold;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	left: 5px;
	right: 5px;
}

.listGridTitleBar {
	color: #202020;
	font-weight: bold;
	border-top: 1px solid #d2d2d2;
	border-right: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	
	background-color: #f2f2f2;
	
/* 	text-align: center; */
	
	padding-left: 5px;
	padding-right: 5px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.listGridTitleBar-noBorder {
	color: #202020;
	font-weight: bold;
	border-top: hidden !important;
	border-right: hidden !important;
	border-bottom: hidden !important;
	border-left: hidden !important;
	
	background-color: #f2f2f2;
	
/* 	text-align: center; */
	
	padding-left: 5px;
	padding-right: 5px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.listGridTitleBar-hiddenLeftBorder {
	color: #202020;
	font-weight: bold;
	border-top: 1px solid #d2d2d2;
	border-right: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-left: hidden;
	
	background-color: #f2f2f2;
	
	text-align: center;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.listGridTitleBar-showLeftBorder {
	color: #202020;
	border-top: 1px solid #d2d2d2;
	border-right: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	
	background-color: #f2f2f2;
	
	text-align: center;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.borderBox, .borderBox-showLeftBorder {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #fff;
}

.borderBox-hiddenLeftBorder {
	border-top: 1px solid #d2d2d2;
	border-left: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #fff;
}

.formHeaderLabel .icon-info {
    background: url(img/icon_btn_info.png) no-repeat;
    padding-left: 15px;
}

/* 폼아이템 */
.formItemInputUnitHolder {
	position: relative;
	width: 100%;
	height: 100%;
}

.formItemInputUnitHolder-hidden {
	position: relative;
	width: 100%;
	height: 100%;
}

.formItemPostfixLabel {
	position: absolute;
	top: 50% !important;
	transform: translate(0%, -50%); /* (x, y)  => position */
	-ms-transform: translate(0%, -50%); /* IE 9 */
	-webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
}

.formItemInputUnitHolder .sciTextBox {
/* 	border-left: hidden; */
}

.formItemInputUnitHolder .gwt-TextBox {
/* 	border-left: hidden; */
}

.formItemInputUnitHolder .gwt-DateBox {
/* 	border-left: hidden; */
}

.formItemInputUnitHolder .comboBoxInput {
/* 	border-left: hidden; */
}

.formItemInputUnitHolder .unitHoldPanel {
/* 	border-left: hidden; */
}

.formItemInputUnitHolder .unitHoldPanel-disabled {
/* 	border-left: hidden; */
}

/*------------------------------*/
.defaultListItem {
	text-align: left;
	background-color: #ffffff;
	color: #202020;
	font-weight: normal;
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 13px;
}

.defaultListItem-selected {
	text-align: left;
	background-color: #a8c6ee;
	color: #000000;
	/* font-weight: bold; */
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 13px;
}

.focusState .defaultListItem {
	text-align: left;
	background-color: #cedbef;
	color: #000000;
	font-weight: normal;
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 7px;
	padding-right: 7px;
}

.defaultListItem:hover {
	text-align: left;
	background-color: #cedbef;
	color: #000000;
	font-weight: normal;
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	padding-left: 7px;
	padding-right: 7px;
}

.gwt-DecoratedPopupPanel {
	-webkit-box-shadow: 2px 2px 20px 2px #575757;
	box-shadow: 2px 2px 20px 2px #575757;
	z-index: 2147483646;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	overflow: auto;
	overflow-x: hidden;
}

.gwt-Label {
	white-space: pre !important;
}

.gwt-HTML {
	line-height: 1.18;
}

.scrollDiv {
	overflow: auto !important;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scrollDiv::-webkit-scrollbar {
	display: none;
}

.gwt-TextBox {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 20px;
	padding-left: 7px;
	padding-right: 7px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.gwt-TextBox:focus {
	background-color: #fffaa4;
}

.gwt-TextBox[disabled] {
	background-color: #e2e3e5;
}

.gwt-TextBox-readonly {
	background-color: #fafafa;
}

.prompt {
	color: #9f9999;
}

.gwt-SuggestBox {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 20px;
	padding-left: 7px;
	padding-right: 7px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.gwt-SuggestBoxPopup { 
	z-index: 2147483646;
	border: 1px solid #d2d2d2;
	background-color: white;
}

.gwt-SuggestBox:focus {
	background-color: #fffaa4;
}

.gwt-SuggestBox[disabled] {
	background-color: #e2e3e5;
}

.gwt-SuggestBox-readonly {
	background-color: #fafafa;
}

.gwt-TextArea {
	font-family: "Nanum Gothic";
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	resize: none;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
	padding: 7px;
}

.gwt-TextArea:focus {
	background-color: #fffaa4;
}

.gwt-TextArea[disabled] {
	background-color: #e2e3e5;
}

.gwt-TextArea-readonly {
	background-color: #fafafa;
}

.gwt-PasswordTextBox {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
	min-width: 20px;
	padding-left: 7px;
	padding-right: 7px;
}

.gwt-PasswordTextBox:focus {
	background-color: #fffaa4;
}

.gwt-PasswordTextBox[disabled] {
	background-color: #e2e3e5;
}

.gwt-PasswordTextBox-readonly {
	background-color: #fafafa;
}

.gwt-ListBox {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
	min-width: 50px;
	padding-left: 7px;
	padding-right: 7px;
}

.gwt-ListBox[disabled] {
	background-color: #e2e3e5;
}

.gwt-ListBox-readonly {
	background-color: #fafafa;
}

button { 
	background:transparent; border:none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
}

.gwt-Button {
	color: #ffffff;
	font-weight: normal;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	-moz-border-image: url('img/btn_normal.png') 3 3 3 3 stretch;
	-webkit-border-image: url('img/btn_normal.png') 3 3 3 3 stretch;
	-o-border-image: url('img/btn_normal.png') 3 3 3 3 stretch;
	border-image: url('img/btn_normal.png') 3 3 3 3 fill stretch;
	cursor: pointer;
	min-width: 35px;
}

.gwt-Button[disabled] {
	-moz-border-image: url('img/btn_disabled.png') 3 3 3 3 stretch;
	-webkit-border-image: url('img/btn_disabled.png') 3 3 3 3 stretch;
	-o-border-image: url('img/btn_disabled.png') 3 3 3 3 stretch;
	border-image: url('img/btn_disabled.png') 3 3 3 3 fill stretch;
	cursor: default;
}

.rolebutton-search[disabled] {
	color: #ffffff;
	border: 1px solid #abb1bd;
	box-shadow: none;
	background: linear-gradient( to bottom,#abb1bd, #9ea6b5);
	border-radius: 4px;
	cursor: pointer;
	min-width: 35px;
}

.radioButtonInput {
	position:absolute;
	top:0;right:0;bottom:0;left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	
	display:-webkit-flex;
	-webkit-align-item:center;
	-webkit-justify-content:center;
}

.gwt-RadioButton  {
	vertical-align: sub;
	display: flex;
	align-items: center;
}

.gwt-RadioButton input[type="radio"] {
	display: none;
}

.gwt-RadioButton input[type="radio"] + label {
	cursor: pointer;
	word-break: break-all;
}

.gwt-RadioButton input[type="radio"] + label span {
	display: inline-block;
	width:20px; height:20px; background:url('img/bg_radio.png') no-repeat;
	vertical-align: middle;
	margin:0 5px;
	cursor: pointer;
}

.gwt-RadioButton input[type="radio"]:checked + label span {
	background-position-y: -20px;
}

.gwt-RadioButton input[type="radio"]:disabled + label span {
	background-position-y: -40px;
	cursor: default;
}

.gwt-RadioButton input[type="radio"]:checked:disabled + label span {
	background-position-y: -60px;
	cursor: default;
}

.gwt-RadioButton input[type="radio"]:disabled + label {
	opacity: 0.7;
	cursor: default;
}

.gwt-DateBox {
	border: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
	padding-left: 7px;
	padding-right: 7px;
}

.gwt-DateBox[disabled] {
	background-color: #e2e3e5;
}

.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
}

.gwt-DatePicker td, .datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerDays {
	width: 100%;
	background: white;
}

.datePickerDay, .datePickerWeekdayLabel, .datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel, .datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer;
}

.datePickerDayIsWeekend {
	background: #f7f7f7;
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

.datePickerDayIsValue {
	background: #d7dfe8;
}

.datePickerDayIsDisabled {
	color: #AAAAAA;
	font-style: italic;
}

.datePickerDayIsHighlighted {
	background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8;
}

.datePickerDayIsToday {
	padding: 3px;
	color: #0000ff;
	background: #e9e9d6;
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

.datePickerPreviousButton, .datePickerNextButton,
	.datePickerPreviousYearButton, .datePickerNextYearButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

td.datePickerMonth, td.datePickerYear {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.dateBoxFormatError {
	background: #ffcccc;
}

.dateBoxPopup {
	z-index: 2147483646;
}

.calendarButton {
	position: absolute;
	right: 3px;
	top: 2px;
	bottom: 2px;
	width: 29px;
	
	background-image: url("img/icon_calendar.png");
	background-position: center center;
	background-size: 29px 26px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0);
	
	cursor: pointer;
}

.calendarButton-up-disabled {
	background-image: url("img/icon_calendar_disabled.png");
	cursor: default;
}

.checkbox-normal {
	background-image: url('img/icon_checkbox.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.checkbox-selected {
	background-image: url('img/icon_checkbox_selected.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.checkbox-normal-disabled {
	background-image: url('img/icon_checkbox_disabled.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: default;
}

.checkbox-selected-disabled {
	background-image: url('img/icon_checkbox_selected_disabled.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: default;
}

.checkboxLabel {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.checkboxLabel-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.comboBoxInput {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 7px;
	padding-right: 30px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	
	cursor: pointer;
}

.comboBoxInputOnly {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	
	cursor: pointer;
}

.comboBoxInput:focus,
.comboBoxInputOnly:focus {
	background-color: #fffaa4;
}

.comboBoxInput[disabled],
.comboBoxInputOnly[disabled] {
	background-color: #e2e3e5;
}

.gwt-ToggleButton-up, .gwt-ToggleButton-up-hovering,
	.gwt-ToggleButton-up-disabled, .gwt-ToggleButton-down,
	.gwt-ToggleButton-down-hovering, .gwt-ToggleButton-down-disabled {
	margin: 0;
	text-decoration: none;
	background: url("bg/hborder.png") repeat-x 0px -27px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gwt-ToggleButton-up, .gwt-ToggleButton-up-hovering,
	.gwt-ToggleButton-up-disabled {
	padding: 3px 5px 3px 5px;
}

.gwt-ToggleButton-up {
	border: 1px solid #bbb;
	border-bottom: 1px solid #a0a0a0;
	cursor: pointer;
}

.gwt-ToggleButton-up-hovering {
	border: 1px solid;
	border-color: #939393;
	cursor: pointer;
}

.gwt-ToggleButton-up-disabled {
	border: 1px solid #bbb;
	cursor: default;
	opacity: .5;
	zoom: 1;
	filter: alpha(opacity = 45);
}

.gwt-ToggleButton-down, .gwt-ToggleButton-down-hovering,
	.gwt-ToggleButton-down-disabled {
	padding: 4px 4px 2px 6px;
}

.gwt-ToggleButton-down {
	background-position: 0 -513px;
	border: 1px inset #666;
	cursor: pointer;
	cursor: hand;
}

.gwt-ToggleButton-down-hovering {
	background-position: 0 -513px;
	border: 1px inset;
	border-color: #9cf #69e #69e #7af;
	cursor: pointer;
}

.gwt-ToggleButton-down-disabled {
	background-position: 0 -513px;
	border: 1px inset #ccc;
	cursor: default;
	opacity: .5;
	zoom: 1;
	filter: alpha(opacity = 45);
}

.hasRichTextToolbar {
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
}

.gwt-RichTextToolbar {
	background: #e3e8f3 url(bg/hborder.png) repeat-x 0px -2003px;
	border: 1px solid #d9d4c6;
	padding: 5px;
	margin: 0px;
}

.gwt-RichTextToolbar .gwt-PushButton-up {
	padding: 0px 1px 0px 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	border-width: 1px;
}

.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 1px 0px 0px;
	border-width: 1px;
}

.gwt-RichTextToolbar .gwt-PushButton-down {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 1px;
	border-width: 1px;
}

.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 1px;
	border-width: 1px;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 1px 0px 0px;
	border: 1px solid #bbb;
	border-bottom: 1px solid #a0a0a0;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 1px 0px 0px;
	border-width: 1px;
}

.gwt-RichTextToolbar .gwt-ToggleButton-down {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 1px;
	border-width: 1px;
}

.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px 0px 0px 1px;
	border-width: 1px;
}

.cw-RichText {
	border: 1px solid #BBBBBB;
	border-spacing: 0px;
}

.requiredIcon {
	background-color: #f97779;
	width: 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.unitHoldPanel {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
 	
 	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.unitHoldPanel-disabled {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #e2e3e5;
 	
 	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.labelHolder {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #ededed;
 	
 	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

/* SCI */
.sciTextBox {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	background-color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 20px;
	padding-left: 7px;
	padding-right: 35px;
	
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	
	width: 100%;
	height: 100%;
}

.sciTextBox:focus {
	background-color: #fffaa4;
}

.sciTextBox[disabled] {
	background-color: #e2e3e5;
}

.sciTextBox-readonly {
	background-color: #fafafa;
}

.sciSearchButton,
.sciSearchButton-up,
.sciSearchButton-up-hovering,
.sciSearchButton-down-hovering {
	position: absolute !important;
	right: 3px !important;
	top: 2px !important;
	bottom: 2px !important;
	width: 30px;
	
	background-image: url("img/icon_sci_search.png");
	background-position: center center;
	background-size: 30px 26px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0);
	
	cursor: pointer;
}

.sciSearchButton-up-disabled {
	background-image: url("img/icon_sci_search_disabled.png");
	cursor: default;
}

.sciDeleteButton {
	position: absolute !important;
	right: 35px !important;
	top: 2px !important;
	bottom: 2px !important;
	width: 16px;
	
	background-image: url("img/icon_aside_del.png");
	background-position: center center;
	background-size: 16px 17px;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

/* 탭 관련 */
.normalTabBar {
	border-bottom:2px solid #9b9ea3;
	margin-bottom:4px;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.normalTabButton {
	display:block; border:1px solid #979797; color:#fff; font-size:14px; line-height:1; /* padding:8px 20px; */
    background:linear-gradient( to bottom,#a3a3a3, #9b9ea3); border-radius: 2px 2px 0 0; margin-bottom:-2px;
    
	cursor: pointer;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.normalTabButton-selected {
	display:block; border-color:#19aee0; color:#fff; font-size:14px; line-height:1; /* padding:8px 20px; */
    background:linear-gradient( to bottom,#33ccff, #0091d1); 
	
	cursor: pointer;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.normalTabButton-disabled {
	display:block; border-color:#c6c6c6; color:#fff; font-size:14px; line-height:1; /* padding:8px 20px; */
	background:#c6c6c6;
	cursor: default;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.normalTabButton-selected-disabled {
	display:block; border-color:#c6c6c6; color:#fff; font-size:14px; line-height:1; /* padding:8px 20px; */
	background:#c6c6c6;
	cursor: default;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.normalBottomTabBar {
/* 	border-top: 1px solid #1d6bbb; */
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.normalBottomTabButton {
	background: #f5f5f5 ; /* Old browsers */
	background: -moz-linear-gradient(top, #acacac 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acacac), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #acacac 0%, #f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #acacac 0%, #f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #acacac 0%, #f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #acacac 0%, #f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	cursor: pointer;
	border: 1px solid #acacac;
	
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
	
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.normalBottomTabButton-selected {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 50%, #f3f3f3 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ededed), color-stop(51%,#f3f3f3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 50%,#f3f3f3 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 50%,#f3f3f3 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 50%,#f3f3f3 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 50%,#f3f3f3 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	cursor: pointer;
	border-top: 1px solid #1d6bbb;
	border-left: 1px solid #1d6bbb;
	border-right: 1px solid #1d6bbb;
	border-bottom: hidden;
}

.normalBottomTabButton-disabled {
	background: #C5C5C5; 
	border: 1px solid #acacac;
	cursor: default;
}

.normalBottomTabButton-selected-disabled {
	background: #C5C5C5;
	border-top: 1px solid #1d6bbb;
	border-left: 1px solid #1d6bbb;
	border-right: 1px solid #1d6bbb;
	border-bottom: hidden;
	cursor: default;
}

.normalTabTitle {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	
	padding-right: 15px;
	padding-left: 15px;
	
	position: absolute;
	top:50% !important;
	transform: translate(0%, -50%); /* (x, y)  => position */
	-ms-transform: translate(0%, -50%); /* IE 9 */
	-webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
}

.normalTabTitle-selected {
}

.normalTabTitle-selected-disabled {
	cursor: default;
}

.normalTabTitle-disabled {
	cursor: default;
}

/* 데이터그리드 스타일 */
.treeGrid {
	border-top: 2px solid #94979c !important;
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}

.editGridColHeader {
	background-image: url('img/edit_gridheader_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.groupNode {
	color: #202020;
	font-size: 13px;
	font-weight: bold !important;
	height: 34px;
	padding-right: 2px;
	background-color: #e9f7ef;
	border-bottom: 1px solid #cccccc !important;
	border-right:  1px solid #cccccc !important;
}

.uiListEmptyMessage {
	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.printHeader,
.gridHeaderBaseStyle,
.gridHeaderBaseStyleOver,
.gridHeaderBaseStyleFocused,
.gridHeaderBaseStyleFocusedOver,
.gridHeaderBaseStyleDown,
.gridHeaderBaseStyleFocusedDown,
.gridHeaderBaseStyleSelected,
.gridHeaderBaseStyleSelectedFocused,
.gridHeaderBaseStyleSelectedDown,
.gridHeaderBaseStyleSelectedFocusedDown,
.gridHeaderBaseStyleSelectedOver,
.gridHeaderBaseStyleSelectedFocusedOver,
.gridHeaderBaseStyleDisabled,
.gridHeaderBaseStyleSelectedDisabled {
	box-shadow: none;
    background: linear-gradient( to bottom,#f0f0f0, #ececec);
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221);
    border-style: solid none none solid;
    border-width: 1px 0px 0px 1px;
    font-size: 13px;
    font-weight: bold;
    color: #202020;
    padding: 5px;
}

.gridHeaderBarStyle {
    box-shadow: none !important;
    background: linear-gradient( to bottom,#f0f0f0, #ececec);
    top: -1px !important;
}

/* 첨부파일 리스트 */
.filePreviewListPart {
	background-image: url("icons/search_normal2.png");
	background-position: center center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: #faffb5;
}

.filePreviewCell,
.filePreviewCellDark,
.filePreviewCellOver,
.filePreviewCellOverDark,
.filePreviewCellSelected,
.filePreviewCellSelectedDark,
.filePreviewCellSelectedOver,
.filePreviewCellSelectedOverDark,
.filePreviewCellDisabled,
.filePreviewCellDisabledDark {
	border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;
	background-image: url("icons/search_normal2.png");
	background-position: center center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: #faffb5;
}

.fileListItem {
	text-align: left;
	background-color: #ffffff;
	color: #202020;
	font-weight: normal;
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.fileListItem-selected {
	text-align: left;
	background-color: #a8c6ee;
	color: #202020;
	font-weight: normal;
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.fileListItem:hover {
	text-align: left;
	background-color: #cedbef;
	color: #202020;
	font-weight: normal;
	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
}

.filelist-empty-txt {position:absolute; top:50%; left:50%; font-size:13px; line-height:18px; color:#a0a0a0; transform:translate(-50%, -50%);  }
.filelist-drag-guide-txt {position:absolute; top:50%; left:50%; font-size:13px; line-height:18px; color:#a0a0a0; transform:translate(-50%, -50%);  }
.filelist-drag-guide-txt::before {
    content:''; display:inline-block; vertical-align: top; margin-right:6px;  
    width:14px; height:18px; background:url('img/icon_drga_file.png') no-repeat; 
}

/* 그리드 합계행 스타일 */
.subSummaryRowDisabled {
	font-size: 13px;
	background-color: #80A0D3;
	color: #FFFFFF;
	
	border-bottom:1px solid #dddddd; border-right:1px solid #dddddd;
	padding-left: 5px;
    padding-right: 5px;
}

.summaryRowDisabled {
	font-size: 13px;
	background-color: #4F81BD;
	color: #FFFFFF;
	
	border-bottom:1px solid #dddddd; border-right:1px solid #dddddd;
	padding-left: 5px;
    padding-right: 5px;
}

.totalSummaryRowDisabled {
	font-size: 13px;
	background-color: #ecf7ff;
	color: #FFFFFF;
	
	border-bottom:1px solid #dddddd; border-right:1px solid #dddddd;
	padding-left: 5px;
    padding-right: 5px;
}

.gridSummaryCell,
.gridSummaryCellDisabled {
	font-size: 13px;
  	background-color: #ecf7ff;
  	border-top:1px solid #d2d2d2;
  	border-bottom: hidden;
  	border-right: 1px solid #dddddd;
  	font-weight: normal !important;
  	padding-left: 5px;
    padding-right: 5px;
}

.divMiddle {
	position: absolute;
	top:50% !important;
	transform: translate(0%, -50%); /* (x, y)  => position */
	-ms-transform: translate(0%, -50%); /* IE 9 */
	-webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
}

.cursorGlassPopupPanel {
	cursor: wait;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}

/* 팝업 스타일 */
.windowBackground {
    background: #0091d1 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.windowBody {
	background-color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0px 0px 0px 0px !important;
}

.windowHeader {
	
}

.windowHeaderText {
	font-size: 14px !important;
    line-height: 1;
    color: #fff !important;
    padding: 16px 9px 17px !important;
}

/* 다이얼로그 스타일 */
.dialogWindowBackground {
    background: #aab1bc !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding-right: 10px !important;
    padding: 0px 0px 0px 0px !important;
}

.dialogWindowBody {
	background-color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0px 0px 0px 0px !important;
}

.dialogWindowHeader {
	background-color: #ffffff !important;
	font-size: 15px !important;
    line-height: 1;
    color: #4d4d4d !important;
    top: 4px !important;
    height: 44px !important;
}

.alertWindowBody {
	background-color: #ffffff !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0px 0px 0px 0px !important;
}

.dialogWindowHeader .windowHeaderText {
	font-size: 15px !important;
    line-height: 1;
    color: #4d4d4d !important;
    padding: 16px 9px 17px !important;
}

/* 접기 버튼 */
.rtlHorExpandButton {
	transform: rotate(90deg);
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_closed.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.rtlHorExpandButton-down {
	transform: rotate(90deg);
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_closed.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.ltrHorExpandButton {
	transform: rotate(90deg);
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_open.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.ltrHorExpandButton-down {
	transform: rotate(90deg);
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_open.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.ttbVerExpandButton {
	transform: rotate(-180deg);
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_closed.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.ttbVerExpandButton-down {
	transform: rotate(-180deg);
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_open.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.bttVerExpandButton {
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_closed.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.bttVerExpandButton-down {
	display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: none;
    background: url(img/btn_s_open.png) no-repeat;
    width: 61px;
    height: 13px;
	
	cursor: pointer;
}

.anchor {
	font-weight: bold;
   	color: #067ce8;
   	text-decoration: underline;
   	overflow:hidden;
	text-overflow: ellipsis;
	/** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
	-o-text-overflow: ellipsis; /** Opera 9 & 10 **/
	white-space: nowrap;
	
   	position: absolute;
	top:50% !important;
	transform: translate(0%, -50%); /* (x, y)  => position */
	-ms-transform: translate(0%, -50%); /* IE 9 */
	-webkit-transform: translate(0%, -50%); /* Chrome, Safari, Opera */
	
	cursor: pointer;
}

/*------ calendar style ------*/
.CalendarWidget {
	border: 1px solid #d7dbde;
}

.CalendarWidget .navbar {
	width: 100%;
	background-color: #C3D9FF;
	vertical-align: middle;
	border-bottom: 1px solid #ACA899;
}

.CalendarWidget .navbar .gwt-Button {
	padding-left: 5px;
	padding-right: 5px;
}

.CalendarWidget .weekheader {
	font-size: 10pt;
	text-align: center;
	color: #999999;
	background-color: #FFFFFF;
}

.days {
	border-bottom: 1px solid #d7dbde !important;
	background-color: #f2ecdd;
}

.sunday {
	color: #ff0000;
	border-bottom: 1px solid #d7dbde !important;
	background-color: #f2ecdd;
}

.saturday {
	color: #0000ff;
	border-bottom: 1px solid #d7dbde !important;
	background-color: #f2ecdd;
}

.CalendarWidget .cellTd {
	cursor: pointer;
}

.CalendarWidget .cellTd .dayCell {
	background-color: #FFFFFF;
}

.CalendarWidget .today .dayCell {
	background-color: #C3D9FF;
}

.CalendarWidget .day .dayCell {
/* 	border: 1px solid #C3D9FF; */
}

.CalendarWidget_table {
	margin: 0px;
	padding: 0px;
	border-collapse: inherit;
	table-layout: auto;
	min-height: 20px;
}

.CalendarWidget_table td {
	padding: 0px;
	margin: 0px;
	vertical-align: middle !important;
}

.CalendarWidget_table tr {
	padding: 0px;
	margin: 0px;
}

.TimeCalendarWidget_table {
	margin: 0px;
	padding: 0px;
	border-collapse: inherit;
	table-layout: auto;
	min-height: 20px;
}

.TimeCalendarWidget_table tr {
	padding: 0px;
	margin: 0px;
	display: flex;
}

.calendarFirstLine {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 1px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 0px;
}

.calendarLastLine {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 1px;
}

.calendarSingleLine {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.timeFirstLine {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.timeLastLine {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.timeSingleLine {
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-bottomright: 1px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.calendarLineLabel {
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
}

.timeLineLabel {
	font-size: 9px;
	overflow: auto;
	text-align: left;
}

.timeCell {
	background-color: #FFFFFF;
}

.dayCellDisabled {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQIW2P8////fwYoOHv2LAMjTADEMTY2hgjAOCCFjGfOnPkPkoEBAMgpGFzrbz2mAAAAAElFTkSuQmCC) repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pastDayCellDisabled {
	background-color: #f2efef;
}

.timeCellDisabled {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQIW2P8////fwYoOHv2LAMjTADEMTY2hgjAOCCFjGfOnPkPkoEBAMgpGFzrbz2mAAAAAElFTkSuQmCC) repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.timeWeekHeader {
	font-size: 10pt;
	text-align: center;
	color: #999999;
	background-color: #FFFFFF;
	height: 16px;
}

.timeWeekDay {
	border-right: 1px solid #d7dbde;
	border-bottom: 1px solid #d7dbde !important;
	background-color: #f2ecdd;
}

.monthPrevButton {
	background-image: url("icons/b_arrow_left.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	
	width: 20px;
	height: 20px; 
	
	cursor: pointer;
}

.monthNextButton {
	background-image: url("icons/b_arrow_right.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	
	width: 20px;
	height: 20px; 
	
	cursor: pointer;
}

.monthLabel {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.monthViewerLabel {
	font-size: 16px;
	font-weight: bold;
	color: #ff8808;
	cursor: pointer;
	cursor: hand;
}

.weekViewerLabel {
	font-size: 16px;
	font-weight: bold;
	color: #ff8808;
	cursor: pointer;
	cursor: hand;
}

.calendarAddLabel {
	font-size: 10px;
}

.calendarMoreLabel {
	font-size: 8px;
	font-weight: bold;
	text-align: right;
	line-height: 8px;
	color: #00f;
}

.calendarDayLabel {
	font-size: 9px;
	text-align: right;
}

/* 컨트롤바 */
.controlbar {
	border: 1px solid #d2d2d2;
	background-color: #e7f1f9 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.controlbar .formHeader {
	font-size: inherit;
	border-top: hidden;
	border-right: hidden;
	border-bottom: hidden;
	border-left: hidden;
	
	background-color: #e7f1f9;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.controlbar .formHeaderLabel {
	font-size: 15px;
}

/* 화면별 기타 스타일 */
.cover {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.cke_bottom {
    padding: 6px 8px 0px !important;
}

/*- 포털페이지 스타일 -*/
.portalPage {
	background-color: #e8edf0;
}

.portletBody {
	top: 0px !important;
	background-color: #e8edf0 !important;
}

.portletHeader {
	margin-right: 35px;
}

.portalCalendarDays {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.portalCalendarSunday {
	display: inline-block;
	color: #ca4733;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.portalCalendarSaturday {
	display: inline-block;
	color: #4bdbff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.portalCalendarDayCell {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	
	vertical-align: top;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    
	cursor: pointer;
}

.portalCalendarDayCell-selected {
	display: inline-block;
	background: #315cad;
    color: #fff !important;
	vertical-align: top;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    
    cursor: pointer;
}

.portalCalendarDayCell-disabled {
	display: inline-block;
	color: #c7c7c7;
}

.stretchyTextArea {
	display: block;
	overflow: hidden;
	resize: vertical;
	min-height: 20px;
	position: absolute;
	top: -2000px;
  
  	font-family: "Nanum Gothic";
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px;
    font-size: 13px;
    line-height: 1.18;
}

.mapDrawItemContainer {
	border: 2px solid #dddddd;
	overflow: auto;
	background-repeat: no-repeat !important;
	background-size: contain;
}

.spinnerPanel {
	position: absolute;
}

.page-sub-title {font-size:14px; color:#202020; line-height:1;}
.page-sub-title::before{
    content:''; display:inline-block; vertical-align: top; margin-right:5px;
    width:13px; height:13px; background:url('img/bg_page_sub_title.png') no-repeat; 
}
.page-sub-title.depth {margin-left:30px;}

.listPaneTitle, .listPaneTitleDisabled, .detailPaneTitle, .detailPaneTitleDisabled {
    color: #FFFFFF;
    font-size: 1.5rem;
}


.refresh_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/refresh_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.confirm_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/cfm_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
}

.cancel_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/cancel_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
}

.save_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/save_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.delete_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/delete_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 20px;
}

.trash_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/delete_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 20px;
}

.download_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/dnld_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 20px;
}

.upload_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/upload_icon_m.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 20px;
}

.browser_link_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/link_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
}

.attach_icon {
	width: 25px;
	height: 100%;
	display: inline-block;
	background-image: url('icons/attach_icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
}

.lusAddCell,
.lusAddCellDark,
.lusAddCellOver,
.lusAddCellOverDark,
.lusAddCellSelected,
.lusAddCellSelectedDark,
.lusAddCellSelectedOver,
.lusAddCellSelectedOverDark,
.lusAddCellDisabled,
.lusAddCellDisabledDark {
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd; 
	color: 				#FFFFFF;
	font-weight: 		bold;
	background-color: 	#1ba0e1;
}

.lusModCell,
.lusModCellDark,
.lusModCellOver,
.lusModCellOverDark,
.lusModCellSelected,
.lusModCellSelectedDark,
.lusModCellSelectedOver,
.lusModCellSelectedOverDark,
.lusModCellDisabled,
.lusModCellDisabledDark {
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd; 
	color: 				#FFFFFF;
	font-weight: 		bold;
	background-color: 	#8cbf26;
}

.lusDelCell,
.lusDelCellDark,
.lusDelCellOver,
.lusDelCellOverDark,
.lusDelCellSelected,
.lusDelCellSelectedDark,
.lusDelCellSelectedOver,
.lusDelCellSelectedOverDark,
.lusDelCellDisabled,
.lusDelCellDisabledDark {
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd; 
	color: 				#FFFFFF;
	font-weight: 		bold;
	background-color: 	#fe0096;
}

.rowNumCol,
.rowNumColDark,
.rowNumColOver,
.rowNumColOverDark,
.rowNumColSelected,
.rowNumColSelectedDark,
.rowNumColSelectedOver,
.rowNumColSelectedOverDark,
.rowNumColDisabled,
.rowNumColDisabledDark {
	font-size: 13px;
	border-right: 1px solid #dddddd;
	border-bottom:1px solid #dddddd; 
    background-color:#f7f7f7;
	text-align: center;
}

.searchIcon {width: 16px; height: 16px;background-image: url("img/icon_search_sm.png");background-position: center center;background-size: 14px;background-repeat: no-repeat;display: inline-block;}
.refreshIcon {width: 16px; height: 16px;background-image: url("img/icon_reset.png");background-position: center center;background-size: 12px 13px;background-repeat: no-repeat;display: inline-block;}
.saveIcon {width: 16px; height: 16px;background-image: url("img/icon_save.png");background-position: center center;background-size: 14px;background-repeat: no-repeat;display: inline-block;}
.deleteIcon {width: 16px; height: 16px;background-image: url("img/icon_delete.png");background-position: center center;background-size: 13px 16px;background-repeat: no-repeat;display: inline-block;}
.excelIcon {width: 17px; height: 17px;background-image: url("img/icon_excel_w.png");background-position: center center;background-size: 17px 13px;background-repeat: no-repeat;display: inline-block;}
.copyIcon {width: 16px; height: 16px;background-image: url("img/copy_w.png");background-position: center center;background-size: 16px;background-repeat: no-repeat;display: inline-block;}
.pasteIcon {width: 16px; height: 16px;background-image: url("img/paste_w.png");background-position: center center;background-size: 14px 16px;background-repeat: no-repeat;display: inline-block;}
.printIcon {width: 16px; height: 16px;background-image: url("img/icon_print.png");background-position: center center;background-size: 15px 16px;background-repeat: no-repeat;display: inline-block;}
.fileIcon {width: 16px; height: 16px;background-image: url("img/icon_ad_file.png");background-position: center center;background-size: 10px 16px;background-repeat: no-repeat;display: inline-block;}
.prevIcon {width: 13px; height: 20px;background-image: url("img/btn_c_prev.png");background-position: center center;background-size: 13px 20px;background-repeat: no-repeat;display: inline-block;}
.nextIcon {width: 13px; height: 20px;background-image: url("img/btn_c_next.png");background-position: center center;background-size: 13px 20px;background-repeat: no-repeat;display: inline-block;}
.applicationIcon {width: 15px; height: 15px;background-image: url("img/application_up_w.png");background-position: center center;background-size: 15px 15px;background-repeat: no-repeat;display: inline-block;}
.approvalIcon {width: 15px; height: 15px;background-image: url("img/approval_up_w.png");background-position: center center;background-size: 15px 15px;background-repeat: no-repeat;display: inline-block;}
.rejectIcon {width: 15px; height: 15px;background-image: url("img/reject_up_w.png");background-position: center center;background-size: 15px 15px;background-repeat: no-repeat;display: inline-block;}
.applyIcon {width: 15px; height: 15px;background-image: url("img/approval_up_w.png");background-position: center center;background-size: 15px 15px;background-repeat: no-repeat;display: inline-block;}
.pencilIcon {width: 17px; height: 19px;background-image: url("img/btn_c_add.png");background-position: center center;background-size: 17px 19px;background-repeat: no-repeat;display: inline-block;}
.addIcon {width: 15px; height: 16px;background-image: url("img/icon_btn_new.png");background-position: center center;background-size: 15px 16px;background-repeat: no-repeat;display: inline-block;}
.textSearchIcon {width: 17px; height: 17px;background-image: url("img/lnb_search.png");background-position: center center;background-size: 17px 17px;background-repeat: no-repeat;display: inline-block;}
.leftIcon {width: 13px; height: 20px;background-image: url("img/btn_c_prev.png");background-position: center center;background-size: 13px 20px;background-repeat: no-repeat;display: inline-block;}
.rightIcon {width: 13px; height: 20px;background-image: url("img/btn_c_next.png");background-position: center center;background-size: 13px 20px;background-repeat: no-repeat;display: inline-block;}
.viewIcon {width: 21px; height: 13px;background-image: url("img/viewsicon_w.png");background-position: center center;background-size: 21px 13px;background-repeat: no-repeat;display: inline-block;}
.attachIcon {width: 16px; height: 16px;background-image: url("img/icon_ad_file.png");background-position: center center;background-size: 10px 16px;background-repeat: no-repeat;display: inline-block;}
.delDataGridIcon {width: 16px; height: 16px;background-image: url("img/icon_delete.png");background-position: center center;background-size: 13px 16px;background-repeat: no-repeat;display: inline-block;}
.uploadIcon {width: 13px; height: 13px;background-image: url("img/icon_upload.png");background-position: center center;background-size: 13px 13px;background-repeat: no-repeat;display: inline-block;}
.downloadIcon {width: 13px; height: 16px;background-image: url("img/icon_download.png");background-position: center center;background-size: 13px 16px;background-repeat: no-repeat;display: inline-block;}
.wordIcon {width: 17px; height: 17px;background-image: url("img/icon_wordfile_w.png");background-position: center center;background-size: 17px 17px;background-repeat: no-repeat;display: inline-block;}
.webIcon {width: 16px; height: 16px;background-image: url("icons/web_search_icon.png");background-position: center center;background-size: 16px 16px;background-repeat: no-repeat;display: inline-block;}
.docIcon {width: 16px; height: 16px;background-image: url("icons/doc.png");background-position: center center;background-size: 16px 16px;background-repeat: no-repeat;display: inline-block;}

