@import url('./font.css');
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,100,700);

/* default
-------------------------------------------------- */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	height: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body, input, textarea, select, button, table {
	font-family: 'NanumGothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #212121;
}

img, fieldset {
	border: 0;
}

img {
	vertical-align: middle;
}

input {
	vertical-align: middle;
	cursor: pointer;
	padding: 2px;
}

input[type="checkbox"], input[type="radio"] {
	border: 0;
}

input[type="text"], input[type="password"] {
	height: 23px;
	/*hack*/
	height: 20px\0/IE8+9;
	border: 1px solid #c6cacb;
	line-height: 22px;
	font-size: 12px;
	border-radius: 2px;
}

input[type="text"]:hover, input[type="password"]:hover {
	border: 1px solid #979797;
}

input.error, input.error:hover, input.error, input.error:focus {
	border-color: #ff4f37;
	color: #f42020;
	outline: 0;
}

select {
	padding: 1px 5px 2px !important;
	vertical-align: middle;
	border: #c6cacb 1px solid;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	line-height: 31px;
}

select:hover {
	border: 1px solid #979797;
}

ul, ol {
	list-style: none;
}

hr, legend, caption {
	display: none;
}

em, address {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #212121;
}

a:hover, a:active, a:focus {
	color: #617691;
	text-decoration: none;
}

button, label {
	cursor: pointer;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

header, hgroup, article, nav, footer, figure, figcaption, canvas, section {
	display: block;
}

.clear {
	clear: both;
}

.mg_c {
	margin: 0 auto;
}

.p-20 {
	padding:20px;
}

.pdl10 {
	padding-left: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.ml4 {
	margin-left: 4px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fwb {
	font-weight:bold;
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}


/* nav
-------------------------------------------------- */

nav {
	position: absolute;
	top: 0;
	left: 50px;
	width: calc(100% - 50px);
	height: 55px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DFE2E3;
}

nav>.title {
	width: 220px;
	margin-left: 20px;
	margin-top: 19px;
	height: 16px;
	line-height: 16px;
	font-size: 0;
	color: transparent;
	float: left;
	background: url(../images/main_logo.png) no-repeat;
	cursor: pointer;
}

nav>.menu {
	float: right;
	padding-right: 10px;
	height: 55px;
	line-height: 55px;
}

nav>.menu ul li {
	display: inline-block;
	padding: 0 12px;
}

nav>.menu ul li a {
	width: 16px;
	height: 16px;
	display: inline-block;
	color: transparent;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	background-image: url(../images/btn_nav.png);
	background-repeat: no-repeat;
	background-position-x: 0;
}

nav>.menu ul li a.download {
	background-position-y: 0;
}

nav>.menu ul li a.qa {
	background-position-y: -16px;
}

nav>.menu ul li a.change-password {
	background-position-y: -32px;
}

nav>.menu ul li a.logout {
	background-position-y: -48px;
}

nav>.menu ul li a.home {
	background-position-y: -64px;
}

nav>.menu ul li a.setting {
	background-position-y: -80px;
}

nav>.menu ul li a.manual {
	background-position-y: -96px;
}

nav>.menu ul li a:hover {
	background-position-x: -16px;
}

nav>.menu ul li a:hover.download {
	background-position-y: 0;
}

nav>.menu ul li a:hover.qa {
	background-position-y: -16px;
}

nav>.menu ul li a:hover.change-password {
	background-position-y: -32px;
}

nav>.menu ul li a:hover.logout {
	background-position-y: -48px;
}

nav>.menu ul li a:hover.home {
	background-position-y: -64px;
}

nav>.menu ul li a:hover.setting {
	background-position-y: -80px;
}

nav>.menu ul li a:hover.manual {
	background-position-y: -96px;
}


/* sidenav
-------------------------------------------------- */

.sidenav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    background-color: #242E42;
    overflow-x: hidden;
}

.sidenav>ul>li {
    position: relative;
    width: 100%;
    height: 48px;
    margin: 0 0 4px 0;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
}

.sidenav>ul>li:nth-child(1) {
    margin: 0 0 50px 0;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 55px;
}

.sidenav>ul>li:hover,
.sidenav>ul>li.selected {
    background-color: #161822;
}

.sidenav>ul>li.selected>.btn {
    background-position-x: -24px;
}

.sidenav>ul>li>.btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    color: transparent;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background-image: url(../images/btn_sidenav.png);
    background-repeat: no-repeat;
    background-position-x: 0;
}

.sidenav>ul>li.main>.btn {
    background-position-y: 0;
}

.sidenav>ul>li.main:hover {
    background-color: #242E42;
}

.sidenav>ul>li.test>.btn {
    background-position-y: -24px;
}

.sidenav>ul>li.setting>.btn {
    background-position-y: -48px;
}

.sidenav>ul>li.report>.btn {
    background-position-y: -72px;
}

.sidenav>ul>li.poll>.btn {
    background-position-y: -96px;
}

.sidenav>ul>li.agent>.btn {
    background-position-y: -144px;
}

.sidenav>ul>li:hover>.btn {
    background-position-x: -24px;
}

.sidenav>ul>li.main:hover>.btn {
    background-position-y: 0;
}

.sidenav>ul>li.test:hover>.btn {
    background-position-y: -24px;
}

.sidenav>ul>li.setting:hover>.btn {
    background-position-y: -48px;
}

.sidenav>ul>li.report:hover>.btn {
    background-position-y: -72px;
}

.sidenav>ul>li.poll:hover>.btn {
    background-position-y: -96px;
}

.sidenav>ul>li.agent:hover>.btn {
    background-position-y: -144px;
}

.sidenav-hover {
    position: fixed;
    top: 0;
    left: 50px;
    z-index: 10;
    height: 48px;
    width: 150px;
    line-height: 47px;
    overflow: hidden;
    color: #fff;
    background: #383f50 url(../images/icon_aside_hover_arrow.png) no-repeat 0 center;
    padding: 0 20px 0 20px;
    font-size: 14px;
}

.sidenav-hover:hover {
    color: #fff;
}


/* sidenav - open
-------------------------------------------------- */

.sidenav>ul>li.main.open>.btn {
    background-position-y: -120px;
}

.sidenav>ul>li.main.open:hover>.btn {
    background-position-y: -120px;
}

.sidenav.open {
    top: 55px;
    width: auto;
    height: calc(100% - 55px);
    z-index: 20;
}

.sidenav.open>ul>li {
    text-align: left;
    padding-left: 13px;
    position: relative;
}

.sidenav.open>ul>li>.text {
    color: #A7ADB6;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.sidenav.open>ul>li>.selected {
    position: absolute;
    top: 12px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icon_arrow_right.png) no-repeat center center;
}

.sidenav.open>ul>li:nth-child(1) {
    height: 48px;
    margin: 50px 0 4px 0;
    padding-top: 12px;
    padding-bottom: 12px;
}


/* sidenav - sub
-------------------------------------------------- */

.sidenav-sub {
    position: fixed;
    z-index: 30;
    border: 1px solid #383F50;
    border-left: none;
    background-color: #FFFFFF;
    padding: 12px;
}

.sidenav-sub>ul>li.title {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    background: url(../images/icon_bullet.png) no-repeat 0 center;
}

.sidenav-sub>ul>li.desc {
    margin: 10px 0;
    padding: 9px 12px;
    border: 1px solid #EBEBEB;
    background-color: #F5F5F5;
}

.sidenav-sub>ul>li.desc>ul>li {
    font-size: 12px;
    padding: 3px 0;
}

/* container
-------------------------------------------------- */

.container {
	position: absolute;
	top: 55px;
	right: 0;
	width: calc(100% - 50px);
	height: calc(100% - 55px);
	overflow: auto;
	background-color: #ECF0F2;
}

/* table-list
-------------------------------------------------- */

table.table-list {
	/*table-layout: fixed;*/
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

table.table-list thead {
  background-color: #f3f5f7;
}


table.table-list th, table.table-list td {
	border: 1px solid #dcdcdc;/* 2px solid #657B91 */
	height: 38px;
	padding: 0 5px;
}

table.table-list th.center, table.table-list td.center {
	text-align: center;
}

table.table-list th {
	border-top: 1px solid #dcdcdc;/* 2px solid #657B91 */
	border-bottom: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	color: #15599d;
	/* text-align: left; */
	height: 40px;
	font-weight: normal;
	color: black;	
}

table.table-list th.line {
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	border-left: 1px solid #dcdcdc; /* 1px solid #657B91;*/	
	height:30px;
	font-weight: normal;
    color: black;
}

table.table-list th.line1 {
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	border-left: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	height: 36px;
	font-weight: normal;
    color: black;	
}

table.table-list th.line2 {	
	border-top: none;
	border-left: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	border-bottom: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	color: #15599d;
	height: 32px;
	/* font-weight: 700; */
	font-weight: normal;
    color: black;
}

table.table-list th.line3 {	
	border-top: none;
	border-bottom: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	height: 28px;
	font-weight: normal;
    color: black;
}

table.table-list th.line4 {
	border-bottom: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
	height: 30px;
	font-weight: normal;
    color: black;	
}

table.table-list th.line:last-child,
table.table-list th.line1:last-child,
table.table-list th.line2:last-child,
table.table-list th.line3:last-child,
table.table-list th.line4:last-child {
	/* border-right: none; */
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
}

table.table-list td {
	border-bottom: 1px solid #CDD3DE;
	border: 1px solid #CDD3DE;
}

table.table-list td.line1 {
	border-right: 1px solid #dcdcdc; /* 1px solid #657B91;*/
}

table.table-list td.line2 {
	border-right: 1px solid #dcdcdc;  /* 1px solid #cdd3de; */
}

table.table-list td.line2:last-child {
	/* border-right: none; */
	border-right: 1px solid #dcdcdc; 
}

table.table-list tbody tr:hover {
	background-color: #ededed;
	cursor:pointer;
}

table.table-list tbody tr.selected {
	background-color: #d9edf7;
}

table.table-list tbody tr.new {
	background-color: #d9edf7;
}

table.table-list td input.number {
	width: 55px;
	min-width: inherit;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	color: #4087CC;
	padding: 0 0;
	ime-mode: disabled;
}

table.table-list td .ico_new {
    margin: 4px 0 0 4px;
    vertical-align: top;
}

table.table-list td .agent {
		display:inline-block;
		width:16px;
		height:16px;
		background:url(../images/icon_agent.png) no-repeat;
		vertical-align:middle;
		margin-right:5px;
}

table.table-list tfoot th {
	border-top: none;
	border-bottom: 1px solid #CDD3DE;
	background-color: #e0e3e7;
	color: #2c72b8;
	font-weight: bold;
}

table.table-list tfoot td {
	border-bottom: 1px solid #CDD3DE;
	background-color: #e0e3e7;
}

/* table-list pagination
-------------------------------------------------- */

.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 0;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 5px 9px;
	margin: 0px 0 0 3px;
	line-height: 1.42857143;
	color: #707070;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 10;
	color: #707070;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 10;
	color: #fff;
	font-weight: bold;
	cursor: default;
	background-color: #3a8de0;
	border-color: #3a8de0;
}

.pagination>.first>a, .pagination>.first>a:hover, .pagination>.first>a:focus, .pagination>.prev>a, .pagination>.prev>a:hover, .pagination>.prev>a:focus, .pagination>.next>a, .pagination>.next>a:hover, .pagination>.next>a:focus, .pagination>.last>a, .pagination>.last>a:hover, .pagination>.last>a:focus {
	color: transparent;
	width: 27px;
}

.pagination>.first>a {
	background: url(../images/icon_paginate_n.png) no-repeat 0 0;
}

.pagination>.first>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat 0 0;
}

.pagination>.prev>a {
	background: url(../images/icon_paginate_n.png) no-repeat -25px 0;
}

.pagination>.prev>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -25px 0;
}

.pagination>.next>a {
	background: url(../images/icon_paginate_n.png) no-repeat -50px 0;
}

.pagination>.next>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -50px 0;
}

.pagination>.last>a {
	background: url(../images/icon_paginate_n.png) no-repeat -75px 0;
}

.pagination>.last>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -75px 0;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: transparent;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination>.first.disabled>a {
	background: #eee url(../images/icon_paginate_n.png) no-repeat 0 -25px;
}

.pagination>.first.disabled>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat 0 -25px;
}

.pagination>.prev.disabled>a {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -25px -25px;
}

.pagination>.prev.disabled>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -25px -25px;
}

.pagination>.next.disabled>a {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -50px -25px;
}

.pagination>.next.disabled>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -50px -25px;
}

.pagination>.last.disabled>a {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -75px -25px;
}

.pagination>.last.disabled>a:hover {
	background: #eee url(../images/icon_paginate_n.png) no-repeat -75px -25px;
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* form-table
-------------------------------------------------- */

.tb-detail {
	border-top: #868686 1px solid;
}

.table.form-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

.table.form-table>tbody>tr>td, .table.form-table>tbody>tr>th {
	border-bottom: 1px solid #ddd
}

.table.form-table th, .table.form-table td {
	border: none;
	font-size: 12px;
}

.table.form-table th {
	background-color: #f7f7f7;
	font-weight: normal;
	color: #454545;
	white-space: nowrap;
	padding: 6px 15px;
	line-height: 140%;
	text-align: left;
}

.table.form-table td {
	background-color: transparent;
	color: #414141;
	padding: 6px 15px;
	line-height: 140%;
}

.table.form-table>tbody>tr>th.line {
	border-right: 1px solid #ddd;
	text-align:center;
}

.table.form-table>tbody>tr>td.line {
	border-right: 1px solid #ddd;
}

.table.form-table>tbody>tr>td.center {
	text-align:center;
}

.table.form-table>tbody>tr>td.line-c {
	border-right: none;
	text-align:center;
}

.table.form-table>tbody>tr>th.line:last-child,
.table.form-table>tbody>tr>td.line:last-child {
	border-right: none;
}
.table.form-table.fixed {
	table-layout: fixed;
}

.table.form-table.fixed th, .table.form-table.fixed td {
	white-space: normal;
	word-break: break-all;
}

.tb-attach-box {
	background-color: #f2f3f5 !important;
	border-radius: 4px;
	padding: 7px 13px;
	margin-bottom: 10px;
}

.tb-attach-box:last-child {
	margin-bottom: 0;
}
 .tb-attach-box .table.form-table th, .tb-attach-box .table.form-table td, {
 background-color:#f2f3f5 !important;
}

.table .tb-attach-box .table {
	background-color: #f2f3f5 !important;
}

.tb-attach-box .table {
	margin-bottom: 0 !important;
}

.td_attach {
	border-bottom: #d5d6d8 1px solid !important;
	padding: 8px 10px !important;
	color: #414141;
	font-weight: 600;
}

.td_attach .byte {
	color: #607d8b;
}

/* 버튼
-------------------------------------------------- */

.button {
	display: inline-block;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	border-radius: 2px;
	vertical-align: middle;
	margin: 0 1px;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.button:hover, .button:focus {
	outline: 0;
 -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn-default {
	color: #414141;
	background-color: #fff;
	border-color: #d6d8d9;
	padding: 5px 31px;
}

.btn-default:hover {
	color: #414141;
	background-color: #eee;
	border-color: #c7c8c9;
}

.btn-primary {
	color: #fff;
	background-color: #4087cc;
	padding: 5px 31px;
}

.btn-primary:hover {
	color: #fff;
	background: #2c76b1;
}

.btn-search {
	color: #fff;
	background: #4087cc url(../images/btn_i_search.png) no-repeat 12px 8px;
	padding-left: 27px;
}

.btn-search:hover {
	color: #fff;
	background: #2c76b1 url(../images/btn_i_search.png) no-repeat 12px 8px;
	padding-left: 27px;
}

.btn-save {
	color: #fff;
	background: #4087cc url(../images/btn_i_save.png) no-repeat 12px 9px;
	padding-left: 30px;
}

.btn-save:hover {
	color: #fff;
	background: #2c76b1 url(../images/btn_i_save.png) no-repeat 12px 9px;
	padding-left: 30px;
}

.btn-print {
	color: #fff;
	background: #4087cc url(../images/btn_i_print.png) no-repeat 12px 9px;
	padding-left: 29px;
}

.btn-print:hover {
	color: #fff;
	background: #2c76b1 url(../images/btn_i_print.png) no-repeat 12px 9px;
	padding-left: 29px;
}

.report-ok {
	color: #fff;
	background: #3a8de0;
	width:111px;
}

.report-ok:hover {
	color: #fff;
	background: #2c76b1;
}

/* table 버튼
-------------------------------------------------- */

.t_btn {
	cursor: pointer;
	outline: none;
	background: #a0a4a6;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border: none;
	padding: 3px 5px 4px;
	border-radius: 2px;
}

.t_btn:hover {
	background: #8e9294;
}

.btn_type {
	display: inline-block;
	background: #fff;
	color: #6c6f71;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border: #aaafb2 1px solid;
	padding: 1px 6px 0;
	min-width:50px;
	border-radius: 2px;
	box-shadow: 0 1px 0 #e8ebec;
}

.btn_type:hover {
	background: #f6f6f6;
	color: #1580b5;
	border: #359ed2 1px solid;
}