:root {
  --gray1: #f2f2f2;
  --gray2: #e6e6e6;
  --gray3: #dadada;
  --gray4: #bfbfbf;
  --gray5: #999999;
  --gray6: #7e7e7e;
  --gray7: #6b6b6b;

  --black0: #515151;
  --black1: #424242;
  --black2: #343434;
  --black3: #222222;
  --black4: #171717;

  /* logo Orange Color */
  --orange0: #fad4b2;
  --orange1: #eb9f5c;
  --orange2: #e88126;
  --orange3: #b66016;

  /* logo Green Color */
  --green0: #aae9d1;
  --green1: #47ba8d;
  --green2: #04794b;

  /* logo Red Color */
  --red0: #f8cbc4;
  --red1: #e67564;
  --red2: #d23f2a;

  /* Blue Color */
  --blue0: #adbff1;
  --blue1: #5679d7;
  --blue2: #1e2b78;

  /* Yellow Color */
  --yellow0: #fded93;
  --yellow1: #e6c469;
  --yellow2: #c2961c;

  /* Point Color */
  --red: #d61f06;
  --green: #14ab38;
  --blue: #334fa7;
}

/* 서브페이지 */
#sub-visual {
  width: 100%;
  height: 22.5rem;
  position: relative;
  margin-top: 80px;
  margin-bottom: 3.125rem;
  z-index: 10;
}

#sub-visual h2 {
  font-family: Pretendard;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.submain-company {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-company.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-iso {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-iso.jpg") center/cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-inter {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-inter.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-provider {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-provider.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-inquiry {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-inquiry.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-board {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-board.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}

.submain-member {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-member.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}

.submain-company::after,
.submain-iso::after,
.submain-inter::after,
.submain-provider::after,
.submain-search::after,
.submain-board::after,
.submain-member::after {
  content: "";
  position: absolute;
  background-color: var(--black4);
  z-index: -1;
  inset: 0;
  opacity: 0.3;
}

/* 현재위치 */
#location {
  width: 100%;
  height: 3.75rem;
  margin-top: -3.75rem;
  margin-bottom: 3.125rem;
  position: relative;
  background-color: rgba(210, 63, 42, 0.8);
  z-index: 10;
}

.location-container {
  width: 1280px;
  height: 3.75rem;
  margin: auto;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in;
}

.location-icon {
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 1.25rem;
  /* border-left: 1px solid #e2e2e2; */
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
}

.location-icon > a {
  color: #fff;
}

.location-1st,
.location-2st {
  position: relative;
  width: 240px;
  height: 1.25rem;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: -0.25px;
  font-weight: 400;
  line-height: 1.4;
}

.location-2st {
  border-right: 1px solid #e2e2e2;
}

/* 서브 메뉴 */

#lnb-menu {
  width: 100%;
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 0;
  display: none;
}

.lnb-menu-container {
  width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: auto;
}

.lnb-menu-container .lnb {
  width: 10rem;
  height: 3.125rem;
  border: 1px solid var(--blue2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnb-menu-container .lnb a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--black4);
  text-align: center;
  padding: 10px;
  /* transition: all 0.2s ease-in; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnb-menu-container .lnb:hover a,
.lnb-menu-container .lnb.active a {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: var(--blue2);
}

/* 메인 타이틀 */

.main-title h2 {
  font-size: 2.25rem;
  color: var(--black4);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4.375rem;
  position: relative;
}
.main-title h2::after {
  content: "";
  display: inline-block;
  background-color: var(--orange2);
  width: 3.125rem;
  height: 4px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Contents */
#main-contents {
  width: 1280px;
  margin: 0 auto 5rem;
  position: relative;
}

.sec-contents {
  margin-bottom: 3.75rem;
}

.sec-bottom {
  margin-bottom: 0;
}

/* IQCS란? */
.about-top {
  width: 100%;
  border: 10px solid var(--orange0);
  border-radius: 30px;
  padding: 3.75rem;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.about-top h3 {
  font-size: 15rem;
  font-weight: 700;
  text-align: center;
  color: rgba(134, 134, 134, 0.07);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-top p {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

.about-slogan {
  font-size: 2.5rem;
  color: var(--orange2);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1rem;
}

.about-middle {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem;
  border-radius: 30px;
  border: 1px solid var(--gray3);
  position: relative;
  overflow: hidden;
}

.about-text {
  flex: 1;
}

.about-middle::after {
  content: "";
  background: url(/site/korean/images/iqcs-logo-earth.png);
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  z-index: -1;
  opacity: 0.2;
}

.about-icon img {
  width: 4.5rem;
}

.about-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black4);
  margin-bottom: 0.625rem;
}

/* 임직원 소개 */
.company-staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.staff-con {
  position: relative;
  width: calc(50% - 15px);
  /* width: calc((100% - 30px) / 2); */
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px;
  border: 1px solid var(--gray3);
  border-top: 2px solid var(--orange2);
  transition: all 0.2s ease-in;
}

.staff-photo {
  width: 11.25rem;
  display: block;
  aspect-ratio: 1.7 / 2.2;
  overflow: hidden;
  border: 1px solid var(--gray3);
}

.staff-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-text {
  flex: 1;
}

.staff-name {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed var(--gray4);
}

.staff-name h3 {
  font-size: 1.875rem;
  color: var(--black4);
  line-height: 1.1;
}

.staff-name p {
  font-size: 1.125rem;
  color: var(--gray6);
}

.staff-desc li {
  display: flex;
  margin-bottom: 0.3125rem;
  align-items: center;
  /* line-height: 1.2; */
}

.staff-desc li strong {
  width: 4.375rem;
  flex-shrink: 0;
}

.staff-desc li span {
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--gray6);
  line-height: 1.2;
  word-break: break-all;
}

/* 공평성 선언문 */
.company-culture-container {
  margin: auto;
  width: 1280px;
}

.company-license-top img {
  max-width: 100%;
  object-fit: contain;
  vertical-align: top;
}

.company-license-middle {
  width: 100%;
  font-size: 1.125rem;
  /* font-family: "Noto Serif KR"; */
  background: url(/site/korean/images/about-impar-middle.gif) center/contain;
  padding: 0rem 8rem 1rem;
  position: relative;
  z-index: 0;
}

.company-license-middle p {
  margin-bottom: 2rem;
}

.impar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.impar-title h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: var(--orange2);
  letter-spacing: -0.05em; /* ← em 권장, -0.03em ~ -0.08em 사이에서 조절 */
}

.impar-title img {
  max-width: 100%;
}

.impar-sign {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
  position: absolute;
  right: 10%;
  bottom: -5rem;
}

.impar-sign li:nth-child(1) {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--gray6);
}

.impar-sign li:nth-child(2) {
  font-family: "Nanum Brush Script", cursive;
  font-size: 3rem;
  font-weight: 500;
  color: var(--black3);
}

.impar-sign img {
  max-width: 100%;
}

/* ISO 심사원 */

.iso-auditor-list {
  width: 100%;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  align-items: stretch; /* ← 같은 행 높이 통일 */
}

.iso-auditor-list li {
  display: flex; /* ← 추가 */
}

.iso-auditor-list li a {
  display: flex; /* ← inline-block → flex */
  flex-direction: column; /* ← 추가 */
  width: 100%;
}

.iso-auditor-img {
  overflow: hidden;
  flex: 1;
}

.iso-auditor-img img {
  max-width: 100%;
  width: 100%; /* ← 추가 */
  height: 100%; /* ← 추가 */
  object-fit: cover; /* ← 이미지 비율 유지하며 채움 */
  display: block; /* ← 추가 */
  transition: all 0.2s ease-in;
}

.iso-auditor-list a:hover img {
  transform: scale(1.05);
}

.iso-auditor-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
  /* height: 5.5rem; */
  border: 1px solid var(--gray3);
  border-top: none;
}

.iso-auditor-text h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black4);
}
.iso-auditor-text p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gray6);
  line-height: 1.2;
}

.iso-auditor-text h3,
.iso-auditor-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* 한 줄로 고정 */
}

/* 국제자격 */
.inter-about-bg {
  width: 100%;
  height: 15rem;
  font-family: serif;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  isolation: isolate;
  background: url(/site/korean/images/inter-about-bg.jpg) no-repeat center/cover;
}

.inter-about-bg::after {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.4;
  inset: 0;
  z-index: -1;
}

.process-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: nowrap;
  transition: all 0.2s ease-in;
}

.circle-01 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1rem solid var(--orange2);
  position: relative;
  gap: 30px;
  overflow: hidden;
  padding: 30px;
}

.circle-01 .circle-title::after {
  content: "";
  position: absolute;
  background-color: var(--gray6);
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-02 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1rem solid var(--red2);
  position: relative;
  gap: 30px;
  overflow: hidden;
  padding: 30px;
  /* box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.3); */
}

.circle-02 .circle-title::after {
  content: "";
  position: absolute;
  background-color: var(--gray6);
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-03 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1rem solid var(--green2);
  position: relative;
  gap: 30px;
  overflow: hidden;
  padding: 30px;
  text-align: center;
  padding: 30px;
}

.circle-03 .circle-title::after {
  content: "";
  position: absolute;
  background-color: var(--gray6);
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-01,
.circle-02,
.circle-03 {
  flex-shrink: 0;
}

.circle-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
  vertical-align: bottom;
}

.circle-desc {
  height: 50%;
  text-align: center;
}

.circle-01 .circle-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--orange2);
}

.circle-02 .circle-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--red2);
}

.circle-03 .circle-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--green2);
}

/* 왜 국제자격인가? 프로세스 */
.process-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}

.process-01 .process {
  width: 16.25rem;
  height: 16.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 10px solid var(--orange1);
  border-radius: 50%;
  text-align: center;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
}

.process-01 .process-green {
  width: 16.25rem;
  height: 16.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 10px solid var(--green1);
  border-radius: 50%;
  text-align: center;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
}

.process-01 .process p,
.process-01 .process-green p {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--black3);
}

.process-01 .process span,
.process-01 .process-green span {
  font-size: 4.5rem;
  font-weight: 300;
  color: var(--gray7);
  margin-bottom: 0.625rem;
  /* text-shadow: 2px 2px #cecece; */
}

.process-01 .process .pro-no {
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--orange1);
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  line-height: 50px;
}

.process-01 .process-green .pro-no {
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--green1);
  color: #fff;
  font-size: 1.125rem;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  line-height: 50px;
}

.process-01 .process .step-no {
  background-color: var(--orange0);
  color: var(--orange2);
  font-size: 0.875rem;
  border-radius: 5px;
  padding: 5px 16px;
  margin-top: -10px;
}

.process-01 li {
  position: relative;
}

.process-01 li::after {
  content: "\eaaa";
  font-family: "Material Symbols outlined";
  font-size: 3rem;
  color: var(--gray4);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 116%;
  transform: translate(-50%, -50%);
}

.process-01 li:last-child::after {
  display: none;
}

/* 국제자격 취득 프로세스 */
.inter-process-container {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}

.inter-process {
  /* display: flex;
  align-items: center;
  gap: 4rem; */
  border-radius: 30px;
  position: relative;
}

.inter-process-orange {
  border: 1px solid var(--orange1);
}

.inter-process-green {
  border: 1px solid var(--green1);
}

.inter-process::after {
  content: "\eaaa";
  font-family: "Material Symbols outlined";
  font-size: 3rem;
  color: var(--gray4);
  display: inline-block;
  position: absolute;
  bottom: -3.25rem;
  left: 50%;
  right: 50%;
  rotate: 90deg;
}

.inter-process:last-child h3 {
  margin-bottom: 0;
}
.inter-process:last-child::after {
  display: none;
}

.inter-process-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.inter-process-inner::after {
  content: "";
  background-image: url(/site/korean/images/iqcs-logo-earth.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4.375rem;
  right: -4.375rem;
  width: 11.25rem;
  height: 11.25rem;
  z-index: 0;
  opacity: 0.2;
  pointer-events: none;
}

.inter-process-icon,
.inter-process-text {
  position: relative;
  z-index: 1;
}

.inter-process-text {
  flex: 1;
}

.process-no {
  position: absolute;
  top: 0px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1.25rem;
  z-index: 1;
}

.process-no-green {
  background-color: var(--green1);
}

.process-no-orange {
  background-color: var(--orange1);
}

.inter-process-icon img {
  height: 4.5rem;
}

.inter-process-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--black4);
  margin-bottom: 0.625rem;
}

.inter-process-text p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--gray6);
}

/* 국제자격 종류 */
.license-item {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.license-item::after {
  content: "";
  background: url(/site/korean/images/iqcs-logo-earth.png);
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 5.9375rem;
  height: 5.9375rem;
  z-index: -1;
  opacity: 0.2;
  /* filter: grayscale(); */
}

.license-item h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--black3);
  margin-bottom: 5px;
  position: relative;
  padding-left: 2rem;
}

.license-item h4::before {
  content: "\f528";
  /* background-color: var(--orange2); */
  position: absolute;
  top: -0.375rem;
  left: 0px;
  font-size: 1.75rem;
  font-family: "Material Symbols Outlined";
  color: var(--orange2);
  font-weight: 300;
}

.license-desc {
  font-size: 1rem;
  color: var(--gray7);
  line-height: 1.6;
  border: 1px solid var(--gray3);
  border-top: 2px solid var(--orange1);
  padding: 2rem;
  border-radius: 10px;
}

.btn-license-download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  padding: 0.625rem 1rem;
  background-color: var(--red2);
  transition: all 0.2s ease-in;
}

.btn-license-download a:hover {
  background-color: var(--orange2);
}

.btn-license-download span {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
}

.btn-license-download p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

/* 연수기관 현황 */

.provider-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.provider-stat {
  position: relative;
  width: calc(50% - 15px);
  display: flex;
  gap: 30px;
  /* flex-wrap: wrap; */
  align-items: center;
  padding: 20px;
  border: 1px solid var(--gray3);
  transition: all 0.2s ease-in;
}

.provider-logo {
  width: 15rem;
  overflow: hidden;
  text-align: center;
}

.provider-logo img {
  width: 100%;
  object-fit: cover;
}

.provider-desc {
  flex: 1;
}

@media screen and (max-width: 1280px) {
  .location-container {
    width: 100%;
    justify-content: center;
  }

  #main-contents {
    width: 100%;
    padding: 10px;
  }

  .lnb-menu-container {
    width: 100%;
  }

  .company-culture-container {
    width: 100%;
  }

  /* 임직원 소개 */
  .company-staff-list {
    gap: 20px;
  }

  .staff-con {
    gap: 20px;
    padding: 30px;
  }

  /* ISO 심사원 */

  .iso-auditor-list {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }

  /* 국제자격 */
  .process-circle {
    gap: 3rem;
  }
}

@media screen and (max-width: 1190px) {
  #sub-visual {
    margin-top: 0px;
  }

  #sub-visual h2 {
    top: 50%;
  }

  .provider-list-container {
    flex-direction: column;
  }

  .provider-stat {
    width: 100%;
  }

  .provider-logo {
    width: 30%;
  }
}

@media screen and (max-width: 979px) {
  #location {
    height: 40px;
    margin-top: -40px;
  }

  .location-container {
    height: 40px;
  }

  .location_1st,
  .location_2st {
    height: 40px;
    padding: 0 15px;
  }

  /* 공평성 선언문 */
  .company-license-middle {
    padding: 0rem 5rem 1rem;
  }

  .impar-sign {
    bottom: -3rem;
  }

  /* ISO 심사원 */
  .iso-auditor-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .iso-auditor-text {
    padding: 5px;
  }

  /* 국제자격 */
  .process-circle {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .circle-01,
  .circle-02,
  .circle-03 {
    width: 270px;
    height: 270px;
  }

  .circle-01 .circle-title,
  .circle-02 .circle-title,
  .circle-03 .circle-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 890px) {
  .staff-con {
    flex-direction: column;
    padding: 20px;
  }

  .staff-name {
    display: flex;
    align-items: baseline;
    gap: 1rem;
  }

  .staff-photo {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }

  .lnb-menu-container .lnb {
    width: 9.375rem;
    height: 2.5rem;
  }

  .location-1st,
  .location-2st {
    width: auto;
  }

  .staff-con {
    padding: 1rem;
  }

  /* 공평성 선언문 */
  .company-license-middle {
    padding: 0rem 4rem 1rem;
  }

  /* IQCS란? */
  .about-top {
    border-radius: 0px;
    padding: 2rem;
  }

  .about-top h3 {
    font-size: 10rem;
  }

  .about-middle {
    padding: 2rem;
    border-radius: 0px;
  }

  .inter-process {
    border-radius: 0px;
  }
  .inter-process-inner {
    padding: 2rem;
  }
}

@media screen and (max-width: 659px) {
  html,
  body {
    font-size: 14px;
  }

  /* ISO 심사원 */
  .iso-auditor-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 544px) {
  html,
  body {
    font-size: 14px;
  }

  .process-01 li::after {
    top: 107%;
    left: 28%;
    rotate: 90deg;
  }
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 14px;
  }

  .about-top h3 {
    font-size: 8rem;
  }

  .about-middle {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    padding: 2rem;
    border-radius: 0px;
  }

  /* 공평성 선언문 */
  .company-license-middle {
    /* padding: 2rem 3rem 1rem; */
  }

  .impar-sign {
    bottom: -2rem;
  }

  .staff-con {
    width: 100%;
    flex-direction: row;
  }

  .inter-process-inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 3rem 2rem 2rem 2rem;
    border-radius: 0px;
  }

  .provider-logo {
    width: 80%;
  }

  .provider-stat {
    flex-direction: column;
    gap: 10px;
  }
}

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transform: translateY(7rem) scale(0.93);
  transition: all 0.7s ease-out;
}

[data-scroll="in"] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

[data-scroll="out"] {
  opacity: 0;
}
