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 .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: 11000px;
  z-index: -1;
}

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

#header .inner .youtube-intro {
  position: absolute;
  left: 370px;
  top: 1630px;
  width: 1180px;
  display: flex;
  align-items: center;
  gap: 60px;
}

#header .inner .youtube-intro .yt-thumb {
  width: 650px;
  flex-shrink: 0;
}

#header .inner .youtube-intro .yt-thumb img {
  width: 100%;
  display: block;
}

#header .inner .youtube-intro .yt-txt {
  flex: 1;
}

#header .inner .youtube-intro .yt-txt h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--point-color1);
  margin-bottom: 20px;
}

#header .inner .youtube-intro .yt-txt p {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  line-height: 1.7;
}

#header .inner .youtube-intro .yt-txt .yt-link-wrap {
  margin-top: 30px;
}

#header .inner .youtube-intro .yt-txt a {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #212121;
  color: #212121;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
}

#header .inner .youtube-intro .yt-txt a:hover {
  border: 2px solid #ff0034;
  background: #ff0034;
  color: #fff;
}

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

#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: -80px;
  width: 500px;
  height: 500px;
}
#header .play .play-btn::after {
  background-image: url(/images/circle.png);
  background-size: 350px 350px;
}

#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 {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

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

#container .inner .concept {
  margin-bottom: 100px;
}
#container .inner .concept p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}
#container .inner .concept .visual {
  display: flex;
  gap: 40px;
  margin: 30px 0;
}
#container .inner .concept .visual img {
  width: 100%;
}

#container .inner h3 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

#container .inner h2 {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  color: var(--point-color1);
  justify-content: space-between;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}

#container .inner .b-img {
  display: flex;
  justify-content: space-between;
}

#container .inner .b-txt {
  display: flex;
  margin: 20px 0 80px 0;
}

#container .inner .after {
  margin-bottom: 50px;
}
#container .inner .father {
  margin-bottom: 100px;
}

#container .inner .house {
  position: relative;
}
#container .inner .house img {
  position: relative;
  margin-bottom: 50px;
}
#container .inner .house .room1 {
  display: flex;
}
#container .house .room1 img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 820px;
}

#container .inner .house p {
  position: absolute;
  top: 340px;
  right: 70px;
  z-index: 10;
  color: #fff;
  font-size: 16px;
}

#container .inner .house-top .link-wrap {
  position: absolute;
  top: 450px;
  right: 85px;
  z-index: 10;
}

#container .inner .house-top a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}

#container .inner .house-top a:hover {
  background: #fff;
  color: #212121;
}

#container .inner .house .room2 {
  display: flex;
  justify-content: end;
}
#container .house .room2 img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 1265px;
}
#container .inner .house .room3 {
  display: flex;
}
#container .house .room3 img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 1700px;
}

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

#container .search {
  justify-content: center;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
}

#container .search img {
  padding-bottom: 50px;
}

#container .search .point1-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4700px;
  width: 1400px;
  height: 600px;
  background: url(/images/lizzie/Rectangle50.png) no-repeat center left;
  padding: 50px 855px 50px 110px;
}
#container .search .point2-txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5520px;
  width: 1400px;
  height: 600px;
  background: url(/images/lizzie/Rectangle50.png) no-repeat center left;
  padding: 50px 855px 50px 110px;
}

#container .search .point1-txt h2 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  padding-bottom: 30px;
}
#container .search .point2-txt h2 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 20px;
}
#container .search .point1-txt h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
#container .search .point2-txt h3 {
  font-size: 16px;
  color: #212121;
  padding-bottom: 50px;
  line-height: 1.5;
}
#container .search .point1-txt p {
  font-size: 16px;
  color: #212121;
  padding-bottom: 15px;
  line-height: 1.5;
}
#container .search .point2-txt p {
  font-size: 16px;
  color: #212121;
  padding-bottom: 30px;
  line-height: 1.5;
}

#container .search .point1-txt strong,
#container .search .point2-txt strong {
  font-weight: 700;
}

#container .search .poison {
  position: absolute;
  right: -110px;
  top: 4760px;
  width: 330px;
  height: auto;
  z-index: 10;
}
#container .search .poison img {
  transition: transform 0.3s ease;
}
#container .search .poison:hover img {
  transform: rotate(5deg) scale(1.05);
}

#container .search .news {
  position: absolute;
  right: 70px;
  top: 5660px;
  width: 550px;
  height: auto;
  z-index: 10;
}
#container .search .news img {
  transition: transform 0.3s ease;
}
#container .search .news:hover img {
  transform: scale(1.05);
}
/* ===============================*/

#container .work {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  height: auto;
}
#container .work .backimg {
  position: relative;
  left: 240px;
  top: 0;
}

#container .work .top-txt h2 {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  color: var(--point-color1);
  margin-bottom: 30px;
  margin-top: 100px;
  letter-spacing: 0.1em;
}
#container .work .top-txt h3 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  color: #212121;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#container .work .top-txt p {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  margin-top: 20px;
}

#container .work .img-with-caption {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

#container .work .img-stack {
  display: flex;
  flex-direction: column;
}

#container .work .img-stack img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

#container .work .camera-txt {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

#container .work .scene-block p {
  text-align: left;
}

#container .work .work-img {
  position: absolute;
  left: 0;
  top: 300px;
  display: flex;
}

#container .work .work-img .right-work {
  margin-top: -50px;
  text-align: right;
}

#container .work .work-img p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}
#container .work .work-img img {
  margin-bottom: 20px;
}

#container .work .final {
  position: absolute;
  top: 1630px;
  left: 180px;
  text-align: center;
}
#container .work .final p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

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

.video-row {
  margin-top: 650px;
  padding: 0 110px;
}

.video-row .video-wrap {
  display: flex;
  gap: 20px;
}

.video-row .video-box {
  width: 50%;
}

.video-row .label-before,
.video-row .label-after {
  font-size: 32px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 12px;
  text-align: left;
}
.video-row .video-box h3 {
  font-weight: 700;
}

.video-row .video-box p {
  font-weight: 400;
  color: #212121;
  margin-top: 20px;
}

.video-row .video-box strong {
  font-weight: 700;
  color: #212121;
}

.video-row .video-box .diff {
  color: var(--point-color1);
  font-weight: 400;
  background: rgba(255, 155, 155, 0.15);
  padding: 0 2px;
  border-radius: 2px;
}

.video-row video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

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

#footer {
  position: relative;
  height: 12300px;
  margin-top: -11500px;
}

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