/* 사이드 버튼 */
.side_btn {
  position: fixed;
  right: 30px;
  bottom: 190px;
  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 0.5s ease;
*/
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background: #214a99;
    border-radius: 50px;
    overflow: hidden;
    transition: width 0.5s ease;

}

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

.side_btn .inquiry_wrap a.active .title {
  opacity: 1;
  transition: opacity 0.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/call3.png");
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: center center;
*/
cursor: pointer;
position: absolute;
right: 28px;
top: 52%;
transform: translateY(-50%);
width: 41px;
height: 35px;
background-image: url(/home/images/call3.png);
background-repeat: no-repeat;
background-size: 41px 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 0.5s ease;
  z-index: 50;
  cursor: pointer;
  */

  position: fixed;
  right: 30px;
  bottom: 205px;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #7f7f7f;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
  z-index: 50;
  cursor: pointer;
}






.slick-slider {
  margin-bottom: 0 !important;
}
.slick-vertical .slick-slide {
  border: 0 !important;
}

#layout {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.br_pc {
  display: none;
}
.br_mobile {
  display: block;
}
/* 헤더 */
#header {
  position: fixed;
  top: 0;
  width: 750px;
  background: #fff;
  z-index: 1000;
  transition: background-color 0.3s;
}

#header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 750px;
  min-width: 483px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

#header .innerHeader {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
}

#header .logo {
  display: block;
  width: 380px;
  height: 60px;
  background-image: url("/home/images/logo_IT_aws.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

#header nav {
  display: none;
}
#header nav .gnb {
  /* height: 270px; */
  display: flex;
  position: absolute;
  right: 190px;
  padding: 37px 0;
  z-index: 100;
}
#header nav .gnb .depth1 > a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  width: 110px;
  display: block;
  text-align: center;
}
#header nav .gnb .depth1 {
  padding: 0 40px;
}
#header .utilArea {
  display: block;
  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: 50px;
  height: 40px;
  background-color: #fff;
  border-width: 0;
}

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

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

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

#header.up_scroll::before {
  /*background-color: #e5e5e5;*/
  /*border-bottom:1px solid #e5e5e5;*/
}



#header.up_scroll .logo {
  background-image: url("/home/images/logo_IT_aws.svg");
}

#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: 600px;
  height: 100%;
  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: 30px;
}

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

#mobile_menuArea .logo {
  width: 275px;
  height: 40px;
  background-image: url("/home/images/logo_IT.png");
  background-size: auto 40px;
  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 .top {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

#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);
}
#mobile_menuArea .sub {
  display: none;
  padding-top: 10px;
}
#mobile_menuArea .menu_list .menu .top:hover,
#mobile_menuArea .menu_list .menu .top.active {
  color: aqua;
}
#mobile_menuArea .sub.on {
  display: block;
}
#mobile_menuArea .sub li {
  color: #fff;
  margin: 10px 0 0 15px;
  width: 300px;
  height: 30px;
  /* background-color: turquoise; */
  display: block;
}
#mobile_menuArea .sub li a {
  /* display: block; */
  font-size: 26px;
  color: #fff;
}
#sub_menu .area .text.on a {
  color: #214a99;
}
/* 딤드 처리 */
#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;
}

/* section 공통 */
section .inner,
footer .inner {
  max-width: 750;
  width: 90%;
  margin: 0 auto;
}
section .sec_title_group .title.color_w {
  color: #fff;
}
section .sec_title_group .title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #000;
  margin-top: 30px;
}
section .sec_title_group .cate {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #000;
}
section .sec_title_group .cate.color_w {
  color: #fff;
}
section .sec_title_group .txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025em;
  white-space: pre-wrap;
  word-break: break-all;
}

/* mainVisual */
.main {
  margin: 90px 0 0;
}
.slick-dots li button:before {
  font-size: 12px;
}
/* .main>.visual>.menu{} */
.main > .visual > .slide .slick-dots {
  bottom: 10px;
}
.main > .visual > .slide,
.main > .visual > .slide .item {
  height: 630px;
}
.main > .visual .slide .slick-dots li button:before {
  color: white;
}
/**** visual1 섹션 ****/
@-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: 20px 0;
}
.contactUs .inner {
  width: 100%;
  padding: 0 10px;
}
.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: center;
  width: 100%;
}

.contactUs .contactList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contactUs .contactList .item {
  position: relative;
  width: 155px;
  height: 155px;
  margin-right: 0;
  box-shadow: 1px 4px 10px 1px rgba(163, 163, 163, 0.2);
  background: #fff;
  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%;
  z-index: 10;
  padding: 32px 0 0;
}

.contactUs .contactList .item .icon_img {
  width: 90px;
  height: 53px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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

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

.contactUs .contactList .item .icon_img.icon_3 {
  /*background-image: url("/home/images/main/icon_readingG.svg");*/
  background-image: url("/home/images/main/icon_notice.svg");
}

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

.contactUs .contactList .item .icon_img.icon_5 {
    background-image: url("/home/images/main/icon_tel.jpg?ver=1");
  }

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

.contactUs .contactInfo {
  display: none;
  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;
}



/* 모집중인과정 */
.course {
  background: #fff;
  position: relative;
  height: 1175px;
  padding: 75px 0 90px;
  z-index: 10;
}
.course .inner {
  width: 100%;
  padding-left: 5%;
}
.course .courseList {
  position: absolute;
  top: 200px;
  left: 25px;
  width: 996px;
  height: 581px;
  margin-top: 150px;
  z-index: 10;
  cursor: grab;
}
.course .courseList .item {
  background-image: url("/home/images/main/course.png");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 478px;
  height: 660px;
  padding: 70px 40px 40px 40px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: 10px;
}

/*
.course .courseList .item .cate span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #1c3e9b;
  padding: 5px 13px;
  color: #fff;
  font-size: 22px;
  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: #222;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}

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

.course .courseList .item .title p {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.5;
  margin-bottom: 25px;
}

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

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

.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/icon-arr-wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px auto;
  transition: all 0.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;
}

/* 어바웃비디오 */
.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: 1500px;
  pointer-events: none;
}

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

.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;
}

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

.aboutTitle .title {
  font-size: 40px;
  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 {
}

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

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

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

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

.vision .more_con .vision_items .item {
  position: relative;
  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 .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 center;
  background-size: cover;
  transform: scale(1.1);
}

.vision .more_con .vision_items .item1 .vision_img div {
  background-image: url("/m/home/images/main/vision_1.jpg");
}

.vision .more_con .vision_items .item2 .vision_img div {
  background-image: url("/m/home/images/main/vision_2.jpg");
}

.vision .more_con .vision_items .item3 .vision_img div {
  background-image: url("/m/home/images/main/vision_3.jpg");
}

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

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

.vision .more_con .vision_items .item .title_group .txt_b {
  margin-top: 20px;
  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: 10px;
}

.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/icon-arr-wh.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px 10px;
  transition: all 0.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;
}

/* 포트폴리오 */
.portfolio {
  background: #f5f5f5;
  position: relative;
  height: 1100px;
  padding: 130px 0 90px;
}
.portfolio .inner {
  width: 100%;
  padding-left: 5%;
}
.portfolio .top_con {
  position: relative;
}

.portfolio .portfolioList {
  position: absolute;
  top: 300px;
  left: 25px;
  width: 996px;
  height: 658px;
  margin-top: 60px;
  z-index: 10;
  cursor: grab;
}
.portfolio .portfolioList .item {
  position: relative;
  width: 478px;
  height: 658px;
  overflow: hidden;
  margin: 0 10px;
  flex-direction: column;
}

.portfolio .portfolioList .item .top {
  width: 478px;
  height: 478px;
}
.portfolio .portfolioList .item .top img {
  width: 478px;
  height: 478px;
}
.portfolio .portfolioList .item .btm {
  padding-top: 30px;
}
.portfolio .portfolioList .item .cate {
  margin-bottom: 10px;
}

.portfolio .portfolioList .item .title {
  margin-bottom: 8px;
}

.portfolio .portfolioList .item .title p {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;
}

.portfolio .portfolioList .item .txt {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-all;
  margin-top: -5px;
}

.portfolio .portfolioList .item .info .branch {
  margin-top: 8px;
}

.portfolio .portfolioList .item .more {
  position: absolute;
  right: 0;
  top: 12px;
}

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

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

.portfolio .portfolioList .item .more a.more_btn::before {
  left: 0;
}

.portfolio .portfolioList .item .more a.more_btn::after {
  left: -120%;
}

.portfolio .portfolioList .item .more a.more_btn:hover::before {
  left: 120%;
}

.portfolio .portfolioList .item .more a.more_btn:hover::after {
  left: 0;
}

/* 세미나 */
.seminar {
  background: #fff;
  position: relative;
  height: 1100px;
  padding: 130px 0 90px;
  margin-top: -1px;
}
.seminar .inner {
  width: 100%;
  padding-left: 5%;
}
.seminar .top_con {
  position: relative;
}

.seminar .seminarList {
  position: absolute;
  top: 300px;
  left: 25px;
  width: 873px;
  height: 473px;
  margin-top: 60px;
  z-index: 10;
  cursor: grab;
}
.seminar .seminarList .item {
  position: relative;
  width: 676px;
  height: 668px;
  overflow: hidden;
  margin: 0 10px;
  flex-direction: column;
}
.seminar .seminarList .item .top {
  width: 676px;
  height: 451px;
}
.seminar .seminarList .item .top img {
  height: 100%;
  width:100%;
}
.seminar .seminarList .item .btm {
  padding-top: 30px;
}
.seminar .seminarList .item .cate {
  margin-bottom: 10px;
}

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

.seminar .seminarList .item .title {
  margin-bottom: 8px;
}

.seminar .seminarList .item .title p {
 width:650px;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.3;

  overflow:hidden;
  -webkit-line-clamp : 1;
  word-wrap:break-word;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  display:-webkit-box;
}

.seminar .seminarList .item .txt {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  /* white-space: pre-wrap; */
  word-break: break-all;
}

.seminar .seminarList .item .info {
  color: #ececec;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}

.seminar .seminarList .item .info .branch {
  margin-top: 8px;
}

.seminar .seminarList .item .more {
  position: absolute;
  right: 0;
  top: 12px;
}

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

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

.seminar .seminarList .item .more a.more_btn::before {
  left: 0;
}

.seminar .seminarList .item .more a.more_btn::after {
  left: -120%;
}

.seminar .seminarList .item .more a.more_btn:hover::before {
  left: 120%;
}

.seminar .seminarList .item .more a.more_btn:hover::after {
  left: 0;
}

/* 솔루션 */
.solution {
  padding: 85px 0;
  background: #132f65;
  width: 100%;
}

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

.solution .left_con {
  width: 100%;
  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 .title {
  margin-top: 30px;
}

.solution .sec_title_group .txt {
  display: none;
}

.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: 36px;
}

.solution .more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  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: 100%;
  margin-top: 60px;
}

.solution .solutionList {
  width: 100%;
}

.solution .solutionList .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 494px;
  height: 494px;
  border-radius: 20px;
  margin-right: 20px;
  padding: 70px 43px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 168px auto;
  background-position: right 16px bottom 38px;
}

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

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

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

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

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

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

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

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

/* 인터뷰 */
.interView {
  padding: 80px 0;
  background: #ebecf5;
}

.interView .inner {
  width: 100%;
  padding: 0 0;
}

.interView .interView_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-image: url("/home/images/interview_bg.png");
  background-repeat: no-repeat;
  padding: 80px 0 140px;
  flex-direction: column-reverse;
  background-position: right -130px top 300px;
  background-size: 84% auto;
}

.interView .interView_list {
  width: 90%;
  margin: 150px auto 0;
}

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

.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:nth-child(4) {
  display: none;
}

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

.interView .interView_list .item .txt_con {
  width: calc(100% - 40px);
  height: 200px;
  padding: 30px 40px 30px 50px;
  box-shadow: 5px 5px 5px rgba(102, 102, 102, 0.15);
  border-radius: 30px;
  background: #fff;
}

.interView .interView_list .item .title {
  height: 30px;
  font-size: 24px;
  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: 10px;
}

.interView .interView_list .item .info .userName span {
  display: block;
  font-size: 23px;
  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: 23px;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: -0.025em;
}

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

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

.interView .interView_list .item .txt_b {
  line-height: 1.3;
  font-size: 23px;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
  height: 36px;
  letter-spacing: -0.025em;
}

.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;
  padding-left: 5%;
}
.interView .sec_title_group .txt {
  margin-top: 30px;
  display: none;
  color: rgba(0, 0, 0, 0.8);
}

.interView .right_con .more {
  margin-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

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

/* 채용연계 */
.partner {
  padding: 100px 0;
  background-color: #fff;
}

.partner .inner .title {
  height: 300px;
  color: #fff;
  background-color: white;
}
.partner .interView_wrap {
  height: 205.45px;
}
.partner .partnerList {
  width: 100%;
  height: 65.45px;
  display: flex;
  flex-wrap: wrap;
}

.partner .partnerList_btm {
  margin-top: 70px;
}
.partner .partnerList .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
}
.partner div .item {
  width: 180px;
  height: 65.45px;
  margin-right: 110px;
  background-color: #ffffff38;
}

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 {
  display: none;
}
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: 68px;
  height: 68px;
  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/sns_icon_i.png");
}

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

footer .top_con .area2 .snsList li.sns_b {
  background-image: url("/home/images/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: 20px;
  width: 306px;
  height: 68px;
  padding: 0 30px;
  margin-left: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}

footer .top_con .area2 .familySite p s {
  width: 20px;
  height: 20px;
  background: url("/home/images/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;
  z-index:100;
}

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

footer .top_con .area2 .familySite .selectBox ul {
  width: 306px;
  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::-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:nth-child(n + 1) {
  margin-top: 16px;
}

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

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

footer .btm_con p {
  font-size: 24px;
  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: 28px;
  font-weight: 500;
  color: #fff;
}

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

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

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

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

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

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