@charset "UTF-8";
/* 비주얼 */
.visual-wrap {
  width: 100%;
  height: 41.3rem;
}
.visual-wrap .visual {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual-wrap .visual .visual-tit {
  padding-top: 22rem;
  font-size: 5rem;
  color: #fff;
  text-align: center;
}
.visual-wrap .visual.sub-1 {
  background-image: url("../img/sub/sub1/visual.png");
}
.visual-wrap .visual.sub-2-1 {
  background-image: url("../img/sub/sub2/visual1.png");
}
.visual-wrap .visual.sub-2-2 {
  background-image: url("../img/sub/sub2/visual2.png");
}
.visual-wrap .visual.sub-2-3 {
  background-image: url("../img/sub/sub2/visual3.png");
}
.visual-wrap .visual.sub-2-4 {
  background-image: url("../img/sub/sub2/visual4.png");
}
.visual-wrap .visual.sub-2-5 {
  background-image: url("../img/sub/sub2/visual5.png");
}
.visual-wrap .visual.sub-2-6 {
  background-image: url("../img/sub/sub2/visual6.png");
}
.visual-wrap .visual.sub-3 {
  background-image: url("../img/sub/sub3/visual.png");
}
.visual-wrap .visual.sub-4-1 {
  background-image: url("../img/sub/sub4/visual1.png");
}
.visual-wrap .visual.sub-4-2 {
  background-image: url("../img/sub/sub4/visual2.png");
}

@media all and (max-width: 79.875rem) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual .visual-tit {
    padding-top: 18rem;
    font-size: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .visual-wrap {
    height: 25rem;
  }
  .visual-wrap .visual .visual-tit {
    padding-top: 15rem;
    font-size: 3rem;
  }
}
.inner {
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
  max-width: 148rem;
}

@media all and (max-width: 63.9375rem) {
  .inner {
    padding: 0 2rem;
    width: 100%;
  }
}
/* 서브 네비게이션 */
.sub-nav-wrap {
  z-index: 10;
  overflow-y: auto;
  position: relative;
  padding: 3.5rem 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}

.sub-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-nav li {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 400;
  color: #a7a7a7;
  white-space: nowrap;
}
.sub-nav li.active {
  position: relative;
  font-weight: 700;
  color: #980612;
}
.sub-nav li.active ::before {
  position: absolute;
  top: -0.6rem;
  left: -0.7rem;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #980612;
}

@media all and (max-width: 79.875rem) {
  .sub-nav-wrap {
    padding: 2rem 0;
  }
  .sub-nav {
    gap: 5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sub-nav {
    padding: 0 2rem;
    gap: 2.5rem;
  }
  .sub-nav li {
    font-size: 1.6rem;
  }
}
/*셀렉트 */
.select-wrap .select-btn .fi {
  margin-left: 1rem;
  transform: rotate(0);
  transition: transform 0.2s linear;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.select-wrap .option {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}
.select-wrap .option li {
  padding: 0.5rem 1rem;
  font-size: 0.8em;
}
.select-wrap.active .fi img {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
}

.section {
  margin: 10rem 0 15rem;
}
.section:first-child {
  margin-top: 0;
}
.section:only-child {
  margin-bottom: 0;
}

.single-section {
  padding: 10rem 0 15rem;
}

.sec-tit-wrap {
  padding: 0 0 5rem;
  text-align: center;
}
.sec-tit-wrap span:not(.num) {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  line-height: 1;
}
.sec-tit-wrap span:not(.num)::before {
  position: absolute;
  left: 0;
  top: -1rem;
  width: 1rem;
  height: 1rem;
  background-color: #980612;
  content: "";
}
.sec-tit-wrap.tit-left {
  text-align: left;
}
.sec-tit-wrap.tit-left span {
  line-height: 1.3;
}
.sec-tit-wrap .desc {
  line-height: 1.66;
}
.sec-tit-wrap .desc.big-txt {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-size: 2.6rem;
}
.sec-tit-wrap .desc.sm-txt {
  font-size: 1.8rem;
}

.sec-tit {
  font-size: 4.6rem;
}

@media all and (max-width: 79.875rem) {
  .section {
    margin: 10rem 0;
  }
  .sec-tit-wrap .desc.big-txt {
    margin-top: 2.5rem;
    font-size: 2.3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sec-tit {
    font-size: 3.8rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-tit-wrap .desc.big-txt {
    margin-top: 2.5rem;
    font-size: 1.8rem;
  }
  .sec-tit-wrap .desc.sm-txt {
    font-size: 1.4rem;
  }
  .sec-tit {
    font-size: 3rem;
  }
}
/* HISTORY */
.history .section:first-child {
  margin-bottom: 10rem;
  padding-top: 5.5rem;
}
.history .sec-tit-wrap .sec-tit {
  margin-bottom: 2.5rem;
}
.history .sec-tit-wrap .sec-tit .desc {
  line-height: 1.8;
  font-size: 2rem;
  color: #333;
}
.history .video-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 5rem 40%;
  width: 100%;
  max-width: 100rem;
  height: 0;
  background-color: #000;
}
.history .video-wrap .video-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.history .video-wrap .video-link iframe {
  width: 100%;
  height: 100%;
}
.history .sec-2 {
  padding: 10rem 0;
  background-color: #efefef;
}
.history .sec-2 .sec-tit-wrap .desc,
.history .sec-3 .sec-tit-wrap .desc {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  color: #980612;
}
.history .sec-2 .sec-tit-wrap .desc::before,
.history .sec-3 .sec-tit-wrap .desc::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.2rem;
  background-color: #980612;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.history .col-box {
  display: grid;
  grid-template-columns: repeat(4, minmax(20%, 32rem));
  gap: 4rem;
}
.history .col-box li {
  line-height: 1.55;
  text-align: center;
  font-weight: 300;
}
.history .col-box li .figure {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 140.625%;
  width: 100%;
  height: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.history .col-box li .figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-list-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 120rem;
}
.history-list-wrap .history-slider {
  min-height: 31.6rem;
}
.history-list-wrap .history-slider .item-tit {
  margin-bottom: 2rem;
  line-height: 1.22;
  font-size: 4.6rem;
  font-family: "Martel", serif;
  font-weight: 900;
  color: #000;
}
.history-list-wrap .history-slider .list {
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 400;
}
.history-list-wrap .history-slider .list li {
  margin-bottom: 1rem;
}
.history-list-wrap .history-slider .swiper-slide-active .item-tit {
  color: #980612;
}
.history-list-wrap .history-slider .swiper-slide-active .list {
  font-weight: 500;
}
.history-list-wrap .swiper-button-prev {
  left: -10rem;
  width: 6rem;
}
.history-list-wrap .swiper-button-prev img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.history-list-wrap .swiper-button-next {
  width: 6rem;
  right: -10rem;
}

@media all and (max-width: 80rem) {
  .history-list-wrap {
    width: 80%;
  }
  .history-list-wrap .swiper-button-prev,
  .history-list-wrap .swiper-button-next {
    width: 4rem;
  }
}
@media all and (max-width: 79.875rem) {
  .history-list-wrap .swiper-button-prev {
    left: -7.5rem;
  }
  .history-list-wrap .swiper-button-next {
    right: -7.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .col-box {
    grid-template-columns: repeat(2, minmax(20%, 32rem));
    gap: 2rem;
  }
  .history-list-wrap {
    width: 90%;
  }
  .history-list-wrap .swiper-button-prev,
  .history-list-wrap .swiper-button-next {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .video-wrap {
    padding: 0 5rem 57%;
  }
}
/* product */
.col-card {
  display: flex;
  justify-content: space-between;
}
.col-card .txt-wrap {
  padding-left: 1.5rem;
  max-width: 50%;
  font-family: "Noto Sans KR", sans-serif;
}
.col-card .txt-wrap .br {
  display: block;
}
.col-card .txt-wrap p {
  margin-bottom: 2rem;
  line-height: 1.77;
  font-size: 1.8rem;
  font-weight: 300;
}
.col-card .txt-wrap p.md-txt {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 400;
}
.col-card .img-wrap {
  right: 0;
  top: 0;
  width: 41.5%;
  max-width: 58rem;
  max-height: 38rem;
}
.col-card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product .col-card .txt-wrap {
  font-family: "Poppins", sans-serif;
}

.article-tit {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
  line-height: 1.6;
  font-size: 1em;
  font-weight: 500;
}
.article-tit::before {
  position: absolute;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #980612;
  content: "";
}

.product .section:first-child {
  padding-top: 5.5rem;
}
.product .sec-tit-wrap .sec-tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
  line-height: 1.65;
}
.product .sec-tit-wrap .sec-tit .num {
  display: inline-block;
  margin-right: 1.5rem;
  padding: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4.5rem;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #980612;
}
.product .sec-tit-wrap .desc {
  position: relative;
  margin-left: 1rem;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  color: #980612;
}
.product .sec-tit-wrap .desc::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.2rem;
  background-color: #980612;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product .sec-2 .col-card,
.product .sec-4 .col-card {
  display: flex;
  justify-content: space-between;
}
.product .sec-2 .col-card .img-wrap,
.product .sec-4 .col-card .img-wrap {
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.product .sec-2 .col-card .img-wrap img,
.product .sec-4 .col-card .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product .sec-3 .sec-tit-wrap .sec-tit {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product .sec-3 .sec-tit-wrap .sec-tit .num {
  margin-bottom: 1.5rem;
}
.product .full-card {
  padding: 10rem;
  background: url("../img/sub/sub1/bg.png") center/cover no-repeat;
}
.product .full-card .card-item-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 110rem;
}
.product .full-card .card-item-wrap > div {
  flex-basis: calc(50% - 2.5rem);
}
.product .full-card .card-item {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.product .full-card .card-item .card-item .article-tit {
  font-size: 1.8rem;
}
.product .full-card .card-item .desc {
  padding-left: 1rem;
  line-height: 1.77;
  font-size: 0.9em;
  font-weight: 300;
}
.product .app-item {
  margin: 10rem 0;
}
.product .app-item .article-tit {
  padding-left: 2rem;
  line-height: 1.9;
  font-size: 4rem;
  font-weight: 700;
}
.product .app-item .article-tit::before {
  width: 1rem;
  height: 1rem;
}
.product .app-item .tit {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 500;
}
.product .app-item .right {
  width: 42%;
  max-width: 58.5rem;
}
.product .app-item .right .num-list li {
  margin: 1rem 0;
}
.product .app-item .left {
  margin-right: 5rem;
  max-width: calc(58% - 6rem);
}
.product .app-item .left p {
  margin: 1rem 0;
  line-height: 1.77;
  font-size: 1.8rem;
  font-weight: 300;
}
.product .app-item .left p:last-child {
  margin-bottom: 0;
}
.product .img-grid {
  display: grid;
  grid-template-columns: minmax(auto, 58rem) minmax(auto, 58rem) 1fr;
  grid-template-rows: 38rem;
  gap: 1rem;
  margin: 5rem 0;
}
.product .img-grid .figure {
  height: 100%;
}
.product .img-grid .figure img {
  -o-object-position: left;
     object-position: left;
  width: auto;
  height: 100%;
}

.num-list {
  margin-bottom: 5rem;
}
.num-list:last-child {
  margin-bottom: 0;
}
.num-list li {
  display: flex;
  justify-content: flex-start;
  margin: 1.5rem;
  line-height: 1.77;
  font-size: 1.8rem;
}
.num-list li:last-child {
  margin-bottom: 0;
}
.num-list .num {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.5rem;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #980612;
}

.dot-list li {
  position: relative;
  margin: 1rem 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.78;
  font-size: 1.8rem;
}
.dot-list li::before {
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #980612;
  content: "";
}

@media all and (max-width: 80rem) {
  .product .img-grid {
    grid-template-columns: minmax(auto, 40%) minmax(auto, 40%) 1fr;
  }
}
@media all and (max-width: 79.875rem) {
  .product .sec-3 .col-card {
    flex-wrap: wrap;
  }
  .product .sec-3 .col-card .left {
    margin-bottom: 4rem;
    padding-left: 2rem;
    width: 100%;
  }
  .product .sec-3 .col-card .right {
    padding-left: 3rem;
    width: 100%;
    max-width: none;
  }
  .product .app-item .article-tit {
    font-size: 3rem;
  }
  .product .app-item .article-tit::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .product .app-item .left {
    max-width: none;
  }
  .product .img-grid {
    display: grid;
    grid-template-rows: 25rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .product .sec-2 .col-card {
    margin-bottom: 40rem;
  }
  .product .sec-2 .col-card .dot-list {
    position: absolute;
    width: 80vw;
  }
  .product .sec-2 .col-card .dot-list li {
    margin: 0.5rem 1.5rem;
  }
  .product .sec-2 .col-card .img-wrap {
    height: 20rem;
  }
  .product .full-card {
    padding: 10rem 5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .col-card {
    flex-wrap: wrap;
  }
  .col-card .txt-wrap,
  .col-card .img-wrap {
    width: 100%;
    max-width: none;
  }
  .dot-list li {
    font-size: 1.4rem;
  }
  .product .sec-tit-wrap .num {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3.5rem;
    font-size: 2.5rem;
  }
  .product .desc::before {
    top: 20%;
  }
  .product .sec-2 .col-card {
    margin-bottom: 40rem;
  }
  .product .sec-2 .col-card .txt-wrap .dot-list {
    padding-top: 25rem;
    width: 90vw;
    font-size: 1.4rem;
  }
  .product .sec-2 .col-card .txt-wrap .dot-list li {
    padding-left: 0;
  }
  .product .sec-2 .col-card .txt-wrap .dot-list li::before {
    left: -1.5rem;
  }
  .product .full-card {
    padding: 10rem 2.5rem;
  }
  .product .full-card .card-item-wrap {
    flex-direction: column;
  }
  .product .full-card .card-item-wrap > div {
    flex-basis: 100%;
  }
  .product .app-item {
    margin: 5rem 0;
  }
  .product .app-item .article-tit {
    font-size: 2.5rem;
  }
  .product .app-item .left {
    margin-right: 2rem;
  }
  .product .app-item .left p {
    font-size: 1.4rem;
  }
  .product .app-item .num-list li {
    margin: 0.5rem 0;
    font-size: 1.4rem;
  }
  .product .app-item .num-list li .num {
    margin-top: 0;
  }
  .product .img-grid {
    margin: 3rem 0;
    grid-template-columns: minmax(auto, 35%) minmax(auto, 35%) 1fr;
    grid-template-rows: 15rem;
  }
}
/* DESIGN */
.design-bg .section:first-child {
  margin-top: 0;
  padding-top: 5rem;
}
.design-bg .section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 10rem;
}

.img-col-card {
  display: flex;
  justify-content: space-between;
}
.img-col-card .img-box {
  position: relative;
  width: 40%;
  max-width: 55rem;
}
.img-col-card .img-box .figure {
  position: relative;
  width: 90.9%;
}
.img-col-card .img-box .figure::after {
  position: absolute;
  left: 10%;
  top: 33%;
  padding-bottom: 60%;
  width: 100%;
  height: 0;
  content: "";
}
.img-col-card .txt-wrap {
  padding-top: 7%;
  padding-left: 8rem;
  flex: 1 1 0;
}
.img-col-card .txt-wrap p {
  margin-bottom: 1rem;
  line-height: 2;
  font-weight: 300;
}
.img-col-card .txt-wrap .top-txt {
  padding-top: 4rem;
}

.link-wrap {
  margin: 0 0 5rem;
}
.link-wrap .btn {
  margin: 0 0.6rem;
  width: 19.4rem;
}

.slider-wrap {
  margin: 5rem 0;
}
.slider-wrap .img-slider {
  margin: 5rem auto;
  width: 100%;
  max-width: 118rem;
}
.slider-wrap .swiper-button-next {
  right: 0;
  width: 6rem;
}
.slider-wrap .swiper-button-prev {
  left: 0;
  width: 6rem;
}
.slider-wrap .swiper-button-prev img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.wood {
  background: url("../img/sub/sub2/wood-bg.png") center bottom/cover no-repeat;
}
.wood .img-col-card .img-box .figure::after {
  background: url("../img/sub/sub2/wood1.png") center/cover no-repeat;
}

.abstract {
  background: url("../img/sub/sub2/abs-bg.png") center bottom/cover no-repeat;
}
.abstract .img-col-card .img-box .figure::after {
  background: url("../img/sub/sub2/abstract1.png") center/cover no-repeat;
}

.marble {
  background: url("../img/sub/sub2/marble.png") center bottom/cover no-repeat;
}
.marble .img-col-card .img-box .figure::after {
  background: url("../img/sub/sub2/marble1.png") center/cover no-repeat;
}

.brushed {
  background: url("../img/sub/sub2/brushd.png") center bottom/cover no-repeat;
}
.brushed .img-col-card .img-box .figure::after {
  background: url("../img/sub/sub2/brushed1.png") center/cover no-repeat;
}

.metallic {
  background: url("../img/sub/sub2/metalic.png") center bottom/cover no-repeat;
}
.metallic .img-col-card .img-box .figure::after {
  background: url("../img/sub/sub2/metalic1.png") center/cover no-repeat;
}

.web_catalogue {
  background: url("../img/sub/sub2/web-bg.png") center bottom/cover no-repeat;
}
.web_catalogue .section {
  padding-top: 5.5rem;
}
.web_catalogue .sec-tit-wrap .desc.big-txt {
  margin-top: 0;
  font-weight: 600;
}
.web_catalogue .img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem;
}
.web_catalogue .txt-wrap {
  margin-bottom: 10rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.web_catalogue .txt-wrap > p {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 600;
}
.web_catalogue .txt-wrap .inner-txt {
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 300;
}
.web_catalogue .txt-wrap .inner-txt > p {
  margin-bottom: 1rem;
}
.web_catalogue .txt-wrap .inner-txt > p span {
  font-weight: 500;
}

@media all and (max-width: 80rem) {
  .slider-wrap .img-slider {
    max-width: 105rem;
  }
  .slider-wrap .swiper-button-prev,
  .slider-wrap .swiper-button-next {
    width: 4rem;
  }
  .img-col-card .txt-wrap {
    padding-top: 2%;
  }
}
@media all and (max-width: 79.875rem) {
  .sec-tit-wrap {
    padding-bottom: 2.5rem;
  }
  .sec-tit-wrap span:not(.num) {
    font-size: 3rem;
  }
  .sec-tit-wrap + .link-wrap {
    margin-top: 1.5rem;
  }
  .slider-wrap .img-slider {
    max-width: 80rem;
  }
  .slider-wrap .swiper-button-prev,
  .slider-wrap .swiper-button-next {
    width: 4rem;
  }
  .img-col-card .txt-wrap {
    padding-top: 0;
  }
  .img-col-card .txt-wrap p {
    line-height: 1.5;
  }
  .img-col-card .txt-wrap .bottom-txt > span {
    padding: 1rem 0 1.5rem;
    line-height: 1.5;
  }
  .web_catalogue .img-grid {
    gap: 3rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .img-col-card {
    flex-wrap: wrap;
  }
  .img-col-card .img-box {
    width: 100%;
    max-width: none;
  }
  .img-col-card .img-box .figure {
    margin-bottom: 5rem;
    width: 50%;
  }
  .img-col-card .img-box .figure::after {
    left: 5%;
    top: 11%;
  }
  .img-col-card .txt-wrap {
    padding-left: 2rem;
  }
  .link-wrap .btn {
    margin: 0.5rem 0.6rem;
  }
  .slider-wrap .img-slider {
    max-width: 105rem;
  }
  .slider-wrap .swiper-button-prev,
  .slider-wrap .swiper-button-next {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .img-col-card .img-box .figure {
    margin-bottom: 3.5rem;
    width: calc(100% - 2rem);
  }
  .web_catalogue .img-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
/* contact us*/
.contactus .section:first-child {
  padding-top: 5.5rem;
}
.contactus .sec-1 {
  margin-bottom: 0;
  padding-bottom: 10rem;
  background: url("../img/sub/sub4/contact-bg1.jpg") center bottom/cover no-repeat;
}
.contactus .col-card {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.contactus .left > div:first-child {
  margin-bottom: 10rem;
}
.contactus .left dl {
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 1.66;
  font-size: 1.8rem;
  color: #333;
}
.contactus .left dl dt {
  margin: 0 1rem 0.5rem 0;
  font-weight: 600;
}
.contactus .left dl dd {
  font-weight: 300;
}
.contactus .right {
  display: flex;
  justify-content: flex-start;
}
.contactus .article-tit {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  line-height: 1.55;
  font-size: 3.6rem;
  font-weight: 600;
}
.contactus .article-tit::before {
  width: 1rem;
  height: 1rem;
}
.contactus .sec-2 {
  margin: 0;
  padding: 8rem;
  background: url("../img/sub/sub4/contact-bg2.png") center bottom/cover no-repeat;
}
.contactus .sec-2 .sec-tit-wrap {
  padding-bottom: 2rem;
  line-height: 1.55;
  color: #fff;
}
.contactus .sec-2 .sec-tit-wrap .article-tit {
  margin: 0 auto 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.contactus .sec-2 .sec-tit-wrap .desc {
  font-size: 2rem;
}
.contactus .txt-box {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
.contactus .txt-box p {
  margin: 1rem 0;
  line-height: 1.66;
  font-weight: 300;
}
.contactus .txt-box p:last-child {
  font-size: 2rem;
  font-weight: 500;
}

@media all and (max-width: 79.875rem) {
  .contactus .article-tit {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .contactus .article-tit {
    font-size: 2.5rem;
  }
  .contactus .article-tit::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .contactus .flex-start {
    flex-wrap: wrap;
  }
  .contactus .flex-start dl {
    margin-bottom: 0;
  }
  .contactus .left {
    margin-bottom: 5rem;
  }
  .contactus .left > div:first-child {
    margin-bottom: 5rem;
  }
  .contactus .left dl {
    font-size: 1.4rem;
  }
  .contactus .sec-2 {
    padding: 8rem 2rem;
  }
  .contactus .txt-box p {
    font-size: 1.4rem;
  }
  .contactus .txt-box p:last-child {
    font-size: 1.6rem;
  }
}
/* qna*/
.form-wrap {
  width: 100%;
}

.qna {
  background: url("../img/sub/sub4/qna-section.jpg") center/cover no-repeat;
}
.qna .inner {
  width: 90%;
}
.qna .form-wrap {
  display: flex;
  justify-content: space-between;
  padding: 5rem 5rem 0;
  gap: 5rem;
}
.qna .form-wrap .left,
.qna .form-wrap .right {
  flex-basis: 50%;
}
.qna .form-wrap .input-group {
  display: block;
  margin-bottom: 1.2rem;
}
.qna .form-wrap .input-group:last-child {
  margin-bottom: 0;
}
.qna .form-wrap .input-group .label {
  display: block;
  margin-bottom: 1rem;
  line-height: 1.66;
  font-size: 1.8rem;
  color: #333;
}
.qna .form-wrap .input-group .input-st-1 {
  padding: 0 1rem;
  width: 100%;
  max-width: 100%;
  height: 4.8rem;
  background-color: #efefef;
}
.qna .form-wrap .select-wrap {
  width: 100%;
  height: 4.8rem;
}
.qna .form-wrap .select-wrap .select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: inherit;
}
.qna .form-wrap .select-wrap .select-btn .select {
  text-align: left;
}
.qna .form-wrap .select-wrap .option {
  top: 4.9rem;
  padding-top: 0.5rem;
  background-color: #efefef;
}
.qna .form-wrap .select-wrap .option li {
  padding: 1rem;
}
.qna .form-wrap .select-wrap .option li:hover {
  background-color: #cecece;
}
.qna .form-wrap .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.qna .form-wrap .right .input-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 0;
}
.qna .form-wrap .right .input-group .textarea {
  padding: 1rem;
  width: 100%;
  flex: 1 1 0;
  resize: none;
}
.qna .form-wrap .checkbox-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.4rem;
  margin-bottom: 0.5rem;
}
.qna .form-wrap .checkbox-wrap .label {
  position: relative;
  padding-left: 2.8rem;
  cursor: pointer;
}
.qna .form-wrap .checkbox-wrap .label::before {
  position: absolute;
  left: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 2px;
  background-color: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.qna .form-wrap .checkbox-wrap .check-box:checked + .label::after {
  z-index: 1;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  content: "✔";
  font-size: 0.8em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.qna .form-wrap .checkbox-wrap .btn {
  padding-left: 1rem;
}
.qna .mailto-btn {
  margin: 5rem 0;
  padding-left: 12rem;
  padding-right: 12rem;
}

@media all and (max-width: 79.875rem) {
  .qna .form-wrap {
    padding: 5rem 2.5rem 0;
  }
}
@media all and (max-width: 63.9375rem) {
  .qna .form-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .qna .form-wrap .left,
  .qna .form-wrap .right {
    flex-basis: 100%;
  }
  .qna .form-wrap .right .input-group {
    display: block;
  }
  .qna .form-wrap .right .input-group .textarea {
    height: 30rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .qna .form-wrap {
    padding: 2rem 0 0;
    gap: 2rem;
  }
  .qna .form-wrap .input-group .label {
    font-size: 1.4rem;
  }
}
/* notice */
.content-search-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 55.5rem;
  height: 4.6rem;
  line-height: 1.5;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
.content-search-wrap .select-wrap {
  padding-left: 1rem;
  min-width: 9.5rem;
}
.content-search-wrap .select-wrap .option {
  display: none;
  left: -1px;
  top: 3.5rem;
  padding-top: 0.5rem;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-top: 0 none;
}
.content-search-wrap .select-wrap .option li:hover {
  color: #fff;
  background-color: #a7a7a7;
}
.content-search-wrap .search-box {
  display: flex;
  justify-content: flex-start;
  flex: 1 1 0;
  height: inherit;
}
.content-search-wrap .search-box input {
  padding: 0 1rem;
  width: calc(100% - 4.6rem);
}
.content-search-wrap .search-box .search-btn {
  margin-left: auto;
  height: inherit;
}
.content-search-wrap .search-box .search-btn img {
  width: auto;
  height: inherit;
}

.notice {
  background: url("../img/sub/sub5/notice-section.jpg") center/cover no-repeat;
}
.notice .notice-list {
  width: 100%;
}
.notice .notice-item {
  margin-bottom: 0.5rem;
  height: 35rem;
}
.notice .notice-item:last-child {
  margin-bottom: 0;
}
.notice .notice-item > a {
  display: grid;
  grid-template-columns: 40rem 1fr;
  gap: 3.57%;
  padding: 3.57%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.notice .notice-item > a:hover {
  background-color: rgb(255, 255, 255);
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.notice .notice-item .figure {
  overflow: hidden;
  width: 100%;
  height: 25.1rem;
}
.notice .notice-item .figure img {
  width: 100%;
  height: 100%;
}
.notice .notice-item .txt-wrap {
  position: relative;
}
.notice .notice-item .txt-wrap .item-header {
  overflow: hidden;
  flex: 1 1 0;
  line-height: 1.4;
}
.notice .notice-item .txt-wrap .item-header .item-tit {
  overflow: hidden;
  display: -webkit-box;
  margin: 2rem 0;
  height: 7.1rem;
  font-size: 2.4rem;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.notice .notice-item .txt-wrap .desc {
  overflow: hidden;
  display: -webkit-box;
  margin: 2rem 0;
  height: 3.2rem;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.notice .notice-item .txt-wrap .item-bottom {
  position: absolute;
  bottom: 3.57%;
  color: #666;
}
.notice .notice-item .txt-wrap .item-bottom > span {
  display: inline-block;
  margin: 0 2rem;
  width: 1px;
  height: 90%;
  background-color: #666;
}
.notice .notice-item .txt-wrap .item-bottom > * {
  vertical-align: middle;
}
.notice .notice-item .txt-wrap .item-bottom .info {
  display: inline-block;
}
.notice .notice-item .txt-wrap .item-bottom .info b {
  margin-right: 1rem;
  font-weight: 500;
}
.notice .notice-item .txt-wrap .item-bottom .info span {
  font-weight: 300;
}
.notice .no-data {
  padding: 8rem 4rem;
  width: 100%;
  height: 10rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.pagination-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  color: #fff;
}
.pagination-wrap > .btn {
  position: relative;
  font-size: 2rem;
  font-family: "Martel", serif;
}
.pagination-wrap > .btn::before {
  position: absolute;
  content: url("../img/icon/arrow.svg");
}
.pagination-wrap > .btn.prev-btn {
  padding-left: 4.8rem;
}
.pagination-wrap > .btn.prev-btn::before {
  left: 0;
}
.pagination-wrap > .btn.next-btn {
  padding-right: 4.8rem;
}
.pagination-wrap > .btn.next-btn::before {
  right: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.pagination-wrap .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrap .page-list li {
  margin: 0 1rem;
}
.pagination-wrap .page-list li > a {
  padding: 0 1rem;
  line-height: 1.55;
  font-size: 1.8rem;
  font-weight: 300;
}
.pagination-wrap .page-list li > a:hover {
  font-weight: 600;
}
.pagination-wrap .page-list li.active > a {
  font-weight: 600;
  background-color: rgba(221, 221, 221, 0.2);
}

@media all and (max-width: 79.875rem) {
  .notice .notice-item {
    height: 30rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .notice .notice-item {
    height: auto;
  }
  .notice .notice-item > a {
    grid-template-columns: 30rem 1fr;
  }
}
@media all and (max-width: 47.9375rem) {
  .notice .notice-item {
    height: auto;
  }
  .notice .notice-item > a {
    display: block;
  }
  .notice .notice-item .figure {
    margin-bottom: 1rem;
    width: 100%;
    height: 20rem;
    max-width: none;
  }
  .notice .notice-item .figure img {
    width: 100%;
    max-width: none;
  }
  .notice .notice-item .txt-wrap {
    width: 100%;
  }
  .notice .notice-item .txt-wrap .item-header .item-tit {
    display: block;
    height: 3.5rem;
    -webkit-line-clamp: 1;
    word-wrap: normal;
    white-space: nowrap;
  }
  .notice .notice-item .txt-wrap .item-bottom {
    position: static;
  }
  .pagination-wrap > .btn span {
    width: 0;
    font-size: 1.2rem;
    visibility: hidden;
  }
  .pagination-wrap > .btn.prev-btn {
    padding-left: 0;
  }
  .pagination-wrap > .btn.next-btn {
    padding-right: 0;
  }
}
.notice_view {
  background: url("../img/sub/sub5/notice-section.jpg") center top/cover no-repeat;
}
.notice_view .view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 5rem;
  line-height: 1.4;
  background-color: #fff;
}
.notice_view .view-header .view-tit {
  font-size: 2.4rem;
}
.notice_view .view-header .writer-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.notice_view .view-header .writer-info > span {
  display: inline-block;
  margin: 0 2rem;
  width: 1px;
  height: 1.6rem;
  background-color: #666;
}
.notice_view .view-header .writer-info > * {
  vertical-align: middle;
}
.notice_view .view-header .writer-info .info {
  display: inline-block;
}
.notice_view .view-header .writer-info .info b {
  margin-right: 1rem;
  font-weight: 500;
}
.notice_view .view-header .writer-info .info span {
  font-weight: 300;
}
.notice_view .view-content {
  padding: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #666;
}
.notice_view .view-content .view-body {
  padding-bottom: 3rem;
  line-height: 1.66;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #666;
}
.notice_view .view-content .view-body .figure {
  margin: 2rem 0;
}
.notice_view .view-content .btn-wrap {
  margin-top: 5rem;
}
.notice_view .view-content .btn-wrap .btn {
  padding: 1.6rem 6rem;
}
.download-link {
  text-decoration: none;
}
.download-link:hover {
  text-decoration: underline;
}

@media all and (max-width: 47.9375rem) {
  .notice_view .view-header {
    flex-wrap: wrap;
    padding: 1.5rem 2.5rem;
  }
  .notice_view .view-header .view-tit {
    margin-bottom: 1rem;
    width: 100%;
  }
  .notice_view .view-header .writer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1.3rem;
  }
  .notice_view .view-header .writer-info > span {
    height: 1.2rem;
  }
  .notice_view .view-content {
    padding: 2.5rem;
  }
  .notice_view .view-content .view-body {
    padding-bottom: 1.5rem;
  }
  .notice_view .view-content .btn-wrap {
    margin-top: 3.5rem;
  }
}