.footer_logo img {
    width: 200px;
    height: 50px;
    object-fit: contain;
}

@media screen and (max-width: 767px){
	body .tab-area {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	body .tab-content-right.location-content {
    width: 220px;
}
	body .public_notice_items {
    grid-template-columns: 1fr;
}
	
	
}


@media screen and (max-width: 500px){
	body .notice_content {
    display: block;
    padding-left: 0;
    margin-top: 10px;
}
	body .notice_thumb {
    float: left;
    width: 100%;
}
}


.event-left img {
    height: auto !important;
}
.event-right-img img {
    height: auto !important;
}
.event-left &gt; a {
    display: block;
    height: 433px;
    overflow: hidden;
    margin-bottom: 24px;
}





// Public Notice CSS

.notice_title_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 0 40px;
    align-items: center;
}

section.publice_notice_area {
    padding: 65px 0;
}

.notice_main_title h2 {
    color: #142B6F;
    font-size: 35px;
    font-weight: 700;
}

.notice_button a {
    font-size: 16px;
    font-weight: 700;
}

.notice_title_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:0 0 30px;
}

.notice_main_title h2 {
    color: #142B6F;
    font-size: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.public_notice_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.notice_item {
    display: block;
    overflow: hidden;
}

.notice_thumb {
    float: left;
    width: 200px;
}

.notice_thumb img {
    width: 100%;
}

.notice_content {
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
}

.notice_content h3 {
    color: #142B6F;
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 700;
}

.notice_content a {
    font-size: 16px;
    font-weight: 700;
    color: #142B6F;
    display: inline-block;
}
.notice_content a span{
    transition: all 0.5s;
}
.notice_content a:hover span{
    padding-left: 5px;
}