body {
    min-width: 250px;
    -webkit-text-size-adjust: none;
    color: #5d5d5d;
    font-family: "Nanum Barun Gothic";

    /*font-family: 'NanumBarunGothic';*/
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1201px) {
    body {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.bold {
    font-weight:700;
    /*font-family: 'NanumBarunGothicBold';*/
}

.coming_soon {
    text-align: center;
    padding: 180px 0;
}

.coming_soon .coming_soon_tit {
    font-family: NanumBarunGothicBold;
}

.result_none {
    text-align: center;
    padding: 180px 0;
}

.result_none .result_none_tit {
    font-family: NanumBarunGothicBold;
}

.attachment_td > div {
    cursor:pointer;
}

.attachment_td > div:hover span {
    text-decoration: underline;
}

@media screen and (min-width: 1201px) {

    .m2_container {
        margin: 0 auto;
        padding: 40px 0;
        width: 1120px;
    }

    .page_sub_tit {
        font-size: 17px;
        line-height: 27px;
        font-family: NanumBarunGothicBold;
        padding-left: 20px;
        background-image: url('/res/service/img_department2/sub_common/bu_square.png');
        background-position: left 9px;
        background-repeat: no-repeat;
        color: #000000 !important;
        margin-bottom: 30px;

    }

    .page_tit {
        position: relative;
        font-family: 'NanumBarunGothicBold', dotum;
        line-height: 40px;
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: 4px;
        color: #000000;
    }

    .page_tit span {
        display: none;
    }

    .page_desc {
        margin-bottom: 50px;
        letter-spacing: 1px;
    }


    .content_tit {
        padding: 0 20px;
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: bold;
        color: #000000;
    }

    .radius_tit {
        display: inline-block;
        padding: 0 23px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
        text-align: center;
        background-color: #f2f5fa;
        border-radius: 20px;
    }

    .radio_btn {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 210px;
        height: 50px;
        line-height: 50px;
        color: #808080;
        background-color: #f8f8f8;
        margin-bottom: 24px;
        cursor: pointer;
        border: 1px solid #d2d2d3;
        margin-right: 1px;
        font-size: 16px;
    }
    .radio_btn span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 30px;
        height: 1px;
        background-color: #808080;
    }

    .radio_btn.on span {
        background-color: #ffffff;
    }

    .radio_btn.on {
        color: #ffffff;
        border: 1px solid #5980ce;
        background-color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }


    .point_text {
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
        color: #5980ce;
        margin-bottom: 20px;
    }

    .paragraph {
        line-height: 26px;
    }

    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
    }

    .normal_board thead {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_board tr td {
        border: 1px solid #e9e9e9;
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_board tr td.a_left {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .normal_board tr td.factor {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
        border-bottom: 2px solid #5980ce;
    }

    .normal_view tr {
        border-bottom: 1px solid #cbe9ed;
        text-align: left;
    }

    .normal_view tr td {
        padding: 10px 32px;
        line-height: 24px;
    }

    .normal_view tr td.factor {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
        padding: 0 0 0 32px;
        width: 50px;
    }

    .normal_view tr.answer td {
        background-image: url('/res/service/img_department1/sub_common/ico_answer.png');
        background-repeat: no-repeat;
        background-position: 30px 30px;
        background-color: #f8f8f8;
        padding: 30px 30px 30px 70px;
        text-align: left;
    }

    .normal_write {
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #5980ce;
        border-bottom: 2px solid #5980ce;
        background-color: #f5f8fc;
    }

    .normal_write tr {
        border-bottom: 1px solid #c4c4c4;
        text-align: left;
        padding: 28px 0px;
    }

    .normal_write tr td {
        padding: 10px 0;
        line-height: 24px;
    }

    .normal_write tr td.factor {
        font-family: 'NanumBarunGothicBold', dotum;
        padding: 0 35px 0 35px;
        width: 50px;
    }

    .normal_write tr td input.normal {
        padding: 0 15px;
        width: 90%;
        height: 43px;
        border: 1px solid #c4c4c4;
    }

    .normal_write .attachment_register_box {
        position: relative;
        width: 383px;
        height: 43px;
    }

    .normal_write .attachment_register_box input[type=text] {
        padding: 0 15px;
        width: 270px;
        height: 41px;
        line-height: 41px;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
        float: left;
    }

    .normal_write .attachment_register_box input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 41px;
        opacity: 0;
    }

    .normal_write .attachment_register_box span {
        display: inline-block;
        width: 80px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        color: #ffffff;
        background-color: #5980ce;
        cursor: pointer;
        float: left;
    }

    .normal_write .attachment_list {
        margin-top: 10px;
    }

    .normal_write .attachment_item {
        position: relative;
        margin-top: 10px;
        width: 383px;
        height: 41px;
        background-color: #ffffff;
    }

    .normal_write .attachment_item:first-child {
        margin-top: 0;
    }

    .normal_write .attachment_item span {
        display: inline-block;
        padding: 0 15px;
        width: 351px;
        height: 41px;
        line-height: 41px;
        border: 1px solid #c4c4c4;
    }

    .normal_write .attachment_item img {
        position: absolute;
        right: 20px;
        top: 17px;
        cursor: pointer;
    }

    .normal_list {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
    }

    .normal_list thead {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_list tr {
        border-bottom: 1px solid #e9e9e9;
    }

    .normal_list tr td {
        padding: 10px 0;
        line-height: 24px;
    }

    .normal_list tr td img {
        vertical-align: middle;
    }

    .normal_list tbody .tit {
        text-align: left;
        cursor: pointer;
    }

    .normal_list .cmt_count {
        color: #b9b9bb;
    }

    .normal_list .tit:hover {
        text-decoration: underline;
    }

    .normal_list .notice {
        color: #002f87;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_list .new {
        margin-left: 10px;
    }

    .normal_list .attach {
        cursor: pointer;
    }

    .search_group {
        text-align: right;
        height: 43px;
        margin-bottom: 20px;
    }

    .search_group .search_option {
        cursor:pointer;
        display: inline-block;
        position: relative;
        width: 130px;
        height: 40px;
        color:#999999;
        border: 1px solid #cec9c0;
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_down.png');
        background-repeat: no-repeat;
        background-position: 90% center;
        margin-right: 10px;
        text-align: left;
    }

    .search_group .search_option span {
        display: inline-block;
        width: 130px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        text-align: left;
    }

    .search_group .search_option select {
        position: absolute;
        top: 0;
        left: -1px;
        width: 114px;
        height: 40px;
        opacity: 0;
    }

    .search_input {
        display: inline-block;
        width: 255px;
        height: 43px;
        float: right;
    }

    .search_input input {
        padding: 0 15px;
        width: 179px;
        height: 40px;
        border-left: 1px solid #cec9c0;
        border-right: none;
        border-bottom: 1px solid #cec9c0;
        border-top: 1px solid #cec9c0;
        float: left;
    }

    .search_input div {
        cursor:pointer;
        display: inline-block;
        width: 42px;
        height: 42px;
        background-image: url('/res/service/img_department1/sub5/btn_search.png');
        float: left;
    }



    /* category_select */
    .category_select.search_group {
    }

    .category_select.search_group .search_option {
        width: 200px;
    }

    .category_select.search_group .search_option span {
        width: 150px;
    }

    .category_select.search_group .search_option select {
        width: 200px;
    }














    .pager {
        text-align: center;
        margin-top: 35px;
    }

    .pager ul {
        display: inline-block;
    }

    .pager ul li {
        width: 43px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        background-color: #f8f8f8;
        border: 1px solid #e9e9e9;
        margin-left: -1px;
        cursor: pointer;
    }

    .pager ul li.on {
        background-color: #5980ce;
        color: #ffffff;
    }

    .pager ul li.first {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_first.png');
        background-repeat: no-repeat;
    }

    .pager ul li.prev {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_prev.png');
        background-repeat: no-repeat;
        margin-right: 20px;
    }

    .pager ul li.next {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_next.png');
        background-repeat: no-repeat;
        margin-left: 19px;
    }

    .pager ul li.last {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_last.png');
        background-repeat: no-repeat;
    }

    .button_group {
        margin-top: 30px;
        height: 53px;
    }

    .button_group.center {
        text-align: center !important;
    }

    .button_group .button {
        display: inline-block;
        height: 53px;
        line-height: 53px;
        color: #ffffff;
        background-color: #5980ce;
        padding: 0 75px;
        text-align: center;
        cursor: pointer;
    }

    .button_group .button.small {
        padding: 0 35px;
    }

    .button_group .button.cancel {
        background-color: #b9b9bb;
    }

    .movie_info {
        padding-left: 35px;
        margin-bottom: 30px;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: 20px center;
    }

    .hash_tag_list {
        height: 50px;
        padding: 0 20px;
        margin-bottom :30px;
        background-color: #eefcff;
    }

    .hash_tag_list .hash_tag_item {
        line-height: 50px;
        color: #5980ce;
        margin-left: 20px;
        cursor: pointer;
    }

    .hash_tag_list .hash_tag_item:hover {
        text-decoration: underline;
    }

    .hash_tag_list .hash_tag_item:first-child {
        margin-left: 0;
    }

    .main_movie_container {
        height: 460px;
    }

    .current_movie {
        display: inline-block;
        width: 820px;
        height: 460px;
        background-color: #dddddd;
        float: left;
    }

    .play_movie_list {
        display: inline-block;
        width: 288px;
        height: 458px;
        border: 1px solid #e6e6e6;
        overflow: hidden;
        float: right;
    }

    .play_movie_list .movie_list_title {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 20px 0 50px;
        background-image: url('/res/service/img_department1/sub_common/ico_playlist.png');
        background-repeat: no-repeat;
        background-position: 30px center;
        font-weight: bold;
    }

    .play_movie_list .play_option {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e6e6e6;
    }

    .play_movie_list .play_option span {
        color: #858585;
        float: right;
    }

    .play_movie_list .movie_list {
        padding: 20px;
        overflow: hidden;
    }

    .play_movie_list .movie_item {
        height: 65px;
        margin-top: 30px;
    }

    .play_movie_list .movie_item:first-child {
        margin-top: 0;
    }

    .play_movie_list .movie_item img {
        margin-right: 10px;
        float: left;
    }

    .play_movie_list .movie_item .movie_title {
        display: inline-block;
        width: 135px;
        height: 45px;
        line-height: 20px;
        float: left;
    }

    .play_movie_list .movie_item .hits {
        display: inline-block;
        width: 120px;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        float: left;
    }

    .gallery_list {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .gallery_list .gallery_page {
        position: absolute;
        width: 100%;
        height: 375px;
    }

    .gallery_list > div > div {
        position: relative;
        display: inline-block;
        width: 279px;
        height: 187px;
        border-left: 1px solid #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        float: left;
    }

    .gallery_list > div > div.first {
        width: 560px;
        height: 375px;
        border-left: none;
    }

    .gallery_list > div > div.bottom {
        border-bottom: 1px solid #ffffff;
    }

    .gallery_list > div > div .hover {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
    }

    .gallery_list > div > div:hover .hover {
        display: block;
        background-color: #5980ce;
        opacity: 0.7;
    }

    .gallery_list > div > div .hover span {
        position: absolute;
        left: 20px;
        top: 20px;
        color: #ffffff
    }

    .gallery_list > div > div .hover img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -19px;
        margin-top: -19px;
        color: #ffffff
    }

    .gallery_nav {
        position: relative;
        font-size: 12px;
        height: 49px;
        line-height: 49px;
        border: 1px solid #ececec;
        text-align: center;
    }

    .gallery_nav .btn_prev {
        position: absolute;
        left: 30px;
        top: 15px;
        cursor: pointer;
    }

    .gallery_nav .btn_next {
        position: absolute;
        right: 30px;
        top: 15px;
        cursor: pointer;
    }

    .gallery_nav span {
        display: inline-block;
        height: 49px;
        line-height: 49px;
        margin: 0 5px;
    }

    .gallery_nav .current_page {
        color: #32a4b4;
    }

    .contents_desc {
        padding: 30px 20px;
        line-height: 24px;
    }

    .comment_group {
        margin-bottom: 50px;
    }

    .comment_group > p {
        font-size: 15px;
        color: #5980ce;
        margin-bottom: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .comment_group .comment_box {
        padding: 30px 40px 0;
        background-color: #f4f4f4;
    }

    .comment_group .comment_box input {
        width: 1009px;
        height: 43px;
        line-height: 43px;
        padding: 0 15px;
        border: 1px solid #cccccc;
    }

    .comment_group .comment_list {
        min-height: 30px;
    }

    .comment_group .comment_item {
        position: relative;
        height: 50px;
        border-top: 1px dotted #000000;
    }

    .comment_group .comment_item:first-child {
        border-top: none;
    }

    .comment_group .comment_writer {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        height: 50px;
        line-height: 50px;
        color: #000000;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .comment_group .comment_body {
        margin-left: 130px;
    }

    .comment_group .comment_date {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
        color: #c2c2c2;
    }

    .comment_group .comment_register_btn {
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #5980ce;
        border-top: 1px solid #5980ce;
        border-bottom: 1px solid #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
        cursor: pointer;
    }

    .best_contents > p {
        color: #5980ce;
        font-size: 15px;
        margin-bottom: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .best_contents .best_list {
        padding: 20px;
        width: 1078px;
        height: 188px;
        border: 1px solid #e6e6e6;
        background-color: #f8f8f8;
        overflow: hidden;
    }

    .best_contents .best_list > div > div {
        position: relative;
        display: inline-block;
        float: left;
    }

    .best_contents .best_item_first {
        padding: 20px;
        width: 278px;
        height: 148px;
    }

    .best_contents .best_item_first > div,
    .best_contents .best_item_first > p {
        position: absolute;
        color: #ffffff;
    }

    .best_contents .best_item_first > div {
        left: 20px;
        bottom: 40px;
    }

    .best_contents .best_item_first > p {
        left: 20px;
        bottom: 20px;
    }

    .best_contents .best_item {
        width: 170px;
        height: 188px;
        margin-left: 20px;
    }

    .best_contents .best_item .thumbnail {
        width: 170px;
        height: 110px;
        background-color: #000000;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }

    .best_contents .best_item_tit {
        line-height: 20px;
    }

    .best_contents .best_list .hits {
        display: inline-block;
        background-image: url('/res/service/img_department1/sub3/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        margin-top: 5px;
        float: left;
    }


    .line_container {
        border: 1px solid #eeeeee;
        padding: 45px 40px;
        line-height: 24px;
    }
    .line_container.padding_none {
        padding: 0;
    }

    .major_banner {
        padding: 45px;
        margin-bottom: 40px;
        height: 135px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border: 1px solid #eeeeee;
    }
    .major_banner .major_tit_eng {
        line-height: 30px;
        color: #afc0d1;
        font-size: 14px;
    }
    .major_banner .major_tit_kor {
        color: #515151;
        font-size: 28px;
    }
    .major_banner .major_info {
        margin-top: 40px;
        width: 474px;
        height: 60px;
    }
    .major_banner .major_info > div {
        display: inline-block;
        width: 180px;
        height: 30px;
        font-size: 14px;
        float: left;
    }
    .major_banner .major_info span {
        display: inline-block;
        width: 65px;
        color: #5980ce;
        vertical-align: middle;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .college_banner {
        padding: 45px;
        margin-bottom: 40px;
        height: 250px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border: 1px solid #eeeeee;
    }
    .college_banner .college_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 16px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .college_banner .college_tit_kor {
        color: #000000;
        font-size: 26px;
    }
    .college_banner .college_info {
        margin-top: 40px;
        width: 474px;
        height: 60px;
        line-height: 25px;
    }
    .major_btn_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .major_btn {
        display: inline-block;
        width: 216px;
        height: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 180px center;
        cursor: pointer;
        float: left;
    }
    .major_btn img {
        display: none;
    }
    .major_btn:hover,
    .major_btn:active {
        color: #ffffff;
        background-color: #002f87;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_w.png');
    }
    .major_btn:hover img,
    .major_btn:active img {
        display: block;
        position: absolute;
        left: 125px;
        top: 0;
    }
    .major_btn.row5 {
        margin-right: 0;
    }
    .major_btn > div {
        position: relative;
        border: 1px solid #e1e1e1;
        padding-left: 20px;
        width: 194px;
        height: 48px;
        line-height: 48px;
    }

    .college_number {
        position: relative;
        margin-top: 40px;
        padding-right: 51px;
        text-align: center;
        height: 50px;
    }
    .college_number div {
        height: 50px;
        line-height: 50px;
        color: #9f9f9f;
        background-color: #f4f4f4;
    }
    .college_number .print_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/res/service/img_department1/sub2/btn_print.png');
    }


    .unique_btn1 {
        display: inline-block;
        padding: 0 20px;
        height: 53px;
        line-height: 53px;
        color: #ffffff;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 16px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub1/bu_tab_line2_pressed.png');
        background-position: 96% 2px;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .unique_btn1 img {
        margin-left: 10px;
        vertical-align: middle;
    }

    .download_btn {
        display: inline-block;
        width: 150px;
        height: 45px;
        cursor: pointer;
    }
    .download_btn img {
        float: left;
    }
    .download_btn span {
        display: inline-block;
        width: 104px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        float: left;
    }






    .search_result_box {
        padding: 30px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .search_result_tit {
        font-size: 20px;
        color: #003499;
        font-family: NanumBarunGothicBold;
        margin-bottom: 20px;
    }
    .result_list .result_item {
        line-height: 30px;
    }
    .result_list.type2 .result_item {
        margin-bottom: 15px;
    }
    .result_list.type2 .result_item .result_nav {
        color: #5980ce;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #5980ce;
        padding: 25px 0;
        text-align: center;
    }
    .main_search_box > div {
        display: inline-block;
        background-color: #ffffff;
        height: 48px;
        vertical-align: middle;
    }
    .main_search_option {
        position: relative;
        margin-right: 15px;
        border: 1px solid #eeeeee;
        width: 112px;
        cursor: pointer;
        background-image: url('/res/service/img_department1/sub_common/opt_search_arr_down.png');
        background-repeat: no-repeat;
        background-position: 90% center;
        text-align: left;
    }
    .main_search_option span {
        display: inline-block;
        margin-left: 10%;
        width: 80%;
        height: 48px;
        line-height: 48px;
        float: left;
    }
    .main_search_option select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        opacity: 0;
    }
    .main_search_input {
        width: 428px;
    }
    .main_search_input input {
        border: 1px solid #eeeeee;
        padding: 0 15px;
        width: 347px;
        height: 48px;
        float: left;
    }
    .main_search_input span {
        display: inline-block;
        border: 1px solid #5980ce;
        width: 47px;
        height: 48px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub/btn_searchpage_search.png');
        background-repeat: no-repeat;
        float: left;
    }
    .search_result_text {
        padding: 30px 0 30px 33px;
        font-size: 15px;
        line-height: 15px;
        background-image: url('/res/service/img_department1/sub/img_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: left 30px;
        border-bottom: #eeeeee;
    }
    .search_result_text span {
        font-family: NanumBarunGothicBold;
        color: #5980ce;
    }



    .content_slide .content_img_list {
        position: relative;
        height: 450px;
        background-color: #c9c9c9;
        overflow: hidden;
    }
    .content_slide .content_img_list > div {
        position: absolute;
        width: 100%;
        height: 450px;
        background-size: cover;
    }
    .content_slide .content_slide_nav {
        margin-top: 30px;
        height: 10px;
        text-align: center;
    }
    .content_slide .content_slide_nav span {
        display: inline-block;
        border-radius: 10px;
        margin-left: 15px;
        width: 10px;
        height: 10px;
        background-color: #b9b9bb;
        cursor: pointer;
    }
    .content_slide .content_slide_nav span:first-child {
        margin-left: 0;
    }
    .content_slide .content_slide_nav span.on {
        background-color: #002f87;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    .page2 {
        padding: 30px;
    }

    .page_sub_tit {
        font-size: 17px;
        line-height: 27px;
        font-family: NanumBarunGothicBold;
        padding-left: 20px;
        background-image: url('/res/service/img_department2/sub_common/bu_square.png');
        background-position: left 9px;
        background-repeat: no-repeat;
        color: #000000 !important;
        margin-bottom: 30px;
    }

    .m2_title {
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: bold;
        color: #000000;
    }

    .page_tit {
        position: relative;
        font-family: 'NanumBarunGothicBold', dotum;
        line-height: 40px;
        font-size: 24px;
        margin-bottom: 10px;
        letter-spacing: 4px;
        color: #000000;
    }

    .page_tit span {
        display: none;
    }

    .page_desc {
        margin-bottom: 50px;
        letter-spacing: 1px;
    }

    .content_tit {
        padding: 0 20px;
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: bold;
        color: #000000;
    }

    .radius_tit {
        display: inline-block;
        padding: 0 23px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
        text-align: center;
        background-color: #f2f5fa;
        border-radius: 20px;
    }
    .radio_btn {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 210px;
        height: 50px;
        line-height: 50px;
        color: #808080;
        background-color: #f8f8f8;
        margin-bottom: 24px;
        cursor: pointer;
        border: 1px solid #d2d2d3;
        margin-right: 1px;
        font-size: 16px;
    }
    .radio_btn span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 30px;
        height: 1px;
        background-color: #808080;
    }

    .radio_btn.on span {
        background-color: #ffffff;
    }
    .radio_btn.on {
        color: #ffffff;
        border: 1px solid #5980ce;
        background-color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .point_text {
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
        color: #5980ce;
        margin-bottom: 20px;
    }
    .paragraph {
        line-height: 24px;
    }


    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
    }
    .normal_board thead {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_board tr td {
        border: 1px solid #e9e9e9;
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_board tr td.a_left {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .normal_board tr td.factor {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
        border-bottom: 2px solid #5980ce;
    }
    .normal_view tr {
        border-bottom: 1px solid #cbe9ed;
    }
    .normal_view tr td {
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_view tr td.factor {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_view tr.answer td {
        background-image: url('/res/service/img_department1/sub_common/ico_answer.png');
        background-repeat: no-repeat;
        background-position: 30px 30px;
        background-color: #f8f8f8;
        padding: 30px 30px 30px 70px;
        text-align: left;
    }

    .normal_write {
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #5980ce;
        border-bottom: 2px solid #5980ce;
        background-color: #f5f8fc;
    }
    .normal_write tr {
        border-bottom: 1px solid #c4c4c4;
    }
    .normal_write tr td {
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_write tr td.factor {
        text-align: center;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_write tr td input.normal {
        padding: 0 15px;
        width: 90%;
        height: 43px;
        border: 1px solid #c4c4c4;
    }
    .normal_write .attachment_register_box {
        position: relative;
        width: 383px;
        height: 43px;
    }
    .normal_write .attachment_register_box input[type=text] {
        padding: 0 15px;
        width: 270px;
        height: 41px;
        line-height: 41px;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        border-left: 1px solid #c4c4c4;
        float: left;
    }
    .normal_write .attachment_register_box input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 41px;
        opacity: 0;
    }
    .normal_write .attachment_register_box span {
        display: inline-block;
        width: 80px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        color: #ffffff;
        background-color: #5980ce;
        cursor: pointer;
        float: left;
    }
    .normal_write .attachment_list {
        margin-top: 10px;
    }
    .normal_write .attachment_item {
        position: relative;
        margin-top: 10px;
        width: 383px;
        height: 41px;
        background-color: #ffffff;
    }
    .normal_write .attachment_item:first-child {
        margin-top: 0;
    }
    .normal_write .attachment_item span {
        display: inline-block;
        padding: 0 15px;
        width: 351px;
        height: 41px;
        line-height: 41px;
        border: 1px solid #c4c4c4;
    }
    .normal_write .attachment_item img {
        position: absolute;
        right: 20px;
        top: 17px;
        cursor: pointer;
    }

    .normal_list {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
    }
    .normal_list thead {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_list tr {
        border-bottom: 1px solid #e9e9e9;
    }
    .normal_list tr td {
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_list tr td img {
        vertical-align: middle;
    }
    .normal_list tbody .tit {
        text-align: left;
        cursor: pointer;
    }
    .normal_list .tit:hover {
        text-decoration: underline;
    }
    .normal_list .notice {
        color: #002f87;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_list .new {
        margin-left: 10px;
    }
    .normal_list .attach {
        cursor: pointer;
    }

    .search_group {
        text-align: right;
        height: 43px;
        margin-bottom: 20px;
    }
    .search_group .search_option {
        cursor:pointer;
        display: inline-block;
        position: relative;
        width: 112px;
        height: 40px;
        color:#999999;
        border: 1px solid #cec9c0;
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_down.png');
        background-repeat: no-repeat;
        background-position: 90% center;
        margin-right: 10px;
        text-align: left;
    }
    .search_group .search_option span {
        display: inline-block;
        width: 62px;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        text-align: left;
    }
    .search_group .search_option select {
        position: absolute;
        top: 0;
        left: -1px;
        width: 114px;
        height: 40px;
        opacity: 0;
    }
    .search_input {
        display: inline-block;
        width: 255px;
        height: 43px;
        float: right;
    }
    .search_input input {
        padding: 0 15px;
        width: 179px;
        height: 40px;
        border-left: 1px solid #cec9c0;
        border-right: none;
        border-bottom: 1px solid #cec9c0;
        border-top: 1px solid #cec9c0;
        float: left;
    }
    .search_input div {
        cursor:pointer;
        display: inline-block;
        width: 42px;
        height: 42px;
        background-image: url('/res/service/img_department1/sub5/btn_search.png');
        float: left;
    }

    .category_select.search_group {
    }

    .category_select.search_group .search_option {
        width: 200px;
    }

    .category_select.search_group .search_option span {
        width: 150px;
    }

    .category_select.search_group .search_option select {
        width: 200px;
    }




    .pager {
        text-align: center;
        margin-top: 35px;
    }
    .pager ul {
        display: inline-block;
    }
    .pager li {
        width: 43px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        background-color: #f8f8f8;
        border: 1px solid #e9e9e9;
        margin-left: -1px;
        cursor: pointer;
    }
    .pager li.on {
        background-color: #5980ce;
        color: #ffffff;
    }
    .pager li.first {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_first.png');
        background-repeat: no-repeat;
    }
    .pager li.prev {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_prev.png');
        background-repeat: no-repeat;
        margin-right: 20px;
    }
    .pager li.next {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_next.png');
        background-repeat: no-repeat;
        margin-left: 19px;
    }
    .pager li.last {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_last.png');
        background-repeat: no-repeat;
    }

    .button_group {
        margin-top: 30px;
        height: 53px;
    }

    .button_group.center {
        text-align: center !important;
    }

    .button_group .button {
        display: inline-block;
        height: 53px;
        line-height: 53px;
        color: #ffffff;
        background-color: #5980ce;
        padding: 0 75px;
        text-align: center;
        cursor: pointer;
    }

    .button_group .button.small {
        padding: 0 35px;
    }

    .button_group .button.cancel {
        background-color: #b9b9bb;
    }

    .movie_info {
        padding-left: 15px;
        margin-bottom: 30px;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: 0 center;
    }

    .hash_tag_list {
        height: 50px;
        padding: 0 20px;
        margin-bottom :30px;
        background-color: #eefcff;
    }

    .hash_tag_list .hash_tag_item {
        line-height: 50px;
        color: #5980ce;
        margin-left: 20px;
        cursor: pointer;
    }

    .hash_tag_list .hash_tag_item:hover {
        text-decoration: underline;
    }

    .hash_tag_list .hash_tag_item:first-child {
        margin-left: 0;
    }

    .main_movie_container {
    }

    .current_movie {
        height: 400px;
        background-color: #dddddd;
    }

    .play_movie_list {
        height: 289px;
        margin-left: -30px;
    }

    .play_movie_list .movie_list_title {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 20px 0 50px;
        background-image: url('/res/service/img_department1/sub_common/ico_playlist.png');
        background-repeat: no-repeat;
        background-position: 30px center;
        background-color: #f1f1f1;
        font-weight: bold;
    }

    .play_movie_list .play_option {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e6e6e6;
    }

    .play_movie_list .play_option span {
        color: #858585;
        float: right;
    }

    .play_movie_list .movie_list {
        padding: 20px;
        height: 140px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .play_movie_list .movie_item {
        width: 124px;
        height: 142px;
        margin-left: 15px;
        float: left;
    }

    .play_movie_list .movie_item:first-child {
        margin-left: 0;
    }

    .play_movie_list .movie_item img {
        width: 100%;
        float: left;
    }

    .play_movie_list .movie_item .movie_title {
        display: inline-block;
        width: 135px;
        height: 45px;
        line-height: 20px;
        float: left;
    }

    .play_movie_list .movie_item .hits {
        display: inline-block;
        width: 120px;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        float: left;
    }


    .main_gallery_container {
        padding: 30px;
    }
    .gallery_list {
        position: relative;
        overflow: hidden;
    }
    .gallery_list .gallery_page {
        position: absolute;
        width: 100%;
        height: 315px;
    }

    .gallery_list > div > div {
        position: relative;
        display: inline-block;
        width: 34.5%;
        height: 157px;
        border-left: 1px solid #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        float: left;
    }
    .gallery_list > div > div.first {
        width: 65%;
        height: 315px;
        border-left: none;
    }
    .gallery_list > div > div.tablet_bottom {
        border-bottom: 1px solid #ffffff;
    }
    .gallery_list > div > div .hover {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
    }
    .gallery_list > div > div:hover .hover {
        display: block;
        background-color: #5980ce;
        opacity: 0.7;
    }
    .gallery_list > div > div .hover span {
        position: absolute;
        left: 20px;
        top: 20px;
        color: #ffffff
    }
    .gallery_list > div > div .hover img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -19px;
        margin-top: -19px;
        color: #ffffff
    }
    .gallery_nav {
        position: relative;
        font-size: 12px;
        height: 49px;
        line-height: 49px;
        border: 1px solid #ececec;
        text-align: center;
    }
    .gallery_nav .btn_prev {
        position: absolute;
        left: 30px;
        top: 15px;
        cursor: pointer;
    }
    .gallery_nav .btn_next {
        position: absolute;
        right: 30px;
        top: 15px;
        cursor: pointer;
    }
    .gallery_nav span {
        display: inline-block;
        height: 49px;
        line-height: 49px;
        margin: 0 5px;
    }
    .gallery_nav .current_page {
        color: #32a4b4;
    }

    .contents_desc {
        padding: 30px 20px;
        line-height: 24px;
    }

    .comment_group {
        margin-bottom: 50px;
    }

    .comment_group > p {
        font-size: 15px;
        color: #5980ce;
        margin-bottom: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .comment_group .comment_box {
        padding: 30px 40px 0;
        background-color: #f4f4f4;
    }

    .comment_group .comment_box input {
        width: 90%;
        height: 43px;
        line-height: 43px;
        padding: 0 5%;
        border: 1px solid #cccccc;
    }

    .comment_group .comment_list {
        min-height: 30px;
    }

    .comment_group .comment_item {
        position: relative;
        height: 50px;
        border-top: 1px dotted #000000;
    }

    .comment_group .comment_item:first-child {
        border-top: none;
    }

    .comment_group .comment_writer {
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        height: 50px;
        line-height: 50px;
        color: #000000;
    }

    .comment_group .comment_body {
        margin-left: 130px;
    }

    .comment_group .comment_date {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
        color: #c2c2c2;
    }

    .comment_group .comment_register_btn {
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #5980ce;
        border-top: 1px solid #5980ce;
        border-bottom: 1px solid #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
        cursor: pointer;
    }

    .best_contents {
        margin-left: -30px;
    }

    .best_contents > p {
        color: #5980ce;
        font-size: 15px;
        margin-bottom: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .best_contents .best_list {
        padding: 20px;
        height: 188px;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background-color: #f8f8f8;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .best_contents .best_list > div > div {
        position: relative;
        display: inline-block;
        float: left;
    }

    .best_contents .best_item_first {
        padding: 20px;
        width: 278px;
        height: 148px;
    }

    .best_contents .best_item_first > div,
    .best_contents .best_item_first > p {
        position: absolute;
        color: #ffffff;
    }

    .best_contents .best_item_first > div {
        left: 20px;
        bottom: 40px;
    }

    .best_contents .best_item_first > p {
        left: 20px;
        bottom: 20px;
    }

    .best_contents .best_item {
        width: 170px;
        height: 188px;
        margin-left: 20px;
    }

    .best_contents .best_item .thumbnail {
        width: 170px;
        height: 110px;
        background-color: #000000;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }

    .best_contents .best_item_tit {
        line-height: 20px;
    }

    .best_contents .best_list .hits {
        display: inline-block;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        margin-top: 5px;
        float: left;
    }


    .line_container {
        border: 1px solid #eeeeee;
        padding: 45px 40px;
        text-align: center;
        line-height: 24px;
    }
    .line_container.padding_none {
        padding: 0;
    }
    .line_container img {
        max-width: 100%;
    }

    .major_banner {
        padding: 35px 20px;
        margin-bottom: 40px;
        height: 220px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border: 1px solid #eeeeee;
    }
    .major_banner .major_tit_eng {
        line-height: 30px;
        color: #afc0d1;
        font-size: 14px;
    }
    .major_banner .major_tit_kor {
        color: #515151;
        font-size: 21px;
    }
    .major_banner .major_info {
        margin-top: 40px;
    }
    .major_banner .major_info > div {
        height: 30px;
        font-size: 14px;
    }
    .major_banner .major_info span {
        display: inline-block;
        width: 85px;
        color: #5980ce;
        vertical-align: middle;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .college_banner {
        padding: 45px;
        margin-bottom: 40px;
        height: 250px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border: 1px solid #eeeeee;
    }
    .college_banner .college_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 16px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .college_banner .college_tit_kor {
        color: #000000;
        font-size: 26px;
    }
    .college_banner .college_info {
        margin-top: 40px;
        width: 474px;
        height: 60px;
        line-height: 25px;
    }
    .major_btn_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .major_btn {
        display: inline-block;
        width: 33.3%;
        height: 50px;
        margin-bottom: 10px;
        cursor: pointer;
        float: left;
    }
    .major_btn img {
        display: none;
    }
    .major_btn:hover, .major_btn:active {
        color: #ffffff;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_w.png');
        background-repeat: no-repeat;
    }
    .major_btn:hover img,
    .major_btn:active img {
        display: block;
        position: absolute;
        left: 125px;
        top: 0;
    }
    .major_btn > div {
        position: relative;
        display: inline-block;
        border: 1px solid #e1e1e1;
        padding-left: 5%;
        width: 90%;
        height: 48px;
        line-height: 48px;
        text-align: left;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 92% center;
    }
    .major_btn:hover > div,
    .major_btn:active > div {
        color: #ffffff;
        background-color: #002f87;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_w.png');
    }
    .major_btn.row2 {
        text-align: center;
    }
    .major_btn.row3 {
        text-align: right;
    }

    .college_number {
        position: relative;
        margin-top: 40px;
        padding-right: 51px;
        text-align: center;
        height: 50px;
    }
    .college_number div {
        height: 50px;
        line-height: 50px;
        color: #9f9f9f;
        background-color: #f4f4f4;
    }
    .college_number .print_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/res/service/img_department1/sub2/btn_print.png');
    }


    .unique_btn1 {
        display: inline-block;
        padding: 0 20px;
        height: 53px;
        line-height: 53px;
        color: #ffffff;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 16px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub1/bu_tab_line2_pressed.png');
        background-position: 96% 2px;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .unique_btn1 img {
        margin-left: 10px;
        vertical-align: middle;
    }


    .download_btn {
        display: inline-block;
        width: 150px;
        height: 45px;
        cursor: pointer;
    }
    .download_btn img {
        float: left;
    }
    .download_btn span {
        display: inline-block;
        width: 104px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        float: left;
    }





    .search_result_box {
        padding: 30px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .search_result_tit {
        font-size: 20px;
        color: #003499;
        font-family: NanumBarunGothicBold;
        margin-bottom: 20px;
    }
    .result_list .result_item {
        line-height: 30px;
    }
    .result_list.type2 .result_item {
        margin-bottom: 15px;
    }
    .result_list.type2 .result_item .result_nav {
        color: #5980ce;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #5980ce;
        padding: 25px 0;
        text-align: center;
    }
    .main_search_box > div {
        display: inline-block;
        background-color: #ffffff;
        height: 48px;
        vertical-align: middle;
    }
    .main_search_option {
        position: relative;
        margin-right: 15px;
        border: 1px solid #eeeeee;
        width: 112px;
        cursor: pointer;
        background-image: url('/res/service/img_department1/sub_common/opt_search_arr_down.png');
        background-repeat: no-repeat;
        background-position: 90% center;
        text-align: left;
    }
    .main_search_option span {
        display: inline-block;
        margin-left: 10%;
        width: 80%;
        height: 48px;
        line-height: 48px;
        float: left;
    }
    .main_search_option select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        opacity: 0;
    }
    .main_search_input {
        width: 428px;
    }
    .main_search_input input {
        border: 1px solid #eeeeee;
        padding: 0 15px;
        width: 347px;
        height: 48px;
        float: left;
    }
    .main_search_input span {
        display: inline-block;
        border: 1px solid #5980ce;
        width: 47px;
        height: 48px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub/btn_searchpage_search.png');
        background-repeat: no-repeat;
        float: left;
    }
    .search_result_text {
        padding: 30px 0 30px 33px;
        font-size: 15px;
        line-height: 15px;
        background-image: url('/res/service/img_department1/sub/img_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: left 30px;
        border-bottom: #eeeeee;
    }
    .search_result_text span {
        font-family: NanumBarunGothicBold;
        color: #5980ce;
    }




    .content_slide .content_img_list {
        position: relative;
        height: 450px;
        background-color: #c9c9c9;
        overflow: hidden;
    }
    .content_slide .content_img_list > div {
        position: absolute;
        width: 100%;
        height: 450px;
        background-size: cover;
    }
    .content_slide .content_slide_nav {
        margin-top: 20px;
        height: 10px;
        text-align: center;
    }
    .content_slide .content_slide_nav span {
        display: inline-block;
        border-radius: 10px;
        margin-left: 15px;
        width: 10px;
        height: 10px;
        background-color: #b9b9bb;
        cursor: pointer;
    }
    .content_slide .content_slide_nav span:first-child {
        margin-left: 0;
    }
    .content_slide .content_slide_nav span.on {
        background-color: #002f87;
    }

}

@media screen and (max-width: 767px) {

    .page2 {
        padding: 20px;
    }


    .page_sub_tit {
        font-size: 15px;
        line-height: 25px;
        font-family: NanumBarunGothicBold;
        padding-left: 20px;
        background-image: url('/res/service/img_department2/sub_common/bu_square.png');
        background-position: left 8px;
        background-repeat: no-repeat;
        color: #000000 !important;
        margin-bottom: 30px;

    }

    .m2_title {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
    }

    .page_tit {
        position: relative;
        font-family: 'NanumBarunGothicBold', dotum;
        line-height: 40px;
        font-size: 19px;
        letter-spacing: 4px;
        color: #000000;
    }

    .page_tit span {
        display: none;
    }

    .page_desc {
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .content_tit {
        padding: 0 20px;
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: bold;
        color: #000000;
    }

    .radius_tit {
        display: inline-block;
        padding: 0 23px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
        text-align: center;
        background-color: #f2f5fa;
        border-radius: 20px;
    }

    .radio_btn {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #808080;
        font-family: 'NanumBarunGothicBold', dotum;
        background-color: #f8f8f8;
        margin-bottom: 24px;
        cursor: pointer;
        border: 1px solid #d2d2d3;
        margin-right: 1px;
    }
    .radio_btn span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 30px;
        height: 1px;
        background-color: #808080;
    }

    .radio_btn.on span {
        background-color: #ffffff;
    }

    .radio_btn.on {
        color: #ffffff;
        border: 1px solid #5980ce;
        background-color: #5980ce;
    }

    .point_text {
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
        color: #5980ce;
        margin-bottom: 20px;
    }

    .paragraph {
        line-height: 24px;
    }

    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
    }

    .normal_board thead {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_board tr td {
        border: 1px solid #e9e9e9;
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_board tr td.a_left {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .normal_board tr td.factor {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
        border-bottom: 2px solid #5980ce;
    }

    .normal_view tr {
        border-bottom: 1px solid #cbe9ed;
    }

    .normal_view tr td {
        padding: 10px 0;
        line-height: 24px;
    }

    .normal_view tr td.factor {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view tr.answer td {
        background-image: url('/res/service/img_department1/sub_common/ico_answer.png');
        background-repeat: no-repeat;
        background-position: 10px 20px;
        background-color: #f8f8f8;
        padding: 20px 10px 20px 45px;
        text-align: left;
    }

    .normal_write {
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #5980ce;
        border-bottom: 2px solid #5980ce;
        background-color: #f5f8fc;
    }

    .normal_write tr {
        border-bottom: 1px solid #c4c4c4;
    }

    .normal_write tr td {
        padding: 10px 0;
        line-height: 24px;
    }

    .normal_write tr td.factor {
        text-align: center;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_write tr td input.normal {
        padding: 0 15px;
        width: 90%;
        height: 43px;
        border: 1px solid #c4c4c4;
    }

    .normal_write .attachment_register_box {
        position: relative;
        width: 43px;
        height: 43px;
    }

    .normal_write .attachment_register_box input[type=text] {
        display: none;
    }

    .normal_write .attachment_register_box input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        width: 43px;
        height: 43px;
        opacity: 0;
    }

    .normal_write .attachment_register_box span {
        display: inline-block;
        width: 43px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        text-indent: 9999px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub_common');
        cursor: pointer;
        float: left;
    }

    .normal_write .attachment_list {
        margin-top: 10px;
    }

    .normal_write .attachment_item {
        position: relative;
        margin-top: 10px;
        width: 90%;
        height: 41px;
        background-color: #ffffff;
    }

    .normal_write .attachment_item:first-child {
        margin-top: 0;
    }

    .normal_write .attachment_item span {
        display: inline-block;
        padding: 0 15px;
        width: 100%;
        height: 41px;
        line-height: 41px;
        border: 1px solid #c4c4c4;
        background-color: #ffffff;
    }

    .normal_write .attachment_item img {
        position: absolute;
        right: 20px;
        top: 17px;
        cursor: pointer;
    }

    .normal_list {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #5980ce;
    }

    .normal_list thead {
        color: #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_list tr {
        border-bottom: 1px solid #e9e9e9;
    }

    .normal_list tr td {
        display: none;
        padding: 10px 0;
        line-height: 24px;
    }

    .normal_list tr td img {
        vertical-align: middle;
    }

    .normal_list thead .tit {
        display: block;
    }

    .normal_list tbody .tit {
        display: block;
        text-align: left;
        cursor: pointer;
    }

    .normal_list .tit:hover {
        text-decoration: underline;
    }

    .normal_list .notice {
        color: #002f87;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_list .new {
        margin-left: 10px;
    }

    .normal_list .attach {
        cursor: pointer;
    }

    .search_group {
        position: relative;
        text-align: right;
        height: 43px;
        margin-bottom: 20px;
        padding-left: 110px;
        margin-top: 20px;
    }

    .search_group .search_option {
        cursor:pointer;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 40px;
        color:#999999;
        border: 1px solid #cec9c0;
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_down.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        text-align: left;
    }

    .search_group .search_option span {
        display: inline-block;
        width: 94%;
        padding: 0 3%;
        height: 40px;
        line-height: 40px;
        text-align: left;
    }

    .search_group .search_option select {
        position: absolute;
        top: 0;
        left: -1px;
        width: 100%;
        height: 40px;
        opacity: 0;
    }

    .search_input {
        position: relative;
        padding-right: 42px;
        height: 43px;
    }

    .search_input input {
        padding: 0 5%;
        width: 100%;
        height: 42px;
        border-left: 1px solid #cec9c0;
        border-right: none;
        border-bottom: 1px solid #cec9c0;
        border-top: 1px solid #cec9c0;
        float: left;
    }

    .search_input div {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background-image: url('/res/service/img_department1/sub5/btn_search.png');
    }



    .search_select.search_group {
        margin-top: 75px;
        float: none !important;
    }


    .category_select.search_group {
        position: absolute;
        top: 0;
        margin-bottom:0;
        width:100%;
        box-sizing: border-box;
        border:1px solid #cec9c0;
    }

    .category_select.search_group .search_option {
        width: 100%;
        border: none;
        box-sizing: border-box;
    }

    .category_select.search_group .search_option span {
        width: 100%;
        box-sizing: border-box;
        padding-left:10px;
        padding-right:0;
    }

    .category_select.search_group .search_option select {
        width: 100%;
    }

    .search_select.search_group{
        position: relative;;
    }

    .search_select.search_group .search_option {
        display: block;
        float:left;
        width:100px;
        background-position: 90% center;
    }

    .search_select.search_group .search_option span {
        width: 100%;
        box-sizing: border-box;
        padding-left:10px;
        padding-right:0;
    }

    .search_select.search_group .search_option select {
        width: 100%;
    }

    /*.search_select.search_group .search_input {*/
        /*display:block;*/
        /*position:absolute;*/
        /*overflow:hidden;*/
        /*right:0;*/
        /*width:auto;*/
        /*left:100px;*/
    /*}*/

    .search_select.search_group .search_input input {
        position:absolute;
        right:0;
        left:0;
        box-sizing: border-box;
        padding-right:55px;
    }

    .search_select.search_group .search_input div {
        position:absolute;
        right:0;
    }






    .pager {
        text-align: center;
        margin-top: 35px;
    }

    .pager ul {
        display: inline-block;
    }

    .pager li {
        width: 35px;
        height: 35px;
        line-height: 38px;
        text-align: center;
        background-color: #f8f8f8;
        border: 1px solid #e9e9e9;
        margin-left: -1px;
        cursor: pointer;
    }

    .pager li.on {
        background-color: #5980ce;
        color: #ffffff;
    }

    .pager li.prev {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_prev.png');
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 10px;
    }

    .pager li.next {
        background-image: url('/res/service/img_department1/sub_common/btn_arr_paging_next.png');
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 9px;
    }

    .button_group {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 45px;
    }

    .button_group.center {
        text-align: center !important;
    }

    .button_group .button {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        color: #ffffff;
        background-color: #5980ce;
        padding: 0 35px;
        text-align: center;
        cursor: pointer;
    }

    .button_group .button.small {
        padding: 0 35px;
    }

    .button_group .button.cancel {
        background-color: #b9b9bb;
    }

    .movie_info {
        padding-left: 15px;
        margin-bottom: 30px;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: 0 center;
    }

    .hash_tag_list {
        height: 50px;
        padding: 0 20px;
        margin-bottom : 20px;
        background-color: #eefcff;
    }

    .hash_tag_list .hash_tag_item {
        line-height: 50px;
        color: #5980ce;
        margin-left: 20px;
        cursor: pointer;
    }

    .hash_tag_list .hash_tag_item:hover {
        text-decoration: underline;
    }

    .hash_tag_list .hash_tag_item:first-child {
        margin-left: 0;
    }

    .current_movie {
        height: 160px;
        background-color: #dddddd;
    }

    .play_movie_list {
        height: 289px;
        margin-left: -20px;
    }

    .play_movie_list .movie_list_title {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 20px 0 50px;
        background-image: url('/res/service/img_department1/sub_common/ico_playlist.png');
        background-repeat: no-repeat;
        background-position: 30px center;
        background-color: #f1f1f1;
        font-weight: bold;
    }

    .play_movie_list .play_option {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e6e6e6;
    }

    .play_movie_list .play_option span {
        color: #858585;
        float: right;
    }

    .play_movie_list .movie_list {
        padding: 20px;
        height: 140px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .play_movie_list .movie_item {
        width: 124px;
        height: 142px;
        margin-left: 15px;
        float: left;
    }

    .play_movie_list .movie_item:first-child {
        margin-left: 0;
    }

    .play_movie_list .movie_item img {
        width: 100%;
        float: left;
    }

    .play_movie_list .movie_item .movie_title {
        display: inline-block;
        width: 135px;
        height: 45px;
        line-height: 20px;
        float: left;
    }

    .play_movie_list .movie_item .hits {
        display: inline-block;
        width: 120px;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        float: left;
    }

    .main_gallery_container {
        padding: 15px;
    }

    .gallery_list {
        position: relative;
        overflow: hidden;
    }
    .gallery_list .gallery_page {
        position: absolute;
        width: 100%;
        height: 375px;
    }

    .gallery_list > div > div {
        position: relative;
        display: inline-block;
        width: 49.7%;
        height: 93px;
        border-bottom: 1px solid #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        /*background-size: contain;
        background-color: #000000;*/
        background-position: center;
        cursor: pointer;
        float: left;
    }

    .gallery_list > div > div.first {
        width: 100%;
        height: 187px;
    }

    .gallery_list > div > div.mobile_left {
        border-left: 1px solid #ffffff;
    }

    .gallery_list > div > div .hover {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
    }

    .gallery_list > div > div:hover .hover {
        display: block;
        background-color: #5980ce;
        opacity: 0.7;
    }

    .gallery_list > div > div .hover img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -19px;
        margin-top: -19px;
        color: #ffffff
    }

    .contents_desc {
        padding: 20px 0;
        line-height: 24px;
    }

    .comment_group {
        margin-bottom: 50px;
    }

    .comment_group > p {
        font-size: 15px;
        color: #5980ce;
        margin-bottom: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .comment_group .comment_box {
        padding: 20px;
        background-color: #f4f4f4;
    }

    .comment_group .comment_box input {
        width: 90%;
        height: 43px;
        line-height: 43px;
        padding: 0 5%;
        border: 1px solid #cccccc;
    }

    .comment_group .comment_item {
        margin-top: 15px;
        border-top: 1px dotted #000000;
    }

    .comment_group .comment_item:first-child {
        margin-top: 0;
        border-top: none;
    }

    .comment_group .comment_writer {
        height: 40px;
        line-height: 40px;
        color: #000000;
    }

    .comment_group .comment_body {
        line-height: 24px;
    }

    .comment_group .comment_date {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
        color: #c2c2c2;
    }

    .comment_group .comment_register_btn {
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #5980ce;
        border-top: 1px solid #5980ce;
        border-bottom: 1px solid #5980ce;
        font-family: 'NanumBarunGothicBold', dotum;
        cursor: pointer;
    }

    .best_contents {
        margin-left: -20px;
    }

    .best_contents > p {
        color: #5980ceX;
        font-size: 15px;
        margin-bottom: 20px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .best_contents .best_list {
        padding: 20px;
        height: 188px;
        border: 1px solid #e6e6e6;
        background-color: #f8f8f8;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .best_contents .best_list > div > div {
        position: relative;
        display: inline-block;
        float: left;
    }

    .best_contents .best_item_first {
        padding: 20px;
        width: 278px;
        height: 148px;
    }

    .best_contents .best_item_first > div,
    .best_contents .best_item_first > p {
        position: absolute;
        color: #ffffff;
    }

    .best_contents .best_item_first > div {
        left: 20px;
        bottom: 40px;
    }

    .best_contents .best_item_first > p {
        left: 20px;
        bottom: 20px;
    }

    .best_contents .best_item {
        width: 170px;
        height: 188px;
        margin-left: 20px;
    }

    .best_contents .best_item .thumbnail {
        width: 170px;
        height: 110px;
        background-color: #000000;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 15px;
    }

    .best_contents .best_item_tit {
        line-height: 20px;
    }

    .best_contents .best_list .hits {
        display: inline-block;
        background-image: url('/res/service/img_department1/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        margin-top: 5px;
        float: left;
    }


    .line_container {
        border: 1px solid #eeeeee;
        padding: 15px;
        text-align: center;
        line-height: 24px;
    }
    .line_container.padding_none {
        padding: 0;
    }
    .line_container img {
        max-width: 100%;
    }

    .major_banner {
        padding: 15px;
        margin-bottom: 40px;
        background-image: none !important;
        border: 1px solid #eeeeee;
    }
    .major_banner .major_tit_eng {
        line-height: 25px;
        color: #afc0d1;
        font-size: 12px;
    }
    .major_banner .major_tit_kor {
        color: #515151;
        font-size: 18px;
    }
    .major_banner .major_info {
        margin-top: 30px;
    }
    .major_banner .major_info > div {
        height: 30px;
        font-size: 14px;
    }
    .major_banner .major_info span {
        display: inline-block;
        width: 60px;
        color: #5980ce;
        vertical-align: middle;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .college_banner {
        padding: 15px;
        margin-bottom: 40px;
        background: none !important;
        border: 1px solid #eeeeee;
    }
    .college_banner .college_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .college_banner .college_tit_kor {
        color: #000000;
        font-size: 17px;
    }
    .college_banner .college_info {
        margin-top: 20px;
        line-height: 25px;
    }
    .major_btn_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .major_btn {
        display: inline-block;
        width: 50%;
        height: 50px;
        margin-bottom: 10px;
        cursor: pointer;
        float: left;
    }
    .major_btn img {
        display: none;
    }
    .major_btn:hover, .major_btn:active {
        color: #ffffff;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_w.png');
        background-repeat: no-repeat;
    }
    .major_btn:hover img,
    .major_btn:active img {
        display: block;
        position: absolute;
        left: 60%;
        top: 0;
    }
    .major_btn > div {
        position: relative;
        display: inline-block;
        border: 1px solid #e1e1e1;
        padding-left: 5%;
        width: 90%;
        height: 48px;
        line-height: 48px;
        text-align: left;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 92% center;
    }
    .major_btn:hover > div,
    .major_btn:active > div {
        color: #ffffff;
        background-color: #002f87;
        background-image: url('/res/service/img_department1/sub2/btn_arrow_w.png');
    }
    .major_btn:nth-child(even) {
        text-align: right;
    }

    .college_number {
        position: relative;
        margin-top: 40px;
        text-align: center;
        background-color: #f4f4f4;
    }
    .college_number div {
        padding: 10px 20px;
        line-height: 30px;
        color: #9f9f9f;
        border-right: 1px solid #ffffff;
    }
    .college_number .print_btn {
        display: none;
    }


    .unique_btn1 {
        display: inline-block;
        padding: 0 20px;
        height: 53px;
        line-height: 53px;
        color: #ffffff;
        font-family: 'NanumBarunGothicBold', dotum;
        font-size: 16px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub1/bu_tab_line2_pressed.png');
        background-position: 96% 2px;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .unique_btn1.small {
        height: 45px;
        line-height: 45px !important;
        font-size: 13px;
    }
    .unique_btn1 img {
        margin-left: 10px;
        vertical-align: middle;
    }

    .download_btn {
        display: inline-block;
        width: 150px;
        height: 45px;
        cursor: pointer;
    }
    .download_btn img {
        float: left;
    }
    .download_btn span {
        display: inline-block;
        width: 104px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        float: left;
    }








    .search_result_box {
        padding: 30px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .search_result_tit {
        font-size: 20px;
        color: #003499;
        font-family: NanumBarunGothicBold;
        margin-bottom: 20px;
    }
    .result_list .result_item {
        line-height: 30px;
    }
    .result_list.type2 .result_item {
        margin-bottom: 15px;
    }
    .result_list.type2 .result_item .result_nav {
        color: #5980ce;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #5980ce;
        padding: 20px;
    }
    .main_search_box > div {
        display: inline-block;
        background-color: #ffffff;
        height: 48px;
        vertical-align: middle;
    }
    .main_search_option {
        position: relative;
        margin-bottom: 15px;
        border: 1px solid #eeeeee;
        width: 112px;
        cursor: pointer;
        background-image: url('/res/service/img_department1/sub_common/opt_search_arr_down.png');
        background-repeat: no-repeat;
        background-position: 90% center;
        text-align: left;
    }
    .main_search_option span {
        display: inline-block;
        margin-left: 10%;
        width: 80%;
        height: 48px;
        line-height: 48px;
        float: left;
    }
    .main_search_option select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        opacity: 0;
    }
    .main_search_input {
        width: 100%;
        border: 1px solid #eeeeee;
    }
    .main_search_input input {
        border: none;
        padding: 0 5%;
        width: 70%;
        height: 48px;
        float: left;
    }
    .main_search_input span {
        display: inline-block;
        width: 20%;
        height: 48px;
        background-color: #5980ce;
        background-image: url('/res/service/img_department1/sub/btn_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: center;
        float: left;
    }
    .search_result_text {
        padding: 30px 0 30px 33px;
        font-size: 15px;
        line-height: 24px;
        background-image: url('/res/service/img_department1/sub/img_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: left 30px;
        border-bottom: #eeeeee;
    }
    .search_result_text span {
        font-family: NanumBarunGothicBold;
        color: #5980ce;
    }




    .content_slide {
        height: 250px;
    }
    .content_slide .content_img_list {
        position: relative;
        height: 220px;
        background-color: #c9c9c9;
        overflow: hidden;
    }
    .content_slide .content_img_list > div {
        position: absolute;
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
    }
    .content_slide .content_slide_nav {
        margin-top: 20px;
        height: 10px;
        text-align: center;
    }
    .content_slide .content_slide_nav span {
        display: inline-block;
        border-radius: 10px;
        margin-left: 15px;
        width: 10px;
        height: 10px;
        background-color: #b9b9bb;
        cursor: pointer;
    }
    .content_slide .content_slide_nav span:first-child {
        margin-left: 0;
    }
    .content_slide .content_slide_nav span.on {
        background-color: #002f87;
    }
}



/* 스페셜 배너 */
.header_banner_special {
    background-color: #eef2fa;
    position: relative;
}

.header_banner_special .header_banner_option {
    box-sizing: border-box;
    position: absolute;
    text-align: right;
    top: 10px;
}

.header_banner_special .header_banner_option span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header_banner_special .header_banner_option span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header_banner_special .header_banner_option .btn_close_popup {
    display: inline-block;
    vertical-align: middle;
}

.header_banner_special .header_banner_contents {
    text-align: center;
}

@media screen and (min-width: 1201px) {
    .header_banner_special {
        width: 100%;
        height: 150px;
    }

    .header_banner_special .header_banner_option {
        width: 1120px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

    .header_banner_special .header_banner_option span {

    }

    .header_banner_special .header_banner_option .btn_close_popup {

    }

    .header_banner_special .header_banner_contents {

    }

}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .header_banner_special {
        width: 100%;
        height: 150px;
    }

    .header_banner_special .header_banner_option {
        width: 100%;
        padding: 9px 20px;
    }

    .header_banner_special .header_banner_option span {

    }

    .header_banner_special .header_banner_option .btn_close_popup {

    }

    .header_banner_special .header_banner_contents {

    }

}
@media screen and (max-width: 767px) {
    .header_banner_special {
        width: 100%;
        height: 184px;
    }

    .header_banner_special .header_banner_option {
        display: none;
    }

    .header_banner_special .header_banner_option span {

    }

    .header_banner_special .header_banner_option .btn_close_popup {

    }

    .header_banner_special .header_banner_contents {

    }

    .header_banner_special .header_banner_contents img.mobile_show{
        width: 233px;
        margin-top: 20px;
    }

    .header_banner_special .header_banner_option_mobile {
        background-color: rgba(89,128,206,0.2);
        height: 50px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .header_banner_special .header_banner_option_mobile span {
        font-family: notokr-regular, sans-serif;
        font-size: 12px;
        letter-spacing: -0.24px;
        display: inline-block;
        vertical-align: middle;
        color: #084193;
        line-height: 50px;
        margin-right: 8px;
    }

    .header_banner_special .header_banner_option_mobile img {
        width: 18px;
        line-height: 50px;
        transform: translateY(5px);
    }


}



#footer > .container div:first-child {
    height:54px!important;
}
.footer_link_right_section {
    height: 54px;
    border-top:1px solid #323338;
    line-height: 52px;
    background-color: #3e4046;
    color: #adadad;
    font-family: NanumBarunGothic;
    font-size: 13px;
}
.footer_link_select {
    height: 54px;
    position:relative;
    float:left;
    width:50%;
    box-sizing: border-box;
    border-left:1px solid #323338;
}

.footer_link_select > span {
    margin-left:20px;
    float:left;
}

.footer_link_select > img {
    margin-right:20px;
    margin-top:23px;
    float:right;
}

.footer_link_select > select {
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height: 54px;
    cursor:pointer;
}

.footer_link_select.last {
    border-right:none;
}
.footer_link_select > select {
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height: 54px;
    cursor:pointer;
}
.professor_item{ min-height: 227px!important;  }
@media screen and (min-width: 1201px) {
    .footer_link_right_section {
        float:right;
        border-top:none;
    }
    .professor_item{ min-height: 227px!important;  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #footer > .container {
        box-sizing: border-box;
        padding: 20px;
        position: relative;
    }
    #footer .footer_text {
        padding-top: 71px!important;
    }
    #footer .left {
        float: none;
        padding-top: 60px;
    }
    .footer_link_right_section {
        height: 54px;
        border-top: 1px solid #323338;
        line-height: 52px;
        background-color: #3e4046;
        color: #adadad;
        font-family: NanumBarunGothic;
        font-size: 13px;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
    .professor_item{ min-height: 312px!important;  }
    .professor_item .professor_info > div > div > div{
        -webkit-line-clamp: 1!important;
    }
}
@media screen and (max-width: 767px) {
    #footer > .container {
        box-sizing: border-box;
        padding: 20px;
        position: relative;
    }
    #footer .footer_text {
        padding-top: 71px!important;
    }
    #footer .left {
        float: none;
        padding-top: 60px;
    }
    .footer_link_right_section {
        height: 54px;
        border-top: 1px solid #323338;
        line-height: 52px;
        background-color: #3e4046;
        color: #adadad;
        font-family: NanumBarunGothic;
        font-size: 13px;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
    .professor_item{ overflow: hidden;  }
}