@charset "UTF-8";
/*
공통 */
body {
  font-weight: 300;
}

/* 비주얼 */
.visual-wrap {
  position: relative;
  width: 100%;
  height: 43rem;
  font-family: "Montserrat", sans-serif;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual-wrap .visual-tit {
  text-align: center;
}
.visual-wrap .visual-tit .top {
  display: block;
  margin-bottom: 1.5rem;
  font-size: var(--lg-f);
  font-weight: 600;
  color: #fff;
  line-height: 1.363;
}
.visual-wrap .visual-tit .bot {
  display: block;
  font-size: var(--vis-f);
  font-weight: 700;
  color: #002c5f;
  line-height: 1.222;
}
.visual-wrap.company-v {
  background-image: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/visual.jpg");
}
.visual-wrap.applycation-v {
  background-image: url("https://taeha02.cdn1.cafe24.com/static/img/sub/applycation/visual.jpg");
}
.visual-wrap.applycation-v .top {
  color: #a2adba;
}
.visual-wrap.products-v {
  background-image: url("https://taeha02.cdn1.cafe24.com/static/img/sub/products/visual.jpg");
}
.visual-wrap.esg-v {
  background-image: url("https://taeha02.cdn1.cafe24.com/static/img/sub/esg/visual.jpg");
}
.visual-wrap.support-v {
  background-image: url("https://taeha02.cdn1.cafe24.com/static/img/sub/support/visual.jpg");
}
.visual-wrap.contact-v {
  background-image: url("https://taeha02.cdn1.cafe24.com/static/img/sub/contact/visual.jpg");
}
.visual-wrap .visual-tit-wrap {
  padding-top: 19rem;
}

/* 페이지로케이션 */
.page-location-wrap {
  padding: 10rem 0 0;
}

.page-location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
  max-width: 168rem;
  font-size: var(--mm-f);
  color: #002c5f;
}
.page-location li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 1.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-location li::after {
  opacity: 0.8;
  margin: 0 1rem;
  content: "\e80a";
  font-family: "fontello";
  font-weight: 10;
}
.page-location li:first-child {
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 0;
}
.page-location li:last-child::after {
  display: none;
}

/*
서브 네비게이션 */
.sub-nav-wrap {
  overflow: hidden;
  overflow-x: auto;
}
.sub-nav-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sub-nav-wrap .sub-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1rem;
  margin: 0 auto;
  padding: 4rem 4rem 0;
  width: 100%;
  max-width: 168rem;
}
.sub-nav-wrap .sub-nav li a {
  opacity: 0.7;
  display: block;
  padding: 0 3.5rem;
  line-height: 5.8rem;
  font-weight: 500;
  color: #002c5f;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #002c5f;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}
.sub-nav-wrap .sub-nav li.active a {
  opacity: 1;
  color: #00c2f3;
  font-weight: 800;
  background-color: #002c5f;
}
.sub-nav-wrap.pro li a {
  min-width: 20rem;
}

.catagory-nav-wrap {
  z-index: 10;
  position: relative;
  width: 100%;
}
.catagory-nav-wrap.bg {
  background-color: #f4f3ef;
  padding: 1rem 0;
}

.catagory-wrap {
  margin: 0 auto;
  width: calc(100% - 8rem);
  max-width: 160rem;
  border-width: 1px;
  border-style: solid;
  border-color: #6e7c93 #d4d8dc #d4d8dc #d4d8dc;
  padding: 1rem 0;
}
.catagory-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.catagory-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 10rem);
  max-width: 168rem;
  height: 6rem;
  font-size: calc(var(--mm-f) - 0.1rem);
  text-align: center;
  border-bottom: 1px solid #d4d8dc;
}
.catagory-nav:last-child {
  border-bottom: 0 none;
}
.catagory-nav .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-right: 2rem;
  width: 13rem;
  min-width: 13rem;
  height: 100%;
  font-weight: 700;
  color: #002c5f;
  text-align: left;
}
.catagory-nav .tit::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 40%;
  content: "";
  background-color: #babec4;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.catagory-nav .cata-list {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.5rem;
  position: relative;
  height: 100%;
}
.catagory-nav .cata-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.catagory-nav .cata-list li {
  font-weight: 500;
  color: #818a9a;
}
.catagory-nav .cata-list li a {
  display: block;
  padding: 1.2rem 1rem;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.catagory-nav .cata-list li.active {
  font-weight: 800;
  color: #0441c0;
  background-color: #fff;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}

@media all and (max-width: 100rem) {
  .sub-nav-wrap .sub-nav li a {
    padding: 0 3rem;
    line-height: 5rem;
  }
  .catagory-nav {
    min-height: 6rem;
    height: auto;
  }
  .catagory-nav .cata-list {
    padding: 0.8rem 0;
    overflow: visible;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 79.9375rem) {
  .catagory-nav-wrap {
    padding-top: 4rem;
  }
  .catagory-nav {
    width: calc(100% - 4rem);
  }
}
@media all and (max-width: 63.9375rem) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual-tit-wrap {
    padding-top: 14rem;
  }
  .page-location {
    gap: 0.5rem 0;
    padding: 0 2rem;
    flex-wrap: wrap;
  }
  .sub-nav-wrap {
    padding: 4rem 2rem 0;
  }
  .sub-nav-wrap .sub-nav {
    padding: 0;
  }
  .sub-nav-wrap .sub-nav li a {
    padding: 0 2rem;
    line-height: 4rem;
  }
  .sub-nav-wrap.pro li a {
    min-width: auto;
  }
  .catagory-wrap {
    width: calc(100% - 4rem) !important;
  }
  .catagory-nav {
    width: calc(100% - 4rem);
  }
  .catagory-nav .tit {
    width: 10rem;
    min-width: 10rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .page-location-wrap {
    padding-top: 8rem;
  }
  .catagory-wrap {
    border-left: 0 none;
    border-right: 0 none;
  }
  .catagory-nav {
    position: relative;
    width: 100%;
    height: auto;
  }
  .catagory-nav .cata-list li a {
    overflow: hidden;
    display: block;
    width: calc(100% - 1rem);
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .catagory-nav.cata-1 {
    z-index: 3;
  }
  .catagory-nav.cata-2 {
    z-index: 2;
  }
  .catagory-nav.cata-5 {
    z-index: 1;
  }
  .catagory-nav .tit {
    width: 10rem;
    height: 4rem;
    min-width: 10rem;
    cursor: pointer;
  }
  .catagory-nav .cata-list {
    overflow: visible;
    overflow-x: visible;
    flex-direction: column;
    position: absolute;
    left: 10rem;
    top: 0;
    padding: 0;
    width: calc(100% - 10rem);
    height: unset;
  }
  .catagory-nav .cata-list li {
    width: 100%;
    height: 4rem;
  }
  .catagory-nav .cata-list li.active {
    background-color: unset;
  }
  .catagory-nav .cata-list li:not(.active) {
    display: none;
  }
  .catagory-nav .cata-list::after {
    position: absolute;
    top: 1.3rem;
    right: 1.5rem;
    font-family: "fontello";
    content: "\e803";
  }
  .catagory-nav .cata-list.active {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(13, 13, 13, 0.05);
  }
  .catagory-nav .cata-list.active li:not(.active) {
    display: block;
  }
  .catagory-nav .cata-list.active::before {
    display: none;
  }
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual-tit-wrap {
    padding-top: 14rem;
  }
  .visual-wrap .visual-tit-wrap .top {
    margin-bottom: 1rem;
  }
}
.catagory-nav-wrap.cert {
  padding: 0;
}
.catagory-nav-wrap.cert .catagory-wrap {
  border: none;
  width: 100%;
}
.catagory-nav-wrap.cert .catagory-wrap .catagory-nav {
  width: 100%;
}
.catagory-nav-wrap.cert .catagory-wrap .catagory-nav .cata-list {
  gap: 6rem;
}
.catagory-nav-wrap.cert .catagory-wrap .catagory-nav .cata-list li {
  position: relative;
}
.catagory-nav-wrap.cert .catagory-wrap .catagory-nav .cata-list li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.2rem;
  top: 1.3rem;
  right: -3rem;
  background: rgba(109, 124, 147, 0.5);
}

.section {
  padding: 11.5rem 0;
}

.sec-tit-wrap {
  margin: 0 0 8.5rem;
}

.sec-tit {
  font-size: var(--sec-t);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  color: #002c5f;
}

@media all and (max-width: 79.9375rem) {
  .sec-tit-wrap {
    margin: 0 0 6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .section {
    padding: 6rem 0;
  }
  .sec-tit-wrap {
    margin: 0 0 5.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-tit-wrap {
    margin: 0 0 3.5rem;
  }
}
.arti-tit {
  font-size: var(--arti-tit);
  color: #002c5f;
  line-height: 1.375;
}

.arti-desc {
  font-weight: 600;
  color: #525456;
  line-height: 1.65;
}

/*
about-us */
.about-us .sec-1 {
  padding-bottom: 9rem;
  background: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/about-bg.jpg") left bottom/cover no-repeat;
}
.about-us .txt-wrap {
  margin: 11rem 0;
  width: calc(100% + 1rem);
  line-height: 2;
  word-break: break-all;
}
.about-us .txt-wrap .first-txt {
  margin: 2rem 0;
  line-height: 1.44;
}
.about-us .txt-wrap .first-txt > span {
  font-size: var(--sub-tit);
  font-weight: 700;
  color: #002c5f;
}
.about-us .bottom-arti {
  padding: 12rem 0 0;
  text-align: center;
}
.about-us .arti-tit {
  margin-bottom: 1.5rem;
}
.about-us .arti-desc {
  margin-bottom: 3.5rem;
}

@media all and (max-width: 100rem) {
  .about-us .txt-wrap br:last-child {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .about-us .txt-wrap {
    margin: 8rem 0;
  }
  .about-us .bottom-arti {
    padding: 8rem 0 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .about-us .txt-wrap .first-txt {
    word-break: keep-all;
  }
}
/*
연혁 */
.history {
  background-color: #f4f3ef;
}

.his-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.his-wrap .anchor-wrap {
  position: sticky;
  left: 0;
  top: 10rem;
  width: 24rem;
}
.his-wrap .anchor-wrap li {
  position: relative;
  margin-bottom: 4.5rem;
  padding-left: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #6e7c93;
}
.his-wrap .anchor-wrap li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  transform: scale(0);
  background-color: #00c2f3;
  border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
  transition: transform 0.3s 0.1s;
  -webkit-transition: transform 0.3s, 0.1s;
  -moz-transition: transform 0.3s, 0.1s;
  -ms-transition: transform 0.3s, 0.1s;
  -o-transition: transform 0.3s, 0.1s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.his-wrap .anchor-wrap li span {
  display: inline-block;
  margin: 0 0.5rem;
  width: 5rem;
}
.his-wrap .anchor-wrap li.active {
  font-weight: 800;
  color: #002c5f;
}
.his-wrap .anchor-wrap li.active::before {
  transform: scale(1);
  transition: transform 0.3s 0.1s;
  -webkit-transition: transform 0.3s, 0.1s;
  -moz-transition: transform 0.3s, 0.1s;
  -ms-transition: transform 0.3s, 0.1s;
  -o-transition: transform 0.3s, 0.1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.his-wrap .panel-wrap {
  flex: 1 1 0;
  padding: 1rem 0;
  background-color: #eaeaea;
}
.his-wrap .his-card {
  overflow: hidden;
  position: relative;
  padding: 0 10rem;
}
.his-wrap .his-card:last-child {
  padding-bottom: 8rem;
}
.his-wrap .his-card:nth-of-type(2)::after {
  position: absolute;
  right: -10%;
  top: 50%;
  content: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/his-1.png");
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.his-wrap .his-card:nth-of-type(3)::after {
  position: absolute;
  right: 18%;
  top: 38%;
  content: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/his-2.png");
}
.his-wrap .his-card:nth-of-type(4)::after {
  position: absolute;
  right: 5%;
  top: 5%;
  content: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/his-3.png");
}
.his-wrap .his-card:nth-of-type(5)::after {
  position: absolute;
  right: 5%;
  top: 5%;
  content: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/his-4.png");
}
.his-wrap .year-wrap {
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 10rem 0;
}
.his-wrap .year {
  position: relative;
  margin-right: 6.5rem;
  padding-left: 3rem;
  width: 15rem;
  font-size: var(--sec-t);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 0.8;
}
.his-wrap .year::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  background-color: #00c2f3;
  border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}
.his-wrap .list dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.8rem;
}
.his-wrap .list dl:first-child {
  margin-top: 1.9rem;
}
.his-wrap .list dl:last-child {
  margin-bottom: 0;
}
.his-wrap .list dl dt {
  width: 12rem;
  min-width: 12rem;
  font-weight: 800;
}
.his-wrap .list dl dd p {
  margin-bottom: 0.8rem;
}
.his-wrap .list dl dd p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 100rem) {
  .his-wrap .year {
    width: 11rem;
    min-width: 11rem;
  }
  .his-wrap .list dl:first-child {
    margin-top: 0.9rem;
  }
  .his-wrap .list dl dd p {
    line-height: 1.3;
  }
}
@media all and (max-width: 79.9375rem) {
  .his-wrap .anchor-wrap {
    width: 19rem;
  }
  .his-wrap .his-card {
    padding: 0 5rem;
  }
  .his-wrap .his-card::after {
    opacity: 0.6;
  }
  .his-wrap .year-wrap {
    margin: 5rem 0;
  }
  .his-wrap .year {
    margin-right: 3.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .his-wrap {
    flex-direction: column;
  }
  .his-wrap .anchor-wrap {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .his-wrap .his-card {
    padding: 0 2rem;
  }
  .his-wrap .his-card:last-child {
    padding-bottom: 4rem;
  }
  .his-wrap .year-wrap {
    flex-direction: column;
    gap: 1rem 0;
  }
  .his-wrap .year {
    padding-left: 2rem;
  }
  .his-wrap .list dl {
    flex-direction: column;
    gap: 1rem 0;
  }
  .his-wrap .list dl dt {
    width: 4.5rem;
    min-width: 4.5rem;
  }
}
/*
조직도 */
.diagram {
  margin: 0 auto;
  width: 100%;
  max-width: 140rem;
  font-size: calc(var(--mm-f) - 0.2rem);
  text-align: center;
  line-height: 1.3;
}
.diagram dd {
  z-index: 1;
  position: relative;
}
.diagram dd li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  height: 4.4rem;
  border-radius: 4.4rem;
  -webkit-border-radius: 4.4rem;
  -moz-border-radius: 4.4rem;
  -ms-border-radius: 4.4rem;
  -o-border-radius: 4.4rem;
  border: 1px solid #66d1e6;
  background-color: #f4f3ef;
  min-width: 18rem;
}
.diagram ul {
  z-index: 1;
  position: relative;
  width: 100%;
}
.diagram ul .circle {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
.diagram ul .circle.sm {
  width: 12rem;
  height: 12rem;
  border-radius: 12rem;
  -webkit-border-radius: 12rem;
  -moz-border-radius: 12rem;
  -ms-border-radius: 12rem;
  -o-border-radius: 12rem;
}
.diagram ul .drm-1 {
  position: relative;
  margin-bottom: 2rem;
}
.diagram ul .drm-1 .circle {
  margin: 0 auto;
  width: 20rem;
  height: 20rem;
  font-size: var(--tit-f);
  background: url("https://taeha02.cdn1.cafe24.com/static/img/sub/company/drm.png") center/cover no-repeat;
  border-radius: 20rem;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  -ms-border-radius: 20rem;
  -o-border-radius: 20rem;
}
.diagram ul .drm-1::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 71.6rem;
  content: "";
  background-color: #b0bac7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.diagram ul .drm-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-right: 4rem;
  max-width: 97rem;
}
.diagram ul .div-1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  width: 76.35%;
  max-width: 71rem;
}
.diagram ul .div-1::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 49rem;
  height: 1px;
  content: "";
  background-color: #b0bac7;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.diagram ul .div-1 dd {
  position: relative;
  flex: 1 1 0;
}
.diagram ul .div-1 ul {
  position: absolute;
  left: 0;
  top: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.diagram ul .div-1 ul::before {
  position: absolute;
  left: 50%;
  top: 1rem;
  width: 1px;
  height: calc(100% - 2rem);
  content: "";
  background-color: #b0bac7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.diagram ul .div-1 ul::after {
  position: absolute;
  left: calc(100% + 2rem);
  top: 50%;
  width: 1px;
  height: calc(100% - 6.5rem);
  content: "";
  background-color: #b0bac7;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.diagram ul .div-1 li {
  z-index: 1;
  position: relative;
  width: 20rem;
  background-color: #fff;
  border: 1px solid #91c0f6;
}
.diagram ul .div-1 li::after {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 2.1rem;
  height: 1px;
  content: "";
  background-color: #b0bac7;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.diagram ul .div-2 {
  position: relative;
}
.diagram ul .div-2::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 100px;
  content: "";
  background-color: #b0bac7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.diagram ul .div-2 ul {
  position: absolute;
  left: -20%;
}
.diagram ul .drm-3 {
  position: relative;
  margin: 0 auto 6rem;
  max-width: 44rem;
}
.diagram ul .drm-3::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: #b0bac7;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.diagram ul .drm-4 {
  position: relative;
  margin: 0 auto;
  max-width: 120rem;
  height: 48rem;
  margin-top: 16rem;
}
.diagram ul .drm-4:after {
  content: "";
  width: 85%;
  height: 1px;
  background-color: #b0bac7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.diagram ul .drm-4 .drm-inner {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 2.5rem;
  width: calc(100% + 20rem);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.diagram ul .drm-4 .drm-inner .circle {
  width: 17rem;
  height: 17rem;
  font-size: var(--com-f);
  color: #002c5f;
  background-color: #bce9f2;
  border-radius: 17rem;
  -webkit-border-radius: 17rem;
  -moz-border-radius: 17rem;
  -ms-border-radius: 17rem;
  -o-border-radius: 17rem;
}
.diagram ul .drm-4 .drm-inner > .item {
  position: relative;
}
.diagram ul .drm-4 .drm-inner > .item::after {
  position: absolute;
  left: 50%;
  top: -2.5rem;
  width: 1px;
  height: 26rem;
  content: "";
  background-color: #b0bac7;
}
.diagram ul .drm-4 .drm-inner > .item > dd {
  padding-top: 3rem;
}
.diagram ul .drm-4 .drm-inner .item-1,
.diagram ul .drm-4 .drm-inner .item-2,
.diagram ul .drm-4 .drm-inner .item-3,
.diagram ul .drm-4 .drm-inner .item-5 {
  width: 13.93%;
  max-width: 19.5rem;
}
.diagram ul .drm-4 .drm-inner .item-1 dt,
.diagram ul .drm-4 .drm-inner .item-2 dt,
.diagram ul .drm-4 .drm-inner .item-3 dt,
.diagram ul .drm-4 .drm-inner .item-5 dt {
  margin: 0 auto;
}
.diagram ul .drm-4 .drm-inner .item-1 {
  margin-right: 5.35%;
}
.diagram ul .drm-4 .drm-inner .item-3 {
  margin: 0 3.2%;
}
.diagram ul .drm-4 .drm-inner .item-3 .circle {
  margin: 0 auto;
}
.diagram ul .drm-4 .drm-inner .item-3::after {
  display: none;
}
.diagram ul .drm-4 .drm-inner .item-3 > dt {
  position: relative;
}
.diagram ul .drm-4 .drm-inner .item-3 > dd {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0 1rem;
  width: 100%;
}
.diagram ul .drm-4 .drm-inner .item-3 > dd > dl {
  flex: 1 1 0;
}
.diagram ul .drm-4 .drm-inner .item-3 > dd > dl ul {
  position: relative;
}
.diagram ul .drm-4 .drm-inner .item-3 > dd > dl ul::before {
  position: absolute;
  left: 50%;
  top: -2rem;
  width: 1px;
  height: 2rem;
  content: "";
  background-color: #b0bac7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.diagram ul .drm-4 .drm-inner .item-5 {
  margin-left: 5.35%;
}
.diagram .bg1 {
  background-color: #379cb6;
}
.diagram .bg2 {
  background-color: #e2776a;
}
.diagram .bg3 {
  background-color: #426c9e;
}

@media all and (max-width: 100rem) {
  .diagram ul .drm-4 {
    max-width: 95rem;
  }
  .diagram ul .drm-4 .drm-inner {
    width: calc(100% + 16rem);
  }
}
@media all and (max-width: 79.9375rem) {
  .diagram {
    font-size: var(--ss-f);
  }
  .diagram ul .circle.sm {
    width: 10rem;
    height: 10rem;
  }
  .diagram ul .drm-1 .circle {
    width: 14rem;
    height: 14rem;
  }
  .diagram ul .drm-1::after {
    height: 58.6rem;
  }
  .diagram ul .drm-2 {
    max-width: 72rem;
  }
  .diagram ul .drm-3 {
    max-width: 29rem;
  }
  .diagram ul .drm-4 {
    max-width: 79rem;
  }
  .diagram ul .drm-4 dd li {
    height: 5.5rem;
    min-width: 8rem;
  }
  .diagram ul .drm-4 .drm-inner {
    width: calc(100% + 13rem);
  }
  .diagram ul .drm-4 .drm-inner .circle {
    width: 12rem;
    height: 12rem;
    font-size: calc(var(--mm-f) - 0.1rem);
  }
  .diagram ul .drm-4 .drm-inner > .item::after {
    height: 2.5rem;
  }
  .diagram ul .div-1::after {
    width: 34.9rem;
  }
  .diagram ul .div-1 li {
    width: 15rem;
  }
  .diagram ul .div-2 ul {
    left: -40%;
  }
}
@media all and (max-width: 63.9375rem) {
  .diagram {
    position: relative;
  }
  .diagram::after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: calc(100% - 1rem);
    content: "";
    background-color: #b0bac7;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .diagram ul {
    position: relative;
  }
  .diagram ul .drm-1::after {
    display: none;
  }
  .diagram ul .drm-2 {
    padding-right: 0;
    max-width: 48rem;
  }
  .diagram ul .div-1 {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
  .diagram ul .div-1::after {
    top: 4.5rem;
    right: -6rem;
    width: 60%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .diagram ul .div-1 dt {
    margin: 0 auto;
  }
  .diagram ul .div-1 ul {
    position: relative;
  }
  .diagram ul .div-1 ul::before {
    top: -2rem;
  }
  .diagram ul .div-1 ul::after {
    display: none;
  }
  .diagram ul .div-1 li {
    width: 18rem;
  }
  .diagram ul .div-1 li::after {
    display: none;
  }
  .diagram ul .div-2::after {
    top: 0;
    height: 18rem;
  }
  .diagram ul .drm-3 {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 61%;
    top: 43rem;
    width: 32rem;
    max-width: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .diagram ul .drm-3::after {
    left: auto;
    right: 8rem;
  }
  .diagram ul .drm-4 {
    height: auto;
    border-top: 0 none;
  }
  .diagram ul .drm-4 .drm-inner {
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .diagram ul .drm-4 .drm-inner > .item {
    margin: 0;
    width: 50%;
    max-width: none;
  }
  .diagram ul .drm-4 .drm-inner > .item::after {
    display: none;
  }
  .diagram ul .drm-4 dd li {
    height: 4.4rem;
  }
  .diagram ul .drm-4:after {
    display: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .diagram ul .drm-2 {
    max-width: 32rem;
  }
  .diagram ul .div-1 li {
    width: 15rem;
  }
  .diagram ul .div-1::after {
    right: -4rem;
  }
  .diagram ul .drm-3 {
    left: 50%;
  }
  .diagram ul .drm-3::after {
    right: 0;
  }
  .diagram ul .drm-4 .drm-inner > .item {
    width: 100%;
    max-width: 32rem;
  }
  .diagram ul .drm-2 {
    display: flex;
    justify-content: baseline;
    margin: 0 auto;
    padding-right: 4rem;
    max-width: 97rem;
    gap: 6rem;
  }
}
@media (max-width: 400px) {
  .diagram ul .div-1::after {
    right: 1.1rem;
  }
  /* 400px 이하 스타일 */
  .diagram ul .drm-2 {
    display: flex;
    justify-content: baseline;
    margin: 0 auto;
    padding-right: 5rem;
    max-width: 97rem;
    gap: 4rem;
  }
}
/*
기술보유현황 */
.dot-list li {
  position: relative;
  margin: 1.2rem 0;
  padding-left: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.dot-list li::before {
  position: absolute;
  left: 0;
  content: "·";
}

.skill .img-flex {
  display: flex;
  justify-content: flex-start;
  gap: 0 1rem;
  margin-bottom: 15rem;
}
.skill .img-flex .img-2,
.skill .img-flex .img-3 {
  margin-top: 10rem;
}
.skill .tit-arti {
  display: grid;
  grid-template-columns: 30.625% 69.375%;
}
.skill .tit-arti .sec-tit {
  margin-top: 9.5rem;
}
.skill .tit-arti .sec-tit b {
  display: block;
}
.skill .tit-arti .txt-box {
  overflow: hidden;
  padding: 1rem 14.5rem;
  background-color: #eaeaea;
}
.skill .dot-list {
  margin: 9rem 0;
}

@media all and (max-width: 100rem) {
  .skill .tit-arti .txt-box {
    padding: 1rem 8rem;
  }
}
@media all and (max-width: 79.9375rem) {
  .skill .tit-arti .txt-box {
    padding: 1rem 6rem;
  }
  .skill .dot-list {
    margin: 6rem 0;
  }
}
@media all and (max-width: 63.9375rem) {
  .skill .img-flex {
    margin-bottom: 8rem;
  }
  .skill .tit-arti .txt-box {
    padding: 1rem 4rem;
  }
  .skill .dot-list {
    margin: 5rem 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .skill .img-flex .img-2,
  .skill .img-flex .img-3 {
    margin-top: 3rem;
  }
  .skill .tit-arti {
    grid-template-columns: 1fr;
  }
  .skill .tit-arti .sec-tit {
    margin-top: 0;
  }
  .skill .tit-arti .txt-box {
    padding: 1rem 2rem;
  }
  .skill .dot-list {
    margin: 4rem 0;
  }
}
/* 테이블 공통 */
.table-wrap .table-tit {
  margin-bottom: 2.5rem;
  font-size: var(--lg-f);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #002c5f;
}
.table-wrap .table {
  width: 100%;
}
.table-wrap .table table {
  width: 100%;
}
.table-wrap .col-ss {
  width: 17.5%;
}
.table-wrap .col-sm {
  width: 20.625%;
}
.table-wrap .col-md {
  width: 29.375%;
}
.table-wrap .col-lg {
  width: 32.5%;
}
.table-wrap th,
.table-wrap td {
  padding: 0.5rem 2rem;
  height: 5.2rem;
  vertical-align: middle;
  border-right: 1px solid #d3d2cf;
}
.table-wrap th:last-child,
.table-wrap td:last-child {
  border-right: 0 none;
}
.table-wrap thead {
  border-top: 2px solid #000;
}
.table-wrap thead th {
  font-size: var(--md-f);
  background-color: #ebeae6;
  border-right: 1px solid #d3d2cf;
  border-bottom: 1px solid #6e6d6b;
}
.table-wrap tbody {
  font-size: calc(var(--mm-f) - 0.1rem);
}
.table-wrap tbody tr {
  border-bottom: 1px solid #d3d2cf;
}
.table-wrap tbody th {
  text-align: start;
}
.table-wrap tbody th a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.table-wrap tbody th:hover {
  color: #2674de;
  background-color: #fff;
}
.table-wrap tbody th:hover a {
  text-decoration: underline;
}

/*
applycation*/
.applycation .section {
  padding-bottom: 0;
}
.applycation .sec-bg {
  background-color: #fafaf9;
}
.applycation .sec-bg .inner {
  padding: 1rem 4rem 20rem;
}
.applycation .top-inner {
  padding-bottom: 7rem;
}

.app-card {
  display: grid;
  grid-template-columns: minmax(37.5%, 60rem) minmax(56.25%, 90rem);
  justify-content: space-between;
  gap: 0 6.25%;
  padding: 12rem 0 0;
}
.app-card:first-child {
  margin-top: 0;
}
.app-card:last-child {
  margin-bottom: 0;
}
.app-card .txt-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4rem 0;
}
.app-card .card-tit {
  font-size: var(--arti-tit);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #002c5f;
}
.app-card .card-desc {
  line-height: 1.8;
}
.app-card .card-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
}
.app-card .card-bottom .icon {
  width: 8rem;
  height: 8rem;
  background: url("../img/sub/applycation/icon.png") center/cover no-repeat;
}
.app-card .card-bottom dt {
  margin-bottom: 1.2rem;
  font-size: var(--lg-f);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.app-card .card-bottom dd {
  font-size: var(--md-f);
}

@media all and (max-width: 100rem) {
  .applycation .table-wrap {
    line-height: 1.4;
  }
  .app-card .card-bottom .icon {
    width: 6rem;
    height: 6rem;
  }
}
@media all and (max-width: 79.9375rem) {
  .app-card .txt-wrap {
    gap: 3rem 0;
  }
  .app-card .card-desc {
    line-height: 1.6;
  }
}
@media all and (max-width: 63.9375rem) {
  .applycation .sec-bg .inner {
    padding: 1rem 2rem 12rem;
  }
  .app-card {
    padding: 10rem 0 0;
  }
  .app-card .txt-wrap {
    gap: 2.5rem 0;
  }
  .app-card .card-bottom dt {
    margin-bottom: 0.8rem;
  }
  .app-card .card-bottom .icon {
    width: 4rem;
    height: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .applycation .table-wrap .col-ss {
    width: 11.2rem;
  }
  .applycation .table-wrap {
    position: relative;
  }
  .applycation .table-wrap::after {
    position: absolute;
    left: 11.2rem;
    top: 2px;
    width: 1px;
    height: calc(100% - 2px);
    content: "";
    background-color: #d3d2cf;
  }
  .applycation .table {
    overflow-x: auto;
    position: relative;
  }
  .applycation .table table {
    min-width: 70rem;
  }
  .applycation .table thead th:first-child {
    z-index: 1;
    position: sticky;
    left: 0;
    background-color: #ebeae6;
  }
  .applycation .table tbody th {
    z-index: 1;
    position: sticky;
    left: 0;
    background-color: #f4f3ef;
  }
  .app-card {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
/*
제품 리스트 */
.product-list .section {
  padding-top: 6rem;
  background-color: #f4f3ef;
}
.product-list .list-top {
  margin-bottom: 1.5rem;
  font-size: var(--mm-f);
  color: #002c5f;
}

.thumb-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(23.125%, 37rem));
  gap: 4rem;
  font-family: "Montserrat", sans-serif;
}
.thumb-list .thumb-card {
  overflow: hidden;
}
.thumb-list .thumb-card .figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  padding-top: 121.63%;
  width: 100%;
  height: 0;
  background-color: #fff;
}
.thumb-list .thumb-card .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%);
  width: auto;
}
.thumb-list .tit {
  width: 100%;
  padding-right: 2rem;
  font-size: var(--tit-f);
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.266;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thumb-list .desc {
  opacity: 0.5;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  line-height: 2;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-list .thumb-list {
  grid-template-columns: repeat(6, minmax(15%, 24rem));
  gap: 4rem 3rem;
}
.product-list .thumb-list .thumb-card {
  overflow: hidden;
}
.product-list .thumb-list .thumb-card .figure {
  margin-bottom: 2rem;
  padding-top: 108.34%;
}
.product-list .tit {
  padding-right: 0;
  font-size: var(--lg-f);
  color: #002c5f;
}
.product-list .desc {
  opacity: 0.5 !important;
  font-size: var(--md-f);
  font-weight: 700;
  color: #002c5f;
}

@media all and (max-width: 100rem) {
  .thumb-list {
    gap: 4rem 2rem;
  }
  .product-list .thumb-list {
    gap: 4rem 1.5rem;
  }
}
@media all and (max-width: 79.9375rem) {
  .product-list .thumb-list {
    grid-template-columns: repeat(5, minmax(15%, 24rem));
    gap: 4rem 1.5rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .thumb-list {
    gap: 2rem 1rem;
  }
  .thumb-list .thumb-card .figrue {
    margin-bottom: 1.5rem;
  }
  .product-list .thumb-list {
    grid-template-columns: repeat(4, minmax(15%, 24rem));
    gap: 4rem 1.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .thumb-list {
    grid-template-columns: repeat(2, minmax(23.125%, 37rem));
  }
  .product-list .thumb-list {
    grid-template-columns: repeat(2, minmax(15%, 24rem));
    gap: 4rem 1.5rem;
  }
}
/*
제품 상세 */
.products-info-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(46.875%, 75rem));
  gap: 0 10rem;
  margin-bottom: 12rem;
}
.products-info-card .view-slide {
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  height: 50rem;
  border: 1px solid #d7dadd;
}
.products-info-card .view-slide .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4e5e6;
}
.products-info-card .view-slide .swiper-slide img {
  height: auto;
  max-height: 100%;
  mix-blend-mode: multiply;
}
.products-info-card .thumb-swiper {
  margin-left: 0;
  padding-top: 8.9%;
  width: 64%;
  max-width: 48rem;
  height: 0;
}
.products-info-card .thumb-swiper .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.products-info-card .thumb-swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}
.products-info-card .thumb-swiper .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #d7dadd;
}
.products-info-card .thumb-swiper .swiper-slide:last-child::after {
  border-right: 1px solid #d7dadd;
}
.products-info-card .thumb-swiper .swiper-slide img {
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-info-card .thumb-swiper .swiper-slide.swiper-slide-thumb-active::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #002c5f;
}
.products-info-card .btn {
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid #a5b2c1;
  border-radius: 6.4rem;
  -webkit-border-radius: 6.4rem;
  -moz-border-radius: 6.4rem;
  -ms-border-radius: 6.4rem;
  -o-border-radius: 6.4rem;
}
.products-info-card .btn.swiper-button-disabled {
  opacity: 1;
}
.products-info-card .btn > i::before {
  margin: 0;
  color: #a5b2c1;
}
.products-info-card .btn:hover {
  background-color: #fff;
}
.products-info-card .card-header {
  padding-bottom: 3rem;
  font-family: "Montserrat", sans-serif;
  color: #002c5f;
  border-bottom: 1px solid #d0d5da;
}
.products-info-card .product-name {
  margin-bottom: 2rem;
  padding-right: 5rem;
  font-size: var(--sec-t);
  line-height: 1.2;
}
.products-info-card .product-name span {
  font-family: "SUIT", sans-serif;
}
.products-info-card .product-desc {
  opacity: 0.5;
  font-size: var(--tit-f);
  font-weight: 700;
  list-style: 2.218;
}
.products-info-card .card-body {
  padding-top: 7.5rem;
}
.products-info-card .card-body .tit {
  margin-bottom: 2.2rem;
  font-size: var(--lg-f);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #002c5f;
}
.products-info-card .card-body .card-desc {
  font-size: var(--md-f);
  font-family: "SUIT", sans-serif;
  color: #000;
  line-height: 1.5;
}
.products-info-card .card-body .file-wrap {
  width: 100%;
  background: #fff;
  margin-top: 6rem;
}
.products-info-card .card-body .file-list {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.products-info-card .card-body .file-list li {
  position: relative;
}
.products-info-card .card-body .file-list li::before {
  content: "";
  width: 0.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -5rem;
  background: #002c5f;
}
.products-info-card .card-body .file-list li:last-child::before {
  display: none;
}
.products-info-card .card-body .file-list a {
  display: flex;
  gap: 1.2rem;
  padding: 2.2rem 0;
  line-height: 1;
  align-items: center;
  font-size: calc(var(--com-f) - 0.3rem);
  font-weight: 500;
  color: #002c5f;
  opacity: 0.3;
  pointer-events: none;
}
.products-info-card .card-body .file-list .icon {
  display: block;
}
.products-info-card .card-body .file-list .icon img {
  display: block;
}
.products-info-card .card-body .file-list .infile a {
  opacity: 1;
  pointer-events: visible;
}
.products-info-card .card-body .file-list .infile a:hover {
  text-decoration: underline;
}

.product-view .table-wrap {
  margin-bottom: 7.5rem;
}
.product-view .table-wrap:last-child {
  margin-bottom: 0;
}
.product-view .table-wrap .over-box {
  overflow: hidden;
  overflow-x: auto;
  margin-top: 4rem;
}
.product-view .table-wrap .video-wrap {
  position: relative;
  width: 100%;
  max-width: 96rem;
  height: 0;
  padding-bottom: 37.5%;
}
.product-view .table-wrap .video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-view .table-wrap .pro-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 96rem;
  background-color: #fff;
  border: 1px solid #d7dadd;
}

figure.table {
  overflow: hidden;
  overflow-x: auto;
}
figure.table .img-wrap {
  display: flex;
  justify-content: center;
}
figure.table .img-wrap img {
  width: auto;
  height: auto;
}
figure.table::-webkit-scrollbar {
  width: 20%;
  height: 1rem;
}
figure.table::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
figure.table.down {
  cursor: grab;
}

@media all and (max-width: 100rem) {
  .products-info-card {
    gap: 0 8rem;
  }
  .products-info-card .card-body .file-list {
    gap: 6rem;
  }
  .products-info-card .card-body .file-list li::before {
    right: -3rem;
  }
  .product-view .table-wrap .video-wrap {
    padding-bottom: 50%;
  }
}
@media all and (max-width: 79.9375rem) {
  .products-info-card {
    gap: 0 6rem;
  }
  .products-info-card .card-body {
    padding-top: 3.5rem;
  }
  .products-info-card .card-body .file-list {
    gap: 4rem;
  }
  .products-info-card .card-body .file-list li::before {
    right: -2rem;
  }
  .products-info-card .card-body .file-list a {
    gap: 1rem;
  }
  .products-info-card .btn {
    width: 4rem;
    height: 4rem;
  }
  .product-view .table-wrap .video-wrap {
    padding-bottom: 62.5%;
  }
}
@media all and (max-width: 63.9375rem) {
  .products-info-card {
    gap: 0 4rem;
    margin-bottom: 6rem;
  }
  .products-info-card .card-body .file-list {
    flex-wrap: wrap;
    gap: 0 4rem;
  }
  .products-info-card .card-body .file-list li {
    width: calc(50% - 2rem);
  }
  .products-info-card .card-body .file-list li a {
    padding: 1.6rem 0;
    justify-content: center;
  }
  .products-info-card .card-body .file-list li:nth-child(2)::before {
    display: none;
  }
  .product-view .pro-img {
    max-width: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .product-view .table-wrap {
    margin-bottom: 4rem;
  }
  .table-wrap .col-sm {
    width: 30%;
  }
  .products-info-card {
    display: block;
  }
  .products-info-card .card-body .file-wrap {
    margin-top: 4rem;
  }
  .products-info-card .slider-wrap {
    margin-bottom: 4rem;
  }
  .products-info-card .view-slide {
    height: 30rem;
  }
}
/*
ESG */
.esg {
  overflow: hidden;
  background: linear-gradient(to top, #cadff0, #f4f3ef 15%);
}
.esg .full-img {
  position: relative;
  height: 60rem;
}
.esg .full-img .figure {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 97vw;
  max-width: 176rem;
  height: 100%;
}
.esg .full-img .figure img {
  width: auto;
  max-width: none;
}
.esg .txt-wrap {
  color: #000;
}
.esg .txt-wrap p {
  margin: 4.3rem 0;
  font-weight: 400;
  line-height: 2;
}

.esg-wrap {
  position: relative;
  padding-left: 34.6875%;
  margin: 8.5rem 0;
}
.esg-wrap:nth-of-type(1) {
  margin-top: 0;
}
.esg-wrap:last-child {
  margin-bottom: 4rem;
}
.esg-wrap .sec-tit {
  width: 105%;
  font-family: "SUIT", sans-serif;
}
.esg-wrap.img-wrap {
  position: relative;
}
.esg-wrap.img-wrap .left-img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 26rem;
  height: 20.5rem;
}
.esg-wrap.img-wrap .figrue {
  width: 100%;
  height: 100%;
}

/* 인사 */
.greeting .txt-wrap p:last-child > span {
  margin-left: 2rem;
  font-size: var(--tit-f);
  font-family: "ChosunGs";
}

/* 경영원칙 */
.icon-card-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 0 5rem;
  padding: 2rem 0 4.5rem;
}
.icon-card-wrap .icon-card {
  width: 30.05%;
  max-width: 31.4rem;
}
.icon-card-wrap .icon-card .figure {
  width: 13rem;
  min-width: 13rem;
}
.icon-card-wrap .icon-card .card-tit {
  margin: 2.6rem 0 0.8rem;
  font-size: var(--sub-tit);
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
.icon-card-wrap .icon-card .card-desc {
  line-height: 2;
}

/* 윤리경영 */
.ethical .sec-tit-wrap {
  width: calc(100% + 2rem);
}

.summary {
  margin: 6.5rem 0;
  color: #000;
}
.summary .item-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 6rem;
  color: #fff;
  background-color: #26446d;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}
.summary > dl {
  margin: 4rem 0 5rem;
}
.summary > dl dt {
  margin-bottom: 2rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-color: #b4b3b0;
  -moz-text-decoration-color: #b4b3b0;
}
.summary > dl dd {
  font-size: var(--md-f);
  line-height: 1.666;
}
.summary > dl ol {
  counter-reset: num;
}
.summary > dl ol li {
  position: relative;
  padding-left: 4rem;
  margin: 2.7rem 0;
}
.summary > dl ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: num 1;
  content: counter(num);
  font-size: var(--lg-f);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: right;
}

.env .sec-tit {
  width: calc(100% + 2rem);
  font-size: calc(var(--arti-tit) - 0.2rem);
}
.env .summary > ul {
  margin: 0 auto;
  padding: 1.5rem 0;
  height: 47rem;
  text-align: center;
}
.env .summary > ul strong {
  display: block;
  font-size: calc(var(--mm-f) - 0.1rem);
  color: #2674de;
}
.env .summary > ul .item-tit {
  margin: 1rem auto 1.5rem;
  height: 8rem;
  font-weight: 600;
  border-radius: 8rem;
  -webkit-border-radius: 8rem;
  -moz-border-radius: 8rem;
  -ms-border-radius: 8rem;
  -o-border-radius: 8rem;
}
.env .summary > ul > li {
  position: relative;
}
.env .summary > ul > li:last-child {
  margin: 4.5rem auto 0;
  padding-top: 2.5rem;
  width: 51.68%;
  max-width: 54rem;
  border-top: 1px solid #7eb1e5;
}
.env .summary > ul > li:last-child::before {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 1px;
  height: 3rem;
  background-color: #7eb1e5;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.env .summary > ul ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin: 1rem auto;
  left: 50%;
  width: 143%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.env .summary > ul ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 23rem;
  height: 23rem;
  font-size: calc(var(--mm-f) - 0.1rem);
  font-weight: 600;
  color: #26446d;
  line-height: 1.375;
  background-color: #d5e2ef;
  border: 1px solid #a4b5c7;
  border-radius: 13rem;
  -webkit-border-radius: 13rem;
  -moz-border-radius: 13rem;
  -ms-border-radius: 13rem;
  -o-border-radius: 13rem;
}
.env .summary > ul ul li:first-child::before, .env .summary > ul ul li:last-child::before {
  position: absolute;
  top: -5.2rem;
  width: 1px;
  height: 3rem;
  content: "";
  background-color: #7eb1e5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.env .summary > ul ul li:first-child::before {
  left: calc(50% + 0.2rem);
}
.env .summary > ul ul li:last-child::before {
  left: calc(50% - 0.1rem);
}
.env .sub-tit-wrap .deco-txt {
  font-size: calc(var(--ss-f) - 0.1rem);
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #2674de;
  line-height: 2.307;
}
.env .sub-tit-wrap .sub-tit {
  margin: 0.5rem 0 2rem;
  font-size: var(--tit-f);
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.env .sub-tit-wrap .desc {
  font-size: var(--md-f);
  line-height: 1.666;
}

.safety .summary dd strong {
  padding-left: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2169cc;
  letter-spacing: 0.25rem;
}

@media all and (max-width: 100rem) {
  .esg-wrap {
    padding-left: 30%;
  }
  .esg-wrap .sec-tit {
    width: 102%;
  }
  .env .summary > ul > li:last-child {
    width: 54rem;
  }
}
@media all and (max-width: 79.9375rem) {
  .esg .full-img {
    height: 50rem;
  }
  .esg-wrap {
    padding-left: 25%;
    margin: 6rem 0;
  }
  .esg-wrap .sec-tit {
    padding-right: 4rem;
  }
  .esg-wrap .sec-tit br {
    display: none;
  }
  .esg-wrap.img-wrap .left-img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 16rem;
    height: 9.25rem;
  }
  .env .summary > ul {
    height: 39rem;
  }
  .env .summary > ul > li:last-child {
    width: 36rem;
  }
  .env .summary > ul ul {
    width: 145%;
  }
  .env .summary > ul ul li {
    width: 16rem;
    min-width: 16rem;
    height: 16rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .esg .full-img {
    height: 40rem;
  }
  .esg .txt-wrap p {
    margin: 2.3rem 0;
  }
  .esg-wrap {
    margin: 5.5rem 0;
  }
  .esg-wrap:last-child {
    margin-bottom: 0;
  }
  .icon-card-wrap .icon-card .figure {
    width: 10rem;
    min-width: 10rem;
  }
  .ethical .sec-tit-wrap {
    width: 100%;
  }
  .ethical .sec-tit-wrap br {
    display: none;
  }
  .summary {
    margin: 4rem 0;
  }
  .summary .item-tit {
    height: 5rem;
  }
  .summary dl {
    margin: 3rem 0 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .esg .full-img {
    height: 30rem;
  }
  .esg .esg-wrap:not(:last-child) {
    padding-left: 0;
  }
  .esg-wrap {
    margin: 3.5rem 0;
  }
  .esg-wrap.img-wrap .left-img {
    width: 16.25%;
  }
  .icon-card-wrap {
    flex-direction: column;
    gap: 4rem 0;
  }
  .icon-card-wrap .icon-card {
    width: 100%;
  }
  .human .sec-tit br {
    display: none;
  }
  .summary .item-tit {
    padding: 0.5rem 3rem;
    height: 4.5rem;
  }
  .env .summary > ul {
    height: 75rem;
  }
  .env .summary > ul .item-tit {
    height: 6rem;
  }
  .env .summary > ul > li:last-child {
    padding-top: 0;
    width: auto;
    border-top: 0 none;
  }
  .env .summary > ul > li:last-child::before {
    display: none;
  }
  .env .summary > ul ul {
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
    margin: 2rem 0;
    width: 100%;
  }
  .env .summary > ul ul::after {
    position: absolute;
    left: 50%;
    top: -1rem;
    width: 1px;
    height: 80%;
    content: "";
    background-color: #7eb1e5;
  }
  .env .summary > ul ul li {
    z-index: 1;
    width: 17rem;
    min-width: 17rem;
    height: 17rem;
  }
  .env .summary > ul ul li:first-child::before {
    top: -7.2rem;
  }
  .env .summary > ul ul li:last-child::before {
    display: none;
  }
  .safety .sec-tit br {
    display: none;
  }
}
/*
news
*/
.list-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.list-top.align-bottom {
  align-items: flex-end;
}
.list-top .list-info {
  font-family: "AppleSDGothicNeo";
}
.list-top .list-info .keyword {
  font-weight: 800;
}
.list-top .list-info .all {
  margin-left: 0.5rem;
}
.list-top .search-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25rem;
  height: 4.4rem;
  font-size: var(--ss-f);
  font-family: "돋움", sans-serif;
  color: #555;
  border: 1px solid #c4c4c0;
  border-radius: 4.4rem;
  -webkit-border-radius: 4.4rem;
  -moz-border-radius: 4.4rem;
  -ms-border-radius: 4.4rem;
  -o-border-radius: 4.4rem;
}
.list-top .search-group input {
  padding: 0 0 0 2rem;
  flex: 1 1 0;
  height: 100%;
  outline: 0 none;
}
.list-top .search-group .search-btn {
  width: 5rem;
  height: inherit;
}
.list-top .search-group .search-btn > i::before {
  margin: 0;
  font-size: 1.5em;
  color: #0d0d0d;
}

@media all and (max-width: 47.9375rem) {
  .list-top {
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem 0;
  }
  .list-top .list-info {
    margin-left: auto;
  }
}
.board-wrap {
  width: 100%;
}

.ul-list {
  margin-bottom: 4rem;
  font-weight: 400;
  border-top: 1px solid #0d0d0d;
}
.ul-list .noti-flag {
  padding: 2.3rem 0;
  width: 15rem;
  min-width: 15rem;
  text-align: center;
}
.ul-list .noti-flag > span {
  padding: 0.5rem 1.5rem;
  font-size: var(--ss-f);
  color: #fff;
  background-color: #002c5f;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.ul-list .num {
  position: relative;
  padding: 2.1rem 0;
  width: 15rem;
  min-width: 15rem;
  text-align: center;
}
.ul-list .txt-wrap {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 0;
}
.ul-list .link-txt {
  overflow: hidden;
  padding: 2.3rem 2rem 2.3rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-list .link-txt:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-color: #ccc;
  -moz-text-decoration-color: #ccc;
}
.ul-list .see,
.ul-list .date {
  padding: 2.3rem 4rem;
  white-space: nowrap;
}
.ul-list .list-download-icon {
  display: block;
  width: 3rem;
}
.ul-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid #dfe0df;
}
.ul-list > li:hover {
  background-color: #fafafa;
}
.ul-list > li .link-txt {
  width: auto;
  max-width: calc(100% - 2rem);
}
.ul-list > li.null-item {
  display: flex;
  justify-content: center;
  padding: 2rem;
  height: 7rem;
}

@media all and (max-width: 63.9375rem) {
  .board-wrap .list-top {
    padding-top: 0;
  }
  .ul-list .noti-flag,
  .ul-list .num {
    padding: 0.5rem 1rem;
    margin-right: auto;
  }
  .ul-list .txt-wrap {
    padding-right: 2rem;
    padding-top: 0.5rem;
    width: 100%;
    flex: auto;
    order: 4;
  }
  .ul-list .link-txt {
    margin-right: 1rem;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
  .ul-list .see,
  .ul-list .date {
    padding: 0.5rem;
  }
  .ul-list .list-download-icon img {
    width: 1.5rem;
  }
  .ul-list > li {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 1rem 0;
  }
  .ul-list > li.attach-down {
    padding-right: 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .ul-list .num,
  .ul-list .noti-flag {
    text-align: left;
  }
  .ul-list .link-txt {
    margin-right: 0;
  }
  .ul-list > li {
    padding: 0.5rem 0;
  }
  .tit-list .list-item {
    padding: 2rem 2.5rem;
  }
}
.pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 2rem !important;
  margin: 4rem 0 0;
  color: #002c5f;
}
.pagination a {
  display: block;
  min-width: 4rem;
  text-align: center;
  line-height: 4rem;
}
.pagination .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
.pagination .btn::before {
  font-size: 1.2em;
  font-weight: 800;
}
.pagination .btn:hover {
  opacity: 1;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li {
  line-height: 0;
}
.pagination ul li a {
  overflow: hidden;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: var(--md-f);
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}
.pagination ul li:hover a, .pagination ul li:focus a {
  color: #fff;
  font-weight: 800;
  background-color: #002c5f;
}
.pagination ul li.active a {
  color: #fff;
  font-weight: 800;
  background-color: #002c5f;
}

@media all and (max-width: 47.9375rem) {
  .pagination {
    margin: 3rem 0 0;
  }
  .pagination a {
    display: block;
    min-width: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
  }
  .pagination .btn::before {
    font-size: 1em;
  }
}
/*
문의 폼 */
.inquriy .section {
  padding-bottom: 12rem;
}

.form-wrap {
  padding: 5rem 17rem 8rem;
  background-color: #fff;
}
.form-wrap form {
  width: 100%;
}
.form-wrap .form-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 3.7rem;
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 1.44;
}
.form-wrap .small {
  position: relative;
  margin-left: 3rem;
  font-size: calc(var(--ss-f) + 0.1rem);
}
.form-wrap .small::before {
  margin-right: 0.5rem;
  content: "*";
  font-size: 1.2em;
  color: #ec0000;
}
.form-wrap .input-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.7rem 0;
}
.form-wrap .input-wrap.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
.form-wrap .input-wrap.col-2 .input-group {
  max-width: 61rem;
}
.form-wrap .input-wrap.col-2 .input-group:nth-of-type(even) .label {
  padding-left: 2rem;
}
.form-wrap .input-wrap.textarea-wrap .input-group, .form-wrap .input-wrap.agreement-wrap .input-group {
  height: auto;
}
.form-wrap .sty-1 {
  padding: 1rem 2rem;
  flex: 1 1 0;
  height: 100%;
  font-size: calc(var(--mm-f) - 0.1rem);
  background-color: #f8f8f8;
  border: 1px solid #d4d8dc;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.form-wrap input::-moz-placeholder {
  color: #ddd;
}
.form-wrap input::placeholder {
  color: #ddd;
}
.form-wrap .input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4.4rem;
  flex: 1 1 0;
}
.form-wrap .input-group .label {
  position: relative;
  display: inline-block;
  min-width: 18rem;
  font-size: var(--md-f);
  font-weight: 600;
  color: #000;
}
.form-wrap .input-group .label.req::after {
  content: "*";
  font-size: 1em;
  color: #ec0000;
}
.form-wrap .textarea {
  height: 14.5rem;
}
.form-wrap .textarea textarea {
  width: 100%;
  height: 100%;
  font-size: calc(var(--mm-f) - 0.1rem);
  resize: none;
  outline: 0 none;
}
.form-wrap .textarea textarea::-moz-placeholder {
  font-size: inherit;
  color: #ddd;
}
.form-wrap .textarea textarea::placeholder {
  font-size: inherit;
  color: #ddd;
}
.form-wrap .file-input {
  overflow: hidden;
  margin: -1px;
  width: 0;
  height: 0;
}
.form-wrap .file-data-box {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-wrap .file-add-btn {
  width: 11rem;
  height: 100%;
  font-size: calc(var(--ss-f) + 0.1rem);
  color: #000;
  background-color: #ededed;
  border: 1px solid #b2bac3;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.form-wrap .over-box {
  overflow-y: scroll;
  padding: 1.7rem 2.5rem;
  height: 10rem;
  font-size: var(--ss-f);
  color: #3f536a;
  line-height: 1.3;
  background-color: #e4e7eb;
  border: 1px solid #d4d8dc;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.form-wrap .over-box::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.form-wrap .over-box::-webkit-scrollbar-thumb {
  background-color: #828d99;
  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 .checkbox .check-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 2rem;
  font-size: calc(var(--ss-f) + 0.1rem);
  color: #000;
}
.form-wrap .checkbox .check-label::before {
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  content: url("https://taeha02.cdn1.cafe24.com/static/img/icon/check-box.png");
}
.form-wrap .checkbox > input:checked + .check-label::before {
  content: url("https://taeha02.cdn1.cafe24.com/static/img/icon/checked.png");
}
.form-wrap .form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.form-wrap .form-footer .submit-btn {
  padding: 1.65rem 6.405rem;
  font-size: var(--com-f);
  font-weight: 700;
  border: 1px solid #39587b;
  border-radius: 6rem;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}
.form-wrap .field-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #002c5f;
}
.form-wrap .field-top .legend {
  font-size: var(--lg-f);
  font-weight: 800;
}
.form-wrap .fieldset .input-group .label {
  width: 20rem;
  min-width: 20rem;
}
.form-wrap .fieldset:first-child {
  margin-bottom: 5rem;
}
.form-wrap .fieldset:first-child .input-wrap.col-2 {
  gap: 0;
}
.form-wrap .fieldset:first-child .input-wrap.col-2 .input-group {
  max-width: 63rem;
}
.form-wrap .fieldset:first-child .input-wrap.col-2 .input-group:nth-of-type(even) .label {
  padding-left: 5.5rem;
}
.form-wrap .fieldset:first-child .input-wrap .input-group {
  height: auto;
}
.form-wrap .address-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.form-wrap .address-wrap > * {
  margin: 0.5rem 0;
}
.form-wrap .post-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.5rem;
  width: 27.5rem;
}
.form-wrap .post-box .post-num {
  width: 15rem;
}
.form-wrap .post-box .post-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0;
  height: 4.2rem;
  font-size: calc(var(--ss-f) + 0.1rem);
  color: #fff;
  background-color: #939ba5;
  border: 1px solid #7f8894;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}
.form-wrap .select-box {
  position: relative;
  padding: 0;
  height: 4.5rem;
}
.form-wrap .select-box::after {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-family: "fontello";
  content: "\e80c";
}
.form-wrap .select-box select {
  padding: 1rem 2rem;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.as .form-wrap .form-top {
  display: flex;
  justify-content: flex-start;
  gap: 1rem 0;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-bottom: 6rem;
}
.as .form-wrap .desc-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: calc(var(--md-f) + 0.1rem);
}
.as .form-wrap .desc-wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
}
.as .form-wrap .desc-wrap .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  width: 20rem;
  min-width: 20rem;
  height: 4.5rem;
  font-weight: 700;
  background-color: #e6f2f5;
  border-radius: 4.5rem;
  -webkit-border-radius: 4.5rem;
  -moz-border-radius: 4.5rem;
  -ms-border-radius: 4.5rem;
  -o-border-radius: 4.5rem;
}
.as .form-wrap .desc-wrap dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0;
  font-weight: 400;
}
.as .form-wrap .desc-wrap dd p {
  width: 100%;
}
.as .form-wrap .desc-wrap dd dt {
  font-weight: 700;
}
.as .form-wrap .desc-wrap:last-child {
  position: absolute;
  bottom: 0;
  font-weight: 400;
}
.as .form-wrap .desc-wrap:last-child .tit {
  background-color: transparent;
}

@media all and (max-width: 100rem) {
  .form-wrap {
    padding: 5rem 6rem 8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .form-wrap {
    padding: 5rem 2.5rem 6rem;
  }
  .form-wrap .input-wrap.col-2 {
    gap: 0 2rem;
  }
  .form-wrap .input-group .label {
    width: 9rem;
    min-width: 9rem;
  }
  .form-wrap .form-footer .submit-btn {
    padding: 1rem 4.05rem;
  }
  .form-wrap .fieldset .input-group .label {
    width: 10rem;
    min-width: 10rem;
  }
  .form-wrap .fieldset:first-child .input-wrap.col-2 .input-group:nth-of-type(even) .label {
    padding-left: 3rem;
  }
  .as .form-wrap .form-top .desc-wrap .tit {
    width: 13rem;
    min-width: 13rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .form-wrap {
    padding: 5rem 2.5rem 6rem;
  }
  .form-wrap .form-top {
    flex-direction: column;
  }
  .form-wrap .input-wrap {
    margin: 0;
  }
  .form-wrap .input-wrap.col-2 {
    grid-template-columns: 1fr;
  }
  .form-wrap .input-wrap.col-2 .input-group:nth-of-type(even) .label {
    padding-left: 0;
  }
  .form-wrap .fieldset .input-group .label {
    width: 100%;
    min-width: auto;
  }
  .form-wrap .input-group {
    margin: 1rem 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  .form-wrap .input-group .label {
    margin-bottom: 0.8rem;
    width: 100%;
    max-width: 100%;
  }
  .form-wrap .sty-1 {
    width: 100%;
    flex: unset;
  }
  .form-wrap .file-box {
    position: relative;
  }
  .form-wrap .file-box .file-data-box {
    width: calc(100% - 9rem);
    height: 3.5rem;
  }
  .form-wrap .file-box .file-add-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9rem;
    height: 3.5rem;
  }
  .form-wrap .post-box .post-btn {
    height: 3.7rem;
  }
  .form-wrap .fieldset:first-child .input-wrap.col-2 .input-group:nth-of-type(even) .label {
    padding-left: 0;
  }
  .as .form-wrap .form-top {
    padding-bottom: 0;
  }
  .as .form-wrap .form-top .desc-wrap {
    flex-direction: column;
    align-items: flex-start;
    font-size: var(--ss-f);
  }
  .as .form-wrap .form-top .desc-wrap .tit {
    margin-bottom: 1rem;
    width: 11rem;
    min-width: auto;
    height: 3.5rem;
  }
  .as .form-wrap .form-top .desc-wrap:last-child {
    position: relative;
  }
  .as .form-wrap .form-top .desc-wrap:last-child .tit {
    margin-bottom: 0;
    height: 0;
  }
  .as .form-wrap .form-top .desc-wrap dd dl {
    align-items: flex-start;
  }
  .as .form-wrap .field-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem 0;
  }
  .as .form-wrap .field-top .small {
    margin-left: 0;
  }
}
/*
검색결과 리스트 */
.search-board {
  margin-bottom: 4rem;
}
.search-board .list-item {
  padding: 2.5rem 5rem;
  border-bottom: 1px solid #ddd;
}
.search-board .list-item:hover {
  background-color: #fafafa;
}
.search-board .list-item .item-cata {
  position: relative;
  margin-bottom: 1rem;
}
.search-board .list-item .item-cata::before {
  position: absolute;
  left: -1.5rem;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 0.4rem;
  content: "";
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.search-board .list-item .item-cata .cata {
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.search-board .list-item .item-cata .cata:not(:last-child)::after {
  margin: 0 0.5rem;
  font-family: "fontello";
  content: "\e80a";
}
.search-board .list-item .item-txt {
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search-board .null {
  padding: 6rem 2.5rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

@media all and (max-width: 47.9375rem) {
  .search-board .list-item {
    padding: 2rem 2rem 2rem 2.5rem;
  }
  .search-board .null {
    padding: 3rem 2.5rem;
  }
}
/* 뷰페이지 */
.view-wrap {
  border-top: 1px solid #0d0d0d;
}
.view-wrap .view-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3.28rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.view-wrap .view-header .content-info {
  margin-left: auto;
}
.view-wrap .view-header .content-info > span {
  position: relative;
  padding: 0 4rem;
  font-family: "AppleSDGothicNeo";
  color: #666;
}
.view-wrap .view-header .content-info > span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 80%;
  content: "";
  background-color: #dfe0df;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-wrap .subject {
  position: relative;
}
.view-wrap .subject.attach::after {
  margin-left: 2rem;
  vertical-align: middle;
  content: url("https://taeha02.cdn1.cafe24.com/static/img/icon/file.png");
}
.view-wrap .view-body {
  padding: 4.5rem 0;
  font-weight: 400;
  line-height: 1.8;
}
.view-wrap .view-body .view-video {
  position: relative;
  margin: 4rem auto;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.view-wrap .view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-wrap .view-body .view-img {
  margin: 4rem auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0;
}
.download-box .file-tit {
  width: 12rem;
  font-size: var(--md-f);
  font-weight: 800;
}
.download-box .download-file-btn {
  margin-left: 3rem;
  font-weight: 400;
}
.download-box .download-file-btn .icon {
  margin-left: 1rem;
}

.view-bottom-list {
  font-size: var(--md-f);
  color: #000;
  border-top: 1px solid #dfe0df;
}
.view-bottom-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5rem;
  border-bottom: 1px solid #dfe0df;
}
.view-bottom-list .first-box {
  width: 8rem;
  border-right: 1px solid #dfe0df;
}
.view-bottom-list .tit {
  overflow: hidden;
  flex: 1 1 0;
  padding-left: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media all and (max-width: 63.9375rem) {
  .download-box {
    padding: 2rem 0;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-wrap .view-header {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .view-wrap .view-header .subject {
    margin-bottom: 1rem;
    width: 100%;
  }
  .view-wrap .view-header .content-info {
    margin-left: 0;
  }
  .view-wrap .view-header .content-info > span {
    padding: 0 2rem;
  }
  .view-wrap .view-header .content-info > span:first-child {
    padding-left: 0;
  }
  .view-wrap .view-header .content-info > span:first-child::before {
    display: none;
  }
  .view-wrap .view-body {
    padding: 3rem 0 2rem;
  }
  .download-box .file-tit {
    width: 10rem;
  }
  .download-box .download-file-btn {
    margin-left: 1.5rem;
  }
  .view-bottom-list .first-box {
    width: 6rem;
  }
  .view-bottom-list .tit {
    padding-left: 1.5rem;
  }
}
/*
기술자료 */
.reference .thumb-list .thumb-card .figure {
  padding-top: 62.165%;
}
.reference .thumb-list .tit {
  margin-bottom: 2rem;
  font-size: var(--com-f);
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.reference .thumb-list .desc {
  font-size: var(--md-f);
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.66;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cert-list > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem 5rem;
}
.cert-list > ul li {
  text-align: center;
  color: #000;
  font-family: "SUIT", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cert-list > ul li img {
  aspect-ratio: 205/280;
}

@media all and (max-width: 79.9375rem) {
  .cert-list > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .cert-list > ul li {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: "SUIT", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media all and (max-width: 63.9375rem) {
  .cert-list > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
  }
  .cert-list > ul li {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: "SUIT", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media all and (max-width: 47.9375rem) {
  .cert-list > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .cert-list > ul li {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: "SUIT", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
/*
contact-us */
.card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(31.25%, 50rem));
  gap: 4rem 5rem;
  margin: 12rem 0 0;
}
.card-list .card {
  padding: 2.2rem 4rem;
  background-color: #faf9f7;
  border: 1px solid #d6d5d3;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.card-list .card .card-tit {
  position: relative;
  padding: 3rem 0;
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 1;
}
.card-list .card .card-tit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.5rem;
  height: 2px;
  content: "";
  background-color: #000;
}
.card-list .card .card-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 0;
  font-weight: var(--md-f);
  font-weight: 400;
}
.card-list .card .card-body dl {
  display: flex;
  justify-content: flex-start;
  margin: 0.7rem 0;
}
.card-list .card .card-body dt {
  margin-right: 0.5rem;
  font-weight: 700;
}
.card-list .card .address {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.5rem 0;
  margin: 0.7rem 0;
  font-size: calc(var(--mm-f) - 0.1rem);
  line-height: 1.5;
}

@media all and (max-width: 79.9375rem) {
  .card-list {
    grid-template-columns: repeat(2, minmax(31.25%, 50rem));
  }
}
@media all and (max-width: 63.9375rem) {
  .card-list {
    gap: 2rem 2.5rem;
  }
  .card-list .card {
    padding: 2.2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .card-list {
    grid-template-columns: 1fr;
  }
}
.project-form {
  margin: 0 auto;
}
.project-form .inner {
  margin: auto;
  padding: 6rem 24rem;
  background-color: #fff;
  max-width: 160rem;
}
.project-form .form-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f3a60;
  margin-bottom: 10px;
}
.project-form .required {
  font-size: 14px;
  margin-bottom: 50px;
}
.project-form .required em {
  color: red;
}
.project-form .form-section {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 40px 0;
  gap: 40px;
}
.project-form .section-title {
  width: 34rem;
}
.project-form .section-title span {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: #005ac2;
  align-items: center;
  gap: 4rem;
}
.project-form .section-content {
  flex: 1;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
.project-form .form-row {
  display: flex;
  align-items: center;
}
.project-form .form-row label {
  min-width: 24rem;
  font-weight: 600;
  font-size: 18px;
}
.project-form .form-row em {
  color: #FF3B30;
}
.project-form .form-row input,
.project-form .form-row select {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  padding: 0 30px 0 20px;
  border-radius: 4px;
}
.project-form .form-row input::-moz-placeholder, .project-form .form-row select::-moz-placeholder {
  text-align: right;
}
.project-form .form-row input::placeholder,
.project-form .form-row select::placeholder {
  text-align: right;
}
.project-form .form-row input:focus,
.project-form .form-row select:focus {
  border-color: #007bff;
  background-color: #f5f9ff;
}
.project-form .form-row input.filled,
.project-form .form-row select.filled {
  background: #eee;
  color: #000;
}
.project-form .form-row .no-focus {
  pointer-events: none;
}
.project-form .form-row #calcFlow,
.project-form .form-row #calcPPH {
  pointer-events: none;
}
.project-form .form-row input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #eee;
}
.project-form #fields-2k {
  flex-direction: column;
}
.project-form #fields-2k .form-row {
  margin-bottom: 1.5rem;
}
.project-form .input-group {
  display: flex;
  flex: 1;
  gap: 20px;
}
.project-form .form-btn {
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.project-form .form-btn input {
  width: 20rem;
  height: 6rem;
  border-radius: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.project-form .form-btn .btn-outline {
  border: 1px solid #003a70;
  color: #003a70;
  background: #fff;
}
.project-form .form-btn .btn-primary {
  background: #003a70;
  color: #fff;
  border: none;
}

/* [상수 유지] 디자인 및 강력한 보안(복사 금지) 설정 [1, 2] */
.info-wrap {
  display: flex;
}

.lang-bar {
  text-align: right;
  margin-bottom: 10px;
}

.lang-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 11px;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}

.lang-btn.active {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 20px 0;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #8E8E93;
  margin: 15px 0 5px 10px;
  text-transform: uppercase;
}

.row {
  clear: both;
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5EA;
  min-height: 24px;
  overflow: hidden;
}

.label {
  font-size: 13px;
  font-weight: bold;
  float: left;
  width: 42%;
  line-height: 24px;
}

.input-area {
  float: right;
  width: 100%;
  text-align: right;
  font-size: 13px;
  color: #007AFF;
}

.input-area.all {
  display: flex;
  gap: 2rem;
  flex: 1 0 50%;
}

.input-area.all .number-wrap {
  flex: 0 0 50%;
}

.input-area.all select {
  flex: 1;
}

.input-area.ratio {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.input-area.ratio .number-wrap {
  flex: 1;
}

.input-area.ratio input {
  flex: 1;
}

.input-area.sg,
.input-area.cp {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.input-area .input-group {
  position: relative;
  flex: 1;
}

.input-area .input-group span {
  color: #bbbbbb;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.input-area .input-group input {
  width: 100%;
  display: inline-block;
}

input,
select {
  border: none;
  font-size: 13px;
  text-align: right;
  outline: none;
  padding: 4px 0;
  padding-right: 1rem;
  -webkit-appearance: none;
  color: #bbbbbb;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f8f8f8 url("/static/img/icon/arrow_bottom.png") no-repeat right 1rem center;
  background-size: 12px;
}

select option {
  padding-right: 1rem;
}

input[readonly] {
  color: #bbbbbb;
  font-weight: bold;
}

.btn-calc,
.btn-print {
  border: 1px solid #002c5f;
  color: #002c5f;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  margin-bottom: 8px;
  text-align: center;
  -webkit-appearance: none;
}

.btn-print:hover,
.btn-calc:hover {
  background-color: #002c5f;
  color: #FFFFFF;
  padding: 14px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}

.result-panel {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 12px;
  margin-top: 20px;
  border: 2px solid #000;
  display: none;
}

.res-val {
  float: right;
}

.disclaimer {
  font-size: 10px;
  color: #666;
  border: 1px solid #DDD;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.company {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 커스텀 버튼 */
.number-wrap {
  position: relative;
  width: 100%;
}

.arrow-wrap {
  position: absolute;
  right: 1rem;
  top: 5px;
  display: flex;
  flex-direction: column;
}

.arrow-wrap button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.arrow-wrap img {
  width: 100%;
}

.btn-up,
.btn-down {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-up:hover img {
  content: url("/static/img/icon/arrow-up-b.png");
}

.btn-down:hover img {
  content: url("/static/img/icon/arrow-down-b.png");
}

@media print {
  .lang-bar,
  .btn-group,
  h1 {
    display: none;
  }
  .result-panel {
    display: block;
    border: 1px solid #000;
  }
}
@media (max-width: 1280px) {
  .project-form .inner {
    padding: 6rem 4rem;
  }
  .project-form .form-section {
    gap: 2rem;
  }
  .project-form .section-title {
    width: 28rem;
  }
  .project-form .section-title span {
    font-size: 1.8rem;
    gap: 1rem;
  }
  .project-form .form-row label {
    min-width: 20rem;
    font-size: 16px;
  }
  .project-form .form-row input,
  .project-form .form-row select {
    height: 42px;
  }
}
@media (max-width: 768px) {
  .project-form {
    padding: 8rem 0rem;
  }
  .project-form .inner {
    padding: 4rem 2rem;
  }
  .project-form .form-title {
    font-size: 26px;
  }
  .project-form .required {
    margin-bottom: 3rem;
  }
  .project-form .form-section {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0;
  }
  .project-form .section-title {
    width: 100%;
  }
  .project-form .section-title span {
    font-size: 20px;
    gap: 1.5rem;
  }
  .project-form .section-content {
    gap: 1rem;
  }
  .project-form .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .project-form .form-row label {
    min-width: auto;
    font-size: 15px;
  }
  .project-form .form-row input,
  .project-form .form-row select {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .project-form .form-row input option,
  .project-form .form-row select option {
    display: inline-block;
    padding: 1rem;
  }
  .project-form .input-group {
    width: 100%;
    gap: 1rem;
  }
  .project-form .input-group input {
    flex: 1;
  }
  .project-form .form-btn {
    flex-direction: column;
    gap: 1rem;
  }
  .project-form .form-btn input {
    width: 100%;
    height: 5rem;
  }
}
@media (max-width: 480px) {
  .project-form .form-title {
    font-size: 22px;
  }
  .project-form .section-title span {
    font-size: 18px;
  }
  .project-form .form-row label {
    font-size: 14px;
  }
}
/*
스크롤이벤트 */
.visual-tit,
.visual-desc,
.page-location.sub-nav,
.sub-nav,
.catagory-wrap,
.sec-tit,
.sub-txt,
.sub-desc,
.thumb-card,
.full-img,
.esg-wrap .txt-wrap > *,
.bottom-arti > *,
.anchor-wrap,
.panel-wrap,
.pro-img,
.year-wrap,
.diagram,
.img-wrap > *,
.icon-card,
.summary > *,
.board-wrap,
.pagination,
.form-wrap,
.products-info-card > *,
.top-inner,
.bottom-btn-wrap,
.line-box,
.list-top,
.img-flex,
.dot-list,
.app-card {
  opacity: 0;
}

.content .project-form {
  opacity: 0;
}/*# sourceMappingURL=style_en.css.map */