/* Header */

@media screen and (max-width: 1200px) {
  header {
    height: 80px;
  }

  header .container {
    padding: 0;
    max-width: 95%;
    margin: 0 auto;
    justify-content: space-between !important;
  }

  header .logo a {
    height: 45px;
  }

  header .logo a img {
    max-width: 45px;
    display: block;
  }

  header .container .main-sub .main-menu {
    display: none;
  }

  header .container .main-sub .sub-menu {
    display: none !important;
  }

  header .container .tablet-menu {
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  header .container .mobile-menu .close {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  header .container .mobile-menu .searches input {
    width: 150px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  header .container .mobile-menu .searches input {
    width: 100px;
    height: 30px;
  }

  header .container .mobile-menu .searches a {
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  header .container .mobile-menu .menues > li > .two > li > a {
    font-size: 18px;
  }
}

/* Viusal */

@media (max-width: 960px) {
  main #visual {
    height: 205vw;
    background: url("../images/visual_bg_top.jpg") no-repeat center top/cover;
  }

  main #visual .slogan {
    left: 9.5%;
    top: 18.5%;
    width: 60.5%;
    max-width: 100%;
  }

  main #visual .fizzio {
    width: 90.5%;
    top: 27.5%;
    left: 25.5%;
    max-width: 100%;
  }

  main #visual .brew {
    width: 73.5%;
    top: 46.5%;
    max-width: 100%;
  }

  main #visual .cream {
    width: 79.5%;
    top: 60.5%;
    left: 30.5%;
    max-width: 100%;
  }

  main #visual .text {
    width: 100%;
    top: unset;
    bottom: 3%;
  }

  main #visual .text a {
    width: 400px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    padding: 0;
  }

  main #visual .set > div > img:first-child {
    display: none;
  }

  main #visual .set > div > img:last-child {
    display: inline !important;
  }
}

@media (max-width: 600px) {
  main #visual .text a {
    width: 200px;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 480px) {
  main #visual .text a {
    width: 130px;
    font-size: 16px;
    height: 45px;
    line-height: 42px;
  }
}

/* Noticepro */

@media (max-width: 900px) {
  main #noticepro .promotion.on {
    height: 690px;
  }
}

@media (max-width: 700px) {
  main #noticepro .tabs {
    flex-wrap: wrap;
    height: auto;
  }

  main #noticepro .tabs > div {
    width: 100%;
    height: 110px;
  }

  main #noticepro .tabs > div:first-child {
    justify-content: space-between;
  }

  main #noticepro .tabs > div:first-child > a::before {
    font-size: 33px;
  }

  main #noticepro .tabs > div:first-child > .notice {
    position: static;
    transform: none;
  }

  main #noticepro .tabs > div:first-child .notice > i {
    display: block;
  }

  main #noticepro .tabs > div:first-child .notice > i:before {
    font-size: 40px;
  }

  main #noticepro .tabs > div:first-child > .notice > h2 {
    display: none;
  }

  main
    #noticepro
    .tabs
    > div:first-child
    > .notice
    > .swiper
    .swiper-wrapper
    a {
    font-size: 18px;
    line-height: 1;
  }

  main #noticepro .tabs > div:last-child > a {
    justify-content: center;
  }

  main #noticepro .tabs > div:last-child > a span {
    margin-right: 30px;
    font-size: 30px;
  }

  /* 프로모션 슬라이더 반응형 */
  main #noticepro .promotion .promotion_wrap ul.promotion_slider li.slide {
    width: 90vw;
    max-width: 600px;
    margin-right: 5px;
  }

  main
    #noticepro
    .promotion
    .promotion_wrap
    ul.promotion_slider
    li
    .promotion_title {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  main #noticepro .promotion .promotion_wrap ul.promotion_slider li .date {
    font-size: 16px;
  }

  main #noticepro .promotion .promotion_wrap .prev,
  main #noticepro .promotion .promotion_wrap .next {
    width: 40px;
    height: 40px;
    left: 20px;
  }

  main #noticepro .promotion .promotion_wrap .next {
    right: 20px;
    left: auto;
  }

  main #noticepro .promotion .promotion_wrap .prev i:before,
  main #noticepro .promotion .promotion_wrap .next i:before {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  /* 프로모션 슬라이더 모바일 반응형 */
  main #noticepro .promotion .promotion_wrap ul.promotion_slider li.slide {
    width: 95vw;
    max-width: 400px;
  }

  main
    #noticepro
    .promotion
    .promotion_wrap
    ul.promotion_slider
    li
    .promotion_title {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  main #noticepro .promotion .promotion_wrap ul.promotion_slider li .date {
    font-size: 14px;
  }

  main
    #noticepro
    .promotion
    .promotion_wrap
    ul.promotion_slider
    li
    .detail_btn
    button {
    width: 120px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 15px auto;
    padding: 0;
  }

  main #noticepro .promotion .promotion_wrap .prev,
  main #noticepro .promotion .promotion_wrap .next {
    width: 35px;
    height: 35px;
    left: 10px;
  }

  main #noticepro .promotion .promotion_wrap .next {
    right: 10px;
    left: auto;
  }

  main #noticepro .promotion .promotion_wrap .prev i:before,
  main #noticepro .promotion .promotion_wrap .next i:before {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  main #noticepro .tabs > div {
    height: 70px;
  }

  main #noticepro .tabs > div:first-child .notice > i:before {
    font-size: 28px;
  }

  main #noticepro .tabs > div:first-child > a:before {
    font-size: 28px;
    margin-right: 50px;
  }

  main #noticepro .tabs > div:last-child > a span {
    margin-right: 20px;
    font-size: 20px;
  }

  main #noticepro .tabs > div:last-child > a i:before {
    font-size: 20px;
  }

  /* 프로모션 슬라이더 매우 작은 화면 */
  main
    #noticepro
    .promotion
    .promotion_wrap
    ul.promotion_slider
    li
    .promotion_title {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 8px;
    padding-bottom: 6px;
  }

  main #noticepro .promotion .promotion_wrap ul.promotion_slider li .date {
    font-size: 12px;
  }

  main
    #noticepro
    .promotion
    .promotion_wrap
    ul.promotion_slider
    li
    .detail_btn
    button {
    width: 100px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
  }

  main #noticepro .promotion .promotion_wrap .prev,
  main #noticepro .promotion .promotion_wrap .next {
    width: 30px;
    height: 30px;
    left: 5px;
  }

  main #noticepro .promotion .promotion_wrap .next {
    right: 5px;
    left: auto;
  }

  main #noticepro .promotion .promotion_wrap .prev i:before,
  main #noticepro .promotion .promotion_wrap .next i:before {
    font-size: 18px;
  }
}

/* Rewards */
@media (max-width: 1080px) {
  main #rewards .subject {
    width: 35%;
  }

  main #rewards .container .subject img {
    max-width: 100%;
  }

  main #rewards .description {
    width: calc(65% - 50px);
  }

  main #rewards .description > h2 {
    width: 270px;
  }

  main #rewards .description .sign {
    flex-direction: column;
  }

  main #rewards .description .sign ul {
    justify-content: start;
    margin-top: 15px;
  }

  main #rewards .description .gift {
    flex-direction: column;
  }

  main #rewards .description .gift h3 {
    width: 350px;
  }

  main #rewards .description .gift a {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 700px) {
  main #rewards .container {
    flex-direction: column;
  }

  main #rewards .container .subject {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  main #rewards .description {
    width: 100%;
    margin-top: 40px;
  }

  main #rewards .description > h2 {
    width: 100%;
    text-align: center;
  }

  main #rewards .description .sign {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  main #rewards .description .sign h3 {
    text-align: center;
    font-size: 15px;
  }

  main #rewards .description .sign ul {
    justify-content: center;
  }

  main #rewards .description .sign ul li {
    width: 40%;
  }

  main #rewards .description .sign ul li a {
    width: 100%;
  }

  main #rewards .description .sign ul li a.joi {
    width: 100%;
  }

  main #rewards .description .gift {
    align-items: center;
  }

  main #rewards .description .gift > h3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  main #rewards .description .gift a {
    width: 80%;
  }
}

@media (max-width: 460px) {
  main #rewards .description > h2 {
    font-size: 16px;
  }

  main #rewards .description .sign h3 {
    font-size: 13px;
  }
}

/* Pick Your Favorite */

@media (max-width: 1200px) {
  main #pickfav .containers .more a {
    width: 100px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  main #pickfav .containers .more a {
    width: 80px;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  main #pickfav {
    height: 180vw;
    background-image: url("../images/m_favorite_bg.png");
    background-attachment: unset;
  }

  main #pickfav .containers .text_1 {
    top: 38.5%;
    width: 100%;
    text-align: center;
    left: 0;
  }

  main #pickfav .containers .text_1 img {
    width: 39%;
  }

  main #pickfav .containers .text_2 {
    width: 100%;
    text-align: center;
    top: unset;
    bottom: 9.5%;
  }

  main #pickfav .containers .text_2 img:first-child {
    display: none;
  }

  main #pickfav .containers .text_2 img:not(:first-child) {
    display: inline;
    width: 60%;
  }

  main #pickfav .containers .text_2 img:nth-child(2) {
    margin-bottom: 5.5%;
  }

  main #pickfav .containers .more {
    width: 100%;
    top: unset;
    bottom: 2.5%;
  }

  main #pickfav .containers .more a {
    width: 330px;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 22px;
  }

  main #pickfav .containers .dreamy_pick {
    width: 85.5%;
    top: 4.5%;
  }
}

@media (max-width: 770px) {
  main #pickfav .containers .more a {
    width: 270px;
    padding: 14px 0;
  }
}

@media (max-width: 600px) {
  main #pickfav .containers .more a {
    width: 230px;
    padding: 10px 0;
    font-size: 18px;
  }
}

@media (max-width: 490px) {
  main #pickfav .containers .more a {
    width: 190px;
    padding: 6px 0;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  main #pickfav .containers .more a {
    width: 155px;
    padding: 4px 0;
    font-size: 14px;
  }
}

@media (max-width: 310px) {
  main #pickfav .containers .more a {
    width: 105px;
    padding: 2px 0;
    font-size: 12px;
  }
}

/* Rerserve */

@media (max-width: 960px) {
  main #reserve {
    height: 130vw;
    background-image: url("../images/reserve_visual_m.jpg");
  }

  main #reserve .containers > div:not(.more) {
    display: none;
  }

  main #reserve .containers .more {
    top: unset;
    bottom: 5.5%;
    right: 0;
  }
  main #reserve .containers .more a {
    margin: 0;
    margin-left: auto;
    border: 0;
    border-bottom: 2px solid #000;
  }
}

@media (max-width: 530px) {
  main #reserve .containers .more a {
    width: 105px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  main #reserve .containers .more a {
    width: 85px;
    font-size: 12px;
  }
}

/* Find a Store */

@media (max-width: 1060px) {
  main #find .containers .more a {
    padding: 1px 0;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  main #find {
    height: 96vw;
    background-size: 100% 100%;
  }

  main #find .containers .photo2 {
    width: 24.5%;
    left: 27.5%;
    top: 15.5%;
  }

  main #find .containers .kong {
    left: 8.5%;
    top: 34.5%;
  }

  main #find .containers .building {
    right: -2.5%;
  }

  main #find .containers .text {
    width: 67.5%;
    top: 50.5%;
  }

  main #find .containers .text img:nth-child(3) {
    margin-bottom: 5.5%;
  }

  main #find .containers .text img:first-child,
  main #find .containers .text img:nth-child(2) {
    display: none;
  }

  main #find .containers .text img:nth-child(3),
  main #find .containers .text img:last-child {
    display: inline;
  }

  main #find .containers .more {
    width: 100%;
    right: 0;
    bottom: 5.5%;
  }

  main #find .containers .more a {
    width: 280px;
    padding: 15px 0;
    font-size: 25px;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  main #find .containers .more a {
    width: 220px;
    padding: 12px 0;
  }
}

@media (max-width: 570px) {
  main #find .containers .more a {
    width: 160px;
    padding: 8px 0;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  main #find .containers .more a {
    width: 105px;
    padding: 4px 0;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  main #find .containers .more a {
    width: 85px;
    padding: 1px 0;
    font-size: 12px;
  }
}

/* Footer */

@media (max-width: 1180px) {
  footer > .container > .menu > li {
    width: 251px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) {
  footer .awards .container {
    overflow: hidden;
  }

  footer .awards .container ul {
    overflow: hidden;
    position: relative;
    left: 0;
    transition: left 0.5s;
  }

  footer > .awards > .container ul li {
    flex-shrink: 0;
    flex-basis: 33.3%;
  }
  footer > .awards > .container ul li a {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  footer .other .container ul:first-of-type {
    flex-wrap: wrap;
  }
  footer .other .container ul:first-of-type li a {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

@media (max-width: 960px) {
  footer .container .menu {
    padding-bottom: 5%;
  }

  footer .container .login {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  footer .container .login li a {
    color: #fff;
    display: block;
    width: 230px;
    padding: 10px 0;
    border: 1px solid #fff;
    text-align: center;
  }
}

@media (max-width: 720px) {
  footer > .container {
    max-width: 100%;
    padding: 0;
  }

  footer .container .menu {
    display: block;
    padding: 0;
  }

  footer .container .menu > li {
    width: 100%;
    margin: 0;
  }

  footer .container .menu > li > a.menus {
    background-color: #554c46;
    display: block;
    padding: 15px 5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0;
  }

  footer .container .menu > li > a.menus:before {
    content: "\F286";
    font-family: "bootstrap-icons" !important;
  }

  footer .container .menu > li > a.menus.on:before {
    content: "\F282";
  }

  footer .container .menu > li > a.menus.on + ul {
    display: none;
  }

  footer .container .menu > li > ul > li > a {
    color: #a99e96;
    background-color: #645952;
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }

  footer .container .images {
    display: none;
  }

  footer .container .login {
    margin-top: 20px;
  }

  footer .container .login > li {
    width: 30%;
  }

  footer .container .login > li > a {
    width: 100%;
  }
}

@media (max-width: 560px) {
  footer .awards .container ul li {
    width: 50%;
  }

  footer .awards .container ul li a img {
    width: 50%;
  }
}

/* Coffee.html */

/* Filter */

@media (max-width: 570px) {
  main #filter .container .wrap .filter .top a {
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  main #filter .container .wrap .filter {
    height: 220px;
  }

  main #filter .container .wrap .filter .top {
    flex-direction: column;
  }

  main #filter .container .wrap .filter .top a {
    margin-bottom: 15px;
  }

  main #filter .container .wrap .filter .bottom > div {
    margin-bottom: 15px;
  }
}

/* Lists */

/* veranda.html */

/* description */
@media (max-width: 1070px) {
  main #title .container {
    max-width: 95%;
  }
  main #description .container {
    max-width: 95%;
  }

  main #description .container .imgpart .zoom_lens {
    display: none !important;
  }
  main #description .container .descpart .box dl {
    flex-direction: column;
    align-items: start;
    position: relative;
    padding-left: 40px;
  }

  main #description .container .descpart .box dl:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
  }

  main #description .container .descpart .box dl dt {
    padding: 0;
  }

  main #description .container .descpart .box dl dt:after {
    display: none;
  }

  main #description .container .descpart .box dl dd {
    padding: 0;
  }
}

@media (max-width: 990px) {
  main #description .container .imgpart {
    display: none;
  }

  main #description .container .descpart {
    width: 100%;
  }

  main #description .container .descpart > p {
    padding-bottom: 30px;
  }

  main #description .container .descpart .hidden_img {
    display: block;
  }

  main #description .container .descpart .other .lineup a {
    width: 100%;
  }

  main #description .container .descpart .other .new {
    flex-direction: column;
  }

  main #description .container .descpart .other .new a {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 470px) {
  main #description .container .descpart > dl dt {
    font-size: 20px;
  }

  main #description .container .descpart .box dl dt {
    font-size: 13px;
  }

  main #description .container .descpart .box dl dd {
    font-size: 12px;
  }
}

/* farm.html */

/* Link */

@media (max-width: 880px) {
  #link .container ul li a {
    font-size: 13px;
  }
}

@media (max-width: 730px) {
  #link .container ul {
    flex-direction: column;
  }

  #link .container ul li {
    width: 100%;
  }
}

/* farm */

@media (max-width: 1320px) {
  #farm .container > .desc > .desc__detail p {
    width: 300px;
  }
  #farm .container > .desc > .desc__detail p br {
    display: none;
  }
}

@media (max-width: 1024px) {
  #farm .container > .desc > .desc__detail h1 {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  #farm .container > .desc {
    flex-direction: column;
  }

  #farm .container > .desc > .imgs {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #farm .container > .desc > .imgs img {
    width: auto;
    height: auto;
    object-fit: none;
    max-width: 100%;
  }

  #farm .container > .desc > .desc__detail h1 {
    font-size: 22px;
  }

  #farm .container > .desc > .desc__detail p {
    width: 100%;
  }
}

@media (max-width: 530px) {
  #farm .container {
    max-width: 100%;
  }

  #farm .container > .desc > .desc__detail h1 {
    font-size: 18px;
  }
}

@media (max-width: 430px) {
  #farm .container > .desc > .desc__detail h1 {
    font-size: 14px;
  }
}

/* Supply */

@media (max-width: 1150px) {
  #supply .container .desc p br {
    display: none;
  }
}

@media (max-width: 960px) {
  #supply .container .mainimg .coffee_buying {
    display: none;
  }

  #supply .container .desc {
    padding: 0;
  }
}

/* Ara */

@media (max-width: 1280px) {
  #ara .container .imgarea .descarea .description p {
    font-size: 14px;
  }

  #ara .container .imgarea .descarea .description p br {
    display: none;
  }
}

@media (max-width: 1000px) {
  #ara .container .imgarea .descarea .youtube {
    width: 30%;
    height: 250px;
  }

  #ara .container .imgarea .descarea .description p {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  #ara .container .imgarea {
    height: 80vw;
  }

  #ara .container .imgarea .arabicalogo {
    top: 22.5%;
  }

  #ara .container .imgarea .descarea {
    flex-direction: column;
    justify-content: end;
  }

  #ara .container .imgarea .descarea .youtube {
    width: 100%;
    height: 150px;
  }

  #ara .container .imgarea .descarea .description {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 23px;
  }
}

@media (max-width: 650px) {
  #ara .container .imgarea .descarea .youtube {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 610px) {
  #ara .container .imgarea .descarea {
    flex-direction: column-reverse;
  }

  #ara .container .imgarea .descarea .description {
    margin-top: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 520px) {
  #ara .container .imgarea .descarea .description h2 {
    font-size: 16px;
    padding-bottom: 5px;
  }
}

@media (max-width: 480px) {
  #ara .container .imgarea img:not(.arabicalogo) {
    display: none;
  }

  #ara .container .imgarea .arabicalogo {
    top: 3.5%;
    width: 15%;
    right: 2.5%;
    margin: 0 auto;
  }

  #ara .container .imgarea .descarea {
    flex-direction: column;
  }

  #ara .container .imgarea .descarea .description h2 {
    display: none;
  }

  #ara .container .imgarea .descarea .description p {
    color: #bcb5a2;
  }
}

@media (max-width: 380px) {
  #ara .container .imgarea .descarea .youtube {
    height: 100px;
  }
}
