.head {
	padding: 0.4rem 1rem 0 1rem;
	background-color: #FFFFFF;

}

.head_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.head_top_left,
.head_top_right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_top_left>img,
.head_top_right>img {
	width: 4rem;
	object-fit: cover;
	height: 4rem;
	margin-left: 0.5rem;
	border-radius: 50%;
}

.head_top_left>img:nth-of-type(2) {
	width: 3.8rem;
	height: 3.8rem;
	padding: 0 0.8rem;
}

.head_top_right {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.head_top_left>p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #B3995B;
	padding: 0.4rem 0.6rem;
	border-radius: 0.4rem;
	background-color: #000;
	text-align: center;
	margin-left: 0.5rem;
}

.head_top_right>p {
	padding: 0.4rem 0.8rem;
	background-color: #B3995B;
	border-radius: 50rem;
}

.video {
	position: relative;
	width: 100%;
	margin: 1.2rem 0 1.4rem 0;
	height: 24rem;
}

.video_plt {
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: 39%;
	left: 44%;
}
.koy{
	height: 100%;
}

.title_img {
	width: 100%;
	height: 24rem;
	object-fit: cover;
	border-radius: 0.6rem;
}

.tilte_left_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 2rem;
	font-weight: 400;
	color: #000000;
}

.tilte_left_name>span {
	font-size: 1.3rem;
	font-weight: 300;
	color: #515151;
	display: flex;
	align-self: flex-end;
	padding-left: 2rem;
}
.headline_title {
	display: flex;
	flex-direction: column;
	padding-bottom: 19px;
	/* padding-top: 2.6rem; */
}

.main_sy {
	margin: 0 1rem;
}

.title_pillars {
	display: flex;
	align-items: center;
	height: 2rem;
	margin-top: 1.6rem;
}

.pillars {
	width: 0.4rem;
	height: 100%;
	background-color: #B3995B;
}

.expert {
	font-size: 1.8rem;
	margin-left: 0.6rem;
}

.expert_bt {
	color: #B3995B;
	font-size: 1.4rem;
}

.photography_cafe {
	display: grid;
	grid-template-columns: repeat(2, 48%);
	grid-row-gap: 2rem;
	grid-column-gap: 1.4rem;
	padding-bottom: 2rem;
}

.photography_can {
	background-color: #FFFFFF;
	border-radius: 0.6rem;
	overflow: hidden;
}

.photography_vide {
	position: relative;
	height: 13rem;
}

.photography_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photography_img>img {
	width: 100%;
	height: 100%;
}

.photography_texts {
	text-align: left;
	padding: 0 0.8rem 0.4rem 0.8rem;
}

.photography_texts>span {
	font-size: 1.2rem;
	color: #515151;
}

.photography_po {
	position: absolute;
	z-index: 99;
	left: 40%;
	top: 40%;
}

.photography_po>img {
	width: 4rem;
	height: 4rem;
}

.title {
	margin: 0.7rem 1.0rem;
}

.title_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.8rem;
}
.title_lefts{
	padding-bottom: 1rem;
}
.title_left {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.tilte_right {
	font-size: 1.0rem;
	font-weight: 300;
	color: #515151;
}

.title_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 0.6rem;
}
.title_name>img{
	width: 3.0rem;
	height: 3.0rem;
	object-fit: cover;
	border-radius: 50%;
}
.title_name>p{
	font-size: 1.3rem;
	font-weight: 300;
	color: #515151;
}
.hide{
	display: none;
}