@media screen and (min-width: 1368px) {
  .pcSelected {
    color: #fb6c6c;
    font-weight: 900;
  }
  .subPageTitle {
    width: 100%;
    min-width: 1000px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 34px;
    color: #fff;
    background-color: #9ba9ec;
  }
  .subTitleTop {
    position: relative;
  }
  .subTitleCircle {
    position: absolute;
    bottom: 6px;
    padding-left: 5px;
    width: 8px;
    height: 8px;
  }
  .away {
    display: none;
  }
  /* 강의교재 안내 */
  .booksSection {
    width: 1000px;
    margin: auto;
  }
  .PcCenterTitle {
    text-align: center;
    padding: 100px 0 50px 0;
  }
  .bookWrap {
    display: inline-block;
    width: 1000px;
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  .bookWrap img {
    width: 33.3%;
    padding: 30px 65px;
    box-sizing: border-box;
    float: left;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }

  /* 강의소개 */
  .classMenu {
    width: 1000px;
    height: 70px;
    margin: auto;
  }
  .classMenu li {
    display: table-cell;
    float: left;
    list-style: none;
    width: 20%;
    text-align: center;
    line-height: 70px;
  }
  .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;
  }
  .pcClassWrap {
    width: 1000px;
    margin: auto;
    text-align: center;
  }
  .pcClassWrap img {
    padding-bottom: 50px;
  }
  .pcClassInfoListWrap {
    width: 100%;
    min-width: 1000px;
    background-color: #fff;
  }
  .classInfoListWrap {
    width: 1000px;
    height: 130px;
    margin: auto;
  }
  .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: 630px;
    height: 300px;
    margin: 0 auto;
    position: relative;
  }
  .classBannerImg {
    width: 150px;
    position: absolute;
    right: 0;
    top: 75px;
  }
  .BannerText {
    font-size: 30px;
    padding-top: 110px;
    display: inline-block;
  }
  .pcBannerText {
    font-size: 30px;
    line-height: 3rem;
  }
  .classAdvantages {
    padding: 100px 0 150px 0;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .classAdvantages ul {
    width: 650px;
    display: block;
    margin: 0 auto;
  }
  .classAdvantagesList {
    list-style: none;
    border-radius: 10px;
    width: 650px;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .classAdvantagesList ul {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .classAdvantagesList ul li {
    list-style: none;
    float: left;
  }
  .classOffer {
    padding: 100px 0 150px 0;
  }

  .classOffer .classOfferListWrap {
    padding: 20px 0;
    box-sizing: border-box;
    width: 650px;
    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;
  }
  .subPageIcon {
    width: 30px;
    height: 30px;
    padding-right: 20px;
  }
  .classOfferListText {
    line-height: 1.5rem;
    width: 600px;
  }
  .classOfferListText_letterSpacing {
    letter-spacing: -0.02rem;
  }
  .offerHashtagWrap {
    width: 650px;
    margin: auto;
  }
  .offerHashtagWrap div {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    margin: 10px 5px 0 0;
  }
  .pcClassQ {
    padding: 20px 0 30px 0;
  }
  .recommendWrap {
    padding: 150px 0 60px 0;
    box-sizing: border-box;
    position: relative;
  }
  .recommendTitle {
    display: inline-block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    padding: 0 20px;
  }
  .recommendContents {
    width: 650px;
    margin: auto;
    text-align: center;
    padding: 60px 0;
    border-radius: 10px;
    margin-top: 25px;
    border: 1px solid #fb6c6c;
  }
  .anotherPageWrap {
    text-align: center;
    padding-bottom: 150px;
  }
  .premiumWrap {
    width: 100%;
    padding-top: 150px;
    box-sizing: border-box;
  }
  .premiumBox {
    border: 1px solid #5771ee;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    width: 650px;
    margin: auto;
  }
  .class04BannerImg {
    display: block;
    width: 600px;
    height: 145px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .class03BlueLine {
    width: 2px;
    height: 70px;
    margin: 0 auto;
  }
  .class03BannerImgWrap {
    width: 100%;
    height: fit-content;
    position: relative;
    margin-top: 70px;
  }
  .class03BannerImg01 {
    width: 100%;
  }
  .class03BannerImg01Box {
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .class03Interview {
    padding: 100px 0 70px 0;
    text-align: center;
    margin-top: 100px;
  }
  .class03InterviewTitle {
    display: block;
    width: 280px;
    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이하 깨지는 현상 발생 */
  }
  .class05BannerImg02 {
    width: 500px;
    display: block;
    margin: auto;
  }

  /* 강의 소개 - 이미지 위 텍스트 설정 */
  .class04ImgBannerWrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .class04ImgBannerWrap .pointSentence img {
    padding: 20px;
    width: 16px;
    height: auto;
  }
  .class04ImgBannerText {
    margin: auto;
    padding-top: 65px;
  }
  .class04ImgBannerText p {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.18px;
  }
  .class04ImgBannerText p span {
    font-size: 2.1rem;
    line-height: 3.8rem;
  }
  .pcClass04ImgBannerText {
    padding-top: 40px;
  }
  .imgSource {
    font-family: "NanumSquare", sans-serif !important;
    position: absolute;
    bottom: 52px;
    left: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .vectorImgTalk {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: -0.02rem; /* 0.1px */
    transform: skew(-0.1deg); /* 나눔스퀘어 16px이하 깨지는 현상 발생 */
    text-align: left;
    color: #161260;
    position: absolute;
    width: 425px;
    right: 210px;
    top: 170px;
    transform: translate(0%, -50%);
  }
  .pcClassPhoto01 {
    width: 1000px;
    height: 450px;
    background-image: url(../images/subPages/lf_subPages_class03_classBannerImg03_pc.png);
    background-repeat: no-repeat;
    background-color: #f5f5f5;
  }
  .pcClassPhoto02 {
    width: 1000px;
    height: 450px;
    background-image: url(../images/subPages/lf_subPages_class04_classBannerImg02_pc.png);
    background-repeat: no-repeat;
    background-color: #f5f5f5;
  }
  .pcClassIllust {
    width: 150px;
    height: 150px;
  }

  /* 강의후기 */
  .reviewWrap {
    width: 1000px;
    margin: auto;
    padding-bottom: 150px;
    overflow: hidden;
  }
  .reviewWrap .reviewBox {
    float: left;
  }
  .reviewBox {
    width: calc(50% - 20px);
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .reviewBox img {
    width: 100%;
    height: auto;
  }
  .reviewImg {
    width: 100%;
    height: 310px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #000;
  }
  .reviewText {
    width: 100%;
    height: 50px;
    font-size: 0.8rem;
    /* text-overflow: ellipsis;
    display: inline-block; */
    /* -webkit-line-clamp: 2; 라인수 */
    /* -webkit-box-orient: vertical;
    word-wrap: break-word; */
    overflow: hidden;
  }
  .reviewBox button {
    margin-top: 10px;
    border: 0;
    outline: 0;
    background-color: #fff;
    float: right;
    cursor: pointer;
  }
  /* 리뷰 자세히보기 */
  .reviewStudentsSection {
    width: 1000px;
    margin: auto;
    padding: 50px;
    box-sizing: border-box;
  }

  /* 강사소개 페이지 */
  .teacherTopList {
    position: sticky;
    top: 100px;
    width: 1000px;
    padding: 20px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-sizing: border-box;
  }
  .teacherWrap {
    width: 1000px;
    margin: 0 auto;
  }
  .teacherList {
    display: flex;
    width: 100%;
    height: auto;
  }
  .teacherList a,
  .teacherList a img {
    width: 100%;
  }
  .teacherWrap .teacher {
    width: 1000px;
    height: 900px;
    padding-bottom: 50px;
    padding-top: 150px;
    border-bottom: 1px solid #5771ee;
    display: block;
  }
  .teacherWrap .teacher:first-child {
    margin: 0;
  }
  .teacherWrap .teacher:last-child {
    border: 0;
    height: 700px;
  }
  .pcTeacherBox {
    width: 500px;
    float: left;
  }
  .pcTeacherResume {
    padding: 0 0 0 80px;
  }
  .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: 12px;
    background-color: #d4dcff;
    bottom: 0;
    z-index: -999;
  }
  .pointSentence {
    text-align: center;
    padding: 50px 0 100px 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: 500px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
  }

  .tuitionLogo {
    padding: 100px 0 10px 0;
  }
  .pcBlueline {
    width: 30px;
    margin: auto;
  }
  .blueLineLeft {
    width: 30px;
    height: 5px;
    background-color: #3d4fa6;
    margin: 50px 0;
  }
  .tuitionBanner {
    width: 100%;
  }
  /* 디자인 변경으로 인해 주석 처리함 */
  /* .tuitionBoxWrap {
    width: 500px;
    text-align: left;
    padding: 50px 0 20px 0;
  }
  .tuitionBox {
    width: 100%;
    padding: 30px 70px;
    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;
  } */

  /* 그밖의서비스 */
  .pcBxsliderImgWrqp {
    width: 800px;
    height: 848px;
    margin: auto;
    padding: 100px 0;
  }
  .pcBxsliderImgWrqp img {
    width: 360px;
    height: auto;
    padding: 20px;
    float: left;
  }
  .pcBxSlider {
    width: 1000px;
    height: 850px;
    padding: 100px 0;
    box-sizing: border-box;
    margin: auto;
  }
  .anotherInfoWrap {
    width: 1000px;
    margin: auto;
    padding-bottom: 50px;
  }

  .anotherTitle {
    text-align: center;
    margin-bottom: 65px;
    color: #555;
    position: relative;
  }
  .pcAnotherSubTitle {
    margin-left: -20px;
  }
  .anotherPoint {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
  }
  .anotherCardWrap {
    width: 1000px;
    height: 250px;
    padding: 30px 0 100px 0;
    margin: 0 auto;
    display: block;
  }
  .anotherGrayCard {
    float: left;
    width: 320px;
    height: auto;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 20px;
  }
  .anotherGrayCard p {
    font-size: 16px;
    line-height: 24px;
  }
  .anotherGrayCard:last-child {
    margin-right: 0;
  }
  .anotherGrayCard img {
    padding: 20px 0 10px 0;
  }
  .mainSecondTitle01 {
    border-left: 5px solid #3d4fa6;
    padding-left: 10px;
    line-height: 1.5rem;
  }
  .anotherCardTitle {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    border-radius: 30px;
    font-family: "yg-jalnan";
    font-style: normal;
    font-weight: bold;
    font-size: 1rem; /* 16px */
  }
  .pcAnotherImg {
    width: 800px;
    height: 375px;
    background-image: url(../images/subPages/lf_subPages_another_banner_img_pc.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-size: 800px auto;
    margin: auto;
  }
  .anotherpageBannerImg {
    display: none;
  }

  /* 오시는 길 */
  .contactMap {
    width: 1000px;
    height: 420px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .MapBtn {
    padding-bottom: 50px;
  }
  .contactText {
    width: 320px;
    margin: auto;
    text-align: center;
  }
  .emailWrap {
    width: fit-content;
    margin: auto;
    text-align: center;
    padding: 20px 0 100px 0;
  }
  .emailWrap div {
    float: left;
  }
  .emailIcon {
    padding-right: 10px;
  }
  .emailIcon img {
    width: 24px;
    height: 24px;
  }
  .contactImgWrap {
    width: 1000px;
    height: 188px;
    margin: auto;
    padding-bottom: 150px;
  }
  .contactImgWrap .contactImg {
    float: left;
    margin-right: 20px;
  }
  .contactImgWrap .contactImg:last-child {
    margin-right: 0;
  }
  .contactImg {
    width: 320px;
    height: 188px;
    position: relative;
  }
  .contactImg img {
    width: 320px;
    height: 188px;
  }
  .contactImg h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    text-align: center;
  }
  .mainContactWrap .swiper-container {
    height: 188px;
  }
  .mainContactWrap .swiper-slide {
    width: 320px;
    height: 188px;
    margin-right: 20px;
    float: left;
  }
  .mainContactWrap .swiper-slide:last-child {
    margin-right: 0;
  }
  .pcContactText {
    display: block;
  }
  .contactMap {
    width: 1000px;
    height: 370px;
    margin: auto;
  }
  .mainContactBtnWrap {
    display: flex;
    width: fit-content;
    margin: auto;
    padding-top: 100px;
  }
  .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;
  }
  .mainContactH,
  .mainContactS {
    width: 1000px;
    height: fit-content;
    margin: auto;
    padding-top: 120px;
  }
  .mainContactBtnH {
    margin-right: 20px;
  }
  .mainContactBtnH:hover {
    border: 1px solid #5771EE;
    color: #5771EE;
    transition: all ease .5s;
  }
  .mainContactBtnS:hover {
    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;
  }

  /*이미지슬라이더*/
  .pcSwiperWrap {
    width: fit-content;
    padding: 0 30px;
    margin: auto;
    position: relative;
  }
  .swiper-container {
    width: 100%;
    height: 288px;
    position: static;
  }
  .swiper-slide {
    width: 490px;
    height: 288px;
    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: 340px;
    position: static;
  }
  .newsImgSlider .swiper-slide {
    height: 340px;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_prev_btn.png);
    left: 0;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_next_btn.png);
    right: 0;
  }
  .newsImgSlider .swiper-button-prev,
  .newsImgSlider .swiper-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_prev_btn2.png);
    left: 0;
  }
  .newsImgSlider .swiper-button-next,
  .newsImgSlider .swiper-rtl .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-image: url(../images/subPages/lf_subPages_next_btn2.png);
    right: 0;
  }

  /* 그룹강의 2022.10.페이지 추가 작업 */
  .groupClassMenu {
    width: 1000px;
    height: 82px;
    margin: auto;
  }
  .groupClassMenu li {
    position: relative;
    float: left;
    list-style: none;
    width: 230px;
    height: 83px;
    margin-right: 26px;
    padding: 28px 14px 15px 20px;
    box-sizing: border-box;
  }
  .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;
  }
  .groupMenuSelect .groupMenuSubtitle {
    color: #919191;
  }
  .groupMenuSelect .groupMenuTitle {
    line-height: 1.25rem;
    color: #000;
    padding-top: 4px;
  }
  .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: 700px;
    padding-bottom: 0 !important;
  }
  .groupClassPointSentence {
    padding: 80px 0 74px 0;
  }
  .groupClassNeedsList {
    height: 40px;
    line-height: 40px;
    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: 900px;
    margin: auto;
  }

  dt {
    height: 70px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #E2E7FF;
    line-height: 40px !important;
    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;
    height: 150px;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    line-height: 30px !important;
  }
  .faqImg {
    width: 40px;
    height: 40px;
    padding-right: 10px;
  }
  /* 수업설명 */
  .groupClassType {
    padding: 50px 0;
    height: 550px;
    box-sizing: border-box;
    background-color: #1D24E6;
  }
  .groupClassContentsWrap {
    position: relative;
    height: 450px;
  }
  .mainContact {
    overflow: hidden;
  }
  .mainContactTop {
    width: 1280px;
    height: 523px;
    margin: 0 auto;
  }
  .mainContactTop > div {
    float: left;
  }
  .groupClassTypeWrap {
    position: relative;
    width: 1000px;
    margin: auto;
  }
  .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;
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .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;
    margin-left: 18px;
  }
  .scdheduleBottom {
    position: absolute;
    width: 700px;
    bottom: 0;
    padding-top: 66px;
    display: flex;
  }
  .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;
  }
  .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: flex;
    width: 300px;
    height: 24px;
    padding-bottom: 25px;
  }
  .groupClassTypeTitle {
    line-height: 24px;
    padding-right: 10px;
  }
  label:hover {
    cursor: pointer;
  }
  
  /*input 클릭시, label 스타일*/
  .groupClassTypeWrap input:checked + label {
      text-decoration: underline;
      text-underline-position: under;
    }
  .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 {
    width: fit-content;
    margin: auto;
    padding-top: 60px;
    height: 338px;
  }
  .scheduleCard {
    position: relative;
    border: 1px solid #fff;
    width: 260px;
    height: 338px;
    float: left;
    margin: 0 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: 800px;
    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: 300px;
    margin: auto;
    padding-bottom: 100px;
  }
  .whyLetapeWrap ul li {
    height: 300px;
    line-height: 300px;
    list-style: none;
    float: left;
    margin: 0 5px;
  }
  .greenCard img {
    width: 300px;
    height: 300px;
  }
  .plusIcon img{
    width: 20px;
    height: 20px;
  }
  /* 환불규정 */
  .groupClassRefund {
    padding: 70px 0 150px 0;
  }
  .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;
  }
  .class2ClassTypeImg {
    width: 140px;
    padding: 0 10px;
  }

}

