@charset "UTF-8";
@import url("/font/remixicon/icon_remixicon-dc317adfbaa203d55ff19305e02939ea.css");
@import url("/font/pretendard/font_pretendard-5406504b91bbd96b92e925c8b8cb5323.css");
@import url("/font/xeicon/xeicon-9e4cd5e1b855b10dc6fd9d2e0c06b292.css");
/*-------------------------------------------------
title       : 초기화
Author      : PLAN I
Create date : 2023-01-01
-------------------------------------------------*/
@import url("/css/cmp-a02848d1f7c8051236bd72bdd9edf11e.css");
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
}

body {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  font-family: "Pretendard";
  font-size: 1.6rem;
  color: #555;
  line-height: 1.5625;
}

header, footer, main, section, article, nav, aside {
  display: block;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

address, em, i {
  font-style: normal;
}

strong {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, legend,
.sr_only, .hidden, .blind, .IR {
  float: left;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

#skip_nav {
  position: absolute;
  left: 0;
  top: -1000px;
  width: 100%;
  height: 0;
  z-index: 1000;
  line-height: 0;
  font-size: 0;
}
#skip_nav a {
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active {
  position: absolute;
  left: 0;
  top: 1000px;
  height: 3rem;
  background-color: #20262c;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #fff;
}

.txt_left {
  text-align: left !important;
}

.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.swiper-initialized {
  overflow: hidden;
}
.swiper-initialized > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
}
.swiper-initialized > * > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.swiper-initialized.swiper-vertical > * {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-initialized.swiper-vertical [role=group] {
  overflow: hidden;
  max-height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-initialized .swiper-pagination-bullets {
  display: block;
}

@media (max-width: 1280px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 300px) {
  html {
    font-size: 7px;
  }
}
/*-------------------------------------------------
title       : 메인
Author      : ljh
Create date : 2023-07-13 ljh
-------------------------------------------------*/
/* 로그인 */
#user-form header {
  width: 39.7%;
  height: 100vh;
  float: left;
  background: url("/img/login_bg-3f61dac0b902f4796d8b9e7bec5e930a.png") no-repeat;
  background-size: cover;
}
#user-form header .logo {
  margin-top: 17.5rem;
  margin-left: 8.1rem;
}
#user-form main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(60.3% + 8rem);
  float: left;
  height: 100vh;
  background-color: #fff;
  margin-left: -8rem;
  border-radius: 5rem 0 0 5rem;
}
#user-form main .user-form {
  width: 100%;
  max-width: 46rem;
}
#user-form main .user-form > p {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
  text-align: center;
  opacity: 0.47;
}
#user-form main .login_box {
  margin-top: 3.7rem;
  margin-bottom: 7.6rem;
}
#user-form main .login_box .form label {
  display: block;
  color: #222;
  font-size: 1.7rem;
  font-weight: 500;
}
#user-form main .login_box .form input {
  width: 100%;
  padding: 0 2.6rem;
  line-height: 5.8rem;
  border: 1px solid #e6e6e6;
  background-color: #F9F9F9;
  border-radius: 4px;
  font-size: 1.7rem;
}
#user-form main .login_box .form input::-webkit-input-placeholder {
  color: #9E9E9E;
}
#user-form main .login_box .form input::-moz-placeholder {
  color: #9E9E9E;
}
#user-form main .login_box .form input:-ms-input-placeholder {
  color: #9E9E9E;
}
#user-form main .login_box .form input::-ms-input-placeholder {
  color: #9E9E9E;
}
#user-form main .login_box .form input::placeholder {
  color: #9E9E9E;
}
#user-form main .login_box .form input + label {
  margin-top: 3rem;
}
#user-form main .login_box .form_check {
  margin: 2.8rem 0;
}
#user-form main .login_box .form_check label {
  padding-left: 2.5rem;
  color: #8B8B8B;
  font-size: 1.6rem;
}
#user-form main .login_box .form_check label::before {
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.6rem;
  border-color: #B5B5B5;
}
#user-form main .login_box .login_btn {
  display: block;
  background-color: #134DDD;
  border: 1px solid #134DDD;
  border-radius: 4px;
  line-height: 5.8rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
#user-form::after {
  content: "";
  display: block;
  clear: both;
}
#user-form main .login_box .signup-container {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content {
  width: calc(100% - 30rem);
  height: calc(100vh - 8.5rem);
  padding: 3.5rem 6rem;
  float: left;
  overflow-y: auto;
}

/* dashboard */
.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard .chapter1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 69.5%;
          flex: 1 1 69.5%;
  max-width: 69.5%;
}
.dashboard .chapter2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 29.5%;
          flex: 1 1 29.5%;
  max-width: 29.5%;
  margin-left: 3rem;
}

.dashboard-not-admin {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 3rem;
}

.dashboard-not-admin .chapter3 {
  flex: 0 0 70%;
  max-width: 100%;
  display:flex;
  flex-direction: row;
  gap: 4rem;
}

.dashboard-not-admin .chapter3-1 {
  width: 70%;
}

.dashboard-not-admin.dashboard-judge .chapter3-1 {
  width: 100%;
  min-height: 66vh;
}

.dashboard-not-admin .chapter3-1 .article.article4 {
  height: 100%;
}

.dashboard-not-admin .chapter3-1 .article.article4 .txt {
  height: 11.4%;
}

.dashboard-not-admin .chapter3-1 .article.article4 .calendar {
  display: flex;
  height: 88.6%;
}

.dashboard-not-admin .chapter3-2 {
  width: 30%;
}

.dashboard-not-admin .chapter4 {
  flex: 0 0 30%; /* 높이의 30% */
  max-width: 100%;
}

.article {
  margin-bottom: 3.5rem;
  position: relative;
}
.article:last-child {
  margin-bottom: 0;
}

.title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.2rem;
}

.more {
  width: 2.7rem;
  height: 2.7rem;
  line-height: 2.5rem;
  border-radius: 0.4rem;
  border: 1px solid #CCD3E3;
  background: #fff;
  color: #222;
  position: absolute;
  right: 0;
  top: 0.6rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more i {
  /*line-height: 2.5rem;*/
}
.more:hover, .more:focus {
  background: #333;
  color: #fff;
  border-color: #333;
}

.article1 {
  background: rgb(0, 97, 211);
  background: linear-gradient(140deg, rgb(0, 97, 211) 0%, rgb(0, 143, 196) 45%, rgb(0, 199, 15) 100%);
  color: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article1 .group1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article1 .group1 .txt1 {
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0.9;
  display: inline-block;
  padding: 0.5rem 1.3rem;
}
.article1 .group1 .txt1 i {
  margin-right: 0.5rem;
}
.article1 .group1 .date .year {
  font-size: 1.7rem;
  font-weight: 700;
  opacity: 0.7;
  line-height: 1;
}
.article1 .group1 .date .day {
  font-size: 2.6rem;
  line-height: 1.2;
}
.article1 .group2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article1 .group2 .part {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.7rem 1.8rem 1rem;
}
.article1 .group2 .part + .part {
  margin-left: 1.5rem;
}
.article1 .group2 .part .ti {
  position: relative;
}
.article1 .group2 .part .ti::before {
  content: "";
  width: 0.3rem;
  height: 1.8rem;
  background: #fff;
  position: absolute;
  left: -1.8rem;
  top: 0.4rem;
}
.article1 .group2 .part .value {
  font-size: 1.9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  line-height: 4rem;
  padding-top: 1.7rem;
  text-align: right;
}
.article1 .group2 .part .value em {
  font-size: 4.7rem;
  color: #fff;
}

.article2 .part,
.article5 .part {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 3rem;
  border: 1px solid #E4E8F2;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article2 .part::before,
.article5 .part::before {
  content: "";
  width: 0.6rem;
  height: 0;
  background: #134DDD;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.article2 .part:hover,
.article5 .part:hover {
  border-color: #134DDD;
}
.article2 .part:hover::before,
.article5 .part:hover::before {
  height: 100%;
}
.article2 .part + .part,
.article5 .part + .part {
  margin-top: 0.4rem;
}
.article2 .part p,
.article5 .part p {
  line-height: 2.8rem;
  line-height: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 2.8rem;
}
.article2 .part .date,
.article5 .part .date {
  background: #E5ECF8;
  border-radius: 0.4rem;
  color: #687491;
  font-size: 1.5rem;
  font-weight: 500;
  width: 8.7rem;
  margin-right: 1rem;
  text-align: center;
}
.article2 .part .quarter,
.article5 .part .quarter {
  color: #7E7E7E;
  width: 10rem;
  margin-right: 2.6rem;
}
.article2 .part .name {
  font-weight: 500;
  color: #222222;
  width: calc(100% - 71rem);
}
.article5 .part .name {
  font-weight: 500;
  color: #222222;
}
.article2 .part .request,
.article5 .part .request {
  color: #B6B6B6;
  margin-left: auto;
  width: 14rem;
  margin-right: 2rem;
}
.article2 .part .request span,
.article5 .part .request span {
  color: #333;
}
.article2 .part .label1 {
  border-radius: 0.5rem;
  color: #fff;
  background: #000;
  width: 8.8rem;
  text-align: center;
  margin-right: 3rem;
}
.article2 .part .label1.type1 {
  background: #134DDD;
  letter-spacing: -0.05rem;
  font-size: 1.4rem;
}
.article2 .part .label1.type2 {
  background: #DFE6F4;
  color: #757B88;
}
.article2 .part .label1.type3 {
  background: #008AD3;
}
.article2 .part .label1.type6 {
  background: #00AD2E;
}
.article2 .part .label1.type8 {
  background: #23304D;
}
.article2 .part a,
.article5 .part a {
  border: 1px solid #CFD4E0;
  border-radius: 0.4rem;
  line-height: 2.6rem;
  padding: 0 0.7rem;
  color: #777777;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article2 .part a + a,
.article5 .part a + a {
  margin-left: 0.5rem;
}
.article2 .part a:hover, .article2 .part a:focus,
.article5 .part a:hover, .article5 .part a:focus {
  background: #333;
  color: #fff;
  border-color: #333;
}

.article3 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article3 .audit-group {
  flex-direction: column;
  gap: 1rem;
}
.article3 .part {
  background: #fff;
  border: 1px solid #E4E8F2;
  border-radius: 0.5rem;
  padding: 2.3rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article3 .part.audit-part {
  flex-direction: row;
  justify-content: space-between;
}
.article3 .part:hover, .article3 .part:focus {
  border-color: #134DDD;
  -webkit-box-shadow: 0 0.8rem 1.4rem rgba(27, 85, 223, 0.05);
          box-shadow: 0 0.8rem 1.4rem rgba(27, 85, 223, 0.05);
}
.article3 .part + .part:not(.audit-group .part) {
  margin-left: 1rem;
}
.article3 .part .date {
  color: #134DDD;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.article3 .part .ti {
  color: #222222;
  font-weight: 600;
  line-height: 2.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4.8rem;
  margin-bottom: 2.3rem;
}
.article3 .part .audit-info .ti {
  margin-bottom: 1rem;
}
.article3 .part .small-ti {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4.8rem;
  margin-bottom: 1rem;
}
.article3 .part .name {
  color: #888888;
  font-size: 1.5rem;
  margin-top: auto;
}

.article4 {
  background: #0031A7;
  color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.article4::before {
  content: "";
  width: 41.5rem;
  height: 41.5rem;
  background: linear-gradient(30deg, #0753FF, #0031A7);
  border-radius: 50%;
  position: absolute;
  right: -16rem;
  bottom: -16rem;
  opacity: 0.4;
}
.article4 .txt {
  text-align: center;
  padding: 1.52rem 5rem;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px solid #254FB3;
  line-height: 3.5rem;
}
.article4 button {
  position: absolute;
  width: 6rem;
  height: 6.6rem;
  top: 0;
}
.article4 button.prev {
  left: 0;
  border-right: 1px solid #254FB3;
}
.article4 button.next {
  right: 0;
  border-left: 1px solid #254FB3;
}
.article4 button:hover, .article4 button:focus {
  background: #00B645;
}
.article4 .calendar {
  padding: 2.5rem 4rem 3rem;
}
.article4 .calendar table {
  color: #fff;
  text-align: center;
}
.article4 .calendar thead {
  font-size: 1.2rem;
  font-weight: 600;
}
.article4 .calendar thead th {
  height: 4rem;
}
.article4 .calendar thead th:first-child, .article4 .calendar thead th:last-child {
  color: #00B645;
}
.article4 .calendar td {
  height: 4.5rem;
  position: relative;
  font-weight: 700;
}
.article4 .calendar td a:not(.schedule-badge a) {
  display: inline-block;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  border-radius: 0.5rem;
}
.article4 .calendar td a:hover, .article4 .calendar td a:focus {
  background: #fff;
  color: #333;
}
.article4 .calendar .today {
  background: #00B645;
}
.article4 .calendar .dotted {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #03AD2D;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.8rem;
}

.article5 .group {
  border: 1px solid #E4E8F2;
  border-radius: 0.5rem;
  padding: 1rem;
  background: #fff;
  height: 28.9rem;
  overflow: hidden;
  overflow-y: auto;
}
.article5 .group::-webkit-scrollbar {
  width: 16px;
}
.article5 .group::-webkit-scrollbar-thumb {
  background-color: #9AA6BE;
  border-radius: 5.5rem;
  background-clip: content-box;
  border: 5px solid transparent;
}
.article5 .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article5 .part + .part {
  margin-top: 1rem;
}
.article5 .part .dday {
  width: 5.8rem;
  height: 5.8rem;
  line-height: 5.6rem;
  border: 1px solid #EAEAEA;
  background: #F2F2F2;
  font-weight: 700;
  text-align: center;
  color: #5A5A5A;
  border-radius: 0.4rem;
  margin-right: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article5 .part .date {
  color: #464646;
  font-size: 1.9rem;
  line-height: 1.5;
  padding-top: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article5 .part .cont {
  font-size: 1.5rem;
  font-weight: 500;
}
.article5 .part .cont span {
  position: relative;
}
.article5 .part .cont span + span {
  padding-left: 1.4rem;
}
.article5 .part .cont span + span::before {
  content: "";
  width: 1px;
  height: 1.1rem;
  background: #ddd;
  position: absolute;
  left: 0.5rem;
  top: 0.3rem;
}
.article5 .part:hover .dday, .article5 .part:focus .dday {
  background: #333;
  color: #fff;
  border-color: #333;
}
.article5 .part:hover .date, .article5 .part:focus .date {
  font-weight: 700;
}
.article5 .part.em .dday {
  background: linear-gradient(140deg, rgb(0, 97, 211) 0%, rgb(0, 143, 196) 45%, rgb(0, 199, 15) 100%);
  color: #fff;
  font-weight: 700;
  border: none;
}
.article5 .part.em .date {
  color: #02BD30;
  font-weight: 700;
}

.chapter2.week6 .article5 .group {
  height: 24.5rem;
}

.chapter2.week4 .article5 .group {
  height: 33.4rem;
}

.article6 .group {
  border: 1px solid #E4E8F2;
  border-radius: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article6 .group .part {
  background: #fff;
  padding: 1.5rem 2rem;
}
.article6 .group .part + .part {
  border-top: 1px solid #E4E8F2;
}
.article6 .group .part:nth-child(2n) {
  background: #F7F9FD;
}
.article6 .group .part img {
  margin-right: 0.5rem;
  vertical-align: top;
}
.article6 .group .part span {
  max-width: calc(100% - 6.5rem);
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 2.4rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
}
.article6 .group .part i.xi-new {
  font-size: 2.2rem;
  color: #02BD30;
}
.article6 .group .part:hover span, .article6 .group .part:focus span {
  text-decoration: underline;
}

#footer {
  margin-top: 2rem;
}

@media (max-width: 1500px) {
  #user-form header .logo {
    margin-left: 4rem;
    width: 33rem;
  }
}
@media (max-width: 980px) {
  #user-form header .logo {
    margin-left: 2rem;
    width: 27rem;
  }
}

/* 20250425 개인정보 제공 동의, 회원가입 추가 */
#user-form main .user-form.privacy,
#user-form main .user-form.register {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 3rem 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}
.user-form.privacy {
  color: black;
}
.user-form.privacy h2 {
  font-size: 2.6rem;
}
.user-form.register h2 {
  font-size: 2.6rem;
  color: black;
}

  /* 20250425 개인정보 제공 동의, 회원가입 추가 */
.join__member-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
  height: 10rem;
}
.join__member-list > div.on .img-wrap {
  background: #d7f1f0;
}
.join__member-list .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f5f5f5;
}
.join__member-list > div.on .img-wrap .number {
  background: #35b7b3;
}
.join__member-list .img-wrap .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #999;
  font-family: 'SUIT';
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}
.join__member-list div:first-child .img-wrap img {
  margin-left: 10px;
}
.join__member-list > div:not(:first-child) {
  position: relative;
  margin-left: 40px;
  padding-left: 50px;
}
.join__member-list > div:not(:first-child):before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 9px;
  height: 17px;
  background: url(/img/join_arrow-440b50313363791d5655d02df8a0ba84.png) no-repeat center;
}
.join__member-list > div > p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #666;
  letter-spacing: -0.025em;
  text-align: center;
}

.content-title {
  font-weight: 550;
  font-size: 20px;
  color: #222;
  letter-spacing: -0.025em;
}
.content-title.type1:not(:first-child) {
  margin-top: 3.5rem;
}
.content-title.type1 {
  position: relative;
  padding-top: 2rem;
}

.content-title.type1:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 4px;
  background: #35b7b3;
}

.content__sub-title {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #222;
  letter-spacing: -0.025em;
}

.checkbox-wrap.privacy,
.board_list.privacy {
  margin: 2rem 0;
}

.board_list.register {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.board_list.register.user .form_textbox{
  min-width: 19rem;
  max-width: 19rem;
}
.board_list.register.user .form_password,
.board_list.register.user .form_textbox.name {
  min-width: 29rem;
  max-width: 29rem;
}

.board_list.register.medi .form_mail input {
  min-width: 20rem;
}

.board_list.register .dup-btn {
  min-width: 10rem !important;
}

.board_list.register .form_select.auth {
  width: 100%;
}

.board_list.register .form_select.judge-auth {
  width: 32.5rem;
}

.contents_body.register {
  width: 100%;
  margin-top: 2rem;
}

.checkbox-wrap.privacy label {
  cursor: pointer;
}

.checkbox-wrap.privacy input[type="checkbox"] {
  width:2rem;
  height: 2rem;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-wrap.privacy span {
  vertical-align: middle;
  font-weight:550;
}

.contents_util.btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}


.schedule-badge {
  margin-top: 2px;
  font-size: 11px;
  background: #eef2ff;
  padding: 2px 6px;
  border-radius: 8px;
  display: inline-block;
}
.audit-part .schedule-badge {
  font-size: 14px;
}
.badge-time { color: #6366f1; margin-right: 2px; }
.badge-date { color: #070811; margin-right: 2px; }
.badge-name { color: #070811;font-weight: bold; margin-right: 2px; }
.badge-type { color: #374151; }

.schedule-badge a:has(.badge-type:contains("지정심사")) {
  background-color: #e3f2fd; 
}

.calender-td-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  min-height: 7.5rem;
}