* {
  box-sizing: border-box; }

.ideaListBox {
  width: 83.33333vw;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.60416vw; }
  @media screen and (max-width: 750px) {
    .ideaListBox {
      width: 89.33333vw;
      padding-bottom: 13.33333vw; } }
  .ideaListBox .imgLeftRow {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 2.60416vw;
    background-color: #fff; }
    @media screen and (max-width: 750px) {
      .ideaListBox .imgLeftRow {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 5.33333vw; } }
    @media screen and (min-width: 750px) {
      .ideaListBox .imgLeftRow:hover .infoPart {
        border-color: #0096df; } }
    .ideaListBox .imgLeftRow .imgBox {
      width: 41.66666vw;
      height: 20.83333vw;
      float: left; }
      @media screen and (max-width: 750px) {
        .ideaListBox .imgLeftRow .imgBox {
          float: unset;
          width: 100%;
          height: 44.66666vw; } }
      .ideaListBox .imgLeftRow .imgBox img {
        width: 100%;
        height: 100%;
        display: block; }
    .ideaListBox .imgLeftRow .infoPart {
      width: 41.66666vw;
      height: 20.83333vw;
      float: left;
      display: flex;
      flex-direction: column;
      padding-top: 3.125vw;
      padding-left: 4.16666vw;
      border-bottom: 0.15625vw solid #fff; }
      @media screen and (max-width: 750px) {
        .ideaListBox .imgLeftRow .infoPart {
          position: relative;
          float: unset;
          width: 100%;
          height: 60vw;
          padding: 8vw 6.66666vw 20.53333vw;
          background: #fff;
          border-bottom: none; }
          .ideaListBox .imgLeftRow .infoPart::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0.53333vw;
            background: #0096DF; } }
      .ideaListBox .imgLeftRow .infoPart .icon {
        width: 2.08333vw;
        height: 2.08333vw;
        margin-bottom: 1.77083vw; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgLeftRow .infoPart .icon {
            width: 8vw;
            height: 8vw;
            margin-bottom: 5.33333vw; } }
      .ideaListBox .imgLeftRow .infoPart h2 {
        font-size: 1.25vw;
        color: #000;
        margin-bottom: 1.04166vw;
        font-weight: bold; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgLeftRow .infoPart h2 {
            font-size: 4.26666vw;
            margin-bottom: 2.66666vw; } }
      .ideaListBox .imgLeftRow .infoPart h3 {
        text-transform: uppercase;
        font-size: 0.9375vw;
        color: #6e7071;
        margin-bottom: 1vw; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgLeftRow .infoPart h3 {
            font-size: 3.2vw;
            margin-bottom: 2.66666vw; } }
      .ideaListBox .imgLeftRow .infoPart p {
        font-size: 1.25vw;
        color: #6e7071;
        line-height: 1.8; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgLeftRow .infoPart p {
            font-size: 3.73333vw;
            line-height: 5.33333vw; } }
  .ideaListBox .imgRightRow {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 2.60416vw;
    background-color: #fff; }
    @media screen and (max-width: 750px) {
      .ideaListBox .imgRightRow {
        margin-bottom: 5.33333vw; } }
    @media screen and (min-width: 750px) {
      .ideaListBox .imgRightRow:hover .infoPart {
        border-color: #0096df; } }
    .ideaListBox .imgRightRow .imgBox {
      width: 41.66666vw;
      height: 20.83333vw;
      float: right; }
      @media screen and (max-width: 750px) {
        .ideaListBox .imgRightRow .imgBox {
          float: unset;
          width: 100%;
          height: 44.66666vw; } }
      .ideaListBox .imgRightRow .imgBox img {
        width: 100%;
        height: 100%;
        display: block; }
    .ideaListBox .imgRightRow .infoPart {
      width: 41.66666vw;
      height: 20.83333vw;
      float: left;
      display: flex;
      flex-direction: column;
      padding-top: 3.125vw;
      padding-left: 4.16666vw;
      border-bottom: 0.15625vw solid #fff; }
      @media screen and (max-width: 750px) {
        .ideaListBox .imgRightRow .infoPart {
          position: relative;
          float: unset;
          width: 100%;
          height: 60vw;
          box-sizing: border-box;
          padding: 8vw 5.33333vw 20vw;
          background: #fff;
          border-bottom: none; }
          .ideaListBox .imgRightRow .infoPart::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0.53333vw;
            background: #0096DF; } }
      .ideaListBox .imgRightRow .infoPart .icon {
        width: 2.08333vw;
        height: 2.08333vw;
        margin-bottom: 1.77083vw; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgRightRow .infoPart .icon {
            width: 8vw;
            height: 8vw;
            margin-bottom: 5.33333vw; } }
      .ideaListBox .imgRightRow .infoPart h2 {
        font-size: 1.25vw;
        color: #000;
        margin-bottom: 1.04166vw;
        font-weight: bold; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgRightRow .infoPart h2 {
            font-size: 4.26666vw;
            margin-bottom: 2.66666vw; } }
      .ideaListBox .imgRightRow .infoPart h3 {
        text-transform: uppercase;
        font-size: 0.9375vw;
        color: #6e7071;
        margin-bottom: 1.77083vw; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgRightRow .infoPart h3 {
            font-size: 3.2vw;
            margin-bottom: 2.66666vw; } }
      .ideaListBox .imgRightRow .infoPart p {
        font-size: 1.25vw;
        color: #6e7071; }
        @media screen and (max-width: 750px) {
          .ideaListBox .imgRightRow .infoPart p {
            font-size: 3.73333vw;
            line-height: 5.33333vw; } }
