@charset "UTF-8";
*::-webkit-scrollbar {
  display: none;
}

/*! Chrome input focus 색상 처리 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-transition: background-color 9999s ease-out;
}

:root {
  /* 2024 NEW Gray Scale */
  --cm-gray-000: #FFFFFF;
  --cm-gray-100: #FAFAFA;
  --cm-gray-150: #F7F7F7;
  --cm-gray-200: #EEEEEE;
  --cm-gray-300: #E4E4E4;
  --cm-gray-400: #DADADA;
  --cm-gray-500: #C8C8C8;
  --cm-gray-600: #999999;
  --cm-gray-700: #666666;
  --cm-gray-800: #333333;
  --cm-gray-900: #1A1A1A;
  --cm-gray-999: #191919;
  /* --pm-color999:#6F77E4; */
  --pm-color900: #787FEF;
  --pm-color700: #9298EB;
  --pm-color500: #B1B5F1;
  --pm-color300: #D0D3F7;
  --pm-color100: #EFF0FC;
  /* --bg-color000:#FAFAFF; */
  /* 2024 primary color */
  --pm-color-600: #19204B;
  --pm-color-500: #525DA4;
  --pm-color-400: #8897E2;
  --pm-color-300: #BFC8F5;
  --pm-color-150: #E5E9F7;
  --bg-color-000: #FFFFFF;
  /* 2024 New Secondary Color */
  --sc-color-500: #CC4040;
  --sc-color-400: #E64848;
  --sc-color-300: #FF5050;
  --sc-color-200: #FFC9C9;
  --sc-color-100: #FFEEEE;
  --pt-success: #38C976;
  --pt-links: #3EAEFF;
  --pt-warning: #FFA23A;
  --pt-error: #FF0000;
  /* 20240705 Button Color */
  --btn-color-001: #19204B;
  --btn-color-002: #EFEFEF;
  /* 20240705 Border Color */
  --bdr-color-001: #19204B;
  --bdr-color-002: #EFEFEF;
  --bdr-color-003: #DFDFDF;
  --bdr-color-004: #E4E4E4;
  /* 20240715 Background Color */
  --bg-color-001: #f5f6fa;
  --bg-color-002: #f7f7f7;
  --bg-color-003: #fafafa;
}

/*! Fontface */
@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-weight: 400;
  font-display: auto;
  font-style: normal;
  src: url("../resources/fonts/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("../resources/fonts/SpoqaHanSansNeo-Regular.woff") format("woff"), url("../resources/fonts/SpoqaHanSansNeo-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-weight: 500;
  font-display: auto;
  font-style: normal;
  src: url("../resources/fonts/SpoqaHanSansNeo-Medium.woff2") format("woff2"), url("../resources/fonts/SpoqaHanSansNeo-Medium.woff") format("woff"), url("../resources/fonts/SpoqaHanSansNeo-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'SpoqaHanSansNeo';
  font-weight: 700;
  font-display: auto;
  font-style: normal;
  src: url("../resources/fonts/SpoqaHanSansNeo-Bold.woff2") format("woff2"), url("../resources/fonts/SpoqaHanSansNeo-Bold.woff") format("woff"), url("../resources/fonts/SpoqaHanSansNeo-Bold.otf") format("opentype");
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
abbr,
address,
area,
article,
aside,
audio,
b,
bdi,
bdo,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
datalist,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
keygen,
label,
legend,
li,
main,
map,
mark,
menu,
menuitem,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
select,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var,
video,
wbr {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font: 1rem/1 'SpoqaHanSansNeo', '.SFNSText-Regular', 'San Francisco', 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif;
  font-weight: 400;
  color: #36414c;
  background: #fff;
  letter-spacing: -.03rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button,
h1,
h2,
h3,
h4,
h5,
input,
pre,
select,
textarea {
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
img,
input,
label,
select {
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  min-width: 0;
  width: 100%;
}

ul,
ul li {
  list-style: none;
}

li,
ol,
ul {
  list-style: none;
}

a,
button,
label {
  cursor: pointer;
}

button {
  background: 0 0;
  border: 0;
}

address,
em,
i {
  font-style: normal;
}

a {
  color: #999;
  -webkit-tap-highlight-color: transparent;
}

a[href] {
  color: inherit;
  -webkit-tap-highlight-color: inherit;
}

input::-ms-expand,
select::-ms-expand {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper {
  min-width: 1200px;
  margin: 0 auto;
}

.sr-only,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  clip: rect(0, 0, 0, 0);
}

caption {
  overflow: hidden;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.point-color {
  color: #6f77e4 !important;
}

a[class^=btn-],
button[class^=btn-] {
  padding: 0 .5rem;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

[class^=btn][class*="-lg"] {
  height: 3.5rem;
  border-radius: 10px;
}

[class^=btn][class*="-primary"] {
  height: 3.75rem;
  background-color: #d71820;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

[class^=btn][class*="-primary"]:disabled {
  background-color: #EFEFEF;
  color: #999;
}

.align-center {
  text-align: center !important;
}

.sr-only,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  clip: rect(0, 0, 0, 0);
}

.vertical-center {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .875rem;
}

.form-chk > input {
  z-index: 1;
  margin-right: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .375rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .625rem auto;
  background-color: #e4e4e4;
}

.form-chk > input + label {
  font-size: .9375rem;
  line-height: .9375rem;
  color: #666;
}

.form-chk label + input {
  margin: auto 0 auto .5rem;
}

.form-chk > input[type=checkbox] {
  background-image: url(../img/check_on.svg);
  border-color: transparent;
}

.form-chk > input[type=checkbox]:checked {
  background-image: url(../img/check_on.svg);
  background-color: #FF0000;
  border-color: transparent;
}

.form-chk > input[type=checkbox]:checked {
  background-image: url(../img/check_on.svg);
  background-color: #FF0000;
  border-color: transparent;
}

.form-chk > input[type=checkbox]:disabled {
  background-color: #e7ecf2;
  border-color: transparent;
}

.form-chk > input[type=checkbox]:checked:disabled {
  background-color: #e7ecf2;
}

.btn-wrap > [class^=btn-]:not(only-child) {
  width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  letter-spacing: -.03rem;
  text-decoration: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
  letter-spacing: -.03rem;
  text-decoration: none;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666;
  letter-spacing: -.03rem;
  text-decoration: none;
}

input::placeholder,
textarea::placeholder {
  color: #666;
  letter-spacing: -.03rem;
  text-decoration: none;
}

input:-ms-input-placeholder {
  color: #666;
  letter-spacing: -.03rem;
  text-decoration: none;
}

.form-control > input,
.form-control > select {
  width: 100%;
  height: 3.875rem;
  padding: 0 1rem 0;
  border: 0;
  border-radius: 10px;
  outline: 0;
  background-color: transparent;
}

.form > :not(legend) + * {
  margin-top: 14px;
}

.form-control {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-icon .form-control:before {
  content: '';
  display: none;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.form-icon .form-control input {
  padding-left: 12px;
  border-bottom: none;
  font-size: 15px;
  color: #999;
}

/*! 20240910 학교검색 입력 */
.form-icon.sch-cmps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-icon.sch-cmps .form-control {
  position: relative;
}

.form-icon.sch-cmps .form-control.valued button[class^="btn"] {
  display: none !important;
}

.form-icon.sch-cmps .form-control input[type="search"] {
  color: #1a1a1a;
}

.form-icon.sch-cmps .form-control input[type="search"]:focus + button[class^="btn"] {
  display: none !important;
}

.form-icon.sch-cmps .form-control.active {
  border: 1px solid #1a1a1a;
}

.form-icon.sch-cmps .form-control button[class^="btn"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 64px;
  padding: 0;
  background-size: 24px auto;
  background: url(../img/icon_search_n01.svg) no-repeat center right 16px;
  background-size: 24px;
  background-position: 8px 50%;
}

.form-control > select {
  background: url(../img/ico_arrow_drop.svg) no-repeat right 16px center;
}

.form-control.active,
.form-control.valid {
  border-color: #e4e4e4;
}

.form-control.invalid {
  border-color: #ff0000 !important;
}

.form-control.disabled,
.form-control.readonly {
  border-color: #e7ecf2;
  background-color: #f1f6ff;
  color: #272d37 !important;
}

.form-control.disabled input:disabled {
  -webkit-text-fill-color: #272d37;
  opacity: 1;
}

.btn-clear {
  position: absolute;
  top: 50%;
  right: 14px;
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  background: url(../img/icon_cir_close.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-err {
  position: absolute;
  top: 50%;
  right: 14px;
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  background: url(../img/ico_alert2.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}

.login-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 622px;
  padding: 106px 102px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-inner:after {
  display: none;
  content: '';
  position: absolute;
  right: -70px;
  bottom: -65px;
  width: 156px;
  height: 180px;
  background: url(../img/bg_frame.svg) no-repeat center center;
}

.login-inner .logo {
  width: 140px;
  height: 82px;
  background: url(../img/logo_wh.svg) no-repeat center center/contain;
  margin-bottom: 16px;
}

.login-inner > dt {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
  height: 100%;
  background: #8c93ff;
  border-radius: 20px 0 0 20px;
}

.login-inner > dt p {
  color: #fff;
}

.login-inner > dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 0 20px 20px 0;
}

.login-form {
  width: 418px;
}

.login-form .title {
  width: 100%;
  height: 106px;
  text-align: center;
  background: url(../img/logo_ROCK.svg) no-repeat 50%/290px;
  margin-bottom: 60px;
}

.login-form .title.DDUV_type {
  background: url(../img/DDUV-logo.svg) no-repeat 50%/contain;
}

.login-form .title.USUV_type {
  background: url(../img/USUV-logo.svg) no-repeat 50%/contain;
}

.login-form .title > img {
  display: none;
}

.login-form .sub-txt {
  margin-bottom: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.btn-wrap + .form,
.form + .btn-wrap {
  margin-top: 36px;
}

.btn-wrap + .form button,
.form + .btn-wrap button {
  background-color: #D71820;
}

.btn-wrap + .form button.type2,
.form + .btn-wrap button.type2 {
  background: var(--bdr-color-001);
  color: var(--bg-color-000);
}

.login-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 105px;
  color: #adb9c7;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  bottom: 48px;
  left: 0;
  right: 0;
}

.login-footer .foot-link a:hover {
  font-weight: 700;
  color: #666;
  text-decoration: underline;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.login-footer .foot-link p,
.login-footer .foot-link a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
}

.login-footer .foot-link p,
.login-footer .foot-link a + a {
  padding-left: 20px;
}

.login-footer .foot-link p:after,
.login-footer .foot-link a + a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 1px;
  height: .75rem;
  background-color: #999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login-footer .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}

.login-footer .foot p,
.login-footer .foot a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
}

.login-footer .foot p:after,
.login-footer .foot a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 1px;
  height: .75rem;
  background-color: #999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login-footer .foot-logo {
  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: 95px;
  height: 13px;
  background: url(../img/logo_BNK_finance.svg) no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

/*! 20240826 로그아웃 수정 */
.new-admlogin.logout .login-form .title {
  margin-bottom: 66px;
}

.new-admlogin.logout .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-admlogin.logout .ico.logout {
  width: 60px;
  height: 60px;
  margin-bottom: 55px;
  background: url(../img/ico_logout.svg) no-repeat;
  text-align: center;
}

.new-admlogin.logout .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.new-admlogin.logout .txt_box strong {
  height: 34px;
  line-height: 34px;
  font-weight: 500;
  font-size: 24px;
  color: #000;
}

.new-admlogin.logout .txt_box p {
  margin-top: 24px;
  font-weight: 400;
  font-size: 20px;
  color: var(--cm-gray-700);
  line-height: 28px;
  text-align: center;
}

.new-admlogin.logout .btn-wrap {
  margin-top: 0;
  width: 100%;
}

.new-admlogin.logout .btn-lg-primary {
  margin-top: 48px;
  background-color: #d71820;
}

.dimmed {
  display: none;
  z-index: 100;
}

.dimmed.active {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.layer {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
}

.layer.active {
  display: block;
}

.layer.alert {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  width: 438px;
  height: 578px;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.97, 0.7, 1);
  transition: all 0.2s cubic-bezier(0.55, 0.97, 0.7, 1);
}

.layer.alert.active {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.layer.alert .layer-header {
  padding: 1.875rem 1.5rem 0;
  border-bottom: 0;
}

.layer.alert .layer-contents {
  padding: 4.125em 1.5rem 3rem;
}

.layer.alert .layer-btns [class^=btn-] {
  height: 3.5rem;
}

.layer-title {
  color: #878efb;
  font-size: 26px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}

.text-desc {
  margin-top: 14px;
  color: #8f9ca9;
  line-height: 24px;
}

.text-desc + .form {
  margin-top: 36px;
}

.certify-form {
  width: 100%;
  padding: 0 40px;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 62px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__rendered.valid {
  position: relative;
  color: #1a1a1a;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-results__option {
  height: 62px;
  line-height: 62px;
  padding: 0 12px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  border-top: 1px solid #e4e4e4;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
  border: 1px solid #e4e4e4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.select2-search--dropdown {
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 62px;
}

/*! 20240830 로그인 학교선택 Select Box 선택시 글자 색상 변경 */
.select2.select2-container.select2-container--default span.select2-selection__rendered {
  color: #999;
}

.select2.select2-container.select2-container--default.select2-container--below span[aria-expanded="false"] .select2-selection__rendered {
  color: #1a1a1a;
}

/*! 20240913 셀렉트 below 처리 */
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus > span.selection > span.select2-selection.select2-selection--single span.select2-selection__rendered {
  color: #1a1a1a;
}

span[aria-expanded="true"] .select2-selection__rendered {
  color: #999;
}

span[aria-owns="select2-univList-results"] > span {
  color: #1a1a1a !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  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: 24px;
  height: 24px;
  background: url(../img/ico_arr_down.svg) no-repeat 50%/24px;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #666;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 496px;
  overflow-y: auto;
  border-radius: 10px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f7f7;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  height: 62px;
  line-height: 62px;
  background-color: #f7f7f7;
  color: #1a1a1a;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #1a1a1a;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #1a1a1a;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #666;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #f7f7f7;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 62px;
  line-height: 62px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f7f7;
  color: #1a1a1a;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.layer.alert.new_certificate {
  height: auto;
  padding: 5rem 2.5rem 2.5rem;
  letter-spacing: -1px;
}

.layer.alert.new_certificate .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  height: 1.5rem;
  width: 2.25rem;
  height: 2.25rem;
  background: url(../img/ico_close_medium.svg) no-repeat center;
}

.layer.alert.new_certificate .layer-title {
  line-height: initial;
}

.layer.alert.new_certificate .layer-contents {
  padding: 0;
  color: #666;
}

.layer.alert.new_certificate .text-desc {
  margin-top: 24px;
  color: #666;
}

.layer.alert.new_certificate .btn-wrap {
  margin: 50px 0 0;
}

.layer.alert.new_certificate .s_tit {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  color: #8f9ca9;
}

.layer.alert.phone_noti {
  width: 1200px;
  padding: 0;
}

.layer.alert.phone_noti .noti_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
}

.layer.alert.phone_noti .layer-contents {
  width: calc(100% - 454px);
  padding: 146px 2.5rem 146px;
}

.layer.alert.phone_noti .layer-contents.right {
  width: 454px;
  background: rgba(217, 217, 217, 0.2);
  border-left: 1px solid #ebebeb;
}

.layer.alert.phone_noti .text-desc {
  margin-top: 24px;
}

.layer.alert.phone_noti .text-desc .timer {
  color: #878efb;
  font-weight: 700;
}

.layer.alert.phone_noti .img_wrap {
  margin-top: 32px;
}

.layer.alert.phone_noti .btn-wrap {
  margin: 40px 0 0;
  text-align: center;
}

.layer.alert.phone_noti .btn-wrap .btn-sm {
  display: inline-block;
  width: auto;
  margin: 24px auto 0;
  color: #878efb;
  font-size: 12px;
  line-height: 24px;
}

.layer.alert.phone_noti .btn-wrap button.disabled,
.layer.alert.phone_noti .btn-wrap button:disabled {
  background: #f3f6f9;
  color: #adb9c7;
}

.layer.alert.phone_noti .left_wrap {
  width: 356px;
  margin: 0 auto;
}

.layer.alert.phone_noti .right h3 {
  font-size: 16px;
  color: #272d37;
  font-weight: 500;
}

.layer.alert.phone_noti .right h3 .ico {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
  background: url(../img/ico_no_alarm.svg) no-repeat center;
  vertical-align: middle;
}

.layer.alert.phone_noti .right h3 .s_tit2 {
  margin-top: 8px;
  color: #879ca9;
  font-size: 16px;
}

.layer.alert.phone_noti .right .lst_wrap {
  margin: 36px 0 24px;
  padding: 32px 24px;
  border-radius: .625rem;
  background: #fdfdfd;
}

.layer.alert.phone_noti .right .lst_wrap li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 18px;
}

.layer.alert.phone_noti .right .lst_wrap li:before {
  position: absolute;
  top: 42%;
  left: 0;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}

.layer.alert.phone_noti .right .alarm_noti .title {
  font-size: 10px;
  color: #8f9ca9;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #8f9ca9;
  display: inline-block;
  margin: 0 0 12px;
  line-height: 14px;
}

.layer.alert.new_certificate .step {
  padding-left: 10px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.layer.alert.new_certificate .step .ico {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0 5px;
  background-image: url(../img/btn_header_prev.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: middle;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.layer.alert.phone_noti .right .last_txt {
  font-size: 14px;
  line-height: 20px;
  color: #8f9ca9;
}

.layer.alert.certificate_2nd {
  padding-top: 64px;
}

.layer.alert.certificate_2nd .s_tit {
  margin-top: 16px;
}

.layer.alert.certificate_2nd .img_wrap {
  margin: 36px 0 16px;
}

.layer.alert.certificate_2nd .step {
  padding: 12px 14px;
  background: #f3f6f9;
  border-radius: 6px;
}

.layer.alert.certificate_2nd .step .ico {
  margin: 0 6px;
}

/*! 20240820 배너영역 */
.new-admlogin .form-control input {
  height: 62px !important;
}

.new-admlogin .form-control .btn-err {
  display: none !important;
}

.new-admlogin .form-control.invalid {
  border: 1px solid var(--pt-error);
}

.new-admlogin .form-control.invalid .btn-err {
  display: block !important;
}

.new-admlogin .btn-wrap button:disabled {
  color: var(--cm-gray-600);
  background-color: var(--bdr-color-002);
}

.new-admlogin .f-label {
  position: absolute;
  top: -20px;
  left: .75rem;
  height: 1.0625rem;
  font-size: .75rem;
  color: var(--cm-gray-600);
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.new-admlogin .form-icon {
  position: relative;
}

.new-admlogin .form-icon dd {
  position: relative;
}

.new-admlogin .form-icon dd.active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.new-admlogin .form-icon dd.active input[type="text"],
.new-admlogin .form-icon dd.active input[type="password"] {
  position: relative;
  bottom: -.6875rem !important;
  height: 1.75rem;
  font-size: .9375rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.new-admlogin .form-icon dd.active .f-label {
  top: 9px;
  left: .75rem;
  z-index: 100;
  opacity: 1;
}

.error-txt {
  height: 1.0625rem;
  line-height: 1.0625rem;
  margin-top: 0.25rem;
  font-size: .75rem;
  color: var(--pt-error);
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=search]::-webkit-search-cancel-button {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon_cir_close.svg) no-repeat;
  background-size: contain;
  -webkit-appearance: none;
}

.college-search_result {
  position: absolute;
  top: 64px;
  width: 100%;
  margin-top: 0;
  padding-bottom: 80px;
}

.college-search_result li:hover {
  border-radius: 10px;
  background-color: var(--cm-gray-150);
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.college-search_result li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--cm-gray700);
  font-size: 14px;
}

.college-search_result li a span {
  color: var(--cm-gray-700);
}

.college-search_result li a span.point-color {
  margin-right: 10px;
  color: var(--sc-color-300) !important;
}

.lang-btn {
  display: none;
}

@media screen and (max-width: 1000px) {
  :root {
    --cm-gray-000:#FFFFFF;
    --cm-gray-100:#FAFAFA;
    --cm-gray-150:#F7F7F7;
    --cm-gray-200:#EEEEEE;
    --cm-gray-300:#E4E4E4;
    --cm-gray-400:#C8C8C8;
    --cm-gray-500:#888888;
    --cm-gray-600:#666666;
    --cm-gray-700:#333333;
    --cm-gray-800:#272525;
    --cm-gray-900:#1A1A1A;
    --pm-color-900:#240858;
    --pm-color-800:#41119C;
    --pm-color-700:#5C26C1;
    --pm-color-600:#7B34FF;
    --pm-color-500:#8867FF;
    --pm-color-400:#9383FF;
    --pm-color-300:#AFA3FF;
    --pm-color-200:#C4BBFF;
    --pm-color-150:#E1DDFF;
    --pm-color-100:#F1EFFF;
    --sc-color-500:#D40007;
    --sc-color-400:#EB1C24;
    --sc-color-300:#FF5050;
    --sc-color-200:#FFC0C0;
    --sc-color-100:#FFEEEE;
    --pt1-color-100:#FFDDBC;
    --pt1-color-200:#FF8614;
    --pt2-color-100:#FFE390;
    --pt2-color-200:#FFC014;
    --pt3-color-100:#EDED80;
    --pt3-color-200:#CBC900;
    --pt4-color-100:#CDF1B3;
    --pt4-color-200:#4AC42F;
    --pt5-color-100:#C6E4FF;
    --pt5-color-200:#2B9CFF;
    --pt6-color-100:#DFE5FF;
    --pt6-color-200:#5F79F2;
    --pt7-color-100:#FCDDF7;
    --pt7-color-200:#D860C6;
    --pt-success:#48D800;
    --pt-links:#4C84FA;
    --pt-warning:#FFE500;
    --pt-error:#FF0000;
    --btn-color-001:#5C26C1;
    --btn-color-002:#EEEEEE;
    --bdr-color-001:#5C26C1;
    --bdr-color-002:#EFEFEF;
    --bdr-color-003:#DFDFDF;
    --bdr-color-004:var(--cm-gray-300);
    --bdr-color-005:#E5E5F7;
    --bg-color-000:#FFFFFF;
    --bg-color-001:var(--cm-gray-150);
    --bg-color-002:var(--cm-gray-150);
    --bg-color-003:var(--cm-gray-100);
    --bg-color-004:#EFEFEF;
    --bg-color-005:var(--pm-color-150);
    --tt-color-01:#FFC48C;
    --tt-color-02:#FFD258;
    --tt-color-03:#E4E45D;
    --tt-color-04:#9AF18D;
    --tt-color-05:#9FEADF;
    --tt-color-06:#80DAFA;
    --tt-color-07:#FFD6EE;
    --tt-color-08:#E9D3FF;
    --tt-color-09:#FFD8B6;
    --tt-color-10:#FFE59F;
    --tt-color-11:#F4F57D;
    --tt-color-12:#C2F3BB;
    --tt-color-13:#C7FBF0;
    --tt-color-14:#D8EEFF;
    --tt-color-15:#FFE5F4;
    --tt-color-16:#F1E3FF;
    --dk-cm-gray-150:#2D2D2D;
    --dk-cm-gray-300:#3F3F3F;
    --dk-cm-gray-400:#535353;
    --dk-cm-gray-500:#666666;
    --dk-pm-color-900:#F7F7F7;
  }
  /*! Color */
  .point-color {
    color: var(--pm-color-600) !important;
  }
  .second-color {
    color: var(--sc-color-500) !important;
  }
  .color-red {
    color: var(--sc-color-300) !important;
  }
  .color-red2 {
    color: var(--sc-color-400) !important;
  }
  .color-navy {
    color: var(--bdr-color-001) !important;
  }
  .color-pink {
    color: var(--pt1-color-500) !important;
  }
  .color-gray {
    color: var(--cm-gray-700) !important;
  }
  .color-lightgray {
    color: var(--cm-gray-600) !important;
  }
  .color-darkgray {
    color: var(--cm-gray-800) !important;
  }
  .color-black {
    color: #000 !important;
  }
  .color-azure {
    color: var(--pm-color-400) !important;
  }
  .color-sky {
    color: var(--pt-links) !important;
  }
  .color-lightsky {
    color: var(--sc-color-400) !important;
  }
  .color-warning {
    color: var(--sc-color-300) !important;
  }
  .color-green {
    color: var(--pt-success) !important;
  }
  .color-purple {
    color: var(--pm-color-400) !important;
  }
  .color-lightpurple {
    color: var(--pm-color-150) !important;
  }
  .color-orange {
    color: var(--pt1-color-100) !important;
  }
  /*! Body, Header BG */
  /*! bg-000 흰색 배경 추가*/
  .bg-000, .bg-000 header {
    background-color: var(--bg-color-000) !important;
  }
  .bg-001, .bg-001 header {
    background-color: var(--bg-color-001) !important;
  }
  .bg-002, .bg-002 header {
    background-color: var(--bg-color-002) !important;
  }
  .bg-003, .bg-003 header {
    background-color: var(--bg-color-003) !important;
  }
  .hbg-001 header {
    background-color: var(--bg-color-001) !important;
  }
  .hbg-002 header, .hbg-002 .panel-top {
    background-color: var(--bg-color-005) !important;
  }
  .hbg-003 header {
    background-color: var(--pm-color-100) !important;
  }
  .hbg-004 header, .hbg-004 .panel-top {
    background-color: var(--pm-color-100) !important;
  }
  /*! Element BG */
  .bg-01 {
    background-color: var(--cm-gray-100) !important;
  }
  /*! Fontface :Pretendard(2025) */
  body {
    font: 1rem/1  'Pretendard','.SFNSText-Regular','San Francisco','Segoe UI','Helvetica Neue','Lucida Grande',sans-serif;
    color: var(--cm-gray-900);
    letter-spacing: -.03rem;
    font-weight: 400;
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
  }
  @font-face {
    font-family: Pretendard;
    font-weight: 400;
    font-display: auto;
    font-style: normal;
    src: url(fonts/Pretendard-Regular.woff2) format("woff2"), url(fonts/Pretendard-Regular.woff) format("woff"), url(fonts/Pretendard-Regular.otf) format("opentype");
  }
  @font-face {
    font-family: Pretendard;
    font-weight: 500;
    font-display: auto;
    font-style: normal;
    src: url(fonts/Pretendard-Medium.woff2) format("woff2"), url(fonts/Pretendard-Medium.woff) format("woff"), url(fonts/Pretendard-Medium.otf) format("opentype");
  }
  @font-face {
    font-family: Pretendard;
    font-weight: 600;
    font-display: auto;
    font-style: normal;
    src: url(fonts/Pretendard-SemiBold.woff2) format("woff2"), url(fonts/Pretendard-SemiBold.woff) format("woff"), url(fonts/Pretendard-SemiBold.otf) format("opentype");
  }
  @font-face {
    font-family: Pretendard;
    font-weight: 700;
    font-display: auto;
    font-style: normal;
    src: url(fonts/Pretendard-Bold.woff2) format("woff2"), url(fonts/Pretendard-Bold.woff) format("woff"), url(fonts/Pretendard-Bold.otf) format("opentype");
  }
  body *:not(.fa) {
    font-family: 'Pretendard','.SFNSText-Regular','San Francisco','Segoe UI','Helvetica Neue','Lucida Grande',sans-serif !important;
  }
  .wrapper {
    min-width: auto;
    width: 100%;
  }
  .wrapper .login-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.4375rem 1.875rem;
  }
  .wrapper .login-wrap .login-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .wrapper .login-wrap .login-inner .login-form {
    width: 100%;
  }
  .wrapper .login-wrap .login-inner .login-form .title {
    width: 100%;
    height: 106px;
    margin: 34px 0 0;
    text-align: center;
    background: url(../img/logo_ROCK_wh.svg) no-repeat 50% / 120px auto;
  }
  

  .wrapper .login-wrap .login-inner .login-form .form-icon.sch-cmps {
    margin-top: 34px;
  }
  .wrapper .login-wrap .login-inner .login-form .form-icon .form-control {
    /*border:none;*/
  }
  .wrapper .login-wrap .login-inner .login-form .form-icon .form-control .f-label {
    height: 0;
  }
  .wrapper .login-wrap .login-inner .login-form .form-icon .form-control:focus, .wrapper .login-wrap .login-inner .login-form .form-icon .form-control.acitve, .wrapper .login-wrap .login-inner .login-form .form-icon .form-control.valued, .wrapper .login-wrap .login-inner .login-form .form-icon .form-control:has(input:focus) {
    border-color: var(--cm-gray-900);
  }
  .wrapper .login-wrap .login-inner .login-form .form-icon .form-control input[type='search'] {
    /*border-color:var(--dk-cm-gray-300);*/
    background-color: var(--cm-gray-150);
  }
  .wrapper .login-wrap .login-inner .login-form .form-icon .form-control input[type='search']:focus, .wrapper .login-wrap .login-inner .login-form .form-icon .form-control input[type='search'].acitve, .wrapper .login-wrap .login-inner .login-form .form-icon .form-control input[type='search'].valued {
    background-color: var(--cm-gray-000);
    color: var(--cm-gray-900);
  }
  .wrapper .login-wrap .login-footer {
    display: none;
  }
  .wrapper .langselect {
    /*! 20241030 언어 선택 */
    position: relative;
    padding-top: 80px;
  }
  .wrapper .lang-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper .lang-btn li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wrapper .lang-btn li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 33px;
    font-size: 14px;
    font-weight: 500;
    color: var(--cm-gray-900);
    background-color: var(--cm-gray-150);
    border: 0.0625rem solid var(--cm-gray-150);
  }
  .wrapper .lang-btn li > a.active {
    color: var(--pm-color-600);
    font-weight: 600;
    border: 1px solid var(--pm-color-600);
    background-color: var(--cm-gray-000);
  }
  .wrapper .lang-btn li:first-child > a {
    border-radius: 100px 0 0 100px;
  }
  .wrapper .lang-btn li:last-child > a {
    border-radius: 0 100px 100px 0;
  }
  .wrapper .college-search_result {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11px;
  }
  .wrapper .college-search_result li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--cm-gray-900);
  }
  .wrapper .college-search_result li a span.point-color {
    color: var(--sc-color-400);
    margin-right: 3px;
  }
  .wrapper .college-search_result li:hover > a {
    font-weight: 700;
  }
  body.temaDark {
    background-color: var(--cm-gray-999);
  }
  body.temaDark .wrapper .login-wrap .lang-btn li > a {
    color: var(--bg-color-000);
    background-color: var(--dk-cm-gray-150);
    border: none;
  }
  body.temaDark .wrapper .login-wrap .lang-btn li > a.active {
    color: var(--dk-pm-color-900);
    background-color: var(--dk-cm-gray-400);
  }
  body.temaDark .wrapper .login-wrap .login-inner .login-form .title {
    background: url(../img/logo_ROCK2_dk.svg) no-repeat 50%;
  }
  body.temaDark .wrapper .login-wrap .login-inner .login-form .title.DDUV_type {
    background: url(../img/logo_DDUV_dk.svg) no-repeat 50%/contain;
  }
  body.temaDark .wrapper .login-wrap .login-inner .login-form .title.USUV_type {
    background: url(../img/logo_USUV_dk.svg) no-repeat 50%/contain;
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control {
    background-color: var(--cm-gray-999);
    border-color: var(--dk-cm-gray-400);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control:focus, body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control.acitve, body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control.valued, body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control:has(input:focus) {
    border-color: var(--cm-gray-200);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input {
    color: var(--cm-gray-200);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input::-webkit-input-placeholder {
    color: var(--cm-gray-600);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input:-ms-input-placeholder {
    color: var(--cm-gray-600);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input::-ms-input-placeholder {
    color: var(--cm-gray-600);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input::placeholder {
    color: var(--cm-gray-600);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input:-webkit-autofill {
    -webkit-text-fill-color: var(--btn-color-002);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input[type='search'] {
    /*border-color:var(--dk-cm-gray-500);*/
    background-color: var(--dk-cm-gray-150);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input[type='search']:focus, body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input[type='search'].acitve, body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input[type='search'].valued {
    background-color: var(--cm-gray-900);
    color: var(--cm-gray-200);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control input[type='search']::-webkit-search-cancel-button {
    background-image: url(../img/icon_cir_close_dk_n01.svg);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .form-control button {
    background-image: url(../img/icon_search_dk_n01.svg);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .college-search_result li a {
    color: var(--cm-gray-200);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .college-search_result li a span {
    color: var(--cm-gray-200);
  }
  body.temaDark .wrapper .login-wrap .login-inner .form-icon .college-search_result li:hover {
    background-color: var(--dk-cm-gray-150);
  }
  body.temaDark .wrapper .login-wrap .login-inner > dd {
    background-color: var(--cm-gray-999);
  }
}
/*# sourceMappingURL=login.css.map */