/* ------ 담당자 주석 표기, 주석 표기 시 가급적 영문표기(언어 설정 에러 시 한글 깨짐), 주요 부분 주석 표기, 사용하지 않는 부분 삭제, 에러 시 오타 확인 ---- */
/* ----------------------------------------------------
--- 1st : 2021.04.19 ch.byeon emro DesignTeam
---------------------------------------------------- */

@charset "utf-8";
@import url("reset.css");

body{background:#F0F0F0;}
.flex{
  display: flex;
  justify-content: space-between;
}
.hide {
  display: inline-block;
  position: absolute !important;
  z-index: -10 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  font-size: medium;
  line-height: normal;
  word-break: break-all;
}
div.title_bg{
  height: 490px;
  overflow: hidden;
}
div.container {
  position:fixed;
  left:50%;
  top:50%;
  margin-top: -334px;
  margin-left: -550px;
  width: 1100px;
  height: 520px;
  text-align:center;
  box-sizing: border-box;
}
div.container h1{
  margin:0 auto;
  margin-bottom: 80px;
  width: 201px;
  height: 88px;
}
div.container .cont_box {
  display: flex;
  padding: 50px;
  width: 1100px;
  height: 354px;
  background:#ffffff;
  border-radius: 5px;
  box-shadow:4px 8px 15px rgba(0, 0, 0, 0.022222222);
}
/* LEFT */
.left_box {
  width: 651px;
  height: 100%;
}

.left_box .menu_list{
  display: flex;
  justify-content: space-between;
  height: 104px;
  font-size: 0;
}
.left_box .menu_list li{
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 33.333333%;
  text-align: center;
}
.left_box .menu_list li::after{
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 1px;
  height: 97px;
  background-color: #E8E8E8;
  vertical-align: -1px;
}
.left_box .menu_list li:last-child::after{
  display: none;
}
.left_box .menu_list li a{
  width: 100%;
  padding: 76px 35px 0;
  font-size:18px;
  text-align:center;
  font-weight:bold;
  color:#333333;
}
.left_box .menu_list li a::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 83px;
  width: 58px;
  height: 58px;
  transition: transform 0.35s ease-in-out;
}
.left_box .menu_list li a.menu_1::before{
  background: url(../img/menu_1.png) no-repeat center center;
}
.left_box .menu_list li a.menu_2::before{
  background: url(../img/menu_2.png) no-repeat center center;
}
.left_box .menu_list li a.menu_3::before{
  background: url(../img/menu_3.png) no-repeat center center;
}
.left_box .menu_list li:hover a::before{
  transform: translate(0,-3px);
}

.left_box .btn_box{
  margin-top: 50px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  background: #F8F8F8;
  box-sizing: border-box;
}
.left_box .btn_box li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  height: 20px;
  line-height: 20px;
}
.left_box .btn_box li a{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.left_box .btn_box li::after{
  position: absolute;
  right: -2px;
  top: 3px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #C9C9C9;
  vertical-align: -1px;
}
.left_box .btn_box li:last-child::after{
  display: none;
}
.left_box .btn_box li a:hover{
  text-decoration: underline;
}


/* RIGHT */
.right_box {
  width: calc(100% - 651px);
  padding-left: 65px;
  box-sizing:border-box;
  text-align: left;
}
.right_box h2{
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
/* Form */
.login_form {
  overflow: hidden;
}
.login_form .Form {
  margin-top: 20px;
}
.login_form .Form li:nth-child(1) {
  margin-bottom: 8px;
}
.login_form .Form li input {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}

/* option */
.option {
  margin: 10px 0 14px 0;
  font-size: 13px;
  color: #7D7D7D;
  letter-spacing: 0;
}
.option .checkBox {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.option .search {
  display: inline-block;
  float: right;
  padding-left: 15px;
}
.option .search a{
  color: #7D7D7D;
}
.option .search a:hover {
  color: #333;
  text-decoration: underline;
}
.option .search span{
  margin:0 5px;
}

/* INPUT-STYLE */
.checkBox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}
.checkBox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkBox input[type="checkbox"] + label:before {  /* 가짜 체크박스 */
  content: ' ';
  display: inline-block;
  width: 15px;  /* 체크박스의 너비를 지정 */
  height: 15px;  /* 체크박스의 높이를 지정 */
  line-height: 15px; /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 5px 0 0;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  text-align: center;
  vertical-align: middle;
}
.checkBox input[type="checkbox"]:checked + label{ /* checkbox-check text-color */
  color:#333;
}
.checkBox input[type="checkbox"]:checked + label:before {  /* checkbox-check */
  background: url(../img/btn_check_on.png) no-repeat center;
}

/* btn */
.login_form a.btnLogin {
display: block;
padding: 16px;
width: 100%;
height: 60px;
background: #461F70;
color: #fff;
text-align: center;
font-size: 18px;
font-weight: bold;
border-radius: 5px;
letter-spacing: 0;
}
.login_form a.btnLogin:hover {
background: #391C58;
}

/* FOOTER */
footer {
  position: absolute;
  bottom: 0;
  padding: 35px 0;
  width: 100%;
  height: 110px;
  border-top: 1px solid #D6D3D3;
  font-size: 13px;
  color:#B7B7B7;
  text-align: center;
  letter-spacing: 0;
  box-sizing: border-box;
}


/** in Login **/
body.in_bg {
  background: url(../img/inlogin_bg.png) repeat 50% 50% fixed;
}
.in_container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -317px;
  margin-left: -526px;
  width: 1052px;
  height: 634px;
}
.in_container .cont_box{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1052px;
  height: 634px;
}
.in_container .left_box{
  padding-top: 283px;
  width: calc(100% - 511px);
}
.in_container .right_box{
  padding: 72px 80px 65px 80px;
  width: 511px;
  height: 634px;
  background: #fff;
  border-radius: 5px;
}
.in_container .right_box h2{
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 18px;
}
.in_container .right_box p{
  color: #505050;
  font-size: 18px;
  line-height: 18px;
}
.in_container .login_form .Form{
  margin-top: 80px;
}
.in_container .login_form .Form li{
  position: relative;
}
.in_container .login_form .Form li input{
  padding: 0 40px 0 20px;
  height: 50px;
}
.in_container .login_form .Form li:nth-child(1){
  margin-bottom: 10px;
}
.in_container .login_form .Form li span{
  position: absolute;
  right: 20px;
  top: 12px;
  width: 25px;
  height: 25px;
}
.in_container .login_form .Form li span.id{
  background: url(../img/ico_id.png) no-repeat center;
}
.in_container .login_form .Form li span.pw{
  background: url(../img/ico_pw.png) no-repeat center;
}
.in_container .login_form a.btnLogin{
  padding: 17px;
  margin-top: 20px;
  height: 65px;
  font-size: 20px;
}
.in_container .option{
  margin-top: 20px;
  line-height: 14px;
  font-size: 14px;
}
.in_container p.footer{
  margin-top: 90px;
  line-height: 13px;
  font-size: 13px;
  text-align: center;
  color: #AAAAAA;
  letter-spacing: 0;
}


/** POPUP_PW SEARCH **/
.popupWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  /* border-radius: 2px;
  box-shadow: 0px 2px 5px #dadada; */
 }
.popupWrap .popupHead {
  width: 100%;
  height: 45px;
  background: #f3f5f8;
  border-radius: 2px 2px 0 0;
  box-sizing:border-box;
}
.popupWrap .popupHead b {
  padding-left:20px;
  text-align: left;
  font-size: 18px;
  color: #0b0d0f;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: -1;
}
.popupWrap .popupSection {
  padding: 40px;
}
.popupWrap .popupSection .commt {
  margin: 10px 0 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.popupWrap .popupSection .commt b {
  color: #E1006E;
}
.popupWrap .popupSection .formBox {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.popupWrap .popupSection .formBox p {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 10px;
}
.popupWrap .popupSection .formBox p:last-child {
  padding-bottom: 0;
}
.popupWrap .popupSection .formBox label {
  font-size: 14px;
  color: #222;
  vertical-align: middle;
  line-height: 2.2;
  letter-spacing: -1;
}
.popupWrap .popupSection .formBox input {
  padding: 0 10px;
  width: 70%;
  height: 32px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  vertical-align: middle;
}
.popupWrap .popupSection .btnArea {
  padding: 40px 0 0 0;
  text-align: center;
}
.popupWrap .popupSection .btnArea a {
  width: 110px;
  height: 40px;
  margin: 0 2px;
  background: #461F70;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}
.popupWrap .popupSection .btnArea a:hover {
  background: #391C58;
  color: #ffffff;
}

.popupWrap .popupSection .article {
}
/*** TERMS & PRIVACY ***/
.popupWrap .popupSection .article {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-height: 530px;
}
.popupWrap .popupSection .article>div {
  padding: 20px;
  background: #f2f2f2;
}
.popupWrap .popupSection .article>div h3 {
	font-size: 14px;
	margin-bottom: 15px;
}
.popupWrap .popupSection .article>div p {
}
.popupWrap .popupSection .article>div li {
}

/** LOGIN SUCCESS & FAIL, ERROR **/
.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;
  border-radius: 5px;
}
.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;
  border-radius: 5px;
}
.messageWrap .header {
  width: 100%;
  height: 52px;
  border-radius: 5px 5px 0 0;
  background: #41444e;
  box-sizing: border-box;
}
.messageWrap .header .logo {
  display: inline-block;
  width: 152px;
  height: 34px;
  margin: 20px 0 0 25px;
  background: url(../img/logo_message.png) no-repeat;
  text-indent: -10000px;
}
.messageWrap .section {
  width: 100%;
  box-sizing: border-box;
}
.messageWrap .section .subject {
  overflow: hidden;
  margin: 70px 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 {
  padding-top: 10px;
  padding-left: 22px;
  font-size: 28px;
  color: #303030;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.messageWrap .section .explan {
  width: 330px;
  min-height: 32px;
  margin: 0 auto;
  padding-left: 55px;
  background: url(../img/ico_caution_y.png) no-repeat;
  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;
  padding-left: 60px;
  padding-top: 7px;
  background: url(../img/ico_caution_y.png) no-repeat;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
}
.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;
  padding-left: 100px;
  padding-top: 5px;
  background: url(../img/ico_logout_y.png) no-repeat 38px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: -1px;
}
.messageWrap .section .hr {
  width: 360px;
  height: 1px;
  margin: 40px auto;
  background: #d4d4d4;
}
.messageWrap .section .hr2 {
  width: 400px;
  height: 1px;
  margin: 40px auto;
  background: #b1b1b1;
}
.messageWrap .section .commt {
  font-size: 15px;
  color: #252424;
  text-align: center;
  line-height: 1.6em;
}
.messageWrap .section .commt b {
  font-weight: normal;
}
.messageWrap .section .btn_bg_msg {
  width: 280px;
  height: 52px;
  padding: 16px 0;
  border: 0;
  background: #461F70;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.3em;
  cursor: pointer;
  border-radius: 5px;
  box-sizing:border-box;
}
.messageWrap .section .btn_bg_msg:hover {
  background: #391C58;
  transition: all 0.5s;
}
.messageWrap .section .btn_cnt {
  margin-top: 25px;
  text-align: center;
}

/** POPUP_추가 **/
.black {color:#000000}
.green {color:#8dc345}
.mt-30 {margin-top:30px;}
.sm_text {font-size:8px;}
.popupSection .cont{
  margin-bottom: 50px;
}
.popupSection h3{
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
}
.popupSection p{
  font-size: 14px;
  color: #575b63;
  line-height: 20px;
}
.popupSection2 {
  padding:40px;
}
.popupSection2 h1{
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 600;
}
.popupSection2 h1::before{
  content: '';
  position:absolute;
  display:inline-block;
  top:6px;
  left:0;
  width:3px;
  height:3px;
  background:#006fc1;
}
.simpletable table {
  width:100%;
  border-top: 1px solid #e9ebef;
  box-sizing:border-box;
  white-space:normal;
  text-align:center;
}
.simpletable tr th:first-child, .simpletable tr td:first-child {
    padding-left: 0px;
}
.simpletable tr th {
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #e9ebef;
  border-bottom: 2px solid #e9ebef;
  height: 29px;
  padding: 9px 10px 10px;
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 23px;
  font-weight: bold;
}
.simpletable td{
  color: #575b63;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #e9ebef;
  border-bottom: 1px solid #e9ebef;
  height: 26px;
  padding: 10px 10px 12px;
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 23px;
}
.simpletable a {
  color: #2e81f8;
}
.simpletable a:hover{
  color:#0a2f8c;
}
.simpletable th:nth-last-child(1),
.simpletable td:nth-last-child(1){border-right:0}
.simpletable th.b_r, .simpletable td.b_r{border-right: 1px solid #e9ebef;}
