@charset "UTF-8";
/* 페이지,검색영역*/
.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: #3e77c6;
}

.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%;
}

.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;
  /* 질의응답보기에서 상태에 왼쪽마진이 있어서 삭제
	margin-left: .8rem;
	*/
  border-radius: 1.4rem;
  padding: .3rem 2rem;
}

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

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

.state.ready {
  background-color: #f45959;
  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 .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.notice .icon_notice {
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  background-color: #333;
  padding-top: .7rem;
  font-size: 1.3rem;
}

.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: #ff7f00;
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .8rem;
}

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

.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 .d_day {
  color: #fff;
  background-color: #f78484;
  border-radius: 0.3rem;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 2rem;
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
  width: 8rem;
}

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

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: 100%;
}

div.tstyle .dbody > li .group .title + span ~ span {
  position: relative;
  padding-left: .5rem;
  margin-left: .4rem;
  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: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  top: 50%;
}

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

div.tstyle .dbody > li .group span strong {
  margin-right: 1rem;
  font-weight: normal;
}

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, .board_pager strong {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.4rem;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 0 2px;
  text-decoration: none;
}

.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: #6e7884;
}

.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_list,
.btn_area .btn_submit {
  background: #3e77c6;
  color: #fff;
  border-color: #3e77c6;
}

.btn.type1:hover, .btn_area .btn_list:hover,
.btn_area .btn_submit:hover {
  background: #305fa1;
  border: 1px solid #305fa1;
}

.btn.type2 {
  background: #676a74;
  color: #fff;
  border-color: #676a74;
}

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

.btn.type3 {
  background: #00b2f6;
  color: #fff;
  border-color: #00b2f6;
}

.btn.type3:hover {
  background: #008dc3;
  border: 1px solid #008dc3;
}

.btn.type4 {
  background: #eff0f3;
}

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

.btn.type5 {
  border-color: #3e77c6;
  color: #3e77c6;
}

.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;
}

.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;
}

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

.tstyle_view .title_area .list_dot li strong {
  min-width: 28%;
  position: relative;
  display: inline-block;
  background-color: #f1f1f1;
  padding: 1.5rem;
  margin-right: 2rem;
  text-align: 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;
}

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 { 
  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;
  padding: 1rem 0;
}

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

.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 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: #dd3560;
}

#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}
			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 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;
}

#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 .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: #3e77c6;
  font-size: 2rem;
  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.6rem;
  height: 3.6rem;
  text-align: center;
  background-color: #00b2f6;
  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;
}

.custom-input input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.custom-input input + label {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
  margin-right: 2rem;
}

.custom-input input + label::before,
.custom-input input + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: .3rem;
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid #c7c7c7;
  cursor: pointer;
}

.custom-input input[type="radio"] + label::before {
  border-radius: 50%;
}

.custom-input 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;
}

.custom-input 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;
}

.custom-input input:focus + label::before {
  border: 2px solid #333;
}

.custom-input 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;
  }
  .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 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;
  }
}

/* 회원관련 */
.step {
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2f81ca), to(#31a19e));
  background: linear-gradient(to right, #2f81ca, #31a19e);
  padding: 2.8rem 0;
  margin-bottom: 5.5rem;
}

.step li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.step li::after {
  content: "";
  display: block;
  background: url(/resources/1st/imgs/member/arrow.png) 0 0/100% 58px no-repeat;
  width: 105px;
  height: 29px;
  position: absolute;
  right: 0;
  top: .5rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.step li:last-child::after {
  display: none;
}

.step .active {
  color: #ffffff;
}

.step .active::after {
  background-position: 0 -29px;
}

.step .tit {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
}

.step .stit {
  font-size: 1.6rem;
}

.bg1 {
  background-color: #6383d3 !important;
  color: #fff;
}

.bg2 {
  background-color: #3fb0ac !important;
  color: #fff;
}

.bg3 {
  background-color: #6b7786 !important;
  color: #fff;
}

.bg4 {
  background-color: #419bc9 !important;
  color: #fff;
}

.bg5 {
  background-color: #275391 !important;
  color: #fff;
}

.member_cont .title_h4 {
  font-size: 3.3rem;
  color: #333333;
  margin: 2.4rem;
  font-weight: 700;
}

.member_cont .title_h5 {
  font-size: 2.2rem;
  color: #333333;
  margin: 2rem 0;
  font-weight: 700;
}

.member_cont .title_h5:first-of-type {
  margin-top: 0;
}

.member_cont .title_h6 {
  display: block;
  font-size: 2rem;
  margin: 1.4rem 0;
  color: #333;
  word-break: keep-all;
  font-weight: 700;
}

.member_cont .gray_box {
  position: relative;
  padding: 7rem;
  background-color: #f6f8fa;
  text-align: center;
}

.member_cont .btns {
  margin: 6rem 0;
  text-align: center;
  display: block;
}

.member_cont .btns .btn {
  display: inline-block;
  padding: 1.6rem 5rem;
  min-width: 20rem;
  font-size: 2rem;
  font-weight: 600;
  /*border:1px solid #c5c7cb;background-color: #ffffff;*/
  -webkit-transition: .2s;
  transition: .2s;
}

.member_cont .btns .btn.type1 {
  background-color: #305b95;
  color: #fff;
  border-color: #305b95;
}

.member_cont .btns .btn.type1:hover {
  background-color: #24436e;
}

.member_cont .btns .btn.type2 {
  background-color: #429cc9;
  color: #ffffff;
  border-color: #429cc9;
}

.member_cont .btns .btn.type2:hover {
  background-color: #3080a8;
}

.member_cont .btns .btn.type3 {
  background-color: #6383d3;
  color: #ffffff;
  border-color: #6383d3;
}

.member_cont .btns .btn.type3:hover {
  background-color: #3b63c8;
}

.member_cont .btns .btn.size_m {
  padding: 1rem;
  font-size: 1.6rem;
  border-radius: 3px;
  min-width: 12.6rem;
}

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

.member_cont .gray_box {
  position: relative;
  padding: 77px 102px;
  margin-bottom: 7rem;
}

.member_cont .gray_box .color_tit {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  min-width: 44rem;
  height: 7rem;
  line-height: 7rem;
  border-radius: 7rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 0 5rem;
}

.member_cont .gray_box .inner_box {
  text-align: left;
  background-color: #fff;
  padding: 5rem 12rem;
}

.member_cont .gray_box .inner_box.textarea {
  height: 50rem;
  overflow: auto;
}

.member_cont .gray_box .inner_box.textarea p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

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

.member_cont .gray_box.box2 {
  padding: 0;
  border: 1px solid #d4d6d8;
}

.member_cont .gray_box .box_title {
  padding: 4rem 0;
  font-size: 18px;
}

.member_cont .gray_box .box_title strong {
  color: #265291;
}

.member_cont .gray_box .box_title .title_h4 {
  margin-bottom: 0;
}

.member_cont .border_box {
  padding: 7rem 10rem;
  border: 1px solid #d4d6d8;
}

.member_cont .border_box > :last-child {
  margin-bottom: 0;
}

.member_cont .border_box + * {
  margin-top: 2rem;
}

.member_cont .agree {
  text-align: left;
  margin-top: 3rem;
}

.member_cont .agree span {
  margin-right: 4rem;
}

.member_cont .agree input {
  margin: 0 1rem 0 3rem;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.member_cont .search_id .row ~ .row {
  margin-top: 2rem;
}

.member_cont .search_id .form_table {
  padding: 3rem 4rem;
}

.member_cont .search_id .label {
  display: inline-block;
  min-width: 8rem;
}

.desc_txt {
  font-size: 1.6rem;
  color: #777;
  margin-bottom: 2.4rem;
}
.form_table_title{
  color: #46464a;
  background-color: #f2f2f4; 
  margin:-1.4rem -1.4rem 0;
  padding:1.4rem 3.4rem;
}

.form_table_title .btn{
  background-color: #429cc9;
  border-color:#429cc9;
  color:#fff;
  margin-left:2rem;
}
.form_table_title .btn:hover{
  background-color: #297ea8;
  border-color:#297ea8;
}

.form_table {
  border: 1px solid #d5d7d8;
  padding: 1.4rem;
  margin-bottom: 5rem;
  /*input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px yellow inset;
      }
      */
}

.form_table .form-control {
  min-width: 19.3rem;
}

.form_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}

.form_table .tr:last-child {
  border-bottom: none;
}

.form_table .th {
  min-width: 20rem;
  padding: 1.4rem 2rem;
}

.form_table .td {
  width: calc(100% - 18rem);
  padding: 1.4rem 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_table .stretch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form_table .sbtn {
  font-size: 1.6rem;
  color: #666;
  background-color: #fff;
  border: 1px solid #d5d7d8;
  border-radius: 3px;
  padding: 0.6rem 0.6rem .7rem;
  vertical-align: middle;
  line-height: 1.325;
}

.form_table .note {
  font-size: 14px;
  color: #ff6633;
  margin-left: 1rem;
}

.form_table .ui-datepicker-trigger {
  margin-left: -3rem;
  vertical-align: middle;
}

.form_table .inst_search_btn {
  position: absolute;
  right: 3rem;
  top: 1.8rem;
  font-size: 1.8rem;
}

.form_table .inner_table {
  display: table;
  width: 100%;
}

.form_table .photo_cell {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  width: 200px;
}

.form_table .photo_cell i {
  display: block;
  border-radius: 50%;
  color: #ffffff;
  background-color: #6383d3;
  text-align: center;
  width: 150px;
  height: 150px;
  font-size: 60px;
  padding-top: 40px;
}

.form_table .photo_cell button {
  border: 1px solid #d5d7d8;
  padding: 10px;
  border-radius: 3px;
  margin-top: 20px;
  width: 100%;
}

.form_table .text_cell {
  display: table-cell;
  padding: 20px;
}

.form_table .text_cell textarea {
  width: 100%;
}

.form_table.tstyle {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.form_table::after {
  display: none;
}

.form_table .readonly {
  color: #333;
  background-color: #fff;
}

.form_table input:focus + .placeholder {
  opacity: 0;
  visibility: hidden;
}

.member_cont.join_form .form_table .th {
  min-width: 15rem;
}

/*
#ui-datepicker-div{width:22.2rem;padding: 0;margin-top: .2em;border: 1px solid #333;background-color: #fff;z-index:3;display: none;
    &.ui-datepicker{
      table{width:89.5%;margin: .8em;}
      .ui-datepicker-header {background-color: #000;
        .ui-datepicker-title{margin: 0;}
        .ui-datepicker-prev, .ui-datepicker-next{position:absolute;top:7px;text-align: center;cursor:pointer;}
        .ui-datepicker-prev{
          &::before{content: '\e93d';font-family: "xeicon";color: #fff;}
        }
        .ui-datepicker-next{
          &::before{content: '\e940';font-family: "xeicon";color: #fff;}
        }
      }
      .ui-datepicker-calendar {
        th, td{font-size: 1.2rem;}
        td span,
        td a{text-align: center;}
        th:first-child,
        td:first-child{color: #cb152b;}
        th:last-child,
        td:last-child{color: #116eb4;}
        .ui-datepicker-today{background-color: #eee;border-radius: 3px;}
        .ui-state-active{background-color: #333;color: #fff;border-radius: 3px;}
      }
    }
  }
 */
.form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.form_group .custom_input {
  margin-right: .8rem;
  width: 17px;
  height: 17px;
}

.form_group .custom_input + label {
  margin-right: 2rem;
  vertical-align: middle;
}

.form_group .basic_address {
  width: calc(100% - 7.7rem);
}

.popup_wrap {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.popup_wrap.active {
  display: block;
}

.popup_wrap.active .alert {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  padding: 3rem 2.5rem;
  min-width: 300px;
}

.popup_wrap.active .alert .txt {
  display: block;
  margin-bottom: 2rem;
}

.popup_wrap.active .alert .btn {
  background-color: #8a51ff;
  border-color: #8a51ff;
  color: #ffffff;
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pdf_popup_wrap {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.pdf_popup_wrap.active {
  display: block;
}

.pdf_popup_wrap .popup_layer {
  width: 980px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.pdf_popup_wrap .popup_layer.full {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}

.pdf_popup_wrap .popup_layer.full .popup_cont {
  height: calc(100vh - 12.3rem);
}

.pdf_popup_wrap .popup_layer .icon_layout {
  background: url("/resources/imgs/common/icon_layout_small.gif") 0 0/contain no-repeat;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

.pdf_popup_wrap .popup_layer .layout_util.active .icon_layout {
  background-image: url("/resources/imgs/common/icon_layout_full.gif");
}

.pdf_popup_wrap .popup_layer .layout_util {
  position: absolute;
  right: 6rem;
  top: 1.7rem;
}

.pdf_popup_wrap .popup_layer .popup_cont {
  height: 60rem;
  overflow: auto;
}

.popup_layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50.1%);
          transform: translate(-50%, -50.1%);
  z-index: 99;
}

.popup_layer .popup_title {
  background-color: #285392;
  color: #ffffff;
  padding: 1rem 3rem;
  font-size: 2rem;
}

.popup_layer .popup_cont {
  padding: 1.5rem;
  background-color: #fff;
  min-height: 430px;
}

.popup_layer .popup_cont .search {
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.popup_layer .popup_cont .search .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup_layer .popup_cont .search .search_btn {
  background-color: #285392;
  color: #ffffff;
  min-width: 6.8rem;
  padding: 0.6rem;
  font-size: 16px;
  margin-left: 1rem;
}

.popup_layer .popup_cont .search .note {
  color: #265291;
  font-size: 15px;
  margin-top: 1rem;
}

.popup_layer .popup_cont label {
  margin-right: 1rem;
}

.popup_layer .popup_cont .table_wrap {
  border-top: 1px solid #535353;
  /*height:31rem;overflow-y:auto;*/
}

.popup_layer .popup_cont table {
  width: 100%;
}

.popup_layer .popup_cont thead {
  border-bottom: 1px solid #aaa;
}

.popup_layer .popup_cont th {
  padding: .8rem;
  font-weight: normal;
}

.popup_layer .popup_cont tbody th,
.popup_layer .popup_cont tbody td {
  border-bottom: 1px solid #e7e7e7;
  padding: .8rem;
}

.popup_layer .popup_foot {
  background-color: #edf0f5;
  padding: 1.8rem 3rem;
  text-align: right;
} 
.popup_layer .popup_foot .form-group{-webkit-box-pack: end; -ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;  -ms-flex-align: center;      align-items: center;}
.popup_layer .popup_foot .form-group input{min-height:4.2rem;}

.popup_layer .popup_foot button {
  color: #555;
  font-size: 16px;
  padding: 1rem 4rem;
  border: 1px solid #c4c6ca;
  background-color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.popup_layer .popup_foot .btn2 {
  color: #285392;
}

.popup_layer .popup_close {
  position: absolute;
  right: 2rem;
  top: 1rem;
  color: #ffffff;
  font-size: 2.6rem;
}

.inst_pop .popup_layer {
  width: 980px;
  border: 1px solid #285392;
}

.address_pop .popup_layer,
.address_pop2 .popup_layer {
  width: 980px;
  border: 1px solid #285392;
}

.address_pop .search input + .xi-search,
.address_pop2 .search input + .xi-search {
  margin-left: -2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.address_pop .search_result,
.address_pop2 .search_result {
  display: none;
}

.address_pop .search_result .addr_link .new_addr,
.address_pop2 .search_result .addr_link .new_addr {
  display: block;
}

.address_pop .search_result .addr_link .old_addr,
.address_pop2 .search_result .addr_link .old_addr {
  font-size: 1.4rem;
  color: #888888;
}

.address_pop .detail_address,
.address_pop2 .detail_address {
  display: none;
}

.address_pop .detail_address .note,
.address_pop2 .detail_address .note {
  font-size: 1.4rem;
  color: #888888;
}

.address_pop .board_pager,
.address_pop2 .board_pager {
  margin-bottom: 0;
}

/* ==========================================================================================
기타 ==========================================================================================*/
.submit_attach {
  border: 1px solid #285392;
  width: 92rem;
  background-color: #fff;
}

.submit_attach .title_area {
  background-color: #285392;
  color: #ffffff;
  font-size: 2rem;
  padding: 1.5rem 2rem;
}

.submit_attach .title_area h4 {
  font-weight: normal;
}

.submit_attach .cont_area {
  padding: 2.5rem;
}

.submit_attach .cont_area h5 {
  font-size: 2rem;
  color: #333;
}

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

.submit_attach .btns .btn {
  margin: 0 1rem;
}

.submit_attach .popup_close {
  position: absolute;
  right: 2rem;
  top: 1.6rem;
  color: #ffffff;
  font-size: 1.3rem;
  font-size: 2rem;
}

/* 개인정보동의 */
.join_agree .step {
  margin-bottom: 9rem;
}

/* 회원가입입력폼 */
/* 완료 및 결과페이지, 비밀번호 찾기 */
.complete {
  text-align: center;
  border: 1px solid #d5d7d8;
  padding: 5rem;
  margin-bottom: 4rem;
  min-height: 10rem;
}

.complete .txt {
  line-height: 1.8;
  display: inline-block;
  text-align: left;
}

.complete .major_txt {
  display: block;
  font-size: 2rem;
  color: #333333;
}

.complete .major_txt span {
  color: #285392;
}

.complete .sub_txt {
  font-size: 1.6rem;
  color: #666666;
}

.complete .tr {
  padding: 1.4rem;
}

.complete .form_group {
  width: auto;
}

.complete .form_group label {
  margin-right: 1rem;
}

.complete .form_group input, .complete .form_group select {
  margin: 0 1rem;
}

.complete .form_group ~ .form_group {
  margin-left: 4rem;
}

.complete .form_group input[type="text"] {
  width: 18rem;
}

.complete .size_m {
  padding-top: .5rem;
  padding-bottom: .6rem;
}

.complete > *:last-of-type {
  margin-bottom: 0;
}

.login .major_txt {
  font-size: 3.2rem;
  margin-top: 4rem;
}

.login .sub_txt {
  font-size: 2.2rem;
}

/* 로그인 */
.login .login_form {
  width: 44rem;
  margin: 30px auto;
  text-align: center;
}

.login .login_form .placeholder {
  text-align: left;
  padding: 1.4rem;
  color: #999;
  font-size: 1.6rem;
}

.login .login_form .input_id {
  display: block;
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 1.5rem;
  margin-top: 3.4rem;
}

.login .login_form .input_pw {
  display: block;
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 2rem;
}

.login .login_form .btn_login {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #305b95;
  color: #fff;
  padding: 2rem;
  font-size: 1.9rem;
  -webkit-transition: .25s;
  transition: .25s;
}

.login .login_form .btn_login:hover {
  background-color: #24436e;
}

.login .member_btns li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.login .member_btns li a {
  font-size: 1.6rem;
  color: #777777;
}

.login .member_btns li ~ li {
  padding-left: 2rem;
  margin-left: 2rem;
}

.login .member_btns li ~ li::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #e3e3e6;
  position: absolute;
  left: 0;
  top: 10px;
}

/* 로그아웃 */
.logout_box {
  border: 1px solid #e2e4e7;
  text-align: center;
  padding: 4rem;
  margin-top: 2rem;
}

.logout_box .logout_box_cont {
  width: 34rem;
  margin: 0 auto;
  position: relative;
  padding-left: 10rem;
  text-align: left;
}

.logout_box img {
  position: absolute;
  left: 0;
  top: 0;
}

/* 아이디 찾기 */
.id_search .complete .major_txt {
  font-size: 2rem;
}

.id_search .complete .sub_txt {
  font-size: 1.6rem;
}

/* 비밀번호 찾기 */
.pw_search {
  text-align: center;
}

.pw_search label {
  margin-right: 1rem;
  display: inline-block;
}

.pw_search .textbox {
  width: 38.8rem;
}

.pw_new {
  display: inline-block;
}

.pw_new label {
  text-align: left;
}

.tstyle.column4 .form-label {
  min-width: 12.2%;
}

/* 회원탈퇴 */
.pw_confirm {
  padding: 1rem 0;
}

@media (max-width: 1279.98px) {
  .member_cont .gray_box {
    padding: 4rem 1rem;
  }
  .member_cont .gray_box .inner_box {
    padding: 1rem;
  }
}

@media (max-width: 1023.98px) {
  .member_cont .btns .btn {
    min-width: 12rem;
    padding: 1.6rem;
  }
  .step li::after {
    display: none;
  }
  .member_cont .gray_box .color_tit {
    width: 90%;
  }
  .member_cont .agree span {
    display: block;
  }
  .form_table_title{
    margin:-.4rem -.4rem 0;
    padding-left:1rem;
  }
  .form_table_title .btn{margin-top:1rem;}
  .form_table {
    padding: .4rem;
  }
  .form_table .form_group {
    display: block;
    margin-bottom: 1rem;
  }
  .form_table .th {
    padding: 0.6rem;
    width: auto;
    min-height: 4.1rem;
    display: block;
  }
  .form_table .td {
    padding: 0.6rem;
    width: 100%;
    display: block;
  }
  .form_table .inst_search_btn {
    right: 1rem;
  }
  .form_table .phto_cell {
    display: block;
    margin: 0 auto;
  }
  .form_table .text_cell {
    display: block;
  }
  .login .login_form {
    width: 100%;
  }
  .logout_box .logout_box_cont {
    width: 100%;
  }
  .complete {
    padding: 1rem;
  }
  .complete .form_group {
    margin-right: 0;
  }
  .complete .form_group label {
    display: block;
  }
  .pw_search_wrap .complete {
    text-align: left;
  }
  .btn.size_m {
    margin: 0;
  }
  .tstyle.column4 .th {
    width: 33.333333%;
  }
  .tstyle.column4 .th + .form-group {
    width: 66.666666%;
  }
  .inst_pop .popup_layer {
    width: 100%;
  }
  .member_cont .search_id .form_table {
    padding: 2rem;
  }
  .member_cont .search_id .row ~ .row {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .member_cont .border_box {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .form_table .tr {
    display: block;
  }
  .form_table .col6 {
    width: 100%;
  }
  .form_table .col6:first-of-type {
    border-bottom: 1px solid #eee;
  }
  .form_table .photo_cell {
    display: block;
    margin: 0 auto;
  }
  .form_table .text_cell {
    display: block;
  }
  .complete .form_group {
    margin-left: 0 !important;
  }
  .complete .form_group input, .complete .form_group select {
    margin: 1rem 0;
    width: 100%;
  }
  /* 주소검색 */
  .search_result .table_wrap colgroup {
    display: none;
  }
  /*팝업*/
  .popup_layer .popup_cont {
    padding: 1rem;
    height: calc(100% - 12.8rem);
  }
  .popup_layer .popup_cont label {
    width: 8rem;
  }
  .popup_layer .popup_cont .search {
    display: block;
    margin-bottom: 1rem;
  }
  .popup_layer .popup_cont .search .form_group {
    margin-bottom: 0.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .popup_layer .popup_cont .search .search_btn {
    width: 100%;
    margin-left: 0;
  }
  .popup_layer .popup_cont .table_wrap {
    height: 22rem;
    overflow-y: auto;
  }
  .popup_layer .popup_foot {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .popup_layer {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0 !important;
    top: 0px !important;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
    z-index: 999;
  }
  .popup_layer .popup_cont th {
    white-space: nowrap;
  }
}

.top_popup {
  display: none;
}

#txt {
  position: relative;
}

.quick_nav {
  position: fixed;
  text-align: center;
  right: 2.5rem;
  bottom: 40%;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  width: 14rem;
  font-size: 1.3rem;
}

.quick_nav .title {
  display: block;
  height: 4.8rem;
  line-height: 1.2;
  border-radius: 2.4rem;
  border: 1px solid #bbb;
  background-color: #fff;
  margin: 1.1rem auto;
  position: relative;
  padding-top: .8rem;
  text-transform: uppercase;
}

.quick_nav .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  background-color: #9a9ca7;
  position: absolute;
  left: 50%;
  top: 100%;
}

.quick_nav .go_site {
  display: block;
  width: 100%;
  min-height: 3.2rem;
  border-radius: 1.6rem;
  background-color: #3e77c6;
  color: #fff;
  margin: 1rem auto;
  padding: .7rem 1rem;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.quick_nav .go_site:hover {
  background-color: #24487a;
}

.quick_nav .go_top {
  display: block;
  height: 3.2rem;
  line-height: 3rem;
  border-radius: 1.6rem;
  text-align: center;
  background-color: #8b8d9a;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.quick_nav .go_top:hover {
  background-color: #50505A;
}

.quick_nav .go_top i {
  font-size: 1.8rem;
  vertical-align: middle;
}

.quick_nav .go_top span {
  display: inline-block;
}

.quick_nav .go_top span + i {
  margin-left: .5rem;
}

.quick_nav .custom_center {
  display: inline-block;
  color: #444;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 4rem;
  position: relative;
  text-align: left;
  margin-top: 2rem;
}

.quick_nav .custom_center::before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url("/resources/1st/imgs/sub/customer_center_icon.png") 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.quick_nav.active {
  opacity: 1;
  visibility: visible;
}

/*.dimm .quick_nav{right:calc(2.5rem + 17px);transition:none}*/
@media (max-width: 1399px) {
  #header .headerWrap {
    width: 100%;
  }
  #gnb .topmenu {
    width: auto;
  }
  .quick_nav.active {
    bottom: 2rem;
    width: 8rem;
    right: 2rem;
  }
  .quick_nav.stick {
    position: absolute;
    bottom: 21rem;
  }
  .quick_nav .custom_center {
    padding: .7rem .5rem;
    text-align: center;
  }
  .quick_nav .custom_center::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .quick_nav .title {
    display: none;
  }
  .quick_nav .custom_center {
    margin-top: .5rem;
    border-radius: 1.4rem;
    border: 1px solid #bbb;
    background-color: #fff;
    width: 100%;
  }
  .quick_nav .go_site {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

/* ================================== 콘텐츠 공통 시작 ================================ */
.detail_content {
  padding-top: 3.5rem;
}

.detail_content .gray_box {
  position: relative;
  padding: 7.7rem 10.2rem;
  margin-bottom: 7.5rem;
}

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

.detail_content .gray_box .color_tit {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 400px;
  height: 7rem;
  line-height: 7rem;
  border-radius: 7rem;
  background-color: #6383d3;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.detail_content .gray_box.box2 .color_tit {
  background-color: #3fb0ac;
}

.detail_content .gray_box .inner_box {
  float: left;
  width: 49%;
  height: 16rem;
  margin-left: 2%;
  margin-bottom: 2rem;
  text-align: left;
  background-color: #fff;
  padding: 3.2rem;
}

.detail_content .gray_box.box1 .inner_box:nth-child(even) {
  margin-left: 0;
}

.detail_content .gray_box .inner_box b {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
  color: #333;
  word-break: keep-all;
}

.detail_content .gray_box.box2 .inner_box {
  display: table;
  table-layout: fixed;
  width: 32%;
  margin-left: 2%;
  text-align: center;
  padding: 3.2rem;
}

.detail_content .gray_box.box2 .inner_box:nth-child(2) {
  margin-left: 0;
}

.detail_content .gray_box.box2 .inner_box b {
  display: table-cell;
  vertical-align: middle;
}

.detail_content .cont-tit {
  position: relative;
  font-size: 2rem;
  padding-left: 2rem;
  color: #333;
  margin-bottom: 2rem;
}

.detail_content .cont-tit:before {
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(/resources/1st/imgs/common/h3_bul.png) 50% 50%/contain no-repeat;
}

.detail_content .detail_list {
  padding-left: 2rem;
}

.detail_content .detail_list > li {
  font-size: 1.8rem;
  font-weight: 400;
}

.detail_content .detail_list > li:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1rem;
  background: url(/resources/1st/imgs/sub/detail_list_bul.png) 50% 50%/contain no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.detail_content .detail_list .list_dot {
  margin-top: .5rem;
}

.detail_content .detail_list .list_dot > li:before {
  top: .9rem;
  left: .3rem;
  width: .5rem;
  height: .5rem;
  background-color: #ccc;
}

@media (max-width: 1023px) {
  .detail_content .gray_box {
    padding: 7.7rem 2rem 5rem;
  }
  .detail_content .gray_box .color_tit {
    width: 100%;
  }
  .detail_content .gray_box .inner_box {
    padding: 2rem;
    height: auto;
  }
  .detail_content .gray_box .inner_box,
  .detail_content .gray_box.box2 .inner_box {
    width: 100%;
    margin-left: 0;
  }
  .detail_content .gray_box.box2 .inner_box b br {
    display: none;
  }
}

/* ================================== 콘텐츠 공통 끝 ================================== */
/* sub0101 인사말 시작 

.greeting_top{ position: relative; width: 100%; height: 255px; padding: 25px 425px 57px 60px; margin-bottom: 70px; background: url(/resources/1st/imgs/sub/sub0101_topbox_bg.png) right 43px bottom no-repeat; border-bottom: 1px solid #ddd; }
.greeting_top:before{ position: absolute; top: 25px; left: 0; content: ""; display: inline-block; width: 10px; height: 180px; background: url(/resources/1st/imgs/sub/sub0101_topbox_before.png) no-repeat; }
.greeting_top b{ display: block; font-size: 33px; font-weight: 300; line-height: 1.3; margin-bottom: 2rem; }
.greeting_top b strong{ font-weight: 600; color: #285392; word-break: keep-all; }
.greeting_top .sign img{ vertical-align: middle; margin-left: 5px; }
.greeting_tit{ display: block; font-size: 2.2rem; color: #000; margin-bottom: 2.5rem; }
.greeting_txt{ font-size: 1.9rem; color: #555; line-height: 1.5; margin-bottom: 3rem; }
.greeting_tit.bottom{ font-size: 1.9rem; margin-bottom: 18rem; }
.greeting_list{}
.greeting_list li{ position: relative; float: left; width: 50%; padding-left: 70px; margin-bottom: 3rem; }
.greeting_list li:before{ position: absolute; top: 0; left: 0; content: ""; display: inline-block; width: 55px; height: 55px; background: url(/resources/1st/imgs/sub/sub0101_icon.png) no-repeat; vertical-align: middle; }
.greeting_list li.list2:before{ background-position: -55px 0; }
.greeting_list li.list3:before{ background-position: -110px 0; }
.greeting_list li.list4:before{ background-position: -165px 0; }
.greeting_list li.list5:before{ background-position: -220px 0; }
.greeting_list li.list6:before{ background-position: -275px 0; }

@media (max-width:1329px){
	.greeting_top{ height: auto; padding-right: 350px; }
	.greeting_top b{ font-size: 2.5rem; }
}

@media (max-width:1023px){
	.greeting_top{ padding: 4rem; background: none; }
}
@media (max-width:767px){
	.greeting_top:before{ top: 43px; }
	.greeting_top b{ font-size: 2.2rem; }
	.greeting_list li{ float: none; width: 100%; }
}
*/
/* sub0102 추진배경 시작 */
.sub0102 .gray_box {
  padding: 120px 0 65px 0;
}

.topbox {
  position: relative;
  width: 100%;
  height: 33rem;
  background: url(/resources/1st/imgs/sub/sub0102_topbox_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
  margin-bottom: 21rem;
}

.topbox_wrap {
  position: relative;
  width: 740px;
  margin: 0 auto;
  padding: 2rem 0 2rem 305px;
  text-align: left;
}

.topbox_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 124px;
  background: url(/resources/1st/imgs/sub/sub0102_topbox_before.png) no-repeat;
}

.topbox_wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 21px;
  height: 124px;
  background: url(/resources/1st/imgs/sub/sub0102_topbox_before.png) no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.topbox_tit {
  position: absolute;
  top: 2rem;
  left: 142px;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
}

.topbox_txt {
  font-size: 1.9rem;
  color: #fff;
  line-height: 1.5;
}

.midbox {
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
}

.midbox ul,
.midbox div {
  height: 204px;
  margin: 0 2.5rem;
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
  text-align: center;
}

.midbox ul li {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 4.6rem 2rem;
  text-align: center;
}

.midbox ul li .ico {
  display: block;
  width: 48px;
  height: 48px;
  background: url(/resources/1st/imgs/sub/sub0102_icon.png) no-repeat;
  vertical-align: middle;
  margin: 0 auto 2rem;
}

.midbox ul li .ico2 {
  background-position: -48px 0;
}

.midbox ul li .ico3 {
  background-position: -96px 0;
}

.midbox ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 25px;
  background: url(/resources/1st/imgs/sub/sub0102_midbox_dot.png) no-repeat;
}

.midbox ul li:first-child:before {
  display: none;
}

.sub0102 .cont-tit {
  font-size: 3.8rem;
  font-weight: 600;
  margin: 9rem 0 3rem;
}

.bg_circle {
  position: relative;
  text-align: center;
  margin-bottom: 85px;
}

.bg_circle:after {
  position: absolute;
  bottom: -8rem;
  left: 50%;
  margin-left: -65px;
  content: "";
  display: block;
  width: 131px;
  height: 85px;
  background: url(/resources/1st/imgs/sub/sub0102_arr.png) no-repeat;
}

.bg_circle .cir_tit {
  display: block;
  width: 329px;
  height: 329px;
  background: url(/resources/1st/imgs/sub/sub0102_circle.png) 50% 50%/100% auto no-repeat;
  margin: 0 auto;
  padding: 68px 0;
}

.bg_circle .cir_tit > span {
  display: block;
  width: 193px;
  height: 193px;
  line-height: 193px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.2rem;
  margin: 0 auto;
}

.bg_circle ul li {
  position: absolute;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.bg_circle ul li.cir1 {
  top: -70px;
  left: 50%;
  margin-left: -55px;
}

.bg_circle ul li .ico {
  position: absolute;
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  padding: 23px;
}

.bg_circle ul li .ico i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(/resources/1st/imgs/sub/sub0102_icon2.png) no-repeat;
  vertical-align: middle;
}

.bg_circle ul li.cir1 .ico {
  bottom: -98px;
  background-color: #6383d3;
  left: 50%;
  margin-left: -45px;
}

.bg_circle ul li.cir2 {
  top: 220px;
  left: 50%;
  margin-left: -286px;
  text-align: right;
}

.bg_circle ul li.cir2 .ico {
  right: -115px;
  top: -20px;
  background-color: #3fb0ac;
}

.bg_circle ul li.cir2 .ico i {
  background-position: -48px 0;
}

.bg_circle ul li.cir3 {
  top: 220px;
  right: 50%;
  margin-right: -330px;
  text-align: left;
}

.bg_circle ul li.cir3 .ico {
  left: -115px;
  top: -20px;
  background-color: #429cc9;
}

.bg_circle ul li.cir3 .ico i {
  background-position: -96px 0;
}

.bg_grabox {
  display: inline-block;
  padding: 2px;
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
  margin-bottom: 4.2rem;
}

.bg_grabox span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 33px 113px;
  background-color: #fff;
  font-size: 23px;
  color: #285392;
  font-weight: 600;
}

.bg_roundbox {
  display: inline-block;
  padding: 20px 145px;
  border-radius: 50px;
  background-color: #6b7786;
  color: #fff;
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 80px;
}

.bg_round_bottombox {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.bg_round_bottombox:before {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -1px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 80px;
  background-color: #6b7786;
  opacity: .5;
}

.bg_round_bottombox:after {
  position: absolute;
  top: -58px;
  left: 16%;
  content: "";
  display: inline-block;
  width: 68%;
  height: 2px;
  background-color: #6b7786;
  opacity: .5;
}

.bg_round_bottombox li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  background-color: #fff;
}

.bg_round_bottombox li:first-child {
  margin-left: 0;
}

.bg_round_bottombox li b {
  display: block;
  padding: 25px 0;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
}

.bg_round_bottombox li.botbox1 b {
  background-color: #6383d3;
}

.bg_round_bottombox li.botbox2 b {
  background-color: #3fb0ac;
}

.bg_round_bottombox li.botbox3 b {
  background-color: #429cc9;
}

.bg_round_bottombox li p {
  padding: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #555;
  line-height: 1.3;
}

.bg_round_bottombox li.botbox1:before,
.bg_round_bottombox li.botbox3:before {
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -1px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 58px;
  background-color: #6b7786;
  opacity: .5;
}

.bg_round_bottombox li b .ico {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -33px;
  padding: 14px;
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.bg_round_bottombox li.botbox1 b .ico {
  background-color: #6383d3;
}

.bg_round_bottombox li.botbox2 b .ico {
  background-color: #3fb0ac;
}

.bg_round_bottombox li.botbox3 b .ico {
  background-color: #429cc9;
}

.bg_round_bottombox li b .ico i {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background: url(/resources/1st/imgs/sub/sub0102_icon2.png) 0 0/auto 48px no-repeat;
  vertical-align: middle;
}

.bg_round_bottombox li.botbox1 b .ico i {
  background-position: -144px 0;
}

.bg_round_bottombox li.botbox2 b .ico i {
  background-position: -178px 0;
}

.bg_round_bottombox li.botbox3 b .ico i {
  background-position: -212px 0;
}

.change_rule {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.change_rule > div {
  width: auto;
  height: 172px;
  margin-bottom: 1rem;
}

.change_rule > div .titbox {
  position: relative;
  float: left;
  display: inline-block;
  width: 220px;
  height: 100%;
  margin-right: 4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 4.6rem 0;
}

.change_rule > div .titbox:before {
  content: "";
  display: block;
  width: 49px;
  height: 48px;
  background: url(/resources/1st/imgs/sub/sub0102_icon3.png) no-repeat;
  vertical-align: middle;
  margin: 0 auto 12px;
}

.change_rule > div .titbox:after {
  position: absolute;
  top: 50%;
  right: -4rem;
  content: "";
  display: inline-block;
  width: 4rem;
  height: 2px;
  background-color: #aebdc7;
}

.change_rule > div .before {
  margin-right: 64px;
  background-color: #fff;
}

.change_rule > div .before,
.change_rule > div .after {
  position: relative;
  float: left;
  width: 303px;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 400;
}

.change_rule > div .after {
  padding: 2px;
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
}

.change_rule > div.rule .before {
  padding-top: 65px;
}

.change_rule > div.rule .before .sub_tit,
.change_rule > div.system .before .sub_tit {
  position: absolute;
  top: -77px;
  left: 0;
  width: 100%;
  border: 7px solid #fff;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 600;
}

.change_rule > div.rule .after .sub_tit,
.change_rule > div.system .after .sub_tit {
  position: absolute;
  top: -77px;
  left: 0;
  width: 100%;
  border: 7px solid #fff;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: 600;
}

.change_rule > div.system .before .sub_tit,
.change_rule > div.system .after .sub_tit {
  display: none;
}

.change_rule > div.system .before {
  padding-top: 50px;
}

.change_rule > div .after .inner {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 60px;
}

.change_rule > div.rule .after .inner {
  font-size: 1.8rem;
  font-weight: 500;
}

.change_rule > div.system .after .inner {
  padding-top: 4rem;
}

.change_rule > div.system .after b {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.change_rule > div .before:after {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: -44px;
  content: "";
  display: inline-block;
  width: 44px;
  height: 31px;
  background: url(/resources/1st/imgs/sub/sub0102_arr2.png) no-repeat;
}

.change_rule > div.rule .titbox {
  background-color: #429cc9;
}

.change_rule > div.system .titbox {
  background-color: #285392;
}

.change_rule > div.system .titbox:before {
  background-position: -49px 0;
}

.sub010202 .detail_content .gray_box .inner_box,
.sub010202 .detail_content .gray_box.box2 .inner_box:nth-child(2) {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
}

.sub010202 .detail_content .gray_box .inner_box b,
.sub010202 .detail_content .gray_box.box2 .inner_box b {
  display: block;
  text-align: left;
  font-size: 2.1rem;
}

.sub010202 .detail_content .gray_box.box2 .list_bar {
  margin-bottom: 0;
  margin-top: 2.4rem;
}

@media (max-width: 1199px) {
  .midbox ul {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .topbox {
    height: auto;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
  }
  .topbox_wrap:before,
  .topbox_wrap:after {
    top: 1rem;
  }
  .topbox_wrap {
    width: 90%;
    padding: 2rem 4rem;
    text-align: center;
  }
  .topbox_tit {
    position: static;
    display: block;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .topbox_tit br,
  .topbox_txt br {
    display: none;
  }
  .midbox {
    position: static;
    width: 100%;
  }
  .midbox .inner {
    margin: 0;
  }
  .midbox ul {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .midbox ul li {
    float: none;
    width: 100%;
    padding: 2rem;
  }
  .midbox ul li:before {
    left: 50%;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .sub0102 .gray_box {
    padding: 20px;
  }
  .bg_round_bottombox {
    width: 100%;
  }
  .bg_round_bottombox li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 6rem;
  }
  .bg_round_bottombox li b {
    padding: 3.5rem 0 2rem;
  }
  .bg_round_bottombox:after,
  .bg_round_bottombox li.botbox1:before,
  .bg_round_bottombox li.botbox3:before {
    display: none;
  }
  .bg_round_bottombox:before {
    height: 520px;
  }
  .change_rule > div {
    height: auto;
  }
  .change_rule > div .titbox,
  .change_rule > div .before,
  .change_rule > div .after {
    float: none;
    height: auto;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .change_rule > div .before {
    margin-bottom: 6rem;
  }
  .change_rule > div.rule .before .sub_tit,
  .change_rule > div.system .before .sub_tit,
  .change_rule > div.rule .after .sub_tit,
  .change_rule > div.system .after .sub_tit {
    position: static;
    display: block;
  }
  .change_rule > div.system .before .sub_tit,
  .change_rule > div.system .after .sub_tit {
    display: inline-block;
  }
  .change_rule > div .titbox:after {
    width: 2px;
    height: 4rem;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -4rem;
  }
  .change_rule > div .before:after {
    top: auto;
    bottom: -38px;
    right: auto;
    left: 50%;
    margin-left: -22px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .change_rule > div.rule .before,
  .change_rule > div.rule .after .inner,
  .change_rule > div.system .before,
  .change_rule > div.system .after .inner {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .bg_circle ul {
    padding-top: 2rem;
  }
  .bg_circle ul li {
    position: static;
  }
  .bg_circle ul li.cir1,
  .bg_circle ul li.cir2,
  .bg_circle ul li.cir3 {
    margin: 0 auto 2rem;
    text-align: center;
  }
  .bg_circle ul li .ico {
    position: static;
    margin: 0 auto 2rem;
  }
  .bg_circle ul li.cir1 .ico {
    margin: 0 auto 2rem;
  }
  .bg_roundbox,
  .bg_grabox span {
    padding: 2rem;
    font-size: 2rem;
    word-break: keep-all;
  }
  .sub010202 .detail_content .gray_box .inner_box,
  .sub010202 .detail_content .gray_box.box2 .inner_box:nth-child(2) {
    padding: 2rem;
  }
  .bg_circle .cir_tit {
    width: 100%;
  }
}

/* sub0102 추진배경 끝 */
/* sub0103 추진경과 시작 */
.history_wrap {
  position: relative;
  padding-left: 4.6rem;
}

.history_wrap:before {
  position: absolute;
  top: 0;
  left: 204px;
  z-index: 1;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e8eaeb;
}

.history {
  position: relative;
  background-color: #f6f8fa;
  padding-left: 158px;
  padding-right: 2rem;
  margin-bottom: 2rem;
}

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

.history ul {
  display: block;
  width: 100%;
  padding: 5.5rem 0 6rem 0;
}

.history .year {
  position: absolute;
  top: 0;
  left: -4.6rem;
  width: 92px;
  height: 100%;
  padding: 30px 0;
}

.history .year span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #6383d3;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 175px;
}

.history .year span:after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -11px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  background: url(/resources/1st/imgs/sub/sub0103_arr01.png) no-repeat;
  vertical-align: middle;
}

.history:nth-child(2) .year span {
  background-color: #3fb0ac;
  line-height: 375px;
}

.history:nth-child(3) .year span {
  background-color: #429cc9;
  line-height: 195px;
}

.history:nth-child(2) .year span:after {
  background: url(/resources/1st/imgs/sub/sub0103_arr02.png) no-repeat;
}

.history:nth-child(3) .year span:after {
  background: url(/resources/1st/imgs/sub/sub0103_arr03.png) no-repeat;
}

.history li {
  position: relative;
  padding-left: 110px;
  line-height: 2.4;
  font-weight: 400;
}

.history li .month {
  position: absolute;
  top: 0;
  left: 3rem;
  font-weight: 500;
  color: #6383d3;
}

.history:nth-child(2) li .month {
  color: #3fb0ac;
}

.history:nth-child(3) li .month {
  color: #429cc9;
}

.history li:before {
  position: absolute;
  top: 1rem;
  left: -1.1rem;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #6383d3;
  border: .7rem solid #fff;
  border-radius: 50%;
}

.history:nth-child(2) li:before {
  background-color: #3fb0ac;
}

.history:nth-child(3) li:before {
  background-color: #429cc9;
}

.history li p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  color: #555;
}

@media (max-width: 767px) {
  .history_wrap {
    padding-left: 0;
  }
  .history_wrap::before {
    display: none;
  }
  .history {
    padding: 2rem;
  }
  .history .year {
    position: static;
  }
  .history .year span,
  .history:nth-child(2) .year span,
  .history:nth-child(3) .year span {
    height: auto;
    line-height: 1;
    padding: 2rem;
    font-size: 2rem;
  }
  .history .year span:after {
    display: none;
  }
  .history li {
    padding-left: 6rem;
    word-break: keep-all;
  }
  .history li p {
    font-size: 1.5rem;
  }
  .history li .month {
    left: 1.6rem;
  }
}

/* sub0103 추진경과 끝 */
/* sub0104 추진내용 시작 */
/* sub0104 추진내용 끝 */
/* sub0105 기대효과 시작 */
.gray_box .color_tit {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  min-width: 40rem;
  height: 7rem;
  line-height: 7rem;
  border-radius: 7rem;
  background-color: #6383d3;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  vertical-align: middle;
}

.expect_wrap .topbox {
  height: 33rem;
  margin-bottom: 16rem;
  background: url(/resources/1st/imgs/sub/sub0105_topbox_bg.jpg) no-repeat;
}

.expect_wrap .topbox_wrap:before,
.expect_wrap .topbox_wrap:after {
  display: none;
}

.expect_wrap .topbox_wrap {
  text-align: center;
  padding: 4rem 0 0 0;
}

.expect_wrap .topbox_wrap .topbox_tit {
  position: static;
  /* font-family: 'nsk'; */
  font-size: 33px;
}

.expect_wrap .midbox .inner {
  height: 150px;
  padding-top: 50px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.expect_wrap .midbox b {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  color: #000;
  font-size: 1.8rem;
  border-radius: 50%;
}

.expect_wrap .cont-tit {
  font-size: 3.8rem;
  font-weight: 600;
  margin: 8rem 0;
}

.expect_wrap .gray_box {
  position: relative;
  padding: 7.7rem 10.2rem;
  margin-bottom: 7.5rem;
}

.expect_wrap .gray_box .color_tit b {
  margin-right: 10px;
}

.expect_wrap .gray_box .color_tit span {
  display: inline-block;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 10px;
}

.expect_wrap .gray_box .color_tit b:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(/resources/1st/imgs/sub/sub0105_icon.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.expect_wrap .gray_box .inner_box {
  position: relative;
  float: left;
  width: 47%;
  height: 170px;
  margin-left: 6%;
  margin-bottom: 2rem;
  text-align: left;
  background-color: #fff;
  padding: 2.5rem;
}

.expect_wrap .gray_box .list_dot li {
  margin-bottom: 0;
  padding-left: 2rem;
}

.expect_wrap .gray_box.box1 .inner_box:nth-child(odd) {
  border: 2px solid #6383d3;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.expect_wrap .gray_box.box1 .inner_box:nth-child(odd) b {
  color: #6383d3;
}

.expect_wrap .gray_box.box2 .inner_box:nth-child(odd) {
  border: 2px solid #3fb0ac;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.expect_wrap .gray_box.box2 .inner_box:nth-child(odd) b {
  color: #3fb0ac;
}

.expect_wrap .gray_box.box3 .inner_box:nth-child(odd) {
  border: 2px solid #429cc9;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.expect_wrap .gray_box.box3 .inner_box:nth-child(odd) b {
  color: #429cc9;
}

.expect_wrap .gray_box .inner_box:nth-child(even) {
  margin-left: 0;
}

.expect_wrap .gray_box .inner_box:nth-child(even):after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -46px;
  content: "";
  display: inline-block;
  width: 46px;
  height: 26px;
  background: url(/resources/1st/imgs/sub/sub0105_arr.png) no-repeat;
}

.expect_wrap .gray_box .inner_box b {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
  color: #333;
  word-break: keep-all;
}

.expect_wrap .gray_box.box2 .color_tit {
  background-color: #3fb0ac;
}

.expect_wrap .gray_box.box3 .color_tit {
  background-color: #429cc9;
}

.expect_wrap .gray_box.box2 .color_tit b:before {
  background-position: -33px 0;
}

.expect_wrap .gray_box.box3 .color_tit b:before {
  background-position: -66px 0;
}

.expect_wrap .border_box {
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
  padding: 1px;
}

.expect_wrap .border_box p {
  padding: 37px 20px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  color: #285392;
  text-align: center;
  word-break: keep-all;
}

@media (max-width: 1279px) {
  .expect_wrap .gray_box {
    padding: 77px 2rem;
  }
  .expect_wrap .gray_box .inner_box {
    padding: 2rem;
  }
}

@media (max-width: 1199px) {
  .expect_wrap .midbox ul {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .expect_wrap .gray_box .inner_box {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 6rem;
  }
  .expect_wrap .gray_box .inner_box:nth-child(even):after {
    top: auto;
    bottom: -36px;
    right: auto;
    left: 50%;
    margin-left: -25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .expect_wrap .border_box p {
    font-size: 2rem;
  }
  .expect_wrap .topbox {
    height: auto;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
  }
  .expect_wrap .midbox {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
  .expect_wrap .midbox .inner {
    width: 100%;
    height: auto;
    padding: 4rem 2rem 2rem;
    font-size: 2rem;
    word-break: keep-all;
  }
  .expect_wrap .topbox_wrap .topbox_tit {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .expect_wrap .gray_box {
    padding: 2rem;
  }
  .expect_wrap .gray_box .color_tit {
    position: static;
    width: 100%;
    min-width: inherit;
    margin-left: 0;
    margin-bottom: 2rem;
    height: auto;
    border-radius: 0;
    padding: 0 0 2rem;
    -webkit-transform: none;
            transform: none;
  }
  .expect_wrap .gray_box .color_tit b,
  .expect_wrap .gray_box .color_tit span {
    display: block;
  }
  .expect_wrap .gray_box .color_tit b {
    line-height: 3;
    margin-right: 0;
  }
}

/* sub0105 기대효과 끝 */
/* sub0106 연구자정보시스템 시작 */
.sub0106 h4 {
  color: #666;
  font-size: 3.8rem;
  margin: 10rem 0 4rem;
  text-align: center;
}

.sub0106 .cont_title2 {
  text-align: center;
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}

.sub0106 .cont_title2 span {
  display: inline-block;
  padding: 2rem 6rem;
  font-size: 1.8rem;
  border-radius: 3.5rem;
  color: #ffffff;
}

.sub0106 .cont_title2 span b {
  font-size: 2rem;
}

.sub0106 .grad_border {
  border: 2px solid;
  -o-border-image: linear-gradient(to right, #2f84c7, #319da5);
     border-image: -webkit-gradient(linear, left top, right top, from(#2f84c7), to(#319da5));
     border-image: linear-gradient(to right, #2f84c7, #319da5);
  border-image-slice: 1;
}

.sub0106 .topbox_wrap {
  padding: 2rem 6rem;
  display: block;
  text-align: center;
  margin-bottom: 3.8rem;
}

.sub0106 .topbox_wrap::before,
.sub0106 .topbox_wrap::after {
  background: none;
  border: 6px solid #b2b2b2;
  border-right: 0;
  height: 100%;
}

.sub0106 .topbox_tit {
  position: static;
  margin: 0;
}

.sub0106 .topbox_txt {
  display: none;
}

.sub0106 .midbox {
  position: static;
  font-size: 1.7rem;
}

.sub0106 .midbox strong {
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
}

.sub0106 .mid_event {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.55rem 0;
  border: 1px solid #308dba;
  border-radius: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.sub0106 .box_title {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  padding: 2rem;
  display: block;
  margin-bottom: 1rem;
}

.sub0106 .before_box {
  padding-right: 3rem;
}

.sub0106 .after_box {
  padding-left: 3rem;
}

.sub0106 .before_box .box_title {
  background-color: #6b7786;
}

.sub0106 .after_box .box_title {
  background-color: #429cc9;
}

.sub0106 .box_sub_title {
  display: block;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: 1.9rem;
}

.sub0106 .before_box .box_sub_title {
  color: #333;
}

.sub0106 .after_box .box_sub_title {
  color: #429cc9;
  font-weight: 700;
}

.sub0106 .box_cont {
  background-color: #fff;
  padding: 3rem 6rem;
  height: 36rem;
}

.sub0106 .box_cont .user_stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}

.sub0106 .box_cont .title {
  background-color: #2f86c5;
  color: #ffffff;
  padding: 0.5rem 3rem;
  border-radius: 3rem;
}

.sub0106 .user_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-left: 5%;
  margin-top: .3rem;
}

.sub0106 .user {
  font-weight: 500;
  color: #333;
  display: block;
  font-size: 1.7rem;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sub0106 .user_detail {
  font-size: 1.7rem;
  color: #3c3c3c;
  text-align: left;
  display: block;
}

.sub0106 .user_stage .user_detail {
  width: 70%;
  word-break: keep-all;
}

.sub0106 .box_cont .img {
  margin-top: 2rem;
}

.sub0106 .box_result {
  margin-top: 3rem;
  display: block;
  font-weight: 700;
  font-size: 2rem;
}

.sub0106 .box_result span {
  color: #285392;
}

.sub0106 .before_box {
  text-align: center;
}

.sub0106 .before_box::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  content: "";
  display: inline-block;
  width: 44px;
  height: 31px;
  background: url(/resources/1st/imgs/sub/sub0102_arr2.png) no-repeat;
}

.sub0106 .before_box .user,
.sub0106 .before_box .user_detail {
  text-align: center;
}

.sub0106 .section {
  margin-bottom: 5rem;
}

.sub0106 .section .gray_box {
  padding-top: 9rem;
}

.sub0106 .intro_section .cont_title2 span {
  font-size: 2rem;
}

.sub0106 .intro_section .chart1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.8rem;
}

.sub0106 .intro_section .chart1 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2.5rem 0;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.sub0106 .intro_section .chart1 .item strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: .5rem;
}

.sub0106 .intro_section .chart1 .item.bg4 {
  color: #ffffff;
  border-color: #419bc9;
  -o-border-image: none;
     border-image: none;
  margin: 0 8rem;
  background-color: #429cc9;
  position: relative;
}

.sub0106 .intro_section .chart1 .item.bg4::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  content: "";
  display: inline-block;
  width: 44px;
  height: 31px;
  background: url(/resources/1st/imgs/sub/sub0102_arr2.png) no-repeat;
}

.sub0106 .intro_section .chart1 .sync {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  display: inline-block;
  width: 44px;
  height: 31px;
}

.sub0106 .intro_section .chart1 .sync i {
  color: #a2afbf;
  font-size: 5rem;
  display: block;
}

.sub0106 .intro_section .chart2 {
  position: relative;
  padding-top: 3.8rem;
}

.sub0106 .intro_section .chart2 .item {
  border: 2px solid #b0b7bf;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 2rem 0;
  background-color: #fff;
}

.sub0106 .intro_section .chart2 .item strong {
  display: block;
  font-size: 1.8rem;
}

.sub0106 .intro_section .chart2 .item::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -1px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 3.8rem;
  background-color: #6b7786;
  opacity: .5;
}

.sub0106 .intro_section .chart2 div:nth-child(2) .item::before {
  height: 7.2rem;
}

.sub0106 .intro_section .chart2::after {
  content: "\e92f";
  display: block;
  font-family: xeicon;
  color: #6b7786;
  opacity: .5;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -130%);
          transform: translate(-50%, -130%);
}

.sub0106 .intro_section .chart2::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 67%;
  height: 2px;
  background-color: #6b7786;
  opacity: .5;
}

/* section01*/
.sub0106 .section .cont_title2 b {
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}

.sub0106 .section .cont_title2 b::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub0106 .section01 .item {
  background-color: #fff;
  height: 100%;
  padding-top: 3rem;
  position: relative;
}

.sub0106 .section01 .item strong {
  display: block;
  font-size: 1.8rem;
  color: #429cc9;
  margin-bottom: 1rem;
  text-align: center;
}

.sub0106 .section01 .info1 .item strong {
  color: #3fb0ac;
}

.sub0106 .section01 .info2 .row {
  margin-left: 0;
  margin-right: 0;
}

.sub0106 .section01 .info_title {
  font-size: 1.7rem;
  color: #333;
  margin-top: 3rem;
  display: block;
}

.sub0106 .section01 .item::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border: .5rem solid #fff;
  border-radius: 50%;
  background-color: #3091b6;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 1;
}

.sub0106 .section01 .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.7rem;
  background-color: #d2dae0;
  position: absolute;
  left: 50%;
  top: 100%;
}

/* section02*/
.sub0106 .section02 .committee_title {
  display: block;
  border: 5px solid #fff;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}

.sub0106 .section02 .committee_title strong {
  display: block;
  font-size: 2.3rem;
}

.sub0106 .section02 .committee_title small {
  font-size: 2rem;
  color: #555555;
}

.sub0106 .section02 .committee .cont_box {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3.5rem;
}

.sub0106 .section02 .committee .cont_box strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.sub0106 .section02 .committee .cont_box p {
  word-break: keep-all;
  margin-top: 1rem;
}

.sub0106 .section02 .committee_cont > div .titbox b::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url(/resources/1st/imgs/sub/sub0105_icon.png) no-repeat;
  vertical-align: middle;
  margin: 0 auto 1rem;
}

.sub0106 .section02 .committee_cont > div.system .titbox b::before {
  background-position: -33px 0;
}

.sub0106 .section02 .committee_cont {
  margin-bottom: 1rem;
  display: block;
}

.sub0106 .section02 .committee_cont > div {
  height: auto;
}

.sub0106 .section02 .committee_cont > div .titbox {
  margin-right: 0;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #429cc9;
  color: #fff;
  font-size: 2rem;
}

.sub0106 .section02 .committee_cont > div.system {
  margin-top: 1rem;
}

.sub0106 .section02 .committee_cont > div.system .titbox {
  background-color: #285392;
}

.sub0106 .section02 .committee_cont > div .titbox:after {
  display: none;
}

.sub0106 .section02 .committee_cont > div .titbox:before,
.sub0106 .section02 .committee_cont > div.system .titbox:before {
  display: block;
  margin: 0;
}

.sub0106 .section02 .committee_cont > div .titbox b {
  display: block;
}

/* section03*/
.sub0106 .section03 .item {
  background-color: #fff;
  height: 100%;
  font-size: 1.8rem;
  padding: 5rem 0;
}

.sub0106 .section03 .plus::before {
  content: "\e914";
  display: block;
  font-family: xeicon;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-125%, -50%);
          transform: translate(-125%, -50%);
  color: #a2afbf;
  font-size: 6rem;
}

.sub0106 .section03 .sum::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-125%, -50%) rotate(-90deg) scale(0.7);
          transform: translate(-125%, -50%) rotate(-90deg) scale(0.7);
  content: "";
  display: block;
  width: 131px;
  height: 85px;
  background: url(/resources/1st/imgs/sub/sub0102_arr.png) no-repeat;
}

.sub0106 .section03 .note {
  text-align: left;
  margin-top: 4rem;
}

.sub0106 .section03 .note strong {
  color: #285392;
  font-size: 1.8rem;
}

.sub0106 .section03 .note p {
  color: #555555;
  font-size: 1.7rem;
}

/* section04*/
.sub0106 .section04 .border_box p span {
  display: block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1rem;
}

.sub0106 .section04 {
  margin-bottom: 12rem;
}

/* section05*/
.sub0106 .section05 .border_box p span {
  display: block;
  color: #333;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1rem;
}

.sub0106 .section05 h5 {
  color: #285392;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}

.sub0106 .section05 .gray_box {
  padding-top: 6rem;
}

.sub0106 .section05 .gray_box .col-sm-3 {
  padding: 0 4rem;
}

.sub0106 .section05 .gray_box .item {
  height: 100%;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
  font-size: 1.8rem;
}

.sub0106 .section05 .arrow_step {
  position: relative;
}

.sub0106 .section05 .arrow_step::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0.5);
          transform: translate(-50%, -50%) rotate(-90deg) scale(0.5);
  content: "";
  display: block;
  width: 131px;
  height: 85px;
  background: url(/resources/1st/imgs/sub/sub0102_arr.png) no-repeat;
}

.sub0106 .section05 .step_skip::after {
  content: "";
  display: block;
  width: 525px;
  height: 43px;
  background: url(/resources/1st/imgs/sub/sub0106_skip.png) no-repeat;
  position: absolute;
  left: 74%;
  top: 100%;
}

.sub0106 .member_cont .btns .btn.type1 span {
  color: #bdc6d7;
  display: inline-block;
  margin-right: 2rem;
}

@media (max-width: 1023px) {
  .gray_box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sub0106 .midbox ul {
    padding-bottom: 3rem;
  }
  .sub0106 .after_box {
    padding-left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .sub0106 br {
    display: none;
  }
  .sub0106 .mid_event {
    width: 90%;
  }
  .sub0106 .before_box {
    margin-bottom: 10rem;
    padding-right: 1.5rem;
  }
  .sub0106 .before_box::after {
    top: 110%;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
            transform: translate(50%, -50%) rotate(90deg);
  }
  .sub0106 .box_cont {
    height: auto;
    padding: 1rem;
  }
  .sub0106 .box_cont .user_stage {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .sub0106 .box_cont .title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sub0106 .cont_title2 span {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sub0106 .intro_section .chart1 {
    display: block;
  }
  .sub0106 .intro_section .chart1 .item.bg4 {
    margin: 5rem 0;
  }
  .sub0106 .intro_section .chart1 .item.bg4::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -125%) rotate(90deg);
            transform: translate(-50%, -125%) rotate(90deg);
  }
  .sub0106 .intro_section .chart1 .sync {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: auto;
    height: auto;
  }
  .sub0106 .intro_section .chart1 .sync i {
    display: inline-block;
    vertical-align: middle;
  }
  .sub0106 .intro_section .chart2 {
    padding-top: 0;
  }
  .sub0106 .intro_section .chart2 .col-sm-4 {
    margin: 1rem 0;
  }
  .sub0106 .intro_section .chart2::before {
    display: none;
  }
  .sub0106 .intro_section .chart2::after {
    bottom: auto;
  }
  .sub0106 .intro_section .chart2 .item::before {
    height: 2.2rem !important;
  }
  .sub0106 .section01 .info1 {
    margin-bottom: 7rem;
  }
  .sub0106 .section02 .change_rule > div .titbox {
    height: auto;
    padding: 2rem 0;
  }
  .sub0106 .section02 .change_rule > div .titbox:before,
  .sub0106 .section02 .change_rule > div.system .titbox:before {
    display: inline-block;
  }
  .sub0106 .section02 .change_rule > div .titbox br {
    display: none;
  }
  .sub0106 .section02 .committee .col-sm-3 {
    margin-bottom: 1rem;
  }
  .sub0106 .section02 .committee_cont > div .titbox {
    padding: 1rem 0;
  }
  .sub0106 .section02 .committee .cont_box {
    padding: 1rem;
  }
  .sub0106 .section03 .item {
    padding: 2rem;
  }
  .sub0106 .section03 .plus {
    margin-left: 0;
    margin-top: 8%;
  }
  .sub0106 .section03 .sum {
    margin-left: 0;
    margin-top: 16%;
  }
  .sub0106 .section03 .plus::before {
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -72%);
            transform: translate(-50%, -72%);
  }
  .sub0106 .section03 .sum::before {
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -100%) scale(0.7);
            transform: translate(-50%, -100%) scale(0.7);
  }
  .sub0106 .section05 .gray_box .col-sm-3 {
    margin-bottom: 2rem;
  }
  .sub0106 .section05 .gray_box .col-sm-3:nth-child(2) {
    margin-bottom: 7rem;
  }
  .sub0106 .section05 .arrow_step::before {
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -80%) scale(0.5);
            transform: translate(-50%, -80%) scale(0.5);
  }
  .sub0106 .section05 .step_skip::after {
    display: none;
  }
}

/* sub0106 연구자정보시스템 끝 */
/* sub0107 BI 시작 */
.sub0107 {
  position: relative;
}

.sub0107 .topbox {
  background-image: url(/resources/1st/imgs/sub/sub0107_topbox_bg.jpg);
  background-position: 50% 50%;
  margin-bottom: 10rem;
  text-align: center;
  height: auto;
  padding: 7.5rem 2rem;
}

.sub0107 .topbox_wrap {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 5rem;
  text-align: left;
}

.sub0107 .topbox_wrap .topbox_tit {
  position: static;
  font-size: 2.8rem;
  display: block;
  line-height: 1.6;
  font-weight: 500;
}

.sub0107 .topbox_wrap .topbox_tit img {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1rem;
}

.sub0107 .topbox_wrap .topbox_tit em.color1 {
  color: #4dd2ff;
}

.sub0107 .topbox_txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 1rem 4rem;
}

.sub0107 .midbox .inner {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 4rem 2rem;
  height: auto;
}

.sub0107 .midbox .inner .color {
  color: #7df5ff;
  margin-right: .25rem;
}

.sub0107 .gray_box {
  padding-left: 10.2rem;
  padding-right: 10.2rem;
  margin-bottom: 7rem;
}

.sub0107 .gray_box .inner_box {
  height: auto;
  padding: 4.6rem;
  background-color: #fff;
  margin-left: inherit;
  margin-bottom: 2rem;
}

.sub0107 .gray_box .inner_box b {
  font-size: 2.1rem;
  color: #333;
  display: block;
  text-align: left;
  margin-bottom: 1.5rem;
}

.sub0107 .gray_box .concept_wrap .txt_group {
  text-align: left;
}

.sub0107 .gray_box .concept_wrap .txt_group p {
  line-height: 1.6;
  word-break: keep-all;
}

.sub0107 .gray_box .concept_wrap .txt_group em {
  color: #6383d3;
  font-weight: 500;
}

.sub0107 .gray_box .concept_wrap .txt_group .abbr {
  margin-bottom: 1rem;
}

.sub0107 .gray_box .concept_wrap .icon_group {
  margin-top: 5rem;
}

.sub0107 .gray_box .concept_wrap .icon_group li {
  display: inline-block;
}

.sub0107 .gray_box .concept_wrap .icon_group li ~ li {
  margin-left: 1.5rem;
}

.sub0107 .gray_box .concept_wrap .icon_group .icon {
  display: block;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 1px solid #dde1e4;
  background: url(/resources/1st/imgs/sub/sub0107_concept_icon1.png) 50% 50% no-repeat;
}

.sub0107 .gray_box .concept_wrap .icon_group .icon.icon2 {
  background-image: url(/resources/1st/imgs/sub/sub0107_concept_icon2.png);
}

.sub0107 .gray_box .concept_wrap .icon_group .icon.icon3 {
  background-image: url(/resources/1st/imgs/sub/sub0107_concept_icon3.png);
}

.sub0107 .gray_box .concept_wrap .icon_group span {
  display: block;
  font-weight: 500;
  margin-top: 1.5rem;
  font-size: 1.7rem;
  color: #333333;
}

.sub0107 .gray_box .bi_wrap {
  position: relative;
}

.sub0107 .gray_box .bi_wrap .btn {
  position: absolute;
  right: 5.5rem;
  bottom: 4rem;
  border-color: #ddd;
}

.sub0107 .gray_box .bi_wrap .btn .xi-download {
  margin-right: 1rem;
  font-size: 2rem;
  vertical-align: middle;
}

.sub0107 .gray_box.box2 .inner_box {
  text-align: left;
}

.sub0107 .gray_box.box3 .inner_box {
  text-align: left;
}

.sub0107 .gray_box.box3 .txt {
  font-weight: 500;
}

.sub0107 .gray_box.box3 .txt.color1 {
  color: #121a4c;
}

.sub0107 .gray_box.box3 .txt.color2 {
  color: #ef4b81;
}

.sub0107 .gray_box.box3 .txt.color3 {
  color: #1f40aa;
}

.sub0107 .gray_box.box3 .txt.color4 {
  color: #555555;
}

.sub0107 .gray_box.box3 .color_system .row {
  margin-bottom: 1rem;
}

.sub0107 .gray_box.box3 .color_system .col-sm-6 {
  margin-bottom: 1rem;
}

.sub0107 .gray_box.box3 .color_system .item {
  padding-left: 43%;
}

.sub0107 .gray_box.box3 .color_system .item .txt_group {
  border: 1px solid #dbdfe3;
  border-left: 0;
  background-color: #fff;
  padding: 2.5rem 3rem;
}

.sub0107 .gray_box.box3 .color_system .item strong {
  display: block;
  margin-bottom: 2rem;
}

.sub0107 .gray_box.box3 .color_system .item.color1 {
  background-color: #121a4c;
}

.sub0107 .gray_box.box3 .color_system .item.color2 {
  background-color: #ef4b81;
}

.sub0107 .gray_box.box3 .color_system .item.color3 {
  background-color: #1f40aa;
}

.sub0107 .gray_box.box3 .color_system .item.color4 {
  background-color: #888d9e;
}

.sub0107 .gray_box.box4 .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sub0107 .gray_box.box4 .col-sm-6 {
  margin-bottom: 1.4rem;
}

.sub0107 .gray_box.box4 img {
  border: 5px solid #fff;
}

@media (max-width: 1280px) {
  .sub0107 .topbox_txt {
    display: block;
    text-align: center;
    margin-top: 5rem;
  }
  .sub0107 .gray_box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sub0107 .gray_box .inner_box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sub0107 .gray_box .concept_wrap .icon_group li ~ li {
    margin-left: .5rem;
  }
}

@media (max-width: 1023px) {
  .sub0107 .topbox {
    margin-bottom: 0;
    height: auto;
  }
  .sub0107 .topbox_wrap .topbox_tit {
    text-align: center;
  }
  .sub0107 .topbox_txt {
    text-align: center;
  }
  .sub0107 .gray_box {
    padding: 3rem 1rem;
  }
  .sub0107 .gray_box .concept_wrap .txt_group {
    margin-bottom: 2rem;
  }
  .sub0107 .gray_box .concept_wrap .txt_group p {
    text-align: center;
  }
  .sub0107 .gray_box .concept_wrap .txt_group p br {
    display: none;
  }
  .sub0107 .gray_box .inner_box.bi_wrap {
    padding-bottom: 10rem;
  }
  .sub0107 .gray_box .bi_wrap .btn {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (max-width: 767px) {
  .sub0107 .topbox_wrap {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 0;
  }
  .sub0107 .inner_box img {
    display: block;
    margin: 0 auto 1rem;
  }
  .sub0107 .gray_box .inner_box {
    padding: 4rem 2rem;
  }
  .sub0107 .gray_box .concept_wrap .icon_group .icon {
    width: 11rem;
    height: 11rem;
    background-size: 70%;
  }
}

/* sub0107 BI 끝 */
/* sub0201 조직도 시작 */
.org-tree {
  text-align: center;
  position: relative;
}

.org-tree a {
  display: block;
  padding: 12px 0;
  letter-spacing: 0;
}

.org-tree .board-director:before, .org-tree .sub-org::before, .org-tree .head::before, .org-tree .quarter::before, .org-tree .quarter2::before {
  content: "";
  background: #a4a4a4;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: -1;
}

.org-tree .board-director {
  display: block;
  width: 360px;
  height: 4.7rem;
  line-height: 4.7rem;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  background: #175da1;
  font-size: 1.7rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.org-tree .board-director::before {
  width: 1px;
  height: 30rem;
  top: 100%;
  left: 50%;
}

.org-tree .board-director2 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto 3rem;
  width: 360px;
  height: 5.7rem;
  line-height: 5.7rem;
  border: 2px solid #175da1;
  background-color: #fff;
  font-style: normal;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}

.org-tree .sub-org > li .quarter ul li span,
.org-tree .sub-org > li .quarter2 ul li span {
  font-size: 1.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
}

.org-tree .board-director2 i {
  font-size: 1.6rem;
  font-style: normal;
}

.org-tree .sub-org > li .quarter ul li span i,
.org-tree .sub-org > li .quarter2 ul li span i {
  font-size: 1.5rem;
  font-style: normal;
}

.org-tree .left > li {
  display: inline-block;
  position: absolute;
  top: 205px;
  left: 0;
  width: 31.3%;
  padding: 0 2rem;
  margin-left: 1%;
}

.org-tree .left .board-director {
  background-color: #31a39c;
  width: 100%;
  position: static;
}

.org-tree .left .board-director:before {
  width: 100%;
  height: 1px;
  top: 47px;
  left: 57%;
}

.org-tree .left .board-director2 {
  border: 2px solid #31a39c;
  width: 100%;
}

.org-tree .audit, .org-tree .director {
  position: relative;
  z-index: 2;
  top: 85px;
  left: 50%;
  display: block;
  width: 25rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.org-tree .audit {
  -webkit-transform: translate(83%, -200%);
  transform: translate(83%, -200%);
  background-color: transparent;
  border: 1px solid #2d4478;
  border-radius: 30px;
  margin-bottom: 2rem;
  color: #2d4478;
}

.org-tree .audit::after {
  content: "";
  background: #ddd;
  width: 20.6rem;
  height: 1px;
  position: absolute;
  top: 2.4rem;
  left: -20.8rem;
}

.org-tree .audit2, .org-tree .director {
  position: relative;
  z-index: 2;
  top: 19px;
  left: -1%;
  display: block;
  width: 25rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.org-tree .audit2 {
  -webkit-transform: translate(83%, -200%);
  transform: translate(83%, -200%);
  background-color: transparent;
  border: 1px solid #2d4478;
  border-radius: 30px;
  margin-bottom: 2rem;
  color: #2d4478;
}

.org-tree .audit2::after {
  content: "";
  background: #ddd;
  width: 20.6rem;
  height: 1px;
  position: absolute;
  top: 2.4rem;
  left: 24.8rem;
}

.org-tree .director {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1b6cb8;
  margin-bottom: 4rem;
}

.org-tree .sub-org {
  display: inline-block;
  width: 100%;
  position: relative;
}

.org-tree .sub-org::before {
  width: 66.5%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
}

.org-tree .sub-org::after {
  content: "";
  display: inline-block;
  width: 33%;
  height: 110px;
  background: url(/resources/1st/imgs/sub/sub0201_line01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 103px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.org-tree .sub-org > li {
  z-index: 1;
  float: left;
  width: 31.3%;
  margin: 0 1% 0;
  padding: 0 2rem;
  position: relative;
}

.org-tree .sub-org > li:nth-child(2) .quarter:before {
  display: none;
}

.org-tree .sub-org > li .head {
  position: relative;
  height: 47px;
  line-height: 47px;
  background-color: #677685;
  color: #fff;
  font-size: 1.7rem;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.org-tree .sub-org > li .quarter,
.org-tree .sub-org > li .quarter2 {
  position: relative;
}

.org-tree .sub-org > li .quarter2 {
  width: 336%;
}

.org-tree .sub-org > li .quarter2::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #a4a4a4;
  position: absolute;
  left: 50%;
  top: 3.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.org-tree .sub-org > li .quarter2 .head {
  height: 47px;
  line-height: 47px;
}

.org-tree .sub-org > li .quarter > li > ul > li {
  border: 1px solid #a4a4a4;
  background-color: #fff;
  margin-bottom: 5px;
}

.org-tree .sub-org > li .quarter > li > ul > li em {
  display: inline-block;
  font-style: normal;
  padding: 10px 0 15px 0;
}

.org-tree .sub-org > li .quarter > li > ul > li i {
  font-style: normal;
  font-size: 1.5rem;
}

.org-tree .sub-org > li .quarter > li > span {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #f4f4f4;
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
}

.org-tree .sub-org > li .quarter > li > ul:after {
  content: "* 전문기관 파견";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.org-tree .sub-org > li:first-child .quarter > li > ul:after {
  bottom: 0;
  top: 452px;
  display: none;
}

.org-tree .sub-org > li .quarter2 > ul {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*.org-tree .sub-org > li:first-child .quarter > li.quarter2 > ul:after{ content: ""; display: inline-block; width: 70%; height: 56px; background: url(/resources/1st/imgs/sub/sub0201_line02.png) no-repeat; background-size: contain; position: absolute; top: auto; bottom: -9px; left: 50%; margin-left: -427px; }*/
.org-tree .sub-org > li .quarter2 > ul > li {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-top: 1rem;
  border: 1px solid #ddd;
  overflow: hidden;
}

.org-tree .sub-org > li .quarter2 > ul > li:first-child {
  margin-left: 0;
}

.org-tree .sub-org > li .quarter2 > ul > li:nth-child(1) {
  position: relative;
  overflow: visible;
}

.org-tree .sub-org > li .quarter2 > ul > li:nth-child(1):after {
  content: "*규정, 사업(과제)관리, 정산, 정보화 담당자 등으로구성 ";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.org-tree .sub-org > li .quarter::before {
  width: 1px;
  height: 107%;
  top: -67px;
}

.org-tree .sub-org > li:first-child .quarter::before {
  height: 65%;
}

@media (max-width: 1199px) {
  .org-tree .sub-org > li:first-child .quarter > li.quarter2 > ul:after {
    margin-left: -350px;
  }
  .org-tree .sub-org > li .quarter2 > ul > li:nth-child(1):after {
    bottom: -44px;
    word-break: keep-all;
  }
}

@media (max-width: 1023px) {
  .org-tree .board-director,
  .org-tree .board-director2 {
    width: 100%;
    font-size: 1.7rem;
  }
  .org-tree .left > li {
    position: static;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .org-tree .left .board-director {
    width: 100%;
  }
  .org-tree .left .board-director2 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .org-tree .left .board-director:before,
  .org-tree .board-director::before,
  .org-tree .sub-org::before,
  .org-tree .sub-org::after,
  .org-tree .board-director:before, .org-tree .sub-org::before,
  .org-tree .head::before, .org-tree .quarter::before,
  .org-tree .quarter2::before,
  .org-tree .sub-org > li:first-child .quarter > li.quarter2 > ul:after {
    display: none;
  }
  .org-tree .sub-org > li .quarter > li > ul:after {
    position: static;
  }
  .org-tree .sub-org > li .quarter2 > ul > li:nth-child(1):after {
    position: static;
    display: block;
    margin-bottom: 1rem;
  }
  .org-tree .sub-org > li .quarter2 {
    width: 100%;
  }
  .org-tree .sub-org > li .quarter > li > ul > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .org-tree .sub-org > li {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .org-tree .sub-org > li .quarter2 > ul {
    margin-top: 20px;
    height: auto;
  }
}

/*
.sub0201 .thumb img{ width: 100%; height: auto; }
.sub0202 .thumb{ text-align: center; }

@media (max-width:1199px){
	.sub0201 .thumb,
	.sub0202 .thumb{ width: 100%; }
	.sub0202 .thumb img{ width: 100%; height: auto; }
}
*/
/* sub0201 조직도 끝 */
/* sub0202 업무분장 시작 */
.sub0202 .gray_box {
  padding: 7rem;
}

.sub0202 h4.cont-tit {
  display: block;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -3px;
}

.sub0202 .sub-tit {
  position: relative;
  display: block;
  width: 44rem;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  padding: 2rem;
  margin: 0 auto;
  border-radius: 50px;
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
}

.sub0202 .sub-tit:before {
  position: absolute;
  bottom: -45px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 3px;
  height: 45px;
  background-color: #cfd5dc;
}

.sub0202 .sub-tit:after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -340px;
  content: "";
  display: inline-block;
  width: 675px;
  height: 3px;
  background-color: #cfd5dc;
}

.sub0202 .gray_box ul {
  display: inline-block;
  margin: 0 auto;
  padding-top: 9rem;
}

.sub0202 .gray_box ul li {
  position: relative;
  float: left;
  display: inline-block;
  width: 315px;
  margin-left: 25px;
  padding: 25px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #6383d3;
  font-weight: 400;
}

.sub0202 .gray_box ul li:first-child {
  margin-left: 0;
}

.sub0202 .gray_box ul li:before {
  position: absolute;
  top: -45px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 3px;
  height: 45px;
  background-color: #8495aa;
}

.sub0202 .gray_box ul li:after {
  position: absolute;
  top: -58px;
  left: 50%;
  margin-left: -8px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 6px solid #8495aa;
  border-radius: 50%;
}

.sub0202 h5.cont-tit {
  position: relative;
  font-size: 2rem;
  padding-left: 2rem;
  color: #333;
  margin: 5rem 0 2rem;
  /* font-family: 'nsk'; */
}

.sub0202 h5.cont-tit:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/resources/1st/imgs/common/h3_bul.png) no-repeat;
}

.department_table {
  position: relative;
  padding-left: 460px;
}

.department_table .left_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
}

.department_table .left_box .row {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 42%;
  margin-left: 0;
  margin-right: 0;
}

.department_table .right_box {
  width: 100%;
}

.depart_tit {
  font-size: 1.8rem;
  color: #fff;
  padding: 2rem 0;
  background-color: #6b7786;
  margin-bottom: 1rem;
  text-align: center;
}

.department_table .left_box strong {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 100%;
  background-color: #f6f8fa;
  text-align: center;
  padding-top: 270px;
}

.department_table .left_box strong span {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 1.9rem;
}

.department_table .left_box ul {
  display: block;
  width: 100%;
  overflow: hidden;
}

.department_table .left_box ul li {
  display: table;
  width: 100%;
  height: 190px;
  margin-top: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.department_table .left_box ul li:first-child {
  background-color: #6383d3;
  margin-top: 0;
}

.department_table .left_box ul li:nth-child(2) {
  background-color: #3fb0ac;
}

.department_table .left_box ul li:nth-child(3) {
  background-color: #429cc9;
}

.department_table .left_box ul li span {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
}

.department_table .right_box .row {
  display: table;
  width: 100%;
  height: 190px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 0 2rem 0 4rem;
  margin-left: 0;
  margin-right: 0;
}

.department_table .right_box .row:first-child {
  margin-top: 0;
}

.department_table .right_box .row .list_dot {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
}

.department_table .right_box .row .list_dot li {
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .sub0202 .gray_box ul {
    width: 100%;
    padding-top: 4rem;
  }
  .sub0202 .gray_box ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .sub0202 .sub-tit:after {
    display: none;
  }
  .sub0202 .gray_box ul li:before,
  .sub0202 .gray_box ul li:after {
    display: none;
  }
  .department_table {
    padding-left: 350px;
  }
  .department_table .right_box .row {
    padding: 0 2rem;
  }
  .department_table .left_box {
    width: 340px;
  }
  .department_table .right_box .row .list_dot li {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sub0202 .gray_box {
    padding: 7rem 2rem;
  }
  .sub0202 h4.cont-tit {
    font-size: 3rem;
  }
  .sub0202 .sub-tit {
    width: 100%;
    font-size: 1.8rem;
  }
  .department_table {
    padding-left: 0;
  }
  .department_table .left_box {
    position: static;
    width: 100%;
    margin-bottom: 2rem;
  }
  .department_table .left_box ul li,
  .department_table .right_box .row {
    height: auto;
    padding: 2rem;
  }
  .department_table .left_box .row {
    padding-left: 0;
  }
  .department_table .right_box .row .list_dot {
    display: block;
    margin-top: 1rem;
  }
  .department_table .left_box strong {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .department_table .left_box strong span {
    display: block;
    padding: 2rem;
  }
  .department_table .right_box {
    width: 100%;
  }
}

/* sub0202 업무분장 끝 */
/* sub0203 참여부처 & 기관 시작 */
.orgran_list .gray_box {
  position: relative;
  padding: 7.7rem 10.2rem;
  margin-bottom: 75px;
}

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

.orgran_list .gray_box .color_tit {
  position: absolute;
  top: -35px;
  left: 50%;
  display: inline-block;
  width: 40rem;
  height: 7rem;
  line-height: 7rem;
  border-radius: 7rem;
  background-color: #6383d3;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  vertical-align: middle;
}

.orgran_list .gray_box .color_tit b {
  margin-right: 10px;
}

.orgran_list .gray_box .color_tit span {
  display: inline-block;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 10px;
}

.orgran_list .gray_box .color_tit b:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(/resources/1st/imgs/sub/sub0105_icon.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.orgran_list .gray_box .inner_box {
  position: relative;
  float: left;
  width: 47%;
  height: 170px;
  margin-left: 6%;
  margin-bottom: 2rem;
  text-align: left;
  background-color: #fff;
  padding: 2.5rem;
}

.orgran_list .gray_box .list_dot li {
  margin-bottom: 0;
  padding-left: 2rem;
}

.orgran_list .gray_box.box1 .inner_box:nth-child(odd) {
  border: 2px solid #6383d3;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.orgran_list .gray_box.box1 .inner_box:nth-child(odd) b {
  color: #6383d3;
}

.orgran_list .gray_box.box2 .inner_box:nth-child(odd) {
  border: 2px solid #3fb0ac;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.orgran_list .gray_box.box2 .inner_box:nth-child(odd) b {
  color: #3fb0ac;
}

.orgran_list .gray_box .inner_box:nth-child(even) {
  margin-left: 0;
}

.orgran_list .gray_box .inner_box:nth-child(even):after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -46px;
  content: "";
  display: inline-block;
  width: 46px;
  height: 26px;
  background: url(/resources/1st/imgs/sub/sub0105_arr.png) no-repeat;
}

.orgran_list .gray_box .inner_box b {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
  color: #333;
  word-break: keep-all;
}

.orgran_list .gray_box.box2 .color_tit {
  background-color: #3fb0ac;
}

.orgran_list .gray_box.box2 .color_tit b:before {
  background-position: -33px 0;
}

.orgran_list .border_box {
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
  padding: 1px;
}

.orgran_list .border_box p {
  padding: 37px 20px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  color: #285392;
  text-align: center;
  word-break: keep-all;
}

.orgran_list ul li {
  position: relative;
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2rem;
}

.orgran_list ul li:nth-child(3n+1) {
  margin-left: 0;
}

.orgran_list .gray_box.box1 ul li a:before {
  content: "";
  display: inline-block;
  width: 4.8rem;
  height: 4.7rem;
  background: url(/resources/1st/imgs/sub/organ_icon.png) 50% 50%/contain no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.orgran_list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 3rem;
  background-color: #fff;
  text-align: left;
  /* font-family: 'rokgr'; */
  font-size: 2rem;
}

.orgran_list ul li a:after {
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 3rem;
  content: "\e93f";
  display: inline-block;
  font-family: 'xeicon';
  font-size: 2.4rem;
}

.orgran_list .gray_box.box2 ul li {
  width: 32%;
}

.orgran_list .gray_box.box2 ul li:nth-child(4n+1) {
  margin-left: 2%;
}

.orgran_list .gray_box.box2 ul li:nth-child(3n+1) {
  margin-left: 0;
}

.orgran_list .gray_box.box2 ul li .thumb {
  display: block;
  width: 100%;
  overflow: hidden;
}

.orgran_list .gray_box.box2 ul li a {
  /* font-family: 'nsk'; */
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .orgran_list .gray_box {
    padding: 77px 2rem 2rem;
  }
  .orgran_list ul li a {
    font-size: 1.8rem;
    padding: 2rem;
  }
  .orgran_list ul li a:after {
    right: 2rem;
  }
  .orgran_list .gray_box.box2 ul li .thumb img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .orgran_list .gray_box {
    padding: 2rem;
  }
  .orgran_list ul li,
  .orgran_list .gray_box.box2 ul li {
    width: 49%;
  }
  .orgran_list ul li:nth-child(3n+1),
  .orgran_list .gray_box.box2 ul li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .orgran_list ul li:nth-child(2n+1),
  .orgran_list .gray_box.box2 ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .orgran_list .gray_box .color_tit {
    position: static;
    width: 100%;
    min-width: inherit;
    margin-left: 0;
    margin-bottom: 2rem;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
  }
  .orgran_list .gray_box .color_tit b {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .orgran_list ul li {
    margin-bottom: 10px;
  }
  .orgran_list ul li a {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .orgran_list ul li a:after {
    display: none;
  }
  .orgran_list .gray_box.box2 ul li a {
    min-height: 12rem;
    text-align: left;
    font-size: 1.6rem;
    padding: 1rem;
  }
}

@media (max-width: 479px) {
  .orgran_list ul li {
    width: 100%;
    margin-left: 0;
  }
  .orgran_list ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .orgran_list .gray_box.box2 ul li {
    margin-left: 2%;
  }
  .orgran_list .gray_box.box2 ul li a {
    font-size: 1.4rem;
  }
}

.schedule {
  padding: 8rem 5rem 20rem;
  text-align: center;
  background: url(/resources/1st/imgs/sub/sub0301_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.schedule > b {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 8rem;
}

.schedule > b strong {
  display: block;
  font-size: 3.3rem;
  color: #285392;
  font-weight: 600;
}

.schedule .row_box {
  margin-bottom: 1rem;
}

.schedule .row_box.row1 {
  margin-bottom: 2rem;
}

.schedule .row_box li {
  position: relative;
  float: left;
  width: 18.4%;
  height: 140px;
  margin-left: 2%;
  background-color: #fff;
  font-weight: 400;
}

.schedule .row_box.row1 li {
  border: 7px solid #fff;
  background-color: transparent;
}

.schedule .row_box li:first-child {
  margin-left: 0;
}

.schedule .row_box.row2 li {
  height: 110px;
  padding: 3rem 1rem;
}

.schedule .row_box.row2 li:nth-child(n+4) {
  padding: 4rem 1rem;
}

.schedule .row_box.row3 li {
  height: 170px;
}

.schedule .row_box li .point {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
  padding: 1px;
}

.schedule .row_box li .point b {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2rem 0;
}

.schedule .row_box li .point:before {
  position: absolute;
  top: -40px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #d2dae0;
}

.schedule .row_box li .point:after {
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -8px;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #2f7fce;
  background: linear-gradient(135deg, #2f7fce 0%, #31a39c 100%);
  border-radius: 50%;
  border: 5px solid #fff;
}

.schedule .row_box.row1 .year {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  margin-left: -60px;
  padding: 8px;
  width: 12rem;
  background-color: #6383d3;
  border-radius: 50px;
  color: #fff;
  font-size: 1.7rem;
}

.schedule .row_box.row2 li:first-child,
.schedule .row_box.row3 li:first-child {
  border: none;
  padding: 0;
}

.schedule .row_box li > b {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  line-height: 1.3;
}

.schedule .row_box.row1 li > b {
  padding: 5rem 1rem;
}

.schedule .row_box.row1 li:first-child b {
  padding: 3.6rem 1rem;
}

.schedule .row_box.row2 li > b {
  background-color: #429cc9;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding-top: 65px;
}

.schedule .row_box.row3 li > b {
  background-color: #285392;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding-top: 90px;
}

.schedule .row_box.row2 li:first-child b:before {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  margin-left: -15px;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(/resources/1st/imgs/sub/sub0301_icon.png) no-repeat;
}

.schedule .row_box.row3 li:first-child b:before {
  position: absolute;
  top: 4rem;
  left: 50%;
  margin-left: -15px;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background: url(/resources/1st/imgs/sub/sub0301_icon.png) -37px 0 no-repeat;
}

.schedule .row_box.row3 li:nth-child(2) {
  padding: 6rem 1rem;
}

.schedule .row_box.row3 li:nth-child(3) {
  padding-top: 7rem;
}

.schedule .row_box.row3 li:nth-child(n+4) {
  padding: 0;
}

.schedule .row_box.row3 li > p {
  display: block;
  height: 50%;
  border-top: 1px solid #ddd;
  padding: 1.6rem 1rem;
}

.schedule .row_box.row3 li > p:first-of-type {
  border-top: none;
}

@media (max-width: 1023px) {
  .schedule {
    padding: 2rem;
  }
  .schedule > b {
    margin-bottom: 2rem;
    font-size: 2rem;
    word-break: keep-all;
  }
  .schedule > b strong {
    font-size: 1.25rem;
  }
  .schedule .row_box.row1 li > b {
    padding: 2rem 0 0;
  }
  .schedule .row_box.row2 li > b,
  .schedule .row_box.row3 li > b {
    padding: 2rem 0;
  }
  .schedule .row_box.row1 li:first-child b {
    padding: 0;
  }
  .schedule .row_box li,
  .schedule .row_box.row2 li,
  .schedule .row_box.row3 li,
  .schedule .row_box.row3 li:nth-child(2),
  .schedule .row_box.row3 li:nth-child(3),
  .schedule .row_box.row3 li:nth-child(n+4) {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .schedule .row_box.row2 li:first-child b:before,
  .schedule .row_box.row3 li:first-child b:before,
  .schedule .row_box li .point:before,
  .schedule .row_box li .point:after {
    display: none;
  }
  .schedule .row_box li .point {
    position: static;
    margin-top: 2rem;
  }
}

/* sub0203 참여부처 & 기관 끝 */
/* 게시판 시작 */
#txt.type2 .bbs-search {
  background-color: transparent;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

#txt.type2 table.bbs th {
  background-color: transparent;
}

#txt.type2 h5,
#txt.type2 h5 {
  display: none;
}

#txt.type2 table.bbs.view th {
  white-space: normal;
}

div.bbs-html .bbs-qrcode {
  display: none;
}

/* 게시판 끝 */
/* sub0302 캘린더 시작 */
.board-calender {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
}

.board-calender .calender {
  width: 50%;
  min-height: 54rem;
  padding: 4rem;
}

.board-calender .event {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 3rem 4rem;
  border-left: 1px solid #ddd;
  background-color: #f7f7f7;
}

.board-calender .event::after {
  display: block;
  width: 100%;
  height: 4.8rem;
  content: '';
}

.board-calender .item {
  position: relative;
  padding: 2rem 0 2rem 9rem;
  border-bottom: 1px dashed #3a1c84;
}

.board-calender .label {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 6.6rem;
  text-align: center;
}

.board-calender .label strong {
  display: block;
  font-size: 2.3rem;
  color: #000;
}

.board-calender .list li + li {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed #ddd;
}

.board-calender .list a {
  display: block;
}

.board-calender .list strong {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.board-calender .list span {
  color: #666;
}

.board-calender .list span + span {
  padding-left: 2rem;
}

.board-calender .list span i {
  margin-right: 0.5rem;
}

.calender .title {
  position: relative;
  width: 36.4rem;
  max-width: 100%;
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #666;
  text-align: center;
  line-height: 1.2;
}

.calender .title strong {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  color: #000;
}

.calender .arr {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4.8rem;
  height: 4.8rem;
  margin-top: -2.4rem;
  border-radius: 100%;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 4.6rem;
}

.calender .arr::before {
  display: block;
  font-family: 'xeicon';
  font-size: 2.5rem;
  color: #5a5a5a;
  content: '\e93d';
}

.calender .next {
  left: auto;
  right: 0;
}

.calender .next::before {
  content: '\e940';
}

.calender table {
  width: 100%;
  border-top: 1px solid #ddd;
  table-layout: fixed;
}

.calender th,
.calender td {
  height: 6rem;
  color: #333;
  text-align: center;
}

.calender th {
  font-weight: 700;
}

.calender td {
  font-weight: 400;
}

.calender td strong {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  line-height: 4rem;
  vertical-align: middle;
  font-weight: 400;
}

.calender tr > th:first-child,
.calender tr > td:first-child {
  color: #d01c1c;
}

.calender tr > th:last-child,
.calender tr > td:last-child {
  color: #195ba8;
}

.calender td .active {
  background-color: #e0e3eb;
}

.calender td .today {
  color: #fff;
  background-color: #3a1c84;
}

.cal_tab {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.cal_tab:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}

.cal_tab > li .tab-obj {
  display: none;
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: 90%;
}

.cal_tab > li {
  display: inline-block;
}

.cal_tab > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100px;
  padding: 18px 0;
  color: #999;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  margin-left: 2rem;
  text-align: left;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.cal_tab > li:first-child > a {
  margin-left: 0;
}

.cal_tab > li > a:before {
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: -3px;
  content: "";
  display: inline-block;
  width: 0;
  height: 8px;
  background-color: transparent;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.cal_tab > li > a i {
  float: right;
}

.cal_tab > li.on > a {
  color: #000;
}

.cal_tab > li.on > a:before {
  width: 100%;
  background-color: #d0daef;
}

.cal_tab > li.on > a .hidden {
  display: inline-block;
}

.cal_tab > li.on .tab-obj {
  display: inline-block;
}

.board-view {
  position: relative;
  margin-bottom: 5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}

.board-view .view-title {
  padding: 3rem 52rem 2.6rem 2rem;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  word-break: keep-all;
}

.board-view .info {
  position: absolute;
  right: 2rem;
  top: 3rem;
  white-space: nowrap;
}

.board-view .info li {
  display: inline;
  font-size: 1.4rem;
}

.board-view .info li + li::before {
  display: inline-block;
  width: 1px;
  height: 1.1rem;
  margin: 0 0.8rem 0 0.2rem;
  background-color: #ddd;
  content: '';
  vertical-align: middle;
}

.board-view .info strong {
  margin-right: 0.2rem;
  font-weight: 400;
  color: #000;
}

.board-view .view-content {
  overflow: hidden;
  overflow-x: auto;
  min-height: 30rem;
  padding: 3rem 2rem;
  color: #555;
  line-height: 1.875;
}

.board-view .view-content img {
  max-width: 100%;
}

.board-view .view-content table {
  min-width: 50rem;
}

.board-view .download-list {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
  table-layout: fixed;
}

.board-view .download-list .title {
  display: table-cell;
  width: 22rem;
  background-color: #f9f9f9;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
}

.board-view .download-list ul {
  display: table-cell;
  padding: 2rem 0 2rem 3.5rem;
}

.board-view .download-list li + li {
  margin-top: 0.4rem;
}

.board-view .download-list a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 3.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-view .download-list img {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.4rem;
}


@media (max-width: 1023px) {
  .board-calender .calender {
    width: 100%;
    padding: 2rem;
  }
  .board-calender .event {
    position: static;
    width: 100%;
    border-left: none;
    border-top: 1px solid #ddd;
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .board-calender .calender,
  .board-calender .event {
    padding: 0 10px;
  }
  .calender td strong {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .calender th,
  .calender td {
    font-size: 1.4rem;
  }
  .cal_tab > li > a {
    width: auto;
    font-size: 1.6rem;
  }
  .board-calender .item {
    padding: 2rem 0;
  }
  .board-calender .list li,
  .board-calender .list strong,
  .board-calender .label {
    position: static;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .board-calender .label strong {
    display: inline-block;
    font-size: 1.6rem;
  }
}

/* sub0302 캘린더 끝 */
/* sub0403 이메일문의 시작 */
.inquire_wrap {
  position: relative;
  text-align: center;
}

.inquire_wrap .inq_txt {
  padding: 35px 20px;
  background-color: #f6f8fa;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}

.inquire_wrap > div {
  text-align: left;
}

.inquire_wrap .inq_tit {
  display: block;
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

.inquire_wrap > div ul {
  border: 1px solid #d5d7d8;
  padding: 3rem;
}

.inquire_wrap > div li {
  border-top: 1px solid #f2f3f3;
  padding: 1.5rem 2rem;
  overflow: hidden;
  vertical-align: middle;
}

.inquire_wrap > div li:first-child {
  border-top: none;
}

.inquire_wrap > div label {
  float: left;
  display: inline-block;
  width: 14rem;
  line-height: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.inquire_wrap > div input,
.inquire_wrap > div textarea {
  float: left;
  display: inline-block;
  width: calc( 100% - 14rem);
  line-height: 4rem;
  background-color: #f7f8fa;
  border: 1px solid #ddd;
}

.inquire_wrap > div textarea {
  min-height: 18rem;
}

.inquire_wrap .send_btn {
  display: inline-block;
  padding: 2rem;
  width: 230px;
  background-color: #305b95;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  margin: 6rem 0;
}

@media (max-width: 767px) {
  .inquire_wrap > div {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .inquire_wrap > div ul {
    padding: 1rem;
  }
  .inquire_wrap > div label,
  .inquire_wrap > div input, .inquire_wrap > div textarea {
    float: none;
    display: block;
    width: 100%;
  }
}

/* sub0403 이메일문의 끝 */
/* sub9920 기관신청 시작 */
.inst_apply .col-sm-6:first-child {
  padding-right: 2.5rem;
}

.inst_apply .col-sm-6:last-child {
  padding-left: 2.5rem;
}

.inst_apply .border_box {
  padding: 4.5rem 8rem 10rem;
  height: 100%;
  margin-bottom: 0;
}

.inst_apply h4 {
  font-size: 3.3rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 3rem;
}

.inst_apply h4 i {
  display: block;
  margin:0 auto;
  width: 3.4rem;
  height: 3.4rem;
  background: url(/resources/1st/imgs/sub/sub9920_inst_icon.png) 0 0/auto 100% no-repeat;
}

.inst_apply h4 .icon_earth {
  background-position: -3.4rem 0;
}

.inst_apply h4 span {
  display: inline-block;
  vertical-align: middle;
}

.inst_apply p {
  text-align: left;
  line-height: 1.6;
  color: #333;
}

.inst_apply .btn {
  width: 32rem;
  position: absolute;
  left: 50%;
  bottom: 5.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1279px) {
  .inst_apply .border_box br {
    display: none;
  }
}

@media (max-width: 767px) {
  .inst_apply .col-sm-6:first-child {
    padding-right: 1.5rem;
    margin-bottom: 2rem;
  }
  .inst_apply .col-sm-6:last-child {
    padding-left: 1.5rem;
  }
  .inst_apply .border_box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .inst_apply .border_box p {
    word-break: keep-all;
  }
}

/* sub9920 기관신청 끝 */
/* sub9921 개인정보처리방침 시작 */
.privacy_group {
  line-height: 1.9;
}

.privacy_group .person_top {
  border: 4px solid #e7e8ea;
  padding: 4rem;
  font-size: 1.7rem;
  color: #46464a;
  margin-bottom: 4.6rem;
  word-break: keep-all;
}

.tabs_privacy a:hover {
  text-decoration: underline;
}

.cont_privacy {
  margin-bottom: 5rem;
}

.cont_privacy .table_wrap {
  margin: 2rem 0;
}

.cont_privacy .btn {
  padding: .2rem 1rem;
  margin: 0 .5rem;
}

.cont_privacy .btn[download]::after {
  content: "\eb7c";
  font-family: xeicon;
  font-size: 1.7rem;
  margin-left: 1rem;
  vertical-align: middle;
}

.cont_privacy .btn.popup_open::after {
  content: "\e980";
  font-family: xeicon;
  font-size: 1.7rem;
  margin-left: 1rem;
  vertical-align: middle;
}

.cont_privacy .note {
  font-size: 1.5rem;
}

.cont_privacy .privacy_step {
  border: 1px solid #ddd;
  text-align: center;
  padding: 3rem 1rem;
  margin: 2rem 0 3rem;
}

.box_basic {
  margin: 2rem 0 5rem;
  background-color: #f9f9fb;
  border: 1px solid #d2d4da;
  padding: 2rem 3rem;
}

@media (max-width: 767px) {
  .privacy_group .person_top {
    padding: 2rem;
  }
  .privacy_group .cont_privacy .tstyle .dbody .mobile {
    display: inline-block;
  }
}

/* sub9921 개인정보처리방침 끝 */
/* ==========================================================================================
사업공고 
==========================================================================================*/
.search_wrap {
  border: 1px solid #c1c8d7;
  background-color: #f0f2f8;
  margin-bottom: 6rem;
}

.search_wrap .search_box {
  padding: 2rem 10rem;
}

.search_wrap .search_box label {
  min-width: 8rem;
}

.search_wrap .search_box label.web_width_auto {
  min-width: inherit;
  padding-right: 1rem;
}

.search_wrap .search_box .btn {
  margin-left: 1rem;
  margin-right: 0;
}

.search_wrap .search_box .btn i {
  margin-left: 0.5rem;
}

.search_wrap .search_detail {
  display: none;
  padding: 2rem 20rem;
  background-color: #ffffff;
  border-top: 1px solid #c1c8d7;
}

.search_wrap .search_detail label {
  min-width: 10rem;
}

.search_wrap .search_detail .row ~ .row {
  margin-top: 1rem;
}

.search_wrap.active .search_detail {
  display: block;
}

.search_wrap.active .detail_btn i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.biz_announce.tstyle .group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.search_wrap.biz_info label {
  white-space: nowrap;
}

.relate_law h4 {
  background-color: #f0f2f8;
  font-size: 2.3rem;
  padding: 2rem;
  text-align: center;
  color: #000000;
  margin-bottom: 1.5rem;
}

.relate_law .card_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  padding: 1.5rem;
}

.relate_law .card_list .card {
  width: 100%;
  border: 1px solid #d0d0d5;
}

.relate_law .card_list .card .card_title {
  background-color: #92929e;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
  margin: -1px;
}

.relate_law .card_list .card .card_body {
  padding: 2rem;
}

.relate_law .card_list .card .link {
  background-color: #3e77c6;
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.2rem 1.5rem;
  margin-left: 1rem;
  font-size: 1.4rem;
}

@media (max-width: 1024) {
  .search_wrap .search_box {
    padding: 1rem;
  }
  .search_wrap.active .search_detail {
    padding: 1rem;
  }
}

@media (max-width: 767) {
  .search_wrap.biz_info label {
    min-width: 7.2rem;
  }
  .search_wrap .search_box label.web_width_auto {
    min-width: 7.2rem;
    padding-right: 0;
  }
}


/* 국가연구자번호 조회 */
.researcher_number .box{
  max-width: 72rem;
  padding: 4rem;
  margin: 0 auto;
  border: .8rem solid #E6EAF6;
  text-align: center;  
}
.researcher_number .title_h2 {
  font-size: 2.8rem;
  color: #0f0f1e;
  margin: 0 0 2.5rem 0;
}
.researcher_number .tstyle li {
  padding: 1rem 0;
}
.researcher_number .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.researcher_number .btns .btn {
  padding: 1.5rem 8rem;
  font-size: 2rem;
}
.researcher_number .search_result {
  text-align: center;
}
.researcher_number .search_result strong {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.researcher_number .search_result span {
  display: block;
  font-size: 2rem;
  color: #1F3FAA;
  margin-bottom: 1rem;
}
