@charset "UTF-8";
/* NO CSS*/
/*font */
/* color */
.top {
  background: #fff;
  position: fixed;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 5.6rem;
  height: 5.6rem;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.top i {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: -0.5rem;
}
.top span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 1280px) {
  .top {
    top: auto;
    transform: none;
    bottom: 0;
    right: 0;
  }
}
body.fix .tab1 {
  position: fixed;
  bottom: auto;
  top: 8rem;
  z-index: 2;
}

/* subvisual*/
.sub-visual {
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 15rem;
  height: 25rem;
}
.sub-visual .layout {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5.5rem;
}
.sub-visual{
  background: url(../images/contents/sub-visual.jpg) no-repeat center center/cover;
}

.sub-visual-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sub-visual-title h2 {
  width: 100%;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .sub-visual {
    border-bottom-right-radius: 0;
  }
  .sub-visual-title {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .sub-visual-title h2 {
    font-size: 4.5rem;
  }
}
.tab1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.25s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tab1::before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  background: #FF9900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.tab1 > ul {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: auto;
}
.tab1 > ul > li {
  position: relative;
}
.tab1 > ul > li:first-of-type {
  margin-left: auto;
}
.tab1 > ul > li:last-of-type {
  margin-right: auto;
}
.tab1 > ul > li::after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}
.tab1 > ul > li:last-of-type::after {
  display: none;
}
.tab1 > ul > li > a {
  display: flex;
  height: 6.4rem;
  align-items: center;
  white-space: nowrap;
  padding: 0 4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.tab1 > ul > li.active > a {
  background: #fff;
  color: #323841;
  font-weight: 700;
}
.tab1 > ul > li.active::after {
  display: none;
}
.tab1 > ul > li.activePrev::after {
  display: none;
}
.tab2 {
  margin: 3.6rem 0;
}
.tab2 ul {
  padding-bottom: 1.1rem;
  display: flex;
  overflow: auto;
}
.tab2 ul li {
  flex: 1;
  border: 1px solid #b2b4bc;
}
.tab2 ul li + li {
  margin-left: -1px;
}
.tab2 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.2rem;
  position: relative;
  letter-spacing: -0.03em;
  color:#a3a6b2;
}
.tab2 ul li.active {
  border-color: #484e66;
}
.tab2 ul li.active a {
  background: #484e66;
  color: #fff;
  position: relative;
}
.tab2 ul li.active a::after {
  display: block;
  content: '';
  width: 3.521rem;
  height: 1.8rem;
  background: url(../images/contents/tab2-arrow.svg) no-repeat center center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.1rem;
}
.tabarea {
  background-color: #f4f5f9;
}
.tabarea > div {
  padding:5rem 10rem;
}
.tabarea > div .board__info-search {
  margin: 0
}
.tabarea > div .board__info-search .select {
  min-width: 20rem;
}
.tabarea > div .board__info-search input {
  width:99rem;
}
.tabarea > .btn-wrapper {
  margin:0;
}

/* common */

.contents h4 {
  color: #3b3280;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 5.6rem 0 1.3rem;
}
.contents h4.mt0 {
  margin-top: 0;
}
.contents h5 {
  color: #2b2b2b;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 5.6rem 0 1.6rem;
  display: block;
}
.contents h5:first-of-type {
  margin-top: 0;
}
.contents h5.exist {
  margin-top: 5.6rem;
}

.title-wrap {
  padding-bottom:2rem;
}
.title-wrap h4 {
  position: relative;
  font-size: 2.6rem;
}
.title-wrap h4:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 50px;
  height: 3px;
  background: #4d3fcd;
}
.title-wrap p {
  margin-top:4rem
}

.box-blue {
  overflow: hidden;
  padding: 3rem 5rem;
  border-radius: 1rem;
  background-color: #ebebf3;
}
.box-blue ul {
  flex-wrap: wrap;
  padding:1rem 0;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  min-height: 4rem;
  color: #555;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-blue li {
  margin:0 2.5rem;
}
.box-blue li strong {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #222;
}
.box-blue + .title2 {
  margin-top: 4rem;
}

/* 검색 */
.contents .search-area {
  padding: 8rem 0;
  position: relative;
  margin-bottom: 6rem;
}
.contents .search-area::before {
  display: block;
  content: '';
  width: 100vw;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.contents .search-input {
  width: 100%;
  max-width: 96rem;
  height: 9rem;
  border-bottom: 3px solid #000;
  position: relative;
  margin: auto;
}
.contents .search-input input {
  width: 100%;
  display: block;
  height: 100%;
  padding-right: 6rem;
  border: none;
  font-size: 2.5rem;
  outline: none;
  background: transparent;
}
.contents .search-input button {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
}
.contents .search-input button i {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.contents .search-box .link {
  justify-content: flex-start;
}
.contents .search-box .result {
  top: -38px;
}
.contents .search-box .search_lists li {
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
.contents .search-box .search_lists li .search-contents {
  width: 100%;
  padding-left: 0;
  font-size: 1.6rem;
  margin: 1rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  max-height: 7rem;
  font-weight: 300;
}
.contents .search-box .search_lists li .rescue a {
  font-size: 1.7rem;
}
.contents .search-box .search_lists li .link a {
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .contents h3 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .contents {
    padding: 2rem 0 14rem;
  }
  .contents .search-area {
    padding: 4rem 0;
  }
  .contents .sub-title {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
  }
  .contents .sub-title-util {
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .contents .sub-title h3 {
    text-align: left;
  }
}


/*콘텐츠 그룹*/
.con-group {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; padding-top:3rem; position:relative; border-top:1px solid #ddd; margin-top:5rem}
.con-group:before {content:''; background-color:#4d3fcd; width: 3rem; height: 0.4rem; position:absolute; left:0; top: -2px; border-radius: 50rem;}

.con-group .con-tt {width:21rem}
.con-group .con-tt .dep01 {border-top:0; margin-top:0; padding-top:0}
.con-group .con-tt .dep01:before {content:none}
.con-group .con-desc {color:#333; font-weight:500; line-height:1.6; width:calc(100% - 29rem); word-break:keep-all}
.con-group + .con-group {margin-top:7.5rem}
.con-group.type2 .con-tt {width:100%}
.con-group.type2 .con-desc {width:100%; margin-top:3rem}


@media screen and (max-width:1024px) {
  .con-group .con-desc {width:100%; margin-top:3rem}
  .con-group .con-tt {width:100%; text-align:center}
}




* + .bul1 {
  margin-top: 1.5rem;
}
.bul1 li {
  position: relative;
  padding-left: 1.5rem;
}
.bul1 li::before {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.bul1 li + li {
  margin-top: 0.8rem;
}

.bul2 {
  counter-reset: list-number;
}
* + .bul2 {
  margin-top: 1.5rem;
}
.bul2 li {
  position: relative;
  padding-left: 4.2rem;
  counter-increment: list-number;
}
.bul2 li::before {
  display: flex;
  content: counter(list-number);
  width: 2.8rem;
  height: 2.8rem;
  background: #1a1a1a;
  position: absolute;
  top: -0.3rem;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.bul2 li + li {
  margin-top: 0.8rem;
}
.bul2 li strong {
  font-weight: 400;
}

/* table */
.table-wrapper {
  position: relative;
}
* + .table-wrapper {
  margin-top: 2rem;
}
.table-wrapper .import {
  display: inline-block;
  padding-left: 1.3rem;
  position: relative;
}
.table-wrapper .import::before {
  display: block;
  content: '*';
  color: #f66d53;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.table-wrapper--form .table-container table th {
  text-align: left;
  padding: 2rem 3rem;
  vertical-align: top;
}
.table-wrapper--form .table-container table td {
  padding: 1.1rem 2.4rem;
}
.table-wrapper--type2 {
  margin-bottom: 5.6rem;
}
.table-wrapper--type2 .table-container {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.table-wrapper--type2 .table-container table {
  margin-left: 0;
}
.table-wrapper--type2 .table-container table tr th,
.table-wrapper--type2 .table-container table tr td {
  font-size: 1.8rem;
}
.table-wrapper--nocap {
  margin-top: 0 !important;
}
.table-wrapper .ex {
  display: flex;
  color: #999;
  font-size: 1.6rem;
  flex-wrap: wrap;
}
* + .table-wrapper .ex,
.table-wrapper .ex + * {
  margin-top: 1rem;
}
.table-wrapper .ex * {
  margin-top: 0;
  margin-right: 1.5rem;
}
.table-wrapper--type2 {
  margin-bottom: 4rem;
}
.table-caption {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
* + .table-caption {
  margin-top: 1rem;
  margin-bottom: 0;
}
.table-caption i {
  color: #0a2875;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.table-caption i + span {
  margin-left: 0.6rem;
}
.table-caption span {
  font-weight: 400;
}
.table-caption span b {
  font-weight: 400;
  color: #ff0000;
}
.table-container {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #595959;
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
}

.table-container::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(32, 58, 145, 0.75);
  top: 0;
  left: 0;
  z-index: 1;
}
.table-container::after {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.table-container.prevent::before,
.table-container.prevent::after {
  opacity: 1;
  visibility: visible;
}
.table-container table {
  table-layout: fixed;
  width: calc(100% + 2px);
  margin-left: -1px;
  width: 100%;
}
.table-container table thead tr th {
  border-bottom: 1px solid #aaa;
}
.table-container table tr {
  position: relative;
}
.table-container table tr[onclick] {
  cursor: pointer;
  transition: background 0.35s;
}
.table-container table tr[onclick]:hover {
  background: #eaf2ff;
}
.table-container table tr th {
  color: #222;
  background: #f7f7f7;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.table-container table tr th,
.table-container table tr td {
  padding: 1.95rem;
  text-align: center;
  position: relative;
  word-break: keep-all;
  border-bottom: 1px solid #e5e5e5;
}
.table-container table tr th[rowspan],
.table-container table tr td[rowspan] {
  border-right: 1px solid #e5e5e5;
}
.table-container table tr th:last-child,
.table-container table tr td:last-child {
  border-right:0;
}
.table-container table tr th.vm,
.table-container table tr td.vm {
  vertical-align: middle !important;
}
.table-container table tr th .light,
.table-container table tr td .light {
  display: block;
  font-size: 1.6rem;
  color: #999999;
  font-weight: 400;
}
.table-container table tr th.nopd,
.table-container table tr td.nopd {
  padding: 0;
}
.table-container table tr th.left,
.table-container table tr td.left {
  text-align: left;
}
.table-container table tr th.center,
.table-container table tr td.center {
  text-align: center;
}
.table-container table tr td.keepAll {
  word-break: keep-all;
}
.table-container table tr td > * {
  margin-right: 0.4rem;
}
.table-container table tr td > *:last-child {
  margin-right: 0;
}
.table-container table tr:first-of-type td {
  border-top: none;
}
.table-container table tr:first-of-type th {
  border-top: none;
}
.table-container table .select {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 3.8rem;
}
.table-container table .select select {
  height: 100%;
  padding: 0 1.5rem;
  padding-right: 7rem;
}
.table-container table .input {
  display: inline-flex;
  width: 24rem;
  height: 3.8rem;
  max-width: 100%;
  border: 1px solid #ddd;
  position: relative;
}
.table-container table .input-align {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.table-container table .input-align + .input-align {
  margin-top: 0.5rem;
}
.table-container table .input-align--start {
  align-items: flex-start;
}
.table-container table .input-align--type2 .checkbox {
  width: 100%;
}
.table-container table .input-align--type2 .checkbox label {
  width: 11rem;
  flex-shrink: 0;
}
.table-container table .input-align > * {
  margin-right: 1.2rem;
}
.table-container table .input-align > *:last-child {
  margin-right: 0;
}
.table-container table .input-align .checkbox {
  margin-top: 0 !important;
}
.table-container table .input2 {
  width: 64.9rem;
}
.table-container table .input3 {
  width: 100%;
}
.table-container table .input-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.8rem !important;
  margin-right: -0.8rem !important;
}
.table-container table .input-wrap > * {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}
.table-container table .input-wrap .btn {
  margin-left: 0;
}
.table-container table .input-pw input {
  padding-right: 3rem;
}
.table-container table .input-pw a {
  position: absolute;
  top: 0;
  right: 1.2rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.table-container table .input-pw a i {
  line-height: 1;
  color: #b0b3be;
  font-size: 1.8rem;
}
.table-container table .input.datepicker {
  max-width: 20rem;
  flex-direction: column;
}
.table-container table .input.datepicker::after {
  display: block;
  font-family: 'remixicon';
  content: '\eb28';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.table-container table .input.datepicker input {
  padding-right: 4.2rem;
  text-indent: 0;
}
.table-container table .input.datepicker input + div {
  width: 100%;
}
.table-container table .input input {
  width: 100%;
  height: 100%;
}
.table-container table .datepicker-wrap {
  display: flex;
  align-items: center;
}
.table-container table .datepicker-wrap > span {
  flex-grow: 1;
}
.table-container table .datepicker-wrap .mg {
  margin: 0 0.8rem;
}
.table-container table .textarea {
  height: 16.4rem;
  border: 1px solid #ddd;
  display: block;
}
.table-container table .textarea2 {
  height: 30rem;
}
.table-container table .textarea textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
.table-container table input,
.table-container table textarea {
  padding: 1rem 1.2rem;
  border: none;
}
.table-container table input,
.table-container table textarea,
.table-container table select {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  margin: 0;
}
.table-container table .address {
  display: flex;
}
.table-container table .address-input {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-right: 0.7rem;
}
.table-container table .address-input span {
  margin-right: 0;
}
.table-container table .address-input1 {
  width: calc(30% - 0.35rem);
}
.table-container table .address-input2 {
  width: calc(70% - 0.35rem);
}
.table-container table .address-input3 {
  width: 100%;
  max-width: 100%;
  margin-top: 0.7rem;
}
.table-container table .file {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.table-container table .btn {
  flex-shrink: 0;
}
.table-container table .address {
  display: flex;
}
.table-container table .address-input {
  display: flex;
  margin-top: 0.5rem;

}
.table-container table .address-input span:first-of-type {
  width: 40%;
}
.table-container table .address-input span:last-of-type {
  width: calc(60% - 0.5rem);
  margin-left: 0.5rem
}
.table-container table .file {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.table-container table .btn {
  flex-shrink: 0;
}
.table-container table .file-download img {
  width: 1.8rem;
}
.table-container table .filewrap {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.4rem;
}
.table-container table .fileitem {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.table-container table .fileitem:first-of-type .function-btn-add {
  display: flex;
}
.table-container table .filebox .input.hasFile input {
  padding-right: 3.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.table-container table .filebox .input.hasFile .file-reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
.table-container table .filebox .input.hasFile .file-reset::after {
  display: block;
  font-family: 'remixicon';
  content: '\eb96';
  color: #203a91;
  font-size: 2.2rem;
}
.table-container table .function-btn {
  display: flex;
}
.table-container table .function-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  margin-left: 0.4rem;
}
.table-container table .function-btn a i {
  font-size: 1.6rem;
  color: #666;
}
.table-container table .function-btn-add {
  display: none;
}
.table-container table .ellipsis {
  display: block;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-container table .iconTH {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-container table .iconTH i {
  margin-left: 0.25rem;
  line-height: 1;
}
.table-container table .label-input {
  display: flex;
  align-items: center;
  padding-left: 0;
  min-height: auto;
}
.table-container table .label-box {
  width: auto !important;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem !important;
  position: relative;
  flex-shrink: 0;
  margin-right: 1rem;
  min-width: auto;
  font-size: 1.6rem;
}
.table-container table .label-box + label {
  padding: 0;
  margin-top: 0;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.table-container table .label-box + label input {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.table__view-keyword > div {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: -0.8rem;
}
.table__view-keyword span {
  padding: 1rem 1.7rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background: #6e7385;
  border-radius: 0.3rem;
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
.table-container table .input .autoCompleteResults {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: -1px;
  width: calc(100% + 2px);
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.table-container table .input .autoCompleteResults a {
  padding: 1rem 1.4rem;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  border:1px solid #ddd;
  border-bottom: none;
  background:#fff;
}
.table-container table .input .autoCompleteResults a + a {
  border-top: none;
}
.table-container table .input .autoCompleteResults a:last-of-type {
  border-bottom: 1px solid #ddd;
}
.table-container table .input .autoCompleteResults a:hover {
  background: #f2f2f2;
}
.table-container table .input .autoCompletePart {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: -1px;
  width: calc(100% + 2px);
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.table-container table .input .autoCompletePart a {
  padding: 1rem 1.4rem;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  border:1px solid #ddd;
  border-bottom: none;
  background:#fff;
}
.table-container table .input .autoCompletePart a + a {
  border-top: none;
}
.table-container table .input .autoCompletePart a:last-of-type {
  border-bottom: 1px solid #ddd;
}
.table-container table .input .autoCompletePart a:hover {
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .table-container.table-responsive-type01 {
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
  }
  .table-container.table-responsive-type01::before {
    content: "모바일에서 테이블콘텐츠는 가로스크롤을 이용하여 이용해주세요";
    padding: 0;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.2;
  }
  .table-container.table-responsive-type01 table {
    width:1000px;
  }

  .table-container.table-responsive-type02 table {
    margin-left:0;
  }
  .table-container.table-responsive-type02 colgroup {
    display:none;
  }
  .table-container.table-responsive-type02 table tr th,
  .table-container.table-responsive-type02 table tr td  {
    width: 100%;
    display: block;
    border-top: none;
    border-right:0;
  }
}
@media (max-width: 640px) {
  .table-wrapper--form .table-container table colgroup {
    display: none;
  }
  .table-wrapper--form .table-container table th,
  .table-wrapper--form .table-container table td {
    display: block;
    padding: 1.5rem;
  }
  .table-wrapper--form .table-container table th {
    background: transparent;
    padding-bottom: 0 !important;
    border-bottom: none;
    text-align: left !important;
  }
  .table-container table .input-align {
    flex-wrap: wrap;
  }
  .table-container table .input-align .input {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .table-container table .address {
    padding-top: 4.5rem;
    position: relative;
  }
  .table-container table .address-input {
    margin-right: 0;
    max-width: 100%;
  }
  .table-container table .address-input > * {
    width: 100% !important;
  }
  .table-container table .address-input > * + * {
    margin-top: 0.7rem;
  }
  .table-container table .address .btn {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .table-container table .file {
    padding-top: 5.3rem;
    position: relative;
  }
  .table-container table .file .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .table-container table .input1,
  .table-container table .input2 {
    width: 100%;
  }
}
@media (max-width: 487px) {
  .table-wrapper--auto .table-container {
    overflow: auto;
  }
  .table-wrapper--auto .table-container table {
    width: 487px;
  }
  .table-container table .input-align--start {
    flex-direction: column-reverse;
  }
}
@media (max-width: 420px) {
  .table-wrapper--form colgroup col:nth-of-type(1) {
    width: 85px !important;
  }
  .table-container table .input {
    max-width: 100%;
    width: 100%;
  }
  .table-container table .input-wrap > *:last-child {
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .table-container table .input-wrap > *:last-child.btn {
    margin: 0 0 0.8rem;
  }
  .table-container table .input-wrap .btn {
    width: calc(100% - 0.8rem);
  }
  .table-container table .select {
    width: 100%;
  }
  .table-container table .btn {
    width: 100%;
    margin: 0 0 0.8rem;
  }
  .table-container table .btn + .btn {
    margin-top: 0;
  }
  .table-container table .btn + .btn:last-child {
    margin-top: 0.8rem;
  }
  .table-container table * + .btn {
    margin: 0.8rem 0 0;
  }
}
.iconbox {
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 3.2rem;
  margin-bottom: 4rem;
}
.iconbox-info {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 111.4rem;
}
.iconbox-info-icon {
  width: 9.6rem;
  flex-shrink: 0;
}
.iconbox-info-icon + .iconbox-info-text {
  padding-left: 3.2rem;
}
.iconbox-info-text {
  flex-grow: 1;
  letter-spacing: -0.03em;
  line-height: 1.5555555556;
}
.iconbox-info-text strong {
  font-size: 2rem;
  color: #203A91;
}
@media (max-width: 587px) {
  .iconbox-info-icon {
    display: none;
  }
  .iconbox-info-icon + .iconbox-info-text {
    padding-left: 0;
  }
}
.graybox {
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 5rem 6rem;
}
.graybox-short {
  justify-content: center;
  display: flex;
}
.graybox-short .graybox-info {
  max-width: none;
  width: auto;
}
.graybox-info {
  width: 100%;
  margin: 0 auto;
  max-width: 114.3rem;
  padding: 4rem 0;
}

.step {
  margin-bottom: 5.6rem;
}
.step ul {
  display: flex;
  margin: 0 -3.6rem;
}
.step ul li {
  flex: 1;
  padding: 0 3.6rem;
  position: relative;
}
.step ul li::after {
  display: block;
  font-family: 'remixicon';
  content: '\ea6e';
  color: #373737;
  font-size: 3.2rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.step ul li:last-of-type::after {
  display: none;
}
.step ul li.active .step-item {
  background: #4572bb;
}
.step ul li.active .step-icon {
  background: #fff;
}
.step ul li.active .step-title-number {
  color: #acc4eb;
}
.step ul li.active .step-title-topic {
  color: #fff;
}
.step-item {
  border-radius: 1rem;
  border: 1px solid #ddd;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 3rem 2rem;
  position: relative;
}
.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #f7f7f7;
}
.step-icon img {
  max-width: 100%;
}
.step-title {
  padding-left: 1.6rem;
  display: flex;
  flex-direction: column;
}
.step-title-number {
  color: #203a91;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.step-title-topic {
  margin-top: 0.5rem;
  color: #373737;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .step-item {
    flex-direction: column;
  }
  .step-title {
    padding-left: 0;
    margin-top: 2rem;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .step ul {
    margin: -2rem;
  }
  .step ul li {
    padding: 2rem;
  }
}
@media (max-width: 587px) {
  .step ul {
    flex-direction: column;
  }
  .step ul li {
    width: 100%;
  }
  .step ul li::after {
    top: 100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .step-item {
    flex-direction: row;
    padding: 2rem;
  }
  .step-title {
    padding-left: 2rem;
    margin-top: 0;
  }
}
.scroll-area {
  max-height: 38.4rem;
  overflow: auto;
  padding: 6rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
}
.scroll-area > strong {
  display: block;
  color: #202020;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 3rem 0 1.5rem;
}
.scroll-area--type2 {
  max-height: 59rem;
  background: transparent;
  padding: 0;
  margin-top: -4rem;
}
.scroll-area .table-container table th,
.scroll-area .table-container table td {
  padding: 1.5rem 1rem;
}

@media (max-width: 768px) {
  .scroll-area {
    padding: 4rem;
  }
  .scroll-area--type2 {
    padding: 0;
  }
  .scroll-area--type2 .table-container {
    overflow: auto;
  }
  .scroll-area--type2 .table-container table {
    table-layout: initial;
    width: 768px;
  }
}


/* 스텝박스 */
.step-box{
  padding: 3rem 3rem 2rem 3rem;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.step-box .step-list{
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.step-box .step-item{
  display: flex;
  position: relative;
  width: calc((100% - 9rem) / 3);
  margin-right: 3rem;
  margin-bottom: 3rem;
  padding: 24px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  vertical-align: top;
  text-align: center;
  border-radius: 1rem;
}

.step-box .step-item:not(:last-child):after{
  display: block;
  position: absolute;
  top: calc(50% - 1.4rem);
  right: -1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 7px 13px 13px 7px;
  background: #757b8e url("../images/contents/arr_step.png") no-repeat center;
}

.step-box .step-item > div:first-child{ width:4rem; text-align:center;}
.step-box .step-item > div:last-child{ width:calc(100% - 4rem);}
.step-box .step-item > span {width: 100%;}
.step-box .step-item .step_title{
  font-size: 2.2rem;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #222;
}
.step-box .step-item b {
  width: 4rem;
  height: 4rem;
  display:block;
  border-radius: 100%;
  background-color: #3b3280;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  font-size:1.6rem;
}
.step-box .step-item .step_text{margin-top: 7px;    color: #767676;}


.step-box .step-item .step-desc{
  position: relative;
  color: #757b8e;
  display:block;
}
.step-box .step-item:not(:last-child):after {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  right: -14px;
  width: 28px;
  height: 28px;
  border-radius: 7px 13px 13px 7px;
  background: #757b8e url(../images/contents/arr_step.png) no-repeat center;
  content:"";
}
@media all and (min-width: 801px) {
  .step-box .step-list.prd-step .step-item{
    width: calc((100% - 15rem) / 5);
  }

}
.step-box .step-list.prd-step .step-item{
  padding:1rem 0.5rem;
  margin-bottom:1.5rem;
}
.step-box .step-list.prd-step .step-item .step_title {
  font-size:1.6rem;
  font-weight:400;
}
.step-list-bottom {


}
.step-list-bottom {
  padding-right:3rem;
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}
.step-list-bottom::before {
  position: absolute;
  left: 50%;
  top: -195%;
  z-index: -1;
  width: 50rem;
  height: 50rem;
  background: linear-gradient(45deg, #D7D9EB, #f7f7fc 30%);
  content: "";
  -webkit-transform: translateX(-50%) scaleY(0.25) rotate(316deg);
  transform: translateX(-50%) scaleY(0.25) rotate(316deg);
}
.step-list-bottom li {
  padding:2rem 1rem;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(195, 199, 227, 0.51);
  box-shadow: 0 0.3rem 1rem rgba(195, 199, 227, 0.51);
  border-radius: 1rem;
  border: 1px solid #ACB4C1;
  background-color: #fff;
  text-align: center;
  max-width:1000px;
  margin:0 auto;
  font-size:2.2rem;
}
.step-list-bottom li:last-child {
  background-color: #4d3fcd;
  padding: 3rem 4rem;
  border-radius: 6rem;
  color: #fff;
  margin-top:3rem;
}
@media all and (max-width: 1660px) {
}

@media all and (max-width: 1000px) {
  .step-box .step-item{padding: 2rem}
}

@media all and (max-width: 800px) {
  .step-box .step-item{width: calc((100% - 6rem) / 2);}

}

@media all and (max-width: 640px) {
  .box.step-box{padding: 20px;}
  .step-box .step-item{width: 100%;height: auto !important;margin-right:0;}
  .step-box .step-item:not(:last-child):after{right: calc(50% - 14px);top: calc(100% - 10px);transform: rotate(90deg);}
}












.notice {
  padding-left: 3.1rem;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.333 !important;
}
.notice-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}
.notice-wrap .btn {
  margin: 0 0 0 1.6rem;
}
.notice--wrap {
  flex-wrap: wrap;
}
* + .notice {
  margin-top: 0.75rem;
}
.notice::before {
  display: block;
  font-family: 'remixicon';
  content: '\eca0';
  color: #8aa6d4;
  font-size: 2.4rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.notice-sm {
  font-size: 1.6rem;
  padding-left: 2.4rem;
}
.notice-sm::before {
  font-size: 2rem;
}
.notice-red::before {
  color: #bc3d3d;
}
.notice .btn {
  margin: 0 1.6rem;
}

.iconBtn {
  display: flex;
  align-items: center;
}
.iconBtn form {
  width: 100%;
}
.iconBtn-column {
  flex-direction: column;
  justify-content: center;
}
.iconBtn-column h4 {
  margin: 4rem 0 0;
}
.iconBtn-column .btn {
  margin-top: 4rem;
}
.iconBtn-column .iconBtn-info {
  padding-left: 0;
}
.iconBtn-column .iconBtn-info-title {
  justify-content: center;
}
.iconBtn-column .iconBtn-info-title p {
  margin-top: 1.3rem;
}
.iconBtn-column .login-input {
  width: 30.3rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.iconBtn-column .login-input-title {
  width: 6.3rem;
}
.iconBtn-column2 {
  flex-direction: column;
  justify-content: center;
}
.iconBtn-column2 * + .login-input {
  margin-top: 0;
}
.iconBtn-icon {
  width: 12.8rem;
  flex-shrink: 0;
}
.iconBtn-info {
  flex-grow: 1;
  padding-left: 6.4rem;
}
.iconBtn-info-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iconBtn-info-title--alignEnd {
  align-items: flex-end;
}
.iconBtn-info-title--alignStretch {
  align-items: stretch;
}
.iconBtn-info-title--alignStretch .iconBtn-info-btn a {
  height: 100%;
}
.iconBtn-info-title p {
  line-height: 1.5555555556;
}
.iconBtn-info-desc {
  margin-bottom: 3.3rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid #dedede;
}
.iconBtn-info-btn {
  margin: 2rem auto 0;
}
.iconBtn .login .login-input {
  width: calc(100% - 12rem);
  padding-right: 0.8rem;
}
.iconBtn .login-input {
  padding-right: 0;
  width: auto;
}
.iconBtn .login-input-write {
  width: 100%;
  max-width: 24rem;
}
.iconBtn .login-input .btn {
  margin-left: 0.5rem;
}

@media (max-width: 1280px) {
  .iconBtn-info {
    padding-left: 4rem;
  }
}
@media (max-width: 1024px) {
  .graybox-info {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .graybox {
    padding: 3rem;
  }
  .graybox-info {
    padding: 0;
  }
  .iconBtn-info-btn {
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
  }
  .iconBtn-info-btn a + a {
    margin-top: 0.75rem;
  }
  .iconBtn .login-input .btn {
    width: 100%;
    margin-left: 0;
  }
  .iconBtn .login-input-write {
    max-width: 100%;
  }
  .iconBtn .login-input-write + .btn {
    width: auto;
  }
}
@media (max-width: 587px) {
  .iconBtn-icon {
    display: none;
  }
  .iconBtn-info {
    padding-left: 0;
  }
  .iconBtn-column h4 {
    margin-top: 0;
  }
  .iconBtn-column .btn {
    margin-top: 2rem;
  }
}
@media (max-width: 420px) {
  .iconBtn-info-title {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .iconBtn-info-btn {
    flex-direction: row;
    margin-top: 2rem;
    margin-left: 0;
    width: 100%;
  }
  .iconBtn-info-btn a {
    width: 100%;
  }
  .iconBtn-info-btn a + a {
    margin-top: 0;
    margin-left: 0.35rem;
  }
  .iconBtn-column .iconBtn-info-title {
    align-items: center !important;
  }
}
.flexer {
  display: flex;
  margin: -1.2rem;
}
.flexer-item {
  flex: 1;
  padding: 1.2rem;
}
.flexer .graybox {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .flexer {
    flex-direction: column;
  }
}
/* 로그인 */
.login {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 44.6rem;
  margin: auto;
  padding: 4.5rem 0;
}
.login-several {
  padding: 0;
  margin-bottom: 5rem;
}
.login-several:last-of-type {
  margin-bottom: 0;
}
.login-several h5 {
  margin-bottom: 2rem;
}
.login-several * + .login-input {
  margin-top: 0;
}
.login-input {
  position: relative;
  width: calc(100% - 12rem);
  padding-right: 0.8rem;
}
* + .login-input {
  margin-top: 2.3rem;
}
.login-input > div {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.login-input > div + div {
  margin-top: 0.8rem;
}
.login-input-title {
  width: 7.8rem;
  flex-shrink: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
.login-input-write {
  flex-grow: 1;
  width: 100%;
  height: 4.8rem;
  position: relative;
}
.login-input-write input {
  width: 100%;
  height: 100%;
  background: #e3e3e3;
  padding: 0.5rem 1.5rem;
  border: none;
}
.login-input-write .notice {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  white-space: nowrap;
}
.login-btn {
  width: 12rem;
}
.login-btn button {
  display: flex;
  width: 100%;
  height: 100%;
  background: #12171d;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.login-btn button span {
  font-weight: 700;
}
.login-btn button i {
  margin-left: 0.5rem;
}
.login-btn-blue button {
  background: #203a91;
  border-radius: 0.5rem;
}
.login-btn-blue button span {
  font-weight: 500;
}
.login-check {
  width: 100%;
  padding-left: 7.8rem;
  margin-top: 1.7rem;
}
.login-check .checkbox label::before {
  background: transparent;
}
.login-check .checkbox label span {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .login-input > div {
    display: flex;
  }
}
@media (max-width: 400px) {
  .login-input {
    width: 100%;
    padding-right: 0;
  }
  .login-input > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .login-input > div + div {
    margin-top: 1.5rem;
  }
  .login-input-title {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .login-btn {
    width: 100%;
    margin-top: 1.5rem;
  }
  .login-btn button {
    line-height: calc(5rem - 2px);
  }
  .login-check {
    padding-left: 0;
  }
  .iconBtn .login .login-input {
    width: 100%;
    padding-right: 0;
  }
  .iconBtn .login .login-btn {
    width: 100%;
    margin-top: 1.5rem;
  }
  .iconBtn .login-input-write + .btn {
    width: 100%;
    margin-top: 1rem;
  }
}
.using {
  margin: 0rem -4rem -3rem;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 2.5rem 0;
}
.using-item {
  border-right: 1px solid #d8d8d8;
  padding: 0 5rem;
  display: flex;
  align-items: center;
}
.using-item:last-of-type {
  border-right: none;
}
.using-item:last-of-type img {
  width: 2.5rem;
}
.using-item img {
  width: 2.1rem;
}
.using-item strong {
  font-weight: 400;
  margin: 0 3.2rem 0 0.8rem;
}
.using-item-btn {
  display: flex;
  justify-content: flex-end;
  margin-left: 2rem;
}
.using-item-btn a + a {
  margin-left: 0.6rem;
}

@media (max-width: 1024px) {
  .using-item {
    padding: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .using {
    margin: 0 -3rem -3rem;
  }
}
@media (max-width: 640px) {
  .using {
    flex-direction: column;
    align-items: flex-start;
  }
  .using-item {
    justify-content: space-between;
    width: 100%;
    border-right: none;
  }
  .using-item strong {
    margin-right: auto;
  }
  .using-item + div {
    margin-top: 1rem;
  }
}
@media (max-width: 487px) {
  .using-item-btn {
    flex-direction: column;
  }
  .using-item-btn a + a {
    margin-left: 0;
    margin-top: 0.6rem;
  }
}
/* 비밀번호 찾기 */
.find-password {
  max-width: 63.8rem;
  margin: 0 auto;
}
.find-password .login-input {
  width: calc(100% - 9.2rem);
}
.find-password .login-input > div {
  width: 100%;
}
.find-password .login-input-title {
  width: 13.3rem;
}
.find-password .login-btn {
  width: 9.2rem;
}

/* 관계법령 */
.relation-law .table-container table th {
  text-align: center;
}
.relation-law .btn-wrapper {
  margin: 2.4rem 0 5rem;
}

/* 유관기관 행사일정 */
.festival {
  display: flex;
  margin: -1.6rem;
  flex-wrap: wrap;
}
.festival-item {
  width: 50%;
  padding: 1.6rem;
}
.festival-item > div {
  display: block;
  border-radius: 1rem;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.festival-item > a[title='진행중'] .festival-item-state-label,
.festival-item > a[title='개최'] .festival-item-state-label {
  background: #203a91;
}
.festival-item > a[title='예정'] .festival-item-state-label {
  background: #2e7e84;
}
.festival-item-state {
  background: #f7f7f7;
  display: flex;
  height: 8rem;
  align-items: center;
  padding: 1rem 4rem;
  position: relative;
}
.festival-item-state-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 3.1rem;
  background: #3f4350;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0.3rem;
}
.festival-item-state-from {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 3rem;
}
.festival-item-info {
  padding: 4rem;
  display: flex;
}
.festival-item-info-icon {
  flex-shrink: 0;
  width: 16rem;
  background: #ecedef url(../images/contents/icon-paper.svg) no-repeat 50% 50%;
  background-size: 50%;
}

.festival-item-info-text {
  flex-grow: 1;
  padding-right: 1.8rem;
  display: flex;
  flex-direction: column;
}
.festival-item-info-text-title {
  color: #203a91;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  max-height: 42px;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.festival-item-info-text-desc {
  margin-bottom: 1.75rem;
  font-size:1.6rem;
  display: -webkit-box;
  overflow: hidden;
  line-height: 21px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.festival-item-info-text-info li {
  position: relative;
  padding-left: 0rem;
  font-size: 1.6rem;
}
.festival-item-info-text-info li + li {
  margin-top: 0.75rem;
}
.festival-item-info-text-info li::before {
  display: block;
  font-family: 'remixicon';
  position: absolute;
  top: 0;
  left: 0;
}
.festival-item-info-text-info-date::before {
  content: '\eb28';
}
.festival-item-info-text-info-loca::before {
  content: '\ef09';
}
.festival-item-info-text-info i {
  color : #a3a6b2;
  margin-right:1rem;
}
.festival-success {
  max-width: 72rem;
  margin: 0 auto;
}

@media (max-width: 1640px) {
  .festival-item-info-icon {
    width: 8rem;
  }
  .festival-item-state-from {
    padding-left: 3.4rem;
  }
}
@media (max-width: 1280px) {
  .festival {
    margin: -1rem;
  }
  .festival-item {
    padding: 1rem;
  }
  .festival-item-state {
    padding: 1rem 2.5rem;
  }
  .festival-item-info {
    padding: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .festival-item {
    width: 50%;
  }
}
@media (max-width: 587px) {
  .festival-item {
    width: 100%;
  }
}
/* 정책동향 */
.keyword {
  height: 32rem;
  background: #f7f7f7;
  margin-bottom: 3.7rem;
}

/* 정책제안 뷰 */
.proposal.active .proposal-item {
  display: flex !important;
}
.proposal-item {
  border-radius: 0.5rem;
  background: #f7f7f7;
  display: flex;
  overflow: hidden;
}
.proposal-item:nth-of-type(1),
.proposal-item:nth-of-type(2) {
  display: flex;
}
.proposal-item + .proposal-item {
  margin-top: 1.2rem;
}
.proposal-item-title {
  width: 22.4rem;
  background: #8e929d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  flex-shrink: 0;
  padding: 1.5rem 2.5rem;
}
.proposal-item-desc {
  flex-grow: 1;
  width: calc(100% - 22.4rem);
  padding: 2.5rem;
  display: flex;
  justify-content: flex-start;
}
.proposal-item-desc strong {
  flex-shrink: 0;
  margin-right: 1.2rem;
}
.proposal-item-desc p {
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .proposal-item-title {
    width: 13.5rem;
  }
}
/* 찬반토론 */
.debate {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -3.5rem;
  color: #333;
  padding-bottom: 2rem;
  border-bottom: 1px solid #aaa;
}
.debate-item {
  padding: 2rem 3.5rem;
  width: 33.3333%;
}
.debate-item-img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 54.7619%;
  border-radius: 2rem;
  overflow: hidden;
}
.debate-item-img img {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}
.debate-item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  height: 5.65rem;
  line-height: 1.380952381;
  font-size: 2.1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin: 3.2rem 0 1.6rem;
}
.debate-item-ratio > div {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 5rem;
}
.debate-item-ratio > div + div {
  margin-top: 0.8rem;
}
.debate-item-ratio-title {
  font-size: 1.8rem;
  font-weight: 500;
}
.debate-item-ratio-gauge {
  flex-grow: 1;
  height: 0.8rem;
  margin: 0 1.3rem;
  background: #ccd1dd;
}
.debate-item-ratio-gauge span {
  display: block;
  width: 0;
  height: 100%;
}
.debate-item-ratio-number {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.debate-item-ratio-number-count {
  font-size: 2.2rem;
}
.debate-item-ratio-agree .debate-item-ratio-gauge span {
  background: #0e9cff;
}
.debate-item-ratio-disagree .debate-item-ratio-gauge span {
  background: #d16328;
}
.debate-info {
  padding: 0 6rem;
}
.debate-info-title {
  transform: translateY(100%);
  color: #333;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}
.debate-info-ratio {
  padding: 0 7rem;
  display: flex;
  align-items: center;
  margin-bottom: 6.4rem;
}
.debate-info-ratio button {
  flex-shrink: 0;
  width: 13.6rem;
  height: 13.6rem;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 50%;
}
.debate-info-ratio button img {
  width: 2rem;
  margin-right: 0.7rem;
}
.debate-info-ratio-agree {
  background: #3f8bd8;
}
.debate-info-ratio-disagree {
  background: #d16328;
}
.debate-info-ratio-status {
  flex-grow: 1;
  margin: 0 3.2rem;
  border-radius: 2.8rem;
  display: flex;
  height: 5.6rem;
  overflow: hidden;
}
.debate-info-ratio-status > div {
  display: flex;
  align-items: center;
  flex: auto;
  position: relative;
}
.debate-info-ratio-status strong {
  white-space: nowrap;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.debate-info-ratio-status strong span {
  font-size: 2.4rem;
}
.debate-info-ratio-status-agree {
  background: #3f8bd8;
}
.debate-info-ratio-status-agree strong {
  left: 4.4rem;
}
.debate-info-ratio-status-disagree {
  background: #d16328;
  justify-content: flex-end;
}
.debate-info-ratio-status-disagree strong {
  right: 4.4rem;
}
.debate-detail {
  padding: 0 6rem;
  margin-top: 6rem;
  padding-top: 4.5rem;
  border-top: 1px solid #dddddd;
}
.debate-detail-title {
  display: block;
  margin-bottom: 4.5rem;
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.debate-detail-item {
  position: relative;
}
.debate-detail-item + div {
  margin-top: 4.8rem;
}
.debate-detail-item > div {
  display: flex;
  align-items: center;
  position: relative;
}
.debate-detail-item-icon {
  display: flex;
  flex-shrink: 0;
  width: 10.4rem;
  height: 10.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
  margin-right: 3rem;
}
.debate-detail-item-info {
  flex-grow: 1;
  padding: 4rem 4.8rem;
  position: relative;
  background: #eef0f3;
  border-radius: 2rem;
  border-bottom-right-radius: 5rem;
}
.debate-detail-item-info::before {
  display: block;
  content: '';
  width: 4.4rem;
  height: 3.8rem;
  background: url(/doksa/_html/images/contents/debate-detail-arrow.svg) no-repeat center
  center/contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  transform: translateX(-2.3rem);
  z-index: -1;
}
.debate-detail-item-info-title {
  display: block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.debate-detail-item-info-desc {
  margin-top: 2.2rem;
  color: #555;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6470588235;
}
.debate-detail-agree .debate-detail-item-icon {
  background: #1e8de3;
}
.debate-detail-disagree {
  flex-direction: row-reverse;
}
.debate-detail-disagree .debate-detail-item-icon {
  background: #d16328;
  margin-right: 0;
  margin-left: 3rem;
}
.debate-detail-disagree .debate-detail-item-info {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 5rem;
}
.debate-detail-disagree .debate-detail-item-info::before {
  left: auto;
  right: 0;
  transform: translateX(2.3rem) rotateY(180deg);
}

@media (max-width: 1280px) {
  .debate {
    margin: -1.5rem;
  }
  .debate-item {
    padding: 1.5rem;
  }
  .debate-item-title {
    margin: 2rem 0;
  }
}
@media (max-width: 1024px) {
  .debate-info {
    padding: 0;
  }
  .debate-info-ratio {
    padding: 0 4rem;
  }
  .debate-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .debate {
    margin: -1rem;
  }
  .debate-item {
    width: 50%;
    padding: 1rem;
  }
  .debate-info-title {
    transform: none;
    margin-bottom: 2rem;
  }
  .debate-info-ratio {
    padding: 0;
    position: relative;
    padding-bottom: 8rem;
    justify-content: center;
    margin-bottom: 4rem;
  }
  .debate-info-ratio button {
    width: auto;
    height: 5.6rem;
    margin: 0 0.5rem;
    border-radius: 2.8rem;
  }
  .debate-info-ratio-status {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .debate-info-ratio-status-agree strong {
    left: 2.5rem;
  }
  .debate-info-ratio-status-disagree strong {
    right: 2.5rem;
  }
  .debate-detail-item + div {
    margin-top: 2rem;
  }
  .debate-detail-item > div {
    align-items: stretch;
  }
  .debate-detail-item-icon {
    height: auto;
    width: auto;
    border-radius: 2rem;
    margin-right: 1rem;
  }
  .debate-detail-item-info {
    padding: 3rem 2rem;
  }
  .debate-detail-item-info-desc {
    margin-top: 1rem;
  }
  .debate-detail-item-info::before {
    display: none;
  }
  .debate-detail-disagree .debate-detail-item-icon {
    margin-left: 1rem;
  }
}
@media (max-width: 420px) {
  .debate-item {
    width: 100%;
  }
}
/* 센터소개 > 센터소개 */
.centerintro-images {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 5.6rem;
}
.centerintro-images img {
  width: 100%;
}
.centerintro-text span {
  display: block;
  color: #203a91;
  font-size: 3.2rem;
  font-weight: 700;
}
.centerintro-text strong {
  display: block;
  color: #333;
  font-size: 4rem;
  font-weight: 700;
}
.centerintro-text strong b {
  font-size: 4.8rem;
}
.centerintro-text p {
  font-size: 2.2rem;
  margin-top: 2rem;
}
.centerintro-sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.4rem;
}
.centerintro-sign span {
  color: #313131;
  font-size: 2.4rem;
  font-weight: 700;
}
.centerintro-sign strong {
  color: #000;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: 'KCCSonkeechung', sans-serif;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  .centerintro-text span {
    font-size: 2.7rem;
  }
  .centerintro-text strong {
    font-size: 3.4rem;
  }
  .centerintro-text strong b {
    font-size: 4.4rem;
  }
}
@media (max-width: 440px) {
  .centerintro-text span {
    font-size: 2.4rem;
  }
  .centerintro-text strong {
    font-size: 2.8rem;
  }
  .centerintro-text strong b {
    font-size: 4rem;
  }
}
/* 센터소개 > 오시는길 */
.direction-map {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.direction-map .root_daum_roughmap {
  width: 100% !important;
}
.direction-map .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 64rem !important;
}
.direction-map .root_daum_roughmap .wrap_btn_zoom {
  z-index: 1;
}
.direction-map-info {
  background: #203a91;
  padding: 3.8rem 3rem;
}
.direction-map-info ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -2rem;
}
.direction-map-info ul li {
  padding: 2rem;
  display: flex;
  color: #fff;
  align-items: flex-start;
}
.direction-map-info-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.75rem;
  font-weight: 700;
}
.direction-map-info-icon i {
  margin-right: 0.8rem;
  font-size: 2.4rem;
  font-weight: 400;
}
.direction-map-info-desc {
  color: #d6dae9;
  padding-top: 0.4rem;
}
.direction-info-item {
  border-radius: 1rem;
  background: #f7f7f7;
  overflow: hidden;
  padding: 4.8rem 5.6rem;
  display: flex;
}
.direction-info-item + div {
  margin-top: 2.4rem;
}
.direction-info-icon {
  flex-shrink: 0;
  width: 9.6rem;
  margin-right: 4.8rem;
}
.direction-info-text {
  flex-grow: 1;
}
.direction-info-text-title {
  display: block;
  color: #2b2b2b;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.direction-info-text-desc > div + div {
  margin-top: 2.2rem;
}
.direction-info-text-desc strong {
  color: #203a91;
  font-size: 2.2rem;
  font-weight: 700;
}
.direction-info-text-desc p {
  line-height: 1.5555555556;
}
.direction-info-text-desc ul li b {
  color: #000;
}
.direction-info-text-desc ul li .bus-number {
  display: inline-flex;
  padding: 0 1rem;
  color: #fff;
  font-size: 1.6rem;
  height: 2.4rem;
  align-items: center;
  background: #159727;
  border-radius: 0.3rem;
  justify-content: center;
  text-align: center;
  margin-right: 0.25rem;
  transform: translateY(-0.1rem);
}
.direction-info-text-desc ul li .bus-number-blue {
  background: #1761a2;
}

@media (max-width: 768px) {
  .direction-map .root_daum_roughmap .wrap_map {
    height: 45rem !important;
  }
  .direction-map-info ul {
    margin: -1rem;
  }
  .direction-map-info ul li {
    padding: 1rem;
  }
  .direction-info-icon {
    display: none;
  }
}
@media (max-width: 587px) {
  .direction-map-info ul {
    flex-direction: row;
    justify-content: flex-start;
  }
  .direction-map-info ul li {
    width: 100%;
  }
  .direction-map-info-icon {
    width: 9rem;
  }
  .direction-info-item {
    padding: 4rem;
  }
}
/*마이페이지 > 내 성과 확인하기*/
.paper-detail {
  display: none;
}
.paper-detail .table-container table tr th {
  text-align: center;
  vertical-align: middle;
}

/* 마이페이지 > 성과등록하기 */
.manage-box--type2 {
  margin-top: 5.6rem;
}
.manage-box--type2 .manage-box-item {
  flex-direction: row;
  padding: 3rem;
  justify-content: center;
}
.manage-box--type2 .manage-box-item-title {
  margin-top: 0;
  margin-left: 3rem;
}
.manage-box ul {
  display: flex;
  margin: -1.25rem;
}
.manage-box ul li {
  flex: 1;
  padding: 1.25rem;
}
.manage-box-item {
  display: flex;
  align-items: center;
  height: 100%;
  background: #f7f7f7;
  padding: 5.6rem 3rem;
  flex-direction: column;
  border-radius: 1rem;
  text-align: center;
}
.manage-box-item-icon {
  width: 9.6rem;
  flex-shrink: 0;
}
.manage-box-item-icon img {
  width: 100%;
}
.manage-box-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
.manage-box-item-title i {
  margin-left: 0.7rem;
  font-size: 2.4rem;
  color: #555555;
}
.manage-box--wrap ul {
  flex-wrap: wrap;
}
.manage-box--wrap ul li {
  flex: none;
  width: 33.3333%;
}

@media (max-width: 1024px) {
  .manage-box-item-title i {
    display: none;
  }
}
@media (max-width: 768px) {
  .manage-box ul {
    margin: -1rem;
  }
  .manage-box ul li {
    padding: 1rem;
  }
}
@media (max-width: 584px) {
  .manage-box ul {
    flex-direction: column;
  }
  .manage-box ul li {
    width: 100%;
  }
}
/* 준비중 */
.prepare {
  background: #fbfbfb;
  padding: 6rem;
  text-align: center;
}

.email_no {
  background: #fbfbfb;
  padding: 6rem;
}
.email_no .icon {
  width: 16rem;
  height: 16rem;
  display: block;
  margin: 0 auto 3rem;
  background: #203a91;
  border-radius: 50%;
  position: relative;
}
.email_no .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.7rem;
}
.email_no strong {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 2.2rem;
}
.email_no p {
  text-align: center;
  font-size: 1.8rem;
}

/*독사job*/
.job .table-container table .input-align > * {
  white-space: nowrap;
}
.job .checkbox label span {
  white-space: nowrap;
}

/*성과등록하기*/
#findresult .login-input-title,
#findresult1 .login-input-title {
  width: 13rem;
  line-height: 1.15;
}

/* sns 로그인 */
.graybox-info-new {
  max-width: 100%;
}
.login-container {
  display: flex;
  padding: 1rem 0 4rem;
}
.sns-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 45%;
}
.sns-login::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
.login strong,
.sns-login strong {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  color: #203a91;
  text-align: center;
  margin-bottom: 2.4rem;
}
.sns-list li {
  width: 32rem;
  height: 6.4rem;
  margin-top: 1.2rem;
}
.sns-list li:first-child {
  margin-top: 0;
}
.sns-list .sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  transition: all .3s;
}
.sns-list .sns-btn:hover {
  box-shadow: 0 7px 5px 0 rgb(0 0 0 / 15%);
}
.sns-list li a.sns01 {
  background: #fff;
}
.sns-list li a.sns02 {
  background: #ffda44;
}
.sns-list li a.sns03 {
  background: #4fbe2a;
}
.sns-list li a.sns04 {
  background: #3b57a0;
}
.sns-list li a img {
  margin-right: 1rem;
  flex-shrink: 0;
}
.sns-list li a.sns01 img {
  width: 2.382rem;
}
.sns-list li a.sns02 img {
  width: 2.275rem;
}
.sns-list li a.sns03 img {
  width: 1.733rem;
}
.sns-list li a.sns04 img {
  width: 2.275rem;
}
.sns-list li p.sns01 {
  background: #fff;
}
.sns-list li p.sns02 {
  background: #ffda44;
}
.sns-list li p.sns03 {
  background: #4fbe2a;
}
.sns-list li p.sns04 {
  background: #3b57a0;
}
.sns-list li p img {
  margin-right: 1rem;
  flex-shrink: 0;
}
.sns-list li p.sns01 img {
  width: 2.382rem;
}
.sns-list li p.sns02 img {
  width: 2.275rem;
}
.sns-list li p.sns03 img {
  width: 1.733rem;
}
.sns-list li p.sns04 img {
  width: 1.733rem;
}
.sns-list li .sns-btn span {
  color: #222;
  font-weight: 600;
  font-size: 1.8rem;
}
.sns-list li a.sns03 span {
  color: #fff;
}
.sns-list li p.sns03 span,
.sns-list li .sns04 span {
  color: #fff;
}

@media (max-width: 1024px) {
  .graybox-info {
    padding: 0;
  }
  .login-container {
    flex-direction: column;
  }
  .login {
    padding: 0 0 4rem 0;
  }
  .sns-login {
    align-self: center;
    width: 100%;
  }
  .sns-login::before {
    left: 0;
    width: 100%;
    height: 1px;
  }
  .sns-login strong {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .login-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .login-container  .login {
    max-width: 100%;
  }
  .sns-list {
    width: 100%;
  }
  .sns-list li {
    width: 100%;
  }
  .using {
    flex-direction: column;
    padding: 4rem 5rem;
  }
  .using-item {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
    width:100%;
  }
  .using-item:first-child {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .using-item:last-of-type {
    border-bottom: none;
  }
  .using-item > img {
    margin-left: 0.3rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .using-item strong {
    padding-left: 2.5rem;
  }
  .using-item-btn {
    justify-content: center;
    width: 100%;
    margin-top: 1.2rem;
    margin-left: 0;
    gap: 0.6rem;
  }

  .using-item-btn a {
    flex: 1;
    margin: 0 !important;
  }
}
@media (max-width: 640px) {
  .login {
    max-width: 100%;
  }
  .using {
    align-items: center;
  }
  /* .using-item {
    width: auto;
  } */
  .using-item strong {
    margin-right: 0;
  }
  .using-item + div {
    margin-top: 0;
  }
}


/* 키워드 */
div.jqcloud {
  color: #09f;
  overflow: hidden;
  position: relative;
}
div.jqcloud a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: 500;
}
div.jqcloud a:hover {
  color: #0df;
}
div.jqcloud a:hover {
  color: #0cf;
}
div.jqcloud span {
  padding: 0;
  letter-spacing: -0.1rem;
}
div.jqcloud span.w10 {
  font-size: 54px;
  color: #0cf;
}
div.jqcloud span.w9 {
  font-size: 50px;
  color: #0cf;
}
div.jqcloud span.w8 {
  font-size: 44px;
  color: #0cf;
}
div.jqcloud span.w7 {
  font-size: 40px;
  color: #39d;
}
div.jqcloud span.w6 {
  font-size: 34px;
  color: #90c5f0;
}
div.jqcloud span.w5 {
  font-size: 30px;
  color: #90a0dd;
}
div.jqcloud span.w4 {
  font-size: 24px;
  color: #90c5f0;
}
div.jqcloud span.w3 {
  font-size: 20px;
  color: #a0ddff;
}
div.jqcloud span.w2 {
  font-size: 14px;
  color: #99ccee;
}
div.jqcloud span.w1 {
  font-size: 10px;
  color: #aab5f0;
}
.business.tabarea {
  margin-top:0;
}
.business.tabarea .board__info {
  align-items: inherit;
}
.business.tabarea > div .board__info-search input {
  width: 52rem;
}
.business.tabarea .btn-wrapper {
  margin:0
}
.business .festival-item-state-label {
  width:auto;
  padding:0 1rem;
}
.business .festival-item-info-text {
  padding-right:0;
}
.business .festival-item-info-product {
  background-color:#eaf2ff;
  max-height: 20rem;
  margin-bottom:3rem;
}
.business .btn-wrapper--sm {
  margin-left:auto;
}
.business .board__view-title-topic,
.business .board__view-title-list {
  border:0;
}
.board__view-title-list .biz-category li {
  flex-direction: column;
  letter-spacing: -0.1em;
  padding: 0 5rem;
}
.board__view-title-list .biz-category li i {
  font-size: 7rem;
}
.board__view-title-list .biz-category li i:before {
  color: #FF9900;
}
.board__view-title-list .biz-category li strong {
  padding-left: 0;
  font-size: 1.8rem;
}
.board__view-title-list .biz-category li span {
  position: inherit;
  font-size: 1.4rem;
}
.iconbox-info-icon + .iconbox-info-text p {
  font-size:1.6rem;
}
.iconbox.business {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0px;
  background-color: #f4f5f9;
}
.iconbox.business .iconbox-info {
  max-width: 120.4rem;
  border-bottom: 1px solid #a3a6b2;
  padding-bottom: 3.2rem;
}
.iconbox.business .iconbox-info .iconbox-info-icon {
  border: 4px solid #203A91;
  border-radius: 4.8rem;
  overflow: hidden;
}
.tabarea.jmi {
  margin-top: -4.6rem;
}
.tabarea.jmi > div .board__info-search input {
  width: 75rem;
}
.srch-keyword {
  background-color: #f4f5f9;
  padding: 0 9rem;
  margin: -8rem 0 5rem;
  overflow: hidden;
}
.srch-keyword > div {
  border-top:1px solid #a3a6b2;
  margin-top: 3rem;
}


/*  인사말 */

.intro_wp .tit_box {position: relative; text-align:center; color:#fff; padding:0;}
.intro_wp .tit_box .bg {width:100%; height:500px; padding:5.57em 0;background:url(../images/contents/img_intro_facility2.png)no-repeat 50% 50%; background-size:cover;}
.intro_wp .tit_box .tit_sm {font-size:1.6em; margin:30px 0 10px; }
.intro_wp .tit_box .ico_logo img { max-width:200px}
.intro_wp .tit_box .tit {font-size:1.8em;  word-break:keep-all; }
.intro_wp .tit_box .tit mark {font-weight:600; background:none; color:#fff;}
.intro_wp .tit_box .bg_zoomin {
  -webkit-animation: zoom-a 15s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    zoom-a 15s linear infinite alternate; /* Fx 5+ */
  -o-animation:      zoom-a 15s linear infinite alternate; /* Opera 12+ */
  -ms-animation:      zoom-a 15s linear infinite alternate; /* Opera 12+ */
  animation:         zoom-a 15s linear infinite alternate; /* IE 10+, Fx 29+ */
}

.intro_wp .intro_cont {line-height: 200%; font-weight: 200; text-align: justify; text-justify: inter-cluster; border-bottom:1px solid #999; padding-bottom: 1.5em; color:#555;}
.intro_wp .intro_cont.column2 {margin-top:120px;-moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 3em; -webkit-column-gap: 3em; column-gap: 4em;}
.intro_wp .intro_cont .txt { text-align:left; word-break:break-all;}
.intro_wp .intro_cont .txt2 { float:right;}
.intro_wp .intro_cont .txt3 {clear:both; padding-top:30px;}
.intro_wp .intro_cont .name {clear:both; text-align:right; margin-top:243px; color:#000;}
.intro_wp .intro_cont .name span {margin-left:20px; font-weight:600; font-size:1.3em;}


@media all and (max-width:1200px){
  .intro_wp .tit_box .bg {padding:4em 1em; background-size:cover !important;}
  .intro_wp .tit_box:after {display:none;}
  .intro_wp .tit_box .tit_sm {font-size:1.6em; }
  .intro_wp .tit_box .tit {font-size:1.8em; line-height:1.4;}

  .intro_wp .intro_cont.column2 {column-count:1;}
  .intro_wp .intro_cont.column2.mgt150 {margin-top:3em;}
  .intro_wp .intro_cont .name { margin-top:5em;}
}
@media all and (max-width:768px){
  .intro_wp .tit_box .bg { height:auto; padding:4rem 1rem;}
  .intro_wp .tit_box .tit_sm {font-size:1.3em; margin:20px 0 2px; }
  .intro_wp .tit_box .tit {font-size:1.5em; }
  .intro_wp .tit_box .ico_logo img { max-width:140px; }

  .intro_wp .intro_cont {text-align:center;}

  .intro_wp .intro_cont .img {display:inline-block; float:none; max-width:100%; width:40%; margin:0; overflow:hidden;border-radius:1rem 0 1rem 0;  }
  .intro_wp .intro_cont .img img {width:100%;}
  .intro_wp .intro_cont .txt {width:100%; text-align:center; margin-top:1.5em;}
  .intro_wp .intro_cont .txt2,
  .intro_wp .intro_cont .txt3 {margin-top:1.5em;}
  .intro_wp .intro_cont .name {text-align:center; margin-top:3em;}
}

/*========= scroll down ========= */
.scroll_down {position:absolute; overflow:hidden; bottom: 0%; left: 50%; transform: translate(-50%, 50%); z-index: 1; width:3px; height:100px; background:rgba(176,176,176,.2);  font-size:0 !important;}
.scroll_down span {position:absolute; top:0; left:0; animation:scroll_effect .75s infinite alternate linear; display:block; font-size:0; width:3px; height:24px;}
.scroll_down.mission span {background:#4d3fcd;}

@keyframes scroll_effect {
  from {transform:translateY(0);}
  to {transform:translateY(64px);}
}

@media all and (max-width:768px){
  .scroll_down {height: 60px;}
}



/* 비전  */

.vision .title {
  font-size: 3.7rem;
  padding: 5rem 3rem 5.5rem;
  border-radius: 1rem;
  background: url("../images/contents/img_vision_mission.jpg") no-repeat center center/cover;
  font-weight: 600;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.vision .title strong {
  font-size: 1.6rem;
  display: block;
  width: 7.5rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 4rem;
  background-color: #4d3fcd;
  line-height: 4rem;
}
.vision .title2 {
  font-size: 2.7rem;
  margin-top:5rem;
  padding: 5rem 3rem 5.5rem;
  border-radius: 1rem;
  background: #4d3fcd;
  font-weight: 600;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.vision .title2 strong {
  font-size: 1.6rem;
  display: block;
  width: 9rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 4rem;
  background:#fff;
  color: #4d3fcd;
  line-height: 4rem;
}
.vision .title2 small {
  display:block;
  font-weight:400;
}
.vision ul.business-info {
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 16rem;
  font-weight: 600;
  color: #333;
}
.vision ul.business-info::before {
  position: absolute;
  left: 50%;
  top: -90%;
  z-index: -1;
  width: 112rem;
  height: 112rem;
  background: linear-gradient(45deg, #D7D9EB, #fff 30%);
  content: "";
  -webkit-transform: translateX(-50%) scaleY(0.25) rotate(135deg);
  transform: translateX(-50%) scaleY(0.25) rotate(135deg);
}
.vision ul.business-info li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: calc(33.333% - 4rem);
  flex-basis: calc(33.333% - 4rem);
}
.vision ul.business-info li + li {
  margin-left: 6rem;
}
.vision ul.business-info li:nth-child(1) strong {
  background-color: #3b3280;
}
.vision ul.business-info li:nth-child(2) strong {
  background-color: #323361;
}
.vision ul.business-info li:nth-child(3) strong {
  background-color: #47aae0;
}
.vision ul.business-info li:nth-child(4) strong {
  background-color: #a6ce42;
}
.vision ul.business-info strong {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.4rem;
  line-height: 1.2083333333;
  top: -3rem;
  height: 6rem;
  padding: 0 4rem;
  border-radius: 6rem;
  color: #fff;
  line-height: 6rem;
  white-space: nowrap;
}
.vision ul.business-info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17.5rem;
  padding: 4rem 2rem 2rem;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(195, 199, 227, 0.51);
  box-shadow: 0 0.3rem 1rem rgba(195, 199, 227, 0.51);
  border-radius: 1rem;
  border: 1px solid #ACB4C1;
  background-color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: keep-all;
}
.vision .tip {
  position: relative;
  margin-top:1rem;
  background-color:#f9f9f9; border-radius:1rem; padding:2rem;
  font-size:1.6rem;
}
.vision .tip i {
  position:absolute;
  top: 50%;
  left:2rem;
  font-size:30px;
  color:#f0ce31;
  margin-top: -15px;
}
.vision .tip ul { margin-left:50px;}
.vision .tip ul li { }
.vision .tip-info {
  text-align:center;
  color:#4d3fcd;
  border:2px solid #4d3fcd;
  border-radius: 1rem;
  font-size: 2.7rem;
  font-weight:700;
  margin-top:4rem;
  padding:2.5rem 0;

}



@media all and (max-width:768px) {

  .vision .title {
    font-size: 2.5rem;
    padding: 3rem;
    line-height: 1.5;
  }
  .vision .title strong {
    height: 3rem;
    line-height: 3rem;
  }
  .vision ul.business-info {
    display: block;
    width: 30rem;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 8rem;
  }
  .vision ul.business-info::before {
    width: 60rem;
    height: 60rem;
    top: -42%;
  }
  .vision ul.business-info li + li {
    margin: 3rem 0 0;
  }
  .vision ul.business-info strong {
    font-size: 1.8rem;
    top: -2rem;
    height: 4rem;
    line-height: 4rem;
  }
  .vision ul.business-info span {
    font-size: 1.6rem;
    height: auto;
  }

}

.location .box-blue {
  margin-top:30px
}
.location .box-blue strong img { max-width:250px;}


.vision-process .title2 {
  background:#3b3280;
  padding:2.5rem 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius:0;

}

.list_process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.list_process li {
  font-size: 1.7rem;
  position: relative;
  padding: 3.5rem 3.5rem 3.5rem 14rem;
  border-radius: 1rem;
  color: #767676;
  -ms-flex-preferred-size: 50%;
  flex-basis: calc(100% /2 - 10px);

  word-break: keep-all;
  background-color:#f9f9f9;
}

.list_process li >  b {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #f9f9f9;
  font-weight: 800;
  display:block;
  color: #fff;
  text-align: center;
  line-height: 5rem;
}

.list_process li >  b  i {
  width: 5rem;
  height:5rem;
  display:block; background-size: contain; background-repeat: no-repeat; background-position: center center}
.list_process li >  b  i.ico-process01 {
  background-image:url(../images/contents/ico_process01.svg)
}
.list_process li >  b  i.ico-process02 {
  background-image:url(../images/contents/ico_process02.svg)
}
.list_process li >  b  i.ico-process03 {
  background-image:url(../images/contents/ico_process03.svg)
}
.list_process li >  b  i.ico-process04 {
  background-image:url(../images/contents/ico_process04.svg)
}
.list_process li >  b  i.ico-process05 {
  background-image:url(../images/contents/ico_process05.svg)
}
.list_process li >  b  i.ico-process06 {
  background-image:url(../images/contents/ico_process06.svg)
}
.list_process li >  b  i.ico-process07 {
  background-image:url(../images/contents/ico_process07.svg)
}
.list_process li >  b::after {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 1.25rem;
  font-family: remixicon!important;
  content: "\f2e5";
  color: #bbb;
  font-size:30px
}
.list_process p b {
  width: 4rem;
  height: 4rem;
  display:block;
  border-radius: 100%;
  background-color: #3b3280;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 4rem;
}
.list_process strong {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #222;
}

@media all and (max-width:768px) {
  .list_process li {
    flex-basis: 100%;
  }

}


/* 전체시설 */
.facility-list { margin-bottom: 20px;}

.facility-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.facility-list > ul > li {
  display: flex;
  width:calc(100% /4);
  padding: 0.5rem;
  text-align: center;
}

.facility-list > ul> li > div {
  border: 1px solid #e3e3e3;
  border-radius: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 1rem 0;
}

@media screen and (max-width:768px) {
  .facility-list > ul > li {
    width: calc(100% / 2);
  }

}

/* 특허보유현황 */
.cert-list { margin-bottom: 20px;}

.cert-list > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cert-list > ul .no_post {
  padding: 60px 0 !important;
  grid-column: 1 / span 4;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cert-list > ul > li {
  display: flex;
  flex-direction: column;
}

.cert-list .con_box {
  flex: 10;
  display: flex;
  align-items: center;
  padding: 45px;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  gap: 45px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.cert-list .con_box .img {
  flex: 1;
  text-align: center;
}

.cert-list .con_box .img img {
  width: 100%;
  max-width: 160px;
}

.cert-list .con_box .text_area {
  flex: 2;
}

.cert-list .con_box .text_area ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cert-list .con_box .text_area ul li {
  display: flex;
  flex-direction: column;
}

.cert-list .con_box .text_area ul li span {
  flex: 1;
  color: #000;
  font-weight: 600;
}

.cert-list .con_box .text_area ul li span::before {
  content: "· ";
}

.cert-list .con_box .text_area ul li p {
  flex: 3;
}

.cert-list > ul > li .p_btn {
  margin-top: 20px;
}

.cert-list  > ul > li .p_btn a {
  font-size: 1.8rem;
  color: #ccc;
  margin-top: -6px;
}
.cert-list  > ul > li .p_btn a::before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  margin-right:5px;
  background:url(../images/contents/ico_pdf_down.png) no-repeat center center/contain;
}

.cert-list > ul > li .p_btn a:hover {
  color: #000;
}

@media all and (max-width:1460px) {
  .cert-list  > ul {
    gap: 20px;
  }

  .cert-list .con_box {
    padding: 30px;
    gap: 30px;
  }

  .cert-list .con_box .text_area ul li {
    font-size: 15px;
  }

  .cert-list .con_box .text_area .p_desc {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.4em;
  }
}

@media all and (max-width:1000px) {
  .cert-list  > ul {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width:500px) {
  .cert-list > ul {
    gap: 10px;
  }

  .cert-list .con_box {
    flex-direction: column;
  }

  .cert-list .con_box .text_area {
    width: 100%;
  }

  .cert-list .con_box .img img {
    max-width: 120px;
  }
  .cert-list .con_box .text_area ul li {
    font-size: 13px;
  }
  .cert-list .con_box .text_area .p_desc {
    font-size: 13px;
  }

  .cert-list > ul > li .p_btn {
    margin-top: 10px;
    gap: 10px;
  }
}


.table-container table.table-pipeline td.check span {
  width: 100%;
  height: 20px;
  display: block;
  background: #4d3fcd url(../images/contents/bg_ppline_check.png);
}
.table-container table.table-pipeline td .bedge {
  border-radius: 0.25rem;
  margin-bottom:1rem;
  border:1px solid rgba(63,131,248,.5);
  display:inline-block;
  color:rgba(63,131,248,.8);
  background:rgb(225, 239, 254);
  padding:0.5rem;
}
.table-container table.table-pipeline td .bedge.type02 {
  border: 1px solid rgb(207 179 30 / 50%);
  color: rgb(216 154 32 / 84%);
  background: rgb(253 252 219);
}


/* 장비이용절차 */
.ig-wrap { position:relative; background:#fff url(../images/contents/bg_ig_wrap.png); background-size: 30%; border-radius:2rem; padding:5rem;}
.ig-wrap .inner::before {content:"";position: absolute;top:-3rem;right:5rem;max-width: 700px;height:220px;background:url(../images/contents/img_ig_title_device.png) no-repeat right center/contain;width: 60%;}
.ig-wrap.step-research .inner::before { top:4rem; right:5rem; width:60%; max-width:700px; height:220px; background:url(../images/contents/img_ig_title_research.png) no-repeat right center/contain}

.ig-wrap .inner{ position:relative; max-width:1000px; margin:5rem auto;}
.ig-wrap .title {}
.ig-wrap .title p { display:inline-block; margin-bottom:1rem; font-size:2rem; color:#fff; background-color:#f66d53; padding:1rem 2rem; border-radius:4rem;}
.ig-wrap .title strong { display:block; font-size:6rem; font-weight:900; }
.ig-wrap .ig-content { margin-top:8rem;}

.ig-research-wrap { }
.ig-research-wrap ul {
  position: relative;
}
.ig-research-wrap ul li::after {
  content:"";
  display:block;
  height:100%;
  border-left:2px dashed #000;
  position: absolute;
  top:20px;
  left:50%;
}
.ig-research-wrap ul li:last-child::after {
  height:50px;
}
.ig-research-wrap ul li {
  padding:5rem 0;
  display: flex;
  border-bottom:1px solid #ddd;
  flex-wrap: wrap;
  position: relative;
}
.ig-research-wrap ul li:first-child {
  padding-top:0;
}
.ig-research-wrap ul li .thumb {
  margin-top:3rem;
  width:50%;
  padding-right:3rem;
}
.ig-research-wrap ul li:first-child .thumb {
  margin-top:2rem;
}
.ig-research-wrap ul li .info {
  width:50%;
  padding-left:5rem;
}
.ig-research-wrap ul li span {
  position: relative;
  font-weight:700;
  font-size:4rem;
}
.ig-research-wrap ul li::before {
  content:"";
  display:block;
  width:24x;
  height:24x;
  background-color:#000;
  position: absolute;
  top:50%;
  margin-top:-12px;
  left:50%;
  margin-left:12px;

}
.ig-research-wrap ul li h6 {
  margin:3rem 0;
  font-weight:700;color:#4d3fcd; font-size:4rem;}
.ig-research-wrap ul li p { color:#777;
  font-size:3.6rem;}

@media only screen and (max-width:1026px) {

  .ig-wrap .title strong {
    font-size:4rem;
    padding-bottom:10rem;
  }


}
@media only screen and (max-width:640px) {
  .ig-wrap .title {
  }
  .ig-wrap .title strong {
    padding-bottom:0;
  }
  .ig-wrap .inner::before,
  .ig-wrap.step-research .inner::before{
    display:none;

  }
  .ig-research-wrap ul li h6 {
    font-size:2.6rem;
  }
  .ig-research-wrap ul li p {
    font-size:2rem
  }

}

@media only screen and (max-width:480px) {
  .ig-research-wrap ul li .thumb,
  .ig-research-wrap ul li .info{
    width:100%;
  }
  .ig-research-wrap ul li .info {
    padding-left:0;
  }
  .ig-research-wrap ul li::after {
    display:none;
  }


}
/* 컨텐츠 테이블(no boarder) */
table.tbl_nobd {margin:5px 0 10px;}
table.tbl_nobd thead  {}
table.tbl_nobd thead th {padding:15px 0; text-align:center;}
table.tbl_nobd tbody th, table.tbl_nobd tbody td {padding:15px 0; vertical-align:top;}
table.tbl_nobd tbody th {text-align:left; font-weight:normal; color:#c3c3c3;}
table.tbl_nobd tbody td {text-align:left;}


/* 주요시설 (구)
.facility_box1 {margin-bottom:70px; overflow:hidden;}
.facility_box1 .left_sec, .facility_box1 .right_sec {float:left; height:536px;}
.facility_box1 .left_sec {width:830px; height:536px; overflow:hidden}

.facility_box1 .right_sec {width:calc(100% - 830px); padding:2rem 3rem; background:#3a3944; color:#fff;}
.facility_box1 .right_sec table {}
.facility_box1 .right_sec table tbody td { color:#fff;}
.facility_box2 {}
.facility_box2 ul.con {overflow:hidden;}
.facility_box2 ul.con li {float:left; width:33.3333%; height:300px; padding:0 30px; border-left:1px solid #e0e0e0; letter-spacing:-1px;}
.facility_box2 ul.con li:first-child {border-left:0 none;}
.facility_box2 ul.con li h4 {margin-bottom:50px; position:relative; font-size:22px;}
.facility_box2 ul.con li h4:before {display:block; content:""; position:absolute; left:0; bottom:-20px; width:50px; height:3px; background:#4d3fcd;}
.facility_box2 ul.con li dt {margin-bottom:10px; font-weight:bold;}
.facility_box2 ul.con li dd {margin-bottom:40px; color:#7e7e7e;}

@media only screen and (max-width:1400px) {
  .facility_box1 .left_sec { width:calc(100% - 400px);}
  .facility_box1 .right_sec { width:400px;}
  .facility_box1 .left_sec img { height:100%; }

}

@media only screen and (max-width:1026px){
  .facility_box1 {margin-bottom:30px;}
  .facility_box1 .left_sec, .facility_box1 .right_sec {float:none; height:auto;}
  .facility_box1 .left_sec {width:100%;}
  .facility_box1 .left_sec img {width:100%; height:auto;}
  .facility_box1 .right_sec {width:100%;; padding:20px 30px;}
  .facility_box1 .right_sec table {font-size:14px;}

  .facility_box2 ul.con li {float:none; width:100%; height:auto; padding:20px 20px 0; border-left:0 none; border-bottom:1px solid #e0e0e0;}
  .facility_box2 ul.con li h4 {margin-bottom:40px; position:relative; font-size:18px;}
  .facility_box2 ul.con li dt {margin-bottom:10px;}
  .facility_box2 ul.con li dd {margin-bottom:20px;}
}
*/

/* 센터 개요 */
.facility_box1 {margin-bottom:70px; overflow:hidden;}
.facility_box1 .left_sec, .facility_box1 .right_sec {}
.facility_box1 .left_sec {width:100%;}

.facility_box1 .right_sec {width: 100%;padding:2rem 3rem;background:#3a3944;color:#fff;}
.facility_box1 .right_sec ul {
  display: flex;
  flex-wrap: wrap;
}
.facility_box1 .right_sec li {
  margin: 2.5rem 0;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
  flex: 1;
}
.facility_box1 .right_sec strong {
  font-size: 1.8rem;
  margin-right: 1rem;
  color:#c3c3c3;
  display: block;
  margin-bottom: 1rem;
}



.facility_box2 {}
.facility_box2 ul.con {display: flex;flex-wrap: wrap;}
.facility_box2 ul.con > li {width: calc(100% / 3);padding:0 30px;border-left:1px solid #e0e0e0;letter-spacing:-1px;}
.facility_box2 ul.con > li:first-child {border-left:0 none;}
.facility_box2 ul.con li h4 {margin-bottom:50px; position:relative; font-size:22px;}
.facility_box2 ul.con li h4:before {display:block; content:""; position:absolute; left:0; bottom:-20px; width:50px; height:3px; background:#4d3fcd;}
.facility_box2 ul.con li dt {margin-bottom:10px; font-weight:bold;}
.facility_box2 ul.con li dd {margin-bottom:40px; color:#7e7e7e;}

@media only screen and (max-width:1400px) {
  .facility_box1 .left_sec {}
  .facility_box1 .right_sec {}
  .facility_box1 .left_sec img { height:100%; }

}

@media only screen and (max-width:1026px){
  .facility_box1 {margin-bottom:30px;}
  .facility_box1 .left_sec, .facility_box1 .right_sec {float:none; height:auto;}
  .facility_box1 .left_sec {width:100%;}
  .facility_box1 .left_sec img {width:100%; height:auto;}
  .facility_box1 .right_sec {width:100%;; padding:20px 30px;}
  .facility_box1 .right_sec table {font-size:14px;}

  .facility_box2 ul.con > li {float:none; width:100%; height:auto; padding:20px 20px 0; border-left:0 none; border-bottom:1px solid #e0e0e0;}
  .facility_box2 ul.con li h4 {margin-bottom:40px; position:relative; font-size:18px;}
  .facility_box2 ul.con li dt {margin-bottom:10px;}
  .facility_box2 ul.con li dd {margin-bottom:20px;}
}

/* 시험분석 */
.b_box >ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:2rem;
}
.b_box >ul > li {    flex: 1;}
.b_box .box{position:relative;background:url(../images/contents/bg_research_box.png) no-repeat 50% 50%;background-size: cover;height: 323px;padding: 5em 2em;text-align: center;}
.b_box .box .box_icon{ margin-bottom:1rem}
.b_box .box .box_kr{
  font-size: 1.4em;
  font-weight: bold;
}
.b_box .box .box_num{position:absolute;width:30px;height:30px;background:#4d3fcd;color:#fff;border-radius:50%;text-align:center;line-height:30px;font-size: 14px;top:40px;left:50%;transform:translate(-50%);}
.b_box .box .box_en{
  font-weight: 300;
  padding-top:0.4em;
  color:#aaa
}
.box_list { margin-top:2rem;}

@media screen and (max-width:768px){
  .b_box >ul > li {
    flex: inherit;
    flex-basis: calc(100% / 2 - 2rem);
  }
  .b_box .box{height:auto;padding: 3em 1em;background: #f4f4f4;}
  .b_box .box .box_num{top: 15px;}
  .b_box .box .box_icon { margin-top:2rem;}
  .b_box .box .box_kr{font-size:1.2em;}


}
@media screen and (max-width:480px){
  .b_box >ul > li {
    flex-basis: 100%;
  }

}


/* 장비 예옉 1. 캘린더 */
.reserve_state{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.reserve_state .calendar_wrap{
  width: 100%;
}
.reserve_state .state_info_wrap{
  width:30%;
  background-color:#f4f7fb;
}


@media screen and (max-width:768px){
  .reserve_state .calendar_wrap{
    width: 100%;
    padding-right:0;
  }
  .reserve_state .state_info_wrap{
    width:100%;
  }

}


.reserve_calendar .choice_mon{
  position: relative;
  color: #222;
  width: 220px;
  height: 48px;
  font-size: 1.125em;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.reserve_calendar .choice_mon > span{
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #222;
  padding-bottom: 2px
}
.reserve_calendar .choice_mon > button{
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 50%;
  background-color: #ccd4dc;
  border-radius: 50%;
  margin-top: -12px;
  color:#fff;
  line-height:20px;
}
.reserve_calendar .choice_mon > button.prev{
  left: 20px;
}
.reserve_calendar .choice_mon > button.next{
  right: 20px;
}
.calendar_wrap table thead th{
  height: 48px;
  color: #fff;
  font-size: 0.75em;
  letter-spacing: -0.05em;
  font-weight: 400;
  background-color: #130a41;
  vertical-align: middle
}
.calendar_wrap table tbody td{
  border-top: 1px dashed #ccd4dc;
  background-color: #f4f7fb
}
.calendar_wrap table tbody tr:first-child td{
  border-top: 0 none
}
.calendar_wrap table tbody td > button{
  position: relative;
  display: block;
  width:100%;
  height: 80px;
  line-height: 1;
  padding: 10px 15%

}
.calendar_wrap table tbody td > button:hover > span,
.calendar_wrap table tbody td > button:focus > span{
  text-decoration: underline
}
.calendar_wrap table tbody td button.reserv_no {
  background-color: #f6b3a7;
}
.calendar_wrap table tbody td button.select_day {
  background-color: rgba(77, 63, 205, 0.1);
}
.calendar_wrap table tbody td button.select_day::after{
  border:5px solid #4d3fcd;
  width:100%;
  height:100%;
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
}
.calendar_wrap table tbody td button.today {
  background: #b0e2fe;
}


.cal-data-info { margin-top:2rem;  font-size: 1.4rem;}
.cal-data-info span { position:relative; vertical-align: middle; display: inline-block; width: 15px; height: 15px; border-radius: 50%; margin: 0 5px 0 20px;}
.cal-data-info .reserv_no {background:#f6b3a7;}
.cal-data-info .today {background: #b0e2fe;}
.cal-data-info .reserv_comp {background: #ebebf3}
.cal-data-info .select_day {  background-color: rgba(77, 63, 205, 0.1);}
.cal-data-info .select_day::after {
  border: 2px solid #4d3fcd;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


.calendar_wrap table tbody td > a > .state{
  position: absolute;
  bottom: 10px;
  left: 0;
  padding-left: 15%;
}
.calendar_wrap table tbody td > a > .state > span{
  display: block;
  height: 7px;
  line-height: 1;
  margin-top: 3px
}
.choice_date_wrap{
  background-color: #f4f7fb
}
.state_info_wrap h5 {
  background-color:#fff;
  padding-bottom:1rem;
  margin-bottom:0;
}

.choice_date_wrap .choice_date{
  height: 50px;
  line-height: 50px;
  text-align:center;
}
.state_info_wrap .info_list {
  padding:0 2rem;

}
.state_info_wrap .info_list table{
  border-top: 1px solid #919cb6;
  border-bottom: 1px solid #919cb6;
  background-color:#fff;
}
.state_info_wrap .info_list table th {
  height: 48px;
  background-color:#130a41;
  color:#fff;
}
.state_info_wrap .info_list table tbody tr:first-child td{
  border-top: 0 none;
}
.state_info_wrap .info_list table tbody td{
  font-size: 0.875em;
  border-top: 1px dashed #ccd4dc;

  padding: 10px 0;
}
.state_info_wrap .info_list table tbody td:first-child {
  color: #222;
  font-weight: 400;
  text-align: center
}

.state_info_wrap .info_list table tbody td span.reserv-btn {
  display: inline-block;
  margin-left:1rem;
  width:92px;
  text-align:center;
  background:#4d3fcd;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
}
.state_info_wrap .info_list table tbody td span.reserv-btn.reserv-no {
  background-color:#f66d53;
}


.res-dev-info {
  display:flex;
  border:1px solid #595959;
  padding:3rem;
  margin-bottom:3rem;
  flex-wrap: wrap;
}
.res-dev-info .thumb {
  display: flex;
  align-items: center;
  margin:2rem 0;
}
.res-dev-info .thumb  span {
  width:100px;
  height:100px;
  display: inline-block;
  position: relative;
  margin-right:3rem;
}
.res-dev-info .thumb img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.res-dev-info .thumb img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.res-dev-info .info > b {
  font-weight:700;
  font-size:2.2rem;
  margin-bottom:1.5rem;
  display:block;
}
.res-dev-info ul {
  display: flex;
  flex-wrap: wrap;
}
.res-dev-info ul li {
  width:50%;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left:1rem;
  font-size:1.6rem;
}
.res-dev-info ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  content: '';
  background: #4d3fcd;
  margin-top: -2px;
}
.res-dev-info ul li b {
  display: inline-block;
  width: 140px;
  font-weight: 600;
}

.res-dev-info ul li span {
  display:inline-block;
  width: calc(100% - 140px);
  padding-left: 2rem;
  position: relative;
}
.res-dev-info ul li span ::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #ddd;
}
@media all and (max-width:840px) {

  .res-dev-info ul li  {
    width:100%;
  }
  .res-dev-info ul li b {
    width:100px;
  }
  .res-dev-info ul li span {
    width: calc(100% - 100px);
  }

}
@media all and (max-width:480px) {
  .res-dev-info .thumb {
    width:100%;
    margin:0 auto;
  }

}







/* 예약 조회 */
.reservation-list { }
.reservation-list > .box {
  margin-bottom:2rem;
  display: flex;
  border:1px solid #ddd;
  padding:3rem;
  border-radius:2rem;
}
.reservation-list > .box > ul {
  width:calc(100% - 240px);
  padding-right:3rem;
}
.reservation-list > .box > ul li.res-info {
  display: flex;
  justify-content: space-between;
}
.reservation-list > .box > ul li.res-info span.label-state {
  display:inline-block;
  padding: 0.5rem 1rem;
  border:1px solid #4d87fc;
  color:#4d87fc;
  background-color: rgba(77, 135, 252, 0.12);
  font-size: 1.5rem;
  border-radius: 0.5rem;
}
.reservation-list > .box > ul li.res-info span.res-number {

}
.reservation-list > .box > ul li.thumb {
  display: flex;
  align-items: center;
  margin:2rem 0;
}
.reservation-list > .box > ul li.thumb span {
  width:100px;
  height:100px;
  display: inline-block;
  position: relative;
  margin-right:3rem;
}
.reservation-list > .box > ul li.thumb span img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reservation-list > .box > ul li.thumb span img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.reservation-list > .box > ul li.thumb b {
  font-weight:700;
  font-size:1.8rem;
}
.reservation-list > .box > ul li .date-box {
  background-color:#f9f9f9;
  border-radius:1rem;
  display: flex;
  padding: 2rem 3rem;
  position: relative;
}
.reservation-list > .box > ul li .date-box::after {
  content:"";
  display:block;
  width:10px;
  height:50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="gray" /></svg>');
  opacity: 0.3;
}
.reservation-list > .box > ul li .date-box dl {
  width:50%;
}
.reservation-list > .box > ul li .date-box dl:last-child {
  padding-left:3rem;
}
.reservation-list > .box > ul li .date-box dt {
  color:#777;
  font-size: 1.65rem;
  margin-bottom: 0.5rem;
}
.reservation-list > .box > ul li .date-box dd {
  font-weight:700;
}
.reservation-list > .box > .right-btn {
  width:240px;
  border-left:1px solid #ddd;
  padding-left:3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.reservation-list > .box > .right-btn button {
  display:block;
  width:100%;
  margin: 0.5rem 0;
}



/* 사이트맵 */
.sitemap1 > ul,
.sitemap1 > ul > li > div > ul,
.sitemap1 > ul > li,
.sitemap1_1depth .depth{ width: 100%; display: flex; flex-wrap: wrap}
.sitemap1 > ul > li > div { width:100%;}
.sitemap1 > ul > li{ margin-bottom: 60px}
.sitemap1 > ul > li > a{ display: block;  font-size:2.6rem; font-weight:700;
  padding: 20px 5px; margin-bottom: 25px;
  border-bottom: solid 2px #000; width: 100%; display: block; text-align: left;}
.sitemap1 > ul > li > a .close,
.sitemap1 > ul > li > a .open{ display: none}
.sitemap1 > ul > li > div > ul > li{ width: calc((100% - 180px)/4);  margin-right: 60px}
.sitemap1 > ul > li > div > ul > li:nth-child(4n){ margin-right: 0}
.sitemap1 > ul > li > div > ul > li a{ display:block; padding: 15px 10px; width: 100%; border-bottom: solid 1px #ddd}
.sitemap1 > ul > li > div > ul > li a:focus,
.sitemap1 > ul > li > div > ul > li a:hover{ color: #203a91; border-color: #203a91; background: url("../images/contents/arr_sitemap.png") no-repeat right 15px center}
@media (max-width: 800px){
  .sitemap1 > ul > li > div > ul > li{ width: 100%; margin-right: 0}
}


/* 본인인증 */
.certification {
  display: flex;
}
.certification .phone-certification {
  width: 40%;
  margin: 0 5%;
  text-align: center;
}
.certification .iconBtn {
  display: block;
  width: 15rem;
  margin: 0 auto 3rem;
}
.certification .iconBtn-info {
  padding-left: 0;
}
