/* 영테크 클래스 메뉴 css */
/* ********** 영테크 클래스 공통 ************ */
.banner {
  background: url("../img/bg/youngtech-class-banner.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 25rem;
  position: relative;
  z-index: 9;
}
.content-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* ********** 영테크 클래스란? ********** */
.mentoring-summary2{display: none;}
.mentoring-name-content2{display: none;}
.mentoring {
  margin:120px 0 150px 0;
}
.mentoring-box {
  width: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 50px;
  border-radius: 50px;
  margin-top: 8rem;
}
.content-title {
  font-size: 20px;
  font-weight: 600;

  background-color: var(--yellow-color);
  position: relative;
  margin-top: 6rem;
  color:#000;
display: inline-block;
  border-radius: 30px;
  padding:10px 20px ;
}
/*.content-title::before {*/
/*  content: "";*/
/*  width: 5px;*/
/*  height: 30px;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background: var(--yellow-color);*/
/*}*/
.mentoring-box > div {
  margin-bottom: 6rem;
}
.mentoring-bottom-banner{
  margin-bottom: 0 !important;}
.mentoring-box .content-title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.mentoring-box h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.3;
}
.mentoring-box h4 span{display: flex;
  float: left;  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #333;
  margin-right: 10px;}
.mentoring-box h4 p{display: flex;  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #333;}
.mentoring-box > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #999;
  margin-top: 1rem;
}
.mentoring-register li {
  margin-bottom:2rem;
}
.mentoring-register li:last-child{
  margin-bottom: 0;
}
/*.mentoring-box > div.mentoring-bottom-banner { display: flex; gap: 2rem; }*/

.mentoring-banner-bg { width: 100%; cursor: pointer; display: flex; }
/*.mentoring-banner-bg img { width: 50%; }*/
.mentoring-bottom-banner-text h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mentoring-bottom-banner-text ul li {
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}
.mentoring-bottom-banner-text ul li span{display: flex;
  float: left;  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #333;
  margin-right: 10px;}
.mentoring-bottom-banner-text ul li p{display: flex;  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #333;}
.mentoring-list-ex { display: flex; flex-direction: column; align-items: center; gap: 3rem;  }
.mentoring-list-ex h3 { font-weight: 500; font-size: 20px; margin-top: 100px; line-height: 1.4; text-align: center }
.mentoring-list-ex a {
  padding: 15px 20px;
  background: var(--yellow-color);
  border-radius: 10px;
  font-weight: 500;
  line-height: 29px;
  font-size: 18px;
}

/* 신청방법 */
.apply-method-box {
  background: url("../img/bg/apply-method-pc.png") no-repeat center;
  width: 100%;
  height: 170px;
  background-size: contain;
}
.apply-method-top {
  margin-top: 4rem;
  position: relative;
  width: 100%;
  height: 80px;
}
.method-1 {
  position: absolute;
  left: 0;
  width: 329px;
  height: 80px;
  background: url("../img/icon/sub-navi-arrow-icon.png") no-repeat;
  background-position: calc(100% - 25px) center;
}
.method-2 {
  position: absolute;
  left: 257px;
  width: 329px;
  height: 80px;
  background: url("../img/icon/sub-navi-arrow-icon.png") no-repeat;
  background-position: calc(100% - 25px) center;
}
.method-3 {
  position: absolute;
  right: 257px;
  width: 329px;
  height: 80px;
  background: url("../img/icon/sub-navi-arrow-icon.png") no-repeat;
  background-position: calc(100% - 25px) center;
}
.method-4 {
  position: absolute;
  right: 0;
  width: 329px;
  height: 80px;
}
.apply-method-top img {
  display: block;
  margin: 0 auto;
}

.apply-method-bottom {
  position: relative;
  height: 80px;
  text-align: center;
}
.apply-method-bottom h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
}
.apply-method-bottom p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #333;
}
.apply-method-bottom div {
  padding: 15px 0;
}

.apply-method-bottom .apply-method-1 {
  position: absolute;
  left: 0;
  width: 329px;
  height: 80px;
  border-radius: 80px;
  background: rgba(254, 207, 29, 0.1);
}
.apply-method-bottom .apply-method-1 p {
  margin-right: 4rem;
}

.apply-method-bottom .apply-method-2 {
  position: absolute;
  left: 257px;
  width: 329px;
  height: 80px;
  border-radius: 80px;
  background: rgba(254, 207, 29, 0.3);
}
.apply-method-bottom .apply-method-3 {
  position: absolute;
  right: 258px;
  width: 329px;
  height: 80px;
  border-radius: 80px;
  background: rgba(254, 207, 29, 0.5);
}
.apply-method-bottom .apply-method-4 {
  position: absolute;
  right: 0;
  width: 329px;
  height: 80px;
  border-radius: 80px;
  background: rgba(254, 207, 29, 0.8);
}

.apply-step-top ul li {
  width: 25%;
}
.apply-period h4:nth-child(2) {
  margin-bottom: 1rem;
}
.yellow-card-campaign {
  width: 100%;

  background: #f8f8f8;
  border-radius: 30px;
}
.yellow-card-campaign ul {
  display: flex;
  padding: 2.8rem 0 2.8rem 4rem;
  padding-top: 2.8rem;
  padding-left: 4rem;
}
.yellow-card-campaign ul img {
  width: 28px;
}
.yellow-card-campaign ul li:nth-child(1) {
  margin-right: 1rem;
}
.yellow-card-campaign ul li:nth-child(2) {
  color:#000;
  font-size: 20px;
  font-weight: 600;
  margin-right: 5rem;
}
.yellow-card-campaign ul h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #333;
  margin-bottom: 10px;
}
.yellow-card-campaign ul p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #666;
}

.finance-counsel-btns {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
}
.finance-counsel-btn-1 {
  padding: 16px 24px;
  background: var(--green-color);
  border-radius: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
.finance-counsel-btn-2 {
  padding: 16px 24px;
  background: var(--yellow-color);
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

/* ************** 영테크 클래스 (리스트) ***************** */
.searh-box {
  width: 1000px;
  height: 60px;
  border-radius: 50px;
  background: #f1f1f1;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 5.3rem;
  padding: 10px 14px;
  position: relative;
}
.searh-box select {
  width: 220px;
  height: 40px;
  border-radius: 30px;
  border: none;
  outline: 0;
  padding: 10px 30px;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: #fff url("../img/icon/select-down-arrow.png") no-repeat;
  background-position: calc(100% - 35px) center;
  margin-right: 0.5rem;
  font-family: S-CoreDream, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #333;
}
.searh-box select::-ms-expand {
  display: none; /*for IE10,11*/
}

.searh-box input[type="search"] {
  width: 740px;
  height: 40px;
  border-radius: 30px;
  border: none;
  outline: 0;
  padding: 10px 35px;
}
.searh-button {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff url("../img/icon/search-2.png") no-repeat;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
}
.searh-box input[type="search"]::placeholder {
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.mentoring-list{
  margin-top: 80px;}
.mentoring-list-tab-box {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.mentoring-list-tab-box button {
  padding: 10px 30px;
  border: 1px solid #ddd;
  border-radius: 40px;
  background: #fff;
  color: #ddd;
  font-family: S-CoreDream, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
}
.mentoring-list-tab-box button.mentoring-btn-active {
  background: var(--green-color);
  color: #fff;
}
.mentoring-box h3 strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: var(--green-color);
}
.mentoring-box h3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}
.mentoring-content-box {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.6rem;
  row-gap: 4rem;
}
.mentoring-item {
  position: relative;
  cursor: pointer;

}
.mentoring-bg {
  width: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 30px;
  background-color: #fff;
  border:1px solid #ddd;
  position: relative;
}
.mentoring-bg .post-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
  color: var(--text-sub-color);
}
.mentoring-status-badge {
  color: #333;
  background: bisque;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  margin-bottom: 20px;

}
.mentoring-status-badge.blue {
  background: #55a9f7;
  color: #fff;
}
.mentoring-status-badge.gray {
  background: #cccccc;
}
.mentoring-status-badge.green {
  background: var(--green-color);
  color: #fff;
}
.mentoring-status-badge.darkgray {
  background: #999999;
  color: #fff;
}
.mentoring-item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #333;
}
.recruit-period {
margin-top: 20px;
}
.recruit-period span.mentoring-badge {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #333;

}
.recruit-period h6 { font-size: 14px; line-height: 1.3; font-weight: 400; color: #444;}
.mentoring-list-bottom { }
.recruit-period span.mentoring-badge.green {
  text-align: center;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  color:#5CCBC4

}
.recruit-period span.mentoring-badge.yellow {
  background: var(--yellow-color);
}
.mentoring-item p {
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  color: #666;
  padding-top: 10px;
}
.mentoring-list .more-btn {
  border: none;
  padding: 10px 21px;
  border-radius: 30px;
  margin-top: 6rem;
  font-family: S-CoreDream, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
}
.mentoring-list .more-btn-box {
  text-align: center;
}
.mentoring-list .more-btn img {
  display: inline-block;
  margin-left: 6px;
  border-radius: 30px;
}
.mentoring-apply .mentoring-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  color: #333;
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 2rem;
}
.mentoring-apply .mentoring-period {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: #333;
}
.mentoring-apply .mentoring-period strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  background: var(--green-color);
  padding: 6px 15px;
  border-radius: 5px;
  margin-right: 2rem;
}
.mentoring-info {
  margin-top: 10rem;
}

.mentoring-head {
  display: flex;
  border-top: 3px solid var(--green-color);
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.mentoring-head p {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}
.mentoring-group,
.mentoring-summary {
  width: 18%;
}
.mentoring-head p.mentoring-name,
.mentoring-list-title p.mentoring-name {
  width: 33%;
  text-align: left;
}
.mentoring-date {
  width: 20%;
}
.mentoring-apply .mentoring-place {
  width: 22%;
}
.mentoring-list-item {
  border-bottom: 1px solid #ddd;
}
.mentoring-item-title {
  background: #f8f9fb url("../img/icon/mentoring-arrow.png") no-repeat;
  background-position: calc(100% - 20px) center;
  display: flex;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.mentoring-list-title p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.mentoring-list-title .mentoring-name {
  font-weight: 500;
}
.mentoring-item-detail {
  padding: 37px 0;
  display: none;
}
.mentoring-item-detail .mentoring-summary {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.mentoring-summary-content {
  width: 70%;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
}
.mentoring-item-title.mentoring-active {
  background: #f8f9fb url("../img/icon/mentoring-arrow-up.png") no-repeat;
  background-position: calc(100% - 20px) center;
}

.lecture-badge {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #333;
  background: var(--yellow-color);
  border-radius: 20px;
  padding: 3px 10px;
}
.mentoring-list-btns {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 8rem;
}
.mentoring-list-btn-1 {
  font-family: S-CoreDream, sans-serif;
  padding: 13px 25px;
  background: var(--green-color);
  border-radius: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  border: none;
}

.mentoring-list-btn-2 {
  font-family: S-CoreDream, sans-serif;
  padding: 13px 25px;
  background: #ddd;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

/* *********************  영테크 클래스 신청 ***************** */
.yellow-campaing-agree {
  border-top: 3px solid var(--green-color);
  border-bottom: 1px solid #ddd;
  padding: 4rem 3rem;
  margin: 108px 0 70px 0;
}
.yellow-campaing-agree h3 {
  font-family: S-CoreDream, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2rem;
  color: var(--red-color);
}
.yellow-campaing-agree p {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}
.yellow-agree {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3rem;
}
.yellow-agree p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  color: #333;
  margin-right: 2rem;
}
.check-box span {
  font-family: S-CoreDream, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-left: 1rem;
}

.mentoring-apply-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 1.8rem;
}
.mentoring-apply-table {
  width: 100%;
  border-top: 3px solid var(--green-color);
}
.mentoring-apply-table .radiobox {
  /* padding-left: 0; */
}
.mentoring-apply-table thead tr td {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  padding: 21px 0 16px 0;
}
.mentoring-apply-table thead tr td:nth-child(1) {
  width: 7%;
}
.mentoring-apply-table thead tr td:nth-child(2) {
  text-align: left;
  padding-left: 2rem;
}
.mentoring-apply-table thead tr td:nth-child(3) {
  width: 12%;
}
.mentoring-apply-table thead tr td:nth-child(4) {
  width: 20%;
}
.mentoring-apply-table thead tr td:nth-child(5) {
  width: 20%;
}

.mentoring-apply-table tbody {
  border-bottom: 1px solid #ddd;
}
.mentoring-apply-table tbody tr:hover {
  background: #f8f9fb;
  cursor: pointer;
}
.mentoring-apply-table tbody tr td {
  border-top: 1px solid #ddd;
  padding: 23px 0 18px 0;
  text-align: center;
  font-family: S-CoreDream, sans-serif;
  line-height: 125%;
  font-size: 16px;
  font-weight: 300;

  vertical-align: middle;
}
.mentoring-apply-table tbody tr td:nth-child(2) {
  text-align: left;
  font-family: S-CoreDream, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-left: 2rem;
}
.mentoring-apply-table tbody tr td span.notice-badge {
  padding: 5px;
  color: #fff;
  background: var(--green-color);
  border-radius: 5px;
}
.more-text {
  display: none;
}
.mentoring-apply .content-wrapper { position: relative;}
.mentoring-list-btn-box {position: absolute; top: 0; right: 0; }
.mentoring-list-btn-box button {
  font-family: S-CoreDream, sans-serif;
  padding: 8px 15px;
  background: var(--yellow-color);
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none;
}




.double-title {  line-height: 110%; }

/* ********** 반응형 START ********** */
/* ***** Tablet *********  */
@media screen and (max-width: 1024px) {
  .mentoring-list-ex a{
    padding: 10px 15px;}
}
@media screen and (max-width: 1200px) {
  .mentoring-info{
    margin-top: 5rem;}
  .mentoring-bottom-banner {
    margin-bottom: 0;
  }
  .yellow-card-campaign ul img{
    width: 24px;}
  .banner {
    height: 140px;
  }
  .content-wrapper {
    width: 90%;
    /* max-width: 1200px; */
    margin: 0 auto;
    height: 100%;
  }
  /* 영테크 클래스란? */
  .mentoring {
    margin: 80px 0 100px 0;
  }
  .mentoring-box {
    margin-top: 6rem;
    padding: 75px 45px;
  }
  .content-title {
    font-size: 20px;
    font-weight: 600;
  }
  .content-title::before {
    height: 24px;
  }
  .mentoring-box .br-pc {
    display: none;
  }
  .mentoring-box h4 {
    font-size: 1.6rem;
  }
  .mentoring-box h4 span{
     font-size: 1.6rem;
   }
  .mentoring-box h4 p{
    font-size: 1.6rem;
  }
  .mentoring-box .content-title {
    margin-bottom: 3rem;
  }
  .mentoring-box p {
    font-size: 1.6rem;
  }
  .mentoring-bottom-banner-text ul li span{
    font-size: 1.6rem;}
  .mentoring-bottom-banner-text ul li p{
    font-size: 1.6rem;
  }
  .mentoring-register li {
    margin-bottom: 2rem;
  }
  /*.mentoring .yellow-card-campaign {*/
  /*  margin-bottom: 0;*/
  /*}*/
  .mentoring-box > div.mentoring-bottom-banner { flex-direction: column; align-items: center; }
  .mentoring-banner-bg {
    width: 100%;
  }

  .yellow-card-campaign ul li:nth-child(2) {
    font-size: 1.8rem;
  }
  .yellow-card-campaign ul h4 {
    font-size: 16px;
  }
  .yellow-card-campaign ul p {
    font-size: 14px;
  }
  .finance-counsel-btn-1,
  .finance-counsel-btn-2 {
    font-size: 1.8rem;
    padding: 15px 18px;
  }
  .apply-method-box {
    width: 100%;
    height: 160px;
    background-size: contain;
  }
  /* 영테크 클래스 리스트 */
  .mentoring-list-tab-box button {
    font-size: 16px;
  }
  .mentoring-list-tab-box {
    margin-bottom: 5.2rem;
  }
  .mentoring-content-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .mentoring-item h5 span.mentoring-badge {
    width: auto;
    padding: 2px 10px;
    height: 100%;
  }
  .mentoring-status-badge { font-size: 12px; width: 75px; }

  /* 영테크 클래스 상세 */
  .mentoring-apply .mentoring-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    margin-top: 8rem;
  }
  .mentoring-apply .mentoring-period {
    font-size: 1.6rem;
  }
  .mentoring-apply .mentoring-period strong {
    font-size: 1.4rem;
  }
  .mentoring-head p {
    font-size: 1.6rem;
  }
  .mentoring-list-title p {
    font-size: 1.4rem;
    line-height: 170%;
  }
  .mentoring-item-detail .mentoring-summary {
    font-size: 1.4rem;
  }
  .mentoring-list-btns {
    margin-top: 5rem;
  }
  .mentoring-list-btn-1,
  .mentoring-list-btn-2 {
    font-size: 18px;
  }
  .yellow-campaing-agree {
    margin: 80px 0 60px 0;
    padding: 35px 18px;
  }
  .mentoring-apply-title {
    font-size: 2.4rem;
  }
  .mentoring-apply-table thead tr td {
    font-size: 16px;
  }
  .mentoring-apply-table tbody tr td {
    font-size: 1.4rem;
  }
  .mentoring-apply-table tbody tr td:nth-child(3) {
    font-size: 1.4rem;
    width: 25%;
  }
  .lecture-badge {
    display: block;
    margin-left: 0;
    width: fit-content;
    margin-top: 0.5rem;
  }
  .mentoring-apply-table thead tr td:nth-child(4) {
    width: 15%;
  }
  .recruit-period h6 {
    max-width: 195px;
  }
  .mentoring-list-btn-box {
    top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .mentoring-info{
    margin-top: 4rem;}
  .mentoring-list-ex h3{
    font-size: 18px;}
}
/* ***** 모바일 L *********  */
@media screen and (max-width: 900px) {
  .mentoring-list-btn-box{
    top: 0px;}
}

@media screen and (max-width: 768px) {
  .mentoring-list-btn-box{
    top: 0px;}
  .subtitle{
    font-size: 12px;}
  .mentoring-summary2{display: block;margin-top: 20px;}
  .mentoring-name-content2{display: block;}
  .mentoring-item-title{
    background-position: center 90%;}
  .mentoring-head .instructor-name{display: none;}
  .mentoring-list-title .instructor-name{display: none;}
  .mentoring-head p{
    font-size: 1.2rem;}
  .mentoring-info{
    margin-top: 3rem;}
  .mentoring-list-ex a{
    padding:8px 12px;
    font-size: 14px;}
  .mentoring-list-ex h3{
    font-size: 16px;
    margin-top: 50px;}
  .finance-counsel-btns{
    margin-top: 4rem;}
  .mentoring-bottom-banner {
    margin-bottom: 0;
  }
  .yellow-card-campaign ul img{
    width: 20px;}
  .yellow-card-campaign ul img{
   }
  .mentoring-bottom-banner-text ul li span{
    font-size: 1.4rem;}
  .mentoring-bottom-banner-text ul li p{
    font-size: 1.4rem;
  }
  .banner {
    height: 100px;
  }
  /* 영테크 클래스란? */
  .mentoring {
    margin: 40px 0 80px 0;
  }
  .apply-method-box {
    background: url("../img/bg/apply-method-mobile.png") no-repeat center;
    height: 62rem;
  }
  .mentoring-box {
    padding: 30px 20px;
    border-radius: 20px;
    margin-top: 4rem;
  }
  .mentoring-box .content-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding: 8px 15px;
  }
  .mentoring-box h4 {
    font-size: 1.4rem;
  }
  .mentoring-box h4 span{
    font-size: 1.4rem;
  }
  .mentoring-box h4 p{
    font-size: 1.4rem;
  }
  .mentoring-box > div {
    margin-bottom: 3rem;
  }
  .mentoring-box p {
    font-size: 1.2rem;
  }
  .yellow-card-campaign ul {
    padding: 2rem;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .mentoring-register li{
    margin-bottom: 1rem;}
  .yellow-card-campaign ul li:nth-child(2) {
    font-size: 1.6rem;
  }
  .yellow-card-campaign ul h4 {
    font-size: 1.4rem;
  }
  .yellow-card-campaign ul p {
    font-size: 1rem;
  }
  .finance-counsel-btn-1,
  .finance-counsel-btn-2 {
    font-size: 1.5rem;
    line-height: 20px;
    text-align: center;
    display: inline-block;
  }
  .mentoring-bottom-banner-text h2 {
    font-size: 16px;
  }
  .mentoring-bottom-banner-text ul li { font-size: 14px; }
  /* 영테크 클래스 리스트 */
  .searh-box {
    height: 100%;
    border-radius: 20px;
    margin-top: 5.4rem;
    margin-bottom: 2rem;
  }
  .searh-box select {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .searh-box input[type="search"] {
    width: 100%;
  }
  .searh-button {
    top: initial;
    bottom: 5px;
    right: 40px;
  }
  .mentoring-list-tab-box button {
    font-size: 1.4rem;
    padding: 7px 20px;
  }
  .mentoring-list-tab-box {
    margin-bottom: 4rem;
  }
  .mentoring-content-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .mentoring-item h5 {
    max-width: 100%;
  }
  .recruit-period h6 { display: inline-block; }

  .mentoring-apply .mentoring-title {
    margin-top: 54px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .mentoring-apply .mentoring-period strong {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 5px 7px;
    margin-bottom: 1rem;
  }
  .mentoring-apply .mentoring-period {
    font-size: 1.4rem;
  }
  .mentoring-list-title > .mentoring-item-detail {
    flex-direction: column;
    padding: 16px 20px;
  }
  .mentoring-item-detail .mentoring-summary {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .mentoring-list-title p {
    font-size: 1.2rem;
  }

  .mentoring-summary-content {
    width: 100%;
  }

  .mentoring-item-title.mentoring-active {
    background-position: center 90%;
  }

  .mentoring-group,
  .mentoring-summary {
    width: 100%;
  }
  .mentoring-head p.mentoring-name,
  .mentoring-list-title p.mentoring-name {
    width: 100%;
  }
  .lecture-badge {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
  }
  .mentoring-date {
    width: 100%;
  }
  .mentoring-apply .mentoring-place {
    width: 100%;
  }
  .mentoring-list-btn-1,
  .mentoring-list-btn-2 {
    font-size: 1.4rem;
    height: fit-content;
  }
  .mentoring-list-btns {
    gap: 1rem;
  }
  .mentoring-list-btn-1 {
    padding: 7px 24px;
  }
  .mentoring-list-btn-2 {
    padding: 7px 24px;
  }
  /* 영테크 클래스 수강신청 요청 */
  .yellow-campaing-agree {
    margin: 55px 0 30px 0;
    padding: 20px 0 15px 0;
  }
  .yellow-campaing-agree h3 {
    font-size: 1.6rem;
  }
  .yellow-campaing-agree p {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .yellow-agree {
    flex-direction: column;
    align-items: flex-end;
  }
  .mentoring-apply-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .mentoring-apply-table thead {
    display: none;
  }
  .mentoring-apply-table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .mentoring-apply-table tbody tr td {
    display: block;
    border-top: none;
    text-align: left;
    position: relative;
    font-size: 1.2rem;
  }
  .mentoring-apply-table tbody tr td::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 10rem;
    font-family: S-CoreDream, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
  }
  .mentoring-apply-table tbody tr td:nth-child(3) {
    width: 100%;
    padding-left: 0;
    font-size: 1.2rem;
  }
  .mentoring-apply-table tbody tr td:nth-child(2)::before {
    content: "주제(레벨)";
  }
  .mentoring-apply-table tbody tr td:nth-child(3)::before {
    content: "강의명";
  }
  .mentoring-apply-table tbody tr td:nth-child(4)::before {
    content: "강사명";
  }
  .mentoring-apply-table tbody tr td:nth-child(5)::before {
    content: "강의일자";
  }
  .mentoring-apply-table tbody tr td:nth-child(6)::before {
    content: "강의장소";
  }
  /*.mentoring-apply-table tbody tr td:nth-child(7)::before {*/
  /*  content: "수강인원";*/
  /*}*/
  .lecture-badge {
    font-size: 1rem;
    margin-left: 0.3rem;
  }
  .mentoring-info { margin-top: 5rem; }
  .mentoring-list-btn-box button { font-size: 12px;  }
  /*.mentoring-apply-table tbody tr td:last-of-type{display: none;}*/
}
/* ***** 모바일 S(필요한경우사용) *********  */
@media screen and (max-width: 470px) {
  .mentoring-list-btn-box{
    top: 0px;}
}
@media screen and (max-width: 430px) {
  .mentoring-list-btn-box{
    top: 0px;}
}
@media screen and (max-width: 425px) {
  .content-wrapper {

    /* max-width: 1200px; */
    margin: 0 auto;
    height: 100%;
  }
  /* 텍스트 더보기 */
  .host-review p {
    width: 90%;
    padding-left: 0;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .more-text {
    display: block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 9rem;
    right: 0;
  }
  .mentoring-review-detail-wrapper .detail-subtitle ul { justify-content: flex-start; }
  .mentoring-review-detail-wrapper .detail-content { padding: 30px 0; font-size: 14px;  }
  .mentoring-list-btn-box button { font-size:10px; padding: 6px 10px; }
  /* .less-text {
    font-size: 14px;
    font-weight: 700;

    cursor: pointer;
    display: none;
  } */
}

.mentoring-bottom-youtube{margin-top: 50px;}
.mentoring-bottom-youtube img{width: 100%;}


.mentoring-detail-wrapper {
    border-top: 3px solid var(--green-color);
    margin-top: 8rem;
}

.mentoring-detail-wrapper .detail-title {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.mentoring-detail-wrapper .detail-subtitle {
	display: flex;
	gap: 10px;
}

.mentoring-detail-wrapper .detail-subtitle,
.mentoring-detail-wrapper .detail-controls {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.mentoring-detail-wrapper strong {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.mentoring-detail-wrapper span {
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
}

.mentoring-detail-wrapper .detail-title .notice-badge {
    color: #fff;
    background: var(--green-color);
    padding: 5px;
    border-radius: 5px;
    margin-right: 1.3rem;
}

.mentoring-detail-wrapper .detail-title h1 {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.mentoring-detail-wrapper .detail-subtitle ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4rem;
}

.mentoring-detail-wrapper .detail-subtitle strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    flex-shrink: 0;
    min-width: 88px;
}

.mentoring-detail-wrapper .detail-subtitle span {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
}

.mentoring-detail-wrapper .detail-content {
    padding: 40px 30px;
    border-bottom: 1px solid #ddd;
}

.mentoring-detail-wrapper .detail-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    white-space: pre-wrap;
    padding: 20px;

}

.mentoring-detail-wrapper .detail-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.mentoring-detail-wrapper .detail-controls button {
    font-family: S-CoreDream, sans-serif;
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.mentoring-detail-wrapper .detail-controls button img {
    display: inline-block;
    margin: 0 1rem;
}

.mentoring-detail-wrapper .detail-controls a.green-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 40px;
    background: var(--green-color);
    border-radius: 60px;
    color: #333;
}

.mentoring-detail-wrapper .detail-controls a.blue-btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 40px;
    background: #2259cc;
    border-radius: 60px;
    color: #eee;
}



.mentoring-detail-wrapper {
    margin-top: 4rem;
}

.mentoring-detail-wrapper .detail-title {
    padding: 20px 0;
}

.mentoring-detail-wrapper .detail-title strong, .mentoring-detail-wrapper .detail-title span {
    font-size: 16px;
}

.mentoring-detail-wrapper .detail-title .notice-badge {
    font-size: 1.2rem;
    padding: 4px 8px;
}

.mentoring-detail-wrapper .detail-title h1 {
    font-size: 1.4rem;
}

.mentoring-detail-wrapper .detail-subtitle ul li strong {
    margin-right: 1rem;
}

.mentoring-detail-wrapper .detail-subtitle ul li span {

}

.mentoring-detail-wrapper .detail-subtitle ul {
    gap: 2.5rem;
}

.mentoring-detail-wrapper .detail-content {
    padding: 20px 0;
}


.mentoring-detail-wrapper .detail-controls {
    gap: 2rem;
}

@media screen and (max-width: 1200px) {
   .mentoring-detail-wrapper {
        margin-top: 6rem;
    }

    .mentoring-detail-wrapper .detail-title strong, .mentoring-detail-wrapper .detail-title span {
        font-size: 1.8rem;
    }

    .mentoring-detail-wrapper .detail-title h1 {
		font-size: 1.8rem;
        display: flex;
        gap: 10px;
    }

    .mentoring-detail-wrapper .detail-subtitle ul li strong {
        font-size: 1.5rem;
    }

    .mentoring-detail-wrapper .detail-subtitle ul li span {
        font-size: 1.5rem;
    }

    .mentoring-detail-wrapper .detail-content p {
        font-size: 1.5rem;
    }

    .mentoring-detail-wrapper .detail-controls {
        gap: 4rem;
    }

    .mentoring-detail-wrapper .detail-controls button {
        font-size: 1.8rem;
    }

    .mentoring-detail-wrapper .detail-controls a.blue-btn {
        font-size: 1.8rem;
    }

    .mentoring-detail-wrapper .detail-controls button img {
        margin-bottom: -0.3rem;
    }

}


/* ***** 모바일 S(필요한경우사용) *********  */
@media screen and (max-width: 425px) {

    .content-wrapper {
        width: calc(100% - 20px);
        /* max-width: 1200px; */
        margin: 0 auto;
        height: 100%;
    }

    .mentoring-detail-wrapper .detail-title strong, .mentoring-detail-wrapper .detail-title span {
        font-size: 14px;
    }

    .mentoring-detail-wrapper .detail-title strong {
        min-width: 88px;
    }

    .mentoring-detail-wrapper .detail-subtitle ul {
        justify-content: flex-start;
    }
}
