html,
body,
a,
button {
  font-family: 'Notosans';
}

.micro_wrap .m_show {
  display: none;
}
.micro_wrap .m_hide {
  display: block;
}
/* .micro_wrap .kv {position: relative; height: calc(100dvh - 116px);}
.micro_wrap .kv .control_box {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 100%;
    transform: translateX(-50%) translateZ(1px);
    z-index: 1;
    bottom: 1.71875vw;
    max-width: 71.875vw;
    padding: 0 1.25vw;
}
.micro_wrap .kv .control_box button {
    width: 44px;
    height: 44px;
    pointer-events: all;
}
.micro_wrap .kv video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.micro_wrap .scroll-line {
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 transform: translateX(-50%);
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 z-index: 3;
	 justify-content: center;
	 transition: opacity 0.3s;
	 opacity: 0;
	 animation: scrollopc 0.9s 1s forwards;
}
 @keyframes scrollopc {
	 0% {
		 opacity: 0;
	}
	 100% {
		 opacity: 1;
	}
}
.micro_wrap .scroll-line .scroll_txt {
	 color: #fff;
	 font-family: 'Pretendard', sans-serif;
	 font-size: 12px;
	 font-weight: 500;
	 line-height: normal;
	 letter-spacing: 2px;
	 margin-bottom: 9px;
}
.micro_wrap .scroll-line .line {
	 position: relative;
	 width: 2px;
	 height: 80px;
	 background-color: rgba(255, 255, 255, 0.3);
	 overflow: hidden;
	 z-index: 2;
}
.micro_wrap .scroll-line .line:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 2px;
	 height: 31px;
	 background-color: #fff;
	 animation: scrolldown 2s ease-in infinite;
}
 @keyframes scrolldown {
	 0% {
		 top: -20%;
	}
	 100% {
		 top: 120%;
	}
} */
.micro_wrap .art_wrap {
  padding: 482px 0 578px 0;
  /* background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); */
  background-image: url(/kr/story/lge-news/lge-art-for-you/img/bg_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.micro_wrap .art_wrap .flex_col {
  display: flex;
  flex-direction: column;
  /* gap:120px; */
  align-items: center;
  justify-content: center;
  text-align: center;
}
.micro_wrap .art_wrap .flex_col .img_box {
  max-width: 1244px;
  width: 100%;
  margin-bottom: 214px;
}
/* .micro_wrap .art_wrap .flex_col .border {
    width:2px;
    height: 160px;
    background-color: #fff;
} */
.micro_wrap .art_wrap .flex_col p {
  font-size: 29px;
  line-height: 49px;
  color: #fff;
}
.micro_wrap .art_wrap .flex_col p + p {
  margin-top: 46px;
}
.micro_wrap .art_wrap .flex_col p.bold {
  font-weight: 700;
}
.micro_wrap .youtube_wrap {
  background-color: #000;
  text-align: center;
  padding: 124px 0 245px 0;
  position: relative;
}
.micro_wrap .youtube_wrap::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.micro_wrap .youtube_wrap .title {
  font-weight: 700;
  font-size: 29px;
  line-height: 49px;
  color: #fff;
  margin-bottom: 46px;
}
.micro_wrap .youtube_wrap .sub_title {
  font-weight: 400;
  font-size: 29px;
  line-height: 49px;
  color: #fff;
}

.micro_wrap .youtube_box {
  margin-top: 124px;
  position: relative;
  max-width: 1130px;
  height: 540px;
  margin: 124px auto 0;
}
.micro_wrap .youtube_box .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.micro_wrap .youtube_box .img_box,
.micro_wrap .youtube_box .frame_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.micro_wrap .youtube_box .img_box {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
  overflow: hidden;
}
.micro_wrap .youtube_box .img_box img {
  width: 100%;
  object-fit: cover;
}

.micro_wrap .youtube_box .frame_youtube {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.micro_wrap .youtube_box .frame_youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.micro_wrap .youtube_box .img_box.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.micro_wrap .youtube_box .frame_youtube.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.micro_wrap .lg_logo {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .micro_wrap .m_show {
    display: block;
  }
  .micro_wrap .m_hide {
    display: none;
  }
  .micro_wrap .art_wrap {
    padding: 120px 0 180px 0;
    background-image: url(/kr/story/lge-news/lge-art-for-you/img/bg_mo.png);
  }
  .micro_wrap .art_wrap .flex_col {
    gap: 0px;
    margin: 0 30px;
  }
  .micro_wrap .art_wrap .flex_col .img_box {
    width: 100%;
    margin-bottom: 80px;
  }
  .micro_wrap .art_wrap .flex_col p {
    font-size: 14px;
    line-height: 140%;
  }
  .micro_wrap .art_wrap .flex_col p + p {
    margin-top: 40px;
  }
  .micro_wrap .youtube_wrap {
    padding: 200px 0 120px 0;
  }
  .micro_wrap .youtube_wrap::after {
    width: 40px;
    height: 2px;
    top: 120px;
  }
  .micro_wrap .youtube_wrap .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .micro_wrap .youtube_wrap .sub_title {
    font-size: 18px;
    line-height: 25px;
  }
  .micro_wrap .youtube_box {
    margin: 80px 30px 0;
    height: 40vw;
  }
  .micro_wrap .youtube_box .img_box {
    width: 100%;
    height: 100%;
  }
  .micro_wrap .youtube_box .frame_youtube {
    width: 100%;
    height: 100%;
  }
  .micro_wrap .lg_logo {
    margin-top: 80px;
  }
  .micro_wrap .lg_logo img {
    width: 106px;
  }
}
