/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
/* main button color
----------------------------------------*/
.sec-content {
	padding-bottom: 120px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-content {
		padding-bottom: 0;
	}
}

.sec-content .sec-title {
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 70px;
	padding-left: 4.545%;
	color: #00315e;
	white-space: nowrap;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-title {
		font-size: 5.33333vw;
		padding-left: 5.33333vw;
		margin-bottom: -2vw;
	}
}

.sec-content .sec-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background-color: #00315e;
	margin-left: 1.5em;
}

@media screen and (max-width: 750px) {
	.sec-content .sec-title:after {
		width: 5.33333vw;
	}
}

.information-wrap {
	padding: 70px 4.545%;
	position: relative;
	display: flex;
}

@media screen and (max-width: 750px) {
	.information-wrap {
		display: block;
		padding: 5.33333vw 5.33333vw 10.66667vw;
	}
}

.information-wrap:after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background-color: rgba(0, 91, 172, 0.07);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.information-wrap .label {
	white-space: nowrap;
	font-weight: bold;
	color: #00315e;
	margin-right: 4em;
}

@media screen and (max-width: 750px) {
	.information-wrap .label {
		margin-right: 0;
		margin-bottom: 1em;
		font-size: 3.46667vw;
	}
}

.information-wrap .information-list {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.information-wrap .information-list .date:nth-child(n + 3),
.information-wrap .information-list .detail:nth-child(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.information-wrap .information-list .date:nth-child(n + 3),
	.information-wrap .information-list .detail:nth-child(n + 4) {
		margin-top: 4vw;
	}
}

.information-wrap .information-list .date {
	float: left;
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
}

@media only screen and (max-width: 750px) {
	.information-wrap .information-list .date {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.information-wrap .information-list .date {
		font-size: 3.2vw;
		line-height: 2.0;
	}
}

.information-wrap .information-list .detail {
	margin-left: 9em;
}

@media screen and (max-width: 750px) {
	.information-wrap .information-list .detail {
		font-size: 3.2vw;
		margin-left: 7em;
	}
}

.information-wrap .information-list .detail a {
	color: #00315e;
	text-decoration: none;
}

@media screen and (min-width: 751px) {
	.information-wrap .information-list .detail a:hover {
		color: #0082e2;
	}
}

.cont-wrap {
	position: relative;
	margin-top: 150px;
}

@media screen and (max-width: 750px) {
	.cont-wrap {
		margin-top: 18.66667vw;
	}
}

.cont-wrap:after {
	content: '';
	display: block;
	width: 75%;
	height: 86px;
	position: absolute;
	bottom: -86px;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 91, 172, 0.07);
}

@media screen and (max-width: 750px) {
	.cont-wrap:after {
		width: 50%;
		height: 80%;
		top: 3.46667vw;
		right: 0;
		left: auto;
		bottom: auto;
	}
}

.cont-wrap .txt,
.cont-wrap .ph {
	width: 50%;
}

@media screen and (max-width: 750px) {
	.cont-wrap .txt,
	.cont-wrap .ph {
		width: 88vw;
	}
}

.cont-wrap .txt {
	position: relative;
	padding-top: 145px;
}

@media screen and (max-width: 750px) {
	.cont-wrap .txt {
		padding-top: 0;
		z-index: 2;
	}
}

.cont-wrap .ph {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

@media screen and (max-width: 750px) {
	.cont-wrap .ph {
		height: 61.33333vw;
		position: static;
		margin-top: -13.33333vw;
		margin-left: auto;
	}
}

.cont-wrap .ph.ph01 {
	background-image: url(/renew_assets/learn/img/ph01.jpg);
}

.cont-wrap .ph.ph02 {
	background-image: url(/renew_assets/learn/img/ph02.jpg);
}

.cont-wrap .ph.ph03 {
	background-image: url(/renew_assets/learn/img/ph03.jpg);
}

.cont-wrap .label {
	font-size: 34px;
	font-weight: 500;
	color: #00315e;
	position: absolute;
	top: 0;
	left: 9.09%;
}

@media screen and (max-width: 750px) {
	.cont-wrap .label {
		font-size: 5.33333vw;
		position: static;
		padding-left: 5.33333vw;
		margin-bottom: 2em;
	}
}

.cont-wrap .label span {
	position: relative;
}

.cont-wrap .label span:after {
	content: '';
	display: block;
	width: 1em;
	height: 1px;
	background-color: #00315e;
	position: absolute;
	top: 50%;
	right: -6em;
}

@media screen and (max-width: 750px) {
	.cont-wrap .label span:after {
		right: -4em;
	}
}

.cont-wrap .links {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cont-wrap .links li {
	height: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background-color: white;
}

@media screen and (max-width: 750px) {
	.cont-wrap .links li {
		height: 13.33333vw;
	}
}

.cont-wrap .links a {
	color: #00315e;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 9.09%;
	background: url(/renew_assets/common/img/icon-arr-right-bl.svg) 94% 50% no-repeat;
	background-size: 12px;
}

@media screen and (min-width: 751px) {
	.cont-wrap .links a:hover {
		color: #0082e2;
	}
}

@media screen and (max-width: 750px) {
	.cont-wrap .links a {
		background-size: 2.13333vw;
		padding: 0 5.33333vw;
	}
}

.cont-wrap.right:after {
	left: auto;
	right: 0;
}

@media screen and (max-width: 750px) {
	.cont-wrap.right:after {
		left: 0;
		right: auto;
	}
}

.cont-wrap.right .txt {
	margin-left: auto;
}

.cont-wrap.right .ph {
	left: 0;
}

@media screen and (max-width: 750px) {
	.cont-wrap.right .ph {
		margin-left: 0;
	}
}

.cont-wrap.right .label {
	left: auto;
	right: 9.09%;
}

@media screen and (max-width: 750px) {
	.cont-wrap.right .label {
		text-align: right;
		padding-right: 5.33333vw;
	}
}

.cont-wrap.right .label span:after {
	left: -6em;
	right: auto;
}

@media screen and (max-width: 750px) {
	.cont-wrap.right .label span:after {
		left: -3em;
	}
}

.bnr-area {
	margin-top: 258px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
	.bnr-area {
		display: block;
		margin-top: 21.33333vw;
	}
}

.bnr-area li {
	width: 50%;
	padding: 0 2.857%;
}

@media screen and (min-width: 751px) {
	.bnr-area li:nth-child(n + 3) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 750px) {
	.bnr-area li {
		width: 100%;
		padding: 0 5.33333vw;
	}
	.bnr-area li + li {
		margin-top: 6.66667vw;
	}
}

.bnr-area li a {
	display: block;
	color: #00315e;
}

.bnr-area li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
}

@media screen and (max-width: 750px) {
	.bnr-area li img {
		margin-bottom: 2.66667vw;
	}
}

.bnr-area .detail {
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.bnr-area .detail {
		font-size: 3.2vw;
	}
}

/*# sourceMappingURL=../../../_map/renew_assets/learn/css/style.css.map */
