@charset "utf-8";

/* Poppins Font */
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);  /* font-weight : 300, 400, 500, 600, 700 */

/* CSS Document */

html, body {height: 100%; min-height: 800px;}
body > div[data-wv-layout="layout"] {height: 100%;}
.main_wrap {height: 100%;}
.main_wrap > div[data-wv-layout-element="layout-page"] {position: static; float: none; height: 100%;}

/*관리자 로그인페이지*/
.login_bg_wrap {background: url("../img/style6_login_bg.jpg") no-repeat center center; background-size: cover;}
.login_bg_wrap .contents_wrap {max-width: 485px;}
.login_bg_wrap h1 {color: #fff;}
.login_bg_wrap .administrator {background: url("../img/style6_admin_bar.jpg") no-repeat left 12px;}
.login_bg_wrap .en {font-family: "Poppins";}
.login_bg_wrap .login_info_bar {width: 187px; border-top: 6px solid #fff;}
.login_bg_wrap .login_info_text {color: #fff; opacity: 0.5; filter:alpha(opacity=50);}
.login_bg_wrap .form_wrap {}
.login_bg_wrap .li_border {border-bottom: 1px solid #a8c1c8;}
.login_bg_wrap .input_id {border: none; background-color: transparent; color: #fff;}
.login_bg_wrap .input_pw {border: none; background-color: transparent; color: #fff;}
.login_bg_wrap .id_label {width: 33px; height: 33px; color: #000; background-color: #fff; border-radius: 50%;}
.login_bg_wrap .pw_label {width: 33px; height: 33px; color: #000; background-color: #fff; border-radius: 50%;}
.login_bg_wrap .login_btn {cursor: pointer; border: none; background-color: transparent; color: #fff; opacity: 0.5; filter:alpha(opacity=50);}
input::-webkit-input-placeholder {color: #fff; opacity: 0.5; filter:alpha(opacity=50);}
input::-moz-placeholder {color: #fff;}
input:-moz-placeholder {color: #fff;}
input:-ms-input-placeholder {color: #fff;}