@media(max-width:1600px) {
    header.header {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 70px;
        transition: 0.5s height, 0.2s background;
        background: #ddd;
    }
    header.header .header_flex {
        display: flex;
        background: #fff;
        height: 70px;
        align-items: center;
    }
    header.header .header_flex .nav .gnb li a {
        font-size: 19px;
        font-weight: 900;
        display: block;
        padding-left: 35px;
        padding-right: 35px;
        font-family: 'Paperlogy';
        font-weight: 600;
    }
    #main-visual .wrap {
        padding-top: 70px;
        height: 100%;
        display: flex;
        width: 100%;
    }
    header.header .header_flex .nav {
        width: 70%;
    }
    header.header .header_flex .hamber {
        width: 10%;
        position: relative;
        text-align: right;
        font-size: 14px;
        padding-right: 15px;
    }

}

@media(max-width:1240px) {

    #index-wrap section.section01 .flex .text .box span {
        font-size: 19px;
        font-weight: 600;
        position: relative;
        display: inline-block;
    }
    /* #index-wrap section.section01 .flex .text .box span::before {
        position: absolute;
        width: 100%;
        height: 8px;
        background: #daff8c;
        content: '';
        margin-top: 20px;
        z-index: -1;
    } */
    #index-wrap section.section01 .flex .text .box dl dt {
        padding-top: 16px;
        font-size: 42px;
        font-weight: 800;
        line-height: 54px;
    }
    #index-wrap section.section01 .flex .text .box dl dd {
        font-size: 16px;
        color: #585858;
        padding-top: 12px;
    }
    #index-wrap section.section01 .flex .slider img {
        width: 100%;
        border-radius: 0.9em;
    }
}
@media(max-width:1150px) {
     #foot-info .flex .title {

        padding-left: 0px;

    }
    #foot-info .flex .tel {
        padding-left: 0px;
    }
    #foot-info .flex .tel .box {
        /* width: 80%; */
    }
    #foot-info .flex .title {
        font-size:17px;
    }
    #foot-info .flex .tel .box span {
        font-size:17px;
    }
    #foot-info .flex .title h3 {
        font-size:32px;
    }
    #foot-info .flex .tel .box h4 a {
        font-size:22px;
    }
        
}
@media (min-width: 992px) and (max-width: 1500px) {
    #main-visual .wrap .edu .caption {
        height: 130px;
    }
    #main-visual .edu {
        padding-left: 50px;
        padding-right: 50px;
    }
    #main-visual .wrap .edu .caption h2 {
        /* color: #fff; */
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;

    }
    #main-visual .wrap .edu .caption p {
        /* color: rgba(255, 255, 255, .5); */
        font-weight: 400;
        font-size: 16px;
        margin-top: 4px;
        letter-spacing: -1px;

    }
    #main-visual .wrap .edu .caption .text {
        font-size: 16px;
    }
    #main-visual .wrap .edu .caption .text span::before {
        margin-top: 20px;
    }
    #main-visual .wrap .edu.edu02 .caption .text span::before {
        margin-top: 20px;
    }
}
@media(max-width:991px) {
    header.header .header_flex .nav {
        display: none;
    }
    header.header .header_flex .logo {
        width: 50%;
        padding-left: 15px;

    }
    header.header .header_flex .hamber {
        width: 50%;
    }
    header.header .header_flex .logo img {
        width: 190px;
    }
    header.header {
        height: 65px;
    }
    header.header .header_flex {
        height: 65px;

    }
    #main-visual {
        display: none;
    }
    #main-visual .wrap {
        padding-top: 50px;
    }

    #index-wrap {
        padding-top: 40px;
    }
    #index-wrap section.section01 .flex {
        display: flex;
        flex-direction: column;
    }
    #index-wrap section.section01 .flex .text {
        width: 100%;
        margin-top: 0;
    }
    #index-wrap section.section01 .flex .slider {
        width: 100%;
        margin-top: 40px;
    }
    .sec01_slider .slick-list {
        margin: 0 -15px;
    }
    .sec01_slider .slick-slide {
        margin: 0 15px;
    }
    
    #index-wrap section.section01 .flex .text .box{
        text-align: center;
    }
    #index-wrap section.section01 .flex .text .box p,
    #index-wrap section.section01 .flex .text .box span {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        text-align: center;

    }
    #index-wrap section.section01 .flex .text .box p span {
        position: relative;
        display: inline-block;
    }
   
    
     #index-wrap section.section01 .flex .text .box p span::before {
        position: absolute;
        width: 100%;
        height: 22px;
        background: #daff8c;
        content: '';
        margin-top: 0;
        z-index: -1;
    }
    /* #index-wrap section.section01 .flex .text .box span {
        font-size: 19px;
        font-weight: 700;
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    #index-wrap section.section01 .flex .text .box span::before {
        position: absolute;
        width: 140px;
        height: 7px;
        background: #daff8c;
        content: '';
        margin-top: 20px;
        z-index: -1;
    } */
    #index-wrap section.section01 .flex .text .box dl {
        text-align: center;
    }
    #index-wrap section.section01 .flex .text .box dl dt {
        padding-top: 8px;
        font-size: 26px;
        font-weight: 800;
        line-height: 35px;
    }
    #index-wrap section.section01 .flex .text .box dl dt br {
        display: none;
    }

    #index-wrap section.section01 .flex .text .box dl dd {
        font-size: 17px;
        font-weight: 500;
        line-height: 23px;
        color: #585858;
        padding-top: 12px;
    }
    #index-wrap section.section01 .flex .text .arrow-wrap {
        display: none;
    }
    #index-wrap section.section02 {
        margin-top: 30px;
    }

    #index-wrap section.section02 .flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    #index-wrap section.section02 .flex a .box {
        text-align: center;
        border-bottom: 1px #000 solid;
        border: 0;
        margin-bottom: 10px;
        background: #f5f5f5;
        padding-bottom: 40px;
        padding-top: 40px;
        border-radius: 0.6em;
    }
    #index-wrap section.section02 .flex a .box h3 {
        font-size: 22px;
        font-weight: 900;
    }
    #index-wrap section.section02 .flex a .box p {
        font-size: 16px;
    }
    #svisual {
        height: 340px;
        position: relative;
        padding-top: 54px;
        background: url("../../img/main/svisual.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #svisual .text .h2-wrap {
    margin-top: 12px;
}
    #svisual .text h3 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        position: relative;
    }
    #svisual .text h2 {
        font-size: 21px;
        line-height: 30px;
        font-weight: 900;
        position: relative;
    }
    #svisual .text h2 span {
        position: relative;
        display: inline-block;
        z-index: 1;
    }
    #svisual .text h2 span::before {
        position: absolute;
        width: 100%;
        height: 8px;
        background: #ffd928;
        content: '';
        margin-top: 20px;
        z-index: -1;
    }
    #svisual .text h2:nth-child(2) span::before {
        position: absolute;
        width: 100%;
        height: 8px;
        background: #68d6ff;
        content: '';
        margin-top: 20px;
        z-index: -1;
    }
    #svisual .text h2:nth-child(3) span::before {
        position: absolute;
        width: 100%;
        height: 8px;
        background: #c1ff54;
        content: '';
        margin-top: 20px;
        z-index: -1;
    }
    #svisual .text h2:nth-child(4) span::before {
        position: absolute;
        width: 100%;
        height: 8px;
        background: #ff9e84;
        content: '';
        margin-top: 20px;
        z-index: -1;
    }

    #page-map {
        padding-top: 70px;
        position: relative;
    }
    #svisual #page-map {
        position: absolute;
        top: 80px;
        padding-top: 0;
        display: none;
    }
    #svisual #page-map span {
        color: #000;
    }
    #page-map i {
        font-size: 14px;
        margin-right: 12px;
    }
    #page-map span {
        font-size: 13px;
        display: inline-block;
        font-weight: 500;
        color: #8a8a8a;
    }
    #page-map span::after {
        content: "\F285";
        font-family: "bootstrap-icons";
        margin-left: 12px;
        margin-right: 12px;
        font-size: 12px;
    }
    #page-map span:last-child:after {
        display: none;
    }
    #page-map span:last-child {
        color: #000;
    }
    h1#sub_title {
        font-size: 32px;
        font-weight: 900;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    /* footer  */
    #foot-info {
        margin-top: 60px;
        padding-bottom: 30px;
    }
    #foot-info .flex {
        display: flex;
        flex-direction: column;
    }
    #foot-info .flex .title {
        width: 100%;
        margin-bottom: 20px;
         margin-left: 0;  /* 오른쪽 정렬 */
    text-align: left;  /* 안의 내용도 오른쪽 정렬 */
    border-bottom: 1px #ddd solid;
    padding-bottom: 9px;
    display:flex;
    align-items: center;

    }
    #foot-info .flex .tel {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }
    #foot-info .flex .title h3 {
        font-size: 19px;
        font-weight: 800;
        padding-right: 12px;
    }
    #foot-info .flex .title p {
        /* display: none; */
        margin: 0;
        padding: 0;
    }
    #foot-info .flex .tel .box {
        padding-left: 0;
        text-align: center;
    }
    #foot-info .flex .tel .box h4 a {
        font-family: 'Poppins', 'Noto Sans KR', sans-serif;
        font-weight: 700;
        font-size: 19px;
    }
    #foot-info .flex .tel .box:first-child {
        border-right: 1px #ddd solid;
    }
    #foot-info .flex .tel .box span {
        color: #888;
        font-size: 14px;

    }
    footer {
        padding: 20px 0;
        background: #111111;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        color: #484848;
        position: relative;
    }
    footer.sub {
        /* margin-top: 80px; */
    }
    footer ul.nav2 {
        display: flex;
    }

    footer ul.nav2 li a {
        display: block;
        padding: 12px 29px;
        font-size: 16px;
        font-weight: 600;
        color: #bababa;
        font-family: 'Poppins', 'NotoSans', sans-serif;
    }

    footer ul.nav2 li:first-child a {
        padding-left: 0;
    }

    footer ul.nav2 li a:hover {
        text-decoration: none;
    }

    footer ul.nav2 li::before {
        position: absolute;
        width: 1px;
        height: 12px;
        background: #292929;
        content: '';
        margin-top: 18px;
    }

    ul.footer ul.nav2 li:first-child:before {
        display: none;
    }

    footer address {
        margin-top: 20px;
        color: #484848;
        font-size: 14px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    footer address ul.info {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    footer address ul.info li:first-child {
        padding-left: 0;
    }

    footer address ul.info li {
        display: block;
        padding: 0;
        font-size: 14px;
        color: #bababa;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        color: #484848;
        font-weight: 500;
    }

}
