/**
 * Magazine css
 */
.startPop {
  z-index: 9997;
  overflow: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  overflow-y: scroll; }
  .startPop .modal_wrap {
    z-index: 9999;
    align-self: center;
    width: 100%;
    max-width: 832px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      .startPop .modal_wrap {
        width: 100%;
        padding: 0 16px;
        top: 10%;
        left: 0;
        right: 0; } }
  .startPop .modal_in {
    background: #fff;
    padding: 40px; }
    @media screen and (max-width: 960px) {
      .startPop .modal_in {
        padding: 40px 16px; } }
    .startPop .modal_in .pop_title {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.78;
      color: #333333;
      text-align: left;
      margin-bottom: 24px; }
      @media screen and (max-width: 600px) {
        .startPop .modal_in .pop_title {
          font-size: 16px;
          font-size: 1.6rem; } }
    .startPop .modal_in .contents {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      margin-bottom: 40px; }
      @media screen and (max-width: 600px) {
        .startPop .modal_in .contents {
          font-size: 12px;
          font-size: 1.2rem; } }
      .startPop .modal_in .contents img {
        max-width: 100%;
        max-height: 480px;
        width: auto !important;
        height: auto !important;
        display: block;
        margin: 24px auto 32px; }
        @media screen and (max-width: 600px) {
          .startPop .modal_in .contents img {
            width: 100% !important;
            height: auto !important;
            margin-top: 16px;
            width: 100%;
            max-height: initial; } }
      .startPop .modal_in .contents p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.88;
        margin-bottom: 16px;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 600px) {
          .startPop .modal_in .contents p {
            font-size: 12px;
            font-size: 1.2rem;
            margin-bottom: 12px; } }
      .startPop .modal_in .contents a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.38;
        margin-bottom: 16px;
        color: #c7b299; }
        @media screen and (max-width: 600px) {
          .startPop .modal_in .contents a {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 12px; } }
    .startPop .modal_in .display_setting {
      text-align: center;
      margin-bottom: 20px; 
      font-size:1.3rem!important; }
  .startPop .edit_btns .close_btm {
    margin-bottom: 0; }
  .startPop .close {
    position: absolute;
    top: -40px;
    right: -56px;
    height: 40px;
    width: 40px; }
    @media screen and (max-width: 960px) {
      .startPop .close {
        height: 24px;
        width: 24px;
        right: 12px;
        top: -36px; } }
    .startPop .close a {
      display: block;
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 960px) {
        .startPop .close a {
          height: 24px;
          width: 24px; } }
      .startPop .close a::before {
        content: "";
        height: 2px;
        display: block;
        background: #fff;
        position: relative;
        top: 20px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media screen and (max-width: 960px) {
          .startPop .close a::before {
            top: 12px; } }
      .startPop .close a::after {
        content: "";
        height: 2px;
        display: block;
        background: #fff;
        position: relative;
        top: 18px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media screen and (max-width: 960px) {
          .startPop .close a::after {
            top: 10px; } }

