@charset "UTF-8";
body {
  font-family: "Pretendard", sans-serif;
}

.site-wrap {
  position: relative;
}
.site-wrap .header-down-btn {
  border: 1px solid rgba(255, 255, 255, 0.568627451);
  padding: 0 15px 0 25px;
  border-radius: 30px;
  transition: all 0.2s;
}
.site-wrap .header-down-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  height: 35px;
  text-decoration: none;
}
.site-wrap .header-down-btn a svg {
  width: 30px;
  height: 30px;
}
.site-wrap .header-down-btn:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2078431373);
  transition: all 0.2s;
}
.site-wrap #header {
  position: absolute;
  width: 100%;
  padding: 32px 70px;
  box-sizing: border-box;
  z-index: 9999999;
}
.site-wrap #header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 5em;
}
.site-wrap #header h1.logo a {
  font-size: 0;
  font-family: Pretendard;
  width: 197px;
  height: 44px;
  background: url("../img/main/logo.png") center no-repeat;
}
.site-wrap #header .gnb {
  margin-left: auto;
  display: flex;
  gap: 60px;
}
.site-wrap #header .gnb li a {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  font-family: bold;
  text-decoration: none;
  font-family: Pretendard;
}
.site-wrap #header .clearfix:after {
  display: none;
}
.site-wrap #header.type2 {
  border-bottom: 1px solid #d7d7d9;
}
.site-wrap #header.type2 h1.logo a {
  font-size: 0;
  font-family: Pretendard;
  background: url("../img/main/logo2.png");
}
.site-wrap #header.type2 .gnb li a {
  color: #000;
  font-family: Pretendard;
  font-weight: 600;
}
.site-wrap #header.type2 #m_gnb a:before,
.site-wrap #header.type2 #m_gnb a:after,
.site-wrap #header.type2 #m_gnb a span {
  background: #000;
}
.site-wrap #header.type2 .header-down-btn {
  border: 1px solid #e5e5e5;
  padding: 0 15px 0 25px;
  border-radius: 30px;
  transition: all 0.2s;
}
.site-wrap #header.type2 .header-down-btn a {
  display: flex;
  align-items: center;
  color: #333;
  height: 35px;
  text-decoration: none;
}
.site-wrap #header.type2 .header-down-btn a svg line,
.site-wrap #header.type2 .header-down-btn a svg polyline {
  stroke: rgb(102, 102, 102);
}
.site-wrap .max-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#custom-controls {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}

#custom-controls button {
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}

#custom-controls #total-slides {
  color: #c1c1c1;
}

#custom-controls span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 0 5px;
}

#mainVisual {
  position: relative;
  height: 768px;
  overflow: hidden;
}
#mainVisual img {
  filter: brightness(0.8);
}
#mainVisual:before {
  position: absolute;
  content: "";
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  top: 0;
  left: 0;
  z-index: 99999;
  height: 150px;
}
#mainVisual .main-text {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainVisual .main-text p {
  background: rgba(0, 0, 0, 0.6666666667);
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
}
#mainVisual .main-text p span {
  display: inline-block;
  color: #fff;
  font-size: 40px;
}

.custom-controls-wrap {
  position: absolute;
  bottom: 5%;
  left: 20%;
  margin: 0 auto;
}

#prev-slide {
  width: 11px;
  height: 18px;
  background: url(../img/main/ic-nav-prev.png) no-repeat center;
  font-size: 0;
}

#next-slide {
  width: 11px;
  height: 18px;
  background: url(../img/main/ic-nav-next.png) no-repeat center;
  font-size: 0;
}

#toggle-slide {
  background: none;
}
#toggle-slide span {
  font-size: 0;
}
#toggle-slide i {
  color: #fff;
}

#toggle-slide i {
  display: block;
  width: 11px;
  height: 18px;
  content: none !important;
}
#toggle-slide i.play {
  width: 11px;
  height: 18px;
  background-size: 80%;
  background: url(../img/main/ic-nav-play.png) no-repeat center;
}
#toggle-slide i.pause {
  width: 11px;
  height: 18px;
  background: url(../img/main/ic-nav-stop.png) no-repeat center;
}

.witwork-info {
  padding: 150px 0;
  box-sizing: border-box;
  background: url(../img/main/bg-typo.png) no-repeat left bottom;
}

.witwork-info-wrap {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.witwork-info-wrap .left-area .top-tit {
  color: #00aeef;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.witwork-info-wrap .left-area .main-tit {
  margin-top: 15px;
  color: #000;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.witwork-info-wrap .left-area .sub-tit {
  display: block;
  margin-top: 20px;
  color: #656565;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.witwork-info-wrap .left-area .info-btn-wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 400px;
}
.witwork-info-wrap .left-area .info-btn-wrap button {
  width: 180px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #00aeef;
  cursor: pointer;
  border: 0;
  transition: all 0.2s;
}
.witwork-info-wrap .left-area .info-btn-wrap button:hover {
  transition: all 0.2s;
  background: #0089bc;
}
.witwork-info-wrap .left-area .info-btn-wrap button span {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.witwork-info-wrap .right-area {
  color: #121212;
}
.witwork-info-wrap .right-area .con {
  display: flex;
  gap: 23px;
  flex-direction: row;
}
.witwork-info-wrap .right-area .con {
  display: flex;
  flex-direction: column;
  /* 공통 텍스트 스타일 */
  /* 키워드 포지션 조정 */
}
.witwork-info-wrap .right-area .con h3 {
  font-size: 23px;
  width: 100%;
  text-align: center;
  word-break: keep-all;
}
.witwork-info-wrap .right-area .con h3 span {
  color: #00aeef;
}
.witwork-info-wrap .right-area .con .text-wrap {
  word-break: keep-all;
  line-height: 27px;
  padding: 20px;
  font-size: 15px;
}
.witwork-info-wrap .right-area .con .text-wrap .greeting-text {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0089bc;
  font-weight: bold;
}
.witwork-info-wrap .right-area .con .text-wrap .last-text {
  display: block;
  text-align: right;
  width: 100%;
}
.witwork-info-wrap .right-area .con p.subtext {
  text-align: center;
  font-size: 18px;
  color: #0089bc;
}
.witwork-info-wrap .right-area .con .history > li {
  margin-bottom: 1.5rem;
  font-size: 15px;
}
.witwork-info-wrap .right-area .con .history > li > strong {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
  color: #13546e;
}
.witwork-info-wrap .right-area .con .history ul li {
  margin-left: 1rem;
  list-style: disc;
}
.witwork-info-wrap .right-area .con .circle-diagram {
  position: relative;
  width: 360px;
  height: 360px;
  margin: 50px auto;
}
.witwork-info-wrap .right-area .con .circle {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /* 그라데이션 배경 */
  background: conic-gradient(#00aeef, #1dd3b0, #a1ffce, #00aeef);
  /* 마스크로 안쪽 잘라서 테두리만 보이게 */
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 20px), white 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 20px), white 0);
}
.witwork-info-wrap .right-area .con .label {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: #13546e;
}
.witwork-info-wrap .right-area .con .professional {
  top: 5%;
  left: 6%;
}
.witwork-info-wrap .right-area .con .innovation {
  top: 5%;
  right: 6%;
}
.witwork-info-wrap .right-area .con .new-thinking {
  top: 45%;
  right: -22%;
}
.witwork-info-wrap .right-area .con .environment {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.witwork-info-wrap .right-area .con .safety {
  top: 45%;
  left: -6%;
}
.witwork-info-wrap .right-area .second-img {
  margin-top: 223px;
}

.subcon_wrap .navi {
  display: none;
}

.solution-info {
  padding: 150px 50px;
  box-sizing: border-box;
  background: url(../img/main/s2-bg.jpg) no-repeat center;
  background-size: cover;
}
.solution-info .solution-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.solution-info .solution-info-wrap .left-area .top-tit {
  color: #00aeef;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-info .solution-info-wrap .left-area .main-tit {
  color: #fff;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-info .solution-info-wrap .left-area .sub-tit {
  display: inline-block;
  margin-top: 22px;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-info .solution-info-wrap .left-area .slide-nav-wrap {
  display: none;
  margin-top: 31px;
  gap: 10px;
}
.solution-info .solution-info-wrap .left-area .slide-nav-wrap > button {
  width: 78px;
  height: 78px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.2s;
  cursor: pointer;
}
.solution-info .solution-info-wrap .left-area .slide-nav-wrap > button span {
  font-size: 0;
}
.solution-info .solution-info-wrap .left-area .slide-nav-wrap > button.ic-prev {
  background: url(../img/main/ic-slide-prev.png) no-repeat center;
}
.solution-info .solution-info-wrap .left-area .slide-nav-wrap > button.ic-next {
  background: url(../img/main/ic-slide-next.png) no-repeat center;
}
.solution-info .solution-info-wrap .left-area .slide-nav-wrap > button:hover {
  opacity: 0.4;
  transition: all 0.2s;
}
.solution-info .solution-info-wrap .right-area .sol-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.solution-info .solution-info-wrap .right-area .sol-list li {
  width: 588px;
  height: 135px;
  flex-shrink: 0;
  background: rgba(0, 59, 128, 0.5019607843);
  border-radius: 20px;
  display: inline-flex;
  align-items: self-end;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.solution-info .solution-info-wrap .right-area .sol-list li a {
  align-items: self-end;
  justify-content: space-between;
  display: flex;
  width: 100%;
  text-decoration: none;
}
.solution-info .solution-info-wrap .right-area .sol-list li span.tit {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover {
  transition: all 0.2s;
  background: #fff;
  cursor: pointer;
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover .tit {
  color: #000;
}
.solution-info .solution-info-wrap .right-area .sol-list li.on {
  transition: all 0.2s;
  background: #fff;
  cursor: pointer;
}
.solution-info .solution-info-wrap .right-area .sol-list li.on .tit {
  color: #000;
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover .icon1,
.solution-info .solution-info-wrap .right-area .sol-list li.on .icon1 {
  content: url("../img/main/ic-s2-01-b.png");
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover .icon2,
.solution-info .solution-info-wrap .right-area .sol-list li.on .icon2 {
  content: url("../img/main/ic-s2-02-b.png");
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover .icon3,
.solution-info .solution-info-wrap .right-area .sol-list li.on .icon3 {
  content: url("../img/main/ic-s2-03-b.png");
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover .icon4,
.solution-info .solution-info-wrap .right-area .sol-list li.on .icon4 {
  content: url("../img/main/ic-s2-04-b.png");
}
.solution-info .solution-info-wrap .right-area .sol-list li:hover .icon5,
.solution-info .solution-info-wrap .right-area .sol-list li.on .icon5 {
  content: url("../img/main/ic-s2-05-b.png");
}

.gallery_con .new-icon {
  font-size: 15px;
  padding: 0px 9px;
  background: #d22a2a;
  border-radius: 6px;
  margin-right: 8px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.gallery_con .new-icon font {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}

.contact-form {
  background: #f3f3f3;
  padding-bottom: 50px;
}
.contact-form .contact-form-wrap {
  position: relative;
  padding: 94px 0;
  box-sizing: border-box;
  padding-bottom: 0;
}
.contact-form .contact-form-wrap .top-tit {
  color: #00aeef;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}
.contact-form .contact-form-wrap .main-tit {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.contact-form .contact-form-wrap .main-tit a {
  color: #000;
}
.contact-form .contact-form-wrap .sub-tit {
  display: block;
  margin-top: 20px;
  color: #656565;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}
.contact-form .contact-form-wrap .contact-form {
  margin-top: 80px;
}
.contact-form .contact-form-wrap .contact-form ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form .contact-form-wrap .contact-form ul li div {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.contact-form .contact-form-wrap .contact-form ul li div input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding-left: 20px;
  height: 50px;
  font-family: Pretendard;
  font-size: 16px;
}
.contact-form .contact-form-wrap .contact-form ul li div input::-moz-placeholder {
  color: #999;
}
.contact-form .contact-form-wrap .contact-form ul li div input::placeholder {
  color: #999;
}
.contact-form .contact-form-wrap .contact-form ul li div textarea {
  width: 100%;
  border: none;
  height: 300px;
  font-family: inherit;
  padding: 20px;
  font-family: Pretendard;
  font-size: 16px;
}
.contact-form .contact-form-wrap .contact-form ul li div textarea::-moz-placeholder {
  color: #999;
}
.contact-form .contact-form-wrap .contact-form ul li div textarea::placeholder {
  color: #999;
}
.contact-form .contact-form-wrap .contact-form .more-btn-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact-form .contact-form-wrap .contact-form .more-btn-wrap button {
  width: 180px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #00aeef;
  cursor: pointer;
  border: 0;
  transition: all 0.2s;
}
.contact-form .contact-form-wrap .contact-form .more-btn-wrap button:hover {
  transition: all 0.2s;
  background: #0089bc;
}
.contact-form .contact-form-wrap .contact-form .more-btn-wrap button.cancle-btn {
  background: #a8a8a8;
  transition: all 0.2s;
}
.contact-form .contact-form-wrap .contact-form .more-btn-wrap button.cancle-btn:hover {
  transition: all 0.2s;
  background: #676767;
}
.contact-form .contact-form-wrap .contact-form .more-btn-wrap button span {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#sub_wrap {
  padding-top: 108px;
}
#sub_wrap .top h2 {
  font-size: 64px;
  color: #141415;
  text-align: center;
  padding: 75px 0;
  border-bottom: 1px solid #e5e5e5;
}

#footer {
  margin-top: 5em;
  border-top: 1px solid #000;
  padding: 40px 0;
  box-sizing: border-box;
}
#footer .max_width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .footer_info {
  position: relative;
  color: #000;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .footer_info .ic-insta {
  position: absolute;
  right: 0;
  top: 0;
}

.sub0103 {
  margin-bottom: 5em;
}

/******sub******/
/* 탑 버튼 스타일 */
.top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #292929;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: none; /* 초기에는 보이지 않음 */
  align-items: center;
  justify-content: center;
}

.top-btn:hover {
  background-color: #000000;
}

.pn_list {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
  padding: 15px;
  background: #f5f5f5;
  box-sizing: border-box;
}

#bd_content img {
  max-width: 100% !important;
  height: auto !important;
}

/**/
#m_gnb {
  display: none;
  width: 44px;
  height: 44px;
  text-align: center;
}
#m_gnb a {
  display: inline-block;
  width: 25px;
  font-size: 0;
}
#m_gnb a:before {
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}
#m_gnb a:after {
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}
#m_gnb a span {
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  font-size: 0;
}

#m_close {
  display: none;
}

.m_bg {
  display: none;
}

.map-wrap {
  padding: 80px 0;
}
.map-wrap .top-tit {
  color: #00aeef;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
}
.map-wrap .main-tit {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.map-wrap .main-tit a {
  color: #000;
}

.map-con-wrap {
  margin-top: 80px;
  border: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.map-con-wrap > div {
  width: 50%;
}
.map-con-wrap .map-info {
  padding: 20px 0;
  box-sizing: border-box;
  color: #121212;
}
.map-con-wrap .map-info .subul {
  gap: 5px;
  background: #f3f8ff;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 21px;
  margin-top: 10px;
}
.map-con-wrap .map-info > ul > li {
  position: relative;
  padding-left: 15px;
}
.map-con-wrap .map-info > ul > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.map-con-wrap .map-info ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.map-con-wrap .map-info ul li {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.map-con-wrap .map-info ul li .caption {
  display: inline-block;
  margin-top: 5px;
}
.map-con-wrap .map-info ul li span.tit {
  color: #000;
  font-weight: bold;
  width: 100%;
}
.map-con-wrap .map-info ul li span.stit {
  display: block;
  font-weight: bold;
  color: #2b3e8b;
}
.map-con-wrap .map-info ul li span.sstit {
  font-weight: bold;
  color: #4361d8;
}
.map-con-wrap .map-info ul li:has(.stit) li {
  padding-left: 10px;
}

.privacy-agreement-form-wrap {
  margin-top: 30px;
  font-size: 15px;
}
.privacy-agreement-form-wrap h3 {
  color: #464646;
}

.privacy-agreement-form {
  margin-top: 10px;
  width: 100%;
  background: #f8f8f8;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
}
.privacy-agreement-form > div:first-child {
  margin-bottom: 10px;
}
.privacy-agreement-form > div:first-child ul {
  margin-top: 10px;
  padding-left: 20px;
}

#solutionDetail .top-tit {
  color: #00aeef;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
#solutionDetail .main-tit {
  color: #fff;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 10px;
}
#solutionDetail .sub-tit {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
  padding-bottom: 40px;
}

.solution-nav {
  display: flex;
  gap: 8px;
  padding: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.solution-nav button {
  padding: 0 30px;
  font-family: Pretendard;
  height: 65px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(0, 59, 128, 0.5019607843);
  cursor: pointer;
  border: 0;
  transition: all 0.2s;
  color: #fff;
  font-size: 20px;
}
.solution-nav button:hover {
  background: #fff;
  color: #000;
  font-weight: bold;
}

.solution-nav button.active {
  height: 65px;
  font-family: Pretendard;
  flex-shrink: 0;
  border-radius: 100px;
  background: #fff;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  border: 0;
  transition: all 0.2s;
  font-size: 20px;
}

.solution-detail-content {
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.solution-detail-content h3 {
  max-width: 1400px;
  text-align: left;
  width: 100%;
}

.solution-item {
  display: none;
  width: 100%;
  animation: fadeIn 0.4s ease;
  text-align: center;
}
.solution-item h3 {
  font-size: 25px;
  color: #121212;
}
.solution-item h4 {
  font-size: 16px;
  color: #3d5178;
  background: #eceff4;
  padding: 5px 0;
}
.solution-item h4.align-left {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  text-align: left;
  color: #001b89;
  background: #fff;
}
.solution-item h4.align-left:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 16px;
  background: #405ccd;
}
.solution-item .info-text {
  text-align: left;
  color: #000;
}
.solution-item > div {
  font-size: 16px;
}
.solution-item > div img {
  width: 100%;
}
.solution-item > div p {
  margin: 20px 0;
  text-align: left;
  color: #4c455b;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
  background: red;
  border-radius: 30px;
  background: #e9eaef;
}
.solution-item .list01 {
  text-align: left;
  margin-top: 10px;
  color: #000;
  text-align: left;
}
.solution-item .list01 li {
  position: relative;
  font-size: 15px;
  padding-left: 10px;
}
.solution-item .list01 li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.solution-item .list01.bgul {
  background: #f8f8f8;
  gap: 15px;
  padding: 30px;
  margin-top: 0;
}
.solution-item .feature-box {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.solution-item .feature-box > div {
  flex: 1;
}
.solution-item .feature-box > div img {
  height: 200px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-family: Pretendard;
  color: #000;
}

thead {
  background-color: #f2f2f2;
}

th {
  text-align: center !important;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

tr:hover {
  background-color: #f1f1f1;
}

th {
  font-weight: 600;
}

.c-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.c-wrap > li {
  flex: 1;
}
.c-wrap > li img {
  width: 100%;
  height: 170px;
}

.contact-call {
  display: flex;
  padding: 20px;
  justify-content: center;
  padding: 30px 0;
  gap: 50px;
  color: #000;
  font-size: 16px;
}
.contact-call span span {
  color: #213a9f;
  font-weight: bold;
}/*# sourceMappingURL=layout.css.map */