@charset "UTF-8";
@import url("contents.css");
@import url("contents_respond.css");
/*-------------------------------------------------
title       : 서브
Author      : 플랜아이 광주 
Create date : 2020-03-03
-------------------------------------------------*/


body {
  background: #fff;
}

.main_wrap {
  max-width: calc(100% - 4rem);
  width: 140rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main_wrap:after {
  display: block;
  clear: both;
  content: "";
}

#header:before {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header #logo a {
  background: url("/kor/images/layout/logo.png") no-repeat left top/contain;
}
#header #logo a img {
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#header #gnb1 > ul > li > a {
  color: #fff;
}
#header .lang {
  color: #fff;
}
#header .search_wrap .btn_open {
  color: #fff;
}
#header .search_wrap .search::after {
  background-color: #fff;
}
#header .search_wrap .search button {
  color: #fff;
}
#header .search_wrap .search #main_search {
  color: #fff;
}
#header .site {
  background-image: url(/kor/images/layout/sitemap_h.svg);
}
#header #gnb2 .control {
  border-top: 2px solid #fff;
}
#header #gnb2 .control::before, #header #gnb2 .control::after {
  background-color: #fff;
}
#header #gnb2 .control.close::before, #header #gnb2 .control.close::after {
  background-color: #333;
}

#visual {
  position: relative;
  z-index: -1;
  height: 34rem;
}
#visual .title {
  font-size: 3.8rem;
  display: block;
  position: relative;
  top: 2rem;
  color: #fff;
  padding-top: 16.2rem;
  text-align: center;
  opacity: 0;
  font-weight: 700;
}
#visual .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#visual.active .title {
  top: 0;
  opacity: 1;
  transition: all 0.5s;
}

.visual01 .img {
  background-image: url(/kor/images/sub/sub01.jpg);
}

.visual02 .img {
  background-image: url(/kor/images/sub/sub02.jpg);
}

.visual11 .img {
  background-image: url(/kor/images/sub/sub11.jpg);
}

.visual03 .img {
  background-image: url(/kor/images/sub/sub03.jpg);
}

.visual04 .img {
  background-image: url(/kor/images/sub/sub04.jpg);
}

.visual05 .img {
  background-image: url(/kor/images/sub/sub05.jpg);
}

.visual09 .img {
  background-image: url(/kor/images/sub/sub09.jpg);
}

.visual12 .img {
  background-image: url(/kor/images/sub/sub09.jpg);
}

#snb {
  float: right;
  width: 27rem;
  margin: 3rem 0 10rem;
  z-index: 2;
  position: relative;
}
#snb .title {
  font-size: 3rem;
  line-height: 3.5rem;
  padding-top: 1.4rem;
  font-weight: 700;
  padding-bottom: 2rem;
  border-bottom: 4px solid #333;
  color: #232426;
}
#snb .list > ul > li > a {
  display: block;
  padding: 1.9rem 6rem 1.9rem 2rem;
  color: #333;
  font-size: 1.9rem;
  font-weight: 600;
  border-top: 1px solid #E3E6E8;
  position: relative;
  white-space: pre-wrap;
  line-height: 2.6rem;
}
#snb .list > ul > li > a:after {
  color: #616161;
  content: "\e913";
  font-family: "xeicon";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
}
#snb .list > ul > li:first-child > a {
  border-top: none;
}
#snb .list > ul > li:last-child > a {
  border-bottom: 1px solid #E3E6E8;
}
#snb .list > ul > li.no3dep > a::after {
  content: "\e93e";
}
#snb .list > ul > li.no3dep.active {
  background-color: #fff;
}
#snb .list > ul > li.no3dep.active > a::after {
  content: "\e93e";
  color: #fff;
}
#snb .list > ul > li > ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
}
#snb .list > ul > li > ul > li > a {
  color: #616161;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  line-height: 1.3;
  display: block;
  position: relative;
  transition: 0.2s;
}
#snb .list > ul > li > ul > li > a::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ccc;
  top: 1rem;
  left: -10px;
}
#snb .list > ul > li > ul > li + li {
  margin-top: 0.75rem;
}
#snb .list > ul > li > ul > li.active a, #snb .list > ul > li > ul > li:hover a, #snb .list > ul > li > ul > li:focus a {
  color: #D64301;
}
#snb .list > ul > li.active > a, #snb .list > ul > li:focus > a, #snb .list > ul > li:hover > a {
  background: linear-gradient(129deg, #D64301 50%, #F38A39 100%);
  border-radius: 0 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
}
#snb .list > ul > li.active > a:after, #snb .list > ul > li:focus > a:after, #snb .list > ul > li:hover > a:after {
  content: "\e91a";
  color: #fff;
}
#snb .list > ul > li.active > ul, #snb .list > ul > li:focus > ul, #snb .list > ul > li:hover > ul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  background: #F8F9F9;
  padding: 3rem;
}
#snb .list > ul > li.active {
  background-color: #F8F9F9;
  border-top-right-radius: 20px;
}
#snb .list > ul > li.active + li > a {
  border-top: none;
}
#snb .snb-img {
	margin-top: 2rem;
}
#contents {
  padding: 4.5rem 0 5rem 0;
  width: calc(100% - 33rem);
  float: left;
}
#contents #contents_title {
  margin-bottom: 3.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 1rem;
  line-height: 1.4;
}
#contents .contents_util .contents_title {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 5rem;
}
#contents .contents_util .location .path {
  position: absolute;
  top: 22.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: 2rem;
}
#contents .contents_util .location .path li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
}
#contents .contents_util .location .path li a {
  position: relative;
}
#contents .contents_util .location .path li.icon a {
  font-size: 0;
  width: 2rem;
  height: 2rem;
  display: block;
  background-color: #464646;
  border-radius: 3px;
}
#contents .contents_util .location .path li.icon a::before {
  content: "";
  position: absolute;
  background-image: url(/kor/images/layout/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contents .contents_util .location .path li + li {
  margin-left: 2.6rem;
}
#contents .contents_util .location .path li + li::before {
  font-family: "xeicon";
  position: relative;
  content: "\ea3e";
  position: absolute;
  top: 50%;
  left: -2.2rem;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
}
#contents .contents_util .util {
  position: relative;
  top: -10rem;
  text-align: right;
  height: 0;
}
#contents .contents_util .util .btn {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #E3E6E8;
  background-color: #fff;
  color: #616161;
  text-align: center;
  line-height: 5rem;
  transition: all 0.2s;
}
#contents .contents_util .util .btn::before {
  content: "";
  display: block;
}
#contents .contents_util .util .btn:hover, #contents .contents_util .util .btn:focus {
  background-color: #464646;
  border: 1px solid #464646;
}
#contents .contents_util .util .share {
  display: inline-block;
  position: relative;
  z-index: 5;
  height: 5rem;
  font-size: 0;
  margin-right: 0.6rem;
}
#contents .contents_util .util .share .btn {
  position: relative;
}
#contents .contents_util .util .share .btn:before {
  background-image: url(/kor/images/layout/share.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 0;
}
#contents .contents_util .util .share .btn:hover:before, #contents .contents_util .util .share .btn:focus:before {
  background-image: url(/kor/images/layout/share_h.svg);
}
#contents .contents_util .util .share .item {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  top: 100%;
  width: 5rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  background-color: #fff;
  white-space: nowrap;
}
#contents .contents_util .util .share .item::before {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -0.3rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  content: "";
  transform: rotate(45deg) translateX(-50%);
}
#contents .contents_util .util .share .item .list {
  display: block !important;
}
#contents .contents_util .util .share .item a {
  display: block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  margin-top: 1rem;
  text-align: center;
  line-height: 3rem;
}
#contents .contents_util .util .share .item a::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  font-size: 2rem;
  transition: all 0.2s;
  transition-delay: 0.1s;
}
#contents .contents_util .util .share .item a.close::before {
  transform: rotate(0);
  transition: all 0.2s;
}
#contents .contents_util .util .share .item a.close:hover::before, #contents .contents_util .util .share .item a.close:focus::before {
  transform: rotate(180deg) translateY(2px);
}
#contents .contents_util .util .share .item a.close::before {
  content: "\e922";
}
#contents .contents_util .util .share .item a:hover::before, #contents .contents_util .util .share .item a:focus::before {
  transform: scale(1.5);
}
#contents .contents_util .util .share .item .facebook a::before {
  color: #29487d;
  content: "\ebd3";
}
#contents .contents_util .util .share .item .twitter a::before {
  color: rgb(29, 161, 242);
  content: "\ec1f";
}
#contents .contents_util .util .share .item .kakaostory a::before {
  color: #ffc20f;
  content: "\ebef";
}
#contents .contents_util .util .share .item .kakaotalk a::before {
  color: #381e1f;
  content: "\ebee";
}
#contents .contents_util .util .share .item .url a::before {
  color: #ddd;
  content: "\e9fa";
}
#contents .contents_util .util .share .item .band a::before {
  font-size: 2rem;
  font-family: "Pretendard";
  font-weight: 900;
  color: #21c531;
  content: "b";
}
#contents .contents_util .util .share.active .item {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#contents .contents_util .util .print {
  position: relative;
  font-size: 0;
}
#contents .contents_util .util .print:before {
  background-image: url(/kor/images/layout/print.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 0;
}
#contents .contents_util .util .print:hover:before, #contents .contents_util .util .print:focus:before {
  background-image: url(/kor/images/layout/print_h.svg);
}
#contents .contents_util .util.active .btn {
  color: #D64301;
}
#contents .contents_util .util.active .item {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  margin-top: 1.5rem;
  transition: all 0.2s;
}
#contents .contents_body {
  position: relative;
  min-height: 45rem;
}

#visual.active + #snb + #contents .contents_util .path {
  opacity: 1;
  margin-top: 0;
  transition: all 0.5s 0.2s;
}

.table_wrap, .table-responsive, .board_view .contents table {
  border-top: 2px solid #555;
  border-bottom: 1px solid #aaa;
}
.table_wrap table, .table-responsive table, .board_view .contents table table {
  border-collapse: collapse;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
}
.table_wrap th, .table-responsive th, .board_view .contents table th {
  color: #333;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-top: 1px solid #ddd;
  word-break: keep-all;
}
.table_wrap thead th:first-child, .table-responsive thead th:first-child, .board_view .contents table thead th:first-child {
  border-left: 0;
}
.table_wrap tbody td, .table-responsive tbody td, .board_view .contents table tbody td {
  padding: 1rem 2rem;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #616161;
  font-weight: 400;
  font-size: 1.6rem;
}
.table_wrap tbody td:first-child, .table-responsive tbody td:first-child, .board_view .contents table tbody td:first-child {
  border-left: 0;
}
.table_wrap tbody td img, .table-responsive tbody td img, .board_view .contents table tbody td img {
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}
.table_wrap tbody td.date, .table_wrap tbody td.tit, .table-responsive tbody td.date, .table-responsive tbody td.tit, .board_view .contents table tbody td.date, .board_view .contents table tbody td.tit {
  color: #333;
  font-weight: 600;
}
.table_wrap tr:first-of-type td, .table-responsive tr:first-of-type td, .board_view .contents table tr:first-of-type td {
  border-top: 0;
}

.board_view .contents .table-responsive {
  margin-bottom: 2.5rem;
}
.board_view .contents .table-responsive td {
  text-align: left;
}
.board_view .contents .table-responsive .tit {
  text-align: center;
}
.board_view .contents .table-responsive table {
  border-top: 0;
}
.board_view .contents .table-responsive br {
  display: none;
}

.board_list .icon {
  font-size: 0;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 100%;
  width: 3.4rem;
  height: 3.4rem;
  margin: auto;
  display: block;
  transition: all 0.2s;
}
.board_list .icon::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.board_list .icon:hover, .board_list .icon:focus {
  background-color: #D64301;
  border: transparent;
}
.board_list .icon:hover::after, .board_list .icon:focus::after {
  background-image: url(/kor/images/sub/file_h.svg);
}
.board_list .icon.file::after {
  background-image: url(/kor/images/sub/file.svg);
  width: 1.5rem;
  height: 1.3rem;
}
.board_list .icon.file:hover::after, .board_list .icon.file:focus::after {
  background-image: url(/kor/images/sub/file_h.svg);
}
.board_list .icon.check::after {
  background-image: url(/kor/images/sub/check.svg);
  width: 1.6rem;
  height: 1.4rem;
}
.board_list .icon.check:hover::after, .board_list .icon.check:focus::after {
  background-image: url(/kor/images/sub/check_h.svg);
}
.board_list .icon.shortcut::after {
  background-image: url(/kor/images/sub/shortcut.svg);
  width: 1.6rem;
  height: 1.6rem;
}
.board_list .icon.shortcut:hover::after, .board_list .icon.shortcut:focus::after {
  background-image: url(/kor/images/sub/shortcut_h.svg);
}
.board_list table textarea {
  border: 1px solid #ddd;
  padding: 1.5rem;
  max-width: 100%;
  width: 100%;
}
.board_list tr td.txt_left a {
  max-width: 32rem;
}
.board_list tr td a:hover, .board_list tr td a:focus {
  text-decoration: underline;
}
.board_list.srh_none ul li {
  width: 100%;
  text-align: center;
}

.result_list {
  border-top: 2px solid #555;
  border-bottom: 1px solid #aaa;
}
.result_list > li + li {
  border-top: 1px solid #aaa;
}
.result_list > li > a {
  position: relative;
  display: block;
}
.result_list > li > a:hover .img img, .result_list > li > a:focus .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.result_list > li > a:hover .txt .title, .result_list > li > a:focus .txt .title {
  text-decoration: underline;
}
.result_list > li > a .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
.result_list > li > a > div {
  padding: 3rem 3rem 3rem 10rem;
}
.result_list > li > a > div:after {
  display: block;
  clear: both;
  content: "";
}
.result_list > li > a > div .img {
  float: left;
  width: 21rem;
  border: 1px solid #ddd;
  position: relative;
  height: 0;
  padding-top: 12.5rem;
  overflow: hidden;
}
.result_list > li > a > div .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  min-height: 12.5rem;
  height: auto;
  transition: 0.3s;
}
.result_list > li > a > div .txt {
  float: right;
  margin-left: 3rem;
  width: calc(100% - 24rem);
}
.result_list > li > a > div .txt .title {
  padding-bottom: 1.2rem;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 1.9rem;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result_list > li > a > div .txt .title .group {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 3px;
  height: 2.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-right: 0.6rem;
}
.result_list > li > a > div .txt .title .group.type1 {
  background-color: #19976C;
}
.result_list > li > a > div .txt .title .group.type2 {
  background-color: #6744A4;
}
.result_list > li > a > div .txt .title .group.type3 {
  background-color: #E63E29;
}
.result_list > li > a > div .txt .title .group.type4 {
  background-color: #363E88;
}
.result_list > li > a > div .txt p {
  margin-top: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 7rem;
  font-size: 1.6rem;
  line-height: 1.5625;
  /* autoprefixer: off */
  -webkit-box-orient: vertical; /* autoprefixer: on */
}

.report_list {
  border-top: 2px solid #555;
  border-bottom: 1px solid #aaa;
}
.report_list > li {
  padding: 1.7rem 2.5rem 1.7rem 10rem;
  position: relative;
}
.report_list > li + li {
  border-top: 1px solid #aaa;
}
.report_list > li .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
.report_list > li .category {
  margin-bottom: 0.7rem;
}
.report_list > li .category .year {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 14px;
  padding: 0.2rem 0.6rem 0.1rem;
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 2rem;
}
.report_list > li .category .year:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: rgba(112, 112, 112, 0.2);
}
.report_list > li .category .cate {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.7rem;
  border-radius: 3px;
  font-size: 1.5rem;
  min-width: 9.5rem;
  text-align: center;
}
.report_list > li .category .cate + .cate {
  margin-left: 0.8rem;
}
.report_list > li .category .cate.type1 {
  background-color: #363E88;
}
.report_list > li .category .cate.type2 {
  background-color: #19976C;
}
.report_list > li .category .cate.type3 {
  background-color: #D01538;
  min-width: 5rem;
}
.report_list > li .category .cate.type4 {
  background-color: #969B9B;
}
.report_list > li .title {
  padding-bottom: 1.2rem;
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 1.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  word-break: keep-all;
}
.report_list > li .copy span {
  color: #616161;
  font-weight: 300;
  font-size: 1.5rem;
  display: block;
}
.report_list > li .copy span b {
  font-weight: 600;
  color: #333;
  margin-right: 0.8rem;
  width: 4rem;
  display: inline-block;
  vertical-align: top;
}
.report_list > li .copy span em {
  width: calc(100% - 5.2rem);
  word-break: keep-all;
  display: inline-block;
}

.gallery_list {
  padding: 1rem 0;
}
.gallery_list li {
  border-bottom: 0;
  padding: 3rem 5rem 3rem 0;
}
.gallery_list li .desc {
  margin-top: 1.7rem;
}
.gallery_list li .desc .category {
  display: block;
  color: #2FD37E;
}
.gallery_list li .desc .title {
  margin: 0.5rem 0 1.7rem;
}
.gallery_list li .desc span {
  color: #555;
  font-weight: 500;
  font-size: 1.5rem;
}
.gallery_list li .desc span .label {
  font-size: 1.8rem;
  color: #AAA;
}
.gallery_list li .desc span .label i {
  vertical-align: -3px;
  margin-right: 0.6rem;
  display: inline-block;
}

.new_post {
  background-color: #D64301;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.2rem;
  font-weight: 900;
  margin-left: 0.4rem;
}

.progress {
  display: inline-block;
  padding: 0.3rem 1.3rem;
  border-radius: 3px;
  font-size: 1.5rem;
  min-width: 6.4rem;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.progress.continue {
  background-color: #5E40C1;
  color: #fff;
  min-width: 5rem;
  padding: 0.3rem 0.5rem;
}
.progress.wait {
  background-color: #EEE;
  color: #616161;
}
.progress.end {
  background-color: #EEE;
  color: #616161;
  min-width: 5rem;
  padding: 0.3rem 0.5rem;
}

.answer {
  border-radius: 3px;
  padding: 0.3rem 0.5rem;
  min-width: 6.4rem;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
}
.answer.complete {
  color: #fff;
  background-color: #363E88;
}
.answer.wait {
  background-color: #EEE;
}

.board_view .title {
  position: relative;
  padding-top: 6.5rem;
  word-break: break-all;
}
.board_view .title > span {
  position: absolute;
  color: #fff;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
}
.board_view .contents {
  word-break: break-all;
}

.faq .group .faq_q {
  display: block;
  position: relative;
  padding: 1.4rem 7rem 1.4rem 5.6rem;
  font-weight: 500;
  color: #333;
  font-size: 1.7rem;
  word-break: keep-all;
}
.faq .group .faq_q:before {
  content: "Q";
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  color: #acacac;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq .group .faq_q:after {
  content: "\e9c5";
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  transition: all 0.2s;
  font-family: "xeicon";
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
}
.faq .group .faq_a {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  padding: 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  word-break: keep-all;
  text-align: justify;
  letter-spacing: -0.5px;
}
.faq .group .faq_a:before {
  position: absolute;
  left: 2rem;
  top: 3rem;
  content: "A";
  transition: all 0.2s;
  font-size: 2rem;
  font-weight: 700;
  color: #acacac;
}
.faq .group .faq_a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  height: 1px;
  background-color: #E3E6E8;
  opacity: 0;
}
.faq .group .faq_a span {
  margin-top: 3rem;
  display: block;
}
.faq .group .faq_a a {
  text-align: left;
  word-break: break-all;
  letter-spacing: -0.8px;
}
.faq .group.active {
  border: 1px solid #acacac;
}
.faq .group.active .faq_q {
  background-color: #F7F7F8;
}
.faq .group.active .faq_q:before {
  color: #5E40C1;
}
.faq .group.active .faq_q:after {
  content: "\e9c1";
  width: 1.4rem;
  height: 0.1rem;
}
.faq .group.active .faq_q .cate {
  color: #fff;
}
.faq .group.active .faq_a {
  background-color: #F7F7F8;
  position: relative;
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 3rem 2rem 3rem 5.7rem;
  transition: all 0.2s;
}
.faq .group.active .faq_a:before {
  color: #5E40C1;
}
.faq .group.active .faq_a:after {
  opacity: 1;
}

.accordion > li {
  border: 1px solid #ddd;
}
.accordion > li + li {
  margin-top: 1rem;
}
.accordion > li:hover a, .accordion > li:focus a {
  background-color: #F7F7F8;
}
.accordion > li a {
  position: relative;
  display: block;
}
.accordion > li a:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  background-image: url(/kor/images/sub/a10306010000_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 1.3rem;
}
.accordion > li > div {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  padding: 0;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.accordion > li.active {
  border: 1px solid #acacac;
}
.accordion > li.active a {
  background-color: #F7F7F8;
}
.accordion > li.active a:after {
  background-image: url(/kor/images/sub/a10306010000_02.svg);
  width: 1.4rem;
  height: 0.1rem;
}
.accordion > li.active > div {
  background-color: #F7F7F8;
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 3.6rem 5rem 5rem;
  transition: all 0.2s;
}

.agree .form {
  text-align: center;
  background-color: #F6F7FC;
  border-radius: 5px;
  padding: 2rem;
  margin: 2rem 0;
  word-break: keep-all;
}
.agree .form > * {
  display: inline-block;
}
.agree .form > p {
  text-align: left;
  width: calc(50% - 0.2rem);
}
.agree .form > p.check_txt {
  font-weight: 500;
  color: #333;
  padding-left: 1rem;
}
.agree .form > p.check_box {
  text-align: right;
}

.visit-header {
  position: relative;
  text-align: center;
}
.visit-header span a {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1rem 1.5rem 1rem 4.3rem;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: 0.2s;
}
.visit-header span a:hover, .visit-header span a:focus {
  background-color: #D64301;
  color: #fff;
  border: 1px solid #D64301;
}
.visit-header span a:hover::after, .visit-header span a:focus::after {
  color: #fff;
}
.visit-header span a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-family: "xeicon";
  font-size: 2.2rem;
}
.visit-header span:last-child a {
  left: auto;
  right: 0;
  padding: 1rem 4.3rem 1rem 1.5rem;
}
.visit-header span.prev a::after {
  content: "\e93c";
  left: 1rem;
}
.visit-header span.next a::after {
  content: "\e93f";
  right: 1rem;
}
.visit-header h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #222;
}

.box-board.calender {
  border-top: 2px solid #555;
  margin-top: 3rem;
}
.box-board.calender thead th {
  padding: 2rem;
  color: #C9C9C9;
}
.box-board.calender thead th.font-red {
  color: #fb5166;
}
.box-board.calender thead th.font-bold {
  color: #000;
}
.box-board.calender thead th.font-blue {
  color: #2d93d3;
}
.box-board.calender tbody tr.line1 td {
  border-top: 1px solid #aaa;
}
.box-board.calender tbody tr.line3 td.reserv {
  border-bottom: 1px solid #ddd;
  border-top: 0;
}
.box-board.calender tbody tr.line4 td.reserv {
  border-top: 0;
}
.box-board.calender tbody tr.line5 td {
  border-bottom: 1px solid #ddd;
}
.box-board.calender tbody td {
  height: 14rem;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.box-board.calender tbody td:first-child {
  border-left: 0;
}
.box-board.calender tbody td a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.box-board.calender tbody td a em {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
}
.box-board.calender tbody td.reserv span {
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #D64301;
  border-radius: 50%;
  word-break: keep-all;
  width: 6.4rem;
  height: 6.4rem;
  text-align: center;
  line-height: 6.4rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.box-board.calender tbody td.booked span {
  background-color: #F6F5FC;
  width: 100%;
  color: #556084;
  border-radius: 0;
  top: inherit;
  bottom: 0;
  left: 0;
  transform: inherit;
  height: auto;
  padding: 0.8rem;
  line-height: inherit;
  font-weight: 400;
}
.box-board.calender tbody td.none {
  background-color: #F7F7F8;
}
.box-board.calender tbody td.none em {
  color: #ddd;
}
.box-board.calender tbody td.today em {
  background-color: #555;
  color: #fff;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100%;
  text-align: center;
  line-height: 2.6rem;
}
.box-board.calender tbody td.none > a, .box-board.calender tbody td.holiday > a {
  cursor: default;
}

.form_select::after {
  pointer-events: none;
}

@media print {
  .table_scroll {
    overflow-x: inherit;
  }
  .table_scroll table {
    width: 100%;
  }
}

.board_list:has(.researcher-list) {
  border-bottom: 0;
  overflow: visible;
}
.researcher-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 4rem;
}
.researcher-list > li {
  width: calc(100% / 3 - 1.6rem * 2 / 3);
}
.researcher-list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
  border: 1px solid #DDD;
  background: #F8F9F9;
  position: relative;
}
.researcher-list > li > a::after {
  content: '';
  width: calc(100% + .4rem);
  height: calc(100% + .4rem);
  border: .2rem solid #333;
  position: absolute;
  left: -.2rem;
  top: -.2rem;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s;
}
.researcher-list > li > a:hover,
.researcher-list > li > a:focus-visible {
  background: #fff;
}
.researcher-list > li > a:hover::after,
.researcher-list > li > a:focus-visible::after {
  opacity: 1;
}
.researcher-list-name {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.4rem;
}
.researcher-list-info {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.researcher-list-info > span {
  display: flex;
  gap: 2.5rem;
  font-size: 1.7rem;
}
.researcher-list-info .title {
  color: #000;
  position: relative;
  flex-shrink: 0;
}
.researcher-list-info .title::before {
  content: '';
  width: 1px;
  height: 1.2rem;
  background: #ddd;
  position: absolute;
  right: -1.2rem;
  top: .7rem;
}
.modal-popup {
  width: 140rem;
  max-width: 95%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  overflow: hidden;
  display: none;
}
.modal-popup.active {
  display: block;
}
.modal-popup-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 4rem;
  color: #fff;
  background: #ED5D21;
}
.modal-popup-title strong {
  font-size: 2.4rem;
}
.modal-popup-title button {
  font-size: 3.4rem;
}
.modal-popup-content {
  padding: 4rem;
  padding-right: 2.5rem;
}
.modal-popup-content .inner {
  height: 66vh;
  overflow-y: auto;
  padding-right: 1.5rem;
}
.modal-popup-content .researcher-info {
  padding: 4rem;
  border: 1px solid #DDD;
  background: #F8F9F9;
  margin-bottom: 4rem;
}
.modal-popup-content .researcher-info-top {
  padding-bottom: 4rem;
  border-bottom: 1px solid #ddd;
}
.modal-popup-content .researcher-info-top .name {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-top: 0;
}
.modal-popup-content .researcher-info-top .name strong {
  font-size: 2.8rem;
  color: #2c2c2c;
  letter-spacing: -0.056rem;
}
.modal-popup-content .researcher-info-top .name ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.modal-popup-content .researcher-info-top .name ul li {
  font-size: 1.7rem;
  color: #666;
  position: relative;
}
.modal-popup-content .researcher-info-top .name ul li::before {
  content: '';
  width: 1px;
  height: 1.2rem;
  background: #ddd;
  position: absolute;
  left: -1.2rem;
  top: .7rem;
}
.modal-popup-content .researcher-info-top .name ul li:first-child::before {
  display: none;
}
.modal-popup-content .researcher-info-top .name ul li.affiliation {
  color: #000;
  font-weight: 500;
}
.modal-popup-content .researcher-info-top > div {
  margin-top: 2.4rem;
}
.modal-popup-content .researcher-info-bottom {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}
.modal-popup-content .researcher-info-bottom > div {
  width: 100%;
}
.modal-popup-tab {
  padding-bottom: 3rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.modal-popup-tab ul {
  min-width: 650px;
  display: flex;
  gap: .5rem;
}
.modal-popup-tab ul li {
  width: 100%;
}
.modal-popup-tab ul li.active a,
.modal-popup-tab ul li:hover a,
.modal-popup-tab ul li:focus-visible a {
  background-color: #322265;
  color: #fff;
  border: 1px solid #322265;
  font-weight: 600;
}
.modal-popup-tab ul li.active a::after {
  opacity: 1;
}
.modal-popup-tab ul li a {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  height: 5rem;
  line-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  border: 1px solid #DBDBDB;
  transition: 0.2s;
}
.modal-popup-tab ul li a::after {
  content: "";
  position: absolute;
  background-color: #322265;
  width: 2rem;
  height: 2rem;
  bottom: -1.2rem;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}
.dim {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  z-index: 5;
  display: none;
}
.dim.active {
  display: block;
}
/* modal open */
html:has(.modal-popup.active) {
	overflow:hidden; 
}
html:has(.modal-popup.active) .dim { 
	display:block; 
}
.board_list td.txt_left a.ellipsis-reset {
  max-width: 100%;
  text-overflow: inherit;
  white-space: normal;
}
.lh14 {
  line-height: 1.4;
}
.mw100 {
  max-width: 100% !important;
}
/* 텍스트 3줄 말줄임 */
.text-ellipsis-wrap {
  position: relative;
}
.text-ellipsis-wrap .text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis-wrap .text-ellipsis.expanded {
  display: block;
  -webkit-line-clamp: unset;
}
.text-ellipsis-wrap .btn-more {
  width: 100%;
  display: none;
  margin-top: 2rem;
  padding: 0.8rem 0;
  font-size: 1.7rem;
  text-align: center;
  color: #616161;
  border: 1px solid #DDD;
  background: #FFF;
  transition: all 0.2s;
}
.text-ellipsis-wrap .btn-more:hover {
  background: #f5f5f5;
}
.text-ellipsis-wrap .btn-more span {
  padding-right: .8rem;
}