@charset "UTF-8";
.paging-first {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m13.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L9.414 5.5l3.768 3.768Zm-6 0-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}
.paging-prev {
  background-image: url("data:image/svg+xml;charset=utf8, %0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='11'%3E%3Cpath fill='%23A0A8AB' fill-rule='evenodd' d='m7.182 9.268-1.414 1.414-4.95-4.95.232-.232-.232-.232 4.95-4.95 1.414 1.414L3.414 5.5l3.768 3.768Z'/%3E%3C/svg%3E");
}

html, body, .wrap {
  height: 100%;
}

body {
  font-size: 16px;
}

/** 로그인 */
.container {
  background: #f4f8fa;
}
.container-user {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: auto;
}
.container-user .container__inner {
  max-width: 1200px;
  width: 100%;
  margin: 120px auto;
}

.login-wrap {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 50px 50px 60px rgba(0, 0, 0, 0.18);
          box-shadow: 50px 50px 60px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  overflow: hidden;
}
.login-wrap .subject {
  margin-bottom: 60px;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.66);
}
.login-left {
  width: 750px;
  padding-top: 200px;
  padding-bottom: 60px;
  background: url(../images/background/bg-login.jpg) no-repeat;
  background-size: cover;
}
.login-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 30px 20px 75px;
}
.login-title__head {
  margin-top: 130px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  color: #203c7d;
}
.login-title__body {
  margin-bottom: 30px;
  font-size: 16px;
  color: #545454;
  line-height: 22px;
}
.login-box {
  max-width: 300px;
}
.login_inputbox input {
  width: 300px;
  height: 50px;
  padding-left: 47px;
  border-radius: 25px;
  border: 2px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
  text-indent: 0;
}
.login_inputbox input::-webkit-input-placeholder {
  color: #a8a8a8;
}
.login_inputbox input::-moz-placeholder {
  color: #a8a8a8;
}
.login_inputbox input:-ms-input-placeholder {
  color: #a8a8a8;
}
.login_inputbox input::-ms-input-placeholder {
  color: #a8a8a8;
}
.login_inputbox input::placeholder {
  color: #a8a8a8;
}
.login_inputbox input + input {
  margin-top: 15px;
}
.login_inputbox .login-id {
  background: #f5f6f7 url(../images/icon/icon-people.png) no-repeat left 20px center;
}
.login_inputbox .login-id.is-inputed {
  background-image: url(../images/icon/icon-people__on.png);
}
.login_inputbox .login-password {
  background: #f5f6f7 url(../images/icon/icon-lock.png) no-repeat left 20px center;
}
.login_inputbox .login-password.is-inputed {
  background-image: url(../images/icon/icon-lock__on.png);
}
.login_inputbox .login-email {
  background: #f5f6f7 url(../images/icon/icon-email.png) no-repeat left 20px center;
}
.login_inputbox .login-email.is-inputed {
  background-image: url(../images/icon/icon-email__on.png);
}
.loginBtn {
  display: inline-block;
  width: 300px;
  height: 50px;
  margin-top: 55px;
  background: #203c7d;
  border-radius: 25px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}
.login-linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 300px;
  margin-top: 28px;
}
.login-linkbox .login-link {
  display: inline-block;
  margin-left: 34px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.login-linkbox .login-link::before {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #333333;
  content: "";
}
.login-linkbox .login-link + .login-link {
  margin-left: 34px;
}

.logo_area {
  width: 79px;
  height: 21px;
  margin-left: auto;
  background: url(../images/common/logo.png) no-repeat;
}

.inf_content_wrap {
  padding-left: 75px;
}
.inf_content + .inf_content {
  margin-top: 30px;
}
.inf_content_head {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 99px;
  height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ffffff;
  background: #1f3aa5;
  border-radius: 15px;
}
.inf_content_body {
  display: block;
  padding-left: 5px;
  color: #ffffff;
  line-height: 28px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.66);
}
.inf_content_body .mark-colon {
  padding: 0 5px;
}
.inf_content .manual {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 22px;
  margin-left: 0;
  background: #8db6ef;
  font-size: 13px;
  color: #ffffff;
  text-shadow: none;
  border-radius: 11px;
}
.inf_content_li {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  font-weight: 500;
  line-height: 28px;
}

/* DI-C1002.html :: 비밀번호 초기화 */
.user-common .logo_area {
  margin-left: 0;
}
.user-common__inner {
  min-height: 700px;
  padding: 20px 30px;
  padding-bottom: 80px;
  background: #ffffff;
  -webkit-box-shadow: 50px 50px 60px rgba(0, 0, 0, 0.18);
          box-shadow: 50px 50px 60px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  overflow: hidden;
}
.user-common__title {
  margin-top: 89px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.user-common__title.mt-40 {
  margin-top: 40px;
}
.user-common__des {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 28px;
}
.user-common__des--ps {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #203c7d;
  text-align: center;
}
.user-common__text {
  font-size: 16px;
  color: #545454;
}

/* DI-C1004.html :: 기관관리자 신청2 */
.enroll-organization-admin {
  margin-top: 25px;
}
.enroll-organization-admin__inner {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enroll-input__item {
  display: -webkit-box;
  display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enroll-input__item + .enroll-input__item {
  margin-top: 10px;
}
.enroll-input__dt {
  width: 150px;
  font-size: 17px;
  font-weight: 500;
}
.enroll-input__dd .ui-select {
  height: 50px;
  color: #a8a8a8;
  font-size: 16px;
}
.enroll-input__dd .ui-select option {
  color: #000000;
}
.enroll-input__dd .ui-button {
  height: 50px;
  line-height: 100%;
}

.password-reset .user-common__title {
  margin-top: 54px;
}

* {
  -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
  color-adjust: exact !important; /*Firefox*/
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 100%;
    height: 100%;
    background: #fff;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 15pt;
  }
  h3 {
    font-size: 11pt;
  }
  table th {
    font-size: 7pt;
  }
  table td {
    font-size: 5pt;
  }
  dl dt, dl dd {
    font-size: 9pt;
  }
  p {
    font-size: 9pt;
  }
  button {
    font-size: 9pt;
  }
  .result-title {
    font-size: 10pt;
  }
  .my-ability__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .my-ability__inner div[class^=my-ability] {
    margin-top: 20px;
  }
  .line-vertical {
    display: none;
  }
  .required-level__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .required-level__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-top: 20px;
  }
  .required-level__score {
    width: 100%;
  }
  .required-level__score--inner {
    width: 194px;
    margin: 0;
  }
  .ui-scroller {
    height: auto !important;
  }
  .question-exp__text {
    line-height: 24px;
  }
  canvas {
    display: block;
    width: 500px;
    height: 500px;
  }
}
@media print {
  .page-break {
    page-break-inside: avoid;
    page-break-after: auto;
  }
}
@media print {
  .page-split {
    height: 0;
    margin: 0;
    border: 0;
    page-break-before: always;
  }
}