/* ---------- reset, common ---------- */
#container:after {
	display: none;
}

#contents {
	padding: 0;
	max-width: 1920px;
	margin: 0 auto;
}

#contents * {
	font-family: 'Pretendard', sans-serif;
	letter-spacing: -0.02em;
}

#contents img {
	vertical-align: top;
}

#contents .innerBox {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.txt-hide {
	overflow: hidden;
	border: 0;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}

.pos-cen {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

:root {
	--txc-b: #2264ff;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.flex {
	display: flex;
}

.flex-vc {
	align-items: center;
}

.txc-b{
	color: var(--txc-b) !important;
}



/* ---------- bg ---------- */
.cont1 {
	background: url('img/bg_01.jpg?v2') no-repeat top center;
}

.cont2 {
	padding-bottom: 120px;
}

.cont3 {
	background-color: #fafafa;
}

.cont4 {
	background: url('img/bg_04.jpg') no-repeat top center;
}

.cont6 {
	background-color: #edf5ff;
}

.cont7 {
	background: url('img/bg_07.jpg?v2') no-repeat top center;
}

.cont8 {
	background-color: #171e2f;
	overflow-x: hidden;
	padding-bottom: 120px;
}

.cont9 {
	background-color: #fafafa;
	overflow-x: hidden;
	padding-bottom: 120px;
}

.cont10 {
	background: url('img/bg_10.jpg') no-repeat top center;
}

.cont11 {
	background: url('img/bg_11.jpg?v2') no-repeat top center;
}

.cont12 {
	background-color: #171e2f;
	overflow-x: hidden;
}

.cont13 {
	background-color: #fafafa;
	overflow-x: hidden;
}

.cont14 {
	background-color: #fafafa;
	margin-top: -100px;
}

.cont15 {
	background: linear-gradient(315deg, rgba(61, 115, 243, 1) 0%, rgba(49, 170, 255, 1) 100%);
	overflow-x: hidden;
	padding-bottom: 100px;
}

.cont16 {
	background-color: #080f1a;
	background-image: url('img/bg_16.jpg?v2');
	background-position: top center;
	background-repeat: no-repeat;
	animation: ani-bgExpand 10s infinite alternate;
}
@keyframes ani-bgExpand {
	0% {
		background-size: 100%;
	}
	100% {
		background-size: 110%;
	}
}

.cont17 {
	background-color: #edf6ff;
	padding: 100px 0 120px;
}



/* ---------- cont ---------- */
.cnt-tit{
	margin-bottom: 35px;
	color: #000;
	font-size: 34px;
	font-weight: 700;
	line-height: 100%;
}
.cont1 .tit-box{
	position: absolute;
	top: 185px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}
.cont1 .tit-box *{
	line-height: 100%;
}
.cont1 .tit-box .tit{
	color: #222;
	font-size: 85px;
	font-weight: 800;
}
.cont1 .tit-box .sub-tit-1{
	color: var(--txc-b);
	font-size: 40px;
	font-weight: 600;
}
.cont1 .tit-box .sub-tit-2{
	color: rgba(34,100,255,.5);
	font-size: 24px;
	font-weight: 500;
	text-align: right;
}
.cont1 .message{
	position: absolute;
	top: 750px;
	left: 50%;
	transform: translateX(-50%);
}
.cont1 .message p{
	color: #222;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3em;
}
.cont1 .logos{
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -320px;
	margin-left: -655px;
}
.cont1 .logos.logos-1{transition-delay: 0.3s !important;}
.cont1 .logos.logos-2{transition-delay: 0.5s !important;}
.cont2 .card-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cont3 .sub{
	position: absolute;
	top: 370px;
	left: 120px;
}
.cont5 .sub{
	position: absolute;
	top: 684px;
	left: 0;
}
.cont7 .diagram{
	position: absolute;
	top: 288px;
	left: 22px;
}

.ani-blink{
	animation: ani-blink 1s step-start infinite;
}
@keyframes ani-blink {
	50% {opacity: 0;}
}

.cont11 .step-wrap{
		display: flex;
		justify-content: center;
		gap: 38px;
		position: absolute;
		left: 0;
		top: 1055px;
		width: 100%;
		height: 190px;
	}

	.cont11 .step-wrap .step-1,
	.cont11 .step-wrap .step-3,
	.cont11 .step-wrap .step-5{
		align-self: flex-start
	}
	.cont11 .step-wrap .step-2,
	.cont11 .step-wrap .step-4{
		align-self: flex-end
	}



/* ---------- btn ---------- */
.a-hover {
	transition: box-shadow 0.4s;
}

.a-hover:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .6);
}

.a-hover-w {
	transition: box-shadow 0.4s;
}

.a-hover-w:hover {
	box-shadow: 0 5px 15px rgba(255, 255, 255, .5);
}

.a-hover-b {
	transition: box-shadow 0.4s;
}

.a-hover-b:hover {
	box-shadow: 0 5px 15px rgba(34, 100, 255, .5);
}

.btn3 {
	position: absolute;
	bottom: 100px;
	left: 415px;
	width: 260px;
	height: 76px;
	border-radius: 38px;
}

.btn4-1 {
	position: absolute;
	top: 893px;
	right: 17px;
	width: 252px;
	height: 48px;
	border-radius: 12px;
}

.btn4-2 {
	position: absolute;
	top: 971px;
	left: 0;
	width: 540px;
	height: 74px;
	border-radius: 16px;
}

.btn4-3 {
	position: absolute;
	top: 971px;
	right: 0;
	width: 540px;
	height: 74px;
	border-radius: 16px;
}

.btn10 {
	position: absolute;
	bottom: 120px;
	left: 400px;
	width: 300px;
	height: 76px;
	border-radius: 38px;
}

.btn11 {
	position: absolute;
	bottom: 120px;
	left: 397px;
	width: 300px;
	height: 76px;
	border-radius: 38px;
}

.btn12 {
	position: absolute;
	bottom: 120px;
	left: 397px;
	width: 300px;
	height: 76px;
	border-radius: 38px;
}

.btn16 {
	position: absolute;
	bottom: 100px;
	left: 394px;
	width: 300px;
	height: 76px;
	border-radius: 38px;
}



/* ---------- slide ---------- */
.interviewSlide .swiper-slide {
	width: 640px;
	opacity: 0.5;
	pointer-events: none;
}

.interviewSlide .swiper-slide.swiper-slide-active {
	opacity: 1;
	pointer-events: auto;
}

.interviewSlide .frame {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 382px;
	border-radius: 12px;
}

.interviewSlide .frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interviewSlide .frame::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background: url('img/ico_youtube.png');
	content: '';
}

.interviewSlide .frame:hover::before {
	opacity: 0.8;
}

.interviewSlide .txtbox {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0 8px;
}

.interviewSlide .txtbox * {
	line-height: 1.5em;
	word-break: keep-all;
}

.interviewSlide .txtbox p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.interviewSlide .txtbox .name {
	color: #d3d3d3; 
	font-size: 16px;
	text-align: right;
}

.jobSlide .swiper-wrapper {
	transition-timing-function: linear;
}

.jobSlide .swiper-slide {
	width: fit-content;
}

.projectSlide {
	position: relative;
}

.projectSlide .swiper-slide {
	width: fit-content;
	opacity: 0.5;
}

.projectSlide .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.projectSlide .swiper-navi {
	position: absolute;
	top: 230px;
	width: 64px;
	height: 64px;
	background: url('img/ico_navi.png') center no-repeat;
	background-color: rgba(34, 100, 255, 0.8);
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	transition: background-color 0.4s;
}

.projectSlide .swiper-navi.navi-prev {
	left: calc(50% - 500px);
	transform: rotate(180deg);
}

.projectSlide .swiper-navi.navi-next {
	right: calc(50% - 500px);
}

.projectSlide .swiper-navi:hover {
	background-color: rgba(34, 100, 255, 1);
}

.projectSlide .sub {
	color: #d3d3d3;
	font-size: 16px;
	font-weight: 500;
	margin: 60px 0 70px;
}

.trainingSlide .swiper-wrapper {
	transition-timing-function: linear;
	padding-bottom: 100px;
}

.trainingSlide .swiper-slide {
	overflow: hidden;
	width: 350px;
	border-radius: 16px;
	box-shadow: 0 3px 20px rgba(164, 164, 164, .15);
}

.trainingSlide .frame {
	width: 100%;
	height: 190px;
}

.trainingSlide .frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trainingSlide .txtbox {
	padding: 25px;
	background-color: #fff;
	text-align: left;
	box-sizing: border-box;
}

.trainingSlide .txtbox h5 {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 5px;
}

.trainingSlide .txtbox .txt {
	color: #666;
	font-size: 16px;
	line-height: 1.4em;
}

.reviewSlide .swiper-wrapper {
	transition-timing-function: linear;
}

.reviewSlide .swiper-slide {
	width: fit-content;
}



/* ---------- faq ---------- */
.faq-wrap .h-tit {
	color: #222;
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 70px;
}

.faq-wrap .inner {
	display: flex;
	padding: 16px 40px;
	text-align: left;
}

.faq-wrap .inner::before {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 24px;
	content: '';
	flex-shrink: 0;
}

.faq-wrap .q-box .inner::before {
	background: url('img/ico_faq_q.png') center no-repeat;
}

.faq-wrap .a-box .inner::before {
	background: url('img/ico_faq_a.png') center no-repeat;
}

.faq-wrap .q-box {
	display: block;
	position: relative;
	border-bottom: 1px solid #9fc9ff;
}

.faq-wrap .q-box p {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	word-break: keep-all;
	padding-top: 3px;
	padding-right: 35px;
}

.faq-wrap .q-box::after {
	display: block;
	position: absolute;
	top: 20px;
	right: 40px;
	width: 25px;
	height: 25px;
	background: url('img/ico_arrow.png') center no-repeat;
	transition: transform 0.4s;
	content: '';
}

.faq-wrap .q-box.act::after {
	transform: rotate(180deg);
}

.faq-wrap .a-box {
	display: none;
	color: #222;
	background-color: #deedff;
	padding-bottom: 40px;
}

.faq-wrap .a-box p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	word-break: keep-all;
	padding-top: 3px;
}

.faq-wrap .a-box .sub-tit {
	font-weight: 500;
}



/* ---------- 팝업 ---------- */
.popup-wrap {
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
}

.popup-wrap .pop-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 100px 0;
	background-color: rgba(0, 0, 0, .6);
}

.popup-wrap .pop-box {
	display: none;
}

/* 팝업 - 강의상세 */
.lecture-pop {
	position: relative;
	width: 800px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .8)
}

.lecture-pop .btn-x {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	background-color: #d4e9ef;
	box-sizing: border-box;
}

.lecture-pop .btn-x svg {
	width: 100%;
	height: 100%;
	stroke: #000;
	stroke-width: 1px;
	fill: none;
}

.lecture-pop .top {
	display: flex;
	justify-content: space-between;
	background-color: #eff7f9;
	padding: 40px;
	box-sizing: border-box;
}

.lecture-pop .top .tit {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	padding-top: 40px;
	word-break: keep-all;
}

.lecture-pop .top .thmb {
	width: 196px;
	height: 141px;
	box-shadow: -7px 7px 0 #d4e9ef;
	margin-left: 20px;
	flex-shrink: 0;
}

.lecture-pop .top .thmb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lecture-pop .cnt {
	padding: 0 40px 40px;
	text-align: left;
	margin-top: -15px;
}

.lecture-pop .cnt .sub-tit {
	display: inline-block;
	padding: 0 20px;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	background-color: #c2e0e7;
	border-radius: 15px;
}

.lecture-pop .cnt .txt {
	padding-left: 20px;
	color: #111;
	font-size: 16px;
	line-height: 1.4em;
	word-break: keep-all;
}

.lecture-pop table {
	width: calc(100% - 20px);
	margin-left: 20px;
	font-size: 16px;
	text-align: center;
}

.lecture-pop table thead th {
	font-weight: 700;
	background-color: #cdebf3;
	padding: 8px 0;
	vertical-align: middle;
	border: 1px solid #c2e0e7;
}

.lecture-pop table td {
	font-size: 16px;
	padding: 8px 0;
	vertical-align: middle;
	border: 1px solid #c2e0e7;
}

.lecture-pop table tfoot td {
	background-color: #eff7f9;
}

/* 팝업 - 상담신청 */
.modal-wrap {
	visibility: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1001;
}

.modal-wrap .modal-container {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
}

.modal-wrap .modal-box {
	opacity: 0;
	transform: translateY(150px);
	visibility: hidden;
	transition: opacity 0.5s, transform 0.5s;
}

.modal-wrap .modal-box .btn-x {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 35px;
	height: 35px;
	padding: 8px;
	box-sizing: border-box;
}

.modal-wrap .modal-box .btn-x svg {
	width: 100%;
	height: 100%;
	stroke: #000;
	stroke-width: 2px;
	fill: none;
}

.modal-wrap.active {
	visibility: visible;
}

.modal-wrap.active .modal-box {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.consult-box {
	position: relative;
	width: 400px;
	padding: 24px;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
}

.consult-box .top {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 24px;
}

.consult-box .top h5 {
	color: #2264FF;
	font-size: 24px;
	font-weight: 700;
}

.consult-box .top .sub {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.consult-box .input-wrap {
	text-align: left;
}

.consult-box .input-wrap .inner {
	display: flex;
	gap: 4px;
}

.consult-box .input-wrap label {
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.consult-box .input-wrap label .red {
	color: #FF5555;
}

.consult-box .input-wrap .input-txt {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	box-sizing: border-box;
}

.consult-box .input-wrap .input-txt.input-area {
	height: 80px;
	padding: 15px;
	margin: 0;
	resize: none;
}

.consult-box .btn-date {
	width: 42px;
	height: 44px;
	border: 1px solid #E4E4E4;
	background: url('./img/ico_calendar.png') center no-repeat;
	border-radius: 6px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.consult-box select {
	width: 100px;
	height: 44px;
	padding: 0 8px;
	font-size: 14px;
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.consult-box .agree-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}

.consult-box .agree-wrap input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.consult-box .btn-submit {
	width: 100%;
	height: 52px;
	background-color: #2264FF;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	box-sizing: border-box;
}

/* 상담신청 개인정보 이용동의 팝업 */
.consult_privacyWrap {
	background-color: #fff;
	position: fixed;
	width: 760px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999 !important;
	border: 1px solid #ededed;
	display: none;
}

.consult_privacyWrap .consult_privacy__title {
	background-color: #333333;
	padding: 19px 50px;
	position: relative;
}

.consult_privacyWrap .consult_privacy__title h5 {
	color: #fff;
	font-size: 28px;
}

.consult_privacyWrap .consult_privacy__title .close_consult_privacyWrap {
	position: absolute;
	top: 10px;
	right: 10px
}

.consult_privacyWrap .consult_privacy__cnt {
	padding: 40px 50px;
	color: #666666;
}

.consult_privacyWrap .consult_privacy__cnt p {
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

.consult_privacyWrap .consult_privacy__cnt ul {
	margin-bottom: 20px;
}

.consult_privacyWrap .consult_privacy__cnt ul li {
	font-size: 13px;
	line-height: 160%;
}