@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;
    -webkit-text-size-adjust: 100%;
}

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: -66px;
}


/*미니배너 공고*/

.miniup_bg {
  margin: 15px auto;
  max-width: 550px;
  width: 100%;
  z-index: 2;
}

.miniup_wrap {
  margin: 0 auto;

  max-width: 550px;
  height: auto;

background: #020024;
background: -webkit-linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00D4FF", GradientType=1);
  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_mini8.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: #ffffff;
  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: #ffffff;
  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 15px 15px 15px;

}

.popup_wrap {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;

  height: auto;
  box-shadow: 0 10px 10px rgba(22, 22, 22, 0.3);

  border-radius: 5px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2
}


.popup_wrap1 {
  background:#ffffff;
  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 {
  overflow: hidden;
}




.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_box {
  overflow: hidden;
}





@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_icon214.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_icon214.png) no-repeat center bottom;
    background-size: 250px 153px;
  }
}




.popup_item_btn {

  background: #fff;
  padding: 15px;

  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border-radius: 0px 0px 5px 5px;
}

.popup_btn {
  display: inline-block;
}

.popup_btn_all {
  float: right;
}




.popup_btn_checkbox {
  width: auto;
  height: auto;
  line-height: 24px;
  background: #eaeaea; 
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
  border-radius: 5px;

  border: 1px solid #dddddd;
  box-shadow: 0 0 10px #dddddd;
  
  margin-right: 5px;
}

#checkbox_label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;

  cursor: pointer;
}

#checkbox_item {
  vertical-align: middle;
}

.button_btn {
  width: auto;
  height: auto;
  
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;

  padding: 5px 10px 5px 10px;
  border: none;
  color: #fff;
  border-radius: 5px;
  vertical-align: middle;
  border: 1px solid #e04f4f;
  box-shadow: 0 0 5px #f79494;
  
  background: #ce1919;
  cursor: pointer;
}




/*누리웹 갤러리*/


.main_gall_bg {
  min-width: 320px;
  height: 100%;
  z-index: 1;
  position: relative;
}

.main_gall_wrap {
  width: 100%;
  height: 100%;
  margin-top: -66px;
  overflow: hidden;
}


.swiper-container {
  height: 100%;
  position: relative;
}

.main_gall_bg {
  min-height: 650px;
}

.nuri_box_item {
  min-height: 650px;
}

.section {
  min-height: 650px;
}


.section_company {
  min-height: 650px;
}




.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;
}





/**************************
*
*
*
* askurl
*
*
*
****************************/

.nuri_box_common100 {
  background: #1b1b1b;
  background-size: cover;
  z-index: 9;
}


.url_scan_detail {
  z-index: 9;
}


.url_scan_detail_tit {
  margin-bottom: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}


.upload_logo {
  flex-shrink: 1;
  margin-bottom: 10px;
}

.logo_img {
  width: 150px;
  height: 150px;
  background: url(../../img/main_img/logo_askurl_symbol.png) no-repeat center center;
  margin-bottom: 10px;
}


.logo_img_main {
  width: 300px;
  height: 55px;
  background: url(../../img/main_img/main_logo_askurl_white.svg) no-repeat center center;
  background-size: 300px 55px;
  margin-bottom: 15px;
}


.logo_text_box {
  max-width: 600px;
}

.logo_text_box > h3 {
  display: block;
  font-size: 30px;
  font-weight: 900;
  word-break: keep-all;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin-bottom: 5px;
}

.logo_text_box > h4 {
  display: block;
  font-size: 16px;
  font-weight: normal;
  word-break: keep-all;
  color: #ffffff;
  text-align: center;
  line-height: 27px;
}


.logo_text_box > h5 {
  display: block;
  font-size: 15px;
  font-weight: normal;
  word-break: keep-all;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin-top: 5px;
}

.logo_text_box > h5 > a {
  color: #ffffff;
  text-decoration: underline;
}


.logo_text_box {
  position: relative;
}

.logo_text_box_beta {
  max-width: 600px;
}


@media only screen and (min-width: 0px) and (max-width: 390px) {
  .logo_text_box > h3 {
      display: block;
      font-size: 20px;
      font-weight: 900;
      word-break: keep-all;
      color: #ffffff;
      text-align: center;
      line-height: 30px;
  }

}


@media only screen and (min-width: 391px) and (max-width: 635px) {
  .logo_text_box > h3 {
      display: block;
      font-size: 24px;
      font-weight: 900;
      word-break: keep-all;
      color: #ffffff;
      text-align: center;
      line-height: 40px;
  }
}


@media only screen and (min-width: 0px) and (max-width: 635px) {

  .logo_img {
      width: 110px;
      height: 110px;
      background: url(../../img/main_img/logo_askurl_symbol.png) no-repeat center center;
      background-size: contain;
  }


  .logo_text_box {
      margin-bottom: 10px;
  
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  

  
  .logo_text_box > h4 {
      display: block;
      font-size: 14px;
      font-weight: normal;
      word-break: keep-all;
      color: #ffffff;
      text-align: center;
      line-height: 24px;
  }


      
  .logo_text_box > h5 {
      display: block;
      font-size: 11px;
      font-weight: normal;
      word-break: keep-all;
      color: #ffffff;
      text-align: center;
      line-height: 22px;
      margin-top: 10px;
  }


  .logo_img_main {
      width: 260px;
      height: 48px;
      background: url(../../img/main_img/main_logo_askurl_white.svg) no-repeat center center;
      background-size: 260px 48px;
      margin-bottom: 15px;
  }
  
  
}










/**************************
*
*
*
* askurl
*
*
*
****************************/







/*텍스트 메타버스 텍스트*/


.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, 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: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;
}


@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: 1150px;
  height: 100%;
  overflow: hidden;

  /*flex 요소들 중앙정렬*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 0 15px 0 15px;

  -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;
}

.askurl_logo_symbol {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: url(../../img/products_img/askurl.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}


.askurl_logo_text {
  margin: 0 auto;
  width: 273px;
  height: 61px;
  background: url(../../img/products_img/getapk_text.png) no-repeat center center;
  background-size: cover;
}

.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 > h2 {
  margin: 0 auto;
  max-width: 800px;

  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  margin: 10px 0 0px 0;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}


/********************
*
*
* 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: 30px;
    font-weight: 600;
    line-height: 45px;
    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;
}