@charset "UTF-8";
@import url("font.css");

:root {
  --main-color: #9e1a64;
  --text-color: #c2185b;
  --bg-color-1: #fcfff8;
  --KRfont: "NEXON Lv1 Gothic OTF", sans-serif;
  --Italicfont: "Italianno", serif;
  --EGfont: "Oleo Script", serif;
}

/* 초기화 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #222;
}
img {
  vertical-align: top;
  user-select: none;
  -webkit-user-drag: none;
}

/* 공통클래스 */
.container {
  max-width: 1250px;
  margin: 0 auto;
}
section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.next-page {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
/* typo */
html,
body {
  min-width: 200px;
  font-family: "NEXON Lv1 Gothic OTF";
  font-size: 16px;
  color: #3e3e3e;
  overflow: hidden;
  padding: 0;
}
.section-tit {
  text-align: center;
  padding-top: 50px;
}
.title {
  font-family: var(--EGfont);
  font-size: 64px;
  color: var(--text-color);
}

/* bottom-menu */
.menu-btn {
  width: 75px;
  height: 370px;
  position: fixed;
  bottom: 12%;
  right: 3%;
  text-align: center;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  padding: 5px;
  font-size: 14px;
  border-radius: 10px;
}
.menu-btn .menu-br-btm {
  position: relative;
  margin: 30px 0;
  top: -20px;
}
.menu-btn .menu-br-btm::before {
  content: "";
  display: block;
  height: 1px;
  width: 55px;
  background: var(--main-color);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin-top: 10px;
}
.menu-btn .menu-br-btm:last-child {
  margin-bottom: 0;
}
.menu-btn .menu-partnership::before {
  display: none;
}
.menu-btn .menu-br-btm a {
  color: var(--main-color);
  white-space: nowrap;
  margin-bottom: 10px;
}
.menu-btn .menu-br-btm span.material-symbols-outlined {
  font-size: 32px;
  margin-bottom: 3px;
}
.menu-btn .menu-br-btm span {
  display: block;
}

/* 고탑버튼 */
.go-top-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 4%;
  right: 4%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  text-align: center;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  user-select: none;
}
.go-top-btn span {
  color: var(--main-color);
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
}
.section-menu {
  position: fixed;
  top: 50%;
  left: 1.5%;
  transform: translateY(-50%);
  z-index: 999;
  width: 15px;
  height: 350px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.section-menu li {
  position: absolute;
  width: 18px;
  height: 40px;
  left: -2px;
  font-size: 0;
  transform: rotate(-30deg) scale(1.3);
  opacity: 0.6;
}
.section-menu li.active {
  opacity: 1;
}
.section-menu .section-mian {
  top: 10px;
}
.section-menu .section-promotion {
  top: 90px;
}
.section-menu .section-new {
  top: 160px;
  left: -3px;
}
.section-menu .section-with {
  top: 230px;
  left: -4px;
}
.section-menu .section-sns {
  top: 300px;
  left: -2x;
}
.section-menu li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .header영역 */
.header {
  width: 100%;
  height: 80px;
  background-color: var(--main-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s linear;
}
.header.hide {
  top: -80px;
  transition: all 0.3s linear;
}
.header::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 270px;
  background-color: #fff;
  opacity: 0.8;
}
.header.on::after {
  display: block;
}
.header .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 100px;
  /* height: 63px; */
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header nav {
}
.header nav .menu {
  display: flex;
  gap: 80px;
}
.header nav .menu > li {
  position: relative;
  padding: 30px 0;
}
.header nav .menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}
.header nav .menu > li:hover > a {
  font-weight: bold;
}
.header nav .menu li .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
  height: 270px;
  padding-top: 17px;
  width: 200px;
  text-align: center;
}
.header nav .menu li .submenu.on {
  display: block;
}
.header nav .menu li .submenu li {
  margin-bottom: 25px;
}
.header nav .menu li .submenu li a {
  position: relative;
  z-index: 999;
  color: var(--main-color);
}
.header nav .menu li .submenu li:hover a {
  font-weight: bold;
}
.header nav .menu li .submenu li:hover a::before {
  content: "";
  display: block;
  background: url("../images/hover-cream-icon.png") no-repeat;
  width: 14px;
  height: 23px;
  background-size: cover;
  z-index: 999;
  position: absolute;
  right: -20px;
  top: -3px;
  cursor: default;
}

.header .mywrap {
  padding: 30px 0;
}
.header .mywrap > ul {
  display: flex;
  gap: 25px;
}
.header .mywrap > ul > li {
  position: relative;
}
.header .mywrap > ul > li > a {
}
.header .mywrap > ul > li > a img {
}
.header .mywrap > ul > li .my-submenu-box {
  position: absolute;
  top: 50px;
}
.header .mywrap > ul > li .my-submenu-box.on::before {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.8;
  width: 130px;
  height: 150px;
  border-radius: 8px;
  position: absolute;
  top: 15%;
  left: -20%;
  z-index: 9;
}
.header .mywrap > ul > li .my-submenu-box.on.my-submenu-box-2::before {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.8;
  width: 130px;
  height: 230px;
  border-radius: 8px;
  position: absolute;
  top: 7%;
  right: 15%;
  z-index: 9;
}
.header .mywrap > ul > li .my-submenu-box.on::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid var(--main-color);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: -4%;
  z-index: 10;
}

.header .mywrap > ul > li .my-submenu-box .my-submenu {
  position: relative;
  z-index: 11;
  top: 55px;
  left: -6px;
  text-align: center;
  display: none;
}
.header .mywrap > ul > li .my-submenu-box.on .my-submenu {
  display: block;
}
.header .mywrap > ul > li .my-submenu-box .my-submenu li {
}
.header .mywrap > ul > li .my-submenu-box .my-submenu li a {
  display: block;
  width: 100px;
  margin-bottom: 20px;
  color: var(--main-color);
}
.header .mywrap > ul > li .my-submenu-box .my-submenu li a:hover {
  font-weight: bold;
}

/* mobile-btn */
.mobile-btn {
  width: 30px;
  height: 20px;
  position: relative;
  display: none;
  z-index: 9999;
}
.mobile-btn span {
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  display: block;
  background-color: #fff;
  border-radius: 2px;
}
.mobile-btn span:nth-child(1) {
  top: 0;
}
.mobile-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-btn span:nth-child(3) {
  bottom: 0;
}

.m-menu .search {
  margin-top: 100px;
  text-align: center;
}
.m-menu .search form {
  position: relative;
  display: inline-block;
  max-width: 80%;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-top: 4%;
}
.m-menu .search form .search-text {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0;
  font-size: 18px;
  color: #8f8f8f;
  padding: 0 60px 0 30px;
}
.m-menu .search form .search-text:focus {
  outline-color: rgba(158, 26, 100, 0.3);
}
.m-menu .search form .search-btn {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 25%;
  right: 2%;
}
.m-menu .search form .search-btn img {
  width: 30px;
  height: 30px;
}

/* m-btn-menu */
.m-btn-bg {
  background: rgba(0, 0, 0, 0.4);
  width: 100vh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
.m-btn-bg.active {
  display: block;
}
/* .m-btn-menu {
    position: fixed;
    z-index: 9999;
    width: 70%;
    left: 100%;
}
.m-btn-menu.active {
    left: 0;
} */
.m-menu {
  width: 70%;
  position: fixed;
  z-index: 9999;
  background: #fbf6f6;
  height: 100%;
  padding-bottom: 100%;
  top: 0;
  left: 100%;
  /* overflow-y: auto; */
}
.m-menu.active {
  left: auto;
  right: 0;
  height: 100vh;
}
.m-menu .m-header {
  height: 80px;
  background: var(--main-color);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
  padding-right: 40px;
  z-index: 9999;
}
.m-menu .m-header .m-mobile-btn-cloes {
  width: 24px;
  height: 24px;
  display: block;
}
.m-menu .m-header .m-mobile-btn-cloes > span {
  font-size: 32px;
  line-height: 24px;
  color: #fff;
}
.m-menu .mobile-menu {
}
.m-menu .mobile-menu > li {
  /* padding: 30px; */
}
.m-menu .mobile-menu > li:first-child {
  margin-top: 55px;
}
.m-menu .mobile-menu > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.m-menu .mobile-menu > li:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.m-menu .mobile-menu > li.active {
  background: var(--main-color);
}
.m-menu .mobile-menu > li.active a {
  color: #fff;
  position: relative;
}
.m-menu .mobile-menu > li a span {
  transition: all 0.3s linear;
}
.m-menu .mobile-menu > li.active a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
.m-menu .mobile-menu > li.active a span {
  transform: rotate(90deg);
}
.m-menu .mobile-menu > li a {
  padding: 20px;
  display: block;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  color: var(--text-color);
  width: 95%;
}
.m-menu .mobile-menu > li .mobile-submenu {
  display: none;
  transition: all 0.3s linear;
}
.m-menu .mobile-menu > li .mobile-submenu.active {
  display: block;
}
.m-menu .mobile-menu > li .mobile-submenu li {
}
.m-menu .mobile-menu > li .mobile-submenu li a {
  font-size: 13px;
  padding: 15px;
  padding-left: 40px;
  position: relative;
}
.m-menu .mobile-menu > li.active a:hover {
  font-weight: 700;
}
.m-menu .mobile-menu > li .mobile-submenu li a:hover:after {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/hover-cream-icon.png") no-repeat;
  z-index: 30;
}
.mobile-menu > li.active:hover > a {
  font-weight: bold;
}

/* visual영역 */
.visual {
  background: url("../images/visual-background.png") no-repeat;
  background-size: cover;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
.visual .visual-img .visual-img-wrap {
  width: 80%;
  margin: 10% auto 0;
}
.visual .visual-img .visual-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual .visual-img .visual-text {
  position: absolute;
  right: 0%;
  bottom: 2%;
  width: 300px;
  height: 300px;
  transform-origin: center center;
}
.visual .visual-img .visual-text img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visual .since {
  padding-top: 2%;
  text-align: center;
  font-family: var(--Italicfont);
  font-size: 27px;
  font-weight: bold;
  color: var(--main-color);
}
.visual .search {
  text-align: center;
}
.visual .search form {
  position: relative;
  display: inline-block;
  max-width: 980px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-top: 4%;
}
.visual .search form .search-text {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  border: 0;
  font-size: 18px;
  color: #8f8f8f;
  padding: 0 60px 0 30px;
}
.visual .search form .search-text:focus {
  outline-color: rgba(158, 26, 100, 0.3);
}
.visual .search form .search-btn {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 25%;
  right: 2%;
}
.visual .search form .search-btn img {
  width: 30px;
  height: 30px;
}
.visual .hashtag {
  margin-top: 20px;
  position: relative;
  z-index: 20;
}
.visual .hashtag ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.visual .hashtag ul li {
  position: relative;
}
.visual .hashtag ul li a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a1a1a1;
  border-radius: 20px;
  margin-top: 10px;
  color: #8f8f8f;
  white-space: nowrap;
  position: relative;
}
.visual .hashtag ul li a::before {
  display: block;
  content: "";
  width: 155px;
  height: 170px;
  background-size: cover;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 10;
  visibility: hidden;
}
.visual .hashtag ul .p-pint::before {
  background: url("../images/pint-hover.png") no-repeat;
}
.visual .hashtag ul .p-mini-cup::before {
  background: url("../images/mini-cup-hover.png") no-repeat;
}
.visual .hashtag ul .p-stick-bar::before {
  background: url("../images/stick-bar-hover.png") no-repeat;
}
.visual .hashtag ul .p-cake::before {
  background: url("../images/cake-hover.png") no-repeat;
}
.visual .hashtag ul .p-corn::before {
  background: url("../images/corn-hover.png") no-repeat;
}
.visual .hashtag ul li a:hover::before {
  display: block;
  opacity: 1;
  visibility: visible;
}

.visual .mobile-hashtag {
  display: none;
  width: 420px;
  margin: 0 auto;
  margin-top: 20px;
}
.visual .mobile-hashtag > div {
  width: 150px;
  height: 130px;
  position: relative;
  transform: scale(0.9);
}
.visual .mobile-hashtag > div::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.visual .mobile-hashtag > div:nth-child(1):before {
  background: #ffb9b7;
}
.visual .mobile-hashtag > div:nth-child(2):before {
  background: #f0f5c8;
}
.visual .mobile-hashtag > div:nth-child(3):before {
  background: #c0dc98;
}
.visual .mobile-hashtag > div:nth-child(4):before {
  background: #ffc36e;
}
.visual .mobile-hashtag > div:nth-child(5):before {
  background: #e8eadf;
}
.visual .mobile-hashtag > div .m-hashtag-img-wrap {
  cursor: pointer;
}

.visual .mobile-hashtag > div.cake {
  margin-top: 20px;
}
.visual .mobile-hashtag > div .m-hashtag-img-wrap {
  position: absolute;
  bottom: 25px;
  left: 20px;
}
.visual .mobile-hashtag > div.stick-bar .m-hashtag-img-wrap {
  left: -30px;
  bottom: -10px;
}
.visual .mobile-hashtag > div.cake .m-hashtag-img-wrap {
  left: 30px;
}
.visual .mobile-hashtag > div.pint .m-hashtag-img-wrap img {
  width: 130px;
}
.visual .mobile-hashtag > div.mini-cup .m-hashtag-img-wrap img {
  width: 120px;
}
.visual .mobile-hashtag > div.stick-bar .m-hashtag-img-wrap img {
  width: 200px;
}
.visual .mobile-hashtag > div.corn .m-hashtag-img-wrap img {
  width: 130px;
}
.visual .mobile-hashtag > div.cake .m-hashtag-img-wrap img {
  width: 130px;
}
.visual .mobile-hashtag > div span {
  width: 90px;
  white-space: nowrap;
  padding: 10px 0;
  border-radius: 8px;
  text-align: center;
  display: block;
  background: #fff;
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 10;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  color: var(--text-color);
}
.visual .mobile-hashtag > div.mini-cup {
  margin-top: 40px;
}
.visual .mobile-hashtag > div.mini-cup span {
  left: -20px;
  right: 0;
}
.visual .mobile-hashtag > div.corn {
  margin-top: 40px;
}
.visual .mobile-hashtag > div.corn span {
  left: -20px;
  right: 0;
}
.visual .mobile-hashtag > div span::before {
  width: 80px;
  height: 30px;
  content: "";
  display: block;
  border-radius: 5px;
  border: 1.5px solid var(--text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* promotion */
.promotion {
  background: url("../images/m-promotion-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.promotion::before {
  content: "";
  display: block;
  width: 500px;
  height: 300px;
  background: url("../images/promotion-bg-ice-cream.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 1%;
}

.promotion .swiper-wrap {
}
.promotion .sw-promotion {
  height: 400px;
  width: calc(100% + 200px);
  margin: 0 -100px;
  margin-top: 10%;
}
.promotion .sw-promotion .swiper-slide {
  width: 300px;
  height: 380px;
  overflow: hidden;
  border-radius: 300px 300px 24px 24px;
  background-color: #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.promotion .sw-promotion .swiper-slide.swiper-slide-active .promotion-desc h3 {
  color: var(--text-color);
}
.promotion .sw-promotion .swiper-slide .pro-img-wrap {
}
.promotion .sw-promotion .swiper-slide .pro-img-wrap img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center center;
}

.promotion .sw-promotion .swiper-slide .promotion-desc {
  padding: 5%;
}
.promotion .sw-promotion .swiper-slide .promotion-desc h3 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotion .sw-promotion .swiper-slide .promotion-desc span {
  margin-top: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14.5px;
}

.promotion .sw-promotion-pg {
  margin-top: 10px;
  text-align: center;
}
.promotion .sw-promotion-pg .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #638455;
  margin: 0 10px;
  opacity: 0.5;
  vertical-align: middle;
}
.promotion .sw-promotion-pg .swiper-pagination-bullet-active {
  background: url("../images/pg-icon.png") no-repeat;
  width: 24px;
  height: 39px;
  background-size: cover;
  opacity: 1;
  border-radius: 0;
}

/* 뉴하겐다즈영역 */
.new-haagen-dazs {
  position: relative;
  background: linear-gradient(#fafaf5 0%, #fdfff8 100%);
  overflow: hidden;
}
.new-haagen-dazs::before {
  content: "";
  display: block;
  background: url("../images/ribbon.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.new-haagen-dazs .new-haagen-dazs-tit {
  z-index: 10;
  position: relative;
  left: 0;
  top: 0;
}
.new-haagen-dazs .youtube {
  overflow: hidden;
  border-radius: 70px;
  position: relative;
  border: 10px solid var(--main-color);
  width: 100%;
  /* height: 600px; */
  padding-top: 56.25%;
  margin: 1% auto 0;
  z-index: 30;
}
.new-haagen-dazs .youtube::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 10;
  left: 0;
  top: 0;
}
.new-haagen-dazs .youtube .youtube-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
}

/* with 하겐다즈 */
.with-haagen-dazs {
  background: #fcfff8;
  position: relative;
}
.with-haagen-dazs::after {
  background: url(../images/with-haggen-dazs-bg.png) no-repeat;
  width: 40%;
  height: 100%;
  background-size: 100%;
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
.with-haagen-dazs::before {
  background: url(../images/with-haggen-dazs-bg2.png) no-repeat;
  background-position: bottom left;
  width: 60%;
  height: 100%;
  background-size: 100%;
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.with-haagen-dazs .with-content {
  position: relative;
  margin-top: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  z-index: 10;
  gap: 20px;
}
.with-haagen-dazs .with-content .with-content-box {
  width: 30%;
  height: 40%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.with-haagen-dazs .with-content .with-content-box .with-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}
.with-haagen-dazs .with-content .with-content-box .with-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.with-haagen-dazs .with-content .with-content-box .with-img-wrap img:hover {
  transform: scale(110%);
}
.with-haagen-dazs .with-content .with-content-box .with-tit {
  font-family: var(--EGfont);
  font-size: 32px;
  color: var(--text-color);
  display: block;
  margin-bottom: 5px;
}
.with-haagen-dazs .with-content .with-content-box .with-desc {
  line-height: 1.5;
}

/* sns */
.sns {
  background: #faf5f5;
  position: relative;
  overflow: hidden;
  height: 76vh;
}
.sns::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/sns-bg.png") no-repeat;
  width: 450px;
  height: 700px;
  background-size: 110%;
  bottom: 0;
  right: 0;
}
.sns .sns-tit {
  position: relative;
  z-index: 30;
}
.sns .sns-icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 15px 0;
  position: relative;
  z-index: 10;
}
.sns .sns-icon div {
  cursor: pointer;
}
.sns .sw-instagram,
.sns .sw-facebook {
  position: relative;
  cursor: pointer;
}
.sns .instagram-wrap {
  position: relative;
  width: 250px;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
}
.sns .instagram-wrap::before {
  content: "";
  display: block;
  background: url("../images/instagram-icon-R.png") no-repeat;
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: absolute;
  right: 3%;
  top: 4%;
  background-size: cover;
  z-index: 20;
}
.sns .instagram-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.sns .instagram-wrap img:hover {
  transform: scale(105%);
}

.sns .facebook-wrap {
  position: relative;
  width: 250px;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
}
.sns .facebook-wrap::before {
  content: "";
  display: block;
  background: url("../images/facebook-icon-R.png") no-repeat;
  width: 40px;
  height: 40px;
  object-fit: cover;
  position: absolute;
  right: 3%;
  top: 4%;
  background-size: cover;
  z-index: 20;
}
.sns .facebook-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.sns .facebook-wrap img:hover {
  transform: scale(105%);
}

.sns .sns-id {
  margin: 20px auto 0;
  width: 200px;
  height: 53px;
  text-align: center;
  background: var(--text-color);
  border-radius: 50px;
}
.sns .sns-id span {
  display: block;
  color: #fff;
  line-height: 53px;
  font-weight: 700;
}

/* footer */
footer {
  background: var(--main-color);
}
footer .container {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
  position: relative;
}
footer .footer-left {
  width: 560px;
}
footer .footer-left .logo {
  margin-bottom: 30px;
  width: 140px;
}
footer .footer-left .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .footer-left .footer-info {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  white-space: nowrap;
  flex-wrap: wrap;
}
footer .footer-left .footer-info li a {
  color: #fff;
  font-weight: lighter;
  font-size: 15px;
}
footer .footer-left .footer-info li a:hover {
  font-weight: bold;
}
footer .footer-left .copyright {
  color: #fff;
}
footer .footer-left .copyright span {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  font-weight: lighter;
  margin-bottom: 5px;
  word-break: keep-all;
}
footer .footer-left .copyright span:last-child {
  margin-bottom: 40px;
  white-space: wrap;
  width: 90%;
}

footer .footer-right {
  margin-right: 5%;
}
footer .footer-right .footer-menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  text-align: center;
}
footer .footer-right .footer-menu > li {
  height: 100%;
}
footer .footer-right .footer-menu > li a {
  color: #fff;
  font-weight: lighter;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
footer .footer-right .footer-menu > li > a:hover {
  font-weight: bold;
}
footer .footer-right .footer-menu > li .footer-submenu li a {
  font-size: 12px;
}
footer .footer-right .footer-menu > li:hover > a {
  font-weight: bold;
}
footer .footer-right .footer-menu > li .footer-submenu li:hover a {
  font-weight: bold;
}

footer .footer-right .footer-sns {
  display: flex;
  gap: 15px;
  justify-content: end;
}
footer .footer-right .footer-sns .footer-icon {
  width: 25px;
  height: 25px;
}
footer .footer-right .footer-sns .footer-icon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
