@charset "utf-8";

.table-group {
    margin: -1px;
}

.board-layout.table-group {
	margin: 0;
}

.tb-map {
	top: 42%;
}

.tb-map .table-type {
	margin-top: 0;
}

.tb-map .table-type iframe {
	min-height: 500px;
}

.table-type table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #cfcfcf;
}

.table-group table {
	border-color: #e5e5e5;
}

.ad-table {
	position: relative;
	display: none;
}

.ad-table.active {
	display: block;
}

.layer-popup-area .ad-table.active {
	display: block;
	top: -2px;
}

.table-type table.inner-form {
	margin: 0 0 15px;
	border-left: 0;
	border-right: 0;
	border-color: #e8e8e8;
}

.layer-popup-area .table-type table.inner-form {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.dp-simple {
	padding: 30px;
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
}

.dps-row {
	position: relative;
	padding: 20px 0;
	background-color: white;
	border: 1px solid #e8e8e8;
	border-top: 0;
}

.dps-row:first-child {
	border-top: 1px solid #e8e8e8;
}

.dps-left,
.dps-right {
	position: relative;
	display: block;
	float: left;
	height: 30px;
	line-height: 28px;
}

.dps-left {
	padding-left: 30px;
	width: 192px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size: 14px;
	color: #666;
}

.gd-box .dps-row {
	margin: -1px;
}

/* 중복메세지 */

.message-status {
    color: #5294da;
    text-align: center;
    clear: both;
}

.ms-box {
	margin: 30px 240px;
	padding: 30px;
	color: #666;
	border: 1px solid #e8e8e8;
}

.ms-box li {
	padding: 8px 0;
}

.ms-box li span {
	display: inline-block;
	width: 120px;
}

.msb-left {
	font-weight: 800;
}

.ico-point:before,
.fti-comp:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 3px;
	margin-right: 12px;
	width: 16px;
	height: 16px;
	background: url(../images/common/ico_point.png) no-repeat;
}

.ico-point.icop-off:before {
	background-position: 0 -16px;
}

.ico-point.icop-mg:before {
	margin-right: 0;
}

.table-type tr {
    height: 42px;
}

.table-type th,
.table-type td {
	position: relative;
    text-align: left;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.table-type tr:first-child th,
.table-type tr:first-child td {
	border-top: 0;
}

.line-bold th,
.line-bold td {
	border-bottom: 1px solid #cfcfcf;
}

.line-bold + tr th,
.line-bold + tr td {
	border-top: 0;
}

.new-win {
	color: inherit;
	border-bottom: 1px solid #cfcfcf;
}

.new-win:after {
	position: relative;
	display: inline-block;
	content: '';
	margin-left: 5px;
	width: 9px;
	height: 9px;
	background: url(../images/common/ico_new.gif) no-repeat 0 0;
}

/*160816 a underline 클래스*/
.new-win-ln {
	color: inherit;
	text-decoration: underline !important;
}

.table-type th {
	width: 138px;
	padding-left: 20px;
	background-color: #fafafa;
}

.table-type th span,
.nt-list dt {
	position: relative;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 13px;
    color: #555;
}

.inner-form th span {
    font-size: 12px;
}

.table-group th span {
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 12px;
}

.table-type th span.ico-essential:before {
    position: absolute;
    display: block;
    content: '';
    top: -3px;
    left: -8px;
    width: 4px;
    height: 4px;
    background: url(../images/common/ico_essential.png) no-repeat;
}

.table-type td,
.ftable-wrap td span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-type td {
	padding-left: 12px;
	max-width: 386px;
	min-width: 320px;
    color: #888;
}

/* 통합검색 폼 */

.search-total {
	margin-top: 30px;
}

.table-type.tt-st tr {
    height: 32px;
}

.table-type.tt-st .confirm-btn {
    padding: 0;
    margin-top: 15px;
    border: 0;
}

.table-type.tt-st th, .table-type.tt-st td {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

.table-type .st-head th {
	padding: 0;
	height: 48px;
	text-align: center;
}

.table-type .st-head th span {
	font-size: 14.5px;
	color: #5294da;
}

.table-type .st-enter th {
	font-style: italic;
}

.table-type .st-enter th span {
	color: #aaa;
}

.table-type.tt-st td {
	padding: 0;
	margin: 0;
	max-width: inherit;
	min-width: inherit;
}

.table-type.tt-st .input-type-form {
	width: 100%;
	height: 32px;
	line-height: 30px;
	border: 0;
}

.table-type.tt-st .st-enter td {
	padding-left: 10px;
}

.st-enter em {
	margin-left: 0;
	margin-right: 25px;
	font-style: italic;
}

.ftable-wrap td span {
	/*display: block; 160510 삭제 */
}

.table-type .inner-form td {
	max-width: inherit;
	min-width: inherit;
}

.fc-table td {
	width: 311px;
}

.table-group .tt-form td {
	max-width: 229px;
	min-width: 222px;
}

.table-type th:first-child {
	border-left: 0;
}

.ttf-strong {
	font-weight: 800;
	color: #444;
}

.tt-account {
	position: absolute;
	left: 680px;
	font-size: 11px;
	line-height: 28px;
}

.tt-account strong {
	margin-right: 10px;
}

.tt-account em {
	margin: 0;
	font-family: 'dotum', sans-serif;
	letter-spacing: inherit;
	color: #999;
}

em.tta-caution,
em.tta-cblock {
	color: #FF8080;
}

em.tta-cblock {
	display: block;
	margin: 2px 0 0;
	line-height: 1;
}

em.tt-notify {
	position: absolute;
	top: 33px;
	right: 3px;
	font-size: 11px;
	font-weight: normal;
}

em.tt-notify:before {
	position: relative;
	display: inline-block;
	content: '';
	margin-right: 5px;
	width: 4px;
	height: 4px;
	top: -3px;
	background: url(../images/common/ico_essential.png) no-repeat 0 0;
}

input[name='phoneNum'] {
    width: 60px;
}

input[name='formNum'] {
    width: 52px;
}

input.itf-long {
    width: 284px;
    margin-right: 10px;
}

.itf-enter {
	position: relative;
    width: 180px;
    height: 36px;
    top: -2px;
}

input[name='formNum'].fn-little {
    width: 52px !important;
    text-indent: all;
}

.dp-simple input[name='formNum'] {
    width: 88px;
}

.itb-disable {
    color: #ccc !important;
    border-color: #e5e5e5 !important;
    background-color: white !important;
    cursor: default;
}

.itb-disable span:before,
.itb-disable span:after {
	opacity: .5;
}

.row-type {
	padding: 12px 20px;
}

.row-type-itb {
	display: inline-block;
	margin: 8px 0 0 7px;
	width: 200px;
}

.row-type-itb:first-child {
	display: inline-block;
	margin-left: 0;
	width: 320px;
}

/* 160509 취합 */
.input-radio {
	position: relative;
	margin-right: 10px;
	cursor: default;
}

/* 160509 display 수정 */
.ftable-wrap td span.input-radio {
	display: inline-block;
}

.input-radio label,
.input-radio input[type='radio'] {
	cursor: pointer;
}

.input-radio input[type='radio'] {
	position: relative;
	top: -1px;
}

.ir-help {
    margin-right: 20px;
    line-height: 38px;
}

.ir-help:after {
	position: relative;
	display: inline-block;
	content: '';
	top: 2px;
	width: 12px;
	height: 12px;
	background: url(../images/common/ico_ques.gif) no-repeat 0 0;
	cursor: pointer;
}

.tt-check {
	position: relative;
	display: inline-block;
	width: 64px;
}

.tt-tit {
	position: relative;
	margin: 30px 0 0 3px;
	padding: 15px 0;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size: 15px;
	color: #444;
}

.lp-form-exp .tt-tit {
	margin: 0;
	text-align: left;
}

.lp-absolute .tt-tit {
	margin: 30px 0 0 3px;
}

.tt-tit:after {
	content: '';
	position: relative;
	display: block;
	margin: 10px 0 0;
	width: 30px;
	height: 3px;
	background-color: #dadada;
}

.cell-type input {
	width: 100px;
}

.itf-email {
	width: 180px;
}

.cell-type-cert input:first-child {
	width: 280px;
	margin-right: 8px;
}

.cell-type-cert input:first-child + input,
.cell-type-cert input:first-child + input + span + input {
	width: 120px;
}

.mtable-section {
	border-top: 1px solid #ccc;
}

.mtable-area {
	border-bottom: 1px solid #e5e5e5;
}

.mt-col {
	position: relative;
    display: block;
    float: left;
    padding: 8px 0;
    line-height: 35px;
}

.mt-col.mtc-right {
	float: right;
}

.mt-check {
	position: relative;
	margin: 0 20px;
	width: 80px;
	line-height: 35px;
}

.mt-check:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 8px;
    top: 2px;
    right: -20px;
    background-color: #ccc;
}

.mt-check .chk_box {
	padding-left: 13px;
	top: 1px;
}

.mt-select,
.mt-text {
    padding-left: 30px;
}

.mt-select {
    display: inline-block;
    min-width: 214px;
}

.mt-select strong {
	font-weight: 800;
	color: #777;
}

.mt-select strong span {
	margin-left: 10px;
	font-size: 11px;
	color: #b4b4b4;
}

.mt-text em {
	margin-right: 5px;
}

/* 게시판 */

.form-table {
	position: relative;
	padding: 30px;
}

.ftable-wrap {
	width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 1px solid #ccc;
}

.board-layout.table-group .ftable-wrap {
    border-bottom: 0;
}

.gd-worker .board-layout.table-group .ftable-wrap {
    border-bottom: 1px solid #e5e5e5;
}

.ftw-head th {
	position: relative;
    height: 40px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #333;
    line-height: 37px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.ftw-head th:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 8px;
    top: 14px;
    left: 0;
    background-color: #ccc;
}

.ftw-head th:first-child:before {
	display: none;
}

.ftw-head th.descen:after,
.ftw-head th.indescen:after {
	position: absolute;
	display: inline-block;
	content: '';
	margin-left: 2px;
	top: 14px;
	width: 7px;
	height: 7px;
	background: url(../images/common/th_arrow_spr.gif) no-repeat 0 -7px;
}

.ftw-head th.clickDisable:after {
	display: none;
}

.ftw-head th.indescen:after {
	background-position: 0 0;
}

.ftw-row {
	vertical-align: top;
    padding-top: 23px;
}

.ftw-line {
	position: relative;
}

.ftw-line td {
    height: 35px;
    overflow: hidden;
	text-align: left;
    background-color: white;
    border-top: 1px solid #e5e5e5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ftw-line td,
.ftw-line td a {
    font-size: 12px;
    color: #888;
}

.ftw-line:nth-child(odd) td {
    background-color: #fafafa;
}

.ftw-head + .ftw-line th,
.ftw-head + .ftw-line td,
.ftw-line:first-child th,
.ftw-line:first-child td {
    border-top: 0;
}

.ftw-head th,
.ftw-line td {
	padding: 0 10px;
}

.ftw-type th {
	height: auto;
	line-height: 28px;
}

.ftw-type th.ftw-col {
	border-bottom: 0;
}

.ftw-type th.ftw-col:before {
	width: 0;
}

.ftw-type th.ftw-tr {
    border-top: 0;
    color: #888;
    font-weight: normal;
    font-size: 13px;
}

.ftw-type th.ftw-tr.descen:after,
.ftw-type th.ftw-tr.indescen:after {
	top: 10px;
}

.ftw-type th.ftw-tr:before {
	top: 9px
}

.ftw-type th.ftw-tr:first-child:before {
	display: block;
}

.ftw-type th:before,
.ftw-type th.descen:after,
.ftw-type th.indescen:after {
	top: 24px;
}

.ftw-few .ftw-line td {
	text-align: center;
}

/* 160509 span 디스플레이 수정 */
.ftable-wrap td span.ft-icon {
	display: initial;
}

.ft-icon {
    padding: 5px;
    font-size: 11px;
    color: white;
    letter-spacing: -1px;
    background-color: #7aa7d6;
    border-radius: 5px;
}

.ft-icon.fti-first {
    background-color: #de6a6a;
}

.ft-icon.fti-second {
    background-color: #7fc174;
}

.ft-icon.fti-pay-first {
    background-color: #AD83DE;
}

.ft-icon.fti-pay-second,
.ft-icon.fti-off {
    background-color: #DE789F;
}

.ft-icon.fti-on {
    background-color: #7aa7d6;
}

.ft-icon.fti-fin {
    background-color: #537ec3;
}

.fti-comp {
    position: relative;
    padding: 7px 10px 7px 25px;
    background-color: #ccc;
    cursor: pointer;
}

.fti-comp:before {
    position: absolute;
    display: block;
    left: 5px;
    top: 4px;
    background-color: #e8e8e8;
	background: url(../images/common/ico_point.png) no-repeat 0 -16px;
}

.fti-comp.active {
    background-color: #5294da;
}

.fti-comp.active:before {
	background-position: 0 0;
}

.ftw-num {
    max-width: 60px;
    text-align: center !important;
}

.ftw-order {
    max-width: 128px;
}

.ftw-order-a {
    padding: 0 15px;
    max-width: 120px;
}

.ftw-order-b {
    width: 128px;
}

.ftw-con-num {
    max-width: 212px;
}

.ftw-bank-num {
    max-width: 120px;
}

.ftw-con-tit {
    max-width: 283px;
}

.ftw-con-tit-a {
	width: 220px;
    max-width: 250px;
}

.ftw-con-tit-b {
	width: 150px;
    max-width: 180px;
}

.ftw-line td.ftw-con-sum {
    max-width: 122px;
    text-align: right;
}

.ftw-head .ftw-con-sum,
.ftw-line td.ftw-con-coun {
    text-align: center;
}

.ftw-con-sdat,
.ftw-con-edat {
    max-width: 78px;
}

.ftw-line td.ftw-con-sdat,
.ftw-line td.ftw-con-edat,
.ftw-line td.ftw-bcol,
.ftw-line td.ftw-con-status {
    text-align: center;
}

.ftw-con-status {
    max-width: 128px;
}

.ftw-con-divi {
	max-width: 138px;
	text-align: center !important;
}

.ftw-con-select,
.board-select {
	position: relative;
	padding: 0 14px !important;
	width: 32px;
}

.ftw-bcol {
	width: 12.5%;
}

.ftw-group {
	position: relative;
	text-align: center !important;
}

/*160511 텍스트 정렬*/
.ta-left {
	text-align: left !important;
}

.ta-center {
	text-align: center !important;
}

.ta-right {
	text-align: right !important;
}

/* 펼치기 테이블 */

.ftw-tm {
	position: relative;
	width: 48px;
}

.ftw-more td {
	vertical-align: top;
	padding-top: 9px;
}

.ftw-line td.ftw-text-more {
	max-width: 520px;
    line-height: 1.4;
    text-align: left;
}

.ftw-text-more span {
    display: block;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ftw-line td.ftw-text-more.opened {
    padding: 9px 10px;
    height: auto;
	white-space: normal;
}

.ftw-arrow {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/common/ico_arrow_open_spr.gif) no-repeat -13px -13px;
    cursor: pointer;
}

.ftw-more td .ftw-arrow {
	vertical-align: top;
	top: -2px;
}

.ftw-con-select .chk_id_login {
	margin-top: 0;
}

.ftw-con-select .chk_box,
.board-select .chk_box {
	padding-left: 12px;
    /*160516 삭제
    top: 10px;
    left: 15px;*/
}

.ftw-to-line .ftw-con-select .chk_box {
    top: 18px;
}

.ftw-head .ftw-con-select .chk_box,
.ftw-head .board-select .chk_box {
    top: 12px;
}

.ftb-area {
	position: absolute;
	margin-right: 12px;
	top: 13px;
	right: 0;
}

.gd-top-area .ftb-area {
	top: 6px;
	right: 6px;
	margin-right: 0;
}

.board-select {
	width: 40px;
}

.ftw-line td.board-tit {
	text-align: left;
	padding-left: 50px;
}

.board-num {
	width: 80px;
	text-align: center;
}

.board-tit {
	width: 680px;
}

.board-date,
.board-adm {
	width: 120px;
}

.ftw-line td.board-num,
.ftw-line td.board-adm,
.ftw-line td.board-date {
	text-align: center;
}

/* 게시글 뷰 페이지 */

.bl-contents {
	font-size: 12px;
}

.blc-top {
	padding: 30px 10px;
	border-top: 1px solid #dadada;
	border-bottom: 2px solid #dadada;
}

.bl-title {
	margin-bottom: 15px;
	width: 100%;
	max-width: 80%;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size: 20.5px;
	font-weight: 800;
	color: #555;
}

.blc-top span {
	font-size: 11px;
	color: #999;
}

.bl-creator {
	width: 100%;
	max-width: 180px;
}

.blc-article {
	padding: 30px 10px;
	line-height: 24px;
	color: #888;
	white-space: pre-line;
	word-break: all; /*160825 단락 줄바꿈 수정*/
}

.blc-article img {
	margin: 15px 0;
	width: 100%;
}

/* 160610 게시판 글쓰기 */
.blw-title,
.blw-content,
.blw-file,
.blw-upload {
	padding: 20px;
}

.blw-title {
	border-top: 1px solid #dadada;
	border-bottom: 2px solid #dadada;
}

.blw-lb {
	display: inline-block;
	width: 98px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-weight: 800;
	color: #555;
}

.blw-content,
.blw-upload {
	border-bottom: 2px solid #dadada;
}

.blw-content .blw-lb,
.blw-file .blw-lb {
	vertical-align: top;
}

.blw-content .blw-lb {
	margin-top: 8px;
}

.blw-content .itf-ttarea {
	margin: 0;
}

.blw-upload {
	border-width: 1px;
}

.blw-file {
	border-bottom: 1px solid #eee;
}

.blwf-list {
	display: inline-block;
	max-width: 894px;
}

.blwf-list li {
	display: inline-block;
	padding-bottom: 4px;
}

.fname {
	position: relative;
	margin-right: 50px;
	color: #888;
}

.fname {
    cursor: pointer;
}

.fname:after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -4px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_btn_spr.png) no-repeat 0 -120px;
}

.fname.del:after {
	background-position: 0 -20px;
}
/* 게시판 글쓰기 끝 */

/* FAQ */

.bl-faq-area {
	border-bottom: 1px solid #cfcfcf;
}

.bl-faq-row {
	position: relative;
	cursor: pointer;
}

.bl-faq-row:first-child {
	border-top: 1px solid #cfcfcf;
}

.faq-que {
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}

.bl-faq-row:first-child .faq-que {
	border-top: 0;
}

.answ-area {
	display: none;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	background-color: #fafafa;
}

.faq-que.opened + .answ-area {
	display: block;
}

.faq-num,
.faq-category,
.faq-title {
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: #888;
	text-align: center;
}

.faq-num:after,
.faq-category:after {
    content: '';
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
    width: 1px;
    height: 11px;
    background-color: #cfcfcf;
}

.faq-num {
	width: 6%;
}

.faq-category {
	width: 12%;
}

.faq-title {
	padding-left: 30px;
	width: 780px;
	max-width: 640px;
	font-family: 'Nanum Barun Gothic', sans-serif;
	font-size: 13px;
	color: #555;
	text-align: left;
}

.faq-arrow,
.divi-accor:after {
    position: absolute;
    display: block;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_arrow_open_spr.gif) no-repeat -13px -13px;
}

.divi-accor {
	cursor: pointer;
	padding-right: 5px;
}

.divi-accor:after {
    display: inline-block;
    content: '';
    margin-left: 5px;
    top: 12px;
    left: inherit;
    right: inherit;
    border: 1px solid #e8e8e8;
}

.divi-accor.hide:after {
	background-position: -13px -59px;
}

.faq-que.opened .faq-arrow,
.ftw-arrow.active {
	background-position: -13px -59px;
}

.faq-answer {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	line-height: 24px;
	color: #555;
}

.faq-answer:before {
	position: absolute;
	content: 'Q';
	top: -3px;
	left: 22px;
	font-family: 'tahoma', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #ccc;
}


/* 테이블 알림 */

.notify-area {
    padding: 30px 20px;
    margin: 10px 0 0;
    text-align: left;
    border: 1px solid #cfcfcf;
}

.nt-list {
	margin-bottom: 30px;
}

.nt-list dt {
	position: relative;
	margin-bottom: 20px;
}

.nt-list dt:last-child {
	margin-bottom: 0;
}

.nt-list dd {
	color: #888;
	line-height: 20px;
}

.ntl-btn {
    position: absolute;
    margin-left: 10px;
    top: -5px;
    height: 24px;
    line-height: 22px;
    font-size: 11px;
    font-weight: normal;
    color: #999;
}

/* 계약 상세 정보 */

.tt-contract tr {
	height: 50px;
}

.tt-contract th,
.tt-contract td {
	height: 50px;
}

.tt-contract th {
	width: auto;
}

/* 테이블 col width */

.bl-width8 {
	width: 8%;
}

.bl-width10 {
	width: 10%;
}

.bl-width13 {
	width: 13%;
}

.bl-width14 {
	width: 14%;
}

.bl-width15 {
	width: 15%;
}

.bl-width18 {
	width: 18%;
}

.bl-width25 {
	width: 25%;
}

.bl-width30 {
	width: 30%;
}

.bl-width33 {
	width: 33%;
}

.bl-width40 {
	width: 40%;
}

.bl-width50 {
	width: 50%;
}

.bl-width72 {
	width: 72%;
}

/* 짧은 목록 테이블 */

.ftw-btype {
	border: 1px solid #e8e8e8;
}

.ftw-btype .ftw-head th {
	border-top: 0;
	border-bottom-color: #e8e8e8;
}

.hideTable {
	height: 195px;
	overflow: hidden;
}


.hideTable.sumTotal {
	height: 227px;
}

/* 가로스크롤 테이블 */

.table-over {
	height: 100%; /*160909 가로스크롤 리사이징 에러*/
	overflow-x: auto;
	-ms- overflow-y: hidden;
	border: 1px solid #e8e8e8;
	/* 160511 테이블 리사이징시 문제 수정 */
	overflow-y: hidden;
	-ms- overflow-x: auto;
}

.gd-worker .board-layout.table-group .table-over,
.table-over table {
	border: 0;
}

.table-over table td {
	padding: 0 20px;
}

.ftw-to-line td {
	height: 48px;
}

/* 엑셀 등록 데이터 에러 */

.data-error {
	color: #FF8080;
    cursor: pointer;
}

.data-error span:before {
    position: absolute;
    display: inline-block;
    content: '';
    margin-left: -14px;
    width: 12px;
    height: 12px;
    background: url(../images/common/ico_error.gif) no-repeat 0;
}

.dtInput {
	padding: 0 5px !important; /*160822 input 패딩조정 클래스*/
}


/*///////////////////////////////////////////////////////////////////
                        161126 추가
///////////////////////////////////////////////////////////////////*/
.ftt-ctype {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.ftw-head th.ftw-con-select.descen:after,
.ftw-head th.ftw-con-select.indescen:after {
  width: 0;
  height: 0;
}

.itf-over {
  padding-right: 25px;
}

.tr-fline td {
  padding: 10px !important;
  height: auto;
}

.ttst-btype {
	table-layout: fixed;
}

.ttst-line {
	border-left: 0 !important;
}

.ttst-line-bg {
  background-color: #fafafa;
}

.ttst-line-sp span {
  color: #aaa;
}

.tt-st-pdz {
	padding: 0 !important;
}

.st-enter td {
	padding: 15px !important;
}

.st-enter td em {
	display: inline-block;
	vertical-align: middle;
}

.table-type.tt-ptype th,
.table-type.tt-ptype td {
	padding: 0 10px;
}

.table-type.tt-ptype tr {
	height: 32px;
}

.tt-head th,
.tt-head td {
	background-color: #eee;
}

.tt-lline {
	border-left: 1px solid #e8e8e8 !important;
}

.tt-dline {
	border-top: 1px solid #d8d8d8 !important;
}

.tt-sum th,
.tt-sum td {
	font-weight: 800;
	color: #555;
	background-color: #f1f1f1;
}

.sd-title {
  display: inline-block;
  margin-right: 15px;
  font-weight: 800;
  color: #888;
}

.sd-date-area,
.sd-btn-area {
    position: relative;
    display: inline-block;
}

.sd-btn-area .searchBtn {
    left: inherit;
    right: 0;
}

.sd-sh {
  display: inline-block;
  padding: 0 30px;
  margin-left: 15px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 800;
  color: #888;
  border: 1px solid #cfcfcf;
  background-color: white;
  cursor: pointer;
}

.sd-date {
    width: 28px;
    height: 28px;
    background: url(../images/common/btn_calendar_s.gif) no-repeat 50%;
}

.alc-mg {
  margin-top: 50px;
}

.wrap.winOpen .container {
    width: 1112px;
    padding: 30px;
}

.tb-scroll {
  overflow-y: auto;
	-ms- overflow-y: auto;
  max-height: 147px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.tb-scroll .ftw-btype {
  border-top: 0;
  border-bottom: 0;
}
/*///////////////////////////////////////////////////////////////////
                        161126 추가 끝
///////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////
                    161210 폰트 사이즈 조정 시작
///////////////////////////////////////////////////////////////////*/
em.tt-notify {
	position: absolute;
	top: 20px;
	right: 3px;
  font-family: 'dotum', sans-serif;
  font-size: 12px;
}

.tt-blue {
	color: #537ec3;
  letter-spacing: 0;
}
/*///////////////////////////////////////////////////////////////////
                    161210 폰트 사이즈 조정 시작
///////////////////////////////////////////////////////////////////*/
