@charset "utf-8";


/*누리웹 모든*/

* {
    margin: 0;
    padding: 0;
}

/*풀페이지 민하이 제안*/
html, body {
  width: 100%;
  height: 100%;
}

body {
    font-family: "Pretendard", "Pretendard JP", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

li {
    list-style: none;
}



.popup_all {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin-top: -65px;
}


/*미니배너 공고*/

.miniup_bg {
  margin: 15px auto;
  max-width: 650px;
  width: 100%;
  z-index: 2;
}

.miniup_wrap {
  margin: 0 auto;

  max-width: 650px;
  height: auto;

  background: #dadee8;
  background: -webkit-linear-gradient(0deg, rgba(218, 222, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(218, 222, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(218, 222, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DADEE8", endColorstr="#FFFFFF", GradientType=0);

  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;

  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.miniup_img {
  width: 149px;
  height: 110px;
  background: url(../../img/popup_img/popup_bg_mini10.png) no-repeat center right;
  flex-shrink: 0;
}

@media only screen and (min-width: 0px) and (max-width: 510px) {
  .miniup_img {
    display: none;
  }
}

.miniup_alart {
  width: 45px;
  height: 45px;
  background: url(../../img/popup_img/miniup_alert.svg) no-repeat #ce1919 center center;
  background-size: 30px 30px;
  flex-shrink: 0;
  margin: 10px 20px 10px 20px;
  border-radius: 8px;
}

.miniup_text_all {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.miniup_tit {
  padding: 20px 20px 0px 0px; 
}

.miniup_tit > h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  color: #434343;
  word-break: keep-all;
  display: block;

}


.miniup_text {

  padding: 6px 20px 20px 0px; 
}


.miniup_text > p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #434343;
  word-break: keep-all;
}

@media only screen and (min-width: 0px) and (max-width: 1170px) {
  .miniup_bg {
    max-width: 100%;
    width: 100%;
  }

  .miniup_tit > h4 {
    font-size: 16px;
    line-height: 26px;
  }
  
  .miniup_text > p {
    font-size: 12px;
    line-height: 24px;
  }
  
}


.miniup_text > p > span {
  font-weight: 900;
  color: #ffae00;
}


.miniup_box {
  position: absolute;
  top: 0px;
  right: 0px;
}


.miniup_box::before {
  content: '';
  width: 100%;
  height: 100px;
  display: block;

  background: rgb(255,255,255);
  background: -moz-linear-gradient(318deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(318deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: linear-gradient(318deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);

  animation: spin ease 2s 2 forwards;
}

@keyframes spin {
   0% {
    transform: translateX(-100%);
   }

   100% {
     transform: translateX(200%);
   }
}


.miniup_box::after {
  content: '';
  display: block;
  position: absolute;

  right: -22px;
  top: 2px;

  width: 100px;
  height: 30px;
  background: #cb0000;
  color: #fff;
  transform: rotate(40deg);
}

.miniup_box > h2 {
  display: block;
  position: absolute;

  right: -20px;
  top: 12px;

  width: 100px;
  height: 30px;
  color: #fff;
  transform: rotate(40deg);

  z-index: 7;
  text-align: center;

  font-size: 13px;
}




/*누리랩 공지 팝업*/

.popup_bg {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 81px 20px 20px 20px;
}

.popup_wrap {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;

  height: auto;
  box-shadow: 0 10px 20px rgba(22, 22, 22, 0.3);

  border-radius: 25px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2
}


.popup_wrap1 {
  background-size: cover;
}


textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}


.popup_box {
  width: 100%;
  height: auto;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.popup_item_content {

}


.popup_content_box {
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 0px 0px;
  background: #060e29;
}


.popup_tit {
  padding: 15px;

  background: rgb(233,233,233);
  background: -moz-linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(233,233,233,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9",endColorstr="#ffffff",GradientType=1);

  border-bottom: 1px solid #eaeaea;

  border-radius: 5px 5px 0 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  overflow: hidden;
}


/* 추후에 사용
.popup_tit_icon {
  width: 30px;
  height: 30px;
  background: url(../../img/main_img/alarm.png) no-repeat center center;
  float: left;
  margin-right: 10px;
}
*/

.popup_tit_text > h2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 900;
  color: #434343;
  text-align: center;
  display: block;
  word-break: keep-all;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.popup_tit_text > h2 > span {
  color: #CE1A1A;
}


.popup_content_slide {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 450px;
}


.popup_item_text {
  width: calc(1/2*100% - (1 - 1/2)*0px);
  height: 100%;
  background: #f2f4f7;
}

.popup_item_text > h3 {
  font-size: 30px;
  font-weight: 800;
  color: #0e1f54;
  display: block;
  padding: 30px;
  word-break: keep-all;
  line-height: 40px;
}

.popup_item_text > p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #0e1f54;
  display: block;
  word-break: keep-all;
  padding: 0px 30px 30px 30px;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    .popup_item_text > h3 {
      font-size: 25px;
      padding: 20px;
      line-height: 35px;
    }

    .popup_item_text > p {
      font-size: 15px;
      line-height: 30px;
      padding: 0px 20px 20px 20px;
    }
}

.popup_item_img {
  width: calc(1/2*100% - (1 - 1/2)*0px);
  height: 100%;
}

.popup_item_img1 {
  background: url(../../img/popup_img/new_version.png) no-repeat #0e1f54 center center;
}

.popup_item_img2 {
  background: url(../../img/popup_img/new_version2.png) no-repeat #0e1f54 center center;
}

.popup_item_img3 {
  background: url(../../img/popup_img/new_version3.png) no-repeat #0e1f54 center center;
}

.popup_item_img4 {
  background: url(../../img/popup_img/new_version4.png) no-repeat #0e1f54 center center;
}

.popup_item_img5 {
  background: url(../../img/popup_img/new_version5.png) no-repeat #0e1f54 center center;
}

@media only screen and (min-width: 0px) and (max-width: 720px) {
  .popup_content_slide {
    display: flex;
    flex-direction: column-reverse;
    height: 600px;
  }

  .popup_item_text {
    width: calc(100%);
    height: 100%;
  }

  .popup_item_img {
    width: calc(100%);
    height: 100%;
  }

.popup_item_img1 {
  background: url(../../img/popup_img/new_version.png) no-repeat #0e1f54 center center;
  background-size: cover;
}



}



@media only screen and (min-width: 0px) and (max-width: 500px) {
  .popup_content {
    overflow-y: auto;
  }


}

@media only screen and (min-width: 0px) and (max-width: 1170px) {
  .popup_bg {
    justify-content: flex-start;
    align-items: center;
  }  
  
  .miniup_bg {

  }

}


.popup_content > p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  display: block;
  word-break: keep-all;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup_content > p > span {
background: #47B030;
background: -webkit-linear-gradient(0deg, rgba(71, 176, 48, 1) 0%, rgba(71, 176, 48, 1) 32%, rgba(71, 176, 48, 0) 32%, rgba(71, 176, 48, 0) 100%);
background: -moz-linear-gradient(0deg, rgba(71, 176, 48, 1) 0%, rgba(71, 176, 48, 1) 32%, rgba(71, 176, 48, 0) 32%, rgba(71, 176, 48, 0) 100%);
background: linear-gradient(0deg, rgba(71, 176, 48, 1) 0%, rgba(71, 176, 48, 1) 32%, rgba(71, 176, 48, 0) 32%, rgba(71, 176, 48, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47B030", endColorstr="#47B030", GradientType=0);
}

.popup_content_break {
  word-break: break-all !important;
}

.popup_content > ul > li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 5px;
}

.popup_content > ul > li:last-child {
  margin-bottom: 0px;
}


.popup_content > ul > li > p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  display: block;
  word-break: keep-all;
}

.popup_highlight {
  color: #eb3636;
  font-weight: 500;
}


.popup_background_content {
  padding: 10px 10px 10px 20px;
  background: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}


.popup_content > h1 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 900;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -1px;
  word-break: keep-all;
  text-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.5);
}

.popup_content > h3 {
  margin: 0 auto;
  display: flex;
  max-width: 600px;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 900;
  letter-spacing: -1px;
  word-break: keep-all;
  text-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.5);
}

.popup_content > h3 > span {
  font-weight: 900;
  text-decoration: underline;
}

.popup_content > h4 {
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-bottom: 5px;
  text-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.5);
}


.popup_content > h5 {
  line-height: 30px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-bottom: 10px;
}


.popup_content > h5 > span {
  padding: 7px 15px 7px 15px;
  background: #feaa17;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}



.popup_content > a > h4 {
  font-size: 16px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 30px;
  padding: 4px 20px 4px 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 900;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-bottom: 10px;
}



.popup_center_border {
   overflow: hidden;
   margin-bottom: 15px;
}

.popup_center_border > ul {
  display: inline-block !important;
}


.popup_center_border > ul > li {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 24px;
  border-radius: 15px;

  padding: 3px 20px 3px 20px;

  background:#ce1919;
  color: #fff;
  margin-bottom: 5px;
}

/*팝업 링크*/

.popup_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup_link > a {
  display: flex;
}

.popup_link > a > img {
  width: 100%;
  height: 100%;
}


.popup_link > a > h3 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px 10px 15px;
  color: #ffffff;
  background: #ff471e;
  border-radius: 30px;
  transition: ease 0.1s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.popup_link:hover > a > h3 {
  transform: scale(1.1);
}

@media only screen and (min-width: 0px) and (max-width: 425px) {

  .popup_tit_text > h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    display: block;
    word-break: keep-all;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  



  .popup_content > h1 {
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: -1px;
    word-break: keep-all;
  }
  
  .popup_content > h3 {
    font-size: 17px;
    line-height: 24px;
    display: block;
    font-weight: 900;
    letter-spacing: -1px;
    word-break: keep-all;
  }

  .popup_content > h4 {
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    letter-spacing: -1px;
    word-break: keep-all;
  }



  .popup_content > ul > li > p {
    font-size: 13px;
    line-height: 23px;
    display: block;
  }


  .popup_center_border > ul > li {
    font-size: 14px;
    line-height: 24px;
  }
  
  
}



.popup_content {
  padding: 20px 20px 0px 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;

  max-width: 500px;
  margin: 0 auto;
}

.popup_content_no_padding {
  padding: 0 20px 0px 20px;
}


.popup_content > h1 > span {
    color: #0994ff;
}

.popup_content > a {
  text-align: center;
  display: block;
  margin: 0 auto;
}


.popup_content > a > h3 {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;

  display: inline-block;
  background: #0994ff;
  padding: 3px 15px 3px 15px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  border-radius: 20px;
}


.popup_img1 {
  width: 100%;
  height: 184px;
  background: url(../../img/popup_img/popup_icon328.png) no-repeat center bottom;
  background-size: 300px 184px;
  transition: all 0.1s ease-in;
}


@media only screen and (min-width: 0px) and (max-width: 450px) {
  .popup_img1 {
    width: 100%;
    height: 153px;
    background: url(../../img/popup_img/popup_icon328.png) no-repeat center bottom;
    background-size: 250px 153px;
  }
}




.popup_item_btn {

  background: #edf0f6;
  padding: 15px;

  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border-radius: 0px 0px 25px 25px;
}

.popup_btn {

}

.popup_btn_all {
  display: flex;
  flex-direction: row;
  align-items: center;
}




.popup_btn_checkbox {
  width: auto;
  height: auto;
  line-height: 24px;
  background: #d0daed; 
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
  border-radius: 8px 0px 0px 8px;
  margin-left: auto;
}

#checkbox_label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #131d49;
  cursor: pointer;
}

#checkbox_item {
  vertical-align: middle;
}

.button_btn {
  width: auto;
  height: auto;
  
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;

  padding: 5px 10px 5px 10px;
  border: none;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  vertical-align: middle;
  
  background: #164ca0;
  cursor: pointer;
}

.swiper-pagination-popup {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}





/*누리웹 갤러리*/


.main_gall_bg {
  min-width: 320px;
  height: 100%;
  z-index: 1;
  position: relative;
}

.main_gall_wrap {
  width: 100%;
  height: 100%;
  margin-top: -65px;
  overflow: hidden;
}



.main_gall_bg {
  min-height: 650px;
}

.nuri_box_item {
  min-height: 650px;
}

.section {
  min-height: 650px;
}


.section_company {
  min-height: 650px;
}


/*swiper 관련*/

.swiper-container {
  height: 100%;
  position: relative;
}


.swiper-controls {
  position: absolute;   /* 필요하면 위치 조정 */
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 10;
}

.swiper-btn-prev,
.swiper-btn-next {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.5);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-btn-prev {
  background: url(../../img/main_img/sort_new_white_close.svg) center center no-repeat;
  background-size: 20px 20px;
  transform: rotate(90deg);
}

.swiper-btn-prev:hover {
  background: url(../../img/main_img/sort_new_white_close_color.svg) #ffffff center center no-repeat;
  background-size: 20px 20px;
  transform: rotate(90deg);
}

.swiper-btn-next {
  background: url(../../img/main_img/sort_new_white_close.svg) center center no-repeat;
  background-size: 20px 20px;
  transform: rotate(270deg);
}

.swiper-btn-next:hover {
  background: url(../../img/main_img/sort_new_white_close_color.svg) #ffffff center center no-repeat;
  background-size: 20px 20px;
  transform: rotate(270deg);
}

.swiper-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.swiper-counter > .current {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
}

.swiper-counter > .total {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
}


.swiper-progress {
  width: 80px;
  height: 3px;
  background: rgba(255,255,255,0.15);
  overflow: hidden;
  z-index: 10;
  border-radius: 15px;
  mix-blend-mode: difference;
}

.swiper-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #4df9ff, #6fffff);
  transform-origin: left;
  mix-blend-mode: difference;
}

.swiper-play-pause {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}




.nuri_box_common {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 9;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.nuri_box_common6 {
  background: url(../../img/main_img/main_gall_img6.png) #fff no-repeat bottom center;
  background-size: cover;
  z-index: 9;
}

.nuri_box_common1 {
  background: url(../../img/main_img/main_gall_img1.png) #fff no-repeat top center;
  background-size: cover;
  z-index: 9;
}

.nuri_box_common2 {
  background: #eaeaea;
  background-size: cover;
}

.nuri_box_common300 {
  background: #1b1b1b;
  background-size: cover;
}

.nuri_box_common10 {
  background: url(../../img/main_img/main_gall_img10.png) #fff no-repeat top center;
  background-size: cover;
}

.nuri_box_common30 {
  background: url(../../img/main_img/main_gall_img30.png) #fff no-repeat top center;
  background-size: cover;
}

.nuri_box_common31 {
  background: url(../../img/main_img/main_gall_img31.png) #fff no-repeat top center;
  background-size: cover;
}


.nuri_box_common20 {
  background: #d8d8d8;
  background-size: cover;
}

.nuri_box_common50 {
  background: url(../../img/main_img/all_bg.png) no-repeat center center;
  background-size: cover;
}



/************************
*
*
* 갤러리 글자
*
*
**************************/

.logo_text_box{
  --glow: rgba(120,180,255,.22);
}

/* 기본 상태 */
.logo_text_box .word{
  display: inline-block;
  white-space: nowrap;
}

.logo_text_box .char{
  display: inline-block;
  will-change: transform, opacity;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
}

/* play 붙을 때만 애니메이션 시작 */
.logo_text_box.play .char{
  opacity: 0;
  transform: translate3d(0, .38em, 0);
  filter: blur(.55px);
  animation: luxeIn var(--dur, 1200ms) cubic-bezier(.16,1,.3,1) var(--delay,0ms) both;
}

@keyframes luxeIn{
  0%{
    opacity: 0;
    transform: translate3d(0, .38em, 0);
    filter: blur(.55px);
  }
  65%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

.logo_text_box.play h2{
  text-shadow: 0 0 26px var(--glow);
  transition: text-shadow 1.2s ease;
}

.logo_text_box.play h3{
  text-shadow: 0 0 14px rgba(120,180,255,.12);
  transition: text-shadow 1.2s ease;
}

.logo_text_box.play h4{
  text-shadow: 0 0 8px rgba(120,180,255,.05);
  transition: text-shadow 1.2s ease;
}

/* 비활성 슬라이드 텍스트는 숨김 */
.swiper-slide .logo_text_box{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* active 슬라이드만 표시 */
.swiper-slide.swiper-slide-active .logo_text_box{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 이전/다음 슬라이드에서 애니메이션 잔상 방지 */
.swiper-slide:not(.swiper-slide-active) .logo_text_box.play .char{
  animation: none !important;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

/* 모션 최소화 */
@media (prefers-reduced-motion: reduce){
  .logo_text_box .char{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }

  .logo_text_box.play .char{
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* =========================
   모바일 최적화
========================= */
@media (max-width: 768px){
  .logo_text_box.play .char,
  .logo_text_box.play .word{
    filter: none !important;
  }

  .logo_text_box.play h2{
    text-shadow: 0 0 10px rgba(120,180,255,.10);
  }

  .logo_text_box.play h3{
    text-shadow: 0 0 6px rgba(120,180,255,.06);
  }

  .logo_text_box.play h4{
    text-shadow: 0 0 4px rgba(120,180,255,.04);
  }

  @keyframes luxeIn{
    0%{
      opacity: 0;
      transform: translate3d(0, .24em, 0);
      filter: none;
    }
    65%{
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: none;
    }
    100%{
      opacity: 1;
      transform: translate3d(0, 0, 0);
      filter: none;
    }
  }
}


/**************************
*
*
*
* askurl
*
*
*
****************************/

.nuri_box_common100 {
  z-index: 9;
  background: url(../../img/main_img/new_nurilab.png) no-repeat #020466 center center;
  background-size: cover;
}

.nuri_box_common200 {
  z-index: 9;
  background: url(../../img/main_img/new_nurilab_company.png) no-repeat #020466 center center;
  background-size: cover;
}

.nuri_box_common300 {
  z-index: 9;
  background: url(../../img/main_img/new_nurilab_product3.png) no-repeat #020466 center center;
  background-size: cover;
}


.askurl_logo_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

.upload_logo {
  flex-shrink: 1;
  margin-bottom: 10px;
}


.logo_img_main {
  width: 128px;
  height: 40px;
  background: url(../../img/main_img/main_logo_askurl_white.svg) no-repeat center center;
  background-size: 128px 40px;
  margin-left: 5px;
  margin-top: 2px;
  -webkit-filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow( 0px 0px 10px rgba(0, 0, 0, 0.2));
}


.logo_text_box {

}

.logo_text_box > h2 {
  display: block;
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  word-break: keep-all;
  color: #ffffff;
  text-align: left;
  margin-bottom: 5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  max-width: 850px;
  margin-bottom: 20px;
}

.logo_text_box > h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  word-break: keep-all;
  color: #ffffff;
  text-align: left;
  margin-bottom: 5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  max-width: 780px;
  margin-bottom: 10px;
}


.logo_text_box > h4 {
  display: block;
  font-size: 16px;
  font-weight: normal;
  word-break: keep-all;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  max-width: 500px;
}


.logo_text_box > h5 {
  display: block;
  font-size: 15px;
  font-weight: normal;
  word-break: keep-all;
  color: #ffffff;
  text-align: left;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 8px;
}

.logo_text_box > h5 > a {
  color: #ffffff;
  text-decoration: underline;
}

.logo_text_box {
  position: relative;
}



@media only screen and (min-width: 0px) and (max-width: 460px) {

  .logo_text_box {
    margin: auto;
    max-width: 500px;
  }

  .logo_text_box > h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    word-break: keep-all;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
  }


  .logo_text_box > h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }

  .logo_text_box > h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }


}

@media only screen and (min-width: 461px) and (max-width: 660px) {

  .logo_text_box {
    margin: auto;
    max-width: 500px;
  }

  .logo_text_box > h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    word-break: keep-all;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
  }


  .logo_text_box > h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }

  .logo_text_box > h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }
}




@media only screen and (min-width: 661px) and (max-width: 950px) {

  .logo_text_box {
    margin: auto;
    max-width: 500px;
  }

  .logo_text_box > h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    word-break: keep-all;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
  }


  .logo_text_box > h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }

  .logo_text_box > h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }

}






/*버튼*/

.search_bar_function_box {
    z-index: 3;
    height: 60px;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
    margin-right: 12px;
    margin-left: 12px;
    display: flex;
    transition: all 3s ease-in;
    opacity: 1;
    transition: opacity 0.5s ease;
    flex-shrink: 0;
}

.search_bar_function_box.visible {
  opacity: 1;
}

.search_bar_function_box > a {
  display: flex;
  flex-direction: row;
  align-items: center;
}


/*검색 버튼*/


.search_scan_now {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../../img/main_img/btn_scan_white.svg) no-repeat #000549 center center;
    background-size: 22px 22px;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 5, 73, 0.4); /* 기본 빛 */
    transition: all 0.3s ease; /* 부드럽게 전환 */
}


.search_scan_now:hover {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../../img/main_img/btn_scan_white.svg) no-repeat #081086 center center;
    background-size: 22px 22px;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 5, 73, 0.6), 0 0 30px rgba(0, 5, 73, 0.2); /* hover 시 더 밝게 */
}




/*텍스트 메타버스 텍스트*/


.metaruna_link {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 5px;
  font-weight: 500;
  z-index: 9;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.metaruna_link:hover {
  background: #fff;
  color: #434343;
}

.intro_box {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.intro_text_box {
  display: flex;
}

.intro_text {
  position: relative;
  width: 100%;
  z-index: 9999;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.intro_text > h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-left: 0px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




.intro_logo {
  margin: 0 auto;
  margin-top: 0px;
  width: 150px;
  height: 35px;
  background: url(../../img/main_img/metaruna_logo.png) no-repeat center bottom;
  background-size: cover;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




@media only screen and (min-width: 0px) and (max-width: 760px) {
  .intro_box {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  
  .intro_text_box {
    display: flex;
    justify-content: flex-start;
  }


  .intro_text > h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-left: 0px;
  }


  .intro_logo {
    margin: 0 auto;
    margin-top: 0px;
    width: 150px;
    height: 35px;
    background: url(../../img/main_img/metaruna_logo.png) no-repeat center bottom;
    background-size: cover;
  }
  

}


/*텍스트 부분 끝*/


.metaverse_center {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: inherit;
  flex-grow: 0;
  margin-top: 0px;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 760px) {
  .metaverse_center {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: inherit;
    flex-grow: 0;
    margin-top: 0px;
  }
}

/*텍스트 메타버스 인벤토리*/

.metaverse_box {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

@media only screen and (min-width: 0px) and (max-width: 760px) {
  .metaverse_box {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}


.metaverse_inventory {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;

  margin-left: 15px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.metaverse_inventory_mix4 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: url(../../img/main_img/inventory_mix4.png) no-repeat center center;
  background-size: cover;
  z-index: 5;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.metaverse_inventory_mix3 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: url(../../img/main_img/inventory_mix3.png) no-repeat center center;
  background-size: cover;
  z-index: 4;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.metaverse_inventory_mix2 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: url(../../img/main_img/inventory_mix2_screen.png) no-repeat center center;
  background-size: cover;
  z-index: 3;
  mix-blend-mode: screen;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.metaverse_inventory_mix1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: url(../../img/main_img/inventory_mix1.png) no-repeat center center;
  background-size: cover;
  z-index: 2;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media only screen and (min-width: 0px) and (max-width: 500px) {
  .metaverse_inventory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
  
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .metaverse_inventory_mix4 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(../../img/main_img/inventory_mix4.png) no-repeat center center;
    background-size: cover;
    z-index: 5;
  }


  .metaverse_inventory_mix3 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(../../img/main_img/inventory_mix3.png) no-repeat center center;
    background-size: cover;
    z-index: 4;
  }


  .metaverse_inventory_mix2 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(../../img/main_img/inventory_mix2_screen.png) no-repeat center center;
    background-size: cover;
    z-index: 3;
    mix-blend-mode: screen;
  }


  .metaverse_inventory_mix1 {
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(../../img/main_img/inventory_mix1.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
  }
}



@media only screen and (min-width: 501px) and (max-width: 760px) {
  .metaverse_inventory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 380px;
  
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .metaverse_inventory_mix4 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix4.png) no-repeat center center;
    background-size: cover;
    z-index: 5;
  }


  .metaverse_inventory_mix3 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix3.png) no-repeat center center;
    background-size: cover;
    z-index: 4;
  }


  .metaverse_inventory_mix2 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix2_screen.png) no-repeat center center;
    background-size: cover;
    z-index: 3;
    mix-blend-mode: screen;
  }


  .metaverse_inventory_mix1 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix1.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
  }
}









.metaverse_backdrop {
  position: absolute;
  width: 1348px;
  height: 700px;
  background: url(../../img/main_img/effect.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  mix-blend-mode: color-dodge;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media only screen and (min-width: 0px) and (max-width: 1150px) {
  .metaverse_backdrop {
    position: absolute;
    width: 100%;
    height: 560px;
    background: url(../../img/main_img/effect.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: color-dodge;
  }
}

@media only screen and (min-width: 1151px) and (max-width: 1300px) {
  .metaverse_backdrop {
    position: absolute;
    width: 100%;
    height: 700px;
    background: url(../../img/main_img/effect.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: color-dodge;
  }
}


.coming_soon_text {
  position: relative;
  display: flex;
  z-index: 9;

  justify-content: center;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.coming_soon_text > h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 900;
  display: block;
  text-align: center;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media only screen and (min-width: 0px) and (max-width: 760px) {
  .coming_soon_text > h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 900;
    display: block;
    text-align: center;
  }
}


/*텍스트 메타버스 인벤토리 끝*/








.circle {
  position: absolute;
  height: 400px;
  width: 400px;
  border-radius:50%;
  background: rgba(1, 7, 29, 0);
  -webkit-transition:height .25s ease, width .25s ease;
  transition:height .25s ease, width .25s ease;
  z-index: 1;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.circle:before,
.circle:after {
  content:'';
  display:block;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  border-radius:50%;
  border: 1px solid rgba(1, 7, 29, 0.3);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.circle:before {
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.circle:after {
  -webkit-animation: ripple 4s linear 2s infinite;
  animation: ripple 4s linear 2s infinite;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@-webkit-keyframes ripple{
  0% {
    box-shadow: 0 0 0 .7rem rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 8rem rgba(255, 255, 255, 0);
  }
}

@keyframes ripple{
  0% {
    box-shadow: 0 0 0 .7rem rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 8rem rgba(255, 255, 255, 0);
  }
}

/* 선으로만 ripple 할때
@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(1); }
  75% {-webkit-transform:scale(1.45); opacity:1;}
  100% {-webkit-transform:scale(1.6); opacity:0;}
}

@keyframes ripple{
  0% {transform:scale(1); }
  75% {transform:scale(1.45); opacity:1;}
  100% {transform:scale(1.6); opacity:0;}
}
*/

@media only screen and (min-width: 0px) and (max-width: 501px) {
  .circle {
    width: 260px;
    height: 260px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 760px) {
  .circle {
    height: 280px;
    width: 280px;
  }
}



@media only screen and (min-height: 0px) and (max-height: 780px) {
  .metaverse_inventory {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 380px;
  
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .metaverse_inventory_mix4 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix4.png) no-repeat center center;
    background-size: cover;
    z-index: 5;
  }


  .metaverse_inventory_mix3 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix3.png) no-repeat center center;
    background-size: cover;
    z-index: 4;
  }


  .metaverse_inventory_mix2 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix2_screen.png) no-repeat center center;
    background-size: cover;
    z-index: 3;
    mix-blend-mode: screen;
  }


  .metaverse_inventory_mix1 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: url(../../img/main_img/inventory_mix1.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
  }

  .circle {
    height: 280px;
    width: 280px;
  }
}


@media only screen and (min-width: 0px) and (max-width: 501px) {
  .circle {
    width: 260px;
    height: 260px;
  }

}


/*극단적인 와이드 모니터일떄 끝*/













/*제품 링크*/

.nuri_text_link > a {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 30px;
  font-weight: 500;

   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.nuri_text_link:hover > a {
  background: #fff;
  color: #434343;
}


.nuri_text_link_black > a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #434343;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
  border-radius: 5px;
  font-weight: 500;


   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.nuri_text_link_black:hover > a {
  background: #434343;
  color: #fff;
}


.nuri_text_item_event > .nuri_text_link > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffda0b;
  background: #ffda0b;
  margin-bottom: 10px;
  color: #434343;
}


.nuri_text_item_event2 > .nuri_text_link > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffda0b;
  background: #ffda0b;
  margin-bottom: 10px;
  color: #434343;
}

.nuri_text_item_event2 > h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 15px;
}

.nuri_text_item_event2 > h3 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 15px;
  word-break: keep-all;

  display: block;
  max-width: 500px;

}

.nuri_text_item_event2 > h4 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;

  display: block;
  max-width: 650px;
  word-break: keep-all;

  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.nuri_text_slogan {
  margin: 20px 0px 10px 0px;
}

.nuri_text_slogan > h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}

@media only screen and (min-width: 0px) and (max-width: 635px) {
  .nuri_text_slogan > h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
  }

}



@media only screen and (min-width: 0px) and (max-width: 530px) {
  .nuri_text_item_event2 > h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  
  .nuri_text_item_event2 > h4 {
    font-size: 13px;
    line-height: 24px;

    margin-bottom: 10px;
  }
}

.color_red {
  color: #f2cd00;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: 900;
}

.color_gra {
  color: #f2cd00;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: 900;
}


.ness_event_img_box {
  width: 100%;
}

.ness_event_img {
  margin: 0 auto;
  max-width: 430px;
  height: 199px;
  background: url(../../img/main_img/ness_event1.png) no-repeat center center;
  background-size: cover;
}

.ness_event_count_box {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}


.ness_event_count_wrap {
  margin: 0 auto;
  max-width: 650px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ness_event_count {
  width: calc(25% - 5px);
  height: auto;
  margin-right: 5px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;


  display: flex;

  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;

  padding: 5px 0 5px 0;
}


.edu_event_img_box {
  width: 100%;
}

.edu_event_img {
  margin: 0 auto;
  width: 500px;
  height: 213px;
  background: url(../../img/main_img/edu_event1.png) no-repeat center center;
  background-size: cover;
}


.flex_event_img_box {
  width: 100%;
}

.flex_event_img {
  margin: 0 auto;
  width: 600px;
  height: 135px;
  background: url(../../img/main_img/edu_event2.png) no-repeat center center;
  background-size: cover;
}


@media only screen and (min-width: 0px) and (max-width: 380px) {
  .flex_event_img {
    margin: 0 auto;
    width: 260px;
    height: 59px;
    background: url(../../img/main_img/edu_event2.png) no-repeat center center;
    background-size: cover;
  }
}


@media only screen and (min-width: 381px) and (max-width: 510px) {
  .flex_event_img {
    margin: 0 auto;
    width: 300px;
    height: 68px;
    background: url(../../img/main_img/edu_event2.png) no-repeat center center;
    background-size: cover;
  }
}


@media only screen and (min-width: 511px) and (max-width: 685px) {
  .flex_event_img {
    margin: 0 auto;
    width: 400px;
    height: 90px;
    background: url(../../img/main_img/edu_event2.png) no-repeat center center;
    background-size: cover;
  }
}


@media only screen and (min-width: 0px) and (max-width: 399px) {
  .edu_event_img {
    margin: 0 auto;
    max-width: 260px;
    height: 111px;
    background: url(../../img/main_img/edu_event1.png) no-repeat center center;
    background-size: cover;
  }
}


@media only screen and (min-width: 400px) and (max-width: 600px) {
  .edu_event_img {
    margin: 0 auto;
    max-width: 338px;
    height: 144px;
    background: url(../../img/main_img/edu_event1.png) no-repeat center center;
    background-size: cover;
  }
}




.ness_event_count:last-child {
  margin-right: 0;
}


.ness_event_count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ness_event_count > h3 {
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  line-height: 23px;
  text-align: center;
}

.ness_event_count > p {
  font-size: 13px;
  color: #fff;
  display: block;
  border-radius: 5px;
  line-height: 23px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .ness_event_img {
    margin: 0 auto;
    max-width: 230px;
    height: 106px;
    background: url(../../img/main_img/ness_event1.png) no-repeat center center;
    background-size: cover;
  }

  
  .ness_event_count {
    width: calc(50% - 2.5px);
    padding: 0;
  }

  .ness_event_count:nth-child(1n) {
    margin-bottom: 5px;
  }

  .ness_event_count:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 5px;
  }


  .ness_event_count > h3 {
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    line-height: 23px;
    text-align: center;
  }
  
  .ness_event_count > p {
    font-size: 8px;
  }


}


@media only screen and (min-width: 501px) and (max-width: 716px) {
  .ness_event_img {
    margin: 0 auto;
    max-width: 300px;
    height: 139px;
    background: url(../../img/main_img/ness_event1.png) no-repeat center center;
    background-size: cover;
  }



  .ness_event_count {
    width: calc(50% - 2.5px);
    padding: 0;
  }

  .ness_event_count:nth-child(1n) {
    margin-bottom: 5px;
  }
  
.ness_event_count:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 5px;
}


  .ness_event_count > h3 {
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    line-height: 23px;
    text-align: center;
  }
  
  .ness_event_count > p {
    font-size: 13px;
  }

  

}




.ness_event_text > p{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .ness_event_text > p{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 23px;
    font-weight: normal;
  }
}

.video_opacity {
  background: rgba(6, 53, 79, 0.0);

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;

  min-height: 650px;

}

.video_opacity_kicom {
  background: rgba(255, 255, 255, 0.2);

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;

  min-height: 650px;

}

.video_box {
  position: absolute; 
  z-index: 1;


  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  background: #040e29;
}

video {
  position: absolute;
  right: 0;
  top: 0;

  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: 100%; 
  z-index: 2;
  background-size: cover;
  object-fit: fill;
}


.nuri_box_common2 {
  background-size: cover;
  position: relative;
}


/*갤러리 상세*/


.nuri_box_item {
  margin: 0 auto;
  max-width: 1300px;
  height: 100%;
  overflow: hidden;

  /*flex 요소들 중앙정렬*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

/*flex 요소들 중앙정렬*/
.nuri_text_item {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 8;
}


.nuri_text_item > h1 {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}

.nuri_text_item_event {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuri_text_item_event2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuri_text_item_event > h1 {
  text-shadow: 0 0 10px #434343;
}

.nuri_text_item_event > h1:first-child {
  color: #fff;
}

.nuri_text_item_event > h1:first-child + h1 {
  color: #fff;
}

.nuri_text_item_event > h1:first-child + h1 + h1 {
  margin-top: 30px;
}


.event_border {
  display: block;
  background: #fff;
  padding: 3px 15px 3px 15px;
  border-radius: 30px;
  color: #8084eb !important;
  text-shadow: none !important;
  font-weight: 900;
}


.nuri_text_item_event > h3 {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  font-weight: 900;

  word-break: keep-all;
}


.nuri_text_item_event > h4 {
  font-size: 17px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  font-weight: 500;

  display: block;
  max-width: 700px;
  word-break: keep-all;

}


@media only screen and (min-width: 0px) and (max-width: 500px) {
  .nuri_text_item_event > h3 {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: 900;
  }


  .nuri_text_item_event > h4 {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
  
    display: block;
    max-width: 700px;
    word-break: keep-all;
  }
  
  
}


@media only screen and (min-width: 501px) and (max-width: 716px) {
  .nuri_text_item_event > h3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-weight: 900;
  }


  .nuri_text_item_event > h4 {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
  
    display: block;
    max-width: 700px;
    word-break: keep-all;
  }
  
  
}



.nuri_text_item_event2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nuri_text_item_event2 > h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;;
  word-break: keep-all;
  text-align: center;
  color: #183152 !important;

}

.nuri_text_item_event2 > h1:first-child {
  color: #183152;
}

.nuri_text_item_event2 > h1:first-child + h1 {
  color: #183152;
}

.nuri_text_item_event2 > h1:first-child + h1 + h1 {
  margin-top: 30px;
}


.nuri_text_item > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  margin: 10px 0 10px 0;
  color: #fff;
  word-break: keep-all;


  text-align: center;
}


.nuri_text_item_black > h2 {
  margin: 0 0 0 0;

  font-size: 40px;
  font-weight: 900;
  line-height: 70px;
  color: #434343;
  text-align: center;
}

.nuri_text_item_black > p {
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
  color: #434343;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nuri_text_item_event > h2 {
  text-shadow: 0 0 10px #434343;
}


.nuri_text_item > h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin: 30px 0 0px 0;
  color: #fff;
  word-break: keep-all;


  text-align: center;
}




.nuri_text_black > h1 {
  color: #434343;
}

.nuri_text_black > h2 {
  color: #434343;
}


.minoss_logo {
  margin: 0 auto;
  width: 328px;
  height: 70px;
  background: url(../../img/main_img/minoss_logo.png) no-repeat center center;
  background-size: cover;
}

.kicom_logo {
  margin: 0 auto;
  width: 653px;
  height: 88px;
  background: url(../../img/main_img/kicomav_logo_new.png) no-repeat center center;
  background-size: cover;
}

.nar_logo {
  margin: 0 auto;
  width: 600px;
  height: 79px;
  background: url(../../img/main_img/nar_logo.png) no-repeat center center;
  margin-top: 15px;
  margin-bottom: 15px;
}



/********************
*
*
* getapk 타이틀 메인
*
*
**********************/

.nuri_text_item_getapk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video_opacity_getapk {
  background: rgba(79, 6, 6, 0.4);

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;

  /*높이제한 2단계*/
  min-height: 650px;
}


.getapk_logo_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

.askurl_logo_symbol {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(../../img/products_img/askurl.png) no-repeat center center;
  background-size: 40px 40px;
}


.askurl_logo_text {
  margin: 0 auto;
  width: 130px;
  height: 29px;
  background: url(../../img/products_img/getapk_text.png) no-repeat center center;
  background-size: 130px 29px;
  margin-left: 5px;
  margin-top: 5px;
}

.video_box_getapk > video {
  position: absolute; 
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 

  z-index: 1;
  background-size: cover;

  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.nuri_text_item_getapk > h3 {
  display: block;
  font-size: 28px;
  font-weight: 900;
  word-break: keep-all;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 5px;
}


/********************
*
*
* getapk 타이틀 메인
*
*
**********************/


@media only screen and (min-width: 0px) and (max-width: 495px) {
  
  .minoss_logo {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: url(../../img/main_img/minoss_logo.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 15px;
  }

}


@media only screen and (min-width: 0px) and (max-width: 400px) {


  .nar_logo {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: url(../../img/main_img/nar_logo.png) no-repeat center center;
    background-size: contain;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}



@media only screen and (min-width: 0px) and (max-width: 500px) {
  .kicom_logo {
    margin: 0 auto;
    width: 253px;
    height: 34px;
    background: url(../../img/main_img/kicomav_logo_new.png) no-repeat center center;
    background-size: cover;
  }

}


@media only screen and (min-width: 501px) and (max-width: 862px) {

  .kicom_logo {
    margin: 0 auto;
    width: 430px;
    height: 58px;
    background: url(../../img/main_img/kicomav_logo_new.png) no-repeat center center;
    background-size: cover;
  }

}


@media only screen and (min-width: 425px) and (max-width: 823px) {

  .nuri_text_item > h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }


  .nuri_text_item_event2 > h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    word-break: keep-all;
    text-align: center;
    color: #183152 !important;
  }

  
  .nuri_text_item > h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;  
    color: #fff;
    text-align: center;

    margin: 10px 0 10px 0;
  }


  .nuri_text_item_black > h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    color: #434343;
    text-align: center;

    margin: 10px 0 10px 0;
  }


  
  .nuri_text_item_black > p {
    font-size: 13px;
    line-height: 24px;
    color: #434343;
    text-align: center;
  }


  .nuri_text_item > h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin: 30px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }


  
    .nuri_text_in > h4 {
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      color: #fff;
      word-break: keep-all;

      text-align: center;
    }



  .main_gall_bg {
    min-height: 650px;
  }

  .nuri_box_item {
    min-height: 650px;
  }

  .section {
    min-height: 650px;
  }


  .section_company {
    min-height: 650px;
  }

  
  
}


@media only screen and (min-width: 0px) and (max-width: 424px) {

  .nuri_text_item > h1 {
    font-size: 41px;
    font-weight: 900;
    line-height: 60px;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }


  .nuri_text_item_event2 > h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 45px;
    word-break: keep-all;
    text-align: center;
    color: #183152 !important;
  }
  
  .nuri_text_item > h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }


  .nuri_text_item_black > h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0 10px 0;
    color: #434343;
    word-break: keep-all;
    text-align: center;
  }


  
  .nuri_text_item_black > p {
    font-size: 12px;
    line-height: 24px;
    color: #434343;
    text-align: center;
  }

  .nuri_text_item > h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0 10px 0;
    color: #fff;
    word-break: keep-all;
    text-align: center;
  }


  .nuri_text_in > h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    word-break: keep-all;
  
    text-align: center;
  }


  .main_gall_bg {
    min-height: 650px;
  }

  .nuri_box_item {
    min-height: 650px;
  }

  .section {
    min-height: 650px;
  }


  .section_company {
    min-height: 650px;
  }
  
}










/*누리 미니 박스*/

.nuri_mini_box {
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 400px;

  background: #fff;
  border-radius: 5px;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #2296d2;
}


.nuri_mini_wrap {
  width: 100%;
  height: auto;


  padding: 10px;

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;



  display: flex;
  flex-direction: row;
  align-items: center;

  
}


.nuri_mini_img {
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;

  height: 50px;
  background: url(../../img/main_img/badge1.png) no-repeat center center;
  margin-right: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nuri_mini_text > h4{
  font-size: 14px;
  font-weight: 300;
  word-break: keep-all;
  text-align: left;
}

.nuri_mini_text > h4 > span {
  font-weight: bold;
}





.nuri_mini_wrap2 {
  width: 100%;
  height: auto;


  padding: 8px 10px 8px 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  overflow: hidden;
}



.nuri_mini_wrap2 > a {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  word-break: keep-all;
  text-align: right;
  color: #00569c;
  display: block;
  float: right;

  background: #eaeaea;
  padding: 5px 10px 5px 10px;

  border-radius: 5px;


  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}








/*********************************
*
*
* 우리는
*
*
***********************************/

.we_bg {
  min-width: 320px;
  z-index: 1;
  width: 100%;
  position: relative;
  padding: 150px 0 150px 0;

  background: #edf0f6;
}

.we_wrap {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.we_box {

}




.we_item_tit {
  display: flex;
  flex-direction: column;
}

.we_item_tit_text {
  display: flex;
  flex-direction: column;
}

.we_item_tit_text > h4 {
  font-size: 16px;
  color: #000549;
  font-weight: 700;
  margin-bottom: 15px;
  background: #dae0f5;
  display: flex;

  border-radius: 50px;

  padding: 10px 15px 10px 15px;

  margin-right: auto;
}

.we_item_tit_text > h3 {
  font-size: 30px;
  font-weight: 900;
  color: #000549;
  line-height: 45px;
}



.we_item_bundle_pack {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.we_item_bundle {
  display: flex;
  flex-direction: column;
  /*border: 1px solid #dfe2e9;*/
  width: calc(1/4*100% - (1 - 1/4)*15px);
  margin-right: 15px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  transition: ease-in 0.1s box-shadow;
}

@media only screen and (min-width: 0px) and (max-width: 590px) {

  .we_item_bundle_pack {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .we_item_bundle {
    width: calc(1/1*100% - (1 - 1/1)*15px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  
  .we_item_bundle:last-child {
    margin-bottom: 0px;
  }

}

@media only screen and (min-width: 591px) and (max-width: 1110px) {

  .we_item_bundle_pack {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .we_item_bundle {
    width: calc(1/2*100% - (1 - 1/2)*15px);
    margin-bottom: 15px;
  }
  
  .we_item_bundle:nth-child(2n) {
    margin-right: 0px;
  }

  .we_item_bundle:nth-child(n + 3 ) {
    margin-bottom: 0px;
  }

}


.we_item_bundle:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03), 10px 10px 0px rgba(12, 21, 148, 0.1);
}

.we_item_bundle:last-child {
  margin-right: 0px;
}

.we_item_bundle_icon {
  width: 80px;
  height: 80px;
  background: #e7e7f7;
  margin: 25px 25px 0px 25px;
  border-radius: 50%;
}

.we_item_bundle_tit {
  margin-top: 25px;
  margin-left: 25px;
  padding: 15px 25px 7.5px 0px;
  font-size: 25px;
  font-weight: 700;
  color: #000549;
  line-height: 30px;
  border-top: 1px solid #dfe2e9;
}

.we_item_bundle_text {
  padding: 7.5px 25px 25px 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  word-break: keep-all;
  color: #8886a2;
}








/*색션6*/

.product_bg {
  min-width: 320px;
  padding: 200px 0 200px 0;

  overflow: hidden !important;
  background: #fbfcff;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;

  padding: 0 20px 0 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.product_scroll_box {
  position: relative;
}



.product_bundle {
  margin-top: 50px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.product_bundle:hover > .product_item > .product_item_bundle {
  border: 1px solid #bcbfc9;
}

.product_bundle:hover > .product_item > .product_item_bundle > .product_text {
  background: #000549;
}

.product_bundle:hover > .product_item > .product_item_bundle > .product_text > h5 {
  color: #5861e4;
}

.product_bundle:hover > .product_item > .product_item_bundle > .product_text > h4 {
  color: #dedde9;
}

/*공통 타이틀*/

.product_tit_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_tit > h3 {
  font-size: 30px;
  font-weight: 900;
  color: #000549;
  line-height: 45px;
}

.swiper_button_box2 {
  margin-left: auto;

  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
  .product_tit_box {
    flex-direction: column;
    align-items: inherit;
  }

  .swiper_button_box2 {
    margin-top: 15px;
    margin-left: inherit;
  }
}


.swiper-button-next2 {
  width: 45px;
  height: 45px;
  border: 1px solid #000549;
  border-radius: 50%;
  background: url(../../img/main_img/next_black.svg) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.swiper-button-prev2 {
  width: 45px;
  height: 45px;
  border: 1px solid #000549;
  border-radius: 50%;
  background: url(../../img/main_img/prev_black.svg) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.swiper-button-next2.swiper-button-disabled {
  background: url(../../img/main_img/next_gray.svg) no-repeat center center;
  background-size: 40px 40px;
  border: 1px solid #d8d8d8;
  opacity: 0.5;
}

.swiper-button-prev2.swiper-button-disabled {
  background: url(../../img/main_img/prev_gray.svg) no-repeat center center;
  background-size: 40px 40px;
  border: 1px solid #d8d8d8;
  opacity: 0.5;
}

/*제품*/

.product_item {
  height: 100%;
}

.product_item_bundle {
  display: flex;
  flex-direction: column;

  backdrop-filter: blur(10px);
  box-shadow: 0px 10px 20px rgba(96, 112, 144, 0.1);
  border-radius: 15px;
  height: 100%;
  border: 1px solid #dfe2e9;
}

.product_text {
  overflow: hidden;
  border-radius: 0px 0px 15px 15px;
  background: #edf0f6;
  transition: all 0.1s ease-in;
  height: 100%;
}

.product_text > h5 {
  font-size: 15px;
  word-break: keep-all;
  font-weight: 500;
  line-height: 25px;
  color: #0c1594;
  padding: 25px 25px 0px 25px;
  display: block;
}

.product_text > h4{
  font-size: 25px;
  word-break: keep-all;
  font-weight: 900;
  line-height: 30px;
  color: #000549;
  padding: 0px 25px 0px 0px;
  margin-left: 25px;
  margin-bottom: 15px;
  display: block;
}

.product_text > p {
  font-size: 13px;
  word-break: keep-all;
  font-weight: 500;
  line-height: 24px;
  color: #8886a2;
  padding: 0px 25px 25px 25px;
  display: block;
}


/*로고*/

.product_img {
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  flex-shrink: 0;
}

.product_img_logo {
  position: relative;
  padding-bottom: 56.8%;
}

.product_img_logo > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-container2 {
  margin: 0 auto;
  max-width: 1300px;
  overflow: visible !important;
}

.swiper-container2 > .swiper-wrapper > .swiper-slide {
  height: auto !important;
}


@media only screen and (min-width: 0px) and (max-width: 320px) {
  .common_tit_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

}



@media only screen and (min-width: 321px) and (max-width: 970px) {
  .common_tit_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
}





/************************************
*
*
* 피싱주의보 요약
*
*
************************************/


.alert_report_bg {
  min-width: 320px;
  z-index: 1;
  width: 100%;
  position: relative;
  padding: 150px 0 150px 0;
  background: #edf0f6;
  overflow: hidden;
}


.alert_report_wrap {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.alert_report_box {
  margin-top: 50px;
}

.alert_tit_box > h3 {
  font-size: 30px;
  font-weight: 900;
  color: #000549;
  line-height: 45px;
}


.stats_item_bundle {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
}


.stats_item_bundle:last-child {
  margin-bottom: 0px;
}


.stats_item {
  width: calc(1/3*100% - (1 - 1/3)*15px);
  height: auto;
  border-radius: 15px;
  background: #ffffff;
  margin-right: 15px;

  border: 1px solid #dfe2e9;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);

  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 0px) and (max-width: 940px) {

  .stats_item_bundle {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .stats_item {
    width: calc(1/1*100% - (1 - 1/1)*0px);
    margin-bottom: 15px;
  }

  .stats_item:last-child {
    margin-bottom: 0px;
  }
}

.stats_item_value_all {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
  padding: 0px 25px 15px 25px;
}

.stats_item_value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.value_count {
  font-size: 25px;
  font-weight: 900;
  color: #0c1594;
}

.top_category {
  font-size: 18px;
  font-weight: 700;
  color: #62657e;
  margin-bottom: 10px;
}

.recent_alert_range {
  font-size: 18px;
  font-weight: 700;
  color: #62657e;
  margin-bottom: 10px;
}

.stats_item:last-child {
  margin-right: 0px;
}


.stats_item_tit {
  font-size: 20px;
  word-break: keep-all;
  font-weight: 900;
  line-height: 30px;
  color: #000549;
  padding: 15px 25px 15px 0px;
  margin-left: 25px;
  margin-bottom: 15px;
  display: block;

  border-bottom: 1px solid #dfe2e9;
}


.stats_show_item {
  width: calc(2/3*100% - (1 - 2/3)*15px);
  background: #ffffff;
  margin-right: 15px;
  border-radius: 15px;
  border: 1px solid #dfe2e9;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);

}

.stats_show_item:last-child {
  width: calc(1/3*100% - (1 - 1/3)*15px);
  height: auto;
  margin-right: 0px;
}

.stats_show_search {
  padding: 50px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 11px;
}

.stats_show_search > h3 {
  font-size: 25px;
  word-break: keep-all;
  font-weight: 900;
  line-height: 40px;
  color: #000549;
  margin-bottom: 25px;
  text-align: center;
  display: block;
}


@media only screen and (min-width: 0px) and (max-width: 940px) {
  .stats_show_search > h3 {
    font-size: 20px;
    word-break: keep-all;
    font-weight: 900;
    line-height: 30px;
    color: #000549;
    margin-bottom: 25px;
    text-align: center;
    display: block;
  }
}


.stats_logo_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.stats_logo {
  width: 200px;
  height: 63px;
  background: url(../../img/main_img/stats_logo_askurl.svg) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 0px) and (max-width: 940px) {
  .stats_show_item {
    width: calc(100%);
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .stats_show_item:last-child {
    width: calc(100%);
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .stats_show_search {
    padding: 25px;
  }


  .stats_logo {
    width: 137px;
    height: 43px;
    background: url(../../img/main_img/stats_logo_askurl.svg) no-repeat center center;
    background-size: contain;
  }


}


.stats_show_summary {
  overflow: hidden;
}

.summary_thumb_wrap {
  position: relative;
  padding-bottom: 56.8%;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.summary_thumb_wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}


.summary_title {
  font-size: 20px;
  word-break: keep-all;
  font-weight: 900;
  line-height: 30px;
  color: #000549;
  padding: 15px 25px 15px 0px;
  margin-left: 25px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #dfe2e9;
}

.summary_subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #62657e;
  padding: 0px 25px 15px 25px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.stats_item_description > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #434343;
  display: block;
  margin-bottom: 8px;
}

.stats_item_description > .muted {
  font-size: 14px;
  font-weight: 500;
  color: #434343;
  display: block;
}

/**************************
*
*
*
* askurl 검색바
*
*
*
****************************/

.search-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;

}


.search-container {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-width: 100%;

  z-index: 1;
  transition: all 0.5s ease;
  background: #ffffff;
  justify-content: center;
}


.search-container.active {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0px 10px 30px rgba(10, 10, 58, 0.3);
}



.search-input {
  width: 100%;
  height: 100%;
  padding: 0px;
  border: none;
  background: transparent;
  color: #434343;
  font-size: 18px;
  outline: none;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.3s ease-in;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  align-items: center;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", 돋움, Dotum, Arial, "Apple Gothic", sans-serif;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 9;
}

.search-container.active .search-input {
    opacity: 1;
    padding: 0px 20px 0px 20px;
}








/************************
*
*리소스
*컨텐츠 박스
*
*
**************************/

.resources_bg {
  min-width: 320px;
  padding: 150px 0 150px 0;
  overflow: hidden !important;
  background: #fbfcff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.resources_wrap {
  margin: 0 auto;
  max-width: 1300px;
  height: auto;
  padding: 0 20px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.resources_tit_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.resources_tit > h3 {
  font-size: 30px;
  font-weight: 900;
  color: #000549;
  line-height: 45px;
}



.swiper_button_box3 {
  margin-left: auto;

  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 15px;
}


@media only screen and (min-width: 0px) and (max-width: 500px) {
  .resources_tit_box {
    flex-direction: column;
    align-items: inherit;
  }

  .swiper_button_box3 {
    margin-top: 15px;
    margin-left: inherit;
  }
}



.swiper-button-next3 {
  width: 45px;
  height: 45px;
  border: 1px solid #000549;
  border-radius: 50%;
  background: url(../../img/main_img/next_black.svg) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.swiper-button-prev3 {
  width: 45px;
  height: 45px;
  border: 1px solid #000549;
  border-radius: 50%;
  background: url(../../img/main_img/prev_black.svg) no-repeat center center;
  background-size: 40px 40px;
  cursor: pointer;
}

.swiper-button-next3.swiper-button-disabled {
  background: url(../../img/main_img/next_gray.svg) no-repeat center center;
  background-size: 40px 40px;
  border: 1px solid #d8d8d8;
}

.swiper-button-prev3.swiper-button-disabled {
  background: url(../../img/main_img/prev_gray.svg) no-repeat center center;
  background-size: 40px 40px;
  border: 1px solid #d8d8d8;
}



.resources_tab_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
}

.resource_tab {
  font-size: 25px;
  font-weight: 900;
  color: #8886a2;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 630px) {
  .resource_tab {
    font-size: 20px;
    font-weight: 900;
    color: #8886a2;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.resource_tab:last-child {
  margin-right: 0px;
}

.resource_tab.active {
  color: #000549;
  background: #ffc430;
  background: -webkit-linear-gradient(0deg, rgba(255, 196, 48, 1) 0%, rgba(255, 196, 48, 1) 25%, rgba(255, 196, 48, 0) 25%);
  background: -moz-linear-gradient(0deg, rgba(255, 196, 48, 1) 0%, rgba(255, 196, 48, 1) 25%, rgba(255, 196, 48, 0) 25%);
  background: linear-gradient(0deg, rgba(255, 196, 48, 1) 0%, rgba(255, 196, 48, 1) 25%, rgba(255, 196, 48, 0) 25%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFC430", endColorstr="#FFC430", GradientType=0);
}

.resources_box {
  display: flex;
}

.page_content_box {
  flex-grow: 1;
}

.swiper-container3 {
  margin: 0 auto;
  max-width: 1300px;
  overflow: visible !important;
}

.swiper-container3 > .swiper-wrapper {
  height: auto;
}

.page_content_item {
 
}

.page_content {
  width: calc(1/3*100% - (1 - 1/3)*15px);
  margin-right: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
  border-radius: 15px;
}


.page_content:nth-child(3n) {
  margin-right: 0px;
}



@media only screen and (min-width: 0px) and (max-width: 900px) {
  .pagination_function {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .pagination {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .pagination_number_go {
    margin: 0 auto;
  }

  .select_form_box {
    margin: 0 auto;
  }
  
  .filter_pagination {
    margin-bottom: 10px;
  }
}



@media only screen and (min-width: 0px) and (max-width: 660px) {

  .page_content {
    width: calc(1/1*100% - (1 - 1/1)*0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .page_content:nth-child(3n) {
    margin-right: 0px;
  }

  .page_content {
    margin-right: 0px;
  }

  .page_content:nth-child(n + 5) {
    margin-bottom: 15px;
  }
  
  .page_content:last-child {
    margin-bottom: 0px;
  }
  
  
  .resourse_function {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .filter_group {
    margin-right: inherit;
    margin-bottom: 15px;
  }

  .search_group {
    margin-left: inherit;
  }
  
}

@media only screen and (min-width: 661px) and (max-width: 1029px) {


  .page_content {
    width: calc(1/2*100% - (1 - 1/2)*15px);
    margin-right: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .page_content:nth-child(3n) {
    margin-right: 15px;
  }

  .page_content:nth-child(2n) {
    margin-right: 0px;
  }

  .page_content:nth-child(n + 5) {
    margin-bottom: 15px;
  }
  
  .page_content:nth-child(n + 9) {
    margin-bottom: 0px;
  }
  
  
}




.content_photo {
  position: relative;
  padding-bottom: 56.8%;

  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.content_photo > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}


.content_tit {
  padding: 15px;
  border-top: 1px solid #eaeaea;

  overflow: hidden;
  border-radius: 0px 0px 15px 15px;
}

.content_tit > h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #434343;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-right: auto;
}


.content_tit > h4 {
  font-size: 14px;
  font-weight: 500;
  color: #a82828;
  display: block;
  margin-bottom: 8px;
}


.content_tit > p {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
  overflow: hidden;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-right: auto;
  margin-top: 5px;
}
