/* ------ 담당자 주석 표기, 주석 표기 시 가급적 영문표기(언어 설정 에러 시 한글 깨짐), 주요 부분 주석 표기, 사용하지 않는 부분 삭제, 에러 시 오타 확인 ---- */
/* ----------------------------------------------------
--- 1st : 2023.03.03 pjsuny emro DesignTeam
---------------------------------------------------- */

@charset "utf-8";
@import url("reset.css");


.loginWrap {
  position: absolute;
  width: 1160px;
  height: 740px;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.head {  
}
h1.logo {
  width: 350px;
  height: 45px;
  background: url(../img/logo_newdoobuy.png) no-repeat;
  font-size: 0;
  color: transparent;
  margin-bottom: 20px;
}
h1.logo2 {
  width: 350px;
  height: 45px;
  background: url(../img/mnc_logo2.jpg) no-repeat right;
  font-size: 0;
  color: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  display:inline-block;
  float: right;
}
h1.logo > span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #5A5B5D;
  text-align: center;
}
.container {
  display: flex;
  justify-content: space-between;
}
.container .section:nth-child(1) {
  width: 800px;
}
.container .section:nth-child(2) {
  width: 340px;
}
.imgPanel {
  width: 100%;
  height: 300px;
  background: url(../img/visual_electro.png) no-repeat;
  border-radius: 4px;
  margin-bottom: 16px;
}
.gridWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 144px 144px;
  gap: 16px 20px;
}
.bnnPanel {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bnnPanel:hover {
  border: 1px solid #00A5D7;
}
.bnnPanel .bnn_off,
.bnnPanel .bnn_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 3px;
}
.bnnIcon {
  display: inline-block;
  position: absolute;
  top: 37px;
  left: 40px;    
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.ico01 {
  background: #F4F8FE url(../img/icon_01.png) no-repeat center;
}
.ico02 {
  background: #F4F8FE url(../img/icon_02.png) no-repeat center;
}
.ico03 {
  background: #F4F8FE url(../img/icon_03.png) no-repeat center;
}
.ico04 {
  background: #F4F8FE url(../img/icon_04.png) no-repeat center;
}
.bnnIcon+h4 {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 145px;  
  width: 210px;
  font-weight: 700;
  font-size: 15px;
  color: #333333; 
  text-align: center;
  letter-spacing: -.5px;
  line-height: 20px;
}
.bnnIcon+h4>span {
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  color: #555555;
  line-height: 18px;
  padding-top: 5px;
}
.bnnPanel .bnn_off {
  border: 1px solid #7A96BB;
}
.bnnPanel .bnn_on {
  border: 1px solid #00A5D7;
}
.bnnPanel .bnn_on .menu {
  position: absolute;
  top: 65px;
  left: 150px;
}
.bnnPanel .bnn_on .menu li {
  width: 236px;
  height: 20px;
  margin-bottom: 3px;
  text-align: center;
}
.bnnPanel .bnn_on .menu li>a {
  min-width: 180px;
  height: 20px;
  border: 1px solid #708090;
  border-radius: 50px;
  font-weight: 700;
  font-size: 11px;
  color: #708090;
  padding: 0 10px;
  line-height: 18px;
  margin-left: -36px;
}
.bnnPanel .bnn_on .menu li>a:hover {
  border: 1px solid #00A5D7;
  color: #00A5D7;
}
.loginPanel {
  width: 100%;
  height: 460px;
  background: #F4F8FE;
  border-radius: 4px;
  margin-bottom: 16px;
}
/* tab */
.loginPanel .tab {
  margin-bottom: 36px;
  letter-spacing: -1px;
  font-size: 0;
}
.loginPanel .tab li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.loginPanel .tab li a {
  display: block;
  height: 60px;
  background: #FFFFFF;;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  color: #7C97BB;
  text-align: center;
  cursor: pointer;
}
.loginPanel .tab li.active a {
  background: #F4F8FE;
  color: #005EB8;
}
.loginPanel .tab li[data-tab="ID"].active a {
  border-radius: 4px 0 0 0;
}
.loginPanel .tab li[data-tab="Certificate"].active a {
  border-radius: 0 4px 0 0;
}
.logo_mottrol {
  width: 100%;
  height: 55px;
  background: url(../img/logo_mottrol.png) no-repeat center;
  margin-bottom: 36px;
}
.language {
  display: flex;
  justify-content: end; 
  padding: 0 35px; 
}
.language a {
  padding-left: 12px;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  color: #7A96BB;
}
.language a:hover,
.language a.on {
  color: #005EB8;
}
.tab_content {
  display: none;
  padding: 0 35px;
}
.tab_content.active {
  display: block;
}
.login_form {
  width: 100%;
  margin-bottom: 8px;
}
.login_form li input {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #7A96BB;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 12px;
}
.login_form li:nth-child(1) input {  
  border-radius: 4px 4px 0px 0px;
}
.login_form li:nth-child(2) input {
  border-radius:  0px 0px 4px 4px;
  margin-top: -1px;
}
.btn_login {
  width: 100%;
  height: 50px;
  background: #00A5D7;
  border-radius: 4px;
  text-align: center;  
  margin-top: 30px;
}
.btn_login>a {
  line-height: 50px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.btn_login:hover {
  background: #005EB8;
}
.select {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #7A96BB;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 12px;
}
.select select {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 3px;
  padding: 0 12px;
  color: #708090;
}
.option {
  display: flex;
  justify-content: space-between;
}
.option .checkBox > label, 
.option .search>a {
  font-size: 12px;
  color: #708090;
  letter-spacing: -.5px;
  font-weight: bold;
}
.option .search>a:hover {
  text-decoration: underline;
}
/* checkBox */
.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: 16px;  /* 체크박스의 너비를 지정 */
  height: 16px;  /* 체크박스의 높이를 지정 */
  border-radius: 2px;
  line-height: 13px; /* 세로정렬을 위해 높이값과 일치 */
  margin: -3px 6px 0 0;
  background: #ffffff;
  border: 1px solid #7A96BB;
  text-align: center;
  vertical-align: middle;
}
.checkBox input[type="checkbox"]:checked + label{ /* 체크박스를 체크했을때 text-color */
  color:#708090;
}
.checkBox input[type="checkbox"]:checked + label:before {  /* 체크박스를 체크했을때 */
  background: #00A5D7 url(../img/btn_check_on.png) no-repeat 3px;
  border: 1px solid #00A5D7;
}
.bnnPanel_s {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
.bnnPanel_s>a {
  display: inline-block;
  height: 143px;
  background: #F4F8FE;
  border-radius: 4px;
  text-align: center;
  padding: 25px;
}
.bnnPanel_s>a .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF;
}
.bnnPanel_s>a:nth-child(1) .icon {
  background: #FFFFFF url(../img/icon_05.png) no-repeat center;
}
.bnnPanel_s>a:nth-child(2) .icon {
  background: #FFFFFF url(../img/icon_06.png) no-repeat center;
}
.bnnPanel_s>a .icon+p {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #333333;
}
.bnnPanel_s>a:hover .icon+p {
  color: #005EB8;
  text-decoration: underline;
}
.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.footer>p {
  display: inline-block;
}
.copyright {
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  text-align: left;
}
.copyright>span {
  display: block;
  margin-bottom: 5px;
}
.fnb>a {
  font-weight: 400;
  font-size: 11px;
  color: #222222;
  letter-spacing: -.5px;
}
.fnb>a:hover {
  text-decoration: underline;
}