@charset "UTF-8";

.header-wrap {
  position: fixed;
}

.section {
  padding: 12rem 0 18rem;
}

.inner {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.visual {
  width: 100%;
  height: 50rem;
}

.visual.vis1 {
  background: url("../img/sub/visual/vis1.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis2 {
  background: url("../img/sub/visual/vis2.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis3 {
  background: url("../img/sub/visual/vis3.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis4 {
  background: url("../img/sub/visual/vis4.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis5 {
  background: url("../img/sub/visual/vis5.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis6 {
  background: url("../img/sub/visual/vis6.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis7 {
  background: url("../img/sub/visual/vis7.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis8 {
  background: url("../img/sub/visual/vis8.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis9 {
  background: url("../img/sub/visual/vis9.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis10 {
  background: url("../img/sub/visual/vis10.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis11 {
  background: url("../img/sub/visual/vis11.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis12 {
  background: url("../img/sub/visual/vis12.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis13 {
  background: url("../img/sub/visual/vis13.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis14 {
  background: url("../img/sub/visual/vis14.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis15 {
  background: url("../img/sub/visual/vis15.jpg") no-repeat center;
  background-size: cover;
}

.visual.vis16 {
  background: url("../img/sub/visual/vis16.jpg") no-repeat center;
  background-size: cover;
}

.visual .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 20rem;
}

.visual .vis-tit {
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.visual .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.sub-nav-wrap {
  position: absolute;
  width: 100%;
  margin-top: -7.2rem;
  background: #fff;
  border-bottom: 0.1rem solid #DDDDDD;
}

.sub-nav-wrap .sub-nav {
  padding: 2.4rem 0;
}

.sub-nav-wrap .inner {
  display: flex;
  gap: 3rem;
}

.sub-nav-wrap .inner li {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.sub-nav-wrap .inner li.select,
.sub-nav-wrap .inner li:hover {
  font-weight: 600;
  color: #1B92DA;
}

.s-nav {
  position: absolute;
  width: 100%;
  top: 20rem;
}

.nav-list {
  display: flex;
  justify-content: right;
  gap: 2.6rem;
}

.nav-list li {
  position: relative;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.57143;
  color: #fff;
}

.nav-list li::before {
  content: "";
  width: 0.6rem;
  height: 1rem;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../img/common/s-nav.png") no-repeat;
  background-size: cover;
}

.nav-list li:last-child::before {
  display: none;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding: 12rem 0 15rem;
  }
}

@media all and (max-width: 64rem) {
  .section {
    padding: 10rem 0 12rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .visual {
    height: 45rem;
  }

  .visual .txt-wrap {
    padding-top: 18rem;
  }

  .sub-nav-wrap {
    margin-top: -7.05rem;
  }

  .s-nav {
    top: 18rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .section {
    padding: 8rem 0 10rem;
  }

  .inner {
    padding: 0 2rem;
  }

  .visual {
    height: 40rem;
  }

  .visual .txt-wrap {
    gap: 2rem;
  }

  .s-nav {
    top: 15rem;
  }

  .sub-nav-wrap {
    margin-top: -6.1rem;
  }

  .sub-nav-wrap .sub-nav {
    padding: 2rem 0;
    overflow-x: auto;
  }

  .sub-nav-wrap .inner {
    width: auto;
    gap: 2rem;
  }

  .sub-nav-wrap .inner li {
    white-space: nowrap;
  }
}

.top-txt-area {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 12rem;
}

.top-txt-area .dep1 {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #1B92DA;
}

.top-txt-area .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.25;
}

/*공지 공통*/
.notice-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notice-top .all-num {
  font-size: var(--fs-com);
  line-height: 1.5;
}

.notice-top .all-num .total {
  font-weight: 600;
}

.notice-top .search-wrap {
  display: flex;
  width: 100%;
  max-width: 46.4rem;
  gap: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #000;
}

.notice-top .opt {
  width: 12.2rem;
  border: none;
  outline: none;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  background: url("../img/common/select.png") no-repeat 100% center;
}

.notice-top .search-input {
  display: flex;
  width: 100%;
  max-width: calc(100% - 14.6rem);
  gap: 1rem;
  align-items: center;
}

.notice-top .search-input input {
  width: 100%;
  max-width: calc(100% - 3rem);
  font-size: var(--fs-com);
  line-height: 1.5;
  color: #555555;
  outline: none;
}

.notice-top .search-input input::-moz-placeholder {
  color: rgba(85, 85, 85, 0.5);
}

.notice-top .search-input input::placeholder {
  color: rgba(85, 85, 85, 0.5);
}

@media all and (max-width: 85.375rem) {
  .top-txt-area {
    margin-bottom: 10rem;
  }
}

@media all and (max-width: 64rem) {
  .top-txt-area {
    margin-bottom: 8rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .top-txt-area {
    margin-bottom: 6rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .top-txt-area {
    margin-bottom: 4rem;
  }

  .notice-top .search-wrap {
    max-width: 24rem;
    gap: 1.6rem;
    padding-bottom: 0.6rem;
  }

  .notice-top .opt {
    width: 6.2rem;
  }

  .notice-top .search-input {
    max-width: calc(100% - 7.8rem);
  }
}

/*페이지네이션*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 12rem;
}

.pagination ul {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.pagination ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #555555;
  text-align: center;
}

.pagination ul li.active a {
  background: #1B92DA;
  color: #fff;
}

@media all and (max-width: 85.375rem) {
  .pagination {
    margin-top: 10rem;
  }
}

@media all and (max-width: 64rem) {
  .pagination {
    margin-top: 8rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .pagination {
    margin-top: 6rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .pagination {
    margin-top: 4rem;
    gap: 2rem;
  }

  .pagination ul {
    gap: 1rem;
  }

  .pagination ul a {
    width: 2.7rem;
    height: 2.7rem;
  }
}

/*썸네일 보이는 카드 형식 공지*/
.card-notice {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.6rem;
  margin-top: 4rem;
}

.card-notice li {
  width: calc(33.3333333333% - 2.4rem + 0.0002rem);
}

.card-notice li:hover .title {
  text-decoration: underline;
}

.card-notice li a {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.card-notice li .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.894737%;
}

.card-notice li .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-notice li .title {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.card-notice li .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.card-notice li .txt-wrap .date {
  font-size: var(--fs-sm);
  line-height: 1.57143;
  color: #1B92DA;
}

.card-notice li .txt-wrap .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
}

.card-notice li .txt-wrap .desc {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  color: #555555;
}

@media all and (max-width: 64rem) {
  .card-notice {
    gap: 4rem 2rem;
  }

  .card-notice li {
    width: calc(33.3333333333% - 1.3333333333rem + 0.0002rem);
  }

  .card-notice li .title {
    font-size: calc(var(--fs-md) + 0.2rem);
  }

  .card-notice li .txt-wrap {
    gap: 1.8rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .card-notice {
    margin-top: 2rem;
    gap: 3rem 1rem;
  }

  .card-notice li {
    width: calc(50% - 0.5rem);
  }

  .card-notice li a {
    gap: 1rem;
  }

  .card-notice li .title {
    font-size: var(--fs-md);
  }

  .card-notice li .txt-wrap {
    gap: 1rem;
  }
}

/*뷰페이지*/
.view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  width: 100%;
  border-top: 0.1rem solid #000;
  gap: 4rem;
}

.view-header .title {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.view-header .right-cont {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  min-width: 16.5rem;
}

.view-header .writer-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.view-header .writer-wrap .writer {
  font-size: var(--fs-sm);
  line-height: 1.57143;
  color: #555555;
}

.view-header .date {
  font-size: var(--fs-sm);
  line-height: 1.57143;
  color: #555555;
}

.view-body {
  padding: 6rem 4rem;
  border-top: 0.1rem solid #DDDDDD;
  border-bottom: 0.1rem solid #DDDDDD;
}

.view-body>* {
  margin-bottom: 2.4rem;
}

.view-body p {
  margin-bottom: 0;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.post-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.post-list a {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  padding: 2.4rem 4rem;
  border-bottom: 0.1rem solid #DDDDDD;
}

.post-list a:hover .state {
  color: #1B92DA;
}

.post-list a:hover .post-title {
  color: #000;
  opacity: 1;
}

.post-list .prev:hover img {
  content: url("../img/sub/sub3/prev-h.png");
}

.post-list .next:hover img {
  content: url("../img/sub/sub3/next-h.png");
}

.post-list .state {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.post-list .icon {
  display: block;
}

.post-list .icon img {
  display: block;
}

.post-list .right-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 10rem);
}

.post-list .post-title {
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.5;
}

.post-list .write-date {
  font-size: var(--fs-sm);
  line-height: 1.57143;
  color: #555555;
}

.list-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}

.list-btn-wrap .btn {
  padding: 1rem 2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: #1B92DA;
  font-size: var(--fs-md);
  line-height: 1.44444;
  color: #fff;
}

@media all and (max-width: 85.375rem) {
  .view-header {
    padding: 3rem;
  }

  .view-body {
    padding: 4rem 3rem;
  }

  .post-list a {
    padding: 2.4rem 3rem;
  }

  .list-btn-wrap {
    margin-top: 10rem;
  }
}

@media all and (max-width: 64rem) {
  .list-btn-wrap {
    margin-top: 8rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .view-header {
    padding: 2rem;
  }

  .view-header .title {
    font-size: calc(var(--fs-md) + 0.2rem);
  }

  .view-body {
    padding: 3rem 2rem;
  }

  .post-list a {
    padding: 1.6rem 2rem;
  }

  .list-btn-wrap {
    margin-top: 6rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .view-header {
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .view-header .title {
    font-size: var(--fs-md);
  }

  .view-header .right-cont {
    gap: 1.6rem;
  }

  .view-body {
    padding: 2rem 1rem;
  }

  .post-list a {
    padding: 1.2rem 1rem;
    gap: 1.8rem;
  }

  .post-list .state {
    gap: 1.4rem;
  }

  .post-list .right-wrap {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 7.9rem);
  }

  .post-list .post-title {
    display: block;
    width: 100%;
    max-width: calc(100% - 8rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .list-btn-wrap {
    margin-top: 4rem;
  }
}

/*카탈로그*/
.catalog-list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
  margin-top: 4rem;
}

.catalog-list li {
  display: flex;
  gap: 4rem;
  height: 100%;
  padding: 0 4rem 4rem;
  border-bottom: 0.1rem solid #DDDDDD;
}

.catalog-list li:first-child {
  padding-top: 4rem;
  border-top: 0.1rem solid #DDDDDD;
}

.catalog-list .thumb {
  display: flex;
  align-items: center;
  width: 22rem;
  height: 31.2rem;
  border: 0.1rem solid #DDDDDD;
}

.catalog-list .right {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 26rem);
  align-items: flex-start;
  flex-direction: column;
  padding: 4rem 0;
}

.catalog-list .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.catalog-list .tilte {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.catalog-list .desc {
  white-space: pre-wrap;
  font-family: "Pretendard", sans-serif;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.catalog-list .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.catalog-list .btn-list a {
  display: inline-flex;
  gap: 1.2rem;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: rgba(221, 221, 221, 0.5);
  font-size: var(--fs-md);
  line-height: 1.44444;
  color: #555555;
}

.catalog-list .btn-list a .icon {
  display: block;
}

.catalog-list .btn-list a .icon img {
  display: block;
}

.catalog-list .btn-list a:hover {
  color: #fff;
  background: #1B92DA;
}

.catalog-list .btn-list a:hover .icon img {
  content: url("../img/sub/sub4/down-h.png");
}

@media all and (max-width: 64rem) {
  .catalog-list {
    gap: 3rem;
  }

  .catalog-list li {
    padding: 0 3rem 3rem;
  }

  .catalog-list li:first-child {
    padding-top: 3rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .catalog-list .right {
    padding: 2rem 0;
  }

  .catalog-list .btn-list a {
    font-size: var(--fs-com);
  }
}

@media all and (max-width: 47.9375rem) {
  .catalog-list {
    margin-top: 2rem;
  }

  .catalog-list li {
    flex-direction: column;
    padding: 0 0 2rem;
    gap: 2rem;
  }

  .catalog-list li:first-child {
    padding-top: 2rem;
  }

  .catalog-list .right {
    width: 100%;
    max-width: none;
    padding: 0;
    gap: 2rem;
  }

  .catalog-list .txt-cont {
    gap: 1rem;
  }

  .catalog-list .btn-list {
    gap: 0.8rem 0.6rem;
  }

  .catalog-list .btn-list a {
    padding: 1rem 1.6rem;
  }
}

/*inq*/
.inq .sec-1 {
  background: url("../img/sub/sub4/bg.jpg") no-repeat bottom;
  background-size: cover;
}

.inq-flex {
  display: flex;
  justify-content: space-between;
}

.inq-flex .left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 58.6rem;
}

.inq-flex .sub-tit {
  font-size: var(--fs-vtit);
  font-weight: 600;
  line-height: 1.25;
}

.inq-flex .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.44444;
}

.inq-flex .inq-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 73.2rem;
  gap: 2.4rem;
}

.inq-flex .card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  width: calc(50% - 1.2rem);
  height: 24.2rem;
  background: #fff;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.2);
}

.inq-flex dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
}

.inq-flex dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  text-align: center;
}

.inq-flex dd {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.44444;
  text-align: center;
  color: #555555;
}

@media all and (max-width: 85.375rem) {
  .inq-flex .left {
    gap: 4rem;
  }
}

@media all and (max-width: 64rem) {
  .inq-flex {
    flex-direction: column;
    gap: 6rem;
  }

  .inq-flex .left {
    width: auto;
  }

  .inq-flex .inq-box {
    max-width: none;
  }
}

@media all and (max-width: 47.9375rem) {
  .inq-flex {
    gap: 4rem;
  }

  .inq-flex .left {
    gap: 2rem;
  }

  .inq-flex .inq-box {
    padding: 0;
    gap: 2rem;
  }

  .inq-flex .card {
    padding: 2.4rem 0;
    height: auto;
    width: 100%;
  }
}

/*스토어*/
.store .sec-1 {
  background: url("../img/sub/sub3/logobg.png") no-repeat left 76%;
}

.store-flex {
  display: flex;
  justify-content: space-between;
}

.store-flex .sub-tit {
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
}

.store-flex .desc {
  margin-top: 4rem;
  font-size: var(--fs-md);
  line-height: 1.44444;
}

.store-flex .left a {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 1rem 2rem;
  border: 0.1rem solid #1B92DA;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #1B92DA;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.store-flex .left a:hover {
  background: #1B92DA;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.store-flex .left a:hover img {
  content: url("../img/sub/sub3/right-h.png");
}

.store-flex .left .img {
  display: block;
}

.store-flex .left .img img {
  display: block;
}

.store-flex .btn-wrap {
  margin-top: 6rem;
}

.store-flex .link-card {
  max-width: 83rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
}

.store-flex .link-card li {
  width: calc(33.3333333333% - 1.4666666667rem);
  height: 15rem;
  border: 0.1rem solid #DDDDDD;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
}

.store-flex .link-card li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
}

.store-flex .link-card li:hover {
  border: 0.1rem solid #1B92DA;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
}

.store-flex .link-card li:hover .keyword {
  color: #1B92DA;
  gap: 1.2rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.store-flex .link-card li:hover .keyword .img {
  opacity: 1;
  width: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.store-flex .link-card .keyword {
  display: flex;
  gap: 0;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #555555;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.store-flex .link-card .keyword .img {
  opacity: 0;
  width: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media all and (max-width: 85.375rem) {
  .store .sec-1 {
    background-size: 35%;
  }

  .store-flex .link-card {
    max-width: 60%;
  }

  .store-flex .desc {
    font-size: var(--fs-com);
  }
}

@media all and (max-width: 64rem) {
  .store .sec-1 {
    background-size: 40%;
  }

  .store-flex .link-card {
    max-width: 50%;
    gap: 2rem;
  }

  .store-flex .link-card li {
    width: calc(50% - 1rem);
  }

  .store-flex .desc {
    font-size: var(--fs-com);
  }
}

@media all and (max-width: 63.9375rem) {
  .store .sec-1 {
    background: url("../img/sub/sub3/logobg.png") no-repeat left 47%;
    background-size: 40%;
  }

  .store-flex {
    flex-direction: column;
    gap: 4rem;
  }

  .store-flex .desc {
    margin-top: 3rem;
  }

  .store-flex .btn-wrap {
    margin-top: 5rem;
  }

  .store-flex .link-card {
    max-width: none;
  }

  .store-flex .link-card li {
    width: calc(33.3333333333% - 1.3333333333rem);
  }
}

@media all and (max-width: 47.9375rem) {
  .store .sec-1 {
    background: url("../img/sub/sub3/logobg.png") no-repeat left 25%;
    background-size: 65%;
  }

  .store-flex .desc {
    margin-top: 2rem;
    word-break: keep-all;
  }

  .store-flex .btn-wrap {
    margin-top: 3rem;
  }

  .store-flex .link-card {
    gap: 1rem;
  }

  .store-flex .link-card li {
    width: 100%;
  }
}

/*오시는 길*/
.map-info {
  display: flex;
  gap: 2.4rem;
}

.map-info .sub-tit {
  width: 34.2rem;
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.map-info .list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.map-info .list li {
  display: flex;
  gap: 2.4rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.map-info .list li>span {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.map-info .icon {
  display: block;
}

.map-info .icon img {
  display: block;
}

.map-info .type {
  display: block;
  min-width: 3.3rem;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}

.map {
  margin-top: 4rem;
  width: 100%;
  height: 46rem;
}

.map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 63.9375rem) {
  .map-info .sub-tit {
    width: 19.2rem;
  }

  .map-info .list li {
    gap: 1.8rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .map-info {
    flex-direction: column;
  }

  .map-info .sub-tit {
    width: 19.2rem;
  }

  .map-info .list li {
    gap: 0.6rem;
    flex-direction: column;
  }

  .map {
    margin-top: 3rem;
    height: 40rem;
  }
}

/*인증서*/
.cer-tab {
  display: flex;
  gap: 1.2rem;
  margin-top: 4rem;
}

.cer-tab a {
  display: block;
  padding: 1rem 2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: rgba(221, 221, 221, 0.5);
  font-size: var(--fs-md);
  line-height: 1.44444;
  color: #555555;
}

.cer-tab .on a {
  background: #1B92DA;
  color: #fff;
}

.cer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.cer-wrap li {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: calc(16.6666666667% - 2rem);
}

.cer-wrap .cer-name {
  font-size: var(--fs-com);
  line-height: 1.5;
  color: #555555;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .cer-wrap li {
    width: calc(20% - 1.92rem);
  }
}

@media all and (max-width: 64rem) {
  .cer-wrap li {
    width: calc(25% - 1.8rem);
  }
}

@media all and (max-width: 63.9375rem) {
  .cer-wrap li {
    width: calc(33.3333333333% - 1.6rem);
  }
}

@media all and (max-width: 47.9375rem) {
  .cer-tab {
    margin-top: 2rem;
  }

  .cer-wrap {
    gap: 2rem 1rem;
  }

  .cer-wrap li {
    width: calc(50% - 0.5rem);
  }
}

/*ceo 인사말*/
.sub-tit-wrap {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

.sub-tit-wrap .sub-tit {
  font-size: var(--fs-md);
  font-weight: 600;
  text-align: center;
  line-height: 1.44444;
}

.full-img {
  width: 100%;
  height: 46rem;
  margin-top: 8rem;
}

.full-img img {
  width: 100%;
  height: 100%;
}

.since {
  display: flex;
  margin-top: 12rem;
  gap: 2.4rem;
}

.since .year {
  display: block;
  width: 34.2rem;
  font-size: var(--fs-com);
  font-weight: 600;
  line-height: 1.5;
  color: #1B92DA;
}

.since .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.since .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.since .desc:last-child {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.since .desc span {
  font-weight: 600;
}

@media all and (max-width: 85.375rem) {
  .full-img {
    height: 43rem;
  }

  .since {
    margin-top: 10rem;
  }

  .since .year {
    width: 40%;
  }

  .since .desc {
    word-break: keep-all;
  }

  .since .desc br {
    display: none;
  }
}

@media all and (max-width: 64rem) {
  .full-img {
    margin-top: 6rem;
    height: 40rem;
  }

  .since {
    margin-top: 8rem;
  }

  .since .year {
    width: 45%;
  }
}

@media all and (max-width: 63.9375rem) {
  .full-img {
    margin-top: 5rem;
    height: 32rem;
  }

  .since {
    margin-top: 7rem;
  }

  .since .desc-wrap {
    gap: 1.8rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .sub-tit-wrap {
    gap: 1.4rem;
  }

  .full-img {
    margin-top: 4rem;
    height: 18rem;
  }

  .since {
    margin-top: 6rem;
    flex-direction: column;
    gap: 2rem;
  }

  .since .desc-wrap {
    gap: 1.2rem;
  }
}

/*연혁*/
.history .sec-1 {
  background: url("../img/sub/sub2/bg.jpg") no-repeat center bottom;
  background-size: cover;
}

.his-flex {
  display: flex;
  justify-content: space-between;
}

.his-wrap {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  padding: 4rem 0;
  max-width: 107.4rem;
  border-left: 0.1rem solid #DDDDDD;
}

.his-wrap>li {
  display: flex;
  justify-content: space-between;
  padding-left: 9.5rem;
}

.his-wrap .his-cont {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.his-wrap .year {
  position: relative;
  display: block;
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.his-wrap .year::before {
  content: "";
  width: 7.1rem;
  height: 0.1rem;
  position: absolute;
  top: 1.5rem;
  left: -9.5rem;
  background: #DDDDDD;
}

.his-wrap .year::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 1.25rem;
  left: -9.8rem;
  background: #DDDDDD;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.his-wrap .list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.his-wrap .list li {
  display: flex;
  gap: 1.2rem;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.his-wrap .list li .month {
  display: block;
  min-width: 3.5rem;
  color: #1B92DA;
  font-weight: 600;
}

@media all and (max-width: 85.375rem) {
  .his-wrap {
    max-width: 75%;
  }
}

@media all and (max-width: 64rem) {
  .his-wrap>li {
    padding-left: 4.5rem;
  }

  .his-wrap .year::before {
    content: "";
    width: 3.1rem;
    left: -4.5rem;
  }

  .his-wrap .year::after {
    content: "";
    left: -4.8rem;
  }

  .his-wrap .list li {
    font-size: calc(var(--fs-com) - 0.1rem);
  }
}

@media all and (max-width: 47.9375rem) {
  .his-flex {
    flex-direction: column;
  }

  .his-wrap {
    max-width: none;
  }
}

@media all and (max-width: 63.9375rem) {
  .his-flex {
    flex-direction: column;
  }

  .his-wrap {
    padding: 2rem 0;
    gap: 2rem;
  }

  .his-wrap>li {
    flex-direction: column;
    gap: 2rem;
    word-break: keep-all;
  }

  .his-wrap .list li {
    gap: 0.4rem;
  }
}

/*회사개요*/
.company .sec-1 {
  position: relative;
  padding-bottom: 12rem;
}

.company .sec-1::before {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F0F8FD;
  z-index: -1;
}

.company .sec-2 {
  background: url("../img/sub/sub2/bg2.png") no-repeat right 20%;
}

.company .sec-2 .top-txt-area {
  margin-bottom: 8rem;
}

.intro-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8rem;
}

.intro-wrap .sub {
  display: block;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  text-align: center;
}

.intro-wrap .name {
  margin-top: 1.2rem;
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
  color: #1B92DA;
  text-align: center;
}

.intro-wrap .desc {
  margin-top: 4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.4444;
  text-align: center;
}

.intro-wrap .line {
  height: 8rem;
  width: 0.1rem;
  background: #000;
}

.intro-wrap .step li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12.2rem;
  margin-top: -4rem;
}

.intro-wrap .step li:first-child {
  margin-top: 0;
}

.intro-wrap .step .right {
  width: 73.2rem;
}

.intro-wrap .num {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #1B92DA;
}

.intro-wrap dl {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.intro-wrap dt {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
  color: #1B92DA;
}

.intro-wrap dd {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.intro-wrap dd span {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.mvc-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.mvc-wrap .card-wrap {
  display: flex;
  gap: 2.4rem;
}

.mvc-wrap .type-box {
  display: block;
  min-width: 34.2rem;
  padding: 1.2rem 0 0 1.2rem;
  border-top: 0.1rem solid #1B92DA;
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
  color: #1B92DA;
}

.mvc-wrap .card {
  display: flex;
  gap: 2.4rem;
  width: 100%;
}

.mvc-wrap .card li {
  width: 100%;
  padding: 4rem 0;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  text-align: center;
  color: #1B92DA;
}

.mvc-wrap .card1 li {
  background: #1B92DA;
  color: #fff;
}

.mvc-wrap .card2 li {
  width: calc(50% - 1.2rem);
  border: 0.1rem solid #1B92DA;
  background: #fff;
}

.mvc-wrap .card3 li {
  width: calc(33.3333333333% - 1.6rem);
  border: 0.1rem solid #FAFAFA;
  background: #FAFAFA;
}

@media all and (max-width: 64rem) {
  .company .sec-1 {
    padding-bottom: 10rem;
  }

  .company .sec-1::before {
    content: "";
    height: 62%;
  }

  .company .sec-2 {
    background: url("../img/sub/sub2/bg2.png") no-repeat right 20%;
    background-size: 40%;
  }

  .intro-wrap {
    gap: 6rem;
  }

  .intro-wrap .step li {
    gap: 6rem;
  }

  .intro-wrap .step .right {
    max-width: 73.2rem;
    width: 100%;
  }

  .mvc-wrap .type-box {
    min-width: 22%;
  }
}

@media all and (max-width: 63.9375rem) {
  .company .sec-2 {
    background: url("../img/sub/sub2/bg2.png") no-repeat right 15%;
    background-size: 40%;
  }

  .company .sec-2 .top-txt-area {
    margin-bottom: 6rem;
  }

  .intro-wrap .desc {
    margin-top: 3rem;
  }

  .intro-wrap .step li {
    gap: 4rem;
    margin-top: -2rem;
  }

  .intro-wrap dl {
    gap: 1.8rem;
  }

  .intro-wrap dd span {
    word-break: keep-all;
    font-size: var(--fs-sm);
  }

  .intro-wrap dd span br {
    display: none;
  }

  .mvc-wrap {
    gap: 6rem;
  }

  .mvc-wrap .type-box {
    width: 20rem;
  }

  .mvc-wrap .card-wrap {
    flex-direction: column;
    gap: 1.8rem;
  }

  .mvc-wrap .card {
    gap: 2rem;
  }

  .mvc-wrap .card2 li {
    width: calc(50% - 1rem);
  }

  .mvc-wrap .card3 li {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}

@media all and (max-width: 47.9375rem) {
  .company .sec-1 {
    padding-bottom: 8rem;
  }

  .company .sec-1::before {
    content: "";
    height: 76.5%;
  }

  .company .sec-2 {
    background: url("../img/sub/sub2/bg2.png") no-repeat right 12%;
    background-size: 40%;
  }

  .company .sec-2 .top-txt-area {
    margin-bottom: 4rem;
  }

  .intro-wrap {
    gap: 4rem;
  }

  .intro-wrap .name {
    margin-top: 0.8rem;
  }

  .intro-wrap .desc {
    margin-top: 2rem;
    word-break: keep-all;
  }

  .intro-wrap .desc br {
    display: none;
  }

  .intro-wrap .step {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }

  .intro-wrap .step li {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }

  .intro-wrap .step li .img {
    text-align: center;
  }

  .intro-wrap .step li img {
    width: 70%;
  }

  .intro-wrap .line {
    height: 6rem;
  }

  .intro-wrap dl {
    gap: 1.2rem;
  }

  .intro-wrap dd span {
    font-size: var(--fs-com);
  }

  .mvc-wrap {
    gap: 4rem;
  }

  .mvc-wrap .type-box {
    padding: 0.6rem 0 0 0.6rem;
    width: 15rem;
  }

  .mvc-wrap .card-wrap {
    flex-direction: column;
    gap: 1.2rem;
  }

  .mvc-wrap .card {
    flex-wrap: wrap;
  }

  .mvc-wrap .card li {
    padding: 3rem 0;
    width: 100% !important;
  }
}

/*바이오*/
.bio .sec-1 {
  padding-bottom: 0;
  background: url("../img/sub/sub1/bg.jpg") no-repeat right top;
}

.bio .sec-2 .top-txt-area {
  margin-bottom: 0;
}

.bio-tit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}

.bio-tit-wrap .sub-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.bio-tit-wrap .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.bio-tit-wrap .desc {
  font-size: var(--fs-md);
  line-height: 1.44444;
  text-align: center;
}

.b-arti-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.b-arti-wrap .bio-arti {
  padding: 8rem 0;
}

.b-arti-wrap .bio-arti.bg {
  background: #FAFAFA;
}

.b-arti-wrap .bio-arti .inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.b-arti-wrap .type {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #1B92DA;
}

.b-arti-wrap .p-name {
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
}

.b-arti-wrap .flex-wrap {
  display: flex;
  gap: 12.2rem;
}

.b-arti-wrap .left-area {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.b-arti-wrap figure {
  width: 100%;
  max-width: 73.2rem;
}

.b-arti-wrap .out {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.b-arti-wrap .out>dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #1B92DA;
}

.b-arti-wrap .out>dd span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: var(--fs-com);
  line-height: 1.5;
}

.b-arti-wrap .list li {
  font-size: var(--fs-md);
  line-height: 1.44444;
}

.b-arti-wrap .right-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.b-arti-wrap .card {
  display: flex;
  gap: 2.4rem;
}

.b-arti-wrap .card li {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.b-arti-wrap .card .img {
  text-align: center;
}

.b-arti-wrap .cer {
  display: flex;
  gap: 2rem;
}

.b-arti-wrap .in {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.b-arti-wrap .in dt {
  font-size: var(--fs-com);
  line-height: 1.5;
  text-align: center;
}

.b-arti-wrap .in dd {
  font-size: var(--fs-com);
  line-height: 1.5;
  color: #555555;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .bio .sec-1 {
    background-size: 100%;
  }

  .b-arti-wrap .flex-wrap {
    gap: 6rem;
  }

  .b-arti-wrap .left-area {
    max-width: 50%;
    width: 50%;
  }

  .b-arti-wrap .right-area {
    width: 50%;
  }

  .b-arti-wrap .in dd {
    word-break: keep-all;
    font-size: calc(var(--fs-com) - 0.1rem);
  }

  .b-arti-wrap .in dd br {
    display: none;
  }

  .b-arti-wrap .card li {
    width: 33.3333333333%;
  }
}

@media all and (max-width: 64rem) {
  .b-arti-wrap {
    gap: 6rem;
  }

  .b-arti-wrap .flex-wrap {
    gap: 4rem;
  }

  .b-arti-wrap .in dd {
    font-size: var(--fs-sm);
  }

  .b-arti-wrap .card {
    gap: 1.6rem;
  }

  .b-arti-wrap .card li {
    width: 33.3333333333%;
  }

  .b-arti-wrap .list li {
    font-size: var(--fs-com);
  }
}

@media all and (max-width: 63.9375rem) {
  .b-arti-wrap .bio-arti {
    padding: 6rem 0;
  }

  .b-arti-wrap .bio-arti .inner {
    gap: 4rem;
  }

  .b-arti-wrap .flex-wrap {
    gap: 4rem;
  }

  .b-arti-wrap .in dd {
    font-size: var(--fs-sm);
  }

  .b-arti-wrap .card {
    flex-wrap: wrap;
    gap: 1.6rem 1rem;
  }

  .b-arti-wrap .card li {
    width: calc(50% - 0.5rem);
  }

  .b-arti-wrap .list li {
    font-size: var(--fs-com);
  }
}

@media all and (max-width: 47.9375rem) {
  .bio .sec-2 {
    padding-bottom: 6rem;
  }

  .bio-tit-wrap {
    gap: 2rem;
  }

  .bio-tit-wrap .desc-wrap {
    gap: 0.8rem;
  }

  .bio-tit-wrap .desc {
    font-size: var(--fs-com);
    word-break: keep-all;
  }

  .bio-tit-wrap .desc br {
    display: none;
  }

  .b-arti-wrap {
    gap: 2rem;
  }

  .b-arti-wrap .bio-arti {
    padding: 4rem 0;
  }

  .b-arti-wrap .bio-arti .inner {
    gap: 2rem;
  }

  .b-arti-wrap .flex-wrap {
    flex-direction: column;
    gap: 3rem;
  }

  .b-arti-wrap .left-area,
  .b-arti-wrap .right-area {
    width: 100%;
    max-width: none;
  }

  .b-arti-wrap .right-area {
    gap: 3rem;
  }

  .b-arti-wrap .cer {
    gap: 1rem;
  }
}

/*라키비움*/
.larch .sec-1 {
  padding-bottom: 0;
  background: url("../img/sub/sub1/bg2.jpg") no-repeat right top;
  background-size: cover;
}

.larch .description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.larch .desc-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.larch .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 4rem;
}

.larch .desc-wrap .desc {
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.44444;
  text-align: center;
}

.larch .circle-list {
  display: flex;
  justify-content: center;
  gap: 9.2rem;
  margin-top: 8rem;
}

.larch .circle-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.larch .circle-list li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: -5.2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url("../img/sub/sub1/plus.png") no-repeat;
  background-size: cover;
}

.larch .circle-list li:last-child::before {
  display: none;
}

.larch .circle-list .desc {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  text-align: center;
}

.larch .sec-2 .top-txt-area {
  margin-bottom: 8rem;
}

.larch .article-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.larch .article .inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.larch .bg {
  padding: 8rem 0;
  background: #F0F8FD;
}

.larch .bg .card li {
  background: #fff;
}

.larch .bg .point {
  background: #fff;
}

.larch .top-txt .num {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #1B92DA;
}

.larch .top-txt .arti-tit {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.larch .top-txt .desc {
  margin-top: 2.4rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.44444;
  color: #555555;
}

.larch .bot-wrap {
  display: flex;
  gap: 9.8rem;
}

.larch .control {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 2.4rem;
}

.larch .swiper-button-prev,
.larch .swiper-button-next {
  position: static;
  width: 7rem;
  height: 7rem;
  margin: 0;
}

.larch .swiper-button-prev {
  background: url("../img/sub/sub1/prev.png") no-repeat;
  background-size: cover;
}

.larch .swiper-button-next {
  background: url("../img/sub/sub1/next.png") no-repeat;
  background-size: cover;
}

.larch .mySwiper {
  width: 100%;
  max-width: 61rem;
  overflow: hidden;
}

.larch .right-info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

.larch .info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.larch .info>dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #1B92DA;
}

.larch .card {
  display: flex;
  width: 100%;
  gap: 1.2rem;
}

.larch .card li {
  width: 100%;
  padding: 2.4rem 2rem;
  background: #FAFAFA;
}

.larch .card .card-in {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
}

.larch .card .card-in span {
  white-space: nowrap;
  text-align: center;
  word-break: keep-all;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.larch .card .card-in span:first-child {
  font-weight: 600;
}

.larch .point {
  padding: 2.4rem;
  width: 100%;
  background: #FAFAFA;
}

.larch .point li {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

@media all and (max-width: 85.375rem) {
  .larch .bot-wrap {
    gap: 4rem;
  }

  .larch .left {
    max-width: 40%;
    width: 40%;
    height: 100%;
  }
}

@media all and (max-width: 64rem) {
  .larch .article .inner {
    gap: 4rem;
  }

  .larch .card .card-in span {
    font-size: var(--fs-sm);
  }

  .larch .card li {
    padding: 2.4rem 0.2rem;
  }

  .larch .swiper-button-next,
  .larch .swiper-button-prev {
    width: 5rem;
    height: 5rem;
  }

  .larch .point li {
    font-size: var(--fs-sm);
  }
}

@media all and (max-width: 63.9375rem) {
  .larch .desc-wrap .desc {
    word-break: keep-all;
  }

  .larch .desc-wrap .desc br {
    display: none;
  }

  .larch .circle-list {
    margin-top: 6rem;
  }

  .larch .sec-2 .top-txt-area {
    margin-bottom: 6rem;
  }

  .larch .article .inner {
    gap: 4rem;
  }

  .larch .top-txt .desc {
    word-break: keep-all;
  }

  .larch .top-txt .desc br {
    display: none;
  }

  .larch .bot-wrap {
    flex-direction: column;
  }

  .larch .left {
    max-width: none;
    width: 80%;
  }

  .larch .swiper-button-next,
  .larch .swiper-button-prev {
    width: 6rem;
    height: 6rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .larch .article-wrap {
    gap: 6rem;
  }

  .larch .desc-wrap {
    margin-top: 3rem;
  }

  .larch .circle-list {
    margin-top: 4rem;
    gap: 3.2rem;
  }

  .larch .circle-list li {
    gap: 1.2rem;
  }

  .larch .circle-list li::before {
    right: -2.2rem;
  }

  .larch .circle-list .desc {
    font-size: var(--fs-com);
  }

  .larch .sec-2 .top-txt-area {
    margin-bottom: 4rem;
  }

  .larch .article .inner {
    gap: 3rem;
  }

  .larch .card {
    flex-direction: column;
  }

  .larch .top-txt .desc {
    margin-top: 1.8rem;
  }

  .larch .top-txt .desc br {
    display: none;
  }

  .larch .bot-wrap {
    gap: 3rem;
  }

  .larch .right-info {
    gap: 3rem;
  }

  .larch .left {
    max-width: none;
    width: 100%;
  }

  .larch .point {
    padding: 2rem;
  }

  .larch .point li {
    word-break: keep-all;
  }

  .larch .control {
    padding: 0 1.8rem;
  }

  .larch .swiper-button-next,
  .larch .swiper-button-prev {
    width: 5rem;
    height: 5rem;
  }

  .larch .bg {
    padding: 6rem 0;
  }
}

.auto .sec-1 {
  padding-bottom: 0;
}

.auto .mid-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.auto .mid-cont .desc {
  margin-top: 4rem;
  font-size: var(--fs-md);
  line-height: 1.44444;
  text-align: center;
}

.auto .logo-list {
  display: flex;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  margin-top: 8rem;
}

.auto .logo-list li {
  width: calc(25% - 1.8rem);
}

.auto .sec-2 {
  padding: 12rem 0 12rem;
  background: url("../img/sub/sub1/bg3.jpg") no-repeat right;
  background-size: cover;
}

.auto .sec-2 .flex-wrap {
  display: flex;
  gap: 12.2rem;
}

.auto .sec-2 .left-txt {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 61rem;
}

.auto .sec-2 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.25;
}

.auto .sec-2 .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.auto .sec-3 {
  padding: 12rem 0 12rem;
  background: #FAFAFA;
}

.auto .sec-3 .top-txt-area {
  margin-bottom: 8rem;
}

.auto .sec-3 .arti-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.auto .sec-3 .flex-wrap {
  display: flex;
  gap: 12.2rem;
}

.auto .sec-3 .arti-left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 61rem;
}

.auto .sec-3 .arti-tit {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.auto .sec-3 .desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.auto .sec-3 .desc {
  font-size: var(--fs-com);
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}

.auto .sec-3 .reverse .inner {
  max-width: 192rem;
  padding: 0;
}

.auto .sec-3 .reverse .flex-wrap {
  flex-direction: row-reverse;
  justify-content: left;
  align-items: center;
}

.auto .tab-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.auto .arti-tit {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
}

.auto .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.auto .img-list li {
  width: calc(33.3333333333% - 1.6rem);
}

@media all and (max-width: 85.375rem) {
  .auto .sec-2 .flex-wrap {
    gap: 8.2rem;
  }

  .auto .sec-3 .flex-wrap {
    gap: 8.2rem;
  }
}

@media all and (max-width: 64rem) {
  .auto .sec-2 {
    padding: 10rem 0;
  }

  .auto .sec-2 .flex-wrap {
    gap: 4rem;
  }

  .auto .sec-2 .left-txt {
    max-width: 50%;
  }

  .auto .sec-3 {
    padding: 10rem 0;
  }

  .auto .sec-3 .arti-left {
    max-width: 50%;
  }

  .auto .sec-3 .flex-wrap {
    gap: 4rem;
  }

  .auto .sec-3 .reverse .arti-left {
    padding-right: 4rem;
  }

  .auto .cer-tab a {
    font-size: var(--fs-com);
  }
}

@media all and (max-width: 63.9375rem) {
  .auto .logo-list {
    margin-top: 4rem;
  }

  .auto .logo-list li {
    width: calc(33.3333333333% - 1.6rem);
  }

  .auto .sec-3 .top-txt-area {
    margin-bottom: 6rem;
  }

  .auto .scroll {
    overflow: scroll;
  }

  .auto .scroll .cer-tab {
    min-width: 86rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .auto .logo {
    width: 80%;
  }

  .auto .mid-cont .desc {
    word-break: keep-all;
    font-size: var(--fs-com);
  }

  .auto .mid-cont .desc br {
    display: none;
  }

  .auto .logo-list {
    margin-top: 3rem;
    gap: 0 2rem;
  }

  .auto .logo-list li {
    width: calc(50% - 1rem);
  }

  .auto .sec-2 {
    padding: 8rem 0 6rem;
  }

  .auto .sec-2 .flex-wrap {
    flex-direction: column;
  }

  .auto .sec-2 .left-txt {
    max-width: none;
    gap: 1.8rem;
  }

  .auto .sec-3 {
    padding: 8rem 0 6rem;
  }

  .auto .sec-3 .top-txt-area {
    margin-bottom: 4rem;
  }

  .auto .sec-3 .flex-wrap {
    flex-direction: column !important;
  }

  .auto .sec-3 .arti-left {
    max-width: none;
  }

  .auto .sec-3 .arti-wrap {
    gap: 6rem;
  }

  .auto .sec-3 .reverse .inner {
    padding: 0 2rem;
  }

  .auto .tab-box {
    gap: 3rem;
  }

  .auto .img-list {
    gap: 1rem;
  }

  .auto .img-list li {
    width: calc(50% - 1rem);
  }
}

/*air-fit*/
.air-fit .sec-1 {
  padding-bottom: 12rem;
  background-image: url("../img/sub/sub1/air-fit/section_01.jpg");
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-position: 60%;
}

.air-fit .sec-1 .tag-title {
  display: inline-flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 4rem 7.6rem 4rem 12.5%;
  border-radius: 0 100rem 100rem 0;
  -webkit-border-radius: 0 100rem 100rem 0;
  -moz-border-radius: 0 100rem 100rem 0;
  -ms-border-radius: 0 100rem 100rem 0;
  -o-border-radius: 0 100rem 100rem 0;
  background: #1B92DA;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}

.air-fit .sec-1 .sub {
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #fff;
}

.air-fit .sec-1 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.air-fit .sec-1 .flex-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 8rem;
}

.air-fit .sec-1 .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
}

.air-fit .sec-1 .left-cont {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.air-fit .sec-1 .info-card {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 70.8rem;
}

.air-fit .sec-1 .info-card>li {
  display: flex;
  gap: 2.4rem;
  width: calc(50% - 1.2rem);
}

.air-fit .sec-1 .icon {
  min-width: 6rem;
}

.air-fit .sec-1 dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.air-fit .sec-1 dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
}

.air-fit .sec-1 .info-list {
  display: flex;
  flex-direction: column;
}

.air-fit .sec-1 .info-list li {
  display: flex;
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.57143;
  color: #555555;
}

.air-fit .sec-1 .info-list li span {
  display: block;
}

.air-fit .sec-2 {
  padding-bottom: 12rem;
}

.air-fit .sec-2 .inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.air-fit .sec-2 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: center;
}

.air-fit .sec-2 .sec-tit {
  font-size: var(--fs-tit);
  font-weight: 600;
  line-height: 1.25;
}

.air-fit .sec-2 .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.air-fit .sec-2 .video {
  position: relative;
  width: 100%;
  max-width: 95.2rem;
  height: 0;
  margin: 0 auto;
  padding-bottom: 37.362%;
}

.air-fit .sec-2 .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.air-fit .line {
  width: 0.1rem;
  height: 8rem;
  margin: 0 auto;
  background: #000;
}

.air-fit .sec-3 {
  padding-bottom: 12rem;
  background: url("../img/sub/sub1/air-fit/section_03.jpg") no-repeat;
  background-size: cover;
}

.air-fit .sec-3 .inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.air-fit .sec-3 .top-txt-area {
  margin-bottom: 0;
}

.air-fit .sec-3 .sec-tit {
  color: #fff;
}

.air-fit .sec-3 .desc {
  margin-top: 1.2rem;
  font-size: var(--fs-com);
  line-height: 1.5;
  color: #fff;
}

.air-fit .sec-3 .point {
  color: #1B92DA;
}

.air-fit .sec-3 .line {
  background: #fff;
}

.air-fit .sec-3 dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}

.air-fit .sec-3 dt {
  font-size: var(--fs-stit);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.air-fit .sec-3 dd {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.air-fit .sec-3 .img-flex {
  display: flex;
  gap: 2.4rem;
  margin-top: 6rem;
}

.air-fit .sec-3 .type {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  display: block;
  padding: 1rem 2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #fff;
}

.air-fit .sec-4 {
  padding-bottom: 12rem;
}

.air-fit .sec-4 .top-txt-area {
  margin-bottom: 8rem;
}

.air-fit .sec-4 .flex-wrap {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}

.air-fit .sec-4 .flex-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  width: 50%;
  max-width: 58.6rem;
}

.air-fit .sec-4 .img {
  text-align: center;
}

.air-fit .sec-4 dt {
  display: block;
  width: 100%;
  padding: 2.4rem 0;
  background: #FAFAFA;
  text-align: center;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
}

.air-fit .sec-4 .info li {
  display: flex;
  gap: 2.4rem;
  padding: 1.2rem 2.4rem;
  border-bottom: 0.1rem solid #DDDDDD;
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.air-fit .sec-4 .info li span {
  display: block;
  min-width: 5.6rem;
  font-weight: 600;
}

.air-fit .sec-4 .info .first {
  height: 7.2rem;
  align-items: center;
}

.air-fit .sec-4 .info .point {
  color: #1B92DA;
}

.air-fit .sec-5 {
  padding-bottom: 12rem;
  background: url("../img/sub/sub1/air-fit/section_05.jpg") no-repeat;
  background-size: cover;
}

.air-fit .sec-5 dl {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.air-fit .sec-5 dt {
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
}

.air-fit .sec-5 dd {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.air-fit .sec-5 dd .point {
  font-weight: 600;
  color: #1B92DA;
}

.air-fit .sec-5 .img-wrap {
  margin-top: 8rem;
}

.air-fit .sec-6 {
  padding-bottom: 12rem;
  background: url("../img/sub/sub1/air-fit/bg.jpg") no-repeat left bottom;
  background-size: cover;
}

.air-fit .sec-6 .top-txt-area {
  margin-bottom: 0;
}

.air-fit .sec-6 .flex-wrap {
  display: flex;
  justify-content: space-between;
}

.air-fit .sec-6 .left {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.air-fit .sec-6 .desc {
  margin-top: 2.8rem;
  font-size: var(--fs-md);
  font-weight: 400;
  line-height: 1.44444;
}

.air-fit .sec-6 a {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 1rem 2rem;
  border: 0.1rem solid #1B92DA;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.57143;
  color: #1B92DA;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.air-fit .sec-6 a:hover {
  background: #1B92DA;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.air-fit .sec-6 a:hover img {
  content: url("../img/sub/sub3/right-h.png");
}

.air-fit .sec-7 {
  position: relative;
  padding-bottom: 12rem;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%);
}

.air-fit .sec-7 .top-txt-area {
  margin-bottom: 0;
}

.air-fit .sec-7 .tab-box {
  margin-top: 8rem;
}

.air-fit .sec-7 .flex-wrap {
  display: flex;
  gap: 14.6rem;
}

.air-fit .sec-7 .card-wrap {
  display: flex;
  gap: 2.4rem;
}

.air-fit .sec-7 .txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.air-fit .sec-7 .p-name {
  font-size: var(--fs-vtit);
  font-weight: 700;
  line-height: 1.25;
}

.air-fit .sec-7 .desc {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}

.air-fit .sec-7 .icon-wrap {
  display: flex;
  gap: 2.4rem;
}

.air-fit .sec-7 .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.air-fit .sec-7 li {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.air-fit .sec-7 li span {
  font-size: var(--fs-com);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.air-fit .sec-7 .icon {
  text-align: center;
}

.air-fit .sec-7 .go {
  position: absolute;
  right: 0;
  top: 29.2rem;
  z-index: 999;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  padding: 4rem 12.5% 4rem 4rem;
  border-radius: 100rem 0 0 100rem;
  -webkit-border-radius: 100rem 0 0 100rem;
  -moz-border-radius: 100rem 0 0 100rem;
  -ms-border-radius: 100rem 0 0 100rem;
  -o-border-radius: 100rem 0 0 100rem;
  background: #1B92DA;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}

.air-fit .sec-7 .go a {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #fff;
}

.air-fit .sec-8 .top-txt-area {
  margin-bottom: 8rem;
}

.air-fit .sec-8 .swiperAirfit {
  width: 100%;
  overflow: hidden;
}

.air-fit .sec-8 .type {
  position: absolute;
  display: block;
  padding: 1rem 2rem;
  left: 2.4rem;
  top: 2.4rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: var(--fs-md);
  font-weight: 600;
  line-height: 1.44444;
  color: #fff;
}

.air-fit .sec-8 .control {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 2.4rem;
}

.air-fit .sec-8 .swiper-button-prev,
.air-fit .sec-8 .swiper-button-next {
  position: static;
  width: 7rem;
  height: 7rem;
  margin: 0;
}

.air-fit .sec-8 .swiper-button-prev {
  background: url("../img/sub/sub1/prev.png") no-repeat;
  background-size: cover;
}

.air-fit .sec-8 .swiper-button-next {
  background: url("../img/sub/sub1/next.png") no-repeat;
  background-size: cover;
}

@media all and (max-width: 85.375rem) {
  .air-fit .sec-2 .video {
    padding-bottom: 44.834%;
  }

  .air-fit .sec-7 .flex-wrap {
    gap: 10.6rem;
  }

  .air-fit .sec-7 .go {
    top: 18.2rem;
  }
}

@media all and (max-width: 64rem) {
  .air-fit .sec-1 {
    background-position: 380%;
    background-size: 95%;
  }

  .air-fit .sec-1 .tag-title {
    padding: 2.4rem 5.6rem 2.4rem 8.5%;
    gap: 1rem;
  }

  .air-fit .sec-2 .inner-wrap {
    gap: 6rem;
  }

  .air-fit .sec-2 .video {
    padding-bottom: 56.512605%;
  }

  .air-fit .sec-2 .img-wrap {
    overflow-x: scroll;
  }

  .air-fit .sec-2 .img-wrap img {
    min-width: 120rem;
  }

  .air-fit .sec-3 .img-wrap {
    overflow-x: scroll;
  }

  .air-fit .sec-3 .img-wrap img {
    min-width: 120rem;
  }

  .air-fit .sec-3 .inner-wrap {
    gap: 6rem;
  }

  .air-fit .sec-4 .top-txt-area {
    margin-bottom: 6rem;
  }

  .air-fit .sec-5 .img-wrap {
    overflow-x: scroll;
  }

  .air-fit .sec-5 .img-wrap img {
    min-width: 120rem;
  }

  .air-fit .sec-6 .right-img {
    width: 50%;
  }

  .air-fit .sec-7 .go {
    padding: 2.4rem 8.5% 2.4rem 4rem;
  }

  .air-fit .sec-7 .flex-wrap {
    gap: 6rem;
  }

  .air-fit .sec-7 .card-wrap {
    width: 50%;
  }

  .air-fit .sec-8 .top-txt-area {
    margin-bottom: 6rem;
  }

  .air-fit .sec-8 .type {
    top: 1.8rem;
    left: 1.8rem;
    font-size: var(--fs-com);
  }

  .air-fit .sec-8 .swiper-button-prev,
  .air-fit .sec-8 .swiper-button-next {
    width: 5rem;
    height: 5rem;
  }
}

@media all and (max-width: 63.9375rem) {
  .air-fit .section {
    padding: 8rem 0;
  }

  .air-fit .sec-1 {
    background-position: 150% 8%;
    background-size: 80%;
  }

  .air-fit .sec-1 .flex-wrap {
    margin-top: 6rem;
  }

  .air-fit .sec-1 .left-cont {
    gap: 6rem;
  }

  .air-fit .sec-3 dd {
    word-break: keep-all;
  }

  .air-fit .sec-3 dd br {
    display: none;
  }

  .air-fit .sec-3 .type {
    top: 1.8rem;
    left: 1.8rem;
    font-size: var(--fs-com);
  }

  .air-fit .sec-3 .img-flex {
    margin-top: 4rem;
  }

  .air-fit .sec-4 .flex-wrap {
    flex-direction: column;
    gap: 6rem;
  }

  .air-fit .sec-4 .flex-card {
    width: 100%;
    max-width: none;
  }

  .air-fit .sec-6 .flex-wrap {
    gap: 4rem;
  }

  .air-fit .sec-6 .left {
    gap: 4rem;
  }

  .air-fit .sec-6 .desc {
    margin-top: 1.4rem;
    font-size: var(--fs-com);
  }

  .air-fit .sec-7 .go {
    top: 15.2rem;
  }

  .air-fit .sec-7 .tab-box {
    margin-top: 6rem;
  }

  .air-fit .sec-7 .flex-wrap {
    flex-direction: column;
  }

  .air-fit .sec-7 .card-wrap {
    width: 100%;
  }

  .air-fit .sec-7 .info-wrap {
    gap: 4rem;
  }

  .air-fit .sec-8 .top-txt-area {
    margin-bottom: 4rem;
  }
}

@media all and (max-width: 47.9375rem) {
  .air-fit .section {
    padding: 6rem 0 8rem;
  }

  .air-fit .sec-1 {
    background-position: 15% 7%;
    background-size: 105%;
  }

  .air-fit .sec-1 .tag-title {
    padding: 2rem 3.6rem 2rem 8.5%;
    gap: 0.6rem;
  }

  .air-fit .sec-1 .sec-tit {
    font-size: var(--fs-stit);
  }

  .air-fit .sec-1 .desc {
    word-break: keep-all;
  }

  .air-fit .sec-1 .desc br {
    display: none;
  }

  .air-fit .sec-1 .flex-wrap {
    margin-top: 8rem;
  }

  .air-fit .sec-1 .info-card {
    width: 100%;
  }

  .air-fit .sec-1 .info-card>li {
    width: 100%;
  }

  .air-fit .sec-1 .left-cont {
    gap: 4rem;
  }

  .air-fit .sec-2 .txt-wrap {
    gap: 1.8rem;
  }

  .air-fit .sec-2 .inner-wrap {
    gap: 4rem;
  }

  .air-fit .line {
    height: 6rem;
  }

  .air-fit .sec-3 .inner-wrap {
    gap: 4rem;
  }

  .air-fit .sec-3 .img-flex {
    flex-direction: column;
  }

  .air-fit .sec-4 .info .first {
    align-items: flex-start;
  }

  .air-fit .sec-4 dt {
    padding: 2rem;
  }

  .air-fit .sec-4 .flex-card {
    gap: 2rem;
  }

  .air-fit .sec-5 .img-wrap {
    margin-top: 4rem;
  }

  .air-fit .sec-6 .left {
    gap: 3rem;
  }

  .air-fit .sec-6 .flex-wrap {
    flex-direction: column;
  }

  .air-fit .sec-6 .right-img {
    width: 100%;
  }

  .air-fit .cer-tab a {
    font-size: var(--fs-sm);
  }

  .air-fit .sec-7 {
    padding-bottom: 4rem;
  }

  .air-fit .sec-7 .card-wrap {
    gap: 1.8rem;
  }

  .air-fit .sec-7 .tab-box {
    margin-top: 4rem;
  }

  .air-fit .sec-7 .go {
    top: 2.2rem;
    padding: 2rem 8.5% 2rem 3.6rem;
  }

  .air-fit .sec-7 .go a {
    font-size: var(--fs-com);
  }

  .air-fit .sec-7 .flex-wrap {
    grid-area: 4rem;
  }

  .air-fit .sec-7 .txt-wrap {
    gap: 1.8rem;
  }

  .air-fit .sec-7 .intro-wrap {
    gap: 2rem;
  }
}

/*aos*/
.vis-tit,
.s-nav,
.top-txt-area,
.notice-top,
.pagination,
.view-header,
.view-body,
.post-list,
.list-btn-wrap,
.map,
.map-info,
.cer-wrap,
.sub-tit-wrap,
.bio-tit-wrap {
  opacity: 0;
}

.visual .desc {
  opacity: 0;
}

.card-notice li {
  opacity: 0;
}

.catalog-list li {
  opacity: 0;
}

.inq-flex .left,
.inq-flex .inq-box {
  opacity: 0;
}

.store-flex .left {
  opacity: 0;
}

.store-flex .link-card {
  opacity: 0;
}

.since .year,
.since .desc-wrap {
  opacity: 0;
}

.his-wrap li {
  opacity: 0;
}

.intro-wrap .top,
.intro-wrap .mid-img,
.intro-wrap .line,
.intro-wrap .card-wrap {
  opacity: 0;
}

.intro-wrap .step li {
  opacity: 0;
}

.bio-arti .inner {
  opacity: 0;
}

.larch .description {
  opacity: 0;
}

.larch .article .inner {
  opacity: 0;
}

.auto .mid-cont,
.auto .flex-wrap,
.auto .tab-box {
  opacity: 0;
}

.air-fit .tab-box,
.air-fit .tag-title,
.air-fit .left-cont,
.air-fit .video,
.air-fit .line,
.air-fit .img-wrap,
.air-fit .bot,
.air-fit .flex-card,
.air-fit .btn-wrap,
.air-fit .right-img,
.air-fit .swiperAirfit,
.air-fit .go {
  opacity: 0;
}

.air-fit .sec-2 .txt-wrap {
  opacity: 0;
}

.air-fit .left .img {
  opacity: 0;
}