﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  text-size-adjust: none;
  word-break: keep-all;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
  quotes: none;
  font-style: normal;
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  outline: 0; }

html, body {
  display: block; }

input[type="button"] {
  outline: none;
  cursor: pointer; }

button {
  background: none;
  cursor: pointer; }

input, button, select, textarea {
  appearance: none;
  font-family: "Noto Sans KR", sans-serif; }

video::-webkit-media-controls-panel {
  background-image: linear-gradient(transparent, transparent) !important; }

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #444; }
  body ::-webkit-scrollbar, body ::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    border-radius: 3px; }
  body ::-webkit-scrollbar, body ::-webkit-scrollbar-track-piece {
    background: transparent; }
  body ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #d8d8d8; }
  body ::-webkit-scrollbar-button {
    display: none; }

.btn-visited:before {
  background-image: url("/Content/images/soup/icon/ico-bbs-views.png"); }

[class^="btn_"] {
  display: inline-block;
  vertical-align: middle; }

.btn_rbox {
  padding: 8px 20px;
  line-height: 20px;
  font-size: 13px;
  background: #6246e4;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff; }

.btn_r-yellow {
  padding: 0 15px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #fcbc14;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff; }

.btn_r-purple {
  padding: 0 15px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #6246e4;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff; }
  .btn_r-purple:disabled, .btn_r-purple[disabled] {
    background: #c4c4c4; }

.btn_r-big {
  font-size: 20px;
  padding: 0 40px;
  line-height: 60px;
  border-radius: 30px;
  font-weight: bold; }

.btn_box-purple, .ajs-button {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background: #6246e4;
  color: #ffffff;
  line-height: 20px;
  padding: 17px 20px; }
  .btn_box-purple:disabled, .btn_box-purple[disabled], .ajs-button:disabled, .ajs-button[disabled] {
    background: #c4c4c4; }

.btn_box-gray, .ajs-cancel {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background: #c4c4c4;
  color: #ffffff;
  line-height: 20px;
  padding: 17px 20px; }

.btn_box {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  background: #ffffff;
  color: #6246e4;
  line-height: 20px;
  padding: 16px 20px;
  border: 1px solid #6246e4; }
  .btn_box:disabled, .btn_box[disabled] {
    color: #c4c4c4;
    border-color: #c4c4c4; }

.btn_text {
  color: #848484;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  width: 100%;
  padding: 20px;
  line-height: 18px; }

.ps_rev_input-c {
  border-radius: 4px;
  border: solid 1px #ccc;
  background-color: #ffffff;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  line-height: 20px; }
  .ps_rev_input-c::placeholder {
    font-weight: 500;
    color: #cdcdcd; }
  .ps_rev_input-c::-webkit-input-placeholder {
    font-weight: 500;
    color: #cdcdcd; }
  .ps_rev_input-c::-moz-placeholder {
    font-weight: 500;
    color: #cdcdcd; }
  .ps_rev_input-c:not(:read-only):focus {
    box-shadow: 0 4px 16px 0 rgba(39, 39, 39, 0.08);
    border-color: #272727; }
  .ps_rev_input-c:read-only {
    background: #e9e9e9;
    border-color: #ccc; }

.ps_rev_radio-custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  cursor: pointer; }
  .ps_rev_radio-custom input {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: block;
    cursor: pointer; }
    .ps_rev_radio-custom input:checked {
      border-color: #6246e4;
      background: #6246e4;
      box-shadow: inset 0 0 0 3px #ffffff, 0 0 0 1px #6246e4; }

.ps_rev_chkbox-custom-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #d6d6d6;
  margin: -3px 10px 0 0;
  border-radius: 2px;
  cursor: pointer; }
  .ps_rev_chkbox-custom-box input {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    cursor: pointer; }
    .ps_rev_chkbox-custom-box input:checked {
      background: #6246e4; }
  .ps_rev_chkbox-custom-box:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translate(-50%, -60%) rotate(45deg);
    border-color: #ffffff; }

.text-danger {
  font-weight: 500;
  color: #f20000;
  padding-top: 5px; }

.break-text {
  display: block; }

.inner {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: content-box; }

.wrap {
  display: flex;
  min-height: 100vh;
  justify-content: space-between;
  flex-direction: column; }

.contents {
  padding: 130px 0 70px; }

.ptit {
  padding: 0 16px 30px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box; }
  .ptit .ptit-header {
    font-size: 36px;
    color: #272727; }
  .ptit .ptit-description {
    color: #5d5d5d;
    font-size: 18px;
    padding-top: 7px;
    font-weight: 500;
    max-width: 1200px;
    margin: 0 auto; }
  .ptit.bg {
    background: url("../../images/plsoup/layout/background-ptit.png") no-repeat 50% 50%;
    background-size: cover;
    padding: 70px 0;
    max-width: none;
    width: 100%;
    margin-top: 60px; }
    .ptit.bg .ptit-header {
      font-size: 44px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 16px; }
    .ptit.bg + .contents {
      padding-top: 80px; }
    .ptit.bg .ptit-description {
      padding-left: 16px;
      padding-right: 16px; }

.ptit_subp {
  padding: 10px 0 35px;
  border-bottom: 2px solid #272727; }
  .ptit_subp .ptit_subp-header {
    font-size: 26px;
    color: #272727; }

.plsoup_tab {
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #272727;
  margin-bottom: 30px; }
  .plsoup_tab a {
    display: inline-block;
    padding: 0 20px;
    min-width: 70px;
    border: 1.5px solid #eeeef1;
    text-align: center;
    color: #9b9ba0;
    line-height: 37px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    background: #eeeef1; }
    .plsoup_tab a.plsoup_tab-active {
      color: #6246e4;
      background: #ffffff;
      border-color: #6246e4; }
    .plsoup_tab a + a {
      margin-left: 16px; }

.label_yellow {
  display: inline-block;
  color: #ffffff;
  background: #fcbc14;
  font-size: 16px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 20px; }

.swiper {
  touch-action: pan-y; }
  .swiper:active {
    cursor: grab; }

.swiper-pagination {
  text-align: center;
  padding-top: 18px;
  line-height: 6px; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #d5d5d5;
    display: inline-block;
    vertical-align: top; }
    .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
      margin-left: 8px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #6246e4; }

.swiper-button-prev, .swiper-button-next {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer; }
  .swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after {
    content: '';
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%; }
  .swiper-button-prev:before, .swiper-button-next:before {
    width: 8px;
    height: 8px;
    border-top: 2px solid #272727;
    border-right: 2px solid #272727;
    margin: -5px 0 0 -10px;
    transform: rotate(-135deg);
    border-radius: 2px; }
  .swiper-button-prev:after, .swiper-button-next:after {
    width: 20px;
    height: 2px;
    background: #272727;
    border-radius: 1px;
    margin: -1px 0 0 -10px;
    vertical-align: middle; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    cursor: default; }
    .swiper-button-prev.swiper-button-disabled:before, .swiper-button-next.swiper-button-disabled:before {
      border-color: #d5d5d5; }
    .swiper-button-prev.swiper-button-disabled:after, .swiper-button-next.swiper-button-disabled:after {
      background: #d5d5d5; }

.swiper-button-next {
  margin-left: 46px; }
  .swiper-button-next:before {
    margin: -5px 0 0 0;
    transform: rotate(45deg); }

.subp_swipe_grid {
  overflow: hidden; }
  .subp_swipe_grid .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important; }
  .subp_swipe_grid .swiper-slide {
    position: relative;
    width: 100%; }

.ps_rev_table {
  font-weight: 500;
  line-height: 24px;
  text-align: center; }
  .ps_rev_table .ps_rev_table-header {
    display: flex;
    height: 47px;
    color: #858585;
    width: 100%;
    font-size: 14px;
    padding-bottom: 6px; }
    .ps_rev_table .ps_rev_table-header > b {
      font-weight: 500;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .ps_rev_table .ps_rev_table-list {
    color: #272727;
    font-size: 16px; }
    .ps_rev_table .ps_rev_table-list li {
      display: flex;
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
      border: solid 1px #d6d6d6;
      background-color: #fff; }
      .ps_rev_table .ps_rev_table-list li > a {
        display: flex;
        width: 100%; }
      .ps_rev_table .ps_rev_table-list li > span, .ps_rev_table .ps_rev_table-list li > a > span {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .ps_rev_table .ps_rev_table-list li + li {
        margin-top: 16px; }

.numbering-pagination {
  text-align: center;
  font-size: 0; }
  .numbering-pagination a {
    display: inline-block;
    vertical-align: middle;
    color: #272727;
    font-size: 14px;
    min-width: 34px;
    padding: 0 5px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 5px;
    border-radius: 4px; }
    .numbering-pagination a.current {
      color: #ffffff;
      background: #6246e4; }
    .numbering-pagination a.prev, .numbering-pagination a.next {
      position: relative;
      height: 34px;
      text-indent: -1000em;
      box-shadow: inset 0 0 0 1px #ddd; }
      .numbering-pagination a.prev:before, .numbering-pagination a.next:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        border: 1px solid #272727;
        border-width: 1px 0 0 1px;
        transform: rotate(-45deg);
        margin: -3px 0 0 -2px;
        content: ''; }
    .numbering-pagination a.next:before {
      transform: rotate(135deg); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  font-weight: 500; }
  .header .inner, .header .navigation, .header .navigation ul {
    display: flex;
    justify-content: space-between; }
  .header .logo {
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .header.transparent {
    border-color: rgba(255, 255, 255, 0.32);
    background: none; }
    .header.transparent .logo {
      background: url(../../images/plsoup/layout/logo_white.png) no-repeat 0 50%;
      background-size: contain; }
      .header.transparent .logo img {
        opacity: 0; }
    .header.transparent .navigation a {
      text-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
      color: #ffffff; }
    .header.transparent .navigation .user-menu {
      justify-content: flex-start; }
      .header.transparent .navigation .user-menu a {
        color: #ffffff; }
      .header.transparent .navigation .user-menu li:first-child:last-child > a:after {
        border-top-color: #ffffff; }
      .header.transparent .navigation .user-menu li + li:before {
        background: rgba(255, 255, 255, 0.63); }
      .header.transparent .navigation .user-menu small a {
        color: #444;
        text-shadow: none; }
    .header.transparent .navigation .service-menu a:hover span {
      color: #ffffff;
      box-shadow: inset 0 -3px 0 #ffffff, 0 1px 0 #ffffff; }
  .header .navigation {
    width: 100%;
    padding: 0 15px 0; }
    .header .navigation a {
      line-height: 36px;
      font-size: 15px;
      color: #272727;
      display: block; }
    .header .navigation .service-menu {
      justify-content: center;
      width: 100%; }
      .header .navigation .service-menu span {
        display: block;
        padding: 12px 0;
        line-height: 36px; }
      .header .navigation .service-menu a {
        padding: 0 26px; }
        .header .navigation .service-menu a:hover span {
          color: #6246e4;
          box-shadow: inset 0 -3px 0 #6246e4, 0 1px 0 #6246e4; }
    .header .navigation .user-menu a {
      padding: 12px 15px;
      color: #444;
      font-size: 13px;
      white-space: nowrap; }
    .header .navigation .user-menu li {
      position: relative; }
      .header .navigation .user-menu li + li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 16px;
        background: #444;
        margin-top: -6px; }
      .header .navigation .user-menu li.open small {
        display: block; }
      .header .navigation .user-menu li:first-child:last-child > a:after {
        content: '';
        border: 4px solid transparent;
        border-top-color: rgba(68, 68, 68, 0.8);
        display: inline-block;
        vertical-align: middle;
        margin: -1px 0 0 11px; }
    .header .navigation .user-menu small {
      display: none;
      position: absolute;
      top: 100%;
      margin-top: -9px;
      right: -4px;
      min-width: 120px;
      padding: 12px 0;
      border-radius: 8px;
      box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.22);
      border: solid 1px #d6d6d6;
      background-color: #fff; }
      .header .navigation .user-menu small a {
        position: relative;
        padding: 0 12px;
        line-height: 33px;
        font-size: 12px; }
  .header .quick-menu {
    padding: 12px 0; }
  .header .menu {
    display: none; }
  .header a:hover, .header a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0; }
  .header ul, .header ol {
    margin: 0; }
  .header a.btn-start:hover, .header a.btn-start:focus {
    color: #ffffff; }

.footer {
  padding: 3.57em 0;
  background-color: #3f3f3f;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 1.45; }
  .footer .logo {
    padding-right: 60px; }
    .footer .logo img {
      height: 2em;
      max-width: none; }
  .footer .logo, .footer .copyright, .footer .info {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .footer .inner {
    display: flex;
    justify-content: space-between; }
  .footer .footer-content {
    width: 100%; }
  .footer .copyright {
    white-space: nowrap; }
  .footer .footer-menu {
    font-weight: bold;
    padding-bottom: 0.7em;
    color: #d4d4d4; }
    .footer .footer-menu a {
      position: relative;
      color: #e9e9e9; }
      .footer .footer-menu a + a {
        margin-left: 3.4em; }
        .footer .footer-menu a + a:before {
          content: '';
          position: absolute;
          left: -1.7em;
          width: 1px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          background: #e9e9e9; }
  .footer .footer-company + .footer-company {
    margin-top: 0.42em; }
  .footer .footer-company p {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 1.7em; }

.ajs-hidden > div {
  display: none; }

.ajs-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  text-align: center; }
  .ajs-modal .ajs-dialog {
    position: relative;
    top: 50%;
    display: inline-block;
    min-width: 380px;
    border-radius: 8px;
    box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.31);
    background-color: #fff;
    transform: translateY(-50%); }
  .ajs-modal .ajs-header, .ajs-modal .ajs-commands, .ajs-modal .ajs-reset {
    display: none; }
  .ajs-modal .ajs-body {
    padding: 26px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 112px;
    font-weight: bold;
    color: #272727; }
  .ajs-modal .ajs-buttons {
    display: flex;
    justify-content: space-between; }
    .ajs-modal .ajs-buttons .ajs-button {
      width: calc(50% - 6px); }
      .ajs-modal .ajs-buttons .ajs-button:last-child:first-child {
        width: 100%; }
  .ajs-modal .ajs-footer {
    padding: 0 40px 26px; }

#popup_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11; }

.popup {
  display: none;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow: hidden;
  max-width: calc(100% - 32px); }
  .popup .ly-title {
    padding: 28px 30px 30px;
    font-size: 24px;
    font-weight: bold;
    color: #272727; }
  .popup .ly-content {
    margin: 0 30px;
    padding-bottom: 30px; }
  .popup .btn_r-purple {
    width: 100%;
    display: block; }
  .popup .btn_box {
    border-color: #c2c2c2;
    color: #5b5b5b; }

.ps_rev_register-private, .ps_rev_register-used {
  width: 440px; }
  .ps_rev_register-private .ly-content, .ps_rev_register-used .ly-content {
    max-height: 450px;
    overflow: auto;
    font-size: 14px;
    color: #686868;
    line-height: 21px; }
  .ps_rev_register-private .ly-close, .ps_rev_register-used .ly-close {
    width: 100%;
    border-radius: 0; }

.callenge_item {
  padding-top: 40px;
  max-height: 368px; }
  .callenge_item span {
    display: block;
    padding: 0 16px; }
  .callenge_item a {
    display: block;
    padding-bottom: 24px;
    border: solid 1px #d5d5d5;
    border-bottom-width: 0;
    border-radius: 16px 16px 0 0;
    background-color: #ffffff; }
  .callenge_item .callenge_item-tit {
    display: block;
    padding: 0 16px;
    font-size: 20px;
    color: #272727;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    max-width: 250px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden; }
  .callenge_item .callenge_item-thumb {
    height: 180px;
    background: no-repeat 50% 50%;
    background-size: cover;
    border-radius: 16px 16px 0 0; }
  .callenge_item .callenge_item-name {
    font-weight: 500;
    padding: 16px 16px 19px; }
    .callenge_item .callenge_item-name .avatar {
      display: inline-block;
      vertical-align: middle;
      margin: -3px 10px 0 0;
      width: 34px;
      height: 34px;
      background: no-repeat 50% 50%;
      background-size: cover;
      border-radius: 100%; }

.callenge_item-actions {
  border: solid 1px #d5d5d5;
  background-color: #ffffff;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  font-size: 14px;
  padding: 0 16px;
  display: flex;
  border-top: solid 1px #d5d5d5;
  height: 60px;
  justify-content: space-between;
  /*    .btn-reply:before {background-image:url('../../images/plsoup/icons/ico-reply.png');}*/ }
  .callenge_item-actions button {
    margin-left: 15px; }
    .callenge_item-actions button:last-child {
      margin-right: 15px; }
    .callenge_item-actions button:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin: -3px 8px 0 0;
      background: no-repeat 50% 50%;
      background-size: contain; }
  .callenge_item-actions .btn-like:before {
    background-image: url("../../images/plsoup/icons/ico-like.png"); }
  .callenge_item-actions .btn-like.on:before {
    background-image: url("../../images/plsoup/icons/ico-like-on.png"); }
  .callenge_item-actions .btn-reply:before {
    /*background-image: url('../../images/plsoup/icons/ico-hit.png');*/
    background-image: url("../../images/plsoup/icons/ico-hit-2.png"); }
  .callenge_item-actions .btn-download:before {
    background-image: url("../../images/plsoup/icons/ico-download.png"); }
  .callenge_item-actions .btn-code:before {
    background-image: url("../../images/plsoup/icons/ico-download-2.png"); }

@media screen and (max-width: 1100px) {
  body {
    font-size: 14px; }
  .header .navigation {
    padding: 0; }
    .header .navigation .service-menu a {
      padding: 0 15px;
      font-size: 14px; }
    .header .navigation .user-menu a {
      padding: 12px 10px;
      font-size: 12px; }
  .footer {
    position: relative;
    padding-left: 120px; }
    .footer .inner, .footer .logo, .footer .copyright, .footer .info {
      display: block; }
    .footer .logo {
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -10px; }
      .footer .logo img {
        height: 20px; }
    .footer .copyright {
      padding-top: 0.5em; }
    .footer .footer-menu a + a {
      margin-left: 2em; }
      .footer .footer-menu a + a:before {
        left: -1em; } }

@media screen and (max-width: 900px) {
  .header .navigation .service-menu a {
    padding: 0 10px; }
  .header .btn-start {
    padding: 8px 10px; } }

@media screen and (max-width: 800px) {
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 6px; }
  .ps_rev_register-private .ly-content, .ps_rev_register-used .ly-content {
    max-height: 310px; }
  .ajs-modal {
    font-size: 16px; }
    .ajs-modal .ajs-dialog {
      max-width: calc(100% - 32px);
      min-width: calc(100% - 32px); }
    .ajs-modal .ajs-footer {
      padding: 0 20px 26px; }
  .ajs-button, .ajs-cancel {
    font-size: 14px;
    padding: 11px; }
  .contents {
    padding: 106px 0 50px; }
  .callenge_item {
    padding: 16px 0 0 8px; }
    .callenge_item a {
      font-size: 10px;
      padding-bottom: 20px;
      border-bottom-width: 1px;
      border-radius: 9px; }
    .callenge_item span {
      padding: 0 8px; }
    .callenge_item .callenge_item-name {
      font-size: 12px;
      padding: 15px 8px 8px; }
      .callenge_item .callenge_item-name .avatar {
        width: 20px;
        height: 20px;
        margin-right: 8px; }
    .callenge_item .callenge_item-tit {
      font-size: 14px;
      padding: 0 8px 4px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .callenge_item .callenge_item-thumb {
      height: 100px;
      border-radius: 9px 9px 0 0; }
  .callenge_item-actions {
    display: none; }
  .ptit .ptit-header {
    font-size: 26px; }
  .ptit .ptit-description {
    padding-top: 6px;
    font-size: 14px; }
  .ptit.bg {
    padding: 29px 0 30px;
    margin-top: 56px; }
    .ptit.bg + .contents {
      padding-top: 40px; }
    .ptit.bg .ptit-header {
      font-size: 24px; }
  .ptit_subp .ptit_subp-header {
    font-size: 20px; }
  .plsoup_tab {
    padding-bottom: 24px;
    margin-bottom: 24px; }
    .plsoup_tab a {
      font-size: 14px;
      line-height: 33px;
      border-radius: 18px; }
  .label_yellow {
    line-height: 22px;
    border-radius: 11px;
    font-size: 12px;
    padding: 0 11px; }
  .header .logo img {
    height: 23px; }
  .header .navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 360px;
    background: #ffffff;
    padding: 0;
    transform: translateX(-100%);
    min-height: 100%;
    overflow: auto;
    transition: 0.5s transform ease-in-out; }
    .header .navigation .service-menu {
      display: block;
      clear: both;
      border-top: 1px solid #e6e6e6;
      padding: 36px 0 39px; }
      .header .navigation .service-menu a {
        padding: 0 32px;
        font-size: 24px;
        line-height: 40px;
        font-weight: bold; }
        .header .navigation .service-menu a:hover span {
          box-shadow: none; }
    .header .navigation:before {
      content: '';
      width: 107px;
      height: 23px;
      float: left;
      background: url("../../images/plsoup/layout/logo.png") no-repeat 0 50%;
      background-size: contain;
      margin: 17px 16px; }
    .header .navigation .close {
      float: right;
      width: 55px;
      height: 56px;
      position: relative; }
      .header .navigation .close::before, .header .navigation .close::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 1.5px;
        top: 50%;
        left: 50%;
        border-radius: 1px;
        margin: -1px 0 0 -12px;
        background: #272727;
        transform: rotate(45deg); }
      .header .navigation .close:after {
        transform: rotate(-45deg); }
    .header .navigation .user-menu {
      padding: 0 18px;
      justify-content: flex-start; }
      .header .navigation .user-menu li > a:not(:last-child) {
        display: none; }
      .header .navigation .user-menu small {
        position: static;
        display: flex;
        box-shadow: none;
        border: 0; }
        .header .navigation .user-menu small a + a:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 1px;
          height: 16px;
          background: #444;
          margin-top: -6px; }
      .header .navigation .user-menu small a, .header .navigation .user-menu a {
        text-shadow: none;
        padding: 0 14px;
        font-size: 16px;
        font-weight: bold; }
  .header .menu {
    display: inline-block;
    padding: 12px;
    margin-right: -12px; }
    .header .menu::before, .header .menu::after, .header .menu span {
      content: '';
      display: block;
      width: 18px;
      height: 2px;
      border-radius: 1px;
      background: #272727; }
    .header .menu span {
      margin: 3px 0; }
      .header .menu span:before {
        content: ''; }
  .header .quick-menu {
    padding: 9px 0; }
  .header.transparent .menu:before, .header.transparent .menu:after, .header.transparent .menu span {
    background: #ffffff; }
  .header.transparent .navigation a {
    color: #272727;
    text-shadow: none; }
    .header.transparent .navigation a:hover {
      color: #272727; }
  .header.transparent .navigation .user-menu a {
    color: #444;
    text-shadow: none; }
  .header.transparent .navigation .user-menu small a + a:before, .header.transparent .navigation .user-menu li + li::before {
    background: #444; }
  .header.show .navigation {
    transform: translateX(0);
    z-index: 1; }
  .header.show .menu span:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #272727;
    opacity: 0.6; }
  .footer {
    font-size: 12px;
    padding-left: 0; }
    .footer .logo {
      position: static;
      padding-bottom: 1em; }
  .btn_r-yellow {
    line-height: 36px; }
  .btn_r-big {
    line-height: 46px;
    padding: 0 26px;
    font-size: 15px;
    border-radius: 23px; }
  .popup .ly-title {
    font-size: 18px;
    padding: 34px 20px 33px; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .header .navigation:before {
    background-image: url("../../images/plsoup/layout/logo@2x.png"); }
  .header.transparent .logo {
    background-image: url("../../images/plsoup/layout/logo_white@2x.png"); }
  .ptit.bg {
    background-image: url("../../images/plsoup/layout/background-ptit@2x.png"); }
  .callenge_item-actions .btn-like:before {
    background-image: url("../../images/plsoup/icons/ico-like@2x.png"); }
  .callenge_item-actions .btn-reply:before {
    background-image: url("../../images/plsoup/icons/ico-reply@2x.png"); }
  .callenge_item-actions .btn-download:before {
    background-image: url("../../images/plsoup/icons/ico-download@2x.png"); }
  .callenge_item-actions .btn-code:before {
    background-image: url("../../images/plsoup/icons/ico-download-2@2x.png"); } }

@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .navigation:before {
    background-image: url("../../images/plsoup/layout/logo@3x.png"); }
  .transparent .logo {
    background-image: url("../../images/plsoup/layout/logo_white@3x.png"); }
  .ptit.bg {
    background-image: url("../../images/plsoup/layout/background-ptit@3x.png"); }
  .callenge_item-actions .btn-like:before {
    background-image: url("../../images/plsoup/icons/ico-like@3x.png"); }
  .callenge_item-actions .btn-reply:before {
    background-image: url("../../images/plsoup/icons/ico-reply@3x.png"); }
  .callenge_item-actions .btn-download:before {
    background-image: url("../../images/plsoup/icons/ico-download@3x.png"); }
  .callenge_item-actions .btn-code:before {
    background-image: url("../../images/plsoup/icons/ico-download-2@3x.png"); } }
