@charset "utf-8";
@import "font.css";
@font-face {
    font-family:'NanumGothic';
    font-style:normal;
    font-weight:normal; 
    src:url('../font/NanumGothic.eot');
    src:url('../font/NanumGothic.eot?#iefix') format('embedden-opentype'),
        url('../font/NanumGothic.woff2') format('woff2'),
        url('../font/NanumGothic.woff') format('woff'),
        url('../font/NanumGothic.ttf') format('truetype');
    }
@font-face {
    font-family:'NanumGothic';
    font-style:normal;
    font-weight:bold; 
    src:url('../font/NanumGothic-Bold.eot');
    src:url('../font/NanumGothic-Bold.eot?#iefix') format('embedden-opentype'),
        url('../font/NanumGothic-Bold.woff2') format('woff2'),
        url('../font/NanumGothic-Bold.woff') format('woff'),
        url('../font/NanumGothic-Bold.ttf') format('truetype');
    }

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.7.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'grandpaSharing';
  font-style:normal;
  font-weight:400; 
  src: url(../font/grandpa_sharing.ttf) format('truetype');
}


/*css 콘텐츠  - 콘텐츠, 콘텐츠 레이아웃 요소*/

/**********************************************************
    CSS 초기화 여러분 수고하셨습니다.
***********************************************************/
html,body {margin:0; padding:0; height:100%; font-size:14px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움', Dotum, Helvetica, Verdana, Arial, sans-serif;}
body {background: #fff !important; color:#666; font-style:normal; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움', Dotum, Helvetica, Verdana, Arial, sans-serif; -webkit-text-size-adjust:none; background-color:#eceef0;}
body *{margin: 0px; padding: 0px;}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,table,form,fieldset{margin:0; padding:0}
body,input,textarea,select,button,table{font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움', Dotum, Helvetica, Verdana, Arial, sans-serif;}
table {empty-cells:show}
caption,legend {display:none}
a img,img {vertical-align:top; cursor:pointer;}
img,fieldset {border:0}
ul,ol,dl,li,dd {list-style:none}
ul li img {vertical-align:top}
em,address {font-style:normal}
a {text-decoration:none}
a:hover,a:active,a:focus {text-decoration:none}
div[class*=con-box]+div[class*=con-box]{margin-top: 0px;}


/* float버그 높이값 사라짐 처리 */
.cb:after {display:block; visibility:hidden; clear:both; height:0; font-size:0; line-height:0; content:'.'}
*:first-child+html .cb{min-height:0}/* ie7/8 min-height 해결 */


/* websquare common */
*:focus{outline:none} /* focus 라인 없음 */ 
.w2group{background-color:transparent}
.w2trigger{display:-moz-inline-stack;overflow:visible}/* firefox padding 버그 및 ie padding 버그 */
.w2textarea{display:block; margin:0; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움', Dotum, Helvetica, Verdana, Arial, sans-serif;}/* 브라우저 margin */
.w2tb .w2selectbox{line-height:normal;}
.w2selectbox_label{padding-top:0}


/*속성 설정값*/
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.top{vertical-align: top !important;}
.middle{vertical-align: middle !important;}
.bottom{vertical-align: bottom !important;}
.bold{font-weight:bold !important;}
.red{color:red;}
.height-sam{background:white;}
.fleft{float:left;}
.fright{float:right;}


@-webkit-keyframes line {
  from {
    	border:5px solid #fff;
      }

  to {
    border:5px solid #c0e5fb;
  }
}

@keyframes lineGreen {
   from {
    	border:5px solid #fff;
      }

  to {
    border:5px solid #c3f1d4;
  }
}
@-webkit-keyframes lineGreen {
  from {
    	border:5px solid #fff;
      }

  to {
    border:5px solid #c3f1d4;
  }
}
@keyframes lineOrange {
   from {
    	border:5px solid #fff;
      }

  to {
    border:5px solid #ffdebb;
  }
}
@-webkit-keyframes lineOrange {
  from {
    	border:5px solid #fff;
      }

  to {
    border:5px solid #ffdebb;
  }
}
@keyframes line {
   from {
    	border:5px solid #fff;
      }

  to {
    border:5px solid #c0e5fb;
  }
}


@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/

.mainscreen {overflow:hidden;}
/**********************************************************
    콘텐츠 레이아웃
***********************************************************/
.content-area{ font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; padding:0px 0; border:0px solid red;}/*콘텐츠 영역 탭, 테이블 내용*/
.con-box{margin-top:0; margin-bottom:15px; position:relative; font-family:'NanumBarunGothic', 'Nanum Gothic';}

.wrap,.navigator_wrap{min-width: 1110px; }
.search-box .btn-group{position:absolute; right:30px; top:15px;}
.search-box table .list table{width: 100%;}

/* 팝업 레이아웃 */
.popup-body{background-color:#ffffff;}
.popup-wrap {background-color: #ffffff !important;  height:100%; width:100%;}
.popup-wrap.window .content-area{padding:20px;}
.popup-wrap .title-box{width:100%; height:60px; background:#4ca2d9; line-height:60px;}
.popup-wrap .title-box span{font-size:18px; font-weight:bold; color:#fff; margin-left:20px;}
.popup-wrap div{box-sizing:border-box;}
/* .popup-wrap .search-box + .content-area{ padding:0px 20px 0 20px !important;} */
.popup-wrap .content-area{margin-bottom:50px; padding:10px 20px !important;background-color:#ffffff;}
.popup-wrap .search-box .list table{box-shadow:none;}
.popup-wrap .w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault:last-child{border-right:1px solid #f2f7fb !important;}
.popup-wrap .search-box {padding:11px 170px 9px 0px; margin:0; border-top:1px solid #d7d7d7; border-bottom: 0px none; box-sizing: border-box; background: #d3e1ec url(../images/common/bg_search.png) repeat-x left top; position: relative;}
.popup-wrap .search-box .w2tb {border:0;}
.popup-wrap .search-box .w2tb .w2tb_th, .search-box .w2tb .w2tb_td{border:0; background-color:transparent; padding: 3px 3px;}
.popup-wrap .search-box .w2tb .w2tb_th {color:#666666; font-weight:normal; text-align:right; padding:3px; font-size:14px;}
.popup-wrap .search-box .w2tb tr .w2tb_th:first-child { padding:3px;}
.popup-wrap .search-box .w2tb .w2input{width: 100%; box-sizing: border-box;}
.popup-wrap .box{box-shadow:none;}
.popup-wrap .footer{position:fixed; width:100%; z-index: 999; border-top:1px solid #e4e4e4; background: #f1f1f1; line-height:50px; padding:0 10px; bottom:0px;}
.popup-wrap .footer .btn-group{height:50px !important; margin:0;}
.popup-wrap.footer-none .content-area{margin-bottom: 0px;}

/* 헤더 */
.header-none .w2window_header {position : absolute; height : 49px;background : #fff; display: none;} 
.header-none .w2window_body {background-color:#ffffff; position : absolute; top:0;}
.header-none .w2window_content {background-color :#ffffff; position : relative; }
.header-none .w2window_iframe {background-color :#ffffff; position : absolute;  width : 100%; border : 0px; padding : 0px;}
.header-none .w2window_status {background-color :#ffffff; position : absolute;  height : 20px;border-top : 0px solid #7f95b3; display:none;}
.header-none .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px;  font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움';  color : #033771;}

.header-error .w2window_header {position : absolute; height : 49px;background : #fff; display: block;} 
.header-error .w2window_header .w2window_header_icon {width : 50%; height:100%;}
.header-error .w2window_header .w2window_header_title  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-error .w2window_header .w2window_header_control  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-error .w2window_body {background-color:#ffffff; position : absolute; top:49;}
.header-error .w2window_content {background-color :#ffffff; position : relative; }
.header-error .w2window_iframe {background-color :#ffffff; position : absolute;  width : 100%; border : 0px; padding : 0px;}
.header-error .w2window_status {background-color :#ffffff; position : absolute;  height : 20px;border-top : 0px solid #7f95b3;}
.header-error .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; color : #033771;}

.header-notice .w2window_header {position : absolute; height : 49px;background : #fff; display: block;} 
.header-notice .w2window_header .w2window_header_icon {width : 50%; height:100%;}
.header-notice .w2window_header .w2window_header_title  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-notice .w2window_header .w2window_header_control  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-notice .w2window_body {background-color:#ffffff; position : absolute; top:49;}
.header-notice .w2window_content {background-color :#ffffff; position : relative; }
.header-notice .w2window_iframe {background-color :#ffffff; position : absolute;  width : 100%; border : 0px; padding : 0px;}
.header-notice .w2window_status {background-color :#ffffff; position : absolute;  height : 20px;border-top : 0px solid #7f95b3;}
.header-notice .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; color : #033771;}

.header-warning .w2window_header {position : absolute; height : 49px;background : #fff; display: block;} 
.header-warning .w2window_header .w2window_header_icon {width : 50%; height:100%;}
.header-warning .w2window_header .w2window_header_title  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-warning .w2window_header .w2window_header_control  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-warning .w2window_body {background-color:#ffffff; position : absolute; top:49;}
.header-warning .w2window_content {background-color :#ffffff; position : relative; }
.header-warning .w2window_iframe {background-color :#ffffff; position : absolute;  width : 100%; border : 0px; padding : 0px;}
.header-warning .w2window_status {background-color :#ffffff; position : absolute;  height : 20px;border-top : 0px solid #7f95b3;}
.header-warning .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; color : #033771;}

.header-confirm .w2window_header {position : absolute; height : 49px;background : #fff; display: block;} 
.header-confirm .w2window_header .w2window_header_icon {width : 50%; height:100%;}
.header-confirm .w2window_header .w2window_header_title  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-confirm .w2window_header .w2window_header_control  {position : absolute; height : 49px;background : #fff; display: none;} 
.header-confirm .w2window_body {background-color:#ffffff; position : absolute; top:49;}
.header-confirm .w2window_content {background-color :#ffffff; position : relative; }
.header-confirm .w2window_iframe {background-color :#ffffff; position : absolute;  width : 100%; border : 0px; padding : 0px;}
.header-confirm .w2window_status {background-color :#ffffff; position : absolute;  height : 20px;border-top : 0px solid #7f95b3;}
.header-confirm .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; color : #033771;}

.mix-box{margin-top: 0px; position: relative;}
.mix-box>div{text-align:left;}
.mix-box>.w2input+.w2checkbox,.mix-box>.w2selectbox+.w2checkbox {margin-left: 5px;} 
.mix-box>div[class*=cw] > input[type=button],.mix-box>div[class*=cw],.mix-box>.w2anchor2[class*=cw],.mix-box>input[class*=cw],.mix-box>.w2span[class*=cw]{white-space: normal; word-break: break-all; display: inline-block;margin-left:5px;}
.mix-box>div[class*=cw] > input[type=button]{width: auto !important; margin-top:1px; margin-bottom:1px;}
.mix-box *{vertical-align: middle;}
.mix-box>.w2span{display: inline-block; position: relative; padding:0 5px;}
.mix-box .w2selectbox,.mix-box .input_search,.mix-box .w2inputCalendar_div{display: inline-block !important;}
.mix-box>div{display: inline-block;}
.cw1,.mix-box>div:first-child.cw1,.mix-box>.w2input:first-child.cw1,.mix-box>.w2span:first-child.cw1,.mix-box>.w2anchor2:first-child.cw1{width: 5% !important; margin-left: 0px;}
.cw2,.mix-box>div:first-child.cw2,.mix-box>.w2input:first-child.cw2,.mix-box>.w2span:first-child.cw2,.mix-box>.w2anchor2:first-child.cw2{width: 10% !important; margin-left: 0px;}
.cw3,.mix-box>div:first-child.cw3,.mix-box>.w2input:first-child.cw3,.mix-box>.w2span:first-child.cw3,.mix-box>.w2anchor2:first-child.cw3{width: 15% !important; margin-left: 0px;}
.cw4,.mix-box>div:first-child.cw4,.mix-box>.w2input:first-child.cw4,.mix-box>.w2span:first-child.cw4,.mix-box>.w2anchor2:first-child.cw4{width: 20% !important; margin-left: 0px;}
.cw5,.mix-box>div:first-child.cw5,.mix-box>.w2input:first-child.cw5,.mix-box>.w2span:first-child.cw5,.mix-box>.w2anchor2:first-child.cw5{width: 25% !important; margin-left: 0px;}
.cw6,.mix-box>div:first-child.cw6,.mix-box>.w2input:first-child.cw6,.mix-box>.w2span:first-child.cw6,.mix-box>.w2anchor2:first-child.cw6{width: 30% !important; margin-left: 0px;}
.cw7,.mix-box>div:first-child.cw7,.mix-box>.w2input:first-child.cw7,.mix-box>.w2span:first-child.cw7,.mix-box>.w2anchor2:first-child.cw7{width: 35% !important; margin-left: 0px;}
.cw8,.mix-box>div:first-child.cw8,.mix-box>.w2input:first-child.cw8,.mix-box>.w2span:first-child.cw8,.mix-box>.w2anchor2:first-child.cw8{width: 40% !important; margin-left: 0px;}
.cw9,.mix-box>div:first-child.cw9,.mix-box>.w2input:first-child.cw9,.mix-box>.w2span:first-child.cw9,.mix-box>.w2anchor2:first-child.cw9{width: 45% !important; margin-left: 0px;}
.cw10,.mix-box>div:first-child.cw10,.mix-box>.w2input:first-child.cw10,.mix-box>.w2span:first-child.cw10,.mix-box>.w2anchor2:first-child.cw10{width: 50% !important; margin-left: 0px;}
.cw11,.mix-box>div:first-child.cw11,.mix-box>.w2input:first-child.cw11,.mix-box>.w2span:first-child.cw11,.mix-box>.w2anchor2:first-child.cw11{width: 55% !important; margin-left: 0px;}
.cw12,.mix-box>div:first-child.cw12,.mix-box>.w2input:first-child.cw12,.mix-box>.w2span:first-child.cw12,.mix-box>.w2anchor2:first-child.cw12{width: 60% !important; margin-left: 0px;}
.cw13,.mix-box>div:first-child.cw13,.mix-box>.w2input:first-child.cw13,.mix-box>.w2span:first-child.cw13,.mix-box>.w2anchor2:first-child.cw13{width: 65% !important; margin-left: 0px;}
.cw14,.mix-box>div:first-child.cw14,.mix-box>.w2input:first-child.cw14,.mix-box>.w2span:first-child.cw14,.mix-box>.w2anchor2:first-child.cw14{width: 70% !important; margin-left: 0px;}
.cw15,.mix-box>div:first-child.cw15,.mix-box>.w2input:first-child.cw15,.mix-box>.w2span:first-child.cw15,.mix-box>.w2anchor2:first-child.cw15{width: 75% !important; margin-left: 0px;}
.cw16,.mix-box>div:first-child.cw16,.mix-box>.w2input:first-child.cw16,.mix-box>.w2span:first-child.cw16,.mix-box>.w2anchor2:first-child.cw16{width: 80% !important; margin-left: 0px;}
.cw17,.mix-box>div:first-child.cw17,.mix-box>.w2input:first-child.cw17,.mix-box>.w2span:first-child.cw17,.mix-box>.w2anchor2:first-child.cw17{width: 85% !important; margin-left: 0px;}
.cw18,.mix-box>div:first-child.cw18,.mix-box>.w2input:first-child.cw18,.mix-box>.w2span:first-child.cw18,.mix-box>.w2anchor2:first-child.cw18{width: 90% !important; margin-left: 0px;}
.cw19,.mix-box>div:first-child.cw19,.mix-box>.w2input:first-child.cw19,.mix-box>.w2span:first-child.cw19,.mix-box>.w2anchor2:first-child.cw19{width: 95% !important; margin-left: 0px;}
.cw20,.mix-box>div:first-child.cw20,.mix-box>.w2input:first-child.cw20,.mix-box>.w2span:first-child.cw20,.mix-box>.w2anchor2:first-child.cw20{width: 100% !important; margin-left: 0px;}
.mix-box .cw1,.sam-cw1 > div{width: calc(5% - 5px) !important; margin-left: 5px;}
.mix-box .cw2,.sam-cw2 > div{width: calc(10% - 5px) !important; margin-left: 5px;}
.mix-box .cw3,.sam-cw3 > div{width: calc(15% - 5px) !important; margin-left: 5px;}
.mix-box .cw4,.sam-cw4 > div{width: calc(20% - 5px) !important; margin-left: 5px;}
.mix-box .cw5,.sam-cw5 > div{width: calc(25% - 5px) !important; margin-left: 5px;}
.mix-box .cw6,.sam-cw6 > div{width: calc(30% - 5px) !important; margin-left: 5px;}
.mix-box .cw7,.sam-cw7 > div{width: calc(35% - 5px) !important; margin-left: 5px;}
.mix-box .cw8,.sam-cw8 > div{width: calc(40% - 5px) !important; margin-left: 5px;}
.mix-box .cw9,.sam-cw9 > div{width: calc(45% - 5px) !important; margin-left: 5px;}
.mix-box .cw10,.sam-cw10 > div{width: calc(50% - 5px) !important; margin-left: 5px;}
.mix-box .cw11,.sam-cw11 > div{width: calc(55% - 5px) !important; margin-left: 5px;}
.mix-box .cw12,.sam-cw12 > div{width: calc(60% - 5px) !important; margin-left: 5px;}
.mix-box .cw13,.sam-cw13 > div{width: calc(65% - 5px) !important; margin-left: 5px;}
.mix-box .cw14,.sam-cw14 > div{width: calc(70% - 5px) !important; margin-left: 5px;}
.mix-box .cw15,.sam-cw15 > div{width: calc(75% - 5px) !important; margin-left: 5px;}
.mix-box .cw16,.sam-cw16 > div{width: calc(80% - 5px) !important; margin-left: 5px;}
.mix-box .cw17,.sam-cw17 > div{width: calc(85% - 5px) !important; margin-left: 5px;}
.mix-box .cw18,.sam-cw18 > div{width: calc(90% - 5px)!important; margin-left: 5px;}
.mix-box .cw19,.sam-cw19 > div{width: calc(95% - 5px) !important; margin-left: 5px;}
.mix-box .cw20,.sam-cw20 > div{width: calc(100% - 5px) !important; margin-left: 5px;}
.sam-cw1 > div,.sam-cw2 > div,.sam-cw3 > div,.sam-cw4 > div,.sam-cw5 > div,.sam-cw6 > div,.sam-cw7 > div,.sam-cw8 > div,.sam-cw9> div,.sam-cw10 > div,.sam-cw11 > div,.sam-cw12 > div,.sam-cw13 > div,.sam-cw14 > div,.sam-cw15 > div,.sam-cw16 > div,.sam-cw17 > div,.sam-cw18 > div,.sam-cw19 > div,.sam-cw20 > div{margin-right: 5px; margin-left: 0px;}
.mix-box>div a{margin-left: 5px;}
.mix-box>div a:FIRST-CHILD{margin-left: 0px;}
/* .off{-webkit-animation:slideOutDown 1s 0s; animation:slideOutDown 1s 0s; animation-fill-mode: forwards;} */
/* .on{-webkit-animation:slideInUp 1s 0s; animation:slideInUp 1s 0s;animation-fill-mode: forwards;} */

.box{box-shadow:0px 0px 10px rgba(0,0,0,0.1); background-color: #fff; margin-bottom:20px;}
.box .title-group *{vertical-align: middle;}
.box .title-group .com-area{margin-top: 8px; padding-right: 10px;}
.box .title-group .com-area .btn-group a{background-color: #fff; color:#1289d5; border:1px solid #1289d5; font-weight:bold;}
.box .title-group .com-area .btn-group .radio-btn-group a{border:0;}
.com-area .btn-group+.info-box{padding: 0px; margin: 0px;}
.com-area .btn-group+.info-box span{padding-left: 5px; display: inline-block; color: red; font-weight: bold;}

.header-none .w2window_header {position : absolute; height : 49px;background : #fff; display: none;} 
.header-none .w2window_body {background-color:#ffffff; position : absolute; top:0 !important;}
.header-none .w2window_content {background-color :#ffffff; position : relative; }
.header-none .w2window_iframe {background-color :#ffffff; position : absolute;  width : 100%; border : 0px; padding : 0px;}
.header-none .w2window_status {background-color :#ffffff; position : absolute;  height : 20px;border-top : 0px solid #7f95b3;}
.header-none .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; color : #033771;}


/**********************************************************
    영역
***********************************************************/
/* 상단 navigator */
.navigator_wrap {height:59px; position:relative; background:white; margin:0; box-shadow:0 3px 6px rgba(0,0,0,0.01); border-bottom: 0px solid #d6d6d6;;}
.navigator {float:left; margin:18px 0 0 18px;}
.navigator span {vertical-align:middle; margin-right:5px; color:#565656;}
.navigator strong {vertical-align:middle; font-size:18px; color:#303030; margin-right:20px; font-weight: 600;}
.navigator * {line-height:26px;}


/* 조회 */
.search-box {min-height:60px; padding:8px 120px 5px 0px; margin:0; border-top:1px solid #d7d7d7; border-bottom: 0px none; margin-top: 0px; box-sizing: border-box; background: #d3e1ec url(../images/common/bg_search.png) repeat-x left top; position: relative;}
.search-box.toggle-box{margin-bottom:15px}
.search-box .list{padding-right:120px;}
.search-box .w2tb {border:0; width:100%;}
.search-box .w2tb .w2tb_th, .search-box .w2tb .w2tb_td{border:0; background-color:transparent; padding: 3px 3px 7px;}
.search-box .w2tb .w2tb_th {color:#666666; font-weight:bold; text-align:right; padding:3px; font-size:14px;}
.search-box .w2tb .w2tb_th span{ margin-top: -3px; display: inline-block;}
.search-box .w2tb tr .w2tb_th:first-child { padding:3px;}
.search-box .w2tb .w2input{width: 100%; box-sizing: border-box;}
.search-box .w2tb_td>.w2inputCalendar_div {position: relative;}
.search-box .w2tb_td>.w2inputCalendar_div>.w2inputCalendar_div_input,.search-box .w2tb_td>.w2inputCalendar_div>.w2inputCalendar_div_input .w2inputCalendar_divInput {width: 100% !important;}
.search-box .w2tb_td>.w2inputCalendar_div>.w2inputCalendar_div_img{position: absolute; right:0px;}
.search-box .w2tb_td .mix-box >div .input_search a:BEFORE,.list-box .search-box .w2tb_td .mix-box >div .input_search a:BEFORE{top:6px;}

.search-box.search-detail{padding:0px 170px 0px 0px; border-top:none;}
.search-box.search-detail>.list>.w2tb{border-collapse:collapse; width:100%;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td,.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td,.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_th {padding:3px 5px !important;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_th{background:#c2daec; border:1px solid #bacfe0; font-weight:bold !important; box-sizing:border-box; font-size:14px; padding:20px 10px !important;} 
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td{border:1px solid #bacfe0; padding:8px;}
.search-box.search-detail>.list>.w2tb>tbody>tr:first-child>.w2tb_th,.search-box.search-detail>.list>.w2tb>tbody>tr:first-child>.w2tb_td{border-top:none;}
.search-box.search-detail>.list>.w2tb>tbody>tr:last-child>.w2tb_th,.search-box.search-detail>.list>.w2tb>tbody>tr:last-child>.w2tb_td{border-bottom:none;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_th{padding:8px; font-weight:bold !important;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_th span{margin-top:6px !important; font-size: 12px !important;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td{padding:8px; font-weight:bold !important;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td strong{color:#3581bb; margin-right:8px;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td .mix-box{margin-bottom:8px;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td .mix-box:last-child{margin-bottom:0px;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td .mix-box.radio-select .w2radio_item:last-child{margin-right:0;}
.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td .mix-box.radio-select .w2selectbox {margin-right:15px;}
.search-box.search-detail .w2tb_th{vertical-align:top; padding:15px !important; box-sizing:border-box;}

.w2radio_item input[type=radio] + label,.search-box.search-detail>.list>.w2tb>tbody>tr>.w2tb_td .w2tb .w2tb_td strong{font-size: 13px !important;}

/* 조회영역 버튼 */
.search-box .w2anchor2.btn_sh {display:inline-block; min-width:30px; padding: 0px 15px 0px 15px; line-height:26px;  background:#707681; height:26px; border-radius: 0px; color: #fff; font-weight: 500; font-size: 14px; white-space: nowrap; contant:'조회';}
.w2anchor2.btn_sh:before{margin-right: 5px;}
.box > .search-box .btn-group{right:20px;}


/* 미니조회 */
.box > .search-box{margin: 0px 0 0px 0; padding:11px 0; padding-right:100px; box-sizing:border-box; border:0px none; background:#f6f6f6; position: relative;}
.box > .search-box .w2tb {width:90%; border:0; margin:0px }
.box > .search-box .w2tb .w2tb_th {color:#666666; font-weight:normal; border:none; text-align:right; padding:3px;  background-color: transparent;}
.box > .search-box .w2tb .w2tb_td {padding-left:15px; height:34px; border:none; border-top:none !important;  background-color: transparent; padding:0 !important;}
.box > .search-box  a.btn_sh{display:inline-block; background: #5dc7e5; padding:0px; color: #fff; border-radius: 3px; width: 68px; height: 34px;}
.box > .search-box .list .input_search a:before{top: 6px;}
.list-box.box > .search-box .list .input_search a:before{top: 2px;}


/* 타이틀 */
.title-group *{vertical-align: middle !important;}
.title-group{position: relative; /* min-height: 32px; line-height:32px;  */padding: 10px 0;}
.title-group .title-num{color:#656565; font-size:12px; margin-left:5px;}
/* 
.title-group .title-num:before{content:"("}
.title-group .title-num:after{content:"건)"} 
*/
.title-group .com-area{float: right; text-align: right; margin-top: 0px;}
.title-group .com-area .btn-group{display: inline-block;}
.title-group .com-area .info-box .w2selectbox{height: 26px; border-radius: 3px;}
.w2grid_depth_line_I{background: url(../images/common/line_I.gif) no-repeat center center !important;}
.w2grid_depth_line_L{background: url(../images/common/line_L.gif) no-repeat center center !important;}
.w2grid_depth_line_T{background: url(../images/common/line_T.gif) no-repeat center center !important;}

.title-group h3{float: left; padding-left: 3px; position: relative;top:0px; min-height:26px; }
.title-group h3 span{position: relative; top:5px;}
.title-group h4,.title-group h5{float:left; color: #5280a7; font-size: 15px; padding-left: 0px; position: relative; margin-top:5px;}

.title-group h5{font-size: 14px; margin-top:5px !important;/*  padding-top:10px; padding-bottom:10px; */  }
.title-group:after{content:""; display: block; clear: both;}
/*170731 info-box안 건수관련추가*/
.title-group .info-box > .title-num{color:#656565; font-size:12px; margin-left:2px; margin-right:2px;}
/*170731 info-box안 건수관련추가끝*/

/* 리스트박스 */
.list-box .w2grid{border-top:0px solid #000; border-bottom:0px solid #dadada}
.list-box .input-grid .w2inputCalendar_div{background-image:url(../images/component/icon_calendar1.gif),url("../images/component/left-input-bg.png"),url("../images/component/right-input-bg1.png"); background-size:auto auto,auto 97.8%,auto 97.8% !important; border: 0px !important; margin-top: 2px !important;}
.list-box .w2inputCalendar_button{background-image: none !important; }

.list-box .prolist {display:flex;}
.list-box .prolist li{width:24%; float:left; margin:0 0.4% 20px 0.4%; border:1px solid #f5f5f5; text-align:center; height:240px; line-height:150px; color:#fff; font-size:14px;}
.list-box .prolist li img{ margin:0 auto; width:100%; height:150px;}
/* .list-box .prolist li .mark, .mark1, .mark2, .mark3, .mark4{border:0px solid red; border-radius:25px; width:24%; height:40px; line-height:40px; position:absolute; text-align:right; margin-top:-5px; }
.list-box .prolist li .mark img{width:20px; height:20px; margin:10px; padding:5px; border:2px solid #eba602; border-radius:25px; }
.list-box .prolist li .mark1 span{padding:10px; background:#3e98d4;  border:0px solid #eba602; border-bottom-left-radius:10px; color:#fff; border-bottom-right-radius:10px; margin-top:-5px; margin-right:7px;}
.list-box .prolist li .mark2 span{padding:10px; background:#3ab000;  border:0px solid #eba602; border-bottom-left-radius:10px; color:#fff; border-bottom-right-radius:10px; margin-top:-5px; margin-right:7px;}.list-box .prolist li video{ margin:0 auto; width:100%; height:190px; display:block; background:#000;}
.list-box .prolist li .mark3 span{padding:10px; background:#e87100;  border:0px solid #eba602; border-bottom-left-radius:10px; color:#fff; border-bottom-right-radius:10px; margin-top:-5px; margin-right:7px;} 
.list-box .prolist li .mark4 span{padding:10px; background:#7783f6;  border:0px solid #eba602; border-bottom-left-radius:10px; color:#fff; border-bottom-right-radius:10px; margin-top:-5px; margin-right:7px;}  */
.list-box .prolist li .mark1{background:#3e98d4; text-align:center; border-bottom-left-radius:10px; border-bottom-right-radius:10px; width:10%; height:35px; line-height:35px; position:absolute; margin-top:-5px; }
.list-box .prolist li .mark2{background:#3ab000; text-align:center; border-bottom-left-radius:10px; border-bottom-right-radius:10px; width:10%; height:35px; line-height:35px; position:absolute; margin-top:-5px; }
.list-box .prolist li .mark3{background:#e87100; text-align:center; border-bottom-left-radius:10px; border-bottom-right-radius:10px; width:10%; height:35px; line-height:35px; position:absolute; margin-top:-5px; }
.list-box .prolist li .mark4{background:#2663a2; text-align:center; border-bottom-left-radius:10px; border-bottom-right-radius:10px; width:10%; height:35px; line-height:35px; position:absolute; margin-top:-5px; }
.list-box .prolist li .name {width:100%; padding:5px 15px; font-size:17px; line-height:35px; height:90px; text-align:left !important; background:#f4f4f4;  border-top:1px solid #ebebeb;    }
.list-box .prolist li .name a{color:#015697; font-weight:bold; display:block; text-align:left !important; line-height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.list-box .prolist li .name span{font-size:14px; line-height:20px; display:block; text-align:left !important; padding-left:8px; background:url("../images/common/n-minus2.png") no-repeat 0px center #f7f7f7;}
.list-box .prolist li .name .comment {font-size:13px; color:#5b97b3 !important; background: url(../images/icon_ment.png) no-repeat left center; padding-left:20px; margin:0 20px;  }
.list-box .prolist li .name .like {font-size:13px; color:#5b97b3 !important; background:url(../images/icon_like.png) no-repeat left top; padding-left:15px; margin-left:0px; }

/* 뷰박스 */
.view-box .w2textarea{width: 100%; border-radius:3px; min-height:80px; border: 1px solid #cbcbcb; box-sizing: border-box; padding: 8px;}
.view-box .mix-box .input_search > a:BEFORE{}
.view-box .w2tb .mix-box >a,.gridBodyDefault button{color: #00a8de;display: inline-block;padding: 0 10px;height: 22px;line-height: 22px;border: 1px solid #a4bdd0;border-radius: 4px;box-sizing: border-box;font-size: 11px;    background:#eef4f9;text-align:center;}
.view-box .w2tb .mix-box+.mix-box{margin-top: 5px;}
.view-box>table {overflow: visible; width: 100%; border-top: 2px solid #44a3d9;} 
.view-box  table * {vertical-align: middle;}
.view-box table td> a.w2anchor2,.list-box table td > a.w2anchor2,.view-box table td .mix-box >div> a.w2anchor2,.list-box table td > div > a.w2anchor2{color:#00a8de; display: inline-block; padding: 0 10px; height:26px; background-color:#eef4f9; line-height: 26px; border: 1px solid #a4bdd0; border-radius:4px; box-sizing:border-box; font-size: 11px;  white-space: nowrap;}
.view-box table td> a.w2anchor2.btn_green,.list-box table td > a.w2anchor2.btn_green,.view-box table td .mix-box >div> a.w2anchor2.btn_green,.list-box table td > div > a.w2anchor2.btn_green{color:#7bb736; background:#f1f8e9; border:1px solid #aed581;}
.view-box table td> a.w2anchor2.btn_blue,.list-box table td > a.w2anchor2.btn_yellow,.view-box table td .mix-box >div> a.w2anchor2.btn_blue,.list-box table td > div > a.w2anchor2.btn_yellow{color:#fff; background:#379cd6; border:1px solid #379cd6;}
.view-box table td> a.w2anchor2.btn_yellow,.list-box table td > a.w2anchor2.btn_yellow,.view-box table td .mix-box >div> a.w2anchor2.btn_yellow,.list-box table td > div > a.w2anchor2.btn_yellow{color:#e6a301; background:#fff8e1; border:1px solid #ffe082;}
.view-box table td> a.w2anchor2.btn_red,.list-box table td > a.w2anchor2.btn_red,.view-box table td .mix-box >div> a.w2anchor2.btn_red,.list-box table td > div > a.w2anchor2.btn_red{color:#f75b58; background:#ffebee; border:1px solid #ef9a9a;}
.view-box table td> a.w2anchor2.btn_orange,.list-box table td > a.w2anchor2.btn_orange,.view-box table td .mix-box >div> a.w2anchor2.btn_orange,.list-box table td > div > a.w2anchor2.btn_orange{color:#ff7e00; background:#fff2e0; border:1px solid #ffba94;}
.view-box table td> a.w2anchor2.btn_gray,.list-box table td > a.w2anchor2.btn_gray,.view-box table td .mix-box >div> a.w2anchor2.btn_gray,.list-box table td > div > a.w2anchor2.btn_gray{color:#979797; background:#f0f0f0; border:1px solid #d3d3d3;}
.view-box .mix-box>.input_search a:before{top:2px; }
.view-box .mix-box>div[class*=w2checkbox]+.input_search a:before,.view-box .mix-box>span[class*=w2span]+.input_search a:before{top:7px;}
.view-box.box > .list-box + .view-box,.view-box.box > .list-box + .tab-box,.view-box.box > .list-box + .tree-box
,.view-box.box > .view-box + .list-box,.view-box.box > .view-box + .tab-box,.view-box.box > .view-box + .tree-box 
,.view-box.box > .tab-box + .list-box,.view-box.box > .tab-box + .view-box,.view-box.box > .tab-box + .tree-box 
,.view-box.box > .tree-box + .list-box,.view-box.box > .tree-box + .tab-box,.view-box.box > .tree-box + .view-box {margin-top: 15px;}
.view-box td .w2grid{border: 1px solid #d3e1ec;}
.view-box td .w2grid .gridBodyDefault{border-color: #d3e1ec !important;}
.view-box td .w2grid th.gridHeaderTDDefault{color:#69859b !important; font-weight: normal;}
.view-box table td>a.w2anchor2, .list-box table td>a.w2anchor2,.view-box table td .mix-box>div>a.w2anchor2, .list-box table td>div>a.w2anchor2,.search-box .list a {display: inline-block; padding: 0 10px; background-color: #e8eff6;color:#6588a0;
	border-radius: 0px; box-sizing: border-box; /* font-size: 12px; */ white-space: nowrap;}
.view-box  table tr td>input, .view-box  table tr td>.w2textarea {width: 100%; height: 26px; line-height:22px; font-size:13px; border: 1px solid #e2e2e2; border-radius: 0px; word-break:keep-all;}
.group-box{border:0px dotted #ccc; padding:0px 10px 10px; margin-top:10px; background:#f9f9f9 url(../images/common/group_arrow.png) no-repeat center top; }
/*회사목록 테이블 th색*/ 
.genType{overflow: visible; width: 100%; border-top: 2px solid #44a3d9;} 
.genType>.view-box>table {overflow: visible; width: 100%; border-top: 1px solid #cedce3; border-bottom:1px solid #cedce3;} 
.genType>.w2group.view-box > .w2tb .w2tb_th{border-bottom:none !important;}
.genType>.view-box>table>tbody>tr:first-child .w2tb_th{border:none !important;}

/* 탭박스 */   
.tab-box{}  
.tab-box:after{content:""; display: block; clear: both;}    
.tab-box .w2tabcontrol_contents_wrapper>.search-box,.tab-box .w2tabcontrol_contents_wrapper .w2wframe > .search-box{background-color:#f6f6f6; background-image: none; } 
.tab-box .w2tabcontrol_contents_wrapper>.search-box>.btn-group a,.tab-box .w2tabcontrol_contents_wrapper .w2wframe .search-box>.btn-group a{background-color: #5dc7e5 !important; height: 36px; line-height: 32px;} 
.w2group .w2tabcontrol_contents_wrapper > .w2tb{width:100%; margin-top: 0px; margin-bottom: 0px; border-collapse:collapse;} 
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th{height:36px; background:#fcfdff; padding:5px 8px 5px 8px;border: 1px solid  #efefef;}  
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_td{background:white; height:36px; padding:5px 8px 5px 8px; border:1px solid  #efefef; }   
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req  span:before{content: "* "; color:#ff0024; font-weight:normal;}    
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req+td> .w2input{background-color:#fff2c6 !important; border-color:#ffcf7b  !important;}   
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req+td> .w2selectbox{background-color:#fff2c6 !important; border-color:#ffcf7b  !important;}   
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req+td> .w2textarea {background-color:#fff2c6 !important; border-color:#ffcf7b  !important;}  
.w2table_tabControl {left:auto !important; right:10px; }  
.w2tabcontrol {margin:10px 0 15px; position:relative;} 
.w2tabcontrol_contents{height:auto !important; }
.w2tabcontrol_contents>.w2tabcontrol_contents_wrapper>.search-box:FIRST-CHILD{margin-bottom: 15px;}     
.w2tabcontrol_contents>.w2tabcontrol_contents_wrapper>.w2wframe>.search-box:FIRST-CHILD{margin-bottom: 15px;} 
.w2tabcontrol_contents_wrapper{height:auto !important;}  
.w2tabcontrol_container{padding-top:15px;}    
.w2tabcontrol_container .w2wframe{overflow:visible; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움';}/*hidden시 달력 가려짐 */
.layout-float .con-box .w2tabcontrol {position:relative;}/* top:-10px; */   
.w2tabcontrol > .w2tabcontrol_tabhost {height:43px; background:#fff !important; float:none; border-bottom:2px solid #1f98e5; border-top: 0px solid #d4dde6;border-right: 0px solid #d4dde6;}    
.w2tabcontrol > .w2tabcontrol_tabhost > .w2tabcontrol_li {margin-right:-1px; overflow:visible !important; background: transparent; height: 43px; border-top: 1px solid #d4dde6; border-right:1px solid #d4dde6;  border-left:1px solid #d4dde6; margin-top:-2px;}   
.w2tabcontrol > .w2tabcontrol_tabhost > .w2tabcontrol_li:last-child{border-right:1px solid #d4dde6;}    
.w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li:last-child .w2tabcontrol_tab_center{border-right:0px none; } 
.w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center {padding:0; border:0px none;border-right:0; background: transparent; }     
.w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center a {top:0; margin:0; padding:0 20px 0 20px; display:block; color:#4b4b4b; font-weight:bold; line-height: 43px; height:43px; font-size: 15px;}          
.w2tabcontrol > .w2tabcontrol > .w2tabcontrol_tabhost > .w2tabcontrol_li{overflow: hidden !important;  }    
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_tab_center {padding:0; border:0px none;border-right:0; background: transparent; }   
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_tab_center a {top:0; margin:0; padding:0 20px 0 20px; display:block; color:#4b4b4b ;  line-height: 40px; font-size: 15px; font-weight:bold;} 
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center {/*border:0px none !important; border-top-left-radius: 13px; */background: #1f98e5 !important; box-sizing:border-box; position: relative; overflow: visible;}   
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center a {background:#379cd6 url("../images/common/tab_arrow.png") no-repeat center bottom;  color: #fff !important; font-size: 16px;line-height: 43px; height:43px; margin-top:1px; padding-top:2px; cursor: default;} 
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_active + .w2tabcontrol_li  .w2tabcontrol_tab_center {/*border-left:1px solid #d4dde6;*/}    
.w2tabcontrol > .w2tabcontrol_tabhost > .w2tabcontrol_active.w2tabcontrol_li{border-left:none; border-top:none; height:40px;}   
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_disabled {opacity:1}    
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_disabled .w2tabcontrol_tab_center{background:#f7f7f7;}  
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_disabled .w2tabcontrol_tab_center a {color:#888888;line-height: 46px;}  
.w2tabcontrol > .w2tabcontrol_tab_right, .w2tabcontrol_tab_left {display:none;} 
.w2tabcontrol > .w2tabcontrol_container {height:auto !important; border:0; padding:10px 0 0 0; background: transparent; float:none;}  
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_right{background-image:none;}  
.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_tab_right{background-image:none;}        

/*tech css */
.w2tabcontrol > .w2tabcontrol_tabhost,.w2tabcontrol_control,.w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost,.w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center a,.w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center a,.w2tabcontrol > .w2tabcontrol_tabhost > .w2tabcontrol_active.w2tabcontrol_li,.w2tabcontrol > .w2tabcontrol_tabhost > .w2tabcontrol_li,.w2tabcontrol_control .w2tabcontrol_control.btn_scrollLeft,.w2tabcontrol_control .w2tabcontrol_control.btn_scrollRight,.w2tabcontrol_control .w2tabcontrol_control.btn_submenu{height: 43px !important; line-height: 43px !important; font-size: 15px;}


/* Tab in TabControl */ 
.w2tabcontrol .w2table_tabControl {left:auto !important; right:10px; }  
.w2tabcontrol .w2tabcontrol {margin-bottom:0px !important;} 
.layout-float .con-box .w2tabcontrol .w2tabcontrol {position:relative; top:-10px;}  
.w2tabcontrol .w2tabcontrol > .w2tabcontrol_tabhost {height:25px; background:transparent !important; border-bottom:1px solid #1f98e5 !important; border-top: none !important;border-right: none !important;box-sizing:border-box;}  
.w2tabcontrol .w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_li {margin-right:0; overflow:hidden; background:#f9f9f9; border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0;height: 23px;}   
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li:last-child {border-right:1px solid #e0e0e0; }    
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center {padding:0; border:0px none;border-right:0; background: transparent; }   
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center a {top:0; margin:0; padding:0 20px 0 20px; display:block; color:#666; line-height: 30px; font-size: 13px;font-weight:normal;}    
/*.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center a:before {position: absolute; right:0px; top:9px; content: ""; display: block; width: 1px; height: 16px; background: #e1e1e1;} */
.w2tabcontrol_tabhost .w2tabcontrol_tabhost li:FIRST-CHILD .w2tabcontrol_tab_center a:before{display:none;} 
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_over .w2tabcontrol_tab_center {/*border-color:#aaa9a9; background:#e0e6ee;*/}   
.w2tabcontrol .w2tabcontrol > .w2tabcontrol_tabhost .w2tabcontrol_li.w2tabcontrol_active{border-color:#1f98e5; border-right: 1px solid #1f98e5} 
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center { background: #fff !important; box-sizing:border-box;}  
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center a {color: #1f98e5  !important; font-size: 13px;line-height: 30px; cursor: default; font-weight:bold;}   
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center a:before{display: none;}    
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_active + .w2tabcontrol_li  .w2tabcontrol_tab_center {border-left:1px solid #fff;}   
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_disabled {opacity:1}    
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_disabled .w2tabcontrol_tab_center{border-color:#dbd9d9; background:#f7f7f7;}    
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_disabled .w2tabcontrol_tab_center a {color:#888888;line-height: 22px;}  
.w2tabcontrol .w2tabcontrol .w2tabcontrol_tab_right, .w2tabcontrol_tab_left {display:none;} 
.w2tabcontrol .w2tabcontrol .w2tabcontrol_container {border:0; padding-bottom:0; background: transparent;}  
.w2tabcontrol .w2tabcontrol >.w2tabcontrol_container{padding-top:0px;}  

/*트리박스*/
.tree-box{height:auto !important; padding:10px 0 20px 0;}


/*앵커박스*/
.anchor-box{width:100%; height:100px; box-sizing:border-box; position:relative;}
.anchor-box .anchor-bg{width:100%; height:10px; border:#e6e8eb; border-radius:100px; background:#fff; margin-top:30px;}
.anchor-box ul{}
.anchor-box ul li{display:inline-block; text-align:center; position:relative;}
.anchor-box ul li span{font-size:14px; font-weight:bold; display:block;}
.anchor-box ul li .w2anchor2{display:inline-block; width:36px !important; height:36px !important; background:#fff; border-radius:100px; position:absolute; top:32px; left:calc(50% - 18px); color:#9a9a9a; font-size:18px; line-height:36px;} 
.anchor-box ul li .w2anchor2:hover{background:#3b6eac; color:#fff;}
.anchor-box ul li.chk .w2anchor2{background:#3b6eac; color:#fff; z-index:10; font-weight:bold}
.anchor-box ul li.chk span{font-size:18px; line-height:16px; font-weight:#3b6eac; color:#3b6eac;}
.anchor-box ul li.chk:before{background:#3b6eac; width:50%; height:10px; display:block; position:absolute; top:46px; content:""; border-radius:100px;}
.anchor-box ul li.chk:after{background:#3b6eac; width:50%; height:10px; display:block; position:absolute; top:46px; left:50%; content:"";border-radius:100px;}


/*필터박스*/
.filter-box{width:100%; padding:14px;}
.filter-box>div{width:100%; padding:15px; background:#f6f6f6; border:1px solid #e8e8e8; box-sizing:border-box;}
.filter-box>div>.mix-box>div{vertical-align:top !important;}
.filter-box>div>.mix-box>div .w2checkbox.rows > .w2checkbox_item{margin-bottom:10px;}
.filter-box>div>.mix-box>div .w2checkbox.rows > .w2checkbox_item:last-child{margin-bottom:0;}
.filter-box>div>.btn-group{float:right; position:absolute; top:30px; right:30px; bottom:30px; text-align:right;} 
a.btn-reset{display:block !important; min-width:60px !important; width:60px; height:60px; background:#54cbed !important; color:transparent !important; padding:0 !important; margin:0 !important;}
a.btn-reset:before{font-size:30px; line-height:60px; color:#fff;}



/* 스텝 workflow */
.work-flow{background:#eceef0; padding:30px 0px 0px 0px;}
.work-flow.layout-flow{padding:30px 0 0 0}
.con-box.step-box{margin-top: 0px; margin-bottom: 0px;}
.con-box.step-box .grp_ac_step{margin-bottom: 0px;}
.grp_ac_step{width:100%;  border-collapse:collapse; margin-bottom:10px; background:transparent; position: relative;}
.grp_ac_step:before{width:100%; height: 3px; background: transparent; content: ""; display: block; position: absolute; top:6px;}
.grp_ac_step td {padding:14px 0;text-align:center; border:0px solid red; line-height:45px; color:#999;  background:url("../images/common/mem_step1_off.png") no-repeat ; background-size:100% 70px;  cursor:pointer; font-size:20px; position: relative; font-weight: normal;}
.grp_ac_step tr td:FIRST-CHILD{background-size:100% 70px; }
.grp_ac_step tr td:FIRST-CHILD:before{display: none;}
.grp_ac_step tr td:nth-last-child(1){}
.grp_ac_step tr td:FIRST-CHILD.chk:before{display: block; width: 50%; right:0px;}
.grp_ac_step tr td:nth-last-child(2).chk.lastchk.ing:before,.grp_ac_step tr td:nth-last-child(2).chk:before{width: 50%;}
.grp_ac_step tr td:nth-last-child(2).chk.lastchk:before{width: 100%;}
.grp_ac_step td:after{content:""; display: block; position: absolute; width:52px; height: 52px; line-height: 55px; font-size:26px; background: #fff; border:4px solid #cfcfcf; border-radius:100px; left:15%; margin-left: -15px; top:5px; }
.grp_ac_step td:after .w2textbox{color:#d1d9e0 !important;}
.grp_ac_step td.lastchk {border-right:none}
.grp_ac_step td.chk{color:#333;}
.grp_ac_step td.chk:after{background-color: #fff; border:2px #62a5d6 solid; color:#62a5d6; font-weight: bold;}
.grp_ac_step td.chk:before {content:""; width:100%; height: 3px; background: #62a5d6;  display: block; position: absolute; top:6px; }
/* .grp_ac_step td.ing:before {content:""; width:50%; height: 3px; background: #62a5d6;  display: block; position: absolute; top:6px; } */
.grp_ac_step .w2textbox.ing{color:#fff; font-weight:bold; background:url("../images/common/mem_step1_on.png") no-repeat ; background-size:100% 70px;}
.grp_ac_step .w2textbox.chk.lastchk{color:#333;}
.grp_ac_step td.ing.chk:before{width: 100%;}
.grp_ac_step td.ing:after {content:"1"; display: block; position: absolute; width:60px; height:60px; background:#fff; border:4px #379cd6 solid; box-sizing:border-box; border-radius:100px; left:15%; margin-left: -15px; top:5px; line-height:55px; font-size:26px; color:#62a5d6;}

.grp_ac_step td:nth-child(1).ing:after,.grp_ac_step td:nth-child(1):after{content:"1";}
.grp_ac_step td:nth-child(2).ing:after,.grp_ac_step td:nth-child(2):after{content:"2";}
.grp_ac_step td:nth-child(3).ing:after,.grp_ac_step td:nth-child(3):after{content:"3";}
.grp_ac_step td:nth-child(4).ing:after,.grp_ac_step td:nth-child(4):after{content:"4";}
.grp_ac_step td:nth-child(5).ing:after,.grp_ac_step td:nth-child(5):after{content:"5";}
.grp_ac_step td:nth-child(6).ing:after,.grp_ac_step td:nth-child(6):after{content:"6";}
.grp_ac_step td:nth-child(7).ing:after,.grp_ac_step td:nth-child(7):after{content:"7";}
.grp_ac_step td:nth-child(8).ing:after,.grp_ac_step td:nth-child(8):after{content:"8";}
.grp_ac_step td:nth-child(9).ing:after,.grp_ac_step td:nth-child(9):after{content:"9";}
.grp_ac_step td:nth-child(10).ing:after,.grp_ac_step td:nth-child(10):after{content:"10";}

/* 만족도 */
#footer-wrap .area{padding-right:40px; border:0px solid #ff00ff; box-sizing:border-box;}
.help-box{width:1110px; display:inline-block; margin:20px 0; background:white; padding:0px; float:right; box-sizing:border-box; border:0px solid #0000ff}
.help-box dt{font-size: 18px; line-height: 23px; margin-bottom: 9px;}
.help-box dd{font-size: 13px; line-height: 20px; margin-top: 16px;}
.help-box dd ul{margin-top: 7px;}
.help-box dd li{margin-left: 9px;}
.help-box .w2tb_td{border: 1px solid #dddddd; border-right: #eeeeee;}
.help-box tr:last-child .w2tb_td{border-right: 0px none;}
.help-box tr td.w2tb_th:first-child{border-left: 0px none; border-bottom-color : #dddddd!important; background-color: #f5f5f5!important;}
.help-box .w2tb_td.red{color: #ec2c51;}
.help-box .w2tb_td.green{color: #1ed05e;}
.help-box .close{font-size:20px; z-index: 1000; right:10px; top:10px; position: absolute; background: url("../images/main/close.png") no-repeat center center; display: block; width: 20px; height: 14px;}
.help-box .close:BEFORE{display: none;}
.help-box .help-con{padding:0px; height:50px; line-height:50px; background:#fafafa; border:1px solid #ddd;}
.help-box .con-box{border:1px solid #ddd; border-top:0px; height:110px}
.help-box .help-con span:nth-child(1){padding:20px; line-height:50px; box-sizing:border-box; font-size:16px;}
/* .help-box .help-con span:nth-child(2){padding:0 40px 0 15px; line-height:50px; box-sizing:border-box; background:#707681 url(../images/arrow_down.png) no-repeat right 15px center; font-size:17px; color:#fff; float:right;} */
.help-box .help-con .toggle_on{padding:0 40px 0 15px; line-height:50px; box-sizing:border-box; background:#707681 url(../images/arrow_up.png) no-repeat right 15px center; font-size:17px; color:#fff; float:right;}
.help-box .help-con .toggle_off{padding:0 40px 0 15px; line-height:50px; box-sizing:border-box; background:#707681 url(../images/arrow_down.png) no-repeat right 15px center; font-size:17px; color:#fff; float:right;}
.help-box .w2tb_th{background-color: #f2f7fb !important; border: 0px !important; font-size:11px !important; border-bottom:1px solid #9a9a9a !important; border-top:1px solid #9a9a9a !important;  }
.help-box .help-eval{padding:20px; font-size:16px !important; width:80%; float:left;}
.help-box .help-eval input[type=radio]+label{margin-right:20px; width:100%; font-size:15px !important;}
.help-box .help-eval .w2textarea{margin-right: 10px; border-radius:0; padding:5px; line-height:24px; float:left; width:85%; overflow-y:hidden; }
.help-box .help-eval span{font-size:13px; float:left; line-height:29px;}
.help-box .help-eval .w2radio_item{width:140px; font-size:16px !important; margin-bottom:15px;}
.help-box .btn-group .w2anchor2{line-height:60px; height:60px; padding:0 20px; margin:20px; font-size:16px; }
.footer-wrap .con-box .toggle-btn{background:none !important; border:1px solid red !important;}
.footer .help-box{z-index: 999;}



/* 하단 공통영역 */
/* .footer .btn-group{ text-align:right; width:50%; padding-right: 30px; box-sizing: border-box; height:60px; padding-top:10px;  position:fixed; left:0; right:0; bottom:0; z-index:998;} */
.footer .btn-group{ text-align:right; width:100%; padding-right: 0px; box-sizing: border-box; height:60px; padding-top:10px;  left:0; right:0; bottom:0; z-index:998;}
.footer .btn-group .w2anchor2{box-sizing:border-box; height: 30px !important; line-height: 30px; padding-top: 0; padding-bottom: 0;}
.footer .btn-group a, .btn-group a {display: inline-block; margin-left: 5px; padding: 10px 30px; background-color: #005696; color: #fff; border-radius: 0px; text-align: center; box-sizing: border-box;}

/* 분할영역 */
.layout-float{width: 100%; position: relative;}
.layout-float.box{background: transparent !important; box-shadow:none !important;}
.layout-float:after{content: ""; display: block; clear: both;}
.float-con{float: left; width: 50%; box-sizing:border-box; padding-right:10px;}
.float-con.right-area{padding-right: 0px;}
.float-con:not(:first-child){padding-left: 10px; padding-right: 0px;}
.float-con.center-area{padding-right: 10px; }
.search-box + .layout-float,.search-box + .con-box{margin-top:5px;}
/* .float-con:nth-child(even){float: right; padding-left: 10px; padding-right: 0px;} */


/* 설명글 영역 */
.ex-box{white-space: pre-line; padding:20px; padding-left:74px; line-height: 140%; margin-top: 15px; margin-bottom: 15px;  background: url("../images/main/i.png") no-repeat 17px center #e9e9e9;}
.ex-box span .point{color:#ff7d1e;}


/* 튤팁 */
.tootlp.w2balloonTip{background:rgba(0, 0, 0, .5); border-radius:3px;  font-size:11px;padding:4px 7px 3px; position:absolute; margin-top:-7px;}
.tootlp.w2balloonTip:BEFORE{content: ""; display: block; width: 0; height: 0; left:4.9%; margin-left:-7px; border-left: 5px solid transparent; border-bottom:0px; border-right: 5px solid transparent; border-top:5px solid rgba(0, 0, 0, .5); position: absolute; top:auto; bottom:-5px;}
.tootlp .w2balloonTip_over {}
.tootlp .w2balloonTip_editor {position : relative;}
.tootlp .w2balloonTip_label {position : relative;}
.tootlp .w2balloonTip_table {border: 1px solid #ffd283; background: #fff9c7; overflow: hidden;table-layout : fixed;border-collapse : collapse;}
.tootlp .w2balloonTip_col {}
.tootlp .w2balloonTip_col_topleft {width : 15px;height : 5px;background : none;}
.tootlp .w2balloonTip_col_topright {width : 15px;background : none;}
.tootlp .w2balloonTip_col_topcenter {background : none;}
.tootlp .w2balloonTip_col_centerleft {background : none;}
.tootlp .w2balloonTip_col_centercenter {background : none;}
.tootlp .w2balloonTip_col_centerright {background : none;}
.tootlp .w2balloonTip_col_bottomleft {background : none;}
.tootlp .w2balloonTip_col_bottomcenter {background : transparent;height: 1px;}
.tootlp .w2balloonTip_col_bottomright {background : none;}
.w2selectbox_tooltip{background:rgba(0, 0, 0, .5);border-radius:3px;  font-size:11px;padding:4px 7px 3px;}
.w2selectbox_tooltip:BEFORE{content: ""; display: block; width: 0; height: 0; left: 50%; margin-left:-7px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom:5px solid rgba(0, 0, 0, .5); position: absolute; top:-5px;}
.arr-down.w2selectbox_tooltip:BEFORE{content: ""; display: block; width: 0; height: 0; left: 50%; margin-left:-7px; border-left: 5px solid transparent; border-bottom:0px; border-right: 5px solid transparent; border-top:5px solid rgba(0, 0, 0, .5); position: absolute; top:auto; bottom:-5px;}
.mix-box>div>.tool-tip-btn{margin-left: 0px;}


/*셔틀박스*/
.layout-float.type-btn .center-area{display: inline; width:auto;}
.layout-float.type-btn .center-area .center-btn-group{position: absolute; top:50%; left:50%; margin-left: -17px; margin-top:-45px;}
.layout-float.type-btn .center-area .center-btn-group a{width: 34px; display:  block; position:relative;  margin-bottom: 10px; color:#b8c5c8; height:40px; text-indent:-100px; border-radius:5px; background-color: #b8c5c8; overflow: hidden;}
.layout-float.type-btn .center-area .center-btn-group a:BEFORE{position: absolute; left: 9px; top: 4px; color:#fff; text-indent: 0px; font-size: 30px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1);}
.layout-float.type-btn .center-area .center-btn-group a:focus{background-color: #72e0ff !important;}
.layout-float.type-btn .center-area .center-btn-group .fa-angle-right:before{left:12px;}
.layout-float.type-btn > .float-con:first-child{padding-right: 45px;}
.layout-float.type-btn > .float-con.right-area{padding-left: 45px;}

.layout-float.type-btn  .float-con.left-area.cw5+.center-area .center-btn-group{left:25% !important;}
.layout-float.type-btn  .float-con.left-area.cw6+.center-area .center-btn-group{left:30% !important;}
.layout-float.type-btn  .float-con.left-area.cw7+.center-area .center-btn-group{left:35% !important;}
.layout-float.type-btn  .float-con.left-area.cw8+.center-area .center-btn-group{left:40% !important;}
.layout-float.type-btn  .float-con.left-area.cw9+.center-area .center-btn-group{left:45% !important;}
.layout-float.type-btn  .float-con.left-area.cw10+.center-area .center-btn-group{left:50% !important;}
.layout-float.type-btn  .float-con.left-area.cw11+.center-area .center-btn-group{left:55% !important;}
.layout-float.type-btn  .float-con.left-area.cw12+.center-area .center-btn-group{left:60% !important;}
.layout-float.type-btn  .float-con.left-area.cw13+.center-area .center-btn-group{left:65% !important;}
.layout-float.type-btn  .float-con.left-area.cw14+.center-area .center-btn-group{left:70% !important;}
.layout-float.type-btn  .float-con.left-area.cw15+.center-area .center-btn-group{left:75% !important;}

.center-area-v .center-btn-group{text-align:center; padding:15px 0 15px 0}
.center-area-v .center-btn-group a{width:60px; display:inline-block; position:relative;  margin-right: 10px; color:#b8c5c8; height:34px; text-indent:-100px; border-radius:5px; background-color: #b8c5c8; overflow: hidden;}
.center-area-v .center-btn-group a:BEFORE{position: absolute; left: 20px; top: 0px; color:#fff; text-indent: 0px; font-size: 30px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1);}
.center-area-v .center-btn-group a:focus{background-color: #72e0ff !important;}
.center-area-v .center-btn-group .fa-angle-right:before{left:12px;}

.layout-float.type-btn2  .float-con.right-area{padding-left: 25px; position: relative;}
.layout-float.type-btn2  .float-con.left-area{padding-right: 25px; position: relative;}
.layout-float.type-btn2 .center-area{display: block; float: left; box-sizing:border-box; padding-left: 25px; padding-right: 25px; position: relative;}
.layout-float.type-btn2 .center-area .center-btn-group,.layout-float.type-btn2 .left-area .center-btn-group{position: absolute; top:50%; right:-25px; margin-left: 0px; margin-top:-45px; z-index: 999;}
.layout-float.type-btn2 .left-area .center-btn-group{right:-10px;}
.layout-float.type-btn2 .center-area .center-btn-group a,.layout-float.type-btn2 .left-area .center-btn-group a{width: 34px; display:  block; position:relative;  margin-bottom: 10px; color:#b8c5c8; height:40px; text-indent:-100px; border-radius:5px; background-color: #b8c5c8; overflow: hidden;}
.layout-float.type-btn2 .center-area .center-btn-group a:BEFORE,.layout-float.type-btn2 .left-area .center-btn-group a:BEFORE{position: absolute; left: 9px; top: 4px; color:#fff; text-indent: 0px; font-size: 30px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1);}
.layout-float.type-btn2 .center-area .center-btn-group a:focus,.layout-float.type-btn2 .left-area .center-btn-group a:focus{background-color: #72e0ff !important;}
.layout-float.type-btn2 .center-area .center-btn-group .fa-angle-right:before,.layout-float.type-btn2 .left-area .center-btn-group .fa-angle-right:before{left:12px;}
.layout-float.type-btn2 .float-con:first-child{padding-right: 45px;}
.layout-float.type-btn2 .float-con.right-area{padding-left: 45px;}

/*0823 셔틀타입2 추가*/
.layout-float.type-btn .center-area .center-btn-group.edit-type a{width:40px; display:block; position:relative; margin-bottom:20px; color:#b8c5c8; height:50px; text-indent:0px;border-radius:5px; background-color: #b8c5c8; overflow: hidden;}
.layout-float.type-btn .center-area .center-btn-group.edit-type a:BEFORE{position: absolute; left: 9px; top: 8px; color:#fff; text-indent: 0px; font-size: 20px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1);}
.layout-float.type-btn .center-area .center-btn-group.edit-type a:focus{background-color: #72e0ff !important;}
.layout-float.type-btn .center-area .center-btn-group.edit-type .fa-long-arrow-left:before{left:8px;}
.layout-float.type-btn .center-area .center-btn-group.edit-type a > span{position:relative;left:8px; top:28px; color:#4e4e4e;font-size:12px;}


/*회의실 예약*/
.work_calendar{}
.work_calendar .w2tb {border-collapse:collapse}
.work_calendar .w2tb tr:last-child .w2tb_td{}
.work_calendar .w2tb .w2tb_th{height:34px; background:#f2f7fb; border-left:1px solid  #cedce3; border:1px solid  #cedce3; border-top:2px solid #379cd6; color:#404040; font-size:16px; text-align:center !important;;}
.work_calendar .w2tb .w2tb_th:first-child {color:#e84817; }
.work_calendar .w2tb .w2tb_th:last-child{color:#1989bd; }
.work_calendar .w2tb .w2tb_td{height:auto !important; border:1px solid #f0f0f0; font-size:12px; vertical-align:top; padding:5px;}
.work_calendar .w2tb .w2tb_td .date_txt{/* width:20px; height:20px; */font-size:15px; position:relative; margin:0px; font-weight:bold; color:#999;}
.work_calendar .w2tb .w2tb_td .date_txt a{/* text-decoration:underline; */ font-weight:normal !important; border:none; border-radius:5px;}
.work_calendar .w2tb .w2tb_td .w_info_s{width:15px; height:13px; position:relative; top:-9px; left:25px; background:url("../images/common/ico_weather_sun.png") no-repeat; background-size:100%;}
.work_calendar .w2tb .w2tb_td .w_info_r{width:15px; height:13px; position:relative; top:-9px;  left:25px; background:url("../images/common/ico_weather_rain.png") no-repeat; background-size:100%;}
.work_calendar .w2tb .w2tb_td .w_info_c{width:15px; height:13px; position:relative; top:-9px;  left:25px; background:url("../images/common/ico_weather_cloud.png") no-repeat; background-size:100%;}
.work_calendar .w2tb .w2tb_td .w_info_cs{width:15px; height:13px; position:relative; top:-9px;  left:25px; background:url("../images/common/ico_weather_cloudsun.png") no-repeat; background-size:100%; }
.work_calendar .w2tb .w2tb_td .c_info{width:100%; margin:3px; min-height:60px; height:100% !important; line-height:16px; /* white-space:nowrap; overflow:hidden; text-overflow:ellipsis; */}
.work_calendar .w2tb .w2tb_td .c_info a{color:#0060c7; margin:6px 0; display:block; font-size:12px;}
.work_calendar .w2tb .w2tb_td .c_info a:hover{text-decoration:underline; color:#0060c7;}
.work_calendar .w2tb .w2tb_td .c_info span:first-child{display:block;}
.work_calendar .w2tb .w2tb_td .c_info span:last-child{display:block; }
.work_calendar .w2tb .w2tb_td .c_info .appr:before{content:'승인'; background:#1891d7; color:#fff; padding:6px 3px; float:left; margin-right:5px; font-size:11px;}
.work_calendar .w2tb .w2tb_td .c_info .appl:before{content:'신청'; background:#e87100; color:#fff; padding:6px 3px; float:left; margin-right:5px; font-size:11px;}


/*기상예보*/
.weather_fc.w2tb_td .w_info_s{width:33px; height:30px; position:relative; top:10px; left:25px; background:url("../images/common/ico_weather_sun.png") no-repeat;}
.weather_fc.w2tb_td .w_info_r{width:33px; height:30px; margin:5px 0 0 3px; float:left; background:url("../images/common/ico_weather_rain.png") no-repeat;}
.weather_fc.w2tb_td .w_info_c{width:33px; height:30px; position:relative; top:-5px;  left:25px; background:url("../images/common/ico_weather_cloud.png") no-repeat;}
.weather_fc.w2tb_td .w_info_cs{width:33px; height:30px; position:relative; top:-5px;  left:25px; background:url("../images/common/ico_weather_cloudsun.png") no-repeat;}
.weather_fc.w2tb_td .c_info{width:105px; height:40px; float:left; margin:3px 0 0 3px; line-height:18px; }
.weather_fc.w2tb_td .c_info span{display:block;}


/* 메세지창 */
.alert-pop{position: relative; margin-top:0px; top:0px;}
.alert{font-size:13px; margin:0; margin-top:0px; display:block; padding:15px; line-height:160%; font-size:14px; background-size:40px 39px; letter-spacing:-1px; text-align: center !important;}
/*.warning{background:url(../images/common/ic_warning.png) no-repeat center top;}
.info{background:url(../images/common/ic_info.png) no-repeat center top;}
.check{background:url(../images/common/ic_check.png) no-repeat center top;} */
.alert-pop .footer .btn-group{background: transparent !important; text-align: center; padding:0px 0px 0px 0;}
.alert-pop .footer .btn-group a{border-radius:5px !important; min-width: 80px !important; padding-left: 20px !important; padding-right: 20px !important; margin-left: 10px !important;}
.alert-pop .footer .btn-group a:FIRST-CHILD{margin-left: 0px !important;}
.alert-pop .w2input_disabled{background-color: #b1b1b1 !important; color:#fff !important;}
.alert-pop>.w2floatingLayer_table>tbody>.w2floatingLayer_dragArea{display: none;}

.header-notice .w2window_header .w2window_header_icon{background: url("../images/pop-notice.png") no-repeat left center; margin-left: 20px;}
.header-notice .w2window_header_icon:after{content:"notice"; display: inline-block; color:#37a0e3; text-transform:uppercase;  font-weight: 600; font-size: 17px;  left: 40px;  top: 13px; position: relative;}
.header-warning .w2window_header .w2window_header_icon{background: url("../images/pop-warning.png") no-repeat left center; margin-left: 20px;}
.header-warning .w2window_header_icon:after{content:"warning"; display: inline-block; color:#ffae00; text-transform:uppercase;  font-weight: 600; font-size: 17px;  left: 40px;  top: 13px; position: relative;}
.header-error .w2window_header .w2window_header_icon{background: url("../images/pop-error.png") no-repeat left center; margin-left: 20px;}
.header-error .w2window_header_icon:after{content:"error"; display: inline-block; color:#ff5353; text-transform:uppercase;  font-weight: 600; font-size: 17px;  left: 40px;  top: 13px; position: relative;}
.header-confirm .w2window_header .w2window_header_icon{background: url("../images/pop-confirm.png") no-repeat left center; margin-left: 20px;}
.header-confirm .w2window_header_icon:after{content:"confirm"; display: inline-block; color:#28de8f; text-transform:uppercase;  font-weight: 600; font-size: 17px;  left: 40px;  top: 13px; position: relative;}
.white{background: #fff;}
.alert > .w2scrollView {border: 1px solid #cbcbcb; padding: 20px 0; color:#9b9b9b; text-align: left;}
.alert .w2scrollView_container{padding: 0 20px; box-sizing:border-box;}

/**********************************************************
    컴포넌트
***********************************************************/
/* InputBox */
.w2input {/* margin-top:2px; */ border: 1px solid #dadada; padding: 0 6px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  border-radius: 0px;  font-family:'NanumBarunGothic';  color: #666; height: 26px; font-size: 13px;}
.w2input:hover {border: 1px solid #c4c4c4;}
.w2input_focus {border: 1px solid #5ea8e3;  background: #ffffff}
.w2input_disabled {background: #f7f7f7; border: 1px solid #dbd9d9;  color: #999}
.w2input_disabled:hover {border: 1px solid #dbd9d9;}
.w2input_readonly {background-color: #f7f7f7 !important;}
.w2input_readonly:hover {border: 1px solid #dbd9d9;}
.w2input.req {border: 1px solid #dc9670;    background: #fffbe6}
.w2input.req:hover {    border: 1px solid #e76a3f;}
.w2input_focus.req {border: 1px solid #e76a3f}
.w2input.err {border: 1px solid #dc9670;    background: #fffbe6;color: #ff0000}
.w2input.err:hover {    border: 1px solid #e76a3f}
.w2input_focus.err {    border: 1px solid #e76a3f}


/* TextArea*/
.w2textarea{ border: 1px solid #dadada; padding: 0 6px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  border-radius: 3px; color: #303030; height: 32px; font-size: 13px;}
.w2textarea:hover {border: 1px solid #c4c4c4;}
.w2textarea_focus {border: 1px solid #5ea8e3;  background: #ffffff}
.w2textarea_disabled {background: #f7f7f7; border: 1px solid #dbd9d9 !important;  color: #999}

/* InputSearch */
.input_search{width: 100%; white-space: nowrap; position: relative; display: block; border: 1px solid #dadada; border-radius: 0px; background: #fff; height: auto !important;}
.input_search .w2input{width: 100%; border: 0px none; text-indent: 0px; height: 26px !important; box-sizing: border-box; padding-right: 30px;}
.input_search .w2input:hover{border: 0px !important;}
.input_search .w2input:focus{border: 0px !important;}
.input_search a{position: absolute; top:0px; right: 0px; display: block; width: 30px; height: 26px !important; overflow: hidden; text-indent: -500px; border: 0px !important; background-color: transparent !important;}
.input_search a.btn_tcm_ic{position: absolute; right: 4px; top: 5px;}
.input_search a:before{text-indent: 0 !important;   position: absolute;  right: 10px; top: 7px; color:#61b4f1; font-size: 16px; }

/* SelectBox */
.w2selectbox,.w2checkcombobox{height:32px !important; line-height:32px; border:1px solid #dadada; border-radius:3px;  box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.w2selectbox .w2selectbox_col_label,.w2checkcombobox .w2checkcombobox_col_label{font-size: 13px;}
.w2selectbox:active ,.w2checkcombobox:active{box-shadow: #89d8ef 0 0 7px; border: 1px solid #89d8ef;} 
.w2selectbox .w2selectbox_label ,.w2checkcombobox .w2checkcombobox_label{text-align:left;padding:0 5px}
.w2selectbox_focus .w2selectbox_col_label,.w2checkcombobox_focus .w2checkcombobox_col_label {background-color:transparent; font-size: 13px;}
.w2selectbox_over .w2selectbox_col_label,.w2checkcombobox_over .w2checkcombobox_col_label {background-color:transparent}
.w2selectbox .w2selectbox_col_button,.w2checkcombobox .w2checkcombobox_col_button{background:url(../images/common/bg_select.png) no-repeat 10px center; width: 32px;}
.w2selectbox_disabled,.w2checkcombobox_disabled {color:#999; border:1px solid #dbd9d9; background:#f7f7f7}
.w2selectbox_disabled:hover, .w2selectbox_disabled:focus,.w2checkcombobox_disabled:focus,.w2checkcombobox_disabled:hover {border:1px solid #dbd9d9; }
.w2selectbox_disabled .w2selectbox_col_button,.w2checkcombobox_disabled .w2checkcombobox_col_button  {background:url(../images/common/bg_select_ds.png) no-repeat center center;}
.w2selectbox.req,.w2checkcombobox.req {border:1px solid #dc9670;background:#fffbe6}
.w2selectbox.req:hover, .w2selectbox.req:focus, .w2selectbox.req:active,.w2checkcombobox.req:hover,.w2checkcombobox.req:active,.w2checkcombobox.req:focus {border:1px solid #e76a3f}
.w2selectbox.err,.w2checkcombobox.err {border:1px solid #dc9670;background:#fffbe6;color:#ff0000}
.w2selectbox.err:hover, .w2selectbox.err:focus, .w2selectbox.err:active,.w2checkcombobox.err:hover, .w2checkcombobox.err:focus, .w2checkcombobox.err:active {border:1px solid #e76a3f}
.w2tb .w2selectbox,.w2tb .w2checkcombobox  {height:32px; min-height:32px !important; box-sizing: border-box; border-radius: 0px;}
.w2grid .w2selectbox,.w2grid .w2checkcombobox {border:1px solid #5ea8e3 !important; box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box; }
.w2table_sb{border:1px solid #cbcbcb;border-radius: 0px; margin-left:1px;}
.w2table_sb_col{border:0;height:24px;}
.w2table_sb_col_over,.w2table_sb_col_focus{background:#ddf0fd;color:#10618b;}


/* AutoComplete */
.w2autoComplete{border:1px solid #dadada;  box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;height:32px; min-height:32px !important; border-radius: 3px;}
.w2autoComplete .w2autoComplete_col_button{background:url(../images/common/bg_select.png) no-repeat 10px center; width: 32px;}
.w2autoComplete:active{box-shadow: #89d8ef 0 0 7px; border: 1px solid #89d8ef;}
.w2autoComplete.req{border:1px solid #dc9670;background:#fffbe6}
.w2autoComplete.req:hover, .w2autoComplete.req:focus{border:1px solid #e76a3f}
.w2autoComplete_label{text-align:left;padding:0 6px}
.w2autoComplete_selected .w2autoComplete_col_label{font-size:13px;background-color:transparent}
.w2autoComplete_selected .w2autoComplete_col_button{}
.w2autoComplete_over .w2autoComplete_col_label{background-color:transparent}
.w2autoComplete:focus{background-color:transparent; font-size: 13px;}
.w2autoComplete_disabled{color:#999; border:1px solid #dbd9d9; background:#f7f7f7}
.w2autoComplete_disabled:focus,.w2autoComplete_disabled:hover{border:1px solid #dbd9d9;}
.w2autoComplete_disabled .w2autoComplete_col_button{background:url(../images/common/bg_select_ds.png) no-repeat center center;}
.w2autoComplete[readonly]{}
.w2autoComplete.err {border:1px solid #dc9670;background:#fffbe6;color:#ff0000}
.w2autoComplete.err:hover, .w2autoComplete.err:focus, .w2autoComplete.err:active{border:1px solid #e76a3f}
.w2autoComplete .w2input_table_sb{border:1px solid #cbcbcb;border-radius: 3px;}
.w2input_table_sb_col{text-align:left; text-indent:5px; border:0; height:25px; font-size: 12px; background-color: #fff; overflow: hidden; padding-top: 2px; padding-left: 3px; padding-right: 3px; white-space: nowrap;}
.w2input_table_sb_col_over{background:#ddf0fd;color:#10618b;}
.w2autoComplete_col_label{font-size:13px;}


/* Checkbox */
.info-box .w2checkbox{margin:0 5px;} 
.w2checkbox_item {display: inline-block; margin-right:20px; padding:5px 0;}
.w2checkbox_item:last-child{margin-left:0;}
.w2checkbox_item input[type=checkbox]{width: 19px; height: 19px; opacity: 0;margin: 0; vertical-align: middle; position: absolute;}
/* .w2checkbox_item input[type=checkbox] + label{font-size: 13px; text-indent: 22px; background: url('../images/common/checkbox_normal.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; margin-left:0px; margin-right:0px; line-height: 19px; color: #666;} */
.w2checkbox_item input[type=checkbox] + label{font-size: 13px; /*text-indent: 22px;*/ background: url('../images/common/checkbox_normal.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; margin-left:0px; margin-right:0px; line-height: 19px; color: #666;}
.w2checkbox_item input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked.png') no-repeat; display: inline-block; min-width: 19px; min-height: 19px; vertical-align: middle;  }
.w2checkbox[disabled="disabled"] .w2checkbox_item  input[type=checkbox] + label{background: url('../images/common/checkbox_normal_disabled.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; }
.w2checkbox[disabled="disabled"] .w2checkbox_item  input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked_disabled.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; }
.w2checkbox.rvs .w2checkbox_item input[type=checkbox] + label{font-size: 13px; background: url('../images/common/checkbox_normal.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; margin-left:0px; margin-right:0px; line-height: 19px; color: #666; background-position:right; padding-right:22px; text-indent: 0;}
.w2checkbox.rvs .w2checkbox_item input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked.png') no-repeat; display: inline-block; min-width: 19px; min-height: 19px; vertical-align: middle;  background-position:right; padding-right:22px; text-indent: 0;}
.w2checkbox.rvs .w2checkbox_item .disabled  input[type=checkbox] + label{background: url('../images/common/checkbox_normal_disabled.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; background-position:right; padding-right:22px; text-indent: 0;}
.w2checkbox.rvs .w2checkbox_item .disabled  input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked_disabled.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; background-position:right; padding-right:22px; text-indent: 0;}

.w2checkbox.rows > .w2checkbox_item {display:block; margin:0; padding:0; margin-bottom:4px;}
.w2checkbox.rows > .w2checkbox_item:last-child{margin-bottom:0;}


/* CheckCombobox*/
.w2table_ccb_col_checkbox{width: 19px; height: 19px; opacity: 0;margin: 0; vertical-align: middle; position: absolute;}
.w2table_ccb_col_checkbox + label{font-size: 13px; text-indent: 25px; background: url('../images/common/checkbox_normal.png') no-repeat; display: inline-block;  min-width: 19px; height: 19px; vertical-align: middle; margin-left:0px; margin-right:0px; line-height: 19px; color: #666;}
.w2table_ccb_col_checkbox:checked + label{background: url('../images/common/checkbox_checked.png') no-repeat; display: inline-block; min-width: 19px; height: 19px; vertical-align: middle;  }
.w2table_ccb_col_checkbox .disabled + label{background: url('../images/common/checkbox_normal_disabled.png') no-repeat; display: inline-block;  min-width: 19px; height: 19px; vertical-align: middle; }
.w2table_ccb_col_checkbox .disabled:checked + label{background: url('../images/common/checkbox_checked_disabled.png') no-repeat; display: inline-block;  min-width: 19px; height: 19px; vertical-align: middle; }
.w2table_ccb{border:1px solid #cbcbcb;border-radius:3px;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.w2table_ccb_col{border:none;padding:4px 0 3px 10px;}
.w2table_ccb_col_over{background:#ddf0fd;}
.w2table_ccb_col_label{margin-left:4px;}
.w2table_ccb_col_focus .w2table_ccb_col_label,.w2table_ccb_col_over .w2table_ccb_col_label{color:#10618b;}


/* radio */
.radio-btn-group{display: inline;}
.radio-btn-group a{display: inline-block; height: 24px !important; margin:0px !important; font-size:13px !important; color:#fff !important; background-color:#aeaeae !important; line-height: 24px !important; padding: 0 10px !important; border-radius:5px 0 0px 5px !important; }
.radio-btn-group a:last-child{border-radius:0px 5px 5px 0px !important;}
.radio-btn-group a.radio-on{background-color: #1980bb !important;}
.w2radio_item {display: inline-block; margin-top: 0px;}
.w2radio_item input[type=radio]{width: 20px; height: 20px; opacity: 0;margin: 0; vertical-align: middle; position: absolute;}
.w2radio_item input[type=radio] + label{font-size: 13px; text-indent: 22px; background: url('../images/common/radio_normal.png') no-repeat; display: inline-block;  min-width: 20px; height: 20px; vertical-align: middle; margin-left:0px; margin-right:0px; line-height: 20px; color: #666;}
.w2radio_item input[type=radio]:checked + label{background: url('../images/common/radio_checked.png') no-repeat; display: inline-block; min-width: 20px; height: 20px; vertical-align: middle;  }
.w2radio[disabled="disabled"] .w2radio_item input[type=radio] + label{background: url('../images/common/radio_normal_disabled.png') no-repeat !important; display: inline-block;  min-width: 20px; height: 20px; vertical-align: middle; }
.w2radio[disabled="disabled"] .w2radio_item input[type=radio]:checked + label{background: url('../images/common/radio_checked_disabled.png') no-repeat !important; display: inline-block;  min-width: 20px; height: 20px; vertical-align: middle; }

.w2radio_item{margin:2px 20px 2px 0;}
.w2radio.rows > .w2radio_item {display:block; margin:0; padding:0; margin-bottom:4px;}
.w2radio.rows > .w2radio_item:last-child{margin-bottom:0;}
.w2radio_item.w25{width:25%; float:left;}

/* InputCalendar */
.w2inputCalendar_divInput {border:1px solid #c4c4c4;  height:30px!important; margin-right:0; border:0 none !important; background: transparent; text-indent: 6px !important; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; width: 100% !important; }
.w2inputCalendar_div_img {width:21px; }
.w2inputCalendar_button { width:21px; height:21px; background-image: none !important; left:-3px; top:1px !important; position: relative;}
.w2inputCalendar_button:before{background-image: none; content: "\f133"; font: normal normal normal 14px/14px FontAwesome; color: #30a6cc; ime-mode:disabled;}
.w2inputCalendar_div[disabled="disabled"] .w2inputCalendar_button:before{color:#c5c5c5 !important;}
.w2inputCalendar_div[readonly="readonly"] .w2inputCalendar_button {background-image: none !important; position: relative; left:-7px;}
.w2inputCalendar_div[readonly="readonly"] .w2inputCalendar_button :before{content: "\f133"; font: normal normal normal 14px/1 FontAwesome; color: #4392cc;}
.w2inputCalendar_div{position:relative; display: inline-block; border: 1px solid #dadada; border-radius: 0px; background: #fff; min-width: 40px; overflow: visible; /* width:auto !important;  */height: 26px !important; white-space: nowrap; margin-top:0.5%;} 
.w2inputCalendar_div .w2inputCalendar_div_input{width: 100% !important; box-sizing:border-box !important; padding-right: 0px !important;}/* padding-right: 21px !important; */
.w2inputCalendar_div .w2inputCalendar_div_input input{padding-right: 22px; box-sizing:border-box;}
.w2inputCalendar_div_img{position: absolute !important; right:0px !important; top:0px !important; float: none !important;}
.w2inputCalendar_div input:disabled{background:#f7f7f7 !important;}


/* Calendar */
.w2calendar {border:1px solid #303030; width:285px; box-shadow:0 0 0px #ccc; margin-top:-4px; z-index: 6009 !important;} 
.w2calendar_class1 {height:auto; display:block;}
.w2calendar .w2calendar_header {height: 80px !important;margin-left: -10px;}
.w2calendar_selectbox_year .w2selectbox_col_button, .w2calendar_selectbox_month .w2selectbox_col_button {display:none;}
.w2table_sb.w2table.w2calendar_selectbox_year, .w2table_sb.w2table.w2calendar_selectbox_month {display:none !important;}
.w2calendar .w2selectbox_over .w2selectbox_col_label, .w2calendar .w2selectbox_focus .w2selectbox_col_label {background:transparent;}
.w2group.f_layer_cal{background-color: #eee !important; overflow: hidden;}
.f_layer_cal .w2calendar:first-child{border-left: 1px solid #fff !important; border-right:1px solid #fff !important; margin-left: 0px !important;margin-right: 0px !important;}
.w2calendar .w2selectbox .w2selectbox_label {font-size: 18px; text-overflow:initial; text-align:center; position: relative; overflow:inherit; min-width:80px; left:-12px;}
.w2calendar_selectbox_month .w2selectbox_label {top: 10px; 	margin-left: 0px; font-size: 45px !important; color: #b1cbfa !important; font-weight: bold; padding-top: 12px;}
.w2group.f_layer_cal>div:last-child { padding: 5px !important; padding-top: 0px !important; margin-top:-3px;}
.w2group.f_layer_cal>div:last-child a{display: inline-block; height: 26px; border:0px !important; font-size:11px !important; color:#fff !important; margin-left:5px; line-height:26px; border-radius:4px; background-color: #4486b7 !important;}
.w2group.f_layer_cal>div:last-child a:FIRST-CHILD{ background-color: #30bbe8 !important; }
.w2calendar_selectbox_year {font-size:inherit;  position:absolute; top:8px; left:70px; font-weight:normal; border:0; !important; color:#000 !important;}
.w2calendar_selectbox_year:hover, .w2calendar_selectbox_year:focus {border:none;}
.w2calendar_header_last_year{position:absolute; top:16px; left:52px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_pre.png) no-repeat 0 bottom;}
.w2calendar_header_last_year:focus {position:absolute; top:16px; left:52px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_pre.png) no-repeat 0 top;}
.w2calendar_header_next_year {position:absolute; top:16px; left:142px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_next.png) no-repeat 0 bottom;}
.w2calendar_header_next_year:focus {position:absolute; top:16px; left:142px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_next.png) no-repeat 0 top;}
.w2calendar_selectbox_month {font-size:13px; position:absolute; top:8px; left:171px; width:54px; font-weight:normal; border:0; color:#000 !important;}
.w2calendar_selectbox_month:hover, .w2calendar_selectbox_month:focus {border:none}
.w2calendar_header_last_month {position:absolute; top:16px; left:160px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_pre.png) no-repeat 0 bottom;}
.w2calendar_header_last_month:focus {position:absolute; top:16px; left:160px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_pre.png) no-repeat 0 top;}
.w2calendar_header_next_month {position:absolute; top:16px; left:220px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_next.png) no-repeat 0 bottom;}
.w2calendar_header_next_month:focus {position:absolute; top:16px; left:218px; width:16px; height:16px; background:url(../images/common/bg_cal_btn_next.png) no-repeat 0 top;}
.w2calendar .w2calendar_content {border:0; background:#fff; padding:0;}
.w2calendar .w2calendar_content_table {border:0;}
.w2calendar .w2calendar_content_table tbody td {height:30px; background:#fff; border:0;}
.w2calendar .w2calendar_content_table tbody td:first-child {border:0}
.w2calendar .w2calendar_content_table tbody td:last-child {border:0}
.w2calendar .w2calendar_content_table tbody tr:first-child td {border:0;}
.w2calendar .w2calendar_content_table tbody tr:last-child td {border:0}
.w2calendar_content .w2calendar_content_table .w2calendar_col_day .w2calendar_day{height:30px;}
.w2calendar_class1 .w2calendar_selected, .w2calendar_class1 .w2calendar_selected button {background:#62a5d6 !important; border-radius:5px;}
.f_layer_cal .w2calendar_class1 .w2calendar_selected,.f_layer_cal  .w2calendar_class1 .w2calendar_selected button,.f_layer_m2 .c_body .w2tb .w2tb_td.selected a{background:url(../images/common/start.png) no-repeat center bottom #62a5d6 !important;}
.f_layer_cal .w2calendar_class1+.w2calendar_class1 .w2calendar_selected,.f_layer_cal .w2calendar_class1+.w2calendar_class1 .w2calendar_selected button,.f_layer_m2 .month_cal_box+.month_cal_box .c_body .w2tb .w2tb_td.selected a{background:url(../images/common/end.png) no-repeat center bottom #ff715a !important; border-radius:5px;}
.w2calendar_class1 .w2calendar_day_0, .w2calendar_class1 .w2calendar_day_0 button {color:#dc4e4e !important; font-weight:normal}
.w2calendar_class1 .w2calendar_day_6, .w2calendar_class1 .w2calendar_day_6 button {color:#1a6ecd !important; font-weight:normal}
.w2calendar .w2calendar_content_table tbody td.w2calendar_date_over {color:#333; background:#eaeaea !important;}
.w2calendar_footer {display:none;}
.w2calendar_classYearMonth_class1 {width:265px; height:60px;}
.w2calendar_classYearMonth_class1 .w2calendar_header{margin:-10px 0 0 -40px !important;}
.w2calendar_classYearMonth_class1 .w2calendar_header_btn_ok{top:15px; left:275px;}
.w2calendar_classYearMonth_class1 .w2calendar_header_btn_close{top:15px; left:257px;}

/* .w2calendar_classYearMonth_class1 .w2selectbox_label {top:0 !important; font-size: 16px; text-overflow:initial; text-align:center; position: relative; overflow:inherit; min-width:80px; left:-42px;}
.w2calendar_classYearMonth_class1 .w2selectbox_label {top: 10px; 	margin-left: -35px; font-size: 25px !important; color: #b1cbfa !important; font-weight: bold; padding: 3px 5px 0 0 ;}
.w2calendar_class1 .w2calendar_day_6.w2calendar_selected,.w2calendar_class1 .w2calendar_day_0.w2calendar_selected{color:#fff !important; top:0px;}
.w2calendar_classYearMonth_class1 .w2calendar_selectbox_year .w2selectbox_label{margin-top:0 !important; padding-left:5px;}
.w2calendar_classYearMonth_class1 .w2calendar_header_next_year, .w2calendar_header_next_month{background-position:top; padding-top:0px !important; margin-left:-25px !important;;}
.w2calendar_classYearMonth_class1 .w2calendar_header_last_year, .w2calendar_header_last_month{background-position:top; padding-top:0px !important; margin-left:-30px; } */
.w2calendar_date_over{border-radius:5px; }

 

/* Grid View */
.w2grid{min-height:70px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; }
.w2grid table{margin-top:1px;}
.w2grid nobr{padding:0; margin:0;} 
.w2grid th.pointcolor{background:#faded2 !important; color:#bd5013 !important; border-bottom:2px solid #ebcdbf !important; border-top:2px solid #faded2 !important;}
.w2grid td.pointcolor{background:#faded2 !important; color:#6e4f42 !important; border-bottom:1px solid #f1d3c6 !important;}
.w2grid .gridHeaderTableDefault{border-left: 0px none; }
.w2grid th.gridHeaderTDDefault{background: #f2f7fb; height:40px; border-right:0px solid #000; font-size: 13px; color: #111; }
.w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault{border-top:0px solid #379cd6; border-bottom: 1px solid #e7e7e7; border-left: 1px solid #f0f0f0;  background: #f2f7fb; /* url("../images/common/th_line.png") no-repeat left center;*/ height:40px !important; padding:0; margin:0; 
 /* 높이가 넘치는 것 수정하기 위해 사용함.  */box-sizing: border-box;}
.list-box .w2grid thead.gridHeaderTableDefault{border-bottom: 1px solid #ccc;}
.w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault:first-child{border-left: 0px none; background: #f2f7fb; background-image:none; height:40px; }
.w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault:last-child{border-right: 0px solid red; height:40px; }
.w2grid .gridHeaderTDDefault:last-child{border-right:none;}
.w2grid .gridBodyDefault{ /*background:transparent !important*/ border-color: #dadada; height:34px !important; border-left: 1px solid  #dadada; border-right: 0px none; font-size: 13px; color: #595959; width: 19px; height: 19px;}
.w2grid .gridBodyDefault.focusedTd{/*background: transparent; */}
/* .grid_body_row:hover{background-color: rgb(237,243,251) !important;} */
.w2grid .gridFooterTableDefault{height:34px !important;}
.w2grid tbody tr > td:first-child{ border-left: 0px none;}
.w2grid tbody tr:last-child > td{ border-bottom: 1px solid #dadada;}
.w2grid thead { border-bottom: 0px solid #dadada; width: 100% !important;}
.w2grid tbody { border-bottom: 0px solid #dadada; width: 100% !important;}
.w2grid tbody tr:first-child > td{ border-top: 1px solid #ccc; }
.w2grid tbody tr > td{ padding:0 10px;}
.w2grid table{border-bottom:2px solid #dadada !important;}

.w2grid td.state_01 nobr{display:block; background:#5fa9f5; color:#fff; padding:3px 0; border-radius:180px; width:60px; margin:0 auto; font-size:11px; font-weight:bold}
.w2grid td.state_02 nobr{display:block; background:#3bceee; color:#fff; padding:4px 0; border-radius:180px; width:60px; margin:0 auto; font-size:11px; font-weight:bold}
.w2grid td.state_03 nobr{display:block; background:#8cd24e; color:#fff; padding:4px 0; border-radius:180px; width:60px; margin:0 auto; font-size:11px; font-weight:bold}
.w2grid td.state_04 nobr{display:block; background:#fcba3b; color:#fff; padding:4px 0; border-radius:180px; width:60px; margin:0 auto; font-size:11px; font-weight:bold}
.w2grid td.state_05 nobr{display:block; background:#ff8b70; color:#fff; padding:4px 0; border-radius:180px; width:60px; margin:0 auto; font-size:11px; font-weight:bold}
.w2grid td.state_06 nobr{display:block; background:#cd8dea; color:#fff; padding:4px 0; border-radius:180px; width:60px; margin:0 auto; font-size:11px; font-weight:bold}
.w2grid td.state_07 nobr{display:block; background:#c5c5c5; color:#fff; padding:4px 0; border-radius:180px; width:80px; margin:0 auto; font-size:11px; font-weight:bold}
/*.w2grid tbody tr:last-child { border-bottom: 1px solid red !important;}*/

.w2grid .gridHeaderTableDefault{border-top:2px solid #379cd6; width:100% !important;}
.w2grid .gridHeaderTableDefault input[type=checkbox]{width: 19px; height: 19px; margin:0; vertical-align: middle; opacity:0; }
.w2grid .gridHeaderTableDefault input[type=checkbox] + label{ background:  url('../images/common/checkbox_normal.png')  no-repeat; display: inline-block; width: 19px; height: 19px; margin-left: -19px; font-size: 13px; }
.w2grid .gridHeaderTableDefault th input[type=checkbox] + label{position: relative; top:-1px;}
.w2grid .gridHeaderTableDefault input[type=checkbox]:checked + label{background:  url('../images/common/checkbox_checked.png') no-repeat; display: inline-block; width: 19px; height: 19px; margin-left: -19px; }
.w2grid .gridHeaderTableDefault.disabled  input[type=checkbox] + label{background: url('../images/common/checkbox_normal_disabled.png') no-repeat; display: inline-block; width: 19px; height: 19px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridHeaderTableDefault.disabled  input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked_disabled.png') no-repeat; display: inline-block; width: 19px; height: 19px; vertical-align: middle; margin-left: -19px; }

.w2grid .gridHeaderTableDefault input[type=radio]{width: 20px; height: 20px; opacity: 0;margin: 0; vertical-align: middle;}
.w2grid .gridHeaderTableDefault input[type=radio] + label{font-size: 13px;}
.w2grid .gridHeaderTableDefault input[type=radio] + label{background: url('../images/common/radio_normal.png') no-repeat; display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridHeaderTableDefault input[type=radio]:checked + label{background: url('../images/common/radio_checked.png') no-repeat; display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridHeaderTableDefault.disabled  input[type=radio] + label{background: url('../images/common/radio_normal_disabled.png') no-repeat; display: inline-block; width: px; height: px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridHeaderTableDefault.disabled  input[type=radio]:checked + label{background: url('../images/common/radio_checked_disabled.png') no-repeat; display: inline-block; width: px; height: px; vertical-align: middle; margin-left: -19px; }

.w2grid .gridBodyDefault input[type=checkbox]{width: 19px; height: 19px; opacity: 0;margin: 0; vertical-align: middle;}
.w2grid .gridBodyDefault input[type=checkbox] + label{font-size: 13px;}
.w2grid .gridBodyDefault input[type=checkbox] + label{background: url('../images/common/checkbox_normal.png') no-repeat; display: inline-block; width: 19px; height: 19px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridBodyDefault input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked.png') no-repeat; display: inline-block; width: 19px; height: 19px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridBodyDefault.disabled  input[type=checkbox] + label{background: url('../images/common/checkbox_normal_disabled.png') no-repeat; display: inline-block; width: 19px; height: 19px; vertical-align: middle; margin-left: -19px; }
.w2grid .gridBodyDefault.disabled  input[type=checkbox]:checked + label{background: url('../images/common/checkbox_checked_disabled.png') no-repeat; display: inline-block; width: 19px; height: 19px; vertical-align: middle; margin-left: -19px; }

.w2grid .gridBodyDefault input[type=radio]{width: 20px; height: 20px; opacity: 0;margin: 0; vertical-align: middle; }
.w2grid .gridBodyDefault input[type=radio] + label{background: url('../images/common/radio_normal.png') no-repeat; display: inline-block; width: 20px; height: 20px; font-size: 13px; vertical-align: middle;  position:relative; }
.w2grid .gridBodyDefault input[type=radio]:checked + label{background: url('../images/common/radio_checked.png') no-repeat; display: inline-block; width: 20px; height: 20px; vertical-align: middle;  }
.w2grid .gridBodyDefault.disabled  input[type=radio] + label{background: url('../images/common/radio_normal_disabled.png') no-repeat; display: inline-block; width: 20px; height: 20px; vertical-align: middle;  padding-left:25px;}
.w2grid .gridBodyDefault.disabled  input[type=radio]:checked + label{background: url('../images/common/radio_checked_disabled.png') no-repeat; display: inline-block; width: 20px; height: 20px; vertical-align: middle;  padding-left:25px;}

.w2grid .chart-icon nobr{padding: 0 4px 0 21px; background: transparent url(../images/common/ic_chart.png) 32% top no-repeat; display: block;}
.gridBodyDefault button{height: 26px !important; background: ##eef4f9 !important;}
.w2grid .gridSubtotalDefault,.w2grid .gridSubtotalDefault.gridSubtotalDefault_rowNumber{border:0;background-color:#e5f8da;}
.w2grid .gridSubtotalDefault{height:34px !important;}
.w2grid .gridFooterTableDefault,.w2grid .gridFooterTDDefault{border-right:0 !important; border-left:0 !important; background-color:#fff2c6;}
.gridFooterTableDefault{width: 100% !important;}
.w2grid td table *{border:0px !important;}
.w2grid td table tbody tr:last-child > td{border-bottom: 0px !important;}
/*GridView : Button - 조회버튼 */
.w2grid .gridBodyDefault.gbtn-search button{background:none; border:0; cursor:pointer; margin:0; padding:0;}
.w2grid .gridBodyDefault.gbtn-search button:before {content:"\f002"; font: normal normal normal 14px/14px FontAwesome; display: block;}
.w2grid .gridBodyDefault.gbtn-search button:hover{color:#55a4fc;}
/*GridView : Button - 닫기버튼 */
.w2grid .gridBodyDefault.gbtn-close button{background:none; border:0; cursor:pointer; margin:0; padding:0;}
.w2grid .gridBodyDefault.gbtn-close button:before {content:"\f00d"; font: normal normal normal 16px/16px FontAwesome; display: block;}
.w2grid .gridBodyDefault.gbtn-close button:hover{color:#55a4fc;}
/*GridView : Button - 삭제버튼 */
.w2grid .gridBodyDefault.gbtn-delete button{background:none; border:0; cursor:pointer; margin:0; padding:0;}
.w2grid .gridBodyDefault.gbtn-delete button:before {content:"\f1f8"; font: normal normal normal 16px/16px FontAwesome; display: block;}
.w2grid .gridBodyDefault.gbtn-delete button:hover{color:#55a4fc;}
/*GridView : Button - 숨기기클래스 */
.w2grid .gridBodyDefault.gbtn-hide button{display:none;}

.grid_body_row:hover{background:#edf3fb !important}
.gridBodyDefault_rowNumber.focusedTr{background:rgb(252,248,227) !important; }



/* Table */
.w2tb .w2tb_th{font-weight: bold !important; height: 26px !important;}
.w2group.view-box > .w2tb{width:100%; margin-top: 0px; margin-bottom: 0px; border-collapse:collapse;}
.w2group.view-box > .w2tb .w2tb_th{background:#eff6fa; padding:2px 5px; border: 1px solid #cedce3; font-weight:bold; border-left:0;}
.w2group.view-box > .w2tb > tbody > tr:first-child .w2tb_th+.w2tb_th:last-child{border-right: 0px !important;}
.w2group.view-box > .w2tb .w2tb_th:first-child{border-left:none;}
.w2group.view-box > .w2tb .w2tb_td{background:white; height:26px; padding:2px 5px; border:1px solid  #efefef;}
.w2group.view-box > .w2tb .w2tb_td:last-child{border-right:none;}
.w2group.view-box > .w2tb .w2tb_th:first-child,.w2group.view-box .w2tb tr:first-child .w2tb_td{border-top:1px solid #dadada;}

.w2group.view-box > .w2tb tr .w2tb_noTH:FIRST-CHILD{padding-left: 5px;}
.work_calendar.w2group.view-box > .w2tb tr > .w2tb_noTH:FIRST-CHILD{padding-left: 8px;}
.work_calendar.w2group.view-box > .w2tb tr .w2tb_td:last-child{padding-right: 8px;}
.w2group.view-box > .w2tb .w2tb_th.req  span:before,.w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault.req  nobr:before{content: "* "; color:  #ff0024;}
.w2group.view-box > .w2tb .w2tb_th.req+td .w2input,
.w2group.view-box > .w2tb .w2tb_th.req+td .w2inputCalendar_div{background-color:#fffde5; border-color:#cbcbcb !important; margin-top:0;}
.w2group.view-box > .w2tb .w2tb_th.req+td .w2selectbox{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb .w2tb_th.req+td .w2calendar .w2calendar_wrap .w2calendar_header .w2selectbox{background-color:transparent !important; border-color:#none  !important;} 
.w2group.view-box > .w2tb .w2tb_th.req+td .w2textarea{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb .w2tb_th.req+td .w2autoComplete{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb .w2tb_th.req+td .gb_udc_cal>div{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb .w2tb_th.req  span:before{content: "* "; color:  #ff0024;} 
.w2group.view-box > .w2tb .w2tb_th.req+td .w2input_disabled,
.w2group.view-box > .w2tb .w2tb_th.req+td .w2inputCalendar_div{background-color:#f7f7f7 !important; border-color:#cbcbcb !important;}

.w2group.view-box > .w2tb .w2tb_th.req+td .w2selectbox_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb .w2tb_th.req+td .w2textarea_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2group.search-box  .w2tb .w2tb_th.req+td .w2input_disabled,
.w2group.search-box  .w2tb .w2tb_th.req+td .w2inputCalendar_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb !important;}
.w2group.search-box  .w2tb .w2tb_th.req+td .w2selectbox_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2group.search-box  .w2tb .w2tb_th.req+td .w2textarea_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2tb .w2tb_th.req  span:before{content: "* "; color:  #ff0024; font-weight:normal;}
.w2group .w2tb .w2tb_th.req+td .w2input,
.w2group .w2tb .w2tb_th.req+td .w2inputCalendar_div{background-color:#fffde5; border-color:#cbcbcb !important;}
.w2group .w2tb .w2tb_th.req+td .w2selectbox{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group .w2tb .w2tb_th.req+td .w2textarea{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb{width:100%; margin-top: 0px; margin-bottom: 0px; border-collapse:collapse;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th{height:36px; background:#fcfdff; padding:5px 8px 5px 8px;border: 1px solid  #efefef;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_td{background:white; height:36px; padding:5px 8px 5px 8px; border:1px solid  #efefef; }
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req  span:before{content: "* "; color:#ff0024; font-weight:normal;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req+td> .w2input{background-color:#fff2c6 !important; border-color:#ffcf7b  !important;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req+td> .w2selectbox{background-color:#fff2c6 !important; border-color:#ffcf7b  !important;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb .w2tb_th.req+td> .w2textarea {background-color:#fff2c6 !important; border-color:#ffcf7b }

.w2group.view-box > .w2tb td.req .w2input,
.w2group.view-box > .w2tb td.req .w2inputCalendar_div{background-color:#fffde5 !important; border-color:#cbcbcb !important;}
.w2group.view-box > .w2tb td.req .w2selectbox{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb td.req .w2calendar .w2calendar_wrap .w2calendar_header .w2selectbox{background-color:transparent !important; border-color:#none  !important;} 
.w2group.view-box > .w2tb td.req .w2textarea{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb td.req .w2autoComplete{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb td.req .gb_udc_cal>div{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}

.w2group.view-box > .w2tb td.req .w2selectbox_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2group.view-box > .w2tb td.req .w2textarea_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2group.search-box  .w2tb td.req .w2input_disabled,
.w2group.search-box  .w2tb td.req .w2inputCalendar_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb !important;}
.w2group.search-box  .w2tb td.req .w2selectbox_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}
.w2group.search-box  .w2tb td.req .w2textarea_disabled{background-color:#f7f7f7 !important; border-color:#cbcbcb  !important;}

.w2group .w2tb td.req .w2input,
.w2group .w2tb td.req .w2inputCalendar_div{background-color:#fffde5 !important; border-color:#cbcbcb !important; display:inline-table;}
.w2group .w2tb td.req .w2selectbox{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group .w2tb td.req .w2textarea{background-color:#fffde5 !important; border-color:#cbcbcb  !important;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb td.req > .w2input{background-color:#fff2c6 !important; border-color:#ffcf7b  !important; display:inline-table;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb td.req > .w2selectbox{background-color:#fff2c6 !important; border-color:#ffcf7b  !important; display:inline-table;}
.w2group .w2tabcontrol_contents_wrapper > .w2tb td.req > .w2textarea {background-color:#fff2c6 !important; border-color:#ffcf7b  !important; }


/*테이블 내 소계,합계 배경색 지정(그리드와동일) 폰트두께 bold클래스 설정*/
.tbl-subtotal{background-color:#e5f8da !important;font-weight:bold !important;}
.tbl-total{background-color:#fff2c6 !important;font-weight:bold !important;}


 /* treeview */
.w2treeview{padding-left: 20px; padding-top: 10px;}
.w2treeview_col_depth0 {display : none;}
.w2treeview_select_node {background:none; color:#1989bd; font-weight:bold}
.w2treeview_none {  display : none;}
.w2treeview_col_icon_navi { width : 16px;}
.w2treeview_col_icon_checkbox {width : 19px; height:19px; position:relative; left:-1px; background: url(../images/websquare/treeview/images/leaf_single_root.gif) no-repeat -10px 3px;}
.w2treeview_col_icon_label {width : 20px;}
.w2treeview_checkbox {height : 14px;width : 14px;   margin : 0; padding: 0; position: absolute; opacity:0;}
.w2treeview_icon_navi{height: 24px;}
.w2treeview_icon_label { width : 18px;    height : 20px;  text-align : center;    background-repeat : no-repeat;  background-position : center center;}
.w2treeview_icon_label_none {   display : none;}
.w2treeview_tooltip {   display : none; position : absolute;    border:none;    background:#5c85d4; padding:3px;    cursor : default;   margin : 20px;  color:#fff; font-size:12px;}
.w2treeview_partialselect {opacity : 0.4;}
.w2treeview_partialdiv {position: relative; height : 13px;  width : 19px;   overflow:visible;   left : 7px !important;  top:1px !important; background:url(../images/websquare/treeview/images/open-folder.png) no-repeat center center; }
.tree-box.check-tree .w2treeview_partialdiv { background:url(../images/common/checkbox_normal.png) no-repeat center center; }
.w2treeview_close_child .w2treeview_partialdiv{background:url(../images/websquare/treeview/images/close-folder.png) no-repeat center center;}
.tree-box.check-tree .w2treeview_close_child .w2treeview_partialdiv{background:url(../images/common/checkbox_checked.png) no-repeat center center;}
.w2treeview_open_child .w2treeview_icon_navi {  background : url(../images/websquare/treeview/images/minus.png) no-repeat center center;}
.w2treeview_close_child .w2treeview_icon_navi { background : url(../images/websquare/treeview/images/plus.png) no-repeat center center;}
.w2treeview_leaf .w2treeview_icon_navi {background : url(../images/websquare/treeview/images/middle.gif) no-repeat center center;}
.w2treeview_last_leaf .w2treeview_icon_navi {background : url(../images/websquare/treeview/images/last.gif) no-repeat center center; position: relative; top:-1px; }
.w2treeview_root_single_leaf .w2treeview_icon_navi {background : url(../images/websquare/treeview/images/leaf_single_root.gif) no-repeat center center;}
.w2treeview_root_multi_leaf .w2treeview_icon_navi {background : url(../images/websquare/treeview/images/leaf_multi_root.gif) no-repeat center center;}
.w2treeview_label{font-size: 14px;display: inline-block; text-indent: 10px; }
.w2treeview_table_node td{text-align: left;}

.chk-tree .w2treeview_checkbox{opacity:100;}
.chk-tree .w2treeview_partialdiv{background:none;}
.chk-tree .w2treeview_partialdiv input[type=checkbox]:before{width:20px; height:20px; display:inline-block; content:""; background:url(../images/common/checkbox_tree_normal.png) no-repeat center center !important; position:relative; top:-7px; left:-3px;}
.chk-tree .w2treeview_partialdiv input[type=checkbox]:checked:before{width:20px; height:20px; display:inline-block; content:""; background:url(../images/common/checkbox_tree_checked.png) no-repeat center center !important; position:relative; top:-7px; left:-3px;}
.chk-tree .w2treeview_partialdiv input[type=checkbox]:disabled:before{width:20px; height:20px; display:inline-block; content:""; background:url(../images/common/checkbox_tree_disabled.png) no-repeat center center !important; position:relative; top:-7px; left:-3px;}
.chk-tree .w2treeview_partialdiv input[type=checkbox]:checked:disabled:before{width:20px; height:20px; display:inline-block; content:""; background:url(../images/common/checkbox_tree_checked_disabled.png) no-repeat center center !important; position:relative; top:-7px; left:-3px;}


/* spinner */
.w2spinner {    display : inline-block;  width:100%;  vertical-align : middle;    position: relative; height: 30px; border-radius: 3px;}
.w2spinner.w2_horizon .w2spinner_up .w2spinner_up_image {position:absolute; top:auto;left:0;height:23px;    width:29px;margin-top:-6px; overflow:hidden;}
.w2spinner.w2_horizon .w2spinner_down .w2spinner_down_image {position: absolute; bottom: 0; top: auto; left: 0; height: 22px; width: 29px; margin-top: -6px; overflow: hidden; }
.w2spinner.w2_horizon.type1 .w2spinner_up {position:absolute;top:0;width:30px;height: 30px; right:0;cursor:pointer;z-index: 1; border-left:1px solid #dcdcdc; }
.w2spinner.w2_horizon.type1 .w2spinner_up:BEFORE{position: absolute; left: 50%; top: 50%; color: #3e89dd; font-size: 14px !important;  font-family: FontAwesome !important; content: "\f067"; margin-left:-6px; margin-top: -6px;}
.w2spinner.w2_horizon.type1 .w2spinner_up > div,.w2spinner.w2_horizon.type1 .w2spinner_down > div{display: none;}
.w2spinner.w2_horizon.type1 .w2spinner_down {   position:absolute;top: auto; bottom: 0; width:30px;height: 30px;  left:0; margin-top:2px; cursor:pointer;z-index: 1; border-right:1px solid #dcdcdc;}
.w2spinner.w2_horizon.type1 .w2spinner_down:BEFORE{position: absolute; left: 50%; top: 50%; color: #3e89dd; font-size: 14px !important;  font-family: FontAwesome !important;  content:"\f068"; margin-left:-6px; margin-top: -6px;}
.w2spinner.w2_horizon.type1 .w2input {  left: 0; text-align: center; height: 30px!important; width: 100%!important; border: 1px solid #dcdcdc;}
.w2spinner.w2_horizon.type2 .w2spinner_up {position:absolute;top:0;width:29px;height:100%;right:0;cursor:pointer;}
.w2spinner.w2_horizon.type2 .w2spinner_down {position:absolute;top:0;width:29px;height:100%;left:0;cursor:pointer;}
.w2spinner.w2_horizon.type2 .w2input {left:30px;text-align:center;}
.w2spinner.w2_horizon .w2spinner_down {position:absolute; height:50%;}
.w2spinner_disabled .w2input{background:#e3e3e3;}
.w2spinner .w2spinner_btnArea {position: relative;display: inline-block;    height: 100%;}


/* input ~ input */
.input-double{position: relative; width: 100%;}
.input-double span{position: absolute; left:50%; top:50%; margin-top: -8px; margin-left: -4px; }
.input-double .left-input{width: 50%; padding-right: 10px;box-sizing:border-box;}
.input-double > div{display: inline-block;}
.input-double .right-input{width: 50%; padding-left:10px;box-sizing:border-box; }


/*첨부파일*/
.file-upload {position: relative; width: 100%;  box-sizing:border-box; padding-right: 30px;}
.file-upload .w2multiupload_uploader{z-index: 999; top:0px; right:0px; width: 30px; cursor: pointer;}
.file-upload .file-group{position: relative; width: 100%; overflow: hidden; height: 32px; box-sizing:border-box;  }
.file-upload .file-group input{display: block; width: 100%; height: 32px;  box-sizing:border-box; padding-right: 40px;}
.file-upload .file-group .w2multiupload_uploader input{cursor: pointer;}
.file-upload .file-btn{position: absolute; right:0px; top:0px; height: 32px; width: 30px; display: block; overflow: hidden; text-indent: -100px;}
.file-upload .file-btn:before{position: absolute; text-indent: 0px; color:#61b4f1; left: 5px; top: 7px; font-size:18px;}
.file-upload .file-del-btn{ border-radius:4px; }
.file-upload .file-del-btn:before{left:10px; top:7px; color:#676767; font-size:17px; }
.file-upload .file-search-btn{}
.file-upload .file-bar,.file-row .file-bar{height: 8px; width: 80px; overflow: hidden; position:absolute; top:12px; right:15px;  background-color: #eceef0; overflow: hidden; border-radius:4px; }
.file-upload .file-bar input,.file-row .file-bar input{height: 8px; text-indent:-100px; background: transparent; border: 0px; box-shadow:inset -1px -1px 2px rgba(0,0,0,0.1); }
.file-upload.big-file{padding-right: 30px;} 
.file-upload.big-file .file-g-group {position: absolute; right:0px;top:0px;}
.file-upload.big-file .file-g-group .file-del-btn{right:0px;}
.file-box{position: relative; min-height: 34px; border: 1px solid #dadada; border-left:0px; border-right:0px; padding: 8px; }
.file-box .list{padding-right:300px;}
.file-box .list .w2tb .w2tb_th,.file-box .list .w2tb .w2tb_td{border: 0px;}
.multiFile td.pro-bar .w2grid_input{padding:0px; background: url("../images/common/pro.png") repeat-x left top !important; box-shadow:inset -1px -1px 2px rgba(0,0,0,0.05); display: block; text-align: right; width: 0%; height: 8px; overflow: hidden; padding-top: 8px; box-sizing: border-box;  border-radius: 7px;}
.file-search {  position: absolute; right: 6px;  top: 11px; width: 300px;}
.file-view{padding: 10px;}
.file-view img{height: 100%; display: block; max-height:200px; max-width: 100%;}
.file-form .w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault{background: #fcfdff;}
.file-form .w2grid tbody tr > td{background: #fff; border: 1px solid #f0f0f0;}
.single-up-list .w2tb td{border:0;}
.multy-up-list{margin-bottom: 20px;}
.multy-up-list .title-group{margin-top: -30px;}
.no-title .multy-up-list .title-group >div:FIRST-CHILD{display: none;}
td .multy-up-list{margin-bottom: 0px;}
.multy-up-list{position: relative; padding-top: 40px; }
.multy-up-list .w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault{border: 1px solid #f0f0f0;}
.multy-up-list .w2grid tbody tr > td{border: 1px solid #f0f0f0;}
.multy-up-list .btn-group{position: absolute; top:0px; right: 0px;}
.multy-up-list .btn-group *{vertical-align: middle;}
.multy-up-list .btn-group .up{width:70px; position: relative;}
.multy-up-list .btn-group .up:before,.file-row .file-input a:before{content:"\f016"; display: block; position: absolute; left:10px; top:8px;  color:#fff;   font-family: FontAwesome !important;}
.file-row .file-input a:before{color:#73bce6; text-indent: 0px;}
.multy-up-list .btn-group .up a{position: absolute; top:0px; width: 100%; text-align: center;}
.multy-up-list .btn-group >div{display: inline-block; position:relative; background: #73bce6;  padding:0 10px; min-width: 60px; border-radius:5px; height: 28px; margin-left:7px; overflow: hidden; box-sizing:border-box;}
.multy-up-list .btn-group >div a{display: block; line-height: 28px; height: 28px; text-align: center; color:#fff;}
.multy-up-list .btn-group .w2multiupload_uploader{top:0px; left:0px; width: 100%; z-index: 999;}
.multy-up-list .w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault{background: #fcfdff;}
.file-upload .file-btn , .file-upload .file-group,.file-upload .file-group input,.w2spinner.w2_horizon.type1 .w2input,.w2spinner.w2_horizon.type1 .w2spinner_up, .w2spinner.w2_horizon.type1 .w2spinner_down,.w2spinner,.w2autoComplete_table_main,.w2autoComplete ,.w2tb .w2selectbox, .w2tb .w2checkcombobox,.input_search a,.gb_udc_cal .cal_from_wrap, .gb_udc_cal  .cal_to_wrap,.gb_udc_cal,.input_search .w2input,.w2inputCalendar_divInput,.w2inputCalendar_div .w2inputCalendar_div_input,.w2inputCalendar_div{min-height:26px !important; height: 26px !important; font-size:13px; color:#666;  font-family:'NanumBarunGothic';}


 /*멀티업로드 수정*/
.multy-up-list .btn-group {top:0px;}
.multy-up-list .btn-group > div{min-width: 30px; background: transparent !important; margin-left: 0px;}
.multy-up-list .btn-group .up:before{color:#4ca2d9;}
.multy-up-list .btn-group .w2anchor a:before{ cursor:pointer; content:""; display: block; position: absolute;  left: 10px; top: 8px;
 color:#4ca2d9; font-family: FontAwesome !important;}    
 .multy-up-list .btn-group .up{width: 30px; min-width:10px;}
.multy-up-list .btn-group .w2multiupload_uploader+.w2anchor a:before {content: "\f016" !important;}
.multy-up-list .btn-group .delete_ing+.w2anchor a:before{content: "\f019" !important; font-size: 15px; top: 2px;}
 .multy-up-list .btn-group .delete_ing a:before{content:"\f014"; font-size: 16px; line-height: 12px;}
 .multy-up-list .btn-group a{left:0px; background: transparent !important; font-size: 0;}
.multy-up-list .w2grid tbody tr td:FIRST-CHILD[inputtype="checkbox"] .w2checkbox_label{margin-right: 0px !important;}


.input_progress{width: 100%; position: relative;}
.input_progress:before{display: block; clear: both; content: ""; position: absolute; left:0px; top:0px; width: 100%; height: 10px; background: red;}
.w2grid.br nobr{padding:0px;}
.info-box{display: inline-block; margin: 0 5px;}
.file-table{ display: table; background: #fff; width: 100%;}
.file-table>div:nth-child(2){height: 200px; overflow: auto;}
.file-table-header{display: inline-table; background: #fff; width: 100%; border-bottom: 1px solid #f0f0f0;}
.file-table-header .file-th{display: table-cell; text-align: center; padding:10px 0; box-sizing:border-box; background-color: #fcfdff; border-left:1px solid #f0f0f0;  }
.file-table-header .file-th.prog{width: 100px;}
.file-table-header .file-th.file{min-width: 150px;}
.file-table-header .file-th:FIRST-CHILD{width: 40px; border-left:0px solid #f0f0f0;}
.file-row{position: relative; box-sizing:border-box; width: 100%;display: inline-table; overflow: hidden; padding: 0px; border-bottom:1px solid #f0f0f0; }
.file-row .file-input{position: relative; border: 1px solid #ccc; display:block; wborder-radius:4px; min-width:150px; width:100%; box-sizing:border-box; padding-right: 30px; height: 30px;  overflow: hidden; text-overflow: ellipsis; word-break: break-all;} 
.file-row .file-input a{position: absolute; right:0px;top:0px; text-indent: -100px; overflow: hidden; width: 30px; height: 30px;}
.file-row .file-input .w2textbox{ padding-left: 10px; padding-top: 5px; box-sizing:border-box; white-space: nowrap;   overflow: hidden; text-overflow: ellipsis; word-break: break-all;}
.file-row .file-check{width: 40px; text-align: center;}
.file-row > div{display: table-cell; box-sizing:border-box; padding: 5px; border-left:1px solid #f0f0f0;}
.file-row > div:FIRST-CHILD{border-left: 0px;}
.file-row .file-bar{top:17px; right:10px;}
.file-row .w2selectbox {height: 30px; border-radius:4px; }
.file-row .file-prog{width: 100px;}
.file-row .w2multiupload_uploader{position: absolute; height: 30px; top:0px; right:0px; width: 30px; z-index: 999;}
.file-row .file-search-in{overflow: hidden; padding-top:0px; } 
.file-btn-group{text-align: right; margin: 5px; }
.file-btn-group .fa{display: inline-block; width: 26px; position:relative; height: 26px; border-radius:4px; background-color: #73bce6; overflow: hidden; text-indent: -200px; color:#73bce6; margin-left: 5px;}
.file-btn-group .fa:before{text-indent: 0px; color:#fff; position: absolute; left:8px; top:6px; }
.quarterly {position: relative; text-align: center;}
.quarterly > .q-btn{font-size: 20px; margin-bottom:20px; display: inline-block; width: 60px; height: 40px; line-height: 40px; box-sizing:border-box; color:#666; position: relative; margin-left: 100px;}
.quarterly > .q-btn:FIRST-CHILD{margin-left: 0px;}
.quarterly > .q-btn:FIRST-CHILD:before{display: none;}
.quarterly > .q-btn:before{content:"."; display: block; position: absolute; left:-50px; top:0px; line-height:14px; color:#9ec7e5; font-size: 30px; font-weight: 800;}
.quarterly > .q-btn.btn-on{border-bottom: 3px solid #54cbed; color:#333; font-weight: 800;}
.quarterly .q-con1,.quarterly .q-con2,.quarterly .q-con3,.quarterly .q-con4{display: none;}
.quarterly.q-on1 .q-con1{display: block !important;}
.quarterly.q-on2 .q-con2{display: block !important;}
.quarterly.q-on3 .q-con3{display: block !important;}
.quarterly.q-on4 .q-con4{display: block !important;}
.quarterly .q-con>.tab-box:FIRST-CHILD{position: relative; top:-20px;}


 /* Window-Popup */
.w2window_maximized.w2popup_window.header-none{position:fixed !important; left:50% !important; top:50% !important; right:auto !important; bottom:auto !important; margin-left: -225px !important; margin-top: -99px !important;}
.w2window {border: 1px solid #303030;  box-shadow:0 0 10px #b6b6b6;}
.w2popup_window .w2window_header {position : absolute; height : 49px;background :#558fe7;} 
.w2popup_window .w2window_header_icon {position : absolute;top : 0px;left : 3px;width : 44px;height : 24px;background : none;}
.w2popup_window .w2window_header_title {position : absolute; top : 9px; left : 20px; width : 300px; height : 21px; padding : 7px 0px 0px 0px; font-size : 16px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; font-weight : bold; color : #303030;}
.w2popup_window .w2window_header_control {position : absolute;top : 0px;right : 20px;width : 55px;}
.w2popup_window .w2window_close {position : absolute; top:15px; right:20px; cursor : pointer; width: 21px; height: 21px; cursor: pointer; background: url(../../resources/images/common/btn_popup_close.png) no-repeat center center;}
.w2popup_window .w2window_minimize_on {position : absolute;top : 5px;left : 1px;width : 14px;height : 14px;background : url(uiplugin/window/images/btn_minimize_on.gif) center center no-repeat;cursor : pointer;}
.w2popup_window .w2window_restore_on {position : absolute;  top : 5px;  left : 18px;    width : 14px;   height : 14px;  background : url(uiplugin/window/images/btn_restore_on.gif) center center no-repeat;cursor : pointer;}
.w2popup_window .w2window_close_on {position : absolute; top:15px; right:20px; cursor : pointer; width: 21px; height: 21px; cursor: pointer; background: url(../../resources/images/common/btn_popup_close.png) no-repeat center center;}
.w2popup_window .w2window_body {background-color:#ffffff; position : absolute; top : 49px;}
.w2popup_window .w2window_content {background-color : #ffffff;position : absolute; ; top : 0px; left:0px; right:0px; bottom:0; height:100%; border-top : 1px solid #c6c6c6; border-bottom:1px solid #303030;}
.w2popup_window .w2window_iframe {background-color : #ffffff;   position : absolute;width : 100%; height:100%;border : 0px;padding : 0px;}
.w2popup_window .w2window_status {background-color : #ffffff;position : absolute; height : 20px;border-top : 0px solid #7f95b3;}
.w2popup_window .w2window_msg {background : url(uiplugin/window/images/icon_msg.gif) left center no-repeat; position : absolute; over-flow : hidden; top : 3px; left : 2px; width : 160px; height : 14px; padding : 3px 0px 0px 18px; font-size : 12px; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움'; color : #033771;}


/* floatingLayer-Popup */
.popup.w2floatingLayer{position:absolute; border: 1px solid #303030;  box-shadow:0 0 10px #b6b6b6; background:#fff;}
.popup .w2floatingLayer table{border: 1px solid #303030; overflow: hidden;}
.popup .w2floatingLayer_topleft,
.popup .w2floatingLayer_topcenter,
.popup .w2floatingLayer_topright{background-image: none; height: 50px; font-size: 16px; line-height: 50px; border-bottom: 1px solid #c6c6c6; background: #fff;}
.popup .w2floatingLayer_centerleft,
.popup .w2floatingLayer_centerright{background-image: none;}
.popup .w2floatingLayer_centercenter{height: auto!important;}
.popup .w2floatingLayer_bottomleft,
.popup .w2floatingLayer_bottomcenter,
.popup .w2floatingLayer_bottomright{background-image: none; height: 0;}
.popup .w2floatingLayer_topleft,.w2floatingLayer_centerleft,.w2floatingLayer_bottomleft,.w2floatingLayer_topright,.w2floatingLayer_centerright,.w2floatingLayer_bottomright{width: 0;}
.popup .w2floatingLayer_title{font-size: 16px; text-indent: 18px; color: #303030;}
.popup .w2floatingLayer_close_button{margin-top: 13px; margin-right: 20px;}
.popup .w2floatingLayer_close_button{ width: 21px; height: 21px; cursor: pointer; background: url(../../resources/images/common/btn_popup_close.png) no-repeat center center;}
.popup .w2floatingLayer_centercenter .w2iframe{width: 100%; height: 100%;}
.popup .popup-wrap  .footer{position:static;}



/*******************************************************************************
    UDC
********************************************************************************/
.udc_cal{position: relative; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움';}
.udc_cal .gb_udc_cal .w2span{position: absolute; /* left:calc(50% - 15px); */top:50%; margin-left: -17px; margin-top: -8px; }
.udc_cal .gb_udc_cal{border: 1px solid #dadada; background:#fff; border-radius:0px; box-sizing:border-box; margin:0; }
.gb_udc_cal .w2group .cal_from_wrap+.txt_unit {width: 3% !important; display: inline-block; box-sizing: border-box; text-align: center;}


.udc_cal .gb_udc_cal[disabled="disabled"]{ background:#f7f7f7;}
.udc_cal .gb_udc_cal[disabled="disabled"] .w2group{ background:#f7f7f7 !important; border-bottom:1px solid #dadada;}
.udc_cal .gb_udc_cal[disabled="disabled"] .w2group .w2span{ color:#c5c5c5;}
.udc_cal .gb_udc_cal[disabled="disabled"] .w2anchor2:before{color:#c5c5c5;}

.gb_udc_cal.month[disabled="disabled"]{ background:#f7f7f7;}
.gb_udc_cal.month[disabled="disabled"] .w2group{background:transparent;}
.gb_udc_cal.month[disabled="disabled"] .w2group .w2span{ color:#c5c5c5;}
.gb_udc_cal.month[disabled="disabled"] .w2anchor2:before{color:#c5c5c5;}

.gb_udc_cal.year[disabled="disabled"]{ background:#f7f7f7;}
.gb_udc_cal.year[disabled="disabled"] .w2group{background:transparent;}
.gb_udc_cal.year[disabled="disabled"] .w2group .w2span{ color:#c5c5c5;}
.gb_udc_cal.year[disabled="disabled"] .w2anchor2:before{color:#c5c5c5;}

.gb_udc_cal.quarter[disabled="disabled"]{ background:#f7f7f7;}
.gb_udc_cal.quarter[disabled="disabled"] .w2group{background:transparent;}
.gb_udc_cal.quarter[disabled="disabled"] .w2anchor2:before{color:#c5c5c5;}

.gb_udc_cal.time[disabled="disabled"]{ background:#f7f7f7;}
.gb_udc_cal.time[disabled="disabled"] .w2group{background:transparent;}
.gb_udc_cal.time[disabled="disabled"] .w2anchor2:before{color:#c5c5c5;}

.gb_udc_cal{height: 34px; font-size: 13px; margin-right: 0px !important; white-space: normal !important; display: block !important;}
.gb_udc_cal>.w2group {/*background: #fff;*/ border-radius:3px; }
.gb_udc_cal>.w2group:after{content: ""; display: block; clear: both;}
.gb_udc_cal .cal_from_wrap .btn_cal, .gb_udc_cal  .cal_to_wrap .btn_cal{top:0px !important; bottom:0px; font:normal normal normal 14px/1 FontAwesome; background-color:transparent !important; height: 30px; border-radius:0px 2px 2px 0px; }
.gb_udc_cal .cal_to_wrap .btn_cal:before, .gb_udc_cal  .month_wrap .btn_cal:before{content:"\f133"; font:normal normal normal 14px/1 FontAwesome; color:#4392cc;  position: absolute; top: 8px; right: 12px;}
.gb_udc_cal .cal_to_wrap{padding-left: 0px !important; float: right; width: calc(50% + 5px)  !important;}
.gb_udc_cal .cal_from_wrap{padding-right: 15px !important; float: left; width: calc(50% - 5px)  !important;}
.gb_udc_cal .cal_from_wrap input{padding-right: 0; box-sizing:border-box; border: 0px !important;}
.gb_udc_cal .cal_to_wrap input{padding-right: 20px; box-sizing:border-box; border: 0px !important;}
.gb_udc_cal .w2input.cal_from,.gb_udc_cal .w2input.cal_to{background: transparent !important; width:100% !important;}
.gb_udc_cal .cal_from_wrap, .gb_udc_cal  .cal_to_wrap{overflow: hidden; position:relative; box-sizing:border-box; min-width: 50px !important; height: 30px; box-sizing:border-box;}
.gb_udc_cal .cal_from_wrap .btn_cal, .gb_udc_cal  .cal_to_wrap .btn_cal, .gb_udc_cal  .month_wrap .btn_cal{position: absolute; right:-5px; top:10px;}
.gb_udc_cal .cal_from_wrap .btn_cal{display: none;}

.gb_udc_cal.month{position: relative; border: 1px solid #dadada; border-radius:3px;}
.gb_udc_cal.month > .w2group > .w2span{position: absolute; left:45%; top:50%; margin-left: -5px; margin-top: -8px;  margin-left: -4px; }
.gb_udc_cal  .month_wrap input{padding-right: 24px !important; padding-left:6px; box-sizing:border-box; border: 0px !important;}
.gb_udc_cal  .month_wrap .btn_cal{top:2px !important; bottom:0px; font:normal normal normal 14px/14px FontAwesome; background-color:transparent !important;  height: 30px; border-radius:0px 2px 2px 0px; }

.gb_udc_cal.year{position: relative; border: 1px solid #dadada; border-radius:0px;}
.gb_udc_cal.year .f_layer_m1{width:200px; min-width:200px;}
.gb_udc_cal.year > .w2group > .w2span{position: absolute; left:45%; top:50%; margin-left: -5px; margin-top: -8px;  margin-left: -4px; }
.gb_udc_cal  .year_wrap input{padding-right: 24px !important;  box-sizing:border-box; border: 0px !important;}
.gb_udc_cal  .year_wrap .btn_cal{top:2px !important; bottom:0px; background-color:transparent !important; border-radius:0px 2px 2px 0p;}
.gb_udc_cal  .year_wrap .btn_cal:before{content:"\f133"; font:normal 14px/14px FontAwesome; color:#4392cc; position: absolute; top: 8px; right: 8px;}

.gb_udc_cal.quarter{position: relative; border: 1px solid #dadada; border-radius:3px;}
.gb_udc_cal.quarter > .w2group > .w2span{position: absolute; left:45%; top:50%; margin-left: -5px; margin-top: -8px;  margin-left: -4px; }
.gb_udc_cal  .quarter_wrap input{padding-right: 24px !important; margin-left:6px; box-sizing:border-box; border: 0px !important;}
.gb_udc_cal  .quarter_wrap .btn_cal{top:2px !important; bottom:0px; background-color:transparent !important; background:url("") no-repeat center center;  height: 30px; border-radius:0px 2px 2px 0p;}
.gb_udc_cal  .quarter_wrap .btn_cal:before{content:"\f133"; font:normal normal normal 14px/14px FontAwesome; color:#4392cc; position: absolute; top: 8px; right: 8px;}

.gb_udc_cal.time{position: relative; border: 1px solid #dadada; border-radius:3px;}
.gb_udc_cal.time > .w2group > .w2span{position: absolute; left:45%; top:50%; margin-left: -5px; margin-top: -8px;  margin-left: -4px; }
.gb_udc_cal.time .f_layer_m1{width:150px; min-width:150px;}
.gb_udc_cal.time table td{position: relative;}
.gb_udc_cal.time .w2spinner.w2_horizon{height: auto; position: absolute; top:0px; min-height: 70px;}
.gb_udc_cal.time .w2spinner.w2_horizon:BEFORE{content:":"; display: block; position: absolute; right:0px; top:28px; font-weight: bold; z-index: 888;}
.gb_udc_cal.time table td:nth-child(3) .w2spinner.w2_horizon:BEFORE{display: none;}
.gb_udc_cal.time .w2spinner{border:0 !important;}
.gb_udc_cal.time .w2spinner .w2spinner_up{top:0px; right:0px; border: 0px !important;}
.gb_udc_cal.time .w2spinner .w2spinner_up:before{content:"\f106" !important; font:bold normal normal 16px/16px FontAwesome !important; color:#3d89dd !important; border: 0px !important; margin-left: -9px; margin-top: -8px;}
.gb_udc_cal.time .w2spinner .w2spinner_down{top:34px; right:0px; border: 0px !important;}
.gb_udc_cal.time .w2spinner .w2spinner_down:before{content:"\f107"; font:bold normal normal 16px/16px FontAwesome !important; color:#3d89dd; border: 0px !important; margin-left: -2px;}
.gb_udc_cal.time .w2spinner .w2input{font-size:14px; font-weight:bold; color:#333; border: 0px; top:20px;}

.gb_udc_cal  .time_wrap input{padding-right: 0; padding-left:6px; box-sizing:border-box; border:0;}
.gb_udc_cal.time .gb_udc_cal.time .w2spinner .w2input{border: 0px !important;}
.gb_udc_cal.time .w2input_readonly{border: 0px !important;}

.gb_udc_cal  .time_wrap .btn_cal{top:2px !important; bottom:0px; background-color:transparent !important; background:url("") no-repeat center center;  height: 30px; border-radius:0px 2px 2px 0p;}
.gb_udc_cal  .time_wrap .btn_cal:before{content:"\f017"; font:normal normal normal 18px/18px FontAwesome; color:#4392cc; position: absolute; top: 8px; right: 6px;}

.gb_udc_cal.time .w2textbox{font-size:14px; font-weight:bold; color:#333;} 
.gb_udc_cal.time .time_cal_box .w2anchor2.prev{background:none; border:0; margin:0; padding:0; position:absolute; top:5px; right:8px; color:#fff;}
.gb_udc_cal.time .time_cal_box .w2anchor2.prev:before{content:"\f106"; font:bold normal normal 16px/16px FontAwesome; color:#3d89dd;}
.gb_udc_cal.time .time_cal_box .w2anchor2.next{background:none; border:0; margin:0; padding:0; position:absolute;  right:8px; color:#fff;}
.gb_udc_cal.time .time_cal_box .w2anchor2.next:before{content:"\f107"; font:bold normal normal 16px/16px FontAwesome; color:#3d89dd;}

/*기간달력 : Layer Popup  */
.f_layer_cal { border:1px solid #6f7e9d; position:absolute;  z-index:6008; background:#fff; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; margin-top:1px; }
.f_layer_cal .w2calendar {margin-bottom:10px;}
.f_layer_cal .w2calendar:first-child {border-right:1px solid #ccc;}
.gb_btnarea {clear:both; text-align:right; display: block; background:#eeeeee; border-top:1px solid #cccccc; padding:7px;}
.gb_btnarea a {display:inline-block; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin-left:3px}
a.btn_ok {height:23px; border-radius:3px; line-height:23px; padding:0 10px; background:#30bbe8; color:#fff; font-size: 13px;}
a.btn_ok:hover, a.btn_ok:focus {background:#04ade4; border-radius:3px;}
a.btn_ok:active {background:#04ade4; border-radius:3px;}
a.btn_cancle {height:23px; border-radius:3px; line-height:23px; padding:0 10px; background:#4486b7; color:#fff; font-size: 13px;}
a.btn_cancle:hover, a.btn_cancle:focus {color:#3b5bb4; border-radius:3px;  background:#0b6cb5; color:#fff;}
a.btn_cancle:active {color:#3b5bb4; border-radius:3px;  background:#0b6cb5; color:#fff;}


/* Month Calendar */
.month_cal_box {width:185px; height:157px; min-width:185px; background:#fff;}
.c_header {position:relative;height:49px; background:#f1f7fc; border:1px solid #dcdcdc;}
.c_header .year {position:absolute; text-align:center; top:12px;  width:100%; color:#5787d0; font-size:18px; font-weight:bold;}
.c_header .prev, .c_header .next {overflow:hidden; position:absolute; top:6px; width:15px; height:16px; font-size:0;}
.c_header .prev:active {left:6px; top:15px; background:url(../images/common/bg_cal_btn_pre.png) no-repeat 0 top}
.c_header .next {right:6px; top:15px; background:url(../images/common/bg_cal_btn_next.png) no-repeat 0 bottom}
.c_header .next:active {right:6px; top:15px; background:url(../images/common/bg_cal_btn_next.png) no-repeat 0 top}
.c_header .next:active, .c_header .next {width: 30px; height: 34px !important; font-size:0; background: url("../images/car-arr.png") no-repeat center center #fff !important; border-radius: 180px 0 0 180px !important; right: 0px !important; top: 7px;}
.c_header .prev:active, .c_header .prev {width: 30px; height: 34px !important; font-size:0; background: url("../images/car-arr.png") no-repeat center center #fff !important; border-radius: 180px 0 0 180px !important; left: 0px !important; top: 7px; transform: rotate(180deg);}


.c_body { border-top:0; background:#fff; border:1px solid #dcdcdc; border-top:none;}
.c_body .w2tb {width:100%; margin:0;border:0;}
.c_body .w2tb .w2tb_td{border:0; padding:0; }
.c_body .w2tb tr .w2tb_td:last-child {border-right:0;}
.c_body .w2tb tr:last-child .w2tb_td {border-bottom:0;}
.c_body .w2tb .w2tb_td a {display:block; text-align:center; color:#454545; height:21px; padding-top:2px; } 
.c_body .w2tb .w2tb_td a span{display:block; color:#9d9d9d; line-height:1.3em; }
.c_body .w2tb .w2tb_td a span:first-child {font-weight:bold; color:#333}
.c_body .w2tb .w2tb_td a:hover { background:#eaeaea; border-radius:3px; }
.c_body .w2tb .w2tb_td a:hover span{}
.c_body .w2tb .w2tb_td a:active {background:#4a95cb; color:#fff}
.c_body .w2tb .w2tb_td a:active span{color:#fff;}
.c_body .w2tb .w2tb_td.selected a {background:#ac997e; border-radius:3px;}
.c_body .w2tb .w2tb_td.selected a span{color:#fff}
.c_body > .w2tb .w2tb_td{background:none; height:32px; padding:0 !important; border:none !important;;}
.c_body > .w2tb tr:FIRST-CHILD .w2tb_th{padding-top:0 !important;}
.c_body > .w2tb tr:last-child .w2tb_th{padding-bottom:0 !important;}

.f_layer_m1 {position:absolute; z-index:6008; border:1px solid #303030; box-shadow:0px 0px 6px #b7b7b7;} /*월달력_layerpop*/
.f_layer_m2 {padding:0; border:1px solid #303030; box-shadow:0px 0px 6px #b7b7b7; position:absolute; z-index:6008; background:#fff; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; margin-top:1px;} /*월기간달력_layerpop*/
.f_layer_m2 .month_cal_box { border-right:1px solid #ccc;}



/**********************************************************
    버튼
***********************************************************/
.btn-group .w2anchor2{display:inline-block; min-width:30px; padding: 0px 15px 0px 15px; line-height:26px;  background:#005696; height:26px; border-radius: 0px; color: #fff; font-weight: 500; font-size: 13px; white-space: nowrap; content:'조회';}
.search-box .list .mix-box>.w2anchor2,.search-box .list .mix-box>div>.w2anchor2{display: inline-block;padding: 0 10px !important;min-width: 20px;height: 26px !important;line-height: 26px;font-size: 13px;color: #fff;margin: 0 2px 0 2px;border: 0;border-radius: 3px;background: #6e8eaf;text-align: center;font-weight: 500;white-space: nowrap;}
.title-group .com-area .btn-group a {display: inline-block; padding:0 10px !important; min-width:20px; height: 26px !important; line-height: 26px; font-size: 12px;}
.btn-group .w2anchor2.help-btn{width:34px; overflow:hidden; padding:0px; text-indent:-500px; height:34px; min-width:34px; border-radius:5px; position:absolute; left:30px; background: url('../images/common/btn_help.png') no-repeat center center #4ca2d9;}
.btn-group .w2anchor2.btn-sh{height:36px;}

.btn-group .w2trigger{display: inline-block;min-width: 116px;padding: 11px 29px 15px;margin: 0 2px 0 2px;border: 0;border-radius: 3px;background: #4ca2d9;text-align: center;vertical-align: middle;font-size: 15px;color: white;font-weight: 500;white-space: nowrap;}
.title-group .com-area .w2trigger {display: inline-block;padding: 0 10px !important;min-width: 20px;height: 26px !important;line-height: 26px;font-size: 12px;}
.view-box table td .w2trigger{color: #00a8de;display: inline-block;padding: 0 10px;height: 26px;background-color: #eef4f9;line-height: 26px;border: 1px solid #a4bdd0;border-radius: 4px;box-sizing: border-box;font-size: 11px;white-space: nowrap;}
.view-box table td> .w2trigger,
.list-box table td >.w2trigger,
.view-box table td .mix-box >div>.w2trigger,
.list-box table td > div >.w2trigger{color:#00a8de; display: inline-block; padding: 0 10px; height:26px; background-color:#eef4f9; line-height: 26px; border: 1px solid #a4bdd0; border-radius:4px; box-sizing:border-box; font-size: 11px;  white-space: nowrap;}
.view-box table td>.w2trigger.btn_green,
.list-box table td >.w2trigger.btn_green,
.view-box table td .mix-box >div>.w2trigger.btn_green,
.list-box table td > div >.w2trigger.btn_green{color:#7bb736; background:#f1f8e9; border:1px solid #aed581;}
.view-box table td>.w2trigger.btn_yellow,
.list-box table td >.w2trigger.btn_yellow,
.view-box table td .mix-box >div>.w2trigger.btn_yellow,
.list-box table td > div >.w2trigger.btn_yellow{color:#e6a301; background:#fff8e1; border:1px solid #ffe082;}
.view-box table td>.w2trigger.btn_red,
.list-box table td >.w2trigger.btn_red,
.view-box table td .mix-box >div>.w2trigger.btn_red,
.list-box table td > div >.w2trigger.btn_red{color:#f75b58; background:#ffebee; border:1px solid #ef9a9a;}
.view-box table td>.w2trigger.btn_orange,
.list-box table td >.w2trigger.btn_orange,
.view-box table td .mix-box >div>.w2trigger.btn_orange,
.list-box table td > div >.w2trigger.btn_orange{color:#ff7e00; background:#fff2e0; border:1px solid #ffba94;}
.view-box table td>.w2trigger.btn_gray,
.list-box table td >.w2trigger.btn_gray,
.view-box table td .mix-box >div>.w2trigger.btn_gray,
.list-box table td > div >.w2trigger.btn_gray{color:#979797; background:#f0f0f0; border:1px solid #d3d3d3;}

/* 상단 navigator 공통버튼*/
.navi_btn{ margin:20px 10px 0 0; float:right;}
a.btn_star {display:inline-block; width:24px; height:24px; margin-right:10px; border:0; background-image:url(../images/common/btn_star.png); background-position:center}
a.btn_print {display:inline-block; width:24px; height:24px; margin-right:10px; border:0; background-image:url(../images/common/btn_print.png); background-position:center}
a.btn_question {display:inline-block; width:24px; height:24px; margin-right:10px; border:0; background-image:url(../images/common/btn_question.png); background-position:center}


/* 엑셀 버튼 */
.excel-btn{background-color: #005696 !important; color:#fff !important;}
.excel-btn:BEFORE{margin-right:5px; }
.box .title-group .com-area .btn-group .excel-btn{background:#fff !important;color:#07ad4a !important;border:1px solid #07ad4a !important; font-weight:bold;}

/* 튤팁버튼 */
.tool-tip-btn{margin-left:5px !important; display:inline-block; margin-top:0px !important;}
.tooltip_orange{background-color: transparent !important; border: 0px !important;}


/* 열기닫기 토글버튼 */
.toggle-box{position: relative; margin-top: 0px;}
.toggle-box > .title-group >.com-area{margin-right: 28px;}
.search-box.toggle-box >.btn-group{margin-right:33px /* !important */;}
.search-box.toggle-box >.toggle-btn,.search-box.toggle-box >.toggle-btn2 {right:30px !important; top:18px !important; line-height:30px; }
.toggle-btn,.toggle-btn2{display:block !important; z-index:999; width:30px !important; border-radius:5px; min-width:30px !important; padding:0px !important; overflow:hidden !important; text-indent:-500px !important; height:30px !important; border:0 !important; position:absolute !important; right:0px !important; top:0px !important; background:url(../images/common/btn_toggle_search.png) center no-repeat #6ec6e7 !important;}
.con-box .toggle-btn{display:block !important; z-index:999; margin:10px 10px 0 0; width:25px !important; border-radius:5px; min-width:25px !important; padding:0px !important; overflow:hidden !important; text-indent:-500px !important; height:26px !important; border:0 !important; position:absolute !important; right:0px !important; top:0px !important; background:url(../images/common/btn_toggle_search.png) center no-repeat #72d8e7 !important;}
/*.con-box .view-box .toggle-btn,.con-box .list-box .toggle-btn{display:block !important; z-index:999; width:25px !important; border-radius:5px; border:1px solid #ddd; min-width:25px !important; padding:0px !important; overflow:hidden !important; text-indent:-500px !important; height:26px !important; border:0 !important; position:absolute !important; right:0px !important; top:0px !important; background:url(../images/common/btn_toggle_search.png) center no-repeat #fff !important;}*/
.tool-tip-btn a.tooltip_orange{background: url(../images/common/tooltip_orange.png) no-repeat center center; width: 21px; height: 21px; vertical-align: middle; display: inline-block;}
.box > .search-box.toggle-box{padding-right: 140px;}
.box > .search-box.toggle-box >.toggle-btn{right:20px !important;} 
.search-box.toggle-box.toggle-on{height: 64px; /*overflow: hidden;*/}
.search-box.toggle-box.toggle-on .list>table>tbody>tr{display: none !important;}
.search-box.toggle-box.toggle-on  .list .gb_udc_cal table {background:red !important;}
.search-box.toggle-box.toggle-on .list>table tr:nth-child(1){display: table-row !important;}
.search-box.toggle-box.toggle-on .toggle-btn{background-image: url(../images/common/btn_toggle_search_close.png) !important;}
.con-box.toggle-box.toggle-on> .toggle-btn{background-image: url(../images/common/btn_toggle_search_close.png) !important;}
.con-box.toggle-box.toggle-on> .box{display: none;}
.con-box.toggle-box.toggle-on> .con-box{display: none;}/*하단콘박스일경우*/
.box.toggle-box> .toggle-btn{background:#fff !important; overflow: hidden; text-indent: -50px; color:#fff; top:8px !important; right:18px !important; border-radius: 3px !important; width: 26px !important; height: 26px; border:1px solid #ddd !important;}
/*.box.toggle-box> .toggle-btn:before{content:""; text-indent:0px; display: block; margin-left: 3px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top:5px solid #73c1f5;  position: relative; top: 20px;}*/
.box.toggle-box> .toggle-btn:before{content:""; text-indent:0px; display: block; margin-left: 8px; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top:5px solid #1f98e5;  position: relative; top: 10px;}
.box.toggle-box.toggle-on> .toggle-btn{background:none !important;}
.box.toggle-box.toggle-on> .toggle-btn:before{content:""; text-indent:0px; display: block; margin-left: 8px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent;  border-top: 5px solid transparent; border-bottom:5px solid #1f98e5;  position: relative; top:5px;}
.box.toggle-box.toggle-on> .title-group{padding-bottom: 5px;}
.box.toggle-box.toggle-on> div,.box.toggle-box.toggle-on> div[class*=title-group]+div,.box.toggle-box.toggle-on> div[class*=title-group]+table{display: none;}
.box.toggle-box.toggle-on> div[class*=title-group]{display: block;}
.box.toggle-box.toggle-on[class*=toggle-row]> div[class*=title-group]+table{display:table !important;}
.box.toggle-box.toggle-on[class*=toggle-row]> div[class*=title-group]+table > tbody > tr{display: none;}
.box.toggle-box.toggle-on.toggle-row1 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row2 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row2 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row3 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row3 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row3 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row4 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row4 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row4 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row4 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row5 > table > tbody > tr:nth-child(5),.box.toggle-box.toggle-on.toggle-row5 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row5 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row5 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row5 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row6 > table > tbody > tr:nth-child(6),.box.toggle-box.toggle-on.toggle-row6 > table > tbody > tr:nth-child(5),.box.toggle-box.toggle-on.toggle-row6 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row6 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row6 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row6 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(7),.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(6),.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(5),.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row7 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(8),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(7),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(6),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(5),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row8 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(9),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(8),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(7),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(6),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(5),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row9 > table > tbody > tr:nth-child(1),
.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(10),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(9),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(8),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(7),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(6),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(5),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(4),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(3),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(2),.box.toggle-box.toggle-on.toggle-row10 > table > tbody > tr:nth-child(1)
{display: table-row !important;}
.box.toggle-box.toggle-on> div[class*=title-group]+*{display: none;}

.search-box.toggle-box.search-detail.toggle-on2 .list>.w2tb>tbody>tr:nth-child(2){display:none;}
.search-box.toggle-box.search-detail.toggle-on2 .list>.w2tb>tbody>tr:nth-child(3){display:none;}
.search-box.toggle-box.search-detail.toggle-on2 .list>.w2tb>tbody>tr:nth-child(4){display:none;}
.search-box.toggle-box.search-detail.toggle-on2 .list>.w2tb>tbody>tr:nth-child(5){display:none;}
.search-box.toggle-box.search-detail.toggle-on2 .list>.w2tb>tbody>tr:nth-child(6){display:none;}
.search-box.toggle-box.search-detail.toggle-on2 .toggle-btn2{background-image: url(../images/common/btn_toggle_search_close.png) !important;}
.toggle-detail-btn{font-size:0;}
.toggle-detail-btn:before{display:inline-block; width:12px; height:12px; content:"\f106"; font:normal normal normal 18px/1 FontAwesome; font-weight:bold; color:#2596e9; margin-left:5px;}
.search-box.toggle-box.search-detail>.list.toggle-detail-on>.w2tb>tbody>tr>.w2tb_th .toggle-detail-btn:before{content:"\f107";}
.search-box.toggle-box.search-detail>.list.toggle-detail-on>.w2tb>tbody>tr:first-child>.w2tb_td>.w2tb>tbody>tr:last-child{display:none;}


/*행추가,행삭제*/
.title-group .com-area .btn-group a.add_row, .comp a.add_row, .title-group .com-area .btn-group a.del_row,.comp a.del_row{padding: 0  !important; color:#4ca2d9; text-indent: 0px; width:26px; height:26px; position: relative; display: inline-block; font-size: 0px;}
.comp a.del_row,.comp a.add_row{font-size: 0px !important;}
.comp a.del_row:before,.comp a.add_row:before{font-size: 12px !important;}
.title-group .com-area .btn-group a.add_row:before,.comp a.add_row:before, .title-group .com-area .btn-group a.del_row:before,.comp a.del_row:before{position: absolute; left:8px; top:1px; color:#fff; font-size: 12px;}
.box .title-group .com-area .btn-group a.add_row,.box .title-group .com-area .btn-group a.del_row{padding: 0  !important; color:#eee; text-indent: 0px; width:26px; height:26px; position: relative; display: inline-block;border: 1px solid #ddd}

.box .title-group .com-area .btn-group a.add_row:before,
.box .title-group .com-area .btn-group a.del_row:before,
.comp a.add_row:before,
.comp a.del_row:before,
.comp a.del_row .box .title-group .com-area .btn-group a.del_row:before{position: absolute; left:8px; top:1px; color:#1f98e5;}

.w2anchor2.add_row.w2anchor_disabled {width:26px; display: inline-block; height:26px; }
.w2table_sb_col{text-align: left; text-indent: 5px; font-size:13px;}
.wrap div{box-sizing:border-box; font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', '돋움';}
.gridBodyDefault_rowNumber {background-color: rgba(255,255,255,0) !important;}
.w2anchor2.del_row.w2anchor_disabled {width:26px; height:26px; background-image:url(../images/common/btn_gcm_delRow_D.png);}
.title-group .com-area .btn-group a.add_row, .title-group .com-area .btn-group a.del_row{color:#73bce6 !important;}
.btn-group a.add_row,.btn-group a.del_row{background:#73bce6;}


/*위아래 이동 버튼*/
.title-group .com-area .btn-group a.up_move,.title-group .com-area .btn-group a.down_move{padding: 0  !important; color:#4ca2d9; overflow: hidden; text-indent: 0px; width:26px; height:26px; position: relative; display: inline-block; font-weight: bold; font-size:0px !important;}
.title-group .com-area .btn-group a.up_move:before, .title-group .com-area .btn-group a.down_move:before{position: absolute; left:8px; top:1px; color:#fff; font-weight: bold; font-size:18px;}
.box .title-group .com-area .btn-group a.up_move,.box .title-group .com-area .btn-group a.down_move{padding: 0  !important; color:#eee; overflow: hidden; text-indent: 0px; width:26px; height:26px; position: relative; display: inline-block; font-weight: bold; font-size:0px !important;}
.box .title-group .com-area .btn-group a.up_move:before, .box .title-group .com-area .btn-group a.down_move:before{position: absolute; left:8px; top:1px; color:#30bbe8; font-size:18px;}
.up_move,.down_move{font-size:0px !important;}
.up_move:before, .down_move:before{font-size:18px;}


/*아이콘 버튼*/
.title-group .com-area .btn-group a.ico-btn:before{color:white; margin-right:5px;}
.ico-btn:before{margin-right:5px;}
.box .title-group .com-area .btn-group a.ico-btn:before{color:#397db0;}


/*팝업 버튼*/
.title-group .com-area .btn-group a.popup-btn:before{color:white; margin-right:5px;}
.popup-btn:before{margin-right:5px;}
.box .title-group .com-area .btn-group a.popup-btn:before{color:#397db0;}


/*팝업 하단 버튼*/
.popup-wrap  .content-area .footer .btn-group{position: absolute;}
.popup .content-area .footer .btn-group a{border-radius:7px;}


/*어썸폰트*/
.w2anchor2.fa{font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', Verdana, Sans-serif !important;}
.w2anchor2.fa:BEFORE{font-family: FontAwesome !important;}



/**********************************************************
    기타
***********************************************************/
/* component : 예외경우 */
.add_file{padding:20px;}
.add_file ul li{margin-bottom:10px;}

.xs-table th.gridHeaderTDDefault{height: 24px !important; font-size: 12px !important;}
.xs-table .gridBodyDefault{height: 24px !important; font-size: 11px !important;}


/* 그리드에 배경컴포넌트 삽입시 */
/*.input-grid .w2grid > .w2input{background-image:url("../images/component/left-input-bg.png"),url("../images/component/right-input-bg1.png"); background-size:auto 97%,auto 97% !important; border: 0px !important; margin-top: 2px !important; background-repeat: no-repeat, no-repeat; background-position: left center, right center; }
.input-grid .w2grid tbody tr > td.gridBodyDefault_select{background-image:url(../images/component/select_arrow.gif),url("../images/component/left-input-bg.png"),url("../images/component/right-input-bg.png"); background-position: right center, left center, right center; background-size:auto auto,auto 90%,auto 90%; background-repeat: no-repeat;}
.input-grid .w2grid tbody tr > td nobr,.input-grid  .w2grid tbody tr > td.focusedTd nobr,.input-grid .w2grid_input_table.gridBodyDefault.focusedTd nobr{background-image:url("../images/component/left-input-bg.png"),url("../images/component/right-input-bg.png"); background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size:auto 90%,auto 90%; background-color: transparent !important;}
.input-grid .w2grid_readonly_outer.w2grid tbody tr > td nobr,.input-grid  .w2grid tbody tr > td.focusedTd nobr{background-image:none; background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size:auto 90%,auto 90%; background-color: transparent !important;}
.input-grid .w2grid tbody tr > td.gridBodyDefault_calendar,.input-grid .list-box .w2inputCalendar_div,.input-grid .w2grid .gridBodyDefault.focusedTd.gridBodyDefault_calendar{background-image:url(../images/main/icon.png),url("../images/component/left-input-bg.png"),url("../images/component/right-input-bg.png"); background-position: right center, left center, right center; background-size:23px 15px,auto 90%,auto 90%;  background-repeat: no-repeat, no-repeat, no-repeat; }*/
.input-grid .gridBodyDefault_select {background:transparent !important;}
.input-grid td .w2grid_input,
.input-grid td.gridBodyDefault_calendar nobr,
.input-grid .gridBodyDefault_select nobr{display: block; width:100%; position:relative; min-height: 28px; border: 1px solid #ccc; box-sizing:border-box; line-height: 28px; border-radius:3px; margin-left: -2px; overflow:hidden; text-overflow:ellipsis; padding-right: 4px; background-color: #fff !important;}
.input-grid td.gridBodyDefault_calendar nobr{margin-left: 0px; cursor: pointer; padding-right: 30px;}
.input-grid td.gridBodyDefault_calendar{background: none !important;}
.input-grid td.gridBodyDefault_calendar nobr:BEFORE{content:"\f133"; font:normal normal normal 14px/1 FontAwesome; color:#30a6cc; position: absolute; right:10px; top:6px;}
.input-grid nobr.w2grid_input.w2grid_input_readonly{border: 0px; background-color: transparent !important;}
.input-grid .w2grid .w2input,
.input-grid .w2inputCalendar_div,
.input-grid .w2textarea{ background:#fff; margin-left: 3px; margin-top: 6px; box-sizing:border-box; border-color: #00a8de !important; overflow:hidden; text-overflow:ellipsis; padding-right: 4px; padding-top:5px;}
/*.input-grid .w2grid_textarea{background:#fff; height: 30px !important; box-sizing:border-box; border:1px solid #ccc;  border-radius:3px; overflow:hidden; text-overflow:ellipsis; padding-right: 4px; vertical-align:middle; padding-top:4px;}*/
.input-grid .w2textarea{margin-left: -4px;}
.input-grid .w2grid_textarea{white-space:pre-line; word-wrap:break-word; background:#fff; height: 100% !important; box-sizing:border-box; border:1px solid #ccc;  border-radius:3px; overflow:visible; text-overflow:ellipsis; padding-right: 4px; vertical-align:middle; padding-top:4px;}.input-grid .w2inputCalendar_button:before{position: absolute; right: 1px; top: -2px;}
.input-grid .w2grid .gridBodyDefault{padding: 5px; box-sizing:border-box;}
.input-grid .gridBodyDefault_select nobr{ background: url(../images/common/bg_select_grid.png) no-repeat right center; }
.input-grid .focusedTd{background-color: transparent !important;}
.input-grid .w2selectbox,
.input-grid .w2checkcombobox{height: 28px !important; box-sizing:border-box; width: 100% !important; border-radius:4px; }
.input-grid .w2selectbox .w2selectbox_col_button,
.input-grid .w2checkcombobox .w2checkcombobox_col_button{width: 9px !important;}
.input-grid .w2selectbox .w2selectbox_label{padding-left: 0px;}
.input-grid .w2inputCalendar_div_img{position: absolute !important; right:5px !important; top:12px !important; float: none !important;}
.input-grid .textarea_readonly .w2grid_textarea{border:0; background:transparent;}
.input-grid .celldisabled{background:#e0e0e0;}
.input-grid .grid_select_disabled nobr{background:url(../images/common/bg_select_grid_disabled.png) #f3f3f3  no-repeat right !important; color:#ccc !important;}


.con2{display: none;}

.f_layer_cal .w2calendar_header .w2selectbox_over .w2selectbox_col_label,.f_layer_cal .w2calendar_header .w2selectbox_focus .w2selectbox_col_label{ background: transparent !important;}

.bc-num{position: relative; font-weight: bold; box-sizing:border-box; padding-right: 65px;}
.bc-num .w2span{line-height: 26px;}
.bc-num a{position: absolute !important; color:#fff !important; font-weight:normal !important; margin-left:9px !important; box-sizing:border-box !important; padding:0px !important; background-color:#73bce6 !important; display: inline-block; width:25px !important; min-width:0px !important; height:26px !important; right:31 !important; top:0px !important;}
.bc-num a:BEFORE{font-size: 20px;}
.bc-num a.fa-angle-left:BEFORE{position: relative; left:-2px;} 
.bc-num a:last-child{right:0px  !important; top:0px !important;}

.error-table table,.error-table table td,.error-table table th{border: 0px !important; background-color: transparent !important;}
.error-table table th{padding:10px 0 !important;}

.slide-toggle-btn{background: #6ec6e7; z-index: 999; overflow:hidden; font-size:0px !important; position: absolute; left: -10px; height: 43px; top:31px; width: 20px; border-radius:4px 0px 0px 4px;}
.slide-toggle-btn:before{content:"\f0d9"; display: block; font-size: 16px; color:#fff; position: absolute; left:6px; top:50%; margin-top: -8px;}
.slide-toggle-btn2{background: #6ec6e7; z-index: 999; overflow:hidden; font-size:0px !important; position: absolute; right: -20px; height: 43px; top:31px; width: 20px; border-radius:0px 4px 4px 0px;}
.slide-toggle-btn2:before{content:"\f0da"; display: block; font-size: 16px; color:#fff; position: absolute; right:6px; top:50%; margin-top: -8px;}

.layout-slide.slide-on> .left-area{display: none; width: 0px;  }
.layout-slide.slide-on> .right-area{width:100% !important;}
.layout-slide.slide-on> .slide-toggle-btn{left:-30px; border-radius:0px 4px 4px 0px;}
.layout-slide.slide-on> .slide-toggle-btn:before{content:"\f0da"; display: block; font-size: 16px;}
.layout-slide.slide-on2> .left-area{width: 100% !important; }
.layout-slide.slide-on2> .right-area{display: none; width: 0px; }
.layout-slide.slide-on2> .slide-toggle-btn2{right:-30px; border-radius:4px 0px 0px 4px;}
.layout-slide.slide-on2> .slide-toggle-btn2:before{content:"\f0d9"; display: block; font-size: 16px;}

.layout-slide.slide-on-type1> .right-area{display: none; width: 0px;  }
.layout-slide.slide-on-type1> .left-area{width:100% !important;}


.popup-wrap > .slide-toggle-btn{background: black; z-index: 999; overflow:hidden; font-size:0px !important; position: absolute; left: -10px; height: 43px; top:31px; width: 20px; border-radius:4px 0px 0px 4px;}
.popup-wrap > .slide-toggle-btn:before{content:"\f0d9"; display: block; font-size: 16px; color:#fff; position: absolute; left:6px; top:50%; margin-top: -8px;}
.popup-wrap > .slide-toggle-btn2{background: black; z-index: 999; overflow:hidden; font-size:0px !important; position: absolute; right: -20px; height: 43px; top:31px; width: 20px; border-radius:0px 4px 4px 0px;}
.popup-wrap > .slide-toggle-btn2:before{content:"\f0da"; display: block; font-size: 16px; color:#fff; position: absolute; right:6px; top:50%; margin-top: -8px;}

.popup-wrap >.layout-slide.slide-on> .left-area{display: none; width: 0px;  }
.popup-wrap >.layout-slide.slide-on> .right-area{width:100% !important;}
.popup-wrap >.layout-slide.slide-on> .slide-toggle-btn{left:-30px; border-radius:0px 4px 4px 0px;}
.popup-wrap >.layout-slide.slide-on> .slide-toggle-btn:before{content:"\f0da"; display: block; font-size: 16px;}
.popup-wrap >.layout-slide.slide-on2> .left-area{width: 100% !important;}
.popup-wrap >.layout-slide.slide-on2> .right-area{display: none; width: 0px;  }
.popup-wrap >.layout-slide.slide-on2> .slide-toggle-btn2{right:-30px; border-radius:4px 0px 0px 4px;}
.popup-wrap >.layout-slide.slide-on2> .slide-toggle-btn2:before{content:"\f0d9"; display: block; font-size: 16px;}

.popup-wrap >.layout-slide.slide-on-type1> .right-area{display: none; width: 0px;  }
.popup-wrap >.layout-slide.slide-on-type1> .left-area{width:100% !important;}
 
 
.w2grid .grid_body_row .gridBodyDefault:first-child input[type=checkbox] + label{font-size: 0px;}
.w2grid_depth_line_T+.w2grid_depthBlank,.w2grid_depth_line_L+.w2grid_depthBlank,.w2grid_depth_line_T+.w2grid_depthBlank+.w2grid_drilldown_nobr,.w2grid_depth_line_L+.w2grid_depthBlank+.w2grid_drilldown_nobr{position: relative; top:-10px;}
.w2grid_drilldown_nobr{left:5px; position: relative;}
.w2grid_plus{background-image: url("../images/common/grid-plus.png") !important;}
.w2grid_minus{background-image: url("../images/common/grid-minus.png") !important; position: relative;}

.con-box > .box .view-box,.con-box > .box .list-box{padding:0 20px;}
.con-box > .box .list-box+.view-box,.con-box .box .list-box+.list-box,.con-box .box .view-box+.view-box,.con-box .box .view-box+.list-box,.con-box .box .view-box+.layout-float,.con-box .box .list-box+.layout-float{margin-top: 12px;}
.con-box > .box .view-box .title-group .com-area,.con-box .box .list-box .title-group .com-area{padding-right: 0px;}
.con-box > .box .view-box .title-group,.con-box .box .list-box .title-group{padding-left: 0px;}
.con-box > .box .layout-float .left-area .list-box,.con-box .box .layout-float .left-area .view-box{padding-right: 0px;}
.con-box > .box .layout-float .right-area .list-box,.con-box .box .layout-float .right-area .view-box{padding-left:0px; }

.con-box > .view-box.box > .view-box,.con-box > .view-box.box > .list-box,.con-box > .view-box.box > .layout-float,.con-box > .list-box.box > .view-box,.con-box > .list-box.box > .list-box,.con-box > .list-box.box > .layout-float
,.con-box > .view-box > .view-box,.con-box > .view-box > .list-box,.con-box > .view-box > .layout-float,.con-box > .list-box > .view-box,.con-box > .list-box > .list-box,.con-box > .list-box > .layout-float
{border-top:0px; }
.con-box > .box >.tab-box>.w2tabcontrol .w2tabcontrol_tabhost{border-bottom: 1px solid #e1e1e1; border-top:1px solid #e1e1e1; }
/* .con-box > .box >.tab-box{margin-top: -10px;} */
.con-box > .box >.tab-box .w2tabcontrol_container{padding-top: 0px; height:auto !important;}
/* .con-box > .box >.tab-box>.w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li{margin-top: -1px;} */
.view-box+.info-box:after,.list-box+.info-box:after {content: ""; display: block; position: absolute; top: 1px; left: 0px; color: #ff883a;}
.view-box+.info-box,.list-box+.info-box {position: relative; white-space: pre-wrap; font-size: 0.87em; box-sizing: border-box; padding-left: 12px; line-height: 170%; margin-top: 10px;}
.con-box > .box > div[class*="box"]:last-child{padding-bottom: 10px;}
.con-box > .box > div[class*="view-"]:nth-of-type(2),.con-box > .box > div[class*="list-"]:nth-of-type(2),.con-box > .box > div.layout-float:nth-of-type(2){border-top:1px solid #ececec;}

.con-box > .box > .view-box:FIRST-CHILD, .con-box > .box > .list-box:FIRST-CHILD,.con-box > .box > .layout-float:FIRST-CHILD{border-top:1px solid #ececec; }
.search-box .mix-box .input_search a:before{top:2px;}


/*0719 그리드 헤더 텍스트정렬*/
.w2grid .gridHeaderTableDefault  th.gridHeaderTDDefault:first-child{text-align:center}

/*0719 인포박스 */
.title-group .com-area .info-box > span:nth-child(1):before{content:"※"; position: relative; color:#4d88e1; font-weight: bold; }
.view-box .info-box > span:nth-child(1):before{content:"※"; position: relative; color:#4d88e1; font-weight: bold; }
.info-box > span:nth-child(1):before{margin-right: 3px;}
.view-box .info-box > span:nth-child(1){padding-left:4px;} 
.view-box + .info-box > span:nth-child(1):before,.list-box + .info-box > span:before{content:"※"; position: relative; color:#ff883a; font-weight: bold; }
.view-box + .info-box > span:nth-child(1),.list-box + .info-box > span:nth-child(1){padding-left:4px; white-space:pre;} 


/*0719 타이틀옆 툴팁위치 수정*/
.title-group > h3 .tool-tip-btn{margin-left:5px !important; display:inline-block; margin-top:0px !important; position:absolute; top:4px;}

.con-box .con-box:last-child{margin-bottom: 0px;}
.layout-float.layout-slide .float-con.left-area{padding-right:10px !important;}
.layout-float.layout-slide .float-con.center-area{padding-right:10px !important;}
/*계산기 타입*/
.search-box.no-btn {padding: 0px !important; min-height: 20px;}
.search-box.no-btn .w2selectbox .w2selectbox_col_button{width: 22px;}
.search-box.no-btn table{width: 100% !important; padding: 0 10px !important;}
.search-box.no-btn table td{padding: 5px !important;}
.info-box.calc-text{display: block; padding: 15px 5px !important; color:#333; width: 100%; background: #d3e1ec; border:1px solid #ccc; margin: 0px;}
.info-box.calc-text>div:before{margin-right: 5px; font-weight: 200;}
.calc-group .left-area{border-right:1px solid #cccccc; padding-right: 0px;}
.calc-group .right-area{padding: 20px;}
.calc-group .right-area > div{position: relative; display: block;}
.calc-group .num-pad{position: absolute; width: 58%;}
.calc-group .num-pad *{padding: 0px;}
.calc-group .num-pad a{display: block; width: 100%; text-align: center; border: 0px !important; background: #fff !important; color:#666666 !important; font-weight: bold; border-radius:0px !important; }
.calc-group .num-pad a:focus{background-color: rgba(0,0,0,0.1) !important;}
.calc-group .num-pad a:BEFORE{font-weight: 300 !important;}
.calc-group .right-area  .num-pad:last-child{right: 0px; width: 38%;}
.calc-group .num-pad .w2tb_td{border: 1px solid #ccc !important;}
.calc-group .num-pad .dotte{font-size: 20px;}
.calc-group .right-area  .num-pad:first-child a.fa{background: #7bb6e1 !important; color:#fff !important;}
.calc-group .btn-group{position: absolute; top:120px; right:0px;}
.calc-group .btn-group a{display: inline-block !important; min-width: 60px; padding: 7px 10px !important;}
.con-box .con-box:last-child{margin-bottom: 0px;}

.layout-float.layout-slide .float-con.left-area{padding-right:10px !important;}

/*170721 라디오 세로형 텍스트 정렬추가*/
.w2radio.rows > .w2radio_item{text-align:left;}
.term-search {background: #e3e6e9; padding:40px 10px 25px 10px !important;  }
.term-search >div{width: 558px; margin: 0 auto;}
.term-search >div:FIRST-CHILD{padding-bottom: 20px;}
.term-search table{display: inline;}
.term-search .input_search .w2input{height: 50px !important; padding-right: 60px !important;}
.term-search .input_search a:before{font-size: 26px; right: 16px; top: 11px;}
.term-search .input_search a{width: 60px; height: 60px !important;}
.term-search table a{display: block; background:rgba(255,255,255,0.5); text-align: center; height:25px; border: 1px solid #d2d2d2; box-sizing:border-box; line-height: 23px; color:#727272;}
.term-search table a.active{background: #96c8ed; color:#fff; border: 1px solid #7db4dd;}
.term-search table:FIRST-CHILD{margin-right: 20px;}
.term-search table:FIRST-CHILD a{font-size: 18px;}
.term-search table:FIRST-CHILD a.active{background-color: #84dbdf; color:#fff; border:1px solid #6dcace; }
.term-search table td{width: 25px !important; padding: 1px !important; padding-bottom: 5px !important;}
.term-search .pad{position: relative;}
.term-search .pad:BEFORE {content:"빠른검색"; display: block; position: absolute; left:0px; top:0px; font-size: 14px; margin-left: -70px; font-weight: bold;}
.term-search .pad:AFTER {content:"\f11c";  display: block;  position: absolute; left:0px; top:0px; font:normal normal normal 24px/1 FontAwesome; color:#818181; margin-left: -57px; margin-top: 17px;}

/*170724 그리드 포커스시 배경색 오류수정*/
/* .w2grid .gridBodyDefault{background:transparent;} */
.w2grid .gridBodyDefault.focusedTd{background:#fcf8e3 !important;}
/*170724 그리드 셀 관련 색추가*/
.grid-color-green01{background-color:rgb(0, 128, 128) !important;}
.grid-color-green02{background-color:rgb(0, 148, 68) !important;}
.grid-color-green03{background-color:rgb(29, 219, 22) !important;}
.grid-color-green04{background-color:rgb(47, 157, 39) !important;}
.grid-color-green05{background-color:rgb(172, 210, 152) !important;}
.grid-color-green06{background-color:rgb(218, 228, 196) !important;}
.grid-color-mint01{background-color:rgb(0, 255, 255) !important;}
.grid-color-blue01{background-color:rgb(20, 20, 230) !important;}
.grid-color-blue02{background-color:rgb(153, 204, 204) !important;}
.grid-color-blue03{background-color:rgb(218, 240, 254) !important;}
.grid-color-black01{background-color:rgb(51, 51, 51) !important;}
.grid-color-black02{background-color:rgb(85, 85, 85) !important;}
.grid-color-grey01{background-color:rgb(187, 187, 187) !important;}
.grid-color-grey02{background-color:rgb(192, 192, 192) !important;}
.grid-color-grey03{background-color:rgb(211, 211, 211) !important;}
.grid-color-grey04{background-color:rgb(225, 225, 225) !important;}
.grid-color-grey05{background-color:rgb(230, 230, 230) !important;}
.grid-color-grey06{background-color:rgb(235, 235, 235) !important;}
.grid-color-grey07{background-color:rgb(238, 238, 238) !important;}
.grid-color-grey08{background-color:rgb(240, 240, 240) !important;}
.grid-color-grey09{background-color:rgb(241, 241, 241) !important;}
.grid-color-grey10{background-color:rgb(244, 244, 244) !important;}
.grid-color-grey11{background-color:rgb(245, 245, 245) !important;}
.grid-color-white01{background-color:rgb(255, 255, 255) !important;}
.grid-color-red01{background-color:rgb(255, 0, 0) !important;}
.grid-color-red02{background-color:rgb(205, 100, 100) !important;}
.grid-color-red03{background-color:rgb(230, 20, 20) !important;}
.grid-color-red04{background-color:rgb(231, 197, 171) !important;}
.grid-color-red05{background-color:rgb(240, 88, 106) !important;}
.grid-color-red06{background-color:rgb(200, 0, 0) !important;}
.grid-color-red07{background-color:rgb(244, 172, 145) !important;}
.grid-color-yellow01{background-color:rgb(255, 255, 0) !important;}
.grid-color-yellow02{background-color:rgb(208, 217, 133) !important;}
.grid-color-yellow03{background-color:rgb(250, 206, 0) !important;}
.grid-color-yellow04{background-color:rgb(254, 225, 49) !important;}
.grid-color-pink01{background-color:rgb(247, 217, 204) !important;}
.grid-color-pink02{background-color:rgb(250, 224, 212) !important;}
.grid-color-orange01{background-color:rgb(255, 165, 0) !important;}
/*170725 텍스트에어리어 높이값설정*/
.view-box .w2textarea{height:100%;}

/*170726 믹스박스아래 input_search+기타콤포넌트추가시 검색버튼 위치 조정*/
.mix-box > .input_search a{line-height:27px;}

/*170802 인풋서치 수정 */
.input_search a{font-size:0px; text-indent: 20px;}
/*170802 차트메인 포지션수정*/
.w2chart_main{position:relative !important;}

/*170803 테이블 타입추가 */
.w2tb.tbl-type01  .w2tb_th{font-weight: normal !important;}
.w2group.view-box > .w2tb.tbl-type01 {width:100%; margin-top: 0px; margin-bottom: 0px; border-collapse:collapse;}
.w2group.view-box > .w2tb.tbl-type01 .w2tb_th{height:32px; background:#fdf2c4; padding:4px 8px 4px 4px;border-top: 1px solid  #ddd; border-bottom: 1px solid #ddd; border-left:none;border-right:none;font-weight: normal;}
.w2group.view-box > .w2tb.tbl-type01 .w2tb_td{background:#fdf2c4; height:32px; padding:4px 4px 4px 4px;border-top: 1px solid  #ddd; border-bottom: 1px solid #ddd;border-left:none;border-right:none;}
.w2group.view-box > .w2tb.tbl-type01 .w2tb_th:first-child{border-left:1px solid #efeeec;}
.w2group.view-box > .w2tb.tbl-type01 .w2tb_td:last-child{border-right:1px solid #efeeec;}
/* .w2group.view-box > .w2tb.tbl-type01 tr:FIRST-CHILD .w2tb_td,.w2group.view-box > .w2tb.tbl-type01 tr:FIRST-CHILD .w2tb_th{padding-top: 10px;} */
/* .w2group.view-box > .w2tb.tbl-type01 tr:last-child .w2tb_td,.w2group.view-box > .w2tb tr:last-child .w2tb_th{padding-bottom: 10px;} */
.w2group.view-box > .w2tb.tbl-type01 tr .w2tb_td:last-child{padding-right: 20px;}
.w2group.view-box > .w2tb.tbl-type01 tr .w2tb_noTH:FIRST-CHILD{padding-left: 5px;}
/*170803 그리드 내부 버튼 추가*/
.w2grid .gridBodyDefault.gbtn-calculator button{background:url(../images/common/ico_grd_calculator.png) no-repeat; border-radius:0px !important;display:block; width:19px !important; height:20px !important;line-height:23px;border:0; cursor:pointer; margin:0 auto; padding:0;}
.w2grid .gridBodyDefault.gbtn-calculator-on button{background:url(../images/common/ico_grd_calculator_O.png) no-repeat; border-radius:0px !important;display:block; width:19px !important; height:20px !important;line-height:23px;border:0; cursor:pointer; margin:0 auto; padding:0;}
.w2grid .gridBodyDefault.gbtn-list button{background:url(../images/common/ico_grd_list.png) no-repeat; border-radius:0px !important;display:block; width:20px !important; height:15px !important;line-height:17px;border:0; cursor:pointer; margin:0 auto; padding:0;}
.w2grid .gridBodyDefault.gbtn-list-on button{background:url(../images/common/ico_grd_list_O.png) no-repeat;border-radius:0px !important;display:block; width:20px !important; height:15px !important;line-height:17px;border:0; cursor:pointer; margin:0 auto; padding:0;}
/*170803 재무 유형추가*/
.w2group.box-select{background:#efefef; border-radius:4px;height:90px;padding:15px;margin:0 0 10px 16px;}
.w2group.box-select:before{background:url(../images/common/bg_square.png) repeat-x; content: ""; position:relative;display:block;height:1px;top:31px;}
.w2group.box-select > .mix-box{margin-bottom:20px;}
.w2group.view-box > .w2tb .w2tb_td.td-type01{background:#f8f8f8;border-bottom:1px solid #f8f8f8;}
.w2group.view-box > .w2tb .w2tb_td.td-type01 > .mix-box{margin-left:20px;}
.w2chart_main{position:relative !important;}

/*갤러리*/
.gallery-box{padding:0px !important; margin-top:80px;}
.gallery-box:after{content:""; display: block; clear: both;}
.gallery-box .picture-box{float:left; margin:10px 9px; max-width:150px; border: 1px solid #e6e6e6; border-radius:3px; padding:10px; box-sizing:border-box; }
.gallery-box .picture-box .picture{height: 108px;}
.gallery-box .picture-box .picture img{width: 100%; max-height: 108px; display: inline-block;}
.gallery-box .picture-box .pic-list{margin-top: 5px;}
.gallery-box .picture-box .pic-list > div{display: block; padding: 0px; height:22px; line-height:22px; position:relative; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.gallery-box .picture-box .pic-list > div:before{ content: "\f0da"; display: inline-block; width: 10px; height: 20px; color:#62a5d6; font:normal normal normal 12px/1 FontAwesome;}
.gallery-box .picture-box .pic-list > div >span:nth-child(2){position: absolute; margin-left:5px; top:0px; height: 20px; line-height:20px; box-sizing:border-box; font-size:11px; padding: 0 10px; border-radius:80px; color:#fff; background-color: #ffa200; }


/*수자원통합 예외화면*/
.da-dafety-tabbox{ position:absolute; bottom:10px; left:10px;}
.da-dafety-tabbox dt span{font-size:16px; color:#fff; font-weight:bold; padding-bottom:10px; display:inline-block;}
.da-dafety-tabbox dt span:before{content:"\f043"; font:normal normal normal 16px/1 FontAwesome; padding-right:5px;}
.da-dafety-tabbox .w2tabcontrol {height:230px; background-color: rgba(255,255,255,0.75); border-radius:5px; box-shadow:0px 0px 3px #557c7d;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost{background:rgba(255,255,255,0) !important;  border-radius:5px; height:30px; border:0;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li{ background:transparent !important; height:30px; padding:0 !important; border:0;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li:nth-child(1){width:40%;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li:nth-child(2){width:35%;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_li:nth-child(3){width:25%;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center{background:rgba(255,255,255,0) !important;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_center a{color:#0455a1 !important; line-height:30px; padding:0;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center{background:#46a1da; border-left:0 !important;}
.da-dafety-tabbox .w2tabcontrol .w2tabcontrol_tabhost .w2tabcontrol_tab_center a{font-size:13px; color:#fff; line-height:30px; padding:0;}
.da-dafety-tabbox .w2tabcontrol_container{padding-top:0;  height:185px !important;}

.map-box{}
.map_01{width:100%; height:180px; background:url("../images/ect/map_01.png") center center no-repeat; position:relative;}
.map_01>div{width:16px; height:16px; position:absolute;}
.map_01 .m1{background:url("../images/ect/ico_dam_01.png") center center no-repeat;}
.map_01 .m2{background:url("../images/ect/ico_dam_02.png") center center no-repeat;}
.map_01 .m3{background:url("../images/ect/ico_dam_03.png") center center no-repeat;}
.map-box .map_02{width:375px; height:642px; background:url("../images/ect/map_02.png") center center no-repeat; margin:0 auto; position:relative}
.map-box .map_02>div{width:20px; height:20px; position:absolute; z-index:100;}
.map-box .map_02>div:before{content:"\f2ce"; font:normal normal normal 18px/1 FontAwesome;}
.map-box .map_02>div.ar_01{color:#4499d7;}
.map-box .map_02>div.ar_02{color:#6f6f6f;}
.map-box .map_02>div.ar_03{color:#41c463;}
.map-box .map_02>div.ar_04{color:#f1a124;}
.map-box .map_02>div.ar_05{color:#ec5c30;}
.map-box .map_03 .title-group{height:50px; position:absolute; top:5px; right:20px; z-index:1000;}
.map-box .map_03 .title-group .com-area{padding-right:5px; margin-top:5px;}
.map-box .map_03>div{overflow:hidden; overflow:auto; position:relative;height:100%; bottom:0; height:740px;}
.map-box .map_03 .w2image{text-align:center;} 
.map-box .btn-group a{border:1px solid #8ea4c1;}
.map_04{width:100%; height:100%; position:absolute; bottom:0; background:url("../images/ect/map_04.png") center center no-repeat;}/* GIS */
.map-box .mark{width:50px; height:40px; padding-top:35px; text-align:center; position:absolute; z-index:100; font-size:11px; font-weight:bold;}
.map-box .mark.li_01{background:url(../images/ect/m_mark_01.png) center center no-repeat;}
.map-box .mark.li_02{background:url(../images/ect/m_mark_02.png) center center no-repeat;}
.map-box .mark.li_03{background:url(../images/ect/m_mark_03.png) center center no-repeat;}
.map-box .mark.li_04{background:url(../images/ect/m_mark_04.png) center center no-repeat;}
.map-box .mark.li_05{background:url(../images/ect/m_mark_05.png) center center no-repeat;}
.map-box .mark.li_06{background:url(../images/ect/m_mark_06.png) center center no-repeat;}
.map-box .mark.li_07{background:url(../images/ect/m_mark_07.png) center center no-repeat;}
.map-box .mark.li_08{background:url(../images/ect/m_mark_08.png) center center no-repeat;}
.map-box .mark.li_09{background:url(../images/ect/m_mark_09.png) center center no-repeat;}
.map-box .remark{width:calc(100% - 40px); height:96px; background:#eceef0; box-sizing:border-box; padding:14px; margin:0 auto; line-height:22px;}
.map-box .remark>div{float:left;}
.map-box .remark>div:nth-child(1){width:calc(60% - 10px); margin-right:10px; border-right:1px solid #d9d9d9;}
.map-box .remark>div:nth-child(1) ul li span:before{content:"\f111"; font:normal normal normal 14px/1 FontAwesome; padding-right:7px;}
.map-box .remark>div:nth-child(1) ul:nth-child(1) li:nth-child(1) span:before{color:#8fc2e4;}
.map-box .remark>div:nth-child(1) ul:nth-child(1) li:nth-child(2) span:before{color:#8cca7c;}
.map-box .remark>div:nth-child(1) ul:nth-child(1) li:nth-child(3) span:before{color:#c3b0dc;}
.map-box .remark>div:nth-child(1) ul:nth-child(2) li:nth-child(1) span:before{color:#f5be78;}
.map-box .remark>div:nth-child(1) ul:nth-child(2) li:nth-child(2) span:before{color:#eb9894;}
.map-box .remark>div:nth-child(2){width:calc(40% - 10px); margin-left:10px;}
.map-box .remark>div:nth-child(2) ul li span:before{content:"\f2ce"; font:normal normal normal 15px/1 FontAwesome; padding-right:7px;}
.map-box .remark>div:nth-child(2) ul:nth-child(1) li:nth-child(1) span:before{color:#4499d7;}
.map-box .remark>div:nth-child(2) ul:nth-child(1) li:nth-child(2) span:before{color:#6f6f6f;}
.map-box .remark>div:nth-child(2) ul:nth-child(1) li:nth-child(3) span:before{color:#41c463;}
.map-box .remark>div:nth-child(2) ul:nth-child(2) li:nth-child(1) span:before{color:#f1a124;}
.map-box .remark>div:nth-child(2) ul:nth-child(2) li:nth-child(2) span:before{color:#ec5c30;}
.map-box .remark>div ul{width:50%; float:left; font-size:13px; font-weight:bold;}

@keyframes roll{
    0%{transform:rotate(0);}
    100%{transform:rotate(360deg);}
}
.roll-group img{display:inline-block;width:14px;height:13px;animation:roll 2s infinite linear;transform:rotate(100deg);}

.da-dafety-tb .scroll-group{width:100%; height:438px; overflow-y:scroll;}
.da-dafety-tb .scroll-group .w2tb{width:100%;}
.da-dafety-tb .da-dafety-th{width:calc(100% - 18px) !important;}
.da-dafety-tb .da-dafety-th th:nth-of-type(1){width:20%}
.da-dafety-tb .scroll-group .w2tb td:nth-of-type(1){width:20%;}

.da-dafety-tb .w2tb th, .da-dafety-tb .w2tb td{border:1px solid #dadada !important;}
.da-dafety-tb .w2tb th{border-bottom:0px !important; padding:5px 0 !important; margin:0 !important;}
.da-dafety-tb .w2tb td{padding:3px 0 !important; margin:0 !important;}
.da-dafety-tb .w2tb .w2tb_td:last-child{padding-right:0 !important;}

.da-dafety-tb .left-area .title-group h4{color:#556a9f !important;}
.da-dafety-tb .left-area .w2tb  .w2tb_th{background:#e4ebf6; padding:0;}
.da-dafety-tb .left-area .w2tb tr:last-child .w2tb_td{padding-bottom:4px !important;}

.da-dafety-tb .center-area .title-group h4{color:#3d9db9 !important;}
.da-dafety-tb .center-area .w2tb .w2tb_th{background:#e2f4f6; padding:0;}
.da-dafety-tb .center-area .w2tb tr:last-child .w2tb_td{padding-bottom:4px !important;}

.da-dafety-tb .right-area .title-group h4{color:#70b178 !important;}
.da-dafety-tb .right-area .w2tb .w2tb_th{background:#e7f8dc; padding:0;}
.da-dafety-tb .right-area .w2tb tr:last-child .w2tb_td{padding-bottom:4px !important;}

.da-dafety-tb .ing_normal{box-shadow:inset 0 0 6px #b7b7b7; -webkit-box-shadow:inset 0 0 6px #b7b7b7; -moz-box-shadow:inset 0 0 6px #b7b7b7;}
.da-dafety-tb .ing_fail{box-shadow:inset 0 0 6px #fea08b; -webkit-box-shadow:inset 0 0 6px #fea08b; -moz-box-shadow:inset 0 0 6px #fea08b;}
.da-dafety-tb .w2tb .w2tb_td{height:22px !important;}
.da-dafety-tb .remark{width:100%;height: 36px;box-sizing:border-box;background: #f2f2f2; line-height:36px;}
.da-dafety-tb .remark ul{width:100%; text-align:center;}
.da-dafety-tb .remark ul li{display:inline-block; margin:0 20px;}
.da-dafety-tb .remark ul li i{width:2em; vertical-align:middle;}
.da-dafety-tb .remark ul li i:before{font:normal normal normal 15px/1 FontAwesome; }
.da-dafety-tb .remark ul li:nth-child(1) i:before{color:#4498d7;}
.da-dafety-tb .remark ul li:nth-child(2) i:before{color:#f1a124;}
.da-dafety-tb .remark ul li:nth-child(3) i:before{color:#41c463;}
.da-dafety-tb .remark ul li:nth-child(4) i:before{color:#ec5c30;}
.da-dafety-tb .remark ul li:nth-child(5) i:before{content:"\f0ad"; color:#ce44d7;padding-right:7px;}
.da-dafety-tb .remark ul li:nth-child(6) i:before{content:"\f071"; color:#ff2525;padding-right:7px;}
.da-dafety-tb .remark ul li:nth-child(7) i:before{content:"-";  padding-right:7px;}


/*카드팝업*/
.card-type1 {background: #fff; padding-bottom: 10px;}
.card-type1 .w2floatingLayer_topcenter{background:#fb405d !important; }
.card-type1.popup .w2floatingLayer_close_button{background-image: url("../images/common/btn_card_popup_close.png") !important;}
.card-type1.popup .w2floatingLayer_title {display: none;}
.card-type1.popup .w2floatingLayer_close_button {margin-top: 12px;}
.card-type1.popup .w2floatingLayer_topcenter{border-bottom: 0px; height: 20px;}
.card-type1.popup .w2floatingLayer_topleft, .card-type1.popup .w2floatingLayer_topcenter, .card-type1.popup .w2floatingLayer_topright{height: 20px;}

.card-box h4.num{font-size: 16px; font-weight: normal; margin-left: 40px;}
.card-box h4.num input{display: inline-block; width:60px !important; min-width:60px !important;  font-weight:bold; font-size:20px; text-align: center; border: 0px; border-bottom: 1px solid #404040; border-radius:0px; margin-top: -5px;}
.card-box h4.num:before{content:"제"; display: inline-block; }
.card-box h4.num:after{content:"호"; display: inline-block; }
.card-box .card-title-group{background:#fb405d;}
.card-box .card-title-group.color-b{background-color: #4ea9ea !important;}
.card-box .card-title-group h3{color:#fff; text-align: center; padding-bottom: 25px; }
.card-box .card-title-group h3 span{font-size: 27px;}
.card-box .card-content-group{padding: 20px; padding-bottom: 8px;}
.card-box .card-content-group dl{position: relative; padding-left: 55px; margin-top: 20px;}
.card-box .card-content-group dt{position: absolute; left:0px; width:60px; text-align: right; padding-right: 20px; box-sizing:border-box; font-size: 16px; padding-top: 10px;}
.card-box .card-content-group dd{}
.card-box  .card-notice{border-top:3px solid #fb405d; margin-top:20px;  border-bottom: 1px solid #929292; max-height: 200px; box-sizing:border-box; width: 100%; padding:20px 0; display: block; line-height:30px; font-size: 14px; overflow: auto;}
.card-box .card-content-group dd label{display: inline-block; margin-bottom: 10px;}
.card-box .card-content-group dd label span{display: inline-block; font-size: 16px; margin:0 10px; position: relative;top:4px; min-width:80px;}
.card-type1.popup input[type="text"]{border: 0px; border-bottom: 1px solid #404040; display: inline-block; border-radius:0px; text-align:center;  font-size:16px; font-weight:bold; margin-top: 4px; /*width: auto;*/ min-width: 100px; }
.card-type1.popup .w2input_readonly{background-color: transparent !important; border: 0px !important;}
.card-type1.popup .w2inputCalendar_div,.card-box .udc_cal{border: 0px; border-bottom: 1px solid #404040; border-radius:0px; display: inline-block; width: 200px;}
.card-box .udc_cal{border: 0px !important; border-bottom: 1px solid #404040 !important; border-radius:0px; display: inline-block; width: 50%;}
.card-type1.popup .w2inputCalendar_div[readonly="readonly"]{border: 0px !important;}
.card-type1.popup .w2inputCalendar_div[readonly="readonly"] .w2inputCalendar_button:before{display: none !important;}
.card-type1.popup .content-area table.list .sign .w2inputCalendar_div input{width: 100% !important; text-align: center !important;}
.card-type1.popup .content-area table.list{width: 100%; border: 0px; margin-bottom: 20px; margin-top: 20px;}
.card-type1.popup .content-area table.list th{border:0px;background: none; text-align: right;}
.card-type1.popup .content-area table.list .w2inputCalendar_button:before,.card-type1.popup .gb_udc_cal .cal_to_wrap .btn_cal:before{color:#404040 !important;}
.card-type1.popup .content-area table.list th input{ text-align: right !important; font-size: 16px; font-weight: bold; margin-top: -1px !important;}
.card-type1.popup .content-area table.list td{border:0px !important; font-size: 16px !important;}
.card-type1.popup .content-area table.list td .icon{padding: 6px 20px; margin-left:100px; border-radius:30px; background: #ffc947; color:#3c3323; font-weight:bold;}
.card-type1.popup .content-area table.list td .icon.long{margin-left: 50px;}
.card-type1.popup .content-area table.list .sign{font-weight: bold !important; font-size: 18px !important; padding-top: 40px;}
.card-type1.popup .content-area table.list .sign input{text-align: right !important; font-size: 18px !important; min-width:80px; width: 80px !important; margin-top: -3px;}
.card-type1 .w2floatingLayer_table{}
.card-box .udc_cal .gb_udc_cal{display: inline-block; border: 0px;}
.cal_to,.cal_from{width: 100% !important; min-width: 50px !important;}
.card-type1.color-y .w2floatingLayer_topcenter,.card-box.color-y .card-title-group{background-color: #ff9947 !important;}
.card-box.color-y .card-notice{border-top: 3px solid #ff9947;}

/* 샘플 작업 */
.card-box .right-a:after{ content:""; display: block; clear: both;}
.card-box .right-a > div{float: right; margin-bottom: 20px;}
.card-box .w2grid .gridBodyDefault input[type=checkbox],.card-box .w2grid .gridHeaderTableDefault input[type=checkbox]{width: 19px !important;}
.card-box h3{width: 100%; text-align: left; margin-bottom: 10px;}
.card-box .center-a > div{margin: 0 auto;}
.line-table table{width: 100%; margin-bottom: 20px;}
.line-table table .w2inputCalendar_div{border-bottom:0px !important;}
.card-content-group > div > .none-table{margin-bottom: 10px;}
.none-table table{border: 0px; width: 100%;}
.none-table table td,.none-table table th{border: 0px !important; background: transparent !important; }
.none-table > table > tbody > tr> td > input,.none-table > table > tbody > tr> td > div > input{width: 100% !important;}
.none-table table th{text-align: left !important;}
.none-table table th.right{text-align: right !important;}
.none-table table th.center{text-align: center !important;}
.none-table table .strong{font-weight: bold !important; font-size: 18px;}
.none-table table .line-grid table{}
.none-table table .line-grid table th{text-align: center !important; background-color: rgba(0,0,0,0.05) !important; border-top:1px  rgba(0,0,0,0.2) solid !important
; }
.form-num{margin-bottom: 20px;}
.form-num .w2tb .w2tb_th{font-size: 15px; color:#fb405d; font-weight: bold !important;}
.form-num td{color:#4ea9ea !important; font-weight: bold !important; font-size: 15px;}

.none-table table .line-grid table td{border-bottom: 1px solid #ccc !important;}
.none-table table .line-grid table td{border-left: 1px solid #eee !important;}
.none-table table .line-grid table td:first-child{border-left:0px !important; }
.none-table table .line-table table td{border-bottom: 1px solid #ccc !important; border-left:1px solid #ccc !important; padding: 5px; } 
.none-table table .line-table table td input{border: 1px solid #ddd !important; border-radius:3px !important; }
.none-table table .line-table > table > tbody > tr:first-child{ border-top:1px solid #ccc;}
.none-table table .line-table table th{height:30px; background:rgba(0,0,0,0.05) !important; border-bottom: 1px solid #ccc !important; border-left:1px solid #ccc !important;  padding: 5px;}
.none-table table .line-table table th:FIRST-CHILD{border-left:0px !important; }
 .no-m{margin: 0px !important;}
.none-table table .line-table table th.center{text-align: center !important;}
.none-table table .line-table table {border-top:1px solid #ccc !important; }
/*170804 테이블 병합시 패딩값설정수정*/
.pr-last{padding-right:4px !important;}
/*알림서비스메시지*/
.sms-box{background:url(../images/ect/bg_sms.png) no-repeat;display:block; width:354px; height:766px;}
.sms-box > .w2tb{margin-left:13px;}
.sms-box > .w2group.view-box{padding-left:9px;padding-right:2px;background:transparent;box-shadow:none;}
.sms-box > .w2group.view-box > .w2tb .w2tb_th{font-size:14px !important; font-weight:bold !important;}
.sms-box > .w2group.view-box > .w2tb .w2tb_th,.sms-box >.w2group.view-box > .w2tb .w2tb_td{background:transparent;border:none;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(1) .w2tb_th{height:50px;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(3) .w2tb_td{padding-top:0;padding-bottom:6px;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(6){background:url(../images/ect/bg_sms_dot.png) no-repeat top;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(8) .w2tb_td{padding-top:20px;padding-right:0px;padding-left:25px;} 
.sms-box > .w2group.view-box > .w2tb .btn-send{border-radius:3px;background:#96c8ed;display:block;width:291px;height:49px;line-height:49px;color:#fff;text-align:center;font-size:18px;font-weight:bold;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(4) .title-group h3{font-size:14px !important;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(4) ul {padding-left:20px; padding-right:5px;overflow-y:auto;height:120px;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(4) ul li{padding-bottom:5px;}
.sms-box > .w2group.view-box > .w2tb tr:nth-child(4) .w2grid{margin:0 5px 0 5px;	}
.sms-box > .w2group.view-box > .w2tb .title-group .com-area .btn-group a{border-radius:11px;background-color:#96c8ed !important;width:22px !important;height:22px !important;}
.sms-box > .w2group.view-box > .w2tb .title-group .com-area .btn-group a.add_row:before,.sms-box > .w2group.view-box > .w2tb .title-group .com-area .btn-group a.del_row:before{color:#e6f1f9 !important;left:6px;top:-1px;}
.sms-box > .w2group.view-box > .w2tb .title-group .com-area{padding-right:6px;}
.sms-box .w2grid{border-color:#dadada !important;}
.sms-box .w2grid thead{display:none;}
.sms-box td .w2grid .gridBodyDefault{border-color:#e7e7e7 !important;}
.txt-sms-tit{font-weight:bold;font-size:16px;color:#404040;}

/*알림서비스 미니메시지 */
.sms-box01{background:url(../images/ect/bg_sms_mini2.png) no-repeat; display:block; width:354px; height:511px;}
.sms-box01 > .w2tb{margin-left:13px;}
.sms-box01 > .w2group.view-box{padding-left:9px;padding-right:2px;background:transparent;box-shadow:none;}
.sms-box01 > .w2group.view-box > .w2tb .w2tb_th{font-size:14px !important; font-weight:bold !important;}
.sms-box01 > .w2group.view-box > .w2tb .w2tb_th,.sms-box01 >.w2group.view-box > .w2tb .w2tb_td{background:transparent;border:none;}
.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(1) .w2tb_th{height:50px;}
.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(3) .w2tb_td{padding-top:10px !important;}
.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(3) .w2tb_td,.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(4) .w2tb_td,
.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(5) .w2tb_td,.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(6) .w2tb_td{padding:5px 15px 2px 15px;}
.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(6) > td{padding-bottom:10px;}
.sms-box01 > .w2group.view-box > .w2tb tr:nth-child(7) > td{padding:0 !important; height:20px !important;}
.sms-box01 > .w2group.view-box > .w2tb .btn-send{border-radius:3px;background:#96c8ed;display:inline-block;width:140px;height:35px;line-height:35px;color:#fff;text-align:center;font-size:18px;font-weight:bold;}
.sms-box01 > .w2group.view-box > .w2tb .btn-del{border-radius:3px;background:#96c8ed;display:inline-block;width:120px;height:35px;line-height:35px;color:#fff;text-align:center;font-size:18px;font-weight:bold; margin-left:10px;}

/*알림서비스관리*/
.box-step01{width:100%; box-sizing:border-box; padding-bottom:0px !important;}
.box-step01 .box-step-list{min-height:225px; background:transparent; box-sizing:border-box;}
.box-step-list:after{content: ""; display:block; clear:both;}
.box-step01 .box-step-list .step{float:left; box-sizing:border-box;border-right:1px solid #dadada;}
.box-step01 .box-step-list .step > div{width:100%; min-height:225px; background:#fff;padding-bottom:0px !important;}
.box-step01 .box-step-list .step:nth-child(5){border-right:none !important;}
.box-step01 .box-step-list .step dt{background:#f2f7fb; color:#386f9d;}
.box-step01 .box-step-list dl{padding:10px;padding-bottom:0px;}
.box-step01 .box-step-list dt{width:100%; padding:10px 0; padding-bottom:none;border-radius:3px; text-align:center; font-weight:bold;}
.box-step01 .box-step-list dd{min-height:200px; padding:10px 0 0 0; box-sizing:border-box;}
.box-step01 .box-step-list dd a{margin-right:5px; margin-bottom:7px;}
.box-step01 .box-step-list dd a >span{font-size:11px;color:#666;}
.btn-term{border:1px solid #e2e2e2;font-size:13px; color:#333;padding:8px; display:inline-block;}

/*예외화면 타이틀그룹영역*/
/* .ect-tit-type01{border-bottom:1px solid #dadada;} */
/*복합형 테이블 & 그리드 헤더 클래스 */
.cell-header{background:#f7f7f7 !important; text-align:right !important;}


/*팝업카드*/
.txt-count{font-size:24px; font-weight:normal;margin-left:10px;margin-right:10px;}
.card-notice-blue{border-top:3px solid #4ea9ea; margin-top:20px;  border-bottom: 1px solid #929292; max-height: 200px; box-sizing:border-box; width: 100%; padding:20px 0; display: block; line-height:30px; font-size: 14px; overflow: auto;}
.w2tb.tbl_none01{border:none !important;}
.w2tb.tbl_none01 .w2tb_th,.w2tb.tbl_none01 .w2tb_td{border:none !important; background:transparent !important;}
.w2tb.tbl_none01 .w2tb_th > span{font-size:14px; color:#404040;}
.w2tb.tbl_none01 .w2tb_td > span{font-size:15px; color:#505050;font-weight:bold;}
.w2tb.tbl_none01 tr{height:50px;width:100%;}
.w2tb.tbl_none02{border:none !important;margin-top:20px;}
.w2tb.tbl_none02 .w2tb_th,.w2tb.tbl_none02 .w2tb_td{border:none !important; background:transparent !important;}
.w2tb.tbl_none02 .w2tb_th > span{font-size:16px; color:#404040;}
.w2tb.tbl_none02 .w2tb_td > span{font-size:16px; color:#404040;font-weight:bold;}
.w2tb.tbl_none02 tr{height:30px;width:100%;}
.w2tb.tbl_none02 tr:nth-child(3){height:70px;}
.box-progressbar{background:#d8d8d8;border-radius:6px;height:12px;display:inline-block;width:100%;}
.box-progressbar > span{background:#9bccef;border-radius:6px;height:12px;font-size:10px;display:block;text-indent:-9999px;}


.card-type1.color-b .w2floatingLayer_topcenter,.card-box.color-b .card-title-group{background-color:#4ea9ea !important; }
.type-c th.head span{display: block; height: 28px; line-height: 28px; text-align: center; border-radius:4px; background:#e5e9ed;  }

.type-c th{padding-left:0px !important; padding-right:0px !important;}
.type-c th.head{padding-left:10px !important; padding-right:10px !important;}
.type-c th .m{color:#7d7d7d !important; font-size: 12px;}
.type-c td input{width: 170px !important; min-width:170px !important;}
.type-c td.jan input,.jan{color:#ec9e26 !important;}
.type-c.w th{padding-left:10px !important; padding-right:10px !important;}
.type-c.w  input{width: 100% !important; min-width:150px !important;}
.type-c.w  td{padding-left:10px !important; padding-right:10px !important;}  
.type-i label>input{min-width: 70px !important; width: 185px !important; }
.type-i .udc_cal{width: 210px !important;}
.type-i label span{font-size: 14px !important;}
 .type-i.w.p.no{border-bottom: 1px solid #cecece !important;}
 .type-i.w.p.no th{line-height: 50px;}
 .type-i.w.p.no .group-c{border-bottom: 0px !important; top:0px !important;}
.type-i .t1{margin-left:52px;}
.type-i td > input{width: 210px !important;}
.type-i.w td > input{width: 220px !important;}
.color-b .card-notice{border-top:3px #4ea9ea solid; }
.type-i.w.p th{padding-left: 0px !important;}
.type-i.w.p .group-c{border-bottom: 1px solid #cecece; overflow: hidden; padding:5px 0; position: relative; top:-20px;}
.type-i.w.p .group-c label{margin-left: 10px !important;}
.type-i.w.p .group-c label span{position: relative; top:12px;}
.type-i.w.p th a{display: inline-block; height: 28px; line-height: 28px; color:#fff; padding: 0 10px; border-radius:4px; background: #94cbff; margin-top: 15px;}
.type-i.w.p .name{width: 80px !important; min-width: 80px !important;}
.type-i.w.p .comp{text-align: left !important;}
.type-i.w.p *{vertical-align: top;}
.type-n *{font-size: 14px !important;}
.type-n input{width: 150px !important; min-width: 150px !important; position: relative; top:-5px;}
.type-n .per{color:#4ea9ea; margin: 0 5px;}
.type-n .long{margin-right: 20px;}
.type-n .bar{display: inline-block;width: 130px; height: 12px;  border-radius:80px; background-color:#efefef; margin: 0 10px; }
.type-n .bar span{display: block; height: 12px; border-radius:80px; background-color:#9bccef;}
.card-box .fa.fa-plus,.card-box .fa.fa-minus{background-color:#eeeeee !important; }
.card-box .fa.fa-plus:before,.card-box .fa.fa-minus:before{color:#31bbe8 !important;}
.card-box .type-i.w.p input{font-size: 14px !important; }
.card-box .type-i.w.p .group-x{display: inline-block; width: 14px; height: 14px; background: url("../images/common/group-x.png") no-repeat center center; overflow: hidden; text-indent: -500px; position: absolute; right:0px; top:20px;}
h3 .num{opacity:0.8; font-size: 18px !important; margin-left: 10px;}
.bottom-m{margin-bottom: 15px;}
/*성일 팝업카드*/
.card-box-s01{}
.card-box-s01 .title{background:#4ea9ea; height:78px; width:100%; box-sizing:border-box;}
.card-box-s01 .title h3{color:#fff; text-align: center; padding-top: 10px;width:100%;}
.card-box-s01 .title h3 span{font-size: 27px;}
.card-box-s01 .title .info-box{width:300px; float:right; height:100px; padding-right:20px; padding-top:10px; width:30%; color:#fff; font-size:13px; text-align:right; line-height:18px;}
.card-box-s01 .content{padding:0px 20px 20px 20px; box-sizing:border-box;} 
.card-box-s01 .content .w2tb th{padding:20px;}
.card-box-s01 .content .w2tb td{}
.card-box-s01 .content .w2tb.tb_st_01{border-bottom:3px solid #4ea9ea;}
.card-box-s01 .content .w2tb.tb_st_01 th{height:30px; background:none; font-size:14px; font-weight:bold; }
.card-box-s01 .content .w2tb.tb_st_01 td{font-size:18px; font-weight:bold;}
.card-box-s01 .content .w2tb.tb_st_01 th,.card-box-s01 .content .w2tb.tb_st_01 td{border:0;}
.card-box-s01 .content .w2tb.tb_st_02{border-bottom:1px solid #e7e7e7;}
.card-box-s01 .content .w2tb.tb_st_02 th,.card-box-s01 .content .w2tb.tb_st_02 td{border:0;}
.card-box-s01 .content .w2tb.tb_st_02 th{background:none; font-size:14px; font-weight:bold; vertical-align:top;}
.card-box-s01 .content .w2tb.tb_st_02 th{border-right:1px solid #e7e7e7;}
.card-box-s01 .content .w2tb.tb_st_02 td{padding-bottom:15px;}
.card-box-s01 .content .w2tb.tb_st_03{border-bottom:1px solid #e7e7e7; background:#fbfbfb;}
.card-box-s01 .content .w2tb.tb_st_03 th,.card-box-s01 .content .w2tb.tb_st_03 td{border:0;}
.card-box-s01 .content .w2tb.tb_st_03 th{background:none; font-size:14px; font-weight:bold; vertical-align:top;}
.card-box-s01 .content .w2tb.tb_st_03 th{border-right:1px solid #e7e7e7;}
.card-box-s01 .content .w2tb.tb_st_03 td{padding-bottom:15px;}
.card-box-s01 .content .w2tb.tb_st_in th,.card-box-s01 .content .w2tb.tb_st_in td{padding:5px;}
.card-box-s01 .content .w2tb.tb_st_in th{font-size:12px; font-weight:bold; border-right:none; vertical-align:bottom; width:110px;}
.card-box-s01 .content .w2tb.tb_st_in td{border-bottom:1px solid #dbdbdb; padding-left:10px;}
.card-box-s01 .bott_text{font-size:16px; text-align:center; line-height:32px; padding-bottom:40px; letter-spacing: 3;}

.card-box-s02 .title{background:#4ea9ea; height:78px; width:100%; box-sizing:border-box;}
.card-box-s02 .title h3{color:#fff; text-align: center; padding-top: 10px;width:100%;}
.card-box-s02 .title h3 span{font-size: 27px;}
.card-box-s02 .content{padding:0px 20px 20px 20px; box-sizing:border-box;} 
.card-box-s02 .content .w2tb.tb_st_01{border-bottom:3px solid #4ea9ea;}
.card-box-s02 .content .w2tb.tb_st_01 th{height:30px; background:none; font-size:14px; font-weight:bold; padding:20px 0 20px 0;}
.card-box-s02 .content .w2tb.tb_st_01 td{font-size:18px; font-weight:bold;padding-left:15px;}
.card-box-s02 .content .w2tb.tb_st_01 th,.card-box-s02 .content .w2tb.tb_st_01 td{border:0;}
.card-box-s02 .content .w2tb.tb_st_02{border-bottom:1px solid #e7e7e7;}
.card-box-s02 .content .w2tb.tb_st_02 th,.card-box-s02 .content .w2tb.tb_st_02 td{border:0;}
.card-box-s02 .content .w2tb.tb_st_02 th{background:none; font-size:14px; font-weight:bold; border-right:1px solid #e7e7e7; padding:10px;}
.card-box-s02 .content .w2tb.tb_st_02 td{padding-left:15px;}
.card-box-s02 .content .w2tb.tb_st_02 td span{margin:0 2px 0 8px;}
.card-box-s02 .w2input{border:0; border-bottom:1px solid #dbdbdb; border-radius:0;}
.card-box-s02 .content .w2tb.tb_st_03 th,.card-box-s02 .content .w2tb.tb_st_03 td{border:0;}
.card-box-s02 .content .w2tb.tb_st_03 th{background:none; font-size:14px; font-weight:bold; padding:5px;}
.card-box-s02 .content .w2tb.tb_st_03 td{border-bottom:1px solid #e7e7e7; padding:5px; font-size:14px;}
.card-box-s02 .content .w2tb.tb_st_03 td strong{font-size:16px; color:#eb9600;}
.card-box-s02 .bott_text{font-size:16px; text-align:center; line-height:32px; padding-bottom:40px; letter-spacing: 3; margin-top:60px;}
.card-box-s02  input[type="text"]{border:0; border-bottom:1px solid #dbdbdb; border-radius:0;}


/* 탭내부 하단 공통영역 */
.tab-footer{position:relative;padding-top:50px;}
.tab-footer .btn-group{ text-align:right; width:100%; box-sizing: border-box; height:60px; padding-right:0px;padding-top:10px; background: transparent; position:absolute; left:0; right:0; bottom:0; z-index:6008;}
.tab-footer .btn-group .w2anchor2{box-sizing:border-box; height: 40px;}
.tab-footer .btn-group .w2anchor2:last-child{margin-right:0px;}
.tab-footer > .btn-group .w2anchor2{display:inline-block; min-width:67px;height:29px;line-height:22px; padding:4px 15px; margin:0 2px 0 2px; border:0; border-radius:4px; background:#54cbed; text-align:center;  font-size:14px; color:#fff; font-weight:bold; white-space: nowrap;}


/*포스터*/
.box-poster{background:url(../images/ect/bg_poster.png) no-repeat 0 0; display:inline-block; width:508px;height:551px; margin-left:-6px;}
.box-poster > ul{margin:88px 68px 0 68px; }
.box-poster > ul >li:nth-child(1){font-size:22px; color:#0d6791;line-height:32px;text-align:center;}
.box-poster > ul >li:nth-child(2){height:166px;}
.box-poster > ul >li:nth-child(3),.box-poster > ul li:nth-child(4){height:20px;font-size:13px; color:#5a5a5a;padding-left:50px;}
.box-poster > ul >li:nth-child(3) strong{color:#ffb848; margin-left:3px;}
.box-poster > ul >li:nth-child(4) strong{color:#74d997; margin-left:3px;}
.box-poster > ul >li:nth-child(5){margin-top:132px;color:#fefefc;font-size:14px;font-weight:bold;text-align:center;text-shadow:0 0 3px #1f688c; line-height:20px;}
.box-poster > ul >li:nth-child(5) strong{color:#277595; font-size;13px; font-weight:normal; text-shadow:none;}
.box-poster > ul > li > ul{margin-right:140px;padding-top:60px;}
.box-poster > ul > li > ul > li{color:#229cba;font-size:14px;height:25px; text-align:right;}
.box-poster > ul > li > ul > li span{display:inline-block;width:80px;}
.box-poster > ul > li > ul > li strong{font-weight:normal; padding-left:15px;color:#626875;display:inline-block;width:120px;text-align:left;}


/* 인사팝업유형 */
.hr_ol_sty{padding:0 20px;}
.hr_ol_sty li{ list-style:decimal !important; line-height:20px; margin-bottom:20px;}
.hr_ol_sty li:last-child{margin-bottom:0;}

.hr_anchor{display: inline-block;padding: 0 10px !important;min-width: 20px;height: 26px !important;line-height: 26px; font-size: 13px; color:#fff; margin: 0 2px 0 2px;border: 0;border-radius: 3px;background: #6e8eaf;text-align: center;font-weight: 500;white-space: nowrap;}
.hr_anchor:before{font-size:20px; line-height:20px;}

.hr_pop_01{width:40%; margin:40px auto;}
.hr_pop_01 .w2tb{width:100% !important;}
.hr_pop_01 .w2tb th,.hr_pop_01 .w2tb td{border:0; background:none; font-size:14px;}
.hr_pop_01 .w2tb th{font-weight:bold !important;}
.hr_pop_01 .w2tb input{border-radius:0; border:0; border-bottom:1px solid #dbdbdb; text-align:left !important;}
.hr_pop_01_bott{width:100%; height:50px; background:#f2f2f2; line-height:50px; text-align:center; position:absolute; bottom:0; left:0;}
.hr_pop_01_bott a{margin-left:10px; color:#4ea9ea; font-weight:bold;}

.hr_tpl_01 .title{width: 100%;height: 80px;background: #4ea9ea; color:#fff; font-size:30px; font-weight:500; line-height:80px; text-align:center;}
.hr_tpl_01 .content{padding:20px; box-sizing:border-box;}
.hr_tpl_01 .con_01{width:100%; height:150px; border:2px solid #eceef0; padding:20px; box-sizing:border-box;}
.hr_tpl_01 .con_01 .float-con:nth-child(1){padding-right:20px;}
.hr_tpl_01 .con_01 .float-con:nth-child(2){padding-left:20px;}
.hr_tpl_01 .con_01 .left-area{border-right:1px solid #e5e5e5;}
.hr_tpl_01 .con_01 dt{width:100%; height:47px; line-height:47px; font-size:18px; font-weight:bold; text-align:center; background:#e5e9ed; border-radius:3px;}
.hr_tpl_01 .con_01 dd{text-align:center; padding:20px;}
.hr_tpl_01 .content .info-box{margin-top:15px; font-size:14px;}
.hr_tpl_01 .content .info-box:before{content:"*"; color:#ff5021; font-size:14px; padding-right:5px;}
.hr_tpl_01 .content .table_title{height:30px; font-size:18px; font-weight:bold; margin-top:40px; padding:0 10px;}
.hr_tpl_01 .content .table{border-top:3px solid #4ea9ea; margin-top:5px;}
.hr_tpl_01 .content .table .w2tb tr:nth-child(even){background:#fbfbfb !important;}
.hr_tpl_01 .content .table th,.hr_tpl_01 .content .table td{border:0; padding:15px; background:none !important; font-size:14px; border-bottom:1px solid #e9e9e9; line-height:32px;}
.hr_tpl_01 .content .table th{width:200px; border-right:1px solid #e9e9e9; vertical-align:top;}
.hr_tpl_01 .content .table td >span{display:block;}
.hr_tpl_01 .content .table td >span:before{content:"\f0da"; font:normal normal normal 14px/1 FontAwesome; color:#4ea9ea; padding-right:5px;}
.hr_tpl_01 .content .table td .info-box{margin-top:0; margin-left:10px;}
.hr_tpl_01 .content .table td .info-box:before{content: "※";position: relative;color: #4d88e1;font-weight: bold;}

.hr_tpl_02 .title{width: 100%;height: 80px;background: #4ea9ea; color:#fff; font-size:30px; font-weight:500; line-height:80px; text-align:center;}
.hr_tpl_02 .content{padding:20px; box-sizing:border-box;}
.hr_tpl_02 .con_01{width:100%; height:150px; border-bottom:1px solid #e9e9e9; box-sizing:border-box;}
.hr_tpl_02 .con_01 dt{width:100%; height:47px; line-height:47px; padding-left:20px; font-size:18px; font-weight:bold; background:#e5e9ed; border-radius:3px; box-sizing:border-box;}
.hr_tpl_02 .con_01 dd{padding:20px; font-size:14px; line-height:24px;}
.hr_tpl_02 .content .info-box{margin-top:15px; font-size:14px;}
.hr_tpl_02 .content .info-box:before{content:"*"; color:#ff5021; font-size:14px; padding-right:5px;}
.hr_tpl_02 .content .table_title{height:30px; font-size:18px; font-weight:bold; margin-top:40px; padding:0 10px;}
.hr_tpl_02 .content .table{border-top:3px solid #4ea9ea; margin-top:5px;}
.hr_tpl_02 .content .table .w2tb tr:nth-child(even){background:#fbfbfb !important;}
.hr_tpl_02 .content .table th,.hr_tpl_02 .content .table td{border:0; padding:15px; background:none !important; font-size:14px; border-bottom:1px solid #e9e9e9; line-height:32px;}
.hr_tpl_02 .content .table th{width:200px; border-right:1px solid #e9e9e9; vertical-align:top;}
.hr_tpl_02 .content .table td >span{display:block;}
.hr_tpl_02 .content .table td >span:before{content:"\f0da"; font:normal normal normal 14px/1 FontAwesome; color:#4ea9ea; padding-right:5px;}
.hr_tpl_02 .content .table td .info-box{margin-top:0; margin-left:10px;}
.hr_tpl_02 .content .table td .info-box:before{content: "※";position: relative;color: #4d88e1;font-weight: bold;}
.hr_tpl_02 .content .date{width:100%; height:90px; line-height:90px; text-align:center; font-size:16px;}
.hr_tpl_02 .content .name{width:100%; text-align:center; font-size:18px; padding-bottom:20px; font-weight:bold;}

.hr_survey_info_01{width:100%; margin:15px auto 0 auto; color:#fff; background:#379cd6 url(../images/surv_icon.png) no-repeat 2% center;  border-radius:0px; height:50px; font-size:18px; padding:0 20px 0 55px ; font-weight:bold; line-height:50px; box-sizing:border-box;}
.hr_survey_info_01 span:before{display:none; content:"\f118"; font:normal normal normal 14px/1 FontAwesome; color:#ffb619; padding-right:10px;}
.surv_info{width:100%; border:1px solid #f2f2f2; background:#fbfbfb; color:#000; font-size:16px; padding:20px; }
.hr_survey_01 .surv_tit{font-size:16px; box-sizing:border-box; padding:20px 30px; border:1px solid #c2d3dc; background:#eff6fa; margin:20px 0 ;}
.hr_survey_01{font-size:16px; box-sizing:border-box; padding:0px; margin:20px 0 30px 0; }
.hr_survey_01 dl dt .surv_no{background:#707681; color:#fff; padding:5px; line-height20px; font-size:15px;  margin-right:10px; border-radius:0px;}
.hr_survey_01 dl dt{height:30px; font-weight:bold;  color:#666 !important;}
/* .hr_survey_01 dl dt:after{height:30px; font-weight:bold;  content:'*' ; color:red;} */
.hr_survey_01 dl dt .req:after{height:30px; font-weight:bold; content:'필수' ; color:#fff; margin-left:8px; background:red; font-size:12px; padding:3px 5px; font-weight:normal; }
.hr_survey_01 dl dd{padding:3px 0 25px 40px; border-bottom:1px dashed #ccc; font-size:14px; }
.hr_survey_01 dl dd .w2radio_item{margin-right:20px;}
.hr_survey_01 dl dd .w2radio_item input[type=radio] + label{text-indent: 30px;}
.hr_survey_02{padding:25px; line-height:24px;}
.hr_survey_02 span{display:block; margin-bottom:10px;}
.hr_survey_info_02{width:100%; padding:0 20px; height:30px; font-size:14px; font-weight:bold; line-height:45px; box-sizing:border-box;}
.hr_survey_info_02 span:before{content:"\f118"; font:normal normal normal 14px/1 FontAwesome; color:#62a5d6; padding-right:10px;}
.hr_survey_03{font-size:14px; box-sizing:border-box; padding:20px 25px; border-bottom:1px solid #f0f0f0;}
.star-point{width:100%; display:inline-block;}
.star-point dl{width:100%; height:98px; margin:0; border:1px solid #e6e6e6; border-radius:3px; font-size:13px; box-sizing:border-box;}
.star-point dl dt{height:35px; box-sizing:border-box; text-align:center; line-height:45px;}
.star-point dl dd{box-sizing:border-box; padding:10px;}
.star-point  dl dd>div{background:#f8f8f8; width:100%; height:43px; border-radius:3px; text-align:center; box-sizing:border-box; padding:12px;}
.star-point  dl dd>div a{width:17px; height:17px; margin:4px;}
.star-point  dl dd>div a:before{content:"\f006"; font:normal normal normal 20px/1 FontAwesome; color:#d7d7d7;}
.star-point.star1  dl dd>div a:nth-child(1):before,.star-point.star2  dl dd>div a:nth-child(1):before,.star-point.star2  dl dd>div a:nth-child(2):before,.star-point.star3  dl dd>div a:nth-child(1):before,.star-point.star3  dl dd>div a:nth-child(2):before,.star-point.star3  dl dd>div a:nth-child(3):before,.star-point.star4  dl dd>div a:nth-child(1):before,.star-point.star4  dl dd>div a:nth-child(2):before,.star-point.star4  dl dd>div a:nth-child(3):before,.star-point.star4  dl dd>div a:nth-child(4):before,.star-point.star5  dl dd>div a:nth-child(1):before,.star-point.star5  dl dd>div a:nth-child(2):before,.star-point.star5  dl dd>div a:nth-child(3):before,.star-point.star5  dl dd>div a:nth-child(4):before,.star-point.star5  dl dd>div a:nth-child(5):before{content:"\f005"; font:normal normal normal 20px/1 FontAwesome; color:#ffce23;}

.hr_survey_04 {padding:10px 25px 20px 25px;}
.hr_survey_04 .title-group{padding-left:0;}
.hr_survey_04 .title-group .com-area{padding-right:0; padding-top:7px;}
.hr_survey_05 .w2tb{width:100%}
.hr_survey_05 .w2tb th,.hr_survey_05 .w2tb td{border:0;}
.hr_survey_05 .w2tb th{height:30px; padding-top:25px; background:none; border-bottom:1px solid #cbcbcb; font-weight:bold !important; font-size:14px;}
.hr_survey_05 .w2tb td{padding:10px 15px;}

/* 건설예외화면유형 */
.ps_01 .title{width: 100%;height: 80px;background: #4ea9ea; color:#fff; font-size:30px; font-weight:500; line-height:80px; text-align:center;}
.ps_01 .content{padding:20px; box-sizing:border-box;}
.ps_01 .con_01{width:100%; height:290px; border-bottom:3px solid #4ea9ea; padding:0px; box-sizing:border-box;}
.ps_01 .con_01 .w2tb{width:70% !important; margin:0 auto;}
.ps_01 .con_01 .w2tb th,.ps_01 .con_01 .w2tb td{border:none; font-size:16px; height:55px !important;}
.ps_01 .con_01 .w2tb th{background:none;}
.ps_01 .con_01 .w2tb td .w2input{border:0; border-radius:0; border-bottom:1px solid #dbdbdb; font-size:24px; font-weight:bold; padding:20px !important;}
.ps_01 .con_02{width:100%; height:200px; padding:15px 0; box-sizing:border-box;}
.ps_01 .con_02 .w2textarea{width:100%; height:184px;padding:20px; font-size:16px; box-sizing:border-box;}


.search-box  .list td> .w2anchor2 {display: inline-block; padding: 0 10px !important; min-width: 20px;height: 26px !important;line-height: 26px; font-size: 13px; color:#fff; margin: 0 2px 0 2px;border: 0;border-radius: 3px;background: #6e8eaf;text-align: center;font-weight: 500;white-space: nowrap;}
span.icon:before{font-size: 22px; position: relative; top:3px;}

/*지방상수도 빠른서비스*/
.slide-toggle-btn-quick{background: #1f98e5; z-index: 999; overflow:hidden; font-size:15px !important; position: absolute; /*height: 107px;*/top:0px; right:-30px; padding:15px 11px 35px; border-radius:0px 4px 4px 0px;color:#fff;font-weight:bold;}
.slide-toggle-btn-quick:before{content: "\f137"; display:block;font-size:16px; color:#fff;position: absolute; left:12px; bottom:15px; }
.slide-toggle-btn-quick > span{line-height:18px;}
.slide-on-type1 .slide-toggle-btn-quick:before{transform:rotate(180deg);}

.quick-list >li{display:block;height:36px;width:100%;}
.quick-list >li:hover{background:#f3f3f3;border-radius:4px;}
.quick-edit,.quick-search{padding:10px;color:#666;}
.quick-edit:hover span,.quick-search:hover span{color:#333;font-weight:bold;}
.quick-edit:before{content:"\f044";display:block;font-size:15px; color:#438acc;position: absolute; left:0px;margin-left:19px;}
.quick-edit > span,.quick-search > span{padding-left:18px;}
.quick-search:before{content:"\f002";display:block;font-size:15px; color:#5ddae5;position: absolute; left:0px;margin-left:19px;}

/*footer 영역이 없을때 하단패딩값 조정*/
.content-area.footer-none{padding-bottom:0px}


/*왼쪽메뉴 게시판 스타일*/
.nav-board .multiFile.w2grid_readonly_outer.w2grid_readonly_outer{border: 1px solid #dadada ; height:auto !important; min-height:108px; border-radius:4px; overflow: hidden;}
.nav-board .multiFile.w2grid_readonly_outer.w2grid_readonly_outer > div > div{overflow-y: auto !important; max-height: 200px;}
.nav-board .multy-up-list .w2grid .gridHeaderTableDefault{height: 0px; overflow: hidden; position: fixed; top:-1000px;}
.nav-board .multy-up-list .btn-group {top:10px;}
.nav-board .multy-up-list .btn-group > div{min-width: 30px; background: transparent !important; margin-left: 0px;}
.nav-board .multy-up-list .btn-group .up:before{color:#4ca2d9;}
.nav-board .multy-up-list .btn-group .w2anchor a:before{
	cursor:pointer;
    content:"";
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    color:#4ca2d9;
    font-family: FontAwesome !important;
}    
.nav-board .multy-up-list .btn-group .up{width: 30px; min-width:10px;}
.nav-board .multy-up-list .btn-group .w2multiupload_uploader+.w2anchor a:before {content: "\f016" !important;}
.nav-board .multy-up-list .btn-group .delete_ing+.w2anchor a:before{content: "\f019" !important; font-size: 15px; top: 2px;}
.nav-board .multy-up-list .btn-group .delete_ing a:before{content:"\f014"; font-size: 16px; line-height: 12px;}
.nav-board .multy-up-list .btn-group a{left:0px; background: transparent !important; font-size: 0;}
.nav-board .multy-up-list .w2grid tbody tr td:FIRST-CHILD[inputtype="checkbox"] .w2checkbox_label{margin-right: 0px !important;}
.nav-board{box-shadow:3px 0px 10px rgba(0,0,0,0.5);position:fixed;  display: block; bottom:-1000px; transition: bottom 0.5s; -webkit-transition: bottom 0.5s; transition-timing-function:ease-out;}
.nav-board .w2textarea{padding: 6px;}
.nav-board.board-on{display: block; bottom:0px; height:825px; transition: bottom 0.5s; -webkit-transition: bottom 0.5s; transition-timing-function:ease-out;}
.nav-board .w2scrollView_container{overflow: visible !important;}
.nav-board .nav-title-group{width: 100%; height: 60px; background:#fff;}
.nav-board .nav-title-group h2{height: 60px; line-height: 60px; color:#2d5275; padding-left: 30px; font-size: 20px;}
.nav-board .nav-title-group .search-group{position: absolute; left:265px; width: 340px; top:15px; box-sizing:border-box; padding-left: 100px;}
.nav-board .nav-title-group  .search-group .w2selectbox {width: 100px; position: absolute; left:0px; top:0px; border-radius: 3px 0 0 3px;}
.nav-board .nav-title-group .search-group  .input_search{border-radius:0 3px 3px 0; border-left:0px;  }
.nav-board .nav-title-group .btn-group{position: absolute; right:0px; top:0px;}
.nav-board .nav-title-group .btn-group a{display: inline-block; width: 35px; height: 60px; box-sizing:border-box; overflow: hidden; padding: 0px; min-width:0px;}
.nav-board .nav-title-group .btn-group a.creat{background: url("../images/main/creat.png") no-repeat center center !important;}
.nav-board .nav-title-group .btn-group a.close{background: url("../images/main/n-close.png") no-repeat center center !important; margin-right: 10px;}
.nav-board .nav-content{ height: calc(100% - 60px); background: #dae1e7; }
.nav-board .nav-content:after{content:""; display: block; clear: both;}
.nav-board .nav-content .nav{}
.nav-board .nav-content .navs{width: 240px; float: left; height:100%; background-color: rgba(255,255,255,0.4); padding: 20px;  }
.nav-board .nav-content .nav > ul{}
.nav-board .nav-content .nav > ul > li{border-bottom: 1px solid rgba(0,0,0,0.1);}
.nav-board .nav-content .nav > ul > li > a{ display: block; color:#000000; padding: 7px 15px; margin: 6px 0; font-size: 12px;}
.nav-board .nav-content .nav > ul > li.active > a:before{content:"\f068"; display: block; position:absolute; right:10px; font-family: FontAwesome !important; font-size: 12px; color:#62a5d6;}
.nav-board .nav-content .nav > ul > li > a:before{content:"\f067"; display: block; position:absolute; right:10px; font-family: FontAwesome !important; font-size: 12px; color:#62a5d6;}
.nav-board .nav-content .nav > ul > li.active ul > li > a.on-a{background: #00c2d9; color:#fff; border-radius:180px; } 
.nav-board .nav-content .nav > ul > li.active ul{display: block;}
.nav-board .nav-content .nav > ul > li > ul{margin-bottom: 15px; display: none;}
.nav-board .nav-content .nav > ul > li > ul > li{padding-left: 10px;}
.nav-board .nav-content .nav > ul > li.child-none > a:before{display: none !important;}
.nav-board .nav-content .nav > ul > li > ul > li > a{display: block; color:#606060; padding: 7px; font-size: 11px;}
.nav-board .nav-content .list{}
.nav-board .nav-content .lists{width: calc(50% - 120px) !important; float: left;height: 100%; box-sizing:border-box; padding:20px 30px;  }
.nav-board .nav-content .list ul{}
.nav-board .nav-content .list ul li {position:relative; background:rgba(255,255,255,0.7); border: 1px solid rgba(0,0,0,0.1); border-radius:3px; height: 70px; box-sizing:border-box; margin-bottom: 10px; padding-left: 50px;}
.nav-board .nav-content .list ul li .name{display: block; font-size: 11px; color:#737373; padding-left: 15px; text-overflow:ellipsis; overflow: hidden; white-space:nowrap; box-sizing:border-box;}
.nav-board .nav-content .list ul li .num{position: absolute; width: 50px; font-weight:bold; line-height:70px; text-align:center; left:0px; top:0px; border-right:1px solid rgba(0,0,0,0.1); height: 100%; }
.nav-board .nav-content .list ul li a{position:relative; color:#333333; display:inline-block; padding-right:20px; max-width:100%; height: 40px; line-height: 40px; padding-left: 15px; text-overflow:ellipsis; overflow: hidden; white-space:nowrap; font-size: 14px; box-sizing:border-box;}
.nav-board .nav-content .list ul li .w2anchor {width: 100%;  box-sizing: border-box; padding-right: 20px;}
.nav-board .nav-content .list ul li.pined .num{background: url("../images/main/pin.png") no-repeat center 20px; line-height: 90px;}
.nav-board .nav-content .list ul li.file a:after{content:""; display: block; width: 20px; height: 20px; background: url("../images/main/cl.png") no-repeat center center; position: absolute; top:10px; right:0px;}
.nav-board .nav-content .list ul li.active{border: 1px solid #46d7e8; background: #fff;}
.nav-board .nav-content .list ul li.active a{font-weight: bold;}
.nav-board .nav-content .list ul li.active .num{color:#2cb2c2;}
.nav-board .nav-content .cv{}
.nav-board .nav-content .cvs{width: calc(50% - 120px) !important; float: left; height: 100%; background-color: rgba(255,255,255,0.65); padding:20px 30px; }
.nav-board .nav-content .cvs .view,.nav-board .nav-content .cvs .mody{display: none;}
.nav-board .nav-content .cvs .table-on{display: table !important;}
.nav-board .nav-content .cv .creat{background: none; display: none;}
.nav-board .nav-content .cv .w2tb .w2tb_td{background: none !important;}
.nav-board .nav-content .cv .w2tb .w2tb_td > input{height: 30px;}
.nav-board .nav-content .cv .w2tb .w2tb_td textarea{width: 100%; min-height:215px; }
.nav-board .nav-content .cv .w2tb .w2tb_td .btn-group{text-align: center;}
.nav-board .nav-content .cv .w2tb .w2tb_td .btn-group a{border-radius:180px; background:#00c2d9; height: 30px; line-height: 30px !important; padding: 0px;}
.nav-board .nav-content .cv .w2tb .w2tb_td .btn-group a.del{background: #9da3ac;}
.nav-board .nav-content .cv .view .title{position: relative; margin-bottom: 15px; padding-right: 90px;}
.nav-board .nav-content .cv .view .title > span{font-size: 20px; color:#303030;}
.nav-board .nav-content .cv .view .title .btn-group{position: absolute; right:0px; top:0px;}
.nav-board .nav-content .cv .view .title .btn-group a{background: url(../images/pin-off.png) no-repeat center center; width: 14px; height:14px; display: inline-block; font-size: 0px; min-width: 0px; margin-left: 10px;}
.nav-board .nav-content .cv .view .title .btn-group a.pop{background: url(../images/pop.png) no-repeat left center;}
.nav-board .nav-content .cv .view .title .btn-group a.modify{background: url(../images/pen.png) no-repeat left center;}
.nav-board .nav-content .cv .view  .title .btn-group a.trash{ background: url(../images/trash.png) no-repeat left center;}
.nav-board .nav-content .cv .view .user{display: block; position: relative; box-sizing:border-box; padding-left: 35px; padding-bottom: 20px; }
.nav-board .nav-content .cv .view .user:after{content:""; display: block; width: 140%; height: 1px; background-color: rgba(0,0,0,0.1); position: absolute; bottom:0px; left:-40px;}
.nav-board .nav-content .cv .view .user img{display: block; width: 25px; height: 25px; overflow: hidden; border-radius:180px; position: absolute; left:0px; top:5px;}
.nav-board .nav-content .cv .view .user .name{display: block; color:#6e6e6e; margin-bottom: 5px;}
.nav-board .nav-content .cv .view .user .day{color:#303030; }
.nav-board .nav-content .cv .view .user .btn-group{position: absolute; right:0px; top:0px;}
.nav-board .nav-content .cv .view .user .btn-group a{background: url(../images/pin-off.png) no-repeat center center; width: 14px; height:14px; display: inline-block; font-size: 0px; min-width: 0px; margin-left: 10px;}
.nav-board .nav-content .cv .view .user .btn-group a.pop{background: url(../images/pop.png) no-repeat left center;}
.nav-board .nav-content .cv .view .user .btn-group a.modify{background: url(../images/pen.png) no-repeat left center;}
.nav-board .nav-content .cv .view .user .btn-group a.trash{ background: url(../images/trash.png) no-repeat left center;}
.nav-board .nav-content .cv .view .view-area{max-height:570px; height: 570px; margin-top:20px;}
.nav-board.qna .nav-content .cv .view .view-area{max-height:320px; margin-bottom: 10px;}
.nav-board.qna .nav-content .cv .view.repl .view-area{max-height:220px;}
.nav-board.qna .nav-content .cv .view.repla .view-area{max-height:150px;}
.nav-board.qna .nav-content .cv .view.repla .re-t.full-on .view-area{max-height:370px;}
.nav-board.qna .nav-content .cv .view.repla .re-in textarea{max-height: 100px; min-height: 100px; margin-bottom: 20px; }
.nav-board.qna .nav-content .cv .view.repla .re-list.full-on{position: fixed; display: block; bottom: 0px; left: 300px; width: calc(50% - 150px);
    height: 725px; padding: 0px 30px;  box-sizing: border-box;}/* background:#f7f7f9 */
.lists.re-li.full-on .chat,.lists.re-li.full-on:before{display: none !important;}
.nav-board.qna .nav-content .cv .view.repla .re-list.full-on .view-area{min-height: 700px; margin-top: 0px;}
.nav-board.qna .nav-content .cv .view.repla .re-g{border-top:1px solid rgba(0,0,0,0.1); padding-top: 25px;  margin-bottom: 20px;}
.nav-board.qna .nav-content .cv .view.repla .re-g:FIRST-CHILD{border-top:0px !important; }
.nav-board.qna .nav-content .cv .view.repla .re-g .ac{display: inline-block; width: 48px; height: 48px; border-radius:180px; line-height:48px; overflow: hidden; color:#fff; background:#0cd4fc;  font-size: 20px; position: absolute; left:0px; top:0px;}
.nav-board .nav-content .cv .view.repla .re-g .user{padding-left: 75px;}
.nav-board .nav-content .cv .view.repla .re-g .user:after{display: none;}
.nav-board .nav-content .cv .view.repla .re-g .view-txt{padding-left: 75px; display: inline-block;}
.nav-board .nav-content .cv .view.repla .re-g .view-file{padding-left: 75px; display: inline-block;}
.nav-board .nav-content .cv .view .view-txt{line-height: 19px; padding-top: 0px; }

.nav-board .nav-content .cv .view .view-txt > span{padding-right: 10px; display: block; white-space: pre-wrap;}
.nav-board .nav-content .cv .view .view-file{margin-top: 35px;}
.nav-board .nav-content .cv .view .view-file a{display: block; padding-left:18px;   background: url(../images/main/cl.png) no-repeat left center; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; max-width: 100%;}
.nav-board .w2scrollView_iScrollY{opacity:0;}
.nav-board .nav-content .cv .view .view-file a:hover{color:#43b7c6;}
.nav-board .nav-content .chat{}
.nav-board .nav-content .cv .w2tb.repl .w2tb_td textarea{min-height: 135px !important; height:135px !important; margin-top:10px;}
.nav-board .nav-content .chat .text-group{margin-bottom: 20px;}
.nav-board .nav-content .chat .text-group ul{}
.nav-board .nav-content .chat .text-group ul:after{content:""; display: block; clear: both;}
.nav-board .nav-content .chat .text-group ul li{float: left; width: 50%; box-sizing:border-box; padding-right:30px; position: relative;}
.nav-board .nav-content .chat .text-group ul li:nth-child(2){padding-left: 30px; padding-right: 0px;}
.nav-board .nav-content .chat .text-group ul li > div{background: #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.2);  padding: 15px; border-radius:8px; position: relative;}
.nav-board .nav-content .chat .text-group ul li.re div:FIRST-CHILD{margin-top: 0px;}
.nav-board .nav-content .chat .text-group ul li .talk:before{content:""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-top:10px solid transparent; border-left:10px solid #fff; border-bottom:10px solid transparent; position: absolute; right:-7px; top:20px;}
.nav-board .nav-content .chat .text-group ul li .talk a{font-weight: bold;}
.nav-board .nav-content .chat .text-group ul li .talk .user img{display: block; width: 25px; height: 25px; overflow: hidden; border-radius:180px; position: absolute; left:0px; top:2px;}
.nav-board .nav-content .chat .text-group ul li .talk .user{margin-top: 10px; font-size: 11px; padding-left: 35px; position: relative;}
.nav-board .nav-content .chat .text-group ul li .talk .user .name{color:#6d6d6e; display: block; margin-bottom: 4px;}
.nav-board .nav-content .chat .text-group ul li .talk .user .day{color:#303030; }
.nav-board .nav-content .chat .text-group ul li.de > div:before,.nav-board .nav-content .chat .text-group ul li.re > div:before{content:""; display: inline-block; width: 0; height: 0; vertical-align: middle; border-top:10px solid transparent; border-right:10px solid #fff; border-bottom:10px solid transparent; position: absolute; left:-7px; top:20px;}
.nav-board .nav-content .chat .text-group ul li.de > div{margin-top: 0px; padding-right: }
.nav-board .nav-content .chat .text-group ul li.de > div:after{content:""; display: block; clear: both;}
.nav-board.qna .nav-content .lists:before{content:""; display: block; width: 1px; height: 110%; margin-left:-1px; background:rgba(0,0,0,0.15);     margin-top: -20px;   position: absolute; left: 50%;  top: 0px;}
.nav-board .nav-content .chat .text-group ul li:nth-child(2):before{content:""; display: block; width: 15px; height: 15px; overflow: hidden; border-radius:180px; z-index:6007; background: #00c2d9; position: absolute; left: -8px; top: 22px;}
.nav-board .nav-content .chat .text-group ul li.de:nth-child(2):before{content:""; background: #ffaa15; box-shadow:0px 0px 10px #ffaa15;}
.nav-board .nav-content .chat .text-group ul li.de > div span{font-weight: bold; color:#959595;  padding: 5px 0;  display: inline-block;}
.nav-board .nav-content .chat .text-group ul li.de > div a{display: inline-block; padding: 5px 15px; border-radius:180px; background-color: #ffaa15; color:#fff; float: right;}
.nav-board .nav-content .chat .text-group ul li.re > div{margin-top: 5px;}
.nav-board .nav-content .chat .text-group ul li.re > div a{color:#404040; max-height: 30px; display: block; overflow: hidden;}
.nav-board .nav-content .chat .text-group ul li.re > div .user{margin-top: 10px;}
.nav-board .nav-content .chat .text-group ul li.re > div .user .name{color:#606060; font-size: 11px;}
.nav-board .nav-content .chat .text-group ul li.re > div .user .day{display: none;}
.nav-board .nav-content .admin-list{}
.nav-board .nav-content .admin-list ul{}
.nav-board .nav-content .admin-user{position: relative; padding-left: 36px;}
.nav-board .nav-content .admin-list ul li{float: left; position:relative; margin-bottom:20px; border:1px solid transparent; background: rgba(255,255,255,0.7); width:calc(50% - 15px) !important; margin-right: 15px; border-radius:8px; min-height: 100px; box-sizing:border-box; padding: 17px; padding-left: 76px;}
.nav-board .nav-content .admin-list ul li.active{background: #fff; border: 1px solid #00c2d9;}
.nav-board .nav-content .admin-list ul li:nth-child(even){margin-left: 15px; margin-right: 0px;}
.nav-board .nav-content .admin-list ul li > span,.nav-board .nav-content .admin-user > span{display: block; font-size: 12px; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }
.nav-board .nav-content .admin-list ul:after{content:""; display: block; clear: both;}
.nav-board .nav-content .admin-list ul li .name{color:#333333; margin-bottom: 5px;}
.nav-board .nav-content .admin-list ul li .comp,.nav-board .nav-content .admin-user .comp{color:#5a5a5b;}
.nav-board .nav-content .admin-list ul li > img,.nav-board .nav-content .admin-user > img{border-radius:180px; overflow: hidden; width: 40px; height: 40px; position: absolute; left:17px; top:17px;}
.nav-board .nav-content .admin-list ul li .num-group{font-size: 11px; position: relative; margin-top: 20px;}
.nav-board .nav-content .admin-list ul li .num-group > span{display: inline-block; padding-left: 15px; margin-right: 20px;}
.nav-board .nav-content .admin-list ul li .num-group .job{background: url("../images/user.png") no-repeat left center;}
.nav-board .nav-content .admin-list ul li .num-group .system{position: relative;}
.nav-board .nav-content .admin-list ul li .num-group .system:before{content:"\f108"; opacity:0.6; display: block;position:absolute; left:0px; top:1px;  font: normal normal normal 11px/1 FontAwesome !important;}
.nav-board .nav-content .admin-list ul li .num-group .mail a{font-size: 0px; display: inline-block; width:14px; height: 11px; background: url("../images/mail-i.png") no-repeat center center; position: absolute; right:0px; top:2px;} 
.nav-board .nav-content .admin-list ul li .num-group .num{background: url("../images/phone-i.png") no-repeat left center;}
.w2table_sb.w2table{z-index: 6009;}
.admin-user{min-height: 40px; position:relative; padding-left:55px !important; }
.admin-user > span{margin: 7px 0;}
.admin-user img{left:0px !important; top:0px !important;}
.pin-on{background: url(../images/main/pin.png) no-repeat center center !important;}
.gis-area{box-shadow:inset 2px 0px 2px rgba(0,0,0,0.4);} 

/*process 3단*/
.layout-float .float-con .center-btn-group > span{color:#bbbdbe; font-size:52px;}
.layout-float.type-btn2 .left-area .center-btn-group.process{right:0px;}

/*Tab Scroll : true일경우*/
.w2tabcontrol_control{position: relative; width: 100%; height: 43px; border-bottom:2px solid #1f98e5; background:#fff; outline-width: 0; box-sizing:border-box; overflow:hidden;}
.w2tabcontrol_control.mask {position: absolute; top:0px; left: -3px !important; width: auto; height:45px; line-height:45px; right: 122px; overflow: hidden; border-top:0px solid #d4dde6;}
.w2tabcontrol_control .w2tabcontrol_control.btn_scrollLeft {position: absolute; margin-left: 0px; width: 42px; background: url(../images/common/tab_arrow_prev.png) no-repeat center center #fff; right:40px; border-left: 1px solid #ccd7e2; border-top:1px solid #ccd7e2; border-bottom:0px solid #1f98e5; height: 37px; box-sizing:border-box;}
.w2tabcontrol_control .w2tabcontrol_control.btn_scrollRight {position: absolute; margin-right: 0px; width: 42px; background: url(../images/common/tab_arrow_next.png) no-repeat center center #fff; right:0px; border: 1px solid #ccd7e2; border-top:1px solid #ccd7e2; border-bottom:0px solid #1f98e5; height: 37px; box-sizing:border-box;}
.w2tabcontrol_control .w2tabcontrol_control.btn_submenu {position: absolute; margin-right: 0px; width: 42px; background: url(../images/common/tab_list.png) no-repeat center center #fff; right: 0; border: 1px solid #ccd7e2;  border-bottom:0px solid #1f98e5; height: 37px; box-sizing:border-box; }
.w2tabcontrol_control .w2tabcontrol_control.scroll{border-bottom:2px solid #1f98e5;} 
.w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost{height:40px; box-sizing:border-box;}
.w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li {float: left;margin: 0;padding: 0; height: 100%; margin-right: 0px; margin-bottom: 0; background: #fff; border-right:1px solid #d4dde6; border-top:1px solid #d4dde6; border-bottom:none;  overflow: hidden;position: relative;}
.w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li:first-child{border-left:1px solid #d4dde6;}
.w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li.w2tabcontrol_active{background:#1f98e5; border-left:none;}
.w2tabcontrol_tabhost .w2tabcontrol_tab_left,.w2tabcontrol_tabhost .w2tabcontrol_tab_right,.w2tabcontrol_tabhost .w2tabcontrol_over .w2tabcontrol_tab_left,.w2tabcontrol_tabhost .w2tabcontrol_over .w2tabcontrol_tab_right,
.w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_left,.w2tabcontrol_tabhost .w2tabcontrol_active .w2tabcontrol_tab_right {background-image: none;}
.w2tabcontrol .w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li.w2tabcontrol_active a{color:#fff;}
.gridHeaderTableDefault  th td{border-bottom: 0px !important; border-top: 0px !important; padding:0px !important;}
.gridHeaderTableDefault  th table td nobr{margin-left: 5px;}
.w2table_tabControl.w2table{right:30px; border:1px solid #cbcbcb; border-radius:2px; margin-top:0px;}
.w2table_tabControl_main{background:#fff;}
.w2table_tabControl_col{height:32px; border-top:none; background:none; padding-left:10px; color: #404040; font-size: 13px; }
.w2table_tabControl_col_over,.w2table_tabControl_col_active{background:#e2f2fe; color:#10618b;}

/*Tab in tab Scroll : true일경우*/
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control{position: relative; width: 100%; height: 30px; border-bottom:1px solid #1f98e5 !important; background:transparent; outline-width: 0; box-sizing:border-box; overflow:hidden;     border-top: 0 !important}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control.mask {position: absolute; margin-left: 0px; margin-right: 0px; left: 0px; width: auto; height:30px; right: 122px; overflow: hidden; }
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control .w2tabcontrol_control.btn_scrollLeft {position: absolute; margin-left: 0px; width: 7px; background: url(../images/common/tab_arrow_prev.png) no-repeat center center transparent; right:52px; border:0; height: 30px; box-sizing:border-box;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control .w2tabcontrol_control.btn_scrollRight {position: absolute; margin-right: 0px; width: 7px; background: url(../images/common/tab_arrow_next.png) no-repeat center center transparent; right:30px; border: 0;  height: 30px; box-sizing:border-box;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control .w2tabcontrol_control.btn_submenu {position: absolute; margin-right: 0px; width: 13px; background: url(../images/common/tab_tab_list.png) no-repeat center center transparent; right: 2px;  border: 0; height: 30px; box-sizing:border-box; }
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control .w2tabcontrol_control.btn_plus {position: absolute; margin-left: 0px; width: 7px; background:#005696 url(../images/common/tab_tab_plus.png) no-repeat center center transparent; right:52px; border:0; height: 30px; box-sizing:border-box;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control .w2tabcontrol_control.btn_minus {position: absolute; margin-right: 0px; width: 7px; background:#005696 url(../images/common/tab_tab_minus.png) no-repeat center center transparent; right:30px; border: 0;  height: 30px; box-sizing:border-box;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost{height:30px; box-sizing:border-box;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li {float: left;margin: 0;padding: 0; height: 100%; margin-right: 0px; margin-bottom: 0; background: #f9f9f9; border:1px solid #e0e0e0; border-left:0; overflow: hidden;position: relative;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li:first-child{border-left:1px solid #e0e0e0;}
.w2tabcontrol .w2tabcontrol .w2tabcontrol_control.mask .w2tabcontrol_control.scroll > ul.w2tabcontrol_tabhost li.w2tabcontrol_active{border:1px solid #1f98e5;}

.w2tabcontrol_control.mask {position: absolute; top:0px; left: -3px !important; width: auto; height:45px; line-height:45px; right: 122px; overflow: hidden; border-top:0px solid #d4dde6;}
.w2tabcontrol_control.mask .w2tabcontrol_control.btn_plus{position: absolute; margin-left: 0px; width: 42px; background: url(../images/common/tab_tab_plus.png) no-repeat center center #fff; right:80px; border-left: 1px solid #ccd7e2; border-top:1px solid #ccd7e2; border-bottom:0px solid #1f98e5; height: 37px; box-sizing:border-box;}
.w2tabcontrol_control.mask .w2tabcontrol_control.btn_right {position: absolute; margin-right: 0px; width: 42px; background: url(../images/common/tab_tab_minus.png) no-repeat center center #fff; right:39px; border-left: 1px solid #ccd7e2; border-top:1px solid #ccd7e2; border-bottom:0px solid #1f98e5; height: 37px; box-sizing:border-box;}

a.tab_plus{font-size:0px; display: block; width:27px; height: 25px; border:1px solid #d4dde6; background: url("../images/common/tab_tab_plus.png") no-repeat center center;  position: absolute; top:5px; right:35px; z-index:10;}
a.tab_minus{font-size:0px; display: block; width:27px; height: 25px;  border:1px solid #d4dde6; background: url("../images/common/tab_tab_minus.png") no-repeat center center;  position: absolute; top:5px; right:0px; z-index:10;}

/*예외화면디자인-경영지원*/
.infomation-box01{padding:50px;}
.infomation-box01 > .title-group{margin-bottom:20px;}
.infomation-box01 > .title-group span:nth-child(1){font-size:36px; font-weight:bold; color:#333;}
.infomation-box01 > .title-group span:nth-child(2){font-size:36px; font-weight:bold; color:#47b0e1;}
.infomation-box01 ul li{width:100%; min-height:127px; border:1px solid #e4e4e4; box-sizing:border-box; margin-bottom:10px;}
.infomation-box01 ul li .w2group{float:left; margin:20px 20px 20px 30px;}
.infomation-box01 ul li .w2group:nth-child(1){width:125px; border-right:1px dotted #d5d5d5;}
.infomation-box01 ul li .w2group:nth-child(2){vertical-align:middle; margin-left:0; color:#404040; font-size:16px; line-height:28px; margin-right:0px; margin-top:30px;}
.infomation-box01 p{font-size:16px; color:#404040; line-height:28px; letter-spacing:-1px; margin-top:40px;}
.infomation-box01 ul li .w2group:nth-child(2) .txt-info{color:#3f93d0; font-weight:bold;}

.infomation-box02{padding:50px 40px;}
.infomation-box02 > ul{min-height:812px;}
.infomation-box02 > ul > li{float:left; max-width:360px; min-height:812px; box-sizing:border-box; margin-left:30px; border:1px solid #e4e4e4;}
.infomation-box02 > ul > li:first-child{margin-left:0px;}
.infomation-box02 > ul .img-second{padding:30px 20px; }
.infomation-box02 > ul > li > ul{margin:0px 20px; border-top:1px dotted #d5d5d5; padding-top:20px;padding-bottom:40px;}
.infomation-box02 > ul > li > ul > li{float:none; line-height:35px;}
.infomation-box02 > ul > li > ul > li span:nth-child(1){font-size:16px; color:#333; font-weight:bold; margin-right:20px;}
.infomation-box02 > ul > li > ul > li span:nth-child(2){font-size:14px; color:#333; letter-spacing:-1px;}
.infomation-box02 > ul{clear:both;}

.infomation-box03{padding:50px 40px;}
.infomation-box03 > ul{min-height:812px;}
.infomation-box03 > ul > li{float:left; max-width:360px; min-height:623px; box-sizing:border-box; margin-left:30px; border:1px solid #e4e4e4;}
.infomation-box03 > ul > li:first-child{margin-left:0px;}
.infomation-box03 > ul .img-second{padding:30px 20px; }
.infomation-box03 > ul > li > ul{margin:0px 30px; border-top:1px dotted #d5d5d5; padding-top:20px; padding-bottom:40px;}
.infomation-box03 > ul > li > ul > li{float:none; line-height:26px; text-indent:10px;  }
.infomation-box03 > ul > li > ul > li span{font-size:15px; color:#333; /*letter-spacing:-1px;*/}
.infomation-box03 > ul > li > ul > li > span.txt-info{font-size:13px; color:#626262;}
.infomation-box03 > ul > li > ul > li span strong{font-weight:normal; color:#dadada;}
.infomation-box03 > ul{clear:both;}
.text-a{padding: 20px !important; line-height: 160%;}
.card-box .card-title-group .mix-box{display: inline-block;    position: relative; top: -4px; }
.card-box .card-title-group .mix-box input{width: 100%; min-width: 40px; background-color: transparent; border-bottom: 1px solid #fff; color:#fff; font-size: 28px; padding-bottom: 5px;}
.card-box textarea{width: 100%; min-height:100px;}
.card-box .line-table table{}
.card-box .d-in{display: inline-block;}
.card-box .line-grid .w2grid{}
.infomation-box03 > ul{clear:both;}
.card-box .left-info{position: absolute; left:0px; top:-3px;}
.card-box .w2grid.multiFile{border: 1px solid #ddd;}
/*.card-box {margin-left:-20px; margin-right:-20px; margin-top:0px;}*/

/*footer 버튼 disabled*/
.footer .btn-group .w2anchor2.w2anchor_disabled{background:#a4a6ad; color:#d1d6df;}


/*그리드 틀고정시 보더클래스*/
.fixed-border{border-right:3px double #ddd !important; }
.card-box .pop_add{padding: 0 10px !important; color:#1289d5; text-indent: 0px; min-width:26px; height:26px; line-height:26px; position: relative; display: inline-block;border: 0px solid #ddd}

.sortTable .w2grid_head_sortable{border:1px solid green; background: url("../images/sort.png") no-repeat right center #f2f7fb !important; padding-right: 20px;  }
.sortTable th[inputtype="checkbox"] table tr td:nth-child(2){position: relative; left:0px; display: none !important;}
.sortTable table[sort="sort"]{position: relative; left:0px;  margin-top:0px; padding:0;  border:0px solid red; /*background:#f2f7fb; url("../images/common/th_line.png") no-repeat right center;*/}
.sortTable table[sort="sort"] td nobr{margin-left: -5px;  border:0px solid green;}
.sortTable .w2grid_head_sort_asc{background: url("../images/asc_order.png") no-repeat center center #f2f7fb !important; padding: 0 5px !important;}
.sortTable .w2grid_head_sort_desc{background: url("../images/asc_order.png") no-repeat center center #f2f7fb !important; padding: 0 5px !important; transform:rotate(180deg) !important;}
.sortTable .w2grid_customFilter_open{background: url("../images/open.png") no-repeat center center !important; width: 20px !important; height: 20px !important; position: relative; left:-2px; padding:0 !important; border:0 !important;} 
.sortTable table[sort="sort"] .w2grid_customFilter_open{left:0px !important;}
.sortTable .w2grid_customFilter_open.toggle-open{background: url("../images/close-filter.png") no-repeat center center !important;}

.w2grid_customFilter_scrollView.nativeScroll{min-height: 98px;515151 }
.w2list_listRow.w2grid_customFilter_list_listRow{padding:15px 0 !important; height: auto !important; position: relative;}
.w2list_listRow.w2grid_customFilter_list_listRow input{z-index: 1;}
.w2grid_customFilter_list{height: 100% !important; overflow: auto;}
.w2list_listRow{border-bottom: 1px solid #ededed !important;}
.w2grid_customFilter_list_listColumn_checkbox{margin-left: 10px;}
.w2list_listColumn_text{font-size:14px !important; margin-left: 5px; color:#333333;}
.w2grid_customFilter_scrollView{box-sizing:content-box !important;}
.w2floatingLayer.w2grid_customFilter .w2grid_customFilter_HC{padding: 0 10px; background: #515151; }
.w2floatingLayer.w2grid_customFilter .w2grid_customFilter_HC .w2grid_customFilter_title{color:#fff;}
.w2floatingLayer.w2grid_customFilter .w2grid_customFilter_HC .w2grid_customFilter_btnClose{background: url("../images/gis/btn_gis_popup_close.png") no-repeat center center;}
.w2floatingLayer.w2grid_customFilter .w2floatingLayer_table{}
.w2grid_customFilter_buttonGroup .w2grid_customFilter_button{border: 1px solid #7b94dd; color:#5e77bf; background: #fff; font-size: 12px;}
.w2grid_customFilter_buttonGroup .w2grid_customFilter_button:hover{background:#5e77bf; color:#fff; }
.w2floatingLayer.w2grid_customFilter .w2grid_customFilter_HL{width: 0px;}
.w2floatingLayer.w2grid_customFilter .w2floatingLayer_contents.w2grid_customFilter_BC{border: 0px !important;}

/*합계표시테이블*/
.w2group.total-table{border:3px solid #73bbf0 !important; box-sizing:border-box; margin:0 0 20px 0; }
.w2group.total-table > .w2tb{border-collapse:collapse; margin-bottom:0px; margin-top:0px;}
.w2group.total-table > .w2tb .w2tb_th{height:44px !important; background:#f5f9fb !important; color:#509acf; font-weight:bold !important; font-size:14px; text-align:center !important; border:0 !important; border-left:1px solid #cee2f0 !important; box-sizing:border-box; }
.w2group.total-table > .w2tb tr:first-child .w2tb_th{border-top:0 !important;}
.w2group.total-table > .w2tb .w2tb_th:first-child{border-left:0 !important;}
.w2group.total-table > .w2tb tr .w2tb_th:last-child,.w2group.total-table > .w2tb tr .w2tb_td:last-child{border-right:0 !important;}
.w2group.total-table > .w2tb .w2tb_td{height:44px !important; border:0 !important; border-top:1px solid #cee2f0 !important; border-right:1px solid #cee2f0 !important;  color:#666 !important; box-sizing:border-box;}
.w2group.total-table > .w2tb .w2tb_td.w2tb_noTH{border-left:1px solid #cee2f0 !important;}
.w2group.total-table > .w2tb tr:last-child .w2tb_td{border-bottom:0 !important;}


/*etc 테이블*/
.w2group.total-table1{border:1px solid red !important; box-sizing:border-box; margin:0 0 20px 0; }
.w2group.total-table1 > .w2tb{border-collapse:collapse; margin-bottom:0px; margin-top:0px;}
.w2group.total-table1 > .w2tb .w2tb_th{height:35px !important; line-height:35px !important; background:#f5f9fb !important; color:#509acf; font-weight:bold !important; font-size:14px; text-align:center !important; border:0 !important; border-left:1px solid #cee2f0 !important; box-sizing:border-box; }
.w2group.total-table1 > .w2tb tr:first-child .w2tb_th{border-top:0 !important;}
.w2group.total-table1 > .w2tb .w2tb_th:first-child{border-left:0 !important;}
.w2group.total-table1 > .w2tb tr .w2tb_th:last-child,.w2group.total-table > .w2tb tr .w2tb_td:last-child{border-right:0 !important;}
.w2group.total-table1 > .w2tb .w2tb_td{height:24px !important; border:0 !important; border-top:1px solid #cee2f0 !important; border-right:1px solid #cee2f0 !important;  color:#666 !important; box-sizing:border-box;}
.w2group.total-table1 > .w2tb .w2tb_td.w2tb_noTH{border-left:1px solid #cee2f0 !important;}
.w2group.total-table1 > .w2tb tr:last-child .w2tb_td{border-bottom:0 !important;}



.hide{display: none !important;}

/*그리드 내 셔틀 버튼 추가*/
.w2grid .gridBodyDefault.gbtn-shuttle-up button{background:none; border:0; cursor:pointer; margin:0; padding:0;}
.w2grid .gridBodyDefault.gbtn-shuttle-up button:before {content:"\f062"; font: normal normal normal 14px/26px FontAwesome; display: block; color:#25ced9; width:23px; height:26px; border:1px solid #e7e7e7; border-radius:3px;}
.w2grid .gridBodyDefault.gbtn-shuttle-down button{background:none; border:0; cursor:pointer; margin:0; padding:0;}
.w2grid .gridBodyDefault.gbtn-shuttle-down button:before {content:"\f063"; font: normal normal normal 14px/26px FontAwesome; display: block; color:#25ced9; width:23px; height:26px; border:1px solid #e7e7e7; border-radius:3px;}

/**/
.pb15{padding-bottom:15px !important;}
.h5_mb{margin-bottom:15px !important}
/*스텝바 동일넓이값*/
.step2 table tbody >tr > td{width:50%;}
.step3 table tbody >tr > td{width:33.333%;}
.step4 table tbody >tr > td{width:25%;}
.step5 table tbody >tr > td{width:20%;}
.step6 table tbody >tr > td{width:16.666%;}
.step7 table tbody >tr > td{width:14.285%;}
.step8 table tbody >tr > td{width:12.5%;}
.step9 table tbody >tr > td{width:11.111%;}
.step10 table tbody >tr > td{width:10%;}

/*textarea 클래스추가*/
.view-box .txt-small{min-height:60px !important;}

/*테이블헤더 병합시 패딩값수정*/
.w2group.view-box > .w2tb.spanHeader .w2tb_th{padding-top:2px !important; padding-bottom:2px !important;}

/*건설 팝업카드 font:normal 클래스 추가  */
.w2tb.normal .w2tb_th{font-weight:normal !important; font-size:18px !important;}
.w2tb.normal .w2tb_td input[type="text"]{font-weight:normal !important;}

/*탭안 달력 안보이는 현상*/
.w2tabcontrol_contents_wrapper{overflow:visible;}

/*연혁*/
.history-box{height:99px;border-bottom:1px solid #eceef0;}
.history-box dl{}
.history-box dl dt{float:left; display:block; width:124px; height:99px; line-height:99px; text-align:center; background:#74baee; }
.history-box dl dt span{font-size:24px; font-weight:bold; color:#fff;}
.history-box dl dd{}
.history-box dl dd ol{padding-left:162px;}
.history-box dl dd ol li{float:left; display:inline-block; min-height:99px; font-size:14px; font-weight:bold; background: url(../images/ect/bg_history.png) no-repeat left bottom !important;}
.history-box dl dd ol li >.w2group{padding:32px 35px 0 17px; line-height:20px;}
.history-box dl dd ol li span{display:block; color:#19b6eb; }
.history-box dl dd ol li strong{font-size:16px; color:#666;}
.history-box .unit{display:inline-block; font-weight:normal; color:#666; font-size:16px;}

.price-box{ margin:10px; height:150px;}
.price-box div{float:left; padding:10px;}
.price-box div .w2tb{width:100%;}
.price-box div .w2tb .w2tb_th{background:#f5f5f5; border:1px solid #ededed !important; border-right:1px solid #f5f5f5 !important; font-size:14px; line-height:16px;}
.price-box div .w2tb .w2tb_th.first{background:#ededed !important; line-height:22px;}
.price-box div .w2tb .w2tb_th.first span{display:block; color:#666;}
.price-box div .w2tb .w2tb_th.first .name{display:block; color:#62a5d6; font-size:16px; font-weight:bold;}
.price-box div .w2tb .w2tb_td{border:1px solid #ededed !important; font-size:14px;}
.price-box .unit{font-size:12px; color:#666;}
.price-box .w2tb .w2tb_th, .price-box .w2tb .w2tb_td{height:33px;}
.price-box .w2tb.tbl-row .w2tb_th, .price-box .w2tb.tbl-row .w2tb_td{height:46px;}

/*결재승인*/
.request-box{}
.request-box dt{background:#ecfff7; height:68px; line-height:68px; border-bottom:1px solid #dbe8e2; color:#505050; font-weight:bold; text-align:center; font-size:24px; }
.request-box dd{padding:14px 0;}
.request-box dd .w2tb{width:100%;}
.request-box dd .w2tb .w2tb_th,.request-box dd .w2tb .w2tb_td{border:0 !important; background:0;}
.request-box dd .w2tb .w2tb_th{padding:14px 0;}
.request-box dd .w2tb .w2tb_td{padding:14px 3px 14px 15px;}
.request-box dd .w2tb .w2tb_th{color:#404040; font-size:14px; }
.request-box dd .w2tb .w2tb_td{color:#505050; font-weight:bold; font-size:18px;}
.request-box dd .w2tb .w2tb_th span.ico-check{background:url(../images/ect/ico_approval.png)no-repeat right; display:block; height:88px; margin-right:-12px; font-size:0;}

.w2floatingLayer_contents {overflow: auto;}

/*그리드위 grid-search*/
.grid-search{display: inline-block; padding-right: 6px; max-width: 330px; box-sizing:border-box;}
.grid-search .w2selectbox{height: 26px;}
.grid-search .input_search,.grid-search .input_search .w2input,.grid-search .w2input {height: 26px !important;}
.grid-search .mix-box{display: inline;}
.grid-search .input_search a{font-size: 0px;}
.grid-search .input_search a:before{ content:"\f002"; font-size:14px !important; display: block; position: absolute; top:4px !important; left:0px; width: 30px; height: 30px;}

/*토글박스 있을시 title-group 버튼그룹 위치 조정*/
.toggle-box>.title-group>.com-area>.btn-group{margin-right:10px;}

div[id*="_noresult"]{border: 0px !important; color:#c0c0c0 !important; font-size: 0px !important; margin-top:10px; background-color: #fff !important; }
div[id*="_noresult"]:before{content:"데이터가 없습니다"; display: block;  font-size: 12px !important;}

/*팝업내 트리박스*/
.popup-wrap .tree-box,.popup-wrap .tree-box .w2treeview{padding:0;}

/* input-grid 캘린더 스타일 */
.input-grid .w2inputCalendar_div{background: #fff;margin-left: 3px;margin-top: 6px;margin-bottom:6px;box-sizing: border-box;border-color: #00a8de !important;overflow: hidden;text-overflow: ellipsis;padding-right: 0px;padding-top: 0px;}
.input-grid .w2inputCalendar_div_img {position: absolute !important;right: 7px !important;top: 6px !important;float: none !important;}
.input-grid .w2inputCalendar_div_img button{color: #00a8de;display: inline-block;padding: 0 10px;height: 22px;line-height: 22px;border: 0;border-radius: 4px;box-sizing: border-box;font-size: 0;background: #eef4f9;text-align: center;margin-left: 5px;background:transparent;}
.w2calendar_selectbox_year_native {position: absolute;left: 75px;margin-top: 2px;top: 10px;width: 84px;height: 25px;font: 18px NanumGothic, Dotum, Helvetica, AppleGothic, sans-serif; border:0;}
.w2calendar_selectbox_month_native {position: absolute;left: 176px;margin-top: 2px;top: 10px;width: 58px;height: 25px;border:0;font: 18px NanumGothic,Dotum,Helvetica,AppleGothic,Sans-serif;}
.w2inputCalendar_calendar .w2calendar_wrap .w2calendar_header button{display:none;}

/*지자체로고*/
.logo-box{padding:30px 30px 0px 10px;}
.logo-box:last-child{padding-bottom:30px;}
.logo-box:after{content: ""; display:block; clear:both;}
.logo-box > .w2group{float:left; width:calc(33.333% - 20px); border:1px solid #e6e6e6; border-radius:3px; padding:15px; margin-left:20px;}
.logo-box > .w2group > .icon-box{display:block; text-align:center; padding-bottom:18px;}
.logo-box > .w2group > .icon-box .w2span{text-indent:-9999px; font-size:0; display:inline-block; padding:0 20px;}
.logo-box > .w2group > .icon-box .w2span:before{background:url(../images/ect/ico_logo_dot.png) no-repeat; content:""; width:5px; height:5px; display:block; margin-left:-23px; position:relative; top:50%; }
.logo-box > .w2group > .icon-box .w2span:first-child:before{display:none;}
.logo-box > .w2group > .logo-name{display:block; text-align:center; background:#f3f3f3; border-radius:3px; font-size:14px; padding:11px 0;}
.logo-box .region-logo1{background:url(../images/ect/ico_logo1.png) no-repeat center center; display:block; height:56px; width:52px;}
.logo-box .region-logo2{background:url(../images/ect/ico_logo2.png) no-repeat center center; display:block; height:56px; width:56px;}
.logo-box .region-logo3{background:url(../images/ect/ico_logo3.png) no-repeat center center; display:block; height:56px; width:56px;}
.logo-box .region-logo4{background:url(../images/ect/ico_logo4.png) no-repeat center center; display:block; height:61px; width:83px;}
.logo-box .region-logo5{background:url(../images/ect/ico_logo5.png) no-repeat center center; display:block; height:61px; width:70px;}
.logo-box .region-logo6{background:url(../images/ect/ico_logo6.png) no-repeat center center; display:block; height:56px; width:60px;}
.logo-box .region-logo7{background:url(../images/ect/ico_logo7.png) no-repeat center center; display:block; height:56px; width:93px;}
.logo-box .region-logo8{background:url(../images/ect/ico_logo8.png) no-repeat center center; display:block; height:56px; width:72px;}
.logo-box .region-logo9{background:url(../images/ect/ico_logo9.png) no-repeat center center; display:block; height:61px; width:50px;}
.logo-box .region-logo10{background:url(../images/ect/ico_logo10.png) no-repeat center center; display:block; height:56px; width:70px;}
.logo-box .region-logo11{background:url(../images/ect/ico_logo11.png) no-repeat center center; display:block; height:56px; width:70px;}
.logo-box .region-logo12{background:url(../images/ect/ico_logo12.png) no-repeat center center; display:block; height:56px; width:67px;}
.logo-box .region-logo13{background:url(../images/ect/ico_logo13.png) no-repeat center center; display:block; height:56px; width:84px;}
.logo-box .region-logo14{background:url(../images/ect/ico_logo14.png) no-repeat center center; display:block; height:56px; width:57px;}
.logo-box .region-logo15{background:url(../images/ect/ico_logo15.png) no-repeat center center; display:block; height:56px; width:66px;}
.logo-box .region-logo16{background:url(../images/ect/ico_logo16.png) no-repeat center center; display:block; height:56px; width:55px;}

/* 아키텍쳐메타연관관리 */
.actt-btn-group a.single_direction{width:95px; height:36px; font-size:16px; font-weight:bold; display:inline-block; line-height:36px;}
.actt-btn-group a.single_direction.on{background:#54cbed; border-radius:80px; color:#fff; margin-right:15px;}
.actt-btn-group a.both_direction{width:95px; height:36px; font-size:16px; font-weight:bold; display:inline-block; line-height:36px;}
.actt-btn-group a.both_direction.on{background:#54cbed; border-radius:80px; color:#fff; margin-left:15px;}
.actt-btn-group span{color:#9ec7e5; font-weight:bold; font-size:30px; margin:0 15px 0; position:relative; top:-5px;}

.actt-box01{border:3px solid #73bbf0; padding:20px; margin-top:30px; box-sizing:border-box;}
.actt-box01 *{vertical-align: top;}
.actt-box01 .left-con{height:310px; padding:90px 20px 0 20px; display:inline-block; background:#73bbf0; border-radius:5px;box-sizing:border-box;}
.actt-box01 .left-con span{font-size:18px; color:#fff; font-weight:bold;}
.actt-box01 .left-con input{margin-top:30px;}
.actt-box01 .center-con{height:276px; display:inline-block; box-sizing:border-box;}
.actt-box01 .center-con .w2tb tr:nth-child(3) .w2tb_td{padding:15px 30px;}
.actt-box01 .center-con .w2tb tr:nth-child(3) .w2tb_td div{width:100%; height:7px; background:#3cdcd3; position:relative;}
.actt-box01 .center-con .w2tb tr:nth-child(3) .w2tb_td div:after{width:19px; height:29px; content:""; display:block; background:url(../images/ect/arrow-right.png) no-repeat center center; position:absolute; right:0; top:-11px}
.actt-box01 .center-con .w2tb tr:nth-child(4){background:#f9f9f9; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; height:50px;} 
.actt-box01 .center-con .w2tb tr:nth-child(5) .w2tb_td{padding:15px 30px;}
.actt-box01 .center-con .w2tb tr:nth-child(5) .w2tb_td div{width:100%; height:7px; background:#d5d5d5; position:relative;}
.actt-box01 .center-con .w2tb tr:nth-child(5) .w2tb_td div:before{width:19px; height:29px; content:""; display:block; background:url(../images/ect/arrow-left_disabled.png) no-repeat center center; position:absolute; left:0; top:-11px}
.actt-box01 .center-con .w2tb .w2tb_th{font-weight:bold !important; background:transparent; border:0; padding-left:40px !important;}
.actt-box01 .center-con .w2tb .w2tb_td{border:0;}
.actt-box01 .center-con .w2tb .w2tb_td a.set{width:64px; height:28px; background:#54cbed; border-radius:3px; color:#fff; display:inline-block; font-size:13px; text-align:center; line-height:28px;}
.actt-box01 .center-con .w2tb .w2tb_td a.del{width:64px; height:28px; background:#eef4f9; border:1px solid #54cbed; border-radius:3px; color:#00a8de; display:inline-block; font-size:13px; text-align:center; line-height:28px;}
.actt-box01 .right-con{height:310px; padding:90px 20px 0 20px; display:inline-block; background:#73bbf0; border-radius:5px;box-sizing:border-box;}
.actt-box01 .right-con span{font-size:18px; color:#fff; font-weight:bold;}
.actt-box01 .right-con input{margin-top:25px;}
.actt-box01 a.setup{margin:0 0 0 10px; display:inline-block;}
.actt-box01 a.setup:before{content:"\f013"; width:26px; height:26px; font:normal normal normal 26px/1 FontAwesome; color:#1776bb !important; position:relative; top:-2px;}

.actt-box02{border:3px solid #73bbf0; padding:20px; margin-top:30px; box-sizing:border-box;}
.actt-box02 *{vertical-align: top;}
.actt-box02 .left-con{height:310px; padding:90px 20px 0 20px; display:inline-block; background:#73bbf0; border-radius:5px;box-sizing:border-box;}
.actt-box02 .left-con span{font-size:18px; color:#fff; font-weight:bold;}
.actt-box02 .left-con input{margin-top:30px;}
.actt-box02 .center-con{height:276px; display:inline-block; box-sizing:border-box;}
.actt-box02 .center-con .w2tb tr:nth-child(3) .w2tb_td{padding:15px 30px;}
.actt-box02 .center-con .w2tb tr:nth-child(3) .w2tb_td div{width:100%; height:7px; background:#3cdcd3; position:relative;}
.actt-box02 .center-con .w2tb tr:nth-child(3) .w2tb_td div:after{width:19px; height:29px; content:""; display:block; background:url(../images/ect/arrow-right.png) no-repeat center center; position:absolute; right:0; top:-11px}
.actt-box02 .center-con .w2tb tr:nth-child(4){background:#f9f9f9; border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; height:50px;}
.actt-box02 .center-con .w2tb tr:nth-child(5) .w2tb_td{padding:15px 30px;}
.actt-box02 .center-con .w2tb tr:nth-child(5) .w2tb_td div{width:100%; height:7px; background:#ff8d76; position:relative;}
.actt-box02 .center-con .w2tb tr:nth-child(5) .w2tb_td div:before{width:19px; height:29px; content:""; display:block; background:url(../images/ect/arrow-left.png) no-repeat center center; position:absolute; left:0; top:-11px}
.actt-box02 .center-con .w2tb .w2tb_th{font-weight:bold !important; background:transparent; border:0; padding-left:40px !important;}
.actt-box02 .center-con .w2tb .w2tb_td{border:0;}
.actt-box02 .center-con .w2tb .w2tb_td a.set{width:64px; height:28px; background:#54cbed; border-radius:3px; color:#fff; display:inline-block; font-size:13px; text-align:center; line-height:28px;}
.actt-box02 .center-con .w2tb .w2tb_td a.del{width:64px; height:28px; background:#eef4f9; border:1px solid #54cbed; border-radius:3px; color:#00a8de; display:inline-block; font-size:13px; text-align:center; line-height:28px;}
.actt-box02 .right-con{height:310px; padding:90px 20px 0 20px; display:inline-block; background:#73bbf0; border-radius:5px;box-sizing:border-box;}
.actt-box02 .right-con span{font-size:18px; color:#fff; font-weight:bold;}
.actt-box02 .right-con input{margin-top:25px;}
.actt-box02 a.setup{margin:0 0 0 10px; display:inline-block;}
.actt-box02 a.setup:before{content:"\f013"; width:26px; height:26px; font:normal normal normal 26px/1 FontAwesome; color:#1776bb !important; position:relative; top:-2px;}

/* 항목연관정보관리 */
.list-info-ad-box{border-bottom:1px solid #e6e6e6; padding-bottom:20px;}
.list-info-ad-box .search{padding-right:200px;}
.list-info-ad-box .w2tb .w2tb_th{background:transparent; font-size:14px; font-weight:bold; border:0;}
.list-info-ad-box .w2tb .w2tb_td{border:0;}
.list-info-ad-box .btn-group{width:200px; height:30px; right:0; top:0; text-align:right; position:absolute;}
.list-info-ad-box .btn-group .w2anchor2{min-width:50px; padding:10px 12px;}
.list-info-ad-box .list-info{width:100%; min-height:154px; background:#f7f7f7; margin-top:10px; padding:15px; box-sizing:border-box;}
.list-info-ad-box .list-info .left-con{height:124px; background:#d6eff6; border:1px solid #c5e0ef; display:inline-block; box-sizing:border-box;}
.list-info-ad-box .list-info .left-con .w2textbox{width:100%; min-height:16px; margin-top:50px; text-align:center; font-size:16px; font-weight:bold; color:#275b95;}
.list-info-ad-box .list-info .center-con{min-height:46px; padding:10px 30px 10px 10px; display:inline-block; box-sizing:border-box; vertical-align:middle;}
.list-info-ad-box .list-info .center-con div{ width:100%; height:25px; padding:0 3px; background:#73bbf0; box-sizing:border-box; position:relative;}
.list-info-ad-box .list-info .center-con div:after{width:26px; height:46px; content:""; display:block;background:url(../images/ect/arrow-right2.png) no-repeat center center; position:absolute; top:-10px; right:-20px;}
.list-info-ad-box .list-info .center-con div .w2textbox{width:100%; height:25px; line-height:25px; font-size:12px; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list-info-ad-box .list-info .right-con{ display:inline-block; box-sizing:border-box;}
.list-info-ad-box .list-info .right-con .w2textarea{width:100%; height:124px; padding:10px; display:inline-block; box-sizing:border-box;}

/*그리드내부 체크박스 disabled상태, readonly상태*/
.w2grid .gridHeaderTDDefault input[disabled="disabled"] + .w2checkbox_label,.w2grid .gridHeaderTDDefault[disabled="true"] input[type=checkbox] + .w2checkbox_label,.w2grid .gridHeaderTDDefault[readonly="true"] input[type=checkbox] + .w2checkbox_label,
.w2grid .gridBodyDefault input[disabled="true"] + .w2checkbox_label,.w2grid .gridBodyDefault[disabled="true"] input[type=checkbox] + .w2checkbox_label
{background: url('../images/common/checkbox_normal_disabled.png') no-repeat; display: inline-block;  min-width: 19px; min-height: 19px; vertical-align: middle; }

/*카드팝업 패딩 삭제 및 하단 툴팁 스크롤 오류 수정 */
.popup-wrap .content-area.card-m{padding:0px !important;}
.w2windowContainer_tooltip{margin-top:-30px;}


/*스크롤관련 익스오류 수정*/
.w2grid table[id*=scrollX_table] tbody tr > td{padding: 0px !important;}

/*이지숙 추가---------------------------------------------------------------------------------------------------------*/
select {width:auto; height:26px; margin-right:5px; border:1px solid #ddd; padding:0 10px; color:#000; background:#fff url(../images/common/select_arrow.png) no-repeat right 10px center; appearance:none; -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; border-radius:3px;}
select option{line-height:23px;}

/*배경색 class 추가 */
 .bg_color1{background-color: #f4f9fc;}
 
 /*가로사이즈 class 추가 */
 .w100px{width:100px;}
 .w150px{width:150px;}
 .w200px{width:200px;}
 
 /* margin */
.mt0 {margin-top:0 !important}
.mt5 {margin-top:5px !important}
.mt10 {margin-top:10px !important}
.mt15 {margin-top:15px !important}

.mb0 {margin-bottom:0 !important}
.mb3 {margin-bottom:3px !important}
.mb5 {margin-bottom:5px !important}
.mb10 {margin-bottom:10px !important}
.mb15 {margin-bottom:15px !important}


/* padding */
.pt0 {padding-top:0 !important}
.pt5 {padding-top:5px !important}
.pt10 {padding-top:10px !important}
.pt15 {padding-top:15px !important}

.pb0 {padding-bottom:0 !important}
.pb5 {padding-bottom:5px !important}
.pb10 {padding-bottom:10px !important}
.pb15 {padding-bottom:15px !important}


/*공고 신청 및 절차*/
.step-wrap{margin:10px auto; padding:0; height:100%;}
.step-wrap::before{content: ''; position: absolute; top:80px; background:url(../images/ect/wps/arrow-LD.png) repeat-y left top ; width:5%; height:195px;}
.step-wrap::after{content: ''; position: absolute; top:0px; background:url(../images/ect/wps/arrow-RD.png) repeat-y right top; width:5%; height:300px;}
.step-wrap .step4{width:90%; height:auto; padding:0 5%; }
.step-wrap .step4 li{width:30%; list-style:none; height:35px; margin:0 -1px 1.5% -1px; padding:15px 0; border:1px solid #e6e6e6; background:#f4f4f4; font-size:17px; color:#989898; text-align:center; float:left; font-size:17px; color:#989898; word-break:keep-all;}
.step-wrap .step4 .floatR{float:right !important; }
.step-wrap .step4 .arrowR{width:5%; font-size:0px; margin:0 -1px 1.5% -1px; border-bottom:none; border-top:none; background:url(../images/ect/wps/arrow-RR.png) no-repeat center center !important;}
.step-wrap .step4 .arrowL{width:5%; font-size:0px; margin:0 -1px 1.5% -1px; border-bottom:none; border-top:none; background:url(../images/ect/wps/arrow-LL.png) no-repeat center center !important; float:right;}
.step-wrap .step4 .step-on{color:#fff !important; background:#629ad3; font-weight:bold;}
.step-wrap .step4 .step-on span{color:#fff !important;}
.step-wrap .step4 span{line-height:20px; padding:0 10px; font-size:17px; color:#989898; word-break:keep-all;}
.step-wrap .step4 li .lh{line-height:35px !important; height:35px;}


/*센터소개*/ 
.group-C{margin:10px 0 40px 0;}
.group-C h6{font-weight:normal; font-size:17px; font-weight:bold; line-height:28px; background:url(../images/ect/wps/1.gif) no-repeat left center; padding-left:20px;}
.group-C .orangeT{color:#e87100;}
.group-C .blueT{color:#399ad5; background:url(../images/ect/wps/4.png) no-repeat right bottom; padding:0 3px 0; margin-right:7px; }
.group-C ol{margin-left:22px;}
.group-C ol li{list-style:decimal !important;}
.group-C li{margin:5px 20px; line-height:24px; font-size:15px;}
.group-C .c-step li{width:22%;  margin:10px 1%; padding:0; background:url(../images/ect/wps/c-step1.png) no-repeat center top; border:3px solid #1b79ae; text-align:center; border-top-left-radius:9px; border-top-right-radius:9px; display:inline-block;  vertical-align:top !important;}
.group-C .c-step li .stepT{color:#fff; background:url(../images/ect/wps/c-step2.png) no-repeat center bottom; line-height:33px; height:41px; width:12%; position:absolute; border-top-left-radius:9px; border-top-right-radius:9px; }
.group-C .c-step li img{width:100%; margin-top:34px; height:81%;}
.group-C .c-step li .txt{ width:100%; height:100%; min-height:80px; background:#f4f8fa; border-top:1px dashed #1b79ae !important; font-size:14px; line-height:20px; padding:10px 15px; display:inline-block; text-align:left; vertical-align:top;}
.group-C .history{line-height:30px; padding-left:30px; display:block; background:url(../images/ect/wps/3.png) no-repeat left 20px center;}


.use_desc{height:100px; background:#1b79ae; padding:15px; color:#fff}

.ceo .c-photo{float:left; margin:0px; width:370px; min-height:450px; padding-left:10px;}
.ceo .c-txt{margin:20px 0 0 300px; }
.ceo .c-txt .m-copy{font-size:28px; color:#333; font-family: 'NanumSquare'; margin-bottom:30px; line-height:35px; letter-spacing:-1px;}
.ceo .c-txt .s-copy{font-size:16px; line-height:21px; padding-right:10px;}
.ceo .c-txt .c-sign{font-size:18px; margin: 20px 0; display: flex; gap: 6px; align-items: center; justify-content: flex-end;}
.ceo .c-txt .c-sign .sign {font-family: 'grandpaSharing'; letter-spacing: 8px; color: #000; font-size: 40px; padding-left:10px;}
.c-org{width:80%; padding:0; height:150px; margin:0 auto; diplay:block; clear:both;}
.c-org .org1{width:25%; background:#005696; padding:15px 20px 13px 20px; text-align:center; margin:10px auto 20px auto; line-height:25px;}
.c-org .org1 .chief{border-top:1px solid #003761; padding-top:3px; margin-top:3px; font-size:16px; display:block; }
.c-org .org1:before{content:''; position:absolute; top:55px; left:49.9%; border-left:2px solid #ccc; width:2px; height:20px; z-index:100;}
.c-org .org1 a{color:#fff; font-size:20px; }
.c-org .org2{margin:20px auto; width:100%;}

/* 조직도변경 3개 -> 4개 -> 5개 */
/*.c-org .org2:before{content:''; position:absolute; top:75px; left:23.3%; border-top:2px solid #ccc; width:53.4%; height:2px; z-index:100;}*/
.c-org .org2:before{content:''; position:absolute; top:75px; left:19.94%; border-top:2px solid #ccc; width:60.2%; height:2px; z-index:100;}
/*.c-org .org2:before{content:''; position:absolute; top:75px; left:17.84%; border-top:2px solid #ccc; width:64.3%; height:2px; z-index:100;}*/

/*.c-org .org2 li{float:left; width:31.3%; text-align:center; padding-top:17px; margin:2px 1%; border:0px solid red; line-height:45px; background:url(../images/ect/org-line.png) no-repeat center top; }*/
.c-org .org2 li{float:left; width:23%; text-align:center; padding-top:17px; margin:2px 1%; border:0px solid red; line-height:45px; background:url(../images/ect/org-line.png) no-repeat center top; }
/*.c-org .org2 li{float:left; width:18%; text-align:center; padding-top:17px; margin:2px 1%; border:0px solid red; line-height:45px; background:url(../images/ect/org-line.png) no-repeat center top; }*/


/* .c-org .org2 li+li+li+li:before{content:'-'; position:absolute; top:100px; left:20%; border-left:2px solid #ccc; width:2px; height:20px; z-index:99;} */
.c-org .org2 li .team{width:100%; font-size:18px; text-align:center; color:#44a3d9; padding:0; margin:0px 1.5%; background:#fff; line-height:45px; height:45px; border:2px solid #44a3d9; }
.c-org .org2 li a{color:#44a3d9; }


/* 조직도변경 - 하위팀 생성*/
.c-org .org3{margin:0px auto; width:100%;}
.c-org .org3:before{content:''; position:absolute; top:75px; left:19.94%; border-top:2px solid #ccc; width:60.2%; height:2px; z-index:100;}
.c-org .org3 li{float:left; width:20%; text-align:center; padding-top:5px; margin:2px 2.5%; border:0px solid red; line-height:45px;}

.c-org .org3 li .team{width:100%; font-size:14px; text-align:center; color:#7fcefb; padding:0; margin:0px 1.5%; background:#fff; line-height:40px; height:40px; border:2px solid #7fcefb; }
.c-org .org3 li a{color:#35a7e8; }

.i-sp{margin-bottom:-30px;}
.i-sp .i-step{width:100%; display:inline-block; margin:5px 20px;}
/*.i-sp .i-step:before{content:''; position:absolute; top:24.5%; right:8px; width:2px; height:50%; z-index:100; border-right:3px solid #999 !important;}*/
.i-sp .i-step li{ width:25%; margin:0.5% 0; padding:0px; text-align:center !important; }
.i-sp .i-step .arrowR{background:url(../images/ect/wps/arrow-R.png) no-repeat right 3% top 45% !important; float:left;}
.i-sp .i-step .arrowR2{ background:none;}
.i-sp .i-step .arrowRL{background:url(../images/ect/wps/arrow-D.png) no-repeat left 42% bottom !important; float:left;}
.i-sp .i-step .arrowRL2{ background:none;}
.i-sp .i-step .arrowL{background:url(../images/ect/wps/arrow-L.png) no-repeat right 4% top 45% !important; float:right;  text-align:center !important;}
.i-sp .i-step .arrowC{background:url(../images/ect/wps/arrow-D.png) no-repeat 42% center !important;  width:100%; height:20px; padding:10px; font-size:0px; margin-top:-20px; /* position:absolute;  */text-align:center}
.i-sp .i-step .step-bg1{width:85%; margin:0 0 25px 0;  border-top-left-radius:7px; border-top-right-radius:7px; background:#b9daec; border:1px solid #9ec4d9; }
.i-sp .i-step .step-bg2{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b2dbe3 !important; border:1px solid #a1cad2;}
.i-sp .i-step .step-bg3{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b6cee5 !important; border:1px solid #9fbdd9;}
.i-sp .i-step .step-bg4{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b6c4e5 !important; border:1px solid #9eb0d8;}
.i-sp .i-step .step-bg5{background:#b9daec !important; border:1px solid #9ec4d9;}
.i-sp .i-step li .step-tit{text-align:center; padding:0px; line-height:40px; font-size:17px; color:#263e53; font-weight:bold;}
.i-sp .i-step li .step-con{background:url(../images/ect/wps/c-step_bg.png) no-repeat center top; margin:3px; padding:10px; height:80%;  min-height:calc(100vh -40px); }
.i-sp .i-step li .step-con dt{text-align:center; border-bottom:1px dashed #b8bbc0; line-height:40px; font-size:16px; height:45px; word-break:keep-all;}
.i-sp .i-step li .step-con .dt1{text-align:center; border-bottom:1px dashed #b8bbc0; line-height:20px !important; font-size:16px; height:45px; word-break:keep-all;}
.i-sp .i-step li .step-con .dt2{text-align:center; border:0; line-height:40px; font-size:16px; height:40px; word-break:keep-all;}
.i-sp .i-step li .step-con .dt3{text-align:center; border:0; line-height:20px; font-size:16px; height:45px; word-break:keep-all; margin:7px 0 -7px 0;}
.i-sp .i-step li .step-con .dt4{text-align:center; border-bottom:0px dashed #b8bbc0; line-height:20px !important; font-size:16px; height:35px; word-break:keep-all;}
.i-sp .i-step li .step-con .dt4 .lh{line-height:35px !important;}
.i-sp .i-step li .step-con dd{text-align:center; line-height:21px; padding:10px 0 0; font-size:15px; }


.i-sp .i-step3{width:100%; display:inline-block; margin:5px 20px;}
.i-sp .i-step3 li{ width:33.3333%; margin:0.5% 0; padding:0px; text-align:center !important; }
.i-sp .i-step3 .arrowR{background:url(../images/ect/wps/arrow-R.png) no-repeat right 3% top 45% !important; float:left;}
.i-sp .i-step3 .arrowR2{ background:none;}
.i-sp .i-step3 .arrowRL{background:url(../images/ect/wps/arrow-D.png) no-repeat left 42% bottom !important; float:left;}
.i-sp .i-step3 .arrowRL2{ background:none;}
.i-sp .i-step3 .arrowL{background:url(../images/ect/wps/arrow-L.png) no-repeat right 4% top 45% !important; float:right;  text-align:center !important;}
.i-sp .i-step3 .arrowC{background:url(../images/ect/wps/arrow-D.png) no-repeat 42% center !important;  width:100%; height:20px; padding:10px; font-size:0px; margin-top:-20px; /* position:absolute;  */text-align:center}
.i-sp .i-step3 .step-bg1{width:85%; margin:0 0 25px 0;  border-top-left-radius:7px; border-top-right-radius:7px; background:#b9daec; border:1px solid #9ec4d9; }
.i-sp .i-step3 .step-bg2{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b2dbe3 !important; border:1px solid #a1cad2;}
.i-sp .i-step3 .step-bg3{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b6cee5 !important; border:1px solid #9fbdd9;}
.i-sp .i-step3 .step-bg4{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b6c4e5 !important; border:1px solid #9eb0d8;}
.i-sp .i-step3 .step-bg5{background:#b9daec !important; border:1px solid #9ec4d9;}
.i-sp .i-step3 li .step-tit{text-align:center; padding:0px; line-height:40px; font-size:17px; color:#263e53; font-weight:bold;}
.i-sp .i-step3 li .step-con{background:url(../images/ect/wps/c-step_bg3.png) no-repeat center top; margin:3px; padding:10px; height:80%;  min-height:calc(100vh -40px); }
.i-sp .i-step3 li .step-con dt{text-align:center; border-bottom:1px dashed #b8bbc0; line-height:40px; font-size:16px; }
.i-sp .i-step3 li .step-con dd{text-align:center; line-height:21px; padding:10px 0 0; font-size:15px; }
.i-sp .i-step3 li .step-con .dd1{ height:30px; text-align:center; padding:20px 0 0; font-size:15px;}
.i-sp .i-step3 li .step-con .dd2{ height:40px; text-align:center; line-height:21px; padding:10px 0 0; font-size:15px; word-break:keep-all;}
.i-sp .i-step3 li .step-con ul{ width:100%; height:80px; margin:0 auto; text-align:center;}
.i-sp .i-step3 li .step-con li{ width:100%; text-align:center; line-height:80px; font-size:16px;}
.i-sp .i-step3 li .step-con .li_box1{ width:48.5%; height:35px; background:#fbfbfbf; border:1px solid #eee; text-align:center; line-height:35px; margin:2px 0 3px 0; font-size:13px;}
.i-sp .i-step3 li .step-con .li_box1-1{ width:48.5%; height:35px; background:#fbfbfbf; border:1px solid #eee; text-align:center; line-height:18px; margin:2px 0 3px 0; font-size:13px;}
.i-sp .i-step3 li .step-con .li_box2{ width:48.5%; height:35px; background:#eee; border:1px solid #e3e3e3; text-align:center; line-height:35px; margin:2px 0 3px 0; font-size:13px;}


.i-sp .i-step5{width:100%; display:inline-block; margin:5px 20px;}
.i-sp .i-step5 li{ width:20%; margin:0.5% 0; padding:0px; text-align:center !important; }
.i-sp .i-step5 .arrowR{background:url(../images/ect/wps/arrow-R.png) no-repeat right 3% top 45% !important; float:left;}
.i-sp .i-step5 .arrowR2{ background:none;}
.i-sp .i-step5 .arrowRL{background:url(../images/ect/wps/arrow-D.png) no-repeat left 42% bottom !important; float:left;}
.i-sp .i-step5 .arrowRL2{ background:none;}
.i-sp .i-step5 .arrowL{background:url(../images/ect/wps/arrow-L.png) no-repeat right 4% top 45% !important; float:right;  text-align:center !important;}
.i-sp .i-step5 .arrowC{background:url(../images/ect/wps/arrow-D.png) no-repeat 42% center !important;  width:100%; height:20px; padding:10px; font-size:0px; margin-top:-20px; /* position:absolute;  */text-align:center}
.i-sp .i-step5 .step-bg1{width:85%; margin:0 0 25px 0;  border-top-left-radius:7px; border-top-right-radius:7px; background:#b9daec; border:1px solid #9ec4d9; }
.i-sp .i-step5 .step-bg2{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b2dbe3 !important; border:1px solid #a1cad2;}
.i-sp .i-step5 .step-bg3{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b6cee5 !important; border:1px solid #9fbdd9;}
.i-sp .i-step5 .step-bg4{width:85%; margin:0 0 25px 0; border-top-left-radius:7px; border-top-right-radius:7px; background:#b6c4e5 !important; border:1px solid #9eb0d8;}
.i-sp .i-step5 .step-bg5{background:#b9daec !important; border:1px solid #9ec4d9;}
.i-sp .i-step5 li .step-tit{text-align:center; padding:0px; line-height:40px; font-size:17px; color:#263e53; font-weight:bold;}
.i-sp .i-step5 li .step-con{background:url(../images/ect/wps/c-step_bg.png) no-repeat center top; margin:3px; padding:10px 5px; height:80%;  min-height:calc(100vh -40px); }
.i-sp .i-step5 li .step-con2{background:url(../images/ect/wps/c-step_bg3_2.png) no-repeat center top; margin:3px; padding:10px; height:80%;  min-height:calc(100vh -40px); }
.i-sp .i-step5 li .step-con dt{text-align:center; border-bottom:1px dashed #b8bbc0; line-height:40px; font-size:16px; }
.i-sp .i-step5 li .step-con dd{text-align:center; line-height:21px; padding:10px 0 0; font-size:15px; }
.i-sp .i-step5 li .step-con2 ul{ width:100%; height:117px; margin:0 auto; text-align:center; line-height:18px; font-size:13px;}
.i-sp .i-step5 li .step-con2 .li1{ width:99.5%; height:35px; background:#fbfbfb; text-align:center; line-height:35px; font-size:13px; border:1px solid #eee; }
.i-sp .i-step5 li .step-con2 .li2{ width:49%; height:75px; background:#fbfbfb; text-align:center; line-height:75px; font-size:13px; border:1px solid #eee; float:left;}
.i-sp .i-step5 li .step-con2 .li3{ width:49%; height:35px; background:#fbfbfb; text-align:center; line-height:35px; font-size:13px; border:1px solid #eee; float:right;}
.i-sp .i-step5 li .step-con ul{ width:100%; height:117px; margin:0 auto; text-align:center; line-height:18px; font-size:13px;}
.i-sp .i-step5 li .step-con li{ width:100%; height:35px; background:#fbfbfb; text-align:center; line-height:35px; font-size:13px; border:1px solid #eee; margin:2px 0 3px 0; }

.btn_app{display: inline-block; margin-top:30px; padding: 10px 30px; background-color: #005696; color: #fff; text-align: center;}

.prg_ol1 .img1{height:170px; background:url(/wis/resources/images/ect/wps/ssfund.gif) no-repeat; margin:10px 0 0 20px;}
.prg_ol1 .img2{height:320px; background:url(/wis/resources/images/ect/wps/tfill.gif) no-repeat; margin:10px 0 0 20px;}

.prg_ol1 .img3{height:220px;}
.prg_ol1 .img3 .li1{ box-sizing:border-box; width:47%; height:200px; margin:1.5%; background:url(/wis/resources/images/ect/wps/brand_logo01.png) no-repeat left 50% top 50%; border:1px solid #d9d9d9; float:left}
.prg_ol1 .img3 .li2{ box-sizing:border-box; width:47%; height:200px; margin:1.5%; background:url(/wis/resources/images/ect/wps/brand_logo02.png) no-repeat left 50% top 50%; border:1px solid #d9d9d9; float:left}
.prg_ol1 .img3_s1{ background:url(../images/ect/wps/brand_logo01.png) no-repeat 50% 50%; background-size:135px;}
.prg_ol1 .img3_s2{ background:url(../images/ect/wps/brand_logo02.png) no-repeat 50% 50%; background-size:135px;}

.prg_ol1 .box1{ margin:10px; padding:10px 25px 8px 25px; border:1px dashed #d9d9d9; line-height:22px;}


.prg_ol1{width:98.2%; margin:-20px 10px 10px 10px;}
.prg_ol1 dl{ margin:5px 10px;}
.prg_ol1 dd{ line-height:20px; font-size:14px; text-align:justify; padding:0 15px;}
.prg_tit{background:url(../images/ect/wps/1.png) no-repeat left top 2px; padding:0 0 0 20px; margin-top:40px; font-size:18px;}
.prg_01 > span{background:url(../images/ect/wps/2.png) no-repeat left 10px top 15px; padding:10px 20px 0 25px; line-height:20px; font-size:15px; text-align:justify;}
.prg_02 ul{margin-bottom:7px;}
.prg_02 li{background:url(../images/ect/wps/3.png) no-repeat left 20px top 16px; padding:10px 20px 0 32px; line-height:17px; font-size:14px; text-align:justify; }
.prg_02_2 ol{margin:10px; padding:10px; background:#f4f8fa; border:1px dashed #c2d3dc;}
.prg_02_2 li{padding:7px 20px 0 20px; line-height:17px; font-size:14px; text-align:justify;}
.txt_ref{ font-size:13px; text-align:right; margin:5px 15px 15px 0;}
.prg_03{ padding:5px 20px 0 30px; line-height:20px; font-size:13px;}
.prg_03-1{ padding:5px 0 0 0; line-height:20px; font-size:13px;}
.prg_tb, .prg_tb2, .prg_tb3, .prg_tb4, .prg_tb5 {margin:0 20px;}
.prg_tb table, .prg_tb2 table, .prg_tb3 table, .prg_tb4 table, .prg_tb5 table{ width:100%; border-top:2px solid #44a3d9; border-spacing:0px;margin:10px 0 5px 0;}
.prg_tb table th, .prg_tb2 table th, .prg_tb3 table th {height:35px; background-color:#eff6fa; border-right:1px solid #c2d3dc; border-bottom:1px solid #c2d3dc; text-align:center; vertical-align:middle;}
.prg_tb4 table th, .prg_tb5 table th{height:25px; background-color:#eff6fa; border-right:1px solid #c2d3dc; border-bottom:1px solid #c2d3dc; text-align:center; vertical-align:middle;}
.prg_tb table th:last-child, .prg_tb2 table th:last-child, .prg_tb3 table th:last-child, .prg_tb4 table th:last-child, .prg_tb5 table th:last-child { border-right:0;}
.prg_tb table tr td{height:35px; background-color:#FFF; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2; text-align:center; vertical-align:middle;}
.prg_tb2 table tr td{height:35px; background-color:#FFF; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2; text-align:center; vertical-align:middle;}
.prg_tb2 table tr .td50{height:50px; background-color:#FFF; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2; text-align:center; vertical-align:middle;}
.prg_tb3 table tr td{ padding:10px; background-color:#FFF; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2; text-align:center; vertical-align:middle;}
.prg_tb4 table tr td{ padding:5px; background-color:#FFF; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2; text-align:right; vertical-align:middle;}
.prg_tb5 table tr td{ padding:5px; background-color:#FFF; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2; text-align:center; vertical-align:middle;}
.prg_tb table tr td:last-child, .prg_tb2 table tr td:last-child, .prg_tb3 table tr td:last-child, .prg_tb4 table tr td:last-child, .prg_tb5 table tr td:last-child { border-right:0;}
.prg_tb table ul{ margin:15px 20px 15px 0;}
.td_color{background:#f5f5f5 !important; font-weight:bold;}

/* .grp{height:335px;} */
/* .grp .li1{ box-sizing:border-box; width:54%; height:310px; margin:1.5%; border:1px solid #d9d9d9; float:left; text-align:center;} */
/* .grp .li2{ box-sizing:border-box; width:40%; height:310px; margin:1.5%; border:1px solid #d9d9d9; float:left; text-align:center;} */
/* .grp .li3{ box-sizing:border-box; width:47%; height:310px; margin:1.5%; border:1px solid #d9d9d9; float:left; text-align:center;} */
/* .grp .li4{ box-sizing:border-box; width:47%; height:310px; margin:1.5%; border:1px solid #d9d9d9; float:left; text-align:center;} */
/* .grp .li5{ box-sizing:border-box; width:50%; height:310px; margin:1.5% auto; border:1px solid #d9d9d9; text-align:center;} */

/* .grp2{ width:100%; height:440px; margin-top:30px;} */
/* .grp2 .li1{ box-sizing:border-box; width:80%; height:430px; margin:1.5% auto; border:1px solid #d9d9d9; text-align:center;} */

.bbox{width:100%; height:100%;}
.bbox .li1{ box-sizing:border-box; width:80%; height:100%; margin:30px auto; padding-bottom:20px; border:1px solid #d9d9d9; text-align:center;}
.bbox-2 .li1{ box-sizing:border-box; width:50%; height:100%; margin:30px auto; padding-bottom:20px; border:1px solid #d9d9d9; text-align:center;}
.bbox .li1 img{ width:750px;}
.bbox-2 .li1 img{ width:350px;}
.bbox2, .bbox3, .bbox4, .bbox5, .bbox6, .bbox7{width:100%; height:100%;}
.bbox3 .li1, .bbox4 .li1, .bbox5 .li1{margin:15px 10px 50px 20px;}
.bbox2 .li1, .bbox5 .li2, .bbox6 .li1, .bbox7 .li1{margin:15px 10px 10px 20px;}
.bbox2 img{ width:1010px;}
.bbox3 img{ width:480px;}
.bbox4 img{ width:970px;}
.bbox5 img, .bbox6 img{ width:1050px;}
.bbox7 img{width:1035px}

.tperson{width:94.6%; background-color:#ecf4f8; margin:50px 0 50px 0; padding:13px 30px; clear:both;}
.li_per1{ background:url(../images/ect/wps/ico_01.png) no-repeat left 5px top 2px; font-size:16px; padding-right:20px;}
.li_per1 .span1{line-height:30px; padding:0 20px 0 35px; color:#005696; font-size:17px;}
.li_per1 .span2{background:url(../images/ect/wps/ico_02.png) no-repeat left 5px top 0; padding-left:27px; font-size:15px;}
.tl{ text-align:left !important;}
.tl_20{ text-align:left !important; padding-left:20px !important;}
.tl_30{ text-align:left !important; padding-left:30px !important;}
.tc{ text-align:center !important;}
.tr{ text-align:right !important;}
.fw{ font-weight:bold; color:#333;}

.tt_ol1{ list-style:none; margin:5px 20px;}
.tt_li1{clear:both; box-sizing:border-box; width:100%; height:100%; display:inline-block; background-color:#FFF; border:1px solid #eee; padding:10px 0 5px 0;}
.tt_wbox1{box-sizing:border-box; width:160px; height:90px; margin:0px 20px; display:inline; float:left;}
.tt_wbox1 h3{margin:10px 0;}
.tt_box11{box-sizing:border-box; width:100%; height:40px; color:#495f72; text-align:center; background-color:#d2e9f6; border:1px solid #b9daec; padding:0 0 0 0;}
.tt_box21{box-sizing:border-box; width:100%; margin:15px 0; text-align:center; font-size:15px;}
.tt_box23{box-sizing:border-box; width:100%; margin:10px 0; text-align:center; font-size:15px;}
.tt_imgbox1{width:200px; height:90px; background:url(../images/ect/wps/ttico_01.png) no-repeat center; display:inline; float:left;}
.tt_imgbox2{width:200px; height:90px; background:url(../images/ect/wps/ttico_02.png) no-repeat center; display:inline; float:left;}
.tt_imgbox3{width:200px; height:90px; background:url(../images/ect/wps/ttico_03.png) no-repeat center; display:inline; float:left;}
.tt_imgbox4{width:200px; height:90px; background:url(../images/ect/wps/ttico_04.png) no-repeat center; display:inline; float:left;}
.tt_imgbox5{width:200px; height:90px; background:url(../images/ect/wps/ttico_05.png) no-repeat center; display:inline; float:left;}
.tt_box3{width:110px; height:90px; float:left; text-align:center; line-height:90px; font-size:16px; display:inline; float:left;}
.tt_ul1{box-sizing:border-box; height:90px; padding-left:75px; padding-top:5px; line-height:130%; display:inline; float:left;}
.tt_ul2{box-sizing:border-box; height:90px; padding-left:75px; padding-top:25px; list-style-type:square; line-height:130%; display:inline; float:left;}
.tt_ul3{box-sizing:border-box;height:90px; padding-left:75px; list-style-type:square; line-height:118%; display:inline; float:left;}
.tt_ul4{box-sizing:border-box;height:90px; padding-left:75px; padding-top:35px; list-style-type:square; line-height:130%; display:inline; float:left;}
.tt_ul1 li, .tt_ul2 li, .tt_ul3 li, .tt_ul4 li{ list-style-image:url(../images/ect/wps/3.png);}

.direction{width:98.2%; margin:10px;}
.direction .map{width:100%; height:500px; display:block; border:1px solid #eee; margin-bottom:30px;}
.direction .tb1{ width:100%; border-top:2px solid #44a3d9; border-spacing:0px;margin:30px 0;}
.direction .tb1 th {height:35px; background-color:#eff6fa; border-bottom:1px solid #c2d3dc; text-align:center; vertical-align:middle;}
.direction .tb1 tr td {text-align:left; padding-left:30px; border-bottom:1px solid #e2e2e2; border-right:0;}
.direction .tb2{ width:100%; border-top:2px solid #44a3d9; border-spacing:0px; margin-bottom:50px;}
.direction .tb2 th {height:35px; background-color:#eff6fa; border-right:1px solid #c2d3dc; border-bottom:1px solid #c2d3dc; text-align:center; vertical-align:middle;}
.direction .tb2 th:last-child, .direction .tb2 tr td:last-child{ border-right:0;}
.direction .tb2 tr td {height:35px; text-align:center; border-right:1px solid #f0f0f0; border-bottom:1px solid #e2e2e2;}
.direction .tb2 ul{margin:10px 20px;}
.direction .tb2 ul li{background:url(../images/ect/wps/3.png) no-repeat left top 10px; padding:4px 0 0 15px; line-height:17px; font-size:14px; text-align:left; }
.direction .tb2 dd, .direction .textLeft{ text-align:left; padding:5px 15px;} 

.pop_bg{position:relative; background:url(../images/ect/pop_bg.jpg) no-repeat center;}
.pop_tit{position:absolute; width: 410px;height: 45px; color:#fff; font-size:24px; line-height:45px; text-align:center; top:20px; left:20px;}
.pop_con{position:absolute; width: 390px;height: 280px;top:105px; left:40px;}
.pop_con_tit{ background:url(../images/ect/pop_ico.gif) no-repeat 0 10px; color:#006598; font-size:16px; line-height:30px; padding-left:10px;}
.pop_con_txt{ color:#333; font-size:16px; line-height:24px; }

.policy{margin-top:-20px; padding:0 10px;}
.policy .tit1{ display:block; color:#005696; font-family:'NanumBarunGothic'; font-size:16px; font-weight:bold; line-height:22px; margin-top:30px}
.policy .tit2{ display:block; color:#545454; font-size:14px; font-weight:bold; margin-top:20px;}
.policy .desc{color:#666; font-size:13px; line-height:18px; margin-top:10px; text-align:justify}
.list_1depth li{list-style:none; font-size:13px; line-height:20px}
.list_1depth{color:#666; padding-left:17px; margin-top:9px; text-align:justify}
.list_2depth li{list-style:none; font-size:13px; line-height:20px}
.list_2depth{color:#666; padding-left:20px; margin:3px 0; text-align:justify}
.txt_num{width:16px; display:inline-block ; margin-left:-15px; color:#666; font-size:13px; line-height:18px;}

.privacy{ padding:0 10px;}
.privacy .box{border:1px solid #d9d9d9; padding:12px 20px 10px 20px; line-height:22px;margin-top:10px;}
.privacy .tit_bk{text-align: center; padding: 10px; background-color: #d4eaf7; width: 100%; margin-bottom: 10px;} 
.privacy .tit_jo{ display:block; color:#005696; font-size:15px; font-weight:bold; margin-top:40px;}
.privacy .tit_jo img{ height: 30px; margin-right: 6px;}
.privacy .tit_1{ display:block; font-size:21px; font-weight:bold; margin-top:20px;}
.txt_c1{color:#379cd6; font-size:13px;}
.privacy .list_2depth{padding-left:15px !important;}
.privacy .list_2depth li{list-style:disc;}
.privacy .list_2depth .txt_num{ width:10px; margin-left:-15px !important;}
.privacy .txt_p{margin-top:12px}
.privacy .txt_point{font-weight:bold;font-size:16px; color:#5786cd;text-decoration:underline;}
.privacy .btn1 {color:#1289d5; border:1px solid #1289d5; padding:2px; margin:0 6px;}

.verBox {margin-top:50px;}
.verBox .h2 {text-align:right; font-weight:bold;}
.verBox .verBoxList li {text-align:right; padding:2px 0px}
.verBox ul li .on a {color:#005696; font-weight:bold;}

.linkR {background:url(../images/privacy/icon_link_plus.png) 0 13px no-repeat; height:30px; padding:15px 0px 0px 25px; color:#000; font-weight:600;text-decoration: underline;	float:right}

.guid_infoLabel {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-top:40px; margin-bottom:2em;}
.guid_infoLabel .label_info {position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; border: 1px solid #ccc; width: calc(100% / 3 - 11px); margin : 0 -1px -1px 0; text-align: center; padding: 30px 5px;}
.guid_infoLabel .label_info .tit1 {position:relative; font-size: 17px; font-weight: 600; color: #4576da; margin-top:18px;}
.guid_infoLabel .label_info .tit1:after {content:''; display:block; margin:10px auto; width:1.6rem; height:1px; background: #4576da;}
@media screen and (max-width:640px) {
.guid_infoLabel .label_info {width: calc(100% / 2 - 11px);}
}

.guid_infoList {display: flex; flex-wrap: wrap; position: relative;  margin-top:40px;}
.guid_infoList ul {display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; width: 100%; gap:10px 0;}
.guid_infoList ul li {position: relative; display: flex; flex-direction: row; justify-content: flex-start; width: calc(100% / 2); text-align: left; letter-spacing: -1px; align-items:flex-start;}
.guid_infoList ul li a {font-size:16px; font-weight: 600; display: flex; align-items: center; gap:18px; flex-grow:1; color: #4576da;}
.guid_infoList ul li a:hover, .guid_infoList ul li:focus {color: #4576da; cursor:pointer;}
@media screen and (max-width:940px) {
.guid_infoList ul {gap:10px;}
.guid_infoList ul li {width: calc(100%);}
}
.guid_infoList ul li.new  a{position:relative;}
.guid_infoList ul li.new  a::before{display:block; content:""; width: 38px; height: 19px; position:absolute; top:9px; left:-12px; background:url(../images/privacy/new.png) no-repeat ;}

.find_id_tit{width:40%; height:300px; background:url(../images/common/find_id.png) no-repeat left center; float:left;}
.find_pw_tit{width:40%; height:300px; background:url(../images/common/find_pw.png) no-repeat left center; float:left;}
.result_txt{font-size:15px; color:#e87100; padding-left:5px;}

@media ( max-width :1130px){
.bbox2 .li1 img, .bbox5 .li1 img{ width:100%;}
}

@media ( max-width :1050px){
.bbox-2 .li1 img, .bbox4 .li1 img, .bbox5 .li2 img, .bbox6 .li1 img{ width:100%;}
}

@media ( max-width :1024px){
.bbox .li1 img, .bbox .li2 img, .bbox7 .li1 img{ width:100%;}
}

@media ( max-width :550px){
.bbox3 .li1 img{ width:100%;}
.prg_ol1 .img3_s1{background:url(../images/ect/wps/brand_logo01.png) no-repeat 50% 50%; background-size: 70% ;}
.prg_ol1 .img3_s2{background:url(../images/ect/wps/brand_logo02.png) no-repeat 50% 50%; background-size: 70% ;}

/*검색조건 */
.search-box .w2tb .w2tb_th, .search-box .w2tb .w2tb_td{display:block !important;}
.search-box .cw1{display:inline-block; width: 95% !important; margin-left: 0px;}
.search-box .cw2{display:inline-block; width: 95% !important; margin-left: 0px;}
.search-box .cw3{display:inline-block; width: 95% !important; margin-left: 0px;}
.search-box .cw4{display:inline-block; width: 95% !important; margin-left: 0px;}
.search-box .cw5{display:inline-block; width: 95% !important; margin-left: 0px;}
.search-box .cw6{display:inline-block; width: 95% !important; margin-left: 0px;}
.search-box .cw8{display:inline-block; width: 95% !important; margin-left: 0px;}
}
