/*===============inter-modal==================*/
.inter-modal {
  display: none; }

.link-inter {
  cursor: pointer;
}

.lightBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;}

.lightBox__inner {
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 100px 0;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .lightBox__inner {
      padding: 0 20px;
      width: 100%; } }
  .lightBox__inner .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .lightBox__inner .inner {
        display: block; } }
    .lightBox__inner .inner .img_box {
      width: 300px; }
      @media screen and (max-width: 767px) {
        .lightBox__inner .inner .img_box {
          width: 100%; } }
      .lightBox__inner .inner .img_box img {
        width: 100%;
        height: auto;
        display: block; }
    .lightBox__inner .inner .ct_box {
      width: calc(100% - 300px);
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        .lightBox__inner .inner .ct_box {
          width: 100%;
          padding-left: 0;
          margin-top: 20px; } }
      .lightBox__inner .inner .ct_box h3 {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: 0;
        margin-top: -7px;
        margin-bottom: 2px;
        color: #272C60; }
      .lightBox__inner .inner .ct_box .category {
        color: #fff;
        letter-spacing: 0.05em;
        background: #091045;
        padding: 2px 11px;
        font-size: 1.4rem; }
      .lightBox__inner .inner .ct_box dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
        margin-top: 15px;
        line-height: 28px;
        letter-spacing: 0;
        font-size: 1.4rem; }
        .lightBox__inner .inner .ct_box dl dt {
          width: 57px; }
        .lightBox__inner .inner .ct_box dl dd {
          width: calc(100% - 57px); }
  .lightBox__inner .lightBox__close {
    display: block;
    border: 1px solid #091045;
    border-radius: 40px;
    color: #091045;
    font-size: 1.6rem;
    font-weight: 600;
    width: 155px;
    height: 40px;
    margin: 30px auto 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    padding: 8px 0;
    letter-spacing: 0.05em;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .lightBox__inner .lightBox__close:hover {
        background: #091045;
        color: #fff; } }
    @media screen and (max-width: 767px) {
      .lightBox__inner .lightBox__close {
        width: 215px;
        height: 50px;
        margin: 24px auto 0; } }

        .lightBox__inner .contents img {
          width: auto;
          height: auto;
          display: block;
          max-width: 100%;
        }