/**본문 카테고리용**/
.equipment-tab-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 400;
    color: #313131;
}

.equipment-tab-wrap {
    margin-left: -40px;
    padding: 0 20px;
	position: relative;
}

.equipment-tab-list {
    list-style-type: none;
}

.equipment-tab-list li {
    width: 100px;
    height: 33px;
    border: 1px solid #b1a7a7;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    -o-border-radius: 43px;
    text-align: center;
    margin: 4px;
	line-height: 30px;
	cursor: pointer;
}

.equipment-tab-list li.bo_cate_on {
    position: relative;
    color: #01BABD;
    border-color: #01BABD;
}

.equipment-tab-list li.bo_cate_on a{
    color: #01BABD;
}

/**본문 리스트용**/
.event-list {
    display: block;
    margin: 50px 0 50px;
    padding: 0;
}

.th-sty01 ul li {
    margin: 0;
    padding: 6px;
    float: left;
    width: 45%;
	margin-bottom: 15px;
}

.th-sty01 ul li img:active {
    transform: scale(1.05);
}

/**팝업용**/
#popup {
    position: fixed;
    top: 25%;
    left: 10%;
    width: 80%;
    height: auto;
    background-color: rgba(0,0,0,0);
    z-index: 99999 !important;
}

.popup {
    display: none;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}