li{
    list-style: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
@media screen and (min-width: 1240px){

}
@media screen and (max-width: 1240px) and (min-width: 768px){

}
@media screen and (max-width: 767px){

}

/* 메인슬라이드 랩핑 및 아이프레임 */
.pa_main_slider{
    /*background-image: url("/res/service/img/department16/main/img_mainslide.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    text-align: center;
    font-family: 'NS-R', sans-serif;
    position: relative;
    outline: none;
    background-size: cover !important;
    background-position: center !important;
}

#main_iframe{
    width: 100%;
}
.slick-dots{
    position: absolute;
}
.slick-dots li{display: block;margin-bottom: 5px;}
.slick-dots li:last-child{margin-bottom: 0;}
.slick-dots li button{background: inherit; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer;font-size: 0;}
.slick-dots li button{width: 16px;height: 16px;background-color: white;border-radius: 100%;position: relative;}
.slick-dots li.slick-active button::before{content: ""; position: absolute;width: 24px;height: 24px;background-color: white;opacity: 0.7;border-radius: 100%;transform: translate(-50%, -50%)}
.slick-dots li:last-child{margin-right: 0px;}

.slick-arrow{background: inherit; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer;font-size: 0;}
.slick-arrow{position: absolute;top: 50%;transform: translateY(-50%);border-radius: 100%;background-color: rgba(0, 0, 0, 0.16);background-repeat: no-repeat;background-position: center; z-index: 1;}
.slick-arrow:hover{background-color: rgba(0, 0, 0, 0.32);}
.slick-arrow.slick-next{background-image: url("/res/service/img/department16/common/icon_arrow_next.svg");}
.slick-arrow.slick-prev{background-image: url("/res/service/img/department16/common/icon_arrow_prev.svg");}
@media screen and (min-width: 1240px){
    .banner_roll{margin-bottom: 100px;}
    .pa_main_slider{margin-right: 50px;margin-left: 50px;height: 600px;}
    #main_iframe{width: 100%;height: 600px;}
    .slick-dots{right: 100px;bottom: 50px;}

    .slick-arrow{width: 40px;height: 40px;}
    .slick-arrow.slick-next{right: 100px;}
    .slick-arrow.slick-prev{left: 100px;}
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .banner_roll{margin-bottom: 50px;}
    .pa_main_slider{margin-right: 30px;margin-left: 30px;height: 500px;}
    #main_iframe{width: 100%;height: 500px;}
    .slick-dots{right: 60px;bottom: 30px;}

    .slick-arrow{width: 40px;height: 40px;}
    .slick-arrow.slick-next{right: 60px;}
    .slick-arrow.slick-prev{left: 60px;}
}
@media screen and (max-width: 767px){
    .banner_roll{margin-bottom: 25px;}
    .pa_main_slider{margin-right: 20px;margin-left: 20px;height: 400px;}
    #main_iframe{width: 100%;height: 400px;}
    .slick-dots{right: 40px;bottom: 20px;}

    .slick-arrow{width: 40px;height: 40px;}
    .slick-arrow.slick-next{right: 40px;}
    .slick-arrow.slick-prev{left: 40px;}
}

/* 메인슬라이드 내부 글 */
.pa_slider_wrapper{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    /*background-color: rgba(0,0,0,0.4);*/
}

.pa_slider_wrapper img{
    margin: 0 auto;
}

.pa_slider_ment span{
    font-family: 'NS-B';
}
@media screen and (min-width: 1240px){
    .pa_slider_wrapper{
        padding: 30px;
    }
    .pa_slider_subment{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 24px;
        margin: 20px 0px 7.5px;
    }
    .pa_slider_ment {
        font-size: 50px;
        letter-spacing: -1px;
        line-height: 65px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_slider_wrapper{
        padding: 15px;
    }
    .pa_slider_subment{
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 20px;
        margin: 20px 0px 7.5px;
    }
    .pa_slider_ment {
        font-size: 38px;
        letter-spacing: -0.76px;
        line-height: 53px;
    }
}
@media screen and (max-width: 767px){
    .pa_slider_wrapper{
        padding: 15px;
    }
    .pa_slider_subment{
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 16px;
        margin: 20px 0px 7.5px;
    }
    .pa_slider_ment {
        font-size: 28px;
        letter-spacing: -0.56px;
        line-height: 39px;
    }
}

/* 공지사항 레이아웃, 날짜*/
.pa_notice_title{
    font-family: 'notokr-medium',Sans-Serif;
    text-align: center;
}
.pa_notice_area{
    border-top: 1px solid #2b364a;
}
.pa_notice_group{
    border-bottom: 1px solid #e5e5e5;
}

.pa_notice_area .no_data p{
    line-height: 100px;
    text-align: center;
}

.pa_notice_day{
    background-color: #f0f9fe;
    border-radius: 50%;
    text-align: center;
}
.pa_notice_day p:first-child{
    font-family: 'NS-B';
}
.pa_notice_day p:last-child{
    font-family: 'NS-B';
    color: #707070;
}
@media screen and (min-width: 1240px){
    .pa_notice_group{
        padding: 20px 0px;
        display: inline-block;
        width: 100%;
    }



    .pa_notice_title{
        font-size: 28px;
        letter-spacing: -0.56px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .pa_notice_day{
        width: 76px;
        height: 76px;
        float: left;
        margin: 0px 50px 0px 30px;
    }
    .pa_notice_day p:first-child{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 24px;
        padding: 18px 0px 10px;
    }
    .pa_notice_day p:last-child{
        font-size: 12px;
        letter-spacing: -0.24px;
        line-height: 12px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_notice_group{
        padding: 20px 0px;
        display: inline-block;
        width: 100%;
    }
    .pa_notice_title{
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .pa_notice_day{
        width: 76px;
        height: 76px;
        float: left;
        margin: 0px 30px;
    }
    .pa_notice_day p:first-child{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 24px;
        padding: 18px 0px 10px;
    }
    .pa_notice_day p:last-child{
        font-size: 12px;
        letter-spacing: -0.24px;
        line-height: 12px;
    }
}
@media screen and (max-width: 767px){
    .pa_notice_group{
        padding: 15px 0px;
    }
    .pa_notice_title{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .pa_notice_day {
        width: 70px;
        height: 70px;
        margin: 0px auto;
        margin-bottom: 26px;
    }

    .pa_notice_day p:first-child{
        font-size: 22px;
        letter-spacing: -0.44px;
        line-height: 22px;
        padding: 16px 0px 10px;
    }
    .pa_notice_day p:last-child{
        font-size: 10px;
        letter-spacing: -0.2px;
        line-height: 10px;
    }
}


/* 공지사항 글 부분 */
.pa_notice_content .title{
    cursor: pointer;
}

.pa_notice_content .title:hover{
    text-decoration: underline;
}

.pa_notice_content p:first-child{
    font-family: 'notokr-medium', sans-serif;
    float: left;
}
.pa_notice_content p:last-child{
    font-family: 'notokr-medium', sans-serif;
    color: #707070;
    clear: both;
    text-overflow: ellipsis;
    white-space : nowrap;
    overflow : hidden;
}
.board_new{
    font-family: 'notokr-medium', sans-serif;
    color: #08408a;
    display: inline-block;
}
@media screen and (min-width: 1240px){
    .pa_notice_content{
        width: 800px;
        float: left;
    }
    .pa_notice_content p:first-child{
        font-size: 20px;
        letter-spacing: -0.4px;
        line-height: 20px;
        margin-top: 12px;
        margin-right: 10px;
    }
    .pa_notice_content p:last-child{
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 46px;
        color: #707070;
    }
    .board_new{
        font-size: 12px;
        letter-spacing: -0.24px;
        line-height: 20px;
        margin-top: 12px;
    }
    .pa_notice_view{
        float: right;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_notice_content{
        width: 70%;
        display: inline-block;
    }
    .pa_notice_content p:first-child{
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 16px;
        margin-top: 15px;
        margin-right: 10px;
    }
    .pa_notice_content p:last-child{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 44px;
    }
    .board_new{
        font-size: 10px;
        line-height: 16px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px){
    .pa_notice_content{
        width: 100%;
    }
    .pa_notice_content p:first-child{
        font-size: 14px;
        letter-spacing: -0.28px;
        margin-right: 10px;
    }
    .pa_notice_content p:last-child{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 24px;
        height: 48px;
        white-space: normal;
        margin-top: 7.5px;
    }
    .board_new{
        font-size: 10px;
        line-height: 14px;
    }
}


/* 공지사항 뷰 아이콘 */
@media screen and (min-width: 1240px){
    .pa_notice_view{
        float: right;
        cursor: pointer;
        color : #707070;
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
        margin: 31px 0px;
    }
    .pa_notice_view p{
        margin-right: 10px;
        float: left;
    }
    .notice_view_icon{
        float: right;
        width: 8px;
        height: 8px;
        margin-top: 3px;
        display: inline-block;
        background-image: url("/res/service/img/department16/main/ico_view.png");
        background-repeat: no-repeat;
    }
    .pa_notice_view:hover{
        color: #013a86;
    }
    .pa_notice_view:hover .notice_view_icon{
        background-image: url("/res/service/img/department16/main/ico_view_pressed.png");
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_notice_view{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .pa_notice_view{
        display: none;
    }
}


/* 컨텐츠 전체 영역 */
.pa_content_wrapper{
    width: 100%;
    display: inline-block;
    background-color: #f8f8f8;
}
@media screen and (min-width: 1240px){
    .pa_content_wrapper{
        padding: 100px 0px;
        margin: 100px 0px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_content_wrapper{
        padding: 50px 0px;
        margin: 50px 0px;
    }
}
@media screen and (max-width: 767px){
    .pa_content_wrapper{
        padding: 50px 0px;
        margin: 50px 0px;
    }
}


/* 메인 타이틀 */
.pa_story_title,
.pa_board_title{
    width: 100%;
    clear: both;
}
.pa_main_title{
    font-family: 'notokr-medium', Sans-Serif;
}
.pa_btn_more{
    float: right;
    cursor: pointer;
}
@media screen and (min-width: 1240px){
    .pa_story_title,
    .pa_board_title{
        display: inline-block;
        margin-bottom: 30px;
    }
    .pa_main_title{
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: 32px;
        float: left;
    }
    .pa_btn_more{
        width: 20px;
        height: 20px;
        margin: 6px 0px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_story_title,
    .pa_board_title{
        display: inline-block;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
    .pa_main_title{
        font-size: 28px;
        letter-spacing: -0.56px;
        line-height: 28px;
        float: center;
    }
    .pa_btn_more{
        width: 14px;
        height: 14px;
        position: absolute;
        top: 7px;
        right: 0px;
    }
    .pa_btn_more img{
        width: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
    }
}
@media screen and (max-width: 767px){
    .pa_story_title,
    .pa_board_title{
        display: inline-block;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
    .pa_main_title{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 24px;
    }
    .pa_btn_more{
        width: 14px;
        height: 14px;
        position: absolute;
        top: 5px;
        right: 0px;
    }
    .pa_btn_more img{
        width: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

/* 학과스토리 슬라이드 */
.pa_story_slider{
    background-image: url("/res/service/img/department16/main/img_story.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media screen and (min-width: 1240px){
    .pa_story_slider{
        float: left;
        display: inline-block;
        width: 395px;
        height: 395px;
        background-position: 70% top !important;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_story_slider{
        width: 100%;
        height: 300px;

    }
}
@media screen and (max-width: 767px){
    .pa_story_slider{
        width: 100%;
        height: 300px;
        background-position: 80% top !important;
    }
}


/* 학과스토리 배너 레이아웃 */
.pa_story_banner{
    position: relative;
    display: inline-block;
    background-color: #013a86;
    color: #ffffff;
    overflow: hidden;
}
.pa_banner_wrapper{
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 1240px){
    .pa_content_story{
        width: 790px;
        float: left;
    }
    .pa_story_banner{
        width: 395px;
        height: 395px;
    }
    .pa_banner_wrapper{
        padding: 50px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_story_banner{
        width: 100%;
    }
    .pa_banner_wrapper{
        padding: 30px;
    }
}
@media screen and (max-width: 767px){
    .pa_story_banner{
        width: 100%;
    }
    .pa_banner_wrapper{
        padding: 20px;
    }
}


/* 학과스토리 배너 내부 컨텐츠 */
.pa_banner_title{
    font-family: 'notokr-medium', sans-serif;
}
.pa_banner_icon{
    position: relative;
}
.pa_banner_icon img{
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pa_banner_view{
    position: absolute;
    cursor: pointer;
}
.pa_banner_view p{
    float: left;
}
.pa_view_icon{
    float: left;
    background-image: url("/res/service/img/department16/main/ico_view.png");
    background-repeat: no-repeat;
}
.pa_banner_point{
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
}
@media screen and (min-width: 1240px){
    .pa_banner_title{
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: 47px;
        margin: 42.5px 0px;
    }
    .pa_banner_day{
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 16px;
    }
    .pa_banner_icon{
        height: 15px;
    }
    .pa_banner_view{
        bottom: 50px;
        right: 50px;
    }
    .pa_banner_view p{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
    }
    .pa_view_icon{
        width: 8px;
        height: 8px;
        margin-top: 4px;
        margin-left: 10px;
    }
    .pa_banner_point{
        width: 239px;
        height: 315px;
        background-image: url("/res/service/img/department16/main/img_main1.png");
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_banner_title{
        font-size: 28px;
        letter-spacing: -0.56px;
        line-height: 28px;
        margin: 30px 0px;
    }
    .pa_banner_title br{
        display: none;
    }
    .pa_banner_day{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
    }
    .pa_banner_icon{
        height: 15px;
    }
    .pa_banner_view{
        top: 50%;
        right: 30px;
        transform: translate(0, -50%);
        color: #ffffff;
        z-index: 1;
    }
    .pa_banner_view p{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
    }
    .pa_view_icon{
        width: 8px;
        height: 8px;
        margin-top: 4px;
        margin-left: 10px;
    }
    .pa_banner_point{
        width: 129px;
        height: 150px;
        background-image: url("/res/service/img/department16/main/mobile/img_main1.png");
        background-size: contain;
    }
}
@media screen and (max-width: 767px){
    .pa_banner_title{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 39px;
        margin: 7.5px 0px;
    }
    .pa_banner_day{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
    }
    .pa_banner_icon{
        height: 12px;
    }
    .pa_banner_view{
        display: none;
    }
    .pa_banner_point{
        width: 129px;
        height: 150px;
        background-image: url("/res/service/img/department16/main/mobile/img_main1.png");
        background-size: contain;
    }
}


/* 학사 일정 */

.pa_board_bottom{
    width: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: auto;
    background-color: #ffffff;
}
.pa_board_bottom > div:last-child{
    margin-bottom: 0px;
}
.board_calendar_wrapper .calendar_period{
    font-family: 'notokr-medium', sans-serif;
    color: #013a86;
}
.board_calendar_wrapper .calendar_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board_calendar_wrapper .no_data {
    text-align: center;
}

@media screen and (min-width: 1240px){
    .pa_content_board{
        width: 400px;
        float: right;
    }
    .pa_board_bottom{
        height: 395px;
        padding: 30px;
    }
    .board_calendar_wrapper{
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 16px;
        margin-bottom: 30px;
    }
    .board_calendar_wrapper .calendar_period{
        margin-bottom: 15px;
    }
    .board_calendar_wrapper .calendar_title{
        width: 90%;
    }

    .board_calendar_wrapper .no_data {
        line-height: 335px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_content_board{
        width: 100%;
        margin-top: 50px;
    }
    .pa_board_bottom{
        height: 200px;
        padding: 20px;
    }
    .board_calendar_wrapper{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
        margin-bottom: 20px;
    }
    .board_calendar_wrapper .calendar_period{
        margin-bottom: 15px;
    }
    .board_calendar_wrapper .calendar_title{
        width: 90%;
    }
    .board_calendar_wrapper .no_data {
        line-height: 160px;
    }
}
@media screen and (max-width: 767px){
    .pa_content_board{
        width: 100%;
        margin-top: 50px;
    }
    .pa_board_bottom{
        height: 200px;
        padding: 20px;
    }
    .board_calendar_wrapper{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
        margin-bottom: 20px;
    }
    .board_calendar_wrapper .calendar_period{
        margin-bottom: 15px;
    }
    .board_calendar_wrapper .calendar_title{
        width: 90%;
    }
    .board_calendar_wrapper .no_data {
        line-height: 160px;
    }
}


/* 바로가기 타이틀 */
.pa_btn_name{
    font-family: 'notokr-medium', Sans-Serif;
}
@media screen and (min-width: 1240px){
    .pa_btn_title{
        float: left;
    }
    .pa_btn_logo{
        width: 34px;
        height: 16px;
        margin-bottom: 12.5px;
    }
    .pa_btn_logo img{
        width: 100%;
        height: 100%;
    }
    .pa_btn_logo img:last-child{
        display: none;
    }
    .pa_btn_name{
        font-size: 32px;
        letter-spacing: -0.64px;
        line-height: 47px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_btn_title{
        text-align: center;
        margin-bottom: 22.5px;
    }
    .pa_btn_logo{
        width: 34px;
        height: 16px;
        margin: 0px auto;
        margin-bottom: 12.5px;
    }
    .pa_btn_logo img{
        width: 100%;
        height: 100%;
    }
    .pa_btn_logo img:last-child{
        display: none;
    }
    .pa_btn_name{
        font-size: 28px;
        letter-spacing: -0.56px;
        line-height: 43px;
    }
}
@media screen and (max-width: 767px){
    .pa_btn_title{
        text-align: center;
        margin-bottom: 22.5px;
    }
    .pa_btn_logo{
        position: relative;
        width: 26px;
        height: 12px;
        margin: 0px auto;
        margin-bottom: 7.5px;
    }
    .pa_btn_logo img{
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .pa_btn_logo img:first-child{
        display: none;
    }
    .pa_btn_name{
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 39px;
    }
}


/* 박스 버튼 */
.pa_btn_box{
    display: inline-block;
}
.pa_box_wrapper{
    float: left;
    position: relative;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
}
.pa_box_wrapper:hover{
    border: 2px solid #013a86;

}
.pa_box_center{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
}
.pa_box_icon{
    margin: 0px auto;
}
.pa_box_icon img{
    width: 100%;
}
@media screen and (min-width: 1240px){
    .pa_quick_wrapper{
        height: 180px;
        margin-bottom: 100px;
    }
    .pa_btn_box{
        float: right;
    }
    .pa_box_wrapper{
        margin-right: 10px;
        width: 200px;
        height: 180px;
    }
    .pa_btn_box > div:last-child{
        margin-right: 0px;
    }
    .pa_box_icon img:last-child{
        display: none;
    }
    .pa_box_icon{
        width: 60px;
        height: 60px;
    }
    .pa_box_title{
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 16px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1240px) and (min-width: 768px){
    .pa_quick_wrapper{
        margin-bottom: 50px;
    }
    .pa_btn_box{
        width: 100%;
    }
    .pa_box_wrapper{
        margin-right: 2%;
        width: 23.5%;
        height: 152px;
    }
    .pa_btn_box > div:last-child{
        margin-right: 0px;
    }
    .pa_box_icon img:last-child{
        display: none;
    }
    .pa_box_icon{
        width: 60px;
        height: 60px;
    }
    .pa_box_title{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .pa_quick_wrapper{
        margin-bottom: 50px;
    }
    .pa_btn_box{
        width: 100%;
    }
    .pa_box_wrapper{
        margin-right: 2%;
        width: 49%;
        height: 128px;
    }
    .pa_btn_box > div:nth-child(2n){
        margin-right: 0px;
    }
    .pa_btn_box > div:nth-child(-n+2){
        margin-bottom: 1.5%;
    }
    .pa_box_icon img:first-child{
        display: none;
    }
    .pa_box_icon{
        width: 51px;
        height: 51px;
    }
    .pa_box_title{
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 14px;
        margin-top: 25px;
    }
}


@media screen and (min-width: 1240px){

}
@media screen and (max-width: 1240px) and (min-width: 768px){

}
@media screen and (max-width: 767px){

}