.loading { 
	display:inline-block;
	position:fixed;
	left:50%;
	top:50%;
    display:none;
    z-index: 1000;
}

.main {
    padding-right:0;
}

/* sweetAlert Start */

#swal2-title { font-size:27px }

/* sweetAlert End */

.eventContainer {
    letter-spacing:-.5px;
}

.eventContainer input[type=text], input[type=email], .timepicker, #color-picker, select {
	border:1px solid #d8d3d3;
	padding:7px;
	box-sizing: border-box;
	font-family:'Noto Sans KR', sans-serif;
    outline:none;
    height:32px;
    font-size:13px;
}

.eventContainer button {
    border: 1px solid #c6c6c6;
    background: #696969;
    color: #fff;
    font-size: 12px;
    margin: 5px 4px;
    padding: 6px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.eventContainer {
    font-family:'Noto Sans KR', sans-serif;
    font-weight:400;
}

.eventContainer a {
    font-size:inherit;
    color:inherit;
    text-decoration: none;
}

.eventArticleEmpty {
    padding: 6px 0;
    font-size: 14px;
    color: #4e4e4e;
    width: 100%;
    text-align: center;
}

.eventHeader {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.eventHeader ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.eventHeader li {
    width: 20%;
    display: inline-block;
    background-color: white;
    font-size: 15px;
    padding: 6px 10px;
    color: #7a7a7a;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    margin-left: -2px;
}

.eventHeader li:first-child {
    border-left: 1px solid #dcdcdc;
}

.eventHeader li:nth-child(2n) {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.eventHeader li:last-child {
    border-right: 1px solid #dcdcdc;
}

#headerActive {
    border-color: #ff626d;
    background-color: #ff515d;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

/* article Start */
.eventContent {
    display: flex;
    flex-wrap: wrap;
}

.eventItem {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.eventItem:nth-child(2n-1){
    padding-right: 10px;
}

.eventItem:nth-child(2n){
    padding-left: 10px;
}

.eventItem a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.eventImg {
    text-align: center;
}

.eventImg img {
    max-width: 100%;
}

.eventInfo {
    margin-top: 15px;
}

.eventInfo .subject {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.eventInfo .date {
    display: flex;
    align-items: center;
}

.eventInfo .icon {
    display: inline-flex;
    margin-right: 10px;
}

.eventInfo .eventIcon {
    background-color: #ffa251;
    padding: 4px 10px;
    border-radius: 11px;
    color: #fff;
}

.eventInfo .eventIcon.expire {
    background-color: black;
    color: #fff;
}

.eventInfo .period {
    color: #878787;
    font-size: 13px;
    margin-right: 7px;
}

.eventInfo .left {
    font-size: 13px;
}
/* article End */


/* notice Start */
.noticeWrap {
    display: flex;
    flex-direction: column;
}

.noticeHead {
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    background-color: #f0f0f0;
}

.noticeContents {
    display: flex;
    flex-direction: column;
}

.noticeSubject {
    display: flex;
    width: 60%;
    padding: 10px 0;
    flex-grow: 1;
}

.noticeSubject a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.noticeWriter {
    display: flex;
    width: 20%;
    padding: 10px 0;
    justify-content: center;
    font-size: 13px;
    max-width: 100px;
}

.noticeDate {
    display: flex;
    width: 20%;
    padding: 10px 0;
    justify-content: center;
    font-size: 13px;
    max-width: 60px;
}

.noticeContents .wrap {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}

/* notice End */


/* view Start */
.eventTitle {
    word-break: break-all;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    font-family: inherit;
}

.eventTitle h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: inherit;
    line-height: 25px;
    padding: 0;
    margin: 12px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.eventTitleInfo {
    background-color: #ecf0f1;
    color: #888;
    font-size: 11px;
    padding: 0 0 0 10px;
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    /* line-height: 40px; */
    height: 40px;
    display: flex;
    align-items: center;
}

.eventTitleInfo .writer {
    display: inline-block;
}

.eventTitleInfo .date {
    display: inline-block;
    margin-left: 10px;
}

.eventTitleInfo .date span:last-child {
    margin-left: 5px;
}

.eventView .contents {
    word-break: break-all;
    min-height: 150px;
    padding: 20px 10px;
    border: 0;
    background-color: #fff;
    line-height: 22px;
    color: #000;
    font-size: 1.1em;
    font-family: inherit;
}

.eventView .contents img {
    max-width: 100%;
}

.eventButtons {
    margin-top: 30px;
}

.eventContainer .fa-button {
    background: #fff;
    color: #696969;
}

.eventContainer .fa-button span {
    margin-left: 5px;
}
/* view End */



@media screen and (max-width:480px) {
    .eventHeader li {
        width: 30%;
        font-size: 14px;
    }

    /* article Start */
    .eventItem {
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 5px solid #ededed;
    }

    .eventItem:last-child {
        border-bottom: 0;
    }

    .eventItem:nth-child(2n) {
        padding-left: 0px;
    }

    .eventItem:nth-child(2n-1) {
        padding-right: 0px;
    }

    .eventItem a {
        padding: 0 15px;
    }
    /* article End */


    /* view Start */
    .eventTitle, .eventButtons {
        padding: 0 15px;
    }

    .eventButtons {
        margin-bottom: 20px;
    }
    /* view End */

    
    /* notice Start */
   .noticeContents {
       min-height: 300px;
   } 
    /* notice End */
}