@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;
  list-style: none;
}
.tab2 ul li + li {
  margin-left: -1px;
}
.tab2 ul li a,
.tab2 ul li button{
  display: flex;
  width:100%;
  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,
.tab2 ul li.active button{
  background: #484e66;
  color: #fff;
  position: relative;
}
.tab2 ul li.active a::after,
.tab2 ul li.active button::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;
}
.tab3 {
  margin: 2rem 0;
}
.tab3 ul {
  padding-bottom: 1.1rem;
  display: flex;
  overflow: auto;
}
.tab3 ul li {
  flex: 1;
  border: 1px solid #b2b4bc;
  list-style: none;
}
.tab3 ul li + li {
  margin-left: -1px;
}
.tab3 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  position: relative;
  letter-spacing: -0.03em;
}
.tab3 ul li.active {
  border-color: #2b3c8d;
}
.tab3 ul li.active a {
  background: #2b3c8d;
  color: #fff;
  position: relative;
}

.tabarea {
  margin-top: 0rem;
  background-color: #f4f5f9;
  display: flex;

}
.tabarea > div {
  padding: 3rem 10rem;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.tabarea > div .board__info-search {
  margin: 0
}
.tabarea.type02 > div {
  align-items: center;
  gap:0 5px;
}
.tabarea.type02 .board__info-search{
  flex: 1 0 auto;
  height:5rem;
  margin-bottom: 0.8rem;
}
.tabarea.type02 .btn-wrapper .btn {

}
.tabarea.type02 .btn-wrapper2 {
  margin-bottom: 0.8rem;

}
.tabarea.type02 .board__info-date-type {
  margin-bottom: 0.8rem;
}

.tabarea.type02 .datepicker-wrap {
  width:auto;
}



/*
.tabarea > div .board__info-search .select {
  min-width: 20rem;
}
.tabarea > div .board__info-search input {
  width:99rem;
}
*/

@media (max-width: 1026px) {
  .tabarea {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .tabarea.type02 .board__info-search {
    width:100%;
  }
}
@media (max-width: 480px) {

  .tabarea > div {
    padding:3rem;
  }
}

.tabarea > .btn-wrapper {
  margin:0;
}

/* common */
.contents {
  padding: 6rem 0 16rem;
  color: #595959;
  line-height: 1.3333333333;
  position: relative;
  min-height: 64rem;
}
.contents .sub-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.contents .sub-title h3 {
  color: #121212;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.contents .sub-title-util {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contents .sub-title-location {
  display: flex;
  margin: 0 -1rem;
}
.contents .sub-title-location > * {
  position: relative;
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #3b3b3b;
}
.contents .sub-title-location > *::after {
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  background: #3b3b3b;
  border-radius: 50%;
  opacity: 0.3;
  position: absolute;
  right: -1.5px;
  top: 50%;
  transform: translateY(-50%);
}
.contents .sub-title-location > *:last-child::after {
  display: none;
}
.contents .sub-title-location > a {
  color: #9899b1;
}
.contents .sub-title-share {
  margin-left: 2.5rem;
  display: flex;
  margin-left:auto
}
.contents .sub-title-share > div {
  padding: 0 1rem;
  position: relative;
}
.contents .sub-title-share > div::after {
  display: block;
  content: '';
  width: 1px;
  height: 1.4rem;
  background: #acacac;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5px;
}
.contents .sub-title-share > div:last-of-type::after {
  display: none;
}
.contents .sub-title-share > div > a i {
  font-size: 2rem;
  color: #9899b1;
  line-height: 1;
}
.contents .sub-title-share > div > a i.ri-close-fill:before {
  content: '\eb98' !important;
}
.contents .sub-title-share > div > a:hover i {
  opacity: 1;
}
.contents .sub-title-share-box {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  top: calc(100% + 1rem);
  padding: 1rem 2rem 1rem 1rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 3;
  display: none;
}
.contents .sub-title-share-box ul li.facebook a i {
  color: #29487d;
}
.contents .sub-title-share-box ul li.kakao a i {
  color: #ffc20f;
}
.contents .sub-title-share-box ul li.twitter a i {
  color: #1da1f2;
}
.contents .sub-title-share-box ul li.blog a i {
  color: #2cb400;
  line-height: 1.5;
  font-size: 2rem;
}
.contents .sub-title-share-box ul li a {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  padding: 0;
  position: relative;
  border-radius: 50%;
  height: 3.2rem;
}
.contents .sub-title-share-box ul li a i {
  font-size: 2.2rem;
  color: #646464;
  width: 3rem;
  line-height: 1;
}
.contents .sub-title-share-box ul li a span {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
  margin-left: 0.5rem;
}
.contents h4 {
  color: #203a91;
  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 + .table-wrapper--form {
  margin-top: 0;
}
.contents h5:first-of-type {
  margin-top: 0;
}
.contents h5.exist {
  margin-top: 5.6rem;
}
.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 #c6cad0;
}
.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;
  }
}
* + .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;
}
* + .bul3 {
  margin-top: 1.5rem;
}
.bul3 li {
  position: relative;
  padding-left: 1.5rem;
}
.bul3 li::before {
  display: block;
  content: '';
  width: 0.5rem;
  height: 0.1rem;
  background: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.bul3 li + li {
  margin-top: 0.8rem;
}




/* 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: '';
  width: 5px;
  height: 5px;
  background: #4572bb;
  border-radius: 50%;
  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 2rem;
}
.table-wrapper--type2 {
  margin-bottom: 5.6rem;
}
.table-wrapper--type2 .table-container {
  border-top: 1px solid #c6cad0;
  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::before {
  font-family: 'remixicon';
  content: '\ea62';
  width: 8rem;
  height: 8rem;
  background: #fff;
  color: #203a91;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 8rem;
  font-size: 3.6rem;
  z-index: 2;
  border-radius: 50%;
}
.table-container::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(32, 58, 145, 0.75);
  top: 0;
  left: 0;
  z-index: 1;
}
.table-container::before,
.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.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 #c6cad0;
  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 #c6cad0;
  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;
  width: 100%;
}
.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: 55%;
  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 #c6cad0;
  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 #c6cad0;
  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 #c6cad0;
}
.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 #c6cad0;
  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 #c6cad0;
}
.table-container table .input .autoCompletePart a:hover {
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .table-wrapper--form .table-container table th,
  .table-wrapper--form .table-container table td {
    padding: 1.5rem;
    vertical-align: middle;
  }
  .table-wrapper--form colgroup col:nth-of-type(1) {
    width: 100px !important;
  }
  .table-wrapper--form colgroup col:nth-of-type(3) {
    width: 100px !important;
  }
  .table-container table tr th,
  .table-container table tr td {
    font-size: 1.8rem;
  }
  .table-container table tr th {
    padding: 1.5rem;
    border-left: none;
  }
  .table-container table tr td {
    padding: 1.5rem;
    border-right: none;
  }
  .table-container table .label-box {
    display: none;
  }
}
@media (max-width: 640px) {
  .table-wrapper--type2 table {
    margin-left:0;
  }
  .table-wrapper--type2 colgroup {
    display:none;
  }
  .table-wrapper--type2 table tr th,
  .table-wrapper--type2 table tr td  {
    width: 100%;
    display: block;
    border-top: none;
  }
  .table-wrapper--type1 .table-container{
    width:100%;
    overflow-x: scroll;

  }
  .table-wrapper--type1 .table-container table {
    width:1000px;
  }
  .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;
  background-color: #f4f5f9;
  border-radius: 1rem;
  padding: 3.2rem;
}
.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-icon {
  background: #fff;
  border: 4px solid #203A91
}
.step ul li.active .step-title-number {
  color: #acc4eb;
}
.step ul li.active .step-title-topic {
  color: #203A91;
}
.step-item {
  border-radius: 1rem;
  /* border: 1px solid #c6cad0; */
  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: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #FFF;
}
.step-icon img {
  max-width: 100%;
}
.step-title {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
}
.step-title-number {
  color: #203a91;
  font-size: 1.6rem;
  font-weight: 700;
}
.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: 5rem;
  background: #FFFFFF;
  border-radius: 1rem;
  border: 1px solid #DDD;
}
.scroll-area > strong,
.scroll-area > h6 {
  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;
  }
}
.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;
}
.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: 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 strong {
  width: 100%;
}
.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 #c6cad0;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1rem;
  white-space: nowrap;
}
.festival-item-state-from > small {
  display:block;
  font-size:1.6rem;
  color:#a4a6b1;
  font-weight: 400;
  margin-top: 0.2rem;
}
.festival-item-info {
  padding: 4rem;
  display: flex;
  align-items: center;
}
.festival-item-info-icon {
  flex-shrink: 0;
  width: 14rem;
  height:14rem;
  background: #ecedef;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecedef url(../images/contents/icon-paper.svg) no-repeat 50% 50%;
  background-size: 50%;
}


/*
.festival-item-info-icon {
  flex-shrink: 0;
  width: 14rem;
  height:14rem;
  background: #ecedef;
  border-radius:100%;
  display: flex;
  align-items: center;
  justify-content: center
  background: #ecedef url(../images/contents/icon-paper.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.festival-item-info-icon img {
  width:50px;
  height:50px
}*/
.festival-item-info-img {
  flex-shrink: 0;
  width: 14rem;
  height:20rem;
  background: #ecedef;
  border:1px solid #ecedef;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecedef url(../images/contents/icon-paper.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.festival-item-info-img.img2 {
  height:10rem
}
.festival-item-info-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
.festival-item-info-text-title {
  color: #203a91;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  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.8rem;
  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.8rem;
  word-break: break-all;
  display: flex;
}
.festival-item-info-text-info li.tag {
  margin-top:1rem;
  flex-wrap: wrap;
}
.festival-item-info-text-info li.tag span {
  margin-right:0.5rem;
  color:#203a91;
  background-color: #eeeff4;
  padding: 0.5rem;
  font-size:1.4rem;
  margin-bottom:0.5rem;
}
.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;
}
.label-source {
  display:inline-block;
  padding:.3rem .8rem;
  color: #203a91;
  border:1px solid  #203a91;
  border-radius:2rem;
}
.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 {
  margin-top: 6rem;
  padding: 4.5rem 3rem;
  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(../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;
}
.business .board__view-title-list {
  padding: 4rem 2rem
}
.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: #203A91;
}
.board__view-title-list .biz-category li strong {
  padding: 1rem 0 0.5rem;
  font-size: 2rem;
}
.board__view-title-list .biz-category li span {
  position: inherit;
  font-size: 16px;
  font-weight: normal;
}
.iconbox-info-icon + .iconbox-info-text p {
  font-size:1.6rem;
}
.iconbox.business {
 padding-bottom: 0;
  margin-bottom: 0;
  border: 0px;
  background-color: #f4f5f9;
  border-radius: 0;
}
.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 {
  overflow: hidden;
  position: relative;
}
.srch-keyword:before {
  content: '';
  position: absolute;
  top: 3rem;
  left: 0;
  background-color: #c6cad0;
  width: 1px;
  height: calc(100% - 7rem);
  z-index: 1;
  display: block;
}
@media (max-width: 1026px) {
  .srch-keyword:before {
    width:100%;
    height:1px;
  }
}

.certification {
  display: flex;
}
.certification .phone-certification {
  width: 40%;
  margin: 0 5%;
  text-align: center;
}
.certification .phone-certification {}
.certification .iconBtn {
  display: block;
  width: 15rem;
  margin: 0 auto 3rem;
}
.certification .iconBtn-info {
  padding-left: 0;
}
.business .board__view-keyword {
  background-color: #e7eaef;
  border-radius: 0.3rem;
  margin-bottom: 3rem;
}
.no_resize{
  resize: none;
}
.debate-detail-item-icon i,
.debate-detail-item-icon em {
  display: block;
}
.debate-detail .table-container table .input {
  width: 100%
}
.board__view-title-list ul li.state span:nth-child(2) {
  position: inherit;
}
.board__view-title-list ul li.state span:nth-child(2).btn-orange,
.board__view-title-list ul li.state span:nth-child(2).btn-blue {
  color: #FFFFFF;
}
#com_user .scroll-area.checks.target .radio {
  margin : 0 0 0 10%;
}
#com_user .table-wrapper.table-wrapper--form h5 {
  display: block;
  margin-top: 5rem;
}
#com_user strong.table-caption {
  margin: 0.5rem 0 1rem 0;
 }
#com_user .table-container table .select,
#fmb_company .table-container table .select {
  display: inline-flex;
  width: 24rem;
}
#com_user .table-container table .select select,
#fmb_company .table-container table .select select {
  border-color: #c6cad0;
}
#com_user .table-container table .input.input-homepage,
#fmb_company .table-container table .input.input-homepage {
  width: calc(100% - 60px);
}
#com_user .table-container table .input label.error {
  display:block;
  width: 30rem;
  position:absolute;
  top: 0.5rem;
  left: 25rem;
  padding-left: 27px;
  color: #FF6600;
  line-height: 1.3;
}
#com_user .table-container table .input label.error::before {
  display: block;
  font-family: 'remixicon';
  content: '\eb23';
  color: #FF6600;
  font-size: 2.4rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
/*.phone-certification {
  width:
}*/
.iconBtn-info-btn .sns-list {
  margin:0 auto;
  display:block;
  width: 20rem;
}
.iconBtn-info-btn .sns-list li {
  height:5rem;
  width: 100%;
}
.iconBtn-info-btn .sns-list li span {
  font-size:1.6rem
}
.iconBtn-info-btn .sns-list li a.sns01 {
  border: 1px solid #EEEEEE;
}
/*#fmb_resource */.board__view-title {
  border-bottom: 1px solid #555
}
/*#fmb_perf .board__view-info,
#fmb_resource .board__view-info {
  padding-top: 2rem;
}*/
#fmb_resource .graybox,
#fmb_thesis .graybox {
  margin-top:3rem
}
#detail .board__info-search input {
  width: 100%;
}
#detail .table-wrapper--form .table-container table th {
  padding: 1.5rem 0;
}
#detail .table-wrapper--form .table-container table td {
  padding: 0.5rem 0rem
}
#detail .srch-btn-wrapper {
  margin: 2rem 0 2rem auto !important
}
.plani-board-lists .board__info .board__info-search {
  margin-bottom: 0;
}
.plani-board-lists .festival-item-info-text-info li strong {
  width: 7rem;
  display: inline-block;
  font-size: 1.6rem;
  color: #a4a6b1;
  font-weight: normal;
}
.plani-board-lists .festival-item-info-text-info li span {
  width:calc(100% - 7rem - 2rem);
}
#fmb_consulting .iconbox.business.point-event,
#fmb_company .iconbox.business.point-event {
  background-color: #203A91;
  border-radius: 1rem 1rem 0 0;
}
#fmb_consulting .iconbox.business.point-event .iconbox-info,
#fmb_company .iconbox.business.point-event .iconbox-info {
  border-bottom: none;
}
#fmb_consulting .iconbox.business.point-event .iconbox-info-text strong,
#fmb_company .iconbox.business.point-event .iconbox-info-text strong {
  font-size: 2.5rem;
  color: #FFF;
}
#fmb_consulting .iconbox.business.point-event .iconbox-info-icon + .iconbox-info-text p,
#fmb_company .iconbox.business.point-event .iconbox-info-icon + .iconbox-info-text p {
  color: #c6cad0
}
#fmb_consulting .iconbox.business.point-event .btn,
#fmb_company .iconbox.business.point-event .btn {
  color: #323A45;
  font-weight: bold;
  font-size: 1.8rem;
}
#fmb_company .tabarea {
  display: inherit;
}
#fmb_company .tabarea > div {
  display: inherit;
}
#fmb_company .festival-item-state-from {
  padding-left: 0;
}
#fmb_company .business .festival-item-info-text {
  display: flex;
}
#fmb_company .festival-item-info {
  padding: 2rem 4rem;
}
/*
#fmb_company .festival-item-info-text-info li {
  display: inline-flex;
  width: 49.5%;
}
*/
.board__view-title-list .biz-category li {
 /* width: 20%;*/
}
.board__view-title-list .biz-category li strong {
  height: 40px;
}
#fmb_company .contents h5 + .table-wrapper--form {
  margin-top: 0 !important;
}
#fmb_company .table-wrapper--form .table-container table th {
}
#fmb_company .board__view-info {
  padding-top: 0;
}
#fmb_company .board__view-info h5 {
  margin-top:2rem;
}
#fmb_consulting .debate-detail,
#fmb_company h4 {
  margin-top:0;
}
#fmb_consulting .festival {
  margin-bottom: 3rem;
}
#fmb_consulting .festival-item,
#fmb_company .festival-item {
  width: 33.3%
}
#fmb_consulting .festival-item > div {
  border: none;
  box-shadow: 0 10px 10px rgba(0 0 0 / 0.15)
}
#fmb_consulting .festival-item .festival-item-state {
  display: inherit;
  height: auto;
  padding: 4rem 4rem 0;
  background: none;
}
#fmb_consulting .festival-item:nth-of-type(1) > div {
  background: #5E76EE url(../images/contents/consulting_read.svg) no-repeat 148% 174%;
  background-size: 73%;
}
#fmb_consulting .festival-item:nth-of-type(2) > div {
  background-color: #6633cc;
}
#fmb_consulting .festival-item:nth-of-type(3) > div {
  background-color: #669966;
}
#fmb_consulting .festival-item .festival-item-state-from {
  padding-left: 0;
}
#fmb_consulting .festival-item > div .festival-item-state em {
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: inline-block;
}
#fmb_consulting .festival-item:nth-of-type(1) > div .festival-item-state em {
  border-radius: 20px;
  border: 2px solid #FFF;
  padding: 0.5rem 2rem;
}
#fmb_consulting .festival-item:nth-of-type(2) > div .festival-item-state em {
  text-decoration: underline;
}
#fmb_consulting .festival-item:nth-of-type(3) > div .festival-item-state em {
  color: #ffff00;
}
#fmb_consulting .festival-item > div .festival-item-state strong {
  display: block;
  color: #FFF;
  font-size: 2.5rem;
}
#fmb_consulting .festival-item-info-text-desc {
  color: #FFFFFF;
  -webkit-line-clamp: 2;
  text-shadow: 0px 1px 1px rgba(0 0 0 /0.3);
}
#fmb_consulting .festival-item:nth-of-type(1) .festival-item-info-text-desc {
  width: 60%;
  -webkit-line-clamp: 3;
}
#fmb_consulting .festival-item-info-text-info {
  display: flex;
}
#fmb_consulting .festival-item-info-text-info li {
  display: inline-flex;
  margin-right: 1.5rem;
  color: #FFF;
}
#fmb_consulting .festival-item-info-text-info li + li {
  margin-top: 0;
}

@media (max-width: 1024px) {
  #fmb_company .festival-item,
  #fmb_consulting  .festival-item {
    width: 50%;
  }
}
@media (max-width: 587px) {
  #fmb_company .festival-item,
  #fmb_consulting  .festival-item {
    width: 100%;
  }
}







/* 이메일 무단수집 거부 */
.email-reject {
  text-align: center;
  padding: 4rem 2rem;
  border:2px solid #ddd;
  margin-bottom:5rem;
}
.email-reject strong {
  font-size:3.2rem;
  display:block;
  margin:2rem 0;
  color:#000;
}

.email-reject > span.icon {
  display: block;
  background: #f9f9f9 url("../images/contents/ico_email_reject.svg") center no-repeat;
  background-size:90px;
  width: 165px;
  height: 165px;
  border-radius: 100px;
  margin: 0 auto;
}


/* 플랫폼 소개 */
.about-fmblab {
  padding:5rem;
  background:#ffbba6 url(../images/contents/bg-platform.jpg) no-repeat top center / cover;
  color:#000;
}
.about-fmblab .about-top-title {
  padding:3rem 0 6rem 0;
  background: url(../images/contents/img_about_intro.png) no-repeat bottom -20px right 50px;
}
.about-fmblab .about-top-title h3 {
  font-size:6rem;
   line-height:1.1;
  font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  letter-spacing: -1px;
}
.about-fmblab .about-top-title h3 span {
  display:block;
}
.about-fmblab .about-top-title h3 .point {
  color:#ff6e40;
}
.about-title {
  max-width:500px;
  margin: -5.5rem  auto 3rem auto;
  background-color:#ff6e40;
  color:#000;
  font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
  font-weight:600;
  text-align:center;
  border:2px solid #000;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  font-size: 2.6rem;
}
.about-row {
  background-color:#fff;
  border:2px solid #000;
  border-radius:4rem;
  padding:3rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.about-fmblab .cbox {
  position: relative;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -.6px;
  line-height: 1.4;
  padding: 4rem  0;
  text-align:center;
  z-index:1;
  height:300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-fmblab .cbox:before {
  background: url(../images/contents/bg_cbox.png) no-repeat;
  background-position: 50%;
  background-size: 100%;
  content: "";
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width:100%;
  z-index:-1;
}
.about-stitle {
  margin-bottom:3rem;

}
.about-stitle strong {
  color:#ff6e40;
  font-size:2.6rem;
  font-weight:700;
  display:inline-block;
  font-family: 'GmarketSans', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
}
.about-stitle strong::before {
  content:"";
  display:inline-block;
  width:35px;
  height:35px;
  vertical-align: middle;
  margin-right:1rem;
  background:url(../images/contents/bg_about-stitle.svg) no-repeat center center / cover
}
.about-stitle p {
  padding-left:45px
}
.txt-title {
  color:#000;
  text-align:center;
  font-size: 2.6rem;
  margin-bottom:2rem;
}
.about-cont01  > ul  {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-cont01 > ul > li {
  width: calc(100%/3);
  padding:0 3rem;
  position: relative;
  text-align:center;

}
.about-cont01> ul > li::after {
  content: "\ea13";
  font-family: remixicon!important;
  position: absolute;
  right: -3rem;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #e9e9e9;
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
}
.about-cont01> ul > li:last-child::after {
  display:none;
}
.about-cont01 .img-6info {
  position: relative;
  text-align:left;
  padding-left:2rem;
}
.about-cont01 .img-6info dl {
  position: absolute;
  top: 0;
  right: 0;
  display:flex;
  width: 220px;
  flex-wrap: wrap;
  justify-content: center;
}
.about-cont01 .img-6info dl dd {
 /* width: 70px;
  height: 70px;*/
  width:calc(100% /3);
  border-radius: 100%;
  margin: 0 -0.4rem;
  background-color: #008aff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
  text-align: center;
}
.about-cont01 .img-6info dl dd::before{
  content:"";
  display:block;
  padding-top:100%;
}
.about-cont01 .img-6info dl dd:nth-child(2n) {
  background-color:#5464ff
}
.about-cont01 .img-6info dl dd:nth-child(3n) {
  background-color:#06a29e
}
.about-cont01 .img-6info dl dd font font {
  font-size:1.3rem;
  font-weight:400;
}
.about-cont01 .img-think {
  position: relative;
}
.about-cont01 .img-think dl  {
  position: absolute;
  left:50%;
  margin-left:50px;
  top:0;
  color:#fe4141;
  font-size:2rem;
  font-weight:900;
}
.about-cont01 .img-think dl dd {  text-align: justify;}
.about-cont02  > ul  {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-cont02 > ul > li {
  width: calc(100%/3 - 4rem);
  position: relative;
}
.about-cont02 > ul > li > span {
  position: absolute;
  right: -8rem;
  top: 50%;
  width: 110px;
  height: 110px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%);
  z-index: 1;
}

.about-cont02 > ul > li > div {
  border:2px solid #000;
  border-radius: 4rem 4rem 4rem 0rem;
  padding:1rem;
  height:100%;
  text-align: center;
}
.contents .about-cont02 > ul > li > div h5:first-of-type {
}
.about-cont02 > ul > li > div h5 {
  background-color: #000;
  min-width:110px;
  color: #fff;
  height: 50px;
  padding: 0.5rem 1rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -30px);
  position: absolute;
  margin: 0;
  left: 50%;
}

.about-cont02 > ul > li > div h6 {
  font-size:1.8rem;
  text-align: center;
  margin: 3rem 0 1rem 0;
}
.about-cont02 > ul > li > div > dl {
  padding-left:120px;
  text-align: left;
  margin-bottom:1rem;
}
.about-cont02 > ul > li:nth-child(1) > div > dl {
  background:url(../images/contents/img_about_cont0104.png) no-repeat 20px center;
}
.about-cont02 > ul > li:nth-child(2) > div  > dl {
  background:url(../images/contents/img_about_cont0105.png) no-repeat 20px  center;
}
.about-cont02 > ul > li:nth-child(3) > div  > dl {
  background:url(../images/contents/img_about_cont0106.png) no-repeat 20px  center;
}
.about-cont02 > ul > li > div > dl { }
.about-cont02 > ul > li > div > dl dt{ }
.about-cont02 > ul > li > div > dl dd{ }
.about-cont03 {
  margin-bottom:4rem
}
.about-cont03  > ul  {
  display:flex;
  flex-wrap: wrap;
}
.about-cont03 > ul > li {
  width:50%;
}
.about-cont03 > ul > li > div { display:flex;}
.about-cont03 > ul > li > div > div.img {
  padding-right:2rem;
}
.about-cont03 dl dt {
  font-size:2rem;
  font-weight: 700;
  margin-bottom:2rem;
}
.about-cont04 > ul > li {
  margin:3rem 0;
}
.about-cont04 > ul > li > div {
  border:3px solid #000;
  border-radius:5rem;
  min-height:19rem;
  position: relative;
}
.about-cont04 > ul > li > div .one-title {
  width:210px;
  height:210px;
  border-radius: 100%;
  background-color:#7591eb;
  color:#fff;
  font-size:2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight:700;
}
.about-cont04 > ul > li:nth-child(2) > div .one-title{
  background-color:#4fa373;
}
.about-cont04 > ul > li > div >ul  {
  display:flex;
}
.about-cont04 > ul > li > div > ul > li  {
  width:50%;
  padding:2rem 10rem;
  text-align:center;
}
.about-cont04 > ul > li > div > ul > li p {
  font-weight:700;
}
.about-cont04 > ul > li > div > ul > li .target-one {
  display:flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.about-cont04 > ul > li > div > ul > li .target-one > div {
  width:100px;
  height:100px;
  background-color:#008aff;
  color:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
  margin:0 -0.5rem;
  border-radius: 100%;

}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg1 {background-color:#00baff;}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg2  {background-color:#2636cb;}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg3  {background-color:#5464ff;}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg4  {background-color:#06a239;}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg5 {background-color:#3dc327}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg6  {background-color:#06a29e;}
.about-cont04 > ul > li > div > ul > li .target-one > div.bg7  {background-color:#0a7370;}


.about-cont05 {

}

.about-cont05>div {
  margin: 0 auto;
}


.about-cont05>div>p:nth-child(2) {
  color: #666;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 30px;
  padding-bottom: 120px
}

.about-cont05>div>div {
  align-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.about-cont05>div>div>div {
  background-color:#fcf9f9;
  border-radius: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 30px;
  position: relative;
  height: 400px;
}

.about-cont05>div>div>div:before {
  background: url(../images/contents/img_about_cont0301.png) no-repeat center center/contain;
  content: "";
  height: 152px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  transition: all .5s ease-in-out;
  width: 206px
}
.about-cont05>div>div>div:hover:before {
  filter: blur(5px);
  opacity: .4;
  transition: all .5s ease-in-out
}
.about-cont05>div>div>div:first-child,.about-cont05>div>div>div:nth-child(2) {
  width: 32%;
}
.about-cont05>div>div>div:nth-child(2):before,.about-cont05>div>div>div:nth-child(2):hover:before {
  background: url(../images/contents/img_about_cont0302.png) no-repeat center center/contain;
}

.about-cont05>div>div>div:nth-child(3) {
  width: 32%;
}

.about-cont05>div>div>div:nth-child(3):before {
  background: url(../images/contents/img_about_cont0303.png) no-repeat center center/contain;
  height: 149px;
  width:234px;
}

.about-cont05>div>div>div:nth-child(4) {
  width: 100%;
  margin-top: 3rem;
  height:500px;
}
.about-cont05>div>div>div:nth-child(4):before {
  background: url(../images/contents/img_about_cont0304.png) no-repeat center center/contain;
  height: 149px;
  width:286px;
  top: 220px
}
.about-cont05>div>div>div>div {
  position: relative;
  z-index: 1
}

.about-cont05>div>div>div>div:first-child>p {
  text-align: left
}

.about-cont05>div>div>div>div:first-child>p:first-child {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -.46px;
  padding-top: 10px
}

.about-cont05>div>div>div>div:first-child>p:nth-child(2) {
  letter-spacing: -.4px;
  line-height:1.6;
  /* opacity: 0; */
  padding-top: 60px;
  position: relative;
  transition: all .5s ease-in-out
}

.about-cont05>div>div>div>div:first-child>p:nth-child(2):before {
  background-color:#FF9900;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 28px;
  width: 20px
}

.about-cont05>div>div>div>div:first-child>p:nth-child(3) {
  color: #aaa;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 28px;
  transition: all .5s ease-in-out
}

.about-cont05 .circle-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: calc(100% - 200px);
}
.about-cont05 .circle-4 > dl {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.about-cont05>div>div>div>div dl {
  position: relative;
}
.about-cont05>div>div>div>div dt {
  width:120px;
  height:120px;
  border:3px solid #FF9900;
  background-color:#fff;
  display:flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
}
.about-cont05>div>div>div>div dd {
  padding-left:3rem;
  position: relative;
}
.about-cont02 > ul > li > div > dl dd,
.about-cont03 dl dd,
.about-cont05>div>div>div>div dd > ul > li {
  padding-left:1rem;
  position: relative;
}
.about-cont02 > ul > li > div > dl dd:before,
.about-cont03 dl dd::before,
.about-cont05>div>div>div>div dd > ul > li::before {
  content:"";
  display:block;
  position: absolute;
  top: 9px;
  left:0;
  width:5px;
  height:5px;
  background-color:#FF9900;
  border-radius:100%;
}

@media (max-width:1600px) {
  .about-fmblab .about-top-title {
    background-size:600px
  }

}
@media (max-width:1200px) {
  .about-fmblab .about-top-title {
    background-size:450px
  }

}

@media (max-width:1026px) {
  .about-cont04 > ul > li > div > ul > li:first-child{
    padding-left:2rem;

  }
  .about-cont04 > ul > li > div > ul > li:last-child{
    padding-right:2rem;

  }
  .about-cont04 > ul > li > div .one-title {
    width:110px;
    height:100%;
    border-radius: 0;
  }
  .about-cont05>div>div>div:before,
  .about-cont05>div>div>div:nth-child(3):before{
    width:80%;
    right:10px;
    bottom:10px;
  }
  .about-cont05>div>div>div:nth-child(4) {
    height:auto;
    padding-bottom:200px;
  }
  .about-cont05>div>div>div:nth-child(4):before {
    top:inherit;
  }
  .about-cont05 .circle-4 {
    width:100%;
  }

}


@media only screen and (max-width: 1190px) and (min-width: 769px) {
  .about-cont02 > ul > li > div > dl {
    padding-left:10px;
    padding-top:80px;
    background-position: 50% 0 !important;
  }


}
@media (max-width: 768px) {

  .about-fmblab .about-top-title {
    background-size:300px;
  }
  .about-fmblab .about-top-title h3 {
    font-size:4rem;
  }
  .about-cont01 > ul > li,
  .about-cont02 > ul > li,
  .about-cont03 > ul > li{
    width:100%;
  }
  .about-cont03 > ul > li {
    margin-bottom:2rem;
  }
  .about-cont03 > ul > li > div > div.img {
    width:150px;

  }
  .about-cont03 > ul > li > div dl {
    width:calc(100% - 150px)
  }
  .about-cont05>div>div>div {
    margin:1rem 0;
  }
  .about-cont05>div>div>div:nth-child(4) {
    margin-top:1rem;
    margin-bottom:1rem;
  }
  .about-cont05>div>div>div:first-child,
  .about-cont05>div>div>div:nth-child(2),
  .about-cont05>div>div>div:nth-child(3){
    width:100%;
  }

  .about-cont01 > ul > li {
    margin:35px 0;
  }
  .about-cont01 > ul > li:first-child {
    margin-top:10px;
  }
  .about-cont01> ul > li::after {
    top:inherit;
    left:50%;
    margin-top:10px;
    transform: translate(-50%, -0);
  }
  .about-cont01 > ul > li > div {
    border:1px dashed #ddd;
    border-radius:10rem;
    padding:2rem;
  }
  .about-cont01 > ul > li > div p {
    padding-bottom:1rem;
  }
  .about-cont02 > ul > li {
    margin:75px 0;
  }
  .about-cont02 > ul > li:first-child {
    margin-top:10px;
  }
  .about-cont02 > ul > li > span{
    top:inherit;
    left:50%;
    margin-top:10px;
    transform: translate(-50%, -0);
    background:#5a5a5a;
  }
  .about-cont02 > ul > li > div > dl {
    min-height: 80px;
  }
  .about-cont05 .circle-4 > dl {
    width:100%;
  }
}
@media (max-width: 640px) {
  .about-fmblab .about-top-title {
    padding-bottom:120px;
  }


}
@media (max-width: 480px) {
  .about-cont04 > ul > li > div >ul {
    flex-wrap: wrap;
  }
  .about-cont04 > ul > li > div >ul > li {
    width:100%;
  }
  .about-cont04 > ul > li > div > ul > li:first-child {
    padding-right:2rem;
    padding-bottom:9rem
  }
  .about-cont04 > ul > li > div > ul > li:last-child {
    padding-left:2rem;
    padding-top:9rem;
  }
  .about-cont04 > ul > li > div .one-title {
    width:100%;
    padding:2rem 0;
    height:auto;
  }
}

/* 사이트맵 */
.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}
}


.result-nodata { flex-basis:100%; padding:5rem 0; text-align:center;}
.result-nodata i { width:10rem; height:10rem; display:block;  margin:0 auto; background:url("../images/common/ico_nodata.svg") no-repeat center center/contain }
.result-nodata p { margin-top:1rem; font-weight:700;}

.dropzone .dz-message { font-size:1.6rem;}
.dropzone .dz-message .dz-button { font-size:1.6rem !important;}


/* 통계 */
.option_check {
  overflow: hidden;
  position: relative;
  float: left;
  font-size: 0
}

.option_check label {
  font-size: 14px
}
.option_check  input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.option_check.opt_date label+label {
  margin-left: 5px
}

.option_check .txt_opt {
  display: inline-flex;
  width: 80px;
  height: 5rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 6px;
  text-align: center;
  color: rgba(0,0,0,.54);
  background-color: rgba(0,0,0,.02);
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.option_check input:checked+.txt_opt {
  border-color: rgba(0,0,0,.68);
  color: #000;
  background-color: #fff
}

.option_check input:checked+.txt_opt:before {
  content: "";
  display: inline-block;
  background: url(../images/contents/ico_check.png) no-repeat 0 0;
  background-size: 10px 7px;
  width: 10px;
  height: 7px;
  margin: 0 5px 0 0;
  vertical-align: top
}
.tab-conts {margin-top:4rem;}
.tab-conts .tab-panel {display:none; }
.tab-conts .tab-panel.active {display:block;}
.total-result-wrap { display:flex;flex-wrap: wrap;flex-direction: row-reverse;}
.total-result-wrap .total-keyword-wrap { width:30%; padding-right:4rem;}
.total-result-wrap .total-data-wrap { width:70%;}

.total-keyword-wrap .rank-list {padding: 2rem;height:100%;background: #fff;border: 1px solid #ddd;display: flex;flex-wrap: wrap;align-content: flex-start;}
.total-keyword-wrap .rank-list li {text-align: center;overflow: hidden;display: flex;justify-content: flex-start;width: 100%;}
.total-keyword-wrap .rank-list li:first-child { margin-top: 0; }
.total-keyword-wrap .rank-list li span { font-size: 17px;display: block; padding: 5px 0; }
.total-keyword-wrap .rank-list li span:first-child {float: left;color: #0099ff;font-weight: 500;width: 25px;text-align: left; }
.total-keyword-wrap .rank-list li span:last-child {font-size: 15px;line-height: 20px;margin-left: auto;}
.total-keyword-wrap .rank-list li span:last-child em { width: 24px; display: inline-block;vertical-align: -2px; }

.total-keyword-wrap .rank-list li span:last-child img { margin-right: 5px;vertical-align: middle; }
.total-keyword-wrap .rank-list li .new {padding: 5px 10px;background: #e3e9f0;color: #203A91;border-radius: 50px;}


@media all and (max-width:768px) {
  .total-result-wrap {
    flex-direction: row-reverse;
  }
  .total-result-wrap .total-keyword-wrap { width:100%; padding-right:0; margin-top:4rem;}
  .total-result-wrap .total-data-wrap { width:100%;}
  .tabarea.type02 .board__info-date-type { width:100%;}
  .option_check { display:flex; width:100%}
  .option_check label { width:calc(100% / 2)}
  .option_check .txt_opt { width:100%; }
  .board__info-search.datepicker-wrap .input { width:100%;}
}