@charset "utf-8";
/* common */
.inner{
  width: 1216px;
  margin: 0 auto;
}
/* ============= MAIN ============= */

.main_title .swiper-container {
  overflow: hidden;
  position: relative;
}

.main_title .swiper-slide {
  position: relative;
}
.main_title .swiper-slide a {
  display: block;
}
.main_title .swiper-slide .img_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.49);
}
/* 임시 */
.main_title .swiper-slide .img_wrap.hire::after {
    display: none;
  }
  
.main_title .swiper-slide img {
  width: 100%;
}
.main_title .swiper-slide img.mb_banner {
    display: none;
  }
.content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_title .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 75px;
}
.main_title .swiper-slide h2 {
  margin-right: 148px;
  line-height: 1.85;
  font-size: 54px;
  font-weight: 600;
  color: #FFFFFF;
}

.main_title .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 11px;
  background: #FFFFFF;
  opacity: 1;
}
.main_title .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--pink);
}
.main_title .button-prev,
.main_title .button-next {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.37);
}

.main_title .button-prev img,
.main_title .button-next img{
  width: 14px;
  height: 27px;
}

.swiper-container .inner.btn_group {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  height: auto;
}


/* diversity */
.diversity {
  padding: 85px 0 147px;
}
.diversity .inner {

}
.diversity .title {

}
.diversity .title::after {
  content: "";
  width: 150px;
  height: 3px;
  display: block;
  margin: 13px auto 24px;
  background: #E4E4E4;
}
.diversity .description {

}
.diversity .info_content {
  display: flex;
  margin-top: 80px;
}
.diversity .info_item {
  width: calc(100%/3);
  height: 455px;
}
.diversity .info_item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 28px;
  transition: 0.5s;
  background-size: 100%;
  background-position: center;
}
.diversity .info_item:nth-child(1) a {
  background: url("../img/info_item1.png") no-repeat center / cover;
  background-size: 100%;
}
.diversity .info_item:nth-child(2) a {
  background: url("../img/info_item2.png") no-repeat center / cover;
  background-size: 100%;
}
.diversity .info_item:nth-child(3) a {
  background: url("../img/info_item3.png") no-repeat center / cover;
  background-size: 100%;
}

.diversity .info_item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.49);
}         
.diversity .info_item h5 {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.4px;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 1;
}
.diversity .info_item p {
  position: absolute;
  right: 29px;
  bottom: 28px;
  line-height: 1.15;
  letter-spacing: 0.26px;
  font-size: 13px;
  color: #FFFFFF;
  z-index: 1;
  font-weight: bold;
}
.diversity .info_item p::after {
  content: "";
  display: inline-block;
  width: 5.47px;
  height: 4.56px;
  margin-left: 8px;
  vertical-align: middle;
  background: url("../img/triangle_right.svg") no-repeat center;
  transition: 0.5s;
}

/* tab list */
.tab_list {
  display: flex;
  background-image: url("../img/tab_list.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.tab_list .tab_link_wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 70px;
  background-color: rgba(0, 0, 0, 0.69);
  position: relative;
  overflow: hidden;
}
.tab_list .tab_link {
  text-align: right;
  opacity: 0;
  transition: .4s;
  position: absolute;
  right: -20%;
  z-index: -1;
}
.tab_list .tab_link.current {
  opacity: 1;
  right: 70px;
  z-index: 0;
}
.tab_list .tab_link h5 {
  margin-bottom: 25px;
  font-size: 31px;
  letter-spacing: 0.62px;
  font-weight: 700;
  color: #FFFFFF;
}
.tab_list .tab_link p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.54px;
  color: #FFFFFF;
}
.tab_list .tab_link .btn{
  display: inline-flex;
}
.tab_list .tab_item {
  width: 50%;
  cursor: pointer;
}
.tab_list .tab_item li {
  height: 149px; 
  display: flex;
  align-items: center;
  padding: 0 60px;
  background-color: rgba(74, 74, 74, 0.63);
  transition: .4s;
}
.tab_list .tab_item li.current {
  background: #000000;
}
.tab_list .tab_item li h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

/* it content */
.it_content {
  padding: 106px 0 130px;
}
.it_content .it_content_wrap {
  
}
.it_content .title {
  margin-bottom: 28px;
}
.it_content .description {
  
}
.it_content .box_wrap {
  width: 1316px;
  height: 701px;
  margin: 72px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.it_content .box_wrap .box:first-child {
  width: 660px;
  height: 100%;
}
.it_content .box_wrap .box {
  width: 640px;
  height: 340px;
  position: relative;
}
.it_content .box_wrap .box:nth-child(1) {
  background-image: url("../img/it_content1.png");
}
.it_content .box_wrap .box:nth-child(2) {
  background-image: url("../img/it_content2.png");
}
.it_content .box_wrap .box:nth-child(3) {
  background-image: url("../img/it_content3.png");
}
.it_content .box_wrap .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 247px;
  background-image: url("../img/gradation.png");
}
.it_content .box_wrap .box a {
  width: 100%;
  height: 100%;
  padding: 33px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.it_content .box .line{
  background-color: #fff;
  position: absolute;
  width: 0%;
  height: 0%;
  transition: all .5s ease-out;
}

.it_content .box a .line_top{
  top: 20px;
  left: 20px;
}

.it_content .box a .line_bottom{
  bottom: 20px;
  right: 20px;
}

.it_content .box a .line_right{
  top: 20px;
  right: 20px;
}

.it_content .box a .line_left{
  bottom: 20px;
  left: 20px;
}

.it_content .box a:hover .line_top,
.it_content .box a:hover .line_bottom
{
  width: calc(100% - 40px);
  height: 1px;
}

.it_content .box a:hover .line_right,
.it_content .box a:hover .line_left
{
  width: 1px;
  height: calc(100% - 40px);
}

.it_content .box_wrap .box:nth-child(1) a{
  padding: 45px 40px;
}

.it_content .box_wrap h5 {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.9px;
  color: #FFFFFF;
}
.it_content .box_wrap p {
  text-align: left;
  color: #FFFFFF;
}
.it_content .btn {
  margin: 45px auto;
  transition: .3s;
}

.it_content .btn:hover{
  background-color: var(--pink);
  color: #fff;
  border: 1px solid var(--pink);
}

/* ready */
.ready {
  background: url("../img/ready.png");
  padding: 77px 0 82px;
  text-align: center;
  position: relative;
}
.ready::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  top: 0;
  left: 0;
}
.ready .text_wrap {
  position: relative;
  z-index: 1;
}
.ready .title {
  margin-bottom: 18px;
  color: #FFFFFF;
}
.ready .description {
  margin-bottom: 14px;
  color: #FFFFFF;
}
.ready input[type="email"] {
  width: 499px;
  height: 67px;
  margin-bottom: 28px;
  padding: 0 32px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.ready input[type="email"]::placeholder {
  font-size: 15px;
  color: #FFFFFF;
}
.ready input[type="submit"] {
  margin: auto;
}

.ready .btn{
  transition: .3s;
}

.ready .btn:hover{
  background-color: #fff;
  color: var(--pink);
}

@media (max-width: 1350px){

  /* common */

  .inner{
    width: 100%;
    padding: 0 calc(100vw * (25 / 1350));
  }

/* ============= MAIN ============= */

.main_title .inner {
  padding: 0 calc(100vw * (75 / 1350));
}
.main_title .swiper-slide h2 {
  margin-right: calc(100vw * (148 / 1350));
  font-size: calc(100vw * (54 / 1350));
}

.main_title .swiper-pagination .swiper-pagination-bullet {
  width: calc(100vw * (6 / 1350));
  height: calc(100vw * (6 / 1350));
  margin: calc(100vw * (11 / 1350));
}

.main_title .button-prev,
.main_title .button-next {
  width: calc(100vw * (64 / 1350));
  height: calc(100vw * (64 / 1350));
}

.main_title .button-prev img,
.main_title .button-next img{
  width: calc(100vw * (14 / 1350));
  height: calc(100vw * (27 / 1350));
}

/* diversity */
.diversity {
  padding: calc(100vw * (85 / 1350)) 0 calc(100vw * (147 / 1350));
}

.diversity .title::after {
  width: calc(100vw * (150 / 1350));
  height: calc(100vw * (3 / 1350));
  margin: calc(100vw * (13 / 1350)) auto calc(100vw * (24 / 1350));
}

.diversity .info_content {
  margin-top: calc(100vw * (80 / 1350));
}
.diversity .info_item {
  height: calc(100vw * (455 / 1350));
}
.diversity .info_item a {
  padding: calc(100vw * (28 / 1350));
}
     
.diversity .info_item h5 {
  font-size: calc(100vw * (20 / 1350));
}
.diversity .info_item p {
  right: calc(100vw * (29 / 1350));
  bottom: calc(100vw * (28 / 1350));
  font-size: calc(100vw * (13/ 1350));
}
.diversity .info_item p::after {
  width: calc(100vw * (6 / 1350));
  height: calc(100vw * (5 / 1350));
  margin-left: calc(100vw * (8 / 1350));
}


/* tab list */

.tab_list .tab_link_wrap {
  padding: 0 calc(100vw * (70 / 1350));
}

.tab_list .tab_link.current {
  right: calc(100vw * (70 / 1350));
}

.tab_list .tab_link h5 {
  margin-bottom: calc(100vw * (25 / 1350));
  font-size: calc(100vw * (31 / 1350));
}
.tab_list .tab_link p {
  margin-bottom: calc(100vw * (30 / 1350));
  font-size: calc(100vw * (18 / 1350));
}

.tab_list .tab_item li {
  height: calc(100vw * (149 / 1350));
  padding: 0 calc(100vw * (60 / 1350));
}

.tab_list .tab_item li h5 {
  font-size: calc(100vw * (20 / 1350));
}

/* it content */
.it_content {
  padding: calc(100vw * (106 / 1350)) 0 calc(100vw * (130 / 1350));
}

.it_content .title {
  margin-bottom: calc(100vw * (28 / 1350));
}

.it_content .box_wrap {
  width: 100%;
  padding: 0 calc(100vw * (25 / 1350));
  height: calc(100vw * (701 / 1350));
  margin: calc(100vw * (72 / 1350)) auto;
}
.it_content .box_wrap .box:first-child {
  width: calc((100% - calc(100vw * (16 / 1350))) / 2);
}
.it_content .box_wrap .box {
  width: calc((100% - calc(100vw * (16 / 1350))) / 2);
  height: calc(100vw * (340 / 1350));
}

.it_content .box_wrap .box::after {
  height: calc(100vw * (247 / 1350));
}
.it_content .box_wrap .box a {
  padding: calc(100vw * (33 / 1350)) calc(100vw * (36 / 1350));
}

.it_content .box_wrap .box:nth-child(1) a{
  padding: calc(100vw * (45 / 1350)) calc(100vw * (40 / 1350));
}

.it_content .box_wrap h5 {
  margin-bottom: calc(100vw * (13 / 1350));
  font-size: calc(100vw * (30 / 1350));
}

.it_content .btn {
  margin: calc(100vw * (45 / 1350)) auto;
}

/* ready */
.ready {
  padding: calc(100vw * (77 / 1350)) 0 calc(100vw * (82 / 1350));
}

.ready .title {
  margin-bottom: calc(100vw * (18 / 1350));
}
.ready .description {
  margin-bottom: calc(100vw * (14 / 1350));
}

.ready input[type="email"] {
  width: calc(100vw * (499 / 1350));
  height: calc(100vw * (67 / 1350));
  margin-bottom: calc(100vw * (28 / 1350));
  padding: 0 calc(100vw * (32 / 1350));
}
.ready input[type="email"]::placeholder {
  font-size: calc(100vw * (15 / 1350));
}

}

@media (max-width: 1024px) {
  
  /* ============= MAIN ============= */

  .main_title .swiper-slide{
    height: calc(100vw * (605 / 428));
  }

  /* .main_title .img_wrap{
    height: calc(100vw * (605 / 428));
  } */

  .main_title .img_wrap img{
    height: calc(100vw * (605 / 428));
    object-fit: cover;
  }
  .main_title .swiper-slide img.pc_banner {
    display: none;
  }
  .main_title .swiper-slide img.mb_banner {
    display: block;
  }
.main_title .inner {
  justify-content: center;
  padding: 0 calc(100vw * (75 / 1350));
}

.main_title .swiper-slide h2 {
  margin-right: 0;
  line-height: calc(100vw * (40 / 428));
  font-size: calc(100vw * (29 / 428));
}

.main_title .swiper-pagination .swiper-pagination-bullet {
  width: calc(100vw * (6 / 428));
  height: calc(100vw * (6 / 428));
  margin: 0;
}

.main_title .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: calc(100vw * (22 / 428));
}

.main_title .button-prev,
.main_title .button-next {
  width: calc(100vw * (42 / 428));
  height: calc(100vw * (42 / 428));
}

.main_title .button-prev img,
.main_title .button-next img{
  width: calc(100vw * (9 / 428));
  height: calc(100vw * (18 / 428));
}

/* diversity */
.diversity {
  padding: calc(100vw * (56 / 428)) 0 calc(100vw * (86 / 428));
  position: relative;
}

.diversity .title::after {
  width: calc(100vw * (151 / 428));
  height: calc(100vw * (3 / 428));
  margin: calc(100vw * (29 / 428)) auto calc(100vw * (24 / 428));
}

.diversity .description{
  font-size: calc(100vw * (15 / 428));
  line-height: calc(100vw * (25 / 428));
}

.diversity .diversity_slide{
  overflow: hidden;
}

.diversity .info_content {
  margin-top: calc(100vw * (48 / 428));
}

.diversity .info_item {
  width: calc(100vw * (405 / 428));
  height: calc(100vw * (455 / 428));
}
.diversity .info_item a {
  padding: calc(100vw * (28 / 428));
}
     
.diversity .info_item h5 {
  font-size: calc(100vw * (20 / 428));
}
.diversity .info_item p {
  right: calc(100vw * (28 / 428));
  bottom: calc(100vw * (28 / 428));
  font-size: calc(100vw * (13/ 428));
}
.diversity .info_item p::after {
  width: calc(100vw * (6 / 428));
  height: calc(100vw * (5 / 428));
  margin-left: calc(100vw * (8 / 428));
}

.diversity_pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(100vw * (60 / 428)) !important;
}

.diversity_pagination .swiper-pagination-bullet{
  background-color: #ACACAC;
  opacity: 1;
  width: calc(100vw * (6 / 428));
  height: calc(100vw * (6 / 428));
}

.diversity_pagination .swiper-pagination-bullet:not(:last-child){
  margin-right: calc(100vw * (22 / 428));
}

.diversity_pagination .swiper-pagination-bullet-active{
  background-color: var(--pink);
}

/* tab list */

.tab_list {
  flex-direction: column-reverse;
  background: url("../img/tab_list_mb.jpg") no-repeat center / cover;
}

.tab_list .tab_link_wrap {
  width: 100%;
  height: calc(100vw * (352 / 428));
}

.tab_list .tab_link{
  text-align: center;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 calc(100vw * (50 / 428));
}

.tab_list .tab_link.tab_link.current{
  right: 50%;
  right: auto;
  left: 50%;
}

.tab_list .tab_link h5 {
  margin-bottom: calc(100vw * (21 / 428));
  font-size: calc(100vw * (25 / 428));
  letter-spacing: 0;
}
.tab_list .tab_link p {
  margin-bottom: calc(100vw * (26 / 428));
  font-size: calc(100vw * (14 / 428));
  letter-spacing: 0 ;
}

.tab_list .btn{
  width: calc(100vw * (195 / 428));
  height: calc(100vw * (44 / 428));
  font-size: calc(100vw * (12 / 428));
}

.tab_list .tab_item {
  width: 100%;
}

.tab_list .tab_item li {
  height: calc(100vw * (108 / 428));
  padding: 0 calc(100vw * (50 / 428));
}

.tab_list .tab_item li h5 {
  font-size: calc(100vw * (20 / 428));
}

/* it content */
.it_content {
  padding: calc(100vw * (58 / 428)) 0 calc(100vw * (80 / 428));
}

.it_content .title {
  font-size: calc(100vw * (23 / 428));
  margin-bottom: calc(100vw * (10 / 428));
}

.it_content .description{
  font-size: calc(100vw * (15 / 428));
  padding: 0 calc(100vw * (41 / 428));
}

.it_content .box_wrap {
  width: 100%;
  padding: 0;
  height: auto;
  margin: calc(100vw * (46 / 428)) auto 0;
  display: block;
}
.it_content .box_wrap .box:first-child {
  width: 100%;
  height: calc(100vw * (455 / 428));
  background: url("../img/it_content1_mb.jpg") no-repeat center / cover;
}
.it_content .box_wrap .box {
  width: 100%;
  height: calc(100vw * (293 / 428));
}

.it_content .box_wrap .box:nth-of-type(2){
  background: url("../img/it_content2_mb.jpg") no-repeat center / cover;
}

.it_content .box_wrap .box:nth-of-type(3){
  background: url("../img/it_content3_mb.jpg") no-repeat center / cover;
}

.it_content .box_wrap .box::after {
  height: calc(100vw * (212 / 428));
}
.it_content .box_wrap .box a {
  padding: calc(100vw * (25 / 428)) calc(100vw * (40 / 428));
}

.it_content .box_wrap .box:nth-child(1) a{
  padding: calc(100vw * (25 / 428)) calc(100vw * (40 / 428));
}

.it_content .box_wrap h5 {
  margin-bottom: calc(100vw * (10 / 428));
  font-size: calc(100vw * (23 / 428));
  letter-spacing: 0;
}

.it_content .box p{
  font-size: calc(100vw * (15 / 428));
  text-align: center;
  padding: 0;
}

.it_content .btn {
  margin: calc(100vw * (31 / 428)) auto 0;
  width: calc(100vw * (195 / 428));
  height: calc(100vw * (44 / 428));
  font-size: calc(100vw * (12 / 428));
}

/* ready */
.ready {
  padding: calc(100vw * (94 / 428)) calc(100vw * (25 / 428));
  background-size: cover;
}

.ready .title {
  margin-bottom: calc(100vw * (10 / 428));
}
.ready .description {
  font-size: calc(100vw * (15 / 428));
  margin-bottom: calc(100vw * (25 / 428));
}

.ready input[type="email"] {
  width: 100%;
  height: calc(100vw * (56 / 428));
  margin-bottom: calc(100vw * (20 / 428));
  padding: 0 calc(100vw * (32 / 428));
  font-size: calc(100vw * (15 / 428));
}
.ready input[type="email"]::placeholder {
  font-size: calc(100vw * (15 / 428));
}

.ready .btn{
  width: calc(100vw * (195 / 428));
  height: calc(100vw * (44 / 428));
  font-size: calc(100vw * (12 / 428));
}

}

@media (hover:hover){

  .diversity .info_item:hover a {
    transition: 0.5s;
    background-size: 110%;
  }

  .diversity .info_item:hover p::after {
    margin-left: 16px;
  }

  @media(max-width: 1350px){
    .diversity .info_item:hover p::after {
      margin-left: calc(100vw * (16 / 1350));
    }
  }

}