div.main-container {
    padding: 61px 0px 100px;
    max-width: 680px;
    width: 100%;
    margin: 0px auto;
    height: unset;
}

div.main-container-inner {
    max-width: unset;
    width: unset;
    margin: unset;
    height: unset;
    padding-bottom: unset;
}

.event-title {
    position: relative;
}

.event-title .story-top {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: end;
}

.event-title h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: rgb(38, 25, 25);
    padding-right: 20px;
}

.event-title time {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: rgb(153, 153, 153);
    white-space: nowrap;
}

.event-single-view img {
    width: 100%;
    height: 400px;
    background-color: rgb(196, 196, 196);
    border-radius: 10px !important;
    margin-top: 25px;
}

.event-post-content {
    width: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    line-height: 160%;
    border-radius: 10px;
    padding: 30px;
    margin-top: 25px;
}

.event-post-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.event-post-content h3 {
    display: block;
    font-size: 100%;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.list-button {
    display: block;
    margin-top: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
}

.button {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    background-color: rgb(124, 90, 255);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
    text-align: center;
    text-decoration: none;
}

.list-button p {
    width: 166px;
    height: 52px;
    line-height: 50px;
    margin: 0px auto;
    transition: 0.4s;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 233, 233);
    border-radius: 120px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.list-button img {
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.main-container .bold-line {
    border-top: 8px solid rgba(224, 224, 224, 0.16);
    margin: 80px 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.entry-content.is-layout-flow > * {
	margin-block-start: inherit;
    margin-block-end: inherit;
}

@media (max-width: 770px) {

div.main-container {
    padding: 60px 0px 20px;
}

div.main-container-inner {
    padding: unset;
    margin: 0px 20px;
}

.event-title .story-top {
    flex-direction: column;
}

.event-title h1 {
    font-size: 19px;
    width: 100%;
}

.event-title time {
    font-size: 12px;
    margin-top: 4px;
    width: 100%;
}

.single-notice-date {
    width: 100%;
    margin-top: 4px !important;
}

.event-single-view img {
    margin-bottom: 10px;
    height: 230px;
}

.event-post-content {
    margin-top: 0px;
    padding: 20px;
}

.event-post-content p {
    font-size: 13px;
}

.event-post-content strong {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

.main-container .bold-line {
    border-top: 8px solid rgba(224, 224, 224, 0.16);
    margin: 80px 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.list-button p {
    width: 114px;
    height: 42px;
    line-height: 40px;
    margin: 0px auto;
    transition: 0.4s;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 233, 233);
    border-radius: 120px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
}

.list-button img {
    width: 13px !important;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.main-container .bold-line {
    margin: 50px 0px;
}

.related-pro h2 {
    font-size: 14px;
    padding-left: 20px;
}

.products-swiper-wrapper {
    padding: 0px 0px 0px 20px;
}

.products-swiper-wrapper .card-list {
    width: 100%;
    margin-top: 20px;
}

.related-pro .products-swiper-wrapper .swiper-slide {
    width: 180.909px !important;
    margin-right: 10px !important;
}

.products-swiper-wrapper .bg {
    display: none;
}




}