body {
  background: #c8c5c3;
}
#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: 350px;
  /* margin-top: 40px; */
}
#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 .overview {
  position: absolute;
  left: 370px;
  top: 1058px;
  z-index: 0;
}

#header .inner .overview h2 {
  font-size: 48px;
  color: var(--point-color1);
  font-weight: 700;
  margin-bottom: 40px;
}
#header .inner .overview h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-right: 50px;
}
#header .inner .overview .ov-txt p {
  margin-bottom: 50px;
}

#header .inner .overview p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

#header .inner .overview .time {
  display: flex;
}
#header .inner .overview .make {
  display: flex;
}

#header .inner .overview .role {
  display: flex;
}
#header .inner .overview .role p {
  margin-left: 35px;
}

#header .inner .overview .tool {
  display: flex;
}
#header .inner .overview .tool-txt {
  margin-left: 10px;
}
#header .inner .overview .tool-txt p {
  font-size: 16px;
  margin-right: 20px;
}

#header .inner .overview .tool1,
#header .inner .overview .tool2,
#header .inner .overview .tool3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#header .inner .overview .tool2 p {
  padding-right: 7px;
}
#header .inner .overview .tool3 p {
  padding-right: 13px;
}

#header .inner .overview .tool1 > div,
#header .inner .overview .tool2 > div,
#header .inner .overview .tool3 > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .inner .overview .tool1 img,
#header .inner .overview .tool2 img {
  height: 30px;
  width: auto;
  display: block;
}

#header .inner .overview .tool-txt p {
  font-size: 16px;
  margin-right: 20px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

#header .inner .concept {
  position: absolute;
  left: 370px;
  top: 1630px;
  z-index: 0;
}
#header .inner .concept h2 {
  font-size: 48px;
  color: var(--point-color1);
  font-weight: 700;
  margin-bottom: 40px;
}
#header .inner .concept h3 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}

#header .inner .concept p {
  font-family: Roboto;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}

#header .inner .concept strong {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
}

#header .inner .concept .visual {
  display: flex;
  gap: 40px;
}

#header .inner .concept .visual-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#header .inner .concept .visual-item img {
  display: block;
  width: 100%;
  height: auto;
}

#header .inner .concept .visual-item p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

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

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

#header .arrow3 {
  position: absolute;
  left: 450px;
  bottom: 250px;
  width: 280px;
  height: 130px;
  z-index: -2;
  transform: rotate(15deg);
}

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

#header .inner .play {
  position: absolute;
  right: 300px;
  top: 1100px;
  z-index: 10;
  margin-bottom: 20px;
  width: 500px;
  height: 650px;
}

#header .play .play-btn {
  position: absolute;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#header .play .play-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}

/* 버튼 1 */
#header .play .play-btn {
  top: 50px;
  right: 0;
  width: 500px;
  height: 500px;
}
#header .play .play-btn::after {
  background-image: url(/images/circle.png);
  background-size: 400px 400px;
}

#header .play .play-btn p {
  position: relative;
  z-index: 10;
  font-family: ShadowsIntoLight;
  font-size: 40px;
  color: #212121;
  margin: 0;
  display: inline-block;
}

#header .play .play-btn p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--point-color2);
  transition: width 0.2s ease;
}

#header .play .play-btn:hover p::after {
  width: 100%;
}

#header .play .play-btn:hover::after {
  opacity: 0.8;
}
/* ================================ */

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-modal.show {
  display: flex;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  width: 1200px;
  max-width: 90%;
  z-index: 1001;
}

.video-modal-content video {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

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

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

/* ========================================== */
/* POINT COLOR */
/* ========================================== */

#container .point-color {
  position: relative;
  width: 1400px;
  left: 50%;
  transform: translateX(-50%);
}

#container .point-color .point-color-bg {
  display: block;
  width: 100%;
  height: auto;
}

#container .point-color .pc-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#container .point-color .pc-title {
  position: absolute;
  left: 13.7%;
  top: 9%;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #212121;
  white-space: nowrap;
}

#container .point-color .pc-box {
  position: absolute;
  left: 13.7%;
  width: 27.9%;
  height: 16.1%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#container .point-color .pc-box span {
  font-size: 22px; /* 1180px 기준 고정값 */
  font-weight: 700;
  letter-spacing: 0.03em;
}

#container .point-color .pc-box1 {
  top: 27.1%;
  background: #f5d423;
  border: 1px solid #ffffff;
}

#container .point-color .pc-box1 span {
  color: #212121;
}

#container .point-color .pc-box2 {
  top: 47.9%;
  background: #3e6826;
}

#container .point-color .pc-box2 span {
  color: #fff;
}

#container .point-color .pc-box3 {
  top: 68.8%;
  background: #fff3cf;
  border: 1px solid #e8dfb8;
}

#container .point-color .pc-box3 span {
  color: #212121;
}

/* ========================================== */
/* VISUAL (서체 비교) */
/* ========================================== */

#container .inner .visual {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

#container .inner .visual .visual-txt {
  order: 1;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 35px;
}

#container .inner .visual .visual-txt h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--point-color1);
}

#container .inner .visual .visual-txt p {
  font-size: 20px;
  color: #212121;
}

#container .inner .visual .visual-font {
  order: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}

#container .inner .visual .visual-font .font-wrap {
  width: 500px;
  height: auto;
}

#container .inner .visual .visual-font .check {
  align-self: flex-end;
}

#container .inner .visual .visual-font2 {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1400px;
  margin-left: calc((1180px - 1400px) / 2); /* -110px */
}

#container .inner .visual .visual-font2 img {
  height: auto;
  display: block;
}

/* ========================================== */
/* 장면 편집,수정과정 */
/* ========================================== */

#container .inner .edit-process {
  display: flex;
  gap: 80px;
  padding-top: 150px;
}

/* ---- 왼쪽: 영상 3개 ---- */
#container .inner .edit-videos {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 580px;
  flex-shrink: 0;
}

#container .inner .edit-video {
  width: 100%;
  aspect-ratio: 580 / 300;
  background: #d9d9d9;
}

#container .inner .edit-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- 오른쪽: 타이틀 + 텍스트 + 화살표 ---- */
#container .inner .edit-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 530px;
}

#container .inner .edit-info h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--point-color1);
  letter-spacing: 0.01em;
  margin-bottom: 60px;
}

#container .inner .edit-step p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
}

/* 화살표 (순수 CSS) */
#container .inner .edit-arrow {
  position: relative;
  width: 3px;
  height: 150px;
  background: #212121;
  margin: 0 0 0 40px;
}

#container .inner .edit-arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #212121;
}

#container .inner .last {
  font-size: 32px;
  font-weight: 700;
  color: var(--point-color1);
  margin-top: 50px;
  text-align: right;
  margin-right: 170px;
}

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

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

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