@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.9em;font-family: 'Noto Sans KR',  dotum, sans-serif; color:#444; background-image: url('/html/img/back.jpg'); background-position: 0 53px; background-repeat: repeat-x; } 
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
div {color:#666;}
input[type=text] {padding:1px 5px; border:solid 1px #c6c6c6; font-family: 'Noto Sans KR',  dotum, sans-serif; 
    width:130px;}
input[type=password] {padding:1px 5px; border:solid 1px #c6c6c6; font-family: 'Noto Sans KR',  dotum, sans-serif; width:130px;}
select { padding:1px 6px; font-family: inherit; border: 1px solid #c6c6c6; border-radius: 0px;  -moz-appearance: none; appearance: none; color:#666;}
textarea { padding:4px 10px; font-family: inherit; border: 1px solid #333; border-radius: 0px;  -moz-appearance: none; appearance: none; width:98%; height:90px;}
/*
input[type="radio"], input[type="checkbox"] {border: 11px solid #c6c6c6; display:inline-block; width:14px; height:14px; vertical-align:middle; background:url(radio_n.png) no-repeat 0 0; appearance: none; border-radius:0; }
*/
input[type="radio"], input[type="checkbox"] {border: 11px solid #c6c6c6; display:inline-block; width:14px; height:14px; vertical-align:middle; appearance: none; border-radius:0; }

.calendar {padding-top:3px; padding-bottom:3px; width:75px !important; background-image: url('/html/img/calendar.png'); background-position: 4px 3px; background-repeat: no-repeat; padding-left:27px !important; color:#555;}
.tooltip {padding-bottom:3px; width:75px !important; background-image: url('/html/img/tooltip.png'); background-position: 155px 7px; background-repeat: no-repeat;
/*    padding-left:27px !important; */
    color:#555;position: relative;}
.qtipq{
    padding-bottom:3px; margin: auto; background-image: url('/html/img/tooltip.png'); background-position: 155px 2px; background-repeat: no-repeat;
/*    padding-left:27px !important; */
    color:#fff; position: relative;
}
.qtipr{
    padding-bottom:3px; margin: auto; 
/*    background-image: url('/html/img/tooltip.png'); background-position: right center;*/
/*    text-align: right;*/
/*    padding-left:27px !important; */
    position: absolute;
    right: 5px;
    padding: 0 5px;
    border: 1px solid #734BAA;
    background-color: #734BAA;
    border-radius: 5px;
    color: #fff;
}

.qtipr:focus,
.qtipr:hover {
	background: #123d9f;
	background: linear-gradient(to bottom, #9060D2 0%, #9060D2 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );/*IE*/
}
 
/* 눌려졌거나 선택 된 상황 */
.qtipr:active,
.qtipr.active {
	text-shadow: 0 1px 0px #white;
	border-color: #9060D2;
	border-top-color: #9060D2;
	background: #9060D2;
	box-shadow: none
}



.tooltiptext{
    display: none;
}
/*
.tooltiptext{
    visibility: hidden;
    width: auto;
    height: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

 Show the tooltip text when you mouse over the tooltip container 
.tooltip:focus .tooltiptext {
    visibility: visible;
    opacity: 1;
}
*/

.delete {padding-top:3px; padding-bottom:3px; width:100px !important; background-image: url('/html/img/delete.png'); background-position: 4px 3px; background-repeat: no-repeat; padding-left:27px !important; color:#555;}
.search {padding-top:3px; padding-bottom:3px; width:130px !important; background-image: url('/html/img/serach.png'); background-position: 4px 4px; background-repeat: no-repeat; padding-left:27px !important; color:#555;}
.pop_search {padding-top:3px; padding-bottom:3px; width:130px !important; background-image: url('/html/img/serach.png'); background-position: 4px 6px; background-repeat: no-repeat; padding-left:27px !important; color:#555;}
.clock {padding-top:3px; padding-bottom:3px; width:100px !important; background-image: url('/html/img/clock.png'); background-position: 5px 6px; background-repeat: no-repeat; padding-left:27px !important; color:#555;}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ht-btn {
	display: inline-block;
/*	margin: 5px 0;*/
	padding: .25em .75em;
	border-radius: .25em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: transparent;
	outline: 0;
	vertical-align: middle;
	font-family: inherit;
	font-size: 0.98em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer	
}

/* 일반적인 버튼의 상황 */
.ht-btn.white,
.ht-btn.white:link,
.ht-btn.white:visited {
	color: #666;
	border: 1px solid #ebebeb;
	border-bottom-color: #c6c6c6;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	background: #fff;
	background: linear-gradient(to bottom, #ffffff 40%, #f6f6f6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );/*IE*/
}
 
/* 마우스오버 */
.ht-btn.white:focus,
.ht-btn.white:hover {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );/*IE*/
}
 
/* 눌려졌거나 선택 된 상황 */
.ht-btn.white:active,
.ht-btn.white.active {
	text-shadow: 0 1px 0px #fff;
	border-color: #ebebeb;
	border-top-color: #ddd;
	background: #f4f4f4;
	box-shadow: none
}

/* 일반적인 버튼의 상황 */
.ht-btn.blue,
.ht-btn.blue:link,
.ht-btn.blue:visited {
	color: #fff;
	border: 1px solid #5aa3f5;
	border-bottom-color: #2e80dc;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	background: #6fb3ff;
	background: linear-gradient(to bottom, #6fb3ff 40%, #6fb3ff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );/*IE*/
}
 
/* 마우스오버 */
.ht-btn.blue:focus,
.ht-btn.blue:hover {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #3e92f0 0%, #3e92f0 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );/*IE*/
}
 
/* 눌려졌거나 선택 된 상황 */
.ht-btn.blue:active,
.ht-btn.blue.active {
	text-shadow: 0 1px 0px #6fb3ff;
	border-color: #5aa3f5;
	border-top-color: #ddd;
	background: #2f82df;
	box-shadow: none
}

/* 일반적인 버튼의 상황 */
.ht-btn.red,
.ht-btn.red:link,
.ht-btn.red:visited {
	color: #fff;
	border: 1px solid #EE001D;
	border-bottom-color: #EE001D;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	background: #E44356;
	background: linear-gradient(to bottom, #E44356 40%, #E44356 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );/*IE*/
}
 
/* 마우스오버 */
.ht-btn.red:focus,
.ht-btn.red:hover {
	background: #EE001D;
	background: linear-gradient(to bottom, #EE001D 0%, #EE001D 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );/*IE*/
}
 
/* 눌려졌거나 선택 된 상황 */
.ht-btn.red:active,
.ht-btn.red.active {
	text-shadow: 0 1px 0px #E44356;
	border-color: #EE001D;
	border-top-color: #ddd;
	background: #EE001D;
	box-shadow: none
}
/* 일반적인 버튼의 상황 */
.ht-btn.custom1,
.ht-btn.custom1:link,
.ht-btn.custom1:visited {
    color:white;
	border: 1px solid #168652;
	border-bottom-color: #168652;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	background-color:#3AAF78;
	background: linear-gradient(to bottom, #3AAF78 40%, #3AAF78 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );/*IE*/
}
 
/* 마우스오버 */
.ht-btn.custom1:focus,
.ht-btn.custom1:hover {
	background: #00C166;
	background: linear-gradient(to bottom, #00C166 0%, #00C166 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );/*IE*/
}
 
/* 눌려졌거나 선택 된 상황 */
.ht-btn.custom1:active,
.ht-btn.custom1.active {
	text-shadow: 0 1px 0px #00C166;
	border-color: #00C166;
	border-top-color: #ddd;
	background: #00C166;
	box-shadow: none
}

nav {
/*    width:1200px;*/
}
nav ul ul {display: none;}
nav ul li:hover > ul {display: block;}

nav ul {background: #4b5f83; 
	padding: 0 0;
	list-style: none;
	position: relative;
	display: inline-table; 
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
		float: left; font-size:1.1em;
	}
		nav ul li:hover {
			text-decoration: none;
			background-color:#273b5d;
		}
			nav ul li:hover a {
				text-decoration: none;
			}

        nav ul .selected{
            background: #273b5d;
        }
        nav ul .selected a{
            text-decoration: none;
        }
		nav ul li a {
			display: block; padding: 10px 40px;
			color: #fff !important; 
			text-decoration: none;
		}
        nav ul li ul .sub_menu{
            background-color: #fff;
        }
        nav ul li ul .sub_menu a{
            color: #000 !important;
            background-color: #fff;
        }
        nav ul li ul .sub_menu:hover{
            background-color: #fff;
        }
        nav ul li ul .sub_menu:hover a{
            color: #3EAF0E !important;
        }
        
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
/*			background: #5f6975;*/
/*			border-top: 1px solid #6b727c;*/
/*			border-bottom: 1px solid #575f6a; */
			font-size:0.8em;
			float:left;
		}
			nav ul ul li a {
				padding: 8px 20px;
				text-align:center;
			}	
				nav ul ul li a:hover { 
/*					background: #4b545f;*/
					padding: 8px 20px;
				}
		
	nav ul ul ul {
		position: absolute; top: 100%;
	}
		nav ul ul ul li {
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; 
			font-size:1em;
			background: #5f6975;
			float:left;
		}
			nav ul ul ul li a {
				padding: 8px 10px;
				color: #fff;
				text-align:center;
			}	
				nav ul ul ul li a:hover { 
					background: #4b545f;
					padding: 8px 10px;
				}
nav ul ul.right_side li {float:right; border:0; border-left:1px solid #4b5f83;}

.pg_wrap {border:0px solid #4b5f83; margin:0 auto;}
.pg_wrap  a:hover {text-decoration:underline !important; }
.pg_current {background-color:#65a5ee !important; padding:0 0 3px; font-size:0.9em;  width:27px; margin:0 !important; border:solid 1px #65a5ee;}
.pg_page {background-color:#fff !important; padding:0 0 3px; font-size:0.9em; color:#65a5ee !important; width:27px; border:solid 1px #dbdbdb;}
.pg_end {background-color:#fff !important; padding:0 0 3px; font-size:0.9em; color:#65a5ee !important; width:39px; border:solid 1px #dbdbdb;}
	
.logo {width:1400px; padding:10px 0px 10px 15px; height:34px; display:inline-block;}

.contents {width:1400px; margin:20px auto; white-space:nowrap; overflow-x:auto;}
.contents2 {width:1400px; margin:20px auto; 
    white-space:nowrap; 
    overflow-x:auto;}	

.sub_menu3{
    width: 96.2%;
    height: 40px;
    margin-top: 20px;
}
.menu_links{
    list-style: none;
}
.menu_links ul{
    padding: 0px;
}
.menu_links ul li{
    float: left;
    display: inline;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #ddd;    
}
.menu_links ul li a{
    text-decoration: none;
}

/*
.top_menu ul .selected a{
    color: #70C1B3;
    cursor: default;
}
.top_menu ul li:not(.selected):not(.margin_only):hover{
    background-color: #1073e6;
    transition: all 0.3s ease 0s;
    border: none;
    padding: 6px;
}
.top_menu ul li:not(.selected):not(.margin_only):hover a{
    color: white;
}
*/

.menu_links ul .selected a{
    color: #70C1B3;
    cursor: default;
}
.menu_links ul li:not(.selected):not(.margin_only):hover{
    background-color: #1073e6;
/*    transition: all 0.3s ease 0s;*/
    border: none;
    padding: 6px;
}
.menu_links ul li:not(.selected):not(.margin_only):hover a{
    color: white;
}
/*
.selected{
    color: lightgreen;
}
*/
.menu_links ul .margin_only{
    border: none;
/*    margin-left: 10px;*/
    margin-right: 10px;
}
.menu_links ul .margin_only:hover{
    background-color: #fff;
    padding: none;
    
}



.baelist_contents {width:2300px; margin:30px 30px; white-space:nowrap; overflow-x:scroll;}	
.hwaju_contents {margin:30px 30px; white-space:nowrap; margin-right:30px;}	

.top_menu {background-color:#4b5f83; height:43px; width:100%; font-weight:500; font-size:1.0em;}
.mnotice {width:600px; margin:0 auto; padding:10px 10px;}
.login {width:300px; margin:0 auto; border:solid 0px #9fb5f8; padding:30px 60px 30px 40px; background-color:#f6f6f6;}
.login input{margin:2px 0px 8px 0; padding:3px 5px !important; font-size:1.0em;}
.login checkbox{border: 1px solid #c6c6c6; width:14px; height:14px; border-radius:0;}
.title_img {width:400px; margin:50px auto 20px;}
.notice {border:solid 1px #71aef3; padding:8px 10px; margin-bottom:15px; border-left:0px;  border-right:0px; }
.m_top {display:inline-block; width:1360px;  margin:15px 30px 0 30px; background-color:#eee; padding:6px 20px;}
.welcome {margin:10px 0 0 20px; border:solid 0px; width:250px; display:inline-block;}
.date {float:right; width:350px; display:inline;margin-top:10px; text-align:right;}
.loginInfo {float:right; width:350px; display:inline;margin-top:10px; text-align:right;}

.form_bt {margin-top:20px; text-align:center;}
.sub_title {font-weight:500; font-size:1.4em; color:#111;  border-bottom:1px solid #ccc; padding-bottom:5px;display:block;}
.s_title{font-weight:300; font-size:1.0em; margin-bottom:0px; padding:8px 15px; background-color:#4b5f83; width:180px; color:#fff;}
.tax_title{
    font-weight: 500;
    font-size: 1.4em;
    color: #111;
    padding: 5px;
}
.sub_descript {font-size:1.1em; margin-bottom:10px; display:none;}
.input_form table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:100%; border-bottom:solid 3px #aaa; width:100%; border-collapse: collapse;}
.input_form table th {padding:5px 10px;  min-width: 142px !important;font-weight:500; color: white; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#054D9F; border-left:solid 1px #ccc;}
.input_form table td {padding:5px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc;}

.data_list  table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:100%; border-bottom:solid 3px #aaa; width:100%; border-collapse: collapse;}
.data_list  table th {font-weight:500; border-bottom:solid 1px #ccc; padding:3px 3px; background-color:#f1f1f1; border-left:solid 1px #ccc; border-right:solid 1px #ccc;}
.data_list  table td {border-bottom:solid 1px #ccc; padding:3px 3px; text-align:center; border-right:solid 1px #ccc;  border-left:solid 1px #ccc;}
.onlythis {
    height: 700px;
    overflow-y: scroll;
    border-bottom: solid 3px #aaa;
}


.baecha_list  table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; border-bottom:solid 3px #aaa; border-collapse: collapse; width:2280px;}
.baecha_list  table th {font-weight:500; border-bottom:solid 1px #ccc; padding:3px 0; background-color:#f1f1f1; border-left:solid 1px #ccc; border-right:solid 1px #ccc;}
.baecha_list  table td {border-bottom:solid 1px #ccc; padding:3px 0; text-align:center; border-right:solid 1px #ccc;  border-left:solid 1px #ccc;}

.hwaju_list  table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; border-bottom:solid 3px #aaa; border-collapse: collapse;}
.hwaju_list  table th {font-weight:500; border-bottom:solid 1px #ccc; padding:3px 3px; background-color:#f1f1f1; border-left:solid 1px #ccc; border-right:solid 1px #ccc;}
.hwaju_list  table td {border-bottom:solid 1px #ccc; padding:3px 3px; text-align:center; border-right:solid 1px #ccc;  border-left:solid 1px #ccc;}
.hwaju_list table .custom1{background: #EFF7FF;
	background: linear-gradient(to bottom, #EFF7FF 40%, #EFF7FF 100%);}
.hwaju_list table .custom2{background: #FFEAED;
	background: linear-gradient(to bottom, #FFEAED 40%, #FFEAED 100%);}
.hwaju_list table .custom3{background-color:#EFFFF7;
	background: linear-gradient(to bottom, #EFFFF7 40%, #EFFFF7 100%);}

.jasa_form table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; border-bottom:solid 3px #aaa; width:100%; border-collapse: collapse;}
.jasa_form table th {width:180px; font-weight:500; color:white; border-bottom:solid 1px #ccc; border-left:solid 1px #ccc; border-right:solid 1px #ccc;  background-color:#054D9F;}
.jasa_form table td {padding:4px 7px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}

.fees_form table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:100%; border-bottom:solid 3px #aaa; width:100%; border-collapse: collapse;}
.fees_form table th {padding:3px 6px; width:120px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc;}
.fees_form table td {padding:3px 6px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc;}

.baecha_form table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:100%; border-bottom:solid 3px #aaa; border-collapse: collapse;}
.baecha_form table th {padding:5px 10px; width:120px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc;}
.baecha_form table td {padding:5px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc;}

.sbaecha_form1 {float:left;}
.sbaecha_form1 input[type=text] {padding:3px 10px; border:solid 1px #c6c6c6; font-family: 'Noto Sans KR',  dotum, sans-serif; width:65px;}
.sbaecha_form1 table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:890px; border-bottom:solid 3px #aaa; border-collapse: collapse;}
.sbaecha_form1 table th {padding:3px 6px; width:70px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc;}
.sbaecha_form1 table td {padding:3px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc;}

.sbaecha_form2 table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:500px; border-bottom:solid 3px #aaa; border-collapse: collapse;}
.sbaecha_form2 table th {padding:3px 10px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc;}
.sbaecha_form2 table td {padding:3px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc;}

.sbaecha_form3 {float:left; width: 50%;}
.sbaecha_form3 input[type=text] {padding:3px 10px; border:solid 1px #333; font-family: 'Noto Sans KR',  dotum, sans-serif; width:49%;}
.sbaecha_form3 table {font-size:1.0em; padding:0; margin:0; 
    border:solid 1px #ccc; 
    width: 100%; 
/*    border-bottom:solid 3px #aaa; */
    border-collapse: collapse;}
.sbaecha_form3 table th {padding:3px 6px; 
/*    width:70px; */
    width: 10%;
    font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#054D9F; border-left:solid 1px #ccc; color:white;}
.sbaecha_form3 table td {
    width: 35%;
/*
    padding:6px 10px; 
    border-bottom:solid 1px #ccc;  
    border-right:solid 1px #ccc; 
    border-left:solid 1px #ccc;
*/
}
.sbaecha_form3 table td:nth-child(2){
    width: 45%;
}
.sbaecha_form3 table td select{
    width: 58%;
}

.sbaecha_form3 table td .invisible_bor{
    border: none;
}
.sbaecha_form3 table .tr_dummy{
    color: #fff;
    height:1px;
    font-size:1px;
    border:none !important;
    padding:none !important;
    margin:none !important;
}
.sbaecha_form3 table .tr_dummy td{
    border:none !important;
    padding:none !important;
    margin:none !important;
}

.sbaecha_form4 {float:right; width: 50%;}

.sbaecha_form4 table {font-size:1.0em; padding:0; margin:0; 
    border-top:solid 1px #ccc; 
    width: 100%; min-width:500px; 
/*    border-bottom:solid 3px #aaa; */
    border-collapse: collapse;
/*    table-layout: fixed;*/
}
.sbaecha_form4 table th {padding:3px 10px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; border-left:solid 1px #ccc;}
.sbaecha_form4 table td {padding:3px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc;}
.sbaecha_form4 table th:first-child{
    text-align: center;
}
.sbaecha_form4 table td:first-child{
    text-align: center;
}

.sbaecha_form4 #tab_1 table th {background-color:#FFDDA6;}


.sbaecha_form4 .memo_list{
    font-size:1.0em; 
    padding:0; 
    width: 100%; 
    margin:0; 
    border-top:solid 1px #ccc; 
    min-width:500px; 
/*    border-bottom:solid 3px #aaa; */
    border-collapse: collapse;
}
.sbaecha_form4 .memo_list, th, td{
    
}
.sbaecha_form4 .memo_list th {padding:3px 10px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#FFDDA6; border-left:solid 1px #ccc;}
.sbaecha_form4 .memo_list td {padding:3px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc;}

.sbosae_form1{
    float: left;
    width: 49%;
/*    border: 1px solid #ddd;*/
}
.sbosae_form1 table{
    border-collapse: collapse;
    border-style: hidden;
}
.sbosae_form1 table td, table th{
    border: 1px solid #ddd;
    padding: 2px;
}
.sbosae_form1 table .wide_col{
/*    width: 250px;*/
}
/*
.sbosae_form1 table .wide_col2{
    width: 80%;
}
.sbosae_form1 table .wide_col input[type=text]{
    width: 70%;
}
.sbosae_form1 table .wide_col select{
    width: 70%;
}
*/
.sbosae_form1 input[type=text], select{
    padding: 4px 0;
    line-height: 10px;
}
.sbosae_form1 table .invisible_bor{
    border: none !important;
}
.sbosae_form1 table .linebreak{
    height: 20px;
}
/*
.sbosae_form1 table td:nth-child(1) input[type=text]{
    width: 50px;
}
*/
.sbosae_form2{
    float: right;
    width: 51%;
/*    max-width: 500px;*/
    word-wrap: break-word;
    white-space: normal;
}
.sbosae_form2 select{
    font-family: 
}
.sbosae_form2 table .wide_col{
/*    width: 250px;*/
}
.sbosae_form2 table .wide_col2{
    width: 80%;
}
.sbosae_form2 table th{
    min-width: 150px;
}
.sbosae_form2 table input:read-only{
    background-color: #eee;
}
.sbosae_form2 .bcd_form{
    border-collapse: collapse !important;
    text-align: center;
    table-layout: fixed;
}
.sbosae_form2 .bcd_form th, td{
    padding: 0;
}
.sbosae_form2 .bcd_form h2{
    font-size: 2em;
}
.sbosae_form2 .bcd_form td{
    border: 1px solid black;
}
.sbosae_form2 .bcd_form .invisible_bor{
     border: none !important;
}
.sbosae_form2 .bcd_form .linebreak{
    height: 20px;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab_content{
    display: none;
/*    border: 1px solid blue;*/
/*    background: #ededed;*/
    padding: 15px;
    max-width: inherit;
    word-wrap: break-word !important;
    /* overflow: auto; */
}

.tab_content.current{
    display: inherit;
    height: 100%;
    overflow: auto;
}


.tax_form1 {margin: auto; width: 100%; max-width: 800px; }
/*.tax_form1 input[type=text] {padding:9px 10px; border:solid 1px #c6c6c6; font-family: 'Noto Sans KR',  dotum, sans-serif; width:65px;}*/
.tax_form1 table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:800px; border-bottom:solid 3px #aaa; border-collapse: collapse;
    table-layout: fixed;
}
.tax_form1 table th {padding:3px 6px; width:70px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc; text-align: center;}
.tax_form1 table td {border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc; text-align: center;}
.tax_form1 table td .invisible_bor{
    border: none;
}
.tax_form1 table .td_row{
    width: 10px !important;
}
.tax_form1 table .data_form{
/*    width: 20%;*/
    max-width:267px;
    overflow: hidden;
    word-break: normal;
    white-space: normal;
}
.tax_form1 table .wid{
    width: 100px;
}
.tax_form1 table .item_list{
/*
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: 200px;
    width: 93%;
    border:none;
*/
    height: 20px;
}
.tax_form1 table .bot_data{
    width: 150px;
    height: 40px;
    text-align: center;;
    padding-right:10px;
}

.tras_form1 {margin: auto; width: 100%; max-width: 800px; }
/*.tax_form1 input[type=text] {padding:9px 10px; border:solid 1px #c6c6c6; font-family: 'Noto Sans KR',  dotum, sans-serif; width:65px;}*/
.tras_form1 table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:800px; border-bottom:solid 3px #aaa; border-collapse: collapse;
}
.tras_form1 table th {padding:3px 6px; width:70px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc; text-align: center;}
.tras_form1 table td {border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; border-left:solid 1px #ccc; text-align: center;}
.tras_form1 table td .invisible_bor{
    border: none;
}
.tras_form1 table .td_row{
    width: 10px !important;
}
.tras_form1 table .data_form{
/*    width: 20%;*/
    max-width:267px;
    overflow: hidden;
    word-break: normal;
    white-space: normal;
}
.tras_form1 table .wid{
    width: 100px;
}
.tras_form1 table .item_list{
/*
    padding: 0;
    margin: 0;
    text-align: center;
    max-width: 200px;
    width: 93%;
    border:none;
*/
    height: 20px;
}
.tras_form1 table .bot_data{
    width: 150px;
    height: 40px;
    text-align: center;;
    padding-right:10px;
}
/*login form*/
.background{
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #F5F7FB;
    top: 0px;
}
.form{
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1000px;
	height: 730px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 3px 25px 5px rgba(171, 171, 171, 0.5);
}
.form .login_form{
    display: block;
    width:35%;
    height: 100%;
    float: right;
/*    border: 1px solid yellow;*/
/*    padding: 100px 70px;*/
}
.form .notice{
/*
    display: block;
    height: 100%;
    float: right;
*/
    
}
.form .login_form .login_logo{
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: white;
/*    border: 1px solid #dddddd;*/
}
.form .login_form .login_logo img{
    width: 249px;
}
.form .login_form .login_input{
    margin-top: 50px;    
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}
.form .login_form .login_input div{
    width: 100%;
    height: 100%;
}
.form .login_form .login_input .input_span{
    float: left;
/*    padding: 10px;*/
    border: 1px solid #ccc;
    width: 48px;
    height: 48px;
    border-radius: 5px 0 0 5px;
    background-repeat: no-repeat;    
    background-position: center;
    margin-bottom: 20px;
}
.form .login_form .login_input #id_icon{
    background-image: url(../img/id.png);
}
.form .login_form .login_input #pw_icon{
    background-image: url(../img/key.png);
}
.form .login_form .login_input input[type=text]{
    float: right;
    width: 80%;
    height: 50px;
    margin-bottom: 20px;
    box-sizing: border-box;
	border: solid 1px #ccc;
    border-left: 0px;
	border-radius: 0 5px 5px 0;
    padding: 10px 20px;
    font-size: 16px;
}
.form .login_form .login_input input[type=password]{
    float: right;
    width: 80%;
    height: 50px;
    margin-bottom: 20px;
    box-sizing: border-box;
	border: solid 1px #ccc;
    border-left: 0px;
	border-radius: 0 5px 5px 0;
    padding: 10px 20px;
    font-size: 16px;
}
.form .login_form .login_input a{
    text-decoration: none;
}
.form .login_form .login_input span{
    font-size: 12px; color: #aaa;
}
.form .login_form .login_input a:hover span{
    color: red;
}

.form .login_form .login_input .login_btn{
    float: right;
    width: 40%;
	height: 44px;
    line-height: 44px;
    color: white;
    text-align: center;
	background-color: #1073e6;
/*    border-radius: 5px;*/
/*	box-shadow: 0 2px 5px 0 #1173e5;*/
    cursor: pointer;
}
.form .login_form .login_input .login_btn:active, login_btn:active{
    text-shadow: 0 1px 0px #0853ab;
    border-color: #0853AB;
    background-color: #0853AB;
    box-shadow: none;
}
.form .login_form .border{
    padding: 0 50px;
    height: 1px;
    margin: 10px auto;
}
.form .login_form .border .border-line{
    height: 1px;
    border-top: 2px dashed #eee;
}
.form .login_form .add_btn{
    padding: 0 50px;
}
.form .login_form .add_btn div{
}
.form .login_form .add_btn a{
/*
    border: 1px soild #aaa;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
    text-decoration: none;
*/
}
.form .login_form .add_btn table{
    width: 100%;
    text-align: center;
    border-spacing: 0 10px;
    table-layout: fixed;
    margin: 0 auto;
}
.form .login_form .add_btn table td{
    border: 1px solid #aaa;
    padding: 0 !important;
    border-radius: 5px;
    line-height: 30px;
/*
    border-radius: 5px;
    padding: 14px;
    background: #1ec545;
*/
}
.form .login_form .add_btn table tr:first-child td{
    background: #1ec545;
}
.form .login_form .add_btn table tr:nth-child(2) td{
    background: #f17d0c;
}
.form .login_form .add_btn table tr:nth-child(3) td{
    background: #1073e6;
}
.form .login_form .add_btn table tr:nth-child(4) td{
    background: #7986cb;
}


.form .login_form .add_btn table td a{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-shadow: 0 1px rgba(0,0,0,0.2);
    text-decoration: none;
    padding: 10px 0;
/*
    text-decoration: none;
*/
}
.form .login_form .add_btn table td a:hover{
    text-decoration: underline;
/*
    background-color: #1073e6;
    transition: all 0.3s ease 0s;
    color: white;
*/
}
/*
.form .login_form .add_btn table td:hover{
    cursor: pointer;
}
*/
/*
.form .login_form .add_btn table td:hover a{
    text-decoration: underline;
}
*/
.form .notice_form{
    float: left;
    width: 65%;
    height: 100%;
    box-shadow: 1px 0 0 #aaa;
/*    border-right: 1px solid #aaa;*/
}
.form .notice_form .banner{
    position: relative;
    width: 100%;
    height: 40%;
    background-image: url(../img/banner.jpg);
}
.form .notice_form .banner span{
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 10px;
    margin-right: 30px;
    color: white;
    font-size: 40px;
}
.form .notice_form .notice_board table{
    margin: auto;
    width: 90%;
}
.form .notice_form .notice_board table td{
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}
/*
.form .notice_form .notice_board table td:first-child:hover{
    color: #1073e6;
    cursor: pointer;
}
*/
.form .notice_form .notice_board .links{
    table-layout: fixed;
    text-align: center;
    margin: 20px auto;
    border-spacing: 5px;
}
.form .notice_form .notice_board .links td{
    border: 1px solid #aaa;
    padding: 0 !important;
    border-radius: 5px;
    line-height: 35px;
}
.form .notice_form .notice_board .links td a{
    display: block;
    width: 100%;
    height: 100%;
    color: black;
    text-decoration: none;
    padding: 10px 0;
}
.form .notice_form .notice_board .links td a:hover{
    background-color: #1073e6;
    transition: all 0.3s ease 0s;
    color: white;
}
.frm_input04 input{
    width: 126px !important;
}


.srch_box {border:1px solid #ccc; padding:5px 25px; margin-bottom:15px; display:inline-block; width:96.2%; background-color:#f1f1f1;}
.hwaju_srch_box {border:1px solid #ccc; padding:5px 25px; margin-bottom:15px; display:inline-block; width: 96%;max-width:1400px; background-color:#f1f1f1;}

.tail {text-align:center; margin:40px auto 20px;  border-top:1px solid #ccc; padding-top:20px; width:100%;}

.main_notice {width:800px; margin:0 auto; margin-top:30px; margin-bottom:70px;  border-top:solid 2px #65a5ee; }
.main_notice table {border-bottom:solid 0px;  border-collapse: collapse; width:600px; border-top:solid 0px #65a5ee; border-bottom:solid 1px #65a5ee;}
.main_notice table td{padding:6px 5px; border-bottom:solid 1px #ddd; font-size:0.85em;}
.c1 {width:500px;}
.c2 {width:100px; text-align:right;}
 
/* 레이어 팝업 */
#basic-modal-content {display:none;} 

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height: expression( this.scrollHeight > 799 ? "800px" : "auto" ); max-height: 800px; color:#bbb; background-color:#fff; border:2px solid #aaa; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

#simplemodal-overlay {background-color:#555;}
#modal_content{display:none;margin:auto;width:auto; color:#000}
#modal_content table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:100%; border-bottom:solid 3px #aaa; border-collapse: collapse;}
#modal_content table th {padding:5px 10px; 
/*    width:50px !important; */
    font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; border-left:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc; text-align:center;}
#modal_content table td {
    padding:5px 10px; 
    border-bottom:solid 1px #ccc;  
    border-right:solid 1px #ccc; 
    text-align:center;
    border-left:solid 1px #ccc; 
    min-width: 100px;
}
#modal_content table input[type=text]{
    width: 100px !important;
}

#modal_content2{display:none;margin:auto;width:460px; color:#000}
#modal_content2 table {font-size:1.0em; padding:0; margin:0; border-top:solid 3px #65a5ee; width:100%; border-bottom:solid 3px #aaa; border-collapse: collapse;}
#modal_content2 table th {padding:5px 10px; width:100px; font-weight:500; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; border-left:solid 1px #ccc; background-color:#f1f1f1; border-left:solid 1px #ccc; text-align:center;}
#modal_content2 table td {padding:5px 10px; border-bottom:solid 1px #ccc;  border-right:solid 1px #ccc; text-align:center;border-left:solid 1px #ccc; text-align:center;}

table.baecha_table td {text-align:left !important;}
.pop_msgt {font-size:1.1em; text-align:center; color:#fff; padding:10px 0px; background-color:#4b5f83; margin-bottom:30px;}
.pop_msg {font-size:1.2em; text-align:center;}

