@charset "UTF-8";
/* URL */
/* Font */
/* Color */
/**
* --------------------------------
* Main CSS
* --------------------------------
*/
.theme-index #header nav {
  height: 68px;
}

.main-index .full {
  background: #f0f6f7;
  padding-bottom: 20px;
  margin-top: -41px;
}
.main-index .full .inner {
  z-index: 2;
}
.main-index .full .inner .topFrame {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 35px;
  width: 100%;
  overflow: hidden;
}

.mini.swiper-button-prev, .mini.swiper-button-next {
  background-image: url(../images/common/slide_miniBtn.png);
  width: 10px;
  height: 18px;
  background-size: auto;
  box-shadow: none;
  top: auto;
}
.mini.swiper-button-prev.swiper-button-disabled, .mini.swiper-button-next.swiper-button-disabled {
  display: block;
  opacity: 0.3;
}
.mini.swiper-button-next {
  background-position: -10px;
}

.swiper-main {
  display: inline-block;
  position: relative;
  /*재학생 오늘의 수업 슬라이드*/
}
.swiper-main .iconBox {
  position: absolute;
  top: -7px;
  right: 0;
  border-radius: 0 3px 0 3px;
}
.swiper-main .iconBox i {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.swiper-main .iconBox i:after {
  background-image: url(../images/common/_icon.png);
  display: inline-block;
  content: "";
}
.swiper-main .no-data {
  position: relative;
  margin: 0 auto;
  padding-top: 100px !important;
  width: 638px;
  height: 315px;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  box-sizing: border-box;
  z-index: 2;
}
.swiper-main .no-data p {
  margin: 18px 0;
  line-height: 1.7;
}
.swiper-main .no-data p strong {
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.swiper-main .no-data p span {
  display: block;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.swiper-main .no-data .add {
  display: inline-block;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  width: 120px;
  height: 29px;
  box-sizing: border-box;
}
.swiper-main .no-data .add span {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
}
.swiper-main .no-data .add span:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -299px -91px;
  width: 11px;
  height: 11px;
}




.swiper-main .swiper-slide .card {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  border-radius: 4px;
}
.swiper-main .swiper-slide .titLevel01 {
  display: block;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.2;
}
.swiper-main .swiper-slide .titLevel01.good,
.swiper-main .swiper-slide .titLevel01.bad {
  padding-left: 36px;
}
.swiper-main .swiper-slide .titLevel01.good:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -766px -73px;
  width: 27px;
  height: 27px;
}
.swiper-main .swiper-slide .titLevel01.bad:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -308px -27px;
  width: 27px;
  height: 27px;
}
.swiper-main .swiper-slide .iconBox i:after {
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -775px -44px;
  width: 23px;
  height: 24px;
}
.swiper-main .swiper-slide .classInfo {
  font-size: 12px;
  font-weight: 300;
}
.swiper-main .swiper-slide .classInfo .time p + p {
  margin-top: -3px;
}
.swiper-main .swiper-slide .classInfo .time p {
  color: #000;
}
.swiper-main .swiper-slide .classInfo .address {
  margin-top: 5px;
}
.swiper-main .swiper-slide .classInfo .address span {
  color: #767676;
}
.swiper-main .swiper-slide .classInfo .address span:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #dedede;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.swiper-main .swiper-slide .classInfo .address span:last-child:after {
  display: none;
}
.swiper-main .swiper-slide .attitude {
  box-sizing: border-box;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 20px;
}
.swiper-main .swiper-slide .attitude .row.row-sm {
  margin: 0;
}
.swiper-main .swiper-slide .attitude .col {
  width: 50%;
  background-color: #f3f3f3;
  border-radius: 3px;
}
.swiper-main .swiper-slide .attitude .col + .col {
  margin-left: 4px;
}
.swiper-main .swiper-slide .attitude a {
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -242px -91px;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.swiper-main .swiper-slide .attitude ul.top li {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}
.swiper-main .swiper-slide .attitude ul.top li strong {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #085cfd !important;
}
.swiper-main .swiper-slide .attitude ul.bot {
  width: 100%;
  margin-top: 4px;
}
.swiper-main .swiper-slide .attitude ul.bot li {
  background-color: #f3f3f3;
  line-height: 1;
  border-radius: 3px;
}
.swiper-main .swiper-slide .attitude ul.bot li span {
  font-weight: bold;
  color: #4c4c4c;
}
.swiper-main .swiper-slide .attitude ul.bot li strong {
  float: right;
  color: #000;
}
.swiper-main .swiper-slide .attitude ul.bot li strong em.slash {
  color: #999;
}
.swiper-main .swiper-slide .attitude ul.bot li strong em.red {
  color: #ea0000;
}
.swiper-main .swiper-slide .attitude ul.bot li strong em.blue {
  color: #085cfd;
}
.swiper-main .swiper-slide .attitude ul.bot li + li {
  margin-top: 4px;
}
.swiper-main .swiper-slide.untact .card {
  border-top: 7px solid #ff884f;
}
.swiper-main .swiper-slide.untact .card strong {
  color: #ff884f;
}
.swiper-main .swiper-slide.untact .card .iconBox {
  background-color: #ff884f;
}
.swiper-main .swiper-slide.connect .card {
  border-top: 7px solid #119d9b;
}
.swiper-main .swiper-slide.connect .card strong {
  color: #119d9b;
}
.swiper-main .swiper-slide.connect .card .iconBox {
  background-color: #119d9b;
}
.swiper-main .swiper-slide.mix .card {
  border-top: 7px solid #2fbd89;
}
.swiper-main .swiper-slide.mix .card strong {
  color: #2fbd89;
}
.swiper-main .swiper-slide.mix .card .iconBox {
  background-color: #2fbd89;
}

.main-index.freshman #tab-freshman {
  margin-left: -30px;
  margin-right: -30px;
}
.main-index.freshman .swiper-main {
  width: 100%;
  margin-top: 0;
}
.main-index.freshman .swiper-main .swiper-container:before, .main-index.freshman .swiper-main .swiper-container:after {
  content: "";
  display: block;
  top: 0;
  width: 40px;
  background: #fff;
  position: absolute;
  left: -12px;
  height: 100%;
  z-index: 1;
}
.main-index.freshman .swiper-main .swiper-button-prev {
  left: 0;
}
.main-index.freshman .swiper-main .swiper-wrapper {
  padding-left: 22px;
}
.main-index.freshman .swiper-main .swiper-slide {
  width: 230px;
  padding: 0 6px;
}
.main-index.freshman .swiper-main .swiper-slide .card {
  width: 230px;
  min-height: 315px;
  padding: 16px 20px 20px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude a {
  transform: scale(0.7);
}
.main-index.freshman .swiper-main .swiper-slide .attitude .col {
  padding: 10px 0 11px 14px;
  letter-spacing: -1px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude ul.top {
  padding-top: 3px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude ul.top li strong {
  margin-left: 2px;
  letter-spacing: -2px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude ul.top li + li {
  text-align: left;
  margin-left: 6px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude ul.bot li {
  padding: 7px 13px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude ul.bot li + li {
  margin-top: 8px;
}
.main-index.freshman .swiper-main .swiper-slide .attitude ul.bot .slash {
  margin: 0 4px;
}
.main-index.freshman .swiper-main .card-header {
  letter-spacing: -2px;
}
.main-index.freshman .swiper-main .card-header strong {
  font-size: 15px;
  letter-spacing: -1px;
}
.main-index.freshman .swiper-main .card-header .titLevel01 {
  font-size: 18px;
  letter-spacing: -0.5px;
  padding-top: 5px;
}
.main-index.freshman .swiper-main .card-header .classInfo {
  padding-top: 2px;
}
.main-index.freshman .swiper-main .card-header .classInfo .address {
  margin-top: 7px;
}
.main-index.freshman .swiper-main .card-header .classInfo .address span {
  letter-spacing: -0.3px;
}
.main-index.freshman .swiper-main .card-header .time p {
  letter-spacing: -0.4px;
}
.main-index.freshman .swiper-main .iconBox {
  width: 48px;
  height: 48px;
  top: -3px;
}
.main-index.freshman .swiper-main .iconBox i {
  top: 12px;
}
.main-index.students .freshman-class {
  flex: 0 0 65%;
  max-width: 65%;
}
.main-index.students .swiper-main {
  width: 100%;
  height: 315px;
  margin-top: 23px;
}
.main-index.students .swiper-main:before, .main-index.students .swiper-main:after {
  background: #fff;
  width: 50px;
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
}
.main-index.students .swiper-main:before {
  left: -9px;
  z-index: 3;
}
.main-index.students .swiper-main:after {
  right: 0;
}
.main-index.students .swiper-main .swiper-wrapper {
  width: 640px;
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.main-index.students .swiper-main .swiper-button-prev {
  left: 15px;
  margin-top: -29px;
}
.main-index.students .swiper-main .swiper-button-next {
  margin-top: -29px;
  right: 30px;
}
.main-index.students .swiper-main .iconBox {
  width: 50px;
  height: 50px;
}
.main-index.students .swiper-main .iconBox i {
  top: 15px;
}
.main-index.students .swiper-main .swiper-slide {
  width: 242px;
  padding: 0 6px;
  box-sizing: border-box;
}
.main-index.students .swiper-main .swiper-slide .card {
  width: 230px;
  min-height: 315px;
  padding: 20px;
}
.main-index.students .swiper-main .swiper-slide .card .attitude .col {
  padding: 10px;
}
.main-index.students .swiper-main .swiper-slide .card .attitude ul.top li + li {
  float: right;
  text-align: right;
}
.main-index.students .swiper-main .swiper-slide .card .attitude ul.bot li {
  padding: 9px 13px;
}

/*  공통영역 eNotice, 도서관 */
.board-eNotice,
.board-library {
  position: relative;
  margin-top: 60px;
}
.board-eNotice .tabs,
.board-library .tabs {
  position: absolute;
  top: 5px;
}
.board-eNotice .tabs .tab-link,
.board-library .tabs .tab-link {
  padding: 0 4px 6px 2px;
  border-bottom-width: 3px;
}
.board-eNotice .tabs .tab-link button,
.board-library .tabs .tab-link button {
  letter-spacing: -2px;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.board-eNotice .tabs .tab-link.current,
.board-library .tabs .tab-link.current {
  border-bottom-color: #347EE7;
}
.board-eNotice .tabs .tab-link.current button,
.board-library .tabs .tab-link.current button {
  color: #347EE7;
}

/*  공통영역 eNotice */
.board-eNotice {
  flex: 0 0 535px;
  max-width: 535px;
  margin-right: 80px;
}
.board-eNotice .titLevel01 {
  color: #000000;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.board-eNotice .tabs {
  right: -8px;
}
.board-eNotice .tabs .tab-link {
  margin: 0 14px;
}
.board-eNotice .list-dot {
  margin-top: 16px;
  min-height: 180px;
}
.board-eNotice .list-dot li {
  line-height: 1.87;
}
.board-eNotice .list-dot > li:before {
  width: 2px;
  height: 2px;
  top: 16px;
  background-color: #767676;
}
.board-eNotice .list-dot a:after {
  clear: both;
  content: "";
  display: block;
}
.board-eNotice .list-dot .txt {
  width: calc(100% - 80px);
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  letter-spacing: -1.7px;
}
.board-eNotice .list-dot .date {
  float: right;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4c4c4c;
}

/*  공통영역 : 도서관 */
.board-library {
  flex: 0 0 515px;
  max-width: 515px;
}
.board-library .titLevel01 {
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -3px;
}
.board-library .tabs {
  right: 6px;
}
.board-library .tabs .tab-link {
  margin: 0 15px;
}
.board-library .table-wrap.list {
  border-bottom: 1px solid #efefef;
}
.board-library .table-wrap.list .no-data {
  padding-top: 11px;
  padding-bottom: 18px;
}
.board-library .table-wrap.list .no-data p {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.board-library .table-wrap.list .no-data a {
  display: inline-block;
  margin-top: 8px;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  width: 147px;
  height: 29px;
  letter-spacing: -2px;
  box-sizing: border-box;
}
.board-library .table-wrap.list .no-data a span {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 29px;
}
.board-library .table-wrap.list .no-data a span:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -299px -91px;
  width: 11px;
  height: 11px;
}
.board-library .table-wrap.list .table-scroll .table {
  margin-top: 28px;
}
.board-library .table-wrap.list .table thead th {
  padding: 4px 0;
  color: #666666;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.board-library .table-wrap.list .table tbody td {
  padding: 7px 0;
}
.board-library .table-wrap.list .table tbody td.txt-Left {
  color: #767676;
  font-size: 15px;
  padding-left: 20px;
}
.board-library .table-wrap.list .table tbody td.Roboto {
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.board-library .table-header {
  padding-bottom: 10px;
}
.board-library .table-header .btn {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: white;
  width: 58px;
  height: 30px;
}
.board-library .table-header .btn + .btn {
  margin-left: 4px;
}
.board-library .table-header .btn.current {
  color: #fff;
  background: #347EE7;
  border-color: #347EE7;
}
.board-library .more {
  position: absolute;
  right: 4px;
  top: 26px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.board-library .more:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -128px -24px;
  width: 6px;
  height: 11px;
  background-image: url("../images/common/form.png");
  position: relative;
  top: 2px;
}

.library-textbook {
  padding-top: 23px;
  margin-left: -24px;
  margin-right: -24px;
}
.library-textbook .no-data {
  padding-top: 50px !important;
  padding-bottom: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-size: 12px;
}
.library-textbook .no-data p {
  font-size: 14px;
}
.library-textbook .scrollbar {
  max-height: 180px;
}
.library-textbook .scroll-wrapper > .scroll-element.scroll-x {
  display: none;
}
.library-textbook .scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
  z-index: 1;
}
.library-textbook .swiper-button-prev {
  left: 2px;
}
.library-textbook .swiper-button-next {
  right: 2px;
  z-index: 11;
}
.library-textbook .swiper-variable {
  padding-left: 24px;
  padding-right: 24px;
}
.library-textbook .swiper-container {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.library-textbook .swiper-container:before, .library-textbook .swiper-container:after {
  content: "";
  width: 24px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.library-textbook .swiper-container:before {
  left: 0;
}
.library-textbook .swiper-container:after {
  right: 0;
}
.library-textbook .swiper-slide {
  min-width: 146px;
  width: auto;
  padding: 0 3px;
}
.library-textbook .swiper-slide.double {
  width: 448px;
}
.library-textbook header {
  padding-left: 24px;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1.5px;
}
.library-textbook .badge {
  border-radius: 3px;
  min-width: 40px;
  line-height: 28px;
  padding: 0 12px;
  margin-right: 7px;
}
.library-textbook .card {
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0.574px 0.819px 4px 0px rgba(0, 0, 0, 0.05);
  height: auto;
  padding: 12px 16px;
}
.library-textbook .card:hover, .library-textbook .card:focus {
  padding: 11px 15px;
  border-width: 2px;
  border-color: #347EE7;
  box-shadow: 4.589px 6.553px 24px 0px rgba(0, 0, 0, 0.23);
}
.library-textbook .card-header {
  font-weight: 700;
  color: #085cfd;
}
.library-textbook .card-body {
  color: #000000;
  line-height: 1.3;
}
.library-textbook .card-footer {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #767676;
}

.library-loan {
  position: relative;
  padding-top: 23px;
  margin-right: 20px;
}

.library-seat {
  padding-top: 23px;
}
.library-seat .col.right {
  flex: 0 0 110px;
  max-width: 110px;
  margin-left: 30px;
  margin-right: 23px;
}
.library-seat .more {
  top: 4px;
}
.library-seat .seat {
  text-align: center;
  padding-top: 34px;
}
.library-seat .seat .titLevel01 {
  background: #347EE7;
  line-height: 40px;
  color: #fff;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  letter-spacing: -1px;
}
.library-seat .seat .titLevel01 .ui-tooltip {
  width: auto;
  letter-spacing: -1px;
  font-weight: 700;
  padding: 6px 10px;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.library-seat .seat .titLevel01 .ui-tooltip.red {
  border: 1px solid #ea0000;
  color: #ea0000;
}
.library-seat .seat .titLevel01 .ui-tooltip.red .arrow:after {
  border-color: #ea0000;
}
.library-seat .seat .titLevel01 .ui-tooltip.blue {
  border: 1px solid #347EE7;
  color: #347EE7;
}
.library-seat .seat .titLevel01 .ui-tooltip.blue .arrow:after {
  border-color: #347EE7;
}
.library-seat .seat .titLevel01 .ui-tooltip.gray {
  border: 1px solid #999;
  color: #999;
}
.library-seat .seat .titLevel01 .ui-tooltip.gray .arrow:after {
  border-color: #999;
}
.library-seat .seat .seat-info,
.library-seat .seat .seat-add {
  box-sizing: border-box;
  height: 97px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.library-seat .seat .seat-info {
  border: 2px solid #347EE7;
}
.library-seat .seat .seat-info .num {
  display: block;
  padding-top: 14px;
  font-size: 11px;
}
.library-seat .seat .seat-info .total {
  display: block;
  color: #347EE7;
  font-size: 13px;
  font-weight: 700;
  line-height: 0.7;
}
.library-seat .seat .seat-info strong {
  display: block;
  font-size: 26px;
  line-height: 1.3;
}
.library-seat .seat .seat-add {
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: dashed;
  background: #fafafa;
  display: table;
  width: 100%;
}
.library-seat .seat .seat-add span {
  display: table-cell;
  vertical-align: middle;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.library-seat .seat .seat-add span i {
  display: block;
  margin-bottom: 7px;
}
.library-seat .seat .seat-add span i:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -673px -72px;
  width: 19px;
  height: 19px;
}
.library-seat .swiper-slide.no-data {
	padding: 0 !important;
}
.library-seat .swiper-slide.no-data .seat-info {
	padding-top: 24px;
	font-size: 14px;
}
.library-seat .swiper-slide {
  opacity: 0 !important;
}
.library-seat .swiper-slide-active {
  opacity: 1 !important;
}
.library-seat .swiper-slide-active .ui-tooltip {
  display: block !important;
}
.library-seat .swiper-button-prev {
  left: 10%;
  margin-top: -57px;
}
.library-seat .swiper-button-next {
  right: 10%;
  margin-top: -57px;
}
.library-seat .swiper-seat.off .swiper-button-prev,
.library-seat .swiper-seat.off .swiper-button-next {
  opacity: 0;
}

.main-index.freshman .board-Charis {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 398px;
  box-sizing: border-box;
}
.main-index.students .board-Charis {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 398px;
  box-sizing: border-box;
}
.main-index.graduate .board-Charis {
  max-width: 308px;
  padding-top: 20px;
}
.main-index.graduate .ASK {
  padding-left: 170px;
  padding-right: 40px;
}
.main-index.graduate .ASK:after {
  right: 27px;
}

.ASK {
  position: relative;
  background: #f5f5f5;
  border-radius: 30px;
  box-sizing: border-box;
  padding-left: 177px;
  padding-right: 50px;
  height: 48px;
}
.ASK:after {
  content: "";
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #347ee7 transparent;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.ASK .auto-btn {
  position: absolute;
  right: -50px;
  top: 3px;
  text-indent: -9999px;
  background-color: #e7e7e7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.ASK .auto-btn.swiper-button-play {
  display: none;
}
.ASK .auto-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 8px;
}
.ASK .swiper-button-pause:after {
  background-image: url(../images/main/pause-btn.png);
}
.ASK .swiper-button-play:after {
  background-image: url(../images/main/play-btn.png);
}
.ASK .charlie {
  position: absolute;
  left: 18px;
  top: 10px;
  color: #347ee7;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}
.ASK .charlie:before {
  background-image: url(../images/common/_icon.png);
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-position: -683px -48px;
  position: relative;
  top: 4px;
  margin-right: 11px;
}
.ASK .AskSlide {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  top: 9px;
  max-width: 100%;
}
.ASK .swiper-slide {
  font-size: 14px;
  color: #000;
  text-align: left;
}
.ASK .swiper-slide:hover span, .ASK .swiper-slide:focus span {
  font-weight: 700;
}
.ASK .swiper-slide em {
  margin-right: 3px;
  color: #000;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.ASK .swiper-slide span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  display: inline-block;
}

/*
.board-Charis {
  padding: 10px 12px 0;

  .ASK {
    margin-top: 10px;
    width: calc(100% + 20px);
    padding: 9px 16px 16px 20px;
    line-height: 1;
    margin-left: -10px;

    span.charlie {
      color: #347ee7;
      font-weight: bold;
      vertical-align: middle;
    }

    .ask_icon {
    }

    .AskSlide {
      position: relative;
      display: inline-block;
      width: 110px;
      margin-left: 12px;
      vertical-align: middle;;
      top: 4px;
    }



    .triTop {
      @include triangle-top(12px, 7px, #347ee7);
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}

.main-index.freshamn {

  .ASK {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;

    span {
      &.charlie {
        position: relative;
        top: -3px;
        left: 30px;
      }
    }

    .ask_icon {
      position: absolute;
      left: -29px;
      top: 4px;
    }

    .AskSlide {
      margin-left: 56px;
    }
  }
  }
  .main-index.students {


    .ASK {
      margin-left: 20px;
      margin-right: 20px;
      width: 355px;
      margin-top: 16px;
      padding: 13px 15px;
    }
  }
*/
.board-calandar #monthCalendar .week-today {
  background: #f9f9f9;
}
.board-calandar #monthCalendar .fc-header-toolbar {
  margin-bottom: 14px;
}
.board-calandar #monthCalendar .fc-toolbar-title {
  position: relative;
  line-height: 1.5;
  color: #000;
}
.board-calandar #monthCalendar .fc-view-harness {
  margin-left: -9px;
}
.board-calandar #monthCalendar .fc-daygrid-day-number {
  font-size: 16px;
}
.board-calandar #monthCalendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background: #347EE7;
}
.board-calandar #monthCalendar .fc-button-group .fc-button {
  background: url(../images/common/slide_miniBtn.png) no-repeat right center;
  width: 10px;
  height: 18px;
  background-size: auto;
  box-shadow: none;
  margin-top: 0;
  position: absolute;
  top: -9px;
  border: 0;
  opacity: 0.3;
}
.board-calandar #monthCalendar .fc-button-group .fc-button:focus {
  outline: 2px solid #000;
}
.board-calandar #monthCalendar .fc-button-group .fc-button:hover, .board-calandar #monthCalendar .fc-button-group .fc-button:focus {
  opacity: 1;
}
.board-calandar #monthCalendar .fc-button-group .fc-icon {
  opacity: 0;
}
.board-calandar #monthCalendar .fc-button-group .fc-prev-button {
  background-position: left center;
  right: 40px;
  left: auto;
}
.board-calandar #monthCalendar .fc-button-group .fc-next-button {
  right: 5px;
}

/**
* --------------------------------
* 신입생
* --------------------------------
*/
.main-index.freshman .topFrame {
  height: 438px;
}
.main-index.freshman .col.ai {
  flex: 0 0 250px;
  max-width: 250px;
}
.main-index.freshman .col.majormap {
  flex: 0 0 480px;
  max-width: 480px;
  height: 100%;
  overflow: hidden;
}
.main-index.freshman .board-calandar {
  height: 360px;
  box-sizing: border-box;
  padding: 23px 10px 0 32px;
}
.main-index.freshman .board-calandar #monthCalendar .fc-header-toolbar {
  margin-bottom: 28px;
}
.main-index.freshman .board-schedule {
  width: 400px;
  margin-top: 22px;
}
.main-index.freshman .board-todolist {
  margin-top: 32px;
  max-width: 400px;
}
.main-index.freshman .board-todolist .scrollbar {
  margin-top: 10px;
  max-height: 145px;
}
.main-index.freshman .board-timetable .subject {
  flex: 0 0 530px;
  max-width: 530px;
}
.main-index.freshman .freshman-class {
  flex: 0 0 665px;
  max-width: 665px;
  padding-top: 33px;
}
.main-index.freshman .freshman-class + .col {
  margin-left: 64px;
}
.main-index.freshman .freshman-class .tabs {
  height: 40px;
}

.board-ai {
  padding-top: 33px;
  padding-left: 31px;
}
.board-ai .jumbotron {
  display: block;
  background: url("../images/common/ai_robot_80x80.png") no-repeat 0 0;
  background-size: 48px;
  padding-left: 58px;
  padding-top: 2px;
  padding-bottom: 10px;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.board-ai .jumbotron:hover, .board-ai .jumbotron:focus {
  font-weight: 700;
  color: #000;
}
.board-ai .jumbotron span {
  display: block;
}
.board-ai .txt {
  padding-top: 31px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: -1px;
  line-height: 1.35;
}
.board-ai .txt span {
  display: block;
}
.board-ai .txt strong {
  color: #347EE7;
}
.board-ai .btns {
  margin-top: 12px;
  margin-left: -2px;
  text-align: left;
}
.board-ai .btns .btn {
  min-width: 52px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background-color: white;
  line-height: 30px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 10px;
}
.board-ai .btns .btn + .btn {
  margin-left: 4px;
}
.board-ai .btns .btn.current {
  color: #fff;
  background: #347EE7;
  border-color: #347EE7;
}
.board-ai .more {
  position: absolute;
  left: 105px;
  bottom: 15px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -788px 0;
  width: 40px;
  height: 40px;
}

.freshman-class .tab-link + .tab-link {
  margin-left: 25px;
}
.freshman-class .tab-link button {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -2px;
}
.freshman-class .tab-link.current {
  border-bottom-width: 0;
}
.freshman-class .tab-link.current button {
  color: #000000;
  font-weight: 700;
  letter-spacing: -2.5px;
}
.freshman-class .tab-link.friend {
  float: right;
  margin-right: -22px;
  margin-left: 0;
}
.freshman-class .tab-link.friend button {
  position: relative;
  margin-top: 2px;
  color: #767676;
  padding-bottom: 1px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1px;
}
.freshman-class .tab-link.friend button:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -661px -49px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}
.freshman-class .tab-link.friend.current button {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.freshman-class .tab-link.friend.current button:before {
  background-position: -697px -73px;
}

.board-note {
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 24px;
  width: 689px;
  height: 313px;
}
.board-note ul {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 5px;
}
.board-note li {
  position: relative;
  padding: 13px 0 20px 77px;
  border-bottom: 1px solid #efefef;
}
.board-note li:before {
  position: absolute;
  left: 21px;
  top: 34px;
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -719px -73px;
  width: 23px;
  height: 24px;
  z-index: 1;
}
.board-note li:after {
  position: absolute;
  left: 6px;
  top: 20px;
  content: "";
  background-color: #f1f5ff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.board-note li .titLevel02 {
  letter-spacing: -1px;
  padding-right: 120px;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
}
.board-note li .titLevel02 .ellipsis {
  display: inline-block;
}
.board-note li .titLevel02 span {
  font-weight: 400;
  color: #767676;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 17px;
}
.board-note li p {
  color: #4c4c4c;
}
.board-note li p .badge {
  min-width: auto;
  margin-right: 8px;
}
.board-note li p .subject {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.board-note li p .subject:after {
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: 5px;
  width: 1px;
  height: 10px;
  position: static;
  margin: 0 10px;
}
.board-note li p .time {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.board-note > a {
  display: block;
  width: 100%;
  height: 35px;
}
.board-note > a:before {
  content: "";
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -6px -85px;
  width: 18px;
  height: 8px;
}

.board-timetable {
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 24px;
  background: #f9f9f9;
  width: 689px;
  height: 313px;
}

.board-timetable-header {
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: white;
  height: 32px;
  padding-top: 19px;
  padding-bottom: 20px;
}
.board-timetable-header .btns {
  text-align: left;
  margin-left: 20px;
}
.board-timetable-header .btns .btn {
  margin: 0 5px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  background: #fff;
  color: #666;
  width: 59px;
  line-height: 30px;
}
.board-timetable-header .btns .btn.current {
  color: #fff;
  background: #347EE7;
  border-color: #347EE7;
}
.board-timetable-header .myfriend {
  margin-left: 23px;
}
.board-timetable-header .myfriend .filter-friend {
  width: 170px;
}
.board-timetable-header .myfriend > p {
  position: relative;
  top: 6px;
  color: #000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}
.board-timetable-header .more {
  position: absolute;
  right: 23px;
  top: 26px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.board-timetable-header a.more {
  color: #767676;
}
.board-timetable-header a.more:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -128px -24px;
  width: 6px;
  height: 11px;
  background-image: url("../images/common/form.png");
  position: relative;
  top: 0;
}
.board-timetable-header button.more {
  color: #347EE7;
  right: 32px;
}
.board-timetable-header button.more:after {
  position: absolute;
  top: 6px;
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #347EE7;
}

.board-timetable-body .titLevel01 {
  padding-left: 23px;
  padding-top: 23px;
}
.board-timetable-body .titLevel01 strong {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: red;
  margin-left: 8px;
}
.board-timetable-body .scrollbar {
  padding-left: 23px;
  padding-right: 23px;
  max-height: 238px;
}
#tab-freshman-4 .board-timetable-body .scrollbar {
  max-height: 190px;
}
.board-timetable-body .scrollbar .scroll-y {
  z-index: 1;
}
.board-timetable-body ul {
  padding-top: 5px;
}
.board-timetable-body ul li {
  padding-top: 11px;
  padding-bottom: 11px;
}
.board-timetable-body ul li + li {
  border-top: 1px solid #efefef;
}
.board-timetable-body .time {
  position: relative;
  flex: 0 0 113px;
  max-width: 113px;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.board-timetable-body .time:after {
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #085cfd;
  position: absolute;
  right: 0;
  top: 7px;
  width: 6px;
  height: 48px;
}
.board-timetable-body .time strong {
  display: block;
  color: #000000;
  font-size: 22px;
  font-weight: 780;
  line-height: 1;
  padding-top: 10px;
}
.board-timetable-body .time span {
  color: #4c4c4c;
}
.board-timetable-body .subject {
  padding-top: 5px;
  padding-left: 15px;
}
.board-timetable-body .subject strong {
  display: block;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.board-timetable-body .subject span {
  color: #555555;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.board-timetable-body .subject span i {
  position: relative;
  top: -5px;
  content: "";
  background: #d3d3d3;
  width: 2px;
  height: 2px;
  display: inline-block;
}
.board-timetable-body .subject .more {
  position: absolute;
  right: 9px;
  top: 50%;
  color: #347EE7;
  font-size: 14px;
}
.board-timetable-body .subject .more:after {
  position: absolute;
  top: 6px;
  margin-left: 4px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #347EE7;
}

.board-friend {
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 24px;
  background: #ffffff;
  width: 689px;
  height: 313px;
  text-align: center;
}
.board-friend .no-data {
  padding-top: 70px !important;
}
.board-friend i {
  display: inline-block;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  border-radius: 50%;
  background-color: white;
  width: 48px;
  height: 48px;
}
.board-friend i:before {
  content: "";
  margin-top: 14px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -126px -87px;
  width: 22px;
  height: 18px;
}
.board-friend p {
  margin: 18px 0;
  line-height: 1.7;
}
.board-friend p strong {
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.board-friend p span {
  display: block;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.board-friend .add {
  display: inline-block;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  width: 120px;
  height: 29px;
  box-sizing: border-box;
}
.board-friend .add span {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
}
.board-friend .add span:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -299px -91px;
  width: 11px;
  height: 11px;
}

.board-schedule {
  margin-top: 29px;
}
.board-schedule .titLevel01 {
  position: absolute;
  line-height: 1;
  padding-top: 6px;
  padding-left: 3px;
}
.board-schedule .titLevel01:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -222px -24px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  position: relative;
  top: 1px;
  left: -2px;
}

.swiper-schedule .list-dot li {
  margin: 14px 0;
}
.swiper-schedule .list-dot li a {
  display: inline-block;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.swiper-schedule .list-dot li a span.txt {
  display: inline-block;
  max-width: calc(100% - 70px);
}
.swiper-schedule .list-dot li a span.Roboto {
  float: right;
  color: #4c4c4c;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.swiper-schedule .swiper-wrapper {
  padding-top: 32px;
}

.swiper-schedule .swiper-button-prev,
.swiper-schedule .swiper-button-next,
.swiper-self .swiper-button-prev,
.swiper-self .swiper-button-next {
  background: url(../images/common/slide_miniBtn.png) no-repeat right center;
  width: 10px;
  height: 18px;
  background-size: auto;
  box-shadow: none;
  margin-top: 0;
  position: absolute;
  top: 7px;
}
.swiper-schedule .swiper-button-disabled,
.swiper-self .swiper-button-disabled {
  display: block !important;
  opacity: 0.35;
}
.swiper-schedule .swiper-button-prev,
.swiper-self .swiper-button-prev {
  background-position: left center;
  right: 35px;
  left: auto;
}
.swiper-schedule .swiper-button-next,
.swiper-self .swiper-button-next {
  right: 0;
}

.board-todolist {
  position: relative;
}
.board-todolist .titLevel01 {
  line-height: 1;
  padding-top: 6px;
  padding-left: 3px;
  letter-spacing: -0.5px;
}
.board-todolist .titLevel01:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -744px -72px;
  width: 18px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  position: relative;
  top: 1px;
  left: -2px;
}
.board-todolist .more {
  position: absolute;
  right: 4px;
  top: 5px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.board-todolist .more:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -128px -24px;
  width: 6px;
  height: 11px;
  background-image: url("../images/common/form.png");
  position: relative;
  top: 2px;
}
.board-todolist .no-data {
  padding-top: 16px !important;
  padding-bottom: 16px;
}
.board-todolist .no-data strong {
  display: block;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 4px;
}
.board-todolist .no-data span {
  display: block;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
}
.board-todolist .no-data button,
.board-todolist .no-data a {
  display: inline-block;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  width: auto;
  height: 29px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 3px;
}
.board-todolist .no-data button span,
.board-todolist .no-data a span {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
}
.board-todolist .no-data button span:before,
.board-todolist .no-data a span:before {
  content: "";
  margin-right: 6px;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -299px -91px;
  width: 11px;
  height: 11px;
}

/**
* --------------------------------
* 재학생
* --------------------------------
*/
.main-index.students {
  /*주요일정*/
}
.main-index.students .topFrame {
  height: 440px;
}
.main-index.students .topFrame .col.right {
  flex: 0 0 35%;
  max-width: 35%;
}
.main-index.students .topFrame .col.right:after {
  content: "";
  height: 398px;
  z-index: 2;
  width: 1px;
  position: absolute;
  background-color: #e7e7e7;
  top: 20px;
  left: -3px;
}
.main-index.students .topFrame .board-calandar {
  padding: 20px 30px;
  position: relative;
}
.main-index.students .freshman-class .tabs {
  padding: 31px 66px 4px 41px;
}
.main-index.students .freshman-class .tab-link + .tab-link {
  margin-left: 29px;
}
.main-index.students .freshman-class .tab-link button {
  letter-spacing: -1.5px;
}
.main-index.students .board-timetable .subject {
  flex: 0 0 475px;
  max-width: 475px;
}
.main-index.students .board-timetable,
.main-index.students .board-friend,
.main-index.students .board-note {
  margin-top: 23px;
  margin-left: 46px;
  width: 638px;
}
.main-index.students .main_tab01 ul {
  float: left;
}
.main-index.students .main_tab01 ul li + li {
  margin-left: 25px;
}
.main-index.students .main_tab01 ul li {
  display: inline-block;
}
.main-index.students .main_tab01 ul li button {
  font-size: 20px;
  color: #767676;
  letter-spacing: -1px;
}
.main-index.students .main_tab01 ul li.current {
  border-bottom-width: 0;
}
.main-index.students .main_tab01 ul li.current button {
  color: #000000;
  font-weight: bold;
}
.main-index.students #tab-pages .tab-content {
  display: none;
}
.main-index.students #tab-pages .tab-content.current {
  display: block;
}
.main-index.students .card-curriculum .col.left {
  flex: 0 0 62%;
  max-width: 62%;
}
.main-index.students .card-curriculum {
  margin-top: 6px;
  /*교과, 비교과*/
}
.main-index.students .no-data {
  padding-top: 140px;
}
.main-index.students .card-curriculum .swiper-curriculum {
  padding: 0;
}
.main-index.students .card-curriculum .swiper-curriculum .swiper-slide {
  padding-bottom: 3px;
  width: 690px;
}
.main-index.students .card-curriculum .swiper-curriculum .swiper-slide.no-data {
  margin-bottom: 3px;
  height: 365px;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 24px;
  box-sizing: border-box;
}
.main-index.students .card-curriculum .swiper-curriculum .swiper-button-prev {
  display: none;
  left: -20px;
}
.main-index.students .card-curriculum .swiper-curriculum .swiper-button-next {
  display: none;
  right: -20px;
}
.main-index.students .card-curriculum .swiper-curriculum.active .swiper-button-prev:not(.swiper-button-disabled) {
  display: block;
}
.main-index.students .card-curriculum .swiper-curriculum.active .swiper-button-next:not(.swiper-button-disabled) {
  display: block;
}
.main-index.students .card-curriculum .curriculum_list {
  display: flex;
  flex-wrap: wrap;
}
.main-index.students .card-curriculum .curriculum_list li {
  margin-left: 14px;
  min-height: 175px;
  border: 1px solid #E7E7E7;
  border-radius: 3px;
  flex: 0 0 4;
  padding: 28px 19px;
  box-sizing: border-box;
  width: 220px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.main-index.students .card-curriculum .curriculum_list li:nth-child(1),
.main-index.students .card-curriculum .curriculum_list li:nth-child(4) {
  margin-left: 1px;
}
.main-index.students .card-curriculum .curriculum_list li strong {
  color: #12419a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main-index.students .card-curriculum .curriculum_list li .tit {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: -1px;
  font-weight: 700;
}
.main-index.students .card-curriculum .curriculum_list li p {
  font-size: 14px;
  color: #767676;
  margin-top: 12px;
  letter-spacing: 0.2px;
}
.main-index.students .card-curriculum .curriculum_list li:nth-child(n+4) {
  margin-top: 15px;
}
.main-index.students .card-curriculum .curriculum_list.subject li {
  padding-top: 20px;
}
.main-index.students .card-curriculum .curriculum_list.subject li.untact {
  border-top: 5px solid #ff884f;
}
.main-index.students .card-curriculum .curriculum_list.subject li.connect {
  border-top: 5px solid #119d9b;
}
.main-index.students .card-curriculum .curriculum_list.subject li.mix {
  border-top: 5px solid #2fbd89;
}
.main-index.students .card-curriculum .curriculum_list.subject li.untact strong {
  color: #ff884f;
}
.main-index.students .card-curriculum .curriculum_list.subject li.connect strong {
  color: #119d9b;
}
.main-index.students .card-curriculum .curriculum_list.subject li.mix strong {
  color: #2fbd89;
}
.main-index.students .card-curriculum .curriculum_list.subject li strong {
  font-size: 15px;
}
.main-index.students .card-curriculum .curriculum_list.subject li .titLevel01 {
  margin-top: 6px;
  line-height: 24px;
  font-size: 18px;
}
.main-index.students .card-curriculum .curriculum_list.subject li .time {
  margin-top: 5px;
  font-size: 18px;
}
.main-index.students .card-curriculum .curriculum_list.subject li .time span {
  display: block;
  line-height: 15px;
  color: #000000;
  font-size: 12px;
}
.main-index.students .card-curriculum .curriculum_list.subject li address {
  margin-top: 7px;
  color: #767676;
  font-size: 12px;
}
.main-index.students .card-curriculum .curriculum_list.subject li address span:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #dedede;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.main-index.students .card-curriculum .col.right {
  flex: 0 0 38%;
  max-width: 38%;
}
.main-index.students .daily_schedule {
  margin-top: -2px;
  padding-left: 42px;
  position: relative;
}
.main-index.students .daily_schedule .titLevel01 {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: -4px;
}
.main-index.students .daily_schedule .titLevel01 i:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -222px -24px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.main-index.students .daily_schedule #swiper-title {
  display: inline-block;
  width: 255px;
  vertical-align: middle;
  margin-bottom: 10px;
  height: 30px;
}
.main-index.students .daily_schedule #swiper-title .swiper-slide {
  color: #4c4c4c;
  padding: 0 10px;
}
.main-index.students .daily_schedule .mini_btn {
  width: 45px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
}
.main-index.students .daily_schedule .mini {
  margin-top: 0;
}
.main-index.students .daily_schedule .mini.swiper-button-next {
  background-position: -10px;
}
.main-index.students .daily_schedule .swiper-button-prev.swiper-button-disabled, .main-index.students .daily_schedule .swiper-button-next.swiper-button-disabled {
  display: block;
}
.main-index.students .main_shotcut {
  background-image: url(../images/common/main_shohcutBg.png);
  width: 100%;
  margin-top: 60px;
  border-radius: 18px;
}
.main-index.students .main_shotcut .col {
  height: 160px;
}
.main-index.students .main_shotcut .col.left {
  padding-left: 38px;
  padding-top: 46px;
  line-height: 1.3;
}
.main-index.students .main_shotcut .col.left .chart-wrapper {
  padding-left: 90px;
}
.main-index.students .main_shotcut .col.center {
  padding-top: 46px;
  line-height: 1.3;
  flex: 0 0 23.5%;
  max-width: 23.5%;
}
.main-index.students .main_shotcut .col.center .chart-wrapper {
  padding-left: 80px;
}
.main-index.students .main_shotcut .col.right {
  flex: 0 0 50%;
  max-width: 50%;
}
.main-index.students .main_shotcut .chart_card .txt-area {
  color: #333333;
}
.main-index.students .main_shotcut .chart_card .txt-area .txt-value {
  display: inline-block;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.main-index.students .main_shotcut .chart_card .txt-area .txt-end {
  display: inline-block;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.main-index.students .main_shotcut .chart_card .txt-area .txt-end:before {
  content: "/";
}
.main-index.students .main_shotcut .chart_card + .chart_card {
  margin-left: 40px;
}
.main-index.students .main_shotcut #doughnuthalf2 .txt-value:after {
  content: "학점";
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.main-index.students .main_shotcut .titLevel03 {
  float: left;
  padding-top: 10px;
  letter-spacing: -1px;
}
.main-index.students .shotcut_link {
  padding-top: 25px;
  justify-content: space-around;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.main-index.students .shotcut_link a {
  position: absolute;
  display: block;
  text-align: center;
  padding: 20px 50px 20px 20px;
  box-sizing: border-box;
  background-color: rgba(167, 130, 231, 0.07);
  border-radius: 16px;
}
.main-index.students .shotcut_link a:hover img, .main-index.students .shotcut_link a:focus img {
  position: relative;
}
.main-index.students .shotcut_link a:hover:before, .main-index.students .shotcut_link a:focus:before {
  content: "";
  display: block;
  background-color: #323251;
  position: absolute;
  left: 20px;
  bottom: 28px;
  width: 93px;
  height: 2px;
}
.main-index.students .shotcut_link a.right:hover:before, .main-index.students .shotcut_link a.right:focus:before {
  bottom: 15px;
}
.main-index.students .shotcut_link a:after {
  position: absolute;
  right: 20px;
  top: 79px;
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -329px -67px;
  width: 24px;
  height: 6px;
}
.main-index.students .shotcut_link a.left {
  left: 5px;
}
.main-index.students .shotcut_link a.right {
  left: 343px;
  padding-right: 60px;
}
.main-index.students .shotcut_link a.right:before {
  width: 110px;
}
.main-index.students .shotcut_link a.right:after {
  right: 17px;
}
.main-index.students .shotcut_link a img {
  margin: 0 auto;
  display: block;
}
.main-index.students .board-todolist {
  padding: 7px 0 0 37px;
}
.main-index.students .board-todolist .scrollbar {
  padding-right: 33px;
  max-height: 360px;
}
.main-index.students .board-eNotice, .main-index.students .board-library {
  margin-top: 50px;
}

/**
* --------------------------------
* 졸업생
* --------------------------------
*/
.main-index.graduate .board-schedule {
  max-width: 308px;
}
.main-index.graduate .ASK .swiper-slide span {
  padding-left: 15px;
}
.main-index.graduate .ASK:after {
  right: 23px;
}
.main-index.graduate .ASK .auto-btn {
  right: -30px;
}
.main-index.graduate .topFrame {
  height: 368px;
}
.main-index.graduate .topFrameHeader {
  padding-left: 40px;
  padding-right: 40px;
}
.main-index.graduate .topFrameHeader .row {
  border-bottom: 1px solid #efefef;
}
.main-index.graduate .topFrameHeader .left span {
  position: relative;
  color: #000;
  line-height: 80px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.main-index.graduate .topFrameHeader .left span + span {
  padding-left: 17px;
  margin-left: 17px;
}
.main-index.graduate .topFrameHeader .left span + span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: 10px;
  width: 1px;
  height: 20px;
}
.main-index.graduate .topFrameHeader .left strong {
  margin-left: 5px;
  font-weight: 700;
}
.main-index.graduate .topFrameHeader .center {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 20px;
  line-height: 84px;
  text-align: right;
  letter-spacing: -1px;
}
.main-index.graduate .topFrameHeader .right {
  padding-top: 30px;
  flex: 0 0 300px;
  max-width: 300px;
}
.main-index.graduate .topFrameHeader .progress-txt {
  color: #000000;
}
.main-index.graduate .topFrameHeader .progress-txt strong {
  color: #347EE7;
  border-bottom: 1px solid #347EE7;
}
.main-index.graduate .topFrameBody {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
.main-index.graduate .topFrameBody .left {
  text-align: center;
  color: #4c4c4c;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-top: 16px;
  padding-right: 67px;
}
.main-index.graduate .topFrameBody .left ul {
  margin-left: -17px;
}
.main-index.graduate .topFrameBody .left li {
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
  padding: 0 30px;
}
.main-index.graduate .topFrameBody .left li + li:before {
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: -3px;
  width: 1px;
  height: 60px;
  position: absolute;
}
.main-index.graduate .topFrameBody .left li > span {
  display: block;
  margin-top: 11px;
}
.main-index.graduate .topFrameBody .left li > span strong {
  color: #347EE7;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  top: 3px;
  padding-left: 13px;
  padding-right: 4px;
}
.main-index.graduate .topFrameBody .right {
  height: 80px;
  flex: 0 0 57%;
  max-width: 57%;
  border-radius: 2px;
  background: #f5f8fe;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #666666;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.main-index.graduate .topFrameBody .right .col {
  padding-top: 12px;
  letter-spacing: -1px;
}
.main-index.graduate .topFrameBody .right strong {
  font-weight: 700;
  color: #333333;
}
.main-index.graduate .topFrameBody .right .date {
  color: #666666;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px;
  letter-spacing: -1.5px;
}
.main-index.graduate .topFrameBody .right p {
  padding-right: 60px;
}
.main-index.graduate .topFrameBody .right .outline {
  position: absolute;
  right: 17px;
  bottom: 0;
  width: 54px;
  padding-left: 0;
  padding-right: 0;
}
.main-index.graduate .topFrameBody .right li + li:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: 16px;
  width: 1px;
  height: 40px;
}
.main-index.graduate .topFrameFooter .swiper-container {
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 23px;
}
.main-index.graduate .topFrameFooter .swiper-container:before, .main-index.graduate .topFrameFooter .swiper-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
}
.main-index.graduate .topFrameFooter .swiper-container:before {
  left: 0;
  width: 100px;
  z-index: 2;
}
.main-index.graduate .topFrameFooter .swiper-container:after {
  right: 0;
  width: 100px;
  z-index: 1;
}
.main-index.graduate .topFrameFooter .swiper-slide {
  text-align: center;
}
.main-index.graduate .topFrameFooter .swiper-slide canvas {
  margin: 0 auto;
}
.main-index.graduate .topFrameFooter .swiper-slide .txt-area {
  color: #333333;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.main-index.graduate .topFrameFooter .swiper-slide .txt-value {
  color: #767676;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.main-index.graduate .topFrameFooter .swiper-slide .txt-value span {
  color: #000;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.main-index.graduate .topFrameFooter .swiper-button-prev,
.main-index.graduate .topFrameFooter .swiper-button-next {
  margin-top: 45px;
}
.main-index.graduate .topFrameFooter .swiper-button-next {
  right: 40px;
}
.main-index.graduate .topFrameFooter .swiper-button-prev {
  left: 40px;
}
.main-index.graduate .my-portfolio {
  flex: 0 0 770px;
  max-width: 770px;
  margin-right: 30px;
  margin-top: 25px;
  height: 435px;
}
.main-index.graduate .my-self {
  flex: 0 0 310px;
  max-width: 310px;
  margin-top: 25px;
  margin-left: 20px;
}
.main-index.graduate .board-calandar {
  flex: 0 0 432px;
  max-width: 432px;
  padding-top: 28px;
  padding-right: 77px;
}
.main-index.graduate .board-todolist {
  margin-top: 27px;
  flex: 0 0 313px;
  max-width: 313px;
  margin-right: 77px;
}
.main-index.graduate .board-todolist .titLevel01 {
  padding-bottom: 10px;
}
.main-index.graduate .board-todolist .scrollbar {
  max-height: 275px;
}
.main-index.graduate .board-schedule .swiper-schedule .swiper-wrapper {
  padding-top: 27px;
}
.main-index.graduate .board-schedule .swiper-schedule .list-dot li {
  margin: 18px 0;
}

.my-portfolio {
  position: relative;
}
.my-portfolio .titLevel01 {
  margin-bottom: 20px;
}
.my-portfolio .ai {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 88px;
  padding-top: 2px;
}
.my-portfolio .ai:hover, .my-portfolio .ai:focus {
  font-weight: 700;
}
.my-portfolio .ai span {
  display: block;
}
.my-portfolio .ai:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 6px;
  background: url("../images/common/ai_robot_80x80.png") no-repeat 0 0;
  background-size: cover;
  width: 35px;
  height: 35px;
}
.my-portfolio .scrollbar {
  max-height: 383px;
}
.my-portfolio .timeline-list {
  padding-right: 40px;
}
.my-portfolio .timeline-list .media {
  box-shadow: none;
}
.my-portfolio .timeline-list .media.fix {
  border-color: #924EF9;
}
.my-portfolio .timeline-list .media-body .more {
  right: 4px;
}
.my-portfolio .timeline-list > ul {
  margin-left: 55px;
}
.my-portfolio .timeline-list > ul > li:before {
  left: -37px;
}
.my-portfolio .timeline-list > ul > li:after {
  left: -55px;
}
.my-portfolio .timeline-list > ul > li:last-child:before {
  height: auto;
  bottom: 0;
}
.my-portfolio .timeline-list .collapse-header {
  padding-top: 8px;
  margin-bottom: 7px;
}
.my-portfolio .timeline-list .collapse-header button {
  font-size: 18px;
}
.my-portfolio .timeline-list .collapse-header button:after {
  top: 8px;
}
.my-portfolio .timeline-list .list-media .list-dot span {
  color: #666666;
}

.my-self .titLevel01 {
  position: absolute;
}
.my-self .swiper-wrapper {
  padding-top: 50px;
}
.my-self .card {
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto;
  height: 363px;
  transition: box-shadow 0.3s;
  padding-bottom: 51px;
}
.my-self .card:hover, .my-self .card:focus {
  box-shadow: 0px 14px 27px rgba(0, 0, 0, 0.14);
}
.my-self .card.add {
  border-radius: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #e7e7e7;
  padding-bottom: 0;
  background-color: #f9f9f9;
  min-height: 313px;
}
.my-self .card.add .card-inner {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  padding-top: 5px;
}
.my-self .card.add p {
  padding-top: 10px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #767676;
}
.my-self .card .card-header {
  padding: 20px 18px;
}
.my-self .card .card-header button {
  float: left;
  padding: 10px;
  margin: -10px -10px;
}
.my-self .card .card-header label {
  float: right;
  position: relative;
}
.my-self .card .card-header:after {
  clear: both;
  content: "";
  display: block;
}
.my-self .card .card-header input.switch + span:before {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  content: "비공개";
  position: absolute;
  text-align: right;
  width: 50px;
  left: -58px;
  top: -5px;
  background: none;
}
.my-self .card .card-header input.switch:checked + span:before {
  content: "공개";
}
.my-self .card .card-header input.switch:checked + span i:before {
  background-color: #924EF9;
  border-color: #924EF9;
}
.my-self .card .card-header input.switch:checked + span i:after {
  border-color: #924EF9;
}
.my-self .card .card-body {
  display: table;
  height: calc(100% - 64px);
}
.my-self .card .card-body .card-inner {
  display: table-cell;
  vertical-align: middle;
  transform: translateY(-7%);
}
.my-self .card .card-body img {
  border-radius: 24%;
}
.my-self .card .card-body strong {
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: black;
}
.my-self .card .card-body .date {
  display: block;
  padding-top: 15px;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.my-self .card .card-body .tag {
  padding: 15px 0 2px;
}
.my-self .card .card-body .tag span {
  color: #924EF9;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 1px;
}
.my-self .card .card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #efefef;
}
.my-self .card .card-footer .btns .btn {
  width: 50%;
  line-height: 50px;
  margin: 0;
  box-sizing: border-box;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.my-self .card .card-footer .btns .btn i {
  margin-right: 9px;
}
.my-self .card .card-footer .btns .btn i.print:before {
  top: 4px;
}
.my-self .card .card-footer .btns .btn:hover {
  color: #924EF9;
}
.my-self .card .card-footer .btns .btn:hover i:before {
  background-position-y: -24px;
}
.my-self .card .card-footer .btns .btn + .btn {
  border-left: 1px solid #efefef;
}

.theme-index #majormap .frame {
  transition: all 0.3s;
  opacity: 0;
  display: none;
  border-radius: 24px;
  padding: 16px 30px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #347ee7;
  background-color: white;
  box-shadow: 0px 9px 0px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  min-width: 300px;
  box-sizing: border-box;
  z-index: 2;
}
.theme-index #majormap .frame .frame-inner {
  position: relative;
}
.theme-index #majormap .frame .frame-inner:after {
  position: absolute;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 57px;
  height: 91px;
  background-image: url("../images/planning/student.png");
  content: "";
  left: 50%;
  margin-left: -57px;
}
.theme-index #majormap .frame strong {
  color: #347fe5;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding-bottom: 12px;
}
.theme-index #majormap .frame .close {
  position: absolute;
  display: block;
  background: url("../images/common/form.png") no-repeat -85px -20px;
  left: auto;
  top: 7px;
  right: 0px;
  width: 13px;
  height: 13px;
  padding: 0;
}
.theme-index #majormap .frame:after, .theme-index #majormap .frame:before {
  position: absolute;
  left: 50%;
  margin-left: -18px;
}
.theme-index #majormap .frame.b {
  transform: translate(-50%, -100%);
}
.theme-index #majormap .frame.b:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 17px 0 17px;
  border-color: #347ee7 transparent transparent transparent;
  bottom: -23px;
}
.theme-index #majormap .frame.b:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 17px 0 17px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -20px;
}
.theme-index #majormap .frame.t {
  transform: translate(-50%, -50%);
}
.theme-index #majormap .frame.t:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 23px 17px;
  border-color: transparent transparent #347ee7 transparent;
  top: -23px;
  display: none;
}
.theme-index #majormap .frame.t:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 23px 17px;
  border-color: transparent transparent #347ee7 transparent;
  top: -20px;
  display: none;
}
.theme-index #majormap .list li {
  line-height: 28px;
  color: #000;
  position: relative;
  padding-left: 58px;
}
.theme-index #majormap .list li + li {
  margin-top: 10px;
}
.theme-index #majormap .list span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #085cfd;
  width: 48px;
  height: 28px;
  color: #ffffff;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.theme-index #majormap .list small {
  position: absolute;
  right: 0;
  color: #666666;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 8px;
  margin-left: 12px;
}
.theme-index #majormap .list small:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: 10px;
  width: 1px;
  height: 10px;
}
.theme-index #majormap button {
  transform: translateX(-100%);
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0 20px 16px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
  width: 81px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.theme-index #majormap button.l {
  background-image: url("../images/planning/btn_left.png");
}
.theme-index #majormap button.r {
  background-image: url("../images/planning/btn_right.png");
}
.theme-index #majormap button.current.l, .theme-index #majormap button:hover.l, .theme-index #majormap button:focus.l {
  background-image: url("../images/planning/btn_current_left.png");
}
.theme-index #majormap button.current.r, .theme-index #majormap button:hover.r, .theme-index #majormap button:focus.r {
  background-image: url("../images/planning/btn_current_right.png");
}
.theme-index #majormap button.current + .frame {
  display: block;
  opacity: 1;
  margin-top: 0;
}
.theme-index #majormap > ul {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 24px;
  background: #f2f7fe url("../images/planning/majormap.png") no-repeat 0 0;
  width: 1128px;
  height: 558px;
}
.theme-index #majormap > ul > li {
  position: absolute;
}
.theme-index #majormap.wide {
  width: 1298px;
  height: 786px;
  background-color: #f2f7e3;
  cursor: pointer;
}
.theme-index #majormap.wide .frame {
  min-width: 370px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: default;
}
.theme-index #majormap.wide > img {
  height: 100%;
  width: auto;
}
.theme-index #majormap.wide > ul {
  width: 1298px;
  height: 786px;
  border-radius: 0;
  border: 0;
  background: #f2f7e3 url("../images/planning/majormap.jpg") no-repeat 0 0;
}
.theme-index #majormap.wide .frame-inner > div {
  max-height: 150px;
}
.theme-index #majormap.wide .frame-inner .list {
  overflow: hidden;
}
.theme-index #majormap.wide .frame-inner .list > li {
  display: inline-block;
  padding-right: 53px;
  max-width: 195px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.theme-index #majormap.wide .frame-inner .list > li:after {
  content: "";
  display: block;
}
.theme-index #majormap.wide .frame-inner .list > li > button {
  border-width: 1px;
  border-color: #347ee7;
  border-style: solid;
  border-radius: 3px;
  background-color: white;
  position: absolute;
  right: -40px;
  top: 0;
  width: 36px;
  height: 28px;
}
.theme-index #majormap.wide .frame-inner .list > li > button:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../images/common/_tab.png") no-repeat -144px -26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.theme-index #majormap.wide .frame-inner .list > li > button:hover, .theme-index #majormap.wide .frame-inner .list > li > button:focus {
  color: #fff;
  background-color: #347EE7;
}
.theme-index #majormap.wide .frame-inner .list > li > button:hover:before, .theme-index #majormap.wide .frame-inner .list > li > button:focus:before {
  background-position-y: -182px;
}
.theme-index #majormap.wide .item4 > li:nth-child(1) {
  left: 24.4%;
  top: 18.4%;
}
.theme-index #majormap.wide .item4 > li:nth-child(2) {
  left: 38.1%;
  top: 50.7%;
}
.theme-index #majormap.wide .item4 > li:nth-child(3) {
  left: 58.3%;
  top: 30.7%;
}
.theme-index #majormap.wide .item4 > li:nth-child(4) {
  left: 76.2%;
  top: 69.5%;
}
.theme-index #majormap.wide .item8 > li:nth-child(1) {
  left: 14.4%;
  top: 22.4%;
}
.theme-index #majormap.wide .item8 > li:nth-child(2) {
  left: 29%;
  top: 12.5%;
}
.theme-index #majormap.wide .item8 > li:nth-child(3) {
  left: 20.1%;
  top: 57.1%;
}
.theme-index #majormap.wide .item8 > li:nth-child(4) {
  left: 41.6%;
  top: 36.8%;
}
.theme-index #majormap.wide .item8 > li:nth-child(5) {
  left: 57.9%;
  top: 30.2%;
}
.theme-index #majormap.wide .item8 > li:nth-child(6) {
  left: 58%;
  top: 56.1%;
}
.theme-index #majormap.wide .item8 > li:nth-child(7) {
  left: 52%;
  top: 77.1%;
}
.theme-index #majormap.wide .item8 > li:nth-child(8) {
  left: 74.5%;
  top: 75.1%;
}
.theme-index #majormap.wide .item10 > li:nth-child(1) {
  left: 19.9%;
  top: 15.1%;
}
.theme-index #majormap.wide .item10 > li:nth-child(2) {
  left: 32.7%;
  top: 7.8%;
}
.theme-index #majormap.wide .item10 > li:nth-child(3) {
  left: 33.4%;
  top: 27%;
}
.theme-index #majormap.wide .item10 > li:nth-child(4) {
  left: 19.1%;
  top: 53.7%;
}
.theme-index #majormap.wide .item10 > li:nth-child(5) {
  left: 36%;
  top: 54.3%;
}
.theme-index #majormap.wide .item10 > li:nth-child(6) {
  left: 43.8%;
  top: 35.5%;
}
.theme-index #majormap.wide .item10 > li:nth-child(7) {
  left: 60.4%;
  top: 28.2%;
}
.theme-index #majormap.wide .item10 > li:nth-child(8) {
  left: 59.4%;
  top: 53.1%;
}
.theme-index #majormap.wide .item10 > li:nth-child(9) {
  left: 50.6%;
  top: 76%;
}
.theme-index #majormap.wide .item10 > li:nth-child(10) {
  left: 78.1%;
  top: 72.4%;
}
.theme-index #majormap.wide .item12 > li:nth-child(1) {
  left: 18.9%;
  top: 16.1%;
}
.theme-index #majormap.wide .item12 > li:nth-child(2) {
  left: 29.9%;
  top: 6.3%;
}
.theme-index #majormap.wide .item12 > li:nth-child(3) {
  left: 41.4%;
  top: 15.3%;
}
.theme-index #majormap.wide .item12 > li:nth-child(4) {
  left: 28.6%;
  top: 31%;
}
.theme-index #majormap.wide .item12 > li:nth-child(5) {
  left: 18.2%;
  top: 51.7%;
}
.theme-index #majormap.wide .item12 > li:nth-child(6) {
  left: 35.8%;
  top: 51%;
}
.theme-index #majormap.wide .item12 > li:nth-child(7) {
  left: 45.1%;
  top: 33.2%;
}
.theme-index #majormap.wide .item12 > li:nth-child(8) {
  left: 62.2%;
  top: 29.2%;
}
.theme-index #majormap.wide .item12 > li:nth-child(9) {
  left: 55.7%;
  top: 55%;
}
.theme-index #majormap.wide .item12 > li:nth-child(10) {
  left: 54.9%;
  top: 78.8%;
}
.theme-index #majormap.wide .item12 > li:nth-child(11) {
  left: 68%;
  top: 72.2%;
}
.theme-index #majormap.wide .item12 > li:nth-child(12) {
  left: 80.5%;
  top: 71.9%;
}

/**
* --------------------------------
* 대학원
* --------------------------------
*/
.board-treatise {
  margin-top: 53px;
  margin-bottom: 4px;
}
.board-treatise .table-header {
  padding: 10px 0;
}
.board-treatise span {
  position: relative;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 1;
}
.board-treatise span + span {
  padding-left: 16px;
  margin-left: 16px;
}
.board-treatise span + span:before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: 6px;
  width: 1px;
  height: 14px;
}