@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#site {
  font-family: 'Roboto', 'notokr', sans-serif;
  padding-top: 0px;
}

#site>.container {
  width: 100% !important;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  font-size: 16px;
}

a:hover,
a:focus {
  text-decoration: none;
}

.display-flex {
  display: flex;
  align-items: center;
}

/* 불필요 항목 삭제 */
.navbar .caret {
  display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
  background: #fff;
  position: static;
  margin-bottom: 0;
  border: 0;
}

.navbar-brand {
  height: auto;
  position: relative;
  padding: 24px 15px;
}

.navbar-header .navbar-brand::after {
  content: "신산업융합형임베디드시스템\A전문인력양성사업단";
  display: block;
  color: #0066b3;
  font-weight: 500;
  white-space: pre;
  font-size: 13px;
  line-height: 1.1;
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.navbar-inverse .navbar-nav>li>a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.034em;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #222;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-toggle {
  font-size: 18px;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
  background: none;
  color: #222;
}

@media (max-width: 767px) {

  /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
  .navbar-inverse .navbar-toggle {
    border: 0;
    padding: 9px 0;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #666;
    transition: ease-in-out 0.15s all;
    opacity: 1;
    position: relative;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background: none;
    border-color: #222;
  }

  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #222;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: transparent;
  }

  .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    top: 6px;
  }

  .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -6px;
  }
}

@media (min-width: 768px) {
  .navbar-inverse .navbar-nav .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0;
  }

  .navbar-inverse .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 0;
    padding-top: 10px;
    color: #fff;
  }

  .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {
    transition: 0.3s;
    height: 0;
  }

  .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover {
    background: #21538b;
  }

  .navbar-inverse .navbar-nav .dropdown.open .dropdown-menu>li {
    height: 40px;
  }

  .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
    background: none;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .navbar-inverse .navbar-right {
    margin-right: -30px;
  }

  .navbar-inverse .navbar-nav>li>a {
    padding: 35px 30px;
  }
}

/* 슬라이드 공통 */
.carousel-control {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
  transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.carousel-control.right .glyphicon::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  margin: 0px;
  border-radius: 0;
  transition: ease-in-out 0.15s all;
  border-radius: 50%;
}

.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
}

.carousel-caption {
  top: auto;
  left: 0;
  transform: none;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 0;
}

.carousel-caption h1 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .carousel-control {
    font-size: 14px;
  }

  .carousel-indicators li,
  .carousel-indicators li.active {
    width: 6px;
    height: 6px;
  }
}

/* 푸터 */
#site footer {
  padding: 30px 0;
  border-top: 1px solid #eee;
}

#site footer ul {
  font-size: 15px;
  margin-bottom: 5px;
}

#site footer p {
  margin-bottom: 0;
  opacity: 0.7;
  margin-top: 2px;
  font-size: 12px;
}

.logo-img {
  text-align: right;
  opacity: 0.5;
}

/* 메인 페이지 */
.mainCarousel .carousel-inner .item {
  height: 600px;
}

@media (max-width: 767px) {
  .mainCarousel .carousel-inner .item {
    height: 250px;
  }

  .mainCarousel .carousel-caption h1 {
    font-size: 24px;
  }

  .mainCarousel .carousel-caption p {
    font-size: 12px;
  }
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}

@media (min-width: 767px) {
  #section_a684ec div[class^=board_box_] {
    width: 50%;
  }
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row>div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
  display: none;
}

.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/*메인*/
.main {
  padding: 40px 0 0;
  background: #f4f4f4;
}

.main .row {
  margin: 0 -10px;
}

.main .row>div {
  padding: 0 10px;
}

.main .m_link {
  width: 270px;
  height: 270px;
  background: #0BA1EA;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: -0.034em;
}

.main .m_link:hover {}

.main .m_link .imgWrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto;
  background: rgba(0, 107, 157, 0.4);
}

.main .m_link_02 .imgWrap {
  background: rgba(21, 24, 50, 0.25);
}

.main .m_link .imgWrap img {
  width: 56px;
  opacity: 0.9;
}

.main .m_link span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  opacity: 1;
}

.main .m_link_02 {
  background: url(/public/img/main/m_link02_bg.jpg) 50% 50%/cover;
}

.main .m_link_03 {
  background: #cae2f7;
  color: #3772c9;
}

.main .m_link_03 .imgWrap {
  background: #8abeeb;
}

.main .m_link_04 {
  background: url(/public/img/main/m_link04_bg.jpg) 50% 50%/cover;
}

.main .link_box {
  width: 270px;
  height: 560px;
  background: url(/public/img/main/link_box_bg.jpg) 50% 50%/cover;
}

.main .main-bbs .inner {
  padding: 20px 35px;
  background: #fff;
  height: 270px;
}

.main .main-bbs .tab-menu {
  border-bottom: 2px solid #eee;
  padding-bottom: 0;
  margin: 0 0 10px;
}

.main .main-bbs .tab-menu li {
  display: inline-block;
  line-height: 1.6;
}

.main .main-bbs .tab-menu li+li {
  margin-left: -2px;
}

.main .main-bbs .tab-menu li a {
  display: block;
  margin-bottom: -1px;
  padding: 10px 20px;
  font-size: 18px;
  color: #888;
  border-bottom: 1px solid transparent;
}

.main .main-bbs .tab-menu li.active a {
  color: #555;
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.main .main-bbs .board_box_list {
  padding: 0;
}

.main .main-bbs .board_box_list .page-header {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 47px;
  top: 40px;
  z-index: 100;
  border: none;
}

.main .main-bbs .board_box_list .page-header h4 {
  display: none;
}

.main .main-bbs .board_box_list ul {
  padding: 5px 10px;
}

.main .main-bbs .board_box_list .info span.writer,
.main .main-bbs .board_box_list .info span.hits {
  display: none;
}

.board_box_list ul li a {
  font-size: 15px;
}

.main .main-bbs .tab-pane>div {
  position: static;
  margin: 0;
}


.main .main-bbs .board_box_blog2 .page-header {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 47px;
  top: 40px;
  z-index: 100;
  border: none;
}

.main .main-bbs .board_box_blog2 .page-header h4 {
  display: none;
}
.main .main-bbs .board_box_blog2 .col-md-4{width: 50%;}
.main .main-bbs .board_box_blog2 .col-md-4 .inner{padding: 0; height: 142px;}
.main .main-bbs .board_box_blog2 .col-md-4 .inner .top a .thumb{height: 140px;}
.main .main-bbs .board_box_blog2 .col-md-4 .inner .bottom{padding-left: 0;}

section.main-partner {
  padding: 0 0 20px;
  background: #f4f4f4;
}

@media (min-width: 768px) {
  .main-partner .box {
    position: relative;
  }

  .main-partner .partner-slide {
    position: relative;
    padding: 12px 12px 12px 140px;
    background: #fff;
    border: 1px solid #eaeaea;
  }

  .main-partner .partner-slide .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 1px;
  }

  .main-partner .partner-slide .slick-list .slick-slide {
    float: left;
    padding: 0 5px;
  }

  .slick-prev {
    left: 2%;
  }

  .slick-next {
    right: auto;
    left: 8%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #333;
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 58px;
    border: none;
    font-size: 23px;
    background: transparent;
    color: #959595;
    transform: translateY(-50%);
    font-size: 17px;
    text-align: center;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/*snb*/
.subTop {
  width: 100%;
  background: url(/public/img/sub/subTop.jpg) 50% 50%/cover;
  height: 220px;
  position: relative;
}
.subTop::before {
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background: #000;
    opacity: 0.3;
    position: absolute;
}
.subTop h2 {
  text-align: center;
  color: #fff;
  padding-top: 90px;
  font-size: 27px;
  margin: 0;
  letter-spacing: -0.034em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.subContent {
  padding: 50px 0 80px;
}

.subContent section {
  padding-bottom: 40px;
}

.subContent section:nth-last-child(1) {
  padding-bottom: 40px;
}

.subContent .board_wrapper {
  margin: 0;
}

.subContent .titleSec {
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.subContent .snb {
  padding-right: 47px;
}

.subContent .snb h2 {
  text-align: center;
  padding: 30px 0;
  /* background: #135b3f url(/public/img/sub/snb_bg.png) right bottom no-repeat; */
  font-size: 25px;
  color: White;
  margin: 0;
  background: #2e72e1;
}

.subContent .snb .snb_button li {
  transition: 0.5s;
}

.subContent .snb .snb_button li:hover {}

.subContent .snb .snb_button li:hover a {
  color: #2e72e1;
}

.subContent .snb .snb_button li.active {
  background: #082341;
  border-color: #082341;
}

.subContent .snb .snb_button li.active a {
  color: #fff;
  padding: 12px 15px;
}

.subContent .snb .snb_button li a {
  display: block;
  padding: 12px 12px;
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
  font-size: 16px;
  color: #333;
}

.subContent h3 {
  font-size: 36px;
  letter-spacing: -0.034em;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #333;
  display: inline-block;
  margin-bottom: -1px;
  margin: 35px 0 -1px;
}

.subContent h3::before {
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  background: #0095ff;
  position: absolute;
  display: block;
  box-shadow: 6px 6px 0 #11c572;
  display: none;
}

.subContent .sTitle {
  position: relative;
  padding: 0 0 0 5px;
  margin: 10px 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.93em;
  border-left: 2px solid #333;
  letter-spacing: -0.06em;
}

.subContent .sTitle::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/public/img/sub/title_icon.svg) 50% 50%/cover;
  display: none;
}

.title_box p {
  font-size: 16px;
  letter-spacing: -0.034em;
  word-break: keep-all;
  margin-bottom: 15px;
  line-height: 1.65em;
}

.title_box p:last-child {
  margin-bottom: 0;
}

.subContent .titleText {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  letter-spacing: -0.03em;
}

.subContent .fas {}

.subContent .fa-phone {
  transform: rotate(90deg);
}

.subContent .download {
  display: block;
  margin: 40px auto 10px;
  width: 310px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #2e72e1;
  background: #2e72e1;
  letter-spacing: -0.034em;
  transition: 0.2s;
}

.subContent .download:hover {
  color: #2e72e1;
  background: transparent;
}

.subContent .download i {
  margin-left: 15px;
}

.bizInfo {
  margin-bottom: 0;
}

.bizInfo li {
  font-size: 17px;
  text-align: left;
  margin-bottom: 17px;
}

.bizInfo li span {
  font-weight: 600;
  width: 80px;
  display: inline-block;
}

.bizInfo li:nth-last-child(1) {
  margin-bottom: 0;
}

p.programInfo {
  font-size: 16px;
  letter-spacing: -0.034em;
  font-weight: 400;
  line-height: 1.65;
  margin: 0;
  background: transparent;
  padding: 0;
}

.sec4 p.programInfo span {
  margin-right: 20px;
  display: inline-block;
}

.programInfo {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 20px 30px 20px 25px;
  margin: 0;
}

.programInfo>li {
  font-size: 16px;
  letter-spacing: -0.034em;
  font-weight: 400;
  line-height: 1.65;
  padding-left: 15px;
  position: relative;
}

.programInfo>li::before {
  content: '';
  display: block;
  width: 7px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  top: 12px;
}

.programInfo .li_dash {
  position: relative;
  font-size: 15px;
  word-break: keep-all;
  letter-spacing: -0.03em;
  line-height: 1.35em;
  padding: 3px 0 3px 12px;
}

.programInfo .li_dash::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  display: block;
  background: #333;
  top: 10px;
  border-radius: 50%;
}

.programInfo .li_dash ul {
  margin-top: 5px;
}

.programInfo .li_star {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 3px;
  font-weight: 400;
}

.programInfo .li_star::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  color: #00bb43;
  font-weight: 600;
  font-size: 16px;
}

/*211015 조직도 박스 start*/
.org_box {
  padding-top: 40px;
}

.org_box .inner {
  padding: 20px 25px;
  height: 250px;
  background: #f1f6ff;
}

.org_box .inner h4 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.034em;
  margin-bottom: 17px;
  word-break: keep-all;
  color: #3c6cbb;
}

.org_box .inner li {
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: -0.034em;
}

.org_box>div:nth-child(1) .inner {
}

.org_box>div:nth-child(1) .inner h4 {
}

.org_box>div:nth-child(2) .inner {
}

.org_box>div:nth-child(2) .inner h4 {
}

.org_box>div:nth-child(3) .inner {
}

.org_box>div:nth-child(3) .inner h4 {
}

/*조직도 박스 end*/

#program04 .sec5 .programInfo .li_dash+.li_dash {
  margin-top: 10px;
}

#program04 .sec5 .programInfo .li_dash {
  font-weight: 500;
}

#program04 .sec5 {
  padding-bottom: 15px;
}

.slash_box {
  padding: 30px 50px;
  background: #fff;
  position: relative;
  text-align: center;
  width: calc(100% - 14px);
  margin-left: 7px;
}

.slash_box::after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  position: absolute;
  top: -7px;
  left: -7px;
  background: url(/public/img/sub/ptn.png);
  display: block;
  z-index: -1;
}

.slash_box p {
  font-size: 18px;
  letter-spacing: -0.034em;
  word-break: keep-all;
  margin-bottom: 16px;
  font-weight: 500;
}

.slash_box p:nth-last-child(1) {
  margin-bottom: 0;
}

.table-style thead {
  border-top: 1px solid #333;
}

.table-style th {
  background: #fafafa;
  font-size: 15px;
  color: #666;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ddd !important;
  border: 1px solid #e5e5e5;
  letter-spacing: -0.06em;
}

.table-style tr:nth-last-child(1) {
  border-bottom: 1px solid #ddd;
}

.table-style td {
  position: relative;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 12px;
}

#about01 .rightCon {
  padding-left: 60px;
  padding-right: 20px;
}

.greeting .imgBox {
  position: relative;
}

.greeting .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -6px;
  left: -6px;
  display: block;
  /* border: 3px solid #d4d9dd; */
  z-index: -1;
}

.greeting .textBox p {
  line-height: 1.65;
  font-size: 16px;
  letter-spacing: -0.037em;
  margin-bottom: 30px;
  text-align: justify;
}

.greeting .textBox p:first-child {
  font-size: 25px;
  margin-bottom: 60px;
  position: relative;
  display: block;
  color: #1359cb;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.034em;
  word-break: keep-all;
}

.greeting .textBox p:first-child:after {
  content: '';
  display: block;
  background: #999;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.greeting .textBox .name {
  margin-top: 40px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
}

.greeting .textBox .name strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

#about02 .slash_box {
  margin: 0;
  width: 100%;
  padding: 40px 50px;
  border: 9px solid #f2f5fb;
}

#about02 .slash_box::after {
  display: none;
}

#about02 .slash_box .bizInfo li {
  margin-bottom: 12px;
  letter-spacing: -0.034em;
  position: relative;
  padding-left: 15px;
}

#about02 .slash_box .bizInfo li span {
  width: 100px;
  font-size: 16px;
}

#about02 .slash_box .bizInfo li:last-child {
  margin-bottom: 0;
}

#about02 .slash_box .bizInfo li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #6d9ff1;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

#about02 .sec2 img {
  margin-top: 30px;
}

#about04 .title {
  margin-bottom: 10px;
}

#about05 iframe {
  width: 100%;
  height: 450px;
}

.location {
  margin-top: 30px;
}

.location li {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-bottom: 10px;
}

.location li strong {
  width: 120px;
  font-size: 15px;
}

.location li strong i {
  color: #fff !important;
  margin-right: 10px !important;
  background: #5ca9e3;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 6px;
  border-radius: 50%;
  font-size: 12px;
}

.location li p {
  width: calc(100% - 100px);
  margin-bottom: 0;
}

h4+.location {
  margin: 20px 0;
}

/* 
#member01 h3,
#member02 h3 {
  border: none;
  padding-bottom: 0;
} */
#member01 .profile {
  margin: 0 -30px;
}

#member01 .profile>div {
  padding: 0 30px;
  margin: 0;
}

.profile .profile_text {
  width: calc(100% - 140px);
}

.profile .inner {
  /* border-top: 1px solid #64b997; */
  display: flex;
  padding: 0 0 30px;
  align-items: flex-start;
  height: 254px;
}

.profile .inner .name {
  font-size: 23px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 20px;
  letter-spacing: -0.034em;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 10px;
}

.profile .inner .name span {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 500;
  /* display: block; */
  padding-left: 5px;
  letter-spacing: 0;
}

.profile .inner img {
  width: 120px;
  margin-right: 30px;
}

.profile .inner ul li {
  display: flex;
  margin-bottom: 5px;
  align-items: flex-start;
  line-height: 1.35;
  font-size: 14px;
  letter-spacing: -0.034em;
}

.profile .inner ul li span {
  width: 30%;
  font-weight: 500;
  color: #000;
}

.profile .inner ul li p {
  width: 70%;
  margin-bottom: 0;
  font-size: 14px;
}

.profile .inner ul li a {
  color: #3e76b5;
  width: 70%;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.3em;
}

.profile .clearfix {
  margin-bottom: 10px;
}

.programTable thead {
  border-bottom: 1px solid #ddd;
}

.programTable tr {
  border-bottom: 1px solid #ddd;
}

.programTable tr th {
  vertical-align: middle !important;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd !important;
}

.programTable tr td {
  vertical-align: middle !important;
  border-right: 1px solid #ddd;
}

.programTable tr .border0 {}

#program01 .sec2,
#program01 .sec3 {
  padding-bottom: 80px;
}

#program01 .sec2 p,
#program01 .sec3 p {
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

#program03 img {
  margin-bottom: 40px;
}

.caution {
  color: #d90000;
  font-size: 14px;
}

#consortium01 td {
  vertical-align: middle !important;
}

#consortium01 td p {
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 767px) {
  .display-flex {
    flex-direction: column;
  }

  .carousel-caption {
    padding: 70px 0;
  }

  .main .m_link {
    width: 100%;
    margin: 20px 0;
  }
}

/* board 추가 css */
.board_data_view .header_wrap .title {
  font-size: 26px;
  letter-spacing: -0.04em;
  border-bottom: 0;
  text-align: left;
  padding-bottom: 9px;
}

.board_data_view .header_wrap {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 30px;
}

.board_data_view .contents_wrap p {
  font-size: 17px;
}

.board_wrapper .table.board_write_table tbody tr th {
  width: 180px;
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
}

.board_data_view {
  border-top: 0;
}

.table.table_default tbody tr th.num {
  font-weight: normal;
}

.table.table_default tbody .subject a {
  font-size: 16px;
  letter-spacing: -0.034em;
}

.table.table_default tr th,
.table.table_default tr td {
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.text-muted {
  font-size: 14px !important;
  margin-top: 8px !important;
}

.checkbox label,
.radio label {
  font-size: 15px;
  letter-spacing: -0.06em;
}

.custom_checkbox+span a {
  font-weight: 500;
}

.table_blog2 dd .inner {
  border: none;
}

.member_wrapper h1 {
  border: none;
  margin-top: 0;
}

.privacy_body {
  font-size: 16px;
  line-height: 1.6em;
  padding: 0 100px;
}

#reply_write {
  margin-bottom: 0;
}

form#board_write_form {
  margin-bottom: 0;
}

.subContent .board_wrapper h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin: 10px 0;
}

.table_blog2 dd .inner .bottom {
  padding: 15px 0 0;
}

.table_blog2 dd .inner .bottom .title {
  padding: 0;
  margin-bottom: 2px;
  border: 0;
}

.table_blog2 dd .inner .bottom .info span {
  padding: 0 5px 0 0;
  font-size: 13px;
}

.table_blog2 dd .inner .bottom .title a {
  font-size: 18px;
  font-weight: 500;
}

.table_blog2 dd .inner .bottom .title a:hover,
.table_blog2 dd .inner .title a:focus {
  color: #257656;
}

.board_data_view .header_wrap .info {
  margin-top: 10px;
  text-align: left;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 3px 4px 1px;
  background: #fff;
  color: #378264;
}

.table.table_default thead th {
  font-weight: 500;
}

.table_default {
  border-top: 1px solid #333;
}

.board_data_view .download_wrap table th {
  font-weight: 500;
}
.board_box_list ul li a{
	display: block !important;
}

/* board 추가 css end */