﻿/*
// 2022/02/21 增加 D13_內頁_2欄圖文多項,rob2cPTs ... by Robin
// 220310 改為 IE 相容，不使用 display:grid
// 220321 內縮加一倍, 中小標可設  靠左/居中
*/

.rob2cPTs {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

  .rob2cPTs .box {
    /* display: grid;
          grid-template-columns: 50% 50%; */
  }

  .rob2cPTs .section {
    padding-left: 20px; /* 220321 10px 改為 20px*/
    padding-right: 20px; /* 220321 10px 改為 20px*/
    padding-bottom: 25px;
    text-align: center; /*圖片居中時要加上*/
    display: inline-block;
    width: 45%; /* 220321 48% 改為 45%*/
    vertical-align: top; /* inline-block 上緣對齊 */
  }

    .rob2cPTs .section img {
      width: 64%;
    }

    .rob2cPTs .section h3 {
      font-size: 24px;
      line-height: 28px;
      text-align: center;
    }
      .rob2cPTs .section h3.left {
        text-align: left;
      }

    .rob2cPTs .section h4 {
      font-size: 20px;
      line-height: 24px;
      text-align: center;
    }
      .rob2cPTs .section h4.left {
        text-align: left;
      }

    .rob2cPTs .section p {
      font-size: 18px;
      line-height: 27px;
      text-align: left;
    }
@media screen and (max-width: 1110px) {
  .rob2cPTs .section {
    width: 45%; /* 220321 47% 給為 45% */
    padding-left: 2%; /* 220321 1% 給為 2% */
    padding-right: 2%; /* 220321 1% 給為 2% */
  }
}
@media screen and (max-width: 700px) {
  .rob2cPTs .box {
    /*display: grid;
          grid-template-columns: 100%; */
  }

  .rob2cPTs .section {
    width: 96%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .rob2cPTs .section h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .rob2cPTs .section h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .rob2cPTs .section p {
    font-size: 16px;
    line-height: 20px;
  }
}
