영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (2024)

';// 데이터 타입var data_type = 'data:application/vnd.ms-excel';var ua = window.navigator.userAgent;var blob = new Blob([html], {type: "application/csv;charset=utf-8;"});if ((ua.indexOf("MSIE ") > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) && window.navigator.msSaveBlob) {// ie이고 msSaveBlob 기능을 지원하는 경우navigator.msSaveBlob(blob, fileName);} else {// ie가 아닌 경우 (바로 다운이 되지 않기 때문에 클릭 버튼을 만들어 클릭을 임의로 수행하도록 처리)var anchor = window.document.createElement('a');anchor.href = window.URL.createObjectURL(blob);anchor.download = fileName;document.body.appendChild(anchor);anchor.click();// 클릭(다운) 후 요소 제거document.body.removeChild(anchor);}$('.poster').css('width','50px');}function fn_companyDetail(id) {var init = $.ajax({url : '/company/selectCompanyDetailAjax.do',data : {'companyCd' : id},type : 'POST',dataType : 'html'});init.done(function(data) {$('.contents .contentDefault').hide();$('#viewZone').html(data);$('#viewZone').show();});init.fail(function(jqXHR, textStatus) {$('#viewZone').html('loading Fail :' + textStatus);$('#viewZone').hide();});}function fn_peopleDetail(prsnIdntfr) {$('#comMovieFrm input[name=prsnIdntfr]').val(prsnIdntfr);var init = $.ajax({url : '/people/selectPeopleDetailAjax.do',data : $('#comMovieFrm').serialize(),type : 'POST',dataType : 'html'});init.done(function(data) {$('.contents .contentDefault').hide();$('#viewZone').html(data);$('#viewZone').show();});init.fail(function(jqXHR, textStatus) {$('#viewZone').html('loading Fail :' + textStatus);$('#viewZone').hide();});}function fn_comPeopleDetail(prsnIdntfr, prevIdntfr, gubun) {$('#comMovieFrm input[name=prsnIdntfr]').val(prsnIdntfr);if (prevIdntfr != null && typeof (prevIdntfr) != 'undefined') {sessionStorage.setItem(sessionStorage.length, gubun + '_'+ prevIdntfr);} else {sessionStorage.removeItem(sessionStorage.length - 1);$(sessionStorage).each(function(idx, data) {sessionStorage.setItem(idx, data);});}var init = $.ajax({url : '/people/selectPeopleDetailAjax.do',data : $('#comMovieFrm').serialize(),type : 'POST',dataType : 'html'});init.done(function(data) {$('.contents .contentDefault').hide();$('#viewZone').html(data);$('#viewZone').show();});init.fail(function(jqXHR, textStatus) {$('#viewZone').html('loading Fail :' + textStatus);$('#viewZone').hide();});}function fn_comFestivalDetail(filmvalIdntfr, prevIdntfr, gubun) {$('#comMovieFrm input[name=filmvalIdntfr]').val(filmvalIdntfr);if (prevIdntfr != null && typeof (prevIdntfr) != 'undefined') {sessionStorage.setItem(sessionStorage.length, gubun + '_'+ prevIdntfr);} else {sessionStorage.removeItem(sessionStorage.length - 1);$(sessionStorage).each(function(idx, data) {sessionStorage.setItem(idx, data);});}var init = $.ajax({url : '/festival/selectFestivalDetailAjax.do',data : $('#comMovieFrm').serialize(),type : 'POST',dataType : 'html'});init.done(function(data) {$('.contents .contentDefault').hide();$('#viewZone').html(data);$('#viewZone').show();});init.fail(function(jqXHR, textStatus) {$('#viewZone').html('loading Fail :' + textStatus);$('#viewZone').hide();});}function fn_comCompanyDetail(cmpnyIdntfr, prevIdntfr, gubun) {$('#comMovieFrm input[name=cmpnyIdntfr]').val(cmpnyIdntfr);if (prevIdntfr != null && typeof (prevIdntfr) != 'undefined') {sessionStorage.setItem(sessionStorage.length, gubun + '_'+ prevIdntfr);} else {sessionStorage.removeItem(sessionStorage.length - 1);$(sessionStorage).each(function(idx, data) {sessionStorage.setItem(idx, data);});}var init = $.ajax({url : '/company/selectCompanyDetailAjax.do',data : $('#comMovieFrm').serialize(),type : 'POST',dataType : 'html'});init.done(function(data) {$('.contents .contentDefault').hide();$('#viewZone').html(data);$('#viewZone').show();});init.fail(function(jqXHR, textStatus) {$('#viewZone').html('loading Fail :' + textStatus);$('#viewZone').hide();});}

  • 본문 바로가기
  • 대 메뉴 바로가기
  • 탑 메뉴 바로가기
  • 검색하기 열기

온라인상영관 본문

  • 메인으로
  • 온라인상영작 정보
    • 온라인상영관 박스오피스
    • 통계현황
    • 온라인상영작 정보
    • 영화정보
    • 고객센터
  • IPTV상영관별 최신작 정보
      • 최신작 정보
      • IPTV
      • OTT

온라인 상영관 팝업 내용

';var now = new Date();//현재 날짜var thisDate = now.getFullYear()+'';thisDate += lpad(now.getMonth()+1,2,'0') + lpad(now.getDate(),2,'0');thisDate = Number(thisDate);//현재날짜 yyyyMMdd 로 표현(숫자로)var searchStartDate = '20241022';var searchYear = searchStartDate.substr(0,4);//현재 캘린더 년var searchMonth = searchStartDate.substr(4,2);//현재 캘린더 월while(day <= monthMaxNum){var searchDate = Number(searchYear+searchMonth+lpad(day,2,'0'));//캘린더에 표시될 날짜if(thisDate > searchDate){//과거일때tag += '' + divTag;}else if(thisDate == searchDate){//현재일때tag += '' + divTag;}else{//미래일때tag += '' + divTag;}tag += day + divTag2;if(dataSet[day-1] != 0){if(thisDate < searchDate){tag += '' + dataSet[day-1] + ''}else{tag += '' + dataSet[day-1] + ''}}tag += divTag3 + '';y ++;day ++;if(y>6){//토요일까지 왔을때 -> 한줄이 다 채워졌을때 다음줄로 이동tag += '';if(x < weekSize -1 ){//마지막주차가 아닐경우 다음줄 생성tag += ''}x++;y=0;}}$('.calendar_table_inner >tbody').append(tag);var date_str;$('.monthBtn').on('click',function(e){var year = $('.select_year option:selected').val();var mon = $(this).text();date_str = year + mon;goList("yearMon",date_str);});$(".monthBtn").each(function(){var searchStartDate = '20241022'.substring(4,6);$(this).removeClass('on');if(searchStartDate == $(this).text()){$(this).addClass("on");}});$(".select_year").on("change", function() { var mont = $(".select_month .on").text(); date_str = $(this).val() + mont; goList("yearMon",date_str); });$('.online_comp_list li,.online_comp_list').on('click',function(event){ event.stopImmediatePropagation();});$(".movieList").on('click',function(){var movieIdntfr = $(this).find('.movieIdntfr').text(); fn_comMovieDetail(movieIdntfr);});/*2021.11.25 성인영화 노출 제한*/$('.saint').css('display','none');$('#saint').click(function(){if($(this).prop('checked')){$('.saint').css('display','block');}else{$('.saint').css('display','none');}});/*2021.11.25 성인영화 노출 제한 끝*/ $('.sp_img').each(function(){ const sp = $(this).val().split(','); for(let i=0; i < sp.length; i++){ let img = '
  • 영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (1)
  • '; $(this).parent().append(img); } });});function goSearch(val){var year = $('.select_year').val();var month = $('.select_month .clfix .on').text();var date = year + month + lpad(val,2,'0');dayAjax('day',date);}function dayAjax(typeCal,dateStr){var searchStartDate;if(typeCal == 'day'){searchStartDate = dateStr;}$('#searchStartDate').val(searchStartDate);$('#searchCondition').val(typeCal); $.ajax({ url:'/screening/latestScreening/selectLatestScreeningListAjax.do', data: $('#searchFrm').serialize(), type:'POST', dataType:'html',success : function(data){$(".movie_list_new").empty();$(".movie_list_new").html(data);},error : function(aaa){} });}function goList(typeCal,dateStr){var searchStartDate;if(typeCal == 'day'){searchStartDate = dateStr;}else if(typeCal == 'yearMon'){searchStartDate = dateStr;$('#searchCondition1 option:eq(0)').attr('selected','selected');}$('#searchStartDate').val(searchStartDate);$('#searchCondition').val(typeCal);// $('#searchFrm').attr("action","/screening/latestScreening/selectLatestScreeningList.do");// $('#searchFrm').submit();searchOption()}function searchOption() { $('#searchFrm').attr("action","/screening/latestScreening/selectLatestScreeningList.do");$('#searchFrm').submit(); }function calendarFixed(conInH){ scrollTop = $(window).scrollTop(); if(scrollTop>calendarTop-20){ $('.calendar_list_wrap').addClass('fixed'); $('.calendar_list_wrap.fixed .movie_list_new').css({ 'min-height':conInH }); }else{ $('.calendar_list_wrap').removeClass('fixed'); } if (window.matchMedia('(max-width: 700px)').matches) { $('.calendar_list_wrap').removeClass('fixed'); }}$(window).scroll(function() { calendarFixed();});$(window).resize(function(){ calendarFixed();});/* 20200824 정민 수정(E) */

    IPTV 상영관별 최신작

    • [상영관별 최신작 정보]는 IPTV(3개사)와 디지털케이블TV에서 제공하는 작품 데이터를 바탕으로 최신 상영된 작품 정보를 제공합니다.(일간데이터 기준)
    • 온라인 상영일은 IPTV(3개사)와 디지털케이블TV의 상영일 정보를 기준으로 합니다. 다만, 상영일 정보가 없는 경우 정보 제공에 제한이 있을 수 있습니다.
    영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (2)
    영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (3)
    영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (4)
    영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (5)
    • 01
    • 02
    • 03
    • 04
    • 05
    • 06
    • 07
    • 08
    • 09
    • 10
    • 11
    • 12
    최신 상영작 현황 달력 – SUN, MON, TUE, WED, THU, FRI, SAT 로 구성
    SUN MON TUE WED THU FRI SAT
    • 아내의 불륜수첩 2024.10.22개봉작 아내의 불륜수첩 Kataomoi , 2023 멜로/로맨스 일본 청소년관람불가 감독 : 이마오카 신지
    • 황제 유하: 장군의 난 2024.10.16개봉작 황제 유하: 장군의 난 Legend of King , 2017 액션 중국 15세이상관람가
    • 악이 도사리고 있을 때 2024.10.09개봉작 악이 도사리고 있을 때 When Evil Lurks , 2023 공포(호러) 아르헨티나 청소년관람불가 감독 : 데미안 루냐
    • 레드 룸스 2024.10.09개봉작 레드 룸스 Red Rooms , 2023 스릴러 캐나다 15세이상관람가 감독 : 파스칼 플란테
    • BIFAN2016 판타스틱 단편 걸작선 6 2024.10.04개봉작 BIFAN2016 판타스틱 단편 걸작선 6 BIFAN2016 Fantastic Short Films 6 , 2016 기타 기타 감독 : 김동식,사바스 스타브로우,세예드 모흐센 푸르모흐세니 샤킵,양준태,에드문드 여,코마키 텡
    • 더 이스케이프 2024.10.02개봉작 더 이스케이프 Firecracker , 2024 액션 영국 청소년관람불가 감독 : 앤드류 리 팟스
    • 매혹과 복수 2024.10.02개봉작 매혹과 복수 DOYOUTHINKIMSEXY , 2022 범죄 필리핀 청소년관람불가
    • 위국일기 2024.10.02개봉작 위국일기 Worlds Apart , 2024 드라마 일본 12세이상관람가 감독 : 세타 나츠키
    • 바넬과 아다마 2024.10.02개봉작 바넬과 아다마 Banel & Adama , 2023 드라마 프랑스 12세이상관람가
    • 톤비 2024.10.01개봉작 톤비 TOMBI: Father and Son , 2022 드라마 일본 12세이상관람가 감독 : 제제 다카히사
    • 극장판 엉덩이 탐정: 안녕, 나의 영원한 친구 2024.10.01개봉작 극장판 엉덩이 탐정: 안녕, 나의 영원한 친구 Butt Detctive the Movie Farewell, My Lovely Partner, Butt Detective , 2024 애니메이션 일본 전체관람가
    영화진흥위원회 온라인상영관 통합전산망 | IPTV 상영관별 최신작 (2024)

    References

    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Kerri Lueilwitz

    Last Updated:

    Views: 6303

    Rating: 4.7 / 5 (67 voted)

    Reviews: 90% of readers found this page helpful

    Author information

    Name: Kerri Lueilwitz

    Birthday: 1992-10-31

    Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

    Phone: +6111989609516

    Job: Chief Farming Manager

    Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

    Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.