@media only screen and (min-width: 768px) {
	.case #wrap {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.case #wrap {
		margin-top: 68px;
	}
}

.case .header .header__menu .nav__item a {
	color: #031527
}
.case .header .header__menu .nav__item a:after {
	background: #0061A8 !important
}
.case .header .logo {
	padding-top: 12px
}
.case .header .logo .logo--ttl em {
	color: #031527
}

@media only screen and (min-width: 768px) {
	.case .header {
		position: fixed;
		background: #fff;
		animation: header 0.6s linear
	}
}

@media only screen and (max-width: 767px) {
	.case .header__logo:before {
		height: 100%
	}
	.case .header .logo .logo--ttl em.big {
		font-size: 24px;
		line-height: 29px
	}
	.case .header .logo .logo--ttl em.small {
		font-size: 10px;
		line-height: 15px
	}
}


.l-inner {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.introSec {
	padding: 0;
	text-align: center;
}
.introSec h2 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: .1em;
}
.introSec h2 span{
	color: #0060a8;
}
.introSec p{
	font-size: 19px;
	letter-spacing: .1em;
}
.introSec .cv_btn {
	padding: 35px 0;
	margin: 40px auto 0;
}

.categorySec {
	padding: 10px 0 30px;
}
.categorySec h3{
	margin-top: 10px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
}
.categoryBox {
	width: 100%;
	padding: 20px 0;
	background: #eff4f7;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.categoryBox ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.categoryBox ul:not(:first-of-type){
	margin-left: 10px;
}
.categoryBox li:not(:first-of-type){
	margin-left: 10px;
}
.categoryBox input {
	display: none;
}
.categoryBox .check__wrap {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 110px;
	height: 28px;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
	border-radius: 20px;
	border: none;
	box-shadow: inset -2px 2px 2px 0 rgba(255,255,255,.7), inset 3px -3px 2px 0 rgba( 0, 0, 0, .5);
	background: linear-gradient(#298bd4, #2671a9);
}
.categoryBox .check__wrap label{
	display: block;
	width: 100%;
	text-align: center;
	transform: translateX(-5px);
}
.categoryBox .check__wrap::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	transform: translateY(-50%);
}
.categoryBox li input:checked + div.check__wrap {
	background-image: radial-gradient(rgba(125, 125, 125, 1), rgba(40, 40, 40, 1));
	box-shadow: none;
}
.cvSec {
	margin-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
	.categoryBox{
		width: 70%;
		min-width: 620px;
		margin: 0 auto;
		flex-flow: column;
	}
	.categoryBox ul:not(:first-of-type){
		margin-left: 0;
	}
	.categoryBox ul:first-of-type {
		margin-bottom: 10px;
	}
	.categoryBox li:not(:first-of-type){
		margin-left: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.categoryBox{
		width: 100%;
		min-width: 100%;
	}
	.categoryBox .check__wrap {
		width: 19.6vw;
		height: 9vw;
		border-radius: 4.6vw;
		font-size: 3.2vw;
		font-weight: normal;
		line-height: 1;
	}
	.categoryBox .check__wrap label{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.categoryBox .check__wrap span{
		font-size: 2.7vw;
		line-height: 1;
	}
	.categoryBox .check__wrap::after {
		right: 1.5vw;
	}
	.categoryBox li:not(:first-of-type){
		margin-left: 1vw;
	}
	.introSec p{
		font-size: 4.3vw;
	}

	.cvSec {
		margin-bottom: 5vw;
	}
	.cvSec .l-inner {
		padding: 0;
	}

}


#case_contents_loader {
  width: 100%;
  height: 400px;
  background: #fff;
  z-index: 1;
}
#case_contents_loader img {
  max-width: 100%;
  width: 16px;
  margin-right: 10px;
}

#loader {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #333;
  z-index: 2;
}

.hide {
	display: none;
}

.paging input[type=radio] {
	display: none;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	font-size: 16px
}
.wp-pagenavi label {
	width: 42px;
	height: 42px;
	line-height: 42px;
	line-height: 35px;
	display: inline-block;
	margin: 0 4px;
	color: #001526;
	text-align: center;
	border: none !important
}
.wp-pagenavi label:hover,
.wp-pagenavi label.current {
	border: 1px solid #001526 !important;
	font-weight: bold
}
.wp-pagenavi .pages {
	margin-right: 15px
}
.wp-pagenavi .previouspostslink {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #BEBEBE !important;
	border-left: 2px solid #BEBEBE !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 10px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.wp-pagenavi .previouspostslink {
		top: -10px
	}
}

.wp-pagenavi .previouspostslink:hover {
	border-right: none !important;
	border-bottom: none !important;
	border-top: 2px solid #BEBEBE;
	border-left: 2px solid #BEBEBE;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.wp-pagenavi .nextpostslink {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #BEBEBE !important;
	border-right: 2px solid #BEBEBE !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 10px
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.wp-pagenavi .nextpostslink {
		top: -10px
	}
}

.wp-pagenavi .nextpostslink:hover {
	border-left: none !important;
	border-bottom: none !important;
	border-top: 2px solid #BEBEBE;
	border-right: 2px solid #BEBEBE;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.wp-pagenavi .pages {
	display: none
}