﻿@charset "utf-8";

/* solution */
.solution-tit .tit-txt {
  padding: 5rem 0 2.5rem;
}
.solution-tit .tit-txt h2 {
  font-size: 1.5rem;
}
.solution-tit .tit-txt p {
  padding-top: 2rem;
  font-size: 0.9rem;
  line-height: 1.6;
}
.solution-tit .tit-visual {
  height: 16rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution-tit .tit-visual .grid {
  height: 100%;
}
.img-btn-tit.solution-tit {
  background-image: url("../images/renewal/tit_visual_01.png");
}
/* @media screen and (max-width: 768px) {
  .img-btn-tit.solution-tit {
    background-image: url("../images/renewal/Corp_banner_mo-01.png");
  }
} */
.solution-tit-1 .tit-visual {
  background-image: url("../images/renewal/tit_visual_01.png");
}
.solution-tit-2 .tit-visual {
  background-image: url("../images/solution/tit_visual_02.png");
}
.solution-tit-3 .tit-visual {
  background-image: url("../images/solution/tit_visual_03.png");
}
.solution-tit-4 .tit-visual {
  background-image: url("../images/solution/tit_visual_04.png");
}
.solution-tit-5 .tit-visual {
  background-image: url("../images/solution/tit_visual_05.png");
}
.solution-tit-6 .tit-visual {
  background-image: url("../images/solution/tit_visual_06.png");
}
.solution-tit .tit-visual .down-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: #000;
  transition: background-color 0.1s ease;
}
.solution-tit .tit-visual .down-btn b {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 1rem;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.solution-tit .tit-visual .down-btn .ico {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: bottom 0.1s ease-in-out;
}
.solution-tit .tit-visual .down-btn:hover {
  background-color: #ee212c;
}
.solution-tit .tit-visual .down-btn:hover .ico {
  bottom: 0;
}
.solution-cont {
  padding: 2.5rem 0 8.5rem;
}

/* solution list */
.solution-list li {
  cursor: pointer;
}
.solution-hover-info {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  padding: 2.5rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.solution-list li:hover .solution-hover-info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.solution-hover-info .ctg {
  font-size: 0.8rem;
}
.solution-hover-info .tit {
  position: relative;
  display: block;
  padding-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.solution-hover-info .desc {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  width: calc(100% - 5rem);
  font-size: 0.8rem;
  line-height: 1.4;
}
.solution-hover-info .tit:before {
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  content: "";
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
}
.solution-info {
  position: relative;
  margin-top: 1.5rem;
}
.solution-info .bnr span {
  display: inline-block;
  padding-top: 5px;
  font-size: 0.8rem;
  border-top-width: 2px;
  border-style: solid;
}
.solution-info .tit {
  padding-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}
/* .solution-info .tag {
    padding-top: 1rem;
    font-size: 0.9rem;
} */
.solution-info .corp {
  padding-top: 0.75rem;
  font-size: 0.75rem;
  color: #999;
}
.solution-info .desc {
  padding-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
.solution-info .bnr-1 {
  color: #ee212c;
  border-color: #ee212c;
}
.solution-info .bnr-2 {
  color: #0e1d42;
}
.solution-info .bnr-3 {
  color: #35246d;
}
.solution-info .bnr-4 {
  color: #ffd200;
}
.solution-info .bnr-5 {
  color: #1e4591;
}

/* solution list : solution top list */
.solution-top-list {
  padding-top: 2.5rem;
}
.solution-top-list li {
  margin-right: 5%;
  width: 47.5%;
}
.solution-top-list li:last-child {
  margin-right: 0;
}

/* solution list : solution bottom list */
.solution-btm-list li {
  margin-top: 4rem;
  margin-right: 2%;
  width: 32%;
}
.solution-btm-list li:nth-child(3n) {
  margin-right: 0;
}

/* solution 문의하기 버튼 */
.ask-btn-wrap {
  margin-top: -2rem;
}
.ask-btn-wrap .ancher-ask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0 auto;
  background: #ee212c;
  color: #fff;
}

/* class style */
.padding-top-n {
  padding-top: 0 !important;
}
.bg-red {
  background: #ee212c !important;
}
/******************************
@ media query
*******************************/
@media screen and (max-width: 1200px) {
  /* solution list */
  .solution-info .bnr {
    top: -5rem;
    right: 0.5rem;
  }
}

@media screen and (max-width: 576px) {
  /* solution */
  .solution-tit .tit-visual {
    height: 12rem;
  }
  .solution-tit-1 .tit-visual {
    background-image: url("../images/solution/tit_visual_mo_01.png");
  }
  .solution-tit-2 .tit-visual {
    background-image: url("../images/solution/tit_visual_mo_02.png");
  }
  .solution-tit-3 .tit-visual {
    background-image: url("../images/solution/tit_visual_mo_03.png");
  }
  .solution-tit-4 .tit-visual {
    background-image: url("../images/solution/tit_visual_mo_04.png");
  }
  .solution-tit-5 .tit-visual {
    background-image: url("../images/solution/tit_visual_mo_05.png");
  }
  .solution-tit-6 .tit-visual {
    background-image: url("../images/solution/tit_visual_mo_06.png");
  }
  .solution-hover-info .ctg,
  .solution-hover-info .desc,
  .solution-info .bnr span,
  .solution-info .corp {
    font-size: 0.9rem;
  }
  .solution-hover-info .tit,
  .solution-info .tit {
    font-size: 1.5rem;
  }
  /* .solution-info .tag {
        font-size: 1rem;
    } */

  /* solution list : solution top list */
  .solution-top-list li {
    float: none;
    clear: both;
    width: 100%;
  }
  .solution-top-list li + li {
    margin-top: 4rem;
  }

  /* solution list : solution bottom list */
  .solution-btm-list li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .solution-btm-list li + li {
    margin-top: 4rem;
  }
  .solution-btm-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .solution-btm-list li:nth-child(2n) {
    margin-right: 0;
  }
}
