@charset "utf-8";

/* webfont */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://webfontworld.github.io/NexonLv2Gothic/NexonLv2Gothic.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500&display=swap');
body, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: 'Noto Sans KR', sans-serif;
}

/* reset css */
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,  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;
}
article, aside, details, figcaption, figure, 
 header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, strong, em, cite {
  font-weight:normal;
  font-style:normal;
}
table caption {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  display: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
textarea {
  -webkit-appearance: none;
}
textarea:focus {
  outline: none;
}
* {
  box-sizing: border-box;
  word-break: keep-all;
}

html, body {
  height: 100%;
}
html {
  /*font-size: 10px;*/
}
body {
  font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', gulim, '굴림', dotum, '돋움', AppleGothic, sans-serif;
  font-size: 1.4rem;
  letter-spacing: -0.3px;
}

/* admin main */
#adminWrap {
  width: 100%;
  height: 100vh;
  background: url(../images/admin_visual.png) no-repeat center center;
  background-size: cover;
}

.member_id {
    position: relative;
    padding: 10px 50px 10px 55px;
    background: url(/resources/admin/images/ico_member_black_220808.png) 8px bottom no-repeat;
    background-size: 32px 32px;
    cursor: pointer;
}

.admin_conts {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 100vh;
  margin: 0 auto;
  color: #fff;
}
.admin_conts h1 img {
  width: 558px;
}
.admin_conts h2 {
  margin-top: 50px;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 500;
}
.input_box {
  display: flex;
  margin-top: 25px;
}
.title_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  color: #fff;
}
.title_area a {
  color: #fff;
}
.input_box h3 {
  font-family: "Montserrat";
  font-size: 1.25rem;
  font-weight: 500;
}
.info_user li {
  position: relative;
  margin-top: 15px;
  font-size: 1.3rem;
}
.info_user li:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #33BFE2;
}

.input_area {
  width: 281px;
  padding-left: 11px;
  border-left: 2px solid #fff;
}
.input_text {
  width: 270px;
  height: 40px;
  /*margin-bottom: 12px;*/
  padding: 0 10px;
  background-color: #fff;
  border: none;
  color: #0058a3;
  font-family: 'Noto Sans KR';
  font-weight: 600;
}
.input_text::placeholder {
  color: #A7A7A7;
}

input::placeholder {
    font-family: "NOTO SANS KR";
    font-weight: 400;
    color: #0058a39e;
}
:focus{outline: none;}

/* necessary to give position: relative to parent. */
input[type="text"]{box-sizing: border-box; letter-spacing: 1px;}

input[type="password"]{box-sizing: border-box; letter-spacing: 1px;}

.effect-7{border: 1px solid #ccc; padding: 7px 14px 9px; transition: 0.4s;}
.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 50%; width: 0; height: 2px; background-color: #0058a3;}
.effect-7 ~ .focus-border:after{top: auto; bottom: 0;}
.effect-7 ~ .focus-border .focus-id:before,
.effect-7 ~ .focus-border .focus-id:after{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: #0058a3;}
.effect-7 ~ .focus-border .focus-id:after{left: auto; right: 0;}
.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after{left: 0; width: 100%; transition: 0.4s;}
.effect-7:focus ~ .focus-border .focus-id:before,
.effect-7:focus ~ .focus-border .focus-id:after{top: 0; height: 100%; transition: 0.6s;}

.effect-7 ~ .changed:before,
.effect-7 ~ .changed:after{content: ""; position: absolute; top: 0; left: 50%; width: 0; height: 2px; background-color: red;;}
.effect-7 ~ .changed:after{top: auto; bottom: 0;}
.effect-7 ~ .focus-border .ichanged:before,
.effect-7 ~ .focus-border .ichanged:after{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: red; }
.effect-7 ~ .focus-border .ichanged:after{left: auto; right: 0;} 
.effect-7:focus ~ .changed:before,
.effect-7:focus ~ .changed:after{left: 0; width: 100%; transition: 0.4s;}
.effect-7:focus ~ .focus-border .ichanged:before,
.effect-7:focus ~ .focus-border .ichanged:after{top: 0; height: 100%; transition: 0.6s;}

.effect-7 ~ .focus-border_pwd:before,
.effect-7 ~ .focus-border_pwd:after{content: ""; position: absolute; top: 0; left: 50%; width: 0; height: 2px; background-color: #0058a3; transition: 0.4s;}
.effect-7 ~ .focus-border_pwd:after{top: auto; bottom: 0;}
.effect-7 ~ .focus-border_pwd .focus-pwd:before,
.effect-7 ~ .focus-border_pwd .focus-pwd:after{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: #0058a3; transition: 0.6s;}
.effect-7 ~ .focus-border_pwd .focus-pwd:after{left: auto; right: 0;}
.effect-7:focus ~ .focus-border_pwd:before,
.effect-7:focus ~ .focus-border_pwd:after{left: 0; width: 100%; transition: 0.4s;}
.effect-7:focus ~ .focus-border_pwd .focus-pwd:before,
.effect-7:focus ~ .focus-border_pwd .focus-pwd:after{top: 0; height: 100%; transition: 0.6s;}

.effect-7 ~ .focus-border_pwd.changed:before,
.effect-7 ~ .focus-border_pwd.changed:after{content: ""; position: absolute; top: 0; left: 50%; width: 0; height: 2px; background-color: red; transition: 0.4s;}
.effect-7 ~ .focus-border_pwd.changed:after{top: auto; bottom: 0;}
.effect-7 ~ .focus-border_pwd .focus-pwd.ichanged:before,
.effect-7 ~ .focus-border_pwd .focus-pwd.ichanged:after{content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 0; background-color: red; transition: 0.6s;}
.effect-7 ~ .focus-border_pwd .focus-pwd.ichanged:after{left: auto; right: 0;}
.effect-7:focus ~ .focus-border_pwd.changed:before,
.effect-7:focus ~ .focus-border_pwd.changed:after{left: 0; width: 100%; transition: 0.4s;}
.effect-7:focus ~ .focus-border_pwd .focus-pwd.ichanged:before,
.effect-7:focus ~ .focus-border_pwd .focus-pwd.ichanged:after{top: 0; height: 100%; transition: 0.6s;}

.btn_login {
  width: 270px;
  height: 40px;
  background-color: #0058a3;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ffffff7a;
  font-weight: 600;
  font-family: 'Noto Sans KR';
}

.login_title{
	font-size: 3.1rem;
    font-family: "Montserrat";
    font-weight: 600;
    text-shadow: 2px 2px 2px black;
}
footer {
	width: 100%;
    height: 50px;
    bottom: 0px;
    position: absolute;
    padding-top: 15px;
    color: #ffffff;
    font-size: 14px;
    background: #0000007a;
    text-align: center;
    vertical-align: middle;
    font-family: "NOTO SANS KR";
    font-weight: 400;
}
.error{
	color:red;
	font-size:12px;
    font-family: "NOTO SANS KR";
    font-weight: 400;
    margin-top:3px;
}

