
.wrapper {
    display: flex;
    flex-direction: column;
}

html {
    height: 100%
}

.ymd1{
	display: table-cell;
    float:left;
	padding: 3px;
}

.login-info{
	float:none;	
	padding:0;
}
@media (min-width: 768px) {
    .container {
        width: 844px
    }
}

@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
h1 {
    font-family: 'Jeju Gothic', sans-serif
}

input{
	float: left ;
}

input[type=radio]{
	float:none;
}

label {
    float: left;
    padding: 3px;
}

address {
	margin-top : 8px;
}
.wrapper {
    position: relative;
    overflow: visible;
    margin-left: 2%;
    margin-right: 2%
}

.logo, .logo2 {
    float: left;
	width : 350px;
	height: 50px;
}
.logo3 {
	float : left;
	width : auto;
	height : auto;
	margin-top : 8px;
	margin-right : 30px;
}
.content {
    background-color: white;
    clear: both;
    overflow: hidden;
    z-index: 1000;
    flex-grow: 1;
}

.header-title {
	margin-left : -400px;
}

.header {
    width: 100%;
    height: auto;
    border-bottom: solid 5px #06C;
    z-index: 10;
    margin: 0 auto;
}

.login-box-body,
.login-box-edit {
    display: block;
    width: 360px;
    height: auto;
    position: relative;
    padding: 25px;
    background-color: #fff
}

.login-box-body {
    margin: 7% auto
}

.login-box-edit {
    margin: 0 7% 7% 2%
}

.footer {
    width: 100%;
    height: 10%;
    border-top: solid 2px #06C;
    position: sticky;
    bottom: 0;
}

.btn-group {
    float: left;
    padding-top: 10px
}

.panel-footer {
    margin-top: 10%;
    background-color: #fff;
    border-top-color: #bce8f1
}

.panel-info {
    border-color: #bce8f1 #fff #fff
}

.container:not (.tab-head) {
    float: left;
    width: 844px;
    height: 274px;
    margin: 5%;
    border-radius: 10px;
    max-width: none !important
}

.col-xs-10,
.col-xs-2,
.col-xs-4 {
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-bottom: -1px;
    height: 40px;
    display: table-cell;
    float: left
}

.col-xs-2 {
    width: 148px;
    background-color: #eafcff
}

.col-rd-top-left {
    border-top-left-radius: 10px
}

.col-rd-top-right {
    border-top-right-radius: 10px
}

.col-rd-bot-left {
    border-bottom-left-radius: 10px
}

.col-rd-bot-right {
    border-bottom-right-radius: 10px
}

.col-xs-4 {
    width: 276px
}

.col-xs-10 {
    width: 698px
}

.col-xs-11 {
    width: 750px
}

.active {
    width: 300px
}

.btn-center {
    margin: 0 0 0 300px;
    display: inline-block
}

.nav-tabs {
    width: 1000px;
    height: auto
}

.clear {
    clear: both;
    padding-left: 50px;
    padding-top: 30px
}

.panel-width {
    width: 100%;
}

.rmk {
    width: 200px
}

.left {
    font-size: 18pt;
    float: left;
    margin-top: 0
}

.checkbox {
    float:left;
}

.print {
    width: 160px
}

.check {
    width: 45px;
	padding : 0px;
}

.year {
    width: 80px
}

.md {
    width: 50px
}

.tab-head {
    height: auto;
    padding-top: 15px
}

.inp-chr {
    width: 150px
}

.ymd {
    display: table-cell;
    float: left;
    padding: 3px
}

.btn-regist {
    width: 120px
}

.btn-padding {
    margin-top: 2px;
    padding: 0 0 0 15px
}

.radio-center {
    float: left;
    margin: 3px;
}

.radio-btn {
    padding-left: 3px;
}

.table > tbody > tr > td {    
	vertical-align: middle !important;
	padding: 3px;
	text-align: center;
}

.table > thead > tr > th {
    vertical-align: middle !important;   
    text-align: center !important;
}

.fl-left {
	float : left;
}

.n1 {
	width : 45px;
}

.n2{
	width : 200px;
}

.n3 {
	width : 300px;
}

.table-head {
	border-top : solid 2px black;
}

.table-foot {
	border-bottom : solid 2px black;
}

.navbar-inverse {
	background-image : -webkit-linear-gradient(top,#096EB7 0,#096EB7 100%);
	background-image : -o-linear-gradient(top,#096EB7 0,#65A6BF 100%);
	background-image : -webkit-gradient(linear,left top,left bottom,from(#096EB7),to(#096EB7));
	background-image : linear-gradient(to bottom,#096EB7 0,#096EB7 100%)
	
}

.navbar-inverse {
	border-color : #65A6BF;
	background-color : #65A6BF;
	
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
	background-image : -webkit-linear-gradient(top,#085F9D 0,#085F9D 100%);
	background-image : -o-linear-gradient(top,#085F9D 0,#085F9D 100%);
	background-image : -webkit-gradient(linear,left top,left bottom,from(#085F9D),to(#085F9D));
	background-image : linear-gradient(to bottom,#085F9D 0,#085F9D 100%);
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#085F9D', endColorstr='#085F9D', GradientType=0);
	
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-color : #bcceec;
}

.navbar-inverse .navbar-nav > li > a {
	color : #bcceec;
}

.navbar-inverse .navbar-brand {
	color : white;
}

.doc-table {
	background-color : #D5F6FF;
}
INPUT[type=checkbox] {
	margin-left : 15px;

}

#title {
    width: auto;
    height: auto;
}

#ps1,
#user_id {
    width: 250px;
    margin: 3% auto
}

#subject {
    font-size: 32pt;
    width: 100%;
    height: auto;
	text-align: center;
	vertical-align: middle;
}

#subject2 {
    font-size: 32pt;
    width: 100%;
    height: 100%;
	text-align: center;
	vertical-align: middle;
}

#Reg_name {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    width: 150px;
    height: 30px
}

#g_agy_name {
	cursor: pointer;
}

#s_agy_name {
	cursor: pointer;
}

#loading {
    width: 100vw;
    height: 40vw;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
 }
 
 #loading-image {
   position: absolute;
   z-index: 100;
   width:80vw; 
   height: 40vw; 
   margin-left:-40vw;
 }