/* fixoContent : 메인 */

#keyvisualMain .slide {
	overflow: hidden;
	width: 100%; min-height: 700px;
	text-align: center;
	position: relative;
}
#keyvisualMain .slide .box-image {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#keyvisualMain .slide .box-image img {
	display: none;
}
#keyvisualMain .slide .swiper-slide {
	display: flex; align-items: center; justify-content: center;
}

#keyvisualMain .slide .arrow-wrap {
	position: absolute; top: 50%; left: 0; right: 0; z-index: 10;
	height: 54px;
	transform: translateY(-50%);
}
#keyvisualMain .slide .arrow-wrap > div {
	position: absolute; top: 0; z-index: 20;
	width: 27px; height: 54px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	cursor: pointer;
}
#keyvisualMain .slide .arrow-prev {
	left: 20px;
	background-image: url('../_images/keyvisual_btn_prev.png');
}
#keyvisualMain .slide .arrow-next {
	right: 20px;
	background-image: url('../_images/keyvisual_btn_next.png');
}

#keyvisualMain .slide .box-text {
	position: relative;
	color: #fff;
}
#keyvisualMain .slide .box-text h2 {
	margin: 0 0 40px;
	font-size: 5.79rem; font-weight: 100;
}
#keyvisualMain .slide .box-text h2 b {
	font-weight: 700;
}
#keyvisualMain .slide .box-text .subscript {
	margin: 0 0 40px;
	font-size: 1.9rem; line-height: 1.6; font-weight: 100;
}
#keyvisualMain .slide .box-text .tails {
	text-transform: uppercase;
	font-size: .9rem; letter-spacing: 1rem; font-weight: 300;
}

#keyvisualMain .keyvisual-bt {
	position: relative;
}
#keyvisualMain .keyvisual-bt .box-wrap {
	position: absolute; bottom: 0; left: 0; right: 0; z-index: 10;
	display: flex;
	background-color: rgba(14,14,14,.8);
}
#keyvisualMain .keyvisual-bt .box-wrap .box-left {
	width: 50%;
	padding: 0 3%;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-left ul {
	display: flex; align-items: center;
	height: 100%;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-left ul li {
	width: 50%;
	text-align: center;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-left ul li .inner {
	display: inline-flex; align-items: center;
	text-align: left;
	font-size: 1.6rem; font-weight: 300; color: #fff;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-left ul li .inner img {
	margin: 0 5px 0 0;	
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right {
	width: 50%;
	box-sizing: border-box;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap {
	display: flex; align-items: center; justify-content: space-between;
	height: 104px;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .slide-box {
	display: flex;
	width: calc(100% - 160px);
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .tit {
	flex-shrink: 0;
	position: relative;
	width: 170px;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	font-size: 1.9rem; line-height: 104px; font-weight: 700; color: #fff;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .tit:after {
	content: '';
	position: absolute; top: 50%; right: 25px;
	width: 1px; height: 18px;
	transform: translateY(-50%);
	background-color: #fff;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .cont {
	height: 104px;
	overflow: hidden;
	font-size: 1.9rem; line-height: 104px; font-weight: 300; color: #fff;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .cont a {
	display: block;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
	color: #fff;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .arrow-wrap {
	flex-shrink: 0;
	display: flex;
	width: 160px; height: inherit;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .arrow-wrap > div {
	width: 80px; height: inherit;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .arrow-wrap .arrow-prev {
	background-image: url('../_images/keyvisual_up.png');
}
#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .arrow-wrap .arrow-next {
	background-image: url('../_images/keyvisual_down.png');
}
@media (max-width: 1279px) {
	#keyvisualMain .slide .swiper-slide01 .box-image {
		background-position: left 25% center;
	}
	#keyvisualMain .slide .swiper-slide02 .box-image {
		background-position: left 20% center;
	}
	#keyvisualMain .keyvisual-bt .box-wrap {
		position: static;
		display: block;
		margin: 0 -20px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-left {
		width: 100%;
		border-right: 0; border-bottom: 1px solid #e6e6e6;
		padding: 30px 0;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right {
		width: 100%;
	}
}
@media (max-width: 719px) {
	#keyvisualMain .slide {
		min-height: 450px; max-height: 450px;
	}
	#keyvisualMain .slide .arrow-wrap {
		display: none;
	}
	#keyvisualMain .slide .box-text h2 {
		margin: 0 0 20px;
		font-size: 3.5rem;
	}
	#keyvisualMain .slide .box-text .subscript {
		margin: 0 0 20px;
		font-size: 1.6rem;
	}
	#keyvisualMain .slide .box-text .tails {
		font-size: .6rem;
	}
	#keyvisualMain .keyvisual-bt .box-wrap {
		margin: 0 -10px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-left {
		padding: 15px 10px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-left ul li .inner {
		font-size: 1.4rem;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-left ul li .inner img {
		width: 30px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap {
		height: 60px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .slide-box {
		width: calc(100% - 80px);
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .tit {
		width: 100px;
		padding: 0 0 0 10px;
		font-size: 1.5rem; line-height: 60px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .cont {
		height: 60px;
		font-size: 1.5rem; line-height: 60px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .arrow-wrap {
		width: 80px;
	}
	#keyvisualMain .keyvisual-bt .box-wrap .box-right .notice-wrap .arrow-wrap > div {
		width: 40px;
		background-size: 15px auto;
	}
}

.common-title {
	text-align: center;
}
.common-title .txt-top {
	padding: 0 0 10px;
	text-transform: uppercase;
	font-size: .9rem; letter-spacing: .9rem; color: rgba(40,40,40,.5);
}
.common-title h2 {
	font-size: 4.5rem; line-height: 1.2; font-weight: 100;
}
.common-title .subscript {
	padding: 30px 0 0 0;
	font-size: 1.9rem; line-height: 1.4; font-weight: 300;
}
.common-title.color-w {
	color: #fff;
}
.common-title.color-w .txt-top {
	color: rgba(255,255,255,.5);
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	.common-title .txt-top {
		font-size: .6rem;
	}
	.common-title h2 {
		font-size: 3.2rem;
	}
	.common-title .subscript {
		padding: 15px 0 0 0;
		font-size: 1.6rem;
	}
}

#section01 {
	padding: 140px 0 110px;
}
#section01 .item-wrap {
	display: flex; flex-wrap: wrap; justify-content: space-between;
	padding: 70px 0 85px; margin: 0 -5px;
}
#section01 .item-wrap .item {
	width: 12.5%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
#section01 .item-wrap .item figure {
	margin: 0 0 20px;
}
#section01 .item-wrap .item h3 {
	margin: 0 0 8px;
	font-size: 2rem; color: #01224e;
}
#section01 .item-wrap .item p {
	font-size: 1.6rem; line-height: 1.4; font-weight: 300;
}
#section01 .section-bt ul {
	display: flex; justify-content: center;
}
#section01 .section-bt ul li {
	padding: 0 25px;
	box-sizing: border-box;
}
#section01 .section-bt ul li .inner {
	position: relative;
	display: flex; align-items: center;
	border: 1px solid #c6c6c6;
	max-width: 380px;
	border-radius: 80px;
	padding: 30px 114px 30px 50px;
	box-sizing: border-box;
	font-size: 1.9rem; font-weight: 100;
}
#section01 .section-bt ul li .inner:after {
	content: '+';
	position: absolute; top: 50%; right: 50px;
	transform: translateY(-50%);
	font-size: 2.7rem; font-weight: 900; color: #01224e;
}
@media (max-width: 1279px) {
	#section01 .item-wrap .item {
		width: 25%;
		padding: 0 5px 40px;
	}
	#section01 .section-bt ul li {
		padding: 0 10px;
	}
	#section01 .section-bt ul li .inner {
		padding: 30px 80px 30px 30px;
	}
	#section01 .section-bt ul li .inner:after {
		right: 30px;
	}
}
@media (max-width: 719px) {
	#section01 {
		padding: 70px 0;
	}
	#section01 .item-wrap {
		padding: 40px 0 20px;
	}
	#section01 .item-wrap .item {
		width: 50%;
		padding: 0 5px 40px;
	}
	#section01 .item-wrap .item figure img {
		max-width: 110px;
	}
	#section01 .section-bt ul {
		display: block;
	}
	#section01 .section-bt ul li {
		padding: 0 10px 20px;
	}
}

#section02 {
	padding: 120px 0 0;
	background-color: #f1f5fa;
}
#section02 .section-top {
	display: flex;
	padding: 80px 0 0 0;
}
#section02 .section-top .box-left {
	align-self: flex-end;
	width: 50%;
	margin: 0 0 -190px;
	text-align: right;
}
#section02 .section-top .box-right {
	width: 50%;
	padding: 60px 0 60px;
	text-align: center;
}
#section02 .section-top .box-right .inner {
	position: relative;
	display: inline-block;
	text-align: left;
}
#section02 .section-top .box-right .inner .ico-medal {
	position: absolute; top: 0; right: 0;
}
#section02 .section-top .box-right .inner h3 {
	display: flex; align-items: flex-end;
	margin: 0 0 60px;
	font-size: 3rem;
}
#section02 .section-top .box-right .inner h3 span {
	margin: 0 0 0 10px;
	font-size: 1.9rem; font-weight: 100;
}
#section02 .section-top .box-right .inner li {
	position: relative;
	padding: 2px 0 2px 10px;
	font-size: 1.9rem; font-weight: 100;
}
#section02 .section-top .box-right .inner li:before {
	content: '-';
	position: absolute; top: 2px; left: 0;
}
#section02 .section-top .box-right .inner li.pd {
	margin: 0 0 20px;
}
#section02 .section-bt {
	position: relative;
	padding: 0 0 170px;
}
#section02 .section-bt:after {
	content: '';
	position: absolute; top: 190px; left: -100%; right: -100%; bottom: 0;
	background-color: #01224e;
}
#section02 .section-bt .item-wrap {
	position: relative; z-index: 1;
	display: flex;
	margin: 0 -10px;
}
#section02 .section-bt .item-wrap .item {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}
#section02 .section-bt .item-wrap .item .inner {
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,.4);
	padding: 16% 8% 56%;
	height: 100%;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#section02 .section-bt .item-wrap .item01 .inner {
	background-image: url('../_images/se02_img01.jpg');
}
#section02 .section-bt .item-wrap .item02 .inner {
	background-image: url('../_images/se02_img02.jpg');
}
#section02 .section-bt .item-wrap .item03 .inner {
	background-image: url('../_images/se02_img03.jpg');
}
#section02 .section-bt .item-wrap .item .inner .txt-top {
	position: relative;
	padding: 40px 0 0 0; margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 1.2rem; letter-spacing: .12rem; font-weight: 700;
}
#section02 .section-bt .item-wrap .item .inner .txt-top:before {
	content: '';
	position: absolute; top: 0; left: 0;
	width: 10px; height: 10px;
	border-radius: 50%;
	background-color: #01224e;
}
#section02 .section-bt .item-wrap .item .inner h3 {
	margin: 0 0 25px;
	font-size: 3rem;
}
#section02 .section-bt .item-wrap .item .inner p {
	font-size: 1.9rem; line-height: 1.5; font-weight: 300;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section02 {
		padding: 60px 0 0;
	}
	#section02 .section-top {
		display: block;
		padding: 40px 0 0;
	}
	#section02 .section-top .box-left {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#section02 .section-top .box-left img {
		max-width: 220px;
	}
	#section02 .section-top .box-right {
		width: 100%;
		padding: 30px 0;
	}
	#section02 .section-bt {
		padding: 0 0 70px;
	}
	#section02 .section-bt .item-wrap {
		display: block;
		margin: 0;
	}
	#section02 .section-bt .item-wrap .item {
		width: 100%;
		padding: 0 0 20px;
	}
	#section02 .section-bt .item-wrap .item .inner {
		padding: 10% 5% 56%;
	}
	#section02 .section-bt .item-wrap .item .inner p {
		font-size: 1.7rem;
	}
}

#section03 {
	padding: 150px 0 0;
}
#section03 .tab-menu {
	display: flex; justify-content: center;
	padding: 60px 0;
}
#section03 .tab-menu li {
	width: 100%; max-width: 270px;
	padding: 0 20px;
}
#section03 .tab-menu li a {
	display: block;
	border: 6px solid #6271b5;
	border-radius: 80px;
	text-align: center;
	font-size: 1.9rem; line-height: 70px; font-weight: 300;
}
#section03 .content-wrap .content {
	display: none;
}
#section03 .content-wrap .content.active {
	display: block;
}
#section03 .content-wrap .box-wrap {
	position: relative; z-index: 3;
	display: flex; align-items: flex-end;
}
#section03 .content-wrap .box-wrap .box-left {
	width: 50%;
	text-align: center;
}
#section03 .content-wrap .box-wrap .box-right {
	width: 50%;
	padding: 0 0 90px;
}
#section03 .content-wrap .box-wrap .box-right h3 {
	margin: 0 0 45px;
	font-size: 4rem; line-height: 1.4; font-weight: 100;
}
#section03 .content-wrap .box-wrap .box-right p {
	margin: 0 0 80px;
	font-size: 1.9rem; line-height: 1.4; font-weight: 100;
}
#section03 .content-wrap .box-wrap .box-right .list {
	display: flex;
	margin: 0 25px;
}
#section03 .content-wrap .box-wrap .box-right .list li {
	width: 25%;
	font-size: 1.9rem; line-height: 80px; font-weight: 300; color: #fff;
}
#section03 .content-wrap .box-wrap .box-right .list li span {
	position: relative;
	display: block;
	margin: 0 -25px;
	border-radius: 80px;
	text-align: center;
}
#section03 .content-wrap .box-wrap .box-right .list li:not(:last-child) span:after {
	content: '+';
	position: absolute; top: 0; right: 10px; z-index: 2;
	font-size: 4rem; font-weight: 100;
}
#section03 .content-wrap .box-wrap .box-right .list li:nth-child(1) span {
	background-color: #6271b5;
}
#section03 .content-wrap .box-wrap .box-right .list li:nth-child(2) span {
	background-color: #01224e;
}
#section03 .content-wrap .box-wrap .box-right .list li:nth-child(3) span {
	background-color: #01142f;
}
#section03 .content-wrap .box-wrap .box-right .list li:nth-child(4) span {
	background-color: #020b17;
}
#section03 .content-wrap .item-wrap {
	position: relative; z-index: 2;
	display: flex;
	padding: 260px 0 170px; margin: -130px 0 0 0;
}
#section03 .content-wrap .item-wrap:after {
	content: '';
	position: absolute; top: 0; left: -200%; right: -200%; bottom: 0; z-index: -1;
	background-color: #042550;
}
#section03 .content-wrap .item-wrap .item {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}
#section03 .content-wrap .item-wrap .item .inner {
	position: relative;
	background-color: #fff;
	padding: 80px 0 72%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}
#section03 .content-wrap .item-wrap .item .inner .num {
	position: absolute; top:-20px; left: 50%;
	width: 66px; height: 66px;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #6271b5;
	font-size: 1.5rem; line-height: 66px; font-weight: 700; color: #fff;
}
#section03 .content-wrap .item-wrap .item .inner h3 {
	margin: 0 0 25px;
	font-size: 3rem;
}
#section03 .content-wrap .item-wrap .item .inner p {
	font-size: 1.5rem; line-height: 1.3; font-weight: 300;
}
#section03 .content-wrap .content01 .item-wrap .item:nth-child(1) .inner {
	background-image: url('../_images/se03_img01.jpg');
}
#section03 .content-wrap .content01 .item-wrap .item:nth-child(2) .inner {
	background-image: url('../_images/se03_img02.jpg');
}
#section03 .content-wrap .content01 .item-wrap .item:nth-child(3) .inner {
	background-image: url('../_images/se03_img03.jpg');
}
#section03 .content-wrap .content02 .item-wrap .item:nth-child(1) .inner {
	background-image: url('../_images/se03_img04.jpg');
}
#section03 .content-wrap .content02 .item-wrap .item:nth-child(2) .inner {
	background-image: url('../_images/se03_img05.jpg');
}
#section03 .content-wrap .content02 .item-wrap .item:nth-child(3) .inner {
	background-image: url('../_images/se03_img06.jpg');
}
@media (max-width: 1279px) {
	#section03 .content-wrap .box-wrap {
		display: block;
	}
	#section03 .content-wrap .box-wrap .box-left {
		width: 100%;
		padding: 0 0 40px;
	}
	#section03 .content-wrap .box-wrap .box-left img {
		max-width: 300px;
	}
	#section03 .content-wrap .box-wrap .box-right {
		width: 100%;
		padding: 0;
	}
	#section03 .content-wrap .item-wrap {
		padding: 100px 0 80px; margin-top: -40px;
	}
}
@media (max-width: 719px) {
	#section03 {
		padding: 70px 0 0;
	}
	#section03 .tab-menu li {
		padding: 0 5px;
	}
	#section03 .tab-menu li a {
		border-width: 3px;
		line-height: 44px;
	}
	#section03 .content-wrap .box-wrap .box-left img {
		max-width: 220px;
	}
	#section03 .content-wrap .box-wrap .box-right h3 {
		margin: 0 0 30px;
		font-size: 2.9rem;
	}
	#section03 .content-wrap .box-wrap .box-right p {
		margin: 0 0 60px;
		font-size: 1.6rem;
	}
	#section03 .content-wrap .box-wrap .box-right .list {
		flex-wrap: wrap;
	}
	#section03 .content-wrap .box-wrap .box-right .list li {
		width: 50%;
		font-size: 1.7rem; line-height: 60px;
	}
	#section03 .content-wrap .item-wrap {
		display: block;
	}
	#section03 .content-wrap .item-wrap .item {
		width: 100%;
		padding: 0 0 40px;
	}
	#section03 .content-wrap .item-wrap .item .inner {
		padding: 60px 0 70%;
	}
	#section03 .content-wrap .item-wrap .item .inner h3 {
		margin: 0 0 15px;
		font-size: 2.8rem;
	}
}

#section04 {
	padding: 160px 0 150px;
}
#section04 .list {
	display: flex;
	margin: 100px 25px;
}
#section04 .list li {
	width: 25%;
}
#section04 .list li span {
	display: block;
	margin: 0 -25px 50px;
	border-radius: 128px;
	text-align: center;
	font-size: 3rem; line-height: 128px; font-weight: 300; color: #fff;
}
#section04 .list li:not(:first-child) span:after {
	content: '+';
	position: absolute; top: 0; left: -25px; z-index: 2;
	width: 50px;
	text-align: center;
	font-size: 3rem; font-weight: 100;
}
#section04 .list li:nth-child(1) span {
	background-color: rgba(98,113,181,.9);
}
#section04 .list li:nth-child(2) span {
	background-color: rgba(1,34,78,.9);
}
#section04 .list li:nth-child(3) span {
	background-color: rgba(1,20,47,.9);
}
#section04 .list li:nth-child(4) span {
	background-color: rgba(2,11,23,.9);
}
#section04 .list li p {
	text-align: center;
	font-size: 1.5rem; line-height: 1.4; font-weight: 300;
}
#section04 .list li:not(:last-child) p {
	border-right: 1px solid #ccc;
}
#section04 .content-bt {
	display: flex; align-items: center; justify-content: center;
	border-top: 1px solid #01224e;
	background-color: #f1f5fa;
	padding: 30px;
}
#section04 .content-bt .caution {
	flex-shrink: 0;
	width: 126px; height: 126px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 60px 0 0;
	text-align: center;
	font-size: 4rem; line-height: 126px; font-weight: 900; color: #01224e;
}
#section04 .content-bt .txt {
	font-size: 1.9rem; line-height: 1.5; font-weight: 300;
}
@media (max-width: 1279px) {
	#section04 .list li span {
		font-size: 1.7rem; line-height: 80px;
	}
}
@media (max-width: 719px) {
	#section04 {
		padding: 70px 0;
	}
	#section04 .list {
		flex-wrap: wrap;
		margin: 50px 20px;
	}
	#section04 .list li {
		width: 50%;
		padding: 0 0 20px;
	}
	#section04 .list li span {
		margin: 0 -15px 20px;
		line-height: 60px;
	}
	#section04 .list li:nth-child(2) p {
		border: 0;
	}
	#section04 .content-bt {
		display: block;
	}
	#section04 .content-bt .caution {
		width: 60px; height: 60px;
		margin: 0 0 20px;
		line-height: 60px;
	}
	#section04 .content-bt .txt {
		font-size: 1.6rem;
	}
}

#section05 {
	background-color: #042550;
	padding: 5%;
}
#section05 .section-wrap {
	padding: 130px 0;
	background-color: #fff;
}
#section05 .box-wrap {
	display: flex; align-items: center; justify-content: center;
	padding: 70px 0;
}
#section05 .box-wrap .box-left {
	padding: 0 80px 0 0;
}
#section05 .box-wrap .box-right {
}
#section05 .box-wrap .box-right h3 {
	margin: 0 0 30px;
	font-size: 3rem; font-weight: 300;
}
#section05 .box-wrap .box-right p {
	font-size: 1.9rem; line-height: 1.4; font-weight: 300;
}
#section05 .list-check {
	max-width: 1040px;
	margin: auto;
}
#section05 .list-check li {
	margin: 0 0 20px;
}
#section05 .list-check li span {
	position: relative;
	display: flex; align-items: center;
	padding: 0 0 0 110px;
	height: 70px;
	background-color: #f1f5fa;
	font-size: 1.9rem; font-weight: 300;
}
#section05 .list-check li span:before {
	content: '';
	position: absolute; top: 0; left: 0;
	width: 70px; height: 70px;
	background: #01224e url('../_images/ico_check.png') no-repeat center;
}
@media (max-width: 1279px) {
	#section05 .box-wrap {
		display: block;
	}
	#section05 .box-wrap .box-left {
		width: 100%;
		padding: 0 0 40px;
		text-align: center;
	}
	#section05 .box-wrap .box-left img {
		max-width: 300px;
	}
}
@media (max-width: 719px) {
	#section05 .section-wrap {
		padding: 70px 0;
	}
	#section05 .box-wrap .box-left img {
		max-width: 220px;
	}
	#section05 .box-wrap .box-right p {
		font-size: 1.6rem;
	}
	#section05 .list-check li span {
		padding: 0 0 0 60px;
		height: 50px;
		font-size: 1.6rem;
	}
	#section05 .list-check li span:before {
		width: 50px; height: 50px;
		background-size: 12px auto;
	}
}

#section06 {
	padding: 150px 0;
	background-color: #f1f5fa;
}
#section06 .tab-menu {
	position: relative; z-index: 2;
	display: flex; justify-content: center;
	padding: 70px 0 0; margin: 0 0 -38px;
}
#section06 .tab-menu li {
	width: 100%; max-width: 270px;
	padding: 0 20px;
}
#section06 .tab-menu li a {
	display: block;
	border: 6px solid #6271b5;
	border-radius: 80px;
	background-color: #fff;
	text-align: center;
	font-size: 1.9rem; line-height: 70px; font-weight: 300;
}
#section06 .content-wrap .content {
	display: none;
	background-color: #fff;
	padding: 100px 0 90px;
}
#section06 .content-wrap .content.active {
	display: block;
}
#section06 .content-wrap .content .box-wrap {
	display: flex; align-items: center;
}
#section06 .content-wrap .content .box-wrap .box-left {
	width: 50%;
	text-align: center;
}
#section06 .content-wrap .content .box-wrap .box-right {
	width: 50%;
}
#section06 .content-wrap .content .box-wrap .box-right h3 {
	margin: 0 0 40px;
	font-size: 3rem; font-weight: 300;
}
#section06 .content-wrap .content .box-wrap .box-right .inner .ss-txt {
	margin: 0 0 60px;
	font-size: 1.9rem; line-height: 1.5; font-weight: 300;
}
#section06 .content-wrap .content .box-wrap .box-right ul {
	display: flex; flex-wrap: wrap;
	width: 100%; max-width: 640px;
	text-align: center;
}
#section06 .content-wrap .content .box-wrap .box-right ul li {
	width: 50%;
	box-sizing: border-box;
}
#section06 .content-wrap .content .box-wrap .box-right ul li figure {
	margin: 10px 0;
}
#section06 .content-wrap .content .box-wrap .box-right ul li p {
	margin: 0 0 20px;
	font-size: 1.9rem; line-height: 1.5; font-weight: 300;
}
#section06 .content-wrap .content .box-wrap .box-right ul li:nth-child(n+3) {
	border-top: 1px solid #6271b5;
}
#section06 .content-wrap .content .box-wrap .box-right ul li:nth-child(2n+1) {
	border-right: 1px solid #6271b5;
}
@media (max-width: 1279px) {
	#section06 .tab-menu li {
		padding: 0 10px;
	}
	#section06 .content-wrap .content .box-wrap {
		display: block;
	}
	#section06 .content-wrap .content .box-wrap .box-left {
		width: 100%;
		padding: 0 0 40px;
	}
	#section06 .content-wrap .content .box-wrap .box-left img {
		max-width: 300px;
	}
	#section06 .content-wrap .content .box-wrap .box-right {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#section06 .content-wrap .content .box-wrap .box-right ul {
		max-width: 100%;
	}
}
@media (max-width: 719px) {
	#section06 .tab-menu {
		flex-wrap: wrap;
	}
	#section06 .tab-menu li {
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
	}
	#section06 .tab-menu li a {
		border-width: 3px;
		line-height: 44px;
	}
	#section06 .content-wrap .content .box-wrap .box-left img {
		max-width: 220px;
	}
	#section06 .content-wrap .content .box-wrap .box-right h3 {
		margin: 0 0 20px;
	}
	#section06 .content-wrap .content .box-wrap .box-right ul li figure img {
		width: 60px;
	}
	#section06 .content-wrap .content .box-wrap .box-right ul li p {
		font-size: 1.6rem;
	}
}

#section07 {
	padding: 170px 0;
}
#section07 .section-wrap {
	padding: 130px 0;
	background-color: #fff;
}
#section07 .box-wrap {
	display: flex; align-items: center; justify-content: center;
	padding: 70px 0 120px;
}
#section07 .box-wrap .box-left {
	padding: 0 80px 0 0;
}
#section07 .box-wrap .box-right {
}
#section07 .box-wrap .box-right h3 {
	margin: 0 0 30px;
	font-size: 3rem; font-weight: 300;
}
#section07 .box-wrap .box-right p {
	font-size: 1.9rem; line-height: 1.4; font-weight: 300;
}
#section07 .item-wrap {
	display: flex; flex-wrap: wrap;
	border-top: 1px solid #cdcdcd;
}
#section07 .item-wrap .item {
	width: 25%;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	box-sizing: border-box;
}
#section07 .item-wrap .item:nth-child(4n+1) {
	border-left: 1px solid #cdcdcd;
}
#section07 .item-wrap .item .inner {
	position: relative;
	padding: 0 0 0 40px;
	min-height: 290px;
}
#section07 .item-wrap .item .num {
	width: 70px; height: 70px;
	border-radius: 50%;
	background-color: #01224e;
	margin: -35px 0 40px;
	text-align: center;
	font-size: 1.5rem; line-height: 70px; font-weight: 700; color: #fff;
}
#section07 .item-wrap .item h3 {
	margin: 0 0 25px;
	font-size: 2.4rem;
}
#section07 .item-wrap .item p {
	font-size: 1.5rem; font-weight: 300;
}
@media (max-width: 1279px) {
	#section07 .box-wrap {
		display: block;
	}
	#section07 .box-wrap .box-left {
		padding: 0 0 40px;
		text-align: center;
	}
	#section07 .box-wrap .box-left img {
		max-width: 300px;
	}
	#section07 .item-wrap .item .inner {
		padding: 0 0 50px 20px;
	}
}
@media (max-width: 719px) {
	#section07 {
		padding: 70px 0;
	}
	#section07 .box-wrap .box-left img {
		max-width: 220px;
	}
	#section07 .item-wrap .item {
		width: 50%;
	}
	#section07 .item-wrap .item .inner {
		min-height: auto;
	}
	#section07 .item-wrap .item .num {
		width: 50px; height: 50px;
		margin: -25px 0 25px;
		line-height: 50px;
	}
	#section07 .item-wrap .item:nth-child(2n+1) {
		border-left: 1px solid #cdcdcd;
	}
}

#section08 .section-top {
	padding: 130px 0 110px;
	background-color: #01224e;
}
#section08 .system-wrap {
	position: relative;
	height: 940px;
	background: url('../_images/se08_img.png') no-repeat center;
}
#section08 .system-wrap .logo {
	position: absolute;
}
#section08 .system-wrap .logo1 {
	top: 280px; right: 140px;
}
#section08 .system-wrap .logo2 {
	top: 630px; right: 240px;
}
#section08 .system-wrap .logo3 {
	top: 640px; left: 190px;
}
#section08 .system-wrap .logo4 {
	top: 435px; left: 0px;
}
#section08 .system-wrap .logo5 {
	top: 220px; left: 110px;
}
@media (max-width: 1279px) {
	#section08 .system-wrap {
		height: 400px;
		background-size: 280px auto;
	}
	#section08 .system-wrap .logo1 {
		top: 100px; right: 20px;
	}
	#section08 .system-wrap .logo1 img {
		height: 40px;
	}
	#section08 .system-wrap .logo2 {
		top: 280px; right: 80px;
	}
	#section08 .system-wrap .logo2 img {
		height: 30px;
	}
	#section08 .system-wrap .logo3 {
		top: 280px; left: 60px;
	}
	#section08 .system-wrap .logo3 img {
		height: 40px;
	}
	#section08 .system-wrap .logo4 {
		top: 180px; left: 0px;
	}
	#section08 .system-wrap .logo4 img {
		height: 25px;
	}
	#section08 .system-wrap .logo5 {
		top: 80px; left: 50px;
	}
	#section08 .system-wrap .logo5 img {
		height: 25px;
	}
}
@media (max-width: 719px) {
	#section08 .system-wrap {
		height: 300px;
		background-size: 150px auto;
	}
	#section08 .system-wrap .logo1 {
		top: 100px; right: 0px;
	}
	#section08 .system-wrap .logo1 img {
		height: 20px;
	}
	#section08 .system-wrap .logo2 {
		top: 190px; right: 30px;
	}
	#section08 .system-wrap .logo2 img {
		height: 15px;
	}
	#section08 .system-wrap .logo3 {
		top: 195px; left: 30px;
	}
	#section08 .system-wrap .logo3 img {
		height: 20px;
	}
	#section08 .system-wrap .logo4 {
		top: 140px; left: 0px;
	}
	#section08 .system-wrap .logo4 img {
		height: 12px;
	}
	#section08 .system-wrap .logo5 {
		top: 80px; left: 20px;
	}
	#section08 .system-wrap .logo5 img {
		height: 12px;
	}
}

#section09 {
	padding: 150px 0;
	background-color: #f1f5fa;
}
#section09 .item-wrap {
	display: flex; flex-wrap: wrap;
	margin: 75px -15px 0;
}
#section09 .item-wrap .item {
	width: 33.33%;
	padding: 0 15px 30px;
	box-sizing: border-box;
}
#section09 .item-wrap .item .inner {
	height: 100%;
	padding: 25px 25px 35px;
	background-color: #fff;
	box-sizing: border-box;
}
#section09 .item-wrap .item figure {
	margin: 0 0 40px;
}
#section09 .item-wrap .item .txt-top {
	position: relative;
	margin: 0 0 40px;
	text-transform: uppercase;
	font-size: 1.2rem; letter-spacing: .12rem; font-weight: 700;
}
#section09 .item-wrap .item .txt-top:before {
	content: '';
	display: block;
	width: 10px; height: 10px;
	border-radius: 50%;
	background-color: #01224e;
	margin: 0 0 30px;
}
#section09 .item-wrap .item .title {
	margin: 0 0 25px;
	font-size: 2.4rem; font-weight: 300;
}
#section09 .item-wrap .item p {
	text-align: justify;
	font-size: 1.5rem; line-height: 1.4; font-weight: 300;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section09 {
		padding: 70px 0;
	}
	#section09 .item-wrap {
		margin: 40px -5px 0;
	}
	#section09 .item-wrap .item {
		width: 50%;
		padding: 0 5px 10px;
	}
	#section09 .item-wrap .item .inner {
		padding: 15px 15px 20px;
	}
	#section09 .item-wrap .item .txt-top {
		margin: 0 0 20px;
		font-size: 1rem;
	}
	#section09 .item-wrap .item .txt-top:before {
		width: 5px; height: 5px;
		margin: 0 0 20px;
	}
		#section09 .item-wrap .item .title {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
}


#section10 {
	background-color: #01224e;
	padding: 150px 0;
}
#section10 .slide-wrap {
	position: relative;
	margin: 100px auto 0;
	max-width: 1382px;
}
#section10 .img-btn {
	padding: 16px 0 0; margin: 0 auto;
	font-size: 0;
}
#section10 .img-btn ul {
	margin: 0 -1px;
}
#section10 .img-btn li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding: 0 1px 2px;
}
#section10 .img-btn li img {
	cursor: pointer;
}
#gallery {
	text-align: center;
	position: relative;
	max-width: 1382px;
}
#gallery .arrow {
	position: absolute; top: 50%; z-index: 40;
	width: 45px; height: 84px;
	margin-top: -39px;
	font-size: 0; line-height: 0;
	cursor: pointer;
}
#gallery .arrow-prev {
	left: -90px;
	background: url('../_images/se10_prev.png') no-repeat center;
}
#gallery .arrow-next {
	right: -90px;
	background: url('../_images/se10_next.png') no-repeat center;
}
@media (max-width: 1279px) {
	#section10 .slide-wrap {
		margin-top: 100px;
	}
	#section10 .img-btn {
		padding: 16px 0 0;
	}
	#gallery .arrow {
		display: none;
	}
}
@media (max-width: 719px) {
	#section10 {
		padding: 50px 0;
	}
	#section10 .slide-wrap {
		margin-top: 50px;
	}
	#section10 .img-btn {
		padding: 9px 0 0;
	}

	#gallery {
		padding: 0;
	}
}

#section11 {
	padding: 200px 0 160px;
	background: url('../_images/se11_bg.jpg') no-repeat center;
	background-size: cover;
}
#section11 .common-title {
	width: 50%;
	margin: 0 0 0 auto;
}
#section11 .common-title .txt-top {
	margin: 0 0 25px;
}
@media (max-width: 1279px) {
	#section11 .common-title {
		width: 100%;
	}
}
@media (max-width: 719px) {
	#section11 {
		padding: 100px 0 80px;
	}
}

#section12 {
	padding: 115px 0 95px;
	background-color: #f5f5f5;
}

#section12 .box-wrap {
	display: flex; justify-content: space-between;
	padding: 0 20px;
}
#section12 .box-wrap .box-left {
	width: 100%;
}
#section12 .box-wrap .box-left .inner {
	height: 100%;
	background-color: #fff;
}
#section12 .box-wrap .box-left .inner img {
	width: 100%;
}
#section12 .box-wrap .box-left .inner .map iframe {
	width: 100%; height: 347px;
}
#section12 .box-wrap .box-left .txt {
	padding: 25px 5%;
	border-top: 1px solid #d2d2d2;
	font-size: 1.7rem; line-height: 1.5; font-weight: 100;
}
#section12 .box-wrap .box-left .txt h3 {
	margin: 0 0 10px;
	font-size: 2.1rem;
}
#section12 .box-wrap .box-left .txt .color {
	color: #01224e;
}
#section12 .box-wrap .box-center {
	flex-shrink: 0;
	width: 470px;
	padding: 0 40px;
}
#section12 .box-wrap .box-center .inner {
	height: 100%;
	background-color: #fff;
}
#section12 .box-wrap .box-center .tel-wrap {
	display: flex; align-items: center; justify-content: center;
	padding: 35px 0;
	background-color: #272727;
}
#section12 .box-wrap .box-center .tel-wrap .ico {
	display: flex; align-items: center; justify-content: center;
	width: 80px; height: 80px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	background-color: #fff;
}
#section12 .box-wrap .box-center .tel-wrap .txt {
	color: #f5f5f5;
}
#section12 .box-wrap .box-center .tel-wrap .txt .tit {
	font-size: 1.6rem; font-weight: 100;
}
#section12 .box-wrap .box-center .tel-wrap .txt .btn {
	font-size: 3.3rem; font-weight: 900; color: #f5f5f5;
}
#section12 .box-wrap .box-center .box {
	border: solid #adb7c5; border-width: 1px 0;
	background-color: #f3f4f6;
	padding: 30px 20px; margin: 60px 34px 20px;
}
#section12 .box-wrap .box-center .guide {
	padding: 0 54px 20px;
	font-size: 1.5rem; line-height: 1.5; font-weight: 300; color: #999;
}
#section12 .box-wrap .box-right {
	flex-shrink: 0;
	width: 230px;
}
#section12 .box-wrap .box-right .inner {
	height: 100%;
}
#section12 .box-wrap .box-right .inner .btn {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	height: 50%;
	padding: 0 10px;
	text-align: center;
}
#section12 .box-wrap .box-right .inner .btn-kakao {
	background-color: #422e35;
}
#section12 .box-wrap .box-right .inner .btn-blog {
	background-color: #2fb503;
}
#section12 .box-wrap .box-right .inner .btn figure {
	margin: 0 0 20px;
}
#section12 .box-wrap .box-right .inner .btn h3 {
	margin: 0 0 15px;
	font-size: 2.1rem; font-weight: 300; color: #fff;
}
#section12 .box-wrap .box-right .inner .btn p {
	font-size: 1.52rem; line-height: 1.5; font-weight: 300; color: #fff;
}

#section12 .time-wrap {
	white-space: nowrap;
	margin: auto;
}
#section12 .time-wrap .title {
	width: 70px;
	padding: 0 40px 0 0;
	font-size: 1.7rem; line-height: 30px; font-weight: 300; color: #0a2a54;
}
#section12 .time-wrap .content {
	font-size: 1.7rem; line-height: 30px; font-weight: 300;
}
#section12 .time-wrap .title.tit2 span {
	display: inline-block;
	width: 50%;
}
#section12 .time-wrap .title.tit2 span:nth-child(1) {
	text-align: left;
}
#section12 .time-wrap .title.tit2 span:nth-child(2) {
	text-align: right;
}
#section12 .time-wrap .title.tit3 span {
	display: inline-block;
	width: 33.33%;
}
#section12 .time-wrap .title.tit3 span:nth-child(1) {
	text-align: left;
}
#section12 .time-wrap .title.tit3 span:nth-child(2) {
	text-align: center;
}
#section12 .time-wrap .title.tit3 span:nth-child(3) {
	text-align: right;
}
#section12 .time-wrap .title.tit4 span {
	display: inline-block;
	width: 25%;
}
#section12 .time-wrap .title.tit4 span:nth-child(1) {
	text-align: left;
}
#section12 .time-wrap .title.tit4 span:nth-child(2) {
	text-align: center;
}
#section12 .time-wrap .title.tit4 span:nth-child(3) {
	text-align: center;
}
#section12 .time-wrap .title.tit4 span:nth-child(4) {
	text-align: right;
}
@media (max-width: 1279px) {
	#section12 .box-wrap {
		flex-wrap: wrap;
	}
	#section12 .box-wrap .box-center {
		width: 100%;
		padding: 40px 0;
	}
	#section12 .box-wrap .box-right {
		width: 100%;
	}
	#section12 .box-wrap .box-right .inner .btn {
		padding: 10px 0;
	}
}
@media (max-width: 719px) {
	#section12 {
	padding: 50px 0 100px;
	}
	#section12 .box-wrap {
		padding: 0;
	}
	#section12 .box-wrap .box-left .inner .map iframe {
		height: 220px;
	}
	#section12 .box-wrap .box-center {
		padding: 10px 0;
	}
	#section12 .box-wrap .box-center .box {
		padding: 20px; margin: 20px;
	}
	#section12 .box-wrap .box-right .inner .btn figure {
		margin: 10px 0;
	}
	#section12 .box-wrap .box-right .inner .btn:nth-child(1) figure img {
		width: 40px;
	}
	#section12 .box-wrap .box-right .inner .btn:nth-child(2) figure img {
		width: 120px;
	}
	#section12 .box-wrap .box-left .txt {
		padding: 20px 10px;
	}
}