@media (max-width: 1280px) {
  /* GNB */
  .gnb > ul > li > a {
    padding: 1.625rem 0.75rem;
    font-size: 1.125rem;
  }

  /* Main Visual */
  .visual .bg1,
  .visual .bg2,
  .visual .bg3,
  .visual .bg4 {
    height: 456px;
  }
  .slick-list {
    /* height: 696px; */
  }
  .slick-track {
    /* height: 456px;
    margin-block: 120px; */
  }

  .visual .bg1 .txt2,
  .visual .bg2 .txt2,
  .visual .bg3 .txt2,
  .visual .bg4 .txt2 {
    font-size: 3.125rem;
    span {
      font-size: 2.25rem;
    }
  }
  /* Section01 */
  /* .tab_group { width: calc(100% - 510px);} */
  .trip_wrap {
    width: 440px;
  }

  /* NDFF > NDFF 소개 */

  .intro_logo {
    width: 100%;
  }

  /* 영화프로그램 > 섹션소개 */
  .section_box > figure {
    width: 220px;
  }
  .section_info {
    width: calc(100% - 250px);
  }

  /* 영화제가이드 > 관람 유의 사항 */
  .cinemarule_flex {
    flex-direction: column;
    gap: unset;
  }
}

@media (max-width: 1023px) {
  /* GNB */
  .header {
    height: 80px;
  }
  .header_contents {
    margin: 0 auto;
    width: calc(100% - 2.5rem);
    height: 100%;
  }
  .h1_logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.25rem;
    width: 14rem;
  }
  .btn_nav {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 40px;
    height: 35px;
    line-height: 1;
    text-align: center;
    background: url(../images/common/btn_nav.svg) no-repeat center;
  }

  .header_nav {
    display: none;
  }
  .header_navMobile {
    display: none;
  }

  .header_navMobile {
    overflow: auto;
    left: inherit;
    top: 0;
    right: -100%; /* bottom: 0;  */
    padding: 80px 0 0;
    width: 70%;
    height: 100vh;
    position: absolute;
    z-index: 1000;
    background: #fff;
  }
  .header_navMobile.on {
    display: block;
  }
  .header_navMobile > div {
    padding: 0;
    border-top: none;
  }
  .header_navMobile .close {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 41px;
    height: 41px;
    background: url(../images/common/btn_close.svg) no-repeat center;
  }
  .header_navMobile nav {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .header_navMobile nav > ul {
    display: block;
    border-top: 1px solid var(--main-Cl01);
  }
  .header_navMobile nav > ul > li {
    border-bottom: 1px solid var(--main-Cl01);
  }
  .header_navMobile nav > ul > li ~ li {
    border-left: none;
  }
  .header_navMobile nav > ul > li > a {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--main-Cl01);
    position: relative;
    text-align: left;
    line-height: 1.6;
    padding: 1.25rem;
    transition: color 0.3s 0.1s;
  }
  .header_navMobile nav > ul > li > a:after {
    content: url(../images/common/icon_arrowDown.svg);
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 0;
    line-height: 1;
    width: 24px;
    height: 24px;
    transition: transform 0.4s;
  }
  .header_navMobile nav > ul > li.on > a:after {
    transform: translateY(-50%) rotate(0deg);
  }
  .header_navMobile nav > ul > li > div {
    display: none;
  }
  .header_navMobile nav > ul > li ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1.15rem 0;
    border-top: 1px solid var(--main-Cl01);
    background: #f7f8f9;
  }
  .header_navMobile nav > ul > li ul li {
    width: 100%;
  }
  .header_navMobile nav > ul > li ul a {
    display: block;
    padding: 14px 0 14px 23px;
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    color: var(--main-Cl02);
  }
  .header_navMobile nav > ul > li ul a span {
    position: relative;
    padding: 0;
  }
  .header_navMobile nav > ul > li ul a span:after {
    display: none;
  }

  /* Quick menu */
  .quick_menu {
    display: none;
  }

  /* Visual */
  .visual .bg1.slick-active .txt1,
  .visual .bg2.slick-active .txt1,
  .visual .bg3.slick-active .txt1,
  .visual .bg4.slick-active .txt1 {
  }
  .visual .bg1,
  .visual .bg2,
  .visual .bg3 {
    /* height: 550px; */
  }
  .visual .bg1 .txt1,
  .visual .bg2 .txt1,
  .visual .bg3 .txt1,
  .visual .bg1 .txt2,
  .visual .bg2 .txt2,
  .visual .bg3 .txt2 {
    width: 90%;
    margin: 0 auto;
    left: 5%;
  }
  .visual .bg1 .txt1 span,
  .visual .bg2 .txt1 span,
  .visual .bg3 .txt1 span {
    display: block;
  }
  .visual .bg1 .txt2,
  .visual .bg2 .txt2,
  .visual .bg3 .txt2 {
    font-size: 36px;
    span {
      font-size: 26px;
    }
  }
  .visual .bg1 .txt3 {
    font-size: 2.4rem;
  }
  .visual button.slick-prev,
  .visual button.slick-next {
    display: none !important;
  }

  /* Quick Banner */

  .quick_banner {
    ul {
      li {
        &::before {
          width: 1px;
        }
        a {
          &::before {
            width: 1.71428571rem;
            height: 1.71428571rem;
          }
        }
      }
    }
  }

  /* 공지사항/보도자료 */
  .main_newsWrap {
    flex-direction: column;
    gap: 6.25rem;
  }
  .main_newsWrap .news {
    width: 100%;
  }
  .news_more {
    width: 1.71428571rem;
    height: 1.71428571rem;
  }

  /* Section01 */
  .section01 {
    padding-bottom: 50px;
  }
  .section01_wrap {
    flex-wrap: wrap;
  }
  .tab_group,
  .trip_wrap {
    width: 100%;
  }
  .tab_group {
    margin-right: 0;
  }
  .trip_wrap div {
    width: calc(50% - 20px);
    max-width: 100%;
    margin-top: 50px;
  }
  .tab_contentUl {
    gap: 40px;
  }
  .tab_contentUl li {
    margin-right: 0;
    margin-bottom: 0;
    width: calc(50% - 40px);
  }
  .tab_contentUl li:nth-child(2n) {
    margin-right: 0;
  }

  /* Section02 */
  .program_movieUl {
    flex-wrap: wrap;
  }
  .program_movieUl li {
    width: calc(50% - 20px);
  }

  /* 남도플러스 */

  .tab_group.program,
  .tab_group.namdoplus {
    margin-top: 0;
  }

  .tab_group.namdoplus {
    .tab_content {
      .namdoplus_wrap {
        grid-template-columns: 1fr;
      }
    }
  }

  /* Sub 공통 */
  .sub_visual {
  }
  .sub_h1Wrap {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    position: relative;
  }
  .subTitle_wrap {
    /* position: absolute;
    top: 1rem; */
    align-items: center;
  }
  .subTitle_h2 {
    /* left: 50%;
    transform: translateX(-50%); */
    font-size: 2.5rem;
  }
  .subTitle_wrap p {
    /* left: 50%;
    top: 4.5rem;
    transform: translateX(-50%); */
  }
  .breadcrumb {
    /* position: absolute;
    top: 1rem; */
  }

  .basic_box01,
  .basic_box02 {
    margin-bottom: 30px;
    padding: 20px;
    /* border-radius: 0 0 30px 0; */
  }

  .conts_title01 {
    margin-bottom: 20px;
    width: 100%;
  }
  .conts_title01 > br {
    display: none;
  }

  .conts_flexBox {
    flex-wrap: wrap;
  }
  .conts_desc {
    width: 100%;
  }

  .btn_type1,
  .btn_movie {
    min-width: 100px;
    height: 46px;
    border-radius: 46px;
  }

  .ova {
    width: 100%;
    overflow: auto;
  }
  .film_ova {
    display: inline-flex;
  }
  .film_comment {
    justify-content: flex-start;
  }

  /* .pc { display: none;} */

  /* sub LNB */
  .lnb_wrap,
  .sub_contents {
    margin-bottom: 4.375rem;
  }
  .lnb > li a {
    padding: 0.71428571rem;
    font-size: 1rem;
  }
  .lnb > li a::after {
    width: 4px;
    height: 4px;
    bottom: 3px;
  }

  /* sub Tab */
  .sub_contents .tab {
    width: 100%;
  }
  .sub_contents .tab ul.subConts {
    flex-wrap: wrap;
  }
  .sub_contents .tab ul.subConts a {
    flex: 1;
  }
  .sub_contents .tab ul.subConts li {
  }
  .sub_contents .tab ul.subConts li button {
    font-size: 1rem;
  }

  /* NDFF > NDFF 소개 */
  .intro_box {
    padding: 30px;
  }
  .intro_logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .intro_logo img {
    padding-bottom: 30px;
  }
  .intro_desc {
    /* text-align: center; */
  }

  /* 남도영화제 > 역대영화제 */
  .archive_flexBox {
    flex-direction: column;
  }

  /* 영화프로그램 > 개막작 */
  .film_visul,
  .film_visualImg img {
    /* border-radius: 0 0 50px 0; */
  }

  .film_creditInfo {
    border-radius: 0 0 30px 0;
  }

  .section_ul li {
    flex-wrap: wrap;
  }
  .section_ul li a,
  .section_ul li a > div {
    width: 100% !important;
  }

  /* 영화프로그램 > 상영스케줄 */
  .schedule_date {
    width: 100%;
  }
  .schedule_date li a {
    padding: 10px;
  }

  /* 행사프로그램 > 남도영화마을 */
  .village_wrap {
    grid-template-columns: 1fr;
  }

  /* 영화제가이드> 셔틀버스 안내 */
  .bus_platformimg {
    flex-direction: column;
  }
  .bus_platformimg li:first-child {
    width: 100%;
    img {
      width: 100%;
    }
  }
  .bus_platformimg li:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5rem;
  }

  /* 티켓 관람 및 유의사항 */
  .view_theater {
    float: left;
    margin-right: 10px;
  }
  .view_ul > li {
    border-radius: 0 0 30px 0;
    padding: 30px;
  }

  /* 페스티벌 프로그램 > 페스티벌 스케줄 */
  .table_Type02.schedule {
    width: 1000px;
  }

  /* 시네마200 > N개의 남도영화제 */
  .table_Type02.localpg02 {
    width: 1000px;
  }

  /* 시네마200 > 남도영화제 컨퍼런스 */
  .popup {
    top: 50px;
    transform: translate(-50%, 0);
    width: 100%;
    max-height: fit-content;
  }
  .popup .con {
    padding: 20px 28px;
  }

  /* 영화의거리 */
  .mujin_movie {
    flex-direction: column;
    gap: 20px;
  }
  .mujin_movie > figure {
    width: 100%;
  }
  .mujin_movie img {
    width: 100%;
  }
  .mujin_movieInfo {
    padding-left: 0;
    width: 100%;
  }

  /* 씨네마트립 */
  .fest_gardenUl,
  .ndproject_Ul {
    li {
      flex-direction: column;
      gap: 20px;
      padding-bottom: 20px;
      border-bottom: 1px dotted var(--graydb);
      &:last-child {
        border-bottom: none;
      }
      figure {
        width: 100%;
        img {
          width: 100%;
        }
      }
      .ndproject_movie {
        padding-left: 0;
        width: 100%;
      }
      &:nth-of-type(even) {
        flex-direction: column;
        .ndproject_movie {
          padding-left: 0;
          padding-right: 0;
        }
        figure {
          padding-left: 0;
        }
      }
    }
  }
  .fest_gardenUl {
    li {
      .fest_gardenInfo {
        width: 100%;
        padding-left: 0;
      }
    }
  }

  .trip_img img {
    width: 100%;
  }

  /* 남도프로젝트 */
  .namdofest,
  .namdo_project {
    padding: 30px;
    background-size: 150px;
  }

  /* Board */
  .board_title,
  .board_desc {
    width: 85%;
  }
}

@media (max-width: 767px) {
  /* Quick Banner */

  .quick_banner {
  }

  /* 공지사항/보도자료 */
  .news_ul li {
    width: 100%;
  }
  .news_ul li:nth-child(2n + 1) {
    padding-right: 0;
  }

  /* Section01 */
  .section01 {
    padding-bottom: 30px;
  }
  .tab_contentUl {
    flex-direction: column;
    gap: 25px;
  }
  .tab_contentUl li {
    flex: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .tab_contentUl li p {
    height: unset;
    margin-bottom: 3px;
  }

  /* Section04 */
  .ndffnow_ul {
    flex-wrap: wrap;
  }
  .ndffnow_ul li {
    width: calc(50% - 20px);
  }

  /* Footer */
  .footer_copyright {
    flex-direction: column;
    gap: 30px;
  }
  .footer_logo,
  .copyright {
    width: 100%;
    text-align: center;
  }
  .footer_logo img {
    width: 220px;
    height: 35px;
  }

  /* 서브 공통 */
  .sub_h1Wrap {
    flex-direction: column-reverse;
  }

  /* NDFF소개 > NDFF소개 */
  .table_Type01.ndff_intro colgroup {
    display: none;
  }
  .table_Type01.ndff_intro th,
  .table_Type01.ndff_intro td {
    display: block; /* text-align: center !important; */
  }
  .table_Type01.ndff_intro th {
    background-color: var(--grayf7);
  }

  /* NDFF > 페스티벌 아이덴티티 */

  .logo_wrap {
    flex-direction: column;
    gap: 2.5rem;
  }
  .logo_box {
    width: 100%;
    .logo {
      min-height: 15rem;
      height: fit-content;
    }
  }

  .logo_other {
    gap: 20px;
    flex-wrap: wrap;
  }
  .logo_other li {
    flex: unset;
    width: calc(50% - 10px);
    padding-bottom: 50px;
  }
  .logo_other li:nth-child(3),
  .logo_other li:nth-child(4) {
    padding-bottom: 0;
  }

  /* NDFF > 포스터 */
  .poster_ul {
    gap: 20px;
  }
  .poster_ul li {
    width: calc(50% - 10px);
  }

  /* NDFF > 심사 및 심사위원*/
  .evenBox .evenBoxIn {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .evenBox .evenBoxIn:nth-child(even) {
    flex-direction: column-reverse;
  }
  .evenBox .evenBoxIn .evenBox_img,
  .evenBox .evenBoxIn .evenBox_img img,
  .evenBox .evenBoxIn .evenBox_desc {
    width: 100%;
  }

  .table_Type01.ndff_jury colgroup {
    display: none;
  }
  .table_Type01.ndff_jury th {
    display: block;
    width: 100%;
    background-color: var(--grayf7);
  }
  .table_Type01.ndff_jury td {
    display: inline-block;
    width: 30%;
    text-align: center !important;
  }
  .table_Type01.ndff_jury td:last-child {
    width: 70%;
    text-align: left !important;
  }

  /* NDFF > 스폰서 */
  .partner_h2 {
    margin-bottom: 10px;
  }
  .partner_img {
    padding: 20px;
  }

  .partner_ul {
    padding: 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 120px), 1fr));
  }
  .partner_ul li {
    width: 100%;
  }
  .partner_logo {
    width: 100%;
    gap: 20px;
  }

  /* 영화프로그램 > 개막작 */
  .film_titleWrap {
    bottom: 10px;
  }
  .film_title {
    margin-bottom: 10px;
  }
  .grade_txt,
  .grade_txt_green,
  .grade_num {
    font-weight: 500;
    /* border-radius: 0 0 7px 0; */
  }
  .film_name,
  .film_nameEng {
    margin-bottom: 0;
  }

  .table_film {
    width: 800px;
  }
  /* .table_film colgroup { display: none;  }
   .table_film th:nth-child(n+1):nth-child(-n+4) { display: block;}
   .table_film th:nth-child(n+5) { display: block;} */

  .film_directorInfo {
    flex-wrap: wrap;
  }
  .film_directorImg,
  .film_directorDl {
    width: 100%;
  }

  .schedule_ticketDl {
    flex-wrap: wrap;
  }
  .schedule_ticketDl dt {
    width: 100%;
    display: flex;
    justify-content: center;
    background: var(--grayf7);
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .schedule_ticketDl dt > br {
    display: none;
  }
  .schedule_ticketTitle {
    margin-right: 20px;
  }

  /* .schedule_ticketDl .schedule_ticketDd01 { width: calc(100% - 85px); padding-left: 10px;}
   .schedule_ticketDl dd:last-child {width: 85px; padding-right: 10px; text-align: right; } 20231008 수정 */
  .schedule_ticketDl .schedule_ticketDd01 {
    width: calc(100% - 135px);
    padding-left: 10px;
  }
  .schedule_ticketDl dd:last-child {
    width: 125px;
  }
  .schedule_ticket li {
    padding: 15px !important;
    background: none;
  }

  .schedule_date li a {
    font-size: 15px;
    padding: 7px 10px;
  }

  .schedule_infoWrap {
    background-position: right bottom;
  }
  .schedule_infoUl {
    gap: 20px;
    flex-wrap: wrap;
  }

  /* 영화프로그램 > 티켓관람 및 유의사항 */
  .table_Type01.ticket colgroup {
    display: none;
  }
  .table_Type01.ticket th,
  .table_Type01.ticket td {
    display: block;
  }
  .table_Type01.ticket th {
    background-color: var(--grayf7);
  }

  /* 영화프로그램 > 셔틀버스 안내 */
  .table_Type01.bus colgroup {
    display: none;
  }
  .table_Type01.bus th {
    width: 50%;
  }
  .table_Type01.bus td {
    display: block;
    width: 100%;
    padding: 15px 10px 13px;
  }

  /* 페스티벌 프로그램 */
  .table_Type01.table_schedule colgroup {
    display: none;
  }
  .table_Type01.table_schedule th,
  .table_Type01.table_schedule td {
    display: block;
  }
  .table_Type01.table_schedule th {
    background-color: var(--grayf7);
  }

  .fest_openingUl {
    flex-direction: column;
  }
  .fest_opening li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .fest_opening li:last-child {
    margin-bottom: 0;
  }

  /* 페스티벌 프로그램 > 특별기획 */
  .mujin_movieUl02 li {
    width: calc(50% - 10px);
  }

  /* 페스티벌 프로그램 > 영화의거리 */
  .table_Type02.fest_ndffshop colgroup,
  .table_Type02.fest_ndffshop th:nth-child(1),
  .table_Type02.fest_ndffshop td:nth-child(1) {
    display: none;
  }
  .table_Type02.fest_ndffshop th:nth-child(2),
  .table_Type02.fest_ndffshop th:nth-child(3),
  .table_Type02.fest_ndffshop th:nth-child(5),
  .table_Type02.fest_ndffshop th:nth-child(6),
  .table_Type02.fest_ndffshop td:nth-child(2),
  .table_Type02.fest_ndffshop td:nth-child(3),
  .table_Type02.fest_ndffshop td:nth-child(5),
  .table_Type02.fest_ndffshop td:nth-child(6) {
    display: block;
  }
  /* .table_Type02.fest_ndffshop th:nth-child(1), */
  .table_Type02.fest_ndffshop th:nth-child(4) {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #dbdbdb;
  }
  /* .table_Type02.fest_ndffshop td:nth-child(1), */
  .table_Type02.fest_ndffshop td:nth-child(2),
  .table_Type02.fest_ndffshop td:nth-child(5) {
    border-bottom: 1px solid #dbdbdb;
  }
  .table_Type02.fest_ndffshop td:nth-child(4) {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
  }
  .table_Type02.fest_ndffshop th:nth-child(4) {
    width: 80px;
    border-left: 1px solid #dbdbdb;
  }
  /* .table_Type02.fest_ndffshop th:nth-child(1) { width: 60px;} */
  .table_Type02.fest_ndffshop td:nth-child(3),
  .table_Type02.fest_ndffshop td:nth-child(6) {
  }
  .table_Type02.fest_ndffshop td:nth-child(5) {
    border-right: none;
  }
  .table_Type02.fest_ndffshop td {
    padding: 10px 0;
    border-right: none;
    border-bottom: none;
  }
  .table_Type02.fest_ndffshop tr ~ tr {
    border-bottom: 1px solid #dbdbdb;
  }

  /* 페스티벌 프로그램 > 굿즈 */
  .goods_list li {
    width: calc(50% - 10px);
  }

  /* N개의 남도영화제 */
  .table_Type01.namdofestTable colgroup {
    display: none;
  }
  .table_Type01.namdofestTable th,
  .table_Type01.namdofestTable td {
    display: block;
  }
  .table_Type01.namdofestTable th {
    background-color: var(--grayf7);
  }

  .table_Type01.namdoconfer colgroup {
    display: none;
  }
  .table_Type01.namdoconfer th,
  .table_Type01.namdoconfer td {
    display: block;
  }
  .table_Type01.namdoconfer th {
    background-color: var(--grayf7);
  }

  .namdofest_theaterUl li {
    width: 100%;
  }

  /* 시네마200 > 남도영화제 컨퍼런스*/
  .namdoconfer_table {
  }

  .table_mailing colgroup {
    display: none;
  }
  .table_mailing th,
  .table_mailing td {
    display: block;
  }
  .table_mailing th {
    border-bottom: 1px solid #dbdbdb;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .table_mailing tbody td {
    border-left: none;
  }
  .agree {
    height: auto;
    line-height: 1.6;
  }
}

@media (max-width: 600px) {
  /* Section02 */
  .program_movieUl {
    flex-wrap: wrap;
    gap: 20px;
  }
  .program_movieUl li {
    width: 100%;
  }

  /* NDFF > 페스티벌 아이덴티티 */
  .logo_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .logo_wrap:last-child {
    margin-bottom: 0;
  }
  .logo_box {
    background-repeat: repeat-x;
  }
}

@media (max-width: 520px) {
  /* 영화프로그램 > 섹션소개 */
  .section_ul li:nth-child(2n-1) {
    background-color: #ffffff;
  }
  .section_box {
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px dotted var(--graydb);
  }
  .section_box > figure,
  .section_info {
    width: 100%;
  }
  .section_box > figure img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* Quick Banner */

  /* .quick_banner {
    ul {
      gap: 1.42857143rem;
      flex-direction: column;
      padding: 1.14285714rem;
      height: fit-content;
      border-radius: 5rem;
      li {
        width: 100%;
        &::before {
          width: 100%;
          height: 1px;
          top: -0.71428571rem;
        }
        a {
          &::before {
          }
        }
      }
    }
  } */

  .visual .bg1 .txt2,
  .visual .bg2 .txt2,
  .visual .bg3 .txt2 {
    font-size: 30px;
    em {
      font-size: 26px;
    }
    span {
      font-size: 22px;
    }
  }

  .quick_banner {
    ul {
      padding: 2.85714286rem 1.14285714rem 1.14285714rem;
      height: fit-content;
      border-radius: 5rem;
      li {
        width: 100%;
        &::before {
          display: none;
        }
        a {
          padding-left: 0;
          &::before {
            left: 50%;
            top: -1.71428571rem;
            transform: translateX(-50%);
            margin-left: 0px;
          }
        }
      }
    }
  }

  /* Section01 */
  .section01_wrap h1.news {
    margin-top: -115px;
  }
  .tab {
  }
  .section01_wrap .tab ul {
    justify-content: flex-start;
  }
  .section01_wrap h1.news {
    margin-top: 0;
  }
  .section01_wrap h1.news::before {
    right: 47px;
  }
  .news_more {
    top: 51px;
  }

  /* NDFF > NDFF 소개 */
  .intro_logo img {
    max-width: 290px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  /* 영화프로그램 > 개막작 */
  .schedule_ticketDl .schedule_ticketDd01 {
    width: 100%;
  }
  .schedule_ticketDl dd:last-child {
    width: 100%;
    padding-top: 10px;
    text-align: left;
  }
}
