@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.SlideBtnR,
.SlideBtnL {
  width: 7.2916vw !important;
  height: 7.2916vw !important;
  z-index: 100 !important;
}

.SlideBtnR {
  background: url(https://careergate-service.s3.amazonaws.com/img/campusdev/beautym_html_img/University_re/S4ReviewBtnR.png)
    no-repeat;
  background-position: center;
  background-size: cover;
}

.SlideBtnL {
  background: url(https://careergate-service.s3.amazonaws.com/img/campusdev/beautym_html_img/University_re/S4ReviewBtnL.png)
    no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
}

.mainBtn {
  display: flex;
  flex-wrap: wrap;
  width: 91.1458vw;
  margin: auto;
  gap: 2.6041vw;
}

.mainBtn a {
  display: inline-block;
  background-color: #0a0a0a;
  border-radius: 1.302vw;
  width: 44.2708vw;
  padding: 5.3385vw 0;
  text-align: center;
}

.btn_off {
  display: block;
}
.btn_on {
  display: none;
}

.mainBtn a:hover {
  border: 1px solid #f02828;
}
.mainBtn a:hover .btn_off {
  display: none;
}
.mainBtn a:hover .btn_on {
  display: block;
}

#S2 {
  padding-top:11.7187vw;
}

/*s3탭*/
.S3Tab {
  box-shadow: 0px 1.302vw 2.6041vw #f0f0f0;
  width: 91.1458vw;
  margin: auto;
}
#tabs {
  width: 91.1458vw;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 8.8541vw;
  background-color: #e1e1e1;
  border-radius: 1.302vw 1.302vw 0 0;
  position: relative;
  height: 10.4166vw;
}
#tabs li a {
  display: inline-block;
  font-size: 3.125vw;
  color: #848483;
  padding: 5.8593vw 5.5989vw 4.9479vw;
  font-family: "GmarketSansMedium";
  z-index: 3;
  transform: skew(15deg);
}

#tabs li {
  background-color: transparent;
  transform: skew(-15deg);
}

.yearTabs_2024 {
  position: absolute;
  top: -10%;
  left: 6.5104vw;
  transform: translate(0, 0%);
}
.yearTabs_2023 {
  position: absolute;
  top: -10%;
  right: 6.5104vw;
  transform: translate(0, 0%);
}

#tabs #current a,
#tabs #current a::after {
  color: #fff;
  font-weight: bold;
  font-size: 3.6458vw;
}

#tabs #current,
#tabs #current::after {
  background-color: #f02828;
}

#content {
  border: 1px solid #e1e1e1;
  border-radius: 0 0 1.302vw 1.302vw;
  width: 91.1458vw;
  margin: auto;
}
#two_content #two_tab1, #two_content #two_tab2, #three_content #three_tab1, #three_content #three_tab2, #content #tab1, #content #tab2 {
  opacity: 0;height:0;margin:0;overflow: hidden;transition: opacity 1s ease-in-out;
}

#content #tab1.active, #content #tab2.active, #two_content #two_tab1.active, #two_content #two_tab2.active, #three_content #three_tab1.active, #three_content #three_tab2.active {
  opacity: 1;height:unset;transition: opacity 1s ease-in-out;
}
/*24학년도 탭부분*/
#two_tabs {
  width: 85.9375vw;
  border-bottom: 1px solid#848483;
  margin: auto;
  height: 15vw;
  text-align: left;
  display: flex;
  padding-left: 5.2083vw;
  position: relative;
}

#two_tabs a {
  font-family: "GmarketSansMedium";
  font-weight: bold;
  font-size: 3.9062vw;
  padding: 0px 4.427vw 1.5625vw 4.427vw;
  color: #848483;
  border-bottom: 0.5208vw solid transparent;
  position: absolute;
  bottom: 0;
}

#two_tabs li:nth-of-type(2) {
  margin-left: 23.4375vw;
}

#two_tabs #two_current a,
#two_tabs #two_current a::after {
  color: #f02828;
  border-bottom: 0.5208vw solid#f02828;
}

#two_content {
  padding: 3.9062vw 2.6041vw 2.6041vw 2.6041vw;
}

/*23학년도 탭부분*/
#three_tabs {
  width: 85.9375vw;
  border-bottom: 1px solid#848483;
  margin: auto;
  height: 15vw;
  text-align: left;
  display: flex;
  padding-left: 5.2083vw;
  position: relative;
}

#three_tabs a {
  font-family: "GmarketSansMedium";
  font-weight: bold;
  font-size: 3.9062vw;
  padding: 0px 4.427vw 1.5625vw 4.427vw;
  color: #848483;
  border-bottom: 0.5208vw solid transparent;
  position: absolute;
  bottom: 0;
}

#three_tabs li:nth-of-type(2) {
  margin-left: 23.4375vw;
}

#three_tabs #three_current a,
#three_tabs #three_current a::after {
  color: #f02828;
  border-bottom: 0.5208vw solid#f02828;
}

#three_content {
  padding: 3.9062vw 2.6041vw 6.5104vw 2.6041vw;
}

/*2024 4년제,2년제*/
.tabs2024_4_box {
  position: relative;
}
.tabs2024_4 {
  width: 65.7552vw;
  margin: auto;
}

.tabs2024_2_box {
  position: relative;
}
.tabs2024_2 {
  width: 65.7552vw;
  margin: auto;
}

/*2023 4년제,2년제*/
.tabs2023_4_box {
  position: relative;
}
.tabs2023_4 {
  width: 65.7552vw;
  margin: auto;
}

.tabs2023_2_box {
  position: relative;
}
.tabs2023_2 {
  width: 65.7552vw;
  margin: auto;
}

.S3Box {
  margin: 0 0.651vw 3.90625vw 0.651vw;
}
.S3Img {
  width: 31.3802vw;
  height: 45.3125vw;
  border: 1px solid #f3d770;
  overflow: hidden;
}
.S3Img img {
  width: 100% !important;
  object-fit: cover;
}
.S3Name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.302vw;
}
.S3Name p {
  font-family: "GmarketSansMedium";
  font-size: 2.6041vw;
  padding-top: 0.651vw;
}

.S3content .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: start;
}

.S3NameObjL {
  padding-right: 0.7812vw;
  width: 2.3437vw !important;
}
.S3NameObjR {
  padding-left: 0.7812vw;
  width: 2.3437vw !important;
}

#S4 {
  margin-top: 20.7031vw;
}

.S4Box {
  width: 91.1458vw;
  border-radius: 0 0 2.6041vw 2.6041vw;
  box-shadow: 0px 2.6041vw 2.6041vw #f0f0f0;

  margin: 2.7343vw auto 0;
}

#S4_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

#S4_tabs a {
  padding-bottom: 1.8229vw;
  border-bottom: 0.5208vw solid transparent;
  display: inline-block;
  opacity: 0.3;
  width: 100%;
  padding-top: 2.0833vw;
  border-radius: 2.6041vw 2.6041vw 0 0;
  border-bottom: 1px solid #fff;
}

#S4_tabs li {
  width: calc(100% / 4);
  text-align: center;
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #fff;
  box-shadow: 0px -10px 10px #f0f0f0;
  background-color: #e1e1e1;
  border-radius: 2.6041vw 2.6041vw 0 0;
  margin-right: 0.5208vw;
}
#S4_tabs li:nth-child(4) {
  margin-right: 0px;
}

#S4_tabs #S4_current a,
#S4_tabs #S4_current a::after {
  opacity: 1;
  background-color: #fff;
  padding: 3.3854vw 0;
}

.S4Video {
  width: 85.9375vw;
  height: 48.3072vw;
  margin: 0px auto;
  background-color: #e1e1e1;
}

.S4dot {
  padding: 7.8125vw 2.4088vw;
  border-left: 1px solid#e1e1e1;
  border-right: 1px solid#e1e1e1;
}

.S4ReviewBox {
  width: 100%;
  border-left: 1px solid#e1e1e1;
  border-right: 1px solid#e1e1e1;
  border-bottom: 1px solid#e1e1e1;
  border-radius: 0 0 2.6041vw 2.6041vw;
}

.S4Review {
  text-align: center;

  width: 85.9375vw;
  margin: 0 auto;
}

.S4Review .swiper-wrapper {
  padding-bottom: 7.8125vw;
}

.S4Review .swiper-wrapper .swiper-slide img {
  width: 66.5364vw !important;
}

#S4_content {
  background-color: #fff;
  border-left: 1px solid#e1e1e1;
  border-right: 1px solid#e1e1e1;
  padding-top: 6.5104vw;
}

#S5 {
  margin-top: 20.7031vw;
  text-align: center;
  margin-bottom: 9.6354vw;
}
.S5T {
  padding-bottom: 5.2083vw;
}
.S5Tab {
  width: 91.1458vw;
  margin: auto;
}
#S5_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

#S5_tabs a {
  padding-bottom: 1.8229vw;
  border-bottom: 0.5208vw solid transparent;
  display: inline-block;
  opacity: 0.3;
  width: 100%;
  padding-top: 2.0833vw;
  border-radius: 2.6041vw 2.6041vw 0 0;
  border-bottom: 1px solid #fff;
}

#S5_tabs li {
  width: calc(100% / 3);
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  box-shadow: 0px -1.302vw 1.302vw #f0f0f0;
  background-color: #e1e1e1;
  border-radius: 2.6041vw 2.6041vw 0 0;
  margin-right: 0.651vw;
}

#S5_tabs li:nth-child(3) {
  margin-right: 0px;
}

#S5_tabs #S5_current a,
#S5_tabs #S5_current a::after {
  opacity: 1;
  background-color: #fff;
  padding: 3.3854vw 0;
}

#S5_content {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 6.5104vw 0;
  border-radius: 0 0 2.6041vw 2.6041vw;
}

.S5Video {
  width: 85.9375vw;
  height: 48.3072vw;
  margin: 0px auto;
  background-image: url(https://careergate-service.s3.amazonaws.com/img/campusdev/beautym_html_img/University_re/S5VideoImg.jpg);
  background-size: cover;
}

#S6 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 9.8958vw;
}

#S6_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 91.1458vw;
  margin: 5.0781vw auto 0.9114vw;
}

#S6_tabs li {
  border: 0.2604vw solid#0a0a0a;
  border-radius: 1.302vw;
  width: calc(100% / 3);
  margin-right: 0.651vw;
}

#S6_tabs li:nth-child(3) {
  margin-right: 0;
}

#S6_tabs a {
  display: inline-block;
  font-family: "GmarketSansMedium";
  color: #0a0a0a;
  font-size: 3.3854vw;
  width: 100%;
  padding: 3.5156vw 0;
}

#S6_tabs #S6_current a,
#S6_tabs #S6_current a::after {
  color: #f02828;
  font-weight: bold;
}

#S6_tabs #S6_current,
#S6_tabs #S6_current::after {
  background-color: #0a0a0a;
}

#S7 {
  padding-top: 19.5312vw;
  background-color: #f5f5f5;
  text-align: center;
}

.S7Box {
  width: 91.1458vw;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 1.302vw 2.6041vw #e1e1e1;
  border-radius: 1.302vw;
  padding: 6.5104vw 2.6041vw;
  position: relative;
  margin: 5.2083vw auto 0;
  background-color: #fff;
}

.S7Video {
  width: 85.9375vw;
  height: 48.3072vw;
  margin: auto;
  background-color: #e1e1e1;
  margin-bottom: 10.4166vw;
}

.S7SubT1,
.S7SubT2 {
  margin-bottom: 3.9062vw;
}

.S7Img {
  width: 66.4062vw;
  margin: auto;
}

.S7Imgbox {
  width: 32.552vw;
  height: 23.3072vw;
  border: 1px solid#e1e1e1;
  overflow: hidden;
  display: flex;
}
.S7Imgbox img {
  width: 100%;
  object-fit: cover;
}
.S7ImgTop {
  width: 100%;
  position: relative;
}

.S7Btn {
  margin-top: 6.5104vw;
}

#S8S9 {
  padding-top: 18.2291vw;
  background-color: #f5f5f5;
  padding-bottom: 19.5312vw;
}

.S9Img {
  width: 75.651vw;
  margin: auto;
}

.S9Imgbox {
  width: 24.7395vw;
  height: 24.7395vw;
  border: 1px solid#e1e1e1;
  overflow: hidden;
}
.S9Imgbox img {
  width: 100%;
  object-fit: cover;
}
.S9ImgTop {
  width: 91.1458vw;
  position: relative;
  margin: 7.8125vw auto 0;
}

#S10S11S12 {
  background-color: #f5f5f5;
}
.S11Tab {
  padding-bottom: 9.1145vw;
}
#S11_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 91.1458vw;
  margin: 0px auto;
  text-align: center;
}

#S11_tabs li {
  width: calc(100% / 2);
}
#S11_tabs li:nth-child(1) {
  margin-right: 2.6041vw;
}
#S11_tabs a {
  display: inline-block;
  padding: 4.6875vw 0 3.3854vw;
  font-family: "GmarketSansMedium";
  color: #c9c9c9;
  font-size: 3.9062vw;
  border-radius: 1.302vw 1.302vw 0 0;
  background-color: #aeaeae;
  width: 100%;
}

#S11_tabs #S11_current a,
#S11_tabs #S11_current a::after {
  font-weight: bold;
  color: #fff;
  background-color: #0a0a0a;
}

#S11_content {
  width: 91.1458vw;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 1.302vw 2.6041vw #e1e1e1;
  border-radius: 0 0 1.302vw 1.302vw;
  padding: 5.2083vw 2.6041vw;
  margin: 0 auto;
  background-color: #fff;
}
#S13 {
  background-color: #f5f5f5;
  padding: 13.0208vw 0 6.5104vw;
}
.S13Video {
  width: 85.9375vw;
  height: 48.3072vw;
  margin: auto;
  background-color: #e1e1e1;
  margin-bottom: 5.2083vw;
}

.rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.counselingForm {
  background-color: #f5f5f5;
  padding: 0% 3% 4%;
}

.counselingForm.bg_gray {
  background-color: #f5f5f5;
  margin-top: 0;
}

.pagemenu ul {
  padding: 0;
}

.counselingForm .btnCounseling button {
  background: #f02828;
}

.t_bt img {
  width: auto !important;
}

.floating_bar {
  background-color: #0a0a0a !important;
  height: 13.0208vw !important;
}
.floating_bar a span {
  display: inline-block;
  width: 1px;
  height: 3.9062vw;
  background-color: #fff;
  position: absolute;
  right: 0;
}
.floating_bar a.bar_btn02 {
  background-color: #0a0a0a !important;
  color: #f02828;
}
.floating_bar a.free_test {
  background: #0a0a0a !important;
  position: relative;
}
.floating_bar a.counseling_btn {
  background: #0a0a0a !important;
  position: relative;
  color: #3effe4;
}
.personalInfo{font-family:"notokr-regular";   font-size: 3.3854vw !important; padding:3.9062vw 0;	display: none;}


.floating_bar a:last-child::after{
  display: none;
}