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

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

  /* logo red Color */
  --red0: #fbc3c5;
  --red1: #cb6366;
  --red2: #a01e24;

  --blue0: #e6f3f8;
  --blue1: #408ba4;
  --blue2: #004557;

  /* Yellow Color */
  --yellow1: #f7d420;

  /* 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-size: 3rem;
  color: #fff;
  text-align: center;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.submain-about {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-about.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-procedure {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-procedure.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-certi {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-certi.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}
.submain-training {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-training.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-support {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-support.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-service {
  width: 100%;
  height: 22.5rem;
  position: relative;
  padding: 3.125rem;
  background: url("/site/korean/images/submain-service.jpg") center/cover
    no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  isolation: isolate;
  transition: all 0.2s ease-in;
}

.submain-about::after,
.submain-procedure::after,
.submain-certi::after,
.submain-training::after,
.submain-support::after,
.submain-board::after,
.submain-service::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(0, 66, 88, 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-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(--red2);
  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;
}

/* 인증안내 */
.text-01 {
  margin-bottom: 3.125rem;
}
.company-container p,
.text-01 p {
  margin-bottom: 1.5rem;
}
.text-01 p:last-child {
  margin-bottom: 0;
}

.text-02 {
  margin-bottom: 3.125rem;
}

.certi-img {
  width: 100%;
  height: 12.5rem;
  padding: 3rem 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
  transition: all 0.2s ease-in;
  margin-bottom: 1.875rem;
}

.certi-img::after {
  content: "";
  position: absolute;
  background-color: var(--black4);
  z-index: -1;
  inset: 0;
  opacity: 0.3;
}

.certi-9001 {
  background: url(/site/korean/images/certi-9001-bg.jpg) no-repeat center/cover;
}
.certi-14001 {
  background: url(/site/korean/images/certi-14001-bg.jpg) no-repeat center/cover;
}
.certi-13485 {
  background: url(/site/korean/images/certi-13485-bg.jpg) no-repeat center/cover;
}
.certi-45001 {
  background: url(/site/korean/images/certi-45001-bg.jpg) no-repeat center/cover;
}
.certi-10002 {
  background: url(/site/korean/images/certi-10002-bg.jpg) no-repeat center/cover;
}
.certi-22000 {
  background: url(/site/korean/images/certi-22000-bg.jpg) no-repeat center/cover;
}
.certi-22301 {
  background: url(/site/korean/images/certi-22301-bg.jpg) no-repeat center/cover;
}
.certi-22716 {
  background: url(/site/korean/images/certi-22716-bg.jpg) no-repeat center/cover;
}
.certi-27001 {
  background: url(/site/korean/images/certi-27001-bg.jpg) no-repeat center/cover;
}
.certi-haccp {
  background: url(/site/korean/images/certi-haccp-bg.jpg) no-repeat center/cover;
}
.certi-20000-1 {
  background: url(/site/korean/images/certi-20000-1-bg.jpg) no-repeat
    center/cover;
}
.certi-37001 {
  background: url(/site/korean/images/certi-37001-bg.jpg) no-repeat center/cover;
}
.certi-esg {
  background: url(/site/korean/images/certi-esg-bg.jpg) no-repeat center/cover;
}

.ulli {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ulli span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #55bb4e;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin: 5px 2px;
}

.iso-text-01 {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.iso-img img {
  width: 250px;
}

.iso-certi-container {
  display: flex;
  gap: 2rem;
}

.iso-certi-container li {
  flex: 1;
  padding: 0.625rem;
  border: 1px solid var(--gray4);
}

.iso-certi-container li img {
  max-width: 100%;
}

/* 인사말 */
.company-container {
  /* display: flex;
  justify-content: space-between;
  gap: 3.75rem; */
}

.company-img {
  position: relative;
  float: right;
  margin: 3rem;
}

.company-photo-1 {
  width: 35rem;
  /* height: 420px; */
  z-index: -1;
}

.company-photo-2 {
  width: 21.875rem;
  /* height: 260px; */
  position: relative;
  top: -100px;
  right: -260px;
}

.company-photo-1 img,
.company-photo-2 img {
  max-width: 100%;
}

.company-sign {
  position: relative;
}

.company-sign p {
  font-size: 1.125rem;
  color: var(--gray6);
  font-weight: 500;
  text-align: right;
}

.company-sign span {
  font-family: "Nanum Brush Script", cursive;
  font-size: 3rem;
  color: var(--black4);
  padding-left: 10px;
  /* font-weight: 700; */
}

/* G-CERTI 심사의 장점 */

.fb-type1 {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fb-type1 span {
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  color: var(--blue2);
}

/* 품질정책 */

.policy-quality {
  display: flex;
  justify-content: space-between;
  gap: 3.25rem;
  align-items: center;
  /* margin-bottom: 10rem; */
}

.quality-text {
  flex: 1.5;
}

.quality-img {
  border-radius: 1rem;
  overflow: hidden;
}

.quality-img img {
  width: 400px;
}

.quality-text h3 {
  font-size: 1.875rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 2rem;
}

.quality-text h3::before {
  content: "\eb4c";
  font-family: "Material Symbols outlined";
  font-size: 3rem;
  color: var(--blue1);
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 8%;
  transform: translate(-50%, -50%);
}

.quality-text .quality {
  font-size: 1.125rem;
  line-height: 1.6;
}

.policy-wrap {
  margin-bottom: 10rem;
}

.policy-wrap h3,
.goal-wrap h3 {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.policy-wrap h3::before {
  content: "\ea35";
  font-family: "Material Symbols outlined";
  font-size: 3rem;
  color: var(--blue1);
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.policy-policy {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  /* border: 1px solid red; */
}

.policy-policy li {
  width: 18.125rem;
  height: 18.125rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.policy-policy li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px var(--black2);
  text-align: center;
}

.policy-policy li img {
  max-width: 100%;
  position: relative;
  isolation: isolate;
}

.goal-wrap h3::before {
  content: "\e123";
  font-family: "Material Symbols outlined";
  font-size: 3rem;
  color: var(--blue1);
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.policy-goal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  grid-auto-rows: minmax(10rem, auto);
  gap: 1rem;
}

.policy-goal li {
  flex: 1;
  padding: 1.5rem;
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--gray1);
}

.policy-goal li span {
  font-size: 3rem;
  color: var(--red1);
  font-weight: 400;
}

/* 공평성 선언문 */
.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: 2rem 5rem 2rem;
  position: relative;
  z-index: 0;
}

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

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

.impar-title h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--red2);
}

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

.impar-sign {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}

.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%;
}

/* 조직도 */
.org-container {
  text-align: center;
}

.org-container img {
  max-width: 100%;
}

/* 회사 연혁 */
.history_container {
  position: relative;
  width: 1280px;
  /* height: 400px; */
  margin: auto;
  left: 10px;
  padding: 2rem;
  background: linear-gradient(to right, #ffffff 40%, transparent),
    url(/images/history-img.jpg) no-repeat;
  background-position: right;
  background-size: cover;
}

.history_list {
  border-left: 1px solid var(--gray4);
}

.history_list > li {
  display: flex;
  margin-bottom: 1.875rem;
  transition: all 0.5s;
}

.history_list li li {
  display: flex;
}

.history_contents li + li {
  padding-top: 0.625rem;
}

.history_year {
  font-size: 1.5rem;
  color: var(--black2);
  font-weight: 600;
  display: flex;
  margin: -0.375rem 5rem 0 0px;
  text-align: center;
}

.history_year::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid var(--blue2);
  border-radius: 10px;
  display: inline-block;
  background: white;
  margin-right: 10px;
  position: relative;
  top: 5px;
  left: -10px;
}

.history_month {
  color: var(--red);
  font-weight: 500;
  margin-right: 1.875rem;
}

.history_text {
  color: var(--black2);
  font-weight: 400;
}

.org-container {
  text-align: center;
}

/* 인증절차 */

.process-title {
  margin-bottom: 3.125rem;
}
.eval-process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.4rem;
}

.eval-process .process {
  width: 16.625rem;
  height: 17.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--red1);
  border-radius: 2rem;
  text-align: center;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
}

.eval-process .process h3 {
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--black2);
}

.eval-process .process span {
  font-size: 3.55rem;
  font-weight: 300;
  color: var(--red2);
  margin-bottom: 0.625rem;
  /* text-shadow: 2px 2px #cecece; */
}

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

.eval-process li {
  position: relative;
}

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

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

.iaf-title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.iaf-title span {
  font-weight: 300;
  font-size: 0.875rem;
  text-align: right;
}

/* 교육서비스 */
.training-provider {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.training-provider li {
  width: 48%;
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px dashed #999;
}

.training-provider li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--blue2);
  margin-bottom: 0.625rem;
}

.btn-complain {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 12px 24px;
  max-width: 350px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--blue2);
  margin: auto;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.btn-complain span {
  font-size: 2.25rem;
  font-weight: 300;
}

.btn-complain button {
  font-size: 1.5rem;
  color: #fff;
}

.btn-complain:hover {
  background-color: var(--red2);
}

/* Contact Us */
.map-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  flex: 1;
}

.map-container img {
  width: 100%;
  height: auto;
  display: block;
}

.marker {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 6px;
  font-size: 13px;
  border-radius: 4px;
  transform: translate(-50%, -140%);
  white-space: nowrap;
  z-index: 20;
}

.country-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  gap: 0.2rem;
  /* max-width: 600px; */
  margin: 0 auto;
  flex: 1;
}

.country-list button {
  border: 1px solid #ccc;
  background: white;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
  /* border-radius: 4px; */
  white-space: nowrap;
}

.country-list button:hover {
  background: #f2f2f2;
}

/* ISO */
.industry-iso {
  width: 1280px;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.industry-iso li {
  max-width: 48%;
  display: flex;
  gap: 2rem;
}

.industry-iso li img {
  width: 200px;
  max-width: 100%;
  max-height: 200px;
}

.indestry-text {
  width: 100%;
}

/* 인증서비스 */
.service-object {
  width: 100%;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  /* grid-auto-rows: 300px; */
}

.object-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.object-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in;
}

.object-img:hover img {
  cursor: pointer;
  transform: scale(1.05);
}

.object-text {
  background-color: rgba(0, 66, 88, 0.7);
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.anchor-offset {
  display: block;
  position: relative;
  top: -270px; /* 고정된 헤더의 높이만큼 조절 */
  visibility: hidden;
}

/* 내게 맞는 표준을 선택하는 방법 */
.vision-value {
  display: flex;
  gap: 2rem;
}

.value-list {
  width: calc(100% / 3);
  /* height: 450px; */
  background-color: var(--gray1);
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  padding: 3rem 1.8rem;
  /* justify-content: center; */
  text-align: center;
  transition: all 0.2s ease-in;
}

.value-list:hover {
  cursor: pointer;
  /* background-color: var(--gray2); */
}

.value-list h3 {
  font-size: 1.625rem;
  font-weight: 600;
  color: var(--black3);
  line-height: 1.2;
}

.value-list span {
  font-size: 5rem;
  color: var(--red2);
  border: 7px solid var(--gray3);
  border-radius: 50%;
  padding: 2rem;
  transition: all 0.2s ease-in;
}

.value-list:hover span {
  scale: 1.1;
}

/* 로고 사용안내 */
.logo-use {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.logo-use img {
  max-width: 100%;
}

.box3 h5 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.logo-img {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-img img {
  max-width: 100%;
}

.ul-list-disc .material-symbols-outlined {
  font-size: 1.5rem;
  /* color: var(--red2); */
  font-weight: 300;
}

.ul-list-disc li {
  display: flex;
  align-items: center;
}

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

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

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

  .industry-iso {
    width: 100%;
  }
}

@media screen and (max-width: 1220px) {
  .industry-iso li {
    max-width: 100%;
  }
}

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

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

  .map-section {
    flex-direction: column;
  }

  .service-object {
    grid-template-columns: repeat(3, 1fr);
  }
}

@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-text h2 {
    text-align: center;
  }

  .company-img {
    float: none;
    margin: 0 0 2rem;
  }

  .company-photo-1,
  .company-photo-2 {
    width: 100%;
  }

  .company-photo-2 {
    position: static;
    top: 10px;
    right: 0px;
  }

  .company-photo-1 img,
  .company-photo-2 img {
    width: 100%;
  }

  .company-license-middle {
    padding: 1.5rem 3.5rem 1.5rem;
  }
}

@media screen and (max-width: 830px) {
  .training-provider li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lnb-menu-container .lnb {
    width: 9.375rem;
    height: 2.5rem;
  }

  .vision-value {
    flex-direction: column;
  }
  .vision-list,
  .value-list {
    width: 100%;
  }

  .value-list {
    gap: 1.5rem;
  }

  .value-list h3 br {
    display: none;
  }

  .greet-text {
    text-align: center;
  }

  .history_container {
    height: 100%;
    padding: 0;
    background-image: none;
  }

  .history_list > li {
    flex-direction: column;
    margin-bottom: 1.875rem;
  }

  .history_contents {
    padding: 0.625rem 0 0 1.875rem;
  }

  .iso-text-01 {
    flex-direction: column;
  }
  .iso-certi-container {
    flex-direction: column;
    gap: 2rem;
  }

  .quality-text h3 {
    text-align: center;
  }

  .quality-text h3::before {
    content: "\eb4c";
    font-family: "Material Symbols outlined";
    font-size: 3rem;
    color: var(--blue1);
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .policy-quality {
    flex-direction: column;
    align-items: flex-start;
  }

  .quality-img img {
    width: 100%;
  }

  .company-license-middle {
    padding: 1.125rem 3rem 1.125rem;
  }

  .iaf-title {
    width: 780px;
  }

  /* .marker {
    width: 3px;
    height: 3px;
  }

  .marker:hover::after {
    font-size: 10px;
  } */

  .country-list {
    font-size: 12px;
    gap: 0.4rem;
  }

  .country-list button {
    padding: 3px 6px;
  }

  .service-object {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-use {
    flex-direction: column;
  }
}

@media screen and (max-width: 586px) {
  .eval-process {
    gap: 6.2rem;
  }

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

@media screen and (max-width: 480px) {
  .certi-img {
    height: auto;
  }
  .company-license-middle {
    padding: 1rem 2.5rem 1rem;
  }

  .impar-sign {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.625rem;
    flex-wrap: wrap;
  }
  .eval-process {
    gap: 6.4rem;
  }

  .industry-iso li {
    flex-direction: column;
  }

  .industry-iso li img {
    width: 100%;
    max-height: 100%;
  }
  .service-object {
    grid-template-columns: repeat(1, 1fr);
  }
}

[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;
}
