@charset "uft-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Nanum+Gothic&display=swap');
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}@font-face {
  font-family: "Pretendard Variable";
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

.badge-info {border-radius:50px; padding:5px 10px; border:1px solid #bbbbbb; color:#ee3e42 !important;       background: transparent;  vertical-align: top;}
/*a:hover {color:#ee3e42 !important}*/

header {
  border-color: #bcbcbc;
}
.common-width {
  max-width: 1400px;
  margin: 0 auto;
}
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #e4e4e4;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main {
  padding: 145px 0 100px;
  min-height: 500px;
}
main .title {
  font-size: 1rem;
  font-family: 'GmarketSans', sans-serif;
}
main .title h1 {
  font-weight: 500;
  font-size: 2.5em;
  padding: 0 0 20px;
}
main > .title h1 {
  border-bottom: 1px solid #bcbcbc;
}
main .title h3 {
  font-weight: 500;
  font-size: 1.9em;
  color: var(--color-red);
  padding: 50px 0 20px;
}
main .title h4 {
  font-weight: 600;
  font-size: 1.7em;
  color: var(--color-red);
  padding: 50px 0 20px;
}
main .title h5 {
  font-weight: 600;
  font-size: 1.4em;
  color: var(--color-red);
  padding: 0 0 20px;
}
main .tab-parent.common {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin: 50px 0 20px;
}



main .tab-parent.common > span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  padding: 0 20px;
  border-radius: 9999px;
  line-height: 38px;
  border: 1px solid #a3a3a3;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
}


main .tab-parent.common > span:hover {
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  padding: 0 20px;
  border-radius: 9999px;
  line-height: 38px;
  border: 1px solid #a3a3a3;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
}

main .tab-parent.common > span:hover a {color:var(--color-red);}

main table {
  width: 100%;
  border-top: 1px solid var(--color-red);
  border-spacing: 0;
}
main table th,
main table td {
  padding: 10px 15px;
  border-bottom: 1px solid #bbbbbb;
}
main table th {
  text-align: center;
}
main table thead th {
  background-color: #d6d6d6;
}
main table tbody th {
  background-color: #e7e7e7;
}
main .board-list-wrap .total {
  margin: 0 0 10px;
}
main .board-list-wrap .search-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 745px;
  width: 100%;
  margin: 20px auto;
  padding: 5px 5px 5px 25px;
  border-radius: 9999px;
  border: 2px solid var(--color-red);
  column-gap: 10px;
  align-items: center;
}
main .board-list-wrap .search-wrap > * {
  position: relative;
  border-width: 0;
  background: transparent;
  white-space: nowrap;
}
main .board-list-wrap .search-wrap > *:focus {
  outline: none;
}
main .board-list-wrap .search-wrap .search-type {
  min-width: 60px;
}
main .board-list-wrap .search-wrap .search-word {
  width: 100%;
  border-left: 1px solid #bbbbbb;
  padding: 0 0 0 15px;
  height: 22px;
}
main .board-list-wrap .search-wrap .search-btn {
  line-height: 30px;
  padding: 0 15px;
  border-radius: 9999px;
  border: 1px solid var(--color-red);
  background: var(--color-red);
  color: #FFF;
  cursor: pointer;
  transition: 0.3s;
}
main .board-list-wrap .search-wrap .search-btn:hover {
  color: var(--color-red);
  background: transparent;
}
main table.board-list {
  table-layout: fixed;
}
main table.board-list thead th {
  position: relative;
}
main table.board-list thead tr > th:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #767676;
}
main table.board-list .no {
  width: 80px;
}
main table.board-list .date {
  width: 120px;
}
main table.board-list tbody .td-no {
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
main table.board-list tbody .td-subject  {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}
main table.board-list tbody .td-date {
  text-align: center;
  white-space: nowrap;
}
main .board-list-wrap .page-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  width: fit-content;
}
main .board-list-wrap .page-nav > *.current,
main .board-list-wrap .page-nav > *:hover {
  background: #d6d6d6;
  color: #000;
}
main .board-list-wrap .page-nav > * {
  display: grid;
  min-width: 32px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  color: #616161;
  justify-content: center;
  align-items: center;
  margin: 0 -1px 0 0;
  transition: 0.3s;
}
main table .no-padding {
  padding: 0 0 0 0 !important;
}

/**
 * 대학안내
 **/
main#sub-01-01-01 {
  font-size: 1rem;
}
main#sub-01-01-01 section#cont {
  position: relative;
}
main#sub-01-01-01 section#cont > article {
  position: relative;
  z-index: 2;
}
main#sub-01-01-01 #bg {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-70%, 20%);
  max-width: 55vw;
  z-index: 1;
}
main#sub-01-01-01 #greeting {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  column-gap: 65px;
  padding: 0 0 100px;
}
main#sub-01-01-01 #greeting .iframe-wrap {
  border-radius: 10px;
  overflow: hidden;
}
main#sub-01-01-01 #greeting .text {
  display: grid;
  gap: 20px;
}
main#sub-01-01-01 #greeting .text p {
  font-size: 1.22em;
  line-height: 160%;
  word-break: keep-all;
}
main#sub-01-01-01 #greeting .text p.sign {
  font-size: 1.1em;
  display: inline-flex;
  justify-content: end;
  align-items: end;
}
main#sub-01-01-01 #greeting .text p.sign .sign-img {
  display: inline-block;
  width: 88px;
}

main#sub-01-01-01 #history {
  display: grid;
  grid-template-columns: 120px auto;
  column-gap: 165px;
}
main#sub-01-01-01 #history .tab-parent {
  display: grid;
  width: fit-content;
  height: fit-content;
  row-gap: 10px;
  font-weight: 500;
}
main#sub-01-01-01 #history .tab-parent > .tab-cont {
  display: inline-block;
  color: #333;
  line-height: 38px;
  border-radius: 9999px;
  text-align: center;
  border: 1px solid #a3a3a3;
  cursor: pointer;
  padding: 0 20px;
  transition: 0.3s;
}
main#sub-01-01-01 #history .tab-parent > .tab-cont:hover,
main#sub-01-01-01 #history .tab-parent > .tab-cont.on {
  color: var(--color-red);
  border-color: var(--color-red);
}



 .tab-parent >  span.tab-cont:hover {
  color: var(--color-red);
  border-color: var(--color-red) !important;
}


 .tab-parent >  span.tab-cont.on {
  color: var(--color-red);
  border-color: var(--color-red) !important;
}

 .tab-parent >  span.tab-cont.on a{
  color: var(--color-red) !important;
  border-color: var(--color-red) !important;
}

 .tab-parent >  span.tab-cont a {display:block !important;}

 .tab-parent >  span.tab-cont:hove a{
  color: var(--color-red)!important;
  border-color: var(--color-red) !important;
}

main#sub-01-01-01 #history .tab-child {
  transform: translateY(-50px);
}
main#sub-01-01-01 #history .tab-child > .tab-cont {
  display: grid;
  grid-template-columns: 120px auto;
  column-gap: 85px;
  row-gap: 75px;
  padding: 50px 0 0;
}
main#sub-01-01-01 #history .tab-child .year {
  position: relative;
}
main#sub-01-01-01 #history .tab-child .year:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -50px;
  left: 50%;
  width: 1px;
  background-color: #a3a3a3;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 0;
}
main#sub-01-01-01 #history .tab-child .year div {
  position: relative;
  display: grid;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5em;
  border-radius: 50%;
  background-color: #FFF;
  white-space: nowrap;
  transform: translateY(-50px);
  z-index: 2;
}
main#sub-01-01-01 #history .tab-child .year div:before {
  content: '';
  position: absolute;
  width: 85%;
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--color-red);
  right: 0;
  bottom: 0;
  z-index: 3;
}
main#sub-01-01-01 #history .tab-child .list {
  display: grid;
  grid-template-columns: 60px auto;
  column-gap: 30px;
  row-gap: 20px;
}
main#sub-01-01-01 #history .tab-child .list .month {
  position: relative;
  color: var(--color-red);
  font-size: 1.2em;
  white-space: normal;
}
main#sub-01-01-01 #history .tab-child .list .month:before {
  content: '●';
  position: relative;
  font-size: 0.3em;
  color: var(--color-red);
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  padding: 0 5px 0 0;
}
main#sub-01-01-01 #history .tab-child .list .cont {
  font-size: 1.1em;
  line-height: 170%;
}

/**
 * 대학상징
 */
main#sub-01-01-02 .box {
  display: grid;
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
}
main#sub-01-01-02 .sub-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 20px;
}
main#sub-01-01-02 .download {
  text-align: center;
  margin: 40px 0 0;
}
main#sub-01-01-02 .download a {
  display: inline-block;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  line-height: 38px;
  text-align: center;
  padding: 0 20px;
  margin: 5px 5px;
  border-radius: 9999px;
  transition: 0.3s;
}
main#sub-01-01-02 .download a:hover {
  background-color: var(--color-red);
  color: #FFF;
}
main#sub-01-01-02 img {
  max-width: 100%;
}
main#sub-01-01-02 #logo-explain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  font-size: 1rem;
  margin: 0 0 60px;
}
main#sub-01-01-02 #logo-explain .logo img {
  max-width: 432px;
}
main#sub-01-01-02 #logo-explain .symbol {
  display: grid;
  grid-template-columns: repeat(3, auto);
  max-width: 432px;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  letter-spacing: -1px;
  gap: 60px;
}
main#sub-01-01-02 #logo-explain .symbol > *:before {
  content: '●';
  display: inline-block;
  margin-right: 7px;
}
main#sub-01-01-02 #logo-explain .symbol .health {
  color: #ee3a42;
}
main#sub-01-01-02 #logo-explain .symbol .life {
  color: #fcb03f;
}
main#sub-01-01-02 #logo-explain .symbol .edu {
  color: #c50070;
}
main#sub-01-01-02 #logo-explain .explain {
  font-size: 1.2em;
  word-break: keep-all;
  line-height: 160%;
}
main#sub-01-01-02 #emblem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin: 0 0 60px;
}
main#sub-01-01-02 #emblem-grid > * {
  display: grid;
  height: 100%;
}
main#sub-01-01-02 #emblem-grid .emblem ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  width: fit-content;
  margin: 0 auto;
}
main#sub-01-01-02 #emblem-grid .grid ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 56px;
  width: fit-content;
  margin: 0 auto;
}
main#sub-01-01-02 #origin-color .color-list {
  display: grid;
  grid-template-columns: repeat(4, 120px auto);
  column-gap: 18px;
}
main#sub-01-01-02 #origin-color .color-list .color {
  display: grid;
  width: 120px;
  height: 106px;
  border-radius: 10px;
  padding: 15px;
  color: #FFF;
  font-size: 1.3em;
  align-items: end;
}
main#sub-01-01-02 #origin-color .color-list .red {
  background: #ee3e42;
}
main#sub-01-01-02 #origin-color .color-list .yellow {
  background: #fcb03f;
}
main#sub-01-01-02 #origin-color .color-list .purple {
  background: #c50070;
}
main#sub-01-01-02 #origin-color .color-list .violet {
  background: #45153b;
}
main#sub-01-01-02 #origin-color .color-list .detail {
  display: grid;
  align-items: center;
  line-height: 170%;
  white-space: nowrap;
}
main#sub-01-01-02 #character {
  margin: 100px 0 0;
}
main#sub-01-01-02 #character .character-wrap {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  column-gap: 55px;
}
main#sub-01-01-02 #character .explain .title h4 {
  padding-top: 0;
}
main#sub-01-01-02 #character .explain .text {
  font-size: 1.1em;
  max-width: 650px;
  word-break: keep-all;
  line-height: 170%;
}
main#sub-01-01-02 #character .character-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  font-weight: 600;
  column-gap: 30px;
  margin: 120px 0 0;
}
main#sub-01-01-02 #character .character-list > li {
  padding: 0 0 20px;
  border-bottom: 1px solid #c0c0c0;
}
main#sub-01-01-02 #character .character-list img {
  width: auto;
  max-height: 236px;
}
main#sub-01-01-02 #tree-flower {
  margin: 100px 0 0;
}
main#sub-01-01-02 #tree-flower article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
main#sub-01-01-02 #tree-flower .sub-title {
  margin: 30px 0 8px;
}
main#sub-01-01-02 #tree-flower .explain {
  font-size: 1.1em;
  word-break: keep-all;
  line-height: 160%;
}
main#sub-01-01-02 #flag-music {
  margin: 100px 0 0;
}
main#sub-01-01-02 #flag-music article.mobile {
  display: none;
  row-gap: 20px;
  text-align: center;
}
main#sub-01-01-02 #flag-music article.mobile img {
  width: auto;
  max-width: 100%;
}

/**
 * 이념 및 비전
 */
main#sub-01-01-03 {
  font-size: 1rem;
  margin: 0 auto 100px;
}
main#sub-01-01-03 .tab-parent > span:hover,
main#sub-01-01-03 .tab-parent > span.on {
  border-color: var(--color-red);
  color: var(--color-red);
}
main#sub-01-01-03 .tab-child article {
  background: url(../../img/new/sub/sub_01_01_03_bg.png) no-repeat center center;
}


main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .content > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 150px;
  column-gap: 24px;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .university {
  position: relative;
  grid-column: 1 / span 3;
  font-size: 1.2em;
  text-align: center;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--color-red);
  border-radius: 9999px;
  line-height: 160%;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  height: 100%;
  padding: 50px 10px;
  text-align: center;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member:after,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:after,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:after,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .university:after {
  content: '---------------------------------------------------------------------';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 150px;
  transform: translate(-50%, 100%);
  writing-mode: vertical-rl;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 0.9em;
  color: #5d5d5d;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member:before,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:before,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:before {
  content: '●';
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  line-height: 100%;
  color: var(--color-red);
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics h5 {
  font-family: "Pretendard Variable", sans-serif;
  font-weight: 900;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:before,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee h5 {
  color: #fcb03f;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:before,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student h5 {
  color: #c50070;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .explain {
  font-size: 1.2em;
  line-height: 160%;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member-explain,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee-explain,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student-explain {
  display: grid;
  row-gap: 5px;
  padding: 50px 0 0 0;
  font-size: 1.08em;
  height: fit-content;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member-explain > div,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee-explain > div,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student-explain > div {
  position: relative;
  padding: 0 0 0 10px;
  line-height: 160%;
  word-break: keep-all;
}
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member-explain > div:before,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee-explain > div:before,
main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student-explain > div:before {
  content: '●';
  position: absolute;
  font-size: 0.3em;
  top: 11px;
  left: 0;
  line-height: 100%;
}


#sub-05 .swiper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/**
 * 캠퍼스 안내
 */
main#sub-01-01-05 #map-svg-wrap {
  position: relative;
  height: fit-content;
}
main#sub-01-01-05 #map-svg svg [id^='position-'] {
  transform-origin: center;
  transform-box: fill-box;
  transition: all 0.3s ease;
}
main#sub-01-01-05 #map-svg svg [id^='position-'].on {
  transform: scale(1.5);
}
main#sub-01-01-05 #map-svg-wrap .detail {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 15px;
  right: 25px;
  bottom: 40px;
  width: fit-content;
  z-index: 1;
}
main#sub-01-01-05 #map-svg-wrap .detail .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  column-gap: 15px;
  row-gap: 15px;
  padding: 27px 35px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1.1em;
  cursor: context-menu;
}
main#sub-01-01-05 #map-svg-wrap .detail .list .red {
  font-weight: 800;
  color: var(--color-red);
}
main#sub-01-01-05 #map-svg-wrap .detail .list .yellow {
  font-weight: 800;
  color: var(--color-yellow);
}
main#sub-01-01-05 #map-svg-wrap .detail .explain {
  grid-column: 2 / span 2;
}
main#sub-01-01-05 #map-svg-wrap .detail .explain > span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.9em;
  margin: 0 10px 0 0;
}
main#sub-01-01-05 #map-svg-wrap .detail .explain > span:before {
  content: '●';
  display: inline-block;
  margin: 0 5px 0 0;
}
main#sub-01-01-05 #map-svg-wrap .btn-wrap {
  display: grid;
  row-gap: 15px;
}
main#sub-01-01-05 #map-svg-wrap .btn-wrap a {
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  color: #FFF;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
main#sub-01-01-05 #map-svg-wrap .btn-wrap a:hover {
  background-color: rgba(0, 0, 0, 1);
  transform: translateY(-5px);
}
main#sub-01-01-05 #map-svg-wrap .btn-wrap a span {
  display: block;
  font-weight: 700;
  font-size: 1.3em;
  margin: 0 0 5px;
}
main#sub-01-01-05 #edu,
main#sub-01-01-05 #directions {
  display: grid;
  grid-template-columns: 120px auto;
  column-gap: 70px;
  padding: 100px 0 50px;
}
main#sub-01-01-05 #edu .title h3,
main#sub-01-01-05 #directions .title h3 {
  padding: 0;
}
main#sub-01-01-05 #edu .list,
main#sub-01-01-05 #directions .list {
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 50px;
}

main#sub-01-01-05 dt {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 25px;
}

main#sub-01-01-05 .list_01 dt {
  margin-top: 0px;
}



main#sub-01-01-05 #edu dd {
  border-top: 1px solid #c0c0c0;
  padding: 25px 0;
  margin:0;
}
main#sub-01-01-05 #edu dl > dd:last-child {
  border-bottom: 1px solid #c0c0c0;
}
main#sub-01-01-05 dd ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 50px;
  font-size: 1.1em;
}
main#sub-01-01-05 #directions .list {
  column-gap: 10px;
  row-gap: 30px;
  line-height: 160%;
}
main#sub-01-01-05 .layer-popup {
  cursor: pointer;
  transition: 0.3s;
}
main#sub-01-01-05 .layer-popup:hover {
  color: var(--color-red);
}
main#sub-01-01-05 #layer-popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
}
main#sub-01-01-05 #layer-popup-wrap .layer-popup-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  cursor: pointer;
}
main#sub-01-01-05 #layer-popup-wrap .layer-popup-close:before,
main#sub-01-01-05 #layer-popup-wrap .layer-popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 42.4px;
  background: #FFF;
}
main#sub-01-01-05 #layer-popup-wrap .layer-popup-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main#sub-01-01-05 #layer-popup-wrap .layer-popup-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main#sub-01-01-05 #layer-popup-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 100%;
}
main#sub-01-01-05 #layer-popup-wrap .content .iframe-wrap {
  max-width: 100%;
  width: auto;
  max-height: calc(98vh - 90px);
  padding-bottom: 0;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: inherit;
}

/**
 * 학교법인
 */
main#sub-01-03-03 {
  font-size: 1rem;
  margin: 0 auto 100px;
}
main#sub-01-03-03 .tab-parent > span:hover,
main#sub-01-03-03 .tab-parent > span.on {
  border-color: var(--color-red);
  color: var(--color-red);
}
main#sub-01-03-03 .tab-child {
  margin: 70px 0 0;
}
main#sub-01-03-03 h3 {
  padding: 0 0 20px;
}
main#sub-01-03-03 table.table th {
  min-width: 110px;
  white-space: nowrap;
}
main#sub-01-03-03 table.table tr > td:nth-of-type(1) {
  white-space: nowrap;
}
main#sub-01-03-03 table.table thead th,
main#sub-01-03-03 table.table td {
  border-left: 1px solid #bbbbbb;
}
main#sub-01-03-03 table.table thead tr > th:first-child {
  border-left-width: 0;
}
main#sub-01-03-03 table.table td {
  text-align: center;
  background: #FFF;
}
main#sub-01-03-03 .board-list-wrap {
  margin: 30px 0 0 0;
}

/**
 * 글로벌 프로그램 안내
 */

main#sub-01-04-03 {
  font-size: 1rem;
  margin: 0 auto 100px;
}
main#sub-01-04-03 .sub-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 20px;
}
main#sub-01-04-03 .tab-child {
  margin: 70px 0 0;
}
main#sub-01-04-03  .explain.img {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
}


main#sub-05-03-02  .explain.img {
  display: flex;
  gap: 50px;
}


main#sub-05-03-02  .explain.img > div:first-child {width:60%}
main#sub-05-03-02  .explain.img > div {width:40%}


main#sub-05  .explain.img {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 50px;
}
#sub-05-03-01 .swiper {
  width: 100%;
  max-width: 1000px;  /* 최대 너비 제한 */
  margin: 0 auto;     /* 중앙 정렬 */
  overflow: hidden;
   border-radius: 20px;
}

#sub-05-03-01 .swiper-slide {
  text-align: center;
}

#sub-05-03-01 .swiper-slide img {
  width: 100%;        /* 이미지가 슬라이드 크기에 맞게 */
  height: auto;       /* 비율 유지 */
  display: block;
}
main#sub-05 .swiper-button-next:after  {display:none}
main#sub-05 .swiper-button-prev:after  {display:none}


main#sub-01-04-03  .explain.img h3 {
  padding: 0 0 20px;
}
main#sub-01-04-03  .text {
  padding: 0 100px 0 0;
  font-family:"Pretendard Variable", Pretendard, -apple-system, sans-serif;
}
main#sub-01-04-03  table {
  table-layout: fixed;
  margin: 70px 0;
}
main#sub-01-04-03  table td {
  background: #FFF;
  line-height: 160%;
}
main#sub-01-04-03  table th {
  white-space: nowrap;
}
main#sub-01-04-03  table .subject {
  width: 140px;
}
main#sub-01-04-03  table .content {
  width: calc(50% - 140px);
}
main#sub-01-04-03  table small {
  margin: 0 0 0 10px;
}
main#sub-01-04-03  table .list > div {
  position: relative;
  padding: 0 0 0 10px;
}
main#sub-01-04-03  table .list > div:before {
  content: '●';
  position: absolute;
  font-size: 0.3em;
  top: 11px;
  left: 0;
  line-height: 100%;
}
main#sub-01-04-03  table .sub-table {
  display: grid;
  grid-template-columns: 190px auto;
}
main#sub-01-04-03  table .sub-table > * {
  display: grid;
  align-items: center;
  padding: 20px 15px;
  border-top: 1px solid #bbbbbb;
}
main#sub-01-04-03  table .sub-table dt {
  border-right: 1px solid #bbbbbb;
  text-align: center;
}
main#sub-01-04-03  table .sub-table > *:nth-of-type(1) {
  border-top-width: 0;
}
main#sub-01-04-03  .step {
  display: grid;
  grid-template-columns: repeat(6, auto);
  column-gap: 20px;
  row-gap: 10px;
  overflow: hidden;
}
main#sub-01-04-03  .step > * {
  display: grid;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  gap:0px;
}
main#sub-01-04-03  .step .subject {
  color: #FFF;
  font-size: 1.1em;
}
main#sub-01-04-03  .step-1.subject {
  background: #ee9698;
}
main#sub-01-04-03  .step-2.subject {
  background: #ee8587;
}
main#sub-01-04-03  .step-3.subject {
  background: #ee7376;
}
main#sub-01-04-03  .step-4.subject {
  background: #ee6165;
}
main#sub-01-04-03  .step-5.subject {
  background: #ee4f53;
}
main#sub-01-04-03  .step-6.subject {
  background: #ee3e42;
}
main#sub-01-04-03  .step .explain {
  position: relative;
  border: 1px solid #bbbbbb;
  line-height: 160%;
}
main#sub-01-04-03  .step > .explain:after {
  content: '▶';
  position: absolute;
  width: 20px;
  top: 50%;
  text-align: center;
  transform: translate(-100%, -50%);
  font-size: 0.9em;
  color: #898989;
}




main  .step_01 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 20px;
  row-gap: 10px;
  overflow: hidden;
}
main  .step_01 > * {
  display: grid;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  gap:0px;
  position: relative;

}
main  .step_01 .subject {
  color: #FFF;
  font-size: 1.1em;
}
main  .step_01  .step-1.subject {
  background: #ee7376;
}
main  .step_01  .step-2.subject {
  background: #ee6165;
}
main  .step_01   .step-3.subject {
  background: #ee4f53;
}
main  .step_01  .step-4.subject {
  background: #ee3e42;
}


main  .step_01  .step-5.subject {
  background: #ee3e42;
}

main  .step_01 .explain {
  position: relative;
  border: 1px solid #bbbbbb;
  line-height: 160%;
}

main  .step_01 > .explain:after {
  content: '▶';
  position: absolute;
  width: 20px;
  top: 50%;
  text-align: center;
  transform: translate(-100%, -50%);
  font-size: 0.9em;
  color: #898989;
}


main  .step_01.step_02 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 20px;
  row-gap: 10px;
  overflow: hidden;
}


main  .step_01.step_03 {
  display: grid;
  grid-template-columns: repeat(5, auto);
  column-gap: 20px;
  row-gap: 10px;
  overflow: hidden;
}


/**
 * 학생활동
 */
main#sub-05-01 {
  font-size: 1rem;
  margin: 0 auto 100px;
}
main#sub-05-01 .tab-child > .tab-cont.on {
  transform: scale(1) !important;
}
main#sub-05-01 .tab-parent > span:hover,
main#sub-05-01 .tab-parent > span.on {
  border-color: var(--color-red);
  color: var(--color-red);
}
main#sub-05-01 ul.main {
  width: fit-content;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  column-gap: 90px;
}
main#sub-05-01 #chart ul.main .title {
  margin: 0 0 35px;
}
main#sub-05-01 #chart ul.sub .title {
  margin: 0 0 15px;
}
main#sub-05-01 #chart ul .order-2 {
  height: auto;
  background: transparent;
  align-items: baseline;
}
main#sub-05-01 #chart ul .order-2:after {
  display: none;
}
main#sub-05-01 #chart ul .order-2[data-order="1"] .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  height: 1px;
  width: 100px;
  background: #c0c0c0;
}
main#sub-05-01 #chart ul .order-2[data-order="2"] .title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 85px;
  background: #c0c0c0;
}
main#sub-05-01 #chart ul .order-2 .title {
  background: #848484;
}
main#sub-05-01 #chart ul .order-2[data-order="2"] > .title[data-order="1"] {
  background: #585858;
  border: 2px solid #ee3e42;
}
main#sub-05-01 #chart ul .order-4[data-order="2"]:after {
  right: 50%;
}
main#sub-05-01 #chart ul > .order-4[data-order='1'] .title {
  background: #ee3e42;
}
main#sub-05-01 #chart ul > .order-4[data-order='2'] .title {
  background: #fcb03f;
}
main#sub-05-01 ul.main .order-1,
main#sub-05-01 ul.main .order-3 {
  grid-column: 1 / span 3;
}
main#sub-05-01 ul.main .order-2 {
  grid-column: inherit;
}
main#sub-05-01 ul.sub {
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 45px;
}
main#sub-05-01 #chart ul .list {
  padding: 20px 0;
}
main#sub-05-01 #chart ul .list dd {
  padding: 3px 10px;
}
/**
 * 조직도
 */
.organizational-chart {
  font-size: 1rem;
}
#chart {
  position: relative;
  padding:  0 0 60px;
  border-bottom: 1px solid #c0c0c0;
}
#chart [class^="bg-"] {
  position: absolute;
}
#chart .bg-top {
  top: -25%;
  left: -53%;
  z-index:0
}

.table_type01  {position: relative; z-index:1}

#chart .bg-bottom {
  transform: rotate(180deg);
  top: 0;
  bottom: -20%;
  right: -50%;
}
.organizational-chart #chart ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 35px;
  row-gap: 50px;
  z-index: 1;
}
.organizational-chart #chart ul > li {
  position: relative;
  z-index: 2;
  text-align: center;
}
.organizational-chart #chart ul .order-1,
.organizational-chart #chart ul .order-2 {
  grid-column: 1 / span 4;
}
.organizational-chart #chart ul .order-3 {
  width: 100% !important;
}
.organizational-chart #chart ul .order-3[data-order="1"] {
  grid-column: 1 / span 2;
}
.organizational-chart #chart ul .order-3[data-order="2"] {
  grid-column: 3 / span 2;
}
.organizational-chart #chart ul .order-1,
.organizational-chart #chart ul .order-2,
.organizational-chart #chart ul .order-3 {
  width: fit-content;
  margin: 0 auto;
}
.organizational-chart #chart ul .order-1 {
  display: grid;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6em;
  background: #EE3E42;
  background: linear-gradient(124deg, rgba(238, 62, 66, 1) 0%, rgba(197, 0, 112, 1) 50%, rgba(252, 176, 63, 1) 96%);
  border-radius: 50%;
  color: #FFF;
  font-weight: 700;
}
.organizational-chart #chart ul .order-1:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.organizational-chart #chart ul .order-1:after,
.organizational-chart #chart ul .order-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 50px;
  background: #c0c0c0;
}
.organizational-chart #chart ul .order-2:after {
  height: 150px;
}
.organizational-chart #chart ul .order-3 .text:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  height: 1px;
  width: 75%;
  background: #c0c0c0;
}
main#sub-01-02 #chart ul .order-3[data-order="2"] .text:before,
.organizational-chart #chart ul .order-3[data-order="2"] .tab-cont:before {
  left: 0;
  transform: translate(-100%, -50%);
}
.organizational-chart #chart ul.sub {
  grid-template-columns: repeat(2, 1fr);
}
.organizational-chart #chart ul .order-1 .logo {
  width: 40px;
  margin: 0 auto 15px;
}
.organizational-chart #chart ul .order-2,
.organizational-chart #chart ul .order-3 .text,
.organizational-chart #chart ul .title {
  display: grid;
  font-family: "Pretendard Variable", sans-serif;
  height: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #585858;
  color: #FFF;
  min-width: 160px;
  font-weight: 700;
  font-size: 1.1em;
}
.organizational-chart #chart ul .order-3 .text {
  width: fit-content;
  margin: 0 auto;
}
.organizational-chart #chart ul .title {
  position: relative;
  margin: 0 0 15px;
}
.organizational-chart #chart ul .order-2 {
  background: #EE3E42;
  background: linear-gradient(124deg, rgba(238, 62, 66, 1) 0%, rgba(197, 0, 112, 1) 50%, rgba(252, 176, 63, 1) 96%);
}
.organizational-chart #chart ul .order-4 {
  padding: 50px 0 0 0;
}
.organizational-chart #chart ul .order-4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 50px;
  background: #c0c0c0;
}
.organizational-chart #chart ul .order-4:after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 1px;
  background: #c0c0c0;
}
.organizational-chart #chart ul > .order-4[data-order='1']:after {
  left: 50%;
}
.organizational-chart #chart ul > .order-4[data-order='4']:after {
  right: 50%;
}
.organizational-chart #chart ul > .order-4[data-order='1'] .title {
  background: #c50070;
}
.organizational-chart #chart ul > .order-4[data-order='2'] .title {
  background: #ee3e42;
}
.organizational-chart #chart ul > .order-4[data-order='3'] .title {
  background: #fcb03f;
}
.organizational-chart #chart ul > .order-4[data-order='4'] .title {
  background: #45153b;
}
.organizational-chart #chart ul > .order-4[data-order='4'] > .title:first-child:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 15px;
  background: #c0c0c0;
}
.organizational-chart #chart dl {
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #FFF;
  margin: 0 0 15px;
}
.organizational-chart #chart dl.tab-cont:hover {
  z-index: 5;
}
.organizational-chart #chart dl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 15px;
  background: #c0c0c0;
  opacity: 1;
}
.organizational-chart #chart dl.tab-cont:hover:before {
  opacity: 0;
}
.organizational-chart #chart dl dt {
  line-height: 50px;
  background: #a3a3a3;
  color: #FFF;
  font-weight: 700;
  padding: 0 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.organizational-chart #chart dl dd {
  padding: 10px 10px;
  line-height: 170%;
  color: #333;
}
.organizational-chart #contact .title h5 {
  font-family: "Pretendard Variable", sans-serif;
  color: #333;
}
.organizational-chart #chart .tab-cont {
  transition: 0.3s;
}
.organizational-chart #chart .tab-cont:hover {
  transform: scale(1.05);
}
.organizational-chart #chart  .order-3.tab-cont:hover:before {
  transform: translate(97%, -50%) scale(0.95);
}
.organizational-chart #chart ul .order-3.tab-cont[data-order="2"]:hover:before {
  transform: translate(-97%, -50%) scale(0.95);
}
.organizational-chart #contact table {
  background: #FFF;
}
.organizational-chart #contact table th,
.organizational-chart #contact table td {
  border-right: 1px solid #bbb;
  text-align: center;
}
.organizational-chart #contact table thead tr > th:last-child,
.organizational-chart #contact table tbody tr > td:last-child {
  border-right-width: 0;
}
.organizational-chart #contact table .preparing {
  text-align: center;
  padding: 50px 10px;
}
.organizational-chart #contact table a {
  transition: 0.3s;
}
.organizational-chart #contact table a:hover {
  color: var(--color-red);
}

main#sub-01-02 #chart > ul {
  grid-template-columns: repeat(6, 1fr);
}
main#sub-01-02 #chart ul .order-1,
main#sub-01-02 #chart ul .order-2 {
  grid-column: 1 / span 6;
}



main#sub-01-02 #chart ul .order-4 > * {
  max-width: 100%;
}
main#sub-01-02 #chart ul .order-4[data-order^="1"] {
  display: grid;
  height: 100%;
  justify-content: center;
}



main#sub-01-02 #chart ul .order-3[data-order="1"] {
  grid-column: 1 / span 3;
}
main#sub-01-02 #chart ul .order-3[data-order="2"] {
  grid-column: 4 / span 3;
}
main#sub-01-02 #chart ul > .order-4[data-order='1-2'] .title:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 15px;
  background: #c0c0c0;
}
main#sub-01-02 #chart ul .order-4[data-order="1-1"] {
  grid-column: 1 / span 2;
  margin: 0 0 0 auto;
  width: fit-content;
}
main#sub-01-02 #chart ul .order-4[data-order="1-4"] {
  grid-column: 5 / span 2;
  margin: 0 auto 0 0;
  width: fit-content;
}
main#sub-01-02 #chart ul .order-4[data-order="1"]:before {
  height: auto;
  bottom: -50px;
}
main#sub-01-02 #chart ul .order-4[data-order="2"]:before {
  height: auto;
  bottom: 30px;
}
main#sub-01-02 #chart ul .order-4[data-order="1-4"]:after,
main#sub-01-02 #chart ul .order-4[data-order="8"]:after {
  right: 50%;
}
main#sub-01-02 #chart ul .order-4[data-order="1-1"]:after,
main#sub-01-02 #chart ul .order-4[data-order="3"]:after {
  left: 50%;
}
main#sub-01-02 #chart ul .order-4[data-order="4"]:after {
  right: -20px;
}
main#sub-01-02 #chart ul .order-4[data-order="1-1"] .title {
  position: relative;
}
main#sub-01-02 #chart ul .order-4[data-order="1-1"] .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 130px;
  transform: translate(-50%, 100%);
  background: #c0c0c0;
}
main#sub-01-02 #chart ul .title {
  width: fit-content;
  min-width: 150px;
  margin: 0 auto 15px;
}
main#sub-01-02 #chart dl {
  margin: 0 0 10px;
}
main#sub-01-02 #chart li > dl:first-child {
  margin: 0 0 15px;
}
main#sub-01-02 #chart li > dl:not(:nth-of-type(2)):before {
  height: 9px;
}
main#sub-01-02 #chart dl dt {
  border-radius: 10px;
  margin: 0 0 5px;
}
main#sub-01-02 #chart ul > .order-4[data-order='1-1'] .title {
  background: #ee3e42;
}
main#sub-01-02 #chart ul > .order-4[data-order='1-2'] .title {
  background: #fcb03f;
}
main#sub-01-02 #chart ul > .order-4[data-order='1-3'] .title {
  background: #45153b;
}
main#sub-01-02 #chart ul > .order-4[data-order='1-4'] .title {
  background: #000000;
}
main#sub-01-02 table .td-introduction {
  width: 42%;
}
main#sub-01-02 table .td-introduction,
main#sub-01-02 table .td-work {
  text-align: left;
  line-height: 160%;
  word-break: keep-all;
}
main#sub-01-02 table .front-dot {
  position: relative;
  padding: 0 0 0 12px;
}
main#sub-01-02 table .front-dot:before {
  content: '●';
  position: absolute;
  font-size: 0.3em;
  left: 0;
  top: 0;
}

.border-top {border-top:1px solid #bbbbbb}


/**
 * 학생활동
 */
main#sub-05-01 {
  font-size: 1rem;
  margin: 0 auto 100px;
}
main#sub-05-01 .tab-child > .tab-cont.on {
  transform: scale(1) !important;
}
main#sub-05-01 .tab-parent > span:hover,
main#sub-05-01 .tab-parent > span.on {
  border-color: var(--color-red);
  color: var(--color-red);
}
main#sub-05-01 ul.main {
  width: fit-content;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  column-gap: 90px;
}
main#sub-05-01 #chart ul.main .title {
  margin: 0 0 35px;
}
main#sub-05-01 #chart ul.sub .title {
  margin: 0 0 15px;
}
main#sub-05-01 #chart ul .order-2 {
  height: auto;
  background: transparent;
  align-items: baseline;
}
main#sub-05-01 #chart ul .order-2:after {
  display: none;
}
main#sub-05-01 #chart ul .order-2[data-order="1"] .title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  height: 1px;
  width: 100px;
  background: #c0c0c0;
}
main#sub-05-01 #chart ul .order-2[data-order="2"] .title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 85px;
  background: #c0c0c0;
}
main#sub-05-01 #chart ul .order-2 .title {
  background: #848484;
}
main#sub-05-01 #chart ul .order-2[data-order="2"] > .title[data-order="1"] {
  background: #585858;
  border: 2px solid #ee3e42;
}
main#sub-05-01 #chart ul .order-4[data-order="2"]:after {
  right: 50%;
}
main#sub-05-01 #chart ul > .order-4[data-order='1'] .title {
  background: #ee3e42;
}
main#sub-05-01 #chart ul > .order-4[data-order='2'] .title {
  background: #fcb03f;
}
main#sub-05-01 ul.main .order-1,
main#sub-05-01 ul.main .order-3 {
  grid-column: 1 / span 3;
}
main#sub-05-01 ul.main .order-2 {
  grid-column: inherit;
}
main#sub-05-01 ul.sub {
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 45px;
}
main#sub-05-01 #chart ul .list {
  padding: 20px 0;
}
main#sub-05-01 #chart ul .list dd {
  padding: 3px 10px;
}

main#sub-07-01-02 #chart {
  margin: 50px 0 50px;
}
main#sub-07-01-02 #chart li {
  position: relative;
  height: 100%;
}
main#sub-07-01-02 #chart > ul {
  display: grid;
  width: fit-content;
  margin: 0 auto;
  row-gap: 55px;
}
main#sub-07-01-02 #chart ul .title {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  height: 100%;
  font-family: "Pretendard Variable", sans-serif;
  z-index: 2;
}
main#sub-07-01-02 #chart ul .order-1 .title {
  background: #EE3E42;
  font-size: 1.2em;
  color: #FFF;
  font-weight: 700;
  background: linear-gradient(124deg, rgba(238, 62, 66, 1) 0%, rgba(197, 0, 112, 1) 50%, rgba(252, 176, 63, 1) 96%);
  height: 50px;
  padding: 0 40px;
  width: fit-content;
  margin: 0 auto;
}
main#sub-07-01-02 #chart ul .order-2 > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 37px;
  column-gap: 10px;
  margin: 55px 0 0;
}
main#sub-07-01-02 #chart ul .order-2 > ul > li > .title {
  color: var(--color-red);
  border: solid 2px var(--color-red);
  font-weight: 900;
  font-size: 1.1em;
  padding: 12px 10px;
  border-radius: 10px;
  line-height: 160%;
  background: #f0f0f0;
}
main#sub-07-01-02 #chart ul .order-2 > ul li[data-order="8"] {
  grid-column: 2 / span 5;
}
main#sub-07-01-02 #chart ul .order-2 > ul li[data-order="8"] ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
}
main#sub-07-01-02 #chart ul .order-2 > ul li[data-order="8"] .title {
  background: #a3a3a3;
  color: #FFF;
  padding: 17px 10px;
}
main#sub-07-01-02 #chart ul .order-2 li[data-order="7"]:before,
main#sub-07-01-02 #chart ul .order-2 li[data-order="7"]:after,
main#sub-07-01-02 #chart .title:after,
main#sub-07-01-02 #chart .title:before {
  content: '';
  position: absolute;
  background: #c0c0c0;
}
main#sub-07-01-02 #chart ul .order-1 .title:after {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 1px;
  height: 55px;
}
main#sub-07-01-02 #chart ul .order-2 > ul > li > .title:after {
  left: -20%;
  right: -20%;
  top: -55px;
  height: 1px;
}
main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order='1'] > .title:after {
  left: 50%;
}
main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order='6'] > .title:after {
  right: 50%;
}
main#sub-07-01-02 #chart ul .order-2 > ul > li > .title:before {
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 55px;
}
main#sub-07-01-02 #chart ul .order-2 li[data-order="7"]:before {
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 75px;
}
main#sub-07-01-02 #chart ul .order-2 li[data-order="7"]:after {
  left: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
}
main#sub-07-01-02 #chart ul .order-2 li[data-order="8"] .title:after {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  height: 1px;
  width: 10px;
}




@media screen and (max-width: 1440px) {
  main#sub-01-02 #chart ul .order-4 > * {
    min-width: 150px !important;
  }
}
@media screen and (max-width: 1400px) {
  main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  main#sub-01-01-02 #emblem-grid {
    grid-template-columns: repeat(2, auto);
  }
  main#sub-01-01-02 #emblem-grid .emblem ul,
  main#sub-01-01-02 #emblem-grid .grid ul {
    column-gap: 30px;
  }
  main#sub-01-01-02 #emblem-grid img {
    max-height: 140px;
  }
}
@media screen and (max-width: 1150px) {
  main#sub-01-01-02 #origin-color .color-list {
    grid-template-columns: repeat(3, 120px auto);
    row-gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  main {
    padding: 105px 10px 70px;
  }
  main#sub-01-01-01 #greeting {
    column-gap: 25px;
  }
  main#sub-01-01-01 #history {
    column-gap: 25px;
  }
  main#sub-01-01-01 #history .tab-child > .tab-cont {
    column-gap: 45px;
  }
  main#sub-01-01-01 #history .tab-child .list {
    row-gap: 10px;
  }

  main#sub-01-01-01 #greeting {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 0 0 50px;
  }

  main#sub-01-01-02 #logo-explain {
    gap: 20px;
  }
  main#sub-01-01-02 #character .character-wrap {
    column-gap: 25px;
  }
  main#sub-01-01-02 #character .character-list img {
    max-height: 206px;
  }

  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics br.pc {
    display: none;
  }

  main#sub-01-01-05 #map-svg-wrap .detail .list {
    grid-template-columns: repeat(3, 1fr);
  }

  .organizational-chart #chart ul .order-3 .tab-cont:before {
    width: 35%;
  }

  main#sub-01-03-03 table.table th {
    min-width: 10px;
  }

  main#sub-01-02 #chart ul .order-3 .text:before {
    width: 45%;
  }
  main#sub-01-02 #chart ul .order-4 > * {
    min-width: 100px !important;
  }

  main#sub-01-01-05 #edu,
  main#sub-01-01-05 #directions {
    column-gap: 30px;
    padding: 70px 0 0;
  }
  main#sub-01-01-05 #edu .list,
  main#sub-01-01-05 #directions .list {
    grid-template-columns: 70px auto;
    column-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  main .tab-parent.common {
    margin: 50px auto 20px;
    justify-content: center;
    align-items: center;
  }

  main#sub-01-01-02 #logo-explain .symbol {
    gap: 30px;
  }
  main#sub-01-01-02 #character .character-list {
    margin: 50px 0 0;
  }
  main#sub-01-01-02 #character .character-list img {
    max-height: 150px;
  }

  main#sub-01-01-03 {
    margin: 0 auto 50px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .content > ul {
    column-gap: 15px;
    row-gap: 80px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member:after,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:after,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:after,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .university:after {
    height: 80px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member:before,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:before,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:before {
    bottom: -80px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member-explain,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee-explain,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student-explain {
    padding: 20px 0 0 0;
  }

  main#sub-01-04-03 .OverseasLanguageStudy > .explain {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  main#sub-01-04-03 .OverseasLanguageStudy > .explain .title {
    grid-column: 1 / span 2;
    padding: 0;
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .subject {
    width: 120px;
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .content {
    width: calc(50% - 120px);
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .sub-table {
    grid-template-columns: 130px auto;
  }

  main#sub-01-02 #chart ul .order-3 .text:before {
    width: 25%;
  }
  
main#sub-05-03-02  .explain.img {
 flex-wrap: wrap;
  gap: 0px;
}

main#sub-05-03-02  .explain.img > div:first-child {width:100%}
main#sub-05-03-02  .explain.img > div {width:100%}  
  
}
@media screen and (max-width: 850px) {
  main#sub-01-01-02 #origin-color .color-list {
    grid-template-columns: repeat(2, 120px auto);
  }

  .organizational-chart #chart ul .order-3 .tab-cont:before {
    width: 20%;
  }
}
@media screen and (max-width: 820px) {
  main#sub-01-02 #chart ul .order-3 .text:before {
    width: 5%;
  }
  main#sub-01-02 #chart ul .order-4[data-order="1"],
  main#sub-01-02 #chart ul .order-4[data-order="2"] {
    margin: 0;
    width: 100%;
  }
  main#sub-01-02 #chart ul .order-4[data-order="1"]:after {
    right: -10%;
  }
  main#sub-01-02 #chart ul .order-4[data-order="2"]:after {
    left: -10%;
  }
  main#sub-01-02 #chart ul .title {
    width: calc(50vw - 20px);
    min-width: 10px;
  }
  main#sub-01-02 #chart > ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  main#sub-01-02 #chart ul .order-1,
  main#sub-01-02 #chart ul .order-2 {
    grid-column: 1 / span 2;
  }
  main#sub-01-02 #chart ul .order-3[data-order="1"],
  main#sub-01-02 #chart ul .order-4[data-order="1"] {
    grid-column: 1;
  }
  main#sub-01-02 #chart ul .order-3[data-order="2"],
  main#sub-01-02 #chart ul .order-4[data-order="2"] {
    grid-column: 2;
  }
  .organizational-chart #chart ul > .order-4[data-order='3']:after,
  .organizational-chart #chart ul > .order-4[data-order='5']:after,
  .organizational-chart #chart ul > .order-4[data-order='7']:after {
    left: 50% !important;
  }
  .organizational-chart #chart ul > .order-4[data-order='4']:after,
  .organizational-chart #chart ul > .order-4[data-order='6']:after {
    right: 50% !important;
  }
  main#sub-01-02 #chart ul .order-1 {
    order: 1;
  }
  main#sub-01-02 #chart ul .order-2 {
    order: 2;
  }
  main#sub-01-02 #chart ul .order-3[data-order="1"] {
    order: 3;
  }
  main#sub-01-02 #chart ul .order-3[data-order="2"] {
    order: 4;
  }
  .organizational-chart #chart ul .order-4[data-order="1-3"] {
    order: 5;
  }
  .organizational-chart #chart ul .order-4[data-order="1-3"]:after {
    left: 50%;
  }
  .organizational-chart #chart ul .order-4[data-order="1-4"] {
    order: 6;
    grid-column: 2 !important;
  }
  .organizational-chart #chart ul .order-4[data-order="1-1"] {
    order: 7;
    grid-column: 1 !important;
  }
  main#sub-01-02 #chart ul .order-4[data-order="1-1"] .title:after {
    height: 110px;
  }
  .organizational-chart #chart ul .order-4[data-order="1-2"] {
    order: 8;
  }
  .organizational-chart #chart ul .order-4[data-order="1-2"]:after {
    right: 50%;
  }
  main#sub-01-02 #chart ul .order-4[data-order="3"] {
    order: 9;
  }
  main#sub-01-02 #chart ul .order-4[data-order="4"] {
    order: 9;
  }
  main#sub-01-02 #chart ul .order-4[data-order="5"] {
    order: 9;
  }
  main#sub-01-02 #chart ul .order-4[data-order="6"] {
    order: 9;
  }
  main#sub-01-02 #chart ul .order-4[data-order="7"] {
    order: 9;
  }
  main#sub-01-02 #chart ul .order-4[data-order="8"] {
    order: 9;
  }
}
@media screen and (max-width: 800px) {
  main#sub-01-01-01 #history {
    grid-template-columns: 1fr;
  }
  main#sub-01-01-01 #history .tab-parent {
    display: block;
    padding: 0 0 80px;
    text-align: center;
    width: 100%;
  }
  main#sub-01-01-01 #history .tab-parent > .tab-cont {
    margin: 5px 2px;
  }

  main#sub-01-01-02 #logo-explain {
    grid-template-columns: 1fr;
  }
  main#sub-01-01-02 #emblem-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  main#sub-01-01-02 #emblem-grid .sub-title {
    margin: 20px 0 0;
  }
  main#sub-01-01-02 #emblem-grid .t-1 {
    order: 1;
  }
  main#sub-01-01-02 #emblem-grid .t-2 {
    order: 3;
  }
  main#sub-01-01-02 #emblem-grid .emblem {
    order: 2;
  }
  main#sub-01-01-02 #emblem-grid .grid {
    order: 4;
  }
  main#sub-01-01-02 #emblem-grid img {
    max-height: 200px;
  }
  main#sub-01-01-02 #emblem-grid .emblem ul {
    column-gap: 70px;
  }

  .organizational-chart #chart ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 15px;
  }
  .organizational-chart #chart ul .order-1,
  .organizational-chart #chart ul .order-2 {
    grid-column: 1 / span 2;
  }
  .organizational-chart #chart ul .order-2:after {
    height: 110px;
  }
  .organizational-chart #chart ul .order-3[data-order="1"] {
    grid-column: 1 / span 1;
  }
  .organizational-chart #chart ul .order-3[data-order="2"] {
    grid-column: 2 / span 1;
  }
  .organizational-chart #chart ul.sub {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .organizational-chart #chart ul.sub .empty {
    height: 0;
  }
  .organizational-chart #chart ul .order-3 .text {
    width: calc(50vw - 20px);
  }
  .organizational-chart #chart ul .order-3[data-order="2"] .empty {
    order: 1;
  }
  .organizational-chart #chart ul .order-3 .text {
    order: 2;
  }
  .organizational-chart #chart ul .order-3 .tab-cont:before {
    width: 10px;
  }
  .organizational-chart #chart ul .order-4[data-order="2"]:after {
    right: 50%;
  }
  .organizational-chart #chart ul .order-4[data-order="3"]:after {
    left: 50%;
  }

  main#sub-01-04-03 {
    margin: 0;
  }
  

  main#sub-05-01 ul.main {
    column-gap: 50px;
  }
  main#sub-05-01 #chart ul .order-2[data-order="2"] .title:after {
    height: 65px;
  }
  main#sub-05-01 #chart ul.sub {
    column-gap: 25px;
  }  
  
}
@media screen and (max-width: 700px) {
  main table th,
  main table td {
    padding: 10px 8px; font-size:14px;
  }
  main table.board-list .no {
    width: 50px;
  }
  main table.board-list .date {
    width: 85px;
  }

  main#sub-01-01-02 #character .character-wrap {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  main#sub-01-01-02 #tree-flower article {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  main#sub-01-01-05 #map-svg-wrap .detail {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 10px 0 0 0;
  }

  main#sub-01-04-03 .OverseasLanguageStudy table .sub-table > * {
    padding: 15px 8px;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step {
    grid-template-columns: repeat(3, auto);
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-1.subject {
    order: 1;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-2.subject {
    order: 2;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-3.subject {
    order: 3;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-1.explain {
    order: 4;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-2.explain {
    order: 5;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-3.explain {
    order: 6;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-4.subject {
    order: 7;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-5.subject {
    order: 8;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-6.subject {
    order: 9;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-4.explain {
    order: 10;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-5.explain {
    order: 11;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-6.explain {
    order: 12;
  }


  main .tab-cont table .sub-table > * {
    padding: 15px 8px;
  }
  main .tab-cont .step {
    grid-template-columns: repeat(3, auto);
  }
  main .tab-cont .step-1.subject {
    order: 1;
  }
  main .tab-cont .step-2.subject {
    order: 2;
  }
  main .tab-cont .step-3.subject {
    order: 3;
  }
  main .tab-cont .step-1.explain {
    order: 4;
  }
  main .tab-cont .step-2.explain {
    order: 5;
  }
  main .tab-cont .step-3.explain {
    order: 6;
  }
  main .tab-cont .step-4.subject {
    order: 7;
  }
  main .tab-cont .step-5.subject {
    order: 8;
  }
  main .tab-cont .step-6.subject {
    order: 9;
  }
  main .tab-cont .step-4.explain {
    order: 10;
  }
  main .tab-cont .step-5.explain {
    order: 11;
  }
  main .tab-cont .step-6.explain {
    order: 12;
  }




  main#sub-01-01-05 #edu,
  main#sub-01-01-05 #directions {
   grid-template-columns: 1fr;
    row-gap: 30px;
  }
  main#sub-01-01-05 #edu dd {
    padding: 20px 0;
  }
  main#sub-01-01-05 dd ul {
    column-gap: 30px;
  }
  
  
  
  main#sub-07-01-02 #chart ul .order-2 > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="1"] {
    order: 4;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="2"] {
    order: 1;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="3"] {
    order: 2;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="4"] {
    order: 3;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="5"] {
    order: 5;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="6"] {
    order: 6;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="7"] {
    order: 7;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="8"] {
    order: 8;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="8"] {
    grid-column: 2 / span 2;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="8"] ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="2"] > .title:after {
    left: 50%;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="4"] > .title:after {
    right: 50%;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="1"] > .title:after,
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="5"] > .title:after,
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="6"] > .title:after {
    display: none;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="1"] > .title:before,
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="5"] > .title:before,
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="6"] > .title:before {
    height: 38px;
  }
  main#sub-07-01-02 #chart ul .order-2 li[data-order="7"]:before {
    height: 135px;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="8"] li[data-order="1"] .title:before {
    top: 50%;
    bottom: -5px;
    left: -10px;
    width: 1px;
  }
  main#sub-07-01-02 #chart ul .order-2 > ul > li[data-order="8"] li[data-order="3"] .title:before {
    top: -5px;
    bottom: 50%;
    left: -10px;
    width: 1px;
  }
  
  
}




@media screen and (max-width: 600px) {
  main#sub-05-01 ul.main {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 26px;
  }
  main#sub-05-01 ul.main .order-1,
  main#sub-05-01 ul.main .order-3 {
    grid-column: 1 / span 2;
  }
  main#sub-05-01 #chart ul .order-1:after,
  main#sub-05-01 #chart ul .order-2:after {
    height: 55px;
  }
  main#sub-05-01 #chart ul .order-2 {
    margin: 0 0 -30px;
  }
}

@media screen and (max-width: 640px) {
  main#sub-01-01-01 #history .tab-child > .tab-cont {
    column-gap: 25px;
  }
  main#sub-01-01-01 #history .tab-child .list {
    column-gap: 10px;
  }
  main#sub-01-01-02 #emblem-grid img {
    max-height: 140px;
  }

  main#sub-01-01-02 #flag-music article.pc {
    display: none;
  }
  main#sub-01-01-02 #flag-music article.mobile {
    display: grid;
  }

  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .content > ul {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .university {
    grid-column: 1;
    order: 1;
    border-radius: 25px;
    padding: 25px 20px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member {
    order: 2;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member-explain {
    order: 3;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee {
    order: 4;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee-explain {
    order: 5;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student {
    order: 6;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student-explain {
    order: 7;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member:after,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:after,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:after,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .university:after {
    height: 50px;
  }
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .faculty-member:before,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .employee:before,
  main#sub-01-01-03 .tab-child .UniversityCodeOfEthics .student:before {
    bottom: -50px;
  }

  main#sub-01-01-05 #map-svg-wrap .detail {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  main#sub-01-01-05 #map-svg-wrap .detail .list {
    padding: 17px 25px;
  }
  main#sub-01-01-05 #map-svg-wrap .btn-wrap {
    gap: 10px;
  }
  main#sub-01-01-05 #map-svg-wrap .btn-wrap a span {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  main#sub-01-01-05 #map-svg svg [id^='position-'].on {
    transform: scale(2);
  }

  main#sub-01-03-03 .tab-child {
    margin: 30px 0 0;
  }

  main#sub-01-04-03 .tab-child {
    margin: 30px 0 0;
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .subject {
    width: 90px;
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .content {
    width: calc(100% - 90px);
  }
  main#sub-01-04-03 .OverseasLanguageStudy table th {
    white-space: normal;
    word-break: keep-all;
  }
  

  main .step_01 {
    grid-template-columns: repeat(2, auto);
  }
  main .step_01 .step-1.subject {
    order: 1;
  }
  main .step_01 .step-2.subject {
    order: 2;
  }
  main .step_01 .step-1.explain {
    order: 3;
  }
  main .step_01 .step-2.explain {
    order: 4;
  }
  main .step_01 .step-3.subject {
    order: 5;
  }
  main .step_01 .step-4.subject {
    order: 6;
  }
  main .step_01 .step-3.explain {
    order: 7;
  }
  main .step_01 .step-4.explain {
    order: 8;
  }
  main .step_01 .step-5.subject {
    order: 9;
  }
  main .step_01 .step-6.subject {
    order: 10;
  }
  main .step_01 .step-5.explain {
    order: 11;
  }
  main .step_01 .step-6.explain {
    order: 12;
  }  
  
  
  
  
  main .step_01.step_02 {
    grid-template-columns: repeat(3, auto);
}
  main .step_02 .step-1.subject {
    order: 1;
  }
  main .step_02 .step-2.subject {
    order: 2;
  }
  main .step_02 .step-3.subject {
    order: 3;
  }
  main .step_02 .step-1.explain {
    order: 4;
  }
  main .step_02 .step-2.explain {
    order: 5;
  }
  main .step_02 .step-3.explain {
    order: 6;
  }
  
  
  
  main .step_01.step_03 {
    grid-template-columns: repeat(1, auto);
}
  main .step_01.step_03 .step-1.subject {
    order: 1;
  }
  main .step_01.step_03 .step-2.subject {
    order: 3;
  }
  main .step_01.step_03 .step-3.subject {
    order: 5;
  }
  main .step_01.step_03 .step-4.subject {
    order: 7;
  }
  main .step_01.step_03 .step-5.subject {
    order: 9;
  }
  main .step_01.step_03 .step-1.explain {
    order: 2;
  }
  main .step_01.step_03 .step-2.explain {
    order: 4;
  }
  main .step_01.step_03 .step-3.explain {
    order: 6;
  }
  main .step_01.step_03 .step-4.explain {
    order: 8;
  }
  main .step_01.step_03 .step-5.explain {
    order: 10;
  }
  
main#sub-01-01-03 .tab-child article{
  background-size:contain;
}  
  
  main .tab-child {
    margin: 30px 0 0;
  }
  main .tab-cont table .subject {
    width: 90px;
  }
  main .tab-cont table .content {
    width: calc(100% - 90px);
  }
  main .tab-cont table th {
    white-space: normal !important;
    word-break: keep-all;
   font-size: 14px;
  }  
  main .tab-cont table td {
   font-size: 14px;
  }  
  
}
@media screen and (max-width: 550px) {
  main#sub-01-01-02 #origin-color .color-list {
    grid-template-columns: 120px auto;
    padding: 20px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    row-gap: 20px;
  }

  main#sub-01-04-03 .OverseasLanguageStudy > .explain {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  main#sub-01-04-03 .OverseasLanguageStudy > .explain .title {
    grid-column: 1;
    padding: 0 0 10px 0;
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .subject {
    width: 70px;
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .content {
    width: calc(100% - 70px);
  }
  main#sub-01-04-03 .OverseasLanguageStudy table .sub-table {
    grid-template-columns: 100px auto;
  }
  

  main .tab-child  .explain {
    grid-template-columns: 1fr !important;
    row-gap: 10px !important;
  }
  main .tab-child  .explain .title {
    grid-column: 1;
    padding: 0 0 10px 0 !important;
  }
  main .tab-child table .subject {
    width: 70px !important;
  }
  main .tab-child table .content {
    width: calc(100% - 70px) !important;
  }
  main .tab-child table .sub-table {
    grid-template-columns: 100px auto !important;
  }  
  
}


main .download_btn {
  margin: 40px 0 0;
}
main .download_btn a {
  display: inline-block;
  color: var(--color-red);
  border: 1px solid var(--color-red);
  line-height: 28px;
  text-align: center;
  padding: 0 20px;
  margin: 5px 5px;
  border-radius: 9999px;
  transition: 0.3s;
}
main .download_btn a:hover {
  background-color: var(--color-red);
  color: #FFF;
}

@media screen and (max-width: 460px) {
  main#sub-01-01-02 .download a {
    width: 100%;
    margin: 5px 0;
  }
  
  main .download_btn a {
    width: 100%;
    margin: 5px 0;
  }  

  main#sub-01-01-01 #history .tab-child > .tab-cont {
    grid-template-columns: 80px auto;
    column-gap: 15px;
  }
  main#sub-01-01-01 #history .tab-child .year div {
    width: 80px;
    height: 80px;
    transform: translateY(-35px);
  }
  main#sub-01-01-02 #emblem-grid img {
    max-height: 120px;
  }

  main#sub-01-04-03 .OverseasLanguageStudy .step {
    grid-template-columns: repeat(2, auto);
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-1.subject {
    order: 1;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-2.subject {
    order: 2;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-1.explain {
    order: 3;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-2.explain {
    order: 4;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-3.subject {
    order: 5;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-4.subject {
    order: 6;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-3.explain {
    order: 7;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-4.explain {
    order: 8;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-5.subject {
    order: 9;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-6.subject {
    order: 10;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-5.explain {
    order: 11;
  }
  main#sub-01-04-03 .OverseasLanguageStudy .step-6.explain {
    order: 12;
  }
  
  

}





/******* 추가 *******/
body {font-weight:500}
.black {color:#000 !important}
.p_color {color: var(--color-red);}
.white_box {background:#fff; border-top:1px solid var(--color-red); padding:50px 30px; line-height:180%; border-radius:0px 0px 10px 10px}

.step_02_line ul {display:flex}
.step_02_line ul li {width:50%; padding:10px 0px 10px 30px; border-left:1px solid #a3a3a3; line-height:180%;}
.step_02_line ul li p{ line-height:180%;}

.step_01_box ul {display:flex; flex-wrap: wrap;  gap:20px}
.step_01_box ul li {width:calc(20% - 16px); line-height:180%;}

.step_01_line > ul > li {width:100%; padding:10px 0px 10px 30px; border-left:1px solid #a3a3a3; margin:20px 0px; line-height:180%;}


.step_03_line ul {display:flex; flex-wrap: wrap; gap:30px}
.step_03_line ul li {width:calc(33.33% - 20px); padding:10px 0px 10px 30px; border-left:1px solid #a3a3a3}


.step_02_box ul {display:flex; flex-wrap: wrap; gap:30px}
.step_02_box ul li {width:calc(50% - 15px); padding:40px 30px; background:#fff;border-radius:10px }

.step_03_box ul {display:flex; gap:30px; flex-wrap: wrap;}
.step_03_box ul li {width:calc(33.33% - 20px); padding:40px 30px; background:#fff;border-radius:10px }


.btn_line_red {display: inline-block; color: var(--color-red);  border: 1px solid var(--color-red);  background: transparent;  border-radius: 9999px;  padding: 0px 15px;  transition: 0.3s;}
.btn_line_red:hover {background:var(--color-red); color:#fff}

.step_02_space-between {display:flex;     justify-content: space-between;}


.f_18_indent {text-indent: -14px;  margin-left: 14px;}

.f_16_indent {text-indent: -10px;  margin-left: 10px; margin-bottom:5px}
.black {color:#000 !important}
.tab-cont .title { word-break: keep-all;}
.center {text-align:center}
.align-center   {align-items: center;}

.table_type01 .first {background:#ececec; font-weight:500}
.table_type01 td {border-right:1px solid #bbbbbb; font-weight:400; line-height:180%; background:#ffffff;     word-break: auto-phrase;}
.table_type01 td:last-child {border-right:0px}
.bo-right {border-right:1px solid #bbbbbb !important;}

.table-box-li {color: #ee3e42; list-style-type: disc; text-align: left; margin-left: 20px;}
.table-box-li span {color: #000;}

.sub-05-box {border-top:1px solid #bbbbbb}

.select_01 {border:1px solid #ee3e42; padding:5px 20px; margin-right:5px; background:#efefef}


.flex {display:flex}
.flex_space-between{justify-content: space-between;}

.box_04 ul  {display:flex; flex-wrap: wrap;  gap:10px}
.box_04 ul li {width:calc(25% - 8px); line-height:180%; border:1px solid #ee3e42;  border-radius:10px; padding:30px 20px; background:#fff; transition: 0.3s;}
.box_04 ul li p {color:#ee3e42}

.box_04 ul li:hover {background:#ee3e42}
.box_04 ul li:hover div {color:#fff}
.box_04 ul li:hover p {color:#fff}

.step_02_box_no ul  {display:flex; flex-wrap: wrap;  gap:30px}
.step_02_box_no ul li {width:calc(50% - 15px);}


.img_05_02_01 ul {display:flex; justify-content: space-between; gap:10px;     align-items: center;}
.img_05_02_01 ul li {position: relative;}

.table_line label {border:1px solid #ee3e42; width:22px; height:22px;   cursor: pointer;   display: inline-block;}
.table_line .radio {display:none}
.checked .checkicon {
    display: inline !important;
}
.checkicon {
    width: 18px;
    position: relative;
    left: 1px;
    top: -5px;
    display: none;
}

.check_btn {background: #ee3e42; color:#fff; padding:5px 20px; border-radius: 50px; border:0}

.result_box{display: block; background: #ffff; padding: 30px;  margin: auto;  border-radius: 10px;}
.result_1 th{background: #ee3e42; color:#fff}
.result_2 th{background: #ee3e42; color:#fff}
.result_3 th{background: #ee4f53; color:#fff}
.result_4 th{background: #ee6165; color:#fff}
.result_5 th{background: #ee7376; color:#fff}




@media screen and (max-width:1200px) {
.tab-cont .title {min-width:400px}
}


@media screen and (max-width:900px) {
.tab-cont .title {min-width:100%; margin-bottom:20px}
br.pc {display:none}

.step_01_box ul li {width:calc(50% - 16px); line-height:180%;}
.box_04 ul li {width:calc(50% - 8px);}


.step_02_box_no ul li {width:100%;}
}



@media screen and (max-width: 768px) {
.white_box {padding:30px 20px}


.step_02_line ul {flex-wrap: wrap;}
.step_02_line ul li {width:100%; border-bottom:1px solid #a3a3a3; border-left:0px; margin-bottom:20px; padding:10px 0px 30px}

.step_03_line ul {flex-wrap: wrap;}
.step_03_line ul li {width:100%; border-bottom:1px solid #a3a3a3; border-left:0px; margin-bottom:20px; padding:10px 0px 30px}

.step_02_box ul  {flex-wrap: wrap; gap:10px}
.step_02_box ul li {width:100%;}

.step_03_box ul  {flex-wrap: wrap; gap:10px}
.step_03_box ul li {width:100%;}

.step_02_space-between { flex-direction: column;flex-wrap: wrap;}
.step_02_space-between .download {text-align:right; padding-top:10px}

.f_18_indent {text-indent: -11px;}

}



.lay_half {display:flex; gap:30px; justify-content: space-between;}
.lay_half .lay_left {width:30%}
.lay_half .lay_right {width:70%}
.lay_half .lay_left .table_type01 {display:flex;}
.lay_half .lay_left .sc-main-contnet {width:37%}
.lay_half .lay_left .sc-sub-content-item {width:63%}

.lay_half .lay_left .sc-sub-content-item th:nth-child(2), .lay_half .lay_left .sc-sub-content-item th:nth-child(4) {width:60px}
.lay_half .lay_left .sc-sub-content-item img {width:25px}
.lay_half .lay_left .sc-sub-content-item {overflow-y: auto; height:700px}

.lay_half .lay_left .sc-sub-content-item td:last-child {text-align:center}


@media screen and (max-width:1100px) {
.lay_half{flex-wrap: wrap;}
.lay_half .lay_left {width:100%}
.lay_half .lay_right {width:100%; margin-top:20px}

}

aside #toBottom {display:none}


.table td, .table th {border-top:0px}
.guide  {text-align: center;}
.guide img {width:auto}
.intro_top ul {display:flex}
.intro_top ul li {margin-right:10px}
.intro_top ul li a {padding:5px 10px; border-radius:50px; border: 1px solid rgb(187, 187, 187); color:#000}
.intro_top ul li.on a {border: 1px solid var(--color-red); background:var(--color-red)	; color:#fff}
.intro_top ul li a:hover {border: 1px solid var(--color-red); background:var(--color-red)	; color:#fff}

.f_16_indent_new_02 {text-indent: 0px !important;  margin-left: 20px !important; margin-bottom:5px}
.sc-privacy-ul-han li {text-indent: -19px;  margin-left: 34px;}

.sc-sub-content-li {text-indent: -13px !important;  margin-left: 17px !important; margin-bottom:5px}

.f_16_indent_new_03 {text-indent: -21px !important;  margin-left: 35px !important; margin-bottom:5px}
.f_16_indent_new_01 {text-indent: 0px;  margin-left: 16px; margin-bottom:5px}
.f_16_indent_new {text-indent: 0px;  margin-left: 33px; margin-bottom:5px}
.white_box_01 {background: #fff;  border-top: 1px solid var(--color-red);  padding: 20px 20px;  line-height: 180%;  border-radius: 0px 0px 10px 10px;}
.guide_05_ul ul {display:flex; flex-wrap: wrap; gap:20px}
.guide_05_ul ul li {width:calc(50% - 30px); }
.table_type01 td {text-align:center}
.btn-privacy {background: #EE3E41;     display: inline-block;
    color: #FFF;
    padding: 10px 20px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .white_box_01 { padding: 30px 20px;}
}



@media screen and (max-width:550px) {
.table_overflow {overflow: auto;}
.table_overflow  table {width:550px}
}