@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}


.nurilabs_all {
  height: 100%;
  display: flex;
  flex-direction: column;
}


/*인트로 시작*/

.intro_bg {
  margin-top: -65px;
  min-width: 320px;

  background: url(../../../img/labs_img/main_gall_img_labs.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.16);

  border-radius: 0px 0px 20px 20px;
}


.intro_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: 450px;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.intro_box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 70px 0px 30px 0px;
}

.intro_text_bundle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.intro_text_bundle > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;  
  
  color: #072c5c;
  word-break: keep-all;
  display: block;
}

.intro_text_bundle > h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;  
  color: #515461;
  word-break: keep-all;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 650px) {

  .intro_box {
    justify-content: center;
  }

  .intro_text_bundle > h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 60px;  
  
    /*중간맞추기*/
    text-align: center;
    display: block;
  }

  .intro_text_bundle > h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;  
    word-break: keep-all;

    /*중간맞추기*/
    text-align: center;
    display: block;
  }

}



/********************************
*
*
* 누리랩 랩스 nurilabs
*
*
**********************************/


.nurilabs_bg {
  flex: 1 0 auto;
  min-width: 320px;
  margin-top: -50px;
}

.nurilabs_wrap {
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-width: 1300px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nurilabs_box {
  display: flex;
  flex-direction: column;
  height: 100%;

}

.nurilabs_banner_item {
  width: 100%;
  height: auto;

  position: relative;

  display: flex;
  flex-direction: row;
  align-items: center;

  background: #072c5c;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgb(127, 156, 181, 0.21)
}


.nurilabs_box_labs_on > .nurilabs_banner_item {
  background: #e4eaf3;
}

.nurilabs_banner_text_bundle {
  padding: 80px 40px 80px 40px;
}

.nurilabs_banner_text_bundle > h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 45px;
  word-break: keep-all;
  display: block;
  color: #ffffff;
  margin-bottom: 6px;
}

.nurilabs_banner_text_bundle > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  word-break: keep-all;
  display: block;
  color: #ffffff;
}



.nurilabs_box_labs_on > .nurilabs_banner_item > .nurilabs_banner_text_bundle > h3 {
  color: #1c449b;
}

.nurilabs_box_labs_on > .nurilabs_banner_item > .nurilabs_banner_text_bundle > p {
  color: #1c449b;
}



/*누리랩 배너 이미지*/

.nurilabs_banner_img_bundle {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: -90px;
}

.nurilabs_banner_img {
  width: 400px;
  height: 320px;
  background: url(../../../img/labs_img/labs_core_dark.svg) no-repeat center center;
  background-size: 400px 320px;
}



.nurilabs_box_labs_on > .nurilabs_banner_item > .nurilabs_banner_img_bundle > .nurilabs_banner_img {
  background: url(../../../img/labs_img/labs_core.svg) no-repeat center center;
  background-size: 400px 320px;
}


@media only screen and (min-width: 0px) and (max-width: 1000px) {

  .nurilabs_banner_item {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .nurilabs_banner_text_bundle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 150px 40px 40px 40px;
  }

  .nurilabs_banner_img_bundle {
    display: flex;
    flex-direction: column;
    position: absolute;

    top: 140px;
    left: 50%;
    right: auto;
    bottom: auto;

    transform: translate(-50%, -50%);
  }

  .nurilabs_banner_img {
    width: 270px;
    height: 220px;
    background: url(../../../img/labs_img/labs_core_dark.svg) no-repeat center center;
    background-size: 270px 220px;
  }

  .nurilabs_box_labs_on > .nurilabs_banner_item > .nurilabs_banner_img_bundle > .nurilabs_banner_img {
    background: url(../../../img/labs_img/labs_core.svg) no-repeat center center;
    background-size: 270px 220px;
  }


  .nurilabs_banner_text_bundle > h3 {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
  }

  .nurilabs_banner_text_bundle > p {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }

}



.lab_switch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-family: inherit;

  margin-top: 20px;
}

.lab_switch_plate {
  position: relative;
  width: 64px;
  height: 34px;
  border-radius: 150px;
  background: #b4b4b4;
  transition: 0.28s ease;
}

.lab_switch_handle {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 22px;
  height: 22px;
  border-radius: 150px;
  background: #ffffff;
  box-shadow:
    0 3px 8px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.lab_switch_text {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
  transition: color 0.25s ease;
}

/* ON 상태 */
.lab_switch.is_on .lab_switch_plate {
  background: #456cc5;
}

.lab_switch.is_on .lab_switch_handle {
  transform: translateX(30px);
  background: #ffffff;
}

.lab_switch.is_on .lab_switch_text {
  color: #133c94;
}



/*실험실 리스트*/

.nurilabs_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}



.nurilabs_experiment_bundle {
  width: calc(1/2*100% - (1 - 1/2)*20px);
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);

  display: flex;
  flex-direction: column;
  align-items: center;
}

.nurilabs_box_labs_on > .nurilabs_item > .nurilabs_experiment_bundle:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: -86px;
  content: "";
  width: 100px;
  height: 300px;
  background: url(../../../img/labs_img/labs_core_egg.svg) no-repeat center center;
  background-size: 100px 300px;
  pointer-events: none;
}


.nurilabs_box_labs_on > .nurilabs_item > .nurilabs_experiment_bundle:nth-child(2)::before {
  position: absolute;
  top: 80px;
  right: -84px;
  content: "";
  width: 100px;
  height: 300px;
  background: url(../../../img/labs_img/labs_core_egg2.svg) no-repeat center center;
  background-size: 100px 300px;
  pointer-events: none;
}


@media only screen and (min-width: 0px) and (max-width: 1460px) {
  .nurilabs_box_labs_on > .nurilabs_item > .nurilabs_experiment_bundle:nth-child(1)::before {
    display: none;
  }

  .nurilabs_box_labs_on > .nurilabs_item > .nurilabs_experiment_bundle:nth-child(2)::before {
    display: none;
  }

}


@media only screen and (min-width: 0px) and (max-width: 800px) {
  .nurilabs_experiment_bundle {
    width: calc(100%);
  }
}


.nurilabs_experiment_info_all {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.nurilabs_experiment_info_all::after {
  content: "바로가기↗";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  padding: 13px 13px;
  background: #ffc21b;
  position: absolute;
  top: 13px;
  left: 13px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;

  color: #241503;
  font-weight: 700;
  font-size: 13px;
}


.nurilabs_experiment_bundle_coming > .nurilabs_experiment_info_all::after {
    display: none;
}

.nurilabs_experiment_img {
  position: relative;
  padding-bottom: 56.8%;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

.nurilabs_experiment_img > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.nurilabs_experiment_icon_tit_core {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-radius: 15px 0px 0px 0px;
  border-bottom: 1px solid #eaeaea;
}

.nurilabs_experiment_tit {
  font-size: 20px;
  font-weight: 900;
  color: #434343;
}

.nurilabs_experiment_desc {
  font-size: 15px;
  font-weight: 400;
  color: #434343;
  padding: 20px;
  line-height: 27px;
  word-break: keep-all;
}




/* 기본 OFF 상태 */
.nurilabs_box .nurilabs_experiment_bundle {
  filter: grayscale(1);
  opacity: 0.45;
  pointer-events: none;
  transition:
    filter 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* ON 상태 */
.nurilabs_box.nurilabs_box_labs_on .nurilabs_experiment_bundle {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* ON 상태에서는 링크 정상 */
.nurilabs_box.nurilabs_box_labs_on .nurilabs_experiment_link_all a {
  cursor: pointer;
}




