

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body{
      
    line-height: 154%;
    font-family: 'Pretendard-Regular';
}

#eduDetails_ver2{
    display: flex ;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin: 0 10% 0 10%;
}

#eduDetails_ver2 .edudetails_top{
    display: flex ;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;

}

#eduDetails_ver2 .eduDetails_title{
    display: flex;
    justify-content: center;
    margin:0 0 2% ;
    font-size: 40px;
    font-weight: bold;
    color: #111;
    text-align: center;
    font-family: 'Pretendard-Regular';

}

.eduDetails_top span{
    text-align: center; 
    color: #111; 
    font-size: 18px; 
    margin-bottom: 20px;
}


/* 배경이미지 */
.edubgimg{
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    /* height: 100%; */
    position: relative;
    min-height: 450px;
    background: rgb(0, 0, 0);
}

.contents{
    width:100%;
    /* margin: 60px auto 0; */
    padding-top: 0;
    
}


.edudetails_toptext_in{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.edudetails_toptext{
    font-family: 'Pretendard-Regular';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    color: #fff;
    font-size: 15px;
    line-height: 280%;
}

.edudetails_toptext_minititle{
    text-align: center; margin-top: 6%;
    font-family: 'Pretendard-Regular';
}

.blog_box{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: left;
    margin: 30%;
}

.board_tit{
    width: 100%;
    height: 450px;
    position: relative;
}


.board_tit .edudetails_toptext p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
}
.board_tit .edudetails_toptext .edudetails_toptext_in p{
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-top: 5px;
}

.board_tit .edudetails_toptext hr{
    border-top: 0.5px solid #ffffff;
    width: 100px;
    margin: 5px auto ;
}

.edudetails_toptext_in p{
   margin-top: 60px;
   text-align: center; 
   font-size: 40px; 
   font: weight 600px; 
   font-family: 'Pretendard-Regular';
}

.grid_ignore_wrap{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    /* max-width: 900px; */
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 450px;

}

.cover_image {
    background-size: cover;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .2;
    min-height: 450px;
    height: 450px;
}

.eduimg{
    display: block;   
    border-radius: 30%;
}

/* 비디오 */
#eduDetails_ver2 .video_wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; 
    /* height: 600px; */
    overflow: hidden;
    
}
#eduDetails_ver2 .edudetails_video[poster]{
height: 100%;
width: 100%;
object-fit:fill
}

#eduDetails_ver2 .span img{
    display: block;
    width: 100%;
    height: 100%;
    position: 50% 50%;
}




#eduDetails_ver2 .video_container{
    width: 100%;
    max-width: 1000px;
    /* height: 650px; */
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 12px;
 
}

.btn_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; 
    background: none; 
    border: none; 
    cursor: pointer;

}

.btn_play img{
    width: 100px;
}

#eduDetails_ver2 .video_container::before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

#eduDetails_ver2 .video_container .edudetails_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    /* height: 100%; */
    border-radius: 12px;
}



/* #eduDetails_ver2 .edudetails_video{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0;
    padding-top: 56.25%; 
    /* 56.25->100% : 56.25% = 16:9 */
    /* {calc(h/w)*100} */




#eduDetails_ver2 .edulink{
    display: flex;
    flex-direction: row;
}

#eduDetails_ver2 .eduDetails_discript{
    display: flex;
    flex-direction: column;
    width: 930px;
    /* margin: 5% 0; */
}

#eduDetails_ver2 .eduDetails_discript article{
    margin: 5% auto;
    font-family: 'Pretendard-Regular';
}

#eduDetails_ver2 .eduDetails_discript_in{
    width: 930px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    font-family: 'Pretendard-Regular';
    margin: 0 auto;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}
#eduDetails_ver2 .eduDetails_discript_in .eduDetails_discript_in {
    width: 100%;
    height: auto;
}
/* 커넥트플레이 설명 이미지 */
#eduDetails_ver2 .eduDetails_discript_in div{
    width: 390px;
    border-radius: 15px;
    /* background-color: #00e1ff; */
    overflow: hidden;
}


#eduDetails_ver2 .eduDetails_discript_in .MZ_new_blog6{
    width: 390px;
    height: 255px;
    border-radius: 15px;
}

#eduDetails_ver2 .eduDetails_discript_in1 article{
    /* padding: 0.3%; */
    font-family: 'Pretendard-Regular';
    letter-spacing: 2px;
    /* margin-bottom: 50px; */
    /* white-space: pre-wrap; */
    /* text-align: center; */
    font-size: 18px;
    line-height: 180%;
}


.eduDetails_discript_in1_title {
    text-align: center;
    color: #0082FF;; 
    font-weight: bold; 
    font-family: 'Pretendard-Regular';
    font-size: 22px;
}


#eduDetails_ver2 .eduDetails_discript2{
    font-family: 'Pretendard-Regular';
    line-height: 190%;
    font-size: 20px;
    /* margin: 5% 0; */
    
}

#eduDetails_ver2 .eduDetails_discript2_in{
    display: flex;
    flex-direction: column;
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Pretendard-Regular';
    overflow: visible;
}



#eduDetails_ver2 .eduDetails_discript2_in2{
    font-size: 19px;
    color: #111;
    text-align: center;
    line-height: 220%;
    width: 930px;
    /* white-space: pre-wrap; */
    margin: 0 auto;
    /* white-space: pre-wrap; */
  -webkit-white-space: pre-wrap; /* iOS Safari 대응 */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#eduDetails_ver2 .eduDetails_discript2_in3{
    font-size: 19px;
    color: #111;
    text-align: center;
    line-height: 220%;
    width: 930px;
    /* white-space: pre-wrap; */
    margin: 0 auto;
}
#eduDetails_ver2 .eduDetails_discript2_in3 span{
        font-size: 22px; 
        font-weight: bold; 
        color: #0082FF;
        letter-spacing: 3px;
        font-family: 'Pretendard-Regular';
}

/* 중간 내용 설명 */
#eduDetails_ver2 .css-1pqhyyi-box{
    margin: 0 auto;
    justify-items: center;
    font-size: 18px;
    
}
#eduDetails_ver2 .css-1pqhyyi-box li{
    font-size: 19px;
    color: #111;
    width: 550px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    padding: 8px 0;
    margin: 3% auto ;
    text-align: center;
}

#eduDetails_ver2 .eduDetails_discript2_in div p{
    font-size: 25px; 
    text-align: center; 
    /* margin-bottom: 5%;  */
    color: #000;
    line-height: 280%;
}

.eduDetails_discript2_in span{
    color: #36F !important; 
    font-size: 28px !important; 
    font-weight: bolder !important; 
    font-family: 'Pretendard-Regular';
    letter-spacing: 3px;
}


.smartmission{
    font-size: 18px; 
    font-weight: 600; 
    color: #0082FF;
    letter-spacing: 3px;
    font-family: 'Pretendard-Regular';
}
.eduDetails_discript_in .s-link{
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-decoration-color: #0082FF;
    text-underline-offset: 0.25rem;
    font-size: 23px;
}

#eduDetails_ver2 .smart_mission_race{
    font-size: 22px; letter-spacing:1px ;
    color:#0082FF; 
    font-family: 'Pretendard-Regular';
    font-weight: 600;
}

#eduDetails_ver2 .smart_mission_race:hover{
        color: #00e1ff;
        text-decoration: underline; /* 밑줄 표시 */
        text-decoration-color: #00e1ff; /* 밑줄 색 지정 */}

#eduDetails_ver2 .smartmission:hover{
    color: #00e1ff;
}


#eduDetails_ver2 .eduDetails_discript3{
    /* display: grid; */
    /* grid-template-columns: repeat(2); */
    justify-content: center;
    width: 100%;
    justify-self: center;
    border-radius: 15px;
    /* height: 300px; */
    /* width: 90%; */
    margin: 0   auto;
    
}


#eduDetails_ver2 .eduDetails_discript3_in{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 60px;
    width: 930px;
    margin: 0 auto;
    
}

#eduDetails_ver2 .eduDetails_discript3_in div{
    width: 100%; 
    margin: 0   auto; 
    border-radius: 5%; 
 height: 300px;  
 overflow: hidden;   
   }

#eduDetails_ver2 .eduDetails_discript3_in div {
 border-radius: 15px; 
 height: 300px;  
 margin: 0   auto;
 overflow: hidden;
}

.eduDetails_discript3_in_text{
    text-align: start; 
    margin:160px 0px 30px 60px; 
    font-size: 20px; 
    display: grid; line-height: 190%;
}

#eduDetails_ver2 .eduDetails_discript3 .eduDetails_discript3_in  p{
    text-align: center;  color: #111; 
    font-size: 18px; margin-bottom: 10px;
}

#eduDetails_ver2 .eduDetails_discript3 .eduDetails_discript3_text{
    text-align: start; 
    font-size: 20px; 
    display: flex;
    align-items: flex-end;
    line-height: 190%;
}

/* #eduDetails_ver2 .eduDetails_discript3 img{
    border-radius: 15px;
    height: 300px;
    width: 90%;
    margin: 0   auto;
} */

/* 사진 설명 */
#eduDetails_ver2 .eduDetails_discript4{
margin: 0 auto;
line-height: 300%;
font-family: 'Pretendard-Regular';
justify-content: center;
justify-items: center;

}

#eduDetails_ver2 .eduDetails_discript4 article{
    margin: 0 auto;
    /* margin: 0 20% 0 20%; */
    font-size: 18px;
    font-family: 'Pretendard-Regular';
}

#eduDetails_ver2 .eduDetails_discript4_text{
    font-size: 20px; 
    text-align: center; 
    color: #111;
    line-height: 190%;
    letter-spacing: -0.02em;
}

#eduDetails_ver2 .eduDetails_discript4 .day{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #111;
    margin: 0 auto;
    /* text-align: center; */
    text-align: justify;
  /* text-justify: inter-word; */
}


/* ot후 1일차 2일차 */
#eduDetails_ver2 .eduDetails_discript4 .day_in{
    color: #111;

    
}
#eduDetails_ver2 .eduDetails_discript4 .day_in h2{
    font-size: 20px;
}

.day_in_text{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* justify-items: center; */
    width: 100%;
    font-size: 19px; color: #111;
    margin: 0 auto;
    line-height: 285%;
    text-align: center;
    /* letter-spacing: -0.02em; */
    /* white-space: pre-wrap; */
}

.day_in_text p{
    font-size: 19px;
    color: #111;
    /* margin: 0   auto; */
    /* letter-spacing: -0.06em; */
}

.day_in_text2{
    font-size: 20px; 
    text-align: center; 
    color: #111;
    line-height: 179%;
    letter-spacing: -0.02em;
}

.day_in_text3{
    font-size: 22px; 
    text-align: center; 
    color: #111;
    line-height: 179%;
    letter-spacing: -0.02em;
}

/* #eduDetails_ver2 hr{
    margin: 0 auto;
    width: 930px;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 10% 0 10% 0;
    text-align: center;
    margin-left : auto;
  margin-right : auto;
  color: #E0E0E0;
    
} */

.customer-line {
    background-color: #E0E0E0;
    height: 1px;
    margin-top: 20px;
    margin: 10% 0 10% 0;
    width: 930px;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin-left : auto;
  margin-right : auto;
}


/* 버튼 */

#eduDetails_ver2 button.solid {
    background-color: var(--MainColor);color: #fff;
    margin:0 auto;
    text-align: center;
    justify-items: center;
    justify-content: center;
    width: 930px;
 }

 #eduDetails_ver2 button.solid li{
    font-size: 20px; color: white;
    text-align: center; font-family: 'Pretendard-Regular';  
    line-height: 190%;
    margin:0 auto; width: 100%;  
    padding: 5px 0;
    justify-items: center;
    justify-content: center;
}
#eduDetails_ver2 button.solid li span{
    color: white;
    text-align: center; 
    justify-items: center;
    justify-content: center;
    margin:0 auto;
    font-size: 21px;
    font-weight: bold;
}

#eduDetails_ver2 button.solid li a{
    color: white;
    text-align: center; 
    justify-items: center;
    justify-content: center;
    margin:0 auto;
    font-size: 18px;
    /* font-weight: bold; */
}



/* 버튼 */

/* topbutton */

.toTop {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    outline: none;
    background-color: #0082FF;
    color: #0082FF;;
    cursor: pointer;
    padding: 12px;
    border-radius: 70px;
  }

  a {
    text-decoration: none;
}
::-webkit-scrollbar-track:horizontal {
background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, rgba( 0, 0, 255, 0.5), rgba( 0, 0, 255, 0.5), rgba( 0, 0, 255, 0.5), #fff, #fff, #fff);
border-radius: 10px;
}

.body::-webkit-scrollbar-thumb{
    background-color: rgba(255,255,255,1);
    border-radius: 10px; 

	border: 7px solid rgba(0,0,0,0.8); /* 스크롤을 적용할 영역 색깔과 border 색상을 똑같이 맞춘다 */
}

 /* 마지막한마디 */
 #eduDetails_ver2 .eduDetails_discript6 {
    /* margin: 5% 0; */
    font-family: 'Pretendard-Regular';
    line-height: 280%;
    text-align: center;
}
 .last_word p{
    font-size: 20px; 
    color: #111; 
    text-align: center;
    line-height: 280%;
    letter-spacing: -0.02em;
}
.cv{
    color: #111; font-size: 22px; font-weight: bolder; text-decoration: underline; 
    text-decoration-style: wavy; text-decoration-color: #36F;
    letter-spacing: 3px;
}

    /* 후기 */
#eduDetails_ver2 .eduDetails_discript{
margin: 0 auto;
justify-content: center;
justify-items: center;
justify-self: center;
}    
#eduDetails_ver2 .edu_review{
    display: table;
    justify-self: center;
    margin: 0 auto;
    /* overflow: hidden; */
}

.review1{
    width: 85%;
    height: 50%;
    display: table-cell;
padding-right: 20%;
object-fit: cover; 

}
.review2{
    width: 85%;
    height: 50%;
    display: table-cell;
padding-left: 20%;
object-fit: cover; 

    }




/* 하단 추천 내용 */

.css-xt6ezn {
    position: relative;
    width: 100%;
    /* background-color: #f9fafb; */
    overflow: hidden;
    /* border-radius: 20px; */
    /* border: solid 1px #eee; */
    margin: 0 0 100px 0;
}

.css-zigmoj {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr ;
}

.css-srdnak {
    padding: 10px 0 120px;
}

.p-container--default {
    max-width: 1140px;
}

.p-container {
    width: 100%;
    height: 100%;
    margin: auto;
}
.p-container--default>.p-container__inner {
    /* width: 100%; */
    width: 930px;
    max-width: calc(100% - 48px);
    max-width: calc(100% - var(--padding-container-base));
}

.p-container__inner {
    height: 100%;
    margin: 0 auto;
}

.css-1pqhyyi {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
    margin-bottom: 30px;
}

.css-oq2ka5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    color: #111;
    margin-top: 60px;
    margin-bottom: 30px;
}

.css-1d3w5wq {
    width: 100%;
}

.css-1d3w5wq li{
    /* position:absolute;  */
    /* top:0; left:0;  */
    /* object-fit:contain; 
    opacity:1;  */
}
.css-1d3w5wq img{
    width: 100%;
  height: 100%;
  filter: none;
  transition: transform 0.1s ease-in-out, filter 1s ease-in-out;

}

.css-1d3w5wq img:hover {
    width: 100%;
  height: 100%;
  transition: transform 0.1s ease-in-out, filter 1s ease-in-out;
  filter: none;
}

.css-1d3w5wq a:hover {
    opacity:100%;
    transform: scale(1.05);
    transform-origin: center;
    /* filter:drop-shadow(0px 0px 4px #7e7e7e); */
    transition: transform 0.1s ease-in-out, filter 0.1s ease-in-out;
    }


.css-1puwilo {
    display: block;    
}

.css-1p2p1rk {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
}

.css-xk2mb2 {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    border-radius: 12.5px;
    /* background-color: #f9faff; */
    /* background-color: #fefefe; */
    /* background-color: #333; */
    background-color: #121f2b;
    background-color: #071627;
    background-color: #f8f8f8;
    border: 1px #e0e0e0 solid;
    /* box-shadow: 0px 1px 5px 0px #8b95a1; */

}

    .css-15qgnc0 {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 67.5%;
        /* margin-bottom: 18px; */
    }

    .css-1b4920d {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .css-1jbzwl2 {
        width: 100%;
        height: 100%;
        border-radius: 12px 12px 0 0 ;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        /* border: 1px solid rgba(2, 32, 71, 0.05); */
        /* border: 1px solid #eee; */
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .css-q82moi {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

    .css-tb1q90 {
        color: #8b95a1;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: var(--adaptiveGrey500);
        margin-bottom: 8px;
    }
    .css-1oxtqs {
        
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        color: var(--adaptiveGrey800);
        /* margin-bottom: 6px; */
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        padding: 5% 3% 1%;
        /* color:#2c3e8f; */
        /* color:#333; */
        color:#fff;
        color: #dbdbdb;
        color: #0082ff;
        color: #111;
        color: #444;

    }
    .css-1ncrbbb {
        
        color: #a2a2a2;
        color: #999999;
        color: #777777;
        /* color: #36F; */
        /* color: #8b95a1; */
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        /* color: var(--adaptiveGrey500); */
        padding: 0 3% 3%;
    }

   
    .css-k327by {
        display: none;
    }

    .css-18mdr2c {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 67.5%;
        margin-bottom: 20px;
    }
    .css-1b4920d {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #eduDetails_ver2 mark{
        background-color: #9cffff;
        font-size: 20px;
        font-weight: 600;
    }

    ::selection {
        color: #0082ff;
        background-color: #e7ebee;
      }
      ::-moz-selection{
        color: #0082ff;
        background-color: #e7ebee;
      }

    
/* ================ 모바일 ==================== */
@media only screen and (max-width: 1188px) {
    /* 추천 게시글 그리드 */
    .p-container--default>.p-container__inner {
        width: 100%;
    }
}


@media only screen and (max-width: 1024px) {
    hr {
        margin: 0 auto !important;
        /* display: none; */
    }
    .toTop {
        right: 20px;
    }
    .btn_play img {
        display: none;
    }
    .edudetails_toptext {
        width: 90%;
    }
    .board_tit .edudetails_toptext .edudetails_toptext_in p {
        line-height: 154%;
    }
 .eduWrap {
    margin: 0 auto;
    overflow-wrap: break-word; /* 긴 단어 줄바꿈 */
    word-wrap: break-word; /* 호환성 */
    white-space: normal;
    line-height: 154%;
 }

 #eduDetails_ver2 .contetns {width: 100%;}
 #eduDetails_ver2 {
    width: 90%;
    margin: 0 auto;
 }
 #eduDetails_ver2 .eduDetails_title {
    font-size: 30px;
    margin: 0 0 32px;
 }
 
 /* ============= 비디오 ================ */
 #eduDetails_ver2 .edudetails_top {
    padding: 60px 0;
 }

 #eduDetails_ver2 .video_container{
    width: 100%;
    height: auto;
 }

  /* =============== 간단 소개 ============= */
  #eduDetails_ver2 .eduDetails_discript article {margin: 0 auto;}
 #eduDetails_ver2 .eduDetails_discript {
    padding: 60px 0;
 }
 #eduDetails_ver2 .eduDetails_discript_in{
    line-height: 180%;
    border-radius: 20px;
    gap: 24px;
    padding: 40px 5%;
    background-color: #F8F8FE;
    display: flex;
    flex-direction: column;
    margin-top: 24px !important;
}
 #eduDetails_ver2 .eduDetails_discript_in div {
    width: 100%;
 }
 #eduDetails_ver2 .eduDetails_discript_in1 {
    font-family: 'Pretendard-Regular';
    margin-top: 40px;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
}
#eduDetails_ver2 .eduDetails_discript_in1 article {
    line-height: 154%;
}


/* =================== 프로그램 소개 ========================= */
#eduDetails_ver2 .eduDetails_discript2_in {
    margin: 60px 0;
}

 #eduDetails_ver2 .eduDetails_discript2_in2 {
    width: 100%;
 }
 #eduDetails_ver2 .eduDetails_discript2_in {
    overflow-wrap: break-word; /* 긴 단어 줄바꿈 */
    word-wrap: break-word; /* 호환성 */
    white-space: normal;
    font-family: 'Pretendard-Regular';
}

#eduDetails_ver2 .eduDetails_discript_in2 {
    width: 300px;
}

 #eduDetails_ver2 .eduDetails_discript2_in3 {
    width: 100%;
 }
 #eduDetails_ver2 .eduDetails_discript3 {
    width: 100%;
    margin: 0 auto;
 }


/* =================== 생생 후기 ========================= */
#eduDetails_ver2 .eduDetails_discript3 .eduDetails_discript3_text {
    text-align: start;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
    line-height: 190%;
}

#eduDetails_ver2 .solid span{
    display: flex;
    flex-direction: column; /* 수직 방향으로 정렬 */
    gap: 10px; /* 글자 간격 */
}

#eduDetails_ver2 button.solid {
    background-color: var(--MainColor);
    color: #fff;
    width: 100%;
    padding: 40px 0;
    margin-top: 30px;
}

#eduDetails_ver2 button.solid li {
    font-size: 16px;
    color: white;
    text-align: center;
    font-family: 'Pretendard-Regular';
    line-height: 180%;
    margin: 0 auto;
    width: 100%;
    /* padding: 20px 0; */
    padding: 10 0;
    justify-items: center;
    justify-content: center;
}

#eduDetails_ver2 button.solid li span {
    color: white;
    text-align: center;
    justify-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18;
    font-weight: bold;
}

.edudetails_toptext{
    display: block;
}

.eduDetails_discript3_in_text {
    text-align: start;
    margin: 0px 0px 60px 0px;
    font-size: 20px;
    display: grid;
    line-height: 190%;
}

/* =================== grid ============== */
#eduDetails_ver2 .eduDetails_discript3_in {
    width: 100%;
    padding: 0;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
}
#eduDetails_ver2 .eduDetails_discript3_in .card {
    height: auto;
}
#eduDetails_ver2 .eduDetails_discript3_in .card div {
    height: 220px;
    overflow: hidden;
}


#eduDetails_ver2 .eduDetails_discript4 {
    line-height: 239%;
    width: 90%;
    margin: 0 auto;
}
.day_in_text {
    width: auto;
    padding: 0 20%;
}
.edu_review {
    width: 100%;
    margin: 0 auto;
}
/* 8번 후기 */
#eduDetails_ver2 .css-1pqhyyi-box li {
    line-height: 154%;
    padding: 12px 16px;
}
#eduDetails_ver2 .css-1pqhyyi-box {
    margin: 50px auto;
}

/* ============= 추천게시글 =========== */
.css-1pqhyyi {
    margin: 40px 0;
}
.css-xt6ezn {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.css-oq2ka5 {
    text-align: center;
}

.edu_review img {
    justify-self: center;
    width: 100%;
    margin: 0 auto;
    justify-self: center;
    justify-items: center;
    justify-content: center;
}

/* ================ 마지막 한마디 ================ */
#eduDetails_ver2 .eduDetails_discript6 {
    margin: 60px 0;
}
#eduDetails_ver2 .eduDetails_discript2_in2 {
    line-height: 200%;
}
/* 후기 리스트 */
.css-1oxtqs {
    padding: 5% 0 2% 7%;
}
.css-1ncrbbb {
    padding: 0 0 5% 7%;
}

}

@media only screen and (max-width: 900px) {
    .css-zigmoj {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .css-k327by {
        display: block;
    }
    #eduDetails_ver2 .eduDetails_discript3_in {
        width: 100%;
        padding: 0;
        gap: 50px 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    #eduDetails_ver2 .eduDetails_discript3_in .card div {
        height: auto;
        overflow: hidden;
    }
}

@media only screen and (max-width: 542px) {
    /* 후기 리스트 */
    .css-1oxtqs {
        font-style: 14px;
    }
    .css-zigmoj {
        grid-column-gap: 14px;
        grid-row-gap: 24px;
    }
}
@media only screen and (max-width: 375px) {
.edu_review img {
    justify-self: center;
    width: 100%;
    margin: 0 auto;
    justify-self: center;
    justify-items: center;
    justify-content: center;
}
}