@import url(../css/common/root.css);
@import url(../css/common/fonts.css);
@import url(../css/common/reset.css);
@import url(../css/common/header.css);
@import url(../css/common/footer.css);

/* *******************************************************
 * 파일이름 : sub.css
 * 설명 : 서브페이지 공통 CSS
 * 업데이트 : 2023-01-16
 ******************************************************** */

/* *********************
 * 설명: Sub wrap
 ************************ */
html {
  scroll-behavior: smooth;
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
/* *********************
 * 설명: Sub 공통
 ************************ */
.s-contents {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.s-contents > div {
  padding: 50px 0 0;
}
.color {
  color: var(--main-color);
  font-family: var(--suit-500);
}

/* --- 최상단으로 이동 --- */
.top-fix {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(255, 128, 0, 0.8);
  z-index: 9999;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

.top-fix::after {
  content: "↑";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-family: var(--suit-500);
  text-align: center;
}

.max-wid {
  margin: 0 auto;
  max-width: var(--maxWid);
}

/* ===== Sub-top ===== */

.sub-top {
  width: 100%;
  height: auto;
}

.sub-title {
  padding: 50px 0 70px;
}

/* --- 탭 리스트 --- */
.tab-list-box {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
}
.tab-list {
  width: 100%;
  height: 100%;
}
.tab-list .list {
  position: relative;
  display: block;
  width: 100px;
  height: 100%;
  white-space: nowrap;
}

.service .tab-list .list {
  position: relative;
  display: block;
  width: calc(100% / 3);
  height: 100%;
  white-space: nowrap;
}

.tab-list .list a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-family: var(--suit-400);
  color: #c3c3c3;
  letter-spacing: 1px;
  text-align: center;
  padding: 0.9rem 0;
}
.tab-list .list a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: 0%;
  height: 2px;
  border-radius: 3px;
  background-color: var(--main-color);
  transition: width 0.5s;
}

.tab-list .list.active a::before {
  width: 45%;
}

.tab-list .list:hover a {
  color: var(--main-color);
  font-family: var(--suit-500);
}

.tab-list .list.active a {
  color: var(--main-color);
  font-family: var(--suit-500);
}

/* --- 탭 콘텐츠 --- */

.tab-cont > div {
  display: none;
}
.tab-cont > div.active {
  display: block;
}

/* --- title --- */
.sub-title .title .first {
  font-family: var(--suit-500);
  font-size: 40px;
  line-height: 1.4;
}

.sub-title .title .two {
  font-family: var(--suit-200);
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

/* ===== Sub-bottom ===== */

.sub-wid {
  max-width: var(--maxWid);
  margin: 0 auto;
}

.pdtb30 {
  padding: 30px 0;
}

.sub-bottom {
  position: relative;
  padding: 150px 0 200px;
}
@keyframes down {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-35px);
  }

  100% {
    transform: translateY(5px);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.ani {
  position: absolute;
  opacity: 0.6;
  z-index: -1;
}

.about .sub-bottom .cir-1 {
  top: 12%;
  left: 66%;
  animation: down 5s linear infinite;
}

.about .sub-bottom .cir-2 {
  top: 25%;
  left: -35%;
}

.ani.about {
  top: 33%;
  right: -8%;
}

.ani.about img {
  width: 60%;
  animation: rotate 20s linear infinite;
}

/* --- ROOT --- */

.sub-root > * {
  font-size: var(--smallTxt);
  color: #868686;
}

.sub-root .home {
  cursor: pointer;
}

.sub-root .arrow {
  margin: 0 5px;
}

/* *********************
 * 설명: Sub_1-1 소개
 ************************ */

/* about_1  */
.about .sub-top {
  position: relative;
}

.about .about-one .cont-1 {
  width: 100%;
  height: 100%;
}

.about .about-one .cont-1 .l-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.about .about-one .cont-1 .l-cont img {
  width: 100%;
}

.about .about-one .cont-1 .r-cont {
  align-items: center;
  justify-content: center;
  color: var(--txt-color);
}
.about .about-one .cont-1 .r-cont .fcon {
  width: 80%;
  justify-content: center;
  align-items: center;
}
.about-one .cont-1 .r-cont .tit {
  justify-content: center;
  font-size: var(--subtit);
  font-family: var(--suit-500);
  margin-bottom: 4rem;
}

.about .about-one .cont-1 .r-cont .txt {
  justify-content: center;
  font-size: var(--subtxt);
  word-break: break-all;
  width: 100%;
  line-height: 1.8;
}

/* cont_2  */

/* *********************
 * 설명: Sub_1-2 비전
 ************************ */
.about .ind-11 {
  top: 0;
  left: 0;
}

.about .ind-22 {
  top: 35%;
  right: -6%;
}
.about .cont-2 {
  width: 100%;
  height: 100%;
}

.about .cont-2 .fcont {
  justify-content: center;
  align-items: center;
}

.about .cont-2 .fcont .mb {
  margin-bottom: 2rem;
  display: block;
  color: var(--main-color);
  letter-spacing: 1px;
}

.about .cont-2 .fcont .tit {
  font-size: var(--subtit);
  margin-bottom: 40px;
  margin-top: 10px;
}

/* === 카드슬라이더(공통) */
.about .cardItemList {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}

/* tab3_study 이펙트 */

.card-slide {
  position: relative;
  width: 300px;
  perspective: 1000px;
  display: block;
}

.card-slide .front {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}

.card-slide:hover .front {
  transform: rotateY(180deg);
}

.card-slide .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  color: #fff;
  background: #ff8000;
  transform: rotateY(-180deg);
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}

.card-slide .back p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.card-slide:hover .back {
  transform: rotateY(0deg);
  z-index: 1;
}

.card-slide .back span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.3em;
}

.about .cardItemList .slick-list {
  height: 100%;
}

.about .cardItemList .slick-track {
  height: 100%;
}

.about .card-slide {
  width: calc(100% / 4);
  height: 100%;
  margin-left: 28px;
  border-radius: 15px;
  cursor: pointer;
}

.about .card-slide.one {
  background: #fdf6e6;
}

.about .card-slide.two {
  background: #f7f7f7;
}
.about .card-slide.three {
  background: #e6f0ff;
}
.about .card-slide.four {
  background: #f7f7f7;
}

.about .card-slide:first-child {
  margin-left: 14px;
}

.about .card-slide > .fl-col {
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.about .card-slide .img-box {
  padding: 2rem 2rem 1rem;
}

.about .card-slide .img-box img {
  margin: 0 auto;
}

.about .card-slide .fbox {
  width: 100%;
  justify-content: center;
  height: 30%;
  align-items: center;
}

.about .card-slide .fbox .tit {
  font-size: var(--midTxt);
  font-family: var(--suit-500);
  margin-bottom: 1rem;
}

.about .slick-arrow {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  z-index: 100;
  color: transparent;
  text-decoration: none;
  width: 68px;
  height: 124px;
  cursor: pointer;
  border: 0;
}

.about .slick-prev {
  left: -10%;
  right: auto;
  background: url(../images/index/card_arrow_prev.png) no-repeat center;
  background-size: 50% 50%;
}

.about .slick-next {
  right: -10%;
  left: auto;
  background: url(../images/index/card_arrow_next.png) no-repeat center;
  background-size: 50% 50%;
}

.about .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.about .slick-dots li {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.about .slick-dots li button {
  text-decoration: none;
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  color: transparent;
  border: 0;
  border-radius: 10px;
}
.about .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 6px;
}

/* *********************
 * 설명: Sub_1-3 연혁
 ************************ */
@keyframes down2 {
  0% {
    transform: translateY(5px);
    rotate: 0deg;
  }

  50% {
    transform: translateY(-45px);
    rotate: -10deg;
  }

  100% {
    transform: translateY(5px);
    rotate: 0deg;
  }
}

@keyframes down3 {
  0% {
    transform: translateY(5px);
    rotate: 0deg;
  }

  50% {
    transform: translateY(8px);
    rotate: -40deg;
  }

  100% {
    transform: translateY(5px);
    rotate: 0deg;
  }
}
.tab-three {
  height: 540px;
}
.ani-1 {
  top: 5%;
  left: -45%;
  animation: down2 5s linear infinite;
}

.ani-2 {
  top: 20%;
  right: -35%;
  animation: down2 5s linear infinite;
}

.ani-3 {
  top: 70%;
  right: -10%;
  animation: down3 5s linear infinite;
}

/* 연혁 탭 style */
.about .tab-three .tab-list {
  justify-content: center;
}
.about .tab-three .cont-1 .tab-list li {
  margin-right: 0px;
  width: 140px;
}

.about .tab-three .cont-1 .tab-list li a {
  position: relative;
  display: block;
  color: #c3c3c3;
  font-family: var(--suit-500);
  border-radius: 22px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
}

.about .tab-three .cont-1 .tab-list li.active a {
  background: var(--main-color);
  color: #fff;
}

.about .tab-three .cont-1 .tab-cont .tab .fl-row {
  padding-top: 70px;
  justify-content: center;
}

.about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(1) {
  width: 47%;
  text-align: center;
}
.about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(2) {
  width: 53%;
}

.about .tab-three .cont-1 .tab-cont .tab img {
  border-radius: 60px;
}

/* year */

.t-year {
  font-size: 2rem;
  color: var(--main-color);
  font-family: var(--suit-500);
  margin-bottom: 1.5rem;
}

/* 연혁 테이블 */

.ht {
  border-collapse: collapse;
  border-spacing: 0;
}
.ht td {
  border-width: 1px;
  font-size: 1rem;
  overflow: hidden;
  padding: 10px 5px;
}

.ht .year {
  text-align: left;
  vertical-align: top;
  font-family: var(--suit-600);
  letter-spacing: 1px;
}
.ht .txt {
  text-align: left;
  vertical-align: top;
  color: #444;
  text-indent: 16px;
}

/* *********************
 * 설명: Secion_2 서비스
 ************************ */
/* 도형 1 */
.service .ind-1 {
  top: 5%;
  left: -25%;
}
.service .ind-2 {
  bottom: 10%;
  left: -25%;
}
.service .ind-3 {
  top: 15%;
  right: -30%;
}
/* 도형 2 */
.service .ind-4 {
  top: 0%;
  left: -30%;
}

.service .ind-5 {
  top: 25%;
  right: -30%;
}

/* 도형 3 */

.service .ind-6 {
  top: 5%;
  left: -10%;
}
.service .ind-7 {
  top: 10%;
  right: -10%;
}
.service .ind-8 {
  bottom: 5%;
  left: -35%;
}
.service .ind-9 {
  top: 55%;
  right: -10%;
}

/* 도형 4 */
.service .ind-10 {
  top: 2%;
  right: -25%;
}

.service .ind-11 {
  bottom: 0%;
  left: -25%;
}

.service .tab-cont > div {
  display: none;
}

.service .tab-cont > div.active {
  display: block;
}
.service .tit {
  text-align: center;
  padding: 1rem 0 6.5rem;
}
.service .tit > .tat {
  font-size: 33px;
  font-family: var(--suit-500);
}

.service .tit > h4 {
  font-size: 1.15rem;
  font-family: var(--suit-100);
  padding-bottom: 0 !important;
  color: #868686;
}
.fixed-radius {
  overflow: hidden;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.fixed-box {
  width: 100%;
  height: 65vh;
  position: relative;
}

.fixed-box .bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 54%, 0% 0%);
}

.fixed-box .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.fix-1 {
  background-image: url(../images/sub/service/serv_1.jpg);
}

.fix-2 {
  background-image: url(../images/sub/service/serv_2.jpg);
}

.fix-3 {
  background-image: url(../images/sub/service/serv_3.jpg);
}

.fix-4 {
  background-image: url(../images/sub/service/agics_bg.gif);
}

.fix-5 {
  background-image: url(../images/sub/service/serv_5.png);
}

/* 상세설명 공통  */
.service-pc {
  display: block;
}
.service-mb {
  display: none;
}
.service .datail-list {
  padding-top: 60px;
}
.service .s-item {
  padding: 60px 0;
  max-width: 90%;
  margin: 0 auto;
}

.service .s-item > div {
  width: 50%;
}
.service .s-item .img-cont > img {
  width: 100%;
}
.service .s-item .img-cont::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}

.service .s-item-1 .txt-cont,
.service .s-item-3 .txt-cont {
  justify-content: center;
  align-items: center;
}

.service .s-item-2 .txt-cont {
  justify-content: center;
  align-items: start;
}

.service .s-item .txt-cont-1 .tat {
  font-size: 2rem;
  margin-top: 0.5rem;
  line-height: 1.4;
  font-family: var(--suit-500);
}

.service .s-item .txt-cont-1 p {
  font-size: 1rem;
  color: #9f9f9f;
  line-height: 1.6;
  margin-top: 2rem;
}

/* *********************
 * 설명: Secion_4 뉴스
 ************************ */
.news .cir-2 {
  bottom: 5%;
  right: -15%;
}
.galleryList {
  overflow: hidden;
}
.galleryList > ul {
  flex-wrap: wrap;
  gap: 60px 20px;
}
.galleryList > ul > li {
  border-bottom: 1px solid #ddd;
  position: relative;
  width: calc(33.333% - 16px);
  padding: 0 0 2rem;
}

.galleryList > ul > li .gall-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  margin: 0 auto 1rem;
  text-align: center;
  border-radius: 20px;
}

.galleryList > ul > li .gall-img img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* 제목 */
.galleryList > ul > li .txt {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
}
.galleryList > ul > li .title {
  color: #000;
  font-size: 1.17rem;
  line-height: 26px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 1rem;
  font-weight: 500;
}
.galleryList > ul > li .title font {
  font-weight: 500;
  margin-left: 10px;
}
.galleryList > ul > li .date {
  font-size: 0.95rem;
  display: inline-block;
  color: #666;
}

/* 호버 */

.galleryList > ul > li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* *********************
 * 설명: Secion_5 문의
 ************************ */

.contact .sub-bottom .cont-1 {
  width: 100%;
  height: 100%;
  gap: 2rem;
}
.contact.mail .sub-bottom .cont-1 > .one {
  width: 60%;
  height: 100%;
  font-size: var(--bigTxt);
  line-height: 1.4;
}

.contact.mail .sub-bottom .cont-1 > .two {
  width: 40%;
  height: 100%;
}

.contact.mail form {
  width: 80%;
  height: calc(var(--vh, 1vh) * 60);
  background: #ffffff;
  border: 0.5px solid rgba(225, 225, 225, 0.7);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.2);
  border-radius: 30px;
  padding: 2rem;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.contact.mail form .txt {
  outline: 0;
  background: #f7f7f7;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1rem;
  border-radius: 10px;
  font-family: var(--suit-300);
}

.contact.mail form textarea {
  height: 40%;
  font-family: var(--suit-300);
}
.contact.mail form .txt::placeholder {
  font-family: var(--suit-300);
  color: rgba(170, 170, 170, 0.6);
  font-size: 0.9rem;
}
.contact .sub-bottom .cir-1 {
  left: -50%;
  top: 35%;
  z-index: -1;
  animation: down 4s linear infinite;
}

.contact .sub-bottom .cir-2 {
  top: 8%;
  right: -10%;
  z-index: -1;
  animation: down 4s linear infinite;
}

.contact.mail .submit {
  background-color: #ff8000;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 9px 28px;
  border: 0;
  text-align: center;
  font-family: var(--suit-100);
  font-size: 15px;
}

/* *********************
 * 설명: Secion_5 오시는길
 ************************ */
.map-cont {
  width: 100%;
  height: 100%;
}
.map-cont .map-box {
  justify-content: end;
}
.map-cont .map-box .map {
  height: 100%;
  margin-bottom: 3%;
}

.map-cont .map-i {
  width: 100%;
  height: 50vh;
  border-radius: 20px;
  overflow: hidden;
}
.map-cont .map-box iframe {
  width: 100%;
  height: 100%;
}

.map-cont .map-box .list {
  height: 22%;
}

.map-cont .list {
  position: relative;
  width: 100%;
  padding-top: 2rem;
  gap: 2rem;
}

.map-cont .list > div {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  box-sizing: border-box;
}

.map-cont .list > div:nth-child(1) {
  border-right: 1px solid #c3c3c3;
}
.map-cont .list > div .icon {
  font-family: var(--suit-400);
}

.map-cont .list > div .txt {
  color: #868686;
  word-break: keep-all;
  text-align: center;
}

.map-cont .list > div .icon > span {
  margin-right: 8px;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.map-cont .list > div .icon > span img {
  display: inline-block;
  padding-top: 6px;
}

.map-cont .list > div > div:nth-child(1) {
  margin-bottom: 1rem;
}

/* *********************
 * 설명: 애니메이션 동작 감소
 ************************ */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: smooth;
  }
  .ani {
    animation: none;
  }
}
/* Desktop (해상도 1280px) */
@media screen and (max-width: 1280px) {
  /* *********************
 * 설명: about_1 회사소개
 ************************ */
  .about .sub-bottom .cir-1 {
    top: 12%;
    left: 66%;
    animation: none;
  }

  .ani.about {
    top: 12%;
    left: 66%;
  }

  .ani.about img {
    width: 40%;
  }
  /* *********************
 * 설명: about_3 연혁
 ************************ */
  .tab-three {
    height: 100%;
  }

  .about .tab-three .cont-1 .tab-cont .tab .hist {
    flex-direction: column !important;
    align-items: center;
  }
  .about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(2) {
    width: 50%;
    margin-top: 2rem;
  }
  .ht .txt {
    text-indent: 0px;
  }
  .t-year {
    text-align: left;
  }
}
/* PC (해상도 800px ~ 1024px)*/
@media screen and (max-width: 1024px) {
  /* *********************
 * 설명: about_1 회사소개
 ************************ */
  .about .sub-bottom .cir-1 {
    top: 20%;
    left: 5%;
    animation: none;
  }

  .about .about-one .cont-1 .l-cont img {
    width: 80%;
  }

  .ani.about {
    top: 2%;
    left: 60%;
  }

  .ani.about img {
    width: 80%;
  }
  .about-one .cont-1 {
    flex-direction: column !important;
  }
  .about .about-one .cont-1 .l-cont {
    text-align: center;
    margin: 0 auto;
    width: 85%;
  }

  .about .about-one .cont-1 .r-cont {
    width: 100%;
    margin: 4rem auto 0;
  }
  .about-one .cont-1 .r-cont .tit {
    text-align: center;
  }
  /* *********************
 * 설명: about_2 비전
 ************************ */

  .about-two .txtAnimationBox .animationItem {
    overflow: visible;
  }
  .about .card-slide:first-child {
    margin-left: 0px;
  }
  .about .cardItemList {
    width: calc(100% - 1rem);
    height: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .about .card-slide {
    width: 45%;
    height: 100%;
    margin-left: 0px;
    padding: 3rem 0;
  }

  /* *********************
 * 설명: contact_문의하기
 ************************ */
  .contact.mail .sub-bottom .cont-1 > .one,
  .contact.mail .sub-bottom .cont-1 > .two {
    width: 50%;
  }
  .contact.mail .sub-bottom .cont-1 > .one {
    font-size: 1.7rem;
  }
}
/* 태블릿, 모바일 가로 (해상도 768px ~ 830px)*/
@media screen and (max-width: 830px) {
  /* *********************
 * 설명: service 서비스
 ************************ */
  .service-pc {
    display: none;
  }
  .service-mb {
    display: block;
  }

  .service-mb .s-item .txt-cont {
    margin-bottom: 2rem;
    align-items: center;
  }
  .service .tab-list {
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .service .tab-list-box {
    position: relative;
  }

  .fixed-box .bg {
    position: relative;
  }

  .service .s-item > div {
    width: 100%;
  }
  .service .s-item .img-cont img {
    display: block;
    width: 100%;
  }
  /* *********************
 * 설명: news_회사소식
 ************************ */
  .galleryList > ul {
    flex-wrap: wrap;
  }
  .galleryList > ul > li {
    width: calc(50% - 14px);
  }
  /* *********************
 * 설명: about_3 연혁
 ************************ */
  .about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(2) {
    width: 60%;
    margin-top: 2rem;
  }
  /* *********************
 * 설명: contact_문의하기
 ************************ */
  .contact.mail .sub-bottom .cont-1 {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .contact.mail .sub-bottom .cont-1 > .one,
  .contact.mail .sub-bottom .cont-1 > .two {
    width: 100%;
  }
  /* *********************
 * 설명: contact_오시는길
 ************************ */
  .map-cont .map-box .list {
    flex-direction: column !important;
  }
}
/* 테블릿 세로 (해상도 600px ~ 767px)*/
@media screen and (max-width: 768px) {
}
/* Small 태블릿 (해상도 480px ~ 600px)*/
@media screen and (max-width: 600px) {
  /* *********************
 * 설명: 공통 top
 ************************ */
  .sub-root {
    /* justify-content: center;
    align-items: center;
    margin-top: 1rem; */
    display: none;
  }
  .sub-title {
    padding: 30px 0;
  }
  .sub-title .title .first {
    font-size: 2rem;
  }
  .sub-title .title .two {
    font-size: 1rem;
  }

  .about .tab-list,
  .news .tab-list,
  .contact .tab-list {
    width: 100%;
    height: 100%;
  }

  /* *********************
 * 설명: 공통 top/bottom영역
 ************************ */
  .s-contents > div {
    padding: 0px 0 0px;
  }

  .sub-bottom {
    padding: 40px 0 100px;
  }
  /* *********************
 * 설명: about_1 회사소개
 ************************ */
  .ani.about {
    top: 2%;
    left: 60%;
  }
  .ani.about img {
    width: 90%;
  }
  .about .about-one .cont-1 .l-cont img {
    width: 90%;
  }
  .about .sub-bottom .cir-1 {
    top: 90%;
    left: -23%;
  }
  .about .sub-bottom .cir-2 {
    top: 31%;
    right: -54%;
  }
  /* *********************
 * 설명: about_2 비전
 ************************ */
  /* .about .cont-2 .fcont .mb {
    display: block;
  } */
  .about .card-slide {
    width: 100%;
  }
  .about .cont-2 .fcont .tit {
    font-size: 35px;
  }
  .about .ind-22 {
    top: 85%;
    right: -6%;
  }
  /* *********************
 * 설명: about_3 연혁
 ************************ */

  .about .tab-three .cont-1 .tab-list {
    flex-wrap: wrap;
  }
  .about .tab-three .cont-1 .tab-list li {
    width: 33.333%;
  }
  .about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(1) {
    display: none;
  }
  /* *********************
 * 설명: about_3 연혁
 ************************ */
  .about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(2) {
    width: 80%;
    margin-top: 2rem;
  }
  .about .tab-three .cont-1 .tab-cont .tab .fl-row {
    padding-top: 15px;
  }

  .tab-three .ani-1 {
    top: 15%;
    left: -85%;
    width: 80%;
    animation: down2 5s linear infinite;
    z-index: -1;
    opacity: 0.4;
  }
  .tab-three .ani-2 {
    display: none;
  }
}
/* 모바일 가로, 모바일 세로 (해상도 320px ~ 480px)*/
@media screen and (max-width: 480px) {
  /* *********************
 * 설명: 공통
 ************************ */
  .about.circle {
    display: block !important;
  }
  @keyframes swipe {
    0% {
      transform: translateX(0px);
    }

    50% {
      transform: translateX(-10px);
    }

    100% {
      transform: translateX(0px);
    }
  }
  /* 탭 가로 스크롤 */
  .service .tab-list-box::before {
    content: "☞ Swipe";
    position: absolute;
    bottom: -25px;
    right: 0;
    color: rgba(255, 128, 0, 0.5);
    font-size: 1rem;
    font-family: var(--suit-400);
    animation: swipe 1.5s ease-out infinite;
  }

  .service .tab-list-box.active::before {
    display: none;
  }
  .service .tab-list .list {
    width: auto;
    flex: 0 0 auto;
    padding: 0 1rem;
  }
  /* *********************
 * 설명: about_1 회사소개
 ************************ */
  .about .about-one .cont-1 .r-cont .fcon {
    width: 100%;
  }

  .about .sub-bottom .cir-1 {
    top: 90%;
    left: -23%;
  }
  .about .sub-bottom .cir-2 {
    top: 31%;
    right: -64%;
  }
  .about .about-one .cont-1 .r-cont {
    width: 100%;
    margin: 2rem auto 0;
  }

  /* *********************
 * 설명: service 서비스
 ************************ */

  .service .datail-list {
    padding-top: 0px;
  }
  .service .s-item {
    padding: 30px 0 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .service .tit {
    text-align: center;
    padding: 1rem 0 2.5rem;
  }
  .service .tit > .tat {
    font-size: 26px;
  }
  .service .tit > h4 {
    padding: 20px 0;
  }
  .service .s-item .txt-cont-1 {
    width: 100%;
  }
  .service .s-item .txt-cont-1 .tat {
    font-size: 1.5rem;
  }

  /* *********************
 * 설명: news 회사소식
 ************************ */
  .galleryList {
    padding: 20px 0;
  }
  .galleryList > ul {
    flex-wrap: wrap;
    gap: 30px 0px;
  }
  .galleryList > ul > li {
    width: calc(100% - 14px);
  }
  /* *********************
 * 설명: contact_문의하기
 ************************ */
  .contact.mail .sub-bottom .cont-1 {
    padding-top: 0px;
  }
  .contact.mail .sub-bottom .cont-1 > .one > div:first-child {
    display: none;
  }
  .contact.mail form {
    width: 80%;
    height: 100%;
    border-radius: 15px;
    padding: 1.5rem;
  }
}
/* 아이폰(해상도 375px 이하)*/
@media screen and (max-width: 375px) {
  /* *********************
 * 설명: about_1 회사소개
 ************************ */
  .about-one .cont-1 .r-cont .tit {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .about .about-one .cont-1 .r-cont .txt {
    font-size: 1rem;
  }
  /* *********************
 * 설명: service 서비스
 ************************ */
  .service .tit > .tat {
    font-size: 1.7rem;
    word-break: keep-all;
    padding: 1rem;
    font-family: var(--suit-500);
  }

  .service .tit > h4 {
    font-size: 1rem;
    word-break: keep-all;
    padding: 0 1rem;
  }

  .service .s-item .txt-cont-1 .tat {
    font-family: var(--suit-500);
    color: #252525;
  }
  /* *********************
 * 설명: about_3 연혁
 ************************ */
  .about .tab-three .cont-1 .tab-cont .tab .fl-row > div:nth-child(2) {
    width: 100%;
  }
}
/* 갤럭시 fold(해상도 280px 이하)*/
@media screen and (max-width: 320px) {
  /* *********************
 * 설명: 공통
 ************************ */
  .sub-title .title .first {
    font-size: 1.8rem;
  }
  /* *********************
 * 설명: about_1 회사소개
 ************************ */
  .about-one .cont-1 .r-cont .tit {
    font-size: 2rem;
  }
  .about .about-one .cont-1 .r-cont .txt {
    font-size: 0.9rem;
    word-break: keep-all;
  }
  /* *********************
 * 설명: about_2 비전
 ************************ */
  .about .card-slide .fbox .txt {
    font-size: 0.6rem;
  }
  /* *********************
 * 설명: service 서비스
 ************************ */
  .about .card-slide .fbox .tit {
    font-size: 1.2rem;
  }

  .service .s-item .txt-cont-1 .tat {
    font-size: 1.3rem;
  }
  .service .s-item .txt-cont-1 p {
    font-size: 0.78rem;
  }
  /* *********************
 * 설명: news 회사소식
 ************************ */
  .galleryList > ul > li .title {
    font-size: 1rem;
  }
  /* *********************
 * 설명: contact_문의하기
 ************************ */
  .contact.mail .sub-bottom .cont-1 > .one {
    font-size: 1.7rem;
    text-align: center;
    word-break: keep-all;
  }
  .contact.mail form {
    width: 80%;
    border-radius: 15px;
    padding: 1.5rem;
  }
}
