/* Component Name */
.AR11_event_header {
  max-width: 1156px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 32px;
}

.AR11_event_header .AR11_event_header__header {
  padding: 120px 177px 80px;
}

.AR11_event_header .AR11_event_header__header .AR11_event_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) {
  .AR11_event_header .AR11_event_header__header .AR11_event_header__eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header__header .AR11_event_header__eyebrow {
    font-size: 1.4rem;
  }
}

.AR11_event_header .AR11_event_header__header .AR11_event_header__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  word-break: keep-all;
  font-size: 5.4rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header__header .AR11_event_header__title {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header__header .AR11_event_header__title {
    font-size: 3.2rem;
  }
}

.AR11_event_header .AR11_event_header__header .AR11_event_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) {
  .AR11_event_header .AR11_event_header__header .AR11_event_header__description {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header__header .AR11_event_header__description {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.AR11_event_header .AR11_event_header-cont-wrap {
  position: relative;
}

.AR11_event_header .AR11_event_header__thum {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 80px;
}

.AR11_event_header .AR11_event_header__thum img {
  width: 100%;
  height: auto;
}

.AR11_event_header .AR11_event_header__thum .AR11_event_header-playbtn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AR11_event_header .AR11_event_header__thum .AR11_event_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;
}

.AR11_event_header .AR11_event_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;
}

.AR11_event_header .AR11_event_header__popup[aria-hidden='true'] {
  display: none;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header__popup {
    padding: 0;
  }
}

.AR11_event_header .AR11_event_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) {
  .AR11_event_header .AR11_event_header__popup .btnPlayVideoClose {
    width: 24px;
    height: 24px;
  }
}

.AR11_event_header .AR11_event_header__popup .AR11_event_header__popup-con {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.AR11_event_header .AR11_event_header__popup .AR11_event_header__popup-con .AR11_event_header__popup-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.AR11_event_header .AR11_event_header__popup .AR11_event_header__popup-con .AR11_event_header__popup-video video,
.AR11_event_header .AR11_event_header__popup .AR11_event_header__popup-con .AR11_event_header__popup-video iframe,
.AR11_event_header .AR11_event_header__popup .AR11_event_header__popup-con .AR11_event_header__popup-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.AR11_event_header .AR11_event_header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0 32px;
  font-family: "Samsung One", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header__info {
    margin: 20px 0 24px;
  }
}

.AR11_event_header .AR11_event_header__info .AR11_event_header__date {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header__info .AR11_event_header__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header__info .AR11_event_header__date {
    width: 100%;
    font-size: 12px;
  }
}

.AR11_event_header .AR11_event_header__info .AR11_event_header__time,
.AR11_event_header .AR11_event_header__info .AR11_event_header__live {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.42;
  color: #888;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header__info .AR11_event_header__time,
  .AR11_event_header .AR11_event_header__info .AR11_event_header__live {
    font-size: 12px;
  }
}

.AR11_event_header .AR11_event_header__info p + span {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header__info p + span {
    margin-left: 0;
  }
}

.AR11_event_header .AR11_event_header__info span + span::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 12px;
  margin: -2px 8px 0;
  background: rgba(0, 0, 0, 0.2);
}

.AR11_event_header .AR11_event_header-sns-mobile-link {
  display: none;
}

.AR11_event_header .AR11_event_header-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AR11_event_header .AR11_event_header-sns-item {
  margin-left: 16px;
}

.AR11_event_header .AR11_event_header-sns-item:first-child {
  margin-left: 0;
}

.AR11_event_header .AR11_event_header-sns__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #dddddd;
  border-radius: 50%;
  font-size: 0;
  vertical-align: top;
}

.AR11_event_header .AR11_event_header-sns__link.facebook {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white.svg") center center/100%;
}

.AR11_event_header .AR11_event_header-sns__link.twitter {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-twitter-white.svg") center center/100%;
}

.AR11_event_header .AR11_event_header-sns__link.linkedin {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in-white.svg") center center/100%;
}

.AR11_event_header .AR11_event_header-sns__link.mail {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white.svg") center center/100%;
}

.AR11_event_header .AR11_event_header-sns__link.share {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-share-link-white.svg") center center/100%;
}

.AR11_event_header .AR11_event_header-registration {
  margin-top: 40px;
}

.AR11_event_header .AR11_event_header-registration 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;
  background-color: transparent;
}

.AR11_event_header .AR11_event_header-registration a.disabled, .AR11_event_header .AR11_event_header-registration a:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.AR11_event_header .AR11_event_header-registration a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR11_event_header .AR11_event_header-registration a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header-registration a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header-registration a.btn-medium {
    padding: 0 12px;
  }
}

.AR11_event_header .AR11_event_header-registration a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header-registration a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .AR11_event_header-registration a.btn-small {
    padding: 0 12px;
  }
}

.AR11_event_header .AR11_event_header-registration 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;
}

.AR11_event_header .AR11_event_header-registration 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;
}

.AR11_event_header .AR11_event_header-registration a.dark-bg {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.AR11_event_header .AR11_event_header-registration a.dark-bg.icon-left:before, .AR11_event_header .AR11_event_header-registration 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");
}

.AR11_event_header .AR11_event_header-registration a.dark-bg:active, .AR11_event_header .AR11_event_header-registration a.dark-bg:focus-visible {
  color: #dddddd;
  border-color: #dddddd;
  background-color: rgba(255, 255, 255, 0.1);
}

.AR11_event_header .AR11_event_header-registration a.dark-bg:active.icon-left:before, .AR11_event_header .AR11_event_header-registration a.dark-bg:active.icon-right:after, .AR11_event_header .AR11_event_header-registration a.dark-bg:focus-visible.icon-left:before, .AR11_event_header .AR11_event_header-registration a.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='%23dddddd' 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");
}

@media (hover: hover) {
  .AR11_event_header .AR11_event_header-registration a.dark-bg:hover {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .AR11_event_header .AR11_event_header-registration a.dark-bg:hover.icon-left:before, .AR11_event_header .AR11_event_header-registration a.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='%23dddddd' 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");
  }
}

.AR11_event_header .AR11_event_header-registration a.dark-bg.disabled, .AR11_event_header .AR11_event_header-registration a.dark-bg:disabled {
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.AR11_event_header .AR11_event_header-registration a.dark-bg.disabled.icon-left:before, .AR11_event_header .AR11_event_header-registration a.dark-bg.disabled.icon-right:after, .AR11_event_header .AR11_event_header-registration a.dark-bg:disabled.icon-left:before, .AR11_event_header .AR11_event_header-registration a.dark-bg:disabled.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='%23555555' 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");
}

.AR11_event_header .AR11_event_header-registration a.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.AR11_event_header .AR11_event_header-registration a.light-bg.icon-left:before, .AR11_event_header .AR11_event_header-registration a.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='%23000000' 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");
}

.AR11_event_header .AR11_event_header-registration a.light-bg:active, .AR11_event_header .AR11_event_header-registration a.light-bg:focus-visible {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #555555;
}

.AR11_event_header .AR11_event_header-registration a.light-bg:active.icon-left:before, .AR11_event_header .AR11_event_header-registration a.light-bg:active.icon-right:after, .AR11_event_header .AR11_event_header-registration a.light-bg:focus-visible.icon-left:before, .AR11_event_header .AR11_event_header-registration a.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='%23555555' 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");
}

@media (hover: hover) {
  .AR11_event_header .AR11_event_header-registration a.light-bg:hover {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
  }
  .AR11_event_header .AR11_event_header-registration a.light-bg:hover.icon-left:before, .AR11_event_header .AR11_event_header-registration a.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='%23555555' 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");
  }
}

.AR11_event_header .AR11_event_header-registration a.light-bg.disabled, .AR11_event_header .AR11_event_header-registration a.light-bg:disabled {
  color: #dddddd;
  background-color: transparent;
  border-color: #dddddd;
}

.AR11_event_header .AR11_event_header-registration a.light-bg.disabled.icon-left:before, .AR11_event_header .AR11_event_header-registration a.light-bg.disabled.icon-right:after, .AR11_event_header .AR11_event_header-registration a.light-bg:disabled.icon-left:before, .AR11_event_header .AR11_event_header-registration a.light-bg:disabled.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='%23dddddd' 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");
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header-registration {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .AR11_event_header-registration {
    margin-top: 28px;
  }
}

.AR11_event_header .AR11_event_header-content-left {
  display: block;
  padding: 0 177px;
}

.AR11_event_header .article-content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
}

.AR11_event_header .event_detail_text-cont {
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 400;
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail_text-cont {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail_text-cont {
    font-size: 1.4rem;
  }
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_detail-back-btn.disabled, .AR11_event_header .event_detail-back-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.AR11_event_header .event_detail-back-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR11_event_header .event_detail-back-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-back-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-back-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR11_event_header .event_detail-back-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-back-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-back-btn.btn-small {
    padding: 0 12px;
  }
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_detail-back-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR11_event_header .event_detail-back-btn.dark-bg.icon-left:before, .AR11_event_header .event_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");
}

.AR11_event_header .event_detail-back-btn.dark-bg:active, .AR11_event_header .event_detail-back-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR11_event_header .event_detail-back-btn.dark-bg:active.icon-left:before, .AR11_event_header .event_detail-back-btn.dark-bg:active.icon-right:after, .AR11_event_header .event_detail-back-btn.dark-bg:focus-visible.icon-left:before, .AR11_event_header .event_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) {
  .AR11_event_header .event_detail-back-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR11_event_header .event_detail-back-btn.dark-bg:hover.icon-left:before, .AR11_event_header .event_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");
  }
}

.AR11_event_header .event_detail-back-btn.dark-bg.disabled, .AR11_event_header .event_detail-back-btn.dark-bg:disabled {
  color: #8f8f8f;
  background-color: #555555;
}

.AR11_event_header .event_detail-back-btn.dark-bg.disabled.icon-left:before, .AR11_event_header .event_detail-back-btn.dark-bg.disabled.icon-right:after, .AR11_event_header .event_detail-back-btn.dark-bg:disabled.icon-left:before, .AR11_event_header .event_detail-back-btn.dark-bg:disabled.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");
}

.AR11_event_header .event_detail-back-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR11_event_header .event_detail-back-btn.light-bg.icon-left:before, .AR11_event_header .event_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");
}

.AR11_event_header .event_detail-back-btn.light-bg:active, .AR11_event_header .event_detail-back-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR11_event_header .event_detail-back-btn.light-bg:active.icon-left:before, .AR11_event_header .event_detail-back-btn.light-bg:active.icon-right:after, .AR11_event_header .event_detail-back-btn.light-bg:focus-visible.icon-left:before, .AR11_event_header .event_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) {
  .AR11_event_header .event_detail-back-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR11_event_header .event_detail-back-btn.light-bg:hover.icon-left:before, .AR11_event_header .event_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");
  }
}

.AR11_event_header .event_detail-back-btn.light-bg.disabled, .AR11_event_header .event_detail-back-btn.light-bg:disabled {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR11_event_header .event_detail-back-btn.light-bg.disabled.icon-left:before, .AR11_event_header .event_detail-back-btn.light-bg.disabled.icon-right:after, .AR11_event_header .event_detail-back-btn.light-bg:disabled.icon-left:before, .AR11_event_header .event_detail-back-btn.light-bg:disabled.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");
}

.AR11_event_header .event_detail-rn {
  margin-bottom: 100px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-rn {
    margin-bottom: 64px;
  }
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_detail-rn-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-rn-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-rn-title {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-rn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-rn-wrap {
    display: block;
  }
}

.AR11_event_header .event_detail-rn-item {
  margin-bottom: 32px;
}

.AR11_event_header .event_detail-rn-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-rn-item {
    margin: 0 0 0 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .AR11_event_header .event_detail-rn-item:first-child {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-rn-item {
    margin: 40px 0 0 0;
  }
  .AR11_event_header .event_detail-rn-item:first-child {
    margin: 0;
  }
}

.AR11_event_header .event_detail-rn-thum {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_detail-rn-thum.playbtn:after {
  width: 54.2%;
  height: 54.2%;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-rn-thum img {
    width: 100%;
    height: auto;
  }
  .AR11_event_header .event_detail-rn-thum.playbtn:after {
    width: 28%;
    height: 28%;
  }
}

.AR11_event_header .event_detail-rn-cont {
  padding: 0 12px;
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_detail-rn-eyebrow {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-rn-eyebrow {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-rn-eyebrow {
    margin-top: 18px;
  }
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_detail-rn-desc {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-rn-desc {
    font-size: 1.8rem;
  }
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_detail-tag__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-tag__title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-tag__title {
    margin-bottom: 20px;
    text-align: center;
  }
}

.AR11_event_header .event_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 -8px;
  padding: 0 192px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-tag__cont {
    margin: 26px 0 18px -8px;
    padding: 0 176px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-tag__cont {
    margin: 18px 0 10px -8px;
    padding: 0 66px;
  }
}

.AR11_event_header .event_detail-tag__item {
  margin-bottom: 8px;
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-tag__item {
    margin: 0 0 8px 8px;
  }
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_detail-tag-chip-btn.disabled, .AR11_event_header .event_detail-tag-chip-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.AR11_event_header .event_detail-tag-chip-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR11_event_header .event_detail-tag-chip-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-tag-chip-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-tag-chip-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR11_event_header .event_detail-tag-chip-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-tag-chip-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-tag-chip-btn.btn-small {
    padding: 0 12px;
  }
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_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) {
  .AR11_event_header .event_detail-tag-chip-btn.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_detail-tag-chip-btn.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.AR11_event_header .event_detail-tag-chip-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.AR11_event_header .event_detail-tag-chip-btn.selected {
  font-weight: 700;
}

.AR11_event_header .event_detail-tag-chip-btn.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.AR11_event_header .event_detail-tag-chip-btn.dark-bg:active, .AR11_event_header .event_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) {
  .AR11_event_header .event_detail-tag-chip-btn.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.AR11_event_header .event_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);
}

.AR11_event_header .event_detail-tag-chip-btn.light-bg:active, .AR11_event_header .event_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) {
  .AR11_event_header .event_detail-tag-chip-btn.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.AR11_event_header .event_detail-product {
  margin-top: 160px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-product {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-product {
    margin-top: 100px;
  }
}

.AR11_event_header .event_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) {
  .AR11_event_header .event_detail-product-title {
    font-size: 24px;
    line-height: 1.41;
  }
}

.AR11_event_header .event_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 0 0 -8px;
}

.AR11_event_header .event_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;
  margin-left: 8px;
}

.AR11_event_header .event_detail-product-tags a.disabled, .AR11_event_header .event_detail-product-tags a:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.AR11_event_header .event_detail-product-tags a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR11_event_header .event_detail-product-tags a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-product-tags a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-product-tags a.btn-medium {
    padding: 0 12px;
  }
}

.AR11_event_header .event_detail-product-tags a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-product-tags a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-product-tags a.btn-small {
    padding: 0 12px;
  }
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_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;
}

.AR11_event_header .event_detail-product-tags a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-product-tags a.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-product-tags a.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.AR11_event_header .event_detail-product-tags a.light-bg {
  color: #000000;
  background-color: #f8f8f8;
}

.AR11_event_header .event_detail-product-tags a.light-bg:active, .AR11_event_header .event_detail-product-tags a.light-bg:focus-visible {
  color: #ffffff;
  background-color: #000000;
}

@media (hover: hover) {
  .AR11_event_header .event_detail-product-tags a.light-bg:hover {
    color: #ffffff;
    background-color: #000000;
  }
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .event_detail-product-tags {
    margin-top: 24px;
  }
  .AR11_event_header .event_detail-product-tags a.btn-large {
    margin-top: 8px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .event_detail-product-tags {
    padding: 0 24px;
    margin-top: 32px;
  }
}

.AR11_event_header .article-content-btn-center {
  text-align: center;
  margin-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .AR11_event_header .article-content-btn-center {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .article-content-btn-center {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.AR11_event_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;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.disabled, .AR11_event_header .article-content-btn-center .gotoevent-btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR11_event_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) {
  .AR11_event_header .article-content-btn-center .gotoevent-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .article-content-btn-center .gotoevent-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR11_event_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) {
  .AR11_event_header .article-content-btn-center .gotoevent-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR11_event_header .article-content-btn-center .gotoevent-btn.btn-small {
    padding: 0 12px;
  }
}

.AR11_event_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;
}

.AR11_event_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;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg.icon-left:before, .AR11_event_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");
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:active, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:active.icon-left:before, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:active.icon-right:after, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:focus-visible.icon-left:before, .AR11_event_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) {
  .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:hover.icon-left:before, .AR11_event_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");
  }
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg.disabled, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:disabled {
  color: #8f8f8f;
  background-color: #555555;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg.disabled.icon-left:before, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg.disabled.icon-right:after, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:disabled.icon-left:before, .AR11_event_header .article-content-btn-center .gotoevent-btn.dark-bg:disabled.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");
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg.icon-left:before, .AR11_event_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");
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:active, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:active.icon-left:before, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:active.icon-right:after, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:focus-visible.icon-left:before, .AR11_event_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) {
  .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:hover.icon-left:before, .AR11_event_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");
  }
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg.disabled, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:disabled {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg.disabled.icon-left:before, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg.disabled.icon-right:after, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:disabled.icon-left:before, .AR11_event_header .article-content-btn-center .gotoevent-btn.light-bg:disabled.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) {
  .AR11_event_header .AR11_event_header__header {
    padding: 100px 92px 60px 60px;
  }
  .AR11_event_header .AR11_event_header__header .AR11_event_header__eyebrow {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .AR11_event_header .AR11_event_header__header .AR11_event_header__title {
    font-size: 4.2rem;
    margin-bottom: 24px;
  }
  .AR11_event_header .AR11_event_header__header .AR11_event_header__description {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 36px;
  }
  .AR11_event_header .AR11_event_header__thum {
    margin-bottom: 60px;
  }
  .AR11_event_header .AR11_event_header__thum .AR11_event_header-playbtn:after {
    width: 72px;
    height: 72px;
    background-size: 100%;
  }
  .AR11_event_header .AR11_event_header-content-left {
    padding: 0 28px;
    display: block;
  }
  .AR11_event_header .AR11_event_header-content-left + .article-content-right {
    margin-left: 0;
  }
  .AR11_event_header .event_detail_text-cont {
    font-size: 1.5rem;
  }
  .AR11_event_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) {
  .AR11_event_header {
    padding: 0;
    /*
    .AR11_event_header-sns {
      position: fixed;
      bottom: 24px;
      right: 24px;
      border-radius: 50px;
      z-index: 20;
      box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.12);

      &.active {
        bottom: 80px;
      }
    }

    .AR11_event_header-sns-mobile-link {
      display: block;
      @include size(48px);
      border-radius: 50%;
      background: $bg-color iurl('site/css/icon/icon-bold-action-share.svg') center center no-repeat;

      // &.active {
      //   background: $bg-color iurl('site/css/icon/icon-bold-action-share-on.svg') center center no-repeat;
      // }
    }

    .AR11_event_header-sns-area {
      display: none;
      position: absolute;
      bottom: 56px;
      left: 0;
      padding: 8px;
      border-radius: 27px;
      width: 48px;
      background: $bg-color;
      box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.12);

      &.active {
        display: block;
      }
    }
    .AR11_event_header-sns-item {
      margin: 0 0 12px 0;

      &:last-child {
        margin: 0;
      }
    }
    */
  }
  .AR11_event_header .AR11_event_header__header {
    padding: 48px 24px 60px;
  }
  .AR11_event_header .AR11_event_header__header .AR11_event_header__eyebrow {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .AR11_event_header .AR11_event_header__header .AR11_event_header__title {
    font-size: 2.8rem;
    line-height: 1.32;
  }
  .AR11_event_header .AR11_event_header__header .AR11_event_header__description {
    font-size: 1.6rem;
    line-height: 1.44;
    margin-bottom: 0;
  }
  .AR11_event_header .AR11_event_header__thum {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .AR11_event_header .AR11_event_header__thum:empty {
    display: none;
  }
  .AR11_event_header .AR11_event_header {
    padding: 0 24px;
  }
  .AR11_event_header .event_detail_text-cont {
    font-size: 1.4rem;
  }
}