.ticket-article__viewer__list-area, .distribute-article__url {
  background-image: url('../images/ticket/ticket-viewer-bg2.png');
}
.ticket-article__viewer__list-area::before, .distribute-article__url::before {
  background-color: #c1d73d;
}

.ticket-article__viewer__list .ticket-box.box-variable {
  background-image: unset;
  padding: 15px 20px;
  margin: 45px auto;
  height: unset;
  background-image: url("../images/ticket/ticket-inactive_center.png");
  background-repeat: repeat;
  width: 274px;
}
.ticket-article__viewer__list .ticket-info {
  height: unset;
}
.ticket-article__viewer__list .ticket-box.box-variable::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/ticket/ticket-inactive_top.png") no-repeat
    center/contain;
  width: 100%;
  height: 28px;
}
.ticket-article__viewer__list .ticket-box.box-variable::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/ticket/ticket-inactive_bottom.png") no-repeat
    center/contain;
  width: 100%;
  height: 37px;
}

.ticket-article__viewer__list .ticket-box.box-variable.active {
  background-image: url("../images/ticket/ticket-inactive_center-active.png");
}
.ticket-article__viewer__list .ticket-box.box-variable.active::before {
  background-image: url("../images/ticket/ticket-inactive_top-active.png");
}
.ticket-article__viewer__list .ticket-box.box-variable.active::after {
  background-image: url("../images/ticket/ticket-inactive_bottom-active.png");
}
a.distribution-btn {
  background: #aeaeae;
  color: #fff;
  padding: 5px;
  display: block;
  max-width: 115px;
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.event-category {
  background: #aeaeae;
  color: #fff;
  padding: 0 10px;
  margin-left: 15px;
}
.event-category.category1 {
  background: #e69b2e;
}
.event-category.category2 {
  background: #53b2b0;
}

.e-history-btn {
  background: #aeaeae;
  color: #fff;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  min-width: 194px;
}
.e-history-btn.btn-color1 {
  background: #f3b65c;
}
.e-history-btn.btn-color2 {
  background: #9dcac9;
  opacity: 0.5;
}
.e-history-btn.btn-color1.active {
  background: #e69b2e;
}
.e-history-btn.btn-color2.active {
  background: #53b2b0;
}
@media (min-width: 768px) {
  .e-history-btn__wrap .e-history-btn__list {
    display: flex;
    justify-content: end;
    /* justify-content: space-between;
    max-width: 830px;
    margin: auto; */
    flex-wrap: wrap;
  }
  .e-history-btn__wrap .e-history-btn__list li {
    /* width:33%; */
  }
  .e-history-btn {
    font-size: 18px;
    padding: 7px 10px;
  }
  .event-category {
    font-size: clamp(12px,1.2vw,16px);
  }
}
@media (max-width: 767px) {
  .e-history-btn__wrap .e-history-btn__list li{
    margin-bottom:10px
  }
}
.ticket-article__viewer__list-area.e-distribution::before {
  background-color: #143a8e;
}
.ticket-article__viewer[data-selected-tab="distribute"]
  .ticket-article__viewer__tabs
  .tab.__distribute.e-distribution {
  background-color: #143a8e;
}
.ticket-article__viewer[data-selected-tab="distribute"]
  .ticket-article__viewer__tabs
  .tab.__distribute.e-distribution::after {
  border-top: 14px solid #143a8e;
}
.ticket-article__viewer__list-area.e-distribution {
  background-image: url("../images/ticket/ticket-viewer-bg3.png");
}
.distribute-article__url.e-distribution {
  background-image: url("../images/ticket/ticket-viewer-bg3.png");
}
.distribute-article__url::before {
  background-color: #143a8e;
}

.distribute-article__url.e-distribution .distribute-article__url__content {
  color: #fff;
  padding: 0 15px;
}
.header-menu__item.nav-hover{
  position: relative;
}
.header-menu__link{
  cursor: pointer;
}
.sub-header-menu a{
  display: block;
  width:100%;
  padding: 10px 15px;
  transition: .4s ease-in-out;
  font-size: 12px;
}
.sub-header-menu li:last-of-type{
  border-bottom:unset;
}
.sub-header-menu a:hover{
  background-color: #45b5e9;
  color:#fff;
}
@media (min-width:768px){
  .sub-header-menu{
    display: none;
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 160px;
    background-color: #143a8e;
    color:#fff;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in-out;
    box-shadow: 2px 2px 2px #aeaeae5e;
  }
  .sub-header-menu li{
    border-bottom:1px solid #fff;
  }
}

@media (max-width:767px){
  .sub-header-menu a{
    color:#fff;
    position: relative;
    padding: 10px 15px 10px 27px;
  }
  .sub-header-menu a:before{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 13px;
    top: calc(50% + 1px);
    transform: translateY(-50%)rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.nav-hover:hover .sub-header-menu,.sub-header-menu:hover{
  display: block;
  animation: nav-fadeIn 0.3s ease-in-out;
}
@keyframes nav-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ticket-article__viewer__list .ticket-form-items{
  position: absolute;
  left: 10px;
  bottom: -15px;
  z-index: 99;
}
.ticket-article__viewer__list .ticket-form-items .form-radio__icon{
  width: 25px;
  height: 25px;
}
.ticket-article__viewer__list .ticket-form-items .form-checkbox__icon {
  width: 25px;
  height: 25px;
}
.distribute-article__url__content-txt{
  font-weight: bold;
  font-size: 14px;
}
.ticket-article__viewer__list .ticket-name,.ticket-article__viewer__list .ticket-price,.ticket-article__viewer__list .ticket-used{
  margin-bottom:5px;
}

.ticket-article__viewer__button .instruction {
  padding:10px 10px 10px 45px;
  border-width:2px 0;
  border-style:solid;
  border-color:#ff009c;
  background:#ffebef url(../img/ticket/exclamation-mark.png) no-repeat 10px center;
  line-height: 2;
  max-width: 600px;
  margin:0 auto 20px auto;
  font-size: 14px;
  text-align: left;
  display: flex;
  justify-content: center;

}
@media (max-width:767px){
  .ticket-article__viewer__button .instruction {
    font-size: 12px;
  }
}