/* Component Name */
html[lang^='ko'] .AR05_process-dictionary .AR05_process-dictionary__title,
html[lang='ko-KR'] .AR05_process-dictionary .AR05_process-dictionary__title {
  word-break: keep-all;
}

.AR05_process-dictionary {
  max-width: 1156px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 32px;
}

.AR05_process-dictionary .AR05_process-dictionary__header {
  padding: 120px 0 80px;
}

.AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__eyebrow {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 8px;
  font-weight: 700;
  color: #666;
  margin-bottom: 12px;
  color: #666;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__eyebrow {
    font-size: 1.4rem;
  }
}

.AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 5.4rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__title {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__title {
    font-size: 3.2rem;
  }
}

.AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__description {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__description {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__description {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process {
  padding-top:80px;
}
.AR05_process-dictionary .AR05_related-fabrication-dictionary {
  padding-top: 160px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process {
    padding-top:60px;
  }
  .AR05_process-dictionary .AR05_related-fabrication-dictionary {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process {
    padding-top:40px;
  }
  .AR05_process-dictionary .AR05_related-fabrication-dictionary {
    padding-top: 80px;
  }
  .AR05_process-dictionary .AR05_related-fabrication-process,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process:last-of-type,
.AR05_process-dictionary .AR05_related-fabrication-dictionary:last-of-type {
  padding-bottom: 160px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process:last-of-type,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary:last-of-type {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process:last-of-type,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary:last-of-type {
    padding-bottom: 80px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--title,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--title {
  font-size: 3.2rem;
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.41;
  font-weight: 700;
  margin-bottom: 56px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--title,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--title {
    font-size: 2.4rem;
    line-height: 1.42;
    margin-bottom: 40px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--list,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--list,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--list {
    gap: 32px 24px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--list,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 24px);
          flex: 0 0 calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-thum,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-thum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-thum,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-thum {
    -ms-flex-preferred-size: 137px;
        flex-basis: 137px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-thum,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-thum {
    -ms-flex-preferred-size: 128px;
        flex-basis: 128px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-thum a,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-thum a {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: inherit;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-thum a img,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-thum a img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-info,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-info,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-info {
    padding-top: 8px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-title,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-title {
  font-size: 1.8rem;
  line-height: 1.39;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-title,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-title {
    font-size: 1.6rem;
    line-height: 1.44;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-title,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-title {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  max-height: 28px;
  overflow: hidden;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  line-height: 20px;
  border: none;
  position: relative;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: solid 1px black;
  font-weight: bold;
  border-radius: 24px;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.disabled, .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a:disabled,
.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a [aria-disabled='true'],
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a:disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-large,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-medium,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-medium,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-medium,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-medium {
    padding: 0 12px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-small,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-small,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-small,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-small {
    padding: 0 12px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.none-border,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.none-border {
  border: none;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-large,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-large,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-large,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-medium,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-medium,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.btn-small,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.font-small,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.font-small {
  font-size: 1rem;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.selected,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.selected {
  font-weight: 700;
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.dark-bg,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.dark-bg:active, .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.dark-bg:focus-visible,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.dark-bg:active,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.dark-bg:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.dark-bg:hover,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.light-bg,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.light-bg:active, .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.light-bg:focus-visible,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.light-bg:active,
.AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.light-bg:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a.light-bg:hover,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process--item-tags a,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary--item-tags a {
    height: 26px !important;
    line-height: 26px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group {
  padding: 0;
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group {
    margin-top: 40px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.disabled, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn:disabled,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn [aria-disabled='true'],
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn:disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-large,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-medium,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-medium,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-medium,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-medium {
    padding: 0 12px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-small,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-small,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.btn-small,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.btn-small {
    padding: 0 12px;
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.none-border,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.none-border {
  border: none;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:active, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:focus-visible,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:active,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:active.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:active.icon-right:after, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:focus-visible.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:focus-visible.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:active.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:active.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:focus-visible.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:hover,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:hover.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:hover.icon-right:after,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:hover.icon-left:before,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg.disabled, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:disabled,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg [aria-disabled='true'],
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg.disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg.disabled.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg.disabled.icon-right:after, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:disabled.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg:disabled.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg [aria-disabled='true'].icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.dark-bg [aria-disabled='true'].icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg.disabled.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg.disabled.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:disabled.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg:disabled.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg [aria-disabled='true'].icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg {
  background-color: #000000;
  color: #ffffff !important; /* 221103 cta버튼 텍스트 미노출로 인한 !important 추가 */
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:active, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:focus-visible,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:active,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:active.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:active.icon-right:after, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:focus-visible.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:focus-visible.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:active.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:active.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:focus-visible.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:hover,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:hover.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:hover.icon-right:after,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:hover.icon-left:before,
  .AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg.disabled, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:disabled,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg [aria-disabled='true'],
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg.disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:disabled,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg.disabled.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg.disabled.icon-right:after, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:disabled.icon-left:before, .AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg:disabled.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg [aria-disabled='true'].icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-process .btn-group .view-more-btn.light-bg [aria-disabled='true'].icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg.disabled.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg.disabled.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:disabled.icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg:disabled.icon-right:after,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg [aria-disabled='true'].icon-left:before,
.AR05_process-dictionary .AR05_related-fabrication-dictionary .btn-group .view-more-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1023px) {
  .AR05_process-dictionary .AR05_process-dictionary__header {
    padding: 100px 92px 60px 60px;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__eyebrow {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__title {
    font-size: 4.2rem;
    margin-bottom: 24px;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__description {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .AR05_process-dictionary {
    padding: 0;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header {
    padding: 48px 24px 60px;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__eyebrow {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__title {
    font-size: 2.8rem;
    line-height: 1.32;
  }
  .AR05_process-dictionary .AR05_process-dictionary__header .AR05_process-dictionary__description {
    font-size: 1.6rem;
    line-height: 1.44;
    margin-bottom: 0;
  }
}