@charset "utf-8"; 

/* 접근성 관련 제목 hide처리 */
.pop-open {
    overflow: hidden;
}

#curationMov .sectionMov {
    display: block;
    position: relative;
    padding: 0 0 2rem 0;
    box-sizing: border-box;
}

/* 검색 */
#curationMov .sub-searchWrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 10px 0 0;
    margin: 0 auto;
    text-align: center;
}

#curationMov .sub-searchArea {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 55px;
    background-color: #eaeaea;
    margin: 0 auto;
    padding: 1px;
    border-radius: 50px;
}

#curationMov .sub-searchArea .box {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 50px;
    margin-right: 0;
}

#curationMov .sub-searchArea .box .search-input-group {
    display: block;
    position: relative;
}

#curationMov .sub-searchArea .box .search-btns-group {
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

#curationMov .vodMainBox .sub-searchArea .box .search-btns-group {
    right: -8px;
}

#curationMov .sub-searchArea .box label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #676767;
    text-align: center;
    /*position:absolute; top:25px; left:220px;zoom:1; z-index:100;*/
}

#curationMov .sub-searchArea .box label > strong {
    color: #1c236c;
}

#curationMov .sub-searchArea .box label.on {
    display: none;
}

#curationMov .sub-searchArea .box input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #333;
    background-color: transparent;
    /*position:absolute; top:7px; left:96px; z-index:200;*/
}

#curationMov .sub-searchArea .box input:focus {
    background-color: #fff;
    border-radius: 50px;
}

#curationMov .sub-searchArea .box .search-input-group, #curationMov .sub-searchArea .box label, #curationMov .sub-searchArea .box input {
    height: 53px;
    line-height: 53px;
    text-align: left;
    text-indent: 16px;
    border-radius: 50px 0 0 50px;
}

#curationMov .sub-searchArea .box input[type="text"]::-webkit-input-placeholder {
    font-weight: 300;
    color: #111;
}

#curationMov .sub-searchArea .box input[type="text"]:-moz-placeholder {
    font-weight: 300;
    color: #111;
}

#curationMov .sub-searchArea .box input[type="text"]::-moz-placeholder {
    font-weight: 300;
    color: #111;
}

#curationMov .sub-searchArea .box input[type="text"]:-ms-input-placeholder {
    font-weight: 300;
    color: #111;
}

#curationMov .sub-searchArea .btn-detatil {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background: transparent;
}

#curationMov .sub-searchArea .btn-detatil .dtlBtn {
    color: #111;
    font-weight: 400;
    padding-left: 25px;
}

#curationMov .sub-searchArea .btn-detatil:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_search_p_150.svg) no-repeat center center;
    border-radius: 0 40px 40px 0;
    background-size: contain;
}

#curationMov .sub-searchArea .btn-search {
    margin-right: 20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_search_150.svg) no-repeat center center;
    border-radius: 0 40px 40px 0;
    background-size: contain;
}

#curationMov .sub-searchArea .btn-search span {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    left: -99999999999999999px;
    font-size: 0;
}

/*main*/
.sectionVod {
    position: relative;
    display: block;
    clear: both;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 0 10px;
    overflow: hidden;
}

.sectionVod.vodContent01 {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 0px;
}

.sectionVod .total {
    color: #545454;
    font-size: 70%;
    font-weight: 400;
    margin-left: 5px;
}

.sectionVod .total > strong {
    color: #2483c5;
}

.vodMainBox {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.vodMainBox:after {
    clear: both;
    overflow: hidden;
    display: block;
    content: '';
}

.vodMainBox:before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-image: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/sub/nongMVod_subimg.png');
    background-repeat: no-repeat;
    background-position: 100% top;
    background-size: contain;
    position: absolute;
}

.curationMovTabGroup {
    padding: 4.8em 0 1.6rem 0 ;
    position: relative;
    z-index: 1;
}

.curationMovTabGroup ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.curationMovTabGroup ul .cMlist {
    background: #efefef;
    border-radius: 30px;
    margin: 0 0 0 0.2rem;
}

.curationMovTabGroup ul .cMlist.active {
    background: #000;
}

.curationMovTabGroup ul .cMlist .btn-tab {
    padding: .8rem 2.4rem;
    white-space: nowrap;
}

.curationMovTabGroup ul .cMlist.active .btn-tab {
    color: #FFF;
}

.vodMainBox .board_Info {
    padding: 1.6rem 0;
}

.vodMainBox .board_Info .page_Info:before, .vodMainBox .board_Info:after {
    display: none;
}

.vodMainBox .board_Info .page_Info {
    padding-left: 0;
}

.vodMainBox .board_Info .page_Info strong {
    font-weight: 400;
}

.sorting-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: right;
    align-items: center;
}

.sorting-group .sortTit {
    font-weight: 700;
    color: #000;
    padding-right: 10px;
}

.sorting-group .sortlist .sortBtn {
    padding: .3rem;
}

.sorting-group .sortlist.active .sortBtn {
    color: #000;
    text-decoration-line: underline;
}

.vod-Mian-Title {
    display: inline-block;
    position: relative;
    margin-bottom: 2.4rem;
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
}

/*이달의 농영상*/
.vod-Month-group {
    width: 100%;
    margin-bottom: 10px;
}

.vod-Month-group .vodMonth_item {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-right: 20px;
    float: left;
}

.vod-Month-group .vodMonth_item a {
    width: 260px;
    display: block;
}

.vod-Month-group .vodMonth_item .thumB {
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 260px;
    min-height: 145px;
    border-radius: .5rem;
}

.vod-Month-group .vodMonth_item .thumB img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
    -moz-transition: .5s transform ease;
    -o-transition: .5s transform ease;
    transition: .5s transform ease;
}

.vod-Month-group .vodMonth_item img {
    width: 100%;
    max-height: 145px;
}

.vod-Month-group .vodMonth_item a:hover .thumB {
    background-color: #222;
    border-radius: 0;
}

.vod-Month-group .vodMonth_item a:hover .thumB img {
    -moz-transform: scale(1.08) rotate(0.1deg);
    -ms-transform: scale(1.08) rotate(0.1deg);
    -o-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
    opacity: 0.8;
}

.vod-Month-group .vodMonth_item dl {
    padding: 1.6rem 0;
}

.vod-Month-group .vodMonth_item dl dt {
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vod-Month-group .vodMonth_item dl dd.hits {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.5rem;
}

.vod-Month-group .vodMonth_item dl dd.hits span {
    position: relative;
    padding-left: 15px;
    color: #949494;
}

.vod-Month-group .vodMonth_item dl dd.hits span:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 2px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.vod-Month-group .vodMonth_item dl dd.hits span:after {
    display: inline-block;
    content: '건';
    color: #949494;
    padding-left: 5px;
}

.vod-Month-group .vodMonth_item .time {
    position: absolute;
    right: 5px;
    bottom: 125px;
    background: rgba(0, 0, 0, .5);
    border-radius: .3rem;
    color: #FFF;
    font-size: 1.3rem;
    font-family: vedana;
    font-weight: 600;
    padding: 0 .3rem .1rem .3rem;
}

/*농영상 1분*/
.vod-Minute-group {
    width: 100%;
    margin-bottom: 10px;
}

.vod-Minute-group .vodMinute_item {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-right: 20px;
    float: left;
}

/*.vod-Minute-group .vodMinute_item.bx-clone{display:none;}*/
.vod-Minute-group .vodMinute_item a {
    width: 215px;
    display: block;
}

.vod-Minute-group .vodMinute_item .thumB {
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 215px;
    min-height: 340px;
    border-radius: .5rem;
    border: 1px solid #eaeaea;
}

.vod-Minute-group .vodMinute_item .thumB img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
    -moz-transition: .5s transform ease;
    -o-transition: .5s transform ease;
    transition: .5s transform ease;
}

.vod-Minute-group .vodMinute_item img {
    width: 100%;
    max-height: 340px;
}

.vod-Minute-group .vodMinute_item a:hover .thumB {
    background-color: #222;
    border-radius: 0;
}

.vod-Minute-group .vodMinute_item a:hover .thumB img {
    -moz-transform: scale(1.08) rotate(0.1deg);
    -ms-transform: scale(1.08) rotate(0.1deg);
    -o-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
    opacity: 0.8;
}

.vod-Minute-group .vodMinute_item dl {
    padding: 1.6rem 0;
}

.vod-Minute-group .vodMinute_item dl dt {
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vod-Minute-group .vodMinute_item dl dd.hits {
    margin-top: 10px;
    font-weight: 300;
    font-size:1.5rem;
}

.vod-Minute-group .vodMinute_item dl dd.hits span {
    position: relative;
    padding-left: 15px;
    color: #949494;
}

.vod-Minute-group .vodMinute_item dl dd.hits span:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 2px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.vod-Minute-group .vodMinute_item dl dd.hits span:after {
    display: inline-block;
    content: '건';
    color: #949494;
    padding-left: 5px;
}

.vod-Minute-group .vodMinute_item .time {
    position: absolute;
    right: 5px;
    bottom: 125px;
    background: rgba(0, 0, 0, .5);
    border-radius: .3rem;
    color: #FFF;
    font-size: 1.3rem;
    font-family: vedana;
    font-weight: 600;
    padding: 0 .3rem .1rem .3rem;
}

.bx-wrapper .bx-controls-direction a:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_arr1_20_right.svg') no-repeat center center;
    left: 2px;
    top: 50%;
    /* bottom: 0; */
    transform: translateY(-50%);
    background-size: contain;
}

.vod-Minute-group .vodBtnArea.moreBut {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.vod-Minute-group .vodBtnArea.moreBut:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}

.vod-Minute-group .vodBtnArea.moreBut .vBtn {
    position: absolute;
    min-width: 150px;
    height: 40px;
    line-height: 38px;
    margin: 4px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    vertical-align: text-bottom;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.5s;
}

/*이달의 농영상, 농영상 1분 영상컨트롤*/
.vod-Month-group .bx-wrapper .bx-controls-direction a {
    background: #FFF;
    border: 3px solid #474e66;
    border-radius: 0.5rem;
    width: 40px !important;
    height: 40px !important;
    top: 25% !important;
}

.vod-Minute-group .bx-wrapper .bx-controls-direction a {
    background: #FFF;
    border: 3px solid #474e66;
    border-radius: 0.5rem;
    width: 40px !important;
    height: 40px !important;
    top: 35% !important;
}

.vod-Month-group .bx-wrapper .bx-controls-direction a.bx-prev {
    transform: rotate(180deg);
    display: none;
}

.vod-Month-group .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

.vod-Minute-group .bx-wrapper .bx-controls-direction a.bx-prev {
    transform: rotate(180deg);
    display: none;
}

.vod-Minute-group .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}

/*농촌진흥청 홍보, 농업기술영상, 강의동영상*/
.vod-Nong-group {
    width: 100%;
    margin-bottom: 10px;
}

.vod-Nong-group .vodNong_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.vodNong_list .vodNong_item {
    width: calc(25%);
    position: relative;
    padding-left: 20px;
}

.vodNong_list .vodNong_item a {
    display: block;
}

.vodNong_list .vodNong_item .thumB {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: .5rem;
}

.vodNong_list .vodNong_item .thumB img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
    -moz-transition: .5s transform ease;
    -o-transition: .5s transform ease;
    transition: .5s transform ease;
}

.vodNong_list .vodNong_item img {
    width: 100%;
    max-height: 185px;
}

.vodNong_list .vodNong_item a:hover .thumB {
    background-color: #222;
    border-radius: 0;
}

.vodNong_list .vodNong_item a:hover .thumB img {
    -moz-transform: scale(1.08) rotate(0.1deg);
    -ms-transform: scale(1.08) rotate(0.1deg);
    -o-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
    opacity: 0.8;
}

.vodNong_list .vodNong_item dl {
    padding: 1.6rem 0;
}

.vodNong_list .vodNong_item dl dt {
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vodNong_list .vodNong_item dl dd.hits {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.5rem;
}

.vodNong_list .vodNong_item dl dd.hits span {
    position: relative;
    padding-left: 15px;
    color: #949494;
}

.vodNong_list .vodNong_item dl dd.hits span:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 2px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.vodNong_list .vodNong_item dl dd.hits span:after {
    display: inline-block;
    content: '건';
    color: #949494;
    padding-left: 5px;
}

.vodNong_list .vodNong_item .time {
    position: absolute;
    right: 5px;
    bottom: 115px;
    background: rgba(0, 0, 0, .5);
    border-radius: .3rem;
    color: #FFF;
    font-size: 1.3rem;
    font-family: vedana;
    font-weight: 600;
    padding: 0 .3rem .1rem .3rem;
}

.vod-Nong-group .vodBtnArea.moreBut {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.vod-Nong-group .vodBtnArea.moreBut:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}

.vod-Nong-group .vodBtnArea.moreBut .vBtn {
    position: absolute;
    min-width: 150px;
    height: 40px;
    line-height: 38px;
    margin: 4px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    vertical-align: text-bottom;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.5s;
}

/*list:그룹별동영상리스트 : 농촌진흥청홍보, 농기계, 농업기술동영상, 강의동영상*/
.vodListBox {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.vodListBox:after {
    clear: both;
    overflow: hidden;
    display: block;
    content: '';
}

.vodListBox .vodBox_All {
    padding: 80px 0 60px;
}

.vodBox_All .vodNong_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin-left: -20px;
}

.vodListBox .vodNong_list .vodNong_item {
    width: calc(25%);
    position: relative;
    padding-left: 20px;
}

.vodListBox .vodNong_list .vodNong_item a {
    display: block;
}

.vodListBox .vodNong_list .vodNong_item .thumB {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: .5rem;
}

.vodListBox .vodNong_list .vodNong_item .thumB img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
    -moz-transition: .5s transform ease;
    -o-transition: .5s transform ease;
    transition: .5s transform ease;
}

.vodListBox .vodNong_list .vodNong_item img {
    width: 100%;
    max-height: 185px;
}

.vodListBox .vodNong_list .vodNong_item a:hover .thumB {
    background-color: #222;
    border-radius: 0;
}

.vodListBox .vodNong_list .vodNong_item a:hover .thumB img {
    -moz-transform: scale(1.08) rotate(0.1deg);
    -ms-transform: scale(1.08) rotate(0.1deg);
    -o-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
    opacity: 0.8;
}

.vodListBox .vodNong_list .vodNong_item dl {
    padding: 1.6rem 0;
}

.vodListBox .vodNong_list .vodNong_item dl dt {
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vodListBox .vodNong_list .vodNong_item dl dd.hits {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.5rem;
}

.vodListBox .vodNong_list .vodNong_item dl dd.hits span {
    position: relative;
    padding-left: 15px;
    color: #949494;
}

.vodListBox .vodNong_list .vodNong_item dl dd.hits span:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 2px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.vodListBox .vodNong_list .vodNong_item dl dd.hits span:after {
    display: inline-block;
    content: '건';
    color: #949494;
    padding-left: 5px;
}

.vodListBox .vodNong_list .vodNong_item .time {
    position: absolute;
    right: 5px;
    bottom: 115px;
    background: rgba(0, 0, 0, .5);
    border-radius: .3rem;
    color: #FFF;
    font-size: 1.3rem;
    font-family: vedana;
    font-weight: 600;
    padding: 0 .3rem .1rem .3rem;
}

/*view:그룹별동영상리스트 : 농촌진흥청홍보, 농기계, 농업기술동영상, 강의동영상*/
.vodViewBox {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.vodViewBox:after {
    clear: both;
    overflow: hidden;
    display: block;
    content: '';
}

.vodViewBox .vodBox_All {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
}

.vodViewBox .vodBox_All .primary {
    overflow: hidden;
    width: 100%;
    margin-right: 25px;
}

.vodViewBox .vodBox_All .primary .primaryT {
    display: block;
    position: relative;
    overflow: hidden;
}

.vodViewBox .vodBox_All .primary .primaryB {
    display: block;
    position: relative;
    overflow: hidden;
}

.vodViewBox .vodBox_All .secondary {
    width: calc(100% - 60%);
}

.vodViewBox .vodBox_All .lacal {
    display: block;
    position: relative;
    font-size: 14px;
    margin-bottom: 18px;
}

.vodViewBox .vodBox_All .lacal:after {
    clear: both;
    overflow: hidden;
    display: block;
    content: '';
}

.vodViewBox .vodBox_All .lacal ul:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: baseline;
    border-top: 3px solid transparent;
    border-right: 0;
    border-bottom: 3px solid transparent;
    border-left: 3px solid;
    top: 50%;
    /* border-radius: 50%; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vodViewBox .vodBox_All .lacal li {
    display: inline-block;
    position: relative;
    padding-left: 17px;
}

.vodViewBox .vodBox_All .lacal li:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #c4c4cc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    transition: transform 150ms ease-in-out;
}

.vodViewBox .vodBox_All .lacal li:first-child {
    padding-left: 10px;
}

.vodViewBox .vodBox_All .lacal li:first-child:before {
    content: none;
}

.vodViewBox .vodBox_All .lacal li:last-child span {
    font-weight: 500;
    color: #1444b3;
    background-color: #f7f7f7;
    padding: .15rem .8rem;
    border-radius: 20px;
}

.primary .primary-Title .vodPlayer {
    position: relative;
    width: 100%;
    height: 530px;
    background-color: #000;
    text-align: center;
    border-radius: .5rem;
    overflow: hidden;
}

.primary .primary-Title .vodPlayer .thumbail {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
}

.primary .primary-Title .vodPlayer .thumbail img {
    max-width: 100%;
    justify-content: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
}

.primary .primary-con {
    display: block;
    position: relative;
    width: 100%;
}

.primary .primary-con .narrationArea {
    position: relative;
    display: block;
    padding-right: 230px;
    line-height: 70px;
    height: 70px;
}

.primary .primary-con .narrationArea .narration {
    position: relative;
    display: block;
    padding-left: 50px;
    height: 70px;
}

.primary .primary-con .narrationArea .narration:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 42px;
    left: 0;
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/ic_narTit.png');
    background-size: 42px auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.primary .primary-con .clipArea {
    position: absolute;
    width: auto;
    right: 0;
    top: 10px;
}

.primary .vodSummary {
    display: block;
    overflow: hidden;
}

.primary .vodSummary strong.vodTit {
    position: relative;
    display: block;
    color: #111;
    font-size: 3rem;
    font-weight: 700;
}

.primary .vodSummary .vodLookSummaryTxt {
    color: #888;
    padding: 1rem 0 2rem;
    font-weight: 300;
}

.primary .vodSummary .vodSummaryTit {
    position: relative;
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-weight: 700;
}

.primary .vodSummary .vodSummaryTxt {
    max-height: 320px;
    overflow-y: auto;
    color: #666;
    padding-right: .25rem;
    line-height: 1.5;
    word-break: keep-all;
}

.primary .vodInfo {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
}

.primary .vodInfo > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    /* width: 86%; */
}

.primary .vodInfo > ul > li {
    clear: both;
    overflow: hidden;
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    margin-right: 15px;
}

.primary .vodInfo > ul > li label {
    text-indent: -99999px;
}

.primary .vodInfo > ul > li span {
    display: block;
    color: #888;
    font-weight: 300;
}

.primary .vodInfo > ul > li.hits span {
    position: relative;
    padding-left: 15px;
}

.primary .vodInfo > ul > li.hits span:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 4px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.primary .vodInfo > ul > li.hits span:after {
    display: inline-block;
    content: '건';
    color: #888;
    padding-left: 5px;
}

.primary .vodBtnArea {
    display: block;
    overflow: hidden;
    /* margin:.5rem 0; */
    /* width: 14%; */
}

.sectionMov .vodBtnArea .vBtn {
    display: inline-block;
    font-size: 1.5rem;
    min-width: 100px;
    height: 40px;
    line-height: 38px;
    margin: 4px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    vertical-align: text-bottom;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.5s;
}

.sectionMov .vodBtnArea .vBtn em {
    vertical-align: baseline;
}

.sectionMov .vodBtnArea .vBtn i.bIcon {
    display: flex;
    justify-content: center;
    vertical-align: inherit;
    vertical-align: text-top;
}

.sectionMov .vodBtnArea .vBtn.vLike i.bIcon {
    display: inherit;
    width: 30px;
    height: 22px;
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_like.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0;
}

.sectionMov .vodBtnArea .vBtn.vShare i.bIcon {
    display: inherit;
    width: 30px;
    height: 22px;
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_share.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0;
}

.sectionMov .vodBtnArea .vBtn.scenario {
    display: initial;
    border: 1px solid #2e8de5;
    background-color: #f3f9ff;
    height: 30px;
    line-height: 28px;
    font-size: 1.5rem;
    font-weight: 500;
}

.sectionMov .vodBtnArea .vBtn.scenario i.bIcon {
    display: inherit;
    width: 20px;
    height: 12px;
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_scenario.png');
    background-size: 13px auto;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0;
    vertical-align: baseline;
}

.sectionMov .vodBtnArea .vBtn.vLike.on {
    background-color: #f7faff;
}

.sectionMov .vodBtnArea .vBtn.vLike.on i.bIcon {
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_like_on.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0;
}

.sectionMov .vodBtnArea .vBtn.vShare.on i.bIcon {
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_share_on.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0;
}

.sectionMov .vodBtnArea .vBtn.vLike i.bIconOn {
    display: inherit;
    justify-content: center;
    vertical-align: text-top;
    width: 30px;
    height: 22px;
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_like_on.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0;
}

.sectionMov .vodBtnArea .vBtn.vLike i.bIconOff {
    display: inherit;
    justify-content: center;
    vertical-align: text-top;
    width: 30px;
    height: 22px;
    background-image: url('https://nongsaro.go.kr/ps/img/2020Img/vodDtl/btnic_like.png');
    background-size: 22px auto;
    background-repeat: no-repeat;
    background-position: 0;
}

.sectionMov .bigBut {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    /* padding-top: 50px; */
    /* padding: .25%; */
    margin-top: 10px;
}

.sectionMov .bigBut .vBtn {
    position: relative;
    width: 80px;
    font-size: .80rem;
    color: #242424;
    font-weight: 300;
    border: 1px solid #e0e0e0;
    height: 25px;
    line-height: 21px;
    background-color: #fff;
    /* border-radius: 10%; */
    margin: 0;
    transition: 0.5s;
    min-width: auto;
    padding-bottom: 2px;
    padding-right: 20px;
}

.sectionMov .bigBut .vBtn:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_arr_20_right.svg') no-repeat center center;
    right: 8px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    background-size: contain;
}

.sectionMov .vBtnArea {
    margin: 45px 0 30px;
    overflow: hidden;
    text-align: center;
}

.sectionMov .vBtnArea .vBtn {
    font-size: 1.5rem;
    color: #242424;
    padding: 0;
    font-weight: 500;
    border: 2px solid #0e76bc;
    height: 52px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0;
    transition: 0.5s;
}

.sectionMov .vBtnArea .vBtn.list {
    display: inline-block;
    min-width: 140px;
    background-color: #3c3e45;
    border: 1px solid #3c3e45;
    font-weight: 400;
    color: #fff;
}

/*농영상 1분 : 재생화면*/
.vod-Shorts-group {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, .1)
}

.vod-Shorts-group .vodShorts_item {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    width: 100% !important;
}

.vod-Shorts-group .vodShorts_item a {
    width: 360px;
    display: block;
    margin: 0 auto;
}

.vod-Shorts-group .vodShorts_item .thumB {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 640px;
    border-radius: .5rem;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.vod-Shorts-group .vodShorts_item .thumB img {
    width: 100%;
    height: auto;
    transition: all .3s ease;
    -moz-transition: .5s transform ease;
    -o-transition: .5s transform ease;
    transition: .5s transform ease;
}

.vod-Shorts-group .vodShorts_item img {
    width: 100%;
    max-height: 710px;
}

.vod-Shorts-group .vodShorts_item a:hover .thumB {
    background-color: #222;
    border-radius: 0;
}

.vod-Shorts-group .vodShorts_item a:hover .thumB img {
    -moz-transform: scale(1.08) rotate(0.1deg);
    -ms-transform: scale(1.08) rotate(0.1deg);
    -o-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
    opacity: 0.8;
}

.vod-Shorts-group .vodShorts_item dl {
    padding: 1.6rem 0;
}

.vod-Shorts-group .vodShorts_item dl dt {
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vod-Shorts-group .vodShorts_item dl dd.hits {
    margin-top: 10px;
    font-weight: 300;
    font-size: 1.5rem;
}

.vod-Shorts-group .vodShorts_item dl dd.hits span {
    position: relative;
    padding-left: 15px;
    color: #949494;
}

.vod-Shorts-group .vodShorts_item dl dd.hits span:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 2px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.vod-Shorts-group .vodShorts_item dl dd.hits span:after {
    display: inline-block;
    content: '건';
    color: #949494;
    padding-left: 5px;
}

.vod-Shorts-group .vodShorts_item .time {
    position: absolute;
    right: 5px;
    bottom: 125px;
    background: rgba(0, 0, 0, .5);
    border-radius: .3rem;
    color: #FFF;
    font-size: 1.3rem;
    font-family: vedana;
    font-weight: 600;
    padding: 0 .3rem .1rem .3rem;
}

.vod-Shorts-group .bx-wrapper .bx-controls-direction a:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_arr1_20_right.svg') no-repeat center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

/*이달의 농영상, 농영상 1분 영상컨트롤*/
.vod-Shorts-group .bx-wrapper {
    position: initial;
    height: 760px;
}

.vod-Shorts-group .bx-wrapper .bx-controls-direction a {
    background: #f2f2f2;
    border-radius: 5rem;
    width: 60px !important;
    height: 60px !important;
}

.vod-Shorts-group .bx-wrapper .bx-controls-direction a.bx-prev {
    transform: rotate(270deg);
    top: 35% !important;
    right: 10px;
    left: initial;
}

.vod-Shorts-group .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
    transform: rotate(90deg);
    bottom: 50% !important;
    top: initial;
}

/* listAWrap-vod-관련동영상 */
/* h4.vodTitle */
h4.vodTitle {
    display: block;
    position: relative;
    margin-bottom: 1.6rem;
    color: #555;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
}

h4.vodTitle:before {
    content: none;
}

h4.vodTitle:after {
    content: none;
}

.secondaryCon {
    position: relative;
}

.secondaryCon .secondaryTabGroup {
    margin-bottom: 1.6rem;
}

.secondaryCon .secondaryTabGroup ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.secondaryCon .secondaryTabGroup ul .sTGlist {
    background: #efefef;
    border-radius: 20px;
    margin: 0 0 0 0.2rem;
}

.secondaryCon .secondaryTabGroup ul .sTGlist[aria-selected="true"] {
    background: #000;
}

.secondaryCon .secondaryTabGroup ul .sTGlist .btn-tab {
    padding: 0 1.6rem .2rem 1.6rem;
    font-size: 1.5rem;
}

.secondaryCon .secondaryTabGroup ul .sTGlist[aria-selected="true"] .btn-tab {
    color: #FFF;
}

.secondaryCon .rset-btn-area {
    position: absolute;
    right: 0;
    top: 0;
}

.secondaryCon .rset-btn-area .btn-rset {
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_refresh_16.svg') no-repeat center center;
    text-indent: -9999999px;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.secondaryCon ul {
    overflow: hidden;
}

.secondaryCon .tab-conts.is-hidden {
    display: none;
}

.secondaryCon .secondary-vodList li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.secondaryCon .secondary-vodList li a {
    display: flex;
    vertical-align: top;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.secondaryCon .secondary-vodList li a .thumB {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 60%;
    border-radius: .5rem;
    max-height: 135px;
}

.secondaryCon .secondary-vodList li a .thumB img {
    width: 100%;
    -moz-transition: .5s transform ease;
    -o-transition: .5s transform ease;
    transition: .5s transform ease;
}

.secondaryCon .secondary-vodList li a .thumB:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/common/icon_vod.png') ;
    background-size: 42px auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.secondaryCon .secondary-vodList li a:hover .thumB {
    background-color: #222;
}

.secondaryCon .secondary-vodList li a:hover .thumB img {
    -moz-transform: scale(1.08) rotate(0.1deg);
    -ms-transform: scale(1.08) rotate(0.1deg);
    -o-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
    opacity: 0.8;
}

.secondaryCon .secondary-vodList li .newData {
    position: relative;
    display: flex;
    width: 40%;
    text-align: left;
    padding: 0 .5rem;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.secondaryCon .secondary-vodList li .newData .tTxt {
    width: 100%;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.secondaryCon .secondary-vodList li .newData .t-hits {
    position: relative;
    padding-left: 12px;
    color: #888;
    font-weight: 300;
    font-size: 1.5rem;
}

.secondaryCon .secondary-vodList li .newData .t-hits:before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 17px;
    /* height: 22px; */
    background: url('https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg') no-repeat center center;
    left: 0;
    top: 4px;
    bottom: 0;
    /* transform: translateY(-50%); */
    background-size: contain;
}

.secondaryCon .secondary-vodList li .newData .t-hits:after {
    display: inline-block;
    content: '건';
    color: #888;
    padding-left: 2px;
}

/*팝업으로 제공되는 영상에 사용됨*/
.popVodBox {
    padding: 2rem;
}

.popVodBox .vodViewBox .vodBox_All {
    flex-direction: column;
}

/*팝업으로 제공되는 영상에 사용됨*/
.popVodBox .vodViewBox .vodBox_All .secondary {
    width: calc(100%)
}

/*팝업으로 제공되는 영상에 사용됨*/
.popVodBox .secondaryCon ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.popVodBox .secondaryCon .secondary-vodList li {
    width: calc(33% - 1%);
    margin: 0 .5%
}

.popVodBox .secondaryCon .secondary-vodList li .newData {
    width: 100%;
}

.popVodBox .secondaryCon .secondary-vodList li a {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popVodBox .secondaryCon .secondary-vodList li a .thumB {
    width: 100%;
    min-height: 165px;
    max-height: initial;
}

@media(max-width: 1279px) {
    #curationMov .sectionMov {
        padding: 2rem 0;
    }

    .primary .primary-con {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 1.6rem;
        margin-bottom: 2rem;
    }

    .primary .primaryB .narrationArea {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px dashed rgba(0,0,0,0.1);
    }

    .secondary .vodSummary .vodSummaryCon {
        max-height: inherit;
    }

    .secondaryCon .secondary-vodList li {
        width: calc(100%);
        margin: 0 .5%
    }
}

@media(max-width: 1249px) {
    .vodViewBox .vodBox_All {
        flex-direction: column;
    }

    .vodViewBox .vodBox_All .secondary {
        width: 100%;
    }

    .secondaryCon {
        width: 100%;
    }

    .secondaryCon .secondary-vodList li {
        width: calc(33% - 1%);
        margin: 0 .5%
    }

    .secondaryCon .secondary-vodList li a .thumB {
        width: 100%;
        max-height: 175px;
    }

    .secondaryCon ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .popVodBox .secondaryCon .secondary-vodList li .newData {
        width: 100%;
    }

    .vod-Nong-group .vodNong_item {
        width: calc(33%);
        padding-left: 10px;
    }

    .vodBox_All .vodNong_list .vodNong_item {
        width: calc(33%);
        padding-left: 10px;
    }

    [data-pop-layer="layer"] .popBox, [data-pop-layer="layer"] .popBox .titleBar {
        border-radius: 0;
    }

    [data-pop-layer="layer"] .popBox .titleBar {
        box-sizing: border-box;
        padding-right: 80px !important;
    }

    [data-pop-layer="layer"] .popBox .popConts {
        height: calc(100% - 67px);
        max-height: inherit;
    }

    [data-pop-layer="layer"] .popBox .btn_close {
        top: 1.6rem;
        right: 1.6rem;
        box-shadow: none;
    }

    .curationMovTabGroup {
        overflow-x: scroll
    }

    #curationMov .sub-searchArea {
        width: 80%;
    }

    .vodMainBox .board_Info {
        flex-direction: column;
    }

    .vodMainBox:before {
        display: none;
    }

    .secondaryCon .secondary-vodList li a {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .secondaryCon .secondary-vodList li .newData {
        width: 100%;
    }

    .primary .primary-Title .vodPlayer {
        height: 0;
        padding-top: 56.25%;
    }

    .primary .primary-Title .vodPlayer iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .layerPop {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media(max-width: 767px) {
    .primary .primaryT .vodPlayer {
        height: 420px;
        background-color: #fff;
    }

    .primary .primaryB .narrationArea {
        padding-right: 0;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .primary .primaryB .clipArea {
        position: relative;
        width: auto;
        right: inherit;
        top: inherit;
        text-align: right;
    }

    .secondaryCon .secondary-vodList li {
        width: calc(50% - 1%);
        margin: 0 .5%
    }

    .popVodBox .secondaryCon .secondary-vodList li {
        width: calc(50% - 1%);
        margin: 0 .5%
    }

    .popVodBox .secondaryCon .secondary-vodList li .newData {
        width: 100%;
    }

    .vod-Nong-group .vodNong_item {
        width: calc(50%);
    }

    .vodBox_All .vodNong_list .vodNong_item {
        width: calc(50%);
    }

    .vodBox_All .vodNong_list {
        margin-left: -10px;
    }

    .vod-Nong-group .vodNong_list {
        margin-left: -10px;
    }

    .vodNong_list .vodNong_item {
        padding-left: 10px;
    }
}

@media(max-width: 600px) {
    [data-pop-layer="layer"] .popBox {
        top:0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 100% !important;
        min-width: inherit;
        min-height: inherit;
        transform: translate(0,0);
    }

    .layerPop {
        width: 90% !important;
        height: auto !important;
    }

    .layerPop img {
        max-width: 100%;
        width: 100%;
    }

    [data-pop-layer="layer"] .popBox h2 {
        font-size: 20px !important;
    }

    .urlaCopy span {
        display: block;
        width: 100% !important;
    }

    .urlaCopy span.form-input input {
        padding-right: 0;
    }

    .urlaCopy span.form-btn {
        margin-top: 5px;
        margin-left: 0;
    }
}

@media(max-width: 479px) {
    .primary .primaryT .vodPlayer {
        height: 245px;
    }

    .primary .primaryB .narrationArea .narration {
        padding-left: 32px;
    }

    .primary .primaryB .narrationArea .narration:before {
        width: 30px;
        height: 30px;
        background-size: 25px auto;
    }

    .primary .primaryB .narrationArea {
        line-height: 40px;
    }

    .primary .primaryB .clipArea {
        position: relative;
        width: auto;
        right: inherit;
        top: inherit;
        text-align: right;
    }

    .sectionMov .vodBtnArea .vBtn {
        font-size: 1.5rem;
        height: 36px;
        line-height: 34px;
    }

    .popVodBox .secondaryCon .secondary-vodList li {
        width: calc(100%);
        margin: 0;
    }

    .secondaryCon .secondary-vodList li {
        width: calc(100%);
        margin: 0;
    }

    .vodBox_All .vodNong_list .vodNong_item {
        width: calc(100%);
    }

    .vodNong_list .vodNong_item {
        width: calc(100%);
    }

    .vod-Nong-group .vodNong_item {
        width: calc(100%);
    }
}

/* 2025 01 20 외국인동영상 */
.primary .primary-con .languageArea {
    padding: 15px 150px 35px 0;
}

.primary .primary-con .languageArea > ul {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.primary .primary-con .languageArea > ul li button {
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    line-height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.primary .primary-con .languageArea > ul li:hover button {
    background: #1769a824;
}

.primary .primary-con .languageArea > ul li.active button {
    position: relative;
    background: #1769a8;
    color: #fff;
    border: 0
}

.primary .primary-con .languageArea > ul li.active button::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #1769a8;
    transform: rotate(45deg);
}

.primary .primary-con .languageArea > ul li button img {
    height: 18px;
    margin-right: 3px;
}

.primary .primary-con .languageArea > ul li button .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.primary .primary-con .languageArea > p {
    margin-top: 10px;
    border-radius: 8px;
    background: #e8f0f6;
    line-height: 36px;
}

.primary .primary-con .languageArea > p::before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 20px;
    background: url(https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_video_75.svg) no-repeat center center;
    background-size: contain;
    margin: 12px 0 0 15px;
    vertical-align: top;
}

@media(max-width: 767px) {
    .primary .primary-con .languageArea {
        padding: 65px 15px 35px 0
    }
}

/* 2025 02 06 농영상 상세검색 버튼 추가 */
#curationMov .vodMainBox .sub-searchArea .box .search-btns-group {
    display: flex;
    right: -105px;
}

#curationMov .vodMainBox .sub-searchArea .box .search-btns-group button {
    background: #eee;
    border-radius: 50px;
    padding: 0 15px 0 10px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #000;
}

#curationMov .vodMainBox .sub-searchArea .box .search-btns-group button i {
    background: url(https://nongsaro.go.kr/ps/img/cmmImg_2020/imgs/vodDtl/ico_sch_plus.svg) no-repeat 0 0 / 20px auto;
    width: 20px;
    height: 20px;
}

@media (max-width: 1249px) {
    #curationMov .sub-searchArea {
        width: 50%
    }
}

@media (max-width: 650px) {
    #curationMov .sub-searchArea {
        width: 100%
    }
}

@media (max-width: 1023px) {
    .vod-Minute-group .vodMinute_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.6rem;
    }

    .vod-Minute-group .vodMinute_item {
        margin-right: 0;
    }
}
