@charset "UTF-8";
select[aria-hidden=true] {
  color: #9e9e9e;
}
select:invalid {
  color: #9e9e9e;
}

.button, .button * {
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  left: initial;
  height: initial;
}
.btnZone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  padding-top: 30px;
}
.btnZone a,
.btnZone input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 10px);
  height: 70px;
  margin: 7.5px 0;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
}
.btnZone input {
  background: #a6071d;
  color: #fff;
}

.btnZone a {
  background: #030303;
  color: #fff;
}
.btnZone a * {
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  left: initial;
  height: initial;
}

.btnZone a:hover {
  color: inherit;
}
.btnZone .cancel {
  background: #e0e0e0;
  color: #222;
}
.btnZone .cancel:hover {
  background: lightgray;
}
.btnZone .promise {
  background: #a6071d;
  color: #fff;
}
.btnZone .promise:hover {
  background: #ad0018;
}

.id_save {
  margin-right: auto;
}
.id_save label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.id_save label input {
  margin: 0;
  margin-right: 5px;
}

.sns-login {
  width: 480px;
  margin: 50px auto;
  padding: 0 80px;
}
.sns-login h6 {
  position: relative;
  z-index: 1;
  color: #555;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.sns-login h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
  width: 480px;
  height: 1px;
  background: #ddd;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sns-login h6 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 1.5rem;
  font-size: 18px;
}
.sns-login div {
  width: 100%;
  height: 60px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
  overflow: hidden;
}
.sns-login a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-login a i {
  width: 60px;
  height: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-login a span {
  width: 260px;
  display: block;
  font-size: 16px;
}
.sns-login .kakao {
  background: #fee500;
  color: rgba(0, 0, 0, 0.85);
}
.sns-login .naver {
  background: #03c75a;
  color: #fff;
}
.sns-login .google {
  background: #fff;
}
.sns-login .google i {
  position: relative;
  color: transparent;
  background: url("/images/login/google.svg") no-repeat center/60%;
}
.sns-login .facebook {
  background: #3b5998;
  color: #fff;
}

#sub-header {
  height: 145px;
  margin-bottom: 30px;
}
#sub-header .sub-header-txt {
  font-size: 35px;
  opacity: 0.8;
  color: #1e1e1e;
  font-weight: 600;
}
#sub-header .sub-header-txt .maps_title {
  margin: 0;
}
#sub-header .sub-header-txt .sub_title {
  font-size: 23px;
  font-weight: 300;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sub-header .sub-header-txt:after {
  content: none;
}
#sub-header .join-header-txt {
  margin-top: 30px;
  font-size: 18px;
}

.divWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0;
}

.common {
  text-align: center;
  color: #212121;
}
.common h2 {
  font-size: 23px;
  font-weight: 500;
}
.common h2 + p {
  color: #222;
  margin: 15px 0;
}
.common h3 {
  font-size: 19px;
  font-weight: 500;
}
.common h3 + p {
  color: #222;
  margin: 15px 0;
}
.common h6 {
  font-size: 15px;
  font-weight: 400;
}
.common .wrap {
  width: 480px;
  margin: 0 auto;
}
.common .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 480px;
  margin: 0 auto;
}
.common .input-wrap label {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  font-size: initial;
  background: #fff;
  cursor: initial;
  border: 1px solid #aaa;
}
.common .input-wrap label i {
  position: absolute;
  left: 0;
  z-index: 1;
  font-size: 18px;
  width: 60px;
  color: rgba(34, 34, 34, 0.4);
}
.common .input-wrap label input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-style: normal;
  text-decoration: none;
  background: none;
  position: relative;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  float: left;
}
.common .input-wrap label:first-child {
  border-bottom-color: #ddd;
  margin-bottom: -1px;
}
.common .input-wrap label:last-child {
  border-top: 1px solid #ddd;
}
.common .input-wrap label:not(:first-child):not(:last-child) {
  margin-bottom: -1px;
}
.common .input-wrap label.key {
  z-index: 1;
}
.common .input-wrap label.key span {
  z-index: -1;
  opacity: 0;
}
.common .input-wrap label.focus {
  z-index: 2;
  border-color: #212121;
  -webkit-box-shadow: 0 0 0 1px #212121;
          box-shadow: 0 0 0 1px #212121;
}
.common .input-wrap label.focus i {
  color: #222;
}
.common .find {
  width: 480px;
  padding: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.common .find a {
  margin-left: auto;
  float: right;
  color: #212121;
  font-weight: 400;
}
.common .find a:hover {
  text-decoration: underline;
}

.common .button, .common .button *, .button .common * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
}
.common input.button, .common .button input, .button .common input {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 400;
  border: solid 1px #750514;
  color: black;
  background: #a6071d;
  color: #fff;
  margin: 5px auto;
}
.common input.button:hover, .common .button input:hover, .button .common input:hover {
  text-decoration: none;
  background: #be0821;
  color: #fff;
}
.common input.button:active, .common .button input:active, .button .common input:active {
  background: #8e0619;
  color: #fff;
}
.common a.button, .common .button a, .button .common a {
  outline: none;
  display: initial;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  white-space: initial;
  background: initial;
  vertical-align: middle;
  margin: 0;
  left: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 400;
  border: solid 1px black;
  color: black;
  background: #030303;
  color: #fff;
  margin: 5px auto;
}
.common a.button:hover, .common .button a:hover, .button .common a:hover {
  text-decoration: none;
  background: #101010;
  color: #fff;
}
.common a.button:active, .common .button a:active, .button .common a:active {
  background: black;
  color: #fff;
}

.admin .input-wrap label input {
  width: 100%;
  padding: 0 21px;
}

#login .input-wrap label input {
  padding-left: 60px;
}

#idpw {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#idpw h2, #idpw h2 + p {
  text-align: left;
}
#idpw .wrap {
  padding: 30px 0;
}
#idpw .input-wrap {
  width: 100%;
}
#idpw .input-wrap .button, #idpw .input-wrap .button *, .button #idpw .input-wrap * {
  width: 100%;
}
#idpw .input-wrap p.text-box {
  width: 100%;
  height: 134px;
  border: 2px solid #030303;
  margin-top: 37.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16.5px;
  color: #222;
}

/*배경색 있음*/
#contain_wrap {
  background: #f5f5f5;
  overflow: hidden;
}

.common {
  width: 960px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 160px;
  padding: 60px 0;
}

.footer {
  border-top: 1px solid #e6e6e6;
}

/*마이오피스 로그인 office_login.asp*/
#login.common_office .button, #login.common_office .button *, .button #login.common_office * {
  margin-top: 3rem;
}

.common_office .back {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.common_office .back1 {
  width: 100%;
  height: 100vh;
  background: url(/images/myoffice/office_bg3.jpg) no-repeat top center/100%;
}

.common_office .wrap {
  margin: 0 auto;
  color: #111;
  margin-bottom: 180px;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common_office .wrap_top {
  position: relative;
  z-index: 20;
  color: #444;
  text-align: center;
  margin-bottom: 60px;
}
.common_office .wrap_top h3 {
  font-size: 30px;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.common_office .wrap_top p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.common_office .wrap_form {
  background: #fff;
  border-radius: 20px;
  padding: 65px 125px;
}

.common_office .wrap label {
  position: relative;
}
.common_office .wrap label input[type=text], .common_office .wrap label input[type=password] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 60px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding-left: 20px !important;
  color: #111111;
  font-size: 16px;
}
.common_office .wrap label input[type=text]:focus, .common_office .wrap label input[type=text]:active, .common_office .wrap label input[type=password]:focus, .common_office .wrap label input[type=password]:active {
  color: #111111;
}
.common_office .wrap label input[type=text]::-webkit-input-placeholder, .common_office .wrap label input[type=password]::-webkit-input-placeholder {
  color: #ccc;
}
.common_office .wrap label input[type=text]::-moz-placeholder, .common_office .wrap label input[type=password]::-moz-placeholder {
  color: #ccc;
}
.common_office .wrap label input[type=text]:-ms-input-placeholder, .common_office .wrap label input[type=password]:-ms-input-placeholder {
  color: #ccc;
}
.common_office .wrap label input[type=text]::-ms-input-placeholder, .common_office .wrap label input[type=password]::-ms-input-placeholder {
  color: #ccc;
}
.common_office .wrap label input[type=text]::placeholder, .common_office .wrap label input[type=password]::placeholder {
  color: #ccc;
}
.common_office .wrap label:has(input[type=checkbox]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 22px;
}
.common_office .wrap label:has(input[type=checkbox])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
}
.common_office .wrap label:has(input[type=checkbox]:checked)::before {
  content: "✓";
}
.common_office .wrap label input[type=checkbox] {
  display: none;
}
.common_office .wrap .button, .common_office .wrap .button *, .button .common_office .wrap * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 60px;
  margin-bottom: 35px;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  background: #a6071d;
  border: 1px solid #a6071d;
}
.common_office .wrap .button.btn1, .common_office .wrap .button .btn1, .button .common_office .wrap .btn1 {
  border: 1px solid #a6071d;
  background: #fff;
  color: #a6071d;
}
.common_office .wrap .input-wrap {
  margin-bottom: 5PX;
}
.common_office .wrap .input-wrap label span {
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  display: block;
  padding-bottom: 15px;
}
.common_office .wrap .input-wrap label input {
  margin-bottom: 20px;
}
.common_office .wrap .find {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  padding-bottom: 15px;
}
.common_office .wrap .find a {
  color: inherit;
}
.common_office .wrap .find a:hover {
  color: #a6071d;
}
.common_office .wrap .login_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #a6071d;
}
.common_office .wrap .login_more a {
  color: inherit;
}
.common_office .wrap .login_more i {
  font-style: normal;
  margin: 0 10px;
}

/*member_idpw_office.asp*/
#idpw_office h2 + p {
  font-weight: 300;
  padding: 5px 0 10px;
}
#idpw_office .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}
#idpw_office .wrap .wrap_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 560px;
}
#idpw_office .wrap .wrap_form > div {
  width: 100%;
}
#idpw_office .input-wrap {
  width: 480px;
}
#idpw_office .back_btn {
  position: relative;
  z-index: 10;
  width: 1500px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #777;
}

.common_office .btnZone .promise {
  background: #a6071d;
}
.common_office .btnZone .promise:hover {
  background: #ad0018;
}
.common_office .btnZone .cancel {
  background-color: #e0e0e0;
  color: #222;
}
.common_office .btnZone input {
  background: #a6071d;
}

/* loading */
.loadingsA {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url(/images_kr/join/loading_bg70_1.png) 0 0 repeat;
  z-index: 999;
  display: none;
  top: 0px;
  left: 0px;
}

.loadingsInnerA {
  position: relative;
  top: 40%;
  text-align: center;
}