.blocker {
  background-color: black;
}

#popup_curating {
  position: relative;
  margin: auto;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  #popup_curating {
    width: 90% !important;
    min-width: 920px !important;
    max-width: 1600px !important;
    height: 70%;
    min-height: 500px;
  }
}

#popup_curating .inner {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 992px) {
  #popup_curating .inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

#popup_curating .inner .popup_head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  background: #a1a6ac;
  height: 170px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head {
    height: 17.1371vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head {
    display: inline-block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    width: 19.28721174004%;
    height: 100%;
    text-align: center;
  }
  #popup_curating .inner .popup_head::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    opacity: .05;
    background: url("../../Content/images/Prugio_character.png") 0 100% no-repeat;
    background-size: 140% auto;
  }
}

#popup_curating .inner .popup_head ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  z-index: 2;
  height: 133px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs {
    height: 13.40726vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs {
    position: relative;
    width: 78.26086956522%;
    height: auto;
    margin: 40px auto 0 auto;
    display: inline-block;
  }
}

#popup_curating .inner .popup_head ul.tabs > li {
  position: relative;
  margin: 0 2px;
  border: 1px solid #838c95;
  border-bottom: none;
  background: #c7cbcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  height: 66px;
  width: 218px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li {
    height: 6.65323vw;
  }
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li {
    width: 21.97581vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li {
    height: 75px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #popup_curating .inner .popup_head ul.tabs > li.twoDepth-in .pc-twoDepth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #popup_curating .inner .popup_head ul.tabs > li::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 100%;
    background: #455058;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

#popup_curating .inner .popup_head ul.tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #626f7c;
  width: 100%;
  font-size: 33px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li a {
    font-size: 3.32661vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li a {
    font-size: 18px;
    color: #484848;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#popup_curating .inner .popup_head ul.tabs > li a i {
  display: none;
}

#popup_curating .inner .popup_head ul.tabs > li.twoDepth-in .pc-twoDepth {
  display: none;
}

#popup_curating .inner .popup_head ul.tabs > li.active {
  background: #fff;
  border: 1px solid #084f51;
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li.active {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active::before {
    opacity: 1;
    right: -40px;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: auto;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in > a {
    width: 100%;
    height: 75px;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding-bottom: 20px;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth li {
    width: 100%;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth li a {
    color: #fff;
    font-weight: 300;
    padding: 10px 0 5px 0;
    opacity: .5;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active.twoDepth-in .pc-twoDepth li.active a {
    opacity: 1;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1200px) {
  #popup_curating .inner .popup_head ul.tabs > li.active::before {
    right: -50px;
  }
}

#popup_curating .inner .popup_head ul.tabs > li.active > a {
  color: #015152;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -3px;
  background: #fff;
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head ul.tabs > li.active > a {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    background: transparent;
    color: #fff;
  }
  #popup_curating .inner .popup_head ul.tabs > li.active > a i {
    position: absolute;
    display: block;
    right: -25px;
  }
}

@media screen and (min-width: 1200px) {
  #popup_curating .inner .popup_head ul.tabs > li.active > a i {
    right: -35px;
  }
}

#popup_curating .inner .popup_head .tab_submenu {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  border-top: 1px solid #084f51;
  border-bottom: 1px solid #bcc3ca;
  height: 37px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head .tab_submenu {
    height: 3.72984vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head .tab_submenu {
    display: none;
  }
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content {
  height: 100%;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul li a {
  color: #666;
  padding: 0 20px;
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul li a {
    font-size: 3.02419vw;
  }
}

#popup_curating .inner .popup_head .tab_submenu .tab_submenu_content ul li.active a {
  color: #015152;
  font-weight: 400;
  text-decoration: underline;
}

#popup_curating .inner .popup_head.active {
  height: 230px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head.active {
    height: 23.18548vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_head.active {
    height: 100%;
  }
}

#popup_curating .inner .popup_head.active .tab_submenu {
  height: 97px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_head.active .tab_submenu {
    height: 9.77823vw;
  }
}

#popup_curating .inner .popup_body {
  width: 100%;
  padding: 40px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body {
    padding: 4.03226vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_body {
    width: 80.71278825996%;
    height: 100%;
    padding: 40px 0 40px 80px;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container {
    height: 100%;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content {
  height: 620px;
  min-height: 620px;
  overflow-y: scroll;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content {
    height: 62.5vw;
  }
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content {
    min-height: 62.5vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content {
    height: 100%;
    min-height: 450px;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content {
  display: none;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content .news_content.active {
  display: block;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 30px 0;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li {
    padding: 2.01613vw 0 3.02419vw 0;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li {
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li {
    padding-bottom: 1.00806vw;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.media {
  font-weight: 500;
  font-size: 24px;
  color: #666666;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.media {
    font-size: 2.41935vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.media {
    font-size: 16px;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.media span {
  font-weight: 300;
  display: inline-block;
  padding-left: 10px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.media span {
    padding-left: 1.00806vw;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .subject {
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  height: 1.5em;
  font-size: 33px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .subject {
    font-size: 3.32661vw;
  }
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .subject {
    margin-bottom: 2.01613vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .subject {
    font-size: 24px;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .sample_view {
  font-weight: 300;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-height: 1.5em;
  height: 6em;
  padding-right: 20px;
  font-size: 28px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .sample_view {
    padding-right: 2.01613vw;
  }
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .sample_view {
    font-size: 2.82258vw;
  }
}

@media screen and (min-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol > li ul li.content a .sample_view {
    font-size: 18px;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    height: 3em;
    padding-right: 50px;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border-bottom: 1px solid #ccc;
  padding: 0 15px 0 0;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li {
    padding: 0 1.5121vw 0 0;
  }
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li {
    margin-bottom: 3.02419vw;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 33.33333333333333%;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li {
  width: 90%;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li a {
  display: inline-block;
  width: 100%;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li a img {
  width: 100%;
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li:last-child {
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li:last-child {
    padding-bottom: 2.01613vw;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li:last-child .date {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 20px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li:last-child .date {
    font-size: 2.01613vw;
  }
}

#popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li:last-child .subject {
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  height: 3em;
  min-height: 3em;
  font-weight: 400;
  font-size: 22px;
}

@media (max-width: 992px) {
  #popup_curating .inner .popup_body .tab_submenu_container .tab_content ol.youtube > li > ul li:last-child .subject {
    font-size: 2.21774vw;
  }
}
