@charset "UTF-8";

/* typo/com */
@media (max-width: 1500px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1300px) {
  .container {
    width: 90%;
  }
  .section-tit {
    padding-top: 40px;
  }
  .next-page {
    bottom: 6%;
  }
}
@media (max-width: 980px) {
  html,
  body {
    overflow-y: auto;
  }
  section {
    height: auto;
  }
  .section-tit {
    padding-top: 5%;
  }
  .title {
    font-size: 48px;
  }
  .subtitle {
    font-size: 15px;
  }
  .next-page {
    display: none;
  }
}
@media (max-width: 680px) {
  .section-tit {
    padding-top: 10%;
  }
  .title {
    font-size: 36px;
  }
  .subtitle {
    font-size: 13px;
  }
}

/* 고탑버튼, 하단 메뉴 */
@media (max-width: 680px) {
  .menu-btn {
    width: 100%;
    height: 85px;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    padding: 0;
    background: #7e084a;
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.3);
  }
  .menu-btn .menu-btn-wrap {
    display: flex;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .menu-btn .menu-br-btm {
    margin: 0;
    width: 120px;
    top: 0;
    transform: scale(0.9);
  }
  .menu-btn .menu-br-btm::before {
    display: none;
  }
  .menu-btn .menu-br-btm a {
    color: #fff;
  }
  .go-top-btn {
    bottom: 11%;
  }
}
@media (max-width: 480px) {
  .menu-btn .menu-btn-wrap {
    width: 370px;
    justify-content: center;
    gap: 5px;
  }
  .go-top-btn {
    bottom: 12%;
  }
}

/* 헤더영역 */
@media (max-width: 1350px) {
  .header nav .menu {
    gap: 70px;
  }
  .header nav .menu li .submenu {
    width: 150px;
  }
}
@media (max-width: 1280px) {
  .header nav .menu {
    display: none;
  }
  .header .mywrap {
    display: none;
  }
  .header .mobile-btn {
    display: block;
  }
}
@media (max-width: 980px) {
  .header {
    height: 60px;
  }
  .header .logo {
    width: 111px;
    height: 53px;
  }
}
@media (max-width: 680px) {
  /* .header {
        min-width: 320px;
    } */
  .header .logo {
    width: 90px;
    height: 43px;
  }
}

/* 모바일 메뉴 영역 */
@media (max-width: 980px) {
  .m-menu .m-header {
    height: 60px;
    gap: 20px;
    padding-right: 40px;
  }
  .m-menu .search form .search-btn {
    right: 4%;
  }
  .m-menu .search form .search-btn img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 680px) {
  .m-menu {
    height: calc(100vh - 85px);
    bottom: 85px;
  }
  .m-menu .search form .search-text {
    font-size: 16px;
    padding: 0 40px 0 20px;
  }
  .m-menu .search form .search-btn {
    top: 33%;
    right: 4%;
  }
  .m-menu .search form .search-btn img {
    width: 20px;
    height: 20px;
  }
}

/* 비주얼 영역 */
@media (max-width: 1280px) {
  .visual {
    background: url("../images/visual_bg.png") no-repeat;
    position: relative;
  }
  .visual::after {
    content: "";
    width: 30%;
    height: 40%;
    position: absolute;
    bottom: 3%;
    left: 3%;
    background: url("../images/bg-Ice-cream.png") no-repeat;
    background-size: 100%;
  }
  .visual .visual-img .visual-img-wrap {
    margin: 13% auto 0;
  }
  .visual .since {
    padding-top: 1%;
  }
  .visual .hashtag {
    margin-top: 25px;
  }
}
@media (max-width: 980px) {
  .visual {
    background: url("../images/visual_bg.png") no-repeat;
    padding-bottom: 30%;
  }
  .visual::after {
    display: none;
  }
  .visual .visual-img .visual-img-wrap {
    margin-top: 90px;
    position: relative;
  }
  .visual .visual-img .visual-text img {
    width: 90%;
    height: 90%;
  }
  .visual .visual-img .visual-img-wrap::before {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    background: url("../images/bg-Ice-cream.png") no-repeat;
    background-size: 100%;
    top: 70%;
    right: -17%;
  }
  .visual .visual-img .visual-text {
    right: -10px;
  }
  .visual .since {
    font-size: 24px;
  }
  .visual .search form {
    height: 50px;
    margin-top: 5%;
  }
  .visual .search form .search-btn img {
    width: 25px;
    height: 25px;
  }
  .visual .hashtag ul {
    gap: 30px;
  }
  .visual .hashtag ul li a {
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  .visual {
    padding-bottom: 20%;
  }
  .visual .since {
    padding-top: 0;
    font-size: 20px;
  }

  .visual .visual-img .visual-text {
    right: -50px;
    bottom: -60px;
  }
  .visual .visual-img .visual-text img {
    width: 70%;
    height: 70%;
  }
  .visual .search form {
    height: 40px;
  }
  .visual .search form .search-text {
    padding-right: 50px;
    font-size: 16px;
  }
  .visual .search form .search-btn img {
    width: 20px;
    height: 20px;
  }
  .visual .hashtag {
    display: none;
  }
  .visual .mobile-hashtag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .visual .visual-img .visual-text {
    right: -40px;
    bottom: -60px;
  }
  .visual .visual-img .visual-text img {
    width: 60%;
    height: 60%;
  }
  .visual .search form .search-text {
    font-size: 14px;
  }
  .visual .mobile-hashtag {
    width: 360px;
  }
  .visual .mobile-hashtag > div span {
    font-size: 14px;
  }
}

/* 프로모션 영역 */
@media (max-width: 1280px) {
  .promotion .sw-promotion {
    width: calc(100% + 100px);
    height: 380px;
    margin: 0 -50px;
    margin-top: 10%;
  }
  .promotion .sw-promotion .swiper-slide {
    height: 340px;
  }
  .promotion .sw-promotion .swiper-slide .pro-img-wrap img {
    height: 270px;
  }
  .promotion::before {
    width: 450px;
    height: 280px;
  }
}
@media (max-width: 980px) {
  .promotion {
    padding-bottom: 10%;
  }
  .promotion .sw-promotion {
    width: calc(100% + 50px);
    height: 320px;
    margin: 0 -25px;
    margin-top: 15%;
  }
  .promotion .sw-promotion .swiper-slide {
    height: 300px;
  }
  .promotion .sw-promotion .swiper-slide .pro-img-wrap img {
    height: 240px;
  }
  .promotion .sw-promotion .swiper-slide .promotion-desc h3 {
    font-size: 13px;
  }
  .promotion .sw-promotion .swiper-slide .promotion-desc span {
    margin-top: 5px;
    font-size: 12.5px;
  }
  .promotion::before {
    width: 400px;
    height: 240px;
  }
  .promotion .sw-promotion-pg .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 8px;
  }
  .promotion .sw-promotion-pg .swiper-pagination-bullet-active {
    width: 22px;
    height: 37px;
  }
}
@media (max-width: 680px) {
  .promotion .sw-promotion {
    width: calc(100% + 25px);
    height: 300px;
    margin: 0 -12.5px;
    margin-top: 10%;
  }
  .promotion .sw-promotion .swiper-slide {
    height: 280px;
  }
  .promotion .sw-promotion .swiper-slide .pro-img-wrap img {
    height: 230px;
  }
  .promotion::after {
    background: url("../images/zigzag-icon.png") no-repeat;
    position: absolute;
    bottom: 25%;
    left: 3%;
    width: 100px;
    height: 20px;
    display: block;
    content: "";
    background-size: contain;
  }
  .promotion::before {
    background: url("../images/promotion-bg-ice-cream-1.png") no-repeat;
    background-size: cover;
    height: 300px;
    width: 120px;
    bottom: 8%;
    right: 0;
    left: auto;
  }
  .promotion .sw-promotion-pg .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
  .promotion .sw-promotion-pg .swiper-pagination-bullet-active {
    width: 20px;
    height: 35px;
  }
}

/* 뉴하겐다즈 영역 */
@media (max-width: 1280px) {
  .new-haagen-dazs .youtube .youtube-frame {
    transform: scale(120%);
  }
}
@media (max-width: 980px) {
  .new-haagen-dazs {
    padding-bottom: 15%;
  }
  .new-haagen-dazs .youtube {
    margin: 8% auto 0;
    border-radius: 60px;
  }
  .new-haagen-dazs .youtube .youtube-frame {
    transform: scale(110%);
  }
}
@media (max-width: 680px) {
  .new-haagen-dazs {
    padding-bottom: 20%;
  }
  .new-haagen-dazs::after {
    background: url("../images/promotion-bg-ice-cream-2.png") no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: 8px;
    width: 120px;
    height: 355px;
    background-size: contain;
  }
  .new-haagen-dazs::before {
    background: url("../images/m-ribbon.png") no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(2.3);
    background-position: center;
    background-size: contain;
  }
  .new-haagen-dazs .youtube {
    margin: 10% auto 0;
    border-radius: 50px;
  }
  .new-haagen-dazs .youtube .youtube-frame {
    transform: scale(105%);
  }
}
@media (max-width: 480px) {
  .new-haagen-dazs::after {
    bottom: 5%;
    width: 80px;
    height: 200px;
  }
  .new-haagen-dazs::before {
    transform: translateY(-50%) scale(2.2);
    background-position: center;
    background-size: contain;
  }
  .new-haagen-dazs .youtube {
    border-radius: 40px;
  }
}

/* 위드하겐다즈 영역 */
@media (max-width: 1280px) {
  .with-haagen-dazs .with-content .with-content-box .with-tit {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 980px) {
  .with-haagen-dazs {
    padding-bottom: 10%;
  }
  .with-haagen-dazs .with-content {
    flex-direction: column;
    align-items: center;
    margin: 30px auto 0;
    gap: 30px;
  }
  .with-haagen-dazs .with-content .with-content-box {
    width: 600px;
    height: 200px;
    display: flex;
    gap: 100px;
    align-items: center;
  }
  .with-haagen-dazs .with-content .with-content-box .with-img-wrap {
    width: 170px;
    height: 170px;
    overflow: hidden;
  }
}
@media (max-width: 680px) {
  .with-haagen-dazs {
    padding-bottom: 13%;
  }
  .with-haagen-dazs .with-content .with-content-box {
    width: 400px;
    height: 150px;
    gap: 40px;
    padding: 10px;
  }
  .with-haagen-dazs .with-content .with-content-box .with-img-wrap {
    width: 130px;
    height: 130px;
  }
  .with-haagen-dazs .with-content .with-content-box .with-tit {
    font-size: 24px;
  }
  .with-haagen-dazs .with-content .with-content-box .with-desc {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .with-haagen-dazs .with-content {
    gap: 20px;
  }
  .with-haagen-dazs .with-content .with-content-box {
    width: 90%;
    min-width: 290px;
    height: 130px;
    gap: 10px;
    padding: 10px;
  }
  .with-haagen-dazs .with-content .with-content-box .with-img-wrap {
    width: 100px;
    height: 100px;
  }
}

/* sns 영역 */
@media (max-width: 1280px) {
  .sns {
    height: auto;
    padding-bottom: 10%;
  }
  .sns::before {
    height: 610px;
    background-size: 100%;
    right: -40px;
  }
  .sns .instagram-wrap,
  .sns .facebook-wrap {
    height: 360px;
  }
}
@media (max-width: 980px) {
  .sns {
    padding-bottom: 6%;
  }
  .sns::before {
    width: 370px;
    height: 590px;
    right: -20px;
  }
  .sns .instagram-wrap,
  .sns .facebook-wrap {
    height: 300px;
  }
  .sns .instagram-wrap::before {
    width: 35px;
    height: 35px;
  }
  .sns .facebook-wrap::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 680px) {
  .sns {
    padding-bottom: 4%;
  }
  .sns::before {
    background: url("../images/m-sns-bg.png") no-repeat;
    width: 450px;
    height: 700px;
    bottom: 400px;
    right: -155px;
  }
  .sns .instagram-wrap,
  .sns .facebook-wrap {
    height: 330px;
  }
}
@media (max-width: 480px) {
  .sns::before {
    bottom: 350px;
  }
  .sns .instagram-wrap,
  .sns .facebook-wrap {
    height: 270px;
  }
  .sns .instagram-wrap::before {
    width: 30px;
    height: 30px;
  }
  .sns .facebook-wrap::before {
    width: 30px;
    height: 30px;
  }
}

/* footer 영역 */
@media (max-width: 1350px) {
  footer .container {
    padding-top: 20px;
  }
}
@media (max-width: 1280px) {
  footer .footer-right {
    position: absolute;
    right: 5%;
    top: 20px;
  }
  footer .footer-right .footer-menu {
    display: none;
  }
}
@media (max-width: 980px) {
  footer .container {
    gap: 50px;
    justify-content: start;
  }
  footer .footer-left .logo {
    margin-bottom: 25px;
    width: 120px;
  }
}
@media (max-width: 890px) {
  footer .container {
    gap: 20px;
  }
}
@media (max-width: 680px) {
  footer .footer-left .logo {
    margin-bottom: 20px;
    width: 100px;
  }
  footer .footer-left .footer-info {
    gap: 15px;
  }
  footer .footer-left .footer-info li a {
    font-size: 14px;
  }
  footer .footer-left .copyright span {
    font-size: 11px;
  }
  footer .footer-left .copyright span:last-child {
    margin-bottom: 110px;
  }
}
@media (max-width: 480px) {
}
