section{font-family: 'Pretendard'; letter-spacing: -1px;}
section:nth-child(1){padding: 0;}

section {display: flex;}
.swiper{ width: 100%; height: 100%;}
#main_sld{
    position: relative; 
    max-height: 960px;
    height: 100%;
    overflow: hidden;
}
/* #main_sld .swiper-slide{height: 804px; overflow: hidden; position: relative;} */
#main_sld .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; 
}
#main_sld .swiper-slide .main_sld_title{position: absolute; top: 34%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_main{width: 70%; margin: 0px 0 30px;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_main p{font-family: 'Pretendard'; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; letter-spacing: -1.5px; font-weight: 400;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_sub{width: auto;display: inline-flex; align-items: center; justify-content: left; margin-bottom: 55px;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_sub p{
    font-family: 'Pretendard';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main_sld_title_sub,
.main_sld_title_main,
.main_sld_title .roundBtn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s ease;
}
.main_sld_title_sub.animate,
.main_sld_title_main.animate,
.main_sld_title .roundBtn.animate {
    opacity: 1;
    transform: translateY(0);
}
.main_sld_title_main.animate{transition-delay: 0.2s;}
.main_sld_title_sub.animate{transition-delay: 0.5s;}
.main_sld_title .roundBtn.animate{transition-delay: 0.7s;}
/* #main_sld .swiper-slide img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: none; height: auto;} */
#main_sld .swiper-slide img {
    position: relative; 
    max-width: 100%;
    width: 100%;
    height: auto;
    /* object-fit: contain;  */
    object-fit: cover;
    object-position: top; 
    display: block;
}
#main_sld .swiper-slide .img_banner_pc{display: block; height: 1180px;}
#main_sld .swiper-slide .img_banner_mo{display: none;}
#main_sld::before {
    content: "";
    position: absolute;
    bottom: 210px;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 10;
    pointer-events: none; /* 클릭 방해 금지 */
    background: radial-gradient(circle at 100% 0%, transparent 300px, #f6f7f9 300px);
}
#main_sld::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 210px;
    height: 210px;
    z-index: 10;
    pointer-events: none; /* 클릭 방해 금지 */

    background: radial-gradient(circle at 0% 100%, #f6f7f9 210px, transparent 210px);
}
#main_sld .swiper::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 210px);
    height: 210px;
    z-index: 10;
    pointer-events: none;
    background: #f6f7f9;
}

/* 만약 텍스트가 마스크에 가려진다면 z-index 조절 */
.main_sld_title {
    position: relative;
    z-index: 11;
}
.main_sld_title .blackBox{
    max-width: 173px;
    height: 48px;
}
.swiper_control {
    width: 100%;
    height: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    bottom: 43% !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1;
}
.swiper-pagination01{
    width: auto !important;
    height: 42px; 
    /* position: absolute; 
    bottom: 40% !important; 
    left: 50% !important; 
    transform: translateX(-50%);  */
    display: flex; 
    align-items: center;
    gap: 8px; 
    z-index: 2; 
}
.swiper-pagination01 .swiper-pagination-bullet{
    width: 80px; 
    height: 3px; 
    box-sizing: border-box; 
    background-color: rgba(255, 255, 255, 0.6); 
    opacity: 1; 
    border-radius: 0; 
    margin: 0 !important;
}
.swiper-pagination01 .swiper-pagination-bullet-active{background: var(--white);}
.btn_swiper_toggle {
    background: none;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-left: 8px;
}

section .sec_title{
    font-family: 'Pretendard';
    font-weight: 600;
    text-align: left;
    letter-spacing: -1.5px;
    position: absolute;
    top: 0;
    left: 0;
}
section .notice_bg .sec_title{
    margin-bottom: 0px;
}

/* 섹션1 */
section:nth-of-type(2){    
    margin-top: -230px;
    position: relative;
    z-index: 1;
    padding: 130px 0 0;
}
section:nth-of-type(2) .sec_bg{
    background-color: #f6f7f9;
    border-top-right-radius: 100px;
    padding-bottom: 110px;
}
.swiper-wrapper-layout { width: 100%; display: flex; justify-content: space-between; position: relative; gap: 150px;}
.sec01 .pagination-item .total { display: none; } /* 기본적으론 숨김 */
.sec01 .swiper-pagination-custom {
    display: flex;
    flex-direction: column;
    border-left: 4px solid #ececf1; /* 왼쪽 회색 기본선 */
    padding-left: 28px;
    position: relative;
    top: auto !important;
    transform: translate(0, 0) !important;
}
.sec01 .pagination-item {
    width: 400px !important;
    height: 100% !important;
    background: none !important;
    border-radius: 0 !important;
    position: relative;
    padding: 25px 0;
    cursor: pointer;
    transition: 0.3s;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    margin: 0 !important;
}
.sec01 .swiper-pagination-bullet{
    opacity: 1 !important;
}
.sec01 .pagination-item .num{
    font-size: 20px;
    font-weight: 700;
}
.sec01 .pagination-item .title{
    font-size: 25px;
    font-weight: 600;
}
.sec01 .swiper-pagination-bullet.pagination-item .num,
.sec01 .swiper-pagination-bullet.pagination-item .title{
    color: #7b7b7b;
}
.sec01 .swiper-pagination-bullet-active.pagination-item .num{
    color: var(--main) !important;
}
.sec01 .swiper-pagination-bullet-active.pagination-item .title{
    color: #000 !important;
}

/* PC 왼쪽 세로 진행바 베이스 */
.sec01 .pagination-item .progress-bar {
    position: absolute;
    left: -32px;
    top: 0;
    width: 4px; 
    height: 0; 
    background: var(--main);
    /* transition 설정을 조금 더 부드럽게 변경 */
    transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    overflow: hidden;
}
.sec01 .pagination-item.swiper-pagination-bullet-active .progress-bar {
    height: 100%;
}
.sec01 .pagination-item:not(.swiper-pagination-bullet-active) .progress-bar {
    height: 0;
    transition: none; 
}
.sec01 .swiper-button-prev-custom,
.sec01 .swiper-button-next-custom{
    display: none;
}
.ctrl-wrap{
    margin-top: 170px;
}
.sec01 .main-slider{
    height: 630px;
}
.sec01 .swiper-slide{
    width: 100%;
    height: 100%;
    max-width: 745px;
    max-height: 630px;
}
.sec01 .slide-content { 
    display: flex; 
    flex-direction: column;
    gap: 30px; 
}
.sec01 .image-box { 
    flex: 1; 
    overflow: hidden;
    width: 100%; 
    height: 400px;
}
.sec01 .image-box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.sec01 .text-box { 
    flex: 1; 
}
.sec01 .text-box h3{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sec01 .text-box p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    word-break: keep-all;
}
.btn-more { 
    display: flex;
    align-items: center;
    justify-content: center; 
    font-size: 20px;
    background: var(--main); 
    color: #fff; 
    width: 100%;
    height: 47px;
    max-width: 170px;
    margin-top: 50px; 
    margin-left: auto;
    text-decoration: none; 
}
.btn-more .arr {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* hover 시 화살표 이동 */
.btn-more:hover .arr {
    transform: translateX(6px);
}
.btn-more a span {
    color: #fff;
}

/* 섹션 2 */
section:nth-of-type(3){
    padding: 125px 0;
    box-sizing: border-box;
}
.curriculum_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px 20px;
}
.curriculum_list li{
    width: calc(100% / 2 - 10px);
    height: 230px;
    padding: 40px 120px 40px 45px;
    border-radius: 20px;
    border: 2px solid var(--main);
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    transition: background-color 0.2s ease-in;
}
.curriculum_list li:nth-child(1){
    border: 0;
    padding: 0;
}
.curriculum_list li:nth-child(1)::after{
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: -19px;
    right: 35px;
    display: block;
    background: url(/images/main_sec02_01.png) no-repeat bottom right;
    pointer-events: none;
}
.curriculum_list li:nth-child(2){
    background: url(/images/main_sec02_02.png) no-repeat ;
    background-position: bottom 40px right 35px;
}
.curriculum_list li:nth-child(3){
    background: url(/images/main_sec02_03.png) no-repeat ;
    background-position: bottom 40px right 35px;
}
.curriculum_list li:nth-child(4){
    background: url(/images/main_sec02_04.png) no-repeat ;
    background-position: bottom 40px right 35px;
}
.curriculum_list .btn-more{
    max-width: 230px;
    width: 230px;
    margin-top: 90px;
}
.curriculum_list li > div{
    display: flex;
    gap: 7px;
}
.curriculum_list li .tit_num {
    display: block;
    color: var(--main);
    font-family: 'GMarketSans';
    font-weight: 600;
    padding-top: 3px;
}
.curriculum_list li h3{
    font-weight: 600;
    margin-bottom: 10px;
}
.curriculum_list li p{
    font-weight: 300;
    line-height: 27px;
    word-break: keep-all;
}
.curriculum_list li:not(:first-child):hover{
    background-color: var(--main) !important;
    color: var(--white) !important;
}
.curriculum_list li:nth-child(2):hover{
    background: url(/images/main_sec02_02_hover.png) no-repeat ;
    background-position: bottom 40px right 35px;
}
.curriculum_list li:nth-child(3):hover{
    background: url(/images/main_sec02_03_hover.png) no-repeat ;
    background-position: bottom 40px right 35px;
}
.curriculum_list li:nth-child(4):hover{
    background: url(/images/main_sec02_04_hover.png) no-repeat ;
    background-position: bottom 40px right 35px;
}
.curriculum_list li:not(:first-child):hover .tit_num{
    color: var(--white);
}



/* 섹션 4 */
.sec03{
    background: linear-gradient(
        to right,
        #1a9ed9 0%,
        #1a9ed9 20%,
        #f2f2f2 20%,
        #f2f2f2 100%
    );
}
.sec03 > div > div{
    width: 50%;
    box-sizing: border-box;
}
.sec03 > div > div.counsel{
    padding: 120px 110px 120px 0;
}
.sec03 > div > div.site_map{
    padding: 120px 0px 120px 110px;
}
.sec03 #counsel{
    background: url(/images/main_sec03_form_bg.png) no-repeat center;
    background-size: cover;
    border-top-right-radius: 190px;
}
.sec03 .sec_title{
    position: initial;
    text-align: center;
}
.sec03 .sec_title .con {
    font-weight: 400;
    margin: 20px 0 50px;
}
.sec03 .contentsBox{
    width: 100%;
    height: 755px;
}
.sec03 form{
    width: 100%;
    height: 100%;
}
.sec03 .contentsBox ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
.sec03 .contentsBox ul li label{
    display: none;
}
.sec03 .contentsBox ul li input{
    width: 100%;
    height: 63px;
    background-color: var(--white);
    border-radius: 5px;
    border: 0;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 16px;
}
.sec03 .contentsBox ul li input::placeholder{
    color: #696969;
    font-size: 16px;
}
.sec03 .contentsBox ul li input[type="checkbox"]{
    width: 16px;
    height: 16px;
}
.sec03 .contentsBox ul li textarea{
    width: 100%;
    height: 190px;
    background-color: var(--white);
    border-radius: 5px;
    border: 0;
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'pretendard';
}
.sec03 .contentsBox ul li textarea::placeholder{
    color: #696969;
    font-size: 16px;
    font-family: 'pretendard';
}
.sec03 .contentsBox ul li > p{
    line-height: 26px;
    margin: 15px 0 40px;
}
.sec03 .contentsBox ul li:has(div input[type="checkbox"]) div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sec03 .contentsBox ul li:has(div input[type="checkbox"]) label{
    display: block;
}
.chk_label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    color: #fff;
}
.chk_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #fff;
}
#agree_chk:checked + .chk_label::before {
    background: #fff;
    border-color: #fff;
}
#agree_chk:checked + .chk_label::after {
    content: "✔";
    position: absolute;
    left: 3px;
    top: -12px;
    color: #000;
    font-size: 15px;
}

.sec03 .contentsBox .sms_btn {
    width: 100%;
    height: 54px;
    margin: 60px auto 0;
}
.sec03 .contentsBox .sms_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
}
.sec03 .map_kakao{
    width: 100%;
    height: 415px;
    margin-bottom: 35px;
}
#daumRoughmapContainer1767143346026{
    width: 100% !important;
}
.sec03 .map_kakao .cont{
    display: none;
}
.root_daum_roughmap{
    border: 0;
}
.sec03 .load_box > li{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
.sec03 .load_box li p img{
    margin-top: 3px;
}
.sec03 .load_box li:nth-of-type(3) p img{
    margin-top: 7px;
}
.sec03 .load_box li span{
    font-weight: 600;
}
.sec03 .load_box li p{
    font-weight: 500;
}
.sec03 .load_box li .subBox{
    background-color: var(--white);
    padding: 13px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.sec03 .load_box li .subBox li{
    font-weight: 500;
    line-height: 24px;
    word-break: keep-all;
}
.sec03 .load_box li div{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
@media only screen and (max-width: 1700px) {
    #main_sld{max-width: none; }
    #main_sld::before {
        bottom: 100px;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle at 100% 0%, transparent 100px, #f6f7f9 100px);
    }
    #main_sld::after {
        width: 100px;
        height: 100px;
        background: radial-gradient(circle at 0% 100%, #f6f7f9 100px, transparent 100px);
    }
    #main_sld .swiper::before{
        width: calc(100% - 100px);
        height: 100px;
        z-index: 10;
    }
    section:nth-of-type(2) {
        margin-top: -130px;
    }
    section:nth-of-type(2) .sec_bg{
        border-top-right-radius: 0px;
    }
}

@media only screen and (max-width: 1670px) {
    .pc_none_1670{display: none;}
}

@media only screen and (max-width: 1500px) {
    #main_sld{width: 100%;}

    .sec03 > div > div.counsel{
        padding: 120px 50px 120px 0;
    }
    .sec03 > div > div.site_map{
        padding: 120px 0px 120px 50px;
    }
}
@media only screen and (max-width: 1024px) {
    #main_sld .swiper-slide .img_banner_pc {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        display: block;
    }
    #main_sld::before {
        bottom: 100px;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle at 100% 0%, transparent 100px, #f6f7f9 100px);
    }
    #main_sld::after {
        width: 100px;
        height: 100px;
        background: radial-gradient(circle at 0% 100%, #f6f7f9 100px, transparent 100px);
    }
    #main_sld .swiper::before{
        width: calc(100% - 100px);
        height: 100px;
        z-index: 10;
    }
    #main_sld .swiper-slide .main_sld_title .main_sld_title_sub{
        margin-bottom: 25px;
    }
    .main_sld_title .blackBox{
        max-width: 180px;
        height: 50px;
        margin: 0 auto 0 0;
        padding: 0;
    }
    .swiper_control{
        bottom: 40% !important;
    }
    
    section:nth-of-type(2){
        margin-top: -130px;
    }
    section .sec_title{
        padding: 0 2%;
    }
    .swiper-wrapper-layout{
        gap: 50px;
    }
    .sec01 .btn-more{
        margin: 20px auto 0;
    }
    .btn-more{
        max-width: 210px;
    }

    .curriculum_list li{
        height: auto;
    }
    .curriculum_list li.mo_none_980{
        min-height: 180px;
    }
    .curriculum_list li:nth-child(1)::after{
        bottom: -73px;
    }
    .curriculum_list .btn-more{
        margin-top: 0;
    }
}

@media only screen and (max-width: 980px) {
    .sec03{
        padding: 0;
            background: linear-gradient(to bottom, #1a9ed9 0%, #1a9ed9 20%, #f2f2f2 20%, #f2f2f2 100%);
    }
    .sec03 .w_1700{
        padding: 0;
    }
    .sec03 > .d-flex{
        flex-direction: column;
    }
    .sec03 > div > div{
        width: 100%;
    }
    .sec03 > div > div.counsel{
        padding: 45px 2% 55px;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 50px;
    }
    .sec03 > div > div.site_map{
        padding: 55px 2% 35px;
    }
    .sec03 .sec_title .con{
        margin: 8px 0 23px;
    }
    .sec03 .contentsBox{
        height: auto;
    }
    .sec03 .contentsBox ul li input{
        height: 50px;
    }
    .sec03 .contentsBox ul li > p{
        margin: 15px 0 10px;
    }
    .sec03 .contentsBox .sms_btn{
        margin: 30px auto 0;
    }
    .sec03 .map_kakao{
        height: 240px
    }
    .sec03 .root_daum_roughmap .wrap_map{
        height: 240px !important;
    }
}
@media only screen and (max-width: 768px) {
    #main_sld{
        max-height: 515px;
    }
    #main_sld .swiper-slide .img_banner_pc {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        display: block;
    }
    #main_sld::before {
        bottom: 50px;
        width: 50px;
        height: 50px;
        background: radial-gradient(circle at 100% 0%, transparent 50px, #f6f7f9 50px);
    }
    #main_sld::after {
        width: 50px;
        height: 50px;
        background: radial-gradient(circle at 0% 100%, #f6f7f9 50px, transparent 50px);
    }
    #main_sld .swiper::before{
        width: calc(100% - 50px);
        height: 50px;
        z-index: 10;
    }

    section {padding-top: 45px;}
        section .sec_title{
        margin-bottom: 25px;
        position: initial;
        text-align: center;
        width: 95%;
    }

    section:nth-of-type(2){
        margin-top: 0;
        padding-top: 0;
    }
    section:nth-of-type(2) .sec_bg{
        border-top-right-radius: 0px;
        padding-bottom: 70px;
    }
    .sec01{
        padding: 0 !important;
    }
    .swiper-wrapper-layout { flex-direction: column; gap: 0px; overflow: hidden; }

    /* 컨트롤러 레이아웃 */
    .ctrl-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    /* 1. 페이지네이션 초기화 */
    .sec01 .swiper-pagination-custom {
        display: flex !important;
        position: relative !important;
        width: auto !important;
        bottom: auto !important;
        left: auto !important;
        margin: 0 !important;
        border-left: 0px solid #ececf1;
        padding-left: 0px;
    }
    .sec01 .swiper-pagination-custom::after{
        content: "";
        display: flex;
        border-bottom: 2px solid #ececf1;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 80px;
        height: 2px;
    }

    /* 2. 모든 아이템 숨기기 */
    .sec01 .pagination-item {
        display: none !important;
    }

    /* 타이틀은 모바일에서 숨김 */
    .sec01 .pagination-item.swiper-pagination-bullet-active .title {
        display: none;
    }
    
    .sec01 .pagination-item.swiper-pagination-bullet-active {
        width: 140px !important;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        position: relative;
        padding: 0px;
        font-size: 18px;
        font-weight: 700;
        color: #333;
    }

    /* 모바일에서만 숫자 옆에 '/ 04' 보이기 */
    .sec01 .pagination-item.swiper-pagination-bullet-active .total {
        display: inline;
        color: #6d6f7b;
        font-weight: normal;
        font-size: 13px;
    }

    /* 모바일 가로 진행바 */
    .sec01 .pagination-item .progress-bar {
        position: absolute;
        left: auto;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
        width: 0; 
        height: 2px;
        background: #0095d9;
        z-index: 1;
        transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    }
    .sec01 .pagination-item:nth-of-type(2) .progress-bar{
        right: 40px;
    }
    .sec01 .pagination-item:nth-of-type(3) .progress-bar{
        right: 20px;
    }
    .sec01 .pagination-item:nth-of-type(4) .progress-bar{
        right: 0px;
    }
    .sec01 .pagination-item:not(.swiper-pagination-bullet-active) .progress-bar {
        width: 0;
    }
    .sec01 .pagination-item.swiper-pagination-bullet-active .progress-bar{
        width: 20px;
        height: 2px;
    }
    .sec01 .pagination-item .num {
        font-size: 16px;
        letter-spacing: 0px;
    }
    .sec01 .swiper-pagination-bullet-active.pagination-item .num{
        color: #000 !important;
    }
    /* 화살표 스타일 */
    .sec01 .swiper-button-prev-custom, 
    .sec01 .swiper-button-next-custom {
        display: flex;
        font-size: 20px;
        color: #333;
        cursor: pointer;
        user-select: none;
        padding: 0 10px;
    }
    .sec01 .main-slider{
        min-height: 440px;
        height: auto;
    }
    .sec01 .swiper-slide.swiper-slide .text-box{
        display: none;
    }
    .sec01 .swiper-slide.swiper-slide-active .text-box{
        display: block;
    }
    .sec01 .slide-content{
        gap: 20px;
    }
    .sec01 .text-box h3{
        font-size: 20px;
    }
    .sec01 .text-box p{
        font-size: 15px;
        line-height: 22px;
    }
    .sec01 .image-box{
        width: 100%;
        height: 250px;
        flex: auto;
    }
    .sec01 .image-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .btn-more{
        margin: 20px auto 0;
        max-width: 170px;
    }

    section:nth-of-type(3){
        padding: 65px 0 70px;
    }
    .curriculum_list li{
        width: 100%;
        min-height: 230px;
        height: auto;
        padding: 28px 40px 28px 30px;
    }
    .curriculum_list li:nth-child(2),
    .curriculum_list li:nth-child(3),
    .curriculum_list li:nth-child(4),
    .curriculum_list li:nth-child(2):hover,
    .curriculum_list li:nth-child(3):hover,
    .curriculum_list li:nth-child(4):hover{
        background-position: bottom 25px right 20px;
    }
    .curriculum_list li:nth-child(1)::after{
        bottom: -19px;
    }
    .curriculum_list li.mo_none_980 > div{
        display: none;
    }
    .curriculum_list li > div{
        gap: 18px;
    }
    .curriculum_list li p{
        line-height: 22px;
    }
    .sec02 .btn-more{
        max-width: 230px;
        margin: 29px auto 0;
    }


}

@media only screen and (max-width: 425px) {
    .w_1300{
        padding: 0 10px;
    }
    #main_sld .swiper-slide .img_banner_pc{display: none;}
    #main_sld .swiper-slide .img_banner_mo{
        display: block;
        width: 100%;
        /* height: 100%; */
        height: 515px;
        object-fit: cover;
        object-position: center;
    }
    #main_sld .swiper-slide .main_sld_title{ width: 100%; top: 40%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 20px 0 30px; box-sizing: border-box;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_sub{ width: 100%; height: 35px; margin-bottom: 18px; font-weight: 400;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_main{width: 100%; margin: 0px 0 15px;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_main p{font-size: 28px; 
        /* line-height: 40px;  */
        line-height: 35px; 
        text-align: left; -webkit-line-clamp: 3; word-wrap: break-word;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_main p span{font-weight: 600 !important;}
    .swiper_control{padding: 0 30px; bottom: 38% !important;}
    .swiper-pagination01{gap: 5px; height: 54px;}
    .swiper-pagination01 .swiper-pagination-bullet{
        width: 42px;
    }
    .main_sld_title .blackBox{
        max-width: 140px;
        height: 35px;
        margin: 0 auto 0 0;
        padding: 0;
    }
    .main_sld_title .roundBtn a{
        padding-bottom: 4px;
    }

    .curriculum_list li:nth-child(2),
    .curriculum_list li:nth-child(3),
    .curriculum_list li:nth-child(4),
    .curriculum_list li:nth-child(2):hover,
    .curriculum_list li:nth-child(3):hover,
    .curriculum_list li:nth-child(4):hover{
        background-size: 15%;
    }
    .curriculum_list li:nth-child(1)::after{
        background-size: 80%;
    }
    .curriculum_list li.mo_none_980 {
        min-height: 145px;
    }

    .sec03 > div > div.counsel{
        padding: 45px 10px 55px;
    }
    .sec03 > div > div.site_map{
        padding: 55px 10px 20px;
    }

}
@media only screen and (max-width: 330px) {
    .swiper_control {
        bottom: 30% !important;
    }
}