
*	{
	font-family: 'nanum-barun-gothic-ultralight';
	font: 13px/18px sans-serif;
	}

html, body {
	font-family: 'nanum-barun-gothic-light';
	font-size: 1em;
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
        border-spacing: 0;
        border-collapse: collapse;

}


/*      ================  Basic Type Text CSS ========================        */
.basic_text {
	height: 34px;
	border: 1px solid lightgray;
	font-size: 1em;
	padding-left: 5px;
	font-style: normal;
	display: inline;
	outline: none;
	box-sizing: border-box;
	color: black;
	border-radius: 5px;
	cursor: pointer;
}
.basic_text_for_sc {
        height: 34px;
        border: 1px solid lightgray;
        font-size: 1em;
        padding-left: 5px;
        font-style: normal;
        display: inline;
        outline: none;
        box-sizing: border-box;
        color: black;
        border-radius: 5px;
        cursor: pointer;
}
.basic_textarea {
        border: 1px solid lightgray;
        font-size: 1em;
        padding-left: 5px;
        font-style: normal;
        display: inline;
        outline: none;
        box-sizing: border-box;
        color: black;
        border-radius: 5px;
        cursor: pointer;
	resize: none;
}


/*      ================  Basic Type Button CSS ========================        */
.basic_button {
	height: 40px;
	background-color: lightgray;
	border: 1px solid lightgray;
	background-color: white;
	font-size: 15px;
	color: black;
	outline: none;
	display: inline;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px;
}
.basic_button:hover {
	background-color: black;
	cursor: pointer;
	color: #fff;
}


/*      ================  Plus Minurs Button CSS ========================        */
.button-minus, .button-plus {
	border: 1px solid lightgray;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
}
.input-group {
	clear: both;
	margin: 15px 0;
	position: relative;
}
.input-group input[type='button'] {
	background-color: #fff;
	min-width: 28px;
	width: auto;
	transition: all 300ms ease;
        cursor: pointer;
}
.input-group .button-minus,
.input-group .button-plus {
	font-weight: bold;
	height: 28px;
	padding: 0;
	width: 38px;
	position: relative;
}


/*      ================  secondery plus minus button ========================        */
.button-s-minus, .button-s-plus {
        border: 1px solid lightgray;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 7px;
}
.input-s-group {
        clear: both;
	margin-left: 10px;
        margin: 0;
        position: relative;
}
.input-s-group input[type='button'] {
        background-color: #fff;
        min-width: 23px;
        width: auto;
        transition: all 300ms ease;
        cursor: pointer;
}
.input-s-group .button-s-minus,
.input-s-group .button-s-plus {
        font-weight: bold;
        height: 23px;
        padding: 0;
        width: 33px;
}



/*      ================ Select Box CSS ========================        */
.basic_selectbox {
	width: 150px;
	padding: .9em .5em;
	border: 1px solid lightgray;
	font-family: inherit;
	background: url('/include/images/arrow.jpg') no-repeat 95% 50%;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.basic_seletbox:-ms-expand {
    display: none;
}


/*      ================ A link CSS ========================        */
A {
	text-decoration:none;
        color: black;
}
A:link {
        text-decoration:none;
        color: black;
}
A:visited {
        text-decoration:none;
        color: black;
}
A:activate {
        text-decoration:none;
        color: black;
}
A:hover {
        text-decoration:none;
        color: black;
}


/*      ================ H CSS ========================        */
h1      {
        font-size:25px;
        text-align: left;
        }

h2      {
        font-size : 30px;
        margin-top : 50px;
        margin-bottom : 30px;
        text-align: center;
        }

h3      {
    font-size : 20px;
        margin-top: 0;
        text-align: left;
        }

h4      {
        font-size: 20px;
        }

h5      {
    font-size : 15px;
        margin-top: 30px;
        margin-bottom: 2px;
        text-align: left;
        }

/*      ================ Input and Select box ========================        */
input[type=text], [type=date], [type=password]   {
        text-align: center;
	outline: none;
	border: 1px solid #D4D0D0;
        }




input[type=number]  {
    border: 1px solid #D4D0D0;
    padding: .2rem;
        width: 40px;
    outline: none;
        text-align: center;
        }

select  {
        overflow:hidden;
    border: 1px solid #D4D0D0;
        }

/*      ================ Global Table CSS ========================        */


.hov_table {
        width: 100%;
        text-align: center;
        border-spacing: 0;
        margin: 0 auto;
        }

.hov_table thead th {
        border-bottom: 1px solid #000;
        }


.qr_table {
        width : 1200px;
        padding: 10px;

}

.qr_table td {
        border-bottom : 1px solid #ffeeff;
}

.qr_table th {
        font-size: 16px;
        height: 40px;
        cursor:pointer;
        border-bottom : 1px solid #000;
        border-spacing: 0;
        border-collapse: collapse;
}


.board_table {
	width : 1200px;
	padding: 10px;
}

.board_table td {
	border-bottom : 1px solid #ffeeff;
}

.board_table tr {
        height: 15px;
}

.board_table th {
        font-size: 16px;
        height: 40px;
        cursor:pointer;
	border-bottom : 1px solid #000;
        border-spacing: 0;
        border-collapse: collapse;
        }

.board_table_search {
	width : 1200px;
	padding: 10px;
}

.board_table_search th {
        border-bottom : 1px solid #000;
        font-size: 16px;
}

.board_table_search td {
        border-bottom : 1px solid #ffeeff;
}


.submit_table {
	width: 100%;
        text-align: center;
        border-spacing: 0;
        margin: 0 auto;
}

.submit_table th  {
        border-bottom: 1px solid #000;
}

.submit_table td        {
        border-bottom: 1px solid #ddd;
        height: 30px;
}




th      {
        font-size: 16px;
        height: 40px;
        }


.hov_table tbody tr:hover  {
        background-color: #ffeeff;
        }

.hov_table tbody td        {
        border-bottom: 1px solid #ddd;
        height: 30px;
        }

/*      ================ Button CSS ====================        */

.Button {
        background-color:#fff;
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        border:1px solid #000000;
        display:inline-block;
        cursor:pointer;
        color:#000;
        padding:7px 17px;
        text-decoration:none;
}
.Button:hover {
        background-color:#000;
        color: #fff;
}
.Button:active {
        position:relative;
        top:1px;
}

/*      ================ Submit CSS ====================        */

.box	{
        width: 100%;
        height: 500px;
	margin: auto;
	padding: auto;
        }

.box_small {
        text-align: center;
        margin: 0 auto;
}

/*      ================ Tooltip CSS ====================        */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #434643;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: 0px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.cell {
        position:relative;
}
.cellcomment {
        display:none;
        position:absolute;
        z-index:1;
        border:1px;
        background-color: rgba( 247, 247, 247, 0.9 );
        border-radius: 10px;
        padding: 5px;
        bottom:-30px;
        left:40px;
        color: #000;
        width: 100px;
        font-size: 12px;
        font-weight: normal;
}
.cellcomment_part {
        display:none;
        position:absolute;
        z-index:1;
        border:1px;
        background-color: rgba( 247, 247, 247, 0.9 );
        border-radius: 10px;
        padding: 5px;
        bottom:-30px;
        left:40px;
        color: #000;
        width: 100px;
        font-size: 12px;
        font-weight: normal;
}

.cell:hover span.cellcomment {
        display:block;
}

.electronic {
        width: 150px;
        padding: .6em .4em;
        background: url(https://farm1.staticflickr.com/379/19928272501_4ef877c265_t.jpg) no-repeat 95% 50%;
        border: 1px solid #999; border-radius: 0px;
                -webkit-appearance: none;
                -moz-appearance: none; appearance: none;
}



/*      ================ Remove placesholder when click input type ========================        */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color:transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color:transparent;
}


/*      ================ Font ========================        */
.ultralight {
	font-family: 'nanum-barun-gothic-ultralight' !important;
}
.light {
	font-family: 'nanum-barun-gothic-light' !important;
}
.regular {
	font-family: 'nanum-barun-gothic-regular' !important;
}
.bold {
	font-family: 'nanum-barun-gothic-bold' !important;
}
.regular_red {
	font-family: 'nanum-barun-gothic-regular'; color: #C70003 !important;
}


/*      ================ Main Layout ========================        */
.main-background-container {
	width: 1400px;
	margin: 10px auto;
	padding: 20px;
	border: 0px solid #bcbcbc;
}
.main-header {
	margin: 0;
        padding: 2px;
        height: 30px;
        border-bottom: 0px solid #ddd;

}

.main-center {
	margin-top: 5%;
	margin-bottom: 20px;
	width: 1080px;
}

.sub-header {
        margin: 0;
	float: right;
}
.main-content-center {
	padding: 20px;
        margin: 0;
	border: 0px solid #bcbcbc;
}
.main-sidebar-right {
	width: 260px;
	padding: 20px;
        margin: 0;
	float: right;
	border: 0px solid #bcbcbc;
}
.main-footer {
	text-align: center;
	clear: both;
	padding: 0px;
	border: 0px solid #bcbcbc;
	height: 50px;
}

.index-main     {
        border: 1px solid #ddd;
        padding: 40px;
        margin: 20px;
        width: 450px;
        float: left;
        min-height: 450px;
        }

.index-assets-number    {
        text-align: right;
        margin-right: 3%;
        }


	@media ( max-width: 480px ) {
		.main-background-container {
			width: 1400px;
		}
		.main-content-center {
			float: none;
			width: auto;
		}
		.main-sidebar-left {
			float: none;
			width: auto;
		}
	}


/*      ================ login div ========================        */
.login-div {
	margin-bottom: 5px;
	padding: 0;
	height: 60px;
}


/*      ================ Access denied page CSS ========================        */
.centerWindow {
	position:absolute;
	width:300px;
	height:300px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
	font-size: 2em;
}
