/* Component Name */
.AR14_event_calendar-title-top p {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 4.8rem;
  line-height: 1.21;
  font-weight: 700;
  text-align: center;
  max-width: 1156px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar-title-top p {
    font-size: 3.4rem;
    line-height: 1.24;
    margin-bottom:16px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar-title-top p {
    font-size: 3rem;
    line-height: 1.33;
    margin-bottom:12px;
  }
}

.AR14_event_calendar .AR14_event_calendar-wrap {
  position:relative;
  padding-top: 80px;
  z-index:2;

}
.AR14_event_calendar .AR14_event_calendar-wrap.active {
  z-index:5;
}

.AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events {
  padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events {
    padding-bottom: 80px;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events {
    padding-bottom: 60px;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-wrap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-wrap {
    padding-top: 48px;
  }
}

.AR14_event_calendar .AR14_event_calendar-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height:60px;
  padding-top: 20px;
  padding-bottom: 17px;
  margin-bottom:12px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-tab {
    padding-bottom:20px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-tab {
    margin-bottom: 4px;
  }
}

.AR14_event_calendar .AR14_event_calendar-tab__item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  font-family: 'Samsung Sharp Sans', sans-serif;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AR14_event_calendar .AR14_event_calendar-tab__item.active {
  color: #000;
}

.AR14_event_calendar .AR14_event_calendar-tab__item:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #dddddd;
  margin: 0 24px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-tab__item {
    font-size: 1.4rem;
    line-height:1.43;
  }
  .AR14_event_calendar .AR14_event_calendar-tab__item:not(:last-child):after {
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-tab__item:not(:last-child):after {
    margin: 0 20px;
  }
}

.AR14_event_calendar .AR14_event_calendar-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 68px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-filter {
    height: 64px;
  }
}

.AR14_event_calendar .btn-news-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.8rem !important;
  line-height: 1.33;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .btn-news-filter {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter {
    font-size: 1.4rem !important;
  }
}

.AR14_event_calendar .btn-news-filter[aria-pressed='true'] {
  color: #2189ff;
}

.AR14_event_calendar .btn-news-filter[aria-pressed='true']:before {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter-on.svg');
}

.AR14_event_calendar .btn-news-filter:before {
  content: '';
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter.svg') no-repeat center/100%;
}

.AR14_event_calendar .btn-filter-close:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete.svg') no-repeat center/100%;
}

.AR14_event_calendar .btn-news-filter__reset {
  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-family: 'Samsung One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

.AR14_event_calendar .btn-news-filter__reset.disabled,
.AR14_event_calendar .btn-news-filter__reset:disabled,
.AR14_event_calendar .btn-news-filter__reset [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR14_event_calendar .btn-news-filter__reset.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR14_event_calendar .btn-news-filter__reset.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .btn-news-filter__reset.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter__reset.btn-medium {
    padding: 0 12px;
  }
}

.AR14_event_calendar .btn-news-filter__reset.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .btn-news-filter__reset.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter__reset.btn-small {
    padding: 0 12px;
  }
}

.AR14_event_calendar .btn-news-filter__reset.none-border {
  border: none;
}

.AR14_event_calendar .btn-news-filter__reset.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;
}

.AR14_event_calendar .btn-news-filter__reset.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;
}

.AR14_event_calendar .btn-news-filter__reset.btn-medium,
.AR14_event_calendar .btn-news-filter__reset.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter__reset.btn-medium,
  .AR14_event_calendar .btn-news-filter__reset.btn-large {
    font-size: 1.2rem;
  }
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg {
  color: #ffffff;
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.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);
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter__reset.dark-bg.icon-left:before,
  .AR14_event_calendar .btn-news-filter__reset.dark-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg:active,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:focus-visible {
  color: #dddddd;
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg:active.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:active.icon-right:after,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:focus-visible.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.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");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg:active.hover-none:after,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:focus-visible.hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (hover: hover) {
  .AR14_event_calendar .btn-news-filter__reset.dark-bg:hover {
    color: #dddddd;
  }
  .AR14_event_calendar .btn-news-filter__reset.dark-bg:hover.icon-left:before,
  .AR14_event_calendar .btn-news-filter__reset.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");
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .AR14_event_calendar .btn-news-filter__reset.dark-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg.disabled,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:disabled,
.AR14_event_calendar .btn-news-filter__reset.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg.disabled.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.dark-bg.disabled.icon-right:after,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:disabled.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:disabled.icon-right:after,
.AR14_event_calendar .btn-news-filter__reset.dark-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.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='%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");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.AR14_event_calendar .btn-news-filter__reset.dark-bg.disabled.hover-none:after,
.AR14_event_calendar .btn-news-filter__reset.dark-bg:disabled.hover-none:after,
.AR14_event_calendar .btn-news-filter__reset.dark-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.AR14_event_calendar .btn-news-filter__reset.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.AR14_event_calendar .btn-news-filter__reset.light-bg.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.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");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter__reset.light-bg.icon-left:before,
  .AR14_event_calendar .btn-news-filter__reset.light-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.AR14_event_calendar .btn-news-filter__reset.light-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (hover: hover) {
  .AR14_event_calendar .btn-news-filter__reset.light-bg:hover {
    color: #555555;
  }
  .AR14_event_calendar .btn-news-filter__reset.light-bg:hover.icon-left:before,
  .AR14_event_calendar .btn-news-filter__reset.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");
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .AR14_event_calendar .btn-news-filter__reset.light-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.AR14_event_calendar .btn-news-filter__reset.light-bg.disabled,
.AR14_event_calendar .btn-news-filter__reset.light-bg:disabled,
.AR14_event_calendar .btn-news-filter__reset.light-bg [aria-disabled='true'] {
  color: #dddddd;
}

.AR14_event_calendar .btn-news-filter__reset.light-bg.disabled.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.light-bg.disabled.icon-right:after,
.AR14_event_calendar .btn-news-filter__reset.light-bg:disabled.icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.light-bg:disabled.icon-right:after,
.AR14_event_calendar .btn-news-filter__reset.light-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .btn-news-filter__reset.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='%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");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.AR14_event_calendar .btn-news-filter__reset.light-bg.disabled.hover-none:after,
.AR14_event_calendar .btn-news-filter__reset.light-bg:disabled.hover-none:after,
.AR14_event_calendar .btn-news-filter__reset.light-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .btn-news-filter__reset {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-news-filter__reset {
    font-size: 1.4rem;
  }
}

.AR14_event_calendar .btn-news-filter__reset:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  -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;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%23000000' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR14_event_calendar .btn-news-filter__reset.disabled {
  color: #8f8f8f;
}

.AR14_event_calendar .btn-news-filter__reset.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%238f8f8f' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR14_event_calendar .news-filter-result {
  margin-right: 24px;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .news-filter-result {
    font-size: 1.6rem;
    margin-right:20px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .news-filter-result {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .news-filter-result {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .news-filter-result {
    display: none;
  }
}

.AR14_event_calendar .filter-detail {
  position: absolute;
  left: 0;
  top: 68px;
  width: 378px;
  visibility: hidden;
  z-index: 20;
  background-color: #ffffff;
  border-top: 1px solid #f8f8f8;
  -webkit-transform: translate(-1000%, 0);
  -ms-transform: translate(-1000%, 0);
  transform: translate(-1000%, 0);
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .filter-detail {
    top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-detail {
    height: 100% !important;
    max-height: none;
  }
}

.AR14_event_calendar .filter-detail .filter-detail-title {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  width: calc(100% - 40px);
  line-height: 60px;
  padding-left: 32px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .filter-detail .filter-detail-title {
    font-size: 1.6rem;
  }
}

.AR14_event_calendar .filter-detail .filter-detail-wrap {
  padding: 0 32px 32px 32px;
  border-top: 1px solid #f8f8f8;
  height: calc(100% - 60px);
  overflow-y: auto;
  max-height: calc(622px - 60px);
}

@supports (overflow-y: overlay) {
  .AR14_event_calendar .filter-detail .filter-detail-wrap {
    overflow-y: overlay;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-detail .filter-detail-wrap {
    max-height: none !important;
  }
}

.AR14_event_calendar .filter-detail .filter-detail-wrap::-webkit-scrollbar {
  width: 3px;
}

.AR14_event_calendar .filter-detail .filter-detail-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.AR14_event_calendar .filter-detail .filter-result-functions-mobile {
  display: none;
}

.AR14_event_calendar .filter-detail .filter-detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AR14_event_calendar .filter-detail .filter-detail-group-item-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AR14_event_calendar .filter-detail .filter-detail-group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 22px 40px 22px 0;
  line-height: 1.43;
  text-align: left;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-detail .filter-detail-group-title {
    padding-right: 0;
  }
}

.AR14_event_calendar .filter-detail .filter-detail-group-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg') no-repeat center center/16px;
  cursor: pointer;
  z-index: -1;
  left: auto;
}

.AR14_event_calendar .filter-detail .filter-detail-group .filter-detail-group-title.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.AR14_event_calendar .filter-detail .filter-detail-group .filter-detail-group-title.active + .filter-detail-group-item-wrap {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.AR14_event_calendar .filter-detail .filter-detail-group-item-wrap > ul {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.AR14_event_calendar .filter-detail .filter-detail-group-title + ul {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AR14_event_calendar .filter-detail .filter-detail-group-title.active + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.AR14_event_calendar .filter-detail .filter-detail-group-item-wrap .filter-detail-group-title.active + ul {
  height: auto;
}

.AR14_event_calendar .filter-detail .filter-detail-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 22px 0;
  line-height: 1.43;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-detail .filter-detail-group-item {
    padding: 14px 0;
  }
}

.AR14_event_calendar .filter-detail .filter-detail-group-item .checkbox {
  width: 100%;
}

.AR14_event_calendar .filter-detail .filter-detail-group-item .checkbox input[type='checkbox'] {
  z-index: 1;
}

.AR14_event_calendar .filter-detail .filter-detail-group-item .checkbox label {
  height: auto;
  font-weight: 700;
}

.AR14_event_calendar .AR14_event_calendar-filter.active .filter-detail {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.AR14_event_calendar .filter-result-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-result-functions:before {
    display: none;
  }
  .AR14_event_calendar .filter-result-functions > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-result-functions .news-filter-result {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .AR14_event_calendar .filter-result-functions .news-filter-result {
    max-width: 70px;
  }
}

.AR14_event_calendar .filter-result-functions:before {
  content: '';
  width: 1px;
  height: 18px;
  margin: 0 8px;
  background-color: #dddddd;
  margin: 0 24px;
}

@media screen and (width < 1024px) {
  .AR14_event_calendar .filter-result-functions:before {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .filter-result-functions:before {
    margin: 0 10px;
  }
}

.AR14_event_calendar .btn-filter-close {
  position: absolute;
  top: 20px;
  right: 32px;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .btn-filter-close {
    right: 24px;
    top: 20px;
  }
}

.AR14_event_calendar .AR14_event_calendar-filter-sorting-area {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 68px;
  max-width: 1219px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position:relative;
  position: sticky;
  left: 0;
  top: -1px;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
  z-index:10;
}
/* 
padding-top: calc(1em + 1px);
 */
/* .AR14_event_calendar .AR14_event_calendar-filter-sorting-area.isSticky {
  z-index:10;
} */

@media screen and (min-width: 768px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area.isSticky.active {
    z-index: 50;
  }
}

/* .AR14_event_calendar .AR14_event_calendar-filter-sorting-area.isSticky:after { */
.AR14_event_calendar .AR14_event_calendar-filter-sorting-area:after {
  width: calc(100% - 64px);
  height: 1px;
  background-color: #ddd;
  display: block;
  content: '';
  position: absolute;
  inset: auto 32px 0 32px;
}

@media screen and (max-width: 767px) {
  /* .AR14_event_calendar .AR14_event_calendar-filter-sorting-area.isSticky:after { */
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area:after {
    width: calc(100% - 48px);
    inset: auto 24px 0 24px;
  }
}

.AR14_event_calendar .AR14_event_calendar-sort {
  margin-left: auto;
}

.AR14_event_calendar .AR14_event_calendar-sort .btn--drop-down {
  padding-right: 0;
}
.AR14_event_calendar .AR14_event_calendar-sort .btn--drop-down::after {
  background-size:100% !important;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-sort .btn--drop-down {
    padding-left: 0;
  }
}

.AR14_event_calendar .AR14_event_calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px auto 0 auto;
  position: relative;
  max-width: 1219px;
  padding: 0 32px;
  /* 비정형 */
}

.AR14_event_calendar .AR14_event_calendar-list:after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item {
  position: relative;
  margin: 30px 0 0 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(34% - 30px);
  flex: 0 0 calc(34% - 30px);
  -ms-flex-preferred-size: calc(34% - 30px);
  min-width: 0;
}

@media (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item:hover img {
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
    -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -o-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  }
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item:first-child,
.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item:nth-child(3n + 4) {
  margin-left: 0;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item:not(:nth-child(-n + 7)) {
  display: none;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item.bigSize {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 918px;
  flex: 0 0 918px;
  width: auto;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item.bigSize .AR14_event_calendar-list-thum:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(0, 0, 0, 0)), to(#000000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 22%, #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, #000000);
  z-index: 1;
  pointer-events: none;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item.bigSize .AR14_event_calendar-list-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 32px;
  color: #ffffff;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item.bigSize .AR14_event_calendar-list-time,
.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item.bigSize .AR14_event_calendar-list-author {
  color: #dddddd;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a {
  display: block;
  padding: 0 32px;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a:focus-visible {
  outline-offset: 0;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a {
    padding: 0 24px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum {
  position: relative;
  border-radius: 30px;
  margin: 0 -32px 24px -32px;
  padding-bottom: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum {
    border-radius: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum {
    border-radius: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum {
    margin-bottom: 20px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-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;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum.ratio1-1 {
  padding-bottom: 100%;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum.ratio4-3 {
  padding-bottom: 75%;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum.ratio16-9 {
  padding-bottom: 56.25%;
}

.AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-thum img {
  border-radius: inherit;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.AR14_event_calendar .AR14_event_calendar-list.irregular {
  margin: 0 0 0 -24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.AR14_event_calendar .AR14_event_calendar-list.irregular.MasonryNone {
  margin-bottom: -50px;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular.MasonryNone {
    margin-bottom: -48px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list.irregular.MasonryNone .gutter-sizer {
  display: none;
}

.AR14_event_calendar .AR14_event_calendar-list.irregular.MasonryNone .AR14_event_calendar-list-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular.MasonryNone .AR14_event_calendar-list-item {
    margin-bottom: 48px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .gutter-sizer {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  width: 24px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular .gutter-sizer {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular .gutter-sizer {
    width: 0;
  }
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .gutter-sizer:after {
  display: none !important;
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item {
  width: calc(33.333% - 24px);
  -ms-flex-preferred-size: calc(33.333% - 24px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333% - 24px);
  flex: 0 0 calc(33.333% - 24px);
  padding: 0;
  height: auto;
  margin: 0 0 80px 0;
  min-width: 0;
  margin-left: 24px;
}

@media screen and (min-width: 1024px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item {
    max-width: 369px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item:hover img {
  -webkit-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
  -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -o-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item .AR14_event_calendar-list-title {
  padding: 0;
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item .AR14_event_calendar-list-thum {
  padding: 0;
  height: auto;
}

.AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item .AR14_event_calendar-list-thum > img {
  width: 100%;
  min-width: 0;
  min-height: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid {
    padding-left: 0;
    padding-right: 0;
  }
}

.AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-title,
.AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-title {
  padding: 0;
}

@media (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item:hover img,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05) !important;
    -ms-transform: translate(-50%, -50%) scale(1.05) !important;
    transform: translate(-50%, -50%) scale(1.05) !important;
    -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    -o-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  }
}


.AR14_event_calendar .AR14_event_calendar-list + .btn-group {
  padding: 0;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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: none;
  margin-top: 50px;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button:disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button [aria-disabled='true'],
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a:disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-large,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-medium,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-medium,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-medium,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-medium {
    padding: 0 12px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-small,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-small,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.btn-small,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.btn-small {
    padding: 0 12px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.none-border,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.none-border {
  border: none;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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='%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");
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:active,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:focus-visible,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:active,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:focus-visible.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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='%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) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:hover,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:hover.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group 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='%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");
  }
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg [aria-disabled='true'],
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.dark-bg [aria-disabled='true'].icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.dark-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.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");
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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='%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");
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:active,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:focus-visible,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:active,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:focus-visible.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group 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='%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) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:hover,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:hover.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group 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='%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");
  }
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg [aria-disabled='true'],
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group button.light-bg [aria-disabled='true'].icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.light-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-list + .btn-group a.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) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group button,
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group a {
    margin-top: 48px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list-eyebrow {
  position:absolute;
  left:0;
  top:8px;
  line-height: 1.33;
  font-weight: 700;
  color: #666;
  display: inline-block;
  font-size:0;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list-eyebrow {
    top:7px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-eyebrow {
   position:static;
   margin-bottom:6px;
  }
}


.AR14_event_calendar .AR14_event_calendar-list-title {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  display: -webkit-box;
  max-height: 2.66em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.33em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  font-size: 1.8rem;
  height: 48px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list-title {
    font-size: 1.6rem;
    display: block;
    display: -webkit-box;
    max-height: 2.88em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.44em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-title {
    font-size: 1.4rem;
    display: block;
    display: -webkit-box;
    max-height: 2.86em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.43em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    height: 41px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list-title > a {
  display: block;
}

.AR14_event_calendar .AR14_event_calendar-list-info {
  min-height: 16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list-info {
    padding: 0 24px;
  }
}

.AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-time {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 700;
  height: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-time {
    font-size: 1.2rem;
  }
}

.AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-time > .date,
.AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-time > .place {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-time > .date,
  .AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-time > .place {
    display: block;
    display: -webkit-box;
    max-height: 2.66em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.33em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
  }
}

.AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-author {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list-author {
    font-size: 1.2rem;
  }
}

.AR14_event_calendar .AR14_event_calendar-list-info .AR14_event_calendar-list__calendar {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-notification-calendar-outline.svg') no-repeat center/100%;
}

.AR14_event_calendar .AR14_event_calendar-list-irregular-wrap {
  max-width: 1219px;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list-irregular-wrap {
    margin: 0 24px;
    padding: 0 24px;
  }
}

.AR14_event_calendar .AR14_event_calendar-wrap .AR14-badge {
  border-radius: 10px;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-wrap .AR14-badge {
    padding: 0 6px;
    height: 14px;
    line-height: 14px;
    font-size: 1rem;
  }
}

.AR14_event_calendar .AR14_event_calendar-wrap strong.AR14-badge {
  color: #fff;
  background-color: #2189ff;
}

.AR14_event_calendar .AR14_event_calendar-wrap span.AR14-badge {
  position:relative;
  color: #333;
  background-color: #fff;
}
.AR14_event_calendar .AR14_event_calendar-wrap span.AR14-badge::before {
  content: '';
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border:1px solid #ddd;
  border-radius: 10px;
}

.AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-list-eyebrow > span:not(.AR14-badge):nth-last-child(2):after,
.AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-list-eyebrow > span:not(.AR14-badge):last-child:after {
  display: none;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-list-time > span {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-list-title {
    -webkit-line-clamp: 2 !important;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-list-time > span {
    margin-top: 2px !important;
  }
}

.AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info {
  padding-right: calc(102px + 80px);
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info {
    padding-right: calc(92px + 32px);
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-wrap .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info {
    padding-right: calc(80px + 12px);
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 0 32px;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly {
    padding: 0 24px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 106px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group.AR14_type-month {
  border-top: none;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group.AR14_type-month .AR14_event_calendar-monthly-group--title + .AR14_event_calendar-monthly-group--item::before {
  clear:both;
  display:block;
  content:'';
  border-top:1px solid #ddd;
  position:absolute;
  top:-24px;
  left:0;
  right:0;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group {
  padding-left:220px;
}
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group:first-of-type {
  border-top:none;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group,
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group {
    padding-left: 68px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group {
    padding-left: 0;
    padding-top: 32px;
    border-top: none;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group:not(:first-of-type) {
    border-top: 1px solid #ddd;
    padding-top:20px;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group:first-of-type {
    padding-top: 20px;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group,
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group {
    padding-left: 0;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group.AR14_type-month .AR14_event_calendar-monthly-group--title + .AR14_event_calendar-monthly-group--item::before {
    display:none;
  }
}
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 3.2rem;
  line-height: 1.22;
  text-align: center;
  font-weight: 700;
  font-family: 'Samsung Sharp Sans', sans-serif;
  position: absolute;
  left: 0;
  top: 23px;
  width: 106px;
  color:#000;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title {
  width:220px;
  font-size:0;
  overflow:hidden;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong {
  display:inline-block;
  width:106px;
  font-size: 3.2rem;
  line-height: 1.22;
  text-align: center;
  font-weight: 700;
  font-family: 'Samsung Sharp Sans', sans-serif;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong.AR14_event_calendar-monthly-group--title-year {
  float:left;
  color:#8f8f8f;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong.AR14_event_calendar-monthly-group--title-month {
  float:right;
  color:#000;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong + strong {
  margin-left:8px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title {
    font-size: 2.4rem;
    line-height: 1.33;
    width: 68px;
    top: 24px;
    text-align:left;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title {
    width: 68px;
    overflow: unset;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong {
    float:none !important;
    display:block;
    width:100%;
    font-size: 2.4rem;
    line-height: 1.33;
    text-align:left;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong.AR14_event_calendar-monthly-group--title-year {
    width:80px;
    word-break: keep-all;
  }

  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong + strong {
    margin-left:0;
    margin-top:24px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title {
    position: static;
    font-size: 1.8rem;
    margin-bottom: 18px;
    text-align: left;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong {
    position: static;
    font-size: 1.8rem;
  }

  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title strong + strong {
    margin-top:20px;
  }
}
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title + .AR14_event_calendar-monthly-group--item {
  border-top: none;
  padding-top: 0;
  min-height:100px;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height:124px;
  box-sizing:border-box;
}
.AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item {
  position:relative;
  margin-left:16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item {
    margin-left: 16px;
    min-height:118px;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title + .AR14_event_calendar-monthly-group--item {
    min-height:94px;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_type-year .AR14_event_calendar-monthly-group--title + .AR14_event_calendar-monthly-group--item {
    margin-top:57px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height:unset;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--title + .AR14_event_calendar-monthly-group--item {
    min-height:unset;
  }
  .AR14_event_calendar .AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item {
    margin: 0 !important;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item-link {
  position: relative;
  padding-right: calc(102px + 80px);
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item-link {
    padding-right: calc(92px + 32px);
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item-link {
    padding-right: calc(80px + 12px);
    font-size:0;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group--item-link a {
  display: block;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-thum {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-monthly-group--item:not(.no-badge) .AR14_event_calendar-list-thum {
    top: 20px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-thum img {
  aspect-ratio: 4 / 3;
  -webkit-transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -o-transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  border-radius: inherit;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-thum img {
    width: 92px;
    height: 69px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-thum img {
    width: 80px;
    height: 60px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-thum a {
  overflow: hidden;
  border-radius: inherit;
  isolation: isolate;
}

@media (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-thum a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 700;
  height: auto;
  min-height: 0;
  max-height: none;
  font-family: 'Samsung Sharp Sans', sans-serif;
  padding-left:50px;
}

/* past events */
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-monthly-group--item.no-badge .AR14_event_calendar-list-title {
  padding-left:0 !important;
}
.AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-monthly-group--item.no-badge .AR14_event_calendar-list-info .AR14_event_calendar-list-time span {
  margin-top:0 !important;
}
.AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-monthly-group--item.no-badge .AR14_event_calendar-list-info .AR14_event_calendar-list__calendar {
  margin-top:-3px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-title {
    font-size: 2rem;
    line-height: 1.35;
    padding-left:44px;
    margin-bottom:10px;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-title {
    margin-bottom:16px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-title {
    min-height:44px;
    font-size: 1.6rem;
    line-height: 1.38;
    padding-left:0 !important;
    margin-bottom:10px;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap.AR14-past-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-title {
    margin-bottom:14px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info {
  padding: 0;
  margin: 0 0 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info .AR14_event_calendar-list__calendar {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info .AR14_event_calendar-list__calendar {
    margin-top:-3px;
    margin-right:10px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time > div .place {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 700;
  color: #757575;
  margin-top: 3px;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span.place-location {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span.place-location > i {
  font-style: normal;
  font-weight: 700;
}.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span.place-location > i:first-child:before {
  display:none !important;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span.place-location > i.place__nation:before {
  display: inline-block;
  content: ', ';
  margin-right: 3px;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span:not(:last-child):after {
  content: '';
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background-color: #dddddd;
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span {
    width:100%;
    font-size: 1.2rem;
    line-height: 1.33;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time span:not(:last-child):after {
    margin: 0 6px;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /* 
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time > span:nth-child(2):after {
    display: none;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time div {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-time div span {
    margin: 0;
  } */
}
@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group .AR14_event_calendar-list-info {
    margin:0;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group {
  padding: 0;
  margin-top: 0 !important; 
}
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a {
  margin-top: 10px;
  margin-bottom: 0;
}
.AR14_event_calendar .AR14-upcoming-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button,
.AR14_event_calendar .AR14-upcoming-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group {
    margin-top:0 !important;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a {
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group {
    margin-top:0 !important;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a {
    margin-top: 4px;
    margin-bottom: 0;
  }
  .AR14_event_calendar .AR14-upcoming-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button,
  .AR14_event_calendar .AR14-upcoming-events .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a {
    margin-bottom: 0;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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: none;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button:disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button [aria-disabled='true'],
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a:disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-large,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-medium,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-medium,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-medium,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-medium {
    padding: 0 12px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-small,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-small,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.btn-small,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.btn-small {
    padding: 0 12px;
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.none-border,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.none-border {
  border: none;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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='%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");
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:active,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:focus-visible,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:active,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:focus-visible.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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='%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) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:hover,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:hover.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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='%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");
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg [aria-disabled='true'],
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.dark-bg [aria-disabled='true'].icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.dark-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.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");
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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='%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");
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:active,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:focus-visible,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:active,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:focus-visible.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:active.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:active.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:focus-visible.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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='%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) {
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:hover,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:hover.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group 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='%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");
  }
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg [aria-disabled='true'],
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg.disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:disabled,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group button.light-bg [aria-disabled='true'].icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg.disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg.disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:disabled.icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg:disabled.icon-right:after,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.light-bg [aria-disabled='true'].icon-left:before,
.AR14_event_calendar .AR14_event_calendar-monthly .AR14_event_calendar-monthly-group + .btn-group a.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");
}


@keyframes slideBulletAnimation {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

/* 뉴스리스트 반응형 (regular__list, regular__grid) */
@media screen and (max-width: 1023px) {
  .AR14_event_calendar-title-top p {
    padding: 0 32px 60px;
    padding-bottom: 0;
  }
  .AR14_event_calendar {
    /**/
  }
  .AR14_event_calendar .AR14_event_calendar-list-tags {
    padding: 0 176px 0 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list-tags .grid-tags-item {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    font-size: 10px;
  }
  .AR14_event_calendar .AR14_event_calendar-list {
    /* 비정형 */
    margin: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.irregular {
    margin-bottom: 24px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item {
    width: calc(50% - 24px);
    -ms-flex-preferred-size: calc(50% - 24px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
  }
}

@media screen and (max-width: 1023px) and (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-tags {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-tags {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    min-height: 196px;
    width: auto;
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
  }
}

@media screen and (max-width: 1023px) and (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item:hover img {
    -webkit-transform: translate(0) scale(1.05) !important;
    -ms-transform: translate(0) scale(1.05) !important;
    transform: translate(0) scale(1.05) !important;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 178px 0 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item:last-child {
    border-bottom: none;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum {
    margin-left: 16px;
    padding-bottom: 146px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 146px;
    flex: 0 0 146px;
    height: 0;
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
    width: 146px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum img {
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum.playbtn:after {
    width: 50%;
    height: 50%;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-title {
    display: block;
    display: -webkit-box;
    height: 2.88em;
    max-height: 2.88em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.44em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-eyebrow {
    line-height: 1.33;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 146px);
    flex: 0 0 calc(100% - 146px);
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 146px);
    flex: 0 0 calc(100% - 146px);
    padding: 0;
    -ms-flex-preferred-size: calc(100% - 146px);
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-time,
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-author {
    font-size: 12px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid {
    margin: 0 0 48px 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    -ms-flex-preferred-size: calc(50% - 12px);
    width: auto;
    max-width: none;
    margin: 32px 0 0 24px;
  }
}

@media screen and (max-width: 1023px) and (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:hover img {
    -webkit-transform: translate(0) scale(1.05) !important;
    -ms-transform: translate(0) scale(1.05) !important;
    transform: translate(0) scale(1.05) !important;
  }
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:first-child,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:nth-child(odd) {
    margin-left: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-title {
    padding: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum {
    padding-bottom: 75%;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum img {
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum.playbtn:after {
    width: 50%;
    height: 50%;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info {
    margin-bottom: 10px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-time,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-author {
    font-size: 12px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-tags {
    padding: 0 8px;
  }
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group {
    margin-top: 64px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar {
    max-width: 496px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-inputbox-wrap {
    width: 496px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-inputbox-wrap input.AR14_event_calendar-search-bar-inputbox {
    margin-bottom: 24px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .btn-input-clear {
    width: 16px;
    height: 16px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .btn-newsSubmitSearch {
    width: 20px;
    height: 20px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-recommend-chips > a {
    padding: 0 16px;
    height: 34px;
    font-size: 12px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar-title-top p {
    padding: 0 24px 48px;
    padding-bottom: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-thum {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .AR14_event_calendar .AR14_event_calendar-list {
    padding: 0 24px;
    /* 비정형 */
    /* 모바일은 regular__grid 단일형태 */
    /**/
  }
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-eyebrow {
    font-size: 10px;
  }
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-eyebrow > span:not(.AR14-badge):before {
    margin: 0 6px;
  }
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-info > *:not(:last-child):after {
    height: 8px;
  }
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-time {
    line-height: 1.33;
  }
  .AR14_event_calendar .AR14_event_calendar-list .AR14_event_calendar-list-author {
    line-height: 1.33;
  }
  .AR14_event_calendar .AR14_event_calendar-list.irregular {
    width: 100%;
    padding: 0;
    margin-left: 0;
    display: block;
  }
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 48px;
    max-width: none;
    margin-left: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item .AR14_event_calendar-list-info,
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a {
    padding: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.irregular .AR14_event_calendar-list-item .AR14_event_calendar-list-grid-thum {
    margin-left: 0;
    margin-right: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    min-height: 196px;
    width: auto;
    padding: 24px 0;
    border-bottom: 1px solid #dddddd;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item:hover img,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:hover img {
    -webkit-transform: translate(0) scale(1.05) !important;
    -ms-transform: translate(0) scale(1.05) !important;
    transform: translate(0) scale(1.05) !important;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 178px 0 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item:last-child,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item:last-child {
    border-bottom: none;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum {
    margin-left: 16px;
    padding-bottom: 146px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 146px;
    flex: 0 0 146px;
    height: 0;
    position: absolute;
    top: 24px;
    right: 0;
    margin: 0;
    width: 146px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum img,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum img {
    min-width: 0;
    min-height: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum.playbtn:after,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum.playbtn:after {
    width: 50%;
    height: 50%;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-title,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-title {
    display: block;
    display: -webkit-box;
    height: 2.88em;
    max-height: 2.88em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.44em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-eyebrow,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-eyebrow {
    line-height: 1.33;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 146px);
    flex: 0 0 calc(100% - 146px);
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 146px);
    flex: 0 0 calc(100% - 146px);
    padding: 0;
    -ms-flex-preferred-size: calc(100% - 146px);
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-time,
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-author,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-time,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info .AR14_event_calendar-list-author {
    font-size: 12px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-desc > a {
    padding-right: 126px;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-thum,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-thum {
    margin-left: 16px;
    padding-bottom: 110px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    height: 0;
    width: 110px;
    margin-left: 0;
    margin-right: 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-title,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-title {
    line-height: 1.39;
    font-size: 18px;
    display: block;
    display: -webkit-box;
    max-height: 4.17em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.39em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    height: auto;
  }
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-info,
  .AR14_event_calendar .AR14_event_calendar-list.regular__list .AR14_event_calendar-list-item .AR14_event_calendar-list-tags,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-info,
  .AR14_event_calendar .AR14_event_calendar-list.regular__grid .AR14_event_calendar-list-item .AR14_event_calendar-list-tags {
    padding: 0 136px 0 0;
  }
  .AR14_event_calendar .AR14_event_calendar-list + .btn-group {
    margin-top: 48px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar {
    max-width: 312px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-title {
    text-align: center;
    max-width: 80%;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-inputbox-wrap {
    width: 312px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-inputbox-wrap input.AR14_event_calendar-search-bar-inputbox {
    height: 44px;
    line-height: 44px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .btn-input-clear {
    right: 16px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar input.AR14_event_calendar-search-bar-inputbox {
    font-size: 14px;
    padding-left: 8px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .btn-newsSubmitSearch {
    width: 16px;
    height: 16px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-recommend-chips {
    margin-left: -8px;
  }
  .AR14_event_calendar .AR14_event_calendar-search-bar .AR14_event_calendar-search-bar-recommend-chips > * {
    margin-top: 8px;
    margin-left: 8px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area {
    height: 60px;
    padding: 0 24px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 0;
    max-height: none;
    overflow-y: visible;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail-title {
    display: block;
    height: 62px;
    padding: 0 24px;
    line-height: 62px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    width: 100%;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail-wrap {
    border-top: none;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    left: 0;
    width: 100%;
    height: 78px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
    z-index: 101;
    overflow: hidden;
    position: static;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .btn-news-filter__reset-mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 37px;
    font-weight: 700;
    color: #000;
    padding: 0 24px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .btn-news-filter__reset-mobile span {
    font-weight: inherit;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .btn-news-filter__reset-mobile span:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;
    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;
    border: none;
    margin-left: 26px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.disabled,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile:disabled,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.none-border {
    border: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg {
    background-color: #ffffff;
    color: #000000;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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 screen and (max-width: 767px) and (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'] {
    color: #8f8f8f;
    background-color: #555555;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'].icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg {
    background-color: #000000;
    color: #ffffff;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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 screen and (max-width: 767px) and (hover: hover) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'] {
    color: #aaaaaa;
    background-color: #dddddd;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-right:after,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'].icon-left:before,
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .filter-detail-group {
    padding: 0;
    border-bottom: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .filter-detail-group:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions-mobile .filter-detail-group-title > button span {
    display: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail-group {
    padding: 0;
    border-bottom: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail-group:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail-group-title > button span {
    display: none;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-detail-group.active:not(:last-child) .filter-detail-group-item-wrap {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dddddd;
  }
  .AR14_event_calendar .AR14_event_calendar-filter-sorting-area .AR14_event_calendar-filter .filter-result-functions .btn-news-filter__reset {
    display: none;
  }
}

html * .btn-large.light-bg:not(.underline-btn):not(.btn-line):not(.CO04_gnb-category-title):not(.btn-learn-more):not(.result-tab-item):not(.CO04_gnb-learnmore-btn):not(.btn-search-result-list-item__download):not(.new_insights_product_bottom_btn):not(.CO04_gnb-learnmore-btn) {
  padding:0 20px !important;
}

/* no-result */
.AR14_event_calendar .AR14_no-result {
  margin-top: 120px;
  text-align:center;
}
.AR14_event_calendar .AR14_no-result .AR14_no-result__center .i-tag {
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
}
.AR14_event_calendar .AR14_no-result .AR14_no-result__center .AR14_no-result__title {
  font-size:24px;
  line-height:1.42;
  color:#757575;
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-weight: bold;
}
.AR14_event_calendar .AR14_no-result .AR14_no-result__center .AR14_no-result__desc {
  font-size:14px;
  line-height:1.43;
  color:#757575;
  font-family: 'Samsung One', sans-serif;
  margin-top:8px;
  margin-bottom:120px;
}
.AR14_event_calendar .AR14_event_calendar-wrap:not(.AR14-past-events) .AR14_no-result .AR14_no-result__center .AR14_no-result__desc {
  margin-bottom: 64px;
}

@media screen and (max-width: 1023px) {
  .AR14_event_calendar .AR14_no-result {
    margin-top: 80px;
  }
  .AR14_event_calendar .AR14_no-result .AR14_no-result__center .AR14_no-result__title {
    font-size:20px;
    line-height:1.4;
  }

  .AR14_event_calendar .AR14_no-result .AR14_no-result__center .AR14_no-result__desc {
    margin-bottom:80px;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap:not(.AR14-past-events) .AR14_no-result .AR14_no-result__center .AR14_no-result__desc {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  .AR14_event_calendar .AR14_no-result {
    margin-top: 100px;
  }
  .AR14_event_calendar .AR14_no-result .AR14_no-result__center .AR14_no-result__title {
    font-size:16px;
    line-height:1.44;
  }
  .AR14_event_calendar .AR14_no-result .AR14_no-result__center .AR14_no-result__desc {
    font-size:12px;
    line-height:1.33;
    margin-bottom:100px;
  }
  .AR14_event_calendar .AR14_event_calendar-wrap:not(.AR14-past-events) .AR14_no-result .AR14_no-result__center .AR14_no-result__desc {
    margin-bottom: 72px;
  }
  .AR14_event_calendar .AR14_no-result .AR14_no-result__center .i-tag {
    width:32px;
    height:32px;
    background-size:32px 32px !important;
    margin-bottom: 16px;
  }
}