@charset "UTF-8";
/* =============================================================================== */
/* =================================== 준개편 ==================================== */
/* =============================================================================== */

/* ========== [1] detail page ==================================== */
.floating-btnWrap {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 30%);
  opacity: 0;
  background-color: #7f7f7f;
  z-index: 101;
  border-radius: 30px;
  transition: all 0.3s;
}
.floating-btnWrap.is-fixed {
  opacity: 1;
  transform: translate(-50%, 0%);
}
.floating-btnWrap .btn-etc {
  position: relative;
}
.component-recommend-ly.boxOut {
  position: absolute;
}
.c-platbox + .c-platbox,
.c-platbox + .btn-oper {
  margin: 0;
}
.floating-btnWrap .btn-etc .btn-oper {
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  transition: all 0.3s;
}
.floating-btnWrap .btn-etc .btn-oper.icon__share {
  background-image: url(../../assets/images/common/ico_floatingMenu_share.svg);
}
.floating-btnWrap .btn-etc .btn-oper.icon__down {
  background-image: url(../../assets/images/common/ico_floatingMenu_download.svg);
}
.floating-btnWrap .btn-etc .btn-oper.icon__print {
  background-image: url(../../assets/images/common/ico_floatingMenu_print.svg);
}
.floating-btnWrap .btn-etc .btn-oper.icon__listLink {
  background-image: url(../../assets/images/common/ico_floatingMenu_listLink.svg);
}
.floating-btnWrap .btn-etc .btn-oper.icon__copy {
  background-image: url(../../assets/images/common/ico_floatingMenu_copy.svg);
}
.floating-btnWrap .btn-etc .btn-oper.icon__copy.disabled {
  pointer-events: none;
}
.floating-btnWrap .col-l {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.floating-btnWrap .col-l .floating-btnBox {
  position: inherit;
  margin-left: 8px;
}
.floating-btnWrap .col-l .floating-btnBox:first-child {
  margin-left: 0;
}
.floating-btnWrap .btn-dir {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #7f7f7f;
  border-radius: 50%;
}
.floating-btnWrap .btn-dir--prev {
  left: -64px;
  bottom: 0;
}
.floating-btnWrap .btn-dir--next {
  right: -64px;
  bottom: 0;
}
.floating-btnWrap .btn-dir:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
.floating-btnWrap .btn-dir--prev:after {
  background-image: url(../../assets/images/common/ico_floatingMenu_leftArrow.svg);
}
.floating-btnWrap .btn-dir--next:after {
  background-image: url(../../assets/images/common/ico_floatingMenu_rightArrow.svg);
}
.floating-btnWrap .btn-etc .toast-popup {
  position: absolute;
  padding: 10px;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 273px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  transition: all 0.3s;
}
.floating-btnWrap .btn-etc .toast-popup.is-active {
  visibility: visible;
  opacity: 1;
}
.floating-btnWrap .c-platbox-wrap {
  top: unset;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  min-width: auto;
}
.floating-btnWrap .c-platbox.is-open .c-platbox-wrap {
  display: flex;
}
.floating-btnWrap .c-platbox-wrap ul {
  width: 200px;
  padding: 20px;
  border-radius: 8px;
}
.floating-btnWrap .c-platbox-wrap .c-platbox__list {
  margin-top: 12px;
}
.floating-btnWrap .c-platbox-wrap .c-platbox__list:first-child {
  margin-top: 0;
}
.floating-btnWrap .c-platbox__link {
  padding: 0;
  width: 100%;
  min-width: auto;
}
.floating-btnWrap .c-platbox__link .btn-icon {
  min-height: 24px;
  padding: 0 0 0 36px;
}
.floating-btnWrap .c-platbox__link .btn-icon::before {
  left: 0;
  background-position: 0 center;
}
.floating-btnWrap .c-platbox__link .btn-icon__twitter::before {
  background-image: url(../../assets/images/common/ico_share_twitter_x.svg);
  background-size: 20px;
}
.floating-btnWrap .btn-etc .btn-oper::before {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.floating-btnWrap .is-open .btn-oper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: -1;
}
.floating-btnWrap .btn-etc.is-open .btn-oper:hover {
  background-color: rgba(0, 0, 0, 0);
}
.floating-btnWrap .btn-etc .btn-oper:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: -1;
}
.floating-btnWrap .btn-etc .is-open .btn-oper:hover:after {
  display: none;
}
.dummyBox {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
}
.floating-btnWrap.boxOut {
  position: absolute;
}
.type-mini .youtube-player,
.type-mini .vod-player,
.type-mini .live-player {
  bottom: 92px;
  z-index: 1000;
}

.component-recommend-ly {
  bottom: 20px;
}
.tooltip__img + .tooltip__text {
  width: calc(100% - 125px);
}
.component-recommend-ly .tooltip {
  width: 400px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.component-recommend-ly .tooltip__title {
  padding-bottom: 8px;
  font-size: 12px;
  letter-spacing: -0.21px;
}
.component-recommend-ly .tooltip__img {
  margin-right: 8px;
  width: 114px;
  height: 64px;
  border: 0;
  border-radius: 12px;
}
.component-recommend-ly .tooltip__text .inner {
  height: auto;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.21px;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.component-recommend-ly .tooltip__text .info {
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.21px;
  color: #595959;
}
.component-recommend-ly .tooltip__text .info span + span {
  margin-left: 6px;
}
.card-tagBox {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 8;
}
.card-tagBox__list {
  display: flex;
  gap: 6px;
}
.card-tagBox li {
  position: relative;
  padding: 6px 6px 6px 24px;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
}
.card-tagBox li.editorPick {
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(79, 109, 219, 1) 0%,
    rgba(105, 83, 194, 1) 100%
  );
}
.card-tagBox li.series {
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(255, 138, 92, 1) 0%,
    rgba(181, 142, 76, 1) 100%
  );
}
.card-tagBox li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.card-tagBox li.editorPick::before {
  background-image: url(../../assets/images/common/ico_tag_editorPick.svg);
}
.card-tagBox li.series::before {
  background-image: url(../../assets/images/common/ico_tag_series.svg);
}

.s-main-tagBox {
  margin-bottom: 12px;
}
.s-main-tagBox__list {
  display: flex;
  gap: 6px;
}
.s-main-tagBox__list li {
  position: relative;
  padding: 6px 6px 6px 24px;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
}
.s-main-tagBox__list li.editorPick {
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(79, 109, 219, 1) 0%,
    rgba(105, 83, 194, 1) 100%
  );
}
.s-main-tagBox__list li.series {
  background: #2a7b9b;
  background: linear-gradient(
    90deg,
    rgba(42, 123, 155, 1) 0%,
    rgba(255, 138, 92, 1) 0%,
    rgba(181, 142, 76, 1) 100%
  );
}
.s-main-tagBox__list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.s-main-tagBox__list li.editorPick::before {
  background-image: url(../../assets/images/common/ico_tag_editorPick.svg);
}
.s-main-tagBox__list li.series::before {
  background-image: url(../../assets/images/common/ico_tag_series.svg);
}

.shadow-box {
  padding-bottom: 100px;
}
[data-layout="scale"] .shadow-box.type-full {
  top: unset;
}
.detail-box.box--main {
  padding: 60px 0 50px !important;
}
.detail-box .head-title {
  margin-bottom: 12px;
}
.head-title__info {
  display: block;
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.detail-box .head-title__list {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.head-title__list li,
.page-detail-head .head-title__list li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 17px;
  letter-spacing: -0.19px;
}
.head-title__list li .icon-time {
  position: relative;
  margin: 0;
}
.head-title__list li:first-child {
  padding-left: 0;
}
.head-title__list li:last-child {
  padding: 0 0 0 24px;
}
.head-title__list li.readTime {
  padding: 0 0 0 48px;
}
.head-title__list li .inLink {
  position: relative;
  padding-right: 30px;
  display: block;
}
.head-title__list li .inLink:before {
  content: ">";
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
  text-align: center;
}
.page-detail-head .head-title__list .link {
  color: #4485f7;
}
.component-key-visual .head-title__list li {
  color: #ffffff;
}
.head-title__list .link {
  color: #4485f7;
}
.head-title__list .inLink {
  font-weight: 600;
  color: #111;
}
.page-detail-head .head-title__list li::before {
  display: none;
}
.head-title__list li.readTime:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
}
.component-key-visual .head-title__list li:last-child:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.head-title__list .icon-time:before {
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../assets/images/common/ico_time_black.svg) no-repeat
    center / 100% auto;
}
.component-key-visual .head-title__list .icon-time:before {
  background: url(../../assets/images/common/ico_time_white.svg) no-repeat
    center / 100% auto;
}
.detail-box .head-title_btnWrap {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-detail-head {
  padding: 100px 0 50px;
}
.page-detail-head .head-title__info {
  margin-top: 12px;
}
.head-title_btnWrap {
  margin-top: 24px;
}
.head-title_btnWrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.head-title_btnWrap {
  position: relative;
}
.head-title_btnWrap button {
  position: relative;
  display: block;
  margin-right: 8px;
  padding: 8px 48px 8px 20px;
  font-size: 17px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 23px;
  transition: all 0.3s;
}
.head-title_btnWrap button:last-child {
  margin: 0;
}
.head-title_btnWrap button:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.head-title_btnWrap button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../assets/images/common/ico_download_black.svg) no-repeat
    center / 100% auto;
  background-size: 24px auto;
}
.head-title_btnWrap .btn-audio {
  position: absolute;
  right: 0;
  padding: 8px 48px 8px 20px;
  font-size: 17px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 23px;
}
.head-title_btnWrap .btn-audio:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../assets/images/common/ico_play_black.svg) no-repeat
    center / 100% auto;
  background-size: 24px auto;
}
.head-title_btnWrap .btn-audio.is-loading:before {
  background: url(../../assets/images/common/ico_audio_loading.gif) no-repeat
    center / 100% auto;
}
.head-title_btnWrap .btn-audio.is-active:before {
  background: url(../../assets/images/common/ico_audio_on.gif) no-repeat center /
    100% auto;
}
.component-key-visual .head-title {
  margin-top: 12px;
}
.component-key-visual .head-title_btnWrap button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.component-key-visual .head-title_btnWrap button:before {
  background: url(../../assets/images/common/ico_download_white.svg) no-repeat
    center / 100% auto;
}
.component-key-visual .head-title_btnWrap button:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}

.hmg-news-container > .container__inner,
.hmg-tv-container > .container__inner,
.hmg-story-container > .container__inner {
  padding-bottom: 60px;
}
[data-layout="scale"].full-ly-wrap {
  background-color: transparent;
}

.hmg-story-container .component-key-visual .s-main-cont {
  bottom: 100px;
}

.background-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("https://www.hyundai.co.kr/image/upload/asset_library/MDA00000000000064248/ce69e7db23144ec4b161f62b7a707eef.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  filter: blur(20px) brightness(0.7);
}
.card-wrap-box.recommended {
  width: 1240px;
  margin: 60px auto 0;
}
.card-wrap-box.recommended .card-block {
  margin: 0;
}
.card-wrap-box.recommended .card-block--list .card-list {
  width: 100%;
}
.card-wrap-box.recommended .card-block--list .card-list__block {
  display: flex;
  width: 100%;
}
.card-wrap-box.recommended .card-block--list .card--news {
  background-color: #ffffff;
}
.card-wrap-box.recommended .card--w {
  width: 33.33333%;
  min-width: calc(100% / 3 - 24px);
  height: auto;
  margin: 0 24px 0 0;
}
.card-wrap-box.recommended .card--w:last-child {
  margin: 0;
}
.card-wrap-box.recommended .card__thumb {
  height: auto;
  aspect-ratio: 16 / 9;
}
.card-wrap-box.recommended .card__img::before {
  display: none;
}
.card-wrap-box.recommended .card__img::after {
  top: auto;
  bottom: 0;
  height: 25%;
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 1;
}
.card-wrap-box.recommended .card--news .card__img::after {
  display: none;
}
.card-wrap-box.recommended .card__contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 140px;
  background-color: #000;
}
.card-wrap-box.recommended .card--news .card__contents {
  background-color: rgba(245, 245, 245, 1);
}
.card-wrap-box.recommended .card__contents .card__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.card-wrap-box.recommended .card__infoBox {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 13px;
}
.card-wrap-box.recommended .card__infoBox .txtBox {
  display: flex;
  gap: 16px;
}
.card-wrap-box.recommended .card__infoBox .time {
  position: relative;
  padding-left: 16px;
}
.card-wrap-box.recommended .card__infoBox .time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../assets/images/common/ico_play_white.svg) no-repeat
    center / 100% auto;
}
.card-wrap-box.recommended .card__infoBox .time span {
  display: inline-block;
  margin-left: 2px;
}
.card-wrap-box.recommended .card--news .card__title {
  color: #000;
}
.card-wrap-box.recommended .card--news .sub {
  color: #000;
}
.card-wrap-box.recommended .date {
  color: rgba(255, 255, 255, 0.6);
}
.card-wrap-box.recommended .card--news .date {
  color: rgba(0, 0, 0, 0.6);
}
.card-wrap-box.recommended .card__inner:before {
  display: none;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .shadow-box {
    padding-bottom: 7.14796vw;
  }
  .floating-btnWrap {
    bottom: 1.42959vw;
  }
  .floating-btnWrap .col-l {
    padding: 0.42888vw;
    height: 3.71694vw;
  }
  .floating-btnWrap .col-l .floating-btnBox {
    margin-left: 0.57184vw;
  }
  .floating-btnWrap .c-platbox-wrap {
    bottom: 4.28878vw;
    width: auto;
  }
  .floating-btnWrap .c-platbox-wrap ul {
    width: 14.29593vw;
    padding: 1.42959vw;
  }
  .floating-btnWrap .btn-etc .btn-oper {
    width: 2.85919vw;
    height: 2.85919vw;
    background-size: 1.71551vw auto;
  }
  .floating-btnWrap .btn-dir {
    width: 3.71694vw;
    height: 3.71694vw;
  }
  .floating-btnWrap .btn-dir--next {
    right: -4.43174vw;
  }
  .floating-btnWrap .btn-dir--prev {
    left: -4.43174vw;
  }
  .floating-btnWrap .btn-dir:after {
    width: 1.71551vw;
    height: 1.71551vw;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .floating-btnWrap .is-open .btn-oper::before {
    width: 2.85919vw;
    height: 2.85919vw;
  }
  .floating-btnWrap .c-platbox__link .btn-icon {
    min-height: 1.71551vw;
  }
  .floating-btnWrap .c-platbox__link .btn-icon__twitter::before {
    background-size: 1.71429vw;
    padding: 0 0 0 2.57327vw;
  }
  .floating-btnWrap .btn-etc .toast-popup {
    bottom: 4.28878vw;
  }
  .hmg-news-container > .container__inner,
  .hmg-tv-container > .container__inner {
    padding: 0 0 1.3889vw;
  }
  .hmg-tv-container .detail-box.box--main {
    padding: 4.28878vw 0 3.57143vw 0;
  }
  .detail-box.box--main {
    padding: 4.28878vw 0 3.57143vw 0;
  }
  .detail-box .head-title {
    margin-bottom: 0.85776vw;
  }
  .page-detail-head {
    padding: 7.14796vw 0 3.57398vw;
  }
  .page-detail-head .head-title__info,
  .component-key-visual .head-title__list {
    margin-top: 0.85776vw;
  }
  .head-title__list li,
  .page-detail-head .head-title__list li {
    padding: 0 0 0 0.85776vw;
    font-size: 1.07143vw;
    letter-spacing: -0.01357vw;
  }
  .head-title__list li:first-child {
    padding: 0;
  }
  .head-title__list li .inLink {
    padding-right: 2.14439vw;
  }
  .head-title__list li.readTime {
    padding: 0 0 0 3.43102vw;
  }
  .head-title__list li.readTime:before {
    left: 0.85776vw;
    height: 1.14367vw;
  }
  .head-title__list .icon-time {
    margin: 0;
  }
  .head-title__list .icon-time:before {
    width: 1.71551vw;
    height: 1.71551vw;
    left: -1.85847vw;
  }
  .head-title__list li .inLink:before {
    width: 1.71551vw;
    height: 1.71551vw;
  }

  .s-main-tagBox {
    margin-bottom: 0.85776vw;
  }
  .card-tagBox li {
    padding: 0.42888vw 0.42888vw 0.42888vw 1.71551vw;
    border-radius: 0.28592vw;
    font-size: 0.92924vw;
  }

  .head-title_btnWrap {
    margin-top: 1.71551vw;
  }
  .detail-box .head-title_btnWrap {
    padding-bottom: 3.57398vw;
    margin-bottom: 1.42959vw;
  }
  .head-title_btnWrap button,
  .head-title_btnWrap .btn-audio {
    padding: 0.57184vw 3.43102vw 0.57184vw 1.42959vw;
    margin-right: 0.57184vw;
    font-size: 1.21515vw;
  }
  .head-title_btnWrap button:before,
  .head-title_btnWrap .btn-audio:before {
    width: 1.71551vw;
    height: 1.71551vw;
    background-size: 1.71551vw auto;
    right: 1.42959vw;
  }
  .component-key-visual .head-title {
    margin-top: 0;
  }
  .component-recommend-ly {
    bottom: 1.42959vw;
  }
  .component-recommend-ly .tooltip {
    width: 28.57143vw;
    padding: 0.78571vw;
    border-radius: 0.71429vw;
  }
  .component-recommend-ly .tooltip__img {
    width: 8.14868vw;
    height: 4.5747vw;
  }
  .tooltip__img + .tooltip__text {
    width: calc(100% - 8.93495vw);
  }
  .component-recommend-ly .tooltip__title {
    padding-bottom: 0.71429vw;
    font-size: 0.8578vw;
  }
  .component-recommend-ly .tooltip__text .inner {
    font-size: 1.21515vw;
  }
  .component-recommend-ly .tooltip__text .info {
    font-size: 0.92924vw;
  }
  .component-recommend-ly .tooltip__text .info span + span {
    margin-left: 0.8vw;
  }
  .card-tagBox {
    right: 1.42959vw;
    top: 1.42959vw;
  }
  .card-tagBox li {
    padding: 0.42888vw 0.42888vw 0.42888vw 1.71551vw;
    border-radius: 0.28592vw;
    font-size: 0.92924vw;
  }
  .card-tagBox li::before {
    width: 1.14367vw;
    height: 1.14367vw;
    top: 50%;
    left: 0.42888vw;
    transform: translateY(-50%);
    background-size: contain;
  }

  .card-wrap-box.recommended {
    max-width: 88.57143vw;
    margin: 20px auto 0;
  }
  .container .shadow-box {
    padding: 0;
  }
  .card-wrap-box.recommended .card__contents .card__title {
    font-size: 1.42959vw;
  }
  .card-wrap-box.recommended .card__contents {
    padding: 1.71551vw;
    height: 10.00715vw;
  }
  .card-wrap-box.recommended .card__infoBox {
    margin-top: 1.14367vw;
  }
  .card-wrap-box.recommended .card__infoBox {
    font-size: 0.92924vw;
  }
  .card-wrap-box.recommended .card__infoBox .time:before {
    width: 1.14367vw;
    height: 1.14367vw;
  }
  .hmg-story-container .component-key-visual .s-main-cont {
    bottom: 6.94444vw;
  }
  .btn-top-wrap {
    margin-left: 0;
    left: unset;
    right: 15px;
  }
}

@media (max-width: 1024px) {
  .floating-btnWrap .col-l .floating-btnBox.print {
    display: none;
    margin: 0 !important;
  }
  .type-mini .youtube-player,
  .type-mini .vod-player,
  .type-mini .live-player {
    bottom: 78px;
    right: 35px;
  }
  .hmg-story-container .component-key-visual .s-main-cont {
    bottom: 0;
  }
}

@media (max-width: 899px) {
  .floating-btnWrap .col-l {
    padding: 4px 12px;
  }
  .floating-btnWrap .col-l .floating-btnBox {
    margin-left: 10px;
  }
  .floating-btnWrap .btn-etc .btn-oper {
    width: 30px;
    height: 30px;
    background-size: 22px;
  }
  .floating-btnWrap .btn-dir {
    width: 38px;
    height: 38px;
  }
  .floating-btnWrap .btn-dir:after {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .floating-btnWrap .btn-dir--prev {
    left: -44px;
  }
  .floating-btnWrap .btn-dir--next {
    right: -44px;
  }
  .floating-btnWrap .is-open .btn-oper::before {
    width: 30px;
    height: 30px;
  }
  .floating-btnWrap .c-platbox-wrap,
  .floating-btnWrap .btn-etc .toast-popup {
    bottom: 43px;
  }
  .floating-btnWrap .c-platbox-wrap .c-platbox__list {
    margin-top: 10px;
  }
  .floating-btnWrap .c-platbox__link .btn-icon {
    min-height: 24px;
  }
  .floating-btnWrap .c-platbox__link .btn-icon::before {
    width: 24px;
    height: 24px;
  }
  .floating-btnWrap .btn-etc .btn-oper:hover:after {
    display: none;
  }
  .detail-box .head-title__list {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .page-detail-head {
    padding: 0;
  }
  .page-detail-head .page-detail__inner {
    padding-bottom: 30px;
  }
  .page-detail-head .head-title__list {
    line-height: 1.75;
  }
  .head-title__list li,
  .page-detail-head .head-title__list li {
    padding: 0 0 0 6px;
    font-size: 14px;
  }
  .head-title__list li:first-child {
    padding: 0;
  }
  .head-title__list li:last-child {
    padding: 0 0 0 12px;
  }
  .head-title__list li.readTime {
    padding: 0 0 0 38px;
  }
  .head-title__list .icon-time:before {
    width: 24px;
    height: 24px;
    left: -26px;
  }
  .head-title__list li.readTime:before {
    left: 6px;
  }
  .head-title__list .icon-time {
    margin: 0;
    font-size: 14px;
  }
  .head-title__list .timeConvention {
    display: none;
  }
  .component-recommend-ly .tooltip__img {
    display: none;
  }
  .component-recommend-ly .tooltip__text {
    width: 100%;
    margin-top: 0;
  }
  .hmg-news-container > .container__inner {
    padding-bottom: 0;
  }
  .head-title_btnWrap {
    margin-top: 24px;
  }
  .detail-box.box--main {
    padding: 32px 0 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page-detail-head .head-title__info {
    margin-top: 12px;
  }
  .detail-box .head-title_btnWrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
  .head-title_btnWrap button,
  .head-title_btnWrap .btn-audio {
    padding: 8px 46px 8px 20px;
    font-size: 14px;
    margin-right: 8px;
  }
  .head-title_btnWrap button:before,
  .head-title_btnWrap .btn-audio:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
    right: 20px;
  }
  .head-title_btnWrap .btn-audio {
    margin-right: 0;
  }

  .component-recommend-ly {
    margin-left: 0;
    transform: translateX(-50%);
    bottom: 77px;
  }
  .component-recommend-ly .tooltip {
    width: 320px;
    padding: 10px;
  }
  .component-recommend-ly .tooltip__title {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.02px;
    padding-bottom: 6px;
  }
  .component-recommend-ly .tooltip__text .inner {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
  .component-recommend-ly .tooltip__text .info {
    display: none;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.18px;
    opacity: 0.7;
  }

  .card-wrap-box.recommended {
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  .hmg-tv-container .card-wrap-box .card-col3 .card {
    width: 100%;
    height: auto;
  }
  .card-wrap-box.recommended .card--w {
    margin: 0 12px 0 0;
  }
  .card-wrap-box.recommended .card__contents {
    padding: 20px;
    height: auto;
    min-height: 117px;
  }
  .card-wrap-box.recommended .card--news .card__contents {
    background: rgba(242, 242, 242, 1);
  }
  .card-wrap-box.recommended .card__contents .card__title {
    font-size: 16px;
  }
  .card-wrap-box.recommended .card__infoBox {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
  }
  .card-wrap-box.recommended .card__infoBox .txtBox {
    gap: 10px;
  }
  .card-wrap-box.recommended .card__infoBox .time:before {
    background-size: 14px;
  }
  .btn-top-wrap {
    margin-left: 0;
    left: unset;
    right: 10px;
  }
}

@media (max-width: 719px) {
  .component-key-visual .s__inner {
    margin-bottom: 24px;
  }
  .tooltip__img + .tooltip__text {
    width: 100%;
  }
  .card-wrap-box.recommended .card--w {
    margin: 0 0 24px;
    width: 100%;
  }
  .head-title_btnWrap {
    display: block;
  }
  .head-title_btnWrap button {
    display: inline-block;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .head-title_btnWrap button:last-child {
    margin-bottom: 12px;
  }
  .head-title_btnWrap .btn-audio {
    position: relative;
  }
  .page-detail-head .page-detail__inner {
    padding-bottom: 12px;
  }
  .detail-box .head-title_btnWrap {
    padding-bottom: 12px;
  }
  .page-detail-head .head-title__info {
    margin-top: 12px;
  }
  .card-wrap-box.recommended .card__contents {
    min-height: auto;
  }
  .component-recommend-ly {
    width: calc(100% - 40px);
    margin-left: 0;
    left: 50%;
    bottom: 78px;
    transform: translateX(-50%);
  }
  .component-recommend-ly .tooltip {
    width: 100%;
  }
  .component-recommend-ly .tooltip-wrap {
    width: 100%;
  }
  .component-recommend-ly .tooltip__img {
    display: none;
  }
  .component-recommend-ly .tooltip__text .inner {
    color: #111;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
  }
  .component-recommend-ly .tooltip__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 18px;
    height: 18px;
  }
  .head-title__list li:last-child {
    display: block;
    padding: 0 0 0 0;
    width: fit-content;
  }
  .head-title__list li .inLink {
    padding-right: 24px;
  }
  .head-title__list li.readTime {
    display: inline-block;
    padding: 0 0 0 38px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .component-recommend-ly {
    width: calc(100% - 40px);
  }
  .component-recommend-ly .tooltip-wrap {
    width: 100%;
  }
  .head-title__list li:last-child {
    display: block;
    padding: 0 0 0 0;
    margin-top: 12px;
    width: fit-content;
  }
  .head-title__list li.readTime {
    display: inline-block;
    padding: 0 0 0 38px;
    margin-top: 0;
  }
}

@media (max-width: 346px) {
  .hmg-news-container .btn-top-wrap {
    bottom: 65px;
  }
  .head-title__list li.readTime {
    display: block;
    padding: 0 0 0 24px;
  }
  .head-title__list li.readTime::before {
    display: none;
  }
}

/* ========== [2] 지속가능경영 / 발행물 ==================================== */
.report-contents .comm-sect {
  margin-top: 90px;
}
.report-contents .comm-sect + .comm-sect {
  margin-top: 120px;
}
.comm-sect .title-block {
  margin-bottom: 0;
}
.download-section {
  margin-top: 16px;
}
.download-section__list {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.download-section__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.download-section__item:first-child {
  border-top: none;
}
.download-section__item .btn-wrap {
  display: flex;
  gap: 8px;
}
.download-section__item .tit {
  font-weight: 500;
}
.download-section__item .btn-wrap button {
  position: relative;
  height: 44px;
  padding: 0 48px 0 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: -0.1px;
}
.download-section__item .btn-wrap button span {
  position: relative;
}
.download-section__item .btn-wrap button span:first-child:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  background: url(../../assets/images/common/ico_download_black.svg) no-repeat
    center / 100% auto;
}
.download-section__moreBtn {
  position: relative;
  display: block;
  margin: 16px auto 0;
  padding: 13.5px 48px 13.5px 20px;
  background-color: #f0f0f0;
  border-radius: 20px;
  font-size: 14px;
}
.download-section__moreBtn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../../assets/images/common/ico_moreBtn.svg) no-repeat center /
    100% auto;
}
.download-section__moreBtn.is-open::before {
  background: url(../../assets/images/common/ico_moreBtn.svg) no-repeat center /
    100% auto;
}
.download-section__item > a {
  position: relative;
  padding-right: 28px;
  font-weight: 500;
  transition: all 0.2s;
}
.download-section__item > a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../assets/images/common/ico_exLink.svg) no-repeat center /
    15px auto;
}
.download-section__item > a:before {
  content: "";
  position: absolute;
  width: calc(100% - 28px);
  height: 1px;
  background-color: rgba(17, 17, 17, 1);
  bottom: 3px;
  opacity: 0;
}
.download-section__item > a:hover:before {
  opacity: 1;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .report-contents .comm-sect {
    margin-top: 6.43317vw;
  }
  .report-contents .comm-sect + .comm-sect {
    margin-top: 8.57756vw;
  }
  .download-section__item {
    padding: 1.14367vw 0;
  }
  .download-section__item .btn-wrap button {
    padding: 0 3.57398vw 0 1.42959vw;
    height: 3.1451vw;
    font-size: 1.00071vw;
  }
  .download-section__item .btn-wrap button span:first-child:before {
    width: 1.71551vw;
    height: 1.71551vw;
    top: 50%;
    right: -2.00143vw;
  }
  .download-section__item .btn-wrap button::before {
    width: 1.71551vw;
    height: 1.71551vw;
    right: 1.42959vw;
  }
  .download-section__moreBtn {
    margin: 1.14367vw auto;
    padding: 0.96497vw 3.57398vw 0.96497vw 1.42959vw;
    font-size: 1.00071vw;
  }
  .download-section__moreBtn::before {
    width: 1.71551vw;
    height: 1.71551vw;
    right: 1.42959vw;
  }
  .download-section__item > a {
    padding-right: 2.00143vw;
  }
  .download-section__item > a:after {
    width: 1.71551vw;
    height: 1.71551vw;
    background-size: 1.07219vw;
  }
  .download-section__item > a:before {
    width: calc(100% - 2.00143vw);
    bottom: 0.21444vw;
  }
}

@media (max-width: 899px) {
  .report-contents .comm-sect {
    margin-top: 40px;
  }
  .report-contents .comm-sect + .comm-sect {
    margin-top: 80px;
  }
  .report-contents .title-block {
    font-size: 20px;
  }
  .download-section__item {
    align-items: center;
    gap: 12px;
    padding: 26px 0;
  }
  .download-section__item span {
    font-size: 14px;
    font-weight: 500;
  }
  .download-section__item .btn-wrap button::before {
    width: 22px;
    height: 22px;
  }
  .download-section__moreBtn {
    padding: 12.5px 48px 12.5px 20px;
  }
  .download-section__moreBtn::before {
    width: 22px;
    height: 22px;
  }
  .download-section__item a {
    padding: 0 24px 0 0;
  }
  .download-section__item .btn-wrap a {
    padding: 0 48px 0 20px;
  }
  .download-section__item a:after {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
  .download-section__item a:hover:before {
    opacity: 0;
  }
  .download-section__item .icon-act-btn {
    text-align: center;
  }
}

@media (max-width: 719px) {
  .shadow-box {
    padding-bottom: 130px;
  }
  .contents.expand {
    max-width: 100%;
  }
  .download-section__item {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    padding: 20px 0;
  }
  .download-section__item .btn-wrap {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .download-section__item .btn-wrap button {
    width: 100%;
    height: 44px;
  }
  .download-section__item a:after {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}

/* ========== [3] 컴포넌트 :: 시리즈  ==================================== */
.component-series .s__inner {
  padding: 40px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.component-series h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.component-series .series-flexBox {
  display: flex;
  gap: 46px;
  justify-content: space-between;
  align-items: flex-start;
}
.component-series .series-flexBox__imgWrap {
  width: 414px;
  min-width: 414px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-color: #e9e9e9;
  overflow: hidden;
}
.component-series .series-flexBox__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.component-series .series-flexBox__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
}
.component-series .series-flexBox__img img.is-active {
  opacity: 1;
}
.component-series .series-flexBox__list {
  width: calc(100% - 460px);
}
.component-series .series-flexBox__item {
  margin-bottom: 16px;
}
.component-series .series-flexBox__item li:last-child {
  margin-bottom: 0;
}
.component-series .series-flexBox__item a {
  position: relative;
  display: flex;
  gap: 13px;
  font-size: 17px;
  padding-left: 44px;
  transition: all 0.2s;
}
.component-series .series-flexBox__item a span:last-child {
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-series .series-flexBox__item.is-active a {
  font-weight: 600;
}
.component-series .series-flexBox__item a span:first-child {
  position: relative;
  min-width: 110px;
  max-width: 110px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
}
.component-series .series-flexBox__item a span:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #e8e8e8;
}
.component-series .series-flexBox__item a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../../assets/images/common/ico_chevron_black.svg) no-repeat
    center / 100% auto;
  opacity: 0.4;
}
.component-series .series-flexBox__item.is-active a:before {
  opacity: 1;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .component-series .s__inner {
    padding: 2.85919vw 0 1.42959vw;
  }
  .component-series h3 {
    margin-bottom: 1.42959vw;
    font-size: 1.71551vw;
  }
  .component-series .series-flexBox {
    gap: 3.28806vw;
  }
  .component-series .series-flexBox__imgWrap {
    width: 29.59257vw;
    min-width: 29.59257vw;
  }
  .component-series .series-flexBox__list {
    width: calc(100% - 32.88063vw);
  }
  .component-series .series-flexBox__item {
    margin-bottom: 1.14367vw;
  }
  .component-series .series-flexBox__item a {
    gap: 0.92924vw;
    font-size: 1.21515vw;
    padding-left: 3.1451vw;
  }
  .component-series .series-flexBox__item a span:first-child {
    min-width: 8.56276vw;
    max-width: 8.56276vw;
  }
  .component-series .series-flexBox__item a span:first-child:before {
    height: 1.14367vw;
    right: 0;
  }
  .component-series .series-flexBox__item a:before {
    width: 1.71551vw;
    height: 1.71551vw;
  }
}
@media (max-width: 899px) {
  .component-series .s__inner {
    padding: 24px 0;
  }
  .component-series .series-flexBox {
    flex-direction: column;
  }
  .component-series .series-flexBox__imgWrap {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .component-series .series-flexBox__img {
    aspect-ratio: 16/9;
  }
  .component-series .series-flexBox__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .component-series .series-flexBox__list {
    width: 100%;
  }
  .component-series h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .component-series .series-flexBox {
    gap: 24px;
  }
  .component-series .series-flexBox__item {
    margin-bottom: 8px;
  }
  .component-series .series-flexBox__item a {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 38px;
    gap: 13px;
  }
  .component-series .series-flexBox__item a span:first-child {
    min-width: 92px;
    max-width: 92px;
  }
  .component-series .series-flexBox__item a span:first-child:before {
    height: 14px;
  }
}
@media (max-width: 719px) {
  .component-series .series-flexBox__item a {
    padding-left: 34px;
  }
}

/* ========== [4] 컴포넌트 :: 카드 ==================================== */
.component-cardLink {
  margin: 60px 0 40px;
}
.component-cardLink .s__inner {
  display: flex;
  gap: 46px;
  padding: 24px;
  background-color: rgb(31, 31, 31);
  border-radius: 12px;
}
.component-cardLink .cardLink-flexBox {
  display: flex;
  gap: 46px;
  justify-content: space-between;
  align-items: flex-start;
}
.component-cardLink .cardLink-flexBox__imgWrap {
  width: 483px;
  min-width: 483px;
  height: fit-content;
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-color: #e9e9e9;
  overflow: hidden;
}
.component-cardLink .cardLink-flexBox__img {
  position: relative;
  padding-bottom: 56.29%;
}
.component-cardLink .cardLink-flexBox__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  width: auto;
}
.cardLink-flexBox__textWrap {
  width: calc(100% - 451px);
  color: #fff;
}
.cardLink-flexBox__textWrap h4 {
  margin: 13px 0 8px;
  font-size: 24px;
  font-weight: 500;
}
.cardLink-flexBox__textWrap p {
  font-size: 17px;
}
.component-cardLink .btn-wrap {
  display: flex;
  gap: 8px;
  margin-top: 40px;
}
.component-cardLink .btn-wrap a {
  position: relative;
  padding: 13.5px 50px 13.5px 20px;
  border-radius: 50px;
  background-color: rgb(64, 64, 64);
  font-size: 14px;
}
.component-cardLink .btn-wrap a span:first-child {
  position: relative;
}
.component-cardLink .btn-wrap a span:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.component-cardLink .btn-wrap a.outLink span:first-child:before {
  background: url(../../assets/images/common/ico_outLink_white.svg) no-repeat
    center / 100% auto;
}
.component-cardLink .btn-wrap a.inLink span:first-child:before {
  background: url(../../assets/images/common/ico_inLink_white.svg) no-repeat
    center / 100% auto;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .component-cardLink {
    margin: 4.28878vw 0 2.7778vw;
  }
  .component-cardLink .s__inner {
    gap: 3.28806vw;
    padding: 1.71551vw;
  }
  .component-cardLink .cardLink-flexBox {
    gap: 3.1944vw;
  }
  .component-cardLink .cardLink-flexBox__imgWrap {
    width: 34.52466vw;
    min-width: 34.52466vw;
  }
  .cardLink-flexBox__textWrap {
    width: calc(100% - 32.23731vw);
  }
  .cardLink-flexBox__textWrap h4 {
    margin: 0.92924vw 0 0.57184vw;
    font-size: 1.71551vw;
  }
  .cardLink-flexBox__textWrap p {
    font-size: 1.21515vw;
  }
  .component-cardLink .btn-wrap {
    gap: 0.57184vw;
    margin-top: 2.85919vw;
  }
  .component-cardLink .btn-wrap a {
    padding: 0.96497vw 3.57398vw 0.96497vw 1.42959vw;
    font-size: 1.00071vw;
  }
  .component-cardLink .btn-wrap a span:first-child:before {
    right: -2.14439vw;
    width: 1.71551vw;
    height: 1.71551vw;
  }
}

@media (max-width: 899px) {
  .component-cardLink {
    margin: 12px 0 40px;
    padding: 0;
  }
  .component-cardLink .s__inner {
    padding: 16px 20px 20px;
    flex-direction: column;
    gap: 24px;
  }
  .component-cardLink .cardLink-flexBox__imgWrap {
    width: 100%;
    min-width: 100%;
  }
  .component-cardLink .cardLink-flexBox__img {
    min-width: 100%;
    width: 100%;
  }
  .cardLink-flexBox__textWrap {
    width: 100%;
  }
  .cardLink-flexBox__textWrap h4 {
    margin: 0 0 8px;
    font-size: 18px;
  }
  .component-cardLink .btn-wrap {
    margin-top: 32px;
  }
}

/* ========== [5] 컴포넌트 :: 버튼 ============================================= */
.component-btns {
  margin: 40px 0;
}
.component-btns .s__inner {
  width: 1040px;
}
.component-btns .btns-flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.component-btns h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.icon-act-btn {
  padding: 0 50px 0 20px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}
.icon-act-btn span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: -0.1px;
}
.icon-act-btn span::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.icon-act-btn.inLink span::before {
  background: url(../../assets/images/common/ico_inLink_black.svg) no-repeat
    center / 100% auto;
}
.icon-act-btn.outLink span::before {
  background: url(../../assets/images/common/ico_outLink_black.svg) no-repeat
    center / 100% auto;
}
.icon-act-btn.download span::before {
  background: url(../../assets/images/common/ico_download_black.svg) no-repeat
    center / 100% auto;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .component-btns {
    margin: 2.85919vw 0;
  }
  .component-btns .s__inner {
    width: 74.33881vw;
  }
  .component-btns h3 {
    margin-bottom: 1.42959vw;
    font-size: 1.71551vw;
  }
  .component-btns .btns-flexBox {
    gap: 0.85776vw;
  }
  .icon-act-btn {
    padding: 0 3.57398vw 0 1.42959vw;
    height: 3.1451vw;
  }
  .icon-act-btn span {
    font-size: 1.00071vw;
    line-height: 3.07362vw;
  }
  .icon-act-btn span::before {
    right: -2.28735vw;
    width: 1.71551vw;
    height: 1.71551vw;
  }
}
@media (max-width: 899px) {
  .component-btns {
    margin: 12px 0 24px;
  }
  .component-btns .s__inner {
    width: 100%;
  }
  .component-btns h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

/* ========== [6] 컴포넌트 :: 인용구&이미지 ==================================== */
.component-quotationImg {
  margin: 40px 0;
}
.component-quotationImg.flex-rightImg .quotationImg-flexBox {
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  background: #000;
}
.component-quotationImg.flex-leftImg .quotationImg-flexBox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1240px;
  margin: 0 auto;
  background: #000;
}
.component-quotationImg .quotationImg-flexBox {
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  background: #000;
}

.component-quotationImg .quotationImg-flexBox__imgWrap {
  width: calc(100% - 480px);
}

.component-quotationImg .quotationImg-flexBox__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 960/ 720;
  overflow: hidden;
}
.component-quotationImg .quotationImg-flexBox__img img {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
}
.component-quotationImg .quotationImg-flexBox__textWrap {
  width: 480px;
  text-align: center;
  padding: 0 60px;
}
.component-quotationImg .quotationImg-flexBox__textWrap .quotation {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}
.component-quotationImg .quotationImg-flexBox__textWrap .author {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
}

.component-quotationImg .quotationImg-flexBox__img::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.01) 5%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 1;
}

.component-quotationImg.flex-leftImg .quotationImg-flexBox__img::after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.01) 5%,
    rgba(0, 0, 0, 1) 100%
  );
}

.component-quotationImg.bg-white {
  background-color: #fff;
}

.component-quotationImg.bg-gray {
  background-color: rgba(0, 0, 0, 0.06);
}

.component-quotationImg.bg-black {
  background-color: #000;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .component-quotationImg {
    margin: 2.85919vw 0;
  }
  .component-quotationImg .quotationImg-flexBox {
    width: 100%;
  }
  .component-quotationImg .quotationImg-flexBox__textWrap {
    width: 34.31022vw;
    padding: 0 4.28878vw;
  }
  .component-quotationImg .quotationImg-flexBox__imgWrap {
    width: calc(100% - 34.31022vw);
  }
  .component-quotationImg .quotationImg-flexBox__textWrap .quotation {
    margin-bottom: 1.07219vw;
    font-size: 2.14439vw;
  }
  .component-quotationImg .quotationImg-flexBox__textWrap .author {
    font-size: 1.21515vw;
  }
  .component-quotationImg .quotationImg-flexBox__img::after {
    width: 14.29593vw;
  }
}

@media (max-width: 899px) {
  .component-cardLink {
    margin: 12px 0 40px;
  }
  .component-quotationImg .quotationImg-flexBox {
    flex-direction: column-reverse;
    width: 100%;
  }
  .component-quotationImg.flex-leftImg .quotationImg-flexBox {
    flex-direction: column-reverse;
  }
  .component-quotationImg .quotationImg-flexBox__imgWrap {
    width: 100%;
  }
  .component-quotationImg .quotationImg-flexBox__img {
    min-width: 100%;
    width: 100%;
  }
  .component-quotationImg .quotationImg-flexBox__textWrap {
    padding: 40px 20px;
    width: 100%;
  }
  .component-quotationImg .quotationImg-flexBox__textWrap .quotation {
    font-size: 20px;
  }
  .component-quotationImg .quotationImg-flexBox__textWrap .author {
    font-size: 14px;
  }
  .component-quotationImg .quotationImg-flexBox__img::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.01) 5%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  .component-quotationImg.flex-leftImg .quotationImg-flexBox__img::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.01) 5%,
      rgba(0, 0, 0, 1) 100%
    );
  }
}

/* ========== [7] 컴포넌트 :: center 슬라이드 ==================================== */
.component-slide-center {
  margin: 40px 0 70px;
}

.centerLayout {
  overflow: hidden;
  max-width: 1240px;
  padding: 0 0 30px;
  margin: 40px auto;
}
.centerLayout .centerSwiper__item {
  margin-left: 0;
  height: 640px;
}
.centerLayout .centerSwiper__item:after {
  opacity: 0;
}
.centerLayout .centerSwiper .centerSwiper-scrollbar.swiper-scrollbar {
  bottom: 0;
  height: 6px;
  background-color: #e5e5e5;
}
.centerLayout .centerSwiper-scrollbar .swiper-scrollbar-drag {
  background-color: #000;
}
.centerLayout .swiper-notification + .centerSwiper-scrollbar {
  opacity: 0;
}

.centerLayout .swiper-wrapper {
  position: relative;
  align-items: normal;
}
.centerLayout .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  transform: scale(0.75);
  width: 70%;
  height: auto;
  margin: 0 calc(-4.37% + 12px);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.centerLayout .swiper-slide .btn-unit__fullscreen {
  pointer-events: none;
}

.centerLayout .swiper-slide-active {
  transform: scale(1);
  width: 70%;
}

.centerLayout .swiper-slide-active .btn-unit__fullscreen {
  cursor: pointer;
  pointer-events: auto !important;
}

.centerLayout .swiper-slide-prev {
  align-items: end;
}
.centerLayout .swiper-slide .s-slide__img {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: fit-content;
  aspect-ratio: 16/9;
}
.centerLayout .swiper-slide .s-slide__img .imgWrap {
  position: relative;
  padding-top: 56.073%;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
.centerLayout .swiper-slide .s-slide__img .imgWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: fit-content;
  max-height: 100%;
  min-width: auto;
  width: auto;
  min-height: 100%;
}
.s-slide__text {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
}
.centerLayout .center-slide-btn {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  border-radius: 50%;
  background-position: center;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.centerLayout .center-slide-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  margin: 0;
  background: url(../../assets/images/common/ico_arrow_bold.svg) no-repeat 50%
    50%;
}
.centerLayout .swiper-button-prev {
  left: 20px;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
}
.centerLayout .swiper-button-next {
  right: 20px;
}
.centerLayout .swiper-scrollbar {
  bottom: 0;
  height: 6px;
  width: 620px;
  background: rgba(17, 17, 17, 0.2);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
}
.centerLayout .swiper-scrollbar .progressbar-fill {
  position: absolute;
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.centerLayout .component-slide-image .btn-unit__fullscreen {
  bottom: 20px;
  right: 20px;
}
.centerLayout .swiper-button-disabled {
  opacity: 0;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .centerLayout {
    padding: 0 0 2.14439vw;
    margin: 2.85919vw auto;
    max-width: 73.42857vw;
  }
  .centerLayout .swiper-slide {
    width: 50.03574vw;
    height: auto;
    margin: 0 -2.28735vw;
  }
  .centerLayout .swiper-scrollbar {
    width: 44.31737vw;
  }
  .centerLayout .center-slide-btn {
    width: 3.57398vw;
    height: 3.57398vw;
  }
  .centerLayout .center-slide-btn::before {
    width: 2.57327vw;
    height: 2.57327vw;
  }
  .s-slide__text {
    margin-top: 0.57184vw;
    font-size: 0.92924vw;
  }
}

@media (max-width: 899px) {
  .centerLayout {
    width: calc(100% - 40px);
    padding: 0 0 22px;
    margin: 24px auto;
  }
  .centerLayout.news {
    width: 100%;
  }
  .centerLayout .centerSwiper {
    padding: 0 98.5px;
  }
  .centerLayout .swiper-slide {
    width: 100%;
    transform: scale(1);
    margin: 0 8px;
  }
  .centerLayout .swiper-scrollbar {
    width: calc(100% - 190px);
  }
  .centerLayout .center-slide-btn {
    width: 34px;
    height: 34px;
  }
  .centerLayout .swiper-button-prev {
    left: 20px;
  }
  .centerLayout .swiper-button-next {
    right: 20px;
  }
  .centerLayout .center-slide-btn::before {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
}
@media (max-width: 719px) {
  .centerLayout .centerSwiper {
    padding: 0 28px;
  }
  .centerLayout .swiper-slide {
    margin: 0 4px;
  }
  .centerLayout .swiper-scrollbar {
    width: calc(100% - 56px);
  }
  .centerLayout .center-slide-btn {
    width: 34px;
    height: 34px;
  }
  .centerLayout .swiper-button-prev {
    left: 28px;
  }
  .centerLayout .swiper-button-next {
    right: 28px;
  }
  .component-slide-image {
    padding: 0 0 22px;
  }
  .s-slide__text {
    font-size: 12px;
  }
}

/* ========== [8] 컴포넌트 :: tab contents 슬라이드 ==================================== */

.component-tab-slide {
  max-width: 1440px;
  min-height: 562px;
  margin: 75px auto;
  padding: 70px 0 60px;
  background-color: #1f1f1f;
}
.component-tab-slide.news {
  max-width: 1240px;
  min-height: 447px;
  margin: 75px auto;
}
.tabHeadSwiper {
  position: relative;
  width: 1028px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden;
}
.component-tab-slide.news .tabHeadSwiper {
  width: 819px;
}
.tabHeadSwiper.is-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  z-index: 999;
  background: #1f1f1f;
  background: linear-gradient(
    270deg,
    rgba(31, 31, 31, 0) 0%,
    rgba(31, 31, 31, 1) 100%
  );
}
.tabHeadSwiper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 999;
  background: #1f1f1f;
  background: linear-gradient(
    90deg,
    rgba(31, 31, 31, 0) 0%,
    rgba(31, 31, 31, 1) 100%
  );
}
.tabHeadSwiper .swiper-slide {
  width: auto !important;
  margin-right: 70px;
  cursor: pointer;
}
.tabHeadSwiper .swiper-slide span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  font-weight: 300;
}
.tabHeadSwiper .swiper-slide-active span {
  position: relative;
}
.tabHeadSwiper .swiper-slide.is-active span {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.tabHeadSwiper .swiper-slide.is-active span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -9px;
  background: #fff;
}

.tabBodyWrap {
  position: relative;
  width: 1028px;
  overflow: hidden;
  margin: 0 auto;
}
.tabBodySwiper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.component-tab-slide.news .tabBodyWrap {
  width: 819px;
}
.tabBodySwiper.is-active {
  opacity: 1;
  height: auto;
  height: auto;
}
.tabBodySwiper .swiper-slide {
  display: flex;
  gap: 46px;
}
.component-tab-slide.news .swiper-slide {
  gap: 24px;
}
.tabBodySwiper .swiper-slide-active {
  opacity: 1;
}
.tabBodySwiper .slideFlex_left {
  display: flex;
  flex-direction: column;
  width: 568px;
}
.component-tab-slide.news .tabBodySwiper .slideFlex_left {
  width: 397px;
}
.tabBodySwiper .slideFlex_left .des {
  margin-top: 8px;
  font-size: 13px;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 39px;
}
.tabBodySwiper .slideImg {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.tabBodySwiper .slideImg__box {
  position: relative;
  padding-top: 56.3%;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}
.tabBodySwiper .slideImg__box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  width: auto;
}
.tabBodySwiper .slideText__box {
  margin: 13px 0;
  width: calc(100% - 614px);
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
}
.component-tab-slide.news .tabBodySwiper .slideText__box {
  width: calc(100% - 421px);
}
.tabBodySwiper .swiper-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 568px;
  width: 568px;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 999;
}
.component-tab-slide.news .tabBodySwiper .swiper-button-wrap {
  width: 397px;
}
.tabBodySwiper .tabBody-slide-btn {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  border-radius: 50%;
  background-position: center;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.tabBodySwiper .swiper-button-prev {
  left: 20px;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
}
.tabBodySwiper .swiper-button-next {
  right: 20px;
}
.tabBodySwiper .tabBody-slide-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  margin: 0;
  background: url(../../assets/images/common/ico_arrow_bold.svg) no-repeat 50%
    50%;
}
.tabBodySwiper .swiper-button-disabled {
  opacity: 0;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .component-tab-slide.news {
    min-height: 31.95139vw;
  }
  .component-tab-slide {
    min-height: 40.17155vw;
    margin: 5.36097vw auto;
    padding: 5.00357vw 0 4.28878vw;
  }
  .tabHeadSwiper {
    width: 73.48106vw;
    padding-bottom: 2.85919vw;
  }
  .component-tab-slide.news .tabHeadSwiper {
    width: 58.54182vw;
  }
  .tabHeadSwiper:after {
    width: 2.28735vw;
    height: 2.28735vw;
  }
  .tabHeadSwiper .swiper-slide {
    margin-right: 5.00357vw;
  }
  .tabHeadSwiper .swiper-slide span {
    font-size: 1.21515vw;
  }
  .tabHeadSwiper .swiper-slide.is-active span:before {
    height: 0.21444vw;
    bottom: -0.64332vw;
  }
  .tabBodyWrap {
    width: 73.48106vw;
  }
  .component-tab-slide.news .tabBodyWrap {
    width: 58.54182vw;
  }
  .tabBodySwiper {
    width: 100%;
  }
  .tabBodySwiper .swiper-slide {
    gap: 3.28806vw;
  }
  .tabBodySwiper .slideFlex_left {
    width: 40.60043vw;
  }
  .component-tab-slide.news .tabBodySwiper .slideFlex_left {
    width: 28.37741vw;
  }
  .tabBodySwiper .slideFlex_left .des {
    margin-top: 0.57184vw;
    font-size: 0.92924vw;
    height: 2.85919vw;
  }
  .tabBodySwiper .slideImg {
    width: 100%;
  }
  .tabBodySwiper .slideText__box {
    margin: 0.92924vw 0;
    width: calc(100% - 43.88849vw);
    font-size: 1.21515vw;
  }
  .component-tab-slide.news .tabBodySwiper .slideText__box {
    width: calc(100% - 30.09292vw);
  }
  .tabBodySwiper .swiper-button-wrap {
    width: 40.60043vw;
  }
  .component-tab-slide.news .tabBodySwiper .swiper-button-wrap {
    width: 28.37741vw;
  }
  .tabBodySwiper .tabBody-slide-btn {
    width: 3.57398vw;
    height: 3.57398vw;
  }
  .tabBodySwiper .swiper-button-prev {
    left: 1.42959vw;
  }
  .tabBodySwiper .swiper-button-next {
    right: 1.42959vw;
  }
  .tabBodySwiper .tabBody-slide-btn::before {
    background-size: 2.57327vw 2.57327vw;
  }
}

@media (max-width: 899px) {
  .component-tab-slide {
    margin: 40px auto;
    padding: 42px 88px 82px;
    min-height: auto;
  }
  .tabHeadSwiper {
    width: 100%;
    width: calc(100% - 160px);
    padding: 0 0 24px;
  }
  .tabHeadSwiper .swiper-slide {
    margin-right: 24px;
  }
  .tabBodyWrap {
    width: 100%;
  }
  .component-tab-slide.news .tabBodyWrap {
    width: 100%;
  }
  .tabBodySwiper .swiper-slide {
    flex-direction: column;
    gap: 24px;
  }
  .tabBodySwiper .slideImg {
    width: 100%;
  }
  .tabBodySwiper .swiper-button-wrap {
    width: 100%;
  }
  .tabBodySwiper .slideFlex_left {
    width: 100%;
  }
  .component-tab-slide.news .tabBodySwiper .slideFlex_left {
    width: 100%;
  }
  .tabBodySwiper .slideText__box {
    width: 100%;
  }
  .tabBodySwiper .slideFlex_left .des {
    font-size: 12px;
    font-weight: 300;
  }
  .tabBodySwiper .slideText__box {
    margin: 0;
    font-size: 14px;
  }
  .tabBodySwiper .tabBody-slide-btn {
    width: 35px;
    height: 35px;
  }
  .tabBodySwiper .swiper-button-prev {
    left: 16px;
  }
  .tabBodySwiper .swiper-button-next {
    right: 16px;
  }
  .tabBodySwiper .tabBody-slide-btn::before {
    background-size: 25px;
  }
  .component-tab-slide.news {
    padding: 42px 20px 82px;
  }
  .component-tab-slide.news .tabHeadSwiper {
    width: 100%;
  }
  .component-tab-slide.news .tabBodySwiper {
    width: 100%;
  }
  .component-tab-slide.news .tabBodySwiper .slideText__box {
    width: 100%;
  }
  .component-tab-slide.news .tabBodySwiper .swiper-button-wrap {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .tabHeadSwiper {
    width: 100%;
  }
  .component-tab-slide {
    padding: 42px 20px 82px;
  }
}

/* ========== 프린트 페이지 내 슬라이드 css 수정 ==================================== */

@media print {
  .header-renewel {
    display: none;
    opacity: 0;
  }

  .ff-video-btn,
  .pp-video-btn,
  .vjs-volume-panel,
  .vjs-current-time,
  .vjs-time-control,
  .vjs-duration,
  .vjs-subs-caps-button {
    display: none;
  }
  .vjs-control {
    display: none;
  }
  .vjs-control.vjs-play-control {
    display: block;
  }
  .centerLayout .swiper-wrapper {
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .centerLayout .swiper-slide {
    display: none;
  }
  .centerLayout .swiper-slide-active {
    display: block;
    transform: scale(0.9);
  }
  .centerLayout .swiper-slide .s-slide__img .imgWrap {
    border-radius: 10px;
    background-color: #000;
  }
  .centerLayout .center-slide-btn {
    display: none;
  }
  .centerLayout .swiper-scrollbar {
    width: 400px !important;
  }
}

/* ========== 상세 팝업 수정 ==================================== */

.header-renewel {
  z-index: 999;
}

.header-renewel.header-sub {
  background: #000;
}

.header-renewel.is-open .header-box {
  height: 100%;
}

.header-renewel.is-open .header {
  z-index: 0;
}

.header-renewel .header-box {
  position: fixed;
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(50px);
  z-index: 9;
}

.header-renewel .header-flexBox {
  position: relative;
  max-width: 1240px;
  height: 80px;
  margin: 0 auto;
}

.header-renewel .header {
  display: flex;
  align-items: center;
  padding: 0;
  height: 80px;
}

.header-renewel .header__logo {
  width: 95px;
  height: 30px;
}

.header-renewel .header__logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/hyundai_logo_white.svg) no-repeat 0
    0 / 100% auto;
  z-index: 1;
}

.header-renewel .menu__contents {
  min-height: 100%;
}

.header-renewel .menu-wrap {
  min-height: 80px;
}

.header-renewel .menu-nav--def {
  position: absolute;
  background: transparent;
  box-shadow: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-renewel .menu-nav,
.header-renewel .menu-nav.is-fixed.no-tab {
  position: absolute !important;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../assets/images/common/ico_gnb_menuBtn_white.svg)
    no-repeat 0 0 / 100% auto;
  margin-left: 0;
  padding: 0;
  box-shadow: none;
}

.header-renewel .menu-nav.menu-lang,
.header-renewel .menu-nav.menu-lang--def,
.header-renewel .menu-nav.menu-lang--def.is-fixed.no-tab,
.header-renewel .menu-nav.menu-lang.is-fixed.no-tab {
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  width: 28px;
  height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 0;
  background: none;
  text-align: center;
  visibility: visible;
}

.header-renewel .menu-nav.menu-lang a,
.header-renewel .menu-nav.menu-lang--def a {
  width: 28px;
  height: 28px;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.header-renewel .menu-section.is-open {
  position: fixed;
  min-height: 100vh;
  z-index: 9999;
}

.header-renewel .menu-section.is-open .hmg-links-wrap {
  position: sticky;
  z-index: 999;
}

.header-renewel .hmg-links__block {
  position: sticky;
  top: calc(100% - 60px);
}

.header-sub.header-renewel .header-box {
  background: #000;
}
.header-sub__depth2 {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #222222;
  z-index: 99;
}

.header-sub__depth2 .menu-tab-wrap {
  padding-top: 0;
  height: 70px;
}

.header-sub__depth2 .menu-tab__inner {
  background: #222222;
}

.header-sub__depth2 .menu-tab__block {
  max-width: 1240px;
}

.header-sub__depth2 .menu-tab {
  padding: 0;
}

.header-sub__depth2 .menu-tab__item {
  margin-right: 70px;
}

.header-sub__depth2 .menu-tab__item:last-child {
  margin-right: 0;
}

.header-sub__depth2 .menu-tab__item a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}

.header-sub__depth2 .menu-tab__item a:hover {
  color: #fff;
}

.header-sub__depth2 .menu-tab__item.is-active a {
  color: #fff;
}

.header-sub__depth2 .menu-tab__item a:after {
  background: #fff;
}

.header-sub__depth2 .menu-tab__block:before {
  display: none;
}
.header-sub__depth2 .menu-tab__block:after {
  background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #222222 140%);
}

.menu-tab__item.exLink a img {
  opacity: 0.6;
}

.menu-tab__item.exLink.is-active a img {
  opacity: 1;
}

[data-layout="scale"] .full-ly-container {
  padding: 0;
}

.hmg-news-container,
.hmg-tv-container,
.hmg-story-container {
  margin-top: 80px;
}

.header-sub + .hmg-news-container,
.header-sub + .hmg-tv-container,
.header-sub + .hmg-story-container {
  margin-top: 160px;
}

.header-sub__depth2 + .container {
  margin-top: 150px;
}

.hmg-intro-container {
  margin-top: 150px;
}

.hmg-tv-container .video-wrap {
  border-radius: 0;
}

.hmg-video-play-wrap .hmg-video,
.hmg-video-play-wrap .hmg-video video {
  border-radius: 0;
}

.shadow-box {
  margin-top: 80px;
  padding-bottom: 60px !important;
  width: 100% !important;
  border-radius: 0;
}

.full-ly-close {
  display: none;
}

.component-anchor.is-sticky .sticky-area {
  top: 80px;
}
.component-key-visual .s-main-poster img,
.component-key-visual .s-main-poster video,
.has-overlay .shadow-box .page-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hmg-ect-container .container__inner {
  padding: 0 0 80px;
}

.btn-top-wrap.is-fixed {
  display: block;
}

.hmg-ect-container + .footer-wrap,
.full-screen-ly-pop + .footer-wrap,
.hmg-news-container + .footer-wrap,
.hmg-tv-container + .footer-wrap,
.hmg-story-container + .footer-wrap {
  position: relative;
}

.container.has-overlay .full-ly-wrap {
  top: -80px;
}

.has-overlay .shadow-box .page-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hmg-story-container .full-ly-container {
  margin-top: -120px;
}

@media (max-width: 1239px) {
  .header-renewel .menu-wrap {
    min-height: 60px;
  }
  .header-renewel .header-flexBox {
    max-width: calc(100% - 64px);
    height: 60px;
  }
  .header-renewel .header {
    height: 60px;
    padding: 0;
  }
  .header-renewel .header__logo {
    width: 75px;
    height: 24px;
  }

  .header-renewel .menu-nav.menu-lang a,
  .header-renewel .menu-nav.menu-lang--def a {
    font-size: 16px;
    width: 24px;
    height: 24px;
  }
  .shadow-box {
    margin-top: 60px;
    padding-bottom: 60px !important;
  }
  .full-ly-wrap.has--recommend-ly .full-ly-container {
    padding: 0;
  }
  [data-layout="scale"] .shadow-box.type-full {
    border-radius: 0;
  }
  .hmg-news-container,
  .hmg-tv-container,
  .hmg-story-container {
    margin-top: 60px;
  }
  .header-sub__depth2 + .container {
    margin-top: 116px;
  }
  .hmg-intro-container {
    margin-top: 116px;
  }
  .hmg-news-container > .container__inner,
  .hmg-tv-container > .container__inner,
  .hmg-story-container > .container__inner {
    padding-bottom: 20px;
  }
  .component-anchor.is-sticky .sticky-area {
    top: 60px;
  }
  .header-sub__depth2 {
    top: 60px;
  }
  .header-sub__depth2 .menu-tab-wrap {
    width: calc(100% - 64px);
    height: 56px;
    margin: 0 auto;
  }
  .header-sub__depth2 {
    top: 60px;
  }
  .header-sub__depth2 .menu-tab__item {
    margin-right: 40px;
  }
  .header-sub__depth2 .menu-tab__item a {
    padding: 0;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
  }
  .component-key-visual .s-main-poster img,
  .component-key-visual .s-main-poster video {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .hmg-story-container .full-ly-container {
    margin-top: -60px;
  }
}

@media (max-width: 719px) {
  .header-renewel .header-flexBox {
    max-width: calc(100% - 40px);
    height: 60px;
  }
  .header-renewel .menu-wrap {
    width: calc(100% - 40px);
  }
  .header-renewel .menu-nav {
    position: absolute;
    box-shadow: none;
  }
  .header-renewel .menu-nav.menu-lang {
    display: block;
  }
  .header-sub__depth2 .menu-tab-wrap {
    width: calc(100% - 40px);
  }
  .header-sub__depth2 .menu-tab__item {
    margin-right: 20px;
  }
  .header-renewel .menu-section.is-open .hmg-links-wrap {
    z-index: 5;
  }
}
