body > .header-base {
  padding: 20px 30px 20px 0;
  background: #110D2E;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding-left: 250px;
}
body > .header-base .menu-cnt {
  clear: both;
}
.menu-side-cnt {
  background: #110D2E;
}
.menu-side {
  border: 0;
}
.lan-menu li a {
  color: #fff;
}
.lan-login a {
  align-items: center;
  display: flex;
}
.lan-login a img {
  margin-right: 8px;
}
.lan-login .btn-border {
  background: #fff;
  color: #ff2e4d;
}
.lan-login .name {
  background: none;
  color: #fff;
  padding: 0;
  border: 0;
}
.lan-login .name img {
  height: 32px;
  width: 32px;
}
.menu-brand a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-side .bottom-area {
  background: none !important;
}
.menu-cnt .isWp {
  display: none !important;
}
.main {
  padding: 130px 30px 40px 40px;
}
.so {
  border: 1px solid #FFFFFF33;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
}
.so input[type="text"] {
  background: none;
  border: 0;
  width: 100%;
  color: #fff;
}
.so input[type="text"]::placeholder {
  color: #999;
}
.so input[type="submit"] {
  background: url("newimg/ico_so.png") no-repeat 0 center;
  padding-left: 26px;
}
.so input {
  height: 40px;
}
.main-so .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.grid-item .time-box {
  padding: 1px 6px 1px 6px;
  border-radius: 4px;
  background: #000000CC;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 20px;
}
.grid-item .img-box img {
  width: 100%;
}
.cnt-box-side-icon {
  margin-top: 20px;
}
.cnt-box-side-icon .img-box {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.cnt-box .caption h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cnt-box.boxed .caption {
  background: none;
  padding: 0;
}
.cnt-box-side-icon .strs {
  display: flex;
  justify-content: space-between;
}
.cnt-box-side-icon .strs div {
  display: flex;
  align-items: center;
}
.cnt-box-side-icon .strs div img {
  display: none;
}
.cnt-box-side-icon .strs div:last-child img:first-child {
  display: block;
}
.cnt-box-side-icon .strs div:first-child img:first-child {
  display: block;
}
.cnt-box-side-icon .strs div.on {
  color: #FF2E4D;
}
.cnt-box-side-icon .strs div.on img:last-child {
  display: block;
}
.cnt-box-side-icon .strs div.on img:first-child {
  display: none;
}
.cnt-box-side-icon .strs div img {
  margin-right: 5px;
}
.cnt-box-side-icon .tag {
  display: flex;
  align-items: center;
}
.cnt-box-side-icon .tag img {
  margin-left: 5px;
}
.subnav {
  padding: 0 15px !important;
}
.subnav li {
  margin-top: 10px !important;
}
.subnav li > a {
  font-size: 16px;
  height: 48px;
  display: block;
  padding: 0 10px 0 50px !important;
  border-radius: 5px;
  background: url("newimg/nav_ico1.png") no-repeat 20px center;
}
.subnav li > a:hover,
.subnav li > a.on {
  background-image: url("newimg/nav_ico1_on.png");
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.subnav li:nth-child(2) > a {
  background-image: url("newimg/nav_ico2.png");
}
.subnav li:nth-child(2) > a:hover,
.subnav li:nth-child(2) > a.on {
  background-image: url("newimg/nav_ico2_on.png");
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.subnav li:nth-child(3) > a {
  background-image: url("newimg/nav_ico3.png");
}
.subnav li:nth-child(3) > a:hover,
.subnav li:nth-child(3) > a.on {
  background-image: url("newimg/nav_ico3_on.png");
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.video-main {
  background: #000;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-main .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 15px;
  align-items: center;
  z-index: 2;
}
.video-main .head .so {
  width: 500px;
  max-width: 100%;
  margin-left: 20px;
}
.video-main .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-main .video video {
  width: 100%;
  height: 100%;
}
.video-main .txt {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  padding: 0 100px 0 40px;
  line-height: 26px;
}
.video-main .play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 72px;
  cursor: pointer;
}
.video-main .str {
  position: absolute;
  bottom: 80px;
  right: 30px;
}
.video-main .str li {
  list-style: none;
  text-align: center;
}
.video-main .str li img {
  width: 40px;
}
.section-base {
  background: none !important;
}
.bg-my {
  background: #110D2E url("newimg/bg1.png") no-repeat top right;
}
.bg-my > .header-base {
  background: #110D2E url("newimg/bg1.png") no-repeat top right;
}
.main-so .info {
  display: flex;
  align-items: center;
}
.main-so .info .img-box {
  width: 113px;
  height: 113px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 40px;
}
.main-so .info .img-box img {
  width: 100%;
  height: 100%;
}
.main-so .info .flex1 {
  flex: 1;
}
.main-so .info .flex1 h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.main-so .info .flex1 p {
  color: rgba(255, 255, 255, 0.5);
}
.main-so .info .flex1 p span {
  border-right: 1px  solid #363841;
  padding-right: 14px;
  margin-right: 14px;
}
.main-so .info .flex1 p span:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.main-so .info .flex1 p var {
  color: #fff;
}
.bg-edit main {
  background: #000;
}
.edit-box {
  background: #110D2E;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px;
}
.edit-box .val {
  border: 1px solid #3772FF;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}
.edit-box textarea {
  margin-top: 0;
  width: 100%;
  height: 50px;
  background: none;
  border: 0;
  padding: 0;
}
.edit-box textarea::placeholder {
  color: #999;
}
.edit-box textarea:focus {
  border: 0;
}
.edit-box .num {
  text-align: right;
}
.edit-box .tips .box {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}
.edit-box .tips .box .n {
  font-weight: 600;
}
.edit-box .ok {
  text-align: center;
}
.edit-box .ok span {
  display: block;
  font-size: 16px;
  margin: 30px 0;
}
.edit-box .file {
  background: linear-gradient(90.42deg, #361034 0.31%, #14144F 99.64%), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  border: 1px solid #FFFFFF80;
  margin-bottom: 20px;
}
.edit-box .mit {
  text-align: center;
  margin-top: 30px;
}
.file-box {
  text-align: center;
  padding: 100px 30px;
  position: relative;
}
.file-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  opacity: 0;
}
.file-box span {
  display: block;
  margin: 20px 0;
}
.file-box .ico {
  background: rgba(255, 255, 255, 0.1);
  height: 136px;
  width: 136px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.box-lightbox {
  background: none;
  padding: 0;
}
.quit-box {
  max-width: 480px;
  margin: 0 auto;
  background: linear-gradient(180deg, #E2E4FA 0%, #FFFFFF 48.96%, #FAFBFF 100%);
  border-radius: 10px;
  position: relative;
  padding: 40px !important;
  color: #000;
}
.quit-box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto;
  height: auto;
  margin: 0;
}
.quit-box .mfp-close {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}
.quit-box .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.quit-box .box {
  color: #999;
}
.quit-box .mits {
  text-align: right;
}
.quit-box .mits a {
  line-height: 60px;
  height: 40px;
  padding: 0 40px;
}
.quit-box .mits a span {
  position: absolute;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 38px;
  margin: auto;
  display: block;
}
.quit-box .mits a.btn-border {
  border-color: #3772ff !important;
}
.quit-box .mits a.btn-border span {
  color: #3772ff !important;
}
.login-box {
  max-width: 480px;
  margin: 0 auto;
  background: linear-gradient(180deg, #E2E4FA 0%, #FFFFFF 48.96%, #FAFBFF 100%);
  border-radius: 10px;
  position: relative;
  color: #000;
}
.login-box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: auto;
  height: auto;
  margin: 0;
}
.login-box .mfp-close {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
}
.login-box .bg {
  background: url("newimg/bg_login.png") no-repeat top left;
  padding: 40px !important;
}
.login-box .box {
  box-shadow: 0px 0px 60px 0px #3772FF33;
  background: #FFFFFF;
  border-radius: 10px;
}
.login-box .box .txt {
  border-bottom: 1px solid rgba(54, 56, 65, 0.1);
  padding: 10px 15px;
  color: #333333;
}
.login-box .box .txt span {
  color: #3772ff;
}
.login-box .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.login-box ul {
  padding: 30px 40px;
  margin: 0;
}
.login-box ul li {
  list-style: none;
  background: #f2f2f4;
  border-radius: 5px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 0 15px;
}
.login-box ul li input {
  height: 50px;
  width: 100%;
  background: none;
  border: 0;
  color: #000;
}
.login-box ul li img {
  vertical-align: middle;
}
.login-box ul li .inp {
  margin-left: 10px;
  flex: 1;
}
.login-box ul li.mit {
  padding: 0;
  background: none;
}
.login-box ul li.p {
  color: #999999;
  background: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 10px;
}
.login-box ul li.p a {
  color: #333333;
  text-decoration: none;
  margin: 0 5px;
}
.fav {
  position: fixed;
  display: none;
  flex-shrink: 0;
  border-radius: 6px;
  background: #1D1938;
  right: 100px;
  bottom: 100px;
  padding: 24px;
  text-align: left;
}
.fav .n {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.fav .n img {
  margin: -5px -5px 0 0;
  cursor: pointer;
}
.fav .it > div {
  display: none;
}
.fav .val {
  margin: 10px 0;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1D1938;
  display: flex;
  align-items: center;
  padding: 10px 14px;
}
.fav .val .url {
  color: rgba(255, 255, 255, 0.5);
  width: 200px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 20px;
}
.fav .val button {
  padding: 8px 16px;
  color: #fff;
  border: 0;
  margin-left: 10px;
  border-radius: 27px;
  background: #3772FF;
  cursor: pointer;
}
.fav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fav ul li {
  padding: 10px 7px 7px 7px;
  flex: 1;
  border-radius: 4px;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.fav ul li img {
  vertical-align: top;
}
.fav ul li:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
@media (min-width: 992px) {
  .menu-side {
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .fav {
    padding: 14px;
    right: 60px;
  }
  .fav .val {
    padding: 5px;
  }
  .fav .val .url {
    color: rgba(255, 255, 255, 0.5);
    max-width: 190px;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 20px;
  }
  .edit-box {
    background: none;
    padding: 0;
  }
  .edit-box .file {
    margin: 30px 0;
  }
  .menu-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  body > .header-base {
    display: none;
  }
  .bg-my > .menu-side {
    background: #110D2E url("newimg/bg1.png") no-repeat top right;
  }
  .menu-cnt > .isWp {
    display: block !important;
  }
  .main {
    padding: 15px 30px;
    padding-top: 80px;
  }
  .video-main .txt {
    padding-left: 15px;
  }
  .video-main .str {
    right: 15px;
  }
  body > nav.menu-side {
    padding-left: 30px;
  }
  .main-so .info .img-box {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .main-so .info .flex1 p {
    margin-top: 0px;
  }
  .subnav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
  }
  .subnav li {
    margin-top: 0 !important;
  }
  .menu-cnt .lan-login {
    margin-bottom: 15px;
  }
  .menu-cnt > ul > li > a {
    line-height: 40px;
    height: 40px;
  }
  .edit-box .mit button {
    width: 100%;
  }
  .edit-box .ok img {
    height: 100px;
  }
  .file-box {
    padding: 60px 20px;
  }
  .file-box .ico {
    width: 100px;
    height: 100px;
  }
  .file-box .ico img {
    height: 50px;
  }
  .menu-right {
    padding-top: 0 !important;
  }

  .lan-menu > .dropdown.active > ul {
    flex-wrap:wrap
  }
  .lan-menu > .dropdown.active > ul li a {
    height: 30px !important;line-height: 30px !important;
  }
  .lan-menu .dropdown.active {
    align-items: center;
  }
}
.lan-menu .dropdown > ul > li > a,
.lan-menu .dropdown > ul {
  max-width: none !important;
}
/*# sourceMappingURL=porum.css.map */