@charset "UTF-8";
@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate(-75%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
} 
@keyframes arrowBack {
  0% {
    opacity: 0;
    transform: translate(75%, 50%) rotate(180deb);
  }
  100% {
    opacity: 1;
    transform: translate(0, 50%) rotate(180deb);
  }
}
@keyframes wave {
  0% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes showUnderline {
  0% {
    opacity: 1;
    transform: translate(-50%, 100%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 100%) scale(1);
  }
}
@keyframes showUp {
  0% {
    opacity: 0;
    transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes checkUp {
  0% {
    opacity: 0;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes sending {
  0% {
    width: 0%;
  }
  20% {
    width: 20%;
  }
  40% {
    width: 40%;
  }
  60% {
    width: 60%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
h2:nth-child(1) {
  animation-delay: 100ms;
}

h2:nth-child(2) {
  animation-delay: 200ms;
}

h2:nth-child(3) {
  animation-delay: 300ms;
}

h2:nth-child(4) {
  animation-delay: 400ms;
}

h2:nth-child(5) {
  animation-delay: 500ms;
}

h2:nth-child(6) {
  animation-delay: 600ms;
}

h2:nth-child(7) {
  animation-delay: 700ms;
}

h2:nth-child(8) {
  animation-delay: 800ms;
}

h2:nth-child(9) {
  animation-delay: 900ms;
}

h2:nth-child(10) {
  animation-delay: 1000ms;
}

h2:nth-child(11) {
  animation-delay: 1100ms;
}

h2:nth-child(12) {
  animation-delay: 1200ms;
}

h2:nth-child(13) {
  animation-delay: 1300ms;
}

h2:nth-child(14) {
  animation-delay: 1400ms;
}

h2:nth-child(15) {
  animation-delay: 1500ms;
}

h2:nth-child(16) {
  animation-delay: 1600ms;
}

h2:nth-child(17) {
  animation-delay: 1700ms;
}

h2:nth-child(18) {
  animation-delay: 1800ms;
}

h2:nth-child(19) {
  animation-delay: 1900ms;
}

h2:nth-child(20) {
  animation-delay: 2000ms;
}

h2:nth-child(21) {
  animation-delay: 2100ms;
}

h2:nth-child(22) {
  animation-delay: 2200ms;
}

h2:nth-child(23) {
  animation-delay: 2300ms;
}

h2:nth-child(24) {
  animation-delay: 2400ms;
}

h2:nth-child(25) {
  animation-delay: 2500ms;
}

h2:nth-child(26) {
  animation-delay: 2600ms;
}

h2:nth-child(27) {
  animation-delay: 2700ms;
}

h2:nth-child(28) {
  animation-delay: 2800ms;
}

h2:nth-child(29) {
  animation-delay: 2900ms;
}

h2:nth-child(30) {
  animation-delay: 3000ms;
}

h2:nth-child(31) {
  animation-delay: 3100ms;
}

h2:nth-child(32) {
  animation-delay: 3200ms;
}

h2:nth-child(33) {
  animation-delay: 3300ms;
}

h2:nth-child(34) {
  animation-delay: 3400ms;
}

h2:nth-child(35) {
  animation-delay: 3500ms;
}

h2:nth-child(36) {
  animation-delay: 3600ms;
}

h2:nth-child(37) {
  animation-delay: 3700ms;
}

h2:nth-child(38) {
  animation-delay: 3800ms;
}

h2:nth-child(39) {
  animation-delay: 3900ms;
}

h2:nth-child(40) {
  animation-delay: 4000ms;
}

h2:nth-child(41) {
  animation-delay: 4100ms;
}

h2:nth-child(42) {
  animation-delay: 4200ms;
}

h2:nth-child(43) {
  animation-delay: 4300ms;
}

h2:nth-child(44) {
  animation-delay: 4400ms;
}

h2:nth-child(45) {
  animation-delay: 4500ms;
}

h2:nth-child(46) {
  animation-delay: 4600ms;
}

h2:nth-child(47) {
  animation-delay: 4700ms;
}

h2:nth-child(48) {
  animation-delay: 4800ms;
}

h2:nth-child(49) {
  animation-delay: 4900ms;
}

h2:nth-child(50) {
  animation-delay: 5000ms;
}

h2:nth-child(51) {
  animation-delay: 5100ms;
}

h2:nth-child(52) {
  animation-delay: 5200ms;
}

h2:nth-child(53) {
  animation-delay: 5300ms;
}

h2:nth-child(54) {
  animation-delay: 5400ms;
}

h2:nth-child(55) {
  animation-delay: 5500ms;
}

h2:nth-child(56) {
  animation-delay: 5600ms;
}

h2:nth-child(57) {
  animation-delay: 5700ms;
}

h2:nth-child(58) {
  animation-delay: 5800ms;
}

h2:nth-child(59) {
  animation-delay: 5900ms;
}

h2:nth-child(60) {
  animation-delay: 6000ms;
}

h2:nth-child(61) {
  animation-delay: 6100ms;
}

h2:nth-child(62) {
  animation-delay: 6200ms;
}

h2:nth-child(63) {
  animation-delay: 6300ms;
}

h2:nth-child(64) {
  animation-delay: 6400ms;
}

h2:nth-child(65) {
  animation-delay: 6500ms;
}

h2:nth-child(66) {
  animation-delay: 6600ms;
}

h2:nth-child(67) {
  animation-delay: 6700ms;
}

h2:nth-child(68) {
  animation-delay: 6800ms;
}

h2:nth-child(69) {
  animation-delay: 6900ms;
}

h2:nth-child(70) {
  animation-delay: 7000ms;
}

h2:nth-child(71) {
  animation-delay: 7100ms;
}

h2:nth-child(72) {
  animation-delay: 7200ms;
}

h2:nth-child(73) {
  animation-delay: 7300ms;
}

h2:nth-child(74) {
  animation-delay: 7400ms;
}

h2:nth-child(75) {
  animation-delay: 7500ms;
}

h2:nth-child(76) {
  animation-delay: 7600ms;
}

h2:nth-child(77) {
  animation-delay: 7700ms;
}

h2:nth-child(78) {
  animation-delay: 7800ms;
}

h2:nth-child(79) {
  animation-delay: 7900ms;
}

h2:nth-child(80) {
  animation-delay: 8000ms;
}

h2:nth-child(81) {
  animation-delay: 8100ms;
}

h2:nth-child(82) {
  animation-delay: 8200ms;
}

h2:nth-child(83) {
  animation-delay: 8300ms;
}

h2:nth-child(84) {
  animation-delay: 8400ms;
}

h2:nth-child(85) {
  animation-delay: 8500ms;
}

h2:nth-child(86) {
  animation-delay: 8600ms;
}

h2:nth-child(87) {
  animation-delay: 8700ms;
}

h2:nth-child(88) {
  animation-delay: 8800ms;
}

h2:nth-child(89) {
  animation-delay: 8900ms;
}

h2:nth-child(90) {
  animation-delay: 9000ms;
}

h2:nth-child(91) {
  animation-delay: 9100ms;
}

h2:nth-child(92) {
  animation-delay: 9200ms;
}

h2:nth-child(93) {
  animation-delay: 9300ms;
}

h2:nth-child(94) {
  animation-delay: 9400ms;
}

h2:nth-child(95) {
  animation-delay: 9500ms;
}

h2:nth-child(96) {
  animation-delay: 9600ms;
}

h2:nth-child(97) {
  animation-delay: 9700ms;
}

h2:nth-child(98) {
  animation-delay: 9800ms;
}

h2:nth-child(99) {
  animation-delay: 9900ms;
}

h2:nth-child(100) {
  animation-delay: 10000ms;
}

* {
  color: #25262B;
}

header {
  position: fixed;
  height: 115px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(158, 162, 180, 0.39);
}
header .util {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  font-size: 0.867rem;
  justify-content: end;
  padding-top: 8px;
}
header .util > ul {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
}
header .util > ul > li {
  display: flex;
  align-items: center;
}
header .util > ul > li.dropdown > button {
  padding: 0;
}
header .util > ul > li.dropdown > button.login::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #25262B;
  mask-size: auto;
  -webkit-mask-size: auto;
  mask-image: url("/img/common/ico-util-arrow.svg");
  -webkit-mask-image: url("/img/common/ico-util-arrow.svg");
}
header .util > ul > li.dropdown.login > button.login::after {
  display: none;
}
header .util > ul > li.dropdown > .dropdown-menu {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #142456;
  top: calc(100% + 10px);
  margin-top: 10px !important;
}
header .util > ul > li.dropdown > .dropdown-menu a:active {
  background-color: #e3eefd;
  color: inherit;
}
.login-box {
  padding: 0;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  right: 0;
  z-index: 1000;
  margin-top: 0 !important;
}
.login-box h1 {
  position: static;
  transform: translate(0, 0);
  height: 28px;
  margin-bottom: 4rem;
}
.login-box h1 a {
  background-position: 0 50%;
}
.login-box .login-gubun {
  display: none;
}
.login-box .login-gubun.active {
  display: block;
}
.login-box p.guide {
  font-size: 0.9333rem;
}
.login-box p.guide::before {
  content: "*";
}
.login-box .btn-wrap .btn {
  flex: 1 1 auto;
}
.login-box .checkbox-group {
  flex-wrap: wrap;
}
.login-box .checkbox-group.one-group {
  flex-wrap: nowrap;
}
.login-box .checkbox-group.one-group > .form-check {
  flex: 1 1 0;
}
.login-box .checkbox-group.one-group > .form-check .form-check-label::after {
  display: none;
}
.login-box .row *[class*=col-] .flex-box > * {
  flex: 1 1 auto;
}
.login-box .row *[class*=col-] .flex-box > *.wave {
  flex: 0 0 1em;
}
.login-box.active {
  display: block;
}
.login-box > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  margin-bottom: 2.333rem;
}
.login-box > div:first-child img {
  width: 87px;
}
.login-box > div:first-child img + p {
  display: flex;
  align-items: center;
  gap: 0.667rem;
  font-size: 1.2rem;
  color: #25262B;
  margin-left: 0.667rem;
}
.login-box > div:first-child img + p::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #25262B;
  opacity: 0.25;
}
.login-box .form-label {
  font-weight: 600;
}
.login-box .form-select,
.login-box .form-control,
.login-box span.wave,
.login-box .btn {
  font-size: 1.067rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  height: auto;
}
.login-box .form-select:focus,
.login-box .form-control:focus,
.login-box span.wave:focus,
.login-box .btn:focus {
  border-bottom-width: 1px;
}
.login-box span.wave {
  width: 100%;
  text-align: center;
  margin: 0;
}
.login-box > .btn {
  width: 100%;
}
.login-box > .flex-box a {
  font-size: 0.933rem;
}

header .util > ul > li.dropdown.notification > button::after {
  display: none;
}
header .util > ul > li.dropdown.notification .dropdown-menu {
  width: 320px;
}
header .util > ul > li.dropdown.notification .dropdown-menu > li + li {
  border-top: 1px solid rgba(236, 239, 243, 0.8);
}
header .util > ul > li.dropdown.notification .dropdown-menu > li a {
  display: block;
  white-space: normal;
  text-align: left;
  padding: 1.2em 1.5em 1em 1.5rem;
}
header .util > ul > li.dropdown.notification .dropdown-menu > li a p {
  font-size: 1rem;
}
header .util > ul > li.dropdown.notification .dropdown-menu > li a span {
  font-size: 0.9333rem;
  margin-top: 0.6em;
}
header .util > ul > li.dropdown > ul {
  text-align: right;
  min-width: auto;
}
header .util > ul > li.dropdown > ul > li > a {
  font-size: 0.933rem;
}
header .util > ul > li > a, header .util > ul > li > button {
  position: relative;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  gap: 0.5em;
}
header .util > ul > li > a::before, header .util > ul > li > button::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #25262B;
}
header .util > ul > li > a.search, header .util > ul > li > button.search {
  display: inline-flex;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
header .util > ul > li > a.search::before, header .util > ul > li > button.search::before {
  mask-size: 93% 93%;
  mask-image: url("/img/common/ico-search-white.svg");
  -webkit-mask-image: url("/img/common/ico-search-white.svg");
}
header .util > ul > li > a.user::before, header .util > ul > li > button.user::before {
  mask-image: url("/img/common/ico-user.svg");
  -webkit-mask-image: url("/img/common/ico-user.svg");
}
header .util > ul > li > a.sign::before, header .util > ul > li > button.sign::before {
  mask-image: url("/img/common/ico-signup.svg");
  -webkit-mask-image: url("/img/common/ico-signup.svg");
}
header .util > ul > li > a.login::before, header .util > ul > li > button.login::before {
  mask-image: url("/img/common/ico-login.svg");
  -webkit-mask-image: url("/img/common/ico-login.svg");
}
header .util > ul > li > a.logout::before, header .util > ul > li > button.logout::before {
  mask-image: url("/img/common/ico-logout.svg");
  -webkit-mask-image: url("/img/common/ico-logout.svg");
}
header .util > ul > li > a.notification::before, header .util > ul > li > button.notification::before {
  mask-image: url("/img/common/ico-noti.svg");
  -webkit-mask-image: url("/img/common/ico-noti.svg");
}
.indicator {
  left: 1.2rem;
  right: auto;
  bottom: auto;
  transform: translate(-50%, calc(-50% + 2px));
}

.indicator {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  background-color: #FFA448;
  border: 4px solid #fff;
}

*.new .indicator,
*.active .indicator {
  display: block;
}

h1 {
  display: block;
  width: 165px;
  height: 83px;
  position: absolute;
  z-index: 30;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
h1 > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/common/logo.svg") 50% 50%/contain no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

#gnb {
  flex: 1 1 0;
  padding-top: 12px;
  position: relative;
}
#gnb > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: end;
  gap: 3vw;
  /*&>li:first-child>a::before {
      content: "";
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      margin-top: -1px;
      @include mask-bg-center;
      mask-image: url($path + 'common/ico-search.svg');
      -webkit-mask-image: url($path + 'common/ico-search.svg');
      background-color: $color-primary;
  }*/
}
#gnb > ul > li:first-child::before {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
}
#gnb > ul > li > a {
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.867em;
}
#gnb .btn-menu {
  position: absolute;
  top: 19%;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 1.75px;
  align-items: flex-start;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#gnb .btn-menu::before, #gnb .btn-menu::after,
#gnb .btn-menu span {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background-color: #14498e;
}
#gnb .btn-menu span {
  width: 14px;
  background-color: #25262B;
}

nav.mega-menu {
  background-color: #fff;
  max-height: calc(100vh - 115px);
  overflow-y: auto;
  position: fixed;
  z-index: 999;
  top: 115px;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
  padding: 60px 100px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
nav.mega-menu.active {
  opacity: 1;
  transform: translate(0, 0);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
}
nav.mega-menu > ul {
  display: flex;
  gap: 90px;
  justify-content: end;
}
nav.mega-menu > ul a {
  display: block;
}
nav.mega-menu > ul > li > dl dt {
  margin-bottom: 2.333em;
}
nav.mega-menu > ul > li > dl dt > a {
  font-size: 1.733rem;
  font-weight: 800;
}
nav.mega-menu > ul > li > dl dd {
  margin-bottom: 1.2em;
}
nav.mega-menu > ul > li > dl dd > a {
  font-size: 1.067rem;
  font-weight: 600;
}
nav.mega-menu > ul > li > dl dd > a.has-children::after {
  content: "+";
  font-size: 0.933rem;
  font-weight: 200;
  margin-left: 0.75em;
}
nav.mega-menu > ul > li > dl dd > a.has-children.active::after {
  content: "-";
}
nav.mega-menu > ul > li > dl dd ul {
  margin-left: 0.2em;
  position: relative;
  overflow: hidden;
  max-height: 0;
  position: relative;
  margin-top: 0em;
  height: auto;
  transition: all 0s;
}
nav.mega-menu > ul > li > dl dd ul li {
  margin-top: 0.76em;
  margin-bottom: 0.6em;
}
nav.mega-menu > ul > li > dl dd ul li a {
  font-size: 0.933rem;
}
nav.mega-menu > ul > li > dl dd a.active + ul {
  max-height: 1000px;
  margin-top: 0.25em;
  transition: all 0.25s;
}

.search-panel {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  transform: translate(0, -100%);
  left: 0;
  right: 0;
  z-index: 1500;
  background-color: #142456;
  transition: all 0.3s ease-in-out;
  padding-left: 50px;
  padding-right: 50px;
}
.search-panel.active {
  transform: translate(0, 0);
}
.search-panel.sm > .inner .form-control > input {
  font-size: 1.3333rem;
}
.search-panel.tiny > .inner .form-control {
  height: 3em;
  border-bottom-width: 2px;
}
.search-panel.tiny > .inner .form-control > input {
  font-size: 1rem;
  font-weight: 400;
}
.search-panel.tiny > .inner .form-control > button {
  mask-size: 1rem auto;
}
.search-panel > .inner {
  width: 860px;
  max-width: 100%;
  height: 500px;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search-panel > .inner .form-control {
  height: 4.9em;
  border: none;
  border-bottom: 4px solid #fff;
  border-radius: 0;
  padding: 0;
  display: flex;
  background-color: transparent;
  transition: all 0.1s;
}
.search-panel > .inner .form-control:hover, .search-panel > .inner .form-control:focus-within {
  width: 104%;
  border-color: #fff !important;
  background-color: transparent;
}
.search-panel > .inner .form-control > input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0 0 0 0.833em;
}
.search-panel > .inner .form-control > input::placeholder {
  font-weight: 400;
  color: rgba(185, 204, 225, 0.5);
}
.search-panel > .inner .form-control > button {
  flex: 1 1 70px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/common/ico-search-white.svg");
  -webkit-mask-image: url("/img/common/ico-search-white.svg");
  mask-size: 24px auto;
  -webkit-mask-size: 24px auto;
  background-color: #fff;
}
.search-panel > .inner ul {
  display: flex;
  max-height: 1.6em;
  overflow: hidden;
  flex-wrap: wrap;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  justify-content: start;
  margin-top: 2em;
  padding: 0 1.6em;
  gap: 20px;
}
.search-panel > .inner ul.submit-list {
  margin-top: 0;
  gap: 1rem;
}
.search-panel > .inner ul li {
  display: inline-flex;
  align-items: center;
  font-size: 1.067rem;
  color: #fff;
}
.search-panel > .inner ul li:first-child {
  margin-right: 10px;
}
.search-panel > .inner ul li button {
  color: rgba(255, 255, 225, 0.5);
  background-color: transparent !important;
}
.search-panel > .inner ul li button:first-child:hover {
  color: rgba(255, 255, 225, 0.8);
}
.search-panel > .inner ul li button.btn-remove {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  opacity: 0.5;
  transition: all 0.1s;
}
.search-panel > .inner ul li button.btn-remove::before, .search-panel > .inner ul li button.btn-remove::after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-panel > .inner ul li button.btn-remove::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.search-panel > .inner ul li button.btn-remove:hover {
  transform: rotate(90deg);
}
.search-panel > .btn-remove {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50px;
  right: 50px;
}
.search-panel > .btn-remove::before, .search-panel > .btn-remove::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #25262B;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-panel > .btn-remove::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.search-panel.submitto {
  position: static;
  background-color: transparent;
  align-items: start;
  padding: 0 !important;
  transform: translate(0, 0) !important;
}
.search-panel.submitto > .inner {
  width: 100%;
}
.search-panel.submitto > .inner .form-control {
  border: 1px solid #25262B;
  border-radius: 0.5333rem;
  height: 4.2667rem;
  flex-wrap: wrap;
}
.search-panel.submitto > .inner .form-control.active {
  height: auto;
}
.search-panel.submitto > .inner .form-control:hover, .search-panel.submitto > .inner .form-control:focus, .search-panel.submitto > .inner .form-control:focus-within {
  width: 100% !important;
  border: 1px solid #25262B !important;
}
.search-panel.submitto > .inner .form-control input {
  flex: 0 0 calc(100% - 3em);
  font-size: 1.2em;
  padding: 0.9em 1.2em;
  color: #25262B;
}
.search-panel.submitto > .inner .form-control > button {
  flex: 1 1 auto;
  background-color: #142456;
}
ul.submit-list {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  opacity: 0;
  margin-top: 2px !important;
  position: relative;
  flex: 0 0 100%;
  display: flex;
  gap: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
  transition: all 0.4s ease-in-out;
}
ul.submit-list.border {
  border: 1px solid #142456 !important;
  padding: 2rem;
  border-radius: 0.5333rem;
}
ul.submit-list.border::before {
  display: none;
}
ul.submit-list.active {
  opacity: 1;
  padding: 1.5em 1.8em !important;
  max-height: 2000px;
}
ul.submit-list > li {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
ul.submit-list > li.btn-wrap {
  border-top: 1px solid #F2F4FA;
  padding-top: 1rem;
}
ul.submit-list > li > button {
  display: flex;
  gap: 0.9em;
  align-items: center;
  color: #25262B !important;
  text-indent: 0;
  font-size: 1.0667rem;
  padding: 0 0;
}
ul.submit-list > li > button::before {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  content: "";
  display: block;
  flex: 0 0 1em;
  height: 1em;
  mask-image: url("/img/contents/ico-checkbox-checked.svg");
  background-color: #d6dee3;
}
ul.submit-list > li > button.active {
  font-weight: 600;
  color: #142456;
}
ul.submit-list > li > button.active::before, ul.submit-list > li > button:active::before {
  background-color: #142456;
}
ul.submit-list > li > button span {
  font-weight: 400;
  color: #99A4AB;
}
ul.submit-list::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 1px solid #A9B2B8;
}

.search-panel.submitto > .inner {
  height: auto;
}

#container {
  margin-top: 115px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#contents {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 1400px;
  max-width: 100%;
}
#contents.full {
  width: 100%;
  flex-wrap: nowrap;
}
#contents.dm {
  flex-wrap: nowrap;
}
#contents.dm .complete-box {
  padding-left: 50px;
  padding-right: 50px;
}
#contents.dm #left {
  display: flex;
  padding: 0;
  overflow: hidden;
  direction: ltr;
}
#contents.dm #left > div.item {
  flex: 0 0 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 50px;
  padding-right: 40px;
  height: calc(100vh - 115px);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 1.3333rem;
  justify-content: flex-start;
}
#contents.dm #left > div.item > .status {
  font-size: 0.9333rem;
  margin-top: 2rem;
}
#contents.dm #left > div.item h5 {
  margin-top: 1.7em;
  gap: 0.8em;
  padding-left: 50px;
  padding-right: 40px;
}
#contents.dm #left > div.item h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A9B2B8;
}
#contents.dm #left > div.item .flex-box {
  gap: 0.5em;
  flex-wrap: wrap;
}
#contents.dm #left > div.item .flex-box .btn-text {
  font-size: 0.8667rem;
  padding: 0;
}
#contents.dm #left > div.item .flex-box .btn-text:hover {
  text-decoration: underline;
}
#contents.dm #left h3 {
  display: flex;
  gap: 0.4em;
  justify-content: space-between;
}
#contents.dm #left h3 .btn {
  font-size: 0.9333rem;
  text-decoration: underline;
}
#contents.dm #left .scroll-area {
  flex: 1 1 auto;
  overflow-y: auto;
  margin-right: -40px;
  margin-left: -50px;
  direction: rtl;
}
#contents.dm #left .bottom {
  margin-top: auto;
  align-items: center;
  flex: 0 0 2rem;
  display: flex;
}
#contents.dm #left .bottom .flex-box {
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
}
#contents.dm #left .bottom .flex-box .btn {
  font-size: 0.9333rem;
  white-space: normal;
  word-break: keep-all;
  justify-content: flex-start;
  text-align: left;
}
#contents.center {
  width: 1400px;
  max-width: 100%;
  justify-content: center;
}
#contents.center > .inner {
  border-left: none;
  width: 100%;
}
#contents > .inner {
  min-height: calc(100vh - 115px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
#contents #left,
#contents #right {
  position: sticky;
  z-index: 2;
  display: block;
  height: calc(100vh - 115px);
  max-height: calc(100vh - 115px);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
  word-break: break-all;
  top: 115px;
  left: 0;
  flex: 0 0 400px;
  border-right: 1px solid rgba(158, 162, 180, 0.23);
  background-color: #fff;
}
#contents #left h2,
#contents #left h3,
#contents #right h2,
#contents #right h3 {
  margin-bottom: 5rem;
}
#contents #left h5,
#contents #right h5 {
  font-weight: 600;
  margin-bottom: 0.6667em;
}
#contents #left .banner,
#contents #right .banner {
  margin-top: 5rem;
}
#contents #left {
  overflow-y: auto;
  direction: rtl;
  padding-left: 40px;
}
#contents #left * {
  direction: ltr;
}
#contents #right {
  padding: 0;
  left: auto;
  right: 0;
  box-sizing: border-box;
  border-right: none;
  border-left: 1px solid rgba(158, 162, 180, 0.23);
  margin-right: 0;
  background-color: #fefdfd;
}
#contents #right.flex-box {
  display: flex;
  flex-direction: column;
}
#contents #right.flex-box > .box.service {
  border-top: 1px solid #B9CCE1;
}
#contents #right.flex-box > .box.service .scroll-area {
  overflow-y: auto;
  padding: 40px 50px 50px 50px;
}
.total {
  flex: 0 0 auto;
  border-top: 1px solid #d3d6da;
  padding: 2rem 2rem;
  background-color: #fefdfd;
  position: relative;
  z-index: 1;
}
.total.type2 {
  padding: 0;
  background-color: transparent;
  border: none;
}
.total.type2 .flex-box {
  font-size: 1.7333rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #A9B2B8;
}
.total.type2 .flex-box .unit-won {
  color: #EC8F30;
}
.total.type2 .flex-box .unit-won em:first-child {
  margin-right: 0.5em;
}
.total.type2 .flex-box .unit-won em:last-child {
  color: #EC8F30;
}
.total > *:first-child {
  font-size: 1.0667rem;
  color: #25262B;
}
.total .unit-won {
  font-size: 1.8rem;
  color: #142456;
  font-weight: 600;
}

#contents #right.flex-box > .box.service .warning {
  font-size: 0.9333rem;
}
ul.selected {
  display: flex;
  gap: 0.6667rem;
  flex-wrap: wrap;
}
ul.selected li.tag {
  padding: 0.7rem 1.2rem 0.6rem 1.2rem;
}

#contents #left ~ *[class*=btn-fold-left],
#contents #right ~ *[class*=btn-fold-right] {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .btn-go {
  white-space: normal;
}
#contents.service-apply > .inner {
  position: relative;
  height: calc(100vh - 115px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30rem;
}
#contents.service-apply > .inner .toast-msg.active > div {
  padding: 2rem;
}
#contents.service-apply > .inner .btn-wrap.determine.bottom {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  bottom: 0;
}

#contents.dm #left ~ *[class*=btn-fold-left],
#contents.dm #left ~ *[class*=btn-fold-right] {
  display: none !important;
}

.tag {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.4rem 0.8rem 0.3rem 0.8rem;
  font-size: 0.9333rem;
  font-weight: 600;
  color: #142456;
  border-radius: 100px;
  border: 1px solid #dbdcde;
}
.tag.less-radius {
  border-color: #142456;
  color: #142456;
  border-radius: 0.3rem;
  padding: 0.4rem 1rem 0.3rem;
}
.tag .btn-close {
  width: 0.64em;
  height: 0.64em;
}

*[class*=unit-]::after {
  content: attr(data-comment);
  font-size: 0.84em;
  margin-left: 0.4em;
}

*[data-inactive=true] {
  opacity: 0.6 !important;
}

.unit-won::after {
  content: "원";
}

.unit-million-won::after {
  content: "백만원";
}

.unit-people::after {
  content: "명";
}

.unit-percent::after {
  content: "%";
}

.unit-ea::after {
  content: "EA";
}

a.emphasis,
strong.emphasis {
  font-weight: 800;
  color: #EC8F30;
}

.warning {
  display: flex;
  gap: 0.5em;
  justify-content: flex-start;
  color: #EC8F30;
  font-weight: 600;
}
.warning.t-ctr {
  justify-content: center;
}
.warning.t-rgt {
  justify-content: right;
}
.warning::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.24em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-warning.svg");
  -webkit-mask-image: url("/img/contents/ico-warning.svg");
  background-color: #FFA448;
}
.warning.check {
  color: #14498e;
}
.warning.check::before {
  mask-image: url("/img/contents/ico-chk-circle.svg");
  -webkit-mask-image: url("/img/contents/ico-chk-circle.svg");
  background-color: #14498e;
}
.warning.check.disabled {
  color: #99A4AB;
}
.warning.check.disabled::before {
  background-color: #99A4AB;
}

a.check,
span.check {
  width: 18px;
  height: 18px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-chk-circle.svg");
  -webkit-mask-image: url("/img/contents/ico-chk-circle.svg");
  background-color: #14498e;
}

#contents > .inner.chat-room {
  padding: 0;
}

#chatbot,
.chat-room {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  overflow: visible;
}
#chatbot .btn-chatbot,
.chat-room .btn-chatbot {
  position: relative;
  width: 6.6667rem;
  height: 6.6667rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(-100% - 50px), calc(-100% - 50px));
  display: none;
  background-color: #fff;
  border-radius: 50%;
}
#chatbot .btn-chatbot::before,
.chat-room .btn-chatbot::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mask-image: url("/img/contents/ico-chatbot.svg");
  background-color: #142456;
  mask-size: 50% auto;
  mask-position: 50% 0.9333rem;
  transform: translate(0, 0);
}
#chatbot .btn-chatbot:active,
.chat-room .btn-chatbot:active {
  background-color: #e3eefd;
}
#chatbot .btn-chatbot button,
.chat-room .btn-chatbot button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0.8rem;
  color: #142456;
  border: 2px solid #142456;
  border-radius: 50%;
  padding-top: 50%;
}
#chatbot .btn-chatbot button:hover,
.chat-room .btn-chatbot button:hover {
  border-width: 3px;
}
#chatbot .search-panel.submitto > .inner .form-control,
.chat-room .search-panel.submitto > .inner .form-control {
  padding: 0;
  height: 2.4rem;
}
#chatbot .search-panel.submitto > .inner .form-control input,
.chat-room .search-panel.submitto > .inner .form-control input {
  font-size: 0.8667rem;
}
#chatbot .search-panel.submitto > .inner .form-control.active,
.chat-room .search-panel.submitto > .inner .form-control.active {
  height: auto;
}
#chatbot .search-panel.submitto > .inner > ul > li > button,
.chat-room .search-panel.submitto > .inner > ul > li > button {
  gap: 0.5em;
}
#chatbot .search-panel.submitto ul.submit-list.active,
.chat-room .search-panel.submitto ul.submit-list.active {
  padding: 1rem 1.2rem !important;
}
#chatbot .search-panel.submitto ul.submit-list > li > button,
.chat-room .search-panel.submitto ul.submit-list > li > button {
  font-size: 0.8667rem;
}
#chatbot span.date,
.chat-room span.date {
  font-size: 0.8667rem;
  background-color: #F2F4FA;
  padding: 0.6em 1.2em;
  border-radius: 100px;
  margin-top: 2rem;
}
#chatbot.disabled,
.chat-room.disabled {
  position: absolute;
  top: 100%;
}
#chatbot.disabled .btn-chatbot,
.chat-room.disabled .btn-chatbot {
  display: block;
}
#chatbot#chatbot .receive-box .user::before,
.chat-room#chatbot .receive-box .user::before {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-chatbot.svg");
  mask-size: contain;
  mask-position: 50% calc(50% + 1px);
}
#chatbot#chatbot .send-box .user,
.chat-room#chatbot .send-box .user {
  justify-content: flex-end;
}
#chatbot header,
#chatbot footer,
.chat-room header,
.chat-room footer {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  flex: 0 0 64px;
  background-color: #F0F2FA;
}
#chatbot header,
.chat-room header {
  flex-direction: row;
  border-bottom: none;
}
#chatbot header img,
.chat-room header img {
  width: 104px;
}
#chatbot header .btn-more,
#chatbot header .btn-close,
.chat-room header .btn-more,
.chat-room header .btn-close {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: block;
  width: 1rem;
  height: 1rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/common/ico-carousel-arrow.svg");
  background-color: #142456;
  background-color: #000;
  transform: rotate(-90deg);
}
#chatbot header .btn-more,
.chat-room header .btn-more {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(0deg);
  mask-image: url("/img/contents/ico-more.svg");
  background-color: #25262B;
}
#chatbot .container,
.chat-room .container {
  word-break: break-all;
  flex: 1 1 calc(100vh - 115px - 64px);
  overflow-y: auto;
  padding: 30px 30px;
}
#chatbot .container .user,
.chat-room .container .user {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#chatbot .container .user::before, #chatbot .container .user::after,
.chat-room .container .user::before,
.chat-room .container .user::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: static;
  transform: translate(0, 0);
  border-radius: 50%;
  width: 1.6667rem;
  height: 1.6667rem;
  mask-image: url("/img/contents/ico-chatbot.svg");
  background-color: #142456;
}
#chatbot .container > *[class*=box],
.chat-room .container > *[class*=box] {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
#chatbot .container > *[class*=box] > *,
.chat-room .container > *[class*=box] > * {
  width: 85%;
}
#chatbot .container > *[class*=box] + *[class*=box],
.chat-room .container > *[class*=box] + *[class*=box] {
  margin-top: 2.5rem;
}
#chatbot .container .receive-box .user,
.chat-room .container .receive-box .user {
  font-size: 0.9333rem;
  color: #25262B;
  font-weight: 600;
}
#chatbot .container .receive-box .user::after,
.chat-room .container .receive-box .user::after {
  display: none;
}
#chatbot .container .receive-box .user::before,
.chat-room .container .receive-box .user::before {
  content: attr(data-before);
  mask: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.7333rem;
  background-color: #142456;
}
#chatbot .container .send-box,
.chat-room .container .send-box {
  align-items: flex-end;
}
#chatbot .container .send-box .user::before,
.chat-room .container .send-box .user::before {
  display: none;
}
#chatbot .container .send-box .user::after,
.chat-room .container .send-box .user::after {
  content: attr(data-before);
  mask: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.7333rem;
  background-color: #142456;
}
#chatbot .container .send-box .select,
.chat-room .container .send-box .select {
  justify-content: flex-end;
}
#chatbot .container .send-box .chat,
.chat-room .container .send-box .chat {
  width: auto;
  max-width: 100%;
  text-align: right;
}
#chatbot .container .send-box .chat::before,
.chat-room .container .send-box .chat::before {
  left: auto;
  right: 0.45rem;
}
#chatbot .container .send-box .chat.answer,
.chat-room .container .send-box .chat.answer {
  background-color: #14498e;
  color: #fff;
}
#chatbot .container .send-box .chat.answer::before,
.chat-room .container .send-box .chat.answer::before {
  background-color: #14498e;
}
#chatbot .container .chat,
.chat-room .container .chat {
  padding: 0.8rem 0.9333rem;
  position: relative;
  font-size: 0.9333rem;
  background-color: #F0F2FA;
  margin-top: 1rem;
  display: inline-block;
  align-self: start;
  word-break: break-all; /*2025-02-05 줄바꿈 수정*/
}
#chatbot .container .chat::before,
.chat-room .container .chat::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  top: 0;
  left: 0.45rem;
  transform: translate(0, -100%) rotate(180deg);
  width: 0.8rem;
  height: 0.6667rem;
  mask-image: url("/img/contents/ico-triangle.svg");
  background-color: #F0F2FA;
}
#chatbot .container .chat + .chat,
.chat-room .container .chat + .chat {
  margin-top: 1.5rem;
}
#chatbot .container .send-box .chat,
.chat-room .container .send-box .chat {
  align-self: end;
}
.select {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-wrap: wrap;
  margin-top: 1rem;
  word-break: break-all;
  white-space: pre-line;
}
.select li .btn {
  font-size: 0.8rem;
  padding: 0.3rem 0.9333rem;
  border: 1px solid #CED4D9;
  border-radius: 0;
  width: 100%;
  width: 100%;
  word-break: break-all;
  white-space: pre-line;
}
.select li.active .btn {
  color: #fff;
  font-weight: 600;
  border-color: #142456;
  background-color: #142456;
}
.select.one-group {
  flex-direction: row;
}

#chatbot .checkbox-group,
.chat-room .checkbox-group {
  flex-direction: column;
  row-gap: 5px;
}
#chatbot .checkbox-group .form-check,
.chat-room .checkbox-group .form-check {
  width: 100%;
}
#chatbot .checkbox-group .form-check > *,
.chat-room .checkbox-group .form-check > * {
  width: 100%;
  font-size: 0.8rem;
}
#chatbot footer input.form-control,
.chat-room footer input.form-control {
  border: none !important;
  padding: 0;
  background-color: transparent !important;
}
#chatbot footer .btn.btn-send,
.chat-room footer .btn.btn-send {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: 2rem;
  height: 2rem;
  mask-size: auto 1.3333rem;
  -webkit-mask-size: auto 1.3333rem;
  mask-image: url("/img/contents/ico-send.svg");
  -webkit-mask-image: url("/img/contents/ico-send.svg");
  background-color: #142456;
}
#chatbot footer .btn.btn-send:hover,
.chat-room footer .btn.btn-send:hover {
  background-color: #14498e;
}

.chat-room {
  height: calc(100vh - 115px);
}
.chat-room header {
  background-color: transparent;
  border-bottom: 1px solid #DDDEE5;
}
.chat-room header .user-box {
  padding: 1rem 0;
}
.chat-room .container {
  margin: 0;
  max-width: none;
  padding-bottom: 3rem;
  flex: 1 1 calc(100vh - 115px - 64px - 110px);
}
.chat-room .container .flex-box {
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}
.chat-room .container span.date {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: #A9B2B8;
  opacity: 0.5;
  color: #000;
}
.chat-room footer {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  flex: 0 0 64px;
  margin: 1rem 1rem;
  margin-top: -1.5rem;
  border-radius: 100px;
  background-color: #F0F2FA;
}
.chat-room footer:focus-within {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(158, 162, 180, 0.23);
}

.progress-list {
  display: flex;
  row-gap: 2.6667rem;
  flex-direction: column;
}
.progress-list span.complete {
  font-size: 0.7333rem;
  font-weight: 400;
  padding: 0.3em 0.6em;
  background-color: #EBEDF3;
  border-radius: 100px;
  line-height: 1.5em;
}
.progress-list > li, .progress-list > li > a {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.progress-list > li > a, .progress-list > li > span {
  position: relative;
  font-size: 1.2rem;
  color: #99A4AB;
}
.progress-list > li > a span.ico, .progress-list > li > a:first-child:not(a), .progress-list > li > span span.ico, .progress-list > li > span:first-child:not(a) {
  font-size: 0.9333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2667rem;
  height: 2.2667rem;
  background-color: #EBEDF3;
  border-radius: 0.8rem;
  overflow: hidden;
  padding-top: 0.1rem;
}
.progress-list > li > a span.ico, .progress-list > li > span span.ico {
  position: relative;
  background-color: #fff;
}
.progress-list > li > a span.ico::before, .progress-list > li > span span.ico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-size: 70% auto;
  background-color: #CFD4E6;
}
.progress-list > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  background-color: #B9CCE1;
  transform: translate(0, 0);
  left: 1.1333rem;
  top: 2.9167rem;
  height: calc(100% - 0.85rem);
}
.progress-list > li.evaluation > a > span.ico::before {
  mask-image: url("/img/contents/ico-assessment.svg");
}
.progress-list > li.achivement > a > span.ico::before {
  mask-image: url("/img/contents/ico-pie-chart.svg");
}
.progress-list > li.status > a > span.ico::before {
  mask-image: url("/img/contents/ico-time.svg");
}
.progress-list > li.disposal > a > span.ico::before {
  mask-image: url("/img/contents/ico-tax.svg");
}
.progress-list > li.analysis > a > span.ico::before {
  mask-image: url("/img/contents/ico-analysis.svg");
}
.progress-list > li:last-child::after {
  display: none;
}
.progress-list > li.active > span:first-child {
  color: #fff;
  font-weight: 800;
  background-color: #142456;
}
.progress-list > li.active > span:last-of-type {
  font-weight: 600;
  color: #142456;
}
.progress-list > li.active > a span:last-child {
  color: #142456;
  font-weight: 600;
}
.progress-list > li.active > a span.ico::before {
  background-color: #142456;
}
.progress-list > li.passed > span:first-child {
  background-color: #CFD3DF;
  font-size: 0;
  text-indent: -9999px;
}
.progress-list > li.passed::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  width: 2.2667rem;
  bottom: 0;
  left: 0;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-checkbox-checked.svg");
  -webkit-mask-image: url("/img/contents/ico-checkbox-checked.svg");
  mask-size: 60% auto;
  -webkit-mask-size: 50% auto;
  background-color: #8F919A;
  z-index: 1;
}
.progress-list > li ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.0667rem;
  flex: 0 0 100%;
  padding-left: 3.3rem;
  margin-bottom: 0.2rem;
}
.progress-list > li ul > li {
  display: flex;
  flex-wrap: wrap;
}
.progress-list > li ul > li > ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
}
.progress-list > li ul li.active > a span {
  font-weight: 600;
  color: #142456;
}
.progress-list > li ul a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.progress-list > li ul a span {
  color: #99A4AB;
  font-size: 0.9333rem;
}
.progress-list > li > ul > li > a > span {
  font-size: 1rem;
}
.progress-list > li > ul > li > ul > li > ul {
  row-gap: 0.7rem;
  margin-top: 0.7rem;
}

footer {
  padding: 53px 50px;
  background-color: #142456;
  position: relative;
  z-index: 10;
}
footer * {
  color: #D3D6E1;
}
footer .inner {
  position: relative;
  max-width: 100%;
}
footer .inner > ul {
  display: flex;
  padding-right: 130px;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 7px;
  font-size: 1rem;
}
footer .inner > ul > li.emphasis a {
  color: #fff;
}
footer .inner > dl {
  width: 460px;
  max-width: 100%;
  margin-top: 2em;
  row-gap: 0.667em;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.933rem;
}
footer .inner > dl dt {
  margin-right: 0.3em;
  font-weight: 600;
}
footer .inner > dl dd {
  margin-right: 1.7em;
}
footer .inner > p {
  margin-top: 2.05em;
  color: #fff;
  font-size: 0.8rem;
}
footer .inner .dropup {
  position: absolute;
  top: -7px;
  right: 0;
}
footer .inner .dropup > button {
  border: 1px solid rgba(255, 255, 225, 0.35);
  color: #fff;
  font-size: 0.867rem;
  font-weight: 600;
  height: 40px;
  padding: 0 20px;
  border-radius: 0.2em;
}

p,
span,
a,
textarea {
  line-height: 1.4em;
}

h2,
h3,
h4,
h5 {
  display: flex;
  gap: 0.15em;
  align-items: center;
  opacity: 0;
  font-weight: 800;
  line-height: 1.4em;
  animation: showUp forwards 1s;
}
h2[required]::after,
h3[required]::after,
h4[required]::after,
h5[required]::after {
  content: "*";
  margin-left: 0.25em;
  color: #FFA448;
}
h2.dot::before,
h3.dot::before,
h4.dot::before,
h5.dot::before {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #25262B;
}

h2 {
  font-size: 2.133rem;
}
h2 span {
  font-size: 1.067rem;
  display: block;
  font-weight: 400;
  color: #99A4AB;
  margin-top: 1em;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3333rem;
}

h5 {
  font-size: 1.0667rem;
}

.label {
  font-size: 1rem;
  color: #25262B;
}

.count {
  font-size: 1.733rem;
  font-weight: 200;
  color: #99A4AB;
}
.count strong {
  color: #142456;
  font-size: 2.038rem;
  font-weight: 800;
}
.count .denominator {
  color: #99A4AB;
}
.count .denominator::before {
  content: "/";
  margin: 0 0.3em 0 0.25em;
}

.paragraph, .paragraph * {
  line-height: 2.2em;
}

.btn {
  white-space: nowrap;
}
.btn.btn-lg {
  font-size: 1.6rem;
}
.btn.btn-tit {
  font-weight: 600;
  font-size: 1.0667em;
}
.btn.btn-text {
  color: #99A4AB;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none !important;
}
.btn.btn-text:hover {
  text-decoration: underline;
}
.btn.btn-text.color-1 {
  color: #142456;
}
.btn.btn-text.color-2 {
  color: #14498e;
}
.btn.btn-text.color-3 {
  color: #00488F;
}
.btn.btn-text.bold {
  font-weight: 600;
}

.item-box h3 > dl.status {
  margin-left: 1em;
  gap: 0.3em;
}
.item-box h3 > dl.status * {
  font-weight: 400;
  font-size: 0.6667em;
}

*[class*=GridMain] *[class*=GridMain] .GMCellButton {
  background-color: #142456 !important;
  color: #fff !important;
  box-shadow: none;
  font-size: 0.8rem !important;
  padding: 1em 2em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
*[class*=GridMain] *[class*=GridMain] .GMCellButton:hover {
  background-color: #142456 !important;
  color: #fff !important;
}

.btn[class*=btn-box] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #142456;
  color: #fff;
  font-weight: 600;
  border-radius: 0.3em;
  padding: 1em 2em;
  background-clip: border-box;
  border: 1px solid transparent;
}
.btn[class*=btn-box].inline {
  display: inline-flex;
}
.btn[class*=btn-box].btn-box-primary {
  background-color: #142456;
  color: #fff;
}
.btn[class*=btn-box].btn-box-primary:hover {
  background-color: #142456 !important;
  color: #fff !important;
}
.btn[class*=btn-box].btn-box-secondary {
  background-color: #99A4AB;
  color: #fff;
}
.btn[class*=btn-box].btn-box-primary-outline {
  border-color: #142456;
  color: #142456;
  background-color: transparent;
}
.btn[class*=btn-box].btn-box-secondary-outline {
  border-color: #99A4AB;
  color: #99A4AB;
  background-color: transparent;
}
.btn[class*=btn-box].btn-box-text {
  color: #99A4AB;
  background-color: transparent;
  border: none !important;
}
.btn[class*=btn-box].btn-box-secondary {
  background-color: #99A4AB;
  color: #fff;
}

.status-list {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
.status-list.flex {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
}
.status-list.flex * {
  margin-bottom: 0;
}
.status-list dt {
  font-size: 1.133rem;
  display: flex;
  align-items: center;
  line-height: 1.6rem;
}
.status-list dd {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
}
.status-list dd a {
  font-size: 1.6rem;
  font-weight: 800;
  color: #142456;
}

.banner {
  display: block;
  border: 2px solid #EBEDF3;
  border-radius: 1.333em;
  padding: 2em;
  transition: all 0.15s;
}
.bannera:hover {
  border-width: 1px;
}
.bannera:hover .btn-go::after {
  animation: arrow infinite 1s;
}
.banner > span {
  display: block;
  font-size: 1.133rem;
  font-weight: 600;
}
.banner .btn-go {
  margin-top: 1em;
  font-size: 1.067rem;
  white-space: wrap;
}

ul.nav {
  gap: 1.2em;
}
ul.nav.depth2 {
  border-top: 1px solid #A9B2B8;
  padding-top: 0.5rem;
}
ul.nav.equal-w > li {
  flex: 1 1 0;
}
ul.nav > li.nav-item > a.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #6E7180;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
ul.nav > li.nav-item > a.nav-link.active {
  font-weight: 600;
  color: #142456;
}
ul.nav > li.nav-item > a.nav-link .btn-close {
  font-size: 0px;
  text-indent: -9999px;
  display: block;
  padding: 0;
  width: 1rem !important;
  height: 1rem !important;
  position: static;
  margin-top: -0.5em;
  margin-left: 0.7rem;
  background: inherit;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-size: 60% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
ul.nav.nav-lg {
  gap: 1.333rem;
}
ul.nav.nav-lg > li > a.nav-link {
  font-size: 1.3333rem;
}
ul.nav.nav-sm {
  gap: 0.5rem !important;
}
ul.nav.nav-sm > li > a.nav-link {
  font-size: 1rem !important;
  padding: 0.3em 1em !important;
  min-width: auto !important;
}
ul.nav.nav-tabs {
  border-bottom: none;
}
ul.nav.circle {
  gap: 1em;
}
ul.nav.circle.nav-lg > .nav-item > .nav-link {
  font-size: 1rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
ul.nav.circle.nav-lg > .nav-item > .nav-link::before {
  display: none;
}
ul.nav.circle > li.nav-item > a.nav-link {
  border: 1px solid #ccc;
  padding: 0.5rem 1.2rem;
  border-radius: 1.3em;
  min-width: 6em;
}
ul.nav.circle > li.nav-item > a.nav-link::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-checkbox-unchecked.svg");
  -webkit-mask-image: url("/img/contents/ico-checkbox-unchecked.svg");
  background-color: #c3c9cd;
}
ul.nav.circle > li.nav-item > a.nav-link.active {
  font-weight: 600;
  color: #fff;
  border-color: #142456;
  background-color: #142456;
}
ul.nav.circle > li.nav-item > a.nav-link.active::before {
  mask-image: url("/img/contents/ico-checkbox-checked.svg");
  -webkit-mask-image: url("/img/contents/ico-checkbox-checked.svg");
  background-color: #fff;
}
ul.nav.no-check > li.nav-item > a.nav-link::before {
  display: none;
}

.nav-content {
  display: none;
}
.nav-content.active {
  height: auto;
  overflow: hidden;
  display: block;
}

.btn {
  border: 0;
  padding: 0;
  color: #25262B;
  background-color: transparent;
}

em.btn.btn-go,
button.btn-go,
a.btn-go,
em.btn.btn-download,
button.btn-download,
a.btn-download {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 0.5em;
  text-align: left;
  color: #00488F;
  font-size: 1rem;
  font-weight: 600;
}
em.btn.btn-go.btn-sm, em.btn.btn-go.btn-md,
button.btn-go.btn-sm,
button.btn-go.btn-md,
a.btn-go.btn-sm,
a.btn-go.btn-md,
em.btn.btn-download.btn-sm,
em.btn.btn-download.btn-md,
button.btn-download.btn-sm,
button.btn-download.btn-md,
a.btn-download.btn-sm,
a.btn-download.btn-md {
  padding: 0 1.5em 0 0 !important;
}
em.btn.btn-go.btn-sm.btn-back, em.btn.btn-go.btn-md.btn-back,
button.btn-go.btn-sm.btn-back,
button.btn-go.btn-md.btn-back,
a.btn-go.btn-sm.btn-back,
a.btn-go.btn-md.btn-back,
em.btn.btn-download.btn-sm.btn-back,
em.btn.btn-download.btn-md.btn-back,
button.btn-download.btn-sm.btn-back,
button.btn-download.btn-md.btn-back,
a.btn-download.btn-sm.btn-back,
a.btn-download.btn-md.btn-back {
  padding: 0 0 0 1.5em !important;
}
em.btn.btn-go[data-inactive]::before,
button.btn-go[data-inactive]::before,
a.btn-go[data-inactive]::before,
em.btn.btn-download[data-inactive]::before,
button.btn-download[data-inactive]::before,
a.btn-download[data-inactive]::before {
  content: attr(data-inactive);
}
em.btn.btn-go.active[data-active]::before,
button.btn-go.active[data-active]::before,
a.btn-go.active[data-active]::before,
em.btn.btn-download.active[data-active]::before,
button.btn-download.active[data-active]::before,
a.btn-download.active[data-active]::before {
  content: attr(data-active);
}
em.btn.btn-go.btn-md,
button.btn-go.btn-md,
a.btn-go.btn-md,
em.btn.btn-download.btn-md,
button.btn-download.btn-md,
a.btn-download.btn-md {
  font-size: 0.9rem;
}
em.btn.btn-go.light,
button.btn-go.light,
a.btn-go.light,
em.btn.btn-download.light,
button.btn-download.light,
a.btn-download.light {
  color: #99A4AB;
}
em.btn.btn-go.light::after,
button.btn-go.light::after,
a.btn-go.light::after,
em.btn.btn-download.light::after,
button.btn-download.light::after,
a.btn-download.light::after {
  background-color: #99A4AB;
}
em.btn.btn-go::after,
button.btn-go::after,
a.btn-go::after,
em.btn.btn-download::after,
button.btn-download::after,
a.btn-download::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: static;
  width: 1em;
  height: 1em;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0.25em;
  transform: translate(0, 0);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-go-arrow.svg");
  -webkit-mask-image: url("/img/contents/ico-go-arrow.svg");
  background-color: #00488F;
}
em.btn.btn-go.btn-download::after,
button.btn-go.btn-download::after,
a.btn-go.btn-download::after,
em.btn.btn-download.btn-download::after,
button.btn-download.btn-download::after,
a.btn-download.btn-download::after {
  width: 1.2em;
  height: 1.2em;
  mask-image: url("/img/contents/ico-download.svg");
  -webkit-mask-image: url("/img/contents/ico-download.svg");
}
em.btn.btn-go:hover,
button.btn-go:hover,
a.btn-go:hover,
em.btn.btn-download:hover,
button.btn-download:hover,
a.btn-download:hover {
  color: #00488F;
}
em.btn.btn-go:hover::after,
button.btn-go:hover::after,
a.btn-go:hover::after,
em.btn.btn-download:hover::after,
button.btn-download:hover::after,
a.btn-download:hover::after {
  animation: arrow infinite 1s;
}
em.btn.btn-go.btn-back,
button.btn-go.btn-back,
a.btn-go.btn-back,
em.btn.btn-download.btn-back,
button.btn-download.btn-back,
a.btn-download.btn-back {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.8em;
}
em.btn.btn-go.btn-back::after,
button.btn-go.btn-back::after,
a.btn-go.btn-back::after,
em.btn.btn-download.btn-back::after,
button.btn-download.btn-back::after,
a.btn-download.btn-back::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9em;
  height: 0.9em;
  transform: translate(0, -50%) rotate(180deg);
}
em.btn.btn-go.btn-back:hover::after,
button.btn-go.btn-back:hover::after,
a.btn-go.btn-back:hover::after,
em.btn.btn-download.btn-back:hover::after,
button.btn-download.btn-back:hover::after,
a.btn-download.btn-back:hover::after {
  animation: arrowBack infinite 1s;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 1.3em;
  height: 1.3em;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-size: auto;
  mask-image: url("/img/common/ico-carousel-arrow.svg");
  -webkit-mask-image: url("/img/common/ico-carousel-arrow.svg");
  background-color: #25262B !important;
}
.owl-nav .owl-next {
  transform: rotate(180deg);
}

.btn-underline {
  position: relative;
}
.btn-underline::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  opacity: 0;
  background-color: #142456;
}
.btn-underline:hover::before {
  animation: showUnderline forwards 0.18s ease-in-out;
}

.owl-item h2 {
  animation: none;
}
.owl-item.active h2 {
  animation: showUp 0.5s 0.5s forwards;
}

*.guide {
  margin-top: 0.7rem;
  font-size: 1rem;
  color: #25262B;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}
*.guide > li {
  line-height: 1.8em;
}
*.guide > li > ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
*.guide > li > ul > li {
  font-size: 0.8rem;
  color: #99A4AB;
}
*.guide > li em {
  font-weight: 600;
}
*.guide > li + li {
  margin-top: 0.4em;
}
*.guide strong {
  font-weight: 600;
  color: #FFA448;
  margin-right: 0.4em;
}
*.guide > a {
  color: #14498e !important;
  font-weight: 600;
  padding: 0 0.3em;
}
*.guide > a:hover {
  text-decoration: underline;
}

.text-box {
  max-height: 30rem;
  overflow-y: auto;
  padding: 3.3333rem;
  font-weight: normal;
  border: 1px solid #CFD4E6;
}
.text-box.sm {
  padding: 1rem;
}
.text-box > * {
  font-size: 0.933rem;
  line-height: 1.8em;
}
.text-box *[class^=tit] {
  font-size: 1em;
  font-weight: 600;
  margin: 1em 0 0.5em 0;
}
.text-box *[class^=tit].tit-md {
  font-size: 1.067rem;
  margin: 2.5em 0 1em;
}
.text-box *[class^=tit].tit-sm {
  font-size: 0.933em;
  margin: 0.5em 0 0.3em 0;
}

.agree-box {
  justify-content: space-between;
  margin-top: 1.333rem;
}
.agree-box > * {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.agree-box > *:last-child {
  justify-content: flex-end;
}

.choose-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.3333rem;
}
.choose-box.text-scroll > li:hover > p {
  height: auto;
}
.choose-box.text-scroll > li:hover > p > * {
  transform: translate(0, -1.4em);
}
.choose-box.text-scroll > li:hover > p > *:last-child {
  opacity: 1;
}
.choose-box.text-scroll > li > p {
  height: 1.4em;
  overflow: hidden;
}
.choose-box.text-scroll > li > p > * {
  display: block;
  transition: all 0.5s ease-in-out;
}
.choose-box.text-scroll > li > p > *:last-child {
  opacity: 0;
}
.choose-box .owl-nav {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}
.choose-box.package-box {
  gap: 0;
  display: flex;
}
.choose-box.package-box > li {
  flex: 1 1 0;
  border-left: 1px solid #CFD4E6;
  border-bottom: 1px solid #CFD4E6;
  border-right: 1px solid #CFD4E6;
  padding: 4rem 3.3333rem;
}
.choose-box.package-box > li:hover {
  border-radius: inherit;
  background-color: inherit;
  padding: 4rem 3.3333rem;
  border: inherit;
  border: 1px solid #CFD4E6;
  border-top: 1px solid #142456;
}
.choose-box.package-box > li:hover p,
.choose-box.package-box > li:hover .packages em {
  color: inherit;
}
.choose-box.package-box > li.plus {
  display: flex;
  justify-content: center;
  align-items: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-plus.svg");
  -wekit-mask-image: url("/img/contents/ico-plus.svg");
  background-color: #99A4AB;
  mask-size: 40% auto;
  flex: 0 0 40px;
  border: none;
}
.choose-box.package-box > li p {
  margin-top: 0;
}
.choose-box.fr2 {
  grid-template-columns: 1fr 1fr;
}
.choose-box.fr4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.choose-box.fr5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.choose-box.sm {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.choose-box.sm li p {
  font-size: 1.2rem;
}
.choose-box ul.service-list {
  margin-top: 2.3333rem;
}
.choose-box ul.service-list li {
  word-break: break-all;
  text-indent: -0.9em;
  padding-left: 0.9em;
}
.choose-box ul.service-list li::before {
  content: "-";
  margin-right: 0.4em;
}
.choose-box ul.service-list li + li {
  margin-top: 0.5rem;
}
.choose-box > li {
  padding: 2rem;
  border-top: 1px solid #142456;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  cursor: default;
}
.choose-box > li > button {
  margin: -2rem;
  padding: 2rem;
  width: 100%;
  box-sizing: content-box;
  text-align: left;
}
.choose-box > li.active, .choose-box > li:hover {
  border-radius: 1.6rem;
  border-color: transparent;
  background-color: #142456;
}
.choose-box > li.active *, .choose-box > li:hover * {
  color: #fff;
}
.choose-box > li.active .btn.btn-go, .choose-box > li:hover .btn.btn-go {
  color: #B9CCE1;
}
.choose-box > li.active .btn.btn-go::after, .choose-box > li:hover .btn.btn-go::after {
  background-color: #B9CCE1;
}
.choose-box > li > a {
  display: block;
}
.choose-box > li span {
  font-size: 1.067rem;
  color: #99A4AB;
}
.choose-box > li span.packages {
  display: block;
  width: 100%;
  padding-top: 1.3333rem;
  margin-top: 1.3333rem;
  color: #25262B;
  font-size: 1.0667rem;
  border-top: 1px solid #CFD4E6;
  text-align: left;
}
.choose-box > li p {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 1rem;
}
.choose-box > li .btn-wrap {
  margin-top: 3.3333rem;
}
.choose-box > li ul.btn-wrap {
  display: flex;
  flex-direction: column;
}

.package-total {
  border: 1px solid #CFD4E6;
  border-top: 1px solid #142456;
  padding: 4rem 3.3333rem;
  color: #142456;
}
.package-total .title {
  font-size: 1.3333rem;
  color: #99A4AB;
}
.package-total .comment {
  font-size: 1.7333rem;
}
.package-total .comment strong {
  font-weight: 800;
}
.package-total .flex-box {
  align-items: center;
}
.package-total .flex-box span {
  font-size: 1.2rem;
}
.package-total .flex-box a[href^=tel] {
  font-size: 1.333rem;
}

hr.box-line {
  display: block;
  border-top: 1px solid #CFD4E6;
  margin: 1.5rem 0;
}
hr.box-line.color-1 {
  border-top-color: #A9B2B8;
}

a[href^=tel] {
  color: #142456;
  font-weight: 600;
}

.price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.7333rem;
}
.price.org {
  font-size: 1.3333rem;
  color: #99A4AB;
  text-decoration: line-through;
}
.price.org::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  position: static;
  transform: translate(0, 0);
  mask-image: url("/img/contents/ico-triangle.svg");
  -webkit-mask-image: url("/img/contents/ico-triangle.svg");
  background-color: #99A4AB;
}

.table-wrap {
  max-width: 100%;
}
.table-wrap .price {
  display: inline-flex;
  font-size: 1rem;
  margin-right: 0;
}
.table-wrap .price::before {
  display: none;
}
.table-wrap td .flex-box .btn {
  height: auto !important;
}

div.form,
.add-html {
  display: flex;
  flex-direction: column;
  row-gap: 3.3333rem;
  /* 폼 요소 라인스타일 시작 */
  /* 폼 요소 라인스타일 끝 */
  /* 폼 요소 배경스타일 시작 */
  /*
  .form-control,
  .form-select,
  .form-select,
  .form-range,
  .btn-check+.btn,
  .btn,
  .accordion-button,
  .accordion-button,
  .page-link,
  .btn-close {
  background-color: $color-light2;
  padding: .75em 1em;
  height: 3.4667em;
  font-size: .933rem;
  border: 1px solid transparent;
  background-clip: border-box;
  }

  .form-control:hover,
  .form-select:hover,
  .form-select:hover,
  .form-range:hover,
  .btn-check+.btn:hover,
  .btn:hover,
  .accordion-button:hover,
  .accordion-button:hover,
  .page-link:hover,
  .btn-close:hover {
  box-shadow: 0 2px 4px .25rem $color-light2;
  border-color: $color-light !important;
  }

  .form-control:focus,
  .form-select:focus,
  .form-select:focus,
  .form-range:focus,
  .btn-check+.btn:focus,
  .btn:focus,
  .accordion-button:focus,
  .accordion-button:focus,
  .page-link:focus,
  .btn-close:focus {
  border-color: $color-corporate !important;
  background-color: #fff;
  }

  .btn-check+.btn,
  .btn,
  .btn-close {
  font-size: .933rem;
  font-weight: 600;
  color: $color-corporate;
  }

  .form-control:read-only,
  .form-control:read-only:hover,
  .form-control:read-only:focus {
  border-color: transparent !important;
  }
  */
  /* 폼 요소 배경스타일 끝 */
}
div.form .row,
.add-html .row {
  margin-right: calc(var(--bs-gutter-x) * -1);
  margin-left: calc(var(--bs-gutter-x) * -1);
}
div.form .row > *:not(.table-wrap),
.add-html .row > *:not(.table-wrap) {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
div.form .row .flex-box > *,
.add-html .row .flex-box > * {
  flex: 1 1 auto;
}
div.form *[class*=col-] > .btn-close,
.add-html *[class*=col-] > .btn-close {
  background-image: none;
  width: auto;
  padding: 0;
}
div.form + .add-html,
.add-html + .add-html {
  position: relative;
  padding-top: 6rem;
}
div.form + .add-html:nth-of-type(2),
.add-html + .add-html:nth-of-type(2) {
  padding-top: 0;
}
div.form + .add-html:nth-of-type(2) > .btn-close,
.add-html + .add-html:nth-of-type(2) > .btn-close {
  display: none;
}
div.form + .add-html *[class*=col-] > .btn-close,
.add-html + .add-html *[class*=col-] > .btn-close {
  background-image: none;
  width: auto;
  padding: 0 !important;
}
div.form + .add-html > .btn-close,
.add-html + .add-html > .btn-close {
  width: auto;
  height: 1em;
  padding: 0;
  position: absolute;
  top: 4rem;
  right: 0;
  background: none;
}
div.form + .add-html > .btn-close:hover,
.add-html + .add-html > .btn-close:hover {
  text-decoration: underline;
}
div.form[data-html],
.add-html[data-html] {
  display: none;
}
div.form .form-label,
.add-html .form-label {
  font-weight: 600;
  opacity: 0.9;
}
div.form .form-label.sm,
.add-html .form-label.sm {
  font-weight: 400;
  font-size: 1.0667em;
}
div.form .form-label[required],
.add-html .form-label[required] {
  font-weight: 800;
  opacity: 1;
}
/*2025-04-11 위치 변경*/
div.form .form-label[required]::before,
.add-html .form-label[required]::before {
  content: "*";
  margin-right: 0.5em;
  color: #FFA448;
}
/*2025-04-11 위치 변경*/
div.form .form-control,
div.form .form-select,
div.form .form-select,
div.form .form-range,
div.form .btn-check + .btn,
div.form .accordion-button,
div.form .accordion-button,
div.form .page-link,
div.form .btn-close,
div.form .flex-box > .form-control + button.btn,
div.form *[class^=unit-],
.add-html .form-control,
.add-html .form-select,
.add-html .form-select,
.add-html .form-range,
.add-html .btn-check + .btn,
.add-html .accordion-button,
.add-html .accordion-button,
.add-html .page-link,
.add-html .btn-close,
.add-html .flex-box > .form-control + button.btn,
.add-html *[class^=unit-] {
  padding: 0.75em 1em;
  height: 3.4667em;
  font-size: 0.933rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #A9B2B8;
}
div.form .btn-check + .btn,
div.form .btn:not(*[class*=btn-box]),
div.form .btn-close,
.add-html .btn-check + .btn,
.add-html .btn:not(*[class*=btn-box]),
.add-html .btn-close {
  border-bottom: none;
  font-size: 0.933rem;
  font-weight: 600;
  color: #142456;
}
div.form .form-control:hover,
div.form .form-select:hover,
div.form .form-select:hover,
div.form .form-range:hover,
div.form .btn-check + .btn:hover,
div.form .btn:not(*[class*=btn-box]):hover,
div.form .accordion-button:hover,
div.form .accordion-button:hover,
div.form .page-link:hover,
div.form .btn-close:hover,
div.form *:hover + *[class^=unit-],
div.form .form-control:focus,
div.form .form-select:focus,
div.form .form-select:focus,
div.form .form-range:focus,
div.form .btn-check + .btn:focus,
div.form .btn:focus,
div.form .accordion-button:focus,
div.form .accordion-button:focus,
div.form .page-link:focus,
div.form .btn-close:focus,
div.form *:focus + *[class^=unit-],
.add-html .form-control:hover,
.add-html .form-select:hover,
.add-html .form-select:hover,
.add-html .form-range:hover,
.add-html .btn-check + .btn:hover,
.add-html .btn:not(*[class*=btn-box]):hover,
.add-html .accordion-button:hover,
.add-html .accordion-button:hover,
.add-html .page-link:hover,
.add-html .btn-close:hover,
.add-html *:hover + *[class^=unit-],
.add-html .form-control:focus,
.add-html .form-select:focus,
.add-html .form-select:focus,
.add-html .form-range:focus,
.add-html .btn-check + .btn:focus,
.add-html .btn:focus,
.add-html .accordion-button:focus,
.add-html .accordion-button:focus,
.add-html .page-link:focus,
.add-html .btn-close:focus,
.add-html *:focus + *[class^=unit-] {
  border-color: #142456 !important;
  background-color: #fff;
}
div.form .btn[class*=btn-box]:hover,
div.form .btn[class*=btn-box]:focus,
.add-html .btn[class*=btn-box]:hover,
.add-html .btn[class*=btn-box]:focus {
  background-color: inherit;
  color: inherit;
}
div.form .table-wrap .form-control,
div.form .table-wrap .form-select,
div.form .table-wrap .form-select,
div.form .table-wrap .form-range,
div.form .table-wrap .btn-check + .btn,
div.form .table-wrap .btn:not(*[class*=btn-box]),
div.form .table-wrap .accordion-button,
div.form .table-wrap .accordion-button,
div.form .table-wrap .page-link,
div.form .table-wrap .btn-close,
div.form .table-wrap *[class^=unit-],
.add-html .table-wrap .form-control,
.add-html .table-wrap .form-select,
.add-html .table-wrap .form-select,
.add-html .table-wrap .form-range,
.add-html .table-wrap .btn-check + .btn,
.add-html .table-wrap .btn:not(*[class*=btn-box]),
.add-html .table-wrap .accordion-button,
.add-html .table-wrap .accordion-button,
.add-html .table-wrap .page-link,
.add-html .table-wrap .btn-close,
.add-html .table-wrap *[class^=unit-] {
  background-color: transparent;
  border: 1px solid #CCC;
  padding: 0.4em 1em !important;
  height: auto;
  font-size: 0.84rem;
  border-radius: 0.3em;
}
div.form .table-wrap *[class^=unit-],
.add-html .table-wrap *[class^=unit-] {
  border: none !important;
}
div.form .table-wrap .form-select,
.add-html .table-wrap .form-select {
  min-width: 7rem;
  padding-right: 2.5rem !important;
}
div.form .table-wrap ::placeholder,
.add-html .table-wrap ::placeholder {
  color: #A9B2B8;
}
div.form .flex-box,
.add-html .flex-box {
  align-items: center;
}
div.form .flex-box *[class^=unit-],
.add-html .flex-box *[class^=unit-] {
  flex: 0 0 auto;
  padding-top: 1em;
}
div.form .row *[class*=col] *.guide,
.add-html .row *[class*=col] *.guide {
  margin-bottom: 0.5em;
}
div.form .row *[class*=col] *.guide,
div.form .row *[class*=col] *.guide *,
.add-html .row *[class*=col] *.guide,
.add-html .row *[class*=col] *.guide * {
  letter-spacing: 0;
  font-size: 0.8667rem;
  margin-top: -0.1em;
}
div.form .row *[class*=col] .guide-box,
.add-html .row *[class*=col] .guide-box {
  padding: 1em 1.8em;
}
div.form .row *[class*=col] .guide-box *,
.add-html .row *[class*=col] .guide-box * {
  font-size: 0.8666rem;
}
div.form ul.select > li > .btn-check + .btn, div.form ul.select > li > .btn:not(*[class*=btn-box]), div.form ul.select > li > .btn-close,
.add-html ul.select > li > .btn-check + .btn,
.add-html ul.select > li > .btn:not(*[class*=btn-box]),
.add-html ul.select > li > .btn-close {
  border-bottom: 1px solid #CED4D9;
  color: #6E7180;
  font-size: 0.8rem;
  padding: 0.3em 1em 0.2em 1em;
}

#contents {
  width: 1600px;
  max-width: 100%;
  flex-wrap: wrap;
}
#contents > .inner {
  flex: 0 0 100%;
}
#contents > .inner > .row {
  width: 100%;
}
#contents > .inner > .row > .btn-go, #contents > .inner > .row > .btn-download {
  width: auto;
}
#contents > .inner > .row + .row {
  margin-top: 10rem;
}
#contents > .inner .progress-list {
  justify-content: center;
  flex-direction: row;
  margin-bottom: 6rem;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
#contents > .inner .progress-list > li {
  flex-wrap: nowrap;
  white-space: nowrap;
}
#contents > .inner .progress-list > li::after {
  display: none;
}
#contents > .inner .progress-list > li.line {
  flex: 0 0 4em;
}
#contents > .inner .progress-list > li.line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  left: 1em;
  width: calc(100% - 2em);
  top: calc(50% - 0.1em);
  transform: translate(0, 0);
}

#contents > .inner .search-panel,
#contents.dm .search-panel,
.ecredible-intro-wrap .search-panel,
.modal .search-panel {
  position: static;
  background-color: transparent;
  align-items: start;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: translate(0, 0) !important;
}
#contents > .inner .search-panel .inner,
#contents.dm .search-panel .inner,
.ecredible-intro-wrap .search-panel .inner,
.modal .search-panel .inner {
  height: auto;
}
#contents > .inner .search-panel .inner .form-control,
#contents.dm .search-panel .inner .form-control,
.ecredible-intro-wrap .search-panel .inner .form-control,
.modal .search-panel .inner .form-control {
  border-bottom-color: #142456;
}
#contents > .inner .search-panel .inner .form-control:hover, #contents > .inner .search-panel .inner .form-control:focus, #contents > .inner .search-panel .inner .form-control:focus-within,
#contents.dm .search-panel .inner .form-control:hover,
#contents.dm .search-panel .inner .form-control:focus,
#contents.dm .search-panel .inner .form-control:focus-within,
.ecredible-intro-wrap .search-panel .inner .form-control:hover,
.ecredible-intro-wrap .search-panel .inner .form-control:focus,
.ecredible-intro-wrap .search-panel .inner .form-control:focus-within,
.modal .search-panel .inner .form-control:hover,
.modal .search-panel .inner .form-control:focus,
.modal .search-panel .inner .form-control:focus-within {
  border-color: #142456 !important;
}
#contents > .inner .search-panel .inner .form-control input,
#contents.dm .search-panel .inner .form-control input,
.ecredible-intro-wrap .search-panel .inner .form-control input,
.modal .search-panel .inner .form-control input {
  color: #142456;
}
#contents > .inner .search-panel .inner .form-control ::placeholder,
#contents.dm .search-panel .inner .form-control ::placeholder,
.ecredible-intro-wrap .search-panel .inner .form-control ::placeholder,
.modal .search-panel .inner .form-control ::placeholder {
  color: #99A4AB;
}
#contents > .inner .search-panel .inner .form-control button,
#contents.dm .search-panel .inner .form-control button,
.ecredible-intro-wrap .search-panel .inner .form-control button,
.modal .search-panel .inner .form-control button {
  width: 2em;
  background-color: #142456;
}
#contents > .inner .search-panel .inner ul,
#contents.dm .search-panel .inner ul,
.ecredible-intro-wrap .search-panel .inner ul,
.modal .search-panel .inner ul {
  padding-left: 1.08em;
  margin-top: 10px;
  overflow: hidden;
}
#contents > .inner .search-panel .inner ul li:first-child,
#contents.dm .search-panel .inner ul li:first-child,
.ecredible-intro-wrap .search-panel .inner ul li:first-child,
.modal .search-panel .inner ul li:first-child {
  margin-right: 0;
}
#contents > .inner .search-panel .inner ul li button,
#contents.dm .search-panel .inner ul li button,
.ecredible-intro-wrap .search-panel .inner ul li button,
.modal .search-panel .inner ul li button {
  color: #25262B;
  font-size: 1.067rem;
}
#contents > .inner .search-panel .inner *:focus::placeholder,
#contents.dm .search-panel .inner *:focus::placeholder,
.ecredible-intro-wrap .search-panel .inner *:focus::placeholder,
.modal .search-panel .inner *:focus::placeholder {
  color: transparent;
}

.grade-status {
  width: 100%;
}
.grade-status .owl-nav {
  position: absolute;
  top: 1.34em;
  right: 0;
  display: inline-block;
  width: auto;
}
.grade-status h2 {
  padding-right: 50px;
}

.number-status .col:last-child {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  text-align: center;
}
.number-status .col:last-child ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  white-space: nowrap;
}
.number-status .col:last-child ul li {
  text-align: center;
}
.number-status .col:last-child p.label {
  margin-bottom: 22px;
}

#contents > *[class*=btn-fold] {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #e9e9e9;
  position: fixed;
  top: 50%;
  left: 400px;
  transform: translate(-50%, -50%);
  transition: all 0.15s;
  z-index: 5;
}
#contents > *[class*=btn-fold]:hover {
  background-color: #c7c7c7;
}
#contents.center > *[class*=btn-fold] {
  left: calc(400px + (100vw - 1400px) / 2);
}
#contents.center > *[class*=btn-fold].btn-fold-right {
  left: auto;
  right: calc(400px + (100vw - 1400px) / 2);
}

#contents > *[class*=btn-fold]::after {
  content: "";
  display: block;
  position: static;
  width: 14px;
  height: 14px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/common/ico-carousel-arrow.svg");
  -webkit-mask-image: url("/img/common/ico-carousel-arrow.svg");
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}

#contents > *[class*=btn-fold-right] {
  left: auto;
  right: 400px;
  transform: translate(50%, -50%);
}

#contents > *[class*=btn-fold-right]::after {
  transform: rotate(180deg);
}

body.left #contents > .inner,
body.right #contents > .inner {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}

body.left.right #contents > .inner {
  flex: 0 0 calc(100% - 800px);
  max-width: calc(100% - 800px);
}

body.no-left.left.right #contents > .inner,
body.no-right.right.left #contents > .inner {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}

body.left.no-left.right.no-right #contents > .inner,
body.no-left.left #contents > .inner,
body.no-right.right #contents > .inner,
body.no-left.no-right #contents > .inner {
  flex: 0 0 100%;
  max-width: 100%;
}

body.no-left #contents > .btn-fold-left {
  left: 10px;
  transform: translate(0, 50%);
}
body.no-left #contents > .btn-fold-left::after {
  transform: rotate(180deg);
}
body.no-left #contents #left {
  position: fixed;
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 0;
  margin-left: -50px;
  transform: translate(calc(-100% - 50px), 0);
}
body.no-left #contents.dm #left {
  position: sticky;
  padding-left: inherit;
  padding-right: inherit;
  left: 0;
  flex: inherit;
  margin-left: 0;
  transform: translate(0, 0);
}

body.no-right #contents > .btn-fold-right {
  right: 10px;
  transform: translate(0, 50%);
}
body.no-right #contents > .btn-fold-right::after {
  transform: rotate(0deg);
  right: 10px;
}
body.no-right #contents #right {
  position: fixed;
  left: 100%;
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 0;
}

.complete-box {
  text-align: center;
}
.complete-box > .progress-list {
  width: 100%;
  display: flex;
  justify-content: center !important;
}
.complete-box h2 {
  display: block;
  width: 100%;
  text-align: center;
}
.complete-box .ico {
  width: 4.6667rem;
  height: 4.6667rem;
  margin-bottom: 3.3333rem;
}
.complete-box .ico.loading {
  animation: rotate360 2s infinite ease-in-out;
}
.complete-box h2 + p.guide {
  margin-top: 2rem;
  line-height: 1.75em;
}
.complete-box .btn-wrap:last-child {
  margin-top: 3.3333rem;
}
.complete-box .member-sv-box {
  width: 480px;
  margin: 0 auto;
  text-align: left;
  padding-left: 4rem;
  background: #f7f8fb;
  padding: 2rem 3rem 2rem 3.7rem;
}

.service-wrap > ul {
  display: grid;
  gap: 1.06667em;
  grid-template-columns: 1fr 1fr;
}
.service-wrap > ul.guide {
  display: block;
}
.service-wrap > ul.selected {
  display: block;
}
.service-wrap .form-check-input + label {
  width: 100%;
  padding: 1.1071em 1.2em 0.9871em;
  justify-content: flex-end;
  opacity: 1 !important;
}
.service-wrap .form-check-input + label > *:first-child {
  text-align: left;
}
.service-wrap .form-check-input + label > span.prc {
  flex: 1 1 auto;
  text-align: right;
  font-size: 0.8667rem;
  font-weight: 500;
}
.service-wrap .form-check-input:checked + label > button {
  font-weight: 600;
  color: #142456;
}
.service-wrap .form-check-input:checked + label,
.service-wrap .form-check-input:checked + label span {
  font-weight: 600;
  color: #142456;
  background: #f3f6ff;/*2025-04-08 추가*/
}
.service-wrap .form-check-input:checked + label > span.prc {
  font-weight: 400;
  color: #142456;
}

.btn-wrap.determine.bottom {
  margin-left: -50px;
  margin-bottom: -7rem;
  margin-top: 7rem;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  width: calc(100% + 100px);
  justify-content: space-between;
  flex-wrap: nowrap;
}
.btn-wrap.determine.bottom.stick-bottom {
  background-color: #fff;
  z-index: 1;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.btn-wrap.determine.bottom > div {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-right: 0;
}
.btn-wrap.determine.bottom .btn strong {
  font-weight: 400;
  color: inherit;
  font-size: 0.6667em;
}

.guide-txt-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.3rem;
  background-color: #142456;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.guide-box {
  background-color: #F2F4FA;
  padding: 2rem;
  font-size: 1.0667rem;
  line-height: 1.625em;
  overflow-y: auto;
}
.guide-box strong {
  font-weight: 400;
  color: #14498e;
}
.guide-box ul > li {
  line-height: 1.8em;
}

.service-contents {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 2rem;
  background-color: #F2F4FA;
}
.service-contents.full {
  width: 100%;
  padding: 3rem;
  row-gap: 4rem;
}
.service-contents .selected {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.7rem;
}
.service-contents .selected li {
  border: none;
  border-radius: 100px;
}
.service-contents .selected li span {
  color: #7a7d87;
}
.service-contents dl {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #A9B2B8;
  display: grid;
  grid-template-columns: 5.5em 1fr;
  row-gap: 1.3333rem;
}
.service-contents dl.info {
  padding-top: 0;
  grid-template-columns: 7.5em 1fr 7.5em 1fr;
}
.service-contents dl dt {
  font-weight: 600;
}
.service-contents p.guide {
  margin-top: 1.7rem;
}

ul.prepare {
  display: flex;
  flex-direction: column;
  gap: 3.3333rem;
}
ul.prepare > li {
  display: flex;
  font-size: 1.4667rem;
  gap: 0.9em;
  align-items: center;
  font-weight: 600;
}
ul.prepare > li::before {
  content: "";
  display: block;
  width: 4.2em;
  height: 4.2em;
  border-radius: 1.1em;
  background-color: #F0F2FA;
  background-position: 50% 50%;
  background-size: 64% 64%;
  background-repeat: no-repeat;
}
ul.prepare > li.identification::before {
  background-image: url("/img/contents/ico-identification.svg");
}
ul.prepare > li.account::before {
  background-image: url("/img/contents/ico-account.svg");
}
ul.prepare > li.smartphone::before {
  background-image: url("/img/contents/ico-phone.svg");
}
ul.prepare > li p {
  font-size: 0.8181em;
  font-weight: 400;
  color: #99A4AB;
}

.btn.btn-init {
  color: #142456;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.btn.btn-init::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: static;
  transform: translate(0, 0);
  width: 1em;
  height: 1em;
  mask-image: url("/img/contents/ico-init.svg");
  background-color: #142456;
  margin-top: -0.18em;
  padding: 0.3rem 0.6rem !important;
}

.item-box {
  border: 1px solid #99A4AB;
  border-radius: 1.2rem;
  padding: 2.7rem 3rem 2.5rem;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.item-box + .item-box {
  margin-top: 2rem;
}
.item-box:hover {
  transform: scale(1.02);
}
.item-box h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.item-box[class*=support] {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem 2rem;
  align-items: flex-start;
}
.item-box[class*=support] h3 {
  flex: 0 0 10em;
}
.item-box[class*=support] .btn {
  margin-left: auto;
}
.item-box[class*=support].support-2 h3 {
  flex: 1 1 auto;
}
.item-box[class*=support] dl {
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
}
.item-box[class*=support] dl * {
  text-align: right;
  white-space: nowrap;
}
.item-box[class*=support] dl dd + dt {
  margin-top: 0.8em;
}
.item-box[class*=support] dl dd {
  font-size: 1.6rem;
  color: #14498e;
  font-weight: 600;
}
.item-box.complete {
  opacity: 0.6;
}
.item-box.complete:hover {
  opacity: 1;
}
.item-box.document, .item-box.bonds {
  border-radius: 0.5rem;
}
.item-box.evt {
  border: 2px solid #142456;
}
.item-box.grade {
  display: flex;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  gap: 1rem 3rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.item-box.grade + .item-box.grade {
  margin-top: 1.2rem;
}
.item-box.grade .big-rank {
  font-size: 1.2rem;
  font-weight: 600;
}
.item-box.grade > * {
  display: flex;
  align-items: center;
}
.item-box.grade > *:first-child {
  margin-right: auto;
}
.item-box.grade .table-wrap {
  display: none;
  width: 100%;
}
.item-box.document.eval > .row {
  flex-wrap: wrap;
}
.item-box.document.eval > .row > * {
  flex: 1 1 auto;
}
.item-box.document.eval > .row > *.col {
  width: auto;
}
.item-box.search-result {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 0;
  border-color: #D0D2DC;
  border-top-color: #142456;
}
.item-box.search-result h3 {
  gap: 0.5em;
}
.item-box.search-result > ul:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-bottom: 0.5rem;
}
.item-box.search-result .btn-favorite {
  position: absolute;
  top: 2.7rem;
  right: 3rem;
  z-index: 1;
}
.item-box.search-result .flex-box {
  flex-wrap: wrap;
  row-gap: 2rem;
}
.item-box.search-result .flex-box dl.status {
  display: grid;
  gap: 0.64rem;
  grid-template-columns: 60px 1fr;
}
.item-box.search-result .flex-box dl.status * {
  white-space: nowrap;
}
.item-box.search-result .flex-box dl.status dd span {
  font-size: 1.0667rem;
}
.item-box.search-result .flex-box ul.info {
  display: flex;
  gap: 0.64rem;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
}
.item-box.search-result .flex-box ul.info > li dl {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.item-box.search-result .flex-box ul.info > li dl dd {
  font-weight: 600;
  color: #EC8F30;
}
.item-box.bonds > .flex-box > .status {
  background-color: transparent;
  color: #99A4AB;
  padding: 0;
  position: absolute;
  top: 2.7rem;
  right: 3em;
  font-size: 0.8667rem;
}
.item-box.bonds > .flex-box > .status.emphasis {
  color: #EC8F30;
}
.item-box > .btn-wrap {
  gap: 2rem;
  top: auto;
  left: auto;
  position: absolute;
  right: 3rem;
  bottom: 2.5rem;
}
.item-box + .item-box.document, .item-box + .item-box.bonds {
  margin-top: 2rem;
}
span.status {
  font-size: 0.9333rem;
  font-weight: 400;
  padding: 0.3em 0.8em 0.2em;
  border-radius: 100px;
  background-color: #EBEDF3;
}
span.status.address {
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8667rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #A9B2B8;
  margin-right: 0.35em;
}
span.status.text {
  background-color: transparent;
  padding: 0;
  font-weight: 600;
}
span.status.text.very-good {
  color: #142456 !important;
}
span.status.text.good {
  color: #4785d5 !important;
}
span.status.text.normal {
  color: #53C74F !important;
}
span.status.text.bad {
  color: #EC8F30 !important;
}
span.status.text.very-bad {
  color: #F35E37 !important;
}
span.status.add-html {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  padding: 0.25em 1em !important;
}
span.status.add-html.show {
  display: inline-flex;
  gap: 0.5em;
}
span.status.add-html.show .btn.no-text.btn-close {
  font-size: 0px;
  text-indent: -9999px;
  display: block;
  padding: 0;
  width: 1rem !important;
  height: 1rem !important;
  position: static;
  margin-top: -0.5em;
  background: inherit;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-size: 60% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
span.status.active {
  color: #142456;
  border: 1px solid #142456;
  background-color: transparent;
}
span.status.complete {
  color: #fff;
  border: 1px solid #142456;
  background-color: #142456;
}
span.status.fault {
  color: #fff;
  background-color: #FFA448;
}
span.status.disabled {
  color: #6E7180;
  opacity: 0.65;
}
span.status > span {
  display: flex;
}
span.status.sm {
  font-size: 0.8rem;
}

.item-box h4 {
  font-size: 1.4rem;
}
.item-box .btn.right-bottom {
  position: absolute;
  bottom: 2.2rem;
  right: 3rem;
}
.item-box span.date {
  font-size: 1rem;
  color: #99A4AB;
}
.item-box .bottom {
  border-top: 1px solid #e1e3e8;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
}
.item-box .bottom > .flex-box {
  gap: 1rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}
.item-box .bottom > .flex-box div:last-child {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.item-box .bottom > .flex-box div:last-child > span {
  font-size: 1rem;
}
.item-box .bottom .ps-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.item-box .bottom .ps-wrap .progress-status {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  align-items: center;
  gap: 0.5rem;
}
.item-box .bottom .ps-wrap .progress-status dt {
  flex: 0 0 70%;
}
.item-box .bottom .ps-wrap .progress-status dd {
  display: flex;
  align-items: center;
  gap: 1rem;
}
*[data-percentage] {
  background-color: #F2F4FA;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 16px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
*[data-percentage].full {
  width: 100%;
  height: 20px;
  margin-bottom: 3.3333rem;
  position: sticky;
  z-index: 1;
  top: 115px;
}
*[data-percentage].full::before {
  font-size: 1rem;
}
*[data-percentage]::before {
  content: attr(data-percentage);
  font-size: 0.7333rem;
  position: relative;
  z-index: 10;
  color: #bdbdbd;
  font-weight: 600;
}
*[data-percentage] em {
  background-color: #142456;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.item-box dl.status {
  display: flex;
  gap: 1em;
}
.item-box dl.status.grid {
  display: grid;
  grid-template-columns: 70px 1fr;
  row-gap: 0.6667rem;
}
.item-box dl.status > * {
  align-items: top;
}
.item-box dl.status dt {
  display: flex;
  color: #99A4AB;
}
.item-box dl.status dd {
  margin-right: 0.5rem;
}
.item-box dl.status dd a {
  margin-right: 0.5em;
}
.item-box dl.status dd a:hover {
  text-decoration: underline;
}
.item-box dl.status dd button:hover {
  text-decoration: underline;
}
.item-box dl.status dd span {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  word-break: break-all;
  font-size: 1rem;
}
.item-box dl.status dd span.active {
  color: #142456;
  font-weight: 600;
}
.item-box dl.status dd span::after {
  content: "";
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: block;
  width: 1em;
  height: 1em;
  mask-image: url("/img/common/ico-carousel-arrow.svg");
  mask-size: 40% auto;
  background-color: #99A4AB;
  transform: rotate(180deg);
}
.item-box dl.status dd span:last-child::after {
  display: none;
}
.item-box dl.status dd span.submitto {
  color: #25262B;
}
.item-box ul.status {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.item-box ul.status > li {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.item-box ul.status > li span.status {
  margin-left: 0;
}
.item-box ul.status > li div:last-child {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

dl.send-status {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #A9B2B8;
  border-bottom: 1px solid #A9B2B8;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  grid-template-columns: 100px 1fr;
  row-gap: 1.6rem;
  flex-wrap: wrap;
}
dl.send-status dt {
  flex: 0 0 100px;
  text-align: left;
}
dl.send-status dd {
  flex: 1 1 calc(100% - 100px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
dl.send-status dd span.percentage {
  width: 100px;
}
dl.send-status dd span.status {
  width: 6em;
  overflow: hidden;
}
dl.send-status dd span.status.sending {
  position: relative;
}
dl.send-status dd span.status.sending::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #142456;
  animation: sending 2s forwards infinite;
}
dl.send-status dd span.status.sending span {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  display: block;
}

.fc {
  /* Header
  ------------------------------------------------------------------------*/
  /* buttons edges butting together */
  /* button layering (for border precedence) */
  /* Content
  ------------------------------------------------------------------------*/
  /* Cell Styles
  ------------------------------------------------------------------------*/
  /* <th>, usually */
  /* Buttons
  ------------------------------------------------------------------------*/
  /*
  Our default prev/next buttons use HTML entities like ‹ › « »
  and we'll try to make them look good cross-browser.
  */
  /* icon (for jquery ui) */
  /* Global Event Styles
  ------------------------------------------------------------------------*/
  /* Horizontal Events
  ------------------------------------------------------------------------*/
  /* resizable */
  /* Reusable Separate-border Table
  ------------------------------------------------------------*/
  /* Month View, Basic Week View, Basic Day View
  ------------------------------------------------------------------------*/
  /* event styles */
  /* right-to-left */
  /* Agenda Week View, Agenda Day View
  ------------------------------------------------------------------------*/
  /* make axis border take precedence */
  /* all-day area */
  /* divider (between all-day and slots) */
  /* slot rows */
  /* Vertical Events
  ------------------------------------------------------------------------*/
  /* resizable */
  /*!
  * FullCalendar v1.6.4 Print Stylesheet
  * Docs & License: http://arshaw.com/fullcalendar/
  * (c) 2013 Adam Shaw
  */
  /*
  * Include this stylesheet on your page to get a more printer-friendly calendar.
  * When including this stylesheet, use the media='print' attribute of the <link> tag.
  * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
  */
  /* Events
  -----------------------------------------------------*/
  /* for vertical events */
}
.fc td.fc-day {
  background: #fff !important;
  vertical-align: top;
}
.fc td.fc-today {
  background: #fff !important;
  position: relative;
}
.fc .fc-first th {
  background: transparent !important;
  color: #99A4AB;
  font-size: 0.9333rem !important;
  font-weight: 600 !important;
  border-top: 1px solid #ccc;
}
.fc .fc-event-inner {
  font-family: "Open Sans", sans-serif;
  background: #F2F4FA !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  padding: 5px 4px !important;
  border-radius: 0.3rem;
  letter-spacing: 0;
}
.fc .fc {
  direction: ltr;
  text-align: left;
}
.fc .fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fc html .fc,
.fc .fc table {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.fc .fc td,
.fc .fc th {
  padding: 0;
  vertical-align: top;
}
.fc .fc-header > tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5em;
}
.fc .fc-header > tr td {
  white-space: nowrap;
  padding: 0;
}
.fc .fc-header-left {
  width: auto;
  text-align: left;
}
.fc .fc-header-top-center {
  display: none;
}
.fc .fc-header-center {
  display: none;
  text-align: center;
}
.fc .fc-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  text-align: right;
}
.fc .fc-header-right .fc-button {
  line-height: 1.64em;
}
.fc .fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc .fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
  font-size: 1.3333rem;
  font-weight: 600;
}
.fc span.fc-button {
  color: #36474f;
  font-weight: 600;
  text-transform: capitalize;
}
.fc .fc-state-down,
.fc .fc-state-active {
  background-color: transparent !important;
  color: #137abb !important;
  font-weight: 600;
}
.fc .fc .fc-header-space {
  padding-left: 10px;
}
.fc .fc-header .fc-button {
  vertical-align: top;
}
.fc .fc-button-wrap {
  display: inline-block;
  padding: 0 0.06em;
  margin: 0;
}
.fc .fc-header .fc-button {
  margin-right: -1px;
}
.fc .fc-header .fc-corner-right,
.fc .fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */
}
.fc .fc-header .fc-state-hover,
.fc .fc-header .ui-state-hover {
  z-index: 2;
}
.fc .fc-header .fc-state-down {
  z-index: 3;
}
.fc .fc-header .fc-state-active,
.fc .fc-header .ui-state-active {
  z-index: 4;
}
.fc .fc-content {
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}
.fc .fc-view {
  width: 100%;
  overflow: hidden;
}
.fc .fc-widget-content {
  /* <td>, usually */
  border: 1px solid #e5e5e5;
}
.fc .fc-widget-header {
  border-bottom: 1px solid #eee;
}
.fc .fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  /* background: #fcf8e3; */
}
.fc .fc-state-highlight > div > div.fc-day-number {
  background-color: #142456;
  color: #ffffff;
  border-radius: 50%;
  margin: 4px;
}
.fc .fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: rgba(0, 72, 143, 0.3) !important;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none !important;
  /* for IE */
}
.fc .fc-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}
.fc .fc-text-arrow {
  margin: 0 0.4em;
  font-size: 2em;
  line-height: 23px;
  vertical-align: baseline;
  /* for IE7 */
}
.fc .fc-button-prev .fc-text-arrow,
.fc .fc-button-next .fc-text-arrow {
  /* for ‹ › */
  font-weight: bold;
}
.fc .fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}
.fc .fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  *margin-top: 0;
  *top: -50%;
}
.fc .fc-state-default {
  border-color: #137abb;
  color: #137abb;
}
.fc .fc-button-month.fc-state-default,
.fc .fc-button-agendaWeek.fc-state-default,
.fc .fc-button-agendaDay.fc-state-default {
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.fc .fc-state-hover,
.fc .fc-state-down,
.fc .fc-state-active,
.fc .fc-state-disabled {
  color: #36474f;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.fc .fc-state-hover {
  color: #ff3b30;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc .fc-state-down,
.fc .fc-state-active {
  background-color: #ff3b30;
  background-image: none;
  outline: 0;
  color: #ffffff;
  border-radius: 0;
}
.fc .fc-state-disabled {
  cursor: default;
  background-image: none;
  background-color: #ffe3e3;
  filter: alpha(opacity=65);
  box-shadow: none;
  border: 1px solid #ffe3e3;
  color: #ff3b30;
}
.fc .fc-event-container > * {
  z-index: 8;
}
.fc .fc-event-container > .ui-draggable-dragging,
.fc .fc-event-container > .ui-resizable-resizing {
  z-index: 9;
}
.fc .fc-event {
  border: 1px solid #fff;
  /* default BORDER color */
  background-color: #fff;
  /* default BACKGROUND color */
  color: #919191;
  /* default TEXT color */
  font-size: 12px;
  cursor: default;
}
.fc .fc-event.chill {
  background-color: #f3dcf8;
}
.fc .fc-event.info {
  background-color: #c6ebfe;
}
.fc .fc-event.important {
  background-color: #ffbebe;
}
.fc .fc-event.success {
  background-color: #beffbf;
}
.fc .fc-event:hover {
  opacity: 0.7;
}
.fc a.fc-event {
  text-decoration: none;
}
.fc a.fc-event,
.fc .fc-event-draggable {
  cursor: pointer;
}
.fc .fc-rtl .fc-event {
  text-align: right;
}
.fc .fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 15px;
}
.fc .fc-event-time,
.fc .fc-event-title {
  padding: 0 1px;
}
.fc .fc .fc-grid .fc-event-time {
  font-weight: 400;
}
.fc .fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}
.fc .fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc .fc-ltr .fc-event-hori.fc-event-start,
.fc .fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  /*
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  */
}
.fc .fc-ltr .fc-event-hori.fc-event-end,
.fc .fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  /*
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  */
}
.fc .fc-event-hori .ui-resizable-e {
  top: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: e-resize;
}
.fc .fc-event-hori .ui-resizable-w {
  top: 0 !important;
  left: -3px !important;
  width: 7px !important;
  height: 100% !important;
  cursor: w-resize;
}
.fc .fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}
.fc table.fc-border-separate {
  border-collapse: separate;
  border-top: 1px solid #142456;
  border-bottom: 1px solid #142456;
}
.fc .fc-border-separate th,
.fc .fc-border-separate td {
  border-width: 0;
}
.fc .fc-border-separate th.fc-last,
.fc .fc-border-separate td.fc-last {
  border-right-width: 0;
}
.fc .fc-border-separate .fc-week .fc-first {
  border-left: 0;
}
.fc .fc-border-separate .fc-week .fc-last {
  border-right: 0;
}
.fc .fc-border-separate tr.fc-last th {
  border-bottom-width: 1px;
  border-color: #cdcdcd;
  color: #142456;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
}
.fc .fc-border-separate tbody tr.fc-first td,
.fc .fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
.fc .fc-grid th {
  text-align: center;
}
.fc .fc .fc-week-number {
  width: 22px;
  text-align: center;
}
.fc .fc .fc-week-number div {
  padding: 0 2px;
}
.fc .fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc .fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
  might want to set the 'color' property instead
  making day-numbers bold also fixes the problem */
}
.fc .fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}
.fc .fc-grid .fc-event-time {
  font-weight: 600;
  margin-right: 0.3em;
}
.fc .fc-rtl .fc-grid .fc-day-number {
  float: left;
}
.fc .fc-rtl .fc-grid .fc-event-time {
  float: right;
}
.fc .fc-agenda table {
  border-collapse: separate;
}
.fc .fc-agenda-days th {
  text-align: center;
}
.fc .fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal;
}
.fc .fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc .fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc .fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc .fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
.fc .fc-agenda-allday th {
  border-width: 0 1px;
}
.fc .fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}
.fc .fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc .fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}
.fc .fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc .fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}
.fc .fc-agenda-slots td div {
  height: 20px;
}
.fc .fc-agenda-slots tr.fc-slot0 th,
.fc .fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc .fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}
.fc .fc-event-vert {
  border-width: 0 1px;
}
.fc .fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.fc .fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc .fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}
.fc .fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc .fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.fc .fc .ui-draggable-dragging .fc-event-bg,
.fc .fc-select-helper .fc-event-bg {
  display: none\9 ;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}
.fc .fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc .fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}
.fc thead tr.fc-first {
  background-color: transparent;
}
.fc table.fc-header {
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.fc .fc-week .fc-day .btn-text {
  display: none;
  font-size: 0.8rem;
}
.fc .fc-week .fc-day:hover .btn-text {
  display: inline-flex;
  margin-top: 0.75em;
  margin-left: 0.75em;
  float: left;
}
.fc .fc-week .fc-day > div .fc-day-number {
  font-size: 15px;
  margin: 2px;
  min-width: 19px;
  padding: 6px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.fc .fc-sun,
.fc .fc-sat {
  color: #b8b8b8;
}
.fc .fc-week .fc-day:hover .fc-day-number {
  background-color: #b8b8b8;
  border-radius: 50%;
  color: #ffffff;
  transition: background-color 0.2s;
}
.fc .fc-week .fc-day.fc-state-highlight:hover .fc-day-number {
  background-color: #142456;
}
.fc .fc-button-today {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0);
}
.fc .fc-view-agendaDay thead tr.fc-first .fc-widget-header {
  text-align: right;
  padding-right: 10px;
}
.fc .fc-event {
  background: #fff !important;
  color: #000 !important;
}
.fc .fc-event-bg {
  display: none !important;
}
.fc .fc-event .ui-resizable-handle {
  display: none !important;
}

p.readonly {
  font-size: 1.3333rem;
  font-weight: 600;
  cursor: not-allowed;
}
p.readonly strong {
  color: #EC8F30;
}

.checkbox-group.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-check.box .form-check-label {
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 1.5rem;
}
.form-check.box .form-check-label p {
  font-size: 0.9333rem;
  color: #99A4AB;
}
.form-check.box .form-check-label::after {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  transform: translate(0, 0);
}

.accordion-box {
  border: 1px solid #EBEDF3;
  padding: 2.3333rem 2.3333rem 5.3333rem 2.3333rem !important;
}
.accordion-box.add-html > .btn-close {
  top: auto;
  right: 1.8rem;
  bottom: 2.3333rem;
}
.accordion-box.expand > .row + .row {
  display: block;
}
.accordion-box.expand .btn-expand::before {
  content: "-";
}
.accordion-box.expand .btn-expand::after {
  content: "접기";
}
.accordion-box:nth-of-type(2) {
  padding-bottom: 2.3333rem !important;
}
.accordion-box > .row + .row {
  display: none;
}

.btn-expand {
  display: flex;
  gap: 0.5em;
  padding: 0 !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
}
.btn-expand::before {
  content: "+";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1rem;
}
.btn-expand::after {
  content: attr(data-comment);
}

.btn-favorite {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.btn-favorite::before {
  color: #99A4AB;
  content: attr(data-inactive);
}
.btn-favorite::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-favorite.svg");
  background-color: #99A4AB;
}
.btn-favorite.active::before {
  color: #14498e;
  content: attr(data-active);
}
.btn-favorite.active::after {
  background-color: #14498e;
}

*[class^=col].right-center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

*[class^=col].right-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  align-content: bottom;
}
*[class^=col].right-bottom .btn-wrap {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

*[class^=col].right {
  display: flex;
  justify-content: flex-end;
}

.toast-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.toast-msg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.toast-msg button.fold {
  position: absolute;
  top: calc(-1.5rem - 10px);
  background-color: rgba(236, 239, 243, 0.8);
  border-radius: 100px;
  width: 3rem;
  height: 1.5rem;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  z-index: 1;
}
.toast-msg button.fold::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/common/ico-carousel-arrow.svg");
  mask-size: 50% auto;
  background-color: #99A4AB;
  transform: translate(-50%, -50%) rotate(90deg);
}
.toast-msg .table-wrap.type3 {
  display: none;
}
.toast-msg.active button.fold {
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}
.toast-msg.active button.fold::before {
  transform: translate(-50%, 0) rotate(90deg);
}
.toast-msg.active .table-wrap.active {
  display: block;
}
.toast-msg.active .table-wrap.active.expand {
  display: none;
}
.toast-msg.active.expand button.fold::before {
  transform: translate(-50%, 0) rotate(270deg);
}
.toast-msg.active.expand .table-wrap.active {
  display: none;
}
.toast-msg.active.expand .table-wrap.active.expand {
  display: block;
}
.toast-msg.no-modal {
  bottom: calc(100% + 1px);
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  background-color: transparent;
  overflow: visible;
  transform: translate(-50%, 0);
  background-color: transparent !important;
}
.toast-msg.no-modal > div {
  width: 1000px;
}
.toast-msg > div {
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 -10px 20px rgba(166, 181, 196, 0.12);
  bottom: 0;
  width: 720px;
  max-width: calc(100vw - 80px);
  transition: all 0.35s ease-in;
}
.toast-msg.active {
  background-color: rgba(0, 0, 0, 0.07);
  z-index: 2000;
}
.toast-msg.active > div {
  padding: 4rem;
  max-height: 1000px;
}
.toast-msg .btn-wrap {
  margin-top: 30px;
}

div.box-line {
  display: flex;
  justify-content: space-between;
  border: 1px solid #25262B;
  padding: 2rem 3rem;
}

.tool-tip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.tool-tip::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-question.svg");
  -webkit-mask-image: url("/img/contents/ico-question.svg");
  background-color: #99A4AB;
  margin-left: 0.4em;
}
.tool-tip .tool-tip-layer {
  position: absolute;
  font-size: 0.8667rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.6em;
  border: 1px solid #142456;
  bottom: 100%;
  left: -1em;
  padding: 0.75em 1em;
  display: none;
}
.tool-tip:hover .tool-tip-layer {
  display: block;
}

.amount {
  font-size: 1.3333rem;
  font-weight: 600;
}

.num {
  font-size: 0.6667em;
  margin-left: 0.5em;
  color: #99A4AB;
}

ul.timeline {
  margin-top: 20px;
}
ul.timeline li {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  padding-bottom: 2rem;
}
ul.timeline li p {
  color: #99A4AB;
}
ul.timeline li p:nth-child(2) {
  font-weight: 600;
}
ul.timeline li::before {
  content: "";
  background-color: #99A4AB;
  display: block;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  z-index: 1;
}
ul.timeline li::after {
  content: "";
  background-color: #EBEDF3;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
}
ul.timeline li:last-child::after {
  display: none;
}
ul.timeline li:first-child p {
  font-size: 1.0667em;
  color: #142456;
  font-weight: 600;
}
ul.timeline li:first-child::before {
  background-color: #142456;
  animation: blink 1s forwards infinite ease-in-out;
}

.chat-list {
  display: flex;
  flex-direction: column;
}
.chat-list.user-list > li > a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.user-box, .chat-list > li > a {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  position: relative;
  padding: 2rem;
  padding-left: 50px;
  padding-right: 40px;
  white-space: nowrap;
}
.user-box > div, .chat-list > li > a > div {
  display: flex;
  gap: 0.5em;
  flex-direction: column;
  justify-content: center;
}
.user-box > div p, .chat-list > li > a > div p {
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
}
.user-box > div p:nth-child(2), .chat-list > li > a > div p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 600;
}
.user-box > p:last-child, .chat-list > li > a > p:last-child {
  position: absolute;
  font-size: 0.8667rem;
  color: #99A4AB;
  right: 50px;
  bottom: 50%;
  transform: translate(0, 50%);
}
.user-box .thumbnail, .chat-list > li > a .thumbnail {
  position: relative;
  background-color: #fff;
  flex: 0 0 4.2667rem;
  height: 4.2667rem;
  border-radius: 1.2rem;
  border: 1px solid #A9B2B8;
  padding: 0.6rem;
}
.user-box .thumbnail .indicator, .chat-list > li > a .thumbnail .indicator {
  left: auto;
  transform: translate(25%, -25%);
  border-width: 6px;
}
.user-box .thumbnail img, .chat-list > li > a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.user-box {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.chat-list > li.new .thumbnail .indicator {
  display: block !important;
}
.chat-list > li.active a {
  background-color: rgba(236, 239, 243, 0.8);
}
.chat-list > li.active .thumbnail .indicator {
  display: none;
}

.btn-refresh {
  display: inline-flex;
  gap: 0.4em;
  align-items: center;
}
.btn-refresh::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-refresh.svg");
  background-color: #25262B;
}
.btn-refresh:hover::before {
  animation: rotate360 2s forwards infinite ease-in-out;
}

.modal .chat-list.user-list > li > a {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.modal .chat-list.user-list > li > a .thumbnail {
  height: 2.5rem !important;
  border: none;
  background-color: transparent;
}
.modal .chat-list.user-list > li > a > div:not(.thumbnail) {
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal .chat-list.user-list > li > a > div:not(.thumbnail) * {
  white-space: nowrap;
}
.modal .chat-list.user-list > li > a .btn-text::before {
  font-size: 0.9333rem;
  content: attr(data-comment1);
}
.modal .chat-list.user-list > li.active > a .btn-text::before {
  content: attr(data-comment2);
}

#contents.search .search-panel > .inner > .flex-box {
  margin-top: 1rem;
}
#contents.search .search-panel > .inner > .flex-box > ul {
  margin-top: 0;
}
#contents.search .search-panel > .inner > .flex-box > ul > li:first-child {
  font-weight: 600;
}
#contents.search .search-panel > .inner > .flex-box > ul > li,
#contents.search .search-panel > .inner > .flex-box > ul > li * {
  color: #142456;
}
#contents.search .search-panel > .inner > .flex-box > ul > li button,
#contents.search .search-panel > .inner > .flex-box > ul > li * button {
  color: #142456;
}
#contents.search .search-panel > .inner > .flex-box > ul > li button.btn-remove,
#contents.search .search-panel > .inner > .flex-box > ul > li * button.btn-remove {
  width: 0.4rem;
  height: 0.4rem;
}
#contents.search .search-panel > .inner > .flex-box > ul > li button.btn-remove::before, #contents.search .search-panel > .inner > .flex-box > ul > li button.btn-remove::after,
#contents.search .search-panel > .inner > .flex-box > ul > li * button.btn-remove::before,
#contents.search .search-panel > .inner > .flex-box > ul > li * button.btn-remove::after {
  background-color: #A9B2B8;
}
#contents.search .search-panel > .inner > .flex-box .btn-guide {
  display: flex;
  gap: 0.4em;
  align-items: center;
  color: #142456;
}
#contents.search .search-panel > .inner > .flex-box .btn-guide::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: static;
  width: 1em;
  height: 1em;
  transform: translate(0, 0);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-warning.svg");
  background-color: #142456;
}
#contents.search .btn-detail::before {
  content: attr(data-active);
}
#contents.search .btn-detail.active::before {
  content: attr(data-inactive);
}
#contents.search .search-options {
  margin-top: 3.3333rem;
  background-color: #F7F8FA;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
}
#contents.search .search-options > .inner {
  width: 1300px;
  max-width: calc(100% - 60px);
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
#contents.search .search-options > .inner > .form-label {
  margin-bottom: 0;
  flex: 0 0 6em;
}
#contents.search .search-options > .inner.full {
  width: 100%;
}
#contents.search .search-options > .inner .dropdown {
  display: inline-block;
}
#contents.search .search-options > .inner ul.checkbox-group {
  display: inline-flex;
}
#contents.search .search-options > .inner > .btn.btn-init {
  margin-left: auto;
  background-color: transparent !important;
}
#contents.search .search-options > .inner .btn.dropdown-toggle,
#contents.search .search-options > .inner .dropdown > .form-check-input + label {
  position: relative;
  font-weight: 400;
  font-size: 0.9333rem;
  color: #6E7180;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.75em 1em 0.6em;
  border: 1px solid #A9B2B8;
  opacity: 1;
  background-color: #fff;
}
#contents.search .search-options > .inner .btn.dropdown-toggle::before,
#contents.search .search-options > .inner .dropdown > .form-check-input + label::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #CFD4E6;
  position: absolute;
  bottom: -1px;
  border-radius: 0;
  mask: none;
  left: 10px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 0;
}
#contents.search .search-options > .inner .btn.dropdown-toggle.show,
#contents.search .search-options > .inner .dropdown > .form-check-input + label.show {
  border-color: #142456;
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom-color: #fff !important;
  z-index: 1010;
}
#contents.search .search-options > .inner .btn.dropdown-toggle.show::before,
#contents.search .search-options > .inner .dropdown > .form-check-input + label.show::before {
  width: calc(100% - 20px);
  opacity: 1;
}
#contents.search .search-options > .inner .dropdown-menu {
  min-width: auto;
  background-color: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  border-color: #142456;
  padding: 1rem 0.75rem 0 0.75rem;
  display: none;
  margin-top: -3px !important;
}
#contents.search .search-options > .inner .dropdown-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#contents.search .search-options > .inner .dropdown-menu.grid > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#contents.search .search-options > .inner .dropdown-menu.show {
  display: flex;
}
#contents.search .search-options > .inner .dropdown-menu.show[data-popper-placement=top-start] {
  inset: auto !important;
  margin-top: -1px !important;
  transform: translate(0, 0) !important;
}
#contents.search .search-options > .inner .dropdown-menu .form-check-label {
  width: 100%;
  opacity: 1;
  font-weight: 400;
  color: #99A4AB;
  justify-content: space-between;
}
#contents.search .search-options > .inner .dropdown-menu *:checked + .form-check-label {
  color: #142456;
  font-weight: 600;
}
#contents.search .search-options > .inner .dropdown-menu .btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-top: 0.6667rem;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  grid-column: 1/-1;
}
#contents.search .search-options > .inner .dropdown-menu .btn-wrap .btn {
  font-size: 0.8667rem;
}
#contents.search .search-options > .inner .dropdown-menu .btn-wrap .btn.btn-init {
  color: #99A4AB;
}
#contents.search .search-options > .inner .dropdown-menu .btn-wrap .btn.btn-init::after {
  background-color: #99A4AB;
  width: 0.75em;
  height: 0.75em;
}

.treeview-wrap {
  max-height: 400px;
  overflow-y: auto;
}
.treeview-wrap > .inner {
  overflow: hidden;
}
.treeview-wrap .node- {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border: none;
  font-size: 1.0667rem;
  letter-spacing: 0;
}
.treeview-wrap .node-.node-selected {
  background-color: transparent !important;
  color: inherit !important;
}
.treeview-wrap .icon {
  display: block;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 1.2rem !important;
  height: 1.2rem !important;
  border: 1px solid #99A4AB;
  border-radius: 0.25em;
}
.treeview-wrap .icon.glyphicon:not(.glyphicon-plus):not(.glyphicon-minus):not(.glyphicon-check):not(.glyphicon-unchecked) {
  opacity: 0;
}
.treeview-wrap .icon.node-icon {
  display: none;
}
.treeview-wrap .icon.expand-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.treeview-wrap .icon.expand-icon::before {
  font-size: 0.8rem;
  line-height: 1em;
  content: "+";
}
.treeview-wrap .icon.expand-icon.glyphicon-minus::before {
  content: "-";
}
.treeview-wrap .icon[class*=check] {
  border: 1px solid #99A4AB;
  background-color: transparent;
  border-radius: 0.25em;
  background-color: #fff !important;
}
.treeview-wrap .icon[class*=check]::before {
  content: "";
  display: block;
  width: 1.2rem !important;
  height: 1.2rem !important;
  box-sizing: border-box;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: 44% 47%;
  mask-size: 60% auto;
  mask-image: url("/img/contents/ico-checkbox-checked.svg");
  -webkit-mask-image: url("/img/contents/ico-checkbox-checked.svg");
  background-color: #99A4AB;
}
.treeview-wrap .icon[class*=check].glyphicon-check {
  background-color: #142456 !important;
  border-color: #142456 !important;
}
.treeview-wrap .icon[class*=check].glyphicon-check::before {
  background-color: #fff;
}

.result-wrap {
  display: block;
  gap: 3.3333rem;
}
.result-wrap > .list .item-box {
  cursor: pointer;
}
.result-wrap .tag-list {
  display: flex;
  gap: 1em;
}
.result-wrap .tag-list .tag {
  gap: 0;
  color: #142456;
  font-size: 0.9333rem;
  border: none;
  padding: 0;
}
.result-wrap .tag-list .tag::before {
  content: "#";
}
.result-wrap.management .list .item-box.active {
  border-width: 3px;
  border-color: #142456;
}
.result-wrap .preview-wrap {
  align-self: flex-start;
  border: 0;
  border-radius: 0;
  max-width: 0;
  padding: 0;
  position: sticky;
  overflow-y: auto;
  height: 0;
  top: calc(115px + 3.3333rem);
  transition: all 0.3s ease-in-out;
}
.result-wrap .preview-wrap .btn-close {
  background-color: #B9CCE1;
  border-radius: 50%;
  padding: 0.4em;
  background-size: 0.75em auto;
  position: absolute;
  top: 1rem;
  right: -2rem;
  bottom: auto;
  z-index: 6;
}
.result-wrap .preview-wrap h3 {
  padding-top: 2rem;
  position: sticky;
  top: 0;
}
.result-wrap .preview-wrap h3.flex-box {
  flex-wrap: wrap;
  padding-right: 1rem;
  row-gap: 0.5em;
  background-color: #fff;
  z-index: 2;
}
.result-wrap .preview-wrap h3.flex-box .btn-wrap {
  align-items: center;
}
.result-wrap .preview-wrap h3.flex-box * {
  white-space: nowrap;
}
.result-wrap .preview-wrap .item-box.search-result h3 {
  font-size: 1.3333rem;
}
.result-wrap .preview-wrap .item-box.search-result .flex-box {
  row-gap: 1rem;
}
.result-wrap .preview-wrap .round-information > li {
  flex: 0 1 auto;
}
.result-wrap.active {
  display: flex;
}
.result-wrap.active > * {
  flex: 1 1 50%;
}
.result-wrap.active > .list {
  row-gap: 0;
}
.result-wrap.active > .list .item-box {
  opacity: 0.5;
  border-left: none;
  border-right: none;
}
.result-wrap.active > .list .item-box + .item-box {
  margin-top: -1px;
  border-top-color: #D0D2DC;
}
.result-wrap.active > .list .item-box.active {
  opacity: 1;
}
.result-wrap.active .preview-wrap {
  max-width: 100%;
  height: calc(100vh - 115px - 6.6666rem);
  background-color: #fff;
  border: 3px solid #142456;
  border-radius: 1rem;
  padding: 0 3rem 3rem 3rem;
  z-index: 5;
}

.folder-wrap {
  display: flex;
  gap: 2.3333rem;
}
.folder-wrap .folder-left {
  position: sticky;
  top: calc(115px + 3.3333rem);
  flex: 0 0 400px;
  background-color: #F7F8FA;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: fit-content;
  overflow: hidden;
}
.folder-wrap .folder-left .inner {
  padding: 2.3333rem;
  background-color: #fff;
}
.folder-wrap .folder-left .inner ul.list {
  display: flex;
  flex-direction: column;
}
.folder-wrap .folder-left .inner ul.list li > a {
  padding: 0.75em 0.5em;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
}
.folder-wrap .folder-left .inner ul.list li > a > p {
  font-size: 1.2rem;
}
.folder-wrap .folder-left .inner ul.list li > a > p:first-child {
  margin-right: auto;
  color: #25262B;
}
.folder-wrap .folder-left .inner ul.list li > a > p:nth-child(2) {
  font-weight: 600;
  color: #14498e;
}
.folder-wrap .folder-left .inner ul.list li > a .btn.btn-trash {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  width: 1.2rem;
  height: 1.2rem;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("/img/contents/ico-trash.svg");
  background-color: #99A4AB;
}
.folder-wrap .folder-left .inner ul.list li.active > a {
  background-color: rgba(236, 239, 243, 0.8);
}
.folder-wrap .result-wrap {
  flex: 1 1 auto;
}

.row.flex-box {
  gap: 2rem;
}
.row.flex-box > *[class*=col] {
  width: auto;
  flex: 1 1 0;
}

.flex-responsive {
  display: flex;
  gap: 2.333rem;
  flex-wrap: wrap;
}
.flex-responsive > .col {
  flex: 1 1 auto;
}

.chart-wrap .toastui-chart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-wrap.radar canvas {
  max-width: 100%;
  max-height: 52vw;
}

.board-wrap {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #142456;
}
.board-wrap .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CFD4E6;
  padding-top: 2.3333rem;
  padding-bottom: 2.3333rem;
  transition: all 0.25s ease-in-out;
}
.board-wrap .item:hover {
  transform: scale(1.02);
}
.board-wrap .item > div > p {
  font-weight: 600;
  font-size: 1.0667rem;
}
.board-wrap .item > div > p.info {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
.board-wrap .item > div > p.info span {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  line-height: normal;
}
.board-wrap .item > div > p.info span + span {
  border-left: 1px solid #B9CCE1;
  padding-left: 0.6em;
}
.board-wrap .item span.status {
  flex: 0 0 10em;
  text-align: center;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 600;
  color: #99A4AB;
}
.board-wrap .item span.status.active {
  color: #EC8F30;
}
.board-wrap .item p + span {
  margin-top: 0.5em;
  font-size: 1rem;
}
.board-wrap .item .answer {
  max-height: 0;
}
.board-wrap .item .active + .answer {
  max-height: 10000px;
}
.board-wrap.faq .item {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.board-wrap.faq .item.active > p {
  font-weight: 600;
}
.board-wrap.faq .item:hover {
  transform: scale(1);
}
.board-wrap.faq .item::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%) rotate(0deg);
  mask: url("/img/common/ico-util-arrow.svg") 50% 50%/13px auto no-repeat;
  background-color: #99A4AB;
}
.board-wrap.faq .item.active > p {
  font-weight: 600;
}
.board-wrap.faq .item.active::after {
  transform: translate(0, -50%) rotate(180deg);
}
.board-wrap.faq .answer {
  max-height: 0;
  padding: 0;
  background-color: #F7F8FA;
  overflow: hidden;
}
.board-wrap.faq .active + .answer {
  max-height: 10000px;
  padding: 2rem;
}

.tutorial-wrap {
  width: 640px;
  max-width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.tutorial-wrap .owl-carousel {
  overflow: visible;
}
.tutorial-wrap .owl-carousel .owl-item {
  height: 100%;
}
.tutorial-wrap .owl-carousel .owl-item .item {
  border: 1px solid #CFD4E6;
  padding: 2.5rem;
  border-radius: 1rem;
  height: 100%;
  z-index: 1;
}
.tutorial-wrap .owl-carousel .owl-item .item .chat-room {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.tutorial-wrap .owl-carousel .owl-item .item .chat-room .container {
  flex: 1 1 auto;
}
.tutorial-wrap .owl-carousel .owl-item .item .chat-room .container > .flex-box {
  margin-top: 0 !important;
}
.tutorial-wrap .owl-carousel .owl-item .item .chat-room .container > .flex-box .btn {
  align-self: end;
  position: relative;
}
.tutorial-wrap .owl-carousel .owl-item .item .chat-room .container > .flex-box .btn.btn-box-primary::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  border-radius: 50%;
  background-color: #FFA448;
  animation: blink 1s infinite ease-in-out;
}
.tutorial-wrap .owl-carousel .owl-item.active .show-up {
  opacity: 0;
  animation: showUp 0.5s forwards ease-in-out;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(1) {
  animation-delay: 300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(2) {
  animation-delay: 600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(3) {
  animation-delay: 900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(4) {
  animation-delay: 1200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(5) {
  animation-delay: 1500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(6) {
  animation-delay: 1800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(7) {
  animation-delay: 2100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(8) {
  animation-delay: 2400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(9) {
  animation-delay: 2700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(10) {
  animation-delay: 3000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(11) {
  animation-delay: 3300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(12) {
  animation-delay: 3600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(13) {
  animation-delay: 3900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(14) {
  animation-delay: 4200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(15) {
  animation-delay: 4500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(16) {
  animation-delay: 4800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(17) {
  animation-delay: 5100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(18) {
  animation-delay: 5400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(19) {
  animation-delay: 5700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(20) {
  animation-delay: 6000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(21) {
  animation-delay: 6300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(22) {
  animation-delay: 6600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(23) {
  animation-delay: 6900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(24) {
  animation-delay: 7200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(25) {
  animation-delay: 7500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(26) {
  animation-delay: 7800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(27) {
  animation-delay: 8100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(28) {
  animation-delay: 8400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(29) {
  animation-delay: 8700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(30) {
  animation-delay: 9000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(31) {
  animation-delay: 9300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(32) {
  animation-delay: 9600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(33) {
  animation-delay: 9900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(34) {
  animation-delay: 10200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(35) {
  animation-delay: 10500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(36) {
  animation-delay: 10800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(37) {
  animation-delay: 11100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(38) {
  animation-delay: 11400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(39) {
  animation-delay: 11700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(40) {
  animation-delay: 12000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(41) {
  animation-delay: 12300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(42) {
  animation-delay: 12600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(43) {
  animation-delay: 12900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(44) {
  animation-delay: 13200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(45) {
  animation-delay: 13500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(46) {
  animation-delay: 13800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(47) {
  animation-delay: 14100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(48) {
  animation-delay: 14400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(49) {
  animation-delay: 14700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(50) {
  animation-delay: 15000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(51) {
  animation-delay: 15300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(52) {
  animation-delay: 15600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(53) {
  animation-delay: 15900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(54) {
  animation-delay: 16200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(55) {
  animation-delay: 16500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(56) {
  animation-delay: 16800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(57) {
  animation-delay: 17100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(58) {
  animation-delay: 17400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(59) {
  animation-delay: 17700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(60) {
  animation-delay: 18000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(61) {
  animation-delay: 18300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(62) {
  animation-delay: 18600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(63) {
  animation-delay: 18900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(64) {
  animation-delay: 19200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(65) {
  animation-delay: 19500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(66) {
  animation-delay: 19800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(67) {
  animation-delay: 20100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(68) {
  animation-delay: 20400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(69) {
  animation-delay: 20700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(70) {
  animation-delay: 21000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(71) {
  animation-delay: 21300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(72) {
  animation-delay: 21600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(73) {
  animation-delay: 21900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(74) {
  animation-delay: 22200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(75) {
  animation-delay: 22500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(76) {
  animation-delay: 22800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(77) {
  animation-delay: 23100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(78) {
  animation-delay: 23400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(79) {
  animation-delay: 23700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(80) {
  animation-delay: 24000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(81) {
  animation-delay: 24300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(82) {
  animation-delay: 24600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(83) {
  animation-delay: 24900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(84) {
  animation-delay: 25200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(85) {
  animation-delay: 25500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(86) {
  animation-delay: 25800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(87) {
  animation-delay: 26100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(88) {
  animation-delay: 26400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(89) {
  animation-delay: 26700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(90) {
  animation-delay: 27000ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(91) {
  animation-delay: 27300ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(92) {
  animation-delay: 27600ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(93) {
  animation-delay: 27900ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(94) {
  animation-delay: 28200ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(95) {
  animation-delay: 28500ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(96) {
  animation-delay: 28800ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(97) {
  animation-delay: 29100ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(98) {
  animation-delay: 29400ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(99) {
  animation-delay: 29700ms;
}
.tutorial-wrap .owl-carousel .owl-item .chat-room .show-up:nth-child(100) {
  animation-delay: 30000ms;
}
.tutorial-wrap .owl-carousel .owl-dots {
  width: auto;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  display: flex;
  gap: 0.5rem;
}
.tutorial-wrap .owl-carousel .owl-dots button.owl-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #99A4AB;
}
.tutorial-wrap .owl-carousel .owl-dots button.owl-dot.active {
  background-color: #142456;
}
.tutorial-wrap .owl-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 6rem);
  margin-left: -3rem;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translate(0, -50%);
}
.tutorial-wrap .owl-carousel .owl-nav button {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  mask-size: 1.2rem auto;
}
.tutorial-wrap .owl-carousel .owl-nav.owl-prev {
  left: 0;
  transform: translate(calc(-100% - 1rem), -50%);
}
.tutorial-wrap .owl-carousel .owl-nav.owl-prev::after {
  content: "이전";
}
.tutorial-wrap .owl-carousel .owl-nav.owl-next {
  right: 0;
  transform: translate(calc(100% + 1rem), -50%) rotate(180deg);
}
.tutorial-wrap .owl-carousel .owl-nav.owl-next::before {
  content: "다음";
}

.item-wrap {
  display: flex;
  gap: 1.5rem;
}
.item-wrap h5 {
  margin-bottom: 1rem;
}
.item-wrap > * {
  flex: 1 1 auto;
}

.com-search {
  padding: 1rem 0.7rem;
  margin-top: 0.4rem;
  display: none;
  row-gap: 1rem;
  max-height: 21vh;
  overflow-x: hidden;
  overflow-y: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.com-search.active {
  display: grid;
}
.com-search > li > button {
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.15s ease-in-out;
  position: relative;
}
.com-search > li > button:hover {
  transform: scale(1.1);
  z-index: 1;
}
.com-search > li > button.active {
  border: 2px solid #14498e;
}
.com-search > li > button img {
  max-width: 150px;
}

.service-select {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.service-select > li > .form-check .form-check-label {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: flex-end;
}
.service-select > li > .form-check .form-check-label span:first-child {
  margin-right: auto;
}
.service-select > li > .form-check .form-check-input + label {
  font-size: 1.0667rem;
}
.service-select > li > .form-check .form-check-input + label span.prc {
  display: none;
}
.service-select > li > .form-check .form-check-input:checked + label span.prc {
  display: block;
}
.service-select .service-select-sub {
  display: none;
  justify-content: space-between;
  gap: 0.5em 1em;
  margin-top: 1rem;
  margin-bottom: 1.3333rem;
}
.service-select .service-select-sub.active {
  display: flex;
}
.service-select .service-select-sub > * {
  flex: 1 1 auto;
}
.service-select .service-select-sub .form-check-label {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.service-select .service-select-sub .form-check-label *:first-child {
  margin-right: auto;
}

.ci-wrap {
  display: flex;
  gap: 1.333rem;
}
.ci-wrap > * {
  flex: 1 1 0;
}
.ci-wrap dl dt {
  font-size: 1.3333rem;
  font-weight: 600;
}
.ci-wrap dl dd {
  margin-top: 1em;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border: 1px solid #99A4AB;
  background: url("/img/contents/bg-line.png") 50% 50%/cover;
}
.ci-wrap dl dd img {
  max-width: 60%;
}

.color-system {
  display: flex;
  justify-content: flex-start;
  gap: 1.3333em;
}
.color-system > li {
  flex: 0 0 13.3333rem;
  height: 13.3333rem;
  border: 1rem solid #fff;
  box-shadow: 0 0 0 1px #EBEDF3;
  background-color: #fff;
  padding: 1.3333rem;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  justify-content: flex-end;
  align-items: baseline;
}
.color-system > li * {
  color: #fff;
}
.color-system > li span {
  font-weight: 600;
  margin-bottom: 0.2em;
}
.color-system > li p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.color-system > li.ci-color-1 {
  background-color: #292f68;
}
.color-system > li.ci-color-2 {
  background-color: #0c589e;
}
.color-system > li.ci-color-3 {
  background-color: #92bcca;
}
.color-system > li.ci-color-4 {
  background-color: #a5a5a5;
}
.color-system > li.ci-color-5 {
  background-color: #dc4a1c;
}

.color-example {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3333rem;
}
.color-example > li {
  padding: 3.3333rem;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  justify-content: center;
  align-items: center;
}
.color-example > li img {
  max-width: 60%;
}
.color-example > li.type1 {
  background-color: #292F68;
}
.color-example > li.type2 {
  background-color: #F7F7F7;
}
.color-example > li.type3 {
  background-color: #1D1D1D;
}
.color-example > li.type4 {
  background-color: #C3DDE6;
}

.org-chart {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 37.9310344828%;
  background: url("/img/contents/bg-org-line.png") 50% 50%/contain no-repeat;
}
.org-chart .item {
  position: absolute;
  width: 17.2413793103%;
  padding-top: 6.8965517241%;
  height: 0;
  border: 1px solid #CFD4E6;
  border-top: 2px solid #142456;
  background-color: #fff;
  z-index: 1;
}
.org-chart .item span {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  transform: translate(0, -50%);
  font-size: 1.2vw;
  font-weight: 600;
  color: #25262B;
}

.welfare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.3333rem;
}
.welfare-wrap > li {
  border: 1px solid #CFD4E6;
  border-top: 2px solid #142456;
  text-align: center;
  padding: 4rem 2rem;
}
.welfare-wrap > li p, .welfare-wrap > li a {
  font-size: 2.8rem;
  color: #142456;
}
.welfare-wrap > li a {
  display: block;
}
.welfare-wrap > li a:hover {
  text-decoration: underline;
}
/**
.welfare-wrap > li span {
  margin-top: 1rem;
}
**/
.welfare-wrap > li * + * {
  margin-top: 1rem;
}

.stock-status {
  display: flex;
  flex-direction: row;
  gap: 1.3333rem;
}
.stock-status > * {
  border: 1px solid #99A4AB;
  width: auto;
  flex: 1 1 auto;
  padding: 2rem 0;
}
.stock-status *[class*=col] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
}
.stock-status *[class*=col] *[class*=col]:first-child {
  border-right: 1px solid #B9CCE1;
}
.stock-status *[class*=col] strong {
  font-size: 4rem;
}
strong.up,
strong.down {
  display: inline-flex;
  font-size: 4rem;
  color: #142456;
  align-items: center;
  gap: 0.25em;
}
strong.up.normal,
strong.down.normal {
  font-size: 1rem;
}
strong.up.up::after, strong.up.down::after,
strong.down.up::after,
strong.down.down::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: static;
  transform: translate(0, 0);
  width: 0.5em;
  height: 0.5em;
  mask-image: url("/img/contents/ico-triangle.svg");
  -webkit-mask-image: url("/img/contents/ico-triangle.svg");
  background-color: #142456;
}
strong.up.up,
strong.down.up {
  color: #F35E37;
}
strong.up.up::after,
strong.down.up::after {
  background-color: #F35E37;
  transform: rotate(180deg);
}
strong.up.down,
strong.down.down {
  color: #14498e;
}
strong.up.down::after,
strong.down.down::after {
  background-color: #14498e;
}

.stock-status *[class*=col] dl {
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: 1fr 1fr;
}

iframe.map {
  width: 100%;
  height: 450px;
  margin-top: 1.3333rem;
  border: 0;
}
iframe.map + dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
}
iframe.map + dl dt {
  color: #99A4AB;
}
iframe.map + dl dd * {
  font-weight: 400;
}
iframe.map + dl dd a:hover {
  text-decoration: underline;
}

.modal .table-wrap.type2 > table > * > tr > * {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.captcha {
  width: 160px;
  height: 60px;
  border: 1px solid #A9B2B8;
}

.no-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
  border: 1px solid #A9B2B8;
}
.no-article img {
  display: block;
  width: 3.2rem;
  margin-bottom: 1rem;
  animation: showUp 0.35s forwards ease-in-out;
}

*[aria-describedby=ecertDialog] * {
  box-sizing: content-box;
}
*[aria-describedby=ecertDialog] .ui-dialog-buttonpane {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
*[aria-describedby=ecertDialog] .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  float: none !important;
}
*[aria-describedby=ecertDialog] .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-button {
  box-sizing: content-box !important;
  float: none !important;
}

.table-wrap.document {
  overflow-x: auto;
  padding: 2rem 2rem;
  border: 1px solid #99A4AB;
  border-radius: 0.5rem;
}
.table-wrap.document table {
  margin-left: 2rem;
  margin-right: 2rem;
  min-width: 100%;
  width: auto;
  table-layout: fixed;
}
.table-wrap.document table tr > * {
  padding-top: 0.75rem;
  padding-left: 0.6rem;
  padding-bottom: 0.75rem;
  padding-right: 0.6rem;
  white-space: nowrap;
}
.table-wrap.document table th {
  font-weight: 600;
}
.table-wrap.document table td span:first-child {
  color: #99A4AB;
  margin-right: 0.5em;
}

.stick-bottom {
  position: sticky;
  bottom: 0;
}

.txt-sm {
  font-size: 0.9333rem;
  color: #99A4AB;
  font-weight: 400;
}

.ztree {
  border: 1px solid #B9CCE1;
  border-radius: 0.5rem;
}

#contents > .inner > .table-wrap.type3 > table > * > tr > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.user-add {
  display: flex;
  align-items: end !important;
}
.user-add div.form-control {
  min-height: 3.4667em;
  height: auto;
  justify-content: start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.user-add div.form-control > * {
  flex: 1 1 auto;
}
.user-add div.form-control .status {
  flex: 0 0 auto;
}

.ibsheet-wrap {
  border-bottom: 1px solid #DBDFE2;
}
.ibsheet-wrap, .ibsheet-wrap * {
  font-family: "NanumSquareNeo", "맑은 고딕", "Malgun Gothic", sans-serif !important;
  --bs-font-sans-serif: "NanumSquareNeo", "맑은 고딕", "Malgun Gothic", sans-serif !important;
  font-size: 15px;
}

*[class*=GridMain] *[class*=GridMain] .GMCellHeader,
*[class*=GridMain] *[class*=GridMain] .GMCellHeaderEmpty {
  height: 40px !important;
  font-size: 0.8667rem !important;
}
*[class*=GridMain] *[class*=GridMain] .GMCellHeader *,
*[class*=GridMain] *[class*=GridMain] .GMCellHeaderEmpty * {
  font-size: 0.8667rem !important;
}

*[class*=GridMain] *[class*=GridMain] .GMCellHeader,
*[class*=GridMain] *[class*=GridMain] .GMCellHeaderEmpty {
  background-color: #f5f6fa !important;
  border-color: #DBDFE2 !important;
  color: #25262B !important;
  font-weight: 600 !important;
}

*[class*=GridMain] *[class*=GridMain] .GMCell,
*[class*=GridMain] *[class*=GridMain] .GMCellPanel,
*[class*=GridMain] *[class*=GridMain] .GMCellFilter,
*[class*=GridMain] *[class*=GridMain] .GMHeaderDrag,
*[class*=GridMain] *[class*=GridMain] .GMHeaderGroup {
  border-color: #DBDFE2 !important;
}

*[class*=GridMain] *[class*=GridMain] .GMMainTable {
  border-color: #142456 !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

*[class*=GridMain] *[class*=GridMain] .GMFocusRowBackground {
  background-color: #4785d5 !important;
}

*[class*=GridMain] *[class*=GridMain] .GMFocusRowBorder,
*[class*=GridMain] *[class*=GridMain] .GMFocusCellBorder {
  border-color: #4785d5 !important;
}

*[class*=GridMain] *[class*=GridMain] *[class*=GridMain] *[class*=GMCheckHeader] {
  padding-right: 11px;
}

.ecredible-intro-wrap {
  width: 100%;
  max-width: 100%;
  padding: calc(115px + 5rem) 12rem 5rem 10rem; /*2025-02-19 수정*/
  height: 100%;
}
.ecredible-intro-wrap > .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ecredible-intro-wrap .board-wrap .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4666rem 2rem;
}
.ecredible-intro-wrap .board-wrap .item span.status {
  flex: 0;
  margin-right: 2rem;
}
.ecredible-intro-wrap .board-wrap .item span.status.rolling {
  color: #00488F;
}
.ecredible-intro-wrap .board-wrap .item span.status.end {
  color: #99A4AB;
}
.ecredible-intro-wrap .board-wrap .item .data-txt {
  font-size: 0.9333rem;
  color: #A1A4B3;
}
.ecredible-intro-wrap .board-wrap .item .content{
    font-weight: 600;
    font-size: 1.0667rem;
}
.ecredible-intro-wrap .board-wrap .item .file-lk::after{
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    mask-image: url("../../images/contents/ico-file-lk.svg");
    -webkit-mask-image: url("../../images/contents/ico-file-lk.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #25262B;
}
.ecredible-intro-wrap .welfare-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ecredible-intro-wrap .welfare-wrap li {
  padding: 2rem 1rem;
}
.ecredible-intro-wrap .welfare-wrap li p {
  font-size: 1.2rem;
}
.ecredible-intro-wrap .search-panel {
  position: static;
}

.abs-right-top {
  position: absolute !important;
  top: 0;
  right: 0;
}

.color-system > li {
  height: 10rem;
}

.color-example {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.color-example > li {
  padding: 1rem;
}
.color-example > li img {
  height: 60%;
}

.support-wrap {
  margin-top: 4.5rem;
}
.support-wrap ul {
  margin-top: 1rem;
}
.support-wrap .btn-go {
  margin-top: 1.4rem;
}
.support-wrap .flex-box {
  margin-top: 1rem;
}

.map-iframe {
  display: none;
}
.map-iframe.active {
  display: block;
}

.services-wrap {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.services-wrap > ul {
  display: flex;
  gap: 2.5rem;
}
.services-wrap > ul > li {
  opacity: 0;
  flex: 1 1 0;
}
.services-wrap > ul > li .ico {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #142456;
  margin-bottom: 2rem;
}
.services-wrap > ul > li .ico img {
  max-width: 50%;
}
.services-wrap > ul > li p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.services-wrap > ul > li > ul {
  margin-top: 1rem;
}
.services-wrap > ul > li > ul > li {
  position: relative;
  padding-left: 0.8rem;
}
.services-wrap > ul > li > ul > li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #14498e;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.services-wrap > ul > li > ul > li + li {
  margin-top: 0.5rem;
}

.section.active .services-wrap > ul > li:nth-child(1) {
  animation: showUp forwards 0.5s ease-in-out;
  animation-delay: 0.3s;
}

.section.active .services-wrap > ul > li:nth-child(2) {
  animation: showUp forwards 0.5s ease-in-out;
  animation-delay: 0.6s;
}

.section.active .services-wrap > ul > li:nth-child(3) {
  animation: showUp forwards 0.5s ease-in-out;
  animation-delay: 0.9s;
}

.section.active .services-wrap > ul > li:nth-child(4) {
  animation: showUp forwards 0.5s ease-in-out;
  animation-delay: 1.2s;
}

.section.active .services-wrap > ul > li:nth-child(5) {
  animation: showUp forwards 0.5s ease-in-out;
  animation-delay: 1.5s;
}

.history-wrap {
  margin-top: 3rem;
}
.history-wrap .owl-stage {
  display: flex;
}
.history-wrap .owl-stage .item {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 1.2rem;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  padding: 3rem 1.5rem;
}
.history-wrap .owl-stage .item img {
  width: 4rem;
}
.history-wrap .owl-nav {
  display: none;
}

.fp-section .fp-overflow {
  height: 100%;
  display: flex;
}
.fp-section .flex-center {
  width: 100%;
}

.arrow-button {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  width: 70px;
  gap: 4px;
}
.arrow-button .round {
  width: 6px;
  height: 6px;
  background: #0c589e;
  border-radius: 50%;
}
.arrow-button .line {
  display: flex;
  gap: 4px;
}
.arrow-button .two {
  transform: translateX(10px);
}
.arrow-button .three {
  transform: translateX(20px);
}
.arrow-button .four {
  transform: translateX(30px);
}
.arrow-button .five {
  transform: translateX(20px);
}
.arrow-button .six {
  transform: translateX(10px);
}

.board-view .notice-tit {
  display: flex;
  justify-content: space-between;
  padding: 2.7rem 3rem 2.5rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.board-view .notice-tit .notice-date {
  align-content: center;
}
.board-view .notice-file {
  background: #f7f8fb;
  padding: 0.5rem 3rem;
  text-align: right;
}
.board-view .notice-txt-box {
  padding: 4rem 3rem 2.5rem;
  word-wrap: break-word;
}
/*2025-06-17 협력사공지사항 게시글 폰트깨진다고하여 추가*/
.board-view .notice-txt-box p,
.board-view .notice-txt-box span,
.board-view .notice-txt-box div {
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
}

.from-to {
  display: inline-flex;
  align-items: center;
}
.from-to .form-control.datepicker {
  width: 10rem;
}/*# sourceMappingURL=style.css.map */
/*2025-02-11 기타 편의 기능 css 추가*/
.other-btn-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.other-btn-box li{
    width: calc(13.95% - 5px);
    margin: 0 10px 10px 0;
    padding: 10px;
    border: 1px solid #142456;
    text-align: center;
    min-width: 176px;
}

.other-btn-box li a{
    width: 100%;
    color: #142456;
}
.other-btn-box li.active{
    background: #142456;
    
}
.other-btn-box li.active a{
    color: #fff;
    
}
.other-btn-box li:nth-child(7){
    margin-right: 0;
    width: 13.95%;
}

.manual-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.manual-box li{
    width: calc(298px - 0px);
    margin: 0 50px 10px 0;
}
.manual-box li:nth-child(2){
    margin-right: 0;
    width: 298px
}


.manual-box li a dl dd img{
    border: 1px solid #ddd;
}

.ico-down{
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    mask-image: url(../../images/contents/ico-download.svg);
    -webkit-mask-image: url(../../images/contents/ico-download.svg);    
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-size: contain;
    background-color: #25262B;
    margin-left: 5px;
}
/*2025-02-11 기타 편의 기능 css 추가 끝*/
/*2025-02-19 거래처 신용 모니터링 css 추가*/
.p_parent{
    padding:2rem 0;
    text-align:center;
    height:100%;
    border:4px solid #142456;
}
.p_parent .rank{
    font-size:3rem;
    font-weight:900;
    color: #00488F;
}
/*2025-02-19 거래처 신용 모니터링 css 추가 끝*/
ul.nav.circle2 {
  gap: 1em;
}
ul.nav.circle2.nav-lg > .nav-item > .nav-link {
  font-size: 1rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
ul.nav.circle2.nav-lg > .nav-item > .nav-link::before {
  display: none;
}
ul.nav.circle2 > li.nav-item > a.nav-link {
  border: 1px solid #ccc;
  padding: 0.8rem 1.2rem;
  min-width: 17em;
}
ul.nav.circle2 > li.nav-item > a.nav-link::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("../../images/contents/ico-checkbox-unchecked.svg");
  -webkit-mask-image: url("../../images/contents/ico-checkbox-unchecked.svg");
  background-color: #c3c9cd;
}
ul.nav.circle2 > li.nav-item > a.nav-link.active {
  font-weight: 600;
  color: #fff;
  border-color: #142456;
  background-color: #142456;
}
ul.nav.circle2 > li.nav-item > a.nav-link.active::before {
  mask-image: url("../../images/contents/ico-checkbox-checked.svg");
  -webkit-mask-image: url("../../images/contents/ico-checkbox-checked.svg");
  background-color: #fff;
}
/*2025-02-19 MY 공고문 css 추가 끝*/
/*2025-03-18 btn 추가*/
 button.btn-go-r, a.btn-go-r{
    display: inline-flex;
    position: relative;
    align-items: center;
    gap: 0.5em;
    text-align: left;
    color: #dc3545;
    font-size: 1rem;
    font-weight: 600;
}
button.btn-go-r:hover, a.btn-go-r:hover{
    color: #dc3545;
}
button.btn-go-r::after, a.btn-go-r::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: static;
    width: 1em;
    height: 1em;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0.25em;
    transform: translate(0, 0);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url(../../images/contents/ico-go-arrow.svg);
    -webkit-mask-image: url(../../images/contents/ico-go-arrow.svg);
    background-color: #dc3545;
    }
    
    button.btn-go-r:hover::after,
    a.btn-go-r:hover::after{
        animation: arrow infinite 1s;
    }
    /*2025-03-18 btn 추가 끝*/
    /*2025-03-20 등급정의 모달 tab css 추가*/
    ul.nav.circle3 {
      gap: 1em;
    }
    ul.nav.circle3.nav-lg > .nav-item > .nav-link {
      font-size: 1rem;
      padding-left: 1.7rem;
      padding-right: 1.7rem;
     
    }
    ul.nav.circle3.nav-lg > .nav-item > .nav-link::before {
      display: none;
    }
    ul.nav.circle3 > li.nav-item > a.nav-link {
      border: 1px solid #ccc;
      padding: 0.8rem 1.2rem;
      min-width: 13.6em;
      font-size: 0.95rem;
    }
    /*2025-03-20 등급정의 모달 tab css 추가 끝*/
    /*2025-04-08 modal btn css 추가*/
    .sch-btn-pt-ab{
        position: absolute;
        top: 25%;
        right: 3em; 
        height: 0.1em !important;
    }
    /*2025-04-08 modal btn css 추가 끝*/
    /*2025-04-08 지점사업자, 세무대리인 로그아웃 버튼 추가 끝*/
    #contents .util {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1 1 0;
        font-size: 1.1rem;
        justify-content: end;
        padding-top: 8px;
        padding-bottom: 4rem;
        font-weight: 600;
    }
    #contents .util > ul > li > a, #contents .util > ul > li > button {
      position: relative;
      background-color: transparent;
      display: inline-flex;
      align-items: center;
      padding-left: 0;
      padding-right: 0;
      gap: 0.5em;
    }
    #contents .util > ul > li > a::before, #contents .util > ul > li > button::before {
      content: "";
      display: block;
      width: 1.2rem;
      height: 1.2rem;
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      mask-position: 50% 50%;
      -webkit-mask-position: 50% 50%;
      mask-size: contain;
      -webkit-mask-size: contain;
      background-color: #25262B;
    }
    #contents .util > ul > li > a.logout::before, #contents .util > ul > li > button.logout::before {
        mask-image: url(../../images/common/ico-logout.svg);
        -webkit-mask-image: url(../../images/common/ico-logout.svg);
    }
    /*2025-04-08 지점사업자, 세무대리인 로그아웃 버튼 추가 끝*/