/* ==========================================================================
   Page Style Sheet
   ========================================================================== */
.jumbotron {
    background-image: url('../images/jumb_sample.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 680px;
    margin: 0;
    text-align: right;
    padding-top:220px;
}
.jumbotron h1 {
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-size: 58px;
    font-weight: 700;
}
.jumbotron p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}
.guide-message {
    display: block;
    text-align: center;
    padding: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #888;
}
.image-box {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}
.image-box img {
    width: 1920px;
    max-width: 100%;
    min-height: 600px;
    margin: 0;
}

.page-top {
    display: block;
    margin: 35px 0 25px 0;
    border-bottom: 2px solid #3b3d3e;
    vertical-align: top;
}
.page-top h2 span {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    vertical-align: bottom;
    margin-left: 1.12em;
}
.page-top h2 span:before {
    content: '|';
    position: absolute;
    bottom: -1px;
    font-size: 28px;
    left: -0.64em;
    color: #aaa;
}
.page-top .page-locator {
    display: block;
    padding: 0;
    margin: 0;
}
.page-top .page-locator ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-top .page-locator ul li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    color: #888;
    margin-right: 30px;
}
.page-top .page-locator ul li:after {
    content: '';
    background-image: url('../images/breadcrumb_arw.gif');
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    right: -20px;
    top: 1px;
    position: absolute;
}
.page-top .page-locator ul li:last-child:after {
    content: '';
    background-image: none;
}
.page-top h2 {
    padding: 22px 0 16px 0;
    margin: 0;
    color: #333;
}
.page-table-count {
    position: relative !important;
    display: block !important;
    line-height: 1.24em !important;
    margin-bottom: 5px !important;
    color: #666 !important;
    vertical-align: top !important;
    padding-top: 22px !important;
    min-height: 55px !important;
}
.page-table-count .record-count {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.page-table-count span {
    color: #337ab7 !important;
}
.board-count {
    position: relative !important;
    height: 36px !important;
    float: left !important;
    vertical-align: top !important;
    margin-top: -13px !important;
    width: 49.5% !important;
    line-height: 35px !important;
}
.board-count .board-filter {
    display: inline-block !important;
    margin-left: 1em !important;
}
.board-count .board-filter input[type=radio]{
    margin: -2px 0 0 0.64em !important;
    vertical-align: middle !important;
    padding: 0 !important;
}
.board-search {
    float: right !important;
    text-align: right !important;
    width: 49.5% !important;
    vertical-align: top !important;
    margin-bottom: 4px !important;
    margin-top: -13px !important;
}
.board-search select {
    height: 36px !important;
    width: 100px !important;
}
.board-search select.board-search-cate {
    width: 125px !important;
}
.board-search input {
    height: 36px !important;
    padding-left: 8px !important;
}
.board-search button {
    height: 36px !important;
    padding: 0 16px !important;
    border: 1px solid #888 !important;
    background-color: #989999 !important;
    color: #fff !important;
}
.board-search button span {
    color: #fff !important;
}
.board-search button:hover {
    background-color: #646464 !important;
}
.board-search .btn-blue {
    border: 1px solid #337ab7 !important;
    background-color: #46b5cd !important;
}
.board-search .btn-blue:hover {
    background-color: #337ab7;
}
.board-search .btn-green{
    border: 1px solid #38b6ab !important;
    background-color: #5ed794 !important;
}
.board-search .btn-green:hover {
    background-color: #38b6ab !important;
}
.board-info{
    display: inline-block !important;
}
.page-table-count.full-table > .board-search {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
}

.page-table-basic {
    border-top: 1px solid #aaa;
}
.page-table-basic.notice {
    background-color: #fafafc;
}
.page-table-basic.notice .fa{
    font-size: 30px;
    color: #888;
}
.page-table-basic.notice > ul {
    border-bottom: none !important;
}
.page-table-basic > ul {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.page-table-basic > ul > li {
    border-top: 1px solid #eee;
    padding: 15px 0;
    display: table-row;
    width: 100%;
    line-height: 1.4em;
}
.page-table-basic > ul > li:first-child {
    border-top: 0;
}
.page-table-basic > ul > li > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.page-table-basic .no,
.page-table-basic .contain_col,
.page-table-basic .right_col { padding: 15px 0; }
.page-table-basic a:hover { color: #000; }
.page-table-basic .no { font-weight: 400; width: 90px; }
.page-table-basic .contain_col { text-align: left; }
.page-table-basic .title { font-size: 16px; line-height: 1.4em; display: inline-block; }
.page-table-basic .right_col { font-weight: 400; width: 150px; }
.page-table-basic .author { font-size: 14px; font-weight: 400; line-height: 1.4em; margin-top: 8px; color: #868686;}
.page-table-basic .links { border-top: 1px solid #eee; margin-top: 12px; padding-top: 10px; font-size: 14px; font-weight: 400;}
.page-table-basic .links a {
    font-weight: 500;
    color: #666;
    line-height: 1.6em;
}
.page-table-basic .links a:hover {
    color: #337ab7;
}
.page-table-basic .desc {
    margin-top: 0.5em;
    height: 60px;
    overflow: hidden;
}
.page-table-basic .desc a {
    color: #464646;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
    text-align: justify;
}
.page-table-basic .desc a:hover { color: #337ab7; }
.page-table-basic .pic {
    width: 100px;
    padding: 10px 15px 10px 5px;
}
.page-table-basic .webzine-feature {
    width: 200px;
    height: 150px;
}

.pagination-wrap {
    padding: 15px 0 0 !important;
}
.paging-wrap {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 0 !important;
    list-style: none !important;
}
.paging-wrap.right-col {
    text-align: right !important;
}
.paging-wrap .page-btn,
.paging-wrap .pages {
    display: inline-block !important;
    font-size: 13px !important;
    border: 1px solid #aaa !important;
    text-align: center !important;
    line-height: 30px !important;
    min-width: 32px !important;
    vertical-align: top !important;
    margin: 0 2px !important;
}
.paging-wrap .page-btn a,
.paging-wrap .pages a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    color: #888 !important;
}
.paging-wrap .page-btn a:hover,
.paging-wrap .pages a:hover {
    color: #46b5cd !important;
}
.paging-wrap .dots {
    vertical-align: top !important;
    display: inline-block !important;
    font-size: 13px !important;
}
.paging-wrap .dots:after {
    content: '...' !important;
    padding: 0 8px !important;
}
.paging-wrap .page-btn {
    padding: 0 10px !important;
    background-color: #eee !important;
}
.paging-wrap .page-btn.disable,
.paging-wrap .page-btn.disable > a {
    pointer-events: none !important;
    opacity: .75 !important;
}
.paging-wrap .pages.active {
    border: 1px solid #337ab7 !important;
}
.paging-wrap .pages.active > a{
    background-color: #46b5cd !important;
    color: #fff !important;
    pointer-events: none !important;
}

.evtdss-form-table {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    border-left: 1px solid #aaaaaa;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    margin-bottom: 24px;
}
.evtdss-form-table.sub-table {
    margin-top: -1px;
    border-top: none;
}
.evtdss-form-table tr th,
.evtdss-form-table tr td {
    /*
    position: relative;
    */
    border-collapse: collapse;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    padding: 6px 10px;
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    background-color: #fff;
}
.evtdss-form-table tr:last-child td {
    border-bottom: none;
}
.evtdss-form-table tr th {
    border-bottom: 1px solid #333333;
    background-color: #eeefef;
    font-weight: 500;
    text-align: center;
}
.evtdss-form-table tr td.labeler {
    background-color: #eeefef;
    font-weight: 500;
    width: 180px;
    text-align: center;
}
.evtdss-form-table tr td.noData {
    height: 120px;
    background-color: #fafafa;
    text-align: center;
}
.evtdss-form-table tr td select {
    width: 100%;
    height: 34px;
    margin: 5px 0;
    padding: auto 10px;
}
.evtdss-form-table tr td .incell-table {
    width: 100%;
    border: 1px solid transparent;
    margin: -1px;
}
.evtdss-form-table tr td .incell-table tr td:last-child {
    border-right: none;
}

.regi-file-input {
    display: inline-block;
    float: left;
    margin-top: 3px;
}
.regi-file {
    display: inline-block;
    font-size: 12px;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    color: #38b6ab;
    float: left;
    margin-top: 5px;
}
.regi-file img {
    margin-top: -5px;
    border: 1px solid #efefef;
    height: 48px;
}
.regi-file-inline {
    display: inline-block;
    font-size: 12px;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    color: #38b6ab;
    margin-top: 5px
}
.preview-thumb {
    display: inline-block;
    float: left;
    margin: 0 15px 0 5px;
}
.preview-thumb img {
    height: 60px;
}
.input-thumb {
    display: inline-block;
}
.input-thumb p {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 12px;
}
.block-btn {
    display: inline-block;
    margin: 3px 4px 0;
    vertical-align: top;
}
.incell-btn {
    float: right;
    margin-top: 3px;
}
.button-set .inline-button {
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    letter-spacing: 0.1em;
    padding: 2px 5px;
}
.inline-button.hor {
    display: inline-block;
}
.inline-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.inline-button.green { border: 1px solid #38b6ab; }
.inline-button.green > a { color: #38b6ab; }
.inline-button.green:hover, .inline-button.green:hover > a { background-color: #38b6ab; color: #fff; }
.inline-button.confirm { border: 1px solid #38b6ab; background-color: #5ed794; }
.inline-button.confirm > a { color: #fff; }
.inline-button.confirm:hover { background-color: #38b6ab; }
.inline-button.black { border: 1px solid #464646; background-color: #767676; }
.inline-button.black > a { color: #fff; }
.inline-button.black:hover { background-color: #333333; color: #fff; }

.inline-input-text {
    display: inline-block;
    margin-left: 4px;
    padding: 0 5px;
    height: 32px;
}
.inline-btn {
    display: inline-block;
    vertical-align: top;
}
.inline-btn .inline-button {
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    letter-spacing: 0.1em;
    padding: 5px 8px;
}
.inline-btn .inline-button a {
    display: block;
    width: 100%;
    height: 100%;
}

.incell-text {
    padding: 5px 0;
}
.incell-text-withbtn {
    position: relative;
    padding: 0 50px 0 0;
}
.incell-text-withbtn p {
    line-height: 24px;
    margin: 5px 0;
}
.incell-text-withbtn input {
    margin: 0;
    width: 100%;
}
.incell-comp {
    position: relative;
    padding: 0 50px 0 0;
    height: 380px;
}
.incell-comp.lg {
    height: 520px;
}
.incell-textarea {
    position: relative;
    padding: 0 50px 0 0;
    height: 180px;
}

.incell-textarea textarea {
    width: 100%;
    margin: 0;
    height: 100%;
}

.incell-textinput {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 34px;
    margin: 2px auto;
}
.incell-textinput.w75 { width: 75%; }
.incell-textinput.w66 { width: 66.6%; }
.incell-textinput.w50 { width: 50%; }
.incell-textinput.w25 { width: 25%; }
.incell-textinput.w10 { width: 10%; }
.incell-textinput.w33 { width: 33.3%; }

.incell-hyphen {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1.5em;
    line-height: 10px;
}
.incell-desc {
    font-size: 13px;
    line-height: 28px;
    color: #24cdac;
    margin-left: 0.5em;
}

.incell-textinput .date {
    height: 100%;
    padding: 4px 0;
}
.incell-textinput input[type=password],
.incell-textinput input[type=text] {
    padding: 0 5px;
    width: 100%;
    margin: 0;
    height: 100%;
}
.incell-text-withbtn .incell-btn,
.incell-comp .incell-btn,
.incell-textarea .incell-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.incell-etc {
    margin-left: 5px;
    display: inline-block;
    font-size: 0.92em;
    white-space: nowrap;
}
.incell-etc strong {
    font-weight: normal;
    color: #38b6ab !important;
}
.incell-textinput .incell-btn {
    position: relative;
    display: inline-block;
}
.date table,
.date table tr,
.date table tr th,
.date table tr td {
    border: none !important;
    background-color: #fff;
}
.dtpick {
    margin: 2px 0;
    padding: 0;
}
.inline-hypn {
    float: left;
    font-size: 10px;
    margin: 0 4px;
    line-height: 30px;
    color: #888;
}
.date-label {
    float: left;
    font-size: 14px;
    margin: 0 10px 0 5px;
    line-height: 34px;
    color: #888;
}
.inline-radio {
    margin: 5px 0 !important;
}


.bbs-stat {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    margin-left:2px;
}
.bbs-stat.new { background-image: url('../images/icon_bbs_new.gif'); }
.bbs-stat.file { background-image: url('../images/icon_bbs_file.gif'); }

.bbs-body-view {
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #333;
    min-height: 320px;
}

.bbs-body-view pre {
    display: block;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    width: 100%;
    overflow: inherit;
    background-color: #fff;
    border: none;
    font-family: inherit;
    font-size: inherit;
    white-space:normal;
}
.bbs-body-view pre p {
    display: block;
    width: 100%;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.78em;
}


.editor-wrap {
    margin: 15px auto;
    width: 100%;
    padding-right: 2px;
}
.mce-branding {
    display: none !important;
}

.table-wrap {
    display: block;
    margin-bottom: 25px;
}
.table-wrap .gallery-wrapper {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.table-wrap .gallery-wrapper .noData{
    display: block;
    width: 100%;
    text-align: center;
    height: 320px;
    font-size: 15px;
    margin: 0;
    border: 1px solid transparent;
}
.table-wrap .gallery-wrapper .noData p {
    margin-top: 140px;
}
.gallery-wrapper .gallery-box {
    position: relative;
    /*width: 20%;*/
    width: 248px;
    display: inline-block;
    padding: 10px;
}
.gallery-wrapper .gallery-box .gallery-content {
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
}
.gallery-wrapper .gallery-box .gallery-content:hover {
    border: 1px solid #38b6ab;
}
.gallery-wrapper .gallery-box .gallery-content:hover > .g-thumb .g-image {
    transform:scale(1.1);
}
.gallery-wrapper .gallery-box .gallery-content:hover > .g-body h4 {
    color: #38b6ab;
}
.gallery-wrapper .gallery-box .gallery-content:hover > .g-body {
    color: #111;
}
.gallery-content .g-thumb {
    display: block;
    height: 175px;
    background-color: #fafafa;
    overflow:hidden;
}
.gallery-content .g-thumb .g-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -ms-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    -webkit-transition: transform 0.2s ease-in;
}
.gallery-content .g-thumb .g-image span { display: none; }
.gallery-content .g-body {
    height: 90px;
    text-align: left;
    color: #888;
    padding: 8px 10px;
    border-top: 1px solid #ddd;
}
.gallery-content .g-body h4{
    font-family: "notokr-sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    word-break: break-all;
    margin: 0;
    height: 48px;
    overflow: hidden;
    font-weight: 500;
}
.gallery-content .g-body .hit,
.gallery-content .g-body .info {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 6px 0;
}
.gallery-content .g-body .hit{
    float: right;
}
.gallery-content .g-body .info span {
    font-family: "notokr-sans", sans-serif;
}
.gallery-wrapper .panel-collapse,
.gallery-wrapper .panel-heading {
    border: 1px solid #ddd;
}
.gallery-wrapper .panel-body {
    font-size: 15px;
}




.grid-wrap {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 100%;
    height: 400px;
}
.grid-head {
    display: block;
    margin: 15px 0 2px 0;
    color: #666666;
    height: 36px;
    font-size: 14px;
}
.grid-head .grid-count {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 8px;
    line-height: 24px;
}
.grid-head .grid-count strong {
    font-size: 15px;
    color: #38b6ab !important;
}
.grid-head .grid-list {
    float: left;
    vertical-align: top;
    height: 32px;
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 12px;
    letter-spacing: 0.1em;
    font-family: "notokr-medium", sans-serif;
    margin-left: 4px;
}
.grid-head .grid-print {
    float: right;
    vertical-align: top;
    height: 32px;
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 12px;
    letter-spacing: 0.1em;
    font-family: "notokr-medium", sans-serif;
    margin-left: 4px;
}
.grid-head .grid-print.green {
    background-color: #5ed794;
    border: 1px solid #38b6ab;
}
.grid-head .grid-list:hover,
.grid-head .grid-print:hover {
    background-color: #38b6ab;
}
.grid-filter {
    display: inline-block;
    float: right;
    margin: 0;
    height: 32px;
}
/******** Admin Table Style ******/
.fpis-admin-table {
    clear: both;
    width: 100%;
    border-top: 1px solid #aaa;
    border-left: 1px solid #ddd;
}
.fpis-admin-table .inner-table {
    margin: 0;
    border: none;
    background-color: #fff;
}
.fpis-admin-table .inner-table tr th:last-child,
.fpis-admin-table .inner-table tr td:last-child {
    border-right: none;
}
.fpis-admin-table .inner-table tr:last-child th,
.fpis-admin-table .inner-table tr:last-child td {
    border-bottom: none;
}
.fpis-admin-table tr th,
.fpis-admin-table tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.fpis-admin-table tr th {
    padding: 10px 12px;
    background-color: #fafafa;
    text-align: center;
}
.fpis-admin-table tr td {
    padding: 6px 12px;
    color: #666;
}
.fpis-admin-table tr:hover > td {
    background-color: #fcfcfc;
}
.fpis-admin-table tr th.no-data, .fpis-admin-table tr td.no-data { padding: 32px 0; }
.fpis-admin-table tr th.align-center, .fpis-admin-table tr td.align-center { text-align: center; }
.fpis-admin-table tr th.td-next-conn, .fpis-admin-table tr td.td-next-conn { border-right: none !important; }

.fpis-admin-table tr th.td-num, .fpis-admin-table tr td.td-check        { width: 52px; }
.fpis-admin-table tr th.td-num, .fpis-admin-table tr td.td-num          { width: 60px; }
.fpis-admin-table tr th.td-word, .fpis-admin-table tr td.td-word        { width: 82px; }
.fpis-admin-table tr th.td-combo, .fpis-admin-table tr td.td-combo      { width: 125px; }
.fpis-admin-table tr th.td-medium, .fpis-admin-table tr td.td-medium    { width: 250px; }
.fpis-admin-table tr th.td-long, .fpis-admin-table tr td.td-long        { width: 480px; }
.fpis-admin-table tr th.td-label, .fpis-admin-table tr td.td-label      { width: 200px; }
.fpis-admin-table tr th.td-title, .fpis-admin-table tr td.td-title      { font-weight: 700; }
.fpis-admin-table tr th.td-date, .fpis-admin-table tr td.td-date        { width: 240px; }
.fpis-admin-table tr th.td-dateH24, .fpis-admin-table tr td.td-dateH24  { width: 170px;}
.fpis-admin-table tr th.td-func, .fpis-admin-table tr td.td-func        { width: 160px; }

.fpis-datetime-picker { width: 220px; float: left; }

.table-input-m {
    height: 32px;
    margin: 0 2px;
}
.table-description {
    clert: both;
    display: block;
    height: auto;
    padding: 12px 15px;
    background-color: #fafafa;
    border: 1px solid #ededed;
    margin: 8px auto;
    border-radius: 4px;
    color: #646464;
    font-weight: 400;
    line-height: 24px;
}
.table-description strong{
    color: #333;
    font-weight: 700;
}
.btn-func {
    background-color: #fff;
    border: 1px solid #aaa;
    height: 30px;
    margin: 2px 0;
    padding: 0 7px;
    color: #666;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: 20px;
}
.btn-func:hover     { background-color: #efefef; color: #000; }

.btn-func.black     { border: 1px solid #666; background-color: #9a9a9a; color: #fff; }
.btn-func.blue      { border: 1px solid #38b6ab; background-color: #5ed794; color: #fff; }

.btn-func.black:hover     { background-color: #666; }
.btn-func.blue:hover     { background-color: #38b6ab; }

.submit-set {
    text-align: center;
    padding: 10px 0 0;
    font-size: 0;
    margin-bottom: 20px;
}
.submit-set button {
    height: 34px;
    padding: 0 15px;
    font-family: "notokr-medium", sans-serif;
    text-align: center;
    border: 1px solid #aaa;
    margin: 0 3px;
}
.submit-set button a {
    display: block;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.submit-set button.fpis-submit {
    background-color: #46b5cd;
    border: 1px solid #337ab7;
}
.submit-set button.fpis-submit-refresh {
    background-color: #24cdac;
    border: 1px solid #337ab7;
}
.submit-set button.fpis-submit-cancel {
    background-color: #333333;
    border: 1px solid #111111;
}
/********** Section Tag Style Control **********/
section {
    clear: both;
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    margin: 12px 0 15px;
    border: 1px solid transparent;
}
section h3 { font-size: 20px; color: #464646; }
section h4 { font-size: 20px; }

section .section-btns {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 12px;
}
section .section-btns .btn-report {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 36px;
    color: #666;
    padding: 0 12px;
}
section .section-btns .btn-report:hover {
    color: #46b5cd;
    border: 1px solid #46b5cd;
}
.section-box {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 0 12px 0;
    padding: 14px 22px;
}
.page-info {
    font-size: 15px;
    line-height: 36px;
    display: inline-block;
    color: #666666;
    font-weight: 400;
}
.page-info strong {
    color: #46b5cd;
    font-size: 1.12em;
    font-weight: 500;
}
.page-search {
    float: right;
    text-align: right;
    width: 50%;
    vertical-align: top;
}
.page-search select {
    height: 36px;
    width: 100px;
    vertical-align: top;
}
.page-search input {
    height: 36px;
    padding-left: 8px;
    vertical-align: top;
}
.page-search button {
    height: 36px;
    padding: 0 16px;
    border: 1px solid #888;
    background-color: #989999;
    color: #fff;
    vertical-align: top;
}
.page-search button span {
    color: #fff;
}
.page-search button:hover {
    background-color: #646464;
}
.page-search .btn-blue {
    border: 1px solid #337ab7;
    background-color: #46b5cd;
}
.page-search .btn-blue:hover {
    background-color: #337ab7;
}
.page-search .btn-green{
    border: 1px solid #38b6ab;
    background-color: #5ed794;
}
.page-search .btn-green:hover {
    background-color: #38b6ab;
}

.section-table {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.section-table.scrollable {
    width: 100%;
    height: 553px;
    border: 1px solid #ddd;
    overflow: auto;
}
.section-table .scroll-wrap {
    width: 100%;
    min-width: 800px;
    background-color: #acacae;
    overflow: auto;
    height: 550px;
}
.section-table .section-table-th,
.section-table .section-table-td {
    display: table-row;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ddd;
}
.section-table .scroll-wrap .section-table-th,
.section-table .scroll-wrap .section-table-td {
    border-left: none;
}
.section-table .section-table-th li,
.section-table .section-table-td li {
    display: table-cell;
    vertical-align: top;
    padding: 10px 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    line-height: 20px;
    height:40px;
}
.section-table .scroll-wrap .section-table-th li:last-child,
.section-table .scroll-wrap .section-table-td li:last-child {
    border-right: none;
}
.section-table .section-table-th li {
    font-weight: 600;
    text-align: center;
    color: #333;
    background-color: #f0f0f0;
}
.section-table .section-table-td li {
    background-color: #fff;
    color: #666;
    text-align: left;
}
.section-table .section-table-th li.align-center,
.section-table .section-table-td li.align-center {
    text-align: center;
}
.section-table .cell-5 { width: 5%;}
.section-table .cell-10 { width: 10%;}
.section-table .cell-15 { width: 15%;}
.section-table .cell-20 { width: 20%;}
.section-table .cell-25 { width: 25%;}
.section-table .cell-30 { width: 30%;}
.section-table .cell-33 { width: 33.33%;}
.section-table .cell-40 { width: 40%;}
.section-table .cell-50 { width: 50%;}
.section-table .cell-60 { width: 60%;}
.section-table .cell-66 { width: 66.66%;}
.section-table .cell-75 { width: 75%;}
.section-table .cell-80 { width: 80%;}
.section-table .cell-90 { width: 90%;}
.section-table .cell-100 { width: 100%;}
.section-table .cell-150 { width: 150%;}

.table-cell.colspan {
    display: none;
    /* collapse border */
    margin-top: -1px;
    margin-bottom: -1px;
}

.section-map-wrapper {
    display: block;
    width: 100%;
    background-color: #335459;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    height: 740px;
    font-size: 0;
}
.section-chart-wrapper {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #666;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 25px 40px;
}

/********** /Section Tag Style Control **********/
.monitor-nav {
    display: inline-block;
    width: 75%;
}
.chart-box-title {
    font-size: 20px;
    margin: 0;
    margin-top: 36px;
    color: #111;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
}
.chart-box-eng {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: 400;
}
.chart-box-filter {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0.5em;
    color: #37ad95;
    font-weight: 500;
}
.chart-contain {
    width: 100%;
    height: 200px;
}
.monitor-nav {
    position: relative;
    height: 100%;
}
.monitor-nav > .monitor-legend{
    position: absolute;
    right: 0;
    bottom: 0;
}
.monitor-legend > ul {
    display: block;
    margin: 15px 28px;
}
.monitor-legend > ul > li {
    font-size: 15px;
    color: #ddd;
    font-weight: 400;
    text-align: left;
    padding: 6px 0;
    line-height: 18px;
}
.monitor-legand-pointer {
    display: inline-block;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    border-radius: 50%;
}
.monitor-legand-pointer.po1 { background-color: #dd2a30; }
.monitor-legand-pointer.po2 { background-color: #f0da1d; }
.monitor-legand-pointer.po3 { background-color: #12e6d0; }
.monitor-legand-pointer.po4 { background-color: #187de4; }
.monitor-legand-pointer.po5 { background-color: #19dd67; }
.monitor-map-title {
    position: relative;
    font-size: 18px;
    margin: 0;
    margin-top: 36px;
    z-index: 8;
}
.monitor-map-eng {
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    color: #bde1e5;
    font-weight: 400;
    z-index: 9;
}
.monitor-map-current {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 0 45px;
    line-height: 28px;
    border: 1px solid #85999b;
    border-radius: 15px;
    margin: 25px auto 40px;
    z-index: 10;
}
.monitor-map {
    z-index: 2;
    position: relative;
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border: 1px solid transparent;
}
.monitor-map.all {
    margin: -155px auto 0;
    width: 430px;
    height: 707px;
    background-image: url('../images/korea_monitor_opt_corea.png');
}
.monitor-map.seoul {
    margin: 120px auto;
    width: 318px;
    height: 262px;
    background-image: url('../images/korea_monitor_opt_seoul.png');
}
.monitor-map.pusan {
    margin: 50px auto;
    width: 417px;
    height: 400px;
    background-image: url('../images/korea_monitor_opt_pusan.png');
}
.monitor-map.daegu {
    margin: 60px auto;
    width: 324px;
    height: 400px;
    background-image: url('../images/korea_monitor_opt_daegu.png');
}
.monitor-map.incheon {
    margin: 20px auto;
    width: 439px;
    height: 500px;
    background-image: url('../images/korea_monitor_opt_incheon.png');
}
.monitor-map.kwangju {
    margin: 120px auto;
    width: 320px;
    height: 215px;
    background-image: url('../images/korea_monitor_opt_kwangju.png');
}
.monitor-map.daejeon {
    margin: 100px auto;
    width: 256px;
    height: 320px;
    background-image: url('../images/korea_monitor_opt_daejeon.png');
}
.monitor-map.woolsan {
    margin: 80px auto;
    width: 400px;
    height: 393px;
    background-image: url('../images/korea_monitor_opt_woolsan.png');
}
.monitor-map.sejong {
    margin: 120px auto;
    width: 174px;
    height: 250px;
    background-image: url('../images/korea_monitor_opt_sejong.png');
}
.monitor-map.kyungki {
    margin: 15px auto;
    width: 392px;
    height: 500px;
    background-image: url('../images/korea_monitor_opt_kyungki.png');
}
.monitor-map.kangwon {
    margin: 40px auto;
    width: 500px;
    height: 430px;
    background-image: url('../images/korea_monitor_opt_kangwon.png');
}
.monitor-map.choongbuk {
    margin: 20px auto;
    width: 425px;
    height: 480px;
    background-image: url('../images/korea_monitor_opt_choongbuk.png');
}
.monitor-map.choongnam {
    margin: 50px auto;
    width: 500px;
    height: 420px;
    background-image: url('../images/korea_monitor_opt_choongnam.png');
}
.monitor-map.cheonbuk {
    margin: 90px auto;
    width: 525px;
    height: 300px;
    background-image: url('../images/korea_monitor_opt_cheonbuk.png');
}
.monitor-map.cheonnam {
    margin: 40px auto;
    width: 520px;
    height: 469px;
    background-image: url('../images/korea_monitor_opt_cheonnam.png');
}
.monitor-map.kyungbuk {
    margin: 50px auto;
    width: 580px;
    height: 361px;
    background-image: url('../images/korea_monitor_opt_kyungbuk.png');
}
.monitor-map.kyungnam {
    margin: 20px auto;
    width: 520px;
    height: 501px;
    background-image: url('../images/korea_monitor_opt_kyungnam.png');
}
.monitor-map.cheju {
    margin: 140px auto;
    width: 320px;
    height: 187px;
    background-image: url('../images/korea_monitor_opt_cheju.png');
}


.monitor-map .pointer {
    position: absolute;
    width: 16px;
    height: 16px;
    /*
    top: 0;
    left: 0;
    */
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.monitor-map .pointer.s1 { background-color: #dd2a30; }
.monitor-map .pointer.s2 { background-color: #f0da1d; }
.monitor-map .pointer.s3 { background-color: #12e6d0; }
.monitor-map .pointer.s4 { background-color: #187de4; }
.monitor-map .pointer.s5 { background-color: #19dd67; }

.monitor-nav-button {
    position: absolute;
    top: 100px;
}
.monitor-nav-button.before { left: 5%;}
.monitor-nav-button.next { right: 5%;}
.monitor-nav-button a {
    font-size: 16px;
    color: #aaa;
}
.monitor-nav-button a:hover {
    color: #fff;
}
.monitor-nav-button a button{
    background: none;
    border: none;
}
.monitor-nav-button.before a:before {
    content: '<';
}
.monitor-nav-button.next a:after {
    content: '>';
}

.monitor-table {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    background-color: #363636;
}
.guage-infos {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.guage-infos label {
    display: inline-block;
    width: 25%;
}
.guage-infos .guage-info-count {
    display: inline-block;
    border: 1px solid #aaa;
    width: 60%;
    text-align: right;
    line-height: 30px;
    padding: 0 10px;
}
.guage-infos span {
    display: inline-block;
    margin: 0 10px;
}

/********** Search Collapse ****************/
.contents-wrap form {
    margin: 0;
    padding: 0;
}

.search-acd {
    position: relative;
    margin-top: 65px;
    margin-bottom: 1.58em;
}
.search-acd .i-search,
.search-acd .o-search {
    font-size: 0;
    padding: 0;
    margin: 0;
}
.search-acd .o-search {
    width: 100%;
}
.i-search {
    position: relative;
    z-index: 9;
}
.i-search-col,
.o-search-col {
    display: inline-block;
    margin: 0;
}
.o-search-col {
    position: absolute;
    top: -45px;
    font-size: 15px;
    width: 25%;
    border-top:1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    line-height: 45px;
    height: 45px;
    font-weight: 500;
    background-color: #ededed;
    cursor: pointer;
    padding-right: 25px;
    z-index: 8;
}
.o-search-col.w50 { width: 50%; }
.o-search-col.w33 { width: 33.33%; }

.o-search.tab1 .o-search-col { left: 0; border-left: 1px solid #ddd;}

.o-search.tab2 .o-search-col { left: 25%; }
.o-search.tab3 .o-search-col { left: 50%; }
.o-search.tab4 .o-search-col { left: 75%; }

.o-search.tab2 .o-search-col.w50 { left: 50%; }

.o-search.tab2 .o-search-col.w33 { left: 33.33%; }
.o-search.tab3 .o-search-col.w33 { left: 66.66%; }

.o-search-col:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    right: 10px;
    top: 20px;
    background-image: url("../images/tab_slide_arrow.png");
    background-repeat: no-repeat;
}
.o-search-col.active:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    right: 10px;
    top: 19px;
    background-image: url("../images/tab_slide_arrow_active.png");
    background-repeat: no-repeat;
}

.o-search-col a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    color: #666;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
}
.o-search-col a:hover {
    color: #38b6ab;
}
.o-search-col.active,
.o-search-col.active > a{
    background-color: #38b6ab;
    /*pointer-events: none;*/
    color: #fff;
}
.o-search-col.active > a:hover{
    color: #ffde00;
}
.search-acd .i-search {
    border: 1px solid #38b6ab;
    border-bottom: none;
    height: 180px;
}
.i-search-col {
    position: relative;
    border-right: 1px solid #ddd;
    height: 100%;
    padding: 12px 5px;
    overflow-y: auto;
    font-size: 0;
}
.i-search-col:last-child { border-right: none;}
.i-search-col.w25 { width: 25%; }
.i-search-col.w33 { width: 33.33%; }
.i-search-col.w50 { width: 50%; }
.i-search-col.w66 { width: 66.66%; }
.i-search-col.w75 { width: 75%; }

.i-search-col .i-search-blank {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}
.i-search-col .i-search-blank .i-search-guide {
    display: inline-block;
    margin-top: 70px;
    margin-left: 25px;
    font-size: 13px;
    line-height: 20px;
}
.i-search-col .i-search-blank .i-search-guide:before {
    content: '← ';
}
.i-search-item {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    margin: 0 1%;
    vertical-align: top;
}
.i-search-col.w25 .i-search-item { width: 97%; }
.i-search-col.w33 .i-search-item { width: 97%; }
.i-search-col.w50 .i-search-item { width: 48%; }
.i-search-col.w66 .i-search-item { width: 48%; }
.i-search-col.w75 .i-search-item { width: 31%; }

.i-search-item a {
    display: block;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    font-family: "notokr-regular", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    overflow:hidden;
    cursor: pointer;
}
.i-search-item a:hover {
    color: #38b6ab;
}
.i-search-item.active > a {
    background-color: #38b6ab;
    color: #fff;
    pointer-events: none;
}
.i-search-item.active a:after {
    content: '';
    position: absolute;
    background-image: url('../images/tab_item_selected.png');
    width: 4px;
    height: 8px;
    right: 10px;
    top: 10px;
}
.i-search-item.selected > a {
    border: 1px solid #38b6ab;
    color: #38b6ab;
    pointer-events: none;
}
.search-acd .o-search .o-search-col.lastest {
    border-right: 1px solid #ddd;
}
.search-words {
    position: relative;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 18px 8px 15px;
    font-size: 14px;
}
.search-words p {
    padding: 0;
    margin: 4px 0;
    line-height: 20px;
}
.searach-word {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 5px;
    margin: 2px 5px 2px 0;
    border: 1px solid transparent;
    color: #333333;
}
.search-option {
    display: block;
    margin-top: 0.5em;
    padding: 0 8px;
    width: 100%;
    border: 1px solid transparent;
}
.search-option::after {
	content: "";
	clear: both;
	display: table;
}
.search-duration {
    display: inline-block;
}
/** **/
.search-option .search-duration{
    margin-bottom: 10px;
}
.search-option .tab-body {
    margin: 0 auto;
    width: 50%;
    display: inline-block;
}
.search-option .tab-body .tab-filter{
    padding-left: 0;
    height: 35px;
}
.search-option{
    padding:  0 5px;
}
/** **/
.searach-word label,
.search-duration label {
    float: left;
    position: relative;
    font-size: 15px;
    margin-right: 12px;
    padding-left: 15px;
    line-height: 32px;
    color: #666;
}
.searach-word label:before,
.search-duration label:before {
    content: '●';
    display: inline-block;
    position: absolute;
    color: #868686;
    left: 0;
    top: 0;
    font-size: 8px;
    line-height: 30px;
}
.searach-word .word-cancel {
    position: absolute;
    background-color: #38b6ab;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    width: 16px;
    height: 16px;
    line-height: 15px;
    padding: 0;
    text-align: center;
    right: 2px;
    top: 4px;
}
.searach-word .word-cancel:hover {
    background-color: #333;
}
.searach-word ul {
    float: left;
    font-size: 0;
}
.searach-word ul li{
    display: inline-block;
    font-size: 15px;
    line-height: 32px;
    color: #38b6ab;
}
.searach-word ul li:first-child:before {
    content: '';
}
.searach-word ul li:before {
    content: '-';
    margin: 0 5px;
}
.comp-tab {
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 2.5em;
}
.comp-tab-nohead {
    clear: both;
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 4em;

}
.tab-head {
    display: block;
    width: 100%;
    height: 38px;
    text-align: left;
    font-size: 0;
    border-bottom: 1px solid #aaa;
}
.tab-head.blank {
    height: 12px;
    border: none;
}
.tab-head li {
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    padding: 0 20px;
}
.tab-head li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #888;
}
.tab-head li a:hover {
    color: #38b6ab;
}
.tab-head li.active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #fff;
}
.tab-head li.active a {
    pointer-events: none;
    color: #333;
}
.tab-body {
    clear: both;
    display: block;
    width: 100%;
    margin: 20px auto;
}
.tab-body .tab-filter {
    display: block;
    height: 40px;
    border: 1px solid transparent;
    text-align: left;
    font-size: 0;
    margin-bottom: 5px;
}
.tab-filter > label {
    font-size: 14px;
}
.tab-filter-check .tab-inline,
.tab-filter .tab-inline {
    position: relative;
    display: block;
    height: 100%;
    padding-left: 80px;
}
.tab-filter .tab-inline > label {
    position: absolute;
    font-size: 14px;
    line-height: 32px;
    left: 0;
}
.tab-body .tab-filter .tab-inline .tab-filter-select,
.tab-body .tab-filter .tab-filter-select {
    height: 100%;
    line-height: 34px;
    min-width: 120px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.tab-filter-select.w33 {
    display: inline-block;
    width: 31%;
    margin: 0 1%;
}
.tab-filter-select.w50 {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
}
.tab-filter-select.w100 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.tab-filter-check {
    text-align: left;
    font-size: 15px;
    vertical-align: bottom;
    padding: 2px 0;
    line-height: 24px;
}
.kor-map {
    display: block;
    width: 100%;
    margin-top: 20px;
    height: 560px;
}
.kor-map .union-map {
    display: inline-block;
    vertical-align: middle;
}
.kor-map .union-map.all { width: 360px; margin: 24px auto;}

.map-over.active path {
    fill: #4a4f51;
    pointer-events: none;
}

.danger-meter {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.danger-meter .danger-head {
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}
.danger-head h4 { font-size: 20px; display: inline-block}
.danger-head h4 span { font-size: 15px; font-family: "notokr-sans", sans-serif; font-weight: 500; color: #646464; }
.danger-head p { float: right; display: inline-block; padding-top: 1em; color: #38b6ab; }

.danger-meter .danger-body {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    height: 150px;
    overflow: hidden;
    white-space: nowrap;
}
.danger-body a {
    position: absolute;
    font-size: 18px;
    color: #888;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
}
.danger-body a button {
    height: 100%;
    background-color: #fff;
    border: none;
}
.danger-body a.slide-before {
    left: 0;
    top: 0;
}
.danger-body a.slide-after {
    right: 0;
    top: 0;
}
.danger-body li{
    display: inline-block;
    width: 19.8%;
    font-size: 16px;
    text-align: center;
    height: 100%;
    padding: 0;
}
.danger-body li span {
    display: block;
    margin-top: 1.2em;
}
.danger-body li label {
    display: block;
}
.danger-body li .danger-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 12px auto 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.danger-body li.defcon1 .danger-img { background-image: url('../images/common/defcon1.png'); }
.danger-body li.defcon2 .danger-img { background-image: url('../images/common/defcon2.png'); }
.danger-body li.defcon3 .danger-img { background-image: url('../images/common/defcon3.png'); }
.danger-body li.defcon4 .danger-img { background-image: url('../images/common/defcon4.png'); }
.danger-body li.defcon5 .danger-img { background-image: url('../images/common/defcon5.png'); }


/************* reset style **************/
.noMargin   { margin: 0 !important; }
.noPadding  { padding: 0 !important; }
.noPadding-left  { padding : 0 8px 0 0; }
.noPadding-right  { padding: 0 0 0 8px; }
.bootstrap-datetimepicker-widget { z-index: 1032;}
.disabled   { cursor: default; pointer-events: none; }
.align-100-center { width: 100%; text-align: center; }
.panel {
    border: none;
}
.admin-login-box {
    text-align: center;
}
.admin-login-box h3 {
    color: #111;
    font-size: 2.86em;
    margin-top: 38px;
    margin-bottom: 4px;
}
.admin-login-box h3 > span {
    color: #38b6ab;
}
.admin-login-box p {
    color: #666;
    padding: 0;
    margin-bottom: 2.4em;
}
.admin-description {
    display: block;
    background-color: #fafafa;
    margin: 1em auto;
    word-break: keep-all;
    white-space: pre;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.g-chart-pie {
    min-width: 120px;
    height: 300px;
    max-width: 100%;
    margin: 50px auto 10px;
}
.t-chart-line {
    min-width: 180px;
    margin: 60px auto 20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0a0a0;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* InternetExplorer 10-11 */
    color: #a0a0a0;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #a0a0a0;
}

.calendar_area {}
.calendar_area #calendar {background-color: #fff; margin:0 auto;}

/* fc calendar css fix*/
.calendar_area .fc-view-container .fc-head {border-bottom: 1px solid #ddd; font-size: 12px;}
.calendar_area .fc-scroller {overflow: visible !important; }
.calendar_area .fc-head-container th {height: 28px; vertical-align: middle; font-family:"notokr-light", sans-serif; background-color: #8c9194; color: #fff;}
.calendar_area .fc-bg {display: none;}
.calendar_area .fc-view, .calendar_area .fc-view>table {z-index: 5;}
.calendar_area .fc-body {font-size: 13px;  font-family: "NanumSquare", sans-serif;  font-weight: 400; letter-spacing: -1px;}
.calendar_area .fc-toolbar {display: none;}
.calendar_area .fc-unthemed .fc-disabled-day {background: none;}
/* .calendar_area .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {float: none; height: 119px; line-height: 30px; display: block; } */
.calendar_area .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {float: none; height: 25px; line-height: 30px; display: block; }
.calendar_area .fc-day-top {text-align: center; line-height: 1; cursor: default;}
/* .calendar_area .fc-basic-view .fc-body .fc-row {min-height: 0; height: 120px !important;  border-right: 1px solid #cacaca;} */
.calendar_area .fc-basic-view .fc-body .fc-row {height: auto !important;  border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca;}
/*
.calendar_area .fc-row .fc-content-skeleton {padding-bottom: 0; height: 100%;}
.calendar_area .fc-row .fc-content-skeleton table {height: 100%;}
*/
.calendar_area .fc-row .fc-content-skeleton { padding: 0; }
.calendar_area .fc-row .fc-content-skeleton table thead > tr > td { border-bottom: none; border-right: 1px solid #cacaca; }
/*.calendar_area .fc-row .fc-content-skeleton table > tbody > tr { height: 122px;}*/
/*.calendar_area .fc-row .fc-content-skeleton table > tbody > tr > td { min-height: 100%; border-right: 1px solid #cacaca; border-top: none; }*/
.calendar_area .fc-row .fc-content-skeleton table > tbody > tr { height: auto; }
.calendar_area .fc-row .fc-content-skeleton table > tbody > tr > td { border-right: 1px solid #cacaca; border-top: none; }

.calendar_area .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {padding: 0;}
.calendar_area .fc-unthemed td.fc-today {background: none;}
.calendar_area .fc td.fc-today { border-style:none; position: relative; color: white; }
.calendar_area .fc-content-skeleton td.fc-today:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-47%);
    top: 3px;
    background: #5ed895 !important;
}

.calendar_area .fc td, .calendar_area .fc th {border-style:none; }
.calendar_area .fc td { background-color: #fff; border-left: 1px solid #c4c4c4;}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {border-color: #c4c4c4;}

.calendar_area .fc-content-skeleton table > tbody > tr { border-bottom: 1px solid #c4c4c4;}
.calendar_area .fc-day-number {position: relative;}
/*.calendar_area .fc-day-number:after {position: absolute; content: ''; width: 7px; height: 7px; border-radius: 10px; bottom: 8px; left: 50%; transform: translateX(-50%); background-color: #b2b2b2;}*/
.calendar_area .__timeselect:after {background-color: #ff7967;}
.calendar_area .__smart:after {background-color: #8f53ff;}
.calendar_area .__timing:after {background-color: #678be8;}
.calendar_area .__homebs:after {background-color: #ff45f0;}

.flexi_apply_content.calendar_area .fc-day-number:after {display: none;}

/* 휴일 */
.calendar_area .fc-sat .fc-day-number, .calendar_area .fc-sun .fc-day-number { color : #b2b2b2 !important;}
.calendar_area .fc-sat .fc-day-number:after, .calendar_area .fc-sun .fc-day-number:after, .calendar_area .fc-content-skeleton td.__holiday:before, .calendar_area .fc-content-skeleton td.fc-sun:before ,.calendar_area .fc-content-skeleton td.fc-sat:before  { display: none; }
.calendar_area .__holiday {color: #b2b2b2 !important; }
.calendar_area .__holiday .fc-day-number:after {display: none;}
.calendar_area .fc-content-skeleton td.__holiday:before {display: none;}

.holidays_head .box_row > p {width: 62px;}
.holidays_head .box_row > div {width: 100px;}
.working .days {display: inline-block; background-color: white; border-radius: 8px; padding: 9px 0; border:2px solid #b289ff; color:#b289ff; font-size: 14px; width: 51px; text-align: center;}
.working .title {font-weight: bold; }

/* 캘린더 이벤트 */
.fc-row .fc-content-skeleton tbody tr, .fc-row .fc-helper-skeleton tbody tr {
    border: 1px solid red;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    padding: 4px 3px;
    border: 1px solid #ccc !important;
    border-top-color: transparent !important;
    min-height: 200px;
    height: 60px;
}
.calendar_area .fc-content-skeleton table tr tbody .fc-event-container {
    height: auto !important;
}
.calendar_area .fc-content-skeleton table tr .fc-time   {
    background-color: #fff;
    color: #5ed895;
    border: 1px solid #5ed895;
    display: inline-block;
    padding: 0px 3px 0 2px;
    border-radius: 4px;
    margin-left: 2px;
    line-height: 14px;
    font-family: 'NanumSquare', sans-serif;
    letter-spacing: 0.03em;
}
.calendar_area .fc-content-skeleton table tr .fc-title  {
    color: #111;
    font-family: "notokr-sans", sans-serif;
    font-weight: 500;
}
.calendar_area .fc-content-skeleton table tr .fc-die    {
    color: #f63c63;
    font-family: "notokr-sans", sans-serif;
}

.today-date {
    display: inline-block;
    float: right;
    vertical-align: bottom;
    line-height: 36px;
    color: #666;
}
.today-date strong {
    color: #38b6ab;
}
.month-pick {
    text-align: left;
    margin: 25px auto;
    border: 1px solid transparent;
}
.month-pick button{
    position: relative;
    padding: 0;
    margin: 0 10px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border: 1px solid #aaa;
    line-height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}
.month-pick button img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -3px;
}
.month-pick button:hover {
    background-color: #5ed895;
    border-color: #38b6ab;
}
.month-pick button.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.month-pick span {
    display: inline-block;
    font-size: 17px;
    font-family: "notokr-sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    width: 150px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 15px;
    color: #646464;
    padding: 0 12px;
    vertical-align: middle;
}
tr:first-child > td > .fc-day-grid-event {
    margin-top: 28px;
}
.fc-event {
    border: none;
    padding: 4px;
    background-color: #ff6160;
}
.fc-content {
    background-color: #ff6160;
}
.fc-content span {
    margin: 2px 0.12em;
    white-space: normal;
    font-weight: 500 !important;
}
.fc-content span br{
    clear: both;
}

/**** main ****/
.wrapper.main {
    background-color: #f5f5f5;
    padding: 15px 10px;
}
.wrapper.main > .container-fluid {
    max-width: 1470px;
    margin: 0 auto;
}
.col-box-h1,
.col-box-h2,
.col-box-h3 {
    font-size: 0;
    padding: 0;
}
.main-widget {
    position: relative;
    display: inline-block;
    padding: 5px 4px;
    font-size: 16px;
    vertical-align: top;
}
.widget-box-25 { width: 25%; }
.widget-box-40 { width: 40%; }
.widget-box-50 { width: 50%; }
.widget-box-60 { width: 60%; }
.widget-box-75 { width: 75%; }
.widget-box-100 { width: 100%; }

.main-widget > section {
    border: 1px solid #efefef;
    background-color: #fff;
    margin: 0;
    height: 100%;
    padding: 0;
}
.main-widget.overflowed > section {
    overflow: hidden;
}

.widget-h10 { height: 180px;}
.widget-h15 { height: 320px;}
.widget-h20 { height: 360px;}
.widget-h25 { height: 400px;}
.widget-h28 { height: 476px;}
.widget-h30 { height: 540px;}

.main-widget > section.box-blue     { background-color: #48b0f7; }
.main-widget > section.box-green    { background-color: #10cfbd; }
.main-slider {

}
.main-slider img {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .main-slider-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 253px;
    padding-top: 50px;
    background-image: url('../images/assets/slide_caption.png');
    background-repeat: repeat-x;
    background-position: bottom;
    color: #fff;
}
.main-slider .main-slider-body > h2 {
    color: #fff;
    font-family: "NanumSquare", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 25px;
}
.main-slider .main-slider-body > p {
    font-size: 16px;
    line-height: 18px;
    padding: 0 25px;
}
.main-slider .main-slider-body ul {
    font-size: 0;
    padding: 15px 0;
    margin-bottom: 5px;
}
.main-slider .main-slider-body ul li {
    display: inline-block;
    font-size: 12px;
    width: 33.3%;
    text-align: center;
}
.main-slider .main-slider-body ul li h3 {
    display: inline;
    font-weight: 400;
    margin: 0 0.4em 0 0;
}

.main-slider .main-slider-body ul li span,
.main-slider .main-slider-body ul li label {
    font-weight: 400;
}
.main-slider .main-slider-body ul li label {
    display: block;
    line-height: 12px;
}

.main-slider .main-slider-head {
    position: relative;
}

.main-summaries {
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px 20px;
    font-size: 0;
}
.main-summary-head {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 28%;
}
.main-summary-head .btn_summary {
    display: block;
    width: 52px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fff;
    border: none;
    margin: 10px auto;
}
.main-summary-head .btn_summary:hover { background-position: bottom left; }
.btn_summary.next { background-image:url("../images/common/btn_summary_next.png"); }
.btn_summary.prev { background-image:url("../images/common/btn_summary_prev.png"); }

.main-summary-head dl {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    margin: 12px 0;
}
.main-summary-head dl dd {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.main-summary-date {
    border: 1px solid #48b0f7;
    background-color: #48b0f7;
    color: #fff;
    height: 25px;
    line-height: 18px;
    border-radius: 13px;
    padding: 3px 10px;
    margin-bottom: 20px;
}
.main-summary-date a {
    display: block;
    float: right;
    color: #b3e0ff;
    font-size: 13px;
    line-height: 16px;
}
.main-summary-date a:hover { color: #fff; }
.main-summary-body {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 72%;
}
.main-summary-body ul {
    display: block;
    height: 100%;
    margin: 0;
}
.main-summary-body ul li {
    display: inline-block;
    position: relative;
    width: 33.3%;
    font-size: 16px;
    height: 100%;
}
.summary-chart-bar {
    height: 118%;
    margin-top: -5px;
    padding: 0;
}
.box-link .box-link-body {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 20px 0 0 6%;
}
.box-link img {
    position: absolute;
    right: 6%;
    transition: all .38s ease 0s;
    -webkit-transition: all .38s ease 0s;
    -moz-transition: all .38s ease 0s;
}
.box-link img.bl1 { height: 60%; top: 20%; }
.box-link img.bl2 { height: 85%; top: 12%; }
.box-link img.bl3 { height: 75%; top: 13%; }
.box-link img.bl4 { height: 80%; top: 10%; }
.box-link:hover img { right: 3%; }
.box-link:hover img.bl1 { height: 142px; top: 10%; }
.box-link:hover img.bl2 { height: 187px; top: -4%; }
.box-link:hover img.bl3 { height: 158px; top: 5%; }
.box-link:hover img.bl4 { height: 174px; top: 4%; }

.box-link .bl_themes {
    position: absolute;
    width: 300px;
    height: 230px;
    background-image: url("../images/common/link_comp_05.png");
    background-repeat: no-repeat;
    background-position: left top;
    right: -24px;
    bottom: 36px;
}
.box-link:hover .bl_themes {
    background-position: left bottom;
}
.box-link .box-link-body.theme-link {
    height: 334px;
}
.box-link .box-link-body.theme-link button {
    background-color: #00cc99;
}


.box-link .box-link-body.theme-link .theme-favorite {
    display: inline-block;
    border: 1px solid #aaa;
    color: #868686;
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 13px;
}
.box-link .box-link-body h2 {
    font-size: 27px;
    line-height: 32px;
    word-break: keep-all;
    color: #5a5b5b;
    padding: 0;
    margin: 0.5em 0 0.12em 0;
}
.box-link .box-link-body p {
    word-break: keep-all;
    font-size: 13px;
    color: #a9aeae;
    padding: 0;
    margin: 0;
}
.box-link .box-link-body button {
    background-color: #f55753;
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    padding: 2px 5px;
    transition: background-color .5s ease 0s;
    -webkit-transition: background-color .5s ease 0s;
    -moz-transition: background-color .5s ease 0s;
}
.box-link .box-link-body button:hover {
    background-color: #333;
}

.main-qsearch {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
}
.main-qsearch .main-qsearch-head {
    float: left;
    width: 250px;
    height: 100%;
    padding: 10px;
    border-right: 1px dashed #ddd;
}
.main-qsearch .main-qsearch-head h3 {
    font-size: 20px;
    color: #5a5b5b;
    padding: 0;
    margin: 0;
}
.main-qsearch .main-qsearch-head label {
    font-size: 13px;
    font-family: "NanumSquare", sans-serif;
    color: #a9aeae;
    font-weight: 500;
}
.main-qsearch .main-qsearch-head img {
    margin: 0 auto;
}
.main-qsearch .main-qsearch-head p {
    font-size: 13px;
    color: #686868;
    line-height: 16px;
    font-weight: 400;
    word-break: keep-all;
}
.main-qsearch .main-qsearch-head a {
    display: block;
    font-size: 14px;
}
.main-qsearch .main-qsearch-body {
    width: 100%;
    height: 100%;
    padding-left: 250px;
}
.main-qsearch-body dl {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0;
    padding: 0 10px;
}
.main-qsearch-body dl dd {
    display: inline-block;
    position: relative;
    width: 25%;
    font-size: 13px;
    padding: 10px 25px 10px 30px;
}
.main-qsearch-body dl > dd:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 245px;
    background-image: url('../images/common/comp_search_steps.png');
    background-repeat: no-repeat;
    right: 0;
    margin-right: -20px;
    top: 25px;
}
.main-qsearch-body dl > dd:last-child:before {
    background-image: none !important;
}
.main-qsearch-body dl dd > h2 {
    font-size: 28px;
    padding: 2px 0 6px 0;
    margin: 0;
    color: #cdd0d0;
}
.main-qsearch-body dl dd > p {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    word-break: keep-all;
    min-height: 70px;
}
.main-qsearch-body dl dd select {
    width: 92%;
    height: 42px;
    margin-bottom: 2px;
    font-size: 16px;
    border: 3px solid  #6dcff6;
}
.main-qsearch-body dl dd button {
    display: block;
    background-color: #fff;
    background-image: url('../images/common/lg_btn_blue.png');
    background-repeat: repeat-x;
    border: 1px solid #4cacd2;
    height: 88px;
    width: 190px;
    color: #fff;
}
.main-qsearch-body dl dd button:hover {
    background-image: url('../images/common/lg_btn_blue_hover.png');
}
.main-qsearch-body dl dd button p {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}
.main-qsearch-body dl dd button span {
    display: inline-block;
    width: 88px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}
.main-qsearch-body dl dd button .glyphicon {
    float: right;
    font-size: 44px;
    vertical-align: middle;
    margin: 0;
    padding: 9px 0 0 0;
}
.main-notice {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.main-notice > img {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 80%;
}
.main-notice:hover > img {
    width: 90%;
    top: -25px;
    left: 42%;
}
.main-notice > .main-notice-head {

}
.main-notice > .main-notice-body {
    position: absolute;
    font-family: "NanumSquare", sans-serif;
    left: 0;
    bottom: 0;
    padding: 2em;
}
.main-notice > .main-notice-body > a {
    display: block;
}
.main-notice > .main-notice-body > a,
.main-notice > .main-notice-body > a > h3 {
    color: #fff;
}
.main-notice > .main-notice-body > a > label {
    font-size: 28px;
    line-height: 32px;
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: 400;
}
.main-notice > .main-notice-body > a > span {
    font-size: 28px;
    line-height: 32px;
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: 400;
}
.main-notice > .main-notice-body > a > h3 {
    font-size: 32px;
    padding: 0;
    margin: 5px 0;
}
.main-notice > .main-notice-body > a:hover,
.main-notice > .main-notice-body > a:hover > h3 {
    color: #fff;
}
.main-notice > .main-notice-body > a > p {
    font-size: 17px;
}

.main-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.main-content > img {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main-content .main-content-body {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.main-content .main-content-body > label {
    border: 1px solid #fff;
    padding: 0 4px;
    border-radius: 5px;
    background-color: #fff;
    color: #10cfbd;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.main-content .main-content-body > a > h3 {
    font-size: 22px;
    padding: 0;
    margin: 8px 0;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-content .main-content-body > a > h3,
.main-content .main-content-body > a {
    color: #fff;
}
.main-content .main-content-body > a:hover > h3,
.main-content .main-content-body > a:hover {
    color: #111;
}

.main-widget .comp-date {
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    opacity: .68;
}

.main-monitor {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.main-monitor > .main-monitor-head {
    display: inline-block;
    float: left;
    width: 400px;
    height: 100%;
    overflow: hidden;
}
.main-monitor > .main-monitor-head > p {
    padding: 15px 15px 5px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #868686;
}
.main-monitor > .main-monitor-head > h3 {
    margin: 0;
    padding: 8px 15px;
    color: #868686;
}
.main-monitor > .main-monitor-head > span {
    padding: 8px 15px;
    color: #9a9a9a;
    font-weight: 400;
}
.main-monitor > .main-monitor-head > span > strong {
    font-family: "NanumSquare", sans-serif;
    font-size: 24px;
    color: #104440;
}

.main-monitor-head .main-monitor-clipping {
    display: inline-block;
    padding: 5px 15px;
}
.main-monitor-head .main-monitor-clipping li {
    display: inline-block;
    border: 1px solid #ddd;
    font-size: 12px;
    width: 40px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.main-monitor-head .main-monitor-clipping li.active {
    background-color: #e6e6e6;
}
.main-monitor-head .main-monitor-clipping li a {
    color: #666;
}
.main-monitor-chart {
    min-width: 100%;
    height: 180px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}
#mainMonitorChart {
    height: 232px;
    width: 104%;
}
.main-monitor-foot {
    display: block;
    width: 100%;
    height: 34px;
}
.main-monitor-foot a {
    display: block;
    background-color: #e6e6e6;
    height: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 33px;
    color: #999;
    padding: 0 15px;
}
.main-monitor-foot a:hover {
    color: #104440;
}
.main-monitor-body {
    position: relative;
    height: 100%;
    padding-left: 400px;
    overflow: hidden;
    background-color: #104440;
}
.main-monitor-body > h3 {
    position: absolute;
    left: 20px;
    top: 2px;
    color: #fff;
    z-index: 99;
}
.main-monitor-map {
    position: absolute;
    width: 356px;
    height: 379px;
    left: 50%;
    margin-left: -152px;
}
.main-monitor-map .main-monitor-korea {
    position: absolute;
    display: block;
    width: 356px;
    height: 379px;
    top: 0;
    left: 50%;
    margin-left: -178px;
    background-image: url('../images/main_map.png');
    background-repeat: no-repeat;
}
.main-monitor-map .main-kor {
    position: absolute;
}
.main-monitor-map .main-map-pointer {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
}
.main-type {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-type .main-type-header {
    display: block;
    width: 100%;
    height: 90px;
}
.main-type .main-type-header ul {
    display: block;
    width: 100%;
    font-size: 0;
    height: 100%;
}
.main-type .main-type-header ul li {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 100%;
    border-bottom: 2px solid #f0f0f0;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.main-type .main-type-header ul li.active {
    border-bottom: 2px solid #ff6161;
}
.main-type-header ul li .type-title {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 0;
    color: #868686;
    padding: 22px 8px 0 8px;
}
.main-type-header ul li .type-perc {
    font-family: "NanumSquare", sans-serif;
    padding: 10px 0;
    margin: 0;
}
.main-type-header ul li .type-perc.plus { color: #48b0f7; }
.main-type-header ul li .type-perc.minus { color: #ff6161; }

.main-type-body {
    width: 100%;
    overflow: hidden;
    height: 264px;
}

.main-type-body > .main-type-chart {
    display: block;
    height: 165px;
    width: 95%;
    margin: 15px auto 10px auto;
    overflow: hidden;
}

#mainTypeGraph {
    height: 210px;
}

.main-type-body > .main-type-reports {
    position: relative;
    padding: 0 15px;
}
.main-type-reports > h3 {
    padding: 11px 0;
    margin: 0;
    font-size: 24px;
}
.main-type-reports > h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #8a8a8a;
}
.main-type-reports > p {
    position: absolute;
    right: 18px;
    top: 16px;
    font-family: "NanumSquare", sans-serif;
    font-weight: 600;
    float: right;
    font-size: 24px;
    color: #104440;
}


.main-report {
    display: block;
    width: 100%;
    height: 100%;
}
.main-report .main-report-header {
    height: 90px;
    padding: 0 15px;
}
.main-report .main-report-header > h3 {
    color: #104440;
    font-size: 24px;
    padding: 24px 0 8px;
    margin: 0;
}
.main-report .main-report-header > p {
    color: #b8b9b9;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.main-report .main-report-body {
    display: block;
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.main-report .main-report-body ul {

}
.main-report .main-report-body ul li {

}

/******* Common Style *********/
.pl { color: #f55753 !important; }
.mi { color: #78faf2 !important; }

/********** Passages ***********/
.sub-pages {
    text-align: center;
    margin: 3em auto;
}
.sub-pages dl {
    display: inline-block;
}
.sub-pages dl dd {
    display: inline-block;
    text-align: center;
    font-size: 20px;
}
.sub-pages dl dd:after {
    content: '/';
    color: #888;
    text-align: right;
    margin: 0 1em;
}
.sub-pages dl dd:last-child:after {
    content: '';
}
.sub-pages dl dd.active a {
    font-weight: 600;
    color: #111;
    pointer-events: none;
    border-bottom: 2px solid #333;
}
.sub-pages dl dd a {
    color: #5a5a5a;
    cursor: pointer;
}
.sub-pages dl dd a:hover {
    color: #48b0f7;
}

.sub-page-tab {
    width: 100%;
    display: block;
    margin-bottom: 2em;
}
.sub-page-tab dl {
    font-size: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-right: 1px solid #aaa;
}
.sub-page-tab dl dd {
    display: inline-block;
    border: 1px solid #aaa;
    border-right: none;
    height: 100%;
    font-size: 18px;
    margin-top: -1px;
}
.sub-page-tab dl.dd25 dd { width: 25%; }
.sub-page-tab dl.dd33 dd { width: 33.33%; }
.sub-page-tab dl.dd20 dd { width: 20%; }
.sub-page-tab dl.dd50 dd { width: 50%; }

.sub-page-tab dl dd a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #5a5a5a;
    line-height: 24px;
    padding: 13px 2px;
    white-space: nowrap;
    overflow: hidden;
}
.sub-page-tab dl dd a:hover {
    color: #111;
    background-color: #fafafa;
}
.sub-page-tab dl dd.active a {
    background-color: #5a5a5a;
    color: #fff;
    pointer-events: none;
}

.articles {
    display: inline-block;
    width: 100%;
    margin-bottom: 2em;
}
/*** 약관형 article 처리 ****/
.articles p.policies{
    font-size: 14px;
    line-height: 21px;
}
.articles h4.policies{
    font-size: 17px;
    font-family: "notokr-sans", sans-serif;
}
.policies.indent1 { padding-left: 1em;}
.policies.indent2 { padding-left: 2.24em; line-height: 18px; }
.policies.indent3 { padding-left: 3.48em; font-size: 0.86em; line-height: 18px;}

.articles ul.policies {
    list-style: none;
}
.articles .small {
    font-size: 0.94em;
    color: #646464;
}
.articles ol.policies {
    list-style: decimal;
}
.articles ul.policies li {
    position: relative;
    font-size: 14px;
    margin-left: 1.12em;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0.42em;
}
.articles ol.policies li p,
.articles ul.policies li p {
    margin: 6px 0;
    padding: 0;
}
.articles ul.policies li:before {
    content: '\2013';
    position: absolute;
    left: -1em;
}
.articles ol.policies li {
    font-size: 14px;
    margin-left: 1.12em;
    padding-left: 0;
    list-style: decimal;
}
.articles table.policies tr th,
.articles table.policies tr td {
    font-size: 14px;
}
/*** /약관형 article 처리 ****/
.articles > h1,
.articles > h2,
.articles > h3,
.articles > h4 {
    color: #333;
    padding: 0.28em 0;
    margin: 0;
}

.articles h1 { }
.articles h2 { font-size: 30px; }
.articles h3 { font-size: 25px; }
.articles h4 { }

.articles > .passage {
    font-size: 17px;
    display: inline-block;
    word-break: keep-all;
    line-height: 24px;
    margin-bottom: 1.5em;
    vertical-align: top;
}
.articles > .passage.rightpsgs  { margin-left: 0; }
.articles > .passage.p100   { width: 100% }
.articles > .passage.p50    { width: 49% }

.articles > .passage.center-img { text-align: center; }

.articles > .passage table {
    border: 1px solid #aaa;
    width: 100%;
    margin: 1em auto 2em;
}
.articles > .passage table tr th {
    height: 34px;
    padding: 5px;
    text-align: center;
    border: 1px solid #aaa;
    border-bottom: none;
    background-color: #eaeaef;
}
.articles > .passage table tr td {
    height: 32px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #aaa;
}
.articles > .passage table tr td:first-child {
    text-align: center;
}
.articles > .passage > .str-box {
    border: 1px solid #aaa;
    margin: 1.25em auto;
    padding: 0.88em 1.24em;
    background-color: #fafafb;
}
.articles > .passage > .str-box.nobg-color {
    background-color: transparent !important;
}
.articles > .passage > .str-box strong {
    border: 1px solid #9a9a9a;
    display: inline-block;
    line-height: 32px;
    border-radius: 18px;
    padding: 2px 12px;
    margin: 20px 0 8px -1px;
}
.str-box table {
    /*border: 1px solid red;*/
}
.open-img {
    width: 100%;
    max-width: 329px;
    text-align: center;
    margin: 0 auto;
}
.outer-link-btn {
    border: 1px solid #aaa;
    background: none;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    height: 55px;
    margin-bottom: 10px;
}
.outer-link-btn:hover {
    background-color: #333;
    color: #fff;
}
.articles > .passage > ul.msg-box,
.articles > ul.msg-box {
    width: 100%;
    list-style: circle;
    background-color: #54545a;
    padding: 1em;
}
.articles > .passage > ul.msg-box li,
.articles > ul.msg-box li {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    word-break: keep-all;
    list-style: circle;
    margin-bottom: 0.24em;
    margin-left: 1.25em;
}

.articles > .passage > ul.obj-box,
.articles > ul.obj-box {
    display: block;
    width: 100%;
    list-style: circle;
}
.articles > .passage > ul.obj-box li,
.articles > ul.obj-box li {
    font-size: 17px;
    line-height: 24px;
    word-break: keep-all;
    margin-bottom: 0.24em;
    list-style: circle;
    margin-left: 1.25em;
}

.articles > .passage > img {
    width: 99.9%;
    margin: 0 auto;
    text-align: center;
}
.intro-img-004 { max-width: 960px; }
.intro-img-006 { max-width: 800px; }
.intro-img-007 { max-width: 795px; }

.thumb-table {
    display: block;
    width: 100%;
    border-top: 2px solid #333;
    margin: 1em auto;
}
.thumb-table.margin-btm {
    margin-bottom: 3em !important;
}
.thumb-table .thumb-list {
    display: block;
    font-size: 0;
    border-bottom: 1px solid #888;
}
.thumb-table .thumb-list > li {
    display: inline-block;
    font-size: 17px;
    padding: 18px 10px 20px;
}
.thumb-table .thumb-list > li > img {
    max-width: 100%;
}
.thumb-table .thumb-list > li .thumb-img    { width: 320px; }
.thumb-table .thumb-list > li .thumb-mark.standard   { height: 53px; margin: 28px auto; }
.thumb-table .thumb-list > li .thumb-mark.longer   { height: 240px; margin: 15px auto; }
.thumb-table .thumb-list > li .thumb-character   { margin: 15px auto; max-width: 250px;}
.thumb-table .thumb-list.tl-col-2 li { width: 50%; }

.thumb-table .thumb-list li ol {
    width: 100%;
    list-style: circle;
}
.thumb-table .thumb-list li ol li {
    padding: 4px 0;
    width: 100% !important;
    word-break: keep-all;
    margin-left: 1.25em;
    list-style: circle;
}

.thumb-table .thumb-list .uniform-cloth {
    border: 1px solid #eee;
    background-color: #fafafa;
    padding: 1em;
}

.decimal-list {
    list-style: decimal;
    width: 98%;
    margin: 0 auto;
}
.decimal-list li {
    text-align: left;
    padding-left: 0.25em;
    margin: 0.68em 0 0.5em 1.25em;
    list-style: decimal;
    font-size: 15px;
    line-height: 20px;
}
.imgBox {
    display: block;
    font-size: 0;
    margin-bottom: 18px;
}
.imgBox dd {
    position: relative;
    display: inline-block;
    border: 1px solid #aaa;
    width: 48%;
    margin: 1%;
    height: 280px;
    text-align: center;
    padding: 20px 25px 45px;
}
.imgBox dd img {
    height: auto !important;
    max-height: 200px;
    max-width: 100%;
}
.imgBox dd label {
    position: absolute;
    display: block;
    font-size: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
/******** monthly ********/
.monthly_info {
    display: block;
}
.monthly_info ul {
    clear: both;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.monthly_info ul li {
    position: relative;
    display: inline-block;
    width: 24%;
    margin: 0.5%;
    border: 4px solid #f5f5f5;
    text-align: center;
    padding: 20px 18px 5px;
    color: #828282;
    font-size: 13px;
}
.monthly_info ul li img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
}
.monthly_info ul li h3,
.monthly_info ul li h4 {
    padding: 8px 0 12px 0;
    margin: 0;
}
.monthly_info ul li h3 { color: #444; font-size: 20px; }
.monthly_info ul li h4 { color: #646464; font-size: 17px; }

.monthly_info ul li label { color: #828282; font-weight:400; font-size: 13px; }
.monthly_info ul li strong { font-weight: 600; color:#333; font-family: "NanumSquare", sans-serif; font-size: 17px;}

.monthly_info ul li .current_count,
.monthly_info ul li .last_count {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 15px 0;
}
.monthly_info ul li .last_count {
    border-top: 1px solid #ddd;
}
.monthly_info ul li .clearfix.brs {
    margin-bottom: 26px;
}
.monthly_rate {
    display: block;
    width: 100%;
}
.monthly_rate ul {
    clear: both;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.monthly_rate ul.mainReportWrap {
    width: 100%;
    text-align: center;
}

.monthly_rate ul li {
    position: relative;
    display: inline-block;
    width: 19%;
    margin: 0.5%;
    border: 4px solid #f5f5f5;
    text-align: left;
    padding: 10px 18px 5px;
    color: #828282;
    font-size: 13px;
}
.monthly_rate ul li.mainReport {
    width: 31.5%;
}

.monthly_rate ul li .monthly_rate_title {
    display: block;
    font-size: 18px;
    font-family: "NanumSquare", sans-serif;
    border-bottom: 2px solid #f5f5f5;
    padding: 2px 2px 6px;
}
.monthly_rate ul li > dl {
    display: block;
    margin-top: 15px;
}
.monthly_rate ul li > dl > dd {
    vertical-align: top;
    margin-bottom: 1em;
}
.monthly_rate ul li > dl > dd > label {
    float: left;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-family: "NanumSquare", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #104440;
    color: #fff;
    margin-top: 3px;
}
.monthly_rate ul li > dl > dd > .monthly_rate_centent {
    padding-left: 28px;
    width: 100%;
    white-space: nowrap;
}
.monthly_rate_centent p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.08em 0 0.12em;
}
.monthly_rate_centent .current_rate {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.monthly_rate_centent .current_rate span {
    float: right;
    font-size: 14px;
    color: #828282;
}
.monthly_rate_centent .current_rate span strong {
    font-family: "NanumSquare", sans-serif;
    color: #333;
    font-size: 17px;
}
.monthly_rate_centent .last-rate {
    font-size: 13px;
}
.monthly_rate_centent .last-rate span {
    float: right;
    font-size: 12px;
    color: #828282;
}
.monthly_rate_centent .last-rate span strong {
    font-family: "NanumSquare", sans-serif;
    color: #333;
    font-size: 12px;
}
.monthly_rate_centent .last-result {
    text-align: right;
    font-size: 12px;
}
.monthly_rate_centent .last-result.good { color: #6dc0f9; }
.monthly_rate_centent .last-result.bad { color: #ff6161; }
.monthly_rate_centent .last-result strong {
    font-family: "NanumSquare", sans-serif;
    font-size: 12px;
}

.main-transition {
    display: block;
    width: 100%;
    height: 100%;
}

.main-transition > .main-transition-header {
    padding: 0 20px;
    height: 120px;
}
.main-transition > .main-transition-header > h3 {
    display: inline-block;
    padding: 0;
    margin: 25px 0 0 0;
    font-size: 24px;
}
.main-transition > .main-transition-header > h3 > span {
    font-size: 16px;
    color: #ff6161;
    font-family: "notokr-sans", sans-serif;
    font-weight: 400;
    margin-left: 12px;
}
.main-transition > .main-transition-header > h3 > span > strong {
    font-family: "NanumSquare", sans-serif;
    font-size: 24px;
}
.main-transition > .main-transition-header > p {
    padding: 0;
    margin: 0;
}
.main-transition-btn {
    margin: 20px 0;
}
.main-transition-btn button {
    display: inline-block;
    font-family: "NanumSquare", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #888;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
}
.main-transition-btn button.active {
    background-color: #e8e8e8;
    margin-right: 12px;
}

.main-transition-body {
    width: 100%;
    height: 310px;
    overflow: hidden;
}
.main-transition-chart {
    overflow: hidden;
    height: 100%;
}
#mainTransGraph {
    height: 300px;
}


.form-layout {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 820px;
}

.form-layout .form-tabs {
    margin-top: 50px;
}
.form-tabs > ul {
    display: block;
    margin: 0;
    padding: 0 100px;
    border-bottom: 2px solid #ccc;
    font-size: 0;
}
.form-tabs > ul > li {
    display: inline-block;
    background-color: #fff;
    margin-bottom: -2px;
    width: 50%;
}
.form-tabs > ul > li.active {
    border: 2px solid #ccc;
    border-bottom: none;
}
.form-tabs > ul > li > a {
    display: block;
    font-size: 20px;
    color: #868686;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 12px 10px;
    word-break: keep-all;
}
.form-tabs > ul > li > a:hover {
    color: #6dc0f9;
}
.form-tabs > ul > li.active > a {
    color: #333;
    pointer-events: none;
}

.form-comp-body {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 32px;
}
.form-comp-body ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.form-comp-body ul li {
    clear: both;
    display: block;
    position: relative;
    padding: 8px 0 8px 150px;
    width: 100%;
    font-size: 18px;
    color: #333333;
}
.form-comp-body ul li > label {
    font-size: 16px;
    position: absolute;
    padding: 20px 25px;
    text-align: right;
    left: 0;
    top: 0;
    width: 150px;
}
.form-comp-body ul li .form-comp-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.form-comp-body ul li .form-comp-input.hor-btn {
    padding-right: 105px;
}
.form-comp-body ul li .form-comp-input .addr-found {
    position: absolute;
    width: 100px;
    font-size: 17px;
    right: 0;
    top: 8px;
    background-color: #7db9e5;
    border: 1px solid #52a1dc;
    color: #fff;
    padding: 10px 0;
}
.form-comp-body ul li .form-comp-input .addr-found:hover {
    background-color: #52a1dc;
}
.form-comp-body ul li .form-comp-input .addr-found .glyphicon {
    font-size: 0.88em;
}
.form-comp-input input[type='password'],
.form-comp-input input[type='text']{
    border: 1px solid #ddd;
    font-weight: 400;
    color: #333;
    padding: 10px 10px;
}
.form-comp-input input[type='password'].wd-100, .form-comp-input input[type='text'].wd-100 { width: 100%; }
.form-comp-input input[type='password'].wd-50, .form-comp-input input[type='text'].wd-50 { width: 48%; }
.form-comp-body ul li .form-comp-input .chk-wrd {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    vertical-align: baseline;
    padding-left: 8px;
}
.form-comp-input input[type='checkbox'] {
    height: 20px;
    margin-top: 2px;
    vertical-align: middle;
}
.form-comp-input select {
    border: 1px solid #ddd;
    height: 45px;
    width: 49%;
}

.form-comp-body ul li .form-comp-input .form-comp-guide {
    color: #52a1dc;
    font-size: 13px;
    padding: 10px 0;
    margin: 0;
}
.form-comp-body ul li .form-comp-input .form-policy-box {
    border: 1px solid #ddd;
    color: #646464;
    font-size: 14px;
    word-break: keep-all;
    padding: 20px;
    margin-bottom: 1em;
}
.form-policy-box strong { color: #111; }
.form-policy-box p { margin: 0; padding: 5px 0;}

.form-comp-footer {
    clear: both;
    position: relative;
    display: block;
    text-align: center;
    margin: 32px auto;
}
.form-comp-footer .form-comp-btn {
    font-size: 18px;
    height: 42px;
    padding: 0 12px;
    margin: 0 3px;
}
.form-comp-footer .form-comp-btn .glyphicon {
    font-size: 0.88em;
}
.form-comp-footer .white { border: 1px solid #aaaaaa; background-color: #fff; color: #969898; }
.form-comp-footer .blue { border: 1px solid #52a1dc; background-color: #7db9e5; color: #fff; }

.form-comp-footer .white:hover { border: 1px solid #9a9a9a; background-color: #fafafa; color: #666; }
.form-comp-footer .blue:hover { background-color: #52a1dc; }

.form-comp-body .form-content-box {
    display: block;
    width: 98%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 38px 32px 20px;
    text-align: center;
    word-break: keep-all;
}
.form-content-box .form-stat-img {
    padding: 20px 0 32px 0;
}
.form-content-box h3 {
    font-size: 24px;
    color: #666;
    padding: 0;
    margin: 10px auto 25px;
}
.form-content-box h3 strong {
    color: #52a1dc;
}
.form-content-box dl {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
}
.form-content-box dl dd {
    font-size: 16px;
    list-style: circle;
    text-align: left;
    padding: 2px 0;
}
.form-content-box dl dd span {
    font-family: 'NanumSquare', sans-serif;
    font-size: 17px;
}
.form-content-box dl dd label {
    color: #333;
    margin-right: 25px;
}
.form-content-box .form-content-warn {
    font-size: 14px;
    margin-top: 2.5em;
    color: #52a1dc;
}
.form-content-box .form-content-message {
    font-size: 14px;
    margin-top: 2.5em;
    color: #333;
}
.form-content-box .form-content-message strong {
    color: #52a1dc;
}
.form-content-box .form-content-download {
    height: 38px;
    font-size: 18px;
    border: 1px solid #52a1dc;
    background-color: #7db9e5;
    color: #fff;
    margin: 20px auto;
    border-radius: 19px;
    padding: 0 20px;
}
.inPage {
    margin: -20px auto 50px;
}
.form-content-box .form-content-download:hover {
    background-color: #52a1dc;
}
.form-content-box .form-content-download .glyphicon {
    font-size: 0.92em;
    margin-right: 5px;
}
/**** Reset Slider *********/
.bx-wrapper {
    border: none;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
}
.bx-viewport {
    height: 100% !important;
    overflow: hidden;
}
.bxslider {
    height: 100% !important;
}
.bxslider div{
    height: 100%;
}
.bxslider div.bx-caption {
    height: 253px;
    background-color: transparent;
    background-image: url("../images/main/slide_caption.png");
    background-repeat: repeat-x;
}
.bx-wrapper img {
    height: 100% !important;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 100%;
    text-align: right;
    padding: 0 10px;
    margin-top: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 0.8;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF;
    border: 2px solid #10cf97;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    border: 2px solid #888;
}

.user-login-pop {
    display: block;
}
.user-login-pop .input-group-addon.put-id { background-color: #10cf97; border-color: #10cf97; }
.user-login-pop .input-group-addon.put-pw { background-color: #48b0f7; border-color: #48b0f7; }
.user-login-pop .input-group-addon .glyphicon { color: #fff; }

.modal-foot-col a {
    color: #646464;
    line-height: 32px;
    margin: 0 10px 0 5px;
}
.modal-foot-col a:hover { color: #10cf97; }

.btn-login {
    background-color: #10cf97;
    border: 1px solid #14ad80;
    color: #fff;
}
.btn-login:hover {
    background-color: #14ad80;
    border: 1px solid #14ad80;
    color: #fff;
}

.main-search-dwrap {
    width: 92%;
    height: 43px;
    margin-bottom: 2px;
}
.main-search-dwrap > .main-search-date {
    border-radius: 0;
    border: 3px solid #6dcff6;
    border-right: none;
    height: 100%;
}
.main-search-dwrap > .main-search-datebtn {
    border-radius: 0;
    border: 3px solid #6dcff6;
    border-left: none;
    background-color: #fff;
    cursor: default !important;
}

/**** 사이트맵 ****/
.sitemap-section {
    margin-bottom: 2px;
}
.sitemap-section a {
    display: block;
    border: 1px solid #aaa;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 4px 8px;
    color: #333;
}
.sitemap-section a:hover {
    background-color: #6dcff6;
    border: 1px solid #6dcff6;
    color: #fff;
}
.sitemap-menus {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 25px;
    color: #666;
}
.sitemap-menus p a {
    color: #666;
}
.sitemap-menus p a:hover {
    color: #6dcff6;
}
.board-search > .board-search-duration {
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
}
.board-search > .board-search-duration > .input-group.date {
    width: 150px;
    float: left;
}
.board-search > .board-search-duration > .input-group.hyphen {
    float: left;
    font-size: 22px;
    line-height: 36px;
    margin: 0 4px;
}

/************* oz-viewer 보정(hill) ************/
/*.section-table.scrollable {*/
    /*max-height: 252px;*/
/*}*/

/*.section-table .scroll-wrap {*/
    /*max-height: 250px;*/
/*}*/

#grdViewer {
    width: 100%;
    table-layout: fixed;
}

.oz-table {
    font-size: 13px;
    table-layout: fixed;
    word-break: break-all;
}

.oz-table td {
    text-align: right;
}

.oz-table td.td_center {
    text-align: center;
    font-size: 90%;
}

.section-table {
    /*display: block;*/
    overflow: hidden;

}
/************* bbs reset **************/
.bbs-body-view img {
    max-width: 100% !important;
    height: auto !important;
}
/************* 접근성을 고려하여 요소를 숨겨야 할 경우에 사용 *****************/
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.section-rate-wrapper {
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

a,
button {
  line-height: inherit;
}