#news-event-wrap {
    position: relative;
    background-image: url(../img/bg-page.png);
    background-position: center top;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

#news-event-wrap > div {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#news-event-wrap > div.inner2 {
    max-width: 1300px;
    margin-bottom: -60px;
}

#news-event-wrap .list {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}

#news-event-wrap .list .item {
    float: left;
    padding: 0px 20px;
    width: 50%;
    margin-top: 30px;
}

#news-event-wrap .list .item-1 {
    margin-top: 0px;
}

#news-event-wrap .list .item-2 {
    margin-top: 0px;
}

#news-event-wrap .list .item > a {
    display: block;
    padding: 0px 5px;
    border-radius: 10px;
}

#news-event-wrap .list .item > a:hover {
    background: rgba(228,92,139,0.1);
}

#news-event-wrap .list .item > a:hover .line {
    background: #fff;
}

#news-event-wrap .list .item .date {
    float: left;
    width: 124px;
    padding-right: 30px;
}

#news-event-wrap .list .item .date .day {
    font-size: 40px;
    color: #d0b6d8;
    text-align: center;
    line-height: 40px;
}

#news-event-wrap .list .item-event .date .day {
    color: #e45c8b;
}

#news-event-wrap .list .item .date .month-year {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

#news-event-wrap .list .item .date .label {
    display: block;
    background: #a461b7;
    width: 100%;
    height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    margin-top: 5px;
}

#news-event-wrap .list .item-event .date .label {
    background: #e45c8b;
}

#news-event-wrap .list .item .content {
    float: left;
    width: calc(100% - 124px);
    padding-top: 8px;
    padding-bottom: 8px;
}

#news-event-wrap .list .item .content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

#news-event-wrap .list .item .content .line {
    display: block;
    background: #ececec;
    width: 50px;
    height: 2px;
    margin-top: 8px;
}

#news-event-wrap .list .item .content .description {
    font-size: 16px;
    line-height: 1.5;
    min-height: 48px;
    margin-top: 8px;
}

.mypage {
    margin-top: 50px;
    text-align: center;
}

.iwassist-pagination > ul > li > a {
    border: 0px;
    line-height: 18px;
}

.iwassist-pagination > ul > li > a.current {
    background: #7d3d8f;
    color: #fff;
}

.mypage-event .iwassist-pagination > ul > li > a.current {
    background: #e45c8b;
    color: #fff;
}

.iwassist-pagination > ul > li > input[type="text"] {
    border: 0px;
    background: #ebebeb;
    margin-left: 10px;
}

#news-event-wrap .details {
    position: relative;
    background-image: url(../img/bg-info.png);
    background-position: center top;
    background-repeat: repeat-x;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

#news-event-wrap .details .content {
    position: relative;
    padding: 50px;
}

#news-event-wrap .details .date {
    float: left;
    width: 155px;
    text-align: center;
}

#news-event-wrap .details .date .day {
    font-size: 40px;
    color: #d0b6d8;
    text-align: center;
    line-height: 40px;
}

#news-event-wrap .details .date-event .day {
    color: #e45c8b;
}

#news-event-wrap .details .date .month-year {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

#news-event-wrap .details .description {
    float: left;
    width: calc(100% - 155px);
}

#news-event-wrap .details .description .title {
    font-size: 24px;
    color: #7d3d8f;
}

#news-event-wrap .details .description .title-event {
    color: #e45c8b;
}

#news-event-wrap .details .description .line {
    background: #e7e7e7;
    width: 50px;
    height: 4px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#news-event-wrap .details .description .iwassist-editor {
    font-size: 16px;
    line-height: 1.8;
}

#news-event-wrap .iwassist-editor {
    font-size: 16px;
    line-height: 1.8;
}

#news-event-wrap .iwassist-editor ul {
    list-style: none;
    padding: 0px;
}

#news-event-wrap .iwassist-editor li {
    position: relative;
    padding-left: 20px;
}

#news-event-wrap .iwassist-editor ul li:before {
    position: absolute;
    background: #e45c8c;
    content: '';
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

#news-event-wrap .iwassist-editor ol {
    list-style: none;
    padding: 0px;
    counter-reset: item;
}

#news-event-wrap .iwassist-editor ol > li {
   counter-increment: item;
   padding-left: 30px;
}

#news-event-wrap .iwassist-editor ol > li:before {
   position: absolute;
    content: counter(item);
    background: #e45c8c;
    border-radius: 10px;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    left: 0;
    top: 2px;
    font-size: 14px;
    line-height: 20px;
}

@media only screen and (max-width: 1016px) {
    #news-event-wrap > div.inner2 {
        margin-bottom: 0px;
    }
    
    #news-event-wrap .details {
        border-radius: 10px;
    }
    
    #news-event-wrap .details .content {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 756px) {
    #news-event-wrap .list {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #news-event-wrap .list .item {
        float: none;
        width: 100%;
        padding: 0px;
    }
    
    #news-event-wrap .list .item-2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 516px) {
    #news-event-wrap {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    
    #news-event-wrap .list .item .content .title {
        font-size: 16px;
    }
    
    #news-event-wrap .list .item .content .description {
        font-size: 15px;
    }
    
    .mypage {
        margin-top: 30px;
    }
    
    .iwassist-pagination > ul > li > input[type="text"] {
        display: none;
    }
    
    #news-event-wrap .details {
        border-radius: 10px;
    }
    
    #news-event-wrap .details .content {
        padding: 20px 15px;
    }
    
    #news-event-wrap .details .date {
        background: #d0b6d8;
        float: none;
        width: auto;
        padding: 5px;
        text-align: left;
        border-radius: 10px;
        overflow: hidden;
    }
    
    #news-event-wrap .details .date-event {
        background: #e45c8b;
    }
    
    #news-event-wrap .details .date * {
        color: #fff!important;
    }
    
    
    #news-event-wrap .details .description {
        float: none;
        width: auto;
    }
    
    #news-event-wrap .details .description .title {
        margin-top: 30px;
        font-size: 20px;
    }
    
    #news-event-wrap .details .description .line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #news-event-wrap .details .description .iwassist-editor {
        font-size: 15px;
    }
}