@charset "utf-8";
/* CSS Document */

/*
.highlightBorderTabDifferent::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .2s;
}
.highlightBorderTabDifferent:hover::after{
  width: 100%;
  left: 0;
}
*/

.tab-row1 {
	text-align: center;
	padding: 0;
	float: none;
	display:inline-block;
	list-style: none;
	width: auto;
}

.tab-row1 li {
	width:auto;
	text-align:center;
	font-size:15px;
	font-weight:500;
	letter-spacing:0.4px;
	border:none;
	/*border-bottom:4px solid rgba(212,203,156,0);*/
	border-radius:0;
	transition:all 0.25s ease-out 0s;
	display:inline-block;
	position:relative;
	color:#353b42;
	background:none;
	margin:0 28px 10px 0px;
	padding:10px 0 18px;
	font-family: 'Playfair Display', serif;
	cursor:pointer;
	

	animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 350ms;
  animation-delay: calc(var(--count) * 250ms);
  animation-fill-mode: both;
}



.tab-row1 li:hover {
  background:none;
  border:none;
  /*border-bottom:4px solid rgba(212,203,156,1);*/
}

.tab-row1 li:hover::after {
	width: 100%;
  left: 0;
}

.tab-row1 li::after {
	content: '';
  position: absolute;
  width: 0px;
  height: 4px;
  left: 50%;
  bottom:0;
  background-color: rgba(212,203,156,1);
  transition: all ease-in-out .2s;
}

.tab-row1 li.active::after {
  background:none;
  border:none;
  /*border-bottom:4px solid rgba(212,203,156,1);*/
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom:0;
  background-color: rgba(212,203,156,1);
  transition: all ease-in-out .2s;
}

.tab-row2 {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 auto 0;
}
.tab-bar2 {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 0;
}
.tab-icon1 {
	width: 55px;
	float: none;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}

.tab-btn1 { float:none; color:#ffffff; background:#d4cb9c; border-color:#d4cb9c; cursor:pointer; margin:0 0 10px; padding:14px 25px 14px 25px;}
.tab-btn1:hover { color:#d4cb9c; background:none; border-color:#d4cb9c;}

.conten-wrapp .conten-tab .tab-btn1 {
	animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 350ms;
  animation-delay: 1250ms;
  animation-fill-mode: both;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.tab-row1 { width:100%;}
.tab-row1 li { width:50%; float:left; font-size:10px; padding:11px 0.5% 14px; margin:0;}
.tab-row1 li:nth-child(2) { float:right;}
.conten-wrapp2 .tab-row1 { margin:0 0 20px;}
.tab-row1 li span { display:none;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.tab-row1 { width:100%;}
.tab-row1 li { font-size:10px; padding:9px 13px 9px; margin:0 6px 0 0;}
.conten-wrapp2 .tab-row1 { margin:0 0 20px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.tab-row1 li { font-size:10px; padding:9px 13px 9px; margin:0 6px 0 0;}
.conten-wrapp2 .tab-row1 { margin:0 0 20px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

.tab-row1 li {margin: 0 11px 0 0; font-size: 10px; padding:5px 0 14px;}


}

@media screen and (min-width:901px) and (max-width:1024px) {
	.tab-row1 li {
		font-size: 12px;
		margin: 0 10px 0 0;
	}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
	.tab-row1 li {
		font-size: 13px;
		margin: 0 15px 0 0;
	}
}

@media screen and (min-width:1241px) and (max-width:1350px) {
}