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

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

#header .inner .tag {
  position: absolute;
  left: 0;
  top: 170px;
  background: url(/images/page-tag.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header .inner .tag .txt {
  margin-left: 260px;
}
#header .inner .tag p {
  color: var(--point-color1);
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#header .inner .tag h2 {
  font-size: 64px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#header .inner .tag h3 {
  font-size: 36px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#header .inner .mokup {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

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

#header .inner span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1510px;
  background: #fff;
  width: 1400px;
  height: 3761px;
  z-index: -1;
}

#header .inner .txt2 {
  position: absolute;
  top: 980px;
  left: calc(50%);
  transform: translateX(-50%);
  width: 1180px;
}
#header .inner .txt2 .concept {
  display: flex;
}
#header .inner .txt2 .concept h3 {
  margin-top: 77px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#header .inner .txt2 h2 {
  margin-top: 100px;
  color: var(--point-color1);
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#header .inner .txt2 h3 {
  padding-bottom: 50px;
}

#header .inner .color {
  display: flex;
  gap: 10px;
  margin-right: 154px;
}

#header .inner .color .color1,
#header .inner .color .color2,
#header .inner .color .color3 {
  width: 180px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#header .inner .color .color1 {
  background: #ff9b9b;
}
#header .inner .color .color2 {
  background: #ff6e79;
}
#header .inner .color .color3 {
  background: #333;
  color: #fff;
}

#header .inner .typo {
  display: flex;
  gap: 60px;
}

#header .inner .typo1,
#header .inner .typo2,
#header .inner .typo3 {
  display: flex;
  flex-direction: column;
}

#header .inner .typo1 p,
#header .inner .typo2 p,
#header .inner .typo3 p {
  height: 44px;
  display: flex;
  align-items: flex-end;
  margin: 0;
}

#header .inner .typo .light {
  font-size: 16px;
}
#header .inner .typo .medium {
  font-size: 24px;
}
#header .inner .typo .bold {
  font-size: 32px;
  font-weight: 700;
}
/* =============================== */

#header .inner .go-but {
  position: absolute;
  left: 300px;
  top: 540px;
  z-index: 10;
  width: 250px;
  height: 121px;
}

#header .go-but .go-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 121px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: row; /* column → row, 텍스트와 화살표를 가로로 */
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

#header .go-but .go-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/linebutton.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
  transition: color 0.1s ease;
}
#header .go-but .go-page:hover::after {
  background-image: url(/images/linebutton2.png);
}

#header .go-but .go-page p {
  position: relative;
  z-index: 10;
  font-family: ShadowsIntoLight;
  font-size: 24px;
  line-height: 1.5;
  color: #212121;
  margin: 0;
  text-align: left;
}

#header .go-but .go-page:hover p {
  color: var(--point-color1);
}

#header .go-but .go-page .arrow-wrap {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  top: -10px;
  left: 10px;
  background-color: #f0f0f0;
}

#header .go-but .go-page .arrow-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  transition: opacity 0.1s ease;
}

#header .go-but .go-page .arrow-default {
  opacity: 1;
}

#header .go-but .go-page .arrow-hover {
  opacity: 0;
}

#header .go-but .go-page:hover .arrow-default {
  opacity: 0;
}

#header .go-but .go-page:hover .arrow-hover {
  opacity: 1;
}

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

#container .inner {
  width: 1180px;
  padding: 100px 0;
  margin: 0 auto;
}

#container .inner .section-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--point-color1);
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

#container .inner .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* 왼쪽 컬럼 */
#container .inner .left-col {
  width: 570px;
}

#container .inner .renewal-point .label {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}

#container .inner .renewal-point .point-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 80px;
}

#container .inner .renewal-point .point-desc::before {
  content: '';
  display: block;
  background: url(/images/Vector1.png) no-repeat left center;
  width: 159px;
  height: 15px;
  flex-shrink: 0;
}

/* 캐릭터 이미지 + 텍스트 */
#container .inner .char-intro {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}

#container .inner .char-img {
  width: 216px;
  height: 216px;
  flex-shrink: 0;
}

#container .inner .char-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#container .inner .char-text {
  width: 324px;
  /* 570 - 216 - 30(gap) = 324px */
}

#container .inner .char-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

#container .inner .mini-chars img {
  width: 100%;
}

#container .inner .right-col {
  width: 539px;
  flex-shrink: 0;
  display: flex;
}

#container .inner .right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#container .inner2 {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  position: relative;
}

#container .inner2::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #eee;
  transform: translateX(-50%);
}

#container .inner2 .left,
#container .inner2 .right {
  width: 570px;
}

#container .inner2 h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

#container .inner2 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

#container .inner2 p {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 60px;
  padding-left: 30px;
}

#container .inner2 p strong {
  color: var(--point-color1);
  font-weight: 700;
}

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

#footer {
  position: relative;
  height: 5000px;
  margin-top: -4150px;
}

#footer .wrap {
  position: sticky;
  top: 700px;
  height: 800px;
}

#footer img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  align-items: center;
}

#footer .wrap .scr {
  position: relative;
  display: flex;
}

#footer .wrap .scr p {
  font-family: ShadowsIntoLight;
  font-size: 24px;
  color: #212121;
  position: absolute;
  top: 170px;
  left: 300px;
  z-index: 10;
}
#footer .wrap .scr img {
  position: absolute;
  left: 460px;
  top: 175px;
  z-index: 10;
}

#footer .wrap .scr p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 199px;
  height: 96px;
  background: url(/images/line.png) no-repeat center center;
  z-index: -1;
  opacity: 0;
}

#footer .wrap .scr p:hover::before {
  opacity: 1;
}

#footer .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 300px;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  gap: 200px;
  font-family: Roboto;
  color: #212121;
  letter-spacing: 0.1em;
  font-size: 16px;
  max-width: 1400px;
  width: 100%;
  height: 450px;
}

#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;
}
