.comments-area a, .page-content a {
    text-decoration: none;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-list.team-list-4 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.team-list.team-list-5 .team-list-item {
    width: 20%;
}

.team-list-item {
    text-align: center;
    margin-bottom: 40px;
}

.team-list-image {
	position:relative;
}

.team-list-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background: #C4253D;
    border-radius: 100%;
    z-index: 2;
}

.team-list-image:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
	box-shadow: 0px 0px 10px 0px #E6E6E6;
}

.team-list-image a {
	position: relative;
	display: inline-block;
	width: 100%;
}

.team-list-image a img {
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
	height: 250px !important;
}

.team-list-image .bg-fix {
	position: relative;
}

/* 
.team-list-image .bg-fix:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 4px 4px 0px #00000040;
}
*/

.team-list-image .icon-img {
	position: absolute;
    width: 70px;
    height: auto !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.team-list-text a {
    text-decoration: none;
}

.team-list-text .team-list-title {
    font-size: 18px;
    color: #383838;
}

.team-list-text .team-list-title a {
    color: #383838;
}

.team-list-text .team-list-link {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.team-list-text .team-list-link a {
    color: #383838;
}

.team-list-text .team-list-link a:hover {
    color: #C4253D;
}

.job-dk {
	font-size: 14px;
}

.max-w-vw {
	overflow: hidden;
}

@-webkit-keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.team-taxonomy {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
	width: calc(100vw - 20px);
	overflow: hidden;
	margin: 40px 0;
}

.team-taxonomy-item {
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	-webkit-animation: marquee 3s linear infinite;
	animation: marquee 3s linear infinite;
    width: 200px;
    min-width: 200px;
	font-size: 14px;
}

.team-taxonomy-image {
    position: relative;
}

.team-taxonomy-info .team-taxonomy-title {
    font-size: 14px;
	max-width: 200px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
}

.team-taxonomy-info a {
    color: #383838;
}

.page-header-member {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.page-header-member h1 {
    font-size: 36px;
    font-weight: 500;
}

#member-filter {
    margin-bottom: 40px;
}

#member-filter button {
    border: none;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #383838;
    font-size: 15px;
}

#member-filter button.active {
    background: #383838;
    color: #fff;
}

#member-filter button:hover {
    background: #C4253D;
    color: #fff;
}

.load-more-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.load-more-content button {
    background: #C4253D;
    color: #fff;
    padding: 5px 20px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px 0 #E6E6E6;
}

.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pagination {
    justify-content: center;
    margin-bottom: 30px;
}

.pagination a, .pagination span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #C4253D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nav-links a, .nav-links span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #C4253D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.post-container {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0 0 30px 30px;
    padding: 30px 10rem;
    margin-bottom: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.post-container .page-content img {
    margin-bottom: 20px;
}

.post-list_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    grid-gap: 20px;
    margin-bottom: 40px;

}

.post__preview-img {
    position: relative;
    overflow: hidden;
}

.post__preview-img img {
    border-radius: 10px;
}

.post__header h3 {
    line-height: 1;
}

.post__header h3 a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
}


.member-page {
    display: flex;
    min-height: calc(100vh - 240px);
    align-items: center;
}

.main-title {
    width: 35%;
}

.main-content {
    margin: 0 auto;
    width: 65%;
    position: relative;
}

.centralized {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container .main-circle {
    border: 6px solid #bcbcbc;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 24px;
    height: 250px;
    width: 250px;
    min-width: 250px;
    position: relative;
}

.main-container .main-circle .inner {
    background: #C4253D;
    border-radius: 100%;
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #fff;
    font-size: 24px;
    height: 100%;
    padding: 0 10px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.main-container .bubble-container {
    border: 6px;
    box-sizing: border-box;
    height: 250px;
    position: absolute;
    width: 250px;
    min-width: 250px;
    opacity: 0;
    transform: rotate(0deg);
    transition: transform ease-in 0.7s, opacity ease 1s;
}

.main-container .bubble-container .pointer {
    background: #fff;
    border: 4px solid #bcbcbc;
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    left: calc(-17px + 3px);
    height: 34px;
    top: calc(50% - 17px);
    width: 34px;
}

.main-container .bubble-container .pointer .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    border-color: transparent #bcbcbc transparent transparent;
    position: absolute;
    left: -15px;
    top: 5.52px;
}

.main-container .bubble-container .pointer .inner {
    background: #000;
    border-radius: 100%;
    box-sizing: border-box;
    height: 14px;
    width: 14px;
}

.main-container .bubble-container .bubble {
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 120px;
    top: calc(50% - 55px);
    left: -165px;
    width: 120px;
    transform: rotate(0deg);
    transition: all ease 0.8s;
}

.main-container .bubble-container .bubble .inner {
    overflow: hidden;
}

.main-container .bubble-container .bubble .inner a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;

}

.main-container .bubble-container .bubble,
.main-container .bubble-container .pointer .inner {
    background: #C4253D;
}

.team-taxonomy::-webkit-scrollbar {
	width: 3px;
}

.team-taxonomy::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 3px;
}

.team-taxonomy::-webkit-scrollbar-track {
	background: transparent;
}
.team-taxonomy::-webkit-scrollbar {
	height: 3px;
}

@media (max-width: 1400px) {
	.member-page {
		min-height: 700px;
	}
}

@media (max-width: 767px) {
    .team-list.team-list-4 {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.post-list_grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.team-list.team-list-5 .team-list-item {
		width: 50%;
	}

    #member-filter button {
        padding: 6px 5px;
    }

    .member-page {
        flex-flow: column;
        overflow: hidden;
    }

    .main-title {
        width: 100%;
        padding: 20px 10px;
    }

    .main-content {
        width: 100%;
        padding: 200px 0 250px;
        overflow: scroll;
    }

    .main-container {
        width: 600px;
    }
	
	.team-list-image:before {
		width: 140px;
		height: 140px;
	}

	.team-list-image:after {
		width: 160px;
		height: 160px;
	}

	.team-list-image img {
		height: 200px !important;
	}
	
	.team-taxonomy {
		overflow: scroll;
	}
}



