@charset "utf-8";

/* -----------------------------------------
1st : 2020.12.29 nmkim - 엠로 디자인팀
수정 : 2021.01.22 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;}

.mgl20{margin-left : 23px;}
.mgt10 {margin-top: 10px !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;}

/** -------------------------  외부 로그인  ----------------------------- **/
.bgf4 {
  background: #f4f4f4;
}
.logoWrap {
  height: 10%;
  padding: 30px 0 0 30px;
}
.logoWrap h2{
  padding: 0 0 0 64px;
  margin-top: -6px;
}
.loginWrap {
  height: 80%;
}
/* 푸터 */
.copyWrap {
  text-align: right;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10%;
  padding-top: 30px;
  vertical-align: middle;
  padding: 50px 30px 0 0;
}
.copyWrap p {
  font-family: Arial;
  font-size: 11.5px;
  color: #9f9f9f;
  letter-spacing: 0.4px;
  line-height: 14px;
}

#inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 540px;
  margin-left: -240px;
  margin-top: -270px;
}
#inner .loginBox {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #fff;
  padding: 100px 75px;
  box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.03);
}
#inner .headTit>h3 {
  font-size: 30px;
  color: #807b75;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
#inner .headTit>p {
  font-size: 13px;
  color: #8f8f8f;
  letter-spacing: 0.5px;
  font-family: Arial;
  text-align: center;
}
#inner .logo_line{
  border-top:1px solid #2e7ce0;
  width: 30px;
  margin: 25px auto 23px auto;
  letter-spacing: -1px;
}
#inner .inputBox {
  margin: 45px 0px 10px;
}
#inner .inputBox input {
  background: #fcfcfc;
  padding: 10px 18px;
}
/* 로그인 : input */
.inputBox input {
  width: 100%;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
}
.inputBox input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.inputBox input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.inputBox input::placeholder {
  font-size: 13px;
  font-family: Arial;
  color: #b3b3b3;
}
.findpw {
  font-size: 12px;
  color: #bbb !important;
}
.findpw:hover {
  text-decoration: underline;
}
/* 로그인, 회원가입 버튼 */
.loginArea {
  width: 100%;
  display: flex;
  padding-top: 15px;
}
.loginArea a.btn {
  width: 50%;
  height: 48px;
  border-radius: 2px;
  background: #f37321;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3.1;
  box-sizing: border-box;
  margin-right: 5px;
}
.loginArea a.btn:nth-child(1) {
  background: #807b75;
}
.loginArea a.btn:nth-child(2) {
  margin-right: 0px;
  letter-spacing: -1px;
}
.loginArea a.btn:nth-child(1):hover {
  background: #6b645b;
}
.loginArea a.btn:nth-child(2):hover {
  background: #ef630a;
}
/* 로그인 옵션 : ID저장 PW찾기 */
#inner .option p {
	display: inline-block;
	float: left;
	color: #888;
	font-weight: 500;
	line-height: 1;
}
#inner .option p input[type="checkbox"]:not(old) {
	width: 0;
	margin: 0;
	padding: 0;
	background: url(../img/ico_main.png) no-repeat 0 -436px;
	opacity: 0;
}
#inner .option p input[type="checkbox"]:not(old) + label {
	display: inline-block;
	height: 15px;
	padding-left: 22px;
	background: url(../img/ico_main.png) no-repeat 0 -436px;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}
#inner .option p input[type="checkbox"]:not(old):checked + label {
	background: url(../img/ico_main.png) no-repeat -151px -436px;
}
#inner .option p label + span {
	padding-top: 1px;
	vertical-align: top;
}
#inner .option div {
	display: inline-block;
	float: right;
  margin-top: -2px;
}
#inner .loginBox a.id{
	padding-right: 5px;
	color: #888;
	font-weight: 500;
}
#inner .loginBox a.pw{
  float: right;
  background: url(../img/ico_main.png) no-repeat 90px -317px;
  color: #888;
  padding-right: 12px;
  font-weight: 500;
}
#inner .loginBox a.pw:hover {
  color: #666;background: url(../img/ico_main.png) no-repeat -61px -317px;
}
#inner .loginBox a.pw_en{
  float: right;
  background: url(../img/ico_main.png) no-repeat 125px -317px;
  color: #888;
  padding-right: 12px;
  font-weight: 500;
}
#inner .loginBox a.pw_en:hover {
  color: #666;background: url(../img/ico_main.png) no-repeat -26px -317px;
}
/* select */
#inner .loginBox .select_box {
  display:flex;
  justify-content:space-between;
  padding-bottom: 15px;
}
#inner .loginBox .select_box select {
  width:49%;
  height:32px;
  font-size: 13px;
  line-height:32px;
  padding:0 15px;
  border:1px solid #dedede;
  border-radius:2px;
  color:#888888;
  background: url('../img/select_arr.png') no-repeat 90% 50%;
  box-sizing:border-box;
}
/* 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;
}
/* 배너 */
#inner .bnnArea {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
#inner .bnnArea a.bnn {
  font-size: 12px;
  font-weight: 600;
  color: #8b8481;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

#inner .bnnArea a.bnnpi {
  font-size: 12px;
  font-weight: 600;
  color: #F37321;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

#inner .bnnArea a.bnn:hover {
  color: #6b645b;
}
/** -------------------------  내부 로그인  ----------------------------- **/
/* select */
#inner .loginBox .select_box select.in {
  width:100%;
  height:32px;
  font-size: 13px;
  line-height:32px;
  padding:0 15px;
  border:1px solid #dedede;
  border-radius:2px;
  color:#888888;
  background: url('../img/select_arr.png') no-repeat 95% 50%;
  box-sizing:border-box;
}
/* 로그인 버튼 */
.loginArea {
  width: 100%;
  display: flex;
  padding-top: 15px;
}
.loginArea a.in-btn {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background: #f37321;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3.1;
  box-sizing: border-box;
  margin-right: 5px;
}
.loginArea a.in-btn:hover {
  background: #ef630a;
}
/** -------------------로그인 성공 및 실패 화면, 에러 화면 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:#f37321;/*버튼*/
  cursor:pointer;
  text-align:center;
  font-size:18px;
  color:#fff;
  line-height:1.3em;
}
/*버튼 Hover 색상*/
.messageWrap .section .btn_bg_msg:hover {
  background:#ef630a;/*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;
}

/** 콘텐츠 팝업 **/
/* 팝업기본 */
.popupWrap {
  width:500px;
  height:450px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-shadow:0px 2px 5px #dadada;
  background:#fff;
}

.popupSmallWrap {
  width:100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-shadow:0px 2px 5px #dadada;
  background:#fff;
}

.popupWrap .popupHead {
  width:100%;
  height:50px;
  border-radius:2px 2px 0 0;
  background:#5b5a58; /*타이틀배경 */
  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;
}

.popupSmallWrap .popupSection .commt {
  text-align: left;
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 2px 2px 2px;
  padding : 10px;
  letter-spacing: -0.5px;
}

.popupWrap .popupSection .commt b {
  color:#f37321; /*중요텍스트*/
}
.popupWrap .popupSection .formBox {
  width: 82%;
  height: auto;
  margin: 0 auto;
  background: #f8f8f8;
  border-top: 1px solid #6b645b;/*박스탑라인*/
  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;
  padding: 8px 10px;
  vertical-align: middle;
}
.popupWrap .popupSection .formBox option {
  float: right;
  width: 235px;
  height: 32px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 8px 10px;
  vertical-align: middle;
}
/* select */

.popupWrap .popupSection .formBox select {
  float: right;
  width: 73%;
  height:45px;
  font-size: 18px;
  line-height:32px;
  padding:0 15px;
  border:1px solid #dedede;
  border-radius:2px;
  color:#888888;
  background: #fff;
  box-sizing:border-box;
}

.popupWrap .popupSection .btnArea {
  text-align: center;
  margin-top: 40px;
}

.popupSmallWrap .popupSection .btnArea {
  text-align: center;
  margin-top: 10px;
}

.popupWrap .popupSection .btnArea a {
  width: 120px;
  height: 40px;
  background: #f37321;/*전송 버튼 색상*/
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
}

.popupSmallWrap .popupSection .btnArea a {
  width: 110px;
  height: 40px;
  background: #f37321;/*전송 버튼 색상*/
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 38px;
}

.popupWrap .popupSection .btnArea a:nth-child(2) {
  background: #807b75; /*닫기 버튼 색상*/
}
.popupWrap .popupSection .btnArea a:nth-child(1):hover {
  background: #ef630a; /*전송 버튼 Hover색상*/
}
.popupWrap .popupSection .btnArea a:nth-child(2):hover {
  background: #6b645b; /*닫기 버튼 Hover색상*/
}
