.main{
    min-height: calc(100vh - 126px);
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    /* touch-action: none; */
}

.depth-line{
    width: 100%;
    height: 40px;
    background-color: white;
    border-bottom: 1px solid #DFE1E5;
    border-top: 1px solid #DFE1E5;
}
.depth-line .wrapper{
    border-left: 1px solid #DFE1E5;;
    display: flex;
    float: left;
    gap: -1px;
}

.depth-ico{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #DFE1E5;
}
.depth-text{
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #DFE1E5;
    padding: 13px 33px;
    color: #333;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
}


.curriculum-main{
    position: relative;
    width: 100%;
    /* height: 6000px; */
    background-image: url("/public/images/track1_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
/* .curriculum-bg{
    position:absolute;
    top: 0;
    left:50%;
    transform: translate(-50%,0);   
    width: 100%;
    z-index: 0;
} */
@media screen and (max-width:1920px){
    .curriculum-main{
        background-size: inherit;
    }
}

.title-logo-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 81px;
    margin-bottom: 80px;
}

.title-text1-wrapper{
    display: flex;
    justify-content: center;
    gap: 13px;
}
.title-text1{
    color: #000;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 84px */
    letter-spacing: 1.12px;
    position: relative;
}
.title-text1 img{
    width: 66px;
    height: 44px;
    
    position: absolute;
    top: 13px;
    left : -79px;
}

.title-text2-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 66px;
}
.title-text2{
    color: #000;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 53.2px */
    letter-spacing: 0.38px;
}
.title-text2 span{
    color: #000;
    font-family: Hallym Gothic;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.38px;
}
.small-division-line-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 28px;
}
.small-division-line{
    width: 328px;
    height: 5px;
    flex-shrink: 0;
    background-color: #A0A0A0;
}

.guide-line-group1{
    display: flex;
    justify-content: center;
}
.guide-line-group1 .box-left{
    width: 415px;
    height: 100px;
    border-right: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
}
.guide-line-group1 .box-right{
    width: 415px;
    height: 100px;
    border-left: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
}

.guide-line-group2{
    display: flex;
    justify-content: center;
}
.guide-line-group2 .box-left{
    width: 415px;
    height: 136px;
    border-top: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
    border-left: 2px solid #A0A0A0;
}
.guide-line-group2 .box-right{
    width: 415px;
    height: 136px;
    border-top: 1px solid #A0A0A0;
    border-left: 1px solid #A0A0A0;
    border-right: 2px solid #A0A0A0;
}

.guide-line-group3{
    display: flex;
    justify-content: center;
    gap: 397px;
    margin-bottom: 20px;
}
.guide-line-group3 .ball{
    width: 20px;
    height: 20px;
    background-color: #858585;
    border-radius: 50%;
}
.guide-line-group3 .ball1-selected{
    background-color: #40AAFF;
}
.guide-line-group3 .ball2-selected{
    background-color: #FDB913;
}
.guide-line-group3 .ball3-selected{
    background-color: #F4492C;
}
.curri-box-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.curri-box{
    border-radius: 14px;
    width: 343px;
    height: 168px;
    border: 1px solid #858585;
    overflow: hidden;
}
.curri-box:hover{
    filter: brightness(1.1);
    cursor: pointer;
}

.box1-selected{
    transform: scale(1.15);
    border: 1px solid #40AAFF;
}
.box1-selected .curri-box-top{
    background: #40AAFF;
}
.box1-selected .curri-box-bottom{
    color: #40AAFF !important;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 51px */
    letter-spacing: -0.34px;
}
.box1-selected + .curri-arrow-left{
    transform: translate(14px);
}

.box2-selected{
    transform: scale(1.15);
    border: 1px solid #FDB913;
}
.box2-selected .curri-box-top{
    background: #FDB913;
}
.box2-selected .curri-box-bottom{
    color: #FDB913 !important;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 51px */
    letter-spacing: -0.34px;
}
.box2-selected + .curri-arrow-right{
    transform: translate(14px);
}

.box3-selected{
    transform: scale(1.15);
    border: 1px solid #F4492C;
}
.box3-selected .curri-box-top{
    background: #F4492C;
}
.box3-selected .curri-box-bottom{
    color: #F4492C !important;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 51px */
    letter-spacing: -0.34px;
}
.curri-box-top{
    color: #FFF;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 57px */
    letter-spacing: -0.38px;
    background-color: #858585;;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.curri-box-bottom{
    color: #858585;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 46.5px */
    letter-spacing: -0.31px;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.curri-arrow{
    height: 36px;
    margin: 0 21px;
}

.guide-line-group4{
    display: flex;
    justify-content: center;
    gap: 415px;
}
.guide-line{
    width: 2px;
    height: 75px;
    background: #A0A0A0;
}
.guide-line-group5{
    display: flex;
    justify-content: center;
    gap: 397px;
}
.guide-line-group5 .ball{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.guide-line-group5 .ball1-selected{
    background-color: #40AAFF ;
    filter: drop-shadow(0.93px 2.85px 6px rgba(31, 60, 151, 0.16));
}
.guide-line-group5 .ball2-selected{
    background-color: #FDB913;
    filter: drop-shadow(0.93px 2.85px 6px rgba(31, 60, 151, 0.16));
}
.guide-line-group5 .ball3-selected{
    background-color: #F4492C;
    filter: drop-shadow(0.93px 2.85px 6px rgba(31, 60, 151, 0.16));
}
.d-hide{
    background-color: #FFF !important;
    filter: none !important;
}

.curri-main-card-section-wrapper{
    display: flex;
    justify-content: center;
    margin-top : -10px;
}
.curri-main-card-section{
    width: 1200px;
    background-color: #F5F5F5;
    border-radius: 38px;
    overflow: hidden;
    display: flex;
    flex-direction:column;
    align-items: center;
}
.curri-main-card-title{
    padding : 64px 0 44px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.curri-main-card-alphabet{
    background-color: #40AAFF;
}
.curri-main-card-sightword{
    background-color: #FDB913;
}
.curri-main-card-LA{
    background-color: #F4492C;
}

.curri-main-card-first{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.curri-main-sep-wrapper{
    margin: 60px 0;
    padding: 0 74px;
}
.curri-main-sep-line{
    width: 1052px;
    height: 1px;
    background: #DFE3E0;
}
.curri-main-card-second{
    display: flex;
    justify-content: center;
}
.curri-main-card-sample{
    display: flex;
    justify-content: center;
    align-items:flex-end;
    gap:20px;
    width: 100%;
}
.curri-main-card-sample-disable{
    width: 244px;
    filter: brightness(0.9);
}
.curri-main-card-sample-main{
    width: 485px;
    border: 1px solid #707070 ;
}
.curri-main-card-sample-main-group{
    position: relative;
    display: flex;
    gap:13px;
    align-items: center;
}
.curri-main-info-text{
    color: #000;
    text-align: center;
    font-family: Hallym Gothic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
    letter-spacing: -0.96px;
    width: 420px;
    margin-top:20px;
    margin-bottom: 100px;
}

.curri-last-line{
    background: #F4F4F8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    flex-direction: column;
}


.common-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common-title{
    color: #222;
    font-family: Hallym Gothic;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
    letter-spacing: -0.8px;
    margin-top:100px;
    text-align: center;
}
.common-info{
    margin-top:20px;
    margin-bottom:40px;
    color: #555;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
}
.common-line{
    width: 1200px;
    display: flex;
    gap:25px;
}
.common-line-big{
    display: flex;
    border-radius: 0px 10px 10px 10px;
    background: #FFF;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.common-video-text{
    color: #333;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
}
.common-video-explain{
    margin-top: 30px;
    margin-bottom: 40px;
}
.common-video-line{
    display: flex;
    justify-content: center;
    gap:142px;
    margin-top:40px;
    margin-bottom:30px;
}
.common-line-small{
    margin-top: 40px;
    display: flex;
    border-radius: 0px 10px 10px 10px;
    background: #FFF;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 588px;
}
.common-line1{
    height: 442px;
}
.common-line2{
    height: 556px;
}
.common-line3{
    height: 499px;
    margin-bottom: 110px;
}

.admission-button{
    display: inline-flex;
    padding: 15px 39px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    border-radius: 8px;
    background: #9416A3;
    border: none;
}
.admission-button:hover{
    filter: brightness(1.1);
}


.video-play{
    filter: brightness(0.3);
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




@media screen and (max-width:1280px){
    .curriculum-main{
        background-size: 100%;
    }
    .title-logo-wrapper img{
        width: 50%;
    }
    .title-text1{
        font-size: 36px;
    }
    .title-text1 img{
        width: 10%;
        height: auto;
    }
    .title-text2{
        font-size: 24px;
    }
    .title-text2 span{
        font-size: 26px;
    }
    .small-division-line-wrapper{
        display: none;
    }
    .guide-line-group1{
        display: none;
    }
    .guide-line-group2{
        display: none;
    }
    .guide-line-group3{
        display: none;
    }
    .curri-box-wrapper{
        margin-top: 30px;
    }
    .guide-line-group4{
        display: none;
    }
    .guide-line-group5{
        display: none;
    }
    .curri-main-card-section-wrapper{
        margin-top: 40px;
    }
    .curri-main-card-first img{
        width: 80%;
    }
    .curri-main-card-second img{
        width: 80%;
    }
    .curri-box-top{
        font-size: 24px;
    }
    .curri-box-bottom{
        font-size: 20px !important;
    }
    .curri-main-card-title img{
        width: 80%;
    }
    .curri-main-card-sample-main-group{
        width: 100vw;
    }
    .curri-main-card-sample-main{
        width: 60vw;
    }
    .curri-main-info-text{
        font-size: 20px;
    }
    .common-title{
        font-size: 26px;
    }
    .common-line{
        width: 100%;
        flex-direction: column;
        align-items: center;
        height: auto !important;
    }
    .common-line img:not(.video-play){
        margin: 40px 0;
    }
    .common-line-big{
        width: 100vw;
    }
    .common-video-line{
        flex-direction: column;
    }
    .common-video-explain{
        width: 80%;
    }
    .curri-last-line img{
        width: 90%;
    }
}

@media screen and (max-width:580px){
    .title-logo-wrapper img{
        width: 70%;
    }
    .title-text1{
        font-size: 20px;
    }
    .title-text1 img{
        display: none;
    }
    .title-text2{
        font-size: 16px;
    }
    .title-text2 span{
        font-size: 18px;
    }
    .curri-arrow{
        display: none;
    }
    .curri-box-wrapper{
        gap: 14px;
        /* width: 90%; */
        padding: 0 5%;
    }
    .curri-box-top{
        font-size: 16px !important;
    }
    .curri-box-bottom{
        font-size: 16px !important;
    }
    .curri-main-info-text{
        width: 80%;
        font-size: 14px;
    }
    .common-title, .common-info{
        padding: 0 5%;
    }
    .common-line-small img{
        width: 90vw;
    }
}