/*
Theme Name: Ewha Art Design Child
Template: ewha-art-design
*/



/* Common */

.inner {
    padding-left: 40px;
    padding-right: 40px;
}

main {
    min-height: 100vh;
}

body.no-scroll {
    overflow: hidden;
}

@media (min-width: 782px) {}

@media (max-width: 781px) {
    .inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}



/* wp */
:where(.wp-block-columns.is-layout-flex) {
	gap: 0;
}

:where(.wp-block-columns) {
	margin-bottom: 0
}

:root :where(.wp-element-button, .wp-block-button__link),
.wp-block-button__link {
	background:transparent;
	padding: 0;
	color: #000
}

.wp-block-columns.inner {
	border-top: 1px solid;
}

.wp-block-columns {
	gap: 20px;
}

.wp-block-column {
	word-break: keep-all;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
	text-decoration: none;
}

.wp-block-accordion-heading__toggle,
.wp-block-accordion-heading__toggle:focus, 
.wp-block-accordion-heading__toggle:hover {
	padding: 0;
	border-top: 1px solid;
	border-radius: 0;
	line-height: 35px;
}

.wp-block-accordion-panel {
	padding-bottom: 100px;
}

.wp-block-accordion-heading__toggle-icon {
	font-size: 0;
	position: relative
}

.wp-block-accordion-heading__toggle-icon:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
}

.wp-block-accordion-heading__toggle-icon:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	right: 7px;
	transition: transform .2s ease-in-out;
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
	transform: rotate(0);
}

.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon:before {
	transform: rotate(90deg);
}

#jp-relatedposts {
	display: none!important
}

/* swiper */
.swiper-button-next, 
.swiper-button-prev {
	color: #000!important
}

.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
	content: ''!important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='57' viewBox='0 0 30 57' fill='none'%3E%3Cpath d='M0.353516 0.353516L28.3535 28.3535L0.353516 56.3535' stroke='black'/%3E%3C/svg%3E");
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block
}

.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
	content: ''!important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='57' viewBox='0 0 30 57' fill='none'%3E%3Cpath d='M28.7072 0.353516L0.707153 28.3535L28.7072 56.3535' stroke='black'/%3E%3C/svg%3E");
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block
}


.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
	opacity: 0!important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	display: none
}

@media (min-width: 900px) {}

@media (max-width: 899px) {}

@media (min-width: 782px) and (max-width: 899px) {}

@media (min-width: 782px) {
	.pc-none {
		display: none
	}
	
	.wp-block-columns.inner {
		scroll-margin-top: 198px;
	}
}

@media (max-width: 781px) {
	.mobile-none {
		display: none
	}
	
	.wp-block-columns.inner {
		padding-top: 10px;
		scroll-margin-top: 55px;
	}
	
	.wp-block-columns:first-child {
		border-top: none
	}
	
	.wp-block-columns#about {
		gap: 2px;
	}
	
	.wp-block-accordion-heading__toggle,
	.wp-block-accordion-heading__toggle:focus, 
	.wp-block-accordion-heading__toggle:hover {
		padding: 10px 0;
		line-height: 26px;
	}
	
	.wp-block-paragraph {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* Main */
.main section+section {
    margin-top: 60px;
}

.main__banner .banner-item {
    position: relative;
	height: 50vh;
	max-height: 460px;
}

.main__banner .banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.main__banner .banner-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10vw;
    max-height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 10.84%, #FFF 66.5%);
}

.title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.btn-move {
	text-align:right;
	font-size: 16px;
	letter-spacing: -.6px;
	padding-bottom: 10px;
}

.main__title {
    color: #000;
    font-size: 34px;
    letter-spacing: -1.02px;
    width: 20vw;
    max-width: 350px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem 0;
}

.card-thumbnail {
    display: none;
}

.card-title {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -1.02px;
    word-break: break-all;
}

.card-sub {
	font-size: 16px;
	letter-spacing: -.6px;
	padding-bottom: 10px;
}

.tags > div {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-left: 15px
}

.tags > div::-webkit-scrollbar {
	display: none
}

.tags {
	position: relative;
	overflow: hidden;
	margin-left: -15px
}

.tags:before {
	content: '';
	display: block;

	position: absolute;
	left: 0;
	top: 0;
	min-width: 15px; 
	height: 30px;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFF 90%);
	pointer-events: none; 
}

.tags:after {
	content: '';
	display: block;

	position: absolute;
	right: 0;
	top: 0;
	min-width: 50px; 
	height: 30px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 70%);
	pointer-events: none; 
}

.tags span {
    font-size: 16px;
    border: 1px solid;
    border-radius: 50vh;
    padding: .25rem .5rem;
    display: block;
    white-space: nowrap;
}


.main__exhibition {
    display: grid;
    gap: 20px;
    border-top: 1px solid;
    padding-top: 17px;
    padding-bottom: 60px;
    margin-top: -1px;
}

.main__exhibition .tags > div,
.main__event .tags > div {
	flex-flow: wrap;
}

.main__exhibition .tags:after,
.main__exhibition .tags:before,
.main__event .tags:after,
.main__event .tags:before {
	display: none
}

.exhibition-thumbnail {
    height: calc(100vh - 97px);
    overflow: hidden;
}

.exhibition-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.exhibition-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.exhibition-list li {
    padding: 20px;
    cursor: pointer;
}

.exhibition-list li:nth-child(-n+2) {
	padding-top: 0
}

.main__event {
    border-top: 1px solid #000;
    padding-top: 17px;
    margin-top: -1px;
	position: relative
}

.main__event .eventSwiper {
	padding-bottom: 73px!important
}

.main__event .eventSwiper:before {
	content:'';
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 10.84%, #FFF 66.5%);
	z-index: 2
}

.main__event .eventSwiper:after {
	content:'';
	display: block;
	position:absolute;
	right: 0;
	top: 0;
	width: 240px;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 10.84%, #FFF 66.5%);
	z-index: 1
}

.main__event .event-line {
	border-bottom: 1px solid #000;
	padding-bottom: 23px;
	padding-left: 40px;
	position: relative;
	z-index: 2;
}

.main__event .swiper-slide+.swiper-slide {
    border-left: 1px solid #000;
    padding-left: 20px;
}

.main__event .swiper-slide a {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.main__event .swiper-button-next, 
.main__event .swiper-button-prev {
	top: 100%!important;
	margin-top: -44px!important;
}

.event-thumbnail svg {
    width: 100%;
	height: auto;
}

@media (min-width: 782px) {
	.main .tags {
		margin-top: 16px;
	}
	
    .main__exhibition {
        grid-template-columns: 4fr 6fr;
    }

    .exhibition-list ul {
        border-left: 1px solid #000;
    }

    .exhibition-list li:nth-child(odd) {
        border-right: 1px solid #000;
    }

    .exhibition-list li:nth-child(-n+2) {
        border-bottom: 1px solid #000;
    }
	
	.exhibition-list li:hover {
		position: relative;
	}

	.exhibition-list li:hover:after {
		content: '';
		display: block;
		transition: .3s;
		position: absolute;
		top: -6px;
		bottom: -6px;
		left: -6px;
		right: -6px;
		background-image: repeating-linear-gradient(
			-55deg,
			rgba(0, 180, 110, 0.5) 0px,
			rgba(0, 180, 110, 0.5) 1px,
			transparent 1px,
			transparent 9px
		);
		mix-blend-mode: multiply;
		pointer-events: none;
	}


    .main__event .swiper-slide {
        width: calc(30% - 40px) !important
    }
	
	.main__event .swiper-slide:first-child {
		padding-left: 40px
	}

    .main__event .swiper-slide a {
        height: 100%;
        min-height: calc(30vw - 40px);
    }
}

@media (max-width: 781px) {
    .main .tags {
        margin-top: 8px;
    }
	
    .main__title {
        font-size: 15px;
        width: calc(50vw - 16px);
        padding: 10px 0;
    }

    .main__banner .banner-item {
        height: 50vh;
    }

    .main__banner .banner-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
	
	.btn-move {
		font-size: 12px;
	}

    .card-thumbnail {
        display: block;
    }

    .card-title {
        font-size: 15px;
    }
	
	.card-sub {
		display: none
	}
	
	.tags > div {
		padding-left: 10px;
		padding-right: 30px;
	}
	
	.tags {
		margin-left: -10px
	}

	.tags:before {
		width: 10px;
		height: 14px;
		right: -1px;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%);
	}
	
	.tags:after {
		height: 14px;
		right: -1px;
	}

    .tags span {
        font-size: 9px;
        border: .9px solid;
        padding: .1rem .25rem;
    }

    .exhibition-thumbnail {
        display: none;
    }

    .exhibition-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0;
    }

    .exhibition-list li {
        padding: 5px 5px 40px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #000;
    }
	
	.exhibition-list li:nth-child(odd) {
		border-right: 1px solid #000;
		padding-left: 0;
    }

	.exhibition-list li:nth-child(even) {
		padding-right: 0;
    }

    .exhibition-list li:nth-child(-n+2) {
        padding-top: 0;
    }

    .exhibition-list li img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 6px;
    }

    .main__event {
        padding-left: 16px;
    }

	.main__event .eventSwiper {
		padding-right: 100px
	}		
	.main__event .eventSwiper:after {
		width: 140px;
	}
	.main__event .eventSwiper:before {
		width: 10px;
	}
	
    .main__event .swiper-slide {
        width: calc(75vw - 40px) !important
    }

	.main__event .swiper-slide:first-child {
		padding-left: 10px
	}

    .main__event .swiper-slide a {
        height: calc(75vw - 20px);
    }
	
	.main__event .swiper-button-next, 
	.main__event .swiper-button-prev {
		display: none!important
	}

}



/* Page */
.page-banner {
    position: relative;
}

.page-banner:after,
.mobile-page-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10vw;
    max-height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 10.84%, #FFF 66.5%);
}

.page-banner > div {
	height: 50vh;
	max-height: 460px;
}

.page-banner > div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.page-header {
    display: grid;
    padding-top: 30px;
    padding-bottom: 30px;
	align-items: baseline;
}

.page-wrap {
    display: grid;
    padding-top: 20px;
	scroll-margin-top: 198px;
}
	
.page-wrapper {
	display: grid;
	gap: 200px;
}

.page-title,
h1.wp-block-heading {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -1.02px;
}

.page-title {
	cursor: pointer
}

.page-contents {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.6px;
	margin-top: 160px;
}

.page-type-tabs ul,
.wp-block-group.page-type-tabs {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    white-space: nowrap;
	overflow: scroll
}

.page-type-tabs a {
	display: block;
	position: relative
}

.page-type-tabs a:after {
	content: '';
	display: block;
	position: absolute;
	mix-blend-mode: multiply;
}

.page-type-tabs a.contentblock:after,
.page-type-tabs a.active:after {
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	background-image: repeating-linear-gradient(
		-55deg,
		rgba(0, 160, 255, 0.7) 0px,
		rgba(0, 160, 255, 0.7) 1px,
		transparent 1px,
		transparent 9px
	);
}

.page-filters ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 8px;
    margin-bottom: .25rem;
    margin-right: 10px;
}

.page-filters ul li {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    border: 1px solid #000;
    border-radius: 50vh;
    padding: .25rem 10px;
}

.page-filters ul li a.active {
    background-color: #000;
    color: #fff;
}

.filter-item input {
    display: none;
}

.filter-item .filter-name {
    display: inline-block;
    cursor: pointer;
	position: relative;
}

.filter-item .filter-name svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0) scale(125%);
	mix-blend-mode: multiply;
	display: none;
}

.filter-item input:checked + .filter-name svg {
	display: block
}

.filter-submit-area {
    margin-top: 20px;
    padding: 15px;
}

.filter-apply {
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    font-weight: bold;
}

.page-post-list .archive-posts {
    display: grid;
}

.page-post-list p {
    padding: 20px;
}

.page-post-list.event .archive-item {
    padding: 10px;
}

.page-post-list.event .archive-thumbnail {
	width: 100%; 
	aspect-ratio: 3 / 4; 
    overflow: hidden;
}

.page-post-list.event .archive-thumbnail img {
    width: 100%;
    object-fit: cover; 
    object-position: center;
    display: block; 
}

.page-post-list.event .archive-link h2 {
    font-size: 20px;
    margin: 16px 0;
}

.page-post-list:not(.event) .archive-item {
    border-bottom: 1px solid #000;
}

.page-post-list:not(.event) .archive-link {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr 2fr;
    padding: 20px;
	align-items: baseline;
	gap: 0 10px
}

.page-post-list:not(.event) .archive-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-post-list:not(.event) .archive-date .date-br br {
    display: none;
}

.page-post-list.event .tags > div {
	flex-flow: wrap;
}

.page-post-list.event .tags:after,
.page-post-list.event .tags:before {
	display: none
}

.page-post-list.default .archive-item.is-notice .archive-meta {
	color: #00B46E
}

.page-post-list.default .archive-item.is-notice .post-number {
	position: relative;
	font-size: 0
}

.page-post-list.default .archive-item.is-notice .post-number:after {
	content:'';
	display: block;
	width: 19.499px;
	height: 17px;
	position: absolute;
	top: -7px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIwIDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuMTkyNCAxMy40MzM2TDExLjQ4ODMgMTMuMTIwMUwzLjU1OTU3IDkuNTkxOEwzLjk2NTgyIDguNjc3NzNMMTEuMTkyNCAxMS44OTM2VjEuNTM5MDZMMy45NjU4MiA0Ljc1NDg4TDMuNzYyNyA0LjI5ODgzTDMuNTU5NTcgMy44NDE4TDExLjQ4ODMgMC4zMTI1TDEyLjE5MjQgMFYxMy40MzM2Wk0xOC45MTg5IDExLjUwNTlMMTguNTQgMTIuNDMxNkwxMy41NDc5IDEwLjM4NjdMMTMuOTI2OCA5LjQ2MDk0TDE4LjkxODkgMTEuNTA1OVpNMi42NDc0NiA5Ljg2MTMzSDEuNjQ3NDZWMy43NDMxNkgyLjY0NzQ2VjkuODYxMzNaTTEgOS44NjAzNUgwVjMuNzQyMTlIMVY5Ljg2MDM1Wk0xOS40OTkgNy4zMDI3M0gxMy42NzM4VjYuMzAyNzNIMTkuNDk5VjcuMzAyNzNaTTE4LjkxODkgMi4wOTk2MUwxMy45MjY4IDQuMTQ1NTFMMTMuNTQ3OSAzLjIxOTczTDE4LjU0IDEuMTczODNMMTguOTE4OSAyLjA5OTYxWiIgZmlsbD0iIzAwQjQ2RSIvPgo8L3N2Zz4=)
}

.post-list-button {
	padding-top: 10px;
	text-align: right;
	font-size: 20px;
}

.more-view-button {
	display: inline-block;
	padding: 0;
	border: none;
	background: #fff;
	color: #000;
	font-size: 12.5px;
	cursor: pointer;
	transition: all 0.3s;
	width: 100%;
	line-height: 45px;
	margin-bottom: 100px;
	border-bottom: 1px solid;
	border-radius: 0;
}

.more-view-button:disabled {
    cursor: default;
    opacity: 0.6;
}

.archive-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.archive-content h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}

.nav-links {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.nav-links>div+div {
    border-top: 1px solid #000;
}

.nav-links>div {
    padding: 20px 40px;
	font-size: 20px;
}

.nav-links > div a {
	display: grid;
	grid-template-columns: 2fr 8fr;
}


.entry-header {
    border-bottom: 1px solid #000;
	display: grid;
	grid-template-columns: 8fr 2fr;
}

.entry-title {
    padding: 20px 0 60px 40px;
}

.entry-title h1 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -1.02px;
}

.entry-meta {
    font-size: 16px;
}

.entry-meta,
.entry-meta .post-author {
	display: flex;
	align-items: center;
	gap: 4px;
}

.entry-meta .post-author:before {
	content: '';
	display: inline-block;
	width: 1.5px;
	height: 14px;
	background: #000;
}

.entry-tags {
	border-left: 1px solid;
	padding: 20px 40px 0 20px;
}

.entry-tags .tags > div {
	flex-flow: wrap;
}

.entry-tags .tags:after,
.entry-tags .tags:before {
	display: none
}

.entry-img {
    border-top: 1px solid;
}

.entry-img .swiper-wrapper {
	max-height: 100vh;
}

.entry-images {
    width: 100%;
	padding-bottom: 40px!important
}

.entry-images img {
    margin: auto;
    display: block;
}

.entry-content * {
	font-family: 'Pretendard Variable', sans-serif!important;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.entry-content th, 
.entry-content td {
  border: 1px solid #000;
  padding: 12px; 
}

.entry-content a {
	color: #aaa;
}
.entry-content a:hover {
	color: #000;
}

.entry-footer {
	display: none
}

.grade-item {
	display: grid;
	grid-template-columns: 1fr 5fr;
	gap: 20px;
	border-top: 1px solid;
	padding-bottom: 60px;
	min-height: 30vh;
}

.grade-item.grade-5 {
	grid-template-columns: 1fr;
}

@media (min-width: 782px) {
	
	.page-wrapper .wp-block-columns.inner {
		display: flex
	}
	
    .page-header {
        grid-template-columns: 20vw auto;
        background: #fff;
        margin-top: -1px;
        position: sticky;
        z-index: 998;
        top: 85px;
        white-space: wrap;
    }
	
    .page-header.sticky {
        position: sticky;
        top: 0;
        z-index: 9999;
        padding-top: 0;
        padding-bottom: 0;
		padding-right: 0;
        align-items: center;
		height: 100px;
		border-bottom: 1px solid;
    }
	
	.page-header.is-fixed {
		position: fixed;
		top: 0;
		z-index: 9999;
	}

    .page-header.sticky .page-title {
        height: 100%;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }

	.page-header .page-type-tabs {
		border-left: 1px solid transparent;
	}
	
    .page-header.sticky .page-type-tabs {
        height: 100%;
        border-left: 1px solid #000;
		padding-right: 40px;
        overflow: scroll;
    }
	
	.mobile-page-image {
		display: none
	}
	
    .page-wrap {
        grid-template-columns: 20vw auto;
		min-height: calc(100vh - 197px);
		margin-top: 130px;
		border-top: 1px solid;
		min-height: 100vh
    }

    .page-filters {
        position: sticky;
        height: fit-content;
    }
	
	.page-single .entry-tags {
		padding: 20px 40px 20px 20px;
	}

    .page-post-list {
        border-left: 1px solid #000;
    }
	
	.page-post-list .archive-posts li:hover {
		position: relative;
	}
	
	.page-post-list .archive-posts li:hover a:after {
		content: '';
		display: block;
		transition: .3s;
		position: absolute;
		top: 3px;
		bottom: 3px;
		left: -6px;
		right: -6px;
		background-image: repeating-linear-gradient(
			-55deg,
			rgba(0, 180, 110, 0.5) 0px,
			rgba(0, 180, 110, 0.5) 1px,
			transparent 1px,
			transparent 9px
		);
		mix-blend-mode: multiply;
		pointer-events: none;
	}
	
	.page-post-list.default .archive-posts li:hover a:after {
		top: -6px;
		bottom: -6px;		
	}

    .page-post-list.event .archive-posts {
        grid-template-columns: repeat(4, 1fr);
        padding-left: 10px;
    }

    .page-post-list.event .archive-item {
        border-right: 1px solid;
		border-bottom: 1px solid;
		padding-bottom: 90px
    }

    .page-post-list.event .archive-item:nth-child(-n+4) {
        padding-top: 0;
    }
	
	.page-post-list.event .archive-item:nth-child(4n + 1) {
		padding-left: 20px;
		margin-left: -10px;
	}
	
	.page-post-list.default .archive-item.is-notice .post-number:after {
		width: 29.504px;
		height: 21px;
		top: -15.5px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDMwIDIxIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguNDM3NSAyMC4zMDg2TDE3LjM4MjggMTkuODM5OEw1LjM4MjgxIDE0LjQ5OUw1LjY4NzUgMTMuODEzNUw1Ljk5MjE5IDEzLjEyODlMMTYuOTM3NSAxNy45OTlWMi4zMDg1OUw1Ljk5MjE5IDcuMTc5NjlMNS42ODc1IDYuNDk1MTJMNS4zODI4MSA1LjgwOTU3TDE3LjM4MjggMC40Njg3NUwxOC40Mzc1IDBWMjAuMzA4NlpNMjguNjIzIDE3LjQwODJMMjguMDU0NyAxOC43OTY5TDIwLjUgMTUuNzAyMUwyMS4wNjg0IDE0LjMxMzVMMjguNjIzIDE3LjQwODJaTTMuOTkzMTYgMTQuOTE1SDIuNDkzMTZWNS42NTUyN0gzLjk5MzE2VjE0LjkxNVpNMS41IDE0LjkxNDFIMFY1LjY1NDNIMS41VjE0LjkxNDFaTTI5LjUwMzkgMTEuMDM0MkgyMC42ODc1VjkuNTM0MThIMjkuNTAzOVYxMS4wMzQyWk0yOC42MjMgMy4xNjExM0wyMS4wNjg0IDYuMjU2ODRMMjAuNzg0MiA1LjU2MjVMMjAuNSA0Ljg2OTE0TDI4LjA1NDcgMS43NzI0NkwyOC42MjMgMy4xNjExM1oiIGZpbGw9IiMwMEI0NkUiLz4KPC9zdmc+)
	}
	
	.more-view-button {
		display: block;
		padding: 26px;
		border: 1px solid;
		font-size: 20px;
		cursor: pointer;
		transition: all 0.3s;
		width: 345px;
		line-height: 1;
		margin: 45px auto;
	}

    .page-type-tabs ul,
	.wp-block-group.page-type-tabs {
		padding-left: 20px;
		gap: 120px;
		overflow: unset;
		white-space: nowrap;
	}

    .college-tabs ul {
        justify-content: space-between;
		gap: unset;
    }

    .entry-content {
        width: 60%;
        border-left: 1px solid #000;
        margin: auto;
        padding: 20px 20px 60px;
        font-size: 20px;
        line-height: 30px;
    }

    .entry-content p {
        font-size: 20px!important;
        font-weight: 500;
        letter-spacing: -0.6px;
    }
	
	.entry-content * {
		font-size: 20px!important;
	}
	
	.entry-images {
		width: 100%;
		padding-bottom: 40px!important
	}
	
	.entry-images .swiper-slide img {
		max-width: calc(100% - 20%)!important;
	}
	
	.entry-images .swiper-button-next, 
	.entry-images .swiper-button-prev {
		transform: translateY(-50%);
	}
}

@media (max-width: 781px) {
	#page main:not(.site-main, .main) {
		margin-top: 99px;
	}
	
	.site-main {
		margin-top: 44px
	}
	
	.page-banner > div {
		height: 100vw;
	}
	
	.page-image {
		display: none
	}
	
	.mobile-page-image {
		position: relative;
		margin-left: -16px!important;
		margin-right: -16px!important;
		margin-top: -10px!important;
		height: 50vh;
	}
	
	.mobile-page-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
    .page-header {
        position: sticky;
        top: 0;
        z-index: 1;
        padding: 0;
        background: #fff;
    }
	
	.page-header.topfixed {
		position: fixed;
		min-height: 99px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 9;
		border-bottom: 1px solid;
	}

    .page-wrap {
        border-top: none;
        margin-top: 15px;
        padding-top: 0;
		min-height: calc(100vh - 100px);
		scroll-margin-top: 55px;
    }

    .page-title {
        font-size: 23px;
        line-height: 48px;
        padding: 0 50px 0 16px;
        border-top: 1px solid;
    }
	
	.mobile-title {
		font-size: 23px;
		line-height: 30px;
		letter-spacing: -.6px
	}
	
	h1.wp-block-heading {
        font-size: 23px;
        line-height: 48px;
	}
	
	.page-wrapper {
	}
	
	.page-contents {
		margin-top: 30px;
		font-size: 15px;
		line-height: 26px;
	}
	
	.entry-content * {
		font-size: 15px!important;
	}

    .page-filters {
        position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
        z-index: 1;
        padding: 0;
        background: #fff;
		transition: .5s;
		transform: translateY(100%)
    }
	
	.page-filters.active {
		transition: .5s;
		transform: translateY(0%)
	}
	
	.page-filter-btn-area {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 40px;
		display: flex;
		justify-content: center;
	}
	
	.page-filter-btn-area:after {
		content:'';
		display:block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 160px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 11.55%, #FFF 87.88%);
		z-index: -1;		
	}
	
	.page-filter-btn {
		border: 1px solid;
		border-color: #000;
		border-radius: 50vh;
		background: #fff;
		padding: 0 10px;
		font-size: 23px;
		font-weight: 500;
		line-height: 30px; /* 130.435% */
		letter-spacing: -0.69px;
	}
	
	.page-filter-title {
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 1px solid;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.page-filter-title p {
		display: inline;
		border: 1px solid;
		border-color: #000;
		border-radius: 50vh;
		background: #fff;
		padding: 0 6px;
		font-size: 15px;
		font-weight: 500;
		line-height: 24px; 
		letter-spacing: -0.69px;
	}
	
	.page-filter-title .filter-reset {
		position: absolute;
		left: 0;
		width: 50px;
		border: none;
		background: none;
	}
	
	.page-filter-title .filter-close {
		position: absolute;
		right: 0;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.page-filter-title img {
		width: 16px;
	}
	
	.page-filters ul {
		gap: 10px 8px;
		margin-bottom: 8px;
		margin-right: 0;
		justify-content: center;
		padding: 0 calc(10vw + 8px);
	}
	
	.page-filters ul li {
		font-size: 15px;
		padding: 0 6px;
		line-height: 24px;
	}
	
	.filter-item .filter-name svg {
		transform: translate3d(-50%,-50%,0) scale(90%);
	}
	
    .page-post-list.event .archive-posts {
        grid-template-columns: 1fr 1fr;
        padding-top: 20px;
    }

    .page-post-list.event .archive-item {
        border-bottom: 1px solid;
		padding: 5px;
        padding-bottom: 40px;
    }

    .page-post-list.event .archive-item:nth-child(odd) {
        border-right: 1px solid;
		padding-left: 0;
    }

	.page-post-list.event .archive-item:nth-child(even) {
		padding-right: 0;
    }

    .page-post-list.event .archive-item:nth-child(-n+2) {
        padding-top: 0;
    }

    .page-post-list.event .archive-link h2 {
        font-size: 15px;
        margin: 8px 0;
    }

	.page-post-list.default .archive-item.is-notice .post-number:after {
		top: 2px;
	}

    .page-type-tabs ul,
	.wp-block-group.page-type-tabs {
        padding: 0 75px 0 16px;
        font-size: 15px;
        height: 49px;
		border-top: 1px solid;
        justify-content: space-between;
        overflow: scroll;
        width: 100vw;
    }
	
	.page-type-tabs ul::-webkit-scrollbar,
	.wp-block-group.page-type-tabs::-webkit-scrollbar { 
		display: none 
	}
	
	.page-type-tabs a.contentblock:after,
	.page-type-tabs a.active:after {
		top: -3px;
		left: -6px;
		right: -6px;
		bottom: -3px;
		background-image: repeating-linear-gradient(
			-55deg,
			rgba(0, 160, 255, 0.7) 0px,
			rgba(0, 160, 255, 0.7) 1px,
			transparent 1px,
			transparent 7px
		);
	}
	
	.page-type-tabs {
		position: relative
	}

    .page-post-list:not(.event) .archive-link {
        grid-template-columns: 1fr 6fr 1fr;
		grid-template-rows: 1fr auto;
		padding: 6px 0 12px;
		align-items: start;
		font-size: 9px;
		line-height: 15px;
    }

    .page-post-list:not(.event) .archive-link .tags {
        grid-column: 2/3;
		line-height: 1;
		margin-top: .25rem;
		gap: 4px 8px;
    }
	
	.page-post-list:not(.event) .archive-meta h2 {
		font-size: 15px;
		line-height: 20px;
	}
	
	.page-post-list:not(.event) .archive-date {
		grid-row: 1/3;
		grid-column: 3/4;
	}
	
	.page-post-list:not(.event) .archive-date .date-br br {
		display: block;
	}
	
	.post-list-button {
		font-size: 12.5px;
	}
	
	.nav-links > div {
		padding: 10px 16px;
		line-height: 26px;
		font-size: 12.5px;
	}

	.nav-links > div a {
		grid-template-columns: 2fr 6fr;
	}

    .entry-header {
		grid-template-columns: 6fr 2fr;
    }

	.entry-title {
		padding: 8px 16px;
	}
	
    .entry-title h1 {
        font-size: 23px;
    }

    .entry-meta {
        font-size: 10px;
    }
	
	.entry-meta .post-author:before {
		width: 1px;
		height: 8px;
	}
	
	.entry-tags {
		padding: 8px;
	}

    .post-thumbnail {
        padding: 16px;
    }

    .entry-content {
        margin: 16px 0 40px;
        font-size: 15px;
        line-height: 25px;
    }
	
	.entry-images img {
		max-width: calc(100% - 30px);
		padding-top: 10px;
	}
	
	.entry-images .swiper-button-next, 
	.entry-images .swiper-button-prev {
		display: none
	}
}


/* single */
.swiper-slide {
	height: auto!important;
	width:100%!important
}

.swiper-slide img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


/* 조형예술대학 */
.college .wp-block-columns {
	border-top: 1px solid;
}

.college .wp-block-columns:first-child {
	border: none
}

.college .wp-block-columns.inner {
	border-top: 1px solid #000;
	padding-top: .25rem;
}

.college .wp-block-columns.link {
	width: 33.33%;
}

.college .wp-block-columns.link img {
	height: 20px;
	width: auto;
	vertical-align: middle;
}


/* 
 * - icon */
.college-tabs a.contentblock {
	display: block;
	position: relative
}

.college-tabs a.contentblock:after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	mix-blend-mode: multiply;
}

.college-tabs a[href="#about"].contentblock:after {
	width: 36.852px;
	height: 36.452px;
	transform: rotate(-9.408deg);
	left: -5px;
	top: -11px;

	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265%22%20height%3D%2258%22%20viewBox%3D%220%200%2065%2058%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M5.56885%2034.823C7.07652%2032.7267%209.93183%2032.1936%2011.9468%2033.6326C12.6733%2034.1476%2013.1869%2034.8493%2013.4829%2035.6335C14.3224%2035.6603%2015.1538%2035.9194%2015.8804%2036.4343C16.0842%2036.5799%2016.2641%2036.7425%2016.4351%2036.9119C17.4595%2036.9678%2018.4896%2037.3043%2019.395%2037.9509C20.3474%2038.6311%2021.0258%2039.5507%2021.4009%2040.5613C21.7546%2040.6914%2022.0973%2040.8646%2022.4165%2041.0925C23.143%2041.6075%2023.6556%2042.3103%2023.9517%2043.0945C24.7912%2043.1211%2025.6234%2043.3794%2026.3501%2043.8943C26.5541%2044.04%2026.7337%2044.2042%2026.9048%2044.3738C27.9292%2044.4297%2028.9593%2044.7662%2029.8647%2045.4128C31.0627%2046.2686%2031.821%2047.5007%2032.0962%2048.8269L32.1011%2048.8308C34.0508%2049.0973%2035.6829%2050.596%2036.02%2052.6306L36.0532%2052.864C36.3276%2055.2764%2034.6585%2057.5105%2032.2271%2057.9138L32.0317%2057.9421C30.0199%2058.1891%2028.1278%2057.091%2027.3042%2055.3318C26.0785%2055.4528%2024.8066%2055.1765%2023.6958%2054.4617L23.4761%2054.3132C22.5707%2053.6666%2021.9197%2052.802%2021.5317%2051.8533C21.3157%2051.7464%2021.102%2051.6299%2020.8979%2051.4841C20.1715%2050.9692%2019.6589%2050.2663%2019.3628%2049.4822C18.628%2049.4588%2017.8984%2049.258%2017.2407%2048.863L16.9644%2048.6824C16.6452%2048.4544%2016.3709%2048.1903%2016.1333%2047.8982C15.1168%2047.8723%2014.0945%2047.5732%2013.186%2046.9753L13.0063%2046.8513C12.1011%2046.2048%2011.4499%2045.3409%2011.062%2044.3923C10.846%2044.2854%2010.6322%2044.1689%2010.4282%2044.0232C9.7018%2043.5083%209.18912%2042.8054%208.89307%2042.0212C8.15864%2041.9979%207.42934%2041.7977%206.77197%2041.4031L6.49463%2041.2214C4.53833%2039.8282%204.08871%2037.0965%205.43311%2035.0212L5.56885%2034.823ZM11.5103%2034.2419C9.8554%2033.0605%207.46096%2033.4756%206.17725%2035.2605C4.89543%2037.0431%205.27284%2039.4296%206.93018%2040.6101H6.9292C7.52906%2041.0349%208.21659%2041.249%208.9165%2041.2712L9.41846%2041.2869L9.59424%2041.7556C9.81011%2042.3275%2010.1624%2042.8418%2010.647%2043.2449L10.8628%2043.4109L10.8647%2043.4119C10.9438%2043.4683%2011.0267%2043.5215%2011.1147%2043.572L11.395%2043.7205L11.6489%2043.8455L11.7563%2044.1091C12.0932%2044.9328%2012.6574%2045.6806%2013.4419%2046.241C14.1651%2046.7575%2014.9787%2047.0464%2015.8003%2047.1267L16.1519%2047.1492L16.4976%2047.158L16.7153%2047.4255C16.9124%2047.6679%2017.1374%2047.8837%2017.3979%2048.0701C17.9981%2048.4953%2018.6859%2048.7099%2019.3862%2048.7322L19.8872%2048.7488L20.064%2049.2166C20.2798%2049.7885%2020.6312%2050.3037%2021.1157%2050.7068L21.3325%2050.8718L21.3345%2050.8738C21.4133%2050.9301%2021.4958%2050.9826%2021.5835%2051.033L21.8647%2051.1804L22.1187%2051.3064L22.2261%2051.5691C22.5628%2052.3926%2023.1265%2053.1405%2023.9106%2053.7009L24.1011%2053.8298C25.0008%2054.4091%2026.0203%2054.6564%2027.0171%2054.6013L27.231%2054.5847L27.7583%2054.533L27.9839%2055.0134C28.695%2056.5323%2030.36%2057.4635%2032.104%2057.1746C34.2075%2056.8258%2035.6268%2054.8427%2035.2808%2052.7527C34.9993%2051.0542%2033.6356%2049.7987%2032.0005%2049.575L31.8159%2049.5496L31.6655%2049.4412L31.6597%2049.4382L31.4214%2049.2673L31.3608%2048.9792C31.1226%2047.8313%2030.4677%2046.7646%2029.4282%2046.0222C28.6435%2045.4619%2027.7525%2045.1713%2026.8647%2045.1228L26.5796%2045.1062L26.3774%2044.906C26.221%2044.751%2026.0743%2044.6189%2025.9175%2044.5066L25.687%2044.3562C25.144%2044.0302%2024.5408%2043.864%2023.9282%2043.8445L23.4272%2043.8279L23.2505%2043.3591C23.0037%2042.7056%2022.579%2042.128%2021.9819%2041.7048L21.98%2041.7029C21.7213%2041.5182%2021.4392%2041.375%2021.1411%2041.2654L20.8179%2041.1453L20.6978%2040.822C20.3738%2039.9493%2019.7874%2039.1527%2018.9595%2038.5613C18.1746%2038.0008%2017.2829%2037.7104%2016.395%2037.6619L16.1099%2037.6462L15.9077%2037.4451C15.7512%2037.29%2015.6047%2037.158%2015.4478%2037.0457L15.2183%2036.8962C14.6749%2036.5698%2014.0715%2036.402%2013.4585%2036.3826L12.9585%2036.3669L12.7808%2035.8982C12.534%2035.2447%2012.1093%2034.667%2011.5122%2034.2439L11.5103%2034.2419ZM0.911621%206.67261C2.42703%204.55712%205.29944%204.02043%207.32959%205.48804C8.06078%206.00835%208.57713%206.71765%208.87549%207.50952C9.72016%207.53695%2010.5581%207.79865%2011.2896%208.31909C11.4948%208.46632%2011.676%208.63219%2011.8481%208.80347C12.8784%208.86067%2013.9138%209.20016%2014.8247%209.85327C16.5778%2011.1063%2017.4023%2013.169%2017.1489%2015.1404C18.5525%2014.5639%2020.1796%2014.6845%2021.4692%2015.6052C22.2004%2016.1256%2022.7158%2016.8358%2023.0142%2017.6277C23.8588%2017.6551%2024.6969%2017.9159%2025.4282%2018.4363C26.2331%2019.0134%2026.7812%2019.8137%2027.0581%2020.7039L27.1099%2020.8835C28.9373%2020.3437%2031.0176%2020.6258%2032.7241%2021.8494C34.2295%2022.9248%2035.1371%2024.5087%2035.3853%2026.1736C36.0603%2026.271%2036.7187%2026.5211%2037.3032%2026.9402C38.8192%2028.0233%2039.4338%2029.9112%2039.021%2031.6765C40.5603%2030.7148%2042.5439%2030.6933%2044.0601%2031.7761C44.7911%2032.2965%2045.3077%2033.0067%2045.606%2033.7986C46.4506%2033.826%2047.2886%2034.0868%2048.02%2034.6072C48.2252%2034.7544%2048.4055%2034.9203%2048.5776%2035.0916C49.6081%2035.1487%2050.6441%2035.4881%2051.5552%2036.1414C52.4717%2036.7985%2053.1324%2037.6757%2053.521%2038.6482C53.7667%2038.7607%2054.0071%2038.897%2054.2378%2039.0583C54.9692%2039.5788%2055.4863%2040.2887%2055.7847%2041.0808C56.6293%2041.1082%2057.4673%2041.369%2058.1987%2041.8894C58.3013%2041.963%2058.3975%2042.0418%2058.4897%2042.1228L58.7563%2042.3728H58.7603C59.7908%2042.4299%2060.8266%2042.7703%2061.7378%2043.4236C64.26%2045.2281%2064.8695%2048.703%2063.0942%2051.1824L62.9224%2051.4089C61.1602%2053.6196%2057.9698%2054.1178%2055.5513%2052.5632L55.312%2052.4011C54.4011%2051.7479%2053.7458%2050.8756%2053.355%2049.9177C53.1375%2049.8097%2052.9227%2049.691%2052.7173%2049.5437C51.9861%2049.0233%2051.4697%2048.3141%2051.1714%2047.5222C50.4325%2047.4982%2049.6992%2047.2951%2049.0376%2046.8962L48.7583%2046.7136C48.5266%2046.5475%2048.3191%2046.3628%2048.1333%2046.1658C47.0892%2046.1109%2046.0439%2045.7672%2045.1274%2045.1101C44.2164%2044.4568%2043.5612%2043.5847%2043.1704%2042.6267C42.9529%2042.5186%2042.7381%2042.4%2042.5327%2042.2527C41.8015%2041.7323%2041.2841%2041.0232%2040.9858%2040.2312C40.1415%2040.2037%2039.3004%2039.9435%2038.5737%2039.4226C37.0577%2038.3396%2036.4423%2036.4516%2036.855%2034.6863C35.412%2035.5875%2033.5795%2035.6623%2032.1069%2034.7761L31.8169%2034.5857C31.2323%2034.1665%2030.7841%2033.6216%2030.4751%2033.0173C28.8218%2033.3191%2027.0279%2032.9706%2025.5269%2031.8943C23.8205%2030.6707%2022.8773%2028.7906%2022.8032%2026.8875C21.8111%2026.9494%2020.8042%2026.6973%2019.9458%2026.0818C19.2146%2025.5614%2018.6982%2024.8522%2018.3999%2024.0603C17.6608%2024.0363%2016.9269%2023.8333%2016.2651%2023.4343L15.9868%2023.2507C14.7017%2022.3292%2014.0637%2020.8312%2014.1558%2019.3142C12.4819%2020.1363%2010.4303%2020.0856%208.73584%2019.0437L8.40186%2018.822C7.49061%2018.1686%206.83467%2017.2958%206.44385%2016.3376C6.22657%2016.2296%206.01236%2016.1117%205.80713%2015.9646C5.0759%2015.4443%204.55862%2014.735%204.26025%2013.9431C3.41575%2013.9156%202.57491%2013.6536%201.84814%2013.1326C-0.120702%2011.7247%20-0.576248%208.96711%200.774902%206.8728L0.911621%206.67261ZM43.6235%2032.3865C42.3734%2031.4936%2040.7209%2031.4995%2039.4185%2032.3132L37.9683%2033.2185L37.5864%2034.8572C37.2586%2036.2591%2037.6991%2037.7252%2038.7837%2038.6375L39.0093%2038.8123L39.0103%2038.8132C39.5334%2039.1882%2040.1321%2039.4018%2040.7466%2039.4646L41.0103%2039.4822L41.5122%2039.4978L41.689%2039.9666C41.9071%2040.5457%2042.2618%2041.0663%2042.7505%2041.4744L42.9683%2041.6423L42.9702%2041.6443C43.0497%2041.7013%2043.1328%2041.7545%2043.2212%2041.8054L43.5034%2041.9558L43.7573%2042.0808L43.8647%2042.3435C44.2049%2043.1772%2044.7742%2043.9347%2045.5649%2044.5017C46.2609%2045.0005%2047.0415%2045.2898%2047.8325%2045.3865L48.1724%2045.4167L48.4731%2045.4324L48.6792%2045.6501C48.8337%2045.8139%2049.0039%2045.9665%2049.1929%2046.1023C49.7223%2046.479%2050.319%2046.6929%2050.9321%2046.7556L51.1958%2046.7732L51.6958%2046.7888L51.8726%2047.2576C52.0907%2047.8368%2052.4462%2048.3573%2052.9351%2048.7654L53.1519%2048.9333L53.1538%2048.9353C53.2336%2048.9925%2053.318%2049.0453%2053.4067%2049.0964L53.689%2049.2449L53.9419%2049.3718L54.0493%2049.6335C54.3894%2050.4672%2054.9579%2051.2247%2055.7485%2051.7917L55.9565%2051.9324C58.1309%2053.3302%2061.0045%2052.8109%2062.4839%2050.7449C64.0105%2048.6125%2063.4967%2045.6036%2061.3013%2044.033V44.032C60.5312%2043.48%2059.6597%2043.1884%2058.7896%2043.1277L58.4995%2043.1765L58.2271%2042.905C58.0695%2042.7483%2057.9214%2042.6154%2057.7632%2042.5017L57.5327%2042.3494C56.9852%2042.0191%2056.3771%2041.8508%2055.7603%2041.8308L55.2603%2041.8142L55.0835%2041.3445C54.8349%2040.6845%2054.4076%2040.1016%2053.8081%2039.6736C53.6149%2039.5384%2053.4131%2039.4229%2053.2075%2039.3289L52.936%2039.2048L52.8247%2038.9255C52.4876%2038.0819%2051.9142%2037.3228%2051.1177%2036.7517C50.3268%2036.1846%2049.4293%2035.8891%2048.5356%2035.8396L48.2515%2035.825L48.0483%2035.6238C47.8905%2035.4668%2047.743%2035.3324%2047.5845%2035.2185C46.9795%2034.788%2046.2865%2034.5705%2045.5815%2034.5476L45.0815%2034.532L44.9048%2034.0632C44.6556%2033.4015%2044.2273%2032.8158%2043.6255%2032.3875L43.6235%2032.3865ZM6.89014%206.09546C5.22116%204.88915%202.81234%205.30652%201.521%207.10913C0.230401%208.91112%200.611268%2011.3275%202.28271%2012.5232L2.28467%2012.5242C2.80775%2012.8991%203.4056%2013.1117%204.02002%2013.1746L4.28467%2013.1921L4.78564%2013.2097L4.9624%2013.6775C5.18058%2014.2568%205.53604%2014.7772%206.0249%2015.1853L6.2417%2015.3533L6.24365%2015.3552C6.32343%2015.4124%206.40781%2015.4652%206.49658%2015.5164L6.77783%2015.6658L7.03174%2015.7917L7.13818%2016.0544C7.47824%2016.8881%208.04769%2017.6446%208.83838%2018.2117H8.8374C10.3606%2019.3003%2012.28%2019.3993%2013.8237%2018.6414L14.9819%2018.073L14.9038%2019.3601C14.8262%2020.6391%2015.3634%2021.8805%2016.4214%2022.6404L16.6519%2022.7917C17.1992%2023.1219%2017.8067%2023.2902%2018.4233%2023.3103L18.9243%2023.3269L19.1011%2023.7957C19.3192%2024.3749%2019.6747%2024.8954%2020.1636%2025.3035L20.3804%2025.4714L20.3823%2025.4734C21.0893%2025.9803%2021.9229%2026.1915%2022.7563%2026.1394L23.5239%2026.0916L23.5532%2026.8582C23.6185%2028.5353%2024.4501%2030.2002%2025.9644%2031.2859C27.2951%2032.2399%2028.882%2032.5474%2030.3413%2032.281L30.8901%2032.1804L31.1431%2032.6765C31.4012%2033.1813%2031.7722%2033.6307%2032.2524%2033.9753C33.5024%2034.8683%2035.155%2034.8631%2036.4575%2034.0496L37.9067%2033.1433L38.2915%2031.5056C38.6412%2030.0102%2038.1154%2028.4409%2036.8677%2027.5496L36.8667%2027.5486C36.3862%2027.2041%2035.8418%2026.9981%2035.2778%2026.9167L34.7251%2026.8376L34.644%2026.2849C34.425%2024.8147%2033.6225%2023.4144%2032.2876%2022.4607L32.2866%2022.4597C30.7737%2021.375%2028.9342%2021.1259%2027.3218%2021.6023L26.5835%2021.821L26.3853%2021.0769C26.171%2020.2746%2025.7013%2019.5575%2024.9927%2019.0486L24.7622%2018.8962C24.2149%2018.5661%2023.6073%2018.3978%2022.9907%2018.3777L22.4897%2018.3611L22.313%2017.8923C22.0637%2017.2306%2021.6356%2016.6449%2021.0337%2016.2166H21.0327C19.9684%2015.4568%2018.617%2015.3489%2017.4341%2015.8347L16.2407%2016.324L16.4048%2015.0447C16.624%2013.3399%2015.9113%2011.5518%2014.3892%2010.4636H14.3872C13.5963%209.89654%2012.6988%209.601%2011.8052%209.55151L11.521%209.53687L11.3179%209.33472C11.1602%209.17785%2011.0124%209.04423%2010.854%208.93042L10.6235%208.77808C10.0761%208.44789%209.46782%208.27955%208.85107%208.25952L8.35107%208.24292L8.17432%207.77515C7.92509%207.11341%207.49688%206.52773%206.89502%206.09937L6.89014%206.09546ZM29.0679%202.03784C30.5651%20-0.112155%2033.4179%20-0.646568%2035.4399%200.844482C36.169%201.37821%2036.6858%202.10414%2036.9858%202.91284C37.8256%202.94449%2038.6589%203.21501%2039.3882%203.74878C40.2442%204.3802%2040.8113%205.26811%2041.0708%206.24976C42.885%205.70729%2044.954%206.0046%2046.6558%207.25952C48.1572%208.3628%2049.067%209.98242%2049.3208%2011.6814C49.9922%2011.7837%2050.6482%2012.0397%2051.231%2012.4695C52.6279%2013.4998%2053.264%2015.2261%2053.0308%2016.906C53.4219%2016.7085%2053.8455%2016.567%2054.2983%2016.4919C56.8068%2016.0763%2059.1868%2017.8316%2059.6138%2020.408L59.6479%2020.6492C59.9346%2023.1342%2058.2752%2025.4262%2055.8452%2025.8289L55.6118%2025.8611C53.2693%2026.1249%2051.0897%2024.5181%2050.5767%2022.1521L50.5317%2021.9128C50.4553%2021.4513%2050.449%2021.0014%2050.5005%2020.5613C49.0255%2021.3415%2047.2227%2021.2839%2045.8159%2020.2507C45.2331%2019.8208%2044.7858%2019.2636%2044.4761%2018.6462C42.9364%2018.928%2041.271%2018.626%2039.8354%2017.6775L39.5513%2017.4792C37.8498%2016.2243%2036.9037%2014.3028%2036.8218%2012.3621C35.836%2012.4209%2034.8339%2012.1602%2033.978%2011.5291C33.2487%2010.9952%2032.7321%2010.2687%2032.4321%209.45972L32.4282%209.46558C31.6933%209.43788%2030.9629%209.22801%2030.3032%208.81812L30.0259%208.62964C28.0628%207.18553%2027.5991%204.37138%2028.9331%202.24194L29.0679%202.03784ZM34.9946%201.448C33.3369%200.225593%2030.9569%200.6372%2029.6831%202.46655C28.4025%204.30586%2028.793%206.7914%2030.4692%208.02515L30.6987%208.18042C31.1262%208.44612%2031.589%208.60683%2032.062%208.67651L32.6353%207.85229L33.1353%209.19897C33.3882%209.88087%2033.8192%2010.4824%2034.4204%2010.9226L34.4233%2010.9246C35.1289%2011.4449%2035.9548%2011.663%2036.7769%2011.614L37.5396%2011.5671L37.5718%2012.3298C37.6444%2014.0524%2038.4852%2015.7604%2039.9976%2016.8757C41.3253%2017.8546%2042.8988%2018.1718%2044.3403%2017.908L44.894%2017.8074L45.146%2018.3103C45.4069%2018.8304%2045.7803%2019.292%2046.2603%2019.6462L46.481%2019.7966C47.6046%2020.5019%2048.9885%2020.5117%2050.1499%2019.8972L51.4116%2019.2302L51.2456%2020.6482C51.2018%2021.0226%2051.2067%2021.4025%2051.271%2021.7908C51.6337%2023.9776%2053.6429%2025.4331%2055.7231%2025.0886C57.8035%2024.7438%2059.2356%2022.7181%2058.8735%2020.531C58.5111%2018.3437%2056.5019%2016.8875%2054.4214%2017.2322C54.0445%2017.2947%2053.6933%2017.412%2053.3687%2017.5759L52.0903%2018.2205L52.2876%2016.8035C52.4868%2015.3699%2051.9409%2013.9262%2050.7856%2013.074C50.3059%2012.7201%2049.7653%2012.5075%2049.2075%2012.4226L48.6606%2012.3396L48.5786%2011.7927C48.353%2010.2823%2047.5444%208.8446%2046.2114%207.86499L46.2104%207.86401C44.7013%206.75097%2042.8775%206.49252%2041.2856%206.96851L40.5435%207.19019L40.3452%206.44116C40.1265%205.61413%2039.6529%204.87727%2038.9448%204.35425L38.7153%204.198C38.1696%203.8588%2037.5666%203.68579%2036.9575%203.66284L36.4565%203.64331L36.2827%203.17358C36.0297%202.49153%2035.599%201.88922%2034.9976%201.44897L34.9946%201.448Z%22%20fill%3D%22%2300B46E%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#history"].contentblock:after {
	width: 37.358px;
	height: 38.827px;
	left: -5px;
	top: -11px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2267%22%20viewBox%3D%220%200%2066%2067%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M33.8379%2054.5439L46.1074%2049.8242L50.7578%2062.2793L38.4883%2067L33.8379%2054.5449L21.5693%2059.2656L16.9189%2046.8105L29.1885%2042.0898L33.8379%2054.5439ZM34.7998%2054.9785L38.9258%2066.0283L49.7959%2061.8457L45.6699%2050.7959L34.7998%2054.9785ZM17.8809%2047.2441L22.0068%2058.2939L32.877%2054.1113L28.751%2043.0615L17.8809%2047.2441ZM16.9199%2046.8066L4.65039%2051.5273L0%2039.0723L12.2695%2034.3516L16.9199%2046.8066ZM0.961914%2039.5059L5.08789%2050.5557L15.958%2046.373L11.832%2035.3232L0.961914%2039.5059ZM58.3789%2045.1016L46.1094%2049.8223L41.459%2037.3672L53.7285%2032.6465L58.3789%2045.1016ZM42.4209%2037.8008L46.5469%2048.8506L57.417%2044.668L53.291%2033.6182L42.4209%2037.8008ZM24.5342%2029.6309L12.2646%2034.3516L7.61426%2021.8965L19.8838%2017.1758L24.5342%2029.6309ZM8.57617%2022.3301L12.7021%2033.3799L23.5723%2029.1973L19.4463%2018.1475L8.57617%2022.3301ZM49.0801%2020.1865L61.3496%2015.4668L66%2027.9219L53.7305%2032.6426L49.0801%2020.1875L36.8115%2024.9082L32.1611%2012.4531L44.4307%207.73242L49.0801%2020.1865ZM50.042%2020.6211L54.168%2031.6709L65.0381%2027.4883L60.9121%2016.4385L50.042%2020.6211ZM33.123%2012.8867L37.249%2023.9365L48.1191%2019.7539L43.9932%208.7041L33.123%2012.8867ZM32.1553%2012.4551L19.8857%2017.1758L15.2354%204.7207L27.5049%200L32.1553%2012.4551ZM16.1973%205.1543L20.3232%2016.2041L31.1934%2012.0215L27.0674%200.97168L16.1973%205.1543Z%22%20fill%3D%22%2300A0FF%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#faculty-staff"].contentblock:after {
	width: 62.129px;
	height: 39.365px;
	left: -11px;
	top: -11px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2254%22%20viewBox%3D%220%200%2085%2054%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M37.6184%2042.0596C40.0301%2041.3367%2042.5777%2042.6918%2043.3059%2045.085L43.3684%2045.3096C43.948%2047.6345%2042.5925%2050.0292%2040.2561%2050.7295L30.9915%2053.5068L30.7649%2053.5684C28.4222%2054.1438%2026.0104%2052.7989%2025.3049%2050.4805L25.2424%2050.2559C24.6816%2048.0061%2025.9315%2045.6909%2028.1301%2044.9092L28.3528%2044.8369L37.6184%2042.0596ZM42.5881%2045.3008C41.9819%2043.3081%2039.8565%2042.1721%2037.8372%2042.7773L28.5715%2045.5537C26.5524%2046.1591%2025.4165%2048.273%2026.0227%2050.2656C26.629%2052.2581%2028.7535%2053.3941%2030.7727%2052.7891L40.0383%2050.0117C42.0574%2049.4065%2043.194%2047.2933%2042.5881%2045.3008ZM57.6917%2036.0068C60.1033%2035.284%2062.6509%2036.639%2063.3792%2039.0322L63.4417%2039.2568C64.0213%2041.5817%2062.6658%2043.9765%2060.3293%2044.6768L51.0647%2047.4541L50.8381%2047.5156C48.4955%2048.0911%2046.0836%2046.7462%2045.3782%2044.4277L45.3157%2044.2031C44.7549%2041.9534%2046.0047%2039.6382%2048.2034%2038.8564L48.426%2038.7842L57.6917%2036.0068ZM62.6614%2039.248C62.0551%2037.2553%2059.9297%2036.1193%2057.9104%2036.7246L48.6448%2039.501C46.6256%2040.1063%2045.4897%2042.2202%2046.0959%2044.2129C46.7023%2046.2054%2048.8268%2047.3414%2050.8459%2046.7363L60.1116%2043.959C62.1306%2043.3537%2063.2672%2041.2406%2062.6614%2039.248ZM78.8694%2029.7783C81.2811%2029.0555%2083.8287%2030.4105%2084.5569%2032.8037L84.6194%2033.0283C85.199%2035.3532%2083.8435%2037.7479%2081.5071%2038.4482L72.2424%2041.2256L72.0159%2041.2871C69.6732%2041.8625%2067.2614%2040.5177%2066.5559%2038.1992L66.4934%2037.9746C65.9326%2035.7248%2067.1825%2033.4097%2069.3811%2032.6279L69.6038%2032.5557L78.8694%2029.7783ZM83.8391%2033.0195C83.2329%2031.0268%2081.1075%2029.8908%2079.0881%2030.4961L69.8225%2033.2725C67.8033%2033.8778%2066.6675%2035.9917%2067.2737%2037.9844C67.88%2039.9769%2070.0045%2041.1129%2072.0237%2040.5078L81.2893%2037.7305C83.3084%2037.1252%2084.445%2035.0121%2083.8391%2033.0195ZM25.0637%2027.2666C27.4754%2026.5437%2030.023%2027.8988%2030.7512%2030.292L30.8137%2030.5166C31.3934%2032.8415%2030.0378%2035.2362%2027.7014%2035.9365L18.4368%2038.7139L18.2102%2038.7754C15.8675%2039.3508%2013.4557%2038.0059%2012.7502%2035.6875L12.6877%2035.4629C12.1269%2033.2131%2013.3768%2030.898%2015.5754%2030.1162L15.7981%2030.0439L25.0637%2027.2666ZM30.0334%2030.5078C29.4272%2028.5151%2027.3018%2027.3791%2025.2825%2027.9844L16.0168%2030.7607C13.9977%2031.3661%2012.8618%2033.48%2013.468%2035.4727C14.0743%2037.4651%2016.1988%2038.6012%2018.218%2037.9961L27.4836%2035.2188C29.5027%2034.6135%2030.6393%2032.5003%2030.0334%2030.5078ZM45.1379%2021.2139C47.5496%2020.491%2050.0972%2021.8461%2050.8254%2024.2393L50.8879%2024.4639C51.4676%2026.7888%2050.1121%2029.1835%2047.7756%2029.8838L38.511%2032.6611L38.2844%2032.7227C35.9417%2033.2981%2033.5299%2031.9532%2032.8245%2029.6348L32.762%2029.4102C32.2012%2027.1604%2033.451%2024.8452%2035.6497%2024.0635L35.8723%2023.9912L45.1379%2021.2139ZM50.1077%2024.4551C49.5014%2022.4623%2047.376%2021.3264%2045.3567%2021.9316L36.0911%2024.708C34.0719%2025.3134%2032.936%2027.4273%2033.5422%2029.4199C34.1486%2031.4124%2036.273%2032.5484%2038.2922%2031.9434L47.5579%2029.166C49.5769%2028.5607%2050.7135%2026.4476%2050.1077%2024.4551ZM66.3157%2014.9854C68.7274%2014.2625%2071.2749%2015.6176%2072.0032%2018.0107L72.0657%2018.2354C72.6453%2020.5602%2071.2898%2022.955%2068.9534%2023.6553L59.6887%2026.4326L59.4622%2026.4941C57.1195%2027.0696%2054.7076%2025.7247%2054.0022%2023.4062L53.9397%2023.1816C53.3789%2020.9319%2054.6288%2018.6167%2056.8274%2017.835L57.05%2017.7627L66.3157%2014.9854ZM71.2854%2018.2266C70.6791%2016.2338%2068.5538%2015.0979%2066.5344%2015.7031L57.2688%2018.4795C55.2496%2019.0849%2054.1137%2021.1988%2054.72%2023.1914C55.3263%2025.1839%2057.4508%2026.3199%2059.47%2025.7148L68.7356%2022.9375C70.7547%2022.3322%2071.8913%2020.2191%2071.2854%2018.2266ZM12.51%2012.4756C14.9217%2011.7527%2017.4693%2013.1078%2018.1975%2015.501L18.26%2015.7256C18.8396%2018.0505%2017.4841%2020.4452%2015.1477%2021.1455L5.88306%2023.9229L5.65649%2023.9844C3.31382%2024.5598%200.90198%2023.2149%200.196533%2020.8965L0.134033%2020.6719C-0.426766%2018.4221%200.823112%2016.1069%203.02173%2015.3252L3.24438%2015.2529L12.51%2012.4756ZM17.4797%2015.7168C16.8735%2013.7241%2014.7481%2012.5881%2012.7288%2013.1934L3.46313%2015.9697C1.44395%2016.5751%200.308081%2018.689%200.914307%2020.6816C1.52063%2022.6741%203.64512%2023.8101%205.66431%2023.2051L14.9299%2020.4277C16.949%2019.8225%2018.0856%2017.7093%2017.4797%2015.7168ZM32.5862%206.42285C34.9979%205.69999%2037.5454%207.05505%2038.2737%209.44824L38.3362%209.67285C38.9158%2011.9977%2037.5603%2014.3925%2035.2239%2015.0928L25.9592%2017.8701L25.7327%2017.9316C23.39%2018.5071%2020.9782%2017.1622%2020.2727%2014.8438L20.2102%2014.6191C19.6494%2012.3694%2020.8993%2010.0542%2023.0979%209.27246L23.3206%209.2002L32.5862%206.42285ZM37.5559%209.66406C36.9497%207.67133%2034.8243%206.53536%2032.8049%207.14062L23.5393%209.91699C21.5201%2010.5224%2020.3843%2012.6363%2020.9905%2014.6289C21.5968%2016.6214%2023.7213%2017.7574%2025.7405%2017.1523L35.0061%2014.375C37.0252%2013.7697%2038.1618%2011.6566%2037.5559%209.66406ZM53.762%200.194336C56.1736%20-0.528521%2058.7212%200.826537%2059.4495%203.21973L59.512%203.44434C60.0916%205.76923%2058.7361%208.16396%2056.3997%208.86426L47.135%2011.6416L46.9084%2011.7031C44.5658%2012.2785%2042.1539%2010.9337%2041.4485%208.61523L41.386%208.39062C40.8252%206.14086%2042.0751%203.8257%2044.2737%203.04395L44.4963%202.97168L53.762%200.194336ZM58.7317%203.43555C58.1254%201.44282%2056.0001%200.306847%2053.9807%200.912109L44.7151%203.68848C42.6959%204.29385%2041.56%206.40775%2042.1663%208.40039C42.7726%2010.3929%2044.8971%2011.5289%2046.9163%2010.9238L56.1819%208.14648C58.201%207.54122%2059.3375%205.42806%2058.7317%203.43555Z%22%20fill%3D%22%23FF89EF%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#research-center"].contentblock:after {
	width: 52.864px;
	height: 37.252px;
	left: -8px;
	top: -11px;

	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2283%22%20height%3D%2258%22%20viewBox%3D%220%200%2083%2058%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M74.4424%208.68457L66.4824%2010.5859L68.2109%2017.8213L76.1709%2015.9199L78.2461%2024.6045L70.2842%2026.5068L72.0127%2033.7422L79.9756%2031.8398L82.0508%2040.5244L73.3662%2042.5996L71.4639%2034.6377L64.2266%2036.3672L66.1299%2044.3291L57.4453%2046.4043L55.543%2038.4434L48.3076%2040.1719L50.2109%2048.1338L41.5264%2050.209L39.624%2042.2471L32.3867%2043.9766L34.2891%2051.9365L25.6045%2054.0117L23.7021%2046.0527L16.4668%2047.7812L18.3691%2055.7432L9.68457%2057.8184L7.60938%2049.1338L15.5693%2047.2314L13.8408%2039.9941L5.87988%2041.8965L3.80469%2033.2119L11.7646%2031.3096L10.0361%2024.0742L2.0752%2025.9766L0%2017.292L8.68457%2015.2168L10.5859%2023.1768L17.8232%2021.4482L15.9209%2013.4873L24.6055%2011.4121L26.5068%2019.3721L33.7422%2017.6436L31.8408%209.68262L40.5254%207.60742L42.4268%2015.5674L49.6621%2013.8389L47.7607%205.87988L56.4453%203.80469L58.3467%2011.7637L65.584%2010.0342L63.6826%202.0752L72.3672%200L74.4424%208.68457ZM8.5127%2049.6885L10.2402%2056.9141L17.4648%2055.1875L15.7383%2047.9619L8.5127%2049.6885ZM24.4326%2045.8818L26.1602%2053.1074L33.3848%2051.3809L31.6582%2044.1553L24.4326%2045.8818ZM40.3545%2042.0791L42.082%2049.3047L49.3066%2047.5781L47.5801%2040.3525L40.3545%2042.0791ZM14.5713%2039.8252L16.2988%2047.0508L23.5234%2045.3242L21.7969%2038.0986L14.5713%2039.8252ZM56.2734%2038.2744L58.001%2045.5L65.2256%2043.7734L63.499%2036.5479L56.2734%2038.2744ZM22.5244%2037.918L24.2539%2045.1533L31.4883%2043.4248L29.7598%2036.1895L22.5244%2037.918ZM30.4902%2036.0205L32.2178%2043.2461L39.4424%2041.5195L37.7158%2034.2939L30.4902%2036.0205ZM72.1943%2034.4697L73.9219%2041.6953L81.1465%2039.9688L79.4199%2032.7432L72.1943%2034.4697ZM38.4443%2034.1133L40.1729%2041.3516L47.4102%2039.6221L45.6816%2032.3838L38.4443%2034.1133ZM4.70801%2033.7666L6.43555%2040.9922L13.6602%2039.2656L11.9336%2032.04L4.70801%2033.7666ZM46.4121%2032.2158L48.1396%2039.4414L55.3643%2037.7148L53.6377%2030.4893L46.4121%2032.2158ZM12.6621%2031.8613L14.3906%2039.0967L21.627%2037.3682L19.8984%2030.1328L12.6621%2031.8613ZM54.3662%2030.3105L56.0947%2037.5459L63.3291%2035.8174L61.5996%2028.582L54.3662%2030.3105ZM20.6289%2029.9619L22.3564%2037.1875L29.5811%2035.4609L27.8545%2028.2354L20.6289%2029.9619ZM62.3301%2028.4111L64.0576%2035.6367L71.2822%2033.9102L69.5557%2026.6846L62.3301%2028.4111ZM28.583%2028.0566L30.3115%2035.292L37.5469%2033.5635L35.8184%2026.3271L28.583%2028.0566ZM36.5488%2026.1572L38.2764%2033.3828L45.501%2031.6562L43.7744%2024.4307L36.5488%2026.1572ZM44.5029%2024.252L46.2314%2031.4873L53.4678%2029.7588L51.7393%2022.5234L44.5029%2024.252ZM10.7666%2023.9053L12.4941%2031.1309L19.7188%2029.4043L17.9922%2022.1787L10.7666%2023.9053ZM52.4697%2022.3545L54.1973%2029.5801L61.4219%2027.8535L59.6953%2020.6279L52.4697%2022.3545ZM18.7197%2021.998L20.4492%2029.2334L27.6836%2027.5049L25.9551%2020.2695L18.7197%2021.998ZM60.4238%2020.4473L62.1523%2027.6826L69.3877%2025.9531L67.6592%2018.7188L60.4238%2020.4473ZM26.6855%2020.1006L28.4131%2027.3262L35.6377%2025.5996L33.9111%2018.374L26.6855%2020.1006ZM68.3896%2018.5498L70.1172%2025.7754L77.3418%2024.0488L75.6152%2016.8232L68.3896%2018.5498ZM34.6396%2018.1934L36.3682%2025.4297L43.6055%2023.7002L41.877%2016.4639L34.6396%2018.1934ZM0.90332%2017.8467L2.63086%2025.0723L9.85547%2023.3457L8.12891%2016.1201L0.90332%2017.8467ZM42.6074%2016.2959L44.335%2023.5215L51.5596%2021.7949L49.833%2014.5693L42.6074%2016.2959ZM50.5615%2014.3906L52.29%2021.626L59.5264%2019.8965L57.7979%2012.6611L50.5615%2014.3906ZM16.8242%2014.042L18.5518%2021.2676L25.7764%2019.541L24.0498%2012.3154L16.8242%2014.042ZM58.5283%2012.4912L60.2559%2019.7168L67.4805%2017.9902L65.7539%2010.7646L58.5283%2012.4912ZM32.7441%2010.2373L34.4717%2017.4629L41.6963%2015.7363L39.9697%208.51074L32.7441%2010.2373ZM48.6641%206.43457L50.3916%2013.6602L57.6162%2011.9336L55.8896%204.70801L48.6641%206.43457ZM64.5859%202.62988L66.3135%209.85547L73.5381%208.12891L71.8115%200.90332L64.5859%202.62988Z%22%20fill%3D%22%2300B46E%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#international"].contentblock:after {
	width: 69.749px;
	height: 37.328px;
	left: -8px;
	top: -9px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2299%22%20height%3D%2252%22%20viewBox%3D%220%200%2099%2052%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24.416%200C31.4771%200.000143283%2037.8287%203.14649%2042.2832%208.16992C44.9074%208.3392%2047.3693%209.11675%2049.5381%2010.3652C52.0045%208.94546%2054.8499%208.13483%2057.8818%208.13477C62.5116%208.13489%2066.7069%2010.0242%2069.7803%2013.0889C72.8538%2010.0243%2077.0489%208.13477%2081.6787%208.13477C91.1159%208.13508%2098.7499%2015.9822%2098.75%2025.6416C98.75%2035.3011%2091.116%2043.1481%2081.6787%2043.1484C77.0489%2043.1484%2072.8538%2041.2589%2069.7803%2038.1943C66.7069%2041.259%2062.5116%2043.1483%2057.8818%2043.1484C54.8497%2043.1484%2052.0046%2042.3369%2049.5381%2040.917C47.3692%2042.1656%2044.9076%2042.943%2042.2832%2043.1123C37.8287%2048.1357%2031.4772%2051.2821%2024.416%2051.2822C10.9145%2051.2822%200.000197221%2039.7849%200%2025.6416C0%2011.4981%2010.9143%200%2024.416%200ZM24.416%200.75C11.3633%200.75%200.75%2011.8768%200.75%2025.6416C0.750197%2039.4063%2011.3634%2050.5322%2024.416%2050.5322C30.9903%2050.5321%2036.9443%2047.7082%2041.2363%2043.1475C41.2227%2043.1475%2041.209%2043.1484%2041.1953%2043.1484C31.7578%2043.1484%2024.123%2035.3013%2024.123%2025.6416C24.1231%2015.982%2031.7578%208.13477%2041.1953%208.13477C41.2093%208.13477%2041.2233%208.13473%2041.2373%208.13477C36.9453%203.57368%2030.9905%200.750138%2024.416%200.75ZM41.1953%208.88477C32.1901%208.88477%2024.8731%2016.3779%2024.873%2025.6416C24.873%2034.9054%2032.1901%2042.3984%2041.1953%2042.3984C41.4414%2042.3984%2041.6862%2042.391%2041.9297%2042.3799C43.2219%2040.8853%2044.3439%2039.2249%2045.2627%2037.4316C42.4962%2034.3191%2040.8096%2030.1807%2040.8096%2025.6416C40.8096%2021.1023%2042.4959%2016.9632%2045.2627%2013.8506C44.344%2012.0576%2043.2227%2010.3968%2041.9307%208.90234C41.6869%208.89122%2041.4417%208.88478%2041.1953%208.88477ZM57.8818%208.88477C55.1353%208.88483%2052.5462%209.58269%2050.2734%2010.8145C55.0767%2013.9143%2058.2666%2019.3988%2058.2666%2025.6416C58.2666%2031.8844%2055.0767%2037.369%2050.2734%2040.4688C52.5462%2041.7005%2055.1353%2042.3984%2057.8818%2042.3984C62.3042%2042.3983%2066.3185%2040.5899%2069.2598%2037.6533C66.3744%2034.517%2064.6064%2030.2894%2064.6064%2025.6416C64.6065%2020.9936%2066.3741%2016.7653%2069.2598%2013.6289C66.3186%2010.6926%2062.304%208.88489%2057.8818%208.88477ZM81.6787%208.88477C77.2563%208.88477%2073.2413%2010.6923%2070.2998%2013.6289C73.1855%2016.7653%2074.9531%2020.9935%2074.9531%2025.6416C74.9531%2030.2895%2073.1852%2034.5169%2070.2998%2037.6533C73.2413%2040.5902%2077.256%2042.3984%2081.6787%2042.3984C90.6837%2042.3981%2098%2034.9052%2098%2025.6416C97.9999%2016.3781%2090.6837%208.88508%2081.6787%208.88477ZM45.8027%2038.0137C44.9984%2039.544%2044.0498%2040.9786%2042.9756%2042.2979C45.0604%2042.0654%2047.0272%2041.4295%2048.8018%2040.4678C47.7135%2039.7653%2046.7069%2038.9421%2045.8027%2038.0137ZM49.5381%2011.2383C48.2977%2011.9972%2047.1627%2012.9194%2046.1631%2013.9775C47.8687%2017.4782%2048.8311%2021.4432%2048.8311%2025.6416C48.831%2029.8397%2047.8685%2033.8043%2046.1631%2037.3047C47.1627%2038.3629%2048.2976%2039.2849%2049.5381%2040.0439C54.313%2037.1222%2057.5166%2031.7702%2057.5166%2025.6416C57.5166%2019.5129%2054.3132%2014.16%2049.5381%2011.2383ZM69.7793%2014.1719C67.0373%2017.1683%2065.3565%2021.2016%2065.3564%2025.6416C65.3564%2030.0814%2067.0376%2034.1139%2069.7793%2037.1104C72.5213%2034.1139%2074.2031%2030.0818%2074.2031%2025.6416C74.2031%2021.2012%2072.5216%2017.1684%2069.7793%2014.1719ZM45.6211%2014.5811C43.094%2017.5308%2041.5596%2021.4005%2041.5596%2025.6416C41.5596%2029.8822%2043.0935%2033.7516%2045.6201%2036.7012C47.1935%2033.3706%2048.081%2029.6167%2048.0811%2025.6416C48.0811%2021.6664%2047.1945%2017.9118%2045.6211%2014.5811ZM42.9766%208.98438C44.0506%2010.3035%2044.9985%2011.7385%2045.8027%2013.2686C46.7069%2012.3402%2047.7135%2011.5168%2048.8018%2010.8145C47.0275%209.853%2045.0609%209.21689%2042.9766%208.98438Z%22%20fill%3D%22%23FFBB00%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#ewha-art-center"].contentblock:after {
	width: 39.353px;
	height: 39.354px;
	transform: rotate(-9.408deg);
	left: 16px;
	top: -12px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265%22%20height%3D%2258%22%20viewBox%3D%220%200%2065%2058%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M5.56982%2034.823C7.07749%2032.7267%209.9328%2032.1936%2011.9478%2033.6326C12.6743%2034.1476%2013.1879%2034.8493%2013.4839%2035.6335C14.3233%2035.6603%2015.1548%2035.9194%2015.8813%2036.4343C16.0852%2036.5799%2016.2651%2036.7425%2016.436%2036.9119C17.4605%2036.9678%2018.4906%2037.3043%2019.396%2037.9509C20.3484%2038.6311%2021.0267%2039.5507%2021.4019%2040.5613C21.7556%2040.6914%2022.0983%2040.8646%2022.4175%2041.0925C23.144%2041.6075%2023.6565%2042.3103%2023.9526%2043.0945C24.7921%2043.1211%2025.6244%2043.3794%2026.3511%2043.8943C26.5551%2044.04%2026.7347%2044.2042%2026.9058%2044.3738C27.9302%2044.4297%2028.9603%2044.7662%2029.8657%2045.4128C31.0637%2046.2686%2031.822%2047.5007%2032.0972%2048.8269L32.1021%2048.8308C34.0518%2049.0973%2035.6839%2050.596%2036.021%2052.6306L36.0542%2052.864C36.3286%2055.2764%2034.6595%2057.5105%2032.228%2057.9138L32.0327%2057.9421C30.0209%2058.1891%2028.1288%2057.091%2027.3052%2055.3318C26.0795%2055.4528%2024.8075%2055.1765%2023.6968%2054.4617L23.4771%2054.3132C22.5716%2053.6666%2021.9206%2052.802%2021.5327%2051.8533C21.3166%2051.7464%2021.103%2051.6299%2020.8989%2051.4841C20.1725%2050.9692%2019.6598%2050.2663%2019.3638%2049.4822C18.629%2049.4588%2017.8993%2049.258%2017.2417%2048.863L16.9653%2048.6824C16.6461%2048.4544%2016.3718%2048.1903%2016.1343%2047.8982C15.118%2047.8723%2014.0964%2047.573%2013.188%2046.9753L13.0073%2046.8513C12.1021%2046.2048%2011.4509%2045.3409%2011.063%2044.3923C10.847%2044.2854%2010.6332%2044.1689%2010.4292%2044.0232C9.70279%2043.5083%209.19009%2042.8053%208.89404%2042.0212C8.15963%2041.9979%207.43031%2041.7977%206.77295%2041.4031L6.49561%2041.2214C4.53931%2039.8282%204.08969%2037.0965%205.43408%2035.0212L5.56982%2034.823ZM11.5112%2034.2419C9.85638%2033.0605%207.46193%2033.4756%206.17822%2035.2605C4.89642%2037.0431%205.27384%2039.4296%206.93115%2040.6101H6.93018C7.53003%2041.0349%208.21756%2041.249%208.91748%2041.2712L9.41943%2041.2869L9.59521%2041.7556C9.81109%2042.3275%2010.1634%2042.8418%2010.6479%2043.2449L10.8638%2043.4109L10.8657%2043.4119C10.9448%2043.4683%2011.0277%2043.5215%2011.1157%2043.572L11.396%2043.7205L11.6499%2043.8455L11.7573%2044.1091C12.0942%2044.9328%2012.6584%2045.6806%2013.4429%2046.241C14.1661%2046.7575%2014.9796%2047.0464%2015.8013%2047.1267L16.1528%2047.1492L16.4985%2047.158L16.7163%2047.4255C16.9134%2047.6679%2017.1384%2047.8837%2017.3989%2048.0701C17.9991%2048.4954%2018.6868%2048.7099%2019.3872%2048.7322L19.8882%2048.7488L20.0649%2049.2166C20.2808%2049.7885%2020.6322%2050.3037%2021.1167%2050.7068L21.3335%2050.8718L21.3354%2050.8738C21.4143%2050.9301%2021.4967%2050.9826%2021.5845%2051.033L21.8657%2051.1804L22.1206%2051.3064L22.2271%2051.5691C22.5638%2052.3926%2023.1275%2053.1405%2023.9116%2053.7009L24.1021%2053.8298C25.0018%2054.4091%2026.0213%2054.6564%2027.0181%2054.6013L27.2319%2054.5847L27.7593%2054.533L27.9849%2055.0134C28.6959%2056.5323%2030.361%2057.4634%2032.105%2057.1746C34.2085%2056.8258%2035.6278%2054.8427%2035.2817%2052.7527C35.0002%2051.0542%2033.6366%2049.7987%2032.0015%2049.575L31.8169%2049.5496L31.6665%2049.4412L31.6606%2049.4382L31.4224%2049.2673L31.3618%2048.9792C31.1236%2047.8313%2030.4687%2046.7646%2029.4292%2046.0222C28.6445%2045.4619%2027.7534%2045.1713%2026.8657%2045.1228L26.5806%2045.1062L26.3784%2044.906C26.222%2044.751%2026.0753%2044.6189%2025.9185%2044.5066L25.688%2044.3562C25.1449%2044.0302%2024.5418%2043.864%2023.9292%2043.8445L23.4282%2043.8279L23.2515%2043.3591C23.0048%2042.7058%2022.5807%2042.1279%2021.9839%2041.7048L21.981%2041.7029C21.7223%2041.5182%2021.4401%2041.375%2021.1421%2041.2654L20.8188%2041.1453L20.6987%2040.822C20.3748%2039.9493%2019.7884%2039.1527%2018.9604%2038.5613C18.1756%2038.0008%2017.2839%2037.7104%2016.396%2037.6619L16.1108%2037.6462L15.9087%2037.4451C15.7522%2037.29%2015.6056%2037.158%2015.4487%2037.0457L15.2202%2036.8962C14.6768%2036.5697%2014.0726%2036.402%2013.4595%2036.3826L12.9595%2036.3669L12.7817%2035.8982C12.535%2035.2447%2012.1102%2034.667%2011.5132%2034.2439L11.5112%2034.2419ZM0.911621%206.67065C2.42703%204.55517%205.29944%204.01848%207.32959%205.48608C8.06079%206.00639%208.57713%206.7157%208.87549%207.50757C9.72016%207.535%2010.5581%207.7967%2011.2896%208.31714C11.4948%208.46437%2011.676%208.63023%2011.8481%208.80151C12.8784%208.85871%2013.9138%209.19822%2014.8247%209.85132C16.5778%2011.1043%2017.4023%2013.1671%2017.1489%2015.1384C18.5525%2014.5619%2020.1796%2014.6826%2021.4692%2015.6033C22.2004%2016.1236%2022.7158%2016.8338%2023.0142%2017.6257C23.8588%2017.6532%2024.6969%2017.914%2025.4282%2018.4343C26.2331%2019.0115%2026.7812%2019.8118%2027.0581%2020.7019L27.1099%2020.8816C28.9373%2020.3418%2031.0176%2020.6238%2032.7241%2021.8474C34.2295%2022.9229%2035.1371%2024.5067%2035.3853%2026.1716C36.0603%2026.269%2036.7187%2026.5192%2037.3032%2026.9382C38.8192%2028.0213%2039.4338%2029.9093%2039.021%2031.6746C40.5603%2030.7129%2042.5439%2030.6913%2044.0601%2031.7742C44.7911%2032.2945%2045.3077%2033.0048%2045.606%2033.7966C46.4506%2033.8241%2047.2886%2034.0848%2048.02%2034.6052C48.2252%2034.7524%2048.4055%2034.9184%2048.5776%2035.0896C49.608%2035.1467%2050.6441%2035.4862%2051.5552%2036.1394C52.4717%2036.7966%2053.1324%2037.6738%2053.521%2038.6462C53.7667%2038.7587%2054.0071%2038.8951%2054.2378%2039.0564C54.9692%2039.5768%2055.4863%2040.2868%2055.7847%2041.0789C56.6293%2041.1063%2057.4673%2041.367%2058.1987%2041.8875C58.3013%2041.961%2058.3975%2042.0398%2058.4897%2042.1208L58.7563%2042.3708H58.7603C59.7908%2042.4279%2060.8266%2042.7684%2061.7378%2043.4216C64.26%2045.2261%2064.8695%2048.701%2063.0942%2051.1804L62.9224%2051.407C61.1602%2053.6176%2057.9698%2054.1158%2055.5513%2052.5613L55.312%2052.3992C54.4011%2051.7459%2053.7458%2050.8736%2053.355%2049.9158C53.1375%2049.8077%2052.9227%2049.689%2052.7173%2049.5417C51.9861%2049.0214%2051.4697%2048.3122%2051.1714%2047.5203C50.4325%2047.4963%2049.6992%2047.2931%2049.0376%2046.8943L48.7583%2046.7117C48.5266%2046.5455%2048.3191%2046.3608%2048.1333%2046.1638C47.0892%2046.1089%2046.0439%2045.7652%2045.1274%2045.1082C44.2164%2044.4548%2043.5612%2043.5827%2043.1704%2042.6248C42.9529%2042.5167%2042.7381%2042.398%2042.5327%2042.2507C41.8015%2041.7303%2041.2841%2041.0212%2040.9858%2040.2292C40.1415%2040.2017%2039.3004%2039.9416%2038.5737%2039.4207C37.0577%2038.3376%2036.4423%2036.4496%2036.855%2034.6843C35.412%2035.5855%2033.5795%2035.6604%2032.1069%2034.7742L31.8169%2034.5837C31.2323%2034.1645%2030.7841%2033.6197%2030.4751%2033.0154C28.8218%2033.3171%2027.0279%2032.9686%2025.5269%2031.8923C23.8205%2030.6687%2022.8773%2028.7886%2022.8032%2026.8855C21.8111%2026.9475%2020.8042%2026.6953%2019.9458%2026.0798C19.2146%2025.5595%2018.6982%2024.8502%2018.3999%2024.0583C17.6608%2024.0343%2016.9269%2023.8314%2016.2651%2023.4324L15.9868%2023.2488C14.7017%2022.3273%2014.0637%2020.8292%2014.1558%2019.3123C12.4819%2020.1344%2010.4303%2020.0836%208.73584%2019.0417L8.40186%2018.8201C7.49061%2018.1667%206.83467%2017.2938%206.44385%2016.3357C6.22657%2016.2277%206.01236%2016.1098%205.80713%2015.9626C5.0759%2015.4423%204.55862%2014.7331%204.26025%2013.9412C3.41575%2013.9137%202.5749%2013.6517%201.84814%2013.1306C-0.120698%2011.7228%20-0.576237%208.96516%200.774902%206.87085L0.911621%206.67065ZM43.6235%2032.3845C42.3734%2031.4917%2040.7209%2031.4976%2039.4185%2032.3113L37.9683%2033.2166L37.5864%2034.8552C37.2587%2036.2572%2037.6991%2037.7233%2038.7837%2038.6355L39.0093%2038.8103L39.0103%2038.8113C39.5334%2039.1863%2040.1321%2039.3998%2040.7466%2039.4626L41.0103%2039.4802L41.5122%2039.4958L41.689%2039.9646C41.9071%2040.5438%2042.2618%2041.0644%2042.7505%2041.4724L42.9683%2041.6404L42.9702%2041.6423C43.0497%2041.6993%2043.1328%2041.7525%2043.2212%2041.8035L43.5034%2041.9539L43.7573%2042.0789L43.8647%2042.3416C44.2049%2043.1753%2044.7741%2043.9327%2045.5649%2044.4998C46.2609%2044.9986%2047.0415%2045.2879%2047.8325%2045.3845L48.1724%2045.4148L48.4731%2045.4304L48.6792%2045.6482C48.8337%2045.812%2049.0039%2045.9646%2049.1929%2046.1003C49.7223%2046.477%2050.319%2046.691%2050.9321%2046.7537L51.1958%2046.7712L51.6958%2046.7869L51.8726%2047.2556C52.0907%2047.8349%2052.4462%2048.3554%2052.9351%2048.7634L53.1519%2048.9314L53.1548%2048.9333C53.2344%2048.9904%2053.3182%2049.0434%2053.4067%2049.0945L53.689%2049.2429L53.9419%2049.3699L54.0493%2049.6316C54.3894%2050.4652%2054.9579%2051.2228%2055.7485%2051.7898L55.9565%2051.9304C58.1309%2053.3283%2061.0045%2052.8089%2062.4839%2050.7429C64.0105%2048.6105%2063.4967%2045.6017%2061.3013%2044.031V44.03C60.5312%2043.478%2059.6597%2043.1865%2058.7896%2043.1257L58.4995%2043.1746L58.2271%2042.9031C58.0695%2042.7464%2057.9214%2042.6135%2057.7632%2042.4998L57.5327%2042.3474C56.9852%2042.0172%2056.3771%2041.8489%2055.7603%2041.8289L55.2603%2041.8123L55.0835%2041.3425C54.8349%2040.6825%2054.4076%2040.0996%2053.8081%2039.6716C53.6149%2039.5365%2053.413%2039.421%2053.2075%2039.3269L52.936%2039.2029L52.8247%2038.9236C52.4876%2038.08%2051.9142%2037.3209%2051.1177%2036.7498C50.3268%2036.1827%2049.4293%2035.8871%2048.5356%2035.8376L48.2515%2035.823L48.0483%2035.6218C47.8905%2035.4648%2047.743%2035.3304%2047.5845%2035.2166C46.9795%2034.7861%2046.2865%2034.5685%2045.5815%2034.5457L45.0815%2034.53L44.9048%2034.0613C44.6556%2033.3996%2044.2273%2032.8139%2043.6255%2032.3855L43.6235%2032.3845ZM6.89014%206.09351C5.22115%204.88722%202.81233%205.30457%201.521%207.10718C0.230321%208.90928%200.611981%2011.3256%202.28369%2012.5212L2.28467%2012.5222C2.80789%2012.8973%203.4064%2013.1098%204.021%2013.1726L4.28467%2013.1902L4.78564%2013.2078L4.9624%2013.6755C5.18057%2014.2548%205.53605%2014.7753%206.0249%2015.1833L6.2417%2015.3513L6.24365%2015.3533C6.32343%2015.4105%206.40781%2015.4633%206.49658%2015.5144L6.77783%2015.6638L7.03174%2015.7898L7.13818%2016.0525C7.47824%2016.8862%208.0477%2017.6427%208.83838%2018.2097H8.8374C10.3605%2019.2983%2012.28%2019.3973%2013.8237%2018.6394L14.9819%2018.071L14.9038%2019.3582C14.8262%2020.6372%2015.3634%2021.8786%2016.4214%2022.6384L16.6519%2022.7898C17.1992%2023.1199%2017.8067%2023.2883%2018.4233%2023.3083L18.9243%2023.325L19.1011%2023.7937C19.3192%2024.373%2019.6747%2024.8935%2020.1636%2025.3015L20.3804%2025.4695L20.3823%2025.4714C21.0893%2025.9783%2021.9229%2026.1895%2022.7563%2026.1375L23.5239%2026.0896L23.5532%2026.8562C23.6185%2028.5333%2024.4501%2030.1982%2025.9644%2031.2839C27.2951%2032.2379%2028.882%2032.5455%2030.3413%2032.2791L30.8901%2032.1785L31.1431%2032.6746C31.4012%2033.1793%2031.7722%2033.6287%2032.2524%2033.9734C33.5024%2034.8663%2035.155%2034.8611%2036.4575%2034.0476L37.9067%2033.1414L38.2915%2031.5037C38.6412%2030.0082%2038.1154%2028.439%2036.8677%2027.5476L36.8667%2027.5466C36.3862%2027.2021%2035.8418%2026.9961%2035.2778%2026.9148L34.7251%2026.8357L34.644%2026.283C34.425%2024.8127%2033.6225%2023.4125%2032.2876%2022.4587L32.2866%2022.4578C30.7737%2021.373%2028.9343%2021.124%2027.3218%2021.6003L26.5835%2021.8191L26.3853%2021.075C26.171%2020.2726%2025.7013%2019.5555%2024.9927%2019.0466L24.7622%2018.8943C24.2149%2018.5642%2023.6073%2018.3958%2022.9907%2018.3757L22.4897%2018.3591L22.313%2017.8904C22.0637%2017.2286%2021.6356%2016.6429%2021.0337%2016.2146H21.0327C19.9684%2015.4549%2018.617%2015.347%2017.4341%2015.8328L16.2407%2016.322L16.4048%2015.0427C16.624%2013.3379%2015.9113%2011.5498%2014.3892%2010.4617H14.3872C13.5963%209.89459%2012.6988%209.59904%2011.8052%209.54956L11.521%209.53491L11.3179%209.33276C11.1602%209.1759%2011.0124%209.04228%2010.854%208.92847L10.6235%208.77612C10.0761%208.44594%209.46782%208.2776%208.85107%208.25757L8.35107%208.24097L8.17432%207.77319C7.92509%207.11145%207.49689%206.52578%206.89502%206.09741L6.89014%206.09351ZM29.0679%202.03784C30.5651%20-0.112167%2033.4179%20-0.646571%2035.4399%200.844482C36.169%201.37821%2036.6858%202.10413%2036.9858%202.91284C37.8256%202.94448%2038.6589%203.21502%2039.3882%203.74878C40.2442%204.3802%2040.8113%205.26811%2041.0708%206.24976C42.885%205.70728%2044.954%206.00459%2046.6558%207.25952C48.1572%208.3628%2049.067%209.98242%2049.3208%2011.6814C49.9922%2011.7837%2050.6482%2012.0397%2051.231%2012.4695C52.6279%2013.4998%2053.264%2015.2261%2053.0308%2016.906C53.4219%2016.7085%2053.8455%2016.567%2054.2983%2016.4919C56.8068%2016.0763%2059.1868%2017.8316%2059.6138%2020.408L59.6479%2020.6492C59.9346%2023.1342%2058.2752%2025.4262%2055.8452%2025.8289L55.6118%2025.8611C53.2693%2026.1249%2051.0897%2024.5181%2050.5767%2022.1521L50.5317%2021.9128C50.4553%2021.4513%2050.449%2021.0014%2050.5005%2020.5613C49.0255%2021.3415%2047.2226%2021.2839%2045.8159%2020.2507C45.2331%2019.8208%2044.7858%2019.2636%2044.4761%2018.6462C42.9364%2018.928%2041.271%2018.6261%2039.8354%2017.6775L39.5513%2017.4792C37.8498%2016.2243%2036.9037%2014.3028%2036.8218%2012.3621C35.836%2012.4209%2034.8339%2012.1602%2033.978%2011.5291C33.2487%2010.9952%2032.7321%2010.2687%2032.4321%209.45972L32.4282%209.46558C31.6933%209.43787%2030.9629%209.22801%2030.3032%208.81812L30.0259%208.62964C28.0628%207.18552%2027.5992%204.37137%2028.9331%202.24194L29.0679%202.03784ZM34.9946%201.448C33.3369%200.225608%2030.9569%200.637195%2029.6831%202.46655C28.4025%204.30586%2028.793%206.7914%2030.4692%208.02515L30.6987%208.18042C31.1262%208.44612%2031.589%208.60683%2032.062%208.67651L32.6353%207.85229L33.1353%209.19897C33.3882%209.88087%2033.8192%2010.4824%2034.4204%2010.9226L34.4233%2010.9246C35.1289%2011.4449%2035.9548%2011.663%2036.7769%2011.614L37.5396%2011.5671L37.5718%2012.3298C37.6444%2014.0524%2038.4852%2015.7604%2039.9976%2016.8757C41.3253%2017.8546%2042.8988%2018.1717%2044.3403%2017.908L44.894%2017.8074L45.146%2018.3103C45.4069%2018.8304%2045.7803%2019.292%2046.2603%2019.6462L46.481%2019.7966C47.6046%2020.502%2048.9885%2020.5117%2050.1499%2019.8972L51.4116%2019.2302L51.2456%2020.6482C51.2018%2021.0226%2051.2067%2021.4025%2051.271%2021.7908C51.6337%2023.9776%2053.6429%2025.4331%2055.7231%2025.0886C57.8035%2024.7438%2059.2356%2022.7181%2058.8735%2020.531C58.5111%2018.3437%2056.502%2016.8875%2054.4214%2017.2322C54.0445%2017.2947%2053.6933%2017.412%2053.3687%2017.5759L52.0903%2018.2205L52.2876%2016.8035C52.4868%2015.3699%2051.9409%2013.9262%2050.7856%2013.074C50.3059%2012.7201%2049.7653%2012.5075%2049.2075%2012.4226L48.6606%2012.3396L48.5786%2011.7927C48.353%2010.2823%2047.5444%208.8446%2046.2114%207.86499L46.2104%207.86401C44.7013%206.75097%2042.8775%206.49252%2041.2856%206.96851L40.5435%207.19019L40.3452%206.44116C40.1265%205.61413%2039.6529%204.87727%2038.9448%204.35425L38.7153%204.198C38.1696%203.8588%2037.5666%203.68579%2036.9575%203.66284L36.4565%203.64331L36.2827%203.17358C36.0297%202.49154%2035.599%201.88922%2034.9976%201.44897L34.9946%201.448Z%22%20fill%3D%22%23FF89EF%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#facilities"].contentblock:after {
	width: 44.33px;
	height: 45.002px;
	left: -9px;
	top: -14px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2267%22%20viewBox%3D%220%200%2066%2067%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M33.8379%2054.5439L46.1074%2049.8242L50.7578%2062.2793L38.4883%2067L33.8379%2054.5449L21.5693%2059.2656L16.9189%2046.8105L29.1885%2042.0898L33.8379%2054.5439ZM34.7998%2054.9785L38.9258%2066.0283L49.7959%2061.8457L45.6699%2050.7959L34.7998%2054.9785ZM17.8809%2047.2441L22.0068%2058.2939L32.877%2054.1113L28.751%2043.0615L17.8809%2047.2441ZM16.9199%2046.8066L4.65039%2051.5273L0%2039.0723L12.2695%2034.3516L16.9199%2046.8066ZM0.961914%2039.5059L5.08789%2050.5557L15.958%2046.373L11.832%2035.3232L0.961914%2039.5059ZM58.3789%2045.1016L46.1094%2049.8223L41.459%2037.3672L53.7285%2032.6465L58.3789%2045.1016ZM42.4209%2037.8008L46.5469%2048.8506L57.417%2044.668L53.291%2033.6182L42.4209%2037.8008ZM24.5342%2029.6309L12.2646%2034.3516L7.61426%2021.8965L19.8838%2017.1758L24.5342%2029.6309ZM8.57617%2022.3301L12.7021%2033.3799L23.5723%2029.1973L19.4463%2018.1475L8.57617%2022.3301ZM49.0801%2020.1865L61.3496%2015.4668L66%2027.9219L53.7305%2032.6426L49.0801%2020.1875L36.8115%2024.9082L32.1611%2012.4531L44.4307%207.73242L49.0801%2020.1865ZM50.042%2020.6211L54.168%2031.6709L65.0381%2027.4883L60.9121%2016.4385L50.042%2020.6211ZM33.123%2012.8867L37.249%2023.9365L48.1191%2019.7539L43.9932%208.7041L33.123%2012.8867ZM32.1553%2012.4551L19.8857%2017.1758L15.2354%204.7207L27.5049%200L32.1553%2012.4551ZM16.1973%205.1543L20.3232%2016.2041L31.1934%2012.0215L27.0674%200.97168L16.1973%205.1543Z%22%20fill%3D%22%2300A0FF%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#emaf"].contentblock:after {
	width: 62.133px;
	height: 39.366px;
	left: -12px;
	top: -12px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2254%22%20viewBox%3D%220%200%2085%2054%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M37.6184%2042.0594C40.0301%2041.3366%2042.5777%2042.6916%2043.3059%2045.0848L43.3684%2045.3094C43.948%2047.6343%2042.5925%2050.0291%2040.2561%2050.7294L30.9905%2053.5067L30.7649%2053.5682C28.4222%2054.1437%2026.0104%2052.7988%2025.3049%2050.4803L25.2424%2050.2557C24.6816%2048.006%2025.9315%2045.6908%2028.1301%2044.9091L28.3528%2044.8368L37.6184%2042.0594ZM42.5881%2045.3007C41.9819%2043.3079%2039.8565%2042.172%2037.8372%2042.7772L28.5715%2045.5536C26.5524%2046.159%2025.4165%2048.2729%2026.0227%2050.2655C26.629%2052.258%2028.7535%2053.394%2030.7727%2052.7889L40.0383%2050.0116C42.0574%2049.4063%2043.194%2047.2932%2042.5881%2045.3007ZM57.6917%2036.0067C60.1033%2035.2839%2062.6509%2036.6389%2063.3792%2039.0321L63.4417%2039.2567C64.0213%2041.5816%2062.6658%2043.9763%2060.3293%2044.6766L51.0637%2047.454L50.8381%2047.5155C48.4955%2048.0909%2046.0836%2046.746%2045.3782%2044.4276L45.3157%2044.203C44.7549%2041.9532%2046.0047%2039.6381%2048.2034%2038.8563L48.426%2038.7841L57.6917%2036.0067ZM62.6614%2039.2479C62.0551%2037.2552%2059.9297%2036.1192%2057.9104%2036.7245L48.6448%2039.5009C46.6256%2040.1062%2045.4897%2042.2201%2046.0959%2044.2128C46.7023%2046.2052%2048.8268%2047.3413%2050.8459%2046.7362L60.1116%2043.9589C62.1306%2043.3536%2063.2672%2041.2404%2062.6614%2039.2479ZM78.8694%2029.7782C81.2811%2029.0553%2083.8287%2030.4104%2084.5569%2032.8036L84.6194%2033.0282C85.199%2035.3531%2083.8435%2037.7478%2081.5071%2038.4481L72.2415%2041.2255L72.0159%2041.287C69.6732%2041.8624%2067.2614%2040.5175%2066.5559%2038.1991L66.4934%2037.9745C65.9326%2035.7247%2067.1825%2033.4095%2069.3811%2032.6278L69.6038%2032.5555L78.8694%2029.7782ZM83.8391%2033.0194C83.2329%2031.0267%2081.1075%2029.8907%2079.0881%2030.496L69.8225%2033.2723C67.8033%2033.8777%2066.6675%2035.9916%2067.2737%2037.9843C67.88%2039.9767%2070.0045%2041.1127%2072.0237%2040.5077L81.2893%2037.7303C83.3083%2037.1251%2084.445%2035.0119%2083.8391%2033.0194ZM25.0637%2027.2665C27.4754%2026.5436%2030.023%2027.8987%2030.7512%2030.2919L30.8137%2030.5165C31.3933%2032.8414%2030.0378%2035.2361%2027.7014%2035.9364L18.4358%2038.7137L18.2102%2038.7753C15.8675%2039.3507%2013.4557%2038.0058%2012.7502%2035.6874L12.6877%2035.4628C12.1269%2033.213%2013.3768%2030.8978%2015.5754%2030.1161L15.7981%2030.0438L25.0637%2027.2665ZM30.0334%2030.5077C29.4272%2028.515%2027.3018%2027.379%2025.2825%2027.9843L16.0168%2030.7606C13.9977%2031.366%2012.8618%2033.4799%2013.468%2035.4725C14.0743%2037.465%2016.1988%2038.601%2018.218%2037.996L27.4836%2035.2186C29.5027%2034.6133%2030.6393%2032.5002%2030.0334%2030.5077ZM45.1379%2021.2137C47.5496%2020.4909%2050.0972%2021.8459%2050.8254%2024.2391L50.8879%2024.4637C51.4676%2026.7886%2050.1121%2029.1834%2047.7756%2029.8837L38.51%2032.661L38.2844%2032.7225C35.9417%2033.298%2033.5299%2031.9531%2032.8245%2029.6346L32.762%2029.41C32.2012%2027.1602%2033.451%2024.8451%2035.6497%2024.0634L35.8723%2023.9911L45.1379%2021.2137ZM50.1077%2024.455C49.5014%2022.4622%2047.376%2021.3263%2045.3567%2021.9315L36.0911%2024.7079C34.0719%2025.3133%2032.936%2027.4272%2033.5422%2029.4198C34.1486%2031.4123%2036.2731%2032.5483%2038.2922%2031.9432L47.5579%2029.1659C49.5769%2028.5606%2050.7135%2026.4475%2050.1077%2024.455ZM66.3157%2014.9852C68.7274%2014.2624%2071.2749%2015.6174%2072.0032%2018.0106L72.0657%2018.2352C72.6453%2020.5601%2071.2898%2022.9549%2068.9534%2023.6552L59.6877%2026.4325L59.4622%2026.494C57.1195%2027.0694%2054.7076%2025.7246%2054.0022%2023.4061L53.9397%2023.1815C53.3789%2020.9317%2054.6287%2018.6166%2056.8274%2017.8348L57.05%2017.7626L66.3157%2014.9852ZM71.2854%2018.2264C70.6791%2016.2337%2068.5538%2015.0977%2066.5344%2015.703L57.2688%2018.4794C55.2496%2019.0847%2054.1137%2021.1986%2054.72%2023.1913C55.3263%2025.1838%2057.4508%2026.3198%2059.47%2025.7147L68.7356%2022.9374C70.7546%2022.3321%2071.8912%2020.2189%2071.2854%2018.2264ZM12.51%2012.4755C14.9217%2011.7526%2017.4693%2013.1077%2018.1975%2015.5009L18.26%2015.7255C18.8396%2018.0504%2017.4841%2020.4451%2015.1477%2021.1454L5.88208%2023.9227L5.65649%2023.9843C3.31382%2024.5597%200.90198%2023.2148%200.196533%2020.8964L0.134033%2020.6718C-0.42677%2018.422%200.823078%2016.1068%203.02173%2015.3251L3.24438%2015.2528L12.51%2012.4755ZM17.4797%2015.7167C16.8735%2013.7239%2014.7481%2012.588%2012.7288%2013.1932L3.46313%2015.9696C1.44395%2016.575%200.308081%2018.6889%200.914307%2020.6815C1.52064%2022.674%203.64512%2023.81%205.66431%2023.205L14.9299%2020.4276C16.949%2019.8223%2018.0856%2017.7092%2017.4797%2015.7167ZM32.5862%206.42273C34.9979%205.69987%2037.5455%207.05492%2038.2737%209.44812L38.3362%209.67273C38.9158%2011.9976%2037.5603%2014.3924%2035.2239%2015.0927L25.9583%2017.87L25.7327%2017.9315C23.39%2018.5069%2020.9782%2017.1621%2020.2727%2014.8436L20.2102%2014.619C19.6494%2012.3692%2020.8992%2010.0541%2023.0979%209.27234L23.3206%209.20007L32.5862%206.42273ZM37.5559%209.66394C36.9497%207.67121%2034.8243%206.53524%2032.8049%207.1405L23.5393%209.91687C21.5201%2010.5222%2020.3843%2012.6361%2020.9905%2014.6288C21.5968%2016.6213%2023.7213%2017.7573%2025.7405%2017.1522L35.0061%2014.3749C37.0251%2013.7696%2038.1617%2011.6564%2037.5559%209.66394ZM53.762%200.194214C56.1736%20-0.528645%2058.7212%200.826404%2059.4495%203.2196L59.512%203.44421C60.0916%205.7691%2058.7361%208.16384%2056.3997%208.86414L47.134%2011.6415L46.9084%2011.703C44.5658%2012.2784%2042.1539%2010.9335%2041.4485%208.61511L41.386%208.3905C40.8252%206.14072%2042.075%203.82556%2044.2737%203.04382L44.4963%202.97156L53.762%200.194214ZM58.7317%203.43542C58.1254%201.4427%2056.0001%200.306725%2053.9807%200.911987L44.7151%203.68835C42.6959%204.29372%2041.56%206.40763%2042.1663%208.40027C42.7726%2010.3927%2044.8971%2011.5288%2046.9163%2010.9237L56.1819%208.14636C58.2009%207.54108%2059.3375%205.42792%2058.7317%203.43542Z%22%20fill%3D%22%23FF8000%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#contact"].contentblock:after {
	width: 52.864px;
	height: 37.252px;
	left: -8px;
	top: -11px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2283%22%20height%3D%2258%22%20viewBox%3D%220%200%2083%2058%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M74.4424%208.68457L66.4824%2010.5859L68.2109%2017.8213L76.1709%2015.9199L78.2461%2024.6045L70.2842%2026.5068L72.0127%2033.7422L79.9756%2031.8398L82.0508%2040.5244L73.3662%2042.5996L71.4639%2034.6377L64.2266%2036.3672L66.1299%2044.3291L57.4453%2046.4043L55.543%2038.4434L48.3076%2040.1719L50.2109%2048.1338L41.5264%2050.209L39.624%2042.2471L32.3867%2043.9766L34.2891%2051.9365L25.6045%2054.0117L23.7021%2046.0527L16.4668%2047.7812L18.3691%2055.7432L9.68457%2057.8184L7.60938%2049.1338L15.5693%2047.2314L13.8408%2039.9941L5.87988%2041.8965L3.80469%2033.2119L11.7646%2031.3096L10.0361%2024.0742L2.0752%2025.9766L0%2017.292L8.68457%2015.2168L10.5859%2023.1768L17.8232%2021.4482L15.9209%2013.4873L24.6055%2011.4121L26.5068%2019.3721L33.7422%2017.6436L31.8408%209.68262L40.5254%207.60742L42.4268%2015.5674L49.6621%2013.8389L47.7607%205.87988L56.4453%203.80469L58.3467%2011.7637L65.584%2010.0342L63.6826%202.0752L72.3672%200L74.4424%208.68457ZM8.5127%2049.6885L10.2402%2056.9141L17.4648%2055.1875L15.7383%2047.9619L8.5127%2049.6885ZM24.4326%2045.8818L26.1602%2053.1074L33.3848%2051.3809L31.6582%2044.1553L24.4326%2045.8818ZM40.3545%2042.0791L42.082%2049.3047L49.3066%2047.5781L47.5801%2040.3525L40.3545%2042.0791ZM14.5713%2039.8252L16.2988%2047.0508L23.5234%2045.3242L21.7969%2038.0986L14.5713%2039.8252ZM56.2734%2038.2744L58.001%2045.5L65.2256%2043.7734L63.499%2036.5479L56.2734%2038.2744ZM22.5244%2037.918L24.2539%2045.1533L31.4883%2043.4248L29.7598%2036.1895L22.5244%2037.918ZM30.4902%2036.0205L32.2178%2043.2461L39.4424%2041.5195L37.7158%2034.2939L30.4902%2036.0205ZM72.1943%2034.4697L73.9219%2041.6953L81.1465%2039.9688L79.4199%2032.7432L72.1943%2034.4697ZM38.4443%2034.1133L40.1729%2041.3516L47.4102%2039.6221L45.6816%2032.3838L38.4443%2034.1133ZM4.70801%2033.7666L6.43555%2040.9922L13.6602%2039.2656L11.9336%2032.04L4.70801%2033.7666ZM46.4121%2032.2158L48.1396%2039.4414L55.3643%2037.7148L53.6377%2030.4893L46.4121%2032.2158ZM12.6621%2031.8613L14.3906%2039.0967L21.627%2037.3682L19.8984%2030.1328L12.6621%2031.8613ZM54.3662%2030.3105L56.0947%2037.5459L63.3291%2035.8174L61.5996%2028.582L54.3662%2030.3105ZM20.6289%2029.9619L22.3564%2037.1875L29.5811%2035.4609L27.8545%2028.2354L20.6289%2029.9619ZM62.3301%2028.4111L64.0576%2035.6367L71.2822%2033.9102L69.5557%2026.6846L62.3301%2028.4111ZM28.583%2028.0566L30.3115%2035.292L37.5469%2033.5635L35.8184%2026.3271L28.583%2028.0566ZM36.5488%2026.1572L38.2764%2033.3828L45.501%2031.6562L43.7744%2024.4307L36.5488%2026.1572ZM44.5029%2024.252L46.2314%2031.4873L53.4678%2029.7588L51.7393%2022.5234L44.5029%2024.252ZM10.7666%2023.9053L12.4941%2031.1309L19.7188%2029.4043L17.9922%2022.1787L10.7666%2023.9053ZM52.4697%2022.3545L54.1973%2029.5801L61.4219%2027.8535L59.6953%2020.6279L52.4697%2022.3545ZM18.7197%2021.998L20.4492%2029.2334L27.6836%2027.5049L25.9551%2020.2695L18.7197%2021.998ZM60.4238%2020.4473L62.1523%2027.6826L69.3877%2025.9531L67.6592%2018.7188L60.4238%2020.4473ZM26.6855%2020.1006L28.4131%2027.3262L35.6377%2025.5996L33.9111%2018.374L26.6855%2020.1006ZM68.3896%2018.5498L70.1172%2025.7754L77.3418%2024.0488L75.6152%2016.8232L68.3896%2018.5498ZM34.6396%2018.1934L36.3682%2025.4297L43.6055%2023.7002L41.877%2016.4639L34.6396%2018.1934ZM0.90332%2017.8467L2.63086%2025.0723L9.85547%2023.3457L8.12891%2016.1201L0.90332%2017.8467ZM42.6074%2016.2959L44.335%2023.5215L51.5596%2021.7949L49.833%2014.5693L42.6074%2016.2959ZM50.5615%2014.3906L52.29%2021.626L59.5264%2019.8965L57.7979%2012.6611L50.5615%2014.3906ZM16.8242%2014.042L18.5518%2021.2676L25.7764%2019.541L24.0498%2012.3154L16.8242%2014.042ZM58.5283%2012.4912L60.2559%2019.7168L67.4805%2017.9902L65.7539%2010.7646L58.5283%2012.4912ZM32.7441%2010.2373L34.4717%2017.4629L41.6963%2015.7363L39.9697%208.51074L32.7441%2010.2373ZM48.6641%206.43457L50.3916%2013.6602L57.6162%2011.9336L55.8896%204.70801L48.6641%206.43457ZM64.5859%202.62988L66.3135%209.85547L73.5381%208.12891L71.8115%200.90332L64.5859%202.62988Z%22%20fill%3D%22%2300B46E%22%2F%3E%0A%3C%2Fsvg%3E);
}

.college-tabs a[href="#location"].contentblock:after {
	width: 69.749px;
	height: 37.328px;
	left: -8px;
	top: -9px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2299%22%20height%3D%2252%22%20viewBox%3D%220%200%2099%2052%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24.416%200C31.4771%200.000143283%2037.8287%203.14649%2042.2832%208.16992C44.9074%208.3392%2047.3693%209.11675%2049.5381%2010.3652C52.0045%208.94546%2054.8499%208.13483%2057.8818%208.13477C62.5116%208.13489%2066.7069%2010.0242%2069.7803%2013.0889C72.8538%2010.0243%2077.0489%208.13477%2081.6787%208.13477C91.1159%208.13508%2098.7499%2015.9822%2098.75%2025.6416C98.75%2035.3011%2091.116%2043.1481%2081.6787%2043.1484C77.0489%2043.1484%2072.8538%2041.2589%2069.7803%2038.1943C66.7069%2041.259%2062.5116%2043.1483%2057.8818%2043.1484C54.8497%2043.1484%2052.0046%2042.3369%2049.5381%2040.917C47.3692%2042.1656%2044.9076%2042.943%2042.2832%2043.1123C37.8287%2048.1357%2031.4772%2051.2821%2024.416%2051.2822C10.9145%2051.2822%200.000197221%2039.7849%200%2025.6416C0%2011.4981%2010.9143%200%2024.416%200ZM24.416%200.75C11.3633%200.75%200.75%2011.8768%200.75%2025.6416C0.750197%2039.4063%2011.3634%2050.5322%2024.416%2050.5322C30.9903%2050.5321%2036.9443%2047.7082%2041.2363%2043.1475C41.2227%2043.1475%2041.209%2043.1484%2041.1953%2043.1484C31.7578%2043.1484%2024.123%2035.3013%2024.123%2025.6416C24.1231%2015.982%2031.7578%208.13477%2041.1953%208.13477C41.2093%208.13477%2041.2233%208.13473%2041.2373%208.13477C36.9453%203.57368%2030.9905%200.750138%2024.416%200.75ZM41.1953%208.88477C32.1901%208.88477%2024.8731%2016.3779%2024.873%2025.6416C24.873%2034.9054%2032.1901%2042.3984%2041.1953%2042.3984C41.4414%2042.3984%2041.6862%2042.391%2041.9297%2042.3799C43.2219%2040.8853%2044.3439%2039.2249%2045.2627%2037.4316C42.4962%2034.3191%2040.8096%2030.1807%2040.8096%2025.6416C40.8096%2021.1023%2042.4959%2016.9632%2045.2627%2013.8506C44.344%2012.0576%2043.2227%2010.3968%2041.9307%208.90234C41.6869%208.89122%2041.4417%208.88478%2041.1953%208.88477ZM57.8818%208.88477C55.1353%208.88483%2052.5462%209.58269%2050.2734%2010.8145C55.0767%2013.9143%2058.2666%2019.3988%2058.2666%2025.6416C58.2666%2031.8844%2055.0767%2037.369%2050.2734%2040.4688C52.5462%2041.7005%2055.1353%2042.3984%2057.8818%2042.3984C62.3042%2042.3983%2066.3185%2040.5899%2069.2598%2037.6533C66.3744%2034.517%2064.6064%2030.2894%2064.6064%2025.6416C64.6065%2020.9936%2066.3741%2016.7653%2069.2598%2013.6289C66.3186%2010.6926%2062.304%208.88489%2057.8818%208.88477ZM81.6787%208.88477C77.2563%208.88477%2073.2413%2010.6923%2070.2998%2013.6289C73.1855%2016.7653%2074.9531%2020.9935%2074.9531%2025.6416C74.9531%2030.2895%2073.1852%2034.5169%2070.2998%2037.6533C73.2413%2040.5902%2077.256%2042.3984%2081.6787%2042.3984C90.6837%2042.3981%2098%2034.9052%2098%2025.6416C97.9999%2016.3781%2090.6837%208.88508%2081.6787%208.88477ZM45.8027%2038.0137C44.9984%2039.544%2044.0498%2040.9786%2042.9756%2042.2979C45.0604%2042.0654%2047.0272%2041.4295%2048.8018%2040.4678C47.7135%2039.7653%2046.7069%2038.9421%2045.8027%2038.0137ZM49.5381%2011.2383C48.2977%2011.9972%2047.1627%2012.9194%2046.1631%2013.9775C47.8687%2017.4782%2048.8311%2021.4432%2048.8311%2025.6416C48.831%2029.8397%2047.8685%2033.8043%2046.1631%2037.3047C47.1627%2038.3629%2048.2976%2039.2849%2049.5381%2040.0439C54.313%2037.1222%2057.5166%2031.7702%2057.5166%2025.6416C57.5166%2019.5129%2054.3132%2014.16%2049.5381%2011.2383ZM69.7793%2014.1719C67.0373%2017.1683%2065.3565%2021.2016%2065.3564%2025.6416C65.3564%2030.0814%2067.0376%2034.1139%2069.7793%2037.1104C72.5213%2034.1139%2074.2031%2030.0818%2074.2031%2025.6416C74.2031%2021.2012%2072.5216%2017.1684%2069.7793%2014.1719ZM45.6211%2014.5811C43.094%2017.5308%2041.5596%2021.4005%2041.5596%2025.6416C41.5596%2029.8822%2043.0935%2033.7516%2045.6201%2036.7012C47.1935%2033.3706%2048.081%2029.6167%2048.0811%2025.6416C48.0811%2021.6664%2047.1945%2017.9118%2045.6211%2014.5811ZM42.9766%208.98438C44.0506%2010.3035%2044.9985%2011.7385%2045.8027%2013.2686C46.7069%2012.3402%2047.7135%2011.5168%2048.8018%2010.8145C47.0275%209.853%2045.0609%209.21689%2042.9766%208.98438Z%22%20fill%3D%22%23FFBB00%22%2F%3E%0A%3C%2Fsvg%3E);
}

html[lang="en-US"] .college-tabs a[href="#about"].contentblock:after {
	left: 0px;
}
html[lang="en-US"] .college-tabs a[href="#history"].contentblock:after {
	left: 3px;
}
html[lang="en-US"] .college-tabs a[href="#faculty-staff"].contentblock:after {
	left: 13px;
}
html[lang="en-US"] .college-tabs a[href="#research-center"].contentblock:after {
	left: 24px;
}
html[lang="en-US"] .college-tabs a[href="#international"].contentblock:after {
	left: 3px;
}
html[lang="en-US"] .college-tabs a[href="#ewha-art-center"].contentblock:after {
	left: 28px;
}
html[lang="en-US"] .college-tabs a[href="#facilities"].contentblock:after {
	left: 3px;
}
html[lang="en-US"] .college-tabs a[href="#emaf"].contentblock:after {
	left: -13px;
}
html[lang="en-US"] .college-tabs a[href="#contact"].contentblock:after {
	left: -3px;
}
html[lang="en-US"] .college-tabs a[href="#location"].contentblock:after {
	left: -9px;
}

#history .note-line p.wp-block-paragraph + p {
	border-top: 1px solid #000;
}

#faculty-staff .wp-block-accordion-panel {
	padding-bottom: 20px;
	display: none;
}

#faculty-staff .wp-block-accordion-item.is-open .wp-block-accordion-panel {
	display: block
}

#faculty-staff .wp-block-columns {
	border-top: 1px solid
}

#faculty-staff .pop-grid {
	display: grid!important;
	grid-template-columns: 1fr 1fr 2fr 50px;
	grid-template-rows: 55px;
	border: 1px solid #000;
	background: #fff;
	position: relative;

	width: calc(60% - 48px);
	min-width: 70vw;
}

#faculty-staff .pop-grid:after {
	content:'';
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	height: 100px;
	display: block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 11.55%, #FFF 87.88%);
}

#faculty-staff .pop-grid .wp-block-paragraph {
	padding: 10px;
}

#faculty-staff .pop-img {
	grid-column: 1/2;
	grid-row: 1/3;
	margin: 0;
	padding: 10px;
	border-right: 1px solid;
}

#faculty-staff .pop-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

#faculty-staff .pop-name {
	grid-column: 2/3;
	grid-row: 1/2;
	border-right: 1px solid;
}

#faculty-staff .pop-sub {
	grid-column: 3/4;
	grid-row: 1/2;
}

#faculty-staff .pop-close {
	grid-column: 4/5;
	grid-row: 1/2;
}

#faculty-staff .pop-desc {
	grid-column: 2/5;
	grid-row: 2/3;
	border-top: 1px solid;
	word-break: break-all
}

#faculty-staff .pop-desc a {
	display: inline;
}

#faculty-staff .pop-desc .icon-wrapper {
	display: inline-flex; align-items: center; vertical-align: middle;
}

#faculty-staff .pop-cont {
	grid-column: 1/5;
	grid-row: 3/4;
	border-top: 1px solid;
	max-height: 40vh;
	min-height: 40vh;
	overflow: scroll;
	padding-bottom: 50px!important;
}

#faculty-staff .pop-cont.wp-block-paragraph {
	padding-bottom: 60px;
}

#faculty-staff .pop-cate {
	border-top: 1px solid #000
}

.popup-btn {
	cursor: pointer;
	display:grid;
	grid-template-columns: 1fr 2fr 2fr;
	gap: 20px
}

.popup-close {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0;
}
.popup-close img {
	width: 22px;
	height: 22px;
}
.popup-modal {
	display: none!important
}
.popup-modal.active {
	display: flex!important;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
}

#contact .wp-block-columns {
	gap: 0px;
}

#contact .blank {
	position: relative
}

#contact .blank:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 100%;
	background: #fff;
}

#contact .popup-btn {
	grid-template-columns: 1fr;
}


#faculty-staff .wp-block-accordion:first-child .wp-block-accordion-heading__toggle,
#research-center .wp-block-accordion:first-child .wp-block-accordion-heading__toggle{
	border: none
}

#research-center .wp-block-accordion-panel > .wp-block-columns:first-child,
#research-center .wp-block-accordion-panel > *:first-child,
#location .wp-block-accordion-panel > .wp-block-columns:first-child,
#location .wp-block-accordion-panel > *:first-child {
	border-top: 1px solid #000!important
}

@media (min-width: 1200px) {
	#faculty-staff .pop-grid {
		min-width: 60vw;
	}
}

@media (min-width:782px) {
	.college-tabs {
		position: relative;
	}
	
	.college-tabs ul {
		overflow: unset;
		white-space: nowrap;
	}
	
	.college-tabs a.contentblock:after {
		background-size: 100%
	}

	.college-tabs a[href="#about"].contentblock:after {
		width: 64.111px;
		height: 57.976px;
		left: -15px;
		top: -16px;
		transform: rotate(0)
	}
	.college-tabs a[href="#history"].contentblock:after {
		width: 66px;
		height: 67px;
		left: -15px;
		top: -20px;
	}
	.college-tabs a[href="#faculty-staff"].contentblock:after {
		width: 84.753px;
		height: 53.701px;
		left: -16px;
		top: -14px;
	}
	.college-tabs a[href="#research-center"].contentblock:after {
		width: 82.051px;
		height: 57.818px;
		left: -16px;
		top: -17px;
	}
	.college-tabs a[href="#international"].contentblock:after {
		width: 98.75px;
		height: 52px;
		left: -16px;
		top: -14px;
	}
	.college-tabs a[href="#ewha-art-center"].contentblock:after {
		width: 64.111px;
		height: 57.976px;
		left: 15px;
		top: -15px;
		transform: rotate(0);
	}
	.college-tabs a[href="#facilities"].contentblock:after {
		width: 66px;
		height: 67px;
		left: -15px;
		top: -20px;
	}
	.college-tabs a[href="#emaf"].contentblock:after {
		width: 84.753px;
		height: 54px;
		left: -19px;
		top: -14px;
	}
	.college-tabs a[href="#contact"].contentblock:after {
		width: 82.051px;
		height: 57.818px;
		left: -16px;
		top: -17px;
	}
	.college-tabs a[href="#location"].contentblock:after {
		width: 98.75px;
		height: 52px;
		left: -18px;
		top: -14px;
	}
	
	html[lang="en-US"] .college-tabs a[href="#about"].contentblock:after {
		left: -8px;
	}
	html[lang="en-US"] .college-tabs a[href="#history"].contentblock:after {
		left: -3px;
	}
	html[lang="en-US"] .college-tabs a[href="#faculty-staff"].contentblock:after {
		left: 18px;
	}
	html[lang="en-US"] .college-tabs a[href="#research-center"].contentblock:after {
		left: 28px;
	}
	html[lang="en-US"] .college-tabs a[href="#international"].contentblock:after {
		left: 3px;
	}
	html[lang="en-US"] .college-tabs a[href="#ewha-art-center"].contentblock:after {
		left: 36px;
	}
	html[lang="en-US"] .college-tabs a[href="#facilities"].contentblock:after {
		left: 0;
	}
	html[lang="en-US"] .college-tabs a[href="#emaf"].contentblock:after {
		left: -17px;
	}
	html[lang="en-US"] .college-tabs a[href="#contact"].contentblock:after {
		left: -8px;
	}
	html[lang="en-US"] .college-tabs a[href="#location"].contentblock:after {
		left: -14px;
	}
	
	#faculty-staff.wp-block-columns {
		display: flex;
		align-items: normal;
	}
	
	#faculty-staff .pop-grid p {
		padding: 10px;
	}
	
	#contact .popup-btn {
		cursor: default
	}
	
	#contact .popup-modal {
		display: block!important
	}

	#contact .blank p {
		font-size: 0
	}
	
	.prof-category-section {
		display:grid;
		grid-template-columns: 1fr 5fr;
	}

}

@media (max-width:781px) {	
	.college .wp-block-columns.inner {
		min-height: calc(100vh - 200px);
		border: none;
		padding-top: 10px;
	}
	
	.college .wp-block-columns.link {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid
	}
	
	.college .page-wrapper > div {
		display: none;
	}
	
	.college .page-wrapper > div.contentblock {
		display: block !important;
	}
	
	.college .page-type-tabs ul:before {
		content: '';
		display: inline-block;
		width: 16px;
		height: calc(100% - 2px);
		background: linear-gradient(90deg, #FFF 30%, rgba(255, 255, 255, 0.00) 100%);
		z-index: 1;
		position: absolute;
		left: 0;
	}
	.college .page-type-tabs ul:after {
		content: '';
		display: inline-block;
		width: 80px;
		height: calc(100% - 2px);
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 25%);
		position: absolute;
		right: 0;
	}
	
	#history .wp-block-columns,
	#contact .wp-block-columns,
	#location .wp-block-columns>.wp-block-column>.wp-block-columns {
		flex-flow: nowrap!important
	}
	#history .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
	#contact .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 25%!important;
	}
	#history .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2),
	#contact .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2){
		flex-basis: 75%!important;
	}
	
	#faculty-staff .pop-grid {
		grid-template-columns: 3fr 4fr 1fr;
		grid-template-rows: 26px 32px;
		padding: 10px;
		gap: 0 10px;
		width: calc(100% - 32px);
	}
	#faculty-staff .pop-grid .wp-block-paragraph {
		padding: 4px 0px;
	}
	
	#faculty-staff .pop-cont.wp-block-paragraph {
		padding-bottom: 100px!important;
	}

	#faculty-staff .pop-img {
		grid-column: 1/2;
		grid-row: 1/4;
		padding: 0px;
		border-right: none;
	}
	#faculty-staff .pop-img img {
		padding-bottom: 10px;
	}
	#faculty-staff .pop-name {
		grid-column: 2/3;
		grid-row: 1/2;
		border-right: none;
	}
	#faculty-staff .pop-sub {
		grid-column: 2/4;
		grid-row: 2/3;
	}
	#faculty-staff .pop-close {
		grid-column: 3/4;
		grid-row: 1/2;
	}
	#faculty-staff .pop-desc {
		grid-column: 2/4;
		grid-row: 3/4;
		border-top: 1px solid;
	}
	#faculty-staff .pop-cont {
		grid-column: 1/4;
		grid-row: 4/5;
		border-top: 1px solid;
	}
	#faculty-staff .pop-email {
		font-size: 0;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#faculty-staff .pop-email:after {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('/wp-content/uploads/2026/02/info.png') no-repeat center;
		background-size: contain;
		position: absolute;
		right: 0;
		top: 12px;
	}
	#faculty-staff .popup-btn p {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 30px;
	}
	
	.pop-cate {
		color: #8C8C8C;
		line-height: 26px;
		padding: 10px 0;
		min-height: 46px;
	}
	
	.popup-btn {
		flex-wrap: nowrap!important;
		display: grid!important;
		grid-template-columns: 2fr 5fr 1fr;
		padding: 0;
		word-break: break-all;
	}
	.popup-btn .wp-block-paragraph {
		padding-right: 30px;
	}
	.popup-close {
		align-items: start;
		justify-content: end;
		margin: 0;
	}
	.popup-close img {
		width: 16px;
		height: 16px
	}
	
	.popup-wrap>div>.wp-block-columns {
		position: relative
	}
	.popup-wrap>div>.wp-block-columns:after {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('/wp-content/uploads/2026/02/info.png') no-repeat center;
		background-size: contain;
		position: absolute;
		top: 12px;
		right: 10px;
		z-index: -1;
	}
	
	#facilities .wp-block-paragraph,
	#contact .wp-block-paragraph {
		line-height: 26px
	}
	
	#contact .popup-btn {
		line-height: 26px;
		padding: 0
	}
	
	#contact .pop-grid-contact {
		background: #fff;
		border: 1px solid;
		width: calc(100% - 20px);
		display: grid;
		line-height: 26px;
		padding: 10px;
		position: relative;
	}
	
	#contact .pop-grid-contact .wp-block-column.pc-none {
		border-bottom: 1px solid;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	#contact .pop-contact .popup-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px
	}
	#contact .popup-modal .wp-block-paragraph {
		padding: 0;
		line-height: 26px!important;
	}
	
	#location .wp-block-accordion-panel > .wp-block-columns {
		display: grid;
		grid-template-columns: 2fr 6fr;
		gap: 0
	}
	#location .wp-block-accordion-panel > .wp-block-columns > .wp-block-column > .wp-block-columns {
		grid-template-columns: 2fr 4fr;
		display: grid;
		gap: 0
	}
	#location .wp-block-heading {
		line-height: 26px;
		padding: 10px 0;
		font-size: 14px;
	}
	#location .wp-block-paragraph {
		font-size: 14px
	}	
}

/* 입학학사 */
.admission #timetable {
	min-height: 100vh
}

.admission .wp-block-columns.inner {
	padding-top: .25rem;
}

.admission .wp-block-group {
	border-top: 1px solid;
	transition: .3s;
	position: relative;
	padding: 0 0 20px;
}

.admission .wp-block-column .wp-block-columns:first-child .wp-block-group {
	border-top: none
}

.admission .wp-block-group img {
	vertical-align: middle;
	padding-top: 6px
}

.admission .wp-block-image.size-full:after {
	content: '';
	display: block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NSIgaGVpZ2h0PSIzNSIgdmlld0JveD0iMCAwIDU1IDM1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNTQuMTM0OCAxNy4zNTM1TDM2Ljc4MTIgMzQuNzA3TDM2LjA3NDIgMzRMNTIuNzIwNyAxNy4zNTM1TDM2LjA3NDIgMC43MDcwMzFMMzYuNzgxMiAwTDU0LjEzNDggMTcuMzUzNVpNNTIuMjEzOSAxNy44NTM1SDBWMTYuODUzNUg1Mi4yMTM5VjE3Ljg1MzVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
	width: 54.135px;
	height: 34.707px;
	transform: translateY(6px);
}

.admission .wp-block-image.size-full img {
	display: none
}

@media (min-width: 782px) {

	.admission .wp-block-group:hover:after {
		content: '';
		display: block;
		transition: .3s;
		position: absolute;
		top: -6px;
		bottom: -6px;
		left: -6px;
		right: -6px;
		background-image: repeating-linear-gradient(
			-55deg,
			rgba(0, 180, 110, 0.5) 0px,
			rgba(0, 180, 110, 0.5) 1px,
			transparent 1px,
			transparent 9px
		);
		mix-blend-mode: multiply;
		pointer-events: none;
	}
	
	html[lang="en-US"] .admission .page-type-tabs ul,
	html[lang="en-US"] .admission .wp-block-group.page-type-tabs {
		justify-content: space-between;
		gap: unset;
	}
}

@media (max-width: 781px) {
	.admission .page-wrapper {
		gap: 0;
		min-height: unset;
	}
	
	.admission .wp-block-group {
		line-height: 26px;
		padding: 0 ;
	}
	.admission .wp-block-group img {
		height: 16px;
		width: auto;
	}
	
	.admission .wp-block-image.size-full:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDI4IDE4IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMjcuNzA3IDguOTQ0MzRMMTguNzYyNyAxNy44ODg3TDE4LjA1NTcgMTcuMTgxNkwyNS43OTMgOS40NDQzNEgwVjguNDQ0MzRIMjUuNzkzTDE4LjA1NTcgMC43MDcwMzFMMTguNzYyNyAwTDI3LjcwNyA4Ljk0NDM0WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+);
		width: 27.707px;
		height: 17.889px;
		transform: translateY(14px);
	}
	
	.admission .wp-block-columns.inner {
		display: grid;
		grid-template-columns: 2fr 6fr;
		gap: 0;
		padding-top: 0;
	}
	
	.admission .wp-block-column {
		line-height: 26px;
	}
	
	.admission .page-type-tabs {
		display: none
	}
	
}


/* 학부대학원 */
.dept .curr-list {
	display: grid;
	gap: 100px
}

.dept .curr-list > .wp-block-columns {
	display: grid;
	grid-template-columns: 2fr 7fr;
}

.dept .curr-list > .wp-block-columns,
.dept .facu-list > .wp-block-columns {
	border-top: 1px solid;
}

.dept .curr-list > .wp-block-columns > .wp-block-column > .wp-block-columns + .wp-block-columns {
	border-top: 1px solid
}


/* 
 * -icon */
.dept .page-type-tabs a {
	display: block;
	position: relative
}

.dept .page-type-tabs a:after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	mix-blend-mode: multiply;
	transform: scale(110%);
}

.dept .page-type-tabs li.active:nth-child(1) a:after {
	width: 36px;
	height: 36.547px;
	left: -4px;
	top: -10px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2266%22%20height%3D%2267%22%20viewBox%3D%220%200%2066%2067%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M33.8379%2054.5449L46.1074%2049.8242L50.7578%2062.2793L38.4883%2067L33.8379%2054.5459L21.5693%2059.2666L16.9189%2046.8115L29.1885%2042.0908L33.8379%2054.5449ZM34.7998%2054.9785L38.9258%2066.0283L49.7959%2061.8457L45.6699%2050.7959L34.7998%2054.9785ZM17.8809%2047.2451L22.0068%2058.2949L32.877%2054.1123L28.751%2043.0625L17.8809%2047.2451ZM16.9199%2046.8066L4.65039%2051.5273L0%2039.0732L12.2695%2034.3516L16.9199%2046.8066ZM0.961914%2039.5059L5.08789%2050.5557L15.958%2046.373L11.832%2035.3232L0.961914%2039.5059ZM58.3789%2045.1016L46.1094%2049.8223L41.459%2037.3682L53.7285%2032.6465L58.3789%2045.1016ZM42.4209%2037.8008L46.5469%2048.8506L57.417%2044.668L53.291%2033.6182L42.4209%2037.8008ZM24.5342%2029.6309L12.2646%2034.3516L7.61426%2021.8975L19.8838%2017.1758L24.5342%2029.6309ZM8.57617%2022.3301L12.7021%2033.3799L23.5723%2029.1973L19.4463%2018.1475L8.57617%2022.3301ZM49.0801%2020.1865L61.3496%2015.4658L66%2027.9209L53.7305%2032.6416L49.0801%2020.1875L36.8115%2024.9082L32.1611%2012.4531L44.4307%207.73242L49.0801%2020.1865ZM50.042%2020.6201L54.168%2031.6699L65.0381%2027.4873L60.9121%2016.4375L50.042%2020.6201ZM33.123%2012.8867L37.249%2023.9365L48.1191%2019.7539L43.9932%208.7041L33.123%2012.8867ZM32.1553%2012.4551L19.8857%2017.1758L15.2354%204.72168L27.5049%200L32.1553%2012.4551ZM16.1973%205.1543L20.3232%2016.2041L31.1934%2012.0215L27.0674%200.97168L16.1973%205.1543Z%22%20fill%3D%22%2300A0FF%22%2F%3E%0A%3C%2Fsvg%3E);
}
.dept .page-type-tabs li.active:nth-child(2) a:after {
	width: 51.632px;
	height: 32.716px;
	left: -6px;
	top: -9px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2254%22%20viewBox%3D%220%200%2085%2054%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M37.618%2042.0596C40.0297%2041.3367%2042.5773%2042.6917%2043.3055%2045.085L43.3671%2045.3096C43.9468%2047.6345%2042.5922%2050.0292%2040.2557%2050.7295L30.9901%2053.5068L30.7635%2053.5684C28.421%2054.1435%2026.009%2052.7988%2025.3036%2050.4805L25.2411%2050.2559C24.6804%2048.0061%2025.9311%2045.6909%2028.1298%2044.9092L28.3524%2044.8369L37.618%2042.0596ZM42.5868%2045.3008C41.9806%2043.3081%2039.8561%2042.1723%2037.8368%2042.7773L28.5712%2045.5547C26.552%2046.1601%2025.4161%2048.273%2026.0223%2050.2656C26.6287%2052.2581%2028.7532%2053.3941%2030.7723%2052.7891L40.038%2050.0117C42.0569%2049.4063%2043.1928%2047.2932%2042.5868%2045.3008ZM57.6913%2036.0068C60.103%2035.284%2062.6505%2036.6391%2063.3788%2039.0322L63.4413%2039.2568C64.0209%2041.5817%2062.6654%2043.9765%2060.329%2044.6768L51.0634%2047.4541L50.8378%2047.5156C48.4951%2048.0911%2046.0823%2046.7462%2045.3768%2044.4277L45.3153%2044.2031C44.7545%2041.9533%2046.0043%2039.6381%2048.203%2038.8564L48.4257%2038.7842L57.6913%2036.0068ZM62.661%2039.248C62.0548%2037.2553%2059.9294%2036.1194%2057.91%2036.7246L48.6444%2039.502C46.6252%2040.1073%2045.4894%2042.2203%2046.0956%2044.2129C46.7019%2046.2054%2048.8264%2047.3414%2050.8456%2046.7363L60.1112%2043.959C62.1302%2043.3537%2063.2669%2041.2405%2062.661%2039.248ZM78.87%2029.7783C81.2816%2029.0556%2083.8293%2030.4105%2084.5575%2032.8037L84.619%2033.0283C85.1987%2035.3532%2083.844%2037.7478%2081.5077%2038.4482L72.2421%2041.2256L72.0155%2041.2871C69.6728%2041.8625%2067.261%2040.5176%2066.5555%2038.1992L66.493%2037.9746C65.9323%2035.7248%2067.183%2033.4096%2069.3817%2032.6279L69.6044%2032.5557L78.87%2029.7783ZM83.8387%2033.0195C83.2325%2031.0268%2081.1071%2029.8908%2079.0878%2030.4961L69.8221%2033.2734C67.8032%2033.8789%2066.6672%2035.9919%2067.2733%2037.9844C67.8796%2039.9769%2070.0041%2041.1128%2072.0233%2040.5078L81.2889%2037.7305C83.3081%2037.1252%2084.4447%2035.0121%2083.8387%2033.0195ZM25.0643%2027.2666C27.476%2026.5439%2030.0237%2027.8997%2030.7518%2030.293L30.8134%2030.5166C31.3932%2032.8416%2030.0386%2035.2371%2027.702%2035.9375L18.4364%2038.7148L18.2098%2038.7764C15.8673%2039.3516%2013.4553%2038.0068%2012.7499%2035.6885L12.6874%2035.4639C12.1266%2033.214%2013.3773%2030.8989%2015.576%2030.1172L15.7987%2030.0439L25.0643%2027.2666ZM30.0331%2030.5078C29.4267%2028.5152%2027.3014%2027.3791%2025.2821%2027.9844L16.0165%2030.7617C13.9976%2031.3672%2012.8626%2033.4802%2013.4686%2035.4727C14.0749%2037.4651%2016.1986%2038.6019%2018.2177%2037.9971L27.4833%2035.2197C29.5026%2034.6145%2030.6392%2032.5005%2030.0331%2030.5078ZM45.1376%2021.2139C47.5493%2020.491%2050.0969%2021.8469%2050.8251%2024.2402L50.8866%2024.4639C51.4665%2026.7889%2050.1118%2029.1844%2047.7753%2029.8848L38.5096%2032.6621L38.2831%2032.7236C35.9406%2033.2987%2033.5285%2031.954%2032.8231%2029.6357L32.7606%2029.4111C32.1998%2027.1613%2033.4506%2024.8461%2035.6493%2024.0645L35.8719%2023.9912L45.1376%2021.2139ZM50.1063%2024.4551C49.5%2022.4627%2047.3754%2021.3267%2045.3563%2021.9316L36.0907%2024.709C34.0716%2025.3143%2032.9359%2027.4274%2033.5419%2029.4199C34.1482%2031.4125%2036.2727%2032.5494%2038.2919%2031.9443L47.5575%2029.167C49.5766%2028.5616%2050.7124%2026.4476%2050.1063%2024.4551ZM66.3153%2014.9854C68.7271%2014.2625%2071.2747%2015.6184%2072.0028%2018.0117L72.0653%2018.2354C72.6452%2020.5604%2071.2896%2022.9559%2068.953%2023.6562L59.6884%2026.4336L59.4618%2026.4951C57.1192%2027.0705%2054.7073%2025.7255%2054.0018%2023.4072L53.9393%2023.1826C53.3785%2020.9329%2054.6285%2018.6177%2056.827%2017.8359L57.0497%2017.7627L66.3153%2014.9854ZM71.285%2018.2266C70.6787%2016.2339%2068.5533%2015.0979%2066.5341%2015.7031L57.2684%2018.4805C55.2494%2019.0858%2054.1137%2021.1989%2054.7196%2023.1914C55.3259%2025.1839%2057.4504%2026.3209%2059.4696%2025.7158L68.7352%2022.9385C70.7545%2022.3332%2071.8912%2020.2192%2071.285%2018.2266ZM12.5106%2012.4756C14.9222%2011.753%2017.4689%2013.108%2018.1971%2015.501L18.2596%2015.7256C18.8393%2018.0504%2017.4845%2020.445%2015.1483%2021.1455L5.88269%2023.9229L5.65613%2023.9844C3.31345%2024.5598%200.901613%2023.2149%200.196167%2020.8965L0.133667%2020.6719C-0.427111%2018.4221%200.822805%2016.107%203.02136%2015.3252L3.245%2015.2529L12.5106%2012.4756ZM17.4794%2015.7168C16.8731%2013.7241%2014.7477%2012.5881%2012.7284%2013.1934L3.46277%2015.9707C1.44374%2016.5762%200.30776%2018.6891%200.91394%2020.6816C1.52024%2022.6742%203.64474%2023.8101%205.66394%2023.2051L14.9296%2020.4277C16.9487%2019.8225%2018.0853%2017.7094%2017.4794%2015.7168ZM32.5858%206.42285C34.9975%205.70002%2037.5451%207.05502%2038.2733%209.44824L38.3348%209.67285C38.9146%2011.9978%2037.5599%2014.3924%2035.2235%2015.0928L25.9579%2017.8701L25.7313%2017.9316C23.3887%2018.5069%2020.9768%2017.1621%2020.2714%2014.8438L20.2089%2014.6191C19.6481%2012.3694%2020.8989%2010.0541%2023.0975%209.27246L23.3202%209.2002L32.5858%206.42285ZM37.5546%209.66406C36.9483%207.67133%2034.8229%206.53536%2032.8036%207.14062L23.538%209.91797C21.5191%2010.5236%2020.3839%2012.6365%2020.9901%2014.6289C21.5964%2016.6212%2023.7201%2017.7572%2025.7391%2017.1523L35.0048%2014.375C37.024%2013.7698%2038.1606%2011.6567%2037.5546%209.66406ZM53.7616%200.194336C56.1733%20-0.528522%2058.7209%200.826531%2059.4491%203.21973L59.5116%203.44434C60.0912%205.76923%2058.7357%208.16396%2056.3993%208.86426L47.1337%2011.6416L46.9081%2011.7031C44.5654%2012.2785%2042.1526%2010.9337%2041.4471%208.61523L41.3846%208.39062C40.8239%206.14086%2042.0747%203.82562%2044.2733%203.04395L44.496%202.97168L53.7616%200.194336ZM58.7303%203.43555C58.1241%201.44288%2055.9996%200.306965%2053.9803%200.912109L44.7147%203.68945C42.6955%204.29482%2041.5597%206.40775%2042.1659%208.40039C42.7722%2010.3929%2044.8967%2011.5289%2046.9159%2010.9238L56.1815%208.14648C58.2005%207.54109%2059.3364%205.42806%2058.7303%203.43555Z%22%20fill%3D%22%23FF89EF%22%2F%3E%0A%3C%2Fsvg%3E);
}
.dept .page-type-tabs li.active:nth-child(3) a:after {
	width: 51.003px;
	height: 35.939px;
	left: 0px;
	top: -10px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2283%22%20height%3D%2258%22%20viewBox%3D%220%200%2083%2058%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.5865%2023.1785L17.8232%2021.4492L15.9209%2013.4887L24.6051%2011.4135L26.5073%2019.3739L33.744%2017.6446L31.8417%209.68415L40.5259%207.60891L42.4282%2015.5693L49.6639%2013.8402L47.7616%205.87981L56.4458%203.80457L58.3481%2011.765L65.5848%2010.0357L63.6825%202.07524L72.3667%201.38853e-07L74.4419%208.68419L66.4825%2010.5863L68.2118%2017.8229L76.1703%2015.9211L78.2456%2024.6053L70.2851%2026.5076L72.0142%2033.7433L79.9756%2031.8408L82.0509%2040.525L73.3667%2042.6002L71.4644%2034.6398L64.2277%2036.3691L66.1298%2044.3286L57.4456%2046.4038L55.5437%2038.4453L48.308%2040.1744L50.2101%2048.1339L41.5259%2050.2091L39.6236%2042.2487L32.3869%2043.978L34.2892%2051.9385L25.605%2054.0137L23.703%2046.0542L16.4672%2047.7833L18.3693%2055.7428L9.6851%2057.818L7.60986%2049.1338L15.5712%2047.2313L13.8419%2039.9947L5.88053%2041.8972L3.80529%2033.213L11.7657%2031.3107L10.0366%2024.075L2.07524%2025.9775L-3.31814e-08%2017.2933L8.68419%2015.218L10.5865%2023.1785ZM10.2402%2056.9143L17.4655%2055.1877L15.7389%2047.9624L8.51364%2049.689L10.2402%2056.9143ZM26.1602%2053.1099L33.3854%2051.3833L31.6588%2044.158L24.4336%2045.8846L26.1602%2053.1099ZM42.081%2049.3054L49.3063%2047.5787L47.5797%2040.3535L40.3544%2042.0801L42.081%2049.3054ZM73.9218%2041.6964L81.1471%2039.9698L79.4205%2032.7446L72.1952%2034.4712L73.9218%2041.6964ZM58.0007%2045.5001L65.226%2043.7735L63.4994%2036.5482L56.2741%2038.2748L58.0007%2045.5001ZM24.2554%2045.1561L31.4902%2043.4272L29.7611%2036.1915L22.5263%2037.9204L24.2554%2045.1561ZM40.1744%2041.352L47.4111%2039.6227L45.6817%2032.386L38.4451%2034.1153L40.1744%2041.352ZM54.3659%2030.3107L56.095%2037.5465L63.3298%2035.8176L61.6007%2028.5819L54.3659%2030.3107ZM16.2996%2047.0523L23.5248%2045.3257L21.7982%2038.1004L14.573%2039.827L16.2996%2047.0523ZM48.1394%2039.4436L55.3647%2037.717L53.6381%2030.4917L46.4128%2032.2183L48.1394%2039.4436ZM32.2183%2043.2472L39.4436%2041.5206L37.717%2034.2953L30.4917%2036.0219L32.2183%2043.2472ZM64.0581%2035.6385L71.2834%2033.9119L69.5568%2026.6866L62.3315%2028.4132L64.0581%2035.6385ZM14.392%2039.0991L21.6287%2037.3698L19.8993%2030.1331L12.6627%2031.8624L14.392%2039.0991ZM46.2328%2031.4902L53.4685%2029.7611L51.7392%2022.5244L44.5035%2024.2535L46.2328%2031.4902ZM62.1525%2027.6849L69.3882%2025.9558L67.6591%2018.7201L60.4234%2020.4492L62.1525%2027.6849ZM30.3126%2035.2936L37.5484%2033.5645L35.8193%2026.3288L28.5835%2028.0579L30.3126%2035.2936ZM22.3568%2037.1898L29.582%2035.4632L27.8554%2028.2379L20.6302%2029.9645L22.3568%2037.1898ZM70.1165%2025.7767L77.3418%2024.0501L75.6152%2016.8249L68.3899%2018.5515L70.1165%2025.7767ZM6.43568%2040.9934L13.6609%2039.2668L11.9343%2032.0415L4.70907%2033.7681L6.43568%2040.9934ZM38.2765%2033.3845L45.5017%2031.6579L43.7751%2024.4326L36.5499%2026.1592L38.2765%2033.3845ZM54.1964%2029.5801L61.4216%2027.8535L59.695%2020.6283L52.4698%2022.3549L54.1964%2029.5801ZM20.4501%2029.2364L27.6849%2027.5075L25.9556%2020.2709L18.7208%2021.9997L20.4501%2029.2364ZM36.3689%2025.4313L43.6056%2023.702L41.8765%2016.4663L34.6398%2018.1956L36.3689%2025.4313ZM52.2898%2021.6268L59.5274%2019.8972L57.7983%2012.6615L50.5606%2014.391L52.2898%2021.6268ZM12.4941%2031.1316L19.7193%2029.405L17.9927%2022.1797L10.7674%2023.9064L12.4941%2031.1316ZM28.413%2027.3275L35.6383%2025.6009L33.9117%2018.3756L26.6864%2020.1022L28.413%2027.3275ZM44.3339%2023.5229L51.5592%2021.7963L49.8326%2014.5711L42.6073%2016.2977L44.3339%2023.5229ZM60.2557%2019.7181L67.481%2017.9915L65.7544%2010.7663L58.5291%2012.4929L60.2557%2019.7181ZM2.63038%2025.0737L9.85566%2023.3471L8.12905%2016.1218L0.903778%2017.8484L2.63038%2025.0737ZM18.5513%2021.2691L25.7765%2019.5425L24.0499%2012.3173L16.8246%2014.0439L18.5513%2021.2691ZM34.4721%2017.4646L41.6974%2015.738L39.9708%208.51269L32.7455%2010.2393L34.4721%2017.4646ZM50.392%2013.6602L57.6173%2011.9336L55.8907%204.70835L48.6654%206.43495L50.392%2013.6602ZM66.3129%209.85566L73.5382%208.12905L71.8116%200.903779L64.5863%202.63038L66.3129%209.85566Z%22%20fill%3D%22%2300A0FF%22%2F%3E%0A%3C%2Fsvg%3E);
}
.dept .page-type-tabs li.active:nth-child(4) a:after {
	width: 38.685px;
	height: 35px;
	left: 10px;
	top: -10px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265%22%20height%3D%2258%22%20viewBox%3D%220%200%2065%2058%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M5.56735%2034.8232C7.07497%2032.727%209.93091%2032.194%2011.9459%2033.6328C12.6724%2034.1478%2013.1861%2034.8499%2013.4821%2035.6342C14.3215%2035.6609%2015.153%2035.9198%2015.8796%2036.4347C16.0835%2036.5803%2016.263%2036.7436%2016.434%2036.913C17.4584%2036.9689%2018.4882%2037.3055%2019.3936%2037.952C20.346%2038.6322%2021.0248%2039.5509%2021.3999%2040.5615C21.7536%2040.6917%2022.0963%2040.8652%2022.4155%2041.0931C23.1422%2041.6081%2023.6549%2042.3112%2023.9509%2043.0956C24.7904%2043.1223%2025.6226%2043.3802%2026.3492%2043.895C26.5532%2044.0407%2026.7327%2044.2047%2026.9038%2044.3743C27.9281%2044.4302%2028.958%2044.7667%2029.8634%2045.4133C31.0616%2046.2691%2031.8199%2047.5014%2032.0951%2048.8278L32.0997%2048.832C34.0496%2049.0983%2035.6824%2050.5963%2036.0195%2052.631L36.0524%2052.8652C36.3267%2055.2776%2034.6574%2057.5119%2032.2258%2057.915L32.0303%2057.9424C30.0186%2058.1893%2028.1263%2057.0916%2027.3028%2055.3324C26.0773%2055.4533%2024.8057%2055.177%2023.6951%2054.4622L23.4754%2054.3135C22.5701%2053.6669%2021.9186%2052.8028%2021.5307%2051.8541C21.3147%2051.7472%2021.1014%2051.6306%2020.8974%2051.4849C20.1707%2050.9699%2019.6579%2050.2667%2019.3619%2049.4824C18.6272%2049.459%2017.8976%2049.2588%2017.2401%2048.8639L16.9636%2048.683C16.6444%2048.455%2016.3695%2048.1913%2016.1319%2047.8992C15.1156%2047.8733%2014.0939%2047.5736%2013.1855%2046.9758L13.0057%2046.8522C12.1003%2046.2056%2011.4488%2045.3415%2011.0609%2044.3928C10.845%2044.286%2010.6315%2044.1692%2010.4276%2044.0236C9.70121%2043.5087%209.18832%2042.8062%208.89227%2042.0221C8.15792%2041.9987%207.42872%2041.798%206.77141%2041.4034L6.49384%2041.2217C4.53781%2039.8285%204.08789%2037.097%205.43198%2035.0219L5.56735%2034.8232ZM0.911147%206.6725C2.42656%204.55701%205.29819%204.0209%207.32834%205.48851C8.05958%206.00891%208.57656%206.71798%208.87487%207.50997C9.71941%207.53741%2010.5571%207.79746%2011.2884%208.31774C11.4937%208.46494%2011.6746%208.63107%2011.8468%208.80232C12.8771%208.85946%2013.913%209.19912%2014.8241%209.85225C16.577%2011.1052%2017.4014%2013.1679%2017.1482%2015.1392C18.5517%2014.5627%2020.1783%2014.6839%2021.4679%2015.6044C22.1992%2016.1247%2022.7153%2016.8351%2023.0136%2017.627C23.8582%2017.6544%2024.696%2017.9154%2025.4273%2018.4357C26.2321%2019.0128%2026.7801%2019.8128%2027.0571%2020.7027L27.1086%2020.8823C28.936%2020.3424%2031.0164%2020.6252%2032.7229%2021.8487C34.2283%2022.9241%2035.1363%2024.5081%2035.3845%2026.173C36.0595%2026.2703%2036.7177%2026.5202%2037.3021%2026.9391C38.8183%2028.0222%2039.4333%2029.9107%2039.0204%2031.6761C40.5598%2030.7144%2042.5434%2030.6926%2044.0596%2031.7756C44.7905%2032.2959%2045.3068%2033.0056%2045.6051%2033.7973C46.4497%2033.8247%2047.2875%2034.0857%2048.0188%2034.606C48.2241%2034.7532%2048.405%2034.9193%2048.5772%2035.0906C49.6076%2035.1477%2050.6434%2035.4873%2051.5545%2036.1405C52.4709%2036.7976%2053.1313%2037.6746%2053.5199%2038.6469C53.7657%2038.7594%2054.0065%2038.8962%2054.2373%2039.0576C54.9686%2039.578%2055.4856%2040.2881%2055.784%2041.08C56.6286%2041.1075%2057.4663%2041.3684%2058.1977%2041.8888C58.3002%2041.9623%2058.3965%2042.0407%2058.4887%2042.1217L58.7559%2042.3724L58.7598%2042.3718C59.7903%2042.4288%2060.826%2042.7694%2061.7372%2043.4226C64.2594%2045.2271%2064.8681%2048.702%2063.093%2051.1814L62.9216%2051.4077C61.1595%2053.6186%2057.9689%2054.1173%2055.5503%2052.5627L55.3116%2052.4003C54.4004%2051.747%2053.7447%2050.8745%2053.3539%2049.9164C53.1365%2049.8084%2052.9222%2049.6901%2052.7169%2049.5429C51.9856%2049.0225%2051.4686%2048.3134%2051.1703%2047.5214C50.4312%2047.4974%2049.698%2047.294%2049.0363%2046.895L48.7576%2046.7125C48.5259%2046.5464%2048.3181%2046.3617%2048.1323%2046.1648C47.0883%2046.1099%2046.0429%2045.7668%2045.1265%2045.1097C44.2154%2044.4563%2043.5605%2043.5836%2043.1697%2042.6256C42.9523%2042.5175%2042.7371%2042.3995%2042.5317%2042.2522C41.8006%2041.7318%2041.2835%2041.0226%2040.9852%2040.2307C40.1407%2040.2033%2039.2992%2039.9429%2038.5725%2039.4218C37.0565%2038.3387%2036.4413%2036.4502%2036.8542%2034.6849C35.411%2035.5863%2033.5785%2035.6613%2032.1058%2034.7748L31.816%2034.5852C31.2315%2034.166%2030.7832%2033.6211%2030.4742%2033.0168C28.8209%2033.3186%2027.0269%2032.9699%2025.5259%2031.8936C23.8197%2030.6699%2022.8767%2028.7896%2022.8026%2026.8866C21.8105%2026.9486%2020.8035%2026.6967%2019.9451%2026.0811C19.2139%2025.5608%2018.6968%2024.8515%2018.3985%2024.0597C17.6595%2024.0356%2016.9262%2023.8322%2016.2645%2023.4332L15.9856%2023.2498C14.7007%2022.3283%2014.0625%2020.8304%2014.1545%2019.3135C12.4807%2020.1357%2010.4292%2020.0854%208.73476%2019.0435L8.40104%2018.8216C7.48993%2018.1683%206.83415%2017.2956%206.44331%2016.3377C6.22595%2016.2296%206.0116%2016.1113%205.8063%2015.9641C5.07511%2015.4438%204.55814%2014.7345%204.25976%2013.9427C3.41519%2013.9152%202.57372%2013.6539%201.84689%2013.1328C-0.121923%2011.725%20-0.577059%208.9667%200.77401%206.87241L0.911147%206.6725ZM11.5094%2034.2426C9.85454%2033.0613%207.46005%2033.4759%206.17636%2035.2608C4.89459%2037.0434%205.27189%2039.4306%206.92918%2040.6111C7.52892%2041.0358%208.2157%2041.2495%208.91547%2041.2719L9.417%2041.2878L9.59363%2041.7564C9.80954%2042.3284%2010.1615%2042.8429%2010.6462%2043.246L10.8616%2043.4112L10.8639%2043.4128C10.9429%2043.4693%2011.0261%2043.5219%2011.114%2043.5723L11.394%2043.721L11.6484%2043.8461L11.7554%2044.1095C12.0922%2044.9332%2012.6565%2045.6812%2013.441%2046.2416C14.1641%2046.758%2014.9777%2047.0474%2015.7992%2047.1278L16.1513%2047.1496L16.4963%2047.1588L16.7139%2047.4266C16.9109%2047.669%2017.1363%2047.8844%2017.3967%2048.0708C17.9968%2048.496%2018.6849%2048.7108%2019.3852%2048.7331L19.8858%2048.7492L20.0634%2049.2177C20.2793%2049.7896%2020.6305%2050.3044%2021.115%2050.7074L21.3314%2050.8725L21.3337%2050.8741C21.4125%2050.9304%2021.495%2050.9834%2021.5828%2051.0338L21.8637%2051.1813L22.1182%2051.3074L22.225%2051.5698C22.5617%2052.3933%2023.1255%2053.1417%2023.9096%2053.702L24.1003%2053.8308C25%2054.4101%2026.0197%2054.6569%2027.0165%2054.6018L27.2295%2054.5853L27.7575%2054.5335L27.9826%2055.0139C28.6935%2056.5329%2030.3591%2057.4639%2032.1032%2057.1751C34.2066%2056.8264%2035.6256%2054.8435%2035.2796%2052.7536C34.9982%2051.0549%2033.6345%2049.7988%2031.9992%2049.5752L31.8149%2049.5503L31.6642%2049.4417L31.6588%2049.4386L31.4207%2049.2682L31.3601%2048.9803C31.1219%2047.8322%2030.4666%2046.7655%2029.4269%2046.0231C28.6422%2045.4628%2027.7513%2045.1719%2026.8636%2045.1234L26.5788%2045.1072L26.3763%2044.9071C26.2198%2044.752%2026.0731%2044.6196%2025.9161%2044.5072L25.6864%2044.3572C25.1433%2044.0311%2024.5402%2043.8643%2023.9276%2043.8448L23.4261%2043.829L23.2494%2043.3603C23.0027%2042.7067%2022.5786%2042.1287%2021.9814%2041.7055L21.9792%2041.7039C21.7205%2041.5192%2021.4385%2041.3754%2021.1404%2041.2657L20.8167%2041.1461L20.6968%2040.8225C20.3728%2039.9497%2019.7863%2039.1531%2018.9581%2038.5617C18.1732%2038.0012%2017.2817%2037.7105%2016.3938%2037.6621L16.1091%2037.6469L15.9066%2037.4458C15.75%2037.2906%2015.6034%2037.1584%2015.4463%2037.046L15.2177%2036.8968C14.6743%2036.5703%2014.0708%2036.403%2013.4578%2036.3836L12.9572%2036.3675L12.7797%2035.899C12.5329%2035.2455%2012.1087%2034.6674%2011.5116%2034.2442L11.5094%2034.2426ZM43.6231%2032.3854C42.373%2031.4926%2040.7203%2031.4984%2039.4178%2032.3121L37.9672%2033.2176L37.5853%2034.8558C37.2574%2036.2578%2037.6983%2037.7243%2038.7829%2038.6367L39.0088%2038.8111C39.532%2039.1862%2040.1306%2039.4009%2040.7453%2039.4637L41.0095%2039.4813L41.511%2039.4972L41.6877%2039.9659C41.9058%2040.545%2042.2606%2041.0658%2042.7492%2041.4738L42.9671%2041.6416L42.9693%2041.6432C43.0489%2041.7002%2043.1323%2041.7534%2043.2207%2041.8045L43.503%2041.9547L43.7564%2042.08L43.8642%2042.3423C44.2043%2043.176%2044.7733%2043.9336%2045.5641%2044.5007C46.2601%2044.9996%2047.0408%2045.2894%2047.832%2045.386L48.1716%2045.4159L48.4721%2045.4314L48.6785%2045.6496C48.8329%2045.8134%2049.0029%2045.9654%2049.1918%2046.1011C49.7214%2046.4779%2050.3181%2046.6915%2050.9314%2046.7542L51.1946%2046.772L51.6952%2046.788L51.8718%2047.2567C52.09%2047.8359%2052.4456%2048.3564%2052.9343%2048.7644L53.1512%2048.9324L53.1535%2048.934C53.2332%2048.9912%2053.3172%2049.044%2053.4059%2049.0951L53.688%2049.2444L53.9415%2049.3706L54.0483%2049.6331C54.3884%2050.4667%2054.9575%2051.2235%2055.7481%2051.7905L55.9555%2051.9314C58.1299%2053.3294%2061.0036%2052.81%2062.483%2050.7439C64.0094%2048.6116%2063.4961%2045.6031%2061.3007%2044.0325C60.5307%2043.4804%2059.6591%2043.1879%2058.7889%2043.1272L58.4989%2043.1752L58.2264%2042.9046C58.0687%2042.7478%2057.9208%2042.6141%2057.7625%2042.5004L57.5314%2042.3486C56.984%2042.0184%2056.3764%2041.8495%2055.7597%2041.8295L55.2591%2041.8134L55.0823%2041.3438C54.8337%2040.6839%2054.407%2040.1002%2053.8076%2039.6723C53.6144%2039.5371%2053.4126%2039.4223%2053.2071%2039.3283L52.9351%2039.2041L52.8235%2038.9246C52.4864%2038.0811%2051.9135%2037.3215%2051.1171%2036.7505C50.3262%2036.1835%2049.4285%2035.8885%2048.5349%2035.839L48.2503%2035.8238L48.0477%2035.6228C47.8899%2035.4658%2047.7421%2035.3314%2047.5836%2035.2176C46.9787%2034.7872%2046.2856%2034.5696%2045.5808%2034.5467L45.0802%2034.5306L44.9036%2034.062C44.6543%2033.4003%2044.2261%2032.8146%2043.6242%2032.3863L43.6231%2032.3854ZM6.88947%206.09575C5.22045%204.88921%202.81139%205.30634%201.52%207.10912C0.22959%208.91119%200.610778%2011.3276%202.28239%2012.5231L2.28352%2012.5239C2.80676%2012.899%203.40506%2013.1119%204.01968%2013.1747L4.28392%2013.1923L4.78465%2013.2093L4.96128%2013.6779C5.17947%2014.2571%205.53503%2014.7777%206.02378%2015.1857L6.24068%2015.3537L6.24292%2015.3553C6.32263%2015.4124%206.40663%2015.4653%206.49531%2015.5164L6.7774%2015.6656L7.03095%2015.7919L7.13778%2016.0543C7.47786%2016.8878%208.04695%2017.6448%208.8375%2018.2118C10.3608%2019.3004%2012.2795%2019.3981%2013.8232%2018.6399L14.9812%2018.0719L14.9025%2019.3589C14.8248%2020.6379%2015.3621%2021.8794%2016.42%2022.6393L16.6511%2022.7911C17.1985%2023.1213%2017.806%2023.2892%2018.4227%2023.3093L18.9234%2023.3263L19.1%2023.7949C19.3182%2024.3741%2019.6738%2024.8947%2020.1625%2025.3027L20.3794%2025.4707L20.3817%2025.4723C21.0888%2025.9792%2021.9222%2026.1902%2022.7558%2026.1381L23.523%2026.0902L23.5521%2026.8574C23.6173%2028.5345%2024.4494%2030.1988%2025.9634%2031.2846C27.2943%2032.2387%2028.8809%2032.5462%2030.3403%2032.2798L30.8888%2032.179L31.1423%2032.6755C31.4003%2033.1802%2031.7713%2033.6299%2032.2514%2033.9746C33.5014%2034.8676%2035.1543%2034.8624%2036.4568%2034.0489L37.9063%2033.1426L38.2903%2031.5051C38.6399%2030.0096%2038.1144%2028.4402%2036.8666%2027.5488L36.8655%2027.548C36.385%2027.2036%2035.8408%2026.9967%2035.2769%2026.9154L34.7244%2026.8367L34.6427%2026.284C34.4236%2024.8138%2033.6215%2023.4131%2032.2866%2022.4594L32.2855%2022.4586C30.7727%2021.374%2028.9332%2021.1251%2027.3208%2021.6014L26.5829%2021.8197L26.3844%2021.0755C26.1701%2020.2734%2025.7006%2019.5561%2024.9921%2019.0473L24.7611%2018.8955C24.2137%2018.5654%2023.606%2018.3964%2022.9893%2018.3764L22.4887%2018.3603L22.3121%2017.8917C22.0628%2017.23%2021.6346%2016.6443%2021.0327%2016.216L21.0316%2016.2152C19.9674%2015.4556%2018.6163%2015.3476%2017.4335%2015.8333L16.2397%2016.3231L16.4039%2015.0437C16.6229%2013.339%2015.9099%2011.5511%2014.3878%2010.463L14.3866%2010.4622C13.5958%209.89526%2012.698%209.60022%2011.8045%209.55075L11.5199%209.53554L11.3171%209.33354C11.1595%209.1768%2011.0115%209.04307%2010.8532%208.92933L10.6222%208.77755C10.0748%208.44749%209.46717%208.27941%208.85055%208.25938L8.34999%208.24333L8.17335%207.77469C7.92411%207.11291%207.49587%206.52734%206.89396%206.09897L6.88947%206.09575ZM29.0665%202.03829C30.5637%20-0.111805%2033.4165%20-0.646129%2035.4386%200.844949C36.1678%201.37867%2036.6849%202.10423%2036.9849%202.91298C37.8247%202.94465%2038.658%203.2155%2039.3873%203.74931C40.2433%204.38071%2040.8103%205.26854%2041.0697%206.25014C42.8839%205.70768%2044.9529%206.00509%2046.6546%207.26002C48.156%208.36328%2049.0656%209.98279%2049.3195%2011.6818C49.9909%2011.784%2050.647%2012.0401%2051.2299%2012.4699C52.6268%2013.5002%2053.2632%2015.2264%2053.03%2016.9063C53.4211%2016.7088%2053.8449%2016.5674%2054.2977%2016.4923C56.8062%2016.0768%2059.186%2017.8323%2059.6129%2020.4086L59.6468%2020.6495C59.9335%2023.1345%2058.2746%2025.4261%2055.8447%2025.8289L55.6106%2025.8617C53.268%2026.1256%2051.0892%2024.5183%2050.5762%2022.1523L50.5306%2021.9134C50.4542%2021.4517%2050.4481%2021.0016%2050.4997%2020.5614C49.0245%2021.3418%2047.2214%2021.2842%2045.8146%2020.2508C45.2317%2019.8208%2044.7845%2019.2639%2044.4748%2018.6464C42.935%2018.9282%2041.2697%2018.6267%2039.8341%2017.6781L39.5508%2017.4795C37.8491%2016.2245%2036.9033%2014.3035%2036.8213%2012.3627C35.8353%2012.4217%2034.8329%2012.1606%2033.9769%2011.5293C33.2475%2010.9955%2032.7314%2010.2691%2032.4314%209.46018L32.4273%209.4658C31.6924%209.4381%2030.9623%209.22793%2030.3027%208.81805L30.0251%208.63043C28.0618%207.18638%2027.5981%204.37224%2028.9321%202.2427L29.0665%202.03829ZM34.9941%201.44818C33.3364%200.225612%2030.9558%200.637517%2029.682%202.4669C28.4014%204.30621%2028.7921%206.79168%2030.4683%208.02543L30.6979%208.18042C31.1253%208.44614%2031.5881%208.60748%2032.0611%208.67716L32.6342%207.85267L33.1345%209.19916C33.3874%209.88127%2033.8185%2010.4831%2034.4199%2010.9234L34.4222%2010.925C35.1279%2011.4454%2035.9541%2011.663%2036.7764%2011.6139L37.5389%2011.5677L37.5712%2012.3305C37.6438%2014.0531%2038.4839%2015.7608%2039.9963%2016.8761C41.324%2017.8552%2042.898%2018.1724%2044.3396%2017.9086L44.8931%2017.808L45.1447%2018.3107C45.4056%2018.8308%2045.779%2019.2923%2046.2589%2019.6466L46.4798%2019.797C47.6035%2020.5024%2048.9877%2020.5123%2050.1492%2019.8978L51.4106%2019.2305L51.2447%2020.6488C51.2009%2021.0232%2051.2062%2021.4025%2051.2705%2021.7908C51.6331%2023.9778%2053.6417%2025.4335%2055.7221%2025.089C57.8024%2024.7441%2059.2351%2022.7183%2058.873%2020.5312C58.5106%2018.3439%2056.5008%2016.8876%2054.4203%2017.2322C54.0435%2017.2947%2053.6922%2017.412%2053.3676%2017.5759L52.0897%2018.2212L52.2864%2016.8038C52.4856%2015.3702%2051.9398%2013.9265%2050.7846%2013.0743C50.3048%2012.7205%2049.7644%2012.508%2049.2067%2012.423L48.6593%2012.3395L48.5776%2011.7928C48.352%2010.2823%2047.5435%208.84476%2046.2105%207.86517L46.2093%207.86437C44.7002%206.75137%2042.8766%206.49288%2041.2848%206.96879L40.5425%207.19075L40.3442%206.44162C40.1255%205.6146%2039.6522%204.87732%2038.9441%204.3543L38.7144%204.19836C38.1687%203.85918%2037.5658%203.68599%2036.9568%203.66302L36.4557%203.64408L36.2818%203.17399C36.0288%202.49196%2035.5978%201.89003%2034.9964%201.44978L34.9941%201.44818Z%22%20fill%3D%22%2300B46E%22%2F%3E%0A%3C%2Fsvg%3E);
}
.dept .page-type-tabs li.active:nth-child(5) a:after {
	width: 46.699px;
	height: 24.419px;
	left: -12px;
	top: -4px;
	
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2299%22%20height%3D%2252%22%20viewBox%3D%220%200%2099%2052%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24.416%200C31.4771%200.000143283%2037.8287%203.14649%2042.2832%208.16992C44.9074%208.3392%2047.3693%209.11675%2049.5381%2010.3652C52.0045%208.94546%2054.8499%208.13483%2057.8818%208.13477C62.5116%208.13489%2066.7069%2010.0242%2069.7803%2013.0889C72.8538%2010.0243%2077.0489%208.13477%2081.6787%208.13477C91.1159%208.13508%2098.7499%2015.9822%2098.75%2025.6416C98.75%2035.3011%2091.116%2043.1481%2081.6787%2043.1484C77.0489%2043.1484%2072.8538%2041.2589%2069.7803%2038.1943C66.7069%2041.259%2062.5116%2043.1483%2057.8818%2043.1484C54.8497%2043.1484%2052.0046%2042.3369%2049.5381%2040.917C47.3692%2042.1656%2044.9076%2042.943%2042.2832%2043.1123C37.8287%2048.1357%2031.4772%2051.2821%2024.416%2051.2822C10.9145%2051.2822%200.000197221%2039.7849%200%2025.6416C0%2011.4981%2010.9143%200%2024.416%200ZM24.416%200.75C11.3633%200.75%200.75%2011.8768%200.75%2025.6416C0.750197%2039.4063%2011.3634%2050.5322%2024.416%2050.5322C30.9903%2050.5321%2036.9443%2047.7082%2041.2363%2043.1475C41.2227%2043.1475%2041.209%2043.1484%2041.1953%2043.1484C31.7578%2043.1484%2024.123%2035.3013%2024.123%2025.6416C24.1231%2015.982%2031.7578%208.13477%2041.1953%208.13477C41.2093%208.13477%2041.2233%208.13473%2041.2373%208.13477C36.9453%203.57368%2030.9905%200.750138%2024.416%200.75ZM41.1953%208.88477C32.1901%208.88477%2024.8731%2016.3779%2024.873%2025.6416C24.873%2034.9054%2032.1901%2042.3984%2041.1953%2042.3984C41.4414%2042.3984%2041.6862%2042.391%2041.9297%2042.3799C43.2219%2040.8853%2044.3439%2039.2249%2045.2627%2037.4316C42.4962%2034.3191%2040.8096%2030.1807%2040.8096%2025.6416C40.8096%2021.1023%2042.4959%2016.9632%2045.2627%2013.8506C44.344%2012.0576%2043.2227%2010.3968%2041.9307%208.90234C41.6869%208.89122%2041.4417%208.88478%2041.1953%208.88477ZM57.8818%208.88477C55.1353%208.88483%2052.5462%209.58269%2050.2734%2010.8145C55.0767%2013.9143%2058.2666%2019.3988%2058.2666%2025.6416C58.2666%2031.8844%2055.0767%2037.369%2050.2734%2040.4688C52.5462%2041.7005%2055.1353%2042.3984%2057.8818%2042.3984C62.3042%2042.3983%2066.3185%2040.5899%2069.2598%2037.6533C66.3744%2034.517%2064.6064%2030.2894%2064.6064%2025.6416C64.6065%2020.9936%2066.3741%2016.7653%2069.2598%2013.6289C66.3186%2010.6926%2062.304%208.88489%2057.8818%208.88477ZM81.6787%208.88477C77.2563%208.88477%2073.2413%2010.6923%2070.2998%2013.6289C73.1855%2016.7653%2074.9531%2020.9935%2074.9531%2025.6416C74.9531%2030.2895%2073.1852%2034.5169%2070.2998%2037.6533C73.2413%2040.5902%2077.256%2042.3984%2081.6787%2042.3984C90.6837%2042.3981%2098%2034.9052%2098%2025.6416C97.9999%2016.3781%2090.6837%208.88508%2081.6787%208.88477ZM45.8027%2038.0137C44.9984%2039.544%2044.0498%2040.9786%2042.9756%2042.2979C45.0604%2042.0654%2047.0272%2041.4295%2048.8018%2040.4678C47.7135%2039.7653%2046.7069%2038.9421%2045.8027%2038.0137ZM49.5381%2011.2383C48.2977%2011.9972%2047.1627%2012.9194%2046.1631%2013.9775C47.8687%2017.4782%2048.8311%2021.4432%2048.8311%2025.6416C48.831%2029.8397%2047.8685%2033.8043%2046.1631%2037.3047C47.1627%2038.3629%2048.2976%2039.2849%2049.5381%2040.0439C54.313%2037.1222%2057.5166%2031.7702%2057.5166%2025.6416C57.5166%2019.5129%2054.3132%2014.16%2049.5381%2011.2383ZM69.7793%2014.1719C67.0373%2017.1683%2065.3565%2021.2016%2065.3564%2025.6416C65.3564%2030.0814%2067.0376%2034.1139%2069.7793%2037.1104C72.5213%2034.1139%2074.2031%2030.0818%2074.2031%2025.6416C74.2031%2021.2012%2072.5216%2017.1684%2069.7793%2014.1719ZM45.6211%2014.5811C43.094%2017.5308%2041.5596%2021.4005%2041.5596%2025.6416C41.5596%2029.8822%2043.0935%2033.7516%2045.6201%2036.7012C47.1935%2033.3706%2048.081%2029.6167%2048.0811%2025.6416C48.0811%2021.6664%2047.1945%2017.9118%2045.6211%2014.5811ZM42.9766%208.98438C44.0506%2010.3035%2044.9985%2011.7385%2045.8027%2013.2686C46.7069%2012.3402%2047.7135%2011.5168%2048.8018%2010.8145C47.0275%209.853%2045.0609%209.21689%2042.9766%208.98438Z%22%20fill%3D%22%23FFBB00%22%2F%3E%0A%3C%2Fsvg%3E);
}

.dept .page-post-list.default .archive-item.is-notice .archive-meta {
	color: #FF89EF
}

.dept .page-post-list.default .archive-item.is-notice .post-number {
	position: relative;
	font-size: 0
}

.dept .page-post-list.default .archive-item.is-notice .post-number:after {
	content:'';
	display: block;
	width: 19.499px;
	height: 17px;
	position: absolute;
	top: -7px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDIwIDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuMTkyNCAxMy40MzM2TDExLjQ4ODMgMTMuMTIwMUwzLjU1OTU3IDkuNTkxOEwzLjk2NTgyIDguNjc3NzNMMTEuMTkyNCAxMS44OTM2VjEuNTM5MDZMMy45NjU4MiA0Ljc1NDg4TDMuNzYyNyA0LjI5ODgzTDMuNTU5NTcgMy44NDE4TDExLjQ4ODMgMC4zMTI1TDEyLjE5MjQgMFYxMy40MzM2Wk0xOC45MTg5IDExLjUwNTlMMTguNTQgMTIuNDMxNkwxMy41NDc5IDEwLjM4NjdMMTMuOTI2OCA5LjQ2MDk0TDE4LjkxODkgMTEuNTA1OVpNMi42NDc0NiA5Ljg2MTMzSDEuNjQ3NDZWMy43NDMxNkgyLjY0NzQ2VjkuODYxMzNaTTEgOS44NjAzNUgwVjMuNzQyMTlIMVY5Ljg2MDM1Wk0xOS40OTkgNy4zMDI3M0gxMy42NzM4VjYuMzAyNzNIMTkuNDk5VjcuMzAyNzNaTTE4LjkxODkgMi4wOTk2MUwxMy45MjY4IDQuMTQ1NTFMMTMuNTQ3OSAzLjIxOTczTDE4LjU0IDEuMTczODNMMTguOTE4OSAyLjA5OTYxWiIgZmlsbD0iI0ZGODlFRiIvPgo8L3N2Zz4=)
}

@media (min-width: 782px) {
	.dept .wp-block-columns.inner:not(.page-header) {
		padding-top: 20px;
	}
	.dept .page-type-tabs li.active:nth-child(1) a:after {
		width: 66px;
		height: 67px;
		left: -16px;
		top: -20px;
	}
	.dept .page-type-tabs li.active:nth-child(2) a:after {
		width: 84.753px;
		height: 53.701px;
		left: -16px;
		top: -14px;
	}
	.dept .page-type-tabs li.active:nth-child(3) a:after {
		width: 82.051px;
		height: 57.818px;
		left: -8px;
		top: -18px;
	}
	.dept .page-type-tabs li.active:nth-child(4) a:after {
		width: 64.11px;
		height: 57.977px;
		left: 8px;
		top: -17px;
	}
	.dept .page-type-tabs li.active:nth-child(5) a:after {
		width: 98.75px;
		height: 51.282px;
		left: -32px;
		top: -12px;
	}
	
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(1) a:after {
		left: -6px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(2) a:after {
		left: -10px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(3) a:after {
		left: 5px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(4) a:after {
		left: 37px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(5) a:after {
		left: -22px;
	}
	
	.dept .page-post-list .archive-posts li:hover:after {
		background-image: repeating-linear-gradient(
			-55deg,
			rgba(255, 137, 239, .5) 0px,
			rgba(255, 137, 239, .5) 1px,
			transparent 1px,
			transparent 9px
		);
	}
	
	.dept .page-post-list .archive-posts li:hover a:after {
		background-image: repeating-linear-gradient(
			-55deg,
			rgba(255, 137, 239, .5) 0px,
			rgba(255, 137, 239, .5) 1px,
			transparent 1px,
			transparent 9px
		);
	}

	.dept .page-post-list.default .archive-item.is-notice .post-number:after {
		width: 29.504px;
		height: 21px;
		top: -10.5px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDMwIDIxIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguNDM3NSAyMC4zMDg2TDE3LjM4MjggMTkuODM5OEw1LjM4MjgxIDE0LjQ5OUw1LjY4NzUgMTMuODEzNUw1Ljk5MjE5IDEzLjEyODlMMTYuOTM3NSAxNy45OTlWMi4zMDg1OUw1Ljk5MjE5IDcuMTc5NjlMNS42ODc1IDYuNDk1MTJMNS4zODI4MSA1LjgwOTU3TDE3LjM4MjggMC40Njg3NUwxOC40Mzc1IDBWMjAuMzA4NlpNMjguNjIzIDE3LjQwODJMMjguMDU0NyAxOC43OTY5TDIwLjUgMTUuNzAyMUwyMS4wNjg0IDE0LjMxMzVMMjguNjIzIDE3LjQwODJaTTMuOTkzMTYgMTQuOTE1SDIuNDkzMTZWNS42NTUyN0gzLjk5MzE2VjE0LjkxNVpNMS41IDE0LjkxNDFIMFY1LjY1NDNIMS41VjE0LjkxNDFaTTI5LjUwMzkgMTEuMDM0MkgyMC42ODc1VjkuNTM0MThIMjkuNTAzOVYxMS4wMzQyWk0yOC42MjMgMy4xNjExM0wyMS4wNjg0IDYuMjU2ODRMMjAuNzg0MiA1LjU2MjVMMjAuNSA0Ljg2OTE0TDI4LjA1NDcgMS43NzI0NkwyOC42MjMgMy4xNjExM1oiIGZpbGw9IiNGRjg5RUYiLz4KPC9zdmc+)
	}
}

@media (max-width: 781px) {
	.dept .page-header,
	.dept .page-wrapper {
		gap: 0;
	}
	
	.dept .curr-list {
		gap: 50px;
	}
	
	.dept .curr-list > .wp-block-columns:first-child,
	.dept .facu-list > .wp-block-columns:first-child {
		border-top: none
	}	
	
	.dept .curr-list > .wp-block-columns {
		grid-template-columns: 2fr 6fr;
		gap: 0
	}
	
	.dept .curr-list > .wp-block-columns > .wp-block-column > .wp-block-columns {
		grid-template-columns: 2fr 4fr;
		display: grid;
		gap: 0
	}
	
	.dept .page-post-list.default .archive-item.is-notice .post-number:after {
		top: 2px;
	}
	
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(1) a:after {
		left: 0;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(2) a:after {
		left: -3px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(3) a:after {
		left: 9px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(4) a:after {
		left: 30px;
	}
	html[lang="en-US"] .dept .page-type-tabs li.active:nth-child(5) a:after {
		left: -7px;
	}
}