@font-face {
  font-family: 'GongGothicMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BMJUA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --wrap: 1280px;
  --gray_font_color: #707070;
  --smoothie_king_red: #c31b29;
}
/* -------------- header -------------- */

.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.header_wrap {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

header {
  width: var(--wrap);
  height: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .logo {
  margin-top: 30px;
}

.sns ul {
  display: flex;
  margin-top: 36px;
  margin-left: 330px;
}

.sns ul li {
  width: 30px;
  height: 30px;
  margin-left: 60px;
  cursor: pointer;
}

.nav_facebook {
  background: url(img/icon_header_facebook.png) no-repeat;
}

.nav_twitter {
  background: url(img/icon_header_twitter.png) no-repeat;
}

.nav_insta {
  background: url(img/icon_header_insta.png) no-repeat;
}

.nav_youtube {
  background: url(img/icon_header_youtube.png) no-repeat;
}

nav ul {
  display: flex;
  margin-top: 40px;
}

nav ul li {
  font-family: 'GongGothicMedium';
  color: var(--gray_font_color);
  padding: 0 35px;
  position: relative;
}

.nav_line {
  position: absolute;
  bottom: -8px;
  left: 36px;
  width: 0;
  height: 3px;
  background-color: red;
  transition: width 0.2s;
}

nav ul li a {
  color: inherit;
  transition: color 0.3s;
}

nav ul li:hover a {
  color: var(--smoothie_king_red);
}
/* -------------- header -------------- */

/* -------------- banner -------------- */
.banner_wrap {
  width: 100%;
  height: 750px;
  margin: 0 auto;
  background: url(img/banner_bg.png) no-repeat;
  background-size: 1920px;
  position: relative;
}

.brush img {
  width: cover;
}

.banner_title {
  position: absolute;
  width: 994px;
  height: 194px;
  top: 194px;
  left: 813px;
  background: url(img/main_brush.png) no-repeat;
  font-family: 'BMJUA';
  font-size: 100px;
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 194px;
}

.watermlon_smoothie {
  width: 440px;
  height: 510px;
  background: url(img/wm_smoothie.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  top: 220px;
  left: 400px;
}

.bursh_left {
  position: absolute;
  top: -5px;
  left: 0;
}

.brush_left img {
  width: 1170px;
}

.brush_right {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.brush_right img {
  width: 1090px;
}

/* -------------- banner -------------- */

/* -------------- story -------------- */
.story_wrap {
  width: 100%;
  height: 930px;
  background: url(img/pattern_back.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.story_text {
  text-align: center;
  font-family: 'Short Stack', cursive;
  padding-top: 160px;
}

.story_title {
  font-size: 48px;
  color: var(--smoothie_king_red);
}

.story_since {
  font-size: 28px;
  color: #222;
  margin-top: 34px;
}

.story_icon_wrap {
  width: 840px;
  margin: 93px auto;
  display: flex;
  justify-content: space-between;
}

.story_icon {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
}

.story_icon_text {
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  margin-top: 32px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.story_icon {
  background-size: cover;
}

.story_icon.mixer {
  background: url(img/icon_mixer.png) no-repeat;
  background-position: center center;
}

.story_icon.nutrition {
  background: url(img/icon_nutrition.png) no-repeat;
  background-position: center center;
}

.story_icon.vegi {
  background: url(img/icon_vegi.png) no-repeat;
  background-position: center center;
}
/* -------------- story -------------- */

/* -------------- menu -------------- */
.menu_wrap {
  width: 100%;
  position: relative;
  height: 1460px;
  background: url(img/menu_back_wave.png) no-repeat;
  background-position: center center;
  overflow-x: hidden;
  /* background-attachment: fixed; */
  /* overflow-x: hidden; */
}

.menu_title {
  text-align: center;
  font-family: 'Short Stack', cursive;
  color: var(--smoothie_king_red);
  font-size: 48px;
  padding-top: 150px;
}

.menu_card_wrap {
  width: 920px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu_card {
  width: 290px;
  height: 440px;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.3s;
}

.menu_card:hover {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.16);
}

.menu_categori {
  font-family: 'GongGothicMedium';
  font-size: 18px;
  color: var(--smoothie_king_red);
  margin-top: 50px;
  text-align: center;
}

.menu_text {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.menu_img {
  position: absolute;
  bottom: 0;
}

.more_btn {
  width: 200px;
  height: 48px;
  border: none;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  line-height: 48px;
  cursor: pointer;
  overflow: hidden;
}

.more_btn p {
  font-family: 'GongGothicMedium';
  font-size: 16px;
  z-index: 2;
}

.more_btn i {
  line-height: 46px;
  margin-right: 20px;
  font-size: 16px;
  z-index: 2;
}

.menu_more_btn p {
  margin-left: 42px;
  z-index: 2;
}

.more_btn:before {
  display: block;
  content: '';
  position: absolute;
  width: 200px;
  height: 48px;
  border-radius: 35px;
  /* left: -100px; */
  /* top: 0; */
  left: -200px;
  top: 0;
  background-color: var(--smoothie_king_red);
}

.more_btn:hover {
  animation: more_btn_text 0.5s;
  animation-fill-mode: forwards;
}

.more_btn:hover.more_btn:before {
  animation: more_btn_color 0.5s;
  animation-fill-mode: forwards;
}

.more_btn:hover.more_btn i {
  animation: more_btn_arrow 0.5s;
  animation-fill-mode: forwards;
}

@keyframes more_btn_color {
  0% {
    left: -200px;
  }
  80% {
    left: 0;
  }
  100% {
    left: 150px;
  }
}

@keyframes more_btn_text {
  0% {
    color: #222;
  }
  80% {
    color: #fff;
  }
  100% {
    color: #222;
  }
}

@keyframes more_btn_arrow {
  0% {
    color: #222;
    margin-right: 20px;
  }
  80% {
    color: #fff;
    margin-right: 20px;
  }
  100% {
    color: #fff;
    margin-right: 12px;
  }
}

/* -------------- menu -------------- */

/* -------------- news & event -------------- */
.news_event_wrap {
  width: 100%;
  height: 900px;
  background: url(img/pattern_back.png);
  background-position: 0 400px;
}

.news_event_title {
  text-align: center;
  font-family: 'Short Stack', cursive;
  color: #555;
  font-size: 48px;
  padding-top: 110px;
}

.news_event_box {
  width: 1140px;
  margin: 50px auto;
}

.news_event_card {
  width: 1140px;
  height: 60px;
  margin-top: 20px;
  border: 1px solid #707070;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.news_event_card a {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
}

.news_event_card_title {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #222;
  margin-left: 40px;
}

.news_event_card_date {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #666;
  margin-right: 40px;
}

.news_more_btn p {
  margin-left: 60px;
}
/* -------------- news & event -------------- */

/* -------------- franchis -------------- */
.franchis_wrap {
  margin-top: -50px;
  width: 100%;
  height: 1120px;
  background: url(img/franchis_back_wave.png) no-repeat;
  position: relative;
}

.franchis_text {
  text-align: center;
  padding-top: 200px;
}

.franchis_title {
  font-family: 'Short Stack', cursive;
  color: #799737;
  font-size: 48px;
}

.franchis_comment {
  font-family: 'GongGothicMedium';
  font-size: 28px;
  letter-spacing: 0.03em;
  margin-top: 75px;
  color: #666;
}

.swiper {
  width: 4620px;
  /* margin: 0 auto; */
}

.swiper_wrapper {
  display: flex;
  margin-left: -200px;
  align-items: center;
  margin-top: 50px;
}

.swiper_slide {
  width: 700px;
  height: 300px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 35px;
  opacity: 0.6;
}

.swiper_slide img {
  width: 700px;
}

.swiper_nav {
  width: 244px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 48px;
}

.swiper_prev {
  width: 36px;
  height: 36px;
  background: url(img/prev_btn.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.swiper_next {
  width: 36px;
  height: 36px;
  background: url(img/prev_btn.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
}

.swiper_nav ul {
  display: flex;
}

.swiper_nav ul li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #c0d68f;
  cursor: pointer;
}

.slide_now {
  width: 700px;
  height: 350px;
  opacity: 1;
}

.swiper_nav ul li.swiper_nav_now {
  width: 48px;
  border-radius: 100px;
  background-color: #749135;
}

.franchis_more_btn {
  margin-top: 150px;
}

.franchis_more_btn p {
  margin-left: 38px;
}
/* -------------- franchis -------------- */

/* -------------- store -------------- */
.store {
  width: 100%;
  margin: 100px auto;
}

.store_title {
  font-family: 'Short Stack', cursive;
  color: #799737;
  font-size: 48px;
  text-align: center;
}

.store_btn_box {
  width: 440px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 36px;
}

.store_btn {
  width: 200px;
  height: 48px;
  border: none;
  background-color: #fff;
  border-radius: 35px;
  font-family: 'GongGothicMedium';
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
  display: flex;
}

.store_btn p {
  line-height: 48px;
  margin-left: 50px;
  font-size: 16px;
}

.store_btn i {
  line-height: 44px;
  margin-left: 20px;
  font-size: 16px;
}

.map {
  width: 1060px;
  height: 420px;
  margin: 0 auto;
  /* background-color: #e2e2e2; */
  margin-top: 50px;
  text-align: center;
  line-height: 420px;
}
/* -------------- store -------------- */

/* -------------- footer -------------- */
.footer_wrap {
  width: 100%;
  height: 630px;
  background: url(img/footer_back_wave.png) no-repeat;
  font-family: 'Noto Sans KR', sans-serif;
}

footer {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.footer_logo {
  width: 130px;
  padding-top: 180px;
  margin: 0 auto;
}

.footer_con_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-direction: column;
}

.footer_con_1_left ul {
  display: flex;
  margin-top: 50px;
  width: 700px;
}

.footer_con_1_left ul li {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #888;
  position: relative;
  padding: 0 20px 0 0;
}

.footer_con_1_right {
  position: absolute;
  right: 0;
  top: 310px;
}

.footer_con_2 p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-top: 48px;
  color: #888;
}
/* -------------- footer -------------- */
