@charset "UTF-8";
/*==========biography==========*/
.biography__wrapper {
	padding: 24px;
}

.biography__wrapper::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
}


.biography-img__wrapper {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
}

.biography-img__wrapper .biography__img {
	border-radius: 50%;
}

.profile__inner {
	padding: 24px 0 0;
}

.profile__name {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.profile__sub {
	margin-bottom: 16px;
	font-size: 12px;
	text-align: center;
}

.profile__text {
	padding-top: 16px;
}

.profile__item {
	display: table;
	width: 100%;
	margin-bottom: 8px;
	font-size: 14px;
}

.profile__item_que {
	display: table-cell;
	width: 50% !important;
	padding-right: 8px;
	text-align: right;
}

.profile__item_ans {
	display: table-cell;
	padding-left: 8px;
	font-weight: bold;
}

.biography__history-wrapper .more__btn,
.biography__history-wrapper .section-btn__wrapper {
	display: none;
}

.biography__history {
	margin-top: 24px;
	padding: 24px;
}

.biography-history__item {
	margin-bottom: 22px;
	padding-bottom: 24px;
	list-style: none;
	border-bottom: 1px solid;
	border-color: var(--alpha-text-color);
}

.biography-history__item:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.biography-history__date {
	margin-bottom: 8px;
	color: var(--light-text-color);
	font-size: 14px;
	font-weight: bold;
}

.biography-img__wrapper_bg,
.background-layer .biography-img__wrapper_bg {
	display: none;
}

.background-layer .biography__wrapper,
.background-layer .profile__inner,
.background-layer .biography__profile,
.background-layer .biography-img__wrapper::before,
.background-layer .biography__history-wrapper {
	background: transparent !important;
}

.biography-detail {
	padding: 16px 0
}

@media screen and (min-width: 768px) {
	.biography {
		padding-bottom: 88px;
	}

	.biography .section__inner {
		max-width: none;
	}

	.biography .title-optionable {
		margin-bottom: 56px;
	}
	
	.biography .title-optionable .more__btn,
	.biography .section__inner ~ .section-btn__wrapper {
		display: none;
	}

	.biography__history-wrapper .section-btn__wrapper {
		display: inline-block;
		width: auto;
		max-width: none;
		margin-top: 0;
		padding: 0;
		text-align: right;
		background: transparent !important;
		border: none;
		color: var(--text-color)!important;
	}

	.biography__history-wrapper .section__btn::after {
		font-family: "icon";
		content: "\e91e";
		color: var(--primary-color);
		margin-left: 6px;
	}
	
	.biography__wrapper {
		margin-top: 48px;
		padding: 0;
	}
	
	.biography__wrapper::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
	}

	.biography__group {
		position: relative;
		z-index: 1;
	}
	
	.biography-img__wrapper_bg {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 280px;
		overflow: hidden;
		z-index: -1;
		margin: 0 auto;
	}

	.biography-img__wrapper_bg::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 280px;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
	}

	.biography-img__wrapper_bg .biography__img {
		height: 280px;
		margin: 0 auto;
	}
	
	.biography-detail .biography-img__wrapper_bg {
		position: relative;
	}

	#biographyBg {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.biography-img__wrapper_bg svg{
		width: 100%;
		height: auto;
	}
	
	.biography-img__wrapper_bg image {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.biography__contents {
		max-width: 1360px;
		margin: 0 auto;
		padding: 0 40px;
	}
	
	.biography-img__wrapper {
		position: relative;
		top: 6px;
		left: 0;
		right: 0;
		width: 200px;
		height: 200px;
		margin: -160px auto 0;
	}

	.background-layer .biography-img__wrapper {
		margin: 80px auto 0;
	}

	.biography-img__wrapper::before {
		content: "";
		display: block;
		position: absolute;
		top: -8px;
		left: -8px;
		right: 0;
		width: 216px;
		height: 216px;
		margin: auto;
		border-radius: 50%;
		background: inherit;
	}
	
	.biography__img {
		margin: 0 auto;
	}
	
	.biography__profile {
		display: flex;
		padding-top: 0;
		background: transparent;
	}

	.biography__history-wrapper {
		flex: 1 1 0%;
		padding: 48px 0 40px 8%;
		max-width: 880px;
		margin: 0 auto;
		text-align: right;
	}

	.biography__history {
		margin: 0;
		padding: 0 0 24px;
		background: transparent;
		text-align: left;
	}

	.biography-history__item {
		border-bottom: dotted 1px;
		border-color: var(--alpha-text-color);
	}
	
	.biography-history__item:last-child {
		padding-bottom: 24px;
		border-bottom: dotted 1px;
	}
	
	.title-optionable ~ .biography__wrapper .biography__history-wrapper {
		float: left;
	}
	
	.title-optionable ~ .biography__contents .biography__history-wrapper {
		right: auto;
		left: 40px;
	}
	
	.profile__inner {
		flex: 1 1 0%;
		padding: 48px 0 40px 0;
		max-width: 880px;
		margin: 0 auto;
	}

	.profile__name {
		font-size: 24px;
	}

	.profile__sub {
		font-size: 14px;
	}
	
	.profile__item_que {
		font-size: 16px;
	}
	
	.profile__item_ans {
		font-size: 16px;
	}
	
	 .biography__pager {
		display: block;
	}
	
	/*==========biography-center detail==========*/
	
	.biography-detail {
		padding: 0;
	}

	.biography-detail .biography__wrapper {
		margin: 0;
	}
	
	.biography-detail .profile__text {
		max-width: 768px;
		margin: 0 auto;
		padding: 40px 0;
	}
	
}