.cardList .Img, .cardList p, .cardList .item .Img::before, .cardList .item .Img img, .newsInfoIdxBox, .newsClassTitle, .articleTitle, .newsIdxActivityBox, .newsInsArea .textEditor, .newsInsArea .textEditor + .btnBox, .newsInsActivityBox, .popDateBox {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.cardList p, .newsInfoIdxBox, .newsClassTitle, .articleTitle, .newsIdxActivityBox, .newsInsArea .textEditor, .newsInsArea .textEditor + .btnBox, .newsInsActivityBox, .cardList .Img, .popDateBox {
  opacity: 0; }

.cardList p, .newsInfoIdxBox, .newsClassTitle, .articleTitle, .newsIdxActivityBox, .newsInsArea .textEditor, .newsInsArea .textEditor + .btnBox, .newsInsActivityBox {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.cardList.vertical > li.show .Img, .cardList.vertical > li.show .newsInfoIdxBox, .cardList.vertical > li.show .newsIdxActivityBox, .cardList.vertical > li.show p, .cardList .show .newsClassTitle, .newsInsArea.show .popDateBox, .newsInsArea.show .newsInsActivityBox, .newsInsArea.show .newsClassTitle, .newsInsArea.show .articleTitle, .newsInsArea.show .textEditor, .newsInsArea.show .textEditor + .btnBox {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.cardList {
  padding-top: 20px; }
  @media (min-width: 1241px) {
    .cardList.vertical > li:first-child .Img {
      width: 740px; }
      .cardList.vertical > li:first-child .Img + .Txt {
        max-width: calc(100% - 740px); } }
  @media (min-width: 961px) and (max-width: 1240px) {
    .cardList.vertical > li:first-child .Img {
      width: 50%; }
      .cardList.vertical > li:first-child .Img + .Txt {
        max-width: 50%; } }
  @media (min-width: 961px) {
    .cardList.vertical > li:first-child .Img + .Txt {
      padding: 50px;
      border: 1px solid #e5e5e5; }
      .cardList.vertical > li:first-child .Img + .Txt p {
        max-height: 260px; } }
  .cardList.vertical > li.show .newsInfoIdxBox {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .cardList.vertical > li.show .newsIdxActivityBox {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .cardList.vertical > li.show p {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .cardList .newsDateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000; }
  .cardList p {
    max-height: 160px;
    line-height: 1.8;
    color: #6f6f6f; }
    @media (max-width: 768px) {
      .cardList p {
        max-height: 65px; } }
  @media (min-width: 1181px) {
    .cardList .item:hover .Img::before {
      background-color: rgba(248, 185, 13, 0.7); }
    .cardList .item:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }
  .cardList .item .Img {
    position: relative;
    overflow: hidden; }
    .cardList .item .Img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: rgba(29, 202, 211, 0);
      pointer-events: none; }

.newsInfoIdxBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .newsInfoIdxBox .newsTitle {
    position: relative;
    max-width: calc(100% - 40px - 30px);
    margin-left: 15px;
    padding-left: 15px; }
    .newsInfoIdxBox .newsTitle::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
      width: 1px;
      height: 40px;
      margin-top: -20px;
      background-color: #e5e5e5; }
  .newsInfoIdxBox h3 a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .newsInfoIdxBox h3 a:hover {
      color: #fcc800; }
    @media (max-width: 400px) {
      .newsInfoIdxBox h3 a {
        font-size: 16px; } }

.newsClassTitle {
  font-size: 13px;
  color: #a5a5a5;
  letter-spacing: 1px; }

.newsDateBox .day {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px; }

.newsDateBox .ym {
  font-size: 12px; }

.newsIdxActivityBox {
  margin-bottom: 20px;
  font-size: 16px;
  color: #515151; }
  .newsIdxActivityBox > span {
    display: inline-block;
    margin-right: 10px;
    color: #000; }
    .newsIdxActivityBox > span::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 2px;
      margin-right: 8px;
      background-color: #fcc800; }

.newsInsArea {
  padding-bottom: 0; }
  .newsInsArea.show .newsClassTitle {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .newsInsArea.show .articleTitle {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .newsInsArea.show .textEditor {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
    .newsInsArea.show .textEditor + .btnBox {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
  .newsInsArea .wrap {
    position: relative; }
    @media (min-width: 1125px) {
      .newsInsArea .wrap {
        width: 1085px;
        padding-top: 120px;
        padding-bottom: 120px; } }
    @media (max-width: 1124px) {
      .newsInsArea .wrap {
        padding-top: 30px;
        padding-bottom: 50px; } }

.newsInsActivityBox {
  margin-bottom: 25px;
  font-size: 16px; }
  .newsInsActivityBox > span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 12px;
    font-size: 12px;
    color: #fff;
    background-color: #fcc800; }

.articleTitle {
  margin-top: 10px; }

.popDateBox {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20px;
  height: 100%;
  font-size: 13px;
  color: #767676;
  letter-spacing: 1px; }
  .popDateBox::before, .popDateBox::after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1px;
    background-color: #e5e5e5; }
  .popDateBox::before {
    max-height: 105px; }
  .popDateBox span {
    margin-top: 15px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr; }
  .popDateBox .date {
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr; }
