@charset "utf-8";
/* -----------------------------------------
현대위아AONE 통합구매시스템
2021.12.03 nmkim
----------------------------------------- */
/* RESET */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, button,  p, blockquote, th, td, a {margin:0; padding:0;}
html, body {width:100%; height:100%;line-height: 1;}
body {font-size:12px;line-height:1.5em;font-family:'Malgun Gothic', 맑은 고딕, dotum, '돋움', gulim, '굴림', Arial, AppleGothic, verdana, sans-serif, helvetica; color:#424242;-webkit-text-size-adjust:none;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-family:'Malgun Gothic', 맑은 고딕, dotum, '돋움', gulim, '굴림', Arial, AppleGothic, verdana, sans-serif, helvetica;}
li {list-style:none;}
img, fieldset {border:0 none;}
img {vertical-align:middle;}
legend, hr {display:none;}
legend {position:absolute; top:0; left:0; width:0; height:0; display:block; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
caption {padding:0;width:0;height:0;overflow:hidden;visibility:hidden;font-size:0;line-height:0;}
select, textarea {font-size:100%; color:#424242; }
input {-webkit-appearance:none; border-radius:0;color:#666;}
button {overflow:visible;border:0 none;background:transparent;vertical-align:top;cursor:pointer;font-family:'돋움','dotum','Tahoma';}
button::-moz-focus-inner {border:0;padding:0;}
em, address {font-style:normal;}
table {border-spacing:0;}
a, a:link, a:visited {cursor:pointer;text-decoration:none; color:#424242;}
a:hover {color:#333333;}
p, a, h2, h3 {word-wrap:break-word;}
a, em, label, span, strong, button {display:inline-block;}
div, a {box-sizing: border-box;}
*,*:focus {outline:none;} /* 크롬 Input Focus 테두리 제거 */
.mgl20 {margin-left : 23px !important;}
.mgt10 {margin-top: 10px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-18 {margin-bottom: 18px !important;}
.wd-33 {width: 33.333%}
.mg-au {margin: auto !important;} /* 여백 중앙으로 */
.txt-c {text-align: center !important} /* 가운데 정렬 */

/* 웹접근성 */
#skip {position: absolute;overflow: hidden;width: 100%;margin: 0 auto;z-index: 901;}
#skip a {display: block;width: 100%;font-size: 0;line-height: 0; }
#skip a:hover,
#skip a:active,
#skip a:focus {padding-top: 5px;font-size: 13px;line-height: 1.6;color:#ffffff;font-weight: bold;text-align: center;background: #464646;}
#wrap{width: 100%;height: 100%;position: absolute;}
#wrap h3{display: none;}
/*~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
 내부 로그인
~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~*/
#in_wrap {
  position: relative;
	width: 100%;
  height: 100%;
  background: #f6f6f6;
}
#in_wrap .contain {
  position: fixed;
  width: 360px;
  height: 470px;
  left: 50%;
  top: 50%;
  margin-top: -235px;
  margin-left: -180px;
}
/* ~~~~ Top라인 ~~~~ */
#in_wrap .topLine {
  width: 100%;
  height: 2px;
  background: #ef4651;
}
/* ~~~~ 로그인 ~~~~ */
#in_wrap .loginBox {
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top: 0;
  padding: 65px 40px;
}
/* 타이틀 */
#in_wrap .loginBox .title {
  width: 100%;
  height: 135px;
  text-align: center;
}
#in_wrap .loginBox .title li:first-child {
  width: 148px;
  height: 36px;
  background: url(../img/login_logo.png) no-repeat center;
  margin: auto;
}
#in_wrap .loginBox .title li {
  font-family: "Malgun Gothic" !important;  /* 익스에서 폰트 깨짐현상  */
  font-size: 20px;
  font-weight: 500;
  color: #333;
  letter-spacing: -1px;
  margin: auto;
}
#in_wrap .loginBox .title li.line {
  width: 30px;
  height: 1px;
  background: #aeaeb0;
  margin: 17px auto 18px;
}
/* Input */
#in_wrap .loginBox .login input {
  width: 100%;
  height: 40px;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  color: #333;
  box-sizing: border-box;
  padding: 15px;
}
#in_wrap .loginBox .login input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e3e3e3;
}
#in_wrap .loginBox .login input[type="password"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 0;
}
/* Placeholder */
#in_wrap .loginBox .login input::placeholder {
  font-size: 12px;
	color: #b9b8b8;
  font-weight: 500;
  font-family: Arial !important;
  letter-spacing: 0;
}
#in_wrap .loginBox .login input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b9b8b8;
  font-weight: 500;
  font-family: Arial !important;
  letter-spacing: 0;
}
#in_wrap .loginBox .login input:-ms-input-placeholder {
  font-size: 12px;
	color: #b9b8b8;
  font-weight: 500;
  font-family: Arial !important;
  letter-spacing: 0;
}
/* Option */
#in_wrap .login .option {
	font-size: 12px;
  font-weight: 600;
	color: #777;
	line-height: 14px;
  margin: 20px 0;
}
#in_wrap .login .option p {
	float: left;
	display: inline-block;
}
#in_wrap .login .option p input[type="checkbox"] {
  vertical-align: initial;
}
#in_wrap .login .option p input[type="checkbox"]:not(old) {margin: 0;padding: 0;opacity: 0;width: 0;background: url(../img/ico_main.png) no-repeat 0 -435px;}
#in_wrap .login .option p input[type="checkbox"]:not(old) + label {cursor: pointer;display: inline-block;text-align: left;height: 17px;padding-left: 17px;background: url(../img/ico_main.png) no-repeat 0 -435px;vertical-align: top;}
#in_wrap .login .option p input[type="checkbox"]:not(old):checked + label {background: url(../img/ico_main.png) no-repeat -151px -435px;}
#in_wrap .login .option p label + span {
  vertical-align: top;
  padding: 1px 0 0 5px;
}
#in_wrap .login .option div {
	display: inline-block;
  float: right;
}
#in_wrap .login .option div a.pw {
  background: url(../img/ico_main.png) no-repeat 77px -319px;
  color: #888;
  padding-right: 12px;
}
#in_wrap .login .option div a.pw:hover {
  color: #333;
  background: url(../img/ico_main.png) no-repeat -74px -319px;
}
#in_wrap .login .option div a:hover {color: #333;}
/* 버튼 */
#in_wrap .login .btnLogin {
	width: 100%;
	height: 50px;
  border-radius: 2px;
	background: #ef4651;
  border: 1px solid #ef4651;
	font-size: 15px;
  font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 49px;
}
#in_wrap .login .btnLogin:hover {
  background: #fff;
  border: 1px solid #ef4651;
  color: #ef4651;
}
/* ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
외부 로그인
~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ */
#sp_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: space-between;
	width: 100%;
  height: 100%;
  min-height: 900px; /* 푸터 하단 고정시 */
}
/* ~~~~ 로고 ~~~~ */
.header {
  width: 100%;
  min-width: 980px;
  height: 80px;
  background: #fff;
  border-bottom: 3px solid #ef4651;
  font-size: 20px;
  color: #333;
}
.header h1 { /*로고*/
text-align: center;
margin-top: 23px;
}
.header span { /*시스템명*/
	text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: #333;
  line-height: 1;
	margin-left: 10px;
}
.mainBg {
	position: relative;
  box-sizing: border-box;
	width: 100%;
	height: 390px;
	background: #151616 url(../img/sp_img.png) no-repeat center top !important;
}
/* ~~~~ 메인 이미지 ~~~~ */
.mainBg .bgText {
  text-align: center;
  margin-top: 110px;
  color : #fff;
  /* top: 30%; */
  /* left: 50%; */
  /*position: absolute;*/
}
.mainBg .bgText p {
  font-size: 35px;
	font-weight: 100;
  color: #fff;
  letter-spacing: -4px;
	line-height: 1;
}
/* .mainBg .bgText p img {
  margin-bottom: 10px;
} */
.mainBg .bgText p.en {
  font-family: Arial;
  font-size: 15px;
	font-weight: 100;
	line-height: 1;
  letter-spacing: 0;
}
/* ~~~~ 콘텐츠 박스 ~~~~ */
.centArea {
  position: absolute;
  top: 345px;
  left: 50%;
  width: 1130px;
  height: auto;
  margin-left: -565px;
  z-index: 999;
}
.centArea .contain div {
	flex:auto;
}
.contain {
  overflow: hidden;
  position: absolute;
  /* top: 345px;*/
  /* width: 1130px;*/
  /* height: 600px; */
}
.contbox {
  float: right;
  padding-left: 10px;
}
.flexBox {
	display: flex;
	justify-content: space-between;
}
.centArea .bannBox {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 90px;
  width: 100%;
  background: #658ec4;
  margin-bottom: 5px;
}
.centArea .bannBox div {   /* 배너 구분 라인 */
  border-right: 1px solid #94b0d6;
  height: 40px;
  margin: auto;
}
.centArea .bannBox a {
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
  line-height: 30px;
}
.centArea .bannBox a:hover {
  background: #5983ba;
}
.centArea .bannBox a.ban-01 {
  padding : 30px 85px;
}
.centArea .bannBox a.ban-01 p {
  width: 34px;
  height: 33px;
  background: url(../img/ico_ban01.png) no-repeat;
  margin: 0 auto;
}
.centArea .bannBox a.ban-02 {
  padding : 30px 80px;
}
.centArea .bannBox a.ban-02 p {
  width: 37px;
  height: 34px;
  background: url(../img/ico_ban02.png) no-repeat;
  margin: 0 auto;
}
.centArea .bannBox a.ban-03 {
  padding : 30px 75px;
}
.centArea .bannBox a.ban-03 p {
  width: 32px;
  height: 36px;
  background: url(../img/ico_ban03.png) no-repeat;
  margin: -3px auto;
}

.centArea .bannBox a::after {
  display: inline-block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/ico_add.png) no-repeat left center;
  margin: 4px 0 0 15px;
}

/* ~~~~ 로그인 ~~~~ */
.centArea .loginBox {
  float: left;
  width: 365px;
  /* height: 290px;*/
  box-sizing: border-box;
  border: 0 solid #dfdfdf;
  /* padding: 65px 0;*/
}
/* 타이틀 */
/* tab */
.loginBox .tab {
  display: flex;
  width: 100%;
  height: 38px;
  margin-bottom: 20px;
}
.loginBox .tab li {
  display:inline-block;
  vertical-align:top;
  width:50%;
  box-sizing:border-box;
}
.loginBox .tab li a {
  display:block;
  height: 38px;
  border-bottom: 2px solid #d6d6d6 !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  line-height: 38px;
}
.loginBox .tab li.active a {
  border-bottom: 2px solid #00287a !important;
  color: #00287a;
}
.loginBox .tab a:hover {
  border-bottom: 2px solid #00287a !important;
  color: #00287a !important;
}
.loginBox .tab_content {
  /* height:210px; */
  display:none;
}
.loginBox .tab_content.active {
  display:block;
}
.loginBox a.btnLogin {
  height: 43px;
  line-height: 43px;
  border-bottom-right-radius: 2px;
}
/* .loginBox #tab2 a.btnLogin {
  height: 43px;
  line-height: 43px;
  border-bottom-right-radius: 2px;
} */
.loginBox .title {
  width: 100%;
  height: 78px;
  text-align: center;
}
.loginBox .title li {
  width: 100%;
  height: 46px;
  font-family: "Arial";
  font-size: 30px;
  font-weight: 600;
  color: #111;
}
.loginBox .title li.line {
  width: 30px;
  height: 2px;
  background: url(../img/login_bar.png) no-repeat 0;
  margin: auto;
}
/* Input */
.centArea .loginBox .login input {
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  color: #333;
  box-sizing: border-box;
  padding: 15px;
}
.centArea .loginBox .login input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e3e3e3;
}
.centArea .loginBox .login input[type="password"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 0;
}
/* Placeholder */
.centArea .loginBox .login input::placeholder {
  font-size: 12px;
	color: #999999;
  font-weight: 500;
  font-family: Arial !important;
  letter-spacing: 0;
}
.centArea .loginBox .login input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  font-family: Arial !important;
  letter-spacing: 0;
}
.centArea .loginBox .login input:-ms-input-placeholder {
  font-size: 12px;
	color: #999999c;
  font-weight: 500;
  font-family: Arial !important;
  letter-spacing: 0;
}

/*Select*/
.login .select_box {
  width: 100%;
  text-align: center;
}
.login .select_box select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 10px;
  /*font-family: Arial !important;*/
  font-size: 12px;
  color: #888;
  line-height: 36px;
  background: url(../img/select_arr.png) no-repeat 97% 50%;
  box-sizing: border-box;
}
.login .select_box select option {
  color: #666;
  background: #fff;
  font-size:13px;
}

/* Option */
.login .option {
	font-size: 12px;
  font-weight: 600;
	color: #777;
	line-height: 14px;
  margin: 10px 0;
}
.login .option p {
	float: left;
	display: inline-block;
}
.login .option p input[type="checkbox"] {
  vertical-align: initial;
}
.login .option p input[type="checkbox"]:not(old) {margin: 0;padding: 0;opacity: 0;width: 0;background: url(../img/ico_main.png) no-repeat 0 -435px;}
.login .option p input[type="checkbox"]:not(old) + label {cursor: pointer;display: inline-block;text-align: left;height: 17px;padding-left: 17px;background: url(../img/ico_main.png) no-repeat 0 -435px;vertical-align: top;}
.login .option p input[type="checkbox"]:not(old):checked + label {background: url(../img/ico_main.png) no-repeat -151px -435px;}
.login .option p label + span {
  vertical-align: top;
  padding: 1px 0 0 5px;
}
.login .option div {
	display: inline-block;
  float: right;
}
.login .option div a.pw {
  /* background: url(../img/ico_main.png) no-repeat 77px -319px; */
  color: #888;
  /* padding-right: 12px;*/
}
.login .option div a.pw:hover {
  color: #333;
  background: url(../img/ico_main.png) no-repeat -74px -319px;
}
.login .option div a:hover {color: #333;}
/* 버튼 */
.login .btnLogin {
	width: 100%;
	height: 50px;
  border-radius: 2px;
	background: #00287a;
  border: 1px solid #00287a;
	font-size: 15px;
  font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 49px;
}
.login .btnLogin:hover {
  background: #fff;
  border: 1px solid #00287a;
  color: #00287a;
}

/* ~~~~ 배너 1 ~~~~ */
.banner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}
.banner a {
  display: inline-block;
  width: 197px;
  width: 33.333%;
  background: #fff;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 30px;
  margin-right: 10px;
}
.banner a:last-child {
  margin-right: 0;
}
.banner a i {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/ico_benner.png) no-repeat;
  margin: 20px auto 0; /*3개의 margin 속성값 : 위 오,왼 아 : 오, 왼 같은 여백*/
}
.banner a i.regist {
  background-position: 0 0;
}
.banner a i.person {
  background-position: 0 -124px;
}
.banner a i.ethics {
  background-position: 0 -238px;
}
.banner a p {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
}
.banner a:hover {
  border: 1px solid #ef4651;
  transition: 0.2s;
}

/* ~~~~ 공지사항 ~~~~ */
.notice {
  overflow:hidden;
  width: 745px;
  height: 230px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 16px 30px 30px;
}
/* Tab */
.notice .n-tab {
  display: flex;
  width: 100%;
  height: 38px;
  margin-bottom: 7px; /* 20211228수정 : 20 > 7 */
}
.notice .n-tab li {
  display:inline-block;
  vertical-align:top;
  width:50%;
  box-sizing:border-box;
  border-bottom: 2px solid #d6d6d6 !important;
  text-align: center;
}
.notice .n-tab li a {
  display:block;
  height: 38px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  line-height: 38px;
}
.notice .n-tab li.active {
  border-bottom: 2px solid #00287a !important;
}
/* .notice .n-tab li.active a::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/notice_more.png) no-repeat left center;
  margin-left: 7px;
} */
.notice .n-tab li.active a {
  border-bottom: 2px solid #00287a !important;
  color: #00287a;
}
.notice .n-tab li a:hover {
  border-bottom: 2px solid #00287a !important;
  text-decoration: none !important;
  color: #00287a !important;
  width: 100%;
}
.notice .n-tab_content {
  display:none;
}
.notice .n-tab_content.active {
  display:block;
}
.notice .n-tab_content .more {
  text-align: right;
  color: #00287a;
  margin-bottom: 4px;
}
.notice .n-tab_content .more a {
  color: #00287a;
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 12px;
}
.notice .n-tab_content .more a:hover {
  text-decoration: none;
  background: #eaeef2;
}
.notice .n-tab_content .more a::after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../img/notice_more_s.png) no-repeat left center;
  margin-left: 3px;
}

/* List */
.notice .list li {
  margin-bottom: 4px;
}
.notice .list li:last-child {
  margin-bottom: 0;
}
.notice li a, .notice li span {
  display: inline-block;color: #222;
  color: #666;
}
.notice li span.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/bul_dot.png) no-repeat left 0
}
.notice li a:hover {
  text-decoration: underline;
}
.notice li a.subject {
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #111;
}
.notice li span.date {
  float: right;
  width: 18%;
  text-align: right;
  overflow: hidden;
  color: #666;
}
.notice li span.time {
  padding-left: 10px;
  color: #666;
}

/* ~~~~ 배너 2 ~~~~ */
.bann-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}
.bann-2 a {
  display: inline-block;
  width: 50%;
  height: 110px;
  background: #eaeef2;
  border: 1px solid #eaeef2;
  text-align: center;
  padding: 30px;
  margin-right: 20px;
  color: #666;
}
.bann-2 a:last-child {
  margin-right: 0;
}
.bann-2 a:hover {
  background: #fff;
  border: 1px solid #00287a;
  color: #00287a;
  transition: 0.2s;
}
.bann-2 a p {
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #666;
  letter-spacing: -1px;
  line-height: 0.5;
}
.bann-2 a p.tit {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #658ec4;
  letter-spacing: -1px;
  line-height: 0.5;
}
.bann-2 a .lin {
  width: 30px;
  border-bottom: 2px solid #719acc !important;
  margin: 15px auto;
}

/* ~~~~ 배너 3 ~~~~ */
.bann-3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 30px !important;
}
.bann-3 a {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
}
.bann-3 a:hover {
  text-decoration: underline;
  transition: 0.2s;
}
.bann-3 a p {
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #111;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.bann-3 .lin {
  border-right: 1px solid #e1e1e1;
  height: 30px;
  margin: 0 auto;
}

/* ~~~~ Footer ~~~~ */
.footer {
  position: absolute;
  width: 100%;
  min-height: 190px;
  background-color: #f6f6f6;
  font-size: 12px;
  top: 940px;
}
.footBox {
  width: 1130px;
  height: 100%;
  margin: 35px auto;
}
/* 주소,카피라잇 */
.footer .copy p {
  font-family: Arial;
  color: #888;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}
.footer .copy .f-logo {
  text-align: center;
  background: url('../img/foot_logo.png') no-repeat;
  width: 86px;
  height: 31px;
  margin: auto;
}

/* 개인정보취급 */
.footer .info {
  display: flex;
  justify-content: center;
  height: 17px;
}
.footer .info a {
  font-size: 13px;
  color: #666;
  line-height: 16px;
  padding: 0 10px;
  letter-spacing: -0.5px;
}
.footer .info a:hover {
  color: #111;
}
.footer .info span {
  border-right: 1px solid #d5d5d5;
  height: auto;
}
/* Select-패밀리사이트 */
.footer .select_box {
  position: absolute;
  text-align: right;
  top: 35px;
  left: 50%;
  margin-left: 425px; /* 1130 나누기 2 - 셀렉트박스 사이즈(140px) */
}
.footer .select_box select {
  box-sizing:border-box;
  width:140px;
  height:34px;
  line-height:34px;
  padding:0 10px;
  border-radius:2px;
  border: 1px solid #c1c1c1;
  background: #f6f6f6 url('../img/select_arr.png') no-repeat 95% 50%;
  font-size: 12px;
  color:#666;
}
.footer .select_box select option {
  color: #666;
}
/* select:화살표 안나오게 */
select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
select::-ms-expand {
  display:none;
}
.in_container section .check_box {
  font-size:13px;
  color:#939393;
}

/*~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
로그인 성공 및 실패 화면, 에러 화면 CSS
~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~*/
/* message */
.messageWrap {
  background:#f1f1f1
}
.messageWrap .wrap {
  position:relative;
  width:100%;height:100%;
}
.messageWrap .container {
  position:fixed;
  left:50%;
  top:50%;
  width:500px;
  height:460px;
  margin-top:-280px;
  margin-left:-250px;
  box-shadow:0px 3px 8px #dadada;
  background:#fff;
}
.messageWrap .container2 {
  position:fixed;
  left:50%;
  top:50%;
  width:540px;
  height:500px;
  margin-top:-300px;
  margin-left:-270px;
  box-shadow:0px 3px 8px #dadada;
  background:#fff
}
.messageWrap .header {
  width:100%;
  height:52px;
  border-radius:5px 5px 0 0;
  background:#8e8c8b;
  box-sizing:border-box;
}
.messageWrap .header .logo {
  display:inline-block;
  width:152px;
  height:34px;
  background:url(../img/logo_message.png) no-repeat;
  margin:20px 0 0 25px;
  text-indent:-10000px;
}
.messageWrap .section {
  width:100%;
  box-sizing:border-box;
}
.messageWrap .section .subject {
  overflow:hidden;
  margin:80px auto 50px;
}
.messageWrap .section .subject b,
.messageWrap .section .subject span {
  display:inline-block;
  letter-spacing:-1px;
}
.messageWrap .section .subject b {
  font-size:80px;
  font-weight:normal;
  vertical-align:top;
  letter-spacing:-6px;
  line-height: 1;
}
.messageWrap .section .subject span {
  font-size:28px;
  color:#303030;
  font-weight:bold;
  line-height:1.2em;
  letter-spacing:-1px;
  padding-top:10px;
  padding-left:22px;
}
.messageWrap .section .explan {
  width:330px;
  min-height:32px;
  margin:0 auto;
  background:url(../img/ico_caution_y.png) no-repeat;
  padding-left:55px;
  font-size:12px;
  color:#7f7f7f;
  line-height:1.3em;
}
.messageWrap .section .subject2 {
  width:350px;
  margin:80px auto 50px;
}
.messageWrap .section .subject2 b {
  display:inline-block;
  min-height:32px;
  background:url(../img/ico_caution_y.png) no-repeat;
  padding-left:55px;
  padding-top:5px;
  font-size:24px;
  font-weight:bold;
}
.messageWrap .section .explan2 {
  width:370px;
  margin:0 auto;
  font-size:13px;
  color:#252424;
  line-height:1.5em;
  text-align:center;
}
.messageWrap .section .subject3 {
  width:360px;
  margin:90px auto 70px;
}
.messageWrap .section .subject3 b {
  display:inline-block;
  min-height:71px;
  background:url(../img/ico_logout_y.png) no-repeat;
  padding-left:100px;
  padding-top:5px;
  font-size:24px;
  font-weight:bold;
  line-height:1.3em;
}
.messageWrap .section .hr {
  width:360px;
  height:1px;
  background:#b1b1b1;
  margin:40px auto
}
.messageWrap .section .hr2 {
  width:400px;
  height:1px;
  background:#b1b1b1;
  margin:40px auto
}
.messageWrap .section .commt {
  text-align:center;
  font-size:15px;
  color:#252424;
  line-height:1.6em;
}
.messageWrap .section .commt b {
  font-weight:normal;
}
/*버튼 색상*/
.messageWrap .section .btn_bg_msg {
  width:280px;
  height:52px;
  border-radius:2px;
  border:0;
  background:#658ec4;/*버튼 색상*/
  cursor:pointer;
  text-align:center;
  font-size:18px;
  color:#fff;
  line-height: 54px;
  /* line-height:1.3em; */
}
/*버튼 Hover 색상*/
.messageWrap .section .btn_bg_msg:hover {
  background:#00287a;/*버튼 Hover 색상*/
  }
.messageWrap .section .btn_cnt {
  text-align:center;
  margin-top:25px;
}
/* 세션만료팝업 */
.messageWrap .container3 {
  position:fixed;
  left:50%;
  top:50%;
  width:500px;
  height:390px;
  margin-top:-210px;
  margin-left:-250px;
  box-shadow:0px 3px 8px #dadada;
  background:#fff;
}
.messageWrap .section .subject4 {
  width:320px;
  margin:80px auto 50px;
}
.messageWrap .section .subject4 b {
  display:inline-block;
  min-height:32px;
  background:url(../img/ico_caution_y.png) no-repeat;
  padding-left:55px;
  padding-top:5px;
  font-size:24px;
  font-weight:bold;
}
/*~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~
콘텐츠 팝업
~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~*/
/* 팝업기본 */
.w-500 {
  width:500px !important;
}
.w-800 {
  width:800px !important;
}
.popupWrap {
  /* border: 1px solid #e1e1e1; */
  border-radius: 2px;
  background:#fff;
  letter-spacing: -1px;
  padding: 0 0 40px;
}
.popupWrap .popupHead {
  width:100%;
  height:50px;
  border-radius:2px 2px 0 0;
  background:#00287a; /*팝업 타이틀 배경*/
  box-sizing:border-box;
}
.popupWrap .popupHead b {
  text-align: left;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 47px;
  padding-left:20px;
}
/* 비밀번호찾기 */
.popupWrap .popupSection {
}
.popupWrap .popupSection .commt {
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 40px 0 40px;
  letter-spacing: -0.5px;
}
.popupWrap .popupSection .commt b {
  color:#ef4651; /*팝업 중요 텍스트*/
}
.popupWrap .popupSection .formBox {
  width: 82%;
  height: auto;
  margin: 0 auto;
  background: #f6f6f6;
  border-top: 1px solid #00287a; /*팝업 박스 테두리*/
  padding: 30px;
  box-sizing: border-box;
}
.popupWrap .popupSection .formBox p {
  overflow: hidden;
  padding-bottom: 10px;
}
.popupWrap .popupSection .formBox p:last-child {
  padding-bottom: 0
}
.popupWrap .popupSection .formBox label {
  float: left;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  line-height: 2.2;
  letter-spacing: -0.5px;
}
.popupWrap .popupSection .formBox input {
  float: right;
  width: 235px;
  height: 32px;
  border: 1px solid #e1e1e1;
  background: #fff;
  vertical-align: middle;
  padding-left: 8px;
}
.popupWrap .popupSection .btnArea {
  text-align: center;
  margin-top: 40px;
}
.popupWrap .popupSection .btnArea a {
  width: 120px;
  height: 40px;
  background: #658ec4; /*팝업 버튼*/
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
}
.popupWrap .popupSection .btnArea a:hover {
  background: #00287a; /*팝업 버튼 Hover*/
}

/* 20210928 공지사항 목록 팝업 추가 */
/* Table */
.popupWrap .board {
  overflow: hidden;
  margin: 40px;
  padding: 20px;
  font-size: 14px;
  /* border: 1px solid #dfdfdf; */
  background: #f6f6f6;
  border-top: 1px solid #00287a;
}
.popupWrap .board li {
  padding: 8px;
  border-bottom: 1px solid #dfdfdf;
}
.popupWrap .board li:last-child {
  border-bottom: 0 solid #dfdfdf;
}
.popupWrap .board .list li {
  margin-bottom: 6px;
}
.popupWrap .board .list li:last-child {
  margin-bottom: 0;
}
.popupWrap .board .li a, .board li span {
  display: inline-block;color: #222;
  color: #666;
}
.popupWrap .board li span.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../img/bul_dot.png) no-repeat left 0
}
.popupWrap .board li a:hover {
  text-decoration: underline;
}
.popupWrap .board li a.subject {
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #111;
}
.popupWrap .board li span.date {
  float: right;
  width: 18%;
  text-align: right;
  overflow: hidden;
  color: #666;
}
.popupWrap .board li span.time {
  padding-left: 10px;
  color: #666;
}
