@charset "UTF-8";
:root {
  --fPrtdd: "Pretendard", sans-serif;
  --cBlack: #1D1D1F;
  --cGreen: #6BD242;
  --cYellow: #FFC960;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

body,
textarea,
select,
input,
button,
pre {
  font-size: 16px;
  line-height: 1;
  font-family: var(--fPrtdd);
  font-weight: normal;
  color: var(--cBlack);
  word-break: keep-all;
  letter-spacing: -0.01em;
}

img {
  border: none;
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

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

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

::selection {
  background-color: rgba(255, 202, 96, 0.3);
}

::-moz-selection {
  background-color: rgba(255, 202, 96, 0.3);
}

::-webkit-selection {
  background-color: rgba(255, 202, 96, 0.3);
}

/* 스크롤바 설정*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 스크롤바 막대 설정*/
::-webkit-scrollbar-thumb {
  height: 15%;
  background-color: var(--cGreen);
  transition: all 0.3s;
}

/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 0.3);
}

/* 공통클래스  */
.forSR {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
}

[class*=btn-] {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

.flexWrap {
  display: flex;
}

.gridWrap {
  display: grid;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .map_border {
  display: none;
}

.root_daum_roughmap_landing {
  width: 100% !important;
  height: 100%;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

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

.more_opt li {
  width: 104px;
}

.pg_wrap {
  float: unset !important;
  display: flex !important;
  justify-content: center !important;
  padding-top: 80px !important;
}

.pg_page,
.pg_current {
  border: 0 !important;
}

.pg_page {
  background-color: transparent !important;
}

.bo_v_nb {
  line-height: 1.2;
}

.bo_v_nb li {
  display: flex;
  font-size: 1em;
}

.bo_v_nb li .nb_tit {
  white-space: nowrap;
}

.bo_v_nb li .nb_date {
  display: block;
  margin-left: auto;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
}

#bo_list tbody tr {
  border-left: 0;
}
#bo_list tbody tr:hover {
  border-left: 0;
}

/* 링크 부분 */
#bo_v_link li::after {
  display: block;
  content: "";
  clear: both;
}

#bo_v img {
  width: auto;
}

/* 공통2 */
.imgClick {
  font-size: 1rem;
  text-align: center;
  color: #ccc;
  margin-top: 20px;
}

.forScroll {
  overflow-x: auto;
  width: 100%;
  cursor: grab;
}
.forScroll::-webkit-scrollbar-thumb {
  background: rgba(234, 234, 234, 0.8);
  border-radius: 8px;
}

.iconRot {
  transform: rotate(-45deg);
}

/* 공통 */
.forPC {
  display: block;
}

.forMOB {
  display: none;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
}

#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
}

/* 헤더 */
.header {
  width: 100%;
  height: 88px;
  border-bottom: 1px solid #f5f5f6;
  background: #fff;
  position: fixed;
  z-index: 600;
  transition: all 0.3s;
}
.header::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f5f5f6;
  top: 88px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.header .inner {
  height: 100%;
}
.header__logo {
  padding-top: 20px;
}
.header__logo a {
  display: block;
  width: 195px;
  height: 48px;
  background: url(/asset/images/logo-c.svg) no-repeat left center/contain;
}
.header .forPC .gnb {
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .forPC .gnb > ul {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
}
.header .forPC .gnb__list {
  width: 140px;
  text-align: center;
}
.header .forPC .gnb__list--dep1 {
  font-size: 1.063rem;
  display: block;
  padding: 34px 0;
  font-weight: 700;
}
.header .forPC .gnb__list--dep2 {
  font-size: 1rem;
  padding-top: 52px;
  display: none;
}
.header .forPC .gnb__list--dep2 li:hover {
  color: var(--cGreen);
}
.header .forPC .gnb__list--dep2 li a {
  display: block;
  padding: 12px 0;
}
.header .forPC .gnb__list:hover .gnb__list--dep1 {
  color: var(--cGreen);
}
.header__utill {
  position: absolute;
  right: 120px;
  top: 20px;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 28px;
}
.header__utill .langChange {
  margin-top: 6px;
  padding: 4px 16px;
  font-size: 0.875rem;
  color: #5c5c5d;
  border: 1px solid #e8e8e9;
  border-radius: 18px;
  width: fit-content;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s;
  max-height: 36px;
}
.header__utill .langChange__item {
  display: block;
  padding: 5px 0;
}
.header__utill .langChange__item:hover {
  color: var(--cGreen);
}
.header__utill .langChange .current {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: center;
  flex-direction: unset;
}
.header__utill .langChange .current i {
  margin-left: 8px;
  font-size: 1rem;
  transition: all 0.3s;
}
.header__utill .langChange:hover {
  max-height: 88px;
}
.header__utill .langChange:hover i {
  transform: rotate(180deg);
}
.header__utill .btn-menu {
  width: 48px;
  height: 48px;
  position: relative;
}
.header__utill .btn-menu span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 3px;
  display: block;
  background: var(--cBlack);
  transition: all 0.3s;
}
.header__utill .btn-menu span::before, .header__utill .btn-menu span::after {
  width: 24px;
  height: 3px;
  display: block;
  background: var(--cBlack);
  transition: all 0.3s;
  display: block;
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
}
.header__utill .btn-menu span::before {
  background: var(--cBlack);
  top: -8px;
}
.header__utill .btn-menu span::after {
  bottom: -8px;
}
.header__utill .btn-menu.open span {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__utill .btn-menu.open span::before {
  opacity: 0;
}
.header__utill .btn-menu.open span::after {
  bottom: 0;
  transform: rotate(90deg);
}
.header.hover {
  height: 308px;
}
.header.hover::after {
  opacity: 1;
}
.header.index {
  background: transparent;
  border-bottom: 0;
}
.header.index .header__logo a {
  background-image: url(/asset/images/logo-w.svg);
}
.header.index .forPC .gnb__list {
  color: #fff;
}
.header.index .header__utill .langChange {
  background: transparent;
  color: #fff;
}
.header.index .header__utill .btn-menu span,
.header.index .header__utill .btn-menu span::before,
.header.index .header__utill .btn-menu span::after {
  background: #fff;
}

/* 푸터 */
.footer {
  background: #f8f8f9;
  padding: 64px 0 80px;
  position: relative;
}
.footer .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
}
.footer__logo {
  margin-right: 40px;
}
.footer__logo a {
  display: block;
  width: 195px;
  height: 48px;
  background: url(/asset/images/logo-c.svg) no-repeat center left/contain;
}
.footer__info {
  color: #777778;
  font-size: 0.875rem;
}
.footer__info--desc {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  margin-bottom: 10px;
  gap: 32px;
}
.footer__info--desc p strong {
  font-weight: 500;
  color: #5c5c5d;
  margin-right: 8px;
}
.footer__info--copy {
  color: #aaaaab;
  font-weight: 300;
}
.footer__menu {
  margin-left: auto;
  font-size: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 30px;
  color: #5c5c5d;
}
.footer__menu strong {
  font-weight: 600;
}
.footer .btn-top {
  width: 56px;
  height: 56px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: unset;
  background: var(--cGreen);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 120px;
  font-size: 1.75rem;
  top: -24px;
}

/* index */
#indexPage .mainSlider {
  height: 100svh;
  position: relative;
  color: #fff;
}
#indexPage .mainSlider__slider {
  height: 100%;
}
#indexPage .mainSlider__slider > div {
  position: relative;
  width: 100%;
  height: 100%;
}
#indexPage .mainSlider__slider .slick-slide {
  position: relative;
  height: 100%;
}
#indexPage .mainSlider__slider .slick-track,
#indexPage .mainSlider__slider .slick-list {
  height: 100%;
}
#indexPage .mainSlider__slider li {
  height: 100%;
}
#indexPage .mainSlider__slider li img {
  object-fit: cover;
}
#indexPage .mainSlider__image {
  height: 100%;
}
#indexPage .mainSlider__image img {
  object-fit: cover;
}
#indexPage .mainSlider__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 64px;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0588235294);
}
#indexPage .mainSlider__text--main {
  font-size: 1em;
  margin-bottom: 32px;
  line-height: 1.2;
  font-weight: 400;
}
#indexPage .mainSlider__text--main strong {
  display: block;
  font-weight: 700;
}
#indexPage .mainSlider__text--sub {
  font-size: 0.35em;
  color: #f5f5f6;
  font-weight: 400;
  line-height: 1.5;
}
#indexPage .mainSlider .sliderDots {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 64px;
}
#indexPage .mainSlider .sliderDots .slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 16px;
}
#indexPage .mainSlider .sliderDots .slick-dots li button {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  border: 0;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
}
#indexPage .mainSlider .sliderDots .slick-dots li.slick-active button {
  background: var(--cGreen);
}
#indexPage .menuArea {
  padding: 120px 0 180px;
}
#indexPage .menuArea .menu {
  font-size: 1.75rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
}
#indexPage .menuArea .menu__item {
  padding: 48px;
  height: 360px;
  background: no-repeat center/cover;
}
#indexPage .menuArea .menu__item a {
  width: 100%;
  height: 100%;
  display: block;
}
#indexPage .menuArea .menu__item:hover i {
  transform: rotate(-45deg) translate(5px, 0);
}
#indexPage .menuArea .menu__tit {
  color: #fff;
}
#indexPage .menuArea .menu__tit i {
  font-size: 1.143em;
  transition: all 0.3s;
}
#indexPage .menuArea .menu__desc {
  font-size: 0.714em;
  color: #5c5c5d;
}
#indexPage .menuArea .menu .inquiry {
  font-size: 1.286em;
}
#indexPage .menuArea .menu .inquiry .menu__tit {
  color: var(--cBlack);
  line-height: 1.8;
  margin-bottom: 34px;
}
#indexPage .menuArea .menu .inquiry .menu__tit i {
  color: var(--cGreen);
}
#indexPage .menuArea .menu .pipe {
  background-image: url(/asset/images/index/menu-pipe.jpg);
}
#indexPage .menuArea .menu .correction {
  background-image: url(/asset/images/index/menu-correction.jpg);
}
#indexPage .menuArea .menu .unmdsprayer {
  background-image: url(/asset/images/index/menu-unmdsprayer.jpg);
}
#indexPage .menuArea .menu .case {
  background-image: url(/asset/images/index/menu-case.jpg);
}
#indexPage .menuArea .menu .hs {
  background-image: url(/asset/images/index/menu-hs.jpg);
  border: 1px solid #f5f5f6;
}
#indexPage .menuArea .menu .prarchive {
  background-image: url(/asset/images/index/menu-prarchive.jpg);
}

/* sub */
#subPage {
  padding: 120px 0 180px;
  /* 브레드크럼  */
  /* 서브페이지 제목 */
  /* 게시판 페이저 */
}
#subPage iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
#subPage .inner {
  padding: 0 180px;
}
#subPage .breadcrumbs {
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  flex-wrap: unset;
  align-items: center;
  flex-direction: unset;
  gap: 10px;
  color: #aaaaab;
  margin-bottom: 108px;
}
#subPage .breadcrumbs__dep2 {
  color: var(--cBlack);
}
#subPage .subTitle {
  text-align: center;
  margin-bottom: 120px;
}
#subPage .subTitle h2 {
  font-size: 4rem;
}
#subPage .pg_page,
#subPage .pg_current {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-content: center;
}
#subPage .pg_current {
  background: var(--cGreen);
}
#subPage #certifications .certification {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: wrap;
  align-items: normal;
  flex-direction: unset;
  gap: 60px 40px;
}
#subPage #certifications .certification li {
  width: calc((100% - 160px) / 5);
  text-align: center;
}
#subPage #certifications .certification li figure {
  border: 1px solid #e8e8e9;
  margin-bottom: 16px;
}
#subPage #certifications .certification li figcaption {
  font-size: 1.125rem;
  font-weight: 600;
}
#subPage #directions .map {
  width: 100%;
  height: 640px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 40px;
}
#subPage #directions .info {
  position: relative;
}
#subPage #directions .info address {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#subPage #directions .info .contact {
  font-size: 1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 68px;
}
#subPage #directions .info .contact p {
  color: #5c5c5d;
}
#subPage #directions .info .contact p span {
  color: var(--cGreen);
}
#subPage #directions .info .btn-directions {
  width: 82px;
  height: 82px;
  background: var(--cBlack);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  align-content: center;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 0;
}
#subPage #directions .info .btn-directions i {
  margin-bottom: 4px;
}
#subPage #directions .info .btn-directions:hover {
  opacity: 0.8;
}
#subPage #inquiry .inquiry__line {
  margin-bottom: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 0 40px;
}
#subPage #inquiry .inquiry__item {
  flex: 1;
}
#subPage #inquiry .inquiry__item span {
  color: var(--cGreen);
}
#subPage #inquiry .inquiry__item h6 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}
#subPage #inquiry .inquiry__item input {
  font-size: 1.25rem;
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  background: #f8f8f9;
  border: 0;
  border-radius: 8px;
}
#subPage #inquiry .inquiry__item input::placeholder {
  color: #999999;
}
#subPage #inquiry .inquiry__item--wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 48px;
}
#subPage #inquiry .inquiry__item--wrap.inquiry__item--file {
  gap: 0;
}
#subPage #inquiry .inquiry__item--radio label {
  font-size: 1.25rem;
  cursor: pointer;
  font-weight: 600;
}
#subPage #inquiry .inquiry__item--radio [type=radio] {
  padding: 0;
  vertical-align: middle;
  appearance: none;
  border: 2px solid #aaaaab;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#subPage #inquiry .inquiry__item--radio [type=radio]:checked {
  border: 2px solid var(--cGreen);
  position: relative;
}
#subPage #inquiry .inquiry__item--radio [type=radio]:checked::after {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cGreen);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#subPage #inquiry .inquiry__item textarea {
  font-size: 1.25rem;
  width: 100%;
  padding: 16px 20px;
  background: #f8f8f9;
  border: 0;
  height: 320px;
  resize: unset;
  line-height: 1.2;
  border-radius: 8px;
}
#subPage #inquiry .inquiry__item textarea::placeholder {
  color: #999999;
}
#subPage #inquiry .inquiry__item--file input {
  color: #999999;
}
#subPage #inquiry .inquiry__item--file input::file-selector-button {
  display: none;
}
#subPage #inquiry .inquiry__item--file .likeInput {
  font-size: 1.25rem;
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  background: #f8f8f9;
  color: #999999;
  border-radius: 8px;
}
#subPage #inquiry .inquiry__item--file label {
  font-size: 1.25rem;
  width: 130px;
  height: 56px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: column;
  background: var(--cBlack);
  color: #fff;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 8px;
}
#subPage #inquiry .inquiry__item--btnDel {
  font-size: 1.25rem;
  width: 130px;
  height: 56px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid var(--cBlack);
  background: transparent;
  border-radius: 8px;
}
#subPage #inquiry .inquiry__item.noticeRequired {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #5c5c5d;
  margin-bottom: -18px;
}
#subPage #inquiry .inquiry .btn-submit {
  width: 300px;
  height: 72px;
  border: 0;
  background: var(--cGreen);
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: column;
  font-size: 1.25rem;
  letter-spacing: -0.2px;
  margin: 32px auto 0;
  border-radius: 8px;
}
#subPage #inquiry .inquiry .btn-submit:disabled {
  opacity: 0.5;
  cursor: unset;
}
#subPage #inquiry .inquiry .agree__cont {
  background: #f8f8f9;
  padding: 48px;
  color: #999999;
  letter-spacing: -0.2px;
  font-size: 1.25rem;
}
#subPage #inquiry .inquiry .agree__chk {
  position: relative;
}
#subPage #inquiry .inquiry .agree__chk input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#subPage #inquiry .inquiry .agree__chk input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  letter-spacing: -0.2px;
}
#subPage #inquiry .inquiry .agree__chk input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--cBlack);
  box-sizing: border-box;
}
#subPage #inquiry .inquiry .agree__chk input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 0.9em;
}
#subPage #inquiry .inquiry .agree__chk a {
  text-decoration: underline;
  font-weight: 700;
}
#subPage #prarchive .prvideo {
  margin-bottom: 104px;
}
#subPage #prarchive .prvideo__text {
  text-align: center;
  margin-bottom: 32px;
}
#subPage #prarchive .prvideo__text--tit {
  font-size: 36px;
  margin-bottom: 20px;
}
#subPage #prarchive .prvideo__text--desc {
  font-size: 18px;
  color: #5c5c5d;
}
#subPage #prarchive .prvideo__video {
  width: 1080px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  #subPage #prarchive .prvideo__video::before {
    content: "";
    float: left;
    padding-top: calc((9 / 16) * 100%);
  }
  #subPage #prarchive .prvideo__video::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage #prarchive .prvideo__video video,
#subPage #prarchive .prvideo__video iframe {
  width: 100%;
  height: 100%;
}
#subPage #prarchive .brochure__sect {
  display: flex;
  gap: 42px;
}
#subPage #prarchive .brochure__sect:not(:last-child) {
  margin-bottom: 100px;
}
#subPage #prarchive .brochure__main--img {
  border: 1px solid #e8e8e9;
  margin-bottom: 32px;
  position: relative;
}
#subPage #prarchive .brochure__main--img a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/asset/images/prcenter/brochure_hover.svg) no-repeat center/cover;
  opacity: 0;
  transition: all 0.3s;
}
#subPage #prarchive .brochure__main--img a:hover {
  opacity: 1;
}
#subPage #prarchive .brochure__main--name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
#subPage #prarchive .brochure__preview {
  background: #e8e8e9;
  position: relative;
  padding: 32px 36px 32px 130px;
}
#subPage #prarchive .brochure__preview--text {
  position: absolute;
  top: 32px;
  left: 96px;
  transform: rotate(90deg);
  transform-origin: top left;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
#subPage .btn-move {
  width: 240px;
  height: 56px;
  align-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid #e8e8e9;
  border-radius: 91px;
  transition: all 0.3s;
}
#subPage .btn-move:hover {
  background: var(--cGreen);
  border-color: var(--cGreen);
  color: #fff;
}
#subPage .articleTit {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 60px;
}
#subPage .articleTit span {
  font-weight: 400;
}
#subPage .business__top {
  margin-bottom: 100px;
}
#subPage .business__kind {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 20px;
  margin-bottom: 32px;
}
#subPage .business__kind--item {
  text-align: center;
}
#subPage .business__kind--item figure {
  width: 200px;
  aspect-ratio: 1/1;
  margin-bottom: 12px;
}
@supports not (aspect-ratio: 1/1) {
  #subPage .business__kind--item figure::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  #subPage .business__kind--item figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage .business__kind--item figcaption {
  font-size: 1.125rem;
  color: var(--cGreen);
}
#subPage .business__text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
#subPage .business__text strong {
  font-weight: 600;
}
#subPage .business__list--tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  margin-bottom: 60px;
  gap: 10px;
}
#subPage .business__list--tab .tab {
  background: #f5f5f6;
  transition: all 0.3s;
}
#subPage .business__list--tab .tab:hover {
  opacity: 0.6;
}
#subPage .business__list--tab .tab a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  width: 200px;
  height: 64px;
  align-content: center;
}
#subPage .business__list--tab .tab.on {
  background: var(--cGreen);
  color: #fff;
}
#subPage .business__list--list .list {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 32px;
}
#subPage .business__list--list .list__item {
  width: calc((100% - 96px) / 4);
  transition: all 0.3s;
}
#subPage .business__list--list .list__item:hover {
  opacity: 0.6;
}
#subPage .business__list--list .list__item a {
  width: 100%;
  height: 100%;
}
#subPage .business__list--list .list__item figure {
  margin-bottom: 16px;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  #subPage .business__list--list .list__item figure::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  #subPage .business__list--list .list__item figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage .business__list--list .list__item figcaption {
  font-size: 1.375rem;
  font-weight: 600;
}
#subPage .business__view .contents {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 100px;
}
#subPage .business__view .contents .thumnail {
  width: 640px;
  height: fit-content;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 1px solid #e8e8e9;
}
@supports not (aspect-ratio: 1/1) {
  #subPage .business__view .contents .thumnail::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  #subPage .business__view .contents .thumnail::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage .business__view .contents .content {
  flex-grow: 1;
}
#subPage .business__view .contents .content__title {
  font-size: 3rem;
  margin-bottom: 50px;
}
#subPage .business__view .contents .content__table {
  border-top: 2px solid var(--cBlack);
  border-bottom: 1px solid var(--cBlack);
  margin-bottom: 34px;
}
#subPage .business__view .contents .content__table--item {
  padding: 16px 0;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
}
#subPage .business__view .contents .content__table--item:not(:last-child) {
  border-bottom: 1px solid #d0d0d1;
}
#subPage .business__view .contents .content__table--item dt {
  width: 160px;
  flex-shrink: 0;
  padding: 0 10px;
  color: #99999a;
}
#subPage .business__view .contents .content__table--item dd {
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 32px;
}
#subPage .business__view .contents .content__table--item dd .mark {
  text-align: center;
}
#subPage .business__view .contents .content__table--item dd .mark figure {
  width: 48px;
  margin: 0 auto 8px;
  margin-bottom: 8px;
}
#subPage .business__view .contents .content__link {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  margin-bottom: 80px;
  gap: 16px;
}
#subPage .business__view .contents .content .btn-list {
  margin-left: auto;
  width: fit-content;
  padding: 16px 32px;
  text-align: center;
  border-radius: 28px;
  font-size: 1.25rem;
  font-weight: 600;
  border: 1px solid #e8e8e9;
}
#subPage .business__view .contents .content .btn-list i {
  margin-right: 10px;
}
#subPage .business__view .contents .content .btn-list:hover {
  opacity: 0.5;
}
#subPage .business.unmdsprayer {
  text-align: center;
}
#subPage .business.unmdsprayer .features {
  padding-bottom: 160px;
}
#subPage .business.unmdsprayer .features .articleTit {
  text-align: left;
}
#subPage .business.unmdsprayer .features .feature {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: wrap;
  align-items: normal;
  flex-direction: unset;
  gap: 40px;
}
#subPage .business.unmdsprayer .features .feature__item {
  width: calc((100% - 120px) / 4);
  border: 1px solid #e8e8e9;
  padding: 60px 32px;
  font-size: 1.5rem;
}
#subPage .business.unmdsprayer .features .feature__item--icon {
  width: 143px;
  aspect-ratio: 1/1;
  margin: 0 auto 32px;
}
@supports not (aspect-ratio: 1/1) {
  #subPage .business.unmdsprayer .features .feature__item--icon::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  #subPage .business.unmdsprayer .features .feature__item--icon::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage .business.unmdsprayer .features .feature__item--tit {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 16px;
}
#subPage .business.unmdsprayer .features .feature__item--tit span {
  box-shadow: inset 0 -10px 0 rgba(107, 210, 66, 0.4);
}
#subPage .business.unmdsprayer .features .feature__item--desc {
  font-size: 0.75em;
  line-height: 1.4;
}
#subPage .business.unmdsprayer .solutions {
  padding: 160px 0;
  background: transparent linear-gradient(180deg, rgba(107, 210, 66, 0.1490196078) 0%, rgba(107, 210, 66, 0) 26%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
#subPage .business.unmdsprayer .solutions__notice {
  font-size: 1.25rem;
  color: #aaaaab;
}
#subPage .business.unmdsprayer .solutions .crops {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
}
#subPage .business.unmdsprayer .solutions .crops img {
  width: 107.1875%;
}
#subPage .business.unmdsprayer .components {
  margin-bottom: 160px;
}
#subPage .business.unmdsprayer .components .install {
  margin-bottom: 60px;
}
#subPage .business.unmdsprayer .components .install__img {
  border: 1px solid #e8e8e9;
  margin-bottom: 30px;
}
#subPage .business.unmdsprayer .components .install__notice {
  text-align: right;
  font-size: 1.125rem;
  color: #99999a;
}
#subPage .business.unmdsprayer .components .components__list {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: wrap;
  align-items: normal;
  flex-direction: unset;
}
#subPage .business.unmdsprayer .components .components .component {
  width: 25%;
  padding: 32px;
}
#subPage .business.unmdsprayer .components .components .component__text {
  font-size: 1.5rem;
  margin-bottom: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 20px;
}
#subPage .business.unmdsprayer .components .components .component__text--num {
  font-weight: 600;
  color: var(--cGreen);
}
#subPage .business.unmdsprayer .components .components .component__text--name {
  font-weight: 700;
  text-align: left;
}
#subPage .business.unmdsprayer .components .components .component__img {
  border: 1px solid #d0d0d1;
  height: 180px;
}
#subPage .business.unmdsprayer .components .components__btn {
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 20px;
}
#subPage .business.unmdsprayer .components .components__btn .inquiry {
  background-color: var(--cGreen);
  border-color: var(--cGreen);
  color: #fff;
}
#subPage .business.unmdsprayer .components .components__btn .inquiry:hover {
  opacity: 0.5;
}
#subPage .business.unmdsprayer .step {
  margin-bottom: 180px;
}
#subPage .business.unmdsprayer .step__list {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 24px;
  margin-bottom: 80px;
}
#subPage .business.unmdsprayer .step__item {
  width: calc((100% - 120px) / 6);
  padding: 20px 44px;
  line-height: 1.2;
  border: 1px solid rgba(107, 210, 66, 0.6);
  border-radius: 72px;
  text-align: center;
  position: relative;
}
#subPage .business.unmdsprayer .step__item--num {
  font-size: 32px;
  font-weight: 600;
  color: var(--cGreen);
  margin-bottom: 16px;
}
#subPage .business.unmdsprayer .step__item--tit {
  font-size: 20px;
  font-weight: 700;
}
#subPage .business.unmdsprayer .step__item:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(/asset/images/business/unmdsprayer/step-icon.svg) no-repeat left center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
#subPage .business.unmdsprayer .step__video iframe {
  width: 1220px;
  height: auto;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  #subPage .business.unmdsprayer .step__video iframe::before {
    content: "";
    float: left;
    padding-top: calc((9 / 16) * 100%);
  }
  #subPage .business.unmdsprayer .step__video iframe::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage .business.unmdsprayer .banner {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  color: #fff;
}
#subPage .business.unmdsprayer .banner section {
  width: 50%;
  padding: 80px 80px 80px 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#subPage .business.unmdsprayer .banner__inquiry {
  text-align: left;
  background-image: url(/asset/images/business/unmdsprayer/banner-inquiry.jpg);
}
#subPage .business.unmdsprayer .banner__case {
  text-align: right;
  background-image: url(/asset/images/business/unmdsprayer/banner-case.jpg);
}
#subPage .business.unmdsprayer .banner__case .btn-move {
  margin-left: auto;
}
#subPage .business.unmdsprayer .banner__tit {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}
#subPage .business.unmdsprayer .banner__desc {
  font-size: 1.25rem;
  margin-bottom: 32px;
  line-height: 1.2;
}
#subPage .business.unmdsprayer .banner .btn-move:hover {
  opacity: 0.8;
}
#subPage .business.unmdsprayer .banner .btn-move.inquiry {
  background: var(--cGreen);
  border-color: var(--cGreen);
}
#subPage .business.unmdsprayer .banner .btn-move.case {
  background: var(--cBlack);
  border-color: var(--cBlack);
}
#subPage #introduction .intro {
  text-align: center;
  margin-bottom: 160px;
}
#subPage #introduction .intro .slogan {
  font-weight: 800;
  color: var(--cGreen);
  margin-bottom: 48px;
  font-size: 3rem;
}
#subPage #introduction .intro__cont {
  color: #5c5c5d;
  font-size: 1.25rem;
  line-height: 1.5;
}
#subPage #introduction .intro__cont p:not(:last-child) {
  margin-bottom: 28px;
}
#subPage #introduction .value {
  margin-bottom: 160px;
}
#subPage #introduction .value .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 40px;
}
#subPage #introduction .value__item {
  color: #fff;
  align-content: center;
  background: no-repeat center/contain;
  text-align: center;
  width: 420px;
  padding: 78px;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  #subPage #introduction .value__item::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  #subPage #introduction .value__item::after {
    content: "";
    display: block;
    clear: both;
  }
}
#subPage #introduction .value__item.trust {
  background-image: url(/asset/images/company/value-turst.png);
}
#subPage #introduction .value__item.challenge {
  background-image: url(/asset/images/company/value-challenge.png);
}
#subPage #introduction .value__item.global {
  background-image: url(/asset/images/company/value-global.png);
}
#subPage #introduction .value__item--tit {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}
#subPage #introduction .value__item--desc {
  font-size: 1.25rem;
  line-height: 1.4;
}
#subPage #introduction .articleTit {
  text-align: center;
}
#subPage #introduction .overview {
  margin-bottom: 160px;
}
#subPage #introduction .overview__cont {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 80px;
}
#subPage #introduction .overview__cont--img {
  width: 520px;
  flex-shrink: 0;
  border: 1px solid #e8e8e9;
}
#subPage #introduction .overview__cont--table {
  border-top: 2px solid #1d1d1f;
}
#subPage #introduction .overview__cont--table li {
  border-bottom: 1px solid #e8e8e9;
  font-size: 1.25rem;
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
}
#subPage #introduction .overview__cont--table .dt {
  padding: 32px 48px;
  width: 148px;
  flex-shrink: 0;
  font-weight: 700;
}
#subPage #introduction .overview__cont--table .dd {
  padding: 32px 48px;
  font-weight: 500;
}
#subPage #introduction .history__wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: unset;
  flex-wrap: unset;
  align-items: normal;
  flex-direction: unset;
  gap: 32px;
  overflow-y: auto;
  padding-bottom: 32px;
}
#subPage #introduction .history__wrap::-webkit-scrollbar-thumb {
  background: var(--cGreen);
  border-radius: 4px;
  height: 8px;
}
#subPage #introduction .history__wrap::-webkit-scrollbar-track {
  background: #f5f5f6;
}
#subPage #introduction .history__item {
  width: 384px;
  height: 366px;
  padding: 48px 32px;
  border: 1px solid #e8e8e9;
  border-radius: 16px;
  flex-shrink: 0;
}
#subPage #introduction .history__item--year {
  font-size: 2rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e8e8e9;
  font-weight: 600;
}
#subPage #introduction .history__item--list li {
  font-size: 1.125rem;
}
#subPage #introduction .history__item--list li:not(:last-child) {
  margin-bottom: 16px;
}
#subPage #introduction .history__item--list li::before {
  content: "•";
  color: var(--cGreen);
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

@media screen and (max-width: 1440px) {
  .inner,
  #subPage .inner {
    padding: 0 40px;
  }
  .header__utill {
    right: 40px;
  }
  .footer .inner {
    flex-wrap: wrap;
  }
  #indexPage .mainSlider__text {
    font-size: 54px;
  }
  #subPage #introduction .overview__cont--table .dt {
    width: 128px;
  }
  #subPage .business.unmdsprayer .step__video iframe {
    width: 100%;
  }
  #subPage #prarchive .brochure__sect {
    flex-direction: column;
  }
  #subPage #prarchive .brochure__main--img {
    width: 250px;
    margin: 0 auto 32px;
  }
  #subPage .business__view .contents .thumnail {
    width: 410px;
  }
  #subPage .business.unmdsprayer .features .feature__item {
    width: calc((100% - 80px) / 3);
  }
  #subPage .business.unmdsprayer .banner section {
    padding: 80px 80px 80px 90px;
  }
  #subPage #prarchive .prvideo__video {
    width: 520px;
  }
  #bo_gall .gall_img a,
  #bo_gall .gall_img .no_image,
  #bo_gall .gall_img .is_notice {
    display: block;
    width: 100%;
    height: 100%;
  }
  #bo_gall .gall_img img,
  #bo_gall .gall_img video {
    height: 100% !important;
    object-fit: cover;
  }
  #indexPage .menuArea .menu .inquiry .menu__tit {
    line-height: 1.2;
  }
  #indexPage .menuArea .menu {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  #subPage .business.unmdsprayer .step__list {
    flex-wrap: wrap;
  }
  #subPage .business.unmdsprayer .step__item {
    width: calc((100% - 60px) / 3);
  }
  #subPage #introduction .value .inner {
    flex-wrap: wrap;
  }
  #subPage #introduction .value__item {
    width: 340px;
  }
  #subPage #introduction .overview__cont--img {
    display: none;
  }
  #subPage #introduction .overview__cont--table {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .forPC {
    display: none;
  }
  .forMOB {
    display: block;
  }
  .header.hover {
    height: 88px;
  }
  .footer .inner {
    flex-direction: column;
  }
  .forMOB .gnb {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    z-index: 500;
    background: #fff;
    padding: 128px 40px 40px;
    transition: all 0.3s;
  }
  .forMOB .gnb > ul {
    overflow-y: auto;
    height: 100%;
  }
  .forMOB .gnb__list--dep1 {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 20px 0 10px;
    display: block;
  }
  .forMOB .gnb__list--dep1.on {
    color: var(--cGreen);
  }
  .forMOB .gnb__list--dep2 {
    font-size: 1.125rem;
    display: none;
  }
  .forMOB .gnb__list--dep2 li a {
    display: block;
    padding: 10px;
  }
  .forMOB .gnb.open {
    right: 0;
  }
  .forMOB .blackBG {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 400;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }
  #indexPage .menuArea .menu {
    grid-template-columns: 1fr 1fr;
  }
  #indexPage .menuArea .menu .inquiry {
    grid-area: 1/1/2/3;
    height: 290px;
  }
  #indexPage .menuArea .menu .hs {
    display: none;
  }
  .footer .btn-top {
    right: 40px;
  }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #subPage .subTitle h2 {
    font-size: 3rem;
  }
  #subPage #introduction .intro .slogan {
    font-size: 2.3rem;
  }
  #subPage #certifications .certification li {
    width: calc((100% - 120px) / 4);
  }
  #subPage #directions .info .contact {
    flex-direction: column;
    gap: 18px;
  }
  #subPage .business__kind {
    flex-wrap: wrap;
  }
  #subPage .business__list--list .list {
    flex-wrap: wrap;
  }
  #subPage .business__list--list .list__item {
    width: calc((100% - 32px) / 2);
  }
  #subPage .business__view .contents {
    flex-direction: column;
    align-items: center;
  }
  #subPage .business__view .contents .content {
    width: 100%;
  }
  #subPage .business__view .contents .content__title {
    text-align: center;
  }
  #subPage .business__view .contents .content__table--item {
    padding: 16px 70px;
  }
  #subPage .business__view .contents .content__table--item dt {
    width: 220px;
  }
  #subPage .business__view .contents .content__link {
    margin-bottom: 40px;
  }
  #subPage .business.unmdsprayer .features .feature__item {
    width: calc((100% - 40px) / 2);
  }
  #subPage .business.unmdsprayer .components .install__notice {
    text-align: left;
    line-height: 1.2;
  }
  #subPage .business.unmdsprayer .components .components .component {
    width: 50%;
    padding: 16px;
  }
  #subPage .business.unmdsprayer .step__item {
    width: calc((100% - 30px) / 2);
  }
  #subPage .business.unmdsprayer .banner {
    flex-direction: column;
  }
  #subPage .business.unmdsprayer .banner section {
    width: 100%;
  }
  #subPage #prarchive .prvideo {
    gap: 30px;
  }
  #subPage #prarchive .catalog__list li {
    width: calc((100% - 80px) / 3);
  }
  #subPage .subTitle {
    margin-bottom: 60px;
  }
  #subPage #inquiry .inquiry__line {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #indexPage .mainSlider__text {
    font-size: 3rem;
  }
  #indexPage .menuArea .menu {
    display: block;
  }
  #indexPage .menuArea .menu .inquiry {
    height: auto;
    padding: 0;
    margin-bottom: 50px;
  }
  .footer__info--desc {
    flex-direction: column;
    gap: 4px;
  }
  .footer__info {
    margin-bottom: 20px;
  }
  #subPage #prarchive .brochure__preview {
    padding: 32px 36px 32px 80px;
  }
  #subPage #prarchive .brochure__preview--text {
    font-size: 30px;
    left: 56px;
  }
  #subPage .subTitle h2,
  #subPage .articleTit {
    font-size: 3rem;
  }
  #subPage #certifications .certification li {
    width: calc((100% - 40px) / 2);
  }
  .footer__menu {
    margin-left: 0;
  }
  #subPage #directions .info address {
    font-size: 1.5rem;
  }
  #subPage #directions .info .btn-directions {
    top: -100px;
    z-index: 1;
  }
  #subPage #directions .info .contact {
    font-size: 1.2rem;
  }
  #subPage #directions .map {
    height: 320px;
  }
  #subPage .business__list--list .list__item {
    width: 100%;
  }
  #subPage .business__view .contents .content__table--item {
    padding: 16px;
    flex-direction: column;
  }
  #subPage .business__view .contents .thumnail {
    width: 100%;
  }
  #subPage .business__view .contents .content__title {
    font-size: 2rem;
  }
  #subPage .business__view .contents .content__table--item dt {
    width: 140px;
  }
  #subPage .btn-move {
    font-size: 1rem;
  }
  #subPage .business.unmdsprayer .features .articleTit {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  #subPage .business.unmdsprayer .features .feature__item {
    width: 100%;
  }
  #subPage .business.unmdsprayer .components .components__btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  #subPage .business.unmdsprayer .step__item {
    width: 100%;
    min-height: unset;
  }
  #subPage .business.unmdsprayer .banner section {
    padding: 40px;
    text-align: center;
  }
  #subPage .btn-move {
    margin: 0 auto;
  }
  #subPage #prarchive .prvideo {
    flex-direction: column;
  }
  #subPage #prarchive .prvideo__video {
    width: 100%;
  }
  #subPage #prarchive .catalog__list li {
    width: calc((100% - 40px) / 2);
  }
  #forTable .bList li a {
    padding: 20px 24px;
  }
  #subPage #inquiry .inquiry__item--wrap {
    gap: 18px;
    flex-direction: column;
  }
  #subPage #inquiry .inquiry__item--wrap.inquiry__item--file {
    flex-direction: row;
  }
  #subPage #inquiry .inquiry__item--file .likeInput {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .inner,
  #subPage .inner {
    padding: 0 20px;
  }
  .header__logo a {
    width: 144px;
    height: 34px;
  }
  .header__utill,
  .footer .btn-top {
    right: 20px;
  }
  .header__utill .btn-menu {
    width: 36px;
    height: 36px;
  }
  .header__utill .langChange {
    margin-top: 0;
  }
  .header__utill {
    gap: 14px;
  }
  .header,
  .header.hover {
    height: 76px;
  }
  .header::after {
    top: 76px;
  }
  #indexPage .mainSlider__text {
    font-size: 28px;
  }
  #indexPage .mainSlider__text--sub {
    font-size: 0.5em;
  }
  #indexPage .menuArea .menu {
    font-size: 1.5rem;
  }
  #indexPage .menuArea {
    padding: 100px 0;
  }
  .footer__menu {
    gap: 20px;
  }
  .forMOB .gnb {
    padding: 98px 20px 20px;
  }
  #indexPage .mainSlider {
    height: 80svh;
  }
  #subPage .subTitle h2,
  #subPage .articleTit {
    font-size: 2.8rem;
  }
  #subPage #introduction .intro .slogan {
    font-size: 2rem;
  }
  #subPage #introduction .intro__cont {
    font-size: 1.2rem;
  }
  #subPage #introduction .overview__cont--table li {
    flex-direction: column;
  }
  #subPage #introduction .overview__cont--table .dt {
    width: 100%;
    padding: 20px;
  }
  #subPage #introduction .overview__cont--table .dd {
    padding: 0px 20px 20px 20px;
    font-size: 0.9em;
    line-height: 1.2;
  }
  #subPage #introduction .history__item {
    width: 100%;
    height: auto;
  }
  #subPage #introduction .history__item--list li {
    font-size: 1rem;
    line-height: 1.2;
  }
  #subPage {
    padding: 100px 0 180px;
  }
  #subPage .breadcrumbs {
    margin-bottom: 78px;
  }
  #subPage #certifications .certification {
    gap: 40px 20px;
  }
  #subPage #certifications .certification li {
    width: calc((100% - 20px) / 2);
  }
  #subPage #certifications .certification li figcaption {
    font-size: 1rem;
  }
  #subPage .business__text {
    font-size: 1.2rem;
  }
  #subPage .business__list--tab .tab a {
    width: auto;
    padding: 20px;
  }
  #subPage .business__list--tab {
    margin-bottom: 30px;
  }
  #subPage .business.unmdsprayer .features .feature__item {
    padding: 30px;
  }
  #subPage .solutions .articleTit,
  #subPage .components .articleTit {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #subPage .business.unmdsprayer .solutions__notice,
  #subPage .business.unmdsprayer .components .install__notice {
    font-size: 1rem;
  }
  #subPage .business.unmdsprayer .components .components .component {
    width: 100%;
  }
  #subPage #prarchive .prvideo__text--tit {
    font-size: 2rem;
  }
  #subPage #prarchive .prvideo {
    margin-bottom: 150px;
  }
  #bo_gall .gall_li {
    width: 100%;
  }
  #bo_v_title .bo_v_tit {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .btnArea .btn-list {
    padding: 16px 28px;
  }
  .forMOB .gnb {
    width: 70%;
    right: -70%;
  }
  #forTable .bList li a {
    flex-direction: column;
    gap: 20px;
    align-items: normal;
    padding: 20px 0;
  }
  #forTable .bList li {
    height: auto;
  }
  #bo_v_con {
    padding: 30px 0;
  }
}
.ENGver .header .forPC .gnb__list {
  width: 180px;
}
.ENGver #indexPage .mainSlider__text--main {
  line-height: 1.2;
}
.ENGver #indexPage .menuArea .menu .inquiry .menu__tit {
  line-height: 1.2;
}
.ENGver #subPage #introduction .history__item--list li {
  line-height: 1.2;
}
.ENGver #subPage .btn-move {
  width: auto;
  padding: 0 30px;
}
.ENGver #subPage .banner .btn-move {
  width: fit-content;
}
.ENGver #subPage #inquiry .inquiry__item--file label {
  width: 170px;
}
.RUSver .header .forPC .gnb__list {
  width: 180px;
}
.RUSver #indexPage .mainSlider__text--main {
  line-height: 1.2;
}
.RUSver #indexPage .menuArea .menu__item {
  padding: 30px;
  font-size: 1.5rem;
}
.RUSver #indexPage .menuArea .menu .inquiry .menu__tit {
  line-height: 1.2;
}
.RUSver #subPage #introduction .history__item {
  height: auto;
}
.RUSver #subPage #introduction .history__item--list li {
  line-height: 1.2;
}
.RUSver #subPage .btn-move {
  width: auto;
  padding: 0 30px;
}
.RUSver #subPage .banner .btn-move {
  width: fit-content;
}
.RUSver #subPage #directions .info .btn-directions {
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 20px;
}
.RUSver #subPage .business__list--tab .tab a {
  width: auto;
  padding: 20px;
}
.RUSver #subPage .business__kind--item figure {
  width: 236px;
}
.RUSver #subPage .business__view .contents .content__table--item {
  line-height: 1.2;
}
.RUSver #subPage .business.unmdsprayer .components .components .component__text {
  font-size: 1.2rem;
}
.RUSver #subPage #inquiry .inquiry__item--file label {
  width: 206px;
}

/*# sourceMappingURL=style.css.map */
