
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.detail_info {
    padding: 40px 0 0;
    box-sizing: border-box;
}

.detail_info.container {padding-bottom: 0;}

.detail_info .content_img {
    width:100%;
}

.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;
}

.detail_info_header {
    padding-bottom: 40px;
}

.menu_depth1 {
    margin-top: 10px;
}

.menu_depth1_btn {
    padding: 18px;
    font-family: notokr-medium, sans-serif;
    font-size: 16px;
    background-color: #F4F4F4;
    margin-bottom: 5px;
    cursor: pointer;
}

.menu_depth1_btn:hover {
    color: #30A1D5;
}

.menu_depth1 .on {
    color: #30A1D5;
    /*! font-family: 'NanumBarunGothicBold'; */
    border: 2px solid #30A1D5;
    background-color: white;
}

.page_lnb_container {
    position: relative;
    top: -1px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.page_lnb_container + .container { display: none; }
.page_lnb_container>.container {
    display:-webkit-box;display:-ms-flexbox;display:flex;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    height: 59px;
    padding-bottom: 0;
}
.page_lnb_container .go_home_frame .go_home {
    border: 0;
    background-color: #30a1d5;
    width: 60px;
    height: 100%;
    cursor: pointer;
}
.page_lnb_container select {
    height: 59px;
    padding: 18px 60px 18px 20px;
    border: 0;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'spoqa-regular';
    color: #000;
    background: white url('/res/service/img_department14/common/select_arrow.png') no-repeat right 20px center / 24px 24px;
    background-position-y: center;
    position: relative;
}
.sub_menu_title{
    box-sizing: content-box;
    border-bottom: 0px !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
    padding-bottom: 0px !important;
}

.sub_menu_title div{
    padding: 10px 0;
    border-bottom: 0px !important;
    cursor: pointer;
    box-sizing: content-box;
    color: #5d5d5d !important;
    font-size: 13px !important;
}
.sub_menu_title div.on{
    color: #30a1d5 !important;
    text-decoration: underline;
}
.img-frame {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.img-frame>img {
    width: 100%;
}
.img-frame__expansion {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
    background: #232323 url("/res/service/img_department14/sub/ico_expand.png") no-repeat center / 24px 24px;
}
.detail_info_header .header_text {
    color: #424242;
    font: 28px 'spoqa-bold';
}

/* PC */
@media screen and (min-width:1201px) {

    .sub_lnb {
        margin: 40px 0;
        padding-top: 1px;
        padding-left: 1px;
        height: 53px;
        border-bottom: 1px solid #30a1d5;
        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 #30a1d5;
        background-color: #30a1d5;
        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: #30a1d5;
        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 all and (max-width: 1200px) {
    .page_lnb_container>.container {
        width: calc(100% - 48px);
    }
    .detail_info {
        padding: 20px 0 0;
    }
    .detail_info_header {
        padding-bottom: 20px;
    }
    .detail_info_header .header_text {
        font-size: 24px;
    }
    .img-frame {
        width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {

    .page_lnb_container {
        border-bottom: 1px solid #e6e6e6;
    }
    .sub_lnb {
        margin: 40px 0px;
        padding-top: 1px;
        padding-left: 1px;
        height: 53px;
        border-bottom: 1px solid #30a1d5;
        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 #30a1d5;
        background-color: #30a1d5;
        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: #30a1d5;
        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: #30a1d5;
        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_lnb_container {
       display: none;
    }

    .detail_info_header .breadcrumb {
        float: right;
        /*! vertical-align: bottom; */
        font-family: NanumBarunGothic, sans-serif;
        font-size: 14px;
        letter-spacing: -0.2px;
        margin-top: 30px;
    }




    .sub_lnb_select {
        position: relative;
        height: 60px;
        background-color: #fff;
        box-sizing: border-box;
        border-bottom: 1px solid #e0e0e0;
    }
    .sub_lnb_select-txt {
        color: #000;
        font: 14px 'spoqa-regular';
        height: 100%;
        display: block;
        box-sizing: border-box;
        padding: 18px 20px 17px;
    }
    .sub_lnb_select-img {
        position: absolute;
        right: 20px;
        top: 24px;
    }
    .sub_lnb_select-item {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        cursor: pointer;
    }
    #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: #30a1d5;
        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: #30a1d5;
        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 .content_img {
    width:100%;
}

.page_banner {
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
    -webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    width:100%;
    height:150px;
    background-size:cover;
    background-position: center top;
}

.page_banner_title {
    text-align:center;
    font-size:31px;
    font-family: 'notokr-bold';
    color:#ffffff;
}

.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;
}

/* PC */
@media screen and (min-width:1201px) {

    .movie_list {
        overflow: auto;
    }
    .movie_item {
        margin-right: 6px;
        width: 268px;
        height: 320px;
        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_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 all and (max-width: 1200px) {
    .page_banner {height:100px;}
    .page_banner_title {font-size: 26px;}
}
@media screen and (min-width:768px) and (max-width:1200px) {

    .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_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 .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_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_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) {

    .page_banner_title {font-size: 22px;}
    /*.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;
    }


    .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;
    }

    .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: #F8F8F8;
        border: none;
        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;
    }


    .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;
    }

    .contents_desc {
        padding: 30px 20px;
        line-height: 24px;
    }


    .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: #F8F8F8;
        border: none;
        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: none;
        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;
    }



    .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;
    }

    .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: #F8F8F8;
        border: none;
        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: none;
    }

    .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;  }
}
.page_content_button {
    margin-top: 50px;
}
.page_content_button .page_content_button_write {
    width: 120px;
    height: 50px;
    font-family: notokr-regular;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #37afd2;
    cursor: pointer;
    margin: 0 0 0 auto;
}
.view_type_button_list{
    display: none;
}
.user_board_list.user_board_list_faq_normal .faq_list .faq_item .faq_title{
    height: auto;
}
.user_board_list.user_board_list_faq_normal .faq_list .faq_item .faq_title .faq_question{
    white-space: normal;
    line-height: normal;
    padding: 28px 0;
}
.user_board_list.user_board_list_faq_normal .faq_list .faq_item .faq_title span{
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px){
    .user_board_list.user_board_list_faq_normal .faq_list .faq_item .faq_title .faq_question{
        padding: 20px 0;
    }
}
