.wrap{background-color: transparent;}
.content{margin-top: 100px;} /* header fixed 이슈 */

/* floating icon */
.btn-float {
  border: 1px solid black;
}
.btn-float>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to left, #E1524D 0%, #E1524D 60%, #991010 100%);
  width: 200px;
  margin-left: auto;
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  border-radius: 25px;
  padding: 5px;
  box-sizing: border-box;
}
.m-eyes.btn-float>a {background: linear-gradient(to left, #0052CC 0%, #0052CC 60%, #123872 100%);;}
.btn-float h1 {
  color: #fff;
  margin-left: 20px;
  text-wrap-mode: nowrap;
  font-size: 15px;
}
.m-eyes.btn-float h1 {
  margin-left: 6px;
  font-size: 12px;
}
.btn-float span {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 15px;
}
.btn-float span img{
  display: block;
  width: 70%;
}

/* product/2제품 통합본 */
/* product */
.prod-wrap .content {
  padding-top: 100px;
  margin-bottom: 150px;
  text-align: center;
}
.prod-wrap .content>p{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #1E1E1E;
}
.prod-wrap .content>span{
  display: inline-block;
  margin: 20px 0 100px;
  font-size: 20px;
  font-weight: 300;
}
.prod-wrap .slide-wrap {
  display: flex;
  justify-content: space-between;
}
.prod-wrap .slide-wrap>div{
  border-radius: 25px;
  display: flex;
  text-align: left;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 395px;
  box-sizing: border-box;
  transition: width .3s ease 0s;
  cursor: pointer;
}
.prod-wrap .slide-wrap>div.on{
  width: 65%;
}
.prod-wrap .slide-wrap>div.on .img-wrap>img{
  opacity: 1;
}
.prod-wrap .slide-wrap>div .img-wrap>img{transition: opacity .3s ease-out .2s;}
.prod-wrap .slide-wrap>.prod-1.on>span{
  right: 6%;
  color: #BED8FF;
  font-size: 13px;
  background: #0052CC;
  margin: 0;
  padding: 8px 12px;
  border-end-start-radius: 15px;
  border-end-end-radius: 15px;
}
.prod-wrap .slide-wrap>div span br.mob{display: none;}
.prod-wrap .slide-wrap>div.on span br.mob{display: block;}
.prod-wrap .txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-wrap .slide-wrap>div h2{
  font-size: 30px; 
  font-weight: 600;
  line-height: 1.4;
}
.prod-wrap .slide-wrap>div span{
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #666;
  margin: 30px 0 30px;
  /* margin-bottom: 0; */
}
.prod-wrap .slide-wrap>div.on span {margin: 30px 0 50px;}
.prod-wrap .slide-wrap>div a{
  display: inline-block;
  padding: 5px 18px;
  align-self: flex-start;
  cursor: default;
}
.prod-wrap .slide-wrap>div .img-wrap>img{
  opacity: 0;
}
.prod-wrap .slide-wrap .prod-1 {
  background-color: #BED8FF;
  position: relative;
}
.prod-wrap .slide-wrap .prod-1>span{
  position: absolute;
  top: 0;
  right: 10%;
  color: #BED8FF;
  font-size: 10px;
  background: #0052CC;
  margin: 0;
  padding: 5px 10px;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}
.prod-wrap .slide-wrap .prod-1 h2{color: #0052CC;}
.prod-wrap .slide-wrap .prod-1 a{
  color: #0052CC;
  border: 1px solid #0052CC;
  opacity: .5;
  cursor: pointer;
  text-align: center;
}
.prod-wrap .slide-wrap .prod-1 a:hover{
  background-color: #0052CC;
  color: #fff;
  opacity: 1;
}
.prod-wrap .slide-wrap .prod-2 {
  background-color: #FFDCDC;
}
.prod-wrap .slide-wrap .prod-2 h2{
  color: #E1524D;
  text-wrap: nowrap;
}
.prod-wrap .slide-wrap .prod-2 a{
  color: #E1524D;
  border: 1px solid #E1524D;
  opacity: .5;
  cursor: pointer;
  text-align: center;
}
.prod-wrap .slide-wrap .prod-2 a:hover{
  background-color: #E1524D;
  color: #fff;
  opacity: 1;
}
.prod-wrap .slide-wrap .prod-2 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.banner-wrap {
  background: url(../img/banner-pattern.png) no-repeat;
  background-color: var(--color-main);
  text-align: center;
  padding: 70px 0;
}
.banner-wrap p {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.banner-wrap span {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin: 10px 0 50px;
}
.banner-wrap button, .banner-wrap a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 25px;
}
.banner-wrap button {
  color: #fff;
  background-color: #000;
  margin-right: 8px;
}
.banner-wrap a {
  color: #fff;
  background-color: #ffffff60;
  border: 1px solid transparent;
}
.banner-wrap button:hover {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
.banner-wrap a:hover {
  color: #0052CC;
  border: 1px solid #BED8FF;
  background-color: #BED8FF;
}
.section {margin-bottom: 100px;}
.section > p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 100px;
}
/* .banners > div.banner-sign {background-color: #EFEFEF;}
.banners > div.banner-cal {background-color: #f6f0e3;}
.banners > div.banner-work {background-color: #f9efe3;}
.banners > div.banner-arms {background-color: #f7ead9;} */
.banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
.banners > div {
  text-align: center;
  padding: 70px 50px; 
  background-color: #EFEFEF;
  color: #2fbdbf90;
  border-radius: 25px;
}
.banners p {
  font-size: 30px;
  font-weight: 600;
}
.banners span {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin: 30px auto 50px;
  color: #888;
}
.banners a {
  display: inline-block;
  padding: 5px 18px;
  cursor: pointer;
  border: 1px solid;
  border-color: #66666660;
  color: #888;
}
.banners > div:hover p {
  color: #2FBDBF;
}
.banners > div:hover a {
  border-color: #2FBDBF;
  background-color: #2FBDBF;
  color: #fff;
}

/* prod-m-management */
main .banner-box{
  text-align: center;
  padding-top: 50px;
}
main .banner-box h1{
  font-size: 30px;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 2.5;
}
main .banner-box span{
  font-size: 17px;
  color: #1E1E1E;
}
main .banner-box>img{
  border: 5px solid #eee;
  display: inline-block;
  border-radius: 20px;  
  margin: 50px 0;
  box-sizing: border-box;
}
main .banner-txt-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
main .banner-txt-flex span {
  font-variant: small-caps;
}
main .banner-txt-flex img {
  display: inline-block;
  height: 17px;
}
.content-box section.prod-1 {padding: 30px 0;}
.content-box section.prod-1>div{
  text-align: center;
}
.content-box section.prod-1 p{
  font-size: 26px;
  font-weight: 600;
  color: #1E1E1E;
  text-align: center;
  line-height: 1.5;
  margin: 40px 0;
}
.content-box section.prod-1 img{
  display: inline-block;
  width: 80%;
}
.content-box section.prod-2 {
  padding: 150px 0;
  display: flex;
  justify-content: space-around;
}
.content-box section.prod-2 .txt-box h1{
  font-size: 28px;
  font-weight: 600;
  color: #1E1E1E;
  line-height: 1.3;
  margin: 30px 0;
}
.content-box section.prod-2 .txt-box p{
  font-size: 16px;
  color: #1E1E1E;
  margin-bottom: 50px;
}
.content-box section.prod-2 img{
  display: inline-block;
  width: 60%;
  border-radius: 20px;
}
.content-box section.prod-2 a {
  display: inline-block;
  background-color: var(--color-main);
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  padding: 8px 20px;
  cursor: pointer;
}
.content-box section.prod-2 a:hover {
  background-color: #1E1E1E;
}
.content-box section.prod-3 {
  padding: 100px 0 200px;
  text-align: center;
}
.content-box section.prod-3 span {
  color: #1E1E1E;
  line-height: 3;
}
.content-box section.prod-3 h1 {
  color: #1E1E1E;
  font-size: 30px;
  font-weight: 600;
}
section.prod-3 .effects-box{
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
section.prod-3 .effects-box .img-abs{
  position: relative;
}
section.prod-3 .effects-box .img-abs::after {
  content: "";
  display: inline;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
  width: 50%;
  border-top: 1px dashed #ccc;
}
section.prod-3 .effects-box>div:last-of-type .img-abs::after{
  display: none;
}
section.prod-3 .effects-box h3{
  font-size: 18px;
  font-weight: 600;
  color: #1E1E1E;
  line-height: 3;
}
section.prod-3 .effects-box p{
  color: #1E1E1E;
  margin-top: 30px;
}
.content-box section.prod-4 {
  padding: 100px 0;
}
.content-box section.prod-4>div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-box section.prod-4 p{
  font-size: 32px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 50px;
}
.content-box section.prod-4 button,
.content-box section.prod-4 a{
  border-radius: 12px;
  padding: 10px 20px;
  cursor: pointer;
}
.content-box section.prod-4 a{
  margin-right: 10px;
  background-color: #0052CC;
  font-weight: 500;
  color: #fff;
}
.content-box section.prod-4 a:hover{
  background-color: #1E1E1E;
  color: #fff;
}
.content-box section.prod-4 button{
  border: 1px solid #0052CC;
  font-weight: 500;
  color: #0052CC;
}
.content-box section.prod-4 button:hover{
  border: 1px solid transparent;
  background-color: #1E1E1E;
  color: #fff;
}
.content-box section.prod-4 img{
  display: inline-block;
  width: 40%;
}

/* prod-m-eyes */
main .banner-box h1 strong{
  font-weight: 700;
}
.m-eyes main .banner-txt-flex {
  justify-content: space-evenly;
}
.m-eyes main .banner-txt-flex span{
  font-variant: normal;
}
.m-eyes main .img-txt-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.m-eyes section.prod-1 ul{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.m-eyes section.prod-1 ul>li{
  background-color: #646464;
  border-radius: 10px;
  width: 40%;
}
.m-eyes section.prod-1 ul>li .img-box{
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-eyes section.prod-1 ul>li img{
  display: inline-block;
  width: 60%;
}
.m-eyes section.prod-1 ul p{
  background-color: #fff;
  font-weight: 400;
  font-size: 17px;
  padding: 30px;
  margin: unset;
  font-family: 'Pretendard', sans-serif;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
}
.m-eyes section.prod-2 {
  flex-direction: column;
  padding: 120px 0 200px;
}
.m-eyes section.prod-2 .txt-box{
  text-align: center;
}
.m-eyes section.prod-2 .ul-box>ul{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 80px;
}
.m-eyes section.prod-2 .ul-box>ul:last-of-type{
  margin-top: 80px;
  justify-content: space-evenly;
}
.m-eyes section.prod-2 .ul-box li{
  text-align: center;
  max-width: 240px;
}
.m-eyes section.prod-2 .ul-box img{
  width: auto;
  height: 80px;
  border-radius: 0;
}
.m-eyes section.prod-2 .ul-box h2{
  margin: 20px 0;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.m-eyes section.prod-2 .ul-box span{
  color: #777;
  line-height: 1.3;
}
.m-eyes section.prod-4 button:first-of-type{
  margin-right: 10px;
  background-color: #E1524D;
  font-weight: 500;
  color: #fff;
  border: 1px solid #E1524D;
  pointer-events: none;
}
.m-eyes section.prod-4 button:first-of-type:hover{
  background-color: #1E1E1E;
  color: #fff;
  border: 1px solid #1E1E1E;
}
.m-eyes section.prod-4 button:last-of-type{
  border: 1px solid #E1524D;
  font-weight: 500;
  color: #E1524D;
}
.content-box section.prod-4 button:last-of-type:hover{
  border: 1px solid transparent;
  background-color: #1E1E1E;
  color: #fff;
}

.m-overall .content-box section.prod-4 {
  background-image: url(/img/product-cta-abstract.png);
  background-color: #E3EEFF;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: bottom;
}

/* prod-m-sign */
.m-sign main .banner-txt-flex {
  justify-content: center;
  gap: 24px;
}
.m-sign main .banner-box>img {border: none;}

/* prod-m-cal */
.m-cal main .banner-txt-flex {
  justify-content: center;
  gap: 24px;
}
.m-cal section.prod-3 .effects-box {
  justify-content: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 80px;
  padding: 0 5rem;
}
.m-cal section.prod-3 .effects-box h3 {
  line-height: 1;
  margin: 20px 0;
}
.m-cal section.prod-3 .effects-box .img-abs::after {display: none;}

/* prod-m-work */
.m-work main .banner-txt-flex {
  justify-content: center;
  gap: 24px;
}
.m-work section.prod-3 .effects-box {
  justify-content: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 80px;
  padding: 0 5rem;
}
.m-work section.prod-3 .effects-box h3 {
  line-height: 1;
  margin: 20px 0;
}
.m-work section.prod-3 .effects-box .img-abs::after {display: none;}

/* prod-m-arms */
.m-arms .content-box {
  padding-top: 0;
}
.m-arms .effects-box > div {
  flex: 1;
}
.m-arms section.prod-3 .effects-box .img-abs::after {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 30%;
}

/* 모바일 반응형 */
/* smartphones, touchscreens */
@media (max-width: 768px) and (hover: none) {
  /* 플로팅 버튼 */
  .btn-float>a {
    width: auto;
    padding: 4px;
    bottom: 200px;
    top: unset;
  }
  .btn-float h1 {
    display: none;
  }
  .btnFloat.stopped {
    position: absolute;
    bottom: 440px;
  }

  /* product */
  .prod-wrap .txt-wrap span br.mob{display:none;}
  .prod-wrap .content {
    padding-top: 70px;
    margin-bottom: 80px;
  }
  .prod-wrap .content>p {
    font-size: 25px;
    line-height: 1.3;
  }
  .prod-wrap .content>span {
    margin: 20px 0 50px;
    font-weight: 300;
    font-size: 18px;
  }
  .prod-wrap .slide-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .prod-wrap .slide-wrap>div {
    width: 100% !important;
    height: auto;
    flex-direction: column;
    gap: 30px;
    padding: 50px 30px;
    border-radius: 10px;
  }
  .prod-wrap .slide-wrap>div span {
    font-size: 17px;
  }
  .prod-wrap .slide-wrap>div a {
    padding: 15px 0;
    font-size: 17px;
    align-self: auto;
  }
  .prod-wrap .slide-wrap>div .img-wrap>img {opacity: 1;}
  .prod-wrap .txt-wrap {
    order: 2;
  }
  .banner-wrap{padding: 70px 0;}
  .banner-wrap span {
    font-size: 16px;
    margin: 20px 50px 50px;
  }
  .banners {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .banners a {
    padding: 15px 0;
    font-size: 17px;
    align-self: auto;
    width: 100%;
  }

  /* prod-m-management */
  .content {
    margin-top: 50px;
  }
  main .banner-box {
    padding-top: 30px;
    padding-bottom: 0;
  }
  main .banner-box h1 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  main .banner-box span {
    width: 80%;
    display: inline-block;
  }
  main .banner-box>img {
    border: 2px solid #eee;
    border-radius: 10px;
    margin: 30px 0;
  }
  main .banner-txt-flex {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  main .banner-txt-flex span{
    width: 100%;
    margin-bottom: 30px;
  }
  .content-box section.prod-1 p {
    font-size: 24px;
    margin: 20px 0;
  }
  .content-box section.prod-1 img {
    width: 100%;
  }
  .content-box section.prod-2 {
    padding: 50px 0;
    display: block;
  }
  .content-box section.prod-2 .txt-box h1 {margin: 20px 0;}
  .content-box section.prod-2 .txt-box p {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .content-box section.prod-2 button {
    margin-bottom: 40px;
  }
  .content-box section.prod-2 img {
    width: 100%;
    border-radius: 10px;
  }
  .content-box section.prod-3 {
    padding: 50px 0 100px;
  }
  .content-box section.prod-3 h1 {
    font-size: 28px;
  }
  section.prod-3 .effects-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  section.prod-3 .effects-box p {
    margin-top: 10px;
  }
  section.prod-3 .effects-box .img-abs::after {
    display: none;
  }
  .content-box section.prod-4>div {
    flex-direction: column;
  }
  .content-box section.prod-4>div .txt-box {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .content-box section.prod-4 p {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content-box section.prod-4 button:first-of-type {
    margin: 10px 0;
  }
  .content-box section.prod-4 img {
    width: 80%;
    order: 1;
    margin-bottom: 50px;
  }
  .content-box section.prod-4 a {
    margin-right: 0;
    text-align: center;
  }
  .m-mgmt .content-box section.prod-2 img {
    margin-top: 30px;
  }
  .m-mgmt main .banner-box {
    padding-bottom: 30px;
  }

  /* prod-m-eyes */
  .m-eyes main .img-txt-box {
    display: inline;
    text-wrap-mode: nowrap;
    margin: 0 10px;
  }
  .m-eyes main .banner-txt-flex>span.font-prtd {
    width: 100%;
  }
  .m-eyes main .img-txt-box span {
    width: auto;
    margin-bottom: 10px;
  }
  .m-eyes main .banner-txt-flex img {margin: 0 10px;}
  .content-box section.prod-1 p {
    margin: 40px 0;
  }
  .m-eyes section.prod-1 ul {
    flex-direction: column;
    gap: 30px;
  }
  .m-eyes section.prod-1 ul>li {
    width: 90%;
    margin: 0 auto;
  }
  .m-eyes section.prod-1 ul>li .img-box {
    height: 200px;
  }
  .m-eyes section.prod-1 ul>li img {
    width: 45%;
  }
  .m-eyes section.prod-1 ul>li img:last-of-type {
    width: 60%;
  }
  .m-eyes section.prod-1 ul p {
    padding: 18px 20px;
  } 
  .m-eyes section.prod-2 .ul-box>ul {
    display: block;
    margin-left: 30px;
  }
  .m-eyes section.prod-2 .ul-box li {
    display: flex;
    flex-direction:unset;
    flex-wrap: wrap;
    margin-bottom: 30px;
    max-width: unset;
  }
  .m-eyes section.prod-2 .ul-box img {
    width: auto;
    height: 40px;
    display: inline;
  }
  .m-eyes section.prod-2 .ul-box h2 {
    margin: unset;
    display: inline-block;
    width: auto;
    align-self: center;
    margin-left: 20px;
  }
  .m-eyes section.prod-2 .ul-box span {
    font-size: 17px;
    text-align: left;
    margin-top: 20px;
  }
  .m-eyes section.prod-2 .ul-box span.spacing{
    line-height: 1.5;
  }
  .m-eyes section.prod-2 .ul-box>ul:last-of-type {
    margin-top: 20px;
  }
  .m-eyes main .banner-box {
    padding-bottom: 30px;
  }

  /* products 기타 페이지들 */
  .m-cal section.prod-3 .effects-box,
  .m-work section.prod-3 .effects-box {
    justify-content: unset;
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0;
  }
  .banners > div {
    color: #2fbdbf;
  }
}