/*배너 아래 메뉴 4개*/

.ll1{
    display: flex;
    justify-content: center;
}

.radius{
    display:inline-block;
    position: relative;
}

.bottom_1{
    display:flex;
    justify-content: flex-end;
    margin-top: 60px;
    float: right;
}


.bottom_1 > a > img{
    width: 220px;
    padding-inline: 15px;
}



/*공지사항, 일정*/

.tt{
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.titi{
    display: inline;
    padding-inline: 3px;
    color: rgb(37, 37, 37);
}

.g{
    font-family: 'S-CoreDream-9Black';
    padding-inline: 3px;
    padding-block: 9px;
    font-size: 26px;
}

.triangle{
    width: 20px;
    height: 20px;
    color: rgb(199, 199, 199);
}

.ee_line{
    padding-block: 8px;
    padding-inline: 5px;
    /* border-bottom: 1px solid rgb(192, 192, 192); */
    border-right: none;
    border-left: none;
}

.ee_line > a{
    font-family: 'S-CoreDream-5Medium';
    color: rgb(41, 41, 41);
    vertical-align: middle;
    font-size: 14px;
}

.ee_line > a:hover{
    color: rgb(75, 75, 75);
    text-decoration: underline;
}


.ee_line > a > img {
    transform: translate(-10px, 30%);
}


.ee_line_no{
    padding: 5px;
    border-right: none;
    border-left: none;
}

.ee_line_no > a{
    font-family: 'S-CoreDream-5Medium';
    color: rgb(75, 75, 75);
    font-size: 15px;
}

.ee_line_no > a:hover{
    color: rgb(46, 46, 46);
    text-decoration: underline;
}


.s_font{
    font-family: 'S-CoreDream-9Black';
    color: rgb(41, 41, 41);
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
}

.r_font { 
    font-family: 'S-CoreDream-9Black';
    color: rgb(216, 0, 0); 
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
}

/* text{
    font-family: 'GmarketSansMedium';
}*/

.test_guid{
    width: 1141px;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
}

.figure{
    display:inline-block;
    position: relative;
}


.shadow-t{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 2px solid #000;
}





/*책소개*/

.book {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}






/*학원소개*/

.produ_body{
    display: flex;
    justify-content: center;
    height: 1050px;
    /*margin-top: 90px;*/
    padding-bottom: 1350px;
}

.produ_body2{
    background-image: url(../images/produbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2130px;
    height: 2393px;
    display: flex;
    justify-content: flex-end;
}


.produ_body3{
    display: flex;
    height: 2000px;
    width: 100%;
    margin-top: 361px;
    flex-direction: column;
    align-items: center;
}



/*.produ{
    font-family: 'SBAggro';
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    height: 190px;
    padding: 53px;
}*/

.pd1{
    font-family: 'SBAggro';
    font-weight: 300;
}

.pd2{
    font-family: 'SBAggro';
    color: #1091E4;
}



.center{
    display: flex;
    justify-content: center;
    margin-top: 190px;
    margin-left: 60px;
}


.flex{
    display: flex;
    width: 527px;
}


.flex > li > img{
    margin-top: 40px;
}



.img{
    margin-top: 50px;
    margin-left: 90px;
}


.img > img{
    width: 450px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.281);
}


.triangle{
    font-family: 'SBAggro';
    font-weight: 700;
    width: 50px;
    height: 50px;
    background: #1e9edf;
    font-size: 26px;
    text-align: center;
    line-height: 53px;
    color: rgb(255, 255, 255);
}

.여백{
    width: 100px;
}

.bt1{
    font-family: 'SBAggro';
    font-weight: 700;
    font-size: 36px;
    color: #000708;
    margin-bottom: 20px;
}


.main1{
    font-family: 'S-CoreDream-5Medium';
    color: rgb(25 25 25);
    font-size: 18px;
    line-height: 29px;
}





/*디지털 드로잉 홍보영상*/
.drawing_video > h1{
    margin-bottom: 40px;
    margin-top: 20px;
    font-family: 'S-CoreDream-6Bold';
    font-size: 38px;
    line-height: 54px;
    color: #292929;
}

.digitar_wrap{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 130px;
}

.bg_drawing_img{
    height: 360px;
    margin-left: 40px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.219);
}


/*(스케치 과정 버튼)*/

.digitar_botton > p > a {
    font-family: 'SBAggro';
    font-weight: 500;
    text-decoration: none;
    width: 330px;
    height: 50px;
    line-height: 55px;
    font-size: 22px;
    color: rgb(49, 49, 49);
    text-align: center;
    border: 2px solid #b3b3b3;
    border-radius: 5px;
}
.digitar_botton > p > a:visited { text-decoration: none; }
.digitar_botton > p > a:hover { text-decoration: none; }
.digitar_botton > p > a:focus { text-decoration: none; }
.digitar_botton > p > a:hover, a:active { text-decoration: none; }


.digitar_botton > p{
    display: flex;
    justify-content: center;
    /*box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.212);*/
}


.digitar_botton > p > a:hover{
    display: flex;
    justify-content: center;
}


.digitar_botton > p > a:hover{
    font-family: 'SBAggro';
    font-weight: 500;
    width: 330px;
    height: 50px;
    line-height: 55px;
    font-size: 22px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(231, 40, 129);
    background-color: rgb(231, 40, 129);
    -webkit-transition: all 0.20s;
    transition: all 0.20s;
}


video::-internal-media-controls-download-button {
display:none;
}

video::-webkit-media-controls-enclosure {
overflow:hidden;
}

video::-webkit-media-controls-panel {
width: calc(100% + 30px); /* Adjust as needed */
}







/*수강후기*/

.classreview{
    display: flex;
    justify-content: center;
    margin-top: 200px;
    background-image: url(../images/review-24.png);
    flex-direction: column;
    opacity: 95%;
    align-items: center;
    height: 880px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.review_flex{
    display: flex;
    flex-direction: column;
}


.pinkbar_w{
    position: relative;
}


.pinkbar{
    position: absolute;
    width: 30px;
    height: 230px;
    background-color: #ee3232;
    transform: translate(-88%, -75%);
}




/*후기 제목*/
.review_title{
    width: 1150px;
}

.review_title > h1{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 39pt;
    color: #ffffff;
    line-height: 46pt;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 64px;
}


.review_title > h1 > span{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
}




/*후기내용*/
.mainwarwp {
    display: flex;
    margin-bottom: 13px;
    align-items: center;
}

.mainreview {
    margin-inline: 20px;
    box-shadow: 0px 5px 15px #00000036;
    border-radius: 12px;
}


.mainreview > li{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 17pt;
    line-height: 21pt;
    background-color: #ef4343;
    color: #ffffff;
    width: 320px;
    height: 76px;
    padding: 24px;
    padding-top: 23px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0px;
}



.mainreview > p {
    background-color: #ffffff;
    color: #444444;
    width: 312px;
    height: 300px;
    padding: 28px;
    font-family: Pretendard,'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 14pt;
    line-height: 22pt;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 0px;
    letter-spacing: -0.5px;
}




/*후기버튼*/
.reviewbotton > a > p {
    width: 50px;
    height: 50px;
    background-color: #ffffff9c;
    border-radius: 50px;
    margin: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
}


.reviewbotton > a{
    padding: 20px;
}


.arrow{
    width: 30px;
    height: 30px;
    position: relative;
    margin-bottom: 30px;
}


.arrow::before, .arrow::after{
    content: '';
    position: absolute;
}


.arrow::before{
    width: 16px;
    height: 16px;
    border: 1px solid #3d3d3d;
    border-right: 0;
    border-bottom: 0;
    margin: 16px;
}


.arrow::after{
    width: 22px;
    border-bottom: 1px solid #3d3d3d;
    transform-origin: 0 100%;
    transform: rotate(45deg);
    margin: 17px;
}


.arrow--right{
    transform: rotate(135deg);
}



.reviewbotton > a > p:hover{
    background: rgba(255, 255, 255, 0.815);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



/*
.botton > p > a { font-family: 'S-CoreDream-5Medium'; text-decoration: none; color: rgb(255, 255, 255);}
.botton > p > a:visited { text-decoration: none; }
.botton > p > a:hover { text-decoration: none; }
.botton > p > a:focus { text-decoration: none; }
.botton > p > a:hover, a:active { text-decoration: none; }


.botton > p > a{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    width: 328px;
    height: 59px;
    border-radius: 5px;
    background: linear-gradient(40deg, rgb(185, 32, 0), rgb(214, 37, 2), rgb(243, 119, 3));
    color: rgb(255, 255, 255);
}
    

.botton > p > a:hover{
    box-sizing: border-box;
    border: solid 1px rgb(175, 175, 175);
    color: rgb(196, 43, 16);
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}*/
    



/*교육과정*/

.classintro{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    background-color: rgb(247, 246, 246);
    width: 100%;
    height: 831px;
}


.c_title{
    padding-top: 119px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 35px;
    font-family: 'SBAggro';
    font-weight: 700;
    color: #057bc5;
    border-bottom: solid 4px #057bc5;
    width: 160px;
}


.c_wrap{
    display: flex;
    justify-content: center;
}


.classbox{
    margin-top: 50px;
    /* padding: 100px 25px 25px 25px; */
    padding-inline: 33px;
    margin-inline: 29px;
    background-color: rgb(255, 255, 255);
    width: 316px;
    height: 380px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 13px rgba(0, 0, 0, 0.295);
}


.classbox > h2{
    font-family: 'S-CoreDream-9Black';
    color: #545454;
    font-size: 28px;
    margin-top: 15px;
}


.classbox > p > span{
    font-family: 'S-CoreDream-6Bold';
    padding-block: 3px;
    padding-inline: 3px;
    font-size: 15px;
}


.classbox > p{
    margin-top: 25px;
}


.classbox > li{
    font-family: 'S-CoreDream-5Medium';
    color: #545454;
    font-size: 17px;
    line-height: 26px;
    margin-top: 25px;
    height: 170px;
}


.classbox > li > span{
    font-family: 'S-CoreDream-9Black';
}


.c_1{
    border: solid 2px #0096E4;
    border-radius: 5px;
    color: #0096E4;
}


.c_2{
    margin-left: 5px;
    border: solid 2px #ee3232;
    border-radius: 5px;
    color: #ee3232;
}


.c_3{
    margin-left: 5px;
    border: solid 2px #00A370;
    border-radius: 5px;
    color: #00A370;
}




.class_botton > p > a { font-family: 'S-CoreDream-6Bold'; text-decoration: none; color: #545454;;}
.class_botton > p > a:visited { text-decoration: none; }
.class_botton > p > a:hover { text-decoration: none; }
.class_botton > p > a:focus { text-decoration: none; }
.class_botton > p > a:hover, a:active { text-decoration: none; }


.class_botton{
    display: flex;
    justify-content: center;
}


.class_botton > p > a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'S-CoreDream-5Medium';
    line-height: 40px;
    color: #545454;
    font-size: 20px;
    width: 240px;
    height: 40px;
    border: solid 2px #d6d6d6;
    border-radius: 50px;
}


.class_botton > p > a:hover{
    display: flex;
    justify-content: center;
    width: 240px;
    height: 40px;
    border-radius: 50px;
    border: solid 2px rgb(92, 185, 228);
}
    
    
.class_botton > p > a:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(20, 176, 238);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}


.arrow-next{
    position: relative;
    float:left;
    width: 0px;
    height: 54px;
    margin-right:2px;
}

.arrow-next::after{
    position: absolute;
    left: 10px; 
    top: 20px; 
    content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 4px solid #ffffff; /* 선 두께 */
    border-right: 4px solid #ffffff; /* 선 두께 */
    transform: rotate(45deg); /* 각도 */
    border-top-right-radius: 3px;
}


