.expert .tit {
	padding-bottom: 20px;
}

.expert .list {
	gap: 40px;
}
.expert .list .item {
	width: calc(25% - 30px);
}
.expert .list .item .thumb {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	background: #f9f9f9;
}
.expert .list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.expert .list .item .info h4 {
	font-size: 30px;
}
.expert .like_btn {
	color: #7c7c7c;
	font-size: 20px;
	font-weight: 500;
	padding-left: 35px;
	background: url("../images/ic_heart.svg")no-repeat 0 50%;
}
.expert .like_btn.on {
	background: url("../images/ic_heart_on.svg")no-repeat 0 50%;
}


.expert .more_btn {
	display: block;
	width: 116px;
	height: 44px;
	border-radius: 5px;
	border: 1px solid #7C7C7C;
	background: #323232;
	font-size: 16px;
	color: #fcfcfc;
	box-sizing: border-box;
	margin: 40px auto 0;
}
.expert .more_btn img {
	vertical-align: middle;
	margin-left: 10px;
}




.expert .detail .profile {
	gap: 20px;
}
.expert .detail .profile .thumb {
	position: relative;
	width: 226px;
	height: 226px;
	border-radius: 10px;
	overflow: hidden;
}
/* 20240731 */
.expert .detail .profile .thumb img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/* // 20240731 */
.expert .detail .profile .text {
	width: calc(100% - 246px);
}
.expert .detail .profile .text .name {
	padding-bottom: 10px;
}
.expert .detail .profile .text .name h4 {
	font-size: 30px;
}
.expert .detail .profile .text > p {
	padding-top: 12px;
	border-top: 1px solid #7C7C7C;
	color: #7C7C7C;
	font-size: 18px;
}
.expert .detail .profile .text .btn_form {
	gap: 10px;
	margin-top: 10px;
}
.expert .detail .profile .text .btn_form > div {
	flex: 1;
	gap: 10px;
}
.expert .detail .profile .text .btn_form > div > div {
	gap: 10px;
}
.expert .detail .profile .text .btn_form > div > div span {
	width: 115px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
	color: var(--white);
}
.expert .detail .profile .text .btn_form > div > div span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.expert .detail .profile .text .btn_form > div .youtube span {
	background: var(--white);
	color: #1f1f1f;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
}
.expert .detail .profile .text .btn_form > div .youtube span:before {
	background: url("../images/ic_youtube.svg")no-repeat 50% 50%;
}
.expert .detail .profile .text .btn_form > div .telegram span {
	background: #249BD6;
}
.expert .detail .profile .text .btn_form > div .telegram span:before {
	background: url("../images/ic_telegram.svg")no-repeat 50% 50%;
}
.expert .detail .profile .text .btn_form > div .kakao span {
	background: #FEE712;
	color: #000;
}
.expert .detail .profile .text .btn_form > div .kakao span:before {
	background: url("../images/ic_kakao.svg")no-repeat 50% 50%;
}
.expert .detail .profile .text .btn_form > div .flex_tv span {
	background: #F1F1F1;
	color: #000;
}
.expert .detail .profile .text .btn_form > div .flex_tv span:before {
	background: url("../images/ic_flex.svg")no-repeat 50% 50%;
}
.expert .detail .profile .text .btn_form > div .insta span {
	background: linear-gradient(101deg, #4957DC 18.06%, #FA2284 56.51%, #FED56B 99%);
}
.expert .detail .profile .text .btn_form > div .insta span:before {
	background: url("../images/ic_insta.svg")no-repeat 50% 50%;
}
.expert .detail .profile .text .btn_form > div .etc span {
	background: #000;
}
.expert .detail .profile .text .btn_form > div .etc span:before {
	display: none;
}
.expert .detail .live {
	margin-top: 40px;
	gap: 10px;
	cursor: pointer;
}
.expert .detail .live span {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 50px;
	background: #0F6;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
}
.expert .detail .live span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: #F00;
	border-radius: 50%;
	margin-right: 5px;
}
.expert .detail .live div {
	flex: 1;
	border-radius: 5px;
	background: #F0F0F0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
}
.expert .detail .live div p {
	position: relative;
	width: 700px;
	animation: moving_text 10s linear infinite;
	padding: 10px;
	white-space: nowrap;
}
@-webkit-keyframes moving_text {
  0% {
    left: 100%;
  }
  100% {
    left: -700px;
  }
}
@keyframes moving_text {
  0% {
    left: 100%;
  }
  100% {
    left: -700px;
  }
}
.expert .detail .btn_more {
	margin-top: 20px;
}




.expert .write h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}



.theme-dark .expert .detail .profile .text .btn_form > div .youtube span {
    background: var(--white);
	border: 0;
}
.theme-dark .expert .detail .live div {
	background: #000;
	color: var(--white);
}


.community .tit {
    position: relative;
}
.community .tabs {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 15px;
    width: max-content;
}
.community .tabs a {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 0 10px 10px;
	border-bottom: 2px solid transparent;
}
.community .tabs a.active {
	border-bottom: 2px solid var(--red);
}






@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1024px) {
	.expert .list {
		gap: 30px 20px;
	}
	.expert .list .item {
		width: calc(33.333% - 14px);
	}
	.expert .list .item .info h4 {
		font-size: 24px;
	}
	.expert .like_btn {
		font-size: 18px;
	}
	
	.expert .detail .profile .text .name h4 {
		font-size: 24px;
	}
	.expert .detail .profile .text > p {
		padding-top: 20px;
		font-size: 16px;
	}
	.expert .detail .profile .text .btn_form {
		font-size: 14px;
	}
	
	
	.expert .write h4 {
		font-size: 16px;
	}


	/* 20240814 */
	.community .tabs a {
		font-size: 16px;
		padding: 0 5px 6px;
	}
	/* // 20240814 */
}
@media screen and (max-width: 768px) {
	.expert .list .item {
		width: calc(50% - 10px);
	}
	.expert .list .item .info h4 {
		font-size: 20px;
	}
	.expert .like_btn {
		font-size: 16px;
		background-size: 30px!important;
		padding-left: 30px;
	}
	
	
	
	.expert .detail .profile .thumb {
		width: 125px;
		height: 125px;
	}
	.expert .detail .profile .text {
		width: calc(100% - 145px);
	}
	.expert .detail .profile .text .name h4 {
		font-size: 20px;
	}
	.expert .detail .profile .text > p {
		font-size: 14px;
	}
	.expert .detail .profile .text .btn_form > div {
		flex: none;
		width: 100%;
	}


	/* 20240814 */
	.community .tabs {
		left: auto;
		transform: none;
		right:0;
		gap: 5px;
	}
	.community .tabs a {
        font-size: 14px;
    }
	/* // 20240814 */
}
@media screen and (max-width: 480px) {
	.expert .list .item {
		width: 100%;
	}
	
	.expert .detail .profile .thumb {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
	.expert .detail .profile .text {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.expert .detail .profile .text .btn_form a {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	/* 20240814 */
	.community .tabs {
		position: static;
		width: 100%;
		margin-top: 5px;
	}
	/* // 20240814 */
}