.mo-btn {display: none;}
body {overflow-x: hidden;}
@media screen and (max-width: 1500px){
  /* main */
  .visual {padding: 0 20px; margin-top: 120px; box-sizing: border-box; border-radius: 32.8px;}
  .visual .swiper-slide {width: 100%; margin: 0;}

  .tab-slide {width: 744px; margin: 0 auto;}
  .tab-slide ul {gap: 20px; padding: 0;}
  .tab-slide .container {margin-top: 50px;}
  .tab-slide ul li {height: auto;}

  .tab-btn ul {gap: 40px;}

  .recomm_food-slider {width: 870px; margin: 0 auto;}
}

@media screen and (max-width: 1300px) {
  /* header */
  header nav ul {gap: 55px;}
  /* main */
  .container {padding: 0 16px; box-sizing: border-box;}
  .visual {padding: 0 16px;}

  .best_menu-slide {max-width: 800px;}
  .swiper-button-prev2 {left: 16px;}
  .swiper-button-next2 {right: 16px;}

  .sec4 .container {gap: 50px;}

  .event-list ul {margin: 0 -10px;}
  .event-list ul li {padding: 0 10px;}
  .event-list ul {gap: 20px 0;}

  .recomm_food-slider {width: 800px; margin: 0 auto;}

  .menu-list ul {margin: 0 -20px;}
  .menu-list ul li {padding: 0 20px;}
  .menu-list ul li .child-box .img-box {width: 200px; height: 155px;}
}

@media screen and (max-width: 900px) {
  /* dim */
  .dim {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 5;}
  /* header */
  header {height: 48px;}
  header .logo {width: 179px;}
  header nav {position: fixed; top: 0; left: -360px; width: 360px; height: 100vh; background: var(--wt); transition: all .5s; z-index: 10;}
  header.open:after {position: absolute; top: 0; left: 0; content: ''; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2;}
  header.open nav {left: 0; transition: all .5s;}
  /* mo */
  header nav .top {position: relative; display: flex !important; align-items: center; justify-content: space-between; width: 100%; height: 48px; padding: 0 16px; border-bottom: 2px solid var(--pr); box-sizing: border-box;}
  header nav .top .close {width: 24px; height: auto;}
  header nav .top .close img {width: 100%; height: auto;}
  header nav .top:before {position: absolute; bottom: 2px; left: 0; content: ''; display: block; width: 100%; height: 1px; background: var(--pr);}
  header nav .d-flex {height: 100%;}
  header nav ul {flex-flow: column; gap: 0; height: 100%; border-right: 1px solid var(--pr);}
  header nav ul li a {display: block; width: 136px; padding: 15px 40px 16px 15px; box-sizing: border-box; transition: all .3s;}
  header nav ul li.active a {position: relative; background: var(--pr); color: var(--wt); transition: all .3s;}
  header nav ul li.active a:before {position: absolute; top: 50%; right: -7px; transform: translateY(-50%); content: ''; display: block; width: 12px; height: 12px; border-radius: 100%; border: 1px solid var(--pr); background: var(--wt);}
  header nav .sub-menu {display: none !important; flex-flow: column; gap: 33px; padding: 15px 32px; box-sizing: border-box;}
  header nav .sub-menu.active {display: flex !important;}
  header nav .sub-menu a {font-size: 15px; font-weight: 500; line-height: 1.3; letter-spacing: 0.42px; color: var(--pr);}
  /* //mo */
  header .container {justify-content: center;}

  .mo-btn {position: absolute; top: 50%; left: 16px; transform: translateY(-50%); display: block; width: 24px; height: auto;}
  .mo-btn img {width: 100%; height: auto;}

  /* main */
  .visual {margin: 0 auto; margin-top: 72px;}
  .visual .swiper-pagination {margin-top: 8px;}
  .visual .swiper-pagination-clickable .swiper-pagination-bullet {width: 8px; height: 8px;}
  .visual .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {width: 14px; height: 8px;}

  .new-menu ul {gap: 40px;}
  .new-menu ul li {width: 138px;}

  .best_menu-slide {max-width: 284px;}

  .best_menu-slide .txt-box {padding-left: 0; margin-top: 24px; text-align: center;}
  .best_menu-slide .txt-box .category:before {left: 50%; transform: translate(-50%, -50%); bottom: 4.5px;}
  .best_menu-slide .txt-box .category:after {left: 50%; transform: translate(-50%, -50%);}

  .best_menu-slide .txt-box .category {font-size: 15px;}
  .best_menu-slide .txt-box .tit {font-size: 18px;}
  .best_menu-slide .txt-box .sub {margin-top: 5px;}

  .search-form {max-width: 100%;}
  .search-form form {flex-flow: column;}
  .search-form .input-box {max-width: 100%;}
  .search-form .d-flex {flex-flow: column; gap: 12px;}
  .search-form .search-input {margin-bottom: 12px;}
  .search-form .search-input input {font-size: 14px;}
  .search-form .select-box select {font-size: 14px;}
  .search-form .search-btn {width: 100%; height: 48px; border-radius: 8px; font-size: 14px;}
  .sec3 .link-btn {width: 144px; height: 40px; padding-left: 12px; margin-top: 12px; border-radius: 53px; font-size: 14px;}

  .sec4 .container {flex-flow: column;}
  .sec4 .event-area .event-item ul li {padding-right: 0;}
  .sec4 .event-area .event-item ul li .child-box .txt-box .tit {font-size: 18px;}
  .sec4 .event-area .event-item ul li .child-box .txt-box .date {font-size: 15px;}
  .sec4 .event-area .event-item ul li .child-box .txt-box {margin-top: 16px;}
  .sec4 .event-area .event-item ul li {padding-bottom: 19px;}
  .sec4 .event-area .event-item ul {gap: 16px;}
  .sec4 .container {gap: 32px;}
  .sec4 .new-notice .list-ul ul li .child-box .tit {width: 100%; font-size: 15px;}
  .sec4 .new-notice .list-ul ul li .child-box .date {font-size: 15px;}
  .sec4 .new-notice .list-ul ul li .child-box {padding: 16px 0;}
  

  /* section */
  section {padding: 32px 0;}

  /* tit */
  .tit-box {margin-bottom: 24px;}
  .tit-box .tit {font-size: 28px;}

  .tit-box2 {justify-content: center;}
  .tit-box2 a {margin: 20px auto; border-radius: 53px; padding-left: 12px;}
  
  /* pc mo */
  .pc {display: none !important;}
  .mo {display: block !important;}

  /* footer */
  footer {padding: 24px 0 30px;}
  footer .sns-link.mo {display: flex !important; justify-content: center; margin-top: 24px; gap: 24px;}
  footer .sns-link a {width: 40px;}
  footer .left-box .logo-box {justify-content: space-between; width: 100%;}
  footer .left-box {width: 100%;}
  footer .left-box .address {margin-top: 26px;}
  footer .left-box .address .f-link ul {flex-wrap: wrap; gap: 4px 0;}
  footer .left-box .address .f-link ul li {width: calc(100% / 2); box-sizing: border-box; justify-content: center; text-align: center;}
  footer .left-box .address .f-link ul li:not(:last-of-type):after {display: none;}
  footer .left-box .address .f-link ul li a {font-size: 15px;}
  footer .left-box .address .f-link {margin-bottom: 15px;}
  footer .left-box .logo-box .f-logo {width: 177px;}
  footer .left-box .logo-box .tell {font-size: 15px;}
  footer .left-box .logo-box .tell a {font-size: 14px;}
  footer .left-box .logo-box {gap: 10px;}
  footer .left-box .address .address-content .top dl:not(:last-of-type):after {display: none;}
  footer .left-box .address .address-content .top {flex-flow: column;}
  footer .left-box .address .address-content .bottom dl {flex-flow: column; gap: 5px;}
  footer .left-box .address .address-content dl {justify-content: center; margin-bottom: 10px;}
  footer .left-box .address .address-content dl dd {word-break: keep-all; text-align: center;}
  footer .left-box .address .address-content dl dt {font-size: 16px; white-space: nowrap;}
  footer .left-box .address .address-content dl dd {font-size: 14px;}
  footer .copyright {padding-top: 7px; margin-top: 15px;}

  /* affiliate_inquiry */
  .tab-btn {margin-top: 50px; background: #f4f8f9;}
  .tab-btn ul {justify-content: flex-start; overflow: hidden; overflow-x: scroll; padding: 0 16px; box-sizing: border-box;}
  .tab-btn ul li {flex: 0 0 auto;}
  .tab-btn ul li a {height: 40px; font-size: 15px; padding: 0;}
  .tab-btn ul {gap: 24px;}
  .address-btn a {font-size: 15px;}
  .address-btn a img {width: 24px;}

  .tab-slide .tab-arrow {display: none;}
  .tab-slide {width: 100%;}
  .tab-slide ul {gap: 10px;}
  .tab-slide ul li {width: 110px;}
  .tab-slide .container {padding-bottom: 10px;}
  .menu-list ul {gap: 16px 0; margin: 0 -4px;}
  .menu-list ul li {width: calc(100% / 2); padding: 0 4px;}

  .sauce-slide .container {gap: 20px; padding: 0;}
  .sauce-slide:before {display: none;}
  .sauce-slide .slide-txt {min-width: 300px; height: 350px; padding: 24px;}
  .sauce-slide .slide-txt .label {margin-bottom: 10px; font-size: 18px;}
  .sauce-slide .slide-txt .tit {margin-bottom: 10px; font-size: 22px;}
  .sauce-slide .slide-txt .txt {font-size: 15px;}
  .sauce-slide .d-flex {bottom: 24px; left: 24px; gap: 5px;}
  .sauce-slide .swiper-button3 {width: 30px;}
  .sauce-slide .sauce-slider {width: 269px;}

  .event-list ul li {width: calc(100% / 2);}
  .event-list ul li .child-box .txt-box .date {font-size: 15px;}
  .event-list ul li .child-box .txt-box .tit {font-size: 16px;}

  .pager-area ul li.pager-arrow a {width: 20px; height: 20px;}
  .pager-area ul li.number a {width: 20px; height: 20px;}

  .sub-kv {display: none !important;}

  .map_search .search-input .input-box .d-flex {flex-flow: column;}
  .map_search .search-input .input-box .d-flex select {width: 100%;}
  .map_search .search-input .input-box .d-flex {gap: 10px;}
  .map_search .search-input .input-box .d-flex .search-btn {min-width: auto; width: 100%;;}
  .map_item {flex-flow: column-reverse;}
  .map_item .txt-box ul li {padding: 16px;}
  .map_item .txt-box {min-width: auto; width: 100%;}
  .map_search {margin-top: 50px;}

  .spicy_food img {width: 20px; margin: 0 -6px;}
  .detail-item .tit {margin-top: 15px; font-size: 18px;}
  .detail-item .origin {margin-top: 10px; font-size: 15px;}
  .detail-item .description {margin-top: 10px; font-size: 15px;}
  .detail-item .description:last-of-type {margin-top: 4px;}
  .recomm_food-slider {width: 350px;}
  .swiper-button-prev4 {left: -60px;}
  .swiper-button-next4 {right: -60px;}
  .list-btn a {width: 170px; height: 45px; font-size: 15px;}
  .list-btn2 {margin-top: 30px; margin-bottom: 50px;;}
  .detail-item .img-box {width: 100%;}

  .table-area table th:nth-child(1) {width: 100px; text-indent: 0;}
  .table-area table td:nth-child(1) {text-indent: 0;}
  .table-area table th:nth-child(3) {width: 100px; text-indent: 0;}
  .table-area table td:nth-child(3) {text-indent: 0;}
  .table-area table th:nth-child(1) {width: 70px;}

  .view-area .content {padding: 20px 0 50px;}
  .view-area .date {padding: 0 16px;}
  .view-area .tit {height: 45px;}
  .view-area .date {height: 45px; font-size: 15px;}
  .view-area .content p {font-size: 15px;}

  .style-btn {width: 250px; height: 40px; margin: 35px auto 0;}
  .style-btn a {font-size: 15px;}

  .menu-list ul li .child-box .img-box {width: 150px; height: 100px;}
  .menu-list ul li .child-box .txt-box .tit {margin-bottom: 5px; font-size: 16px;}
  .menu-list ul li .child-box .txt-box .tit img {width: 20px;}
  .menu-list ul li .child-box .txt-box .sub {font-size: 10px;}

  .detail-popup .detail_back img {width: 15px;}

  .map_item .txt-box ul li.active:before {border-radius: 12px; box-sizing: border-box;}
  header nav ul li {padding-bottom: 0 !important;}
  header nav ul li.active:before {display: none !important;}

  .sec4 .new-notice .list-ul ul li .child-box .date {white-space: nowrap;}
}

@media screen and (max-width: 600px) {
  .tab-slide ul li {width: 80px;}

  .sauce-slide .sauce-slider {width: 100% !important;}

  .sauce-slide .slide-txt {min-width: 210px; height: 280px;}

  .event-list ul li {width: 100%;}

  .tit-box .tit {font-size: 18px;}
  .tit-box .sub3 {margin-top: 10px; font-size: 14px;}
}

@media screen and (max-width: 480px) {
  .recomm_food-slider {width: 200px;}
  .swiper-button4 {width: 30px;}
}

@media screen and (max-width: 480px) {
  .menu-list ul {margin: 0;}
  .menu-list ul li {width: 100%; padding: 0;}
}
