@charset "UTF-8";
/* 티켓오픈소식 */
/* .xf-widget-ticket-section-bg{
    background-color: #f5f5f7;
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    bottom: 0;
    z-index: -1;
}
.xf-widget-ticket-board-section {
    position: relative;
    padding: 15px 0;

    .xf-widget-ticket-board-section-wrap {
        background-color: #fff;
        padding: 20px;

        .xf-widget-title {
         padding-bottom: 10px;
         border-bottom:1px solid #e0e0e0;

            .base-title{
                font-size: 20px;
                font-weight: 700;
                line-height: 30px;
                letter-spacing: -0.4px;
                color: #000;
                margin: 0;
            }
        }

        .xf-widget-ticket-content{

            .xf-widget-ticket-content-box {
                margin: 0;
                padding: 0;
                list-style: none;

                .list {
                    padding: 17px 0;
                    border-bottom:1px solid #e0e0e0;

                    .ticket-link {
                        text-decoration:none;
                    }

                    .base-list-title{
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 26px;
                        letter-spacing: -0.48px;
                        color: #141414;
                        margin: 0 0 5px;
                        overflow: hidden;
                        white-space: normal;
                        text-align: left;
                        word-wrap: break-word;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        text-overflow: ellipsis;
                        -webkit-box-orient: vertical;
                    }
                    .list-date {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 20px;
                        letter-spacing: -0.22px;
                        color: #767676;
                    }
                }  
            } 

            .more-button {
                text-align: center;
                margin-top: 16px;

                .more-button-link {
                    font-size: 15px;
                    font-weight: 500;
                    line-height: 26px;
                    color: #9c9c9c;
                    text-decoration: none;
                }
            }
        }
    }
}    */
/* 티켓부스  */
.xf-widget-ticket-section-bg {
  background-color: #f5f5f7;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  z-index: -1;
}

.xf-widget-ticket-board-section {
  position: relative;
  padding: 15px 0;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap {
  background-color: #fff;
  padding: 20px;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-title .base-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .xf-widget-ticket-content-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .xf-widget-ticket-content-box .list {
  padding: 17px 0;
  border-bottom: 1px solid #e0e0e0;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .xf-widget-ticket-content-box .list .ticket-link {
  text-decoration: none;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .xf-widget-ticket-content-box .list .base-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.48px;
  color: #141414;
  margin: 0 0 5px;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .xf-widget-ticket-content-box .list .list-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.22px;
  color: #767676;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .more-button {
  text-align: center;
  margin-top: 16px;
}

.xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .more-button .more-button-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #9c9c9c;
  text-decoration: none;
}

@media (min-width: 992px) {
  .xf-widget-ticket-board-section {
    padding: 50px 0;
  }
  .xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap {
    background-color: #fff;
    padding: 20px;
  }
  .xf-widget-ticket-board-section .xf-widget-ticket-board-section-wrap .xf-widget-ticket-content .xf-widget-ticket-content-box {
    min-height: 430px;
  }
}

/*# sourceMappingURL=widget.css.map */
