@charset "utf-8";

/* 
  디자이너가 psd 파일 주면 계산법 : px ÷ 2
*/

.inner-center {
  padding: 0 10px;
  margin: 0 10px;
}

.header .content {
  position: relative;
  height: 44px;
}

.header .logo {
  position: absolute;
  top: 8px;
  left: 0px;
}

.header .logo-img {
  width: 80px;
  display: block;
}

.header .btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  z-index: 1001;
}
.header .btn-menu {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 22px;
  height: 22px;
}

.header .btn-box {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
}

.header .btn-menu-line {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}

.header .btn-menu-line +.btn-menu-line {
  margin: 3.5px 0 0 0;
}

.main .visual-img-box {
  overflow: hidden;
}

.main .visual-img {
  display: block;
  width: 170%;
  transform: translateX(-16%);
}

.main .tab-item {
  background-color: #333333;
  border-bottom: 1px solid #777777;
}

.main .tab-link {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 55px;
  box-sizing: border-box;
  color: #f9f9f9;
  position: relative;
}

.main .tab-link::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.main .tab-item:nth-child(1) .tab-link::before {
  height: 18px;
  background: url('../image/kbu-image/tab-icons.png') no-repeat 0 0 / 100% auto;
  transform: translateY(2px);
}

.main .tab-item:nth-child(2) .tab-link::before {
  height: 15px;
  background: url('../image/kbu-image/tab-icons.png') no-repeat 0 -17px / 100% auto;
  transform: translateY(3px);
}

.main .tab-item:nth-child(3) .tab-link::before {
  height: 17px;
  background: url('../image/kbu-image/tab-icons.png') no-repeat 0 -31px / 100% auto;
  transform: translate(1px, 2px);
}

.main .tab-item:nth-child(4) .tab-link::before {
  height: 16px;
  background: url('../image/kbu-image/tab-icons.png') no-repeat 0 -48px / 100% auto;
  transform: translateY(3px);
}

.main .tab-link::after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  transform: rotate(135deg);
  position: absolute;
  top: 10px;
  right: 40px;
}

.main .news-kbu {
  padding: 40px 0;
}

.main .news-kbu-content {
  padding: 0 10px;
  margin: 0 10px;
}

.main .news-kbu-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.main .news-kbu-notice {
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  padding: 15px;
  height: 194px;
  text-overflow: ellipsis;
  position: relative;
}

.main .news-kbu-notice .notice-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  /* box-sizing: border-box; */
  /* padding: 0 0 12px 0; */
}

.main .news-kbu-notice .notice-item {
  font-size: 16px;
  display: inline-block;
}

.main .news-kbu-notice .notice-link {
  position: relative;
  display: block;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
}

.main .news-kbu-notice .notice-item.on .notice-link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d71c75;
}

.main .news-kbu-notice .txt-list {
  position: absolute;
  top: 70px;
  left: 0;
  white-space: nowrap;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  display: none;
}

.main .news-kbu-notice .txt-list.activer {
  display: block;
}

.main .news-kbu-notice .txt-item {
  margin-bottom: 10px;
}

.main .news-kbu-notice .txt-item::after {
  content: '';
  display: block;
  clear: both;
}

.main .news-kbu-notice .txt-link {
  float: left;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
  box-sizing: border-box;
  font-size: 13px;
}

.main .news-kbu-notice .txt-link:hover {
  text-decoration: underline;
}

.main .news-kbu-notice .txt-date {
  float: right;
  /* width: 20%; */
  text-align: right;
  font-size: 13px;
}

.main .kbu-calendar {
  background-color: #0964c9;
  padding: 15px;
  position: relative;
}

.main .kbu-calendar .line {
  background-color: #fff;
}

.main .kbu-calendar-title {
  background-color: #0964c9;
  color: #fff;
  margin-bottom: 14px;
}

.main .kbu-calendar-item + .kbu-calendar-item {
  margin-top: 10px;
}

.main .kbu-calendar-link {
  display: block;
}

.main .kbu-calendar-date {
  float: left;
  border: 1px solid #84b6ee;
  color: #fff;
  font-size: 16px;
  padding: 7px 5px;
  margin: 6px 20px 0 0;
}

.main .kbu-calendar-txt {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .kbu-calendar-subtxt {
  color: #fff;
  opacity: 0.7;
  font-weight: 200;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .bachelor {
  background-color: #d71c75;
  padding: 15px;
  position: relative;
}

.main .bachelor .line {
  background-color: #fff;
}

.main .kbu-bachelor-title {
  color: #fff;
}

.main .kbu-bachelor-txt {
  color: #fff;
  opacity: 0.7;
  font-weight: 200;
  font-size: 13px;
}

.main .job {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  padding: 15px;
  position: relative;
}

.main .job .line {
  background-color: #323232;
}

.main .kbu-job-title {
  color: #212121;
}

.main .kbu-job-txt {
  color: #555555;
  font-weight: 200;
  font-size: 13px;
}

.main .user-space {
  padding: 15px;
}

.main .user-space-list {
  width: 100%;
}

.main .user-space-list::after {
  content: '';
  display: block;
  clear: both;
}

.main .user-space-item {
  float: left;
  width: 33.3%;
  text-align: center;
}

.main .user-space-link {
  display: block;
  padding: 20px 6px;
  box-sizing: border-box;
}

.main .user-space-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.main .user-space-icon.icon01 {
  background: url('../image/kbu-image/info-icon01.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon02 {
  background: url('../image/kbu-image/info-icon02.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon03 {
  background: url('../image/kbu-image/info-icon03.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon04 {
  background: url('../image/kbu-image/info-icon04.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon05 {
  background: url('../image/kbu-image/info-icon05.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon06 {
  background: url('../image/kbu-image/info-icon06.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon07 {
  background: url('../image/kbu-image/info-icon07.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon08 {
  background: url('../image/kbu-image/info-icon08.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-icon.icon09 {
  background: url('../image/kbu-image/info-icon09.png') no-repeat 0 0 / 24px auto;
}

.main .user-space-txt {
  display: block;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .kbu-news {
  background: url('../image/kbu-image/kbu-news-bg.jpg') no-repeat center center / auto 588px;
  width: 100%;
  min-width: 360px;
  overflow: hidden;
  height: 294px;
  position: relative;
}

.main .kbu-news::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8)
}

.main .kbu-news-content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  /* bottom: 40px; */
  z-index: 100;
  box-sizing: border-box;
  /* padding: 40px 10px; */
  /* margin: 0 10px; */
}

.main .kbu-news-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}

.main .kbu-news-list {
  display: flex;
}

.main .kbu-news-item {
  width: 226px;
  /* height: 176px; */
  margin-right: 20px;
  background-color: #fff;
}

.main .kbu-news-item>img {
  width: 226px;
  display: block;
  border: 1px solid #f9f9f9;
  box-sizing: border-box;
}

.main .kbu-news-item>div {
  padding: 8px 10px 20px;
}

.main .kbu-news-item .title {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.main .kbu-news-item .txt {
  font-size: 13px;
  color: #000;
  font-weight: 300;
}

.main .kbu-guidance {
  padding: 40px 0;
}

.main .kbu-guidance-content {
  padding: 0 10px;
  margin: 0 10px;
}

.main .kbu-guidance-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.main .kbu-guidance .bg-box {
  width: 100%;
  /* height: 206px; */
  overflow: hidden;
  margin-bottom: 20px;

}

.main .kbu-guidance-bg {
  background-image: url('../image/kbu-image/kbu-guidance.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* transform: translate(0, -50%); */
  width: 100%;
  max-height: 206px;
  height: 100vh;
  position: relative;
}

.main .kbu-guidance-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.6);
}

.main .kbu-guidance .txt-box {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-align: center;
}

.main .kbu-guidance .txt {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.main .kbu-guidance .subtxt {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
}

.main .kbu-guidance .subtxt:nth-child(3) {
  margin-bottom: 0;
}


.main .kbu-guidance .btn-box {
  position: absolute;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.8);
  width: 100%;
  height: 40px;
}

.main .kbu-guidance .prev {
  width: 16px;
  /* 사이즈 */
  height: 16px;
  /* 사이즈 */
  border-top: 2px solid #fff;
  /* 선 두께 */
  border-right: 2px solid #fff;
  /* 선 두께 */
  display: inline-block;
  transform: rotate(225deg);
  /* 각도 */
  position: absolute;
  top: 11px;
  /* 기본 0px 값으로 해주세요 */
  left: 16px;
  /* 기본 0px 값으로 해주세요 */
  z-index: 100;
  background: none;
}

.main .kbu-guidance .next {
  width: 16px;
  /* 사이즈 */
  height: 16px;
  /* 사이즈 */
  border-top: 2px solid #fff;
  /* 선 두께 */
  border-right: 2px solid #fff;
  /* 선 두께 */
  display: inline-block;
  transform: rotate(45deg);
  /* 각도 */
  position: absolute;
  top: 11px;
  /* 기본 0px 값으로 해주세요 */
  left: 74px;
  /* 기본 0px 값으로 해주세요 */
  z-index: 100;
  background: none;
}

.main .promotional {
  padding: 0 10px;
  margin: 0 10px;
}

.main .promotional-video {
  margin-bottom: 20px;
}

.main .promotional-video .video-intro {
  width: 100%;
  vertical-align: top;
}

.main .kbu-facilities {
  padding: 0 10px;
  margin: 0 10px;
}

.main .kbu-facilities-list {
  border-top: 2px solid #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.main .kbu-facilities-list li {
  position: relative;
  width: 50%;
}

.main .kbu-facilities-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: -1;
  width: 40px;
  height: 30px;
  background: url('../image/kbu-image/kbu-arr.png') no-repeat;
}

.main .kbu-facilities-list a {
  display: block;
  border: 1px solid #eee;
  padding: 23px 10px;
}

.main .kbu-facilities-list p {
  font-size: 16px;
}

.main .kbu-facilities-list span {
  font-weight: 700;
}

.main .kbu-phone {
  border-top: 1px solid #eee;
}

.main .kbu-phone-content {
  padding: 20px 10px;
  margin: 0 10px;
  box-sizing: border-box;
}

.main .kbu-phone a {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
}

.main .kbu-phone strong {
  display: block;
  font-size: 24px;
}

.main .kbu-phone p {
  font-size: 16px;
}

.footer-site {
  background-color: #393939;
  overflow: hidden;
}

.footer-site ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - -3px);
}

.footer-site li {
  width: 50%;
  border: 1px solid #777777;
  box-sizing: border-box;
  margin-left: -1px;
}

.footer-site a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  position: relative;
}

.footer-site a::after {
  content: '';
  width: 12px;
  /* 사이즈 */
  height: 12px;
  /* 사이즈 */
  border-top: 1px solid #fff;
  /* 선 두께 */
  border-right: 1px solid #fff;
  /* 선 두께 */
  display: inline-block;
  transform: rotate(135deg);
  /* 각도 */
  position: absolute;
  top: 5px;
  /* 기본 0px 값으로 해주세요 */
  right: 20px;
  /* 기본 0px 값으로 해주세요 */
}

.footer-info {
  background-color: #393939;
  padding: 0 20px;
}

.footer-info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0;
}

.footer-info li {
  width: 50%;
}

.footer-info li a {
  display: block;
  height: 32px;
  line-height: 32px;
  color: #999999;
  margin: 8px 0;
}

.footer-info .point a {
  color: #3390f8;
}

.footer-kbu-info {
  padding: 20px 0;
}

.footer-kbu-info a {
  color: #999999;
  display: block;
}

.footer-kbu-info p {
  color: #999999;
}