@charset "utf-8";

html, html body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.position-relative {
	position: relative;
}

input {
    border: 1px solid #B9B9B9;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 2px;
    width: 130px;
    border-radius: 3px;
}

.btn-text {
	position:absolute;
	left:0px;
	top:0px;
	width: 57px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	color:#FFF;
	font-weight: bold;
}


.popup_container {
	width: 100%;
	height: 100%;
	text-align:center;
	border: 2px solid #3572B3 !important;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	min-width : 880px;
}

.popup_container thead tr td {
	height: 37px;
	line-height: 37px;
}
.popup_container thead tr td.top-left {
	background: url(../images/common/popup/title_bg.png) repeat-x left top;
	font-weight: bold;
	color:#FFF;
	font-size:14px;
	text-align: left;
	padding-left:10px;
}
.popup_container thead tr td.top-right {
	width:20px;
	background: url(../images/common/popup/title_right_trim.png) repeat-x left top;
}
.popup_container thead tr td.top-close {
	width:25px;
}
.popup_container > tbody > tr:first-child > td:first-child {width : 500px;}
.popup_container > tbody > tr:first-child > td:nth-child(2) {width : 500px; background:grey;}


.popup_container tbody tr td.popup_container_body{
	padding-left : 10px;
}
.popup_container tbody tr td p {
    line-height: 20px;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 0px;
}

.popup_input_body{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color : #FFFFFF;

}

.popup_input_body thead tr td{
	height : 2px;
	background-color : #2091E1;
}

.popup_container  tbody .regist_right{
	width : 32%;
	float : right;
	padding-right: 90px;
}

.popup_container  tbody .regist_left {
	width : 55%;
	float : left;
	padding-left : 10px;
}

.popup_input_body tbody tr.popup_input_row{
	height : 28px;
	font-size: 12px;
	font-family: Noto Sans KR,sans-serif,gulim;
	color:#5a7998;
	font-weight: bolder;
}

.popup_input_body tbody tr td.popup_input_row_t{
	height : 28px;
	font-size: 12px;
	font-family: Noto Sans KR,sans-serif,gulim;
	color:#333333;
	font-weight: normal;
}

.popup_input_body tbody tr.popup_input_row td{
	text-align : left;
	padding-left : 10px;
}
.popup_input_body tbody tr.popup_input_row td.row_title{
	width : 130px;
	border-right: 1px solid #E1E1E1;
}

.popup_input_body tbody tr.popup_input_line{
	height : 1px;
	background-color : #E1E1E1;
}

.popup_input_body tbody tr.popup_input_line_end{
	height : 2px;
	background-color : #BBBBBB;
}

#tab_header {
	height : 24px;
	line-height: 24px;
	background-color : #FFF;
	font-family: Noto Sans KR,sans-serif,gulim;
	font-weight: bolder;
	color : #FFF;
	border-left  : 1px solid #2091E1;
	border-right : 1px solid #2091E1;
	border-top   : 1px solid #2091E1;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

#tab_header tr td { 
	width : 100px;
}

#tab_header tr td.idsearch{
	color : #2091E1;
}

#tab_header tr td.idsearch-act{
	background-color : #2091E1;
}

#tab_header tr td.pwsearch{
	color : #2091E1;
}

#tab_header tr td.pwsearch-act{
	background-color : #2091E1;	
}

#tab_header tr td a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	color : #2091E1;
}

#tab_header tr td a:hover, #tab_header tr td a.x-color-palette-sel {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	color : #2091E1;
}

.btn-export {
    color: #444444;
    height: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px;
    font-weight: normal;
}

.btn-export-en {
    color: #444444;
    height: 22px;
    left: 0;
    padding-left: 2px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 200px;
    font-weight: normal;
}

.small-gray-button {
    text-decoration:none;
    background-color: #818181;
    background-image: -moz-linear-gradient(center top , #818181, #818181);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    line-height: normal;
    margin: 0 2px;
    padding: 0 5px;
    text-shadow: none;
}
.pwsearch-dlg .x-window-body {
    background-color: #FFFFFF !important;
    border: 0px solid !important;
    padding: 15px 20px;
    color: #333333;
    font-family: Noto Sans KR,sans-serif,gulim;
    font-size: 12px;
    line-height: 1.7;
}
.registAgree_desc {
	font-family: Noto Sans KR,sans-serif,gulim;
	text-align: left;
    padding-left: 5px;
    padding-top: 1px;
    color: #333;
    font-size: 12px;
}

#regist_agree {
	margin: 0px;
	height: auto;
    width: auto;
}

.agree_wrap {
	text-align : left;
	line-height : 0.3;
}

.agree_label {
	margin-top: 5px;
	display: inline-block;
}
.agree_checkbox {
	text-align : right;
	margin-right : 20px;
}
