/* 글로벌 개편 */
.inner{max-width: 1024px;}
.wrap{background-color: var(--color-main);}
.bg-wrap {background-color: #fff; border-radius: 150px 0 0;}
.content-box{
  padding-top: 70px;
}
.content-box h3{
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.content-box p.sub-p {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
/* 첫번째 영역 */
.m-main {margin-bottom: 100px;}
.m-main h3{
  color: #fff;
  font-size: 52px;
  font-weight: 700;
}
.main-img-box{
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}
.main-img-bar{
  display: flex;
  justify-content: space-between;
}
.main-img-bar>li>img{
  scale: .9;
  display: inline-block;
  border-radius: 10px;
}
/* scroll 버튼 */
.btn-scroll{margin-bottom: 80px;}
.btn-scroll a{
  display: flex;
  justify-content: center;
  width: 80px;
  margin: 0 auto;
}
a.btn-bookmark::before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/Union.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
/* 두번째 영역 */
.m-problem {margin-bottom: 200px; padding: 50px 0;}
.m-problem h3{
  color: #fff;
  font-weight: 400;
}
.m-problem p.sub-p{
  font-size: 20px;
  font-weight: 300;
}
.main-card-box{
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}
.main-card-bar{
  display: flex;
  justify-content: space-evenly;
}
.main-card-bar>li{
  border-radius: 10px;
  width: 250px;
  height: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all .2s ease 0s;
  cursor: pointer;
}
.main-card-bar>li.blue:hover{
  background-color: #CDE5F6;
}
.main-card-bar>li.blue:hover .span-abs{
  background-color: #CDE5F6;
}
.main-card-bar>li.red:hover{
  background-color: #FFEAEA;
}
.main-card-bar>li.yellow:hover{
  background-color: #FFF4DD;
}
.main-card-bar .span-abs{
  position: absolute;
  display: block;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  text-wrap-mode: nowrap;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  color: #0052CC;
  transition: all .2s ease 0s;
}
.main-card-bar>li>h4{
  margin: 15px 0;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}
.main-card-bar>li>p{
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
.main-card-bar img{
  width: 50px;
}
/* 세번째 영역 */
.m-slides {
  margin-bottom: 200px;
  padding: 100px 0;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.m-slides div.rep-span {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10%;
}
.m-slides div.rep-span i{
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 3px 8px;
  display: inline-block;
  margin-right: 10px;
}
.m-slides p{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
  margin-left: 10%;
}
.m-slides img{
  display: inline-block;
  width: 80%;
}
.m-slides .slides-flex{
  display: flex;
  justify-content: space-between;
}
.slides-flex button{
  display: block;
  align-self: center;
  cursor: pointer;
  padding: 20px;
}
.m-slides .ch_pagination{display: none;}

/* 네번째 영역 */
.m-tabs {margin-bottom: 200px; padding: 50px 0; position: relative;}
.m-tabs h3{
  color: #111111;
  font-weight: 600;
}
.main-tabs{
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.main-tabs button {
  padding: 10px 30px;
  color: #ccc;
  cursor: pointer;
  font: inherit;
  border-bottom: 1px solid #ccc;
}
.main-tabs button.on{
  color: #000;
  border-bottom: 5px solid #000;
}
.main-tabs button span {
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.tabs-content{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.tabs-content[hidden] {
  display: none;
}
.tabs-content img{
  width: 40%;
  border-radius: 10px;
}
.tabs-content .text-box {
  margin-left: 10px;
  min-width: 350px;
}
.tabs-content .text-box h4{
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.tabs-content .text-box p{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}
.tabs-content .text-box li{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: .2;
}
.tabs-content .text-box li::before{
  content: "✅";
  margin-right: 10px;
}
.tabs-content .text-box button{
  background-color: #000;
  color: #fff;
  padding: 8px 36px;
  border-radius: 5px;
  margin-top: 15px;
}
.tabs-content .text-box button:hover {
  background-color: var(--color-main);
  color: #fff;
}
/* 다섯번째 영역 - 기존 css 변경 */
.m-customer{padding: 50px 0;}
.m-customer h3{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 80px;
}
.cus-slider {
  background-color: var(--color-main);
  border: 1px solid transparent;
  border-radius: 50px;
  width: 64px; 
  height: 20px;
  z-index: 0;
  left: 23px; 
}
@media (max-width: 1200px) {
  /* 탭 */
  .cus-slider {
    left:15px;
  }
}
.cus-bar {
  background-color: transparent;
}
.cus-bar li {
  margin: 4px 0;
  font-weight: 300;
  transition: color .3s ease .1s;
}
.cus-bar>li.on{
  color: #fff;
  font-weight: 400;
  z-index: 1;
}
/* 여섯번째 영역 */
.m-badge {margin-bottom: 100px; padding: 50px 0;}
.m-badge h3{
  color: #111111;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 80px;
}
.m-badge ul{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.m-badge li{
  text-align: center;
  align-self: center;
}
.m-badge img{
  width: 65%;
}
.m-badge li:first-of-type img{
  width: 90%;
}
/* vendor loop 영역 */
.f-partner .fp-logo-ul img{
  filter: grayscale(1);
  scale: .8;
}
.f-partner{
  margin-bottom: 0;
  padding-bottom: 50px !important;
}

/* contact 배너 영역 */
article.banner-contact{
  height: auto;
  background: url(../img/banner-pattern.png) no-repeat;
  background-color: var(--color-main);
}
article.banner-contact .inner{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 0;
  box-sizing: border-box;
}
article.banner-contact p {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
article.banner-contact .btn-contact {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  margin-left: 0;
  height: auto;
  width: auto;
}
article.banner-contact .btn-contact a{padding: 12px 24px;}
article.banner-contact .btn-contact:hover {
  background-color: #fff;
  color: var(--color-main);
}

/* 배경 아이콘 배치 */
.bg-wrap {
  position: relative;
}
svg.icon-sun1 {
  position: absolute;
  top: 20%;
  right: 0;
  transform-origin: right;
  transform: scale(.7);
}
.scale-wrap{
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: left;
  transform: scale(0.7);
}
.rotate-wrap{
  transform-origin: center;
  transform: rotate(180deg);
}

/* 탭 반응형 */
@media (max-width: 1200px) and (min-width: 769px) {
  .main-card-box {
    width: 100%;
  }
  .bg-wrap {
    border-radius: 80px 0 0;
  }
  .tabs-content img {
    width: 45%;
  }
}

/* 모바일 반응형 */
/* smartphones, touchscreens */
@media (max-width: 768px) and (hover: none) and (pointer: coarse){
  .content-box {
    padding-top: 0;
    width: 100%;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .content-box br.mob{display: none;}
  .m-main h3 {
    font-size: 36px;
  }
  .content-box p.sub-p {
    width: 83%;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .main-img-box {
    margin-top: 40px;
  }
  .main-img-bar {
    flex-direction: column;
  } 
  .m-main {
    margin-bottom: 50px;
  }
  a.btn-bookmark::before {margin: 0 auto;}
  .btn-scroll {
    margin-bottom: 50px;
  }
  .m-problem h3 {font-size: 36px;}
  .main-card-bar {
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
  .m-problem {
    margin-bottom: 60px;
  }
  .bg-wrap {
    border-radius: 50px 0 0;
  }
  .m-slides {
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-slides div.rep-span {
    margin-left: 0;
  }
  .m-slides p {
    margin-left: 0;
  }
  .m-slides .slides-flex {
    justify-content: center;
  }
  .m-slides img {
    width: 100%;
  }
  /* 버튼없애기 / 페이지네이션 활성화 */
  .slides-flex button{display: none;}
  .m-slides .ch_pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
  .m-slides .ch_pagination .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
  }
  .m-slides .ch_pagination .dot.active {
    background: #000;
  }
  .main-tabs {
    margin-top: 50px;
    justify-content: center;
    gap: 20px;
  }
  .m-tabs h3 {
    font-size: 36px;
  }
  .main-tabs button {
    padding: 10px 28px;
    background-color: #eee;
    border-radius: 25px;
    color: #aaa;
    border: unset;
  }
  .main-tabs button.on {
    color: #fff;
    font-weight: 600;
    background-color: #000;
    border: unset;
  }
  .main-tabs button span{
    font-size: 17px;
  }
  .tabs-content {
    flex-direction: column;
  }
  .tabs-content img {
    width: 100%;
  }
  .tabs-content .text-box {
    margin-left: 0;
  }
  .tabs-content .text-box p {
    font-size: 16px;
  }
  .tabs-content .text-box li {
    font-size: 16px;
  }
  .tabs-content .text-box button {
    margin-top: 20px;
    padding: 15px 0;
    font-weight: 600;
    width: 100%;
  }
  .tabs-content .text-box button:active {
    background-color: var(--color-main);
    color: #fff;
  }
  .m-customer {
    padding-top: 100px;
  }
  .m-customer h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .m-customer .cus-bar {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .m-customer .cus-bar li {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 8px 20px;
    font-size: 15px;
    background-color: #eee;
    color: #aaa;
    transition: color .2s ease 0s;
  }
  .m-customer .cus-bar li:last-of-type {margin-right: 0;}
  .m-customer .cus-bar>li.on {
    color: #fff;
    font-weight: 500;
    background-color: var(--color-main);
  }
  .m-customer .grid-ul li.feat img {
    border: unset;
  }
  .m-badge h3 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .m-badge {
    margin-bottom: 50px;
  }
  .m-badge ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .m-badge li{margin-bottom: 20px;}
  .m-badge li:nth-of-type(1) {
    grid-column: span 2;
  }
  .m-badge li:nth-of-type(2),
  .m-badge li:nth-of-type(3),
  .m-badge li:nth-of-type(4),
  .m-badge li:nth-of-type(5) {
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
  }
  .banner-contact p{
    text-align: start;
    max-width: 340px;
  }
  article.banner-contact .inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  svg.icon-sun1 {
    top: 10%;
    transform: scale(.4);
  }
  .scale-wrap {
    top: 45%;
    transform: scale(0.5);
  }
}

@media (max-width: 480px) and (hover: none) and (pointer: coarse){
  article.banner-contact .inner {
    flex-direction: column;
  }
}