.banner-main {
	width: 1480px;
	max-width: 1920px;
	margin: 0 auto;
	/* height: 559px; */
}

.banner-main ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner-main .swiper-slide {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
}
.banner-main .swiper-slide > a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.banner-main .swiper-slide img {
	height: 500px;
}

.section {
	position: relative;
	padding: 30px;
	z-index: 2;
}
.section.bg-background::after {
	content: "";
	display: block;
	background: url("/img/bg_gradient_blue.png") no-repeat center center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1566px;
	height: 1213px;
	z-index: 1;
	
}
.section .section-header {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	position: relative;
	text-align: center;
	z-index: 2;
}
.section .section-header .tit {

}
.section .section-header .tit strong {
	background: linear-gradient(to right, #4E73E4 0%, #553D84 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800; /* 선택 사항 */
	font-size: 42px;
}
.section .section-header .tit-sub {
	font-size: 18px;
	color: #555555;
}

.section .section-body {
	position: relative;
    width: 1120px;
    margin: 40px auto;
    margin-top: 40px;
    z-index: 2;
}
.section .section-body .tit-area {
	display: flex;
	justify-content: center;
	
}
.section .section-body .tit-area .tit {
	position: relative;
	padding: 24px 30px;
	background: linear-gradient(to right, #4E73E4 0%, #553D84 100%);
	border-radius: 100px;
	border: 12px solid #fff;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}
.section .section-body .tit-area .tit::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid; /* 배경용 border */
	background-clip: border-box; /* 적용되지 않음 */
}

.section .section-body.tpA::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 1280px;
	height: 340px;
	background: linear-gradient(to right, #E0E6FF, #FFE8FE);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.12);
	border-radius: 30px;
	z-index: 1;
}
.section .section-body.tpA .cont-area {
	margin-top: 0px;
	background-color: transparent;
	padding: 0;
	border-radius: 12px;
}
.section .section-body.tpA .cont-area::after {
	display: none;
}
.section .section-body.tpA .cont-area > h3 {
	padding-bottom: 16px;
	font-weight: 800;
	font-size: 24px;
}
.section .section-body.tpA .cont-area .tit-sub {
	margin-bottom: 24px;
	font-size: 16px;
	color: #565656;
}
.section .section-body.tpA .cont-box-group {
	/* margin-top: 30px; */
}
.section .section-body .cont-area {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	padding: 30px;
	background-color: #fff;
	border-radius: 30px;
	z-index: 2;
}
.section .section-body .cont-area h2 {
	position: relative;
	/* padding-left: 40px; */
}
.section .section-body .cont-area h2::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 48px;
    height: 48px;
    background: linear-gradient(to right, #4E73E4 0%, #553D84 100%);
    border-radius: 100px;
    border: 5px solid #fff;
}
.section .section-body .cont-area h2 strong {
	display: inline-block;
	padding: 14px 30px 14px 58px;
	background: linear-gradient(to right, #4E73E4 0%, #553D84 100%);
	border-radius: 100px;
	color: #fff;
	font-weight: 800;
	font-size: 17px;
}

.section .section-body .cont-area > h3 {
	display: inline-block;
	padding: 30px 0 20px 0;
	background: linear-gradient(to right, #4E73E4 0%, #553D84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 17px;
}
.section .section-body .cont-area h4 {
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.section .section-body .cont-area .diagram {
	padding: 100px;
}
.section .section-body .cont-area::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background: linear-gradient(to right, #4E73E4, #553D84);
}

.section .section-body .cont-area img {
	width: 100%;
}


/* 
.banner-main .banner-main-1 {
	width: 100%;
	height: 559px;
	background: url("/img/main_bn_0414_1.jpg") center top no-repeat;
}

.banner-main .banner-main-2 {
	width: 100%;
	height: 559px;
	background: url("/img/main_bn_0527.jpg") center top no-repeat;
}

.banner-main .banner-main-3 {
	width: 100%;
	height: 559px;
	background: url("/img/main_bn_0414_3.jpg") center top no-repeat;
}

.banner-main .banner-main-4 {
	width: 100%;
	height: 559px;
	background: url("/img/main_bn_0527.jpg") center top no-repeat;
}

.banner-main .banner-main-5 {
	width: 100%;
	height: 559px;
	background: url("/img/main_bn_0502_4.png") center top no-repeat;
}


.banner-main .banner-main-6 {
	width: 100%;
	height: 559px;
	background: url("/img/main_bn_0518_1.jpg") center top no-repeat;
}

.banner-main .banner-main-7 {
	width: 100%;
	height: 559px;
	background: url("/img/banner_main_7.png") center top no-repeat;
}

.banner-main .banner-main-8 {
	width: 100%;
	height: 559px;
	background: url("/img/banner_main_8.jpg") center top no-repeat;
} */


/* .quickmenu-wrap {
	background-color: #003886;
} */

/* .ls-quickmenu {
	position: relative;
}

.ls-quickmenu::after {
	content: "";
	display: block;
	clear: both;
}

.ls-quickmenu > li {
	position: relative;
	float: left;
}

.ls-quickmenu > li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1px;
	height: 34px;
	background-color: rgba(255,255,255,0.2);
}

.ls-quickmenu > li:first-child::after {
	display: none;
}

.ls-quickmenu > li > a {
	padding: 76px 60px 20px;
	font-size: 16px;
	color: #fff;
}

.ls-quickmenu > li.ls-1 {
	background: url('../img/icon06_w.png') center 18px no-repeat;
}
.ls-quickmenu > li.ls-2 {
	background: url('../img/icon03_w.png') center 18px no-repeat;
}
.ls-quickmenu > li.ls-3 {
	background: url('../img/icon01_w.png') center 18px no-repeat;
}
.ls-quickmenu > li.ls-4 {
	background: url('../img/icon08_w.png') center 18px no-repeat;
} */

/* .quickmenu-wrap .telinfo-wrap {
	position: absolute;
	right: 0px;
	bottom: 28px;
	text-align: right;
}

.quickmenu-wrap .telinfo-wrap .tit {
	font-size: 15px;
	color: #fff;
}

.quickmenu-wrap .telinfo-wrap .tel-info {
	margin-top: 8px;
	font-weight: 600;
	font-size: 24px;
	color: #1DCFC9;
}


.quickmenu-wrap {
	background-color: #003886;
} */

/* .ls-quickmenu {
	position: relative;
}

.ls-quickmenu::after {
	content: "";
	display: block;
	clear: both;
}

.ls-quickmenu > li {
	position: relative;
	float: left;
}

.ls-quickmenu > li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1px;
	height: 34px;
	background-color: rgba(255,255,255,0.2);
}

.ls-quickmenu > li:first-child::after {
	display: none;
}

.ls-quickmenu > li > a {
	padding: 76px 60px 20px;
	font-size: 16px;
	color: #fff;
}

.ls-quickmenu > li.ls-1 {
	background: url('../img/icon06_w.png') center 18px no-repeat;
}
.ls-quickmenu > li.ls-2 {
	background: url('../img/icon03_w.png') center 18px no-repeat;
}
.ls-quickmenu > li.ls-3 {
	background: url('../img/icon01_w.png') center 18px no-repeat;
}
.ls-quickmenu > li.ls-4 {
	background: url('../img/icon08_w.png') center 18px no-repeat;
}

.quickmenu-wrap .telinfo-wrap {
	position: absolute;
	right: 0px;
	bottom: 28px;
	text-align: right;
}

.quickmenu-wrap .telinfo-wrap .tit {
	font-size: 15px;
	color: #fff;
}

.quickmenu-wrap .telinfo-wrap .tel-info {
	margin-top: 8px;
	font-weight: 600;
	font-size: 24px;
	color: #1DCFC9;
} */

@media all and (max-width: 1280px) {
	.ls-tpA > li .li-inner > .logo img {
		width: 100%;
	}
}

@media all and (max-width: 980px) {
	/* .ls-quickmenu > li > a {
		padding: 76px 24px 20px;
	} */

	/* .quickmenu-wrap .telinfo-wrap {
		right: 24px;
	} */
}

@media all and (max-width:780px) {
	#container {
		margin-top: 82px;
	}

	/* .quickmenu-wrap .telinfo-wrap {
		position: relative;
		right: inherit;
		bottom: inherit;
		margin-top: 24px;
		padding: 24px 0;
		border-top: 1px solid #0c4ca7;
		text-align: center;
	} */

	.ls-quickmenu > li {
		width: 25%;
		text-align: center;
	}

	/* .ls-quickmenu > li > a {
		padding: 76px 12px 20px;
		font-size: 14px;
	} */
}

@media all and (max-width: 480px) {
	#container  {
		margin-top: 68px;
	}

	.quickmenu-wrap .inner-wrap {
		padding: 0px;
	}

	.quickmenu-wrap .telinfo-wrap {
		margin-top: 12px;
		padding: 18px 0;
	}

	/* .ls-quickmenu > li > a {
		padding: 76px 6px 20px;
		font-size: 13px;
	} */

	.banner-main {
		height: auto;
	}

	.banner-main-1 {
		height: 380px;
		background-size: auto 100%;
	}
}

.section-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}

.section {
	position: relative;
	width: 100%;
}

.section.bg-tpA {
	background-color: #fff;
}

.section.bg-tpB {
	background-color: #f7f7f7;
}

.section.tpA {
	padding: 80px 0;
}

.section.tpB {
	width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
}
.section.tpB .section-body {
	width: 1280px;
	margin: 0;
	padding: 16px 16px;
	background-color: #f4f6ff;
	border-radius: 24px;
}

.section.tpC {
	margin-bottom: 30px;
}

.section.tpD {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section.tpD .section-inner {
	width: 49%;
}
.section.tpE {
	padding: 30px 0;
    background-color: #000;
}
.section.tpE .section-body {
	width: 1280px;
	margin: 0 auto;
}

.section.section-box {
	background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
}


.section-header {
	position: relative;
}

.section .section-header .tit-area {
	text-align: left;
}
.section .section-header .btn-area {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.section .section-header .btn-area .btn-more {
	position: relative;
	padding-right: 28px;
	font-weight: 500;
	font-size: 15px;
	color: #333;
}
.section .section-header .btn-area .btn-more::after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: -4px;
	width: 22px;
	height: 22px;
	background: url('/img/ico_more_blue.svg') no-repeat;
	background-size: 22px 22px;
}

/* #section-header.tpA  */
.section-header.tpA {
	padding: 0 0 40px 0;
	text-align: center;
}

.section-header.tpA h2 {
	font-weight: 600;
	font-size: 30px;
	color: #222;
}

.section-header.tpA .sub-tit {
	margin-top: 12px;
	font-size: 17px;
	color: #222;
}

.section .section-header {
    position: relative;
	
}

/* #section-header.tpB */
.section .section-header.tpB {
    margin-bottom: 12px;
	text-align: left;
}

.section .section-header.tpB .tit {
	position: relative;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.section .section-header.tpB .sub-tit {
	margin-top: 8px;
    font-size: 15px;
    color: #222;
	line-height: 24px;
}

.section .section-header.tpB .sub-tit:first-child {
	margin-top: 0px;
}

.section .section-header .sub-tit.tpB {
	font-weight: 700;
	font-size: 15px;
	color: #222;
}

/* #section-header.tpC */
.section .section-header.tpC .tit {
	font-weight: 700;
	font-size: 18px;
	color: #222;
}

.section .section-header.tpC .tit > span {
	margin-left: 4px;
	font-weight: 500;
	font-size: 15px;
	color: #555;
}

/* #section-header.tpD */
.section-header.tpD {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #ebebeb;
}
.section-header.tpD h3 {
	color: #222;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.02em;
}
.section-header.tpD strong {
	font-weight: 600;
    font-size: 18px;
    color: #7478E9;
}
.section-header.tpD .mb-name {
	font-size: 13px;
	color: #333;
}

.section .section-body > h3 {
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 32px;
	color: #222;
	text-align: center;
}
.section .section-body > .cont {
	margin-top: 8px;
    font-size: 14px;
    color: #222;
	line-height: 18px;
}

.section .section-body > .cont:first-child {
	margin-top: 0px;
}

.section .section-body > .sub-tit {
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #222;
}

.section .section-body > .sub-tit::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 0px;
	height: 0px;
	border-bottom: 8px solid transparent;
    border-top: 8px solid #003885;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/* #section-body.tpA */
.section .section-body.tpA {
	padding: 20px 0;
}

/* #section-body.tpB */
.section .section-body.tpB {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.section .section-body.tpB > div {
	width: 49%;
}

.section .section-body .etc-tpA {
	margin-top: 10px;
	font-size: 13px;
	color: #DB011F;
}

/* #section-body.tpC */
.section .section-body.tpC {
	padding: 20px;
}

/* #section-body.tpD */
.section .section-body.tpD {
	width: 1280px;
}

.section .section-footer {
	
}

/* 메인테마 */
.section.main-theme .ls-tpB {
	column-gap: 0;
    row-gap: 0;
}

.cont-box-tpA {
	padding: 40px 40px;
	background-color: #F2F5F9;
}

.cont-box-tpB {
	padding: 20px 30px;
	background-color: #F2F5F9;
}

.cont-box-group {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.cont-box-group.tpA {
	flex-direction: row;
	gap: 16px;
}

.cont-box-tpC {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
}

.cont-box-tpD {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: #fff;
}


@media all and (max-width: 780px) {
	.section.tpA {
		padding: 60px 0;
	}
}

@media all and (max-width: 480px) {
	.section.tpA {
		padding: 40px 0;
	}

	.section-header.tpA {
		padding: 0 0 20px 0;
	}

	.section-header.tpA h2 {
		font-size: 28px;
	}

	.section-header.tpA .sub-tit {
		font-size: 15px;
	}
}

.ls-fmenu {
	position: relative;
}

.ls-fmenu::after {
	content: "";
	display: block;
	clear: both;
}

.ls-fmenu > li {
	position: relative;
	float: left;
	margin-left: 16px;
	padding-left: 16px;
}

.ls-fmenu > li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 1px;
	width: 1px;
	height: 10px;
	background-color: #e1e1e1;
}

.ls-fmenu > li > a {
	font-size: 15px;
    color: #333;
}

.ls-fmenu > li:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

.ls-fmenu > li:first-child:after {
	display: none;
}


/* #ls-finfo */
.ls-finfo > li {
	font-size: 12px;
    color: #4A4A4A;
	line-height: 20px;
}

.ls-finfo > li > span {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}

.ls-finfo > li > span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 1px;
	height: 8px;
	background-color: #e1e1e1;
}

.ls-finfo > li > span:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

.ls-finfo > li > span:first-child::after {
	display: none;
}

.ls-footer {

}
.ls-footer > li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	column-gap: 66px;
}
.ls-footer > li .tit {
	font-size: 14px;
	color: #767676;
}
.ls-footer > li .cont {
	font-size: 14px;
	color: #333;
}


/* #f-logo */
/* .f-logo {
	margin: 30px 0;
} */

/* #foot */
#foot {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	position: relative;
	padding: 44px 0;
	background-color: #fff;
	border-top: 1px solid #EBEBEB;
	z-index: 2;
}
.foot-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	width: 1280px;
	margin: 0 auto;
	
}
.foot-inner > .inner {
	display: flex;
	align-items: center;
	column-gap: 52px;
}
.foot-inner .f-logo {

}

.foot-inner .familysite select {
	height: 46px;
	padding: 0px 18px;
	border: 1px solid #ebebeb;
}

/* .f-menu-wrap {
	position: absolute;
	right: 0px;
	top: -20px;
}

.f-menu-wrap::after {
	content: "";
	display: block;
	clear: both;
}

.f-menu-wrap .familysite {
	float: left;
	margin-top: 6px;
}

.f-menu-wrap .familysite select {
	height: 40px;
	padding: 0 12px;
	border: 1px solid #DEDFE3;
	font-size: 14px;
}

.f-menu-wrap .ls-sns {
	float: left;
	margin-left: 12px;
}

.ls-sns {
	position: relative;
}

.ls-sns > li {
	float: left;
	margin: 0 8px;
} */

.ls-sns {
	display: flex;
	align-items: center;
	column-gap: 20px;
}



/* sub-page */
.banner-sub {
	width: 100%;
	height: 300px;
}

.banner-sub.privacy {
	display: none;
}

.banner-sub .tit-area {
	position: relative;
	padding-top: 96px;
	z-index: 2;
}

.banner-sub .tit-area .sub-tit {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}

.banner-sub .tit-area .tit {
	margin: 16px 0;
	font-weight: 500;
	font-size: 40px;
	color: #fff;
}

.contents {
	width: 1280px;
	padding: 50px 0;
	margin: 0 auto;
}

.tab-wrap {
	position: relative;
}

.tab-wrap.tpA {
    margin-bottom: 40px;
}

@media all and (max-width: 980px) {
	/* .f-menu-wrap {
		position: relative;
		right: inherit;
		top: inherit;
		margin-top: 12px;
	} */
}

@media all and (max-width: 480px) {
	/* #foot {
		padding: 40px 0;
	}

	.ls-finfo > li {
		text-align: center;
	}

	.ls-finfo > li > span {
		margin-left: 0px;
		padding-left: 0px;
	}

	.f-menu-wrap .familysite {
		float: inherit;
		width: 100%;
	}

	.f-menu-wrap .familysite select {
		width: 100%;
	}

	.f-menu-wrap .ls-sns {
		float: inherit;
		margin-left: 0px;
	}

	.ls-fmenu {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.f-logo {
		margin: 18px 0;
		text-align: center;
	}

	.ls-fmenu > li {
		float: inherit;
		margin-left: 8px;
		padding-left: 8px;
	} */
}


.contentwrap p {
	font-size: 14px;
}

.contentwrap .sub-Box .sub-Box-tpA {
	background: url(/img/subBn01.png) no-repeat top;
    /* width: 950px; */
    height: 296px;
    margin-bottom: 40px;
}

.contentwrap .sub-tit {
	font-weight: 500;
	font-size: 16px;
	color: #222;
	line-height: 24px;
}


.contentwrap .bitTXT_R {
    color: #FF0023;
    font-weight: 600;
    font-size: 14px;
    padding-left: 82px;
}

.contentwrap .bitTXT_S {
    font-size: 13px;
    padding-left: 82px;
    margin: 20px 0;
	line-height: 20px;
}

.contentwrap .bitNB {
	font-weight: 700;
    font-size: 30px;
    color: #014192;
}

.contentwrap .bitTIT {
	margin-bottom: 6px;
	font-weight: 700;
    font-size: 23px;
	color: #222;
}


.contentwrap .bitTIT img {
    margin: 0 10px;
}

.contentwrap h2 {
	position: relative;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}


.contentwrap .history {
    margin-bottom: 30px;
}

.contentwrap .history p {
	font-weight: 700;
    font-size: 34px;
    color: #014192;
    margin: 10px 0;
}

.contentwrap .history span {
    font-weight: 700;
    font-size: 16px;
	color: #222;
    padding: 0 10px;
}

.contentwrap .history ul {
    width: 420px;
    margin-right: 20px;
    background: url('/img/history_line.png')no-repeat left top;
}

.contentwrap .history ul li {
    font-size: 14px;
    padding-left: 20px;
    padding-bottom: 8px;
	line-height: 18px;
}

.contentwrap .history div {
    width: 50%;
    float: left;
	/* margin-right: 30px; */
}

.contentwrap  .historyBox .history:nth-child(1) {
    height: 300px;
}

.contentwrap .historyBox .history:nth-child(2) {
    height: 360px;
}

.contentwrap .historyBox .history:nth-child(3) {
    height: 190px;
}

.contentwrap .historyBox .history:nth-child(4) {
    height: 190px;
}

.contentwrap .historyBox .history:nth-child(5) {
    height: 420px;
}

.contentwrap .historyBox .history:nth-child(6) {
    height: 420px;
}

.contentwrap .historyBox .history:nth-child(7) {
    height: 800px;
}

.contentwrap .contentwrap .historyBox .history:nth-child(8) {
    height: 420px;
}

.contentwrap .historyBox .history:nth-child(9) {
    height: 380px;
}

.contentwrap .historyBox .history:nth-child(10) {
    height: 400px;
}

.contentwrap .historyBox .history:nth-child(11) {
    height: 320px;
}

.contentwrap .historyBox .history:nth-child(12) {
    height: 170px;
}

.contentwrap .historyBox .history:nth-child(13) {
    height: 170px;
}

.contentwrap .historyBox .history:nth-child(14) {
    height: 170px;
}

.contentwrap .location {
	margin-bottom: 30px;
}

.contentwrap .campus_line {
	position: relative;
	margin-top: 40px;
	padding-top: 20px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 24px;
	color: #222;
}

.contentwrap .campus_line::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 5px;
	background-color: #003885;
}

.contentwrap .location li {
	font-size: 15px;
	color: #333;
	line-height: 18px;
}

.contentwrap .mapimg {
	margin-bottom: 30px;
}

.contentwrap .txt-info {
	font-size: 15px;
	color: #333;
	line-height: 24px;
}

.contentwrap .txt-info > span {
	font-weight: 600;
	color: #222;
}

.contentwrap2 .subBox .campus {
	position: relative;
    padding-top: 22px;
    font-size: 28px;
    font-weight: 500;
	color: #222;
    margin-bottom: 8px;
}

.contentwrap2 .sub-tit {
	margin-top: 18px;
	font-weight: 500;
	font-size: 16px;
	color: #222;
	line-height: 24px;
}

.contentwrap2 .subBox .campus::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 5px;
	background-color: #003885;
}

.contentwrap2 .agreementTXT {
    margin-top: 40px;
}

.contentwrap2 .agreementTXT p {
	font-size: 15px;
	color: #333;
	line-height: 24px;
}

.contentwrap2 .agreementTXT .dt {
	margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
	color: #222;
}

.contentwrap2 .agreementTXT .bold {
	margin-bottom: 4px;
	font-size: 16px;
    font-weight: 500;
	color: #222;
}

.contentwrap3 h2 {
	padding-top: 22px;
    font-size: 28px;
	color: #222;
    font-weight: 600;
	margin-bottom: 30px;
}

.contentwrap3 .CoursDetail {
	margin-top: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
}




#container_wr.enrolment .tab-wrap {
	display: none;
}

.ls-company {
    display: block;
    position: relative;
}

.ls-company::after {
    content: "";
    display: block;
    clear: both;
}

.ls-company > li {
    float: left;
    width: 14.28571%;
    height: 100px;
    padding: 6px;
    box-sizing: border-box;
}

.ls-company .li-inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    border-radius: 4px;
    box-shadow: 1px 0px 3px rgba(0 0 0 / 8%);
}


.ls-company .li-inner .img-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 18px;
    box-sizing: border-box;
}

.ls-company .li-inner .img-area.tpA {
    padding: 18px;
}

.ls-company .li-inner .img-area.tpB {
    padding: 36px;
}

.ls-company .li-inner .img-area.tpC {
    padding: 44px 52px;
}

.ls-company .li-inner .img-area img {
    width: 100%;
}


/* 취업지원센터 */

.esCenter .section {
    margin-top: 90px;
}

.esCenter .section .section-header {
    text-align: center;
}

.esCenter .section .section-header > .tit, .section .section-body > .tit {
    font-weight: 600;
    font-size: 30px;
    color: #222;
}

.esCenter .section .section-header > .tit-sub, .section .section-body > .tit-sub {
	margin-top: 15px;
    font-size: 17px;
    color: #333;
    line-height: 28px;
}

.esCenter .section .section-body {
    text-align: center;
}

.esCenter .section .section-body {
    margin-top: 40px;
}

.esCenter .process-wrap {
    margin-top: 50px;
}

.esCenter .ls-process {
    display: flex;
}

.esCenter .ls-process > li {
    position: relative;
    width: 33.33333%;
    padding: 0 30px;
}
.esCenter .ls-process > li .tit-area {
    
}
.esCenter .ls-process > li .tit-area .tit {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -110px;
    display: inline-block;
    width: 220px;
    padding: 12px 18px;
    background-color: #003886;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    border-radius: 24px;
	text-align: center;
}

.esCenter .ls-process > li .img-area {
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 200px;
}

.esCenter .ls-process > li .cont-area {
	padding-top: 12px;
}

.esCenter .ls-process > li .cont-area ul li {
	font-size: 15px;
	color: #555;
	line-height: 24px;
}

.esCenter .ls-step {
	display: flex;
	background-color: #fff;
	padding: 24px;
}

.esCenter .ls-step > li {
	position: relative;
	width: 25%;
	
	margin-left: 20px;
	text-align: left;
}

.esCenter .ls-step > li .tit-area {
	position: relative;
	padding-bottom: 16px;
}

.esCenter .ls-step > li .tit-area::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #ebebeb;
}

.esCenter .ls-step > li .tit-area::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 120px;
	height: 3px;
	background-color: #003886;
}

.esCenter .ls-step > li .tit-area .tit {
	font-weight: 700;
	font-size: 24px;
	color: #003886;
}

.esCenter .ls-step > li .cont-area {
	padding-top: 22px;
}

.esCenter .ls-step > li .cont-area .tit {
	font-weight: 700;
	font-size: 20px;
	color: #222;
}

.esCenter .ls-step > li .cont-area ul {
	margin-top: 12px;
}

.esCenter .ls-step > li .cont-area ul li {
	font-size: 15px;
	color: #555;
	line-height: 24px;
}

.esCenter .processJob-wrap {
	padding: 8px 0 32px 0;
	background-color: #fff;
}


.proddetail-wrap {

}
.proddetail-wrap .proddetail-header {
	display: flex;
}
.proddetail-wrap .proddetail-header .img-area {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 420px;
	height: 320px;
	background-color: #fff;
	/* height: 360px; */
	border: 1px solid #e1e1e1;
	border-radius: 36px;
}
.proddetail-wrap .proddetail-header .img-area img {
	width: 100%;
}
.proddetail-wrap .proddetail-header .prod-info {
	margin-left: 40px;
	width: 820px;
}
.proddetail-wrap .proddetail-header .tit-area {
	display: flex;
	align-items: center;
	column-gap: 12px;
	margin-bottom: 16px;
}
.proddetail-wrap .proddetail-header .tit-area .tit {
	font-weight: 600;
	font-size: 24px;
	color: #222;
}
.proddetail-body {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 20px;
	
}
.proddetail-body .banner-area {
	width: 100% !important;
}
.proddetail-body .banner-area img {
	width: 100%;
}


/* 주문/결제 */
.orderform-wrap {
	position: relative;
}
.orderform-wrap .orderform-info {
	width: 900px;
}
.orderform-wrap .orderform-payment {
	position: fixed;
	left: calc(50% + 280px);
	top: 184px;
	width: 360px;
}
.payment-box {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 0;
	padding: 28px 20px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
}
.payment-box .row-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.payment-box .row-area .tit {
    font-size: 14px;
    color: #222;
}
.payment-box .row-area .tit strong {
	margin: 0 2px;
	font-size: 17px;
	color: #7478E9;
    font-weight: 600;
}
.payment-box .row-area .cont {
	font-size: 24px;
    font-weight: 600;
    color: #7478E9;
}
.payment-box .row-area .cont em {
	margin-left: 2px;
	font-size: 17px;
    font-weight: 400;
    font-style: inherit;
    color: #7478E9;
}

.payment-box .payment-box-header {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.payment-box .payment-box-body {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0;
	width: 100%;
}
.payment-box .tit {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #222;
	line-height: 24px;
}
.payment-box .tit-sub {
	margin-bottom: 6px;
	font-size: 15px;
	color: #555;
}
.payment-box .tit-sub:last-child {
	margin-bottom: 0px;
}

.agreecheck-wrap {
	margin-top: 12px;
	padding: 30px;
	background-color: #f6f6ff;
	border-radius: 12px;
}
.agreecheck-wrap h3 {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 17px;
	color: #4f52c5;
}


.bitsw-wrap {

}
.bitsw-wrap .tab-wrap {
	
}
.bitsw-wrap .tab-wrap .tab-header {
	margin-bottom: 30px;
	
}
.tab-wrap .tab-header {
	text-align: center;
}


/* ######## 위탁교육 ########## */
.consignmentEducation-wrap {

}
.consignmentEducation-wrap .section-main {

}
.consignmentEducation-wrap .section-main .banner-area {
	padding: 80px 0px 80px;
	background: url('/img/bg_consignmentEducation.png') center top no-repeat;
	text-align: center;
}
.consignmentEducation-wrap .section-main .banner-area .tit {
	font-weight: 700;
	font-size: 48px;
	color: #fff;
}
.consignmentEducation-wrap .section-main .banner-area .tit-sub {
	margin-bottom: 50px;
	
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}
.consignmentEducation-wrap .section-main .banner-area .cont {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
.consignmentEducation-wrap .section-main .section-body {
	width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
}

/* 하이엔드 교육 */
.highendEducation-wrap {
	
}
.highendEducation-wrap .section-main {
	background-color: #fff;
}
.highendEducation-wrap .section-main .banner-area {
	padding: 100px 0px 72px;
	background: url('/img/bg_group_highend.png') center top no-repeat;
	text-align: center;
}
.highendEducation-wrap .section-main .banner-area .tit {
	font-weight: 700;
	font-size: 44px;
	color: #fff;
}
.highendEducation-wrap .section-main .banner-area .tit-sub {
	margin-bottom: 50px;
	
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}
.highendEducation-wrap .section-main .banner-area .cont {
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
}
.highendEducation-wrap .section-main .section-body {
	width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
}
.highendEducation-wrap .highend-detail .section-body {
	width: 1280px;
    margin: 0 auto;
    padding: 80px 0;
}
.highendEducation-wrap .educationlist {
	padding: 60px 0 80px 0;
	background-color: #fff;
}
.highendEducation-wrap .educationlist .section-body  {
	width: 1280px;
    margin: 0 auto;
}
.highend-detail .detail-info {
	display: flex;
}
.highend-detail .detail-info .info-inner {
	width: 50%;
}
.highend-detail .detail-info .info-inner.tpA {
	display: flex;
	gap: 12px;
}
.highend-detail .detail-info .info-inner .tit {
	margin-bottom: 14px;
    font-weight: 600;
    font-size: 34px;
    color: #222;
    line-height: 42px;
}
.highend-detail .detail-info .info-inner .tit strong {
	color: #7478E9;
}
.highend-detail .detail-info .info-inner .tit-sub {
	font-size: 18px;
	color: #565656;
	line-height: 24px;
}
.highend-detail .detail-info .info-inner .contbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	padding: 12px 36px;
	background-color: #fff;
	border-radius: 12px;
}
.highend-detail .detail-info .info-inner .contbox .cnt {
	font-weight: 700;
	font-size: 42px;
	color: #222;
}
.highend-detail .detail-info .info-inner .contbox .tit {
	font-size: 18px;
	color: #7478E9;
}
.highend-detail .detail-info .info-inner .contbox.blue-box {
	background-color: #7478E9;
}
.highend-detail .detail-info .info-inner .contbox.blue-box .cnt,
.highend-detail .detail-info .info-inner .contbox.blue-box .tit {
	color: #fff;
}
.highend-detail .img-group {
	margin-top: 60px;
}
.highend-detail .detail-company {
	margin-top: 60px;
}
.section-educationcCases {
	padding: 60px 0;
	background-color: #f7f7f7;
}
.section-educationcCases .section-header {
	margin-bottom: 30px;
	text-align: center;
}
.section-educationcCases .section-header h3 {
	font-weight: 700;
	font-size: 30px;
	color: #222;
}
.section-educationcCases .section-body {
	width: 1280px;
	margin: 0 auto;
}

.ls-educationcCases {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* gap: 24px; */
}
.ls-educationcCases.col-3 > li {
	width: 380px;
}
.ls-educationcCases > li {

}
.ls-educationcCases > li .li-inner {
	overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #ebebeb;
	background-color: #fff;
    border-radius: 36px;
}
.ls-educationcCases > li .li-header {

}
.ls-educationcCases > li .li-header .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ls-educationcCases > li .li-body {
	border-top: 1px solid #ebebeb;
	padding: 24px;
}
.ls-educationcCases > li .li-body .cont {
	font-size: 15px !important;
	color: #343434 !important;
	line-height: 24px !important;
}
.ls-educationcCases > li .li-body .cont p {
	/* margin: 6px 0; */
	font-size: 15px !important;
	color: #343434 !important;
	line-height: 20px !important;
}
.ls-educationcCases > li .li-body .companyname {
	font-weight: 600;
    font-size: 15px;
    color: #7478E9;
}
.ls-educationcCases > li .li-body .subject {
	margin: 12px 0;
    padding: 10px 8px;
    background-color: #edeeff;
    border-radius: 24px;
	font-weight: 600;
    font-size: 14px;
    color: #5256d2;
    text-align: center;
}

.section-digitalTransformation {
	padding: 120px 0;
	background-color: #000;
}
.section-digitalTransformation .section-header {
	margin-bottom: 60px;
	text-align: center;
}
.section-digitalTransformation .section-header h3 {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
.section-digitalTransformation .section-body {
	width: 800px;
	margin: 0 auto;
}
.ls-digitalTransformation {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.ls-digitalTransformation > li {
	position: relative;
	width: 100%;
	padding: 24px 0;
	border: 1px solid rgba(255,255,255,0.10);
	background-color: rgba(255, 255, 255, 0.10);
	border-radius: 32px;
	font-size: 16px;
	color: #ffff;
	text-align: center;
}
.ls-digitalTransformation > li::after {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 0px;
	width: 74px;
	height: 64px;
	border-right: 1px solid rgba(255,255,255,0.10);
	opacity: 0.8;
}
.ls-digitalTransformation > li.ls-1:after {
	background: url('/img/ico_educourse_1.svg') center center no-repeat;
}
.ls-digitalTransformation > li.ls-2:after {
	background: url('/img/ico_educourse_2.svg') center center no-repeat;
}
.ls-digitalTransformation > li.ls-3:after {
	background: url('/img/ico_educourse_3.svg') center center no-repeat;
}
.ls-digitalTransformation > li.ls-4:after {
	background: url('/img/ico_educourse_4.svg') center center no-repeat;
}
.ls-digitalTransformation > li.ls-5:after {
	background: url('/img/ico_educourse_5.svg') center center no-repeat;
}


/* #강사소개 */
.instructorIntroduction-wrap {

}
.section.section-instructor {

}
.section-instructor 	.section-header {
	text-align: center;
}
.section-instructor .section-header .tit {
	font-weight: 700;
	font-size: 30px;
	color: #222;
}
.section-instructor .section-header .tit-sub {
	margin-top: 20px;
	font-size: 18px;
	color: #565656;
	line-height: 24px;
}
.section-instructor .section-body {
	width: 1280px;
	margin: 100px auto 0;
}
.ls-instructor {
	display: flex;
	flex-wrap: wrap;
	gap: 110px 34px;
}
.ls-instructor > li {
	position: relative;
	width: 404px;
	padding: 28px 24px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.ls-instructor > li .info-area {

}
.ls-instructor > li .info-area .name {
	font-weight: 600;
	font-size: 20px;
	color: #7478E9;
}
.ls-instructor > li .info-area .name em {
	margin-left: 4px;
	font-size: 16px;
	color: #7478E9;
}
.ls-instructor > li .info-area .msg {
	margin-top: 12px;
	font-weight: bold;
	font-size: 17px;
	color: #343434;
	line-height: 24px;
}
.ls-instructor > li .img-area {
	position: absolute;
    right: 0px;
    top: -84px;
    width: 160px;
    height: 160px;
}
.ls-instructor > li .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ls-instructor > li:hover {
	background-color: #7478E9;
}
.ls-instructor > li:hover .info-area .name {
	color: #fff;
}
.ls-instructor > li:hover .info-area .name em {
	color: #fff;
}
.ls-instructor > li:hover .info-area .msg {
	color: #fff;
}
.ls-instructor > li:hover .career-list li {
	color: #fff;
}

.career-list {
	margin-top: 8px;
	font-size: 14px;
	color: #343434;
	line-height: 22px;
}
.career-list li {
	position: relative;
	padding-left: 12px;
}
.career-list li::before {
	content: "-";
	position: absolute;
	left: 0px;
	top: 0px;
}

.subject-list {
	margin-top: 8px;
	font-size: 14px;
	color: #343434;
	line-height: 22px;
}
.subject-list li {
	position: relative;
	padding-left: 12px;
}
.subject-list li::before {
	content: "-";
	position: absolute;
	left: 0px;
	top: 0px;
}

.instructor-info {
	display: flex;
	padding-bottom: 60px;
}
.instructor-info .img-area {
	width: 50%;
	padding: 30px;
}
.instructor-info .img-area img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}
.instructor-info .info-area {
	width: 50%;
	padding-right: 30px;
}
.instructor-info .info-area .msg {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 600;
	font-size: 24px;
	color: #222;
	line-height: 30px;
}
.instructor-info .info-area .name {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 600;
	font-size: 24px;
	color: #7478E9;
}
.instructor-info .info-area .name em {
	margin-left: 4px;
	font-size: 20px;
	color: #7478E9;
}
.instructor-info .career {
	margin-top: 32px;	
}
.instructor-info .career .tit {
	font-weight: 600;
	font-size: 14px;
	color: #7478E9;
}

.instructor-info .subjectlist {
	margin-top: 32px;	
}
.instructor-info .subjectlist .tit {
	font-weight: 600;
	font-size: 14px;
	color: #7478E9;
}


.bo_fx {
	position: relative;
	z-index: 2;
}


.agree-content {
	overflow: auto;
	width: 100%;
	height: 200px;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 12px;
	
}
.agree-content pre {
	white-space: pre-wrap;
	word-break: break-all;
	font-size: 12px;
	color: #343434;
	line-height: 20px;

}

