@charset "UTF-8";

/*231201 start*/
/*공간 페이지 start*/
button {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.ground-component-slide-control01 {
  width: 82px;
  height: 28px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 40px;
  right: 0;
}
.ground-component-slide-control01 .component-prev-btn, .ground-component-slide-control01 .component-next-btn {
  width: 9px;
  height: 14px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide_btn.png);
  padding: 0;
  position: absolute;
  top: 50%;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ground-component-slide-control01 .component-prev-btn:before, .ground-component-slide-control01 .component-next-btn:before {
  content: none;
}
.ground-component-slide-control01 .component-prev-btn.slick-disabled, .ground-component-slide-control01 .component-next-btn.slick-disabled {
  display: block !important;
}
.ground-component-slide-control01 .component-next-btn {
  right: 11px;
}
.ground-component-slide-control01 .component-prev-btn {
  left: 11px;
  transform-origin: 50% 0;
  -webkit-transform: rotate(180deg) translate(0, -50%);
  -moz-transform: rotate(180deg) translate(0, -50%);
  -ms-transform: rotate(180deg) translate(0, -50%);
  -o-transform: rotate(180deg) translate(0, -50%);
  transform: rotate(180deg) translate(0, -50%);
}
.ground-component-slide-control01 .component-play-btn {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ground-component-slide-control01 .component-play-btn.stop {
  width: 8px;
  height: 12px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide_stop.png);
}
.ground-component-slide-control01 .component-play-btn.play {
  width: 13px;
  height: 14px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide_play.png);
}

.ground-component-slide-control02 {
  position: absolute;
  bottom: 48px;
  right: 240px;
  display: flex;
}
.ground-component-slide-control02 .controls-wrap {
  width: 144px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
.ground-component-slide-control02 .controls-wrap button {
  width: 14px;
  height: 22px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide_btn02.png);
  position: absolute;
  top: 50%;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.ground-component-slide-control02 .controls-wrap button:before {
  content: none;
}
.ground-component-slide-control02 .controls-wrap button.component-prev-btn {
  left: 12px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  -o-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
.ground-component-slide-control02 .controls-wrap button.component-next-btn {
  right: 12px;
}
.ground-component-slide-control02 .controls-wrap button.slick-disabled {
  display: block !important;
}
.ground-component-slide-control02 .controls-wrap .page-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ground-component-slide-control02 .controls-wrap .page-wrap .count:before {
  content: "/";
  margin: 0 8px 0 0;
}
.ground-component-slide-control02 .component-play-btn {
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.ground-component-slide-control02 .component-play-btn.stop {
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide_stop02.png);
}
.ground-component-slide-control02 .component-play-btn.play {
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide_play02.png);
}

.ground-component-slide-wrap01 {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f0ece4;
  position:relative;
}
.ground-component-slide-wrap01 .component-slide-wrapper {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.ground-component-slide-wrap01 .component-slide {
  height: 720px;
  border-radius: 360px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.ground-component-slide-wrap01 .component-slide:nth-of-type(1) {
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide01_img01.jpg);
}
.ground-component-slide-wrap01 .component-slide:nth-of-type(2) {
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide01_img02.jpg);
}
.ground-component-slide-wrap01 .component-slide:nth-of-type(3) {
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide01_img03.jpg);
}
.ground-component-slide-wrap01 .component-slide:nth-of-type(4) {
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide01_img04.jpg);
}
.ground-component-slide-wrap01 .slick-dots {
  padding: 0;
  position: absolute;
  bottom: 56px;
  left: 0;
  display: flex;
}
.ground-component-slide-wrap01 .slick-dots li {
  margin: 0 8px 0 0;
  padding: 0;
  display: inline-block;
}
.ground-component-slide-wrap01 .slick-dots li.slick-active button {
  width: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
}
.ground-component-slide-wrap01 .slick-dots li button {
  width: 120px;
  height: 3px;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

.ground-component-slide-wrap02 {
  max-width: 1920px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 24px 0 53px;
  background-color: #f0ece4;
  position: relative;
}
.ground-component-slide-wrap02 .component-slide {
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.ground-component-slide-wrap02 .component-slide.first {
  width: 573px;
  height: 563px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide02_img01.png);
}
.ground-component-slide-wrap02 .component-slide.second {
  width: 563px;
  height: 563px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide02_img02.png);
}
.ground-component-slide-wrap02 .component-slide.third {
  width: 567px;
  height: 563px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide02_img03.png);
}
.ground-component-slide-wrap02 .component-slide.fourth {
  width: 572px;
  height: 562px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide02_img04.png);
}
.ground-component-slide-wrap02 .component-slide.fifth {
  width: 563px;
  height: 563px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide02_img05.png);
}
.ground-component-slide-wrap02 .component-slide.sixth {
  width: 568px;
  height: 563px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/slide02_img06.png);
}
.ground-component-slide-wrap02 .component-slide.slick-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ground-component-video-wrap {
  max-width: 1920px;
  min-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.ground-component-video-wrap video {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -54%);
  -moz-transform: translate(0, -54%);
  -ms-transform: translate(0, -54%);
  -o-transform: translate(0, -54%);
  transform: translate(0, -54%);
}
.ground-component-video-wrap button {
  height: 44px;
  padding: 0 19px;
  border: 1px solid #cbc8c2;
  border-radius: 22px;
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  font-family: "LGEI Text";
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 48px;
  right: 48px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.ground-component-video-wrap button:hover {
  color: #fff;
  background-color: #ea1917;
  border: 1px solid #ea1917;
}

.ground-component-font-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 48px 0;
  background-color: #f0ece4;
}
.ground-component-font-wrap .component-font-wrapper {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ground-component-font-wrap .img-wrap {
  width: 476px;
  height: 600px;
  background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/font_img.jpg);
  border-radius: 20px;
  -ms-background-position-x: 50%;
  background-position-x: 50%;
  -ms-background-position-y: 50%;
  background-position-y: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.ground-component-font-wrap p {
  padding: 0 14px 0 0;
  font-family: "LGEI Headline";
  font-size: 40px;
  color: #000;
  font-weight: 400;
  line-height: 60px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .ground-component-slide-control01 {
    width: 22.78vw;
    height: 7.78vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3.89vw;
    bottom: 6.67vw;
    right: 4.44vw;
  }
  .ground-component-slide-control01 .component-prev-btn, .ground-component-slide-control01 .component-next-btn {
    width: 2.08vw;
    height: 3.47vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide_btn.png);
  }
  .ground-component-slide-control01 .component-next-btn {
    right: 3.19vw;
  }
  .ground-component-slide-control01 .component-prev-btn {
    left: 3.19vw;
  }
  .ground-component-slide-control01 .component-play-btn.stop {
    width: 2.22vw;
    height: 2.92vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide_stop.png);
  }
  .ground-component-slide-control01 .component-play-btn.play {
    width: 2.5vw;
    height: 2.78vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide_play.png);
  }
  .ground-component-slide-control02 {
    display: none;
  }
  .ground-component-slide-wrap01 .component-slide-wrapper {
    width: auto;
  }
  .ground-component-slide-wrap01 .component-slide {
    height: 47.5vw;
    margin: 0 2.43vw;
    border-radius: 23.89vw;
  }
  .ground-component-slide-wrap01 .component-slide:nth-of-type(1) {
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide01_img01.jpg);
  }
  .ground-component-slide-wrap01 .component-slide:nth-of-type(2) {
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide01_img02.jpg);
  }
  .ground-component-slide-wrap01 .component-slide:nth-of-type(3) {
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide01_img03.jpg);
  }
  .ground-component-slide-wrap01 .component-slide:nth-of-type(4) {
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide01_img04.jpg);
  }
  .ground-component-slide-wrap01 .slick-dots {
    bottom: 10.14vw;
    left: 4.44vw;
  }
  .ground-component-slide-wrap01 .slick-dots li {
    margin: 0 1.11vw 0 0;
  }
  .ground-component-slide-wrap01 .slick-dots li button {
    width: 5.56vw;
    height: 0.83vw;
    border-radius: 0.42vw;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .ground-component-slide-wrap01 .slick-dots li.slick-active button {
    width: 5.56vw;
    border-radius: 0.42vw;
  }
  .ground-component-slide-wrap02 {
    min-width: auto;
    padding: 6.11vw 0;
  }
  .ground-component-slide-wrap02 .component-slide.first {
    width: 58.47vw;
    height: 57.64vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide02_img01.png);
  }
  .ground-component-slide-wrap02 .component-slide.second {
    width: 57.5vw;
    height: 57.5vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide02_img02.png);
  }
  .ground-component-slide-wrap02 .component-slide.third {
    width: 57.92vw;
    height: 57.64vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide02_img03.png);
  }
  .ground-component-slide-wrap02 .component-slide.fourth {
    width: 58.61vw;
    height: 57.64vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide02_img04.png);
  }
  .ground-component-slide-wrap02 .component-slide.fifth {
    width: 57.5vw;
    height: 57.5vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide02_img05.png);
  }
  .ground-component-slide-wrap02 .component-slide.sixth {
    width: 57.92vw;
    height: 57.64vw;
    background-image: url(/content/dam/channel/wcms/global/lifesgood/ground/m/slide02_img06.png);
  }
  .ground-component-video-wrap {
    min-width: auto;
    height: auto;
  }
  .ground-component-video-wrap video {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .ground-component-video-wrap button {
    height: 11.11vw;
    padding: 0 3.06vw;
    border: 0.28vw solid #cbc8c2;
    border-radius: 5.56vw;
    font-size: 3.89vw;
    line-height: 11.11vw;
    top: auto;
    right: auto;
    bottom: 15.83vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .ground-component-video-wrap button:hover {
    color: #000;
    background-color: #fff;
    border: 0.28vw solid #cbc8c2;
  }
  .ground-component-font-wrap {
    padding: 16.94vw 0 6.94vw;
  }
  .ground-component-font-wrap .component-font-wrapper {
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ground-component-font-wrap .img-wrap {
    width: 66.11vw;
    height: 83.33vw;
    border-radius: 2.78vw;
  }
  .ground-component-font-wrap p {
    padding: 3.33vw 0 0;
    font-size: 4.44vw;
    line-height: 4.44vw;
  }
}
/*공간 페이지 end*/
/*231201 start*/

/*유튜브 팝업 start*/
.youtube-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.youtube-popup .popup-box {
  width: 1280px;
  height: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}

.youtube-popup .popup-box iframe {
  width: 100%;
  height: 100%;
}

.youtube-popup .yt-close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  text-indent: -9999px;
  right: 0;
}

.youtube-popup .yt-close-btn:after,
.youtube-popup .yt-close-btn:before {
  width: 50px;
  height: 2px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
}

.youtube-popup .yt-close-btn:before {
  transform: rotate(45deg);
}

.youtube-popup .yt-close-btn:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .youtube-popup .popup-box {
    width: 100%;
    height: 56vw;
  }
}
/*유튜브 팝업 end*/

/*slick start*/
.slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list {position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus {outline:0}
.slick-list.dragging {cursor:pointer;cursor:hand}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.slick-track {position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:after, .slick-track:before {content:"";display:table}
.slick-track:after {clear:both}
.slick-loading .slick-track {visibility:hidden}
.slick-slide {float:left;height:100%;min-height:1px;display:none}
[dir=rtl] .slick-slide {float:right}
.slick-slide img {display:block}
.slick-slide.slick-loading img {display:none}
.slick-slide.dragging img {pointer-events:none}
.slick-initialized .slick-slide {display:block}
.slick-loading .slick-slide {visibility:hidden}
.slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden {display:none}
.slick-dots {position:absolute;bottom:-44px;left:0;width:100%;text-align:center;font-size:0}
.slick-dots li {display:inline-block;padding:0 6px;font-size:0;vertical-align:middle}
@media screen and (max-width:767px) {
  .slick-dots li {padding:0 4px}
}
.slick-dots li button {display:inline-block;width:12px;height:12px;border-radius:50%;border:0;background:#aaa;vertical-align:top;font-size:0;overflow:hidden}
@media screen and (max-width:767px) {
  .slick-dots li button {width:8px;height:8px}
}
.slick-dots li.slick-active button {width:28px;border-radius:6px;background:#ec455a}
@media screen and (max-width:767px) {
  .slick-dots li.slick-active button {width:18px}
}
.slick-controls {position:absolute;bottom:-44px;width:100%;text-align:center}
.slick-controls .slick-dot-container {font-size:0}
.slick-controls .slick-dot-container, .slick-controls .slick-dots {display:inline-block !important;position:static;vertical-align:middle;width:auto;margin-right:6px}
.slick-arrow {display:inline-block;position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;border:0;width:40px;height:40px;z-index:1}
.slick-arrow:before {content:' ';display:block;width:40px;height:40px;border-radius:50%;background-repeat:no-repeat;background-size:100%;box-shadow:2px 4px 16px 0 rgba(0, 0, 0, .14)}
.slick-arrow.slick-prev {left:0}
.slick-arrow.slick-prev:before {background-image:url(https://www.lge.co.kr/lg5-common/images/icons/btn-arr-40x40-lt.svg)}
.slick-arrow.slick-next {right:0}
.slick-arrow.slick-next:before {background-image:url(https://www.lge.co.kr/lg5-common/images/icons/btn-arr-40x40-rt.svg)}
.slick-arrow.slick-disabled {display:none !important}
@media screen and (max-width:767px) {
  .slick-arrow {width:36px;height:36px;padding:4px}
  .slick-arrow::before {width:28px;height:28px}
  .slick-arrow.prev::before {background-image:url(https://www.lge.co.kr/lg5-common/images/icons/btn-arr-40x40-lt-m.svg)}
  .slick-arrow.next::before {background-image:url(https://www.lge.co.kr/lg5-common/images/icons/btn-arr-40x40-rt-m.svg)}
}
/*slick end*/

/*display 관련 start*/
.mo_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .mo_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

.hidden-txt {
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  width: 0;
  height: 0;
  line-height: 1px;
  position: absolute;
}
/*display 관련 end*/