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;
}

.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: 180px 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: #119cae !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: #119cae;
}
.list_state_button{
    padding: 5px 10px;
    color : #ffffff;
    width:48px;
    text-align: center;
    cursor: pointer;
}
.list_state_button.receipt{
    cursor:pointer;
    background-color: #119cae;
}
.list_state_button.situation{
    cursor:pointer;
    background-color: #5d5d5d;
}

@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: #119cae;
    }

    .paragraph {
        line-height: 24px;
    }

    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #119cae;
    }

    .normal_board thead {
        color: #119cae;
        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: #119cae;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #119cae;
        border-bottom: 2px solid #119cae;
    }

    .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: #119cae;
        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 #119cae;
        border-bottom: 2px solid #119cae;
        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 {
        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: #119cae;
        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 #119cae;
    }

    .normal_list thead {
        color: #119cae;
        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: 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 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: #119cae;
        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: #119cae;
        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: #119cae;
        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;
    }

    .main_gallery_container {
        height: 426px;
    }

    .gallery_list {
        position: relative;
        width: 100%;
        height: 375px;
        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: #119cae;
        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: #40bbab;
        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: #40bbab;
        border-top: 1px solid #40bbab;
        border-bottom: 1px solid #40bbab;
        font-family: 'NanumBarunGothicBold', dotum;
        cursor: pointer;
    }

    .best_contents > p {
        color: #40bbab;
        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/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;
        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: 2px solid #eeeeee;
    }
    .major_image{
        text-align: center;
    }
    .major_image img{
        max-width: 100%;
    }
    .major_banner .major_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .major_banner .major_tit_kor {
        color: #000000;
        font-size: 21px;
    }
    .major_banner .major_info {
        margin-top: 40px;
        width: 600px;
        height: 60px;
    }
    .major_banner .major_info > div {
        display: inline-block;
        width: 300px;
        height: 30px;
        font-size: 14px;
        float: left;
    }
    .major_banner .major_info span {
        display: inline-block;
        width: 85px;
        color: #003e74;
        vertical-align: middle;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .college_banner {
        padding: 45px;
        margin-bottom: 40px;
        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;
        line-height: 25px;
    }
    .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: #119cae;
        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: #119cae;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #119cae;
        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 #119cae;
        width: 47px;
        height: 48px;
        background-color: #119cae;
        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: #119cae;
    }



    .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: #119cae;
        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: #119cae;
    }

    .paragraph {
        line-height: 24px;
    }


    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #119cae;
    }
    .normal_board thead {
        color: #119cae;
        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: #119cae;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #119cae;
        border-bottom: 2px solid #119cae;
    }
    .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: #119cae;
        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 #119cae;
        border-bottom: 2px solid #119cae;
        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 {
        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: #119cae;
        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 #119cae;
    }
    .normal_list thead {
        color: #119cae;
        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/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: #119cae;
        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: #119cae;
        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/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: #119cae;
        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;
    }


    .main_gallery_container {
        height: 426px;
    }
    .gallery_list {
        position: relative;
        height: 315px;
        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: #119cae;
        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: #40bbab;
        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: #40bbab;
        border-top: 1px solid #40bbab;
        border-bottom: 1px solid #40bbab;
        font-family: 'NanumBarunGothicBold', dotum;
        cursor: pointer;
    }

    .best_contents {
        margin-left: -30px;
    }

    .best_contents > p {
        color: #40bbab;
        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/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: 2px solid #eeeeee;
    }
    .major_banner .major_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .major_banner .major_tit_kor {
        color: #000000;
        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: #003e74;
        vertical-align: middle;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .college_banner {
        padding: 45px;
        margin-bottom: 40px;
        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;
        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/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: #119cae;
        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: #119cae;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #119cae;
        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 #119cae;
        width: 47px;
        height: 48px;
        background-color: #119cae;
        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: #119cae;
    }




    .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: #119cae;
        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: #119cae;
    }

    .paragraph {
        line-height: 24px;
    }

    .normal_board {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #119cae;
    }

    .normal_board thead {
        color: #119cae;
        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: #119cae;
        font-family: 'NanumBarunGothicBold', dotum;
    }

    .normal_view {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-top: 2px solid #119cae;
        border-bottom: 2px solid #119cae;
    }

    .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: #119cae;
        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 #119cae;
        border-bottom: 2px solid #119cae;
        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 {
        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: #119cae;
        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 #119cae;
    }

    .normal_list thead {
        color: #119cae;
        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;
        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: #119cae;
        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: #119cae;
        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: #119cae;
        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;
    }

    .main_gallery_container {
        height: 375px;
    }

    .gallery_list {
        position: relative;
        height: 375px;
        overflow: hidden;
    }
    .gallery_list .gallery_page {
        position: absolute;
        width: 100%;
        height: 375px;
    }

    .gallery_list > div > div {
        position: relative;
        display: inline-block;
        width: 49.8%;
        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 {
        margin-left: 0.4%
    }

    .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: #119cae;
        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: #40bbab;
        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: #40bbab;
        border-top: 1px solid #40bbab;
        border-bottom: 1px solid #40bbab;
        font-family: 'NanumBarunGothicBold', dotum;
        cursor: pointer;
    }

    .best_contents {
        margin-left: -20px;
    }

    .best_contents > p {
        color: #40bbab;
        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/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: 2px solid #eeeeee;
    }
    .major_banner .major_tit_eng {
        line-height: 25px;
        color: #a3a3a3;
        font-size: 14px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .major_banner .major_tit_kor {
        color: #000000;
        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: 80px;
        color: #003e74;
        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/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: #119cae;
        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: #119cae;
    }
    .main_search_box {
        background-color: #f3fdff;
        border: 1px solid #119cae;
        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: #119cae;
        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: #119cae;
    }




    .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: #119cae;
        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;
    }
}
