@charset "UTF-8";
/*==========biography==========*/
 .bioDefault .headline {
 	display: none;
 }
 
.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 {
	display: block;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.profile__inner {
	padding: 24px 0;
}

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

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

.profile__text {
	padding-top: 16px;
	border-top: 1px solid;
	border-color: var(--alpha-text-color);
}

.profile__item {
	margin-bottom: 16px;
	font-size: 0;
	letter-spacing: normal;
}

.profile__item_que {
	display: inline-block;
	max-width: 50%;
	font-size: 14px;
	letter-spacing: .05em;
	vertical-align: top;
}

.profile__item_ans {
	display: inline-block;
	max-width: 50%;
	padding-left: 16px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
}

.biography__history {
	padding: 24px;
}

.biography-history__item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	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;
}

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

.background-layer .biography__wrapper,
.background-layer .profile__inner {
	background: transparent !important;
}

.biography-detail {
	padding: 16px 0
}

@media screen and (max-width: 767px) {
	.biography-detail .biography__wrapper {
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.hlhide .headline {
    	display: none;
    }

    .bioDefault .headline {
    	display: block;
    	margin-bottom: 40px;
    }

	.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,
	.biography__history-wrapper .more__btn {
		display: inline-block;
		width: auto;
		max-width: none;
		margin-top: 40px;
		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;
		position: absolute;
		width: 100%;
		height: 100%;
		padding-top: 100%;
		overflow: hidden;
		z-index: -1;
		margin: 0 auto;
	}

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

	.biography-img__wrapper_bg .biography__img {
		margin: 0 auto;
	}

	#biographyBg {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.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 {
		position: relative;
		margin: 0 auto;
		padding: 0 4%;
		z-index: 1;
	}
	
		
	.biography-img__wrapper {
		float: left;
		width: 50%;
		margin: 80px 0 0 0;
		padding-top: calc(56.25% / 2);
		background: transparent;
	}
	
	.title-optionable ~ .biography__wrapper .biography__profile {
		float: right;
		margin-top: -96px;
	}

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

	.biography__history-wrapper {
		float: left;
		width: 50%;
		padding: 40px;
		border: 1px solid rgba(225,225,225,.1);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
		clear: left;
		text-align: right;
	}

	.biography-history__item {
		border: none;
	}
	
	.title-optionable ~ .biography__wrapper .biography__history-wrapper {
		float: left;
	}
	
	.title-optionable ~ .biography__contents .biography__history-wrapper {
		right: auto;
		left: 40px;
	}
	
	.profile__inner {
		position: relative;
		padding: 80px 48px;
		float: right;
		width: 50%;
		margin-top: 160px;
		background: transparent!important;
		clear: right;
	}

	.profile__inner-bg {
		content: "";
		position: absolute;
		width: calc(100% + 48px);
		height: 100%;
		top: 0;
		left: -48px;
		opacity: .6;
		z-index: -1;
	}

	.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;
	}

	.background-layer .biography__wrapper {
		margin: -50px 0 0;
		padding: 0;
	}
	
	/*==========biography-right detail==========*/
	.biography-detail {
		padding: 0;
	}
	
	.biography-detail .biography__wrapper {
		margin: 0;
	}

	.biography-detail .biography-img__wrapper {
		margin: 80px 0 14% 0;
	}

	.background-layer .biography__wrapper {
		margin: 40px 0!important;
	}

}