
/******************** section.pop-recires *********************/

 .head-catalog {
	width: 100%;
	margin: 3vh 0;
	display: flex;
 }

 .head-name-mobile {
	display: none;
} 
 
 .head-catalog span {
	color: #fff;
	width: 1264px;
	margin-left: auto;
	margin-right: auto;
	/* font-size: 2rem; */
	font-size: 4vw;
	font-weight: lighter;
 }
 /******************** END section.pop-recires *********************/
 
 
 /******************** start section.catalog *********************/
 section.catalog {
	display: block;
	min-height: 600px;
 }
 
 .con-book {
	display: flex;
	flex-direction: row;
	/* border: 1px solid red; */
 }
 
 .con-book .txt-head {
	margin-bottom: 5vh;
 }
 
 .con-book .txt-head span {
	letter-spacing: 3px;
	/* font-size: 3vw; */
	font-size: 4vw;
 }

 .catalog txt-head span {
	color:#005197;
 }
 
 .panel-group {
	display: flex;
	width: 35%;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
 }
 
 .panel-title a,
 .panel-body a {
	font-family: 'Lato', sans-serif;
	color: #404040;
	letter-spacing: 2px;
	transition: all 200ms;
	cursor: pointer;
	text-transform: uppercase;
 }
 
 
 .panel-title a:hover,
 .panel-title a:active,
 .panel-title a:focus {
	font-weight: 800;
	color: #57A771;
 }
 
 .panel-body a:hover,
 .panel-body a:active,
 .panel-body a:focus {
	font-weight: 800;
	text-transform: uppercase;
	background: linear-gradient(to right, #339f5b 0%, #005197 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
 }
 
 .con-book .tab-content {
	display: flex;
	align-items: center;
	padding: none;
 }
 
 .tab-pane hr {
	background: rgb(51 51 51 / 51%);
	border: none;
	height: 5px;
 }
 
 .tab-pane hr::after {
	content: "";
	position: absolute;
	width: 30%;
	height: 5px;
	transform: translateX(-120%);
	background-color: #eee;
 }



 .catalog .tab-content>.tab-pane {
	width: 100%;
 }

 
 /* ver.mobile */
 section.catalog .con-cook-mobile {
	display: none;
	/* border: #000 solid; */
 }
 
 .con-cook-mobile .txt-head {
	text-align: center;
 }



.catalog .panel {
	margin-left: 3rem;
}
 /******************** END section.catalog *********************/
 


 

@media screen and (max-width: 1024px) {
	section.catalog {
		height: fit-content;
		padding: 5em 1em;
	}
}

@media screen and (max-width: 430px) {
	.panel-title a, .panel-body a {
		font-size: 1rem;
		letter-spacing: 0;
	}
}