body {
  background: #7e7e7e;
  height: 100%;
}

#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#header {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}

#header .inner {
  position: relative;
  margin: 0 auto;
}

#header .inner .back {
  padding-top: 120px;
  display: flex;
  justify-content: center;
}

/* ================================= */

#header .inner .gnb {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: 50px;
  background: var(--point-color2);
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 999; /* 다른 콘텐츠보다 확실히 위에 오도록 높임 */
}

#header .inner .gnb a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 700;
  transition: color 0.1s ease;
}

#header .inner .gnb a:hover {
  color: #000;
}

#header .inner .gnb .gnb-back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 50px;
  flex: none;
}

#header .inner .gnb .gnb-back img {
  width: 35px;
  height: auto;
  transition: opacity 0.2s ease;
}

#header .inner .gnb .gnb-back .arrow-default {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 1;
}

#header .inner .gnb .gnb-back .arrow-hover {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
}

#header .inner .gnb .gnb-back:hover .arrow-default {
  opacity: 0;
}

#header .inner .gnb .gnb-back:hover .arrow-hover {
  opacity: 1;
}

/* =================================== */

#container {
  flex: 1;
}

#container .inner {
  height: 100%;
}

#container .inner .tag {
  position: absolute;
  left: 0;
  top: 50px;
  background: url(/images/pagetag-s.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#container .inner .tag .txt {
  margin-left: 50px;
}
#container .inner .tag h2 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .inner .tag h3 {
  padding-top: 5px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#container .inner .tag strong {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* =============================== */

#container .cafe-event {
  position: absolute;
  left: 250px;
  top: 350px;
  width: 1580px;
  height: 1100px;
}
#container .cafe-event .image {
  display: flex;
  gap: 10px;
}
#container .cafe-event .image img {
  /* padding-top: 150px; */
  width: 500px;
  height: auto;
  display: block;
}

#container .cafe-event .image h2 {
  padding: 20px 0 50px 50px;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .cafe-event .image h3 {
  padding: 50px 0 0 50px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--point-color1);
}
#container .cafe-event .image p {
  padding: 50px 0 30px 50px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#container .cafe-event .image2 {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

#container .cafe-event .image22 {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
#container .cafe-event .image22 .cup2 {
  position: absolute;
  top: 800px;
  left: 350px;
  z-index: 10;
}
#container .cafe-event .image22 img {
  width: 700px;
}
#container .cafe-event .image222 img {
  width: 500px;
  padding-right: 50px;
}

/* ================================= */

#container .inner .tag2 {
  position: absolute;
  left: 0;
  top: 1400px;
  background: url(/images/pagetag-s.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#container .inner .tag2 .txt {
  margin-left: 100px;
}
#container .inner .tag2 h2 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .inner .tag2 h3 {
  padding-top: 5px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#container .inner .tag2 strong {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* =============================== */

#container .inner .tag3 {
  position: absolute;
  left: 0;
  top: 4100px;
  background: url(/images/pagetag-s.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#container .inner .tag3 .txt {
  margin-left: 65px;
}
#container .inner .tag3 h2 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .inner .tag3 h3 {
  padding-top: 5px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#container .inner .tag3 strong {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ================================= */

#container .coffee-truck0 {
  position: absolute;
  left: 250px;
  top: 2900px;
  width: 1550px;
  height: 1150px;
  display: flex;
  gap: 20px;
}

#container .coffee-truck0 .image00 img {
  width: 800px;
  height: auto;
  display: block;
}

/* 텍스트 영역 */
#container .coffee-truck0 .image000-0 {
  padding: 100px 0 50px 50px;
}
#container .coffee-truck0 .image000-0 h2 {
  padding-top: 10px;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .coffee-truck0 .image000-0 h3 {
  padding: 20px 0;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--point-color1);
}
#container .coffee-truck0 .image000-0 p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* image333 안 이미지 두 장 */
#container .coffee-truck0 .img000-1 {
  width: 500px;
  height: auto;
  display: block;
  padding: 50px 0 0 50px;
}

#container .coffee-truck0 .img000-2 {
  width: 500px;
  height: auto;
  display: block;
  padding: 30px 0 0 50px;
}

/* ==================================== */

#container .lunch {
  position: absolute;
  left: 150px;
  top: 1680px;
  width: 1550px;
  height: 1150px;
  display: flex;
  gap: 20px;
}

#container .lunch .image33 img {
  width: 900px;
  height: auto;
  display: block;
}

/* 텍스트 영역 */
#container .lunch .image333-0 {
  padding: 30px 0 50px 50px;
}
#container .lunch .image333-0 h2 {
  padding-top: 10px;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .lunch .image333-0 h3 {
  padding: 20px 0;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--point-color1);
}
#container .lunch .image333-0 p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#container .lunch .image333 {
  width: 700px;
}
/* image333 안 이미지 두 장 */
#container .lunch .img333-1 {
  width: 500px;
  height: auto;
  display: block;
  margin-left: 10px;
}

#container .lunch .img333-2 {
  position: absolute;
  top: 550px;
  right: 50px;
  width: 400px;
  height: auto;
  display: block;
}

/* ==================================== */

#container .inner .tag4 {
  position: absolute;
  left: 0;
  top: 2800px;
  background: url(/images/pagetag-s.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#container .inner .tag4 .txt {
  margin-left: 65px;
}
#container .inner .tag4 h2 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .inner .tag4 h3 {
  padding-top: 5px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#container .inner .tag4 strong {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ==================================== */
#container .coffee-truck {
  position: absolute;
  left: 200px;
  top: 4350px;
  width: 1550px;
  height: 1150px;
  display: flex;
  gap: 20px;
}

/* coffeetruck.png 이미지 */
#container .coffee-truck .image12 img {
  width: 900px;
  height: auto;
  display: block;
}

/* 텍스트 영역 */
#container .coffee-truck .image111-0 {
  padding: 30px 0 50px 50px;
}
#container .coffee-truck .image111-0 h2 {
  padding-top: 30px;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .coffee-truck .image111-0 h3 {
  padding: 50px 0;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--point-color1);
}
#container .coffee-truck .image111-0 p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* image111 안 이미지 두 장 */
#container .coffee-truck .img111-1 {
  width: 500px;
  height: auto;
  display: block;
  padding: 50px 0 0 50px;
}

#container .coffee-truck .img111-2 {
  width: 500px;
  height: auto;
  display: block;
  padding: 30px 0 0 50px;
}

/* ========================================== */

#container .inner .tag5 {
  position: absolute;
  left: 0;
  top: 5500px;
  background: url(/images/pagetag-s.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#container .inner .tag5 .txt {
  margin-left: 120px;
}
#container .inner .tag5 h2 {
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .inner .tag5 h3 {
  padding-top: 5px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#container .inner .tag5 strong {
  font-size: 32px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ================================= */

#container .merch {
  position: absolute;
  left: 250px;
  top: 5700px;
  width: 1550px;
  height: 1150px;
  display: flex;
  gap: 20px;
}

#container .merch .image44 img {
  margin-top: 50px;
  width: 1000px;
  height: auto;
  display: block;
}

/* 텍스트 영역 */
#container .merch .image444-0 {
  padding: 30px 0 50px 50px;
}
#container .merch .image444-0 h2 {
  padding-top: 10px;
  font-size: 32px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#container .merch .image444-0 h3 {
  padding: 20px 0;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--point-color1);
}
#container .merch .image444-0 p {
  font-size: 20px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#container .merch .image444 {
  width: 700px;
}
/* image333 안 이미지 두 장 */
#container .merch .img444-1 {
  width: 400px;
  height: auto;
  display: block;
  margin-left: 150px;
}

#container .merch .img444-2 {
  position: absolute;
  top: 550px;
  right: 250px;
  width: 420px;
  height: auto;
  display: block;
}

#container .merch .img444-3 {
  position: absolute;
  top: 800px;
  right: 50px;
  width: 400px;
  height: auto;
  display: block;
  margin-left: 150px;
}

/* ==================================== */

#footer {
  width: 100%;
}

#footer .wrap {
  position: relative;
  height: 500px;
}

#footer .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  font-family: Roboto;
  color: #212121;
  letter-spacing: 0.1em;
  font-size: 16px;
  max-width: 1400px;
  width: 100%;
}

#footer .contact {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2c2c2c;
  height: 500px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#footer .contact h2 {
  color: var(--point-color1);
}
#footer .contact p {
  padding: 5px;
}
#footer .contact strong {
  font-weight: 500;
  padding-right: 20px;
}
#footer .contact .inn {
  padding-left: 10px;
}
#footer .contact .inn2 {
  padding-left: 10px;
}
#footer .contact .txtwrap {
  position: relative;
}

#footer .contact .copy {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  color: var(--gray-500);
  font-size: 14px;
}

/* =================================== */

#top-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 100px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#top-btn.show {
  opacity: 1;
  visibility: visible;
}

#top-btn img {
  width: 100%;
  height: auto;
  display: block;
}

#top-btn:hover {
  opacity: 0.8;
}
