@charset "UTF-8";
/* URL */
/* Font */
/* Color */
/*
 * -------------------------------
 * Common CSS
 * --------------------------------
 */
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansKR-DemiLight.eot");
  src: url("../fonts/NotoSansKR-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansKR-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansKR-Bold.eot");
  src: url("../fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  src: url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
html, body {
  position: relative;
  height: 100%;
}

html {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #737677;
  font-weight: 400;
  letter-spacing: -0.03em;
  word-break: keep-all;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

textarea {
  resize: none;
  box-sizing: border-box;
}

button {
  padding: 0;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  color: #737677;
  text-decoration: none;
}

p {
  margin: 0;
}

em {
  font-style: normal;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: content-box;
}

caption {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

th, td {
  padding: 0;
}

input {
  padding: 0;
  box-sizing: border-box;
}

dl, dd, figure {
  margin: 0;
}

img {
  vertical-align: top;
}

hr {
  display: none;
}

address {
  font-style: normal;
}

label {
  display: inline-block;
  line-height: 1;
}

iframe {
  border: none;
}

[type=file] {
  cursor: pointer;
}

mark {
  background: #EDF4F5;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.hide {
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  text-indent: -9999px;
}

/* Padding */
.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt28 {
  padding-top: 25px !important;
}

.pt33 {
  padding-top: 33px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

/* Margin */
.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt27 {
  margin-top: 27px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.Roboto {
  font-family: "Roboto", "NotoSansKR", sans-serif !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-24 {
  font-size: 24px !important;
}

/* Title */
.titLevel01 {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  letter-spacing: -1px;
}

.titLevel02 {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.titLevel03 {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.titLevel04 {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #666;
}

.txt-Left {
  text-align: left !important;
}

.txt-Center {
  text-align: center;
}

.txt-Right {
  text-align: right;
}

.jumbotron {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -1px;
  color: #000000;
}
.jumbotron strong {
  font-weight: 700;
}

/* skip */
.skip a {
  display: flex;
  position: absolute;
  top: -35px;
  width: 100%;
  height: 33px;
  font-size: 14px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  opacity: 0.9;
  z-index: 9999;
}
.skip a:focus {
  top: 0;
}
.skip a:hover {
  letter-spacing: -1px;
}

/* input */
input[type=text], input[type=number], input[type=password], input[type=date], input[type=num] {
  padding: 0 14px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-size: 16px;
  color: #5b6061;
  border: 1px solid #dfe5e6;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-appearance: none;
}
input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
  display: none;
}
input[type=text]::-ms-clear {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea::placeholder, input::placeholder {
  font-size: 16px;
  color: #c6cbcc;
}

textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #c6cbcc !important;
}

input:-ms-input-placeholder {
  font-size: 16px;
  color: #c6cbcc !important;
}
input[readonly] {
  color: #c6cbcc;
  -webkit-text-fill-color: #c6cbcc;
  background: #f2f2f2;
}
input:disabled {
  color: #c6cbcc;
  -webkit-text-fill-color: #c6cbcc;
  background: #f2f2f2;
}
input:disabled::placeholder {
  color: #c6cbcc;
  -webkit-text-fill-color: #c6cbcc;
  background: #f2f2f2;
}
input:required {
  background: #ffc9c9;
}
input[type=radio], input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
input[type=radio] + span, input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  color: #000000;
  user-select: none;
  cursor: pointer;
  line-height: 24px;
  font-size: 16px;
  vertical-align: top;
}
input[type=radio] + span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/form.png");
}
input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url("../images/common/form.png");
  background-position: -87px -88px;
}
input[type=checkbox]:checked + span:before {
  background-position: -87px -110px;
}
input[type=checkbox]:disabled + span:before {
  background-position: 0 -44px;
}
input[type=checkbox]:disabled:checked + span:before {
  background-position: 0 -66px;
}
input[type=checkbox].small + span {
  line-height: 18px;
  font-size: 14px;
}
input[type=checkbox].small + span:before {
  width: 16px;
  height: 16px;
  background-position: 0 -88px;
}
input[type=checkbox].small:checked + span:before {
  background-position: 0 -106px;
}
input[type=checkbox].small:disabled + span:before {
  background-position: 0 -124px;
}
input[type=checkbox].small:disabled:checked + span:before {
  background-position: 0 -142px;
}
input[type=checkbox].sort + span {
  padding-left: 0;
  padding-right: 42px;
  font-size: 16px;
}
input[type=checkbox].sort + span:before {
  left: auto;
  top: 5px !important;
  right: 0;
  width: 32px;
  height: 19px;
  background-position: 0 -228px;
}
input[type=checkbox].sort:checked + span {
  color: #151616;
}
input[type=checkbox].sort:checked + span:before {
  background-position: 0 -249px;
}
input[type=checkbox].sort:disabled + span:before {
  background-position: 0 -228px;
}
input[type=checkbox].black + span:before {
  background-position: -22px -88px;
}
input[type=checkbox].black:checked + span:before {
  background-position: -22px -110px;
}
input[type=checkbox].black:disabled + span:before {
  background-position: -22px -88px;
}
input[type=checkbox].black:disabled:checked + span:before {
  background-position: -22px -110px;
}
input[type=radio] + span:before {
  background-position: -65px -88px;
}
input[type=radio]:checked + span:before {
  background-position: -65px -110px;
}
input[type=radio]:disabled + span:before {
  background-position: -22px -44px;
}
input[type=radio]:disabled:checked + span:before {
  background-position: -22px -66px;
}
input[type=radio].black + span:before {
  background-position: -44px -88px;
}
input[type=radio].black:checked + span:before {
  background-position: -44px -110px;
}
input[type=radio].black:disabled + span:before {
  background-position: -44px -88px;
}
input[type=radio].black:disabled:checked + span:before {
  background-position: -44px -110px;
}
input[type=radio].check + span:before {
  background-position: -22px 0;
}
input[type=radio].check:checked + span:before {
  background-position: -22px -110px;
  background-color: #fff;
  border-radius: 100%;
}
input[type=radio].check:disabled + span:before {
  background-position: -22px 0;
}
input[type=radio].check:disabled:checked + span:before {
  background-position: -22px -110px;
  background-color: #fff;
  border-radius: 100%;
}

/* checkbox & radio */
/* checkbox */
input.add[type=checkbox] + span:before {
  top: 0;
  width: 24px;
  height: 24px;
  background-position: -135px -87px;
}
.theme-planning input.add[type=checkbox]:checked + span {
  color: #347EE7;
}
.theme-learning input.add[type=checkbox]:checked + span {
  color: #119D9B;
}
.theme-portfolio input.add[type=checkbox]:checked + span {
  color: #924EF9;
}
.theme-eNotice input.add[type=checkbox]:checked + span {
  color: #F75258;
}
input.add[type=checkbox]:checked + span:before {
  background-position: -110px -111px;
}

input.read[type=checkbox] + span {
  color: #f75258;
}
input.read[type=checkbox] + span:before {
  top: 2px !important;
  background-position: -87px -66px;
}
input.read[type=checkbox] + span:after {
  display: inline-block;
  content: "안읽음";
}
input.read[type=checkbox]:checked + span {
  color: #666666;
}
input.read[type=checkbox]:checked + span:before {
  background-position: -87px -110px;
}
input.read[type=checkbox]:checked + span:after {
  content: "읽음";
}

/* radio */
.radio-inline label + label {
  margin-left: 25px;
}

/* select */
select {
  display: none;
}

.dropdown {
  position: relative;
  display: block;
  padding-left: 14px;
  padding-right: 37px;
  width: auto;
  height: 40px;
  line-height: 38px;
  border: solid 1px #dfe5e6;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  color: #737677;
  font-size: 16px;
  font-weight: normal;
  outline: none;
  text-align: left;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
}
.dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  margin-top: -2px;
  width: 11px;
  height: 7px;
  transform: origin(50% 20%);
  background: url("../images/common/form.png") no-repeat -44px 0;
  transition: all 0.125s ease-in-out;
  pointer-events: none;
}
.form-control + .dropdown {
  background-color: #fff;
}
.form-control + .dropdown:after {
  width: 15px;
  background-position: -151px 0;
}
.dropdown.open:after {
  transform: rotate(-180deg);
}
.dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.dropdown .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown .current img {
  display: inline-block;
  margin: 0 5px 2px 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.dropdown .list {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin-top: 0;
  padding: 0;
  max-height: 200px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dfe5e6;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(1);
  transform-origin: 50% 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 20;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .option {
  padding: 10px 14px 10px 14px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  cursor: default;
  outline: none;
  transition: all 0.2s;
}
.dropdown .option img {
  display: inline-block;
  margin: 0 5px 2px 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.dropdown.disabled {
  color: #c6cbcc;
  border-color: #dfe5e6;
  background-color: #f2f2f2;
  pointer-events: none;
}
.dropdown.disabled:after {
  opacity: 0.5;
}
.dropdown .option.disabled {
  color: #c6cbcc;
  cursor: default;
  pointer-events: none;
}

.dropdown.custom {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  border-radius: 18px;
  background-color: white;
}
.dropdown.custom:after {
  width: 15px;
  background-position: -151px 0;
}
.dropdown.custom .current {
  font-size: 14px;
  color: black;
  line-height: 2.857;
}
.dropdown.custom .list {
  left: auto;
  padding: 15px 15px;
  border-color: #e7e7e7;
  border-radius: 18px;
  width: 236px;
}
.dropdown.custom .option {
  display: inline;
  background-color: white;
  margin: 0;
  padding: 0;
}
.dropdown.custom .option span {
  border-radius: 18px;
  margin: 5px;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  color: #767676;
  line-height: 34px;
}
.theme-planning .dropdown.custom .option.selected span {
  color: #347EE7;
  border-color: #347EE7;
}
.theme-learning .dropdown.custom .option.selected span {
  color: #119D9B;
  border-color: #119D9B;
}
.theme-portfolio .dropdown.custom .option.selected span {
  color: #924EF9;
  border-color: #924EF9;
}
.theme-eNotice .dropdown.custom .option.selected span {
  color: #F75258;
  border-color: #F75258;
}
.dropdown.custom.open .list {
  top: calc(100% + 10px);
  overflow: hidden;
  max-height: inherit;
}

.myfriendview {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 555px;
  height: 681px;
  z-index: 1;
}
.myfriendview.active {
  display: block;
}

.dropdown-radio.filter-year {
  width: 110px;
}
.dropdown-radio.filter-semester {
  width: 85px;
}
.dropdown-radio.filter-process {
  width: 105px;
}
.dropdown-radio.filter-campus {
  width: 110px;
}
.dropdown-radio.filter-university {
  width: 180px;
}
.dropdown-radio.filter-department {
  width: 209px;
}
.dropdown-radio.filter-major {
  width: 200px;
}
.dropdown-radio.filter-state {
  width: 140px;
}
.dropdown-radio.filter-learning-system {
  width: 180px;
}
.dropdown-radio.filter-program {
  width: 240px;
}
.dropdown-radio.filter-job-area {
  width: 130px;
}
.dropdown-radio.filter-job-state {
  width: 130px;
}
.dropdown-radio.filter-job-history {
  width: 130px;
}
.dropdown-radio.filter-friend {
  width: 200px;
}

.dropdown-radio {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  z-index: 2;
}
.dropdown-radio + .dropdown-radio {
  margin-left: 10px;
}
.dropdown-radio + .btn-myfriendshare {
  margin-left: 10px;
}
.dropdown-radio .btn-header {
  padding: 0;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  font-weight: 400;
  width: 100%;
}
.dropdown-radio .btn-header.active {
  background: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent !important;
}
.dropdown-radio .btn-header:disabled {
  cursor: default;
  color: #666666 !important;
  background-color: #e7e7e7;
  border-color: #f9f9f9 !important;
}

.dropdown-list {
  position: absolute;
  top: 38px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  box-sizing: border-box;
}
.dropdown-list.active {
  background-color: #fff;
}
.dropdown-list.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.dropdown-list .btn-change {
  display: none;
  height: 38px;
  line-height: 36px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 19px;
}
.dropdown-list .btn-change .btn-name {
  max-width: calc(100% - 35px);
  height: 38px;
  line-height: 36px;
  color: #fff;
}
.dropdown-list .btn-change .btn-name strong {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.filter-department .dropdown-list .btn-change .btn-name strong {
  padding: 0 0 0 5px;
}
.dropdown-list .btn-change .btn-name strong span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}
.filter-department .dropdown-list .btn-change .btn-name span {
  display: none;
}
.dropdown-list .btn-change .close {
  margin-top: -5px;
  display: inline-block;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background: url("../images/common/btn.png") no-repeat -225px -62px;
  opacity: 0.9;
  position: relative;
  top: -50%;
}
.dropdown-list .btn-change.active {
  display: block;
}
.dropdown-list .scrollbar {
  max-height: 190px;
}
.dropdown-list .scrollbar.scroll-content {
  border-bottom: none;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}
.dropdown-list ul {
  text-align: center;
}
.dropdown-list ul li button {
  width: 100%;
  padding: 13px 5px;
  line-height: 1;
  color: #767676;
  font-size: 14px;
  font-family: "Roboto";
}
.dropdown-list ul li button:hover {
  background-color: #f5f5f5;
}
.dropdown-list ul li button strong {
  display: inline-block;
  color: #000;
  font-family: "NotoSansKR";
  vertical-align: top;
}
.dropdown-list ul.txt-Left li button {
  text-align: left;
  padding-left: 15px;
}
.dropdown-list.selected {
  display: block;
  border: none;
}
.dropdown-list.selected .btn-change {
  position: absolute;
  top: -38px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
}
.dropdown-list.selected .scrollbar {
  display: none;
}
.dropdown-list.selected.opened {
  border-width: 1px;
  border-style: solid;
}
.dropdown-list.selected.opened .btn-change {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown-list.selected.opened .scrollbar {
  display: block;
}

/*

.dropdown-radio,
.dropdown-checkbox {

  > {
    .btn-header {
      padding: 0;
      height: 38px;
      line-height: 38px;
      border-radius: 19px;
      font-weight: 400;
      width: auto;

      &.active {
        background: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-color: transparent !important;
      }

      &:disabled {
        cursor: default;
        color: #666666 !important;
        background-color: #e7e7e7;
        border-color: #f9f9f9 !important;
      }
    }

    .dropdown-list.active {
      background-color: #fff;
    }
  }



.scroll-scrolly_visible {
  button {
    padding-right: 15px;
  }
}

& + .form-inline {
  position: relative;
  display: inline-block;
  top: 5px;

  .btn-sm {
    @include Col(40px);
  }
}
}

 */
.main-index .dropdown-radio .dropdown-list,
.main-index .dropdown-checkbox .dropdown-list {
  border-color: #347EE7;
}
.main-index .dropdown-radio .dropdown-list .btn-change,
.main-index .dropdown-checkbox .dropdown-list .btn-change {
  background-color: #347EE7;
  border-color: #347EE7;
}

.theme-planning .dropdown-radio .dropdown-list,
.theme-planning .dropdown-checkbox .dropdown-list {
  border-color: #347EE7;
}
.theme-planning .dropdown-radio .dropdown-list .btn-change,
.theme-planning .dropdown-checkbox .dropdown-list .btn-change {
  background-color: #347EE7;
  border-color: #347EE7;
}

.theme-learning .dropdown-radio .dropdown-list,
.theme-learning .dropdown-checkbox .dropdown-list {
  border-color: #119D9B;
}
.theme-learning .dropdown-radio .dropdown-list .btn-change,
.theme-learning .dropdown-checkbox .dropdown-list .btn-change {
  background-color: #119D9B;
  border-color: #119D9B;
}

.theme-portfolio .dropdown-radio .dropdown-list,
.theme-portfolio .dropdown-checkbox .dropdown-list {
  border-color: #924EF9;
}
.theme-portfolio .dropdown-radio .dropdown-list .btn-change,
.theme-portfolio .dropdown-checkbox .dropdown-list .btn-change {
  background-color: #924EF9;
  border-color: #924EF9;
}

.theme-eNotice .dropdown-radio .dropdown-list,
.theme-eNotice .dropdown-checkbox .dropdown-list {
  border-color: #F75258;
}
.theme-eNotice .dropdown-radio .dropdown-list .btn-change,
.theme-eNotice .dropdown-checkbox .dropdown-list .btn-change {
  background-color: #F75258;
  border-color: #F75258;
}

/* textarea */
textarea {
  padding: 10px 14px;
  width: 100%;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #efefef;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
}

/**
 * --------------------------------
 * Button
 * --------------------------------
 */
.btns {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0;
}
.btns > .btn {
  margin: 0 2px;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.btn.btn-fill {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.theme-index .btn.btn-fill {
  background-color: #347EE7;
}
.theme-planning .btn.btn-fill {
  background-color: #347EE7;
}
.theme-learning .btn.btn-fill {
  background-color: #119D9B;
}
.theme-portfolio .btn.btn-fill {
  background-color: #924EF9;
}
.theme-eNotice .btn.btn-fill {
  background-color: #F75258;
}
.theme-portfolio .table-header .btn.btn-fill {
  background-color: #6a4ef9;
}
.btn.btn-cancel {
  background-color: #4c4c4c !important;
}
.btn.btn-line {
  border-width: 1px;
  border-style: solid;
}
.main-index .btn.btn-line {
  color: #347EE7;
  border-color: #347EE7;
}
.theme-planning .btn.btn-line {
  color: #347EE7;
  border-color: #347EE7;
}
.theme-learning .btn.btn-line {
  color: #119D9B;
  border-color: #119D9B;
}
.theme-portfolio .btn.btn-line {
  color: #924EF9;
  border-color: #924EF9;
}
.theme-eNotice .btn.btn-line {
  color: #F75258;
  border-color: #F75258;
}
.btn.btn-line.btn-default {
  color: #666666;
  border-color: #e7e7e7;
  background-color: #fff;
}
.btn.btn-sm {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 8px;
}
.btn.btn-xs {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  width: 60px;
}
.btn.btn-md {
  font-weight: 700;
  font-size: 14px;
  border-radius: 3px;
  width: 132px;
  line-height: 34px;
}
.btn.btn-lg {
  font-weight: 700;
  font-size: 20px;
}
.btn.btn-xl {
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  max-width: 187px;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-circle {
  border-radius: 50%;
  background: #f9f9f9;
  text-align: center;
}
.btn.btn-circle i {
  display: block;
  width: 100%;
  height: 100%;
}
.btn.btn-circle i:before {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn.btn-check {
  position: relative;
  line-height: 1;
  color: #666666;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 2px 0;
}
.btn.btn-check span.Roboto {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 3px;
}
.btn.btn-check.current {
  color: #000000;
  font-weight: 700;
}
.btn.btn-check.current:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -94px -93px;
  width: 13px;
  height: 10px;
  margin-right: 7px;
}
.btn.btn-check.current:after {
  content: "";
  background-color: rgba(247, 82, 88, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
}
.btn.btn-read {
  position: relative;
  height: 30px;
  border-width: 1px;
  border-color: #f75258;
  border-style: solid;
  border-radius: 15px;
  min-width: 66px;
}
.btn.btn-read:before {
  content: "안읽음";
  display: block;
  text-align: center;
  line-height: 28px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f75258;
  box-sizing: border-box;
}
.btn.btn-read:after {
  position: absolute;
  left: 10px;
  top: 9px;
  width: 12px;
  height: 11px;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -698px -10px;
}
.btn.btn-read.all, .btn.btn-read.read {
  border-color: #e7e7e7;
}
.btn.btn-read.all:before, .btn.btn-read.read:before {
  color: #666666;
}
.btn.btn-read.all:after, .btn.btn-read.read:after {
  content: "";
  display: block;
}
.btn.btn-read.read:before {
  padding-left: 15px;
  content: "읽음";
}
.btn.btn-read.all {
  height: 36px;
}
.btn.btn-read.all:before {
  content: "모두 읽음 표시";
  letter-spacing: -0.5px;
  padding-left: 34px;
  padding-right: 13px;
}
.btn.btn-read.all:after {
  left: 14px;
  top: 12px;
}
.btn.btn-link span {
  color: #347ee7;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.btn.btn-link span:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/common/_tab.png") no-repeat -406px -26px;
}

/**
 * --------------------------------
 * Background
 * --------------------------------
 */
.Major01 {
  background: #085cfd !important;
}

.Major02 {
  background: #5755d8 !important;
}

.Major03 {
  background: #2fa1bd !important;
}

.Major04 {
  background: #8953c4 !important;
}

.Major05 {
  background: #a228c0 !important;
}

.Major06 {
  background: #124199 !important;
}

.Major07 {
  background: #285d8f !important;
}

.Major08 {
  background: #a135e3 !important;
}

.Major09 {
  background: #4c4c4c !important;
}

.Major10 {
  background: #767676 !important;
}

/**
 * --------------------------------
 * Badge
 * --------------------------------
 */
.badge {
  display: inline-block;
  padding: 7px 13px;
  min-width: 60px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 2px;
  color: #fff;
}
.badge.round {
  border-radius: 1em;
}
.badge.keyword {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-right: 8px;
}
td > .badge {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.theme-planning .badge {
  background-color: #347EE7;
}
.theme-learning .badge {
  background-color: #119D9B;
}
.theme-portfolio .badge {
  background-color: #924EF9;
}
.theme-eNotice .badge {
  background-color: #F75258;
}
.badge.default {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #4c4c4c;
}
.badge.necessary {
  background-color: #085cfd;
}
.badge.select {
  background-color: #2fa1bd;
}
.badge.base {
  background-color: #5755d8;
}
.badge.culture {
  background-color: #8953c4;
}
.badge.disabled {
  background-color: #d9d9d9 !important;
}
.badge.retake {
  border: 1px solid #eb292a;
  background-color: #fff;
  color: #ea0000;
  margin-left: 3px;
}
.badge.push {
  margin-left: 8px;
  min-width: 40px;
  padding: 4px 5px;
}

.outline {
  display: inline-block;
  padding: 5px 13px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}
.outline.danger {
  color: #ea0000;
  border-color: #ea0000;
}
.outline.success {
  color: #347ee7;
  border-color: #347ee7;
}

.keyword-list li {
  display: inline-block;
  margin-top: 10px;
}
.keyword-list dt {
  display: inline-block;
  margin-right: 12px;
}
.keyword-list dd {
  display: inline-block;
}
.keyword-list dd .badge.keyword {
  margin-right: 4px;
}

ul.keyword-list {
  padding-top: 2px;
}
ul.keyword-list li span {
  padding: 8px 19px;
}

ol.keyword-list li span {
  padding: 8px 15px;
}
ol.keyword-list li span:before {
  display: inline-block;
  margin-right: 2px;
}
ol.keyword-list li:nth-child(1) span:before {
  content: "1. ";
}
ol.keyword-list li:nth-child(2) span:before {
  content: "2. ";
}
ol.keyword-list li:nth-child(3) span:before {
  content: "3. ";
}
ol.keyword-list li:nth-child(4) span:before {
  content: "4. ";
}
ol.keyword-list li:nth-child(5) span:before {
  content: "5. ";
}
ol.keyword-list li:nth-child(6) span:before {
  content: "6. ";
}

/**
 * --------------------------------
 * Icon
 * --------------------------------
 */
.icon-file {
  display: inline-block;
  margin-left: 6px;
  width: 15px;
  height: 17px;
  background: url("../images/common/icon.png") no-repeat -70px 0;
  text-indent: -9999px;
  text-align: left;
  vertical-align: middle;
}

.icon-file02 {
  display: inline-block;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  background: url("../images/common/_icon.png") no-repeat -171px -66px;
  text-indent: -9999px;
  text-align: left;
  vertical-align: middle;
  margin-right: 3px;
}

.icon-new {
  display: inline-block;
  margin-left: 6px;
  width: 15px;
  height: 15px;
  background: url("../images/common/icon.png") no-repeat -217px -26px;
  text-indent: -9999px;
  text-align: left;
  vertical-align: middle;
}

.icon-youtube {
  display: inline-block;
  margin-left: 9px;
  width: 22px;
  height: 16px;
  background: url("../images/common/icon.png") no-repeat -403px -44px;
  text-indent: -9999px;
  text-align: left;
  vertical-align: middle;
}

.ico:before {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../images/common/_icon.png");
}
.ico.hover:before, .tab-link .ico:before, #lnb-Portfolio .ico:before {
  background-image: url("../images/common/_icon_hover.png");
  background-position-y: 0;
}
.ico.active:before {
  background-position-y: -24px;
}
.ico.summaryInfo:before {
  background-position-x: 0;
  width: 20px;
  height: 20px;
}
.ico.timeline:before {
  background-position-x: -22px;
  width: 20px;
  height: 20px;
}
.ico.todolist:before {
  background-position-x: -583px;
  width: 16px;
  height: 20px;
}
.ico.officialClass:before {
  background-position-x: -683px;
  width: 24px;
  height: 17px;
}
.ico.informalClass:before {
  background-position-x: -659px;
  width: 24px;
  height: 20px;
}
.ico.money:before {
  background-position: 0 0;
  width: 26px;
  height: 23px;
}
.ico.money2:before {
  background-position: 0 -24px;
  width: 20px;
  height: 20px;
}
.ico.heart:before {
  background-position: -26px 0;
  width: 24px;
  height: 21px;
}
.ico.heart2:before {
  background-position: -26px -24px;
  width: 20px;
  height: 18px;
}
.ico.pencil:before {
  background-position: -202px 0;
  width: 11px;
  height: 11px;
}
.ico.del:before {
  background-position: -468px -59px;
  width: 22px;
  height: 22px;
}
.ico.setting:before {
  width: 20px;
  height: 22px;
  background-position: -599px 0;
}
.ico.btn-open:before {
  transform: rotate(-180deg);
  width: 18px;
  height: 8px;
  background: url("../images/common/btn.png") no-repeat -282px -151px;
  margin-left: 10px;
}
.ico.btn-close:before {
  transform: rotate(0);
  width: 18px;
  height: 8px;
  background: url("../images/common/btn.png") no-repeat -282px -151px;
  margin-left: 10px;
}
.ico.language:before {
  background-position: -50px 0;
}
.ico.citation:before {
  background-position: -74px 0;
}
.ico.bag:before {
  background-position: -98px 0;
}
.ico.book:before {
  background-position: -71px -24px;
}
.ico.book:before {
  background-position: -531px -78px;
  width: 30px !important;
  height: 30px !important;
}
.ico.book.hover:before {
  width: 24px !important;
  height: 20px !important;
  background-position: -114px 0;
}
.ico.book2:before {
  background-position: -282px 0;
  width: 26px;
  height: 20px;
}
.ico.book3:before {
  background-position: -98px -24px;
}
.ico.exclamation:before {
  background-position: -162px 0;
  width: 40px;
  height: 40px;
}
.ico.target:before {
  background-position-x: -268px;
  width: 22px;
  height: 24px;
}
.ico.commendation:before {
  background-position-x: -290px;
  width: 24px;
  height: 24px;
}
.ico.download:before {
  background-position-x: -50px;
  background-position-y: -24px;
  width: 17px;
  height: 15px;
}
.ico.plus:before {
  background-position: -497px -48px;
  width: 29px;
  height: 29px;
}
.ico.plus2:before {
  background-position: -222px -13px;
  width: 10px;
  height: 10px;
}
.ico.calandar:before {
  background-position: -282px -24px;
  width: 22px;
  height: 24px;
}
.ico.print:before {
  background-position-x: -639px;
  width: 20px;
  height: 17px;
}
.ico.link:before {
  background-position-x: -619px;
  width: 16px;
  height: 16px;
}
.ico.lecturenote:before {
  background-position: -64px -48px;
  width: 15px;
  height: 14px;
}
.ico.reset:before {
  background-position: -43px -66px;
  width: 23px;
  height: 21px;
}
.ico.warning {
  position: relative;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
}
.ico.warning:before {
  width: 16px;
  height: 14px;
  background-position: -17px -48px;
}
.ico.warning span {
  display: none;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 4px 10px;
  line-height: 20px;
  border: 1px solid #eb292a;
  background-color: #fff;
  border-radius: 3px;
  color: #ea0000;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}
.ico.warning span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 7px;
  background: url("../images/common/_icon.png") no-repeat -104px -49px;
}
.ico.warning:hover span {
  display: block;
}
.ico.basket, .ico.edit, .ico.trash {
  top: 2px;
  height: 21px;
  position: relative;
  display: inline-block;
}
.ico.basket:before, .ico.edit:before, .ico.trash:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/common/_tab.png");
  height: 21px;
}
.theme-index button:focus > .ico.basket:before, .theme-index button:hover > .ico.basket:before, .theme-index button:focus > .ico.edit:before, .theme-index button:hover > .ico.edit:before, .theme-index button:focus > .ico.trash:before, .theme-index button:hover > .ico.trash:before {
  background-position-y: -26px !important;
}
.theme-planning button:focus > .ico.basket:before, .theme-planning button:hover > .ico.basket:before, .theme-planning button:focus > .ico.edit:before, .theme-planning button:hover > .ico.edit:before, .theme-planning button:focus > .ico.trash:before, .theme-planning button:hover > .ico.trash:before {
  background-position-y: -26px !important;
}
.theme-learning button:focus > .ico.basket:before, .theme-learning button:hover > .ico.basket:before, .theme-learning button:focus > .ico.edit:before, .theme-learning button:hover > .ico.edit:before, .theme-learning button:focus > .ico.trash:before, .theme-learning button:hover > .ico.trash:before {
  background-position-y: -52px !important;
}
.theme-portfolio button:focus > .ico.basket:before, .theme-portfolio button:hover > .ico.basket:before, .theme-portfolio button:focus > .ico.edit:before, .theme-portfolio button:hover > .ico.edit:before, .theme-portfolio button:focus > .ico.trash:before, .theme-portfolio button:hover > .ico.trash:before {
  background-position-y: -78px !important;
}
.ico.edit {
  width: 18px;
}
.ico.edit:before {
  background-position-x: -105px;
  width: 18px;
}
.ico.trash {
  width: 19px;
}
.ico.trash:before {
  background-position-x: -124px;
  width: 19px;
}
.ico.basket {
  width: 17px;
}
.ico.basket:before {
  background-position-x: -144px;
  width: 17px;
}
.ico.purple.project:before {
  background-position: -621px -80px;
  width: 24px;
  height: 22px;
}
.ico.purple.award:before {
  background-position: -649px -74px;
  width: 20px;
  height: 28px;
}
.ico.purple.abroad:before {
  background-position: -561px -77px;
  width: 27px;
  height: 29px;
}
.ico.purple.edu:before {
  background-position: -590px -77px;
  width: 27px;
  height: 25px;
}
.ico.purple.language:before {
  background-position: -343px -78px;
}
.ico.purple.license:before {
  background-position: -372px -78px;
  width: 26px;
  height: 26px;
}
.ico.purple.active:before {
  background-position: -402px -75px;
  width: 25px;
  height: 29px;
}
.ico.purple.career:before {
  background-position: -435px -75px;
  width: 21px;
  height: 30px;
  margin-top: -3px;
}
.ico.purple.book3:before {
  background-position: -499px -79px;
  width: 30px;
  height: 30px;
}

.ico-square {
  border-radius: 3px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.ico-square .ico {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: translateY(50%);
}
.ico-square .ico:before {
  width: 24px;
  height: 24px;
}
.ico-square .ico.book:before {
  width: 26px;
  height: 20px;
}

/**
 * --------------------------------
 * Grid
 * --------------------------------
 */
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row.row-xl {
  margin-right: -25px;
  margin-left: -25px;
}
.row.row-xl .col, .row.row-xl .col-1, .row.row-xl .col-2, .row.row-xl .col-3, .row.row-xl .col-4, .row.row-xl .col-5, .row.row-xl .col-6, .row.row-xl .col-7, .row.row-xl .col-8, .row.row-xl .col-9, .row.row-xl .col-10, .row.row-xl .col-11, .row.row-xl .col-12 {
  padding-right: 25px;
  padding-left: 25px;
}
.row.row-lg {
  margin-right: -20px;
  margin-left: -20px;
}
.row.row-lg .col, .row.row-lg .col-1, .row.row-lg .col-2, .row.row-lg .col-3, .row.row-lg .col-4, .row.row-lg .col-5, .row.row-lg .col-6, .row.row-lg .col-7, .row.row-lg .col-8, .row.row-lg .col-9, .row.row-lg .col-10, .row.row-lg .col-11, .row.row-lg .col-12 {
  padding-right: 20px;
  padding-left: 20px;
}
.row.row-md {
  margin-right: -15px;
  margin-left: -15px;
}
.row.row-md .col, .row.row-md .col-1, .row.row-md .col-2, .row.row-md .col-3, .row.row-md .col-4, .row.row-md .col-5, .row.row-md .col-6, .row.row-md .col-7, .row.row-md .col-8, .row.row-md .col-9, .row.row-md .col-10, .row.row-md .col-11, .row.row-md .col-12 {
  padding-right: 15px;
  padding-left: 15px;
}
.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > .col, .row.row-sm > .col-1, .row.row-sm > .col-2, .row.row-sm > .col-3, .row.row-sm > .col-4, .row.row-sm > .col-5, .row.row-sm > .col-6, .row.row-sm > .col-7, .row.row-sm > .col-8, .row.row-sm > .col-9, .row.row-sm > .col-10, .row.row-sm > .col-11, .row.row-sm > .col-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.row.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-xs .col, .row.row-xs .col-1, .row.row-xs .col-2, .row.row-xs .col-3, .row.row-xs .col-4, .row.row-xs .col-5, .row.row-xs .col-6, .row.row-xs .col-7, .row.row-xs .col-8, .row.row-xs .col-9, .row.row-xs .col-10, .row.row-xs .col-11, .row.row-xs .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666666%;
  max-width: 41.666666%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/**
 * --------------------------------
 * Progress
 * --------------------------------
 */
.progress {
  position: relative;
  display: flex;
  height: 10px;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #f0f0f0;
  border-radius: 10px;
  top: 50%;
  margin-top: -5px;
}

.progress-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: width 0.6s ease;
}
.theme-planning .progress-bar {
  background-color: #357ee7;
}
.theme-learning .progress-bar {
  background-color: #51c297;
}
.theme-portfolio .progress-bar {
  background-color: #a134e9;
}
.theme-portfolio .progress-bar.progress-bar-light {
  background-color: #d8b7ed;
}
.theme-eNotice .progress-bar {
  background-color: #ea8d54;
}

.progress-box {
  position: relative;
  padding-top: 22px;
}
.progress-box .progress,
.progress-box .progress-bar {
  overflow: visible;
}

.progress-inline {
  display: inline-block;
  width: calc(100% - 40px);
}

.progress-tip {
  display: block;
  color: #fff;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 7px 8px;
  line-height: 1;
  position: absolute;
  right: -20px;
  top: -35px;
  border-radius: 24px;
}
.progress-tip:after {
  position: absolute;
  top: 30px;
  right: 50%;
  margin-right: -2px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #efefef transparent transparent transparent;
}
.theme-planning .progress-tip {
  background-color: #357ee7;
}
.theme-learning .progress-tip {
  background-color: #51c297;
}
.theme-portfolio .progress-tip {
  background-color: #a134e9;
}
.theme-portfolio .progress-tip.progress-bar-light {
  background-color: #d8b7ed;
}
.theme-portfolio .progress-tip:after {
  border-color: #a134e9 transparent transparent transparent !important;
}
.progress-tip.progress-tip-default {
  color: #333333 !important;
  background: #efefef !important;
}
.progress-tip.progress-tip-default:after {
  border-color: #efefef transparent transparent transparent !important;
}

.progress-total {
  position: absolute;
  display: inline-block;
  width: 30px;
  padding-left: 10px;
  color: #767676;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/**
 * --------------------------------
 * Progress Step
 * --------------------------------
 */
.progress-step ol {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.progress-step ol li {
  position: relative;
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
}
.progress-step ol li span {
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  position: relative;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000000;
  background: #d9d9d9;
}
.progress-step ol li.current span {
  color: #fff;
  font-weight: 700;
}
.progress-step ol li.current:before {
  background-image: url("../images/common/_tab.png");
  background-repeat: no-repeat;
  background-position-x: -162px;
  width: 20px;
  height: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 86%;
  z-index: 1;
}
.main-index .progress-step ol li.current span {
  background-color: #347EE7;
}
.main-index .progress-step ol li.current:before {
  background-position-y: -26px;
}
.theme-planning .progress-step ol li.current span {
  background-color: #347EE7;
}
.theme-planning .progress-step ol li.current:before {
  background-position-y: -26px;
}
.theme-learning .progress-step ol li.current span {
  background-color: #119D9B;
}
.theme-learning .progress-step ol li.current:before {
  background-position-y: -52px;
}
.theme-portfolio .progress-step ol li.current span {
  background-color: #924EF9;
}
.theme-portfolio .progress-step ol li.current:before {
  background-position-y: -78px;
}
.theme-eNotice .progress-step ol li.current span {
  background-color: #F75258;
}
.theme-eNotice .progress-step ol li.current:before {
  background-position-y: -104px;
}

/**
 * --------------------------------
 * Chart JS
 * --------------------------------
 */
@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 0.001s;
  animation: chartjs-render-animation 0.001s;
}

/* chart Doughnuthalf Half */
.chart-doughnuthalf {
  display: inline-block;
  position: relative;
}
.chart-doughnuthalf .canvas-wrap {
  overflow: hidden;
}
.chart-doughnuthalf .txt-area {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  line-height: 1;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #333333;
}
.chart-doughnuthalf .txt-tit {
  color: #5fbdc7;
  font-weight: bold;
}
.chart-doughnuthalf .txt-value small {
  font-size: 30px;
}

/* chart Doughnut */
.chart-doughnut .canvas-wrap {
  position: relative;
}
.chart-doughnut .txt-area {
  text-align: center;
}
.chart-doughnut .txt-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 1.2;
}
.chart-doughnut .txt-value span {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.chart-doughnut .txt-value i {
  font-size: 0.8em;
  padding-right: 0.3em;
}
.chart-doughnut .txt-tit {
  padding-top: 10px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

/* chart polararea */
.chart-polararea {
  text-align: center;
}
.chart-polararea .canvas-wrap {
  width: 250px;
  margin: 0 auto;
}

.custom-legend ul {
  padding-top: 0;
  margin-right: -30px;
  text-align: center;
}
.custom-legend ul li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 11px;
}
.custom-legend ul span {
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.custom-legend ul i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

/* Tool Tip*/
.tooltip-wrap {
  position: relative;
}

.custom-tooltip {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: auto;
  background: white;
  box-shadow: 3.441px 4.915px 10px 0px rgba(28, 63, 119, 0.2);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  transform: translateY(-100%);
  padding: 11px 10px !important;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.custom-tooltip thead th {
  font-weight: 400;
  padding-bottom: 6px;
}
.custom-tooltip tbody {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.theme-planning .custom-tooltip {
  color: #347EE7;
  border-color: #347EE7;
}
.theme-learning .custom-tooltip {
  color: #119D9B;
  border-color: #119D9B;
}
.theme-portfolio .custom-tooltip {
  color: #924EF9;
  border-color: #924EF9;
}
.theme-eNotice .custom-tooltip {
  color: #F75258;
  border-color: #F75258;
}
.custom-tooltip:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #924EF9 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.custom-tooltip:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ui-tooltip.ui-widget-content {
  position: absolute;
  max-width: 220px;
  border-color: #ea0000;
  padding: 7px 10px;
  color: #ea0000;
  border-radius: 3px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  box-shadow: none;
  line-height: 1;
}
.ui-tooltip.ui-widget-content .arrow {
  width: 20px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -12px;
}
.ui-tooltip.ui-widget-content .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -10px;
  width: 12px;
  height: 12px;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ea0000;
}
.ui-tooltip.ui-widget-content .arrow.danger:after {
  border-color: #ea0000;
}
.ui-tooltip.ui-widget-content .arrow.success:after {
  border-color: #347ee7;
}
.ui-tooltip.ui-widget-content .arrow.warning:after {
  border-color: #f8611b;
}
.ui-tooltip.ui-widget-content .arrow.top {
  top: -12px;
  bottom: auto;
}
.ui-tooltip.ui-widget-content .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.ui-tooltip.ui-widget-content .arrow.left {
  left: 20%;
}

/**
 * --------------------------------
 * scrollbar JS
 * --------------------------------
 */
.scrollbar > .scroll-element div {
  position: absolute;
  top: 4px;
  bottom: 2px;
  width: 100%;
}
.scrollbar > .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 4px;
  width: 4px;
  height: 100%;
}
.scrollbar > .scroll-element.scroll-x {
  position: absolute;
  bottom: 8px;
  left: 4px;
  right: 4px;
  height: 4px;
}
.scrollbar > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  bottom: 0;
  height: 4px;
}
.scrollbar > .scroll-element .scroll-element_track {
  background: none;
}
.scrollbar > .scroll-element .scroll-bar {
  background: #97a0a1 !important;
  border-radius: 2px;
  opacity: 0.5;
  cursor: pointer;
}

/**
 * --------------------------------
 * swiper JS
 * --------------------------------
 */
.swiper-variable,
.swiper-fade,
.swiper-basic {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  border: 0;
  border-radius: 50%;
  box-shadow: 1.147px 1.638px 3px 0px rgba(0, 0, 0, 0.2);
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-top: -24px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev {
  left: 0;
  background-image: url("../images/common/slide_prev.png");
}

.swiper-button-next {
  right: 0;
  background-image: url("../images/common/slide_next.png");
}

.swiper-basic .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-fade .swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-vertical .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-subject,
.swiper-category {
  box-sizing: border-box;
}
.swiper-subject .swiper-slide,
.swiper-category .swiper-slide {
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.swiper-subject .swiper-slide button,
.swiper-category .swiper-slide button {
  display: inline-block;
}
.swiper-subject .swiper-slide button.Roboto,
.swiper-category .swiper-slide button.Roboto {
  padding-top: 2px;
}
.eNotice-notice-all .swiper-subject .swiper-slide button,
.eNotice-notice-all .swiper-category .swiper-slide button {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #949494;
  margin: 0 11px;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
}
.eNotice-notice-all .swiper-subject .swiper-slide button.current,
.eNotice-notice-all .swiper-category .swiper-slide button.current {
  color: #f75258;
  border-bottom-color: #f75258;
}

.swiper-subject .swiper-container {
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}
.swiper-subject .swiper-wrapper {
  margin-left: -12px;
  padding-left: 12px;
}
.swiper-subject .swiper-button-prev {
  left: 0;
}
.swiper-subject .swiper-button-next {
  right: 0;
  background-position: right center;
}
.swiper-subject .swiper-button-prev,
.swiper-subject .swiper-button-next {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 0;
  box-shadow: none;
  background-size: 24px;
  background-color: #f2f7fe;
}

.swiper-category .swiper-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.swiper-category .swiper-button-prev,
.swiper-category .swiper-button-next {
  width: 10px;
  height: 18px;
  margin-top: -29px;
  border-radius: 0;
  box-shadow: none;
  background-size: auto;
  padding: 10px;
  box-sizing: content-box;
  background-color: #fff;
}
.swiper-category .swiper-button-prev {
  left: 0;
  padding-left: 0;
  background-image: url("../images/common/slide_prev2.png");
  background-position: left center;
}
.swiper-category .swiper-button-next {
  right: 0;
  padding-right: 0;
  background-image: url("../images/common/slide_next2.png");
  background-position: right center;
}
.swiper-category.bg .swiper-button-prev,
.swiper-category.bg .swiper-button-next {
  background-color: #f9f9f9;
}

/* 학기별 탭메뉴 */
.semester {
  height: 40px;
}
.semester li {
  display: inline-block;
  margin: 0 13px;
}
.semester li button {
  color: #666666;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -1px;
}
.semester li.current button {
  font-weight: 700;
  color: #000000;
}
.semester .swiper-category .swiper-slide button {
  font-weight: 400;
  color: #666666;
  margin: 0;
}
.semester .swiper-category .swiper-slide.current button {
  color: #000;
  font-weight: 700;
}
.semester.line {
  height: 50px;
  border-bottom: 1px solid #d9d9d9;
}
.semester.line .swiper-category .swiper-slide button {
  color: #767676;
}
.semester.line .swiper-button-prev, .semester.line .swiper-button-next {
  margin-top: -15px;
}
.semester.line li {
  padding: 16px 0 8px;
  border-bottom: 2px solid transparent;
}
.semester.line li button {
  padding: 3px 0;
}
.theme-planning .semester.line li.current {
  border-bottom-color: #347EE7;
}
.theme-planning .semester.line li.current button {
  color: #347EE7;
}
.theme-learning .semester.line li.current {
  border-bottom-color: #119D9B;
}
.theme-learning .semester.line li.current button {
  color: #119D9B;
}
.theme-portfolio .semester.line li.current {
  border-bottom-color: #924EF9;
}
.theme-portfolio .semester.line li.current button {
  color: #924EF9;
}
.theme-eNotice .semester.line li.current {
  border-bottom-color: #F75258;
}
.theme-eNotice .semester.line li.current button {
  color: #F75258;
}

/**
 * --------------------------------
 * List
 * --------------------------------
 */
.list-dot {
  padding-left: 10px;
}
.list-dot > li, .list-dot > dt {
  position: relative;
  line-height: 22px;
}
.list-dot > li:before, .list-dot > dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}

.list-media .media {
  display: flex;
  align-items: flex-start;
}
.list-media .media-thumb {
  margin-right: 20px;
}
.list-media .media-body {
  position: relative;
  font-size: 16px;
  color: #000000;
  flex: 1;
}
.list-media .media-body .tit {
  font-size: 16px;
}
.list-media .list-dot {
  display: inline-block;
}
.list-media .list-dot strong {
  padding-right: 5px;
  font-weight: 400;
}
.list-media .list-dot span {
  color: #555555;
  font-size: 14px;
}

/**
* --------------------------------
* image
* --------------------------------
*/
.rounded-lg {
  border-radius: 40px;
}

.rounded-md {
  border-radius: 24px;
}

.rounded-sm {
  border-radius: 12px;
}

/**
* --------------------------------
* Background
* --------------------------------
*/
.bg-light {
  background-color: #fcfbff !important;
}

.bg-deep {
  background-color: #efecff !important;
}

.bg-BelizeHole {
  background-color: #357fbd !important;
}

.bg-Teal {
  background-color: #2c7596 !important;
}

.bg-DarkSteelBlue {
  background-color: #3d5f97;
}

/**
* --------------------------------
* Table
* --------------------------------
*/
/* 기본 */
.table-wrap {
  position: relative;
  word-wrap: break-word;
}
.titLevel01 + .table-wrap {
  margin-top: 15px;
}
.table-wrap.self {
  margin-bottom: 20px;
}
.table-wrap.self table {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: left;
  box-sizing: border-box;
}
.table-wrap.self td, .table-wrap.self th {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22px;
  vertical-align: middle;
}
.table-wrap.self td .form-control, .table-wrap.self th .form-control {
  border: 0;
}
.table-wrap.self td.txt-Center {
  width: 60px;
}
.table-wrap.self td.txt-Center button {
  width: 100%;
  line-height: 40px;
}
.table-wrap.self td.txt-Center .ico.del:before {
  top: 5px;
}
.table-wrap.self td.txt-Center + .txt-Center {
  border-left: 1px solid #e5e5e5;
}
.table-wrap.self td .scrollbar textarea {
  height: 100%;
  min-height: 110px;
  max-height: 220px;
}
.table-wrap.self tfoot {
  background: #f9f9f9;
}
.table-wrap.self tfoot td {
  font-size: 14px;
  line-height: 1;
  padding: 13px 20px !important;
  border-bottom: 0;
}
.table-wrap.self tfoot td span {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.table-wrap.self tfoot strong {
  color: #000;
  margin-right: 5px;
}
.table-wrap.list table {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box;
}
.table-wrap.list input[type=radio] + span:before,
.table-wrap.list input[type=checkbox] + span:before {
  top: -2px;
}
.table-wrap.list thead th {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #666666;
  padding: 16px 0 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #efefef;
}
.table-wrap.list tbody tr th {
  font-weight: 400;
  font-size: 16px;
  padding: 14px 15px 18px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22px;
  background: #efefef;
}
.table-wrap.list tbody tr td {
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 0 14px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22px;
  vertical-align: middle;
  letter-spacing: -0.01em;
}
.table-wrap.list tbody tr td:first-child.txt-Left {
  padding-left: 37px;
}
.table-wrap.list tbody tr td.txt-Left {
  padding-left: 15px;
}
.table-wrap.list tbody tr td a {
  color: #000;
  word-break: break-all;
}
.table-wrap.list tbody tr td a:hover {
  font-weight: 700;
}
.table-wrap.list tfoot {
  text-align: left;
}
.table-wrap.list tfoot .caption {
  padding-top: 13px;
}
.table-wrap.list .tfoot.caption {
  text-align: left;
  padding-top: 13px;
}
.table-wrap.list .hidden-row {
  display: none;
}
.table-wrap.list .open + .hidden-row {
  display: table-row;
}
.table-wrap.list .open [data-table-more] {
  color: #fff;
}
.theme-planning .table-wrap.list .open [data-table-more] {
  background-color: #347EE7;
}
.theme-learning .table-wrap.list .open [data-table-more] {
  background-color: #119D9B;
}
.theme-portfolio .table-wrap.list .open [data-table-more] {
  /*background-color: $KeyC3;*/
  color: #000;
}
.theme-eNotice .table-wrap.list .open [data-table-more] {
  background-color: #F75258;
}
.table-wrap.list .table .in-table {
  margin: -15px -15px -18px;
}
.table-wrap.list .bg-table + table, .table-wrap.list .bg-table + .tfoot + table {
  margin-top: 30px;
}
.table-wrap.list .in-table thead th,
.table-wrap.list .bg-table thead th {
  font-size: 14px;
  background: #fcfbff;
}
.table-wrap.list .in-table tbody td,
.table-wrap.list .bg-table tbody td {
  background: #fcfbff;
}
.table-wrap .table-header:after {
  clear: both;
  content: "";
  display: block;
}
.table-wrap .table-header .btn-right {
  float: right;
  margin-top: -46px;
}
.table-wrap .table-header .caption {
  float: left;
}
.table-wrap .caption {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.table-wrap a.link {
  color: #347ee7 !important;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.table-wrap a.link:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -295px -48px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.table-wrap a.download {
  color: #347ee7 !important;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.table-wrap a.download:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -295px -60px;
  width: 11px;
  height: 13px;
  margin-right: 8px;
}

/* CStone*/
.table-wrap {
  overflow: hidden;
}
.table-wrap .table-scroll {
  position: static !important;
  width: 100%;
  max-height: 344px;
  overflow: auto;
}
.table-wrap .table-scroll .table {
  margin-top: 54px;
  border-top: none;
}
.table-wrap .table-scroll thead {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  display: table;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
}
.table-wrap .table-scroll thead th {
  border-top: 1px solid #e5e5e5;
}
.table-wrap .table-scroll tbody tr td {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}
.table-wrap .table-scroll tbody tr:first-child td {
  border-top: none;
}
.table-wrap .table-scroll.scrollbar > .scroll-element.scroll-y {
  z-index: 2;
}

/**
* --------------------------------
* Card
* --------------------------------
*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  box-sizing: border-box;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #efefef;
  border-radius: 24px;
}
.card.wall {
  background-color: #f9f9f9;
  background-clip: border-box;
  border: 1px solid #efefef;
  border-radius: 12px;
}
.card.card-xl .card-inner {
  padding: 50px;
}
.card.card-lg .card-inner {
  padding: 40px;
}
.card.card-md .card-inner {
  padding: 30px;
}
.card.card-sm .card-inner {
  padding: 20px;
}
.card.card-xs .card-inner {
  padding: 10px;
}
.card.card-no-border {
  border: 0;
}

.card-title {
  display: block;
  color: #000000;
}

.card-title-light {
  color: #666666;
}

.card-group {
  display: flex;
  flex-flow: row wrap;
  border-radius: 24px;
}
.card-group + .card-group {
  margin-top: 12px;
}
.card-group .card {
  flex-basis: 0;
  flex-grow: 1;
  margin-bottom: 0;
  background-clip: border-box;
  border: 1px solid #efefef;
  border-radius: 24px;
}
.card-group .card:not(:last-child) {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group .card:not(:first-child) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.frame {
  border: 1px solid #efefef;
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 13px 18px 0px rgba(77, 37, 148, 0.08);
}

/**
 * --------------------------------
 * Timeline
 * --------------------------------
 */
.timeline-list > ul {
  margin-left: 61px;
}
.timeline-list > ul > li {
  position: relative;
  padding-bottom: 50px;
}
.timeline-list > ul > li:first-child {
  border-top: none;
}
.timeline-list > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -42px;
  display: inline-block;
  width: 2px;
  height: 110%;
  background-color: #e0e0e0;
}
.timeline-list > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url("../images/common/_icon.png");
  background-position: -122px 0;
}
.timeline-list > ul > li:last-child:before {
  height: 30px;
}
.timeline-list > ul > li:first-child:last-child:before {
  display: none;
}
.timeline-list .list-media .list-dot {
  margin-right: 80px;
}
.timeline-list .list-media .list-dot li {
  display: inline-block;
  margin-right: 40px;
}
.timeline-list .list-media .list-dot li strong {
  letter-spacing: 0;
}
.timeline-list .media {
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #efefef;
  border-radius: 24px;
  padding: 18px 22px;
  margin-bottom: 10px;
  box-shadow: 3.441px 4.915px 13px 0px rgba(0, 0, 0, 0.07);
}
.timeline-list .media-thumb {
  margin-right: 17px;
}
.timeline-list .media-thumb .bg1 {
  background: #a782e7;
}
.timeline-list .media-thumb .bg2 {
  background: #dc88f1;
}
.timeline-list .media-thumb .bg3 {
  background: #f697bd;
}
.timeline-list .media-thumb .bg4 {
  background: #efecff;
}
.timeline-list .media-body {
  padding-right: 16px;
}
.timeline-list .media-body .tit {
  margin-bottom: 3px;
}
.timeline-list .media-body .more {
  position: absolute;
  right: 17px;
  bottom: 4px;
  font-size: 13px;
  line-height: 1;
  color: #333333;
  padding-bottom: 3px;
  border-bottom: 1px solid #333333;
}
.timeline-list .collapse-header {
  padding-top: 3px;
  margin-bottom: 11px;
}
.timeline-list .collapse-header button {
  position: relative;
  color: #000;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: -1px;
}

/**
 * --------------------------------
 * 오늘의 할일
 * --------------------------------
 */
.today-todo-list {
  margin-left: 7px;
  padding-left: 12px;
  border-left: 1px solid #e7e7e7;
}
.today-todo-list .timeline-list > li {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 16px;
  padding: 15px 19px 8px;
}
.today-todo-list .timeline-list > li + li {
  margin-top: 10px;
}
.today-todo-list .timeline-list > li:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: -19px;
  top: 38px;
  width: 10px;
  height: 10px;
}
.today-todo-list .timeline-list > li label {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.today-todo-list .timeline-list > li input[type=checkbox]:disabled + span:before {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 50%;
  background-color: #e7e7e7;
  background-image: none;
  width: 18px;
  height: 18px;
}
.today-todo-list .timeline-list > li input[type=checkbox]:disabled:checked + span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 20px;
  background-color: transparent;
  border-color: transparent;
  background-image: url("../images/common/form.png");
  background-position: -87px -110px;
}
.today-todo-list .timeline-list .collapse-header {
  padding-right: 20px;
  position: relative;
}
.today-todo-list .timeline-list .collapse-header:after {
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  content: "";
  width: 19px;
  height: 10px;
  background: url("../images/common/form.png") no-repeat -102px 0;
}
.today-todo-list .timeline-list .collapse-header.off {
  margin-bottom: -7px;
}
.today-todo-list .timeline-list .collapse-header.off:after {
  background-position: -121px 0;
}
.today-todo-list .timeline-list .collapse-header.collapse-disabled:after {
  display: none;
}
.today-todo-list .timeline-list .collapse-header > .ico {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: 0 -105px;
  width: 51px;
  height: 50px;
}
.today-todo-list .timeline-list .collapse-header button:after {
  display: none;
}
.today-todo-list .timeline-list .collapse-header .info {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-left: 57px;
  padding-top: 3px;
  padding-bottom: 7px;
  text-align: left;
  line-height: 1;
  color: #000;
}
.today-todo-list .timeline-list .collapse-header .info span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.today-todo-list .timeline-list .collapse-header button > span {
  margin-bottom: 0;
}
.today-todo-list .timeline-list .collapse-header button:after {
  right: -24px;
}
.today-todo-list .timeline-list .collapse-header strong {
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.today-todo-list .timeline-list .collapse-header strong.date {
  display: block;
  text-align: left;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #119d9c;
  letter-spacing: -1px;
}
.today-todo-list .timeline-list .collapse-header strong.date span {
  display: inline-block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.today-todo-list .timeline-list .collapse-header strong.date + span {
  padding-top: 0;
  margin-bottom: 0;
}
.today-todo-list .timeline-list .collapse-header span {
  display: block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-top: 9px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.today-todo-list .timeline-list .collapse-header .noti, .today-todo-list .timeline-list .collapse-header .file {
  display: inline-block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  line-height: 1;
  letter-spacing: 0;
}
.today-todo-list .timeline-list .collapse-header .noti:hover i.new:before, .today-todo-list .timeline-list .collapse-header .noti:focus i.new:before, .today-todo-list .timeline-list .collapse-header .file:hover i.new:before, .today-todo-list .timeline-list .collapse-header .file:focus i.new:before {
  display: block;
  position: absolute;
  top: -34px;
  left: -18px;
  margin-left: -5px;
  content: "";
  width: 56px;
  height: 32px;
  background: url("../images/common/new.png") no-repeat 0 0;
}
.today-todo-list .timeline-list .collapse-header .noti:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -354px -65px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.today-todo-list .timeline-list .collapse-header .file {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.today-todo-list .timeline-list .collapse-header .file:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7e7e7;
  left: 0;
  top: 2px;
  width: 1px;
  height: 13px;
}
.today-todo-list .timeline-list .collapse-header .file:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -369px -65px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.today-todo-list .timeline-list .collapse-header i.new {
  position: relative;
}
.today-todo-list .timeline-list .collapse-header i.new:after {
  content: "";
  background: #ea0000;
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  right: -7px;
  top: 2px;
}
.today-todo-list .timeline-list .collapse-header small {
  display: inline-block;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.today-todo-list .timeline-list .collapse-header small.date {
  color: #707070;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.today-todo-list .timeline-list .collapse {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #efefef;
  line-height: 1;
}
.today-todo-list .timeline-list .collapse li {
  position: relative;
  border-left: 3px solid #119d9c;
  padding-left: 16px;
  padding-right: 20px;
  line-height: 1;
  text-align: left;
}
.today-todo-list .timeline-list .collapse li + li {
  margin-top: 25px;
}
.today-todo-list .timeline-list .collapse li button {
  max-width: 100%;
}
.today-todo-list .timeline-list .collapse li .badge {
  font-style: normal;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  min-width: 10px;
  line-height: 18px;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #767676;
  padding: 0 8px;
  margin-right: 5px;
}
.today-todo-list .timeline-list .collapse li .date {
  display: block;
  text-align: left;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #119d9c;
  letter-spacing: -1px;
}
.today-todo-list .timeline-list .collapse li .date span {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.today-todo-list .timeline-list .collapse li .tit {
  display: block;
  text-align: left;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 23px;
  letter-spacing: -1px;
}
.today-todo-list .timeline-list .collapse li label {
  margin-top: -5px;
  right: 0;
}
.today-todo-list .timeline-list .todo-a:before {
  background-color: #ff5000;
}
.today-todo-list .timeline-list .todo-b:before {
  background-color: #357ee7;
}
.today-todo-list .timeline-list .todo-b .collapse-header .ico {
  background-position-x: 0;
}
.today-todo-list .timeline-list .todo-c:before {
  background-color: #124199;
}
.today-todo-list .timeline-list .todo-c .collapse-header .ico {
  background-position-x: -50px;
}
.today-todo-list .timeline-list .todo-d:before {
  background-color: #9340c4;
}
.today-todo-list .timeline-list .todo-d .collapse-header .ico {
  background-position-x: -100px;
}
.today-todo-list .timeline-list .todo-e:before {
  background-color: #3a9a14;
}
.today-todo-list .timeline-list .todo-f:before {
  background-color: #ea0001;
}
.today-todo-list .timeline-list .todo-g:before {
  background-color: #836801;
}

/**
 * --------------------------------
 * Collapse
 * --------------------------------
 */
.collapse-link button:after {
  position: absolute;
  right: -35px;
  top: 16px;
  display: block;
  content: "";
  width: 18px;
  height: 10px;
  background: url("../images/common/form.png") no-repeat -102px 0;
}
.collapse-link.off button:after {
  background-position: -121px 0;
}
.collapse-link.off + .collapse {
  display: none;
}

/**
 * --------------------------------
 * Error
 * --------------------------------
 */
.no-data {
  text-align: center;
}
.no-data .inner {
  display: inline-block;
  color: #202020;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 100% !important;
}
.no-data .inner.sm {
  padding: 20px 0;
}
.no-data .inner.md {
  padding: 30px 0;
}
.no-data .inner.lg {
  padding: 40px 0;
}
.no-data .inner.xl {
  padding: 50px 0;
}
.no-data i + span {
  display: block;
  padding-top: 1em;
}

/**
 * --------------------------------
 * Form
 * --------------------------------
 */
.form-group + .form-group {
  padding-top: 18px;
}
.form-group label input + .del {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/common/form.png") no-repeat -87px -41px;
}

input.switch + span {
  padding-left: 0;
}
input.switch + span:before,
input.switch + span:after {
  display: none;
}
input.switch + span i {
  display: block;
  position: relative;
  width: 42px;
  height: 17px;
}
input.switch + span i:before, input.switch + span i:after {
  display: block;
  position: absolute;
  content: "";
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
input.switch + span i:before {
  border-radius: 0.5rem;
  top: 0;
  left: 0;
  width: 40px;
  height: 17px;
  pointer-events: all;
  border: 1px solid #ccc;
  background-color: #ccc;
}
input.switch + span i:after {
  border-radius: 50%;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background-color: #fff;
}
input.switch:checked + span i:before {
  color: #fff;
}
.theme-planning input.switch:checked + span i:before {
  background-color: #347EE7;
  border-color: #347EE7;
}
.theme-learning input.switch:checked + span i:before {
  background-color: #119D9B;
  border-color: #119D9B;
}
.theme-portfolio input.switch:checked + span i:before {
  background-color: #924EF9;
  border-color: #924EF9;
}
.theme-eNotice input.switch:checked + span i:before {
  background-color: #F75258;
  border-color: #F75258;
}
input.switch:checked + span i:after {
  transform: translateX(100%);
}
.theme-planning input.switch:checked + span i:after {
  border-color: #347EE7;
}
.theme-learning input.switch:checked + span i:after {
  border-color: #119D9B;
}
.theme-portfolio input.switch:checked + span i:after {
  border-color: #924EF9;
}
.theme-eNotice input.switch:checked + span i:after {
  border-color: #F75258;
}

/* datepicker */
.monthpicker,
.datepicker {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  vertical-align: top;
}
.monthpicker > label,
.monthpicker span,
.datepicker > label,
.datepicker span {
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
}
.monthpicker > label input[type=text],
.monthpicker span input[type=text],
.datepicker > label input[type=text],
.datepicker span input[type=text] {
  width: 100%;
  height: 45px;
  vertical-align: top;
}
.monthpicker > label input[type=text]:focus,
.monthpicker span input[type=text]:focus,
.datepicker > label input[type=text]:focus,
.datepicker span input[type=text]:focus {
  color: #97a0a1;
  border-color: #97a0a1;
}
.monthpicker > label input[type=text]:focus + .ui-datepicker-trigger,
.monthpicker span input[type=text]:focus + .ui-datepicker-trigger,
.datepicker > label input[type=text]:focus + .ui-datepicker-trigger,
.datepicker span input[type=text]:focus + .ui-datepicker-trigger {
  opacity: 0.3;
}
.monthpicker .single,
.datepicker .single {
  flex: 0 0 47%;
  max-width: 47%;
}
.monthpicker .hyphen,
.datepicker .hyphen {
  flex: 0 0 6%;
  max-width: 6%;
  line-height: 1.7;
  font-size: 16px;
  color: #bbbbbb;
  text-align: center;
}

.ui-widget.ui-widget-content {
  z-index: 110 !important;
  border-color: #e7e7e7;
}

.datepicker .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 45px;
}
.datepicker .ui-datepicker-trigger:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/common/form.png") no-repeat -43px -33px;
}
.datepicker .ui-datepicker-trigger.disabled {
  opacity: 0.3;
}

.mtz-monthpicker {
  border-color: #e7e7e7 !important;
}
.mtz-monthpicker .mtz-monthpicker-year {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 37px;
  width: auto;
  height: 40px;
  line-height: 38px;
  border: solid 1px #dfe5e6;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  color: #737677;
  font-size: 16px;
  font-weight: normal;
  outline: none;
  text-align: left;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
}

table.mtz-monthpicker td.ui-state-default {
  background: #f9f9f9;
}
table.mtz-monthpicker .ui-state-active {
  color: #fff;
}
.theme-planning table.mtz-monthpicker .ui-state-active {
  background-color: #347EE7;
  border-color: #347EE7;
}
.theme-learning table.mtz-monthpicker .ui-state-active {
  background-color: #119D9B;
  border-color: #119D9B;
}
.theme-portfolio table.mtz-monthpicker .ui-state-active {
  background-color: #924EF9;
  border-color: #924EF9;
}
.theme-eNotice table.mtz-monthpicker .ui-state-active {
  background-color: #F75258;
  border-color: #F75258;
}

[id*=monthpicker].ui-datepicker {
  position: fixed !important;
}
[id*=monthpicker].ui-datepicker .ui-datepicker-header {
  height: auto;
  padding: 10px;
}
[id*=monthpicker].ui-datepicker select + .dropdown {
  display: none;
}

.monthpicker span.hyphen:after {
  display: none;
}
.monthpicker label,
.monthpicker span {
  position: relative;
}
.monthpicker label:after,
.monthpicker span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url("../images/common/form.png") no-repeat -43px -33px;
}

.ui-datepicker {
  margin-top: -1px;
  padding: 0 10px 5px;
  width: 225px;
  max-height: none;
  font-family: "NotoSansKR";
  border: 1px solid #97a0a1;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  height: 45px;
  border: none;
  background-color: #fff;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding-top: 15px;
  line-height: 1;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-prev {
  display: inline-block;
  top: 10px;
  left: 40px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover {
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-prev span {
  width: 100%;
  height: 100%;
  background: url("../images/common/btn.png") no-repeat 0 0;
}
.ui-datepicker .ui-datepicker-prev span:hover {
  opacity: 0.4;
}
.ui-datepicker .ui-datepicker-next {
  display: inline-block;
  top: 11px;
  right: 40px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:hover {
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-next span {
  width: 100%;
  height: 100%;
  background: url("../images/common/btn.png") no-repeat -19px 0;
}
.ui-datepicker .ui-datepicker-next span:hover {
  opacity: 0.4;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  padding: 0 0 12px;
  height: auto;
  text-align: center;
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar thead th span {
  padding: 0;
  line-height: 1;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar thead th:first-child span {
  color: #e60012;
}
.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar tbody td a {
  margin: 0 auto;
  padding: 0 1px 0 0;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
  text-align: center;
  border: 0;
  background: #fff;
  box-sizing: border-box;
}
.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
  color: #fff;
  background: #347ee7;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable {
  opacity: 0.4;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-unselectable .ui-state-default {
  border: 0;
  text-align: center;
}

.timepicker {
  position: relative;
  border: 1px solid #dfe5e6;
  height: 40px;
  padding: 2px 4px;
}
.timepicker input {
  border: 0;
}
.timepicker input:placeholder {
  color: #000;
}
.timepicker > label:after,
.timepicker > span:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/_icon.png") no-repeat -46px -48px;
}
.timepicker > label:hover:before,
.timepicker > span:hover:before {
  opacity: 0.4;
}
.timepicker .ti_tx, .timepicker .mi_tx, .timepicker .mer_tx {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.timepicker .time, .timepicker .mins, .timepicker .meridian {
  width: 33%;
  float: left;
  color: #000000;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.timepicker .prev, .timepicker .next {
  cursor: pointer;
  width: 100%;
  padding: 3px;
  height: 7px;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  opacity: 0.3;
}
.timepicker .prev:hover, .timepicker .next:hover {
  opacity: 1;
}
.timepicker .prev:before, .timepicker .next:before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 18px;
  height: 7px;
  background-image: url("../images/common/form.png");
}
.timepicker .prev:before {
  background-position: -103px 0;
}
.timepicker .next:before {
  background-position: -121px -3px;
}
.timepicker .time_pick {
  position: relative;
  cursor: pointer;
}
.timepicker .timepicker_wrap {
  z-index: 998;
  display: none;
  background: #fff;
  border: 1px solid #efefef;
  float: left;
  position: absolute;
  top: 27px;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  width: 180px;
}
.timepicker .arrow_top {
  display: none;
}
.timepicker input.timepicki-input {
  float: none;
  margin: 0;
  text-align: center;
  padding: 0;
}
.timepicker input.timepicki-input[readonly] {
  background: #fff;
  color: #000;
}
.timepicker a.reset_time {
  float: left;
  margin-top: 5px;
  color: #000;
}
.timepicker .mins {
  position: relative;
}
.timepicker .mins:before {
  content: ":";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#monthCalendar {
  text-align: center;
}
#monthCalendar * {
  border-color: transparent;
}
#monthCalendar .fc-toolbar-title {
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
#monthCalendar .fc-button-group {
  margin-right: 12px;
  margin-top: -2px;
}
#monthCalendar .fc-col-header {
  margin-bottom: 3px;
}
#monthCalendar .fc-daygrid-day-frame {
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
#monthCalendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background: #119D9B;
  border-radius: 50%;
}
#monthCalendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-number {
  color: #fff;
}
#monthCalendar .fc-col-header-cell-cushion {
  color: rgba(118, 118, 118, 0.6);
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
#monthCalendar .fc-daygrid-day-number {
  color: #707070;
  width: 100%;
  line-height: 40px;
  padding: 0;
}
#monthCalendar .fc-now-weekly td {
  background-color: #f9f9f9;
}
#monthCalendar .fc-daygrid-day-events {
  margin: 0;
  top: -100%;
}
#monthCalendar .fc-day-sun .fc-col-header-cell-cushion {
  color: rgba(234, 0, 0, 0.6);
}
#monthCalendar .fc-day-sun .fc-daygrid-day-number {
  color: #ea0000;
}
#monthCalendar .fc-button-group .fc-button {
  opacity: 0.7;
}
#monthCalendar .fc-button-group .fc-button .fc-icon:before {
  display: block;
  width: 10px;
  height: 18px;
  box-sizing: content-box;
}
#monthCalendar .fc-button-group .fc-button:hover {
  opacity: 1;
}
#monthCalendar .fc-prev-button .fc-icon-chevron-left:before {
  content: "";
  background: url("../images/common/slide_prev2.png") no-repeat 0 0;
}
#monthCalendar .fc-next-button .fc-icon-chevron-right:before {
  content: "";
  background: url("../images/common/slide_next2.png") no-repeat 0 0;
}

.fc-event-tooltip {
  border-color: #4c4c4c !important;
  color: #000000 !important;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15) !important;
}
.fc-event-tooltip .arrow:after {
  border-color: #4c4c4c !important;
}

/*
Form File
*/
.form-file {
  position: relative;
  font-size: 0;
}
.form-file:after {
  content: "";
  display: block;
  clear: both;
}
.form-file input[type=file] {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-file label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
}
.form-file label .btn {
  padding: 0;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  background-color: #767676;
  width: 66px;
  height: 30px;
}
.form-file small {
  display: block;
  padding-left: 120px;
  font-size: 14px;
}
.form-file small em {
  color: #5fbdc7;
}
.form-file .upload-list {
  display: none;
  line-height: 0;
  box-sizing: border-box;
}
.form-file .upload-list button {
  display: inline-block;
  color: #767676;
  font-size: 16px;
  vertical-align: middle;
}
.form-file .upload-list button:after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 9px;
  height: 9px;
  background: url("../images/common/form.png") no-repeat -116px -24px;
  vertical-align: middle;
}
.form-file.active .upload-list {
  display: block;
}

.form-person > label {
  margin-top: 9px;
  margin-right: 15px;
  vertical-align: top;
}
.form-person > div {
  display: none;
}
.form-person > div.active {
  display: block;
}
.form-person .person-search {
  margin-top: 10px;
  line-height: 0;
}
.form-person .person-search > .btn.darkgray {
  width: 92px;
}
.form-person .person-search > .btn.gray {
  margin-left: 7px;
  width: 83px;
}
.form-person .person-search .person-list {
  line-height: 0;
}
.form-person .person-search .person-list span {
  vertical-align: top;
  display: inline-block;
  margin: 9px 15px 0 0;
  line-height: 16px;
  color: #4d5050;
  font-size: 14px;
}
.form-person .person-search .person-list button {
  vertical-align: top;
  display: inline-block;
  margin: 9px 15px 0 0;
  line-height: 16px;
  color: #4d5050;
  font-size: 14px;
}
.form-person .person-search .person-list button:after {
  content: "";
  display: inline-block;
  margin: 1px 0 0 7px;
  width: 16px;
  height: 16px;
  background: url("../images/common/btn.png") no-repeat -188px -24px;
  vertical-align: top;
}

.person-upload {
  font-size: 0;
  line-height: 0;
}
.person-upload .download {
  width: 124px;
  vertical-align: top;
}
.person-upload .download:before {
  content: "";
  display: inline-block;
  margin: 7px 7px 0 0;
  width: 13px;
  height: 13px;
  background: url("../images/common/btn.png") no-repeat -18px -80px;
  vertical-align: top;
}
.person-upload .form-file {
  display: inline-block;
  padding-left: 76px;
  vertical-align: top;
  height: 30px;
}
.person-upload .form-file label {
  top: 0;
}
.person-upload .form-file .upload-list {
  padding-top: 5px;
  padding-bottom: 0;
}

.person-channel {
  display: none;
  margin-top: 10px;
  padding: 14px 26px;
  line-height: 0;
  background-color: #edf4f5;
  border-radius: 2px;
}
.person-channel label {
  margin: 4px 14px 4px 14px;
}
.person-channel label span {
  font-size: 14px;
}
.person-channel.active {
  display: inline-block;
}

/* Time Picker*/
/* ellipsis */
.ellipsis {
  max-width: 100%;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ellipsis {
    word-break: break-all;
  }
}
/* tabmenu */
.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs .tab-link {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 2px;
}
.tabs .tab-link.current {
  cursor: default;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.theme-planning .tabs .tab-link.current {
  border-bottom-color: #347EE7;
}
.theme-planning .tabs .tab-link.current .ico span {
  color: #347EE7;
}
.theme-learning .tabs .tab-link.current {
  border-bottom-color: #119D9B;
}
.theme-learning .tabs .tab-link.current .ico span {
  color: #119D9B;
}
.theme-portfolio .tabs .tab-link.current {
  border-bottom-color: #924EF9;
}
.theme-portfolio .tabs .tab-link.current .ico span {
  color: #924EF9;
}
.theme-eNotice .tabs .tab-link.current {
  border-bottom-color: #F75258;
}
.theme-eNotice .tabs .tab-link.current .ico span {
  color: #F75258;
}
.tabs .tab-link.current .ico:before {
  background-position-y: -24px;
}
.tabs .tab-link.current .ico span {
  font-weight: 700;
}
.tabs.tab-pills {
  margin-bottom: 24px;
}
.tabs.tab-pills li {
  border-radius: 24px;
  border: 1px solid #ccc;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding: 9px 21px;
  color: #9F9F9F;
}
.tabs.tab-pills li.current {
  color: #FFFFFF;
}
.theme-planning .tabs.tab-pills li.current {
  background: #347EE7;
}
.theme-learning .tabs.tab-pills li.current {
  background: #119D9B;
}
.theme-portfolio .tabs.tab-pills li.current {
  background: #924EF9;
}
.theme-eNotice .tabs.tab-pills li.current {
  background: #F75258;
}
.tabs.tab-pills li + li {
  margin-left: 7px;
}

.tab-content.Page {
  display: none;
}
.tab-content.Page.current {
  display: inherit;
}
.tab-content.View {
  opacity: 0;
  position: absolute;
  left: 5000em;
}
.tab-content.View.current {
  opacity: 1;
  position: static;
  left: auto;
}

/* pagination */
.pagination {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.pagination > a {
  display: inline-block;
  margin-left: 4px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  border-radius: 2px;
  box-sizing: border-box;
  opacity: 0.5;
}
.pagination > a:hover, .pagination > a:focus {
  opacity: 1;
}
.pagination .first, .pagination .next {
  margin-left: 0;
}
.pagination > a:before {
  content: "";
  display: block;
  height: 100%;
  background-image: url("../images/common/pagination.png");
  background-repeat: no-repeat;
  background-position-y: 4px;
}
.pagination .first:before {
  background-position-x: 0;
}
.pagination .prev:before {
  background-position-x: -34px;
}
.pagination .next:before {
  background-position-x: -68px;
}
.pagination .last:before {
  background-position-x: -102px;
}
.pagination .num a {
  display: inline-block;
  padding: 8px 11px;
}
.pagination .num a:first-child {
  margin-left: 12px;
}
.pagination .num a:last-child {
  margin-right: 15px;
}
.pagination .num a:hover {
  color: #242626;
}
.pagination .num a span {
  display: inline-block;
  padding: 1px 2px 0 1px;
  height: 17px;
  line-height: 16px;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.pagination .num a:hover span {
  color: #151616;
  border-bottom: 1px solid #151616;
}
.pagination .num a.active {
  padding: 0;
}
.theme-planning .pagination .num a.active {
  background-color: #f9f9f9;
}
.pagination .num a.active span {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  color: #fff;
}
.theme-planning .pagination .num a.active span {
  background-color: #347EE7;
}
.theme-learning .pagination .num a.active span {
  background-color: #119D9B;
}
.theme-eNotice .pagination .num a.active span {
  background-color: #F75258;
}
.pagination .num a.active:hover span {
  border-bottom: 0;
  color: #fff !important;
}

/* popup */
.popup {
  display: none;
  opacity: 0;
  transition: opacity 50s;
}
.popup.active {
  display: block;
  opacity: 1;
}
.popup .header {
  position: relative;
}
.popup .header .tit {
  line-height: 1;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #151616;
}
.popup .header .tit small {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  color: #737677;
}
.popup .header .btn-close {
  top: 20px;
  right: 20px;
  width: 23px;
  height: 23px;
}
.popup .btn-close {
  position: absolute;
  top: 27px;
  right: 0;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  background: url("../images/common/form.png") no-repeat -57px -10px;
}
.popup.type1 {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup.type1.active {
  top: 0%;
}
.popup.type1 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1130px;
  box-sizing: border-box;
}
.popup.type1 .inner > .frame {
  position: relative;
}
.popup.type1 .frame {
  width: 700px;
  padding: 40px;
  border-radius: 12px;
}
.popup.type1 .header {
  padding-bottom: 13px;
  border-bottom: 1px solid #000;
}
.popup.type1 .contents {
  padding-top: 20px;
}
.popup.type1 .footer .btns {
  padding-top: 32px;
}
.popup.type1 .btn-close {
  top: 40px;
  right: 40px;
  width: 14px;
  height: 14px;
  background-position: -85px -20px;
}
.popup.type1 .table-wrap {
  min-height: 300px;
  max-height: 37.5vh;
}
.popup.type2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s;
}
.popup.type2 .inner {
  position: relative;
  box-sizing: border-box;
  left: -50%;
  width: 458px;
  height: 100%;
  padding: 33px 44px 20px;
  background-color: white;
  box-shadow: 0px 12px 7px 0px rgba(0, 0, 0, 0.08);
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.popup.type2 .inner.active {
  left: 0;
}
.popup.type2.wide .inner {
  width: 688px;
}
.popup.type2.active {
  display: block;
}
.popup.type2 .contents {
  padding-top: 40px;
  padding-bottom: 40px;
}
.popup.type2 .contents + .contents {
  border-top: 1px solid #efefef;
  padding-bottom: 30px;
}
.popup.type2 .contents .form-group:first-child {
  margin-top: -7px;
}
.popup.type2 .col-label {
  flex: 0 0 70px;
  max-width: 70px;
}
.popup.type2 .form-file .upload-list {
  padding: 13px 0 0 0;
}
.popup.type2 .noti {
  padding-top: 7px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.popup.type2 .btn.btn-fill {
  width: 160px;
}
.theme-portfolio .popup.type2 .btn.btn-fill {
  background-color: #6a4ef9;
}
.popup.type2 .btn-close {
  top: 42px;
  right: 42px;
  width: 15px;
  height: 16px;
  background-position: -100px -20px;
}
.popup.type3 {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup.type3.active {
  top: 0%;
}
.popup.type3 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1130px;
  box-sizing: border-box;
}
.popup.type3 .tutorial-frame {
  position: relative;
  text-align: center;
}
.popup.type3 .tutorial-header {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 27px;
  color: #fff;
}
.popup.type3 .tutorial-header span:before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -214px -68px;
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
.popup.type4 {
  position: fixed;
  box-sizing: border-box;
  z-index: 200;
}
.popup.type4.active {
  top: 0%;
}
.popup.type4 .frame {
  position: relative;
  padding: 21px 30px;
  border-radius: 10px;
}
.popup.type4 .btn-close {
  top: 32px;
  right: 27px;
  width: 14px;
  height: 14px;
  background-position: -85px -20px;
}

#popSitemap {
  backgrounD: #fff !important;
}
#popSitemap .inner {
  top: 0 !important;
}
#popSitemap .header {
  padding-top: 100px;
}
#popSitemap .header .user {
  font-size: 16px;
  color: #555555;
}
#popSitemap .contents {
  display: table;
  width: 100%;
  text-transform: uppercase;
}
#popSitemap .contents ul > li > a {
  display: inline-block;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 52px;
}
#popSitemap .contents ul ul > li > a {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}
#popSitemap .contents ul ul > li:last-child a {
  margin-bottom: 0;
}
#popSitemap .contents aside, #popSitemap .contents .list {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
#popSitemap .contents aside > ul > li > a, #popSitemap .contents .list > ul > li > a {
  margin-bottom: 52px;
}
#popSitemap .contents aside {
  width: 22%;
}
#popSitemap .contents .util > ul > li > a {
  position: relative;
  padding-left: 59px;
}
#popSitemap .contents .util > ul > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 33px;
  height: 34px;
  background: url("../images/common/_btn.png") no-repeat -94px -46px;
}
#popSitemap .contents .util > ul > li > a.friends:after {
  background-position: -95px -45px;
}
#popSitemap .contents .util > ul > li > a.noti:after {
  background-position: -129px -45px;
}
#popSitemap .contents .util > ul > li > a.mypage:after {
  background-position: -162px -45px;
}
#popSitemap .contents .leg {
  position: absolute;
  bottom: 0;
  left: 0;
}
#popSitemap .contents .leg dd {
  display: inline-block;
  font-size: 18px;
  color: #767676;
  font-family: "Roboto";
  font-weight: 400;
  margin-right: 50px;
}
#popSitemap .contents .leg dd:last-child {
  margin-right: 0;
}
#popSitemap .contents .leg dd.current button {
  color: #000000;
  font-weight: 700;
}
#popSitemap .contents .list {
  padding-left: 70px;
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
}
#popSitemap .contents .gnb {
  float: left;
  width: 610px;
}
#popSitemap .contents .gnb > li {
  float: left;
  width: 50%;
}
#popSitemap .contents .gnb > li:nth-child(1), #popSitemap .contents .gnb > li:nth-child(2) {
  margin-bottom: 70px;
}
#popSitemap .contents .gnb + ul {
  float: right;
}

/* grade */
.grade-stars {
  display: inline-block;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}
.grade-stars span, .grade-stars a {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  font-size: 0;
  vertical-align: middle;
  background: url("../images/common/icon.png") no-repeat -229px -121px;
}
.grade-stars span:first-child, .grade-stars a:first-child {
  margin-left: 0;
}
.grade-stars span.active, .grade-stars a.active {
  text-indent: -9999px;
  text-align: left;
  background-position: -229px -101px;
}
.grade-stars.big span, .grade-stars.big a {
  margin-left: 6px;
  width: 24px;
  height: 24px;
  background-position: -229px -75px;
}
.grade-stars.big span:first-child, .grade-stars.big a:first-child {
  margin-left: 0;
}
.grade-stars.big span.active, .grade-stars.big a.active {
  background-position: -229px -49px;
}

/* loading */
.page-loading {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 900;
}

.icon-loading {
  display: none;
}

.loading {
  position: relative;
  width: 48px;
  height: 38px;
}

.page-loading .loading {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -24px;
  z-index: 999;
}

.icon-loading .loading {
  margin: 50px auto;
}

.loading .line {
  position: absolute;
  width: 6px;
  height: 38px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-color: #4d5050;
}
.loading .line:first-child {
  left: 0;
  animation: loading1 0.9s ease-in infinite;
}
.loading .line:nth-child(2) {
  left: 44%;
  animation: loading2 0.9s ease-in infinite;
}
.loading .line:last-child {
  right: 0;
  animation: loading1 0.9s ease-out infinite;
}

@keyframes loading1 {
  0% {
    height: 30%;
    opacity: 0.2;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 30%;
    opacity: 0.2;
  }
}
@keyframes loading2 {
  0% {
    height: 100%;
    opacity: 1;
  }
  50% {
    height: 30%;
    opacity: 0.2;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
body {
  position: relative;
  width: initial;
  overflow-y: scroll;
  background: #f9f9f9;
}
body.theme-index {
  background: #fff;
}
body.theme-index:after {
  content: "";
  width: 100%;
  height: 123px;
  background: linear-gradient(90deg, #347ee7 0%, #119d9b 100%);
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
body.clean {
  background: #fff;
}
body.clean #footer {
  border-top-color: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
}

/**
* --------------------------------
* header
* --------------------------------
*/
#header {
  position: absolute;
  margin-bottom: -123px;
  min-width: 1230px;
  height: 123px;
  width: 100%;
  background-color: #fff;
  transition: height 0.3s;
  z-index: 20;
}
.theme-index #header {
  background: transparent;
  height: 69px;
}
.theme-index #header.fixed {
  background: #347ee7;
  background: linear-gradient(90deg, #347ee7 0%, #119d9b 100%);
}
#header.fixed {
  position: fixed;
  top: 0;
}
.theme-index #header.fixed {
  z-index: 30;
  height: 69px;
}
#header:before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
.theme-index #header:before {
  display: none;
}
#header .inner {
  position: relative;
  margin: 0 auto;
  width: 1130px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  height: 100%;
}
#header .logo {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -565px;
  padding-left: 4px;
  top: 17px;
  z-index: 2;
}
#header .logo a {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
  width: 178px;
  height: 33px;
  text-indent: -9999px;
  text-align: left;
  background: url("../images/common/logo_2.png") no-repeat 0 0;
}
#header .util {
  position: absolute;
  top: 21px;
  right: 50%;
  margin-right: -565px;
  z-index: 10;
}
#header .util > ul:after {
  content: "";
  display: block;
  clear: both;
}
#header .util > ul > li {
  float: left;
  margin-left: 20px;
}
#header .util > ul > li:first-child {
  margin-left: 0;
}
#header .util > ul > li > a {
  vertical-align: middle;
}
#header .util > ul > li > button,
#header .util > ul > li > a {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  text-align: left;
}
#header .util > ul > li > button:after,
#header .util > ul > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/_btn_reverse.png") no-repeat 0 0;
}
#header .util > ul > li > button:hover,
#header .util > ul > li > a:hover {
  opacity: 0.3;
}
#header .util .dropdown {
  padding-right: 40px;
  border: 0;
  height: 24px;
  line-height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #4C4C4C;
  font-family: "Roboto";
}
#header .util .dropdown:after {
  width: 8px;
  height: 6px;
  margin-top: -4px;
  background: url("../images/common/_btn_reverse.png") no-repeat -2px -35px;
}
#header .util .dropdown .list {
  border: 0;
  margin-top: 24px;
  color: #4C4C4C;
}
#header .util .dropdown .list li {
  margin-left: 0;
}
#header .util .dropdown .option:hover, #header .util .dropdown .option:focus {
  background-color: transparent !important;
  opacity: 0.3;
}
#header .util .btn-setting {
  width: 24px;
}
#header .util .btn-setting:after {
  width: 24px;
  height: 27px;
  background-position: -16px -34px;
}
#header .util .btn-notice {
  width: 27px;
  height: 28px;
}
#header .util .btn-notice:after {
  background-position: -30px -4px;
}
#header .util .btn-notice.active:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ea0000;
  border: 2px solid #fff;
}
#header .util .btn-user {
  width: 36px;
  height: 33px;
}
#header .util .btn-user:after {
  width: 36px;
  height: 33px;
  background-position: -44px -34px;
}
#header nav {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 123px;
  text-align: center;
  overflow: hidden;
}
#header nav .depth1 {
  display: inline-block;
  position: relative;
  font-size: 0;
  height: 100%;
  text-align: center;
  vertical-align: top;
}
#header nav .depth1 > li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: 100%;
  line-height: 1;
  vertical-align: top;
}
#header nav .depth1 > li > a {
  display: inline-block;
  position: relative;
  padding-top: 28px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  color: #4C4C4C;
  z-index: 1;
  box-sizing: border-box;
  font-family: "Roboto";
  letter-spacing: 0;
}
#header nav .depth1 > li > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #151616;
  transition: all 0.5s;
}
.theme-portfolio #header nav .depth1 > li.active > a {
  color: #924EF9;
}
.theme-planning #header nav .depth1 > li.active > a {
  color: #347EE7;
}
.theme-learning #header nav .depth1 > li.active > a {
  color: #119D9B;
}
.theme-eNotice #header nav .depth1 > li.active > a {
  color: #F75258;
}
#header nav .depth1 > li.active .depth2 {
  display: block;
}
#header nav .depth2 {
  display: none;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  width: 565px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#header nav .depth2 > li {
  display: inline-block;
  text-align: left;
}
#header nav .depth2 > li > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
}
#header nav .depth2 > li.active > a {
  font-weight: 700;
  color: #fffb8a;
}
.theme-planning #header nav .depth2 {
  width: 630px;
}
.theme-planning #header nav .depth2 > li > a {
  margin: 0 20px;
}
.theme-learning #header nav .depth2 {
  width: 1000px;
}
.theme-learning #header nav .depth2 > li > a {
  margin: 0 18px;
}
.theme-portfolio #header nav .depth2 {
  width: 650px;
}
.theme-portfolio #header nav .depth2 > li > a {
  margin: 0 28px;
}
.theme-eNotice #header nav .depth2 > li > a {
  margin: 0 18px;
}
#header nav .bg {
  position: absolute;
  left: 0;
  top: 69px;
  width: 100%;
  height: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.theme-index #header nav .bg {
  background: #347ee7;
  background: linear-gradient(90deg, #347ee7 0%, #119d9b 100%);
  display: none !important;
}
.theme-portfolio #header nav .bg {
  background: #924EF9;
}
.theme-planning #header nav .bg {
  background: #347EE7;
}
.theme-learning #header nav .bg {
  background: #119D9B;
}
.theme-eNotice #header nav .bg {
  background: #F75258;
}
.theme-portfolio #header.reverse {
  background: #924EF9;
}
.theme-planning #header.reverse {
  background: #347EE7;
}
.theme-learning #header.reverse {
  background: #119D9B;
}
.theme-eNotice #header.reverse {
  background: #F75258;
}
#header.reverse .util .dropdown .list {
  color: #fff;
}
.theme-index #header.reverse .util .dropdown .list {
  background: #347ee7;
  background: linear-gradient(90deg, #347ee7 0%, #119d9b 100%);
}
.theme-portfolio #header.reverse .util .dropdown .list {
  background: #924EF9;
}
.theme-planning #header.reverse .util .dropdown .list {
  background: #347EE7;
}
.theme-learning #header.reverse .util .dropdown .list {
  background: #119D9B;
}
.theme-eNotice #header.reverse .util .dropdown .list {
  background: #F75258;
}

.theme-index #header .logo a,
#header.reverse .logo a {
  background-image: url("../images/common/logo.png");
  background-position-y: center;
}
.theme-index #header .util > ul > li,
#header.reverse .util > ul > li {
  position: relative;
}
.theme-index #header .util > ul > li > button:after,
.theme-index #header .util > ul > li > a:after,
#header.reverse .util > ul > li > button:after,
#header.reverse .util > ul > li > a:after {
  background-image: url("../images/common/_btn.png");
}
.theme-index #header .util .dropdown,
#header.reverse .util .dropdown {
  color: #fff;
}
.theme-index #header .util .dropdown:after,
#header.reverse .util .dropdown:after {
  background-image: url("../images/common/_btn.png");
}
.theme-index #header nav .depth1 > li > a,
#header.reverse nav .depth1 > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.theme-index #header nav .depth1 > li.active > a,
#header.reverse nav .depth1 > li.active > a {
  color: white !important;
}

/* Util (S) */
.util-notification,
.util-myinfo {
  display: none;
  border-width: 1px;
  border-color: #4c4c4c;
  border-style: solid;
  background-color: white;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 46px;
}
.util-notification:before,
.util-myinfo:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #4c4c4c transparent;
  position: absolute;
  top: -12px;
}
.util-notification:after,
.util-myinfo:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
}
.util-notification .close,
.util-myinfo .close {
  position: absolute;
  top: 23px;
  right: 21px;
  width: 15px;
  height: 16px;
  text-indent: -9999px;
  background: url("../images/common/form.png") no-repeat -100px -20px;
}

/* Util (E) */
/* 알림 메시지함 (S) */
.util-notification {
  right: -57px;
  width: 292px;
}
.util-notification:before, .util-notification:after {
  right: 60px;
}
.btn-notice.open + .util-notification {
  display: block;
}
.util-notification header {
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 18px 25px 12px;
}
.util-notification header:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 15px;
  height: 16px;
  background: url("../images/common/_tab.png") no-repeat -270px -208px;
}
.util-notification .scrollbar {
  height: 315px;
}
.util-notification ul.list {
  padding-left: 25px;
  padding-right: 20px;
}
.util-notification ul.list > li {
  position: relative;
  padding-right: 70px;
  padding-top: 13px;
  padding-bottom: 15px;
  margin-left: 0;
}
.util-notification ul.list > li + li {
  border-top: 1px solid #efefef;
}
.util-notification ul.list > li .tit {
  display: inline-block;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.7px;
  text-align: left;
}
.util-notification ul.list > li a {
  text-indent: 0;
}
.util-notification ul.list > li .date {
  display: block;
  color: #767676;
  padding-top: 6px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.util-notification ul.list > li .badge {
  position: absolute;
  right: 0;
  top: 24px;
  padding: 4px 6px;
  min-width: auto;
}
.util-notification ul.list > li .badge.alert-a {
  color: #ff5000;
  background: #fff9f1;
}
.util-notification ul.list > li .badge.alert-b {
  color: #357ee7;
  background: #f6fbff;
}
.util-notification ul.list > li .badge.alert-c {
  color: #124199;
  background: #f6fbff;
}
.util-notification ul.list > li .badge.alert-d {
  color: #9340c4;
  background: #f9f5fc;
}
.util-notification ul.list > li .badge.alert-e {
  color: #3a9a14;
  background: #f5faf3;
}
.util-notification ul.list > li .badge.alert-f {
  color: #ea0001;
  background: #fef2f2;
}
.util-notification ul.list > li .badge.alert-g {
  color: #836801;
  background: #fef8e3;
}
.util-notification ul.list > li:before {
  content: "";
  border-radius: 50%;
  background-color: #ea0000;
  color: #ea0000;
  position: absolute;
  right: 11px;
  bottom: 18px;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.util-notification ul.list > li:after {
  content: "안읽음";
  position: absolute;
  opacity: 0;
}
.util-notification ul.list > li.read:before {
  display: none;
}
.util-notification ul.list > li.read:after {
  content: "읽음";
}

/* 알림 메시지함 (E) */
/* 내 정보 (S) */
.util-myinfo {
  right: 0;
  width: 345px;
}
.util-myinfo:before, .util-myinfo:after {
  right: 18px;
}
.btn-user.open + .util-myinfo {
  display: block;
}
.util-myinfo header {
  padding: 23px 23px 0;
}
.util-myinfo header .profile {
  flex: 0 0 95px;
  max-width: 95px;
  height: 96px;
}
.util-myinfo header input {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.util-myinfo header img {
  border-radius: 16px;
  width: 72px;
  height: 72px;
}
.util-myinfo header img + label {
  position: absolute;
  left: 50px;
  top: 50px;
  cursor: pointer;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -755px 0;
  width: 32px;
  height: 32px;
}
.util-myinfo header .profile-change {
  display: block;
  position: absolute;
  left: 50px;
  top: 48px;
  cursor: pointer;
  z-index: 1;
}
.util-myinfo header .profile-change > button {
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -755px 0;
  width: 32px;
  height: 32px;
}
.util-myinfo header .profile-change ul {
  display: none;
  position: relative;
  top: -32px;
  border-radius: 10px;
  background-color: black;
  box-shadow: 0.707px 0.707px 10px 0px rgba(0, 0, 0, 0.15);
  width: 119px;
  height: 82px;
}
.util-myinfo header .profile-change ul li button, .util-myinfo header .profile-change ul li label {
  text-align: left;
  color: #ffffff;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
}
.util-myinfo header .profile-change ul li + li {
  border-top: 1px solid #313131;
}
.util-myinfo header .profile-change.active ul {
  display: block;
}
.util-myinfo header strong {
  display: block;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.util-myinfo header p {
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-top: 4px;
  line-height: 1.5;
}
.util-myinfo header .tabs {
  padding: 22px 0 20px;
  border-top: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.util-myinfo header .tabs button {
  position: relative;
  display: inline-block;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  box-sizing: border-box;
}
.util-myinfo header .tabs button span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.util-myinfo header .tabs button.current {
  font-weight: 700;
  color: #347EE7;
  border-bottom-width: 0;
}
.util-myinfo header .tabs button.current span {
  border-bottom-color: #347EE7;
}
.util-myinfo header .tabs button.current span:before {
  background-position-y: -26px;
}
.util-myinfo header .tabs button + button:after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #efefef;
  left: 0;
  top: -3px;
  width: 1px;
  height: 24px;
}
.util-myinfo header .tabs button:nth-child(3) {
  text-alig: right;
  flex: 0 0 78px;
  max-width: 78px;
}
.util-myinfo header .tabs [data-tab=tab-screenSetting] span {
  margin-left: 24px;
}
.util-myinfo header .tabs [data-tab=tab-screenSetting] span:before {
  position: absolute;
  left: -24px;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../images/common/_tab.png") no-repeat -337px -234px;
}
.util-myinfo header .tabs [data-tab=tab-friendsSetting] span {
  margin-left: 28px;
}
.util-myinfo header .tabs [data-tab=tab-friendsSetting] span:before {
  position: absolute;
  left: -28px;
  width: 22px;
  height: 18px;
  content: "";
  background: url("../images/common/_tab.png") no-repeat -355px -234px;
}
.util-myinfo main {
  background: #f9f9f9;
}
.util-myinfo main > .tab-content {
  padding-top: 17px;
  padding-left: 20px;
}
.util-myinfo .scrollbar {
  max-height: calc(100vh - 300px);
}
.util-myinfo #tab-screenSetting {
  padding-bottom: 20px;
}
.util-myinfo #tab-screenSetting label {
  cursor: pointer;
  margin-left: 2px;
}
.util-myinfo #tab-screenSetting img {
  display: block;
  margin-top: 8px;
}
.util-myinfo #tab-screenSetting li {
  position: relative;
}
.util-myinfo #tab-screenSetting li .ui-tooltip {
  border: 1px solid #ea0000;
  position: absolute;
  right: 25px;
  top: 0;
}
.util-myinfo #tab-screenSetting li + li {
  margin-top: 17px;
}
.util-myinfo [data-tabs=tab-friends] {
  margin-bottom: 6px;
  border-bottom: 1px solid #efefef;
}
.util-myinfo [data-tabs=tab-friends] button {
  padding: 5px 10px 15px;
  letter-spacing: -1.7px;
  color: #767676;
}
.util-myinfo [data-tabs=tab-friends] button + button {
  margin-left: 21px;
}
.util-myinfo [data-tabs=tab-friends] [data-tab=tab-friend-states] {
  margin-left: 5px;
}
.util-myinfo #tab-friends {
  padding-left: 4px;
}
.util-myinfo #tab-friends ul {
  margin-top: -3px;
  padding-right: 23px;
}
.util-myinfo #tab-friends li {
  padding: 15px 0;
}
.util-myinfo #tab-friends li + li {
  border-top: 1px solid #efefef;
}
.util-myinfo #tab-friends .scrollbar .col .name {
  display: block;
  color: #000000;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.util-myinfo #tab-friends .scrollbar .col .student_id {
  display: block;
  color: #767676;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.util-myinfo #tab-friends .scrollbar .col .state {
  display: block;
  color: #4c4c4c;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.6px;
  padding-top: 6px;
  padding-bottom: 7px;
}
.util-myinfo #tab-friends .scrollbar .col .date {
  display: block;
  color: #767676;
  font-family: "Roboto", "NotoSansKR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -1.3px;
  line-height: 1.4;
}
.util-myinfo #tab-friends .scrollbar .col:first-child {
  flex: 0 0 64px;
  max-width: 64px;
}
.util-myinfo #tab-friends .scrollbar .col.txt-Right {
  position: relative;
  flex: 0 0 90px;
  max-width: 90px;
  padding-top: 7px;
  color: #347EE7;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2;
}
.util-myinfo #tab-friends .scrollbar .col.txt-Right .btns {
  position: absolute;
  right: 0;
  width: 115px;
}
.util-myinfo #tab-friends .scrollbar .col.txt-Right .btn {
  width: 52px;
  line-height: 28px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.util-myinfo #tab-friends .scrollbar .col.txt-Right .btn + .btn {
  margin-left: 4px;
}
.util-myinfo #tab-friends .scrollbar .col.txt-Right .btn.btn-fill {
  border: 1px solid #347EE7;
}
.util-myinfo #tab-friends .scrollbar .col.txt-Right .btn.btn-line {
  color: #666;
  border-color: #efefef;
  background: #fff;
}
.util-myinfo #tab-friends .bg {
  background: #e7e7e7;
  margin-top: 10px;
  margin-bottom: -15px;
  text-align: center;
}
.util-myinfo #tab-friends .bg .col:first-child {
  flex: 0 0 130px;
  max-width: 130px;
}
.util-myinfo #tab-friends .bg label {
  padding-top: 13px;
  height: 56px;
}
.util-myinfo #tab-friends .bg label strong {
  display: block;
  color: #4c4c4c;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.util-myinfo #tab-friends .bg label input.switch:checked + span i:before {
  color: #fff;
  background-color: #347EE7;
  border-color: #347EE7;
}
.util-myinfo #tab-friends .bg .col + .col {
  margin-right: 13px;
}
.util-myinfo .tab-friend-list li .row .col:nth-child(3) {
  position: relative;
  flex: 0 0 50px;
  max-width: 50px;
  text-align: right;
  padding-right: 10px;
}
.util-myinfo .tab-friend-list .btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.util-myinfo .tab-friend-list .btn:hover i:before, .util-myinfo .tab-friend-list .btn:focus i:before {
  background-position-y: -26px;
}
.util-myinfo .tab-friend-search > .row {
  margin-right: 23px;
}
.util-myinfo .tab-friend-search > .row > label {
  padding: 16px 0;
  margin-bottom: 10px;
}
.util-myinfo .tab-friend-search > .row > label strong {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #767676;
}
.util-myinfo .tab-friend-search > .row > label input:checked + span i:before {
  border-color: #347EE7;
  background-color: #347EE7;
}
.util-myinfo .tab-friend-search > .row > label input:checked + span i:after {
  border-color: #347EE7;
}
.util-myinfo .tab-friend-search > .row > label span {
  float: right;
}
.util-myinfo .tab-friend-search .form-group {
  margin-right: 23px;
}
.util-myinfo .tab-friend-search .form-group .btn-fill {
  font-size: 13px;
  flex: 0 0 42px;
  max-width: 42px;
}
.util-myinfo .tab-friend-search ul {
  padding-top: 5px;
}
.util-myinfo .tab-friend-search li {
  padding: 18px 0;
}
.util-myinfo .tab-friend-search li .row .col {
  position: relative;
}
.util-myinfo .tab-friend-search li .row .col:last-child {
  flex: 0 0 74px;
  max-width: 74px;
  text-align: right;
}
.util-myinfo .tab-friend-search li .row .col:last-child .btn {
  font-size: 13px;
  border-radius: 3px;
  width: 74px;
  line-height: 30px;
}
.util-myinfo .tab-friend-search li .row .state, .util-myinfo .tab-friend-search li .row .btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* 내 정보 (E) */
/* Sitemap (S) */
.popup.sitemap .inner {
  width: 1130px;
}
.popup.sitemap .header {
  padding-bottom: 30px;
  text-align: left;
}
.popup.sitemap .header h3 {
  margin-top: 25px;
  font-size: 16px;
  color: #4d5050;
}
.popup.sitemap .header h3 small {
  display: inline-block;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 400;
}
.popup.sitemap .header .btn.white {
  position: absolute;
  right: 40px;
  top: 79px;
  padding: 0;
  width: 154px;
}
.popup.sitemap .header .btn.white:before {
  content: "";
  display: inline-block;
  margin: 12px 7px 0 0;
  width: 14px;
  height: 16px;
  vertical-align: top;
  background: url("../images/common/icon.png") no-repeat -32px 0;
}
.popup.sitemap .tab-menu.type1 a {
  width: calc(33.33% + 1px);
}
.popup.sitemap .tab-menu.type1 a:first-child {
  width: 33.33%;
}
.popup.sitemap .tab-contents {
  padding-top: 23px;
}
.popup.sitemap .tab-contents:after {
  content: "";
  display: block;
  clear: both;
}
.popup.sitemap .left {
  float: left;
  width: 210px;
}
.popup.sitemap .left ul {
  width: 150px;
}
.popup.sitemap .left ul li {
  border-bottom: 1px solid #dfe5e6;
}
.popup.sitemap .left ul li a {
  display: block;
  padding: 12px 0;
}
.popup.sitemap .left ul li a.active, .popup.sitemap .left ul li a:hover {
  color: #151616;
  font-weight: bold;
}
.popup.sitemap .left ul li a:after {
  content: "";
  display: none;
  margin: -2px 0 0 7px;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background: url("../images/common/btn.png") no-repeat -248px -44px;
}
.popup.sitemap .left ul li a:hover:after, .popup.sitemap .left ul li a.active:after {
  display: inline-block;
}
.popup.sitemap .right {
  float: right;
  width: 790px;
}
.popup.sitemap .right .con {
  display: none;
}
.popup.sitemap .right .con.active {
  display: block;
}
.popup.sitemap .right ol li {
  margin-top: 23px;
}
.popup.sitemap .right ol li:first-child {
  margin-top: 0;
}
.popup.sitemap .right ol li p {
  margin-bottom: 12px;
  color: #4d5050;
}
.popup.sitemap .right ol li p b {
  font-size: 14px;
}
.popup.sitemap .scroll-wrapper.scrollbar {
  height: 371px;
  max-height: 371px;
}
.popup.sitemap .scrollbar > .scroll-element.scroll-y {
  right: 0;
}
.popup.sitemap .scrollbar .img img {
  width: 100%;
}

/* Sitemap (E) */
/**
 * --------------------------------
 * wrap
 * --------------------------------
 */
#header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #347ee7 0%, #119d9b 100%);
}

#wrap {
  position: relative;
  padding: 123px 0 0;
  min-width: 1230px;
  min-height: calc(100vh - 400px);
  box-sizing: border-box;
}
#wrap .inner {
  position: relative;
  margin: 0 auto;
  width: 1130px;
  box-sizing: border-box;
}
#wrap .menu {
  width: 100%;
  background: #fff;
}
#wrap .menu .credits {
  position: relative;
  margin: 0 auto;
  width: 1130px;
  box-sizing: border-box;
  border-top: 1px solid #efefef;
  padding: 0;
  text-align: center;
  z-index: 0;
}
#wrap .menu .weeks {
  position: relative;
  margin: 0 auto;
  width: 1130px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  padding: 0;
  text-align: center;
  z-index: 0;
}
#wrap .menu .weeks img {
  margin-left: -32px;
}
#wrap .tit-area {
  position: relative;
  margin: 0 auto;
  width: 1130px;
  box-sizing: border-box;
  margin-top: 42px;
  margin-bottom: 36px;
  padding: 0 100px;
  text-align: center;
}
#wrap .tit-area .btn-back {
  position: absolute;
  left: 0;
  top: -28px;
  font-size: 16px;
}
#wrap .tit-area .btn-back:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 14px;
  height: 15px;
  line-height: 100%;
  vertical-align: middle;
  background: url("../images/common/btn.png") no-repeat -188px -42px;
}
#wrap .tit-area h2 {
  display: block;
  padding-top: 2px;
  line-height: 1.2;
  color: #151616;
  font-size: 40px;
  font-weight: 700;
}
#wrap .tit-area small {
  display: inline-block;
  margin-top: 28px;
  color: #151616;
  font-size: 18px;
}
#wrap .tit-area small:before {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-right: 12px;
  width: 26px;
  height: 25px;
  background: url("../images/common/icon.png") no-repeat 0 -130px;
  vertical-align: middle;
}

/**
 * --------------------------------
 * Sub Nav
 * --------------------------------
 */
#lnb-Portfolio {
  position: absolute;
  z-index: 15;
  border-bottom: 1px solid #e7e7e7;
}
#lnb-Portfolio.fixed {
  position: fixed;
}
#lnb-Portfolio > ul {
  position: relative;
  margin: 0 auto;
  width: 1130px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  z-index: 0;
}
#lnb-Portfolio > ul > li {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 0 30px;
  /* 종합정보 */
  /* 기본정보 */
  /* 교과 */
  /*비교과 */
  /*다전공 */
  /* 다빈치역량 */
  /* 학생활동 */
}
#lnb-Portfolio > ul > li:first-child {
  margin-left: 0;
}
#lnb-Portfolio > ul > li:last-child {
  margin-right: 0;
}
#lnb-Portfolio > ul > li a {
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding: 3px 0;
  height: 50px;
  box-sizing: border-box;
  line-height: 48px;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}
#lnb-Portfolio > ul > li a:before {
  left: 0;
  top: 3px;
  height: 16px;
  margin-right: 7px;
}
#lnb-Portfolio > ul > li.P1 a:before {
  background-position-x: -469px;
  width: 23px;
}
#lnb-Portfolio > ul > li.P2 a:before {
  background-position-x: -492px;
  width: 16px;
}
#lnb-Portfolio > ul > li.P3 a:before {
  background-position-x: -508px;
  width: 15px;
}
#lnb-Portfolio > ul > li.P4 a:before {
  background-position-x: -523px;
  width: 18px;
}
#lnb-Portfolio > ul > li.P5 a:before {
  background-position-x: -541px;
  width: 15px;
}
#lnb-Portfolio > ul > li.P6 a:before {
  background-position-x: -556px;
  width: 11px;
}
#lnb-Portfolio > ul > li.P7 a:before {
  background-position-x: -567px;
  width: 16px;
}
#lnb-Portfolio > ul > li.active a:before, #lnb-Portfolio > ul > li:hover a:before, #lnb-Portfolio > ul > li:focus a:before {
  background-position-y: -24px;
}
.theme-portfolio #lnb-Portfolio > ul > li.active a, .theme-portfolio #lnb-Portfolio > ul > li:hover a, .theme-portfolio #lnb-Portfolio > ul > li:focus a {
  color: #8d58eb;
}
.theme-planning #lnb-Portfolio > ul > li.active a, .theme-planning #lnb-Portfolio > ul > li:hover a, .theme-planning #lnb-Portfolio > ul > li:focus a {
  color: #347ee7;
}
.theme-learning #lnb-Portfolio > ul > li.active a, .theme-learning #lnb-Portfolio > ul > li:hover a, .theme-learning #lnb-Portfolio > ul > li:focus a {
  color: #d2e9e9;
}
.theme-eNotice #lnb-Portfolio > ul > li.active a, .theme-eNotice #lnb-Portfolio > ul > li:hover a, .theme-eNotice #lnb-Portfolio > ul > li:focus a {
  color: #f75258;
}
#lnb-Portfolio > ul > li.active a {
  font-weight: 700;
}
.theme-portfolio #lnb-Portfolio > ul > li.active a {
  border-bottom-color: #8d58eb;
}
.theme-planning #lnb-Portfolio > ul > li.active a {
  border-bottom-color: #347ee7;
}
.theme-learning #lnb-Portfolio > ul > li.active a {
  border-bottom-color: #d2e9e9;
}
.theme-eNotice #lnb-Portfolio > ul > li.active a {
  border-bottom-color: #f75258;
}
#lnb-Portfolio + .inner {
  padding-top: 73px !important;
}

.sub-nav {
  margin-bottom: 20px;
}
.sub-nav:after {
  content: "";
  display: block;
  clear: both;
}
.sub-nav ul li {
  display: inline-block;
  margin-left: 37px;
}
.sub-nav .item-right {
  float: right;
  height: 28px;
}
.sub-nav .item-right .ico:before {
  background-image: url("../images/common/_tab.png");
  background-position-y: 0%;
  margin-right: 10px;
}
.sub-nav .item-right .ico.timeline:before {
  background-position-x: 0 !important;
}
.sub-nav .item-right .ico.summaryInfo:before {
  background-position-x: -20px !important;
}
.sub-nav .item-right .ico.todolist:before {
  background-position-x: -41px !important;
}
.sub-nav .item-right .ico.informalClass:before {
  background-position-x: -57px !important;
}
.sub-nav .item-right .ico.officialClass:before {
  background-position-x: -81px !important;
}
.sub-nav .item-right .ico span {
  color: #767676;
  line-height: 20px;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
}
.sub-nav .item-right .tab-link {
  padding-bottom: 5px;
}
.theme-planning .sub-nav .item-right .tab-link.current .ico:before {
  background-position-y: -26px;
}
.theme-learning .sub-nav .item-right .tab-link.current .ico:before {
  background-position-y: -52px;
}
.theme-portfolio .sub-nav .item-right .tab-link.current .ico:before {
  background-position-y: -78px;
}
.theme-eNotice .sub-nav .item-right .tab-link.current .ico:before {
  background-position-y: -104px;
}

/**
 * --------------------------------
 * footer
 * --------------------------------
 */
#side {
  position: fixed;
  z-index: 20;
  left: 50%;
  margin-left: 600px;
  top: 123px;
}
#side .btn-top {
  display: none;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  text-align: left;
  background-color: #1d1e1e;
  border-radius: 100%;
}
#side .btn-top:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 13px;
  margin-left: -9px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
#side .btn-top:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 24px;
  margin-left: -6px;
  width: 12px;
  height: 16px;
  background: url("../images/common/btn.png") no-repeat -206px 0;
  animation: arrowTop 0.5s ease-in alternate infinite;
}
#side .more {
  margin-top: 120px;
}
#side.scroll .btn-top {
  display: block;
}

@-webkit-keyframes arrowTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes arrowTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
#footer {
  position: relative;
  margin-top: 35px;
  min-width: 1230px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
#footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1230px;
  box-sizing: border-box;
}
#footer .util {
  padding-top: 40px;
  display: block;
  font-size: 0;
  text-align: left;
}
#footer .util a {
  display: inline-block;
  padding: 0 14px 0 0;
  line-height: 1;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}
#footer .util a:before {
  content: "";
  display: inline-block;
  margin: 1px 14px 0 0;
  width: 1px;
  height: 13px;
  background-color: #838282;
  vertical-align: top;
}
#footer .util a:first-child {
  font-weight: 700;
}
#footer .util a:first-child:before {
  display: none;
}
#footer address {
  margin-top: 22px;
}
#footer p {
  margin-top: 16px;
}
#footer p,
#footer address {
  color: #717171;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0;
  line-height: 1;
}
#footer p span + span:before,
#footer address span + span:before {
  content: "";
  display: inline-block;
  margin: 0 8px;
  background-color: #e7e7e7;
  width: 1px;
  height: 12px;
  z-index: 867;
}

#footerShort {
  display: none;
  position: relative;
  margin-top: -79px;
  min-width: 1230px;
  height: 78px;
  background: #fff;
  box-sizing: border-box;
}
#footerShort .inner {
  padding: 30px;
  color: #c6cbcc;
  font-size: 12px;
  text-align: center;
}

#side img {
  cursor: pointer;
  width: 320px;
}

#chatbotImg {
  display: none;
  opacity: 0;
  transition: all 1s;
  position: fixed;
  left: 50%;
  margin-left: 270px;
  margin-top: -67px;
}

#chatbotBtn {
  position: relative;
  top: -30px;
  transition: all 0.3s;
  transform: scale(0);
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
}
#chatbotBtn.load {
  transform: scale(1);
}
#chatbotBtn:after {
  transition: all 0.3s;
  position: absolute;
  display: inline-block;
  background-image: url("../images/common/_icon.png");
  background-repeat: no-repeat;
  background-position: -497px -48px;
  width: 29px;
  height: 29px;
  left: 50%;
  margin-top: 20px;
  margin-left: -15px;
}
#chatbotBtn img {
  width: 68px;
  border-radius: 50%;
}
#chatbotBtn:hover img, #chatbotBtn:focus img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
#chatbotBtn.open .chat {
  opacity: 0;
}
#chatbotBtn.open:after {
  content: "";
  transform: rotate(45deg);
}
#chatbotBtn.open + #chatbotImg {
  display: block;
  opacity: 1;
}

.chatbot_pulse:hover {
  animation: none;
}

.chatbot_bound {
  animation: chatbot_bound 1.2s ease-in-out 3 forwards, chatbot_pulse 3s infinite;
  -webkit-animation: chatbot_bound 1.2s ease-in-out 3 forwards, chatbot_pulse 3s infinite;
  animation-delay: 0.7s;
}

@keyframes chatbot_bound {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes chatbot_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 250, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 250, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 250, 0);
  }
}
@keyframes chatbot_pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 250, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 0, 250, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 250, 0);
    box-shadow: 0 0 0 10px rgba(0, 0, 250, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 250, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 250, 0);
  }
}
#quick {
  text-align: center;
  width: 74px;
  color: #767676;
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 11px;
  overflow: hidden;
  border: 1px solid #efefef;
  background-color: white;
  border-radius: 50%;
  height: 74px;
}
#quick ul {
  display: none;
}
#quick ul a {
  display: block;
  padding: 23px 0 10px;
  background-image: url(../images/common/quick.png);
  background-repeat: no-repeat;
  background-position-x: center;
}
#quick ul a:hover, #quick ul a:focus {
  outline: none;
  color: #347EE7;
  background-image: url(../images/common/quick-hover.png);
}
#quick ul button {
  height: 40px;
  width: 100%;
  padding-bottom: 25px;
}
#quick ul button:before {
  margin: 0 auto;
  width: 26px;
  height: 8px;
  content: "";
  display: block;
  background-image: url(../images/common/quick.png);
  background-repeat: no-repeat;
  background-position: center -356px;
}
#quick ul button:hover:before, #quick ul button:focus:before {
  transform: rotate(-180deg);
}
#quick ul li:nth-child(1) a {
  background-position-y: -60px;
}
#quick ul li:nth-child(2) a {
  background-position-y: -110px;
}
#quick ul li:nth-child(3) a {
  background-position-y: -160px;
}
#quick ul li:nth-child(4) a {
  background-position-y: -209px;
}
#quick ul li:nth-child(5) a {
  background-position-y: -258px;
}
#quick ul li:nth-child(6) a {
  background-position-y: -307px;
}
#quick > button {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radiius: 50%;
  width: 100%;
}
#quick > button:before {
  content: "";
  display: block;
  background-image: url(../images/common/quick.png);
  background-repeat: no-repeat;
  background-position: center -9px;
  height: 20px;
}
#quick > button:hover, #quick > button:focus {
  outline: none;
  color: #347EE7;
}
#quick > button:hover:before, #quick > button:focus:before {
  background-image: url(../images/common/quick-hover.png);
}
#quick li a:hover, #quick li a:focus {
  outline: none;
  color: #347EE7;
}
#quick.active {
  height: 400px;
  border-radius: 38px;
}
#quick.active > button {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#quick.active ul {
  display: block;
}

.eng {
  display: none;
}

/*!
 * jQCloud 2.0.3
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014-2017 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
.jqcloud {
  font-family: "NotoSansKR", Malgun gothic, "맑은고딕", Dotum, "돋움", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  position: relative;
}

.jqcloud-word {
  margin: 0;
  padding: 0;
  color: #6b26d5;
}
.jqcloud-word.w1 {
  font-size: 100%;
}
.jqcloud-word.w2 {
  font-size: 150%;
}
.jqcloud-word.w3 {
  font-size: 200%;
}
.jqcloud-word.w4 {
  font-size: 250%;
}
.jqcloud-word.w5 {
  font-size: 300%;
}
.jqcloud-word.w6 {
  font-weight: 700;
  font-size: 350%;
}
.jqcloud-word.w7 {
  font-weight: 700;
  font-size: 400%;
}
.jqcloud-word.w8 {
  font-weight: 700;
  font-size: 450%;
}
.jqcloud-word.w9 {
  font-weight: 700;
  font-size: 500%;
}
.jqcloud-word.w10 {
  font-weight: 700;
  font-size: 550%;
}
.jqcloud-word a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.jqcloud-word a:hover {
  color: #00ccff;
}

/******************* WINDOWS VISTA SCROLLBAR *******************/
.scrollbar-vista > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-vista > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-vista > .scroll-element {
  background-color: #fcfdff;
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-vista > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-vista > .scroll-element .scroll-element_outer, .scrollbar-vista > .scroll-element .scroll-element_size, .scrollbar-vista > .scroll-element .scroll-element_inner-wrapper, .scrollbar-vista > .scroll-element .scroll-element_inner {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-vista > .scroll-element .scroll-bar {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-vista > .scroll-element .scroll-bar div {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-vista > .scroll-element .scroll-element_outer, .scrollbar-vista > .scroll-element .scroll-element_size, .scrollbar-vista > .scroll-element .scroll-element_inner-wrapper, .scrollbar-vista > .scroll-element .scroll-bar_body {
  background: none !important;
}
.scrollbar-vista > .scroll-element.scroll-x {
  background: rgba(224, 224, 224, 0.4);
  margin-top: 5px;
  bottom: 0;
  height: 8px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-vista > .scroll-element.scroll-y {
  border-left: solid 1px #fcfdff;
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar {
  min-width: 16px;
  background-position: 0px -34px;
  background-repeat: no-repeat;
}
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_body {
  left: 2px;
}
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_body-inner {
  left: -4px;
  background: #97a0a1;
  border-radius: 2px;
  opacity: 0.5;
  cursor: pointer;
}
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_center {
  left: 50%;
  margin-left: -6px;
  width: 12px;
  background-position: 24px -34px;
}
.scrollbar-vista > .scroll-element.scroll-x .scroll-bar_bottom {
  left: auto;
  right: 0;
  width: 2px;
  background-position: 37px -34px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar {
  min-height: 16px;
  background-position: -34px 0px;
  background-repeat: no-repeat;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_body {
  top: 2px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_body-inner {
  top: -4px;
  background-position: -17px 0px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_center {
  top: 50%;
  margin-top: -6px;
  height: 12px;
  background-position: -34px 24px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_bottom {
  top: auto;
  bottom: 0;
  height: 2px;
  background-position: -34px 37px;
}
.scrollbar-vista > .scroll-element .scroll-arrow {
  display: none;
}
.scrollbar-vista > .scroll-element.scroll-element_arrows_visible .scroll-arrow {
  display: block;
  z-index: 12;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_less {
  height: 100%;
  width: 17px;
  background-position: 0px -51px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-arrow_more {
  height: 100%;
  left: auto;
  right: 0;
  width: 17px;
  background-position: 17px -51px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
  left: 17px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_inner, .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_size {
  left: -34px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
  width: 100%;
  height: 17px;
  background-position: -51px 0px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
  width: 100%;
  top: auto;
  bottom: 0;
  height: 17px;
  background-position: -51px 17px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
  top: 17px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner, .scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
  top: -34px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -17px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -17px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_inner {
  left: -17px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_inner {
  top: -17px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-arrow_more {
  right: 17px;
}
.scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_inner, .scrollbar-vista > .scroll-element.scroll-x.scroll-element_arrows_visible.scroll-scrolly_visible .scroll-element_size {
  left: -51px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-arrow_more {
  bottom: 17px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible.scroll-scrollx_visible .scroll-element_inner {
  top: -51px;
}

/*# sourceMappingURL=common.css.map */
