﻿@font-face {
    font-family: "wizz";
    src: url(/_common/font/miniwini_ttobak.eot);
}

@font-face {
    font-family: "wizz";
    src: url(/_common/font/miniwini_ttobak.eot);
}

HTML {
    /*height: 100%;*/
    margin: 0px;
    width: 100%;
}

BODY {
    font-family: '맑은 고딕';
    font-size: 11px;
    border: 0px;
    color: #000000;
    text-decoration: none;
    scrollbar-face-color: #e2e2e2;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #BCBCBC;
    scrollbar-darkshadow-color: #BCBCBC;
    scrollbar-arrow-color: #BCBCBC;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    width: 100%;
    /*height: 100%;*/
}

FORM {
    margin: 0px;
    padding: 0px;
    color: Black;
    font-family: '맑은 고딕';
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    /*height: 100%;*/
}

TABLE {
    font-family: "맑은 고딕";
    font-size: 12px;
    color: #000;
    left: 0px;
    line-height: 140%;
    top: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    *border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
}

TR {
    font-family: "맑은 고딕";
    font-size: 12px;
    color: #000;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    border: none;
}

TH {
    font-family: "맑은 고딕";
    font-size: 12px;
    color: #000;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    border: none;
}

TD {
    font-family: "맑은 고딕";
    font-size: 12px;
    color: #000;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    border: none;
    
    /*vertical-align: middle;*/
}

LABEL {
    /*height: 19px;
    vertical-align: middle;*/
}

IFRAME {
    color: #000000;
    font-size: 9pt;
    text-decoration: none;
}

span {
    /*vertical-align: middle;*/
}

A:link {
    color: #333232;
    text-decoration: none;
}

A:visited {
    color: #333232;
    text-decoration: none;
}

A:hover {
    color: #144ED1;
    text-decoration: none;
}

img {
    border: 0;
}

.tableOutBorder {
    background-color: #E9EBEB;
    padding: 3px;
}

.tableBorder {
    border-top: 2px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.tableBorder_no {
    *border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
}

    .tableBorder_no td {
        border: 0px;
    }

.tdBorder {
    background-color: #ffffff;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    padding-left: 7px;
}

.tableTitle {
    background-color: #f0f0f0;
    color: #222222;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}

.tableTitle2 {
    background-color: #94BAC9;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding-left: 7px;
    padding-right: 1px;
    padding-top: 1px;
    white-space: nowrap;
}

.tableContent {
    background-color: #FCFEFE;
    color: #222222;
    font-size: 12px;
    padding: 3px 3px 3px 3px;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}


.tableLeftSpace {
    padding-left: 12px;
}

.textReadOnly {
    background-color: #E1E1E1;
}

.subTitle {
    color: #408BEF;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
}

.subTitle1 {
    background-image: url(/images/title/back_gray.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 2px 2px 2px 15px;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    text-align: left;
}
.subTitle2 {
    background-image: url(/images/title/back_gray.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 2px 2px 2px 15px;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    text-align: left;
}
.subtableTitle {
    background-color: #EDEDED;
    border-bottom: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
    color: #494949;
    font-size: 9pt;
    padding-top: 1px;
}

textarea {
    height: 100%;
    width: 100%;
    border: solid 1px lightgray;
    /*margin: 0px;
    padding:0px;*/
    border-radius:3px;
    font-size: 12px;
    font-family: '맑은 고딕';
    ime-mode: active;
    overflow: auto;
}

.select {
    cursor: pointer;
    font-size: 12px;
}

select {
    font-size: 12px;
    font-family: '맑은 고딕';
    /*vertical-align: middle;*/
    border: 1px solid lightgray;
    /*border-width: 1px;
    border-style: groove;
    border-color: gray;*/
    /*width: 120px;*/
    padding:2px;
    border-radius:3px;
    min-width: 80px;
    max-width: 100%;
}

.imgbtn {
    border: solid 0;
}

.ddlbookmark {
    vertical-align: top;
}

.NotBoader {
    border: 0;
    color: white;
}

.box02 {
    border: solid 1px #e0e0e0;
    color: #000000;
    font-size: 12px;
    padding: 0px;
    font-family: 'Malgun Gothic';
    vertical-align: middle;
}

.box01 {
    color: #000000;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    font-family: '맑은 고딕';
    vertical-align: middle;
}

input.box01, textarea.box01 {
    font-size: 12px;
    border: solid 1px #e0e0e0;
    font-family: 'Malgun Gothic';
    vertical-align: middle;
}

select.box01 {
    font-size: 12px;
    font-family: '맑은 고딕';
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    width: 120px;
}

.boxNum {
    font-size: 12px;
    text-align: right;
    border: 1px solid #e0e0e0;
    padding: 0px;
}

input {
    *ime-mode: active;
    /*vertical-align: middle;*/
}

    input[type=text] {
        font-size: 12px;
        font-family: '맑은 고딕';
        /*vertical-align: middle;*/
        border: 1px solid lightgray;
        padding: 3px 2px 3px 2px;
        border-radius: 3px;
        /*margin-right:2px;*/
        width: 120px;
    }

    input[type=checkbox] {
        border: 0px none #000000;
        vertical-align: middle;
    }
    input[type=radio] {
        vertical-align: top;
    }
.igte_Windows7Inner   input[type=text] {
        font-size: 12px;
        font-family: '맑은 고딕';
        /*vertical-align: middle;*/
        /*border: 1px solid gray;*/
        border: none;
        padding: 0px;
        /*margin-right:2px;*/
        width: 100px;
    }

.button {
    background-image: url(/images/btn/b_bg01.gif);
    border-style: none;
    border-width: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 9pt;
    font-weight: normal;
    height: 23px;
    padding: 3px 0px 0px 0px;
    text-align: center;
    width: 65px;
}

.ellipsis {
    overflow: hidden;
    table-layout: fixed;
    text-overflow: ellipsis;
}

.GridPager {
    background-color: #D3D3D3;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: Red;
    font-size: 13px;
    font-weight: bold;
}

    .GridPager a {
        color: #333232;
    }

/*.ultratab{
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
}*/
.cssDivLayout {
    border: solid 1px #d6d6d6;
    display: block;
    height: 100%;
    overflow: auto;
    /*padding: 2px;*/
    width: 100%;
}

.cssTreeLayout {
    border: solid 1px #E5E5E5;
}

.cssPopBtnLine {
    height: 30px;
    padding-right: 5px;
    text-align: right;
    vertical-align:middle;
}

    .cssPopBtnLine td {
        padding-right: 5px;
    }

.cssPopBottomLine {
    background-color: Gray;
    height: 5px;
}

.cssTblBorder {
    border-left: solid 1px #E5E5E5;
    border-top: solid 1px #E5E5E5;
    height: 100%;
    margin: 1px;
    padding: 0px;
    width: 100%;
}

.cssTblTitle {
    background-color: #f0f0f0;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 3px 1px 3px;
    vertical-align:middle;
    text-align: left;
    width: 15%;
    /*height: 30px;*/
    min-height: 20px;
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}

.cssTblContent {
    /*background-color: #f0f0f0;*/
    font-size: 12px;
    padding: 1px 8px 1px 2px;
    vertical-align:middle;
    text-align: left;
    width: 35%;
    min-height: 20px;
    /*height: 30px;*/
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}

.cssTblContentEdit {
      background-color: #f0f0f0;
    /*background-color: #fbfbfb;*/
    font-size: 12px;
    padding: 1px 8px 1px 3px;
    vertical-align:middle;
    text-align: left;
    width: 35%;
    /*height: 30px;*/
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
}

    .cssTblContentEdit div {
        height: 100%;
    }

.cssTblTitleSingle {
    width: 25%;
}

.cssTblTitleSingleNoWidth {
    width: auto;
}

.cssTblContentSingle {
    width: 75%;
}

.cssTblContentSingleNoWidth {
    width: auto;
}

.cssTblTitle_old {
    background-color: #5a78af;
    border-bottom: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 1px;
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.cssTblContent_old {
    background-color: #FCFEFE;
    border-bottom: solid 1px #d2d2ff;
    border-right: solid 1px #d2d2ff;
    font-size: 12px;
    height: 19px;
    padding-left: 5px;
    width: 35%;
    white-space: nowrap;
}

.cssTblTitleNoWidth {
    width: auto;
}

.cssTblContentNoWidth {
    width: auto;
}

.cssTblTitle1 {
    background-color: #f0f0f0;
    border-bottom-color: #d6d6d6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #d6d6d6;
    border-right-style: solid;
    border-right-width: 1px;
    color: #222222;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 1px 3px 1px 3px;
    text-align: left;
    white-space: nowrap;
}

.cssTblContent1 {
    background-color: #FCFEFE;
    border-bottom-color: #d6d6d6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #d6d6d6;
    border-right-style: solid;
    border-right-width: 1px;
    color: #222222;
    font-size: 12px;
    height: 25px;
    padding: 1px 3px 1px 3px;
    text-align: left;
    white-space: nowrap;
}

#menuTreeDiv {
    background-color: #eef1f6;
}

.cssPopTblBottomSpace {
    height: 12px;
}

.cssPopTblTitlePadding {
    padding-top: 10px;
}

.cssPopContent {
    height: 100%;
    vertical-align: top;
}

.cssPopContentTd {
    padding: 2px 1px 2px 2px;
    vertical-align: top; 
    height: 100%;
}
.popDivContent{
    width: 100%; 
    height: 100%; 
    overflow: auto;
    /*padding-left: 1px; 
    padding-right: 2px;*/
}
.cssPopTitleArea {
    background-color: transparent;
    background-repeat: no-repeat;
    padding-bottom: 12px;
    padding-left: 20px;
    vertical-align: middle;
}

.cssPopTitleTxt {
    color: #004880;
    font-size: 16px;
    font-weight: bold;
}

.GridRowStyle {
    background-color: #fff;
    vertical-align: middle;
    font-size: 12px;
    font-family: '맑은 고딕';
    font-weight: normal;
    color: #555555;
    padding-left: 3px;
    padding-right: 5px;
    /*padding-top: 3px;
        padding-bottom: 3px;*/
    overflow: hidden;
    border-bottom:solid 1px #f0f0f0;
    /*border-bottom-color: #d6d6d6;
    border-bottom-style: solid;
    border-bottom-width: 1px;*/
    height: 30px;
}


.GridRowAlternateStyle {
    background-color: #fff;  /*#fcfcfc;*/
    /*vertical-align: middle;
    font-size: 12px;
    font-family: '맑은 고딕';
    font-weight: normal;
    color: #333333;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    border-bottom-color: #d6d6d6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 25px;*/
}

.GridSelectedRowStyle {
    /*background-image: none;
    background-color: White;
    border-left-style: none;
    border-top-style: none;
    border-top-width: 0px;
    border-right-style: none;
    border-bottom-style: none;*/
}

.GridHeaderStyle {
    background-color: #f0f0f0;
    font-size: 12px;
    font-family: '맑은 고딕';
    font-weight: bold;
    color: #222222;
    border-right-width: 1px;
    border-right-color: #d6d6d6;
    border-right-style: solid;
    border-bottom-color: #d6d6d6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    overflow: hidden;
    height: 30px;
    
}

.GridHeaderStyleS {
    background-color: #94BAC9;
    color: White;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    vertical-align: middle;
}

.GridRowSelectorStyle {
    background-color: #FFFFFF;
    border-bottom: solid 1px #f0f0f0;
    border-right: none;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    width: 10px;
}

.GridFrameStyle {
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-left: solid 1px #d6d6d6;
    background-color: #ffffff;
}

    .GridFrameStyle div, .GridFrameStyle table, .GridFrameStyle tr {
        line-height: normal;
    }
    .GridFrameStyle td {
        line-height: 170%;
    }
.GridGroupBoxStyle {
    background-color: #f5f5f5;
    border: solid 1px Window;
}

.GridCellStyle_Number {
    padding-right: 10px;
    text-align: right;
}

.cssTabStyleOn {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    width: 160px;
    height: 19px;
    padding: 3px 3px 3px 3px;
}

.cssTabStyleOff {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    width: 160px;
    height: 19px;
}

.grid-cell-clickitem, a:link.grid-cell-clickitem, .grid-cell-clickitem a:link {
    color: #006bcd; /*#4CB1E5;*/
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
}

.grid-cell-clickitemRed {
    color: red;
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
}

.grid-cell-aspcheck {
    margin-top: -3px;
}

.disabled {
    background-color: #F5F5F5;
}

.enabled {
}

.background_mask_black {
    background-image: url(/images/etc/back_gray.png);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.toast-container {
    width: 280px;
    z-index: 9999;
}

* html .toast-container {
    position: absolute;
}

.toast-item {
    background: rgb(87, 183, 226);
    border: 2px solid rgb(11, 144, 196);
    border-radius: 10px;
    color: #eee;
    display: block;
    font-size: 14px;
    height: auto;
    margin: 0 0 12px 0;
    opacity: 0.9;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    position: relative;
}

    .toast-item p {
        font-weight: bold;
        margin-left: 50px;
        text-align: left;
    }

.toast-item-close {
    background: url(/images/close.gif);
    background-repeat: no-repeat;
    height: 22px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 22px;
}

.toast-item-image {
    height: 32px;
    left: 10px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.toast-item-image-notice {
    background-repeat: no-repeat;
}

.toast-type-notice {
    color: white;
}

.toast-position-bottom-right {
    bottom: 5px;
    position: fixed;
    right: 5px;
}

.ui-autocomplete {
    max-height: 130px;
    overflow-x: hidden;
    overflow-y: auto;
}

* html .ui-autocomplete {
    height: 130px;
}

.wordBreak {
    word-break: break-all;
}

.imgLbl {
    font-family: 맑은 고딕;
    font-size: 11px;
    border-style: none;
    border-radius: 2px;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    width: 60px;
    /*height: 14px;*/
    display: inline-block;
    line-height: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #b0b0b0;
}

.widthAuto {
    width: auto;
}

.BtnSearch {
}

.topWrapPop {
    width: 100%;
    background-color: #f0f0f0;
    border-left: 15px solid #9BB1D8;
    height: 30px;
}

.popTitle {
    padding-left: 10px;
    font-size: 17px;
    color: #000099;
    font-weight: bold;
}


#contentsWrap {
    height: 100%;
    width: 100%;
}

/*라디오, 체크박스 라벨 세로 정렬*/
.server_control_align_middle label {
    vertical-align: middle;
}

.displayNone {
    display: none;
}

.displayInlineBlock {
    display: inline-block;
}

.gridPadTopBottom {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
}

.gridCellPadding {
    padding-right: 3px;
}

.totalcnt {
    color: #006bce;
    font-weight: bold;
}

button {
    border: solid 1px #BBBBBB;
    color: #212121;
    font-size: 12px;
}
.headerCssClass {
    background-color: #f0f0f0;
    color: #222222;
    border: 1px solid black;
    padding: 10px;
    border-radius: 3px;
}

.contentCssClass {
    background-color: #ffffff;
    color: black;
    border: 1px dotted black;
    padding: 10px;
}

.headerSelectedCss {
    background-color: #808080;
    color: white;
    border: 1px solid black;
    padding: 10px;
    border-radius: 3px;
}