@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;
}
.center {
  width: 1200px;
  position: relative;
  text-align: center;
  margin: auto;
}
.fixBtn {
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0%);
  z-index: 1000;
}
.fixBtn img {
  position: absolute;
  top: 0;
  right: -265px;
}

#main {
  text-align: center;
}

.mainBg {
  padding-top: 201px;
}

.mainT {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.mainBtn {
  text-align: right;
}

.mainBtnT {
  margin-bottom: 10px;
}

.mainBtn_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mainBtn_list_div {
  background-color: #0a0a0a;
  border: 2px solid#0a0a0a;
  margin-left: 20px;
  width: 386px;
  text-align: left;
  padding: 41px 0 41px 58px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.mainBtn_list_div .btn_off {
  display: block;
}
.mainBtn_list_div .btn_on {
  display: none;
}

.mainBtn_list_div:hover {
  border: 2px solid #f02828;
}
.mainBtn_list_div:hover .btn_off {
  display: none;
}
.mainBtn_list_div:hover .btn_on {
  display: block;
}

.mainBtn_list_div:nth-child(1) {
  margin-left: 0;
}
.mainBtn_list_div:nth-child(4) {
  margin-left: 0;
}

#S2 {
  position: relative;
}
.S2Bg {
  padding: 274px 0 550px 0;
  width: 100%;
  object-fit: cover;
}
.S2Obj {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}

/*s3탭*/
.S3Tab {
  box-shadow: 0px 10px 20px #f0f0f0;
}
#tabs {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 68px;
  background-color: #e1e1e1;
  border-radius: 10px 10px 0 0;
  position: relative;
  height: 80px;
}
#tabs li a {
  display: inline-block;
  font-size: 26px;
  color: #848483;
  padding: 30px 60px 25px;
  font-family: "GmarketSansMedium";
  z-index: 3;
  transform: skew(15deg);
}

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

.yearTabs_2024 {
  position: absolute;
  top: -8%;
  left: 260px;
  transform: translate(0, 0%);
}
.yearTabs_2023 {
  position: absolute;
  top: -8%;
  right: 260px;
  transform: translate(0, 0%);
}

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

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

#content {
  border: 1px solid #e1e1e1;
  border-radius: 0 0 10px 10px;
}

#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: 1120px;
  border-bottom: 1px solid#848483;
  margin: auto;
  margin-top: 85px;
  text-align: left;
  display: flex;
  padding-left: 40px;
  position: relative;
}

#two_tabs a {
  font-family: "GmarketSansMedium";
  font-weight: bold;
  font-size: 28px;
  padding: 0px 34px;
  color: #848483;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: -46px;
}

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

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

#two_content {
  padding: 30px 20px 20px 20px;
}

/*23학년도 탭부분*/
#three_tabs {
  width: 1120px;
  border-bottom: 1px solid#848483;
  margin: auto;
  margin-top: 85px;
  text-align: left;
  display: flex;
  padding-left: 40px;
  position: relative;
}

#three_tabs a {
  font-family: "GmarketSansMedium";
  font-weight: bold;
  font-size: 28px;
  padding: 0px 34px;
  color: #848483;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: -46px;
}

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

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

#three_content {
  padding: 30px 20px 50px 20px;
}

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

.tabs2024_2_box {
  position: relative;
}
.tabs2024_2 {
  width: 1020px;
  margin: auto;
}

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

.tabs2023_2_box {
  position: relative;
}
.tabs2023_2 {
  width: 1020px;
  margin: auto;
}

/*---------------------------*/
#S4 {
  margin-top: 143px;
}

.S4Box {
  width: 1200px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 10px 20px #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 21px auto 0;
}

#S4_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid#848483;
  padding: 0 45px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 1120px;
}

#S4_tabs a {
  padding-bottom: 14px;
  border-bottom: 4px solid transparent;
  display: inline-block;
  opacity: 0.3;
}

#S4_tabs #S4_current a,
#S4_tabs #S4_current a::after {
  color: #f02828;
  border-bottom: 4px solid#f02828;
  opacity: 1;
}

.S4Video {
  width: 1000px;
  height: 562px;
  margin: 144px auto 0;
  background-color: #e1e1e1;
}

.S4dot {
  padding: 60px 0;
}

.S4Review {
  margin-bottom: 40px;
}

.SlideBtnR,
.SlideBtnL {
  width: 50px !important;
  height: 50px !important;
}
.SlideBtnR {
  background: url(https://careergate-service.s3.amazonaws.com/img/campusdev/beauty_html_img/University_re/S4ReviewBtnR.png)
    no-repeat;
  background-position: center;
}

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

.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;
}

#S5 {
  margin-top: 143px;
}

.S5Box {
  width: 1200px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 10px 20px #f0f0f0;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  margin: 21px auto 0;
}

#S5_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid#848483;
  padding: 0 100px;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 1120px;
}

#S5_tabs a {
  padding-bottom: 14px;
  border-bottom: 4px solid transparent;
  display: inline-block;
  opacity: 0.3;
}

#S5_tabs #S5_current a,
#S5_tabs #S5_current a::after {
  color: #f02828;
  border-bottom: 4px solid#f02828;
  opacity: 1;
}

.S5Video {
  width: 1000px;
  height: 562px;
  margin: 124px auto 20px;
  background: url(https://careergate-service.s3.amazonaws.com/img/campusdev/beauty_html_img/University_re/S5VideoImg.jpg);
}
#S6 {
  padding-top: 90px;
  margin-top: 90px;
  text-align: center;
  background-color: #f5f5f5;
}

#S6_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 1200px;
  margin: 39px auto 7px;
}

#S6_tabs li {
  border: 2px solid#0a0a0a;
  border-radius: 10px;
}

#S6_tabs a {
  display: inline-block;
  padding: 22px 174px 16px;
  font-family: "GmarketSansMedium";
  color: #0a0a0a;
  font-size: 26px;
}

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

#S7 {
  padding-top: 162px;
  background-color: #f5f5f5;
  text-align: center;
}

.S7Box {
  width: 1200px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 10px 20px #e1e1e1;
  border-radius: 10px;
  padding: 60px 20px;
  position: relative;
  margin: 21px auto 0;
  background-color: #fff;
}

.S7Video {
  width: 1000px;
  height: 562px;
  margin: auto;
  background-color: #e1e1e1;
  margin-bottom: 100px;
}

.S7SubT1,
.S7SubT2 {
  margin-bottom: 30px;
}

.S7Img {
  width: 1034px;
  margin: auto;
}

.S7Imgbox {
  width: 250px;
  height: 179px;
  border: 1px solid#e1e1e1;
  overflow: hidden;
  display: flex;
}
.S7Imgbox img {
  width: 100%;
  object-fit: cover;
}
.S7ImgTop {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.S7Btn {
  margin-top: 50px;
}

#S8 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 100px;
}

.S8Obj2 {
  object-fit: none;
  width: 100%;
  height: 165px;
  margin-top: 25px;
}

#S9 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 140px;
}

.S9Img {
  width: 1074px;
  margin: auto;
}

.S9Imgbox {
  width: 210px;
  height: 210px;
  border: 1px solid#e1e1e1;
  border-radius: 5px;
  overflow: hidden;
}
.S9Imgbox img {
  width: 100%;
  object-fit: cover;
}
.S9ImgTop {
  width: 1200px;
  position: relative;
  margin: 30px auto 0;
}

#S10 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 140px;
}

#S11 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 79px;
}

#S11_tabs {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 1200px;
  margin: 20px auto 0;
}

#S11_tabs li {
  width: 580px;
}

#S11_tabs a {
  display: inline-block;
  padding: 22px 0 16px;
  font-family: "GmarketSansMedium";
  color: #c9c9c9;
  font-size: 30px;
  border-radius: 10px 10px 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: 1200px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 10px 20px #e1e1e1;
  border-radius: 0 0 10px 10px;
  padding: 60px 20px;
  margin: 0 auto;
  background-color: #fff;
}

.S11T2 {
  padding-top: 141px;
}

#S12 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 120px 0 100px;
}
.S12Obj {
  object-fit: none;
  width: 100%;
  height: 121px;
  margin-top: 25px;
}

#S13 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
#S13.remove{
  padding-bottom: 100px;
}
.S13Video {
  width: 1000px;
  height: 562px;
  margin: 0 auto;
  background-color: #e1e1e1;
}

.S13Obj {
  padding-top: 40px;
}
#S14 {
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-bottom: 30px;
  position: relative;
  height: 150px;
  overflow: hidden;
}
.S14Obj {
  position: absolute;
  top:0;left:50%;
  margin-left:-960px;
}
#S14.remove{
  display: none;
}
/*상담*/
.right {
  float: right;
}
.left {
  float: left;
}

.counselingForm .btnCounseling {
  margin-top: 30px;
}
.counselingForm {
  margin-top: 20px;
}

.mainCounseling .mSubTit {
  background: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/main/ico_dan2.png)
    no-repeat 0 bottom;
}

.counselingForm .btnCounseling a {
  background: #f02828;
  font-size: 30px;
  line-height: 76px;
  border-radius: 5px;
}

.personalGuide {
  margin-top: 30px;
}

.S3Box {
  margin: 0 5px 30px 5px;
}
.S3Img {
  width: 241px;
  height: 348px;
  border: 1px solid #f3d770;
}
.S3Img img {
  width: 100%;
  object-fit: cover;
}
.S3Name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.S3Name p {
  font-family: "GmarketSansMedium";
  font-size: 20px;
  padding-top: 5px;
}

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

.S3NameObjL {
  padding-right: 6px;
}
.S3NameObjR {
  padding-left: 6px;
}
