.write_btn {
    justify-content: end;
}
.write_btn a {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
}

.event_list {
    padding: 20px;
    border: 1px solid var(--border);
    gap: 20px;
    box-sizing: border-box;
}
.event_list .item {
    width: calc(25% - 15px);
}
.event_list .item .thumb {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.event_list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_list .item .info {
    gap: 10px;
}
.event_list .item .info .title h4 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.event_list .item .info .date {
    font-size: 12px;
    font-weight: 600;
}
.event_list .item .info .view_box {
    justify-content: end;
    gap: 5px;
}
.event_list .item .info .view_box span {
    color: #777;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 20px;
    font-size: 12px;
    box-sizing: border-box;
}
.event_list .item .info .view_box span.reply {
    background-image: url("../images/ic_reply.svg");
}
.event_list .item .info .view_box span.view {
    background-image: url("../images/ic_view.svg");
}


.board {
    gap: 20px;
}
.board .write > h4 {
	font-size: 18px;
	margin-bottom: 30px;
}
.board .write .preview {
	position: relative;
	gap: 10px;
}
.board .write .preview input[type=file] {
	display: none;
}
.board .write .preview input[type=file] + label {
    position: relative;
	display: block;
    width: 100%;
    max-width: 300px;
    height: 175px;
	background: #f9f9f9 url("../images/label_thumbs.svg")no-repeat 50% 50%;
	border: 1px dashed #BAC0C6;
	box-sizing: border-box;
}
.board .write .preview .box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.board .write .preview img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board .write .preview .delBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/ico-del-white.png")no-repeat 50% 50%;
    border-radius: 50%;
}
.board .write .btn_area {
	justify-content: center;
	gap: 10px;
}
.board .write .btn_area button {
	flex: 1;
	max-width: 150px;
	height: 45px;
	border-radius: 3px;
}



.slot_review .item {
    padding: 30px 20px;
    border-bottom: 1px solid var(--border);
    box-sizing: border-box;
}
.slot_review .item .thumb {
    position: relative;
    width: 350px;
    height: 0;
    padding-bottom: 17.5%;
    border-radius: 5px;
    overflow: hidden;
}
.slot_review .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slot_review .item .info {
    flex: 1;
    width: 100%;
    gap: 10px;
}
.slot_review .item .info h3 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.slot_review .item .info .view_box .util {
    gap: 5px;
}
.slot_review .item .info .view_box .util span {
    color: #777;
    font-size: 12px;
    font-weight: 500;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 20px;
    box-sizing: border-box;
}
.slot_review .item .info .view_box .util span.reply {
    background-image: url("../images/ic_reply.svg");
}
.slot_review .item .info .view_box .util span.view {
    background-image: url("../images/ic_view.svg");
}
.slot_review .item .info .view_box .nickname {
    flex: 1;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.slot_review .item .info .view_box .nickname .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}
.slot_review .item .info .view_box .nickname .icon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slot_review .item .info .cont {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



.slot_guide .total {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--key-color);
    box-sizing: border-box;
}
.slot_guide .guide_list {
    gap: 30px;
}
.slot_guide .guide_list .item {
    position: relative;
    width: calc(33.333% - 20px);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}
.slot_guide .guide_list .item .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
    border-radius: 5px;
    overflow: hidden;
}
.slot_guide .guide_list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slot_guide .guide_list .item .txt {
    flex: 1;
    width: 100%;
    gap: 20px;
}
.slot_guide .guide_list .item .txt h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
}
.slot_guide .guide_list .item .txt ul {
    gap: 10px;
}
.slot_guide .guide_list .item .txt ul li {
    gap: 10px;
}
.slot_guide .guide_list .item .txt ul li span {
    padding: 5px 10px;
    border-radius: 10px;
    background: #777;
    color: var(--white);
    font-size: 14px;
    box-sizing: border-box;
}
.slot_guide .guide_list .item .txt ul li p {
    flex: 1;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.slot_guide .guide_list .item .txt .btn {
    justify-content: end;
}
.slot_guide .guide_list .item .txt .btn a {
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}



@media screen and (max-width: 1560px) {
}
@media screen and (max-width: 1024px) {
    .event_list .item {
        width: calc(33.333% - 14px);
    }

    .community .list_table {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .event_list .item {
        width: calc(50% - 10px);
    }
    .event_list .item .info {
        gap: 5px;
    }
    .event_list .item .info .title h4 {
        font-size: 16px;
    }


    .slot_guide .guide_list {
        gap: 20px;
    }
    .slot_guide .guide_list .item {
        width: calc(50% - 10px);
        justify-content: start;
    }
    .slot_guide .guide_list .item .txt {
        flex: none;
    }
    .slot_guide .guide_list .item .txt .btn {
        justify-content: start;
    }


    .community .list_table colgroup {
        display: none;
    }
    .community .list_table thead th {
		display: none!important;
	}
	.community .list_table tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #e1e1e1;
		gap: 10px;
		padding: 10px;
        box-sizing: border-box;
	}
	.community .list_table td {
		padding: 0;
		border: 0;
		font-size: 13px;
		border-right: 1px solid #e1e1e1;
		padding-right: 10px;
	}
	.community .list_table td:last-child {
		border-right: 0!important;
		padding-right: 0;
	}
    .community .list_table td.num {
        display: none;
    }
    .community .list_table .subject {
		position: relative;
		width: 100%;
        padding-right: 0;
        border-right: 0;
	}
    .community .list_table td.view {
        background: url("../images/ic_view.svg")no-repeat 0 50% / 17px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .community .list_table td.reply {
        background: url("../images/ic_reply.svg")no-repeat 0 50% / 17px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .community .list_table td .img {
        width: 35px;
        height: 35px;
    }
    .community .list_table .fix {
        background: #F7F7F7;
    }
    .community .list_table .fix .subject {
        width: calc(100% - 53px);
    }
    .community .list_table .fix td:first-child {
        padding-right: 0;
        border-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .event_list {
        padding: 15px;
        gap: 30px 10px;
    }
}
@media screen and (max-width: 380px) {
    .event_list .item {
        width: 100%;
    }


    .slot_guide .guide_list .item {
        width: 100%;
    }
    .slot_guide .guide_list .item .txt {
        flex: 1;
    }
    .slot_guide .guide_list .item .txt .btn a {
        font-size: 14px;
    }
}