
/* *{padding: 0; margin: 0 ; font-family: 'Pretendard Variable' !important;} */
html{height:auto;}
html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
  /* font-family: 'Pretendard Variable' !important; */
}
/*
  text-size-adjust : auto
  화면의 크기에 따라 크기를 자동으로 조정할 수 있게 함
  (디바이스마다 그 크기가 달라질 수 있음 -> 되도록 사용하지 않는다.)

  text-size-adjust : % (퍼센트)
  100%의 값을 줘서 모든 디바이스에서 동일한 텍스트 크기를 만들 수 있음
  %값을 낮게해 디바이스별로 동일하게 작게 줄 수도 있음
  (text-size-adjust : none 값을 선언하거나 100%로 설정한다)
*/

li, ol, ul{list-style: none; text-decoration: inherit;}
a{color: inherit; -webkit-text-fill-color: inherit;}
button{border: none; background-color:transparent; font-family: inherit;}
input, label, textarea, select, button{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
}
input:focus,textarea:focus,select:focus{outline: none !important;}
table{border-collapse : collapse;}
section{
  width: 100%;  font-family: 'Pretendard Variable';
  padding-top: 70px; padding-bottom: 70px;
}
.container{width: 91.5%; max-width: 1080px; margin: 0 auto;}
.container--flexCenter{display: flex; align-items: center; justify-content: center;}
::-webkit-scrollbar{width: 6px; cursor: pointer;}
::-webkit-scrollbar-thumb{height: 20% !important; background-color: #bababa; border-radius: 10px; cursor: pointer;}
::-webkit-scrollbar-track{background-color: #e8e8e8;}
/* .fastinfo{display: none;} */

/* 네비게이션css */
.renewCurriNavBar{
  font-family: 'Pretendard Variable';
  max-width: 1020px;
  width: 98%;
  max-height: 75px;
  min-height: auto;
  padding: 6px 9px 7px 9px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 3px 18px 2px rgb(0 0 0 / 16%);
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}
.renewCurriNavBar_p{font-size: 12px; font-weight: 700; line-height: 19px; position: relative;}
.renewCurriNavBar_p:after{
  content:'';
  width:6px; height: 6px;
  background-color: #FF4747;
  border-radius: 50%;
  position: absolute;
  top: 0; right: -9px;

}
.renewCurriNavBar_btnBox{
  width: 100%;
  display: flex; align-items: center; justify-content: center;
  gap: 5px; flex: 1;
}
.renewCurriNavBar_btnBox .tuitionFeeBtn,
.renewCurriNavBar_btnBox .shareBtn,
.renewCurriNavBar_btnBox .personalInquiryBtn{
  background-color: #F7F8FA;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  /* min-width: 18%; */
  max-height: 51px;
  min-height: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
}

.renewCurriNavBar_btnBox .tuitionFeeBtn{max-width: 112px;}
.renewCurriNavBar_btnBox .shareBtn{max-width: 118px;}
.renewCurriNavBar_btnBox .personalInquiryBtn{max-width: 151px;}

.renewCurriNavBar_btnBox .submitHrdBtn{
  max-width: 218px;
  /* min-width:22%; */
  max-height: 51px;
  min-height: 28px;
  background-color: #2D8CE6;
  border-radius: 6px;
  font-size:12px;
  font-weight: 700;
  color: white;
  padding: 0 10px;
}
.naviImg{display: none;}
.naviImg img{width: auto; height: 100%;}
/* --- */

/* 공통타이틀 css */
.titleBox{word-break: keep-all; text-align: center; margin-bottom: 40px;}
.titleBox_p{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}
.titleBox_h1{
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
/* titleBox,titleBox_p titleBox_h1 모든섹션 공통영역이다*/


/* ---------------------------< 과정별 클래스 적용 >------------------------- */
/*
[ 과정 카테고리별 class ]

멀티미디어           NMM
출판                NPB
디지털디자인         NDD
BIM                NBM
스마트웹&콘텐츠개발   NSC
디지털컨버전스       NDC
공공디자인          NGD
빅데이터전문가       NBE

*/
:root{
  /* 멀티미디어 */
  --NMM_clr1:   #FF4238;
  --NMM_clr2:   #FFEEED;
  --NMM_clr3:   #FFF3F2;
  --NMM_clr4:   #FFCCCC;

  /* 출판 */
  --NPB_clr1:   #E7008F;
  --NPB_clr2:   #FFEDFB;
  --NPB_clr3:   #FFF5FD;
  --NPB_clr4:   #FFCCE7;

  /* 디지털디자인 */
  --NDD_clr1:   #6F00E7;
  --NDD_clr2:   #F6EEFF;
  --NDD_clr3:   #F8F2FF;
  --NDD_clr4:   #E6CCFF;

  /* BIM */
  --NBM_clr1:   #E6A800;
  --NBM_clr2:   #FFF5DB;
  --NBM_clr3:   #FFFAEB;
  --NBM_clr4:   #FFE6BF;

  /* 스마트웹&콘텐츠개발 */
  --NSC_clr1:   #455AFF;
  --NSC_clr2:   #EDEFFF;
  --NSC_clr3:   #F2F4FF;
  --NSC_clr4:   #CCD1FF;

  /* 디지털컨버전스 */
  --NDC_clr1:   #455AFF;
  --NDC_clr2:   #EDEFFF;
  --NDC_clr3:   #F2F4FF;
  --NDC_clr4:   #CCD1FF;

  /* 게임콘텐츠제작 */
  /* --N_clr1:   #E7008F;
  --N_clr2:   #FFEDFB;
  --N_clr3:   #FFF5FD;
  --N_clr4:   #FFCCE7; */

  /* 공공디자인 */
  --NGD_clr1:   #E7008F;
  --NGD_clr2:   #FFEDFB;
  --NGD_clr3:   #FFF5FD;
  --NGD_clr4:   #FFCCE7;

  /* 빅데이터전문가 */
  --NBE_clr1:   #455AFF;
  --NBE_clr2:   #EDEFFF;
  --NBE_clr3:   #F2F4FF;
  --NBE_clr4:   #CCD1FF;
}



/* ----- 멀티미디어 NMM ----- */
.NMM .courThumBoxBtnG_p,
.NMM .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NMM_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NMM_clr1);
}
.NMM .courThumBoxBtnG_a:hover,
.NMM .curriTxtBox_Txt span,
.NMM .prostextB .checkBoxImg:before {background-color: var(--NMM_clr1);}

.NMM .sec3_curriculum,
.NMM .sec5_salary,
.NMM .sec9_interview{background-color: var(--NMM_clr2);}

.NMM .prosBorder{border: 1.5px solid var(--NMM_clr4);}

.NMM .salaryDetail {
  border: 1.5px solid var(--NMM_clr4);
  background-color: var(--NMM_clr3);
}
.NMM .salaryDetail_text h5{color: var(--NMM_clr1);}
/* -------------end------------- */

/* ----- 출판 NPB ----- */
.NPB .courThumBoxBtnG_p,
.NPB .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NPB_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NPB_clr1);
}
.NPB .courThumBoxBtnG_a:hover,
.NPB .curriTxtBox_Txt span,
.NPB .prostextB .checkBoxImg:before{background-color: var(--NPB_clr1);}

.NPB .sec3_curriculum,
.NPB .sec5_salary,
.NPB .sec9_interview{background-color: var(--NPB_clr2);}

.NPB .prosBorder{border: 1.5px solid var(--NPB_clr4);}

.NPB .salaryDetail {
  border: 1.5px solid var(--NPB_clr4);
  background-color: var(--NPB_clr3);
}
.NPB .salaryDetail_text h5{color:var(--NPB_clr1);}
/* -------------end------------- */

/* ----- 디지털디자인 NDD ----- */
.NDD .courThumBoxBtnG_p,
.NDD .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NDD_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NDD_clr1);
}
.NDD .courThumBoxBtnG_a:hover,
.NDD .curriTxtBox_Txt span,
.NDD .prostextB .checkBoxImg:before{background-color: var(--NDD_clr1);}

.NDD .sec3_curriculum,
.NDD .sec5_salary,
.NDD .sec9_interview{background-color: var(--NDD_clr2);}

.NDD .prosBorder{border: 1.5px solid var(--NDD_clr4);}

.NDD .salaryDetail {
  border: 1.5px solid var(--NDD_clr4);
  background-color: var(--NDD_clr3);
}
.NDD .salaryDetail_text h5{color:var(--NDD_clr1);}
/* -------------end------------- */

/* ----- BIM NBM ----- */
.NBM .courThumBoxBtnG_p,
.NBM .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NBM_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NBM_clr1);
}
.NBM .courThumBoxBtnG_a:hover,
.NBM .curriTxtBox_Txt span,
.NBM .prostextB .checkBoxImg:before{background-color: var(--NBM_clr1);}

.NBM .sec3_curriculum,
.NBM .sec5_salary,
.NBM .sec9_interview{background-color: var(--NBM_clr2);}

.NBM .prosBorder{border: 1.5px solid var(--NBM_clr4);}

.NBM .salaryDetail {
  border: 1.5px solid var(--NBM_clr4);
  background-color: var(--NBM_clr3);
}
.NBM .salaryDetail_text h5{color:var(--NBM_clr1);}
/* -------------end------------- */

/* ----- 스마트웹&콘텐츠개발 NSC ----- */
.NSC .courThumBoxBtnG_p,
.NSC .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NSC_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NSC_clr1);
}
.NSC .courThumBoxBtnG_a:hover,
.NSC .curriTxtBox_Txt span,
.NSC .prostextB .checkBoxImg:before{background-color: var(--NSC_clr1);}

.NSC .sec3_curriculum,
.NSC .sec5_salary,
.NSC .sec9_interview{background-color: var(--NSC_clr2);}

.NSC .prosBorder{border: 1.5px solid var(--NSC_clr4);}

.NSC .salaryDetail {
  border: 1.5px solid var(--NSC_clr4);
  background-color: var(--NSC_clr3);
}
.NSC .salaryDetail_text h5{color:var(--NSC_clr1);}
/* -------------end------------- */

/* ----- 디지털컨버전스 NDC ----- */
.NDC .courThumBoxBtnG_p,
.NDC .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NDC_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NDC_clr1);
}
.NDC .courThumBoxBtnG_a:hover,
.NDC .curriTxtBox_Txt span,
.NDC .prostextB .checkBoxImg:before{background-color: var(--NDC_clr1);}

.NDC .sec3_curriculum,
.NDC .sec5_salary,
.NDC .sec9_interview{background-color: var(--NDC_clr2);}

.NDC .prosBorder{border: 1.5px solid var(--NDC_clr4);}

.NDC .salaryDetail {
  border: 1.5px solid var(--NDC_clr4);
  background-color: var(--NDC_clr3);
}
.NDC .salaryDetail_text h5{color:var(--NDC_clr1);}
/* -------------end------------- */

/* ----- 공공디자인 NGD ----- */
.NGD .courThumBoxBtnG_p,
.NGD .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NGD_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NGD_clr1);
}
.NGD .courThumBoxBtnG_a:hover,
.NGD .curriTxtBox_Txt span,
.NGD .prostextB .checkBoxImg:before{background-color: var(--NGD_clr1);}

.NGD .sec3_curriculum,
.NGD .sec5_salary,
.NGD .sec9_interview{background-color: var(--NGD_clr2);}

.NGD .prosBorder{border: 1.5px solid var(--NGD_clr4);}

.NGD .salaryDetail {
  border: 1.5px solid var(--NGD_clr4);
  background-color: var(--NGD_clr3);
}
.NGD .salaryDetail_text h5{color:var(--NGD_clr1);}
/* -------------end------------- */

/* ----- 빅데이터전문가 NBE ----- */
.NBE .courThumBoxBtnG_p,
.NBE .courThumBoxBtnG_a{
  box-shadow: 0 0 0px 1px var(--NBE_clr1); 
  -webkit-box-shadow: 0 0 0px 1px var(--NBE_clr1);
}
.NBE .courThumBoxBtnG_a:hover,
.NBE .curriTxtBox_Txt span,
.NBE .prostextB .checkBoxImg:before{background-color: var(--NBE_clr1);}

.NBE .sec3_curriculum,
.NBE .sec5_salary,
.NBE .sec9_interview{background-color: var(--NBE_clr2);}

.NBE .prosBorder{border: 1.5px solid var(--NBE_clr4);}

.NBE .salaryDetail {
  border: 1.5px solid var(--NBE_clr4);
  background-color: var(--NBE_clr3);
}
.NBE .salaryDetail_text h5{color:var(--NBE_clr1);}
/* -------------end------------- */


/* ----------------------------------------------------------------- */




/* ------------------------------< 공통 섹션 css >---------------------------- */
/* ------------sec1_intro------------ */
.sec1_intro{ padding-top: 50px; height: 100%; box-sizing: border-box; }
.sec1_intro .container{
  display: flex; flex-direction: column;
  align-items: center; justify-content: space-between;
  row-gap: 50px; max-width: 600px;
}
.courThumBox{max-width: 480px;}
.courThumBoxImgG{
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  aspect-ratio: 61 / 40;
  width: 100%;
  overflow: hidden;
}
.courThumBoxImgG_img{width: 100%; height: 100%; object-fit: cover;}
.courThumBoxBtnG{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  width: 100%;
  margin-top: 15px;
  box-sizing: border-box;
}
.courThumBoxBtnG_p,
.courThumBoxBtnG_a{
  max-height: 62px;
  min-height: 38px;
  box-sizing: border-box;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1px; margin:0 1px;
}
.courThumBoxBtnG_a{ position: relative; overflow: hidden;}
.courThumBoxBtnG_a:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-shadow: inset -300px 0px 0px #FAFAFA;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
}
.courThumBoxBtnG_a:hover::before { box-shadow: inset 0px 0px 0px #FAFAFA;}
.courThumBoxBtnG_a:hover{color: white;}
.courThumBoxBtnG_a:hover img{filter: brightness(10);}
.courThumBoxBtnG_aInner{
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.courThumBoxBtnG_aInner img{width: 12px;}
.courTextBox{
  width: 100%;
  flex: 1;
  box-sizing: border-box;
}
.courTextBoxTG_p{ 
  padding: 6px 8px;
  border-radius: 6px;
  width: fit-content;
  background-color: #F7F8FA;
  margin-bottom: 10px;
  font-size: 14px;
}
.courTextBoxTG_h4{
  color: #222;
  font-size: 16px; font-weight: 500;
  margin-bottom: 10px;
  display: flex; align-items: center;
}
.courTextBoxTG_h4 span:nth-of-type(1){position: relative; padding-right: 24px;}
.courTextBoxTG_h4 span:nth-of-type(1)::after{
  content: ''; width: 1px; height: 16px; background-color: #777;
  position: absolute; top: 50%; right: 11px; transform:translate(-50%, -50%);
}
.courTextBoxTG_h4Img{width: 3.5px; height: 7px; display: flex; margin: 0 8px;}
.courTextBoxTG_h1{
  color: #222;
  font-size: 24px; font-weight: 700;
  line-height: 32px;  word-break:break-word;
}
/* 아이폰에서 과정명 줄바꿈 안 되는 문제로 keep-all에서 break-all 로 수정했습니다. */

.courTextBoxKateG{ margin-top: 20px;}

.courTextBoxKateG_keyWord,
.courTextBoxKateG_program{ display: flex; flex-wrap: wrap; gap: 10px;}

.courTextBoxKateG_program{margin-top: 10px;}
.courTextBoxKateG_programImg{display: flex;}
.courTextBoxKateG_programImg img{width: auto;}

.courTextBoxKateG_keyWord p,
.courTextBoxKateG_program p{
  border: 1px solid #888888;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  width: fit-content;
  height: 26px; line-height: 26px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center; gap: 5px;
}
.courTextBoxKateG_keyWord p{color: #222;}
/* --end--- */


/* ------------sec2_outline------------ */
.sec2_outline{padding-top: 0px;}
.detail--border{
  background-color: #F7F8FA;
  border: 1.5px solid #D3D3D3;
  border-radius: 15px;
  overflow: hidden;
}
.detailBox{word-break: keep-all; text-align: center; width: 100%; max-width: 400px; margin: 0 auto;}
.detailExplain{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: center;
  display: flex; align-items: center; justify-content: space-evenly; flex-direction: column;
}
.detailExplain_h3{
  font-size: 21px; font-weight: 700;
  line-height: 24px; margin-bottom: 10px;
}
.detailExplain_p{
  font-size: 15.5px; font-weight: 500;
  line-height: 21px;
  width: 90%; max-width: 720px; margin: 0 auto;
}
.detailExplain_p span{font-weight: 700;}

.detailStepBox{ display: flex; flex-wrap: wrap; gap: 20px; width: 100%;}
.detailStep{width: 100%; display: flex; flex-direction:column;}
.detailStepText{
  text-align: center; padding-top:30px; padding-bottom: 25px; width: 90%; max-width: 300px; margin:0 auto;
  display: flex; flex-direction:column; justify-content: flex-start;
  flex: 1;
}
.detailStepText_p1{font-size: 20px; font-weight: 500; margin-bottom: 11px;}
.detailStepText_h2{font-size: 22px; font-weight: 700; line-height: 30px; margin-bottom: 15px;}
.detailStepText_p2{font-size: 15px; font-weight: 400; line-height: 22px;}
.detailStepImg{
  width: 100%; height: 248px; background-color: #dadada;
  aspect-ratio: 1.22 / 1;
  width: 100%;
  overflow: hidden;
}
.detailStepImg img{width: 100%; height: 100%; object-fit: cover;}
/* --end--- */


/* ------------sec3_curriculum------------ */
.curriTxtBox{width: fit-content;}
.curriTxtBox:nth-last-of-type(2){margin-left: auto;}
.curriTxtBox:nth-last-of-type(2) .curriTxtBox_Tit{text-align: right;}
.curriTxtBox_Tit{font-size: 20px; line-height: 34px; margin-bottom: 13px; font-weight: 700;}
.curriTxtBox_Txt{
  display: grid; 
  grid-template-columns: auto;
  column-gap: 30px; 
  row-gap: 6px;
  width: fit-content;
}
.curriTxtBox_Txt p{
  font-size: 15px; line-height: 18px; font-weight: 500;
  display: flex; align-items: center; gap: 8px;
  width: fit-content;
}
.curriTxtBox_Txt span{
  width: 13px; height: 13px; display: flex; align-items: center; justify-content: center;
  border-radius: 50px;
}
.curriTxtBox_Txt span img{width: 100%; height: 100%; object-fit: cover;}

.curriImgBox{
  position:relative; 
}
.curriImgBox--pc{display: none;}
.curriImgBox--mobile{display: flex;}

.curriImgBox img{width: 100%; object-fit: cover;}
@keyframes curriMove{
  0%{top: 0px;}
  100%{top: -8px;}
}

.curriBtnBox{text-align: center; margin-top: 40px;}
.notiP{font-size: 13px; font-weight: 400; line-height: 21px; color: #777;}
.curMoreBtn,.portMoreBtn{
  min-width: 216px;
  max-width: 257px;
  min-height: 56px;
  max-height: 62px;
  font-size: 15px;
  font-weight: 500; color: #222;
  margin-top: 50px;
  border: 3px solid transparent;
  border-left: 3.1px solid transparent;
  background-image:
  linear-gradient(to right, #6F00E7 0%, #FF4040 100%), linear-gradient(to right, #6F00E7 0%, #FF4040 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 31px;
  display:inline-block;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.curMoreBtn{margin-top: 25px;}
.curMoreBtn::before{
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:2;
  width: 100%;
  height:100%;
  box-shadow: inset -300px 0px 0px #FAFAFA;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1)
}
.portMoreBtn::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:2;
  width: 100%;
  height:100%;
  box-shadow: inset -300px 0px 0px #FAFAFA;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1)
}
.curMoreBtn_inner,
.portMoreBtn_inner{
  position: absolute;
  top: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.curMoreBtn_inner span,
.portMoreBtn_inner span{letter-spacing: 0.5px; color: #333; -webkit-text-fill-color: #333;}
.curMoreBtn_innerImg,.portMoreBtn_innerImg{width: 13px; height: 13px; display: flex;}

.curMoreBtn:hover::before,
.portMoreBtn:hover::before {
  box-shadow: inset 0px 0px 0px #FAFAFA;
  background-image:
  linear-gradient(to right, #6F00E7 0%, #FF4040 100%),
  linear-gradient(to right, #6F00E7 0%, #FF4040 100%);
}
.curMoreBtn:hover span,
.portMoreBtn:hover span{color:#ffffff; -webkit-text-fill-color: #fff;}

.curMoreBtn:hover img,
.portMoreBtn:hover img{filter: brightness(10);}
/* --end--- */

/* ------------curriList------------ */
.curriList{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  background-color: rgb(0 0 0 / 50%);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 20000;
}
html:has(.curriList.on){overflow-y: hidden;}
.curriList.on{left: 0%;}
.curriListContainer{
  width:100%;
  height: 100%;
  background-color: #ffffff;
  padding: 30px 10px 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: calc(100% + 510px);
  display: flex; flex-direction: column;
}
.curriList.on .curriListContainer{ left: 0;}

.curriListTitle{ padding-bottom: 10px; margin-right: 10px; border-bottom: 1px solid #CCCCCC;}
.curriListTitle_p{
  font-size: 16px; font-weight: 400; line-height: 21px; margin-bottom: 10px;
  display: flex; align-items: center; color: #222;
}
.curriListTitle_p span:nth-of-type(1){
  position: relative;
  padding-right: 24px;
}
.curriListTitle_p span:nth-of-type(1)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #777;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(-50%, -50%);
}
.curriListTitle_pImg{
  width:3.5px; height: 7px; display: flex; margin: 0 8px;
}
.curriListTitle_h1{ font-size: 24px; font-weight: 700; line-height: 35px; word-break: break-all; color: #222;}
.curriList_closeBtn{position: absolute; top:14px; right: 10px; width: 18px; height: 18px; padding: unset;}
.curriListTitle_img{ width: 100%; height: 100%; object-fit: cover;}

.curriListSteps{
  height: 100%;
  padding-right: 10px; overflow-y: auto;
}
.curriListSteps::-webkit-scrollbar{width: 2px; cursor: pointer;}
.curriListSteps::-webkit-scrollbar-thumb{height: 20% !important; background-color: #bababa; border-radius: 10px; cursor: pointer;}
.curriListSteps::-webkit-scrollbar-track{background-color: #e8e8e8;}

.stepsGroup{padding-bottom: 30px; min-height: calc(100% - 112px);}

.curriListSteps .steps{ padding-top: 20px; padding-bottom: 16px; border-bottom: 1px solid #CCCCCC;}
.curriListSteps .steps_p{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #A8A8A8;
  margin-bottom: 8px;
}
.curriListSteps .steps_h1{
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 12px;
  word-break: keep-all;
}
.curriListSteps .steps_lst{
  font-size: 15px; font-weight: 700; line-height: 21px;
  display: flex; align-items: center; row-gap: 7px;
  flex-wrap: wrap; margin-bottom: 16px; color: #333;
}
.curriListSteps .steps_lst p{
  position: relative; 
  padding-right: 25px;
  white-space: pre-wrap;}
.curriListSteps .steps_lst p:after{
  content: ''; width: 1px; height: 16px; background-color: #777777;
  position: absolute; top: 50%; right: 12.5px; transform: translate(-50%, -50%);
}
.curriListSteps .steps_lst p:only-child::after,
.curriListSteps .steps_lst p:last-child::after{content: none;}
.curriListSteps .steps_ul li{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
  text-indent: -10px;
  margin-left: 10px;
  position: relative;
}
.curriListSteps .steps_ul li span{
  color: inherit; 
}
.curriList .tuitionFeeChk{
  display:block; width:100%; height: 48px;
  background-color: #2D8CE6; color: #fff; border-radius: 10px;
  font-size: 16px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}
/* --end--- */


/* ------------sec4_prospect------------ */
.prosBorderBox{margin-bottom: 20px;}
.prosBorder{
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 5px;
  overflow: hidden; box-sizing: border-box;
}
.prosImgBox{ margin: 0 auto; box-sizing: border-box; }
.prosImgBox_img{width:100%; height: 100%; object-fit: cover;}
.prostextB{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  height: 62px;
  padding: 0 10px;
}
.prostextB .checkBoxImg:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  content: '';
  z-index: -1;
  border-radius: 6px 0 6px 6px;
}
.prostextB .checkBoxImg{width: 20px; height: 20px; position: relative;}
.prostextB .checkBoxImg img{height: 100%; object-fit: cover;}
.prostextB_p{font-size: 14px; font-weight: 500; line-height: 20px; word-break: keep-all;}
.prostextB_p span{font-weight: 700;}
/* --end--- */

/* --------------sec5_salary-------------- */
.salaryDetail{
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 10px;
}
.salaryDetailWarp{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  max-width: 644px;
}
.salaryDetailBorder{ width: 100%; border-radius: 15px; background-color: white;}
.salaryDetail_img{height: 45px;}
.salaryDetail_img img{height: 100%; width: auto;}
.salaryDetail_text{word-break: keep-all;}
.salaryDetail_text h1{font-size: 17px; font-weight: 700; line-height: 21px; margin-bottom: 5px;}
.salaryDetail_text > h1 > span{font-size: 14px;}
.salaryDetail_text p,
.salaryDetail_text h5{font-size: 14px; font-weight: 500; line-height: 16px; letter-spacing: 0.1px;}
.salaryDetail_text h5{font-size: 13px; font-weight: 700; margin-top: 7px;}
/* --end--- */

/* --------------sec6_care-------------- */
.grnCrs_v4 .sec6_care{background-color: #F7F8FA;}


.careDetailBox{display: grid; grid-template-columns: repeat(1 , 1fr); gap: 20px; width: 100%; max-width: 400px; margin:0 auto;}
.careDetailBorder{ border:1px solid #D3D3D3; border-radius: 15px;}
.grnCrs_v4 .careDetailBorder{background-color: #fff;}
.careDetail{
  width: 100%;
  padding: 24px 22px 16px 22px;
  box-sizing: border-box;
  color: #333333;
}
.careDetail--center{width: 95%; margin: 0 auto;}
.careDetailTop{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}
.careDetailTop_img{width: 50px; height: 45px;}
.careDetailTop_img img{width: 100%; height: 100%; object-fit: cover;}
.careDetailTop_text p{font-size: 16px; font-weight: 500; line-height: 18px; margin-bottom: 5px;}
.careDetailTop_text h5{font-size: 18px; font-weight:700; line-height: 23px;}

.careDetailBott{line-height: 19px; word-break: keep-all;}
.careDetailBott_p{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
  letter-spacing: normal;
}
.careDetailBott_p::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
/* --end--- */

/* --------------sec7_brands-------------- */
.grnCrs_v4 .sec7_brands{background-color: #fff;}
.sec7_brands{padding-top:80px; padding-bottom:80px;}
.sec7_brands .titleBox{margin-bottom: 80px;}
.logoPlayBox {
  width: 100%; height:auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.logoSliderBox1,.logoSliderBox2 {height: 48px;}
.swiper-logo .swiper-slide{width: fit-content; margin: 0 20px;}
.sec7_brands .swiper-wrapperLogo{transition-timing-function:linear; align-items: center;}
.logoPlayBox .slider-span {
  display: inline-block;
  height: max-content;
  width: fit-content;
  padding:0 40px 0 40px ;
}
.logoImg{width: fit-content;}
.logoImg img{width: 85%; object-fit: cover;}
/* --end--- */

/* --------------sec8_whyG-------------- */
.grnCrs_v4 .sec8_whyG{background-color: #F7F8FA;}
.whygDetailGroupBox{
  width: 100%; max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.whygDetailGroup{width: 100%; display: flex; flex-direction: column; gap: 22px; height: 100%;}
.whygDetailGroup--reverse{flex-direction: column-reverse; }

.whygDetailBorder{
  border-top: 3px solid ;
  border-image: linear-gradient(to right, #03C658, #16B8FE);
  border-image-slice: 1;
  box-shadow: 0 2px 8px -3px hsl(0deg 0% 0% / 20%);
}
.grnCrs_v4 .whygDetail{background-color: #fff;}
.whygDetail{
  padding: 30px 18px;
  box-sizing: border-box;
  overflow: hidden;
}
.whygDetail--num1,
.whygDetail--num2,
.whygDetail--num3,
.whygDetail--num4{width: 100%;}

.whygDetail--num1,
.whygDetail--num2,
.whygDetail--num3,
.whygDetail--num4{height: auto; }
.whygDetail--num5{
  width: 100%; max-width: 400px; height: auto;
  padding: 0;
  display: flex;
  flex-direction: column; gap: 25px;
  margin: 0 auto;
}

.whygDetail--num5Text{padding: 30px 18px 0 18px;}
.whygDetail--num5Img{padding: 0 0 25px 0;}

.whygDetail_h3{font-size: 17px; font-weight: 700; line-height: 20px; margin-bottom: 7px;}

.whygDetail_h2{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  background: linear-gradient(to bottom, #00BD90, #009EFF);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 15px;
}
.whygDetail_h1-2{
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 15px;
}
.whygDetail_p{
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #777;
  word-break: keep-all;
}
.whygDetail_img{width: 100%;}
.whygDetail_img--PC{display: none;}
.whygDetail_img--MO{display: block;}

.whygDetail_img img{width: 100%; object-fit: cover;}
/* --end--- */

/* --------------sec9_interview-------------- */
.intervSlidebox {margin-top:35px;}
.swiper-interv .swiper-slide{
  max-height: 425px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.interv_img{width: 100%; height: 160px; position: relative;}
.interv_img img{
  width: 100%; height: inherit; object-fit: cover;
  position: absolute; left: 50%; top: 0;
  transform: translateX(-50%);
}
.interv_textBox{
  height: 175px;
  padding: 22px 16px 0px 16px;
  box-sizing: border-box;
  position: relative;
}
.interv_textBox_h1{
  font-size:18px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
  margin-bottom:8px;
  word-break: keep-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.interv_textBox_p{
  font-size: 14px;
  font-weight: 500;
  line-height:20px;
  color: #A8A8A8;
  height: auto;
  word-break: keep-all;
  letter-spacing: 0.05px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.interv_aTag{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.interv_aTag:hover{background-color: #cfcfcf;}
.interv_aTag img{ filter: brightness(5); width: 14px;}
.sec9_interview .swiper-wrapperInterv{ transition-timing-function:linear;}
/* --end--- */

/* --------------sec10_teacher-------------- */

/* 강사소개 */
.tutorSwiperCont{overflow: hidden;}
.tIntroBox{
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #212233;
  color: white;
  padding: 50px 20px 42px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.tIntroBox_profileBox{
  max-width: 150px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.profileBox_imgB{ width: 115px; height: 115px;}
.profileBox_imgB img{width: 100%;}
.profileBox_buttonB{ width: 140px; height: 32px; margin-top: 20px;}
.profileBox_buttonB button{
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-image:  linear-gradient(to right, #2D8CE6 0%, #01C45C 100%);
  border: none;
  color: white;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.tIntroBox_detailBox{ width: 100%;}
.detailBox_titleB{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.detailBox_titleB h1{ font-size: 24px; font-weight: 500; white-space: nowrap;}
.detailBox_titleB p{
  font-size: 15px; font-weight: 500; line-height: 20px;
  display: flex; align-items: flex-start; gap: 4px;
}
.detailBox_titleB p > span:last-child{margin-top: -1px;}

.detailBox_contentsB{ padding-top: 14.5px;}
.detailBox_contentsB p{
  width:100%;
  word-break: keep-all;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* 강의만족도 */
.courSatisStarGraph{
  width: 100%;
  height: auto;
  border: 1px solid #D3D3D3;
  border-radius: 15px;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  border-right: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.courSatisStar{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 60px 35px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.courSatisStar_p{
  font-size: 15px; font-weight: 700;
  line-height: 24px; margin-bottom: 2px;
}
.courSatisStar_h1{
  font-size:43px; font-weight: 700;
  line-height: 55px; margin-bottom: 7px;
}
.courSatisStar_star{width: 170px;}
.courSatisStar_star, .courSatisStar_Starfillcolor{
  display: inline-block;
  height: 30px;
  background: url(/assets/_img/sub/curriculum/renewcour/Bstars.png) no-repeat;
  overflow: hidden;
  vertical-align: -1px;
  text-align: left;
}
.courSatisStar_Starfillcolor{
  line-height: 0;
  vertical-align: top;
  background-position: left bottom;
  text-indent: -5000px;
}
.courSatisGraphGroup{
  width: 100%; height: 100%;
  padding: 12px 0px 45px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.courSatisGraphBox{
  min-width: 16%;
  max-width: 80px;
  min-height: 110px;
  max-height: 152px;
  display: flex; align-items: end;
}
.courSatisGraph_fillColor{
  width: 100%;
  background-color: #2D8CE6;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.courSatisGraph_point{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color:white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.courSatisGraph_name{
  font-size: 9.5px;
  font-weight: 700;
  line-height: 12px;
  color: #4d4d4d;
  text-align: center;
  width: max-content;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* 수강후기 */
.courReDeBox{margin-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #E6E6E6;}

.reDe_thumb{display: flex; gap: 10px; margin-bottom: 10px;}
.thumb_img{width: 40px; height: 40px;}
.thumb_img img{width: 100%; object-fit: cover;}
.reDeStarPoint{display: flex; gap: 5px;}
.reDeStar{width: 87px;}
.reDeStar, .reDeStar_Starfillcolor{
  display: inline-block;
  height: 15.2px;
  background: url(/assets/_img/sub/curriculum/renewcour/Sstars.png) no-repeat;
  overflow: hidden;
  vertical-align: -1px;
  text-align: left;
}
.reDeStar_Starfillcolor{
  line-height: 0;
  vertical-align: top;
  background-position: left bottom;
  text-indent: -5000px;
}
.reDePoint{
  font-size: 15px; font-weight: 500;
  line-height: 18px; margin-left: 5px;
}
.stuName{
  font-size: 15px; font-weight: 500;
  line-height: 18px; margin-top: 5px;
  letter-spacing: 0.2px;
}
.reDe_courName{
  font-size: 13px; font-weight: 500;
  line-height: 18px; margin-bottom: 12px;
  color: #888888;
  word-break: keep-all;
}
.reDe_text{
  font-size: 14px; font-weight: 500;
  line-height: 21.5px; margin-bottom: 35px;
  word-break: keep-all;
}
.reDe_heart{display: flex; justify-content: end;}

.courReDeMoreBtn{
  width: 100%; height: 53px;
  line-height: 53px; margin-top: 40px;
  background-color: #FCFCFC;
  border: 1px solid #CCCCCC; border-radius: 10px;
  font-size: 18px; font-weight: 700;
  font-family: inherit;
  -webkit-text-fill-color: #000;
  color: #000;
}
.courReDeMoreBtn:hover{background-color: #f9f9f9;}


/* 강의만족도&수강후기 공통 */
.afterCourBoxtitle{
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 22px;
  margin-top: 51px;
}
.afterCourBoxtitle_h1{
  font-size: 18px; font-weight: 500;
  line-height: 20px; margin-bottom: 10px;
}
.afterCourBoxtitle_h1 span{
  font-size: 14px; font-weight: 500;
  line-height: 24px; margin-left: 10px;
  color: #888888;
}
.afterCourBoxtitle .searchTab{ margin-bottom: 9px; display: flex; gap: 30px;}
.afterCourBoxtitle .searchTab_select{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(3 3 3 / 38%);
  position: relative;
}
.afterCourBoxtitle .searchTab_select::before{
  content: '';
  width: 6px; height: 6px;
  border-radius: 25px;
  background-color: rgb(3 3 3 / 30%);
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.searchTab--selectedColor{color: #333333 !important;}
.searchTab--selectedColor::before{ background-color:#333 !important;}



/* -------------------------하트 버튼 -----------------------------*/
.likesBox{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1px;
}
.love-icon {
  --danger-color:#2D8CE6;
  --heart-color: #E6E6E6;
  --heart-active-color: var(--danger-color);
  --bg-color: white;
  position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.loveInput {
  position: absolute;
	top: 0;
	left:0 ;
	width: 100%;
	height: 100%;
	margin: 0;
  opacity: 0;
	cursor: pointer;
}
.loveInput ~ .heart{background: var(--heart-color);}
.loveInput.animated ~ .heart {
  animation: scale-out-elastic 1.2s ease-out reverse forwards;
	background-color: var(--heart-active-color);
}
.loveInput.animated ~ .lines .line::before {
  animation: slide-left-right 0.4s ease-in forwards;
	background-color: var(--heart-active-color);
}
.loveInput.animated ~ .ring {
  animation: scale-out-bigger 0.75s cubic-bezier(0, 1, 0.5, 1) forwards;
	background-color: var(--heart-active-color);
}
.loveInput.animated ~ .ring::before {
  animation: scale-out 0.75s cubic-bezier(0, 1, 0.5, 1) forwards;
}
.love-icon .heart {
  position: absolute;
	top: 8.0313px;
  left: 7px;
	transform:rotate(-45deg);
  z-index: 1;
  width: 10px;
  height: 10px;
  background: var(--heart-color);
  cursor: pointer;
}
.love-icon .heart::before, .love-icon .heart::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
}
.love-icon .heart::before {top: -50%;}
.love-icon .heart::after {right: -50%;}

.love-icon .lines {
  position: absolute;
  top: 0;
	left: 0;
  z-index: 1;
	width: 100%;
	height: 100%;
  pointer-events: none;
}
.love-icon .lines .line {
  position: absolute;
  top: 44.1%;
  left: 30.5%;
  width: 10px;
  height: 1px;
  opacity: 0.6;
}
.love-icon .lines .line:nth-child(1) {transform: rotate(90deg) translate(26px);}
.love-icon .lines .line:nth-child(2) {transform: rotate(150deg) translate(26px);}
.love-icon .lines .line:nth-child(3) {transform: rotate(210deg) translate(26px);}
.love-icon .lines .line:nth-child(4) {transform: rotate(270deg) translate(26px);}
.love-icon .lines .line:nth-child(5) {transform: rotate(330deg) translate(26px);}
.love-icon .lines .line:nth-child(6) {transform: rotate(390deg) translate(26px);}
.love-icon .lines .line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heart-color);
  transform: scaleX(0);
  transform-origin: left;
}
.love-icon .ring {
  position: relative;
  z-index: 0;
	top: -0.7px;
	left: 0;
	width: 100%;
	height: 100%;
  background: transparent;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}
.love-icon .ring::before {
  position: absolute;
  content: "";
  top: 0.3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  border-radius: inherit;
  transform: scale(0);
  pointer-events: none;
}
@keyframes scale-out-elastic {
  0% { transform: rotate(-45deg) scale(1); }
  4% { transform: rotate(-45deg) scale(1); }
  8% { transform: rotate(-45deg) scale(1); }
  14% {transform: rotate(-45deg) scale(1); }
  18% {transform: rotate(-45deg) scale(1); }
  26% {transform: rotate(-45deg) scale(1.01);}
  28% {transform: rotate(-45deg) scale(1.01);}
  40% {transform: rotate(-45deg) scale(0.98);}
  42% {transform: rotate(-45deg) scale(0.98);}
  56% {transform: rotate(-45deg) scale(1.05);}
  58% {transform: rotate(-45deg) scale(1.04);}
  72% {transform: rotate(-45deg) scale(0.87);}
  86% {transform: rotate(-45deg) scale(1.37);}
  100% {transform: rotate(-45deg) scale(0);  }
}
@keyframes slide-left-right {
  50% { transform: scaleX(1); transform-origin: left; }
  50.1% { transform-origin: right; }
  100% {  transform-origin: right; }
}
@keyframes scale-out { to { transform: scale(1.05); }}
@keyframes scale-out-bigger { to { transform: scale(1.2); }}

.recom{
	color: #333;
	font-size: 12px;
	font-weight: 700;
	padding-left: 3px;
	cursor: pointer;
}
.countNum{
  font-size: 12px;
  color: #000;
  font-weight: 400;
	padding-left: 5px;
}
/* --end--- */

/* --------------sec11_inquiry-------------- */

/*--수강희망지점--*/
.branchTabBox{margin-bottom:40px;}
.branchTabBox_h2{
  font-size: 18px; font-weight: 700;
  line-height: 22px; margin-bottom: 8px;
}
.brandchBtns{
  max-width: 932px;
  display: flex;
  flex-flow:wrap ;
  grid-row-gap: 6px;
  grid-column-gap: 6px;
}
.brandchBtns_btn{
  background-color: #ffffff;
  border: 1px solid #D3D3D3;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  padding: 8px 14px;
  box-sizing: border-box;
  cursor: pointer;
  color: #CCCCCC;
  position: relative;
}
.brandchBtns_btn:hover{color: #333333;}
.brandchBtns_btn:hover:before{display: block;}
.brandchBtns_btn:before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  box-shadow: 1px 3px 5px 0px #00000030;
  position: absolute;
  top:0;
  left: 0;
  box-sizing: border-box;
  border:2px solid #00A2FF;
  color: #333333;
  display: none;
}
.brandchBtns_btn.on{color: #333333; display:block;}
.brandchBtns_btn.on:before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  box-shadow: 1px 3px 5px 0px #00000030;
  position: absolute;
  top:0px;
  left: 0px;
  box-sizing: border-box;
  border:2px solid #00A2FF;
  color: #333333;
  display: block;
}
/* -- */




@media all and (min-width: 350px) {
/* 네비게이션css */
  .renewCurriNavBar{padding: 7px 10px 8px 10px;}

  /* .detailExplain_p{width: 90%;} */

  .prostextB { gap: 12px;  padding: 0 10px 0 14px; }
}

@media all and (min-width: 380px) {
  .salaryDetail_img {height: 48px;}
}

@media all and (min-width: 400px) {
/* 네비게이션css */
  .renewCurriNavBar{width: 96%;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn{min-height: 30px;}
  .renewCurriNavBar_btnBox .submitHrdBtn{min-height: 30px;}
/* --end--- */


/* ------------sec1_intro------------ */
  .courThumBoxBtnG_p, .courThumBoxBtnG_a{ font-size: 14px;}
/* --end--- */

/* ------------curriList------------ */
  .curriListContainer{padding: 34px 14px 0 28px;}
  .curriListTitle{ margin-right: 14px;}
  .curriList_closeBtn{top: 17px; right: 14px;}
  .curriListSteps {padding-right: 14px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 98%; }

/* --------------sec5_salary-------------- */
  .salaryDetail_img {height: 55px;}

/* --------------sec6_care-------------- */
  .careDetail{padding: 35px 22px 35px 22px;}

/* --------------sec10_teacher-------------- */
  /* 강사박스 */
  .detailBox_titleB {flex-direction: row; align-items: flex-end; }

  /* 만족도 & 수강후기 */
  .courSatisGraphBox{min-height: 120px;}
  .courSatisGraph_name{font-size: 11px;}
}

@media all and (min-width: 440px) {
  /* ------------curriList------------ */
  .curriListContainer{padding: 35px 15px 0 30px;}
  .curriListTitle{padding-bottom: 25px; margin-right: 15px;}
  .curriListTitle_h1 {font-size: 25px;}
  .curriList_closeBtn{top: 25px; right: 15px; width: 20px; height: 20px;}
  .curriListSteps .steps_h1{font-size: 23px; line-height: 28px;}
  /* --end--- */

/* ------------sec2_outline------------ */
  /* .detailExplain_p{width: 77%;} */
}

@media all and (min-width: 480px) {
/* 네비게이션css */
  .renewCurriNavBar{width: 95%; gap: 6px;}
  .renewCurriNavBar_p {font-size: 13px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn{min-height: 32px;}
  .renewCurriNavBar_btnBox .submitHrdBtn{min-height: 32px;}
  .naviImg { display: block; height: 15px;}
/* --end--- */

/* ------------sec1_intro------------ */
  .sec1_intro{padding-top: 50px;}
  .courThumBoxBtnG_p, .courThumBoxBtnG_a{min-height: 42px; line-height: 42px;}

/* ------------sec2_outline------------ */
  /* .detailExplain_p{width: 95%;} */


/* ------------curriList------------ */
  .curriListContainer{padding: 50px 20px 0 40px;}
  .curriListTitle{padding-bottom: 20px; margin-right: 20px;}
  .curriListTitle_h1 {font-size: 26px;}
  .curriList_closeBtn{top: 50px; right: 20px; width: 20px; height: 20px;}
  .curriListSteps{padding-right: 20px;}
  .curriListSteps .steps_p{font-size: 15px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prostextB { padding: 0px 10px 0 18px; }

/* --------------sec6_care-------------- */
  .careDetail{padding: 30px 18px 24px 18px;}
  .careDetailTop_img { width: 58px; height: 53px; }
  .careDetailTop_text p { font-size: 16px; line-height: 18px;}
  .careDetailTop_text h5 { font-size: 20px; line-height: 26px;}
  .careDetailBott_p { font-size: 16px; }
/* --end--- */

/* --------------sec8_whyG-------------- */
  .whygDetail--num5{gap: 30px;}

/* --------------sec10_teacher-------------- */
  /* 만족도 & 수강후기 */
  .courSatisStar_p {font-size: 16px;}
  .courSatisStar_h1{font-size: 45px; line-height: 60px;}
  .courSatisGraphGroup{gap: 12px;}
  .courSatisGraphBox{min-height: 145px;}
  .courSatisGraph_point {font-size: 18px;}
  .courSatisGraph_name{font-size: 12px; letter-spacing: 0.1px; color: #777;}
  .afterCourBoxtitle .searchTab{gap:40px;}
  .courReDeBox{padding-bottom: 22px;}
/* --end--- */

/* --------------sec11_inquiry-------------- */
  .brandchBtns_btn { padding: 7px 12px; }
}


@media all and (min-width: 500px) {
/* ------------sec2_outline------------ */
  /* .detailExplain_p{width: 79%;} */

/* --------------sec6_care-------------- */
  .careDetail--center{width: 90%;}

/* --------------sec10_teacher-------------- */
  /* 강사소개 */
  .tutorSwiper .swiper-button-next{right: 2px;}
  .tutorSwiper .swiper-button-prev{left: 2px;}
  .tutorSwiper .swiper-button-next:after,
  .tutorSwiper  .swiper-button-prev:after{font-size: 28px;}
  /* 만족도 & 수강후기 */
  .courSatisStar {padding: 25px 60px 34px 70px;}
  .courSatisGraphGroup{gap: 17px;}
  .courSatisGraphBox{min-height: 149px; min-width: 14.5%;}
/* --end--- */

/* --------------sec11_inquiry-------------- */
  .brandchBtns {grid-row-gap: 8px; grid-column-gap: 8px;}
  .brandchBtns_btn{padding: 7px 14px; font-size: 15px;}
}

@media all and (min-width: 540px) {
/* 네비게이션css */
  .renewCurriNavBar {padding: 8px 10px 9px 10px;}
  .renewCurriNavBar_btnBox{gap: 8px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn,
  .renewCurriNavBar_btnBox .submitHrdBtn{font-size: 13px;}


/* ------------sec1_intro------------ */
  .sec1_intro{padding-top: 55px;}
  .courThumBoxBtnG_aInner{gap: 8px;}

/* ------------sec4_prospect------------ */
  .prostextB { padding: 0px 10px 0 20px; gap: 14px; }
  .prostextB_p {font-size: 15px;}
  .prostextB .checkBoxImg {width: 22px; height: 22px; }

/* --------------sec5_salary-------------- */
  .salaryDetail_text h1 { font-size: 18px; line-height: 23px; }
  .salaryDetail_text p, .salaryDetail_text h5 { font-size: 15px; line-height: 18px; }
  .salaryDetail_text h5 { font-size: 14px; }

/* --------------sec6_care-------------- */
  .careDetailTop_img { width: 60px; height: 55px; }

/* --------------sec9_interview-------------- */
  .interv_textBox_h1{font-size: 19px;}

/* --------------sec10_teacher-------------- */
  /* 강사박스 */
  .tIntroBox {padding: 54px 20px 42px 20px;}
  .profileBox_imgB{width: 130px; height: 130px;}
  .detailBox_titleB h1{font-size: 26px;}
  .detailBox_titleB p{font-size: 16px; line-height: 21px;}

  /* 만족도 & 수강후기 */
  .courSatisStar_p {font-size: 18px;}
  .courSatisStar_h1{font-size: 48px; margin-bottom: 5px;}
  .courSatisGraphGroup{gap: 20px;}
  .courSatisGraphBox{min-width: 13.8%;}
  .courSatisGraph_name{letter-spacing: 0.2px; color: #919191;}
  .afterCourBoxtitle .searchTab_select{font-size: 15px;}
  .thumb_img{width: 45px; height: 45px;}
  .reDe_thumb {margin-bottom: 13px;}
  .reDe_courName {font-size: 14px;}
  .reDe_text{font-size: 15px; line-height: 22.5px;}
/* --end--- */
}

@media all and (min-width: 600px) {
/* ------------sec4_prospect------------ */
  .prosImgBox { width: 92%; }

/* --------------sec9_interview-------------- */
  .interv_img{height: 170px;}
  .interv_textBox_h1{font-size: 20px;}

/* --------------sec10_teacher-------------- */
  /* 만족도 & 수강후기 */
  .afterCourBoxtitle {margin-top: 70px;}
  .afterCourBoxtitle_h1 {font-size: 20px;}
  .courSatisGraphGroup{gap: 26px;}
  .courSatisGraphBox{min-width: 12.8%;}
  .courSatisGraph_name{
    font-size: 13px; line-height: 15px;
    color: #9f9f9f;
    bottom: -38px;
  }
}


@media all and (min-width: 640px) {
/* 네비게이션css */
  .renewCurriNavBar{
    width: 98%;
    flex-direction: row; align-items: center;
    padding: 8px 10px;
  }
  .renewCurriNavBar_p {font-size: 12px;}
  .renewCurriNavBar_btnBox{width:fit-content; justify-content: end; gap: 6px;}

/* ------------sec1_intro------------ */
  .courThumBoxBtnG_p, .courThumBoxBtnG_a{min-height: 45px; line-height: 45px; font-size: 15px;}
  .courTextBoxKateG_keyWord p, .courTextBoxKateG_program p{font-size: 14px;}

/* ------------sec2_outline------------ */
  /* .detailExplain_p{width: 95%;} */

/* ------------sec3_curriculum------------ */
  .notiP{font-size: 14px;}

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 88%; }

/* --------------sec5_salary-------------- */
  .salaryDetailWarp{gap: 20px;}
  .salaryDetail_text h1 {font-size: 21px;}
  .salaryDetail_text > h1 > span {font-size: inherit;}
  .salaryDetail_text p, .salaryDetail_text h5 {font-size: 16px; line-height: 19px;}
  .salaryDetail_text h5 {
    font-size: 15px; font-weight: 500; margin-top: 6px;
  }

/* --------------sec6_care-------------- */
  .careDetailTop_text p {font-size: 18px; line-height: 20px;}

/* --------------sec10_teacher-------------- */
  /* 만족도 & 수강후기 */
  .courSatisGraphBox{min-width: 11.8%;}
}


@media all and (min-width: 680px) {
/* ------------sec3_curriculum------------ */
  .notiP { font-size: 15px; }
}

@media all and (min-width: 700px) {
/* 네비게이션css */
  .renewCurriNavBar{ padding: 10px 12px;}
  .renewCurriNavBar_p {font-size: 13px;}
  .renewCurriNavBar_btnBox{gap: 8px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn{min-height: 34px;}
  .renewCurriNavBar_btnBox .personalInquiryBtn{min-height: 34px;}
  .renewCurriNavBar_btnBox .submitHrdBtn{min-height: 34px;}

/* ------------sec1_intro------------ */
  .sec1_intro{padding-top: 60px;}

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 85%; }
  .prostextB { padding: 0px 10px 0 22px; justify-content: center;}

/* --------------sec5_salary-------------- */
  .salaryDetail_text h1 {font-size: 22px; line-height: 27px;}
  .salaryDetailWarp{
    margin: 0 auto;
    width: 90%;
  }

/* --------------sec6_care-------------- */
.careDetailBox {grid-template-columns: repeat(2 , 1fr); max-width: 800px;}
.careDetailBott_p { font-size: 15px; }
.careDetail--center{width: 100%;}
/* --end--- */

/* --------------sec9_interview-------------- */
  .interv_img{height: 185px;}
  .interv_textBox {height: 180px; padding: 22px 18px 0px 18px; }
  .interv_textBox_h1{margin-bottom: 10px;}
  .interv_aTag{bottom: 10px; right: 10px;}
/* --end--- */

/* --------------sec10_teacher-------------- */
  /* 강사소개 */
  .tutorSwiper .swiper-button-next{right: 4px;}
  .tutorSwiper .swiper-button-prev{left: 4px;}
  .tutorSwiper .swiper-button-next:after,
  .tutorSwiper  .swiper-button-prev:after{font-size: 30px;}
  /* 만족도 & 수강후기 */
  .courSatisGraphBox{min-width: 11%;}
/* --end--- */

/* --------------sec11_inquiry-------------- */
  .branchTabBox_h2 {font-size: 20px; line-height: 24px;}
  .brandchBtns_btn{font-size: 16px;}
}


@media all and (min-width: 740px) {
/* ------------sec3_curriculum------------ */
  /* .curriImgBox { width: 100%; margin-top: 0px; margin-bottom: 0px;} */
  .curriImgBox--pc{display: flex;}
  .curriImgBox--mobile{display: none;}
  .curMoreBtn{margin-top: 35px;}
  .curMoreBtn, .portMoreBtn{min-width: 230px;}
/* --end--- */
}

@media all and (min-width: 768px) {
/* 네비게이션css */
  .renewCurriNavBar{width: 95%;}

/* 공통타이틀 css */
  .titleBox_h1 {font-size: 28px; line-height: 38px;}

/* ------------sec1_intro------------ */
  .sec1_intro{padding-top: 70px;}
  .courTextBoxTG_h4{font-size: 18px; margin-bottom: 12px;}
  .courTextBoxTG_h1{font-size: 28px; line-height: 38px;}

/* ------------sec2_outline------------ */
  .detail--border{ border-radius: 18px; }

/* ------------sec3_curriculum------------ */
  .curriTxtBox_Txt{row-gap: 12px;  grid-template-columns: auto auto;}
  .curriTxtBox_Txt span{width: 17px; height: 17px;}

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 82%; }
  .prostextB_p {font-size: 17px;}
  .curriTxtBox_Tit{font-size: 30px; margin-bottom: 25px;}
  .curriTxtBox_Txt p{font-size: 18px;}

/* --------------sec5_salary-------------- */
  .salaryDetailBorder {border-radius: 18px;}
  .salaryDetail_text h5 {font-size: 16px; margin-top: 5px;}

/* --------------sec6_care-------------- */
  .careDetail--center{width: 95%;}
  .careDetailBott_p { font-size: 16px; }

/* --------------sec7_brands-------------- */
  .swiper-logo .swiper-slide{margin: 0 32px;}
  .logoImg img{width: 95%;}

/* --------------sec10_teacher-------------- */
  /* 강사박스 */
  .tIntroBox {
    flex-direction: row;
    align-items: flex-start; gap: 35px;
    padding: 35px 30px 40px 35px;
    border-radius: 15px;
  }
  .profileBox_imgB { width: 125px; height: 125px; }
  .profileBox_buttonB { width: 130px; }
  .detailBox_titleB {padding-bottom: 5px;}
  .detailBox_contentsB p{font-size: 15px; line-height: 23px;}

  .tutorSwiper .swiper-button-next{right: 2px; top: 50%;}
  .tutorSwiper .swiper-button-prev{left: 2px; top: 50%;}

  /* 만족도 & 수강후기 */
  .afterCourBoxtitle{margin-top: 51px;}
  .courSatisStarGraph{
    flex-direction: row; justify-content: space-between;
    padding: 20px 10px 20px 0px;
  }
  .courSatisStar{width: 26.5%; padding: 41px 0px 40px 0px; border-right: 1px solid #CCCCCC;}
  .courSatisStar_p { font-size: 16px; }
  .courSatisStar_h1 {font-size: 45px; margin-bottom: 6px;}
  .courSatisGraphGroup{ width: 72.2%; gap: 28px; padding: 8px 0px 36px 0px; border-radius: 15px; }
  .courSatisGraphBox { min-width: 13.5%; }
  .courReDeBox {padding-bottom: 24px;}
  .thumb_img{width: 50px; height: 50px;}
  .recom{font-size: 13px; }
  .countNum{font-size: 13px; font-weight: 500; color: #333;}
  .courReDeMoreBtn{border-radius: 15px;}

/* --------------sec11_inquiry-------------- */
  .brandchBtns { grid-row-gap: 10px;  grid-column-gap: 10px; }

  .curriListTitle_p{font-size: 18px; margin-bottom: 12px;}
}


@media all and (min-width: 840px) {
/* 네비게이션css */
  .renewCurriNavBar{width: 94%; padding: 12px 14px;}
  .renewCurriNavBar_p {font-size: 14px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn,
  .renewCurriNavBar_btnBox .submitHrdBtn{font-size: 14px; min-height:36px; padding: 0 15px;}
/* --end--- */

/* 공통 css */
  .titleBox_p {font-size: 18px; line-height: 22px;}

/* ------------sec1_intro------------ */
  .sec1_intro{padding-top: 75px;}
  .sec1_intro .container{flex-direction: row; max-width: 1080px; column-gap: 20px;}
  .courThumBoxBtnG {gap: 8px;}
  .courThumBoxBtnG_p, .courThumBoxBtnG_a{font-size: 14px;}
  
  .courThumBox{width: 43%; max-width: 350px;}
  .courThumBoxBtnG_aInner {gap: 8px;}
  .courTextBoxTG_p{font-size: 16px;}
  .courTextBoxKateG{margin-top: 25px;}
/* --end--- */

/* ------------sec2_outline------------ */
   .detailBox{max-width: unset;}
  .detailExplain{width:100%;}
  .detailStepBox {flex-wrap: nowrap; }

  .detailExplain{margin-bottom: 20px;}
  .detailExplain_h3 { font-size: 22px; }
  .detailExplain_p { font-size: 18px; line-height: 25px;}
  .detailStepBox{gap: 20px;}
  .detailStepImg{height: auto;}
  /* .detailStepText{padding: 25px 0px 25px;} */
/* --end--- */

/* ------------sec3_curriculum------------ */
  .curMoreBtn{margin-top: 40px;}

/* ------------curriList------------ */
  .curriList.on{left: 0%;}
  .curriListContainer{max-width: 510px;}
  .curriList.on .curriListContainer{left:calc(100% - 510px);}
  .curriListSteps .steps_ul li{ font-size: 16px; line-height: 26px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 75%; }
  .prostextB { padding: 0;  gap: 15px;}
  .prostextB_p {font-size: 18px;}

/* --------------sec5_salary-------------- */
  .salaryDetailWarp{gap: 25px;}
  .salaryDetail_img { height: 65px; }

/* --------------sec8_whyG-------------- */


/* --------------sec10_teacher-------------- */
  /* 강사박스 */
  .tIntroBox { padding: 35px 38px 40px 38px; }
  .profileBox_imgB { width: 130px; height: 130px; }
  .profileBox_buttonB { width: 135px; }

  /* 만족도 & 수강후기 */
  .courSatisStar{width: 27.5%;}
  .courSatisStar_p { font-size: 17px; }
  .courSatisStar_h1 {font-size: 48px;}
  .courSatisGraphGroup{ width: 71.2%; gap: 34px; padding: 8px 0px 38px 0px; }
  .courSatisGraphBox { min-width: 12.8%; }
  .courSatisGraph_name{
    font-size: 14px;
    font-weight: 500;
    color: #a8a8a8;
    line-height: 16px;
    bottom: -40px;
  }
  .reDe_text{font-size: 16px; line-height: 23px;}
/* --end--- */

/* --------------sec11_inquiry-------------- */
  .brandchBtns_btn {padding: 10px 18px;}
}


@media all and (min-width: 900px) {
/* ------------sec3_curriculum------------ */
  .notiP{font-size: 16px;}

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 74%; }
  .prostextB_p {font-size: 19px;}

/* --------------sec8_whyG-------------- */
  .whygDetailGroupBox{
    max-width: unset;
    height: 630px;
    margin-bottom: 18px;
    flex-direction: row; gap: 18px;
  }
  .whygDetailGroup--reverse{flex-direction: column;}
  .whygDetailGroup{gap: 18px;}
  .whygDetail{padding: 30px 25px;}

  .whygDetail--num1, .whygDetail--num4{flex: 5.5;}
  .whygDetail--num2, .whygDetail--num3{flex: 4.5;}
  .whygDetail--num5{
    max-width: unset;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 !important;
  }
  .whygDetail--num5Text { padding: 30px 0px 30px 25px; }
  .whygDetail--num5Img{
    padding: 0;
    position: relative;
    width: 260px;
    box-sizing: border-box;
    margin-right: 65px;
  }

  .whygDetail_img--PC{position: absolute;
    right: 0; width: 100%;}
  .whygDetail_img--PC {display: block;}
  .whygDetail_img--MO {display: none;}
}

@media all and (min-width: 940px) {
/* 네비게이션css */
  .renewCurriNavBar{width: 92%; padding: 14px 16px; border-radius: 10px;}
  .renewCurriNavBar_p {font-size: 14px;}
  .renewCurriNavBar_btnBox{gap: 10px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn,
  .renewCurriNavBar_btnBox .submitHrdBtn{min-height:38px;}
/* --end--- */

/* 공통 css */
  .titleBox_p {font-size: 20px; line-height: 24px;}
  .titleBox_h1 {font-size: 30px; line-height: 40px;}

/* ------------sec1_intro------------ */
  .sec1_intro{padding-top: 85px;}

  .courThumBoxBtnG_p, .courThumBoxBtnG_a{
    min-height: 48px; height: 48px;
    line-height: 48px;
  }
  .courTextBoxTG_h1{font-size: 30px; line-height: 40px;}
  .courTextBoxKateG {margin-top: 30px;}
/* --end--- */


/* ------------sec2_outline------------ */
  .detailExplain_h3 { font-size: 24px; line-height: 26px;}
  /* .detailStepText {padding: 32px 0px 34px;} */
  .detailStepText_p2 {font-size: 16px; line-height: 24px;}
  /* .detailStepImg{height: 240px;} */
/* --end--- */

/* ------------curriList------------ */
  .curriListTitle_h1{font-size: 28px; line-height: 40px;}
  .curriListSteps .steps_p{font-size: 16px; margin-bottom: 10px;}
  .curriListSteps .steps_h1{font-size: 26px; line-height: 30px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 70%; }

/* --------------sec7_brands-------------- */
  .swiper-logo .swiper-slide{margin: 0 45px;}
  .logoImg img{width: 100%;}

/* --------------sec8_whyG-------------- */
  .whygDetailGroupBox{gap: 20px; margin-bottom: 20px; height: 660px;}
  .whygDetailGroup { gap: 20px; }
  .whygDetail--num5Img{ width: 264px; margin-right: 75px;}
  .whygDetail_p {font-size: 16px; line-height: 24px;}
/* --end--- */

/* --------------sec10_teacher-------------- */
  /* 강사박스 */
  .tIntroBox { padding: 40px 40px 45px 40px; }
  .profileBox_imgB { width: 135px; height: 135px; }
  .profileBox_buttonB { width: 140px; }
  .detailBox_contentsB p{font-size: 16px; line-height: 25px;}

  /* 만족도 & 수강후기 */
  .afterCourBoxtitle_h1{font-size: 24px;}
  .afterCourBoxtitle_h1 span{font-size: 16px;}
  .afterCourBoxtitle .searchTab_select{font-size: 17px;}
  .afterCourBoxtitle .searchTab_select::before{width: 8px; height: 8px;}
  .courSatisStar{width: 28.5%;}
  .courSatisStar_p { font-size: 18px;  margin-bottom: 0;}
  .courSatisStar_h1 {font-size: 50px;}
  .courSatisGraphGroup{ width: 70.2%; gap:41px; }
  .courSatisGraphBox { min-width: 11.6%; }
  .courSatisGraph_point{font-size: 19px;}
  .courReDeMoreBtn{font-size: 20px; height: 60px; line-height: 60px;}
  .recom{font-weight: 500; font-size: 14px;}
  .countNum{font-size: 14px;}
/* --end--- */
}


@media all and (min-width: 980px) {
/* --------------sec8_whyG-------------- */
  .whygDetail--num1{min-height: 320px;}
  .whygDetail--num2{min-height: 270px;}
  .whygDetail--num3{min-height: 270px;}
  .whygDetail--num4{min-height: 320px;}
  /* .whygDetail--num5{min-height: 300px;} */
  /* .whygDetail--num5Img{width: 28.5%;} */
/* --end--- */
}


@media all and (min-width: 1000px) {
  section{
    padding-top: 100px; padding-bottom: 100px;
  }
/* ------------sec1_intro------------ */
  .courTextBoxKateG_keyWord, .courTextBoxKateG_program{gap: 10px;}
  .courTextBoxKateG_program{ margin-top: 10px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 68%; }
/* --end--- */

/* --------------sec10_teacher-------------- */
  .courSatisGraph_name{font-weight: 400;}
/* --end-- */

/* --------------sec11_inquiry-------------- */
  .sec11_inquiry .titleBox{margin-bottom: 52px;}
  .branchTabBox{margin-bottom: 30px;}
  .brandchBtns { grid-row-gap: 12px; grid-column-gap: 12px; }
  .brandchBtns_btn {padding: 10px 20px; font-size: 18px;}
}

@media all and (min-width: 1040px) {
/* 네비게이션css */
  .renewCurriNavBar{padding: 16px 18px; border-radius: 12px;}
  .renewCurriNavBar_p {font-size: 16px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn,
  .renewCurriNavBar_btnBox .submitHrdBtn{border-radius: 8px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn,
  .renewCurriNavBar_btnBox .submitHrdBtn{min-height:42px; font-size: 16px;}
/* --end--- */


/* ------------sec1_intro------------ */
  .sec1_intro .container{column-gap: 30px;}
  .courThumBox{max-width: 400px;}
  .courThumBoxBtnG_p, .courThumBoxBtnG_a{font-size: 15px;}
  .courThumBoxBtnG {gap: 11px;}
  .courTextBoxKateG_keyWord p, .courTextBoxKateG_program p{font-size: 15px;}
/* --end--- */

/* ------------sec2_outline------------ */
  .detailExplain { margin-bottom: 30px; }
  .detailExplain_h3 {font-size: 26px; line-height: 28px;}
  .detailExplain_p {font-size: 20px; line-height: 30px;}
  .detailStepBox { gap: 30px; }
  .detailStepText_h2 {font-size: 28px; line-height: 38px;}
  /* .detailStepImg {height: 260px;} */
/* --end--- */

/* ------------curriList------------ */
  .curriList .tuitionFeeChk{font-size: 18px; height: 52px; border-radius: 12px;}
  .curriListSteps .steps_lst{font-size: 18px; row-gap: 10px;}
  .curriBtnBox{margin-top: 50px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 65%; }
  .prostextB_p {font-size: 20px;}
/* --end--- */

/* --------------sec6_care-------------- */
  .careDetailBox{grid-template-columns: repeat(3 , 1fr); max-width: unset;}
  .careDetail {padding: 28px 16px 24px 16px;}
  .careDetail--center {width: 100%;}
  .careDetailTop { gap: 15px;}
  .careDetailTop_text h5 { font-size: 22px; line-height: 26px;}
  .careDetailBott_p { font-size: 15px;}
  .careDetailTop_img{width: 55px; height: 50px;}
/* --end--- */

/* --------------sec8_whyG-------------- */
  .whygDetail{padding: 45px 35px 40px 35px;} 
  .whygDetail--num5Text{padding: 45px 0 40px 35px;}
  .whygDetail--num5Img{width: 303px;}
  .whygDetail_h1-2{font-size: 34px; line-height: 44px;}
  .whygDetail_h3{font-size: 20px; line-height: 24px;}

/* --end--- */

/* --------------sec10_teacher-------------- */
  /* 강사박스 */
  .tIntroBox { padding: 40px 40px 44.5px 40px; }
  .profileBox_imgB { width: 145px; height: 145px; }
  .profileBox_buttonB { width: 145px; }
  .detailBox_titleB h1 {font-size: 28px;}
  .detailBox_titleB p{font-size: 18px;}
  .detailBox_contentsB p{font-size: 16px; line-height: 25px;}

  /* 만족도 & 수강후기 */
  .courReDeBox {padding-bottom: 30px;}
  .afterCourBoxtitle {margin-bottom: 28px;}
  .afterCourBoxtitle_h1{font-size: 28px;}
  .afterCourBoxtitle .searchTab_select{font-size: 18px;}
  .courSatisStar_h1 {font-size: 52px;}
  .courSatisGraphGroup{ gap:46px; padding: 8px 0px 41px 0px;}
  .courSatisGraph_name{font-size: 15px; line-height: 17px; bottom: -44px;}
  .recom{font-size: 15px;}
  .countNum{font-size: 15px;}
  .courReDeMoreBtn { font-size: 21px; height: 64px; line-height: 64px; }
/* --end--- */
}

@media all and (min-width:1080px){
/* --------------sec10_teacher-------------- */
  /* 만족도 & 수강후기 */
  .courSatisGraphBox{min-width: 80px;}
  .courSatisGraphGroup {gap: 50px;}
}

@media all and (min-width:1100px){
/* 네비게이션css */
  .renewCurriNavBar {padding: 18px 20px; border-radius: 14px;}
  .renewCurriNavBar_p {font-size: 17px;}
  .renewCurriNavBar_btnBox { gap: 10px;}
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn,
  .renewCurriNavBar_btnBox .submitHrdBtn{
    border-radius: 10px; min-height: 48px; font-size: 17px; padding: 0 15px;
  }
  .naviImg { height: 18px;}
/* --end--- */

/* 공통 css */
  .titleBox { margin-bottom: 45px;}
  .titleBox_h1 {font-size: 34px; line-height: 46px;}

/* ------------sec1_intro------------ */
  .courTextBoxTG_h1{font-size: 34px; line-height: 46px;}
  .courTextBoxTG_p{font-size: 20px;}
/* --end--- */

/* ------------sec2_outline------------ */
  .detailExplain_h3 {font-size: 28px; line-height: 35px;}
  /* .detailStepImg {height: 278px;} */
/* --end--- */

/* ------------sec3_curriculum------------ */
  .notiP{font-size: 17px;}
  .curMoreBtn {margin-top: 45px;}
  .curMoreBtn, .portMoreBtn{
    font-size: 18px;
    min-width: 245px; min-height: 60px;
  }
  .curMoreBtn_innerImg, .portMoreBtn_innerImg{width: 16px; height: 16px;}
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox { width: 60%; }
/* --end--- */

/* --------------sec6_care-------------- */
  .careDetailTop_img{width: 60px; height: 55px;}
/* --end--- */

/* --------------sec8_whyG-------------- */
  .whygDetailGroupBox{gap: 24px; margin-bottom: 24px; height: auto;}
  .whygDetailGroup { gap: 22px; }
  .whygDetail--num1{min-height: 320px;}
  .whygDetail--num2{min-height: 300px;}
  .whygDetail--num3{min-height: 300px;}
  .whygDetail--num4{min-height: 320px;}
  .whygDetail--num5{min-height: 320px;}
  .whygDetail_h2{font-size:28px; line-height: 36px;}
  .whygDetail_h1-2{font-size: 36px; line-height: 46px;}
  .whygDetail_h1{font-size: 40px; line-height: 46px;}
  .whygDetail_p{line-height: 25px;}
  .whygDetail--num5Img{width: 311.5px; margin-right: 136px;}
/* --end--- */

/* --------------sec9_interview-------------- */
  .interv_img{height: 200px;}
  .interv_textBox{height: 190px; padding: 20px 19px 0 19px;}
  .interv_textBox_h1{font-size: 22px; margin-bottom: 14px;}
  .interv_textBox_p{font-size: 15px; line-height: 23px;}
  .interv_aTag {width: 29px; height: 29px; right:8px; bottom:8px;}
  .interv_aTag img{width: 15px;}
/* --end--- */
}

@media all and (min-width: 1200px) {
  section{padding-top: 100px; padding-bottom: 100px;}
  .container{width: 100%;}

/* 공통타이틀 css */
  .titleBox{ margin-bottom: 50px;}
  .titleBox_p{ font-size: 20px; line-height: 24px;}

/* ------------sec1_intro------------ */
  .sec1_intro{ padding-top: 100px; max-height: 727px; }
  /* .courThumBoxImgG{display: block;} */
  .courThumBox{width: auto; max-width: 427px;}

/* ------------sec2_outline------------ */
  .detailExplain{height: 148px;}
  .detailStep{ width: 340px; height: 525px;}
  .detailStepText{padding-top:35px;}
/* --end--- */

/* ------------sec3_curriculum------------ */
  .curriTxtBox_Tit{font-size: 48px; line-height: 46px; margin-bottom:31px;}
  .curriTxtBox_Txt{row-gap:12px; column-gap: 30px;}
  .curriTxtBox_Txt p{font-size: 20px; line-height: 24px;}

  .notiP{font-size: 18px; line-height: 21px;}
  .curMoreBtn,.portMoreBtn{ font-size: 20px; font-weight: 500; }
  .curMoreBtn{min-width: 258px; min-height: 62px; margin-top: 50px;}
  .portMoreBtn{min-width: 277px; min-height: 62px;}
/* --end--- */

/* ------------curriList------------ */
  .curriList{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 20000;
  }
  .curriListContainer{
    height: 100%;
    background-color: #ffffff;
    padding: 45px 20px 0 40px;
    box-sizing: border-box;
    position: absolute;
    left: calc(100% + 510px);
    transition: 0.5s;
  }
  .curriListTitle{ padding-bottom: 19px; border-bottom: 1px solid #CCCCCC;}
  .curriList_closeBtn{top:45px; right: 40px; width: 20px; height: 20px;}

  .curriListSteps{  padding-right: 20px;}
  .curriListSteps::-webkit-scrollbar{width: 2px; cursor: pointer;}
  .curriListSteps::-webkit-scrollbar-thumb{height: 20% !important; background-color: #bababa; border-radius: 10px; cursor: pointer;}
  .curriListSteps::-webkit-scrollbar-track{background-color: #e8e8e8;}

  .curriListSteps .steps_p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #A8A8A8;
    margin-bottom: 11px;
  }
  .curriListSteps .steps_h1{
    font-size: 28px;
    line-height: 33px;
  }
/* --end--- */

/* ------------sec4_prospect------------ */
  .prosImgBox{ width: fit-content; height: 435px; }
  .prostextB{ gap: 16px; }
/* --end--- */

/* --------------sec5_salary-------------- */
  .salaryDetail_img{height: 77px;}
  .salaryDetail_text h1{font-size: 24px; line-height: 29px;}
  .salaryDetail_text p,
  .salaryDetail_text h5{letter-spacing: 0.2px;}
/* --end--- */

/* --------------sec6_care-------------- */
  .careDetailBox{gap: 30px;}
  .careDetail{padding: 30px 24px 30px 20px;}
  .careDetailTop{ margin-bottom: 25px;}
  .careDetailTop_text p{font-size: 20px; line-height: 24px;}
  .careDetailTop_text h5{font-size: 22px;}

  .careDetailBott_p{ font-size: 16px; padding-left: 12px; letter-spacing: -0.2px;}
/* --end--- */

/* --------------sec7_brands-------------- */
  .swiper-logo .swiper-slide{margin: 0;}
  .logoImg{ margin-right:80px;}
/* --end--- */

/* --------------sec8_whyG-------------- */
  .whygDetailGroupBox{ gap: 30px; margin-bottom: 22px; }

  .whygDetail{ padding: 53px 40px 47px 40px; }
  .whygDetail--num1,
  .whygDetail--num2,
  .whygDetail--num3,
  .whygDetail--num4{ width: 525px;}

  .whygDetail--num1{height: 358px;}
  .whygDetail--num2,
  .whygDetail--num3{height: 336px; padding-top: 52px;}
  .whygDetail--num4{height: 358px; }
  .whygDetail--num5{width: 100%; height: 359px; justify-content: space-between;}

  .whygDetail--num5Text{padding: 53px 0px 47px 40px;}
  .whygDetail--num5Img{width: auto; margin-right: 120px;}

  .whygDetail--num5 .whygDetail_img{width: 345px; height: 359px; position: relative;}

  .whygDetail_h3{font-size: 22px; line-height: 26px;}

  .whygDetail_h2{ font-size: 31px; line-height: 40px; margin-bottom: 17px;}
  .whygDetail_h1-2{ font-size: 40px; line-height: 53px; margin-bottom: 17px; }
/* --end--- */

/* --------------sec9_interview-------------- */
  .intervSlidebox{margin-top: unset;}
  .interv_img{height: 216px;}
  .interv_textBox{ height: 209px; padding: 20px 52px 48px 24px; }
  .interv_textBox_h1{
    font-size:24px;
    line-height: 29px;
    margin-bottom:18px;
  }
  .interv_textBox_p{ font-size: 16px; line-height:25px;}
  .interv_aTag{width: 34px; height: 34px; bottom: 15px; right: 15px; }
  .interv_aTag img{width: 18px;}
/* --end--- */

/* --------------sec10_teacher-------------- */
  /* 강사소개 */
  .tIntroBox{ height: 329px; }
  .tIntroBox_profileBox{width: 150px}
  .profileBox_imgB{ width: 150px; height: 150px;}
  .profileBox_buttonB{ width: 150px; }
  .detailBox_titleB{ padding-bottom: 10px; }
  .detailBox_titleB h1{ font-size: 34px; }
  .detailBox_titleB p{ font-size: 20px; line-height: 25px;}
  .detailBox_contentsB p{ line-height: 30px; }
  .tutorSwiper .swiper-button-next{right: 4px;}
  .tutorSwiper .swiper-button-prev{left: 4px; }
  .tutorSwiper .swiper-button-next:after,
  .tutorSwiper  .swiper-button-prev:after{font-size: 32px;}

/* 강의만족도&수강후기 */
  .courSatisStarGraph{ height: 250px; padding: 20px 0 20px 0; justify-content: unset; }
  .courSatisStar{ width: 310px; padding: 35px 60px 44px 70px;}
  .courSatisStar_p{ font-size: 20px; margin-bottom: 5px; }
  .courSatisStar_h1{ font-size:55px; line-height: 65px; margin-bottom: 5px;}
  .courSatisGraphGroup{ width: 100%; padding: 12px 70px 0 60px; gap: 60px; }
  .courSatisGraphBox{ min-width: auto; width: 80px; height: 152px; }
  .courSatisGraph_point{ font-size: 20px; }
  .courSatisGraph_name{
    line-height: 18px;
    color: #A8A8A8;
    width: max-content;
    bottom: -46px;
  }

/* 수강후기 */
  .courReDeBox{padding-bottom: 25px;}

  .reDe_thumb{margin-bottom: 15px;}
  .reDe_courName{ font-size: 15px; margin-bottom: 15px; }
  .reDe_text{line-height: 23.5px;}

  .courReDeMoreBtn{
    height: 70px;
    line-height: 70px; margin-top: 50px;
    font-size: 22px;
  }

/* 강의만족도&수강후기 공통 */
  .afterCourBoxtitle{ margin-bottom: 30px;}
  .afterCourBoxtitle_h1{ font-size: 30px; line-height: 35px; margin-bottom: 20px;}
  .afterCourBoxtitle_h1 span{font-size: 20px;}
  .afterCourBoxtitle .searchTab{ margin-bottom: 20px; gap: 43px;}
  .afterCourBoxtitle .searchTab_select{font-size: 20px;}
  .afterCourBoxtitle .searchTab_select::before{ left: -18px; }

/* 탭 클릭됐을 때 class = searchTab--selectedColor  */
/* -------------------------하트 버튼 -----------------------------*/
  .likesBox{ gap: 5px; }
  .countNum{padding-left: 0;}
/* --end--- */

/* --------------sec11_inquiry-------------- */
  .brandchBtns_btn{font-size: 20px;}
  .branchTabBox_h2{font-size: 24px; line-height: 29px; margin-bottom: 10px;}

}


@media all and (min-width:1300px){
/* 네비게이션css pc */
  .renewCurriNavBar{
    width: 100%;
    padding: 12px 25px;
    border-radius: 15px;
    left: calc(50% + 150px);
    transform: translateX(calc(-50% - 75px));
  }
  .renewCurriNavBar_p {font-size: 16px;}
  .renewCurriNavBar_btnBox{
    width: auto; gap: 12px;
  }
  .renewCurriNavBar_btnBox .tuitionFeeBtn,
  .renewCurriNavBar_btnBox .shareBtn,
  .renewCurriNavBar_btnBox .personalInquiryBtn{
    border-radius: 12px;
    font-size: 18px;
    height: 51px;
    gap: 8px;
    padding: unset;
  }

  .renewCurriNavBar_btnBox .tuitionFeeBtn{width: 112px; min-width: 112px;}
  .renewCurriNavBar_btnBox .shareBtn{width: 118px; min-width: 118px;}
  .renewCurriNavBar_btnBox .personalInquiryBtn{width: 151px; min-width: 151px;}

  .renewCurriNavBar_btnBox .submitHrdBtn{
    width: 218px;
    min-width: 218px;
    height: 51px;
    border-radius: 12px;
    font-size:18px;
    padding: unset;
  }
  .naviImg{height: auto;}
}