@charset "UTF-8";
/* ==========================================================================================
//이즈소프트 CMS board CSS
============================================================================================*/
/* input[type=password],
input[type=text],
select{min-height:3.6rem}
 */
/* 페이지,검색영역*/
.board_info {
  position: relative;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.board_info .page_info {
  min-width: 18rem;
}

.board_info .page_info strong {
  color: #1f40aa;
}

.board_info .page_info .current_page {
  position: relative;
  padding-left: .5rem;
  margin-left: .4rem;
}

.board_info .page_info .current_page::before {
  content: '';
  display: block;
  background-color: #ddd;
  width: 1px;
  height: 1.4rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}

.board_info .btn.type1 {
  background-color: #626471;
}

.tstyle, .tstyle_view, .gallery_list, .listFaq, .fc .fc-view {
  border-top: 2px solid #58626e;
}

.tstyle, .gallery_list, .listFaq {
  position: relative;
}

.tstyle::after, .gallery_list::after, .listFaq::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*Board list*/
.icon_star {
  color: #dd3560;
  font-size: 2rem;
  padding-right: 1.5rem;
  margin: 0 .5rem;
  position: relative;
  font-weight: 500;
}

.icon_star::before {
  content: '*';
  position: absolute;
  left: 0;
  top: .4rem;
}

.state {
  font-size: 1.5rem;
  min-width: 8rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /* 질의응답보기에서 상태에 왼쪽마진이 있어서 삭제
	margin-left: .8rem;
	*/
  border-radius: 1.4rem;
  padding: .3rem 2rem;
}

.state.ing {
  background-color: #ef4b81;
  color: #fff !important;
}

.state.end {
  background-color: #626471;
  color: #fff !important;
}

.state.ready {
  background-color: #304FBA;
  color: #fff !important;
}

.tstyle {
  text-align: center;
}

.tstyle .dhead {
  border-bottom: 1px solid #d2d2d2;
}

.tstyle tr th, .tstyle tr td {
  padding: 1.2rem .5rem;
  vertical-align: middle;
  word-break: break-all;
}

.tstyle tr th::before, .tstyle tr td::before {
  display: none;
}

.tstyle tr th:first-child, .tstyle tr td:first-child {
  border-left: 0;
}

.tstyle tr th:last-child, .tstyle tr td:last-child {
  border-right: 0;
}

.tstyle .dbody tr,
.tstyle .dbody > li {
  border-bottom: 1px solid #e8e8e8;
}

.tstyle .dhead td {
  color: #222;
  font-weight: bold;
}

.tstyle .dhead td.title {
  width: auto;
  text-align: center;
}

.tstyle .dbody tr:last-child {
  border-bottom: 0;
}

.tstyle .dbody tr:hover {
  background-color: #f6f7fb;
}

.tstyle .dbody tr.notice .icon_notice {
  color: #fff;
  background-color: #5877e0;
  border-radius: 1.5rem;
  display: inline-block;
  padding: .3rem 1.2rem;
  font-size: 1.5rem;
}

.tstyle .dbody tr.notice li:first-child {
  color: #000;
  font-weight: 500;
}

.tstyle .dbody tr td a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 96%;
  font-size: 1.6rem;
}

.tstyle .dbody tr td a:hover {
  text-decoration: underline;
}

.tstyle .dbody tr td a.btn_line {
  display: inline-block;
  width: auto;
}

.tstyle .dbody tr td a.btn_line:hover {
  color: #fff;
  text-decoration: none;
}

.tstyle .dbody tr td.title {
  width: auto;
  text-align: left;
}

.tstyle .dbody tr td.file a {
  text-align: center;
  width: 100%;
}

.tstyle .dbody tr td span.re-num {
  color: #d85430;
}

.tstyle .dbody tr td i + a {
  max-width: calc(100% - 3rem);
}

.tstyle .dbody .xi-new {
  color: #ef4b81;
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .8rem;
}

.tstyle .dbody .xi-attachment {
  font-size: 2.2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tstyle .xi-subdirectory-arrow {
  color: #999;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4rem;
}

.tstyle .xi-lock {
  color: #222;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4rem;
}

.tstyle.view {
  text-align: left;
  margin-bottom: 2rem;
}

.tstyle.view th, .tstyle.view td {
  padding-left: 2rem;
}

.tstyle.in_border th, .tstyle.in_border td {
  border: 1px solid #e8e8e8;
}

.tstyle.in_border th:first-child, .tstyle.in_border th:first-child, .tstyle.in_border td:first-child, .tstyle.in_border td:first-child {
  border-left: 0;
}

.tstyle.in_border th:last-child, .tstyle.in_border th:last-child, .tstyle.in_border td:last-child, .tstyle.in_border td:last-child {
  border-right: 0;
}

div.tstyle {
  text-align: left;
}

div.tstyle .dbody > li {
  padding: 2rem 0;
  position: relative;
}

div.tstyle .dbody > li .num {
  padding: 0 3rem;
  font-size: 1.6rem;
  font-weight: 500;
}

div.tstyle .dbody > li .group .d_day {
  color: #fff;
  background-color: #ef4b81;
  border-radius: 1.2rem;
  text-align: center;
  padding: .2rem .7rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
  width: 6rem;
}

div.tstyle .dbody > li .group .title {
  display: block;
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}

div.tstyle .dbody > li .group .title a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 7rem);
}

div.tstyle .dbody > li .group .title + span ~ span {
  position: relative;
  padding-left: 1rem;
  margin-left: 0.8rem;
}

div.tstyle .dbody > li .group .title + span ~ span::before {
  content: "";
  display: block;
  background-color: #d9d9d9;
  width: 1px;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}

div.tstyle .dbody > li .group span {
  color: #666666;
  font-size: 1.3rem;
}

div.tstyle .dbody > li .group span strong {
  margin-right: .5rem;
  font-weight: 500;
  color: #333;
}

div.tstyle .dbody > li .apply_btn {
  padding: 1rem 3rem;
}

div.tstyle.listFaq .dbody > li {
  padding: 0;
}

/*programNav 수정*/
.board_pager {
  margin: 30px auto;
  text-align: center;
}

.board_pager .inner {
  display: table;
  margin: 0 auto;
}

.board_pager a {
  margin: 0 2px;
}

.board_pager a, .board_pager strong {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.4rem;
  color: #999;
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 50%;
}

.board_pager a:hover {
  background-color: #aeb4bc;
  color: #fff;
  -webkit-transition: .25s;
  transition: .25s;
}

.board_pager a:hover i {
  color: #ffffff;
}

.board_pager strong {
  color: #fff;
  background-color: #828493;
}

.board_pager .page_none {
  border-color: transparent;
}

.board_pager .page_none:hover {
  border-color: #ddd;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.board_pager + .survey {
  margin-top: 100px;
}

.board_pager i {
  font-size: 2rem;
  vertical-align: middle;
  color: #777;
}

.board_pager .page_first i::after {
  content: "\e93c";
  font-family: 'xeicon';
  margin-left: -1.6rem;
}

.board_pager .page_last i::after {
  content: "\e93f";
  font-family: 'xeicon';
  margin-left: -1.6rem;
}

.board_pager .page_prev {
  margin-right: 1rem;
}

.board_pager .page_next {
  margin-left: 1rem;
}

/* button */
.btn.type1, .btn_area .btn_submit {
  background: #1f40aa;
  color: #fff;
  border-color: #1f40aa;
}

.btn.type1:hover, .btn_area .btn_submit:hover {
  background: #17307f;
  border: 1px solid #17307f;
}

.btn.type2 {
  background: #7e828d;
  color: #fff;
  border-color: #7e828d;
}

.btn.type2:hover {
  background: #656973;
  border: 1px solid #656973;
}

.btn.type3 {
  background: #476ccd;
  color: #fff;
  border-color: #476ccd;
}

.btn.type3:hover {
  background: #3054b1;
  border: 1px solid #3054b1;
}

.btn.type4 {
  background: #eff0f3;
}

.btn.type4:hover {
  background: #d2d5dd;
}

.btn.type5, .tstyle_view + .btn_area .btn.type1, .btn_area .btn_list {
  border-color: #2751bc;
  color: #2751bc;
}

.btn.type5:hover, .tstyle_view + .btn_area .btn.type1:hover, .btn_area .btn_list:hover {
  background-color: #1f40aa;
  color: #fff;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btns:last-of-type {
  margin-bottom: 0;
}

.btns.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.btn {
  padding: .5rem 1.5rem;
  border: 1px solid #999;
}

.btn:hover {
  background-color: #e5e5e5;
  -webkit-transition: .25s;
  transition: .25s;
}

.btn.btn_sm {
  color: #666;
  background-color: #fff;
  border: 1px solid #d5d7d8;
  border-radius: 3px;
  padding: 0.6rem 0.6rem .7rem;
  min-width: 12.6rem;
}

.btn:first-child {
  margin-left: 0;
}

.btn ~ .btn {
  margin-left: 1rem;
}

.btn ~ .btn:last-child {
  margin-right: 0;
}

.btn .btn_lg {
  min-width: 20rem;
  padding: 2rem 5rem;
  font-size: 1.5rem;
}

.btn_line {
  display: inline-block;
  min-width: 10rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  border: 1px solid #999;
  background-color: #fff;
  padding: .7rem 1.5rem;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
}

.btn_line.btn_down i::after {
  content: '\eb7c';
  font-family: 'xeicon';
}

.btn_line.btn_view i::after {
  content: '\e97a';
  font-family: 'xeicon';
}

.btn_line i {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1.2rem;
  top: 50%;
  color: #333;
}

.btn_line:hover {
  background-color: #333;
  color: #fff;
}

.btn_line:hover i {
  color: #fff;
}

.btn_line.type2 {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}

/*Board View */
.tstyle_view {
  margin-bottom: 2rem;
}

.tstyle_view .title_area {
  padding: 4rem 0 0 0;
  border-bottom: 1px solid #ddd;
}

.tstyle_view .title_area .list_dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1px;
  border-top: 1px solid #ddd;
}

.tstyle_view .title_area .list_dot li {
  width: 33.33%;
  padding: 0rem;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tstyle_view .title_area .list_dot li::before {
  display: none;
}

.tstyle_view .title_area .list_dot li strong {
  min-width: 28%;
  position: relative;
  background-color: #f1f1f1;
  padding: 1.5rem;
  margin-right: 2rem;
  text-align: center;
}

.tstyle_view .title_area .list_dot li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tstyle_view .title {
  color: #000;
  font-size: 2.6rem;
  font-weight: normal;
  display: block;
  margin-bottom: 3rem;
  text-align: center;
}

.tstyle_view ul.head {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.tstyle_view ul.head li {
  display: inline-block;
}

.tstyle_view ul.head li ~ li {
  position: relative;
  padding-left: .5rem;
  margin-left: .4rem;
  padding-left: 1rem;
  margin-left: 0.8rem;
}

.tstyle_view ul.head li ~ li::before {
  content: '';
  display: block;
  background-color: #ddd;
  width: 1px;
  height: 1rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}

.tstyle_view ul.head li strong {
  color: #000;
  font-weight: normal;
  padding-right: 1rem;
}

.tstyle_view ul.head li span {
  color: #777;
}

.tstyle_view div.tb_contents {
  padding: 6rem 2rem;
  border-bottom: 1px solid #e8e8e8;
  word-break: keep-all;
}

.tstyle_view .add_file_list {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d3d8dd;
  background-color: #f7f9fd;
  position: relative;
}

.tstyle_view .add_file_list .title {
  display: table-cell;
  width: 13%;
  color: #333;
  padding: 2rem;
}

.tstyle_view .add_file_list .add_file {
  display: table-cell;
  padding: 2rem;
}

.tstyle_view .add_file_list .all_zip {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.tstyle_view + .btn_area .btn.type1 {
  background-color: #fff;
}

ul.add_file li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.add_file li::before {
  display: none;
}

ul.add_file li .xi-attachment {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 1.8rem;
  margin-right: 1rem;
}

ul.add_file li .file_down:hover {
  color: #126fb4;
}

ul.add_file li .fileSize {
  color: #999;
  font-size: .8em;
  margin-left: .4rem;
}

ul.add_file li .link .btn_line {
  font-size: 1.4rem;
  width: auto;
  min-width: 10rem;
  padding: .2rem 2.2rem .2rem 1rem;
}

ul.add_file li .link .btn_line i {
  right: .7rem;
}

ul.add_file li ~ li {
  margin-top: 1rem;
}

ul.add_file li .xi-close-circle {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  color: #888;
  margin-left: 1rem;
  -webkit-transition: .25s;
  transition: .25s;
}

ul.add_file li .xi-close-circle:hover {
  color: #126fb4;
}

ul.add_file li .input_file {
  display: inline-block;
  padding: .6rem 1.2rem;
  border: 1px solid #aaa;
  -webkit-transition: .25s;
  transition: .25s;
}

ul.add_file li .input_file:hover {
  background-color: #999;
  color: #fff;
}

ul.add_file.left li {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.reply_wrap {
  margin-top: 3rem;
  border: 1px solid #d3d8dd;
}

.reply_wrap .reply_title {
  background-color: #f7f9fd;
  padding: 2rem;
  border-bottom: 1px solid #e8e8e8;
}

.reply_wrap .reply_title i {
  margin-right: 1rem;
  font-size: 2rem;
  vertical-align: middle;
  display: inline-block;
}

.reply_wrap .reply_cont {
  padding: 2rem;
}

.reply_wrap .date {
  display: block;
  margin-bottom: 2rem;
}

/* 갤러리 리스트 */
.gallery_list > ul {
  margin: 0 -1.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery_list > ul > li {
  padding: 4rem 1.3%;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.gallery_list > ul > li > a {
  display: block;
  position: relative;
}

.gallery_list > ul > li .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  margin: 0 auto 2rem;
  text-align: center;
  background: #000;
  border: 1px solid #ddd;
}

.gallery_list > ul > li .thumb::before {
  content: "\e9c5";
  font-family: 'xeicon';
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translateX(-50%) scale(2);
          transform: translateX(-50%) scale(2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s;
  transition: .25s;
}

.gallery_list > ul > li .thumb::after {
  content: '  자세히 보기';
  color: #fff;
  position: absolute;
  left: 50%;
  top: 55%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}

.gallery_list > ul > li .thumb img {
  width: 100%;
  -webkit-transition: .25s;
  transition: .25s;
}

.gallery_list > ul > li .txt {
  display: block;
  height: auto;
  position: relative;
}

.gallery_list > ul > li .title {
  color: #000;
  display: inline-block;
  font-size: 1.8rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.gallery_list > ul > li .date, .gallery_list > ul > li .hit {
  display: inline-block;
  margin: .6rem 0 0 0;
  color: #777;
}

.gallery_list > ul > li .date b, .gallery_list > ul > li .hit b {
  font-weight: normal;
  color: #000;
  display: inline-block;
  margin-right: .4rem;
}

.gallery_list > ul > li .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 4.8rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  margin-bottom: 2rem;
}

.gallery_list > ul > li .hit {
  position: relative;
  padding-left: .5rem;
  margin-left: .4rem;
}

.gallery_list > ul > li .hit::before {
  content: '';
  display: block;
  background-color: #ddd;
  width: 1px;
  height: 1.4rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}

.gallery_list > ul > li:hover .thumb::before, .gallery_list > ul > li:hover .thumb::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .25s;
  transition: .25s;
}

.gallery_list > ul > li:hover .thumb::before {
  font-weight: normal;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.gallery_list > ul > li:hover .thumb::after {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.gallery_list > ul > li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .4;
}

.gallery_list.col3 > ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gallery_list.col4 > ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.gallery_list.thumbnail > ul {
  margin: 0;
}

.gallery_list.thumbnail > ul > li {
  padding-left: 0;
  padding-right: 0;
}

.gallery_list.thumbnail > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery_list.thumbnail > ul > li .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  padding-bottom: 14%;
  margin-bottom: 0;
}

.gallery_list.thumbnail > ul > li .txt {
  padding-left: 4rem;
}

.gallery_list.book_style1 > ul {
  margin: 0 -2%;
}

.gallery_list.book_style1 > ul > li {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.gallery_list.book_style1 > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gallery_list.book_style1 > ul > li .title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.gallery_list.book_style1 > ul > li .thumb {
  padding-bottom: 30%;
  margin-bottom: 0;
}

.gallery_list.book_style1 > ul > li .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76%;
          flex: 0 0 76%;
  max-width: 76%;
}

.gallery_list.book_style1 > ul > li .txt .desc {
  -webkit-line-clamp: 3;
  max-height: 8rem;
}

.gallery_list.book_style1 .date, .gallery_list.book_style1 .hit {
  display: none;
}

.gallery_list.book_style2 > ul {
  margin: 0 -2%;
}

.gallery_list.book_style2 > ul > li {
  width: 25%;
  padding-left: 2%;
  padding-right: 2%;
}

.gallery_list.book_style2 > ul > li .thumb {
  height: auto;
  padding-bottom: 0;
}

.gallery_list.book_style2 > ul > li .thumb::before {
  top: 40%;
}

.gallery_list.book_style2 > ul > li .desc {
  display: none;
}

.gallery_list.book_style2 > ul > li .date {
  display: block;
}

.gallery_list.book_style2 .date, .gallery_list.book_style2 .hit {
  display: none;
}

.gallery_list .btn {
  margin-top: 2rem;
}

/*개인정보 수집 동의*/
.privacy_agree .title_depth01 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.privacy_agree .group {
  border: 1px solid #ddd;
  border-top: 1px solid #666;
  margin-bottom: 15px;
  padding: 20px 25px;
}

.privacy_agree .group .title_depth02 {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.privacy_agree .group .bul_dot strong,
.privacy_agree .group .bul_dot div {
  font-size: 14px;
  padding-left: 8px;
  position: relative;
}

.privacy_agree .group .bul_dot strong:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  background: #666;
}

/* 이전글 다음글 보기 */
.list_board {
  margin: 50px 0;
  border-bottom: 1px solid #e8e8e8;
}

.list_board li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e2e3e6;
  padding: 1.5rem 2rem;
  position: relative;
}

.list_board li span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  position: relative;
  vertical-align: top;
  padding-left: 3rem;
}

.list_board li span:before {
  content: '\e930';
  font-family: 'xeicon';
  position: absolute;
  left: 0;
  top: .2rem;
  color: #7a7982;
}

.list_board li:last-child span:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list_board li a {
  color: #333;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  display: block;
  padding-right: 2rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list_board li a:hover {
  text-decoration: underline;
}

/* comment */
div.CommentWrap {
  margin: 4rem 0;
  /*답변*/
}

div.CommentWrap > .cmtForm h4 {
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 15px;
}

div.CommentWrap > .cmtForm h4 span.re-num {
  color: #d85430;
  vertical-align: 0;
}

div.CommentWrap div.commentList .title {
  border-bottom: 1px solid #aaa;
  padding-bottom: 2rem;
  margin-top: 5rem;
}

div.CommentWrap div.commentList .title b {
  color: #126fb4;
}

div.CommentWrap div.commentList ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 2rem 1.6rem;
  position: relative;
}

div.CommentWrap div.commentList ul li .comment {
  display: block;
  margin-bottom: .2rem;
}

div.CommentWrap div.commentList ul li .name {
  color: #333;
}

div.CommentWrap div.commentList ul li > span.date {
  display: block;
  color: #aaa;
  font-size: 1.4rem;
  margin: 0 3px;
}

div.CommentWrap div.commentList ul li .cmtBtnGroup {
  position: absolute;
  right: 1rem;
  top: 2rem;
  display: block;
}

div.CommentWrap div.commentList ul li .cmtBtnGroup > button {
  display: inline-block;
  font-size: 1.4rem;
  cursor: pointer;
}

div.CommentWrap div.commentList ul li .cmtBtnGroup > button:hover {
  color: #126fb4;
}

div.CommentWrap div.commentList ul li .cmtBtnGroup > button.cmtDel {
  position: relative;
  padding-left: .5rem;
  margin-left: .4rem;
}

div.CommentWrap div.commentList ul li .cmtBtnGroup > button.cmtDel::before {
  content: '';
  display: block;
  background-color: #ddd;
  width: 1px;
  height: 1.3rem;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}

div.CommentWrap div.commentList ul li .btn_recomment {
  display: inline-block;
  padding: .4rem 1rem;
  border: 1px solid #ddd;
  margin: 1rem 0 2rem;
  font-size: 1.4rem;
}

div.CommentWrap div.commentList ul li .btn_recomment:hover {
  -webkit-transition: .25s;
  transition: .25s;
  background-color: #ddd;
}

div.CommentWrap div.commentList ul li > ul {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  border-top: 1px solid #e8e8e8;
}

div.CommentWrap div.commentList ul li.active > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .25s;
  transition: .25s;
  transition: .25s;
  max-height: inherit;
}

div.CommentWrap div.commentList ul li.re_comment::before {
  content: '\e97e';
  font-family: 'xeicon';
  position: absolute;
  margin-left: -2rem;
}

div.CommentWrap div.commentList ul li.re_comment > span.new {
  background: #51b69f;
  border-radius: 50px;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 21px;
  left: -10px;
}

div.CommentWrap div.commentList ul li.re_comment:last-child {
  border-bottom: 0;
}

div.CommentWrap div.commentList ul li > span.new {
  background: #51b69f;
  border-radius: 50px;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 21px;
  left: 0;
}

div.CommentWrap div.cmtForm fieldset {
  width: 100%;
  padding: 0;
}

div.CommentWrap div.cmtForm div.memo {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 13rem;
  padding-bottom: 4.6rem;
  line-height: 1;
  position: relative;
}

div.CommentWrap div.cmtForm div.memo span.num {
  color: #999;
  background-color: #f8f9fa;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.6rem;
  padding: 1.4rem;
  line-height: 1.6;
}

div.CommentWrap div.cmtForm div.memo span.num > span#opinionLength {
  color: #999;
}

div.CommentWrap div.cmtForm div.memo textarea {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 1.4rem;
  padding: 10px 10px 0 10px;
  width: 100%;
  height: 8.2rem;
  color: #999;
  resize: vertical;
}

div.CommentWrap div.cmtForm div.memo button {
  background: #555;
  color: #fff;
  height: 4.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2rem;
}

/*수정*/
div.spread_box {
  background: #fff;
  border: 1px solid #D9D9D9;
  clear: both;
  position: relative;
  overflow: hidden;
}

div.spread_box textarea {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-size: 1.4rem;
  padding: 10px 10px 0 10px;
  width: 81%;
  height: 43px;
}

div.spread_box button {
  background: #2c3354;
  background-size: 20px;
  border-radius: 0;
  border: 0;
  color: #fff;
  float: right;
  height: 65px;
  width: 19%;
  font-size: 1.4rem;
}

/*수정/삭제 비밀번호입력*/
#questPW {
  clear: both;
  overflow: hidden;
}

#questPW .txtBox {
  background: url("/upload/skin/board/basic/icon-lock.png") no-repeat center top;
  padding-top: 120px;
  position: relative;
  text-align: center;
}

#questPW .txtBox .title {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

#questPW .txtBox .pw_div {
  display: inline-block;
}

#questPW .txtBox .pw_div input {
  border: 1px solid #ddd;
  padding: 5px;
  width: 140px;
  height: 37px;
}

#questPW .txtBox .font_red {
  color: #cc3300;
  display: block;
  word-break: keep-all;
  position: absolute;
  bottom: -30px;
}

#questPW .txtBox .btnWrap {
  display: inline-block;
  vertical-align: bottom;
}

#questPW .txtBox .btnWrap button {
  background: #6d7c90;
  border: 1px solid #6d7c90;
  color: #fff;
  padding: 0 24px;
  line-height: 36px;
  display: block;
  float: left;
  margin-left: 1px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#questPW .txtBox .btnWrap button:hover {
  background: #fff;
  color: #6d7c90;
}

/*BtnArea*/
.btn_area {
  text-align: right;
  margin-bottom: 3rem;
}

.btn_area button {
  min-width: 10rem;
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  font-weight: 500;
  padding: 1rem 2rem;
}

.btn_area button:hover {
  border-color: #333;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn_area button i + span {
  margin-left: 0.5rem;
}

.btn_area .btn_md {
  min-width: 8.8rem;
  padding: 1rem 3rem;
  font-size: 1.5rem;
}

.btn_area .btn_sm {
  min-width: 7.4rem;
  padding: .8rem 2.4rem;
  font-size: 1.5rem;
}

.btn_area:last-of-type {
  margin-bottom: 0;
}

/* 갤러리 상세보기 */
.gallery_slide {
  text-align: center;
  position: relative;
}

.gallery_slide .thumb_list {
  margin: 0 auto 3rem;
}

.gallery_slide .thumb_list .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.gallery_slide .thumb_list .slick-slide a {
  display: inline-block;
  border: 1px solid #ddd;
}

.gallery_slide .thumb_list .slick-current a {
  border: 3px solid #126fb4;
}

.gallery_slide .thumb_list .slick-arrow {
  display: block;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  text-align: center;
  background-color: #edeef0;
  -webkit-transition: .25s;
  transition: .25s;
  border: 1px solid #edeef0;
  color: #666;
  font-size: 0;
  position: absolute;
  top: 55%;
  z-index: 55;
}

.gallery_slide .thumb_list .slick-arrow:hover {
  background-color: #fff;
}

.gallery_slide .thumb_list .slick-arrow::before {
  content: '';
  display: block;
  font-family: 'xeicon';
  font-size: 3rem;
  -webkit-transition: .25s;
  transition: .25s;
}

.gallery_slide .thumb_list .slick-prev {
  left: .5rem;
}

.gallery_slide .thumb_list .slick-prev::before {
  content: '\e93d';
}

.gallery_slide .thumb_list .slick-prev:hover::before {
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
}

.gallery_slide .thumb_list .slick-next {
  right: .5rem;
}

.gallery_slide .thumb_list .slick-next::before {
  content: '\e940';
}

.gallery_slide .thumb_list .slick-next:hover::before {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}

.gallery_slide .slider-nav {
  overflow: hidden;
  width: 100%;
}

.gallery_slide .slider-nav .slick-dots {
  margin-top: 2rem;
}

.gallery_slide .slider-nav .slick-dots li {
  display: inline-block;
  margin: 0 .4rem;
}

.gallery_slide .slider-nav .slick-dots li button {
  font-size: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #d4d5db;
  border-radius: 50%;
}

.gallery_slide .slider-nav .slick-dots li.slick-active button {
  background-color: #116eb4;
}

.gallery_slide .slider-nav .slick-list {
  position: relative;
}

.gallery_slide .slider-nav .slick-list::before, .gallery_slide .slider-nav .slick-list::after {
  content: '';
  display: block;
  width: 5rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 55;
}

.gallery_slide .slider-nav .slick-list::after {
  left: inherit;
  right: 0;
}

.gallery_slide .slider-for {
  position: relative;
  z-index: -1;
}

.gallery_slide .slider-for .slick-list {
  overflow: hidden;
}

.gallery_slide .slider-for .slick-slide {
  float: left;
  /*height:100%;*/
  min-height: 1px;
}

/*Board Write*/
/*  
.writeForm {@extend %boardTop;@extend %boardBot;margin-bottom:3rem; } 
.tstyle_write {width:100%; border-collapse:collapse; letter-spacing:0; position:relative;table-layout:fixed;
	th, td {padding:1rem 2rem; border-bottom:1px solid #e4e4e4; word-break:keep-all}
	tbody {
		th {color:#333; text-align: left;vertical-align: top;padding-top: 1.6rem;
			label{position: relative;
				.star{color:orange;margin-left: .4rem;position: absolute;right: -1rem;top: 0;}
			}
		}
		tr td{font-size: 1.5rem;}
		tr td input#title {width:100%}
		tr td textarea {border:1px solid #ddd;padding:.8rem 1.4rem; min-height:200px; width:100%; resize: vertical;}
		tr td.th_add span {font-weight:normal; font-size:11px; color:#777; letter-spacing:-1px}
		tr td.add_file th {background-color:#fff}
		tr td.add_file td {background:url(/upload/skin/board/basic/line_bar.gif) no-repeat left center; border-left:0}
		tr td.add_file th span {font-size:11px; font-weight:normal; color:#717171}
		tr.file_info td {border-left:none; font-size:11px; font-weight:normal; color:#717171}
		tr.file_info th, tr.file_info td {background:#FCFCFC; padding:3px 0 3px 70px}
		td:first-child {border-left:0}
		tr.add_file td input {border:none !important}
		tr td input.line-no {border:none !important}
	}
}  
*/
.ui-datepicker-trigger {
  padding: 0;
  margin-left: -2.5rem !important;
  padding-right: .5rem;
  line-height: 1;
}

.ui-datepicker-trigger .xi-calendar-check {
  font-size: 2rem;
}

.gallery_help {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1rem;
}

.help .color5 {
  color: #2751bc;
}

#ui-datepicker-div {
  width: 22.2rem;
  padding: 0;
  margin-top: .2em;
  border: 2px solid #3E77C6;
  background-color: #fff;
  z-index: 3;
  display: none;
}

#ui-datepicker-div.ui-datepicker {
  /*>a{color: #fff;top:7px;text-align: center;position: absolute;top:.7rem;cursor:pointer;
			&::before{content: '\e93d';font-family: 'xeicon';color:#fff}
			
		}
		*/
}

#ui-datepicker-div.ui-datepicker table {
  width: 89.5%;
  margin: .8em;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background-color: #3E77C6;
  position: relative;
  padding: .7rem 0;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: center;
  color: #fff;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
  padding-top: .2rem;
  padding-bottom: .2rem;
  margin: 0 .2rem;
  background-color: #3E77C6;
  color: #fff;
  border: 0;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 1rem;
  text-align: center;
  cursor: pointer;
}

#ui-datepicker-div.ui-datepicker a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  left: .5rem;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
  content: '\e93d';
  font-family: "xeicon";
  color: #fff;
  font-size: 1.4rem;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
  right: 1rem;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next::before {
  content: '\e940';
  font-family: "xeicon";
  color: #fff;
  font-size: 1.4rem;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th, #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td {
  font-size: 1.2rem;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a {
  text-align: center;
  display: block;
  padding: 0.2rem;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th:first-child,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td:first-child {
  color: #F10E47;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th:last-child,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td:last-child {
  color: #2154CB;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background-color: #eee;
  border-radius: 3px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #4A9CDF;
  color: #fff;
  border-radius: 3px;
}

/*faq 리스트*/
.listFaq {
  margin-bottom: 3rem;
}

.listFaq ul li {
  border-bottom: 1px solid #ddd;
}

.listFaq ul li:hover {
  background: #fafafa;
}

.listFaq ul li .category {
  display: block;
  color: #1f40aa;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}

.listFaq ul li .question {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.7rem 5rem;
}

.listFaq ul li .question a {
  display: block;
}

.listFaq ul li .question .title {
  font-size: 2rem;
}

.listFaq ul li .question::after {
  content: '\e943';
  font-family: 'xeicon';
  font-size: 3rem;
  color: #6190d7;
  position: absolute;
  right: 2rem;
  top: 1.4rem;
}

.listFaq ul li .answer {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  background: #f4f5f6;
  border-top: 1px solid #ddd;
  border-bottom: none;
  position: relative;
}

.listFaq ul li .answer .answer_box {
  padding: 1.7rem 1.7rem 1.7rem 8rem;
}

.listFaq ul li .answer .category {
  left: 3rem;
  border-radius: 50%;
  width: 3.3rem;
  height: 3.3rem;
  text-align: center;
  background-color: #5877e0;
  color: #fff;
}

.listFaq ul li.active .question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .25s;
  transition: .25s;
  color: #333;
}

.listFaq ul li.active .answer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .25s;
  transition: .25s;
  max-height: 2000px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* calendar */
.fc .fc-toolbar > * > :not(:first-child) {
  margin-left: 1.5rem;
}

.fc .fc-toolbar h2 {
  display: inline-block;
  vertical-align: middle;
}

.fc .fc-button-primary {
  background-color: transparent;
  border: none;
  color: #c6c6c6;
  -webkit-transition: .25s;
  transition: .25s;
}

.fc .fc-widget-header {
  border-bottom: 1px solid #aaa;
}

.fc td {
  background-color: transparent;
}

.fc th:first-child,
.fc td:first-child {
  border-left: 0;
}

.fc th:last-child,
.fc td:last-child {
  border-right: 0;
}

.fc .fc-view {
  border-bottom: 1px solid #aaa;
}

.fc .fc-view .fc-sun {
  color: #cb152b;
}

.fc .fc-view .fc-sat {
  color: #116eb4;
}

.fc .fc-view .fc-day-grid .fc-day.fc-today {
  background-color: #e5f6ff;
  position: relative;
  z-index: -1;
}

.fc .fc-view .fc-day-grid .fc-day-top {
  padding: 1rem;
}

.fc .fc-view .fc-day-grid .fc-day-grid-event {
  margin-left: 0;
  margin-right: 0;
  padding: 2px 4px;
}

.fc .fc-view .fc-day-grid .fc-event {
  border-radius: 0;
}

.fc .fc-view .fc-day-header {
  padding: 1.8rem;
  text-transform: uppercase;
}

.fc .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none;
}

.fc .fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc .fc-day.fc-other-month {
  background-color: #f6f7fa;
}

.fc .fc-event {
  background-color: #4a6ab1;
  border-color: #4a6ab1;
}

.fc .fc-scroller {
  height: auto !important;
  overflow: visible !important;
}

.schedule_layer {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 49%;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #999;
  padding: 4rem;
}

.schedule_layer .title {
  font-size: 2.2rem;
  color: #333;
  padding-bottom: 3rem;
}

.schedule_layer .info {
  font-size: 1.5rem;
  color: #333;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem;
}

.schedule_layer .cont {
  font-size: 1.5rem;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

.schedule_layer .close {
  display: block;
  font-size: 3rem;
  position: absolute;
  right: 4rem;
  top: 4rem;
}

.schedule_layer .btn_area {
  margin-bottom: 0;
  text-align: center;
}

/* 영상자료게시판 상세보기 */
.media_cont {
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
}

.media_cont iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000;
}

.media_textarea {
  height: 30rem;
  overflow-y: auto;
  background-color: #f5f6fa;
  border: 1px solid #e1e6eb;
  padding: 3rem 2rem;
}

.media_textarea::-webkit-scrollbar {
  width: 14px;
}

.media_textarea::-webkit-scrollbar-thumb {
  background-color: #d3d8dd;
  border: 3px solid #fff;
  border-radius: 6px;
}

.media_textarea::-webkit-scrollbar-track {
  background-color: #fff;
}

/* 공공누리 */
.codeView01 {
  background-color: #f5f6fa;
  border: 1px solid #e1e6eb;
  padding: 1.6rem 2rem;
}

.codeView01 img {
  margin: 0 2rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

/* 체크박스, 라디오버튼 
.custom-input {	position: relative;
	input {	position: absolute;	left: 0;	top: 0;	opacity: 0;}
	input + label {	display: inline-block;	position: relative;	padding-left: 3.2rem;	margin-right: 2rem;}
	input + label::before,
	input + label::after {content: "";	position: absolute;	left: 0; top: .3rem; width: 1.9rem;
	height: 1.9rem;	border: 1px solid #c7c7c7;	cursor: pointer;}
	input[type="radio"] + label::before { border-radius: 50%;}
	input[type="radio"] + label::after { content: ""; display: block; opacity: 0; width: .9rem;height: .9rem; background-color: #4b89e1; border-radius: 50%; position: absolute;left: .5rem; top: .8rem;	z-index: 2;}
	input[type="checkbox"] + label::after {	content: "\e929"; text-align: center;	background-color: #333;	border: 1px solid #4b89e1;	color: #fff;font-size:1.6rem; font-family:"xeicon";	z-index: 2;	opacity: 0;line-height: 1.1;}
	input:focus + label::before {border:2px solid #333;}
	input:checked + label::after {opacity: 1;border-color:#4b89e1;}	
}  
*/
.satisfy-choice li {
  display: inline-block;
}

/* 에러페이지 */
.error_wrap {
  padding: 2rem;
  text-align: center;
}

.error_wrap .major_txt {
  font-size: 3.3rem;
  display: block;
  margin: 2rem 0 1rem;
}

.error_wrap .sub_txt {
  font-size: 1.8rem;
  color: #555555;
}

.error_wrap .btns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0;
}

.error_wrap .btns .btn {
  width: 20rem;
  margin: 0 .5rem;
  padding: 1.5rem 3rem;
  border: 1px solid #d5d7d8;
  background-color: #fff;
  color: inherit;
}

.error_wrap .btns .btn * {
  display: inline-block;
  vertical-align: middle;
}

.error_wrap .inner_box {
  padding: 7rem 10rem;
  border: 1px solid #d4d6d8;
}

/* 공사중 */
.under_construct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
}

.under_construct .txt_group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.under_construct .img_group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.under_construct .major_txt {
  font-size: 3.3rem;
  color: #285392;
  display: block;
  margin-bottom: 2rem;
}

.under_construct .sub_txt {
  font-size: 2.6rem;
  color: #666;
}

@media screen and (max-width: 1279.98px) {
  .gallery_list .btn_line {
    width: 100%;
    margin-bottom: .4rem;
  }
}

@media screen and (max-width: 1023.98px) {
  .tstyle {
    text-align: left;
  }
  .tstyle_view .title_area .list_dot {
    margin-bottom: -1px;
  }
  .tstyle_view .title_area .list_dot li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  /* 개인정보처리방침 작업하면서 모바일로 이동
	.tstyle colgroup{display: none;}
	.tstyle .dhead{display: none;}
	.tstyle td{display: inline-block;} 
	*/
}

@media screen and (max-width: 767.98px) {
  /* ==========================================================================================
	//레이아웃
	============================================================================================*/
  .basicTabWrap .depth4 li {
    display: block;
    width: 33.33%;
    white-space: nowrap;
    float: left;
  }
  /* ==========================================================================================
	//이즈소프트 CMS board CSS
	============================================================================================*/
  .btn.btn_sm {
    min-width: 6.3rem;
  }
  .board_info .page_info {
    display: none;
  }
  .board_info .board_search {
    width: 100%;
  }
  /*listDown 리스트 ex-수상내역 
	.listDown .answer ul {column-count:1; -webkit-column-count:1; -moz-column-count:1}*/
  .tstyle colgroup {
    display: none;
  }
  .tstyle .dhead {
    display: none;
  }
  .tstyle td {
    display: inline-block;
  }
  /* Board list */
  .tstyle .dhead {
    display: none;
  }
  .tstyle .dbody tr {
    padding: 1rem 0;
    position: relative;
    display: block;
  }
  .tstyle .dbody tr::after {
    content: "";
    display: block;
    clear: both;
  }
  .tstyle .dbody tr td.m_hidden {
    display: none;
  }
  .tstyle .dbody tr td:first-child {
    float: left;
  }
  .tstyle .dbody tr td {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: .5rem;
  }
  .tstyle .dbody tr td.title {
    font-weight: bold;
    display: block;
  }
  .xi-subdirectory-arrow {
    margin-left: 0;
  }
  .tstyle .dbody .state {
    position: absolute;
    right: 0;
    bottom: 1rem;
    text-align: center;
  }
  .tstyle .dbody tr td.file {
    position: absolute;
    right: 0;
    top: inherit;
    padding: 0;
  }
  .tstyle .dbody tr td.file i {
    margin: 0 .5rem;
  }
  .list_board li {
    padding: 1rem 0;
  }
  .list_board li span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
  div.tstyle .dbody > li .apply_btn {
    padding: 1rem;
    position: static;
  }
  div.tstyle .dbody > li .num {
    padding: 0rem 1rem;
  }
  .tstyle.in_border th, .tstyle.in_border td {
    border: 0;
  }
  .tstyle .dbody tr .display_block {
    display: block;
    float: none !important;
  }
  /*Board View */
  .tstyle_view .title_area {
    padding-left: 0;
    padding-right: 0;
  }
  div.tstyle_view .add_file_list .title {
    display: block;
    width: auto;
    padding: 1rem 0;
  }
  .tstyle_view .title_area .list_dot li {
    width: 100%;
  }
  .tstyle_view .title_area .list_dot li strong {
    width: auto;
    margin-right: 1rem;
  }
  div.tstyle_view .add_file_list .add_file {
    display: block;
    /*padding: 0 0 1rem 0;*/
  }
  .tstyle_view .add_file_list .all_zip {
    position: static;
    margin: 1rem;
  }
  div.tstyle_view ul.add_file li > span.link .btn_line {
    display: block;
  }
  div.tstyle_view ul.add_file li > span.link .btn_line ~ .btn_line {
    margin-top: .5rem;
  }
  div.tstyle_view ul.add_file li > strong {
    width: 100%;
    float: none;
  }
  div.tstyle_view div.tb_contents {
    padding: 2rem 0;
  }
  /* 갤러리 리스트 */
  .gallery_list > ul > li {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .gallery_list > ul > li .thumb::before {
    top: 25%;
  }
  .gallery_list.col3 ul li, .gallery_list.col4 ul li, .gallery_list.book_style2 ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .gallery_list.col3 ul li .hit, .gallery_list.col4 ul li .hit, .gallery_list.book_style2 ul li .hit {
    padding-left: 0;
    margin-left: 0;
  }
  .gallery_list.col3 ul li .hit::before, .gallery_list.col4 ul li .hit::before, .gallery_list.book_style2 ul li .hit::before {
    display: none;
  }
  .gallery_list.thumbnail > ul {
    display: block;
  }
  .gallery_list.thumbnail > ul > li .thumb {
    position: relative;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
    padding-bottom: 61%;
  }
  .gallery_list.thumbnail > ul > li .txt {
    padding: 2rem 0 0 0;
  }
  .gallery_list.thumbnail > ul > li a {
    display: block;
  }
  .gallery_list.book_style1 > ul {
    margin: 0;
  }
  .gallery_list.book_style1 > ul li {
    width: 100%;
    padding: 2rem 0 4rem;
  }
  .gallery_list.book_style1 > ul li .thumb {
    right: 0;
  }
  .gallery_list > ul > li > a {
    display: block;
  }
  .gallery_list ul li a span.txt strong {
    height: auto;
    -webkit-line-clamp: 1;
  }
  .gallery_list ul li a span.txt span.date {
    margin: 5px 0 0 0;
  }
  .gallery_list ul li a:before {
    bottom: 27.5%;
  }
  .gallery_slide .thumb_list .slick-arrow {
    width: 4rem;
    height: 4rem;
  }
  .gallery_slide .thumb_list .slick-arrow::before {
    font-size: 2rem;
  }
  .gallery_slide .thumb_list .slick-prev {
    left: -2rem;
  }
  .gallery_slide .thumb_list .slick-next {
    right: -2rem;
  }
  /* FAQ 리스트 */
  .listFaq ul li .answer::before {
    display: none;
  }
  .listFaq ul li .answer .answer_box {
    padding-left: 7rem;
  }
  .listFaq ul li .answer .category {
    left: 2rem;
  }
  .board_pager {
    /*.page_none{display: none;border: none;
		&:nth-last-of-type(3){display:inline-block;
			&::before{content: "/";display:inline-block;transform:translateX(-15px);}
		}
		}*/
  }
  .board_pager a:hover {
    background: none;
  }
  .board_pager .page_first, .board_pager .page_prev, .board_pager .page_next, .board_pager .page_last, .board_pager .page_now {
    display: inline-block;
  }
  .board_pager .page_now {
    background: none;
    border: none;
    /*strong{color: #333;}*/
  }
  .schedule_layer {
    width: 90%;
    padding: 2rem;
  }
  .schedule_layer .close {
    right: 2rem;
    top: 2rem;
  }
}
/*# sourceMappingURL=board.css.map */