﻿@charset "UTF-8"; 

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Noto Sans KR', sans-serif;
    overflow: hidden;
}


ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    height: 100%;
}

/*login*/

form.form-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cec8aab5;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 1px 1px 20px 1px #4b371d;
    width: 350px;
    height: auto;
} 

body {
    background-image: url(../Images/goldbg.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: color;
}

.form-row input::placeholder {
    color: #cec7a5;
    font-family: 'Noto Sans KR', sans-serif;
}
.form-row h2 {
    font-size: 41px;
    color: #f7f5eb;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0px 0px 6px #635129;
    font-family: 'Cafe24Dangdanghae';
}
.form-title {
    text-align: center;
    margin-top: 8px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    margin-bottom: 14px;
    color: #2d1f0f;
    
}

.form-row input:focus {
    border: 2px solid #422d16;
    background-color: #fef9c4;
}
.form-row input {
    width: 93%;
    border: none;
    background-color: #452f1878;
    padding: 10px;
    outline: none;
    border-radius: 6px;
    margin-top: 3px;
    color: #000000;
    font-size: 14px;
    font-family: 'Noto Sans KR',sans-serif;
}

label {
    color: #423c2d;
    font-weight: 500;
    font-size: 15px;
}

.form_group, .form_group_date {
    margin-bottom: 10px;
}

button.login:hover {
    transform: translate(0px, -2px);
    box-shadow: 0px 2px 9px 0px #422d1678;
    background-color: #4c341a;
}
button.login {
    display: block;
    width: 94%;
    background-color: #422d16;
    margin: 0 auto;
    border: none;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
    transition: all .3s;
}

.loginBtn {
    padding: 10px 0;
}
a.forgot-pw {
    float: right;
    color: #422d16;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin: 13px 0;    
}
a.add_member {
    float: left;
    color: blue;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin: 13px 0;
}

/*datepicker*/
.datepicker-days {
    position: absolute;
    top: 41%;
    left: 41%;
    background-color: #fff;
    padding: 3px;
    border-radius: 5px;
}
input.form-control {
    float: left;
    width: 93%;
}

.input-group-addon {
    display: none;
}
.datepicker table tr td:first-child {
  color: red;
} 
.datepicker table tr td:last-child {
  color: blue;
} 
/*footer*/

footer {
    position: absolute;
    bottom: 0%;
    padding: 13px 20px;
    width: 98%;
    background-color: #422d1645;
    color: #dcd6c4;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;    
}
p.brand_name {
    float: right;
}
footer p {
    float: left;
}
p.copyRight {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
 
.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}