@media (max-width: 1720px) {
  .tab_content {
    height: 957px;
  }

  .content_box {
    flex-direction: column;
    padding: 120px 85px;
    width: auto;
    height: 717px;
  }
}

@media (max-width: 1024px) {
  /* main_container 시작 */
  .logo > a > img {
    width: 74px;
  }

  .header_right_box > img {
    width: 30px;
    cursor: pointer;
  }

  .main_content {
    height: 1000px;
  }

  h1 {
    width: 600px;
    margin-top: 0px;
    line-height: 200px;
  }

  .slider_container {
    display: none;
  }

  /* main_container 끝 */

  /* best_carousel_container 시작 */
  h2 {
    font-size: 64px;
  }

  .best_carousel_container {
    background-image: url(../img/1024_bg.png);
    height: 1580px;
  }

  .best_carousel_container > h2 {
    padding: 185px 0 100px 0;
  }

  .carousel-container {
    max-width: 560px;
    margin: 40px auto;
  }

  .carousel-slide {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
  }

  .slide-label-text .eng {
    font-size: 14px;
  }

  .slide-label-text .kor {
    font-size: 14px;
  }
  /* best_carousel_container 끝 */

  /* menu_container 시작 */
  .menu_container {
    height: 2962px;
  }

  .menu_bg {
    background: url(../img/menu_bg_1024.png);
    height: 3082px;
    padding-top: 492px;
  }

  .menu_bagel_box {
    margin-left: 100px;
  }

  .menu_bagel_box > img {
    /* width: 316px;
    height: 369px; */
    width: 45%;
    height: 45%;
  }

  p {
    font-size: 14px;
  }

  /* more_btn 시작 */
  .more_btn {
    margin-top: 24px;
    padding: 10px 15px;
  }

  .more_btn > a {
    padding: 10px;
    font-size: 12px;
  }
  /* more_btn 끝 */

  .menu_side_box {
    height: 478px;
    margin-top: 157px;
  }

  .side_text_img > img {
    width: 341px;
  }

  .side_img {
    right: 8%;
    top: 35%;
  }

  .side_img > img {
    width: 402px;
    height: 330px;
  }

  .menu_goods_box {
    margin: 265px 87px 0 60px;
  }

  .menu_goods_box > img {
    /* width: 391px;
    height: 313px; */
    width: 50%;
    height: 50%;
  }
  
  .menu_drinks_box {
    margin: 383px 55px 0 100px;
  }

  .menu_drinks_box > img {
    width: 478px;
    height: 610px;
  }
  /* menu_container 끝 */

  /* storage_guide_container 시작 */
  .storage_guide_bg {
    background: url(../img/Storage_img_1024.png);
    height: 1884px;
  }

  .title_text_kr {
    font-size: 36px;
  }

  .title_text_kr::before {
    background: url(../img/highlighter_1024.png)no-repeat;
    width: 194px;
    height: 32px;
  }

  .stitle_text_box {
    padding-top: 355px;
  }

  .tab {
    width: 270px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  
  .tab_content {
    height: 957px;
  }

  .content_box {
    flex-direction: column;
    padding: 120px 85px;
    width: 640px;
    height: 717px;
  }

  .content_box > div > p {
    padding-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
  }

  .content_box > p {
    padding-bottom: 12px;
    line-height: 24px;
    font-size: 16px;
  }
  /* storage_guide_container 끝 */

  /* store_container 시작 */
  .store_container {
    background: url(../img/store_img_1024.png);
    height: 1307px;
    flex-direction: column;
    justify-content: center;
  }

  .store_title_text_kr {
    font-size: 36px;
  }

  .search {
    margin-left: 0;
  }

  .search > figure {
    display: none;
  }

  .store_text {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }

  .search_box {
    width: 794px;
    border: 2px solid #32281F;
    margin: 12px 0 280px;
  }

  .search_box>input {
    width: 794px;
  }
  /* store_container 끝 */

  .info_texts {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu_drinks_box > img {
    width: 50%;
    height: 50%;
  }
}


@media (max-width: 768px) {
  /* font */
  h2 {
    font-size: 54px;
  }

  p {
    font-size: 12px;
  }

  .slide-label-text .eng {
    font-size: 12px;
  }
  
  .slide-label-text .kor {
    font-size: 12px;
  }

  .more_btn > a {
    font-size: 10px;
  }
  /* font */

  .main_content {
    height: 700px;
}

  .best_carousel_container > h2 {
    padding: 80px 0 20px 0;
  }

  .best_carousel_container {
    background-image: url(../img/768_bg.png);
    height: 925px;
  }

  .carousel-container {
    margin: 20px auto;
  }

  .menu_container {
    height: 2465px;
  }

  .menu_bg {
    background: url(../img/menu_bg_768.png);
    height: 2420px;
    padding-top: 350px;
    top: -222px;
  }

  .menu_bagel_box {
    margin-left: 40px;
  }

  .menu_side_box {
    margin-top: 100px;
  }

  .menu_goods_box {
    margin: 200px 85px 0 60px;
  }

  .menu_drinks_box {
    margin: 180px 40px 0 40px;
}

  /* storage_guide_container 시작 */
  .storage_guide_bg {
    background: url(../img/Storage_img_768.png);
    height: 1464px;
  }

  .title_text_kr {
    font-size: 30px;
  }

  .title_text_kr::before {
    background: url(../img/highlighter_768.png)no-repeat;
    width: 182px;
    height: 30px;
  }

  .stitle_text_box {
    padding-top: 192px;
  }

  .tab {
    width: 200px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }
  
  .tab_content {
    height: 720px;
  }

  .content_box {
    flex-direction: column;
    padding: 93px 60px;
    width: 480px; 
    height: 534px;
  }
  
  .content_box > p {
    flex-direction: column;
    padding: 93px 60px;
    width: 480px; 
    height: 534px;
  }

  .tab_img > img {
    width: 480px;
    height: 293px;
  }
  /* storage_guide_container 끝 */

  /* store_container 시작 */
  .store_container {
    background: url(../img/store_img_768.png);
    height: 1022px;
  }

  .store_title_text_kr {
    font-size: 30px;
  }

  .search_box {
    width: 580px;
    margin: 16px 0 160px;
  }

  .search_box>input {
    width: 560px;
  }

  .store_maps {
    width: 648px;
    height: 473px;
    border-radius: 100px;
  }
  /* store_container 끝 */
}


@media (max-width: 360px) {
  /* main_container 시작 */
  .logo > a > img {
    width: 48px;
  }

  .header_right_box > img {
    width: 20px;
  }

  .main_content {
    height: 600px;
  }

  h1 {
    width: 300px;
    font-size: 80px;
    line-height: 100px;
  }
  /* main_container 끝 */

  /* best_carousel_container 시작 */
  .best_carousel_container {
    background-image: url(../img/360_bg.png);
    height: 640px;
  }

  h2 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  
  .best_carousel_container > h2 {
    padding: 57px 0 25px 0;
  }

  .carousel-container {
    max-width: 250px;
    margin: 20px auto;
  }

  .carousel-slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .carousel-dots {
    margin-top: 0;
  }

  .carousel-dots button {
    width: 8px;
    height: 8px;
    margin: 3px;
    box-sizing: border-box;
    padding: 0;
  }

  .slide-label-text .eng {
    font-size: 12px;
  }

  .slide-label-text .kor {
    font-size: 12px;
  }
  
  .slide-label {
    width: 150px;
    height: 94px;
  }
  /* best_carousel_container 끝 */

  /* menu_container 시작 */
  .menu_container {
    height: 2635px;
  }
  
  .menu_bg {
    background: url(../img/menu_bg_360.png);
    height: 2626px;
    padding-top: 150px;
    top: -95px;
  }

  .menu_bagel_box {
    flex-direction: column;
    margin: 0 30px 0 30px;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .menu_bagel_box > img {
    width: 229px;
    height: 267px;
  }

  .text_box,
  .goods_text_box {
    text-align: center;
    align-items: center;
  }

  .goods_text_box  {
    width: 298px;
  }
  
  p {
    font-size: 12px;
  }

  p:lang(en) {
    font-size: 10px;
  }

  .text_box > p,
  .goods_text_box > p {
    margin-bottom: 4px;
  }

  .text_box > h2,
  .goods_text_box > h2 {
    margin-bottom: 15px;
  }

  .more_btn {
    margin-top: 10px;
    padding: 5px 10px;
  }

  .more_btn > a {
    font-size: 10px;
    padding: 5px;
  }

  .menu_side_box {
    margin-top: 222px;
    height: 271px;
  }
  
  .side_text_img {
    right: 8%;
  }

  .side_text_img > img {
    width: 193px;
  }

  .side_img {
    right: 18%;
    top: 32%;
  }

  .side_img > img {
    width: 228px;
    height: 187px;
  }

  .menu_goods_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 220px 12px 0 12px;
  }

  .menu_goods_box > img {
    width: 337px;
    height: 269px;
  }

  .menu_drinks_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 150px 44px 0 44px;
  }

  .menu_drinks_box > img {
    width: 272px;
    height: 347px;
  }
  /* menu_container 끝 */

  /* storage_guide_container 시작 */
  .storage_guide_bg {
    background: url(../img/Storage_img_360.png);
    height: 848px;
  }

  .stitle_text_box {
    padding-top: 109px;
  }

  .stitle_text_box > h2 {
    font-size: 32px;
  }

  .star_img > img {
    width: 36px;
    height: 30px;
  }

  .title_text_kr {
    font-size: 20px;
  }

  .title_text_kr::before {
    background: url(../img/highlighter_360.png);
    width: 109px;
    height: 18px;
    transform: translate(-18px, 2px);
  }

  .tabs_box {
    margin: 40px 36px 72px;
  }
  
  .tab {
    width: 96px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
  }
  
  .tab_content {
    height: 467px;
  }

  .content_box {
    padding: 45px 38px;
    width: 212px;
    height: 376px;
    gap: 28px;
  }

  .content_box > div > p {
    font-size: 12px;
    line-height: 1.2;
  }

  .content_box > p {
    font-size: 12px;
    line-height: 1.2;
  }

  .tab_img > img {
    width: 212px;
    height: 130px;
  }
  /* storage_guide_container 끝 */

  /* store_container 시작 */
  .store_container {
    background: url(../img/store_img_360.png);
    height: 525px;
  }

  .store_text {
    gap: 10px;
  }

  .store_title_text_kr {
    font-size: 20px;
    letter-spacing: -2px;
    margin: 0;
  }

  .search_box {
    width: 260px;
    height: 42px;
    margin: 8px 0 92px;
  }

  .search_box > input {
    width: 260px;
    font-size: 12px;
  }

  .search_btn > img {
    width: 22px;
    height: 22px;
  }

  .store_maps {
    width: 300px;
    height: 219px;
  }

  iframe {
    border-radius: 10px;
  }
  /* store_container 끝 */

  /* footer 시작 */
  footer {
    height: 132px;
  }

  footer > figure {
    padding-bottom: 25px;
  }

  footer > figure > a > img {
    width: 158px;
    height: 21px;
  }

  .info_texts > p,
  footer > p {
    font-size: 8px;
  }

  .info_texts{
    width: 337px;
    padding-bottom: 10px;
    gap: 20px;
  }
  /* footer 끝 */

}