/* sub_visual */
#s_visual {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#s_visual .s_visual_bg img {
  animation: mymove 5s;
}
@keyframes mymove {
  from {
    transform: scale(1.2)
  }
  to {
    transform: scale(1)
  }
}
#s_visual .sv_txt {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
#s_visual .sv_txt h3 {
  padding-bottom: 14px;
  font-size: 48px;
}
#s_visual .sv_txt p {
  font-size: 16px;
  opacity: .6;
}
/* 슬로건 애니메이션 */
#s_visual .sv_txt h3 .char {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}
@keyframes text-active-animation {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1.0;
    transform: translateY(0px);
  }
}
/* s_content */
#s_content {
  padding: 90px 0 100px;
}
#s_content .sarea {
  max-width: 1200px;
  margin: 0 auto;
}
#s_content .iarea {
  max-width: 1200px;
  margin: 0 auto;
}
#s_content .sarea .s_tit {
  text-align: center;
}
#s_content .sarea .s_tit h3 {
  font-size: 38px;
}
#s_content .sarea .s_tit p {
  padding: 16px 0 80px;
  color: #aaa;
  word-break: keep-all;
}
#s_content [data-aos="right-bg"] {
  width: 0;
}
#s_content [data-aos="right-bg"].aos-animate {
  width: 100%;
}
/* 서브페이지메뉴탭 디자인 */
.pagetab {
  padding-bottom: 100px;
}
.pagetab ul {
  display: flex;
  justify-content: center;
  gap: 0.5%;
}
.pagetab ul li {
  flex: 0 1 12.5%;
  display: table;
  min-width: 110px;
  height: 60px;
  text-align: center;
  border: 1px solid #eee;
  transition: all .6s;
}
.pagetab ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 16px;
  color: #888;
  word-break: keep-all;
  transition: all .6s;
}
.pagetab ul li button {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  transition: all .6s;
}
.pagetab ul li:hover {
  background: #3a3a3a;
  border-color: #3a3a3a;
}
.pagetab ul li:hover a, .pagetab ul li:hover button {
  font-weight: 500;
  color: #fff;
}
.pagetab ul li.active {
  background: #3a3a3a;
  border-color: #3a3a3a;
}
.pagetab ul li.active a {
  font-weight: 500;
  color: #fff;
}
.pagetab ul li button.active {
  background: #3a3a3a;
  border-color: #3a3a3a;
  font-weight: 500;
  color: #fff;
}
/* 서브페이지 안의 세부메뉴탭 디자인 */
.subtab {
  padding-bottom: 75px;
}
.subtab ul {
  display: flex;
}
.subtab ul li {
  display: table;
  position: relative;
  height: 70px;
  margin-left: -1px;
  text-align: center;
}
.subtab ul li button {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 18px;
  color: #888;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
}
.subtab ul li button.active {
  position: relative;
  font-weight: bold;
  color: #000;
  background: #fff;
  border-color: #888;
  border-top: 3px solid #3fa8cb;
  border-bottom-color: #fff;
  z-index: 1;
}
.wrap .tabcontent {
  display: none;
}
/* 테이블 디자인 */
.tacss table {
  width: 100%;
  text-align: center;
  border-top: 2px solid #000;
  border-spacing: 0;
}
.tacss table thead tr th {
  height: 66px;
  padding: 10px 20px;
  background: #fafafa;
  border-bottom: 1px solid #afafaf;
}
.tacss table thead tr th h5 {
  line-height: 20px;
  font-weight: 500 !important;
  color: #555;
  word-break: keep-all;
}
.tacss table tbody tr td {
  height: 50px;
  padding: 10px 20px;
  color: #888;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.tacss table tbody tr td.exfirst {
  font-weight: 500;
  color: #333;
  border-left: none;
}
.tacss table tbody tr td p {
  font-size: 15px;
  word-break: keep-all;
}
.tacss table tbody tr td p i {
  margin-left: 3px;
  font-size: 16px;
}
.tacss table tbody tr td p b {
  font-weight: 600;
  color: #666;
}
.tacss table tbody tr td p a {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background: #4c4c4c;
  transition: all .6s;
}
.tacss table tbody tr td p a i {
  margin-right: 4px;
}
.tacss table tbody tr td p a:hover {
  background: #3fa8cb;
}
.tacss table .blnone {
  border-left: none !important;
}
.tacss table.twoline thead tr th {
  border-left: 1px solid #e8e8e8;
}
.tacss table.twoline thead tr th.bbe8e8 {
  border-bottom: 1px solid #e8e8e8;
}
.tacss .table_wrap {
  position: relative;
  margin: 20px 0;
}
.tacss .table_wrap .table_prev_mo {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 2;
}
.tacss .table_wrap .table_prev_mo ul {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -75px;
}
.tacss .table_wrap .table_prev_mo ul:after {
  content: '';
  display: block;
  clear: both;
}
.tacss .table_wrap .table_prev_mo ul li {
  float: left;
}
.tacss .table_wrap .table_prev_mo ul li p {
  font-size: 15px;
  color: #fff;
}
.tacss .table_wrap .table_prev_mo ul li i {
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  animation: prevarrow .5s ease-in infinite alternate;
}
.tacss table thead tr th.slice {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tacss table thead tr th.slice span {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.tacss table thead tr th.slice span:nth-of-type(1) {
  right: 15px;
  top: 15px;
}
.tacss table thead tr th.slice span:nth-of-type(2) {
  left: 15px;
  bottom: 15px;
}
.tacss table thead tr th.slice::after {
  content: '';
  height: 1px;
  width: 102%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 31px;
  left: 0;
  transform: rotate(7.7deg);
}
/* 서브페이지 내용 디자인 */
.infopa p b.red {
  color: #c12424 !important;
}
.infopa .iflist {
  padding-bottom: 60px;
}
.infopa .iflist:nth-last-of-type(1) {
  padding-bottom: 0;
}
.infopa .iflist h3.iftit {
  padding-bottom: 12px;
  font-size: 24px;
  word-break: keep-all;
}
.infopa .inftop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin-bottom: 65px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.infopa .inftop .inftxt {
  padding-left: 30px;
}
.infopa .inftop .inftxt p {
  color: #666;
  word-break: keep-all;
}
.infopa .inftop .inftxt p b {
  font-weight: 500;
  color: #333;
}
.infopa .iflist dl + dl {
  margin-top: 25px;
}
.infopa .iflist dl dt {
  margin: 20px 0 10px;
  font-weight: 600;
}
.infopa .iflist dl dt h5 {
  position: relative;
  margin-top: 12px;
  padding: 10px 0 6px;
  font-size: 18px;
  color: #333;
}
.infopa .iflist dl dt h5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 3px;
  background: #3fa8cb;
}
.infopa .iflist dl dd > p {
  position: relative;
  padding: 2px 0 2px 20px;
  color: #777;
  word-break: keep-all;
}
.infopa .iflist dl dd > p:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
}
.infopa .iflist dl dd > p.ifdotnone {
  margin-left: 10px;
}
.infopa .iflist dl dd > p.ifdotnone:after {
  display: none;
}
.infopa .iflist dl dd > p a {
  font-weight: 500;
  color: #3fa8cb;
}
.infopa .iflist dl dd > p a:hover {
  text-decoration: underline;
}
.infopa .iflist dl dd > p b {
  font-weight: 600;
  color: #555;
  margin: 0 8px 0 3px;
}
.infopa .iflist dl dd.inbutt {
  padding-top: 20px;
}
.infopa .iflist dl dd.inbutt a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  margin-left: 4px;
  padding: 0 50px;
  text-align: center;
  color: #fff;
  background: #3fa8cb;
  transition: all .6s;
}
.infopa .iflist dl dd.inbutt a:hover {
  text-decoration: underline;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .1)
}
.infopa .iflist dl dd.inbutt5 {
  padding-top: 5px;
}
.infopa ul {
  list-style: none; /* 기본 리스트 스타일 제거 */
  padding: 0;
  margin: 0 0 20px 0; /* 위아래 간격 설정 */
  padding-left: 20px; /* 왼쪽에 여백 설정 */
}
.infopa ul li {
  position: relative;
  margin-bottom: 10px; /* 리스트 간격 */
  padding-left: 20px; /* 점 아이콘을 위한 왼쪽 여백 */
  color: #777; /* 글자 색상 */
  word-break: keep-all; /* 줄바꿈 처리 */
  line-height: 1.6; /* 줄 간격 */
}
.infopa ul li:before {
  content: '';
  position: absolute;
  top: 10px; /* 아이콘의 위치 */
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%; /* 원형 아이콘 */
  background: #3fa8cb; /* 아이콘 색상 */
}
.infopa ul li a {
  color: #3fa8cb; /* 링크 색상 */
  font-weight: 500; /* 링크의 글자 굵기 */
  transition: all .3s;
}
.infopa ul li a:hover {
  text-decoration: underline; /* 링크에 마우스 오버 시 밑줄 추가 */
}
/* 중첩된 리스트 스타일 */
.infopa ul ul {
  margin-top: 10px;
  margin-left: 20px; /* 중첩 리스트에 대한 여백 */
  padding-left: 20px;
}
.infopa ul ul li:before {
  background: #ddd; /* 중첩된 리스트 아이콘 색상 */
}
/* 작은 화면에서의 스타일 조정 */
/* 서브 단계별 상자 디자인 */
.step_wrap {
  display: flex;
  justify-content: space-between;
}
.step_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 20px;
}
.step_box:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/fup1box_arrow.png') 0 0 no-repeat;
  opacity: .6;
}
.step_box:nth-last-of-type(1):after {
  display: none;
}
.step_box .step_txt {
  color: #fff;
}
.step_box .step_txt h3 {
  opacity: .4;
}
.step_box .step_txt h5 {
  font-weight: 500;
}
.step_wrap3 .step_box {
  flex: 0 1 30%;
}
.step_wrap3 .step_box:after {
  right: -10%;
}
.step_wrap3 .step_box .step_img img {
  height: 65px;
}
.step_wrap3 .step_box .step_txt {
  padding-left: 30px;
}
.step_wrap3 .step_box .step_txt h5 {
  font-size: 22px;
}
.step_wrap3 .step_box:nth-of-type(1) {
  background: #3fa8cb;
}
.step_wrap3 .step_box:nth-of-type(2) {
  background: #2f76c3;
}
.step_wrap3 .step_box:nth-of-type(3) {
  background: #1f43bb;
}
.step_wrap4 .step_box {
  flex: 0 1 22%;
}
.step_wrap4 .step_box:after {
  right: -30px;
}
.step_wrap4 .step_box .step_img img {
  height: 55px;
}
.step_wrap4 .step_box .step_txt {
  padding-left: 20px;
}
.step_wrap4 .step_box .step_txt h5 {
  font-size: 18px;
  line-height: 22px;
}
.step_wrap4 .step_box:nth-of-type(1) {
  background: #3fa8cb;
}
.step_wrap4 .step_box:nth-of-type(2) {
  background: #3893c8;
}
.step_wrap4 .step_box:nth-of-type(3) {
  background: #2555be;
}
.step_wrap4 .step_box:nth-of-type(4) {
  background: #1f43bb;
}
.step_wrap5 .step_box {
  flex: 0 1 17%;
  display: block;
  text-align: center;
}
.step_wrap5 .step_box:after {
  right: -30px;
}
.step_wrap5 .step_box .step_img img {
  height: 45px;
}
.step_wrap5 .step_box .step_txt h3 {
  padding: 10px 0 4px;
}
.step_wrap5 .step_box .step_txt h5 {
  line-height: 20px;
}
.step_wrap5 .step_box:nth-of-type(1) {
  background: #3fa8cb;
}
.step_wrap5 .step_box:nth-of-type(2) {
  background: #3994c8;
}
.step_wrap5 .step_box:nth-of-type(3) {
  background: #2f75c3;
}
.step_wrap5 .step_box:nth-of-type(4) {
  background: #2658be;
}
.step_wrap5 .step_box:nth-of-type(5) {
  background: #1f43bb;
}
/* 유튜브 */
.part_video {
  text-align: center;
}
.part_video .m_video .video-container {
  position: relative;
  height: 0;
  padding-top: 28px;
  padding-bottom: 53%;
  overflow: hidden;
}
.part_video .m_video .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 유튜브 썸네일 */
.video_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #000;
}
.video_thumb > img {
  width: 100%;
  transition: all .6s;
}
.video_thumb .video_txt {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.video_thumb .video_txt ul {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, .4);
  text-shadow: 5px 5px 5px rgba(0, 0, 0, .20);
}
.video_thumb .video_txt ul li p {
  font-size: 18px;
  color: rgba(255, 255, 255, .6);
}
.video_thumb .video_txt ul li p b {
  color: rgba(255, 255, 255, .6);
}
.video_thumb .video_txt ul li h5 {
  padding: 6px 0 30px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.video_thumb .video_txt ul li:nth-last-of-type(1) {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #3fa8cb;
  text-shadow: none;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .15);
  cursor: pointer;
}
.video_thumb .video_txt ul li:nth-last-of-type(1) i {
  margin-right: 10px;
}
.video_thumb:hover > img {
  transform: scale(1.1);
  opacity: .7;
}
/* sub1_1_a : 대학 현황 */
.present .part1 h3 {
  padding-bottom: 30px;
  text-align: center;
}
.present .part1 h3 span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  background: #3fa8cb;
  border-radius: 100px;
}
.present .part1 h3 span b {
  font-weight: 500;
}
.present .part1 .pp1txt {
  display: flex;
  justify-content: space-between;
}
.present .part1 .pp1txt .pp1tb {
  flex: 0 1 49%;
  padding: 35px 40px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.present .part1 .pp1txt .pp1tb:nth-of-type(1) {
  background: #f9f9f9 url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/pp1tb_icon1.png') 90% 80% no-repeat;
}
.present .part1 .pp1txt .pp1tb:nth-of-type(2) {
  background: #f9f9f9 url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/pp1tb_icon2.png') 90% 80% no-repeat;
}
.present .part1 .pp1txt .pp1tb dl dt h5 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  border-bottom: 1px solid #e9e9e9;
}
.present .part1 .pp1txt .pp1tb dl dd p {
  position: relative;
  padding-left: 12px;
  text-align: left;
  line-height: 28px;
  color: #666;
  word-break: keep-all;
}
.present .part1 .pp1txt .pp1tb dl dd p:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
}
.present .part1 .pp1txt .pp1tb dl dd p b {
  font-weight: 500;
  color: #555;
}
.present .part1 .pp1img {
  padding: 30px 0 80px;
}
.present .part1 .pp1img ul {
  display: flex;
  justify-content: space-between;
}
.present .part1 .pp1img ul li {
  flex: 0 1 24%;
  text-align: center;
}
.present .part1 .pp1img ul li p:nth-of-type(1) {
  border-radius: 20px;
  overflow: hidden;
}
.present .part1 .pp1img ul li p:nth-of-type(1) img {
  width: 100%;
  transition: all .6s;
}
.present .part1 .pp1img ul li p:nth-of-type(2) {
  padding: 10px 0 20px;
  color: #666;
}
.present .part1 .pp1img ul li p:nth-of-type(2) b {
  font-weight: 500;
  color: #555;
}
.present .part1 .pp1img ul li:hover p img {
  transform: scale(1.1);
}
.present .part2 .major {
  padding: 0 0 150px;
}
.present .part3 {
  padding: 50px 30px;
  background: #f9f9f9;
}
.present .part3 h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  color: #333;
}
.present .part3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.present .part3 ul li p {
  position: relative;
  padding: 0 20px;
  font-weight: 500;
  color: #666;
}
.present .part3 ul li p:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.present .part3 ul li:nth-of-type(1) p:before {
  display: none;
}
.present .part3 ul li p a {
  color: #666;
}
.present .part3 ul li p i {
  margin-right: 4px;
  vertical-align: text-top;
  font-size: 18px;
  color: #3fa8cb;
}
/* sub1_1_b : 대학 연혁 */
.history .desc p {
  font-size: 1.1em;
  color: #888;
  word-break: keep-all;
  padding-bottom: 100px;
}
.history .subtab ul li {
  flex: 0 1 calc(100%/4 + 1px);
}
.history .hilist {
  display: flex;
}
.history .hilist .hileft {
  flex: 0 1 30%;
  text-align: center;
}
.history .hilist .hileft h5 {
  position: relative;
  font-size: 28px;
  color: #333;
}
.history .hilist .hileft h5:before {
  content: '';
  position: absolute;
  top: 7px;
  right: -11px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #3fa8cb;
  z-index: 1;
}
.history .hilist .hileft h5:after {
  content: '';
  position: absolute;
  top: 13px;
  right: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3fa8cb;
  z-index: 1;
}
.history .hilist .hiright {
  flex: 0 1 70%;
  position: relative;
  padding: 0 0 75px 50px;
}
.history .hilist .hiright:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}
.history .hilist .hiright ul li {
  display: flex;
  padding: 4px 0;
}
.history .hilist .hiright ul li p:nth-of-type(1) {
  flex-shrink: 0;
  width: 80px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  color: #333;
}
.history .hilist .hiright ul li p:nth-of-type(2) {
  flex-grow: 1;
  color: #888;
  word-break: keep-all;
}
/* sub1_1_c : 대학 CI */
.soraci .part1 {
  padding: 75px 0;
  text-align: center;
  background: #f9f9f9;
}
.soraci .part1 ul li h3 {
  padding: 25px 0 15px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
}
.soraci .part1 ul li p {
  padding-bottom: 40px;
  color: #888;
  word-break: keep-all;
}
.soraci .part1 ul li a {
  display: inline-block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-radius: 100px;
  transition: all .6s;
}
.soraci .part1 ul li a:hover {
  color: #3a3a3a;
  background: #fff;
  border-color: #3a3a3a;
  box-shadow: 15px 15px 25px 0 rgba(0, 0, 0, .1);
}
.soraci .part2 {
  padding-top: 50px;
}
.soraci .part2 ul {
  display: flex;
  justify-content: space-between;
}
.soraci .part2 ul li {
  flex: 0 1 46%;
  text-align: center;
}
.soraci .part2 ul li p {
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 2em;
}
.soraci .part2 ul li p img {
  max-width: 100%;
  max-height: 200px;
}
.honor .part1 {
  padding: 50px 0;
  margin-bottom: 75px;
  text-align: center;
  background: #f9f9f9;
}
.honor .part1 ul li h3 {
  padding: 25px 0 15px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
}
.honor .part1 ul li p {
  font-size: 18px;
  padding: 20px;
  color: #888;
  word-break: keep-all;
  line-height: 2.0em
}
.honor .part1 ul li a {
  display: inline-block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-radius: 100px;
  transition: all .6s;
}
.honor .part1 ul li a:hover {
  color: #3a3a3a;
  background: #fff;
  border-color: #3a3a3a;
  box-shadow: 15px 15px 25px 0 rgba(0, 0, 0, .1);
}
.honor .part2 {
  padding-top: 50px;
}
.honor .part2 ul {
  display: flex;
  justify-content: space-between;
}
.honor .part2 ul li {
  flex: 0 1 46%;
  text-align: center;
}
.honor .part2 ul li p {
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 2em;
}
.honor .part2 ul li p img {
  max-width: 100%;
}
/* sub1_1_d : 이념 및 비전 */
.videogy .vdlist {
  display: flex;
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px dashed #e8e8e8;
}
.videogy .vdlist:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.videogy .vdlist .vdtit {
  flex: 0 1 30%;
}
.videogy .vdlist .vdtit h3 {
  padding-left: 50px;
  font-size: 28px;
}
.videogy .vdlist .vdtit h5 {
  padding-left: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.videogy .vdlist .vdcon {
  flex: 0 1 70%;
}
.videogy .vdlist .vdcon h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #555;
  word-break: keep-all;
}
.videogy .vdlist .vdcon h5 b {
  font-weight: 500;
  color: #333;
}
.videogy .vdlist .vdcon h6 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #555;
  font-weight: 500;
}
/* sub1_1_d_1 : 이념 */
.videogy .vdlist .vdcon.vdhak {
  display: flex;
  justify-content: space-between;
}
.videogy .vdlist .vdcon.vdhak .vshak {
  flex: 0 1 32%;
  padding: 30px 20px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.videogy .vdlist .vdcon.vdhak .vshak ul li h6 span {
  position: relative;
  font-size: 22px;
  color: #0c4da2;
}
.videogy .vdlist .vdcon.vdhak .vshak ul li h6 span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 6px;
  height: 6px;
  background: #0c4da2;
}
.videogy .vdlist .vdcon.vdhak .vshak ul li p {
  font-weight: 500;
  color: #888;
}
.videogy .vdlist .vdcon .vsbox .vstalent {
  display: flex;
  justify-content: space-between;
}
.videogy .vdlist .vdcon .vsbox .vstalent dl {
  flex: 0 1 32%;
  text-align: center;
  border: 1px solid #eee;
}
.videogy .vdlist .vdcon .vsbox .vstalent dl dt h6 {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #0c4da2;
}
.videogy .vdlist .vdcon .vsbox .vstalent dl dd {
  padding: 30px 20px;
}
.videogy .vdlist .vdcon .vsbox .vstalent dl dd p {
  font-weight: 500;
  color: #555;
  word-break: keep-all;
}
.videogy .vdlist .vdcon .vsbox .vstalent dl dd p:nth-last-of-type(1) {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #aaa;
  border-top: 1px dashed #eee;
}
.videogy .vdlist .vdcon .vsbox + .vsbox {
  margin-top: 50px;
}
.videogy .vdlist .vdcon .vsbox h4 {
  position: relative;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.videogy .vdlist .vdcon .vsbox h4:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -14px;
  width: 7px;
  height: 7px;
  background: #0c4da2;
}
.videogy .vdlist .vdcon .vsbox ul {
  padding-top: 10px;
}
.videogy .vdlist .vdcon .vsbox ul li p {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  line-height: 25px;
  color: #888;
}
.videogy .vdlist .vdcon .vsbox ul li p:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
}
.videogy .vdlist .vdcon .vsbox ul li p b {
  font-weight: 400;
  color: #555;
}
/* sub1_1_d_2 : 비전 */
.videogy .vdlist .vdcon.vdmiss h5 {
  font-size: 22px;
  color: #333;
}
.videogy .vdlist .vdcon.vdvisi h5 {
  font-size: 22px;
  font-weight: 600;
  color: #f26b3d;
}
.videogy .vdlist .vdcon.vdcore {
  display: flex;
  justify-content: space-between;
}
.videogy .vdlist .vdcon.vdcore .vdcbox {
  flex: 0 1 32%;
  padding: 30px 20px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.videogy .vdlist .vdcon.vdcore .vdcbox ul li h6 {
  padding: 14px 0 2px;
}
.videogy .vdlist .vdcon.vdcore .vdcbox ul li h6 span {
  position: relative;
  font-size: 20px;
  color: #0c4da2;
}
.videogy .vdlist .vdcon.vdcore .vdcbox ul li h6 span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 6px;
  height: 6px;
  background: #0c4da2;
}
.videogy .vdlist .vdcon.vdcore .vdcbox ul li p {
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
}
.videogy .vdlist .vdcon.vdlong {
  display: flex;
  gap: 5%;
  justify-content: center;
}
.videogy .vdlist .vdcon.vdlong .vdlbox {
  flex: 0 1 28%;
  position: relative;
  padding-bottom: 28%;
  text-align: center;
  color: #fff;
  background: #0c4da2;
  border-radius: 50%;
}
.videogy .vdlist .vdcon.vdlong .vdlbox ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 48%;
}
.videogy .vdlist .vdcon.vdlong .vdlbox ul li h3 {
  display: inline-block;
  padding: 2px 20px 4px;
  font-size: 22px;
  color: #0c4da2;
  background: #fff;
  border-radius: 100px;
}
.videogy .vdlist .vdcon.vdlong .vdlbox ul li h5 {
  padding-top: 15px;
  line-height: 20px;
  color: #fff;
  opacity: .4;
}
.videogy .vdlist .vdcon.vdtwen {
  text-align: center;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox {
  display: flex;
  justify-content: space-between;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox > div {
  flex: 0 1 15%;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox1 {
  margin-bottom: 18px;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox1 > div {
  display: table;
  position: relative;
  padding: 10px;
  background: #555;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox1 > div:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 6px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdtbox1_arrow.png') 0 0 no-repeat;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox1 > div h5, .videogy .vdlist .vdcon.vdtwen .vdtbox1 > div p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox1 > div:nth-of-type(1) {
  background: #333;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 {
  height: 450px;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 > div ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 > div ul li {
  display: table;
  position: relative;
  margin-bottom: 5px;
  padding: 10px;
  background: #f9f9f9;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 > div ul li:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdtbox2_plus.png') 0 0 no-repeat;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 > div ul li:nth-last-of-type(1):after {
  display: none;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 > div ul li h5, .videogy .vdlist .vdcon.vdtwen .vdtbox2 > div ul li p {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  color: #333;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 .vdtb2box1 ul li {
  flex: 0 1 100%;
  background: #333;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 .vdtb2box1 ul li h5 {
  color: #fff;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 .vdtb2box2 ul li {
  flex: 0 1 47%;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 .vdtb2box3 ul li {
  flex: 0 1 30%;
}
.videogy .vdlist .vdcon.vdtwen .vdtbox2 .vdtb2box5 ul li {
  flex: 0 1 15%;
}
/* 중장기 발전계획 비전체계도 */
.vtable-wrap {
  padding-left: 50px;
  margin-top: 25px;
}
.vtable-wrap > div {
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.vtable-wrap > div:last-child {
  border-bottom: 0;
}
.vtable-wrap table {
  border-top: 0;
  word-break: keep-all;
  border-collapse: collapse;
}
.vtables .vertext {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 5px;
  height: auto;
}
.table_wrap .vtable-wrap tbody tr td {
  font-size: 15px;
  border: 0;
  border-left: 2px solid #fff;
  margin-left: 10px;
  padding: 13px;
  color: #555;
}
.vtable-wrap .vtables td.vt-mrb {
  border-right: 10px solid #fff;
}
.vtable-wrap .vtables td.vt-th {
  background-color: #333;
  padding: 20px 5px;
  color: #fff;
  font-size: 16px;
}
.vtable-wrap .vtables td.vt-st {
  background-color: #F9F9F9;
}
.vtable-wrap .vtables td.vt-sh {
  background-color: #e5e5e5;
}
.vtable-wrap .vtables td.vt-ht {
  background-color: #555;
  color: #eee;
  font-size: 16px;
}
.vtable-wrap .vtables ul li {
  text-align: left;
  line-height: 1.5;
}
.vtable-wrap .vtables td.vt-point {
  font-weight: 600;
  background-color: #3fa8cb;
  color: #fff;
  padding: 10px 12px 10px 10px;
}
/* sub1_1_d_3 : 서라벌웨이 */
.videogy .vdlist .vdcon.vdway ul li {
  display: flex;
}
.videogy .vdlist .vdcon.vdway ul li + li {
  margin-top: 30px;
}
.videogy .vdlist .vdcon.vdway ul li span:nth-of-type(1) {
  position: relative;
  width: 32px;
  margin: 4px 12px 0 0;
  padding-right: 12px;
  font-weight: 600;
}
.videogy .vdlist .vdcon.vdway ul li span:nth-of-type(1):after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #ddd;
}
.videogy .vdlist .vdcon.vdway ul li span:nth-of-type(2) {
  line-height: 28px;
  color: #888;
  word-break: keep-all;
}
.videogy .vdlist .vdcon.vdway table tbody tr td:nth-last-of-type(1) {
  padding: 20px 30px;
  text-align: left;
}
.videogy .vdlist .vdcon.vdway table tbody tr td.exfirst {
  background: #fafafa;
  border-left: 1px solid #ededed;
}
/* 역대총장 */
.videogy .vdlist .vdcon.vdpre ul li {
  display: flex;
}
.videogy .vdlist .vdcon.vdpre ul li + li {
  margin-top: 15px;
}
.videogy .vdlist .vdcon.vdpre ul li span:nth-of-type(1) {
  position: relative;
  width: 15%;
  margin: 4px 12px 0 0;
  padding-right: 12px;
  font-weight: 600;
}
.videogy .vdlist .vdcon.vdpre ul li span:nth-of-type(1):after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #ddd;
}
.videogy .vdlist .vdcon.vdpre ul li span:nth-of-type(2) {
  line-height: 28px;
  color: #888;
  word-break: keep-all;
  width: 85%
}
.videogy .vdlist .vdcon.vdpre table tbody tr td:nth-last-of-type(1) {
  padding: 20px 30px;
  text-align: left;
}
.videogy .vdlist .vdcon.vdpre table tbody tr td.exfirst {
  background: #fafafa;
  border-left: 1px solid #ededed;
}
/* sub1_1_e_1 : 발전 계획 */
.develop .part1 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.develop .part1 .dp1con > div {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.develop .part1 .dp1con > div > div {
  flex: 0 1 26%;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.develop .part1 .dp1con > div .dp1tit {
  flex: 0 1 14%;
  display: table;
  padding: 0;
  background: none;
  border: none;
}
.develop .part1 .dp1con > div .dp1tit h5 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #222;
}
.develop .part1 .dp1con > div .dp1tit h5:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdltop_arrow.png') 0 0 no-repeat;
}
.develop .part1 .dp1con .dp1top {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}
.develop .part1 .dp1con .dp1top .dp1tbox ul li h5 {
  display: inline-block;
  height: 33px;
  line-height: 35px;
  padding: 0 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
}
.develop .part1 .dp1con .dp1top .dp1tbox ul li h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
}
.develop .part1 .dp1con .dp1top .dp1tbox ul li h3 {
  font-weight: 500;
  color: #333;
}
.develop .part1 .dp1con .dp1top .dp1tbox ul li h3 b {
  font-weight: 600;
  font-size: 22px;
}
.develop .part1 .dp1con .dp1top .dp1tbox ul li p {
  padding-top: 12px;
  font-size: 15px;
  color: #888;
  word-break: keep-all;
}
.develop .part1 .dp1con .dp1top .dp1tbox:nth-of-type(2) ul li h5 {
  background: #3fa8cb;
}
.develop .part1 .dp1con .dp1top .dp1tbox:nth-of-type(2) ul li h3 b {
  color: #3fa8cb;
}
.develop .part1 .dp1con .dp1top .dp1tbox:nth-of-type(3) ul li h5 {
  background: #2f76c3;
}
.develop .part1 .dp1con .dp1top .dp1tbox:nth-of-type(3) ul li h3 b {
  color: #2f76c3;
}
.develop .part1 .dp1con .dp1top .dp1tbox:nth-of-type(4) ul li h5 {
  background: #1f43bb;
}
.develop .part1 .dp1con .dp1top .dp1tbox:nth-of-type(4) ul li h3 b {
  color: #1f43bb;
}
.develop .part1 .dp1con .dp1bot .dp1bbox ul li h5 {
  padding: 15px 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.develop .part1 .dp1con .dp1bot .dp1bbox ul li p {
  position: relative;
  padding: 2px 0 2px 12px;
  text-align: left;
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  word-break: keep-all;
}
.develop .part1 .dp1con .dp1bot .dp1bbox ul li p:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
}
.develop .part1 .dp1con .dp1bot .dp1bbox:nth-of-type(2) {
  background: #3fa8cb;
}
.develop .part1 .dp1con .dp1bot .dp1bbox:nth-of-type(3) {
  background: #2f76c3;
}
.develop .part1 .dp1con .dp1bot .dp1bbox:nth-of-type(4) {
  background: #1f43bb;
}
.develop .vdlist {
  display: block;
}
.develop .part3 {
  margin: 50px 0;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
/* sub1_1_e_2 : 특성화계획 */
.charac .part1 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.charac .part1 table thead tr:nth-of-type(1) th:nth-of-type(1) {
  border-bottom: 1px solid #e8e8e8;
}
.charac .part1 table thead tr:nth-of-type(2) th:nth-of-type(1) {
  border-left: none;
}
.charac .part1 table thead tr th h5 {
  line-height: 20px;
}
.charac .part1 table thead.twoline tr:nth-of-type(1) th:nth-of-type(2), .charac .part2 .chp2top table thead.twoline tr:nth-of-type(1) th:nth-of-type(4), .charac .part2 .chp2top table thead.twoline tr:nth-of-type(1) th:nth-of-type(5), .charac .part2 .chp2top table thead.twoline tr:nth-of-type(1) th:nth-of-type(6) {
  border-bottom: 1px solid #e8e8e8;
}
.charac .part2 .chp2bot {
  position: relative;
  width: 70%;
  margin: 40px auto 0;
  text-align: center;
}
.charac .part2 .chp2bot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdchar3_bg.png') center 0 no-repeat;
  z-index: -1;
}
.charac .part2 .chp2bot > h5 {
  padding: 50px 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.charac .part2 .chp2bot .chp2bwrap {
  display: flex;
  justify-content: space-between;
}
.charac .part2 .chp2bot .chp2bbox {
  flex: 0 1 32%;
  padding: 30px;
  background: #fff;
  border: 3px solid #3fa8cb;
}
.charac .part2 .chp2bot .chp2bbox ul li h6 {
  padding: 20px 0 4px;
  color: #333;
}
.charac .part2 .chp2bot .chp2bbox ul li p {
  font-size: 15px;
  color: #888;
  word-break: keep-all;
}
.charac .part3 table thead tr th h5 {
  line-height: 22px;
}
.charac .part3 table tbody tr td.exfirst {
  border-left: 1px solid #ededed;
}
.charac .part3 table tbody tr td.exfirst.blnone {
  border-left: none;
}
.charac .part3 table tbody tr td.chp3bg {
  position: relative;
}
.charac .part3 table tbody tr td.chp3bg:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  background: #f9f9f9;
}
.charac .part3 table tbody tr td.chp3bg1:after {
  left: 0;
  width: 100%;
}
.charac .part3 table tbody tr td.chp3bg2:after {
  left: 0;
  width: 25%;
}
.charac .part3 table tbody tr td.chp3bg3:after {
  right: 0;
  width: 16%;
}
.charac .part4 .chp4inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
}
.charac .part4 .chp4inner:before {
  content: '';
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  border-top: 1px dashed #e2e2e2;
  z-index: -1;
}
.charac .part4 .chp4box {
  flex: 0 1 22%;
}
.charac .part4 .chp4box ul li:nth-of-type(1) {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 0 auto;
  border-radius: 50%;
}
.charac .part4 .chp4box ul li:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed #e2e2e2;
  z-index: -1;
}
.charac .part4 .chp4box ul li h6 {
  padding-top: 34px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
}
.charac .part4 .chp4box:nth-of-type(1) ul li:nth-of-type(1) {
  background: #3fa8cb;
}
.charac .part4 .chp4box:nth-of-type(2) ul li:nth-of-type(1) {
  background: #3893c8;
}
.charac .part4 .chp4box:nth-of-type(3) ul li:nth-of-type(1) {
  background: #2555be;
}
.charac .part4 .chp4box:nth-of-type(4) ul li:nth-of-type(1) {
  background: #1f43bb;
}
.charac .part5 .chp5top {
  text-align: center;
}
.charac .part5 .chp5top ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  background: #3fa8cb; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3fa8cb, #1f43bb); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3fa8cb, #1f43bb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.charac .part5 .chp5top ul li:nth-of-type(1) {
  flex: 0 1 30%;
}
.charac .part5 .chp5top ul li:nth-of-type(2) {
  flex: 0 1 45%;
}
.charac .part5 .chp5top ul li:nth-of-type(3) {
  flex: 0 1 15%;
}
.charac .part5 .chp5top ul li p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.charac .part5 .chp5top h5 {
  padding: 25px 0;
  font-weight: 500;
  color: #333;
}
.charac .part5 .chp5cen {
  position: relative;
}
.charac .part5 .chp5cen:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  width: 840px;
  height: 278px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdchar3_bg.png') 0 0 no-repeat;
  z-index: -1;
}
.charac .part5 .chp5cen > h5 {
  padding: 30px 0 60px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}
.charac .part5 .chp5cen > h5 b {
  font-weight: 600;
}
.charac .part5 .chp5cen .chp5wrap {
  display: flex;
  justify-content: space-between;
  height: 400px;
  text-align: center;
}
.charac .part5 .chp5cen .chp5wrap > div > ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.charac .part5 .chp5cen .chp5wrap > div > ul li {
  display: table;
  padding: 20px;
}
.charac .part5 .chp5cen .chp5wrap > div > ul li p {
  display: table-cell;
  vertical-align: middle;
}
.charac .part5 .chp5cen .chp5cbox1 {
  flex: 0 1 15%;
}
.charac .part5 .chp5cen .chp5cbox1 ul li {
  position: relative;
  flex: 0 1 30%;
  color: #fff;
  background: #333;
}
.charac .part5 .chp5cen .chp5cbox1 ul li:before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  width: 16px;
  height: 6px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdtbox1_arrow.png') 0 0 no-repeat;
}
.charac .part5 .chp5cen .chp5cbox1 ul li:nth-of-type(2):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdltop_arrow.png') 0 0 no-repeat;
}
.charac .part5 .chp5cen .chp5cbox1 ul li:nth-of-type(3):before {
  display: none;
}
.charac .part5 .chp5cen .chp5cbox2 {
  position: relative;
  flex: 0 1 15%;
}
.charac .part5 .chp5cen .chp5cbox2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdltop_arrow.png') 0 0 no-repeat;
}
.charac .part5 .chp5cen .chp5cbox2 ul li {
  position: relative;
  flex: 0 1 47%;
  color: #fff;
  background: #555;
}
.charac .part5 .chp5cen .chp5cbox2 ul li:nth-of-type(1):after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdtbox2_plus.png') 0 0 no-repeat;
}
.charac .part5 .chp5cen .chp5cbox3 {
  display: flex;
  flex: 0 1 45%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.charac .part5 .chp5cen .chp5cbox3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdltop_arrow.png') 0 0 no-repeat;
}
.charac .part5 .chp5cen .chp5cbox3 > div {
  flex: 0 1 47%;
  background: #fff;
  border: 1px solid #eee;
}
.charac .part5 .chp5cen .chp5cbox3 > div > h6 {
  padding: 20px;
  font-weight: 600;
  color: #333;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.charac .part5 .chp5cen .chp5cbox3 > div > ul {
  display: flex;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53top ul li {
  flex: 0 1 33.33%;
  padding: 18px 10px;
  border-left: 1px solid #eee;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53top ul li:nth-of-type(1) {
  border-left: none;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53top ul li p {
  font-size: 15px;
  color: #888;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53bot ul {
  flex-wrap: wrap;
  padding: 20px;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53bot ul li {
  flex: 0 1 25%;
  text-align: left;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53bot ul li p {
  position: relative;
  padding: 2px 0 2px 8px;
  font-size: 15px;
  color: #888;
}
.charac .part5 .chp5cen .chp5cbox3 .chp53bot ul li p:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ddd;
}
.charac .part5 .chp5cen .chp5cbox4 {
  flex: 0 1 15%;
}
.charac .part5 .chp5cen .chp5cbox4 ul li {
  flex: 0 1 30%;
  position: relative;
  color: #fff;
  background: #555;
}
.charac .part5 .chp5cen .chp5cbox4 ul li:after {
  content: '';
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdtbox2_plus.png') 0 0 no-repeat;
}
.charac .part5 .chp5cen .chp5cbox4 ul li:nth-of-type(3):after {
  display: none;
}
.charac .part5 .chp5bot {
  padding-top: 30px;
  text-align: center;
}
.charac .part5 .chp5bot dl {
  display: flex;
}
.charac .part5 .chp5bot dl dt {
  flex: 0 1 15%;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background: #333;
}
.charac .part5 .chp5bot dl dt h6 {
  font-weight: 500;
}
.charac .part5 .chp5bot dl dd {
  flex: 0 1 21.25%;
  height: 100px;
  line-height: 100px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.charac .part5 .chp5bot dl dd p {
  color: #888;
}
.charac .part6 {
  display: block;
}
/* sub1_1_f_2 : 발전기금 참여 */
.fund .part4 .fup4box {
  text-align: center;
  border: 1px solid #eee;
}
.fund .part4 .fup4box h5 {
  padding: 20px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.fund .part4 .fup4box p {
  padding: 20px;
  color: #888;
}
/* sub1_1_f_4 : 발전기금모금현황 상단 내용 */
.funBox {
  padding: 20px 30px;
  margin-bottom: 35px;
  border: 1px solid #eee;
  box-shadow: -1px 1px 20px 4px rgb(0 0 0 / 1%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.funBox img {
  margin-right: 45px;
}
.funBox p {
  font-size: 17px;
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
}
/* sub1_2_a : 인사말 */
.presid {
  text-align: center;
}
.presid .part1 {
  padding: 75px 0;
  background: #f9f9f9;
}
.presid .part1 .p1_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.presid .part1 .p1_logo .p1_txt {
  padding-left: 12px;
  text-align: left;
}
.presid .part1 .p1_logo .p1_txt p {
  font-size: 15px;
  color: #888;
}
.presid .part1 .p1_logo .p1_txt h3 {
  font-size: 23px;
  font-weight: 500;
  color: #333;
}
.presid .part1 .p1_con {
  padding-top: 30px;
}
.presid .part1 .p1_con h5 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 500;
  word-break: keep-all;
}
.presid .part1 .p1_con h5 b {
  font-weight: 600;
}
.presid .part1 .p1_con p {
  padding-top: 20px;
  font-size: 17px;
  color: #888;
  word-break: keep-all;
}
.presid .part1 .part_video {
  flex: 0 1 53%;
}
.presid .part2 {
  padding-top: 75px;
}
.presid .part2 .iarea {
  position: relative;
}
.presid .part2 .iarea:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 20px;
  width: 217px;
  height: 216px;
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/presid_bg.png') 0 0 no-repeat;
  opacity: .1;
}
.presid .part2 p {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  word-break: keep-all;
}
/* sub1_3_a : 교육기관 */
.educat > div + div {
  margin-top: 65px;
}
.educat .edubox .edutit h3 {
  padding-bottom: 20px;
  font-size: 30px;
}
.educat .edubox .eduwrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #eee;
  border-top: 2px solid #000;
}
.educat .edubox .eduwrap > div {
  flex: 0 1 50%;
}
.educat .edubox .eduimg img {
  width: 100%;
}
.educat .edubox .edutxt ul li {
  display: flex;
}
.educat .edubox .edutxt ul li p {
  padding: 2px 0;
}
.educat .edubox .edutxt ul li p:nth-of-type(1) {
  flex: 0 1 25%;
  position: relative;
  padding-left: 12px;
  font-weight: 500;
  color: #333;
  border-right: 1px solid #eee;
}
.educat .edubox .edutxt ul li p:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
}
.educat .edubox .edutxt ul li p:nth-of-type(2) {
  flex: 0 1 75%;
  padding-left: 30px;
  color: #888;
}
/* sub1_4_a : 조직도 */
.organi {
  text-align: center;
}
.organi .orgain1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border: 10px solid #1f43bb;
  border-radius: 50%;
}
.organi .orgain1 ul li img {
  height: 130px;
}
.organi .orgain1 ul li h3 {
  padding-top: 20px;
  font-size: 26px;
}
.organi .orgain2 {
  position: relative;
  padding-top: 50px;
}
.organi .orgain2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #eee;
}
.organi .orgain2 ul li {
  width: 25%;
  margin: 0 auto;
  background: #3fa8cb;
}
.organi .orgain2 ul li h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.organi .orgain3 {
  padding-top: 50px;
}
.organi .orgain3 ul {
  display: flex;
  justify-content: space-around;
}
.organi .orgain3 ul li {
  flex: 0 1 18%;
  position: relative;
}
/*.organi .orgain3 ul li:nth-of-type(1):after{content: ''; position: absolute; top: 50%; right: -50%; width: 50%; height: 1px; background: #eee;}
.organi .orgain3 ul li:nth-of-type(2):before{content: ''; position: absolute; top: 50%; left: -50%; width: 50%; height: 1px; background: #eee;}*/
.organi .orgain3 ul li h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #333;
}
.organi .orgain3 .org4box {
  flex: 0 1 25%;
  position: relative;
  padding: 0 10px;
}
.organi .orgain3 .org4box > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.organi .orgain3 .org4box dl {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}
.organi .orgain3 .org4box dl dt h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.organi .orgain3 .org4box dl dt h5.orgone {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.organi .orgain3 .org4box dl dt h5 a {
  font-weight: 500;
  color: #333;
}
.organi .orgain3 .org4box dl dd p {
  padding: 1px 0;
  font-size: 15px;
  color: #888;
}
.organi .orgain3 .org4box dl dd p a {
  font-size: 15px;
  color: #888;
}
.organi .orgain3 .org4box dl dt h5 a:hover, .organi .orgain4 .org4box dl dd p a:hover {
  text-decoration: underline;
}
.organi .orgain4 {
  display: flex;
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}
.organi .orgain4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #eee;
}
.organi .orgain4:after {
  content: '';
  position: absolute;
  top: -166px;
  left: 50%;
  width: 1px;
  height: 0px;
  background: #eee;
}
.organi .orgain4 .org4box {
  flex: 0 1 25%;
  position: relative;
  padding: 0 10px;
}
.organi .orgain4 .org4box:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #eee;
}
.organi .orgain4 .org4box:after {
  content: '';
  position: absolute;
  top: 65px;
  left: 50%;
  width: 1px;
  height: 63px;
  background: #eee;
}
.organi .orgain4 .org4box > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.organi .orgain4 .org4box dl {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}
.organi .orgain4 .org4box dl dt h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.organi .orgain4 .org4box dl dt h5.orgone {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.organi .orgain4 .org4box dl dt h5 a {
  font-weight: 500;
  color: #333;
}
.organi .orgain4 .org4box dl dd p {
  padding: 1px 0;
  font-size: 15px;
  color: #888;
}
.organi .orgain4 .org4box dl dd p a {
  font-size: 15px;
  color: #888;
}
.organi .orgain4 .org4box dl dt h5 a:hover, .organi .orgain4 .org4box dl dd p a:hover {
  text-decoration: underline;
}
.organi .orgain4 .org4box2 {
  flex: 0 1 25%;
  position: relative;
  padding: 0 10px;
  margin-top: 15px;
}
.organi .orgain4 .org4box2 > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.organi .orgain5tit {
  position: relative;
  display: flex;
  margin-top: 50px; 
  margin-left: 10px; 
  margin-bottom: -30px; 
  text-align: left; 
  font-weight: 500; 
  color:#1f43bb;
   align-items: center;
}
.orgain5tit::after {
  content: '';
  flex: 1;
  border-top: 1px solid #ddd;
  margin-left: 10px;
}

.organi .orgain5 {
  display: flex;
  position: relative;
  margin-top: 50px;
}

.organi .orgain5 .org5box {
  flex: 0 1 20%;
  position: relative;
  padding: 0 10px;
}
.organi .orgain5 .org5box > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.organi .orgain5 .org5box dl {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}
.organi .orgain5 .org5box dl:first-child::before {
  content: '';
  position: absolute;
  top: -44px;
  left: 50%;
  width: 1px;
  height: 44px;
  background: #eee;
}
.organi .orgain5 .org5box dl dt h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.organi .orgain5 .org5box dl dt h5.orgone {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.organi .orgain5 .org5box dl dt h5 a {
  font-weight: 500;
  color: #333;
}
.organi .orgain5 .org5box dl dd p {
  padding: 1px 0;
  font-size: 15px;
  color: #888;
}
.organi .orgain5 .org5box dl dd p a {
  font-size: 15px;
  color: #888;
}
.organi .orgain5 .org5box dl dt h5 a:hover, .organi .orgain4 .org4box dl dd p a:hover {
  text-decoration: underline;
}
.organi .orgain5 .org5box dl {
  position: relative; 
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}

.organi .orgain5 .org4box2 {
  flex: 0 1 25%;
  position: relative;
  padding: 0 10px;
  margin-top: 15px;
}
.organi .orgain5 .org4box2 > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
/* sub1_4_a : 대학원조직도 */
.organi_grad {
  text-align: center;
}
.organi_grad .orgain1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border: 10px solid #1f43bb;
  border-radius: 50%;
}
.organi_grad .orgain1 ul li img {
  height: 130px;
}
.organi_grad .orgain1 ul li h3 {
  padding-top: 20px;
  font-size: 26px;
}
.organi_grad .orgain2 {
  position: relative;
  padding-top: 50px;
}
.organi_grad .orgain2:after {
  content: '';
  position: absolute;
  top: 200px;
  left: 50%;
  width: 20%;
  height: 1px;
  background: #eee;
}
.organi_grad .orgain2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 290px;
  background: #eee;
    z-index: -1;
}
.organi_grad .orgain2 ul li {
  width: 25%;
  margin: 0 auto;
  background: #3fa8cb;
}
.organi_grad .orgain2 ul li h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.organi_grad .orgain3 {
  padding-top: 50px;
}
.organi_grad .orgain3 ul {
  display: flex;
  justify-content: space-around;
}
.organi_grad .orgain3 ul li {
  flex: 0 1 18%;
  position: relative;
}
/*.organi_grad .orgain3 ul li:nth-of-type(1):after{content: ''; position: absolute; top: 50%; right: -50%; width: 50%; height: 1px; background: #eee;}
.organi_grad .orgain3 ul li:nth-of-type(2):before{content: ''; position: absolute; top: 50%; left: -50%; width: 50%; height: 1px; background: #eee;}*/
.organi_grad .orgain3 ul li h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #333;
}
.organi_grad .orgain3 .org4box {
  flex: 0 1 50%;
  position: relative;
  padding: 0 10px;
}
.organi_grad .orgain3 .org4box > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.organi_grad .orgain3 .org4box dl {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}
.organi_grad .orgain3 .org4box dl dt h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.organi_grad .orgain3 .org4box dl dt h5.orgone {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.organi_grad .orgain3 .org4box dl dt h5 a {
  font-weight: 500;
  color: #333;
}
.organi_grad .orgain3 .org4box dl dd p {
  padding: 1px 0;
  font-size: 15px;
  color: #888;
}
.organi_grad .orgain3 .org4box dl dd p a {
  font-size: 15px;
  color: #888;
}
.organi_grad .orgain3 .org4box dl dt h5 a:hover, .organi_grad .orgain4 .org4box dl dd p a:hover {
  text-decoration: underline;
}
.organi_grad .orgain4 {
  display: flex;
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}
.organi_grad .orgain4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #eee;
}
.organi_grad .orgain4:after {
  content: '';
  position: absolute;
  top: -166px;
  left: 50%;
  width: 1px;
  height: 0px;
  background: #eee;
}
.organi_grad .orgain4 .org4box {
  flex: 0 1 50%;
  position: relative;
  padding: 0 10px;
}
.organi_grad .orgain4 .org4box:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #eee;
}
.organi_grad .orgain4 .org4box > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.organi_grad .orgain4 .org4box dl {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}
.organi_grad .orgain4 .org4box dl dt h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}
.organi_grad .orgain4 .org4box dl dt h5.orgone {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.organi_grad .orgain4 .org4box dl dt h5 a {
  font-weight: 500;
  color: #333;
}
.organi_grad .orgain4 .org4box dl dd p {
  padding: 1px 0;
  font-size: 15px;
  color: #888;
}
.organi_grad .orgain4 .org4box dl dd p a {
  font-size: 15px;
  color: #888;
}
.organi_grad .orgain4 .org4box dl dt h5 a:hover, .organi_grad .orgain4 .org4box dl dd p a:hover {
  text-decoration: underline;
}
.organi_grad .orgain4 .org4box2 {
  flex: 0 1 25%;
  position: relative;
  padding: 0 10px;
  margin-top: 15px;
}
.organi_grad .orgain4 .org4box2 > h3 {
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}

/* sub1_4_a_1_5_2 : 사회봉사센터 */
.cocent .part3 .cocline ul {
  display: flex;
}
.cocent .part3 .cocline ul li {
  display: table;
  height: 70px;
  text-align: center;
}
.cocent .part3 .cocline1 ul {
  justify-content: space-between;
}
.cocent .part3 .cocline1 ul li {
  flex: 0 1 20%;
}
.cocent .part3 .cocline1 ul li h3 {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #3fa8cb;
}
.cocent .part3 .cocline1 ul li h3 b {
  font-size: 16px;
  font-weight: 500;
  opacity: .4;
}
.cocent .part3 .cocline1 ul li h5 {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  color: #fff;
  background: #333;
}
.cocent .part3 .cocline1 {
  position: relative;
}
.cocent .part3 .cocline1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  z-index: -1;
}
.cocent .part3 .cocline2 {
  display: flex;
  justify-content: end;
  padding-top: 50px;
}
.cocent .part3 .cocline2 ul {
  flex: 0 1 73%;
  gap: 9%;
  justify-content: center;
}
.cocent .part3 .cocline2 ul li {
  flex: 0 1 28%;
  position: relative;
}
.cocent .part3 .cocline2 ul li:before {
  content: '';
  position: absolute;
  top: -85px;
  left: 50%;
  width: 1px;
  height: 85px;
  background: #eee;
}
.cocent .part3 .cocline2 ul li:after {
  content: '';
  position: absolute;
  top: -89px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #1f43bb;
  border-radius: 50%;
}
.cocent .part3 .cocline2 ul li p {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  background: #f9f9f9;
  border: 1px solid #eee;
}
/* sub1_4_a_3_1_2 : 대학언론사 */
.press .part3 .history .subtab ul li {
  flex: 0 1 calc(100%/2 + 1px)
}
.press .part3 .history .hilist .hiright ul li p:nth-of-type(1) {
  width: 100px;
}
/* sub1_4_a_3_2_1 : 평생교육원 */
.lifetime .part1 {
  text-align: center;
}
.lifetime .part1 h2 {
  font-size: 28px;
  font-weight: 500;
}
.lifetime .part1 h2 b {
  color: #3fa8cb;
}
.lifetime .part1 h3 {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.lifetime .part1 p {
  color: #888;
}
.lifetime .part1 .lip1wrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.lifetime .part1 .lip1box {
  flex: 0 1 24%;
  padding: 40px;
  border: 1px solid #eee;
  border-top: 2px solid #3fa8cb;
}
.lifetime .part1 .lip1box ul li h6 {
  position: relative;
  margin-top: 30px;
  padding-top: 25px;
  font-weight: 500;
  color: #333;
}
.lifetime .part1 .lip1box ul li h6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  border-top: 1px dashed #e2e2e2;
}
.lifetime .part1 .lip1box ul li h6:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 3px;
  background: #3fa8cb;
  z-index: 1;
}
.lifetime .part2 .lip2wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.lifetime .part2 .lip2wrap:before {
  content: '';
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  border-top: 1px dashed #e2e2e2;
  z-index: -1;
}
.lifetime .part2 .lip2box ul li:nth-of-type(1) {
  position: relative;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 0 auto;
  border-radius: 50%;
}
.lifetime .part2 .lip2box ul li:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  border: 1px dashed #e2e2e2;
  z-index: -1;
}
.lifetime .part2 .lip2box ul li h6 {
  padding-top: 34px;
  line-height: 22px;
  font-weight: 500;
  color: #333;
}
.lifetime .part2 .lip2box:nth-of-type(1) ul li:nth-of-type(1) {
  background: #3fa8cb;
}
.lifetime .part2 .lip2box:nth-of-type(2) ul li:nth-of-type(1) {
  background: #3a99c8;
}
.lifetime .part2 .lip2box:nth-of-type(3) ul li:nth-of-type(1) {
  background: #3483c6;
}
.lifetime .part2 .lip2box:nth-of-type(4) ul li:nth-of-type(1) {
  background: #2b6ac1;
}
.lifetime .part2 .lip2box:nth-of-type(5) ul li:nth-of-type(1) {
  background: #2453be;
}
.lifetime .part2 .lip2box:nth-of-type(6) ul li:nth-of-type(1) {
  background: #1f43bb;
}
/* sub1_4_a_4_3_1 : 듀얼공동훈련센터 */
.dualjo .part1 p {
  padding-top: 30px;
  font-size: 22px;
  word-break: keep-all;
}
.dualjo .part1 p b {
  color: #3fa8cb;
}
.part5 ul.dual_img {
  display: flex;
  justify-content: space-between;
}
.part5 ul.dual_img li {
  flex: 0 1 32%;
  text-align: center;
}
.part5 ul.dual_img li p img {
  max-width: 100%;
}
.part5 ul.dual_img li p:nth-last-of-type(1) {
  padding-top: 20px;
  color: #333;
}
/* sub1_5_a : 오시는 길 */
.howto .part2 {
  margin-top: 50px;
  border-top: 1px solid #3fa8cb;
}
.howto .part2 .hop2list {
  display: flex;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
.howto .part2 .hop2list .hop2left {
  flex-shrink: 0;
  width: 180px;
}
.howto .part2 .hop2list .hop2left h5 {
  font-weight: 500;
  color: #3fa8cb;
}
.howto .part2 .hop2list .hop2left h5 i {
  margin-right: 10px;
}
.howto .part2 .hop2list .hop2right {
  flex-grow: 1;
}
.howto .part2 .hop2list .hop2right p {
  color: #555;
  word-break: keep-all;
}
.howto .part3 {
  margin-top: 30px;
  padding: 40px;
  background: #f9f9f9;
}
.howto .part3 ul li + li {
  margin-top: 20px;
}
.howto .part3 ul li h5 {
  position: relative;
  padding: 0 0 4px 12px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.howto .part3 ul li h5:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333;
}
.howto .part3 ul li p {
  padding-left: 12px;
  color: #888;
  word-break: keep-all;
}
/* sub2_1_n : PDF */
.admiss {
  text-align: center;
}
.admiss .admiss_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.admiss .admiss_inner iframe {
  width: 100%;
  height: 880px;
}
.admiss .admiss_btn {
  padding: 15px 20px;
  background: #3FA8CB;
  border-radius: 30px;
  margin: 50px auto 0;
  display: inline-block;
  color: #fff;
  border: 1px solid transparent;
  transition: all .2s;
}
.admiss .admiss_btn:hover {
  background: #fff;
  border: 1px solid #3FA8CB;
  color: #3FA8CB;
}
/* sub2_2_b : 입학상담*/
p.info-k {
  margin-bottom: 15px;
  font-size: 14px;
  color: #888;
  -ms-word-break: keep-all;
  word-break: keep-all;
  text-align: right;
}
/* sub2_2_c : 성적자동계산 */
.reckon .recbot {
  padding: 40px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.reckon .recbot h6 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.reckon .recbot h6 b {
  display: inline-block;
  margin-left: 4px;
  padding: 0px 5px;
  font-weight: 400;
  color: #fff;
  background: #3fa8cb;
}
.reckon .recbot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reckon .recbot ul li {
  flex: 0 1 33%;
  display: table;
  height: 60px;
  margin: 3px 0;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #eee;
  transition: all .6s;
}
.reckon .recbot ul li a {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  color: #888;
  word-break: keep-all;
  transition: all .6s;
}
.reckon .recbot ul li:hover {
  background: #3fa8cb;
  border-color: #3fa8cb;
}
.reckon .recbot ul li:hover a {
  text-decoration: underline;
  color: #fff;
}
.reckon .iflist h5 {
  font-size: 18px;
  font-weight: 500;
  color: #c12424;
}
/* sub2_4_b : 합격자 발표 */
.inquire .inftop .inftxt p {
  text-align: center;
}
.inquire .part1 dl dd.inbutt a, .inquire .part2 dl dd.inbutt a, .inquire .part3 dl dd.inbutt a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 58px;
  line-height: 18px;
  color: #888;
  background: #fafafa;
  border: 3px solid #eee;
  word-break: keep-all;
}
.inquire .part1 dl dd.inbutt a:hover, .inquire .part2 dl dd.inbutt a:hover, .inquire .part3 dl dd.inbutt a:hover {
  font-weight: 500;
  color: #3fa8cb;
  border-color: #3fa8cb;
  box-shadow: none;
}
.inquire .part2 dl dd.inbutt {
  display: table;
  padding: 5px 0 20px;
  width: 100%;
}
.inquire table .p30 {
  padding: 30px;
}
.inquire table .p30 p:last-child {
  padding-top: 25px;
}
/* sub2_4_b_a : 합격자 조회 */
.inquire .v_con {
  border-top: 2px solid #333;
}
.inquire .v_con .vw_box dl {
  height: 55px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.inquire .v_con .vw_box dl dt {
  width: 200px;
  line-height: 41px;
  height: 41px;
  text-align: center;
  background: #fafafa;
  margin: 0;
}
.inquire .v_con .vw_box dl dd {
  width: 82%;
  line-height: 52px;
  padding-left: 10px;
}
.inquire .v_con .vw_box dl dd input {
  width: 40%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  padding: 2px;
}
.inquire .v_con .vw_box dl dd select {
  -webkit-appearance: none;
  moz-appearance: none;
  appearance: none;
  width: 40%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: url(/img/gnb_bg00.gif) no-repeat 100% 50%;
}
.inquire .v_con .vw_box dl dd select::-ms-expand {
  opacity: 0;
}
.inquire .v_con .vw_box dl dd input.rc_input {
  border: 1px solid #ddd;
}
.inquire .vw_btn {
  margin-top: 40px;
  text-align: center;
}
.inquire .vw_btn:hover input {
  color: #3fa8cb;
  border-color: #3fa8cb;
  text-decoration: underline;
}
.inquire .vw_btn input {
  color: #888;
  background: #fafafa;
  padding: 15px 50px;
  border: 3px solid #eee;
  transition: all .6s;
}
/* sub2_5_c : 생활관 안내 */
.living .iflist .qua_slide {
  margin: 20px 0;
}
.living .iflist .qua_slide img {
  margin-right: 12px;
}
/* sub3 : 학과안내 */
.smajor .smaptit h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
}

.smajor .smatop {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.smajor .smatop .smabg {
  height: 380px;
}

.smajor .smatop .smatxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-62%);
  width: 100%;
  text-align: center;
}

.smajor .smatop .smatxt h2 {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
}

.smajor .smatop .smatxt h2 b {
    font-weight: 600;
}

.smajor .smatop .smatxt h2 {
    text-shadow:
        0 1px 2px rgba(0,0,0,.55),
        0 4px 12px rgba(0,0,0,.45);
}

.smajor .smatop .smatxt .hero-desc {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: white;
    opacity: .9;
    text-shadow:
        0 1px 2px rgba(0,0,0,.55),
        0 4px 12px rgba(0,0,0,.45);
}

.smajor .smatop .smatxt a {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  padding: 0 40px;
  margin: 0 5px;
  color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 100px;
  transition: all .6s;
}

.smajor .smatop .smatxt a i {
  margin-left: 4px;
}

.smajor .smatop .smatxt a:hover {
  color: #fff;
  background: #3fa8cb;
  border-color: #3fa8cb;
}

.smajor .smatop .smatxt2 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  text-align: center;
}

.smajor .smatop .smatxt2 h2 {
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.smajor .smatop .smatxt2 h2 b {
  font-weight: 600;
}

.smajor .smatop .smatxt2 a {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  padding: 0 40px;
  margin: 0 5px;
  color: rgba(0, 0, 0, .9);
  border: 1px solid rgba(0, 0, 0, .6);
  border-radius: 100px;
  transition: all .6s;
}

.smajor .smatop .smatxt2 a i {
  margin-left: 4px;
}

.smajor .smatop .smatxt2 a:hover {
  color: #fff;
  background: #3fa8cb;
  border-color: #3fa8cb;
}

.smajor .subtab {
  margin-top: -70px;
}

.smajor .subtab ul li {
  flex: 0 1 calc(100%/2 + 1px);
}

.smajor .subtab ul li button.active {
  border-top: none;
}

.smajor .smaint {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px dashed #e2e2e2;
}

.smajor .smaint:nth-of-type(1) {
  padding-top: 0;
}

.smajor .smaint:nth-last-of-type(1) {
  padding-bottom: 75px;
  border-bottom: none;
}

.smajor .smaint .smaptit {
  flex: 0 1 35%;
  padding-left: 50px;
}

.smajor .smaint .smaptit h3 {
  position: relative;
  padding: 0 0 0 18px;
  text-align: left;
}

.smajor .smaint .smaptit h3:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #3fa8cb;
}

.smajor .smaint .smaptit .outlink {
  display: inline-block;
  width: 50%;
  margin: 25px 0;
  text-align: center;
}

.smajor .smaint .smaptit .outlink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 0.9em;
  color: rgba(0, 0, 0, .9);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .6);
  transition: all .6s;
}

.smajor .smaint .smaptit .outlink a i {
  margin-left: 4px;
}

.smajor .smaint .smaptit .outlink a:hover {
  color: #fff;
  background: #3fa8cb;
  border-color: #3fa8cb;
}

.smajor .smaint .smacon {
  flex: 0 1 65%;
}

.smajor .smaint .smacon > p {
  padding-bottom: 30px;
  color: #4f4f4f;
  word-break: keep-all;
}

.smajor .smaint .smacon ul li p {
  position: relative;
  padding: 2px 0 2px 12px;
  color: #888;
  word-break: keep-all;
}

.smajor .smaint .smacon ul li p:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ddd;
  border-radius: 50%;
}

.smajor .smaint .smacon ul li p.ifdotnone {
  margin-left: 10px;
}

.smajor .smaint .smacon ul li p.ifdotnone:before {
  display: none;
}

.smajor .smaint .smacon dl + dl {
  margin-top: 30px;
}

.smajor .smaint .smacon dl dt h5 {
  position: relative;
  padding: 10px 0 6px;
  font-size: 18px;
  color: #333;
}

.smajor .smaint .smacon dl dt h5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 3px;
  background: #3fa8cb;
}

.smajor .smacurriculum {
  padding: 50px 0 75px;
  background: #fff;
  border-top: 1px dashed #e2e2e2;
}

.smajor .smacurriculum .smaptit h3 {
  position: relative;
  padding: 0 0 30px 18px;
  text-align: left;
  font-size: 28px;
}

.smajor .smacurriculum .smaptit h3:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #3fa8cb;
}

.smajor .smacurriculum__body table {
  width: 100%;
}

.smajor .smacurriculum__body table tbody tr td {
  background: rgba(255, 255, 255, .6);
}

.smajor .smaprof {
  padding: 65px 0 100px;
  background: #f9f9f9;
}

.smajor .smaprof .smaptit h3 {
  position: relative;
  padding: 0 0 30px 18px;
  text-align: left;
  font-size: 28px;
}

.smajor .smaprof .smaptit h3:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #3fa8cb;
}

.smajor .smaprof table tbody tr td {
  background: rgba(255, 255, 255, .6);
}

.smajor .smanet {
  padding-bottom: 75px;
}

.nursin .smatop .smabg {
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/smjbg1.jpg') 0 center no-repeat;
}

.health .smatop .smabg {
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/smjbg2.jpg') 0 center no-repeat;
}

.cultur .smatop .smabg {
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/smjbg3.jpg') 0 center no-repeat;
}

.engine .smatop .smabg {
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/smjbg4.jpg') 0 center no-repeat;
}

.entert .smatop .smabg {
  background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/smjbg5.jpg') 0 center no-repeat;
}
/* sub4_1_a_1 : 개요 */
.living .iflist dl dd p span {
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
}
.living .iflist dl dd p span:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.living .iflist dl dd p span:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
}
.living .iflist dl dd p span:nth-last-of-type(1):after {
  display: none;
}
/* sub4_1_a_2 : 운영규정 */
.livman .iflist > p {
  padding-bottom: 20px;
}
.livman .iflist table {
  margin: 20px 0 20px 30px;
}
.livman .iflist table tbody tr td p:after {
  display: none;
}
.livman .iflist dl.livmandot dd > p.ifdotnone {
  margin-left: 0;
  padding: 2px 0;
}
.livman .iflist dl.livmandot dd > p.ifdotnone:before {
  display: none;
}
/* sub4_1_a_3 : 서식다운로드 */
.livdown .iflist h6.downf {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
/* sub4_1_b_2 : 학술정보원(구.도서관) */
.schistoryp .hilist .hiright ul {
  position: relative;
  margin-bottom: 3%;
  padding-bottom: 2%;
}
.schistoryp .hilist .hiright ul:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px dashed #eee;
}
.schistoryp .hilist .hiright ul li {
  margin-left: 8%;
}
.schistoryp .hilist .hiright ul li:nth-of-type(1) {
  width: 50px;
  margin-left: 0;
  font-size: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 600;
  color: #222;
}
.schistoryp .hilist .hiright ul li p:nth-of-type(1) {
  color: #3fa8cb
}
/* sub4_1_c : 학생종합민원실 */
.civil .iflist .qua_slide {
  margin: 0;
}
.civil .iflist .qua_slide img {
  margin: 0 10px;
}
/* sub4_1_d : 서라벌 Wi-Fi 존 */
.sowifi .iftit span {
  color: #d50303;
}
/* sub4_2_a 학사일정 */
.schedule .part1 > h2 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 500;
}
.schedule .part1 .month_wrap {
  margin-bottom: 50px;
}
.schedule .part1 .month_wrap > p {
  padding-top: 20px;
  text-align: right;
  font-size: 15px;
  color: #888;
}
.schedule .part1 .month {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}
.schedule .part1 .month ul:after {
  content: '';
  display: block;
  clear: both;
}
.schedule .part1 .month ul li {
  float: left;
  width: 8.33%;
  text-align: center;
}
.schedule .part1 .month ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #9e9e9e;
}
.schedule .part1 .month ul li a.on {
  color: #3DA9CC;
}
.schedule .part1 .month ul li a span {
  display: block;
  margin: 0 30px;
  padding: 19px 0;
}
/* .schedule .part1 .month ul li a span.active{position: relative; color: #000;}
.schedule .part1 .month ul li a span.active:after{content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: #1a76a9;} */
.schedule .part1 .month.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  border-top: none;
  box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, .15);
}
.schedule .part1 .month.fixed ul {
  max-width: 1200px;
  margin: 0 auto;
}
.schedule .part1 .month.fixed ul li a span {
  position: relative;
  color: #9e9e9e;
}
.schedule .part1 .month.fixed ul li a span:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1a76a9;
  opacity: 0;
}
.schedule .part1 .month.fixed ul li.selected a span {
  color: #000;
}
.schedule .part1 .month.fixed ul li.selected a span:after {
  opacity: 1;
}
.schedule .part2 .p2_list {
  padding-bottom: 50px;
  display: none;
}
.schedule .part2 .p2_list > h3 {
  padding: 25px 0 15px;
  font-size: 32px;
  font-weight: 500;
  color: #1a76a9;
}
.schedule .part2 table {
  width: 100%;
  border-top: 2px solid #1a76a9;
  border-spacing: 0;
}
.schedule .part2 table tr th {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  word-break: keep-all;
}
.schedule .part2 table thead tr th {
  padding: 15px 20px;
  color: #000;
  background: rgba(26, 118, 169, .05);
}
.schedule .part2 table thead tr th:first-child {
  border-left: none;
}
.schedule .part2 table tbody tr th {
  position: relative;
  padding: 20px 25px;
  text-align: left;
}
.schedule .part2 table tbody tr th.num {
  text-align: center;
  background: #f7f7f7;
  color: #000;
  border-left: none;
}
.schedule .part2 table tbody tr th b.label {
  display: none;
  width: 55px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #1a76a9;
  vertical-align: top;
}
.schedule .part2 table tbody tr th p + p {
  margin-top: 10px;
}
/* sub4_2_d : 교원자격증 발급규정 */
.issue .iflist dl dd > p.ifdotnone {
  padding: 2px 0;
}
.issue .iflist .isstable {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.issue .iflist .isstable p {
  color: #888;
}
.issue .part9 dl {
  padding-top: 20px;
}
.issue .part9 dl dd > p.ifdotnone {
  margin-left: 0;
}
.issue .part9 dl dd > p.ifdotnone a {
  transition: all .6s;
}
.issue .part9 dl dd > p.ifdotnone a:hover {
  text-decoration: underline;
  color: #3fa8cb;
}
/* sub4_3_a : 수강신청 */
.regist .step_box {
  display: block;
  text-align: center;
}
.regist .step_box .step_txt {
  padding-left: 0;
}
.regist .step_box .step_txt h3 {
  padding: 10px 0 4px;
}
.regist .step_box .step_txt h5 {
  font-size: 16px;
  line-height: 20px;
}
/* sub4_5_a : 신입생장학금안내 */
.newsch .part1 {
  position: relative;
}
.newsch .part1 a.nep1down {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #fff;
  background: #3fa8cb;
}
.newsch .part1 dl {
  padding-top: 20px;
}
.newsch .part1 dl dd > p.ifdotnone {
  margin-left: 0;
  padding: 2px 0;
}
/* sub4_7_a : 장학금 */
.quest .quelist {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #eee;
}
.quest .quelist:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.quest .quelist dl dt h5 {
  position: relative;
  padding: 0 0 16px 44px;
  font-size: 20px;
  font-weight: 500;
  color: #3fa8cb;
}
.quest .quelist dl dt h5 span {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #3fa8cb;
  border-radius: 50%;
}
.quest .quelist dl dd p {
  position: relative;
  padding-left: 46px;
  color: #666;
  word-break: keep-all;
}
.quest .quelist dl dd p span {
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
  color: #aaa;
  background: #ddd;
  border-radius: 50%;
}
.quest .quelist dl dd p a {
  font-weight: 500;
  color: #3fa8cb;
}
.quest .quelist dl dd p a:hover {
  text-decoration: underline;
}
.quest .quelist dl dd p.quenum {
  padding-top: 6px;
}
.quest .quelist dl dd .table_wrap {
  margin: 20px 0 0 44px;
}
/* sub4_8_d_2 : 학생상담 안내 */
.counsel .counsel_intro {
  padding-bottom: 30px;
  text-align: center;
}
.counsel .counsel_intro h5 {
  font-size: 18px;
  font-weight: 500;
  color: #888;
}
.counsel .counsel_intro h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.counsel .counsel_intro h3 {
  padding-top: 6px;
  font-size: 32px;
  font-weight: 500;
}
.counsel .counsel_intro h3 b {
  color: #3fa8cb;
}
.counsel .part2 dl dd.counsel_qr {
  position: relative;
}
.counsel .part2 dl dd.counsel_qr img {
  position: absolute;
  bottom: -5px;
  left: 500px;
}
/* sub4_8_e : 학생보험 */
.insura .step_wrap3 .step_box .step_txt h5 {
  font-size: 18px;
}
/* sub4_8_g : 학생행사 */
.exert .step_wrap3 .step_box .step_txt h5 {
  font-size: 18px;
}
/* sub6_1_c_2 : 단계 박스 */
.next-box {
  width: 80%;
  margin: 0 10%;
  min-width: 780px;
}
.next-box .nb-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.next-box .nb-wrap .nb-box {
  text-align: center;
  flex: 0 1 30%;
  border: 1px solid #eee;
  padding: 15px;
  min-height: 180px;
  position: relative;
  z-index: 1;
}
.next-box .nb-wrap .nb-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2.5%;
  transform: translateX(250%);
  width: 8px;
  height: 14px;
  background: url(https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdltop_arrow.png) 0 0 no-repeat;
}
.next-box .nb-wrap .nb-box:last-child::after {
  display: none;
}
.next-box .nb-wrap .nb-box:nth-of-type(2) {
  margin: 0 5%;
}
.next-box .nb-wrap .nb-box ul {
  margin-top: 15px;
}
.next-box .nb-wrap .nb-box p {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 500;
  color: #3fa8cb;
}
/* sub6_~ 포토 갤러리 */
.img-wrap img:nth-of-type(even) {
  margin-left: 15px;
}
.img-wrap img {
  width: 50%;
  max-width: 500px;
  margin-bottom: 15px;
}
.img-wrap img.img100 {
  width: 100%;
  max-width: 1000px;
}
/* sub6_~ 비전 체계도 */
.visWrap {
  margin: 25px 0;
  min-width: 950px;
}
.visWrap .visCon > div p {
  font-size: 16px;
  word-break: keep-all;
}
.visWrap .visCon {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0
}
.visWrap .visCon > div {
  flex: 1;
  text-align: center;
  padding: 20px;
  font-size: 0
}
.visWrap .visCon > div:nth-of-type(2) {
  border-left: 10px solid #fff;
}
.visWrap .visCon .firstbox {
  flex: 0;
  min-width: 12%;
  font-weight: 500;
  font-size: 16px
}
.visWrap .grp1 {
  width: 100%;
  margin: 0 auto 30px;
  background-color: #1F43bb;
  color: #fff;
  font-size: 17px;
}
.visWrap .grp1:nth-of-type(2) {
  background-color: #3DA9CC;
  margin-bottom: 30px;
}
.visWrap .grp2 {
  background-color: #f5f5f5;
}
.visWrap .grp3 .firstbox {
  border: 1px solid #eee;
  background: #fdfdfd;
  color: #444;
  line-height: 146px;
}
.visWrap .grp3 .grpWrap {
  padding: 0;
}
.visWrap .grp3 .grpWrap div {
  padding: 15px 0;
  border: 1px solid #eee;
  background: #fdfdfd;
}
.visWrap .grp3 .grpWrap div:nth-of-type(2) {
  margin: 10px 0;
}
.visWrap .grp4 {
  color: #fff;
}
.visWrap .grp4 .firstbox {
  justify-content: center;
}
.visWrap .grp4 > div {
  position: relative;
  z-index: 1;
  border-top: 18px solid #fff;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  background-color: #3fa8cb;
}
.visWrap .grp4 div p:first-child {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  color: #3fa8cb;
  padding: 10px 0;
}
/* sub6_3_a_2 학습기업 지정절차 */
.process {
  min-width: 991px;
}
.process h6 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 30px;
}
.process .pro-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.process .pro-box div {
  flex: 0 1 75%;
  padding: 20px;
  border: 1px solid #eee;
}
.process .pro-box div.pro-first {
  flex: 0 1 20%;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process .pro-box div.pro-first p {
  text-align: center;
  font-weight: 500;
}
.process .pro-box div.pro-first p:first-child {
  margin-bottom: 10px;
}
.process .pro-box div.pro-first p:nth-of-type(3) {
  margin: 15px 0;
  border-top: 1px dashed rgba(0, 0, 0, .2);
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  padding: 15px 0;
  width: 100%;
}
.process .pro-box p {
  word-break: keep-all;
}
.process .pro-box:last-child::after {
  display: none;
}
.process .pro-box::after {
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: -25px;
  content: '';
  width: 16px;
  height: 6px;
  background: url(https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdtbox1_arrow.png) 0 0 no-repeat;
  transform: rotate(180deg) translateX(50%);
}
/* 링크연결알림디자인 */
.caution {
  position: relative;
  height: 100vh;
  text-align: center;
}
.caution ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 100%;
}
.caution ul li h1 {
  padding-bottom: 20px;
  font-size: 38px;
  word-break: keep-all;
}
.caution ul li h2 {
  display: inline-block;
  height: 44px;
  line-height: 42px;
  padding: 0 30px;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #3fa8cb;
  border-radius: 100px;
}
.caution ul li h2 i {
  vertical-align: middle;
  margin-left: 8px;
  font-size: 22px;
}
.caution ul li:nth-of-type(3) {
  padding-top: 50px;
  border-bottom: 1px dashed #e2e2e2;
}
.caution ul li h3 {
  padding: 30px 0 10px;
  font-size: 26px;
  color: #3fa8cb;
}
.caution ul li p {
  padding-bottom: 20px;
  color: #333;
  word-break: keep-all;
}
.caution ul li p b {
  font-weight: 500;
  color: #dd0000;
}
.caution ul li a {
  display: inline-block;
  height: 60px;
  line-height: 58px;
  padding: 0 40px;
  font-weight: 500;
  color: #888;
  background: #f9f9f9;
  border: 1px solid #eee;
  transition: all .6s;
}
.caution ul li a i {
  margin-left: 4px;
}
.caution ul li a:hover {
  color: #fff;
  background: #1f43bb;
  border-color: #1f43bb;
  text-decoration: underline;
}
.donation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* 박스 사이 간격 */
}
.donation-box {
  border: 1px solid #ccc;
  padding: 15px;
  width: 216px; /* 박스 너비 */
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* 약간의 그림자 */
  border-radius: 10px; /* 둥근 모서리 */
  background-color: #f9f9f9;
}
.donation-box p {
  margin: 5px 0;
  font-weight: bold;
}
/* 중앙 큰 이미지 (갤러리) */
.gallery-main-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 20px;
}
/* 썸네일 영역 */
.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* 썸네일 이미지 스타일 */
.gallery-thumbnails img {
  width: 100px;
  height: auto;
  cursor: pointer;
  border: 2px solid transparent;
}
/* 썸네일 호버 시 스타일 */
.gallery-thumbnails img:hover {
  border-color: #333;
}
.press_list .list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.press_list .item:hover .more_btn svg {
  fill: #0067c0;
  transition: 0.3s;
}
.press_list .item:hover .more_btn:after {
  border-color: #fff;
  transition: 0.3s;
}
.press_list .item {
  position: relative;
  width: calc(33.33333% - 20px);
  margin-right: 30px;
  cursor: pointer;
  transition: 0.5s;
}
.press_list .item:nth-child(3n) {
  margin-right: 0;
}
.press_list .item:nth-child(n+4) {
  margin-top: 55px;
}
.press_list .item a {
  display: block;
}
.press_list .item .img {
  width: 100%;
  height: 200px;
}
.press_list .item .text_g {
  padding-top: 25px;
}
.press_list .item .text_g .date {
  font-size: 17px;
  color: #8d8d8d;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.17px;
  margin: 10px 0 30px;
}
.press_list .item .text_g .tit {
  font-size: 20px !important;
  color: #0C0C0C;
  font-weight: 600;
  line-height: 36px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis; /* 말줄임표 추가 */
  display: -webkit-box; /* Flexbox의 상위 호환 */
  -webkit-line-clamp: 2; /* 최대 2줄 표시 */
  -webkit-box-orient: vertical; /* 수직 방향 정렬 */
}
.press_list .item .text_g .tit .e_ {}
.custom-style {
  font-family: Montserrat, 'Noto Sans KR', sans-serif;
  font-size: 17px;
  letter-spacing: -0.4px;
  background-color: rgb(255, 255, 255);
  line-height: 2.0em;
}
.file-download-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  text-align: center;
  flex-direction: column;
}
.file-download-box a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}
.file-download-box .file-name {
  margin: 5px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}
.file-download-box .file-name:hover {
  background-color: #e0e0e0;
  border-color: #aaa;
}
.adm-section-bg {
  background-image: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/admission_hub.webp');
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  flex-direction: column;
}
.adm-section-bg .content {
  border: 2px solid white;
  padding: 20px;
  color: white;
  text-align: center;
  max-width: 800px;
  width: 100%;
}
.adm-section-bg .content2 {
  padding: 20px;
  text-align: center;
  max-width: 800px;
  width: 100%;
}
.adm-section-bg .content2 h3 a {
  text-decoration: underline; /* 텍스트 밑줄 추가 */
  color: white; /* 텍스트 색상 */
  font-size: 1.3em; /* 글자 크기 */
}
.adm-section-bg .content2 h3 a :hover {
  text-decoration: none; /* 마우스 오버 시 밑줄 제거 */
  color: #007BFF; /* 마우스 오버 시 색상 변경 */
}
.adm-section-bg h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
}
.adm-section-bg ul {
  list-style: none;
  padding: 0;
  font-size: 1.3em;
}
.adm-section-bg ul li {
  margin-bottom: 15px;
  font-weight: 400;
}
.adm-section-bg ul li .title {
  font-weight: 400;
  margin-right: 10px;
    height: 1.8em;
}
.adm-quick-links-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
}
.adm-quick-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
}
.adm-quicklink {
  flex: 1 1 18%;
  padding: 20px;
  margin: 10px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.adm-quicklink a {
  text-decoration: none;
  color: inherit;
  font-size: 1.2em;
  font-weight: 500;
}
.adm-quicklink:hover {
  background-color: #f0f0f0;
}
#notice, #faq {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  margin-bottom: 50px;
  height: 1.8em;
}
.adm-section-title .line_left {
  flex: 1;
  height: 3px;
  background-color: #000;
  margin: 0 15px 0 250px;
}
.adm-section-title .line_right {
  flex: 1;
  height: 3px;
  background-color: #000;
  margin: 0 250px 0 15px;
}
@media (max-width: 1240px) {
  #s_content .sarea {
    padding: 0 20px;
  }
  #s_content .iarea {
    padding: 0 20px;
  }
  .part_video .m_video {
    padding: 0;
  }
  .present .part1 .pp1img ul {
    flex-wrap: wrap;
  }
  .present .part1 .pp1img ul li {
    flex: 0 1 49%;
  }
  .schedule .part1 .month ul li a span {
    margin: 0;
  }
  .next-box {
    width: 100%;
    margin: 0;
  }
  .img-wrap img {
    width: 100%;
  }
  .img-wrap img:nth-of-type(even) {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #s_visual {
    height: 300px;
  }
  #s_visual .s_visual_bg img {
    position: relative;
    left: -20%;
    height: 300px;
  }
  #s_visual .sv_txt h3 {
    padding-bottom: 10px;
    font-size: 38px;
  }
  #s_content .sarea .s_tit h3 {
    font-size: 32px;
  }
  .tacss .table_wrap {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .tacss .table_wrap table {
    width: 991px !important;
  }
  .tacss .table_wrap .table_prev_mo {
    display: block;
  }
  .step_box {
    display: block;
    text-align: center;
  }
  .step_wrap3 .step_box .step_txt {
    padding: 20px 0 0;
  }
  .step_wrap4 {
    flex-wrap: wrap;
  }
  .step_wrap4 .step_box {
    flex: 0 1 49%;
    margin-bottom: 10px;
  }
  .step_wrap4 .step_box:after {
    display: none;
  }
  .step_wrap4 .step_box .step_txt {
    padding-left: 0;
  }
  .step_wrap4 .step_box .step_txt h3 {
    padding: 10px 0 4px;
  }
  .step_wrap5 {
    flex-wrap: wrap;
  }
  .step_wrap5 .step_box {
    flex: 0 1 49%;
    margin-bottom: 10px;
  }
  .step_wrap5 .step_box:after {
    display: none;
  }
  .present .part1 .pp1txt {
    display: block;
  }
  .present .part1 .pp1txt > div + div {
    margin-top: 10px;
  }
  .present .part3 ul {
    flex-wrap: wrap;
  }
  .present .part3 ul li {
    flex: 0 1 49%;
  }
  .present .part3 ul li p {
    padding: 0 0 10px;
  }
  .present .part3 ul li p:before {
    display: none;
  }
  .history .hilist .hileft {
    flex-shrink: 0;
    flex: 0 1 100px;
    padding-left: 20px;
    text-align: left;
  }
  .history .hilist .hileft h5 {
    font-size: 22px;
  }
  .history .hilist .hileft h5:before {
    right: -9px;
    width: 17px;
    height: 17px;
  }
  .history .hilist .hileft h5:after {
    top: 12px;
    right: -4px;
    width: 7px;
    height: 7px;
  }
  .history .hilist .hiright {
    flex-grow: 1;
    padding: 0 0 50px 35px;
  }
  .soraci .part2 ul li {
    flex: 0 1 48%;
  }
  .honor .part2 ul li {
    flex: 0 1 48%;
  }
  .videogy .vdlist {
    display: block;
  }
  .videogy .vdlist .vdtit h3 {
    padding: 0 0 20px;
    font-size: 20px;
  }
  .videogy .vdlist .vdtit h3 br {
    display: none;
  }
  .videogy .vdlist {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .videogy .vdlist .vdtit h3 {
    padding: 0 0 10px;
  }
  .videogy .vdlist .vdcon h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .videogy.tacss .vdlist .table_wrap .vdcon.vdtwen {
    width: 991px !important;
  }
  .vtable-wrap {
    padding-left: 0;
  }
  .develop .part1 .dp1con > div {
    flex-wrap: wrap;
  }
  .develop .part1 .dp1con > div > div {
    flex: 0 1 31%;
    position: relative;
  }
  .develop .part1 .dp1con > div > div:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -9%;
    transform: translate(-50%, 0);
    width: 8px;
    height: 14px;
    background: url('https://d3ahhveld6u9g3.cloudfront.net/images/sub/vdltop_arrow.png') 0 0 no-repeat;
  }
  .develop .part1 .dp1con > div > div:nth-last-of-type(1):after {
    display: none;
  }
  .develop .part1 .dp1con > div .dp1tit {
    flex: 0 1 100%;
    display: block;
    padding-bottom: 10px;
  }
  .develop .part1 .dp1con > div .dp1tit:after, .develop .part1 .dp1con > div .dp1tit h5:after {
    display: none;
  }
  .charac .part2 .chp2bot {
    width: 100%;
  }
  .charac .part4 .chp4inner {
    width: 100%;
  }
  .charac.tacss .part5 .table_wrap .chp5con {
    width: 991px !important;
  }
  .funBox img {
    width: 100px;
  }
  .funBox p {
    font-size: 15px;
  }
  .presid .part1 .p1_con h5 {
    font-size: 32px;
    line-height: 42px;
  }
  .educat .edubox .eduwrap {
    display: block;
    padding: 40px 30px;
  }
  .educat .edubox .edutxt {
    padding-top: 30px;
  }
  .organi .orgain2 ul li {
    width: 100%;
  }
  .organi .orgain3 ul {
    display: block;
  }
  .organi .orgain3 ul li + li {
    margin-top: 10px;
  }
  .organi .orgain3 ul li:nth-of-type(1):after {
    top: -50px;
    right: 50%;
    width: 1px;
    height: 50px;
  }
  .organi .orgain3 .org4box {
    padding: 0 5px;
  }
  .organi .orgain3 .org4box:nth-of-type(1) {
    padding: 0 5px 0 0;
  }
  .organi .orgain3 .org4box:nth-last-of-type(1) {
    padding: 0 0 0 5px;
  }
  .organi .orgain3 .org4box dl {
    padding: 20px 10px;
  }
  .organi .orgain4 {
    margin-top: 0;
  }
  .organi .orgain4:before, .organi .orgain4:after {
    display: none;
  }
  .organi .orgain4 .org4box {
    padding: 0 5px;
  }
  .organi .orgain4 .org4box:nth-of-type(1) {
    padding: 0 5px 0 0;
  }
  .organi .orgain4 .org4box:nth-last-of-type(1) {
    padding: 0 0 0 5px;
  }
  .organi .orgain4 .org4box dl {
    padding: 20px 10px;
  }
  .organi_grad .orgain2 ul li {
    width: 100%;
  }
  .organi_grad .orgain3 ul {
    display: block;
  }
  .organi_grad .orgain3 ul li + li {
    margin-top: 10px;
  }
  .organi_grad .orgain3 ul li:nth-of-type(1):after {
    top: -50px;
    right: 50%;
    width: 1px;
    height: 50px;
  }
  .organi_grad .orgain3 .org4box {
    padding: 0 5px;
  }
  .organi_grad .orgain3 .org4box:nth-of-type(1) {
    padding: 0 5px 0 0;
  }
  .organi_grad .orgain3 .org4box:nth-last-of-type(1) {
    padding: 0 0 0 5px;
  }
  .organi_grad .orgain3 .org4box dl {
    padding: 20px 10px;
  }
  .organi_grad .orgain4 {
    margin-top: 0;
  }
  .organi_grad .orgain4:before, .organi_grad .orgain4:after {
    display: none;
  }
  .organi_grad .orgain4 .org4box {
    padding: 0 5px;
  }
  .organi_grad .orgain4 .org4box:nth-of-type(1) {
    padding: 0 5px 0 0;
  }
  .organi_grad .orgain4 .org4box:nth-last-of-type(1) {
    padding: 0 0 0 5px;
  }
  .organi_grad .orgain4 .org4box dl {
    padding: 20px 10px;
  }
  .cocent.tacss .part3 .table_wrap .cocwrap {
    width: 991px !important;
  }
  .smajor .subtab .iarea {
    padding: 0 !important;
  }
  .smajor .smaint {
    display: block;
  }
  .smajor .smaint .smaptit {
    padding: 0 0 10px 0;
  }
  .schedule .part1 .month_wrap {
    margin-bottom: 30px;
  }
  .schedule .part1 .month_wrap > p {
    text-align: center;
  }
  .schedule .part2 .p2_list {
    padding-bottom: 30px;
  }
  .schedule .part2 .p2_list > h3 {
    font-size: 26px;
  }
  .schedule .part2 table {
    border-top: none;
  }
  .schedule .part2 table thead tr th, .schedule .part2 table colgroup {
    display: none;
  }
  .schedule .part2 table tbody tr {
    display: block;
    padding-bottom: 10px;
  }
  .schedule .part2 table tbody tr th {
    display: block;
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
    border-right: 1px solid #ddd;
  }
  .schedule .part2 table tbody tr th.num {
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #1a76a9;
    border-bottom: none;
  }
  .schedule .part2 table tbody tr th b.label {
    display: block;
    float: left;
    height: 34px;
  }
  .schedule .part2 table tbody tr th p + p {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  #s_visual {
    height: 200px;
  }
  #s_visual .s_visual_bg img {
    height: 200px;
  }
  #s_visual .sv_txt h3 {
    padding-bottom: 6px;
    font-size: 28px;
  }
  #s_visual .sv_txt p {
    font-size: 14px;
  }
  .adm-quick-links {
    flex-direction: column;
    align-items: center;
  }
  .adm-quicklink {
    width: 100%;
    margin: 10px 0;
  }
  #s_content {
    padding: 65px 0 75px;
    font-size: 14px;
  }
  #s_content .sarea .s_tit h3 {
    font-size: 24px;
  }
  #s_content .sarea .s_tit p {
    padding: 10px 0 50px;
  }
  .pagetab {
    padding-bottom: 50px;
  }
  .pagetab ul li {
    min-width: 90px;
    height: 48px;
  }
  .subtab {
    padding-bottom: 50px;
  }
  .subtab ul li {
    height: 55px;
  }
  .subtab ul li button {
    font-size: 14px;
  }
  .subtab ul li button.active {
    border-top-width: 2px;
  }
  .infopa ul {
    margin-bottom: 15px; /* 작은 화면에서 간격 조정 */
    padding-left: 15px; /* 왼쪽 여백 줄임 */
  }
  .infopa ul li {
    margin-bottom: 8px;
    padding-left: 16px;
  }
  .infopa ul li:before {
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
  }
  .infopa .iflist {
    padding-bottom: 50px;
  }
  .infopa .iflist h3.iftit {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .infopa .inftop {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
  .infopa .inftop .infimg img {
    height: 40px;
  }
  .infopa .inftop .inftxt {
    padding-left: 15px;
  }
  .infopa .iflist dl dt h5 {
    padding: 8px 0 4px;
    font-size: 16px;
  }
  .infopa .iflist dl dt h5:before {
    width: 12px;
  }
  .infopa .iflist dl dd > p {
    padding: 1px 0 1px 16px;
  }
  .infopa .iflist dl dd > p:after {
    top: 10px;
    left: 6px;
  }
  .infopa .iflist dl dd > p.ifdotnone {
    margin-left: 0;
  }
  .infopa .iflist dl dd.inbutt a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 10px;
  }
  .infopa .iflist dl dd.inbutt a + a {
    margin-top: 5px;
  }
  .step_box {
    padding: 20px 10px;
  }
  .step_box:after {
    display: none;
  }
  .step_box .step_txt h3 {
    font-size: 16px;
  }
  .step_wrap3 .step_box {
    flex: 0 1 32%;
  }
  .step_wrap3 .step_box .step_img img {
    height: 45px;
  }
  .step_wrap3 .step_box .step_txt {
    padding: 12px 0 0;
  }
  .step_wrap3 .step_box .step_txt h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .step_wrap4 .step_box .step_img img {
    height: 45px;
  }
  .step_wrap4 .step_box .step_txt h3 {
    padding: 10px 0 0;
  }
  .step_wrap4 .step_box .step_txt h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .step_wrap5 .step_box .step_txt h3 {
    padding: 10px 0 0;
  }
  .video_thumb .video_txt {
    padding: 10px;
  }
  .video_thumb .video_txt ul li p {
    font-size: 16px;
  }
  .video_thumb .video_txt ul li h5 {
    padding: 10px 0 30px;
    font-size: 22px;
    line-height: 28px;
  }
  .video_thumb .video_txt ul li:nth-last-of-type(1) {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  .video_thumb .video_txt ul li:nth-last-of-type(1) i {
    margin-right: 6px;
  }
  .present .part1 h3 {
    padding-bottom: 20px;
  }
  .present .part1 h3 span {
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    font-size: 18px;
  }
  .present .part1 .pp1txt .pp1tb {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .present .part1 .pp1txt .pp1tb dl dt h5 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .present .part1 .pp1txt .pp1tb dl dd p {
    padding-left: 8px;
    line-height: 24px;
  }
  .present .part1 .pp1txt .pp1tb dl dd p:before {
    top: 9px;
  }
  .present .part1 .pp1img {
    padding: 20px 0 55px;
  }
  .present .part1 .pp1img ul li p:nth-of-type(1) {
    border-radius: 15px;
  }
  .present .part2 .major {
    padding: 0 0 75px;
  }
  .present .part3 {
    padding: 30px 20px;
  }
  .present .part3 h3 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .present .part3 ul {
    display: block;
    text-align: center;
  }
  .present .part3 ul li p {
    padding: 0 0 5px;
  }
  .history .hilist .hileft {
    flex: 0 1 60px;
    padding-left: 0;
  }
  .history .hilist .hileft h5 {
    padding-top: 2px;
    font-size: 18px;
  }
  .history .hilist .hileft h5:before {
    right: -8px;
    width: 15px;
    height: 15px;
  }
  .history .hilist .hileft h5:after {
    top: 12px;
    right: -3px;
    width: 5px;
    height: 5px;
  }
  .history .hilist .hiright {
    padding: 0 0 50px 20px;
  }
  .history .hilist .hiright ul li {
    padding: 2px 0;
  }
  .history .hilist .hiright ul li p:nth-of-type(1) {
    width: 22px;
  }
  .soraci .part1 {
    padding: 50px 0;
  }
  .soraci .part1 ul li img {
    height: 120px;
  }
  .soraci .part1 ul li h3 {
    padding: 15px 0 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .soraci .part1 ul li p {
    padding-bottom: 20px;
  }
  .soraci .part1 ul li a {
    width: 160px;
    height: 44px;
    line-height: 44px;
  }
  .soraci .part2 ul {
    display: block;
  }
  .soraci .part2 ul li + li {
    margin-top: 30px;
  }
  .soraci .part2 ul li p {
    padding-top: 10px;
    font-size: 16px;
  }
  .honor .part1 {
    padding: 50px 0;
  }
  .honor .part1 ul li img {
    height: 120px;
  }
  .honor .part1 ul li h3 {
    padding: 15px 0 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .honor .part1 ul li p {
    padding-bottom: 20px;
  }
  .honor .part1 ul li a {
    width: 160px;
    height: 44px;
    line-height: 44px;
  }
  .honor .part2 ul {
    display: block;
  }
  .honor .part2 ul li + li {
    margin-top: 30px;
  }
  .honor .part2 ul li p {
    padding-top: 10px;
    font-size: 16px;
  }
  .videogy .vdlist .vdcon.vdhak .vshak {
    padding: 20px;
  }
  .videogy .vdlist .vdcon.vdhak .vshak ul li h6 span {
    font-size: 18px;
  }
  .videogy .vdlist .vdcon.vdhak .vshak ul li h6 span:before {
    width: 5px;
    height: 5px;
    top: 2px;
    left: -8px;
  }
  .videogy .vdlist .vdcon .vsbox .vstalent {
    display: block;
  }
  .videogy .vdlist .vdcon .vsbox .vstalent dl + dl {
    margin-top: 10px;
  }
  .videogy .vdlist .vdcon .vsbox .vstalent dl dt h6 {
    padding: 10px;
    font-size: 16px;
  }
  .videogy .vdlist .vdcon .vsbox .vstalent dl dd {
    padding: 15px 10px;
  }
  .videogy .vdlist .vdcon .vsbox .vstalent dl dd p:nth-last-of-type(1) {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .videogy .vdlist .vdcon .vsbox h4 {
    padding: 0 0 10px 10px;
    font-size: 18px;
  }
  .videogy .vdlist .vdcon .vsbox h4:before {
    left: 0;
    width: 6px;
    height: 6px;
  }
  .videogy .vdlist .vdcon .vsbox ul li p {
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .videogy .vdlist .vdcon .vsbox ul li p:before {
    top: 8px;
  }
  .videogy .vdlist .vdcon.vdmiss h5 {
    font-size: 18px;
  }
  .videogy .vdlist .vdcon.vdvisi h5 {
    font-size: 18px;
  }
  .videogy .vdlist .vdcon.vdcore .vdcbox {
    padding: 20px 10px;
  }
  .videogy .vdlist .vdcon.vdcore .vdcbox ul li img {
    height: 30px;
  }
  .videogy .vdlist .vdcon.vdcore .vdcbox ul li h6 {
    padding: 8px 0 0;
  }
  .videogy .vdlist .vdcon.vdcore .vdcbox ul li h6 span {
    font-size: 16px;
  }
  .videogy .vdlist .vdcon.vdcore .vdcbox ul li h6 span:before {
    left: -8px;
    width: 5px;
    height: 5px;
  }
  .videogy .vdlist .vdcon.vdlong {
    display: block;
  }
  .videogy .vdlist .vdcon.vdlong .vdlbox {
    padding: 20px 10px;
    border-radius: 0;
  }
  .videogy .vdlist .vdcon.vdlong .vdlbox + .vdlbox {
    margin-top: 5px;
  }
  .videogy .vdlist .vdcon.vdlong .vdlbox ul {
    position: static;
  }
  .videogy .vdlist .vdcon.vdlong .vdlbox ul li h3 {
    padding: 2px 15px 3px;
    font-size: 16px;
  }
  .videogy .vdlist .vdcon.vdlong .vdlbox ul li h5 {
    padding-top: 10px;
  }
  .videogy .vdlist .vdcon.vdlong .vdlbox ul li p br {
    display: none;
  }
  .videogy .vdlist .vdcon.vdway ul li {
    display: block;
  }
  .videogy .vdlist .vdcon.vdway ul li span:nth-of-type(1) {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    font-size: 16px;
  }
  .videogy .vdlist .vdcon.vdway ul li span:nth-of-type(1):after {
    display: none;
  }
  .videogy .vdlist .vdcon.vdway ul li span:nth-of-type(2) {
    line-height: 22px;
  }
  .videogy .vdlist .vdcon.vdpre ul li {
    display: block;
  }
  .videogy .vdlist .vdcon.vdpre ul li span:nth-of-type(1) {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    font-size: 16px;
  }
  .videogy .vdlist .vdcon.vdpre ul li span:nth-of-type(1):after {
    display: none;
  }
  .videogy .vdlist .vdcon.vdpre ul li span:nth-of-type(2) {
    line-height: 22px;
  }
  .develop .part1 .dp1con > div {
    display: block;
  }
  .develop .part1 .dp1con > div > div {
    padding: 20px;
  }
  .develop .part1 .dp1con > div > div + div {
    margin-bottom: 30px;
  }
  .develop .part1 .dp1con > div > div:after {
    top: unset;
    right: unset;
    bottom: -30px;
    left: 50%;
    transform: translate(0, -50%) rotate(90deg);
  }
  .develop .part1 .dp1con > div > div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .develop .part1 .dp1con > div .dp1tit h5 {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .develop .part1 .dp1con .dp1top .dp1tbox ul li h5 {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
  }
  .develop .part1 .dp1con .dp1top .dp1tbox ul li h4 {
    padding-top: 10px;
  }
  .develop .part1 .dp1con .dp1top .dp1tbox ul li h3 b {
    font-size: 18px;
  }
  .develop .part1 .dp1con .dp1top .dp1tbox ul li p {
    padding-top: 6px;
    font-size: 14px;
    line-height: 18px;
  }
  .develop .part1 .dp1con .dp1bot .dp1bbox ul li img {
    height: 40px;
  }
  .develop .part1 .dp1con .dp1bot .dp1bbox ul li h5 {
    padding: 10px 0 6px;
    font-size: 16px;
  }
  .develop .part1 .dp1con .dp1bot .dp1bbox ul li p {
    padding: 1px 0 1px 8px;
    font-size: 14px;
  }
  .develop .part1 .dp1con .dp1bot .dp1bbox ul li p:before {
    top: 9px;
  }
  .charac .part2 .chp2bot > h5 {
    padding: 35px 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .charac .part2 .chp2bot .chp2bwrap {
    display: block;
  }
  .charac .part2 .chp2bot .chp2bbox {
    padding: 20px;
  }
  .charac .part2 .chp2bot .chp2bbox + .chp2bbox {
    margin-top: 10px;
  }
  .charac .part2 .chp2bot .chp2bbox ul li img {
    height: 40px;
  }
  .charac .part2 .chp2bot .chp2bbox ul li h6 {
    padding: 10px 0 2px;
  }
  .charac .part4 .chp4inner {
    flex-wrap: wrap;
  }
  .charac .part4 .chp4inner:before {
    display: none;
  }
  .charac .part4 .chp4box {
    flex: 0 1 49%;
  }
  .charac .part4 .chp4box ul li:nth-of-type(1) {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .charac .part4 .chp4box ul li:nth-of-type(1):before {
    width: 124px;
    height: 124px;
  }
  .charac .part4 .chp4box ul li img {
    height: 40px;
  }
  .charac .part4 .chp4box ul li h6 {
    padding: 20px 0 30px;
    line-height: 18px;
  }
  .fund .part4 .fup4box h5, .fund .part4 .fup4box p {
    padding: 10px;
  }
  .funBox {
    flex-direction: column;
    padding: 30px 20px;
  }
  .funBox img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .funBox p {
    text-align: center;
  }
  .presid .part1 {
    padding: 50px 0;
  }
  .presid .part1 .p1_logo img {
    height: 60px;
  }
  .presid .part1 .p1_logo .p1_txt {
    padding-left: 8px;
  }
  .presid .part1 .p1_logo .p1_txt p {
    font-size: 14px;
  }
  .presid .part1 .p1_logo .p1_txt h3 {
    font-size: 20px;
  }
  .presid .part1 .p1_con {
    padding-top: 20px;
  }
  .presid .part1 .p1_con h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .presid .part1 .p1_con p {
    padding-top: 10px;
    font-size: 14px;
  }
  .presid .part2 {
    padding-top: 50px;
  }
  .presid .part2 p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .educat .edubox .edutit h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .educat .edubox .eduwrap {
    padding: 20px 20px 30px;
  }
  .educat .edubox .edutxt {
    padding-top: 20px;
  }
  .educat .edubox .edutxt ul li p:nth-of-type(1) {
    flex-shrink: 0;
    flex: 0 0 100px;
  }
  .educat .edubox .edutxt ul li p:nth-of-type(2) {
    flex-grow: 1;
    padding-left: 20px;
  }
  .organi .orgain1 {
    width: 180px;
    height: 180px;
    border: 6px solid #1f43bb;
  }
  .organi .orgain1 ul li img {
    height: 75px;
  }
  .organi .orgain1 ul li h3 {
    padding-top: 10px;
    font-size: 20px;
  }
  .organi .orgain2 {
    padding-top: 30px;
  }
  .organi .orgain2:before {
    height: 30px;
  }
  .organi .orgain2 ul li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi .orgain3 {
    padding-top: 30px;
  }
  .organi .orgain3 ul li + li {
    margin-top: 5px;
  }
  .organi .orgain3 ul li:nth-of-type(1):after {
    top: -30px;
    height: 30px;
  }
  .organi .orgain3 ul li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi .orgain3 .org4box + .org4box {
    margin-top: 30px;
  }
  .organi .orgain3 .org4box:before {
    top: -30px;
    height: 30px;
  }
  .organi .orgain3 .org4box > h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi .orgain3 .org4box dl {
    margin-top: 5px;
    padding: 10px;
  }
  .organi .orgain3 .org4box dl dd p {
    font-size: 14px;
  }
  .organi .orgain4 {
    display: block;
    padding-top: 30px;
  }
  .organi .orgain4 .org4box + .org4box {
    margin-top: 30px;
  }
  .organi .orgain4 .org4box:before {
    top: -30px;
    height: 30px;
  }
  .organi .orgain4 .org4box > h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi .orgain4 .org4box dl {
    margin-top: 5px;
    padding: 10px;
  }
  .organi .orgain4 .org4box dl dd p {
    font-size: 14px;
  }
  .organi .orgain4 .org4box3 + .org4box3 {
    margin-top: 30px;
  }
  .organi .orgain4 .org4box3:before {
    top: -30px;
    height: 30px;
  }
  .organi .orgain4 .org4box3 > h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi .orgain4 .org4box3 dl {
    margin-top: 5px;
    padding: 10px;
  }
  .organi .orgain4 .org4box3 dl dd p {
    font-size: 14px;
  }
  .organi_grad .orgain1 {
    width: 180px;
    height: 180px;
    border: 6px solid #1f43bb;
  }
  .organi_grad .orgain1 ul li img {
    height: 75px;
  }
  .organi_grad .orgain1 ul li h3 {
    padding-top: 10px;
    font-size: 20px;
  }
  .organi_grad .orgain2 {
    padding-top: 30px;
  }
  .organi_grad .orgain2:before {
    height: 30px;
  }
  .organi_grad .orgain2 ul li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi_grad .orgain3 {
    padding-top: 30px;
  }
  .organi_grad .orgain3 ul li + li {
    margin-top: 5px;
  }
  .organi_grad .orgain3 ul li:nth-of-type(1):after {
    top: -30px;
    height: 30px;
  }
  .organi_grad .orgain3 ul li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi_grad .orgain3 .org4box + .org4box {
    margin-top: 30px;
  }
  .organi_grad .orgain3 .org4box:before {
    top: -30px;
    height: 30px;
  }
  .organi_grad .orgain3 .org4box > h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi_grad .orgain3 .org4box dl {
    margin-top: 5px;
    padding: 10px;
  }
  .organi_grad .orgain3 .org4box dl dd p {
    font-size: 14px;
  }
  .organi_grad .orgain4 {
    display: block;
    padding-top: 30px;
  }
  .organi_grad .orgain4 .org4box + .org4box {
    margin-top: 30px;
  }
  .organi_grad .orgain4 .org4box:before {
    top: -30px;
    height: 30px;
  }
  .organi_grad .orgain4 .org4box > h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .organi_grad .orgain4 .org4box dl {
    margin-top: 5px;
    padding: 10px;
  }
  .organi_grad .orgain4 .org4box dl dd p {
    font-size: 14px;
  }
  .press .part3 .history .hilist {
    display: block;
  }
  .press .part3 .history .hilist .hileft h5 {
    padding-top: 0;
  }
  .press .part3 .history .hilist .hileft h5:before, .press .part3 .history .hilist .hileft h5:after {
    display: none;
  }
  .press .part3 .history .hilist .hiright {
    padding: 10px 0 0;
  }
  .press .part3 .history .hilist .hiright:before {
    display: none;
  }
  .press .part3 .history .hilist .hiright ul li p:nth-of-type(1) {
    width: 85px;
  }
  .dualjo .part1 p {
    font-size: 18px;
  }
  .dualjo .part1 p br {
    display: none;
  }
  .part5 ul.dual_img {
    display: block;
  }
  .part5 ul.dual_img li p:nth-last-of-type(1) {
    padding: 10px 0 20px;
  }
  .howto .part2 {
    margin-top: 30px;
  }
  .howto .part2 .hop2list {
    display: block;
    padding: 14px 20px;
  }
  .howto .part2 .hop2list .hop2left {
    width: 100%;
    padding-bottom: 4px;
  }
  .howto .part2 .hop2list .hop2left h5 i {
    margin-right: 4px;
  }
  .howto .part3 {
    margin-top: 20px;
    padding: 20px;
  }
  .howto .part3 ul li h5 {
    padding: 0 0 2px 10px;
    font-size: 16px;
  }
  .reckon .recbot {
    padding: 30px 20px;
  }
  .reckon .recbot h6 {
    font-size: 16px;
  }
  .reckon .recbot ul li {
    flex: 0 1 49%;
  }
  .reckon .recbot ul li a {
    line-height: 18px;
  }
  .reckon .iflist h5 {
    font-size: 16px;
  }
  .inquire .part2 dl dd.inbutt a, .inquire .part3 dl dd.inbutt a {
    height: 50px;
  }
  .inquire .v_con .vw_box dl dt, .inquire .v_con .vw_box dl dd select {
    font-size: 15px;
  }
  .smajor .smaptit h3 {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .smajor .smatop .smabg {
    height: 250px;
    background-size: cover;
  }
  .smajor .smatop .smatxt {
    transform: translateY(-46%);
  }
  .smajor .smatop .smatxt h2 {
    font-size: 22px;
  }
  .smajor .subtab {
    margin-top: 0;
  }
  .smajor .smaint {
    padding: 30px 0;
  }
  .smajor .smaint:nth-last-of-type(1) {
    padding-bottom: 50px;
  }
  .smajor .smaint .smaptit h3 {
    padding-left: 12px;
    font-size: 20px;
  }
  .smajor .smaint .smaptit h3:before {
    width: 6px;
    height: 6px;
  }
  .smajor .smaprof {
    padding: 50px 0 75px;
  }
  .smajor .smanet {
    padding-bottom: 50px;
  }
  .livdown .iflist h6.downf {
    padding-top: 30px;
    font-size: 18px;
  }
  .schistoryp .hilist {
    display: block;
  }
  .schistoryp .hilist h5 br {
    display: none;
  }
  .schistoryp .hilist .hileft h5 {
    padding: 0 0 20px;
    font-size: 20px;
  }
  .schistoryp .hilist .hileft h5:before {
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 3px;
    background: #3fa8cb;
    border: none;
    border-radius: 0;
  }
  .schistoryp .hilist .hileft h5:after {
    display: none;
  }
  .schistoryp .hilist .hiright {
    padding: 0;
  }
  .schistoryp .hilist .hiright:before {
    display: none;
  }
  .schistoryp .hilist .hiright ul {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .schistoryp .hilist .hiright ul li {
    margin-left: 0;
  }
  .schistoryp .hilist .hiright ul li:nth-of-type(1) {
    width: 100%;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 18px;
  }
  .civil .iflist .qua_slide img {
    margin: 0;
  }
  .schedule .part1 > h2 {
    font-size: 22px;
  }
  .schedule .part1 .month_wrap {
    margin-bottom: 20px;
  }
  .schedule .part1 .month_wrap > p {
    font-size: 12px;
  }
  .schedule .part1 .month ul li a {
    font-size: 15px;
  }
  .schedule .part1 .month ul li a span {
    padding: 12px 0;
  }
  .schedule .part1 .month.fixed ul li a span {
    padding: 16px 0;
  }
  .schedule .part2 .p2_list {
    padding-bottom: 10px;
  }
  .schedule .part2 .p2_list > h3 {
    padding: 20px 0 10px;
    font-size: 22px;
  }
  .schedule .part2 table tbody tr th {
    padding: 10px;
    font-size: 12px;
  }
  .schedule .part2 table tbody tr th.num {
    padding: 10px;
    font-size: 12px;
  }
  .schedule .part2 table tbody tr th b.label {
    width: 50px;
    font-size: 12px;
  }
  .regist .step_box .step_txt h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .newsch .part1 a.nep1down {
    display: block;
    position: static;
    margin-bottom: 10px;
    text-align: center;
  }
  .quest .quelist dl dt h5 {
    padding: 0 0 6px;
    font-size: 16px;
  }
  .quest .quelist dl dt h5 span {
    position: static;
    width: auto;
    height: auto;
    line-height: inherit;
    margin-right: 4px;
    color: #3fa8cb;
    background: none;
  }
  .quest .quelist dl dd p {
    padding-left: 0;
  }
  .quest .quelist dl dd p span {
    position: static;
    width: auto;
    height: auto;
    line-height: inherit;
    margin-right: 6px;
    font-size: 16px;
    color: #aaa;
    background: none;
  }
  .quest .quelist dl dd .table_wrap {
    margin: 20px 0 0;
  }
  .counsel .counsel_intro h5, .counsel .counsel_intro h4 {
    font-size: 16px;
  }
  .counsel .counsel_intro h3 {
    font-size: 24px;
  }
  .counsel .part2 dl dd.counsel_qr img {
    position: static;
    margin-left: 8px;
  }
  .insura .step_wrap3 .step_box .step_txt h5 {
    font-size: 14px;
  }
  .exert .step_wrap3 .step_box .step_txt h5 {
    font-size: 14px;
  }
  .caution ul {
    padding: 0 20px;
  }
  .caution ul li h1 {
    padding-bottom: 12px;
    font-size: 26px;
  }
  .caution ul li h2 {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
  }
  .caution ul li:nth-of-type(3) {
    padding-top: 30px;
  }
  .caution ul li:nth-of-type(3) img {
    height: 50px;
  }
  .caution ul li h3 {
    padding: 20px 0 5px;
    font-size: 20px;
  }
  .caution ul li a {
    height: 50px;
    line-height: 48px;
  }
}
.adm-section-title .line_left {
  flex: 1;
  height: 3px;
  background-color: #000;
  margin: 0 15px 0 25px;
}
.adm-section-title .line_right {
  flex: 1;
  height: 3px;
  background-color: #000;
  margin: 0 25px 0 15px;
}
@media (max-width:480px) {
  .pagetab ul {
    flex-wrap: wrap;
  }
  .pagetab ul li {
    margin-bottom: 2px;
    flex: 0 1 40%;
  }
  .video_thumb .video_txt ul li p {
    display: none;
  }
  .video_thumb .video_txt ul li h5 {
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .video_thumb .video_txt ul li:nth-last-of-type(1) {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
  .present .part2 .major {
    padding: 0 0 100px;
  }
  .inquire .v_con .vw_box dl {
    flex-direction: column;
    height: auto;
  }
  .inquire .v_con .vw_box dl dt {
    width: 100%;
    font-size: 14px;
  }
  .inquire .v_con .vw_box dl dd select {
    width: 100%;
  }
  .inquire .v_con .vw_box dl dd {
    width: 100%;
    padding-left: 0;
  }
  .inquire .v_con .vw_box dl dd input {
    width: 42%;
  }
  .inquire .v_con .vw_box dl dd input[name="wr_name"] {
    width: 100%;
  }
}