@charset "UTF-8";
/* 공통 */
body .visual-wrap,
body .page-location,
body .content-wrap {
  opacity: 0;
}

.visual-wrap {
  position: relative;
  width: 100%;
  height: 45rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual-wrap > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual-wrap .inner {
  z-index: 10;
  position: relative;
  height: 100%;
}
.visual-wrap .visual-sub-txt {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 600;
}
.visual-wrap .visual-tit {
  position: absolute;
  bottom: 5rem;
  font-size: 7.6rem;
  font-weight: 800;
  color: #fff;
}
.visual-wrap + .page-location {
  margin-top: 2rem;
}

.page-location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10.4rem;
  padding-top: 2rem;
}
.page-location li {
  position: relative;
  font-size: var(--fs-md);
  font-weight: 500;
}
.page-location li:not(:last-child)::after {
  margin: 0 1rem;
  content: url("../img/icon/lca-arrow.svg");
}

/* 섹션 */
.section {
  margin: 12rem 0;
}
.section.sec-1 {
  margin-top: 10rem;
}
.section:last-child, .section:only-child {
  margin-bottom: 15rem;
}

/* 섹션 제목 */
.sec-tit-wrap {
  text-align: center;
}
.sec-tit-wrap .tit-desc {
  display: block;
  margin-bottom: 2rem;
  font-size: var(--fs-md);
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  letter-spacing: 0.64rem;
  color: #777;
}
.sec-tit-wrap .desc {
  margin-top: 3rem;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  color: var(--gray-ea);
}

.sec-tit {
  line-height: 1.2;
  font-size: 5rem;
  font-weight: 700;
}
.sec-tit.sm {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
}

.sec-sub-tit {
  padding: 3rem 6rem;
  font-size: 3rem;
  font-weight: 700;
}

@media all and (max-width: 85.375rem) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual-tit {
    font-size: 5rem;
  }
}
@media all and (max-width: 64rem) {
  .section {
    margin: 10rem 0;
  }
  .section.sec-1 {
    margin-top: 7rem;
  }
  .sec-tit {
    font-size: 4.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .visual-wrap .visual-tit {
    font-size: 4rem;
  }
  .section.sec-1 {
    margin-top: 8rem;
  }
  .sec-tit {
    font-size: 3.5rem;
  }
  .sec-sub-tit {
    padding: 2rem 6rem;
    font-size: 2.5rem;
  }
}
@media all and (max-width: 46.1875rem) {
  .visual-wrap {
    height: 25rem;
  }
  .visual-wrap .visual-tit {
    bottom: 3.5rem;
    font-size: 2.8rem;
  }
  .page-location {
    margin-top: 7.4rem;
  }
  .page-location li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
  }
  .page-location li:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .section.sec-1 {
    margin-top: 5rem;
  }
  .section:last-child {
    margin-bottom: 10rem;
  }
  .sec-tit {
    font-size: 2.3rem;
  }
  .sec-tit > span {
    display: block;
  }
  .sec-sub-tit {
    padding: 2rem;
    font-size: 2rem;
  }
}
/* 제품 슬라이드 */
.product-info-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50rem;
}

.product-slider-wrap {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 50.7%;
  max-width: 76rem;
  height: inherit;
}
.product-slider-wrap .slider-control {
  z-index: 30;
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 100%;
}
.product-slider-wrap .slider-control .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  cursor: pointer;
}
.product-slider-wrap .slider-control .item > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.product-slider-wrap .slider-control .item.swiper-slide-thumb-active {
  border: 2px solid #C7C7C7;
}
.product-slider-wrap .slider-control .item.swiper-slide-thumb-active img {
  filter: unset;
  -webkit-filter: unset;
}
.product-slider-wrap .product-slider {
  width: 100%;
  height: inherit;
}
.product-slider-wrap .product-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem;
  background-color: #fff;
}

.product-info {
  padding-left: 4rem;
  flex: 1 1 0;
}
.product-info .info-header {
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 700;
}
.product-info .info-body {
  margin-bottom: 2rem;
  padding: 4rem 0;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
.product-info .info-body > strong {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.product-info .info-body .desc {
  padding: 2rem 0;
  line-height: 1.75;
  font-size: var(--fs-md);
}
.product-info .info-body .color-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-info .info-body .color-wrap > figcaption {
  margin-right: 1rem;
  color: #777;
}
.product-info .info-bottom {
  font-size: 0;
}
.product-info .info-bottom .btn:first-child {
  margin-right: 2rem;
}

/* e-board */
/* 비디오 영역 */
.full-video-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-bottom: 22.969%;
  width: 40.834%;
  min-width: 78.9rem;
  height: 0;
}
.full-video-wrap .video {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.full-video-wrap .video > iframe {
  width: 100% !important;
  height: 100% !important;
}

/* 섹션 2 */
.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8rem 0;
  gap: 8rem;
}
.card .card-img-wrap {
  width: 54%;
  max-width: 81rem;
}

.card-txt-box {
  flex: 1 1 0;
}
.card-txt-box .card-header {
  margin-bottom: 4rem;
}
.card-txt-box .card-header .sub-tit {
  display: block;
  margin-bottom: 2rem;
  font-size: var(--fs-sm);
  font-family: "Unbounded", sans-serif;
  letter-spacing: 0.28rem;
  color: #3BA4F3;
}
.card-txt-box .card-header .card-tit {
  font-size: 3rem;
  font-weight: 700;
}
.card-txt-box .card-desc {
  line-height: 2.8rem;
}
.card-txt-box .small {
  margin-top: 1rem;
  font-weight: 600;
  color: #333;
}

/* 슬라이드 있는 */
.slide-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.slide-card .card-img-wrap {
  font-size: 0;
}
.slide-card .card-img-wrap .card-slider {
  margin-bottom: 2rem;
}
.slide-card .card-img-wrap .swiper-slide-thumb-active {
  position: relative;
}
.slide-card .card-img-wrap .swiper-slide-thumb-active::after {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #C7C7C7;
}
.slide-card .swiper-slide {
  background-color: #fff;
}
.slide-card.card-3 .slider-control .thumbs {
  display: flex;
  justify-content: flex-end;
}

/* 섹션 공통 parts*/
.row-img-card {
  height: 40rem;
}
.row-img-card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.row-img-card .card-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-img-card .card-img-wrap img {
  height: 100%;
}

/*테이블 */
.table-wrap {
  display: grid;
  margin: 8rem 0;
  width: 100%;
}
.table-wrap.col-2 {
  grid-template-columns: repeat(2, minmax(30rem, 73rem));
  grid-row: auto;
  gap: 8rem 4rem;
}
.table-wrap .table {
  width: 100%;
}
.table-wrap .table > table {
  width: 100%;
}
.table-wrap .table .table-tit-wrap {
  margin-bottom: 4rem;
}
.table-wrap .table .table-tit {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.table-wrap .table .table-desc {
  margin-top: 1rem;
  line-height: 2.8rem;
  text-align: center;
}
.table-wrap .table caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}
.table-wrap .table .th-20 {
  width: 20%;
  max-width: 12.5rem;
}

.details-table .table {
  font-size: var(--fs-md);
}
.details-table tr {
  border-bottom: 1px solid var(--gray-ea, #EAEAEA);
}
.details-table th {
  padding: 1.2rem 1rem;
  text-align: left;
  font-weight: 500;
}
.details-table td {
  padding: 1.2rem 1rem;
  text-align: right;
  color: #777;
}

@media all and (min-width: 120.0625rem) {
  .full-video-wrap {
    padding-bottom: 22.95%;
  }
}
@media all and (max-width: 85.375rem) {
  .full-video-wrap {
    padding-bottom: 34.7%;
  }
  .card:not(.slide-card) .card-img-wrap {
    padding: 7%;
  }
}
@media all and (max-width: 64rem) {
  .full-video-wrap {
    padding-bottom: 43.5%;
  }
  .card {
    margin: 10rem 0;
    gap: 4rem;
    height: auto;
  }
  .card .card-img-wrap {
    width: 50%;
  }
  .card-txt-box .card-header .card-tit {
    font-size: 2.1rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .full-video-wrap {
    padding-bottom: 56.5%;
    min-width: 100%;
  }
  .product-slider-wrap .slider-control {
    width: 6rem;
  }
  .product-info .info-bottom .btn:first-child {
    margin-right: 1rem;
  }
  .row-img-card {
    height: 30rem;
  }
}
@media all and (max-width: 46.1875rem) {
  .full-video-wrap {
    padding-bottom: 57%;
  }
  .product-info-wrap {
    display: block;
    height: auto;
  }
  .product-slider-wrap {
    width: 100%;
    height: 30rem;
  }
  .product-slider-wrap .product-slider .item {
    padding: 3rem 0;
  }
  .product-slider-wrap .product-slider .item img {
    width: auto;
    height: 100%;
  }
  .product-slider-wrap .slider-control {
    width: 6rem;
  }
  .product-info {
    padding: 3rem 0;
    width: 100%;
  }
  .product-info .info-header {
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }
  .product-info .info-body {
    padding: 2rem 0;
  }
  .card {
    flex-wrap: wrap;
  }
  .card .card-txt-box {
    margin-bottom: 2rem;
    width: 100%;
  }
  .card .card-txt-box .card-header {
    margin-bottom: 2rem;
    line-height: 1.2;
  }
  .card .card-img-wrap {
    width: 100%;
  }
  .card:not(.slide-card) .card-img-wrap {
    padding: 10%;
  }
  .row-img-card {
    height: auto;
  }
  .table-wrap.col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem 0;
  }
  .table-wrap .table .table-tit {
    font-size: 2rem;
  }
}
/*
PARTS
 */
.product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 35.7rem));
  gap: 2.4rem;
  margin-bottom: 12rem;
}
.product-list li .figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 30rem;
}
.product-list li .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-list li .tit {
  margin: 1rem 0;
  font-size: var(--fs-com);
  font-weight: 700;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.pagination .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li {
  margin: 0 0.5rem;
}
.pagination ul li a {
  text-align: center;
  font-weight: 400;
  color: #C7C7C7;
}
.pagination ul li:hover, .pagination ul li:focus {
  background-color: #0077CF;
}
.pagination ul li:hover a, .pagination ul li:focus a {
  color: #fff !important;
  font-weight: 700;
}
.pagination ul li.active {
  background-color: #0077CF;
}
.pagination ul li.active a {
  color: #fff !important;
  font-weight: 700;
}

@media all and (max-width: 63.9375rem) {
  .product-list {
    grid-template-columns: repeat(3, minmax(auto, 32%));
  }
}
@media all and (max-width: 46.1875rem) {
  .product-list {
    grid-template-columns: repeat(2, minmax(auto, calc(50% - 1.2rem)));
    margin-bottom: 8rem;
  }
  .product-list li .figure {
    height: 22rem;
  }
  .product-list li .figure img {
    width: auto;
    max-height: 90%;
  }
}
/*
view */
.view-slider-wrap {
  margin: 8rem 0 12rem;
}
.view-slider-wrap .container .item .figure {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 30rem;
}
.view-slider-wrap .container .item .figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.view-slider-wrap .container .item .tit {
  margin: 1rem 0;
  font-weight: 700;
}

/*
친환경 해양레저
*/
.technology .tit-content {
  margin: 10rem 0;
}

/*  뉴스 슬라이더 */
.news-slider-section {
  margin-bottom: 0 !important;
  padding: 2rem 0 15rem;
  background-color: #F2F5F6 !important;
}
.news-slider-section .sec-sub-tit {
  margin-bottom: 7rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  color: #777;
  letter-spacing: 0.64rem;
}
.news-slider-section .news-slider-wrap .swiper-button-next,
.news-slider-section .news-slider-wrap .swiper-button-prev {
  z-index: 10;
  width: 7.3rem;
  height: 6.2rem;
  background-color: #fff;
}
.news-slider-section .news-slider-wrap .swiper-button-next img,
.news-slider-section .news-slider-wrap .swiper-button-prev img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.news-slider-section .news-slider-wrap .swiper-button-next:hover img,
.news-slider-section .news-slider-wrap .swiper-button-prev:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.news-slider-section .news-slider-wrap .swiper-button-disabled {
  opacity: 1;
}
.news-slider-section .news-slider-wrap .swiper-button-disabled img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.news-slider-section .news-slider-wrap .swiper-button-next {
  right: -12rem;
}
.news-slider-section .news-slider-wrap .swiper-button-prev {
  left: -12rem;
}

.figure-card {
  display: grid;
  margin: 2rem 0 4rem;
  font-size: 0;
}
.figure-card.col-3 {
  grid-template-columns: repeat(3, minmax(auto, 48rem));
  gap: 3rem;
}
.figure-card.col-3 .figure {
  position: relative;
  padding-bottom: 62.5%;
  width: 100%;
  height: 0;
}
.figure-card.col-3 .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.figure-card.col-2 {
  grid-template-columns: repeat(2, minmax(auto, 73rem));
  gap: 4rem;
}
.figure-card.col-2 .figure {
  position: relative;
  padding-bottom: 54.795%;
  width: 100%;
  height: 0;
}
.figure-card.col-2 .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bar {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  line-height: 177.778%;
  font-weight: 400;
  color: #333;
}
.bar::before {
  position: absolute;
  left: 0;
  content: "-";
}

.con-desc dl {
  margin: 2rem 0;
}
.con-desc dl dt,
.con-desc dl dd {
  line-height: 177.778%;
}
.con-desc .subject {
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
.con-desc dd {
  font-weight: 400;
}
.con-desc dd .bar {
  margin-bottom: 0 !important;
}
.con-desc .flex-start .subject {
  position: relative;
  margin-right: 0.5rem;
  padding-right: 1rem;
}
.con-desc .flex-start .subject:after {
  position: absolute;
  right: 0;
  content: ":";
}

@media all and (max-width: 85.375rem) {
  .news-slider-section .swiper-button-next,
  .news-slider-section .swiper-button-prev {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .technology .sec-tit-wrap .desc > span {
    display: block;
  }
  .technology .tit-content {
    margin: 7rem 0;
  }
  .con-desc dt {
    width: -moz-fit-content;
    width: fit-content;
  }
  .con-desc .flex-start {
    flex-direction: column;
  }
  .con-desc .subject {
    white-space: wrap;
  }
  .figure-card.col-3 {
    gap: 1.5rem;
  }
  .figure-card.col-2 {
    gap: 2rem;
  }
  .bar {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 46.1875rem) {
  .technology .tit-content {
    margin: 5rem 0;
  }
  .figure-card.col-3 {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .figure-card.col-2 {
    margin-bottom: 2rem;
    gap: 1rem;
  }
  .bar {
    margin-bottom: 1rem;
  }
}
/*
SUPPORT
*/
/* 공인 대리점 */
.nation-wrap {
  margin: 8rem 0;
}
.nation-wrap .sec-sub-tit {
  padding-left: 0;
  padding-top: 0;
}

.map-wrap {
  margin-bottom: 12rem;
  width: 100%;
  max-width: 150rem;
  height: 70rem;
}
.map-wrap > iframe {
  width: 100% !important;
  height: 100% !important;
}

.nation-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(25%, 35.7rem));
  gap: 2.4rem;
}
.nation-list > li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 3rem;
  width: 100%;
  height: 33.6rem;
  font-size: var(--fs-md);
  background-color: #F2F5F6;
}
.nation-list > li .card-tit {
  margin-bottom: 1rem;
  font-size: var(--fs-lg);
}
.nation-list > li .desc,
.nation-list > li .address {
  margin-bottom: 3rem;
}
.nation-list > li .address {
  line-height: 1.75;
}
.nation-list > li .info li {
  margin-bottom: 1rem;
}
.nation-list > li .info li:last-child {
  margin-bottom: 0;
}
.nation-list > li .info li b {
  display: inline-block;
  margin-right: 1rem;
  min-width: 5.4rem;
  font-weight: 600;
}
.nation-list > li > a {
  margin-top: auto;
  color: #0077CF;
}

.top-link-wrap {
  margin-bottom: 9rem;
}
.top-link-wrap .link-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}
.top-link-wrap .link-btn-group .link-md-btn {
  padding: 1.1rem 3rem;
  text-align: center;
  font-weight: 700;
}
.top-link-wrap .link-btn-group .link-md-btn span {
  margin-right: 0.6rem;
}
.top-link-wrap .link-btn-group .link-md-btn img {
  width: 1.6rem;
  height: 1.6rem;
}
.top-link-wrap .link-btn-group.col-3 {
  margin: 5rem 0 8rem;
}

@media all and (max-width: 85.375rem) {
  .map-wrap {
    height: 60rem;
  }
  .nation-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media all and (max-width: 64rem) {
  .map-wrap {
    margin-bottom: 7rem;
    height: 55rem;
  }
  .nation-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-link-wrap .link-btn-group {
    flex-wrap: wrap;
  }
  .top-link-wrap .link-btn-group.col-6 {
    justify-content: flex-start;
  }
  .top-link-wrap .link-btn-group.col-6 .link-md-btn {
    padding: 1.1rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .top-link-wrap {
    margin-bottom: 6rem;
  }
  .top-link-wrap .link-btn-group.col-3 {
    margin: 3rem 0 5rem;
  }
  .top-link-wrap .link-btn-group.col-6 .link-md-btn {
    padding: 1.1rem;
    width: calc(33% - 2rem);
  }
}
@media all and (max-width: 46.1875rem) {
  .nation-wrap {
    margin: 5rem 0;
  }
  .nation-list {
    grid-template-columns: 1fr;
  }
  .nation-list > li {
    min-height: 28rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  .nation-list > li .desc,
  .nation-list > li .address {
    margin-bottom: 1.5rem;
  }
  .top-link-wrap .link-btn-group {
    flex-wrap: wrap;
  }
  .top-link-wrap .link-btn-group.col-3 .link-md-btn {
    width: 19.5rem;
  }
  .top-link-wrap .link-btn-group.col-6 .link-md-btn {
    padding: 1.1rem;
    width: calc(50% - 0.7rem);
    font-size: 1.2rem;
  }
  .top-link-wrap .link-btn-group.col-6 .link-md-btn span {
    margin-right: 0;
  }
}
/* 서비스 및 수리 */
.as .sec-tit-wrap {
  margin-bottom: 8rem;
}
.as .accordion-wrap .sec-sub-tit {
  margin-bottom: 5rem;
}
.as .accordion {
  margin: 3rem 0;
}
.as .accordion:nth-of-type(1) {
  margin-top: 0;
}
.as .accordion.open .accordion-open-btn::before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.6s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.as .accordion-header {
  line-height: 181.818%;
  font-size: 2.2rem;
  font-weight: 600;
}
.as .accordion-open-btn {
  display: block;
  position: relative;
  padding-left: 1.84rem;
}
.as .accordion-open-btn::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.84rem;
  height: 1.4rem;
  background: url("../img/icon/arrow.svg") center/contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.6s;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
}
.as .accordion-body {
  display: none;
  padding: 4rem 6.4rem 3rem;
  font-size: 1.9rem;
  line-height: 177.778%;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #C7C7C7;
  background-color: #fff;
}
.as .accordion-body li {
  margin-bottom: 2rem;
}
.as .accordion-body li p {
  margin-bottom: 0;
}
.as .accordion-body li:last-child {
  margin-bottom: 0;
}
.as .accordion-body li > .small {
  font-weight: 500;
}
.as .accordion-body h4 {
  font-weight: 500;
  color: #333;
}

@media all and (max-width: 85.375rem) {
  .as .accordion {
    margin: 2rem 0;
  }
  .as .accordion-header {
    padding: 2rem 6rem;
    font-size: 1.8rem;
  }
  .as .accordion-body {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .as .sec-tit-wrap {
    margin-bottom: 5rem;
  }
  .as .accordion-wrap .sec-sub-tit {
    margin-bottom: 3rem;
  }
  .as .accordion {
    margin: 2rem 0;
  }
  .as .accordion-header {
    padding: 2rem 3rem;
    font-size: 1.6rem;
  }
  .as .accordion-body {
    padding: 2rem 3rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 46.1875rem) {
  .as .sec-tit-wrap {
    margin-bottom: 3rem;
  }
  .as .accordion-wrap .sec-sub-tit {
    margin-bottom: 1rem;
    line-height: 1.3;
  }
  .as .accordion {
    margin: 1rem 0;
  }
  .as .accordion-header {
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
  .as .accordion-open-btn::before {
    width: 0.5rem;
  }
  .as .accordion-body {
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
  }
}
.list-wrap .list-item {
  margin: 8rem 0;
}
.list-wrap .list-item .inner-box {
  padding: 4rem 6.4rem;
}

/* 매뉴얼 다운로드 */
.manual .sec-tit {
  line-height: 1.2;
}

/* 리콜 */
.recall .img-wrap {
  margin: 0 auto;
  width: 66.14%;
  max-width: 99.2rem;
}
.recall .img-wrap .sec-sub-tit {
  margin-bottom: 5rem;
  padding: 2rem 0;
  text-align: center;
}
.recall .img-wrap .figure {
  margin: 0 auto;
  width: 100%;
}

.last-sec-gradient {
  margin-bottom: 0 !important;
  padding-bottom: 11.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(119, 119, 119, 0.2) 100%);
}

@media all and (max-width: 63.9375rem) {
  .recall .img-wrap {
    width: 100%;
  }
}
/*
ACADEMY
*/
.tit-box {
  padding: 3rem 6rem;
  font-size: 3rem;
  font-weight: 700;
  background-color: #F2F5F6;
}

.arrow-list li {
  position: relative;
  margin: 2rem 0;
  padding-left: 1.5rem;
  color: #333;
}
.arrow-list li:first-child {
  margin-top: 0;
}
.arrow-list li:last-child {
  margin-bottom: 0;
}
.arrow-list li::before {
  position: absolute;
  margin-right: 0.8rem;
  left: 0;
  content: url("../img/icon/arrow.svg");
}
.arrow-list li > a {
  cursor: default;
}

/* 교육 프로그램 */
.curriculum .day-curriculum {
  padding: 4rem 6.4rem;
  border-bottom: 1px solid #EAEAEA;
}
.curriculum .day-curriculum .list-tit {
  margin-bottom: 2rem;
}
.curriculum .day-curriculum:only-child {
  border-bottom: 0 none;
}

@media all and (max-width: 64rem) {
  .curriculum .day-curriculum {
    padding: 4rem 3rem;
  }
}
@media all and (max-width: 46.1875rem) {
  .arrow-list li {
    line-height: 1.3;
  }
}
/* 인명구조 장비 교육 */
.edu-list {
  counter-reset: num 0;
}
.edu-list .tit-box.num::before {
  margin-right: 0.5rem;
  counter-increment: num 1;
  content: counter(num) ".";
  font-size: inherit;
}

/* DEMO TEAM */
.team-box {
  padding-bottom: 4rem;
}
.team-box:first-child {
  margin-top: 0;
}
.team-box .sec-tit {
  margin-bottom: 8rem;
}
.team-box .concept {
  margin-left: 0.8rem;
}
.team-box .pr-box .arrow-list li {
  color: #333;
}
.team-box .pr-box .arrow-list li .tit {
  padding-right: 0.8rem;
}
.team-box .pr-box .arrow-list li .con {
  padding-left: 0.8rem;
}

.media-wrap {
  position: relative;
  margin: 2rem auto 0;
  padding-bottom: 49.199%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.media-wrap > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.media-wrap > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.bottom-inquiry-link {
  padding-top: 10rem;
}
.bottom-inquiry-link .sub-tit {
  letter-spacing: 0.64rem;
}
.bottom-inquiry-link .sec-tit {
  margin: 3.5rem 0;
}

@media all and (max-width: 64rem) {
  .tit-box {
    padding: 2rem 4rem;
    font-size: 2.5rem;
  }
  .list-wrap .list-item {
    margin: 4rem 0;
  }
  .list-wrap .list-item .inner-box {
    padding: 3rem 4rem;
  }
  .team-box .sec-tit {
    margin-bottom: 4rem;
  }
  .parts-list li .tit {
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .bottom-inquiry-link {
    padding-top: 7rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .team-box.list-item {
    margin-top: 0;
  }
  .media-wrap {
    margin: 4rem 0;
    padding-bottom: 56%;
    width: 100%;
  }
}
@media all and (max-width: 46.1875rem) {
  .tit-box {
    padding: 2rem 2rem;
    font-size: 1.8rem;
  }
  .list-wrap .list-item {
    margin: 4rem 0;
  }
  .list-wrap .list-item .inner-box {
    padding: 3rem 2rem;
  }
  .team-box {
    padding-bottom: 2rem;
  }
  .team-box.list-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .parts-list {
    gap: 1rem;
  }
  .parts-list.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .parts-list li .tit {
    font-size: 1.4rem;
  }
  .bottom-inquiry-link {
    padding-top: 3rem;
  }
}
.edu-video .arrow-list a {
  cursor: pointer;
}

/*
about us
*/
.news-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(32.26%, 48.4rem));
  gap: 4rem 2.4rem;
  margin-bottom: 5rem;
}

.news-card {
  max-width: 100%;
}
.news-card > a {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.7rem;
  min-height: 51.8rem;
  background-color: #fff;
  border: 1px solid #C7C7C7;
}
.news-card .figure {
  position: relative;
  width: 100%;
  min-height: 27rem;
}
.news-card .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card .news-tit {
  overflow: hidden;
  margin: 2rem 0;
  width: 100%;
  height: 2.5rem;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.news-card .news-desc {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  height: 5.2rem;
  line-height: 162.5%;
  font-size: var(--fs-md);
  font-weight: 400;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-card .source {
  margin-top: auto;
  margin-bottom: 1rem;
  line-height: 162.5%;
  font-size: var(--fs-md);
  font-weight: 400;
}
.news-card .source > .origin {
  position: relative;
  margin-right: 1rem;
}
.news-card .source > .origin::after {
  margin-left: 1rem;
  content: "|";
}

.news-view-wrap {
  margin-bottom: 5rem;
}
.news-view-wrap .view-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1rem 2rem;
  border-bottom: 1px solid #C7C7C7;
}
.news-view-wrap .view-header .view-tit {
  line-height: 127.778%;
  font-size: 3.6rem;
}
.news-view-wrap .view-header .view-info {
  display: flex;
  justify-content: flex-end;
  line-height: 1.5;
  font-size: 2rem;
  color: #333;
}
.news-view-wrap .view-header .view-info > div {
  position: relative;
  margin-left: 1rem;
  padding-left: 1.2rem;
}
.news-view-wrap .view-header .view-info > div > b {
  display: inline-block;
  padding-right: 0.5rem;
}
.news-view-wrap .view-header .view-info > div:not(:first-child)::before {
  position: absolute;
  left: -0.2rem;
  content: "|";
}
.news-view-wrap .view-body {
  padding: 6rem 2rem 2rem;
  border-bottom: 1px solid #C7C7C7;
}
.news-view-wrap .view-body p {
  line-height: 177.778%;
  font-weight: 400;
}
.news-view-wrap .view-body .origin {
  margin: 5rem 0 4rem;
}
.news-view-wrap .view-body .photo-wrap {
  display: flex;
  justify-content: center;
}

@media all and (max-width: 85.375rem) {
  .news-card > a {
    min-height: 45rem;
  }
  .news-card .figure {
    min-height: 20rem;
  }
  .news-view-wrap .view-header .view-tit {
    font-size: 2.5rem;
  }
  .news-view-wrap .view-header .view-info {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 64rem) {
  .news-view-wrap .view-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-view-wrap .view-header .view-info {
    margin-top: 1rem;
  }
  .news-view-wrap .view-header .view-info > div:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .news-view-wrap .view-body {
    padding: 2rem;
  }
  .news-slider-section .news-slider-wrap .swiper-button-next {
    right: -5rem;
    background-color: transparent;
  }
  .news-slider-section .news-slider-wrap .swiper-button-prev {
    left: -5rem;
    background-color: transparent;
  }
}
@media all and (max-width: 63.9375rem) {
  .news-card-wrap {
    grid-template-columns: repeat(2, minmax(auto, calc(50% - 1.2rem)));
  }
  .news-card > a {
    min-height: 38rem;
  }
  .news-card .figure {
    min-height: 16rem;
  }
  .news-card .news-desc {
    height: 4rem;
  }
  .news-slider-section .inner {
    padding-right: 0;
  }
  .news-slider-section .sec-sub-tit {
    margin-bottom: 4rem;
  }
  .news-slider-section .news-slider-wrap .swiper-button-next,
  .news-slider-section .news-slider-wrap .swiper-button-prev {
    display: none;
  }
}
@media all and (max-width: 46.1875rem) {
  .news-card-wrap {
    grid-template-columns: repeat(1, 100%);
    gap: 2rem 0;
  }
  .news-view-wrap .view-header {
    padding: 0 0 1rem;
  }
  .news-view-wrap .view-header .view-tit {
    font-size: 2rem;
  }
  .news-view-wrap .view-body {
    padding: 4rem 0 2rem;
  }
  .news-slider-section {
    padding-bottom: 10rem;
  }
  .news-slider-section .inner {
    padding-right: 0;
  }
  .news-slider-section .sec-sub-tit {
    margin-bottom: 2rem;
  }
  .news-slider-section .news-slider-wrap .swiper-button-next,
  .news-slider-section .news-slider-wrap .swiper-button-prev {
    display: none;
  }
}
/*
문의
*/
.business-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 15rem;
}

.business-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
.business-card .card-logo {
  margin: 0 auto;
  width: 4rem;
  height: 2.2rem;
}
.business-card .card-tit {
  margin: 2rem 0;
  text-align: center;
  color: #007EC4;
}
.business-card dl {
  padding-top: 1rem;
  font-size: var(--fs-md);
  font-weight: 400;
}
.business-card dl dt {
  position: relative;
  margin-right: 0.5rem;
  padding-right: 1rem;
  font-weight: 600;
}
.business-card dl dt::after {
  position: absolute;
  right: 0;
  content: ":";
}

/* 문의 폼 */
.form-wrap {
  width: 100%;
}
.form-wrap .fieldset {
  margin: 12rem 0;
}
.form-wrap form {
  width: 100%;
}
.form-wrap .docs-datepicker-container {
  position: absolute;
  right: 2rem;
}
.form-wrap .docs-datepicker-container::after {
  content: url("../img/icon/calander.svg");
}

.legend {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  width: 100%;
  border-bottom: 1px solid #C7C7C7;
}
.legend .field-tit {
  line-height: 1.5;
  font-size: var(--fs-lg);
  font-weight: 700;
}
.legend .req {
  position: relative;
  padding-right: 1rem;
}
.legend .req::after {
  content: "*";
  color: #F00;
}
.legend .req-end {
  position: relative;
  padding-left: 0.5rem;
  font-size: var(--fs-md);
  font-weight: 400;
}
.legend .req-end::before {
  content: "*";
  color: #F00;
}

.input-wrap {
  margin: 2rem 0;
}
.input-wrap .input-group {
  display: flex;
  justify-content: flex-start;
}
.input-wrap.col-2 {
  display: flex;
  justify-content: space-between;
}
.input-wrap.col-2 .input-group {
  align-items: center;
  width: 46.4%;
  max-width: 69.6rem;
}
.input-wrap.col-2 .input-group .input-sy1 {
  max-width: 56rem;
}
.input-wrap.col-2 .input-group:nth-of-type(even) {
  display: flex;
  justify-content: flex-end;
}
.input-wrap.col-1 {
  display: flex;
  justify-content: flex-start;
}
.input-wrap.col-1 .input-group {
  flex: 1 1 0;
}

.check-group-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check-group {
  line-height: 2rem;
  height: 2rem;
}
.check-group .radio-box + .check-label {
  position: relative;
  padding-left: 3rem;
}
.check-group .radio-box + .check-label::before {
  position: absolute;
  left: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/icon/check-box.svg");
}
.check-group .radio-box:checked + .check-label::before {
  background: url("../img/icon/checked.svg");
}
.check-group .check-box + .check-label {
  position: relative;
  padding-right: 3rem;
}
.check-group .check-box + .check-label::after {
  position: absolute;
  right: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/icon/check-box.svg");
}
.check-group .check-box:checked + .check-label::after {
  background: url("../img/icon/checked.svg");
}

.input-sy1 {
  padding: 1rem 2rem;
  flex: 1 1 0;
  height: 5.6rem;
  font-size: var(--fs-md);
  border-radius: 1rem;
  border: 1px solid #C7C7C7;
}
.input-sy1 * {
  font-size: inherit;
}

.textarea {
  height: 11.2rem;
}
.textarea textarea {
  width: 100%;
  height: 100%;
  border: 0 none;
  resize: none;
}

.field-2 .input-group .label {
  display: inline-block;
  margin-right: 3rem;
  width: 6rem;
  font-size: var(--fs-md);
  font-weight: 400;
}

.field-3 .input-group .label {
  display: inline-block;
  margin-right: 3rem;
  width: 10.6rem;
  font-size: var(--fs-md);
  font-weight: 400;
}

.form-wrap .select-wrap {
  position: relative;
  padding: 0;
  flex: 1 1 0;
  max-width: 56rem;
  height: 100%;
}
.form-wrap .select-wrap .select {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  line-height: 5.6rem;
}
.form-wrap .select-wrap .select::after {
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 1.4rem;
  height: 0.9rem;
  content: "";
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.6s;
  background: url("../img/icon/select-btn.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
}
.form-wrap .select-wrap .select.active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.6s;
}
.form-wrap .select-wrap > select {
  padding: 1rem;
}
.form-wrap .select-wrap .option {
  display: none;
  position: absolute;
  top: 5.6rem;
  width: 100%;
  font-size: var(--fs-md);
  background-color: #fff;
  border: 1px solid #C7C7C7;
}
.form-wrap .select-wrap .option::-webkit-scrollbar {
  width: 1rem;
  background-color: #EAEAEA;
}
.form-wrap .select-wrap .option::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.form-wrap .accordion-wrap {
  margin-bottom: 12rem;
}
.form-wrap .accordion {
  margin-bottom: 3rem;
}
.form-wrap .accordion.open .accordion-open-btn::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.form-wrap .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  background-color: #F2F5F6;
}
.form-wrap .accordion-header .accordion-tit {
  line-height: 1.5;
  font-size: var(--fs-lg);
}
.form-wrap .accordion-header .accordion-open-btn {
  position: relative;
  padding-right: 2.4rem;
  line-height: 2.6rem;
  font-size: var(--fs-md);
  font-weight: 400;
  color: #777;
}
.form-wrap .accordion-header .accordion-open-btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.4rem;
  height: 0.9rem;
  content: "";
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.6s;
  background: url("../img/icon/select-btn.svg") center/contain no-repeat;
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
}
.form-wrap .accordion-body {
  display: none;
  padding: 4rem;
  border: 1px solid #F2F5F6;
}
.form-wrap .accordion-body .accordion-inner {
  line-height: 1.75;
  font-size: var(--fs-md);
}
.form-wrap .accordion-body .accordion-inner > h6 {
  line-height: inherit;
  font-size: 1em;
}
.form-wrap .accordion-body .fw-300 {
  font-weight: 400 !important;
}

.submit-btn {
  display: block;
  margin: 0 auto;
  padding: 1.2rem 2.2rem;
  line-height: 1.5;
  font-size: var(--fs-lg);
  font-weight: 700;
}

@media all and (max-width: 85.375rem) {
  .business-card-wrap {
    margin-bottom: 10rem;
  }
  .form-wrap .fieldset {
    margin: 10rem 0;
  }
  .form-wrap .accordion-wrap {
    margin-bottom: 10rem;
  }
  .form-wrap .accordion-header {
    padding: 3rem 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .check-group-wrap {
    flex-wrap: wrap;
  }
  .check-group-wrap .check-group {
    margin: 1rem 0;
    width: 33%;
  }
  .business-card-wrap {
    margin-bottom: 8rem;
  }
  .form-wrap .fieldset {
    margin: 5rem 0;
  }
  .form-wrap .accordion-wrap {
    margin-bottom: 7rem;
  }
  .form-wrap .accordion-header {
    padding: 2rem 3rem;
  }
  .form-wrap .accordion .accordion-open-btn::after {
    width: 1rem;
  }
  .form-wrap .select-wrap .select::after {
    width: 1rem;
  }
  .input-sy1 {
    height: 4.6rem;
  }
  .input-sy1 * {
    font-size: inherit;
  }
  .textarea {
    height: 8rem;
  }
  .field-2 .input-group .label {
    margin-right: 1rem;
    width: 5rem;
  }
  .field-3 .input-group .label {
    margin-right: 1rem;
    width: 9rem;
  }
  .field-3 .submit-btn {
    padding: 1.2rem 2.2rem;
    font-size: var(--fs-lg);
  }
  .form-wrap .select-wrap .select {
    line-height: 4.6rem;
  }
  .form-wrap .select-wrap .option {
    top: 4.6rem;
  }
}
@media all and (max-width: 46.1875rem) {
  .input-wrap {
    margin: 1rem 0;
    width: 100%;
  }
  .input-wrap.col-1 .input-group {
    flex-wrap: wrap;
  }
  .input-wrap.col-1 .textarea {
    margin-top: 1rem;
    flex: auto;
    width: 100%;
  }
  .input-wrap.col-2 {
    flex-direction: column;
  }
  .input-wrap.col-2 .input-group {
    flex-wrap: wrap;
    margin: 0.5rem 0;
    width: 100%;
    max-width: 100%;
  }
  .input-wrap.col-2 .input-group:nth-of-type(even) {
    margin-top: 1.3rem;
    justify-content: flex-start;
  }
  .input-wrap.col-2 .input-group .input-sy1 {
    margin-top: 1rem;
    flex: auto;
    width: 100%;
    max-width: none;
  }
  .input-wrap.col-2 .input-group.col-2 {
    flex-wrap: wrap;
  }
  .input-wrap.col-2 .input-group.col-2 .select-wrap {
    flex: auto;
    width: 100%;
  }
  .check-group-wrap .check-group {
    width: 50%;
  }
  .form-wrap .accordion-header {
    flex-wrap: wrap;
  }
  .form-wrap .accordion-header .accordion-open-btn {
    margin-left: auto;
    margin-top: 1rem;
  }
  .form-wrap .accordion .accordion-open-btn::after {
    width: 1rem;
  }
  .business-card-wrap {
    grid-template-columns: 1fr;
  }
  .field-2 .input-group .label {
    width: 100%;
  }
  .field-3 .input-group .label {
    width: 100%;
  }
  .form-wrap .accordion-body {
    padding: 2rem 3rem;
  }
  .form-wrap .docs-datepicker-container::after {
    position: absolute;
    right: 1rem;
  }
  .check-group .check-box + .check-label {
    font-size: 1.4rem;
  }
}
/* 슬라이드 버튼 항상 보임 */
/*
모달
*/
.modal-wrap {
  z-index: 10000001 !important;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.modal-wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding-bottom: 45%;
  width: 95%;
  max-width: 150rem;
  height: 0;
}
.modal-wrap .modal .iframe-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-wrap .modal iframe {
  width: 100% !important;
  height: 100% !important;
}
.modal-wrap .modal-close-btn {
  position: absolute;
  right: 4rem;
  top: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.modal-wrap .modal-close-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 120.0625rem) {
  .modal-wrap .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding-bottom: 32%;
  }
}
@media all and (max-width: 63.9375rem) {
  .modal-wrap .modal-close-btn {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.terms-tit {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.terms-box {
  padding: 4rem 2rem;
  line-height: 178%;
  font-size: var(--fs-md);
  font-weight: 400;
  color: #333;
  border: 1px solid #C7C7C7;
}
.terms-box .num-list {
  counter-reset: num 0;
}
.terms-box .num-list li {
  position: relative;
  padding-left: 3rem;
}
.terms-box .num-list li::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  counter-increment: num 1;
  content: counter(num);
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  font-size: 1.2rem;
  border: 1px solid #333;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.num-list2 {
  counter-reset: num 0;
}
.num-list2 li {
  position: relative;
  padding-left: 2rem;
}
.num-list2 li::before {
  position: absolute;
  left: 0;
  counter-increment: num 1;
  content: counter(num) ".";
  width: 1.6rem;
  height: 1.6rem;
}/*# sourceMappingURL=style_eng.css.map */