/* Component Name */
html[lang^='ko'] .AR02_article-header .AR02_article-header__title,
html[lang='ko-KR'] .AR02_article-header .AR02_article-header__title {
  word-break: keep-all;
}

.AR02_article-header {
  max-width: 1156px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 32px;
}

.AR02_article-header .AR02_article-header__header {
  padding: 120px 177px 80px;
}

.AR02_article-header .AR02_article-header__header .AR02_article-header__eyebrow {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 8px;
  font-weight: 700;
  color: #666;
  margin-bottom: 12px;
  color: #666;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__header .AR02_article-header__eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-header__header .AR02_article-header__eyebrow {
    font-size: 1.4rem;
  }
}

.AR02_article-header .AR02_article-header__header .AR02_article-header__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 5.4rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__header .AR02_article-header__title {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-header__header .AR02_article-header__title {
    font-size: 3.2rem;
  }
}

.AR02_article-header .AR02_article-header__header .AR02_article-header__description {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__header .AR02_article-header__description {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-header__header .AR02_article-header__description {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.AR02_article-header .AR02_article-header-cont-wrap {
  position: relative;
}

.AR02_article-header .AR02_article-header-cont-wrap .st-semi-article-detail_image-mobile,
.AR02_article-header .AR02_article-header-cont-wrap .st-semi-article-detail_image-desktop {
  margin-bottom: 40px;
}

.AR02_article-header .AR02_article-header__thum {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 80px;
}

.AR02_article-header .AR02_article-header__thum img {
  width: 100%;
  height: auto;
}

.AR02_article-header .AR02_article-header__thum img.tablet-img {
  display: none;
}

.AR02_article-header .AR02_article-header__thum img.mobile-img {
  display: none;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__thum img.pc-img {
    display: none;
  }
  .AR02_article-header .AR02_article-header__thum img.tablet-img {
    display: block;
  }
  .AR02_article-header .AR02_article-header__thum img.mobile-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-header__thum img.pc-img {
    display: none;
  }
  .AR02_article-header .AR02_article-header__thum img.tablet-img {
    display: none;
  }
  .AR02_article-header .AR02_article-header__thum img.mobile-img {
    display: block;
  }
}

.AR02_article-header .AR02_article-header__thum .article-header-playbtn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AR02_article-header .AR02_article-header__thum .article-header-playbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-video.svg");
  background-size: 100% 100%;
  width: 96px;
  height: 96px;
  z-index: 1;
}

.AR02_article-header .AR02_article-header__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 72px;
}

.AR02_article-header .AR02_article-header__popup[aria-hidden='true'] {
  display: none;
}

.AR02_article-header .AR02_article-header__popup[aria-hidden='false'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__popup {
    padding: 0;
  }
}

.AR02_article-header .AR02_article-header__popup .btnPlayVideoClose {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-regular-action-cancel-close.svg") no-repeat center/100%;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__popup .btnPlayVideoClose {
    width: 24px;
    height: 24px;
  }
}

.AR02_article-header .AR02_article-header__popup .AR02_article-header__popup-con {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.AR02_article-header .AR02_article-header__popup .AR02_article-header__popup-con .AR02_article-header__popup-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.AR02_article-header .AR02_article-header__popup .AR02_article-header__popup-con .AR02_article-header__popup-video video,
.AR02_article-header .AR02_article-header__popup .AR02_article-header__popup-con .AR02_article-header__popup-video iframe,
.AR02_article-header .AR02_article-header__popup .AR02_article-header__popup-con .AR02_article-header__popup-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AR02_article-header .AR02_article-header-sns-mobile-link {
  display: none;
}

.AR02_article-header .AR02_article-header-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AR02_article-header .AR02_article-header-sns-item {
  margin-left: 16px;
}

.AR02_article-header .AR02_article-header-sns-item:first-child {
  margin-left: 0;
}

.AR02_article-header .AR02_article-header-sns__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #dddddd;
  border-radius: 50%;
  font-size: 0;
  vertical-align: top;
}

.AR02_article-header .AR02_article-header-sns__link.facebook {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white.svg") center center/100%;
}

.AR02_article-header .AR02_article-header-sns__link.twitter {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-twitter-white.svg") center center/100%;
}

.AR02_article-header .AR02_article-header-sns__link.linkedin {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in-white.svg") center center/100%;
}

.AR02_article-header .AR02_article-header-sns__link.mail {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white.svg") center center/100%;
}

.AR02_article-header .AR02_article-header-sns__link.share {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-link-white.svg") center center/100%;
}

.AR02_article-header .AR02_article-header-content-left {
  display: block;
  padding: 0 177px;
}

.AR02_article-header .AR02_article-header-back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.AR02_article-header .AR02_article-header-back-btn.disabled, .AR02_article-header .AR02_article-header-back-btn:disabled,
.AR02_article-header .AR02_article-header-back-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR02_article-header .AR02_article-header-back-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR02_article-header .AR02_article-header-back-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header-back-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-header-back-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-header-back-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header-back-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-header-back-btn.btn-small {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-header-back-btn.none-border {
  border: none;
}

.AR02_article-header .AR02_article-header-back-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-header-back-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-header-back-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR02_article-header .AR02_article-header-back-btn.dark-bg.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-header-back-btn.dark-bg:active, .AR02_article-header .AR02_article-header-back-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR02_article-header .AR02_article-header-back-btn.dark-bg:active.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.dark-bg:active.icon-right:after, .AR02_article-header .AR02_article-header-back-btn.dark-bg:focus-visible.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-header-back-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR02_article-header .AR02_article-header-back-btn.dark-bg:hover.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR02_article-header .AR02_article-header-back-btn.dark-bg.disabled, .AR02_article-header .AR02_article-header-back-btn.dark-bg:disabled,
.AR02_article-header .AR02_article-header-back-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.AR02_article-header .AR02_article-header-back-btn.dark-bg.disabled.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.dark-bg.disabled.icon-right:after, .AR02_article-header .AR02_article-header-back-btn.dark-bg:disabled.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.dark-bg:disabled.icon-right:after,
.AR02_article-header .AR02_article-header-back-btn.dark-bg [aria-disabled='true'].icon-left:before,
.AR02_article-header .AR02_article-header-back-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-header-back-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR02_article-header .AR02_article-header-back-btn.light-bg.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-header-back-btn.light-bg:active, .AR02_article-header .AR02_article-header-back-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR02_article-header .AR02_article-header-back-btn.light-bg:active.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.light-bg:active.icon-right:after, .AR02_article-header .AR02_article-header-back-btn.light-bg:focus-visible.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-header-back-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR02_article-header .AR02_article-header-back-btn.light-bg:hover.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR02_article-header .AR02_article-header-back-btn.light-bg.disabled, .AR02_article-header .AR02_article-header-back-btn.light-bg:disabled,
.AR02_article-header .AR02_article-header-back-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR02_article-header .AR02_article-header-back-btn.light-bg.disabled.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.light-bg.disabled.icon-right:after, .AR02_article-header .AR02_article-header-back-btn.light-bg:disabled.icon-left:before, .AR02_article-header .AR02_article-header-back-btn.light-bg:disabled.icon-right:after,
.AR02_article-header .AR02_article-header-back-btn.light-bg [aria-disabled='true'].icon-left:before,
.AR02_article-header .AR02_article-header-back-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .article-header-page-wrap .article-header-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile {
  margin-right: 24px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile img {
  max-width: 100%;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info {
  font-family: "Samsung One", sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
  color: #555555;
  padding: 9px 0 9px 6px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info {
    font-size: 1rem;
  }
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info .article-header-writer__by {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: #000000;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info .article-header-writer__position {
  padding-top: 4px;
  color: #666666;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 700;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page_witer_link + .time {
  position: absolute;
  top: 28px;
  right: 0;
  width: auto;
}

.AR02_article-header .article-header-page-wrap .article-header-page__header .time {
  position: relative;
  width: 100%;
  font-family: "Samsung One", sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
  color: #555555;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.33;
  color: #666666;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header-page-wrap .article-header-page__header .time {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header-page-wrap .article-header-page__header .time {
    font-size: 1rem;
  }
}

.AR02_article-header .article-header-page-wrap .article-header-writer__article {
  padding: 32px 0 56px;
  border-bottom: 1px solid #dddddd;
}

.AR02_article-header .article-header_page__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.AR02_article-header .article-header_page__download > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0;
  border: none;
  line-height: 20px;
  font-weight: 700;
}

.AR02_article-header .article-header_page__download > a.disabled, .AR02_article-header .article-header_page__download > a:disabled,
.AR02_article-header .article-header_page__download > a [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR02_article-header .article-header_page__download > a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR02_article-header .article-header_page__download > a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .article-header_page__download > a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header_page__download > a.btn-medium {
    padding: 0 12px;
  }
}

.AR02_article-header .article-header_page__download > a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .article-header_page__download > a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header_page__download > a.btn-small {
    padding: 0 12px;
  }
}

.AR02_article-header .article-header_page__download > a.none-border {
  border: none;
}

.AR02_article-header .article-header_page__download > a.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .article-header_page__download > a.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .article-header_page__download > a.btn-small, .AR02_article-header .article-header_page__download > a.btn-medium, .AR02_article-header .article-header_page__download > a.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

.AR02_article-header .article-header_page__download > a.btn-small {
  font-size: 12px;
}

.AR02_article-header .article-header_page__download > a.dark-bg {
  color: #ffffff;
}

.AR02_article-header .article-header_page__download > a.dark-bg.icon-left:before, .AR02_article-header .article-header_page__download > a.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.AR02_article-header .article-header_page__download > a.light-bg {
  color: #000000;
}

.AR02_article-header .article-header_page__download > a.light-bg:after {
  content: '';
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-download.svg");
  width: 12px;
  height: 12px;
  background-size: 100%;
  margin-left: 4px;
}

.AR02_article-header .article-content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
}

.AR02_article-header .article-header_text-cont,
.AR02_article-header .AR02_article-detail_text-cont {
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 400;
  padding: 40px 0 !important;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .article-header_text-cont,
  .AR02_article-header .AR02_article-detail_text-cont {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-header_text-cont,
  .AR02_article-header .AR02_article-detail_text-cont {
    font-size: 1.4rem;
  }
}

.AR02_article-header .st-semi-article-detail_text-cont {
  padding: 0 !important;
}

.AR02_article-header .AR02_article-detail-back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.AR02_article-header .AR02_article-detail-back-btn.disabled, .AR02_article-header .AR02_article-detail-back-btn:disabled,
.AR02_article-header .AR02_article-detail-back-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR02_article-header .AR02_article-detail-back-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR02_article-header .AR02_article-detail-back-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-back-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-back-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-detail-back-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-back-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-back-btn.btn-small {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-detail-back-btn.none-border {
  border: none;
}

.AR02_article-header .AR02_article-detail-back-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-detail-back-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-detail-back-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR02_article-header .AR02_article-detail-back-btn.dark-bg.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-detail-back-btn.dark-bg:active, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR02_article-header .AR02_article-detail-back-btn.dark-bg:active.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:active.icon-right:after, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:focus-visible.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-detail-back-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR02_article-header .AR02_article-detail-back-btn.dark-bg:hover.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR02_article-header .AR02_article-detail-back-btn.dark-bg.disabled, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:disabled,
.AR02_article-header .AR02_article-detail-back-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.AR02_article-header .AR02_article-detail-back-btn.dark-bg.disabled.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.dark-bg.disabled.icon-right:after, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:disabled.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.dark-bg:disabled.icon-right:after,
.AR02_article-header .AR02_article-detail-back-btn.dark-bg [aria-disabled='true'].icon-left:before,
.AR02_article-header .AR02_article-detail-back-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-detail-back-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR02_article-header .AR02_article-detail-back-btn.light-bg.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-detail-back-btn.light-bg:active, .AR02_article-header .AR02_article-detail-back-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR02_article-header .AR02_article-detail-back-btn.light-bg:active.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.light-bg:active.icon-right:after, .AR02_article-header .AR02_article-detail-back-btn.light-bg:focus-visible.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-detail-back-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR02_article-header .AR02_article-detail-back-btn.light-bg:hover.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR02_article-header .AR02_article-detail-back-btn.light-bg.disabled, .AR02_article-header .AR02_article-detail-back-btn.light-bg:disabled,
.AR02_article-header .AR02_article-detail-back-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR02_article-header .AR02_article-detail-back-btn.light-bg.disabled.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.light-bg.disabled.icon-right:after, .AR02_article-header .AR02_article-detail-back-btn.light-bg:disabled.icon-left:before, .AR02_article-header .AR02_article-detail-back-btn.light-bg:disabled.icon-right:after,
.AR02_article-header .AR02_article-detail-back-btn.light-bg [aria-disabled='true'].icon-left:before,
.AR02_article-header .AR02_article-detail-back-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .AR02_article-detail-rn {
  margin-bottom: 100px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn {
    margin-bottom: 64px;
  }
}

.AR02_article-header .AR02_article-detail-rn-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn-title {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-wrap {
    display: block;
  }
}

.AR02_article-header .AR02_article-detail-rn-item {
  margin-bottom: 32px;
}

.AR02_article-header .AR02_article-detail-rn-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn-item {
    margin: 0 0 0 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .AR02_article-header .AR02_article-detail-rn-item:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-item {
    margin: 40px 0 0 0;
  }
  .AR02_article-header .AR02_article-detail-rn-item:first-child {
    margin: 0;
  }
}

.AR02_article-header .AR02_article-detail-rn-thum {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.AR02_article-header .AR02_article-detail-rn-thum.playbtn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: scroll;
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-video.svg");
  width: 30%;
  height: 30%;
  z-index: 1;
}

.AR02_article-header .AR02_article-detail-rn-thum.playbtn:after {
  width: 54.2%;
  height: 54.2%;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn-thum img {
    width: 100%;
    height: auto;
  }
  .AR02_article-header .AR02_article-detail-rn-thum.playbtn:after {
    width: 28%;
    height: 28%;
  }
}

.AR02_article-header .AR02_article-detail-rn-cont {
  padding: 0 12px;
}

.AR02_article-header .AR02_article-detail-rn-eyebrow {
  font-family: "Samsung One", sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
  margin-top: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-eyebrow {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-eyebrow {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-eyebrow {
    margin-top: 18px;
  }
}

.AR02_article-header .AR02_article-detail-rn-desc {
  display: block;
  display: -webkit-box;
  max-height: 2.78em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.39em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 6px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-rn-desc {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-rn-desc {
    font-size: 1.8rem;
  }
}

.AR02_article-header .AR02_article-detail-tag__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-tag__title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag__title {
    margin-bottom: 20px;
    text-align: center;
  }
}

.AR02_article-header .AR02_article-detail-tag__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0 16px;
  padding: 0 192px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag__cont {
    margin: 26px 0 18px;
    padding: 0 176px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-tag__cont {
    margin: 18px 0 10px;
    padding: 0 66px;
  }
}

.AR02_article-header .AR02_article-detail-tag__item {
  margin-bottom: 8px;
  margin-right: 8px;
}

.AR02_article-header .AR02_article-detail-tag__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag__item {
    margin: 0 0 8px 8px;
  }
  .AR02_article-header .AR02_article-detail-tag__item:first-child {
    margin-left: 0;
  }
}

.AR02_article-header .AR02_article-detail-tag-chip-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  line-height: 20px;
  border: none;
  position: relative;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: solid 1px black;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.disabled, .AR02_article-header .AR02_article-detail-tag-chip-btn:disabled,
.AR02_article-header .AR02_article-detail-tag-chip-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-small {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.none-border {
  border: none;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.font-small {
  font-size: 1rem;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.selected {
  font-weight: 700;
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.dark-bg:active, .AR02_article-header .AR02_article-detail-tag-chip-btn.dark-bg:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.AR02_article-header .AR02_article-detail-tag-chip-btn.light-bg:active, .AR02_article-header .AR02_article-detail-tag-chip-btn.light-bg:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-detail-tag-chip-btn.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.AR02_article-header .AR02_article-detail-product {
  margin-top: 160px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-product {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-product {
    margin-top: 100px;
  }
}

.AR02_article-header .AR02_article-detail-product-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-product-title {
    font-size: 24px;
    line-height: 1.41;
  }
}

.AR02_article-header .AR02_article-detail-product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
}

.AR02_article-header .AR02_article-detail-product-tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: 0;
  font-weight: normal;
  font-weight: bold;
  border-radius: 24px;
  margin-top: 8px;
}

.AR02_article-header .AR02_article-detail-product-tags a.disabled, .AR02_article-header .AR02_article-detail-product-tags a:disabled,
.AR02_article-header .AR02_article-detail-product-tags a [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR02_article-header .AR02_article-detail-product-tags a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR02_article-header .AR02_article-detail-product-tags a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-product-tags a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-product-tags a.btn-medium {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-detail-product-tags a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-product-tags a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-product-tags a.btn-small {
    padding: 0 12px;
  }
}

.AR02_article-header .AR02_article-detail-product-tags a.none-border {
  border: none;
}

.AR02_article-header .AR02_article-detail-product-tags a.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-detail-product-tags a.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .AR02_article-detail-product-tags a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-product-tags a.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-product-tags a.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.AR02_article-header .AR02_article-detail-product-tags a.light-bg {
  color: #000000;
  background-color: #f8f8f8;
}

.AR02_article-header .AR02_article-detail-product-tags a.light-bg:active, .AR02_article-header .AR02_article-detail-product-tags a.light-bg:focus-visible {
  color: #ffffff;
  background-color: #000000;
}

@media (hover: hover) {
  .AR02_article-header .AR02_article-detail-product-tags a.light-bg:hover {
    color: #ffffff;
    background-color: #000000;
  }
}

.AR02_article-header .AR02_article-detail-product-tags a + a {
  margin-left: 8px;
  margin-top: 8px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-detail-product-tags {
    margin-top: 24px;
  }
  .AR02_article-header .AR02_article-detail-product-tags a.btn-large {
    margin-top: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .AR02_article-detail-product-tags {
    padding: 0 24px;
    margin-top: 32px;
  }
}

.AR02_article-header .article-content-btn-center {
  text-align: center;
  margin-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .article-content-btn-center {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-content-btn-center {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.AR02_article-header .article-content-btn-center .gotoevent-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.disabled, .AR02_article-header .article-content-btn-center .gotoevent-btn:disabled,
.AR02_article-header .article-content-btn-center .gotoevent-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .article-content-btn-center .gotoevent-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-content-btn-center .gotoevent-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .article-content-btn-center .gotoevent-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header .article-content-btn-center .gotoevent-btn.btn-small {
    padding: 0 12px;
  }
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.none-border {
  border: none;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:active, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:active.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:active.icon-right:after, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:focus-visible.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:hover.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg.disabled, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:disabled,
.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg.disabled.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg.disabled.icon-right:after, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:disabled.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg:disabled.icon-right:after,
.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg [aria-disabled='true'].icon-left:before,
.AR02_article-header .article-content-btn-center .gotoevent-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:active, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:active.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:active.icon-right:after, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:focus-visible.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:hover.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg.disabled, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:disabled,
.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg.disabled.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg.disabled.icon-right:after, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:disabled.icon-left:before, .AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg:disabled.icon-right:after,
.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg [aria-disabled='true'].icon-left:before,
.AR02_article-header .article-content-btn-center .gotoevent-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1023px) {
  .AR02_article-header .AR02_article-header__header {
    padding: 100px 92px 60px 60px;
  }
  .AR02_article-header .AR02_article-header__header .AR02_article-header__eyebrow {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .AR02_article-header .AR02_article-header__header .AR02_article-header__title {
    font-size: 4.2rem;
    margin-bottom: 24px;
  }
  .AR02_article-header .AR02_article-header__header .AR02_article-header__description {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 36px;
  }
  .AR02_article-header .AR02_article-header__thum {
    margin-bottom: 60px;
  }
  .AR02_article-header .AR02_article-header__thum .article-header-playbtn:after {
    width: 72px;
    height: 72px;
    background-size: 100%;
  }
  .AR02_article-header .article-header-content-wrap {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .AR02_article-header .AR02_article-header-content-left {
    padding: 0 28px;
    display: block;
  }
  .AR02_article-header .AR02_article-header-content-left + .article-content-right {
    margin-left: 0;
  }
  .AR02_article-header .article-header_text-cont,
  .AR02_article-header .AR02_article-detail_text-cont {
    font-size: 1.5rem;
    padding: 36px 0 20px !important;
  }
  .AR02_article-header .article-header-page-wrap {
    max-width: 100%;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer {
    margin-bottom: 60px;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile {
    margin-right: 32px;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info {
    padding: 12px 0;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info .article-header-writer__by {
    font-size: 2rem;
    line-height: 1.4;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info .article-header-writer__position {
    padding-top: 8px;
    font-size: 1.5rem;
    line-height: 1.33;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page_witer_link + .time {
    top: 30px;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .time {
    font-size: 1.5rem;
  }
  .AR02_article-header .article-content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .AR02_article-header {
    padding: 0;
  }
  .AR02_article-header .AR02_article-header__header {
    padding: 48px 24px 60px;
  }
  .AR02_article-header .AR02_article-header__header .AR02_article-header__eyebrow {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .AR02_article-header .AR02_article-header__header .AR02_article-header__title {
    font-size: 2.8rem;
    line-height: 1.32;
  }
  .AR02_article-header .AR02_article-header__header .AR02_article-header__description {
    font-size: 1.6rem;
    line-height: 1.44;
    margin-bottom: 0;
  }
  .AR02_article-header .AR02_article-header__thum {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .AR02_article-header .AR02_article-header__thum:empty {
    display: none;
  }
  .AR02_article-header .article-header-content-wrap {
    padding: 0 24px;
  }
  .AR02_article-header .article-header_text-cont,
  .AR02_article-header .AR02_article-detail_text-cont {
    font-size: 1.4rem;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header {
    display: block;
    position: relative;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page_witer_link + .time {
    margin-left: 98px;
    text-align: left;
    width: auto;
    position: absolute;
    bottom: 0;
    right: auto;
    top: auto;
    padding-bottom: 0;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .time {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
    text-align: left;
    padding-bottom: 40px;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile {
    margin-right: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info {
    padding: 0;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info .article-header-writer__by {
    font-size: 1.6rem;
    line-height: 1.44;
  }
  .AR02_article-header .article-header-page-wrap .article-header-page__header .article-header-page__writer .article-header-writer__profile + .article-header-writer__info .article-header-writer__position {
    padding-top: 4px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .AR02_article-header .AR02_article-header-sns {
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 50px;
    z-index: 20;
    -webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12);
  }
  .AR02_article-header .AR02_article-header-sns.active {
    bottom: 80px;
  }
  .AR02_article-header .AR02_article-header-sns-mobile-link {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-share.svg") center center no-repeat;
  }
  .AR02_article-header .AR02_article-header-sns-area {
    display: none;
    position: absolute;
    bottom: 56px;
    left: 0;
    padding: 8px;
    border-radius: 27px;
    width: 48px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);
  }
  .AR02_article-header .AR02_article-header-sns-area.active {
    display: block;
  }
  .AR02_article-header .AR02_article-header-sns-item {
    margin: 0 0 12px 0;
  }
  .AR02_article-header .AR02_article-header-sns-item:last-child {
    margin: 0;
  }
}