@charset "utf-8";
/* ============ */
.wrap1320 {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 30px;
}
.wrap1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
}
.wrap1100 {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 30px;
}
@media(max-width: 767px) {
		.wrap1320, .wrap1200, .wrap1100 {
				padding: 0 20px;
		}
}
.second_hdr {
		background: #224BA1;
		color: #fff;
		height: 460px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		box-sizing: border-box;
		padding: 200px 60px 60px;
}
@media(max-width: 1200px) {
		.second_hdr {
				padding: 200px 30px 60px;
		}
}
.second_hdr_inner {
		width: 1320px;
		margin: 0 auto;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		position: relative;
}
.second_hdr_inner::before {
		content: '';
		display: block;
		position: absolute;
		top: -370px;
		right: 0;
		width: 395px;
		height: 395px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		background-image: url("../images/second_hdr_bg.png");
		pointer-events: none;
}
.second_hdr hgroup {
		display: flex;
		flex-direction: column-reverse;
		text-align: left;
		margin: 0 !important
}
.second_hdr hgroup p {
		color: #fff;
		font-size: 90px;
		font-family: "Poppins";
		font-weight: 700;
		margin: 0 0 15px;
		letter-spacing: 0;
}
.second_hdr hgroup h2 {
		color: #fff;
		font-size: 24px;
}
.second_hdr ol {
		display: flex;
		align-items: center;
		list-style: none;
		font-size: 14px;
}
.second_hdr ol a {
		color: #fff;
		text-decoration: underline;
}
@media (hover: hover) {
		.second_hdr ol a:hover {
				color: #fff;
				text-decoration: none;
		}
}
.second_hdr ol li {
		margin: 0 25px 0 0;
		position: relative;
}
.second_hdr ol li::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 2px);
		right: -15px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		pointer-events: none
}
.second_hdr ol li:last-child {
		margin-right: 0;
}
.second_hdr ol li:last-child::after {
		display: none
}
@media(max-width: 1200px) {
		.second_hdr hgroup p {
				font-size: 72px;
		}
		.second_hdr hgroup h2 {
				font-size: 18px;
		}
}
@media(max-width: 960px) {
		.second_hdr {
				height: 300px;
				display: flex;
				padding: 100px 30px 40px;
		}
}
@media(max-width: 767px) {
		.second_hdr {
				height: 200px;
				display: flex;
				padding: 40px 20px 20px;
		}
		.second_hdr hgroup p {
				font-size: 40px;
		}
		.second_hdr hgroup h2 {
				font-size: 16px;
		}
		.second_hdr ol {
				font-size: 12px;
		}
}
/* ============ */
.linkBtn {}
/* ============ */
.fWht {
		color: #fff !important;
}
/* ============ */
.underL {
		position: relative;
}
.underL::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #0168B7;
		transform-origin: left center;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		transform: scaleX(0);
}
.underL.bgBlu::after {
		background: #0168B7;
}
.underL.bgWht::after {
		background: #fff;
}
@media (hover: hover) {
		a:hover .underL::after {
				transform: scaleX(1);
		}
}
/* ============ */
.anchor {
		pointer-events: none;
		z-index: -1;
		height: 0
}
@media(max-width: 767px) {
		.anchor {
				position: relative;
				padding-top: 100px;
				margin-top: -100px;
		}
}
/* ============ */
@media(min-width: 768px) {
		.spObj {
				display: none;
		}
		.spbr {
				display: none
		}
}
@media(max-width: 767px) {
		.pcObj {
				display: none
		}
		.pcbr {
				display: none;
		}
}
/* ============ */
a.toLink {
		position: relative;
		display: inline-block;
		padding-right: 45px;
}
a.toLink::before, a.toLink::after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: calc(50% - 14px)
}
a.toLink::before {
		background: #3356A1;
		border-radius: 4px;
		width: 28px;
		height: 28px;
}
a.toLink::after {
		width: 14px;
		height: 14px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 14px;
		background-image: url("../images/icon_right_wht.png")
}
/* ============ */
.fadeInNml {
		opacity: 0;
		transition: opacity 0.35s;
}
.fadeInNmlActive {
		opacity: 1;
}
/* =============== */
.mb00 {
		margin-bottom: 0px !important;
}
.mb05 {
		margin-bottom: 5px !important;
}
.mb10 {
		margin-bottom: 10px !important;
}
.mb15 {
		margin-bottom: 15px !important;
}
.mb20 {
		margin-bottom: 20px !important;
}