body {
    min-width: 250px;
    -webkit-text-size-adjust: none;
    font-size: 13px;
    color: #5d5d5d;
    font-family: 'NanumBarunGothic';
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

.bold {
    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: 30px 0;
}

.result_none .result_none_tit {
    font-family: NanumBarunGothicBold;
}

.attachment_td > div {
    cursor:pointer;
}

.attachment_td > div:hover span {
    text-decoration: underline;
}

.box_page_desc {

    margin:50px 0 30px;
    padding: 20px;
    border:1px solid #e9e9e9;
    background-color: #f8f8f8;
    line-height:24px;
    text-align: center;
}

table.normal_write_life .file_uploader > div {
    background-color: #30A1D5 !important;
    cursor: pointer;
}

table.normal_write_life .file_uploader_item span{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    position: absolute;
}
table.normal_write_life .file_uploader_item {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    width: 235px;
    height: 40px;
    line-height: 41px;
    border: 1px solid #c4c4c4;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}
table.normal_write_life .file_uploader .file_uploader_item_delete_button {
    right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.state_button{
    padding: 3px;
    color : #ffffff;
    width:48px;
    /*line-height:20px;*/
    text-align: center;
    font-size: 11px;
}

.state_button.complete{
    background-color: #43b500;
}
.state_button.process{
    background-color: #5d5d5d;
}
.state_button.return {
    background-color: #c75252;
}
.state_button.process_complete{
    background-color: #30A1D5;
}
.list_state_button{
    padding: 5px 10px;
    color : #ffffff;
    width:48px;
    text-align: center;
    cursor: pointer;
}
.list_state_button.receipt{
    cursor:pointer;
    background-color: #30A1D5;
}
.list_state_button.situation{
    cursor:pointer;
    background-color: #5d5d5d;
}

.factor {
    color: #30A1D5;
    font-family: NanumBarunGothicBold, sans-serif;
    font-weight: normal;
    text-align: center;
}

@media screen and (min-width: 1201px) {

    .m2_container {
        margin: 0 auto;
        padding: 40px 0;
        width: 1120px;
    }

    .page_tit {
        position: relative;
        font-family: 'NanumBarunGothicBold', dotum;
        line-height: 40px;
        font-size: 24px;
        margin-bottom: 50px;
    }

    .page_tit span {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #003e74;
    }

    .page_sub_tit {
        font-size: 17px;
        color: #003e74;
        font-family: 'NanumBarunGothicBold', dotum;
        margin-bottom: 20px;
    }

    .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 {
        display: inline-block;
        padding-left: 30px;
        padding-right: 15px;
        min-width: 87px;
        height: 40px;
        line-height: 40px;
        color: #808080;
        font-family: 'NanumBarunGothicBold', dotum;
        background-color: #f8f8f8;
        margin-bottom: 24px;
        cursor: pointer;
        border: 1px solid #d2d2d3;
        margin-right: 1px;
    }

    .radio_btn.on {
        color: #ffffff;
        border: 1px solid #002f87;
        background-image: url('/res/service/img/sub_common/img_titlebox.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .point_text {
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .blue {
        color: #002f87;
    }

    .blue_green {
        color: #30A1D5;
    }

    .paragraph {
        line-height: 24px;
    }

    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #30A1D5;
    }

    .normal_board thead {
        color: #30A1D5;
        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.a_right {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }
    .normal_board tr td.factor {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #30A1D5;
        border-bottom: 2px solid #30A1D5;
    }

    .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: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
        padding: 0 0 0 32px;
        width: 50px;
    }

    .normal_view tr.answer td {
        background-image: url('/res/service/img/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 #30A1D5;
        border-bottom: 2px solid #30A1D5;
        background-color: #f4f4f4;
    }

    .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 {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
        padding: 0 35px 0 35px;
        width: 50px;
    }

    .normal_write tr td input.normal {
        box-sizing: border-box;
        padding: 0 15px;
        width: calc(100% - 10px);
        height: 43px;
        border: 1px solid #c4c4c4;
    }


    .normal_write tr td textarea.normal {
        box-sizing: border-box;
        padding: 15px;
        width: calc(100% - 10px);
        height: 100px;
        border: 1px solid #c4c4c4;
        display:block;
    }

    .normal_write tr td select.normal {
        box-sizing: border-box;
        padding: 0 15px;
        width: calc(100% - 10px);
        height: 43px;
        border: 1px solid #c4c4c4;
        background-color: white;
    }


    .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: #30A1D5;
        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 #30A1D5;
    }

    .normal_list thead {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_list tr {
        border-bottom: 1px solid #e9e9e9;
    }

    .normal_list tr td {
        padding: 10px 0;
        font-size: 16px;
        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: 112px;
        height: 40px;
        color:#999999;
        border: 1px solid #cec9c0;
        background-image: url('/res/service/img/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_department12/sub/btn_search.png');
        float: left;
    }

    .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: #30A1D5;
        color: #ffffff;
    }

    .pager ul li.first {
        background-image: url('/res/service/img/sub_common/btn_arr_paging_first.png');
        background-repeat: no-repeat;
    }

    .pager ul li.prev {
        background-image: url('/res/service/img/sub_common/btn_arr_paging_prev.png');
        background-repeat: no-repeat;
        margin-right: 20px;
    }

    .pager ul li.next {
        background-image: url('/res/service/img/sub_common/btn_arr_paging_next.png');
        background-repeat: no-repeat;
        margin-left: 19px;
    }

    .pager ul li.last {
        background-image: url('/res/service/img/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: #30A1D5;
        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/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: #30A1D5;
        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/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/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        float: left;
    }

    .major_btn_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .major_btn {
        display: inline-block;
        width: 215px;
        height: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-image: url('/res/service/img/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/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;
        padding-right:30px;
        width: 216px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .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/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: #30A1D5;
        background-image: url('/res/service/img/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: #30A1D5;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #30A1D5;
        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/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 #30A1D5;
        width: 47px;
        height: 48px;
        background-color: #30A1D5;
        background-image: url('/res/service/img/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/sub/img_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: left 30px;
        border-bottom: #eeeeee;
    }
    .search_result_text span {
        font-family: NanumBarunGothicBold;
        color: #30A1D5;
    }



    .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;
    }


    .button_sub_group {
        margin-top: 30px;
        height: 53px;
    }
    .button_sub_group .button{
        border: 1px solid #e0e0e1;
        padding: 14px 30px;
        line-height: 21px;
        margin-right: 5px;
        width: 100px;
        text-align: center;
    }
    #sub_select{
        position: relative;
        padding: 0 18px;
        width: 140px;
        height: 50px;
        line-height: 53px;
        border: 1px solid #e0e0e1;
        box-sizing: content-box;
        background-repeat: no-repeat;
        background-image: url('/res/service/img/sub1/btn_arrow_down.png');
        background-position: 90% center;
        background-color: #30A1D5;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: white;
    }
    #sub_select select{
        position: absolute;
        left: 0;
        top: 0;
        width: 177px;
        height: 53px;
        opacity: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    .page2 {
        padding: 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: 50px;
    }
    .page_tit span {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #003e74;
    }

    .page_sub_tit {
        font-size: 17px;
        color: #003e74;
        font-family: 'NanumBarunGothicBold', dotum;
        margin-bottom: 20px;
    }

    .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 {
        display: inline-block;
        padding-left: 30px;
        padding-right: 15px;
        min-width: 87px;
        height: 40px;
        line-height: 40px;
        color: #808080;
        font-family: 'NanumBarunGothicBold', dotum;
        background-color: #f8f8f8;
        margin-bottom: 24px;
        cursor: pointer;
        border: 1px solid #d2d2d3;
        margin-right: 1px;
    }
    .radio_btn.on {
        color: #ffffff;
        border: 1px solid #002f87;
        background-image: url('/res/service/img/sub_common/img_titlebox.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .point_text {
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .blue {
        color: #002f87;
    }
    .blue_green {
        color: #30A1D5;
    }

    .paragraph {
        line-height: 24px;
    }


    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #30A1D5;
    }
    .normal_board thead {
        color: #30A1D5;
        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.a_right {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }
    .normal_board tr td.factor {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #30A1D5;
        border-bottom: 2px solid #30A1D5;
    }
    .normal_view tr {
        border-bottom: 1px solid #cbe9ed;
        text-align: left;
    }
    .normal_view tr td {
        padding: 10px 0;
        line-height: 24px;
    }
    .normal_view tr td.factor {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_view tr.answer td {
        background-image: url('/res/service/img/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 #30A1D5;
        border-bottom: 2px solid #30A1D5;
        background-color: #f4f4f4;
    }
    .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;
        padding: 0 35px 0 35px;
        width: 50px;
        text-align: left;
    }
    .normal_write tr td input.normal {
        box-sizing: border-box;
        padding: 0 15px;
        width: calc(100% - 10px);
        height: 43px;
        border: 1px solid #c4c4c4;
    }

    .normal_write tr td textarea.normal {
        box-sizing: border-box;
        padding: 15px;
        width: calc(100% - 10px);
        height: 100px;
        border: 1px solid #c4c4c4;
        display:block;
    }

    .normal_write tr td select.normal {
        box-sizing: border-box;
        padding: 0 15px;
        width: calc(100% - 10px);
        height: 43px;
        border: 1px solid #c4c4c4;
        background-color: white;
    }


    .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: #30A1D5;
        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 #30A1D5;
    }
    .normal_list thead {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .normal_list tr {
        border-bottom: 1px solid #e9e9e9;
    }
    .normal_list tr td {
        padding: 10px 0;
        font-size: 14px;
        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/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/sub_common/btn_search.png');
        float: left;
    }
    .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: #30A1D5;
        color: #ffffff;
    }
    .pager li.first {
        background-image: url('/res/service/img/sub_common/btn_arr_paging_first.png');
        background-repeat: no-repeat;
    }
    .pager li.prev {
        background-image: url('/res/service/img/sub_common/btn_arr_paging_prev.png');
        background-repeat: no-repeat;
        margin-right: 20px;
    }
    .pager li.next {
        background-image: url('/res/service/img/sub_common/btn_arr_paging_next.png');
        background-repeat: no-repeat;
        margin-left: 19px;
    }
    .pager li.last {
        background-image: url('/res/service/img/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: #30A1D5;
        padding: 0 40px;
        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/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: #30A1D5;
        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/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/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        float: left;
    }


    .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/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%;
        padding-right: 5%;
        width: 90%;
        height: 48px;
        line-height: 48px;
        text-align: left;
        background-image: url('/res/service/img/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 92% center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }
    .major_btn:hover > div,
    .major_btn:active > div {
        color: #ffffff;
        background-color: #002f87;
        background-image: url('/res/service/img/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/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: #30A1D5;
        background-image: url('/res/service/img/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: #30A1D5;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #30A1D5;
        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/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 #30A1D5;
        width: 47px;
        height: 48px;
        background-color: #30A1D5;
        background-image: url('/res/service/img/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/sub/img_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: left 30px;
        border-bottom: #eeeeee;
    }
    .search_result_text span {
        font-family: NanumBarunGothicBold;
        color: #30A1D5;
    }




    .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;
    }

    .button_sub_group {
        margin-top: 30px;
        height: 53px;
    }

    .button_sub_group .button{
        border: 1px solid #e0e0e1;
        padding: 14px 30px;
        line-height: 21px;
        margin-right: 5px;
        width: 100px;
        text-align: center;
    }
    #sub_select{
        position: relative;
        padding: 0 18px;
        width: 140px;
        height: 50px;
        line-height: 53px;
        border: 1px solid #e0e0e1;
        box-sizing: content-box;
        background-repeat: no-repeat;
        background-image: url('/res/service/img/sub1/btn_arrow_down.png');
        background-position: 90% center;
        background-color: #30A1D5;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: white;
    }
    #sub_select select{
        position: absolute;
        left: 0;
        top: 0;
        width: 177px;
        height: 53px;
        opacity: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

}

@media screen and (max-width: 767px) {

    .page2 {
        padding: 20px;
    }

    .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: 24px;
        margin-bottom: 50px;
    }

    .page_tit span {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #003e74;
    }

    .page_sub_tit {
        font-size: 17px;
        color: #003e74;
        font-family: 'NanumBarunGothicBold', dotum;
        margin-bottom: 20px;
    }

    .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 {
        display: inline-block;
        padding-left: 30px;
        padding-right: 15px;
        min-width: 87px;
        height: 40px;
        line-height: 40px;
        color: #808080;
        font-family: 'NanumBarunGothicBold', dotum;
        background-color: #f8f8f8;
        margin-bottom: 24px;
        cursor: pointer;
        border: 1px solid #d2d2d3;
        margin-right: 1px;
    }

    .radio_btn.on {
        color: #ffffff;
        border: 1px solid #002f87;
        background-image: url('/res/service/img/sub_common/img_titlebox.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .point_text {
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .blue {
        color: #002f87;
    }

    .blue_green {
        color: #30A1D5;
    }

    .paragraph {
        line-height: 24px;
    }

    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #30A1D5;
    }

    .normal_board thead {
        color: #30A1D5;
        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.a_right {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }
    .normal_board tr td.factor {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #30A1D5;
        border-bottom: 2px solid #30A1D5;
    }

    .normal_view tr {
        border-bottom: 1px solid #cbe9ed;
        text-align: left;
    }

    .normal_view tr td {
        padding: 10px 0;
        line-height: 24px;
    }

    .normal_view tr td.factor {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view tr.answer td {
        background-image: url('/res/service/img/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 #30A1D5;
        border-bottom: 2px solid #30A1D5;
        background-color: #f4f4f4;
    }

    .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;
        padding: 0 35px 0 35px;
        width: 50px;
        text-align: left;
    }

    .normal_write tr td input.normal {
        box-sizing: border-box;
        padding: 0 15px;
        width: calc(100% - 10px);
        height: 43px;
        border: 1px solid #c4c4c4;
    }

    .normal_write tr td textarea.normal {
        box-sizing: border-box;
        padding: 15px;
        width: calc(100% - 10px);
        height: 100px;
        border: 1px solid #c4c4c4;
        display:block;
    }

    .normal_write tr td select.normal {
        box-sizing: border-box;
        padding: 0 15px;
        width: calc(100% - 10px);
        height: 43px;
        border: 1px solid #c4c4c4;
        background-color: white;
    }


    .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: #30A1D5;
        background-image: url('/res/service/img/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 #30A1D5;
    }

    .normal_list thead {
        color: #30A1D5;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_list tr {
        border-bottom: 1px solid #e9e9e9;
    }

    .normal_list tbody tr td.show {
        display: block;
    }

    .normal_list thead tr td.show {
        display: block;
    }

    .normal_list tr td {
        display: none;
        padding: 10px 0;
        font-size: 14px;
        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/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: 90%;
        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 {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background-image: url('/res/service/img/sub_common/btn_search.png');
    }

    .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: #30A1D5;
        color: #ffffff;
    }

    .pager li.prev {
        background-image: url('/res/service/img/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/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: #30A1D5;
        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/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: #30A1D5;
        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/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/sub_common/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 15px;
        float: left;
    }

    .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/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%;
        padding-right: 5%;
        width: 90%;
        height: 48px;
        line-height: 48px;
        text-align: left;
        background-image: url('/res/service/img/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 92% center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }
    .major_btn:hover > div,
    .major_btn:active > div {
        color: #ffffff;
        background-color: #002f87;
        background-image: url('/res/service/img/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: #30A1D5;
        background-image: url('/res/service/img/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: #30A1D5;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #30A1D5;
        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/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: #30A1D5;
        background-image: url('/res/service/img/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/sub/img_searchpage_search.png');
        background-repeat: no-repeat;
        background-position: left 30px;
        border-bottom: #eeeeee;
    }
    .search_result_text span {
        font-family: NanumBarunGothicBold;
        color: #30A1D5;
    }




    .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;
    }

    .button_sub_group {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 45px;
    }
    .button_sub_group .button{
        border: 1px solid #e0e0e1;
        padding: 14px 30px;
        line-height: 21px;
        margin-right: 5px;
        width: 100px;
        text-align: center;
    }

    .button_sub_group .button.list{
        border: 1px solid #e0e0e1;
        padding: 14px 0px;
        line-height: 21px;
        width: 100% !important;
        text-align: center;
    }


    #sub_select{
        position: relative;
        height: 50px;
        margin: 30px 0;
        width: 100%;
        line-height: 53px;
        border: 1px solid #e0e0e1;
        box-sizing: content-box;
        background-repeat: no-repeat;
        background-image: url('/res/service/img/sub1/btn_arrow_down.png');
        background-position: 96% center;
        background-color: #30A1D5;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: white;
    }
    #sub_select span{
        padding: 0 18px;
    }
    #sub_select select{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 53px;
        opacity: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
}


@media screen and (max-width: 440px){
    .search_select.search_group {
        float: left !important;
        margin-top: 0px;
    }

    .search_group {
        position: relative;
        text-align: right;
        height: 43px;
        margin-bottom: 10px;
        padding-left: 110px;
        margin-top: 10px;
        width: calc(100% - 110px);
    }
}

.page_subtitle{
    font-family: 'NanumBarunGothicBold';
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 15px;
}
.page_subtitle::before{
    content:"";
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    transform: translate(-25px, 1px);
    width: 15px;
    height: 15px;
    background-image: url('/res/service/img_department12/sub/bu_title.png');
    background-repeat: no-repeat;
    background-size: cover;
}