@charset "utf-8";
@import url(base.css);
@import url(table.css);
@import url(popup.css);
@import url(login.css);
@import url(normalize.css);
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');



@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 300;
	src: url(font/NanumBarunGothicLight.eot);
	src: url(font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
		url(font/NanumBarunGothicLight.woff2) format('woff2'),
		url(font/NanumBarunGothicLight.woff) format('woff'),
		url(font/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(font/NanumBarunGothic.eot);
	src: url(font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
		url(font/NanumBarunGothic.woff2) format('woff2'),
		url(font/NanumBarunGothic.woff) format('woff'),
		url(font/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Barun Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(font/NanumBarunGothicBold.eot);
	src: url(font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
		url(font/NanumBarunGothicBold.woff2) format('woff2'),
		url(font/NanumBarunGothicBold.woff) format('woff'),
		url(font/NanumBarunGothicBold.ttf) format('truetype');
}

body {
	overflow-x: hidden;
	background: #fff;
	font: 13px/1.5 "Nanum Gothic";
	height: 100%;
	min-height: 100%;
	min-width: 1024px;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #f9640a;
	/* 주황색*/
}

.text-red {
	color: #ff0000;
	/* 빨강색*/
}

.text-point {
	color: #218a08;
	/* 녹색*/
}

p {
	font-size: 14px;
	line-height: 1.75;
}

p.large {
	font-size: 16px;
}

body fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
}

a {
	color: #6e7382;
	transition: .4s ease;
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #0062b3;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
	font-weight: 700;
}

ul,
ol,
li {
	list-style: none;
}

button {
	border: none;
	display: inline-block;
	width: 98px;
	height: 32px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
	background-color: #9ea5b7;
	/* 회색 기본버튼컬러 */
	transition: .4s ease;
}

input[type="text"],
input[type="password"] {
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #30313a;
	padding: 0 0 0 8px;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	box-sizing: border-box;
	text-align: left;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 0 0 15px;
}

td input[type="checkbox"]:first-child,
input[type="radio"]:first-child {
	margin: 0 0 0 0px;
}

.wid-10 {
	width: 10% !important;
}

.wid-15 {
	width: 14% !important;
}

.wid-19 {
	width: 19% !important;
}

.wid-25 {
	width: 24% !important;
}

.wid-27 {
	width: 27% !important;
}

.wid-30 {
	width: 33% !important;
}

.wid-31 {
	width: 31% !important;
}

.wid-34 {
	width: 34% !important;
}

.wid-36 {
	width: 36% !important;
}

.wid-40 {
	width: 40% !important;
}

.wid-50 {
	width: 49% !important;
}

.wid-60 {
	width: 65% !important;
}

.wid-70 {
	width: 70% !important;
}

.wid-90 {
	width: 90% !important;
}

.wid-100 {
	width: 100% !important;
}

.ta-r {
	text-align: right !important;
}

.ta-l {
	text-align: left !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgb10 {
	margin-bottom: 10px !important;
}

.pdl10 {
	padding-left: 10px !important;
}
.h120{
	height: 120px !important;
}
textarea {
	margin: 6px 0;
	width: 100%;
	/* height: 120px; */
	font-size: 13px;
	color: #30313a;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	box-sizing: border-box;
	text-align: left;
}

select {
	box-sizing: border-box;
}

label {
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
	font-size: 13px;
}

/*  header  */
.wrap {
	font: 13px/1.5 'Nanum Barun Gothic', Arial, sans-serif;
	text-align: left;
	width: 100%;
	height: 100%;
	min-height: 100%;
	/* padding-left: 260px; */
	box-sizing: border-box;
	/* position:relative; */
	min-width: 1440px;
}

header.header {
	position: fixed;
	left: 0;
	FONT-WEIGHT: 100;
	width: 100%;
	height: 80px;
	overflow: hidden;
	padding-right: 26px;
	box-sizing: border-box;
	background: #00489b;
	z-index: 1000;
	justify-content: CENTER;
	/* text-align: center; */
	display: flex;
}

.box-top {
	width: 1480px;

}

.brand {
	background: #00489b url(../images/img-logo-top.png) no-repeat 52px 3px;
	display: inline-block;
	width: 260px;
	height: 60px;
	text-indent: -10000px;
	float: left;
	margin-top: 10px;
}

.top-info {
	float: right;
	color: #fff;
	margin-top: 30px;
}

.top-info div {
	float: left;
}

.top-user {
	background: url(../images/btn-top.png) no-repeat 0 -136px;
	height: 26px;
	padding: 6px 0 0 30px;
	margin-top: -5px;
	/* margin-right: 15px; */
	color: #fff;
}

.top-user strong {
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
}

.btn-logout button {
	background: url(../images/btn-top.png) no-repeat 0 0;
	width: 26px;
	height: 26px;
	text-indent: -10000px;
	margin-top: -3px;
}

.btn-login button:hover {
	background: #5969e7;
}

.SNB {
	/* position:absolute;
	left:-260px; */
	width: 260px;
	clear: both;
	overflow: hidden;
	text-align: left;
	margin: 43px 0 0 20px;
}

.SNB ul {
	border-top: #00489b 5px solid;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}

.SNB ul li {}

.SNB ul li dl dt,
.SNB ul li dl dt a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	/* font-weight:bold; */
	padding: 0 0 0 18px;
	background: url(../images/bg-arrow.png) no-repeat 92% 28px;
	box-sizing: border-box;
}

.SNB ul li dl dt a {
	padding: 0 0 0 0;
	display: block;
}

.SNB ul li dl dd {}

.SNB ul li dl dd a {
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #84909b;
	font-size: 16px;
	/* font-weight:bold; */
	padding: 0 0 0 20px;
	/* background: #253340; */
	margin-bottom: 1px;
	display: block;
	box-sizing: border-box;
}

.SNB ul li dl dd a:hover,
.SNB ul li dl dd a:active,
.SNB ul li dl dd a.selected {
	color: #5969e7;
	border-left: 8px solid #0062b3;
	background: #f1f1f1;
	color: #0062b3;
}

.container {
	position: relative;
	display: flex;
	top: 80px;
	width: 100%;
	justify-content: center;
	/* height:100%; */
	min-height: 1084px;
	background: #FFF repeat-x top;
	background-image: url(../images/sub_img03.png);
	padding: 0 20px;
	/* min-width:1000px; */
	box-sizing: border-box;
	justify-content: center;
	/* 콘텐츠 최소사이즈 잡고 중앙정렬시 필요 */
}

.search-input input[type="text"] {
	border-radius: 3px 0 0 3px;
	border: 1px solid #d8dee4;
}

.content-box {
	/* clear: both; */
	overflow: hidden;
	width: 1170px;
	height: 100%;
	margin-top: 18px;
	margin-left: 270px;
	display: inline-block;
}

.con-tit {
	overflow: hidden;
	width: 100%;
	/* height: 110px; */
	/* border-bottom: 1px dashed #c8cacc; */
	margin-bottom: 35px;
}

.con-tit h2:before {
	content: '';
	display: block;
	width: 32px;
	/* border: 1px solid #64ae2a; */
	margin-bottom: 5px;
}

.con-tit h2 {
	color: #fff;
	float: left;
	font-size: 24px;
	line-height: 60px;
	margin: 0;
}

.lnb {
	float: right;
	height: 20px;
	margin-top: 30px;
}

.lnb a,
.lnb span {
	font-size: 11px;
	display: inline-block;
	color: #fff;
}

.lnb a:hover,
.lnb span:hover {
	text-decoration: underline;
	color: #fff;
}

.lnb a:before,
.lnb span:before {
	content: '>';
	display: inline-block;
	padding: 0 4px;
	color: #fff;
}

.lnb a.lnb-home {
	display: inline-block;
	text-indent: -100000px;
	background: url('../images/btn-home.png') no-repeat 0 3px;
	width: 14px;
	height: 20px;
	color: #fff
}

.lnb a.lnb-home:hover {
	display: inline-block;
	text-indent: -100000px;
	background: url('../images/btn-home.png') no-repeat 0 -47px;
	width: 14px;
	height: 20px;
	color: #fff
}

.con-main {
	height: auto;
	overflow: hidden;
	padding-bottom: 150px;
}

.con-main h3 span {
	display: inline-block;
	background: url(../images/bg-common.png) no-repeat 0 -37px;
	padding: 0 10px 0 17px;
	height: 20px;
	color: #333;
	font-size: 20px;
	letter-spacing: -0.03em;
}

.con-main h3 span.exe {
	font-size: 11px;
	background: none;
	font-weight: 100;
	padding-left: 7px;
}

.con-main h3 {
	/* background: url(../images/bg-common.png) repeat-x 0 -90px; */
	margin-bottom: 15px;
}

.con-main h4 {
	color: #606273;
	margin-bottom: 10px;
}

@media (min-width: 768px) {}

@media (min-width: 768px) {}

@media (min-width: 768px) {}

::-moz-selection {
	text-shadow: none;
	background: #d3e2fd;
}

::selection {
	text-shadow: none;
	background: #d3e2fd;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

body {
	webkit-tap-highlight-color: #a2c3ff;
}

.footer {
	width: 100%;
	display: flex;
	left: 0;
	padding: 18px 0 26px 32px;
	background: #c7c9ce;
	position: absolute;
	z-index: 1001;

}

.ft-logo {
	display: inline-block;
	float: left;
	margin-right: 40px;
}

.ft-copyright {
	float: left;
	padding-top: 20px;
}

.ft-copyright p {
	font-size: 12px;
	/* letter-spacing: -1px; */
	color: #888;
	/* font-weight:bold; */
}

.ft-gray01 {
	color: #6b7289;
}

.null-txt {
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
	text-align: center;
	padding: 30px 0;
}

.null-txt p {
	font-size: 24px;
}

.ft-blue,
.null-txt p span {
	color: #0062b3;
}

p.changehistory-txt {
	margin-bottom: 4px;
}

.con-ratio-02 {
	width: 50%;
	padding: 0 20px 20px 0;
	float: left;
	border-right: 1px dashed #c8cacc;
	box-sizing: border-box;
}

.bor-none {
	border: none;
}

.con-ratio-02 h4 {
	margin-bottom: 20px;
	font-size: 15px;
}

/* 체크박스 */
.check-blue {
	display: none;
}

.check-blue-mark {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #acaeb5;
	border-radius: 2px;
	background-color: #f7f7f7;
	top: 2px;
	margin: 0 3px 0 5px;
}

.check-blue-mark:before {
	content: '';
	display: none;
	position: absolute;
	top: 56%;
	left: 60%;
	margin: -6px 0 0 -6px;
	height: 5px;
	width: 8px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check-blue:checked~.check-blue-mark {
	border-color: #00489b;
	background-color: #00489b;
}

.check-blue.off .check-blue-mark {
	border: 2px solid #00489b;
}

.check-blue:checked~.check-blue-mark:before {
	display: block;
}

/* 라디오버튼 박스 */
.radio-nor {
	display: none !important;
}

.radio-mark {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #acaeb5;
	border-radius: 11px;
	background-color: #fff;
	top: 2px;
	margin: 0 5px 0 0;
}

.radio-mark:before {
	content: '';
	display: none;
	position: absolute;
	top: 57%;
	left: 57%;
	margin: -6px 0 0 -6px;
	height: 5px;
	width: 8px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.radio-nor:checked~.radio-mark {
	border-color: #00489b;
	background-color: #00489b;
}

.radio-nor:checked~.radio-mark:before {
	display: block;
}

.radio-nor:checked~p.info-txt-tit {
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #494d5c;
	margin-bottom: 10px;
}

p.info-txt-con {
	font-size: 14px;
}

p.info-txt-tit span {
	color: #7077ff;
}

p.info-txt-tit02 {
	font-size: 15px;
	font-weight: bold;
	color: #6468b3;
}

p.info-img {
	margin: 0 0 50px;
}

/* 체크 박스 */
.check-nor {
	display: none !important;
}

.check-mark {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #acaeb5;
	border-radius: 0px;
	background-color: #fff;
	top: 2px;
	margin: 0 5px 0 0;
}

.check-mark:before {
	content: '';
	display: none;
	position: absolute;
	top: 57%;
	left: 57%;
	margin: -6px 0 0 -6px;
	height: 5px;
	width: 8px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check-mark:checked~.check-mark {
	border-color: #00489b;
	background-color: #00489b;
}

.check-mark:checked~.check-mark:before {
	display: block;
}

/* dashboard */
input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
}

/* 테이블 정해진 높이에 스크롤 장치*/
.h300scroll {
	height: 300px;
	overflow-y: scroll;
	border-bottom: 1px solid #dddfe4;
}

.tb-col-gray+.tb-row-gray+.tb-row-noti-gray {
	margin-top: 1px;
}

/* tb-row-gray */
.tb-col-gray table caption,
.tb-row-noti-gray table caption,
.tb-row-gray table caption {
	display: none;
}

.tb-row-gray table {
	border-top: 2px solid #00489b;
	border-bottom: 1px solid #bcc3c9;
	background: #eaecf0;
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
	font-weight: 100;
}

.tb-row-gray th {
	background: #f2f8fe;
	height: 30px;
	/* line-height: 35px; */
	color: #666;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	border-right: 1px solid #e4e5ea;
	text-align: center;
	position: relative;
}

.tb-row-gray thead th:first-child{
	border-left: 1px solid #e4e5ea;
}
.tb-row-gray thead th:last-child {
	background-image: none;
	border-right: 1px solid #e4e5ea;
	
}

.tb-row-gray th.left {
	text-align: left;
}

.tb-row-gray th.right {
	text-align: right;
}

.tb-row-gray td {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	color: #3d3d4a;
	line-height: 120%;
	border-bottom: 1px solid #e4e5ea;
	border-right: 1px solid #e4e5ea;
	background: #fff;
	transition: .3s ease;
}

.tb-row-gray td:first-child{
	border-left: 1px solid #e4e5ea;
}

.tb-row-gray tr:hover td {
	background: #eff1f1;
}

.tb-row-gray tr:last-child:hover td {
	border-bottom: none
}

.tb-row-gray td.left {
	text-align: left;
	padding-left: 12px;
}

.tb-row-gray td.right {
	text-align: right;
	padding-right: 12px;
}

/* tb-row-gray */

/* tb-row-noti-gray add 20210923 */


.tb-row-noti-gray table {
	border-top: 2px solid #00489b;
	border-bottom: 1px solid #bcc3c9;
	background: #eaecf0;
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
	font-weight: 100;
}

.tb-row-noti-gray th {
	background: #f2f8fe;
	height: 30px;
	/* line-height: 35px; */
	color: #666;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	border-right: 1px solid #e4e5ea;
	text-align: center;
	position: relative;
	/* background: #eaecf0 url('../images/bg_th.png') no-repeat right 50%; */
}

.tb-row-noti-gray thead th:first-child{
	border-left: 1px solid #e4e5ea;
}
.tb-row-noti-gray thead th:last-child {
	background-image: none;
	border-right: 1px solid #e4e5ea;
	
}

.tb-row-noti-gray th.left {
	text-align: left;
}

.tb-row-noti-gray th.right {
	text-align: right;
}

.tb-row-noti-gray td {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	color: #3d3d4a;
	line-height: 120%;
	border-bottom: 1px solid #e4e5ea;
	border-right: 1px solid #e4e5ea;
	background: #fff;
	transition: .3s ease;
}
.tb-row-noti-gray td:first-child{
	border-left: 1px solid #e4e5ea;
}

.tb-row-noti-gray tr:hover td {
	background: #eff1f1;
}
.tb-row-noti-gray tr:last-child:hover td {
	border-bottom: none
}

.tb-row-noti-gray td.left {
	text-align: left;
	padding-left: 12px;
}

.tb-row-noti-gray td.right {
	text-align: right;
	padding-right: 12px;
}

/* tb-row-noti-gray */
.tb-col-gray table {
	border-top: 2px solid #00489b;
	border-bottom: 1px solid #bcc3c9;
	background: #eaecf0;
	font-family: 'Nanum Barun Gothic', Arial, sans-serif;
	font-weight: 100;
}

.tb-col-gray th {
	background: #f2f8fe;
	height: 35px;
	line-height: 35px;
	color: #555;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	border-left: none;
	text-align: right;
	position: relative;
}

.tb-col-gray th.lineheight {
	line-height: 1.5em;
	height: 57px;
}

.tb-col-gray th.th-nutnull:before {
	content: '*';
	display: inline-block;
	color: #fd720c;
	position: absolute;
	right: 4%;
	top: -3px;
}

.tb-col-gray td {
	text-align: left;
	padding: 6px 12px;
	font-size: 13px;
	color: #3d3d4a;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
	box-sizing: border-box;
	transition: .3s ease;
	line-height: 2em;
}

.tb-col-gray td input[type="text"],
.tb-col-gray td input[type="password"] {
	height: 25px;
	line-height: 25px;
}

td input.int-readonly[type="text"],
td input.int-readonly[type="password"] {
	background: #efeff0;
	border: 1px solid #cbced5;
	color: #8a8e93;
}

.tb-col-gray table a,
.tb-row-gray table a {
	text-decoration: underline;
}

.tb-col-gray tr:last-child th,
.tb-col-gray tr:last-child td,
.tb-row-gray tr:last-child td {
	border-bottom: none
}

.tb-select-box {
	margin-bottom: 10px;
	width: 100%;
	/* text-align:right; */
	padding: 0 0 0 70px;
	box-sizing: border-box;
	position: relative;
}

.tb-search-txt,
.tb-check-txt {
	display: inline-block;
	font-size: 13px;
	color: #4a4c5a;
	height: 34px;
	font-weight: bold;
	line-height: 34px;
	position: absolute;
	left: 0;
	top: -2px;
}

.tb-search-txt02 {
	display: inline-block;
	font-size: 13px;
	color: #4a4c5a;
	font-weight: bold;
	padding: 0 15px 0 30px;
}

.tb-check-box {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

.tb-check-box input {
	font-size: 15px;
	vertical-align: middle;
}

.tb-check-box label {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 4px 2px 0 10px;
	vertical-align: top;
}

table label {
	vertical-align: top
}

select.tb-select {
	display: inline-block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	color: #30313a;
	padding-left: 6px;
	box-sizing: border-box;
}

.tb-select-box select option,
select.tb-tel option,
select.tb-select {
	color: #30313a;
}

.tb-select-box select,
select.tb-tel {
	display: inline-block;
	width: 166px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	margin-right: 4px;
	color: #30313a;
	padding-left: 4px;
	position: relative;
	/* top: 2px; */
}


select.tb-tel {
	width: 120px;
	height: 36px;
	line-height: 36px;
	float: none;
	padding-left: 12px;
}

.tb-select-box select option,
select.tb-tel option {
	color: #30313a;
}

.tb-tab-box {
	clear: both;
	overflow: hidden;
}

.tb-search-box {
	width: 100%;
	padding: 0 74px 0 0;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.tb-search-box02 {
	width: 100%;
	padding: 0 74px 0 10px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.tb-btn-search {
	width: auto;
	height: 27px;
	line-height: 22px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	position: absolute;
	right: 0;
	/* top: 3px; */
	padding: 0 20px;
}

.tb-btn-search:hover {
	border: 1px solid #0062b3;
	background: #0062b3;
}

.tb-btn-left-search {
	width: auto;
	height: 25px;
	line-height: 22px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	position: relative;
	top: 3px;
	padding: 0 20px;
}

.tb-btn-left-search:hover {
	border: 1px solid #0062b3;
	background: #0062b3;
}

.tb-btn-year {
	width: auto;
	height: 25px;
	line-height: 22px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	top: 3px;
	padding: 0 10px;
	background: #fff;
	color: #666;
}

.tb-btn-year:hover {
	border: 1px solid #0062b3;
	background: #0062b3;
	color: #fff;
}

.tb-btn-left {
	width: auto;
	height: 25px;
	line-height: 22px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	position: absolute;
	left: 0;
	top: 3px;
	padding: 0 20px;
	font-size: 14px;
}

.tb-btn-left:hover {
	border: 1px solid #0062b3;
	background: #0062b3;
}

.tb-btn-page {
	width: auto;
	height: 25px;
	line-height: 22px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	float: right;
	top: 3px;
	padding: 0 20px;
	margin-left: 4px;
	font-size: 14px;
}

.tb-btn-page:hover {
	border: 1px solid #0062b3;
	background: #0062b3;
}

.tb-btn-txtnewcon {
	text-indent: 0px;
	width: 64px;
	height: 33px;
	line-height: 31px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	vertical-align: top;
	color: #7d7e87;
	background: #fff;
}

.tb-btn-txtnewcon:hover {
	border: 1px solid #0062b3;
	color: #fff;
	background: #0062b3;
}

.tb-btn-img {
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	border: none !important;
	background: url(../images/btn-btns.png) no-repeat 3px -137px;
	transition: .15s ease;
	/* float: right; */
}

.tab-member {
	float: left;
	width: 100%;
}

.tab-member li {
	display: inline-block;
	width: 49%;
	text-align: center;
	float: left;
}

.tab-member li:fist-child {
	margin-right: 1px;
}

.tab-member li a {
	width: 100%;
	height: 34px;
	line-height: 32px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	background: #acaeb5;
	box-sizing: border-box;
}

.tab-member li a:hover,
.tab-member li a:active,
.tab-member li a.selected {
	background: #0062b3;
}

.tb-btn-calendar {
	width: 24px;
	height: 24px;
	text-indent: -10000px;
	border: none !important;
	background: url('../images/btn-btns.png') no-repeat 3px -620px;
	transition: .15s ease;
}

.tb-btn-calendar:hover {
	background: url('../images/btn-btns.png') no-repeat 3px -688px !important;
}

.paging-num {
	float: left;
	overflow: hidden;
}

.paging-num li {
	display: inline-block;
	float: left;
	margin-right: 4px;
}

.paging-num a {
	display: inline-block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	box-sizing: border-box;
	background-color: #fff;
}

.paging-num a:hover,
.paging-num a:active,
.paging-num a.on {
	border: 1px solid #00489b;
	background: #00489b;
	color: #fff;
}

.paging-num a.btn-prev {
	text-indent: -10000px;
	background: #fff url('../images/btn-btns.png') no-repeat 6px -188px;
}

.paging-num a.btn-prev:hover {
	text-indent: -10000px;
	background: #00489b url('../images/btn-btns.png') no-repeat 6px -243px;
}
.paging-num a.btn-start {
	text-indent: -10000px;
	background: #fff url('../images/btn-btns.png') no-repeat -46px -189px;
}

.paging-num a.btn-start:hover {
	text-indent: -10000px;
	background: #00489b url('../images/btn-btns.png') no-repeat -46px -243px;
}
.paging-num a.btn-next {
	text-indent: -10000px;
	background: #fff url('../images/btn-btns.png') no-repeat 6px -294px;
}

.paging-num a.btn-next:hover {
	text-indent: -10000px;
	background: #00489b url('../images/btn-btns.png') no-repeat 6px -353px;
}
.paging-num a.btn-end {
	text-indent: -10000px;
	background: #fff url('../images/btn-btns.png') no-repeat -46px -295px;
}

.paging-num a.btn-end:hover {
	text-indent: -10000px;
	background: #00489b url('../images/btn-btns.png') no-repeat -46px -353px;
}

.paging-list {
	position: absolute;
	
	right: 5px;
}

.paging-btn {
	height: 30px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px !important;
}

.paging-btn-pop {
	height: 30px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px !important;
}

.tb-row-gray table button,
.tb-col-gray table button {
	text-indent: -10000px;
	display: inline-block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	transition: .15s ease;
	box-sizing: border-box;
}

.tb-row-gray table button:hover,
.tb-col-gray table button:hover {
	border: 1px solid #00489;
	background: #00489;
}

.tb-row-gray table button.tb-btn-delete {
	background: #fff url('../images/btn-btns.png') no-repeat 9px -513px;
}

.tb-row-gray table button.tb-btn-delete:hover {
	background: #00489b url('../images/btn-btns.png') no-repeat 9px -563px;
}

table tr button.tb-intxt-btn,
.pop-add-radio .pop-add-btn {
	text-indent: 0px;
	display: inline-block;
	text-align: center;
	width: auto;
	height: 25px;
	line-height: 22px;
	font-size: 13px;
	border-radius: 3px;
	transition: .15s ease;
	border: 1px solid #a0a2a6;
	box-sizing: border-box;
	vertical-align: top;
	background: #acaeb5;
	color: #fff;
	padding: 0 10px;
	vertical-align: middle;
}

.pop-add-radio .pop-add-btn-02 {
	height: 25px;
	line-height: 22px;
	font-size: 13px;
	border-radius: 3px;
	border: 1px solid #00489b;
	background: #00489b;
	vertical-align: middle;
}

table tr button.tb-intxt-btn:hover,
table tr button.tb-intxt-btn:active,
.pop-add-radio .pop-add-btn:hover,
.pop-add-radio .pop-add-btn:active {
	border: 1px solid #00489b;
	background: #00489b;
}

.tb-toptoms {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.tb-bottoms {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tb-bottoms>div {
	float:right; 
	/* margin-top: 12px; */
	color: #545353;
	width: 100%;
	line-height: 3px;
	text-align: left;
}
.tb-bottoms-request {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tb-bottoms-request>div {
	color: #545353;
	width: 50%;
	line-height: 3px;
	transform: translate(50%, 0);
}

.tb-bottoms>div .paging-select,
.tb-bottoms>span .paging-select{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid #d8dee4;
	color: #30313a;
	padding-left: 6px;
	box-sizing: border-box;
}
.tb-btn-L {
	float: left;
}

.tb-btn-R,
.tb-btns-block {
	float: right;
}

.tb-btns button,
.tb-btns-block button {
	display: inline-block;
	text-align: center;
	width: auto;
	padding: 0 24px;
	height: 30px;
	line-height: 25px;
	font-size: 14px;
	color: #00489b;
	/* font-weight: bold; */
	border-radius: 3px;
	border: 1px solid #9fa9b2;
	transition: .15s ease;
	background: #fff;
}

/* 페이지하단 공통 버튼 */
.tb-bottoms .tb-btns button,
.tb-bottoms-request .tb-btns button {
	display: inline-block;
	text-align: center;
	width: calc(50% - 2px);
	padding: 0 24px;
	height: 45px;
	line-height: 30px;
	font-size: 14px;
	color: #00489b;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #9fa9b2;
	transition: .15s ease;
	background: #fff;
}

.tb-bottoms .tb-btns button.cancel,
.tb-bottoms-request .tb-btns button.cancel {
	color: #999;

}

.tb-bottoms .tb-btns button:hover.cancel,
.tb-bottoms-request .tb-btns button:hover.cancel {
	background: #ebebeb;
	color: #999;
	border: 1px solid #ddd;
}

.tb-btns-block button {
	display: block;
	margin-bottom: 10px;
}

.tb-btns button:hover,
.tb-btns button:active,
.tb-btns-block button:hover,
.tb-btns-block button:active {
	border: 1px solid #00489b;
	background: #00489b;
	color: #fff;
}

.tb-step {
	margin-top: 20px;
}

.tb-step li {
	display: inline-block;
	width: 23%;
	margin-right: 2%;
	text-align: center;
	border: 1px solid #d8dee4;
	box-sizing: border-box;
	border-radius: 6px;
	position: relative;
}

.tb-step li:last-child {
	margin-right: 0;
}

.tb-step li p {
	width: 100%;
	display: inline-block ;
	position:relative;
}

.tb-step li p.tb-step-tit {
	height: 62px;
	line-height: 62px;
	background: #fff;
	color: #7d7e87;
	font-size: 18px;
	font-weight: bold;
	border-radius: 6px;
}

.tb-step li p span.tb-step-num {
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 1px;
	width: 38px;
	height: 45px;
	text-align: left;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 6px 0 0 0;
	padding-left: 6px;
}

.tb-step li p.tb-step-tit:before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 0;
	height: 0;
	border-top: 60px solid #a2a9bf;
	border-right: 60px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}

.tb-step li p.tb-step-date {
	height: 36px;
	line-height: 36px;
	color: #a2a9bf;
	font-size: 13px;
	border-radius: 0 0 6px 6px;
}

.tb-step li.selected {
	position: relative;
	background: #00489b;
	border: 1px solid #00489b;
}

.tb-step li.selected:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(125, 139, 251, 0);
	border-left-color: #00489b;
	border-width: 10px;
	margin-top: -10px;
}

.tb-step li.selected p.tb-step-tit {
	height: 62px;
	line-height: 62px;
	background: #fff;
	color: #00489b;
	font-size: 18px;
	font-weight: bold;
}

.tb-step li.selected p span.tb-step-num {
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 1px;
	width: 38px;
	height: 45px text-align: left;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 6px 0 0 0;
	padding-left: 6px;
}

.tb-step li.selected p.tb-step-tit:before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 0;
	height: 0;
	border-top: 60px solid #00489b;
	border-right: 60px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
}

.tb-step li.selected p.tb-step-date {
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 13px;
	background: #7180f4;
}

.attach-file {
	height: 28px;
	line-height: 28px;
	font-weight: bold;
}

.attach-file .mailer {
	background: url('../images/icons-file.png') no-repeat 0 2px;
	padding: 0 0 0 24px;
}

.attach-file .file-byte {
	color: #5969e7;
	display: inline-block;
	padding-left: 20px;
}

.file-drop-zone {
	width: 100%;
	height: 120px;
	border: 1px solid #d8dee4;
	box-sizing: border-box;
	padding: 16px;
}

.file-drop-zone-title {
	width: 100%;
	height: 100%;
	line-height: 84px;
	text-align: center;
	border: 1px dashed #aaa;
}

.input-group-btn {
	position: relative;
	height: 36px;
}

.tb-col-gray input.tb-file-input {
	/* width:100%!important; */
	display: inline-block;
	vertical-align: top;
}

.tb-btn-file {
	display: inline-block;
	margin: 0 0 0 0;
	overflow: hidden;
}

.input-group-btn button.btn-browse {
	position: absolute;
	right: 0;
	text-indent: 0;
	top: 0;
	width: 17%;
	height: 25px;
	line-height: 22px;
	color: #fff;
	z-index: 0;
	text-align: center;
	background: #acaeb5;
	border: 1px solid #a0a2a6
}

.input-group-btn button.btn-browse:hover {
	background: #00489b;
}

.attach-drop {
	position: relative;
}

.container button.tb-file-delete {
	position: absolute;
	right: 4px;
	top: 10px;
	width: 20px;
	height: 20px;
	background: url('../images/icons-file.png') no-repeat 5px -36px;
	border: none;
}

.container button.tb-file-delete:hover {
	background: url('../images/icons-file.png') no-repeat 5px -36px;
	border: none;
}

input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 17% !important;
	height: 36px !important;
	opacity: 0;
	cursor: inherit;
	display: block;
	z-index: 10;
	cursor: pointer;
}

.tb-badge {
	text-align: center;
	display: inline-block;
	height: 24px;
	line-height: 26px;
	font-size: 11px;
	color: #fff;
	padding: 0 6px;
	border-radius: 3px;
	background: #fe63a8;
}

.badge-emer {
	background: #ff6238;
}

.badge-new {
	background: #38c0ff;
}

div.file-drop-zone {
	margin: 0 0 12px;
}

.file-eidting {
	margin-top: 6px;
	overflow-y: scroll;
	height: 160px;
}

.file-eidting li {
	display: block;
	width: auto;
	position: relative;
	margin: 0px 0 4px 0;
	background: #f5f8fd;
	padding: 0px 10px;
	height: 25px;
}

.file-eidting li span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 32px 4px 0px;
}

.file-eidting li span:hover {
	text-decoration: underline;
}

.file-eidting li button {
	position: absolute;
	right: 8px;
	top: 3px;
	background: #acaeb5 url(../images/btn-btns.png) no-repeat 2px -570px;
	width: 13px;
	height: 11px;
	border: 1px solid #acaeb5;
	padding: 10px 9px 7px 8px;
}

.file-eidting li button:hover {
	background: #647583 url(../images/btn-btns.png) no-repeat 2px -570px;
	border: 1px solid #647583;
}

.sign-steptxt {
	margin-top: 80px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #253340;
}

.member-type {
	width: 100%;
	margin-top: 60px;
}

.member-type li {
	width: 32.8%;
	height: 280px;
	float: left;
	text-align: center;
	background: #fff;
	margin-right: 0.7%;
	border: 1px solid #d9dee4;
	padding: 0 32px;
	box-sizing: border-box;
}

.member-type li:last-child {
	width: 32%;
	margin-right: 0;
}

li.member-type01 {
	background: #fff url(../images/bg_signup01.png) no-repeat 50% 50px;
}

li.member-type02 {
	background: #fff url(../images/bg_signup02.png) no-repeat 50% 50px;
}

li.member-type03 {
	background: #fff url(../images/bg_signup03.png) no-repeat 50% 55px;
}

.member-type li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 15px;
	color: #0062b3;
	font-weight: bold;
	background: #fff;
	margin-top: 190px;
	border: 1px solid #9fa9b2
}

.member-type li:hover {
	border: 1px solid #0062b3;
	background-color: #eeeff0;
}

.member-type li:hover a {
	border: 1px solid #0062b3;
	background: #0062b3;
	color: #fff;
}

.member-confirm {
	width: 100%;
	margin-top: 60px;
	box-sizing: border-box;
	text-align: center;
}

.member-confirm li {
	width: 49%;
	height: 280px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #d9dee4;
	padding: 0 32px;
	box-sizing: border-box;
}

.member-confirm li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 15px;
	color: #218a08;
	font-weight: bold;
	background: #fff;
	margin-top: 190px;
	border: 1px solid #9fa9b2
}

li.confirm-phone {
	background: #fff url(../images/bg_phone.png) no-repeat 50% 54px;
}

.member-confirm li:hover {
	border: 1px solid #0062b3;
	background-color: #eeeff0;
}

.member-confirm li:hover a {
	border: 1px solid #0062b3;
	background: #0062b3;
	color: #fff;
}

.pop-add-radio {
	width: 100%;
	margin: 0;
}

.pop-add-radio ul {
	padding-top: 10px;
}

.pop-add-radio ul li {
	display: inline-block;
	margin-right: 15px;
}

.pop-add-radio .input-wid50 {
	width: 50px !important;
}

.pop-add-radio .input-wid80 {
	width: 80px !important;
}

.pop-add-radio .input-wid100 {
	width: 100px !important;
}


.pop-add-radio ul li span {
	display: inline-block;
	font-size: 13px;
	color: #4a4c5a;
	
	font-weight: bold;
	line-height: 34px;

}
