@charset "utf-8";

@import "_typography.css";
@import "button.css";
@import "icon.css";

/*
   Date :2013.10.31
   Author : WebUX duck@somansa.com
*/


/* ---------------------- css reset ---------------------- */
* {
	margin: 0;
	padding: 0;
}
html,
body,
#wrap {
	height: 100%;
}
body {
	color: #ffffff;
	background-color: #4d5465;
	font-family: SpoqaHanSansNeo, sans-serif;
	font-size: 12px;
}
ol,
ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
input[type="radio"] {
	vertical-align: -2px \0/IE8+9;
	*vertical-align: -2px;
}
input,
select,
textarea,
button {
	font-family:inherit;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 6.5px;
}


/* ---------------------- Preset ---------------------- */
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.a_left {
	text-align: left !important;
}
.a_center {
	text-align: center !important;
}
.a_right {
	text-align: right !important;
}
.a_lg {
	font-size: 16px;
	font-weight: bold;
}
.a_md {
	font-size: 12px;
}
.a_sm {
	font-size: 11px;
	font-weight: normal;
}
.ellipsisRWD {
	display: table;
	width: 100%;
	table-layout: fixed;
	white-space: nowrap;
}
.ellipsisRWD * {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}
.align--center {
	margin: 0 auto;
}
.table--fullsize {
	width: 100%;
	height: 100%;
}

/* ---------------------- custom css ---------------------- */

#wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
/* .loginBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 331px;
	margin-top: -220px;
	margin-left: -270px;
	padding: 30px;
	background: url("../images/login/loginBox_bg.png") no-repeat left top;
}
h1 {
	position: relative;
}
.loginBox .toe {
	position: absolute;
	top: 66px;
	left: 165px;
	color: #717171;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1em;
}
.license {
	display: none;
	background: url("../images/login/licenseBox_bg.png") no-repeat left top;
} */


/* 버튼 스타일 */
.btnLoginSubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 79px;
	border: 0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	background: #518ee2; /* Old browsers */
	background: -moz-linear-gradient(top,  #518ee2 35%, #427ec7 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #518ee2 35%,#427ec7 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #518ee2 35%,#427ec7 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#518ee2', endColorstr='#427ec7',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
.btnLoginSubmit:hover {
	background: #518ee2; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d9de7 35%, #238fcc 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2d9de7 35%,#238fcc 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2d9de7 35%,#238fcc 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9de7', endColorstr='#238fcc',GradientType=0 ); /* IE6-9 */
}
.btnLoginSubmit.opt {
	position: static;
	top: initial;
	right: initial;
	height: 26px;
	margin-left: 10px;
	width: 80px;
	border-radius: 2px;
	font-size: 12px;
}


/* 아이콘 */
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/icon.png") no-repeat;
	vertical-align: middle;
}
.icon.help { /* 도움말 */
	background-position: -144px -48px;
	cursor: pointer;
}
.icon.help-white { /* 도움말 */
	background-position: -176px -48px;
}
.icon.mail { /* 메일 */
	background-position: -16px -16px;
}
.icon.info { /* 팝뷰 타이틀 아이콘 */
	background-position: -128px -176px;
}

/* 탭메뉴 스타일 1 */
.tabs {
	margin-top: 10px;
}
.tabs:after {
	content: '';
	display: block;
	clear: both;
}
.tabs li {
	float: left;
}
.tabs li a {
	display: inline-block;
	margin: 0 -1px 0 0;
	padding: 4px 20px 8px;
	color: #a8b1c1;
	border: 1px solid #1a3052;
	border-bottom: 0;
	background: #253c63;
	text-shadow: -1px -1px #1d304f;
	text-decoration: none;
}
.tabs li.active a {
	color: #ffffff;
	background: #465c85;
	box-shadow: 1px 1px 0 0 #5c7197 inset;
}
.tab_container {
	height: 102px;
	margin-top: -1px;
	padding: 20px;
	color: #ebebeb;
	border: 1px solid #172c4c;
	background: #465c85;
	box-shadow: 1px 0 0 0 #5c7197 inset;
}
.tab_container input[type="text"] {
	box-sizing: border-box;
	height: 26px;
	color: #ffffff;
	border: 1px solid #0d2c52;
	background: #1e4f8a;
	box-shadow: 0 1px 0 0 #4d6591;
}
.tab_content {
	position: relative;
	margin-top: 10px;
}
.tab_content > p {
	word-spacing: -1px;
}
.tab_content > div {
	margin: 0 auto 10px;
	text-align: center;
}
.loginBody .tab_content label {
	display: inline-block;
	width: 100px;
	text-align: left;
}
.loginBody .tab_content input[type="text"] {
	width: 148px;
}


/* 탭메뉴 스타일 2  */
.tabs2 {
	border-bottom: 1px solid #7c7f84;

	*zoom: 1;
}
@-moz-document url-prefix() {
	.tabs2 {
		margin-top: 10px;
	}
}
.tabs2:after {
	display: block;
	clear: both;
	content: "";
}
.tabs2 li {
	float: left;
	position: relative;
	margin-right: 3px;
}
.tabs2 li a {
	display: inline-block;
	padding: 7px 25px;
	color: #42464e;
	border-radius: 3px 3px 0 0;
	background: rgb(148,151,158); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTc5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjgyODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:    -moz-linear-gradient(top,  rgba(148,151,158,1) 0%, rgba(127,130,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,151,158,1)), color-stop(100%,rgba(127,130,135,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(148,151,158,1) 0%,rgba(127,130,135,1) 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top,  rgba(148,151,158,1) 0%,rgba(127,130,135,1) 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(top,  rgba(148,151,158,1) 0%,rgba(127,130,135,1) 100%); /* IE10+ */
	background:         linear-gradient(to bottom,  rgba(148,151,158,1) 0%,rgba(127,130,135,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94979e', endColorstr='#7f8287',GradientType=0 ); /* IE6-8 */
}
.tabs2 li a:link {
	text-decoration: none;
}
.tabs2 li a:hover,
.tabs2 li a.selected {
	color: #ffffff;
	background: rgb(50,55,72);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzc0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzI3MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:    -moz-linear-gradient(top,  rgba(50,55,72,1) 0%, rgba(35,39,54,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,55,72,1)), color-stop(100%,rgba(35,39,54,1)));
	background: -webkit-linear-gradient(top,  rgba(50,55,72,1) 0%,rgba(35,39,54,1) 100%);
	background:      -o-linear-gradient(top,  rgba(50,55,72,1) 0%,rgba(35,39,54,1) 100%);
	background:     -ms-linear-gradient(top,  rgba(50,55,72,1) 0%,rgba(35,39,54,1) 100%);
	background:         linear-gradient(to bottom,  rgba(50,55,72,1) 0%,rgba(35,39,54,1) 100%);
	text-shadow: 1px 1px #202532;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323748', endColorstr='#232736',GradientType=0 );
}


/* OTP */
.installAppGuide {
	position: absolute;
	top: -22px;
	right: -12px;
	font-size: 11px;
	text-decoration: none;
}
a.installAppGuide:link {
	color: #b5bece;
	text-decoration: none;
}
a.installAppGuide:visited {
	color: #b5bece;
	text-decoration: none;
}
.secretKeyGuide {
	font-size: 11px;
	line-height: 1.3em;
}
.secretKey {
	margin: 5px 0;
	padding: 1px 8px 5px;
	color: #ffff66;
	border: 1px solid #0d2c52;
	background: #1e4f8a;
	box-shadow: 0 1px 0 0 #4d6591;
	font-size: 14px;
	line-height: 1.3em;
}
.otpFirst .conts,
.otpInput .conts {
	margin-top: 13px;
}
.otpFirst input[type="text"] {
	margin-bottom: 0;
	vertical-align: middle;
}
.otpFirst button.btn_login {
	margin-left: 10px;
}
.otpFirst .installAppGuide {
	display: inline-block;
	zoom: 1;
	position: relative;
	top: auto; /* IE 버그용 */
	top: initial;
	right: initial;
	padding-top: 5px;
}
.otpInput label {
	display: inline-block;
	width: 80px;
	text-align: left;
}
.otpInput input[type="text"] {
	padding: 1px 10px;
	outline: 0;
	vertical-align: middle;
}
.otpInput button[type="button"] {
	min-width: 60px;
	border-left: 0;
	box-shadow: -1px -1px 0 0 #267cce inset, 0 1px 0 0 #4d6591;
	text-shadow: -1px -1px #135aa1;
	vertical-align: middle;
}
.otpInput .breadcrumb {
	font-size: 11px;
}
.OTP_appGuideTxt {
	position: absolute;
	bottom: 9px;
	color: #ffffff;
	font-weight: bold;
}
html[lang="ko"] .OTP_appGuideTxt.OTPSecretKey {
	left: 110px;
}
html[lang="ko"] .OTP_appGuideTxt.OTPNumber {
	left: 370px;
}
html[lang="en"] .OTP_appGuideTxt.OTPSecretKey {
	left: 80px;
}
html[lang="en"] .OTP_appGuideTxt.OTPNumber {
	left: 325px;
}

.popup_importantAlert {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px !important;
	margin-top: -205px;
	margin-left: -300px;
}

.detail2_contents {
	color: #42464e;
}

.popAlertTitle {
	margin: 10px 0 5px;
}
#tabs .btnArea {
	margin: 5px 0;
}

/* 팝업 popup */
.popupWrap {
	position: absolute;
	margin: 0 auto;
	box-shadow: 2px 2px 2px #444444;
}
.popupHeader {
	height: 23px;
	padding: 0 15px;
	border-bottom: 1px solid #a9a9a9;
	border-radius: 5px 5px 0 0;
	background: #fdfdfd; /* Old browsers */
	background:    -moz-linear-gradient(top, #efefef 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top, #efefef 0%,#c8c8c8 100%); /* Opera11.10+ */
	background:     -ms-linear-gradient(top, #efefef 0%,#c8c8c8 100%); /* IE10+ */
	background:         linear-gradient(top, #efefef 0%,#c8c8c8 100%); /* W3C */
	line-height: 23px;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}
.popupTitle {
	color: #567093;
	font-size: 12px;
	font-weight: bold;
}
.popupBody {
	padding: 20px;
	color: #595959;
	background: #f7f7f7;
}

/*
	FORM 설정
	div.formField (하나의 폼 요소)
		label.formLabel (폼 요소 제목)
		div.formControl > input + text-warning + etc (폼 input 및 벨리데이션...)
 */
.formField {
	margin-bottom: 12px;

	*zoom: 1;
}
.formField:after {
	display: block;
	clear: both;
	content: " ";
}
.formField .formLabel {
	float: left;
	width: 25%;
	line-height: 24px;
}
.formField .formControl {
	float: left;
	width: 75%;
}
.formField .formControl input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	border: 1px solid #a4a4a4;
}
.formField .formControl .text-warning {
	margin-top: 5px;
}

/* 패스워드 변경 */
.pwdExpiredForm .guideText {
	margin-bottom: 20px; 
	color: #000000;
	line-height: 1.5em;
}
.pwdExpiredForm .btnArea {
	margin: 20px 0 0;
	padding-left: 25%;
}


/* 폼 벨리데이션 .hasError */
input[type="password"].hasError,
input[type="text"].hasError,
textarea.hasError,
.hasError input[type="text"],
.hasError textarea {
	border: 1px solid #c8312e !important;
	background: #fff1f1 !important;
}


/* 안내 문구 */
.text-default {
	color: #31708f;
	font-size: 12px;
}
.text-primary {
	color: #337ab7;
	font-size: 12px;
}
.text-success {
	color: #3c763d;
	font-size: 12px;
}
.text-warning {
	color: #c8312e;
	font-size: 12px;
}

#popView_ {
	color: #000000;
}


/* 로그인 박스 */
.login {
	width: 480px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 7px;
	background: #3e71b4;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3), 0 0 50px 10px rgba(4, 37, 83, 0.3) inset;
}
.loginHead {
	box-sizing: border-box;
	min-height: 103px;
	border-radius: 7px 7px 0 0 ;
	background: #ffffff;
}
.loginHead img {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: -2px;
	border-radius: 7px 7px 0 0;
}
.loginHead .toe {
	position: relative;
	margin: -35px 0 0 170px;
	padding-bottom: 5px;
	max-width: 280px;
	color: #717171;
	font-size: 11px;
}
.loginBody {
	padding: 40px;
	position: relative;
}
.loginBody .inputBox {
	position: relative;
}
.loginBody .inputBox > div {
	margin-bottom: 12px;
}
.loginBody .inputBox label {
	display: inline-block;
	width: 50px;
	height: 34px;
	margin-right: 10px;
	color: #ebebeb;
	line-height: 32px;
	text-align: right;
}
.loginBody input[type="text"],
.loginBody input[type="password"],
.loginBody textarea {
	width: 210px;
	padding: 8px 8px;
	color: #ebebeb;
	border: 1px solid #0d2c52;
	background-color: #1e4f8a;
}
.loginBody input[type="text"]:focus,
.loginBody input[type="password"]:focus {
	border: 1px solid #009aff;
	outline: none;
	background-color: #114078;
}
.loginBody .info {
	padding-left: 63px;
	color: #efefef;
	font-size: 11px;
	line-height: 1.3em;
}
.loginBody .info label {
	display: inline-block;
	margin-right: 20px;
}
.loginBody a {
	text-decoration: none;
}
.loginBody a:hover {
	text-decoration: underline;
}
.loginBody .info a {
	color: #64ccdb;
}


/* 공지사항(TruAccess) */
.notice {
	margin: 15px 0 0 0;
	padding: 10px 20px;
	color: #333333;
	border-radius: 3px;
	background: #e3e8ec;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.12) inset, 1px 1px rgba(0, 0, 0, 0.4);
}
.noticeHead {
	margin: 0 0 5px 0;
	line-height: 20px;
}
.noticeBody li {
	line-height: 2.2em;
}
.noticeBody li:not(:last-of-type) {
	border-bottom: 1px solid #cbcfd3;
}


/* 라이선스 경고  */
.licenseAlert {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 430px;
	height: 180px;
	margin: -63px 0 0 -215px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0 0;
	box-shadow: 1px 1px 2px 0 #193156;
	text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
	font-size: 12px;
}
.licenseAlert.genuine { /* 정품  */
	background-image: url("../images/login/license_bg_1.png");
}
.licenseAlert.demo { /* 데모 */
	background-image: url("../images/login/license_bg_2.png");
}
.licenseAlert p {
	margin-left: 130px;
	line-height: 1.5em;
}
.licenseAlert-title {
	margin: 32px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.licenseAlert-SWName {
	overflow: hidden;
	width: 280px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.licenseAlert-confirm {
	position: absolute;
	right: 10px;
	bottom: 9px;
	text-align: right;
}
.licenseAlert-confirm label {
	margin-right: 20px;
	font-size: 11px;
}
.licenseAlert-confirm label input[type="checkbox"] {
	line-height: 23px;
	vertical-align: middle;
}
p.licenseOut {
	overflow: auto;
	height: 60px;
	margin-top: 100px;
	padding: 5px;
	color: #ffffff;
	background-color: #e74949;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
}
p.licenseOut span {
	font-weight: normal;
}
div.progressBar {
	width: 300px;
	height: 5px;
	margin: 15px auto;
	background-color: #e55c5c;
	font-size: 0;
}
div.progressBar > div {
	height: 5px;
	background-color: #ffffff;
	font-size: 0;
}
p.interval {
	text-align: center;
	vertical-align: text-top;
}
p.interval span {
	vertical-align: top;
}


/* footer */
.copyright {
	margin: 20px 0 0 0;
	color: #caccd1;
	font-size: 11px;
	text-align: center;
}
.copyright span {
	color: #7ba0d1;
	vertical-align: baseline;
}



/* Table Type */
.tableType1 {
	width: 100%;
}

.tableType1 caption {
	text-align: left;
	margin: 0 0 2px 0;
	line-height: 1em;
}

.tableType1>thead>tr>th,
.tableType1>tbody>tr>th,
.tableType1>tbody>tr>td {
	padding: 4px !important;
	line-height: 1.3;
	word-break: break-all;
	height: auto !important;
	height: initial !important;
}

.tableType1>thead>tr>th,
.tableType1>tbody>tr>th {
	border: 1px solid #99b4d8;
	background: #dae7f6;
	font-weight: 400;
	text-align: left;
}

.tableType1>tbody>tr>td {
	border: 1px solid #ccc;
	background: #ffffff;
}

.tableType1>tbody>tr>td .icon {
	margin: -2px 0 -1px;
}

.tableType1 label:first-child {
	margin-left: 0;
}

.tableType1 input[type="text"] {
	margin: -1px;
}

.tableType1 tfoot th,
.tableType1 tfoot td {
	border: 1px solid #adadad;
	border-top: 3px double #848484;
	padding: 4px;
}

.tableType1 tr.editArea th,
.tableType1 tr.editArea td {
	/* background: #fffdde; */
	border-bottom: 3px double #adadad;
	vertical-align: top;
}

.tableType1.fixed {
	table-layout: fixed;
}

.tableType1.fixed .hasIcon {
	position: relative;
}

.tableType1.fixed .hasIcon>.icon {
	position: absolute;
}

.tableType1.fixed .hasIcon>.icon+.ellipsis {
	margin-left: 20px;
}

.tableType1.hsides {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tableType1.hsides>tbody>tr>th,
.tableType1.hsides>tbody>tr>td {
	border-left: 0;
	border-right: 0;
	height: 22px !important;
}

.tableType1>thead>tr>th.vaTop,
.tableType1>thead>tr>td.vaTop,
.tableType1>tbody>tr>th.vaTop,
.tableType1>tbody>tr>td.vaTop {
	vertical-align: top;
}

.tableType1 input[type="text"],
.tableType1 input[type="password"],
.tableType1 select {
	margin: -3px 0;
}

.tableType1.form input[type="text"],
.tableType1.form input[type="password"],
.tableType1.form select {
	margin: 0;
}



/*
   form 입력 테이블
   label width  : th[style=""]
	입력모드        : .formTable
	보기모드        : .formTable.viewMode
*/

.formTable {
	width: 100%;
}

.formTable>tbody>tr>th,
.formTable>tbody>tr>td {
	box-sizing: border-box;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.formTable>tbody>tr>th {
	vertical-align: top;
	padding-left: 15px;
	line-height: 24px;
	background: url('../images/common/icon_bullet1.png') no-repeat left 4px;
}

.moreOption .formTable>tbody>tr>th {
	padding-left: 0;
	background: none;
}


/* Policy discover 분할된 테이블용 임시 CSS */

.formTable.gap>thead>tr:last-child>th,
.formTable.gap>thead>tr:last-child>td,
.formTable.gap>tbody>tr:last-child>th,
.formTable.gap>tbody>tr:last-child>td,
.moreOption .formTable>tbody>tr:last-child>th {
	padding-bottom: 5px;
}

.formTable>thead>tr:last-child>th,
.formTable>thead>tr:last-child>td,
.formTable>tbody>tr:last-child>th,
.formTable>tbody>tr:last-child>td,
.moreOption .formTable>tbody>tr:last-child>th {
	padding-bottom: 0;
}

.formTable>tbody>tr>th.none {
	background: none;
}

.formTable .text-default,
.formTable .text-primary,
.formTable .text-success,
.formTable .text-warning {
	display: inline-block;
	padding-left: 10px;
	line-height: 24px;
}

.formTable label {
	/* display: inline-block; */
	/* line-height: 24px; */
}

.formTable label.a_right {
	margin-right: 2px;
	margin-left: 10px;
}

.formTable label.a_right:first-child {
	margin-left: 0;
}

.formTable textarea {
	box-sizing: border-box;
	width: 100%;
	resize: vertical;
}

@-moz-document url-prefix() {
    .formTable textarea {
		overflow: hidden;
    }
}

.formTable.viewMode>thead>tr>th,
.formTable.viewMode>tbody>tr>th {
	height: auto;
	height: initial;
	line-height: normal;
	padding: 5px;
	border: 1px solid #99b4d8;
	background-image: none;
	background-color: #dae7f6;
}

.formTable.viewMode>thead>tr>td,
.formTable.viewMode>tbody>tr>td {
	height: auto;
	height: initial;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	vertical-align: bottom;
	word-break: break-all;
}

.formTable.viewMode label {
	display: initial;
	margin-right: 0;
	line-height: auto;
	line-height: initial;
}

.formTable.viewMode .btn,
.formTable.viewMode .btn--primary {
	margin: -2px 0;
}

.formTable caption {
	text-align: left;
	padding-bottom: 5px;
}



/**
 * card
 * /DLPCenter/externalActionLink.sms
 */
.card {
	border-radius: 10px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.card__head {
	padding: 24px;
	border-radius: 7px 7px 0 0;
}
.card__head--primary {
	background-color: #3366cc;
}
.card__head--primary .card__title {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}
.card__body {
	padding: 24px;
	border-radius: 0 0 7px 7px;
	color: #000000;
	background-color: #ffffff;
}
.card__foot {
	margin-top: 24px;;
	background-color: #ffffff;
}