.find_nav {
	width: 100%;
	height: 4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #FFFFFF;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}


.find_nav_left {
	height: 4rem;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.find_nav_list {
	position: absolute;
	left: 0;
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0;
	margin: 0 2.0rem;
}

.find_nav_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 4rem;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
}

.find_nav_cur>a {
	color: #000 !important;
	font-weight: bold;
}

.sideline {
	display: block;
	position: absolute;
	border: 0;
	height: 0.4rem;
	background-color: #B3995B;
	left: 0;
	top: 3.6rem;
	pointer-events: none;
}

/* .head_nav {
	margin-top: 4rem;
}
 */
.head_img {
	background-color: #FFFFFF;
	padding: 1.0rem ;
	height: 14rem;
}

.head_img>img {
	width: 100%;
	object-fit: cover;
}

.navbar_top {
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	padding: 0 1.5rem;
	justify-content: space-between;
}

.navbt {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.active {
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.active:after {
	display: block;
	content: " ";
	width: 80%;
	height: 0.4rem;
	border-radius: 2.0rem;
	background: #B3995B;
	margin-top: 0.5rem;
}
.title_top{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.main_nav {
	background-color: #FFFFFF;
	padding-bottom: 0.6rem;
}

.main_title {
	padding: 3rem 1.3rem 1.2rem 1.3rem;
}

.main_title_top {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	display: flex;
	flex-direction: row;
	line-height: 100%;
}

.main_title_top:before {
	content: " ";
	width: 0.4rem;
	display: list-item;
	background: #B3995B;
	margin-right: 0.6rem;
}

.main_title_bottom {
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
	color: #977F47;
	padding-top: 0.4rem;
}

.tale_nav {
	background-color: #FFFFFF;
	margin: 1.5rem;
}

.tale_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tale_list,
.tale_monery {
	padding: 1.5rem;
}

.tale_list {
	font-size: 1.7rem;
	font-weight: 400;
	color: #000000;
	border-bottom: 1px solid rgba(179, 153, 91, 0.41);
}

.tale_list>span {
	font-size: 1.3rem;
	font-weight: 400;
	color: #B3995B;
}

.tale_monery {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.tale_left,
.tale_right {
	display: flex;
	flex-direction: row;
}

.tale_monery {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 92%;
}

.tale_left,
.tale_right {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.tale_left>span:nth-of-type(3),
.tale_right>span:nth-of-type(3) {
	font-size: 1.3rem;
	font-weight: 500;
	color: #B3995B;
	padding-left: 1.6rem;
}

.tale_left>span:nth-of-type(2),
.tale_right>span:nth-of-type(2) {
	padding-left: 1.0rem;
}

.photography_text>p {
	font-size: 1.4rem;
	color: #000000;
}

.photography_cafe {
	display: grid;
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 2.0rem;
	grid-column-gap: 2%;
	padding-bottom: 2.0rem;
	margin: 0 1rem;
}

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

.photography_vide {
	position: relative;
	height: 107px;
}

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

.photography_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photography_po{
	position: absolute;
    width: 4rem;
    height: 4rem;
    object-fit: cover;
	left: calc(50% - 2rem);
	top: calc(50% - 2rem);
}
.photography_po>img{
	width: 100%;
	height: 100%;
}

.photography_texts {
	text-align: left;
	padding: 0 0.8rem 0.4rem 0.8rem;
}
.photography_texts>img{
	width: 2.8rem;
	height: 2.8rem;
	object-fit: cover;
	border-radius: 50%;
}
.photography_texts>span {
	font-size: 1.2rem;
	color: #515151;
}

.container4 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: left !important;
	font-size: 1.8rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.shuffling_top{
	width: 100%;
	height: 100%;
}
.swiper-slide>img {
	width: 100%;
	height: 100%;
}

.shuffling {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	width: 100%;
}

.shuffling_list {
	border-radius: 1.0rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.shuffling_img {
	width: 100%;
	height: 22.8rem;
	object-fit: cover;
}

.shuffling_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin: 0.4rem 0.6rem;
}

.shuffling_text>p:nth-of-type(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 0.9rem;
}

.shuffling_text>p:nth-of-type(2) {
	font-size: 1.2rem;
	padding: 0.4rem 0;
}

.shuffling_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	margin: 0.6rem;
}

.shuffling_name {
	position: relative;
	width: 88%;
}

.shuffling_magazine {
	width: 46%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.2rem;
	text-align: right;
	    text-overflow: ellipsis;
}

.shuffling_px {
	width: 100%;
	height: 1.0rem;
	transform: skew(-30deg);
	background-color: #B3995B;
}

.shuffling_ne {
	position: absolute;
	top: -1.0rem;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.magazine_sum {
	display: flex;
	font-size: 1.0rem;
	transform: scale(0.88);
	margin-left: -1.0rem;
}

.nav_tab {
	margin: 1rem 1rem 0 1rem;
}

.nav_tab>p {
	padding-bottom:1rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000000;
}

.headline_title {
	display: flex;
	flex-direction: column;
/* 	padding-bottom: 19px;
	padding-top: 2.6rem; */
	padding: 1rem;
}

.title_pillars {
	display: flex;
	align-items: center;
	height: 2.0rem;
}

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

.article {
	display: grid;
	flex-direction: column;
	padding-bottom: 2rem;
}

.article_nav:nth-of-type(1) {
	margin-top: 2rem;
}

.article_nav {
	position: relative;
	width: 100%;
	height: 11.5rem;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	margin-top: 4rem;
}

.article_top {
	position: absolute;
	left: 1rem;
	top: -1rem;
	display: flex;
	flex-direction: row;
	width: 99%;
}

.article_top>img {
	width: 20rem;
	height: 14rem;
	object-fit: cover;
	border-radius: 1rem;
}

.article_left {
	width: calc(100% - 20rem);
	display: flex;
	flex-direction: column;
	margin-top: 3.6rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: #B3995B;
	padding-left: 1.0rem;
	padding-right: 1rem;
	box-sizing: border-box;
	
}
.article_left>p:nth-of-type(1){
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #000000;
}

.article_left>p:nth-of-type(2) {
	width: 80%;
	height: 1px;
	background-color: #B3995B;
	margin: 0.4rem 0;
}

.article_left>p:nth-of-type(3) {
	font-size: 1.2rem;
	font-weight: 300;
	color: #B3995B;
}

.article_right {
	display: flex;
	align-self: flex-end;
	font-size: 1.3rem;
	font-weight: 300;
	color: #B3995B;
	padding-bottom: 2.6rem;
	right: 2.3rem;
	position: absolute;
}

.title{
	padding: 0.8rem;
}
.title_name{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tilte_right,.title_left{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tilte_right{
	color: #CCCCCC;
}
.title_name{
	padding-top: 0.6rem;
}
.title_name>img{
	width: 2.8rem;
	height: 2.8rem;
	object-fit: cover;
	border-radius: 50%;
}
.title_name>p{
	padding-left: 0.6rem;
}
.ls{
	position: fixed;
	bottom: 6rem;
	right: 1.5rem;
	z-index: 9999;
}
.ls>img{
	width: 6rem;
	height: 6rem;
	object-fit: cover;
	margin-top: 1rem;
}