@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
  font-style: normal;
}

em, em * {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  word-break: keep-all;
  letter-spacing: -0.5px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

select {
  position: relative;
  width: 100%;
  min-width: 150px;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  border: 1px solid #dbdbe8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 30px 0 10px;
  vertical-align: middle;
  border-radius: 3px;
  background: #fff url(../../resources/image/bg/bg-select.svg) right 10px center/7px no-repeat;
}
select::-ms-expand {
  display: none;
}

select[disabled] {
  background: #eff1f5 url(../../resources/image/bg/bg-select.svg) right 10px center/7px no-repeat;
}

button {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
  letter-spacing: -1px;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

input[type=checkbox]:focus-visible:not(:checked) + label,
input[type=radio]:focus-visible + label {
  outline: 2px solid #000;
}

input[type=checkbox] + label {
  position: relative;
  letter-spacing: -1px;
  padding-left: 16px;
}

input[type=radio] + label {
  position: relative;
  letter-spacing: -1px;
  padding-left: 24px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

input[type=checkbox].chk_text + label {
  padding-left: 22px;
}

input[type=checkbox] + label::before {
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: 3px;
  left: 0;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50px;
  overflow: hidden;
}

input[type=radio] + label::before {
  width: 14px;
  height: 14px;
  line-height: 16px;
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 16px;
}

input[type=checkbox].chk_text + label::before {
  margin-right: 16px;
  margin-bottom: 2px;
}

input[type=checkbox] + label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f058";
  position: absolute;
  color: #D8D9DF;
  font-weight: 700;
}

input.m-hidden[type=checkbox] + label::before {
  display: none;
}

input[type=radio] + label::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  border: 1px solid #D8D9DF;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  position: relative;
  font-weight: 700;
  color: #111;
}

input[type=checkbox]:checked + label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f058";
  position: absolute;
  color: #000;
  font-weight: 700;
  background: #fff;
}

input.m-hidden[type=checkbox]:checked + label::before {
  display: none;
}

input[type=radio]:checked + label::before {
  content: "";
  border-color: #333;
}

input[type=radio]:checked + label::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #333;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}


/* 기존 스타일 겹침 방지 */ 
input[type=radio].input-radio + label::before {
  border-color: transparent;
}

input[type=radio].input-radio + label::after,
input[type=radio].input-radio:checked + label::after {
  display: none;
}
/* 기존 스타일 겹침 방지 */ 

.check-box {
  position: relative;
}

.check-box {
  position: relative;
}
.check-box + .check-box {
  margin-top: 4px;
}
.bg-check-box input + label {
  display: block;
  height: 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.bg-check-box input:checked + label {
  background: url('../image/icon/ico-arrow-right-black.png') #eaecef no-repeat 98% 50% / 16px;
}
.bg-check-box input[type=radio] + label::before {
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}
.bg-check-box input[type=radio] + label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}



.btn-check > div,
.btn-radio > div {
  margin-right: 15px;
  padding: 2px 0;
}

.btn-check.row,
.btn-radio.row {
  flex-wrap: wrap;
}

input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number] {
  box-sizing: border-box;
  width: 100%;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  height: 34px;
  border: 1px solid #dbdbe8;
  background: #fff;
  text-indent: 10px;
  padding-right: 10px;
  vertical-align: middle;
  border-radius: 3px;
  padding-bottom: 2px;
}

input::-webkit-input-placeholder {
  color: #8b949e;
  font-size: 16px;
  line-height: 100%;
  line-height: 1.5;
}



.check-btn[type=checkbox] + label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #D8D9DF;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
  min-height: 28px;
  padding: 0 8px;
}
.check-btn[type=checkbox] + label::before {
  background: url('../image/icon/ico-check-off.png') no-repeat center / cover;
  width: 20px;
  height: 20px;
  content: '';
  position: relative;
  top: unset;
  left: unset;
  background-color: transparent;
}
.check-btn[type=checkbox]:checked + label {
  color: #333;
  border-color: #333;
  background-color: #F8F9FB;
}
.check-btn[type=checkbox]:checked + label::before {
  background: url('../image/icon/ico-check-on.png') no-repeat center / cover;
  width: 20px;
  height: 20px;
  content: '';
  position: relative;
  top: unset;
  left: unset;
  background-color: transparent;
}
.check-btn[type=checkbox]:disabled + label {
  background-color: #CED4DA;
  border-color: rgba(0, 0, 0, 0.08);
  color: #767676;
  cursor: default;
}
.check-btn[type=checkbox]:disabled + label::before {
  background-image: url('../image/icon/ico-check-disabled02.png');
}



input.sch-lg::-webkit -input-placeholder {
  font-size: 16px;
}

input.sch-lg {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  background-color: transparent;
  border: 2px solid transparent;
}

input.mini,
select.mini {
  width: 80px;
}

input.sm,
select.sm {
  width: 138px;
}

input.md,
select.md {
  width: 250px;
}

input.lg,
select.lg {
  width: 100%;
  max-width: 400px;
}

input.pass {
  border: 1px solid #37bc9b;
  padding-right: 36px;
  position: relative;
  background: url(../../resources/image/icon/ic-pass.svg) right 10px center/16px no-repeat;
}

.input-group {
  padding-bottom: 20px;
  position: relative;
}
.input-group > span {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.input-group > span.pass {
  color: #37bc9b;
}
.input-group > span.error {
  color: #e40009;
}

input.error {
  border: 1px solid #e40009;
  padding-right: 36px;
  position: relative;
  background: url(../../resources/image/icon/ic-error.svg) right 10px center/16px no-repeat;
}

input[type=date] {
  width: 100%;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  height: 34px;
  border: 1px solid #dbdbe8;
  background: #fff;
  text-indent: 4px;
  padding-right: 5px;
  vertical-align: middle;
  border-radius: 3px;
  color: #8b949e;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  position: relative;
  right: 0px;
  top: 0px;
  background: url(../../resources/image/icon/ic-calendar.svg) center center/contain no-repeat;
  width: 13px;
  height: 13px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
input[type=date]::-webkit-calendar-picker-indicator:hover {
  background: url(../../resources/image/icon/ic-calendar-hover.svg) center center/contain no-repeat;
}

.date-group {
  position: relative;
  width: 100%;
}
.date-group .btn-date {
  width: 32px;
  min-width: unset;
  margin: 0;
  height: 32px;
  background: #f6f7fc url(../../resources/image/icon/ic-calendar.svg) center center/14px no-repeat;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 0 3px 3px 0;
}
.date-group .btn-date:hover {
  background-color: #f0f2f6;
}

.txt-between {
  display: inline-block;
  padding: 0 6px;
  line-height: 34px;
}

textarea {
  padding: 5px 0;
  width: 100%;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  border: 1px solid #dbdbe8;
  background: #fff;
  text-indent: 10px;
  vertical-align: middle;
  resize: vertical;
}

button:focus,
select:focus,
textarea:focus,
input:focus {
  outline: none;
  -webkit-appearance: none;
}

.sch-lg.input-focus:focus {
  outline: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #7569CA;
  box-shadow: 0 0 10px rgba(0, 126, 229, 0.25);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=search][readonly],
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled] {
  background: #eff1f5;
  border-color: #dbdbe8;
  color: #666;
  -webkit-appearance: none;
  font-size: 15px;
  outline: none;
}

input[type=file] {
  display: none;
}

.btn-file {
  min-width: 100px;
  height: 34px;
  display: inline-block;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: -1px;
  background: #00B255;
  color: #fff;
  text-align: center;
  padding: 6px 15px 7px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-file::after {
  content: "선택한 파일 없음";
  display: inline-block;
  position: absolute;
  letter-spacing: 0px;
  right: -105%;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 13px;
  white-space: nowrap;
}
.btn-file:hover {
  background: #6457B9;
}

textarea[readonly],
textarea[disabled] {
  padding: 5px;
  font-size: 15px;
  color: #eff1f5;
  font-weight: normal;
  line-height: 140%;
  height: 78px;
  background: #eaeaea;
  border: 1px solid #eff1f5;
}

a {
  cursor: pointer;
}

.row {
  display: flex;
  flex-direction: row;
}
.row.right {
  justify-content: flex-end;
}
.row.center {
  justify-content: center;
}
.row.adjust {
  justify-content: space-between;
}

.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-25 {
  width: 25% !important;
}

.w-20 {
  width: 20% !important;
}

.fw-100 {
  flex-basis: 100% !important;
}

/* 텍스트 굵기, 색상 */
.bold {
  font-weight: 700;
}

.bold-m {
  font-weight: 500;
}

.txt-underline {
  text-decoration: underline;
}

.txt-indent {
  text-indent: 24px !important;
}

.txt-w {
  color: #fff;
}

.txt-red {
  color: #e40009;
}

.txt-blue {
  color: #7569CA;
}

.txt-yellow {
  color: #ffc533;
}

.txt-green {
  color: #37bc9b;
}

.txt-gray {
  color: #999999;
}

.txt-gray-dark {
  color: #666666;
}

.txt-link {
  color: #6457B9;
}

/* 텍스트 정렬 */
.txt-al {
  text-align: left !important;
}

.txt-ac {
  text-align: center !important;
}

.txt-ar {
  text-align: right !important;
}

/* 패딩,마진 스타일 */
.pd-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pd-5 {
  padding: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pd-10 {
  padding: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pd-15 {
  padding: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pd-20 {
  padding: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pd-25 {
  padding: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pd-30 {
  padding: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pd-35 {
  padding: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pd-40 {
  padding: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mg-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mg-5 {
  margin: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mg-10 {
  margin: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mg-15 {
  margin: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mg-20 {
  margin: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mg-25 {
  margin: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mg-30 {
  margin: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mg-35 {
  margin: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mg-40 {
  margin: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mg-45 {
  margin: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mg-50 {
  margin: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/* 간격 스타일 */
.space-5 {
  height: 5px;
}

.space-10 {
  height: 10px;
}

.space-15 {
  height: 15px;
}

.space-20 {
  height: 20px;
}

.space-25 {
  height: 25px;
}

.space-30 {
  height: 30px;
}

.space-35 {
  height: 35px;
}

.space-40 {
  height: 40px;
}

.space-45 {
  height: 45px;
}

.space-50 {
  height: 50px;
}

hr {
  display: inline-block;
  width: 100%;
  height: 20px;
  margin-top: 40px;
  border: none;
  border-top: 1px solid #e5e5e8;
}
hr.pop-hr {
  height: 15px;
  margin-top: 25px;
}

.number {
  font-family: "Rubik", sans-serif;
}

.txt-info {
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  border: 1px solid #f0f2f6;
  overflow: hidden;
}
.txt-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #ffc533 url(../../resources/image/icon/ic-info.svg) center center/15px no-repeat;
}
@media (max-width: 768px) {
  .txt-info::before {
    background: #ffc533 url(../../resources/image/icon/ic-info.svg) center center/15px no-repeat;
  }
}
@media (max-width: 768px) {
  .txt-info {
    padding: 15px 20px 15px 50px;
  }
}


.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}


sup {
  color: #e40009;
  padding-left: 2px;
}

.txt-group {
  background-color: #f8fafc;
  padding: 30px;
  line-height: 1.5;
}
.txt-group.line {
  border: 1px solid #f0f2f6;
  background-color: #fff;
}

.pointer {
  cursor: pointer;
}

/* 자동완성 인풋 */
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e5e5e8;
  z-index: 99;
  top: 110%;
  max-height: 300px;
  overflow-x: hidden;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
}
.autocomplete-items > div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #f0f2f6;
}
.autocomplete-items > div.autocomplete-active {
  background-color: #e5ebf1 !important;
}
.autocomplete-items > div:hover {
  background-color: #f8fafc;
}
.autocomplete-items > div span {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.autocomplete-items > div span b {
  color: #6457B9;
  font-weight: 500;
}

.sign-cont .input-group .autocomplete-items {
  width: 100%;
  top: 60px;
}

.fa-circle {
  font-size: 16px;
  color: #3566d6;
}

.fa-times {
  font-size: 16px;
  color: #9fb1c5;
}

.ess-pick::after {
  content: "*";
  color: #e40009;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 800;
}

.bg-color-p {
  background-color: #155CD6 !important;
}

.key-bg {
  background-color: #ffc533;
}

.bg-color-vg {
  background-color: #67788d !important;
}

.bg-color-danger {
  background-color: #e40009 !important;
}

.txt-info-b {
  font-size: 1.125em;
  line-height: 160%;
  font-weight: 700;
  margin-bottom: 30px;
}


.btn-area {
  display: flex;
}
.btn-area.right {
  justify-content: flex-end;
}
.btn-area.center {
  justify-content: center;
}
.btn-area.adjust {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.btn-area.my {
  display: none;
  position: absolute;
  z-index: 11;
}
@media (max-width: 1200px) {
  .btn-area.my {
    display: block;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
  }
}
.btn-area.my_tb {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btn-area.my_tb {
    position: static;
    top: 0;
    right: 0;
    transform: unset;
    margin-top: 8px;
  }
  .btn-area.my_tb > .btn-in:first-of-type {
    margin-left: 0;
  }
}

button,
.btn {
  min-width: 100px;
  position: relative;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  margin-left: 5px;
  outline: none;
  border: none;
  letter-spacing: -1px;
  cursor: pointer;
  background-color: #2B273D;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
button:hover,
.btn:hover {
  background-color: #333;
}
button.line,
.btn.line {
  color: #2B273D;
  background-color: #fff;
  padding: 9px 15px;
  border: 1px solid #2B273D;
}
button.line:hover,
.btn.line:hover {
  color: #fff;
  background-color: #2B273D;
}
button.pass,
.btn.pass {
  background-color: #37bc9b;
}
button.pass:hover,
.btn.pass:hover {
  background-color: #39c7a3;
}
button.danger,
.btn.danger {
  background-color: #e40009;
}
button.danger:hover,
.btn.danger:hover {
  background-color: #ca0d13;
}
button.gray,
.btn.gray {
  background-color: #67788d;
}
button.gray:hover,
.btn.gray:hover {
  background-color: #5e6f85;
}
button.disable,
.btn.disable {
  background-color: #eff1f5;
  color: #888;
  cursor: default;
}
button.disable:hover,
.btn.disable:hover {
  background-color: #eff1f5;
}
button > i,
.btn > i {
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
  font-size: 11px;
}

.btn-in {
  padding: 6px 15px 8px 15px;
}
.btn-in.line {
  padding: 5px 15px 7px 15px;
}

.btn-more {
  position: relative;
  display: inline-block;
  min-width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: -3000%;
  border: 1px solid #111111;
}
.btn-more:hover {
  border: 1px solid #7569CA;
  border-radius: 15px;
  background-color: #7569CA;
  transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
  -webkit-transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
  -moz-transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
}
.btn-more:hover::before, .btn-more:hover::after {
  background-color: #fff;
}
.btn-more.my {
  border: 1px solid #e5e5e8;
}
.btn-more::before, .btn-more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn-more::before {
  width: 15px;
  height: 2px;
  background-color: #111111;
}
.btn-more::after {
  width: 2px;
  height: 15px;
  background-color: #111111;
}
.btn-more.in {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dddee7;
  border: none;
}
.btn-more.in::before, .btn-more.in::after {
  background-color: #fff;
}
.btn-more.in:hover {
  border-radius: 15px;
  border-bottom-left-radius: 0;
  background-color: #b1b4c9;
  transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
  -webkit-transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
  -moz-transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
}
.btn-more.in.top {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background-color: #dddee7;
  border: none;
}
.btn-more.in.top:hover {
  border-radius: 15px;
  border-top-right-radius: 0;
  background-color: #b1b4c9;
  transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
  -webkit-transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
  -moz-transition: background-color 0.25s ease-in, border-radius 0.3s cubic-bezier(0.68, -1.25, 0.228, 1.8);
}

.btn-txt-more {
  display: inline-block;
  background: none;
  border: 1px solid #7569CA;
  width: 70px;
  height: 65px;
  text-align: center;
  padding-top: 33px;
  color: #7569CA;
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin: 15px 0;
}
.btn-txt-more::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f063";
  position: absolute;
  color: #7569CA;
  font-size: 14px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 13px;
  transform: translateX(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  z-index: 1;
}
.btn-txt-more::after {
  display: block;
  background: #7569CA;
  content: "";
  width: 100%;
  height: 0%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.btn-txt-more:hover {
  color: #fff;
}
.btn-txt-more:hover::after {
  height: 100%;
}
.btn-txt-more:hover::before {
  color: #fff;
}

.btn-x {
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 100%;
  padding: 0;
  vertical-align: middle;
  background: #d3dce7 url(../../resources/image/btn/btn-x.svg) center/8px no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-x:hover {
  background-color: #9fb1c5;
}

.btn-list {
  margin-left: 0;
  background-color: #67788d;
}
.btn-list:hover {
  background-color: #5e6f85;
}

.btn-my {
  color: #fff;
  background: #111;
  font-weight: 500;
  border-radius: 25px;
  height: 40px;
  padding: 10px 36px 10px 20px;
  min-width: none;
  line-height: 1.2;
  margin-left: 0;
}
.btn-my span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f061";
  position: absolute;
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.btn-my.on span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f00d";
  position: absolute;
}

.btn-sub {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background-color: transparent;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.btn-sub:hover {
  background-color: #f0f2f6;
}
.btn-sub.share {
  background-image: url(../../resources/image/icon/ic-share.svg);
}
.btn-sub.print {
  background-image: url(../../resources/image/icon/ic-print.svg);
}

.btn-icon {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 0;
  margin: 0;
}
.btn-icon i {
  font-size: 13px;
  line-height: 33px;
  text-align: center;
  margin: 0;
}
.btn-icon.search {
  border: 1px solid #3566d6;
}
.btn-icon.search i {
  color: #3566d6;
}
.btn-icon.search:hover {
  background-color: #f1f5ff;
}
.btn-icon.delete {
  border: 1px solid #e40009;
}
.btn-icon.delete i {
  color: #e40009;
}
.btn-icon.delete:hover {
  background-color: #fff7f7;
}
.btn-icon.more {
  border: 1px solid #67788d;
}
.btn-icon.more i {
  color: #67788d;
}
.btn-icon.more:hover {
  background-color: #f6faff;
}
.btn-icon.download {
  border: 1px solid #9FB1C5;
}
.btn-icon.download i {
  color: #2D2F94;
}
.btn-icon.download:hover {
  background-color: #FBFBFF;
}
.btn-icon.refresh {
  border: 1px solid #37bc9b;
}
.btn-icon.refresh i {
  color: #37bc9b;
}
.btn-icon.refresh:hover {
  background-color: #f5fffd;
}

.btn-back {
  background-color: #8aa3c0;
  margin-left: 0;
}
.btn-back:hover {
  background-color: #7c99bb;
}
.btn-back .fa-chevron-left {
  font-size: 11px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}


.btn-xs {
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.btn-xs.btn-primary {
  color: #111;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #D4D4D4;
}
.btn-xs.btn-primary:hover {
  background-color: #00A34B;
  color: #fff;
  border-color: #00A34B;
}


.btn-sm {
  height: 40px;
  padding: 10px 24px;
  font-size: 14px;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn.tertiary {
  color: #00A34B;
  background-color: #fff;
  border: solid 1px #B3AFDF;
}
.btn.tertiary:hover {
  background-color: #F4F6FB;
}
.btn.primary {
  background-color: #00A34B;
  color: #fff;
}
.btn.primary:hover {
  background-color: #343781;
  box-shadow: 0px 4px 6px -1px rgba(46, 46, 46, 0.10), 0px 2px 4px -1px rgba(46, 46, 46, 0.06);
}



/* ===== 2025 버튼 추가 ===== */
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn02 {
  transition: 0.3s;
  border-radius: 100px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 40px;
  min-width: auto;
  font-weight: 600;
}
.btn02 + .btn02 {
  margin-left: 20px;
}
.btn02.btn-xsm {
  padding: 2px 12px;
  min-height: 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
.btn02.btn-sm {
  padding: 10px 24px;
  min-height: 40px;
}
.btn02.btn-md {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  min-height: 42px;
}
.btn02.btn-md02 {
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  min-height: 48px;
}
.btn02.btn-lg {
  font-size: 18px;
  font-weight: 600;
  min-height: 56px;
}

.btn02.btn-ico {
  padding-right: 16px;
}
.btn02.btn-ico img {
  margin-left: 16px;
}

.btn02.primary {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.btn02.primary:hover {
  background-color: #007F33;
  box-shadow: 0 4px 6px -1px rgba(46, 46, 46, 0.10), 0 2px 4px -1px rgba(46, 46, 46, 0.06);
  border-color: #007F33;
}
.btn02.secondary {
  border-color: #F8F9FB;
  background-color: #F8F9FB;
}
.btn02.secondary:hover {
  background-color: #E2F6EA;
  box-shadow: 0 4px 6px -1px rgba(46, 46, 46, 0.10), 0 2px 4px -1px rgba(46, 46, 46, 0.06);
  border-color: #E2F6EA;
}
.btn02.tertiary {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.48);
  color: #111;
}
.btn02.tertiary:hover {
  background-color: #F8F9FB;
}
.btn02.neutral {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #111;
}
.btn02.neutral:hover {
  background-color: #F8F9FB;
}


.input-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.input-del-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url('../image/icon/ic-close.svg') no-repeat center / cover;
  padding: 0;
  bottom: 0;
}
.input-del-btn:hover {
  background-color: transparent;
}


/* ===== 2025 버튼 추가 ===== */




strong {
  font-weight: 700 !important;
}

strong + ul.list-num {
  margin-top: 20px;
}

ul.list-num li {
  line-height: 1.6;
  display: flex;
}
ul.list-num li + li {
  margin-top: 8px;
}
ul.list-num li span {
  margin-right: 8px;
}
ul.list-num + ul.list-num {
  margin-top: 20px;
}


.n-label-1 {
  background-color: #7569CA;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0.5px;
}

.n-label-b {
  background-color: #185ee0;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0.5px;
}

.n-label-r,
.n-label-n {
  background-color: #e40009;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0.5px;
}

.n-label-g {
  background-color: #226426;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0.5px;
}

.n-label-f {
  background-color: #67788d;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0.5px;
}

.tb-scroll-x {
  width: 100%;
  overflow: auto;
}

table {
  margin: 10px 0;
}

.required-mark {
  font-weight: 700;
  color: #e40009;
  padding-left: 3px;
}

.comment {
  display: inline-block;
  width: auto;
  height: 34px;
  line-height: 34px;
  color: #7569CA;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
}

.tb-importance {
  font-weight: 500;
  margin-bottom: 10px;
}
.tb-importance span {
  color: #7569CA;
  margin-left: 5px;
}

.tb-multi-line {
  display: flex;
  flex-direction: column;
}
.tb-multi-line li {
  position: relative;
  padding-left: 17px;
  margin-top: 5px;
}
.tb-multi-line li:first-child {
  margin-top: 0;
}
.tb-multi-line li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f00c";
  position: absolute;
  position: absolute;
  left: 0;
  top: 3px;
  color: #6457B9;
  font-weight: 700;
  font-size: 10px;
}

.tb-list {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
  border-top: 2px solid #DDDCE5;
  border-bottom: 1px solid #dbdbe8;
  font-size: 15px;
  background-color: #fff;
}
.tb-list tbody tr {
  border-bottom: 1px solid #dbdbe8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.tb-list th {
  height: 54px;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
  background-color: #F8F9FB;
  white-space: pre-wrap;
}
.tb-list td {
  line-height: 1.5;
  padding: 18px 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-list td input[type=radio] + label::before {
  margin-top: 1px;
}
.tb-list td .tb-state {
  display: inline-block;
  height: 23px;
  line-height: 22px;
  padding: 0 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.tb-list td .tb-state.c-01 {
  background-color: #7569CA;
}
.tb-list td .tb-state.c-02 {
  background-color: #e40009;
}
.tb-list td .tb-state.c-03 {
  background-color: #37bc9b;
}
.tb-list td .tb-state.c-04 {
  background-color: #eff1f5;
  color: #666666;
}
.tb-list td .tb-state.c-05 {
  background-color: #ffc533;
}
.tb-list td > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb-list td .col-tit {
  display: none;
}
.tb-list td.point p {
  color: #3566d6;
  font-weight: 500;
}
.tb-list td.point p span,
.tb-list td.point p b {
  color: #3566d6;
  font-weight: 500;
}
.tb-list td p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  white-space: pre-wrap;
  line-height: 1.5;
  word-break: break-all;
}
.tb-list td p > span {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
}
.tb-list td p > span:last-of-type {
  padding-bottom: 0;
}
.tb-list td p > span.tb-btn {
  display: flex;
  flex-wrap: wrap;
}
.tb-list td p > span.tb-btn button {
  margin: 4px 4px 0 0;
}
.tb-list td p > b {
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}
.tb-list td p.txt-ac span,
.tb-list td p.txt-ac b {
  text-align: center;
}
@media (max-width: 768px) {
  .tb-list td p.txt-ac span,
.tb-list td p.txt-ac b {
    text-align: left;
  }
}
.tb-list td p .dot {
  position: relative;
  padding-left: 10px;
}
.tb-list td p .dot::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #67788d;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 10px;
}
.tb-list.view td {
  text-overflow: none;
  overflow: none;
}
.tb-list .txt-wrap {
  white-space: pre-wrap;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .tb-list colgroup {
    display: none;
  }
  .tb-list th {
    display: none;
  }
  .tb-list tbody tr {
    width: 100%;
    border-bottom: 1px solid #dbdbe8;
  }
  .tb-list tbody tr:first-of-type {
    border-top: 2px solid #DDDCE5;
  }
  .tb-list td {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 14px 20px;
    text-align: left;
  }
  .tb-list td:first-of-type {
    margin-top: 15px;
  }
  .tb-list td:last-of-type {
    margin-bottom: 15px;
  }
  .tb-list td .col-tit {
    display: block;
    width: 120px;
    flex-shrink: 0;
    overflow: hidden;
    word-wrap: normal;
    word-break: keep-all;
    white-space: pre-wrap;
    margin-right: 8px;
    font-size: 13px;
    color: #7b8994;
    flex: none;
    line-height: 1.7;
  }
  .tb-list td > p {
    width: calc(100% - 128px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    white-space: pre-wrap;
    word-break: break-all;
  }
  .tb-list td > p > span {
    display: block;
    width: 100%;
    padding-bottom: 3px;
    white-space: pre-wrap;
    text-overflow: none;
    overflow: none;
  }
  .tb-list td > p > b {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #666666;
    padding-top: 3px;
    white-space: pre-wrap;
    text-overflow: none;
    overflow: none;
  }
  .tb-list td > p.tb-nodata {
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .tb-list td p span.tb-btn {
    flex-direction: column;
  }
  .tb-list td p span.tb-btn button {
    margin: 4px 0 0 0;
  }
}

.tb-list.hover tbody tr:hover {
  background-color: #F8F9FB;
}
@media (max-width: 768px) {
  .tb-list.hover tbody tr:hover {
    background-color: unset;
  }
}

.tb-list tfoot {
  border-top: 2px solid #dbdbe8;
  font-weight: 700;
  color: #6457B9;
}

.tb-list.in th,
.tb-list.in td {
  height: 25px;
  line-height: 20px;
  padding: 10px;
  vertical-align: middle;
}
.tb-list.in th {
  font-size: 16px;
  background-color: #fff;
}

.info-p {
  font-size: 13px;
  color: #666666;
  padding-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}

.pagenation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 50px auto 0 auto;
  text-align: center;
}
.pagenation > a {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #f0f2f6;
  margin-right: 5px;
  cursor: default;
}
.pagenation > a:last-child, .pagenation > a:nth-child(2) {
  margin-right: 0;
}
.pagenation > a.on {
  border-color: #dbdbe8;
  background-color: #fff;
  cursor: pointer;
}
.pagenation > a.on:hover {
  border: 1px solid #cacfd8;
}
.pagenation > a.btn-first, .pagenation > a.btn-prev, .pagenation > a.btn-next, .pagenation > a.btn-last {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.pagenation > a.btn-prev, .pagenation > a.btn-next {
  background-size: 6px;
}
.pagenation > a.btn-first {
  background-image: url(../../resources/image/btn/btn-first-off.svg);
}
.pagenation > a.btn-first.on {
  background-image: url(../../resources/image/btn/btn-first-on.svg);
}
.pagenation > a.btn-prev {
  background-image: url(../../resources/image/btn/btn-prev-off.svg);
}
.pagenation > a.btn-prev.on {
  background-image: url(../../resources/image/btn/btn-prev-on.svg);
}
.pagenation > a.btn-next {
  background-image: url(../../resources/image/btn/btn-next-off.svg);
}
.pagenation > a.btn-next.on {
  background-image: url(../../resources/image/btn/btn-next-on.svg);
}
.pagenation > a.btn-last {
  background-image: url(../../resources/image/btn/btn-last-off.svg);
}
.pagenation > a.btn-last.on {
  background-image: url(../../resources/image/btn/btn-last-on.svg);
}
.pagenation > ul {
  display: flex;
  flex-direction: row;
  margin: 0 10px;
}
.pagenation > ul > li {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #dbdbe8;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pagenation > ul > li:hover {
  border: 1px solid #cacfd8;
}
.pagenation > ul > li:last-child {
  margin-right: 0;
}
.pagenation > ul > li.click {
  background-color: #3F597B;
  border: 1px solid transparent;
}
.pagenation > ul > li.click > a {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.tb-view {
  background-color: #fff;
  font-size: 15px;
  border-top: 2px solid #DDDCE5;
  text-align: left;
  table-layout: fixed;
}
.tb-view thead tr th {
  background-color: #F8F9FB;
}
.tb-view tr {
  border-bottom: 1px solid #dbdbe8;
}
.tb-view th,
.tb-view td {
  height: 56px;
  line-height: 1.8;
  vertical-align: middle;
  padding: 15px 20px;
}
.tb-view td {
  word-break: break-all;
}
.tb-view td p {
  line-height: 1.8;
  word-break: break-all;
}
.tb-view td p span {
  display: block;
  word-break: break-all;
}
.tb-view td p b {
  display: block;
  font-size: 13px;
  color: #666;
}
.tb-view th {
  font-weight: 500;
  background-color: #F8F9FB;
}
@media (max-width: 768px) {
  .tb-view {
    font-size: 16px;
  }
  .tb-view th {
    text-align: center;
    font-size: 13px;
  }
  .tb-view th,
.tb-view td {
    padding: 15px;
  }
}

.code-info-group {
  display: inline-block;
  margin-bottom: 10px;
}

.code-area {
  position: relative;
  padding: 15px 20px;
  border: 10px solid #f8f9fd;
  border-radius: 5px;
}
.code-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 12px;
}
.code-area ul li {
  flex-basis: 205px;
}
.code-area ul li div {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #142e47;
}
.code-area ul li.code-num {
  flex-basis: 90px;
}
.code-area ul li.code-num.reset {
  flex-basis: 205px;
}
.code-area ul li.code-num .code-sm-txt {
  display: flex;
  flex-direction: row;
}
.code-area ul li.code-num .code-sm-txt span {
  display: inline-block;
  font-size: 12px;
  min-width: 40px;
  line-height: 34px;
  padding-left: 3px;
}

.b-tit {
  display: inline-block;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: center;
  background-color: #fff5db;
  border-radius: 3px;
}

.code-total {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #dbdbe8;
}

.code-comment {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.date-group.tb-in {
  position: relative;
  width: 191px;
  height: 34px;
  border: 1px solid #dbdbe8;
}
.date-group.tb-in input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.date-group.tb-in button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 30px;
  height: 34px;
}
.date-group.tb-in button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f073";
  position: absolute;
  position: absolute;
  color: #6457B9;
  width: 30px;
  height: 34px;
  line-height: 34px;
  top: 0;
  right: 0;
  font-size: 16px;
}

.txt-between {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
}

.tb-info-box.none {
  border: 1px solid #dbdbe8;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-top: 20px;
}

.link {
  font-weight: 700;
  color: #6457B9;
  border-bottom: 1px solid #6457B9;
  cursor: pointer;
}

.file-group {
  display: block;
  min-width: 120px;
  font-size: 16px;
  align-items: center;
  align-content: center;
}
.file-group .file-img {
  display: inline-flex;
  width: 15px;
  height: 17px;
  margin-right: 5px;
  vertical-align: bottom;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.file-group .file-img.pdf {
  background-image: url(../../resources/image/icon/ic-pdf.svg);
}
.file-group .file-img.xls, .file-group .file-img.xlsx {
  background-image: url(../../resources/image/icon/ic-excel.svg);
}
.file-group .file-img.hwp {
  background-image: url(../../resources/image/icon/ic-hwp.svg);
}
.file-group .file-img.hwpx {
  background-image: url(../../resources/image/icon/ic-hwp.svg);
}
.file-group .file-img.doc {
  background-image: url(../../resources/image/icon/ic-doc.svg);
}
.file-group .file-img.ppt {
  background-image: url(../../resources/image/icon/ic-ppt.svg);
}
.file-group .file-img.txt {
  background-image: url(../../resources/image/icon/ic-txt.svg);
}
.file-group .file-img.ai {
  background-image: url(../../resources/image/icon/ic-ai.svg);
}
.file-group .file-img.jpg {
  background-image: url(../../resources/image/icon/ic-jpg.svg);
}
.file-group .file-img.png {
  background-image: url(../../resources/image/icon/ic-png.svg);
}
.file-group .file-img.mp4 {
  background-image: url(../../resources/image/icon/ic-mp4.svg);
}
.file-group .file-img.avi {
  background-image: url(../../resources/image/icon/ic-avi.svg);
}
.file-group .file-img.csv {
  background-image: url(../../resources/image/icon/ic-csv.svg);
}
.file-group .file-img.etc {
  background-image: url(../../resources/image/icon/ic-etc.svg);
}
.file-group .file-img.exe {
  background-image: url(../../resources/image/icon/ic-exe.svg);
}
.file-group .file-img.gif {
  background-image: url(../../resources/image/icon/ic-gif.svg);
}
.file-group .file-img.psd {
  background-image: url(../../resources/image/icon/ic-psd.svg);
}
.file-group .file-img.xml {
  background-image: url(../../resources/image/icon/ic-xml.svg);
}
.file-group .file-img.zip {
  background-image: url(../../resources/image/icon/ic-zip.svg);
}
.file-group .file-img.jfif {
  background-image: url(../../resources/image/icon/ic-zip.svg);
}
@media (max-width: 768px) {
  .file-group {
    font-size: 13px;
  }
  .file-group img {
    height: 15px;
  }
}

.file-group:nth-of-type(n + 2) {
  margin-top: 10px;
}

.txt-state-box {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .txt-state-box {
    padding: 10px 15px;
  }
}
.txt-state-box.ing {
  color: #185ee0;
  background-color: #eef4ff;
  border: 1px solid #cedfff;
}
.txt-state-box.done {
  color: #7b8994;
  background-color: #eff1f5;
  border: 1px solid #eff1f5;
}

.tb-view .tb-list th {
  padding: 0 5px;
}
.tb-view .tb-list td {
  height: unset;
}

.tb-line-l {
  border-left: 1px solid #dbdbe8;
}



.g-depth-wrap {
  height: auto;
  position: absolute;
  left: 0;
  top: 91px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .g-depth-wrap {
    top: 61px;
  }
}
.g-depth-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: -1px;
}
.g-depth-wrap > div {
  position: relative;
  width: 100%;
  max-width: 1380px;
  background-color: #fff;
  margin: 0 auto;
}
.g-depth-wrap > div::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7569CA;
}
.g-depth-wrap > div .g-depth-tit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  min-width: 285px;
  height: 90px;
  padding: 35px 30px;
  overflow: hidden;
  background: linear-gradient(to right, #7569CA, #6457B9);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.g-depth-wrap > div .g-depth-tit::before {
  content: "";
  position: absolute;
  left: -200%;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #7569CA;
}
.g-depth-wrap > div .g-depth-tit > h2 {
  font-size: 20px;
  text-align: left;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.g-depth-wrap > div .g-depth-tit p {
  display: -webkit-box;
  margin-top: 20px;
  width: 225px;
  height: 44px;
  white-space: normal;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  word-break: break-all;
  word-wrap: break-word;
  display: none;
}
.g-depth-wrap > div > ul {
  position: absolute;
  width: calc(100% + 285px);
  left: 0;
  top: 0;
  min-height: 90px;
  padding: 25px 25px 25px 296px;
  overflow-x: hidden;
  background-color: #fff;
}
.g-depth-wrap > div > ul > li {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 50px;
  text-align: left;
}
.g-depth-wrap > div > ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.g-depth-wrap > div > ul > li > a:hover {
  color: #7569CA;
}
.g-depth-wrap > div > ul > li > ul {
  margin-top: 10px;
  display: none;
}
.g-depth-wrap > div > ul > li > ul > li {
  height: 30px;
  line-height: 30px;
}
.g-depth-wrap > div > ul > li > ul > li > a {
  position: relative;
  display: block;
  color: #666666;
  font-size: 13px;
  letter-spacing: -0.3px;
  padding-left: 40px;
}
.g-depth-wrap > div > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

.gnb + .gnb-bg {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 90px;
  background: #fff;
  opacity: 0;
  z-index: 998;
  -webkit-box-shadow: 0 10px 10px rgba(31, 28, 28, 0.03);
  box-shadow: 0 10px 10px rgba(31, 28, 28, 0.03);
}
@media (max-width: 1280px) {
  .gnb + .gnb-bg {
    top: 60px;
  }
}

.gnb:hover + .gnb-bg {
  min-height: 90px;
  opacity: 1;
  display: block;
}
.gnb:hover + .gnb-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
}

.gnb > ul > li:hover div {
  display: block;
  overflow: visible;
}

.m-nav-wrap {
  position: absolute;
  right: 30px;
  display: none;
}
@media (max-width: 1200px) {
  .m-nav-wrap {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .m-nav-wrap {
    right: 15px;
  }
}

.m-hidden {
  display: none;
}

.m-gnb-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  right: -105%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.m-gnb-wrap > a {
  font-size: 18px;
  padding: 0px 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.m-gnb-wrap > a:hover {
  color: #7569CA;
}

.m-hidden:checked ~ .m-gnb-wrap {
  right: 0;
}

.m-hidden:checked ~ .m-btn-menu span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  background-color: #fff;
}

.m-hidden:checked ~ .m-btn-menu span:nth-child(2) {
  opacity: 0;
}

.m-hidden:checked ~ .m-btn-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: -6px;
  background-color: #fff;
}

.m-btn-wrap,
.m-gnb {
  width: 100%;
}

.m-btn-wrap {
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  background: #4662b9;
}
.m-btn-wrap > a {
  position: relative;
  color: #fff;
  padding: 6px 15px 6px 35px;
  margin-right: 10px;
  font-weight: 300;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.432);
}
.m-btn-wrap > a::before {
  left: 15px;
  top: 54%;
  transform: translateY(-50%);
}
.m-btn-wrap > a:first-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f2f6";
  position: absolute;
}
.m-btn-wrap > a:last-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f007";
  position: absolute;
  font-size: 12px;
}

.m-gnb {
  height: 100%;
  background-color: #ECEBF2;
  overflow-y: scroll;
}
.m-gnb > li {
  width: 35%;
  height: 76px;
}
.m-gnb > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px 0px 20px;
  font-size: 15px;
  color: #999999;
  line-height: 1.3;
}
.m-gnb > li.on {
  background-color: #fff;
}
.m-gnb > li.on > a {
  color: #7569CA;
  font-weight: 700;
  position: relative;
}
.m-gnb > li.on > a::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #3566d6;
  position: absolute;
  left: 0;
  top: 0;
}
.m-gnb > li.on .m-depth {
  right: 0;
  opacity: 1;
}

.m-depth {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -100%;
  top: 60px;
  width: 65%;
  height: calc(100% - 60px);
  background-color: #fff;
  border-left: 1px solid #dbdbe8;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  opacity: 0;
}
.m-depth > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0px 20px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e8;
}

.wrap {
  width: 100%;
  height: 100%;
}

.con-wrap.main {
  background-color: #fff;
  overflow-x: hidden;
  padding-bottom: 0;
}

.container {
  min-height: 423px;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.container.main {
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0;
  }
}

.tit-main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
  width: 18%;
  padding-left: 10px;
}
.tit-main h2 {
  font-size: 2.25rem;
}
.tit-main p {
  width: 100%;
  line-height: 130%;
  padding-top: 16px;
  color: #828282;
  font-size: 0.875rem;
  padding-left: 2px;
  box-sizing: border-box;
}
.tit-main a {
  font-size: 1rem;
  padding-top: 16px;
  font-size: 0.875rem;
}
.tit-main a::after {
  content: "⟶";
  padding-left: 10px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .tit-main {
    padding: 0 20px;
    width: 100%;
  }
  .tit-main h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .tit-main {
    padding: 0;
  }
  .tit-main h2 {
    font-size: 22px;
  }
  .tit-main .btn-more {
    border: none;
  }
}

/* 컨트롤 버튼 */
.btn-control-wrap {
  display: flex;
  flex-direction: column;
  width: 244px;
  margin-left: auto;
}
.btn-control-wrap .btn-control {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 35px;
}
.btn-control-wrap .btn-control > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.btn-control-wrap .btn-control > a > span.on {
  color: #fff;
  font-weight: 700;
}
.btn-control-wrap .btn-control > a > span {
  min-width: 80px;
  text-align: center;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.btn-control-wrap .btn-control > a > p {
  width: 44px;
  min-width: unset;
  height: 17px;
  text-indent: 300%;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.btn-control-wrap .btn-prev p {
  background-image: url(../../resources/image/btn/btn-arrow-prev-white.svg);
}
.btn-control-wrap .btn-prev span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.btn-control-wrap .btn-next p {
  background-image: url(../../resources/image/btn/btn-arrow-next-white.svg);
}
.btn-control-wrap .loading-bar {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(204, 204, 204, 0.3);
}
.btn-control-wrap .loading-bar > div {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-control-wrap .loading-bar .bar-white {
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.btn-control-wrap .loading-bar .bar-gray {
  width: 100%;
  background-color: rgba(204, 204, 204, 0.3);
  z-index: 1;
}
.btn-control-wrap .loading-bar.active .bar-white {
  -webkit-animation: loading-bar 7s ease-in 0s backwards;
  -moz-animation: loading-bar 7s ease-in 0s backwards;
  -o-animation: loading-bar 7s ease-in 0s backwards;
  animation: loading-bar 7s ease-in 0s backwards;
}
@-webkit-keyframes loading-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.research-wrap .btn-control-wrap {
  position: absolute;
  right: 0;
  top: 465px;
}
@media (max-width: 1200px) {
  .research-wrap .btn-control-wrap {
    display: none;
  }
}
.research-wrap .btn-control-wrap .btn-control > a {
  color: #999999;
}
.research-wrap .btn-control-wrap .btn-control > a > span.on {
  color: #111111;
}
.research-wrap .btn-control-wrap .btn-prev p {
  background-image: url(../../resources/image/btn/btn-arrow-prev.svg);
}
.research-wrap .btn-control-wrap .btn-prev span::after {
  background-color: #dbdbe8;
}
.research-wrap .btn-control-wrap .btn-next p {
  background-image: url(../../resources/image/btn/btn-arrow-next.svg);
}
.research-wrap .btn-control-wrap .loading-bar {
  background-color: #e5e5e8;
}
.research-wrap .btn-control-wrap .loading-bar::after {
  background-color: #111111;
}

.control-area {
  width: 1440px;
  padding: 0 30px;
  position: absolute;
  margin: 0 auto;
  bottom: 110px;
  z-index: 10;
}
.control-area .m-btn-control-wrap {
  display: none;
}
@media (max-width: 1440px) {
  .control-area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .control-area {
    bottom: 80px;
  }
  .control-area .btn-control-wrap {
    display: none;
  }
  .control-area .m-btn-control-wrap {
    display: block;
    width: 100%;
  }
  .control-area .m-btn-control-wrap > div {
    width: 42px;
    margin: 0 auto;
  }
  .control-area .m-btn-control-wrap > div span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: left;
  }
  .control-area .m-btn-control-wrap > div span:last-of-type {
    margin-right: 0;
  }
  .control-area .m-btn-control-wrap > div span.on {
    background-color: #fff;
    width: 18px;
  }
}

.visual-btn {
  width: 1440px;
  padding: 30px;
  margin: 30px auto 0;
  position: relative;
  opacity: 1;
  transform: rotate(0.001deg);
}
.visual-btn > a {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  padding: 20px 50px;
  margin-right: 15px;
  color: #fff;
  border: 1px solid #fff;
}
.visual-btn > a:hover {
  background-color: #fff;
  color: #222;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .visual-btn {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .visual-btn {
    margin: 15px auto 0;
  }
}
@media (max-width: 768px) {
  .visual-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto 0;
  }
  .visual-btn > a {
    width: 50%;
    max-width: 250px;
    padding: 15px 0;
    white-space: nowrap;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.main-bg-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.bg-color {
  background-color: #FAFDFF;
}

.collabo-wrap {
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .collabo-wrap {
    width: 100%;
    padding: 50px 20px;
  }
}

.collabo-item-list {
  width: 74.3%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .collabo-item-list {
    width: 100%;
  }
}
.collabo-item-list ul li {
  width: 100%;
}

.collabo-item:hover {
  border: 1px solid #7569CA;
  cursor: pointer;
}

.collabo-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.collabo-item .type-no {
  width: 100%;
  padding-bottom: 2px;
  font-size: 0.875rem;
}
.collabo-item .type-no span {
  margin-right: 8px;
}
.collabo-item .type-no .collabo-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
}
.collabo-item .type-no .label-bg-v {
  background-color: #7569CA;
}
.collabo-item .type-no .label-bg-g {
  background-color: #737EA5;
}
.collabo-item .collabo-tit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.collabo-item .collabo-tit h3 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
}
.collabo-item .collabo-tit h3 a:hover {
  color: #7569CA;
}
.collabo-item .collabo-tit > ul {
  width: 100%;
  margin-top: 16px;
}
.collabo-item .collabo-tit > ul li {
  display: inline;
  line-height: 140%;
}
.collabo-item .collabo-tit > ul li span {
  font-size: 1rem;
  margin-right: 8px;
}
.collabo-item .collabo-tit > ul li span:first-child {
  font-weight: 500;
}
.collabo-item .collabo-tit > span {
  margin-top: 20px;
  margin-right: 20px;
  font-size: 1em;
}
.collabo-item .collabo-tit > span::before {
  content: "#";
  margin-right: 4px;
}
.collabo-item .collabo-info ul {
  width: 100%;
  margin-top: 20px;
}
.collabo-item .collabo-info ul li {
  display: inline;
}
.collabo-item .collabo-info ul li span {
  font-size: 0.875rem;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .collabo-item {
    width: 100%;
    padding: 16px;
  }
  .collabo-item .collabo-tit h3 {
    display: -webkit-box;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
  .collabo-item .collabo-tit ul li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .collabo-item .collabo-tit ul li {
    display: flex;
  }
}

/* 공지사항 */
.noti-wrap {
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .noti-wrap {
    width: 100%;
    padding: 50px 0;
  }
}

.noti-list {
  width: 74.3%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
}
.noti-list > ul {
  width: 100%;
  border-top: 2px solid #333;
}
.noti-list > ul > li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.noti-list > ul > li .noti-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.noti-list > ul > li .noti-item .noti-date {
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.noti-list > ul > li .noti-item .noti-tit {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.noti-list > ul > li .noti-item .noti-tit h3 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 140%;
}
.noti-list > ul > li .noti-item .noti-tit h3 a:hover {
  color: #00BE6E;
}
.noti-list > ul > li .noti-item .noti-tit p {
  font-size: 1rem;
  line-height: 140%;
  color: #828282;
  font-weight: 300;
  width: 100%;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media (max-width: 1200px) {
  .noti-list {
    width: 100%;
    padding: 0 20px;
  }
  .noti-list ul li .noti-item {
    width: 100%;
  }
  .noti-list ul li .noti-item .noti-date {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
  .noti-list ul li .noti-item .noti-tit {
    width: 100%;
  }
  .noti-list ul li .noti-item .noti-tit h3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }
}
.main-nodata {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-nodata::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f071";
  position: absolute;
  position: relative;
  left: -6px;
  top: -1px;
  color: #ffc533;
}

/* 통계 */
.main-half-bg {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  background-image: url(../../resources/image/bg/bg-main-state.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .main-half-bg {
    display: none;
  }
}

.main-center-wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .main-center-wrap {
    width: 100%;
    background-image: url(../../resources/image/bg/bg-main-state-m.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.state-wrap {
  width: 720px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 100px 0 100px 100px;
}
@media (max-width: 1200px) {
  .state-wrap {
    width: 100%;
    padding: 50px 20px;
  }
}
.state-wrap > .tit-main {
  width: 100%;
}
@media (max-width: 1200px) {
  .state-wrap > .tit-main > .tit-main {
    color: #fff;
  }
  .state-wrap > .tit-main .m-tit-color {
    color: #fff;
  }
}
.state-wrap ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.state-wrap ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  text-align: center;
  border-radius: 12px;
  margin-right: 1.5%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.state-wrap ul li:last-of-type {
  margin-right: 0;
}
.state-wrap ul li span {
  font-weight: 800;
  font-size: 2.188rem;
  font-family: "NanumSquare";
  color: #7569CA;
}
.state-wrap ul li b {
  font-weight: 700;
  font-size: 1rem;
  margin: 20px 0 15px;
}
@media (max-width: 1200px) {
  .state-wrap ul {
    padding: 0 30px;
  }
  .state-wrap ul li {
    height: 200px;
  }
  .state-wrap ul li span {
    font-size: 1.875rem;
  }
  .state-wrap ul li b {
    font-size: 0.875rem;
    margin: 15px 0 10px;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .state-wrap ul li {
    width: 50%;
  }
}

h2 {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -2px;
}

/* 프로그램 공고 */
.program-group {
  position: relative;
}
.program-group::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 250px;
  top: 50px;
  left: -50%;
  background-color: #f4f4f9;
  cursor: default;
}
@media (max-width: 1200px) {
  .program-group::before {
    height: 84%;
  }
}
.program-group > ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 1;
}
.program-group > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31.333%;
  padding: 30px 35px 40px;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #f0f2f6;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  cursor: pointer;
  margin-right: 3%;
}
.program-group > ul > li:last-of-type {
  margin-right: 0;
}
.program-group > ul > li:hover {
  bottom: 10px;
}
.program-group > ul > li > p {
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media (max-width: 1200px) {
  .program-group > ul > li {
    width: calc(100% - 60px);
    margin: 0 auto 25px;
    padding: 30px 105px 30px 30px;
    border: none;
  }
  .program-group > ul > li:last-of-type {
    margin: 0 auto 25px;
  }
  .program-group > ul > li:hover {
    bottom: 0;
  }
  .program-group > ul > li p {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .program-group > ul > li {
    width: calc(100% - 30px);
    padding: 20px 85px 25px 15px;
  }
  .program-group > ul > li p {
    font-size: 16px;
  }
}
.program-group > ul > li .btn-main-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background: url(../../resources/image/bg/bg-arrow-r-off.svg) center center/16px no-repeat;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.program-group > ul > li .btn-main-arrow:hover {
  background: url(../../resources/image/bg/bg-arrow-r-hover.svg) center/16px no-repeat, #f8fafc;
}
@media (max-width: 768px) {
  .program-group > ul > li .btn-main-arrow {
    right: 15px;
  }
}
.program-group.nodata {
  padding: 0;
  height: 261px;
}
.program-group.nodata .main-nodata {
  top: 65%;
}
@media (max-width: 1200px) {
  .program-group.nodata .main-nodata {
    top: 60%;
  }
}

.pro-ing {
  color: #6457B9;
}
.pro-ing .pro-field li {
  color: #3566d6;
  background-color: #eff3fc;
  font-weight: 500;
}

.pro-done {
  color: #7b8994;
}
.pro-done b,
.pro-done span {
  color: #7b8994;
}

.pro-field,
.pro-period {
  display: flex;
  color: #111111;
}
.pro-field b,
.pro-period b {
  font-size: 16px;
  font-weight: 700;
  margin-right: 22px;
  margin-bottom: 2px;
}
.pro-field span,
.pro-period span {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .pro-field b,
.pro-period b {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .pro-field span,
.pro-period span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .pro-field b,
.pro-period b {
    font-size: 14px;
  }
  .pro-field span,
.pro-period span {
    font-size: 14px;
  }
}

.pro-field {
  flex-direction: column;
  margin-bottom: 27px;
}
.pro-field ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pro-field ul li {
  font-size: 14px;
  color: #7b8994;
  padding: 10px 14px;
  background-color: #eff1f5;
  border-radius: 25px;
  margin-right: 13px;
  margin-top: 8px;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .pro-field ul li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .pro-field ul li {
    font-size: 13px;
  }
}

.pro-period {
  flex-direction: row;
  align-items: center;
}
.pro-period span {
  font-size: 17px;
}
@media (max-width: 1440px) {
  .pro-period span {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .pro-period b {
    font-size: 15px;
  }
  .pro-period span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .pro-period b {
    font-size: 14px;
  }
  .pro-period span {
    font-size: 14px;
  }
}

.program-state {
  display: flex;
  flex-direction: column;
  position: absolute;
  min-width: 60px;
  height: 50px;
  line-height: 1.35;
  right: -1px;
  top: -1px;
  color: #fff;
  padding: 7px;
  text-align: center;
  letter-spacing: -0.5px;
}
.program-state.ready {
  background-color: #ffc533;
}
.program-state.ing {
  background-color: #3566d6;
}
.program-state.done {
  background-color: #eff1f5;
  color: #7b8994;
}
.program-state.done span {
  color: #7b8994;
}
.program-state > b {
  font-size: 16px;
  margin-right: 0;
  font-weight: 500;
}
.program-state > span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

/* 연구성과 */
.research-wrap {
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .research-wrap {
    width: 100%;
    padding: 50px 20px;
  }
}
.research-wrap .tit-main {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .research-wrap .tit-main {
    width: 100%;
    align-items: baseline;
  }
}
.research-wrap.nodata {
  height: 250px;
  margin-bottom: 0;
}
.research-wrap.nodata .tit-main {
  justify-content: flex-start;
  width: 100%;
}
.research-wrap.nodata .tit-main h2 {
  padding-left: 48px;
  text-align: center;
}
.research-wrap.nodata .research-group {
  height: 250px;
  position: relative;
}

.research-group {
  width: 74.3%;
  display: flex;
  flex-wrap: wrap;
  min-height: 509px;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .research-group {
    width: 100%;
  }
}
.research-group.nodata {
  padding: 0;
  height: 394px;
}
.research-group.nodata li > a {
  cursor: default;
}
.research-group.nodata li > a:hover div:last-child p::after {
  width: 0%;
}
.research-group.nodata li > a:hover div:last-child {
  cursor: default;
}
.research-group.nodata li > a div:last-child p:hover {
  color: #333;
}
.research-group.nodata .img-research {
  background-color: #f8f9fa;
}
@media (max-width: 1200px) {
  .research-group.nodata {
    padding: 0 30px;
    height: 235px;
  }
}
@media (max-width: 768px) {
  .research-group.nodata {
    padding: 0 24px;
    height: 300px;
  }
}

.research-item {
  width: 345px;
  box-sizing: border-box;
}

.research-item:hover {
  margin-top: -10px;
}

.research-item h3 a:hover {
  color: #7569CA;
}

.research-item .research-img {
  width: 100%;
  height: 400px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  object-fit: cover;
  overflow: hidden;
  background-color: #f3f3f3;
}
.research-item .research-img a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.research-item .research-img a img {
  object-fit: cover;
  text-align: center;
  width: 100%;
}
.research-item .research-img .n-no-img {
  background-image: url(../../resources/image/image/img-dummy.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
.research-item h3 {
  height: 53px;
}
.research-item h3 a {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 24px;
  color: #333;
  line-height: 130%;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.research-item p {
  font-size: 0.875rem;
  color: #828282;
  margin-top: 10px;
}
.research-item p span {
  margin-right: 8px;
}
@media (max-width: 1280px) {
  .research-item {
    height: auto;
    width: 32.5%;
  }
}
@media (max-width: 1200px) {
  .research-item {
    width: 32.5%;
  }
}
@media (max-width: 768px) {
  .research-item {
    width: 49%;
  }
  .research-item:last-child {
    display: none;
  }
}
@media (max-width: 576px) {
  .research-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*컴퓨팅 자원 안내/분석환경안내*/
.analysis-info {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 300px;
  background-image: url(../../resources/image/bg/bg-analysis.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.analysis-info .vertical-line {
  width: 1px;
  height: 70px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.analysis-info .tit-main {
  width: 100%;
  text-align: center;
  color: #fff;
}
.analysis-info .tit-main a {
  margin-top: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .analysis-info {
    width: 100%;
    height: 200px;
  }
  .analysis-info .vertical-line {
    height: 40px;
  }
}

.computing-info {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 300px;
  background-image: url(../../resources/image/bg/bg-computing.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.computing-info .vertical-line {
  width: 1px;
  height: 70px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.computing-info .tit-main {
  width: 100%;
  text-align: center;
  color: #fff;
}
.computing-info .tit-main a {
  margin-top: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .computing-info {
    width: 100%;
    height: 200px;
  }
  .computing-info .vertical-line {
    height: 40px;
  }
}

/* 튜토리얼 */
.tutorial-wrap {
  margin-top: 200px;
  position: relative;
  padding: 50px 0 100px 0;
  margin-bottom: 0;
}
.tutorial-wrap .tit-main {
  position: relative;
}
.tutorial-wrap::before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #ECEBF2;
}
@media (max-width: 1200px) {
  .tutorial-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .tutorial-wrap {
    padding-bottom: 150px;
  }
}

.video-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.video-group .video-list {
  position: relative;
  width: 31.333%;
  height: 320px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.video-group .video-list iframe {
  width: 100%;
  height: 100%;
}
.video-group .video-list p {
  padding: 29px 25px 30px 56px;
  background-color: #Fff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.video-group .video-list p::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f04b";
  position: absolute;
  position: absolute;
  left: 25px;
  top: 30px;
  font-size: 16px;
  color: #9fb1c5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.video-group .video-list:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
}
.video-group .video-list:hover p::after {
  color: #7569CA;
}
@media (max-width: 1200px) {
  .video-group {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .video-group {
    padding: 0 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .video-group .video-list {
    width: 100%;
    height: 320px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .video-group .video-list:last-of-type {
    display: block;
  }
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.main-q-icon {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-q-icon .n-icon-list {
  width: 1440px;
  z-index: 100;
  display: flex;
  justify-content: center;
}
.main-q-icon .n-icon-list ul {
  display: inline-flex;
  justify-content: space-between;
  margin-top: -50px;
  width: 100%;
  padding-bottom: 50px;
}
.main-q-icon .n-icon-list ul li {
  width: 16%;
  height: 200px;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
}
.main-q-icon .n-icon-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #312C5B;
  text-align: center;
  line-height: 150%;
}
.main-q-icon .n-icon-list ul li a span:first-child {
  height: 100px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 3rem;
}
.main-q-icon .n-icon-list ul li a span:last-child {
  font-weight: 500;
  padding-top: 15px;
}
.main-q-icon .n-icon-list ul li:hover {
  background-color: #FAFDFF;
  margin-top: -10px;
}
.main-q-icon .n-icon-list ul li:hover a {
  color: #7569CA;
}

@media (max-width: 1440px) {
  .main-q-icon .n-icon-list {
    width: 100%;
  }
  .main-q-icon .n-icon-list > ul {
    padding: 0 20px 50px 20px;
  }
}
@media (max-width: 1200px) {
  .main-q-icon .n-icon-list > ul {
    flex-wrap: wrap;
  }
  .main-q-icon .n-icon-list > ul li {
    width: 32.5%;
    height: auto;
    margin-bottom: 20px;
  }
  .main-q-icon .n-icon-list > ul li a {
    flex-direction: row;
    justify-content: space-between;
  }
  .main-q-icon .n-icon-list > ul li a span:first-child {
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 3rem;
  }
  .main-q-icon .n-icon-list > ul li a span:first-child > img {
    width: 50px;
  }
  .main-q-icon .n-icon-list > ul li a span:last-child {
    font-weight: 500;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .main-q-icon .n-icon-list > ul li {
    width: 49%;
  }
  
   .main-q-icon .n-icon-list > ul li > a {
    font-size: 0.875rem;
  }
}

.n-tit-main {
  width: 100%;
  padding: 30px 0;
}

.n-tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-tab ol {
  display: inline-flex;
}
.n-tab ol li {
  padding: 16px 10px;
  font-size: 1.313rem;
  color: #828282;
  cursor: pointer;
}
@media (max-width: 768px) {
  .n-tab .tab_wrap{
    width: 100%;
    display: flex;
  }
  .n-tab ol li {
    font-size: 14px;
    margin: 0 !important;
    flex: 1 1 auto;
  }
  .n-tab ol li a{
    padding: 5px !important;
  }
}
.n-tab ol .n-on {
  color: #7569CA;
  font-weight: 700;
  border-bottom: 2px solid #7569CA;
  margin-bottom: -2px;
  z-index: 22;
}

.n-main-noti {
  width: 49%;
}
.n-main-noti > ul > li {
  width: 100%;
}
.n-main-noti > ul > li .noti-item {
  width: 100%;
  display: flex;
}
.n-main-noti > ul > li .noti-item .noti-data {
  width: 100px;
}
.n-main-noti > ul > li .noti-item .noti-tit {
  width: calc(100% - 100px);
}
.n-main-noti > ul > li .noti-item .noti-tit > h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .n-main-noti {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1200px) {
  .n-main-noti > ul > li .noti-item .noti-data {
    width: 100%;
  }
  .n-main-noti > ul > li .noti-item .noti-tit {
    width: 100%;
  }
  .n-main-noti > ul > li .noti-item .noti-tit > h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .n-main-noti {
    width: 100%;
  }
  .n-main-noti > ul > li .noti-item .noti-data {
    width: 100%;
  }
  .n-main-noti > ul > li .noti-item .noti-tit {
    width: 100%;
  }
  .n-main-noti > ul > li .noti-item .noti-tit > h3 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.new-noti-main {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.new-noti-main .n-noti {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  justify-content: space-between;
}
.new-noti-main .n-noti .tit-main {
  width: 100%;
}
@media (max-width: 1200px) {
  .new-noti-main {
    padding: 50px 20px;
  }
}

.new-noti-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
}
.new-noti-list ul.main-noti-box {
  width: 980px;
  margin-top: 30px;
  display: inline-flex;
  flex-wrap: wrap;
}
.new-noti-list ul.main-noti-box li {
  margin-right: 3px;
  width: 33%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dcdcdc;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color: #fff;
}
.new-noti-list ul.main-noti-box li h4 {
  width: 100%;
  padding: 20px 0;
  line-height: 140%;
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  height: 70px;
}

.new-noti-list ul.main-noti-box li:hover {
  color: #7569CA;
  border: 1px solid #7569CA;
}

.new-noti-list ul.main-noti-box li > span:first-child {
  font-weight: 500;
}
.new-noti-list ul.main-noti-box li > span:last-child {
  font-size: 0.875rem;
  margin-top: 30px;
  color: #585858;
}
@media (max-width: 768px) {
  .new-noti-list {
    width: 100%;
  }
  .new-noti-list ul.main-noti-box {
  width: 100%;
  }
  .new-noti-list .mainNoticeBox ul.main-noti-box li {
    width: 100%;
  }
  .new-noti-list ul.main-noti-box li:nth-child(4) {
    display: none;
  }
  .new-noti-list ul.main-noti-box li:nth-child(5) {
    display: none;
  }
  .new-noti-list ul.main-noti-box li:nth-child(6) {
    display: none;
  }
}

.new-faultnoti-list {
  width: 30%;
}
.new-faultnoti-list ul.main-noti-box {
  width: 100%;
  margin-top: 30px;
}
.new-faultnoti-list ul.main-noti-box li {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dcdcdc;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  background-color: #fff;
}
.new-faultnoti-list ul.main-noti-box li h4 {
  width: 100%;
  padding: 20px 0;
  line-height: 140%;
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  height: 70px;
}

.new-faultnoti-list ul.main-noti-box li:hover {
  color: #7569CA;
  border: 1px solid #7569CA;
}

.new-faultnoti-list ul.main-noti-box li > span:first-child {
  font-weight: 500;
}

.new-faultnoti-list ul.main-noti-box li > span:last-child {
  font-size: 0.875rem;
  margin-top: 30px;
  color: #585858;
}

@media (max-width: 768px) {
  .new-faultnoti-list {
    width: 100%;
  }
}

.font-color-r {
  color: #e40009 !important;
  border-bottom: 2px solid #e40009 !important;
}

.new-stats {
  width: 1440px;
  padding: 50px 20px;
}
.new-stats .tit-main {
  width: 100%;
}
@media (max-width: 1200px) {
  .new-stats > .stats-count {
    padding: 0;
  }
}

.con-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 130px;
  padding-bottom: 100px;
  background-color: #fff;
  min-height: 930px;
  justify-content: center;
}
@media (max-width: 1280px) {
  .con-wrap {
    margin-top: 120px;
  }
}
@media (max-width: 1200px) {
  .con-wrap {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .con-wrap {
    min-height: unset;
  }
}

.container.sub {
  max-width: 1440px;
  height: auto;
  box-sizing: border-box;
  padding-top: 222px;
  width: 90%;
}
@media (max-width: 1440px) {
  .container.sub {
    padding-top: 150px;
  }
}
@media (max-width: 500px) {
  .container.sub {
    padding-top: 100px;
  }
}

.container.sub .search-box {
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #e5e5e8;
}
.container.sub .pop-comment {
  font-size: 14px;
  line-height: 1.7;
}
.container.sub .system-noti p {
  font-size: 15px;
  padding-bottom: 6px;
}
.container.sub .system-noti span {
  font-size: 16px;
}
.container.sub .system-noti::before {
  top: 17px;
}
.container.sub .tit-pr-step {
  padding-top: 20px;
  margin-bottom: 0;
}


.sub-visual-wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.sub-visual-wrap .vertical-line {
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 50;
}
.sub-visual-wrap .sub-v-tit {
  position: relative;
  font-size: 2.375rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  z-index: 1;
  line-height: 200px;
  opacity: 1;
  -moz-animation: sub-v-tit 1.5s ease-in 0.65s backwards;
  -webkit-animation: sub-v-tit 1.5s ease-in 0.65s backwards;
  animation: sub-v-tit 1.5s ease-in 0.65s backwards;
}
.sub-visual-wrap .sub-v-tit.my {
  line-height: 200px;
  animation: none;
}
@media (max-width: 1200px) {
  .sub-visual-wrap .sub-v-tit {
    width: 100%;
  }
}
@keyframes sub-v-tit {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sub-v-tit {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sub-visual-wrap .visual-area {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-visual-wrap .visual-area.my {
  background: url(../../resources/image/bg/sub-visual-bg-my.png) left top/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-01 {
  background: url(../../resources/image/bg/sub-visual-bg-1.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-02 {
  background: url(../../resources/image/bg/sub-visual-bg-2.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-03 {
  background: url(../../resources/image/bg/sub-visual-bg-3.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-04 {
  background: url(../../resources/image/bg/sub-visual-bg-4.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-05 {
  background: url(../../resources/image/bg/sub-visual-bg-5.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-06 {
  background: url(../../resources/image/bg/sub-visual-bg-6.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-07 {
  background: url(../../resources/image/bg/sub-visual-bg-7.png) left bottom/cover no-repeat;
}
/* 2023.09.20 이우미 대메뉴 이미지 추가 */
.sub-visual-wrap .visual-area.sub-08 {
  background: url(../../resources/image/bg/sub-visual-bg-7.png) left bottom/cover no-repeat;
}
/* 2023.08.17 이우미 마켓플레이스 메뉴 이미지 추가*/
.sub-visual-wrap .visual-area.sub-09 {
  background: url(../../resources/image/bg/sub-visual-bg-7.png) left bottom/cover no-repeat;
}
.sub-visual-wrap .visual-area.sub-01, .sub-visual-wrap .visual-area.sub-02, .sub-visual-wrap .visual-area.sub-03, .sub-visual-wrap .visual-area.sub-04, .sub-visual-wrap .visual-area.sub-05, .sub-visual-wrap .visual-area.sub-06, .sub-visual-wrap .visual-area.sub-07 {
  opacity: 1;
  -moz-animation: sub-vis 1.5s ease-in 0s backwards;
  -webkit-animation: sub-vis 1.5s ease-in 0s backwards;
  animation: sub-vis 1.5s ease-in 0s backwards;
}
@keyframes sub-vis {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sub-vis {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .sub-visual-wrap {
    height: 120px;
  }
  .sub-visual-wrap .sub-v-tit {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 120px;
  }
  .sub-visual-wrap .sub-v-tit.my {
    line-height: 120px;
  }
  .sub-visual-wrap .visual-area {
    height: 120px;
  }
  .sub-visual-wrap .vertical-line {
    top: 90px;
    height: 30px;
  }
}

/*서브페이지 lnb영역*/
.sub-lnb {
  width: 1440px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-lnb .vertical-line {
  width: 1px;
  height: 40px;
  background-color: #333;
  top: 0;
}
.sub-lnb ul {
  width: 100%;
  margin-top: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-lnb ul li {
  display: inline-flex;
  margin-right: 20px;
}
.sub-lnb ul li:last-child {
  margin-right: 0;
}
.sub-lnb ul li a {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.sub-lnb ul li .sub-on {
  font-weight: 500;
  border-bottom: 3px solid #7569CA;
}
@media (max-width: 1440px) {
  .sub-lnb {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sub-lnb {
    display: none;
  }
}

/*검색영역 */
.search-box {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #dbdbe8;
  margin-bottom: 45px;
}
.search-box .sch-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
}
.search-box .sch-group.column {
  flex-direction: column;
}

@media (max-width: 1440px) {
  .n-tg-sch-group {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .n-tg-sch-group > div {
    width: 25%;
  }
}



@media (max-width: 1200px) {
  .search-box .sch-group {
    padding: 0 5%;
  }
}

@media (max-width: 768px) {
  .num-02 .date-group {
    min-width: 110px;
  }
}

@media (max-width: 992px) {
  .search-box .sch-group {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .search-box .sch-group {
    padding: 0;
  }
}
.search-box .sch-select {
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
}
.search-box .sch-select label {
  white-space: nowrap;
  display: inline-block;
  padding-right: 15px;

}
.search-box .sch-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  width: 100%;
}

.search-box .sch-input + .sch-input {
  margin-top: 8px;
}

.search-box .sch-p-txt {
  width: 100%;
  margin: 4px 0 16px;
  font-size: 14px;
  color: #B60000;
}

.n-tg-sch-group > .sch-input {
  width: 100%;
  gap: 10px 2%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.n-tg-sch-group > .sch-input > div {
  display: flex;
    align-items: center;
    width: 49%;
    margin-right: 0; 
}

.n-tg-sch-group > .sch-input > div > label {
    width: 86px;
}

@media (max-width: 1440px) {
  .n_tg_chart {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  }
}


.search-box .sch-input.date {
  width: unset;
}
.search-box .sch-input label {
  white-space: nowrap;
  display: inline-block;
  padding-right: 15px;
}
.search-box .sch-input select {
  min-width: 209px;
}
.search-box .btn-in {
  height: 34px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .search-box .sch-group {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .search-box .sch-group > div {
    margin-right: 0;
  }
  .search-box .sch-group .sch-select {
    width: 100%;
    margin-bottom: 8px;
  }
  .search-box .sch-group .sch-select label {
    display: none;
  }
  .search-box .sch-group .sch-input {
    width: 100%;
  }
  .search-box .sch-group .sch-input label {
    display: none;
  }
  .search-box .sch-group .sch-input > div.row {
    width: 100%;
  }
  .search-box .sch-group button.btn-in {
    height: 34px;
    padding: 0 2px;
    min-width: 34px;
  }
  .search-box .sch-group button.btn-in i {
    margin-right: 0 !important;
  }
  .search-box .sch-group button.btn-in span {
    display: none;
  }
  .search-box .btn-area button {
    width: 100%;
  }
}

/*서브페이지 컨텐츠 영역*/
.sub-tit-group {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e6;
}
.sub-tit-group h3 {
  font-size: 23px;
  font-weight: 700;
  flex: none;
  letter-spacing: -1px;
}
.sub-tit-group .btn-area {
  margin-left: auto;
}




.sub-tit-box {
  margin-bottom: 60px;
}

.sub-tit-box .sub-tit {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}




@media (max-width: 1200px) {
  .sub-tit-group {
    width: 100%;
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .sub-tit-group {
    padding: 50px 0 20px 0;
  }
  .sub-tit-group h3 {
    font-size: 20px;
  }


  .sub-tit-box {
    margin-bottom: 40px;
  }
  .sub-tit-box .sub-tit {
    font-size: 22px;
  }
}

.sub-tit-group.detail {
  border-bottom: none;
}

.sub-txt {
  width: 100%;
  padding: 30px 0 20px 0;
}
.sub-txt .my-tab-group-02 ul {
  margin-bottom: 0;
}

.sub-tit-in {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}
.sub-tit-in::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../resources/image/icon/ic-sub-tit.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sub-tit-in {
    font-size: 18px;
    padding-left: 26px;
  }
  .sub-tit-in::before {
    width: 20px;
    height: 20px;
  }
}




.sub-section  + .sub-section  {
  margin-top: 120px;
}
.sub-sec-tit {
  margin-bottom: 40px;
}
.sub-sec-tit h3 {
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}
.sub-sec-tit h3::after {
  content: '';
  position: absolute;
  border: 1px dashed #7bbdca;
  width: 70%;
  height: 1px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  bottom: 17px;
  right: 0;
}
.sub-sec-txt p {
  color: #111;
  font-size: 18px;
  line-height: 1.5;
}
.sub-sec-txt p span {
  color: #96406C;
  font-weight: 700;
}
.sub-sec-txt p + p {
  margin-top: 12px;
}



.introduction-img {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction-img img {
  max-width: 100%;
}



.txt-line {
  padding-bottom: 10px;
  line-height: 1.8;
  word-break: break-all;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
}
.txt-line::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #00A34B;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 13px;
}
@media (max-width: 768px) {
  .txt-line {
    padding-left: 20px;
    font-size: 15px;
  }
  .txt-line::before {
    position: absolute;
    left: 7px;
    top: 11px;
  }
}

.tb-comment {
  padding: 5px 0 15px 0;
  text-align: center;
  color: #888;
}

.collapse-list {
  width: 100%;
}
.collapse-list > ul {
  border-top: 1px solid #DDDCE5;
}
.collapse-list > ul > li {
  background: #fff;
  border-bottom: 1px solid #e2e2e6;
}
.collapse-list > ul > li > a {
  display: block;
  padding: 24px 56px 24px 24px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.collapse-list > ul > li > a:hover {
  color: #000;
}
.collapse-list > ul > li > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f067";
  position: absolute;
  margin-top: 2px;
  right: 24px;
  color: #111;
  font-size: 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .collapse-list > ul > li > a {
    padding: 22px 50px 22px 20px;
    font-size: 15px;
  }
  .collapse-list > ul > li > a::after {
    right: 20px;
  }
}
.collapse-list > ul > li .collapse-in {
  display: none;
  padding: 24px;
}
.collapse-list > ul > li .collapse-in p {
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 10px;
}
.collapse-list > ul > li .collapse-in p:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .collapse-list > ul > li .collapse-in {
    padding: 10px 20px;
  }
}
@media (max-width: 576px) {
  .collapse-list > ul > li .collapse-in p {
    font-size: 14px;
  }
}
.collapse-list > ul > li.on a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.80);
  font-weight: 500;
}
.collapse-list > ul > li.on a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f068";
  position: absolute;
  color: #fff;
}
.collapse-list > ul > li.on .collapse-in {
  display: block;
}

.collapse-list.qna ul li a {
  padding: 28px 56px 28px 70px;
}
.collapse-list.qna ul li a::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #d3dce7;
}
.collapse-list.qna ul li .collapse-in {
  padding: 24px 24px 24px 70px;
  position: relative;
}
.collapse-list.qna ul li .collapse-in::after {
  content: "A";
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 21px;
  font-size: 36px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.80);
}
.collapse-list.qna ul li.on a::before {
  color: rgba(255, 255, 255, 0.5);
}

.gray-box {
  background-color: #f0f2f6;
  border-radius: 2px;
  padding: 15px 20px;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .gray-box {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.notice-s-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column wrap;
  align-content: space-between;
  height: 1000px;
  padding-top: 25px;
}
.notice-s-wrap div {
  border: 1px solid #ccc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: relative;
  top: 0;
  left: 0;
}
.notice-s-wrap div:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  top: -2px;
  left: -2px;
}

.item {
  width: 24%;
  /* Optional */
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

/* Just to print out numbers */
div.item::before {
  counter-increment: items;
  content: counter(items);
}

/* Re-order items into 3 rows */
.item:nth-of-type(4n + 1) {
  order: 1;
}

.item:nth-of-type(4n + 2) {
  order: 2;
}

.item:nth-of-type(4n + 3) {
  order: 3;
}

.item:nth-of-type(4n) {
  order: 4;
}

.break {
  flex-basis: 100%;
  width: 0;
  margin: 0;
  content: "";
  padding: 0;
}

.board-list {
  margin: 25px 0;
}
.board-list > ul {
  border-top: 2px solid #DDDCE5;
  max-height: 902px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .board-list > ul {
    max-height: 802px;
  }
}
.board-list > ul > li {
  padding: 20px 0 20px 15px;
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbe8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.board-list > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 0 25px;
  width: calc(100% - 150px);
  line-height: 1.5;
  max-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board-list > ul > li:hover {
  background-color: #fff;
}
.board-list > ul > li:hover a {
  color: #00A34B;
}
@media (max-width: 768px) {
  .board-list > ul > li {
    padding: 20px 0 20px 5px;
    height: 80px;
  }
  .board-list > ul > li > a {
    font-size: 16px;
    padding: 0 5px 0 15px;
    width: calc(100% - 70px);
  }
}
.board-list > ul > li > span {
  display: block;
  margin-left: auto;
}
.board-list > ul > li > span.b-count {
  width: 70px;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  color: #aaa;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.board-list > ul > li > span.b-count::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f06e";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  color: #aaa;
}
@media (max-width: 768px) {
  .board-list > ul > li > span.b-count {
    display: none;
  }
}
.board-list > ul > li.new {
  position: relative;
}
.board-list > ul > li.new::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e40009;
  position: absolute;
  left: 15px;
  top: 20px;
}
@media (max-width: 768px) {
  .board-list > ul > li.new::after {
    left: 10px;
    top: 15px;
  }
}
.board-list > ul .b-date {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 80px;
  padding: 0 20px 0 10px;
  flex: none;
  position: relative;
}
.board-list > ul .b-date span {
  font-size: 26px;
  margin-bottom: 3px;
  white-space: nowrap;
}
.board-list > ul .b-date b {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
}
.board-list > ul .b-date::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .board-list > ul .b-date {
    padding: 0 10px 0 5px;
    width: 70px;
  }
  .board-list > ul .b-date span {
    font-size: 22px;
  }
  .board-list > ul .b-date b {
    font-size: 12px;
  }
}

span.b-status {
  display: inline-block;
  min-width: 75px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
span.b-status.wait {
  color: #7b8994;
  background-color: transparent;
  border: 1px solid #e5e5e8;
}
span.b-status.check {
  color: #3566d6;
  background-color: #ECEBF2;
  border: 1px solid #ECEBF2;
}
span.b-status.done {
  color: #185ee0;
  background-color: #eef4ff;
  border: 1px solid #cedfff;
}
span.b-status.finish {
  color: #fff;
  background-color: #37bc9b;
  border: 1px solid #37bc9b;
}

.board-list.cat .board-cat {
  white-space: nowrap;
  font-size: 12px;
  padding: 5px 7px;
  background-color: #3566d6;
  color: #fff;
  margin: 0px 10px;
  border-radius: 3px;
}
.board-list.cat > ul > li {
  position: relative;
}
.board-list.cat > ul > li > a {
  display: block;
  max-height: 56px;
  white-space: nowrap;
  padding: 0 20px 0 0;
}
.board-list.cat > ul > li > a > b {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.board-list.cat > ul > li > a.secret {
  padding-left: 20px;
  position: relative;
}
.board-list.cat > ul > li > a.secret::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f023";
  position: absolute;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #bdc6cd;
}

.board-list-2 {
  margin: 25px 0;
}
.board-list-2 > ul {
  border-top: 2px solid #DDDCE5;
}
.board-list-2 > ul > li {
  border-bottom: 1px solid #dbdbe8;
}
.board-list-2 > ul > li a {
  display: block;
  padding: 20px;
  height: 90px;
  display: flex;
  align-items: center;
}
.board-list-2 > ul > li a .board-status {
  padding-right: 20px;
  width: 95px;
}
.board-list-2 > ul > li a .board-title {
  width: calc(100% - 95px);
}
.board-list-2 > ul > li a .board-title > p {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  line-height: 1.3;
}
.board-list-2 > ul > li a .board-info {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
.board-list-2 > ul > li a .board-info .category {
  color: #3566d6;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.board-list-2 > ul > li a .board-info .category::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #dbdbe8;
  position: absolute;
  right: 0;
  top: 1px;
}
.board-list-2 > ul > li a .board-info .board-date {
  color: #999999;
}
.board-list-2 > ul > li:hover a {
  background-color: #fff;
}
.board-list-2 > ul > li:hover a .board-title > p {
  color: #3566d6;
}
@media (max-width: 768px) {
  .board-list-2 > ul > li a {
    padding: 12px;
    height: 80px;
  }
  .board-list-2 > ul > li a .board-status {
    padding-right: 15px;
    width: 90px;
  }
  .board-list-2 > ul > li a .board-title {
    width: calc(100% - 90px);
  }
  .board-list-2 > ul > li a .board-title > p {
    font-size: 16px;
  }
}

.board-view {
  margin-bottom: 25px;
}
.board-view.help {
  padding: 25px 0;
}
.board-view.help::after {
  display: block;
  content: "";
  clear: both;
}
.board-view.help .btn-file {
  line-height: 18px;
}
.board-view.help .btn-file::after {
  display: none;
}
.board-view.help .btn-area {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .board-view.help .btn-area {
    padding: 0 20px;
  }
}
.board-view.help > div {
  position: relative;
}
@media (max-width: 768px) {
  .board-view.help > div {
    margin: 40px 0;
  }
  .board-view.help > div::after {
    display: none;
  }
}

.bubble-menu {
  position: absolute;
  right: 25px;
  top: -30px;
}
.bubble-menu .bubble-list {
  display: flex;
  align-items: center;
}
.bubble-menu .bubble-list li {
  margin-left: 15px;
}
.bubble-menu .bubble-list li a {
  padding: 10px 5px;
  color: #999999;
}
.bubble-menu .bubble-list li:hover a {
  text-decoration: underline;
  color: #333;
}
@media (max-width: 768px) {
  .bubble-menu {
    right: 10px;
    top: -25px;
  }
  .bubble-menu .bubble-list li {
    margin-left: 10px;
  }
}

.iframe-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 20px 0;
}
.iframe-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.view-header {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #3D3D3D;
  border-bottom: 1px solid #e5e5e8;
  padding: 16px 15px 20px 15px;
}
.view-header h4 {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -1px;
  min-height: 27px;
  word-break: break-all;
}
.view-header .tit-cat {
  display: inline-block;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  background-color: #3566d6;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  vertical-align: middle;
  margin-top: -3px;
  padding: 0 10px;
  margin-right: 10px;
}
.view-header .view-info {
  color: #888;
  display: flex;
  align-items: center;
}
.view-header .view-info .v-date {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  padding: 2px 15px 0 0;
  border-right: 1px solid #dbdbe8;
}
.view-header .view-info .v-count {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  padding: 2px 0 0 15px;
}
@media (max-width: 1200px) {
  .view-header {
    padding: 16px 0px 20px;
  }
}
@media (max-width: 768px) {
  .view-header h4 {
    font-size: 18px;
  }
  .view-header .view-info {
    font-size: 13px;
  }
  .view-header .view-info .v-date {
    padding: 1px 10px 0 0;
  }
  .view-header .view-info .v-count {
    padding: 1px 0 0 10px;
  }
}

.bubble-left {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 0;
  min-width: 45%;
  width: 80%;
  margin: 50px 20px 40px;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  float: left;
}
.bubble-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-top: 0;
  margin-top: -10px;
  margin-left: -20px;
}
@media (max-width: 1200px) {
  .bubble-left {
    margin: 40px 20px;
  }
}
@media (max-width: 768px) {
  .bubble-left {
    min-width: auto;
    width: 100%;
  }
}

.bubble-right {
  position: relative;
  background-color: #eceef3;
  border-radius: 20px;
  padding: 25px 0;
  min-width: 45%;
  width: 80%;
  margin: 50px 20px 40px;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  float: right;
}
.bubble-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #eceef3;
  border-right: 0;
  border-top: 0;
  margin-top: -10px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .bubble-right {
    margin: 40px 20px;
  }
}
@media (max-width: 768px) {
  .bubble-right {
    min-width: auto;
    width: 100%;
  }
}

.board-view.__qa_type_full{

}
.board-view.__qa_type_full .bubble-left{
  width: 100%;
  margin: 50px 0px 40px;
}
.board-view.__qa_type_full .bubble-left .view-file{
  margin-top: 20px;
}
.board-view.__qa_type_full .bubble-right{
  width: 100%;
  float: left;
  margin: 50px 0px 40px;
}
.board-view.__qa_type_full .bubble-right::after{
  content: none;
}

.data-list.__qa_type_style  .noti-date{
  
}
.data-list.__qa_type_style .n-label-1{
  display: inline-block;
  min-width: 90px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
}


.bubble-header {
  display: flex;
  flex-direction: column;
}
.bubble-header h4 {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -1px;
  min-height: 27px;
  word-break: break-all;
}

.view-header-top {
  position: relative;
  padding: 0 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .view-header-top {
    padding: 0 20px;
  }
}
.view-header-top .ic-faq {
  width: 70px;
  height: 70px;
  background: linear-gradient(140deg, #008FFF 24%, #155CD6 100%);
  border-radius: 20px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  margin-right: 15px;
  position: absolute;
  left: 40px;
  top: -75px;
}
.view-header-top .ic-faq.answer {
  background: linear-gradient(140deg, #00A34B 24%, #007F33 100%);
}
@media (max-width: 1200px) {
  .view-header-top .ic-faq {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
    border-radius: 18px;
    top: -65px;
  }
}
@media (max-width: 768px) {
  .view-header-top .ic-faq {
    left: 20px;
  }
}
.view-header-top .view-tit-group {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .view-header-top .view-tit-group {
    padding-bottom: 5px;
  }
}
.view-header-top .view-tit-group .view-cat {
  display: flex;
  font-size: 13px;
  color: #888;
  padding: 8px 0;
  position: relative;
}
.view-header-top .view-tit-group .view-cat li {
  padding-right: 10px;
  margin-right: 15px;
  position: relative;
}
.view-header-top .view-tit-group .view-cat li::after {
  content: ">";
  position: absolute;
  right: -6px;
  top: 0;
}
.view-header-top .view-tit-group .view-cat li:last-of-type::after {
  content: none;
}
.view-header-top .view-tit-group h4 {
  margin-bottom: 0;
  width: 100%;
  line-height: 26px;
}
@media (max-width: 768px) {
  .view-header-top .view-tit-group h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.view-header-top .view-tit-group h4.secret {
  padding-left: 20px;
  position: relative;
}
.view-header-top .view-tit-group h4.secret::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f023";
  position: absolute;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #BDC6CD;
}

.view-info.help {
  background-color: #F3F6F9;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.view-info.help.white {
  background-color: #fdfdff;
}
.view-info.help .ic-user {
  width: 18px;
  height: 18px;
  font-size: 16px;
  margin-right: 5px;
  color: #BDC6CD;
  flex: none;
}
.view-info.help .v-user {
  display: flex;
}
.view-info.help .v-user li {
  padding: 0 15px 2px 0;
  margin-right: 15px;
  position: relative;
  border-right: 1px solid #dbdbe8;
}
.view-info.help .v-user li:last-of-type {
  border-right: none;
}
@media (max-width: 768px) {
  .view-info.help .v-user li:first-of-type {
    border-right: none;
  }
  .view-info.help .v-user li:last-of-type {
    display: none;
  }
}
.view-info.help .v-date {
  border-right: none;
  margin-left: auto;
  color: #888;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .view-info.help {
    padding: 5px 20px 10px;
    background-color: transparent;
    border-bottom: 1px solid #dbdbe8;
  }
  .view-info.help.white {
    background-color: transparent;
  }
}

.view-cont {
  padding: 20px 15px 30px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDDCE5;
}
.view-cont img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.view-cont p {
  font-size: 16px;
  line-height: 2.2;
  word-break: break-all;
  color: #222;
}
.view-cont.help {
  padding: 20px 40px;
  border-bottom: none;
}
@media (max-width: 1200px) {
  .view-cont {
    padding: 15px 0 20px;
  }
}
@media (max-width: 768px) {
  .view-cont.help {
    padding: 20px;
  }
  .view-cont.help p {
    font-size: 16px;
  }
}

.view-cont.editor strong,
.view-cont.editor b {
  font-weight: 700;
}
.view-cont.editor em,
.view-cont.editor i {
  font-style: italic;
}
.view-cont.editor u {
  text-decoration: underline;
}
.view-cont.editor strike {
  text-decoration: line-through;
}
.view-cont.editor ul,
.view-cont.editor ol {
  padding: 5px 0;
}
.view-cont.editor ul li,
.view-cont.editor ol li {
  list-style-position: inside;
  line-height: 1.6;
  font-size: 15px;
}
.view-cont.editor ul li {
  list-style-type: disc;
}
.view-cont.editor ol li {
  list-style-type: decimal;
}

.view-file {
  padding: 22px 15px;
  background-color: #f3f3f3;
}
.view-file > div {
  margin-bottom: 8px;
}
.view-file > div i {
  margin-right: 8px;
}
.view-file.help {
  padding: 22px 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .view-file {
    padding: 20px 15px;
    border-radius: 0px;
    margin-top: 15px;
  }
  .view-file.help {
    padding: 10px 0;
  }
}

.view-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #DDDCE5;
  border-bottom: 1px solid #DDDCE5;
  margin-bottom: 25px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .view-nav {
    font-size: 14px;
  }
}
.view-nav li {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e8;
}
.view-nav li span {
  padding-right: 35px;
  display: inline-block;
  width: 85px;
}
.view-nav li a {
  color: #333;
  display: inline-block;
  width: calc(100% - 170px);
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.view-nav li a:hover {
  color: #3566d6;
  text-decoration: underline;
}
.view-nav li b {
  margin-left: auto;
  color: #aaa;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 85px;
  text-align: right;
}
.view-nav li.view-prev span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f107";
  position: absolute;
  margin: 1px 0 0 8px;
}
.view-nav li.view-next span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f106";
  position: absolute;
  margin: 1px 0 0 8px;
}
.view-nav li:last-of-type {
  border-bottom: none;
}
@media (max-width: 768px) {
  .view-nav li {
    padding: 20px 0;
  }
  .view-nav li span {
    width: 75px;
  }
  .view-nav li a {
    width: calc(100% - 155px);
  }
  .view-nav li b {
    width: 80px;
    font-size: 12px;
  }
}

.view-answer-wrap {
  background-color: #fff;
  border-radius: 20px;
  margin: 40px 0;
  padding: 30px;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
}
.view-answer-wrap .view-header {
  border-top: none;
}
.view-answer-wrap .view-header-top .ic-faq.answer {
  background: linear-gradient(140deg, rgb(48, 51, 194) 24%, rgb(42, 46, 144) 100%);
}
.view-answer-wrap .view-info .v-date {
  font-size: 16px;
  color: #888;
  line-height: 1;
}
.view-answer-wrap .view-cont {
  padding: 20px 15px 0;
}
.view-answer-wrap .view-cont.help {
  border-bottom: none;
}
.view-answer-wrap .view-file {
  background-color: transparent;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .view-answer-wrap {
    padding: 20px;
    border-radius: 8px;
  }
  .view-answer-wrap .view-header {
    padding-top: 0px;
  }
  .view-answer-wrap .view-cont {
    padding: 20px 0 0;
  }
}

.card-list {
  padding: 25px 0;
}
.card-list ul::after {
  display: block;
  content: "";
  clear: both;
}

.card-item {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #f0f2f6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
}
.card-item:nth-of-type(4n) {
  margin-right: 0;
}
.card-item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-item .thumbnail {
  height: 180px;
  overflow: hidden;
}
.card-item .thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 768px) {
  .card-item .thumbnail {
    height: 200px;
  }
  .card-item .thumbnail img {
    height: 200px;
  }
}
.card-item .card-txt {
  padding: 25px;
}
.card-item .card-txt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  word-break: break-all;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  letter-spacing: -1px;
}
.card-item .card-txt span {
  display: block;
  margin-top: 15px;
  color: #888;
  line-height: 24px;
  height: 72px;
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media (max-width: 1200px) {
  .card-item .card-txt p {
    font-size: 16px;
    line-height: 21px;
    height: 42px;
  }
  .card-item .card-txt span {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-height: 19px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .card-item .card-txt p {
    height: unset;
    max-height: 42px;
  }
  .card-item .card-txt span {
    height: unset;
    max-height: 38px;
  }
}
.card-item .card-footer {
  padding: 0 25px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aaa;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.card-item .card-footer span {
  position: relative;
  max-width: 70px;
  padding-left: 18px;
}
.card-item .card-footer span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f06e";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  color: #aaa;
}
.card-item:hover .thumbnail img {
  transform: scale(1.03) rotate(0.001deg);
}
.card-item:hover .card-txt p {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .card-item {
    width: 32%;
    margin-bottom: 20px;
  }
  .card-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .card-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .card-item {
    width: 49%;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .card-item:hover {
    transform: unset;
  }
  .card-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .card-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .card-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .card-item {
    width: 100%;
    border: 1px solid #e5e5e8;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0;
  }
}

.qna-d-01 {
  width: 100%;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #dbdbe8;
  overflow-x: auto;
}
.qna-d-01 > li {
  padding: 0 15px;
}
.qna-d-01 > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  white-space: nowrap;
}
.qna-d-01 > li > a > span {
  font-size: 15px;
}
.qna-d-01 > li > a > b {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #3566d6;
  padding-bottom: 6px;
  opacity: 0;
}
.qna-d-01 > li > a:hover {
  border-bottom: 2px solid #3566d6;
}
.qna-d-01 > li > a:hover > b {
  opacity: 1;
}
.qna-d-01 > li.on > a {
  border-bottom: 2px solid #3566d6;
}
.qna-d-01 > li.on > a > b {
  opacity: 1;
}

.qna-in-group {
  position: relative;
  min-height: 44px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .qna-in-group {
    margin-bottom: 20px;
  }
}

.qna-d-02 {
  width: 100%;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  flex-wrap: wrap;
}
.qna-d-02 > li > a {
  display: flex;
  align-items: center;
  padding: 15px 15px 0;
  color: #888;
  white-space: nowrap;
}
.qna-d-02 > li > a:hover {
  color: #3566d6;
}
.qna-d-02 > li > a > b {
  display: inline-block;
  padding-left: 4px;
}
.qna-d-02 > li.on > a {
  color: #3566d6;
}
.qna-d-02.on {
  display: flex;
}
@media (max-width: 768px) {
  .qna-d-02 {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .qna-d-02 > li > a {
    padding-bottom: 15px;
    margin-bottom: 5px;
  }
}

.nodata {
  width: 100%;
  height: 100%;
  padding: 60px 0;
}
.nodata .ic-nodata {
  width: 80px;
  height: 80px;
  background: url(../../resources/image/icon/ic-nodata-02.svg) center center/contain no-repeat;
  margin: 0 auto;
}
.nodata > p {
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
  color: #5e6f85;
}

.item-box {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  padding: 28px 58px;
  border-radius: 24px;
  max-width: 1200px;
  margin: 0 auto 20px auto;
}
.item-box.column {
  display: flex;
  flex-direction: column;
}
.item-box > span {
  line-height: 1.3;
  word-break: break-all;
}

.circle-num {
  width: 40px;
  height: 40px;
  padding-top: 1px;
  padding-right: 1px;
  background-color: #111;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.box-tit {
  font-weight: 500;
  padding-bottom: 15px;
}
.box-tit.blue {
  font-size: 18px;
  color: #3566d6;
}

.box-line {
  line-height: 1.7;
}

.item-wrap.i-01 {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0 30px;
}
.item-wrap.i-01 .item-box {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}
.item-wrap.i-01 .item-box::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f078";
  position: absolute;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  font-size: 12px;
  color: #7b8994;
}
.item-wrap.i-01 .item-box:first-of-type::after {
  display: none;
}
.item-wrap.i-01 .item-box .circle-num {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
}
.item-wrap.i-01 .item-box .box-left {
  width: 25%;
}
.item-wrap.i-01 .item-box .box-left i {
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  margin-right: 20px;
}
.item-wrap.i-01 .item-box .box-right {
  width: 75%;
}
.item-wrap.i-01 .item-box .box-right.site {
  display: flex;
}
.item-wrap.i-01 .item-box .box-right.site > div:first-of-type {
  width: 80%;
}
.item-wrap.i-01 .item-box .box-right.site > div:last-of-type {
  width: 20%;
}
.item-wrap.i-01 .item-box .box-line {
  display: flex;
  flex-wrap: wrap;
}
.item-wrap.i-01 .item-box .box-line p {
  color: #666;
  padding-right: 5px;
  width: 50%;
}
.item-wrap.i-01 .item-box .box-line span {
  display: block;
  color: #6457B9;
  font-size: 13px;
  font-weight: 700;
  padding-top: 1px;
  width: 50%;
}
.item-wrap.i-01 .item-box .box-line b {
  display: none;
}
.item-wrap.i-01 .item-box .box-line em {
  color: #666;
  display: block;
}
@media (max-width: 1200px) {
  .item-wrap.i-01 {
    padding: 0 0 0 20px;
  }
  .item-wrap.i-01 .item-box .box-left {
    width: 20%;
  }
  .item-wrap.i-01 .item-box .box-right {
    width: 80%;
  }
  .item-wrap.i-01 .item-box .box-right.site > div:first-of-type {
    width: 70%;
  }
  .item-wrap.i-01 .item-box .box-right.site > div:last-of-type {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .item-wrap.i-01 {
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .item-wrap.i-01 .item-box {
    flex-direction: column;
    align-items: center;
    padding: 28px 48px;
  }
  .item-wrap.i-01 .item-box > div {
    width: 100%;
  }
  .item-wrap.i-01 .item-box .circle-num {
    display: none;
  }
  .item-wrap.i-01 .item-box .box-left {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
  }
  .item-wrap.i-01 .item-box .box-left i {
    margin-right: 0;
    width: 100%;
    background-size: 35px;
  }
  .item-wrap.i-01 .item-box .box-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item-wrap.i-01 .item-box .box-right.site > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item-wrap.i-01 .item-box .box-right.site > div:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .item-wrap.i-01 .item-box .box-right.site > div:last-of-type {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .item-wrap.i-01 .item-box .box-right.site > div:last-of-type .box-tit {
    padding-bottom: 2px;
    padding-right: 10px;
  }
  .item-wrap.i-01 .item-box .box-right .box-tit.blue {
    width: 100%;
    text-align: center;
  }
  .item-wrap.i-01 .item-box .box-right .box-line {
    justify-content: center;
    align-items: center;
  }
  .item-wrap.i-01 .item-box .box-right .box-line p {
    text-align: center;
    word-break: break-all;
    width: unset;
  }
  .item-wrap.i-01 .item-box .box-right .box-line span {
    display: block;
    white-space: nowrap;
    width: unset;
    font-size: 12px;
    font-weight: 400;
    color: #3566d6;
  }
}

em.shortcut {
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
em.shortcut::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f35d";
  position: absolute;
  font-size: 12px;
  padding-top: 2px;
  margin-left: 4px;
  color: #3566d6;
}
em.shortcut:hover {
  text-decoration: underline;
  color: #3566d6;
}

strong.shortcut {
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-block;
  padding: 1px 20px 2px 6px;
  background-color: #3566d6;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  margin: 0 5px;
}
strong.shortcut::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f35d";
  position: absolute;
  font-size: 11px;
  padding-top: 2px;
  margin-left: 4px;
  color: #fff;
}

.box-icon.ic-item-01 {
  background: url(../../resources/image/icon/ic-item-01.svg) center center/60px no-repeat;
}
.box-icon.ic-item-02 {
  background: url(../../resources/image/icon/ic-item-02.svg) center center/60px no-repeat;
}
.box-icon.ic-item-03 {
  background: url(../../resources/image/icon/ic-item-03.svg) center center/60px no-repeat;
}
.box-icon.ic-item-04 {
  background: url(../../resources/image/icon/ic-item-04.svg) center center/60px no-repeat;
}
.box-icon.ic-item-05 {
  background: url(../../resources/image/icon/ic-item-05.svg) center center/60px no-repeat;
}
.box-icon.ic-item-06 {
  background: url(../../resources/image/icon/ic-item-06.svg) center center/60px no-repeat;
}

.item-wrap.i-02 {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0 30px;
}
.item-wrap.i-02 .item-box {
  padding: 40px;
}
.item-wrap.i-02 h1 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.item-wrap.i-02 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.item-wrap.i-02 ul li {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-wrap.i-02 ul li .ic-service {
  width: 130px;
  height: 130px;
}
.item-wrap.i-02 ul li .ic-service.ic-01 {
  background: url(../../resources/image/icon/ic-service-01.svg) center center/85px no-repeat;
}
.item-wrap.i-02 ul li .ic-service.ic-02 {
  background: url(../../resources/image/icon/ic-service-02.svg) center center/85px no-repeat;
}
.item-wrap.i-02 ul li .ic-service.ic-03 {
  background: url(../../resources/image/icon/ic-service-03.svg) center center/85px no-repeat;
}
.item-wrap.i-02 ul li .txt-service {
  font-size: 15px;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .item-wrap.i-02 {
    padding: 0;
  }
  .item-wrap.i-02 .item-box {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .item-wrap.i-02 h1 {
    font-size: 17px;
  }
  .item-wrap.i-02 ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  .item-wrap.i-02 ul li {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .item-wrap.i-02 ul li .ic-service {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 15px;
  }
  .item-wrap.i-02 ul li .ic-service.ic-01 {
    background: #f0f2f6 url(../../resources/image/icon/ic-service-01.svg) center/50px no-repeat;
  }
  .item-wrap.i-02 ul li .ic-service.ic-02 {
    background: #f0f2f6 url(../../resources/image/icon/ic-service-02.svg) center/50px no-repeat;
  }
  .item-wrap.i-02 ul li .ic-service.ic-03 {
    background: #f0f2f6 url(../../resources/image/icon/ic-service-03.svg) center/50px no-repeat;
  }
  .item-wrap.i-02 ul li .txt-service {
    width: calc(100% - 95px);
    text-align: left;
    padding-bottom: 5px;
  }
}

.item-wrap.i-03 {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0;
}
.item-wrap.i-03 .item-inner {
  display: flex;
  flex-direction: column;
  padding: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  border: 5px solid #ECEBF2;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
}
.item-wrap.i-03 .item-inner.top {
  margin: 0 300px 0 50px;
}
.item-wrap.i-03 .item-inner.top::after {
  display: block;
  content: "";
  position: absolute;
  right: -250px;
  bottom: -70px;
  width: 300px;
  height: 300px;
  z-index: 1;
  background: url(../../resources/image/bg/bg-item-03.svg) center center/contain no-repeat;
}
.item-wrap.i-03 .item-inner.bottom {
  margin: 30px 50px 0 300px;
  padding-left: 80px;
}
.item-wrap.i-03 .item-inner.bottom::after {
  display: block;
  content: "";
  position: absolute;
  left: -250px;
  top: 20px;
  width: 300px;
  height: 300px;
  background: url(../../resources/image/bg/bg-item-02.svg) center center/contain no-repeat;
}
.item-wrap.i-03 .item-inner > div {
  line-height: 1.7;
  margin-bottom: 50px;
}
.item-wrap.i-03 .item-inner > div:last-of-type {
  margin-bottom: 0;
}
.item-wrap.i-03 .item-inner > div span {
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 1200px) {
  .item-wrap.i-03 .item-inner {
    padding: 40px;
    padding-right: 100px;
    border-radius: 30px;
  }
  .item-wrap.i-03 .item-inner.top {
    margin: 0 140px 30px 0;
  }
  .item-wrap.i-03 .item-inner.top::after {
    width: 250px;
    height: 250px;
    right: -160px;
  }
  .item-wrap.i-03 .item-inner.bottom {
    margin: 0 0 0 200px;
  }
  .item-wrap.i-03 .item-inner.bottom::after {
    width: 250px;
    height: 250px;
    left: -200px;
    top: 50px;
  }
}
@media (max-width: 768px) {
  .item-wrap.i-03 .item-inner {
    padding: 30px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0);
    -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0);
    box-shadow: 5px 5px 15px rgba(177, 180, 201, 0);
  }
  .item-wrap.i-03 .item-inner.top {
    margin: 0 0 40px 0;
    padding-bottom: 100px;
  }
  .item-wrap.i-03 .item-inner.top::after {
    width: 200px;
    height: 200px;
    right: -10px;
    bottom: -100px;
  }
  .item-wrap.i-03 .item-inner.bottom {
    margin: 0;
    padding-left: 30px;
    padding-bottom: 100px;
  }
  .item-wrap.i-03 .item-inner.bottom::after {
    width: 200px;
    height: 200px;
    left: -10px;
    top: unset;
    bottom: -90px;
  }
  .item-wrap.i-03 .item-inner > div {
    margin-bottom: 25px;
  }
  .item-wrap.i-03 .item-inner > div .box-tit.blue {
    font-size: 16px;
  }
  .item-wrap.i-03 .item-inner > div span {
    font-size: 16px;
  }
}

.item-wrap.i-04 {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 30px;
}
.item-wrap.i-04 .item-box {
  position: relative;
  display: flex;
}
.item-wrap.i-04 .circle-num {
  position: absolute;
  left: -20px;
  top: 20px;
}
.item-wrap.i-04 .box-left {
  width: 45%;
}
.item-wrap.i-04 .box-left .box-tit {
  margin-bottom: 15px;
}
.item-wrap.i-04 .box-left img {
  max-width: 100%;
}
.item-wrap.i-04 .box-right {
  width: 55%;
  padding: 40px 30px 0;
}
@media (max-width: 768px) {
  .item-wrap.i-04 .item-box {
    flex-direction: column;
  }
  .item-wrap.i-04 .box-left {
    width: 100%;
  }
  .item-wrap.i-04 .box-right {
    width: 100%;
    padding: 40px 0 20px;
  }
}
@media (max-width: 1200px) {
  .item-wrap.i-04 {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  .item-wrap.i-04 {
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .item-wrap.i-04 .item-box {
    padding: 30px;
  }
  .item-wrap.i-04 .item-box .circle-num {
    display: none;
  }
  .item-wrap.i-04 .item-box .box-right {
    padding-bottom: 0;
  }
}

.item-box.i-04-02 .box-right {
  padding-top: 48px;
}
.item-box.i-04-02 .box-right .box-list {
  width: 91%;
  margin: 0 auto;
}
.item-box.i-04-02 .box-right .box-list p {
  font-weight: 700;
  margin-bottom: 15px;
}
.item-box.i-04-02 .box-right .box-list ul:first-of-type {
  margin-bottom: 30px;
}
.item-box.i-04-02 .box-right .box-list ul li {
  padding: 10px;
  background-color: #e8edf8;
  margin-bottom: 5px;
}
.item-box.i-04-02 .box-right .box-list ul.list-02 li {
  background-color: #e8f8f5;
}

.item-between.bw-01 {
  display: block;
  padding: 20px;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
.item-between.bw-01::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f078";
  position: absolute;
  color: #999999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.item-between.bw-02 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 700px;
  min-width: 360px;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 25px;
}
.item-between.bw-02 > .bw-left {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
}
.item-between.bw-02 > .bw-left .img-researcher {
  margin-right: 15px;
}
.item-between.bw-02 > .bw-left > div:last-of-type p {
  line-height: 2;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.item-between.bw-02 > .bw-left > div:last-of-type p::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #999999;
}
.item-between.bw-02 > .bw-left > div:last-of-type p:first-of-type::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f077";
  position: absolute;
  top: -25px;
}
.item-between.bw-02 > .bw-left > div:last-of-type p:last-of-type::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f078";
  position: absolute;
  bottom: -25px;
}
.item-between.bw-02 > .bw-right {
  width: 50%;
  text-align: center;
}

.item-wrap.i-05 {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0;
}
.item-wrap.i-05 .item-inner {
  display: flex;
  flex-direction: column;
  padding: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  border: 5px solid #ECEBF2;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
}
.item-wrap.i-05 .item-inner .item-05 {
  width: 30%;
}
.item-wrap.i-05 .item-inner .item-06 {
  width: 35%;
  margin-top: -120px;
}
.item-wrap.i-05 .item-inner > div {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.item-wrap.i-05 .item-inner > div p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  word-break: break-all;
}
.item-wrap.i-05 .item-inner > div p b {
  font-weight: 700;
  color: #7569CA;
}
.item-wrap.i-05 .item-inner > div:first-of-type p {
  padding-top: 40px;
  padding-left: 30px;
}
.item-wrap.i-05 .item-inner > div:last-of-type p {
  padding-top: 60px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .item-wrap.i-05 .item-inner > div {
    justify-content: space-between;
  }
  .item-wrap.i-05 .item-inner .item-05 {
    width: 40%;
  }
  .item-wrap.i-05 .item-inner .item-06 {
    width: 45%;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .item-wrap.i-05 .item-inner {
    padding: 50px 30px;
  }
  .item-wrap.i-05 .item-inner .item-05,
.item-wrap.i-05 .item-inner .item-06 {
    width: 80%;
    margin: 0 auto;
  }
  .item-wrap.i-05 .item-inner > div:first-of-type {
    flex-direction: column;
  }
  .item-wrap.i-05 .item-inner > div:first-of-type p {
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .item-wrap.i-05 .item-inner > div:last-of-type {
    flex-direction: column-reverse;
  }
  .item-wrap.i-05 .item-inner > div:last-of-type p {
    padding: 30px 0 0;
    text-align: center;
  }
}

.box-inner .inner-top {
  font-weight: 700;
  background-color: #eff1f5;
  padding: 10px;
  margin-bottom: 5px;
}
.box-inner .inner-body .txt-line:last-of-type {
  margin-bottom: 10px;
}
.box-inner .inner-body img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.item-wrap.image {
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 0 30px;
}
.item-wrap.image img {
  max-width: max-content;
  width: 100%;
}
@media (max-width: 768px) {
  .item-wrap.image {
    margin: 30px auto 0 auto;
    padding: 0 0 0 15px;
  }
  .item-wrap.image .txt-service {
    font-size: 16px;
  }
}

.wizard-wrap {
  padding: 50px 0;
  height: 150px;
  position: relative;
}
@media (max-width: 768px) {
  .wizard-wrap {
    padding-left: 20px;
  }
}

.wiz-bar {
  max-width: 768px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
}
.wiz-bar li {
  width: 100%;
  height: 5px;
  background-color: #eff1f5;
  position: relative;
}
.wiz-bar li::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #3566d6;
}
.wiz-bar li.on::after {
  -webkit-animation: wiz-bar 1.2s ease-out forwards;
  -moz-animation: wiz-bar 1.2s ease-out forwards;
  -o-animation: wiz-bar 1.2s ease-out forwards;
  animation: wiz-bar 1.2s ease-out forwards;
}
@-webkit-keyframes wiz-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes wiz-bar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .wiz-bar {
    max-width: 576px;
  }
}
@media (max-width: 768px) {
  .wiz-bar {
    max-width: 470px;
    padding: 0 60px 0 50px;
  }
}

.wiz-step {
  max-width: 708px;
  height: 5px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.wiz-step > li {
  position: relative;
}
.wiz-step > li > div {
  position: absolute;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  cursor: pointer;
}
.wiz-step > li > p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #888;
  width: 200px;
  height: auto;
  white-space: pre-wrap;
  line-height: 1.3;
}
.wiz-step > li.done p {
  color: #3566d6;
}
.wiz-step > li.done p::after {
  content: "Step 1";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-size: 13px;
  color: #222;
}
.wiz-step > li.done .wiz-circle {
  background-color: #3566d6;
}
.wiz-step > li.done .wiz-check {
  display: block;
}
.wiz-step > li.on p {
  color: #3566d6;
}
.wiz-step > li.on p::after {
  content: "Step 2";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-size: 13px;
  color: #222;
}
.wiz-step > li.on .wiz-circle {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.3);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.3);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.3);
  position: relative;
}
.wiz-step > li.on .wiz-circle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(1) translate(-50%, -50%);
  background-color: #3566d6;
  position: absolute;
  left: 50%;
  top: 50%;
}
.wiz-step > li.forward p::after {
  content: "Step 3";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-size: 13px;
  color: #888;
}
.wiz-step > li.forward .wiz-circle {
  background-color: #e5e5e8;
  position: relative;
}
.wiz-step > li.forward .wiz-circle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(1) translate(-50%, -50%);
  background-color: #3566d6;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
.wiz-step > li.forward .wiz-circle:hover {
  background-color: #fff;
}
@-webkit-keyframes forward {
  0% {
    opacity: 0;
    transform: scale(0) translate(-50%, -50%);
  }
  30% {
    opacity: 1;
    transform: scale(1.2) translate(-45%, -45%);
  }
  50% {
    transform: scale(0.8) translate(-55%, -55%);
  }
  70% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes forward {
  0% {
    opacity: 0;
    transform: scale(0) translate(-50%, -50%);
  }
  30% {
    opacity: 1;
    transform: scale(1.2) translate(-45%, -45%);
  }
  50% {
    transform: scale(0.8) translate(-55%, -55%);
  }
  70% {
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
.wiz-step > li.forward .wiz-circle:hover::after {
  -webkit-animation: forward 1s ease-in-out 0.15s forwards;
  -moz-animation: forward 1s ease-in-out 0.15s forwards;
  -o-animation: forward 1s ease-in-out 0.15s forwards;
  animation: forward 1s ease-in-out 0.15s forwards;
}
@media (max-width: 1200px) {
  .wiz-step {
    max-width: 516px;
  }
}
@media (max-width: 768px) {
  .wiz-step {
    padding: 0 60px;
  }
  .wiz-step > li > div {
    top: -18px;
  }
  .wiz-step > li p {
    font-size: 13px;
    top: 45px;
    width: 100px;
    height: auto;
    white-space: pre-wrap;
    line-height: 1.3;
  }
  .wiz-step > li.done p::after {
    font-size: 11px;
  }
  .wiz-step > li.on p::after {
    font-size: 11px;
  }
  .wiz-step > li.forward p::after {
    font-size: 11px;
  }
}

.wiz-circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #e5e5e8;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.1);
  z-index: 4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 768px) {
  .wiz-circle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
}

.wiz-check {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.wiz-check::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f00c";
  position: absolute;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .wiz-check {
    width: 30px;
    height: 30px;
  }
  .wiz-check::after {
    font-size: 12px;
  }
}

.tox-editor-container button {
  min-width: none;
}

.numInputWrapper span {
  right: -14px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding-right: 5px;
  font-size: 16px;
}
.flatpickr-current-month input.cur-year {
  font-size: 16px;
}

.chart-row {
  width: 100%;
  height: 440px;
  border-radius: 6px;
  padding: 30px;
  border: 1px solid #f0f2f6;
  background-color: #fff;
}
.chart-row > div.bb {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.chart-row > div.bb text,
.chart-row > div.bb .bb-button {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  fill: #555;
}

text.apexcharts-datalabel-value {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif !important;
  font-weight: 700;
  fill: #234eb1;
}

.contact-wrap {
  margin-bottom: 30px;
  display: flex;
  padding: 40px;
  border-radius: 30px;
  border: 5px solid #f0f2f6;
  background-color: #fff;
}
.contact-wrap > div:first-of-type {
  width: 30%;
  margin-right: 5%;
  display: flex;
  align-items: center;
}
.contact-wrap > div:first-of-type .contact-txt p {
  font-weight: 700;
  line-height: 1.5;
}
.contact-wrap > div:last-of-type {
  width: 65%;
  display: flex;
  align-items: center;
}
.contact-wrap > div:last-of-type .contact-txt p {
  font-weight: 500;
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
  word-break: break-all;
}
.contact-wrap > div:last-of-type .contact-txt p::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #9fb1c5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.contact-wrap .ic-contact {
  min-width: 40px;
  height: 40px;
  background: linear-gradient(140deg, rgb(48, 51, 194) 24%, rgb(42, 46, 144) 100%);
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
.contact-wrap .ic-contact::after {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-wrap .ic-contact.email::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f0e0";
  position: absolute;
  font-size: 16px;
  font-weight: 400;
}
.contact-wrap .ic-contact.file::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f129";
  position: absolute;
  font-size: 15px;
}
.contact-wrap .ic-contact.globe::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../resources/image/icon/ic_contact_globe.svg) center center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .contact-wrap {
    flex-direction: column;
    padding: 25px 20px;
  }
  .contact-wrap > div:first-of-type {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-wrap > div:last-of-type {
    width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .contact-wrap .ic-contact {
    min-width: 32px;
    height: 32px;
  }
  .contact-wrap .ic-contact.email::after, .contact-wrap .ic-contact.file::after {
    font-size: 12px;
  }
}

.chart-align {
  margin: 30px 0;
  display: flex;
  padding: 15px;
}
.chart-align img {
  width: 100%;
}
.chart-align.c-100 .chart-inner {
  width: 100%;
}
.chart-align.c-50 .chart-inner {
  width: 50%;
}
.chart-align.c-quarter {
  flex-wrap: wrap;
}
.chart-align.c-quarter .chart-inner {
  width: 50%;
}
.chart-align .chart-inner {
  padding: 15px;
}
@media (max-width: 768px) {
  .chart-align {
    padding: 0;
  }
  .chart-align.c-50 {
    flex-wrap: wrap;
  }
  .chart-align.c-50 .chart-inner {
    width: 100%;
  }
  .chart-align.c-quarter .chart-inner {
    width: 100%;
  }
}

.sub-noti-list-wrap {
  width: 100%;
}
.sub-noti-list-wrap > .noti-list {
  width: 100%;
  margin-top: 30px;
}

/*연구성과 및 통계*/
.sub-research-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 509px;
  box-sizing: border-box;
  justify-content: space-evenly;
  margin-top: 20px;
}
.sub-research-group > .research-item {
  margin: 20px 0;
}
@media (max-width: 1400px) {
  .sub-research-group {
    width: 100%;
  }
}

.stats-count {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stats-count .count-info {
  border-radius: 8px;
  padding: 24px;
  width: 23%;
  background-color: #FAFDFF;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.stats-count .count-info h3 {
  font-weight: 500;
  color: #585858;
  padding-bottom: 20px;
  position: relative;
}
.stats-count .count-info h3 span {
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  background-color: #e40009;
}
.stats-count .count-info p {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 700;
}
.stats-count .count-info p span {
  color: #00BE6E;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .stats-count .count-info {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .stats-count .count-info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.n-chart {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  padding: 30px;
  box-sizing: border-box;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.n-chart > div {
  width: 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .n-chart {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*협업*/
.sub-collabo-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .sub-collabo-item-list {
    width: 100%;
  }
}
.sub-collabo-item-list ul li {
  width: 100%;
}

.collabo-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.collabo-stats .coll-count-g {
  box-sizing: border-box;
  width: 30%;
}
.collabo-stats .coll-count-g h3 {
  padding: 20px 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.collabo-stats .coll-count-g h3 i {
  margin-right: 20px;
}
.collabo-stats .coll-count-g p {
  text-align: center;
  padding: 20px 0;
  font-size: 1.125rem;
}
.collabo-stats .coll-count-g p span {
  margin-right: 10px;
  font-weight: 500;
}
.collabo-stats .coll-count-g:nth-child(1) h3 {
  background-color: #737EA5;
}
.collabo-stats .coll-count-g:nth-child(1) p {
  border: 1px solid #737EA5;
}
.collabo-stats .coll-count-g:nth-child(2) {
  margin: 0 20px;
}
.collabo-stats .coll-count-g:nth-child(2) h3 {
  background-color: #7569CA;
}
.collabo-stats .coll-count-g:nth-child(2) p {
  border: 1px solid #7569CA;
}
.collabo-stats .coll-count-g:nth-child(3) h3 {
  background-color: #352F5D;
}
.collabo-stats .coll-count-g:nth-child(3) p {
  border: 1px solid #352F5D;
}
@media (max-width: 576px) {
  .collabo-stats .coll-count-g {
    width: 100%;
  }
  .collabo-stats .coll-count-g:nth-child(2) {
    margin: 20px 0;
  }
}

/*지침서게시판*/
.data-list ul li .noti-item .noti-tit > h3 {
  margin-bottom: 0 !important;
}

/*연구성과 및 통계-전체성과*/
.all-re-list ul li .noti-date {
  display: flex;
  flex-wrap: wrap;
}
.all-re-list ul li .noti-date p {
  width: 100%;
  font-size: 1.125rem;
  box-sizing: border-box;
  padding: 5px 10px 0 0;
}
.all-re-list ul li .noti-date p:last-child {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
}
.all-re-list ul li .noti-tit {
  align-content: center;
}
.all-re-list ul li .noti-tit > h3 {
  margin-bottom: 0 !important;
}
.all-re-list ul li .noti-tit p {
  margin-top: 8px;
}
.all-re-list ul li .noti-tit p > span {
  margin-right: 10px;
  color: #585858;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .all-re-list .noti-date p {
    width: auto !important;
    flex-wrap: nowrap;
    font-size: 1rem;
  }
  .all-re-list .noti-date p:last-child {
    font-size: 0.875rem;
  }
}

/*콜라보뷰어*/
.collabo-btn-g {
  display: flex;
  width: 100%;
  justify-content: center;
}

.collabo-btn {
  min-width: 200px;
  background-color: #00BE6E;
  margin-right: 10px;
}
.collabo-btn:hover {
  background-color: #352F5D;
}

.collabo-p-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 30px 0;
}
.collabo-p-list h3 {
  font-size: 1rem;
  font-weight: 400;
  padding: 12px 0;
  color: #585858;
  font-size: 0.875rem;
}
.collabo-p-list h3 span {
  padding: 0 4px;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
}
.collabo-p-list ul {
  width: 100%;
  border-top: 2px solid #3D3D3D;
}
.collabo-p-list ul li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

.list-coll-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  height: 60px;
  width: 100%;
  padding: 12px 0;
}
.list-coll-item h4 {
  font-size: 1rem;
  font-weight: 500;
  word-break: break-all;
  margin: 5px 0;
}
.list-coll-item h4 span:first-child {
  font-size: 0.875rem;
  margin-right: 12px;
  color: #585858;
}
.list-coll-item p span:first-child {
  font-size: 0.875rem;
  margin-right: 12px;
  color: #585858;
}

.comment-r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.comment-r > h3 {
  padding: 10px 0;
  font-size: 0.875rem;
  color: #585858;
}
.comment-r > h3 span {
  margin: 0 8px;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.comment-box {
  border: 1px solid #dcdcdc;
}
.comment-box > textarea {
  border: 0;
  width: 100%;
  padding: 10px;
  resize: none;
  font-size: 0.875rem;
}
.comment-box span {
  width: 100%;
  display: flex;
  border-top: 1px solid #dcdcdc;
  justify-content: flex-end;
}
.comment-box span > button {
  border-radius: 0;
  background-color: #5e6f85;
}

.commnet-list {
  display: flex;
  flex-wrap: wrap;
}

.v-count > span {
  margin-right: 4px;
}

.comment-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #333;
}
.comment-list ul {
  width: 100%;
}
.comment-list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.comment-list ul li span {
  font-size: 0.875rem;
  color: #828282;
}
.comment-list ul li .comment-view {
  padding: 10px 0;
}
.comment-list ul li .comment-view p {
  line-height: 140%;
}
.comment-list > span {
  width: 100%;
  display: flex;
  justify-content: center;
}
.comment-list > span button {
  margin-top: 10px;
  margin-left: 0;
  background-color: #5e6f85;
}

.collabo-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.collabo-info p {
  padding: 0 0 30px 0;
}
.collabo-info p span {
  font-size: 1.125rem;
  margin-right: 8px;
  font-weight: 500;
}
.collabo-info p span:first-child {
  font-size: 1rem;
  color: #585858;
}
@media (max-width: 768px) {
  .collabo-info p {
    width: 100%;
    font-size: 1rem;
    padding-bottom: 8px;
  }
  .collabo-info p span {
    font-size: 1em;
  }
}

.collabo-keyword {
  width: 100%;
  margin-top: 50px;
}
.collabo-keyword > span {
  color: #585858;
  margin-right: 8px;
}
.collabo-keyword > span::before {
  content: "#";
  margin-right: 4px;
}

.n-faq-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
}

.acco-style {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #dcdcdc;
}
.acco-style details {
  width: 100%;
  box-sizing: border-box;
}
.acco-style details summary {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  font-size: 1rem;
  line-height: 36px;
  color: #585858;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.acco-style details summary::before {
  content: "Q";
  margin-right: 10px;
  color: #737EA5;
  font-size: 1.5rem;
  font-weight: 700;
}
.acco-style details summary::after {
  content: "+";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
.acco-style details summary:hover {
  color: #737EA5;
}
.acco-style details > div {
  width: 100%;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.acco-style details > div p {
  line-height: 140%;
}
.acco-style details:last-child summary {
  border-bottom: none;
}
.acco-style details[open] summary {
  color: #fff;
  font-weight: 500;
  background-color: #737EA5;
}
.acco-style details[open] summary::before {
  color: #fff;
}
.acco-style details[open] summary::after {
  content: "−";
  float: right;
  font-weight: 700;
}

.sch-detail-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}
.sch-detail-list ul {
  width: 100%;
}
.sch-detail-list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

.sch-detail-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #3D3D3D;
  align-content: center;
  align-items: center;
  padding: 20px 0;
}
.sch-detail-head h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.sch-detail-head h3 span {
  margin-left: 10px;
  color: #7569CA;
}
.sch-detail-head a {
  color: #333;
}
.sch-detail-head a i {
  margin-left: 6px;
}

.sch-detail-item {
  width: 100%;
}
.sch-detail-item h4 {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 16px;
  line-height: 140%;
}
.sch-detail-item p {
  width: 100%;
  margin-bottom: 8px;
  line-height: 130%;
  font-size: 0.875rem;
  color: #828282;
}
.sch-detail-item p span.sch-txt-t {
  color: #585858;
  font-weight: 500;
  margin-right: 6px;
}
.sch-detail-item p span.sch-txt-t::before {
  content: "•";
  padding-right: 4px;
  color: #67788d;
}

.sub-map {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 50px 0;
}

.add-box {
  width: 27%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.add-box > span {
  width: 250px;
  height: auto;
  display: flex;
  margin-bottom: 50px;
}
.add-box > span img {
  width: 100%;
  object-fit: contain;
}
.add-box dl {
  width: 100%;
}
.add-box dl dt {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.add-box dl dd {
  line-height: 140%;
  margin-bottom: 8px;
  color: #828282;
}
.add-box dl dd span {
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}
.add-box dl dd:first-child {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .add-box {
    width: 100%;
    margin-top: 20px;
  }
  .add-box span {
    display: none;
  }
}

.map-box {
  width: 70%;
  height: 450px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-image: url(../../resources/image/image/map-im.PNG);
  background-position: center;
}
@media (max-width: 992px) {
  .map-box {
    width: 100%;
  }
}

.road-map {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.road-map h3 {
  width: 20%;
  color: #000;
  display: flex;
  padding: 16px 8px;
  box-sizing: border-box;
  background-color: #F8F9FB;
  font-size: 1.125rem;
  font-weight: 500;
  align-content: center;
  line-height: 140%;
  align-items: center;
  justify-content: center;
}
.road-map h3 span {
  margin-right: 10px;
  color: #000;
  font-size: 1.5rem;
}
.road-map dl {
  width: 80%;
  line-height: 160%;
  padding: 12px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.road-map dl dt {
  color: #000;
  padding: 10px 0;
  font-weight: 500;
  margin: 10px 0 10px 0;
}
.road-map dl dd {
  color: #828282;
  padding-left: 5px;
}
.road-map dl dd:before {
  content: "·";
  font-weight: 700;
  color: #352F5D;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .road-map h3 {
    width: 100%;
  }
  .road-map dl {
    width: 100%;
    margin-bottom: 30px;
  }
}

.tit-depth-02 {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  padding-left: 26px;
}
.tit-depth-02::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f192";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 0.5em;
  line-height: 18px;
  margin-left: 6px;
  color: #185ee0;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 768px) {
  .tit-depth-02 {
    font-size: 18px;
    padding-left: 0;
  }
  .tit-depth-02::before {
    display: none;
  }
}

.img-bg {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px !important;
  margin: 10px 0 !important;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .img-bg {
    padding: 5px !important;
  }
}

.img-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-header h4.n-img-tit {
  width: 15%;
  display: flex;
  background-color: #0080FD;
  color: #fff;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.img-header > div {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px;
  background-color: #f3f3f3;
}
.img-header > .n-img-v {
  width: 85%;
}
.img-header > .img-h-p {
  width: 100%;
}
.img-header > .img-h-m {
  width: 100% !important;
  display: none;
}
@media (max-width: 768px) {
  .img-header h4.n-img-tit {
    width: 100%;
    height: 48px;
    border-radius: 8px;
  }
  .img-header > div.n-img-v {
    width: 100%;
    padding: 10px;
  }
  .img-header .img-h-p {
    display: none;
  }
  .img-header .img-h-m {
    display: block;
  }
}
@media (max-width: 576px) {
  .img-header h4.n-img-tit {
    width: 100%;
    height: 30px;
    border-radius: 8px;
  }
  .img-header > div {
    width: 100%;
    padding: 5px;
  }
}


/* 마이페이지 타이틀 */
.tit-depth-01 {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
  padding-left: 24px;
}
.tit-depth-01::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../resources/image/icon/ic-sub-tit.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 768px) {
  .tit-depth-01 {
    font-size: 18px;
    padding-left: 0;
  }
  .tit-depth-01::before {
    display: none;
  }
}

.tit-area {
  display: flex;
  align-items: center;
}
.tit-area h4 {
  margin-bottom: 3px;
  flex: none;
}
.tit-area button:first-of-type {
  margin-left: auto;
}

/* 마이페이지 왼쪽 메뉴 영역 */
.my-area-left {
  min-width: 300px;
  margin-right: 50px;
  margin-top: 30px;
}
.my-area-left .my-menu-wrap {
  width: 100%;
  min-height: 504px;
  background-color: #111;
  padding: 40px 33px;
}
.my-area-left .my-menu-wrap > span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .my-area-left {
    position: absolute;
    right: 0;
    top: 180px;
    z-index: 10;
    margin: 0;
    width: 100%;
    height: calc(100vh - 180px);
    background-color: transparent;
    overflow-x: hidden;
    display: none;
  }
  .my-area-left.on {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
  }
  .my-area-left.on .my-menu-wrap {
    right: 0;
  }
  .my-area-left .my-menu-wrap {
    width: 300px;
    position: absolute;
    right: -3000%;
    top: 0;
    min-height: unset;
    height: calc(100vh - 180px);
    background-color: #fff;
    padding: 28px 16px;
    overflow-y: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .my-area-left .my-menu-wrap > span {
    display: none;
  }
}

.my-menu > li:last-child {
  border: none;
}
.my-menu > li:hover > a {
  color: #fff;
}
.my-menu > li:hover > a::before {
  color: #bec3ca;
}
.my-menu > li.on > a {
  color: #fff;
}
.my-menu > li.on > a::before {
  color: #bec3ca;
}
@media (max-width: 1200px) {
  .my-menu > li {
    border: none;
  }
  .my-menu > li:hover > a, .my-menu > li:hover > a::before, .my-menu > li.on > a::before {
    color: #7569CA;
  }
  .my-menu > li.on > a {
    color: #7569CA;
    background-color: #ECEBF2;
  }
}
.my-menu > li > a::before {
  width: 32px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 3px;
  left: -10px;
  top: 1px;
}
@media (max-width: 1200px) {
  .my-menu > li > a::before {
    left: 10px;
  }
}
.my-menu > li.i-home > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f015";
  position: absolute;
}
.my-menu > li.i-work > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f5fd";
  position: absolute;
}
.my-menu > li.i-result > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f15c";
  position: absolute;
}
.my-menu > li.i-test > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f044";
  position: absolute;
}
.my-menu > li.i-account > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f013";
  position: absolute;
}
.my-menu > li.i-counseling > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f4ad";
  position: absolute;
}
.my-menu > li.i-collabo > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f1b3";
  position: absolute;
}
.my-menu > li.i-user > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f0f3";
  position: absolute;
}
.my-menu > li > a::after {
  position: absolute;
  width: 30px;
  text-align: center;
  font-size: 12px;
  right: -7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 1200px) {
  .my-menu > li > a::after {
    right: 6px;
  }
}
.my-menu > li.i-home > a::after {
  display: none;
}
.my-menu > li.on > a::after {
  transform: rotate(90deg);
}
.my-menu > li.i-home.on > a::after {
  display: none;
}
.my-menu > li.on > ul {
  display: block;
}
.my-menu > li > a {
  display: block;
  position: relative;
  color: #fff;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .my-menu > li > a {
    font-size: 15px;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    padding-left: 47px;
  }
  .my-menu > li > a::before {
    font-size: 15px;
  }
  .my-menu > li > a::after {
    font-size: 10px;
  }
}
.my-menu > li > ul {
  border-top: 1px solid #263041;
  padding: 11px 0px;
  display: none;
}
@media (max-width: 1200px) {
  .my-menu > li > ul {
    border-top: none;
    border-bottom: 1px solid #dbdbe8;
    padding: 7px;
    margin: 0px 15px;
  }
}
.my-menu > li > ul > li:hover > a {
  color: #fff;
}
.my-menu > li > ul > li:hover > a::before {
  background-color: #fff;
}
.my-menu > li > ul > li.on > a {
  color: #fff;
}
.my-menu > li > ul > li.on > a::before {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .my-menu > li > ul > li:hover > a {
    color: #7569CA;
  }
  .my-menu > li > ul > li.on > a {
    color: #7569CA;
  }
  .my-menu > li > ul > li.on > a::before {
    background-color: #7569CA;
  }
  .my-menu > li > ul > li:hover > a::before {
    background-color: #3566d6;
  }
}
.my-menu > li > ul > li > a {
  display: block;
  position: relative;
  color: #d8d9df;
  padding: 7px 20px 7px 25px;
  font-size: 16px;
  max-width: 234px;
  line-height: 1.3;
}
.my-menu > li > ul > li > a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 4px;
  height: 4px;
  background-color: #616976;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .my-menu > li > ul > li > a {
    font-size: 15px;
  }
}

/* 마이페이지 오른쪽 컨텐츠 영역 */
.my-area-right {
  width: 100%;
  margin-top: 30px;
}
.my-area-right.in {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(177, 180, 201, 0.1);
  -moz-box-shadow: 0 0 15px rgba(177, 180, 201, 0.1);
  box-shadow: 0 0 15px rgba(177, 180, 201, 0.1);
}
@media (max-width: 1200px) {
  .my-area-right.in {
    margin: 30px 30px 0;
  }
}
@media (max-width: 768px) {
  .my-area-right.in {
    padding: 50px 0 20px;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.my-area-right .bubble-left {
  background-color: #F3F6F9;
  box-shadow: none;
}
.my-area-right .bubble-left::after {
  border-right-color: #F3F6F9;
}
.my-area-right .bubble-left .view-info.help {
  background-color: #e9eff5;
}
.my-area-right .bubble-right {
  box-shadow: none;
}
.my-area-right .my-tit {
  position: relative;
  width: 100%;
  font-size: 23px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: -1.5px;
}
@media (max-width: 768px) {
  .my-area-right .my-tit {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .my-area-right {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .my-area-right.home {
    padding: 0px 15px;
  }
}
@media (max-width: 768px) {
  .my-area-right.home {
    padding: 0;
    margin-top: 0;
  }
}

.my-tit.my {
  margin-bottom: 0;
}

.my-tit.in {
  border-bottom: 1px solid #dbdbe8;
}

.my-section {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .my-section {
    margin-bottom: 25px;
  }
}

/* 마이페이지 탭 */
.my-tab-group-01 {
  position: relative;
  display: flex;
  margin-bottom: 45px;
  border-radius: 8px;
}
.my-tab-group-01.overflow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff);
}
@media (max-width: 768px) {
  .my-tab-group-01::after {
    display: none;
  }
}
.my-tab-group-01 ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.my-tab-group-01 ul li {
  position: relative;
  display: flex;
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-left: 1px solid #dbdbe8;
  border-top: 1px solid #dbdbe8;
  background-color: #edf1f5;
}
.my-tab-group-01 ul li:first-child {
  border-top-left-radius: 8px;
}
.my-tab-group-01 ul li:last-child {
  border-top-right-radius: 8px;
  border-right: 1px solid #e5e5e8;
}
@media (max-width: 768px) {
  .my-tab-group-01 ul li:last-child {
    border-right: 1px solid #dbdbe8;
  }
}
.my-tab-group-01 ul li:last-child::before {
  display: none;
}
.my-tab-group-01 ul li:hover::after {
  width: 100%;
}
.my-tab-group-01 ul li a {
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  font-size: 18px;
  color: #9fb1c5;
  letter-spacing: -1px;
  white-space: nowrap;
  text-align: center;
  font-size: 17px;
}
.my-tab-group-01 ul li:hover > a {
  color: #7f8fa3;
}
.my-tab-group-01 ul li.on {
  background-color: #fff;
}
.my-tab-group-01 ul li.on::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -19px;
  border-bottom: 70px solid #dde1e8;
  border-right: 18px solid transparent;
  z-index: 1;
}
.my-tab-group-01 ul li.on a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
@media (max-width: 768px) {
  .my-tab-group-01 ul li.on {
    background-color: #edf1f5;
  }
  .my-tab-group-01 ul li.on a {
    font-size: 16px;
    font-weight: 500;
  }
}
.my-tab-group-01 ul li.on:last-child::after {
  left: -19px;
  border-left: 18px solid transparent;
  border-right: 0 solid transparent;
}
@media (max-width: 768px) {
  .my-tab-group-01 ul {
    border-bottom: 1px solid #dbdbe8;
    overflow: unset;
  }
  .my-tab-group-01 ul li {
    display: none;
    border-top: none;
    border-right: 1px solid #dbdbe8;
  }
  .my-tab-group-01 ul li:last-child {
    border-radius: 0;
  }
  .my-tab-group-01 ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #fff;
  }
  .my-tab-group-01 ul li::after {
    display: none;
  }
  .my-tab-group-01 ul li:first-child {
    display: flex;
    width: auto;
    height: 60px !important;
    line-height: 1;
    background-color: #fff;
    border-right: 1px solid #dbdbe8;
    border-top-right-radius: 8px;
  }
  .my-tab-group-01 ul li a {
    display: flex;
    justify-content: flex-start;
    padding: 0px 30px 0px 50px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }
  .my-tab-group-01 ul li a:hover {
    color: #333;
  }
  .my-tab-group-01 ul li:first-child {
    border-top: 1px solid #dbdbe8;
  }
  .my-tab-group-01 ul li:first-child a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    content: "\f138";
    position: absolute;
    left: 20px;
    margin-top: 1px;
    color: #3566d6;
    font-size: 19px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .my-tab-group-01 ul li:first-child::after {
    display: block;
    content: "";
    width: 46px;
    height: 50px;
    border-top-right-radius: 8px;
    position: absolute;
    right: -48px;
    bottom: 0;
    border-top: 1px solid #e5e5e8;
    border-right: 1px solid #e5e5e8;
    border-bottom: none;
    background: url(../../resources/image/icon/ic-more.svg) center center/17px no-repeat, #f8f9fa;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .my-tab-group-01 > ul.on {
    flex-direction: column;
  }
  .my-tab-group-01 > ul.on li {
    display: block;
    height: 45px;
  }
  .my-tab-group-01 > ul.on li:first-child {
    width: fit-content;
  }
  .my-tab-group-01 > ul.on li:nth-child(2) {
    border-top: 2px solid #e5e5e8;
  }
  .my-tab-group-01 > ul.on li a::before {
    color: #3566d6;
    transform: rotate(90deg);
  }
  .my-tab-group-01 > ul.on li:hover {
    background-color: #e2e6f0;
  }
  .my-tab-group-01 > ul.on li:first-of-type:hover {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .my-tab-group-01 {
    margin-bottom: 35px;
  }
}

.my-tab-group-02 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 35px;
  min-height: 70px;
}
@media (max-width: 768px) {
  .my-tab-group-02 ul {
    margin-bottom: 25px;
  }
}
.my-tab-group-02 ul li {
  text-align: center;
  flex-grow: unset;
  min-width: 120px;
  margin: 0px 10px 10px 0px;
  border-radius: 8px;
  font-size: 17px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-color: #edf1f5;
}
.my-tab-group-02 ul li:hover {
  background-color: #e2e7ee;
}
.my-tab-group-02 ul li.on {
  position: relative;
  border: 1px solid #00B255;
  background-color: #00B255;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.9);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.9);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.9);
  z-index: 1;
}
.my-tab-group-02 ul li.on > a {
  color: #fff;
}
.my-tab-group-02 ul li > a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
  text-align: center;
  white-space: nowrap;
  min-width: 90px;
}
@media (max-width: 768px) {
  .my-tab-group-02 ul {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  .my-tab-group-02 ul li {
    min-width: auto;
  }
  .my-tab-group-02 ul li a {
    font-size: 15px;
    padding: 15px 18px;
  }
}

/* 마이페이지 전체현황 */
.my-state-wrap {
  margin-top: 63px;
}

.my-state {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
}
.my-state > ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  height: 85px;
  line-height: 85px;
  border: 1px solid #f0f2f6;
}
@media (max-width: 768px) {
  .my-state > ol {
    height: auto;
  }
}
.my-state > ol > li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  line-height: 1;
  padding: 0px 20px;
  vertical-align: middle;
}
.my-state > ol > li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0f2f6;
}
.my-state > ol > li:first-child::before {
  display: none;
}
.my-state > ol > li > span {
  display: inline-block;
  min-width: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.my-state > ol > li > b {
  display: inline-block;
  font-family: "NanumSquare";
  font-size: 23px;
  font-weight: 800;
  color: #3566d6;
  padding-top: 3px;
}
@media (max-width: 1440px) {
  .my-state > ol > li {
    flex-direction: column;
    justify-content: center;
  }
  .my-state > ol > li > span {
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
    white-space: nowrap;
  }
  .my-state > ol > li > b {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .my-state > ol > li > span {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .my-state > ol > li {
    height: 65px;
    padding: 0px 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .my-state > ol > li:nth-child(1), .my-state > ol > li:nth-child(2), .my-state > ol > li:nth-child(3) {
    width: 33.3333%;
    border-bottom: 1px solid #f0f2f6;
  }
  .my-state > ol > li:nth-child(4), .my-state > ol > li:nth-child(5) {
    width: 50%;
  }
  .my-state > ol > li:nth-child(4)::before {
    content: none;
  }
  .my-state > ol > li > span {
    font-size: 13px;
    white-space: normal;
    text-align: left;
    margin-bottom: 0;
  }
  .my-state > ol > li > b {
    font-size: 20px;
    text-align: right;
  }
}

/* 마이페이지 프로그램 스텝 */
.tit-pr-step {
  line-height: 1.3;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}
@media (max-width: 768px) {
  .tit-pr-step {
    font-size: 18px;
  }
}

.pr-step {
  padding: 10px 20px 40px;
  border: 1px solid #dbdbe8;
  background-color: #fff;
  margin-bottom: 45px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
}
.pr-step > ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .pr-step > ol {
    flex-direction: column;
  }
}
.pr-step > ol > li {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-grow: unset;
  -ms-flex: 0 1 auto;
  min-width: 17%;
  position: relative;
  padding-top: 20px;
  margin: 20px 1.5% 0px;
  word-break: break-all;
}
.pr-step > ol > li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  background: #f0f2f6;
  border-radius: 50px;
}
.pr-step > ol > li.on:before {
  background: linear-gradient(to right, #3e50c5, #7569CA);
}
.pr-step > ol > li.on div,
.pr-step > ol > li.on span {
  font-weight: 500;
}
.pr-step > ol > li.on div {
  color: #7569CA;
}
.pr-step > ol > li.on span {
  color: #7569CA;
}
.pr-step > ol > li div,
.pr-step > ol > li span {
  display: inline-block;
  min-width: 100%;
  letter-spacing: -0.6px;
}
.pr-step > ol > li div {
  line-height: 1.2;
  flex: 1;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.pr-step > ol > li span {
  word-break: keep-all;
  color: #999999;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .pr-step > ol > li {
    min-width: 22%;
  }
}
@media (max-width: 1280px) {
  .pr-step > ol > li span {
    letter-spacing: -0.8px;
  }
}
@media (max-width: 1200px) {
  .pr-step > ol > li {
    min-width: 21.999%;
  }
  .pr-step > ol > li span {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 992px) {
  .pr-step > ol > li {
    min-width: 30%;
  }
}
@media (max-width: 768px) {
  .pr-step {
    margin-bottom: 40px;
    padding: 10px 15px 40px;
  }
}

.my-noti-wrap {
  margin-top: 75px;
  position: relative;
}
.my-noti-wrap .btn-my-prev,
.my-noti-wrap .btn-my-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #121d2f;
  color: #fff;
  text-align: center;
  line-height: 18px;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  z-index: 1;
  cursor: pointer;
  min-width: unset;
}
.my-noti-wrap .btn-my-prev.disable,
.my-noti-wrap .btn-my-next.disable {
  background-color: #bec3ca;
  cursor: default;
}
.my-noti-wrap .btn-my-prev {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f053";
  position: absolute;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 14px;
}
.my-noti-wrap .btn-my-next {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f054";
  position: absolute;
  position: absolute;
  right: -18px;
  top: calc(50% - 18px);
}
.my-noti-wrap > p {
  margin-bottom: 15px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.my-noti-wrap > p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f0f3";
  position: absolute;
  width: 23px;
  height: 24px;
  border-radius: 50%;
  background-color: #155CD6;
  left: 0;
  top: -4px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 12px;
  padding-left: 1px;
}
.my-noti-wrap > p b {
  font-weight: 700;
  color: #155CD6;
}
.my-noti-wrap > div {
  height: 230px;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .my-noti-wrap {
    margin-top: 40px;
  }
  .my-noti-wrap .btn-my-prev,
.my-noti-wrap .btn-my-next {
    display: none;
  }
  .my-noti-wrap > div {
    height: unset;
    max-height: 500px;
    overflow-y: scroll;
  }
}

.my-noti-list {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.my-noti-list > li {
  border-radius: 10px;
  border: 1px solid rgb(220, 229, 236);
  margin-right: 10px;
  background-color: rgb(242, 246, 250);
  width: 260px;
  height: 205px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.my-noti-list > li.noti-lg {
  width: 340px;
}
.my-noti-list > li > div:first-of-type {
  padding: 30px 25px 15px;
  height: 162px;
  cursor: default;
  position: relative;
}
.my-noti-list > li > div:first-of-type .popup_hd_closer {
  top: 0;
  right: 0;
}
.my-noti-list > li > div:first-of-type > b {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #999999;
  display: block;
  margin-bottom: 10px;
}
.my-noti-list > li > div:first-of-type > p {
  word-break: break-all;
  line-height: 1.5;
  font-weight: 500;
}
.my-noti-list > li:hover {
  border: 1px solid rgb(183, 201, 216);
}
@media (max-width: 768px) {
  .my-noti-list {
    flex-direction: column;
    position: relative;
  }
  .my-noti-list > li {
    margin-right: 0;
    margin-bottom: 10px;
    height: unset;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-color: #f0f2f6;
    width: 100%;
  }
  .my-noti-list > li.noti-lg {
    min-width: unset;
    width: 100%;
  }
  .my-noti-list > li::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #d3dce7;
    position: absolute;
    left: 0;
    top: 0;
  }
  .my-noti-list > li > div:first-of-type {
    height: unset;
    padding: 20px;
  }
}

.noti-btn-area {
  padding: 10px 20px;
  border-top: 1px solid rgb(232, 238, 243);
}
.noti-btn-area a {
  padding: 5px;
  color: #00A34B;
  font-size: 13px;
}
.noti-btn-area a.btn-nt-reject {
  color: #e40009;
}
.noti-btn-area a.btn-nt-more {
  padding-left: 16px;
  position: relative;
}
.noti-btn-area a.btn-nt-more::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f101";
  position: absolute;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 12px;
}
.noti-btn-area a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .noti-btn-area {
    padding: 10px 15px 15px;
    border-color: #f0f2f6;
  }
}

.noalert > div {
  padding-top: 140px;
  background: url(../../resources/image/icon/ic-noalert.png) center top 50px/80px no-repeat;
}
.noalert::before, .noalert::after {
  background-color: #d3dce7;
  cursor: default;
}
.noalert p {
  text-align: center;
  font-weight: 500;
  color: #5e6f85;
}
@media (max-width: 768px) {
  .noalert > div {
    padding-top: 105px;
    height: 160px !important;
    background: url(../../resources/image/icon/ic-noalert.png) center top 35px/65px no-repeat;
  }
}

/* 마이페이지 알림 */
/* 마이페이지 공지사항 */
.my-tit-g {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .my-tit-g {
    padding: 0 30px;
  }
  .my-tit-g h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .my-tit-g {
    padding: 0 5px 0 15px;
  }
  .my-tit-g h2 {
    font-size: 22px;
  }
  .my-tit-g .btn-more {
    border: none;
  }
}

.my-notice-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
.my-notice-wrap .my-noti-group {
  display: flex;
  flex-direction: column;
  width: 48%;
}
@media (max-width: 1200px) {
  .my-notice-wrap .my-noti-group {
    width: 100%;
  }
  .my-notice-wrap .my-noti-group:last-child {
    margin-top: 25px;
  }
}
.my-notice-wrap .my-noti-group.nodata {
  padding: 0;
  position: relative;
}
.my-notice-wrap .my-noti-group.nodata .tb-nodata {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  z-index: 1;
}
.my-notice-wrap .my-noti-group.nodata .tb-nodata::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f071";
  position: absolute;
  position: relative;
  left: -6px;
  top: -1px;
  color: #ffc533;
}
.my-notice-wrap .my-noti-group.nodata .my-tb-01 {
  width: 100%;
  height: 285px;
  padding: 0;
  display: block;
  border-top: 1px solid #333;
  position: relative;
}
.my-notice-wrap .my-tb-01 {
  table-layout: fixed;
  white-space: nowrap;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  margin: 0;
}
.my-notice-wrap .my-tb-01 tr {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #f0f2f6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  cursor: pointer;
}
.my-notice-wrap .my-tb-01 tr:hover {
  background-color: #f8fafc;
  color: #7569CA;
}
.my-notice-wrap .my-tb-01 tr:last-child {
  border: none;
}
.my-notice-wrap .my-tb-01 th {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0px 3px 0px 25px;
}
@media (max-width: 768px) {
  .my-notice-wrap .my-tb-01 th {
    padding-left: 15px;
  }
}
.my-notice-wrap .my-tb-01 td {
  padding: 0px 23px 0px 5px;
  min-width: 95px;
  color: #999999;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.my-notice-wrap .my-tb-01 td:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  .my-notice-wrap .my-tb-01 td {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  .my-notice-wrap {
    flex-direction: column;
  }
}

/* 마이페이지 과제현황 */
.my-work-wrap {
  margin-top: 40px;
}
.my-work-wrap .my-tb-02 {
  width: 100%;
  text-align: left;
  table-layout: fixed;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
}
.my-work-wrap .my-tb-02 tr:first-child th,
.my-work-wrap .my-tb-02 tr:first-child td {
  height: 55px;
  font-weight: 500;
  color: #fff;
  background-color: #333;
  border-bottom: 10px solid #fafbfc;
}
.my-work-wrap .my-tb-02 tr:first-child td {
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .my-work-wrap .my-tb-02 tr:first-child td {
    padding: 15px;
  }
}
.my-work-wrap .my-tb-02 tr {
  background-color: #fff;
  height: 56px;
  line-height: 56px;
}
@media (max-width: 768px) {
  .my-work-wrap .my-tb-02 tr.my_ht_auto {
    height: auto;
  }
  .my-work-wrap .my-tb-02 tr.my_ht_auto th, .my-work-wrap .my-tb-02 tr.my_ht_auto td {
    height: auto;
    padding: 15px;
  }
}
.my-work-wrap .my-tb-02 th,
.my-work-wrap .my-tb-02 td {
  position: relative;
  vertical-align: middle;
  line-height: 1.3;
  padding: 0px 10px 0px 25px;
}
@media (max-width: 768px) {
  .my-work-wrap .my-tb-02 th,
.my-work-wrap .my-tb-02 td {
    padding-left: 15px;
  }
}
.my-work-wrap .my-tb-02 th {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  background-color: #F7F8FA;
  border-top: 1px solid #e5e5e8;
}
.my-work-wrap .my-tb-02 td {
  font-weight: 500;
  border-top: 1px solid #f0f2f6;
}
.my-work-wrap .my-tb-02 td.tb-progress {
  vertical-align: middle;
  color: #155CD6;
}
.my-work-wrap .my-tb-02 td.tb-progress span {
  margin-right: 10px;
}
.my-work-wrap .my-tb-02 td.tb-progress b {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.my-work-wrap .my-tb-02 td.tb-progress b em {
  font-family: "Pretendard";
}

.my-tb-subject {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-detail-view {
  position: absolute;
  display: flex;
  justify-content: center;
  right: 25px;
  top: 14px;
  padding: 0px 4px;
  color: #00A34B;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-detail-view:hover .b-line {
  background-color: #E2F6EA;
  transform: scaleY(23);
}
.btn-detail-view .b-line {
  width: 100%;
  background-color: #00A34B;
  bottom: -3px;
  display: block;
  height: 1px;
  position: absolute;
  transform-origin: bottom;
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 768px) {
  .btn-detail-view {
    right: 15px;
  }
}

/* 자원현황 및 일별 사용량 */
.my-resource-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .my-resource-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.resource-group-01 {
  width: 405px;
}
@media (max-width: 1440px) {
  .resource-group-01 {
    width: 100%;
  }
}
.resource-group-01 ul {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.resource-group-01 ul li {
  position: relative;
  display: table-cell;
  min-width: 100px;
  height: 49px;
  line-height: 1.3;
  padding: 0px 30px;
  vertical-align: middle;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f2f6;
  cursor: pointer;
  border-right: 1px solid #fafbfc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.resource-group-01 ul li:hover {
  background-color: #f8fafc;
}
.resource-group-01 ul li:hover > a {
  color: #7569CA;
}
.resource-group-01 ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #cacfd8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.resource-group-01 ul li:hover::after {
  width: 100%;
}
.resource-group-01 ul li > a {
  position: static;
  display: table;
  width: 100%;
  height: 100%;
  color: #999999;
}
.resource-group-01 ul li > a > span {
  display: table-cell;
  vertical-align: middle;
  word-break: break-all;
}
.resource-group-01 ul li.on {
  background-color: #38354E;
  border: none;
}
.resource-group-01 ul li.on::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: -11px;
  border-top: 49px solid #dde1e8;
  border-right: 11px solid transparent;
  z-index: 1;
}
.resource-group-01 ul li.on::after {
  display: none;
}
.resource-group-01 ul li.on a {
  color: #fff;
}
.resource-group-01 ul li.on:last-child::before {
  left: -11px;
  border-top: 49px solid #dde1e8;
  border-left: 11px solid transparent;
  border-right: 0 solid transparent;
}
@media (max-width: 768px) {
  .resource-group-01 ul li {
    padding: 0 20px;
  }
  .resource-group-01 ul li a span {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .resource-group-01 ul li {
    width: 50%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.resource-box {
  padding: 30px 25px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
}
.resource-box .my-tb-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.resource-box .my-chart-01 {
  width: 162px;
  min-width: 162px;
  height: 137px;
  margin-left: 5px;
}
@media (max-width: 1440px) {
  .resource-box .my-chart-01 {
    width: 180px;
    height: 180px;
    position: relative;
  }
  .resource-box .my-chart-01 > .apexcharts-canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .resource-box {
    padding: 20px 15px;
  }
}
@media (max-width: 576px) {
  .resource-box .my-tb-box {
    flex-direction: column-reverse;
  }
  .resource-box .my-chart-01 {
    width: 100%;
    margin: 20px 0 0;
  }
}

.my-tit-box {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.my-tit-box b {
  color: #7569CA;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.my-tb-in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  height: 92px;
  text-align: left;
  font-weight: 500;
}
.my-tb-in tr {
  height: 23px;
  line-height: 1.3;
  font-size: 12px;
}
.my-tb-in th {
  letter-spacing: -0.5px;
  color: #666666;
  vertical-align: middle;
}
.my-tb-in td {
  letter-spacing: -0.5px;
  text-align: right;
  vertical-align: middle;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.my-tb-in td b {
  color: #7569CA;
  padding-right: 3px;
}
@media (max-width: 1440px) {
  .my-tb-in {
    width: 240px;
    height: 120px;
  }
  .my-tb-in tr {
    font-size: 14px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .my-tb-in {
    width: 190px;
  }
}
@media (max-width: 576px) {
  .my-tb-in {
    position: relative;
    margin-left: auto;
    width: 100%;
  }
}

.resource-group-02 {
  position: relative;
  width: 585px;
  margin-top: 49px;
  padding: 30px 25px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
}
.resource-group-02 .my-chart-02 {
  width: 100%;
  height: 130px;
  margin-top: 5px;
}
.resource-group-02 .my-chart-02.nodata {
  background: url(../../resources/image/icon/ic-nodata-02.svg) center top 15px/80px no-repeat;
  padding: 95px 0 0;
}
@media (max-width: 1440px) {
  .resource-group-02 {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .resource-group-02 {
    padding: 20px 15px;
  }
  .resource-group-02 .my-chart-02.nodata {
    background: url(../../resources/image/icon/ic-nodata-02.svg) center top 20px/65px no-repeat;
    padding: 85px 0 0;
  }
}

/* 연구 진행 프로그레스 */
.my-progress {
  width: 100%;
  margin-top: 65px;
  position: relative;
}
@media (max-width: 768px) {
  .my-progress {
    margin-top: 0;
  }
}

.progress-bar ul {
  display: flex;
  width: 100%;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d3dce7;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #dbdbe8;
}
.progress-bar ul li {
  height: 8px;
}
.progress-bar ul li.pg-01 {
  width: 10%;
  background-color: #d3ddff;
}
.progress-bar ul li.pg-02 {
  width: 11%;
  background-color: #8aa0ec;
}
.progress-bar ul li.pg-03 {
  width: 16%;
  background-color: #4567ce;
}
.progress-bar ul li.pg-04 {
  width: 21%;
  background-color: #a1dde7;
}
.progress-bar ul li.pg-05 {
  width: 26%;
  background-color: #2bb6c9;
}
.progress-bar ul li.pg-between {
  width: 4%;
  background-color: #f1f4fa;
}
@media (max-width: 768px) {
  .progress-bar {
    display: none;
  }
}

.point-group {
  position: absolute;
  left: 0;
  top: -14px;
  z-index: 4;
}
.point-group .pg-point {
  position: relative;
}
.point-group .pg-point .pg-circle {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 4px solid #d3dce7;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%) scale(0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: relative;
}
.point-group .pg-point .pg-circle.pg-01 {
  border-color: #d3ddff;
}
.point-group .pg-point .pg-circle.pg-02 {
  border-color: #8aa0ec;
}
.point-group .pg-point .pg-circle.pg-03 {
  border-color: #4567ce;
}
.point-group .pg-point .pg-circle.pg-04 {
  background-color: #a1dde7;
}
.point-group .pg-point .pg-circle.pg-05 {
  border-color: #2bb6c9;
}
@media (max-width: 768px) {
  .point-group .pg-point .pg-circle.on {
    transform: translate(-50%) scale(1);
    border-color: #ffc533;
  }
  .point-group .pg-point .pg-circle.on img {
    opacity: 1;
  }
}
.point-group .pg-point .pg-circle img {
  width: 27px;
  height: 27px;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.point-group .pg-point .pg-circle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f0dd";
  position: absolute;
  font-size: 26px;
  color: #6457B9;
  left: 5px;
  top: -35px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform: rotateY(0deg);
  animation: due 1.6s ease-in infinite;
}
.point-group .pg-point.due .pg-circle {
  transform: scale(1);
  border-color: #e40009;
  position: relative;
}
.point-group .pg-point.due .pg-circle > img {
  opacity: 1;
}
.point-group .pg-point.due .pg-circle::after {
  display: none;
}
.point-group .pg-point.due .pg-bubble.left {
  left: -19px;
}
.point-group .pg-point.due .pg-bubble.right {
  right: -20px;
}
.point-group .pg-point.due:hover .due-pin {
  display: none;
}
.point-group .pg-point .pg-bubble {
  display: none;
  position: absolute;
  bottom: 50px;
  min-width: 500px;
  max-width: 550px;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 20px;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.4);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.4);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.4);
}
@media (max-width: 992px) {
  .point-group .pg-point .pg-bubble {
    min-width: 400px;
    max-width: 450px;
  }
}
.point-group .pg-point .pg-bubble.left {
  left: -37px;
}
.point-group .pg-point .pg-bubble.left::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-bottom: 10px solid none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 27px;
}
.point-group .pg-point .pg-bubble.right {
  right: -2px;
}
.point-group .pg-point .pg-bubble.right::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-bottom: 10px solid none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  right: 27px;
}
.point-group .pg-point .pg-bubble > div {
  padding: 15px 0;
  border-top: 1px solid #f0f2f6;
}
.point-group .pg-point .pg-bubble > div:first-of-type {
  margin-top: 0;
  border: none;
  padding-top: 5px;
}
.point-group .pg-point .pg-bubble > div:last-of-type {
  padding-bottom: 5px;
}
.point-group .pg-point .pg-bubble p {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.point-group .pg-point .pg-bubble p:first-of-type {
  margin-bottom: 15px;
}
.point-group .pg-point .pg-bubble p span {
  color: #999999;
  display: inline-block;
  font-size: 13px;
  text-align: right;
  line-height: 16px;
  margin-bottom: 8px;
}
.point-group .pg-point .pg-bubble p b {
  display: -webkit-box;
  word-break: break-all;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
.point-group .pg-point .pg-bubble p b.pg-date {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.point-group .pg-point .pg-bubble p b.pg-date.due {
  color: #e40009;
}
.point-group .pg-point .due-pin {
  display: none;
  perspective: 36px;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 40px;
  left: 12px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.point-group .pg-point .due-pin .pin-box {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../resources/image/icon/ic-triangle.svg) center center/contain no-repeat;
  backface-visibility: visible;
  transform: rotateY(0deg);
  animation: due 1.6s ease-in infinite;
}
@keyframes due {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.point-group .pg-point.due .due-pin {
  display: block;
}
.point-group:hover .pg-circle {
  transform: translate(-50%) scale(1);
  border-color: #ffc533 !important;
}
.point-group:hover .pg-circle img {
  opacity: 1;
}
.point-group:hover .pg-circle::after {
  display: none;
}
.point-group:hover .pg-bubble {
  display: block;
}
@media (max-width: 768px) {
  .point-group:hover .pg-bubble {
    display: none;
  }
}
@media (max-width: 768px) {
  .point-group {
    display: none;
  }
}

.pg-step {
  margin-top: 17px;
  width: 100%;
}
.pg-step ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.pg-step ul li {
  text-align: center;
  position: relative;
  display: block;
}
.pg-step ul li b {
  font-size: 13px;
  font-weight: 500;
  color: #222;
}
.pg-step ul li.step-01 {
  width: 10%;
}
.pg-step ul li.step-02 {
  width: 11%;
}
.pg-step ul li.step-03 {
  width: 16%;
}
.pg-step ul li.step-04 {
  width: 21%;
}
.pg-step ul li.step-05 {
  width: 26%;
}
.pg-step ul li.pg-between {
  width: 4%;
}
.pg-step ul li .pg-count {
  font-size: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  padding: 3px 6px 2px;
  min-width: 22px;
  border-radius: 10px;
  background-color: #e5e5e8;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  color: #6457B9;
}
.pg-step ul li .dots-3 {
  display: none;
}
@media (max-width: 768px) {
  .pg-step {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #f0f2f6;
    margin-top: 10px;
    padding: 20px 0;
  }
  .pg-step ul {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .pg-step ul li {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100% !important;
    padding: 20px 20px 20px 46px;
    position: relative;
  }
  .pg-step ul li.pg-between {
    display: none;
  }
  .pg-step ul li b {
    font-size: 14px;
    display: block;
    padding: 0 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .pg-step ul li .pg-count {
    position: relative;
    left: unset;
    top: unset;
    transform: none;
    display: block;
    text-align: center;
    margin-left: 0;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #dbdbe8;
    font-size: 13px;
    padding: 7px 16px 6px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .pg-step ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .pg-step ul li .dots-3 {
    display: flex;
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
  }
  .pg-step ul li .dots-3 > div {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #9fb1c5;
    margin-right: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .pg-step ul li .due-pin {
    display: none;
    perspective: 36px;
    width: 12px;
    height: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transform: rotate(90deg);
    margin-left: 8px;
  }
  .pg-step ul li .due-pin .pin-box {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../../resources/image/icon/ic-triangle.svg) center center/contain no-repeat;
    backface-visibility: visible;
    transform: rotateY(0deg);
    animation: due 1.6s ease-in infinite;
  }
  @keyframes due {
    0% {
      transform: rotateY(0deg);
    }
    50% {
      transform: rotateY(180deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  .pg-step ul li.due .due-pin {
    display: block;
  }
  .pg-step ul li.on b {
    color: #7569CA;
    font-weight: 700;
  }
  .pg-step ul li.on .dots-3 > div {
    background-color: #3566d6;
  }
  .pg-step ul li.on::before {
    background-color: #fff;
  }
  .pg-step ul li.on .pg-count {
    border-color: #7569CA;
    background-color: #7569CA;
    color: #fff;
  }
  .pg-step ul::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    width: 10px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to bottom, #d3ddff, #7569CA);
  }
}

.m-progress {
  display: none;
  margin-top: 30px;
}
.m-progress .m-pg-bubble {
  display: none;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .m-progress {
    display: block;
    position: relative;
  }
  .m-progress::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    content: "\f078";
    position: absolute;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    font-size: 13px;
    color: #9fb1c5;
  }
  .m-progress .m-pg-bubble.click {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    border: 1px solid #f0f2f6;
  }
  .m-progress .m-pg-bubble.click p {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .m-progress .m-pg-bubble.click p:first-of-type {
    margin-bottom: 15px;
  }
  .m-progress .m-pg-bubble.click p span {
    color: #999999;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
  }
  .m-progress .m-pg-bubble.click p b {
    display: -webkit-box;
    word-break: break-all;
    font-weight: 500;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*autoprefixer: off*/
    -webkit-box-orient: vertical;
    /*autoprefixer: on*/
    -webkit-line-clamp: 2;
  }
  .m-progress .m-pg-bubble.click p b.pg-date {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    padding-top: 2px;
  }
  .m-progress .m-pg-bubble.click p b.pg-date.due {
    color: #e40009;
  }
}

.mypage-app {
  padding: 30px 35px;
  border: 1px solid #f0f2f6;
  border-radius: 8px;
  margin-bottom: 45px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  box-shadow: 0 3px 0 rgba(177, 180, 201, 0.2);
  position: relative;
  overflow: hidden;
}
.mypage-app::before {
  content: "";
  display: block;
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mypage-app .app-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.mypage-app.confirm::before {
  background-color: #a5c9f7;
}
.mypage-app.confirm .app-icon {
  background: url(../../resources/image/icon/ic-my-confirmed.png) center center/contain no-repeat;
}
.mypage-app.reject::before {
  background-color: #ffafb2;
}
.mypage-app.reject .app-icon {
  background: url(../../resources/image/icon/ic-my-rejected.png) center center/contain no-repeat;
}
.mypage-app .app-txt {
  text-align: center;
}
.mypage-app .app-txt p {
  font-size: 17px;
  font-weight: 500;
}
.mypage-app .app-txt span {
  display: block;
  color: #999999;
  margin-top: 8px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mypage-app {
    padding: 25px;
    flex-direction: row;
  }
  .mypage-app .app-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .mypage-app .app-txt {
    text-align: left;
  }
  .mypage-app .app-txt p {
    font-size: 15px;
  }
  .mypage-app .app-txt span {
    margin-top: 5px;
    font-size: 13px;
  }
}

.scroll-box {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #dbdbe8;
  background-color: #fafbfc;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.scroll-box p {
  line-height: 1.6;
  word-break: break-all;
  margin-bottom: 15px;
  color: #666666;
}
.scroll-box p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .scroll-box {
    padding: 15px;
    max-height: 250px;
  }
  .scroll-box p {
    font-size: 13px;
  }
}

.step-view {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}
.step-view > div {
  width: 100%;
}
.step-view > span {
  font-size: 13px;
  color: #7b8994;
  position: absolute;
  top: 15px;
  z-index: 5;
}
.step-view > span i {
  font-size: 10px;
  padding: 0 0 2px 4px;
  vertical-align: middle;
}
.step-view > span.step-start {
  left: 0;
}
.step-view > span.step-start i {
  color: #3566d6;
}
.step-view > span.step-done {
  right: 0;
}
.step-view > span.step-done i {
  color: #37bc9b;
}

.step-bubble {
  padding: 28px 28px 23px 28px;
  border-radius: 12px;
  border: 5px solid #eff1f5;
  position: relative;
}
.step-bubble::after {
  display: block;
  content: "";
  clear: both;
}
.step-bubble .bubble-item {
  padding: 0 20px 0 16px;
  float: left;
  position: relative;
}
.step-bubble .bubble-item.b-01 {
  width: 20%;
}
.step-bubble .bubble-item.b-01 p {
  font-weight: 500;
}
.step-bubble .bubble-item.b-02 {
  width: 30%;
}
.step-bubble .bubble-item.b-02 p {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding-top: 2px;
}
.step-bubble .bubble-item.b-03 {
  width: 50%;
  padding-right: 0;
}
.step-bubble .bubble-item::before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: url(../../resources/image/icon/ic-step-tit.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
.step-bubble .bubble-item span {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 500;
  margin-bottom: 8px;
}
.step-bubble .bubble-item p {
  line-height: 1.5;
  word-break: break-all;
}
.step-bubble .btn-step {
  position: absolute;
  right: 0;
  bottom: -36px;
  padding: 5px 0 5px 10px;
  min-width: auto;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #3566d6;
}
.step-bubble .btn-step span {
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.step-bubble .btn-step i {
  font-size: 10px;
  padding-top: 1px;
  margin: 0;
}
.step-bubble .btn-step:hover span {
  color: #234eb1;
  text-decoration: underline;
}
.step-bubble .btn-step:hover i {
  color: #6457B9;
}
@media (max-width: 992px) {
  .step-bubble .bubble-item.b-01, .step-bubble .bubble-item.b-02 {
    width: 50%;
  }
  .step-bubble .bubble-item.b-03 {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .step-bubble {
    padding: 20px;
  }
  .step-bubble .bubble-item.b-01 {
    width: 100%;
  }
  .step-bubble .bubble-item.b-02 {
    width: 100%;
    margin-top: 20px;
  }
}

.step-bar-group {
  width: 100%;
  height: 56px;
  position: relative;
}
.step-bar-group .bg-bar {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgb(222, 233, 255), rgb(53, 102, 214));
  z-index: 1;
}
.step-bar-group .moving-bar {
  width: 20%;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eff1f5;
  z-index: 2;
}
.step-bar-group .moving-bar.pos-0 {
  width: 100%;
}
.step-bar-group .moving-bar.pos-5 {
  width: 95%;
}
.step-bar-group .moving-bar.pos-10 {
  width: 90%;
}
.step-bar-group .moving-bar.pos-20 {
  width: 80%;
}
.step-bar-group .moving-bar.pos-30 {
  width: 70%;
}
.step-bar-group .moving-bar.pos-45 {
  width: 55%;
}
.step-bar-group .moving-bar.pos-60 {
  width: 40%;
}
.step-bar-group .moving-bar.pos-80 {
  width: 20%;
}
.step-bar-group .moving-bar.pos-100 {
  width: 0;
}
.step-bar-group .step-position {
  position: absolute;
  top: 17px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-bar-group .step-position.pos-0 {
  left: 10px;
}
.step-bar-group .step-position.pos-5 {
  left: 5%;
}
.step-bar-group .step-position.pos-10 {
  left: 10%;
}
.step-bar-group .step-position.pos-20 {
  left: 20%;
}
.step-bar-group .step-position.pos-30 {
  left: 30%;
}
.step-bar-group .step-position.pos-45 {
  left: 45%;
}
.step-bar-group .step-position.pos-60 {
  left: 60%;
}
.step-bar-group .step-position.pos-80 {
  left: 80%;
}
.step-bar-group .step-position.pos-100 {
  right: -10px;
}
.step-bar-group .step-position .step-circle {
  width: 21px;
  height: 21px;
  border: 3px solid #3566d6;
  border-radius: 50%;
  background-color: #fff;
}
.step-bar-group .step-position .tail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-bar-group .step-position .tail > div {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3566d6;
  margin-top: 4px;
}

.sch-detail-wrap {
  padding: 15px 30px;
  position: relative;
}
.sch-detail-wrap .sch-check {
  display: none;
}
@media (max-width: 768px) {
  .sch-detail-wrap {
    padding: 15px 0;
  }
  .sch-detail-wrap .sch-check {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .sch-detail-wrap .sch-check label {
    font-weight: 700;
  }
}

.sch-detail {
  height: auto;
  overflow: unset;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.sch-detail li {
  display: flex;
  margin-bottom: 15px;
}
.sch-detail li > div {
  width: 100%;
  margin-right: 20px;
}
.sch-detail li > div:last-of-type {
  margin-right: 0;
}
.sch-detail li .sch-tit {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #7b8994;
}
@media (max-width: 768px) {
  .sch-detail {
    height: 60px;
    overflow: hidden;
  }
  .sch-detail.on {
    height: auto;
    overflow: unset;
  }
  .sch-detail li {
    flex-direction: column;
  }
  .sch-detail li > div {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sch-detail li > div:last-of-type {
    margin-bottom: 0;
  }
}

.account-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.account-wrap > div {
  width: calc(50% - 10px);
}
.account-wrap > div:nth-of-type(2n) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .account-wrap > div {
    width: 100%;
    margin-left: 0 !important;
  }
}

.ac-box {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  cursor: pointer;
}
.ac-box .ac-head {
  padding: 23px 28px;
}
.ac-box .ac-body,
.ac-box .ac-foot {
  padding: 18px 28px;
}
.ac-box:hover {
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.4);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.4);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.4);
}
.ac-box:hover .ac-head {
  border-color: #3566d6;
}
.ac-box:hover .ac-head .btn-ac-detail {
  background-color: #B7C1D6;
}
@media (max-width: 768px) {
  .ac-box {
    margin-bottom: 35px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f0f2f6;
  }
  .ac-box:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.ac-head {
  border-top: 1px solid #DDDCE5;
  background-color: #FBFBFD;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ac-head ul li {
  padding-left: 20px;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  position: relative;
  color: #666666;
}
.ac-head ul li:first-of-type {
  margin-bottom: 8px;
}
.ac-head ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #DDDCE5;
  font-size: 13px;
}
.ac-head ul li.cpt_id::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f007";
  position: absolute;
  top: 1px;
}
.ac-head ul li.date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f133";
  position: absolute;
  font-weight: 400;
}
.ac-head .btn-ac-detail {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  right: 24px;
  top: 20px;
  background: #dfe3ec url(../../resources/image/icon/ic-arrow-right.svg) center center/12px no-repeat;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-head .btn-ac-detail {
    background-color: #B7C1D6;
  }
}

.ac-body {
  border-bottom: 1px solid #eee;
}
.ac-body ul li:first-of-type {
  margin-bottom: 15px;
}
.ac-body ul li:first-of-type p {
  color: #3566d6;
}
.ac-body ul li span {
  font-size: 12px;
  font-weight: 500;
  color: #DDDCE5;
  display: inline-block;
  margin-bottom: 8px;
}
.ac-body ul li p {
  word-break: break-all;
  line-height: 21px;
  max-height: 42px;
  display: -webkit-box;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.ac-foot .my-tit-box {
  font-size: 12px;
  font-weight: 500;
  color: #DDDCE5;
  margin-bottom: 8px;
}
.ac-foot .resource-box {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  -moz-box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
  box-shadow: 5px 5px 15px rgba(177, 180, 201, 0.03);
}
.ac-foot .resource-box .my-tb-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 10px;
}
.ac-foot .resource-box .my-chart-01 {
  width: 162px;
  min-width: 162px;
  height: 120px;
  margin-left: 5px;
}
.ac-foot .my-tb-in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  height: 92px;
  text-align: left;
  font-weight: 500;
}
.ac-foot .my-tb-in tr {
  height: 23px;
  line-height: 1.3;
  font-size: 12px;
}
.ac-foot .my-tb-in th {
  letter-spacing: -0.5px;
  color: #666666;
  vertical-align: middle;
}
.ac-foot .my-tb-in td {
  letter-spacing: -0.5px;
  text-align: right;
  vertical-align: middle;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.ac-foot .my-tb-in td b {
  color: #7569CA;
  padding-right: 3px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  letter-spacing: 0 !important;
}

.my-noti-alarm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.my-noti-alarm ul {
  width: 100%;
}
.my-noti-alarm ul li {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dbdbe8;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
  align-items: center;
  align-content: center;
}
.my-noti-alarm ul li p {
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
  height: 56px;
  line-height: 56px;
  align-content: center;
}
.my-noti-alarm ul li p span i {
  color: #e40009;
  margin-right: 20px;
  padding: 20px;
  background-color: #efefef;
  font-weight: 1.5rem;
  font-weight: 700;
  height: 100%;
}
.my-noti-alarm ul li p .alarm-time {
  float: right;
  color: #828282;
  padding-right: 10px;
}
.my-noti-alarm ul li p .alarm-txt {
  width: 100%;
}
@media (max-width: 1200px) {
  .my-noti-alarm {
    width: 100%;
  }
}



.foot {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.foot > div:nth-child(2) {
  width: 229px;
  height: 46px;
}
.foot > div:nth-child(2) > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .foot {
    padding: 0 30px;
  }
  .foot > div:nth-child(2) {
    width: 180px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .foot {
    flex-direction: column;
    padding: 0 15px;
  }
  .foot > div:nth-child(2) {
    margin-top: 10px;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow: hidden;
}
.modal a.close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 30px;
  color: #ccc;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  z-index: 20;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal a.close::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../resources/image/btn/btn-pop-close.svg) center center/14px no-repeat;
}
.modal a.close:hover {
  background-color: #f0f2f6;
}
@media (max-width: 1200px) {
  .modal a.close {
    right: 30px;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .modal a.close {
    right: 15px;
    top: 20px;
  }
}
.modal.modal-title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -2px;
  border-bottom: solid 1px #c5c7d6;
  height: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.modal-title span {
  position: absolute;
  height: 50px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  border-bottom: solid 3px #1181c9;
}
.modal .modal-dialog {
  position: relative;
  width: 1000px;
  margin: 1.75rem auto;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal .modal-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal .modal-dialog.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal .modal-dialog.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal .modal-dialog.modal-dialog-scrollable::before {
  content: none;
}
@media (max-width: 1200px) {
  .modal .modal-dialog {
    width: 90%;
  }
}
.modal .modal-dialog.modal-sm {
  max-width: 650px;
}
.modal .modal-content {
  padding: 80px 60px 60px;
  background-color: #fefefe;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(31, 28, 28, 0.5);
  box-shadow: 0 10px 20px rgba(31, 28, 28, 0.5);
}
@media (max-width: 1200px) {
  .modal .modal-content {
    padding: 80px 30px 40px;
  }
}
@media (max-width: 768px) {
  .modal .modal-content {
    padding: 80px 20px 30px;
  }
}
.modal .pop-tit {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -2px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbe8;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .modal .pop-tit {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .modal .pop-tit {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .modal-lg {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .modal-xl {
    max-width: 1300px;
  }
}
@media (max-width: 992px) {
  .modal-xl {
    max-width: 1000px;
  }
}

@media (max-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
@media (max-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
@media (max-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.6;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header.close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.pop-comment {
  color: #5e6f85;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  padding: 15px 30px 15px 50px;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 8px;
}
.pop-comment::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f00c";
  position: absolute;
  color: #00A34B;
  position: absolute;
  left: 25px;
  top: 15px;
}
@media (max-width: 1200px) {
  .pop-comment {
    padding: 15px 15px 15px 35px;
  }
  .pop-comment::before {
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 12px;
  }
}

.steps-list {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 0 22px;
}
@media (max-width: 768px) {
  .steps-list {
    padding: 0;
  }
}
.steps-list li {
  margin: 12px 0;
  padding: 12px 50px 10px 16px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #666;
}
.steps-list li > div p {
  white-space: nowrap;
  margin-bottom: 8px;
  font-weight: 500;
}
.steps-list li > div > div {
  display: flex;
  align-items: flex-start;
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
  line-height: 1.3;
}
.steps-list li > div > div b {
  display: block;
  font-weight: 500;
  margin-right: 6px;
  color: #444;
  width: 40px;
}
.steps-list li > div > div span {
  display: block;
  word-break: break-all;
  width: calc(100% - 46px);
}
.steps-list li > div > div:first-of-type {
  margin-top: 0;
}
.steps-list li.done {
  border-color: #dbdbe8;
}
.steps-list li.done > div p {
  color: #999999;
  font-weight: 400;
}
.steps-list li.done > div span {
  color: #999999;
}
.steps-list li.done::before {
  color: #dbdbe8;
}
.steps-list li.done::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f00c";
  position: absolute;
  font-size: 11px;
  color: #999999;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.steps-list li.on {
  border-color: #3566d6;
  border-width: 2px;
}
.steps-list li.on > div p {
  font-weight: 500;
  color: #3566d6;
}
.steps-list li.on > div span {
  color: #3566d6;
  font-weight: 500;
}
.steps-list li.on::before {
  color: #dbdbe8;
}
.steps-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f0dd";
  position: absolute;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  color: #666;
}
.steps-list li:first-of-type::before {
  display: none;
}

.pulse-box {
  width: 15px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.pulse-box .pulse-group {
  width: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pulse-box .pulse-group .pulse-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #3566d6;
}
.pulse-box .pulse-group .pulse-dot.dot-01 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.pulse-box .pulse-group .pulse-dot.dot-02 {
  animation: pulse 0.4s ease 0.3s infinite alternate;
}
.pulse-box .pulse-group .pulse-dot.dot-03 {
  animation: pulse 0.4s ease 0.6s infinite alternate;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.sign-wrap {
  width: 576px;
  margin: 0 auto;
  padding: 60px 70px;
}
.sign-wrap.signin {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 576px) {
  .sign-wrap {
    width: 100%;
    padding: 40px 15px 30px;
  }
  .sign-wrap.signin {
    justify-content: flex-start;
  }
}

.sign-head {
  margin-bottom: 30px;
}
.sign-head h1 {
  width: 200px;
  height: 22px;
  margin: 0 auto;
}
.sign-head h1.logo-kbds {
  background: url('../../resources/image/common/data-logo.png') center center/contain no-repeat;
}
.sign-head h1.logo-kbdi {
  background: url('../../resources/image/common/kbdi-logo.png') center center/contain no-repeat;
}
.sign-head h2 {
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  cursor: default;
  text-align: center;
}
.sign-head h2 span {
  display: inline-block;
  padding-right: 3px;
  color: #6457B9;
}

.sign-cont .sign-info {
  padding: 15px 0 30px 0;
  font-size: 22px;
  letter-spacing: -1px;
}
.sign-cont .input-group {
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.sign-cont .input-group label {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 6px;
  color: #888;
}
.sign-cont .input-group > input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #bbb;
  padding-left: 0;
}
.sign-cont .input-group > input:focus {
  border-bottom: 1px solid #3566d6;
}
.sign-cont .input-group > input.error {
  border-bottom: 1px solid #e40009;
  background: none;
}
.sign-cont .input-group input[type=text][readonly] {
  background-color: #fff;
  cursor: default;
  border-bottom: 1px dashed #ccc;
}
.sign-cont .input-group input[type=text][readonly]:focus {
  border-bottom: 1px dashed #ccc;
}
.sign-cont .input-group > .btn-area {
  position: absolute;
  right: 0px;
  top: 23px;
}
.sign-cont .input-group .btn-sign-up {
  color: #67788d;
  font-size: 13px;
  padding: 7px 11px;
  cursor: pointer;
  border-radius: 15px;
  background-color: #ECEBF2;
  margin-left: 4px;
}
.sign-cont .input-group .sign-txt {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sign-cont .input-group .sign-txt.pass {
  color: #37bc9b;
}
.sign-cont .input-group .sign-txt.error {
  color: #e40009;
}

.btn-sign {
  width: 100%;
  height: 48px;
  text-align: center;
  background-color: #3566d6;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-sign:hover {
  background-color: #6457B9;
}
.btn-sign.line {
  border: 1px solid #3566d6;
  background-color: #fff;
  color: #3566d6;
}
.btn-sign.line:hover {
  color: #7569CA;
}
.btn-sign.disable {
  background-color: #eff1f5;
  color: #888;
  cursor: default;
}

.btn-area.signin {
  margin: 10px 0;
}
.btn-area.signin .btn-signup,
.btn-area.signin .btn-f-id,
.btn-area.signin .btn-f-pw {
  font-size: 13px;
  color: #888;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btn-area.signin .btn-signup:hover,
.btn-area.signin .btn-f-id:hover,
.btn-area.signin .btn-f-pw:hover {
  color: #555;
}
.btn-area.signin .btn-f-id {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.btn-area.signin .btn-f-id::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 12px;
}

.signup-info {
  background-color: #fafbfc;
  padding: 25px;
  height: 300px;
  overflow: auto;
}
.signup-info section {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  color: #666;
}
.signup-info section h1 {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.signup-info section ul {
  counter-reset: num;
}
.signup-info section li {
  padding: 0 0 5px 18px;
  position: relative;
}
.signup-info section li:before {
  content: counter(num);
  counter-increment: num 1;
  width: 13px;
  height: 13px;
  background-color: #eee;
  border-radius: 11px;
  font-size: 5px;
  text-align: center;
  line-height: 13px;
  vertical-align: 1px;
  margin: 0 3px 0 0;
  position: absolute;
  left: 0;
  top: 3px;
}
.signup-info section li span {
  display: block;
  color: #757575;
  padding: 3px 0 0 12px;
  position: relative;
}
.signup-info section li span::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 2px;
  color: #757575;
}
.signup-info section b {
  display: inline-block;
  padding-bottom: 10px;
}

.sign-inner h1 {
  font-size: 16px;
}
.sign-inner h1 b {
  font-weight: 500;
}
.sign-inner h1 em {
  font-weight: 500;
  color: #3566d6;
  display: inline-block;
  padding-right: 3px;
}
.sign-inner p {
  line-height: 1.5;
  font-size: 14px;
}
.sign-inner p.blue {
  color: #00BE6E;
  font-weight: 500;
}
.sign-inner p.gray {
  color: #888;
  font-size: 16px;
}
.sign-inner .system-noti::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f129";
  position: absolute;
  background-color: #ffc533;
}

.system-noti {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
  border: 1px solid #f0f2f6;
  padding: 20px 20px 20px 70px;
}
.system-noti p {
  color: #222;
  font-weight: 500;
  padding-bottom: 5px;
}
.system-noti span {
  font-size: 13px;
  color: #666;
  padding-top: 3px;
}
.system-noti::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  content: "\f0ad";
  position: absolute;
  position: absolute;
  left: 24px;
  top: 16px;
  width: 28px;
  height: 28px;
  border-radius: 17px;
  background-color: #e40009;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}

.step-g {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  align-items: center;
  align-content: center;
  position: relative;
}
.step-g ul li {
  display: inline;
  padding: 4px 12px;
  background-color: #E2F6EA;
  border-radius: 24px;
  align-items: center;
  align-content: center;
  font-size: 0.75rem;
  color: #828282;
}
.step-g ul li:nth-child(2) {
  margin: 0 20px;
}
.step-g ul .step-on {
  background-color: #00913F;
  color: #fff;
}
.step-g > div {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  z-index: -3;
  background-color: #EFEEFB;
}

.id-info-box {
  padding: 20px;
  border: 1px solid #dcdcdc;
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-bottom: 30px;
}
.id-info-box p span {
  font-weight: 500;
  color: #7569CA;
}




/* 로그인 페이지 */
.login-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.login-box {
  max-width: 520px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #D8D9DF;
  overflow: hidden;
}
.login-top {
  background-color: #F8F9FB;
  padding: 32px 8px;
  border-bottom: 1px solid #D8D9DF;
}
.login-top img {
  max-width: 200px;
}
.login-top p {
  font-size: 17px;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 24px;
}
.login-content {
  padding: 40px;
}
.login-content .btn02 {
  width: 100%;
}
.login-form-box .btn02 {
  margin-top: 16px;
}
.login-form-box .login-input {
  height: 60px;
  border-radius: 12px;
  border: 1px solid #D8D9DF;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.login-form-box .login-input + .login-input {
  margin-top: 12px;
}
.login-form-box .login-input::placeholder {
  color: #767676;
}
.login-form-box .login-link {
  margin-top: 16px;
}
.login-form-box .login-link a {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  position: relative;
}
.login-form-box .login-link a + a {
  margin-left: 20px;
  padding-left: 20px;
}
.login-form-box .login-link a + a::before {
  content: '';
  position: absolute;
  color: #D8D9DF;
  top: 50%;
  width: 1px;
  height: 16px;
  left: 0;
  transform: translateY(-50%);
}
.login-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}
.login-line::before {
  content: '';
  position: absolute;
  background-color: #D8D9DF;
  width: 100%;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login-line span {
  color: #767676;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  padding: 0 12px;
  position: relative;
}
.login-desc .txt {
  background-color: #E2F1FF;
  padding: 20px;
  border-radius: 12px;
  margin-top: 16px;
  position: relative;
}
.login-desc .txt::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 12px solid #e2f1ff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid transparent;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.login-desc .txt strong {
  color: #111;
  font-size: 16px;
}
.login-desc .txt p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}





.join-wrap {
  width: 100%;
}
.join-box {
  width: 100%;
}
.join-box + .join-box {
  margin-top: 50px;
}
.join-box .tit {
  position: relative;
}
.join-box .tit::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px dashed #155cd6;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0.4;
}
.join-box .tit p {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  padding-right: 60px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.join-box .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.join-box .cont .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.join-box .cont .img {
  border-radius: 20px;
  border: solid 1px #D8D9DF;
  background-color: #f8f9fb;
  width: 360px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.join-wrap .btn-wrap {
  margin-top: 120px;
}
/* 로그인 페이지 */




/* 홈- 마이페이지 공지사항 영역 버튼 */
.n-tit-main {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;  
  justify-content: space-between;
}

.n-tit-main > h3 {
  font-size: 23px;
    font-weight: 700;
    color: #111111;
}

.n-tit-main > a {
  width: 48px;
    display: flex;
}

/* 10. 27일 */
.n-main-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.n-main-count .count-icon {
  display: flex;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.n-main-count .count-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-count {
  background-image: url(../../resources/image/bg/bg-main-count.png);
  background-size: cover;
  background-position: center center;
}




.desc-txt {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}

.font-bold {
  font-weight: 700;
}



/* ===== 2025 리뉴얼 관련 공통 스타일 ===== */

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  z-index: 999;
}
.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}
.header-top {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-tab {
  background-color: #F5FAFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  position: relative;
  z-index: 1;
}
.header-menu-tab::after {
  content: '';
  background-color: #00A34B;
  width: 202.88px;
  height: calc(100% - 6px);
  position: absolute;
  border-radius: 100px;
  z-index: -1;
  left: 3px;
  transition: 0.3s;
}
.header-menu-tab.active::after {
  width: 159.61px;
  left: 56%;
}
.header-menu-tab .tablink {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.header-menu-tab .tablink.active {
  color: #fff;
}
.header-etc {
  display: flex;
  align-items: center;
}
.header-etc .user a {
  color: #333;
  font-size: 14px;
  position: relative;
  transition: 0.3s;
}
.header-etc .user a:hover {
  color: #111;
}
.header-etc .user a .num {
  background-color: #B60000;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.35px;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -15px;
}
.header-etc .user a + a {
  margin-left: 12px;
  padding-left: 12px;
}
.header-etc .user a + a::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #D8D9DF;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header-lang {
  margin-left: 28px;
}
.header-lang a {
  width: 24px;
  height: 24px;
  display: block;
  background: url('../image/icon/ico-lang.png') no-repeat center / cover;
}


.header-nav {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav .logo a {
  display: block;
}



#nav .dep01 {
  display: flex;
}
#nav .dep01-list {
  position: relative;
  padding: 0 12px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  cursor: pointer;
}
#nav .dep01-list:hover .dep01-tit {
  color: #00A34B;
}
#nav .dep01-tit {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
#nav .dep02 {
  position: absolute;
  min-width: 180px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-color: #F3FBF7;
  border-top: 4px solid #00BE6E;
  border-radius: 4px 4px 20px 20px;
  padding: 20px 20px 24px;
  display: none;
}
#nav .dep02-list + .dep02-list {
  margin-top: 16px;
}
#nav .dep02-tit {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  display: block;
}



.m-nav-box {
  display: none;
}



.m-change-btn {
  width: 32px;
  height: 32px;
  background: url('../image/icon/ico-change-btn.svg') no-repeat center / cover;
  padding: 0;
  min-width: auto;
  margin-right: 8px;
}
.m-change-btn:hover {
  background-color: transparent;
}



.hamburger-menu {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.hamburger-menu .line {
  width: 32px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 9px auto;
  transition: 0.3s;
}
.hamburger-menu.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.hamburger-menu.active .line {
  background-color: #fff;
}
.hamburger-menu.active .line:nth-child(2){
  width: 0px;
}
.hamburger-menu.active .line:nth-child(1),
.hamburger-menu.active .line:nth-child(3){
  transition-delay: 0.3s;
}
.hamburger-menu.active .line:nth-child(1){
  transform: translateY(11px);
}
.hamburger-menu.active .line:nth-child(3){
  transform: translateY(-11px) rotate(90deg);
}



.m-nav-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: -100%;
  transition: 0.5s;
}
.m-nav-list .m-gnb-wrap {
  position: relative;
  top: unset;
  right: unset;
}

/* header */






/* footer */
footer {
  background-color:#fff;
  width: 100%;
  padding: 0;
}

footer > div.footer_wrap {
  min-width: 1180px;
  border-width: 0 2px;
  margin: 0 auto;
  width: calc(100% - 99px);
  padding: 35px 0;
}
footer> div > div:nth-child(1) ul {
  gap: 32px;
  margin-right: 20px;
}
footer div:nth-child(1) ul li a {
  color: #BBBDC0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.4px;
}
footer .addrs > div {
  display: flex;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

footer .addrs > div p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: -0.4px;
}
footer .addrs > div > p.email {
  color: #000;
  gap: 4px;
  display: flex;
  align-items: center;
}

footer .addrs > p {
  color: #555555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; 
}

.footer-logo-list {
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.footer-logo-list ul {
  min-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 91px);
  display: flex;
  flex-wrap: wrap;
}
.footer-logo-list li {
  flex: 1;
  padding: 0 8px;
}
.footer-logo-list li .box {
  border: solid 1px #DFE1E3;
}
.footer-logo-list li .box a {
  padding: 16px 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer-logo-list li .box img {
  max-height: 30px;
}

.footer-logo-list li:nth-child(1) .box img, 
.footer-logo-list li:nth-child(3) .box img {
  max-height: 40px;
}
/* footer */



/* component */
.badge {
  border-radius: 100px;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  background-color: #fff;
}
.badge + .badge {
  margin-left: 4px;
}
.badge-red {
  color: #D50136;
  background-color: #FEECF0;
}
.badge-fill-red {
  background-color: #D50136;
  color: #fff;
}
.badge-fill-blue {
  background-color: #155CD6;
  color: #fff !important;
}
.badge-fill-lblue {
  background-color: #E2F1FF;
  color: #111;
}
.badge-green {
  color: #111;
  background-color: #BAE8CB;
}
.badge-fill-green {
  background-color: #00913F;
  color: #fff;
}
.badge-fill-lgreen {
  background-color: #BAE8CB;
  color: #111;
}
.badge-border-green {
  border-color: #BAE8CB;
}
.badge-gray {
  color: #111;
  background-color: #D8D9DF;
}
.badge-tag::before {
  content: '#';
}

.badge02 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 20px 20px 20px 4px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.badge02.badge-fill-blue {
  background-color: #155CD6;
}
.badge02.badge-fill-green {
  background-color: #00BE6E;
}
.badge02.badge-fill-black {
  background-color: #333;
}
/* component */



.toggle-btn {
  position: relative;
  width: 40px;
  height: 24px;
  background-color: #CED4DA;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0;
  margin: 0;
  min-width: auto;
}
.toggle-btn:hover {
  background-color: #CED4DA;
}
.toggle-btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  transition: transform 0.3s ease;
}
.toggle-btn.active {
  background-color: #111;
}
.toggle-btn.active::before {
  transform: translateX(16px);
}




.mp-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -8px;
}
.mp-list {
    width: 50%;
    padding: 0 8px 8px;
}



.no-keyword-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.no-keyword-txt p {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 20px;
}


.best-data-list {
  padding: 40px 80px;
  border-bottom: 1px solid #D4D4D4;
}
.best-data-list .data-box {
  border: 1px solid #D4D4D4;
  background-color: #F8F9FB;
  border-radius: 20px;
  padding: 24px;
}
.best-data-list .data-list {
  display: block;
}
.best-data-list .category {
  margin-bottom: 8px;
}
.best-data-list .tit {
  margin-bottom: 8px;
}
.best-data-list .tit h5 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.best-data-list .line-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #111;
  line-height: 1.5;
}
.best-data-list .line-list li + li {
  margin-top: 8px;
}
.best-data-list .line-list .tit {
  margin-bottom: 0;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
  min-width: 45px;
}
.best-data-list .line-list .tit::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #d4d4d4;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.best-data-list .line-list .cont span + span {
  margin-left: 8px;
}
.best-data-list .line-list .cont.tag span::before {
  content: '#';
}



.col-3-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -10px;
}
.col-3-list > li {
  width: 33.3%;
  padding: 0 10px;
}
.col-3-list > li.col-2 {
  width: 66.6%;
}



.data-label {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    border-radius: 100px;
    padding: 0 12px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
}
.data-label.best-num {
    box-shadow: 0 4px 6px -1px rgba(46, 46, 46, 0.10), 0 2px 4px -1px rgba(46, 46, 46, 0.06);
    background: linear-gradient(0deg, #155CD6 -9.38%, #04BF8A 105.9%);
    color: #fff;
}
.data-label.label-st01 {
    background-color: #091152;
    color: #fff;
}
.data-label.label-st02 {
    background-color: #fff;
    border: 1px solid #B3AFDF;
}



.filters-wrap {
  margin-bottom: 20px;
}
.filters-btn-box {
  margin-left: 12px;
  position: relative;
  top: 1px;
}
.filters-btn {
  min-width: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  margin: 0;
  border-radius: 8px;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  transition: none;
}
.filters-btn:hover {
  color: #111;
  background-color: transparent;
}
.filters-btn img {
  margin-right: 8px;
}
.filters-content-wrap {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #F8F9FB;
  border-radius: 12px;
  display: none;
}
.filters-content-wrap .tab-list-box {
  background-color: #fff;
}
.filters-content-wrap .filter-tab-btn01 i {
  background-image: url('../image/icon/ico-filter01.png');
}
.filters-content-wrap .filter-tab-btn01.active i {
  background-image: url('../image/icon/ico-filter01-hover.png');
}
.filters-content-wrap .filter-tab-btn02 i {
  background-image: url('../image/icon/ico-filter02.png');
}
.filters-content-wrap .filter-tab-btn02.active i {
  background-image: url('../image/icon/ico-filter02-hover.png');
}
.filters-content-wrap .filter-tab-btn03 i {
  background-image: url('../image/icon/ico-filter03.png');
}
.filters-content-wrap .filter-tab-btn03.active i {
  background-image: url('../image/icon/ico-filter03-hover.png');
}
.filters-content-wrap .filter-tab-btn04 i {
  background-image: url('../image/icon/ico-filter04.png');
}
.filters-content-wrap .filter-tab-btn04.active i {
  background-image: url('../image/icon/ico-filter04-hover.png');
}




.search-input-box {
  position: relative;
}
.search-input-box .btn02 {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.search-input-box .search-input {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  height: 44px;
  padding: 8px 64px 8px 0;
  text-indent: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}
.search-input-box .search-input::placeholder {
  font-size: 14px;
  color: #767676;
}



.filters-content-box .bg-box {
  margin-top: 8px;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.filters-content-box .delete-cont {
  margin-top: 0;
}
.filters-content-box .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.filters-content-box .btn-box .btn02 + .btn02 {
  margin-left: 12px;
}

.filters-content {
  margin-top: 8px;
}



.filters-wrap.active .filters-btn {
  background-color: #F8F9FB;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}
.filters-wrap.active .filters-content-wrap {
  display: block;
}



.check-box-list .col-3-list {
  margin: 0 -10px;
}
.check-box-list .col-3-list > li {
  padding: 0 10px;
}
.check-box-list .bg-check-list {
  height: 230px;
  overflow-y: auto;
}


.check-box.bg-check-box {
  position: relative;
}


.bg-check-list {
  border-radius: 4px;
  border: 1px solid #D8D9DF;
  padding: 12px;
}
/* ===== 2025 리뉴얼 관련 공통 스타일 ===== */




body.en .header-menu-tab::after {
  width: 239.83px;
}
body.en .header-menu-tab.active::after {
  width: 165.17px;
  left: 59.2%;
}
body.en #nav .dep01-list {
  margin: 0 12px;
}

body.en .main-visual-list .tit p {
  font-size: 23px;
  letter-spacing: -1px;
}

body.en .search-wrap .search-add-btn a {
  width: 180px;
}
body.en .search-wrap .search-add-btn a.ex-btn {
  width: 240px;
}

body.en .list_select_group {
  width: 38%;
}
body.en .list_select_group label {
  min-width: 50px;
}


body.en .search-section .detail-box .detail-btn {
  min-width: 180px;
}


body.en .board-list-wrap .board-list-box .line-list .tit {
  min-width: 70px;
}



/* 2509 작업이후 반응형 */
@media (max-width: 1600px) {
  .pc-br {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header-top {
    display: none;
  }
  .header-lang {
    margin: 0 10px 0 0;
  }

  #nav {
    display: none;
  }

  .m-nav-box {
    display: flex;
    align-items: center;
  }

  
  .m-nav-list.active {
    right: 0%;
  }

  .sub-sec-tit h3::after {
    display: none;
  }
}


@media (max-width: 1200px) {
  .login-form-box .login-input {
    height: 50px;
  }


  .btn02.btn-lg {
    height: 50px;
    font-size: 16px;
  }


  footer {
    padding: 0;
  }

  footer > div.footer_wrap {
    min-width: auto;
    width: calc(100% - 40px);
  }


  footer> div > div:nth-child(1) ul {
    gap: 12px;
  }

  footer div:nth-child(1) ul li a {
    font-size: 13px;
  }

  footer .addrs > div {
    display: block;
    margin-bottom: 24px;
  }
  footer .addrs > div > p.email {
    margin-top: 12px;
  }

  footer .addrs > div p {
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.35px;
    font-size: 14px;
  }

  footer .addrs > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }


  footer > div.footer_wrap,
  .footer-logo-list ul {
    min-width: auto;
    width: calc(100% - 40px);
  }

  .footer-logo-list li {
    width: 33.3%;
    flex: unset;
    margin-bottom: 4px;
  }
  .footer-logo-list li .box img {
    max-height: 20px;
  }
  footer> div > div:nth-child(1) ul {
    gap: 12px;
  }

  footer div:nth-child(1) ul li a {
    font-size: 13px;
  }

  footer .addrs > div {
    display: block;
    margin-bottom: 24px;
  }
  footer .addrs > div > p.email {
    margin-top: 12px;
  }

  footer .addrs > div p {
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.35px;
    font-size: 14px;
  }

  footer .addrs > p {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }

}



@media (max-width: 1024px) {
  .best-data-list {
    padding: 40px 0;
  }


  .sub-sec-tit {
    margin-bottom: 20px;
  }
  .sub-sec-tit h3 {
    font-size: 26px;
  }


  .filters-btn {
    height: 40px;
  }
  .filters-content .bg-box {
    padding: 16px;
  }
}



@media (max-width: 768px) {
  .join-box .tit p {
    font-size: 20px;
    padding-right: 16px;
  }
  .join-box .cont .txt p {
    font-size: 15px;
  }
  .join-box .cont {
    flex-direction: column;
  }
  .join-box .cont .img {
    margin-top: 12px;
    padding: 0;
  }


  .footer-logo-list li {
    width: 50%;
  }
  .footer-logo-list li .box {
    height: 60px;
  }
  .footer-logo-list li:nth-child(1) .box img, 
  .footer-logo-list li:nth-child(3) .box img {
    max-height: 30px;
  }


  .col-3-list {
    flex-direction: column;
  }
  .col-3-list > li,
  .col-3-list > li.col-2 {
    width: 100%;
  }
  .col-3-list > li + li {
    margin-top: 8px;
  }



  .best-data-list .data-box {
    padding: 16px;
  }
  .best-data-list .tit h5 {
    font-size: 16px;
  }
  .best-data-list .icon-list {
    margin-top: 12px;
  }
}



@media (max-width: 500px) {
  .header-nav {
    height: 60px;
  }
  .header-nav .logo a img {
    max-width: 200px;
  }


  .login-content {
    padding: 16px;
  }

  .login-top p {
    font-size: 15px;
  }

  .login-form-box .login-input {
    height: 45px;
    font-size: 14px;
  }
  .login-form-box .login-input::placeholder {
    font-size: 14px;
  }

  .btn02 {
    padding: 0 12px;
  }
  .btn02.btn-lg {
    height: 45px;
    font-size: 15px;
  }
  
  .join-box + .join-box {
    margin-top: 50px;
  }
  .join-wrap .btn-wrap {
    margin-top: 30px;
  }



  .badge02 {
    font-size: 14px;
  }


  .btn02.btn-md02 {
    padding: 0 20px;
    font-size: 14px;
    min-height: 40px;
  }
  .btn02.btn-sm {
    padding: 0 16px;
    height: 32px;
    min-height: 32px;
}


  .sub-section + .sub-section {
    margin-top: 50px;
  }
  .sub-sec-tit h3 {
    font-size: 20px;
  }
  .sub-sec-txt p {
    font-size: 16px;
  }
  .sub-sec-tit h3 .num {
    font-size: 14px;
    width: 28px;
    height: 28px;
  }



  .check-box-list .bg-check-list {
    height: 150px;
  }
}