.mainTopLogo {
  display: none;
}
.classOfferList img {
  width: 24px;
  height: 24px;
  padding-right: 10px;
}
.anotherGrayCard img {
  padding: 20px 0 10px 0;
}
.anotherpageBannerImg {
  display: block;
  width: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
}
.subPageIcon {
  width: 24px;
  height: 24px;
  padding-right: 10px;
}
.class05BannerImg02 {
  width: 100%;
}
.mainTopLogo {
  display: none;
}
.mobileBlock {
  display: block;
}
.mobileNone {
  display: none;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* 모바일 가로 CSS */

  /* 서브페이지 공통 */
  .subPageTitle {
    padding-left: 20px;
  }
  .subTitle {
    padding: 20px 0 10px 0;
    text-align: center;
  }
  .subTitleTop {
    position: relative;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 6px;
    padding-left: 5px;
    width: 7px;
    height: 7px;
  }

  /* 강사소개 페이지 */
  .teacherTopList {
    position: sticky;
    top: 70px;
    width: 480px;
    padding: 10px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-sizing: border-box;
  }
  .teacherList {
    display: flex;
    width: 100%;
    height: auto;
  }
  .teacherList a,
  .teacherList a img {
    width: 100%;
  }
  .teacherWrap .teacher {
    width: 480px;
    padding-bottom: 50px;
    padding-top: 172px;
    border-bottom: 1px solid #5771ee;
    display: block;
  }
  .teacherWrap {
    width: 480px;
    margin: 0 auto;
  }
  .teachersImg {
    width: 100%;
    height: auto;
  }
  .taecherInfo {
    text-align: center;
    padding: 20px 0 30px 0;
  }
  .teacherName {
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    margin-bottom: 5px;
  }
  .classInfoText1 {
    text-align: center;
  }
  .classInfoText2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .pointBg {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #d4dcff;
    bottom: 0;
    z-index: -999;
  }
  .pointSentence {
    text-align: center;
    padding: 30px 0;
  }
  .pointSentence img {
    padding: 25px 0;
  }
  .resumeLine {
    width: 100%;
    height: 1px;
    background-color: #fb6c6c;
    margin: 10px 0;
  }
  .teacherResume {
    padding-bottom: 50px;
  }
  .blueLine {
    width: 30px;
    height: 5px;
    background-color: #5771ee;
    margin: 0 auto;
  }

  /* 비용페이지 */
  .tuitionWrap {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tuitionLogo {
    padding: 10px 0;
  }
  .blueLineLeft {
    width: 30px;
    height: 5px;
    background-color: #3d4fa6;
    float: left;
    margin: 30px 0;
  }
  .tuitionBanner {
    width: 100%;
    padding-bottom: 100px;
  }
  /* 디자인 변경으로 인해 주석 처리함 */
  /* .tuitionBoxWrap {
    padding: 30px 0;
  }
  .tuitionBox {
    width: 100%;
    padding: 20px;
    border: 1px solid #5771ee;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .hourBox {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
  }
  .yellowBox {
    display: inline-block;
    background-color: #ffc959;
    padding: 0 5px;
    border-radius: 5px;
  }
  .hourCost1 {
    text-decoration: line-through;
    display: inline-block;
    padding-left: 10px;
  }
  .hourCost2 {
    display: inline-block;
    color: #ff9900;
    padding-left: 20px;
  } */

  /* 강의소개-기초강의 */
  .classMenu {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
  .classMenu li {
    display: table-cell;
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
    line-height: 50px;
  }
  .menuSelect {
    color: #fb6c6c;
    border-bottom: 2px solid #fb6c6c;
  }
  .menuDefault {
    color: rgba(0, 0, 0, 0.38);
  }
  .classMenu li a {
    text-decoration: none;
  }
  .classWrap {
    padding-top: 40px;
  }
  .classInfoListWrap {
    width: 100%;
    height: 120px;
  }
  .classInfoList {
    float: left;
    list-style: none;
    width: 25%;
    padding: 25px 0;
    text-align: center;
    background-image: url(../images/subPages/lf_subPages_class_classInfo_line.png);
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .classInfoList:first-child {
    background-image: none;
  }
  .classInfoList img {
    width: 25px;
    height: 25px;
    padding-bottom: 8px;
  }
  .classBanner {
    display: block;
    width: 280px;
    padding: 35px 0;
    margin: 0 auto;
  }
  .classBannerImg {
    width: 20%;
    float: right;
  }
  .BannerText {
    display: inline-block;
  }
  .classAdvantages {
    padding: 40px 40px;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .classAdvantagesList {
    list-style: none;
    border-radius: 10px;
    height: 70px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .classAdvantagesList ul {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .classAdvantagesList ul li {
    list-style: none;
    float: left;
  }
  .classOffer {
    padding: 30px 40px;
  }
  .classOffer .classOfferListWrap {
    padding: 20px 0;
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
  }
  .classOffer .classOfferListWrap .classOfferList {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .classOfferList div {
    float: left;
  }
  .classOfferListText {
    line-height: 1.5rem;
    width: calc(85vw - 115px);
  }
  .offerHashtagWrap {
    padding-top: 40px;
  }
  .offerHashtagWrap div {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    margin: 10px 5px 0 0;
  }
  .recommendWrap {
    padding: 40px;
    box-sizing: border-box;
    position: relative;
  }
  .recommendTitle {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
  }
  .recommendContents {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    border-radius: 10px;
    margin-top: 25px;
    border: 1px solid #fb6c6c;
  }
  .anotherPageWrap {
    text-align: center;
    padding-bottom: 60px;
  }
  .premiumWrap {
    width: 100%;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
  }
  .premiumBox {
    border: 1px solid #5771ee;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
  }
  .class04BannerImg {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .class03BlueLine {
    width: 2px;
    height: 70px;
    margin: 0 auto;
  }
  .class03BannerImgWrap {
    width: 100%;
    height: fit-content;
    position: relative;
  }
  .class03BannerImg01 {
    width: 100%;
  }
  .class03BannerImg01Box {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .class03Interview {
    padding: 45px 0 50px 0;
    text-align: center;
  }
  .class03InterviewTitle {
    display: block;
    width: 80%;
    padding-bottom: 35px;
    margin: 0 auto;
  }
  .class03InterviewText {
    font-family: "NanumSquare", sans-serif !important;
    font-weight: 300;
    font-size: 0.88rem; /* 14px */
    line-height: 1.5rem; /* 24px */
    letter-spacing: 0.01rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
  }
  /* 강의 소개 - 이미지 위 텍스트 설정 */
  .class04ImgBannerWrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .class04ImgBannerText {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .imgSource {
    font-family: "NanumSquare", sans-serif !important;
    position: absolute;
    bottom: 18%;
    left: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0.03rem; /* 0.4px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
  }
  .vectorImgTalk {
    font-weight: 400;
    font-size: 0.9rem; /* 15px */
    line-height: 1.25rem; /* 20px */
    letter-spacing: -0.02rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
    text-align: left;
    color: #161260;
    position: absolute;
    width: 70%;
    right: 0;
    top: 49%;
    transform: translate(0%, -50%);
  }
  /* 강의 교재 안내 */
  .bookWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bookWrap img {
    width: 50%;
    padding: 10px 5px;
    box-sizing: border-box;
    float: left;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  /* 오시는길 */
  .mainContactH, .mainContactS {
    padding-top: 80px;
  }
  .contactMap {
    padding: 10px 0 30px 0;
    height: 330px;
  }
  .contactText {
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    text-align: center;
  }
  .emailWrap {
    width: fit-content;
    height: 24px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .emailWrap div {
    float: left;
  }
  .emailIcon {
    width: 24px;
    height: 24px;
    padding-right: 10px;
  }
  .emailIcon img {
    width: 24px;
    height: 24px;
  }
  .emailText {
    height: 24px;
  }
  .contactImgWrap {
    width: 100%;
    height: auto;
    padding: 40px;
    padding-top: 0;
    box-sizing: border-box;
  }
  .contactImg {
    position: relative;
    margin-bottom: 20px;
  }
  .contactImg img {
    width: 100%;
  }
  .contactImg h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    text-align: center;
  }
  /* 오시는 길 */
  .mainContactWrap {
    width: 100%;
    height: 210px;
  }
  .mainContactWrap .swiper-container {
    height: 210px;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    padding-top: 30px;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:active {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:active {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /*이미지슬라이더*/
  .swiper-container {
    width: 100%;
    height: 210px;
  }

  .swiper-slide {
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container2 {
    width: 100%;
    height: 290px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 290px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }


  /* 강의후기 */
  .reviewWrap {
    padding: 40px;
  }
  .reviewBox {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .reviewBox img {
    width: 100%;
    height: auto;
  }
  .reviewImg {
    width: 100%;
    height: 255px;
    /* height: 130px; 기능 변경으로 인해 막아둠*/
    overflow: hidden;
    margin-bottom: 20px;
  }
  .reviewText {
    width: 100%;
    /* height: 40px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  .reviewBox button {
    margin-top: 10px;
    border: 0;
    outline: 0;
    background-color: #fff;
    float: right;
  }

  /* 그밖의서비스 */
  .anothercontentsWrap {
    padding: 0 20px;
  }
  .anotherTitle {
    text-align: center;
    margin-bottom: 65px;
    color: #555;
    position: relative;
  }
  .anotherPoint {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .anotherCardWrap {
    width: 480px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .anotherGrayCard {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .anotherCardTitle {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border-radius: 30px;
    font-family: "yg-jalnan";
    font-style: normal;
    font-weight: bold;
    font-size: 1rem; /* 16px */
  }

  /* 그룹강의 2022.10.페이지 추가 작업 */
  .groupClassMenu {
    width: 100%;
    margin: auto;
  }
  .groupClassMenu li {
    position: relative;
    float: left;
    list-style: none;
    width: 25%;
    padding: 25px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .groupClassMenu li .groupMenuIcon {
    position: absolute;
    right: 17px;
    bottom: 10px;
  }
  .groupMenuSelect {
    box-sizing: border-box;
  }
  .groupMenuSelect1 {
    border-bottom: 3px solid #F4C700;
  }
  .groupMenuSelect2 {
    border-bottom: 3px solid #C8FC00;
  }
  .groupMenuSelect3 {
    border-bottom: 3px solid #5771EE;
  }
  .groupMenuSelect4 {
    border-bottom: 3px solid #333;
  }
  .groupMenuSubtitle {
    display: none;
  }
  .groupMenuSelect .groupMenuTitle {
    color: #000;
  }
  /* .groupMenuSelect .groupClass01 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass01_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass02 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass02_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass03 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass03_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass04 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass04_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .groupMenuDefault {
    color: #C4C4C4;
    border-bottom: 3px solid #c4c4c4;
    box-sizing: border-box;
  }
  /* .groupMenuDefault .groupClass01 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass01_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass02 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass02_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass03 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass03_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass04 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass04_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .groupClassMenu li a {
    text-decoration: none;
  }
  .groupClassSectionTitle {
    padding: 80px 0;
  }
  .groupClassMainImg {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .groupClassPointSentence {
    padding: 80px 0 74px 0;
  }
  .groupClassNeedsList {
    height: fit-content;
    padding-bottom: 10px;
  }
  .groupClassNeeds {
    width: fit-content;
    margin: auto;
    padding-bottom: 70px;
  }
  .groupClassCheckIcon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding-right: 7px;
  }
  dl {
    width: 100%;
    margin: auto;
  }

  dt {
    height: fit-content;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #E2E7FF;
    color: #000;
    cursor: pointer;
    display: flex;
  }

  body > dl > dt:first-child {
    background: rgb(50, 192, 145);
  }

  body > dl > dt:nth-child(3) {
    background: rgb(126, 126, 126);
  }
  dd {
    display: flex;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
  }
  .faqImg {
    width: 30px;
    height: 30px;
    padding-right: 10px;
  }
  /* 수업설명 */
  .groupClassTypeWrap .class2ClassTypeImg {
    width: 40%;
    margin: 20px 10px;
  }
  .groupClassType {
    padding: 50px 0;
    height: fit-content;
    box-sizing: border-box;
    background-color: #1D24E6;
  }
  .groupClassContentsWrap {
    position: relative;
  }
  .mainContact {
    overflow: hidden;
  }
  .mainContactTop {
    width: 1280px;
    height: 523px;
    margin: 0 auto;
  }
  .mainContactTop > div {
    float: left;
  }
  .groupClassTypeWrap {
    position: relative;
    margin: auto;
    width: 90%;
  }
  .class2ClassType {
    text-align: center;
  }
  .contactBtn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-right: 15px;
  }
  .contactBtn img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .contactBtn:hover {
    border: 1px solid #FF8983;
    background-color: #FF8983;
    transition: 1s;
  }
  .groupClassTypeWrap .div {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #98AAFF;
    padding-top: 20px;
  }
  .scheduleHongdeaWrap {
    display: flex;
    margin-top: 25px;
  }
  .scheduleSuchoWrap {
    display: flex;
    margin-top: 45px;
  }
  .hongdeaBar {
    width: 9px;
    background: #FFDE94;
    border-radius: 100px;
    margin-right: 15px;
  }
  .suchoBar {
    width: 9px;
    background: #C8FC00;
    border-radius: 100px;
    margin-right: 15px;
  }
  .scheduleHongdeaWrap ul li,
  .scheduleSuchoWrap ul li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .scheduleHongdeaWrap ul li:last-child,
  .scheduleSuchoWrap ul li:last-child {
    margin-bottom: 0;
  }
  .scheduleHongdeaWrap li .whiteBar,
  .scheduleSuchoWrap li .whiteBar {
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #f4f4f4;
  }
  .pinkChip {
    display: inline-block;
    padding: 5px 20px;
    gap: 10px;
    background: #FB6C6C;
    border-radius: 100px;
  }
  .scdheduleBottom {
    padding-top: 30px;
    text-align: center;
  }
  .blogBtn {
    display: inline-block;
    height: 60px;
    box-sizing: border-box;
    gap: 10px;
    padding: 0 20px;
    border-radius: 100px;
    border: 1px solid #FFD066;
    cursor: pointer;
    line-height: 60px;
    margin: 20px 0;
  }
  .blogBtn:hover {
    color: #1D24E6;
    background-color: #FFD066;
    transition: all 0.5s ease;
  }
  .scdheduleBottom p {
    flex-grow: 1;
    text-align: right;
    line-height: 1.7rem;
  }
  .contectAddr {
    padding: 21px 0;
  }
  
  /*라디오버튼 숨김*/
  .groupClassTypeWrap input {
      display: none;
    }
  
  .groupClassTypeWrap label {
    display: inline-block;
    height: 24px;
    padding-bottom: 25px;
    color: #98AAFF;
  }
  .groupClassTypeTitle {
    line-height: 24px;
    padding-right: 4px;
  }
  label:hover {
    cursor: pointer;
  }
  
  /*input 클릭시, label 스타일*/
  .groupClassTypeWrap input:checked + label {
      text-decoration: underline;
      text-underline-position: under;
      color: #fff;
    }
  .groupClassTypeWrap input:checked + label > #classTypeIcon {
    background-image: url(./../images/subPages/lf_subPages_groupClass_classType_img.png);
    background-repeat: no-repeat;
    background-position-y: center;
    flex-grow: 1;
    height: auto;
  }
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: block;
  }  
  .mainContact {
    width: 100%;
  }


  /* 강의카드, 강의일정보기 */
  .groupClassCard {
    padding: 80px 0;
    background-color: #f4f4f4;
  }
  .groupClassCardWrap {
    position: relative;
    width: 680px;
    height: 450px;
    margin: auto;
    text-align: center;
  }
  .groupClassCardWrap label {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-top: 370px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .groupClassCardWrap label > img {
    width: 80px;
    height: 80px;
  }
  .lastCard {
    margin: 0 !important;
  }
  .groupClassCardWrap .div {
    display: none;
    position: absolute;
    top: 0;
    left: 90px;
    width: 500px;
    height: 340px;
    border-radius: 20px;
  }
  .groupClassCardWrap .div img {
    width: 500px;
    height: 340px;
  }
  /*라디오버튼 숨김*/
  .groupClassCardWrap > input {
    display: none;
  }
  label:hover {
    cursor: pointer;
  }
  /*input 클릭시, label 스타일*/
  .groupClassCardWrap input:checked + label {
    text-decoration: underline;
    text-underline-position: under;
  }
  #menu1:checked ~ #card1,
  #menu2:checked ~ #card2,
  #menu3:checked ~ #card3,
  #menu4:checked ~ #card4,
  #menu5:checked ~ #card5,
  #menu6:checked ~ #card6 {
    display: block;
  }  
  .groupClassScheduleWrqp {
    padding-top: 80px;
    text-align: center;
  }
  .groupClassSchedule {
    display: flex;
    width: fit-content;
    margin: auto;
    padding-top: 60px;
    height: fit-content;
  }
  .scheduleCard {
    position: relative;
    border: 1px solid #fff;
    width: 260px;
    height: 338px;
    margin: 20px 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .scheduleCard:hover {
    border: 1px solid #98AAFF;
    transition: all 0.5s ease;
  }
  .scheduleCard > img {
    width: 100%;
    height: 100%;
  }
  .scheduleLink {
    position: absolute;
    left: 76px;
    bottom: 40px;
    padding: 10px;
    gap: 10px;
    border: 1px solid #3D4FA6;
    border-radius: 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #3D4FA6;
  }
  .scheduleLink:hover {
    color: #fff;
    background-color: #3D4FA6;
    transition: all 0.5s ease;
  }


  /* 그룹강의 할인혜택 박스 */
  .whyLetapeWrap {
    padding: 80px 0;
    text-align: center;
    background-color: #1D24E6;
  }
  .whySectionSubtitle {
    color: #fff;
  }
  .titleYellow {
    color: #FFD066;
  }
  .whySectionText {
    padding: 50px 0 100px 0;
  }
  .whyGroupImg {
    width: 727px;
    height: 180px;
    padding-bottom: 150px;
  }
  .lightGreen {
    font-family: 'Cafe24Shiningstar';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 1px;
    color: #C8FC00;
  }
  .whyLetapeWrap ul {
    width: fit-content;
    height: 200px;
    margin: auto;
    padding-bottom: 100px;
  }
  .whyLetapeWrap ul li {
    height: 200px;
    line-height: 200px;
    list-style: none;
    float: left;
    margin: 0 5px;
  }
  .greenCard img {
    width: 200px;
    height: 200px;
  }
  .plusIcon img{
    width: 20px;
    height: 20px;
  }
  /* 환불규정 */
  .groupClassRefund {
    width: 90%;
    padding: 70px 0 150px 0;
    margin: auto;
  }
  .groupClassRefund dt {
    height: 54px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #000;
    line-height: 24px !important;
    color: #fff;
    cursor: pointer;
    display: flex;
  }

  .groupClassRefund dd {
    display: flex;
    height: fit-content;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
    background: #E2E7FF;
  }
  .warningImg {
    width: 24px;
    height: 24px;
    padding-right: 10px;
  }
  .mobileNone {
    display: none;
  }
  .mobileBlock {
    display: block;
  }

  
}

@media screen and (min-width: 375px) and (max-width: 479px) {
  /* 모바일 세로 CSS */

  /* 서브페이지 공통 */
  .subPageTitle {
    padding-left: 20px;
  }
  .subTitle {
    padding: 20px 0 10px 0;
    text-align: center;
  }
  .subTitleTop {
    position: relative;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 6px;
    padding-left: 2px;
    width: 5px;
    height: 5px;
  }

  /* 강사소개 페이지 */
  .teacherTopList {
    position: sticky;
    top: 70px;
    width: 100%;
    padding: 10px 20px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-sizing: border-box;
  }
  .teacherList {
    display: flex;
    width: 100%;
    height: auto;
  }
  .teacherList a,
  .teacherList a img {
    width: 100%;
  }
  .teacherWrap .teacher {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 100px;
    border-bottom: 1px solid #5771ee;
    display: block;
  }
  .teacherWrap {
    width: 100%;
    margin: 0 auto;
  }
  .teachersImg {
    width: 100%;
    height: auto;
  }
  .taecherInfo {
    text-align: center;
    padding: 20px 0 30px 0;
  }
  .teacherName {
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    margin-bottom: 5px;
  }
  .classInfoText1 {
    text-align: center;
  }
  .classInfoText2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .pointBg {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #d4dcff;
    bottom: 0;
    z-index: -999;
  }
  .pointSentence {
    text-align: center;
    padding: 30px 0;
  }
  .pointSentence img {
    padding: 25px 0;
  }
  .resumeLine {
    width: 100%;
    height: 1px;
    background-color: #fb6c6c;
    margin: 10px 0;
  }
  .teacherResume {
    padding-bottom: 50px;
  }
  .blueLine {
    width: 30px;
    height: 5px;
    background-color: #5771ee;
    margin: 0 auto;
  }

  /* 비용페이지 */
  .tuitionWrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tuitionLogo {
    padding: 10px 0;
  }
  .blueLineLeft {
    width: 30px;
    height: 5px;
    background-color: #3d4fa6;
    float: left;
    margin: 30px 0;
  }
  .tuitionBanner {
    width: 100%;
    padding-bottom: 100px;
  }
  /* 디자인 변경으로 인해 주석 처리함 */
  /* .tuitionBoxWrap {
    padding: 30px 0;
  }
  .tuitionBox {
    width: 100%;
    padding: 20px;
    border: 1px solid #5771ee;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .hourBox {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
  }
  .yellowBox {
    display: inline-block;
    background-color: #ffc959;
    padding: 0 5px;
    border-radius: 5px;
  }
  .hourCost1 {
    text-decoration: line-through;
    display: inline-block;
    padding-left: 10px;
  }
  .hourCost2 {
    display: inline-block;
    color: #ff9900;
    padding-left: 20px;
  } */

  /* 강의소개-기초강의 */
  .classMenu {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
  .classMenu li {
    display: table-cell;
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
    line-height: 50px;
  }
  .menuSelect {
    color: #fb6c6c;
    border-bottom: 2px solid #fb6c6c;
  }
  .menuDefault {
    color: rgba(0, 0, 0, 0.38);
  }
  .classMenu li a {
    text-decoration: none;
  }
  /* .classWrap {
    padding-top: 40px;
  } */
  .classInfoListWrap {
    width: 100%;
    height: 120px;
  }
  .classInfoList {
    float: left;
    list-style: none;
    width: 25%;
    padding: 25px 0;
    text-align: center;
    background-image: url(../images/subPages/lf_subPages_class_classInfo_line.png);
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .classInfoList:first-child {
    background-image: none;
  }
  .classInfoList img {
    width: 25px;
    height: 25px;
    padding-bottom: 8px;
  }
  .classBanner {
    display: block;
    width: 280px;
    padding: 35px 0;
    margin: 0 auto;
  }
  .classBannerImg {
    width: 20%;
    float: right;
  }
  .BannerText {
    display: inline-block;
  }
  .classAdvantages {
    padding: 60px 20px;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .classAdvantagesList {
    list-style: none;
    border-radius: 10px;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .classAdvantagesList ul {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .classAdvantagesList ul li {
    list-style: none;
    float: left;
  }
  .classOffer {
    padding: 30px 20px;
  }
  .classOffer .classOfferListWrap {
    padding: 20px;
    box-sizing: border-box;
  }
  .classOffer .classOfferListWrap .classOfferList {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .classOfferList div {
    float: left;
  }
  .classOfferListText {
    line-height: 1.5rem;
    width: calc(100vw - 115px);
  }
  .offerHashtagWrap {
    padding-top: 40px;
  }
  .offerHashtagWrap div {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    margin: 10px 5px 0 0;
  }
  .recommendWrap {
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .recommendTitle {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
  }
  .recommendContents {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    border-radius: 10px;
    margin-top: 25px;
    border: 1px solid #fb6c6c;
  }
  .anotherPageWrap {
    text-align: center;
    padding-bottom: 60px;
  }
  .premiumWrap {
    width: 100%;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
  }
  .premiumBox {
    border: 1px solid #5771ee;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
  }
  .class04BannerImg {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .class03BlueLine {
    width: 2px;
    height: 70px;
    margin: 0 auto;
  }
  .class03BannerImgWrap {
    width: 100%;
    height: fit-content;
    position: relative;
  }
  .class03BannerImg01 {
    width: 100%;
  }
  .class03BannerImg01Box {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .class03Interview {
    padding: 45px 0 50px 0;
    text-align: center;
  }
  .class03InterviewTitle {
    display: block;
    width: 80%;
    padding-bottom: 35px;
    margin: 0 auto;
  }
  .class03InterviewText {
    font-family: "NanumSquare", sans-serif !important;
    font-weight: 300;
    font-size: 0.88rem; /* 14px */
    line-height: 1.5rem; /* 24px */
    letter-spacing: 0.01rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
  }
  /* 강의 소개 - 이미지 위 텍스트 설정 */
  .class04ImgBannerWrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .class04ImgBannerText {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .imgSource {
    font-family: "NanumSquare", sans-serif !important;
    position: absolute;
    bottom: 17%;
    left: 20px;
    font-weight: 600;
    font-size: 0.75rem; /* 12px */
    line-height: 0.75rem; /* 12px */
    letter-spacing: 0.03rem; /* 0.4px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
  }
  .vectorImgTalk {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.25rem; /* 20px */
    letter-spacing: -0.02rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
    text-align: left;
    color: #161260;
    position: absolute;
    width: 72%;
    right: 0;
    top: 49%;
    transform: translate(0%, -50%);
  }
  /* 강의 교재 안내 */
  .bookWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bookWrap img {
    width: 50%;
    padding: 10px 5px;
    box-sizing: border-box;
    float: left;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  /* 오시는길 */
  .mainContactH, .mainContactS {
    padding-top: 80px;
  }
  .contactMap {
    padding: 10px 0 30px 0;
    height: 330px;
  }
  .contactText {
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    text-align: center;
  }
  .emailWrap {
    width: fit-content;
    height: 24px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .emailWrap div {
    float: left;
  }
  .emailIcon {
    width: 24px;
    height: 24px;
    padding-right: 10px;
  }
  .emailIcon img {
    width: 24px;
    height: 24px;
  }
  .emailText {
    height: 24px;
  }
  .contactImgWrap {
    width: 100%;
    height: auto;
    padding: 40px;
    padding-top: 0;
    box-sizing: border-box;
  }
  .contactImg {
    position: relative;
    margin-bottom: 20px;
  }
  .contactImg img {
    width: 100%;
  }
  .contactImg h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    text-align: center;
  }
  /* 오시는 길 */
  .mainContactWrap {
    width: 100%;
    height: 210px;
  }
  .mainContactWrap .swiper-container {
    height: 210px;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    padding-top: 30px;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:active {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:active {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /*이미지슬라이더*/
  .swiper-container {
    width: 100%;
    height: 210px;
  }

  .swiper-slide {
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container2 {
    width: 100%;
    height: 290px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 290px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }

  /* 강의후기 */
  .reviewWrap {
    padding: 20px;
  }
  .reviewBox {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .reviewBox img {
    width: 100%;
    height: auto;
  }
  .reviewImg {
    width: 100%;
    height: 210px;
    /* height: 130px; 기능 변경으로 인해 막아둠*/
    overflow: hidden;
    margin-bottom: 20px;
  }
  .reviewText {
    width: 100%;
    /* height: 40px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  .reviewBox button {
    margin-top: 10px;
    border: 0;
    outline: 0;
    background-color: #fff;
    float: right;
  }

  /* 그밖의서비스 */
  .anotherTitle {
    text-align: center;
    margin-bottom: 65px;
    color: #555;
    position: relative;
  }
  .anotherPoint {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .anotherCardWrap {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .anotherGrayCard {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .anotherCardTitle {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border-radius: 30px;
    font-family: "yg-jalnan";
    font-style: normal;
    font-weight: bold;
    font-size: 1rem; /* 16px */
  }

  /* 그룹강의 2022.10.페이지 추가 작업 */
  .groupClassMenu {
    width: 100%;
    margin: auto;
  }
  .groupClassMenu li {
    position: relative;
    float: left;
    list-style: none;
    width: 25%;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .groupClassMenu li .groupMenuIcon {
    position: absolute;
    right: 17px;
    bottom: 10px;
  }
  .groupMenuSelect {
    box-sizing: border-box;
  }
  .groupMenuSelect1 {
    border-bottom: 3px solid #F4C700;
  }
  .groupMenuSelect2 {
    border-bottom: 3px solid #C8FC00;
  }
  .groupMenuSelect3 {
    border-bottom: 3px solid #5771EE;
  }
  .groupMenuSelect4 {
    border-bottom: 3px solid #333;
  }
  .groupMenuSubtitle {
    display: none;
  }
  .groupMenuSelect .groupMenuTitle {
    color: #000;
  }
  /* .groupMenuSelect .groupClass01 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass01_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass02 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass02_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass03 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass03_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass04 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass04_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .groupMenuDefault {
    color: #C4C4C4;
    border-bottom: 3px solid #c4c4c4;
    box-sizing: border-box;
  }
  /* .groupMenuDefault .groupClass01 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass01_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass02 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass02_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass03 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass03_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass04 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass04_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .groupClassMenu li a {
    text-decoration: none;
  }
  .groupClassSectionTitle {
    padding: 80px 0;
  }
  .groupClassMainImg {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .groupClassPointSentence {
    padding: 30px 0;
  }
  .groupClassNeedsList {
    height: fit-content;
    padding-bottom: 10px;
  }
  .groupClassNeeds {
    width: 90%;
    margin: auto;
    padding-bottom: 70px;
  }
  .groupClassCheckIcon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding-right: 7px;
  }
  dl {
    width: 100%;
    margin: auto;
  }

  dt {
    height: fit-content;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #E2E7FF;
    color: #000;
    cursor: pointer;
    display: flex;
  }

  body > dl > dt:first-child {
    background: rgb(50, 192, 145);
  }

  body > dl > dt:nth-child(3) {
    background: rgb(126, 126, 126);
  }
  dd {
    display: flex;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
  }
  .faqImg {
    width: 30px;
    height: 30px;
    padding-right: 10px;
  }
  /* 수업설명 */
  .groupClassTypeWrap .class2ClassTypeImg {
    width: 40%;
    margin: 20px 10px;
  }
  .groupClassType {
    padding: 50px 0;
    height: fit-content;
    box-sizing: border-box;
    background-color: #1D24E6;
  }
  .groupClassContentsWrap {
    position: relative;
  }
  .mainContact {
    overflow: hidden;
  }
  .mainContactTop {
    width: 1280px;
    height: 523px;
    margin: 0 auto;
  }
  .mainContactTop > div {
    float: left;
  }
  .groupClassTypeWrap {
    position: relative;
    margin: auto;
    width: 90%;
  }
  .class2ClassType {
    text-align: center;
  }
  .contactBtn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-right: 15px;
  }
  .contactBtn img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .contactBtn:hover {
    border: 1px solid #FF8983;
    background-color: #FF8983;
    transition: 1s;
  }
  .groupClassTypeWrap .div {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #98AAFF;
    padding-top: 20px;
  }
  .scheduleHongdeaWrap {
    display: flex;
    margin-top: 25px;
  }
  .scheduleSuchoWrap {
    display: flex;
    margin-top: 45px;
  }
  .hongdeaBar {
    width: 9px;
    background: #FFDE94;
    border-radius: 100px;
    margin-right: 15px;
  }
  .suchoBar {
    width: 9px;
    background: #C8FC00;
    border-radius: 100px;
    margin-right: 15px;
  }
  .scheduleHongdeaWrap ul li,
  .scheduleSuchoWrap ul li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .scheduleHongdeaWrap ul li:last-child,
  .scheduleSuchoWrap ul li:last-child {
    margin-bottom: 0;
  }
  .scheduleHongdeaWrap li .whiteBar,
  .scheduleSuchoWrap li .whiteBar {
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #f4f4f4;
  }
  .pinkChip {
    display: inline-block;
    padding: 5px 20px;
    gap: 10px;
    background: #FB6C6C;
    border-radius: 100px;
  }
  .scdheduleBottom {
    padding-top: 30px;
    text-align: center;
  }
  .blogBtn {
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    gap: 10px;
    padding: 0 20px;
    border-radius: 100px;
    border: 1px solid #FFD066;
    cursor: pointer;
    line-height: 50px;
    margin: 20px 0;
  }
  .blogBtn:hover {
    color: #1D24E6;
    background-color: #FFD066;
    transition: all 0.5s ease;
  }
  .scdheduleBottom p {
    flex-grow: 1;
    text-align: right;
    line-height: 1.7rem;
  }
  .contectAddr {
    padding: 21px 0;
  }
  
  /*라디오버튼 숨김*/
  .groupClassTypeWrap input {
      display: none;
    }
  
  .groupClassTypeWrap label {
    display: inline-block;
    height: 24px;
    padding-bottom: 25px;
    color: #98AAFF;
  }
  .groupClassTypeTitle {
    line-height: 24px;
    padding-right: 10px;
  }
  label:hover {
    cursor: pointer;
  }
  
  /*input 클릭시, label 스타일*/
  .groupClassTypeWrap input:checked + label {
      text-decoration: underline;
      text-underline-position: under;
      color: #fff;
    }
  .groupClassTypeWrap input:checked + label > #classTypeIcon {
    background-image: url(./../images/subPages/lf_subPages_groupClass_classType_img.png);
    background-repeat: no-repeat;
    background-position-y: center;
    flex-grow: 1;
    height: auto;
  }
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: block;
  }  
  .mainContact {
    width: 100%;
  }


  /* 강의카드, 강의일정보기 */
  .groupClassCard {
    padding: 80px 0;
    background-color: #f4f4f4;
  }
  .groupClassCardWrap {
    position: relative;
    width: 100%;
    height: fit-content;
    margin: auto;
    text-align: center;
  }
  .groupClassCardWrap label {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: 300px 5px 0 5px;
  }
  .groupClassCardWrap label > img {
    width: 40px;
    height: 40px;
  }
  .lastCard {
    margin: 0 !important;
  }
  .groupClassCardWrap .div {
    display: none;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: fit-content;
    border-radius: 20px;
  }
  .groupClassCardWrap .div img {
    width: 100%;
    height: auto;
  }
  /*라디오버튼 숨김*/
  .groupClassCardWrap > input {
    display: none;
  }
  label:hover {
    cursor: pointer;
  }
  /*input 클릭시, label 스타일*/
  .groupClassCardWrap input:checked + label {
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
  }
  #menu1:checked ~ #card1,
  #menu2:checked ~ #card2,
  #menu3:checked ~ #card3,
  #menu4:checked ~ #card4,
  #menu5:checked ~ #card5,
  #menu6:checked ~ #card6 {
    display: block;
  }  
  .groupClassScheduleWrqp {
    padding-top: 80px;
    text-align: center;
  }
  .groupClassSchedule {
    width: fit-content;
    margin: auto;
    padding-top: 60px;
    height: fit-content;
  }
  .scheduleCard {
    position: relative;
    border: 1px solid #fff;
    width: 260px;
    height: 338px;
    margin: 20px 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .scheduleCard:hover {
    border: 1px solid #98AAFF;
    transition: all 0.5s ease;
  }
  .scheduleCard > img {
    width: 100%;
    height: 100%;
  }
  .scheduleLink {
    position: absolute;
    left: 76px;
    bottom: 40px;
    padding: 10px;
    gap: 10px;
    border: 1px solid #3D4FA6;
    border-radius: 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #3D4FA6;
  }
  .scheduleLink:hover {
    color: #fff;
    background-color: #3D4FA6;
    transition: all 0.5s ease;
  }

  /* 그룹강의 할인혜택 박스 */
  .whyLetapeWrap {
    overflow: hidden;
    padding: 80px 0;
    text-align: center;
    background-color: #1D24E6;
  }
  .whySectionSubtitle {
    color: #fff;
  }
  .titleYellow {
    color: #FFD066;
  }
  .whySectionText {
    padding: 30px 0 50px 0;
  }
  .discountEvent {
    padding-bottom: 10px;
  }
  .whyGroupImg {
    width: 100%;
    height: auto;
    padding-bottom: 150px;
  }
  .lightGreen {
    font-family: 'Cafe24Shiningstar';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 1px;
    color: #C8FC00;
  }
  .whyLetapeWrap ul {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding-bottom: 50px;
  }
  .whyLetapeWrap ul li {
    height: fit-content;
    list-style: none;
    margin: 20px 5px;
  }
  .greenCard img {
    width: 250px;
    height: 250px;
  }
  .plusIcon img{
    width: 20px;
    height: 20px;
  }
  /* 환불규정 */
  .groupClassRefund {
    width: 90%;
    padding: 70px 0 150px 0;
    margin: auto;
  }
  .groupClassRefund dt {
    height: 54px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #000;
    line-height: 24px !important;
    color: #fff;
    cursor: pointer;
    display: flex;
  }

  .groupClassRefund dd {
    display: flex;
    height: fit-content;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
    background: #E2E7FF;
  }
  .warningImg {
    width: 24px;
    height: 24px;
    padding-right: 10px;
  }

}

@media screen and (max-width: 374px) {
  /* 모바일 작은 화면 CSS */

  /* 서브페이지 공통 */
  .subPageTitle {
    padding-left: 20px;
  }
  .subTitle {
    padding: 20px 0 10px 0;
    text-align: center;
  }
  .subTitleTop {
    position: relative;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 5px;
    padding-left: 2px;
    width: 5px;
    height: 5px;
  }

  /* 강사소개 페이지 */
  .teacherTopList {
    position: sticky;
    top: 50px;
    width: 100%;
    padding: 10px 20px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-sizing: border-box;
  }
  .teacherList {
    display: flex;
    width: 100%;
    height: auto;
  }
  .teacherList a,
  .teacherList a img {
    width: 100%;
  }
  .teacherWrap .teacher {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 100px;
    border-bottom: 1px solid #5771ee;
    display: block;
  }
  .teacherWrap {
    width: 100%;
    margin: 0 auto;
  }
  .teachersImg {
    width: 100%;
    height: auto;
  }
  .taecherInfo {
    text-align: center;
    padding: 20px 0 30px 0;
  }
  .teacherName {
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    margin-bottom: 5px;
  }
  .classInfoText1 {
    text-align: center;
  }
  .classInfoText2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .pointBg {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #d4dcff;
    bottom: 0;
    z-index: -999;
  }
  .pointSentence {
    text-align: center;
    padding: 30px 0;
  }
  .pointSentence img {
    padding: 25px 0;
  }
  .resumeLine {
    width: 100%;
    height: 1px;
    background-color: #fb6c6c;
    margin: 10px 0;
  }
  .teacherResume {
    padding-bottom: 50px;
  }
  .blueLine {
    width: 30px;
    height: 5px;
    background-color: #5771ee;
    margin: 0 auto;
  }

  /* 비용페이지 */
  .tuitionWrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tuitionLogo {
    padding: 10px 0;
  }
  .blueLineLeft {
    width: 30px;
    height: 5px;
    background-color: #3d4fa6;
    float: left;
    margin: 30px 0;
  }
  .tuitionBanner {
    width: 100%;
    padding-bottom: 100px;
  }
  /* 디자인 변경으로 인해 주석 처리함 */
  /* .tuitionBoxWrap {
    padding: 30px 0;
  }
  .tuitionBox {
    width: 100%;
    padding: 20px;
    border: 1px solid #5771ee;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .hourBox {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border-radius: 5px;
  }
  .yellowBox {
    display: inline-block;
    background-color: #ffc959;
    padding: 0 5px;
    border-radius: 5px;
  }
  .hourCost1 {
    text-decoration: line-through;
    display: inline-block;
    padding-left: 10px;
  }
  .hourCost2 {
    display: inline-block;
    color: #ff9900;
    padding-left: 20px;
  } */

  /* 강의소개-기초강의 */
  .classMenu {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
  .classMenu li {
    display: table-cell;
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
    line-height: 50px;
  }
  .menuSelect {
    color: #fb6c6c;
    border-bottom: 2px solid #fb6c6c;
  }
  .menuDefault {
    color: rgba(0, 0, 0, 0.38);
  }
  .classMenu li a {
    text-decoration: none;
  }
  .classWrap {
    padding-top: 40px;
  }
  .classInfoListWrap {
    width: 100%;
    height: 120px;
  }
  .classInfoList {
    float: left;
    list-style: none;
    width: 25%;
    padding: 25px 0;
    text-align: center;
    background-image: url(../images/subPages/lf_subPages_class_classInfo_line.png);
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .classInfoList:first-child {
    background-image: none;
  }
  .classInfoList img {
    width: 25px;
    height: 25px;
    padding-bottom: 8px;
  }
  .classBanner {
    display: block;
    width: 250px;
    padding: 35px 0;
    margin: 0 auto;
    position: relative;
  }
  .classBannerImg {
    width: 25%;
    position: absolute;
    right: 0;
    top: 26px;
  }
  .BannerText {
    display: inline-block;
  }
  .classAdvantages {
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .classAdvantagesList {
    list-style: none;
    border-radius: 10px;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .classAdvantagesList ul {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .classAdvantagesList ul li {
    list-style: none;
    float: left;
  }
  .classOffer {
    padding: 30px 20px;
  }
  .classOffer .classOfferListWrap {
    padding: 20px;
    box-sizing: border-box;
  }
  .classOffer .classOfferListWrap .classOfferList {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .classOfferList div {
    float: left;
  }
  .classOfferListText {
    line-height: 1.5rem;
    width: calc(100vw - 115px);
  }
  .offerHashtagWrap {
    padding-top: 40px;
  }
  .offerHashtagWrap div {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    margin: 10px 5px 0 0;
  }
  .recommendWrap {
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .recommendTitle {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
  }
  .recommendContents {
    width: 100%;
    text-align: center;
    padding: 60px 0;
    border-radius: 10px;
    margin-top: 25px;
    border: 1px solid #fb6c6c;
  }
  .anotherPageWrap {
    text-align: center;
    padding-bottom: 60px;
  }
  .premiumWrap {
    width: 100%;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
  }
  .premiumBox {
    border: 1px solid #5771ee;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
  }
  .class04BannerImg {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .class03BlueLine {
    width: 2px;
    height: 70px;
    margin: 0 auto;
  }
  .class03BannerImgWrap {
    width: 100%;
    height: fit-content;
    position: relative;
  }
  .class03BannerImg01 {
    width: 100%;
  }
  .class03BannerImg01Box {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .class03Interview {
    padding: 45px 0 50px 0;
    text-align: center;
  }
  .class03InterviewTitle {
    display: block;
    width: 80%;
    padding-bottom: 35px;
    margin: 0 auto;
  }
  .class03InterviewText {
    font-family: "NanumSquare", sans-serif !important;
    font-weight: 300;
    font-size: 0.88rem; /* 14px */
    line-height: 1.5rem; /* 24px */
    letter-spacing: 0.01rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
  }
  /* 강의 소개 - 이미지 위 텍스트 설정 */
  .class04ImgBannerWrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .class04ImgBannerText {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .imgSource {
    font-family: "NanumSquare", sans-serif !important;
    position: absolute;
    bottom: 17%;
    left: 20px;
    font-weight: 600;
    font-size: 0.75rem; /* 12px */
    line-height: 0.75rem; /* 12px */
    letter-spacing: 0.03rem; /* 0.4px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
  }
  .vectorImgTalk {
    font-weight: 400;
    font-size: 0.85rem; /* 15px */
    line-height: 1.25rem; /* 20px */
    letter-spacing: -0.02rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
    text-align: left;
    color: #161260;
    position: absolute;
    width: 71%;
    right: 0;
    top: 49%;
    transform: translate(0%, -50%);
  }
  /* 강의 교재 안내 */
  .bookWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bookWrap img {
    width: 50%;
    padding: 10px 5px;
    box-sizing: border-box;
    float: left;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  /* 오시는길 */
  .mainContactH, .mainContactS {
    padding-top: 50px;
  }
  .contactMap {
    padding: 10px 0 30px 0;
    height: 330px;
  }
  .contactText {
    width: 100%;
    padding: 0 55px;
    box-sizing: border-box;
    text-align: center;
  }
  .emailWrap {
    width: fit-content;
    height: 24px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .emailWrap div {
    float: left;
  }
  .emailIcon {
    width: 24px;
    height: 24px;
    padding-right: 10px;
  }
  .emailIcon img {
    width: 24px;
    height: 24px;
  }
  .emailText {
    height: 24px;
  }
  .contactImgWrap {
    width: 100%;
    height: auto;
    padding: 40px;
    padding-top: 0;
    box-sizing: border-box;
  }
  .contactImg {
    position: relative;
    margin-bottom: 20px;
  }
  .contactImg img {
    width: 100%;
  }
  .contactImg h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    text-align: center;
  }
  /* 오시는 길 */
  .mainContactWrap {
    width: 100%;
    height: 180px;
  }
  .mainContactWrap .swiper-container {
    height: 180px;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    padding-top: 30px;
    margin: auto;
  }
  .mainContactBtn {
    display: flex;
    width: fit-content;
    padding: 5px 15px 5px 5px;
    border: 1px solid #ddd;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
    margin: auto;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:active {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:active {
    border: 1px solid #A5D000;
    color: #A5D000;
    transition: all ease .5s;
  }
  .mainContactBtnH > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #5771EE;
  }
  .mainContactBtnS > div {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 20px;
    background-color: #C8FC00;
  }

  /*이미지슬라이더*/
  .swiper-container {
    width: 100%;
    height: 210px;
  }

  .swiper-slide {
    width: 290px;
    height: 170px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container2 {
    width: 100%;
    height: 290px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 290px;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #000;
  }
  .swiper-pagination-bullet-active {
    width: 35px;
    transition: width 0.5s;
    border-radius: 15px;
    background: #fb6c6c;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  /* 강의후기 */
  .reviewWrap {
    padding: 20px;
  }
  .reviewBox {
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .reviewBox img {
    width: 100%;
    height: auto;
  }
  .reviewImg {
    width: 100%;
    height: 160px;
    /* height: 130px; 기능 변경으로 인해 막아둠*/
    overflow: hidden;
    margin-bottom: 20px;
  }
  .reviewText {
    width: 100%;
    /* height: 40px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  .reviewBox button {
    margin-top: 10px;
    border: 0;
    outline: 0;
    background-color: #fff;
    float: right;
  }

  /* 그밖의서비스 */
  .anotherTitle {
    text-align: center;
    margin-bottom: 65px;
    color: #555;
    position: relative;
  }
  .anotherPoint {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .anotherCardWrap {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .anotherGrayCard {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    margin-left: 20px;
    line-height: 1.5rem;
  }
  .anotherCardTitle {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border-radius: 30px;
    font-family: "yg-jalnan";
    font-style: normal;
    font-weight: bold;
    font-size: 1rem; /* 16px */
  }
  /* 그룹강의 2022.10.페이지 추가 작업 */
  .groupClassMenu {
    width: 100%;
    margin: auto;
  }
  .groupClassMenu li {
    position: relative;
    float: left;
    list-style: none;
    width: 25%;
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .groupClassMenu li .groupMenuIcon {
    position: absolute;
    right: 17px;
    bottom: 10px;
  }
  .groupMenuSelect {
    box-sizing: border-box;
  }
  .groupMenuSelect1 {
    border-bottom: 3px solid #F4C700;
  }
  .groupMenuSelect2 {
    border-bottom: 3px solid #C8FC00;
  }
  .groupMenuSelect3 {
    border-bottom: 3px solid #5771EE;
  }
  .groupMenuSelect4 {
    border-bottom: 3px solid #333;
  }
  .groupMenuSubtitle {
    display: none;
  }
  .groupMenuSelect .groupMenuTitle {
    color: #000;
  }
  /* .groupMenuSelect .groupClass01 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass01_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass02 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass02_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass03 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass03_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuSelect .groupClass04 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass04_selected.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .groupMenuDefault {
    color: #C4C4C4;
    border-bottom: 3px solid #c4c4c4;
    box-sizing: border-box;
  }
  /* .groupMenuDefault .groupClass01 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass01_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass02 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass02_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass03 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass03_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .groupMenuDefault .groupClass04 {
    width: 40px;
    height: 40px;
    background-image: url(./../images/subPages/lf_subPages_groupMenu_groupClass04_default.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .groupClassMenu li a {
    text-decoration: none;
  }
  .groupClassSectionTitle {
    padding: 80px 0;
  }
  .groupClassMainImg {
    width: 100%;
    padding-bottom: 0 !important;
  }
  .groupClassPointSentence {
    padding: 80px 0 74px 0;
  }
  .groupClassNeedsList {
    height: fit-content;
    padding-bottom: 10px;
  }
  .groupClassNeeds {
    width: 90%;
    margin: auto;
    padding-bottom: 70px;
  }
  .groupClassCheckIcon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding-right: 7px;
  }
  dl {
    width: 100%;
    margin: auto;
  }

  dt {
    height: fit-content;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #E2E7FF;
    color: #000;
    cursor: pointer;
    display: flex;
  }

  body > dl > dt:first-child {
    background: rgb(50, 192, 145);
  }

  body > dl > dt:nth-child(3) {
    background: rgb(126, 126, 126);
  }
  dd {
    display: flex;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
  }
  .faqImg {
    width: 30px;
    height: 30px;
    padding-right: 10px;
  }
  /* 수업설명 */
  .groupClassTypeWrap .class2ClassTypeImg {
    width: 40%;
    margin: 20px 10px;
  }
  .groupClassType {
    padding: 30px 0;
    height: fit-content;
    box-sizing: border-box;
    background-color: #1D24E6;
  }
  .groupClassContentsWrap {
    position: relative;
  }
  .mainContact {
    overflow: hidden;
  }
  .mainContactTop {
    width: 1280px;
    height: 523px;
    margin: 0 auto;
  }
  .mainContactTop > div {
    float: left;
  }
  .groupClassTypeWrap {
    position: relative;
    margin: auto;
    width: 90%;
  }
  .class2ClassType {
    text-align: center;
  }
  .contactBtn {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-right: 15px;
  }
  .contactBtn img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .contactBtn:hover {
    border: 1px solid #FF8983;
    background-color: #FF8983;
    transition: 1s;
  }
  .groupClassTypeWrap .div {
    display: none;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #98AAFF;
    padding-top: 20px;
  }
  .scheduleHongdeaWrap {
    display: flex;
    margin-top: 25px;
  }
  .scheduleSuchoWrap {
    display: flex;
    margin-top: 45px;
  }
  .hongdeaBar {
    width: 9px;
    background: #FFDE94;
    border-radius: 100px;
    margin-right: 15px;
  }
  .suchoBar {
    width: 9px;
    background: #C8FC00;
    border-radius: 100px;
    margin-right: 15px;
  }
  .scheduleHongdeaWrap ul li,
  .scheduleSuchoWrap ul li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .scheduleHongdeaWrap ul li:last-child,
  .scheduleSuchoWrap ul li:last-child {
    margin-bottom: 0;
  }
  .scheduleHongdeaWrap li .whiteBar,
  .scheduleSuchoWrap li .whiteBar {
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #f4f4f4;
  }
  .pinkChip {
    display: inline-block;
    padding: 5px 20px;
    gap: 10px;
    background: #FB6C6C;
    border-radius: 100px;
  }
  .scdheduleBottom {
    padding-top: 30px;
    text-align: center;
  }
  .blogBtn {
    display: inline-block;
    height: 50px;
    box-sizing: border-box;
    gap: 10px;
    padding: 0 20px;
    border-radius: 100px;
    border: 1px solid #FFD066;
    cursor: pointer;
    line-height: 50px;
    margin: 20px 0;
  }
  .blogBtn:hover {
    color: #1D24E6;
    background-color: #FFD066;
    transition: all 0.5s ease;
  }
  .scdheduleBottom p {
    flex-grow: 1;
    text-align: right;
    line-height: 1.7rem;
  }
  .contectAddr {
    padding: 21px 0;
  }
  
  /*라디오버튼 숨김*/
  .groupClassTypeWrap input {
      display: none;
    }
  
  .groupClassTypeWrap label {
    display: inline-block;
    height: 24px;
    padding-bottom: 15px;
    color: #98AAFF;
  }
  .groupClassTypeTitle {
    line-height: 24px;
    padding-right: 10px;
  }
  label:hover {
    cursor: pointer;
  }
  
  /*input 클릭시, label 스타일*/
  .groupClassTypeWrap input:checked + label {
      text-decoration: underline;
      text-underline-position: under;
      color: #fff;
    }
  .groupClassTypeWrap input:checked + label > #classTypeIcon {
    background-image: url(./../images/subPages/lf_subPages_groupClass_classType_img.png);
    background-repeat: no-repeat;
    background-position-y: center;
    flex-grow: 1;
    height: auto;
  }
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: block;
  }  
  .mainContact {
    width: 100%;
  }


  /* 강의카드, 강의일정보기 */
  .groupClassCard {
    padding: 80px 0;
    background-color: #f4f4f4;
  }
  .groupClassCardWrap {
    position: relative;
    width: 100%;
    height: fit-content;
    margin: auto;
    text-align: center;
  }
  .groupClassCardWrap label {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin: 250px 5px 0 5px;
  }
  .groupClassCardWrap label > img {
    width: 40px;
    height: 40px;
  }
  .lastCard {
    margin: 0 !important;
  }
  .groupClassCardWrap .div {
    display: none;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: fit-content;
    border-radius: 20px;
  }
  .groupClassCardWrap .div img {
    width: 100%;
    height: auto;
  }
  /*라디오버튼 숨김*/
  .groupClassCardWrap > input {
    display: none;
  }
  label:hover {
    cursor: pointer;
  }
  /*input 클릭시, label 스타일*/
  .groupClassCardWrap input:checked + label {
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
  }
  #menu1:checked ~ #card1,
  #menu2:checked ~ #card2,
  #menu3:checked ~ #card3,
  #menu4:checked ~ #card4,
  #menu5:checked ~ #card5,
  #menu6:checked ~ #card6 {
    display: block;
  }  
  .groupClassScheduleWrqp {
    padding-top: 80px;
    text-align: center;
  }
  .groupClassSchedule {
    width: fit-content;
    margin: auto;
    padding-top: 60px;
    height: fit-content;
  }
  .scheduleCard {
    position: relative;
    border: 1px solid #fff;
    width: 260px;
    height: 338px;
    margin: 20px 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .scheduleCard:hover {
    border: 1px solid #98AAFF;
    transition: all 0.5s ease;
  }
  .scheduleCard > img {
    width: 100%;
    height: 100%;
  }
  .scheduleLink {
    position: absolute;
    left: 76px;
    bottom: 40px;
    padding: 10px;
    gap: 10px;
    border: 1px solid #3D4FA6;
    border-radius: 30px;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #3D4FA6;
  }
  .scheduleLink:hover {
    color: #fff;
    background-color: #3D4FA6;
    transition: all 0.5s ease;
  }

  /* 그룹강의 할인혜택 박스 */
  .whyLetapeWrap {
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    background-color: #1D24E6;
  }
  .whySectionSubtitle {
    color: #fff;
  }
  .titleYellow {
    color: #FFD066;
  }
  .whySectionText {
    padding: 30px 0 50px 0;
  }
  .discountEvent {
    padding-bottom: 10px;
  }
  .whyGroupImg {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  .lightGreen {
    font-family: 'Cafe24Shiningstar';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 1px;
    color: #C8FC00;
  }
  .whyLetapeWrap ul {
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding-bottom: 50px;
  }
  .whyLetapeWrap ul li {
    height: fit-content;
    list-style: none;
    margin: 20px 5px;
  }
  .greenCard img {
    width: 250px;
    height: 250px;
  }
  .plusIcon img{
    width: 20px;
    height: 20px;
  }
  /* 환불규정 */
  .groupClassRefund {
    width: 90%;
    padding: 70px 0 150px 0;
    margin: auto;
  }
  .groupClassRefund dt {
    height: 54px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #000;
    line-height: 24px !important;
    color: #fff;
    cursor: pointer;
    display: flex;
  }

  .groupClassRefund dd {
    display: flex;
    height: fit-content;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
    background: #E2E7FF;
  }
  .warningImg {
    width: 24px;
    height: 24px;
    padding-right: 10px;
  }
}
