/* CSS Document */
/* COMMON-PARTS-------------------------------------------*/
.page-bd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: initial; }

.breadcrumb-box {
  background: #fff; }

.qsy-mv {
  background: #fff;
  padding-bottom: 32px; }

.qsy-day {
  background: #3FB14A; }
  .qsy-day .day-list {
    display: block;
    text-align: center;
    padding: 16px 18px; }
    .qsy-day .day-list .open {
      font-size: 12px;
      font-weight: 500;
      color: #3FB14A;
      width: fit-content;
      background: #F6FEE7;
      padding: 4px 16px;
      border-radius: 100px;
      margin: 0 auto 8px; }
    .qsy-day .day-list .day {
      font-size: 16px;
      font-weight: bold;
      color: #fff; }

.mds-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
  font-size: 30px;
  color: #3FB14A;
  position: relative; }
  .mds-ttl::before {
    content: '';
    display: block;
    width: 50px;
    height: 70px;
    background: url(/assets/images/spring_hunt_answer/sp-left.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 53%); }
  .mds-ttl::after {
    content: '';
    display: block;
    width: 50px;
    height: 70px;
    background: url(/assets/images/spring_hunt_answer/sp-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: calc(50% - 53%); }

.qsy-mid {
  position: relative;
  opacity: 0;
  transition: all .5s;
  padding: 24px 0;
  background-repeat: no-repeat;
  background-position: -40px top, top right;
  background-size: 90px auto, 120px auto;
  margin-bottom: 0;
  text-align: center; }
  .qsy-mid .box-inner {
    margin: 0 auto; }
  .qsy-mid .read {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 20px; }
    .qsy-mid .read span {
      display: block;
      margin-top: 20px;
      font-size: 10px;
      line-height: 18px;
      font-weight: 400; }
  .qsy-mid .read02 {
    max-width: 680px;
    width: 100%;
    height: 120px;
    position: relative;
    margin: 0 auto; }
    .qsy-mid .read02 span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 100%;
      font-size: 30px;
      line-height: 32px;
      font-weight: bold; }
  .qsy-mid .inner-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    position: relative; }
    .qsy-mid .inner-list::after, .qsy-mid .inner-list::before {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      display: block;
      height: 100%;
      width: 1px;
      background: #2c2c2c; }
    .qsy-mid .inner-list::before {
      height: 1px;
      width: 100%; }
    .qsy-mid .inner-list li {
      width: 50%;
      height: 100%;
      position: relative;
      display: block;
      text-align: center; }
      .qsy-mid .inner-list li a {
        display: block;
        height: 100%;
        font-size: 3vw;
        position: relative;
        text-align: left;
        padding-left: 50px;
        height: 50px; }
        .qsy-mid .inner-list li a .category-name {
          padding-right: 10px;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          padding-left: 50px;
          transform: translateY(-50%) translateX(-50%); }
        .qsy-mid .inner-list li a .category-nav-icon {
          position: absolute;
          top: 0;
          left: 10px;
          bottom: 0;
          margin: auto;
          display: block;
          width: 30px;
          height: 100%; }
        .qsy-mid .inner-list li a svg.category-list-icon {
          width: 30px; }

.article-box:after {
  display: none; }

.article-box-wrap {
  padding-bottom: 20px;
  margin-bottom: 0px;
  background: #F6FEE7; }
  .article-box-wrap .category-ttl {
    margin: 32px 0 48px; }

.article-box .art-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left; }
  .article-box .art-list li {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #3FB14A;
    padding: 15px 15px 32px 15px;
    margin-top: 16px;
    position: relative; }
    .article-box .art-list li:nth-child(1) {
      margin-top: 0; }
    .article-box .art-list li:last-child {
      border: none;
      width: 100%;
      padding: 0; }
    .article-box .art-list li .li-head .thum {
      position: relative;
      overflow: hidden; }
      .article-box .art-list li .li-head .thum .logo-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%; }
    .article-box .art-list li .li-head .about {
      width: calc(65% - 10px); }
      .article-box .art-list li .li-head .about .floor {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px; }
      .article-box .art-list li .li-head .about .name {
        font-size: 22px;
        line-height: 28px;
        margin: 24px 0 0;
        font-weight: bold; }
      .article-box .art-list li .li-head .about .line {
        width: 160%; }
      .article-box .art-list li .li-head .about .category {
        color: #969696;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px; }
        .article-box .art-list li .li-head .about .category .child {
          display: block;
          color: #969696;
          font-size: 12px;
          line-height: 20px; }
        .article-box .art-list li .li-head .about .category a {
          color: #969696;
          transition: 0.4s;
          display: inline-block; }
      .article-box .art-list li .li-head .about .limit {
        background: #F8F8F8;
        color: #D05050;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 0; }
    .article-box .art-list li .txt {
      font-size: 16px;
      font-weight: 500;
      margin: 16px 0 24px;
      color: #3FB14A; }
      .article-box .art-list li .txt span {
        display: inline-block; }
    .article-box .art-list li .answer-area {
      text-align: center;
      width: 100%; }
      .article-box .art-list li .answer-area .tglbtn {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-radius: 100px;
        padding: 16px 0;
        cursor: pointer;
        background: #E95E49; }
        .article-box .art-list li .answer-area .tglbtn img {
          transition: 0.4s;
          vertical-align: middle; }
        .article-box .art-list li .answer-area .tglbtn.active img {
          transform: rotate(180deg); }
        .article-box .art-list li .answer-area .tglbtn span {
          margin-right: 16px;
          vertical-align: middle; }
      .article-box .art-list li .answer-area .tglArea {
        position: absolute;
        top: 103%;
        left: 0;
        width: 100%;
        border-radius: 5px;
        padding: 20px;
        background: #FCEAEA;
        color: #D05050;
        z-index: 10;
        display: none; }
        .article-box .art-list li .answer-area .tglArea img {
          margin: 15px 0;
          cursor: pointer; }
        .article-box .art-list li .answer-area .tglArea .about-txt {
          font-size: 12px; }

@media screen and (min-width: 769px) {
  .page-bd {
    background: url(/assets/images/spring_hunt_answer/bg-box.png);
    background-repeat: repeat-y;
    background-size: contain; }

  .qsy-day .day-list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0; }
    .qsy-day .day-list .open {
      font-size: 16px;
      padding: 6px 32px;
      margin: 0 24px 0 0; }
    .qsy-day .day-list .day {
      font-size: 28px; }

  .mds-ttl::before {
    content: '';
    display: block;
    width: 32px;
    height: 50px;
    background: url(/assets/images/spring_hunt_answer/pc-left.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: calc(50% - 260px); }
  .mds-ttl::after {
    content: '';
    display: block;
    width: 32px;
    height: 50px;
    background: url(/assets/images/spring_hunt_answer/pc-right.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: calc(50% - 260px); }

  .article-box-wrap {
    padding-bottom: 180px;
    margin-bottom: 0px;
    background: linear-gradient(270deg, transparent 0%, transparent 8%, #F6FEE7 8%, #F6FEE7 100%); }

  .qsy-mid {
    padding: 60px 0 53px;
    font-size: 24px;
    font-weight: bold; }
    .qsy-mid .read {
      font-size: 16px;
      line-height: 32px; }
    .qsy-mid .read02 {
      height: 220px;
      margin: -20px auto 0 auto; }
    .qsy-mid .box-inner {
      margin: 0 auto; }
    .qsy-mid .inner-list {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      width: 100%;
      padding: 20px 0;
      border-top: 1px solid #2c2c2c;
      border-bottom: 1px solid #2c2c2c; }
      .qsy-mid .inner-list::after, .qsy-mid .inner-list::before {
        display: none; }
      .qsy-mid .inner-list li {
        width: 25%;
        height: 100%;
        position: relative;
        display: block;
        text-align: center; }
        .qsy-mid .inner-list li::after {
          content: " ";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 1px;
          height: 90px;
          background: #2c2c2c; }
        .qsy-mid .inner-list li a {
          display: block;
          height: 100%;
          font-size: 0.7vw;
          padding: 0;
          text-align: center; }
          .qsy-mid .inner-list li a .category-name {
            position: inherit;
            top: inherit;
            left: inherit;
            width: auto;
            padding: 0;
            transform: inherit; }
          .qsy-mid .inner-list li a .category-nav-icon {
            position: inherit;
            top: inherit;
            left: inherit;
            bottom: inherit;
            margin: 0 auto;
            display: block;
            width: auto;
            height: auto; }
          .qsy-mid .inner-list li a svg.category-list-icon {
            width: auto;
            margin: 0 auto; }
        .qsy-mid .inner-list li:last-child::after {
          display: none; }

  .article-box .art-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: left; }
    .article-box .art-list li {
      width: 47.5%;
      border-radius: 24px;
      border: 2px solid #3FB14A;
      padding: 32px 32px 48px;
      margin-top: 48px; }
      .article-box .art-list li:nth-child(1), .article-box .art-list li:nth-child(2) {
        margin-top: 0; }
      .article-box .art-list li:last-child {
        width: 50%;
        padding: 53px 0 0; }
      .article-box .art-list li .li-head {
        width: 100%;
        text-align: left; }
        .article-box .art-list li .li-head .thum {
          position: relative;
          overflow: hidden; }
          .article-box .art-list li .li-head .thum .logo-img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            width: 100%; }
        .article-box .art-list li .li-head .about {
          width: calc(100% - 135px); }
          .article-box .art-list li .li-head .about .floor {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 10px; }
          .article-box .art-list li .li-head .about .name {
            font-size: 24px;
            line-height: 28px;
            margin: 24px 0 0; }
          .article-box .art-list li .li-head .about .category {
            color: #969696;
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 10px; }
            .article-box .art-list li .li-head .about .category a {
              color: #969696;
              transition: 0.4s;
              display: inline-block; }
          .article-box .art-list li .li-head .about .limit {
            background: #F8F8F8;
            color: #D05050;
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            padding: 4px 0; }
      .article-box .art-list li .txt {
        font-size: 18px;
        margin: 16px 0 32px; }
      .article-box .art-list li .answer-area {
        text-align: center;
        width: 100%; }
        .article-box .art-list li .answer-area .tglbtn {
          font-size: 22px;
          padding: 18px 0;
          cursor: pointer; }
          .article-box .art-list li .answer-area .tglbtn img {
            width: 87px;
            transition: 0.4s; }
          .article-box .art-list li .answer-area .tglbtn.active img {
            transform: rotate(180deg); }
        .article-box .art-list li .answer-area .tglArea {
          position: absolute;
          top: 103%;
          left: 0;
          width: 100%;
          border-radius: 5px;
          padding: 20px 30px;
          background: #FCEAEA;
          color: #D05050;
          z-index: 10;
          display: none; }
          .article-box .art-list li .answer-area .tglArea img {
            margin: 15px 0;
            cursor: pointer; }
          .article-box .art-list li .answer-area .tglArea .about-txt {
            font-size: 12px; } }
