@charset "utf-8";
/*main_layout*/

.main_layout *,
.main_layout *::before,
.main_layout *::after {
  box-sizing: border-box;
}

.main_layout .slick-dots {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.main_layout .slick-dots li:nth-child(n + 2) {
  margin-left: 20px;
}

.main_layout .slick-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(124, 124, 124, 0.32);
  border: 0;
  line-height: normal;
  font-size: 0;
}

.main_layout .slick-active button {
  width: 14px;
  height: 14px;
  background-color: #0055ff;
  outline: 0;
}

.hero {
  margin-top: 97px;
}

@media (max-width: 965px) {
  .hero {
    margin-top: 50px;
  }
}

@media (max-width: 645px) {
  .hero {
    margin-top: 30px;
  }
}

#main_layout #visual {position:relative;}
#main_layout #visual .prev-arrow,
#main_layout #visual .next-arrow {
	position: absolute;
	z-index: 3;
	width: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	font-size: 40px;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main_layout #visual .prev-arrow {
	right: auto;
}
#main_layout #visual .next-arrow {
	left: auto;
}

#main_layout #visual .material-symbols-outlined {
  padding-left: 10px;
  font-size: 40px;
  color: #076bff;
}

.slide_box {
  display: -ms-flexbox;
  display: flex;
}

.slide_box .slick-dots {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 965px) {
  .slide_box .slick-dots {
    bottom: 15px;
  }
}

.slide-inner-1 {
  background: rgb(248, 218, 179);
  background: linear-gradient(90deg, rgba(248, 218, 179, 1) 0%, rgba(196, 221, 255, 1) 100%);
}
.slide-inner-2 {
  background: rgb(161, 255, 232);
  background: linear-gradient(90deg, rgba(161, 255, 232, 1) 0%, rgba(112, 220, 255, 1) 100%);
}
.slide-inner-3 {
  background: rgb(197, 196, 255);
  background: linear-gradient(90deg, rgba(197, 196, 255, 1) 0%, rgba(191, 239, 255, 1) 100%);
}

.slide-inner img {
  max-width: 100%;
}

.slide-inner a {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1400px;
  font-size: 24px;
}

.slide-inner .slide-btn {
  position: absolute;
  left: 50%;
  top: 73%;
}

.slide-inner .slide-btn::after {
  content: '';
  display: inline-block;
  margin-top: 13px;
  margin-left: 76px;
  width: 87px;
  height: 10px;
  background: url(../images/main/ico-slide-arrow@3x.png) no-repeat center center / contain;
}

.slide-inner .slide-img--m {
  display: none;
}

@media (max-width: 1200px) {
  .slide-inner a {
    font-size: 20px;
  }

  .slide-inner .slide-btn::after {
    width: 60px;
    margin-left: 50px;
  }
}

@media (max-width: 768px) {
  .slide-inner .slide-img--pc {
    display: none;
  }

  .slide-inner .slide-img--m {
    display: block;
  }

  .hero .slick-dots {
    left: 40px;
    transform: translateX(0);
  }

  .hero .slide-btn {
    top: auto;
    right: 20px;
    bottom: 15px;
    left: auto;
  }
}

@media (max-width: 645px) {
  .slide-inner a {
    font-size: 14px;
  }

  .slide-inner .slide-btn::after {
    width: 50px;
    margin-left: 40px;
  }
}

.visual-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.news_box {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  height: 90px;
  background-color: #000;
}
.news_box * {
  color: #fff;
}
.news_box .visual-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.news_box .title {
  font-size: 28px;
}

.news_box .title a {
  display: inline-flex;
  padding-left: calc(25 / 200 * 100%);
}

.news_box .title a:hover {
  color: #fff;
}

.news_box .title a::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url('../images/main/ico-news-more@3x.png') no-repeat center center / contain;
}

.news_box .list {
  width: calc(966 / 1200 * 100%);
}

.news_box .text_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.news_box .slick-slide {
  display: flex;
  justify-content: space-between;
}

.news_box .text_box a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.news_box .text_box a:hover {
  color: #fff;
}
.news_box .text_box a > span {
  display: none;
}

.news_box .control {
  width: 34px;
}
.news_box .control button {
  display: inline-block;
  width: 100%;
  height: 34px;
  background: url(../images/main/ico_news-prev@3x.png) no-repeat center center / contain;
  cursor: pointer;
  border: 0;
}
.news_box .control button:nth-child(2) {
  transform: rotate(180deg);
}

@media (max-width: 860px) {
  .news_box {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }

  .news_box .visual-inner {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
  }

  .news_box .title {
    margin-bottom: 14px;
    width: auto;
    font-size: 14px;
  }

  .news_box .title a {
    padding-left: 0;
  }

  .news_box .title a::after {
    content: none;
  }

  .news_box .list {
    width: 100%;
  }

  .news_box .slick-slide {
    width: 100%;
    flex-direction: column;
  }

  .news_box .list a {
    margin-bottom: 10px;
  }

  .news_box .control {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.visual-section {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.visual-section:nth-of-type(odd) {
  background-color: #f3f4f8;
}

.visual-section__tit,
.visual-section__desc {
  text-align: center;
}

.visual-section__tit {
  margin-bottom: 20px;
  font-size: 40px;
  color: #000331;
}

.visual-section__desc {
  margin-bottom: 90px;
  font-size: 20px;
  color: #888;
}

@media (max-width: 840px) {
  .visual-section {
    padding-top: 60px;
  }

  .visual-section__tit {
    font-size: 24px;
  }

  .visual-section__desc {
    font-size: 15px;
  }
}

/*
business
*/

.main-business .business-tab {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 42px;
}

.main-business .business-tab li:nth-child(2) {
  margin: 0 22px;
}

.main-business .business-tab a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 9px 19px;
  height: 100%;
  color: #8e8e8e;
}

.main-business .business-tab a br {
  display: none;
}

.main-business .business-tab a:hover {
  opacity: 0.6;
}

.main-business .business-tab .is-active:hover {
  opacity: 1;
}

.main-business .business-tab .is-active {
  color: #0055ff;
}

.business-tab a::before {
  content: '';
  margin-right: 6px;
  width: 44px;
  height: 44px;
  background: url(../images/main/business-sprites.png) no-repeat;
  background-size: calc(396px / 3) calc(264px / 3);
}

.business-tab li:nth-child(2) a::before {
  background-position: -44px 0;
}

.business-tab li:nth-child(3) a::before {
  background-position: 0 -44px;
}

/* .business-tab li:nth-child(1) a:hover::before, */
.business-tab li:nth-child(1) .is-active::before {
  background-position: -44px -44px;
}

/* .business-tab li:nth-child(2) a:hover::before, */
.business-tab li:nth-child(2) .is-active::before {
  background-position: -88px 0;
}

/* .business-tab li:nth-child(3) a:hover::before, */
.business-tab li:nth-child(3) .is-active::before {
  background-position: -88px -44px;
}

.main-business .business-tab .is-active:hover::after,
.main-business .business-tab .is-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 175px;
  background-color: #0055ff;
  opacity: 0.2;
}

@media (max-width: 810px) {
  .main-business .visual-section__desc {
    margin-bottom: 37px;
  }

  .main-business .business-tab a {
    text-align: center;
  }

  .business-tab a::before {
    margin-right: 0;
  }
}

@media (max-width: 710px) {
  .main-business .business-tab li {
    width: 33.33333%;
  }

  .main-business .business-tab a {
    flex-direction: column;
    width: 100%;
    font-size: 14px;
  }

  .business-tab a::before {
    margin-bottom: 10px;
  }

  .main-business .business-tab a:hover::after,
  .main-business .business-tab .is-active::after {
    border-radius: 10px;
  }
}

.business-con {
  display: none;
}

.business-con.is-active {
  display: block;
}

.business-con dt {
  margin-bottom: 58px;
  font-weight: bold;
  font-size: 24px;
  color: #000331;
}

.business-con dt em {
  display: block;
  color: #0055ff;
  font-style: normal;
}

.business-con:nth-of-type(3) dt em {
  display: inline;
}

.business-con dd {
  height: 568px;
  background-repeat: no-repeat;
  background-position: right 58px;
  background-size: 689px 276px;
}

.business-con dd img {
  display: none;
  max-width: 100%;
}

.business-con:nth-of-type(1) dd {
  background-image: url('../images/main/img_vis01_pcloud@3x.png');
}
.business-con:nth-of-type(2) dd {
  background-image: url('../images/main/img_vis02_pcloud@3x.png');
}
.business-con:nth-of-type(3) dd {
  background-image: url('../images/main/img_vis03_pcloud@3x.png');
}

.business-con a {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 22px 30px;
  width: 440px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
  color: #666;
}

.business-con a:hover {
  border: 1px solid #0055ff;
}

.business-con a:nth-child(n + 2) {
  margin-top: 33px;
}

.business-con a strong {
  display: inline-flex;
  align-items: center;
  margin-bottom: 9px;
  font-size: 23px;
}

.business-con a strong::after {
  content: '';
  margin-left: 10px;
  width: 23px;
  height: 23px;
  background: url(../images/main/ico-resource-more.png) no-repeat center center / 20px 20px;
}

@media (max-width: 810px) {
  .business-con dt {
    margin-bottom: 35px;
    font-size: 16px;
  }

  .main-business .business-con dd {
    padding-bottom: 70px;
    height: auto;
    background-image: none;
  }

  .business-con dd img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .business-con a {
    padding: 20px;
    width: 100%;
    font-size: 13px;
  }

  .business-con a strong {
    font-size: 15px;
  }
}

/* customer */
.main-customer {
  padding-bottom: 185px;
  text-align: center;
}

.customer-track {
  margin: 0 auto 148px;
  max-width: 1043px;
}

.customer-item {
  max-width: 1043px;
}

.customer-item img {
  max-width: 100%;
}

.customer-item .customer-img--m {
  display: none;
}

.customer-track .slick-dots {
  margin-top: 36px;
}

.main-customer-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 64px;
  border: 1px solid rgb(104, 93, 255);
  background-color: #1754de;
  border-radius: 40px;
  color: #fff;
  box-shadow: 0 6px 28px 0 rgba(23, 84, 222, 0.42);
}

.main-customer-btn::after {
  content: '';
  display: inline-block;
  margin-left: 32px;
  width: 40px;
  height: 40px;
  background: url(../images/main/ic_btn_more_arw_white.png) no-repeat center center / 20px 20px;
}

.main-customer-btn:hover {
  color: #fff;
}

.customer-logo-slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  height: 68px;
}

.customer-logo-slider--top {
  margin-bottom: 40px;
}

.customer-logo-slider--btm {
  margin-bottom: 54px;
}

.customer-logo-card {
  width: 220px;
  text-align: center;
}

.customer-logo-card img {
  max-width: 190px;
}

@media (max-width: 840px) {
  .main-customer {
    padding-bottom: 35px;
  }

  .main-customer .visual-section__desc {
    margin-bottom: 35px;
  }

  .customer-item .customer-img--pc {
    display: none;
  }

  .customer-item .customer-img--m {
    display: block;
  }

  .customer-track {
    margin-bottom: 88px;
  }

  .customer-track .slick-dots {
    margin-top: 20px;
  }
}

/* main-resources */
.main-resources {
  padding-bottom: 140px;
}

.main-resource-card-wrap {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.main-resource-card {
  overflow: hidden;
  border-radius: 10px;
  width: calc(340 / 1200 * 100%);
  font-size: 16px;
}

.main-resource-card img {
  max-width: 100%;
}

.main-resource-card-con {
  position: relative;
  display: block;
  width: 100%;
  height: 225px;
  padding: 30px;
  background-color: #fff;
}

.main-resource-card-con h3 {
  margin-bottom: 25px;
  font-size: 28px;
  color: #000331;
}

.main-resource-card-con p {
  color: #666;
}

@media (max-width: 1043px) {
  .main-resource-card-con h3 {
    font-size: 24px;
  }

  .main-resource-card-con p {
    font-size: 14px;
  }
}

@media (max-width: 840px) {
  .main-resources {
    padding-bottom: 35px;
  }
}

.main-resource-card .resource-more {
  position: absolute;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 30px;
  right: 30px;
  color: #0055ff;
}

.main-resource-card .resource-more::after {
  content: '';
  display: block;
  margin-top: 2px;
  margin-left: 10px;
  width: 23px;
  height: 23px;
  background: url(../images/main/ico-resource-more.png) no-repeat center center / 20px 20px;
}

@media (max-width: 960px) {
  .main-resource-card-wrap {
    flex-direction: column;
  }

  .main-resource-card {
    width: 100%;
  }

  .main-resource-card:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* recruit */
.main-training {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.main-training .visual-inner {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.main-training .visual-section__desc {
  margin-bottom: 30px;
}

.main-training__img--pc {
  width: 80vw;
}
.main-training__img--m {
  display: none;
}

.main-recruit {
  display: flex;
}

.main-recruit__con {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-recruit__bg,
.main-recruit__link {
  width: 50%;
  height: 576px;
}

.main-recruit__bg {
  background-image: url(../images/main/bg-training-l.png);
}
.main-recruit__link {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
  background-image: url(../images/main/bg-training-r.png);
  text-align: left;
}

.main-recruit__link h3 {
  margin-bottom: 20px;
  font-size: 41px;
}

.main-recruit__link p {
  margin-bottom: 150px;
}

.main-recruit__link-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px 0 43px;
  width: 282px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #1754de;
  border-radius: 50px;
  color: #0055ff;
  box-shadow: 0 6px 28px 0 rgba(23, 84, 222, 0.42);
}

.main-recruit__link-btn:hover {
  color: #0055ff;
}

.main-recruit__link-btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/main/ico-recruit-arrow@3x.png) no-repeat center center / contain;
}

@media (max-width: 840px) {
  .main-training .visual-inner {
    margin-bottom: 72px;
  }

  .main-training .visual-section__tit {
    margin-bottom: 29px;
    font-size: 24px;
  }

  .main-training .visual-section__desc {
    margin-bottom: 42px;
    font-size: 15px;
  }

  .main-training__img--pc {
    display: none;
  }
  .main-training__img--m {
    display: block;
    width: 100%;
    margin-bottom: 95px;
  }

  .main-recruit {
    position: relative;
    flex-direction: column;
    padding-top: 30%;
  }

  .main-recruit__con {
    width: 100%;
  }

  .main-recruit__bg {
    position: absolute;
    top: 0;
    background-image: url(../images/main/bg-training-l-m.png);
  }

  .main-recruit__link {
    background-image: none;
    background-color: #61d4ff;
    opacity: 0.9;
  }
}

@media (max-width: 640px) {
  .main-recruit {
    padding-top: 20%;
  }

  .main-recruit__bg {
    height: 223px;
  }

  .main-recruit__link {
    padding-left: 20px;
    padding-right: 20px;
    height: 317px;
  }

  .main-recruit__link h3 {
    font-size: 24px;
  }
  .main-recruit__link p {
    margin-bottom: 63px;
    font-size: 11px;
  }

  .main-recruit__link-btn {
    width: 100%;
  }
}

/* location */
#location {
  position: relative;
}

/* 백서 다운로드 */
.dim {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dim.is-hidden {
  display: none;
}

.modal-recruit {
  position: absolute;
  top: 30px;
  left: 30px;
}

@media (max-width: 765px) {
  .modal-recruit {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}

.modal-recruit > div {
  position: relative;
}

.modal-recruit img {
  max-width: 100%;
  width: 100%;
}

.modal-recruit button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 0;
}

.modal-recruit button::before,
.modal-recruit button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 15px;
  background-color: #000;
  transform-origin: center;
}

.modal-recruit button::before {
  transform: translateX(-50%) rotate(-45deg);
}

.modal-recruit button::after {
  transform: translateX(-50%) rotate(45deg);
}

.modal-recruit p {
  padding: 5px;
  background-color: #fff;
}

@media (max-width: 765px) {
  .modal-recruit p {
    font-size: 12px;
  }
}

.modal-recruit label {
  display: inline-flex;
  align-items: center;
}

.modal-recruit [type='checkbox'] {
  margin-right: 10px;
}
