/*--------------------------------------------------------------------------------------------------
	1.  CSS Setting
--------------------------------------------------------------------------------------------------*/
/*
body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,th,td,form,fieldset,legend,input,textarea,a,button,select{margin:0;padding:0;margin-left:20px;}
body,input,textarea,select,button,table{font-family:'맑은 고딕','돋움',dotum,sans-serif;font-size:15;color:#444;-webkit-text-size-adjust:none}
*/

/*table tr, td, 윗줄, 밑줄*/
/*
.bbs_wm tbody th,.bbs_wm tbody td{padding:9px 0px;border-bottom:0px solid #ffffff}
.bbs_wm th{background-color:#f9f9fb;color:#333;text-align:left}
.bbs_wm{width:950;border-top:0px solid #6a6e6d;;font-size:1.000em;table-layout:fixed}
*/

body{
    background-color: #FCFCFC;
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, th, td, form, fieldset, legend, input, textarea, a, button, select {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    color: #333;
}

input[type="radio"] {
  accent-color: #872434;
}

/*--------------------------------------------------------------------------------------------------
	2. 로그인 페이지
--------------------------------------------------------------------------------------------------*/
#cont-login {
    padding-top: 100px;
    text-align: center;
    width: 100%;
    height: 30%;
    vertical-align:middle;
}



.panel-default {
    border-color: #dddddd;
}

#panel-login > .panel-body form {

}

#panel-login > .panel-body form input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1.5px solid #d6a0a9;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

#panel-login > .panel-body form input:focus{
    border-color: #872434;
	outline: none;
	box-shadow: 0 0 5px #872434aa;
}

#panel-login >.panel-body .btn-login{
    width: 380px;
    background-color: #872434;
    border: none;
    color: #fff;
    line-height: 43px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 7px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgb(135 36 52 / 0.4);
}

#panel-login >.panel-body .btn-login:hover {
    background-color: #a73b48;
}

#panel-login >.panel-body .go-register:hover{
    background-color: #872434 !important;
    color: white !important;
}


#panel-login > .panel-body {
    margin: 0;
    padding: 30px 30px 22px 30px;
	background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgb(141 77 88 / 30%);
    box-sizing: border-box;
}

.panel-body {
    padding: 15px;
}



#panel-login {
    display: inline-block;
    width: 440px;
    border-radius: 8px;
    border: none;
    padding: 0;
    /* box-shadow: none; */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.panel {
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


#login-h1 {
    display: block;
    font-size: 49px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}


a:link, a:visited, a:hover, a:active {
    color: #333333;
    text-decoration: none;
    hover: none;
}

.registration-page{
    font-size: 20px;
    font-weight: 400;
}




/*--------------------------------------------------------------------------------------------------
	3. 테이블
--------------------------------------------------------------------------------------------------*/
/*
table.type01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    font-size: small;
    margin-left: 1em;

}
table.type01 thead th {
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    color: #000;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
table.type01 tbody th {
    width: 150px;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}
table.type01 td {
    width: 350px;
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

*/



/*--------------------------------------------------------------------------------------------------
	4. 버튼(마우스 오버시 색깔 바뀌게)
--------------------------------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------------------------------
	5. 파일 업로드
--------------------------------------------------------------------------------------------------*/


body {margin: 10px}
.where {
  display: block;
  margin: 25px 15px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  font-family: verdana;
  font-style: italic;
} 
.filebox {display:inline-block; margin-right: 10px;}


.filebox label {
  display: inline-block;
  padding: .5em .75em;
  color: #999;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
}

.filebox input[type="file"] {  /* 파일 필드 숨기기 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.filebox.bs3-primary label {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.filebox.bs3-success label {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
