
.detail_info {
    box-sizing: border-box;
}

.detail_info img{
    max-width: 100%;
}

.detail_info .content_img {
    width:100%;
}

.page_banner {
    width:100%;
    height:142px;
    background-size:cover;
    border-bottom:1px solid #e6e6e6;
}

.page_banner_title {
    text-align:center;
    font-size:31px;
    font-family: 'NanumBarunGothicBold';
    color:#ffffff;
    padding-top:55px;
}

.sub_menu_tab{
    border-bottom: 2px solid #5980ce;
    display: table;
    width: 100%;
}
.sub_menu_tab .sub_menu_tab_item{
    padding: 15px;
    background: #f8f8f8;
    color: #808080;
    border: 1px solid #d2d2d3;
    border-bottom: 0px;
    border-right: 0px;
    cursor: pointer;
}
.sub_menu_tab .sub_menu_tab_item.on{
    background: #5980ce;
    color: #ffffff;
    border: 1px solid #5980ce;
}
.sub_menu_tab .sub_menu_tab_item:last-child {
    border-right: 1px solid #d2d2d3;
}


/* PC */
@media screen and (min-width:1201px) {

    .page_lnb_container {
        border-bottom: 1px solid #e6e6e6;
    }

    .page_lnb_container .container {
        height: 53px;
        overflow: hidden;
    }

    .page_lnb_container .container div {
        position: relative;
        padding: 0 18px;
        width: 140px;
        height: 53px;
        line-height: 53px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        background-repeat: no-repeat;
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_down.png');
        background-position: 90% center;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        float: left;
    }
    .page_lnb_container .container div.on {
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_up.png');
    }

    .page_lnb_container .container div.home {
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        width: 53px;
        background: none !important;
        padding: 0 !important;
    }

    .page_lnb_container .container div.bottom {
        margin-bottom: 50px;
    }

    .page_lnb_container .container div.home img {
        vertical-align: middle;
        margin: 0 0 0 14px;
    }

    .page_lnb_container .container div span.selected {
        color: #33599C;
        font-family: 'NanumGothicBold';
    }
    .page_lnb_container .container div select {
        position: absolute;
        left: 0;
        top: 0;
        width: 177px;
        height: 53px;
        opacity: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .detail_info {
        padding: 40px 0;
        min-height: calc(100vh - 486px);
    }

    .sub_lnb {
        margin: 40px 0;
        padding-top: 1px;
        padding-left: 1px;
        height: 53px;
        border-bottom: 1px solid #002f87;
        overflow: hidden;
    }
    .sub_lnb ul {
        height: 52px;
    }
    .sub_lnb ul li {
        font-size: 14px;
        width: 178px;
        height: 52px;
        line-height: 52px;
        background-color: #f8f8f8;
        border: 1px solid #d5d5d6;
        margin-left: -1px;
        margin-top: -1px;
        float: left;
        text-align: center;
        color: #808080;
        cursor: pointer;

    }
    .sub_lnb ul li.on {
        border: 1px solid #002f87;
        background-color: #002f87;
        color: #ffffff;
        margin-left: -1px;
        margin-top: -1px;
    }



    #site_map .map_item_wrapper {
        display:table;
    }

    #site_map .map_item_container {
        display:table-row;
    }




    #site_map .site_map {
        margin-bottom: 70px;
    }

    #site_map .site_tit {
        padding-left: 30px;
        width: 105px;
        height: 32px;
        line-height: 32px;
        color: #ffffff;
        font-size: 17px;
        font-family: 'NanumGothicBold', dotum;
        background-image: url('/res/service/img_department1/sub_common/img_titlebox.png');
        background-repeat: no-repeat;
        margin-bottom: 24px;
    }

    #site_map .sub_tit {
        color: #002f87;
        font-family: 'NanumGothicBold', dotum;
        font-size: 15px;
        margin-bottom: 10px;
    }
    #site_map .map_box {
        position: relative;
        overflow: hidden;
    }
    #site_map .map_box .line {
        display: inline-block;
        position: absolute;
        width: 1px;
        height: 500px;
        background-color: #ececec;
    }
    #site_map .map_box .line.no1 {
        left: 178px;
    }
    #site_map .map_box .line.no2 {
        left: 400px;
    }
    #site_map .map_box .line.no3 {
        left: 625px;
    }
    #site_map .map_box .line.no4 {
        left: 848px;
    }
    #site_map .map_item_child {
        display: table-cell;
        width: 176px;
        margin-right: 45px;
        padding: 10px 0;
    }
    #site_map .map_item_child.last {
        border-right: none;
        margin-right: 0;
    }
    #site_map .map_item_child ul {
        margin-bottom: 50px;
    }
    #site_map .map_item_child ul li {
        width: 100%;
        height: 27px;
        line-height: 27px;
        font-size: 14px;
        cursor: pointer;
    }

    .curriculum_map{
        text-align: center;
    }
    .curriculum_map > div{
        display: inline-table;
    }
    .curriculum_map > div > div{
        float: left;
        margin-right: 50px;
    }
    .curriculum_map > div > div:last-child{
        margin-right: 0;
    }
    .curriculum_map .curriculum_text{
        text-align: left;
        border: 1px solid #eeeeee;
        border-top: 1px solid #56595d;
        color: #56595d;
        margin-top: 20px;
    }
    .curriculum_map .curriculum_text > div{
        background: #ffffff;
        padding: 20px 10px;
        height: 280px;
        border-top:#eeeeee 2px dashed;
    line-height: 22px;
        color: #232323;
        font-weight: bold;
    }
    .curriculum_map .curriculum_text > div:first-child{
        border-top: 0;
    }
    .curriculum_map .curriculum_text > div:first-child,
    .curriculum_map .curriculum_text > div:last-child{
        background: #fafbfd;
    }
}


/* Tablet */
@media screen and (min-width:768px) and (max-width:1200px) {

    .page_banner {
        height:144px;
    }

    .page_banner_title {
        padding-top:56px;
    }

    .detail_info {
        padding:40px;
        min-height: calc(100vh - 548px);
    }

    .page_lnb_container {
        border-bottom: 1px solid #e6e6e6;
    }
    .page_lnb_container .container {
        height: 53px;
    }
    .page_lnb_container .container div {
        position: relative;
        padding: 0 18px;
        width: 144px;
        height: 53px;
        line-height: 53px;
        border-right: 1px solid #e6e6e6;
        background-repeat: no-repeat;
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_down.png');
        background-position: 90% center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        float: left;
        cursor: pointer;
    }
    .page_lnb_container .container div.on {
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_up.png');
    }
    .page_lnb_container .container div.home {
        border-left: 1px solid #e6e6e6;
        width: 53px;
        background: none !important;
        padding: 0 !important;
    }
    .page_lnb_container .container div.home img {
        vertical-align: middle;
        margin: 0 0 0 14px;
    }
    .page_lnb_container .container div span.selected {
        color: #33599C;
        font-family: 'NanumGothicBold';
    }
    .page_lnb_container .container div select {
        position: absolute;
        left: 0;
        top: 0;
        width: 177px;
        height: 53px;
        opacity: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
    .sub_lnb {
        margin: 40px 20px;
        padding-top: 1px;
        padding-left: 1px;
        height: 53px;
        border-bottom: 1px solid #002f87;
        overflow: hidden;
    }
    .sub_lnb ul {
        height: 52px;
    }
    .sub_lnb ul li {
        font-size: 14px;
        width: 16%;
        height: 52px;
        line-height: 52px;
        background-color: #f8f8f8;
        border: 1px solid #d5d5d6;
        margin-left: -1px;
        margin-top: -1px;
        float: left;
        text-align: center;
        color: #808080;
        cursor: pointer;
    }
    .sub_lnb ul li.on {
        border: 1px solid #002f87;
        background-color: #002f87;
        color: #ffffff;
        margin-left: -1px;
        margin-top: -1px;
    }

    #site_map .site_tit {
        position: relative;
        border-bottom: 1px solid #ececec;
        padding-left: 5%;
        width: 95%;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        font-family: 'NanumGothicBold', dotum;
        cursor: pointer;
    }
    #site_map .site_tit.on {
        padding-left: 5%;
        background-color: #002f87;
        color: #ffffff;
        background-image: url('/res/service/img_department1/sub_common/img_titlebox.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
    }
    #site_map .site_tit span {
        position: absolute;
        left: 0;
        top: 22px;
        width: 17px;
        height: 1px;
        background-color: #4f5256;
    }

    #site_map .sub_tit {
        color: #002f87;
        font-family: 'NanumGothicBold', dotum;
        font-size: 15px;
        margin-bottom: 10px;
    }
    #site_map .map_box {
        position: relative;
        overflow: hidden;
        background-color: #f8f8f8;
    }
    #site_map .map_box .line {
        position: absolute;
        width: 1px;
        height: 1000px;
        background-color: #ececec;
    }
    #site_map .map_box .line.no1 {
        display: inline-block;
        left: 33%;
    }
    #site_map .map_box .line.no2 {
        display: inline-block;
        left: 66%;
    }
    #site_map .map_box .line.no3 {
        display: none;
    }
    #site_map .map_box .line.no4 {
        display: none;
    }
    #site_map .map_item {
        background-color: #f8f8f8;
    }
    #site_map .map_item_child {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 26%;
        padding: 20px 3%;

    }
    #site_map .map_item_child.middle {
        border-right: none;
        margin-right: 0;
    }
    #site_map .map_item_child ul li {
        width: 100%;
        height: 27px;
        line-height: 27px;
        font-size: 14px;
        cursor: pointer;
    }

    .curriculum_map{
        text-align: center;
    }
    .curriculum_map > div{
        display: inline-table;
    }
    .curriculum_map > div > div{
        float: left;
        margin-right: 20px;
    }
    .curriculum_map > div > div:last-child{
        margin-right: 0;
    }
    .curriculum_map .curriculum_text{
        text-align: left;
        border: 1px solid #eeeeee;
        border-top: 1px solid #56595d;
        color: #56595d;
        margin-top: 20px;
    }
    .curriculum_map .curriculum_text > div{
        background: #ffffff;
        padding: 20px 10px;
        height: 280px;
        border-top:#eeeeee 2px dashed;
    line-height: 22px;
        color: #232323;
        font-weight: bold;
    }
    .curriculum_map .curriculum_text > div:first-child{
        border-top: 0;
    }

    .curriculum_map .curriculum_text > div:first-child,
    .curriculum_map .curriculum_text > div:last-child{
        background: #fafbfd;
    }
}



/* Mobile */
@media screen and (max-width:767px) {

    .page_banner {
        height: 100px;
    }

    .page_banner_title {
        font-size: 24px;
        padding-top: 40px;
    }

    .detail_info {
        padding:20px;
        min-height: calc(100vh - 563px);
    }

    .page_lnb_container .container div {
        position: relative;
        padding: 0 5%;
        width: 90%;
        height: 53px;
        line-height: 53px;
        border-bottom: 1px solid #e6e6e6;
        background-repeat: no-repeat;
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_down.png');
        background-position: 95% center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
    }
    .page_lnb_container .container div.on {
        background-image: url('/res/service/img_department1/sub_common/opt_arr_category_up.png');
    }
    .page_lnb_container .container div span.selected {
        color: #33599C;
        font-family: 'NanumGothicBold';
    }
    .page_lnb_container .container div select {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 53px;
        opacity: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

    .sub_lnb_select {
        height: 44px;
        position:relative;
        box-sizing: border-box;
        background-color: #002f87;
        margin: 20px 20px 0;
    }
    .sub_lnb_select span {
        height: 44px;
        line-height: 44px;
        display: inline-block;
        color: #ffffff;
        font-size: 13px;
    }

    #site_map .site_tit {
        position: relative;
        border-bottom: 1px solid #ececec;
        padding-left: 5%;
        width: 95%;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        font-family: 'NanumGothicBold', dotum;
        cursor: pointer;
    }
    #site_map .site_tit.on {
        padding-left: 5%;
        background-color: #002f87;
        color: #ffffff;
        background-image: url('/res/service/img_department1/sub_common/img_titlebox.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
    }
    #site_map .site_tit span {
        position: absolute;
        left: 0;
        top: 17px;
        width: 17px;
        height: 1px;
        background-color: #4f5256;
    }
    #site_map .sub_tit {
        color: #002f87;
        font-family: 'NanumGothicBold', dotum;
        font-size: 14px;
        margin-bottom: 10px;
    }
    #site_map .map_box {
        position: relative;
        overflow: hidden;
        background-color: #f8f8f8;
        border-bottom: 1px solid #ececec;
    }
    #site_map .map_box .line {
        position: absolute;
        width: 1px;
        height: 1000px;
        background-color: #ececec;
    }
    #site_map .map_box .line.no1 {
        display: inline-block;
        left: 50%;
    }
    #site_map .map_box .line.no2 {
        display: none;
    }
    #site_map .map_box .line.no3 {
        display: none;
    }
    #site_map .map_box .line.no4 {
        display: none;
    }
    #site_map .map_item_child {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 39%;
        padding: 20px 5%;
    }
    #site_map .map_item_child.even {
        border-right: none;
        margin-right: 0;
    }
    #site_map .map_item_child ul li {
        width: 100%;
        line-height: 27px;
        cursor: pointer;
    }
    .sub_menu_tab{
        display: none;
    }

    .curriculum_map{
        text-align: center;
        padding: 10px;
    }
    .curriculum_map > div{
        display: table;
        width: 100%;
    }
    .curriculum_map > div > div{
        margin-bottom: 30px;
    }
    .curriculum_map > div > div:last-child{
        margin-bottom: 0;
    }
    .curriculum_map .curriculum_text{
        text-align: left;
        border: 1px solid #eeeeee;
        border-top: 1px solid #56595d;
        color: #56595d;
        margin-top: 20px;
    }
    .curriculum_map .curriculum_text > div{
        background: #ffffff;
        padding: 20px 10px;
    line-height: 22px;
        color: #232323;
        font-weight: bold;
        border-top:#eeeeee 2px dashed;
    }
    .curriculum_map .curriculum_text > div:first-child{
        border-top: 0;
    }
    .curriculum_map .curriculum_text > div:first-child,
    .curriculum_map .curriculum_text > div:last-child{
        background: #fafbfd;
    }
}








































.detail_info {
    box-sizing: border-box;
}

.detail_info .content_img {
    width:100%;
}

.page_banner {
    width:100%;
    height:142px;
    background-size:cover;
    background-position: center;
    border-bottom:1px solid #e6e6e6;
}

.page_banner_title {
    text-align:center;
    font-size:31px;
    font-family: 'NanumBarunGothicBold';
    color:#ffffff;
    padding-top:55px;
}



.sub3_table {
    width:100%;
    border-top: 1px solid #40bac7;
}
.sub3_table tr td {
    border-bottom: 1px solid #ececec;
}
.sub3_table tr td {
    padding: 30px;
}
.sub3_table .title {
    color: #000000;
    font-size: 16px;
    font-family: NanumBarunGothicBold;
}
.sub3_table .title div {
    font-size: 13px;
    float: right;
}
.sub3_table .title img {
    vertical-align: middle;
    margin-right: 10px;
}
.sub3_table .body {
    line-height: 24px;
}

.sub1_item {
    cursor:pointer;
}

.sub1_item:hover .item_title {
    text-decoration: underline;
    text-decoration-color: #000000;
}

.sub1_item:hover .item_desc {
    text-decoration: underline;
    text-decoration-color: #acacac;
}



.movie_item {
    cursor:pointer;
}

.movie_item:hover .movie_title {
    text-decoration: underline;
}


.sub2_item {
    cursor:pointer;
}

.sub2_item:hover .item_tit {
    text-decoration: underline;
}

.sub2_item:hover .item_desc {
    text-decoration: underline;
}

.attach_tr {
    position:relative;
}

.attach_tr .attach_title {
    position:absolute;
}

.attach_tr .attach_desc {
    position:relative;
    padding-left:80px;
}

.attach_tr .attach_desc div {
    color: #b7b7b7;
    cursor:pointer;
}

.attach_tr .attach_desc div:hover {
    text-decoration: underline;
}


.link_tr {
    position:relative;
}

.link_tr .link_title {
    position:absolute;
}

.link_tr .link_desc {
    position:relative;
    padding-left:80px;
}

.movie_tit {
    text-overflow: ellipsis;
    max-height:34px;
    overflow:hidden;
    white-space: nowrap;
}

.movie_body {
    color: #9e9e9e;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;
}

/* PC */
@media screen and (min-width:1201px) {

    .detail_info {
        padding: 40px 0;
    }

    .movie_list {
        overflow: auto;
    }
    .movie_item {
        margin-right: 16px;
        width: 268px;
        height: 355px;
        float: left;
    }

    .movie_item.row4 {
        margin-right: 0;
    }

    .movie_item .thumb {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75.49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .movie_item .thumb .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }
    .movie_tit {
        font-size: 15px;
        color: #000000;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .movie_body {
        font-size: 13px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .movie_tit:hover {
        text-decoration: underline;
    }
    .movie_sub_info {
        color: #a7a7a7;
    }
    .movie_sub_info span {
        vertical-align: middle;
    }
    .movie_sub_info .hit {
        display: inline-block;
        margin-right: 5px;
        padding-left: 15px;
        background-image: url('/res/service/img_sketch/sub/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        color: #48c8d4;
    }
    .movie_sub_info .date {
        margin-left: 5px;
    }


    .sub1_item_list {
        border-top: 1px solid #40bac7;
    }

    .movie_empty_message {
        line-height:500px;
        text-align: center;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }


    .sub1_empty_message {
        line-height:500px;
        text-align: center;
        border-bottom: 1px solid #ececec;
    }

    .sub1_item {
        border-bottom: 1px solid #ececec;
        height: 134px;
    }
    .sub1_item> div {
        display: inline-block;
        float: left;
    }
    .sub1_item > .item_period {
        padding: 30px 2%;
        width: 11%;
        height: 74px;
        color: #40bac7;
        font-size: 16px;
        line-height: 25px;
        font-family: NanumBarunGothicBold;
    }


    .sub1_item > .item_text {
        padding: 20px 2%;
        width: 61%;
        height: 94px;
        color: #40bac7;
    }

    .sub1_item.no_period > .item_text {
        width: 76%;
    }

    .sub1_item > .item_text .item_title {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 23px;
        line-height: 23px;
        color: #000000;
        font-size: 16px;
        font-family: NanumBarunGothicBold;
    }
    .sub1_item > .item_text .item_title img {
        margin-right: 10px;
        vertical-align: middle;
    }
    .sub1_item > .item_text .item_desc {
        color: #acacac;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .sub1_item > .item_thumb {
        padding: 20px 2%;
        width: 16%;
        height: 94px;
    }
    .sub1_item > .item_thumb div {
        position:relative;
        height: 94px;
        background-size: cover;
    }



    .page_container1 {
        position: relative;
        width: 284px;
        height: 1020px;
        float: left;
    }
    .page_container1 ul {
        width: 100%;
    }
    .page_container1 ul li {
        width: 100%;
        margin-bottom: 25px;
        font-size: 21px;
        font-family: NanumBarunGothicBold;
        color: #000000;
        cursor: pointer;
    }
    .page_container1 ul li.on {
        text-decoration: underline;
        color: #00a3b4;
    }
    .page_container1 .brochure {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 1px solid #eeeeee;
        width: 225px;
        height: 330px;
        text-align: center;
    }
    .page_container1 .brochure .brochure_tit {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        font-size: 19px;
        font-family: NanumBarunGothicBold;
        background-image: url('/res/service/img_sketch/sub/btn_more.png');
        background-repeat: no-repeat;
        background-position: 183px center;
        text-align: left;
    }
    .page_container1 .brochure .brochure_img {
        margin-top: 30px;
    }
    .page_container1 .brochure .brochure_download_btn {
        position: absolute;
        border-top: 1px solid #eeeeee;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .page_container1 .brochure .brochure_download_btn img {
        margin-left: 10px;
        vertical-align: middle;
    }

    .page_container2 {
        width: 836px;
        float: left;
        overflow: auto;
    }


    .sub2_item {
        margin-right: 15px;
        width: 268px;
        height: 355px;
        float: left;
    }
    .sub2_item.row3 {
        margin-right: 0;
    }
    .sub2_item .item_img {
        position: relative;
        margin-bottom: 20px;
        height: 200px;
    }
    .sub2_item .item_img .category {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sub2_item .item_img .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }
    .sub2_item .item_tit {
        margin-bottom: 10px;
        font-size: 15px;
        font-family: NanumBarunGothicBold;
        color: #000000;
        line-height: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height:16px;
    }
    .sub2_item .item_desc {
        width:268px;
        height:70px;
        color: #9a9a9a;
        line-height: 24px;
        text-align : justify;
    }




}


/* Tablet */
@media screen and (min-width:768px) and (max-width:1200px) {

    .detail_info {
        padding: 30px;
    }

    .page_banner {
        height:144px;
    }

    .page_banner_title {
        padding-top:39px;
    }



    .movie_list {
        overflow: auto;
    }
    .movie_item {
        width: 31%;
        margin-right: 3.5%;
        float: left;
    }

    .movie_item.row3 {
        margin-right: 0;
    }

    .movie_item .thumb {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75.49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .movie_item .thumb .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }
    .movie_tit {
        font-size: 15px;
        color: #000000;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .movie_tit:hover {
        text-decoration: underline;
    }
    .movie_body {
        font-size: 13px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .movie_sub_info {
        color: #a7a7a7;
        height: 50px;
    }
    .movie_sub_info span {
        vertical-align: middle;
    }
    .movie_sub_info .hit {
        display: inline-block;
        margin-right: 5px;
        padding-left: 15px;
        background-image: url('/res/service/img_sketch/sub/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        color: #48c8d4;
    }
    .movie_sub_info .date {
        margin-left: 5px;
    }



    .sub1_item_list {
        border-top: 1px solid #40bac7;
    }


    .movie_empty_message {
        line-height:500px;
        text-align: center;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .sub1_empty_message {

        line-height:400px;
        text-align: center;
        border-bottom: 1px solid #ececec;
    }

    .sub1_item {
        border-bottom: 1px solid #ececec;
        height: 134px;
    }
    .sub1_item> div {
        display: inline-block;
        float: left;
    }
    .sub1_item > .item_period {
        padding: 30px 2%;
        width: 16%;
        height: 74px;
        color: #40bac7;
        font-size: 16px;
        line-height: 25px;
        font-family: NanumBarunGothicBold;
    }
    .sub1_item > .item_text {
        padding: 20px 2%;
        width: 76%;
        height: 94px;
        color: #40bac7;
    }

    .sub1_item > .item_text .item_title {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 23px;
        line-height: 23px;
        color: #000000;
        font-size: 16px;
        font-family: NanumBarunGothicBold;
    }
    .sub1_item > .item_text .item_title img {
        margin-right: 10px;
        vertical-align: middle;
    }
    .sub1_item > .item_text .item_desc {
        color: #acacac;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .sub1_item > .item_thumb {
        display: none;
    }



    .page_container1 {
        position: relative;
        text-align: center;
    }
    .page_container1 ul {
        display: inline-block;
    }
    .page_container1 ul li {
        margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 21px;
        font-family: NanumBarunGothicBold;
        color: #000000;
        cursor: pointer;
    }
    .page_container1 ul li:first-child {
        margin-left: 0;
    }
    .page_container1 ul li.on {
        text-decoration: underline;
        color: #00a3b4;
    }
    .page_container1 .brochure {
        display: none;
    }
    .page_container2 {
        overflow: auto;
    }
    .sub2_item {
        margin-right: 2%;
        width: 32%;
        height: 340px;
        float: left;
    }
    .sub2_item.row3 {
        margin-right: 0;
    }
    .sub2_item .item_img {
        position: relative;
        margin-bottom: 20px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sub2_item .item_img .category {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sub2_item .item_img .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }
    .sub2_item .item_tit {
        margin-bottom: 10px;
        font-size: 15px;
        font-family: NanumBarunGothicBold;
        color: #000000;
        line-height: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height:16px;
    }
    .sub2_item .item_desc {
        color: #9a9a9a;
        line-height: 24px;
        height:67px;
    }


    .brochure {
        margin-top: 70px;
        border: 1px solid #eeeeee;
        text-align: center;
        color: #000000;
        height: 50px;
        line-height: 50px;
        font-family: NanumBarunGothicBold;
        cursor: pointer;
    }
    .brochure img {
        margin-left: 10px;
        vertical-align: middle;
    }

}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .movie_list {
        overflow: auto;
    }
    .movie_item {
        width: 48%;
        float: left;
    }

    .movie_item.row4 {
        margin-right: 0;
    }

    .movie_item:nth-child(odd) {
        margin-right: 4%;
    }
    .movie_item:nth-child(2n) {
        margin-right: 0;
    }

    .movie_item .thumb {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75.49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .movie_item .thumb .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }

    .movie_tit {
        font-size: 15px;
        color: #000000;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .movie_body{
        font-size: 13px;
    }

    .movie_tit:hover {
        text-decoration: underline;
        text-decoration-color: #000000;
    }

    .movie_sub_info {
        color: #a7a7a7;
        height: 50px;
    }

    .movie_sub_info span {
        vertical-align: middle;
    }

    .movie_sub_info .hit {
        display: inline-block;
        margin-right: 5px;
        padding-left: 15px;
        background-image: url('/res/service/img_sketch/sub/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        color: #48c8d4;
    }

    .movie_sub_info .date {
        margin-left: 5px;
    }

    .movie_summary {
        height: 60px;
        color: #9a9a9a;
        line-height: 24px;
        text-align: justify;
        cursor: pointer;
    }

    .movie_summary:hover {
        text-decoration: underline;
        text-decoration-color: #acacac;
    }

    .movie_empty_message {
        line-height: 500px;
        text-align: center;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .sub1_empty_message {
        line-height: 300px;
        text-align: center;
        border-bottom: 1px solid #ececec;
    }

}


@media screen and (max-width: 480px) {

    .movie_list {
        overflow: auto;
    }

    .movie_item {
        width: 100%;
        float: left;
    }

    .movie_item.row4 {
        margin-right: 0;
    }

    .movie_item:nth-child(odd) {
        margin-right: 0%;
    }

    .movie_item .thumb {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 75.49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .movie_item .thumb .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }

    .movie_tit {
        font-size: 15px;
        color: #000000;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .movie_tit:hover {
        text-decoration: underline;
        text-decoration-color: #000000;
    }
    .movie_body{
        font-size: 13px;
    }

    .movie_sub_info {
        color: #a7a7a7;
        height: 50px;
    }

    .movie_sub_info span {
        vertical-align: middle;
    }

    .movie_sub_info .hit {
        display: inline-block;
        margin-right: 5px;
        padding-left: 15px;
        background-image: url('/res/service/img_sketch/sub/ico_play.png');
        background-repeat: no-repeat;
        background-position: left center;
        color: #48c8d4;
    }

    .movie_sub_info .date {
        margin-left: 5px;
    }

    .movie_summary {
        height: 70px;
        color: #9a9a9a;
        line-height: 24px;
        text-align: justify;
        cursor: pointer;
    }

    .movie_summary:hover {
        text-decoration: underline;
        text-decoration-color: #acacac;
    }

    .movie_empty_message {
        line-height: 500px;
        text-align: center;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .sub1_empty_message {
        line-height: 300px;
        text-align: center;
        border-bottom: 1px solid #ececec;
    }
}

/* Mobile */
@media screen and (max-width:767px) {

    .detail_info {
        padding: 20px;
    }

    .page_banner {
        height: 100px;
    }

    .page_banner_title {
        font-size: 24px;
        padding-top: 40px;
    }



    /*.movie_list {*/
        /*overflow: auto;*/
    /*}*/
    /*.movie_item {*/
        /*width: 48%;*/
        /*height: 300px;*/
        /*float: left;*/
    /*}*/
    /*.movie_item:nth-child(odd) {*/
        /*margin-right: 4%;*/
    /*}*/
    /*.movie_item .thumb {*/
        /*position: relative;*/
        /*height: 200px;*/
        /*background-repeat: no-repeat;*/
        /*background-position: center;*/
        /*background-size: cover;*/
        /*margin-bottom: 20px;*/
        /*cursor: pointer;*/
    /*}*/
    /*.movie_item .thumb .play_btn {*/
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 50%;*/
        /*margin-left: -33px;*/
        /*margin-top: -33px;*/
    /*}*/
    /*.movie_tit {*/
        /*font-size: 15px;*/
        /*color: #000000;*/
        /*margin-bottom: 15px;*/
        /*cursor: pointer;*/
    /*}*/
    /*.movie_tit:hover {*/
        /*text-decoration: underline;*/
    /*}*/
    /*.movie_sub_info {*/
        /*color: #a7a7a7;*/
    /*}*/
    /*.movie_sub_info span {*/
        /*vertical-align: middle;*/
    /*}*/
    /*.movie_sub_info .hit {*/
        /*display: inline-block;*/
        /*margin-right: 5px;*/
        /*padding-left: 15px;*/
        /*background-image: url('/res/service/img_sketch/sub/ico_play.png');*/
        /*background-repeat: no-repeat;*/
        /*background-position: left center;*/
        /*color: #48c8d4;*/
    /*}*/
    /*.movie_sub_info .date {*/
        /*margin-left: 5px;*/
    /*}*/







    .sub1_item_list {
        border-top: 1px solid #40bac7;
    }

    .movie_empty_message {
        line-height:500px;
        text-align: center;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .sub1_empty_message {
        line-height:300px;
        text-align: center;
        border-bottom: 1px solid #ececec;
    }

    .sub1_item {
        padding: 15px 5%;
        border-bottom: 1px solid #ececec;
        height: 104px;
    }
    .sub1_item> div {
    }
    .sub1_item > .item_period {
        color: #40bac7;
        line-height: 25px;
        font-family: NanumBarunGothicBold;
    }
    .sub1_item > .item_text {
        color: #40bac7;
    }
    .sub1_item > .item_text .item_title {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 23px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: #000000;
        font-family: NanumBarunGothicBold;
    }
    .sub1_item > .item_text .item_title img {
        margin-right: 10px;
        vertical-align: middle;
    }
    .sub1_item > .item_text .item_desc {
        color: #acacac;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .sub1_item > .item_thumb {
        display: none;
    }





    .page_container1 {
        position: relative;
        text-align: center;
    }
    .page_container1 ul {
        display: inline-block;
    }
    .page_container1 ul li {
        margin-left: 17px;
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 14px;
        font-family: NanumBarunGothicBold;
        color: #000000;
        cursor: pointer;
    }
    .page_container1 ul li:first-child {
        margin-left: 0;
    }
    .page_container1 ul li.on {
        text-decoration: underline;
        color: #00a3b4;
    }
    .page_container1 .brochure {
        display: none;
    }
    .page_container2 {
        overflow: auto;
    }
    .sub2_item {
        margin-right: 2%;
        width: 49%;
        height: 245px;
        float: left;
    }
    .sub2_item:nth-child(even) {
        margin-right: 0;
    }
    .sub2_item .item_img {
        position: relative;
        margin-bottom: 20px;
        height: 130px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sub2_item .item_img .category {
        position: absolute;
        left: 0;
        top: 0;
    }
    .sub2_item .item_img .play_btn {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
    }
    .sub2_item .item_tit {
        margin-bottom: 10px;
        font-size: 15px;
        font-family: NanumBarunGothicBold;
        color: #000000;
        line-height: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height:16px;
    }
    .sub2_item .item_desc {
        color: #9a9a9a;
        line-height: 24px;
        height:45px;
    }


    .brochure {
        margin-top: 70px;
        border: 1px solid #eeeeee;
        text-align: center;
        color: #000000;
        height: 50px;
        line-height: 50px;
        font-family: NanumBarunGothicBold;
        cursor: pointer;
    }
    .brochure img {
        margin-left: 10px;
        vertical-align: middle;
    }




    .sub3_table {
        border-top: 1px solid #40bac7;
    }
    .sub3_table tr td {
        border-bottom: 1px solid #ececec;
    }
    .sub3_table tr td {
        padding: 10px;
    }
    .sub3_table .title {
        color: #000000;
        font-size: 16px;
        font-family: NanumBarunGothicBold;
        line-height: 30px;
    }
    .sub3_table .title div {
        font-size: 13px;
        float: right;
    }
    .sub3_table .title img {
        vertical-align: middle;
        margin-right: 10px;
    }
    .sub3_table .body {
        line-height: 24px;
    }
    .sub3_table .body img {
        max-width: 100%;
    }


}

































































@media screen and (min-width: 1201px) {

    .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;
    }

    .gallery_info {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .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;
        height:410px;
        overflow: auto;
    }

    .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;
        margin-bottom: 5px;
        width: 135px;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        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;
        line-height: 49px;
        margin: 0 5px;
    }

    .gallery_nav .current_page {
        color: #32a4b4;
        vertical-align: middle;
    }

    .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_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: 474px;
        height: 60px;
    }
    .major_banner .major_info > div {
        display: inline-block;
        width: 237px;
        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;
        height: 250px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border: 1px solid #eeeeee;
    }
    .college_banner .college_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 16px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .college_banner .college_tit_kor {
        color: #000000;
        font-size: 26px;
    }
    .college_banner .college_info {
        margin-top: 40px;
        width: 474px;
        height: 60px;
        line-height: 25px;
    }
    .major_btn_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .major_btn {
        display: inline-block;
        width: 216px;
        height: 50px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-image: url('/res/service/img/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 180px center;
        cursor: pointer;
        float: left;
    }
    .major_btn img {
        display: none;
    }
    .major_btn.on {
        color: #ffffff;
        background-color: #002f87;
        background-image: url('/res/service/img/sub2/btn_arrow_w.png');
    }
    .major_btn.on img {
        display: block;
        position: absolute;
        left: 125px;
        top: 0;
    }
    .major_btn.row5 {
        margin-right: 0;
    }
    .major_btn > div {
        position: relative;
        border: 1px solid #e1e1e1;
        padding-left: 20px;
        width: 194px;
        height: 48px;
        line-height: 48px;
    }

    .college_number {
        position: relative;
        margin-top: 40px;
        padding-right: 51px;
        text-align: center;
        height: 50px;
    }
    .college_number div {
        height: 50px;
        line-height: 50px;
        color: #9f9f9f;
        background-color: #f4f4f4;
    }
    .college_number .print_btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/res/service/img/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;
    }

    .pc_line_2 {  -webkit-line-clamp: 2;  }
    .pc_line_3 {  -webkit-line-clamp: 3;  }
    .pc_line_4 {  -webkit-line-clamp: 4;  }
    .pc_line_5 {  -webkit-line-clamp: 5;  }
    .pc_line_6 {  -webkit-line-clamp: 6;  }

}

@media screen and (min-width: 768px) and (max-width: 1200px) {


    .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;
    }

    .gallery_info {
        padding-left: 20px;
        margin-bottom: 30px;
    }


    .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: 40px;
        margin-bottom: 5px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        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;
        line-height: 49px;
        margin: 0 5px;
    }
    .gallery_nav .current_page {
        color: #32a4b4;
        vertical-align: middle;
    }

    .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;
        height: 250px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center right;
        border: 1px solid #eeeeee;
    }
    .college_banner .college_tit_eng {
        line-height: 30px;
        color: #a3a3a3;
        font-size: 16px;
        font-family: 'NanumBarunGothicBold', dotum;
    }
    .college_banner .college_tit_kor {
        color: #000000;
        font-size: 26px;
    }
    .college_banner .college_info {
        margin-top: 40px;
        width: 474px;
        height: 60px;
        line-height: 25px;
    }
    .major_btn_list {
        overflow: auto;
        margin-bottom: 40px;
    }
    .major_btn {
        display: inline-block;
        width: 33.3%;
        height: 50px;
        margin-bottom: 10px;
        cursor: pointer;
        float: left;
    }
    .major_btn img {
        display: none;
    }
    .major_btn.on img {
        display: block;
        position: absolute;
        left: 125px;
        top: 0;
    }
    .major_btn > div {
        position: relative;
        display: inline-block;
        border: 1px solid #e1e1e1;
        padding-left: 5%;
        width: 90%;
        height: 48px;
        line-height: 48px;
        text-align: left;
        background-image: url('/res/service/img/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 92% center;
    }
    .major_btn.on > 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;
    }

    .tablet_line_2 {  -webkit-line-clamp: 2;  }
    .tablet_line_3 {  -webkit-line-clamp: 3;  }
    .tablet_line_4 {  -webkit-line-clamp: 4;  }
    .tablet_line_5 {  -webkit-line-clamp: 5;  }
    .tablet_line_6 {  -webkit-line-clamp: 6;  }

}

@media screen and (max-width: 767px) {


    .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;
    }

    .gallery_info {
        padding-left: 20px;
        margin-bottom: 30px;
    }



    .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;
        margin-bottom: 5px;
        width: 135px;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        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.7%;
        height: 93px;
        border-bottom: 1px solid #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        /*background-size: contain;
        background-color: #000000;*/
        background-position: center;
        cursor: pointer;
        float: left;
    }

    .gallery_list > div > div.first {
        width: 100%;
        height: 187px;
    }

    .gallery_list > div > div.mobile_left {
        border-left: 1px solid #ffffff;
    }

    .gallery_list > div > div .hover {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
    }

    .gallery_list > div > div:hover .hover {
        display: block;
        background-color: #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: 60px;
        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.on img {
        display: block;
        position: absolute;
        left: 60%;
        top: 0;
    }
    .major_btn > div {
        position: relative;
        display: inline-block;
        border: 1px solid #e1e1e1;
        padding-left: 5%;
        width: 90%;
        height: 48px;
        line-height: 48px;
        text-align: left;
        background-image: url('/res/service/img/sub2/btn_arrow_g.png');
        background-repeat: no-repeat;
        background-position: 92% center;
    }
    .major_btn.on > 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;
    }


    .mobile_line_2 {  -webkit-line-clamp: 2;  }
    .mobile_line_3 {  -webkit-line-clamp: 3;  }
    .mobile_line_4 {  -webkit-line-clamp: 4;  }
    .mobile_line_5 {  -webkit-line-clamp: 5;  }
    .mobile_line_6 {  -webkit-line-clamp: 6;  }
}
