@charset "UTF-8";

._curriWrap {margin: 140px 0 200px;}
._curriWrap .curri-title { display: flex; justify-content: space-between; flex-wrap:wrap; align-items: center;}
._curriWrap h2 {font-size: 40px; margin: 0;}
._curriWrap .sel-deptNm {font-size: 20px; font-family: 'Pre Bold'; margin-right:20px;}
@media (max-width:1023px) {
  ._curriWrap h2{font-size: 35px; line-height: 1.3;}
}
@media (max-width:767px) {
  ._curriWrap .curri-title {flex-direction: column-reverse; align-items: start;}
  ._curriWrap h2{font-size: 30px; margin-top: 40px; padding-bottom: 0px; line-height: 1.3;}	
  ._curriWrap .deptNm-sel {margin-bottom: 10px; align-self: end;}
  ._curriWrap .sel-deptNm {font-size: 16px;}
}

/* select */
._curriWrap .box-sel {margin-top: 80px; margin-bottom: 35px; text-align:right;}
._curriWrap .box-sel select {-webkit-appearance: none; appearance: none; -moz-appearance: none; border:1px solid #d9d9d9; border-radius:4px; font-size: 16px; height:62px; padding:0 40px 0 20px; min-width:204px; color:#515151; font-family: 'Pre Medium';}
._curriWrap .box-sel select {background:url('../images/select-arrow.svg') no-repeat right 20px center;}

@media all and (max-width: 767px) {
  ._curriWrap .box-sel select{height: 40px;min-width: 150px;padding: 0 10px;font-size: 14px;background-size: 10px;background-position: right 10px center;}
}


/* 탭 */
.tab-wrap {position: relative;}
.tab-wrap .wrap_btn {display: flex; flex-wrap:wrap;}
.tab-wrap .wrap_btn > a {font-family: 'Pre Medium'; position: relative; border:1px solid #D9D9D9; background:#fff; color:#707070; font-size: 20px; padding:23px 10px; text-align: center; transition:border .3s; display: flex; align-items: center; justify-content: center;}
.tab-wrap .wrap_btn > a:hover {border:1px solid #000;}
.tab-wrap .wrap_btn > a.active {background:#000; border:1px solid #000; color:#fff; font-family: 'Pre Bold';}
.tab-wrap .con > div {display: none;}
.tab-wrap .con > div.active {display: block;}

/* css로 개수 제한 */
.tab-wrap .wrap_btn > a:first-child:nth-last-child(2),
.tab-wrap .wrap_btn > a:first-child:nth-last-child(2) ~ a {
  width: 50%;
}
.tab-wrap .wrap_btn > a:first-child:nth-last-child(3),
.tab-wrap .wrap_btn > a:first-child:nth-last-child(3) ~ a {
  width: 33.3333%;
}
.tab-wrap .wrap_btn > a:first-child:nth-last-child(4),
.tab-wrap .wrap_btn > a:first-child:nth-last-child(4) ~ a {
  width: 25%;
}
.tab-wrap .wrap_btn a:first-child:nth-last-child(n+5),
.tab-wrap .wrap_btn a:first-child:nth-last-child(n+5) ~ a {
  width: 25%;
}
@media (max-width:1023px) {
  .tab-wrap .wrap_btn > a {font-size: 18px; padding:15px 10px;}
}
@media (max-width:767px) {
  .tab-wrap .wrap_btn > a {font-size: 14px;}
  .tab-wrap .wrap_btn > a:first-child:nth-last-child(4),
  .tab-wrap .wrap_btn > a:first-child:nth-last-child(4) ~ a {
	width: 50% !important;
  }
  .tab-wrap .wrap_btn a:first-child:nth-last-child(n+5),
  .tab-wrap .wrap_btn a:first-child:nth-last-child(n+5) ~ a {
	width: 50% !important;
  }
}

/* 학사로드맵 */
._curriWrap .wrap_btn {margin-bottom: 80px;}
._curriWrap .con h2 {margin-bottom: 24px;}
/* 학사로드맵 반응형 */
@media (max-width: 1280px) {
	._curriWrap {margin: 140px 0 200px;}
}
@media (max-width: 767px) {
	._curriWrap {margin: 60px 0 140px;}
	._curriWrap .wrap_btn {margin-bottom: 40px;}
}