#layout {
	width: 100%;
	min-width: 1240px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

/* 헤더 */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	z-index: 1000;
	transition: background-color .3s;
}

#header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}

#header .innerHeader {
	position: relative;
	max-width: 1540px;
	margin: 0 auto;
	padding: 31px 20px;
}

#header .logo {
	display: block;
	width: 224px;
	height: 34px;
	background-image: url("/home/images/itpage/logo_IT.png");
	background-repeat: no-repeat;
	background-size: auto 34px;
	background-position: center;
}

#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#header nav {
	position: absolute;
	right: 20px;
	top: 40px;
}

#header nav .gnb {
	display: flex;
}

#header nav .gnb .depth1 {
	margin-left: 60px;
}

#header nav .gnb .depth1 > a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}

#header .utilArea {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
}

#header .utilArea .util_wrap {
	display: flex;
}

#header .utilArea .info_num {
	font-size: 14px;
}

#header .utilArea .hamburger_btn {
	padding-top: 6px;
}

#header .utilArea .hamburger_btn .btn {
	width: 22px;
	height: 14px;
}

#header .utilArea .hamburger_btn .btn span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

#header .utilArea .hamburger_btn .btn span:nth-child(2) {
	margin: 4px 0;
}


/* --- 서브메뉴 추가시 .depth2에 넣어주세요 --- */
/* #header nav .gnb .depth2 {} */
#header.up_scroll {
	background: rgba(255, 255, 255, 1);
}

#header.up_scroll::before {
	background-color: #e5e5e5;
}

#header.up_scroll .logo {
	background-image: url("/home/images/itpage/logo_IT_black2.png");
}

#header.up_scroll nav .gnb .depth1 > a {
	color: #000;
}

#header.up_scroll .utilArea .hamburger_btn .btn span {
	background-color: #000;
}


/* 모바일 메뉴 박스 */
#mobile_menuArea {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 80%;
	height: 100vh;
	background: #132F65;
	z-index: 99999;
}

#mobile_menuArea .mobile_close_btn {
	position: absolute;
	right: 20px;
	top: 30px;
	color: #fff;
}

#mobile_menuArea .mobile_close_btn::before {
	content: "\e9af";
	font-family: 'xeicon', sans-serif;
	font-size: 22px;
}

#mobile_menuArea .menu_inner {
	width: 100%;
	height: 100%;
	padding: 30px;
}

#mobile_menuArea .logo {
	width: 160px;
	height: 24px;
	background-image: url("/home/images/itpage/logo_IT.png");
	background-size: auto 24px;
	background-repeat: no-repeat;
	background-position: center;
}

#mobile_menuArea .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#mobile_menuArea .menu_list {
	padding: 90px 0 0 10px;
	opacity: 0;
}

#mobile_menuArea .menu_list .menu:nth-child(1) {
	margin-top: 0;
}

#mobile_menuArea .menu_list .menu {
	margin-top: 40px;
}

#mobile_menuArea .menu_list .menu a {
	font-size: 20px;
	color: rgba(255, 255, 249, 0.9);
}

#mobile_menuArea .menu_list .menu.info_num a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

#mobile_menuArea .copyright {
	position: absolute;
	left: 30px;
	bottom: 30px;
	opacity: 0;
}

#mobile_menuArea .copyright p {
	font-size: 12px;
	font-weight: 200;
	color: rgba(255, 255, 249, 0.6);
}

/* 딤드 처리 */
#grayLayer {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
}


/* 사이드 버튼 */
.side_btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
}

.side_btn .inquiry_wrap {
}

.side_btn .inquiry_wrap a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background: #214A99;
	border-radius: 30px;
	overflow: hidden;
	transition: width .5s ease;
}

.side_btn .inquiry_wrap a.active {
	width: 140px;
}

.side_btn .inquiry_wrap a.active .title {
	opacity: 1;
	transition: opacity .5s ease;
}

.side_btn .inquiry_wrap .title {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	opacity: 0;
}

.side_btn .inquiry_wrap .inquiry_btn {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background-image: url("/home/images/itpage/call3.png");
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: center center;
}

.top_btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	width: 60px;
	height: 60px;
	background-color: #7f7f7f;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	transition: width .5s ease;
	z-index: 50;
	cursor: pointer;
}

/* section 공통 */
.br_mobile {
	display: none;
}
section .inner,
footer .inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
section .sec_title_group .title.color_w {
	color: #fff;
}
section .sec_title_group .title {
	font-weight: 600;
	font-size: 38px;
	/*line-height: 1.5;*/
	line-height: 1.3;
	letter-spacing: -0.025em;
	color: #000;
	margin-top: 40px;
}
section .sec_title_group .cate {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1;
	color: #000;
}
section .sec_title_group .cate.color_w {
	color: #fff;
}
section .sec_title_group .txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.025em;
	white-space: pre-wrap;
	word-break: break-all;
}


/* mainVisual */
.mainVisual {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.mainVisual .mainVisual_bg_video {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100vw;
	width: auto;
	height: 100vh;
	object-fit: cover;
	transform: translateX(-50%);
	pointer-events: none;
}

.mainVisual::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 10;
}

.mainVisual .mainVisual_inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.mainVisual .main_title_con {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.mainVisual .main_title_group {
}

.mainVisual .main_title_group .title {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: -0.025em;
}

.mainVisual .main_title_group .txt {
	margin-top: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.mainVisual .main_title_group .txt span {
	font-size: 1.05em;
	font-weight: 500;
}


.mainVisual .scroll {
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translate(-50%, 0%);
	text-align: center;
	color: #fff;
	z-index: 10;
}

.mainVisual .scroll p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.mainVisual .scrollDown span {
	display: block;
	position: relative;
	width: 20px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	margin: 0 auto;
}

.mainVisual .scrollDown span::before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	transform: translateX(-50%);
	box-sizing: border-box;
	-webkit-animation: scroll 2s infinite;
	animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(-50%, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(-50%, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes scroll {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(-50%, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/* contactUs */
.contactUs {
	position: relative;
	width: 100%;
	padding: 30px 0;
}

.contactUs::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #F4F4F4;
}

.contactUs .contact_wrap {
	display: flex;
	justify-content: space-between;
}

.contactUs .contactList {
	display: flex;
}

.contactUs .contactList .item {
	position: relative;
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 2px 5px 15px 2px rgba(163, 163, 163, 0.2);
	margin-right: 30px;
	border-radius: 15px;
	overflow: hidden;
}

.contactUs .contactList .item:last-child {
	margin-right: 0;
}

.contactUs .contactList .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 33px 0 15px;
	z-index: 10;
}

.contactUs .contactList .item .icon_img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.contactUs .contactList .item .icon_img.icon_1 {
	background-image: url("/home/images/itpage/icon_consulting.png")
}

.contactUs .contactList .item .icon_img.icon_2 {
	background-image: url("/home/images/itpage/icon_calendar.png")
}

.contactUs .contactList .item .icon_img.icon_3 {
	background-image: url("/home/images/itpage/icon_readingG.png")
}

.contactUs .contactList .item .icon_img.icon_4 {
	background-image: url("/home/images/itpage/icon_campus.png")
}

.contactUs .contactList .item .icon_title {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #4D4D4D;
	text-align: center;
	letter-spacing: -0.025em;
}

.contactUs .contactInfo {
	display: flex;
	align-items: center;
}

.contactUs .contactInfo .title_group {
	margin-right: 36px;
}

.contactUs .contactInfo .info_title {
	font-size: 22px;
	font-weight: 700;
	color: #202223;
}

.contactUs .contactInfo .info_txt {
	margin-top: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #939393;
	white-space: nowrap;
}

.contactUs .contactInfo .info_num {
	font-size: 52px;
	font-weight: 700;
	color: #000;
	line-height: 1.1;
	letter-spacing: -1.25px;
	white-space: nowrap;
}

/* 슬로건 ~ 중간비디오 고정 전체 컨테이너 */
.about_section_con {
	position: relative;
	width: 100%;
}

.about_section_con .about_section_wrap {
	position: static;
	width: 100%;
	padding: 140px 0 60px;
}

/* 메인슬로건 */
.mainSlogan {
	position: relative;
	width: 100%;
}

.mainSlogan .sloganArea {
	position: relative;
	width: 100%;
	height: 100vh;
}

.mainSlogan .slogan_title_wrap {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.mainSlogan .slogan_title_wrap.ani_2 {
	display: none;
}

.mainSlogan .slogan_title_wrap .title {
	line-height: 1.5;
	font-size: 52px;
	font-weight: 700;
	color: #222;
}

.mainSlogan .slogan_title_wrap .title.t_first {
}

.mainSlogan .slogan_title_wrap .title.t_second {
	position: relative;
	top: 100px;
	/*font-size: 42px;*/
	font-size: 52px;
	opacity: 0;
}

.mainSlogan .slogan_title_wrap .title span {
	font-size: 1.05em;
	font-family: 'Pretendard', sans-serif;
}


/* 어바웃비디오 */
.aboutVideo {
	position: static;
	width: 100%;
}

.aboutVideo .videoArea {
	position: static;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

.aboutVideo .videoArea .pin-spacer {
	pointer-events: none;
}

.aboutVideo .fixedVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100%;
	margin-top: 900px;
	pointer-events: none;
}

.aboutVideo .fixedVideo .widthMotion_video {
	position: relative;
	margin: 1200px auto;
	width: 80%;
	height: 100vh;
	text-align: center;
	overflow: hidden;
}

.aboutVideo .fixedVideo .widthMotion_video::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.aboutVideo .fixedVideo .widthMotion_video video {
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%);
	pointer-events: none;
}

.aboutVideo .fixedVideo .widthMotion_video video-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%);
	pointer-events: none;
}


/* 어바웃타이틀 */
.aboutTitle {
	position: relative;
	width: 100%;
	margin: -50vh auto 0;
}

.aboutTitle .title {
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

/* vision */
.vision {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 160px;
	
}

.vision .inner {
	position: relative;
}

.vision .fix_con {
	position: absolute;
	left: 0;
	top: 0;
}

.vision .more_con {
	padding-left: 448px;
}

.vision .sec_title_group .title {
	margin-top: 0;
}

.vision .more_con .txt_con .txt {
	line-height: 1.7;
	font-size: 18px;
	font-weight: 400;
	color: #d3d3d3;
}

.vision .more_con .vision_items {
	padding-top: 220px;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.vision .more_con .vision_items .item {
	position: relative;
	width: 42.41%;
}

.vision .more_con .vision_items .item.item1 {
	margin-right: 15%;
}

.vision .more_con .vision_items .item.item2 {
	margin-top: 45%;
}

.vision .more_con .vision_items .item.item3 {
}

.vision .more_con .vision_items .item .vision_img {
	width: 100%;
	height: 480px;
	border-radius: 30px;
	overflow: hidden;
	transition: 0.5s;
}

.vision .more_con .vision_items .item .vision_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	transform: scale(1.1);
}

.vision .more_con .vision_items .item1 .vision_img div {
	background-image: url("/home/images/itpage/vision_1.png?ver=1")
}

.vision .more_con .vision_items .item2 .vision_img div {
	background-image: url("/home/images/itpage/vision_2.png?ver=1");
}

.vision .more_con .vision_items .item3 .vision_img div {
	background-image: url("/home/images/itpage/vision_3.png?ver=1");
}

.vision .more_con .vision_items .item .title_group {
	margin-top: 48px;
}

.vision .more_con .vision_items .item .title_group .title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

.vision .more_con .vision_items .item .title_group .txt_b {
	margin-top: 28px;
	height: 110px;
	line-height: 1.7;
	font-size: 16px;
	letter-spacing: -0.025em;
	font-weight: 300;
	color: #d3d3d3;
	word-break: keep-all;
}

.vision .more_con .vision_items .item .title_group .txt_b .txt {
	overflow: hidden;
	-webkit-line-clamp: 4;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.vision .more_con .vision_items .item .more {
	margin-top: 20px;
}

.vision .more_con .vision_items .item .more a.more_btn {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.vision .more_con .vision_items .item .more a.more_btn::before,
.vision .more_con .vision_items .item .more a.more_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url("/home/images/itpage/icon-arr-wh.svg");*/
	background-image: url("/home/images/itpage/icon-arr-1.svg?ver=1");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 34px 10px;
	transition: all .3s ease-in-out;
}

.vision .more_con .vision_items .item .more a.more_btn::before {
	left: 0;
}

.vision .more_con .vision_items .item .more a.more_btn::after {
	left: -120%;
}

.vision .more_con .vision_items .item .more a.more_btn:hover::before {
	left: 120%;
}

.vision .more_con .vision_items .item .more a.more_btn:hover::after {
	left: 0;
}


/* 모집중인과정 */
.course {
	background: #fff;
	position: relative;
	padding: 160px 0 140px;
}

.course .course_bg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 54%;
	width: 100%;
	text-align: center;
	height: 200px;
	font-family: "Pretendard", sans-serif;
	font-size: 205px;
	letter-spacing: -0.025em;
	color: #eee;
	line-height: 1;
	font-weight: 800;
}

.course .top_con {
	position: relative;
}

.course .controller {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	width: 100px;
}

.course .controller .control_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.course .controller .arrow_prev::before {
	content: "\e93b";
	font-family: 'xeicon', sans-serif;
	font-size: 32px;
	color: rgba(61, 61, 61, 0.9);
}

.course .controller .arrow_next::before {
	content: "\e93e";
	font-family: 'xeicon', sans-serif;
	font-size: 32px;
	color: rgba(61, 61, 61, 0.9);
}

.course .courseList {
	position: relative;
	width: 100%;
	margin-top: 70px;
	z-index: 10;
	cursor: grab;
}

.course .slick-list {
	margin: 0 -10px;
}

.course .courseList .item {
	background-image: url("/home/images/itpage/it1.png");
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 305px;
	height: 420px;
	padding: 40px 30px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 10px;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.course .courseList .item.b {
	background-image: url("/home/images/itpage/it3.png");
}

.course .courseList .item.c {
	background-image: url("/home/images/itpage/it2.png");
}

.course .courseList .item::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}

.course .courseList .item > div {
	position: relative;
}

.course .courseList .item .cate {
	margin-bottom: 12px;
}

/*
.course .courseList .item .cate span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #1c3e9b;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}
*/

/*추가*/
.course .courseList .item .cate .near {
	display: inline-block;
	background-color: #1c3e9b;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}

.course .courseList .item .cate .ques {
	display: inline-block;
	background-color: #999;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}


/*추가*/

.course .courseList .item .title {
	margin-bottom: 10px;
}

.course .courseList .item .title p {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.3;
}

.course .courseList .item .txt {
	color: #ececec;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	white-space: pre-wrap;
	word-break: break-all;
}

.course .courseList .item .info {
	color: #ececec;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
}

.course .courseList .item .info .date {
}

.course .courseList .item .info .branch {
	margin-top: 8px;
}

.course .courseList .item .more {
	position: absolute;
	right: 0;
	top: 12px;
}

.course .courseList .item .more a.more_btn {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.course .courseList .item .more a.more_btn::before,
.course .courseList .item .more a.more_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url("/home/images/itpage/icon-arr-wh.svg");*/
	background-image: url("/home/images/itpage/icon-arr-1.svg?ver=1");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
	transition: all .3s ease-in-out;
}

.course .courseList .item .more a.more_btn::before {
	left: 0;
}

.course .courseList .item .more a.more_btn::after {
	left: -120%;
}

.course .courseList .item .more a.more_btn:hover::before {
	left: 120%;
}

.course .courseList .item .more a.more_btn:hover::after {
	left: 0;
}


/* 솔루션 */
.solution {
	padding: 160px 0;
	background: #132F65;;
}

.solution .solution_wrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.solution .left_con {
	width: 540px;
	position: relative;
	z-index: 100;
}

.solution .left_con::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background: #132F65;
	z-index: -1;
}

.solution .sec_title_group {
}

.solution .sec_title_group .title {
	margin-top: 30px;
}

.solution .sec_title_group .txt {
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.8);
}

.solution .btn {
	display: none;
	margin-top: 30px;
}

.solution .btn img {
	cursor: pointer;
}

.solution .btn img:nth-child(1) {
	margin-right: 20px;
}

.solution .more {
	margin-top: 50px;
}

.solution .more a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	font-weight: 400;
	letter-spacing: -0.5px;
	font-size: 18px;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 20px;
	transition: 0.2s;
}

.solution .more a:hover {
	color: #214A99;
	background-color: #fff;
	font-weight: 500;
}

.solution .solutionList_wrap {
	width: calc(100% - 540px);
}

.solution .solutionList {
	width: 100%;
}

.solution .solutionList .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 350px;
	height: 350px;
	border-radius: 20px;
	padding: 66px 40px;
	margin-right: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 110px auto;
	background-position: right 20px bottom 55px;
}

.solution .solutionList .item.step1 {
	background-image: url("/home/images/itpage/icon_chart.png");
}

.solution .solutionList .item.step2 {
	background-image: url("/home/images/itpage/icon_note.png");
}

.solution .solutionList .item.step3 {
	background-image: url("/home/images/itpage/icon_video.png");
}

.solution .solutionList .item.step4 {
	margin-right: 0;
	background-size: 115px auto;
	background-position: right bottom 55px;
	background-image: url("/home/images/itpage/icon_employ.png");
}

.solution .solutionList .item .top {
}

.solution .solutionList .item .cate {
}

.solution .solutionList .item .cate span {
	display: block;
	color: #006AC6;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
}

.solution .solutionList .item .title {
	margin-top: 20px;
}

.solution .solutionList .item .title p {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.025em;
}

.solution .solutionList .item .txt {
	color: #646566;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.025em;
}


/* 인터뷰 */
.interView {
	padding-top: 110px;
	background: #ebecf5;
}

.interView .inner {
}

.interView .interView_wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-image: url("/home/images/itpage/interview_bg.png?ver=1");
	background-size: auto 380px;
	background-repeat: no-repeat;
	background-position: right -59px bottom 20px;
	padding-bottom: 200px;
}

.interView .interView_list {
	width: 770px;
}

.interView .interView_list .item {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.interView .interView_list .item:nth-child(1) {
	width: 498px;
}

.interView .interView_list .item:nth-child(2) {
	width: 640px;
}

.interView .interView_list .item:nth-child(3) {
	width: 566px;
}

.interView .interView_list .item:nth-child(4) {
	width: 498px;
	margin-bottom: 0;
}

.interView .interView_list .item .img {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin-right: -33px;
	position: relative;
	z-index: 10;
	background-color: #fff;
	background-image: url("/home/images/itpage/interview_user_icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 47px auto;
}


.interView .interView_list .item .txt_con {
	width: calc(100% - 33px);
	padding: 22px 45px 14px 45px;
	box-shadow: 5px 5px 5px rgba(102, 102, 102, 0.15);
	border-radius: 20px;
	background: #fff;
}


.interView .interView_list .item .title {
	height: 21px;
	font-size: 16px;
	font-weight: 700;
	word-break: keep-all;
	color: #214A99;
	letter-spacing: -0.025em;
}

.interView .interView_list .item .title p {
	overflow: hidden;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.interView .interView_list .item .info {
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.interView .interView_list .item .info .userName {
}

.interView .interView_list .item .info .userName span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #4D4D4D;
	white-space: nowrap;
}

.interView .interView_list .item .info .userCourse {
	overflow: hidden;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}


.interView .interView_list .item .info .userCourse span{
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #4D4D4D;
	
}

/*
.interView .interView_list .item .info .userCourse span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #4D4D4D;
	letter-spacing: -0.025em;
}
*/

.interView .interView_list .item .info i {
	display: inline-block;
	margin: 0 12px;
	width: 1px;
	height: 12px;
	background: #666;
}

.interView .interView_list .item .btm {
	margin-top: 12px;
}

.interView .interView_list .item .txt_b {
	line-height: 1.3;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	word-break: keep-all;
	height: 40px;
}

.interView .interView_list .item .txt {
	overflow: hidden;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}


.interView .right_con {
	position: static;
}

.interView .sec_title_group {
}

.interView .sec_title_group .cate {
}

.interView .sec_title_group .title {
}

.interView .sec_title_group .txt {
	margin-top: 36px;
	color: rgba(0, 0, 0, 0.8);
}

.interView .right_con .more {
	margin-top: 40px;
}

.interView .right_con .more a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	letter-spacing: -0.5px;
	font-size: 18px;
	width: 160px;
	height: 40px;
	color: rgb(33, 74, 153);
	background: transparent;
	border-radius: 20px;
	border: 2px solid rgb(33, 74, 153);
}


/* 띠배너 */
.banner.pc_banner {
	display: block;
}

.banner {
	position: relative;
}

.banner .banner_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
}

.banner .banner_bg div {
	width: 50%;
	height: 160px;
}

.banner .banner_bg .left_b {
	background: url("/home/images/itpage/banner.png") no-repeat center/cover;
}

.banner .banner_bg .right_b {
	background: #48CDF8;
}

.banner .banner_wrap {
	position: relative;
	width: 100%;
	height: 160px;
	display: flex;
	padding-top: 48px;
	align-items: start;
}

.banner .left_con,
.banner .right_con {
	width: 50%;
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}

.banner .right_con {
	padding-left: 120px;
	justify-content: space-between;
}

.banner .left_con .title {
	margin-right: 90px;
}

.banner .title p {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	white-space: pre-wrap;
	word-break: break-all;
}

.banner .more {
	margin-bottom: 4px;
}

.banner .more a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.banner .more a.txt_b {
	color: #214A99;
	font-weight: 700;
	border: 2px solid #214A99;
}

.banner .title p.txt_b {
	letter-spacing: -0.5px;
	color: #214A99;
}


.banner.m_banner {
	display: none;
	background: url("/home/images/itpage/banner.png") no-repeat center/cover;
	padding: 30px 0 20px;
	text-align: center;
}

.banner.m_banner .banner_box {
	padding: 0 2%;
}

.banner.m_banner .banner_box .title {
}

.banner.m_banner .banner_box .title .txt_w {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

.banner.m_banner .banner_box .more {
	margin-top: 14px;
}

.banner.m_banner .banner_box .more a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0;
}


/* 채용연계 */
.partner {
	padding: 130px 0;
}

.partner .top_con {
}

.partner .sec_title_group {
}

.partner .sec_title_group .cate {
}

.partner .sec_title_group .title {
}

.partner .partnerList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.partner .partnerList .item {
	width: calc(20% - 16px);
	height: 100px;
	margin-right: 20px;
	border-radius: 20px;
	border: 1px solid #ddd;
}

.partner .partnerList .item:nth-child(5n) {
	margin-right: 0;
}

.partner .partnerList .item:nth-child(n+6) {
	margin-top: 20px;
}


footer {
	position: relative;
	width: 100%;
	background: #222;
	/*padding: 200px 0;*/
}

footer {
	line-height: 1;
}


footer .top_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	/*padding: 40px 0 30px;*/
	border-bottom: 1px solid #ffffff10;
	/*border-bottom: 1px solid rgba(255,255,255,0.3);*/
}

footer .top_con .area1 {
}

footer .top_con .area1 ul {
}

footer .top_con .area1 ul li {
	display: flex;
	align-items: center;
}

footer .top_con .area1 ul li a {
	font-weight: 300;
	font-size: 14px;
	color: rgba(255, 255, 249, 0.6);
}

footer .top_con .area1 ul li a.w {
	color: #fff;
}

footer .top_con .area1 ul li i {
	display: inline-block;
	margin: 0 20px;
	width: 1px;
	height: 14px;
	background: #ffffff10;
}

footer .top_con .area1 ul li p {
	font-weight: 300;
	font-size: 14px;
	color: rgba(255, 255, 249, 0.6);
}

footer .top_con .area1 ul li p span {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	margin-left: 5px;
}

footer .top_con .area2 {
	display: flex;
}

footer .top_con .area2 .snsList {
	display: flex;
}

footer .top_con .area2 .snsList li {
	min-width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	margin-right: 10px;
}

footer .top_con .area2 .snsList li.sns_i {
	background-image: url("/home/images/itpage/sns_icon_i.png");
}

footer .top_con .area2 .snsList li.sns_y {
	background-image: url("/home/images/itpage/sns_icon_y.png");
}

footer .top_con .area2 .snsList li.sns_b {
	background-image: url("/home/images/itpage/sns_icon_b.png");
	margin-right: 0;
}

footer .top_con .area2 .snsList li a {
	display: block;
	width: 100%;
	height: 100%;
}

footer .top_con .area2 .familySite {
	position: relative;
}

footer .top_con .area2 .familySite p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #393939;
	border-radius: 10px;
	width: 180px;
	height: 40px;
	padding: 0 20px;
	margin-left: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}

footer .top_con .area2 .familySite p s {
	width: 12px;
	height: 12px;
	background: url("/home/images/itpage/plus_icon.png") no-repeat center center/100% auto;
}

footer .top_con .area2 .familySite .selectBox {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 5px;
}

footer .top_con .area2 .familySite.on .selectBox {
	display: block;
}

footer .top_con .area2 .familySite .selectBox ul {
	width: 180px;
	height: 150px;
	padding: 10px 20px 20px;
	margin-left: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 14.7px 0.3px rgba(231, 231, 231, 0.08);
	overflow-y: scroll;
	color: #4e4e4e;
	background-color: #fff;
}

footer .top_con .area2 .familySite .selectBox ul.scrollBox {
}

footer .top_con .area2 .familySite .selectBox ul.scrollBox::-webkit-scrollbar {
	width: 1.8rem;
	position: relative;
	margin-right: 1.6rem;
}

footer .top_con .area2 .familySite .selectBox ul.scrollBox::-webkit-scrollbar-thumb {
	height: 45%;
	border-radius: 20px;
	border: 0.7rem solid transparent;
	background-color: #d0d0d0;
	background-clip: content-box;
}

footer .top_con .area2 .familySite .selectBox ul.scrollBox::-webkit-scrollbar-track {
	width: 1rem;
	background-color: transparent;
	position: absolute;
	top: -50rem;
	right: -3rem;
}

footer .top_con .area2 .familySite .selectBox ul li {
}

footer .top_con .area2 .familySite .selectBox ul li:nth-child(n + 1) {
	margin-top: 16px;
}

footer .top_con .area2 .familySite .selectBox ul li a {
	color: #444444;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}


footer .btm_con {
	padding: 40px 0 70px;
}

footer .btm_con p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

footer .btm_con p span {
	font-weight: 200;
	color: rgba(255, 255, 249, 0.6);
}

footer .btm_con .companyName {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

footer .btm_con .info {
	margin-top: 20px;
}

footer .btm_con .info li {
	display: flex;
	flex-wrap: wrap;
}

footer .btm_con .info li:nth-child(2) {
	margin-top: 20px;
}

footer .btm_con .info li p {
	margin-right: 20px;
}

footer .btm_con .info li p span {
	margin-left: 8px;
}

footer .btm_con .copyright {
	margin-top: 20px;
}

footer .btm_con .copyright p {
	font-weight: 200;
	color: rgba(255, 255, 249, 0.6);
}


@media (min-width: 767px) and (max-width: 1023px) {
	#layout {
		min-width: auto;
	}
	
	.br_pc {
		display: none;
	}
	
	.br_mobile {
		display: block;
	}
	
	section .inner,
	footer .inner {
		width: 90%;
	}
	
	
	.mainVisual .main_title_group .title {
		font-size: 70px;
	}
	
	.mainVisual .main_title_group .txt {
	
	}
	
	.aboutTitle .title {
		font-size: 70px;
	}
	
	.vision .more_con .vision_items {
	}
	
	.vision .more_con .vision_items .item {
		width: 45%;
	}
	
	.vision .more_con .vision_items .item.item1 {
		margin-right: 10%;
	}
	
	.vision .more_con .vision_items .item.item2 {
		margin-top: 70%;
	}
	
	.partner {
	}
	
	.partner .partnerList {
	}
	
	.partner .partnerList .item {
		width: calc(33.3333333333% - 16px);
		margin-right: 24px;
	}
	
	.partner .partnerList .item:nth-child(n+4) {
		margin-top: 24px;
		margin-right: 24px;
	}
	
	.partner .partnerList .item:nth-child(3n) {
		margin-right: 0;
	}

	/*동영상 사이즈*/
	.video-wrap iframe{top:0 !important;}
}


@media all and (max-width: 1023px) {
	#layout {
		min-width: auto;
	}
	
	.br_pc {
		/*display: none;*/
	}
	
	.br_tab {
		/*display: none;*/
	}
	
	section .inner,
	footer .inner {
		width: 90%;
	}
	
	
	.contactUs .contact_wrap {
		justify-content: space-between;
		width: 100%;
	}
	
	.contactUs .contactList {
		justify-content: space-between;
		width: 50%;
	}
	
	.contactUs .contactInfo {
		margin-left: 40px;
	}
	
	.contactUs .contactInfo .title_group {
	}
	
	.contactUs .contactInfo .info_num {
	}
	
	.contactUs .contactList .item {
		width: 88px;
		height: 88px;
		margin-right: 20px;
		box-shadow: 1px 4px 10px 1px rgba(163, 163, 163, 0.2);
	}
	
	.contactUs .contactList .item:last-child {
		margin-right: 0;
	}
	
	.contactUs .contactList .item a {
		padding: 18px 0 0;
	}
	
	.contactUs .contactList .item .icon_img {
		width: 30px;
		height: 30px;
	}
	
	.contactUs .contactList .item .icon_title {
		font-size: 12px;
		margin-top: 12px;
	}
	
	.contactUs .contactList .item:first-child .icon_title {
		margin-top: 10px;
	}
	
	.contactUs .contactInfo .title_group {
		margin-right: 20px;
	}
	
	.contactUs .contactInfo .info_title {
		font-size: 20px;
	}
	
	.contactUs .contactInfo .info_num {
		font-size: 38px;
	}
	
	
	.about_section_con .about_section_wrap {
		padding: 40px 0 60px;
	}
	
	.mainSlogan .slogan_title_wrap .title {
		font-size: 42px;
	}
	
	.mainSlogan .slogan_title_wrap .title.t_second {
		font-size: 32px;
		/*font-size: 42px;*/
	}
	
	
	.vision .more_con {
		padding-left: 0;
		padding-top: 240px;
		padding-bottom: 180px;
	}
	
	.vision .more_con .vision_items {
		padding-top: 120px;
	}
	
	
	.course .inner {
		width: 100%;
		padding-left: 5%;
	}
	
	
	.interView .inner {
	}
	
	.interView .interView_wrap {
		
		padding: 80px 0 140px;
		flex-direction: column-reverse;
		background-position: right -80px top 180px;
		background-size: 50% auto;
	}
	
	.interView .interView_list {
		width: 100%;
		margin: 90px auto 0;
	}
	
	.interView .right_con {
	}
	
	
	.banner .left_con,
	.banner .right_con {
		justify-content: space-between;
	}
	
	.banner .left_con .title {
		margin-right: 0;
	}
	
	.banner .left_con {
		padding-right: 5%;
	}
	
	.banner .right_con {
		padding-left: 5%;
	}
	
	.banner .title p {
		font-size: 18px;
	}
	
	
	footer .top_con {
		padding: 20px 0;
	}
	
	footer .top_con .area1 {
		display: none;
	}
	
	footer .top_con .area2 {
		justify-content: space-between;
	}
	
	footer .top_con .area2 .familySite {
		font-size: 12px;
	}
	
	footer .top_con .area2 .familySite s {
		width: 10px;
		height: 10px;
	}
	
	footer .btm_con {
	}
	
	footer .btm_con .companyName {
		font-size: 14px;
	}
	
	footer .btm_con .info li {
	}
	
	footer .btm_con .info li:nth-child(2) {
		margin-top: 0;
	}
	
	footer .btm_con .info li p {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	footer .btm_con .copyright p {
		font-size: 12px;
	}

		/*동영상 사이즈*/
	.video-wrap iframe{top:0 !important;}
	
}

@media all and (max-width: 970px) {
	.contactUs .contactInfo {
		margin-left: 20px;
	}
	
	.contactUs .contactInfo .title_group {
		margin-right: 10px;
	}
	
	.contactUs .contactInfo .info_title {
		font-size: 18px;
	}
	
	.contactUs .contactInfo .info_txt {
		
		font-size: 14px;
	}
	
	.contactUs .contactInfo .info_num {
		font-size: 32px;
	}
	
	.contactUs .contactList .item {
		margin-right: 0;
	}

		/*동영상 사이즈*/
	.video-wrap iframe{top:0 !important;}
}


@media all and (max-width: 920px) {
	#header .logo {
		width: 200px;
		height: 30px;
		background-size: auto 30px;
	}
	
	#header nav {
		top: 40px;
	}
	
	#header nav .gnb .depth1 {
		margin-left: 30px;
	}
	
	#header nav .gnb .depth1 > a {
		font-size: 16px;
	}
	
	.banner .banner_wrap {
		padding-top: 36px;
	}
	
	.banner .title {
		width: 100%;
	}
	
	.banner .more {
		margin-top: 14px;
	}

		/*동영상 사이즈*/
	.video-wrap iframe{top:0 !important;}
}


@media all and (max-width: 870px) {
	.contactUs .contactInfo .info_title {
		font-size: 16px;
	}
	
	.contactUs .contactInfo .info_txt {
		font-size: 12px;
		margin-top: 0;
	}
	
	.contactUs .contactInfo .info_num {
		font-size: 28px;
	}

		/*동영상 사이즈*/
	.video-wrap iframe{top:0 !important;}
}

@media all and (max-width: 767px) {
	#layout {
		min-width: auto;
	}
	
	section .inner,
	footer .inner {
		width: 90%;
	}
	
	.br_pc {
		display: none;
	}
	
	.br_mobile {
		display: block;
	}
	
	.side_btn {
		display: none;
		right: 10px;
		bottom: 10px;
	}
	
	.top_btn {
		opacity: 0;
		right: 10px;
		bottom: 0;
	}
	
	
	/* 헤더 */
	#header {
	}
	
	#header .innerHeader {
		padding: 20px 20px;
	}
	
	#header .logo {
		width: 186px;
		height: 28px;
		background-size: auto 28px;
	}
	
	#header nav {
		display: none;
	}
	
	#header .utilArea {
		display: block;
	}
	
	
	section .sec_title_group .cate {
		font-size: 14px;
	}
	
	section .sec_title_group .title {
		font-size: 28px;
		margin-top: 30px;
	}
	
	section .sec_title_group .txt {
		font-size: 14px;
	}
	
	
	/* mainVisual */
	.mainVisual .main_title_group {
		/*text-align: center;*/
	}
	
	.mainVisual .main_title_group .title {
		font-size: 40px;
	}
	
	.mainVisual .main_title_group .txt {
		font-size: 16px;
		margin-top: 20px;
	}
	
	.mainVisual .main_title_group .txt br {
	}
	
	
	/* contactUs */
	.contactUs {
		padding: 20px 0;
	}
	
	.contactUs .inner {
		width: 100%;
		padding: 0 10px;
	}
	
	.contactUs .contact_wrap {
		justify-content: center;
		width: 100%;
	}
	
	.contactUs .contactList {
		justify-content: space-between;
		width: 100%;
	}
	
	.contactUs .contactList .item {
		width: 88px;
		height: 88px;
		margin-right: 0;
		box-shadow: 1px 4px 10px 1px rgba(163, 163, 163, 0.2);
	}
	
	.contactUs .contactList .item a {
		padding: 18px 0 0;
	}
	
	.contactUs .contactList .item .icon_img {
		width: 30px;
		height: 30px;
	}
	
	.contactUs .contactList .item .icon_title {
		font-size: 12px;
		margin-top: 12px;
	}
	
	.contactUs .contactList .item:first-child .icon_title {
		margin-top: 10px;
	}
	
	.contactUs .contactInfo {
		display: none;
	}
	
	
	/* 슬로건 ~ 중간비디오 고정 전체 컨테이너 */
	.about_section_con .about_section_wrap {
		padding: 0;
	}
	
	/* 메인슬로건 */
	.mainSlogan {
	}
	
	.mainSlogan .sloganArea {
	}
	
	.mainSlogan .slogan_title_wrap .title {
		font-size: 32px;
	}
	
	.mainSlogan .slogan_title_wrap .title.t_second {
		font-size: 24px;
		/*font-size: 32px;*/
	}
	
	
	/* 어바웃비디오 */
	.aboutVideo {
	}
	
	.aboutVideo .fixedVideo {
		margin-top: 200px;
	}
	
	/* 어바웃타이틀 */
	.aboutTitle {
	}
	
	.aboutTitle .title {
		font-size: 40px;
	}
	
	/* vision */
	.vision {
	}
	
	.vision .inner {
	}
	
	.vision .fix_con {
	}
	
	.vision .more_con {
		padding: 180px 0;
	}
	
	.vision .more_con .txt_con .txt {
		font-size: 16px;
	}
	
	.vision .more_con .vision_items {
		flex-direction: column;
		padding-top: 120px;
	}
	
	.vision .more_con .vision_items .item {
		width: 100%;
	}
	
	.vision .more_con .vision_items .item.item1 {
		margin-right: 0;
	}
	
	.vision .more_con .vision_items .item.item2 {
		margin-top: 140px;
	}
	
	.vision .more_con .vision_items .item.item3 {
		margin-top: 140px;
	}
	
	.vision .more_con .vision_items .item .title_group {
	}
	
	.vision .more_con .vision_items .item .title_group .title {
		font-size: 20px;
	}
	
	.vision .more_con .vision_items .item .title_group .txt_b {
		margin-top: 20px;
		font-size: 16px;
	}
	
	.vision .more_con .vision_items .item .more {
		margin-top: 10px;
	}
	
	/* 모집과정 */
	.course {
		padding: 75px 0 90px;
	}
	
	.course .inner {
		width: 100%;
		padding-left: 5%;
	}
	
	.course .controller {
		display: none;
	}
	
	.course .top_con {
	}
	
	.course .courseList {
		margin-top: 60px;
	}
	
	.course .slick-list {
		margin: 0 0;
	}
	
	.course .courseList .item {
		width: 271px;
		height: 374px;
		padding: 30px 25px 25px 25px;
	}
	
	.course .courseList .item .cate {
		margin-bottom: 10px;
	}
	
	.course .courseList .item .title {
		margin-bottom: 8px;
	}
	
	.course .courseList .item .title p {
		font-size: 22px;
	}
	
	.course .courseList .item .cate span,
	.course .courseList .item .txt,
	.course .courseList .item .info {
		font-size: 15px;
	}
	
	
	/* 솔루션 */
	.solution {
		padding: 85px 0;
	}
	
	.solution .solution_wrap {
		flex-direction: column;
	}
	
	.solution .left_con {
		width: 100%;
	}
	
	.solution .sec_title_group .txt {
		display: none;
	}
	
	.solution .more {
		margin-top: 36px;
	}
	
	.solution .more a {
		width: 120px;
		height: 36px;
		font-size: 14px;
		font-weight: 500;
	}
	
	
	.solution .solutionList_wrap {
		width: 100%;
		margin-top: 60px;
	}
	
	.solution .solutionList .item {
		width: 280px;
		height: 280px;
		margin-right: 20px;
		padding: 40px 25px;
		background-size: 84px auto;
		background-position: right 16px bottom 38px;
	}
	
	.solution .solutionList .item.step4 {
		background-size: 100px auto;
		background-position: right bottom 34px;
	}
	
	.solution .solutionList .item .cate span {
		font-size: 14px;
	}
	
	.solution .solutionList .item .title {
	}
	
	.solution .solutionList .item .title p {
		font-size: 20px;
	}
	
	.solution .solutionList .item .txt {
		font-size: 14px;
	}
	
	
	/* 인터뷰 */
	.interView {
		/*padding: 80px 0 140px;*/
		padding: 0 0;
	}
	
	.interView .inner {
		width: 100%;
		padding: 0 0;
	}
	
	.interView .interView_wrap {
		padding: 80px 0 140px;
		flex-direction: column-reverse;
		background-position: right -86px top 223px;
		background-size: 84% auto;
	}
	
	.interView .interView_list {
		width: 90%;
		margin: 90px auto 0;
	}
	
	.interView .interView_list .item {
		width: 100%;
	}
	
	.interView .interView_list .item:nth-child(4) {
		display: none;
	}
	
	.interView .interView_list .item:nth-child(1),
	.interView .interView_list .item:nth-child(2),
	.interView .interView_list .item:nth-child(3) {
		width: 100%;
	}
	
	.interView .interView_list .item .img {
		width: 50px;
		height: 50px;
		margin-right: -25px;
		background-size: 36px auto;
		
	}
	
	.interView .interView_list .item .txt_con {
		width: calc(100% - 25px);
		padding: 18px 25px 15px 30px;
	}
	
	.interView .interView_list .item .title {
		font-size: 14px;
	}
	
	.interView .interView_list .item .info {
		margin-top: 2px;
	}
	
	.interView .interView_list .item .info .userName span {
		font-size: 13px;
	}
	
	.interView .interView_list .item .info .userCourse span {
		font-size: 13px;
	}
	
	.interView .interView_list .item .info i {
		margin: 0 8px;
	}
	
	.interView .interView_list .item .btm {
		/*margin-top: 14px;*/
	}
	
	.interView .interView_list .item .txt_b {
		font-size: 13px;
		height: 36px;
		letter-spacing: -0.025em;
	}
	
	.interView .right_con {
		padding-left: 5%;
	}
	
	.interView .sec_title_group .txt {
		margin-top: 30px;
		display: none;
	}
	
	.interView .right_con .more {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 80px;
	}
	
	.interView .more {
	}
	
	.interView .right_con .more a {
		font-size: 14px;
		width: 120px;
		height: 36px;
	}
	
	.interView .more a {
	}
	
	
	/* 띠배너 */
	.banner.pc_banner {
		display: none;
	}
	
	.banner.m_banner {
		display: block;
	}
	
	/* 파트너 */
	.partner {
		padding: 80px 0;
	}
	
	.partner .partnerList {
		margin-top: 50px;
	}
	
	.partner .partnerList .item {
		width: calc(50% - 5px);
		height: 80px;
		margin-right: 10px;
	}
	
	.partner .partnerList .item:nth-child(2n) {
		margin-right: 0;
	}
	
	.partner .partnerList .item:nth-child(5) {
		margin-right: 10px;
	}
	
	.partner .partnerList .item:nth-child(n+6) {
		margin-top: 0;
	}
	
	.partner .partnerList .item:nth-child(n+3) {
		margin-top: 10px;
	}
	
	footer .btm_con .info li {
		flex-direction: column;
	}

		/*동영상 사이즈*/
	.video-wrap iframe{top:0 !important;}
}






