@charset "utf-8";
@import url("font/pretendard-gov/pretendard-gov.css");
body.classup{
    --main-color    : #5D74B1; /*메인컬러1*/
    --font-style    : 'Pretendard GOV';
    --point-txt     : #FFD30F; /*포인트컬러*/
    --font-size     : 20px; /*기본폰트사이즈*/
    --font-color    : #2A2A2A; /*기본폰트컬러*/
    --top-height    : 50px; /*탑 높이*/
    --max-width     : 1200px;
    --boder-color   : #DCDCDC;
    --border-radius : 20px;
    --footer-color  : #575A60;
}

.classup{
    min-width: 320px;
    letter-spacing: -1px;
    color: var(--font-color);
    word-break: keep-all;
    overflow: auto;
}
.classup * {
    font-family: var(--font-style);
    letter-spacing: -1px;
}
.classup .cursor{
    cursor: pointer;
}
.classup form{
    width: 100%;
}
/*기존 cpcenter 페이지 start*/
/*.classup .spctbox .redline{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -20px);
    width: 100px;
    border: 4px solid var(--main-color);
    height: 0;
}
.classup .spctbox p{
    font-size: 32px;
    font-weight: 700;
    line-height: 144%;

}
.classup #gnb h1 a {
    background-size: contain !important;
}
.classup .studytest .progress-ar .active span {
    background: var(--main-color);
}
.classup .studytest .progress-ar, .classup .test_tit{
    border-color:var(--main-color) ;
}
.classup .studytest .progress-num span,.classup .studytest .progress-cont-tit span, .classup .studytest .progress-btn a.nexrBtn{
    background: var(--main-color);
}
.classup .tab li a:hover, .classup .tab li .on, .classup .cpLecture_in .generic-tabs5 ul li.active,
.cpLecture_in .generic-tabs3 ul li.active,.container.matching .tab-menu li.on a {
    border-top-color: var(--main-color);
}
.classup .cptable-DataGrid thead tr td, .classup .cptable-DataGrid thead tr td:last-child, .classup .cptable-DataGrid thead tr td, .classup .cptable-DataGrid tbody tr td:last-child{
    border-color: var(--boder-color);
}*/
.classup .cpLecture_in input[type='text']{
    border: 1px solid var(--boder-color);
    min-height: 30px;
}
.classup .cpLecture_in .generic-tabs3 ul li{
    width: 20%;
}
.classup #spcontent_wrap .policy_wrap .policy_box .agree_cont {
    overflow-y: auto;
    overflow-x: hidden;
}
.classup .container.matching {
    padding-bottom: 100px;
}
.classup .container.matching .tab-menu li:nth-child(3){
    display: none;
}
.classup .container.matching .tab-menu {
    padding: 60px 0 40px;
}
.classup .test_sub{
    padding: 60px 0;
}
.classup .test_tit, .classup .sub-tit h3{
    margin: 30px auto;
    font-size: 32px;
    font-weight: 500;
    border-top: 5px solid #1b78a9;
}
.classup .sub-tit h3{
    border-top: 5px solid #003793;
}
.classup .edu-search-progress, .classup .progress-cont{
    width: 90%;
    margin: 0 auto;
}
.classup .matching_cont .matching_img img {
    padding-bottom: 15px;
}
.classup .matching_cont .matching_img{
    gap: 15px;
}
.classup .studytest .progress-cont, .classup .progress-cont {
    padding: 30px;
    margin: 60px auto 70px;
}
.classup .studytest .border-box {
    border: 0;
    padding: 60px 20px ;
    font-size: 24px;
}
.classup .progress-cont .border-box {
    font-size: 24px;
}
.classup .studytest .progress-cont-tit,.classup .studytest .progress-btn a ,.classup .studytest .progress-cont-tit span,.classup .studytest .progress-num span,
.classup .progress-num span, .classup .edu-search-progress h2,.classup .progress-cont-tit span,.classup .progress-cont-tit,.classup .progress-btn a{
    font-size: 28px;
}
.classup .progress-btn a{line-height: 2;}
.classup .progress-cont-tit span{
    width: 88px;
    height: 88px;
    font-weight: 500;
    margin-bottom: 40px;
    align-content: center;
    -webkit-align-content: center;
}
.classup .studytest .progress-check ul li input[type="radio"],.classup  .studytest .progress-check ul li input[type="checkbox"]{
    width: 33px;
    height: 33px;
    margin-top: -16px;
}
.classup .studytest .progress-ar, .classup .progress-ar {
    height: 40px;
}
.classup .s_txt input[type='text']::placeholder,.classup  .s_txt input[type='text'],
.classup  .studytest .progress-check ul.s_c input[type='text'],.classup  .studytest .progress-check ul.s_c input[type='text']::placeholder{
    font-size: 24px;

}
/*기존 cpcenter 페이지 end */




.classup .container:before,.classup .container:after{
    content:unset;
}
.classup  .container,.classup .info_box .container .subcont ,.classup .info_box2 .container {
    max-width: var(--max-width);
    width: 100%;
}
.classup #gnbTop {
    height: var(--top-height);
    background: var(--main-color);
    width: 100%;
}
.classup #gnbTop .gnb-top {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    height: var(--top-height);
    justify-content: space-between;
}
.classup #gnbTop .gnb-top p{
    font-size: var(--font-size);
    font-weight: 700;
    color: #ffffff;
    font-family: var(--font-style);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.classup #gnbTop .gnb-top .top_ico{
    width: 20px;
}
.classup #gnbTop .gnb-top a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 16px;
    color: #FFFFFF;
    font-family: var(--font-style);
    border-right: 1px solid;
}
.classup #gnbTop .gnb-top a.point_txt{
    color: var(--point-txt);
    font-weight: 800;
}
.classup #gnbTop .gnb-top a:last-child{
    border-right: 0;
    padding-right: 0;
}
.classup #gnbTop .gnb-top .gnb-top-btn{
    color: #FFFFFF;
}
.classup #gnbTop .gnb-top .gnb-top-btn span:first-child{
    color: var(--point-txt) !important;
}
.classup #gnb {
    width: 100%;
    height: 100px;
}
.classup  .container,.classup #gnb .container,.classup .footer {
    padding-right: 15px;
    padding-left: 15px;
}
.classup #gnb .container {
    display: flex;
    height: 100px;
    justify-content: space-between;

}
.classup #gnb h1 a{
    display: block;
    width: 179px;
    height: 100%;
    background: url(/classup/img/logo.png)no-repeat left center / contain;
}
.classup .main_img{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}
.classup .main_img img{
    width: 100%;
}
.classup .main_img .slide{
    max-height: 543px;
    padding-top: 25% !important;
    display: flex;
}
.classup .main_img .slide .arrow{
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    height: 80px;
}
.classup .slide .arrow .arrow-right,.classup .slide .arrow .arrow-left {
    width: 60px;
    height: 80px;
    opacity: 1;
    top: 0;
}
.classup .slide .arrow .arrow-right {
    right: 43px;
    background: url('../img/arrow-right.png') no-repeat center / contain;
}
.classup .slide .arrow .arrow-left {
    left: 43px;
    background: url('../img/arrow-left.png') no-repeat center / contain;
}
.classup .main_img .slide .dots {
    bottom: 10%;
}
.classup .main .slide .dots li{
    background:#FFFFFF;
    margin: 0 4px;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.classup .main .slide .dots li.active {
    background: #0D658D;
    border-color: #0D658D ;
}
/*.classup .gnbNew > ul > li {
    display: flex;
    position: relative;
    height: 90px;
    line-height: 90px;
    padding: 10px 0;
}*/
.classup .gnbNew > ul > li > a {
    /*display: block;
    text-align: center;*/
    height: 80px;
    line-height: 80px;
    font-size: var(--font-size);
    font-weight: 600;
    color: var(--font-color);
    font-family: var(--font-style);
    /*padding: 0 10px;*/
    border-top: 5px solid #ffffff;
    min-width: 80px;
}
.classup .gnbNew > ul > li > a:hover{
    border-top: 5px solid var(--main-color);
    color:unset; text-decoration:unset;
}

.classup .gnbNew > ul > li > ul > li > a:hover {color:var(--main-color);}
.classup .gnbNew > ul > li {padding: 10px 0px 0px 24px;}
.classup  .gnbNew > ul > li > ul:last-child{
    padding-left: 24px;
}
.classup .gnbNew > ul > li > ul {
    height: 250px;
}
.classup  #gnbBgnew {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    border-bottom: 1px solid var(--boder-color);
    z-index: 3;
}
.classup #gnbBgnew.active {
    height: 250px;
}
.classup b, .classup b *{
    font-weight: 700 ;
}
.classup .youtubebox {
    width: 100%;
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 24px;
}
.classup .youtubebox .ytb_content{
    width: 100%;
    max-width: 690px;
    border-radius: 10px;
    overflow: hidden;
}
.classup .youtubebox .list_box {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    width: 100%;
}
.classup .youtubebox .notice_box,.classup .youtubebox .feedback{
    width: 100%;
}

.classup .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.classup .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.classup .main{
    width: 100%;
    max-width: var(--max-width);
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.classup .classup_board_in{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}
.classup .classup_board_in .notice_box{
    width: 100%;
}
.classup .classup_board_in .notice_box,.classup .youtubebox .notice_box {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border: 1px solid var(--boder-color);
    border-radius: 10px;
    min-height: 196px;
}

.classup .classup_board_in .notice_box .tit,.classup .youtubebox .notice_box .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding-bottom:16px
}
.classup .classup_board_in .notice_box .tit p,.classup .classup_board_in .notice_box .tit span
,.classup .youtubebox .notice_box .tit p,.classup .youtubebox .notice_box .tit span{
    font-size: var(--font-size);
    font-weight: 700;
    font-family: var(--font-style);
    color: var(--font-color);
}
.classup .classup_board_in .notice_box .tit p,.classup .youtubebox .notice_box .tit .p{
    position: relative;
}
.classup .classup_board_in .notice_box .tit p:before ,.classup .youtubebox .notice_box .tit p:before{
    content: '';
    background: url("../img/ico_notice.svg") no-repeat center / contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.classup .youtubebox .notice_box .tit p:before{
    background: url("../img/ico_stu.svg") no-repeat center / contain;
}
.classup .classup_board_in .notice_box ul,.classup .youtubebox .notice_box ul {
    border-top: 1px solid var(--boder-color);
}
.classup .classup_board_in .notice_box ul > li, .classup .youtubebox .notice_box ul > li{
    padding: 8px 0;
    border-bottom: 1px solid var(--boder-color);
}

.classup .classup_board_in .notice_box ul > li > a, .classup .youtubebox .notice_box ul > li > a{
    display: flex;
    justify-content: space-between;
    gap: 51px;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    position: relative;
    padding-left: 16px;
    text-decoration: none;
}
.classup .classup_board_in .notice_box ul > li > a:before, .classup .youtubebox .notice_box ul > li > a:before{
    content: "•";
    position: absolute;
    left: 0;
    font-size: 30px;
    color: #71B2DF;
}
.classup .classup_board_in .notice_box ul > li  p, .classup .youtubebox .notice_box ul > li p{
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}
.classup .classup_board_in .notice_box ul > li  span, .classup .youtubebox .notice_box ul > li span{
    font-size: 12px;
    font-weight: 400;
    color: #DCDCDC;

}
.classup .classup_board_in .board_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    width: 100%;
}
.classup .classup_board_in .board_box > li{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border: 1px solid var(--boder-color);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.classup .classup_board_in .board_box .main_lets1{
    background: url("../img/main_lets.png") no-repeat center / cover;
}
.classup .classup_board_in .board_box .main_lets2{
    background: url("../img/main_event.png") no-repeat center / cover;
}
.classup .youtubebox .feedback{
    background: url("../img/feedback_img.png") no-repeat center / cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 10px;
    position: relative;
}
.classup .classup_board_in .board_box > li button,.classup .youtubebox .feedback button{
    font-size: var(--font-size);
    font-weight: 800;
    line-height: 100%;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    padding: 2px 13px;
    position: absolute;
    bottom: 13.8%;
    right: 7.4%;
}

.classup .youtubebox .feedback button {

    position: absolute;
    bottom: 25%;
    left: 6%;
    right: auto;
}
.classup .ytbbox_b{
    height: 100%;
    width: 100%;
}
.classup .ytb_content .ytbbox {
    width: 100%;
    height: 100%;
}
.classup #footwrap {
    width: 100%;
    height: unset;
    background: var(--footer-color);
    margin: 0 auto;
    position: relative;
    clear: both;
    display: flex;
    flex-direction: column;
}
.classup .footer {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    list-style: none;
    padding: 36px 15px;
    display: flex;
    justify-content: space-between;
}
.classup .footer .ftcopy {
    float: left;
    width: unset;
    height: unset;
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
}
.classup .footer .ft_loog {
    float: right;
    width: 40%;
    max-width: 539px;
    text-align: right;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.classup .footer .ft_loog > ul{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.classup .footer .ft_loog > ul > li{
    white-space: nowrap;
    font-size: var(--font-size);
    color: #FFFFFF;
    font-weight: 400;
}
.classup .footer .ft_loog > ul > li:last-child{
    padding-right: 0;
}
.classup .footer .ftcopy .copyinfo{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.classup .footer .ftcopy .copyinfo > ul{
    display: flex;
    flex-direction: column;
    font-size: var(--font-style);
    font-weight: 400;
    gap: 16px;
}
.classup .footer .ftcopy .copyinfo > ul > li{
    white-space: nowrap;
    position: relative;
    padding-left: 32px;
}
.classup .footer .ftcopy .copyinfo > ul > li:before{
    content: "•";
    position: absolute;
    left: 8px;
}
.classup .footer .ft_loog img {
    width: 100%;
    max-width: 248.95px;
    object-fit: contain;
    padding-bottom: 20px;
}
.classup .pc_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.classup   .footer .call{
    font-size: 40px;
    font-weight: 800;
}
.classup   .footer * {
    color: #FFFFFF;
}
.classup .footmn {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    list-style: none;
    background-color: #f8f8f8;
}
.classup .footmn ul{
    width: 100%;
    max-width: 794px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    margin: 19px auto;
    height: 42px;
    box-sizing: content-box;
}
.classup .footmn ul > li {
    float: left;
    font-size: var(--font-size);
    font-weight: 400;
    color: var(--font-color);
    padding-right: 0;
    line-height: 1;
    text-align: center;
    align-content: center;
    display: inline-block;
    border-right: 1px solid var(--boder-color);
}
.classup .footmn li:first-child {
    text-align: left;
}
.classup .footmn li:last-child {
    text-align: right;
    border-right: 0;

}
.classup .ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    padding: 20px;
    margin-left: -60px;
    margin-top: -40px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1);
    transition: opacity .25s cubic-bezier(0,0,.2,1);
    z-index: 63;
    background-image: url(https://classup.mentors.kr//classup/img/play-button.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.classup .sub-page,.info_box .cont1,.classup  .info_box .subcont,
.classup .info_box .cont2 .svc_list,.classup .info_box .cont2 .svc_list .svc_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.classup .info_box .cont1{
    margin: 0 auto;
    padding-bottom: 100px;
    gap: 60px;
}
.classup .sub-page .info_box{
    width: 100%;
}
.classup .sub-page .info_box .tit{
    background: url("../img/info-title.png") no-repeat center / cover;
    border-radius: 69px;
    padding: 40px 55px 40px 55px;
    font-size: 36px;
    color: #FFFFFF;
}
.classup .info_box .cont1 img{
    width: 50%;
    max-width: 426px;
}
.classup .info_box .sub-tit{
    font-size: 40px;
    font-weight: 800;
    color: var(--font-color);
    line-height: 144%;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--boder-color);
}
.classup .info_box .subcont,.info_box .cont2 .svc_list{
    gap: 32px;
}
.classup .info_box .cont1 .subcont p,.info_box .cont3 .subcont p{
    font-size: 28px;
    line-height: 160%;
    font-weight: 500;
    white-space: pre-line;
    text-align: center;
}
.classup .info_box .cont2,.pg_box.vod .cont3,.classup .pg_box.mento .cont3,.classup .pg_box.consult .cont3,
.classup .ai .cont3{
    background:url("../img/info-bg.png") no-repeat center / cover;
    padding: 67px 0;
}
.classup .info_box .cont2 .subcont .sub-tit{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.classup .info_box .cont1,.info_box .cont2 .subcont,.info_box .cont3 .subcont, .classup .register_in,.classup .pg_box.consult .cont3 .subcont,
.classup .ai .cont3 .subcont{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;

}
.classup .sub-page, .classup .register_in,.classup .info_box2{
    margin: 100px auto;
}
.classup .info_box .cont2 .svc_list{
    width: 100%;
    counter-reset: svc-number;
}
.classup .info_box .cont2 .svc_list .svc_box{
    background-color: #FFFFFF;
    border-radius : var(--border-radius);
    padding: 24px;
    width: 100%;
    max-width: 960px;
    counter-increment: svc-number;
    display: flex;
    align-items: center;
    gap: 12px;
}
.classup .info_box .cont2 .svc_list .svc_box span{
    content: '';
    display: block;
    width: 120px;
    height: 120px;
}
.classup .info_box .cont2 .svc_list .svc_box:nth-child(1) span{
    background: url("../img/info_img2_1.png") no-repeat center / contain;
}
.classup .info_box .cont2 .svc_list .svc_box:nth-child(2) span{
    background: url("../img/info_img2_2.png") no-repeat center / contain;
}
.classup .info_box .cont2 .svc_list .svc_box:nth-child(3) span{
    background: url("../img/info_img2_3.png") no-repeat center / contain;
}
.classup .info_box .cont2 .svc_list .svc_box:nth-child(4) span{
    background: url("../img/info_img2_4.png") no-repeat center / contain;
}
.classup .info_box .cont2 .svc_list .svc_cont *{
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}
.classup .info_box .cont2 .svc_list .svc_box .svc_tit{
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 12px;
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.classup .info_box .cont2 .svc_list .svc_box .svc_tit:before{
    position: absolute;
    content: counter(svc-number);
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;

    left: 0;
}
.classup .info_box .cont2 .svc_list .svc_cont{
    align-items: flex-start;
}
.classup .dot{
    position: relative;
    padding-left: 60px;
}
.classup .dot:before {
    content: "•";
    position: absolute;
    left: 35px;
    font-size: 25px;
}
.classup .info_box .cont2 .svc_list .svc_cont > ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.classup .info_box .cont2 .svc_list .svc_cont > ul > li:last-child{
    padding-bottom: 0;
}
.classup .info_box .cont3 img{
    width: 75%;
    margin-bottom: 28px;
}
.classup .info_box2 .menu_box{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.classup .info_box2 .info_list{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.classup .info_box2 .info_list > li{
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid var(--boder-color);
    padding: 40px 36px;
    border-radius : var(--border-radius);
}
.classup .info_box2 .info_list .info_tit,.classup .pg_box.consult .cont4 .point_tit{
    position: relative;
    padding-left: 40px;
    padding-bottom: 9px;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    background: linear-gradient(
            to bottom,
            transparent 50%,
            #71B2DF1A 50%
    );
    align-self: flex-start;
    flex: 0 0 auto;
}
.classup .info_box2 .info_list .info_tit:before,.classup .pg_box.consult .cont4 .point_tit:before{
    content: '';
    background: url("../img/info2_chk_img.png") no-repeat center / contain;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.classup .info_box2 .info_list p,.classup  .num_list li{
    font-size: 20px;
    line-height: 144%;
    font-weight: 500;
}
.classup .info_box2 .info_list p.s_txt{
    font-size: 16px;
}
.classup .info_box2 .info_list span{
    background-color: #71B2DF;
    padding: 5px 26px;
    border-radius: 17px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 100%;
}
.classup .info_box2 .info_list .p_8{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
    gap: 8px;
}
.classup .info_box2 .info_list .n_g{
    gap: 0;
}
.classup  .num_list{
    counter-reset: svc-number;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}
.classup  .num_list li{
    position: relative;
    padding-left: 25px;
    counter-increment: svc-number;
}
.classup  .num_list li:before {
    position: absolute;
    left: 0;
    content: counter(svc-number)".";
}
.classup  .num_list.step li{
    padding-left: 60px;
}
.classup  .num_list.step li:before {
    content: "["counter(svc-number)"단계]";
}
.classup .pg_box .menu_box,.classup .pg_box .pg_tit,.classup .pg_box.vod .cont3 .subcont,
.classup .pg_box.vod .cont5,.classup .pg_box.recruit,.classup .pg_box.mento .cont3 .subcont,
.classup .pg_box .cont4 .subcont,.classup .pg_box.special .cont1 .subcont,.classup .ai .cont1,.classup .ai .cont2{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.classup .pg_box .menu_box,.classup .pg_box,.classup .pg_box .subcont,.classup .pg_box .cont3 .img_list > li,
.classup .pg_box.vod .cont4 .point_box,.classup .pg_box.vod .cont4 .point_box > li,.classup .pg_box.vod .cont4 .point_list,
.classup .pg_box.mento .cont4 .subcont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.classup .pg_box.vod .cont4 .point_box > li,.classup .pg_box.vod .cont4 .point_list,.classup .pg_box.vod .cont4 .point_box{
    align-items: flex-start;
}

.classup .pg_box .cont3,.classup .pg_box.special .cont1{width: 100%;}
.classup .pg_box{gap: 100px;width: 100%;}
.classup .pg_box .menu_box{gap: 40px;}
.classup .pg_box .pg_tit .subcont{gap: 28px;}
.classup .pg_box .cont3 .subcont,.classup .pg_box .cont3 .img_list >li{gap: 20px;}
.classup .pg_box.vod .cont4 .point_box,.classup .pg_box.mento .cont4 .subcont{gap: 24px}
.classup .pg_box .menu_box .tit,.classup .info_box2 .tit{
    font-size: 32px;
    font-weight: 700;
    line-height: 144%;
    padding-bottom: 12px;
    border-bottom: 4px solid var(--main-color);
}
.classup .pg_box .menu_box > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    gap: 20px;
    margin: 0 auto;
    padding: 10px;
}

.classup .pg_box .menu_box > ul > li a{
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    border: 1px solid var(--boder-color) !important;
    background-color: #F8F8F8;
    padding: 10px 20px;
    border-radius: 25px;
    text-align: center;
    width: auto;
    height: auto;
    display: block;
    color: var(--font-color);
}
.classup .pg_box .menu_box > ul > li.on a{
    background-color: var(--main-color);
    color: #FFFFFF;
}

.classup .pg_box .pg_tit img{
    width: 90%;
    max-width: 357px;
}
.classup .pg_box .subtit{
    font-size: 40px;
    font-weight: 700;
    line-height: 144%;

}
.classup .pg_box .pg_tit .subtit{
    text-align: center;
}
.classup .pg_box .pg_tit p{
    font-size: 28px;
    font-weight: 500;
    line-height: 144%;
    white-space: pre-line;
    text-align: center;
}
.classup .pg_box.vod .cont3 .img_qus{
    width: 100px;
    height: 100px;
}
.classup .pg_box.vod .cont3 .subtit{
    color: #FFFFFF;
}
.classup .pg_box .cont3 .img_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}
.classup .pg_box .cont3 .img_list > li{
    background-color: #FFFFFF;
    border: 1px solid var(--boder-color);
    padding: 25px;
    border-radius : var(--border-radius);

}
.classup .pg_box .cont3 .img_list > li .svc_cont{
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    white-space: pre-line;
}
.classup .pg_box .cont3 .img_list > li span{
    content: '';
    display: block;
    width: 120px;
    height: 120px;
}
.classup .pg_box.vod .cont3 .img_list > li:nth-child(1) span{
    background: url("../img/vod_img2_1.png") no-repeat center / contain;
}
.classup .pg_box.vod .cont3 .img_list > li:nth-child(2) span{
    background: url("../img/vod_img2_2.png") no-repeat center / contain;
}
.classup .pg_box.vod .cont3 .img_list > li:nth-child(3) span{
    background: url("../img/vod_img2_3.png") no-repeat center / contain;
}
.classup .pg_box.vod .cont3 .img_list > li:nth-child(4) span{
    background: url("../img/vod_img2_4.png") no-repeat center / contain;
}
.classup .pg_box.mento .cont3 .img_list > li:nth-child(1) span{
    background: url("../img/mentoring_img2_1.png") no-repeat center / contain;
}
.classup .pg_box.mento .cont3 .img_list > li:nth-child(2) span{
    background: url("../img/mentoring_img2_2.png") no-repeat center / contain;
}
.classup .pg_box.mento .cont3 .img_list > li:nth-child(3) span{
    background: url("../img/mentoring_img2_3.png") no-repeat center / contain;
}
.classup .pg_box.mento .cont3 .img_list > li:nth-child(4) span{
    background: url("../img/mentoring_img2_4.png") no-repeat center / contain;
}
.classup .pg_box .grid_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    width: 100%;
}
.classup .pg_box .grid_2 > li{
    background: url("../img/vod_img3_bg.png") no-repeat center / cover;
    border: 1px solid var(--boder-color);
    border-radius : var(--border-radius);
    padding: 28px 80px;
}
.classup .pg_box.vod .cont4 .subtit,.classup .pg_box.vod .cont5 .subtit{
    font-size: 32px;
    line-height: 100%;
    border-bottom: 8px solid #71B2DF;
    position: relative;
    padding: 14px 0 6px 68px;
    margin-bottom: 24px;
}
.classup .pg_box .grid_2 > li .subtit:before,.classup .pg_box.vod .cont5 .subtit:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    left: 0;
    bottom: -8px;
}
.classup .pg_box.vod .cont4 .subcont  > ul > li:nth-child(1) .subtit:before{
    background: url("../img/vod_img3.png") no-repeat center / contain;
}
.classup .pg_box.vod .cont4 .subcont  > ul > li:nth-child(2) .subtit:before{
    background: url("../img/vod_img3_2.png") no-repeat center / contain;
}

.classup .pg_box.vod .cont4 .point_tit{
    color: var(--main-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 160%;
}
.classup .pg_box.vod .cont4 .point_list > li{
    position: relative;
    padding-left: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}
.classup .pg_box.vod .cont4 .point_list > li:before {
    content: "•";
    position: absolute;
    left: 0px;
    font-size: 25px;
}

.classup .pg_box.vod .cont5 .subcont{
    padding: 28px 65px;
    background-color: var(--main-color);
    border-radius : var(--border-radius);
    align-items: flex-start;
}
.classup .pg_box.vod .cont5 .subtit{
    border-bottom: 8px solid #FFFFFF80;
    position: relative;
    padding: 14px 0 6px 68px;
    margin-bottom: 32px;
    color: #FFFFFF;
}
.classup .pg_box.vod .cont5 .subtit:before{
    background: url("../img/vod_img4.png") no-repeat center / contain;
}
.classup .pg_box.vod .cont5 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}
.classup .pg_box.vod .cont5 ul > li{
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    position: relative;
    padding-left: 42px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.classup .pg_box.vod .cont5 ul > li:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url("../img/vod_img4_2.png") no-repeat center / contain ;
    width: 32px;
    height: 32px;
    left: 0;
}
.classup .info_box2  img, .pg_box img{
    width: 100%;
}
.classup .moshow{
    display: none;
}
.classup .tit_desc p{
    font-size: 28px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 32px;
}
.classup .register_in table{
    border: 1px solid var(--boder-color);
}
.classup .register_in table td {
    border: 1px solid var(--boder-color);
    text-align: left;
    padding: 11px 20px;
    line-height: 100%;
    /*font-size: 24px;*/
    font-weight: 400;
}
.classup .register_in .bgblue {
    background: #F8F8F8;
}
.classup .input_text {
    border: 1px solid var(--boder-color);
    padding: 6px;
    font-size: 20px;
}
.classup .register_in .tblbtn{
    background: #000000;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 7px 15px;
    border-radius: 19px;
    margin: 0 5px;
}
.classup .register_in table td span{
    font-size: 16px;
    color: #ABABAB;
}
.classup .register_in table td label {
    display: inline-flex;
    align-items: center;
    gap: 10px;   /* 텍스트와 간격 */
    cursor: pointer;
}

.classup  input[type="radio"],.classup input[type='checkbox'] {
    appearance: none;   /* 기본 스타일 제거 */
    width: 20px;
    height: 20px;
    border: 1px solid var(--boder-color);   /* 테두리 */
    border-radius: 50%;
    position: relative;
    margin: 0;
    outline: none;
    flex-shrink: 0;
}
.classup  input[type="radio"]:checked{
    background:
            radial-gradient(circle,
            var(--main-color) 0 5px,
            #fff 6px
            );
}
.classup input[type='checkbox']:checked {
    background: url("../img/chkimg.png") no-repeat center -3px / 24px 17px;
}
.classup input[type='checkbox']:checked::before{
    content: "";
    position: absolute;
    width: 24px;
    height: 17px;
    background: url("../img/chkimg.png") no-repeat center/contain;
    top: -4px;
    left: -3px;
}
.classup .r_32{
    margin-right: 32px  ;
}
.classup .r_16{
    margin-right: 16px  ;
}
.classup .register_in table td > ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.classup .register_in .reg_info{
    gap: 0;
}
.classup .register_in  .stu_info > li,.classup .register_in  .stu_info .stu_box{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px 32px;
}
.classup .register_in .reg_info > li{
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    word-break: keep-all;
    line-height: 100%;
}
.classup .register_in .reg_info > li p:first-child{
    white-space: pre;
}
.classup .register_in .reg_info > li:before{
    content: "∙";
    font-size: 24px;
    display: inline-block;
    padding: 0 8px 0 4px;
}
.classup .wd200{
    max-width: 200px;
}
.classup .register_in .red_info{
    color: #BB6976;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}
.classup .input_text::placeholder{
    font-size: 20px;
}
.classup .file_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #A73B4C;
    color: #fff;
    border-radius: 19px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}
.classup .file_wrap{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}
.classup .file_wrap input[type=file]{
    display: none;
}
.classup .regbtbox {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 980px;
    padding-top: 32px;
    height: auto;
    clear: both;
    position: relative;
}
.classup .regbtbox .regok_btn{
    background-color: var(--main-color);
    padding: 14px 29px;
    border-radius: 58px;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    color: #FFFFFF;
}


.classup .pg_box .cont4{
    width: 100%;
}
.classup .pg_box .list_tab{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.classup .pg_box .list_tab a{
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    color: #929292;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--boder-color);
    display: block;
}
.classup .pg_box a:hover {
    text-decoration: none;
}
.classup .pg_box .list_tab .on a{
    color: var(--font-color);
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--main-color);
}
.classup .pg_box .list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 24px;
}
.classup .pg_box .list li{
    border: 1px solid var(--boder-color);
    border-radius : var(--border-radius);
}
.classup .pg_box .list .cont_box{
    display: flex;
    flex-direction: column;
}
.classup .pg_box .list .img_box{
    position: relative;
    width: 100%;
    padding-top: calc(230 / 281 * 100%);
    overflow: hidden;
}
.classup .pg_box .list .img_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.classup .pg_box .list .list_cont{
    padding: 19px 12px;
}
.classup .pg_box .list .list_cont .tit{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 144%;
}
.classup .pg_box .list .list_cont .date{
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 144%;
}
.classup .pg_box.view {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.classup .pg_box.view .cont2{
    width: 100%;
}
.classup .pg_box.view .cont2 img{
    width: 100%;
    border-radius : var(--border-radius);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    max-width: 100%;
}
.classup .pg_box.view .chklist{
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 40px 49px 0;
}
.classup .pg_box.view .chklist li{
    border-bottom: 1px solid var(--boder-color);
    display: flex;
    align-items: center;
    gap: 16px;
}
.classup .pg_box.view .chklist p{
    font-size: 32px;
    font-weight: 400;
    line-height: 144%;
}
.classup .pg_box.view .chklist .subtit{
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: pre;
}
.classup .pg_box.view .chklist .subtit:before{
    content:"";
    background: url("../img/ico_recurit_chk.svg") no-repeat center / contain;
    width: 32px;
    height: 32px;
}
.classup .pg_box.view .radio_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 24px;
}
.classup .pg_box.view .radio_box.online{
    grid-template-columns: repeat(2, 1fr);
}
.classup .pg_box.view .radio_box li {
    border: 3px solid #BAC8FA;
    border-radius : var(--border-radius);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.classup .pg_box .radio_box .tit{
    font-size: 28px;
    font-weight: 700;
    line-height: 144%;
    line-height: 144%;
    text-align: center;
}
.classup .pg_box .radio_box label{
    display: flex;
    align-items: center;
    gap: 26px;
    border-top: 1px solid var(--boder-color);
    padding: 28px 19px 0 19px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.classup .pg_box .radio_box .radio_txt{

    display: flex;
    flex-direction: column;
    gap: 8px;
}
.classup .pg_box .radio_box .img_box {
    width: 100%;
    height: 24.42px;        /* 원하는 동일 높이 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.classup .pg_box .radio_txt p{
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    white-space: pre;
}
.classup .pg_box.view .p_22{
    padding: 22.5px 0;
}
/* 이미지 */
.classup .pg_box .radio_box .img_box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;   /* 비율 유지 */
}
.classup .pg_box.view .info_box{

    border: 1px solid var(--boder-color);
    border-radius : var(--border-radius);
    padding: 40px;
    margin-top: 40px;

}
.classup .pg_box.view .info_box * {
    font-size: 28px;
    font-weight: 700;
    line-height: 144%;
}
.classup .pg_box .btn_list{

}
.classup .pg_box .btn_list button{
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: var(--main-color);
    border-radius: 58px;
    padding: 14px 29px;
    line-height: 100%;
}
.classup .pg_box.view .point_txt{
    font-size: 24px;
    font-weight: 600;
    line-height: 144%;
    color: #C4573A;
    padding-top: 20px;
    text-align: center;
}
.classup .pg_box.view .radio_box.consul{
    grid-template-columns: 1fr 2fr;
}
.classup .pg_box .radio_box.consul label{
    max-width: 100%;
}
.classup .radio_box.consul .radio_group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--boder-color);
}
.classup .radio_box.consul .radio_group label{
    border-top: 0;
    padding : 0;
    width: auto;
    gap: 20px;
    margin: 0;
}
.classup .radio_box.consul .tit.point{
    color: #0D318E;
}
.classup .pg_box.mento .cont3 .subcont .img_box{
    border-radius : var(--border-radius);
    box-shadow: 0 0 20px #5D74B1;
    position: relative;
    max-width: 998px;
    margin: 0 auto;
    width: 100%;
    padding-top: 29.6%;
    overflow: hidden;
    margin-bottom: 20px;
}
.classup .pg_box.mento .cont3 .subcont .img_box:before{
    content: '';
    background: url("../img/mentoring_img1.png") no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.classup .pg_box.mento .search_box{
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    background-color: var(--main-color);
    border-radius: 200px;
    padding: 17px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.classup .pg_box.mento .search_box .txt{
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    border-radius: 200px;
    padding: 15px 0;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.classup .pg_box.mento .search_box:after{
    display: inline-flex;
    width: 60px;
    height: 60px;
    content: '';
    background: url("../img/ico_search.svg") no-repeat center / contain;
}
.classup .pg_box.mento .search_box .txt .red_txt, .classup .pg_box.mento .search_box .txt .blue_txt{
    font-weight: 700;
}
.classup .red_txt{
    color: #C4573A;
}
.classup .blue_txt{
    color: var(--main-color);
}
.classup .pg_box.mento .cont4 .point_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    width: 100%;
}
.classup .pg_box.mento .cont4 .point_box > li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid var(--boder-color);
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.classup .pg_box.mento .cont4 .point_box li .point_tit{
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    padding: 24px;
}
.classup .pg_box.mento .cont4 .point_box li .point_tit p{
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    white-space: pre-line;
    width: 50%;
    text-align: center;
}
.classup .pg_box.mento .cont4 .point_box li .point_list {
    flex: 0 0 auto;  /* 내용만큼 */
}

.classup .pg_box.mento .cont4 .point_box li .point_tit {
    flex: 1;         /* 남는 공간 전부 */
}

.classup .pg_box.mento .cont4 .point_box .point_tit span{
    width: 50%;
    padding-top: 50%;
    position: relative;
}
.classup .pg_box.mento .cont4 .point_box .point_tit span:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-flex;
    top: 0;
    left: 0;
}
.classup .pg_box.mento .cont4 .point_box > li:nth-child(1) .point_tit span:before {
    background: url("../img/mentoring_img3_1.png") no-repeat center / contain;
}
.classup .pg_box.mento .cont4 .point_box > li:nth-child(2) .point_tit span:before {
    background: url("../img/mentoring_img3_2.png") no-repeat center / contain;
}
.classup .pg_box.mento .cont4 .point_box > li:nth-child(3) .point_tit span:before {
    background: url("../img/mentoring_img3_3.png") no-repeat center / contain;
}

.classup .pg_box.mento .cont4 .point_box li .point_list{
    padding: 31px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.classup .pg_box.mento .cont4 .point_box li .point_list > li{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 160%;
}
.classup .pg_box.mento .cont4 .point_box > li:nth-child(1){
    background-image: url("../img/mento_bg1.png");
}
.classup .pg_box.mento .cont4 .point_box > li:nth-child(2){
    background-image: url("../img/mento_bg2.png");
}
.classup .pg_box.mento .cont4 .point_box > li:nth-child(3){
    background-image: url("../img/mento_bg3.png");
}
.classup .pg_box.mento .cont5 *{
    font-weight: 500;
    line-height: 144%;
    white-space: pre-line;
    text-align: center;
}
.classup .pg_box.mento .cont5 .subtit{
    font-size: 40px;
}
.classup .pg_box.mento .cont5 p{
    font-size: 28px;
    padding-top: 16px;
}


.classup .pg_box.consult .flow_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}



.classup .pg_box.consult .flow_wrap .box {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    box-shadow: 0 0 20px #0D318E80;
    padding: 59px 14px;
    width: 60%;
}
.classup .pg_box.consult .flow_wrap .center {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: center;
    width: 40%;
    margin: 0 auto;
}

/* 좌우 끝 정렬 */
.classup .pg_box.consult .flow_wrap .box1, .classup .pg_box.consult .flow_wrap .box3 { justify-self: start; grid-column: 1;}
.classup .pg_box.consult .flow_wrap .box2, .classup .pg_box.consult .flow_wrap .box4 { justify-self: end;grid-column: 2; }
.classup .pg_box.consult .flow_wrap .box .tit{
    padding-bottom: 5px;
    border-bottom: 3px solid #5D74B180;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}
.classup .pg_box.consult .flow_wrap .box ul{
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    gap: 12px;
}
.classup .pg_box.consult .flow_wrap .box ul li{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 4.5px;
}
.classup .pg_box.consult .flow_wrap .box ul li:before{
    content: '';
    background: url("../img/ico_check.svg") no-repeat center / contain;
    width: 20px;
    height: 20px;
}
.classup .pg_box.consult .cont4 .point_box{
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
}
.classup .pg_box.consult .cont4 .point_box > li{
    display: flex;
    flex-direction: column;
    gap: 18px;
    border: 1px solid var(--boder-color);
    padding: 40px 36px;
    border-radius: var(--border-radius);
}
.classup .pg_box.consult .cont4 .point_tit{
    font-size: 28px;
}
.classup .pg_box.consult .cont4 .point_list{
    display: flex;
    flex-direction: column;
}
.classup .pg_box.consult .cont4 .point_list > li{
    font-size: 24px;
    font-weight: 500;
    line-height: 144%;
    padding-left: 40px;
}
.classup .pg_box.consult .cont4 .point_list .dot:before{
    left: 15px;
}

.classup .pg_box.special .cont1 .subcont, .classup .pg_box.special .cont4 .subcont{
    max-width: 1460px;
}
.classup .pg_box.special .grid_2 .subtit{
    font-size: 32px;
    line-height: 100%;
    border-bottom: 8px solid #71B2DF;
    padding-bottom: 16px;
    margin-bottom: 24px;
    letter-spacing: -2px;
}
.classup .pg_box.special .flow_wrap {
    display: grid;
    grid-template-columns: 1fr 53% 1fr;
    align-items: center;
    width: 100%;
    gap: 100px;
}
.classup .pg_box.special .flow_wrap .box{
    margin: 0 auto;
}
.classup .pg_box.special .flow_wrap .box1 { grid-column: 1; grid-row: 1; }
.classup .pg_box.special .flow_wrap .center {
    grid-column: 2; grid-row: 1;
    width: 100%;
    padding-top: 40%;
    position: relative;}
.classup .pg_box.special .flow_wrap .center:before{
    position: absolute;
    content: '';
    height: 1px;
    background-color:  #ABABAB;
    width: calc(100% + 158px);
    top: 50%;
    left: -76px;
    transform: translateY(-50%);
    z-index: 1;
}
.classup .pg_box.special .flow_wrap .center:after{
    position: absolute;
    content: '';
    width: 1px;
    background-color:  #ABABAB;
    height: calc(100% + 76px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.classup .pg_box.special .flow_wrap .box2 { grid-column: 3; grid-row: 1; }

/* 두 번째 줄 */
.classup .pg_box.special .flow_wrap .box3 {
    grid-column: 2;   /* 가운데만 사용 */
    grid-row: 2;

}

/* 원 이미지 */
.classup .pg_box.special .flow_wrap .center img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 0 20px #00000040;
    z-index: 2;
}
.classup .pg_box.special .flow_wrap .tit{
    border: 3px solid var(--main-color);
    border-radius: 200px;
    padding: 1px 21px;
    font-size: 32px;
    font-weight: 700;
    line-height: 144%;
    width: fit-content;
    width: -moz-fit-content;
    margin-bottom: 11px;
}
.classup .pg_box.special .flow_wrap .dot{
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 144%;
    white-space: pre-line;
}
.classup .pg_box.special .flow_wrap .dot:before{
    left: 10px;
}
.classup .pg_box.special .grid_2 > li{
    padding: 32px 32px 56px;
}
.classup .pg_box.special .point_info{
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.classup .pg_box.special .point_info li{
    font-size: 28px;
    font-weight: 600;
    line-height: 160%;
    color: var(--main-color);
}
.classup .pg_box.special .grid_2 .point_box .point_tit{
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    padding: 24px 0;
}
.classup .pg_box.special .grid_2 .point_list{
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.classup .pg_box.special .grid_2 .point_list li{
    font-size: 28px;
    font-weight: 600;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--main-color);
}
.classup .pg_box.special .grid_2 .point_list li:before {
    content: '';
    background: url(../img/ico_check.svg) no-repeat center / contain;
    width: 32px;
    height: 32px;
}
.classup .file_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.classup .file_box .fileinput{
    color: #575A60;
    width: 60%;
    min-width: 155px;
    max-width: 447px;
}
.classup .ai .subcont .tit{
    font-size: 36px;
    font-weight: 700;
    color: var(--font-color);
    line-height: 144%;
    padding: 2px 22px;
    border: 3px solid var(--main-color);
    border-radius: 200px;
}

.classup .ai .box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7%;
    width: 100%;
    margin-top: 80px;
}
.classup .ai .box li{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
    height: 100%;
}
.classup .ai .box .txt{
    white-space: pre-line;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #575757;
    line-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.classup .ai .circle p{
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    color: var(--font-color);
    white-space: pre-line;
    text-align: center;
}

.classup .ai .circle {
    width: 100%;
    border-radius: 50%;
    padding: 9px; /* border 두께 */
    aspect-ratio: 1 / 1;

    background: linear-gradient(180deg, #71B2DF 0%, #B6D9F0 100%);
    display: flex;
    align-items: center;
    justify-content: center;

}
.classup .ai .box2 .circle {
    background: linear-gradient(180deg, #5D74B1 0%, #AEC1F2 100%);
}
.classup .ai .box > li:after {
    position: absolute;
    content: '';
    background: url("../img/ai_img1.png") no-repeat center / contain;
    right: -33%;
    width: 35%;
    height: 33%;
    top: 30%;
    transform: translateY(-30%);

}
.classup .ai .box2 > li:after {
    background: url("../img/ai_img2.png") no-repeat center / contain;
}
.classup .ai .box li:last-child:after {
    display: none;
}
.classup .ai .box > li:nth-child(1) .circle {
    z-index: 5;
}
.classup .ai .box > li:nth-child(1):after {
    z-index: 4;
}
.classup .ai .box > li:nth-child(2) .circle {
    z-index: 3;
}
.classup .ai .box > li:nth-child(2):after {
    z-index: 2;
}
.classup .ai .box > li:nth-child(3) .circle {
    z-index: 1;
}

.classup .ai .circle-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: white; /* 내부 색 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 13%;
}
.classup .ai .circle .imgbox{
    width: 50%;
    padding-top: 50%;
    position: relative;
}
.classup .ai .circle .imgbox:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}
.classup .ai .box li:nth-child(1) .imgbox:before{
    background: url("../img/ai_img1_1.png") no-repeat center / contain;
}
.classup .ai .box1 li:nth-child(2) .imgbox:before{
    background: url("../img/ai_img1_2.png") no-repeat center / contain;
}
.classup .ai .box1 li:nth-child(3) .imgbox:before{
    background: url("../img/ai_img1_3.png") no-repeat center / contain;
}
.classup .ai .box2 li:nth-child(2) .imgbox:before{
    background: url("../img/ai_img2_2.png") no-repeat center / contain;
}
.classup .ai .box2 li:nth-child(3) .imgbox:before{
    background: url("../img/ai_img2_3.png") no-repeat center / contain;
}
.classup .ai .cont2 .subtitbox{
    font-size: 32px;
    font-weight: 600;
    line-height: 144%;
    color: #FFFFFF;
    background: var(--main-color);
    padding: 10px 35px;
    margin-top: 40px;
    text-align: center;
}
.classup .ai .cont3 .tit{
    background: #FFFFFF;
}
.classup .ai .cont3 .subcont{
    gap: 38px;
}
.classup .ai .cont3 .subcont .subtit{
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    color: var(--font-color);
    border-bottom: 8px solid #71B2DF;
    padding-bottom: 8px;
}
.classup .ai .cont3 .subcont .subtit span{
    font-weight: 800;
    line-height: 100%;
    color: #71B2DF;

}
.classup .ai .cont3 .grid_2{
    gap: 40px;
}
.classup .ai .cont3 .grid_2 > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 16% 11%;
}
@media (max-width: 1440px) {
    .classup .pg_box.special .flow_wrap{
        grid-template-columns: 1fr 50% 1fr;
    }
    .classup .pg_box.special .flow_wrap{
        gap: 50px;
    }
    .classup .pg_box.special .flow_wrap .center:before{
        width: calc(100% + 80px);
        left: -40px;
    }
    .classup .pg_box.special .flow_wrap .center:after{
        height: calc(100% + 40px);
    }
    .classup .pg_box.special .flow_wrap .dot {
        padding-left: 15px;
        font-size: 18px;
    }
    .classup .pg_box.special .flow_wrap .dot:before {
        left: 0;
    }
    .classup .pg_box.special .flow_wrap .tit{
        font-size: 30px;
    }
}
@media (max-width: 1024px) {

    .classup .youtubebox {
        grid-template-columns: 1fr;
    }
    .classup .youtubebox .ytb_content{
        max-width: unset;
    }
    .classup .youtubebox .list_box {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .classup .gnbNew > ul > li > a {
        font-size: 18px;
    }
    .classup .info_box2 .cont2 img {
        width: 150%;
    }
    .classup .pg_box{
        min-height: 44vh;
    }
    .classup .footer .ft_loog > ul {
        flex-direction: column;
        align-items: end;
    }
    .classup .moshow{
        display: block;
    }
    .classup .pg_box .cont3 .img_list {
        grid-template-columns: repeat(2, 1fr);

    }
    .classup .pg_box .cont3 .img_list > li{
        padding: 30px;
    }
    .classup .pg_box .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .classup .pg_box.consult .flow_wrap .box{
        width: 90%;
    }
    .classup .pg_box.consult .flow_wrap .center {
        width: 58%;
    }
    .classup .pg_box.special .flow_wrap .dot {
        padding-left: 15px;
        font-size: 15px;
    }
    .classup .pg_box.special .flow_wrap .dot:before {
        left: 0;
    }
    .classup .pg_box.special .flow_wrap .tit{
        font-size: 28px;
    }
}
@media (max-width: 980px) {
    .classup #rqX {
        right: 0px;
        left: auto;
        width: 50px;
        width: clamp(40px, 6.51vw, 50px);

    }
    .classup .gnb-top-btn {
        padding: 10px 25px 10px 20px;
        padding: clamp(7px, 1.3vw, 10px) 25px clamp(7px, 1.3vw, 10px) clamp(20px, 3.25vw, 25px);
    }
    .classup #gnbTop .gnb-top {
        justify-content: center;
    }
    .classup #gnbTop {
        display: block;
    }
    .classup #rqWrap{
        background-color: var(--main-color);
    }
    .classup #gnbTop .gnb-top .gnb-top-btn{
        display: none;
    }
    .classup .ico.top_allmenu {
        width: 48px;
        height: 48px;
        background: url(/classup/img/icon-menu.png) no-repeat center / contain;
        position: absolute;
        top: 78px;
        right: 12px;
    }
    .classup #mMenu > div > ul > li > a, #mMenu > div > ul > li > span,.classup .gnb-top-btn a , .classup #mMenu > div > ul > li > ul > li > a {
        width: 100%;
    }

    .classup .classup_board_in .notice_box ul li > div {
        font-size: 24px;
    }
    .classup #mMenu > div > ul > li > span:after {
        right: 12px;
    }
    .classup .classup_board_in .notice_box ul li > p {
        font-size: 20px;
    }
    .classup #sub_svimg {height:auto !important; padding-top:35%;}

    .classup .footer .ftcopy{
        font-size: var(--font-size);
    }
    .classup .pg_box .menu_box > ul{
        max-width: 660px;
    }
    .classup .pg_box .grid_2 > li{
        padding: 28px 40px;
    }
    .classup #mMenu > div > ul > li > a, .classup #mMenu > div > ul > li > span,.mTop-gnb{
        border-color: var(--boder-color);
    }
    .classup #mMenu > div > ul > li > a, .classup #mMenu > div > ul > li > span{
        font-size: 21px;
        font-size: clamp(18px, 2.73vw, 21px);
        padding: 10px 25px 10px 20px;
        padding: clamp(7px, 1.3vw, 10px) 25px clamp(7px, 1.3vw, 10px) clamp(20px, 3.25vw, 25px);
    }
    .classup .register_in table td, .classup table td, .classup table th{
        font-size: 18px;
        padding: 11px 15px;
    }
    .classup .pg_box.view .radio_box.online,.classup .pg_box.view .radio_box.consul {
        grid-template-columns: repeat(1, 1fr);
    }
    .classup .pg_box .radio_box .radio_txt{
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .classup .pg_box .radio_box.consul li:first-child label{
        max-width: 263px;
    }
    .classup .pg_box.mento .cont4 .point_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .classup .pg_box.mento .cont4 .point_box .point_tit span {
        width: 36%;
        padding-top: 36%;
    }
    .classup .pg_box.mento .cont4 .point_box li .point_list > li {
        font-size: 24px;
    }
    .classup .ai .circle p,.classup .ai  .subcont .tit {
        font-size: 36px;
        font-size: clamp(30px, 3.67vw, 36px);
    }
    .classup .ai .box .txt,.classup .ai .cont2 .subtitbox,.classup .ai .cont3 .subcont .subtit{
        font-size: 32px;
        font-size: clamp(26px, 3.26vw, 32px);
    }
}
@media (max-width: 768px){
    body.classup{
        --border-radius : 20px;
        --border-radius : clamp(10px, 2.6vw, 20px);
    }
    .classup #gnb h1 a {
        width: 248px;
        width: clamp(148px, 32.29vw, 248px);
        margin-left: 0;
    }
    .classup .ico.top_allmenu{
        width: 48px;
        height: 48px;
        width: clamp(28px, 6.25vw, 48px);
        height: clamp(28px, 6.25vw, 48px);
    }
    .classup .classup_board_in,.classup .youtubebox .list_box {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }
    .classup .classup_board_in .notice_box, .classup .youtubebox .notice_box{
        min-height: 273px;
        min-height: clamp(158px, 39.5vw, 273px);
    }
    .classup .classup_board_in .board_box > li::before {
        content: "";
        display: block;
        padding-top: 60.1%;  /* 202/336 */
    }
    .classup .classup_board_in .notice_box .tit p, .classup .youtubebox .notice_box .tit p{
        font-size: 32px;
        font-size: clamp(18px, 4.17vw, 32px);
    }
    .classup .classup_board_in .board_box > li button, .classup .youtubebox .feedback button{
        font-size: 28px;
        font-size: clamp(12px, 3.6vw, 28px);
        padding: 2px 13px;
        padding: 2px clamp(6px, 1.69vw, 13px);
    }
    .classup .classup_board_in .notice_box ul > li p, .classup .youtubebox .notice_box ul > li p,.classup .pg_box.vod .cont4 .point_list > li,
    .classup .pg_box.consult .cont4 .point_list > li{
        font-size: 24px;
        font-size: clamp(12px, 3.12vw, 24px);
    }
    .classup .footmn ul > li,.classup .footer .ftcopy,.classup #gnbTop .gnb-top p,
    .classup .classup_board_in .notice_box .tit span, .classup .youtubebox .notice_box .tit span{
        font-size: var(--font-size);
        font-size: clamp(14px, 2.6vw, 20px);
    }
    .classup .classup_board_in .notice_box ul > li span, .classup .youtubebox .notice_box ul > li span{
        font-size: 16px;
        font-size: clamp(12px, 2vw, 16px);
    }
    .classup .youtubebox .feedback{
        background: url(../img/feedback_img_m.png) no-repeat center / cover;
    }
    .classup .youtubebox .feedback:before{
        content: "";
        display: block;
        padding-top: 29%;
    }

    .classup .youtubebox .feedback button {
        bottom: 15%;
    }
    .classup  .footmn ul a {
        color: var(--font-color);
        justify-content: center;
    }

    .classup .footer {

        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 28px;
        gap: clamp(12px, 3.6vw, 28px);
        padding: 36px 15px;
        padding: clamp(18px, 4.68vw, 36px) 15px;
    }
    .classup .footer .ft_loog,.classup .footer .ftcopy .copyinfo{
        align-items: center;
    }
    .classup .footer .call {
        font-size: 40px;
        font-size: clamp(30px, 5.2vw, 40px);
    }
    .classup .classup_board_in .board_box,.classup .pg_box .cont3 .img_list{
        grid-gap: 24px;
        grid-gap:clamp(16px, 3.12vw, 24px);
    }
    .classup .main {
        gap: 40px;
        grid-gap:clamp(20px, 5.2vw, 40px);
        margin: 80px auto;
        margin: clamp(40px, 10.4vw, 80px) auto;
    }
    .classup .footer .ftcopy .copyinfo > ul,.classup .footer .ftcopy .copyinfo{
        gap: 16px;
        gap: clamp(6px, 2vw, 16px);
        font-size: var(--font-style);
        font-size: clamp(13px, 2.6vw, 20px);
    }
    .classup .pc-show {
        display: none !important;
    }
    .classup .footer .ft_loog{
        width: 60%;
    }
    .classup .sub-page .info_box .tit{
        font-size: 36px;
        font-size: clamp(16px, 4.6vw, 36px);
        padding: 43px 55px;
        padding: clamp(23px, 5.59vw, 43px) clamp(23px, 7.16vw, 55px);
    }
    .classup .info_box .sub-tit,.classup .pg_box .subtit,.classup .pg_box.mento .cont5 .subtit {
        font-size: 40px;
        font-size: clamp(20px, 5.2vw, 40px);
    }
    .classup .info_box2 .info_list p.s_txt{
        font-size: 16px;
        font-size: clamp(12px, 2vw, 16px);
    }
    .classup .info_box .cont1 .subcont p, .classup .info_box .cont3 .subcont p,
    .classup .pg_box .pg_tit p,.classup .pg_box.vod .cont4 .point_tit,.classup .pg_box .list_tab a,
    .classup .pg_box .radio_box .tit,.classup .pg_box.view .chklist .subtit,
    .classup .pg_box.view .info_box li,.classup .pg_box.mento .cont5 p,.classup .pg_box.consult .cont4 .point_tit{
        font-size: 28px;
        font-size: clamp(13px, 3.64vw, 28px);
    }

    .classup .pg_box .cont3 .img_list > li .svc_cont{
        font-size: 28px;
        font-size: clamp(13px, 3.4vw, 28px);
    }
    .classup .info_box .cont2 .svc_list .svc_box{
        flex-direction: column;
        padding: 24px;
        padding: clamp(12px, 3.12vw, 24px);
        gap: 13px;
    }

    .classup .info_box .cont2 .svc_list .svc_cont{
        align-items: center;
    }
    .classup .info_box .cont2 .svc_list .svc_cont *,.classup .info_box2 .info_list p, .classup .num_list li,.classup .info_box2 .info_list span{
        font-size: var(--font-size);
        font-size: clamp(12px, 2.6vw, 20px);
    }
    .classup .info_box .cont2 .svc_list .svc_cont > ul > li{
        padding-left: 16px;
        padding-left: clamp(8px, 2.08vw, 16px);
    }
    .classup .info_box .cont2 .svc_list .svc_cont > ul > li:before{
        left:0 ;
    }
    .classup .pg_box.view .info_box *,.classup .tit_desc p{
        font-size: 28px;
        font-size: clamp(18px, 3.6vw, 28px);
    }
    .classup .info_box .cont2 .svc_list .svc_box .svc_tit,.classup .pg_box.vod .cont5 .subcont{
        font-size: 28px;
        font-size: clamp(18px, 3.6vw, 28px);
        padding-left: 60px;
        padding-left: clamp(35px, 7.81vw, 60px);
    }
    .classup .pg_box.vod .cont5 .subcont{
        padding:28px 65px;
        padding:clamp(14px, 3.6vw, 28px) clamp(14px, 4vw, 65px);
    }
    .classup .info_box .cont2 .svc_list .svc_box .svc_tit:before{
        font-size: 24px;
        font-size: clamp(14px, 3.12vw, 24px);
        width: 48px;
        height: 48px;
        width: clamp(24px, 6.25vw, 48px);
        height: clamp(24px, 6.25vw, 48px);
    }
    .classup .pg_box .grid_2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .classup .pg_box .menu_box > ul > li,.classup .info_box2 .info_list .info_tit,
    .classup .pg_box .menu_box > ul > li a,
    .classup .pg_box .radio_txt p,.classup .pg_box.view .point_txt,.classup .pg_box.mento .cont4 .point_box li .point_list > li,
    .classup .dot:before,.classup .regbtbox .regok_btn{
        font-size: 24px;
        font-size: clamp(14px, 3.12vw, 24px);
    }
    .classup .pg_box .menu_box > ul > li a,.classup .pg_box .menu_box > ul{
        padding: 10px 20px;
        padding: clamp(5px, 1.3vw, 10px) clamp(10px, 2.6vw, 20px);
    }
    .classup .regbtbox .regok_btn,.classup .pg_box .btn_list button{
        padding: 14px 29px;
        border-radius: 58px;
        padding: clamp(7px, 1.82vw, 14px) clamp(18px, 3.77vw, 29px);
        border-radius: clamp(29px, 7.55vw, 58px);
    }
    .classup .pg_box.mento .search_box .txt{
        font-size: 24px;
        font-size: clamp(11px, 3.12vw, 24px);
    }
    .classup .pg_box.vod .cont4 .subtit, .classup .pg_box.vod .cont5 .subtit,.classup .pg_box.vod .cont5 ul > li,
    .classup .pg_box .menu_box .tit,.classup .info_box2 .tit,.classup .pg_box .btn_list button{
        font-size: 32px;
        font-size: clamp(20px, 4.16vw, 32px);
    }
    .classup .pg_box.vod .cont5 ul > li{
        padding-left: 42px;
        padding-left: clamp(32px, 5.46vw, 42px);
    }
    .classup .pg_box.vod .cont5 ul > li:before,.classup .info_box2 .info_list .info_tit:before,.classup .pg_box.consult .cont4 .point_tit:before,
    .classup .pg_box.special .grid_2 .point_list li:before,.classup .pg_box.view .chklist .subtit:before{
        width: 32px;
        height: 32px;
        width: clamp(16px, 4.16vw, 32px);
        height: clamp(16px, 4.16vw, 32px);
    }
    .classup .tit_desc p{
        margin-bottom: 32px;
        margin-bottom: clamp(16px, 4.16vw, 32px);
    }
    .classup .pg_box .radio_box label{
        gap: 26px;
        gap: clamp(13px, 3.38vw, 26px);
    }
    .classup .pg_box .menu_box > ul{
        gap: 20px;
        gap: clamp(8px, 2.6vw, 20px);
    }
    .classup  .pg_box .radio_box.consul .radio_group label,
    .classup .pg_box .cont3 .subcont, .classup .pg_box .cont3 .img_list >li{
        gap: 20px;
        gap: clamp(4px, 1.2vw, 20px);
    }
    .classup .pg_box .radio_box.consul label,.classup .pg_box .radio_box .radio_txt,.classup .file_box{
        gap: 16px;
        gap: clamp(8px, 2.08vw, 16px);
    }
    .classup .pg_box .radio_box.manto label,.classup .pg_box.special .grid_2 .point_list li,
    .classup .info_box .cont2 .svc_list .svc_cont > ul{
        gap: 8px;
        gap: clamp(4px, 1.04vw, 8px);
    }
    .classup .pg_box.vod .cont3 .img_qus {
        width: 100px;
        height: 100px;
        width: clamp(50px, 13vw, 100px);
        height: clamp(50px, 13vw, 100px);
    }
    .classup .pg_box .cont3 .img_list > li {
        padding: 30px;
        padding: clamp(10px, 3vw, 30px);
    }
    .classup .pg_box .cont3 .img_list > li span,.classup .info_box .cont2 .svc_list .svc_box span {
        width: 120px;
        height: 120px;
        width: clamp(60px, 15.62vw, 120px);
        height: clamp(60px, 15.62vw, 120px);
    }
    .classup .pg_box,.classup .pg_box.consult .cont4 .point_box{
        gap: 100px;
        gap: clamp(50px, 13vw, 100px);
    }
    .classup .sub-page, .classup .register_in,.classup .info_box2 {
        margin: 100px auto;
        margin: clamp(50px, 13vw, 100px) auto;
    }
    .classup .pg_box .grid_2 > li .subtit:before, .classup .pg_box.vod .cont5 .subtit:before{
        width: 60px;
        height: 60px;
        width: clamp(30px, 7.81vw, 60px);
        height: clamp(30px, 7.81vw, 60px);
    }
    .classup .pg_box.mento .search_box:after{
        width: 60px;
        height: 60px;
        width: clamp(20px, 6vw, 60px);
        height: clamp(20px, 6vw, 60px);
    }
    .classup .pg_box .grid_2 > li .subtit:before, .classup .pg_box.vod .cont5 .subtit:before {
        bottom: -4px;
    }
    .classup .pg_box.vod .cont4 .subtit, .classup .pg_box.vod .cont5 .subtit{
        padding-bottom: 3px;
    }
    .classup .pg_box .grid_2 > li {
        padding: 28px 40px;
        padding: clamp(14px, 3.64vw, 28px) clamp(20px, 5.2vw, 40px);
    }
    .classup .pg_box.vod .cont4 .subtit, .classup .pg_box.vod .cont5 .subtit{
        padding-left: 68px;
        padding-left: clamp(34px, 8.85vw, 68px);
    }
    .classup .info_box2 .info_list > li{
        padding: 40px 16px;
        padding: clamp(20px, 5.2vw, 40px) clamp(8px, 2.08vw, 16px);
    }
    .classup .num_list li,.classup .pg_box.special .flow_wrap .dot{
        padding-left: 25px;
        padding-left: clamp(15px, 3.25vw, 25px);
    }
    .classup .pg_box.vod .cont4 .point_list > li:before{
        font-size: 25px;
        font-size: clamp(15px, 3.25vw, 25px);
    }
    .classup  .num_list.step li{
        padding-left: 60px;
        padding-left: clamp(40px, 7.81vw, 60px);
    }
    .classup .info_box2 .info_list .info_tit, .classup .pg_box.consult .cont4 .point_tit {
        padding-left: 44px;
        padding-left: clamp(22px, 5.72vw, 44px);
        padding-bottom: 9px;
        padding-bottom: clamp(5px, 1.17vw, 9px);
    }

    .classup .register_in table td input, .classup .register_in table td select{
        vertical-align: baseline;
    }
    .classup .register_in table td, .classup table td, .classup table th{
        font-size: 16px;
        padding: 11px 20px;
        font-size: clamp(12px, 2.08vw, 16px);
        padding: clamp(5px, 1.43vw, 11px) clamp(5px, 1.43vw, 20px);
    }
    .classup .input_text::placeholder,.classup .input_text,.classup .register_in .red_info,
    .classup .register_in .reg_info > li,.classup .input_text::placeholder,.classup .file_box .fileinput
    {
        font-size: 16px;
        font-size: clamp(11px, 2.08vw, 16px);
    }
    .classup .pg_box .list .list_cont .tit{
        font-size: 16px;
        font-size: clamp(10px, 2.08vw, 16px);
    }
    .classup .pg_box .list .list_cont .date{
        font-size: 12px;
        font-size: clamp(8px, 1.56vw, 12px);
    }
    .classup .pg_box .list .list_cont {
        padding: 19px 12px;
        padding: clamp(9px, 2.47vw, 19px) clamp(6px, 1.56vw, 12px);
    }
    .classup .register_in .tblbtn,.classup .file_btn{
        font-size: 20px;
        font-size: clamp(12px, 2.6vw, 20px);
        padding: 6px 10px;
        padding: clamp(3px, 0.78vw, 6px) clamp(7px, 1.3vw, 10px);

    }
    .classup .register_in table td label{
        gap: 10px;
        gap: clamp(5px, 1.3vw, 10px);
    }
    .classup .register_in table td span{
        font-size: 20px;
        font-size: clamp(12px, 2.6vw, 20px);
    }
    .classup .file_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        gap: clamp(5px, 1.3vw, 10px);
    }
    .classup .register_in .reg_info > li:before{
        padding: 0 8px 0 4px;
        padding: 0 clamp(4px, 1.04vw, 8px) 0 clamp(2px, 0.52vw, 4px);
    }
    .classup .register_in .m_50{
        max-width: 50%  ;
    }
    .classup .register_in{
        padding-left: 0;
        padding-right: 0;
    }
    /*.classup #spcontent_wrap{
        padding: 0 15px;
    }
    .classup .cpLecture_in input[type='text']{
        height: 44px !important;
    }
    .classup .cpLecture_in .generic-tabs5 ul, .classup #tabs{
        margin: 0 auto !important;
    }
    .classup #tabs:after{
        display: none;
    }
    .classup #tabs li a {
        border: 1px solid var(--boder-color);
        background-color: #F8F8F8;
        padding: 10px 20px;
        border-radius: 25px;
        font-weight: 600;
        line-height: 100%;
        height: auto;
    }
    .classup #tabs li.active a{
        color: #FFFFFF;
        background: var(--main-color);
    }
    .classup #tabs li.active a:after{
        display: none;
    }*/
    .classup .pg_box .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .classup .pg_box.view .chklist{
        padding: 40px 0;
    }
    .classup .pg_box.view .chklist li {
        align-items: flex-start;
    }
    .classup .pg_box.view .info_box{
        padding: 40px;
        padding: clamp(20px, 5.2vw, 40px);
        margin-top: 40px;
        margin-top: clamp(20px, 5.2vw, 40px);
    }
    .classup .pg_box.view .chklist{
        padding: 40px 0 0;
        padding: clamp(20px, 5.2vw, 40px) 0 0;
    }
    .classup .pg_box .radio_box.manto label{
        border-top: 0;
        gap: 8px;
        padding: 0;
        max-width: 88px;
    }
    .classup .pg_box .radio_box.manto .tit{
        border-bottom: 1px solid var(--boder-color);
        padding-bottom: 28px;
        padding-bottom: clamp(14px, 3.64vw, 28px);
    }

    .classup .pg_box.view .radio_box li{
        gap: 28px;
        gap: clamp(14px, 3.64vw, 28px);
        padding: 32px 24px;
        padding: clamp(16px, 4.16vw, 32px) clamp(12px, 3.12vw, 24px);
    }
    .classup .pg_box .pg_tit .subcont,.classup .pg_box.view .chklist{
        gap: 28px;
        gap: clamp(14px, 3.64vw, 28px);
    }
    .classup .pg_box .radio_box.consul li:first-child label{
        padding-top: 28px;
        padding-top: clamp(14px, 3.64vw, 28px);
    }
    .classup .pg_box.view .radio_box,.classup .pg_box.special .grid_2 .point_list,
    .classup .pg_box.vod .cont4 .point_box, .classup .pg_box.mento .cont4 .subcont,
    .classup .pg_box.vod .cont5 ul,.classup .pg_box .list{
        gap: 24px;
        gap: clamp(12px, 3.12vw, 24px);
    }
    .classup .radio_box.consul .radio_group{
        gap: 28px;
        gap: clamp(10px, 3.64vw, 28px);
        padding-top: 28px;
        padding-top: clamp(14px, 3.64vw, 28px);
    }
    .classup .pg_box.view .p_22{
        padding: 22px 0;
        padding: clamp(6px, 2.86vw, 22px) 0;
    }
    .classup .pg_box.mento .search_box .txt,.classup .pg_box.mento .search_box{
        padding: 17px;
        padding: clamp(6px, 1.8vw, 17px);
    }
    .classup .pg_box.mento .search_box{
        gap: 17px;
        gap: clamp(6px, 1.8vw, 17px);
    }
    .classup .pg_box.mento .cont4 .point_box li .point_tit p{
        font-size: 32px;
        font-size: clamp(22px, 4.16vw, 32px);
    }
    .classup .pg_box.mento .cont4 .point_box li .point_list{
        padding: 41px 0;
        padding: clamp(20px, 5.33vw, 41px) 0;
    }
    .classup .pg_box.mento .cont4 .point_box li .point_tit{
        padding: 28px;
        padding: clamp(10px, 3.64vw, 28px);
    }
    .classup .pg_box.mento .cont3 .subcont .img_box{
        padding-top: 57%;
    }
    .classup .pg_box.mento .cont3 .subcont .img_box:before {
        background: url(../img/mentoring_img1_m.png) no-repeat center / cover;
    }
    .classup .pg_box.consult .cont4 .point_box > li{
        padding: 40px 15px 40px 36px ;
        padding: clamp(20px, 5.2vw, 40px) clamp(7px, 1.95vw, 15px) clamp(20px, 5.2vw, 40px) clamp(18px, 4.6vw, 36px) ;
    }
    .classup .pg_box.consult .cont4 .point_list > li,.classup .pg_box.special .dot{
        padding-left: 40px;
        padding-left: clamp(20px, 5.2vw, 40px);
    }
    .classup .pg_box.consult .cont4 .point_list .dot:before,.classup .pg_box.special .dot:before {
        left: 15px;
        left: clamp(7px, 1.95vw, 15px);
    }
    .classup .pg_box.consult .flow_wrap .box ul li:before,.classup .classup_board_in .notice_box .tit p:before, .classup .youtubebox .notice_box .tit p:before,
    .classup .classup_board_in .tit img,.classup .youtubebox .tit img{
        width: 20px;
        height: 20px;
        width: clamp(15px, 2.6vw, 20px);
        height: clamp(15px, 2.6vw, 20px);
    }

    .classup .pg_box.consult .flow_wrap .box{
        gap: 24px;
        padding: 59px 14px;
        box-shadow: 0 0 20px #0D318E80;
        gap: clamp(12px, 3.12vw, 24px);
        padding: clamp(28px, 7.68vw, 59px) clamp(7px, 1.82vw, 14px);
        box-shadow: 0 0 clamp(10px, 2.6vw, 20px) #0D318E80;

    }
    .classup .pg_box.consult .flow_wrap .box .tit,
    .classup .pg_box.view .chklist p{
        font-size: 32px;
        font-size: clamp(14px, 4.16vw, 32px);
    }
    .classup .pg_box.consult .flow_wrap .box ul li{
        font-size: 24px;
        font-size: clamp(12px, 3.12vw, 24px);
    }
    .classup .pg_box.special .flow_wrap .tit {
        font-size: 20px;
        font-size: clamp(10px, 2.6vw, 20px);
    }
    .classup .pg_box.special .flow_wrap .dot:before{
        left: 10px;
        left: clamp(5px, 1.3vw, 10px);
    }
    .classup .pg_box.special .flow_wrap .dot{
        font-size: 12px;
        font-size: clamp(8px, 1.56vw, 12px);
    }
    .classup .pg_box.special .flow_wrap,.classup .pg_box .menu_box {
        gap: 40px;
        gap: clamp(20px, 5.2vw, 40px);
    }
    .classup .pg_box.special .flow_wrap .center:before {
        width: calc(100% + 60px);
        left: -30px;
        width: calc(100% + clamp(30px, 7.81vw, 60px));
        left: clamp(-15px, -3.9vw, -30px);
    }
    .classup .pg_box.special .flow_wrap .center:after {
        height: calc(100% + 30px);
        height: calc(100% + clamp(15px, 3.9vw, 30px));
    }
    .classup .pg_box.special .grid_2 .subtit{
        font-size: 32px;
        font-size: clamp(14px, 4.16vw, 32px);
        padding-bottom: 16px;
        padding-bottom: clamp(8px, 2.08vw, 16px);
        margin-bottom: 24px;
        margin-bottom: clamp(12px, 3.12vw, 24px);
        border-bottom: 4px solid #71B2DF;
    }
    .classup .pg_box.special .grid_2 > li {
        padding: 32px 32px 56px;
        padding: clamp(16px, 4.16vw, 32px) clamp(16px, 4.16vw, 32px) clamp(28px, 7.29vw, 56px);
    }
    .classup .pg_box.special .point_info li,.classup .pg_box.special .grid_2 .point_box .point_tit,
    .classup .pg_box.special .grid_2 .point_list li{
        font-size: 28px;
        font-size: clamp(12px, 3.6vw, 28px);
    }
    .classup .main_img .slide {
        max-height: 543px;
        padding-top: 43% !important;
    }
    .classup .classup_board_in .notice_box ul > li > a, .classup .youtubebox .notice_box ul > li > a{
        gap: 51px;
        gap: clamp(25px, 6.64vw, 51px);
    }
    .classup .classup_board_in .notice_box ul > li, .classup .youtubebox .notice_box ul > li{
        padding: 12px 0;
        padding: clamp(6px, 1.56vw, 12px) 0;
    }
    .classup .classup_board_in .notice_box .tit, .classup .youtubebox .notice_box .tit{
        padding-bottom: 20px;
        padding-bottom: clamp(10px, 2.6vw, 20px);
    }
    .classup .info_box .cont1 {
        margin: 0 auto;
        padding-bottom: 100px ;
        padding-bottom: clamp(50px, 13vw, 100px) ;
        gap: 60px;
        gap: clamp(30px, 7.81vw, 60px);
    }
    .classup .info_box .cont2, .pg_box.vod .cont3, .classup .pg_box.mento .cont3, .classup .pg_box.consult .cont3{
        padding: 67px 0;
        padding: clamp(33px, 8.72vw, 67px) 0;
    }
    .classup .info_box .subcont, .info_box .cont2 .svc_list,.classup .info_box2 .info_list{
        gap: 32px;
        gap: clamp(16px, 4.16vw, 32px);
    }
    .classup .pg_box.special .grid_2 .point_box .point_tit{
        padding: 24px 0;
        padding: clamp(14px, 3.12vw, 24px) 0;
    }
    .classup .pg_box.view .cont2 img {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 clamp(10px, 2.6vw, 20px) 0 rgba(0, 0, 0, 0.25);
        height: 550px;
        height: clamp(230px, 71.61vw, 550px);
        object-fit: cover;
        object-position: center;
    }
    .classup .main_img .slide .arrow{
        height: 80px;
        height: clamp(40px, 10.41vw, 80px);
    }
    .classup .slide .arrow .arrow-right,.classup .slide .arrow .arrow-left {
        width: 60px;
        height: 80px;
        width: clamp(30px, 7.81vw, 60px);
        height: clamp(40px, 10.41vw, 80px);
    }
    .classup .slide .arrow .arrow-right {
        right: 43px;
        right: clamp(20px, 5.2vw, 40px);
    }
    .classup .slide .arrow .arrow-left {
        left: 43px;
        left: clamp(20px, 5.2vw, 40px);
    }

    /*기존 cpcenter 페이지 start */
    .classup .test_sub{
        padding: 60px 0;
        padding: clamp(30px, 7.81vw, 60px) 0;
    }
    .classup .container.matching {
        padding-bottom: 60px;
        padding-bottom: clamp(30px, 7.81vw, 60px);
    }
    .classup .container.matching .tab-menu {
        padding: 60px 0 40px;
        padding: clamp(30px, 7.81vw, 60px) 0 clamp(20px, 5.2vw, 40px);
    }
    .classup .test_tit,.classup .sub-tit h3{
        margin: 30px auto;
        font-size: 32px;
        margin: clamp(15px, 3.9vw, 30px) auto;
        font-size: 32px;
        font-size: clamp(24px, 4.16vw, 32px);
    }
    .classup .studytest .progress-cont,.classup .progress-cont {
        padding: 30px;
        margin: 60px auto 70px;
        padding: clamp(15px, 3.9vw, 30px);
        margin: clamp(30px, 7.81vw, 60px) auto clamp(35px, 9.11vw, 70px);
    }
    .classup .studytest .border-box {
        border: 0;
        padding: 60px 20px ;
        padding: clamp(30px, 7.81vw, 60px) clamp(10px, 2.6vw, 20px);
        font-size: 24px;
        font-size: clamp(14px, 3.12vw, 24px);
    }
    .classup .progress-cont .border-box{
        font-size: 24px;
        font-size: clamp(14px, 3.12vw, 24px);
    }
    .classup .matching .progress-check ul,.classup .matching_cont .matching_img{
        gap:  20px ;
        gap: clamp(10px, 2.6vw, 20px);
    }
    .classup .studytest .progress-cont-tit,.classup .studytest .progress-btn a ,.classup .studytest .progress-cont-tit span.classup ,.studytest .progress-num span,
    .classup .progress-num span, .classup .edu-search-progress h2,.classup .progress-cont-tit span,.classup .progress-cont-tit,.classup .progress-btn a,
    .classup .studytest .progress-cont-tit span, .classup .progress-cont-tit span,
    .classup .studytest .progress-num span, .classup .progress-num span{
        font-size: 28px;
        font-size: clamp(16px, 3.6vw, 28px);
        margin-bottom: 40px;
        margin-bottom: clamp(20px, 5.2vw, 40px);

    }
    .classup .studytest .progress-cont-tit span,.classup .progress-cont-tit span{
        width: 60px;
        height: 60px;
        width: clamp(40px, 6vw, 60px);
        height: clamp(40px, 6vw, 60px);
        padding-right: 0;
    }
    .classup .studytest .progress-check ul li input[type="radio"],.classup  .studytest .progress-check ul li input[type="checkbox"]{
        width: 33px;
        height: 33px;
        margin-top: -16px;
        width: clamp(16px, 4.29vw, 33px);
        height: clamp(16px, 4.29vw, 33px);
        margin-top: -16px;
        margin-top: clamp(-8px, -2.08vw, -16px);
    }
    .classup .studytest .progress-ar,.classup .progress-ar {
        height: 40px;
        height: clamp(30px, 5.2vw, 40px);
    }
    .classup .s_txt input[type='text']::placeholder,.classup  .s_txt input[type='text'],
    .classup  .studytest .progress-check ul.s_c input[type='text'],.classup  .studytest .progress-check ul.s_c input[type='text']::placeholder,
    .classup .matching table td input[type="text"],.classup  .matching table td input[type="text"]::placeholder{
        font-size: 20px;
        font-size: clamp(13px, 2.6vw, 20px);

    }
    .classup .s_txt input[type='text'],.classup  .studytest .progress-check ul.s_c input[type='text'] {
        width: 45%;
        height: auto;
    }
    .classup .studytest .progress-check ul li,.classup .studytest .progress-check ul li.s_txt {
        padding-left: 35px;
        padding-left: clamp(22px, 4.55vw, 35px);
    }

    .classup .tab-content5 .cptable-DataGrid tbody tr td:first-child,
    .classup .tab-content5 .cptable-DataGrid thead tr td:first-child{
        width: 20%;
    }
    .classup .tab-content5 .cptable-DataGrid thead tr td:last-child,
    .classup .tab-content5 .cptable-DataGrid tbody tr td:last-child{
        width: 30%;
    }
    .classup .tab-content5 .cptable-DataGrid tbody tr td:last-child {
        word-break: keep-all;
    }
    .classup .tab-content5 .cptable-DataGrid tbody tr td,.classup .tab-content5 .cptable-DataGrid thead tr td{
        border: 1px solid #adc1bf !important;
    }
    .classup .progress-btn a {
        min-width: 40%;
    }
    .classup .matching span {
         padding-right: 0;

    }
    .classup .matching .process_rang--page {
        padding: 0 20px;
    }
    .classup .edu-search-progress, .classup .progress-cont {
        width: 100%;
    }
    /*기존 cpcenter 페이지 end */
    .classup .ai .box {
        grid-template-columns: repeat(1, 1fr);
        width: 70%;
        max-width: 321px;
        gap: 40px;
        margin-top: 40px;
        gap: clamp(20px, 5.2vw, 40px);
        margin-top: clamp(20px, 5.2vw, 40px);
    }
    .classup .ai .box > li{
        padding-bottom: 165px;
        padding-bottom: clamp(90px, 21.48vw, 165px);
    }
    .classup .ai .box > li:last-child{
        padding-bottom: 0;
    }
    .classup .ai .box > li:after {
        right: auto;
        left: 50%;
        width: 33%;
        height: 165px;
        height: clamp(82px, 21.48vw, 165px);
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
        background: url(../img/ai_img1_m.png) no-repeat center / contain;
    }
    .classup .ai .box2 > li:after {
        background: url(../img/ai_img2_m.png) no-repeat center / contain;
    }
    .classup .ai .box .txt{
        padding-bottom: 20px;
    }
    .classup .ai .cont3 .subcont{
        padding-left: 60px;
        padding-right: 60px;
        padding-left: clamp(30px, 7.81vw, 60px);
        padding-right: clamp(30px, 7.81vw, 60px);
    }
    .classup .ai .cont3 .subcont,.classup .ai .cont3 .grid_2 > li,.classup .ai .cont3 .grid_2 {
        gap: 40px;
        gap: clamp(20px, 5.2vw, 40px);
    }
    .classup .ai .circle p, .classup .ai .subcont .tit {
        font-size: 36px;
        font-size: clamp(18px, 4.68vw, 36px);
    }
    .classup .ai .box .txt, .classup .ai .cont2 .subtitbox, .classup .ai .cont3 .subcont .subtit {
        font-size: 32px;
        font-size: clamp(16px, 4.16vw, 32px);
    }
    .classup .ai .cont2 .subtitbox{
        width: 100%;
    }
}
@media (max-width: 430px) {
    .classup .pg_box .cont3 .img_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .classup input[type="radio"], .classup input[type='checkbox']{
        width: 16px;
        height: 16px;
    }
    .classup .progress-check ul li input[type="radio"],.classup  .progress-check ul li input[type="checkbox"]{
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .classup input[type='checkbox']::before {
        width: 20px;
        height: 14px;
    }
    .classup .r_16 {
        margin-right: 23px;
    }
    .classup .pg_box.special .flow_wrap {
        grid-template-columns: 1fr 30% 1fr;
    }
    .classup .pg_box.special .flow_wrap .center {
        padding-top: 80%;
    }
    .classup #spcontent_wrap{
        padding: 0 15px;
    }
    .classup .main .slide .dots li{
        width: 10px;
        height: 10px;
    }
    .classup .pg_box.special .flow_wrap .tit {
        border: 2px solid var(--main-color);
        padding: 1px 15px;
        margin-bottom: 6px;
    }
    .classup .ai .circle-inner{
        padding: 10%;
    }
    .classup .ai .cont3 .subcont .subtit{
        border-bottom: 4px solid #71B2DF;
        padding-bottom: 4px;
    }
}
@media (max-width: 375px) {
    .classup .pg_box.special .flow_wrap .center {
        padding-top: 100%;
    }
    .classup .main .slide .dots li{
        width: 8px;
        height: 8px;
    }
}
