@charset "utf-8"; /* encoding */

/* Import
================================== */
/* @import"../hack.css"; */

/* All Elements Margin&Padding Init
================================== */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url(../fonts/Roboto-Thin.woff) format("woff"),
    url(../fonts/Roboto-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"),
    url(../fonts/Roboto-Light.woff) format("woff"),
    url(../fonts/Roboto-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url(../fonts/Roboto-Regular.woff) format("woff"),
    url(../fonts/Roboto-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(../fonts/Roboto-Medium.woff) format("woff"),
    url(../fonts/Roboto-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(../fonts/Roboto-Bold.woff) format("woff"),
    url(../fonts/Roboto-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"),
    url(../fonts/Roboto-Black.woff) format("woff"),
    url(../fonts/Roboto-Black.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: "Roboto", helvetica, sans-serif;
}

/* Font Settings
================================== */
body {
  background: #ffffff;
  /*color:#363636;*/
}
body.popup {
  background-color: #f0f4f8;
}

body,
select,
textarea,
input,
button {
  font-size: 12px; /* 기본 글씨 크기를 11픽셀로 지정 */
  line-height: 1.4;
}
#wrap {
  margin-bottom: 76px;
  width: 960px;
}
.popup #wrap {
  width: auto;
}
#wrap > div {
}
#wrap > header,
#wrap > main,
#wrap > footer {
}
h1 {
}
h2,
h3,
input,
select,
textarea {
  vertical-align: middle;
}
.state-scaleup {
  font-size: 1.2em;
}

/* Wrap Settings
================================== */
#wrap > #wrap-west {
  float: left;
  width: 20px;
  height: 100%;
  position: absolute;
  z-index: 1111;
}
#wrap > #wrap-east {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  left: 20px;
}
#wrap > #wrap-west.west-open {
  width: 400px;
}
.west-open-icon {
  background: url(./image/main-open.png) no-repeat 0 0;
  cursor: pointer;
  width: 20px;
  height: 130px;
  position: absolute;
  cursor: pointer;
}
#wrap > #wrap-west.west-open .west-open-icon {
  background: url(./image/main-close.png) no-repeat 0 0;
}
.wrap-content {
  margin: 10px 5px 5px 20px;
  padding: 5px;
  border: 2px solid #f8981d;
  background: #ffffff;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
.wrap-pin-content {
  margin: 5px;
  margin-top: 10px;
  padding: 5px;
  background: #ffffff;
  border: 2px solid #f8981d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#wrap-west .search {
  padding: 5px;
}
#wrap-west .search table {
  width: 100%;
}
#wrap-west .search table th {
  padding: 1px 15px 1px 5px;
}
#wrap > #wrap-west.west-pin {
  width: 400px;
  background-image: none;
}
.west-pin-icon {
  background: url(./image/main-pin.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
}
.wrap-pin-content .west-pin-icon {
  background: url(./image/liicons.png) no-repeat -438px -76px;
}
.wrap-pin-content .west-pin-icon:hover {
  background-position-x: -418px;
}
#wrap > #wrap-east.west-pin {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  left: 400px;
}
#wrap > #wrap-south {
  position: fixed;
  bottom: 58px;
  width: 100%;
}
#wrap > #wrap-west > div {
  float: none;
  width: auto;
}
#wrap > #wrap-west > main {
  margin: 0 5px;
}
.x-relation-wrap {
  white-space: nowrap;
  padding-right: 48px; /* x-relation 의 width 만큼 padding 을 준다. (-2 한 건 우측 라인 정렬하기 위해서)*/
}
.x-relation-wrap > div {
  display: inline-block;
  margin-right: -5px; /* inline-block 지정으로 인한 margin 제거 */
  min-height: 100%;
  float: none !important;
  vertical-align: middle;
}
.x-relation-wrap > div:last-child {
  vertical-align: top; /* height 가 작은 쪽을 top 으로 정렬해야 x-relation 이 middle 정렬된다. */
}
.x-relation-wrap .x-relation {
  width: 48px;
}
.x-relation ul li {
  list-style-type: none;
  text-align: center;
  line-height: 3em;
}
#wrap > #wrap-south.zoom {
  position: relative;
  bottom: 0px !important;
}

/* Positioning
================================== */
div,
dl,
ul,
h2,
h3,
span {
  position: relative;
}
span.x-icon {
  position: absolute;
}
/* float */
dl dt,
dl dd,
.title h1,
.title h3,
.caption-pnl h2,
.fl {
  float: left;
}
.fr {
  float: right;
}
/* float-clear */
main:after,
footer:after,
.colgroup-wrap:after,
.title:after,
.caption-pnl:after,
dl:after,
.empty-pnl:after,
#wrap > #wrap-south:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  clear: both;
}
.selection-grp {
  margin: 0;
  padding: 0;
}
.text-r {
  text-align: right !important;
}
.text-c {
  text-align: center !important;
}
.text-point {
  color: #f48974;
}

/* HTML Elements
================================== */
table {
}
table th {
  text-align: left;
  line-height: 1.2em;
  height: 24px;
}
table td {
  text-align: left;
  line-height: 1.2em;
  height: 24px;
}
dl dt,
dl dd {
  width: auto;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
dl dt {
  padding: 3px 3px 0;
  height: 24px;
}
dl dt.state-required,
dl dt.state-help,
dl dt.state-required.state-help {
  padding-right: 13px;
}
dl dt.stated-required,
dl dt.state-help,
dl dt.stated-required.state-help {
  padding-right: 13px;
}
dl dd {
  padding: 0 2px;
  height: 24px;
}
dl.inside-table {
  display: inline-table;
  vertical-align: middle;
}
.table-pnl table dl.inside-table dt {
  background: #eeeeee;
  padding: 3px 8px;
  border-left: 1px solid #d6d6d6;
  font-weight: bold;
  color: #313131;
}
dl.dl-text dt,
dl.dl-text dd {
  padding: 3px 3px 0;
  vertical-align: middle;
  line-height: 1.8em;
}
.caption-pnl dl.dl-text {
  /* margin-top:0; */
  top: 0;
}

/* Form Element
================================== */
input[type="text"],
input[type="password"] {
  border: 1px solid #d5d5d5;
  padding: 1px 2px 3px;
  text-align: left;
  background: #ffffff;
  vertical-align: middle !important;
  height: 26px;
  line-height: 18px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}
input[type="radio"] {
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #196584;
  margin-bottom: 2px;
}
input + input,
input + button,
button + input,
input + select,
select + input,
input + span,
span + input,
input + textarea,
textarea + input,
button + button,
button + select,
select + button,
button + span,
span + button,
button + textarea,
textarea + button,
select + select,
select + span,
span + select,
select + textarea,
textarea + select,
span + textarea,
textarea + span,
textarea + textarea {
  margin-left: 4px !important;
}

span.selection-grp input + button {
}
.title .buttonset.fr button + button {
  margin-left: -1px !important;
}
select {
  padding: 1px;
  margin: 0;
  vertical-align: middle !important;
  height: 22px;
  line-height: 18px;
  padding: 0 0 0 5px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
}
textarea {
  border: 1px solid #d6d5d5;
  padding: 1px 2px 2px;
  text-align: left;
  background: #ffffff;
  vertical-align: middle !important;
  width: 98%;
}
textarea.state-required {
  font-weight: normal;
}
textarea.stated-required {
  font-weight: normal;
}
textarea.state-error-required {
  font-weight: normal;
}
input[disabled],
select[disabled],
textarea[disabled] {
  color: #222;
  border: 1px solid #d9d9d9;
  background: #f9f9f9 !important;
}
.x-byte-size {
  margin: 2px 0;
  width: 100%;
  display: block;
  text-align: right;
}
em {
  font-weight: bold;
  font-style: normal;
}

/* Button 
================================== */
button {
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: none;
  vertical-align: middle;
  border: none;
}
.button:hover {
  text-decoration: none;
}
/* 조회 */
.dosearch {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background: #a1a1a1;
  color: #ffffff;
  box-sizing: border-box;
  width: 75px;
  height: 26px;
  padding: 0 13px;
  line-height: 20px;
  font-size: 12px;
}
[data-theme="CLT01"] .dosearch {
  background: #00ace7;
}
.search .buttonset,
.search-pnl .buttonset {
  right: 0px;
  position: absolute;
  margin-right: 5px;
  top: 6px;
}
.search .buttonset button.dosearch {
}
.doaction.clear {
  width: 75px;
}
.search .buttonset button.icon-initialize,
.search-pnl .buttonset button.icon-initialize {
  border: 1px solid #a1a1a1;
  background: #a1a1a1 url(./image/img-common.png) no-repeat 13px -445px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 26px;
  padding: 0 20px;
  line-height: 24px;
}
/* 조회버튼 - 다국어 */
.dosearch:lang(ko_KR) {
  /* background:url(./image/icons-ko.png) no-repeat 0 0; */
}
.dosearch:lang(en_US) {
  /* background:url(./image/icons-en.png) no-repeat 0 0; */
}
.dosearch:lang(in_ID) {
  /* background:url(./image/icons-in.png) no-repeat 0 0; */
}
.dosearch:lang(ja_JP) {
  /* background:url(./image/icons-ja.png) no-repeat 0 0; */
}
.dosearch:lang(tr_TR) {
  /* background:url(./image/icons-tr.png) no-repeat 0 0; */
}
.dosearch:lang(zh_CN) {
  /* background:url(./image/icons-zh.png) no-repeat 0 0; */
} /* <-- 추후 css 분리 */

/* 로직버튼 */
.doaction-point {
  width: 75px;
  height: 26px;
  padding: 3px 13px;
  border: 0 none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  /*margin-bottom:3px;*/
}
[data-theme="CLT01"] .doaction-point {
  background: #fbbf1c;
  border: 1px solid #fbbf1c;
  color: #333;
}

.doaction {
  height: 26px;
  line-height: 20px;
  padding: 3px 13px;
  border: 0 none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
  white-space: nowrap;
}

[data-theme="CLT01"] .doaction {
  background: #150d41;
  border: 1px solid #150d41;
  color: #ffffff;
}

.doaction.small,
.doaction-point.small,
.doaction.xbig {
  padding: 0 6px;
  width: auto;
  min-width: 22px;
}
.doaction.big,
.doaction-point.big {
  width: 120px;
}
button.type-a {
  background: #80b7d6;
  border: 1px solid #619cbe;
}
button.type-a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 5px -1px 0px;
  background: url(./image/img-common.png) no-repeat -200px -750px;
}
button.type-a.state-disabled:before {
  background-position-x: -250px;
}
button:hover {
  /* -moz-opacity:.85;
    opacity:.85; */
}
.dolink:hover,
.dosubmit:hover,
.doaction:hover,
.dofile:hover {
}
.doaction.state-current {
  background: #ffffff;
  border: solid 1px #4d86c4;
  color: #4d86c4;
  box-shadow: 1px 1px 2px #b1b1b1;
}
/* 파일 */
.dofile {
}
.dofile:hover {
}
label.dofile {
  cursor: pointer;
  padding: 2px 4px;
  vertical-align: middle;
}
label.dofile.state-disabled {
}
label.dofile + button,
button + label.dofile,
label.dofile + label.dofile {
  margin-left: 2px;
}
/*  Detailed Search */
.de-search {
  color: #979798;
  text-decoration: underline;
  background: url(./image/de-search-icon.png) no-repeat 0 3px;
  padding-left: 20px;
  margin-right: 30px;
  line-height: 22px;
  font-weight: bold;
}
.de-search:after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 120px;
  width: 9px;
  height: 5px;
  background: url(./image/img-common.png) no-repeat -50px 0px;
}
.de-search.state-current {
  background: url(./image/de-search-icon2.png) no-repeat 0 3px;
  color: #363636;
}
.de-search.state-current:after {
  background-position: -50px -200px;
}
/* button-icon */
button[class^="icon-"] {
  background-image: url(./image/img-common.png);
  background-position-y: -550px;
  width: 16px;
  height: 16px;
}
button[class^="icon-"].c-g {
  background-position-y: -400px;
}
button[class^="icon-"].c-w {
  background-position-y: -450px;
}
button[class^="icon-"].c-b {
  background-position-y: -500px;
}
button[class^="icon-"].state-disabled,
button[class^="icon-"].state-disabled:hover,
button[class^="icon-"][disabled],
button[class^="icon-"][disabled]:hover {
  background-position-y: -600px;
  -moz-opacity: 1;
  opacity: 1;
}
table button[class^="icon-"] {
  border: none;
  background-color: transparent !important;
}
/* 돋보기 */
.icon-search {
  background-position-x: -50px;
}
.icon-search.state-error {
  background: url(./image/liicons.png) no-repeat -22px -250px !important;
  width: 21px;
  height: 20px;
  border: none !important;
  padding-left: 0;
}
/* 초기화 */
.icon-initialize {
  background-position-x: 0;
}
/* 계산기 */
.icon-calculator {
}
/* 설정 */
.icon-setting {
  background-position-x: -550px;
}
/* first */
.icon-first {
  background-position-x: -200px;
}
/* last */
.icon-last {
  background-position-x: -250px;
}
/* prev */
.icon-prev {
  background-position-x: -100px;
}
/* next */
.icon-next {
  background-position-x: -150px;
}
/* help */
.icon-help {
  background-position-x: -176px;
}
/* link */
.icon-link {
}
/* action */
.icon-action {
}
/* plus */
.icon-plus {
  background-position-x: -450px;
}
/* minus */
.icon-minus {
  background-position-x: -500px;
}
/* up */
.icon-up {
  background-position-x: -350px;
}
/* down */
.icon-down {
  background-position-x: -400px;
}
/* updown */
.icon-updown {
  background-position-x: -600px;
}
/* data */
.icon-data {
  background-position-x: -650px;
}
/* multi-popup */
.icon-mpopup {
  background-position-x: -700px;
}
/* file-upload */
.icon-fileup {
  background-position-x: -800px;
}
/* file-download */
.icon-filedown {
  background-position-x: -750px;
}
/* attached file */
.icon-attachedfile {
  background-position-x: -850px;
}
/* grid extend */
.icon-h-extend {
  background-position: -350px -100px !important;
  width: 18px !important;
  height: 18px !important;
}
.icon-h-extend.state-disabled {
  background-position-x: -500px !important;
}
.icon-w-extend {
  background-position: -450px -100px !important;
  width: 18px !important;
  height: 18px !important;
}
.icon-w-extend.state-disabled {
  background-position-x: -550px !important;
}
/* grid reduce */
.icon-h-reduce {
  background-position: -350px -200px !important;
  width: 18px !important;
  height: 18px !important;
}
.icon-h-reduce.state-disabled {
  background-position-x: -500px !important;
}
.icon-w-reduce {
  background-position: -450px -200px !important;
  width: 18px !important;
  height: 18px !important;
}
.icon-w-reduce.state-disabled {
  background-position-x: -550px !important;
}
/* icon-color-button */
.icon-blue {
  background: url(./image/icon-blue.png) no-repeat 0 0 !important;
  width: 9px;
  height: 9px;
  border: none !important;
  padding-left: 0;
}
.icon-green {
  background: url(./image/icon-green.png) no-repeat 0 0 !important;
  width: 9px;
  height: 9px;
  border: none !important;
  padding-left: 0;
}
.icon-yellow {
  background: url(./image/icon-yellow.png) no-repeat 0 0 !important;
  width: 9px;
  height: 9px;
  border: none !important;
  padding-left: 0;
}
.icon-red {
  background: url(./image/icon-red.png) no-repeat 0 0 !important;
  width: 9px;
  height: 9px;
  border: none !important;
  padding-left: 0;
}
/* ellipsis */
.icon-ellipsis {
}
/* number */
.empty-pnl.number {
  border-bottom: solid 1px #0a5ca9;
}
.empty-pnl.number .numbt {
  min-width: 38px;
  padding: 6px 20px;
  text-align: center;
  color: #7a7b7c;
  background: #f3f2f2;
  border-top: #dedede solid 1px;
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
  border-bottom: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 0 !important;
  margin-right: -1px;
  height: 28px;
  font-weight: bold;
  text-decoration: none;
}
.empty-pnl.number .numbt.state-current {
  color: #ffffff;
  background: #0a5ca9;
  border-color: #0a5ca9;
}
.empty-pnl.number .icon-first {
  margin-left: 25px;
  margin-right: 10px;
  margin-top: 5px;
}
.empty-pnl.number .icon-last {
  margin-right: 25px;
  margin-left: 10px !important;
  margin-top: 5px;
}

/* #Wrap
================================== */
#wrap > header {
  margin: 0 0;
  padding: 0 15px;
  padding: 5px 0px 0 25px;
}
#wrap > main {
  padding: 0 30px;
  padding: 0 65px;
  padding: 0px 0px 60px 25px;
}
.popup header {
  /* padding: 15px 30px 0 !important;
  padding: 5px 30px 0 !important; */
  padding: 0px 30px !important;
  background-color: #F0F4F8;
}
.popup main {
  padding: 0 30px !important;
}

.popup section {
  background-color: #F0F4F8;
}

.popup footer {
  /* padding: 10px 0 10px !important; */
  padding: 24px;
  /* width: 100%; */
  width: auto;
  border-radius: 0px 0px 24px 24px;
  border-top: none;
  display: flex;
  right: 0px;
  justify-content: end;
  background-color: #F0F4F8;
}
.popup footer .buttonset.fl {
  padding-left: 30px;
}
.popup footer .buttonset.fr {
  padding-right: 30px;
}
.popup footer .buttonset button {
  margin: 0;
}

/* Header
================================== */
/* Header */
header {
  z-index: 11;
  background: #ffffff;
  position: relative;
}
/* title */
.title {
  height: 15px;
  background: #ffffff;
  z-index: 9;
  width: 100%;

  display: none;
}
.title h1 {
  font-size: 11px;
  color: #9a9a9a;
  font-weight: bold;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.title.bread {
  z-index: 9;
  margin-left: 0;
}
.title.bread h1 {
  color: #9a9a9a;
  font-weight: bold;
}
.breadcrumb {
  color: #9a9a9a;
  font-weight: normal;
  font-size: 11px;
}
.title .buttonset.fr {
  margin-top: 5px;
}
/* screen-title */
.screen-title {
  margin-top: 5px;
  margin-bottom: 10px;
  height: 30px;
}
.screen-title h3 {
  color: #150d41;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  float: left;
}
.screen-title .buttonset {
  margin-top: 3px;
}
.screen-title button[class^="do"] {
  height: 26px;
  padding: 0px 4px;
  line-height: 24px;
  min-width: 75px;
  font-size: 12px;
  font-weight: bold;
}
/* toolbar-pnl */
.toolbar-pnl {
  position: absolute;
  right: 0;
  top: 2px;
}
.toolbar-pnl ul li {
  float: left;
  list-style-type: none;
}
.toolbar-pnl ul li span {
  margin-left: 2px;
  cursor: pointer;
}
.toolbar-pnl ul li span[class^="toolbar-"] {
  background-image: url(./image/img-common.png);
  background-position-y: -650px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  float: right;
  top: 2px;
}
/* reload */
.toolbar-reload {
  background-position-x: 0px;
}
/* minimize */
.toolbar-minimize {
  background-position-x: -50px;
}
/* casecade */
.toolbar-casecade {
  background-position-x: -100px;
}
/* close */
.toolbar-close {
  background-position-x: -150px;
}
/* search-pnl */
.search-pnl {
  margin-bottom: 10px;
  border-top: 2px solid #150d41;
}

.search-pnl.alert {
  border-top: 1px solid #150d41 !important;
  border-bottom: 1px solid #150d41 !important;
}
.search-pnl.alert:after {
  content: "";
  width: 15px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  background: url(./image/img-common.png) no-repeat -200px -700px;
}
/* search-pnl alert-top */
.search-pnl.alert-t-line {
  border-top: 1px solid #559bdd !important;
}
.search-pnl.alert-t-line tr:first-child {
  border-top: none;
}
/* search-pnl alert-bottom */
.search-pnl.alert-b-line {
  border-bottom: 1px solid #559bdd !important;
}
.search-pnl.alert-b-line tr:last-child {
  border-bottom: none;
}
/* search */
.search {
  /*  background:#f1f9fd;*/
}
header .search tr > *:first-child {
}
header .search tr > *:last-child {
  padding-right: 25px !important;
}
/* .search > table  th:first-child, .search > table td:first-child , .search > table td:first-child  .selection-grp, .search > table td:first-child  .selection-grp input:first-child{
	margin-left:0 !important;
	padding-left:0 !important;
} */
.search > table td:first-child .selection-grp,
.search > table td:first-child .selection-grp input:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
section > .search {
  margin: 5px 5px 10px;
}
.title + .closable-pnl .closable-content .search {
}
.search table {
  width: 100%;
  min-height: 35px;
  border-collapse: collapse;
}
.search table tr,
.search table dl {
  min-height: 34px;
}
.search dl {
  width: 100%;
  min-height: 35px;
}
.search table dl {
  padding: 0;
}
.search table dl dt {
  height: auto;
}
.search table dl dd {
  margin: 0 5px 0 0;
}
.search dt {
  width: auto;
  margin: 2px 0px 2px 5px;
  padding: 2px 15px 0 10px;
}
.search dd {
  width: auto;
  margin: 2px 5px 2px 0;
}
.search table th {
  word-break: break-all;
  argin: 2px 5px;
  padding: 1px 15px 1px 10px;
  white-space: nowrap;
  text-align: left;
}
[data-theme="CLT01"] .search table th {
  background: #dae6eb;
  border-bottom: 1px solid #bfd0d7;
}
.search table td {
  margin: 2px 5px;
  padding: 5px 10px 4px 12px;
}
[data-theme="CLT01"] .search table td {
  border-bottom: 1px solid #bfd0d7;
}
.search table th,
.search table th span,
.search dt,
.search dt span {
  font-weight: bold;
  color: #313131;
}
.search .selection-grp {
  color: #313131;
}
.search .claim-search-navigation {
  position: absolute;
  top: 10px;
  right: 75px;
  margin: 0;
}
header .table-pnl.to-do {
}
header .table-pnl.to-do label:hover {
  cursor: pointer !important;
}
header .table-pnl.to-do th {
  padding-left: 30px;
  padding-right: 30px;
  height: 29px;
  background: #f8f8f8;
}
header .table-pnl.to-do th:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  width: 4px;
  height: 7px;
  margin-top: -4px;
  background: url(./image/to-do-icon.png) no-repeat 0 0;
}
header .table-pnl.to-do td {
  padding-left: 18px;
  font-size: 14px;
  font-weight: bold;
}
header .table-pnl.to-do td .label-grp + .label-grp {
  margin-left: 22px;
}
header .table-pnl.to-do td .label-grp .text-point {
  margin-left: 6px;
}
header .table-pnl,
header .table-pnl + .table-pnl {
  margin: 0;
}
header .table-pnl tr {
  border-bottom: none;
}
header .search + .table-pnl {
  margin-top: -1px;
  border: none;
  border-top: none;
  margin: 0;
}
header .search + .table-pnl tr {
  border: none;
}
header .table-pnl.sub {
}
header .table-pnl.sub th,
header .table-pnl.sub td {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #363636;
  background: #ffffff;
}
header .table-pnl.sub th {
  margin: 2px 5px;
  padding-right: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #e4e4e4;
}
header .table-pnl.sub td {
  margin: 2px 5px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 2px;
}
header .table-pnl.sub tr > *:first-child {
  /*padding-left:30px !important;*/
}
header .table-pnl.sub tr > *:last-child {
  padding-right: 5px !important;
}
header .table-pnl.sub > table td:first-child .selection-grp,
.header .table-pnl.sub > table td:first-child .selection-grp input:first-child {
  margin-left: 0;
  padding-left: 0;
}
header .table-pnl.sub tr + tr {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
}
header .table-pnl.form {
  left: 0;
  z-index: 2;
  height: auto;
  line-height: normal;
  padding: 0 !important;
  margin: 0;
  background: #f3f2f2;
  box-sizing: border-box;
}
header .table-pnl.form tr > *:first-child {
  padding-left: 30px;
}
header .table-pnl.form tr > *:last-child {
  padding-right: 25px;
}
header .table-pnl.form td {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 24px;
  padding-left: 2px;
  background: #f3f2f2;
}
header .table-pnl.form tr:first-child {
  border-top: none;
}
header .table-pnl.form tr + tr {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
}
header .search-pnl .search table .box-r:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  margin-left: 30px;
  background: url(./image/search-icon-next.png) no-repeat 0 center !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  top: 0;
  bottom: 0;
}
header .search-pnl th.co-w,
header .search-pnl td.co-w {
  /* background: #ffffff; */
}

/* main
================================== */
/* colgroup (기존)*/
.colgroup-wrap {
  margin: 5px 0 0 0;
}
main .colgroup-wrap:first-child {
  margin: 0;
}
/* colgroup (변경)*/
/* columns: 2 */
.colgroup-1-2,
.colgroup-2-4,
.colgroup-3-6,
.colgroup-4-8,
.colgroup-5-10,
.colgroup-6-12,
.colgroup-wrap .colgroup-wrap .colgroup-1-2,
.colgroup-wrap .colgroup-wrap .colgroup-2-4,
.colgroup-wrap .colgroup-wrap .colgroup-3-6,
.colgroup-wrap .colgroup-wrap .colgroup-4-8,
.colgroup-wrap .colgroup-wrap .colgroup-5-10,
.colgroup-wrap .colgroup-wrap .colgroup-6-12 {
  width: 50%;
}
/* columns: 3 */
.colgroup-1-3,
.colgroup-2-6,
.colgroup-3-9,
.colgroup-4-12,
.colgroup-wrap .colgroup-wrap .colgroup-1-3,
.colgroup-wrap .colgroup-wrap .colgroup-2-6,
.colgroup-wrap .colgroup-wrap .colgroup-3-9,
.colgroup-wrap .colgroup-wrap .colgroup-4-12 {
  width: 33.33333%;
}
.colgroup-2-3,
.colgroup-4-6,
.colgroup-6-9,
.colgroup-8-12,
.colgroup-wrap .colgroup-wrap .colgroup-2-3,
.colgroup-wrap .colgroup-wrap .colgroup-4-6,
.colgroup-wrap .colgroup-wrap .colgroup-6-9,
.colgroup-wrap .colgroup-wrap .colgroup-8-12 {
  width: 66.66667%;
}
/* columns: 4 */
.colgroup-1-4,
.colgroup-2-8,
.colgroup-3-12,
.colgroup-wrap .colgroup-wrap .colgroup-1-4,
.colgroup-wrap .colgroup-wrap .colgroup-2-8,
.colgroup-wrap .colgroup-wrap .colgroup-3-12 {
  width: 25%;
}
.colgroup-3-4,
.colgroup-6-8,
.colgroup-9-12,
.colgroup-wrap .colgroup-wrap .colgroup-3-4,
.colgroup-wrap .colgroup-wrap .colgroup-6-8,
.colgroup-wrap .colgroup-wrap .colgroup-9-12 {
  width: 75%;
}
/* columns: 5 */
.colgroup-1-5,
.colgroup-2-10,
.colgroup-wrap .colgroup-wrap .colgroup-1-5,
.colgroup-wrap .colgroup-wrap .colgroup-2-10 {
  width: 20%;
}
.colgroup-2-5,
.colgroup-4-10,
.colgroup-wrap .colgroup-wrap .colgroup-2-5,
.colgroup-wrap .colgroup-wrap .colgroup-4-10 {
  width: 40%;
}
.colgroup-3-5,
.colgroup-6-10,
.colgroup-wrap .colgroup-wrap .colgroup-3-5,
.colgroup-wrap .colgroup-wrap .colgroup-6-10 {
  width: 60%;
}
.colgroup-4-5,
.colgroup-8-10,
.colgroup-wrap .colgroup-wrap .colgroup-4-5,
.colgroup-wrap .colgroup-wrap .colgroup-8-10 {
  width: 80%;
}
/* columns: 6 */
.colgroup-1-6,
.colgroup-2-12,
.colgroup-wrap .colgroup-wrap .colgroup-1-6,
.colgroup-wrap .colgroup-wrap .colgroup-2-12 {
  width: 16.66667%;
}
.colgroup-5-6,
.colgroup-10-12,
.colgroup-wrap .colgroup-wrap .colgroup-5-6,
.colgroup-wrap .colgroup-wrap .colgroup-10-12 {
  width: 83.33333%;
}
/* columns: 7 */
.colgroup-1-7,
.colgroup-wrap .colgroup-wrap .colgroup-1-7 {
  width: 14.28571%;
}
.colgroup-2-7,
.colgroup-wrap .colgroup-wrap .colgroup-2-7 {
  width: 28.57143%;
}
.colgroup-3-7,
.colgroup-wrap .colgroup-wrap .colgroup-3-7 {
  width: 42.85714%;
}
.colgroup-4-7,
.colgroup-wrap .colgroup-wrap .colgroup-4-7 {
  width: 57.14286%;
}
.colgroup-5-7,
.colgroup-wrap .colgroup-wrap .colgroup-5-7 {
  width: 71.42857%;
}
.colgroup-6-7,
.colgroup-wrap .colgroup-wrap .colgroup-6-7 {
  width: 85.71429%;
}
/* columns: 8 */
.colgroup-1-8,
.colgroup-wrap .colgroup-wrap .colgroup-1-8 {
  width: 12.5%;
}
.colgroup-3-8,
.colgroup-wrap .colgroup-wrap .colgroup-3-8 {
  width: 37.5%;
}
.colgroup-5-8,
.colgroup-wrap .colgroup-wrap .colgroup-5-8 {
  width: 62.5%;
}
.colgroup-7-8,
.colgroup-wrap .colgroup-wrap .colgroup-7-8 {
  width: 87.5%;
}
/* columns: 9 */
.colgroup-1-9,
.colgroup-wrap .colgroup-wrap .colgroup-1-9 {
  width: 11.11111%;
}
.colgroup-2-9,
.colgroup-wrap .colgroup-wrap .colgroup-2-9 {
  width: 22.22222%;
}
.colgroup-4-9,
.colgroup-wrap .colgroup-wrap .colgroup-4-9 {
  width: 44.44444%;
}
.colgroup-5-9,
.colgroup-wrap .colgroup-wrap .colgroup-5-9 {
  width: 55.55556%;
}
.colgroup-7-9,
.colgroup-wrap .colgroup-wrap .colgroup-7-9 {
  width: 77.77778%;
}
.colgroup-8-9,
.colgroup-wrap .colgroup-wrap .colgroup-8-9 {
  width: 88.88889%;
}
/* columns: 10 */
.colgroup-1-10,
.colgroup-wrap .colgroup-wrap .colgroup-1-10 {
  width: 10%;
}
.colgroup-3-10,
.colgroup-wrap .colgroup-wrap .colgroup-3-10 {
  width: 30%;
}
.colgroup-7-10,
.colgroup-wrap .colgroup-wrap .colgroup-7-10 {
  width: 70%;
}
.colgroup-9-10,
.colgroup-wrap .colgroup-wrap .colgroup-9-10 {
  width: 90%;
}
/* columns: 11 */
.colgroup-1-11,
.colgroup-wrap .colgroup-wrap .colgroup-1-11 {
  width: 9.09091%;
}
.colgroup-2-11,
.colgroup-wrap .colgroup-wrap .colgroup-2-11 {
  width: 18.18182%;
}
.colgroup-3-11,
.colgroup-wrap .colgroup-wrap .colgroup-3-11 {
  width: 27.27273%;
}
.colgroup-4-11,
.colgroup-wrap .colgroup-wrap .colgroup-4-11 {
  width: 36.36364%;
}
.colgroup-5-11,
.colgroup-wrap .colgroup-wrap .colgroup-5-11 {
  width: 45.45455%;
}
.colgroup-6-11,
.colgroup-wrap .colgroup-wrap .colgroup-6-11 {
  width: 54.54545%;
}
.colgroup-7-11,
.colgroup-wrap .colgroup-wrap .colgroup-7-11 {
  width: 63.63636%;
}
.colgroup-8-11,
.colgroup-wrap .colgroup-wrap .colgroup-8-11 {
  width: 72.72727%;
}
.colgroup-9-11,
.colgroup-wrap .colgroup-wrap .colgroup-9-11 {
  width: 81.81818%;
}
.colgroup-10-11,
.colgroup-wrap .colgroup-wrap .colgroup-10-11 {
  width: 90.90909%;
}
/* columns: 12 */
.colgroup-1-12,
.colgroup-wrap .colgroup-wrap .colgroup-1-12 {
  width: 8.33333%;
}
.colgroup-5-12,
.colgroup-wrap .colgroup-wrap .colgroup-5-12 {
  width: 41.66667%;
}
.colgroup-7-12,
.colgroup-wrap .colgroup-wrap .colgroup-7-12 {
  width: 58.33333%;
}
.colgroup-11-12,
.colgroup-wrap .colgroup-wrap .colgroup-11-12 {
  width: 91.66667%;
}
.colgroup-wrap > div[class^="colgroup-"] {
  float: left;
}

/* colgroup 간 간격 */
.colgroup-wrap > div[class^="colgroup-"] > div {
}
.colgroup-wrap > div[class^="colgroup-"] + div[class^="colgroup-"] > div {
  margin-left: 5px;
}
/* 여백 재조정 */
main {
  margin-left: 0px;
  overflow: auto;
}
main > div:not(.colgroup-wrap) {
  margin-left: 5px;

  margin-left: 0;
}
#wrap-east main > div:not(.colgroup-wrap) {
  margin-left: 0;
}
section div {
  margin: 0;
}
.colgroup-wrap > div[class^="colgroup-"] > section {
}
.colgroup-wrap + .colgroup-wrap > div[class^="colgroup-"] > section,
.colgroup-wrap > div[class^="colgroup-"] + div[class^="colgroup-"] > section {
}
.colgroup-wrap > div[class^="colgroup-"] > section > div {
}
.colgroup-wrap > div[class^="colgroup-"] > .colgroup-wrap {
  margin-left: 0;
}
.colgroup-wrap > div[class^="colgroup-"] > .colgroup-wrap + .table-pnl {
  margin-left: 0;
}
.colgroup-wrap > div[class^="colgroup-"]:first-child > section {
}
.colgroup-wrap > div[class^="colgroup-"] > section + section,
.colgroup-wrap > div[class^="colgroup-"]:first-child > section + section {
  margin-top: 5px;
}
.colgroup-wrap > div[class^="colgroup-"]:first-child > .accordion-pnl {
}
.colgroup-wrap > div[class^="colgroup-"] > .accordion-pnl:first-child {
  margin-top: 0;
}
.title.bread + .colgroup-wrap {
  margin: 0;
}
.colgroup-wrap > div[class^="colgroup-"] + div[class^="colgroup-"] > * {
  margin-left: 30px !important;
}
/* header colgroup */
.headerColgroup {
  margin: 0;
}
.headerColgroup > div[class^="colgroup-"] + div[class^="colgroup-"] > * {
  margin-left: 0 !important;
}
/* section */
section {
  overflow: hidden;
  background: #ffffff;
}
section.x-border {
  margin: 5px;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  border-top: solid 1px #949494;
  border-bottom: solid 1px #949494;
  overflow: hidden;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
section.x-border > .caption-pnl:first-child {
  margin: 0;
  background: #eeeeee;
  padding: 0 5px;
}
section.x-border > .caption-pnl:first-child > h2,
section.x-border > .caption-pnl:first-child > span,
section.x-border > .caption-pnl:first-child > dl {
  top: -3px;
}
section.x-border > .caption-pnl:first-child span.x-icon {
  background: url(./image/hwicons.png) no-repeat -122px -22px;
}
main section:first-child {
  margin-top: 0;
}
main section div {
  margin-left: 0;
  margin-right: 0;
}
section.empty {
  margin-top: 5px;
  border: none;
  overflow: hidden;
  background: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
section.state-alert,
table.state-alert {
  border: 2px solid #f8981d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section.state-alert {
  margin: 5px;
}
/* section zoom */
div#searchContainer {
  padding: 5px;
  margin-bottom: 5px;
}
iframe#searchIFrame {
  width: 100%;
  height: 100%;
  margin: 0;
  border-width: 0;
}

/* Footer
================================== */
footer {
  position: fixed !important;
  width: calc(100% - 24px);
  bottom: 0;
  background: #ffffff;
  border-top: 1px solid #cdcdcd;
  /* padding-bottom: 4%; */
  z-index: 1001;
  left: 24px;
}
/* footer .doaction */
footer .doaction,
footer .dofile,
footer .doaction-point {
  height: 26px;
  padding: 0px 4px;
  line-height: 24px;
  width: 96px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
footer .doaction.big,
footer .doaction-point.big {
  width: 150px;
}
/* footer button */
footer .buttonset.fl {
  padding-left: 25px;
}
footer .buttonset.fr {
  /*  padding-right:35px;
	padding-right:50px;*/
}
footer button + button {
  margin-left: 3px !important;
}
footer #logClose {
  color: #ffffff;
  border: solid 1px #0081c6;
  background: #0081c6;
}
footer .buttonset button.state-disabled,
footer .buttonset button.state-disabled:hover,
footer .dofile.state-disabled,
footer .dofile.state-disabled:hover {
  background: #e2e2e2;
  color: #777;
  border: 1px solid #e2e2e2;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-opacity: 0.5;
  opacity: 1;
}
footer .dolink.state-highlight,
footer .dosubmit.state-highlight,
footer .doaction.state-highlight {
}
footer .dolink.state-alert,
footer .dosubmit.state-alert,
footer .doaction.state-alert,
footer .doaction-point.state-alert {
  background: #ff3c00;
  border: 1px solid #ff3c00;
  color: #ffffff;
  -moz-box-shadow: 1px 1px 2px #585858;
  -webkit-box-shadow: 1px 1px 2px #585858;
  box-shadow: 1px 1px 2px #585858;
}
/* footer button grp */
.button-grp-label {
  color: #ffffff;
  font-size: 1em;
  padding: 3px 20px 1px 4px;
  border: solid 1px #00a0a0;
  background: #00a0a0 url(./image/button-grp-icon.png) no-repeat right 0;
  -moz-box-shadow: 1px 1px 2px #585858;
  -webkit-box-shadow: 1px 1px 2px #585858;
  box-shadow: 1px 1px 2px #585858;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 1.9em;
}
.button-grp button.dolink {
  display: none;
}
#dolinkContent {
  background: #00a0a0;
  -moz-border-radius: 10px 10px 10px 0;
  -webkit-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
  font-size: 1.1em;
  padding: 3px;
  max-width: 994px;
  position: absolute;
  z-index: 111111;
  display: none;
  margin: 0 5px 0 0;
}
.dolinkContentWrap {
  background: #030303;
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: -moz-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #030303 100%);
  padding: 2px 5px 5px;
  -moz-border-radius: 10px 10px 10px 0;
  -webkit-border-radius: 10px 10px 10px 0;
  border-radius: 10px 10px 10px 0;
}
/* footer button end */
footer dl {
  margin-top: 2px;
}
footer dl dt {
  font-weight: bold !important;
  margin-left: 10px;
}
footer dl dd {
  margin-left: 5px;
}
/* zoom 예외 처리 추가 */
#wrap-south.zoom {
  position: absolute;
  bottom: -50px;
}
#wrap-south.zoom.alone {
  position: absolute;
  bottom: -8px !important;
}
/* footer button moreview */
#moreViewContent {
  background: #e26c15;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.1em;
  padding: 3px;
  max-width: 994px;
  position: absolute;
  z-index: 111111;
  display: none;
  margin: 0 5px;
}
.moreViewContentWrap {
  background: #030303;
  background: -webkit-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: -moz-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: -ms-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: -o-linear-gradient(top, #1a1a1a 0%, #030303 100%);
  background: linear-gradient(to bottom, #1a1a1a 0%, #030303 100%);
  padding: 2px 5px 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#moreViewContent .dolink:first-child {
  margin-left: 2px;
}
#moreViewContent .dolink,
#dolinkContent .dolink {
  height: 1.9em;
  color: #ffffff;
  font-size: 1em;
  padding: 3px 4px 1px;
  border: solid 1px #454545;
  background: #454545;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 3px;
}
#moreViewContent .dolink.state-disabled,
#dolinkContent .dolink.state-disabled {
  background: #f4f4f4;
  color: #505050;
  border: solid 1px #f4f4f4;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* Panel
================================== */
/* caption-pnl open */
.caption-pnl {
  margin: 0 5px;
  margin-top: 15px;

  margin: 0;
}
.fr-button-grp {
  float: right;
  padding-right: 13px;
}
.caption-pnl:first-child {
  margin-top: 0px;
}
.caption-pnl h2 {
  padding: 0px;
  cursor: pointer;
}
.caption-pnl span.x-icon {
}
.caption-pnl span.x-label {
  font-weight: bold;
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 26px;
  top: 5px;
}
.caption-pnl span.x-label input {
  margin-top: -3px;
}
.caption-pnl.subtitle {
}
.caption-pnl.subtitle span.x-icon {
}
.caption-pnl.subtitle span.x-label {
  color: #5fa0df;
  color: #363636;
  font-size: 14px;
  white-space: nowrap;
}
/* .caption-pnl.thirdtitle{
    
}
.caption-pnl.thirdtitle span.x-icon{
    
}
.caption-pnl.thirdtitle span.x-label{
    
} */
/* caption-pnl state-alert */
.caption-pnl.state-alert {
  cursor: pointer;
  margin: 0;
  padding: 0 5px;
}
.caption-pnl.state-alert span.x-label,
.caption-pnl.state-alert .state-collapse span.x-label {
  color: #2685bb;
  text-shadow: none;
}
/* caption-pnl close */
.caption-pnl .state-collapse {
}
.caption-pnl .state-collapse span.x-icon {
  background: url(./image/liicons.png) no-repeat -12px -22px;
}
.caption-pnl .state-collapse span.x-label {
}
.caption-pnl.subtitle .state-collapse {
}
.caption-pnl.subtitle .state-collapse span.x-icon {
  background: url(./image/liicons.png) no-repeat -36px -22px transparent;
}
.caption-pnl.subtitle .state-collapse span.x-label {
}
/* .caption-pnl.thirdtitle .state-collapse{
    
}
.caption-pnl.thirdtitle .state-collapse span.x-icon{
    
}
.caption-pnl.thirdtitle .state-collapse span.x-label{
    
} */
section.x-border > .caption-pnl .state-collapse span.x-icon {
  background: url(./image/liicons.png) no-repeat -134px -22px;
}
.caption-pnl dl {
  margin-top: 3px;
  margin-top: 5px;
  top: 2px;
}
.caption-pnl dl dt {
  color: #313131 !important;
  font-weight: bold !important;
}
.caption-pnl dl dd {
}
/* caption-pnl type-a */
.caption-pnl.type-a {
  border-bottom: 1px solid #999b9d;
  height: 32px;
}
.caption-pnl.type-a span.x-label {
  top: 8px;
}
.caption-pnl.type-a + .empty-pnl .buttonset {
  margin-top: 5px;
}
/* column-pnl */
.column-pnl {
  margin: 5px;
}
.column-pnl dl /* 가로선긋기 */ {
}
.column-pnl dt, /* 세로선긋기 */ .column-pnl dd {
  padding: 2px 3px 1px;
}
.column-pnl > dl:first-child {
  border-top: 0; /* 가로선(border-top) 이중겹침 해제 */
  padding-top: 0px;
}
.column-pnl dl > dt:first-child,
dd:first-child {
  border-left: 0; /* 세로선(border-left) 이중겹침 해제 */
}
.column-pnl dt,
.column-pnl dd {
  line-height: 1.83em; /* line-height 크기를 22픽셀로 지정 (=22px÷12px) */
  width: auto;
  margin: 0;
  padding: 0;
}
.column-pnl dt {
  /* background-color: #d6ecf4;  타이틀 background-color 설정  */
}
/* gridx-pnl */
.grid-pnl,
.hgrid-pnl,
.gridx-pnl,
.hgridx-pnl {
  margin: 5px;
  background: #ffffff;
  border-bottom: 1px solid transparent;
  /*border-top:1px solid #c3d0d9;*/

  margin: 5px 0;
}
/* table-pnl */
.table-pnl {
  margin: 5px;

  margin: 5px 0;
}
.table-pnl + .table-pnl,
.gridx-pnl + .gridx-pnl,
.tab-pnl + .tab-pnl,
.table-pnl + .gridx-pnl,
.table-pnl + section,
.table-pnl + .tab-pnl,
.gridx-pnl + .table-pnl,
.gridx-pnl + section,
.gridx-pnl + .tab-pnl,
section + .table-pnl,
section + .gridx-pnl,
section + .tab-pnl,
.tab-pnl + .table-pnl,
.tab-pnl + .gridx-pnl,
.tab-pnl + section {
  margin-top: 10px;
}
div.state-hide + .table-pnl,
div.state-hide + .gridx-pnl {
  margin-top: 0;
}
.table-pnl tr {
  border-bottom: 1px solid #d9d9d9;
}
.table-pnl tr:first-child {
}
.table-pnl tr:last-child {
}
.table-pnl table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-pnl table th,
.table-pnl table td {
  padding: 1px 2px;
  background-color: #ffffff;
}
.table-pnl table th {
  font-weight: bold;
  color: #313131;
  text-align: left;
  padding: 2px 5px;
  background: #f3f2f2;
}
.table-pnl table th.emphasis {
  font-weight: bold;
  color: #313131;
  text-align: left;
  padding: 2px 5px;
  background: #ffe4e1;
}
.table-pnl table th:last-child {
}
.table-pnl table td {
}
.table-pnl table th + td {
}
.table-pnl table td.bor-l-tra,
.bor-l-tra {
  border-left: 1px solid transparent !important;
}
.table-pnl table td.bor-r-tra,
.bor-r-tra {
  border-right: 1px solid transparent !important;
}
.table-pnl table td.bor-t-tra,
.bor-t-tra {
  border-top: 1px solid transparent !important;
}
.table-pnl table td.bor-b-tra,
.bor-b-tra {
  border-bottom: 1px solid transparent !important;
}
.table-pnl table th.bor-b-line,
.table-pnl table td.bor-b-line {
}
.table-pnl table th.bor-r-line,
.table-pnl table td.bor-r-line {
  border-right: 1px solid #d9d9d9;
}
.table-pnl .type-list th,
.table-pnl .type-list td,
.table-pnl table th.type-list,
.table-pnl table td.type-list {
  text-align: center;
}
.table-pnl .type-list th + th {
  border-left: 1px solid #d9d9d9;
}
.table-pnl table ul li {
  margin: 0 0 0 20px;
  list-style-type: disc;
}
/* table-pnl blue */
.table-pnl.co-bl {
}
.table-pnl.co-bl table th {
  background-color: #e6edf;
}
.table-pnl .co-bl,
.co-bl {
  background-color: #e6edf !important;
}
/* table-pnl blue all*/
.table-pnl.co-bl-all {
}
.table-pnl.co-bl-all table th,
.table-pnl.co-bl-all table td {
  background-color: #f1f9fd;
}
/* table-pnl w */
.table-pnl.co-w {
}
.table-pnl.co-w table th,
.table-pnl.co-w table td {
  /* background-color: #ffffff; */
}
.table-pnl .co-w,
.co-w {
  /* background-color: #ffffff !important; */
}
/* table-pnl gray */
.table-pnl .co-g,
.co-g {
  /* background-color: #f3f2f2 !important; */
}
/* table-pnl alert*/
.table-pnl.alert {
  border-top: 1px solid #559bdd !important;
  border-bottom: 1px solid #559bdd !important;
}
.table-pnl.alert:after {
  content: "";
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -5px;
  background: url(./image/img-common.png) no-repeat -150px 0;
}
.table-pnl.alert tr:first-child {
  border-top: none;
}
.table-pnl.alert tr:last-child {
  border-bottom: none;
}
/* table-pnl alert-top */
.table-pnl.alert-t-line {
  border-top: 1px solid #559bdd !important;
}
.table-pnl.alert-t-line tr:first-child {
  border-top: none;
}
/* table-pnl alert-bottom */
.table-pnl.alert-b-line {
  border-bottom: 1px solid #559bdd !important;
}
.table-pnl.alert-b-line tr:last-child {
  border-bottom: none;
}
/* table-pnl alert-right */
.table-pnl.alert-r {
  border-top: 1px solid #559bdd !important;
  border-bottom: 1px solid #559bdd !important;
  border-right: 1px solid #559bdd !important;
}
.table-pnl.alert-r:after {
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  right: -6px;
  top: -10px;
  background: url(./image/search-icon-next.png) no-repeat right center !important;
}
.table-pnl.alert-r tr:first-child {
  border-top: none;
}
.table-pnl.alert-r tr:last-child {
  border-bottom: none;
}
/* table-pnl height 20px */
.table-pnl.h-20 th,
.table-pnl.h-20 td {
  height: 20px;
}
/* table-pnl button */
.table-pnl .dolink,
.table-pnl .dosubmit,
.table-pnl .doaction,
.gridx-pnl .dolink,
.gridx-pnl .dosubmit,
.gridx-pnl .doaction {
}
.table-pnl .dolink:hover,
.table-pnl .dosubmit:hover,
.table-pnl .doaction:hover {
}
/* 2depth */
/* th.secondary-title{
    
}
th.state-highlight{
    
}
th.state-alert{
    
}
td.state-highlight{
    
}
td.state-alert{
    
} */
/* 합계출력 */
/* .x-amount-total{
    
} */
/* 합계출력 강조 */
/* .x-amount-total.state-highlight{
    
} */
/* 합계출력 강한강조 */
/* .x-amount-total.state-alert{
    
} */
/* fixed-wrap */
.fixed-wrap {
  position: fixed;
  z-index: 1;
}
main > .colgroup-wrap.scroll > div[class^="colgroup-"] {
  overflow: auto;
}

/* a.link
================================== */
.search table a.dolink,
.search a.dolink {
  color: #0069aa;
  padding: 0;
  text-decoration: underline;
  font-weight: bold;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.search table a.dolink:hover,
.search a.dolink:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
th > a.dolink,
.table-pnl th > a.dolink,
.table-pnl th > a.dosubmit,
.table-pnl th > a.doaction {
  color: #0069aa;
  text-decoration: underline;
  font-weight: bold;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
}
th > a.dolink:hover,
.table-pnl th > a.dolink:hover,
.table-pnl th > a.dosubmit:hover,
.table-pnl th > a.doaction:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
td > a.dolink,
.table-pnl td > a.dolink,
.table-pnl td > a.dosubmit,
.table-pnl td > a.doaction {
  color: #0069aa;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  vertical-align: bottom;
  line-height: 1.6em;
}
td > a.dolink:hover,
.table-pnl td > a.dolink:hover,
.table-pnl td > a.dosubmit:hover,
.table-pnl td > a.doaction:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
dt > a.dolink {
  color: #0069aa;
  text-decoration: underline;
  font-weight: bold;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
dt > a.dolink:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
dd > a.dolink,
span > a.dolink,
label > a.dolink {
  color: #0069aa;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
dd > a.dolink:hover,
span > a.dolink:hover,
label > a.dolink:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.list-pnl ul li > a.dolink {
  color: #0069aa;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0px;
}
.list-pnl ul li > a.dolink:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.buttonset > a.dolink {
  color: #0069aa;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.buttonset > a.dolink:hover {
  color: #f8981d;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
section.x-border > .caption-pnl:first-child > span > a.dolink {
  position: relative;
  top: 8px !important;
}
section.x-border > .caption-pnl:first-child > dl > a.dolink,
section.x-border > .caption-pnl:first-child > span.buttonset > a.dolink {
  position: relative;
  top: 3px !important;
}
a.dolink {
  color: #0069aa;
  text-decoration: underline;
  font-weight: normal;
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
a.dolink:hover {
  color: #f8981d;
  text-decoration: underline;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
a.dolink.state-alert {
  color: #fb8935;
  text-decoration: underline;
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
}

/* Tooltip
================================== */
.tooltip {
  background: #ffffff;
  display: none;
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 8888;
}
.tooltip div,
.tooltip p {
  color: #2685bb;
  font-size: 1.2em;
  text-align: left;
  padding: 3px 7px 5px 10px;
  line-height: 1.3em;
  border: 1px solid #8e8e8e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 600px;
  word-break: break-all;
}
.tooltip em {
  border-style: solid;
  border-width: 5px;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
.tooltip em.directionTop {
  border-color: #8e8e8e transparent;
  border-top: none;
  left: 10px;
}
.tooltip em.directionBottom {
  border-color: #8e8e8e transparent;
  border-bottom: none;
  left: 10px;
}
.tooltip.state-alert {
  display: block;
  position: absolute;
  background: #ffffff;
}
.tooltip.state-alert div,
.tooltip.state-alert p {
  background: url(./image/tooltip-icon.png) no-repeat 7px 8px;
  border: 1px solid #313131;
  color: #cc0a0c;
  text-align: center;
  line-height: 1.3em;
  padding-left: 25px;
}
.tooltip.state-alert em {
  border-style: solid;
  border-width: 6px;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}
.tooltip.state-alert em.directionTop {
  border-color: #313131 transparent;
  border-top: none;
  left: 10px;
}
.tooltip.state-alert em.directionBottom {
  border-color: #313131 transparent;
  border-bottom: none;
  left: 10px;
}
/* link tooltip */
div.link-href-wrap {
  background: #ffffff;
  border: 1px solid #e26c15;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #cccccc;
  -moz-box-shadow: 1px 1px 3px #cccccc;
  -webkit-box-shadow: 1px 1px 3px #cccccc;
  font-size: 1.1em;
  padding: 5px 15px;
  position: absolute !important;
  z-index: 8888;
}
.link-href-wrap li {
  list-style-type: none;
  line-height: 1.5em;
  padding-left: 5px;
  font-weight: bold;
  color: #4c4c4c;
  cursor: pointer;
}
.link-href-wrap li:hover {
  color: #fa6a00;
}
.link-href-direction-right {
  border-color: transparent #e26c15;
  left: -8px;
  top: 5px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  display: block;
  height: 0;
  width: 0;
  position: absolute !important;
}
.link-href-direction-left {
  border-color: transparent #e26c15;
  right: -8px;
  top: 5px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  display: block;
  height: 0;
  width: 0;
  position: absolute !important;
}

/* Message-Area
================================== */
.messagearea {
  height: 25px;
  color: #000000;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #e7e7e7;
  position: fixed;
  width: 100%;
  z-index: 3200;

  height: 0px;
  display: none !important;
}
.messagearea-pnl {
}
.messagearea-icon {
  background: url(./image/liicons.png) no-repeat -220px -119px;
  width: 20px;
  height: 20px;
  z-index: 3200;
  position: absolute;
  left: 8px;
  top: 3px;
  cursor: pointer;
}
.messagearea-text {
  font-weight: bold;
  font-size: 1.1em;
  color: #000000;
  overflow: hidden;
  margin-top: 6px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  left: 30px;
  float: left;
  width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);
}
.messagearea-icon.error {
  background-position: -260px -119px;
}
.messagearea-text.error {
  color: #cf0d03;
}
.messagearea-icon.alert {
  background-position: -280px -119px;
}
.messagearea-text.alert {
  color: #173375;
}
.messagearea-icon.warning {
  background-position: -300px -119px;
}
.messagearea-text.warning {
  color: #8d7c19;
}
.window-message-ext-pnl {
  float: right;
  width: 155px;
  margin-right: 4px;
}
/* zoom 예외 처리 추가 */
.messagearea.zoom {
  bottom: -8px;
  position: relative;
}
/* 부가메세지 */
.icon-tradelist {
  background: url(./image/liicons.png) no-repeat 0 -205px;
  height: 22px;
  width: 22px;
  margin-right: 1px;
  top: 2px;
  float: right;
  cursor: pointer;
}
.icon-tradelist:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.icon-tradelist.state-disabled {
  background-position-y: -227px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 장애등록 */
.icon-error {
  background: url(./image/liicons.png) no-repeat -22px -205px;
  height: 22px;
  width: 22px;
  margin-right: 1px;
  top: 2px;
  float: right;
  cursor: pointer;
}
.icon-tradelist:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.icon-tradelist.state-disabled {
  background-position-y: -227px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 축소 */
.icon-scaledown {
  background: url(./image/liicons.png) no-repeat -44px -205px;
  height: 22px;
  width: 22px;
  margin-right: 1px;
  top: 2px;
  float: right;
  cursor: pointer;
}
.icon-scaledown:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.icon-scaledown.state-disabled {
  background-position-y: -227px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 확대 */
.icon-scaleup {
  background: url(./image/liicons.png) no-repeat -66px -205px;
  height: 22px;
  width: 22px;
  margin-right: 1px;
  top: 2px;
  float: right;
  cursor: pointer;
}
.icon-scaleup:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.icon-scaleup.state-disabled {
  background-position-y: -227px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 복원 */
.icon-scale {
  background: url(./image/liicons.png) no-repeat -110px -205px;
  height: 22px;
  width: 22px;
  margin-right: 1px;
  top: 2px;
  float: right;
  cursor: pointer;
}
.icon-scale:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.icon-scale.state-disabled {
  background-position-y: -227px;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* 거래시간 */
.window-message-ext-text {
  font-size: 1.1em;
  top: 7px;
  right: 5px;
  float: right;
}

/* MessageSlide
================================== */
#messageSlidebar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: center;
  padding: 20px 0;
  overflow: visible;
  z-index: 11111;
  font-weight: bold;
  background: #0069aa;
  background: -webkit-linear-gradient(top, #0069aa 0%, #025082 100%);
  background: -moz-linear-gradient(top, #0069aa 0%, #025082 100%);
  background: -ms-linear-gradient(top, #0069aa 0%, #025082 100%);
  background: -o-linear-gradient(top, #0069aa 0%, #025082 100%);
  background: linear-gradient(to bottom, #0069aa 0%, #025082 100%);
  -moz-box-shadow: 0px 1px 3px #1e1e1e;
  -webkit-box-shadow: 0px 1px 3px #1e1e1e;
  box-shadow: 0px 1px 3px #1e1e1e;
}
#messageSlidebar > div {
  color: #ffffff;
  text-align: left;
  width: 70%;
  height: 100%;
  margin: auto auto;
  overflow: hidden;
}
#messageSlidebar > div em {
  color: #ffff70;
  font-style: normal;
}
#closeSlidebar {
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 29px;
  height: 28px;
  cursor: pointer;
  background: url(./image/img-common.png) no-repeat -300px -700px;
}
#closeSlidebar:hover {
}

/* Guidance-Message
================================== */
/* guidance-message-pnl */
.guidance-message-pnl {
  margin: 5px;
  padding: 0 10px;
  background: url(./image/guidance-icon1.png) no-repeat 3px 3px transparent;
  min-height: 20px;
}
.guidance-message-pnl.state-highlight {
  background: url(./image/guidance-icon2.png) no-repeat 9px 8px #f1f9fd;
  border: 1px solid #0a5ca9;
  padding: 5px 17px;
}
.guidance-message-pnl.state-alert {
  background: url(./image/guidance-icon3.png) no-repeat 9px 8px #fef2f2;
  border: 1px solid #f95056;
  padding: 5px 17px;
}
.guidance-message-pnl {
  color: #363636;
}
.guidance-message-pnl p {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 10px;
  color: #363636;
}
.guidance-message-pnl.state-highlight,
.guidance-message-pnl.state-highlight p {
  color: #363636;
}
.guidance-message-pnl.state-highlight em,
.guidance-message-pnl.state-highlight p em {
  color: #0a5ca9;
}
.guidance-message-pnl.state-aler,
.guidance-message-pnl.state-alert p {
  font-size: 1em;
  line-height: 1.5em;
}
.guidance-message-pnl.state-aler em,
.guidance-message-pnl.state-alert p em {
  color: #f95056;
}
.guidance-message-pnl em {
  font-weight: bold;
  font-style: normal;
}
.guidance-message-pnl ul li {
  line-height: 1.5em;
  margin: 0 0 0 25px;
  color: #363636;
  list-style-type: disc;
}
.guidance-message-pnl ol li {
  line-height: 1.5em;
  margin: 0 0 0 25px;
  color: #363636;
}
main > div.guidance-message-pnl {
}
/* guidance-message */
.guidance-message {
  color: #363636;
  margin-left: 3px !important;
  margin-right: 3px;
}
.guidance-message.state-highlight {
  color: #0a5ca9;
}
.guidance-message.state-alert {
  color: #f95056;
  font-weight: bold;
}
dl .guidance-message {
  top: 3px;
}

/* Processing-Step-Guide
================================== */
.processing-step-guide-pnl {
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  border: 1px solid #d6d6d6;
  margin: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 23px;
  overflow: hidden;
}
main .processing-step-guide-pnl {
  margin: 5px 0 !important;
}
.processing-step-guide-pnl h2.fr {
  float: right;
  margin-right: 10px;
  left: 0;
}
.processing-step-guide-pnl h2 {
  background: #fea03c;
  left: 10px;
  min-width: 100px;
  height: 13px;
  color: #ffffff;
  font-size: 1.1em;
  padding: 1px 10px 7px;
  float: left;
  text-align: center;
  margin-right: 25px;
  -moz-box-shadow: 1px 1px 2px #cdcdcd;
  -webkit-box-shadow: 1px 1px 2px #cdcdcd;
  box-shadow: 1px 1px 2px #cdcdcd;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.processing-step-guide-pnl ul {
  margin: 0 30px;
}
.processing-step-guide-pnl ul li {
  float: left;
  color: #797979;
  padding: 3px 24px 7px 14px;
  list-style-type: none;
  background: url(./image/processing-icon1.png) no-repeat right center;
  height: 14px;
}
.processing-step-guide-pnl ul li a {
  color: #2685bb;
  text-decoration: underline;
}
.processing-step-guide-pnl ul li a:hover {
  color: #fa6a00;
}
.processing-step-guide-pnl ul li:last-child {
  background: none;
  padding-right: 60px;
}
.processing-step-guide-pnl .state-current {
  background: url(./image/processing-icon2.png) no-repeat right center !important;
  height: 13px;
  margin-right: 5px;
  padding-left: 18px !important;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #ffffff !important;
  margin-left: -8px;
  font-weight: bold;
  z-index: 1;
}
.processing-step-guide-pnl .state-current a {
  color: #ffffff;
}
.processing-step-guide-pnl .state-current a:hover {
  color: #ffffff;
}
.processing-step-guide-pnl .state-previous {
  background: #e9e9e9 url(./image/processing-icon3.png) no-repeat right center;
  height: 14px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-left: -1px;
}
.processing-step-guide-pnl .state-previous a {
  color: #6f6f6f;
}
.state-current + .state-previous {
  margin-left: -13px;
  padding-left: 20px;
  background: #e9e9e9 url(./image/processing-icon4.png) no-repeat left center;
}
.arrow {
}

/* Empty-pnl
================================== */
.empty-pnl {
  margin: 5px;
  min-height: 20px;

  margin: 5px 0;
}
.empty-pnl dl dt {
  font-weight: bold;
}
.empty-pnl dl dd {
  margin: 0 0 0 2px;
  vertical-align: middle;
}
.empty-pnl ul li {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
.empty-pnl .buttonset,
.empty-pnl dl dt,
.empty-pnl dl dd,
.empty-pnl dt,
.empty-pnl dd,
.empty-pnl ul li {
}
.empty-pnl .buttonset {
  /* top:5px; */
}

/* Alert-pnl
================================== */
.alert-pnl {
  border-top: 1px solid #559bdd;
  border-bottom: 1px solid #559bdd;
  background: #f1f9fd;
}
.alert-pnl.type-a {
  padding: 5px 0;
}
.alert-pnl.type-a > .table-pnl,
.alert-pnl.type-a > .grid-pnl {
  margin: 5px 0;
}
.alert-pnl.type-b {
  padding: 5px;
}

/* List-pnl
================================== */
.list-pnl {
  background: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px;
  padding: 5px 15px;
  height: 100%;
}
.list-pnl ul {
  width: 93.5%;
  height: 92.5%;
  padding: 0 3px;
  overflow: auto;
}
.list-pnl ul li {
  text-align: left;
  line-height: 1.8em;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  display: block;
  color: #525252;
  background: url(./image/list-icon1.png) no-repeat 0 3px;
  padding-left: 10px;
}
.list-pnl ul li:hover {
  font-weight: bold;
}

/* Figure-pnl
================================== */
.figure-pnl {
  margin: 5px;
  text-align: center;
}
.figure-pnl img {
  max-width: 100%;
}

/* Workflow
================================== */
/* float */
.workflow-header ul > li {
  float: left;
}
/* workflow-header */
.workflow-header {
  overflow: hidden;
  margin: 10px 5px;
}
.workflow-body {
  margin: 0 30px;
  overflow: hidden;
}
.workflow-body ul {
  width: 100%;
  list-style: none;
}
.workflow-body ul li {
  height: 2.3em;
  padding-top: 1px;
  border: 1px solid #dadada;
  padding: 5px 10px 5px 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.workflow-body ul li:hover {
  cursor: pointer;
  border-color: #f1b434;
  background-color: #f1b434;
}
.workflow-body ul li:hover .x-icon {
  background-image: url(./image/workflow-numbering-icons-hover.png);
}
.workflow-body ul li:hover a {
  color: #ffffff;
}
/* workflow-scroller */
.workflow-scroller-left {
  background: url(./image/liicons.png) no-repeat -358px -76px;
  width: 20px;
  height: 20px;
  top: 5px;
  margin: 5px 7px;
  cursor: pointer;
  float: left;
}
.workflow-scroller-left:hover {
  background-position-x: -238px;
}
.workflow-scroller-left.state-disabled {
  background-position-x: -218px;
}
.workflow-scroller-right {
  background: url(./image/liicons.png) no-repeat -378px -76px;
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  right: 0;
  top: 5px;
  cursor: pointer;
  position: absolute;
}
.workflow-scroller-right:hover {
  background-position-x: -298px;
}
.workflow-scroller-right.state-disabled {
  background-position-x: -318px;
}
/* workflow-state-current */
.workflow-body li.state-current {
  background: #f8981d;
  background: -webkit-linear-gradient(top, #f3ad2f 0%, #f8981d 100%);
  background: -moz-linear-gradient(top, #f3ad2f 0%, #f8981d 100%);
  background: -ms-linear-gradient(top, #f3ad2f 0%, #f8981d 100%);
  background: -o-linear-gradient(top, #f3ad2f 0%, #f8981d 100%);
  background: linear-gradient(to bottom, #f3ad2f 0%, #f8981d 100%);
  border-color: #f8981d;
}
.workflow-body li.state-current span {
  cursor: default;
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  text-shadow: 0 0 3px #56161f;
  margin-right: 5px;
  display: block;
}
.workflow-body li.state-current a {
  color: #ffffff !important;
  padding-left: 35px !important;
  font-size: 1.1em;
}
.workflow-body li.state-current:hover {
  cursor: default;
  background-color: #f8981d;
  border-color: #f8981d;
}
.workflow-body li.state-disabled,
.workflow-body li.state-disabled:hover {
  background-color: #ebeaeb;
  border-color: #b9b9b9;
  cursor: default;
}
.workflow-body li.state-disabled:hover a {
  color: #888888 !important;
  cursor: default;
}
/* workflow-numbering */
.workflow-body span.x-icon {
  margin-top: 0;
  margin-left: 0;
  height: 30px;
  width: 34px;
  background-image: url(./image/workflow-numbering-icons-default.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.workflow-body span.x-icon + a {
  padding-left: 35px;
  padding-top: 5px;
  display: block;
  font-weight: bold;
  color: #888888;
}
.workflow-body span.x-icon + a:hover {
}
.workflow-body li.state-current span.x-icon {
  background-image: url(./image/workflow-numbering-icons-current.png);
}
.workflow-body li.state-disabled span.x-icon {
  background-image: url(./image/accordion-numbering-icons-disabled.png);
}
.workflow-body span.x-icon.x-n1 {
  background-position: 0 0;
}
.workflow-body span.x-icon.x-n2 {
  background-position: -34px 0;
}
.workflow-body span.x-icon.x-n3 {
  background-position: -68px 0;
}
.workflow-body span.x-icon.x-n4 {
  background-position: -102px 0;
}
.workflow-body span.x-icon.x-n5 {
  background-position: -136px 0;
}
.workflow-body span.x-icon.x-n6 {
  background-position: -170px 0;
}
.workflow-body span.x-icon.x-n7 {
  background-position: -204px 0;
}
.workflow-body span.x-icon.x-n8 {
  background-position: -238px 0;
}
.workflow-body span.x-icon.x-n9 {
  background-position: -272px 0;
}
.workflow-body span.x-icon.x-n10 {
  background-position: -306px 0;
}
.workflow-body span.x-icon.x-n11 {
  background-position: -340px 0;
}
.workflow-body span.x-icon.x-n12 {
  background-position: -374px 0;
}

/* Navigation
================================== */
/* float */
.navigation ul > li {
  float: left;
}
.navigation-body ul > li {
  float: left;
}
/* navigation-pnl */
.navigation-pnl {
  border-bottom: 1px solid #5f9fdf;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 111;
  min-width: 1200px;
}
.navigation-open {
  width: 37px;
  height: 14px;
  background: url(./image/navi-bg5.png) no-repeat 0 0;
  cursor: pointer;
  margin: 0 auto;
}
.navigation-close {
  width: 37px;
  height: 14px;
  background: url(./image/navi-bg6.png) no-repeat 0 0;
  cursor: pointer;
  margin: 0 auto;
}
/* navigation-header */
.navigation {
}
.navigation-header {
  height: 20px;
}
.navigation-title {
  color: #0a5ca9;
  font-size: 14px;
  font-weight: bold;
  left: 5px;
}
.navigation-explain {
  background: url(./image/navi-bg7.png) no-repeat 0 0;
  width: 268px;
  height: 12px;
  right: 5px;
}
.navigation-explain1 {
  background: url(./image/navi-bg9.png) no-repeat 0 0;
  width: 186px;
  height: 12px;
  right: 5px;
}
.navigation-body {
  margin-bottom: -7px;
}
.navigation {
  margin: 8px 17px;
  word-wrap: break-word;
  min-width: 1088px;
  overflow: hidden;
  min-height: 43px;
}
.navigation-height {
  height: 43px;
}
.navigation-body ul {
  width: 100%;
  list-style: none;
}
.navigation.open ul {
  width: 100% !important;
  list-style: none;
}
.navigation-body ul li {
  width: 119px;
  height: 31px;
  font-size: 11px;
  margin-bottom: 10px;
  color: #0a5ca8;
  cursor: pointer;
  border: 1px solid #c8d9e4;
  background-color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: table;
  padding: 0 8px;
  margin-right: 8px;
}
.navigation-body ul li.type-a {
  color: #0a5ca8;
  border-color: #b7cbe0;
  background-color: #c6dbf0;
  font-weight: bold;
}
.navigation-body ul li.type-b {
  color: #ffffff;
  border-color: #12497c;
  background-color: #1966ae;
  font-weight: bold;
}
.navigation-body ul li.type-c {
  color: #ffffff;
  border-color: #d37f62;
  background-color: #e88563;
  font-weight: bold;
}
.navigation-body ul li:hover,
.navigation-body ul li.click,
.navigation-body ul li:active {
  border: 3px solid #edb008;
  height: 27px;
  width: 115px;
}
.navigation-body span {
  line-height: 14px;
  display: table-cell;
  vertical-align: middle;
}
.navigation-body ul li:hover span,
.navigation-body ul li.click span,
.navigation-body ul li:active .click span {
  line-height: 12px;
}
/* .navigation-body ul li{
    width:136px;
	height:42px;
	font-size:11px;
	margin-bottom:5px;
	color:#7f96a2;
	background:url(./image/navi-bg1.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body ul li.type-a{
	color:#175691;
	background:url(./image/navi-bg2.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body ul li.type-b{
	color:#1e6912;
	background:url(./image/navi-bg3.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body ul li.type-c{
	color:#ba4724;
	background:url(./image/navi-bg4.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body ul li.click{
	color:#ffffff;
	background:url(./image/navi-bg1-1.png) no-repeat 0 0;
}
.navigation-body ul li.click-a{
	color:#ffffff;
	background:url(./image/navi-bg2-1.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body ul li.click-b{
	color:#ffffff;
	background:url(./image/navi-bg3-1.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body ul li.click-c{
	color:#ffffff;
	background:url(./image/navi-bg4-1.png) no-repeat 0 0;
	cursor:pointer;
}
.navigation-body span{
    display:block;
    top:7px;
    width:110px;
    line-height:10px;
    left:15px;	
} */
/* navigation-scroller */
.navigation-scroller-left {
  background: url(./image/img-common.png) no-repeat 0 -750px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  margin: auto !important;
  top: 10px;
}
.navigation-scroller-left.state-disabled {
  background-position-x: -100px;
}
.navigation-scroller-right {
  background: url(./image/img-common.png) no-repeat -50px -750px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  margin: auto !important;
  top: 10px;
  right: 0;
}
.navigation-scroller-right.state-disabled {
  background-position-x: -150px;
}
/* navigation-state-current */
/* .navigation-body li.state-current span{
    
}
.navigation-body li.state-current span a{
    
} */

/* X-Premium
================================== */
.closable-pnl {
}
header .closable-pnl .closable-header {
  top: -1px;
  height: 12px;
}
header .closable-pnl .closable-header.state-collapse {
  border-top: 1px solid #9eadb1;
  top: 0;
}
header .closable-pnl .x-icon {
  background: url(./image/liicons.png) no-repeat -200px -34px;
  width: 100px;
  height: 15px;
  margin: 0 auto;
  display: block;
  z-index: 1;
}
header .closable-pnl .state-collapse span.x-icon {
  background-position: -300px -34px;
  top: 0;
  height: 15px;
}
header .closable-pnl {
  margin: 10px 5px 0 5px;
}
.closable-pnl .closable-header {
  cursor: pointer;
}
.closable-pnl .x-icon {
  background: url(./image/liicons.png) no-repeat -100px -34px;
  width: 100px;
  height: 16px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.closable-pnl .state-collapse span.x-icon {
  background-position: 0 -34px;
}
#wrap-south .closable-content {
  background: #f0f0f0;
  padding: 5px 10px 10px;
}
#wrap-south .closable-content-pnl,
#wrap-south .closable-content > div:first-child,
#wrap-south .closable-content > section:first-child {
  background: #e8e8e8;
  border: 2px solid #f6f6f6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
#wrap-south .caption-pnl {
  margin: 5px 0 0;
}
#wrap-south .closable-pnl .closable-header {
  border-bottom: 1px solid #0165c7;
}
#wrap-south .caption-pnl span.x-icon {
  position: absolute;
  background: url(./image/liicons.png) no-repeat scroll -146px -22px;
  left: 20px;
}
#wrap-south .closable-pnl .closable-header.state-disabled {
  border-color: #929292;
}
#wrap-south .closable-pnl .closable-header.state-disabled span.x-icon {
  background-position-x: -400px;
}
#wrap-south .caption-pnl span.x-label {
  left: 20px;
  top: 5px;
  color: #0167cc;
}
#wrap-south section {
  background: transparent;
  margin: 0;
}
#wrap-south
  .colgroup-wrap
  > div[class^="colgroup-"]
  + div[class^="colgroup-"]
  > section {
  border-left: 2px dashed #ffffff;
}
#wrap-south .list-pnl {
  background: transparent;
  padding: 0px 15px;
}
#wrap-south .list-pnl .colgroup-wrap > div[class^="colgroup-"] {
}
/* guidemessageArea */
.guidemessageArea {
  background: #242b34;
  background: -webkit-linear-gradient(
    top,
    #21272e 0%,
    #242b34 40%,
    #242b34 100%
  );
  background: -moz-linear-gradient(top, #21272e 0%, #242b34 40%, #242b34 100%);
  background: -ms-linear-gradient(top, #21272e 0%, #242b34 40%, #242b34 100%);
  background: -o-linear-gradient(top, #21272e 0%, #242b34 40%, #242b34 100%);
  background: linear-gradient(to bottom, #21272e 0%, #242b34 40%, #242b34 100%);
  width: 100%;
  display: none;
  min-height: 35px;
}
.guidemessage-titlebar {
  height: 1.5em;
  float: right;
  top: 10px;
}
.guidemessage-fix {
  color: #ffffff;
  font-weight: bold;
  right: 15px;
  top: 4px;
  vertical-align: bottom;
}
.guidemessage-fix input {
  cursor: pointer;
}
.guidemessage-fix label {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.guidemessage-icon-close {
  background: url(./image/hwicons.png) no-repeat -398px -76px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 10px;
  float: right;
}
.guidemessage-icon-close:hover {
  background: url(./image/hwicons.png) no-repeat -418px -76px;
}
#guidemessage {
  background: url(./image/guidemessage-icon1.png) no-repeat 15px 12px;
  color: #54a0ff;
  display: block;
  padding: 10px 30px 10px 40px;
  line-height: 1.7em;
  min-height: 10px;
  width: 85%;
}
#guidemessage em {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
}

/* Access-deny
================================== */
.access-deny {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  position: fixed;
}
.access-deny.state-load-data,
.access-deny.state-load-page {
  background: url(./image/loading.gif) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
}

/* Business-stop
================================== */
.business-stop {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 5px solid #3f3f3f;
  -moz-box-shadow: 1px 1px 5px #383838;
  -webkit-box-shadow: 1px 1px 5px #383838;
  box-shadow: 1px 1px 5px #383838;
  padding: 5px;
  width: 350px;
}
.business-stop li {
  padding: 5px 20px;
  margin: 5px;
  color: #ffffff;
  list-style-type: none;
  height: 1.6em;
  background: #fea03c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.business-title {
  top: 3px;
  color: #111111;
  font-weight: bold;
  padding: 0 0 0 15px;
  font-size: 1.1em;
  background: url(./image/list-icon6.png) no-repeat 0 0;
}
.business-close {
  background: url(./image/hwicons.png) no-repeat -438px -76px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.business-close:hover {
  background: url(./image/hwicons.png) no-repeat -418px -76px;
}
.businessstop-button {
  color: #313131;
  font-size: 1em;
  padding: 2px 4px 1px;
  font-weight: bold;
  background: #e4e4e4;
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #e2e2e2 30%);
  background: -moz-linear-gradient(top, #e4e4e4 0%, #e2e2e2 30%);
  background: -ms-linear-gradient(top, #e4e4e4 0%, #e2e2e2 30%);
  background: -o-linear-gradient(top, #e4e4e4 0%, #e2e2e2 30%);
  background: linear-gradient(to bottom, #e4e4e4 0%, #e2e2e2 30%);
  height: 1.6em;
  cursor: pointer;
  line-height: 1.3em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Grouping
================================== */
/* selection-grp (radiobutton & checkbox) */
span.radio-grp,
span.checkbox-grp {
}
input[type="radio"] {
  margin: 0 2px;
}
.selection-grp input[type="radio"]::after,
.grid-pnl input[type="radio"]::after {
  /*content: '';*/
  display: inline-block;
  /* position: absolute; */
  margin-top: -1px;
  margin-left: -1px;
  z-index: 100;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.selection-grp input[type="radio"]:checked::after,
.grid-pnl input[type="radio"]:checked::after {
  background: #ffffff url(./image/img_sp_common.png) no-repeat -447px -47px;
}
.selection-grp.state-alert input[type="radio"]::after {
  border-color: #a7cef4;
}
.selection-grp.state-alert input[type="radio"]:checked::after {
  background-position: 3px -97px;
}
.selection-grp input[type="radio"][disabled]::after,
.selection-grp.state-alert input[type="radio"][disabled]::after,
.selection-grp[disabled] input[type="radio"]::after,
.selection-grp[disabled].state-alert input[type="radio"]::after,
.selection-grp.state-disabled input[type="radio"]::after,
.selection-grp.state-disabled.state-alert input[type="radio"]::after,
.grid-pnl input[type="radio"][disabled]::after {
  background-color: #f8f8f8;
  border-color: #d9d9d9;
}
.selection-grp input[type="radio"][disabled]:checked::after,
.selection-grp.state-alert input[type="radio"][disabled]:checked::after,
input[type="radio"][disabled]:checked::after,
.selection-grp[disabled] input[type="radio"]:checked::after,
.selection-grp[disabled].state-alert input[type="radio"]:checked::after,
.selection-grp.state-disabled input[type="radio"]:checked::after,
.selection-grp.state-disabled.state-alert input[type="radio"]:checked::after,
.grid-pnl input[type="radio"][disabled]:checked::after {
  background-position: -447px -47px;
}
.selection-grp input[type="checkbox"]::after,
/* .grid-pnl input[type="checkbox"]::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: -1px;
  z-index: 90;
  width: 12px;
  height: 12px;
  margin-top: -1px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.grid-pnl input[type="checkbox"] {
  margin-top: -1px !important;
} */
/* .selection-grp input[type="checkbox"]:checked::after,
.grid-pnl input[type="checkbox"]:checked::after {
  background: #ffffff url(./image/img_sp_common.png) no-repeat -347px -47px;
} */
.selection-grp.state-alert input[type="checkbox"]::after {
  border-color: #a7cef4;
}
.selection-grp.state-alert input[type="checkbox"]:checked::after {
  background-position: -397px -47px;
}
.selection-grp input[type="checkbox"][disabled]::after,
.selection-grp.state-alert input[type="checkbox"][disabled]::after,
.selection-grp[disabled] input[type="checkbox"]::after,
.selection-grp[disabled].state-alert input[type="checkbox"]::after,
.selection-grp.state-disabled input[type="checkbox"]::after,
.selection-grp.state-disabled.state-alert input[type="checkbox"]::after,
.grid-pnl input[type="checkbox"][disabled]::after {
  background-color: #f8f8f8;
  border-color: #d9d9d9;
}
.selection-grp input[type="checkbox"][disabled]:checked::after,
.selection-grp.state-alert input[type="checkbox"][disabled]:checked::after,
.selection-grp[disabled] input[type="checkbox"]:checked::after,
.selection-grp[disabled].state-alert input[type="checkbox"]:checked::after,
.selection-grp.state-disabled input[type="checkbox"]:checked::after,
.selection-grp.state-disabled.state-alert input[type="checkbox"]:checked::after,
.grid-pnl input[type="checkbox"][disabled]:checked::after {
  background-position: -347px -47px;
}
.selection-grp[disabled] input[type="radio"] + label,
.selection-grp[disabled].state-alert input[type="radio"] + label,
.selection-grp.state-disabled input[type="radio"] + label,
.selection-grp[disabled] input[type="checkbox"] + label,
.selection-grp[disabled].state-alert input[type="checkbox"] + label,
.selection-grp.state-disabled input[type="checkbox"] + label {
  color: #959595;
}
.selection-grp input[type="checkbox"]:checked + label,
.selection-grp input[type="radio"]:checked + label {
  font-weight: bold;
}
span.selection-grp {
  margin: 0 2px;
}
span.selection-grp label {
  margin: 0 2px;
  margin: 0 16px 0 5px;
}
span.selection-grp input {
  margin: 0 2px;
  margin-bottom: 1px;
}
span.selection-grp input[type="radio"] {
  margin-bottom: 3px;
}
table span.selection-grp {
  top: 1px;
}
dl dt span.selection-grp {
  top: 0;
}
dl span.selection-grp,
dl dd span.selection-grp,
dt span.selection-grp,
dd span.selection-grp {
  top: 1px;
}
/* buttonset */
span.buttonset {
}
span.buttonset.fr {
  margin-left: 2px;
}
footer .buttonset button {
  margin: 10px 0;
}
.caption-pnl .buttonset {
  margin-top: 5px;
  margin-top: 7px;
  margin-right: 5px;
  display: block;
  text-align: right;
}
span.buttonset.fc {
  display: block;
  text-align: center;
}
/* buttonset font-weight */
.buttonset.we-b > button[class^="do"] {
  font-weight: bold;
}
.buttonset.we-n > button[class^="do"] {
  font-weight: normal;
}

/* Interaction & State
================================== */
/* interaction */
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
}
/* ie11 X button */
input::-ms-clear {
  display: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  /* background: #fffae5 !important;
  border-color: #ffd153 !important; */
  outline: none;
}
/* input.state-highlight, select.state-highlight{
    
}
input.state-alert, select.state-alert{
   
} */
input.x-border-radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  vertical-align: top !important;
}
span.x-border-radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 3px 2px;
  text-align: left;
  background: #ffffff;
}
span.x-border-radius > input {
  border: none;
  background: none;
}
/* 입력안되는 고정값 focus 추가 */
input[readonly="editing"],
input[readonly="editing"]:focus {
  color: #777 !important;
  border: 1px solid #e1e1e1;
  background: #f8f8f8 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1 !important;
}
input[readonly="readonly"],
input[readonly] {
  color: #363636;
  border: 1px solid transparent;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[readonly="readonly-border"] {
  color: #363636;
  border: 1px solid #e1e1e1;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[readonly="readonly"]:focus {
  border: 1px solid transparent !important;
  background: transparent !important;
}
input[readonly="readonly-border"]:focus {
  border: 1px solid #e1e1e1 !important;
  background: transparent !important;
}
textarea[readonly] {
  color: #959595;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* 필수입력필드 입력안되는 고정값 */
input[readonly].state-required {
  font-weight: bold;
  color: #959595 !important;
  border: 1px solid #d9d9d9 !important;
}
input[readonly].stated-required {
  font-weight: bold;
  color: #959595 !important;
  border: 1px solid #d9d9d9 !important;
}
/* input[readonly].state-highlight{
    
}
input[readonly].state-alert{
    
} */
a,
a:focus,
a:hover,
a:link,
a:visited,
a:active {
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
/* state */
.state-required {
  background-image: url(./image/state-required.png) !important;
  background-repeat: no-repeat !important;
  background-position: left 0px !important;
}
span.state-required {
  color: #db020b !important;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 1px;
  background: none !important;
  border: none !important;
}

.stated-required {
  background-image: url(./image/state-required.png) !important;
  background-repeat: no-repeat !important;
  background-position: left 0px !important;
}
span.stated-required {
  color: #db020b !important;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 1px;
  background: none !important;
  border: none !important;
}
/* 필수입력필드 */
input.state-required,
textarea.state-required {
  color: #363636;
  border: 1px solid #6aa7e3;
  background-image: none !important;
}
select.state-required {
  color: #313131;
  border: 1px solid #6aa7e3;
  background-image: none !important;
}

input.stated-required,
textarea.stated-required {
  font-weight: bold;
  color: #1874cd;
  border: 1px solid #a7cef4;
  background-image: none !important;
}
select.stated-required {
  font-weight: bold;
  color: #1874cd;
  border: 1px solid #a7cef4;
  background-image: none !important;
}
select.state-highlight {
}
select.state-alert {
}
/* 사용자오류 */
.state-error {
  color: #1a4a89 !important;
  padding-left: 2px;
  border: 1px solid #7391ba !important;
  background: #ffffff url(./image/check2.png) repeat-x 0 bottom !important;
}
/* naw기본데이터오류 */
.state-validate-error {
  color: #1a4a89 !important;
  padding-left: 2px;
  border: 1px solid #7391ba !important;
  background: #ffffff url(./image/check2.png) repeat-x 0 bottom !important;
}
/* 필수입력필드오류 */
.state-error-required {
  color: #f313131 !important;
  padding-left: 2px;
  border: 1px solid #f95056 !important;
  background: #ffffff url(./image/check1.png) repeat-x 0 bottom !important;
}
.state-disabled,
[disabled],
.state-disabled:hover,
[disabled]:hover {
  cursor: default !important;
}
.dolink.state-alert,
.dosubmit.state-alert,
.doaction.state-alert,
.dofile.state-alert,
.doaction-point.state-alert {
  background: #f48964;
  color: #fbfbfb;
  border: 1px solid #f48964;
  font-weight: bold;
}
.dolink.state-disabled,
.dosubmit.state-disabled,
.doaction .state-disabled,
.dofile.state-disabled,
.doaction-point.state-disabled,
.table-pnl .dolink.state-disabled,
.table-pnl .dosubmit.state-disabled,
.table-pnl .doaction.state-disabled,
.table-pnl .doaction-point.state-disabled .dolink[disabled],
.dosubmit[disabled],
.doaction[disabled],
.dofile[disabled],
.doaction-point[disabled],
.table-pnl .dolink[disabled],
.table-pnl .dosubmit[disabled],
.table-pnl .doaction[disabled],
.table-pnl .doaction-point[disabled] {
  background: #d8d8d8;
  color: #333;
  border: 1px solid #e2e2e2;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-opacity: 1;
  opacity: 1;
}
.dosearch.state-disabled {
  background: #e2e2e2;
  color: #333;
  border: 1px solid #e2e2e2;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-opacity: 1;
  opacity: 1;
}
input[type="checkbox"].state-disabled,
input[type="radio"].state-disabled,
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
}
main .dosearch.state-disabled {
}
main .dosearch.state-disabled:hover {
}
.state-hide {
  display: none;
}
/* state-blink */
@keyframes state-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes state-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.state-blink {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: state-blink;
  -webkit-animation-timing-function: ease;
  animation-direction: normal;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-name: state-blink;
  animation-timing-function: ease;
}
button.state-blink {
  box-shadow: 0 0 3px #f48964;
  text-shadow: none;
}

/* Unit
================================== */
.table-unit {
  display: block;
  margin: 2px 0;
  text-align: right;
}
.caption-pnl span.x-amount-unit {
  display: block;
  float: right;
  top: 7px;
}

/* SiteMap
================================== */
.sitemap {
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sitemap h2 {
  background: #f3f3f3;
  padding: 5px;
  font-weight: bold;
  font-size: 1em;
  color: #212121;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sitemap h3 {
  margin: 5px;
  font-weight: bold;
  color: #5a5a5a;
}
.sitemap ul {
  margin: 0 10px;
  list-style: none;
}
.sitemap ul li {
  line-height: 1.5em;
}
.sitemap ul li > a.dolink {
  background: url(./image/list-icon12.png) no-repeat 0 2px;
  color: #999999;
  border: none;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  padding-left: 13px;
}
.sitemap ul li > a.dolink:hover {
  background: url(./image/list-icon13.png) no-repeat 0 2px;
  text-decoration: underline;
  color: #5a5a5a;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* 기타
================================== */
.extra-dimensions {
  display: none;
}
/* 상세 */
.show-dialog-pnl {
  display: block;
  border: 2px solid #0069aa;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

/* popupmemo */
#memoDiv {
  position: absolute;
  width: 300px;
  border: 1px solid #bed0e1;
  z-index: 111;
  display: block;
  background: #f4faff;
  padding: 5px;
}
#memoDiv span.close {
  background: url(./image/img-common.png) no-repeat -350px -700px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
#memoDiv textarea {
  border: none;
  background: #f4faff;
  color: #32608c;
  margin-top: 15px;
}
#memoDiv textarea em {
  font-weight: bold;
  font-style: normal;
}
#memoDiv textarea:focus {
  background: #f4faff !important;
  border: none !important;
}
#memoDiv div.empty-pnl {
  margin: 15px 0 0;
}
#memoDiv div.empty-pnl .buttonset {
  top: 0;
}
#memoDiv div.empty-pnl .buttonset button[class^="do"] {
  font-weight: bold;
}

/* UI Effect
================================== */
.x-border-none {
  border: none 0 !important;
}
/* scroll */
.x-scroll-y {
  overflow: auto;
  overflow-x: hidden;
}
.x-scroll-x {
  overflow: auto;
  overflow-y: hidden;
}

/* input size
================================== */
input[size="1"] {
  width: 31.97px;
}
input[size="2"] {
  width: 37.27px;
}
input[size="3"] {
  width: 42.57px;
}
input[size="4"] {
  width: 47.87px;
}
input[size="5"] {
  width: 53.17px;
}
input[size="6"] {
  width: 58.47px;
}
input[size="7"] {
  width: 63.77px;
}
input[size="8"] {
  width: 69.07px;
}
input[size="9"] {
  width: 74.37px;
}
input[size="10"] {
  width: 79.67px;
}
input[size="11"] {
  width: 84.97px;
}
input[size="12"] {
  width: 90.27px;
}
input[size="13"] {
  width: 95.57px;
}
input[size="14"] {
  width: 100.87px;
}
input[size="15"] {
  width: 106.17px;
}
input[size="16"] {
  width: 111.47px;
}
input[size="17"] {
  width: 116.77px;
}
input[size="18"] {
  width: 122.07px;
}
input[size="19"] {
  width: 127.37px;
}
input[size="20"] {
  width: 132.67px;
}
input[size="21"] {
  width: 137.97px;
}
input[size="22"] {
  width: 143.27px;
}
input[size="23"] {
  width: 148.57px;
}
input[size="24"] {
  width: 153.87px;
}
input[size="25"] {
  width: 159.17px;
}
input[size="26"] {
  width: 164.47px;
}
input[size="27"] {
  width: 169.77px;
}
input[size="28"] {
  width: 175.07px;
}
input[size="29"] {
  width: 180.37px;
}
input[size="30"] {
  width: 185.67px;
}
input[size="31"] {
  width: 190.97px;
}
input[size="32"] {
  width: 196.27px;
}
input[size="33"] {
  width: 201.57px;
}
input[size="34"] {
  width: 206.87px;
}
input[size="35"] {
  width: 212.17px;
}
input[size="36"] {
  width: 217.47px;
}
input[size="37"] {
  width: 222.77px;
}
input[size="38"] {
  width: 228.07px;
}
input[size="39"] {
  width: 233.37px;
}
input[size="40"] {
  width: 238.67px;
}
input[size="41"] {
  width: 243.97px;
}
input[size="42"] {
  width: 249.27px;
}
input[size="43"] {
  width: 254.57px;
}
input[size="44"] {
  width: 259.87px;
}
input[size="45"] {
  width: 265.17px;
}
input[size="46"] {
  width: 270.47px;
}
input[size="47"] {
  width: 275.77px;
}
input[size="48"] {
  width: 281.07px;
}
input[size="49"] {
  width: 286.37px;
}
input[size="50"] {
  width: 291.67px;
}
input[size="51"] {
  width: 296.97px;
}
input[size="52"] {
  width: 302.27px;
}
input[size="53"] {
  width: 307.57px;
}
input[size="54"] {
  width: 312.87px;
}
input[size="55"] {
  width: 318.17px;
}
input[size="56"] {
  width: 323.47px;
}
input[size="57"] {
  width: 328.77px;
}
input[size="58"] {
  width: 334.07px;
}
input[size="59"] {
  width: 339.37px;
}
input[size="60"] {
  width: 344.67px;
}
input[size="61"] {
  width: 349.97px;
}
input[size="62"] {
  width: 355.27px;
}
input[size="63"] {
  width: 360.57px;
}
input[size="64"] {
  width: 365.87px;
}
input[size="65"] {
  width: 371.17px;
}
input[size="66"] {
  width: 376.47px;
}
input[size="67"] {
  width: 381.77px;
}
input[size="68"] {
  width: 387.07px;
}
input[size="69"] {
  width: 392.37px;
}
input[size="70"] {
  width: 397.67px;
}
input[size="71"] {
  width: 402.97px;
}
input[size="72"] {
  width: 408.27px;
}
input[size="73"] {
  width: 413.57px;
}
input[size="74"] {
  width: 418.87px;
}
input[size="75"] {
  width: 424.17px;
}
input[size="76"] {
  width: 429.47px;
}
input[size="77"] {
  width: 434.77px;
}
input[size="78"] {
  width: 440.07px;
}
input[size="79"] {
  width: 445.37px;
}
input[size="80"] {
  width: 450.67px;
}
input[size="81"] {
  width: 455.97px;
}
input[size="82"] {
  width: 461.27px;
}
input[size="83"] {
  width: 466.57px;
}
input[size="84"] {
  width: 471.87px;
}
input[size="85"] {
  width: 477.17px;
}
input[size="86"] {
  width: 482.47px;
}
input[size="87"] {
  width: 487.77px;
}
input[size="88"] {
  width: 493.07px;
}
input[size="89"] {
  width: 498.37px;
}
input[size="90"] {
  width: 503.67px;
}
input[size="91"] {
  width: 508.97px;
}
input[size="92"] {
  width: 514.27px;
}
input[size="93"] {
  width: 519.57px;
}
input[size="94"] {
  width: 524.87px;
}
input[size="95"] {
  width: 530.17px;
}
input[size="96"] {
  width: 535.47px;
}
input[size="97"] {
  width: 540.77px;
}
input[size="98"] {
  width: 546.07px;
}
input[size="99"] {
  width: 551.37px;
}
input[size="100"] {
  width: 556.67px;
}
input[size="101"] {
  width: 561.97px;
}
input[size="102"] {
  width: 567.27px;
}
input[size="103"] {
  width: 572.57px;
}
input[size="104"] {
  width: 577.87px;
}
input[size="105"] {
  width: 583.17px;
}
input[size="106"] {
  width: 588.47px;
}
input[size="107"] {
  width: 593.77px;
}
input[size="108"] {
  width: 599.07px;
}
input[size="109"] {
  width: 604.37px;
}
input[size="110"] {
  width: 609.67px;
}
input[size="111"] {
  width: 614.97px;
}
input[size="112"] {
  width: 620.27px;
}
input[size="113"] {
  width: 625.57px;
}
input[size="114"] {
  width: 630.87px;
}
input[size="115"] {
  width: 636.17px;
}
input[size="116"] {
  width: 641.47px;
}
input[size="117"] {
  width: 646.77px;
}
input[size="118"] {
  width: 652.07px;
}
input[size="119"] {
  width: 657.37px;
}
input[size="120"] {
  width: 662.67px;
}
input[size="121"] {
  width: 667.97px;
}
input[size="122"] {
  width: 673.27px;
}
input[size="123"] {
  width: 678.57px;
}
input[size="124"] {
  width: 683.87px;
}
input[size="125"] {
  width: 689.17px;
}
input[size="126"] {
  width: 694.47px;
}
input[size="127"] {
  width: 699.77px;
}
input[size="128"] {
  width: 705.07px;
}
input[size="129"] {
  width: 710.37px;
}
input[size="130"] {
  width: 715.67px;
}
input[size="131"] {
  width: 720.97px;
}
input[size="132"] {
  width: 726.27px;
}
input[size="133"] {
  width: 731.57px;
}
input[size="134"] {
  width: 736.87px;
}
input[size="135"] {
  width: 742.17px;
}
input[size="136"] {
  width: 747.47px;
}
input[size="137"] {
  width: 752.77px;
}
input[size="138"] {
  width: 758.07px;
}
input[size="139"] {
  width: 763.37px;
}
input[size="140"] {
  width: 768.67px;
}
input[size="141"] {
  width: 773.97px;
}
input[size="142"] {
  width: 779.27px;
}
input[size="143"] {
  width: 784.57px;
}
input[size="144"] {
  width: 789.87px;
}
input[size="145"] {
  width: 795.17px;
}
input[size="146"] {
  width: 800.47px;
}
input[size="147"] {
  width: 805.77px;
}
input[size="148"] {
  width: 811.07px;
}
input[size="149"] {
  width: 816.37px;
}
input[size="150"] {
  width: 821.67px;
}
input[size="151"] {
  width: 826.97px;
}
input[size="152"] {
  width: 832.27px;
}
input[size="153"] {
  width: 837.57px;
}
input[size="154"] {
  width: 842.87px;
}
input[size="155"] {
  width: 848.17px;
}
input[size="156"] {
  width: 853.47px;
}
input[size="157"] {
  width: 858.77px;
}
input[size="158"] {
  width: 864.07px;
}
input[size="159"] {
  width: 869.37px;
}
input[size="160"] {
  width: 874.67px;
}
input[size="161"] {
  width: 879.97px;
}
input[size="162"] {
  width: 885.27px;
}
input[size="163"] {
  width: 890.57px;
}
input[size="164"] {
  width: 895.87px;
}
input[size="165"] {
  width: 901.17px;
}
input[size="166"] {
  width: 906.47px;
}
input[size="167"] {
  width: 911.77px;
}
input[size="168"] {
  width: 917.07px;
}
input[size="169"] {
  width: 922.37px;
}
input[size="170"] {
  width: 927.67px;
}
input[size="171"] {
  width: 932.97px;
}
input[size="172"] {
  width: 938.27px;
}
input[size="173"] {
  width: 943.57px;
}
input[size="174"] {
  width: 948.87px;
}
input[size="175"] {
  width: 954.17px;
}
input[size="176"] {
  width: 959.47px;
}
input[size="177"] {
  width: 964.77px;
}
input[size="178"] {
  width: 970.07px;
}
input[size="179"] {
  width: 975.37px;
}
input[size="180"] {
  width: 980.67px;
}
input[size="181"] {
  width: 985.97px;
}
input[size="182"] {
  width: 991.27px;
}
input[size="183"] {
  width: 996.57px;
}
input[size="184"] {
  width: 1001.87px;
}
input[size="185"] {
  width: 1007.17px;
}
input[size="186"] {
  width: 1012.47px;
}
input[size="187"] {
  width: 1017.77px;
}
input[size="188"] {
  width: 1023.07px;
}
input[size="189"] {
  width: 1028.37px;
}
input[size="190"] {
  width: 1033.67px;
}
input[size="191"] {
  width: 1038.97px;
}
input[size="192"] {
  width: 1044.27px;
}
input[size="193"] {
  width: 1049.57px;
}
input[size="194"] {
  width: 1054.87px;
}
input[size="195"] {
  width: 1060.17px;
}
input[size="196"] {
  width: 1065.47px;
}
input[size="197"] {
  width: 1070.77px;
}
input[size="198"] {
  width: 1076.07px;
}
input[size="199"] {
  width: 1081.37px;
}
input[size="200"] {
  width: 1086.67px;
}
input[size="201"] {
  width: 1091.97px;
}
input[size="202"] {
  width: 1097.27px;
}
input[size="203"] {
  width: 1102.57px;
}
input[size="204"] {
  width: 1107.87px;
}
input[size="205"] {
  width: 1113.17px;
}
input[size="206"] {
  width: 1118.47px;
}
input[size="207"] {
  width: 1123.77px;
}
input[size="208"] {
  width: 1129.07px;
}
input[size="209"] {
  width: 1134.37px;
}
input[size="210"] {
  width: 1139.67px;
}
input[size="211"] {
  width: 1144.97px;
}
input[size="212"] {
  width: 1150.27px;
}
input[size="213"] {
  width: 1155.57px;
}
input[size="214"] {
  width: 1160.87px;
}
input[size="215"] {
  width: 1166.17px;
}
input[size="216"] {
  width: 1171.47px;
}
input[size="217"] {
  width: 1176.77px;
}
input[size="218"] {
  width: 1182.07px;
}
input[size="219"] {
  width: 1187.37px;
}
input[size="220"] {
  width: 1192.67px;
}
input[size="221"] {
  width: 1197.97px;
}
input[size="222"] {
  width: 1203.27px;
}
input[size="223"] {
  width: 1208.57px;
}
input[size="224"] {
  width: 1213.87px;
}
input[size="225"] {
  width: 1219.17px;
}
input[size="226"] {
  width: 1224.47px;
}
input[size="227"] {
  width: 1229.77px;
}
input[size="228"] {
  width: 1235.07px;
}
input[size="229"] {
  width: 1240.37px;
}
input[size="230"] {
  width: 1245.67px;
}
input[size="231"] {
  width: 1250.97px;
}
input[size="232"] {
  width: 1256.27px;
}
input[size="233"] {
  width: 1261.57px;
}
input[size="234"] {
  width: 1266.87px;
}
input[size="235"] {
  width: 1272.17px;
}
input[size="236"] {
  width: 1277.47px;
}
input[size="237"] {
  width: 1282.77px;
}
input[size="238"] {
  width: 1288.07px;
}
input[size="239"] {
  width: 1293.37px;
}
input[size="240"] {
  width: 1298.67px;
}
input[size="241"] {
  width: 1303.97px;
}
input[size="242"] {
  width: 1309.27px;
}
input[size="243"] {
  width: 1314.57px;
}
input[size="244"] {
  width: 1319.87px;
}
input[size="245"] {
  width: 1325.17px;
}
input[size="246"] {
  width: 1330.47px;
}
input[size="247"] {
  width: 1335.77px;
}
input[size="248"] {
  width: 1341.07px;
}
input[size="249"] {
  width: 1346.37px;
}

/* rd 영역 2016-08-22 이슬기 */
.crownix-toolbar-warp {
  position: initial;
}

div[id^="crownix-tab"] {
  display: table-row;
}
.crownix-search-slide {
  background: transparent !important;
}
.crownix-search-bottom {
  display: table-row;
}
.crownix-search-wrapper {
  height: calc(100% - 95px) !important;
}

.crownix-toolbar-warp {
  position: static !important;
}

/* input disabled font color */
input:disabled::-webkit-input-placeholder {
  color: #333;
}
input:disabled:-ms-input-placeholder {
  color: #333;
}
input:disabled::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:disabled:-moz-placeholder {
  color: 333;
  opacity: 1;
}

/*chart wrap */
.graph_wrap {
  min-height: 300px;
  margin: 15px 50px 15px 25px;
  border: 1px solid #d7d7d7;
  background: #eef1f3;
  padding: 10px;
}

.icon-surrender {
  background-position: -890px;
}

a.download_guide {
  font-size: 12px;
  font-weight: normal;
  border-radius: 13px;
  padding: 5px 12px;
  margin-left: 7px;
  background: #fff;
  vertical-align: middle;
  transition: all 0.4s;
  float: left;
}

[data-theme="CLT01"] a.download_guide {
  border: 1px solid #00ace7;
  color: #00ace7;
}
[data-theme="CLT01"] a.download_guide:hover {
  color: #fff;
  background: #00ace7;
}
.noticepopup {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 450px;
  /* height: 480px; */
  z-index: 100;
  background: #ffffff;
}

.noticepopup-title {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  padding: 0;
  text-align: left;
  cursor: pointer;
  padding-top: 12px;
}

[data-theme="CLT01"] .noticepopup-title {
  border: 1px solid #150d41;
  background: #33424f;
}
.noticepopup-title span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}
.noticepopup-content {
  border: 1px solid #000000;
  border-top: none;
  background: #ffffff;
  height: 150%;
}
.noticepopup-content #content {
  height: 130%;
}
#editorSection {
  /* height: 300px; */
}
.noticepopup-icon-close {
  background: url(./image/img-common.png) no-repeat -148px -298px;
  top: 3px;
  right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  float: right;
}
